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

Version Description

Mar 25, 2021 = * Fix: Shortcode selectable field responsive issue. * Improved: Help page. * Removed: Some metabox options subtitle.

Download this release

Release Info

Developer shapedplugin
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.1.18
Comparing to
See all releases

Code changes from version 2.1.17 to 2.1.18

Files changed (50) hide show
  1. admin/class-wp-carousel-free-admin.php +1 -1
  2. admin/css/help-page.css +454 -0
  3. admin/css/help-page.min.css +1 -0
  4. admin/css/modal-video.min.css +1 -0
  5. admin/css/premium-page.css +681 -0
  6. admin/css/premium-page.min.css +1 -0
  7. admin/img/images/Graeme-Myburgh.jpeg +0 -0
  8. admin/img/images/Joyce-van-den-Berg.png +0 -0
  9. admin/img/images/checkmark.svg +1 -0
  10. admin/img/images/premium/Advanced-settings.svg +1 -0
  11. admin/img/images/premium/Customize.svg +1 -0
  12. admin/img/images/premium/Modern-Effects.svg +1 -0
  13. admin/img/images/premium/Multiple-Image-Carousels.svg +1 -0
  14. admin/img/images/premium/Re-sizing.svg +1 -0
  15. admin/img/images/premium/Translation-RTL-Ready.svg +1 -0
  16. admin/img/images/premium/advanced-carousel-generator.svg +1 -0
  17. admin/img/images/premium/carosuel-mode.svg +1 -0
  18. admin/img/images/premium/carousel-controls.svg +1 -0
  19. admin/img/images/premium/content-carousel.svg +1 -0
  20. admin/img/images/premium/drag-and-drop.svg +1 -0
  21. admin/img/images/premium/happy.svg +1 -0
  22. admin/img/images/premium/lightbox.svg +1 -0
  23. admin/img/images/premium/links.svg +1 -0
  24. admin/img/images/premium/page-bilder.svg +1 -0
  25. admin/img/images/premium/post-carousel.svg +1 -0
  26. admin/img/images/premium/slide-anything.svg +1 -0
  27. admin/img/images/premium/support.svg +1 -0
  28. admin/img/images/premium/typo.svg +1 -0
  29. admin/img/images/premium/video-carousel.svg +1 -0
  30. admin/img/images/premium/woo-carousel.svg +1 -0
  31. admin/img/images/premium/wpcp-vector-1.svg +1 -0
  32. admin/img/images/premium/wpcp-vector-2.svg +1 -0
  33. admin/img/images/premium/wpcp-vector.svg +1 -0
  34. admin/img/images/wp-carousel-pro-copy.svg +1 -0
  35. admin/img/images/wp-carousel-pro.svg +1 -0
  36. admin/img/images/wpcp-Icon.svg +1 -0
  37. admin/img/images/wpcp-logo.svg +1 -0
  38. admin/js/jquery-modal-video.min.js +396 -0
  39. admin/views/help.php +156 -39
  40. admin/views/metabox-config.php +10 -8
  41. admin/views/notices/review.php +1 -1
  42. admin/views/premium.php +375 -166
  43. admin/views/wpcfree-metabox/assets/css/spf.css +18 -7
  44. admin/views/wpcfree-metabox/assets/css/spf.min.css +1 -1
  45. admin/views/wpcfree-metabox/assets/images/copy.svg +12 -0
  46. admin/views/wpcfree-metabox/assets/js/spf.js +0 -14
  47. admin/views/wpcfree-metabox/assets/js/spf.min.js +1 -1
  48. admin/views/wpcfree-metabox/fields/shortcode/shortcode.php +1 -1
  49. readme.txt +8 -3
  50. wp-carousel-free.php +4 -4
admin/class-wp-carousel-free-admin.php CHANGED
@@ -167,7 +167,7 @@ class WP_Carousel_Free_Admin {
167
 
168
  array_unshift( $links, $ui_links );
169
 
170
- $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' );
171
  }
172
 
173
  return $links;
167
 
168
  array_unshift( $links, $ui_links );
169
 
170
+ $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' );
171
  }
172
 
173
  return $links;
admin/css/help-page.css ADDED
@@ -0,0 +1,454 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap"); */
2
+ /*----------------------------------------*/
3
+ /* testimonial free help page base css
4
+ /*----------------------------------------*/
5
+ .sp-wp-carousel-help-page * {
6
+ margin: 0;
7
+ padding: 0;
8
+ box-sizing: border-box;
9
+ }
10
+
11
+ .sp-wp-carousel-help-page {
12
+ font-family: Roboto, sans-serif;
13
+ color: #444;
14
+ background-color: #f0f4f7;
15
+ padding: 30px 0 50px 40px;
16
+ margin-left: -30px;
17
+ margin-top: -20px;
18
+ }
19
+ #wpbody-content{
20
+ padding-bottom: 0;
21
+ }
22
+ .sp_wp_carousel_page_wpcf_help #sp-wpcfree-review-notice{
23
+ margin-bottom: 20px;
24
+ }
25
+ /*--------------------------------------
26
+ - Layout
27
+ ----------------------------------------*/
28
+ .sp-wp-carousel-help-page .col,
29
+ .sp-wp-carousel-help-page .col-lg-6 {
30
+ position: relative;
31
+ width: 100%;
32
+ padding-right: 15px;
33
+ padding-left: 15px;
34
+ }
35
+ /*----------------------------------------*/
36
+ /* Grid Layout
37
+ /*----------------------------------------*/
38
+ .sp-wp-carousel-help-page .container {
39
+ width: 100%;
40
+ padding-right: 15px;
41
+ padding-left: 15px;
42
+ margin-right: auto;
43
+ margin-left: auto;
44
+ }
45
+ @media (min-width: 576px) {
46
+ .sp-wp-carousel-help-page .container {
47
+ max-width: 540px;
48
+ }
49
+ }
50
+ @media (min-width: 768px) {
51
+ .sp-wp-carousel-help-page .container {
52
+ max-width: 720px;
53
+ }
54
+ }
55
+ @media (min-width: 992px) {
56
+ .sp-wp-carousel-help-page .container {
57
+ max-width: 960px;
58
+ }
59
+ }
60
+ @media (min-width: 1170px) {
61
+ .sp-wp-carousel-help-page .container {
62
+ max-width: 1170px;
63
+ }
64
+ }
65
+ @media (min-width: 1170px) {
66
+ .sp-wp-carousel-help-page .container {
67
+ max-width: 1170px;
68
+ }
69
+ }
70
+
71
+ .sp-wp-carousel-help-page .row {
72
+ display: flex;
73
+ flex-wrap: wrap;
74
+ margin-right: -15px;
75
+ margin-left: -15px;
76
+ }
77
+
78
+ @media (min-width: 992px) {
79
+ .sp-wp-carousel-help-page .col-lg-6 {
80
+ flex: 0 0 50%;
81
+ max-width: 50%;
82
+ }
83
+ }
84
+ /*----------------------------------------*/
85
+ /* header section css
86
+ /*----------------------------------------*/
87
+ .sp-wp-carousel-help-page .sp-wpc__help.header {
88
+ background-color: #fff;
89
+ padding: 50px 0;
90
+ width: 90%;
91
+ margin: 0 auto;
92
+ margin-top: 40px;
93
+ border-radius: 6px;
94
+ box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
95
+ }
96
+ @media screen and (min-width: 992px) {
97
+ .sp-wp-carousel-help-page .sp-wpc__help.header {
98
+ width: 80%;
99
+ }
100
+ }
101
+ @media screen and (min-width: 1200px) {
102
+ .sp-wp-carousel-help-page .sp-wpc__help.header {
103
+ width: 960px;
104
+ }
105
+ }
106
+ .sp-wp-carousel-help-page .sp-wpc__help.header .header-area .header-logo {
107
+ text-align: center;
108
+ position: relative;
109
+ }
110
+ .sp-wp-carousel-help-page .sp-wpc__help.header .header-area .header-logo span {
111
+ transform: translateY(-30px);
112
+ display: inline-block;
113
+ font-size: 14px;
114
+ font-weight: 500;
115
+ }
116
+ .sp-wp-carousel-help-page .sp-wpc__help.header .header-area .header-content {
117
+ text-align: center;
118
+ position: relative;
119
+ }
120
+ @media screen and (min-width: 1200px) {
121
+ .sp-wp-carousel-help-page .upgrade-area .upgrade-img {
122
+ right: 40px;
123
+ }
124
+ }
125
+ .sp-wp-carousel-help-page .sp-wpc__help.header .header-area .header-content p {
126
+ font-size: 17px;
127
+ font-weight: 400;
128
+ margin-top: 20px;
129
+ }
130
+ .sp-wp-carousel-help-page .sp-wpc__help.header .video-area {
131
+ width: 100%;
132
+ height: 340px;
133
+ margin-top: 30px;
134
+ }
135
+ @media screen and (min-width: 768px) {
136
+ .sp-wp-carousel-help-page .sp-wpc__help.header .video-area {
137
+ width: 100%;
138
+ height: 540px;
139
+ margin-top: 30px;
140
+ }
141
+ }
142
+ .sp-wp-carousel-help-page .sp-wpc__help.header .video-area iframe {
143
+ width: 100%;
144
+ height: 100%;
145
+ }
146
+ .sp-wp-carousel-help-page .sp-wpc__help.header .content-area {
147
+ text-align: center;
148
+ }
149
+ .sp-wp-carousel-help-page .sp-wpc__help.header .content-area p {
150
+ margin-top: 40px;
151
+ font-size: 18px;
152
+ line-height: 28px;
153
+ font-weight: 400;
154
+ }
155
+ .sp-wp-carousel-help-page .sp-wpc__help.header .content-area p br {
156
+ display: none;
157
+ }
158
+ @media screen and (min-width: 768px) {
159
+ .sp-wp-carousel-help-page .sp-wpc__help.header .content-area p br {
160
+ display: block;
161
+ }
162
+ }
163
+ .Start_Displaying_Category_ {
164
+ font-size: 16px;
165
+ font-family: "Roboto";
166
+ color: rgb( 255, 255, 255 );
167
+ line-height: 1.5;
168
+ text-align: center;
169
+ position: absolute;
170
+ left: 565.161px;
171
+ top: 869.546px;
172
+ z-index: 213;
173
+ }
174
+
175
+ .sp-wp-carousel-help-page .sp-wpc__help.header .content-area .content-button a {
176
+ display: inline-block;
177
+ text-decoration: none;
178
+ padding: 18px 30px;
179
+ border-radius: 4px;
180
+ background-color: #1BA2AC;
181
+ color: #fff;
182
+ margin-right: 15px;
183
+ font-size: 16px;
184
+ font-weight: 500;
185
+ margin-top: 48px;
186
+ }
187
+ .sp-wp-carousel-help-page .sp-wpc__help.header .content-area .content-button a:hover {
188
+ background-color: #198E94;
189
+ }
190
+ .sp-wp-carousel-help-page .sp-wpc__help.header .content-area .content-button a:last-child {
191
+ background-color: #d8e0e6;
192
+ color: #818181;
193
+ }
194
+ .sp-wp-carousel-help-page .sp-wpc__help.header .content-area .content-button a:last-child:hover {
195
+ background-color: #c0cbd5;
196
+ }
197
+
198
+ /*----------------------------------------*/
199
+ /* upgrade section css
200
+ /*----------------------------------------*/
201
+
202
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade {
203
+ background-color: #fff;
204
+ width: 90%;
205
+ margin: 0 auto;
206
+ margin-top: 40px;
207
+ border-radius: 5px;
208
+ box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
209
+ overflow: hidden;
210
+ }
211
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .container {
212
+ padding: 0 60px;
213
+ }
214
+ @media screen and (min-width: 992px) {
215
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade {
216
+ width: 80%;
217
+ }
218
+ }
219
+ @media screen and (min-width: 1200px) {
220
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade {
221
+ width: 960px;
222
+ }
223
+ }
224
+ .sp-wp-carousel-help-page .sp-wpc__help.header .header-area .header-logo::before,
225
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-content .pro-icon:before,
226
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-area .upgrade-img:before {
227
+ position: absolute;
228
+ left: 0;
229
+ top: 0;
230
+ right: 0;
231
+ bottom: 0;
232
+ content: '';
233
+ z-index: 99;
234
+ }
235
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-area .upgrade-img{
236
+ position: absolute;
237
+ bottom: -20px;
238
+ right: 40px;
239
+ opacity: .2;
240
+ z-index: -1;
241
+ }
242
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-area {
243
+ padding: 50px 30px;
244
+ text-align: center;
245
+ background-color: #157592;
246
+ background: linear-gradient(-45deg, #22afba, #157592);
247
+ color: #fff;
248
+ position: relative;
249
+ z-index: 1;
250
+ box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
251
+ }
252
+
253
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-area h2 {
254
+ font-size: 28px;
255
+ font-weight: 500;
256
+ color: #fff;
257
+ line-height: 36px;
258
+ margin-bottom: 0;
259
+ margin-top: 0;
260
+ }
261
+
262
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-area p {
263
+ font-size: 18px;
264
+ margin-top: 12px;
265
+ font-weight: 400;
266
+ margin-bottom: 0;
267
+ line-height: 24px;
268
+ padding: 0px 40px;
269
+ }
270
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-info {
271
+ padding-top: 30px;
272
+ padding-bottom: 40px;
273
+ background-color: #f0faff;
274
+ }
275
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-info ul.upgrade-list li {
276
+ display: flex;
277
+ font-size: 18px;
278
+ font-weight: 500;
279
+ margin-top: 15px;
280
+ list-style: none;
281
+ line-height: 25px;
282
+ }
283
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-info ul.upgrade-list li img {
284
+ width: 20px;
285
+ margin-right: 15px;
286
+ align-self: flex-start;
287
+ margin-top: 3px;
288
+ }
289
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro {
290
+ display: block;
291
+ padding: 50px 0;
292
+ width: 100%;
293
+ margin: 0 auto;
294
+ }
295
+ @media screen and (min-width: 768px) {
296
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro {
297
+ display: flex;
298
+ padding-right: 20px;
299
+ padding-left: 20px;
300
+ }
301
+ }
302
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-content {
303
+ display: flex;
304
+ }
305
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-content .pro-icon {
306
+ display: flex;
307
+ justify-content: center;
308
+ align-items: center;
309
+ flex-shrink: 0;
310
+ position: relative;
311
+ }
312
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-content .pro-icon img {
313
+ width: 100px;
314
+ border-radius: 5px;
315
+ }
316
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-content .pro-text {
317
+ align-self: center;
318
+ margin-left: 30px;
319
+ }
320
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-content .pro-text h2 {
321
+ font-size: 24px;
322
+ font-weight: 500;
323
+ line-height: 36px;
324
+ margin-top: 0;
325
+ margin-bottom: 0;
326
+ }
327
+ #wpfooter {
328
+ display: none;
329
+ }
330
+ @media screen and (min-width: 1170px) {
331
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-content .pro-text h2 {
332
+ font-size: 22px;
333
+ }
334
+ }
335
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-content .pro-text p {
336
+ font-size: 16px;
337
+ font-weight: 400;
338
+ margin-top: 5px;
339
+ }
340
+ @media screen and (min-width: 1170px) {
341
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-content .pro-text p {
342
+ font-size: 16px;
343
+ }
344
+ }
345
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-btn {
346
+ margin-left: auto;
347
+ align-self: center;
348
+ flex-shrink: 0;
349
+ margin-top: 30px;
350
+ text-align: center;
351
+ }
352
+ @media screen and (min-width: 768px) {
353
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-btn {
354
+ margin-top: 0;
355
+ }
356
+ }
357
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-btn a {
358
+ display: inline-block;
359
+ text-decoration: none;
360
+ padding: 15px 30px;
361
+ background-color: #3fad43;
362
+ color: #fff;
363
+ border-radius: 5px;
364
+ font-size: 16px;
365
+ font-weight: 500;
366
+ }
367
+ .sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-btn a:hover {
368
+ background-color: #1e7b25;
369
+ }
370
+
371
+ /*----------------------------------------*/
372
+ /* testimonial section css
373
+ /*----------------------------------------*/
374
+ .sp-wp-carousel-help-page .sp-wpc__help.testimonial {
375
+ width: 90%;
376
+ margin: 0 auto;
377
+ margin-top: 10px;
378
+ }
379
+
380
+ @media screen and (min-width: 992px) {
381
+ .sp-wp-carousel-help-page .sp-wpc__help.testimonial {
382
+ width: 80%;
383
+ }
384
+ }
385
+ @media screen and (min-width: 1200px) {
386
+ .sp-wp-carousel-help-page .sp-wpc__help.testimonial {
387
+ width: 960px;
388
+ }
389
+ }
390
+ .sp-wp-carousel-help-page .sp-wpc__help.testimonial .col,
391
+ .sp-wp-carousel-help-page .col-lg-6 {
392
+ padding-right: 20px;
393
+ padding-left: 20px;
394
+ }
395
+ .sp-wp-carousel-help-page .sp-wpc__help.testimonial .testimonial-area {
396
+ margin-top: 30px;
397
+ }
398
+ .sp-wp-carousel-help-page .sp-wpc__help.testimonial .testimonial-area .testimonial-content {
399
+ background-color: #fff;
400
+ border-radius: 5px;
401
+ position: relative;
402
+ box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
403
+ }
404
+ .sp-wp-carousel-help-page .sp-wpc__help.testimonial .testimonial-area .testimonial-content::after {
405
+ position: absolute;
406
+ content: "";
407
+ border-style: solid;
408
+ border-color: transparent;
409
+ border-width: 18px 18px 0;
410
+ border-top-color: #ffff;
411
+ bottom: -16px;
412
+ left: 45px;
413
+ }
414
+ .sp-wp-carousel-help-page .sp-wpc__help.testimonial .testimonial-area .testimonial-content p {
415
+ padding: 25px 40px;
416
+ font-size: 14px;
417
+ font-weight: 400;
418
+ line-height: 24px;
419
+ font-style: italic;
420
+ }
421
+ .sp-wp-carousel-help-page .sp-wpc__help.testimonial .testimonial-area .testimonial-info {
422
+ display: flex;
423
+ margin-top: 25px;
424
+ margin-left: 30px;
425
+ }
426
+ .sp-wp-carousel-help-page .sp-wpc__help.testimonial .testimonial-area .testimonial-info .img img{
427
+ border-radius: 50%;
428
+ height: 60px;
429
+ }
430
+ .sp-wp-carousel-help-page .sp-wpc__help.testimonial .testimonial-area .testimonial-info .info {
431
+ margin-left: 15px;
432
+ align-self: center;
433
+ }
434
+ .sp-wp-carousel-help-page .sp-wpc__help.testimonial .testimonial-area .testimonial-info .info h3 {
435
+ font-size: 15px;
436
+ margin-top: 0;
437
+ margin-bottom: 0;
438
+ font-weight: 500;
439
+ }
440
+ .sp-wp-carousel-help-page .sp-wpc__help.testimonial .testimonial-area .testimonial-info .info .star {
441
+ display: flex;
442
+ margin-top: 5px;
443
+ }
444
+ .sp-wpc__help.testimonial .testimonial-area .testimonial-info .info .star .fa{
445
+ font-size: 15px;
446
+ margin-right: 1px;
447
+ color: #ffb900;
448
+
449
+ }
450
+ .sp-wp-carousel-help-page .sp-wpc__help.testimonial .testimonial-area .testimonial-info .info p {
451
+ font-size: 12px;
452
+ color: #808080;
453
+ margin-top: 5px;
454
+ }
admin/css/help-page.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .sp-wp-carousel-help-page *{margin:0;padding:0;box-sizing:border-box}.sp-wp-carousel-help-page{font-family:Roboto,sans-serif;color:#444;background-color:#f0f4f7;padding:30px 0 50px 40px;margin-left:-30px;margin-top:-20px}#wpbody-content{padding-bottom:0}.sp_wp_carousel_page_wpcf_help #sp-wpcfree-review-notice{margin-bottom:20px}.sp-wp-carousel-help-page .col,.sp-wp-carousel-help-page .col-lg-6{position:relative;width:100%;padding-right:15px;padding-left:15px}.sp-wp-carousel-help-page .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.sp-wp-carousel-help-page .container{max-width:540px}}@media (min-width:768px){.sp-wp-carousel-help-page .container{max-width:720px}}@media (min-width:992px){.sp-wp-carousel-help-page .container{max-width:960px}}@media (min-width:1170px){.sp-wp-carousel-help-page .container{max-width:1170px}}@media (min-width:1170px){.sp-wp-carousel-help-page .container{max-width:1170px}}.sp-wp-carousel-help-page .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}@media (min-width:992px){.sp-wp-carousel-help-page .col-lg-6{flex:0 0 50%;max-width:50%}}.sp-wp-carousel-help-page .sp-wpc__help.header{background-color:#fff;padding:50px 0;width:90%;margin:0 auto;margin-top:40px;border-radius:6px;box-shadow:0 0 15px 0 rgba(0,0,0,.05)}@media screen and (min-width:992px){.sp-wp-carousel-help-page .sp-wpc__help.header{width:80%}}@media screen and (min-width:1200px){.sp-wp-carousel-help-page .sp-wpc__help.header{width:960px}}.sp-wp-carousel-help-page .sp-wpc__help.header .header-area .header-logo{text-align:center;position:relative}.sp-wp-carousel-help-page .sp-wpc__help.header .header-area .header-logo span{transform:translateY(-30px);display:inline-block;font-size:14px;font-weight:500}.sp-wp-carousel-help-page .sp-wpc__help.header .header-area .header-content{text-align:center;position:relative}@media screen and (min-width:1200px){.sp-wp-carousel-help-page .upgrade-area .upgrade-img{right:40px}}.sp-wp-carousel-help-page .sp-wpc__help.header .header-area .header-content p{font-size:17px;font-weight:400;margin-top:20px}.sp-wp-carousel-help-page .sp-wpc__help.header .video-area{width:100%;height:340px;margin-top:30px}@media screen and (min-width:768px){.sp-wp-carousel-help-page .sp-wpc__help.header .video-area{width:100%;height:540px;margin-top:30px}}.sp-wp-carousel-help-page .sp-wpc__help.header .video-area iframe{width:100%;height:100%}.sp-wp-carousel-help-page .sp-wpc__help.header .content-area{text-align:center}.sp-wp-carousel-help-page .sp-wpc__help.header .content-area p{margin-top:40px;font-size:18px;line-height:28px;font-weight:400}.sp-wp-carousel-help-page .sp-wpc__help.header .content-area p br{display:none}@media screen and (min-width:768px){.sp-wp-carousel-help-page .sp-wpc__help.header .content-area p br{display:block}}.Start_Displaying_Category_{font-size:16px;font-family:Roboto;color:#fff;line-height:1.5;text-align:center;position:absolute;left:565.161px;top:869.546px;z-index:213}.sp-wp-carousel-help-page .sp-wpc__help.header .content-area .content-button a{display:inline-block;text-decoration:none;padding:18px 30px;border-radius:4px;background-color:#1ba2ac;color:#fff;margin-right:15px;font-size:16px;font-weight:500;margin-top:48px}.sp-wp-carousel-help-page .sp-wpc__help.header .content-area .content-button a:hover{background-color:#198e94}.sp-wp-carousel-help-page .sp-wpc__help.header .content-area .content-button a:last-child{background-color:#d8e0e6;color:#818181}.sp-wp-carousel-help-page .sp-wpc__help.header .content-area .content-button a:last-child:hover{background-color:#c0cbd5}.sp-wp-carousel-help-page .sp-wpc__help.upgrade{background-color:#fff;width:90%;margin:0 auto;margin-top:40px;border-radius:5px;box-shadow:0 0 15px 0 rgba(0,0,0,.05);overflow:hidden}.sp-wp-carousel-help-page .sp-wpc__help.upgrade .container{padding:0 60px}@media screen and (min-width:992px){.sp-wp-carousel-help-page .sp-wpc__help.upgrade{width:80%}}@media screen and (min-width:1200px){.sp-wp-carousel-help-page .sp-wpc__help.upgrade{width:960px}}.sp-wp-carousel-help-page .sp-wpc__help.header .header-area .header-logo::before,.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-area .upgrade-img:before,.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-content .pro-icon:before{position:absolute;left:0;top:0;right:0;bottom:0;content:'';z-index:99}.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-area .upgrade-img{position:absolute;bottom:-20px;right:40px;opacity:.2;z-index:-1}.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-area{padding:50px 30px;text-align:center;background-color:#157592;background:linear-gradient(-45deg,#22afba,#157592);color:#fff;position:relative;z-index:1;box-shadow:0 0 15px 0 rgba(0,0,0,.05)}.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-area h2{font-size:28px;font-weight:500;color:#fff;line-height:36px;margin-bottom:0;margin-top:0}.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-area p{font-size:18px;margin-top:12px;font-weight:400;margin-bottom:0;line-height:24px;padding:0 40px}.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-info{padding-top:30px;padding-bottom:40px;background-color:#f0faff}.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-info ul.upgrade-list li{display:flex;font-size:18px;font-weight:500;margin-top:15px;list-style:none;line-height:25px}.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-info ul.upgrade-list li img{width:20px;margin-right:15px;align-self:flex-start;margin-top:3px}.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro{display:block;padding:50px 0;width:100%;margin:0 auto}@media screen and (min-width:768px){.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro{display:flex;padding-right:20px;padding-left:20px}}.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-content{display:flex}.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-content .pro-icon{display:flex;justify-content:center;align-items:center;flex-shrink:0;position:relative}.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-content .pro-icon img{width:100px;border-radius:5px}.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-content .pro-text{align-self:center;margin-left:30px}.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-content .pro-text h2{font-size:24px;font-weight:500;line-height:36px;margin-top:0;margin-bottom:0}#wpfooter{display:none}@media screen and (min-width:1170px){.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-content .pro-text h2{font-size:22px}}.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-content .pro-text p{font-size:16px;font-weight:400;margin-top:5px}@media screen and (min-width:1170px){.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-content .pro-text p{font-size:16px}}.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-btn{margin-left:auto;align-self:center;flex-shrink:0;margin-top:30px;text-align:center}@media screen and (min-width:768px){.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-btn{margin-top:0}}.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-btn a{display:inline-block;text-decoration:none;padding:15px 30px;background-color:#3fad43;color:#fff;border-radius:5px;font-size:16px;font-weight:500}.sp-wp-carousel-help-page .sp-wpc__help.upgrade .upgrade-pro .pro-btn a:hover{background-color:#1e7b25}.sp-wp-carousel-help-page .sp-wpc__help.testimonial{width:90%;margin:0 auto;margin-top:10px}@media screen and (min-width:992px){.sp-wp-carousel-help-page .sp-wpc__help.testimonial{width:80%}}@media screen and (min-width:1200px){.sp-wp-carousel-help-page .sp-wpc__help.testimonial{width:960px}}.sp-wp-carousel-help-page .col-lg-6,.sp-wp-carousel-help-page .sp-wpc__help.testimonial .col{padding-right:20px;padding-left:20px}.sp-wp-carousel-help-page .sp-wpc__help.testimonial .testimonial-area{margin-top:30px}.sp-wp-carousel-help-page .sp-wpc__help.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-help-page .sp-wpc__help.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-help-page .sp-wpc__help.testimonial .testimonial-area .testimonial-content p{padding:25px 40px;font-size:14px;font-weight:400;line-height:24px;font-style:italic}.sp-wp-carousel-help-page .sp-wpc__help.testimonial .testimonial-area .testimonial-info{display:flex;margin-top:25px;margin-left:30px}.sp-wp-carousel-help-page .sp-wpc__help.testimonial .testimonial-area .testimonial-info .img img{border-radius:50%;height:60px}.sp-wp-carousel-help-page .sp-wpc__help.testimonial .testimonial-area .testimonial-info .info{margin-left:15px;align-self:center}.sp-wp-carousel-help-page .sp-wpc__help.testimonial .testimonial-area .testimonial-info .info h3{font-size:15px;margin-top:0;margin-bottom:0;font-weight:500}.sp-wp-carousel-help-page .sp-wpc__help.testimonial .testimonial-area .testimonial-info .info .star{display:flex;margin-top:5px}.sp-wpc__help.testimonial .testimonial-area .testimonial-info .info .star .fa{font-size:15px;margin-right:1px;color:#ffb900}.sp-wp-carousel-help-page .sp-wpc__help.testimonial .testimonial-area .testimonial-info .info p{font-size:12px;color:grey;margin-top:5px}
admin/css/modal-video.min.css ADDED
@@ -0,0 +1 @@
 
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: 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 ADDED
@@ -0,0 +1,681 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ /* .feature .feature-area .feature-item .feature-content {
508
+ margin-top: 10px;
509
+ } */
510
+ /* buy section css */
511
+ .sp-wp-carousel-premium-page .sp-wpc__buy {
512
+ padding-top: 15px;
513
+ background-image: -moz-linear-gradient(90deg, rgb(33, 175, 185) 0%, #B7ECEE 0%, rgb(255, 255, 255) 100%);
514
+ background-image: -webkit-linear-gradient(90deg, rgb(33, 175, 185) 0%, #B7ECEE 0%, rgb(255, 255, 255) 100%);
515
+ background-image: -ms-linear-gradient(90deg, rgb(33, 175, 185) 0%, #B7ECEE 0%, rgb(255, 255, 255) 100%);
516
+ }
517
+
518
+ @media screen and (min-width: 1468px) {
519
+ .sp-wp-carousel-premium-page .sp-wpc__buy {
520
+ padding-bottom: 90px;
521
+ }
522
+ }
523
+
524
+ .sp-wp-carousel-premium-page .sp-wpc__banner .sp-wpc__banner-img::before,
525
+ .sp-wp-carousel-premium-page .sp-wpc__buy .buy-img::before {
526
+ position: absolute;
527
+ left: 0;
528
+ top: 0;
529
+ right: 0;
530
+ bottom: 0;
531
+ width: 100%;
532
+ height: 100%;
533
+ content: '';
534
+ z-index: 99;
535
+ }
536
+
537
+ .sp-wp-carousel-premium-page .sp-wpc__buy .buy-img {
538
+ width: 80%;
539
+ position: relative;
540
+ margin: 0 auto;
541
+ padding-bottom: 25px;
542
+ }
543
+
544
+ .sp-wp-carousel-premium-page .sp-wpc__feature .feature-area .feature-item .feature-icon.custom-padding img {
545
+ padding: 10px
546
+ }
547
+
548
+ .sp-wp-carousel-premium-page .sp-wpc__buy .buy-content {
549
+ padding-top: 0px;
550
+ }
551
+
552
+ @media screen and (min-width: 1200px) {
553
+ .sp-wp-carousel-premium-page .sp-wpc__buy .buy-content {
554
+ padding-top: 90px;
555
+ }
556
+ }
557
+
558
+ .sp-wp-carousel-premium-page .sp-wpc__buy .buy-content h2 {
559
+ color: #124E53;
560
+ }
561
+
562
+ .sp-wp-carousel-premium-page .sp-wpc__buy .buy-content span {
563
+ display: block;
564
+ font-size: 11px;
565
+ margin-top: 12px;
566
+ color: #678280;
567
+ }
568
+
569
+ /*----------------------------------------*/
570
+ /* testimonial section css
571
+ /*----------------------------------------*/
572
+ .sp-wp-carousel-premium-page .testimonial-wrapper {
573
+ background-color: #f1f5f9;
574
+ padding-bottom: 50px;
575
+ padding-top: 10px;
576
+ }
577
+
578
+ .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .row {
579
+ flex-wrap: nowrap;
580
+ }
581
+
582
+ .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial {
583
+ width: 90%;
584
+ margin: 0 auto;
585
+ }
586
+
587
+ @media screen and (min-width: 992px) {
588
+ .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial {
589
+ width: 80%;
590
+ }
591
+ }
592
+
593
+ @media screen and (min-width: 1200px) {
594
+ .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial {
595
+ width: 960px;
596
+ }
597
+ }
598
+
599
+ .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .col,
600
+ .sp-wp-carousel-premium-page .col-lg-6 {
601
+ padding-right: 20px;
602
+ padding-left: 20px;
603
+ }
604
+
605
+ .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area {
606
+ margin-top: 30px;
607
+ }
608
+
609
+ .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-content {
610
+ background-color: #fff;
611
+ border-radius: 5px;
612
+ position: relative;
613
+ box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
614
+ }
615
+
616
+ .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-content::after {
617
+ position: absolute;
618
+ content: "";
619
+ border-style: solid;
620
+ border-color: transparent;
621
+ border-width: 18px 18px 0;
622
+ border-top-color: #ffff;
623
+ bottom: -16px;
624
+ left: 45px;
625
+ }
626
+
627
+ .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-content p {
628
+ padding: 25px 40px;
629
+ font-size: 14px;
630
+ font-weight: 400;
631
+ line-height: 24px;
632
+ font-style: italic;
633
+ }
634
+
635
+ .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-info {
636
+ display: flex;
637
+ margin-top: 25px;
638
+ margin-left: 30px;
639
+ }
640
+
641
+ .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-info .img img {
642
+ border-radius: 50%;
643
+ height: 60px;
644
+ }
645
+
646
+ .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-info .info {
647
+ margin-left: 15px;
648
+ align-self: center;
649
+ }
650
+
651
+ .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-info .info h3 {
652
+ font-size: 15px;
653
+ margin-top: 0;
654
+ margin-bottom: 0;
655
+ font-weight: 500;
656
+ margin-left: 0;
657
+ }
658
+
659
+ .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-info .info .star {
660
+ display: flex;
661
+ margin-top: 5px;
662
+ }
663
+
664
+ .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-info .info .star .fa {
665
+ font-size: 15px;
666
+ margin-right: 1px;
667
+ color: #ffb900;
668
+
669
+ }
670
+
671
+ .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-info .info p {
672
+ font-size: 12px;
673
+ color: #808080;
674
+ margin-top: 5px;
675
+ margin-bottom: 0;
676
+ }
677
+
678
+ .sp-wp-carousel-premium-page *:focus {
679
+ box-shadow: none;
680
+ outline: none;
681
+ }
admin/css/premium-page.min.css ADDED
@@ -0,0 +1 @@
 
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:15px;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%)}@media screen and (min-width:1468px){.sp-wp-carousel-premium-page .sp-wpc__buy{padding-bottom:90px}}.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{padding-top:0}@media screen and (min-width:1200px){.sp-wp-carousel-premium-page .sp-wpc__buy .buy-content{padding-top:90px}}.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/img/images/Graeme-Myburgh.jpeg ADDED
Binary file
admin/img/images/Joyce-van-den-Berg.png ADDED
Binary file
admin/img/images/checkmark.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 384" fill="#3fad43" xmlns:v="https://vecta.io/nano"><path d="M192 384c105.9 0 192-86.1 192-192 0-18.3-2.6-36.3-7.6-53.5-2.5-8.5-11.3-13.4-19.8-10.9s-13.3 11.4-10.9 19.8c4.2 14.3 6.3 29.3 6.3 44.5 0 88.2-71.8 160-160 160S32 280.2 32 192 103.8 32 192 32c32.1 0 62.9 9.4 89.2 27.1 7.3 4.9 17.3 3 22.2-4.3s3-17.3-4.3-22.2C267.5 11.3 230.5 0 192 0 86.1 0 0 86.1 0 192s86.1 192 192 192zM356.7 36.7L192 201.4l-52.7-52.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l64 64c3.1 3.1 7.2 4.7 11.3 4.7s8.2-1.6 11.3-4.7l176-176c6.2-6.2 6.2-16.4 0-22.6-6.2-6.3-16.4-6.3-22.6 0z"/></svg>
admin/img/images/premium/Advanced-settings.svg ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1 @@
 
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/images/wp-carousel-pro-copy.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="100" height="100" xmlns:v="https://vecta.io/nano"><linearGradient id="A" gradientUnits="userSpaceOnUse" x1="2.363" y1="125.638" x2="125.638" y2="2.362"><stop offset="0" stop-color="#225e64"/><stop offset="0" stop-color="#187895"/><stop offset="1" stop-color="#1caab7"/></linearGradient><path fill="url(#A)" d="M119.9 128H8.1c-4.5 0-8.1-3.6-8.1-8.1V8.1C0 3.6 3.6 0 8.1 0h111.8c4.5 0 8.1 3.6 8.1 8.1v111.8c0 4.5-3.6 8.1-8.1 8.1z"/><g opacity=".9" fill="#fff"><path d="M84.6 68.9l-10-12.5 6.1-4.8 10 12.4z"/><path d="M80.7 76.4l-6-4.8 10-12.5 6 4.9zm-37.3-7.5L37.3 64l10-12.4 6.1 4.8z"/><path d="M47.3 76.4L37.3 64l6-4.9 10 12.5zm61.4 22.4H19.3V29.2h89.4v69.6zM29.4 88.7h69.2V39.3H29.4v49.4z"/></g></svg>
admin/img/images/wp-carousel-pro.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" xmlns:v="https://vecta.io/nano"><linearGradient id="A" gradientUnits="userSpaceOnUse" x1="2.363" y1="125.638" x2="125.638" y2="2.362"><stop offset="0" stop-color="#225e64"/><stop offset="0" stop-color="#187895"/><stop offset="1" stop-color="#1caab7"/></linearGradient><path fill="url(#A)" d="M119.9 128H8.1c-4.5 0-8.1-3.6-8.1-8.1V8.1C0 3.6 3.6 0 8.1 0h111.8c4.5 0 8.1 3.6 8.1 8.1v111.8c0 4.5-3.6 8.1-8.1 8.1z"/><g opacity=".9" fill="#fff"><path d="M84.6 68.9l-10-12.5 6.1-4.8 10 12.4z"/><path d="M80.7 76.4l-6-4.8 10-12.5 6 4.9zm-37.3-7.5L37.3 64l10-12.4 6.1 4.8z"/><path d="M47.3 76.4L37.3 64l6-4.9 10 12.5zm61.4 22.4H19.3V29.2h89.4v69.6zM29.4 88.7h69.2V39.3H29.4v49.4z"/></g></svg>
admin/img/images/wpcp-Icon.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 709.6 557.7" width="120" height="120" fill="#ffffff" xmlns:v="https://vecta.io/nano"><path d="M514 317.1l-77-95.6 46.7-37.6 77 95.6z"/><path d="M484 375.3l-46.7-37.6 76.9-95.6 46.7 37.6zm-287.6-58.2l-46.7-37.6 77-95.6 46.7 37.6z"/><path d="M226.4 375.3l-76.9-95.6 46.7-37.6 76.9 95.6zM699 547.2H11.4V12H699v535.2zM89.1 469.5h532.2V89.7H89.1v379.8z"/></svg>
admin/img/images/wpcp-logo.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="223.134" height="37.202" viewBox="0 0 195.9 32.3" xmlns:v="https://vecta.io/nano"><g fill="#1a869e"><path d="M28.4 18l-3.8-4.7 2.3-1.9 3.8 4.7z"/><path d="M26.9 20.9L24.6 19l3.8-4.7 2.3 1.9zM12.6 18l-2.3-1.9 3.8-4.7 2.3 1.9z"/><path d="M14.1 20.9l-3.8-4.7 2.3-1.9 3.8 4.7zm23.5 8.6H3.4V2.8h34.2v26.7zM7.3 25.6h26.5V6.7H7.3v18.9z"/></g><g fill="#333"><path d="M62.4 7.7l-3 17.5c-.5 0-.9.1-1.2.1H57c-.4 0-.7-.1-1-.4s-.4-.7-.5-1.2L55 21l-.8-6.4-.8 6.4-.7 4.2c-.8.1-1.7.1-2.6.1-.4 0-.6-.1-.9-.4s-.4-.7-.5-1.1l-1.4-8-1.2-7.3v-.3c0-.1 0-.3.1-.3.1-.1.3-.1.5-.1H49l1.2 8.2c.4 2.2.6 4.4.7 6.5h.2l.6-6.5 1.1-6.7c0-.3.1-.5.2-.6s.2-.2.5-.2h2l1.3 7.5c.3 1.6.5 3.8.7 6.5h.2l.6-6.5 1.1-7.5c0-.3.1-.5.2-.6s.2-.2.5-.2h2.3zM63.7 25c-.5-.3-1-1-1.2-1.9s-.4-2.3-.4-4.2c0-4.3 1.4-6.5 4.1-6.5.9 0 1.7.2 2.2.6.6.4 1 1 1.2 1.9.3.9.4 2.2.4 3.9 0 2.4-.3 4-1 5.1-.7 1-1.7 1.5-3.1 1.5a3.79 3.79 0 0 1-2.2-.4zm2.9-2.1c.1-.2.2-.6.3-1.2s.1-1.5.1-2.7l-.1-2.7c0-.6-.1-1-.3-1.2-.1-.2-.3-.3-.6-.3s-.6.3-.7.9c-.2.6-.3 1.7-.3 3.3l.1 2.8c.1.6.2 1 .3 1.2a.55.55 0 0 0 .5.3c.4-.1.5-.2.7-.4zm5.1-9.3c1.1-.8 2.3-1.1 3.5-1.1.7 0 1.1.1 1.3.3s.4.5.4 1a4.53 4.53 0 0 1-.3 1.6c-.3-.1-.6-.2-.9-.2-.2 0-.4 0-.5.1l-.6.3v9.2c0 .2 0 .3-.1.4s-.4.1-.8.1h-1.9l-.1-11.7zM79.3 25c-.6-.3-1-.8-1.4-1.7s-.5-2.1-.5-3.8c0-2.4.3-4.2.9-5.4.6-1.1 1.5-1.7 2.5-1.7.6 0 1.1.1 1.5.5V8.1c0-.4.1-.7.2-.9s.4-.3.7-.3 1-.1 1.8-.1v17.9c-1.1.5-2.4.8-3.7.8-.8 0-1.5-.2-2-.5zm3-2.2V15c-.1-.1-.3-.1-.5-.1s-.4.1-.6.3-.3.6-.5 1.2c-.1.6-.2 1.6-.2 2.9 0 1.5.1 2.5.2 3s.4.8.7.8c.4-.1.6-.2.9-.3zM92.4 8.2c.7.3 1.2.8 1.6 1.5.4.8.6 1.8.6 3.1 0 2.1-.4 3.5-1.3 4.4-.9.8-2 1.2-3.4 1.2h-.2v6.3c0 .2 0 .3-.1.4s-.4.1-.8.1H87v-17c0-.2 0-.3.1-.4s.2-.1.4-.1h2.4c.9 0 1.8.2 2.5.5zm-1.3 7c.2-.5.3-1.4.3-2.7 0-.8-.1-1.4-.3-1.8s-.5-.6-.9-.6h-.7v5.8h.5c.5 0 .9-.2 1.1-.7zm4.8-1.6c1.1-.8 2.3-1.1 3.5-1.1.7 0 1.1.1 1.3.3s.3.5.3 1a4.53 4.53 0 0 1-.3 1.6c-.3-.1-.6-.2-.9-.2-.2 0-.4 0-.6.1s-.4.2-.5.3v9.2c0 .2 0 .3-.1.4s-.4.1-.8.1h-1.9V13.6zm12.8 8.5c.1.5.2 1.1.2 1.9 0 .5-.3.9-1 1.1-.7.3-1.5.4-2.5.4-1.2 0-2.2-.4-2.9-1.3s-1-2.4-1-4.6c0-1.9.2-3.4.6-4.4s.9-1.8 1.5-2.1c.6-.4 1.4-.5 2.3-.5 2.1 0 3.2 1.4 3.2 4.1 0 1.4-.1 2.6-.3 3.6-1 .2-2.4.3-4.3.3 0 .9.2 1.5.4 1.8.2.4.6.5 1.2.5.8-.1 1.6-.4 2.6-.8zm-4-6.4c-.2.5-.3 1.4-.3 2.6.9 0 1.6-.1 1.9-.2.1-.2.1-.7.1-1.3 0-.8-.1-1.3-.2-1.5s-.3-.4-.7-.4c-.3 0-.6.2-.8.8zm5.7 8.3c0-.5.2-1 .5-1.5.7.4 1.4.5 2.2.5.4 0 .8-.1 1-.3s.3-.5.3-.8c0-.5-.2-1-.6-1.4l-2.2-2.3c-.4-.4-.7-.9-.9-1.4s-.3-.9-.3-1.3c0-1 .3-1.7 1-2.3s1.7-.8 3.2-.8c1.2 0 2.1.2 2.5.5s.6.7.6 1.1c0 .2 0 .4-.1.7-.1.2-.2.5-.4.6-.7-.4-1.4-.5-2.2-.5s-1.2.3-1.2.8c0 .2 0 .3.2.5.1.2.3.4.6.7l1.8 1.9c.5.6.8 1.1 1 1.5s.3 1 .3 1.6c0 1.1-.4 2-1.1 2.6s-1.8 1-3 1c-2.3.1-3.2-.4-3.2-1.4z"/><use xlink:href="#B"/><path d="M132.4 24.8c-.6-.5-1-1.3-1.3-2.5s-.5-3-.5-5.3c0-6.4 1.7-9.6 5-9.6 1 0 1.6.1 1.9.4s.5.6.5 1.1a3.81 3.81 0 0 1-.4 1.7c-.4-.3-.8-.4-1.3-.4-.8 0-1.5.5-2 1.4s-.8 2.7-.8 5.2c0 1.4.1 2.6.2 3.4s.3 1.4.6 1.7.7.5 1.2.5c.8 0 1.5-.1 1.9-.4.2.5.4 1 .4 1.6s-.3 1-.8 1.4c-.5.3-1.3.5-2.2.5-1 0-1.8-.3-2.4-.7zm8.3.4c-.5-.2-.9-.6-1.2-1.1-.3-.6-.5-1.4-.5-2.5 0-1.6.3-2.6.8-3.2s1.2-.9 2.1-.9c.2 0 .5 0 .8.1l.8.3v-1.7c0-.3-.1-.6-.2-.7-.2-.1-.4-.2-.8-.2-.5 0-1 .1-1.5.2-.6.1-1.1.2-1.5.4-.2-.5-.4-1-.4-1.6 0-.2 0-.3.1-.5s.1-.3.2-.4c.2-.2.7-.3 1.3-.5.7-.2 1.5-.2 2.4-.2 1.2 0 2 .2 2.4.7.5.5.7 1.2.7 2.4V17l-.1 8c-.9.5-2.1.8-3.6.8-.7-.3-1.3-.4-1.8-.6zm2.7-2.3v-3.2c-.2-.1-.4-.2-.7-.2s-.5.1-.7.4-.2.8-.2 1.6c0 .6.1 1.1.2 1.3.1.3.3.4.7.4s.6-.1.7-.3zm4.6-9.3c1.1-.8 2.3-1.1 3.5-1.1.7 0 1.1.1 1.3.3s.3.5.3 1a4.53 4.53 0 0 1-.3 1.6c-.3-.1-.6-.2-.9-.2-.2 0-.4 0-.6.1s-.4.2-.5.3v9.2c0 .2 0 .3-.1.4s-.4.1-.8.1H148V13.6zm7.3 11.4c-.6-.3-1-1-1.2-1.9-.3-.9-.4-2.3-.4-4.2 0-4.3 1.4-6.5 4.2-6.5.9 0 1.7.2 2.2.6.6.4 1 1 1.2 1.9.3.9.4 2.2.4 3.9 0 2.4-.3 4-1 5.1-.7 1-1.7 1.5-3.1 1.5-1 .1-1.7-.1-2.3-.4zm2.9-2.1c.1-.2.2-.6.3-1.2s.1-1.5.1-2.7l-.1-2.7c0-.6-.1-1-.3-1.2-.1-.2-.3-.3-.6-.3s-.6.3-.7.9c-.2.6-.3 1.7-.3 3.3l.1 2.8c.1.6.2 1 .3 1.2s.3.3.6.3c.3-.1.5-.2.6-.4zm5.8 1.6c-.5-.6-.8-1.6-.8-2.8v-8.5c0-.2 0-.3.1-.4s.4-.1.8-.1h1.9v9.1c0 .4.1.7.2.9s.3.3.7.3a1.69 1.69 0 0 0 1-.3v-9.6c0-.2 0-.3.1-.4s.3-.1.8-.1h1.9v11.8c-.5.3-1 .5-1.7.7s-1.3.3-2 .3c-1.4.1-2.4-.3-3-.9z"/><use xlink:href="#B" x="53.6"/><path d="M187.6 22.1c.1.5.2 1.1.2 1.9 0 .5-.3.9-1 1.1-.7.3-1.5.4-2.5.4-1.2 0-2.2-.4-2.9-1.3s-1-2.4-1-4.6c0-1.9.2-3.4.6-4.4s.9-1.8 1.5-2.1c.6-.4 1.4-.5 2.3-.5 2.1 0 3.2 1.4 3.2 4.1 0 1.4-.1 2.6-.3 3.6-1 .2-2.4.3-4.3.3 0 .9.2 1.5.4 1.8.2.4.6.5 1.2.5.8-.1 1.7-.4 2.6-.8zm-4-6.4c-.2.5-.3 1.4-.3 2.6.9 0 1.6-.1 1.9-.2.1-.2.1-.7.1-1.3 0-.8-.1-1.3-.2-1.5s-.3-.4-.7-.4c-.3 0-.6.2-.8.8zm6-7.6c0-.4.1-.7.2-.9.2-.2.4-.3.7-.3s.9-.1 1.8-.1v17.9c0 .2 0 .3-.1.4s-.3.1-.8.1h-1.8V8.1z"/></g><defs ><path id="B" d="M118.6 24c0-.5.2-1 .5-1.5.7.4 1.4.5 2.2.5.4 0 .8-.1 1-.3s.3-.5.3-.8c0-.5-.2-1-.6-1.4l-2.2-2.3c-.4-.4-.7-.9-.9-1.4s-.3-.9-.3-1.3c0-1 .3-1.7 1-2.3s1.7-.8 3.2-.8c1.2 0 2.1.2 2.5.5s.6.7.6 1.1c0 .2 0 .4-.1.7-.1.2-.2.5-.4.6-.7-.4-1.4-.5-2.2-.5s-1.2.3-1.2.8c0 .2 0 .3.2.5.1.2.3.4.6.7l1.8 1.9c.5.6.8 1.1 1 1.5s.3 1 .3 1.6c0 1.1-.4 2-1.1 2.6s-1.8 1-3 1c-2.2.1-3.2-.4-3.2-1.4z"/></defs></svg>
admin/js/jquery-modal-video.min.js ADDED
@@ -0,0 +1,396 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
@@ -47,7 +47,12 @@ class WP_Carousel_Free_Help {
47
  */
48
  public function help_admin_menu() {
49
  add_submenu_page(
50
- 'edit.php?post_type=sp_wp_carousel', __( 'WP Carousel Help', 'wp-carousel-free' ), __( 'Help', 'wp-carousel-free' ), 'manage_options', 'wpcf_help', array(
 
 
 
 
 
51
  $this,
52
  'help_page_callback',
53
  )
@@ -55,55 +60,167 @@ class WP_Carousel_Free_Help {
55
  }
56
 
57
  /**
58
- * The WP Carousel Help Callback.
59
- *
60
- * @since 2.0.0
61
- * @return void
62
  */
63
  public function help_page_callback() {
64
- echo '
65
- <div class="wrap about-wrap sp-wpcp-help">
66
- <h1>' . esc_html__( 'Welcome to WordPress Carousel! ', 'wp-carousel-free' ) . '</h1>
67
- </div>
68
- <div class="wrap about-wrap sp-wpcp-help">
69
- <p class="about-text">' . esc_html__( 'Thank you for installing WordPress Carousel! You\'re now running the most popular WordPress Carousel plugin.
70
- This video will help you get started with the plugin.', 'wp-carousel-free' ) . '</p>
71
- <div class="wp-badge"></div>
72
 
73
- <hr>
74
-
75
- <div class="headline-feature feature-video">
76
- <iframe width="560" height="315" src="https://www.youtube.com/embed/hCeKn8jmxn4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
 
 
 
 
 
 
 
 
 
77
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
78
 
79
- <hr>
80
-
81
- <div class="feature-section three-col">
82
- <div class="col">
83
- <div class="sp-wpcp-feature text-center">
84
- <i class="sp-wpcp-font-icon fa-life-ring"></i>
85
- <h3>' . esc_html__( 'Need any Assistance?', 'wp-carousel-free' ) . '</h3>
86
- <p>' . esc_html__( 'Our Expert Support Team is always ready to help you out promptly.', 'wp-carousel-free' ) . '</p>
87
- <a href="https://shapedplugin.com/support/?user=lite" target="_blank" class="button button-primary">' . esc_html__( 'Contact Support', 'wp-carousel-free' ) . '</a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  </div>
89
  </div>
90
- <div class="col">
91
- <div class="sp-wpcp-feature text-center">
92
- <i class="sp-wpcp-font-icon fa-file-text"></i>
93
- <h3>' . esc_html__( 'Looking for Documentation?', 'wp-carousel-free' ) . '</h3>
94
- <p>' . esc_html__( 'We have detailed documentation on every aspects of WordPress Carousel.', 'wp-carousel-free' ) . '</p>
95
- <a href="https://docs.shapedplugin.com/docs/wordpress-carousel/introduction/" target="_blank" class="button button-primary">' . esc_html__( 'Documentation', 'wp-carousel-free' ) . '</a>
 
 
 
 
 
 
 
 
96
  </div>
97
  </div>
98
- <div class="col">
99
- <div class="sp-wpcp-feature text-center">
100
- <i class="sp-wpcp-font-icon fa-thumbs-up"></i>
101
- <h3>' . esc_html__( 'Like This Plugin?', 'wp-carousel-free' ) . '</h3>
102
- <p>' . esc_html__( 'If you like WordPress Carousel, please leave us a 5 star rating.', 'wp-carousel-free' ) . '</p>
103
- <a href="https://wordpress.org/support/plugin/wp-carousel-free/reviews/?filter=5#new-post" target="_blank" class="button button-primary">' . esc_html__( 'Rate The Plugin', 'wp-carousel-free' ) . '</a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  </div>
105
  </div>
106
  </div>
107
- </div>';
 
 
 
 
108
  }
 
109
  }
 
47
  */
48
  public function help_admin_menu() {
49
  add_submenu_page(
50
+ 'edit.php?post_type=sp_wp_carousel',
51
+ __( 'WP Carousel Help', 'wp-carousel-free' ),
52
+ __( 'Help', 'wp-carousel-free' ),
53
+ 'manage_options',
54
+ 'wpcf_help',
55
+ array(
56
  $this,
57
  'help_page_callback',
58
  )
60
  }
61
 
62
  /**
63
+ * Help Page Callback
 
 
 
64
  */
65
  public function help_page_callback() {
66
+ wp_enqueue_style( 'sp-wpcp-admin-help', WPCAROUSELF_URL . 'admin/css/help-page.min.css', array(), WPCAROUSELF_VERSION );
67
+ $add_new_carousel_link = admin_url( 'post-new.php?post_type=sp_wp_carousel' );
68
+ ?>
 
 
 
 
 
69
 
70
+ <div class="sp-wp-carousel-help-page">
71
+ <!-- Header section start -->
72
+ <section class="sp-wpc__help header">
73
+ <div class="header-area">
74
+ <div class="container">
75
+ <div class="header-logo">
76
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/wpcp-logo.svg'; ?>" alt="">
77
+ <span><?php echo WPCAROUSELF_VERSION; ?></span>
78
+ </div>
79
+ <div class="header-content">
80
+ <p>Thank you for installing WP Carousel plugin! This video will help you get started with the plugin.</p>
81
+ </div>
82
+ </div>
83
  </div>
84
+ <div class="video-area">
85
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/hCeKn8jmxn4" frameborder="0" allowfullscreen=""></iframe>
86
+ </div>
87
+ <div class="content-area">
88
+ <div class="container">
89
+ <div class="content-button">
90
+ <a href="<?php echo esc_url( $add_new_carousel_link ); ?>">Start Creating Carousel</a>
91
+ <a href="https://docs.shapedplugin.com/docs/wordpress-carousel/introduction/?ref=1" target="_blank">Read Documentation</a>
92
+ </div>
93
+ </div>
94
+ </div>
95
+ </section>
96
+ <!-- Header section end -->
97
 
98
+ <!-- Upgrade section start -->
99
+ <section class="sp-wpc__help upgrade">
100
+ <div class="upgrade-area">
101
+ <div class="upgrade-img">
102
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/wpcp-Icon.svg'; ?>" alt="">
103
+ </div>
104
+ <h2>Upgrade To Unleash the Power of WordPress Carousel Pro</h2>
105
+ <p>Get the most out of WordPress Carousel by upgrading to unlock all of its powerful features. With WordPress Carousel Pro, you can unlock amazing features like:</p>
106
+ </div>
107
+ <div class="upgrade-info">
108
+ <div class="container">
109
+ <div class="row">
110
+ <div class="col-lg-6">
111
+ <ul class="upgrade-list">
112
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Fully responsive, SEO-friendly & optimized.</li>
113
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Advanced Shortcode Generator.</li>
114
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Slide Anything (e.g. Image, Post, Product, Content, Video, Text, HTML, Shortcodes, etc.)</li>
115
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Display posts from multiple Categories, Tags, Formats, or Types. (e.g. Latest, Taxonomies, Specific, etc.).</li>
116
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Multiple Carousels on the same page.</li>
117
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">100+ Visual Customization options.</li>
118
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Drag & Drop Carousel builder (image, content, video, etc.).</li>
119
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Image Carousel with internal and external links.</li>
120
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Image Carousel with caption and description.</li>
121
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Image Content Position (Bottom, Top, Right, and Overlay).</li>
122
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Show/hide image caption and description.</li>
123
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Slide background, border, and inner padding.</li>
124
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Lightbox functionality for images.</li>
125
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Modern effects for images (grayscale, zoom, fade).</li>
126
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Custom image resizes options.</li>
127
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Variable width option in the carousel.</li>
128
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Post Carousel with Title, image, excerpt, read more, category, date, author, tags, comments, etc.).</li>
129
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Post excerpt, full content, and content with the limit.</li>
130
+ </ul>
131
+ </div>
132
+ <div class="col-lg-6">
133
+ <ul class="upgrade-list">
134
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">WooCommerce Product Carousel.</li>
135
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Product content position (Bottom, Top, Right, Overlay)Filter by different product types (e.g. latest, categories, specific products, etc.).</li>
136
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Show/hide the standard product contents (product name, image, price, excerpt, read more, rating, add to cart, etc.).</li>
137
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Content Carousel (Anything).</li>
138
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Video Carousel with lightbox.</li>
139
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Supported YouTube, Vimeo, Dailymotion, mp4, WebM, and even self-hosted video.</li>
140
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Add Custom Video Thumbnails (for self-hosted) and video icon.</li>
141
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Carousel Mode (standard, center, ticker).</li>
142
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">25+ Carousel controls.</li>
143
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">8+ Different navigation positions.</li>
144
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Typography & Styling options (840+ Google fonts).</li>
145
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Duplicate or clone carousels.</li>
146
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Advanced plugin settings.</li>
147
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Multisite, RTL, and Accessibility ready.</li>
148
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Fully Translation ready with WPML, Polylang, Loco Translate, and more.</li>
149
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Page builders & theme compatibility.</li>
150
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Automatic Updates notifications.</li>
151
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">One To One Fast & Friendly Support</li>
152
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt="">Developer friendly & highly customizable.</li>
153
+ <li><img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/checkmark.svg'; ?>" alt=""><span>Not Happy? 100% No Questions Asked <a href="https://shapedplugin.com/refund-policy/" target="_blank">Refund Policy!</a></span></li>
154
+ </ul>
155
+ </div>
156
  </div>
157
  </div>
158
+ </div>
159
+ <div class="container">
160
+ <div class="upgrade-pro">
161
+ <div class="pro-content">
162
+ <div class="pro-icon">
163
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/wp-carousel-pro.svg'; ?>" alt="">
164
+ </div>
165
+ <div class="pro-text">
166
+ <h2>Upgrade To WordPress Carousel Pro Today!</h2>
167
+ <p>Start creating beautiful WordPress carousels in minutes.</p>
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>
175
+ </section>
176
+ <!-- Upgrade section end -->
177
+
178
+ <!-- Testimonial section start -->
179
+ <section class="sp-wpc__help testimonial">
180
+ <div class="row">
181
+ <div class="col-lg-6">
182
+ <div class="testimonial-area">
183
+ <div class="testimonial-content">
184
+ <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>
185
+ </div>
186
+ <div class="testimonial-info">
187
+ <div class="img">
188
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/Joyce-van-den-Berg.png'; ?>" alt="">
189
+ </div>
190
+ <div class="info">
191
+ <h3>Joyce van den Berg</h3>
192
+ <div class="star">
193
+ <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>
194
+ </div>
195
+ </div>
196
+ </div>
197
+ </div>
198
+ </div>
199
+ <div class="col-lg-6">
200
+ <div class="testimonial-area">
201
+ <div class="testimonial-content">
202
+ <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>
203
+ </div>
204
+ <div class="testimonial-info">
205
+ <div class="img">
206
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/Graeme-Myburgh.jpeg'; ?>" alt="">
207
+ </div>
208
+ <div class="info">
209
+ <h3>Graeme Myburgh</h3>
210
+ <div class="star">
211
+ <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>
212
+ </div>
213
+ </div>
214
+ </div>
215
  </div>
216
  </div>
217
  </div>
218
+ </section>
219
+ <!-- Testimonial section end -->
220
+
221
+ </div>
222
+ <?php
223
  }
224
+
225
  }
226
+
admin/views/metabox-config.php CHANGED
@@ -78,7 +78,6 @@ SP_WPCF::createSection(
78
  'id' => 'wpcp_display_posts_from',
79
  'type' => 'selectf',
80
  'title' => __( 'Filter Posts', 'wp-carousel-free' ),
81
- 'subtitle' => __( 'Select an option to filter the posts.', 'wp-carousel-free' ),
82
  'options' => array(
83
  'latest' => array(
84
  'text' => __( 'Latest', 'wp-carousel-free' ),
@@ -100,8 +99,7 @@ SP_WPCF::createSection(
100
  array(
101
  'id' => 'number_of_total_posts',
102
  'type' => 'spinner',
103
- 'title' => __( 'Total Posts', 'wp-carousel-free' ),
104
- 'subtitle' => __( 'Number of total posts to show. Default value is 10.', 'wp-carousel-free' ),
105
  'default' => '10',
106
  'min' => 1,
107
  'max' => 1000,
@@ -112,7 +110,6 @@ SP_WPCF::createSection(
112
  'id' => 'wpcp_display_product_from',
113
  'type' => 'selectf',
114
  'title' => __( 'Filter Products', 'wp-carousel-free' ),
115
- 'subtitle' => __( 'Select an option to filter the products.', 'wp-carousel-free' ),
116
  'options' => array(
117
  'latest' => array(
118
  'text' => __( 'Latest', 'wp-carousel-free' ),
@@ -134,8 +131,7 @@ SP_WPCF::createSection(
134
  array(
135
  'id' => 'wpcp_total_products',
136
  'type' => 'spinner',
137
- 'title' => __( 'Total Products', 'wp-carousel-free' ),
138
- 'subtitle' => __( 'Number of total products to display. Default value is 10.', 'wp-carousel-free' ),
139
  'default' => '10',
140
  'min' => 1,
141
  'max' => 1000,
@@ -303,6 +299,12 @@ SP_WPCF::createSection(
303
  'subtitle' => __( 'Carousel will be hidden until page load completed.', 'wp-carousel-free' ),
304
  'default' => true,
305
  ),
 
 
 
 
 
 
306
  ), // Fields array end.
307
  )
308
  ); // End of Upload section.
@@ -527,7 +529,7 @@ SP_WPCF::createSection(
527
  'type' => 'image_select',
528
  'title' => __( 'Content Position', 'wp-carousel-free' ),
529
  'subtitle' => __( 'Select a position for the title, content, meta etc.', 'wp-carousel-free' ),
530
- 'desc' => __( 'To unlock the more amazing Content Positions and Settings, <a href="https://shapedplugin.com/plugin/wordpress-carousel-pro/" target="_blank"><b>Upgrade To Pro</b></a>!', 'wp-carousel-free' ),
531
  'options' => array(
532
  'bottom' => array(
533
  'image' => plugin_dir_url( __DIR__ ) . 'img/bottom.svg',
@@ -807,7 +809,7 @@ SP_WPCF::createSection(
807
  array(
808
  'type' => 'notice',
809
  'style' => 'normal',
810
- 'content' => __( 'To unlock the following typography (900+ Google Fonts) options, <a href="https://shapedplugin.com/plugin/wordpress-carousel-pro/" target="_blank"><b>Upgrade To Pro!</b></a>', 'wp-carousel-free' ),
811
  ),
812
  array(
813
  'id' => 'section_title_font_load',
78
  'id' => 'wpcp_display_posts_from',
79
  'type' => 'selectf',
80
  'title' => __( 'Filter Posts', 'wp-carousel-free' ),
 
81
  'options' => array(
82
  'latest' => array(
83
  'text' => __( 'Latest', 'wp-carousel-free' ),
99
  array(
100
  'id' => 'number_of_total_posts',
101
  'type' => 'spinner',
102
+ 'title' => __( 'Limit', 'wp-carousel-free' ),
 
103
  'default' => '10',
104
  'min' => 1,
105
  'max' => 1000,
110
  'id' => 'wpcp_display_product_from',
111
  'type' => 'selectf',
112
  'title' => __( 'Filter Products', 'wp-carousel-free' ),
 
113
  'options' => array(
114
  'latest' => array(
115
  'text' => __( 'Latest', 'wp-carousel-free' ),
131
  array(
132
  'id' => 'wpcp_total_products',
133
  'type' => 'spinner',
134
+ 'title' => __( 'Limit', 'wp-carousel-free' ),
 
135
  'default' => '10',
136
  'min' => 1,
137
  'max' => 1000,
299
  'subtitle' => __( 'Carousel will be hidden until page load completed.', 'wp-carousel-free' ),
300
  'default' => true,
301
  ),
302
+ array(
303
+ 'type' => 'notice',
304
+ 'style' => 'normal',
305
+ 'class' => 'pro_notice',
306
+ 'content' => __( 'To unlock the numerous Lightbox and other features, <a href="https://shapedplugin.com/plugin/wordpress-carousel-pro/?ref=1" target="_blank"><b>Upgrade To Pro!</b></a>', 'wp-carousel-free' ),
307
+ ),
308
  ), // Fields array end.
309
  )
310
  ); // End of Upload section.
529
  'type' => 'image_select',
530
  'title' => __( 'Content Position', 'wp-carousel-free' ),
531
  'subtitle' => __( 'Select a position for the title, content, meta etc.', 'wp-carousel-free' ),
532
+ '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' ),
533
  'options' => array(
534
  'bottom' => array(
535
  'image' => plugin_dir_url( __DIR__ ) . 'img/bottom.svg',
809
  array(
810
  'type' => 'notice',
811
  'style' => 'normal',
812
+ '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' ),
813
  ),
814
  array(
815
  'id' => 'section_title_font_load',
admin/views/notices/review.php CHANGED
@@ -47,7 +47,7 @@ class WP_Carousel_Free_Review {
47
  ?>
48
  <div id="sp-wpcfree-review-notice" class="sp-wpcfree-review-notice">
49
  <div class="sp-wpcfree-plugin-icon">
50
- <img src="<?php echo WPCAROUSELF_URL . 'admin/img/wpcp-icon-256.png'; ?>" alt="WP Carousel">
51
  </div>
52
  <div class="sp-wpcfree-notice-text">
53
  <h3>Enjoying <strong>WP Carousel</strong>?</h3>
47
  ?>
48
  <div id="sp-wpcfree-review-notice" class="sp-wpcfree-review-notice">
49
  <div class="sp-wpcfree-plugin-icon">
50
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/wp-carousel-pro.svg'; ?>" alt="WP Carousel">
51
  </div>
52
  <div class="sp-wpcfree-notice-text">
53
  <h3>Enjoying <strong>WP Carousel</strong>?</h3>
admin/views/premium.php CHANGED
@@ -47,228 +47,437 @@ class WP_Carousel_Free_Upgrade {
47
  */
48
  public function upgrade_admin_menu() {
49
  add_submenu_page(
50
- 'edit.php?post_type=sp_wp_carousel', __( 'Premium', 'wp-carousel-free' ), __( 'Premium', 'wp-carousel-free' ), 'manage_options', 'wpcf_upgrade', array(
 
 
 
 
 
51
  $this,
52
- 'upgrade_page_callback',
53
  )
54
  );
55
  }
56
 
57
  /**
58
- * The WP Carousel Upgrade Callback.
59
  *
60
- * @since 2.0.0
 
61
  * @return void
62
  */
63
- public function upgrade_page_callback() {
64
- ?> <div class="wrap about-wrap sp-wpcf-upgrade">
65
- <h1><?php _e( 'Upgrade to <span>WordPress Carousel Pro</span>', 'wp-carousel-free' ); ?></h1>
66
- <p class="about-text">
67
- <?php
68
- esc_html_e(
69
- 'Get more Advanced Functionality & Flexibility with the Premium version.', 'wp-carousel-free'
70
  );
71
- ?>
72
- </p>
73
- <div class="wp-badge"></div>
74
- <ul>
75
- <li class="wpcf-upgrade-btn"><a href="https://shapedplugin.com/plugin/wordpress-carousel-pro/" target="_blank">Buy WP Carousel Pro <i class="fa fa-caret-right"></i></a></li>
76
- <li class="wpcf-upgrade-btn"><a href="https://wordpresscarousel.com" target="_blank">Live Demo & All Features <i class="fa fa-angle-double-right"></i></a></li>
77
- </ul>
78
 
79
- <hr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
 
81
- <div class="sp-wpc-pro-features">
82
- <h2 class="sp-wpc-text-center">Premium Features Built for Future</h2>
83
- <p class="sp-wpc-text-center sp-wpc-pro-subtitle">We've added 100+ extra features in our Premium Version of this plugin. Let’s see some amazing features.</p>
84
- <div class="feature-section three-col">
85
- <div class="col">
86
- <div class="sp-wpc-feature">
87
- <h3><span class="dashicons dashicons-yes"></span>Responsive & SEO Friendly</h3>
88
- <p>Design carousels for desktop, tablet & mobile. Your carousels will adjust for any device. WordPress Carousel Pro follows the best SEO practices & performs speedily on all sites.</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
  </div>
90
- </div>
91
- <div class="col">
92
- <div class="sp-wpc-feature">
93
- <h3><span class="dashicons dashicons-yes"></span>Slide Anything</h3>
94
- <p>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>
95
  </div>
96
  </div>
97
- <div class="col">
98
- <div class="sp-wpc-feature">
99
- <h3><span class="dashicons dashicons-yes"></span>Compatible with any Theme</h3>
100
- <p>Guaranteed to work with your any WordPress site including Genesis, Divi, WooThemes, ThemeForest or any theme, in any WordPress single site and multisite network.</p>
101
  </div>
102
  </div>
103
- <div class="col">
104
- <div class="sp-wpc-feature">
105
- <h3><span class="dashicons dashicons-yes"></span>Advanced Shortcode Generator</h3>
106
- <p>WordPress Carousel Pro comes with a built-in easy to use Shortcode Generator that helps you save, edit, copy and paste shortcode where you want!</p>
107
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
108
  </div>
109
- <div class="col">
110
- <div class="sp-wpc-feature">
111
- <h3><span class="dashicons dashicons-yes"></span>No Coding Required</h3>
112
- <p>The plugin is built with unlimited stunning styling options like color, font family, size, alignment etc. to stylize your own way without any limitation. No Coding Skills Needed!</p>
113
- </div>
 
 
 
114
  </div>
115
- <div class="col">
116
- <div class="sp-wpc-feature">
117
- <h3><span class="dashicons dashicons-yes"></span>840+ Google Fonts</h3>
118
- <p>WordPress Carousel Pro supports the list of Google font family with a huge collection of 840+ fonts. Customize the font family, size, transform, spacing, color, line-height etc.</p>
119
- </div>
 
 
 
120
  </div>
121
- <div class="col">
122
- <div class="sp-wpc-feature">
123
- <h3><span class="dashicons dashicons-yes"></span>Image Carousel</h3>
124
- <p>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 carousel.</p>
125
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  </div>
127
- <div class="col">
128
- <div class="sp-wpc-feature">
129
- <h3><span class="dashicons dashicons-yes"></span>Post Carousel</h3>
130
- <p>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>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  </div>
132
- </div>
133
- <div class="col">
134
- <div class="sp-wpc-feature">
135
- <h3><span class="dashicons dashicons-yes"></span>WooCommerce Product Carousel</h3>
136
- <p>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>
 
 
 
 
 
137
  </div>
138
  </div>
139
- <div class="col">
140
- <div class="sp-wpc-feature">
141
- <h3><span class="dashicons dashicons-yes"></span>Content Carousel</h3>
142
- <p>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>
 
 
 
 
 
 
 
143
  </div>
144
- </div>
145
- <div class="col">
146
- <div class="sp-wpc-feature">
147
- <h3><span class="dashicons dashicons-yes"></span>Video Carousel</h3>
148
- <p>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>
 
 
 
149
  </div>
150
  </div>
151
- <div class="col">
152
- <div class="sp-wpc-feature">
153
- <h3><span class="dashicons dashicons-yes"></span>Drag & Drop Builder</h3>
154
- <p>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>
 
 
 
 
 
155
  </div>
156
- </div>
157
- <div class="col">
158
- <div class="sp-wpc-feature">
159
- <h3><span class="dashicons dashicons-yes"></span>Image Internal & External Links</h3>
160
- <p>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>
 
 
 
161
  </div>
162
  </div>
163
- <div class="col">
164
- <div class="sp-wpc-feature">
165
- <h3><span class="dashicons dashicons-yes"></span>Lightbox Functionality for Image</h3>
166
- <p>Lightbox is one of the impressive premium features of WordPress Carousel Pro. You can also make lightbox image group. To have the images in lightbox, just turn on the lightbox.</p>
 
 
 
 
 
167
  </div>
168
- </div>
169
- <div class="col">
170
- <div class="sp-wpc-feature">
171
- <h3><span class="dashicons dashicons-yes"></span>One Page Carousel Slider</h3>
172
- <p>You are able to build one column carousel slider. You can add slider caption & description to the respective images. You can change slider colors with your desired color!</p>
 
 
 
173
  </div>
174
  </div>
175
- <div class="col">
176
- <div class="sp-wpc-feature">
177
- <h3><span class="dashicons dashicons-yes"></span>Carousel Settings</h3>
178
- <p>Carousel controls e.g. 6 Navigation arrows & 9 Positions, Pagination dots, AutoPlay & speed, Stop on hover, looping, Touch Swipe, scroll, key navigation, Mouse Draggable etc.</p>
 
 
 
 
 
179
  </div>
180
- </div>
181
- <div class="col">
182
- <div class="sp-wpc-feature">
183
- <h3><span class="dashicons dashicons-yes"></span>Carousel Mode</h3>
184
- <p>WordPress Carousel Pro has two carousel mode: Standard and Ticker (Smooth looping, with no pause). You can change the carousel mode based on your choice or demand.</p>
 
 
 
 
185
  </div>
186
  </div>
187
- <div class="col">
188
- <div class="sp-wpc-feature">
189
- <h3><span class="dashicons dashicons-yes"></span>Sliding and Hover Effects</h3>
190
- <p>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>
 
 
 
 
 
191
  </div>
192
- </div>
193
- <div class="col">
194
- <div class="sp-wpc-feature">
195
- <h3><span class="dashicons dashicons-yes"></span>Custom Image Re-sizing</h3>
196
- <p>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>
 
 
 
197
  </div>
198
  </div>
199
- <div class="col">
200
- <div class="sp-wpc-feature">
201
- <h3><span class="dashicons dashicons-yes"></span>Fully Internationalized</h3>
202
- <p>WordPress Carousel Pro is fully multilingual ready with WPML, Polylang, qTranslate-x, GTranslate, Google Language Translator, WPGlobus etc. popular translation plugins.</p>
 
 
 
 
 
203
  </div>
204
- </div>
205
- <div class="col">
206
- <div class="sp-wpc-feature">
207
- <h3><span class="dashicons dashicons-yes"></span>Multi-site Supported</h3>
208
- <p>One of the important features of WordPress Carousel Pro is Multi-site ready. The Premium version works great in the multi-site network. You’ll find details here.</p>
 
 
 
209
  </div>
210
  </div>
211
- <div class="col">
212
- <div class="sp-wpc-feature">
213
- <h3><span class="dashicons dashicons-yes"></span>Widget Ready</h3>
214
- <p>To include logo carousel or grid inside a widget area is as simple as including any other widget! The plugin is widget ready. Create a shortcode first and use it simply in the widget.</p>
 
 
 
 
 
215
  </div>
216
- </div>
217
- <div class="col">
218
- <div class="sp-wpc-feature">
219
- <h3><span class="dashicons dashicons-yes"></span>Advanced Settings</h3>
220
- <p>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 issue.</p>
 
 
 
221
  </div>
222
  </div>
223
- <div class="col">
224
- <div class="sp-wpc-feature">
225
- <h3><span class="dashicons dashicons-yes"></span>Right to Left Support</h3>
226
- <p>WordPress Carousel Pro is Right-to-Left supported. For Arabic, Hebrew, Persian, etc. languages, you can select the right-to-left option for carousel direction, without writing any CSS.</p>
 
 
 
 
 
227
  </div>
228
- </div>
229
- <div class="col">
230
- <div class="sp-wpc-feature">
231
- <h3><span class="dashicons dashicons-yes"></span>Lifetime Auto Update & Support</h3>
232
- <p>WordPress Carousel Pro is integrated with automatic updates which allows you to update the plugin through the WordPress dashboard without downloading them manually.</p>
 
 
 
233
  </div>
234
  </div>
235
- <div class="col">
236
- <div class="sp-wpc-feature">
237
- <h3><span class="dashicons dashicons-yes"></span>Fast and Friendly Support</h3>
238
- <p>If you need any assistance, we’re here to help you with the instant support forum. A professional support team is always ready whenever you face with any issues to use the plugin.</p>
 
 
 
 
 
239
  </div>
240
- </div>
241
- <div class="col">
242
- <div class="sp-wpc-feature">
243
- <h3><span class="dashicons dashicons-yes"></span>Page Builders Compatibility</h3>
244
- <p>WordPress Carousel Pro works nicely with the popular Page Builders plugins: Gutenberg, WPBakery, Elementor, Divi builder, BeaverBuilder, SiteOrgin, Themify Builder etc.</p>
 
 
 
245
  </div>
246
  </div>
247
-
248
  </div>
249
  </div>
250
- <hr>
251
- <h2 class="text-center sp-wpcp-promo-video-title">Watch How <b>WordPress Carousel Pro</b> Works</h2>
252
- <div class="headline-feature feature-video">
253
 
254
- <iframe width="1050" height="590" src="https://www.youtube.com/embed/XMYYgFD7ZIA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
255
- </div>
256
- <hr>
257
- <div class="sp-wpcp-join-community text-center">
258
- <h2>Join the <b>45000+</b> Happy Users Worldwide!</h2>
259
- <a class="wpcf-upgrade-btn" target="_blank" href="https://shapedplugin.com/plugin/wordpress-carousel-pro/">Get a license instantly</a>
260
- <p>Every purchase comes with <b>14-days</b> money back guarantee and access to our incredibly Top-notch Support with lightening-fast response time and 100% satisfaction rate.</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
261
  </div>
262
- <br>
263
- <br>
 
264
 
265
- <hr>
266
- <div class="sp-wpc-upgrade-sticky-footer sp-wpc-text-center">
267
- <p><a href="https://wordpresscarousel.com" target="_blank" class="button
268
- button-primary">Live Demo</a> <a href="https://shapedplugin.com/plugin/wordpress-carousel-pro/" target="_blank" class="button button-primary">Upgrade Now</a></p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
269
  </div>
270
-
271
  </div>
272
- <?php }
273
-
 
 
 
 
 
274
  }
47
  */
48
  public function upgrade_admin_menu() {
49
  add_submenu_page(
50
+ 'edit.php?post_type=sp_wp_carousel',
51
+ __( 'Premium', 'wp-carousel-free' ),
52
+ __( 'Premium', 'wp-carousel-free' ),
53
+ 'manage_options',
54
+ 'wpcf_upgrade',
55
+ array(
56
  $this,
57
+ 'premium_page_callback',
58
  )
59
  );
60
  }
61
 
62
  /**
63
+ * Happy users.
64
  *
65
+ * @param boolean $username
66
+ * @param array $args
67
  * @return void
68
  */
69
+ public function happy_users( $username = 'shapedplugin', $args = array() ) {
70
+ if ( $username ) {
71
+ $params = array(
72
+ 'timeout' => 10,
73
+ 'sslverify' => false,
 
 
74
  );
 
 
 
 
 
 
 
75
 
76
+ $raw = wp_remote_retrieve_body( wp_remote_get( 'http://wptally.com/api/' . $username, $params ) );
77
+ $raw = json_decode( $raw, true );
78
+
79
+ if ( array_key_exists( 'error', $raw ) ) {
80
+ $data = array(
81
+ 'error' => $raw['error'],
82
+ );
83
+ } else {
84
+ $data = $raw;
85
+ }
86
+ } else {
87
+ $data = array(
88
+ 'error' => __( 'No data found!', 'wp-carousel-free' ),
89
+ );
90
+ }
91
 
92
+ return $data;
93
+ }
94
+
95
+ /**
96
+ * Premium Page Callback
97
+ */
98
+ public function premium_page_callback() {
99
+ wp_enqueue_style( 'sp-wpcp-admin-premium', WPCAROUSELF_URL . 'admin/css/premium-page.min.css', array(), WPCAROUSELF_VERSION );
100
+ wp_enqueue_style( 'sp-wpcp-admin-premium-modal', WPCAROUSELF_URL . 'admin/css/modal-video.min.css', array(), WPCAROUSELF_VERSION );
101
+ wp_enqueue_script( 'sp-wpcp-admin-premium', WPCAROUSELF_URL . 'admin/js/jquery-modal-video.min.js', array( 'jquery' ), WPCAROUSELF_VERSION, true );
102
+ ?>
103
+ <div class="sp-wp-carousel-premium-page">
104
+ <!-- Banner section start -->
105
+ <section class="sp-wpc__banner">
106
+ <div class="sp-wpc__container">
107
+ <div class="row">
108
+ <div class="sp-wpc__col-xl-6">
109
+ <div class="sp-wpc__banner-content">
110
+ <h2 class="sp-wpc__font-30 main-color sp-wpc__font-weight-500"><?php _e( 'Upgrade To WordPress Carousel Pro', 'wp-carousel-free' ); ?></h2>
111
+ <h4 class="sp-wpc__mt-10 sp-wpc__font-18 sp-wpc__font-weight-500"><?php _e( 'Supercharge <strong>Your WordPress Carousels</strong> with powerful functionality!', 'wp-carousel-free' ); ?></h4>
112
+ <p class="sp-wpc__mt-25 text-color-2 line-height-20 sp-wpc__font-weight-400"><?php _e( 'The Most Powerful and User-friendly Multi-purpose WordPress Carousel plugin to Slide out of Anything.', 'wp-carousel-free' ); ?></p>
113
+ <p class="sp-wpc__mt-20 text-color-2 sp-wpc__line-height-20 sp-wpc__font-weight-400"><?php _e( '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>
114
  </div>
115
+ <div class="sp-wpc__banner-button sp-wpc__mt-40">
116
+ <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>
117
+ <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>
 
 
118
  </div>
119
  </div>
120
+ <div class="sp-wpc__col-xl-6">
121
+ <div class="sp-wpc__banner-img">
122
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/premium/wpcp-vector.svg'; ?>" alt="">
 
123
  </div>
124
  </div>
125
+ </div>
126
+ </div>
127
+ </section>
128
+ <!-- Banner section End -->
129
+
130
+ <!-- Count section Start -->
131
+ <section class="sp-wpc__count">
132
+ <div class="sp-wpc__container">
133
+ <div class="sp-wpc__count-area">
134
+ <div class="count-item">
135
+ <h3 class="sp-wpc__font-24">
136
+ <?php
137
+ $plugin_data = $this->happy_users();
138
+ $plugin_names = array_values( $plugin_data['plugins'] );
139
+
140
+ $active_installations = array_column( $plugin_names, 'installs', 'url' );
141
+ echo esc_attr( $active_installations['http://wordpress.org/plugins/wp-carousel-free'] ) . '+';
142
+ ?>
143
+ </h3>
144
+ <span class="sp-wpc__font-weight-400">Active Installations</span>
145
  </div>
146
+ <div class="count-item">
147
+ <h3 class="sp-wpc__font-24">
148
+ <?php
149
+ $active_installations = array_column( $plugin_names, 'downloads', 'url' );
150
+ echo esc_attr( $active_installations['http://wordpress.org/plugins/wp-carousel-free'] );
151
+ ?>
152
+ </h3>
153
+ <span class="sp-wpc__font-weight-400">all time downloads</span>
154
  </div>
155
+ <div class="count-item">
156
+ <h3 class="sp-wpc__font-24">
157
+ <?php
158
+ $active_installations = array_column( $plugin_names, 'rating', 'url' );
159
+ echo esc_attr( $active_installations['http://wordpress.org/plugins/wp-carousel-free'] ) . '/5';
160
+ ?>
161
+ </h3>
162
+ <span class="sp-wpc__font-weight-400">user reviews</span>
163
  </div>
164
+ </div>
165
+ </div>
166
+ </section>
167
+ <!-- Count section End -->
168
+
169
+ <!-- Video Section Start -->
170
+ <section class="sp-wpc__video">
171
+ <div class="sp-wpc__container">
172
+ <div class="section-title text-center">
173
+ <h2 class="sp-wpc__font-28">WP Carousel Pro Plugin that’s both Easy and Powerful</h2>
174
+ <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>
175
+ </div>
176
+ <div class="video-area text-center">
177
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/premium/wpcp-vector-1.svg'; ?>" alt="">
178
+ <div class="video-button">
179
+ <a class="js-video-button" href="#" data-channel="youtube" data-video-url="//www.youtube.com/embed/XMYYgFD7ZIA">
180
+ <span><i class="fa fa-play"></i></span>
181
+ </a>
182
  </div>
183
+ </div>
184
+ </div>
185
+ </section>
186
+ <!-- Video Section End -->
187
+
188
+ <!-- Features Section Start -->
189
+ <section class="sp-wpc__feature">
190
+ <div class="sp-wpc__container">
191
+ <div class="section-title text-center">
192
+ <h2 class="sp-wpc__font-28">Amazing Pro Key Features</h2>
193
+ <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>
194
+ </div>
195
+ <div class="feature-wrapper">
196
+ <div class="feature-area">
197
+ <div class="feature-item mr-30">
198
+ <div class="feature-icon">
199
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/premium/slide-anything.svg'; ?>" alt="">
200
+ </div>
201
+ <div class="feature-content">
202
+ <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Slide Anything</h3>
203
+ <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>
204
+ </div>
205
  </div>
206
+ <div class="feature-item ml-30">
207
+ <div class="feature-icon">
208
+ <img src="
209
+ <?php echo WPCAROUSELF_URL . 'admin/img/images/premium/advanced-carousel-generator.svg'; ?>
210
+ " alt="">
211
+ </div>
212
+ <div class="feature-content">
213
+ <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Advanced Carousel Generator</h3>
214
+ <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>
215
+ </div>
216
  </div>
217
  </div>
218
+ <div class="feature-area">
219
+ <div class="feature-item mr-30">
220
+ <div class="feature-icon">
221
+ <img src="
222
+ <?php echo WPCAROUSELF_URL . 'admin/img/images/premium/Customize.svg'; ?>
223
+ " alt="">
224
+ </div>
225
+ <div class="feature-content">
226
+ <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Easily Customize Everything</h3>
227
+ <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>
228
+ </div>
229
  </div>
230
+ <div class="feature-item ml-30">
231
+ <div class="feature-icon">
232
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/premium/Multiple-Image-Carousels.svg'; ?>" alt="">
233
+ </div>
234
+ <div class="feature-content">
235
+ <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Multiple Image Carousels on the Same Page</h3>
236
+ <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>
237
+ </div>
238
  </div>
239
  </div>
240
+ <div class="feature-area">
241
+ <div class="feature-item mr-30">
242
+ <div class="feature-icon custom-padding">
243
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/premium/post-carousel.svg'; ?>" alt="">
244
+ </div>
245
+ <div class="feature-content">
246
+ <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Post Carousel (Custom post types, Taxonomies)</h3>
247
+ <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>
248
+ </div>
249
  </div>
250
+ <div class="feature-item ml-30">
251
+ <div class="feature-icon">
252
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/premium/woo-carousel.svg'; ?>" alt="">
253
+ </div>
254
+ <div class="feature-content">
255
+ <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">WooCommerce Product Carousel (Categories, specific)</h3>
256
+ <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>
257
+ </div>
258
  </div>
259
  </div>
260
+ <div class="feature-area">
261
+ <div class="feature-item mr-30">
262
+ <div class="feature-icon">
263
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/premium/content-carousel.svg'; ?>" alt="">
264
+ </div>
265
+ <div class="feature-content">
266
+ <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Content Carousel (Slide can be anything you want)</h3>
267
+ <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>
268
+ </div>
269
  </div>
270
+ <div class="feature-item ml-30">
271
+ <div class="feature-icon">
272
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/premium/video-carousel.svg'; ?>" alt="">
273
+ </div>
274
+ <div class="feature-content">
275
+ <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Video Carousel with Lightbox</h3>
276
+ <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>
277
+ </div>
278
  </div>
279
  </div>
280
+ <div class="feature-area">
281
+ <div class="feature-item mr-30">
282
+ <div class="feature-icon">
283
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/premium/drag-and-drop.svg'; ?>" alt="">
284
+ </div>
285
+ <div class="feature-content">
286
+ <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Drag & Drop Carousel Builder </h3>
287
+ <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>
288
+ </div>
289
  </div>
290
+ <div class="feature-item ml-30">
291
+ <div class="feature-icon custom-padding">
292
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/premium/links.svg'; ?>" alt="">
293
+ </div>
294
+ <div class="feature-content">
295
+ <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Image Carousel with Internal & External Linksd</h3>
296
+ <p class="sp-wpc__font-15 sp-wpc__mt-15 sp-wpc__line-height-24">
297
+ 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>
298
+ </div>
299
  </div>
300
  </div>
301
+ <div class="feature-area">
302
+ <div class="feature-item mr-30">
303
+ <div class="feature-icon">
304
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/premium/lightbox.svg'; ?>" alt="">
305
+ </div>
306
+ <div class="feature-content">
307
+ <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Lightbox Functionality for Image</h3>
308
+ <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>
309
+ </div>
310
  </div>
311
+ <div class="feature-item ml-30">
312
+ <div class="feature-icon">
313
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/premium/carousel-controls.svg'; ?>" alt="">
314
+ </div>
315
+ <div class="feature-content">
316
+ <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">25+ Carousel Controls</h3>
317
+ <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>
318
+ </div>
319
  </div>
320
  </div>
321
+ <div class="feature-area">
322
+ <div class="feature-item mr-30">
323
+ <div class="feature-icon">
324
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/premium/carosuel-mode.svg'; ?>" alt="">
325
+ </div>
326
+ <div class="feature-content">
327
+ <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Carousel Mode and Orientation (Horizontal & Vertical) </h3>
328
+ <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>
329
+ </div>
330
  </div>
331
+ <div class="feature-item ml-30">
332
+ <div class="feature-icon">
333
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/premium/Modern-Effects.svg'; ?>" alt="">
334
+ </div>
335
+ <div class="feature-content">
336
+ <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Modern Effects for Images (grayscale, zoom, fade).</h3>
337
+ <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>
338
+ </div>
339
  </div>
340
  </div>
341
+ <div class="feature-area">
342
+ <div class="feature-item mr-30">
343
+ <div class="feature-icon">
344
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/premium/Re-sizing.svg'; ?>" alt="">
345
+ </div>
346
+ <div class="feature-content">
347
+ <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Custom Image Re-sizing</h3>
348
+ <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>
349
+ </div>
350
  </div>
351
+ <div class="feature-item ml-30">
352
+ <div class="feature-icon">
353
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/premium/Advanced-settings.svg'; ?>" alt="">
354
+ </div>
355
+ <div class="feature-content">
356
+ <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Advanced Plugin Settings</h3>
357
+ <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>
358
+ </div>
359
  </div>
360
  </div>
361
+ <div class="feature-area">
362
+ <div class="feature-item mr-30">
363
+ <div class="feature-icon">
364
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/premium/typo.svg'; ?>" alt="">
365
+ </div>
366
+ <div class="feature-content">
367
+ <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Advanced Typography (Fonts, Color & Styling)</h3>
368
+ <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>
369
+ </div>
370
  </div>
371
+ <div class="feature-item ml-30">
372
+ <div class="feature-icon">
373
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/premium/Translation-RTL-Ready.svg'; ?>" alt="">
374
+ </div>
375
+ <div class="feature-content">
376
+ <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Multisite, Multilingual, RTL, Accessibility Ready</h3>
377
+ <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>
378
+ </div>
379
  </div>
380
  </div>
381
+ <div class="feature-area">
382
+ <div class="feature-item mr-30">
383
+ <div class="feature-icon">
384
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/premium/page-bilder.svg'; ?>" alt="">
385
+ </div>
386
+ <div class="feature-content">
387
+ <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Page Builders & Countless Theme Compatibility</h3>
388
+ <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>
389
+ </div>
390
  </div>
391
+ <div class="feature-item ml-30">
392
+ <div class="feature-icon">
393
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/premium/support.svg'; ?>" alt="">
394
+ </div>
395
+ <div class="feature-content">
396
+ <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Top-notch Support and Frequently Updates</h3>
397
+ <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>
398
+ </div>
399
  </div>
400
  </div>
 
401
  </div>
402
  </div>
403
+ </section>
404
+ <!-- Features Section End -->
 
405
 
406
+ <!-- Buy Section Start -->
407
+ <section class="sp-wpc__buy">
408
+ <div class="sp-wpc__container">
409
+ <div class="row">
410
+ <div class="sp-wpc__col-xl-12">
411
+ <div class="buy-content text-center">
412
+ <div class="buy-img">
413
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/premium/happy.svg'; ?>" alt="">
414
+ </div>
415
+ <h2 class="sp-wpc__font-28">Join
416
+ <?php
417
+ $install = 0;
418
+ foreach ( $plugin_names as &$plugin_name ) {
419
+ $install += $plugin_name['installs'];
420
+ }
421
+ echo esc_attr( $install + '15000' ) . '+';
422
+ ?>
423
+ Happy Users in 160+ Countries </h2>
424
+ <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>
425
+ So it’s a great time to join them.</p>
426
+ <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>
427
+ <span>14 Days Money-back Guarantee! No Question Asked.</span>
428
+ </div>
429
+ </div>
430
  </div>
431
+ </div>
432
+ </section>
433
+ <!-- Buy Section End -->
434
 
435
+ <!-- Testimonial section start -->
436
+ <div class="testimonial-wrapper">
437
+ <section class="sp-wpc__premium testimonial">
438
+ <div class="row">
439
+ <div class="col-lg-6">
440
+ <div class="testimonial-area">
441
+ <div class="testimonial-content">
442
+ <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>
443
+ </div>
444
+ <div class="testimonial-info">
445
+ <div class="img">
446
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/Joyce-van-den-Berg.png'; ?>" alt="">
447
+ </div>
448
+ <div class="info">
449
+ <h3>Joyce van den Berg</h3>
450
+ <div class="star">
451
+ <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>
452
+ </div>
453
+ </div>
454
+ </div>
455
+ </div>
456
+ </div>
457
+ <div class="col-lg-6">
458
+ <div class="testimonial-area">
459
+ <div class="testimonial-content">
460
+ <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>
461
+ </div>
462
+ <div class="testimonial-info">
463
+ <div class="img">
464
+ <img src="<?php echo WPCAROUSELF_URL . 'admin/img/images/Graeme-Myburgh.jpeg'; ?>" alt="">
465
+ </div>
466
+ <div class="info">
467
+ <h3>Graeme Myburgh</h3>
468
+ <div class="star">
469
+ <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>
470
+ </div>
471
+ </div>
472
+ </div>
473
+ </div>
474
  </div>
 
475
  </div>
476
+ </section>
477
+ </div>
478
+ <!-- Testimonial section end -->
479
+ </div>
480
+ <!-- End premium page -->
481
+ <?php
482
+ }
483
  }
admin/views/wpcfree-metabox/assets/css/spf.css CHANGED
@@ -758,8 +758,8 @@ WP Carousel Pro Custom CSS.
758
  }
759
 
760
  .spf-theme-light .spf-nav ul li a {
761
- background-color: #18AFB9;
762
- border-top: 1px solid #18AFB9;
763
  border-right: 0px solid #E2E2E1;
764
  border-bottom: 1px solid #ddd;
765
  color: #fff;
@@ -779,8 +779,8 @@ WP Carousel Pro Custom CSS.
779
 
780
  #sp_wpcp_shortcode_options .spf-theme-light .spf-nav ul li .spf-section-active {
781
  border-bottom: 1px solid #fff;
782
- border-top: 1px solid #18AFB9;
783
- box-shadow: 0 3px 0 0 #18AFB9 inset;
784
  }
785
 
786
  .sp-wpcp-options.spf-theme-light .spf-nav ul li a {
@@ -796,7 +796,7 @@ WP Carousel Pro Custom CSS.
796
 
797
  #sp_wpcp_shortcode_options .spf-theme-light .spf-nav ul li .spf-section-active i,
798
  .sp-wpcp-options.spf-theme-light .spf-nav ul li .spf-section-active i {
799
- color: #18AFB9;
800
  }
801
 
802
  .sp-wpcp-options.spf-theme-light .spf-nav ul li .spf-section-active {
@@ -806,7 +806,9 @@ WP Carousel Pro Custom CSS.
806
  border-top: 1px solid #fff;
807
  box-shadow: 4px 0 0 0 #18AFB9 inset;
808
  }
809
-
 
 
810
  .spf-theme-light .spf-nav ul li .spf-section-active:after {
811
  display: none;
812
  }
@@ -4886,7 +4888,7 @@ WP Carousel Pro Custom CSS.
4886
  */
4887
  .spf-field-shortcode.wpcp-admin-footer .wpcp-shortcode-selectable {
4888
  background-color: rgba(82, 179, 217, 0.11);
4889
- padding: 10px 15px 10px 33px;
4890
  display: inline-block;
4891
  -webkit-touch-callout: all;
4892
  -webkit-user-select: all;
@@ -4897,6 +4899,15 @@ WP Carousel Pro Custom CSS.
4897
  border: 1px solid rgba(82, 179, 217, 0.2);
4898
  border-radius: 2px;
4899
  cursor: pointer;
 
 
 
 
 
 
 
 
 
4900
  }
4901
  .spf-field-shortcode.wpcp-admin-footer .sptp-copy-btn {
4902
  width: 16px;
758
  }
759
 
760
  .spf-theme-light .spf-nav ul li a {
761
+ background-color: #1BA2AC;
762
+ border-top: 1px solid #1BA2AC;
763
  border-right: 0px solid #E2E2E1;
764
  border-bottom: 1px solid #ddd;
765
  color: #fff;
779
 
780
  #sp_wpcp_shortcode_options .spf-theme-light .spf-nav ul li .spf-section-active {
781
  border-bottom: 1px solid #fff;
782
+ border-top: 1px solid #1BA2AC;
783
+ box-shadow: 0 3px 0 0 #1BA2AC inset;
784
  }
785
 
786
  .sp-wpcp-options.spf-theme-light .spf-nav ul li a {
796
 
797
  #sp_wpcp_shortcode_options .spf-theme-light .spf-nav ul li .spf-section-active i,
798
  .sp-wpcp-options.spf-theme-light .spf-nav ul li .spf-section-active i {
799
+ color: #1BA2AC;
800
  }
801
 
802
  .sp-wpcp-options.spf-theme-light .spf-nav ul li .spf-section-active {
806
  border-top: 1px solid #fff;
807
  box-shadow: 4px 0 0 0 #18AFB9 inset;
808
  }
809
+ .spf-field.spf-field-notice.pro_notice {
810
+ padding-top: 0;
811
+ }
812
  .spf-theme-light .spf-nav ul li .spf-section-active:after {
813
  display: none;
814
  }
4888
  */
4889
  .spf-field-shortcode.wpcp-admin-footer .wpcp-shortcode-selectable {
4890
  background-color: rgba(82, 179, 217, 0.11);
4891
+ padding: 10px 15px 10px 28px;
4892
  display: inline-block;
4893
  -webkit-touch-callout: all;
4894
  -webkit-user-select: all;
4899
  border: 1px solid rgba(82, 179, 217, 0.2);
4900
  border-radius: 2px;
4901
  cursor: pointer;
4902
+ position: relative;
4903
+ }
4904
+ .spf-field-shortcode.wpcp-admin-footer .wpcp-shortcode-selectable::after {
4905
+ content: url(../images/copy.svg);
4906
+ width: 16px;
4907
+ left: 10px;
4908
+ top: 50%;
4909
+ position: absolute;
4910
+ margin-top: -7px;
4911
  }
4912
  .spf-field-shortcode.wpcp-admin-footer .sptp-copy-btn {
4913
  width: 16px;
admin/views/wpcfree-metabox/assets/css/spf.min.css CHANGED
@@ -1 +1 @@
1
- .spf{position:relative}.spf label{padding:0;margin:0;display:inline-block}.spf-ab-icon{top:2px}#screen-meta-links+.spf-options{margin-top:40px}.spf-options{margin-top:20px;margin-right:20px}.spf-header{position:relative}.spf-header-inner{padding:25px}.spf-header-inner h1 svg{float:left;height:26px;width:28px;margin-right:8px;padding-top:6px}.spf-header-inner h1{float:left;font-size:18px;line-height:38px;font-weight:600;margin:0;vertical-align:middle}.spf-header-inner h1 small{font-size:11px;font-weight:500}.spf-sticky .spf-header-inner{position:fixed;z-index:20;top:32px;-moz-box-shadow:0 5px 25px rgba(0,0,0,.125);-webkit-box-shadow:0 5px 25px rgba(0,0,0,.125);box-shadow:0 5px 25px rgba(0,0,0,.125)}.spf-buttons{float:right;-moz-transition:opacity .2s;-o-transition:opacity .2s;-webkit-transition:opacity .2s;transition:opacity .2s}.spf-buttons .button{margin:0 4px;padding:0 16px;border-radius:0;height:38px;font-size:13px;font-weight:500;text-transform:uppercase;color:#fff}.spf-buttons .button.spf-reset-all,.spf-buttons .button.spf-reset-section{background-color:#cd3c3c!important;border-color:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important;border-radius:4px;height:38px;-webkit-transition:background-color .2s;transition:background-color .2s;color:#fff!important}.spf-buttons .button.spf-save-ajax{background-color:#02cc7b;border-color:transparent;color:#fff!important;-webkit-box-shadow:none;box-shadow:none;text-shadow:none;border-radius:4px;height:38px;width:75px;-webkit-transition:background-color .2s;transition:background-color .2s}.spf-buttons .button.spf-save-ajax:hover{background-color:#02bb71}.spf-buttons .button.spf-reset-section{background-color:#77777c!important}.spf-buttons .button.spf-reset-section:hover{background-color:#616169!important}.spf-buttons .button.spf-reset-all:hover{background-color:#b82f2f!important}.spf-buttons .button:focus{outline:0!important;box-shadow:none!important}.spf-header-left{float:left}.spf-header-right{float:right}.spf-nav{display:block;width:auto}.spf-nav ul{clear:left;margin:0;list-style-type:none}.spf-nav ul li{margin-bottom:0}.spf-nav ul li a{font-size:13px;position:relative;display:block;padding:14px 12px;text-decoration:none;-moz-transition:none;-o-transition:none;-webkit-transition:none;transition:none}#spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header .support a,.spf-nav ul li a:focus{outline:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.spf-nav ul li .spf-section-active:after{content:" ";position:absolute;right:0;top:50%;height:0;width:0;pointer-events:none;border:solid transparent;border-right-color:#fff;border-width:4px;margin-top:-4px}.spf-nav ul li .spf-arrow:after{content:"\f054";display:inline-block;font-family:FontAwesome;font-size:9px;line-height:1;position:absolute;right:10px;top:50%;margin-top:-4px;-moz-transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}.spf-nav ul li.spf-tab-active .spf-arrow:after{-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.spf-nav ul li.spf-tab-active ul{display:block}.spf-nav ul ul{display:none;position:relative}.spf-nav ul ul li a{font-size:12px;padding:12px 14px 12px 24px}.spf-nav .fa{width:20px;margin-right:5px;font-size:14px;text-align:center}.spf-nav .spf-label-error{margin-left:4px;vertical-align:top}.spf-wrapper{position:relative}.spf-content{background-color:#fff;-moz-transition:opacity .2s;-o-transition:opacity .2s;-webkit-transition:opacity .2s;transition:opacity .2s}.spf-sections{float:left;width:100%}.spf-section{display:none}.spf-section-title{display:none;padding:20px 30px;background-color:#18afb9;border-top:1px solid #eee;border-bottom:1px solid #eee}.spf-section-title h3{margin:0;padding:0;font-size:13px;font-weight:700;text-transform:uppercase;color:#fff}.spf-section-title .fa{margin-right:5px}.sp-wpcp-options .spf-nav{width:225px}.sp-wpcp-options .spf-nav{display:block;position:relative;z-index:10;float:left;width:225px}#sp_wpcp_shortcode_options .spf-nav ul li{display:inline-block}.sp-wpcp-options .spf-nav-background{position:absolute;top:0;left:0;bottom:0;z-index:9;width:225px}.sp-wpcp-options .spf-content{position:relative;margin-left:225px;background-color:#fff;-moz-transition:opacity .2s;-o-transition:opacity .2s;-webkit-transition:opacity .2s;transition:opacity .2s}.spf-footer{padding:20px;font-size:11px}.spf-copyright{float:left;margin-top:5px}.spf-search-all .spf-nav,.spf-search-all .spf-nav-background,.spf-show-all .spf-nav,.spf-show-all .spf-nav-background{display:none}.spf-search-all .spf-content,.spf-show-all .spf-content{margin-left:0}.spf-search-all .spf-section,.spf-search-all .spf-section-title,.spf-show-all .spf-section,.spf-show-all .spf-section-title{display:block!important}.spf-search-all .spf-section-title{display:none!important}.spf-expand-all{float:left;padding:0 8px;margin-right:4px;z-index:1;font-size:14px;line-height:29px;cursor:pointer;-webkit-user-select:none;user-select:none;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s}.spf-expand-all span{font-size:11px;vertical-align:middle}.spf-search{float:left}.spf-search input{margin:0 2px 0 0;border:none;font-size:12px;line-height:29px;text-align:inherit;padding:0 10px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.spf-search input:focus{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.spf-saving .spf-buttons,.spf-saving .spf-content{cursor:default;pointer-events:none;opacity:.75}.spf-metabox{margin:-6px -12px -12px -12px}.spf-metabox .spf-section-title{padding:20px}.block-editor-page .spf-metabox{margin:-6px -14px -12px -14px}.spf-metabox-restore{text-align:right;padding:10px;border-top:1px solid #eee}.spf-metabox-restore .spf-button-cancel,.spf-metabox-restore input{display:none}.spf-metabox-restore span{-webkit-user-select:none;user-select:none}.spf-metabox-restore input:checked~.spf-button-restore{display:none}.spf-metabox-restore input:checked~.spf-button-cancel{display:inline-block}#side-sortables .spf-section-title{padding:12px}#side-sortables .spf-field{padding:12px}#side-sortables .spf-field .spf-title{float:none;width:100%;margin-bottom:10px}#side-sortables .spf-field .spf-fieldset{margin-left:0}#side-sortables .spf-notice{padding:12px}.spf-tooltip{position:absolute;z-index:5000001;font-size:12px;line-height:1.4;text-align:center;text-decoration:none;padding:6px 12px;max-width:200px;color:#fff;background-color:#000;background-color:rgba(0,0,0,.85);-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.spf-theme-dark .spf-header-inner{background-color:#050505}.spf-theme-dark .spf-header-inner h1{color:#fff}.spf-theme-dark .spf-header-inner h1 small{color:#555}.spf-theme-dark .spf-expand-all{color:#999;background-color:#222}.spf-theme-dark .spf-expand-all:hover{color:#fff;background-color:#333}.spf-theme-dark .spf-search input{color:#fff;background-color:#222}.spf-theme-dark .spf-search:focus{background-color:#444}.spf-theme-dark .spf-search::-webkit-input-placeholder{color:#666}.spf-theme-dark .spf-nav ul li a{color:#999;background-color:#222;border-bottom:1px solid #2f2f2f}.spf-theme-dark .spf-nav ul li a:hover{color:#fff}.spf-theme-dark .spf-nav ul li .spf-section-active{color:#fff;background-color:#111}.spf-theme-dark .spf-nav ul ul li a{background-color:#191919;border-bottom:1px solid #2f2f2f}.spf-theme-dark .spf-nav ul ul li .spf-section-active{background-color:#101010}.spf-theme-dark .spf-nav ul ul:before{background-color:rgba(34,34,34,.75)}.spf-theme-dark .spf-nav>ul>li:last-child>a{border-bottom:none}.spf-theme-dark .spf-nav-background{background-color:#222}.spf-theme-dark .spf-footer{color:#555;background-color:#050505}.spf-theme-light .spf-container{border:1px solid #e5e5e5;-moz-box-shadow:0 0 15px rgba(0,0,0,.04);-webkit-box-shadow:0 0 15px rgba(0,0,0,.04);box-shadow:0 0 15px rgba(0,0,0,.04)}.spf-theme-light .spf-header-inner{border-bottom:1px solid #cecece;background-color:#f5f5f5;background:linear-gradient(#fefefe,#f5f5f5)}.spf-theme-light .spf-header-inner h1 small{color:#999}.spf-theme-light .spf-expand-all{color:#999;background-color:#fff;-moz-box-shadow:0 1px 1px rgba(0,0,0,.05);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.spf-theme-light .spf-expand-all:hover{color:#555}.spf-theme-light .spf-search input{color:#555;background-color:#fff;-moz-box-shadow:0 1px 1px rgba(0,0,0,.05);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.spf-theme-light .spf-search input::-webkit-input-placeholder{color:#bbb}.spf-theme-light .spf-nav{background:#f1f1f1}.spf-theme-light .spf-nav ul li a{background-color:#18afb9;border-top:1px solid #18afb9;border-right:0 solid #e2e2e1;border-bottom:1px solid #ddd;color:#fff;font-size:12px;font-weight:600;line-height:1.4;padding:14px 15px;text-transform:uppercase}.sp_wpcp_shortcode_generator .spf-nav ul li a{border-right:1px solid #e2e2e1}.spf-theme-light .spf-nav ul li .spf-section-active{background-color:#fff;color:#000}#sp_wpcp_shortcode_options .spf-theme-light .spf-nav ul li .spf-section-active{border-bottom:1px solid #fff;border-top:1px solid #18afb9;box-shadow:0 3px 0 0 #18afb9 inset}.sp-wpcp-options.spf-theme-light .spf-nav ul li a{background:#efefef;color:#000;border-bottom:1px solid #cecece;border-top:1px solid #cecece}.sp-wpcp-options.spf-theme-light .spf-nav ul li a:first-child{border-top:0 solid transparent}#sp_wpcp_shortcode_options .spf-theme-light .spf-nav ul li .spf-section-active i,.sp-wpcp-options.spf-theme-light .spf-nav ul li .spf-section-active i{color:#18afb9}.sp-wpcp-options.spf-theme-light .spf-nav ul li .spf-section-active{background-color:#fff;border-right:0 solid #fff;border-bottom:1px solid #cecece;border-top:1px solid #fff;box-shadow:4px 0 0 0 #18afb9 inset}.spf-theme-light .spf-nav ul li .spf-section-active:after{display:none}.spf-theme-light .spf-nav ul ul li a{background-color:#eee;border-bottom:1px solid #e5e5e5}.spf-theme-light .spf-nav-background{background-color:#ddd;border-right:1px solid #cecece}.spf-theme-light .spf-footer{color:#555;border-top:1px solid #e5e5e5;background-color:#f5f5f5;background:linear-gradient(#fafafa,#f5f5f5)}.spf-field{position:relative;padding:22px 30px}.spf-field.spf-field-carousel_type{padding-bottom:0}.spf-field p:first-child{margin-top:0}.spf-field p:last-child{margin-bottom:0}.spf-field:after,.spf-field:before{content:" ";display:table}.spf-field:after{clear:both}.spf-field h4{margin-top:0}.spf-field .spf-title{position:relative;width:20%;float:left}.spf-field .spf-title h4{margin:0;color:#23282d}.spf-field .spf-fieldset{margin-left:25%}.spf-pseudo-field{padding:0 5px 0 0!important;display:inline-block}.spf-pseudo-field+.spf-pseudo-field{border:0}.spf-pseudo-field pre{display:none}.spf-field-accordion .spf-field{padding:20px}.spf-field-accordion .spf-accordion-item{position:relative;margin-bottom:5px}.spf-field-accordion .spf-accordion-item h4{font-size:1em}.spf-field-accordion .spf-accordion-title{display:block;cursor:pointer;position:relative;margin:0;padding:15px;min-height:0;font-size:100%;-webkit-user-select:none;user-select:none;border:1px solid #e5e5e5;background-color:#fafafa;-moz-transition:border-color .15s;-o-transition:border-color .15s;-webkit-transition:border-color .15s;transition:border-color .15s}.spf-field-accordion .spf-accordion-title:active,.spf-field-accordion .spf-accordion-title:focus,.spf-field-accordion .spf-accordion-title:hover{border:1px solid #bbb;background-color:#fafafa;outline:0}.spf-field-accordion .spf-accordion-icon{color:#aaa;width:14px;text-align:center}.spf-field-accordion .spf--icon{width:18px;text-shadow:center}.spf-field-accordion .spf-accordion-content{display:none;padding:0;border:1px solid #e5e5e5;border-top:none;background-color:#fff}.spf-field-accordion .spf-accordion-open{display:block}.spf-field-background select,.spf-field-background_adv select{width:100%}.spf-field-background .spf-field,.spf-field-background_adv .spf-field,.spf-field-group .spf-field-background_adv .spf-field{float:left;padding:0;border:0}.spf-field-background .spf--block,.spf-field-background_adv .spf--block{float:left;margin-bottom:15px;box-sizing:border-box}.spf-field-background .spf--title,.spf-field-background_adv .spf--title{float:left;color:#999;margin-top:3px;margin-right:5px}.spf-field-background .spf--select,.spf-field-background_adv .spf--select{width:25%;padding-right:10px;box-sizing:border-box}.spf-field-background .spf--select .spf-field,.spf-field-background_adv .spf--select .spf-field{width:100%}.spf-field-background .spf--media,.spf-field-background_adv .spf--media{width:100%;padding-right:10px}.spf-field-background .spf--media .spf-field,.spf-field-background_adv .spf--media .spf-field{width:100%}.spf-field.spf-field-background_adv.wpcp_carousel_content_bg .spf-fieldset,.spf-field.spf-field-wp_editor.wpcp_carousel_content_source .spf-fieldset{margin-left:0;margin-top:35px}.spf-field.spf-field-background_adv.wpcp_carousel_content_bg .spf-title,.spf-field.spf-field-wp_editor.wpcp_carousel_content_source .spf-title{width:100%}.spf-field.spf-field-background_adv .spf--preview{font-size:16px;line-height:20px;padding:20px;color:#222;border:1px solid #eee;background-color:#fff;height:150px;border-radius:2.5px;user-select:none;-webkit-user-select:none;transition:background-color .2s,border-color .2s}.spf-field.spf-field-background_adv .spf--block-preview{cursor:pointer;position:relative;overflow:hidden;margin-top:10px;width:100%}.spf-field.spf-field-background_adv .spf--black-background{border-color:#000;background-color:#000}.spf-field.spf-field-background_adv .spf--toggle{position:absolute;top:5px;right:10px;color:#999}.spf-field-backup textarea{width:100%;min-height:200px;margin-bottom:5px}.spf-field-backup small{display:inline-block;margin:5px}.spf-field-backup hr{margin:20px 0;border:none;border-bottom:1px solid #e5e5e5}.spf-field-border .spf--left,.spf-field-column .spf--left,.spf-field-dimensions .spf--left,.spf-field-dimensions_advanced .spf--left,.spf-field-spacing .spf--left{float:left}.spf-field-border .spf--input,.spf-field-column .spf--input,.spf-field-dimensions .spf--input,.spf-field-dimensions_advanced .spf--input,.spf-field-spacing .spf--input{float:left;margin-right:10px;margin-bottom:7px}.spf-field-border .spf--input select,.spf-field-column .spf--input select,.spf-field-dimensions .spf--input select,.spf-field-dimensions_advanced .spf--input select,.spf-field-spacing .spf--input select{margin:0;line-height:22px}.spf-field-border .spf--input input,.spf-field-column .spf--input input,.spf-field-dimensions .spf--input input,.spf-field-dimensions_advanced .spf--input input,.spf-field-spacing .spf--input input{line-height:26px;float:left;margin:0;padding:0;width:65px;max-width:100%;text-align:center}.spf-field-column .spf--input input{border-radius:0 4px 4px 0}.spf-field-spacing .spf--input input{border-radius:4px 0 0 4px}.spf-field-border .spf--input input{border-radius:0}.spf-field-border .spf--label,.spf-field-column .spf--label,.spf-field-dimensions .spf--label,.spf-field-dimensions_advanced .spf--label,.spf-field-spacing .spf--label{float:left;max-width:100%;font-size:12px;line-height:26px;vertical-align:top;text-align:center;color:#555;border:1px solid #ddd;background-color:#eee;padding:0 6px}.spf-field-border .spf--label-icon,.spf-field-column .spf--label-icon,.spf-field-dimensions .spf--label-icon,.spf-field-dimensions_advanced .spf--label-icon,.spf-field-spacing .spf--label-icon{min-width:20px;border-right:0;border-radius:4px 0 0 4px;min-height:28px;line-height:28px}.spf-field-border .spf--label-unit,.spf-field-column .spf--label-unit,.spf-field-dimensions .spf--label-unit,.spf-field-dimensions_advanced .spf--label-unit,.spf-field-spacing .spf--label-unit{color:#999;border-left:0;border-radius:0 4px 4px 0;min-height:28px}.spf-field-button_set .spf--buttons{display:inline-block}.spf-field-button_set .spf--button{position:relative;z-index:1;float:left;cursor:pointer;padding:7px 14px;min-width:40px;text-align:center;color:#555;border:1px solid #ccc;background-color:#f7f7f7;user-select:none;-webkit-user-select:none;box-shadow:0 1px 0 rgba(0,0,0,.1)}.spf-field-button_set .spf--button:first-child{border-radius:4px 0 0 4px}.spf-field-button_set .spf--button:last-child{border-radius:0 4px 4px 0}.spf-field-button_set .spf--button:not(:first-child){margin-left:-1px}.spf-field-button_set .spf--button:hover{background-color:#eee}.spf-field-button_set .spf--active,.spf-field-button_set .spf--active:hover{z-index:2;color:#fff;border-color:#006799;background-color:#0085ba}.spf-field-button_set input{display:none}.spf-field-checkbox ul,.spf-field-radio ul{margin:0;padding:0;list-style-type:none;overflow-y:auto;max-height:305px}.spf-field-checkbox .spf--inline-list li,.spf-field-radio .spf--inline-list li{display:inline-block;margin-right:15px}.spf-field-checkbox input[type=radio]:checked:before,.spf-field-radio input[type=radio]:checked:before{line-height:10px}.spf-field-checkbox .spf-checker,.spf-field-radio .spf-checker{cursor:pointer}.spf-field-code_editor .CodeMirror{width:100%;height:400px;border:1px solid #eee}.spf-field-code_editor textarea{width:100%;height:400px}.spf-field-color>input{opacity:.75;width:115px;max-width:100%}.spf-field-color_group .spf--left{float:left;margin-right:10px;margin-bottom:5px}.spf-field-color_group .spf--title{color:#999;margin-bottom:5px}.spf-field-fieldset .spf-fieldset-content{border:1px solid #eee;background-color:#fff}.spf-field-fieldset .spf-field{padding:20px}.spf-field-date .spf--to{margin-left:7px}.spf-datepicker-wrapper{margin-top:5px;width:auto;background-color:#fff;z-index:9999999!important;-moz-box-shadow:0 0 30px rgba(0,0,0,.15);-webkit-box-shadow:0 0 30px rgba(0,0,0,.15);box-shadow:0 0 30px rgba(0,0,0,.15)}.spf-datepicker-wrapper *{float:none;margin:0;padding:0;font-family:inherit;font-weight:400;font-style:normal;text-decoration:none;border:none;background:0 0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;-moz-border-radius:none;-webkit-border-radius:none;border-radius:none}.spf-datepicker-wrapper .ui-datepicker-header,.spf-datepicker-wrapper .ui-widget-header{color:#fff;background:#00a0d2}.spf-datepicker-wrapper .ui-datepicker-header .ui-state-hover{cursor:pointer}.spf-datepicker-wrapper .ui-datepicker-title{font-size:14px;line-height:40px;text-align:center}.spf-datepicker-wrapper .ui-datepicker-next,.spf-datepicker-wrapper .ui-datepicker-prev{position:static;top:auto;left:auto;right:auto;font-family:FontAwesome;font-size:12px;text-align:center;width:41px;height:40px;line-height:40px;color:#fff;background-color:rgba(255,255,255,.1);text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.spf-datepicker-wrapper .ui-datepicker-next span,.spf-datepicker-wrapper .ui-datepicker-prev span{display:none}.spf-datepicker-wrapper .ui-datepicker-prev{float:left}.spf-datepicker-wrapper .ui-datepicker-next{float:right}.spf-datepicker-wrapper .ui-datepicker-prev:before{content:'\f053'}.spf-datepicker-wrapper .ui-datepicker-next:before{content:'\f054'}.spf-datepicker-wrapper .ui-datepicker-next-hover,.spf-datepicker-wrapper .ui-datepicker-prev-hover{opacity:.75}.spf-datepicker-wrapper tbody .ui-datepicker-week-col{background-color:#f7f7f7}.spf-datepicker-wrapper .ui-datepicker-buttonpane{padding:10px;text-align:center;background-color:#f7f7f7}.spf-datepicker-wrapper .ui-datepicker-buttonpane button{cursor:pointer;margin:0 5px;padding:7px 14px;border:1px solid #eee;background-color:#fff}.spf-datepicker-wrapper select{margin:0 4px;color:#fff;border:1px solid rgba(255,255,255,.5)}.spf-datepicker-wrapper select option{color:#555}.spf-datepicker-wrapper table{font-size:13px;border-collapse:collapse;width:100%}.spf-datepicker-wrapper thead{color:#fff;background:#32373c}.spf-datepicker-wrapper th{text-align:center;padding:7px;border:1px solid #444}.spf-datepicker-wrapper td{text-align:center;border:1px solid #f4f4f4}.spf-datepicker-wrapper td.ui-datepicker-other-month{border:transparent}.spf-datepicker-wrapper td .ui-state-default{color:#555;width:auto;display:block;padding:6px 12px}.spf-datepicker-wrapper td .ui-state-active,.spf-datepicker-wrapper td .ui-state-hover{color:#fff;background-color:#0073aa}.spf-datepicker-wrapper td.ui-state-disabled .ui-state-default{opacity:.5}.spf-field-gallery input{display:none}.spf-field-gallery ul{margin:0;padding:0;list-style-type:none}.spf-field-gallery ul.sp-gallery-images li{display:inline-block;position:relative;padding:4px;margin:0 5px 10px 0;border:1px solid #ccc;background-color:#f9f9f9;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:0 1px 0 rgba(0,0,0,.08);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 0 rgba(0,0,0,.08)}.spf-field-gallery ul.sp-gallery-images li img{max-height:100px;display:inline-block;vertical-align:middle}.spf-field-gallery .button,.spf-field-gallery .button:focus,.spf-field-gallery .button:hover{margin-right:5px;margin-bottom:5px;width:110px;height:110px;text-align:center;line-height:15px;color:#fff;border:none;border-radius:2px;display:flex;justify-content:center;flex-direction:column;font-weight:600}.spf-field-gallery .button-primary.spf-button{background:#4eb631;box-shadow:none;text-shadow:none}.spf-field-gallery .button.spf-edit-gallery{background:#6a7885}.spf-field-gallery .button i{font-size:24px;margin-bottom:10px}.spf-field-gallery a,.spf-field-gallery li{float:left}.spf-field-group .spf-field{padding:20px}.spf-field-group .spf-cloneable-hidden{display:none!important}.spf-field-group .spf-cloneable-wrapper{position:relative}.spf-field-group .spf-cloneable-item{display:none;position:relative;margin-bottom:5px}.spf-field-group .spf-cloneable-item h4{font-size:1em}.spf-field-group .ui-accordion .spf-cloneable-item{display:block}.spf-field-group .spf-cloneable-content{border:1px solid #e5e5e5;background:#fff}.spf-field-group .spf-cloneable-title{display:block;cursor:pointer;position:relative;margin:0;padding:15px 65px 15px 10px;min-height:0;font-size:100%;border:1px solid #e5e5e5;background:#fafafa;-webkit-user-select:none;user-select:none;-moz-transition:border-color .15s;-o-transition:border-color .15s;-webkit-transition:border-color .15s;transition:border-color .15s}.spf-field-group .spf-cloneable-title:active,.spf-field-group .spf-cloneable-title:focus,.spf-field-group .spf-cloneable-title:hover{border:1px solid #bbb;background:#fafafa;outline:0}.spf-field-group .spf-cloneable-helper{position:absolute;top:12px;right:10px;z-index:1;font-size:14px;line-height:1em}.spf-field-group .spf-cloneable-helper i{display:inline-block;cursor:pointer;padding:5px;color:#999}.spf-field-group .spf-cloneable-helper i:hover{color:#555}.spf-field-group .spf-cloneable-content{padding:0;border-top:0}.spf-field-group .spf-cloneable-title-number,.spf-field-group .spf-cloneable-title-prefix{margin-right:5px}.spf-field-group .spf-cloneable-alert{display:none;margin-bottom:5px;padding:10px 20px;color:#a94442;border:1px solid #ebccd1;background-color:#f2dede}.spf-field-group .widget-placeholder{margin-bottom:10px;border:1px dashed #f1c40f;background-color:#fffae4}.spf-field-group .spf-cloneable-header-icon{display:inline-block;text-align:center;font-size:14px;width:17px;color:#aaa;text-indent:0;vertical-align:text-top}.spf-field-group .spf-cloneable-placeholder{background-color:#ddd;margin-top:4px;width:100px;height:10px;font-size:10px;line-height:10px;display:inline-block;vertical-align:top;border-radius:2px}.spf-field-icon input{display:none}.spf-field-icon .button{margin-right:5px}.spf-field-icon .spf-icon-preview i{display:inline-block;font-size:14px;width:30px;height:26px;line-height:26px;margin-right:5px;text-align:center;vertical-align:top;color:#555;border:1px solid #ccc;background-color:#f7f7f7;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(0,0,0,.08);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 0 rgba(0,0,0,.08);-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.spf-field-image_select .spf--image{cursor:pointer;position:relative;display:inline-block;max-width:100%;margin:0 15px 5px 0;vertical-align:bottom;outline:2px solid transparent;background-color:#fff;user-select:none;-webkit-user-select:none;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s;outline-offset:-2px}.spf-field-image_select .spf--image:before{position:absolute;top:0;left:0;text-align:center;font-size:11px;font-family:FontAwesome;content:"\f00c";width:15px;height:15px;line-height:15px;opacity:0;color:#fff;background-color:#1ea4b0;transition:opacity .2s}.spf-field-image_select .spf--image.spf--active:before{opacity:1}.spf-field-image_select .spf--active img{outline-color:#1ea4b0}.spf-field-image_select input{display:none}.spf-field-image_select .spf--image img{color:#7b8898;outline:solid 3px transparent;border-radius:2px;cursor:pointer;text-align:center;width:80px;outline-offset:-3px}.spf-field-image_select .spf--image img{max-width:100%}.spf-field-image_select span{margin-top:5px;font-weight:500;text-align:center;margin-right:10px;display:block;font-size:12px;text-transform:capitalize}.spf-field-image_select .spf--image.spf--active img{outline-color:#1ea4b0}.spf-field-carousel_type .spf--image{cursor:pointer;position:relative;display:inline-block;max-width:100%;margin:0 5px 5px 0;vertical-align:bottom;border:2px solid transparent;background-color:#fff;user-select:none;-webkit-user-select:none;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s}.spf-field-carousel_type input{display:none}.spf-field-carousel_type .spf--image{background:#e8ecef;color:#7b8898;margin-right:10px;border:solid 3px #e8ecef;border-radius:2px;cursor:pointer;text-align:center;width:120px;height:80px;box-shadow:inset 0 0 0 3px #fff}.spf-field-carousel_type i{font-size:30px;width:32px;height:30px;margin-top:15px}.spf-field-carousel_type p{margin-top:5px;font-weight:500}.spf-field-carousel_type .spf--image.spf--active{border-color:#1ea4b0}.spf-field-link_color .spf--left{float:left;margin-right:10px;margin-bottom:5px}.spf-field-link_color .spf--title{color:#999;margin-bottom:5px}.spf-field-media .spf--placeholder{margin-bottom:10px;display:flex}.spf-field-media .spf--placeholder input{width:100%}.spf-field-media .button{margin-left:7px}.spf-field-media .hidden+.button{margin-left:0}.spf-field-media .spf--preview{position:relative}.spf-field-media .spf--preview .fa-times{position:absolute;z-index:1;right:4px;top:4px;font-size:14px;width:22px;height:22px;line-height:22px;text-align:center;text-decoration:none;color:#fff;background-color:#d33;opacity:.8;transition:all .2s}.spf-field-media .spf--preview .fa-times:hover{opacity:1}.spf-field-media .spf--preview .fa-times:focus{box-shadow:none}.spf-field-palette .spf--palette{position:relative;display:inline-block;cursor:pointer;border:2px solid #ddd;margin-right:10px;margin-bottom:10px;user-select:none;-webkit-user-select:none;transition:all .2s}.spf-field-palette .spf--palette span{vertical-align:middle;display:inline-block;width:22px;height:60px;line-height:60px;overflow:hidden;text-indent:-999px}.spf-field-palette .spf--palette:before{position:absolute;top:0;left:0;text-align:center;font-size:11px;font-family:FontAwesome;content:"\f00c";width:15px;height:15px;line-height:15px;opacity:0;color:#fff;background-color:#222;transition:opacity .2s}.spf-field-palette .spf--active{border-color:#222;box-shadow:0 0 20px rgba(0,0,0,.2)}.spf-field-palette .spf--active:before{opacity:1}.spf-field-palette input{display:none}.spf-field-repeater .spf-field{padding:10px}.spf-field-repeater .spf-field-text input{width:100%}.spf-field-repeater .spf-repeater-hidden{display:none!important}.spf-field-repeater .spf-repeater-wrapper .spf-repeater-item{display:table;width:100%;margin-bottom:5px;border:1px solid #eee}.spf-field-repeater .spf-repeater-wrapper .spf-repeater-item h4{font-size:1em}.spf-field-repeater .spf-repeater-content{width:100%;display:table-cell;vertical-align:middle;background-color:#fff}.spf-field-repeater .spf-repeater-helper{width:100%;display:table-cell;vertical-align:middle;text-align:center;font-size:14px;line-height:1em;border-left:1px solid #eee;background-color:#f7f7f7}.spf-field-repeater .spf-repeater-helper i{display:inline-block;cursor:pointer;color:#999;padding:5px}.spf-field-repeater .spf-repeater-helper i:hover{color:#555}.spf-field-repeater .spf-repeater-helper-inner{width:75px}.spf-field-repeater .spf-repeater-alert{display:none;margin-bottom:5px;padding:10px 20px;color:#a94442;border:1px solid #ebccd1;background-color:#f2dede}.spf-field-repeater .widget-placeholder{height:50px;margin-bottom:3px;border:1px dashed #f1c40f;background-color:#fffae4}.spf-field-repeater .ui-sortable-helper{height:50px!important;overflow:hidden!important;border-color:#ccc!important;background-color:#eee!important;opacity:.5}.spf-field-repeater .ui-sortable-helper .spf-repeater-content,.spf-field-repeater .ui-sortable-helper .spf-repeater-helper{display:none}.spf-field-select select{max-width:100%}.spf-field-slider em{padding-left:5px;color:#aaa}.spf-field-slider input[type=text]{width:45px;margin-left:15px;text-align:center}.spf-field-slider .ui-slider{position:relative;width:100%;height:4px;border:none;background:#ddd;border-radius:2px}.spf-field-slider .ui-slider-range{height:4px;border:none;background:#222;border-radius:2px}.spf-field-slider .ui-slider-handle{position:absolute;width:18px;height:18px;top:-7px;margin-left:-8px;border:none;background:#222;border-radius:2px}.spf-field-slider .ui-slider-handle:hover,.spf-field-slider .ui-state-active{cursor:pointer;background:#444}.spf-field-sortable .spf-field{padding:10px}.spf-field-sortable .spf-field-text input{width:100%;max-width:100%}.spf-field-sortable .spf--sortable .spf--sortable-item{display:table;width:100%;margin-bottom:5px;border:1px solid #eee}.spf-field-sortable .spf--sortable .spf--sortable-item h4{font-size:1em}.spf-field-sortable .spf--sortable-content{width:100%;display:table-cell;vertical-align:middle;background-color:#fff}.spf-field-sortable .spf--sortable-helper{width:100%;display:table-cell;vertical-align:middle;text-align:center;font-size:14px;line-height:1em;border-left:1px solid #eee;background-color:#f7f7f7}.spf-field-sortable .spf--sortable-helper .fa{display:inline-block;cursor:pointer;width:50px;color:#555}.spf-field-sortable .spf--sortable-helper .fa:hover{opacity:.5}.spf-field-sortable .widget-placeholder{height:50px;margin-bottom:3px;border:1px dashed #f1c40f;background-color:#fffae4}.spf-field-sortable .ui-sortable-helper{height:50px!important;overflow:hidden!important;border-color:#ccc!important;background-color:#eee!important;opacity:.5}.spf-field-sortable .ui-sortable-helper .spf--sortable-content,.spf-field-sortable .ui-sortable-helper .spf--sortable-helper{display:none}.spf-field-sorter .ui-sortable-placeholder{height:20px;border:1px dashed #f1c40f;background-color:#fffae4}.spf-field-sorter .spf-modules{float:left;width:50%;box-sizing:border-box}.spf-field-sorter .spf-modules:first-child{padding-right:15px}.spf-field-sorter .spf-modules:last-child{padding-left:15px}.spf-field-sorter .spf-disabled,.spf-field-sorter .spf-enabled{padding:5px 15px;border:1px dashed #ddd;background-color:#fff}.spf-field-sorter .spf-disabled li{-moz-transition:opacity .15s;-o-transition:opacity .15s;-webkit-transition:opacity .15s;transition:opacity .15s;opacity:.5}.spf-field-sorter .spf-disabled .ui-sortable-helper{opacity:1}.spf-field-sorter .spf-sorter-title{font-size:13px;font-weight:600;padding:10px;text-align:center;border:1px dashed #ddd;border-bottom:none;background-color:#f8f8f8;text-transform:uppercase}.spf-field-sorter ul{list-style-type:none;margin:0;padding:0;min-height:62px}.spf-field-sorter ul li{margin:10px 0;padding:10px 15px;cursor:move;font-weight:700;text-align:center;border:1px solid #e5e5e5;background-color:#fafafa;-moz-transition:border-color .15s;-o-transition:border-color .15s;-webkit-transition:border-color .15s;transition:border-color .15s}.spf-field-sorter ul li:hover{border-color:#bbb}.spf-field-spinner .spf--spin{float:left}.spf-field-spinner .spf--unit{float:right;height:30px;line-height:26px;text-align:center;border-left:none;color:#999;border:1px solid #ddd;border-left:0;background-color:#eee;padding:0 6px;margin:0;box-sizing:border-box}.spf-field-spinner .ui-spinner-button{cursor:pointer;position:relative;overflow:hidden;margin:0;padding:0;width:30px;height:30px;line-height:30px;text-align:center;border:1px solid #ddd;color:#555;background-color:#eee;box-sizing:border-box}.spf-field-spinner .ui-spinner-button:hover{background-color:#e7e7e7}.spf-field-spinner .ui-spinner-button:active{background-color:#ddd}.spf-field-spinner .ui-spinner-button:before{font-family:FontAwesome;font-size:16px;line-height:16px}.spf-field-spinner .ui-spinner-down{float:left;border-right:0;border-radius:2px 0 0 2px}.spf-field-spinner .ui-spinner-down:before{content:"\f0d9"}.spf-field-spinner .ui-spinner-up{float:right;border-left:0;border-radius:0 2px 2px 0}.spf-field-spinner .ui-spinner-up:before{content:"\f0da"}.spf-field-spinner input{width:50px;text-align:center;margin:0;padding:0 8px;height:30px;line-height:30px;border:1px solid #ddd}.spf-field-spinner input:focus{outline:0}.spf-field-spinner .ui-button-text{display:none}.spf-field-switcher .spf--switcher,.spf-field-switcherf .spf--switcher{float:left;cursor:pointer;position:relative;width:60px;height:26px;padding:0;margin:0;overflow:hidden;border-radius:4px;background-color:#ed6f6f;user-select:none;-webkit-user-select:none}.spf-field-switcher .spf--ball,.spf-field-switcherf .spf--ball{position:absolute;top:4px;left:4px;width:24px;height:18px;background-color:#fff;border-radius:4px;transition:all .1s;box-shadow:1px 1px 1px rgba(0,0,0,.15)}.spf-field-switcher .spf--off,.spf-field-switcher .spf--on,.spf-field-switcherf .spf--off,.spf-field-switcherf .spf--on{position:absolute;top:0;left:0;right:0;font-size:11px;line-height:26px;font-weight:500;font-style:normal;text-align:center;text-transform:uppercase;color:#fff;padding-right:28px;opacity:0;transition:all .1s}.spf-field-switcher .spf--off,.spf-field-switcherf .spf--off{padding-right:0;padding-left:28px;opacity:1}.spf-field-switcher .spf--active{background:#4fb845}.spf-field-switcher .spf--active .spf--on,.spf-field-switcherf .spf--active .spf--on{opacity:1}.spf-field-switcher .spf--active .spf--off,.spf-field-switcherf .spf--active .spf--off{opacity:0}.spf-field-switcher .spf--active .spf--ball,.spf-field-switcherf .spf--active .spf--ball{left:100%;margin-left:-28px}.spf-field-switcher .spf--label,.spf-field-switcherf .spf--label{float:left;margin-top:4px;margin-left:8px;font-weight:400;color:#999}.spf-field-switcher input,.spf-field-switcherf input{display:none}.spf-field-tabbed .spf-tabbed-section{border:1px solid #eee;background:#fff}.spf-field-tabbed .spf-tabbed-nav .spf--icon{padding-right:5px}.spf-field-tabbed .spf-tabbed-nav a{display:inline-block;padding:12px 15px;margin-top:1px;margin-right:5px;margin-bottom:-1px;position:relative;text-decoration:none;color:#444;font-weight:600;background-color:#f3f3f3;border:1px solid #eee;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s}.spf-field-tabbed .spf-tabbed-nav a:hover{background-color:#f9f9f9}.spf-field-tabbed .spf-tabbed-nav a.spf-tabbed-active{background-color:#fff;border-bottom-color:#fff}.spf-field-tabbed .spf-tabbed-nav a:focus{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.spf-field-text input{width:340px;max-width:100%}.spf-field-textarea textarea{width:100%;max-width:100%;min-height:125px}.spf-field-textarea .spf-shortcode-button{margin-bottom:10px;margin-right:5px}.spf-field-typography select,.spf-field-typography textarea{margin:0;width:100%}.spf-field-typography .spf--title{color:#999;margin:0 0 2px 0}.spf-field-typography .spf--title small{vertical-align:top}.spf-field-typography .spf--blocks{display:flex;flex-wrap:wrap}.spf-field-typography .spf--block{padding-right:5px;padding-bottom:10px;box-sizing:border-box}.spf-field-typography .spf--block .spf--block{padding-right:0;padding-bottom:0}.spf-field-typography .spf--blocks-selects .spf--block{flex:1 33.3%}.spf-field-typography .spf--blocks-inputs .spf--block{flex:1 25%}.spf-field-typography .spf--blocks-inputs .spf--block .spf--block{flex:1}.spf-field-typography .spf--input{margin:0;width:100%;border-radius:4px 0 0 4px}.spf-field-typography .spf--unit{min-width:40px;max-width:40px;padding:4px 0;font-size:12px;font-weight:400;text-align:center;color:#777;border:1px solid #ddd;background-color:#eee;border-radius:0 2px 2px 0;border-left:0}.spf-field-typography .spf--preview{font-size:16px;line-height:20px;padding:20px;color:#222;border:1px solid #eee;background-color:#fff;border-radius:2.5px;user-select:none;-webkit-user-select:none;transition:background-color .2s,border-color .2s}.spf-field-typography .spf--block-preview{cursor:pointer;position:relative;overflow:hidden;margin-top:10px;max-width:100%}.spf-field-typography .spf--black-background{border-color:#000;background-color:#000}.spf-field-typography .spf--toggle{position:absolute;top:5px;right:10px;color:#999}.spf-field-typography .spf--block-extra-styles{margin-top:5px}.spf-field-upload input{width:100%}.spf-field-upload .spf--wrap{display:flex}.spf-field-upload .spf--buttons{display:flex;margin-left:5px}.spf-field-upload .spf--remove{margin-left:5px}.spf-field-wp_editor .spf-wp-editor{float:left;width:100%}.spf-field-wp_editor .mce-toolbar-grp{border:none}.spf-field-wp_editor .mce-btn.mce-active button,.spf-field-wp_editor .mce-btn.mce-active i,.spf-field-wp_editor .mce-btn.mce-active:hover button,.spf-field-wp_editor .mce-btn.mce-active:hover i{color:#23282d}.spf-field-wp_editor .wp-media-buttons{position:relative;z-index:2}.spf-field-wp_editor .wp-editor-tabs{position:relative;z-index:1}.spf-field-wp_editor .spf-no-tinymce{border:1px solid #e5e5e5}.spf-field-wp_editor .spf-no-quicktags .wp-media-buttons{float:none;display:block}.spf-field-wp_editor .spf-no-quicktags .mce-tinymce{box-shadow:none;border:1px solid #e5e5e5}.spf-field-wp_editor textarea{width:100%;max-width:100%;margin:0;box-shadow:none}.spf-field-heading{font-size:1.5em;font-weight:700;color:#23282d;background-color:#f5f5f5}.spf-field-subheading{font-size:14px;font-weight:700;padding-top:17px;padding-bottom:17px;color:#23282d;background-color:#f7f7f7}.spf-field-submessage{padding:0!important;border:0!important}.spf-field-submessage+.spf-field{border-top:0!important}.spf-submessage{font-size:12px;padding:17px 30px;border-top:1px solid transparent;border-bottom:1px solid transparent}.spf-submessage-success{color:#3c763d;border-color:#d6e9c6;background-color:#dff0d8}.spf-submessage-info{color:#31708f;border-color:#bce8f1;background-color:#d9edf7}.spf-submessage-warning{color:#8a6d3b;border-color:#faebcc;background-color:#fcf8e3}.spf-submessage-danger{color:#a94442;border-color:#ebccd1;background-color:#f2dede}.spf-submessage-normal{color:#23282d;border-color:#eee;background-color:#f7f7f7}.spf-field-notice{background-color:#f7f7f7}.spf-notice-success{border-color:#46b450}.spf-notice-info{border-color:#339fd4}.spf-notice-warning{border-color:#ffbc00}.spf-notice-danger{border-color:#dc3232}.spf-help{cursor:help;position:absolute;top:0;right:0;padding:5px;font-size:14px;color:#aaa}.spf-help .spf-help-text{display:none}.spf-image-preview{display:inline-block;position:relative;padding:4px;min-width:44px;min-height:22px;margin-bottom:10px;border:1px solid #ccc;background-color:#f9f9f9;-moz-box-shadow:0 1px 0 rgba(0,0,0,.08);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 0 rgba(0,0,0,.08)}.spf-image-preview img{max-height:90px;display:inline-block;vertical-align:middle}.spf-field-custom .spf-field{padding:0}.spf-field .chosen-container-single .chosen-single{height:28px;line-height:26px}.spf-field .chosen-container-single .chosen-single abbr{top:0;right:20px;font-family:FontAwesome;font-size:12px;height:100%;width:18px;color:#aaa;text-align:center;background:0 0}.spf-field .chosen-container-single .chosen-single abbr:before{content:"\f00d"}.spf-field .chosen-container-single .chosen-single abbr:hover{color:#555}.spf-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{font-family:FontAwesome;font-size:12px;height:100%;width:18px;color:#aaa;text-align:center;background:0 0}.spf-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{content:"\f00d"}.spf-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{color:#555}.spf-field .chosen-container-single .chosen-single div b{font-family:FontAwesome;font-size:14px;color:#aaa;background:0 0}.spf-field .chosen-container-single .chosen-single div b:before{content:"\f107"}.spf-field .chosen-container-single .chosen-single div b:hover{color:#555}.spf-field .chosen-container-active.chosen-with-drop .chosen-single div b:before{content:"\f106"}.spf-field .chosen-container-single .chosen-single-with-deselect span{margin-right:40px}.spf-field .chosen-container-single .chosen-search input[type=text]{background:0 0}.spf-field .chosen-container-single .chosen-search:before{font-family:FontAwesome;position:absolute;content:"\f002";font-size:11px;right:10px;top:7px;color:#aaa}.spf-field .wp-picker-container{display:inline-block}.spf-field .spf--transparent-wrap{display:none;position:relative;top:-1px;width:235px;padding:9px 10px;border:1px solid #dfdfdf;border-top:none;background-color:#fff}.spf-field .spf--transparent-slider{position:absolute;width:190px;margin-left:2px;height:18px}.spf-field .spf--transparent-slider .ui-slider-handle{position:absolute;top:-3px;bottom:-3px;z-index:5;border-color:#aaa;border-style:solid;border-width:4px 3px;width:10px;height:16px;margin:0 -5px;background:0 0;cursor:ew-resize;opacity:.9;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}.spf-field .spf--transparent-slider .ui-slider-handle:before{content:" ";position:absolute;left:-2px;right:-2px;top:-3px;bottom:-3px;border:2px solid #fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.spf-field .spf--transparent-offset{height:18px;width:200px;background:url(../images/checkerboard.png) repeat-y center left scroll #fff;-moz-box-shadow:0 0 5px rgba(0,0,0,.4) inset;-webkit-box-shadow:0 0 5px rgba(0,0,0,.4) inset;box-shadow:0 0 5px rgba(0,0,0,.4) inset;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.spf-field .spf--transparent-text{position:absolute;top:12px;right:10px;width:30px;font-size:12px;line-height:12px;text-align:center;color:#999}.spf-field .spf--transparent-button{display:inline-block;text-align:center;cursor:pointer;margin-top:10px;user-select:none;-webkit-user-select:none;color:#999;transition:background-color .2s,border-color .2s,color .2s}.spf-field .spf--transparent-active .wp-color-result{background-image:url(../images/checkerboard.png);background-size:130%;background-position:center left;background-color:transparent!important}.spf-field .spf--transparent-active .spf--transparent-button{color:#fff;border-color:#4fb845;background-color:#4fb845}.spf-widgets>.spf-field{position:relative;top:-1px;margin-right:-15px;margin-left:-15px;padding:12px 15px}.spf-widgets>.spf-field .spf-field{margin-left:0;margin-right:0}.spf-widgets>.spf-field .spf-title{float:none;width:100%;margin-bottom:5px}.spf-widgets>.spf-field .spf-fieldset{margin-left:0}.spf-widgets .spf-field-text input{width:100%}.spf-widgets .spf-field-notice .spf-notice{padding:15px}.control-section .spf-widgets>.spf-field{margin-right:-10px;margin-left:-10px;padding:10px 12px}.control-section .spf-field{padding:0}.control-section .spf-field .spf-title{float:none;width:100%;margin-bottom:10px}.control-section .spf-field .spf-title h4{font-size:14px;font-weight:600;color:inherit}.control-section .spf-field .spf-fieldset{margin-left:0}.control-section .spf-field-select select{width:100%}.control-section .spf-field-heading{color:inherit;font-size:14px;line-height:1em;margin-right:-15px;margin-left:-15px;padding:15px}.control-section .spf-field-subheading{color:inherit;font-size:11px;margin-right:-15px;margin-left:-15px;padding:10px 15px}.control-section .spf-text-subtitle{margin-top:4px;font-size:12px}.control-section .spf-field-content,.control-section .spf-field-submessage .spf-submessage{margin-right:-15px;margin-left:-15px;padding:15px}.control-section .spf-fieldset .spf-field-heading,.control-section .spf-fieldset .spf-field-subheading,.control-section .spf-fieldset .spf-field-submessage .spf-submessage{margin-left:0;margin-right:0}.control-section .spf-field-date .spf--to{margin-left:0}.control-section .spf-field-sorter ul li{padding:5px}.control-section .spf-field-sorter .spf-modules{float:none;width:100%}.control-section .spf-field-sorter .spf-modules:first-child{padding-right:0;padding-bottom:15px}.control-section .spf-field-background .spf--select,.control-section .spf-field-background_adv .spf--select{width:100%}.control-section .spf-field-border select,.control-section .spf-field-column select,.control-section .spf-field-dimensions select,.control-section .spf-field-dimensions_advanced select,.control-section .spf-field-spacing select{width:auto}.control-section .spf-field-spinner input{width:50px}.control-section .spf-field-backup .spf-export-data{display:none}.control-section .spf-field-fieldset .spf-fieldset-content{border-color:#e5e5e5}.control-section .spf-field-fieldset .spf-field{padding:10px}.control-section .spf-field-fieldset .spf-field .spf-title{margin-bottom:5px}.control-section .spf-field-fieldset .spf-field h4{font-size:12px}.control-section .spf-field-accordion .spf-field,.control-section .spf-field-group .spf-field,.control-section .spf-field-repeater .spf-field,.control-section .spf-field-sortable .spf-field,.control-section .spf-field-tabbed .spf-field{padding:10px}.control-section .spf-field-accordion .spf-field .spf-title,.control-section .spf-field-group .spf-field .spf-title,.control-section .spf-field-repeater .spf-field .spf-title,.control-section .spf-field-sortable .spf-field .spf-title,.control-section .spf-field-tabbed .spf-field .spf-title{margin-bottom:5px}.control-section .spf-field-accordion .spf-field h4,.control-section .spf-field-group .spf-field h4,.control-section .spf-field-repeater .spf-field h4,.control-section .spf-field-sortable .spf-field h4,.control-section .spf-field-tabbed .spf-field h4{font-size:12px}.control-section .spf-dependency-control.hidden{display:none!important}.spf-taxonomy>.spf-field{border-top:none!important}.spf-taxonomy>.spf-field-heading{font-size:1.1em;padding:20px!important;border:1px solid #ddd}.spf-taxonomy>.spf-field-subheading{font-size:12px;padding:15px!important;border:1px solid #ddd}.spf-taxonomy>.spf-field-submessage .spf-submessage{padding:15px;border-left-width:1px;border-left-style:solid;border-right-width:1px;border-right-style:solid}.spf-taxonomy>.spf-field-notice{background-color:transparent}.spf-taxonomy .spf-section-title{display:block;padding:15px;background-color:#f9f9f9;border:1px solid #e5e5e5;-moz-box-shadow:0 1px 1px rgba(0,0,0,.04);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04)}.spf-taxonomy-add-fields>.spf-field{padding:8px 0}.spf-taxonomy-add-fields>.spf-field>.spf-title{float:none;width:100%;padding:2px 2px 4px 0}.spf-taxonomy-add-fields>.spf-field>.spf-title h4{font-size:12px;font-weight:400}.spf-taxonomy-add-fields>.spf-field>.spf-fieldset{margin-left:0}.spf-taxonomy-add-fields>.spf-field>.spf-fieldset>.spf-help{right:-5px}.spf-taxonomy-add-fields+p.submit{margin-top:0}.spf-taxonomy-edit-fields>.spf-field{padding:20px 0}.spf-taxonomy-edit-fields>.spf-field>.spf-title{width:225px}.spf-taxonomy-edit-fields>.spf-field>.spf-title h4{font-size:14px;font-weight:600;line-height:1.3;display:inline-block;vertical-align:middle}.spf-taxonomy-edit-fields>.spf-field>.spf-fieldset{margin-left:225px}.spf-taxonomy-edit-fields>.spf-field>.spf-fieldset>.spf-help{top:-5px;right:-5px}.spf-taxonomy-edit-fields>.spf-field-submessage{margin:20px 0}.spf-taxonomy-edit-fields>.spf-field-heading,.spf-taxonomy-edit-fields>.spf-field-subheading{margin:20px 0;border:1px solid #ddd}.spf-profile>h2>.fa{padding-right:7px}.spf-profile>.spf-field{padding:15px 0;border-top:none!important}.spf-profile>.spf-field>.spf-title{width:220px}.spf-profile>.spf-field>.spf-title h4{font-size:14px;font-weight:600;line-height:1.3;display:inline-block;vertical-align:middle}.spf-profile>.spf-field>.spf-fieldset{margin-left:220px}.spf-profile>.spf-field>.spf-fieldset>.spf-help{top:-15px;right:-5px}.spf-profile>.spf-field-heading{font-size:1.1em}.spf-profile>.spf-field-subheading{font-size:12px}.spf-profile>.spf-field-heading,.spf-profile>.spf-field-subheading{margin:10px 0;padding:15px!important;border:1px solid #ddd}.spf-profile>.spf-field-submessage{margin:20px 0}.spf-profile>.spf-field-submessage .spf-submessage{padding:10px;border-left-width:1px;border-left-style:solid;border-right-width:1px;border-right-style:solid}.spf-profile>.spf-field-notice{background-color:transparent}.spf-modal{display:none;position:fixed;z-index:100101;top:0;left:0;width:100%;height:100%}.spf-modal-icon{z-index:100102}.spf-modal-table{display:table;width:100%;height:100%}.spf-modal-table-cell{display:table-cell;vertical-align:middle;margin:100px 0}.spf-modal-inner{position:relative;z-index:10;width:760px;height:750px;margin:0 auto;background-color:#fff}.spf-modal-content{position:relative;overflow:hidden;overflow-y:auto;height:592px}.spf-modal-content .spf-shortcode-button{display:none}.spf-modal-content .spf-fieldset{margin-left:25%}.spf-modal-content .spf-title{width:20%}.spf-modal-content .spf-field{padding:15px 30px 15px 15px}.spf-modal-content a:active,.spf-modal-content a:focus{outline:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.spf-modal-content h4{font-size:13px}.spf-modal-content h4 small{font-style:italic;font-weight:400;color:#aaa}.spf-modal-title{position:relative;background-color:#fcfcfc;border-bottom:1px solid #ddd;height:36px;font-size:16px;font-weight:600;line-height:36px;margin:0;padding:0 36px 0 16px}.spf-modal-header{width:100%;padding:16px 0;background-color:#f5f5f5;border-bottom:1px solid #eee}.spf-modal-header select{display:block;width:250px;margin:0 auto;background-color:#fff}.spf-modal-close{color:#666;padding:0;position:absolute;top:0;right:0;width:36px;height:36px;text-align:center;background:0 0;border:none;cursor:pointer}.spf-modal-close:before{font:normal 20px/36px dashicons;content:"\f158";vertical-align:top;width:36px;height:36px}.spf-modal-close:hover{opacity:.5}.spf-modal-insert-wrapper{text-align:center;width:100%;padding:16px 0;background-color:#f5f5f5;border-top:1px solid #eee}.spf-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.5}.spf--repeatable{padding:15px 15px 0 15px}.spf--repeat-button-block{text-align:center;padding-bottom:15px}.spf--repeat-shortcode{position:relative;margin-bottom:15px;border:1px dashed #ddd}.spf--repeat-shortcode:first-child .spf-repeat-remove{display:none}.spf--repeat-shortcode .spf-repeat-remove{position:absolute;right:10px;top:10px;z-index:10;cursor:pointer;display:inline-block;font-size:11px;width:18px;height:18px;line-height:18px;text-align:center;border-radius:2px;color:#fff;background-color:#e14d43;opacity:.5}.spf--repeat-shortcode .spf-repeat-remove:hover{opacity:1}.spf-shortcode-single .spf-modal-inner{height:750px}.spf-shortcode-single .spf-modal-content{height:652px}.elementor-editor-active .spf-shortcode-button{margin-left:5px}.elementor-editor-active .spf-modal .hidden{display:none!important}.spf-modal-icon .spf-icon-title{padding:15px 0;margin:4px;font-size:14px;font-weight:700;text-align:center;border:1px solid #eee;background-color:#f7f7f7}.spf-modal-icon .spf-icon-search{width:250px;height:40px;line-height:40px}.spf-modal-icon a{display:inline-block;padding:4px;cursor:pointer}.spf-modal-icon a .spf-icon{position:relative;padding:4px;display:inline-block;font-size:14px;width:30px;height:26px;line-height:26px;text-align:center;vertical-align:top;color:#555;border:1px solid #ccc;background-color:#f7f7f7;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(0,0,0,.08);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 0 rgba(0,0,0,.08);-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.spf-modal-icon a:hover .spf-icon{color:#fff;border-color:#222;background-color:#222}.spf-modal-icon .spf-modal-content{padding:10px;height:618px}.spf-modal-icon .spf-text-error{padding:10px}.spf-modal-loading{display:none;position:absolute;left:15px;top:15px}.spf-loading{position:relative;width:20px;height:20px;background:#ccc;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;-moz-box-shadow:0 2px 5px rgba(0,0,0,.07);-webkit-box-shadow:0 2px 5px rgba(0,0,0,.07);box-shadow:0 2px 5px rgba(0,0,0,.07)}.spf-loading:after{position:absolute;top:50%;left:50%;width:4px;height:4px;content:"";margin-top:-2px;margin-left:-2px;background-color:#fff;-moz-animation-duration:.5s;-webkit-animation-duration:.5s;animation-duration:.5s;-moz-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-moz-animation-timing-function:linear;-webkit-animation-timing-function:linear;animation-timing-function:linear;-moz-animation-name:csfLoader;-webkit-animation-name:csfLoader;animation-name:csfLoader;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}@-moz-keyframes csfLoader{0%{-moz-transform:rotate(0) translateX(-6px) rotate(0);transform:rotate(0) translateX(-6px) rotate(0)}100%{-moz-transform:rotate(360deg) translateX(-6px) rotate(-360deg);transform:rotate(360deg) translateX(-6px) rotate(-360deg)}}@-webkit-keyframes csfLoader{0%{-webkit-transform:rotate(0) translateX(-6px) rotate(0);transform:rotate(0) translateX(-6px) rotate(0)}100%{-webkit-transform:rotate(360deg) translateX(-6px) rotate(-360deg);transform:rotate(360deg) translateX(-6px) rotate(-360deg)}}@keyframes csfLoader{0%{-moz-transform:rotate(0) translateX(-6px) rotate(0);-ms-transform:rotate(0) translateX(-6px) rotate(0);-webkit-transform:rotate(0) translateX(-6px) rotate(0);transform:rotate(0) translateX(-6px) rotate(0)}100%{-moz-transform:rotate(360deg) translateX(-6px) rotate(-360deg);-ms-transform:rotate(360deg) translateX(-6px) rotate(-360deg);-webkit-transform:rotate(360deg) translateX(-6px) rotate(-360deg);transform:rotate(360deg) translateX(-6px) rotate(-360deg)}}.spf-text-desc,.spf-text-subtitle{font-weight:400;font-style:italic;margin-top:4px;color:#999}.spf-text-success{color:#2b542c}.spf-text-error{color:#d02c21}.spf-text-info{color:#31708f}.spf-text-warning{color:#ffb900}.spf-text-muted{color:#aaa}.spf-text-left{text-align:left}.spf-text-center{text-align:center}.spf-text-right{text-align:right}.spf-block-left{float:left}.spf-block-right{float:right}.spf-full-width{width:100%}.spf-full-half{width:50%}.spf-table{width:100%;display:table}.spf-table-cell{display:table-cell;vertical-align:middle}.spf-table-expanded{width:100%}.spf-nowrap{white-space:nowrap}.spf-text-highlight{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.spf-text-highlight-gray{padding:2px 4px;font-size:90%;background-color:#f0f0f0;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.spf-hidden{display:none}.spf-hide{display:none!important}.spf-show{display:block!important}.spf-opacity{opacity:.5}.spf-warning-primary{color:#fff!important;border-color:#d02c21 #ba281e #ba281e!important;background:#e14d43!important;-moz-box-shadow:0 1px 0 #ba281e!important;-webkit-box-shadow:0 1px 0 #ba281e!important;box-shadow:0 1px 0 #ba281e!important;text-shadow:0 -1px 1px #ba281e,1px 0 1px #ba281e,0 1px 1px #ba281e,-1px 0 1px!important;text-shadow:0 -1px 1px #ba281e,1px 0 1px #ba281e,0 1px 1px #ba281e,-1px 0 1px #ba281e!important}.spf-warning-primary:focus,.spf-warning-primary:hover{border-color:#ba281e!important;background:#e35950!important;-moz-box-shadow:0 1px 0 #ba281e!important;-webkit-box-shadow:0 1px 0 #ba281e!important;box-shadow:0 1px 0 #ba281e!important}.spf-warning-primary:active{border-color:#ba281e!important;background:#d02c21!important;-moz-box-shadow:inset 0 2px 0 #ba281e!important;-webkit-box-shadow:inset 0 2px 0 #ba281e!important;box-shadow:inset 0 2px 0 #ba281e!important}.spf-form-result{display:none;padding:12px;margin:0 0 15px 0;background-color:#fff;border-left:4px solid #555;-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.spf-form-show{display:block}.spf-form-error{border-left-color:#dc3232}.spf-form-success{border-left-color:#46b450}.spf-form-warning{border-left-color:#ffb900}.spf-form-info{border-left-color:#00a0d2}.spf-label-error{position:relative;top:-2px;display:inline-block;font-size:10px;line-height:10px;height:10px;width:10px;padding:1px;font-style:normal;text-align:center;color:#fff;vertical-align:middle;background-color:#e10000;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.spf-no-option{padding:30px}.spf-welcome-wrap{position:relative;margin:25px 40px 0 20px;font-size:15px;max-width:1200px}.spf-welcome-wrap p{font-size:14px;line-height:1.5}.spf-welcome-wrap h1{margin:.2em 200px 0 0;padding:0;color:#32373c;line-height:1.2em;font-size:2.8em;font-weight:400}.spf-welcome-wrap .spf-logo{position:absolute;overflow:hidden;top:0;right:0;height:160px;width:140px;background-image:linear-gradient(45deg,#2d67cb,#ad19f3);box-shadow:0 1px 4px rgba(0,0,0,.25),inset 0 0 0 4px rgba(0,0,0,.25)}.spf-welcome-wrap .spf-logo .spf--effects i{position:absolute;width:200px;height:100px;background-color:rgba(0,0,0,.15);transform:rotate(-45deg)}.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(1){bottom:-20px;right:-70px}.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(2){bottom:-35px;right:-80px}.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(3){bottom:-50px;right:-90px}.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(4){bottom:-65px;right:-100px}.spf-welcome-wrap .spf-logo .spf--wp-logos{position:relative;padding-top:25px;text-align:center}.spf-welcome-wrap .spf-logo .spf--wp-logo{position:absolute;left:20px;width:20px;height:20px;background-repeat:no-repeat;background-position:center center;background-image:url(../images/wp-logo.svg)}.spf-welcome-wrap .spf-logo .spf--wp-plugin-logo{display:inline-block;width:50px;height:50px;border:3px solid #fff;background-size:40px;background-repeat:no-repeat;background-position:center center;background-image:url(../images/wp-plugin-logo.svg);border-radius:100%;vertical-align:middle}.spf-welcome-wrap .spf-logo .spf--text{position:absolute;left:0;right:0;top:90px;color:#fff;font-size:13px;line-height:1.2em;font-weight:600;text-align:center;text-transform:uppercase;text-shadow:1px 1px 0 rgba(0,0,0,.25)}.spf-welcome-wrap .spf-logo .spf--version{top:auto;left:auto;right:8px;bottom:4px;font-size:11px;text-transform:lowercase}.spf-welcome-wrap .spf-about-text{font-weight:400;line-height:1.6em;font-size:19px;margin:1em 200px 1em 0;color:#555d66}.spf-welcome-wrap .spf-demo-button{margin:1em 200px 2em 0}.spf-welcome-wrap .nav-tab-wrapper{margin-bottom:20px}.spf-welcome-wrap ul{list-style-type:disc;padding-left:15px}.spf-welcome-wrap .spf--col{float:left;padding-right:20px;box-sizing:border-box}.spf-welcome-wrap .spf--col-2{width:50%}.spf-welcome-wrap .spf--col-3{width:33.333%}.spf-welcome-wrap .spf--col-4{width:25%}.spf-welcome-wrap .spf--col-5{width:20%}.spf-welcome-wrap .spf--col-last{padding-right:0}.spf-welcome-wrap .spf--col-upgrade{padding-top:30px;text-align:center}.spf--table-compare tfoot td,.spf--table-compare thead td{text-align:center}.spf--table-compare td{font-size:14px;text-align:center;vertical-align:middle;padding:10px}.spf--table-compare td:first-child{text-align:left}.spf--table-compare tfoot td{padding:15px 0}.spf--table-compare .fa{font-size:12px;width:18px;height:18px;line-height:18px;padding:2px;text-align:center;color:#fff;background-color:#46b450;border-radius:100%}.spf--table-compare .fa-check{background-color:#46b450}.spf--table-compare .fa-times{background-color:#dc3232}.spf-welcome-cols{clear:both;margin:20px 0;background-color:#fff;padding:30px 0;border-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,.15)}.spf-welcome-cols .spf--col{width:20%;float:left;padding:0 30px;box-sizing:border-box;text-align:center;border-right:1px solid #e5e5e5}.spf-welcome-cols .spf--block,.spf-welcome-cols .spf--left{float:left;width:20%;padding:0 30px;text-align:center;box-sizing:border-box}.spf-welcome-cols .spf--block{width:80%}.spf-welcome-cols .spf--last{border-right:none}.spf-welcome-cols .spf--space{height:20px}.spf-welcome-cols .spf--icon{display:inline-block;font-size:25px;width:50px;height:50px;line-height:50px;text-align:center;margin-bottom:10px;color:#fff;background-color:#555;border-radius:50px}.spf-welcome-cols .spf--active{background-color:#5cb85c}.spf-welcome-cols .spf--deactive{background-color:#e14d43}.spf-welcome-cols .spf--title{font-weight:700;display:block}.spf-welcome-cols p:last-child{margin-bottom:0}.spf-code-block{margin:20px 0;padding:5px 20px;background-color:#fff;border-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,.15)}.spf-code-block pre{font-size:13px;color:#0073aa}.spf-code-block pre span{color:#999}.spf--table-fields td{font-size:14px}.spf--upgrade a{color:#5cb85c;font-weight:700}.spf--upgrade a:focus,.spf--upgrade a:hover{color:#4aa14a;outline:0;box-shadow:none}@media only screen and (max-width:1200px){.spf-metabox .spf-field .spf-title{float:none;width:100%;margin-bottom:10px}.spf-metabox .spf-field .spf-fieldset{margin-left:0}}@media only screen and (max-width:782px){.spf-header-inner{text-align:center}.spf-header-inner h1{width:100%;margin-bottom:10px}.spf-header-left,.spf-header-right,.spf-search{width:100%}.spf-search{text-align:center;margin-bottom:15px}.spf-footer{text-align:center}.spf-buttons{float:none}.spf-copyright{float:none;margin-top:10px}.sp-wpcp-options .spf-nav,.spf-expand-all,.spf-nav,.spf-nav-background,.spf-reset-section{display:none!important}.sp-wpcp-options .spf-content,.spf-content{margin-left:0}.sp-wpcp-options .spf-section,.spf-section,.spf-section-title{display:block!important}.spf-field .spf-title{float:none;width:100%;margin-bottom:10px}.spf-field .spf-fieldset{margin-left:0}.spf-field-radio ul li{margin-top:4px}.spf-modal-inner{width:350px;height:380px}.spf-modal-content{height:282px}.spf-icon-dialog .spf-modal-inner{width:305px;height:380px}.spf-icon-dialog .spf-modal-content{height:267px}.spf-modal-icon .spf-modal-inner{width:330px;height:385px}.spf-modal-icon .spf-modal-content{height:252px}.spf-profile>.spf-field>.spf-title{float:none;width:100%;margin-bottom:10px}.spf-profile>.spf-field>.spf-fieldset{margin-left:0}}.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;user-select:none}.chosen-container *{box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;max-width:390px;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer;max-width:390px}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;max-width:390px;height:auto;border:1px solid #aaa;background-color:#fff;background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:none;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;direction:rtl}#sp_wpcp_shortcode_options{border-top-color:#f1f1f1}#sp_wpcp_shortcode_options .spf-nav ul li{margin-bottom:-1px}#sp_wpcp_shortcode_options .spf-nav.spf-nav-metabox{border-right-color:#f1f1f1;border-right-color:#f1f1f1;background:#f1f1f1;margin-right:-2px}#sp_wpcp_shortcode_options .spf-content{border-top:1px solid #e5e5e5;box-shadow:0 -1px 1px rgba(0,0,0,.04)}#spf-section-sp_wpcp_upload_options_1 .spf-field-carousel_type .spf-title,#spf-section-sp_wpcp_upload_options_1 .spf-field-gallery .spf-title,.wpcp-video-description .spf-title,.wpcp-video-field-wrapper>.spf-title,.wpcp_carousel_content_wrapper .spf-title{width:100%}#spf-section-sp_wpcp_upload_options_1 .spf-field-carousel_type .spf-fieldset,#spf-section-sp_wpcp_upload_options_1 .spf-field-gallery .spf-fieldset,.wpcp-video-description .spf-fieldset,.wpcp-video-field-wrapper>.spf-fieldset,.wpcp_carousel_content_wrapper .spf-fieldset{margin-top:30px;margin-left:0}#sp_wpcp_display_shortcode .handlediv,#sp_wpcp_display_shortcode .hndle,#sp_wpcp_display_shortcode .postbox-header,#sp_wpcp_shortcode_options .handlediv,#sp_wpcp_shortcode_options .hndle,#sp_wpcp_shortcode_options .postbox-header,#sp_wpcp_upload_options .handlediv,#sp_wpcp_upload_options .hndle,#sp_wpcp_upload_options .postbox-header{display:none}#spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header{background-color:#157592;background:linear-gradient(-45deg,#22afba,#157592);padding:20px 26px;overflow:hidden;height:33px}#spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header .support{margin-left:16px;float:right}#spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header .support a{color:#fff;text-decoration:none;line-height:35px;font-size:15px;font-weight:500}.spf-field-carousel_type .spf--image:nth-child(4),.spf-field-carousel_type .spf--image:nth-child(5){pointer-events:none}.spf-field-carousel_type .spf--image{position:relative}.spf-field-carousel_type .spf--image label strong{position:absolute;top:3px;right:3px;background:#cbd6df;padding:0 5px;font-size:10px}#sp_wpcp_shortcode_options .hidden{display:none}.spf-field-shortcode.wpcp-admin-footer .wpcp-shortcode-selectable{background-color:rgba(82,179,217,.11);padding:10px 15px 10px 33px;display:inline-block;-webkit-touch-callout:all;-webkit-user-select:all;-khtml-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all;border:1px solid rgba(82,179,217,.2);border-radius:2px;cursor:pointer}.spf-field-shortcode.wpcp-admin-footer .sptp-copy-btn{width:16px;margin-left:13px;position:absolute;top:50%;margin-top:-8px}#spf-section-sp_wpcp_display_shortcode_1 .spf-field{display:flex;padding:0;flex-wrap:wrap}.spf-field-shortcode.wpcp-admin-footer .wpcp-scode-wrap:first-of-type{border-right:1px solid #ddd}.spf-field-shortcode.wpcp-admin-footer .wpcp-scode-wrap{padding-top:22px;padding-bottom:22px;text-align:center;width:49%}.spf-field-shortcode.wpcp-admin-footer .wpcp-sc-title{font-weight:500;font-size:14px!important;padding-top:0!important;color:#4c5158;margin-right:5px}@media only screen and (max-width:990px){.spf-field-shortcode.wpcp-admin-footer .wpcp-scode-wrap:first-of-type{border-right:none;border-bottom:1px solid #ddd}.spf-field-shortcode.wpcp-admin-footer .wpcp-scode-wrap{width:100%}}.spf-field-button_set .spf--button.spf-pro-only,.spf-field-image_select .spf--image.spf-pro-only{color:rgba(85,85,85,.6)!important;background-color:rgba(247,247,247,.4)!important;pointer-events:none}.spf-field.spf-field-switcher.only_pro_switcher .spf--ball::after{content:"PRO";position:relative;text-align:center;width:24px;float:right;font-weight:600;font-size:8px;color:#a5a5a5;opacity:1;line-height:18px}.spf-field-button_set .spf--button.spf-pro-only:after,.spf-field-image_select .spf--image.spf-pro-only:after{position:absolute;top:0;right:0;color:#a5a5a5;background-color:#e0e0e0;font-weight:500;padding:0 4px;content:"PRO";text-align:center;font-size:8px;line-height:11px;opacity:1}.spf-field.spf-field-switcher.only_pro_switcher .spf--switcher{background:#cbcfd0;pointer-events:none}#spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header img{max-width:200px}.sp_wp_carousel_page_wpcp_settings .wrap h1{display:none}.spf-notice{color:#999;font-style:italic;font-size:13px;padding:12px 12px 12px 0!important;border:none!important}.spf-field-notice{background-color:transparent!important}
1
+ .spf{position:relative}.spf label{padding:0;margin:0;display:inline-block}.spf-ab-icon{top:2px}#screen-meta-links+.spf-options{margin-top:40px}.spf-options{margin-top:20px;margin-right:20px}.spf-header{position:relative}.spf-header-inner{padding:25px}.spf-header-inner h1 svg{float:left;height:26px;width:28px;margin-right:8px;padding-top:6px}.spf-header-inner h1{float:left;font-size:18px;line-height:38px;font-weight:600;margin:0;vertical-align:middle}.spf-header-inner h1 small{font-size:11px;font-weight:500}.spf-sticky .spf-header-inner{position:fixed;z-index:20;top:32px;-moz-box-shadow:0 5px 25px rgba(0,0,0,.125);-webkit-box-shadow:0 5px 25px rgba(0,0,0,.125);box-shadow:0 5px 25px rgba(0,0,0,.125)}.spf-buttons{float:right;-moz-transition:opacity .2s;-o-transition:opacity .2s;-webkit-transition:opacity .2s;transition:opacity .2s}.spf-buttons .button{margin:0 4px;padding:0 16px;border-radius:0;height:38px;font-size:13px;font-weight:500;text-transform:uppercase;color:#fff}.spf-buttons .button.spf-reset-all,.spf-buttons .button.spf-reset-section{background-color:#cd3c3c!important;border-color:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important;border-radius:4px;height:38px;-webkit-transition:background-color .2s;transition:background-color .2s;color:#fff!important}.spf-buttons .button.spf-save-ajax{background-color:#02cc7b;border-color:transparent;color:#fff!important;-webkit-box-shadow:none;box-shadow:none;text-shadow:none;border-radius:4px;height:38px;width:75px;-webkit-transition:background-color .2s;transition:background-color .2s}.spf-buttons .button.spf-save-ajax:hover{background-color:#02bb71}.spf-buttons .button.spf-reset-section{background-color:#77777c!important}.spf-buttons .button.spf-reset-section:hover{background-color:#616169!important}.spf-buttons .button.spf-reset-all:hover{background-color:#b82f2f!important}.spf-buttons .button:focus{outline:0!important;box-shadow:none!important}.spf-header-left{float:left}.spf-header-right{float:right}.spf-nav{display:block;width:auto}.spf-nav ul{clear:left;margin:0;list-style-type:none}.spf-nav ul li{margin-bottom:0}.spf-nav ul li a{font-size:13px;position:relative;display:block;padding:14px 12px;text-decoration:none;-moz-transition:none;-o-transition:none;-webkit-transition:none;transition:none}#spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header .support a,.spf-nav ul li a:focus{outline:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.spf-nav ul li .spf-section-active:after{content:" ";position:absolute;right:0;top:50%;height:0;width:0;pointer-events:none;border:solid transparent;border-right-color:#fff;border-width:4px;margin-top:-4px}.spf-nav ul li .spf-arrow:after{content:"\f054";display:inline-block;font-family:FontAwesome;font-size:9px;line-height:1;position:absolute;right:10px;top:50%;margin-top:-4px;-moz-transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}.spf-nav ul li.spf-tab-active .spf-arrow:after{-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.spf-nav ul li.spf-tab-active ul{display:block}.spf-nav ul ul{display:none;position:relative}.spf-nav ul ul li a{font-size:12px;padding:12px 14px 12px 24px}.spf-nav .fa{width:20px;margin-right:5px;font-size:14px;text-align:center}.spf-nav .spf-label-error{margin-left:4px;vertical-align:top}.spf-wrapper{position:relative}.spf-content{background-color:#fff;-moz-transition:opacity .2s;-o-transition:opacity .2s;-webkit-transition:opacity .2s;transition:opacity .2s}.spf-sections{float:left;width:100%}.spf-section{display:none}.spf-section-title{display:none;padding:20px 30px;background-color:#18afb9;border-top:1px solid #eee;border-bottom:1px solid #eee}.spf-section-title h3{margin:0;padding:0;font-size:13px;font-weight:700;text-transform:uppercase;color:#fff}.spf-section-title .fa{margin-right:5px}.sp-wpcp-options .spf-nav{width:225px}.sp-wpcp-options .spf-nav{display:block;position:relative;z-index:10;float:left;width:225px}#sp_wpcp_shortcode_options .spf-nav ul li{display:inline-block}.sp-wpcp-options .spf-nav-background{position:absolute;top:0;left:0;bottom:0;z-index:9;width:225px}.sp-wpcp-options .spf-content{position:relative;margin-left:225px;background-color:#fff;-moz-transition:opacity .2s;-o-transition:opacity .2s;-webkit-transition:opacity .2s;transition:opacity .2s}.spf-footer{padding:20px;font-size:11px}.spf-copyright{float:left;margin-top:5px}.spf-search-all .spf-nav,.spf-search-all .spf-nav-background,.spf-show-all .spf-nav,.spf-show-all .spf-nav-background{display:none}.spf-search-all .spf-content,.spf-show-all .spf-content{margin-left:0}.spf-search-all .spf-section,.spf-search-all .spf-section-title,.spf-show-all .spf-section,.spf-show-all .spf-section-title{display:block!important}.spf-search-all .spf-section-title{display:none!important}.spf-expand-all{float:left;padding:0 8px;margin-right:4px;z-index:1;font-size:14px;line-height:29px;cursor:pointer;-webkit-user-select:none;user-select:none;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s}.spf-expand-all span{font-size:11px;vertical-align:middle}.spf-search{float:left}.spf-search input{margin:0 2px 0 0;border:none;font-size:12px;line-height:29px;text-align:inherit;padding:0 10px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.spf-search input:focus{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.spf-saving .spf-buttons,.spf-saving .spf-content{cursor:default;pointer-events:none;opacity:.75}.spf-metabox{margin:-6px -12px -12px -12px}.spf-metabox .spf-section-title{padding:20px}.block-editor-page .spf-metabox{margin:-6px -14px -12px -14px}.spf-metabox-restore{text-align:right;padding:10px;border-top:1px solid #eee}.spf-metabox-restore .spf-button-cancel,.spf-metabox-restore input{display:none}.spf-metabox-restore span{-webkit-user-select:none;user-select:none}.spf-metabox-restore input:checked~.spf-button-restore{display:none}.spf-metabox-restore input:checked~.spf-button-cancel{display:inline-block}#side-sortables .spf-section-title{padding:12px}#side-sortables .spf-field{padding:12px}#side-sortables .spf-field .spf-title{float:none;width:100%;margin-bottom:10px}#side-sortables .spf-field .spf-fieldset{margin-left:0}#side-sortables .spf-notice{padding:12px}.spf-tooltip{position:absolute;z-index:5000001;font-size:12px;line-height:1.4;text-align:center;text-decoration:none;padding:6px 12px;max-width:200px;color:#fff;background-color:#000;background-color:rgba(0,0,0,.85);-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.spf-theme-dark .spf-header-inner{background-color:#050505}.spf-theme-dark .spf-header-inner h1{color:#fff}.spf-theme-dark .spf-header-inner h1 small{color:#555}.spf-theme-dark .spf-expand-all{color:#999;background-color:#222}.spf-theme-dark .spf-expand-all:hover{color:#fff;background-color:#333}.spf-theme-dark .spf-search input{color:#fff;background-color:#222}.spf-theme-dark .spf-search:focus{background-color:#444}.spf-theme-dark .spf-search::-webkit-input-placeholder{color:#666}.spf-theme-dark .spf-nav ul li a{color:#999;background-color:#222;border-bottom:1px solid #2f2f2f}.spf-theme-dark .spf-nav ul li a:hover{color:#fff}.spf-theme-dark .spf-nav ul li .spf-section-active{color:#fff;background-color:#111}.spf-theme-dark .spf-nav ul ul li a{background-color:#191919;border-bottom:1px solid #2f2f2f}.spf-theme-dark .spf-nav ul ul li .spf-section-active{background-color:#101010}.spf-theme-dark .spf-nav ul ul:before{background-color:rgba(34,34,34,.75)}.spf-theme-dark .spf-nav>ul>li:last-child>a{border-bottom:none}.spf-theme-dark .spf-nav-background{background-color:#222}.spf-theme-dark .spf-footer{color:#555;background-color:#050505}.spf-theme-light .spf-container{border:1px solid #e5e5e5;-moz-box-shadow:0 0 15px rgba(0,0,0,.04);-webkit-box-shadow:0 0 15px rgba(0,0,0,.04);box-shadow:0 0 15px rgba(0,0,0,.04)}.spf-theme-light .spf-header-inner{border-bottom:1px solid #cecece;background-color:#f5f5f5;background:linear-gradient(#fefefe,#f5f5f5)}.spf-theme-light .spf-header-inner h1 small{color:#999}.spf-theme-light .spf-expand-all{color:#999;background-color:#fff;-moz-box-shadow:0 1px 1px rgba(0,0,0,.05);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.spf-theme-light .spf-expand-all:hover{color:#555}.spf-theme-light .spf-search input{color:#555;background-color:#fff;-moz-box-shadow:0 1px 1px rgba(0,0,0,.05);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.spf-theme-light .spf-search input::-webkit-input-placeholder{color:#bbb}.spf-theme-light .spf-nav{background:#f1f1f1}.spf-theme-light .spf-nav ul li a{background-color:#1ba2ac;border-top:1px solid #1ba2ac;border-right:0 solid #e2e2e1;border-bottom:1px solid #ddd;color:#fff;font-size:12px;font-weight:600;line-height:1.4;padding:14px 15px;text-transform:uppercase}.sp_wpcp_shortcode_generator .spf-nav ul li a{border-right:1px solid #e2e2e1}.spf-theme-light .spf-nav ul li .spf-section-active{background-color:#fff;color:#000}#sp_wpcp_shortcode_options .spf-theme-light .spf-nav ul li .spf-section-active{border-bottom:1px solid #fff;border-top:1px solid #1ba2ac;box-shadow:0 3px 0 0 #1ba2ac inset}.sp-wpcp-options.spf-theme-light .spf-nav ul li a{background:#efefef;color:#000;border-bottom:1px solid #cecece;border-top:1px solid #cecece}.sp-wpcp-options.spf-theme-light .spf-nav ul li a:first-child{border-top:0 solid transparent}#sp_wpcp_shortcode_options .spf-theme-light .spf-nav ul li .spf-section-active i,.sp-wpcp-options.spf-theme-light .spf-nav ul li .spf-section-active i{color:#1ba2ac}.sp-wpcp-options.spf-theme-light .spf-nav ul li .spf-section-active{background-color:#fff;border-right:0 solid #fff;border-bottom:1px solid #cecece;border-top:1px solid #fff;box-shadow:4px 0 0 0 #18afb9 inset}.spf-field.spf-field-notice.pro_notice{padding-top:0}.spf-theme-light .spf-nav ul li .spf-section-active:after{display:none}.spf-theme-light .spf-nav ul ul li a{background-color:#eee;border-bottom:1px solid #e5e5e5}.spf-theme-light .spf-nav-background{background-color:#ddd;border-right:1px solid #cecece}.spf-theme-light .spf-footer{color:#555;border-top:1px solid #e5e5e5;background-color:#f5f5f5;background:linear-gradient(#fafafa,#f5f5f5)}.spf-field{position:relative;padding:22px 30px}.spf-field.spf-field-carousel_type{padding-bottom:0}.spf-field p:first-child{margin-top:0}.spf-field p:last-child{margin-bottom:0}.spf-field:after,.spf-field:before{content:" ";display:table}.spf-field:after{clear:both}.spf-field h4{margin-top:0}.spf-field .spf-title{position:relative;width:20%;float:left}.spf-field .spf-title h4{margin:0;color:#23282d}.spf-field .spf-fieldset{margin-left:25%}.spf-pseudo-field{padding:0 5px 0 0!important;display:inline-block}.spf-pseudo-field+.spf-pseudo-field{border:0}.spf-pseudo-field pre{display:none}.spf-field-accordion .spf-field{padding:20px}.spf-field-accordion .spf-accordion-item{position:relative;margin-bottom:5px}.spf-field-accordion .spf-accordion-item h4{font-size:1em}.spf-field-accordion .spf-accordion-title{display:block;cursor:pointer;position:relative;margin:0;padding:15px;min-height:0;font-size:100%;-webkit-user-select:none;user-select:none;border:1px solid #e5e5e5;background-color:#fafafa;-moz-transition:border-color .15s;-o-transition:border-color .15s;-webkit-transition:border-color .15s;transition:border-color .15s}.spf-field-accordion .spf-accordion-title:active,.spf-field-accordion .spf-accordion-title:focus,.spf-field-accordion .spf-accordion-title:hover{border:1px solid #bbb;background-color:#fafafa;outline:0}.spf-field-accordion .spf-accordion-icon{color:#aaa;width:14px;text-align:center}.spf-field-accordion .spf--icon{width:18px;text-shadow:center}.spf-field-accordion .spf-accordion-content{display:none;padding:0;border:1px solid #e5e5e5;border-top:none;background-color:#fff}.spf-field-accordion .spf-accordion-open{display:block}.spf-field-background select,.spf-field-background_adv select{width:100%}.spf-field-background .spf-field,.spf-field-background_adv .spf-field,.spf-field-group .spf-field-background_adv .spf-field{float:left;padding:0;border:0}.spf-field-background .spf--block,.spf-field-background_adv .spf--block{float:left;margin-bottom:15px;box-sizing:border-box}.spf-field-background .spf--title,.spf-field-background_adv .spf--title{float:left;color:#999;margin-top:3px;margin-right:5px}.spf-field-background .spf--select,.spf-field-background_adv .spf--select{width:25%;padding-right:10px;box-sizing:border-box}.spf-field-background .spf--select .spf-field,.spf-field-background_adv .spf--select .spf-field{width:100%}.spf-field-background .spf--media,.spf-field-background_adv .spf--media{width:100%;padding-right:10px}.spf-field-background .spf--media .spf-field,.spf-field-background_adv .spf--media .spf-field{width:100%}.spf-field.spf-field-background_adv.wpcp_carousel_content_bg .spf-fieldset,.spf-field.spf-field-wp_editor.wpcp_carousel_content_source .spf-fieldset{margin-left:0;margin-top:35px}.spf-field.spf-field-background_adv.wpcp_carousel_content_bg .spf-title,.spf-field.spf-field-wp_editor.wpcp_carousel_content_source .spf-title{width:100%}.spf-field.spf-field-background_adv .spf--preview{font-size:16px;line-height:20px;padding:20px;color:#222;border:1px solid #eee;background-color:#fff;height:150px;border-radius:2.5px;user-select:none;-webkit-user-select:none;transition:background-color .2s,border-color .2s}.spf-field.spf-field-background_adv .spf--block-preview{cursor:pointer;position:relative;overflow:hidden;margin-top:10px;width:100%}.spf-field.spf-field-background_adv .spf--black-background{border-color:#000;background-color:#000}.spf-field.spf-field-background_adv .spf--toggle{position:absolute;top:5px;right:10px;color:#999}.spf-field-backup textarea{width:100%;min-height:200px;margin-bottom:5px}.spf-field-backup small{display:inline-block;margin:5px}.spf-field-backup hr{margin:20px 0;border:none;border-bottom:1px solid #e5e5e5}.spf-field-border .spf--left,.spf-field-column .spf--left,.spf-field-dimensions .spf--left,.spf-field-dimensions_advanced .spf--left,.spf-field-spacing .spf--left{float:left}.spf-field-border .spf--input,.spf-field-column .spf--input,.spf-field-dimensions .spf--input,.spf-field-dimensions_advanced .spf--input,.spf-field-spacing .spf--input{float:left;margin-right:10px;margin-bottom:7px}.spf-field-border .spf--input select,.spf-field-column .spf--input select,.spf-field-dimensions .spf--input select,.spf-field-dimensions_advanced .spf--input select,.spf-field-spacing .spf--input select{margin:0;line-height:22px}.spf-field-border .spf--input input,.spf-field-column .spf--input input,.spf-field-dimensions .spf--input input,.spf-field-dimensions_advanced .spf--input input,.spf-field-spacing .spf--input input{line-height:26px;float:left;margin:0;padding:0;width:65px;max-width:100%;text-align:center}.spf-field-column .spf--input input{border-radius:0 4px 4px 0}.spf-field-spacing .spf--input input{border-radius:4px 0 0 4px}.spf-field-border .spf--input input{border-radius:0}.spf-field-border .spf--label,.spf-field-column .spf--label,.spf-field-dimensions .spf--label,.spf-field-dimensions_advanced .spf--label,.spf-field-spacing .spf--label{float:left;max-width:100%;font-size:12px;line-height:26px;vertical-align:top;text-align:center;color:#555;border:1px solid #ddd;background-color:#eee;padding:0 6px}.spf-field-border .spf--label-icon,.spf-field-column .spf--label-icon,.spf-field-dimensions .spf--label-icon,.spf-field-dimensions_advanced .spf--label-icon,.spf-field-spacing .spf--label-icon{min-width:20px;border-right:0;border-radius:4px 0 0 4px;min-height:28px;line-height:28px}.spf-field-border .spf--label-unit,.spf-field-column .spf--label-unit,.spf-field-dimensions .spf--label-unit,.spf-field-dimensions_advanced .spf--label-unit,.spf-field-spacing .spf--label-unit{color:#999;border-left:0;border-radius:0 4px 4px 0;min-height:28px}.spf-field-button_set .spf--buttons{display:inline-block}.spf-field-button_set .spf--button{position:relative;z-index:1;float:left;cursor:pointer;padding:7px 14px;min-width:40px;text-align:center;color:#555;border:1px solid #ccc;background-color:#f7f7f7;user-select:none;-webkit-user-select:none;box-shadow:0 1px 0 rgba(0,0,0,.1)}.spf-field-button_set .spf--button:first-child{border-radius:4px 0 0 4px}.spf-field-button_set .spf--button:last-child{border-radius:0 4px 4px 0}.spf-field-button_set .spf--button:not(:first-child){margin-left:-1px}.spf-field-button_set .spf--button:hover{background-color:#eee}.spf-field-button_set .spf--active,.spf-field-button_set .spf--active:hover{z-index:2;color:#fff;border-color:#006799;background-color:#0085ba}.spf-field-button_set input{display:none}.spf-field-checkbox ul,.spf-field-radio ul{margin:0;padding:0;list-style-type:none;overflow-y:auto;max-height:305px}.spf-field-checkbox .spf--inline-list li,.spf-field-radio .spf--inline-list li{display:inline-block;margin-right:15px}.spf-field-checkbox input[type=radio]:checked:before,.spf-field-radio input[type=radio]:checked:before{line-height:10px}.spf-field-checkbox .spf-checker,.spf-field-radio .spf-checker{cursor:pointer}.spf-field-code_editor .CodeMirror{width:100%;height:400px;border:1px solid #eee}.spf-field-code_editor textarea{width:100%;height:400px}.spf-field-color>input{opacity:.75;width:115px;max-width:100%}.spf-field-color_group .spf--left{float:left;margin-right:10px;margin-bottom:5px}.spf-field-color_group .spf--title{color:#999;margin-bottom:5px}.spf-field-fieldset .spf-fieldset-content{border:1px solid #eee;background-color:#fff}.spf-field-fieldset .spf-field{padding:20px}.spf-field-date .spf--to{margin-left:7px}.spf-datepicker-wrapper{margin-top:5px;width:auto;background-color:#fff;z-index:9999999!important;-moz-box-shadow:0 0 30px rgba(0,0,0,.15);-webkit-box-shadow:0 0 30px rgba(0,0,0,.15);box-shadow:0 0 30px rgba(0,0,0,.15)}.spf-datepicker-wrapper *{float:none;margin:0;padding:0;font-family:inherit;font-weight:400;font-style:normal;text-decoration:none;border:none;background:0 0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;-moz-border-radius:none;-webkit-border-radius:none;border-radius:none}.spf-datepicker-wrapper .ui-datepicker-header,.spf-datepicker-wrapper .ui-widget-header{color:#fff;background:#00a0d2}.spf-datepicker-wrapper .ui-datepicker-header .ui-state-hover{cursor:pointer}.spf-datepicker-wrapper .ui-datepicker-title{font-size:14px;line-height:40px;text-align:center}.spf-datepicker-wrapper .ui-datepicker-next,.spf-datepicker-wrapper .ui-datepicker-prev{position:static;top:auto;left:auto;right:auto;font-family:FontAwesome;font-size:12px;text-align:center;width:41px;height:40px;line-height:40px;color:#fff;background-color:rgba(255,255,255,.1);text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.spf-datepicker-wrapper .ui-datepicker-next span,.spf-datepicker-wrapper .ui-datepicker-prev span{display:none}.spf-datepicker-wrapper .ui-datepicker-prev{float:left}.spf-datepicker-wrapper .ui-datepicker-next{float:right}.spf-datepicker-wrapper .ui-datepicker-prev:before{content:'\f053'}.spf-datepicker-wrapper .ui-datepicker-next:before{content:'\f054'}.spf-datepicker-wrapper .ui-datepicker-next-hover,.spf-datepicker-wrapper .ui-datepicker-prev-hover{opacity:.75}.spf-datepicker-wrapper tbody .ui-datepicker-week-col{background-color:#f7f7f7}.spf-datepicker-wrapper .ui-datepicker-buttonpane{padding:10px;text-align:center;background-color:#f7f7f7}.spf-datepicker-wrapper .ui-datepicker-buttonpane button{cursor:pointer;margin:0 5px;padding:7px 14px;border:1px solid #eee;background-color:#fff}.spf-datepicker-wrapper select{margin:0 4px;color:#fff;border:1px solid rgba(255,255,255,.5)}.spf-datepicker-wrapper select option{color:#555}.spf-datepicker-wrapper table{font-size:13px;border-collapse:collapse;width:100%}.spf-datepicker-wrapper thead{color:#fff;background:#32373c}.spf-datepicker-wrapper th{text-align:center;padding:7px;border:1px solid #444}.spf-datepicker-wrapper td{text-align:center;border:1px solid #f4f4f4}.spf-datepicker-wrapper td.ui-datepicker-other-month{border:transparent}.spf-datepicker-wrapper td .ui-state-default{color:#555;width:auto;display:block;padding:6px 12px}.spf-datepicker-wrapper td .ui-state-active,.spf-datepicker-wrapper td .ui-state-hover{color:#fff;background-color:#0073aa}.spf-datepicker-wrapper td.ui-state-disabled .ui-state-default{opacity:.5}.spf-field-gallery input{display:none}.spf-field-gallery ul{margin:0;padding:0;list-style-type:none}.spf-field-gallery ul.sp-gallery-images li{display:inline-block;position:relative;padding:4px;margin:0 5px 10px 0;border:1px solid #ccc;background-color:#f9f9f9;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:0 1px 0 rgba(0,0,0,.08);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 0 rgba(0,0,0,.08)}.spf-field-gallery ul.sp-gallery-images li img{max-height:100px;display:inline-block;vertical-align:middle}.spf-field-gallery .button,.spf-field-gallery .button:focus,.spf-field-gallery .button:hover{margin-right:5px;margin-bottom:5px;width:110px;height:110px;text-align:center;line-height:15px;color:#fff;border:none;border-radius:2px;display:flex;justify-content:center;flex-direction:column;font-weight:600}.spf-field-gallery .button-primary.spf-button{background:#4eb631;box-shadow:none;text-shadow:none}.spf-field-gallery .button.spf-edit-gallery{background:#6a7885}.spf-field-gallery .button i{font-size:24px;margin-bottom:10px}.spf-field-gallery a,.spf-field-gallery li{float:left}.spf-field-group .spf-field{padding:20px}.spf-field-group .spf-cloneable-hidden{display:none!important}.spf-field-group .spf-cloneable-wrapper{position:relative}.spf-field-group .spf-cloneable-item{display:none;position:relative;margin-bottom:5px}.spf-field-group .spf-cloneable-item h4{font-size:1em}.spf-field-group .ui-accordion .spf-cloneable-item{display:block}.spf-field-group .spf-cloneable-content{border:1px solid #e5e5e5;background:#fff}.spf-field-group .spf-cloneable-title{display:block;cursor:pointer;position:relative;margin:0;padding:15px 65px 15px 10px;min-height:0;font-size:100%;border:1px solid #e5e5e5;background:#fafafa;-webkit-user-select:none;user-select:none;-moz-transition:border-color .15s;-o-transition:border-color .15s;-webkit-transition:border-color .15s;transition:border-color .15s}.spf-field-group .spf-cloneable-title:active,.spf-field-group .spf-cloneable-title:focus,.spf-field-group .spf-cloneable-title:hover{border:1px solid #bbb;background:#fafafa;outline:0}.spf-field-group .spf-cloneable-helper{position:absolute;top:12px;right:10px;z-index:1;font-size:14px;line-height:1em}.spf-field-group .spf-cloneable-helper i{display:inline-block;cursor:pointer;padding:5px;color:#999}.spf-field-group .spf-cloneable-helper i:hover{color:#555}.spf-field-group .spf-cloneable-content{padding:0;border-top:0}.spf-field-group .spf-cloneable-title-number,.spf-field-group .spf-cloneable-title-prefix{margin-right:5px}.spf-field-group .spf-cloneable-alert{display:none;margin-bottom:5px;padding:10px 20px;color:#a94442;border:1px solid #ebccd1;background-color:#f2dede}.spf-field-group .widget-placeholder{margin-bottom:10px;border:1px dashed #f1c40f;background-color:#fffae4}.spf-field-group .spf-cloneable-header-icon{display:inline-block;text-align:center;font-size:14px;width:17px;color:#aaa;text-indent:0;vertical-align:text-top}.spf-field-group .spf-cloneable-placeholder{background-color:#ddd;margin-top:4px;width:100px;height:10px;font-size:10px;line-height:10px;display:inline-block;vertical-align:top;border-radius:2px}.spf-field-icon input{display:none}.spf-field-icon .button{margin-right:5px}.spf-field-icon .spf-icon-preview i{display:inline-block;font-size:14px;width:30px;height:26px;line-height:26px;margin-right:5px;text-align:center;vertical-align:top;color:#555;border:1px solid #ccc;background-color:#f7f7f7;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(0,0,0,.08);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 0 rgba(0,0,0,.08);-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.spf-field-image_select .spf--image{cursor:pointer;position:relative;display:inline-block;max-width:100%;margin:0 15px 5px 0;vertical-align:bottom;outline:2px solid transparent;background-color:#fff;user-select:none;-webkit-user-select:none;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s;outline-offset:-2px}.spf-field-image_select .spf--image:before{position:absolute;top:0;left:0;text-align:center;font-size:11px;font-family:FontAwesome;content:"\f00c";width:15px;height:15px;line-height:15px;opacity:0;color:#fff;background-color:#1ea4b0;transition:opacity .2s}.spf-field-image_select .spf--image.spf--active:before{opacity:1}.spf-field-image_select .spf--active img{outline-color:#1ea4b0}.spf-field-image_select input{display:none}.spf-field-image_select .spf--image img{color:#7b8898;outline:solid 3px transparent;border-radius:2px;cursor:pointer;text-align:center;width:80px;outline-offset:-3px}.spf-field-image_select .spf--image img{max-width:100%}.spf-field-image_select span{margin-top:5px;font-weight:500;text-align:center;margin-right:10px;display:block;font-size:12px;text-transform:capitalize}.spf-field-image_select .spf--image.spf--active img{outline-color:#1ea4b0}.spf-field-carousel_type .spf--image{cursor:pointer;position:relative;display:inline-block;max-width:100%;margin:0 5px 5px 0;vertical-align:bottom;border:2px solid transparent;background-color:#fff;user-select:none;-webkit-user-select:none;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s}.spf-field-carousel_type input{display:none}.spf-field-carousel_type .spf--image{background:#e8ecef;color:#7b8898;margin-right:10px;border:solid 3px #e8ecef;border-radius:2px;cursor:pointer;text-align:center;width:120px;height:80px;box-shadow:inset 0 0 0 3px #fff}.spf-field-carousel_type i{font-size:30px;width:32px;height:30px;margin-top:15px}.spf-field-carousel_type p{margin-top:5px;font-weight:500}.spf-field-carousel_type .spf--image.spf--active{border-color:#1ea4b0}.spf-field-link_color .spf--left{float:left;margin-right:10px;margin-bottom:5px}.spf-field-link_color .spf--title{color:#999;margin-bottom:5px}.spf-field-media .spf--placeholder{margin-bottom:10px;display:flex}.spf-field-media .spf--placeholder input{width:100%}.spf-field-media .button{margin-left:7px}.spf-field-media .hidden+.button{margin-left:0}.spf-field-media .spf--preview{position:relative}.spf-field-media .spf--preview .fa-times{position:absolute;z-index:1;right:4px;top:4px;font-size:14px;width:22px;height:22px;line-height:22px;text-align:center;text-decoration:none;color:#fff;background-color:#d33;opacity:.8;transition:all .2s}.spf-field-media .spf--preview .fa-times:hover{opacity:1}.spf-field-media .spf--preview .fa-times:focus{box-shadow:none}.spf-field-palette .spf--palette{position:relative;display:inline-block;cursor:pointer;border:2px solid #ddd;margin-right:10px;margin-bottom:10px;user-select:none;-webkit-user-select:none;transition:all .2s}.spf-field-palette .spf--palette span{vertical-align:middle;display:inline-block;width:22px;height:60px;line-height:60px;overflow:hidden;text-indent:-999px}.spf-field-palette .spf--palette:before{position:absolute;top:0;left:0;text-align:center;font-size:11px;font-family:FontAwesome;content:"\f00c";width:15px;height:15px;line-height:15px;opacity:0;color:#fff;background-color:#222;transition:opacity .2s}.spf-field-palette .spf--active{border-color:#222;box-shadow:0 0 20px rgba(0,0,0,.2)}.spf-field-palette .spf--active:before{opacity:1}.spf-field-palette input{display:none}.spf-field-repeater .spf-field{padding:10px}.spf-field-repeater .spf-field-text input{width:100%}.spf-field-repeater .spf-repeater-hidden{display:none!important}.spf-field-repeater .spf-repeater-wrapper .spf-repeater-item{display:table;width:100%;margin-bottom:5px;border:1px solid #eee}.spf-field-repeater .spf-repeater-wrapper .spf-repeater-item h4{font-size:1em}.spf-field-repeater .spf-repeater-content{width:100%;display:table-cell;vertical-align:middle;background-color:#fff}.spf-field-repeater .spf-repeater-helper{width:100%;display:table-cell;vertical-align:middle;text-align:center;font-size:14px;line-height:1em;border-left:1px solid #eee;background-color:#f7f7f7}.spf-field-repeater .spf-repeater-helper i{display:inline-block;cursor:pointer;color:#999;padding:5px}.spf-field-repeater .spf-repeater-helper i:hover{color:#555}.spf-field-repeater .spf-repeater-helper-inner{width:75px}.spf-field-repeater .spf-repeater-alert{display:none;margin-bottom:5px;padding:10px 20px;color:#a94442;border:1px solid #ebccd1;background-color:#f2dede}.spf-field-repeater .widget-placeholder{height:50px;margin-bottom:3px;border:1px dashed #f1c40f;background-color:#fffae4}.spf-field-repeater .ui-sortable-helper{height:50px!important;overflow:hidden!important;border-color:#ccc!important;background-color:#eee!important;opacity:.5}.spf-field-repeater .ui-sortable-helper .spf-repeater-content,.spf-field-repeater .ui-sortable-helper .spf-repeater-helper{display:none}.spf-field-select select{max-width:100%}.spf-field-slider em{padding-left:5px;color:#aaa}.spf-field-slider input[type=text]{width:45px;margin-left:15px;text-align:center}.spf-field-slider .ui-slider{position:relative;width:100%;height:4px;border:none;background:#ddd;border-radius:2px}.spf-field-slider .ui-slider-range{height:4px;border:none;background:#222;border-radius:2px}.spf-field-slider .ui-slider-handle{position:absolute;width:18px;height:18px;top:-7px;margin-left:-8px;border:none;background:#222;border-radius:2px}.spf-field-slider .ui-slider-handle:hover,.spf-field-slider .ui-state-active{cursor:pointer;background:#444}.spf-field-sortable .spf-field{padding:10px}.spf-field-sortable .spf-field-text input{width:100%;max-width:100%}.spf-field-sortable .spf--sortable .spf--sortable-item{display:table;width:100%;margin-bottom:5px;border:1px solid #eee}.spf-field-sortable .spf--sortable .spf--sortable-item h4{font-size:1em}.spf-field-sortable .spf--sortable-content{width:100%;display:table-cell;vertical-align:middle;background-color:#fff}.spf-field-sortable .spf--sortable-helper{width:100%;display:table-cell;vertical-align:middle;text-align:center;font-size:14px;line-height:1em;border-left:1px solid #eee;background-color:#f7f7f7}.spf-field-sortable .spf--sortable-helper .fa{display:inline-block;cursor:pointer;width:50px;color:#555}.spf-field-sortable .spf--sortable-helper .fa:hover{opacity:.5}.spf-field-sortable .widget-placeholder{height:50px;margin-bottom:3px;border:1px dashed #f1c40f;background-color:#fffae4}.spf-field-sortable .ui-sortable-helper{height:50px!important;overflow:hidden!important;border-color:#ccc!important;background-color:#eee!important;opacity:.5}.spf-field-sortable .ui-sortable-helper .spf--sortable-content,.spf-field-sortable .ui-sortable-helper .spf--sortable-helper{display:none}.spf-field-sorter .ui-sortable-placeholder{height:20px;border:1px dashed #f1c40f;background-color:#fffae4}.spf-field-sorter .spf-modules{float:left;width:50%;box-sizing:border-box}.spf-field-sorter .spf-modules:first-child{padding-right:15px}.spf-field-sorter .spf-modules:last-child{padding-left:15px}.spf-field-sorter .spf-disabled,.spf-field-sorter .spf-enabled{padding:5px 15px;border:1px dashed #ddd;background-color:#fff}.spf-field-sorter .spf-disabled li{-moz-transition:opacity .15s;-o-transition:opacity .15s;-webkit-transition:opacity .15s;transition:opacity .15s;opacity:.5}.spf-field-sorter .spf-disabled .ui-sortable-helper{opacity:1}.spf-field-sorter .spf-sorter-title{font-size:13px;font-weight:600;padding:10px;text-align:center;border:1px dashed #ddd;border-bottom:none;background-color:#f8f8f8;text-transform:uppercase}.spf-field-sorter ul{list-style-type:none;margin:0;padding:0;min-height:62px}.spf-field-sorter ul li{margin:10px 0;padding:10px 15px;cursor:move;font-weight:700;text-align:center;border:1px solid #e5e5e5;background-color:#fafafa;-moz-transition:border-color .15s;-o-transition:border-color .15s;-webkit-transition:border-color .15s;transition:border-color .15s}.spf-field-sorter ul li:hover{border-color:#bbb}.spf-field-spinner .spf--spin{float:left}.spf-field-spinner .spf--unit{float:right;height:30px;line-height:26px;text-align:center;border-left:none;color:#999;border:1px solid #ddd;border-left:0;background-color:#eee;padding:0 6px;margin:0;box-sizing:border-box}.spf-field-spinner .ui-spinner-button{cursor:pointer;position:relative;overflow:hidden;margin:0;padding:0;width:30px;height:30px;line-height:30px;text-align:center;border:1px solid #ddd;color:#555;background-color:#eee;box-sizing:border-box}.spf-field-spinner .ui-spinner-button:hover{background-color:#e7e7e7}.spf-field-spinner .ui-spinner-button:active{background-color:#ddd}.spf-field-spinner .ui-spinner-button:before{font-family:FontAwesome;font-size:16px;line-height:16px}.spf-field-spinner .ui-spinner-down{float:left;border-right:0;border-radius:2px 0 0 2px}.spf-field-spinner .ui-spinner-down:before{content:"\f0d9"}.spf-field-spinner .ui-spinner-up{float:right;border-left:0;border-radius:0 2px 2px 0}.spf-field-spinner .ui-spinner-up:before{content:"\f0da"}.spf-field-spinner input{width:50px;text-align:center;margin:0;padding:0 8px;height:30px;line-height:30px;border:1px solid #ddd}.spf-field-spinner input:focus{outline:0}.spf-field-spinner .ui-button-text{display:none}.spf-field-switcher .spf--switcher,.spf-field-switcherf .spf--switcher{float:left;cursor:pointer;position:relative;width:60px;height:26px;padding:0;margin:0;overflow:hidden;border-radius:4px;background-color:#ed6f6f;user-select:none;-webkit-user-select:none}.spf-field-switcher .spf--ball,.spf-field-switcherf .spf--ball{position:absolute;top:4px;left:4px;width:24px;height:18px;background-color:#fff;border-radius:4px;transition:all .1s;box-shadow:1px 1px 1px rgba(0,0,0,.15)}.spf-field-switcher .spf--off,.spf-field-switcher .spf--on,.spf-field-switcherf .spf--off,.spf-field-switcherf .spf--on{position:absolute;top:0;left:0;right:0;font-size:11px;line-height:26px;font-weight:500;font-style:normal;text-align:center;text-transform:uppercase;color:#fff;padding-right:28px;opacity:0;transition:all .1s}.spf-field-switcher .spf--off,.spf-field-switcherf .spf--off{padding-right:0;padding-left:28px;opacity:1}.spf-field-switcher .spf--active{background:#4fb845}.spf-field-switcher .spf--active .spf--on,.spf-field-switcherf .spf--active .spf--on{opacity:1}.spf-field-switcher .spf--active .spf--off,.spf-field-switcherf .spf--active .spf--off{opacity:0}.spf-field-switcher .spf--active .spf--ball,.spf-field-switcherf .spf--active .spf--ball{left:100%;margin-left:-28px}.spf-field-switcher .spf--label,.spf-field-switcherf .spf--label{float:left;margin-top:4px;margin-left:8px;font-weight:400;color:#999}.spf-field-switcher input,.spf-field-switcherf input{display:none}.spf-field-tabbed .spf-tabbed-section{border:1px solid #eee;background:#fff}.spf-field-tabbed .spf-tabbed-nav .spf--icon{padding-right:5px}.spf-field-tabbed .spf-tabbed-nav a{display:inline-block;padding:12px 15px;margin-top:1px;margin-right:5px;margin-bottom:-1px;position:relative;text-decoration:none;color:#444;font-weight:600;background-color:#f3f3f3;border:1px solid #eee;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s}.spf-field-tabbed .spf-tabbed-nav a:hover{background-color:#f9f9f9}.spf-field-tabbed .spf-tabbed-nav a.spf-tabbed-active{background-color:#fff;border-bottom-color:#fff}.spf-field-tabbed .spf-tabbed-nav a:focus{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.spf-field-text input{width:340px;max-width:100%}.spf-field-textarea textarea{width:100%;max-width:100%;min-height:125px}.spf-field-textarea .spf-shortcode-button{margin-bottom:10px;margin-right:5px}.spf-field-typography select,.spf-field-typography textarea{margin:0;width:100%}.spf-field-typography .spf--title{color:#999;margin:0 0 2px 0}.spf-field-typography .spf--title small{vertical-align:top}.spf-field-typography .spf--blocks{display:flex;flex-wrap:wrap}.spf-field-typography .spf--block{padding-right:5px;padding-bottom:10px;box-sizing:border-box}.spf-field-typography .spf--block .spf--block{padding-right:0;padding-bottom:0}.spf-field-typography .spf--blocks-selects .spf--block{flex:1 33.3%}.spf-field-typography .spf--blocks-inputs .spf--block{flex:1 25%}.spf-field-typography .spf--blocks-inputs .spf--block .spf--block{flex:1}.spf-field-typography .spf--input{margin:0;width:100%;border-radius:4px 0 0 4px}.spf-field-typography .spf--unit{min-width:40px;max-width:40px;padding:4px 0;font-size:12px;font-weight:400;text-align:center;color:#777;border:1px solid #ddd;background-color:#eee;border-radius:0 2px 2px 0;border-left:0}.spf-field-typography .spf--preview{font-size:16px;line-height:20px;padding:20px;color:#222;border:1px solid #eee;background-color:#fff;border-radius:2.5px;user-select:none;-webkit-user-select:none;transition:background-color .2s,border-color .2s}.spf-field-typography .spf--block-preview{cursor:pointer;position:relative;overflow:hidden;margin-top:10px;max-width:100%}.spf-field-typography .spf--black-background{border-color:#000;background-color:#000}.spf-field-typography .spf--toggle{position:absolute;top:5px;right:10px;color:#999}.spf-field-typography .spf--block-extra-styles{margin-top:5px}.spf-field-upload input{width:100%}.spf-field-upload .spf--wrap{display:flex}.spf-field-upload .spf--buttons{display:flex;margin-left:5px}.spf-field-upload .spf--remove{margin-left:5px}.spf-field-wp_editor .spf-wp-editor{float:left;width:100%}.spf-field-wp_editor .mce-toolbar-grp{border:none}.spf-field-wp_editor .mce-btn.mce-active button,.spf-field-wp_editor .mce-btn.mce-active i,.spf-field-wp_editor .mce-btn.mce-active:hover button,.spf-field-wp_editor .mce-btn.mce-active:hover i{color:#23282d}.spf-field-wp_editor .wp-media-buttons{position:relative;z-index:2}.spf-field-wp_editor .wp-editor-tabs{position:relative;z-index:1}.spf-field-wp_editor .spf-no-tinymce{border:1px solid #e5e5e5}.spf-field-wp_editor .spf-no-quicktags .wp-media-buttons{float:none;display:block}.spf-field-wp_editor .spf-no-quicktags .mce-tinymce{box-shadow:none;border:1px solid #e5e5e5}.spf-field-wp_editor textarea{width:100%;max-width:100%;margin:0;box-shadow:none}.spf-field-heading{font-size:1.5em;font-weight:700;color:#23282d;background-color:#f5f5f5}.spf-field-subheading{font-size:14px;font-weight:700;padding-top:17px;padding-bottom:17px;color:#23282d;background-color:#f7f7f7}.spf-field-submessage{padding:0!important;border:0!important}.spf-field-submessage+.spf-field{border-top:0!important}.spf-submessage{font-size:12px;padding:17px 30px;border-top:1px solid transparent;border-bottom:1px solid transparent}.spf-submessage-success{color:#3c763d;border-color:#d6e9c6;background-color:#dff0d8}.spf-submessage-info{color:#31708f;border-color:#bce8f1;background-color:#d9edf7}.spf-submessage-warning{color:#8a6d3b;border-color:#faebcc;background-color:#fcf8e3}.spf-submessage-danger{color:#a94442;border-color:#ebccd1;background-color:#f2dede}.spf-submessage-normal{color:#23282d;border-color:#eee;background-color:#f7f7f7}.spf-field-notice{background-color:#f7f7f7}.spf-notice-success{border-color:#46b450}.spf-notice-info{border-color:#339fd4}.spf-notice-warning{border-color:#ffbc00}.spf-notice-danger{border-color:#dc3232}.spf-help{cursor:help;position:absolute;top:0;right:0;padding:5px;font-size:14px;color:#aaa}.spf-help .spf-help-text{display:none}.spf-image-preview{display:inline-block;position:relative;padding:4px;min-width:44px;min-height:22px;margin-bottom:10px;border:1px solid #ccc;background-color:#f9f9f9;-moz-box-shadow:0 1px 0 rgba(0,0,0,.08);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 0 rgba(0,0,0,.08)}.spf-image-preview img{max-height:90px;display:inline-block;vertical-align:middle}.spf-field-custom .spf-field{padding:0}.spf-field .chosen-container-single .chosen-single{height:28px;line-height:26px}.spf-field .chosen-container-single .chosen-single abbr{top:0;right:20px;font-family:FontAwesome;font-size:12px;height:100%;width:18px;color:#aaa;text-align:center;background:0 0}.spf-field .chosen-container-single .chosen-single abbr:before{content:"\f00d"}.spf-field .chosen-container-single .chosen-single abbr:hover{color:#555}.spf-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{font-family:FontAwesome;font-size:12px;height:100%;width:18px;color:#aaa;text-align:center;background:0 0}.spf-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{content:"\f00d"}.spf-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{color:#555}.spf-field .chosen-container-single .chosen-single div b{font-family:FontAwesome;font-size:14px;color:#aaa;background:0 0}.spf-field .chosen-container-single .chosen-single div b:before{content:"\f107"}.spf-field .chosen-container-single .chosen-single div b:hover{color:#555}.spf-field .chosen-container-active.chosen-with-drop .chosen-single div b:before{content:"\f106"}.spf-field .chosen-container-single .chosen-single-with-deselect span{margin-right:40px}.spf-field .chosen-container-single .chosen-search input[type=text]{background:0 0}.spf-field .chosen-container-single .chosen-search:before{font-family:FontAwesome;position:absolute;content:"\f002";font-size:11px;right:10px;top:7px;color:#aaa}.spf-field .wp-picker-container{display:inline-block}.spf-field .spf--transparent-wrap{display:none;position:relative;top:-1px;width:235px;padding:9px 10px;border:1px solid #dfdfdf;border-top:none;background-color:#fff}.spf-field .spf--transparent-slider{position:absolute;width:190px;margin-left:2px;height:18px}.spf-field .spf--transparent-slider .ui-slider-handle{position:absolute;top:-3px;bottom:-3px;z-index:5;border-color:#aaa;border-style:solid;border-width:4px 3px;width:10px;height:16px;margin:0 -5px;background:0 0;cursor:ew-resize;opacity:.9;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}.spf-field .spf--transparent-slider .ui-slider-handle:before{content:" ";position:absolute;left:-2px;right:-2px;top:-3px;bottom:-3px;border:2px solid #fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.spf-field .spf--transparent-offset{height:18px;width:200px;background:url(../images/checkerboard.png) repeat-y center left scroll #fff;-moz-box-shadow:0 0 5px rgba(0,0,0,.4) inset;-webkit-box-shadow:0 0 5px rgba(0,0,0,.4) inset;box-shadow:0 0 5px rgba(0,0,0,.4) inset;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.spf-field .spf--transparent-text{position:absolute;top:12px;right:10px;width:30px;font-size:12px;line-height:12px;text-align:center;color:#999}.spf-field .spf--transparent-button{display:inline-block;text-align:center;cursor:pointer;margin-top:10px;user-select:none;-webkit-user-select:none;color:#999;transition:background-color .2s,border-color .2s,color .2s}.spf-field .spf--transparent-active .wp-color-result{background-image:url(../images/checkerboard.png);background-size:130%;background-position:center left;background-color:transparent!important}.spf-field .spf--transparent-active .spf--transparent-button{color:#fff;border-color:#4fb845;background-color:#4fb845}.spf-widgets>.spf-field{position:relative;top:-1px;margin-right:-15px;margin-left:-15px;padding:12px 15px}.spf-widgets>.spf-field .spf-field{margin-left:0;margin-right:0}.spf-widgets>.spf-field .spf-title{float:none;width:100%;margin-bottom:5px}.spf-widgets>.spf-field .spf-fieldset{margin-left:0}.spf-widgets .spf-field-text input{width:100%}.spf-widgets .spf-field-notice .spf-notice{padding:15px}.control-section .spf-widgets>.spf-field{margin-right:-10px;margin-left:-10px;padding:10px 12px}.control-section .spf-field{padding:0}.control-section .spf-field .spf-title{float:none;width:100%;margin-bottom:10px}.control-section .spf-field .spf-title h4{font-size:14px;font-weight:600;color:inherit}.control-section .spf-field .spf-fieldset{margin-left:0}.control-section .spf-field-select select{width:100%}.control-section .spf-field-heading{color:inherit;font-size:14px;line-height:1em;margin-right:-15px;margin-left:-15px;padding:15px}.control-section .spf-field-subheading{color:inherit;font-size:11px;margin-right:-15px;margin-left:-15px;padding:10px 15px}.control-section .spf-text-subtitle{margin-top:4px;font-size:12px}.control-section .spf-field-content,.control-section .spf-field-submessage .spf-submessage{margin-right:-15px;margin-left:-15px;padding:15px}.control-section .spf-fieldset .spf-field-heading,.control-section .spf-fieldset .spf-field-subheading,.control-section .spf-fieldset .spf-field-submessage .spf-submessage{margin-left:0;margin-right:0}.control-section .spf-field-date .spf--to{margin-left:0}.control-section .spf-field-sorter ul li{padding:5px}.control-section .spf-field-sorter .spf-modules{float:none;width:100%}.control-section .spf-field-sorter .spf-modules:first-child{padding-right:0;padding-bottom:15px}.control-section .spf-field-background .spf--select,.control-section .spf-field-background_adv .spf--select{width:100%}.control-section .spf-field-border select,.control-section .spf-field-column select,.control-section .spf-field-dimensions select,.control-section .spf-field-dimensions_advanced select,.control-section .spf-field-spacing select{width:auto}.control-section .spf-field-spinner input{width:50px}.control-section .spf-field-backup .spf-export-data{display:none}.control-section .spf-field-fieldset .spf-fieldset-content{border-color:#e5e5e5}.control-section .spf-field-fieldset .spf-field{padding:10px}.control-section .spf-field-fieldset .spf-field .spf-title{margin-bottom:5px}.control-section .spf-field-fieldset .spf-field h4{font-size:12px}.control-section .spf-field-accordion .spf-field,.control-section .spf-field-group .spf-field,.control-section .spf-field-repeater .spf-field,.control-section .spf-field-sortable .spf-field,.control-section .spf-field-tabbed .spf-field{padding:10px}.control-section .spf-field-accordion .spf-field .spf-title,.control-section .spf-field-group .spf-field .spf-title,.control-section .spf-field-repeater .spf-field .spf-title,.control-section .spf-field-sortable .spf-field .spf-title,.control-section .spf-field-tabbed .spf-field .spf-title{margin-bottom:5px}.control-section .spf-field-accordion .spf-field h4,.control-section .spf-field-group .spf-field h4,.control-section .spf-field-repeater .spf-field h4,.control-section .spf-field-sortable .spf-field h4,.control-section .spf-field-tabbed .spf-field h4{font-size:12px}.control-section .spf-dependency-control.hidden{display:none!important}.spf-taxonomy>.spf-field{border-top:none!important}.spf-taxonomy>.spf-field-heading{font-size:1.1em;padding:20px!important;border:1px solid #ddd}.spf-taxonomy>.spf-field-subheading{font-size:12px;padding:15px!important;border:1px solid #ddd}.spf-taxonomy>.spf-field-submessage .spf-submessage{padding:15px;border-left-width:1px;border-left-style:solid;border-right-width:1px;border-right-style:solid}.spf-taxonomy>.spf-field-notice{background-color:transparent}.spf-taxonomy .spf-section-title{display:block;padding:15px;background-color:#f9f9f9;border:1px solid #e5e5e5;-moz-box-shadow:0 1px 1px rgba(0,0,0,.04);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04)}.spf-taxonomy-add-fields>.spf-field{padding:8px 0}.spf-taxonomy-add-fields>.spf-field>.spf-title{float:none;width:100%;padding:2px 2px 4px 0}.spf-taxonomy-add-fields>.spf-field>.spf-title h4{font-size:12px;font-weight:400}.spf-taxonomy-add-fields>.spf-field>.spf-fieldset{margin-left:0}.spf-taxonomy-add-fields>.spf-field>.spf-fieldset>.spf-help{right:-5px}.spf-taxonomy-add-fields+p.submit{margin-top:0}.spf-taxonomy-edit-fields>.spf-field{padding:20px 0}.spf-taxonomy-edit-fields>.spf-field>.spf-title{width:225px}.spf-taxonomy-edit-fields>.spf-field>.spf-title h4{font-size:14px;font-weight:600;line-height:1.3;display:inline-block;vertical-align:middle}.spf-taxonomy-edit-fields>.spf-field>.spf-fieldset{margin-left:225px}.spf-taxonomy-edit-fields>.spf-field>.spf-fieldset>.spf-help{top:-5px;right:-5px}.spf-taxonomy-edit-fields>.spf-field-submessage{margin:20px 0}.spf-taxonomy-edit-fields>.spf-field-heading,.spf-taxonomy-edit-fields>.spf-field-subheading{margin:20px 0;border:1px solid #ddd}.spf-profile>h2>.fa{padding-right:7px}.spf-profile>.spf-field{padding:15px 0;border-top:none!important}.spf-profile>.spf-field>.spf-title{width:220px}.spf-profile>.spf-field>.spf-title h4{font-size:14px;font-weight:600;line-height:1.3;display:inline-block;vertical-align:middle}.spf-profile>.spf-field>.spf-fieldset{margin-left:220px}.spf-profile>.spf-field>.spf-fieldset>.spf-help{top:-15px;right:-5px}.spf-profile>.spf-field-heading{font-size:1.1em}.spf-profile>.spf-field-subheading{font-size:12px}.spf-profile>.spf-field-heading,.spf-profile>.spf-field-subheading{margin:10px 0;padding:15px!important;border:1px solid #ddd}.spf-profile>.spf-field-submessage{margin:20px 0}.spf-profile>.spf-field-submessage .spf-submessage{padding:10px;border-left-width:1px;border-left-style:solid;border-right-width:1px;border-right-style:solid}.spf-profile>.spf-field-notice{background-color:transparent}.spf-modal{display:none;position:fixed;z-index:100101;top:0;left:0;width:100%;height:100%}.spf-modal-icon{z-index:100102}.spf-modal-table{display:table;width:100%;height:100%}.spf-modal-table-cell{display:table-cell;vertical-align:middle;margin:100px 0}.spf-modal-inner{position:relative;z-index:10;width:760px;height:750px;margin:0 auto;background-color:#fff}.spf-modal-content{position:relative;overflow:hidden;overflow-y:auto;height:592px}.spf-modal-content .spf-shortcode-button{display:none}.spf-modal-content .spf-fieldset{margin-left:25%}.spf-modal-content .spf-title{width:20%}.spf-modal-content .spf-field{padding:15px 30px 15px 15px}.spf-modal-content a:active,.spf-modal-content a:focus{outline:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.spf-modal-content h4{font-size:13px}.spf-modal-content h4 small{font-style:italic;font-weight:400;color:#aaa}.spf-modal-title{position:relative;background-color:#fcfcfc;border-bottom:1px solid #ddd;height:36px;font-size:16px;font-weight:600;line-height:36px;margin:0;padding:0 36px 0 16px}.spf-modal-header{width:100%;padding:16px 0;background-color:#f5f5f5;border-bottom:1px solid #eee}.spf-modal-header select{display:block;width:250px;margin:0 auto;background-color:#fff}.spf-modal-close{color:#666;padding:0;position:absolute;top:0;right:0;width:36px;height:36px;text-align:center;background:0 0;border:none;cursor:pointer}.spf-modal-close:before{font:normal 20px/36px dashicons;content:"\f158";vertical-align:top;width:36px;height:36px}.spf-modal-close:hover{opacity:.5}.spf-modal-insert-wrapper{text-align:center;width:100%;padding:16px 0;background-color:#f5f5f5;border-top:1px solid #eee}.spf-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.5}.spf--repeatable{padding:15px 15px 0 15px}.spf--repeat-button-block{text-align:center;padding-bottom:15px}.spf--repeat-shortcode{position:relative;margin-bottom:15px;border:1px dashed #ddd}.spf--repeat-shortcode:first-child .spf-repeat-remove{display:none}.spf--repeat-shortcode .spf-repeat-remove{position:absolute;right:10px;top:10px;z-index:10;cursor:pointer;display:inline-block;font-size:11px;width:18px;height:18px;line-height:18px;text-align:center;border-radius:2px;color:#fff;background-color:#e14d43;opacity:.5}.spf--repeat-shortcode .spf-repeat-remove:hover{opacity:1}.spf-shortcode-single .spf-modal-inner{height:750px}.spf-shortcode-single .spf-modal-content{height:652px}.elementor-editor-active .spf-shortcode-button{margin-left:5px}.elementor-editor-active .spf-modal .hidden{display:none!important}.spf-modal-icon .spf-icon-title{padding:15px 0;margin:4px;font-size:14px;font-weight:700;text-align:center;border:1px solid #eee;background-color:#f7f7f7}.spf-modal-icon .spf-icon-search{width:250px;height:40px;line-height:40px}.spf-modal-icon a{display:inline-block;padding:4px;cursor:pointer}.spf-modal-icon a .spf-icon{position:relative;padding:4px;display:inline-block;font-size:14px;width:30px;height:26px;line-height:26px;text-align:center;vertical-align:top;color:#555;border:1px solid #ccc;background-color:#f7f7f7;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(0,0,0,.08);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 0 rgba(0,0,0,.08);-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.spf-modal-icon a:hover .spf-icon{color:#fff;border-color:#222;background-color:#222}.spf-modal-icon .spf-modal-content{padding:10px;height:618px}.spf-modal-icon .spf-text-error{padding:10px}.spf-modal-loading{display:none;position:absolute;left:15px;top:15px}.spf-loading{position:relative;width:20px;height:20px;background:#ccc;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;-moz-box-shadow:0 2px 5px rgba(0,0,0,.07);-webkit-box-shadow:0 2px 5px rgba(0,0,0,.07);box-shadow:0 2px 5px rgba(0,0,0,.07)}.spf-loading:after{position:absolute;top:50%;left:50%;width:4px;height:4px;content:"";margin-top:-2px;margin-left:-2px;background-color:#fff;-moz-animation-duration:.5s;-webkit-animation-duration:.5s;animation-duration:.5s;-moz-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-moz-animation-timing-function:linear;-webkit-animation-timing-function:linear;animation-timing-function:linear;-moz-animation-name:csfLoader;-webkit-animation-name:csfLoader;animation-name:csfLoader;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}@-moz-keyframes csfLoader{0%{-moz-transform:rotate(0) translateX(-6px) rotate(0);transform:rotate(0) translateX(-6px) rotate(0)}100%{-moz-transform:rotate(360deg) translateX(-6px) rotate(-360deg);transform:rotate(360deg) translateX(-6px) rotate(-360deg)}}@-webkit-keyframes csfLoader{0%{-webkit-transform:rotate(0) translateX(-6px) rotate(0);transform:rotate(0) translateX(-6px) rotate(0)}100%{-webkit-transform:rotate(360deg) translateX(-6px) rotate(-360deg);transform:rotate(360deg) translateX(-6px) rotate(-360deg)}}@keyframes csfLoader{0%{-moz-transform:rotate(0) translateX(-6px) rotate(0);-ms-transform:rotate(0) translateX(-6px) rotate(0);-webkit-transform:rotate(0) translateX(-6px) rotate(0);transform:rotate(0) translateX(-6px) rotate(0)}100%{-moz-transform:rotate(360deg) translateX(-6px) rotate(-360deg);-ms-transform:rotate(360deg) translateX(-6px) rotate(-360deg);-webkit-transform:rotate(360deg) translateX(-6px) rotate(-360deg);transform:rotate(360deg) translateX(-6px) rotate(-360deg)}}.spf-text-desc,.spf-text-subtitle{font-weight:400;font-style:italic;margin-top:4px;color:#999}.spf-text-success{color:#2b542c}.spf-text-error{color:#d02c21}.spf-text-info{color:#31708f}.spf-text-warning{color:#ffb900}.spf-text-muted{color:#aaa}.spf-text-left{text-align:left}.spf-text-center{text-align:center}.spf-text-right{text-align:right}.spf-block-left{float:left}.spf-block-right{float:right}.spf-full-width{width:100%}.spf-full-half{width:50%}.spf-table{width:100%;display:table}.spf-table-cell{display:table-cell;vertical-align:middle}.spf-table-expanded{width:100%}.spf-nowrap{white-space:nowrap}.spf-text-highlight{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.spf-text-highlight-gray{padding:2px 4px;font-size:90%;background-color:#f0f0f0;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.spf-hidden{display:none}.spf-hide{display:none!important}.spf-show{display:block!important}.spf-opacity{opacity:.5}.spf-warning-primary{color:#fff!important;border-color:#d02c21 #ba281e #ba281e!important;background:#e14d43!important;-moz-box-shadow:0 1px 0 #ba281e!important;-webkit-box-shadow:0 1px 0 #ba281e!important;box-shadow:0 1px 0 #ba281e!important;text-shadow:0 -1px 1px #ba281e,1px 0 1px #ba281e,0 1px 1px #ba281e,-1px 0 1px!important;text-shadow:0 -1px 1px #ba281e,1px 0 1px #ba281e,0 1px 1px #ba281e,-1px 0 1px #ba281e!important}.spf-warning-primary:focus,.spf-warning-primary:hover{border-color:#ba281e!important;background:#e35950!important;-moz-box-shadow:0 1px 0 #ba281e!important;-webkit-box-shadow:0 1px 0 #ba281e!important;box-shadow:0 1px 0 #ba281e!important}.spf-warning-primary:active{border-color:#ba281e!important;background:#d02c21!important;-moz-box-shadow:inset 0 2px 0 #ba281e!important;-webkit-box-shadow:inset 0 2px 0 #ba281e!important;box-shadow:inset 0 2px 0 #ba281e!important}.spf-form-result{display:none;padding:12px;margin:0 0 15px 0;background-color:#fff;border-left:4px solid #555;-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.spf-form-show{display:block}.spf-form-error{border-left-color:#dc3232}.spf-form-success{border-left-color:#46b450}.spf-form-warning{border-left-color:#ffb900}.spf-form-info{border-left-color:#00a0d2}.spf-label-error{position:relative;top:-2px;display:inline-block;font-size:10px;line-height:10px;height:10px;width:10px;padding:1px;font-style:normal;text-align:center;color:#fff;vertical-align:middle;background-color:#e10000;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.spf-no-option{padding:30px}.spf-welcome-wrap{position:relative;margin:25px 40px 0 20px;font-size:15px;max-width:1200px}.spf-welcome-wrap p{font-size:14px;line-height:1.5}.spf-welcome-wrap h1{margin:.2em 200px 0 0;padding:0;color:#32373c;line-height:1.2em;font-size:2.8em;font-weight:400}.spf-welcome-wrap .spf-logo{position:absolute;overflow:hidden;top:0;right:0;height:160px;width:140px;background-image:linear-gradient(45deg,#2d67cb,#ad19f3);box-shadow:0 1px 4px rgba(0,0,0,.25),inset 0 0 0 4px rgba(0,0,0,.25)}.spf-welcome-wrap .spf-logo .spf--effects i{position:absolute;width:200px;height:100px;background-color:rgba(0,0,0,.15);transform:rotate(-45deg)}.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(1){bottom:-20px;right:-70px}.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(2){bottom:-35px;right:-80px}.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(3){bottom:-50px;right:-90px}.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(4){bottom:-65px;right:-100px}.spf-welcome-wrap .spf-logo .spf--wp-logos{position:relative;padding-top:25px;text-align:center}.spf-welcome-wrap .spf-logo .spf--wp-logo{position:absolute;left:20px;width:20px;height:20px;background-repeat:no-repeat;background-position:center center;background-image:url(../images/wp-logo.svg)}.spf-welcome-wrap .spf-logo .spf--wp-plugin-logo{display:inline-block;width:50px;height:50px;border:3px solid #fff;background-size:40px;background-repeat:no-repeat;background-position:center center;background-image:url(../images/wp-plugin-logo.svg);border-radius:100%;vertical-align:middle}.spf-welcome-wrap .spf-logo .spf--text{position:absolute;left:0;right:0;top:90px;color:#fff;font-size:13px;line-height:1.2em;font-weight:600;text-align:center;text-transform:uppercase;text-shadow:1px 1px 0 rgba(0,0,0,.25)}.spf-welcome-wrap .spf-logo .spf--version{top:auto;left:auto;right:8px;bottom:4px;font-size:11px;text-transform:lowercase}.spf-welcome-wrap .spf-about-text{font-weight:400;line-height:1.6em;font-size:19px;margin:1em 200px 1em 0;color:#555d66}.spf-welcome-wrap .spf-demo-button{margin:1em 200px 2em 0}.spf-welcome-wrap .nav-tab-wrapper{margin-bottom:20px}.spf-welcome-wrap ul{list-style-type:disc;padding-left:15px}.spf-welcome-wrap .spf--col{float:left;padding-right:20px;box-sizing:border-box}.spf-welcome-wrap .spf--col-2{width:50%}.spf-welcome-wrap .spf--col-3{width:33.333%}.spf-welcome-wrap .spf--col-4{width:25%}.spf-welcome-wrap .spf--col-5{width:20%}.spf-welcome-wrap .spf--col-last{padding-right:0}.spf-welcome-wrap .spf--col-upgrade{padding-top:30px;text-align:center}.spf--table-compare tfoot td,.spf--table-compare thead td{text-align:center}.spf--table-compare td{font-size:14px;text-align:center;vertical-align:middle;padding:10px}.spf--table-compare td:first-child{text-align:left}.spf--table-compare tfoot td{padding:15px 0}.spf--table-compare .fa{font-size:12px;width:18px;height:18px;line-height:18px;padding:2px;text-align:center;color:#fff;background-color:#46b450;border-radius:100%}.spf--table-compare .fa-check{background-color:#46b450}.spf--table-compare .fa-times{background-color:#dc3232}.spf-welcome-cols{clear:both;margin:20px 0;background-color:#fff;padding:30px 0;border-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,.15)}.spf-welcome-cols .spf--col{width:20%;float:left;padding:0 30px;box-sizing:border-box;text-align:center;border-right:1px solid #e5e5e5}.spf-welcome-cols .spf--block,.spf-welcome-cols .spf--left{float:left;width:20%;padding:0 30px;text-align:center;box-sizing:border-box}.spf-welcome-cols .spf--block{width:80%}.spf-welcome-cols .spf--last{border-right:none}.spf-welcome-cols .spf--space{height:20px}.spf-welcome-cols .spf--icon{display:inline-block;font-size:25px;width:50px;height:50px;line-height:50px;text-align:center;margin-bottom:10px;color:#fff;background-color:#555;border-radius:50px}.spf-welcome-cols .spf--active{background-color:#5cb85c}.spf-welcome-cols .spf--deactive{background-color:#e14d43}.spf-welcome-cols .spf--title{font-weight:700;display:block}.spf-welcome-cols p:last-child{margin-bottom:0}.spf-code-block{margin:20px 0;padding:5px 20px;background-color:#fff;border-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,.15)}.spf-code-block pre{font-size:13px;color:#0073aa}.spf-code-block pre span{color:#999}.spf--table-fields td{font-size:14px}.spf--upgrade a{color:#5cb85c;font-weight:700}.spf--upgrade a:focus,.spf--upgrade a:hover{color:#4aa14a;outline:0;box-shadow:none}@media only screen and (max-width:1200px){.spf-metabox .spf-field .spf-title{float:none;width:100%;margin-bottom:10px}.spf-metabox .spf-field .spf-fieldset{margin-left:0}}@media only screen and (max-width:782px){.spf-header-inner{text-align:center}.spf-header-inner h1{width:100%;margin-bottom:10px}.spf-header-left,.spf-header-right,.spf-search{width:100%}.spf-search{text-align:center;margin-bottom:15px}.spf-footer{text-align:center}.spf-buttons{float:none}.spf-copyright{float:none;margin-top:10px}.sp-wpcp-options .spf-nav,.spf-expand-all,.spf-nav,.spf-nav-background,.spf-reset-section{display:none!important}.sp-wpcp-options .spf-content,.spf-content{margin-left:0}.sp-wpcp-options .spf-section,.spf-section,.spf-section-title{display:block!important}.spf-field .spf-title{float:none;width:100%;margin-bottom:10px}.spf-field .spf-fieldset{margin-left:0}.spf-field-radio ul li{margin-top:4px}.spf-modal-inner{width:350px;height:380px}.spf-modal-content{height:282px}.spf-icon-dialog .spf-modal-inner{width:305px;height:380px}.spf-icon-dialog .spf-modal-content{height:267px}.spf-modal-icon .spf-modal-inner{width:330px;height:385px}.spf-modal-icon .spf-modal-content{height:252px}.spf-profile>.spf-field>.spf-title{float:none;width:100%;margin-bottom:10px}.spf-profile>.spf-field>.spf-fieldset{margin-left:0}}.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;user-select:none}.chosen-container *{box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;max-width:390px;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer;max-width:390px}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;max-width:390px;height:auto;border:1px solid #aaa;background-color:#fff;background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:none;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;direction:rtl}#sp_wpcp_shortcode_options{border-top-color:#f1f1f1}#sp_wpcp_shortcode_options .spf-nav ul li{margin-bottom:-1px}#sp_wpcp_shortcode_options .spf-nav.spf-nav-metabox{border-right-color:#f1f1f1;border-right-color:#f1f1f1;background:#f1f1f1;margin-right:-2px}#sp_wpcp_shortcode_options .spf-content{border-top:1px solid #e5e5e5;box-shadow:0 -1px 1px rgba(0,0,0,.04)}#spf-section-sp_wpcp_upload_options_1 .spf-field-carousel_type .spf-title,#spf-section-sp_wpcp_upload_options_1 .spf-field-gallery .spf-title,.wpcp-video-description .spf-title,.wpcp-video-field-wrapper>.spf-title,.wpcp_carousel_content_wrapper .spf-title{width:100%}#spf-section-sp_wpcp_upload_options_1 .spf-field-carousel_type .spf-fieldset,#spf-section-sp_wpcp_upload_options_1 .spf-field-gallery .spf-fieldset,.wpcp-video-description .spf-fieldset,.wpcp-video-field-wrapper>.spf-fieldset,.wpcp_carousel_content_wrapper .spf-fieldset{margin-top:30px;margin-left:0}#sp_wpcp_display_shortcode .handlediv,#sp_wpcp_display_shortcode .hndle,#sp_wpcp_display_shortcode .postbox-header,#sp_wpcp_shortcode_options .handlediv,#sp_wpcp_shortcode_options .hndle,#sp_wpcp_shortcode_options .postbox-header,#sp_wpcp_upload_options .handlediv,#sp_wpcp_upload_options .hndle,#sp_wpcp_upload_options .postbox-header{display:none}#spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header{background-color:#157592;background:linear-gradient(-45deg,#22afba,#157592);padding:20px 26px;overflow:hidden;height:33px}#spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header .support{margin-left:16px;float:right}#spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header .support a{color:#fff;text-decoration:none;line-height:35px;font-size:15px;font-weight:500}.spf-field-carousel_type .spf--image:nth-child(4),.spf-field-carousel_type .spf--image:nth-child(5){pointer-events:none}.spf-field-carousel_type .spf--image{position:relative}.spf-field-carousel_type .spf--image label strong{position:absolute;top:3px;right:3px;background:#cbd6df;padding:0 5px;font-size:10px}#sp_wpcp_shortcode_options .hidden{display:none}.spf-field-shortcode.wpcp-admin-footer .wpcp-shortcode-selectable{background-color:rgba(82,179,217,.11);padding:10px 15px 10px 28px;display:inline-block;-webkit-touch-callout:all;-webkit-user-select:all;-khtml-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all;border:1px solid rgba(82,179,217,.2);border-radius:2px;cursor:pointer;position:relative}.spf-field-shortcode.wpcp-admin-footer .wpcp-shortcode-selectable::after{content:url(../images/copy.svg);width:16px;left:10px;top:50%;position:absolute;margin-top:-7px}.spf-field-shortcode.wpcp-admin-footer .sptp-copy-btn{width:16px;margin-left:13px;position:absolute;top:50%;margin-top:-8px}#spf-section-sp_wpcp_display_shortcode_1 .spf-field{display:flex;padding:0;flex-wrap:wrap}.spf-field-shortcode.wpcp-admin-footer .wpcp-scode-wrap:first-of-type{border-right:1px solid #ddd}.spf-field-shortcode.wpcp-admin-footer .wpcp-scode-wrap{padding-top:22px;padding-bottom:22px;text-align:center;width:49%}.spf-field-shortcode.wpcp-admin-footer .wpcp-sc-title{font-weight:500;font-size:14px!important;padding-top:0!important;color:#4c5158;margin-right:5px}@media only screen and (max-width:990px){.spf-field-shortcode.wpcp-admin-footer .wpcp-scode-wrap:first-of-type{border-right:none;border-bottom:1px solid #ddd}.spf-field-shortcode.wpcp-admin-footer .wpcp-scode-wrap{width:100%}}.spf-field-button_set .spf--button.spf-pro-only,.spf-field-image_select .spf--image.spf-pro-only{color:rgba(85,85,85,.6)!important;background-color:rgba(247,247,247,.4)!important;pointer-events:none}.spf-field.spf-field-switcher.only_pro_switcher .spf--ball::after{content:"PRO";position:relative;text-align:center;width:24px;float:right;font-weight:600;font-size:8px;color:#a5a5a5;opacity:1;line-height:18px}.spf-field-button_set .spf--button.spf-pro-only:after,.spf-field-image_select .spf--image.spf-pro-only:after{position:absolute;top:0;right:0;color:#a5a5a5;background-color:#e0e0e0;font-weight:500;padding:0 4px;content:"PRO";text-align:center;font-size:8px;line-height:11px;opacity:1}.spf-field.spf-field-switcher.only_pro_switcher .spf--switcher{background:#cbcfd0;pointer-events:none}#spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header img{max-width:200px}.sp_wp_carousel_page_wpcp_settings .wrap h1{display:none}.spf-notice{color:#999;font-style:italic;font-size:13px;padding:12px 12px 12px 0!important;border:none!important}.spf-field-notice{background-color:transparent!important}
admin/views/wpcfree-metabox/assets/images/copy.svg ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 300 300" enable-background="new 0 0 300 300" xml:space="preserve">
5
+ <g>
6
+ <path fill="#444444" d="M234.3,17.4H101.7c-14.4,0-26.1,11.7-26.1,26.1v9.9h-9.9c-14.4,0-26.1,11.7-26.1,26.1v177
7
+ c0,14.4,11.7,26.1,26.1,26.1h132.6c14.4,0,26.1-11.7,26.1-26.1v-9.9h9.9c14.4,0,26.1-11.7,26.1-26.1v-177
8
+ C260.1,29.1,248.4,17.4,234.3,17.4z M204.6,256.5c0,3.6-3,6.6-6.6,6.6H65.7c-3.6,0-6.6-3-6.6-6.6v-177c0-3.6,3-6.6,6.6-6.6h132.6
9
+ c3.6,0,6.6,3,6.6,6.6v177H204.6z M240.6,220.5c0,3.6-3,6.6-6.6,6.6h-9.9V79.5c0-14.4-11.7-26.1-26.1-26.1H95.1v-9.9
10
+ c0-3.6,3-6.6,6.6-6.6h132.6c3.6,0,6.6,3,6.6,6.6v177H240.6z"/>
11
+ </g>
12
+ </svg>
admin/views/wpcfree-metabox/assets/js/spf.js CHANGED
@@ -2504,20 +2504,6 @@
2504
  $('.spf-field-select select option:contains("Pro")').attr('disabled', 'disabled').addClass('wpcp_pro_only').css({ 'pointer-events' : 'none','opacity' : '.8' });
2505
 
2506
  /* Copy to clipboard */
2507
- $('.trpo-copy-btn').click(function (e) {
2508
- e.preventDefault();
2509
- wpcp_copyToClipboard($(this).siblings('.tpro-sc-code'));
2510
- wpcp_SelectText($(this).siblings('.tpro-sc-code'));
2511
- $(this).siblings('.tpro-sc-code').focus().select();
2512
- $('.spwpc-after-copy-text').animate({
2513
- opacity: 1
2514
- }, 500);
2515
- setTimeout(function () {
2516
- $('.spwpc-after-copy-text').animate({
2517
- opacity: 0
2518
- }, 500);
2519
- }, 1500);
2520
- });
2521
  $('.wpcp-shortcode-selectable').click(function (e) {
2522
  e.preventDefault();
2523
  wpcp_copyToClipboard($(this));
2504
  $('.spf-field-select select option:contains("Pro")').attr('disabled', 'disabled').addClass('wpcp_pro_only').css({ 'pointer-events' : 'none','opacity' : '.8' });
2505
 
2506
  /* Copy to clipboard */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2507
  $('.wpcp-shortcode-selectable').click(function (e) {
2508
  e.preventDefault();
2509
  wpcp_copyToClipboard($(this));
admin/views/wpcfree-metabox/assets/js/spf.min.js CHANGED
@@ -1 +1 @@
1
- !function($,window,document,undefined){"use strict";var SP_WPCF=SP_WPCF||{};function wpcp_copyToClipboard(element){var $temp=$("<input>");$("body").append($temp),$temp.val($(element).text()).select(),document.execCommand("copy"),$temp.remove()}function wpcp_SelectText(element){var r=document.createRange(),w=element.get(0);r.selectNodeContents(w);var sel=window.getSelection();sel.removeAllRanges(),sel.addRange(r)}SP_WPCF.funcs={},SP_WPCF.vars={onloaded:!1,$body:$("body"),$window:$(window),$document:$(document),is_rtl:$("body").hasClass("rtl"),code_themes:[]},SP_WPCF.helper={uid:function(prefix){return(prefix||"")+Math.random().toString(36).substr(2,9)},preg_quote:function(str){return(str+"").replace(/(\[|\-|\])/g,"\\$1")},name_nested_replace:function($selector,field_id){var checks=[],regex=new RegExp("("+SP_WPCF.helper.preg_quote(field_id)+")\\[(\\d+)\\]","g");$selector.find(":radio").each((function(){(this.checked||this.orginal_checked)&&(this.orginal_checked=!0)})),$selector.each((function(index){$(this).find(":input").each((function(){this.name=this.name.replace(regex,field_id+"["+index+"]"),this.orginal_checked&&(this.checked=!0)}))}))},debounce:function(callback,threshold,immediate){var timeout;return function(){var context=this,args=arguments,later=function(){timeout=null,immediate||callback.apply(context,args)},callNow=immediate&&!timeout;clearTimeout(timeout),timeout=setTimeout(later,threshold),callNow&&callback.apply(context,args)}},get_cookie:function(name){var e,b,cookie=document.cookie,p=name+"=";if(cookie){if(-1===(b=cookie.indexOf("; "+p))){if(0!==(b=cookie.indexOf(p)))return null}else b+=2;return-1===(e=cookie.indexOf(";",b))&&(e=cookie.length),decodeURIComponent(cookie.substring(b+p.length,e))}},set_cookie:function(name,value,expires,path,domain,secure){var d=new Date;"object"==typeof expires&&expires.toGMTString?expires=expires.toGMTString():parseInt(expires,10)?(d.setTime(d.getTime()+1e3*parseInt(expires,10)),expires=d.toGMTString()):expires="",document.cookie=name+"="+encodeURIComponent(value)+(expires?"; expires="+expires:"")+(path?"; path="+path:"")+(domain?"; domain="+domain:"")+(secure?"; secure":"")},remove_cookie:function(name,path,domain,secure){SP_WPCF.helper.set_cookie(name,"",-1e3,path,domain,secure)}},$.fn.spf_clone=function(){for(var base=$.fn.clone.apply(this,arguments),clone=this.find("select").add(this.filter("select")),cloned=base.find("select").add(base.filter("select")),i=0;i<clone.length;++i)for(var j=0;j<clone[i].options.length;++j)!0===clone[i].options[j].selected&&(cloned[i].options[j].selected=!0);return this.find(":radio").each((function(){this.orginal_checked=this.checked})),base},$.fn.spf_expand_all=function(){return this.each((function(){$(this).on("click",(function(e){e.preventDefault(),$(".spf-wrapper").toggleClass("spf-show-all"),$(".spf-section").spf_reload_script(),$(this).find(".fa").toggleClass("fa-indent").toggleClass("fa-outdent")}))}))},$.fn.spf_nav_options=function(){return this.each((function(){var $nav=$(this),$links=$nav.find("a"),$hidden=$nav.closest(".spf").find(".spf-section-id"),$last_section;$(window).on("hashchange",(function(){var hash=window.location.hash.match(new RegExp("tab=([^&]*)")),slug=hash?hash[1]:$links.first().attr("href").replace("#tab=",""),$link=$("#spf-tab-link-"+slug);if($link.length>0){$link.closest(".spf-tab-depth-0").addClass("spf-tab-active").siblings().removeClass("spf-tab-active"),$links.removeClass("spf-section-active"),$link.addClass("spf-section-active"),void 0!==$last_section&&$last_section.hide();var $section=$("#spf-section-"+slug);$section.css({display:"block"}),$section.spf_reload_script(),$hidden.val(slug),$last_section=$section}})).trigger("hashchange")}))},$.fn.spf_nav_metabox=function(){return this.each((function(){var $nav=$(this),$links=$nav.find("a"),unique_id=$nav.data("unique"),post_id=$("#post_ID").val()||"global",$last_section,$last_link;$links.on("click",(function(e){e.preventDefault();var $link=$(this),section_id=$link.data("section");void 0!==$last_link&&$last_link.removeClass("spf-section-active"),void 0!==$last_section&&$last_section.hide(),$link.addClass("spf-section-active");var $section=$("#spf-section-"+section_id);$section.css({display:"block"}),$section.spf_reload_script(),SP_WPCF.helper.set_cookie("spf-last-metabox-tab-"+post_id+"-"+unique_id,section_id),$last_section=$section,$last_link=$link}));var get_cookie=SP_WPCF.helper.get_cookie("spf-last-metabox-tab-"+post_id+"-"+unique_id);get_cookie?$nav.find('a[data-section="'+get_cookie+'"]').trigger("click"):$links.first("a").trigger("click")}))},$.fn.spf_page_templates=function(){this.length&&$(document).on("change",".editor-page-attributes__template select, #page_template",(function(){var maybe_value=$(this).val()||"default";$(".spf-page-templates").removeClass("spf-show").addClass("spf-hide"),$(".spf-page-"+maybe_value.toLowerCase().replace(/[^a-zA-Z0-9]+/g,"-")).removeClass("spf-hide").addClass("spf-show")}))},$.fn.spf_post_formats=function(){this.length&&$(document).on("change",'.editor-post-format select, #formatdiv input[name="post_format"]',(function(){var maybe_value=$(this).val()||"default";maybe_value="0"===maybe_value?"default":maybe_value,$(".spf-post-formats").removeClass("spf-show").addClass("spf-hide"),$(".spf-post-format-"+maybe_value).removeClass("spf-hide").addClass("spf-show")}))},$.fn.spf_search=function(){return this.each((function(){var $this,$input;$(this).find("input").on("change keyup",(function(){var value=$(this).val(),$wrapper=$(".spf-wrapper"),$section,$fields=$wrapper.find(".spf-section").find("> .spf-field:not(.hidden)"),$titles=$fields.find("> .spf-title, .spf-search-tags");value.length>3?($fields.addClass("spf-hidden"),$wrapper.addClass("spf-search-all"),$titles.each((function(){var $title=$(this);if($title.text().match(new RegExp(".*?"+value+".*?","i"))){var $field=$title.closest(".spf-field");$field.removeClass("spf-hidden"),$field.parent().spf_reload_script()}}))):($fields.removeClass("spf-hidden"),$wrapper.removeClass("spf-search-all"))}))}))},$.fn.spf_sticky=function(){return this.each((function(){var $this=$(this),$window=$(window),$inner=$this.find(".spf-header-inner"),padding=parseInt($inner.css("padding-left"))+parseInt($inner.css("padding-right")),offset=32,scrollTop=0,lastTop=0,ticking=!1,stickyUpdate=function(){var offsetTop=$this.offset().top,stickyTop=Math.max(32,offsetTop-scrollTop),winWidth=Math.max(document.documentElement.clientWidth,window.innerWidth||0);stickyTop<=32&&winWidth>782?($inner.css({width:$this.outerWidth()-padding}),$this.css({height:$this.outerHeight()}).addClass("spf-sticky")):($inner.removeAttr("style"),$this.removeAttr("style").removeClass("spf-sticky"))},requestTick=function(){ticking||requestAnimationFrame((function(){stickyUpdate(),ticking=!1})),ticking=!0},onSticky=function(){scrollTop=$window.scrollTop(),requestTick()};$window.on("scroll resize",onSticky),onSticky()}))},$.fn.spf_dependency=function(){return this.each((function(){var $this=$(this),ruleset=$.spf_deps.createRuleset(),depends=[],is_global=!1;$this.children("[data-controller]").each((function(){var $field=$(this),controllers=$field.data("controller").split("|"),conditions=$field.data("condition").split("|"),values=$field.data("value").toString().split("|"),rules=ruleset;$field.data("depend-global")&&(is_global=!0),$.each(controllers,(function(index,depend_id){var value=values[index]||"",condition=conditions[index]||conditions[0];(rules=rules.createRule('[data-depend-id="'+depend_id+'"]',condition,value)).include($field),depends.push(depend_id)}))})),depends.length&&(is_global?$.spf_deps.enable(SP_WPCF.vars.$body,ruleset,depends):$.spf_deps.enable($this,ruleset,depends))}))},$.fn.spf_field_accordion=function(){return this.each((function(){var $titles;$(this).find(".spf-accordion-title").on("click",(function(){var $title=$(this),$icon=$title.find(".spf-accordion-icon"),$content=$title.next();$icon.hasClass("fa-angle-right")?$icon.removeClass("fa-angle-right").addClass("fa-angle-down"):$icon.removeClass("fa-angle-down").addClass("fa-angle-right"),$content.data("opened")||($content.spf_reload_script(),$content.data("opened",!0)),$content.toggleClass("spf-accordion-open")}))}))},$.fn.spf_field_code_editor=function(){return this.each((function(){if("function"==typeof CodeMirror){var $this=$(this),$textarea=$this.find("textarea"),$inited=$this.find(".CodeMirror"),data_editor=$textarea.data("editor");$inited.length&&$inited.remove();var interval=setInterval((function(){if($this.is(":visible")){var code_editor=CodeMirror.fromTextArea($textarea[0],data_editor);if("default"!==data_editor.theme&&-1===SP_WPCF.vars.code_themes.indexOf(data_editor.theme)){var $cssLink=$("<link>");$("#spf-codemirror-css").after($cssLink),$cssLink.attr({rel:"stylesheet",id:"spf-codemirror-"+data_editor.theme+"-css",href:data_editor.cdnURL+"/theme/"+data_editor.theme+".min.css",type:"text/css",media:"all"}),SP_WPCF.vars.code_themes.push(data_editor.theme)}CodeMirror.modeURL=data_editor.cdnURL+"/mode/%N/%N.min.js",CodeMirror.autoLoadMode(code_editor,data_editor.mode),code_editor.on("change",(function(editor,event){$textarea.val(code_editor.getValue()).trigger("change")})),clearInterval(interval)}}))}}))},$.fn.spf_field_date=function(){return this.each((function(){var $this=$(this),$inputs=$this.find("input"),settings=$this.find(".spf-date-settings").data("settings"),wrapper='<div class="spf-datepicker-wrapper"></div>',$datepicker,defaults={showAnim:"",beforeShow:function(input,inst){$(inst.dpDiv).addClass("spf-datepicker-wrapper")},onClose:function(input,inst){$(inst.dpDiv).removeClass("spf-datepicker-wrapper")}};settings=$.extend({},settings,defaults),2===$inputs.length&&(settings=$.extend({},settings,{onSelect:function(selectedDate){var $this=$(this),$from=$inputs.first(),option=$inputs.first().attr("id")===$(this).attr("id")?"minDate":"maxDate",date=$.datepicker.parseDate(settings.dateFormat,selectedDate);$inputs.not(this).datepicker("option",option,date)}})),$inputs.each((function(){var $input=$(this);$input.hasClass("hasDatepicker")&&$input.removeAttr("id").removeClass("hasDatepicker"),$input.datepicker(settings)}))}))},$.fn.spf_field_fieldset=function(){return this.each((function(){$(this).find(".spf-fieldset-content").spf_reload_script()}))},$.fn.spf_field_gallery=function(){return this.each((function(){var $this=$(this),$edit=$this.find(".spf-edit-gallery"),$clear=$this.find(".spf-clear-gallery"),$list=$this.find("ul.sp-gallery-images"),$input=$this.find("input"),$img=$this.find("img"),wp_media_frame;$this.on("click",".spf-button, .spf-edit-gallery",(function(e){var $el=$(this),ids=$input.val(),what=$el.hasClass("spf-edit-gallery")?"edit":"add",state="add"!==what||ids.length?"gallery-edit":"gallery";e.preventDefault(),void 0!==window.wp&&window.wp.media&&window.wp.media.gallery&&("gallery"===state?(wp_media_frame=window.wp.media({library:{type:"image"},frame:"post",state:"gallery",multiple:!0})).open():(wp_media_frame=window.wp.media.gallery.edit('[gallery ids="'+ids+'"]'),"add"===what&&wp_media_frame.setState("gallery-library")),wp_media_frame.on("update",(function(selection){$list.empty();var selectedIds=selection.models.map((function(attachment){var item=attachment.toJSON(),thumb=void 0!==item.sizes.thumbnail?item.sizes.thumbnail.url:item.url;return $list.append('<li><img src="'+thumb+'"></li>'),item.id}));$input.val(selectedIds.join(",")).trigger("change"),$clear.removeClass("hidden"),$edit.removeClass("hidden")})))})),$clear.on("click",(function(e){e.preventDefault(),$list.empty(),$input.val("").trigger("change"),$clear.addClass("hidden"),$edit.addClass("hidden")}))}))},$.fn.spf_field_group=function(){return this.each((function(){var $this=$(this),$fieldset=$this.children(".spf-fieldset"),$group=$fieldset.length?$fieldset:$this,$wrapper=$group.children(".spf-cloneable-wrapper"),$hidden=$group.children(".spf-cloneable-hidden"),$max=$group.children(".spf-cloneable-max"),$min=$group.children(".spf-cloneable-min"),field_id=$wrapper.data("field-id"),unique_id=$wrapper.data("unique-id"),is_number=Boolean(Number($wrapper.data("title-number"))),max=parseInt($wrapper.data("max")),min=parseInt($wrapper.data("min"));$wrapper.hasClass("ui-accordion")&&$wrapper.find(".ui-accordion-header-icon").remove();var update_title_numbers=function($selector){$selector.find(".spf-cloneable-title-number").each((function(index){$(this).html($(this).closest(".spf-cloneable-item").index()+1+".")}))};$wrapper.accordion({header:"> .spf-cloneable-item > .spf-cloneable-title",collapsible:!0,active:!1,animate:!1,heightStyle:"content",icons:{header:"spf-cloneable-header-icon fa fa-angle-right",activeHeader:"spf-cloneable-header-icon fa fa-angle-down"},activate:function(event,ui){var $panel=ui.newPanel,$header=ui.newHeader;if($panel.length&&!$panel.data("opened")){var $fields,$first=$panel.children().first().find(":input").first(),$title=$header.find(".spf-cloneable-value");$first.on("keyup",(function(event){$title.text($first.val())})),$panel.spf_reload_script(),$panel.data("opened",!0),$panel.data("retry",!1)}else $panel.data("retry")&&($panel.spf_reload_script_retry(),$panel.data("retry",!1))}}),$wrapper.sortable({axis:"y",handle:".spf-cloneable-title,.spf-cloneable-sort",helper:"original",cursor:"move",placeholder:"widget-placeholder",start:function(event,ui){$wrapper.accordion({active:!1}),$wrapper.sortable("refreshPositions"),ui.item.children(".spf-cloneable-content").data("retry",!0)},update:function(event,ui){SP_WPCF.helper.name_nested_replace($wrapper.children(".spf-cloneable-item"),field_id),$wrapper.spf_customizer_refresh(),is_number&&update_title_numbers($wrapper)}}),$group.children(".spf-cloneable-add").on("click",(function(e){e.preventDefault();var count=$wrapper.children(".spf-cloneable-item").length;if($min.hide(),max&&count+1>max)$max.show();else{var new_field_id=unique_id+field_id+"["+count+"]",$cloned_item=$hidden.spf_clone(!0);$cloned_item.removeClass("spf-cloneable-hidden"),$cloned_item.find(":input").each((function(){this.name=new_field_id+this.name.replace(this.name.startsWith("_nonce")?"_nonce":unique_id,"")})),$cloned_item.find(".spf-data-wrapper").each((function(){$(this).attr("data-unique-id",new_field_id)})),$wrapper.append($cloned_item),$wrapper.accordion("refresh"),$wrapper.accordion({active:count}),$wrapper.spf_customizer_refresh(),$wrapper.spf_customizer_listen({closest:!0}),is_number&&update_title_numbers($wrapper)}}));var event_clone=function(e){e.preventDefault();var count=$wrapper.children(".spf-cloneable-item").length;if($min.hide(),max&&count+1>max)$max.show();else{var $this,$parent=$(this).parent().parent(),$cloned_helper=$parent.children(".spf-cloneable-helper").spf_clone(!0),$cloned_title=$parent.children(".spf-cloneable-title").spf_clone(),$cloned_content=$parent.children(".spf-cloneable-content").spf_clone(),cloned_regex=new RegExp("("+SP_WPCF.helper.preg_quote(field_id)+")\\[(\\d+)\\]","g");$cloned_content.find(".spf-data-wrapper").each((function(){var $this=$(this);$this.attr("data-unique-id",$this.attr("data-unique-id").replace(cloned_regex,field_id+"["+($parent.index()+1)+"]"))}));var $cloned=$('<div class="spf-cloneable-item" />');$cloned.append($cloned_helper),$cloned.append($cloned_title),$cloned.append($cloned_content),$wrapper.children().eq($parent.index()).after($cloned),SP_WPCF.helper.name_nested_replace($wrapper.children(".spf-cloneable-item"),field_id),$wrapper.accordion("refresh"),$wrapper.spf_customizer_refresh(),$wrapper.spf_customizer_listen({closest:!0}),is_number&&update_title_numbers($wrapper)}};$wrapper.children(".spf-cloneable-item").children(".spf-cloneable-helper").on("click",".spf-cloneable-clone",event_clone),$group.children(".spf-cloneable-hidden").children(".spf-cloneable-helper").on("click",".spf-cloneable-clone",event_clone);var event_remove=function(e){e.preventDefault();var count=$wrapper.children(".spf-cloneable-item").length;$max.hide(),$min.hide(),min&&count-1<min?$min.show():($(this).closest(".spf-cloneable-item").remove(),SP_WPCF.helper.name_nested_replace($wrapper.children(".spf-cloneable-item"),field_id),$wrapper.spf_customizer_refresh(),is_number&&update_title_numbers($wrapper))};$wrapper.children(".spf-cloneable-item").children(".spf-cloneable-helper").on("click",".spf-cloneable-remove",event_remove),$group.children(".spf-cloneable-hidden").children(".spf-cloneable-helper").on("click",".spf-cloneable-remove",event_remove)}))},$.fn.spf_field_media=function(){return this.each((function(){var $this=$(this),$upload_button=$this.find(".spf--button"),$remove_button=$this.find(".spf--remove"),$library=$upload_button.data("library")&&$upload_button.data("library").split(",")||"",wp_media_frame;$upload_button.on("click",(function(e){e.preventDefault(),void 0!==window.wp&&window.wp.media&&window.wp.media.gallery&&(wp_media_frame?wp_media_frame.open():((wp_media_frame=window.wp.media({library:{type:$library}})).on("select",(function(){var thumbnail,attributes=wp_media_frame.state().get("selection").first().attributes,preview_size=$upload_button.data("preview-size")||"thumbnail";$this.find(".spf--url").val(attributes.url),$this.find(".spf--id").val(attributes.id),$this.find(".spf--width").val(attributes.width),$this.find(".spf--height").val(attributes.height),$this.find(".spf--alt").val(attributes.alt),$this.find(".spf--title").val(attributes.title),$this.find(".spf--description").val(attributes.description),thumbnail=void 0!==attributes.sizes&&void 0!==attributes.sizes.thumbnail&&"thumbnail"===preview_size?attributes.sizes.thumbnail.url:void 0!==attributes.sizes&&void 0!==attributes.sizes.full?attributes.sizes.full.url:attributes.icon,$remove_button.removeClass("hidden"),$this.find(".spf--preview").removeClass("hidden"),$this.find(".spf--src").attr("src",thumbnail),$this.find(".spf--thumbnail").val(thumbnail).trigger("change")})),wp_media_frame.open()))})),$remove_button.on("click",(function(e){e.preventDefault(),$remove_button.addClass("hidden"),$this.find(".spf--preview").addClass("hidden"),$this.find("input").val(""),$this.find(".spf--thumbnail").trigger("change")}))}))},$.fn.spf_field_spinner=function(){return this.each((function(){var $this=$(this),$input=$this.find("input"),$inited=$this.find(".ui-spinner-button");$inited.length&&$inited.remove(),$input.spinner({max:$input.data("max")||100,min:$input.data("min")||0,step:$input.data("step")||1,spin:function(event,ui){$input.val(ui.value).trigger("change")}})}))},$.fn.spf_field_switcher=function(){return this.each((function(){var $switcher=$(this).find(".spf--switcher");$switcher.on("click",(function(){var value=0,$input=$switcher.find("input");$switcher.hasClass("spf--active")?$switcher.removeClass("spf--active"):(value=1,$switcher.addClass("spf--active")),$input.val(value).trigger("change")}))}))},$.fn.spf_field_typography=function(){return this.each((function(){var base=this,$this=$(this),loaded_fonts=[],webfonts=spf_typography_json.webfonts,googlestyles=spf_typography_json.googlestyles,defaultstyles=spf_typography_json.defaultstyles;base.sanitize_subset=function(subset){return subset=(subset=subset.replace("-ext"," Extended")).charAt(0).toUpperCase()+subset.slice(1)},base.sanitize_style=function(style){return googlestyles[style]?googlestyles[style]:style},base.load_google_font=function(font_family,weight,style){font_family&&"object"==typeof WebFont&&(weight=weight?weight.replace("normal",""):"",style=style?style.replace("normal",""):"",(weight||style)&&(font_family=font_family+":"+weight+style),-1===loaded_fonts.indexOf(font_family)&&WebFont.load({google:{families:[font_family]}}),loaded_fonts.push(font_family))},base.append_select_options=function($select,options,condition,type,is_multi){$select.find("option").not(":first").remove();var opts="";$.each(options,(function(key,value){var selected,name=value;selected=is_multi?condition&&-1!==condition.indexOf(value)?" selected":"":condition&&condition===value?" selected":"","subset"===type?name=base.sanitize_subset(value):"style"===type&&(name=base.sanitize_style(value)),opts+='<option value="'+value+'"'+selected+">"+name+"</option>"})),$select.append(opts).trigger("spf.change").trigger("chosen:updated")},base.init=function(){var selected_styles=[],$typography=$this.find(".spf--typography"),$type=$this.find(".spf--type"),unit=$typography.data("unit"),exclude_fonts=$typography.data("exclude")?$typography.data("exclude").split(","):[],$chosen_selects;$this.find(".spf--chosen").length&&$this.find("select").each((function(){var $chosen_select=$(this),$chosen_inited=$chosen_select.parent().find(".chosen-container");$chosen_inited.length&&$chosen_inited.remove(),$chosen_select.chosen({allow_single_deselect:!0,disable_search_threshold:15,width:"100%"})}));var $font_family_select=$this.find(".spf--font-family"),first_font_family=$font_family_select.val();$font_family_select.find("option").not(":first-child").remove();var opts="";$.each(webfonts,(function(type,group){exclude_fonts&&-1!==exclude_fonts.indexOf(type)||(opts+='<optgroup label="'+group.label+'">',$.each(group.fonts,(function(key,value){var selected;opts+='<option value="'+(value="object"==typeof value?key:value)+'" data-type="'+type+'"'+(value===first_font_family?" selected":"")+">"+value+"</option>"})),opts+="</optgroup>")})),$font_family_select.append(opts).trigger("chosen:updated");var $font_style_block=$this.find(".spf--block-font-style");if($font_style_block.length){var $font_style_select=$this.find(".spf--font-style-select"),first_style_value=$font_style_select.val()?$font_style_select.val().replace(/normal/g,""):"",$extra_font_style_block=$this.find(".spf--block-extra-styles");if($extra_font_style_block.length)var $extra_font_style_select,first_extra_style_value=$this.find(".spf--extra-styles").val()}var $subset_block=$this.find(".spf--block-subset");if($subset_block.length)var $subset_select=$this.find(".spf--subset"),first_subset_select_value=$subset_select.val(),subset_multi_select=$subset_select.data("multiple")||!1;var $backup_font_family_block=$this.find(".spf--block-backup-font-family");$font_family_select.on("change spf.change",(function(event){$subset_block.length&&$subset_block.addClass("hidden"),$extra_font_style_block.length&&$extra_font_style_block.addClass("hidden"),$backup_font_family_block.length&&$backup_font_family_block.addClass("hidden");var $selected=$font_family_select.find(":selected"),value=$selected.val(),type=$selected.data("type");type&&value?"google"!==type&&"custom"!==type||!$backup_font_family_block.length||$backup_font_family_block.removeClass("hidden"):($subset_block.length&&($subset_select.find("option").not(":first-child").remove(),$subset_select.trigger("chosen:updated")),$font_style_block.length&&($font_style_select.find("option").not(":first-child").remove(),$font_style_select.trigger("chosen:updated"))),$type.val(type)})).trigger("spf.change")},base.init()}))},$.fn.spf_field_upload=function(){return this.each((function(){var $this=$(this),$input=$this.find("input"),$upload_button=$this.find(".spf--button"),$remove_button=$this.find(".spf--remove"),$library=$upload_button.data("library")&&$upload_button.data("library").split(",")||"",wp_media_frame;$input.on("change",(function(e){$input.val()?$remove_button.removeClass("hidden"):$remove_button.addClass("hidden")})),$upload_button.on("click",(function(e){e.preventDefault(),void 0!==window.wp&&window.wp.media&&window.wp.media.gallery&&(wp_media_frame?wp_media_frame.open():((wp_media_frame=window.wp.media({library:{type:$library}})).on("select",(function(){$input.val(wp_media_frame.state().get("selection").first().attributes.url).trigger("change")})),wp_media_frame.open()))})),$remove_button.on("click",(function(e){e.preventDefault(),$input.val("").trigger("change")}))}))},$.fn.spf_confirm=function(){return this.each((function(){$(this).on("click",(function(e){var confirm_text=$(this).data("confirm")||window.spf_vars.i18n.confirm,confirm_answer=confirm(confirm_text);if(SP_WPCF.vars.is_confirm=!0,!confirm_answer)return e.preventDefault(),SP_WPCF.vars.is_confirm=!1,!1}))}))},$.fn.serializeObject=function(){var obj={};return $.each(this.serializeArray(),(function(i,o){var n=o.name,v=o.value;obj[n]=void 0===obj[n]?v:$.isArray(obj[n])?obj[n].concat(v):[obj[n],v]})),obj},$.fn.spf_save=function(){return this.each((function(){var $this=$(this),$buttons=$(".spf-save"),$panel=$(".spf-options"),flooding=!1,timeout;$this.on("click",(function(e){if(!flooding){var $text=$this.data("save"),$value=$this.val();$buttons.attr("value",$text),$this.hasClass("spf-save-ajax")&&(e.preventDefault(),$panel.addClass("spf-saving"),$buttons.prop("disabled",!0),window.wp.ajax.post("spf_"+$panel.data("unique")+"_ajax_save",{data:$("#spf-form").serializeJSONSP_WPCF()}).done((function(response){clearTimeout(timeout);var $result_success=$(".spf-form-success");$result_success.empty().append(response.notice).slideDown("fast",(function(){timeout=setTimeout((function(){$result_success.slideUp("fast")}),2e3)})),$(".spf-error").remove();var $append_errors=$(".spf-form-error");if($append_errors.empty().hide(),Object.keys(response.errors).length){var error_icon='<i class="spf-label-error spf-error">!</i>';$.each(response.errors,(function(key,error_message){var $field=$('[data-depend-id="'+key+'"]'),$link=$("#spf-tab-link-"+($field.closest(".spf-section").index()+1)),$tab=$link.closest(".spf-tab-depth-0");$field.closest(".spf-fieldset").append('<p class="spf-text-error spf-error">'+error_message+"</p>"),$link.find(".spf-error").length||$link.append(error_icon),$tab.find(".spf-arrow .spf-error").length||$tab.find(".spf-arrow").append(error_icon),console.log(error_message),$append_errors.append("<div>"+error_icon+" "+error_message+"</div>")})),$append_errors.show()}$panel.removeClass("spf-saving"),$buttons.prop("disabled",!1).attr("value",$value),flooding=!1})).fail((function(response){alert(response.error)})))}flooding=!0}))}))},$.fn.spf_taxonomy=function(){return this.each((function(){var $this=$(this),$form=$this.parents("form");if("addtag"===$form.attr("id")){var $submit=$form.find("#submit"),$cloned=$this.find(".spf-field").spf_clone();$submit.on("click",(function(){$form.find(".form-required").hasClass("form-invalid")||($this.data("inited",!1),$this.empty(),$this.html($cloned),$cloned=$cloned.spf_clone(),$this.spf_reload_script())}))}}))},$.fn.spf_shortcode=function(){var base=this;return base.shortcode_parse=function(serialize,key){var shortcode="";return $.each(serialize,(function(shortcode_key,shortcode_values){shortcode+="["+(key=key||shortcode_key),$.each(shortcode_values,(function(shortcode_tag,shortcode_value){"content"===shortcode_tag?(shortcode+="]",shortcode+=shortcode_value,shortcode+="[/"+key):shortcode+=base.shortcode_tags(shortcode_tag,shortcode_value)})),shortcode+="]"})),shortcode},base.shortcode_tags=function(shortcode_tag,shortcode_value){var shortcode="";return""!==shortcode_value&&("object"!=typeof shortcode_value||$.isArray(shortcode_value)?shortcode+=" "+shortcode_tag.replace("-","_")+'="'+shortcode_value.toString()+'"':$.each(shortcode_value,(function(sub_shortcode_tag,sub_shortcode_value){switch(sub_shortcode_tag){case"background-image":sub_shortcode_value=sub_shortcode_value.url?sub_shortcode_value.url:""}""!==sub_shortcode_value&&(shortcode+=" "+sub_shortcode_tag.replace("-","_")+'="'+sub_shortcode_value.toString()+'"')}))),shortcode},base.insertAtChars=function(_this,currentValue){var obj=void 0!==_this[0].name?_this[0]:_this;return obj.value.length&&void 0!==obj.selectionStart?(obj.focus(),obj.value.substring(0,obj.selectionStart)+currentValue+obj.value.substring(obj.selectionEnd,obj.value.length)):(obj.focus(),currentValue)},base.send_to_editor=function(html,editor_id){var tinymce_editor;if("undefined"!=typeof tinymce&&(tinymce_editor=tinymce.get(editor_id)),tinymce_editor&&!tinymce_editor.isHidden())tinymce_editor.execCommand("mceInsertContent",!1,html);else{var $editor=$("#"+editor_id);$editor.val(base.insertAtChars($editor,html)).trigger("change")}},this.each((function(){var $modal=$(this),$load=$modal.find(".spf-modal-load"),$content=$modal.find(".spf-modal-content"),$insert=$modal.find(".spf-modal-insert"),$loading=$modal.find(".spf-modal-loading"),$select=$modal.find("select"),modal_id=$modal.data("modal-id"),nonce=$modal.data("nonce"),editor_id,target_id,gutenberg_id,sc_key,sc_name,sc_view,sc_group,$cloned,$button;$(document).on("click",'.spf-shortcode-button[data-modal-id="'+modal_id+'"]',(function(e){e.preventDefault(),$button=$(this),editor_id=$button.data("editor-id")||!1,target_id=$button.data("target-id")||!1,gutenberg_id=$button.data("gutenberg-id")||!1,$modal.show(),$modal.hasClass("spf-shortcode-single")&&void 0===sc_name&&$select.trigger("change")})),$select.on("change",(function(){var $option=$(this),$selected=$option.find(":selected");sc_key=$option.val(),sc_name=$selected.data("shortcode"),sc_view=$selected.data("view")||"normal",sc_group=$selected.data("group")||sc_name,$load.empty(),sc_key?($loading.show(),window.wp.ajax.post("spf-get-shortcode-"+modal_id,{shortcode_key:sc_key,nonce:nonce}).done((function(response){$loading.hide();var $appended=$(response.content).appendTo($load);$insert.parent().removeClass("hidden"),$cloned=$appended.find(".spf--repeat-shortcode").spf_clone(),$appended.spf_reload_script(),$appended.find(".spf-fields").spf_reload_script()}))):$insert.parent().addClass("hidden")})),$insert.on("click",(function(e){e.preventDefault();var shortcode="",serialize=$modal.find(".spf-field:not(.hidden)").find(":input").serializeObjectSP_WPCF();switch(sc_view){case"contents":var contentsObj=sc_name?serialize[sc_name]:serialize;$.each(contentsObj,(function(sc_key,sc_value){var sc_tag=sc_name||sc_key;shortcode+="["+sc_tag+"]"+sc_value+"[/"+sc_tag+"]"}));break;case"group":shortcode+="["+sc_name,$.each(serialize[sc_name],(function(sc_key,sc_value){shortcode+=base.shortcode_tags(sc_key,sc_value)})),shortcode+="]",shortcode+=base.shortcode_parse(serialize[sc_group],sc_group),shortcode+="[/"+sc_name+"]";break;case"repeater":shortcode+=base.shortcode_parse(serialize[sc_group],sc_group);break;default:shortcode+=base.shortcode_parse(serialize)}if(gutenberg_id){var content=window.spf_gutenberg_props.attributes.hasOwnProperty("shortcode")?window.spf_gutenberg_props.attributes.shortcode:"";window.spf_gutenberg_props.setAttributes({shortcode:content+shortcode})}else if(editor_id)base.send_to_editor(shortcode,editor_id);else{var $textarea=target_id?$(target_id):$button.parent().find("textarea");$textarea.val(base.insertAtChars($textarea,shortcode)).trigger("change")}$modal.hide()})),$modal.on("click",".spf--repeat-button",(function(e){e.preventDefault();var $repeatable=$modal.find(".spf--repeatable"),$new_clone=$cloned.spf_clone(),$remove_btn=$new_clone.find(".spf-repeat-remove"),$appended=$new_clone.appendTo($repeatable);$new_clone.find(".spf-fields").spf_reload_script(),SP_WPCF.helper.name_nested_replace($modal.find(".spf--repeat-shortcode"),sc_group),$remove_btn.on("click",(function(){$new_clone.remove(),SP_WPCF.helper.name_nested_replace($modal.find(".spf--repeat-shortcode"),sc_group)}))})),$modal.on("click",".spf-modal-close, .spf-modal-overlay",(function(){$modal.hide()}))}))},$.fn.spf_checkbox=function(){return this.each((function(){var $this=$(this),$input=$this.find(".spf--input"),$checkbox=$this.find(".spf--checkbox");$checkbox.on("click",(function(){$input.val(Number($checkbox.prop("checked"))).trigger("change")}))}))},$.fn.spf_field_wp_editor=function(){return this.each((function(){if(void 0!==window.wp.editor&&void 0!==window.tinyMCEPreInit&&void 0!==window.tinyMCEPreInit.mceInit.spf_wp_editor){var $this=$(this),$editor=$this.find(".spf-wp-editor"),$textarea=$this.find("textarea"),$has_wp_editor;($this.find(".wp-editor-wrap").length||$this.find(".mce-container").length)&&($editor.empty(),$editor.append($textarea),$textarea.css("display",""));var uid=SP_WPCF.helper.uid("spf-editor-");$textarea.attr("id",uid);var default_editor_settings={tinymce:window.tinyMCEPreInit.mceInit.spf_wp_editor,quicktags:window.tinyMCEPreInit.qtInit.spf_wp_editor},field_editor_settings=$editor.data("editor-settings"),editor_on_change=function(editor){editor.on("change",SP_WPCF.helper.debounce((function(){editor.save(),$textarea.trigger("change")}),250))};default_editor_settings.tinymce=$.extend({},default_editor_settings.tinymce,{selector:"#"+uid,setup:editor_on_change}),!1===field_editor_settings.tinymce&&(default_editor_settings.tinymce=!1,$editor.addClass("spf-no-tinymce")),!1===field_editor_settings.quicktags&&(default_editor_settings.quicktags=!1,$editor.addClass("spf-no-quicktags"));var interval=setInterval((function(){$this.is(":visible")&&(window.wp.editor.initialize(uid,default_editor_settings),clearInterval(interval))}));if(field_editor_settings.media_buttons&&window.spf_media_buttons){var $editor_buttons=$editor.find(".wp-media-buttons");if($editor_buttons.length)$editor_buttons.find(".spf-shortcode-button").data("editor-id",uid);else{var $media_buttons=$(window.spf_media_buttons);$media_buttons.find(".spf-shortcode-button").data("editor-id",uid),$editor.prepend($media_buttons)}}}}))},$.fn.spf_siblings=function(){return this.each((function(){var $this=$(this),$siblings=$this.find(".spf--sibling"),multiple=$this.data("multiple")||!1;$siblings.on("click",(function(){var $sibling=$(this);multiple?$sibling.hasClass("spf--active")?($sibling.removeClass("spf--active"),$sibling.find("input").prop("checked",!1).trigger("change")):($sibling.addClass("spf--active"),$sibling.find("input").prop("checked",!0).trigger("change")):($this.find("input").prop("checked",!1),$sibling.find("input").prop("checked",!0).trigger("change"),$sibling.addClass("spf--active").siblings().removeClass("spf--active"))}))}))},"function"==typeof Color&&(Color.fn.toString=function(){if(this._alpha<1)return this.toCSS("rgba",this._alpha).replace(/\s+/g,"");var hex=parseInt(this._color,10).toString(16);if(this.error)return"";if(hex.length<6)for(var i=6-hex.length-1;i>=0;i--)hex="0"+hex;return"#"+hex}),SP_WPCF.funcs.parse_color=function(color){var value=color.replace(/\s+/g,""),trans=-1!==value.indexOf("rgba")?parseFloat(100*value.replace(/^.*,(.+)\)/,"$1")):100,rgba;return{value:value,transparent:trans,rgba:trans<100}},$.fn.spf_color=function(){return this.each((function(){var $input=$(this),picker_color=SP_WPCF.funcs.parse_color($input.val()),palette_color=!window.spf_vars.color_palette.length||window.spf_vars.color_palette,$container;$input.hasClass("wp-color-picker")&&$input.closest(".wp-picker-container").after($input).remove(),$input.wpColorPicker({palettes:palette_color,change:function(event,ui){var ui_color_value=ui.color.toString();$container.removeClass("spf--transparent-active"),$container.find(".spf--transparent-offset").css("background-color",ui_color_value),$input.val(ui_color_value).trigger("change")},create:function(){$container=$input.closest(".wp-picker-container");var a8cIris=$input.data("a8cIris"),$transparent_wrap=$('<div class="spf--transparent-wrap"><div class="spf--transparent-slider"></div><div class="spf--transparent-offset"></div><div class="spf--transparent-text"></div><div class="spf--transparent-button button button-small">transparent</div></div>').appendTo($container.find(".wp-picker-holder")),$transparent_slider=$transparent_wrap.find(".spf--transparent-slider"),$transparent_text=$transparent_wrap.find(".spf--transparent-text"),$transparent_offset=$transparent_wrap.find(".spf--transparent-offset"),$transparent_button=$transparent_wrap.find(".spf--transparent-button");"transparent"===$input.val()&&$container.addClass("spf--transparent-active"),$transparent_button.on("click",(function(){"transparent"!==$input.val()?($input.val("transparent").trigger("change").removeClass("iris-error"),$container.addClass("spf--transparent-active")):($input.val(a8cIris._color.toString()).trigger("change"),$container.removeClass("spf--transparent-active"))})),$transparent_slider.slider({value:picker_color.transparent,step:1,min:0,max:100,slide:function(event,ui){var slide_value=parseFloat(ui.value/100);a8cIris._color._alpha=slide_value,$input.wpColorPicker("color",a8cIris._color.toString()),$transparent_text.text(1===slide_value||0===slide_value?"":slide_value)},create:function(){var slide_value=parseFloat(picker_color.transparent/100),text_value=slide_value<1?slide_value:"";$transparent_text.text(text_value),$transparent_offset.css("background-color",picker_color.value),$container.on("click",".wp-picker-clear",(function(){a8cIris._color._alpha=1,$transparent_text.text(""),$transparent_slider.slider("option","value",100),$container.removeClass("spf--transparent-active"),$input.trigger("change")})),$container.on("click",".wp-picker-default",(function(){var default_color=SP_WPCF.funcs.parse_color($input.data("default-color")),default_value=parseFloat(default_color.transparent/100),default_text=default_value<1?default_value:"";a8cIris._color._alpha=default_value,$transparent_text.text(default_text),$transparent_slider.slider("option","value",default_color.transparent)})),$container.on("click",".wp-color-result",(function(){$transparent_wrap.toggle()})),$("body").on("click.wpcolorpicker",(function(){$transparent_wrap.hide()}))}})}})}))},$.fn.spf_chosen=function(){return this.each((function(){var $this=$(this),$inited=$this.parent().find(".chosen-container"),is_multi,set_width=$this.attr("multiple")||!1?"100%":"auto",set_options=$.extend({allow_single_deselect:!0,disable_search_threshold:15,width:set_width},$this.data());$inited.length&&$inited.remove(),$this.chosen(set_options)}))},$.fn.spf_number=function(){return this.each((function(){$(this).on("keypress",(function(e){if(0!==e.keyCode&&8!==e.keyCode&&45!==e.keyCode&&46!==e.keyCode&&(e.keyCode<48||e.keyCode>57))return!1}))}))},$.fn.spf_help=function(){return this.each((function(){var $this=$(this),$tooltip,offset_left;$this.on({mouseenter:function(){$tooltip=$('<div class="spf-tooltip"></div>').html($this.find(".spf-help-text").html()).appendTo("body"),offset_left=SP_WPCF.vars.is_rtl?$this.offset().left+24:$this.offset().left-$tooltip.outerWidth(),$tooltip.css({top:$this.offset().top-($tooltip.outerHeight()/2-14),left:offset_left})},mouseleave:function(){void 0!==$tooltip&&$tooltip.remove()}})}))},$.fn.spf_customizer_refresh=function(){return this.each((function(){var $this=$(this),$complex=$this.closest(".spf-customize-complex");if($complex.length){var $input=$complex.find(":input"),$unique=$complex.data("unique-id"),$option=$complex.data("option-id"),obj=$input.serializeObjectSP_WPCF(),data=$.isEmptyObject(obj)?"":obj[$unique][$option],control=wp.customize.control($unique+"["+$option+"]");control.setting._value=null,control.setting.set(data)}else $this.find(":input").first().trigger("change");$(document).trigger("spf-customizer-refresh",$this)}))},$.fn.spf_customizer_listen=function(options){var settings=$.extend({closest:!1},options);return this.each((function(){if(void 0!==window.wp.customize){var $this=settings.closest?$(this).closest(".spf-customize-complex"):$(this),$input=$this.find(":input"),unique_id=$this.data("unique-id"),option_id=$this.data("option-id");void 0!==unique_id&&$input.on("change keyup",SP_WPCF.helper.debounce((function(){var obj=$this.find(":input").serializeObjectSP_WPCF();!$.isEmptyObject(obj)&&obj[unique_id]&&window.wp.customize.control(unique_id+"["+option_id+"]").setting.set(obj[unique_id][option_id])}),250))}}))},$(document).on("expanded",".control-section-spf",(function(){var $this=$(this);$this.hasClass("open")&&!$this.data("inited")&&($this.spf_dependency(),$this.find(".spf-customize-field").spf_reload_script({dependency:!1}),$this.find(".spf-customize-complex").spf_customizer_listen(),$this.data("inited",!0))})),SP_WPCF.vars.$window.on("resize spf.resize",SP_WPCF.helper.debounce((function(event){var window_width;(navigator.userAgent.indexOf("AppleWebKit/")>-1?SP_WPCF.vars.$window.width():window.innerWidth)<=782&&!SP_WPCF.vars.onloaded&&($(".spf-section").spf_reload_script(),SP_WPCF.vars.onloaded=!0)}),200)).trigger("spf.resize"),$.fn.spf_widgets=function(){this.length&&($(document).on("widget-added widget-updated",(function(event,$widget){$widget.find(".spf-fields").spf_reload_script()})),$(".widgets-sortables, .control-section-sidebar").on("sortstop",(function(event,ui){ui.item.find(".spf-fields").spf_reload_script_retry()})),$(document).on("click",".widget-top",(function(event){$(this).parent().find(".spf-fields").spf_reload_script()})))},$.fn.spf_reload_script_retry=function(){return this.each((function(){var $this=$(this);$this.data("inited")&&$this.children(".spf-field-wp_editor").spf_field_wp_editor()}))},$.fn.spf_reload_script=function(options){var settings=$.extend({dependency:!0},options);return this.each((function(){var $this=$(this);$this.data("inited")||($this.children(".spf-field-accordion").spf_field_accordion(),$this.children(".spf-field-code_editor").spf_field_code_editor(),$this.children(".spf-field-fieldset").spf_field_fieldset(),$this.children(".spf-field-gallery").spf_field_gallery(),$this.children(".spf-field-group").spf_field_group(),$this.children(".spf-field-media").spf_field_media(),$this.children(".spf-field-spinner").spf_field_spinner(),$this.children(".spf-field-switcher").spf_field_switcher(),$this.children(".spf-field-typography").spf_field_typography(),$this.children(".spf-field-upload").spf_field_upload(),$this.children(".spf-field-wp_editor").spf_field_wp_editor(),$this.children(".spf-field-border").find(".spf-color").spf_color(),$this.children(".spf-field-dimensions_advanced").find(".spf-color").spf_color(),$this.children(".spf-field-background_adv").find(".spf-color").spf_color(),$this.children(".spf-field-background").find(".spf-color").spf_color(),$this.children(".spf-field-color").find(".spf-color").spf_color(),$this.children(".spf-field-color_group").find(".spf-color").spf_color(),$this.children(".spf-field-link_color").find(".spf-color").spf_color(),$this.children(".spf-field-typography").find(".spf-color").spf_color(),$this.children(".spf-field-dimensions").find(".spf-number").spf_number(),$this.children(".spf-field-slider").find(".spf-number").spf_number(),$this.children(".spf-field-spacing").find(".spf-number").spf_number(),$this.children(".spf-field-column").find(".spf-number").spf_number(),$this.children(".spf-field-dimensions_advanced").find(".spf-number").spf_number(),$this.children(".spf-field-spinner").find(".spf-number").spf_number(),$this.children(".spf-field-typography").find(".spf-number").spf_number(),$this.children(".spf-field-select").find(".spf-chosen").spf_chosen(),$this.children(".spf-field-checkbox").find(".spf-checkbox").spf_checkbox(),$this.children(".spf-field-button_set").find(".spf-siblings").spf_siblings(),$this.children(".spf-field-image_select").find(".spf-siblings").spf_siblings(),$this.children(".spf-field-carousel_type").find(".spf-siblings").spf_siblings(),$this.children(".spf-field-palette").find(".spf-siblings").spf_siblings(),$this.children(".spf-field").find(".spf-help").spf_help(),settings.dependency&&$this.spf_dependency(),$this.data("inited",!0),$(document).trigger("spf-reload-script",$this))}))},$(document).ready((function(){$(".spf-save").spf_save(),$(".spf-confirm").spf_confirm(),$(".spf-nav-options").spf_nav_options(),$(".spf-nav-metabox").spf_nav_metabox(),$(".spf-expand-all").spf_expand_all(),$(".spf-search").spf_search(),$(".spf-sticky-header").spf_sticky(),$(".spf-taxonomy").spf_taxonomy(),$(".spf-shortcode").spf_shortcode(),$(".spf-page-templates").spf_page_templates(),$(".spf-post-formats").spf_post_formats(),$(".spf-onload").spf_reload_script(),$(".widget").spf_widgets()})),$(".sp_wpcp_post_type select").change((function(event){event.preventDefault();var data={action:"wpcp_get_taxonomies",wpcf_post_type:$(this).val()};$.post(ajaxurl,data,(function(resp){$(".sp_wpcp_post_taxonomy select").html(resp),$(".sp_wpcp_post_taxonomy select").trigger("chosen:updated")}))})),$(".sp_wpcp_post_taxonomy select").change((function(event){event.preventDefault();var data={action:"wpcp_get_terms",wpcf_post_taxonomy:$(this).val()};$.post(ajaxurl,data,(function(resp){$(".sp_wpcp_taxonomy_terms select").html(resp),$(".sp_wpcp_taxonomy_terms select").trigger("chosen:updated")}))})),$(".sp_wpcp_post_type select").change((function(event){event.preventDefault();var data={action:"wpcp_get_posts",wpcf_post_type:$(this).val()};$.post(ajaxurl,data,(function(resp){$(".sp_wpcp_specific_posts select").html(resp),$(".sp_wpcp_specific_posts select").trigger("chosen:updated")}))})),$('.spf-field-select select option:contains("Pro")').attr("disabled","disabled").addClass("wpcp_pro_only").css({"pointer-events":"none",opacity:".8"}),$(".trpo-copy-btn").click((function(e){e.preventDefault(),wpcp_copyToClipboard($(this).siblings(".tpro-sc-code")),wpcp_SelectText($(this).siblings(".tpro-sc-code")),$(this).siblings(".tpro-sc-code").focus().select(),$(".spwpc-after-copy-text").animate({opacity:1},500),setTimeout((function(){$(".spwpc-after-copy-text").animate({opacity:0},500)}),1500)})),$(".wpcp-shortcode-selectable").click((function(e){e.preventDefault(),wpcp_copyToClipboard($(this)),wpcp_SelectText($(this)),$(this).focus().select(),jQuery(".spwpc-after-copy-text").animate({opacity:1,bottom:25},300),setTimeout((function(){jQuery(".spwpc-after-copy-text").animate({opacity:0},200),jQuery(".spwpc-after-copy-text").animate({bottom:0},0)}),2e3)})),$(".post-type-sp_wp_carousel .shortcode.column-shortcode input").click((function(e){var copyText;e.preventDefault(),$(this).select(),document.execCommand("copy"),jQuery(".spwpc-after-copy-text").animate({opacity:1,bottom:25},300),setTimeout((function(){jQuery(".spwpc-after-copy-text").animate({opacity:0},200),jQuery(".spwpc-after-copy-text").animate({bottom:0},0)}),2e3)}))}(jQuery,window,document);
1
+ !function($,window,document,undefined){"use strict";var SP_WPCF=SP_WPCF||{};function wpcp_copyToClipboard(element){var $temp=$("<input>");$("body").append($temp),$temp.val($(element).text()).select(),document.execCommand("copy"),$temp.remove()}function wpcp_SelectText(element){var r=document.createRange(),w=element.get(0);r.selectNodeContents(w);var sel=window.getSelection();sel.removeAllRanges(),sel.addRange(r)}SP_WPCF.funcs={},SP_WPCF.vars={onloaded:!1,$body:$("body"),$window:$(window),$document:$(document),is_rtl:$("body").hasClass("rtl"),code_themes:[]},SP_WPCF.helper={uid:function(prefix){return(prefix||"")+Math.random().toString(36).substr(2,9)},preg_quote:function(str){return(str+"").replace(/(\[|\-|\])/g,"\\$1")},name_nested_replace:function($selector,field_id){var checks=[],regex=new RegExp("("+SP_WPCF.helper.preg_quote(field_id)+")\\[(\\d+)\\]","g");$selector.find(":radio").each((function(){(this.checked||this.orginal_checked)&&(this.orginal_checked=!0)})),$selector.each((function(index){$(this).find(":input").each((function(){this.name=this.name.replace(regex,field_id+"["+index+"]"),this.orginal_checked&&(this.checked=!0)}))}))},debounce:function(callback,threshold,immediate){var timeout;return function(){var context=this,args=arguments,later=function(){timeout=null,immediate||callback.apply(context,args)},callNow=immediate&&!timeout;clearTimeout(timeout),timeout=setTimeout(later,threshold),callNow&&callback.apply(context,args)}},get_cookie:function(name){var e,b,cookie=document.cookie,p=name+"=";if(cookie){if(-1===(b=cookie.indexOf("; "+p))){if(0!==(b=cookie.indexOf(p)))return null}else b+=2;return-1===(e=cookie.indexOf(";",b))&&(e=cookie.length),decodeURIComponent(cookie.substring(b+p.length,e))}},set_cookie:function(name,value,expires,path,domain,secure){var d=new Date;"object"==typeof expires&&expires.toGMTString?expires=expires.toGMTString():parseInt(expires,10)?(d.setTime(d.getTime()+1e3*parseInt(expires,10)),expires=d.toGMTString()):expires="",document.cookie=name+"="+encodeURIComponent(value)+(expires?"; expires="+expires:"")+(path?"; path="+path:"")+(domain?"; domain="+domain:"")+(secure?"; secure":"")},remove_cookie:function(name,path,domain,secure){SP_WPCF.helper.set_cookie(name,"",-1e3,path,domain,secure)}},$.fn.spf_clone=function(){for(var base=$.fn.clone.apply(this,arguments),clone=this.find("select").add(this.filter("select")),cloned=base.find("select").add(base.filter("select")),i=0;i<clone.length;++i)for(var j=0;j<clone[i].options.length;++j)!0===clone[i].options[j].selected&&(cloned[i].options[j].selected=!0);return this.find(":radio").each((function(){this.orginal_checked=this.checked})),base},$.fn.spf_expand_all=function(){return this.each((function(){$(this).on("click",(function(e){e.preventDefault(),$(".spf-wrapper").toggleClass("spf-show-all"),$(".spf-section").spf_reload_script(),$(this).find(".fa").toggleClass("fa-indent").toggleClass("fa-outdent")}))}))},$.fn.spf_nav_options=function(){return this.each((function(){var $nav=$(this),$links=$nav.find("a"),$hidden=$nav.closest(".spf").find(".spf-section-id"),$last_section;$(window).on("hashchange",(function(){var hash=window.location.hash.match(new RegExp("tab=([^&]*)")),slug=hash?hash[1]:$links.first().attr("href").replace("#tab=",""),$link=$("#spf-tab-link-"+slug);if($link.length>0){$link.closest(".spf-tab-depth-0").addClass("spf-tab-active").siblings().removeClass("spf-tab-active"),$links.removeClass("spf-section-active"),$link.addClass("spf-section-active"),void 0!==$last_section&&$last_section.hide();var $section=$("#spf-section-"+slug);$section.css({display:"block"}),$section.spf_reload_script(),$hidden.val(slug),$last_section=$section}})).trigger("hashchange")}))},$.fn.spf_nav_metabox=function(){return this.each((function(){var $nav=$(this),$links=$nav.find("a"),unique_id=$nav.data("unique"),post_id=$("#post_ID").val()||"global",$last_section,$last_link;$links.on("click",(function(e){e.preventDefault();var $link=$(this),section_id=$link.data("section");void 0!==$last_link&&$last_link.removeClass("spf-section-active"),void 0!==$last_section&&$last_section.hide(),$link.addClass("spf-section-active");var $section=$("#spf-section-"+section_id);$section.css({display:"block"}),$section.spf_reload_script(),SP_WPCF.helper.set_cookie("spf-last-metabox-tab-"+post_id+"-"+unique_id,section_id),$last_section=$section,$last_link=$link}));var get_cookie=SP_WPCF.helper.get_cookie("spf-last-metabox-tab-"+post_id+"-"+unique_id);get_cookie?$nav.find('a[data-section="'+get_cookie+'"]').trigger("click"):$links.first("a").trigger("click")}))},$.fn.spf_page_templates=function(){this.length&&$(document).on("change",".editor-page-attributes__template select, #page_template",(function(){var maybe_value=$(this).val()||"default";$(".spf-page-templates").removeClass("spf-show").addClass("spf-hide"),$(".spf-page-"+maybe_value.toLowerCase().replace(/[^a-zA-Z0-9]+/g,"-")).removeClass("spf-hide").addClass("spf-show")}))},$.fn.spf_post_formats=function(){this.length&&$(document).on("change",'.editor-post-format select, #formatdiv input[name="post_format"]',(function(){var maybe_value=$(this).val()||"default";maybe_value="0"===maybe_value?"default":maybe_value,$(".spf-post-formats").removeClass("spf-show").addClass("spf-hide"),$(".spf-post-format-"+maybe_value).removeClass("spf-hide").addClass("spf-show")}))},$.fn.spf_search=function(){return this.each((function(){var $this,$input;$(this).find("input").on("change keyup",(function(){var value=$(this).val(),$wrapper=$(".spf-wrapper"),$section,$fields=$wrapper.find(".spf-section").find("> .spf-field:not(.hidden)"),$titles=$fields.find("> .spf-title, .spf-search-tags");value.length>3?($fields.addClass("spf-hidden"),$wrapper.addClass("spf-search-all"),$titles.each((function(){var $title=$(this);if($title.text().match(new RegExp(".*?"+value+".*?","i"))){var $field=$title.closest(".spf-field");$field.removeClass("spf-hidden"),$field.parent().spf_reload_script()}}))):($fields.removeClass("spf-hidden"),$wrapper.removeClass("spf-search-all"))}))}))},$.fn.spf_sticky=function(){return this.each((function(){var $this=$(this),$window=$(window),$inner=$this.find(".spf-header-inner"),padding=parseInt($inner.css("padding-left"))+parseInt($inner.css("padding-right")),offset=32,scrollTop=0,lastTop=0,ticking=!1,stickyUpdate=function(){var offsetTop=$this.offset().top,stickyTop=Math.max(32,offsetTop-scrollTop),winWidth=Math.max(document.documentElement.clientWidth,window.innerWidth||0);stickyTop<=32&&winWidth>782?($inner.css({width:$this.outerWidth()-padding}),$this.css({height:$this.outerHeight()}).addClass("spf-sticky")):($inner.removeAttr("style"),$this.removeAttr("style").removeClass("spf-sticky"))},requestTick=function(){ticking||requestAnimationFrame((function(){stickyUpdate(),ticking=!1})),ticking=!0},onSticky=function(){scrollTop=$window.scrollTop(),requestTick()};$window.on("scroll resize",onSticky),onSticky()}))},$.fn.spf_dependency=function(){return this.each((function(){var $this=$(this),ruleset=$.spf_deps.createRuleset(),depends=[],is_global=!1;$this.children("[data-controller]").each((function(){var $field=$(this),controllers=$field.data("controller").split("|"),conditions=$field.data("condition").split("|"),values=$field.data("value").toString().split("|"),rules=ruleset;$field.data("depend-global")&&(is_global=!0),$.each(controllers,(function(index,depend_id){var value=values[index]||"",condition=conditions[index]||conditions[0];(rules=rules.createRule('[data-depend-id="'+depend_id+'"]',condition,value)).include($field),depends.push(depend_id)}))})),depends.length&&(is_global?$.spf_deps.enable(SP_WPCF.vars.$body,ruleset,depends):$.spf_deps.enable($this,ruleset,depends))}))},$.fn.spf_field_accordion=function(){return this.each((function(){var $titles;$(this).find(".spf-accordion-title").on("click",(function(){var $title=$(this),$icon=$title.find(".spf-accordion-icon"),$content=$title.next();$icon.hasClass("fa-angle-right")?$icon.removeClass("fa-angle-right").addClass("fa-angle-down"):$icon.removeClass("fa-angle-down").addClass("fa-angle-right"),$content.data("opened")||($content.spf_reload_script(),$content.data("opened",!0)),$content.toggleClass("spf-accordion-open")}))}))},$.fn.spf_field_code_editor=function(){return this.each((function(){if("function"==typeof CodeMirror){var $this=$(this),$textarea=$this.find("textarea"),$inited=$this.find(".CodeMirror"),data_editor=$textarea.data("editor");$inited.length&&$inited.remove();var interval=setInterval((function(){if($this.is(":visible")){var code_editor=CodeMirror.fromTextArea($textarea[0],data_editor);if("default"!==data_editor.theme&&-1===SP_WPCF.vars.code_themes.indexOf(data_editor.theme)){var $cssLink=$("<link>");$("#spf-codemirror-css").after($cssLink),$cssLink.attr({rel:"stylesheet",id:"spf-codemirror-"+data_editor.theme+"-css",href:data_editor.cdnURL+"/theme/"+data_editor.theme+".min.css",type:"text/css",media:"all"}),SP_WPCF.vars.code_themes.push(data_editor.theme)}CodeMirror.modeURL=data_editor.cdnURL+"/mode/%N/%N.min.js",CodeMirror.autoLoadMode(code_editor,data_editor.mode),code_editor.on("change",(function(editor,event){$textarea.val(code_editor.getValue()).trigger("change")})),clearInterval(interval)}}))}}))},$.fn.spf_field_date=function(){return this.each((function(){var $this=$(this),$inputs=$this.find("input"),settings=$this.find(".spf-date-settings").data("settings"),wrapper='<div class="spf-datepicker-wrapper"></div>',$datepicker,defaults={showAnim:"",beforeShow:function(input,inst){$(inst.dpDiv).addClass("spf-datepicker-wrapper")},onClose:function(input,inst){$(inst.dpDiv).removeClass("spf-datepicker-wrapper")}};settings=$.extend({},settings,defaults),2===$inputs.length&&(settings=$.extend({},settings,{onSelect:function(selectedDate){var $this=$(this),$from=$inputs.first(),option=$inputs.first().attr("id")===$(this).attr("id")?"minDate":"maxDate",date=$.datepicker.parseDate(settings.dateFormat,selectedDate);$inputs.not(this).datepicker("option",option,date)}})),$inputs.each((function(){var $input=$(this);$input.hasClass("hasDatepicker")&&$input.removeAttr("id").removeClass("hasDatepicker"),$input.datepicker(settings)}))}))},$.fn.spf_field_fieldset=function(){return this.each((function(){$(this).find(".spf-fieldset-content").spf_reload_script()}))},$.fn.spf_field_gallery=function(){return this.each((function(){var $this=$(this),$edit=$this.find(".spf-edit-gallery"),$clear=$this.find(".spf-clear-gallery"),$list=$this.find("ul.sp-gallery-images"),$input=$this.find("input"),$img=$this.find("img"),wp_media_frame;$this.on("click",".spf-button, .spf-edit-gallery",(function(e){var $el=$(this),ids=$input.val(),what=$el.hasClass("spf-edit-gallery")?"edit":"add",state="add"!==what||ids.length?"gallery-edit":"gallery";e.preventDefault(),void 0!==window.wp&&window.wp.media&&window.wp.media.gallery&&("gallery"===state?(wp_media_frame=window.wp.media({library:{type:"image"},frame:"post",state:"gallery",multiple:!0})).open():(wp_media_frame=window.wp.media.gallery.edit('[gallery ids="'+ids+'"]'),"add"===what&&wp_media_frame.setState("gallery-library")),wp_media_frame.on("update",(function(selection){$list.empty();var selectedIds=selection.models.map((function(attachment){var item=attachment.toJSON(),thumb=void 0!==item.sizes.thumbnail?item.sizes.thumbnail.url:item.url;return $list.append('<li><img src="'+thumb+'"></li>'),item.id}));$input.val(selectedIds.join(",")).trigger("change"),$clear.removeClass("hidden"),$edit.removeClass("hidden")})))})),$clear.on("click",(function(e){e.preventDefault(),$list.empty(),$input.val("").trigger("change"),$clear.addClass("hidden"),$edit.addClass("hidden")}))}))},$.fn.spf_field_group=function(){return this.each((function(){var $this=$(this),$fieldset=$this.children(".spf-fieldset"),$group=$fieldset.length?$fieldset:$this,$wrapper=$group.children(".spf-cloneable-wrapper"),$hidden=$group.children(".spf-cloneable-hidden"),$max=$group.children(".spf-cloneable-max"),$min=$group.children(".spf-cloneable-min"),field_id=$wrapper.data("field-id"),unique_id=$wrapper.data("unique-id"),is_number=Boolean(Number($wrapper.data("title-number"))),max=parseInt($wrapper.data("max")),min=parseInt($wrapper.data("min"));$wrapper.hasClass("ui-accordion")&&$wrapper.find(".ui-accordion-header-icon").remove();var update_title_numbers=function($selector){$selector.find(".spf-cloneable-title-number").each((function(index){$(this).html($(this).closest(".spf-cloneable-item").index()+1+".")}))};$wrapper.accordion({header:"> .spf-cloneable-item > .spf-cloneable-title",collapsible:!0,active:!1,animate:!1,heightStyle:"content",icons:{header:"spf-cloneable-header-icon fa fa-angle-right",activeHeader:"spf-cloneable-header-icon fa fa-angle-down"},activate:function(event,ui){var $panel=ui.newPanel,$header=ui.newHeader;if($panel.length&&!$panel.data("opened")){var $fields,$first=$panel.children().first().find(":input").first(),$title=$header.find(".spf-cloneable-value");$first.on("keyup",(function(event){$title.text($first.val())})),$panel.spf_reload_script(),$panel.data("opened",!0),$panel.data("retry",!1)}else $panel.data("retry")&&($panel.spf_reload_script_retry(),$panel.data("retry",!1))}}),$wrapper.sortable({axis:"y",handle:".spf-cloneable-title,.spf-cloneable-sort",helper:"original",cursor:"move",placeholder:"widget-placeholder",start:function(event,ui){$wrapper.accordion({active:!1}),$wrapper.sortable("refreshPositions"),ui.item.children(".spf-cloneable-content").data("retry",!0)},update:function(event,ui){SP_WPCF.helper.name_nested_replace($wrapper.children(".spf-cloneable-item"),field_id),$wrapper.spf_customizer_refresh(),is_number&&update_title_numbers($wrapper)}}),$group.children(".spf-cloneable-add").on("click",(function(e){e.preventDefault();var count=$wrapper.children(".spf-cloneable-item").length;if($min.hide(),max&&count+1>max)$max.show();else{var new_field_id=unique_id+field_id+"["+count+"]",$cloned_item=$hidden.spf_clone(!0);$cloned_item.removeClass("spf-cloneable-hidden"),$cloned_item.find(":input").each((function(){this.name=new_field_id+this.name.replace(this.name.startsWith("_nonce")?"_nonce":unique_id,"")})),$cloned_item.find(".spf-data-wrapper").each((function(){$(this).attr("data-unique-id",new_field_id)})),$wrapper.append($cloned_item),$wrapper.accordion("refresh"),$wrapper.accordion({active:count}),$wrapper.spf_customizer_refresh(),$wrapper.spf_customizer_listen({closest:!0}),is_number&&update_title_numbers($wrapper)}}));var event_clone=function(e){e.preventDefault();var count=$wrapper.children(".spf-cloneable-item").length;if($min.hide(),max&&count+1>max)$max.show();else{var $this,$parent=$(this).parent().parent(),$cloned_helper=$parent.children(".spf-cloneable-helper").spf_clone(!0),$cloned_title=$parent.children(".spf-cloneable-title").spf_clone(),$cloned_content=$parent.children(".spf-cloneable-content").spf_clone(),cloned_regex=new RegExp("("+SP_WPCF.helper.preg_quote(field_id)+")\\[(\\d+)\\]","g");$cloned_content.find(".spf-data-wrapper").each((function(){var $this=$(this);$this.attr("data-unique-id",$this.attr("data-unique-id").replace(cloned_regex,field_id+"["+($parent.index()+1)+"]"))}));var $cloned=$('<div class="spf-cloneable-item" />');$cloned.append($cloned_helper),$cloned.append($cloned_title),$cloned.append($cloned_content),$wrapper.children().eq($parent.index()).after($cloned),SP_WPCF.helper.name_nested_replace($wrapper.children(".spf-cloneable-item"),field_id),$wrapper.accordion("refresh"),$wrapper.spf_customizer_refresh(),$wrapper.spf_customizer_listen({closest:!0}),is_number&&update_title_numbers($wrapper)}};$wrapper.children(".spf-cloneable-item").children(".spf-cloneable-helper").on("click",".spf-cloneable-clone",event_clone),$group.children(".spf-cloneable-hidden").children(".spf-cloneable-helper").on("click",".spf-cloneable-clone",event_clone);var event_remove=function(e){e.preventDefault();var count=$wrapper.children(".spf-cloneable-item").length;$max.hide(),$min.hide(),min&&count-1<min?$min.show():($(this).closest(".spf-cloneable-item").remove(),SP_WPCF.helper.name_nested_replace($wrapper.children(".spf-cloneable-item"),field_id),$wrapper.spf_customizer_refresh(),is_number&&update_title_numbers($wrapper))};$wrapper.children(".spf-cloneable-item").children(".spf-cloneable-helper").on("click",".spf-cloneable-remove",event_remove),$group.children(".spf-cloneable-hidden").children(".spf-cloneable-helper").on("click",".spf-cloneable-remove",event_remove)}))},$.fn.spf_field_media=function(){return this.each((function(){var $this=$(this),$upload_button=$this.find(".spf--button"),$remove_button=$this.find(".spf--remove"),$library=$upload_button.data("library")&&$upload_button.data("library").split(",")||"",wp_media_frame;$upload_button.on("click",(function(e){e.preventDefault(),void 0!==window.wp&&window.wp.media&&window.wp.media.gallery&&(wp_media_frame?wp_media_frame.open():((wp_media_frame=window.wp.media({library:{type:$library}})).on("select",(function(){var thumbnail,attributes=wp_media_frame.state().get("selection").first().attributes,preview_size=$upload_button.data("preview-size")||"thumbnail";$this.find(".spf--url").val(attributes.url),$this.find(".spf--id").val(attributes.id),$this.find(".spf--width").val(attributes.width),$this.find(".spf--height").val(attributes.height),$this.find(".spf--alt").val(attributes.alt),$this.find(".spf--title").val(attributes.title),$this.find(".spf--description").val(attributes.description),thumbnail=void 0!==attributes.sizes&&void 0!==attributes.sizes.thumbnail&&"thumbnail"===preview_size?attributes.sizes.thumbnail.url:void 0!==attributes.sizes&&void 0!==attributes.sizes.full?attributes.sizes.full.url:attributes.icon,$remove_button.removeClass("hidden"),$this.find(".spf--preview").removeClass("hidden"),$this.find(".spf--src").attr("src",thumbnail),$this.find(".spf--thumbnail").val(thumbnail).trigger("change")})),wp_media_frame.open()))})),$remove_button.on("click",(function(e){e.preventDefault(),$remove_button.addClass("hidden"),$this.find(".spf--preview").addClass("hidden"),$this.find("input").val(""),$this.find(".spf--thumbnail").trigger("change")}))}))},$.fn.spf_field_spinner=function(){return this.each((function(){var $this=$(this),$input=$this.find("input"),$inited=$this.find(".ui-spinner-button");$inited.length&&$inited.remove(),$input.spinner({max:$input.data("max")||100,min:$input.data("min")||0,step:$input.data("step")||1,spin:function(event,ui){$input.val(ui.value).trigger("change")}})}))},$.fn.spf_field_switcher=function(){return this.each((function(){var $switcher=$(this).find(".spf--switcher");$switcher.on("click",(function(){var value=0,$input=$switcher.find("input");$switcher.hasClass("spf--active")?$switcher.removeClass("spf--active"):(value=1,$switcher.addClass("spf--active")),$input.val(value).trigger("change")}))}))},$.fn.spf_field_typography=function(){return this.each((function(){var base=this,$this=$(this),loaded_fonts=[],webfonts=spf_typography_json.webfonts,googlestyles=spf_typography_json.googlestyles,defaultstyles=spf_typography_json.defaultstyles;base.sanitize_subset=function(subset){return subset=(subset=subset.replace("-ext"," Extended")).charAt(0).toUpperCase()+subset.slice(1)},base.sanitize_style=function(style){return googlestyles[style]?googlestyles[style]:style},base.load_google_font=function(font_family,weight,style){font_family&&"object"==typeof WebFont&&(weight=weight?weight.replace("normal",""):"",style=style?style.replace("normal",""):"",(weight||style)&&(font_family=font_family+":"+weight+style),-1===loaded_fonts.indexOf(font_family)&&WebFont.load({google:{families:[font_family]}}),loaded_fonts.push(font_family))},base.append_select_options=function($select,options,condition,type,is_multi){$select.find("option").not(":first").remove();var opts="";$.each(options,(function(key,value){var selected,name=value;selected=is_multi?condition&&-1!==condition.indexOf(value)?" selected":"":condition&&condition===value?" selected":"","subset"===type?name=base.sanitize_subset(value):"style"===type&&(name=base.sanitize_style(value)),opts+='<option value="'+value+'"'+selected+">"+name+"</option>"})),$select.append(opts).trigger("spf.change").trigger("chosen:updated")},base.init=function(){var selected_styles=[],$typography=$this.find(".spf--typography"),$type=$this.find(".spf--type"),unit=$typography.data("unit"),exclude_fonts=$typography.data("exclude")?$typography.data("exclude").split(","):[],$chosen_selects;$this.find(".spf--chosen").length&&$this.find("select").each((function(){var $chosen_select=$(this),$chosen_inited=$chosen_select.parent().find(".chosen-container");$chosen_inited.length&&$chosen_inited.remove(),$chosen_select.chosen({allow_single_deselect:!0,disable_search_threshold:15,width:"100%"})}));var $font_family_select=$this.find(".spf--font-family"),first_font_family=$font_family_select.val();$font_family_select.find("option").not(":first-child").remove();var opts="";$.each(webfonts,(function(type,group){exclude_fonts&&-1!==exclude_fonts.indexOf(type)||(opts+='<optgroup label="'+group.label+'">',$.each(group.fonts,(function(key,value){var selected;opts+='<option value="'+(value="object"==typeof value?key:value)+'" data-type="'+type+'"'+(value===first_font_family?" selected":"")+">"+value+"</option>"})),opts+="</optgroup>")})),$font_family_select.append(opts).trigger("chosen:updated");var $font_style_block=$this.find(".spf--block-font-style");if($font_style_block.length){var $font_style_select=$this.find(".spf--font-style-select"),first_style_value=$font_style_select.val()?$font_style_select.val().replace(/normal/g,""):"",$extra_font_style_block=$this.find(".spf--block-extra-styles");if($extra_font_style_block.length)var $extra_font_style_select,first_extra_style_value=$this.find(".spf--extra-styles").val()}var $subset_block=$this.find(".spf--block-subset");if($subset_block.length)var $subset_select=$this.find(".spf--subset"),first_subset_select_value=$subset_select.val(),subset_multi_select=$subset_select.data("multiple")||!1;var $backup_font_family_block=$this.find(".spf--block-backup-font-family");$font_family_select.on("change spf.change",(function(event){$subset_block.length&&$subset_block.addClass("hidden"),$extra_font_style_block.length&&$extra_font_style_block.addClass("hidden"),$backup_font_family_block.length&&$backup_font_family_block.addClass("hidden");var $selected=$font_family_select.find(":selected"),value=$selected.val(),type=$selected.data("type");type&&value?"google"!==type&&"custom"!==type||!$backup_font_family_block.length||$backup_font_family_block.removeClass("hidden"):($subset_block.length&&($subset_select.find("option").not(":first-child").remove(),$subset_select.trigger("chosen:updated")),$font_style_block.length&&($font_style_select.find("option").not(":first-child").remove(),$font_style_select.trigger("chosen:updated"))),$type.val(type)})).trigger("spf.change")},base.init()}))},$.fn.spf_field_upload=function(){return this.each((function(){var $this=$(this),$input=$this.find("input"),$upload_button=$this.find(".spf--button"),$remove_button=$this.find(".spf--remove"),$library=$upload_button.data("library")&&$upload_button.data("library").split(",")||"",wp_media_frame;$input.on("change",(function(e){$input.val()?$remove_button.removeClass("hidden"):$remove_button.addClass("hidden")})),$upload_button.on("click",(function(e){e.preventDefault(),void 0!==window.wp&&window.wp.media&&window.wp.media.gallery&&(wp_media_frame?wp_media_frame.open():((wp_media_frame=window.wp.media({library:{type:$library}})).on("select",(function(){$input.val(wp_media_frame.state().get("selection").first().attributes.url).trigger("change")})),wp_media_frame.open()))})),$remove_button.on("click",(function(e){e.preventDefault(),$input.val("").trigger("change")}))}))},$.fn.spf_confirm=function(){return this.each((function(){$(this).on("click",(function(e){var confirm_text=$(this).data("confirm")||window.spf_vars.i18n.confirm,confirm_answer=confirm(confirm_text);if(SP_WPCF.vars.is_confirm=!0,!confirm_answer)return e.preventDefault(),SP_WPCF.vars.is_confirm=!1,!1}))}))},$.fn.serializeObject=function(){var obj={};return $.each(this.serializeArray(),(function(i,o){var n=o.name,v=o.value;obj[n]=void 0===obj[n]?v:$.isArray(obj[n])?obj[n].concat(v):[obj[n],v]})),obj},$.fn.spf_save=function(){return this.each((function(){var $this=$(this),$buttons=$(".spf-save"),$panel=$(".spf-options"),flooding=!1,timeout;$this.on("click",(function(e){if(!flooding){var $text=$this.data("save"),$value=$this.val();$buttons.attr("value",$text),$this.hasClass("spf-save-ajax")&&(e.preventDefault(),$panel.addClass("spf-saving"),$buttons.prop("disabled",!0),window.wp.ajax.post("spf_"+$panel.data("unique")+"_ajax_save",{data:$("#spf-form").serializeJSONSP_WPCF()}).done((function(response){clearTimeout(timeout);var $result_success=$(".spf-form-success");$result_success.empty().append(response.notice).slideDown("fast",(function(){timeout=setTimeout((function(){$result_success.slideUp("fast")}),2e3)})),$(".spf-error").remove();var $append_errors=$(".spf-form-error");if($append_errors.empty().hide(),Object.keys(response.errors).length){var error_icon='<i class="spf-label-error spf-error">!</i>';$.each(response.errors,(function(key,error_message){var $field=$('[data-depend-id="'+key+'"]'),$link=$("#spf-tab-link-"+($field.closest(".spf-section").index()+1)),$tab=$link.closest(".spf-tab-depth-0");$field.closest(".spf-fieldset").append('<p class="spf-text-error spf-error">'+error_message+"</p>"),$link.find(".spf-error").length||$link.append(error_icon),$tab.find(".spf-arrow .spf-error").length||$tab.find(".spf-arrow").append(error_icon),console.log(error_message),$append_errors.append("<div>"+error_icon+" "+error_message+"</div>")})),$append_errors.show()}$panel.removeClass("spf-saving"),$buttons.prop("disabled",!1).attr("value",$value),flooding=!1})).fail((function(response){alert(response.error)})))}flooding=!0}))}))},$.fn.spf_taxonomy=function(){return this.each((function(){var $this=$(this),$form=$this.parents("form");if("addtag"===$form.attr("id")){var $submit=$form.find("#submit"),$cloned=$this.find(".spf-field").spf_clone();$submit.on("click",(function(){$form.find(".form-required").hasClass("form-invalid")||($this.data("inited",!1),$this.empty(),$this.html($cloned),$cloned=$cloned.spf_clone(),$this.spf_reload_script())}))}}))},$.fn.spf_shortcode=function(){var base=this;return base.shortcode_parse=function(serialize,key){var shortcode="";return $.each(serialize,(function(shortcode_key,shortcode_values){shortcode+="["+(key=key||shortcode_key),$.each(shortcode_values,(function(shortcode_tag,shortcode_value){"content"===shortcode_tag?(shortcode+="]",shortcode+=shortcode_value,shortcode+="[/"+key):shortcode+=base.shortcode_tags(shortcode_tag,shortcode_value)})),shortcode+="]"})),shortcode},base.shortcode_tags=function(shortcode_tag,shortcode_value){var shortcode="";return""!==shortcode_value&&("object"!=typeof shortcode_value||$.isArray(shortcode_value)?shortcode+=" "+shortcode_tag.replace("-","_")+'="'+shortcode_value.toString()+'"':$.each(shortcode_value,(function(sub_shortcode_tag,sub_shortcode_value){switch(sub_shortcode_tag){case"background-image":sub_shortcode_value=sub_shortcode_value.url?sub_shortcode_value.url:""}""!==sub_shortcode_value&&(shortcode+=" "+sub_shortcode_tag.replace("-","_")+'="'+sub_shortcode_value.toString()+'"')}))),shortcode},base.insertAtChars=function(_this,currentValue){var obj=void 0!==_this[0].name?_this[0]:_this;return obj.value.length&&void 0!==obj.selectionStart?(obj.focus(),obj.value.substring(0,obj.selectionStart)+currentValue+obj.value.substring(obj.selectionEnd,obj.value.length)):(obj.focus(),currentValue)},base.send_to_editor=function(html,editor_id){var tinymce_editor;if("undefined"!=typeof tinymce&&(tinymce_editor=tinymce.get(editor_id)),tinymce_editor&&!tinymce_editor.isHidden())tinymce_editor.execCommand("mceInsertContent",!1,html);else{var $editor=$("#"+editor_id);$editor.val(base.insertAtChars($editor,html)).trigger("change")}},this.each((function(){var $modal=$(this),$load=$modal.find(".spf-modal-load"),$content=$modal.find(".spf-modal-content"),$insert=$modal.find(".spf-modal-insert"),$loading=$modal.find(".spf-modal-loading"),$select=$modal.find("select"),modal_id=$modal.data("modal-id"),nonce=$modal.data("nonce"),editor_id,target_id,gutenberg_id,sc_key,sc_name,sc_view,sc_group,$cloned,$button;$(document).on("click",'.spf-shortcode-button[data-modal-id="'+modal_id+'"]',(function(e){e.preventDefault(),$button=$(this),editor_id=$button.data("editor-id")||!1,target_id=$button.data("target-id")||!1,gutenberg_id=$button.data("gutenberg-id")||!1,$modal.show(),$modal.hasClass("spf-shortcode-single")&&void 0===sc_name&&$select.trigger("change")})),$select.on("change",(function(){var $option=$(this),$selected=$option.find(":selected");sc_key=$option.val(),sc_name=$selected.data("shortcode"),sc_view=$selected.data("view")||"normal",sc_group=$selected.data("group")||sc_name,$load.empty(),sc_key?($loading.show(),window.wp.ajax.post("spf-get-shortcode-"+modal_id,{shortcode_key:sc_key,nonce:nonce}).done((function(response){$loading.hide();var $appended=$(response.content).appendTo($load);$insert.parent().removeClass("hidden"),$cloned=$appended.find(".spf--repeat-shortcode").spf_clone(),$appended.spf_reload_script(),$appended.find(".spf-fields").spf_reload_script()}))):$insert.parent().addClass("hidden")})),$insert.on("click",(function(e){e.preventDefault();var shortcode="",serialize=$modal.find(".spf-field:not(.hidden)").find(":input").serializeObjectSP_WPCF();switch(sc_view){case"contents":var contentsObj=sc_name?serialize[sc_name]:serialize;$.each(contentsObj,(function(sc_key,sc_value){var sc_tag=sc_name||sc_key;shortcode+="["+sc_tag+"]"+sc_value+"[/"+sc_tag+"]"}));break;case"group":shortcode+="["+sc_name,$.each(serialize[sc_name],(function(sc_key,sc_value){shortcode+=base.shortcode_tags(sc_key,sc_value)})),shortcode+="]",shortcode+=base.shortcode_parse(serialize[sc_group],sc_group),shortcode+="[/"+sc_name+"]";break;case"repeater":shortcode+=base.shortcode_parse(serialize[sc_group],sc_group);break;default:shortcode+=base.shortcode_parse(serialize)}if(gutenberg_id){var content=window.spf_gutenberg_props.attributes.hasOwnProperty("shortcode")?window.spf_gutenberg_props.attributes.shortcode:"";window.spf_gutenberg_props.setAttributes({shortcode:content+shortcode})}else if(editor_id)base.send_to_editor(shortcode,editor_id);else{var $textarea=target_id?$(target_id):$button.parent().find("textarea");$textarea.val(base.insertAtChars($textarea,shortcode)).trigger("change")}$modal.hide()})),$modal.on("click",".spf--repeat-button",(function(e){e.preventDefault();var $repeatable=$modal.find(".spf--repeatable"),$new_clone=$cloned.spf_clone(),$remove_btn=$new_clone.find(".spf-repeat-remove"),$appended=$new_clone.appendTo($repeatable);$new_clone.find(".spf-fields").spf_reload_script(),SP_WPCF.helper.name_nested_replace($modal.find(".spf--repeat-shortcode"),sc_group),$remove_btn.on("click",(function(){$new_clone.remove(),SP_WPCF.helper.name_nested_replace($modal.find(".spf--repeat-shortcode"),sc_group)}))})),$modal.on("click",".spf-modal-close, .spf-modal-overlay",(function(){$modal.hide()}))}))},$.fn.spf_checkbox=function(){return this.each((function(){var $this=$(this),$input=$this.find(".spf--input"),$checkbox=$this.find(".spf--checkbox");$checkbox.on("click",(function(){$input.val(Number($checkbox.prop("checked"))).trigger("change")}))}))},$.fn.spf_field_wp_editor=function(){return this.each((function(){if(void 0!==window.wp.editor&&void 0!==window.tinyMCEPreInit&&void 0!==window.tinyMCEPreInit.mceInit.spf_wp_editor){var $this=$(this),$editor=$this.find(".spf-wp-editor"),$textarea=$this.find("textarea"),$has_wp_editor;($this.find(".wp-editor-wrap").length||$this.find(".mce-container").length)&&($editor.empty(),$editor.append($textarea),$textarea.css("display",""));var uid=SP_WPCF.helper.uid("spf-editor-");$textarea.attr("id",uid);var default_editor_settings={tinymce:window.tinyMCEPreInit.mceInit.spf_wp_editor,quicktags:window.tinyMCEPreInit.qtInit.spf_wp_editor},field_editor_settings=$editor.data("editor-settings"),editor_on_change=function(editor){editor.on("change",SP_WPCF.helper.debounce((function(){editor.save(),$textarea.trigger("change")}),250))};default_editor_settings.tinymce=$.extend({},default_editor_settings.tinymce,{selector:"#"+uid,setup:editor_on_change}),!1===field_editor_settings.tinymce&&(default_editor_settings.tinymce=!1,$editor.addClass("spf-no-tinymce")),!1===field_editor_settings.quicktags&&(default_editor_settings.quicktags=!1,$editor.addClass("spf-no-quicktags"));var interval=setInterval((function(){$this.is(":visible")&&(window.wp.editor.initialize(uid,default_editor_settings),clearInterval(interval))}));if(field_editor_settings.media_buttons&&window.spf_media_buttons){var $editor_buttons=$editor.find(".wp-media-buttons");if($editor_buttons.length)$editor_buttons.find(".spf-shortcode-button").data("editor-id",uid);else{var $media_buttons=$(window.spf_media_buttons);$media_buttons.find(".spf-shortcode-button").data("editor-id",uid),$editor.prepend($media_buttons)}}}}))},$.fn.spf_siblings=function(){return this.each((function(){var $this=$(this),$siblings=$this.find(".spf--sibling"),multiple=$this.data("multiple")||!1;$siblings.on("click",(function(){var $sibling=$(this);multiple?$sibling.hasClass("spf--active")?($sibling.removeClass("spf--active"),$sibling.find("input").prop("checked",!1).trigger("change")):($sibling.addClass("spf--active"),$sibling.find("input").prop("checked",!0).trigger("change")):($this.find("input").prop("checked",!1),$sibling.find("input").prop("checked",!0).trigger("change"),$sibling.addClass("spf--active").siblings().removeClass("spf--active"))}))}))},"function"==typeof Color&&(Color.fn.toString=function(){if(this._alpha<1)return this.toCSS("rgba",this._alpha).replace(/\s+/g,"");var hex=parseInt(this._color,10).toString(16);if(this.error)return"";if(hex.length<6)for(var i=6-hex.length-1;i>=0;i--)hex="0"+hex;return"#"+hex}),SP_WPCF.funcs.parse_color=function(color){var value=color.replace(/\s+/g,""),trans=-1!==value.indexOf("rgba")?parseFloat(100*value.replace(/^.*,(.+)\)/,"$1")):100,rgba;return{value:value,transparent:trans,rgba:trans<100}},$.fn.spf_color=function(){return this.each((function(){var $input=$(this),picker_color=SP_WPCF.funcs.parse_color($input.val()),palette_color=!window.spf_vars.color_palette.length||window.spf_vars.color_palette,$container;$input.hasClass("wp-color-picker")&&$input.closest(".wp-picker-container").after($input).remove(),$input.wpColorPicker({palettes:palette_color,change:function(event,ui){var ui_color_value=ui.color.toString();$container.removeClass("spf--transparent-active"),$container.find(".spf--transparent-offset").css("background-color",ui_color_value),$input.val(ui_color_value).trigger("change")},create:function(){$container=$input.closest(".wp-picker-container");var a8cIris=$input.data("a8cIris"),$transparent_wrap=$('<div class="spf--transparent-wrap"><div class="spf--transparent-slider"></div><div class="spf--transparent-offset"></div><div class="spf--transparent-text"></div><div class="spf--transparent-button button button-small">transparent</div></div>').appendTo($container.find(".wp-picker-holder")),$transparent_slider=$transparent_wrap.find(".spf--transparent-slider"),$transparent_text=$transparent_wrap.find(".spf--transparent-text"),$transparent_offset=$transparent_wrap.find(".spf--transparent-offset"),$transparent_button=$transparent_wrap.find(".spf--transparent-button");"transparent"===$input.val()&&$container.addClass("spf--transparent-active"),$transparent_button.on("click",(function(){"transparent"!==$input.val()?($input.val("transparent").trigger("change").removeClass("iris-error"),$container.addClass("spf--transparent-active")):($input.val(a8cIris._color.toString()).trigger("change"),$container.removeClass("spf--transparent-active"))})),$transparent_slider.slider({value:picker_color.transparent,step:1,min:0,max:100,slide:function(event,ui){var slide_value=parseFloat(ui.value/100);a8cIris._color._alpha=slide_value,$input.wpColorPicker("color",a8cIris._color.toString()),$transparent_text.text(1===slide_value||0===slide_value?"":slide_value)},create:function(){var slide_value=parseFloat(picker_color.transparent/100),text_value=slide_value<1?slide_value:"";$transparent_text.text(text_value),$transparent_offset.css("background-color",picker_color.value),$container.on("click",".wp-picker-clear",(function(){a8cIris._color._alpha=1,$transparent_text.text(""),$transparent_slider.slider("option","value",100),$container.removeClass("spf--transparent-active"),$input.trigger("change")})),$container.on("click",".wp-picker-default",(function(){var default_color=SP_WPCF.funcs.parse_color($input.data("default-color")),default_value=parseFloat(default_color.transparent/100),default_text=default_value<1?default_value:"";a8cIris._color._alpha=default_value,$transparent_text.text(default_text),$transparent_slider.slider("option","value",default_color.transparent)})),$container.on("click",".wp-color-result",(function(){$transparent_wrap.toggle()})),$("body").on("click.wpcolorpicker",(function(){$transparent_wrap.hide()}))}})}})}))},$.fn.spf_chosen=function(){return this.each((function(){var $this=$(this),$inited=$this.parent().find(".chosen-container"),is_multi,set_width=$this.attr("multiple")||!1?"100%":"auto",set_options=$.extend({allow_single_deselect:!0,disable_search_threshold:15,width:set_width},$this.data());$inited.length&&$inited.remove(),$this.chosen(set_options)}))},$.fn.spf_number=function(){return this.each((function(){$(this).on("keypress",(function(e){if(0!==e.keyCode&&8!==e.keyCode&&45!==e.keyCode&&46!==e.keyCode&&(e.keyCode<48||e.keyCode>57))return!1}))}))},$.fn.spf_help=function(){return this.each((function(){var $this=$(this),$tooltip,offset_left;$this.on({mouseenter:function(){$tooltip=$('<div class="spf-tooltip"></div>').html($this.find(".spf-help-text").html()).appendTo("body"),offset_left=SP_WPCF.vars.is_rtl?$this.offset().left+24:$this.offset().left-$tooltip.outerWidth(),$tooltip.css({top:$this.offset().top-($tooltip.outerHeight()/2-14),left:offset_left})},mouseleave:function(){void 0!==$tooltip&&$tooltip.remove()}})}))},$.fn.spf_customizer_refresh=function(){return this.each((function(){var $this=$(this),$complex=$this.closest(".spf-customize-complex");if($complex.length){var $input=$complex.find(":input"),$unique=$complex.data("unique-id"),$option=$complex.data("option-id"),obj=$input.serializeObjectSP_WPCF(),data=$.isEmptyObject(obj)?"":obj[$unique][$option],control=wp.customize.control($unique+"["+$option+"]");control.setting._value=null,control.setting.set(data)}else $this.find(":input").first().trigger("change");$(document).trigger("spf-customizer-refresh",$this)}))},$.fn.spf_customizer_listen=function(options){var settings=$.extend({closest:!1},options);return this.each((function(){if(void 0!==window.wp.customize){var $this=settings.closest?$(this).closest(".spf-customize-complex"):$(this),$input=$this.find(":input"),unique_id=$this.data("unique-id"),option_id=$this.data("option-id");void 0!==unique_id&&$input.on("change keyup",SP_WPCF.helper.debounce((function(){var obj=$this.find(":input").serializeObjectSP_WPCF();!$.isEmptyObject(obj)&&obj[unique_id]&&window.wp.customize.control(unique_id+"["+option_id+"]").setting.set(obj[unique_id][option_id])}),250))}}))},$(document).on("expanded",".control-section-spf",(function(){var $this=$(this);$this.hasClass("open")&&!$this.data("inited")&&($this.spf_dependency(),$this.find(".spf-customize-field").spf_reload_script({dependency:!1}),$this.find(".spf-customize-complex").spf_customizer_listen(),$this.data("inited",!0))})),SP_WPCF.vars.$window.on("resize spf.resize",SP_WPCF.helper.debounce((function(event){var window_width;(navigator.userAgent.indexOf("AppleWebKit/")>-1?SP_WPCF.vars.$window.width():window.innerWidth)<=782&&!SP_WPCF.vars.onloaded&&($(".spf-section").spf_reload_script(),SP_WPCF.vars.onloaded=!0)}),200)).trigger("spf.resize"),$.fn.spf_widgets=function(){this.length&&($(document).on("widget-added widget-updated",(function(event,$widget){$widget.find(".spf-fields").spf_reload_script()})),$(".widgets-sortables, .control-section-sidebar").on("sortstop",(function(event,ui){ui.item.find(".spf-fields").spf_reload_script_retry()})),$(document).on("click",".widget-top",(function(event){$(this).parent().find(".spf-fields").spf_reload_script()})))},$.fn.spf_reload_script_retry=function(){return this.each((function(){var $this=$(this);$this.data("inited")&&$this.children(".spf-field-wp_editor").spf_field_wp_editor()}))},$.fn.spf_reload_script=function(options){var settings=$.extend({dependency:!0},options);return this.each((function(){var $this=$(this);$this.data("inited")||($this.children(".spf-field-accordion").spf_field_accordion(),$this.children(".spf-field-code_editor").spf_field_code_editor(),$this.children(".spf-field-fieldset").spf_field_fieldset(),$this.children(".spf-field-gallery").spf_field_gallery(),$this.children(".spf-field-group").spf_field_group(),$this.children(".spf-field-media").spf_field_media(),$this.children(".spf-field-spinner").spf_field_spinner(),$this.children(".spf-field-switcher").spf_field_switcher(),$this.children(".spf-field-typography").spf_field_typography(),$this.children(".spf-field-upload").spf_field_upload(),$this.children(".spf-field-wp_editor").spf_field_wp_editor(),$this.children(".spf-field-border").find(".spf-color").spf_color(),$this.children(".spf-field-dimensions_advanced").find(".spf-color").spf_color(),$this.children(".spf-field-background_adv").find(".spf-color").spf_color(),$this.children(".spf-field-background").find(".spf-color").spf_color(),$this.children(".spf-field-color").find(".spf-color").spf_color(),$this.children(".spf-field-color_group").find(".spf-color").spf_color(),$this.children(".spf-field-link_color").find(".spf-color").spf_color(),$this.children(".spf-field-typography").find(".spf-color").spf_color(),$this.children(".spf-field-dimensions").find(".spf-number").spf_number(),$this.children(".spf-field-slider").find(".spf-number").spf_number(),$this.children(".spf-field-spacing").find(".spf-number").spf_number(),$this.children(".spf-field-column").find(".spf-number").spf_number(),$this.children(".spf-field-dimensions_advanced").find(".spf-number").spf_number(),$this.children(".spf-field-spinner").find(".spf-number").spf_number(),$this.children(".spf-field-typography").find(".spf-number").spf_number(),$this.children(".spf-field-select").find(".spf-chosen").spf_chosen(),$this.children(".spf-field-checkbox").find(".spf-checkbox").spf_checkbox(),$this.children(".spf-field-button_set").find(".spf-siblings").spf_siblings(),$this.children(".spf-field-image_select").find(".spf-siblings").spf_siblings(),$this.children(".spf-field-carousel_type").find(".spf-siblings").spf_siblings(),$this.children(".spf-field-palette").find(".spf-siblings").spf_siblings(),$this.children(".spf-field").find(".spf-help").spf_help(),settings.dependency&&$this.spf_dependency(),$this.data("inited",!0),$(document).trigger("spf-reload-script",$this))}))},$(document).ready((function(){$(".spf-save").spf_save(),$(".spf-confirm").spf_confirm(),$(".spf-nav-options").spf_nav_options(),$(".spf-nav-metabox").spf_nav_metabox(),$(".spf-expand-all").spf_expand_all(),$(".spf-search").spf_search(),$(".spf-sticky-header").spf_sticky(),$(".spf-taxonomy").spf_taxonomy(),$(".spf-shortcode").spf_shortcode(),$(".spf-page-templates").spf_page_templates(),$(".spf-post-formats").spf_post_formats(),$(".spf-onload").spf_reload_script(),$(".widget").spf_widgets()})),$(".sp_wpcp_post_type select").change((function(event){event.preventDefault();var data={action:"wpcp_get_taxonomies",wpcf_post_type:$(this).val()};$.post(ajaxurl,data,(function(resp){$(".sp_wpcp_post_taxonomy select").html(resp),$(".sp_wpcp_post_taxonomy select").trigger("chosen:updated")}))})),$(".sp_wpcp_post_taxonomy select").change((function(event){event.preventDefault();var data={action:"wpcp_get_terms",wpcf_post_taxonomy:$(this).val()};$.post(ajaxurl,data,(function(resp){$(".sp_wpcp_taxonomy_terms select").html(resp),$(".sp_wpcp_taxonomy_terms select").trigger("chosen:updated")}))})),$(".sp_wpcp_post_type select").change((function(event){event.preventDefault();var data={action:"wpcp_get_posts",wpcf_post_type:$(this).val()};$.post(ajaxurl,data,(function(resp){$(".sp_wpcp_specific_posts select").html(resp),$(".sp_wpcp_specific_posts select").trigger("chosen:updated")}))})),$('.spf-field-select select option:contains("Pro")').attr("disabled","disabled").addClass("wpcp_pro_only").css({"pointer-events":"none",opacity:".8"}),$(".wpcp-shortcode-selectable").click((function(e){e.preventDefault(),wpcp_copyToClipboard($(this)),wpcp_SelectText($(this)),$(this).focus().select(),jQuery(".spwpc-after-copy-text").animate({opacity:1,bottom:25},300),setTimeout((function(){jQuery(".spwpc-after-copy-text").animate({opacity:0},200),jQuery(".spwpc-after-copy-text").animate({bottom:0},0)}),2e3)})),$(".post-type-sp_wp_carousel .shortcode.column-shortcode input").click((function(e){var copyText;e.preventDefault(),$(this).select(),document.execCommand("copy"),jQuery(".spwpc-after-copy-text").animate({opacity:1,bottom:25},300),setTimeout((function(){jQuery(".spwpc-after-copy-text").animate({opacity:0},200),jQuery(".spwpc-after-copy-text").animate({bottom:0},0)}),2e3)}))}(jQuery,window,document);
admin/views/wpcfree-metabox/fields/shortcode/shortcode.php CHANGED
@@ -19,7 +19,7 @@ if ( ! class_exists( 'SP_WPCF_Field_shortcode' ) ) {
19
  // Get the Post ID.
20
  $post_id = get_the_ID();
21
 
22
- echo ( ! empty( $post_id ) ) ? '<div class="wpcp-scode-wrap"><span class="wpcp-sc-title">Shortcode:</span><img class="spwpc-copy-btn" src="' . WPCAROUSELF_URL . 'admin/img/copy.svg"><span class="wpcp-shortcode-selectable">[sp_wpcarousel id="' . $post_id . '"]</span></div><div class="wpcp-scode-wrap"><span class="wpcp-sc-title">Template Include:</span><img class="spwpc-copy-btn" src="' . WPCAROUSELF_URL . 'admin/img/copy.svg"><span class="wpcp-shortcode-selectable">&lt;?php echo do_shortcode(\'[sp_wpcarousel id="' . $post_id . '"]\'); ?&gt;</span></div><div class="spwpc-after-copy-text"><i class="fa fa-check-circle"></i> Shortcode Copied to Clipboard! </div>' : '';
23
  }
24
 
25
  }
19
  // Get the Post ID.
20
  $post_id = get_the_ID();
21
 
22
+ echo ( ! empty( $post_id ) ) ? '<div class="wpcp-scode-wrap"><span class="wpcp-sc-title">Shortcode:</span><span class="wpcp-shortcode-selectable">[sp_wpcarousel id="' . $post_id . '"]</span></div><div class="wpcp-scode-wrap"><span class="wpcp-sc-title">Template Include:</span><span class="wpcp-shortcode-selectable">&lt;?php echo do_shortcode(\'[sp_wpcarousel id="' . $post_id . '"]\'); ?&gt;</span></div><div class="spwpc-after-copy-text"><i class="fa fa-check-circle"></i> Shortcode Copied to Clipboard! </div>' : '';
23
  }
24
 
25
  }
readme.txt CHANGED
@@ -171,7 +171,7 @@ It’s even easier to put images of different height together so the width is dy
171
  * Extensive Online docs & Video Tutorials.
172
  * **Fast and friendly support.**
173
  * Any new features we add in the future (which is often).
174
- * [__Full list of PRO features.__](https://shapedplugin.com/plugin/wordpress-carousel-pro/)
175
 
176
 
177
  = Multilingual Ready =
@@ -260,7 +260,7 @@ The WordPress codex contains <a href="https://codex.wordpress.org/Managing_Plugi
260
 
261
 
262
  = What types of carousel you can create using WordPress Carousel? =
263
- 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__](http://shapedplugin.com/plugin/wordpress-carousel-pro/), you can create also **Content Carousel** and **Video Carousel**.
264
 
265
  = Do I need to have coding skills to use WordPress Carousel? =
266
  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.
@@ -291,7 +291,7 @@ Pro version users [__Support__](https://shapedplugin.com/support/) and Free or L
291
  If you find a bug, please report it in our active support forum. You will be replied once the issue is resolved.
292
 
293
  = I’d like access to more features. How can I get them? =
294
- 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/) gets you to access the full version of WordPress Carousel, automatic lifetime updates, and support.
295
 
296
  =Is WordPress Carousel Multilingual Ready?=
297
  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.
@@ -326,6 +326,11 @@ Thank you!
326
 
327
  == Changelog ==
328
 
 
 
 
 
 
329
  = 2.1.17 – Mar 13, 2021 =
330
  * New: Shortcode onClick copy option.
331
  * Improved: Settings page.
171
  * Extensive Online docs & Video Tutorials.
172
  * **Fast and friendly support.**
173
  * Any new features we add in the future (which is often).
174
+ * [__Full list of PRO features.__](https://shapedplugin.com/plugin/wordpress-carousel-pro/?ref=1)
175
 
176
 
177
  = Multilingual Ready =
260
 
261
 
262
  = What types of carousel you can create using WordPress Carousel? =
263
+ 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**.
264
 
265
  = Do I need to have coding skills to use WordPress Carousel? =
266
  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.
291
  If you find a bug, please report it in our active support forum. You will be replied once the issue is resolved.
292
 
293
  = I’d like access to more features. How can I get them? =
294
+ 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.
295
 
296
  =Is WordPress Carousel Multilingual Ready?=
297
  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.
326
 
327
  == Changelog ==
328
 
329
+ = 2.1.18 – Mar 25, 2021 =
330
+ * Fix: Shortcode selectable field responsive issue.
331
+ * Improved: Help page.
332
+ * Removed: Some metabox options subtitle.
333
+
334
  = 2.1.17 – Mar 13, 2021 =
335
  * New: Shortcode onClick copy option.
336
  * Improved: Settings page.
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/
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.1.17
13
  * Author: ShapedPlugin
14
  * Author URI: https://shapedplugin.com/
15
  * License: GPL-2.0+
@@ -77,7 +77,7 @@ class SP_WP_Carousel_Free {
77
  * @since 2.0.0
78
  * @var string
79
  */
80
- private $min_php = '5.4.0';
81
 
82
  /**
83
  * Plugin file.
@@ -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.1.17';
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/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.1.18
13
  * Author: ShapedPlugin
14
  * Author URI: https://shapedplugin.com/
15
  * License: GPL-2.0+
77
  * @since 2.0.0
78
  * @var string
79
  */
80
+ private $min_php = '5.6';
81
 
82
  /**
83
  * Plugin file.
119
  */
120
  public function setup() {
121
  $this->plugin_name = 'wp-carousel-free';
122
+ $this->version = '2.1.18';
123
  $this->define_constants();
124
  $this->includes();
125
  $this->load_dependencies();