myStickymenu - Version 2.5.8

Version Description

Plans text change

Download this release

Release Info

Developer galdub
Plugin Icon 128x128 myStickymenu
Version 2.5.8
Comparing to
See all releases

Code changes from version 2.5.7 to 2.5.8

css/mystickymenu-admin-rtl.css CHANGED
@@ -1,3312 +1,3312 @@
1
- a:active, a:focus, li:focus, li:active {
2
- outline: none !important;
3
- border: none !important;
4
- text-decoration: none !important;
5
- box-shadow: none !important;
6
- -webkit-tap-highlight-color: transparent !important;
7
- -webkit-user-select: none; / Chrome/Safari /
8
- -moz-user-select: none; / Firefox /
9
- -ms-user-select: none; / IE10+ /
10
- user-select: none;
11
- }
12
-
13
- div#wpcontent{background:none !important;}
14
-
15
-
16
- /*@font-face {
17
- font-family: 'poppinsregular';
18
- src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
19
- url('../fonts/poppins-regular-webfont.woff') format('woff');
20
- font-weight: normal;
21
- font-style: normal;
22
-
23
- }
24
-
25
- @font-face {
26
- font-family: 'poppinsbold';
27
- src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
28
- url('../fonts/poppins-bold-webfont.woff') format('woff');
29
- font-weight: normal;
30
- font-style: normal;
31
-
32
- }
33
-
34
- @font-face {
35
- font-family: 'poppins_lightregular';
36
- src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
37
- url('../fonts/poppins-light-webfont.woff') format('woff');
38
- font-weight: normal;
39
- font-style: normal;
40
-
41
- }
42
- */
43
- @font-face {
44
- font-family: 'Lato', sans-serif;
45
- src: url('../fonts/lato-v20-latin-regular.woff') format('woff');
46
- font-weight: normal;
47
- font-style: normal;
48
- }
49
-
50
- @font-face {
51
- font-family: 'Lato', sans-serif;
52
- src: url('../fonts/lato-v20-latin-300.woff') format('woff');
53
- font-weight: 300;
54
- font-style: normal;
55
- }
56
-
57
- @font-face {
58
- font-family: 'Lato', sans-serif;
59
- src: url('../fonts/lato-v20-latin-700.woff') format('woff');
60
- font-weight: 700;
61
- font-style: normal;
62
- }
63
-
64
- @font-face {
65
- font-family: 'Lato', sans-serif;
66
- src: url('../fonts/lato-semibold.woff') format('woff');
67
- font-weight: semibold;
68
- font-style: normal;
69
- }
70
-
71
- #custom-handle {
72
- width: 3em;
73
- height: 1.6em;
74
- top: 50%;
75
- margin-top: -.8em;
76
- text-align: center;
77
- line-height: 1.6em;
78
- }
79
-
80
- #mystickymenu {
81
- font-family: 'Lato', sans-serif;
82
- /*background: #fff;*/
83
- padding: 0 0 15px 0;
84
- border-radius: 10px;
85
- }
86
-
87
- .main-content {
88
- float: right;
89
- width: 65%;
90
- }
91
-
92
- .main-sidebar {
93
- float: left;
94
- width: 30%;
95
- background: #ffffff;
96
- border: 1px solid #e5e5e5;
97
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
98
- }
99
-
100
- .main-sidebar h3 {
101
- margin: 0;
102
- padding: 8px 12px;
103
- border-bottom: 1px solid #ececec;
104
- }
105
-
106
- .main-sidebar .inner {
107
- padding: 10px;
108
- }
109
-
110
- .main-sidebar p {
111
- padding: 8px;
112
- margin: 0;
113
- border-top: solid 1px #e5e5e5;
114
- }
115
-
116
- /*.mystickyinput {padding-top: 6px;}*/
117
- @media screen and (max-width: 782px) {
118
- .main-content, .main-sidebar {
119
- width: 100%;
120
- float: none;
121
- clear: both;
122
- }
123
- }
124
-
125
- .myssticky-remove-hand {
126
- cursor: default;
127
- }
128
-
129
-
130
-
131
- /* */
132
- .mystickymenu-content-section input[type="number"]#myfixed_zindex {
133
- -moz-appearance: textfield-multiline;
134
- }
135
-
136
- .mystickymenu-content-section input[type="number"] {
137
- -moz-appearance: textfield;
138
- }
139
-
140
- .mystickymenu-content-section input[type="number"]::-webkit-inner-spin-button, .mystickymenu-content-section input[type="number"]::-webkit-outer-spin-button {
141
- -webkit-appearance: none;
142
- margin: 0;
143
- }
144
-
145
- .mystickymenu-content-section .mysticky-number {
146
- display: inline-block;
147
- margin: 0 0 10px;
148
- position: relative;
149
- }
150
-
151
- #mystickymenu .mystickymenu-content-section .mysticky-number {
152
- /*width: 90px;*/
153
- }
154
-
155
- #mystickymenu input[type=number] {
156
- color: #A7A7A7;
157
- border-radius: 21px;
158
- background-color: #ffffff;
159
- border: 1px solid #DCE2E2;
160
- font-size: 14px;
161
- font-weight: 400;
162
- height: 42px;
163
- padding: 0 10px 0 12px;
164
- margin: 0;
165
- width: 310px;
166
- box-shadow: none;
167
- }
168
-
169
- .pt_number {
170
- display: inline-block;
171
- vertical-align: top;
172
- margin-top: 7px;
173
- }
174
-
175
- .mysticky-welcomebar-setting-content-left input[type="text"]:disabled {
176
- color: #a0a5aa;
177
- border-color: #ddd;
178
- background-color: #f7f7f7;
179
- }
180
-
181
- .mystickymenu-content-section .mysticky-number:focus {
182
- outline: 0;
183
- }
184
-
185
- .mystickymenu-content-section .mysticky-number .pt_number {
186
- float: right;
187
- position: relative;
188
- height: 30px;
189
- }
190
-
191
- .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton {
192
- position: relative;
193
- cursor: pointer;
194
- border-right: 1px solid #b7b7b7;
195
- width: 15px;
196
- text-align: center;
197
- color: #333;
198
- font-size: 14px;
199
- line-height: 1.1;
200
- -webkit-transform: translateX(-100%);
201
- transform: translateX(-100%);
202
- -webkit-user-select: none;
203
- -moz-user-select: none;
204
- -ms-user-select: none;
205
- user-select: none;
206
- }
207
-
208
- .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton:active {
209
- box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
210
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
211
- }
212
-
213
- .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberup {
214
- position: absolute;
215
- height: 50%;
216
- top: 0;
217
- border-bottom: 1px solid #b7b7b7;
218
- }
219
-
220
- .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberdown {
221
- position: absolute;
222
- bottom: 0px;
223
- height: 50%;
224
- }
225
-
226
- /* */
227
-
228
- input#mysticky_class_selector {
229
- border-radius: 24px;
230
- border: 1px solid #E6E5EC;
231
- height: 46px;
232
- padding: 0 26px;
233
- width: 49%
234
- }
235
-
236
- .mystickymenu-content-section {
237
- background-color: #F9FCFC;
238
- border-radius: 7px;
239
- margin-bottom: 20px;
240
- border: 1px solid #E1E6E6;
241
- }
242
-
243
- input#myfixed_disable_small_screen {
244
- border-radius: 21px;
245
- }
246
-
247
- input#mysticky_active_on_height_home {
248
- border-radius: 21px;
249
- }
250
-
251
- textarea#myfixed_cssstyle {
252
- width: 100%;
253
- margin-top: 12px;
254
- border-radius: 10px;
255
- background-color: #fff;
256
- height: 120px;
257
- resize: none;
258
- border: 1px solid #DCE2E2;
259
- padding: 10px 10px;
260
- }
261
-
262
- label {
263
- font-size: 15px;
264
- }
265
-
266
- .sticky-class-sec tr td {
267
- width: 50%;
268
- }
269
-
270
- .px-wrap {
271
- position: relative;
272
- display: inline-block;
273
- vertical-align: top;
274
- }
275
-
276
- .mystickymenu-content-option {
277
- padding: 20px 20px 0;
278
- }
279
-
280
- .mystickymenu-heading {
281
- padding-bottom: 20px;
282
- }
283
-
284
- .myStickymenu-header-title {
285
- background-color: #B2D2FC;
286
- padding: 13px 20px;
287
- border-radius: 10px 10px 0 0;
288
- }
289
-
290
- .myStickymenu-header-title h3 {
291
- margin: 0;
292
- color: #1F4B84;
293
- font-size: 18px;
294
- font-weight: 600;
295
- line-height: 1.2;
296
- }
297
-
298
- .mystickymenu-heading p {
299
- background-color: #D6EFFF;
300
- color: #1F4B84;
301
- border-radius: 0 0 10px 10px;
302
- padding: 13px 20px;
303
- margin: 0;
304
- font-size: 14px;
305
- line-height: 28px;
306
- }
307
-
308
- .mystickynumber {
309
- position: relative;
310
- padding-right: 30px;
311
- }
312
-
313
- .pt_numberbutton.pt_numberup {
314
- height: 25px;
315
- width: 25px;
316
- line-height: 25px;
317
- background-color: #808080;
318
- border-radius: 50%;
319
- position: relative;
320
- margin-right: 5px;
321
- display: inline-block;
322
- color: white;
323
- font-size: 21px;
324
- cursor: pointer;
325
- text-align: center;
326
- margin-top: 2px;
327
- }
328
-
329
- .pt_numberbutton.pt_numberdown {
330
- height: 25px;
331
- width: 25px;
332
- line-height: 25px;
333
- background-color: #808080;
334
- border-radius: 50%;
335
- position: absolute;
336
- top: 8px;
337
- right: 0;
338
- display: inline-block;
339
- color: white;
340
- font-size: 21px;
341
- cursor: pointer;
342
- text-align: center;
343
- }
344
-
345
- span.input-px {
346
- height: 42px;
347
- width: 57px;
348
- background-color: #808080;
349
- position: absolute;
350
- left: 0;
351
- top: 0px;
352
- display: inline-block;
353
- vertical-align: top;
354
- font-size: 14px;
355
- border-radius: 21px 0 0 21px;
356
- color: #fff;
357
- line-height: 42px;
358
- text-align: center;
359
- }
360
-
361
- .mysticky_device_upgrade {
362
- background-color: #f0ecfb;
363
- border-radius: 20px;
364
- padding: 15px 40px 20px 20px;
365
- }
366
-
367
- .mystickymenu-content-section.mystickymenu-content-upgrade {
368
- background-color: #f4f4fd;
369
- }
370
-
371
- .myStickymenu-upgrade a {
372
- background: #E1DAF6;
373
- border-radius: 20px;
374
- color: #7559C0;
375
- padding-top: 2px;
376
- padding-bottom: 6px;
377
- padding-right: 10px;
378
- padding-left: 10px;
379
- font-weight: bold;
380
- text-transform: uppercase;
381
- font-size: 12px;
382
- display: inline-block;
383
- vertical-align: top;
384
- line-height: 1;
385
- }
386
- .myStickymenu-upgrade {
387
- float: left;
388
- }
389
-
390
- .myStickymenu-upgrade a:before {
391
- content: "\f160";
392
- font-family: dashicons;
393
- position: relative;
394
- top: 3px;
395
- font-size: 16px;
396
- }
397
-
398
- .mystickymenu-input-section ul.mystickymenu-input-multicheckbox li {
399
- display: inline-block;
400
- width: 21%;
401
- }
402
-
403
- input#submit.button.button-primary {
404
- background: #00c67c;
405
- border-color: #00c67c;
406
- text-transform: uppercase;
407
- border-radius: 31px;
408
- font-size: 26px;
409
- padding-right: 23px;
410
- padding-left: 23px;
411
- height: 60px;
412
- width: 200px;
413
- border: 0;
414
- box-shadow: none;
415
- font-weight: 600;
416
- text-shadow: none;
417
- }
418
-
419
- input.button.button-secondary.confirm {
420
- background: #969696;
421
- border-color: #969696;
422
- text-transform: uppercase;
423
- font-size: 26px;
424
- padding-right: 23px;
425
- padding-left: 23px;
426
- float: left;
427
- color: white;
428
- margin-left: 10px;
429
- height: 60px;
430
- width: 200px;
431
- border-radius: 31px;
432
- font-weight: 600;
433
- }
434
-
435
- table ul.mystickymenu-input-multicheckbox {
436
- width: 100%;
437
- display: inline-flex;
438
- }
439
-
440
- p.myStickymenu-review a {
441
- font-size: 20px;
442
- }
443
-
444
- table ul.mystickymenu-input-multicheckbox li {
445
- padding-left: 21px;
446
- }
447
-
448
- table {
449
- width: 100%;
450
- }
451
-
452
- #mystickymenu table tr td {
453
- padding: 20px;
454
- }
455
-
456
- div#mystickymenu {
457
- overflow-x: hidden;
458
- overflow-y: hidden;
459
- }
460
-
461
- label.mysticky_title {
462
- font-weight: 500;
463
- font-size: 18px;
464
- line-height: 1.2;
465
- color: #4F4F4F;
466
- }
467
-
468
- .mystickymenu-content-option p label.mysticky_text {
469
- margin-right: 0px;
470
- }
471
-
472
- span.mysticky_text {
473
- font-size: 14px;
474
- color: #9E9E9E;
475
- margin-right: 20px;
476
- font-style: italic;
477
- }
478
-
479
- label.mysticky_text {
480
- font-size: 14px;
481
- /*color: #9E9E9E;*/
482
- margin-right: 20px;
483
- font-style: italic;
484
- }
485
-
486
- select#mystickymenu-select {
487
- border-radius: 24px;
488
- border: 1px solid #E6E5EC;
489
- height: 46px;
490
- box-shadow: none;
491
- padding: 0 26px;
492
- width: 49%;
493
- display: inline-block;
494
- vertical-align: top;
495
- }
496
-
497
- .mystickymenu-input-section {
498
- margin-top: 9px;
499
- }
500
-
501
- label.mysticky_title.css-style-title {
502
- font-size: 20px;
503
- }
504
-
505
- span.wp-color-result-text {
506
- display: none;
507
- }
508
-
509
- button.button.wp-color-result {
510
- border-radius: 50%;
511
- height: 30px !important;
512
- }
513
- button.button.wp-color-result .color-alpha {
514
- border-radius: 50% !important;
515
- height: 28px !important;
516
- }
517
-
518
- .mystickymenu-content-section h3 {
519
- margin-right: 20px;
520
- font-weight: 600;
521
- font-size: 26px;
522
- line-height: 1.2;
523
- color: #4F4F4F;
524
- margin: 0;
525
- padding: 24px 20px;
526
- }
527
-
528
- .form-table {
529
- margin-top: 0;
530
- }
531
-
532
- ul.mystickymenu-input-multicheckbox li span {
533
- font-size: 16px;
534
- color: #4F4F4F;
535
- }
536
-
537
- .mystickymenu-input-section label {
538
- /*color: #9E9E9E;*/
539
- font-size: 16px;
540
- }
541
- #mystickymenu .mystickymenu-input-section input.mystickymenu_normal_text{
542
- border-radius: 0px;
543
- height: 35px;
544
- margin: 10px;
545
- }
546
- #mystickymenu .mystickymenu-input-section span.description{
547
- font-style: normal;
548
- font-size: 16px;
549
- }
550
- .myStickymenu-upgrade a {
551
- text-decoration: none;
552
- color: #7559C0;
553
- }
554
-
555
- #mystickymenu p.submit {
556
- margin-top: 0;
557
- padding-top: 0;
558
- float: left;
559
- }
560
-
561
- td {
562
- vertical-align: top !important;
563
- }
564
- p.description.mystuckymenu-class-id {
565
- display: flex;
566
- margin: 12px 0 0 0;
567
- line-height: 1.5;
568
- }
569
-
570
- p.description.mystuckymenu-class-id .dashicons-controls-play{
571
- background: #a4a5a5;
572
- color: #ffffff;
573
- border-radius: 50%;
574
- }
575
- p.description.mystuckymenu-class-id .dashicons-controls-play::before {
576
- margin-right: 2px;
577
- }
578
- p.description {
579
- color: rgba(79, 79, 79, 0.5);
580
- font-size: 12px;
581
- line-height: 1.2;
582
- margin: 5px 0 0;
583
- }
584
-
585
- div#slider.ui-slider {
586
- width: 229px;
587
- background-color: #DCE2E2;
588
- height: 2px;
589
- border: 0;
590
- border-radius: 2px;
591
- position: relative;
592
- }
593
-
594
- .mystickymenu-content-section .ui-state-active, .ui-widget-content .ui-state-active {
595
- color: #454545;
596
- }
597
-
598
- #mystickymenu #custom-handle {
599
- width: 1.6em;
600
- border-radius: 50%;
601
- background-color: #fff;
602
- box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
603
- border: 0;
604
- position: absolute;
605
- }
606
- .sticky-header-menu {
607
- text-align: center;
608
- padding: 0 0 20px 0;
609
- }
610
- .sticky-header-menu ul {
611
- display: inline-block;
612
- padding: 1px;
613
- background-color: #D6EFFF;
614
- -webkit-border-radius: 23px;
615
- -moz-border-radius: 23px;
616
- border-radius: 23px;
617
- }
618
- .sticky-header-menu ul li {
619
- display: inline-block;
620
- margin: 0;
621
- }
622
- .sticky-header-menu ul li a {
623
- display: inline-block;
624
- padding: 0 20px;
625
- line-height: 40px;
626
- height: 40px;
627
- font-size: 16px;
628
- text-decoration: none;
629
- -webkit-border-radius: 20px;
630
- -moz-border-radius: 20px;
631
- border-radius: 20px;
632
- }
633
- .sticky-header-menu ul li a:hover {
634
- background: #f0ecfb;
635
- color: #7559C0;
636
- }
637
- .sticky-header-menu ul li a.active {
638
- background: #E1DAF6;
639
- color: #7559C0;
640
- }
641
- /*.sticky-header-content {
642
- display: none;
643
- }*/
644
- .mysticky-welcomebar-setting-content-left label.mysticky-welcomebar-switch {
645
- width: 55px;
646
- }
647
-
648
- /*New Welcomebar Page css*/
649
- .mystickymenu-new-widget-wrap, .mystickymenu-new-widget-wrap * {
650
- box-sizing: border-box;
651
- }
652
- .mystickymenu-new-widget-wrap {
653
- border-radius: 10px;
654
- box-shadow: 0 0 6px #ccc;
655
- padding: 12px;
656
- margin: 20px auto 0 auto;
657
- width: 100%;
658
- max-width: 776px;
659
- background: #fff url(../images/new_widget_bg.png) no-repeat left bottom;
660
- background-size: auto 100%;
661
- font-family: 'Lato', sans-serif;
662
- line-height: 20px;
663
- }
664
- .mystickymenu-new-widget-wrap h2 {
665
- font-style: normal;
666
- font-weight: 600;
667
- font-size: 20px;
668
- line-height: 30px;
669
- color: #1e1e1e;
670
- margin: 0;
671
- text-align: center;
672
- }
673
- a.new-upgrade-button {
674
- height: 40px;
675
- background: #7761DF;
676
- border-radius: 100px;
677
- border: solid 1px #7761DF;
678
- display: inline-block;
679
- text-align: center;
680
- color: #fff;
681
- line-height: 40px;
682
- margin: 10px 0 10px 10px;
683
- padding: 0 25px;
684
- text-decoration: none;
685
- text-transform: uppercase;
686
- }
687
- .mystickymenu-new-widget-row ul {
688
- display: flex;
689
- align-items: center;
690
- flex-wrap: wrap;
691
- margin-top: 0;
692
- margin-bottom: 0;
693
- }
694
- .mystickymenu-new-widget-row ul li {
695
- width: 33.33%;
696
- padding: 10px 10px 0px;
697
- margin-bottom: 0;
698
- }
699
- .mystickymenu-feature {
700
- margin: 30px 0 0 0;
701
- background: #fff;
702
- border: 1px solid #605dec;
703
- box-sizing: border-box;
704
- border-radius: 4px;
705
- padding: 30px 15px 10px 15px;
706
- min-height: 186px;
707
- position: relative;
708
- }
709
- .mystickymenu-feature-top {
710
- width: 50px;
711
- height: 50px;
712
- border: solid 1px #605dec;
713
- border-radius: 50%;
714
- position: absolute;
715
- right: 0;
716
- left: 0;
717
- margin: 0 auto;
718
- top: -25px;
719
- background: #fff;
720
- z-index: 11;
721
- padding: 10px;
722
- }
723
- .feature-title {
724
- font-family: 'Lato', sans-serif;
725
- font-style: normal;
726
- font-weight: 700;
727
- font-size: 13px;
728
- line-height: 18px;
729
- color: #1e1e1e;
730
- }
731
- .feature-description {
732
- font-family: 'Lato', sans-serif;
733
- font-style: normal;
734
- font-weight: 400;
735
- font-size: 13px;
736
- line-height: 18px;
737
- color: #1e1e1e;
738
- }
739
- .mystickymenu-feature-top img {
740
- width: auto;
741
- height: auto;
742
- max-width: 100%;
743
- max-height: 100%;
744
- }
745
- /* Finish new Welcome bar screen css */
746
- @media only screen and (min-width: 1024px) and (max-width: 1200px) {
747
- .pt_numberbutton.pt_numberdown {
748
- position: relative;
749
- margin-right: -75px;
750
- top: -29px;
751
- }
752
-
753
- .pt_numberbutton.pt_numberup {
754
- position: relative;
755
- top: -29px;
756
- right: 70px;
757
- }
758
-
759
- /* span.input-px { */
760
- /* position: relative; */
761
- /* right: 112px; */
762
- /* top: -24px !important; */
763
- /* margin-right: -20px; */
764
- /* } */
765
- }
766
-
767
-
768
-
769
- #rpt_pricr {
770
- width: 100%;
771
- max-width: 1024px;
772
- margin: 0 auto;
773
- padding: 25px 25px 25px 25px;
774
- background: #fff;
775
-
776
- -webkit-border-radius: 5px;
777
- -moz-border-radius: 5px;
778
- border-radius: 5px;
779
- }
780
- #rpt_pricr h2 {
781
- padding: 50px 0 30px;
782
- text-align: center;
783
- font-size: 24px;
784
- }
785
- .rpt_plans .rpt_plan {
786
- -moz-box-sizing: border-box;
787
- -webkit-box-sizing: border-box
788
- }
789
-
790
- .rpt_2_plans .rpt_plan {
791
- margin-left: 2%;
792
- width: 49%;
793
- float: right
794
- }
795
-
796
- .rpt_2_plans .rpt_plan:last-child {
797
- margin-left: 0
798
- }
799
-
800
- .rpt_3_plans .rpt_plan {
801
- margin-left: 2%;
802
- width: 32%;
803
- float: right
804
- }
805
-
806
- .rpt_3_plans .rpt_plan:last-child {
807
- margin-left: 0
808
- }
809
-
810
- .rpt_4_plans .rpt_plan {
811
- margin-left: 1%;
812
- width: 24.25%;
813
- float: right
814
- }
815
-
816
- .rpt_4_plans .rpt_plan:last-child {
817
- margin-left: 0
818
- }
819
-
820
- .rpt_5_plans .rpt_plan {
821
- margin-left: .5%;
822
- width: 19.6%;
823
- float: right
824
- }
825
-
826
- .rpt_5_plans .rpt_plan:last-child {
827
- margin-left: 0
828
- }
829
-
830
- .rpt_style_bic .rpt_plan, .rpt_style_loc .rpt_plan {
831
- -webkit-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
832
- -moz-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
833
- box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19)
834
- }
835
-
836
- .rpt_plans .rpt_plan .rpt_title img {
837
- margin-left: 10px;
838
- position: relative;
839
- vertical-align: middle
840
- }
841
-
842
- .rpt_plans .rpt_plan .rpt_title {
843
- background: #6371db;
844
- font-weight: 300;
845
- padding: 24px 18px;
846
- font-size: 26px;
847
- color: #fff;
848
- line-height: 35px;
849
- height: auto;
850
- }
851
-
852
- .rpt_plans .rpt_plan .rpt_title span {
853
- display: inline-block;
854
- position: relative;
855
- top: -10px
856
- }
857
-
858
- .rpt_style_basic .rpt_plan .rpt_title {
859
- border-bottom: #6371db solid 1px;
860
- border-top-right-radius: 8px;
861
- border-top-left-radius: 8px;
862
- }
863
-
864
- .rpt_style_spec .rpt_plan .rpt_title {
865
- color: #fff
866
- }
867
-
868
- .rpt_style_bic .rpt_plan .rpt_title, .rpt_style_loc .rpt_plan .rpt_title, .rpt_style_swl .rpt_plan .rpt_title {
869
- background: #333
870
- }
871
-
872
- .rpt_plans .rpt_sm_title .rpt_plan .rpt_title {
873
- font-size: 20px;
874
- line-height: 18px
875
- }
876
-
877
- .rpt_plans .rpt_xsm_title .rpt_plan .rpt_title {
878
- font-size: 15px;
879
- line-height: 15px
880
- }
881
-
882
- .rpt_4_plans .rpt_plan .rpt_title {
883
- font-size: 17px;
884
- line-height: 15px
885
- }
886
-
887
- .rpt_4_plans .rpt_sm_title .rpt_plan .rpt_title {
888
- font-size: 15px;
889
- line-height: 13px
890
- }
891
-
892
- .rpt_4_plans .rpt_xsm_title .rpt_plan .rpt_title {
893
- font-size: 13px;
894
- line-height: 11px
895
- }
896
-
897
- .rpt_5_plans .rpt_plan .rpt_title {
898
- font-size: 15px;
899
- line-height: 13px
900
- }
901
-
902
- .rpt_5_plans .rpt_sm_title .rpt_plan .rpt_title {
903
- font-size: 13px;
904
- line-height: 11px
905
- }
906
-
907
- .rpt_5_plans .rpt_xsm_title .rpt_plan .rpt_title {
908
- font-size: 12px;
909
- line-height: 10px
910
- }
911
-
912
- .rpt_plans .rpt_recommended_plan .rpt_title {
913
- background: #6371db
914
- }
915
-
916
- .rpt_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
917
- position: relative;
918
- top: -44px;
919
- right: -10px;
920
- font-size: 35px;
921
- line-height: 0
922
- }
923
-
924
- .rpt_4_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
925
- top: -36px
926
- }
927
-
928
- .rpt_5_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
929
- top: -26px
930
- }
931
-
932
- .rpt_sm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
933
- font-size: 30px;
934
- top: -44px;
935
- right: -4px
936
- }
937
-
938
- .rpt_xsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
939
- font-size: 25px;
940
- top: -30px;
941
- right: -4px
942
- }
943
-
944
- .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
945
- font-size: 21px;
946
- top: -14px;
947
- right: -4px
948
- }
949
-
950
- .rpt_style_basic .rpt_plan .rpt_head {
951
- background: #ec86c6
952
- }
953
-
954
- .rpt_style_spec .rpt_plan .rpt_head {
955
- background: #fff
956
- }
957
-
958
- .rpt_style_swl .rpt_plan .rpt_head {
959
- background: #fff
960
- }
961
-
962
- .rpt_plans .rpt_plan .rpt_head .rpt_price {
963
- padding: 6px 10px;
964
- font-size: 74px;
965
- line-height: 80px;
966
- font-weight: 300;
967
- text-align: center;
968
- color: #ffffff
969
- }
970
-
971
- .rpt_style_basic .rpt_plan .rpt_head .rpt_price, .rpt_style_spec .rpt_plan .rpt_head .rpt_price {
972
- text-shadow: 1px 2px 7px rgba(0, 0, 0, .6)
973
- }
974
-
975
- .rpt_style_swl .rpt_plan .rpt_head .rpt_price {
976
- color: #000
977
- }
978
-
979
- .rpt_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
980
- font-size: 62px
981
- }
982
-
983
- .rpt_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
984
- font-size: 56px
985
- }
986
-
987
- .rpt_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
988
- font-size: 38px
989
- }
990
-
991
- .rpt_4_plans .rpt_plan .rpt_head .rpt_price {
992
- font-size: 69px;
993
- line-height: 80px
994
- }
995
-
996
- .rpt_4_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
997
- font-size: 53px;
998
- line-height: 65px
999
- }
1000
-
1001
- .rpt_4_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
1002
- font-size: 47px;
1003
- line-height: 64px
1004
- }
1005
-
1006
- .rpt_4_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
1007
- font-size: 31px;
1008
- line-height: 60px
1009
- }
1010
-
1011
- .rpt_5_plans .rpt_plan .rpt_head .rpt_price {
1012
- font-size: 59px;
1013
- line-height: 80px
1014
- }
1015
-
1016
- .rpt_5_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
1017
- font-size: 44px;
1018
- line-height: 60px
1019
- }
1020
-
1021
- .rpt_5_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
1022
- font-size: 37px;
1023
- line-height: 53px
1024
- }
1025
-
1026
- .rpt_5_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
1027
- font-size: 24px;
1028
- line-height: 50px
1029
- }
1030
-
1031
- .rpt_plans .rpt_recommended_plan .rpt_head .rpt_price {
1032
- font-size: 98px
1033
- }
1034
-
1035
- .rpt_4_plans .rpt_recommended_plan .rpt_head .rpt_price {
1036
- font-size: 74px
1037
- }
1038
-
1039
- .rpt_5_plans .rpt_recommended_plan .rpt_head .rpt_price {
1040
- font-size: 67px
1041
- }
1042
-
1043
- .rpt_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
1044
- font-size: 83px
1045
- }
1046
-
1047
- .rpt_4_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
1048
- font-size: 60px
1049
- }
1050
-
1051
- .rpt_5_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
1052
- font-size: 54px
1053
- }
1054
-
1055
- .rpt_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1056
- font-size: 55px
1057
- }
1058
-
1059
- .rpt_4_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1060
- font-size: 49px
1061
- }
1062
-
1063
- .rpt_5_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1064
- font-size: 41px
1065
- }
1066
-
1067
- .rpt_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1068
- font-size: 42px
1069
- }
1070
-
1071
- .rpt_4_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1072
- font-size: 34px
1073
- }
1074
-
1075
- .rpt_5_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1076
- font-size: 26px
1077
- }
1078
-
1079
- .rpt_plans .rpt_plan .rpt_head .rpt_recurrence {
1080
- font-size: 13px;
1081
- font-weight: 300;
1082
- line-height: 18px;
1083
- padding: 20px 10px 10px;
1084
- color: #ffffff;
1085
- text-align: center
1086
- }
1087
-
1088
- .rpt_style_spec .rpt_plan .rpt_head .rpt_recurrence {
1089
- color: #d3d3d3
1090
- }
1091
-
1092
- .rpt_style_bic .rpt_plan .rpt_head .rpt_recurrence, .rpt_style_loc .rpt_plan .rpt_head .rpt_recurrence {
1093
- color: #f5f5f5
1094
- }
1095
-
1096
- .rpt_style_swl .rpt_plan .rpt_head .rpt_recurrence {
1097
- color: grey
1098
- }
1099
-
1100
- .rpt_plans .rpt_sm_recurrence .rpt_plan .rpt_head .rpt_recurrence {
1101
- font-size: 11px;
1102
- padding: 20px 40px 4px
1103
- }
1104
-
1105
- .rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
1106
- font-size: 16px;
1107
- line-height: 20px;
1108
- font-weight: 300;
1109
- text-align: center;
1110
- padding: 10px 30px 20px
1111
- }
1112
-
1113
- .rpt_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1114
- font-size: 14px
1115
- }
1116
-
1117
- .rpt_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1118
- font-size: 12px
1119
- }
1120
-
1121
- .rpt_4_plans .rpt_plan .rpt_head .rpt_subtitle {
1122
- font-size: 16px;
1123
- line-height: 18px;
1124
- padding: 10px 10px 20px
1125
- }
1126
-
1127
- .rpt_4_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1128
- font-size: 14px;
1129
- line-height: 17px
1130
- }
1131
-
1132
- .rpt_4_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1133
- font-size: 13px;
1134
- line-height: 16px
1135
- }
1136
-
1137
- .rpt_5_plans .rpt_plan .rpt_head .rpt_subtitle {
1138
- font-size: 15px;
1139
- line-height: 18px;
1140
- padding: 10px 10px 20px
1141
- }
1142
-
1143
- .rpt_5_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1144
- font-size: 13px;
1145
- line-height: 17px
1146
- }
1147
-
1148
- .rpt_5_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1149
- font-size: 12px;
1150
- line-height: 16px
1151
- }
1152
-
1153
- .rpt_plans .rpt_plan .rpt_head .rpt_description {
1154
- font-size: 14px;
1155
- line-height: 20px;
1156
- padding: 10px 20px;
1157
- font-weight: 300;
1158
- text-align: center;
1159
- color: #ffffff
1160
- }
1161
-
1162
- .rpt_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1163
- font-size: 12px
1164
- }
1165
-
1166
- .rpt_style_bic .rpt_plan .rpt_head .rpt_description, .rpt_style_loc .rpt_plan .rpt_head .rpt_description {
1167
- color: #f5f5f5
1168
- }
1169
-
1170
- .rpt_4_plans .rpt_plan .rpt_head .rpt_description {
1171
- font-size: 13px;
1172
- line-height: 18px
1173
- }
1174
-
1175
- .rpt_4_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1176
- font-size: 12px;
1177
- line-height: 17px
1178
- }
1179
-
1180
- .rpt_5_plans .rpt_plan .rpt_head .rpt_description {
1181
- font-size: 12px;
1182
- line-height: 18px
1183
- }
1184
-
1185
- .rpt_5_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1186
- font-size: 11px;
1187
- line-height: 17px
1188
- }
1189
-
1190
- .rpt_plans .rpt_plan .rpt_features {
1191
- padding: 20px;
1192
- background: #f0ecfb;
1193
- text-align: center
1194
- }
1195
-
1196
- .rpt_plans .rpt_plan .rpt_features .rpt_feature {
1197
- font-size: 16px;
1198
- padding: 6px 16px;
1199
- border-bottom: 1px dotted #d3d3d3
1200
- }
1201
- .rpt_plans .rpt_plan .rpt_features .rpt_feature a {
1202
- color: #333333;
1203
- }
1204
-
1205
- .rpt_plans .rpt_plan .rpt_features .rpt_feature:last-child {
1206
- border-bottom: none
1207
- }
1208
-
1209
- .rpt_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1210
- font-size: 14px
1211
- }
1212
-
1213
- .rpt_style_bic .rpt_plan .rpt_features, .rpt_style_loc .rpt_plan .rpt_features, .rpt_style_swl .rpt_plan .rpt_features {
1214
- background: #fff
1215
- }
1216
-
1217
- .rpt_style_swl .rpt_plan .rpt_features .rpt_feature {
1218
- padding: 5px 16px
1219
- }
1220
-
1221
- .rpt_4_plans .rpt_plan .rpt_features .rpt_feature {
1222
- padding: 6px 10px;
1223
- font-size: 14px
1224
- }
1225
-
1226
- .rpt_4_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1227
- font-size: 12px
1228
- }
1229
-
1230
- .rpt_5_plans .rpt_plan .rpt_features .rpt_feature {
1231
- padding: 6px 10px;
1232
- font-size: 13px
1233
- }
1234
-
1235
- .rpt_5_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1236
- font-size: 11px
1237
- }
1238
-
1239
- .rpt_plans .rpt_plan .rpt_foot {
1240
- display: block;
1241
- padding: 10px 30px;
1242
- border-top: #7559C0 solid 2px;
1243
- background: #7559C0;
1244
- text-align: center;
1245
- color: #fff;
1246
- font-size: 24px;
1247
- text-decoration: none;
1248
- font-weight: 300;
1249
- transition: All .5s ease;
1250
- -webkit-transition: All .5s ease;
1251
- -moz-transition: All .5s ease;
1252
- -o-transition: All .5s ease
1253
- }
1254
-
1255
- .rpt_plans .rpt_sm_button .rpt_plan .rpt_foot {
1256
- font-size: 19px
1257
- }
1258
-
1259
- .rpt_style_basic .rpt_plan .rpt_foot {
1260
- border-bottom-right-radius: 8px;
1261
- border-bottom-left-radius: 8px
1262
- }
1263
-
1264
- .rpt_style_swl .rpt_plan .rpt_foot {
1265
- border-top: none;
1266
- padding: 10px 30px 20px;
1267
- color: #000;
1268
- background: #333
1269
- }
1270
-
1271
- .rpt_4_plans .rpt_plan .rpt_foot {
1272
- padding: 4px 20px;
1273
- font-size: 19px
1274
- }
1275
-
1276
- .rpt_4_plans .rpt_sm_button .rpt_plan .rpt_foot, .rpt_5_plans .rpt_plan .rpt_foot {
1277
- padding: 4px 20px;
1278
- font-size: 17px
1279
- }
1280
-
1281
- .rpt_5_plans .rpt_sm_button .rpt_plan .rpt_foot {
1282
- font-size: 16px
1283
- }
1284
-
1285
- .rpt_plans .rpt_plan .rpt_foot:hover {
1286
- opacity: .8
1287
- }
1288
-
1289
- .rpt_style_swl .rpt_plan .rpt_foot:hover {
1290
- opacity: 1
1291
- }
1292
-
1293
- .rpt_plans .rpt_recommended_plan .rpt_foot {
1294
- font-size: 30px;
1295
- padding: 16px 0
1296
- }
1297
-
1298
- .rpt_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1299
- font-size: 26px
1300
- }
1301
-
1302
- .rpt_4_plans .rpt_recommended_plan .rpt_foot {
1303
- font-size: 22px;
1304
- font-weight: 300;
1305
- padding: 10px 0
1306
- }
1307
-
1308
- .rpt_4_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1309
- font-size: 19px;
1310
- padding: 10px 0
1311
- }
1312
-
1313
- .rpt_5_plans .rpt_recommended_plan .rpt_foot {
1314
- font-size: 20px;
1315
- font-weight: 300;
1316
- padding: 10px 0
1317
- }
1318
-
1319
- .rpt_5_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1320
- font-size: 18px;
1321
- padding: 10px 0
1322
- }
1323
-
1324
- .rpt_custom_btn {
1325
- border-bottom-right-radius: 5px;
1326
- border-bottom-left-radius: 5px;
1327
- text-align: center;
1328
- padding: 16px 20px
1329
- }
1330
-
1331
- .rpt_plans .rpt_recommended_plan {
1332
- position: relative;
1333
- top: -10px
1334
- }
1335
-
1336
- .rpt_recommended_plan img.rpt_recommended {
1337
- position: absolute !important;
1338
- left: 10px !important
1339
- }
1340
-
1341
- .rpt_style_bic .rpt_recommended_plan, .rpt_style_loc .rpt_recommended_plan {
1342
- -webkit-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
1343
- -moz-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
1344
- box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39)
1345
- }
1346
-
1347
- a.rpt_tooltip {
1348
- display: block;
1349
- outline: 0;
1350
- position: relative
1351
- }
1352
-
1353
- a.rpt_tooltip strong {
1354
- line-height: 30px
1355
- }
1356
-
1357
- a.rpt_tooltip > span.intool {
1358
- width: 90%;
1359
- padding: 10px;
1360
- margin-top: 56px;
1361
- opacity: 0;
1362
- visibility: hidden;
1363
- z-index: 10;
1364
- position: absolute;
1365
- top: -15px;
1366
- display: block;
1367
- color: #f5f5f5;
1368
- font-size: 13px;
1369
- line-height: 20px;
1370
- background: #333;
1371
- font-weight: 300;
1372
- text-align: center
1373
- }
1374
-
1375
- a.rpt_tooltip:hover {
1376
- cursor: zoom-in
1377
- }
1378
-
1379
- a.rpt_tooltip .rpt_tooltip_plus {
1380
- text-decoration: none !important;
1381
- display: inline;
1382
- font-size: 12px;
1383
- font-weight: 700;
1384
- position: relative;
1385
- top: -6px
1386
- }
1387
-
1388
- .rpt_feature:hover a.rpt_tooltip > span.intool {
1389
- opacity: .98;
1390
- text-decoration: none;
1391
- visibility: visible;
1392
- overflow: visible
1393
- }
1394
-
1395
- a.rpt_tooltip span.intool b {
1396
- width: 10px;
1397
- height: 10px;
1398
- margin-right: 35%;
1399
- margin-top: -15px;
1400
- position: absolute;
1401
- -webkit-transform: rotate(-45deg);
1402
- -moz-transform: rotate(-45deg);
1403
- -o-transform: rotate(-45deg);
1404
- transform: rotate(-45deg);
1405
- display: none \0/;
1406
- background: #333
1407
- }
1408
-
1409
- .rpt_3_plans a.rpt_tooltip > span.intool {
1410
- margin-right: -1%
1411
- }
1412
-
1413
- .rpt_4_plans a.rpt_tooltip > span.intool {
1414
- margin-right: 0
1415
- }
1416
-
1417
- .rpt_5_plans a.rpt_tooltip > span.intool {
1418
- margin-right: -2%
1419
- }
1420
-
1421
- .entry-content .rpt_plan a, .rpt_plan a {
1422
- border-bottom: none !important;
1423
- text-decoration: none;
1424
- }
1425
-
1426
- .rpt_plans .rpt_plan .rpt_icon {
1427
- max-width: 30px;
1428
- max-height: 30px
1429
- }
1430
-
1431
- .rpt_plans .rpt_plan img {
1432
- display: inline;
1433
- margin: 0 10px 0 0;
1434
- padding: 0;
1435
- -webkit-box-shadow: 0 0 0 0 transparent;
1436
- -moz-box-shadow: 0 0 0 0 transparent;
1437
- box-shadow: 0 0 0 0 transparent;
1438
- border: none
1439
- }
1440
-
1441
- .mystickymenu-testimonial {
1442
- position: relative;
1443
- }
1444
- .mystickymenu-testimonial .testimonial-data {
1445
- position: relative;
1446
- }
1447
- .mystickymenu-testimonial .testimonial-data {
1448
- position: relative;
1449
- margin-right: 30px;
1450
- padding: 10px 10px 10px 40px;
1451
- background: #f5f5f5;
1452
- font-size: 16px;
1453
- line-height: 22px;
1454
- }
1455
- .mystickymenu-testimonial .testimonial-image {
1456
- position: absolute;
1457
- height: 60px;
1458
- width: 60px;
1459
- overflow: hidden;
1460
- border-radius: 30px;
1461
- top: 50%;
1462
- margin-top: -30px;
1463
- z-index: 1;
1464
- }
1465
- .mystickymenu-testimonial .testimonial-image img {
1466
- width: 100%;
1467
- height: auto;
1468
- }
1469
- .mystickymenu-testimonial-list {
1470
- width: 100%;
1471
- max-width: 1080px;
1472
- margin: 30px auto;
1473
- }
1474
- .testimonial-title {
1475
- font-weight: bold;
1476
- font-size: 18px;
1477
- padding: 0 0 5px 0;
1478
- }
1479
- .testimonial-author {
1480
- font-size: 16px;
1481
- font-style: italic;
1482
- font-weight: 500;
1483
- padding: 5px 0 0 0;
1484
- }
1485
- p.udner-title strong {
1486
- font-size: 30px;
1487
- padding-bottom: 40px;
1488
- display: block;
1489
- color: #b97fcf;
1490
- text-align: center;
1491
- }
1492
- p.udner-title {
1493
- margin: 0;
1494
- padding: 0;
1495
- }
1496
- @media only screen and (max-width: 640px) {
1497
- .rpt_plans .rpt_plan {
1498
- width: 96%;
1499
- margin: 10px 2% 20px !important
1500
- }
1501
-
1502
- .rpt_plans .rpt_plan .rpt_title {
1503
- position: relative;
1504
- font-size: 26px !important;
1505
- line-height: 35px !important
1506
- }
1507
-
1508
- .rpt_plans .rpt_plan .rpt_head .rpt_price {
1509
- font-size: 74px !important;
1510
- line-height: 100px !important
1511
- }
1512
-
1513
- .rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
1514
- font-size: 17px !important;
1515
- line-height: 28px !important;
1516
- padding: 10px 40px 20px
1517
- }
1518
-
1519
- .rpt_plans .rpt_plan .rpt_head .rpt_description {
1520
- font-size: 15px !important;
1521
- line-height: 26px !important;
1522
- padding: 0 40px 30px
1523
- }
1524
-
1525
- .rpt_plans .rpt_plan .rpt_features .rpt_feature {
1526
- padding: 6px 16px;
1527
- font-size: 14px !important
1528
- }
1529
-
1530
- .rpt_plans .rpt_plan .rpt_foot {
1531
- padding: 10px 40px;
1532
- text-align: center;
1533
- color: #fff;
1534
- font-size: 20px
1535
- }
1536
-
1537
- .rpt_plans .rpt_recommended_plan .rpt_foot {
1538
- font-size: 30px;
1539
- font-weight: 300;
1540
- padding: 20px 0
1541
- }
1542
-
1543
- .rpt_plan .rpt_head .rpt_price .rpt_currency {
1544
- top: -36px !important;
1545
- right: -10px !important;
1546
- font-size: 35px !important
1547
- }
1548
- }
1549
-
1550
- #rpt_pricr .rpt_plan_ori .rpt_features .rpt_feature, #rpt_pricr .rpt_plan_ori .rpt_features .rpt_feature a, #rpt_pricr .rpt_plan_ori .rpt_foot, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_description, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_price, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_price .rpt_currency, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_recurrence, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_subtitle, #rpt_pricr .rpt_plan_ori .rpt_title {
1551
- font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
1552
- font-weight: 300 !important
1553
- }
1554
-
1555
- .client-testimonial {
1556
- margin: 20px auto 0px;
1557
- -webkit-border-radius: 5px;
1558
- -moz-border-radius: 5px;
1559
- border-radius: 5px;
1560
- }
1561
- .client-testimonial span.dashicons.dashicons-yes {
1562
- background: #00bd00;
1563
- color: #fff;
1564
- border-radius: 50%;
1565
- -webkit-border-radius: 50%;
1566
- -moz-border-radius: 50%;
1567
- }
1568
- .client-testimonial p.text-center {
1569
- text-align: center;
1570
- margin: 6px 0;
1571
- font-size: 14px;
1572
- }
1573
- .client-testimonial .payment {
1574
- margin: 20px 0;
1575
- text-align: center;
1576
- }
1577
- .testimonial-image {
1578
- width: 10%;
1579
- display: inline-block;
1580
- vertical-align: middle;
1581
- }
1582
- .testimonial-content {
1583
- width: 85%;
1584
- display: inline-block;
1585
- vertical-align: middle;
1586
- padding-right: 15px;
1587
- }
1588
- .testimonial-image img {
1589
- border-radius: 50%;
1590
- -webkit-border-radius: 50%;
1591
- -moz-border-radius: 50%;
1592
- width: 100%;
1593
- height: auto;
1594
- }
1595
- .client-testimonial .author {
1596
- font-weight: bold;
1597
- padding: 5px 0 0 0;
1598
- font-size: 14px;
1599
- }
1600
- .testimonial-box {
1601
- padding: 15px;
1602
- background: #d6efff;
1603
- -webkit-border-radius: 5px;
1604
- -moz-border-radius: 5px;
1605
- border-radius: 5px;
1606
- }
1607
-
1608
- /*01-08-2019 welcome bar css*/
1609
- #sticky-header-welcome-bar *, #sticky-header-welcome-bar ::before, #sticky-header-welcome-bar ::after {
1610
- -webkit-box-sizing: border-box;
1611
- -moz-box-sizing: border-box;
1612
- box-sizing: border-box;
1613
- }
1614
- #sticky-header-welcome-bar .iris-picker, #sticky-header-welcome-bar .iris-picker * {
1615
- -moz-box-sizing: content-box;
1616
- -webkit-box-sizing: content-box;
1617
- box-sizing: content-box;
1618
- }
1619
- .mysticky-welcomebar-switch {
1620
- display: inline-block;
1621
- width:55px;
1622
- height:30px;
1623
- position: relative;
1624
- }
1625
- .mysticky-welcomebar-switch input {
1626
- opacity: 0;
1627
- width: 0;
1628
- height: 0;
1629
- }
1630
- .mysticky-welcomebar-switch .slider {
1631
- border-radius: 15px;
1632
- position: absolute;
1633
- cursor: pointer;
1634
- top: 0;
1635
- right: 0;
1636
- left: 0;
1637
- bottom: 0;
1638
- background-color: #ccc;
1639
- border: 2px solid #ccc;
1640
- -webkit-transition: .4s;
1641
- transition: .4s;
1642
- }
1643
- .mysticky-welcomebar-switch .slider:before {
1644
- border-radius: 50%;
1645
- position: absolute;
1646
- content: "";
1647
- height: 24px;
1648
- width: 25px;
1649
- left: 2px;
1650
- top: 1px;
1651
- background-color: #ffffff;
1652
- -webkit-transition: .4s;
1653
- transition: .4s;
1654
- }
1655
-
1656
- .mysticky-welcomebar-switch .slider:before {
1657
- border-radius: 50%;
1658
- position: absolute;
1659
- content: "";
1660
- height: 24px;
1661
- width: 25px;
1662
- left: 2px;
1663
- top: 1px;
1664
- background-color: #ffffff;
1665
- -webkit-transition: .4s;
1666
- transition: .4s;
1667
- }
1668
- .mysticky-welcomebar-switch input:checked + .slider {
1669
- background-color: #7761DF;
1670
- border: 2px solid #7761DF;
1671
- }
1672
- .mysticky-welcomebar-switch input:focus + .slider {
1673
- box-shadow: 0 0 1px #2196F3;
1674
- }
1675
- .mysticky-welcomebar-switch input:checked + .slider:before {
1676
- -webkit-transform: translateX(24px);
1677
- -ms-transform: translateX(24px);
1678
- transform: translateX(24px);
1679
- }
1680
-
1681
-
1682
- .welcombar-status-switch{
1683
- display: inline-block;
1684
- width:46px;
1685
- height:24px;
1686
- position: relative;
1687
- }
1688
-
1689
- .welcombar-status-switch .slider:before {
1690
- border-radius: 50%;
1691
- position: absolute;
1692
- content: "";
1693
- height: 15px;
1694
- width: 15px;
1695
- left: 2px;
1696
- top: 2px;
1697
- background-color: #ffffff;
1698
- -webkit-transition: .4s;
1699
- transition: .4s;
1700
- }
1701
- .mysticky-welcomebar-form {
1702
- background-color: #f8fcfd;
1703
- border: 1px solid #E1E6E6;
1704
- padding: 20px;
1705
- border-radius: 7px;
1706
- position: relative;
1707
- }
1708
- .mysticky-welcomebar-header-title h3 {
1709
- margin: 0;
1710
- font-size: 26px;
1711
- color: #4F4F4F;
1712
- line-height: 1.2;
1713
- display: inline-block;
1714
- vertical-align: top;
1715
- }
1716
- .mysticky-welcomebar-header-title h3 + .mysticky-welcomebar-switch {
1717
- margin-right: 20px;
1718
- }
1719
- .mysticky-welcomebar-subheader-title {
1720
- padding: 40px 0 30px;
1721
- }
1722
- .mysticky-welcomebar-subheader-title h4 {
1723
- margin: 0;
1724
- font-weight: 400;
1725
- font-size: 22px;
1726
- line-height: 1.2;
1727
- color: #4F4F4F;
1728
- }
1729
- .mysticky-welcomebar-setting-content {
1730
- display: flex;
1731
- align-items: center;
1732
- padding-bottom: 20px;
1733
- }
1734
- .mysticky-welcomebar-setting-content.show-on-apper {
1735
- align-items: flex-start;
1736
- }
1737
- .mysticky-welcomebar-setting-content > label {
1738
- font-size: 18px;
1739
- line-height: 1.2;
1740
- color: #4F4F4F;
1741
- font-weight: 500;
1742
- margin-top: 10px;
1743
- width: 255px;
1744
- padding-left: 10px;
1745
- }
1746
- .mysticky-welcomebar-setting-content.show-on-apper > label {
1747
- margin-top: 10px;
1748
- }
1749
- .mysticky-welcomebar-setting-content-left {
1750
- width: 100%;
1751
- align-items: center;
1752
- display: flex;
1753
- }
1754
- /*----------------------*/
1755
- /*.mysticky-welcomebar-setting-wrap{
1756
- height: 100vh;
1757
- }*/
1758
- .mysticky-welcomebar-setting-wrap .myStickymenu-upgrade {
1759
- display: inline-block;
1760
- vertical-align: middle;
1761
- float: none;
1762
- margin-right: 12px;
1763
- }
1764
- .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-position .myStickymenu-upgrade {
1765
- margin-right: 50px;
1766
- }
1767
- .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-remove-getbar .myStickymenu-upgrade {
1768
- margin-right: 130px;
1769
- }
1770
- .mysticky-welcomebar-setting-content-left.mysticky-welcomebar-colorpicker .wp-picker-container{
1771
- display: inline-block;
1772
- }
1773
- .mysticky-welcomebar-setting-content-left label {
1774
- display: inline-block;
1775
- vertical-align: top;
1776
- width: 100px;
1777
- padding-left: 10px;
1778
- }
1779
- .mysticky-welcomebar-setting-content-left .wp-picker-input-wrap label {
1780
- width: auto;
1781
- }
1782
- .mysticky-welcomebar-setting-content-left .mysticky-welcomebar-trigger-wrap label {
1783
- width: auto;
1784
- }
1785
- #mystickymenu .mysticky-welcomebar-setting-content-left .px-wrap input {
1786
- padding-left: 60px;
1787
- }
1788
- .mysticky-welcomebar-setting-content-left select ,
1789
- .mysticky-welcomebar-setting-content-left input[type="text"] ,
1790
- .mysticky-welcomebar-setting-content-left textarea {
1791
- width: 400px;
1792
- height: 42px;
1793
- border-radius: 20px;
1794
- color: #32373c;
1795
- display: block;
1796
- padding: 0 10px;
1797
- box-shadow: none;
1798
- border: 1px solid #DCE2E2;
1799
- margin: 0;
1800
- font-size: 14px;
1801
- font-weight: 400;
1802
- }
1803
-
1804
- .mysticky-welcomebar-setting-content-left input::placeholder,
1805
- .mysticky-welcomebar-setting-content-left input:-ms-input-placeholder,
1806
- .mysticky-welcomebar-setting-content-left input::-ms-input-placeholder {
1807
- color: #b5b7b9;
1808
- opacity:0.6;
1809
- }
1810
- .mysticky-welcomebar-setting-content-left select {
1811
- padding-left: 22px;
1812
- }
1813
- .mysticky-welcomebar-setting-content-left textarea {
1814
- height: 100px;
1815
- border-radius: 10px;
1816
- padding-top: 9px;
1817
- }
1818
- #mystickymenu .wp-picker-container input[type="text"].wp-color-picker {
1819
- border-radius: 0;
1820
- height: 32px;
1821
- border: 1px solid #DCE2E2;
1822
- }
1823
- #mystickymenu .wp-picker-input-wrap .button {
1824
- height: 32px;
1825
- }
1826
- #mystickymenu .form-table .wp-picker-input-wrap label {
1827
- padding-left: 10px;
1828
- }
1829
- .mysticky-welcomebar-setting-action {
1830
- display: inline-block;
1831
- vertical-align: top;
1832
- }
1833
- .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
1834
- padding-right: 10px;
1835
- }
1836
- .mysticky-welcomebar-redirect label {
1837
- width: auto;
1838
- padding-left: 0;
1839
- padding-top: 10px;
1840
- }
1841
- .mysticky-welcomebar-expirydate {
1842
- position: relative;
1843
- display: inline-block;
1844
- vertical-align: top;
1845
- }
1846
- .mysticky-welcomebar-setting-content-left .mysticky-welcomebar-expirydate input {
1847
- padding-right: 55px;
1848
- }
1849
- .mysticky-welcomebar-expirydate .dashicons {
1850
- position: absolute;
1851
- top: 0;
1852
- right: 0;
1853
- bottom: 0;
1854
- color: #a7a7a7;
1855
- border-left: 1px solid #a7a7a7;
1856
- width: 46px;
1857
- height: 100%;
1858
- line-height: 40px;
1859
- }
1860
- a.create-rule {
1861
- background-color: #7761DF;
1862
- color: #fff;
1863
- display: inline-block;
1864
- margin: 10px 0 0;
1865
- vertical-align: top;
1866
- text-decoration: none;
1867
- padding: 5px 12px;
1868
- border-radius: 20px;
1869
- box-shadow: none;
1870
- outline: none;
1871
- }
1872
- .mysticky-welcomebar-upgrade-main {
1873
- position: relative;
1874
- vertical-align: top;
1875
- width: 100%;
1876
- padding-left: 10px;
1877
- padding-bottom: 0;
1878
- }
1879
- .mysticky-welcomebar-upgrade-main .myStickymenu-upgrade {
1880
- float: left;
1881
- }
1882
- .mysticky-welcomebar-page-option {
1883
- margin-bottom: 20px;
1884
- position: relative;
1885
- }
1886
- .mysticky-welcomebar-page-option select {
1887
- width: 230px;
1888
- }
1889
- .mysticky-welcomebar-page-option .myStickymenu-upgrade {
1890
- display: none;
1891
- position: absolute;
1892
- top: 9px;
1893
- right: 50%;
1894
- -webkit-transform: translateX(-50%);
1895
- -moz-transform: translateX(-50%);
1896
- transform: translateX(-50%);
1897
- text-align: center;
1898
- margin-right: 0;
1899
- }
1900
- .mysticky-welcomebar-page-option .myStickymenu-upgrade a {
1901
- padding-top: 5px;
1902
- padding-bottom: 7px;
1903
- padding-right: 20px;
1904
- padding-left: 20px;
1905
- font-size: 14px;
1906
- box-shadow: 0 0 3px #999;
1907
- }
1908
- .mysticky-welcomebar-page-option:hover .myStickymenu-upgrade {
1909
- display: block;
1910
- }
1911
- .mysticky-welcomebar-page-option .url-content {
1912
- /*display: flex;*/
1913
- overflow:hidden;
1914
- align-items: center;
1915
- }
1916
- .mysticky-welcomebar-page-option .url-content > div {
1917
- padding: 0 5px;
1918
- float: right;
1919
-
1920
- }
1921
-
1922
- .mysticky-welcomebar-page-option .url-content .mysticky-welcomebar-url-values,
1923
- .mysticky-welcomebar-page-option .url-content .mysticky-welcomebar-url-option{
1924
- width: 20%;
1925
- }
1926
- .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box {
1927
- width: 28%;
1928
- text-align: left;
1929
- margin-top: 10px;
1930
- }
1931
-
1932
- /*.mysticky-welcomebar-page-option .url-content select {
1933
- width: 120px;
1934
- }
1935
- */
1936
- .mysticky-welcomebar-page-option .url-content input[type="text"] {
1937
- height: 38px;
1938
- padding: 0 15px;
1939
- border-radius: 0;
1940
- }
1941
-
1942
- .mysticky-page-option .myStickymenu-upgrade {
1943
- float: none;
1944
- position: absolute;
1945
- top: 0;
1946
- right: 50%;
1947
- /* left: 0; */
1948
- text-align: center;
1949
- /* background-color: rgba(0,0,0,0.6); */
1950
- bottom: 0;
1951
- border-radius: 10px;
1952
- display: none;
1953
- align-items: center;
1954
- justify-content: center;
1955
- -webkit-transform: translateX(-50%);
1956
- -moz-transform: translateX(-50%);
1957
- transform: translateX(-50%);
1958
- }
1959
- .mysticky-page-option:hover .myStickymenu-upgrade {
1960
- display: flex;
1961
- }
1962
- .mysticky-page-option .myStickymenu-upgrade a {
1963
- padding-top: 5px;
1964
- padding-bottom: 7px;
1965
- padding-right: 20px;
1966
- padding-left: 20px;
1967
- font-size: 14px;
1968
- box-shadow: 0 0 3px #999;
1969
- }
1970
- .mysticky-page-option {
1971
- background-color: #fff;
1972
- padding: 10px;
1973
- margin-bottom: 10px;
1974
- border: 1px solid #DCE2E2;
1975
- border-radius: 10px;
1976
- position: relative;
1977
- }
1978
- .mysticky-page-option .url-content {
1979
- display: flex;
1980
- align-items: center;
1981
- }
1982
- .mysticky-page-option .url-content > div {
1983
- padding: 0 5px;
1984
- }
1985
- .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box {
1986
- width: 260px;
1987
- text-align: left;
1988
- }
1989
- .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box {
1990
- width: 300px;
1991
- }
1992
- .mysticky-page-option .url-content select {
1993
- width: 250px;
1994
- }
1995
- .mysticky-page-option .url-content input[type="text"] {
1996
- height: 38px;
1997
- padding: 0 15px;
1998
- border-radius: 0;
1999
- }
2000
- .mystickymenu-page-target-wrap {
2001
- padding-bottom: 20px;
2002
- }
2003
-
2004
- .mysticky-welcomebar-remove-rule ,
2005
- .mysticky-remove-rule {
2006
- color: #fff;
2007
- background-color: #666;
2008
- text-decoration: none;
2009
- display: inline-block;
2010
- vertical-align: top;
2011
- width: 38px;
2012
- height: 38px;
2013
- text-align: center;
2014
- border-radius: 4px;
2015
- font-size: 22px;
2016
- line-height: 35px;
2017
- }
2018
- .mysticky-welcomebar-page-options {
2019
- display: inline-block;
2020
- vertical-align: top;
2021
- }
2022
- .mysticky-welcomebar-setting-left {
2023
- /*position: absolute;
2024
- right: 20px;*/
2025
- /*left: 50px;*/
2026
- /*width: 500px;*/
2027
- }
2028
- .mysticky-welcomebar-setting-right{
2029
- position: fixed;
2030
- top: 32px !important;
2031
- left:40px;
2032
- }
2033
- .mysticky-welcomebar-setting-right{
2034
- margin-top: 0px;
2035
- position: absolute;
2036
- }
2037
-
2038
- .mysticky-welcomebar-header-title::after {
2039
- content: "";
2040
- display: block;
2041
- clear: both;
2042
- }
2043
- .mysticky-welcomebar-preview-window {
2044
- float: left;
2045
- }
2046
- .mysticky-welcomebar-header-title {
2047
- padding-bottom: 20px;
2048
- }
2049
- .mysticky-welcomebar-preview-window ul {
2050
- margin: 0;
2051
- padding: 0;
2052
- }
2053
- .mysticky-welcomebar-preview-window ul li {
2054
- color: #7761DF;
2055
- display: inline-block;
2056
- vertical-align: top;
2057
- width: 36px;
2058
- height: 36px;
2059
- background-color: #DFDDF7;
2060
- border-radius: 50%;
2061
- text-align: center;
2062
- line-height: 36px;
2063
- margin-bottom: 0;
2064
- margin-right: 10px;
2065
- }
2066
- .mysticky-welcomebar-preview-window ul li.preview-active {
2067
- color: #fff;
2068
- background-color: #7761DF;
2069
- }
2070
- .mysticky-welcomebar-preview-window ul li .dashicons {
2071
- line-height: 36px;
2072
- }
2073
- .mysticky-welcomebar-preview-screen {
2074
- background-color: #ffffff;
2075
- border: 1px solid #DCE2E2;
2076
- border-radius: 10px;
2077
- margin: 0 auto;
2078
- padding: 0;
2079
- height: 400px;
2080
- position: relative !important;
2081
- overflow: hidden;
2082
- max-width: 100%;
2083
- -webkit-transition: all 0.5s ease 0s;
2084
- -moz-transition: all 0.5s ease 0s;
2085
- transition: all 0.5s ease 0s;
2086
- }
2087
- .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen {
2088
- max-width: 320px;
2089
- }
2090
- /*----------------------------*/
2091
- .mysticky-welcomebar-submit {
2092
- float: left;
2093
- padding-top: 50px;
2094
- margin-left: -20px;
2095
- }
2096
- .mysticky-welcomebar-form-reset .mysticky-welcomebar-submit {
2097
- margin-left: 0;
2098
- padding-top: 30px;
2099
- }
2100
- .mysticky-welcomebar-submit input.button-secondary {
2101
- background: #969696;
2102
- border-color: #969696;
2103
- color: #ffffff;
2104
- text-transform: uppercase;
2105
- border-radius: 31px;
2106
- font-size: 26px;
2107
- margin-left: 10px;
2108
- padding-right: 23px;
2109
- padding-left: 23px;
2110
- height: 60px;
2111
- width: 200px;
2112
- border: 0;
2113
- box-shadow: none;
2114
- font-weight: 600;
2115
- text-shadow: none;
2116
- }
2117
- .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-buttons {
2118
- padding-left: 0;
2119
- }
2120
- .ui-dialog-buttonset .green-btn.ui-button {
2121
- background-color: #00c67c;
2122
- border-color: #00c67c;
2123
- color: #fff;
2124
- }
2125
- .mysticky-welcomebar-setting-content-left.mysticky-welcomebar-setting-redirect-wrap {
2126
- display: block;
2127
- }
2128
- .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-redirect-wrap .myStickymenu-upgrade {
2129
- margin-top: 7px;
2130
- }
2131
- .updates-form-form {
2132
- min-height: calc(100vh - 280px);
2133
- }
2134
- .popup-form-content {
2135
- background: #ffffff;
2136
- min-height: 100px;
2137
- width: 450px;
2138
- text-align: center;
2139
- margin-top: 50px;
2140
- border: solid 1px #c1c1c1;
2141
- }
2142
- .updates-content-buttons button {
2143
- margin: 10px 3px !important;
2144
- float: right;
2145
- }
2146
- .updates-content-buttons a span {
2147
- -webkit-animation: fa-spin 0.75s infinite linear;
2148
- animation: fa-spin 0.75s infinite linear;
2149
- }
2150
- .updates-content-buttons a:hover, .updates-content-buttons a:focus {
2151
- color: #ffffff;
2152
- background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1));
2153
- }
2154
- .updates-content-buttons a:focus {
2155
- outline: 0;
2156
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50,100,150,.4);
2157
- }
2158
- .updates-content-buttons button.form-cancel-btn {
2159
- float: left !important;
2160
- }
2161
- .form-submit-btn {
2162
- background-color: #3085d6;
2163
- }
2164
- .updates-content-buttons a span {
2165
- -webkit-animation: fa-spin 0.75s infinite linear;
2166
- animation: fa-spin 0.75s infinite linear;
2167
- }
2168
- .add-update-mystickymenu-title {
2169
- font-size: 20px;
2170
- line-height: 30px;
2171
- padding: 20px 20px 0;
2172
- }
2173
- .mystickymenu-form-input {
2174
- padding: 10px 20px;
2175
- }
2176
- .mystickymenu-form-input input {
2177
- width: 100%;
2178
- transition: border-color .3s,box-shadow .3s;
2179
- border: 1px solid #d9d9d9;
2180
- border-radius: .1875em;
2181
- font-size: 1.125em;
2182
- box-shadow: inset 0 1px 1px rgba(0,0,0,.06);
2183
- box-sizing: border-box;
2184
- height: 2.625em;
2185
- margin: 1em auto;
2186
- }
2187
- .updates-content-buttons {
2188
- background: #c1c1c1;
2189
- padding: 0 20px;
2190
- }
2191
- div#wp-mysticky_bar_text-wrap {
2192
- /*width: 40%;*/
2193
- }
2194
-
2195
- .mystickymenu-popup {
2196
- position: fixed;
2197
- width: 100%;
2198
- height: 100%;
2199
- top: 0;
2200
- right: 0;
2201
- z-index: 100001;
2202
- background: rgba(0, 0, 0, .75)
2203
- }
2204
-
2205
- .mystickymenu-popup-box {
2206
- padding: 0;
2207
- width: 600px;
2208
- max-width: 100%;
2209
- margin: auto;
2210
- top: 50%;
2211
- position: absolute;
2212
- right: 0;
2213
- left: 0;
2214
- border-radius: 5px;
2215
- transform: translate(0, -50%);
2216
- -webkit-transform: translate(0, -50%);
2217
- -moz-transform: translate(0, -50%);
2218
- text-align: center;
2219
- background: #fcfcfc
2220
- }
2221
-
2222
- .mystickymenu-popup-header {
2223
- padding: 15px;
2224
- font-size: 20px;
2225
- border-bottom: solid 1px #e6e6e6
2226
- }
2227
-
2228
- .mystickymenu-popup-content {
2229
- background: #fff;
2230
- padding: 15px;
2231
- font-size: 14px;
2232
- line-height: 20px
2233
- }
2234
-
2235
- .mystickymenu-popup-content iframe {
2236
- margin: 30px 0
2237
- }
2238
-
2239
- .mystickymenu-popup-footer {
2240
- padding: 15px;
2241
- border-top: solid 1px #e6e6e6
2242
- }
2243
-
2244
- .mystickymenu-popup-footer button {
2245
- border: none;
2246
- padding: 10px 20px;
2247
- border-radius: 4px;
2248
- background: #00c478;
2249
- color: #fff;
2250
- cursor: pointer;
2251
- }
2252
-
2253
- .close-mystickymenu-popup {
2254
- margin: 0;
2255
- padding: 0;
2256
- background: 0 0;
2257
- border: none;
2258
- float: left;
2259
- background: #000;
2260
- border-radius: 50%;
2261
- color: #fff;
2262
- text-align: center;
2263
- width: 24px;
2264
- height: 24px;
2265
- cursor: pointer;
2266
- }
2267
-
2268
- .close-mystickymenu-popup span {
2269
- line-height: 24px
2270
- }
2271
- @-webkit-keyframes fa-spin {
2272
- 0% {
2273
- -webkit-transform: rotate(0deg);
2274
- transform: rotate(0deg);
2275
- }
2276
- 100% {
2277
- -webkit-transform: rotate(359deg);
2278
- transform: rotate(359deg);
2279
- }
2280
- }
2281
- @media only screen and (max-width: 1490px) {
2282
- .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
2283
- padding-right: 10px;
2284
- }
2285
- .mysticky-welcomebar-setting-left {
2286
- /*width: 600px;*/
2287
- }
2288
- }
2289
- @media only screen and (max-width: 1355px) {
2290
- .mysticky-welcomebar-page-option .url-content select {
2291
- width: 130px;
2292
- }
2293
- .mysticky-welcomebar-page-option .url-content input[type="text"] {
2294
- width: 180px;
2295
- }
2296
- .mysticky-welcomebar-setting-action {
2297
- display: block;
2298
- }
2299
- .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
2300
- padding-right: 0;
2301
- padding-top: 10px;
2302
- }
2303
- }
2304
- @media only screen and (max-width: 1200px) {
2305
- .mysticky-welcomebar-page-option .url-content select {
2306
- width: 110px;
2307
- }
2308
- .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box {
2309
- width: 230px;
2310
- }
2311
- .mysticky-welcomebar-page-option {
2312
- padding: 10px 3px;
2313
- }
2314
- .mysticky-welcomebar-page-option .url-content input[type="text"] {
2315
- width: 150px;
2316
- }
2317
- }
2318
- @media only screen and (max-width: 1100px) {
2319
- .mysticky-welcomebar-setting-left {
2320
- width: 340px;
2321
- left: 40px;
2322
- }
2323
- }
2324
- @media only screen and (max-width: 1024px) {
2325
- .mysticky-welcomebar-setting-left {
2326
- left: 40px;
2327
- width: 310px;
2328
- }
2329
- .mysticky-welcomebar-setting-content > label {
2330
- font-size: 16px;
2331
- width: 175px;
2332
- padding-left: 10px;
2333
- }
2334
- .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen {
2335
- max-width: 250px;
2336
- }
2337
- }
2338
-
2339
-
2340
-
2341
- .mysticky-custom-fields-tooltip{
2342
- position: relative;
2343
- margin-right: 20px;
2344
- }
2345
- .mysticky-custom-fields-tooltip:hover p {
2346
- bottom: 100%;
2347
- opacity: 1;
2348
- visibility: visible;
2349
- }
2350
-
2351
- .mysticky-custom-fields-tooltip a.mysticky-tooltip {
2352
- width: 20px;
2353
- height: 20px;
2354
- line-height: 20px;
2355
- border-radius: 35px;
2356
- padding: 0;
2357
- text-align: center;
2358
- font-size: 12px;
2359
- display: inline-block;
2360
- color: #ffffff;
2361
- text-decoration: none;
2362
- }
2363
- .mysticky-custom-fields-tooltip a.mysticky-tooltip .dashicons{
2364
- text-transform: uppercase;
2365
- color: #1E1E1E;
2366
- }
2367
- .mysticky-custom-fields-tooltip p {
2368
- margin: 0;
2369
- margin-bottom: 0px;
2370
- background-color: #000;
2371
- width: 380px;
2372
- padding: 10px 10px;
2373
- border-radius: 8px;
2374
- color: #fff;
2375
- position: absolute;
2376
- bottom: 200%;
2377
- right: -20px;
2378
- margin-bottom: 10px;
2379
- -webkit-transition: all 0.5s ease 0s;
2380
- -moz-transition: all 0.5s ease 0s;
2381
- transition: all 0.5s ease 0s;
2382
- opacity: 0;
2383
- visibility: hidden;
2384
- }
2385
- .mysticky-custom-fields-tooltip p::before {
2386
- content: "";
2387
- border-top: 10px solid #000;
2388
- border-right: 10px solid transparent;
2389
- border-left: 10px solid transparent;
2390
- width: 0;
2391
- height: 0;
2392
- position: absolute;
2393
- bottom: -8px;
2394
- right: 25px;
2395
- }
2396
-
2397
- .mysticky-welcomebar-poptin-content{
2398
- font-size: 18px;
2399
- display: flex;
2400
- align-content: center;
2401
- }
2402
- .mysticky-welcomebar-poptin-content a{
2403
- display: inline-block;
2404
- padding: 0 5px;
2405
- text-decoration: none;
2406
- }
2407
- .mysticky-welcome-poptin-logo{width: 100px;}
2408
-
2409
-
2410
- /*--------------------------------New Add---------------------------*/
2411
-
2412
- .mysticky-welcomebar-fixed .mysticky-welcomebar-btn{
2413
- padding-right: 25px !important;
2414
- }
2415
-
2416
- .mysticky-welcomebar-setting-right .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed {
2417
- position:relative; !important;
2418
- }
2419
- .wp-editor-area{height: 100px !important;}
2420
-
2421
- .mysticky-welcomebar-setting-content-right select, .mysticky-welcomebar-setting-content-right input[type="text"], .mysticky-welcomebar-setting-content-right textarea {
2422
- width: 400px;
2423
- height: 42px;
2424
- border-radius: 20px;
2425
- color: #32373c;
2426
- display: block;
2427
- padding: 0 10px;
2428
- box-shadow: none;
2429
- border: 1px solid #DCE2E2;
2430
- margin: 0;
2431
- font-size: 14px;
2432
- font-weight: 400;
2433
- align-items: center;
2434
- }
2435
- .mysticky-welcomebar-expirydate-gmt{float: left;}
2436
- .mysticky_welcome_expiry1{padding-right: 50px !important;}
2437
-
2438
- /*.plan-price{
2439
- left: 12px !important;
2440
- }
2441
- */
2442
-
2443
-
2444
-
2445
- /*===============================================================================================*/
2446
-
2447
- /*----------------------------------------------------- Welcome-bar php CSS -------------------------*/
2448
-
2449
- /*===============================================================================================*/
2450
-
2451
-
2452
- /*.mysticky-welcomebar-fixed .mysticky-w-close-btn {
2453
- display: none;
2454
- vertical-align: top;
2455
- width: 30px;
2456
- height: 30px;
2457
- text-align: center;
2458
- text-decoration: none;
2459
- line-height: 20px;
2460
- border-radius: 5px;
2461
- color: #000;
2462
- position: absolute;
2463
- font-family: Lato;
2464
- top: 5px;
2465
- left: 5px !important;
2466
- text-shadow: 0 0 0px #fff;
2467
- -webkit-transition: all 0.5s ease 0s;
2468
- -moz-transition: all 0.5s ease 0s;
2469
- transition: all 0.5s ease 0s;
2470
- -webkit-transform-origin: 50% 50%;
2471
- -moz-transform-origin: 50% 50%;
2472
- transform-origin: 50% 50%;
2473
- }
2474
-
2475
-
2476
- .mysticky-welcomebar-fixed .mysticky-w-close-btn:hover {
2477
- opacity: 1;
2478
- -webkit-transform: rotate(180deg);
2479
- -moz-transform: rotate(180deg);
2480
- transform: rotate(180deg);
2481
- }*/
2482
-
2483
-
2484
-
2485
-
2486
-
2487
- .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
2488
- display: none;
2489
- vertical-align: top;
2490
- width: 20px;
2491
- height: 20px;
2492
- text-align: center;
2493
- text-decoration: none;
2494
- line-height: 20px;
2495
- border-radius: 5px;
2496
- color: #000;
2497
- position: absolute;
2498
- font-family: Lato;
2499
- top: 5px;
2500
- left: 5px !important;
2501
- text-shadow: 0 0 0px #fff;
2502
- -webkit-transition: all 0.5s ease 0s;
2503
- -moz-transition: all 0.5s ease 0s;
2504
- transition: all 0.5s ease 0s;
2505
- -webkit-transform-origin: 50% 50%;
2506
- -moz-transform-origin: 50% 50%;
2507
- transform-origin: 50% 50%;
2508
- }
2509
-
2510
-
2511
- .mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover {
2512
- opacity: 1;
2513
- -webkit-transform: rotate(180deg);
2514
- -moz-transform: rotate(180deg);
2515
- transform: rotate(180deg);
2516
- }
2517
-
2518
- .mysticky-welcomebar-fixed .mysticky-welcomebar-close span.dashicons {
2519
- font-size: 27px;
2520
- }
2521
- .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
2522
- display: inline-block;
2523
- }
2524
-
2525
- .mysticky-welcomebar-fixed .mysticky-welcomebar-btn {
2526
- /*padding-left: 30px;*/
2527
- margin: 0 15px;
2528
- display: none;
2529
- }
2530
-
2531
- .mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover {
2532
- opacity: 1;
2533
- -webkit-transform: rotate(180deg);
2534
- -moz-transform: rotate(180deg);
2535
- transform: rotate(180deg);
2536
- }
2537
- .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
2538
- display: inline-block;
2539
- }
2540
-
2541
-
2542
- @media only screen and (max-width: 1024px) {
2543
- .mysticky-welcomebar-fixed {
2544
- padding: 0 10px 0 10px;
2545
- }
2546
- .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
2547
- width: 20px;
2548
- height: 20px;
2549
- line-height: 20px;
2550
- right: 0px;
2551
- }
2552
- }
2553
-
2554
- @media only screen and (max-width: 767px) {
2555
- .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
2556
- display: none;
2557
- }
2558
- .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-mobile .mysticky-welcomebar-close {
2559
- display: inline-block;
2560
- }
2561
-
2562
- }
2563
-
2564
- @media only screen and (max-width: 480px) {
2565
-
2566
- .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
2567
- right: 7px;
2568
- }
2569
- }
2570
-
2571
- /* tooltip css */
2572
- .tooltip {
2573
- position: relative;
2574
- display: inline-block;
2575
- border-bottom: 1px dotted black;
2576
- }
2577
-
2578
- .tooltip .tooltiptext {
2579
- visibility: hidden;
2580
- width: 80px;
2581
- background-color: black;
2582
- color: #fff;
2583
- text-align: center;
2584
- border-radius: 6px;
2585
- padding: 5px 0;
2586
- position: absolute;
2587
- z-index: 1;
2588
- bottom: 150%;
2589
- left: 50%;
2590
- margin-left: -45px;
2591
- }
2592
-
2593
- .tooltip .tooltiptext::after {
2594
- content: "";
2595
- position: absolute;
2596
- top: 100%;
2597
- left: 50%;
2598
- margin-left: -5px;
2599
- border-width: 5px;
2600
- border-style: solid;
2601
- border-color: black transparent transparent transparent;
2602
- }
2603
-
2604
- .tooltip:hover .tooltiptext {
2605
- visibility: visible;
2606
- }
2607
-
2608
-
2609
- /*---------------------------------------------------------------------------// 22-12-21 //-----------------------*/
2610
-
2611
- .mystickymenu-wrap{text-align:center;}
2612
- /*.mystickymenu-wrap .mystickymenu-welcome-img img{width:40%; height:auto;}*/
2613
-
2614
- .mystickymenu-newwelcomebar-contents a,
2615
- .mystickymenu-widgets-btn-wrap a{
2616
- display:inline-flex;
2617
- color:#fff !important;
2618
- font-size:16px;
2619
- font-weight:400;
2620
- font-family: 'Lato', sans-serif;
2621
- padding:10px 20px;
2622
- text-decoration:none;
2623
- background:#6558F5;
2624
- border-radius:5px;
2625
- align-items: center;
2626
- box-shadow: 0px 12px 12px -6px rgba(101, 107, 232, 0.25);
2627
- }
2628
-
2629
- .mystickymenu-tab-boxes{display:flex; justify-content: center; margin-top:50px;}
2630
- .mystickymenu-tab-box{
2631
- width:25%;
2632
- margin:10px;
2633
- display:flex;
2634
- border:1px solid #C3CFD9;
2635
- flex-direction: column;
2636
- justify-content: space-between;
2637
- padding-bottom:15px;
2638
- background-color:#fff;
2639
- }
2640
- .mystickymenu-tab-box .stickymenu-settings{margin:0 35px;}
2641
- .mystickymenu-tab-box .stickymenu-box-header{ color:#4B5C6B; font-size:15px; font-weight:600;
2642
- padding:8px 0; background:#DFE6ED; text-align:center; line-height:20px;}
2643
- .stickymenu-box-container p{font-size:14px;}
2644
-
2645
- .mystickymenu-action-popup .mystickymenu-action-popup-footer button.btn-enable,
2646
- .mystickymenu-tab-box .stickymenu-box-button a{
2647
- display: inline-flex;
2648
- color: rgba(21, 25, 32, 0.5);
2649
- font-size: 16px;
2650
- font-weight: 400;
2651
- font-family: 'Lato', sans-serif;
2652
- padding: 12px 61px;
2653
- text-decoration: none;
2654
- border: 1px solid rgba(86, 103, 137, 0.26);
2655
- border-radius: 8px;
2656
- align-items: center;
2657
- background: none;
2658
- line-height: 24px;
2659
- }
2660
- .mystickymenu-tab-box ul.documents-wrap-list{ text-align:right; list-style-type:disc; margin:15px 35px 15px 15px;}
2661
- .mystickymenu-tab-box ul.documents-wrap-list li{color:#6558F5; font-size:25px;}
2662
- .mystickymenu-tab-box ul.documents-wrap-list li a{color:#6558F5; font-size:14px;}
2663
-
2664
- /**/
2665
- .mystickymenu-widgets table, td, th{ border:1px solid #EBEBEB;}
2666
- .mystickymenu-wrap table.mystickymenu-widgets-lists{border-collapse:collapse; width:100%;
2667
- margin:24px 0 0 0; background-color:#fff;}/*---------------------------------------------------------------------20-1-22-----*/
2668
-
2669
- .mystickymenu-wrap table.mystickymenu-widgets-lists tr th{padding:8px !important; background:#F6F5FE; vertical-align: middle !important;}
2670
- .mystickymenu-wrap table.mystickymenu-widgets-lists tr td{padding:6px !important; vertical-align: middle !important;}
2671
- .mystickymenu-wrap table.mystickymenu-widgets-lists .tooltip{border:none;}
2672
-
2673
- /**/
2674
- .mystickymenupopup-overlay{
2675
- display:none;
2676
- position: fixed;
2677
- top: 0;
2678
- left: 0;
2679
- width: 100%;
2680
- height: 100%;
2681
- background-color: rgba(0,0,0,0.3);
2682
- z-index: 9;
2683
- }
2684
-
2685
- .mystickymenu-action-popup{
2686
- position: fixed;
2687
- top: 80px;
2688
- left: 50%;
2689
- -webkit-transform: translateX(-50%);
2690
- -moz-transform: translateX(-50%);
2691
- transform: translateX(-50%);
2692
- z-index: 10;
2693
- width: 500px;
2694
- background-color: #fff;
2695
- padding: 0 0 28px 0;
2696
- box-shadow: 0px 10px 15px rgb(0 0 0 / 10%), 0px 4px 6px rgb(0 0 0 / 5%);
2697
- border-radius:10px;
2698
-
2699
- }
2700
- .mystickymenu-action-popup-header h3{margin:0; position:relative;}
2701
- /*.mystickymenu-action-popup-header h3:after{
2702
- content:"";
2703
- display:block;
2704
- height:3px;
2705
- width:4.5rem;
2706
- text-align:center;
2707
- margin: 10px auto;
2708
- background:#4797DE;
2709
- }*/
2710
- .mystickymenu-action-popup-header{
2711
- padding: 25px 25px 40px 25px;
2712
- border-bottom: 1px solid #EAEFF2;
2713
- }
2714
-
2715
- .mystickymenu-action-popup-header h3{
2716
- margin: 0 12px !important;
2717
- position:relative;
2718
- float:left;
2719
-
2720
- }
2721
-
2722
- .mystickymenu-action-popup-header span{
2723
- float:right;
2724
- }
2725
- .mystickymenu-action-popup-footer button{cursor: pointer !important;}
2726
- .mystickymenu-action-popup .mystickymenu-action-popup-footer button.btn-disable-cancel{
2727
- display: inline-flex;
2728
- color: #fff;
2729
- background: #F33;
2730
- font-size: 16px;
2731
- font-weight: 400;
2732
- font-family: 'Lato', sans-serif;
2733
- padding: 12px 82px;
2734
- text-decoration: none;
2735
- border-radius: 8px;
2736
- align-items: center;
2737
- margin-right: 15px;
2738
- border: none;
2739
- line-height: 24px;
2740
-
2741
- }
2742
- .mystickymenu-action-popup .mystickymenu-action-popup-body{margin:10px 30px;}
2743
-
2744
- /*#stickymenu_status_popupbox .mystickymenu-action-popup-body{margin:30px 56px;}*/
2745
-
2746
- .mystickymenu-action-popup .mystickymenu-action-popup-body p{
2747
- text-align: left;
2748
- float: left;
2749
- margin-left: 0;
2750
- padding: 0 10px;
2751
- font-size: 16px;
2752
- font-weight: 400;
2753
- font-style: normal;
2754
- color: #181749;
2755
- }
2756
- /**/
2757
- .first-widget-popup{
2758
- text-align:center;
2759
- position: fixed;
2760
- top: 50px;
2761
- left: 50%;
2762
- -webkit-transform: translateX(-50%);
2763
- -moz-transform: translateX(-50%);
2764
- transform: translateX(-50%);
2765
- z-index: 10;
2766
- width: 500px;
2767
- background-color: #fff;
2768
- padding: 30px;
2769
- box-shadow: 0px 10px 15px rgb(0 0 0 / 10%), 0px 4px 6px rgb(0 0 0 / 5%);
2770
- border-radius:10px;
2771
-
2772
- }
2773
- .first-widget-popup h4,p,span,button,.first-widget-popup a{
2774
- font-family:'Lato', sans-serif;
2775
- }
2776
-
2777
- .mystickymenu_container_popupbox{
2778
- margin-top:10px;
2779
- }
2780
- .first-widget-popup h4{
2781
- font-weight: 600;
2782
- font-size: 24px;
2783
- line-height: 34px;
2784
- color: #181749;
2785
- margin:16px 0 0 0;
2786
- }
2787
- .first-widget-popup p{
2788
- font-size: 16px;
2789
- margin-top: 24px;
2790
- padding: 0 32px;
2791
- font-weight: 400;
2792
- line-height: 24px;
2793
- font-style: normal;
2794
- }
2795
- .first-widget-popup a.btn-back-dashboard{
2796
- display:inline-flex;
2797
- color:#fff;
2798
- font-size:16px;
2799
- font-weight:400;
2800
- font-family: 'Lato', sans-serif;
2801
- padding:10px 20px;
2802
- text-decoration:none;
2803
- background:#6558F5;
2804
- border-radius:8px;
2805
- align-items: center;
2806
- margin: 36px 0 10px 0;
2807
- }
2808
- .close-chaty-maxvisitor-popup{
2809
- position:absolute;
2810
- top:17px;
2811
- left:17px;
2812
- }
2813
-
2814
-
2815
- .mysticky-stickymenu-header-title h3{
2816
- color:#1d2327;
2817
- display: inline-block;
2818
- }
2819
- .stickymenu-switch{
2820
- display: inline-block;
2821
- width: 55px;
2822
- height: 30px;
2823
- position: relative;
2824
- margin: 0 0 8px 10px;
2825
- }
2826
-
2827
- .stickymenu-switch .slider:before{
2828
- background-color: #ffffff;
2829
- }
2830
-
2831
- .stickymenu-switch input:checked + .slider {
2832
- background-color: #7761DF;
2833
- border: 2px solid #7761DF;
2834
- }
2835
-
2836
- .wrap.mystickymenu-wrap .mystickymenu-dashboard{
2837
- /*background: #fff !important;
2838
- padding: 15px 0;
2839
- border-radius: 10px;*/
2840
- }
2841
- a.copyicon{text-decoration:none; color:#000;}
2842
- /*.copyicon .dashicons{display:block;}*/
2843
-
2844
- /*----------------------------------------------------------NEW 3-1-22--------------------------------------*/
2845
- .mystickymenu-dashboard{text-align:right;}
2846
- .mystickymenu-dashboard .welcomebars-list-table{
2847
- background:#fff;
2848
- /*border-radius:15px;*/
2849
- padding:20px 40px;
2850
- text-align:center;
2851
- }
2852
- .mystickymenu-dashboard h3{margin:5px 0;}
2853
-
2854
- .mystickymenu-dashboard .header-section{
2855
- display: flex;
2856
- justify-content: space-between;
2857
- padding: 0 0 20px 0;
2858
- border-bottom: 1px solid #EBEBEB;
2859
- width: 100%;
2860
- margin: 0 0 24px 0;
2861
- }/*--------------------------------------------------------------------------------------------------30-2-2022----*/
2862
-
2863
- .mystickymenu-dashboard .heading-title{display:inline-flex;}
2864
- .mystickymenu-dashboard .mystickymenu-widgets-btn-wrap{display:inline-flex;}
2865
-
2866
- .mystickymenu-dashboard .mystickymenu-tab-boxs-wrap{display:block; justify-content:space-between; margin:20px 0;}/*00000000000000000000*/
2867
- .contactus-tab-option,.mystickymenu-tab-documentation{width:49%;} /*0000000000000000000000000000000000000000000000000000000000*/
2868
- .mystickymenu-new302box{display:flex; justify-content:space-between; flex-wrap:wrap;} /*000000000000000000000000000000000000000000000*/
2869
-
2870
- .stickymenu-tab-option{margin-bottom:15px;}
2871
- .mystickymenu-dashboard .msm-bgbox{display:block; background:#f7f7f7; padding:0;
2872
- box-sizing:border-box;} /*-------------------------------------------------------*/
2873
-
2874
- /*---------------------------------------------------------------------------------------------------------6-1-22-----*/
2875
-
2876
- .stickymenu-box-container ul.documents-wrap-list{ text-align:right; list-style-type:disc; margin:15px 30px 15px 15px;}
2877
- .stickymenu-box-container ul.documents-wrap-list li{color:#6558F5; font-size:25px; margin-bottom:8px;} /*------6-1-22--*/
2878
- .stickymenu-box-container ul.documents-wrap-list li a{color:#6558F5; font-family: 'Lato', sans-serif; font-size:16px;}
2879
-
2880
- .msm-bgbox .stickymenu-box-button{display: block; padding:0 48px 15px 15px;}
2881
-
2882
- .msm-bgbox .stickymenu-box-button a{
2883
- display:inline-flex;
2884
- color:#6558F5;
2885
- font-size:16px;
2886
- font-weight:500;
2887
- font-family: 'Lato', sans-serif;
2888
- padding:0 15px;
2889
- text-decoration:none;
2890
- border:1px solid #6558F5 !important;
2891
- border-radius:5px;
2892
- align-items: center;
2893
- background:none;
2894
- line-height:34px;
2895
- }
2896
- .contactus-title, .premio-footer-option,
2897
- .stickymenu-settings{display:flex; justify-content:space-between; align-items: center;}
2898
- .premio-footer-option{margin-top:6px;}
2899
- .premio-footer-option h3{color:#6558F5;}
2900
- .premio-footer-option h4{margin:5px 0;}
2901
- .premio-footer-option .premio-content-list{width:62%; margin:0;}
2902
-
2903
- a.copyicon1{color:#6558F5; line-height:23px; text-decoration:underline;}
2904
- a.copyicon1 span{text-decoration:none;}
2905
- .dashicons-facebook-alt{color:#3B5998 !important;}
2906
- .dashicons-twitter{color:#00ACEE !important;}
2907
- /*--------------*/
2908
-
2909
- .new-welcomebar-section-wrap{background:#fff; display:flex; padding:25px; justify-content: space-between;}
2910
-
2911
- .mystickymenu-welcome-img, .mystickymenu-newwelcomebar-contents,
2912
- .new-welcomebar-section-wrap .mystickymenu-features{width:auto;}
2913
-
2914
- .mystickymenu-wrap .mystickymenu-welcome-img img{width:80%; height:auto; text-align:center;}
2915
- .mystickymenu-newwelcomebar-contents{margin:0 10px;}
2916
- .mystickymenu-features{text-align:center;}
2917
-
2918
-
2919
- .mystickymenu-features .mystickymenu-features-list{ text-align:left; list-style-type:disc;
2920
- background: #F6F5FE;
2921
- padding: 30px 15px 15px 15px;
2922
- border-radius: 15px;
2923
- margin-top: -20px;
2924
- }
2925
- .mystickymenu-features-list ul.documents-wrap-list{margin:15px 30px 15px 15px;}
2926
-
2927
- .mystickymenu-features .mystickymenu-features-list li{color:#6558F5; font-family: 'Lato', sans-serif; font-size:16px;}/*----6-1-22-------*/
2928
-
2929
- .documents-wrap-list{ text-align:right; list-style-type:disc;}
2930
- .documents-wrap-list li{color:#6558F5; font-size:14px; margin-bottom:10px;}
2931
-
2932
- .mystickymenu-feature-title{
2933
- display:inline-flex;
2934
- color:#fff;
2935
- font-size:15px;
2936
- font-weight:500;
2937
- padding:10px 20px;
2938
- text-decoration:none;
2939
- background:#6558F5;
2940
- border-radius:5px;
2941
- align-items: center;
2942
- }
2943
- .mystickymenu-feature-title img{width:22px; margin-left:7px;}
2944
-
2945
- .welcomebars-list-table .mysticky-welcomebar-switch .slider{
2946
- background-color: #FF424D;
2947
- border: 2px solid #FF424D;
2948
- }
2949
-
2950
- .mystickymenu-action-popup-footer{
2951
- text-align:center;
2952
- display:inline-block;
2953
- margin-top:15px;
2954
- }
2955
- #stickymenu_status_popupbox .mystickymenu-action-popup-footer{
2956
- display: block;
2957
- }
2958
-
2959
- .welcombar-enabled-status .mystickymenu-action-popup-footer{
2960
- display: block;
2961
- }
2962
-
2963
- /*--------------------------------------------------------// 6-1-22 //------------------*/
2964
- .mystickymenu-newwelcomebar-contents h2{font-family: 'Lato', sans-serif; font-size:28px; font-weight:bold;}
2965
-
2966
- .premio-content-list span, .premio-footer-option label, .settings-content p, .contactus-contents-buttons span.folous,
2967
- .stickymenu-box-button,
2968
- .mystickymenu-newwelcomebar-contents p{font-family: 'Lato', sans-serif; font-size:16px; font-weight:400;color: #181749;font-style: normal;font-weight: 400;line-height: 24px;}
2969
-
2970
- .premio-content-list h4{font-family: 'Lato', sans-serif; font-size:16px; font-weight:bold;}
2971
-
2972
- .contactus-title h3,
2973
- .stickymenubox-title-section h3{font-family: 'Lato', sans-serif; font-size:20px; font-weight:bold;}
2974
-
2975
- /**/
2976
- .stickymenu-tab-option{padding:0 0 10px 0 !important;}
2977
- /*.stickymenubox-title-section{border-bottom:1px solid #EBEBEB; padding:24px 20px;}*/
2978
-
2979
- .stickymenubox-title-section h3,
2980
- .mystickymenu-tab-documentation h3, .contactus-title
2981
- {border-bottom:1px solid #EBEBEB; padding:24px 40px; margin:0;}/*------------------------------------------------20-1-22---*/
2982
- .contactus-title h3{margin:0;}
2983
-
2984
- .stickymenubox-title-section h3{margin:0 !important;}
2985
-
2986
- .premio-footer-option, .stickymenu-box-container, .stickymenu-box-button,
2987
- .stickymenu-settings{padding:15px 40px 15px 20px; } /*--------------------------------------------------------------------20-1-22---*/
2988
- .mystickymenu-dashboard .heading-title h3{font-family: 'Lato', sans-serif; font-size: 28px !important;
2989
- font-weight:600 !important; color:#1d2327 !important;}/*------------------------------------------------20-1-22---*/
2990
-
2991
- .mystickymenu-newwelcomebar-contents p{margin:0;} /*------------------------------------------------20-1-22--new-*/
2992
- a.add_new_welcombar{margin:auto 0;} /*------------------------------------------------20-1-22--new-*/
2993
- .new-welcomebar-section-wrap .mystickymenu-newwelcomebar-contents a{margin-top:30px;}
2994
-
2995
- .premio-footer-option h3 img{width:70px; height:auto; margin-left:10px;}
2996
-
2997
- .add_new_welcombar:hover{
2998
- opacity: 0.9;
2999
- }
3000
-
3001
- .tooltip img{
3002
- width:35px;
3003
- }
3004
- .mystickymenu-features{
3005
- max-width: 400px;
3006
- }
3007
-
3008
- .mystickymenu-newwelcomebar-contents{
3009
- max-width: 432px;
3010
- }
3011
-
3012
- #stickymenu_status_ok{
3013
- background-color:#28C67C;
3014
- }
3015
-
3016
- .mysticky-welcomebar-content{
3017
- width:72%;
3018
- text-align:center;
3019
- }
3020
- .mysticky-welcomebar-content p{
3021
- word-wrap: break-word;
3022
- width: 100%;
3023
- }
3024
-
3025
- .mystickymenu-widgets-lists tr td{
3026
- font-size:16px;
3027
- }
3028
-
3029
- .mystickymenu-widgets-lists tr th{
3030
- font-size:16px;
3031
- }
3032
-
3033
- #welcomebar-save-confirm{
3034
- width: 677px;
3035
- padding: 0 10px 28px 10px;
3036
- }
3037
-
3038
- #welcomebar-save-confirm .mystickymenu-action-popup-footer{
3039
- display: block;
3040
- }
3041
-
3042
- /*table.mystickymenu-widgets-lists,*/
3043
-
3044
- table.mystickymenu-widgets-lists td{
3045
- border:0.5px solid #F1F1F1;
3046
- }
3047
-
3048
- /*border radiuse in dashboard table */
3049
- table.mystickymenu-widgets-lists th{
3050
- border-top: 0 !important;
3051
- border-bottom: 1px solid #F1F1F1 !important;
3052
- border-left: 1px solid #F1F1F1 !important;
3053
- border-right: 1px solid #F1F1F1 !important;
3054
- }
3055
-
3056
- .mystickymenu-dashboard table tr:first-child th:first-child {
3057
- border-top-left-radius: 10px;
3058
- border-top: 0 !important;
3059
- border-left: 0 !important;
3060
- border-bottom: 0.2px #F1F1F1 !important;
3061
- border-right: 0.2px #F1F1F1 !important;
3062
- }
3063
-
3064
- .mystickymenu-dashboard table tr:first-child th:last-child {
3065
- border-top-right-radius: 10px;
3066
- border-top: 0 !important;
3067
- border-left: 0.2px #F1F1F1 !important;
3068
- border-bottom: 0.2px #F1F1F1 !important;
3069
- border-right: 0 !important;
3070
- }
3071
-
3072
-
3073
- /*----------------------------------------------------------------------# 21-1-22 #-----------*/
3074
-
3075
- @media only screen and (max-width: 1366px) {
3076
- .premio-content-list h4 {font-size: 15px;}
3077
- .premio-footer-option .premio-content-list {width: 60%;}
3078
-
3079
- }
3080
-
3081
- @media only screen and (max-width: 820px) {
3082
- .mystickymenu-tab-boxs-wrap{flex-wrap: wrap;}
3083
- .mystickymenu-tab-stickymenu, .mystickymenu-tab-documentation, .contactus-tab-option{display:block; width:100%;}
3084
- .mystickymenu-tab-documentation{margin-top:15px;}
3085
-
3086
- .new-welcomebar-section-wrap {justify-content: center; flex-wrap: wrap;}
3087
- .mystickymenu-welcome-img{text-align:center;}
3088
- .mystickymenu-newwelcomebar-contents{text-align:center; margin:15px 0;}
3089
-
3090
- .price-table-middle ul li a{width:65%;}
3091
- .right_tooltip:after {left: unset !important;}
3092
-
3093
- .cus-tooltip .tooltip__content img{width:396px; margin-top:5px;}
3094
-
3095
- }
3096
-
3097
- @media only screen and (max-width: 576px) {
3098
- .stickymenu-settings{flex-wrap:wrap; justify-content: center;}
3099
- .premio-footer-option{flex-wrap:wrap; justify-content: center;}
3100
- .msm-bgbox .stickymenu-box-button {text-align: center;}
3101
- .premio-footer-option .premio-content-list {width: auto; margin:15px 0;}
3102
- .premio-footer-option, .stickymenu-box-container, .stickymenu-box-button, .stickymenu-settings
3103
- {padding: 15px 20px;}
3104
-
3105
- /*.price-table-middle ul li a{width:65%;}*/
3106
- .right_tooltip:after {left: unset !important;}
3107
- .cus-tooltip .tooltip__content{width:120% !important;}
3108
- .cus-tooltip .tooltip__content img{width:100% !important; margin-top:5px;}
3109
- }
3110
-
3111
-
3112
-
3113
- /*-------------------# 27-1-22 #--------*/
3114
- @media only screen and (min-width: 821px) {
3115
- .right_tooltip{right: unset !important; left:0 !important;}
3116
- .right_tooltip:after{right: 130px !important;}
3117
-
3118
- /*.cus-tooltip .tooltip__content{width:100% !important;}*/
3119
- .cus-tooltip .tooltip__content img{width:396px; margin-top:5px;}
3120
-
3121
- }
3122
-
3123
- /*--------------------------------------------------------------*/
3124
-
3125
-
3126
-
3127
-
3128
- .new_widget_row{
3129
- max-width: unset;
3130
- }
3131
-
3132
-
3133
-
3134
- /* ToolTip Side */
3135
- .html-tooltip {
3136
- position: relative;
3137
- display: inline-block;
3138
-
3139
- }
3140
-
3141
- .dashicons,
3142
- .dashicons-before:before {
3143
- font-family: dashicons;
3144
- display: inline-block;
3145
- line-height: 1;
3146
- font-weight: 400;
3147
- font-style: normal;
3148
- color: #9e9e9e;
3149
- speak: none;
3150
- text-decoration: inherit;
3151
- text-transform: none;
3152
- text-rendering: auto;
3153
- -webkit-font-smoothing: antialiased;
3154
- -moz-osx-font-smoothing: grayscale;
3155
- width: 20px;
3156
- height: 20px;
3157
- font-size: 20px;
3158
- vertical-align: top;
3159
- text-align: center;
3160
- transition: color 0.1s ease-in;
3161
- }
3162
-
3163
- .dashicons-editor-help:before {
3164
- content: "";
3165
- }
3166
-
3167
- .html-tooltip.side .tooltip-text {
3168
- bottom: 125%;
3169
- right: 100%;
3170
- margin-right: 0;
3171
- top: 5px;
3172
- transform: translateY(-50%);
3173
- -webkit-transform: translateY(-50%);
3174
- }
3175
-
3176
- .html-tooltip .tooltip-text {
3177
- visibility: hidden;
3178
- width: 417px;
3179
- background-color: #333;
3180
- color: #fff;
3181
- text-align: left;
3182
- border-radius: 6px;
3183
- padding: 10px;
3184
- position: absolute;
3185
- z-index: 1201;
3186
- bottom: 125%;
3187
- left: 50%;
3188
- margin-right: -150px;
3189
- opacity: 0;
3190
- transition: opacity 0.3s;
3191
- font-size: 12px;
3192
- line-height: 18px;
3193
- top: 100%;
3194
- height: 125px;
3195
- }
3196
-
3197
- .html-tooltip:hover .tooltip-text {
3198
- visibility: visible;
3199
- opacity: 1;
3200
- z-index: 9999999;
3201
- }
3202
-
3203
- .html-tooltip.side .tooltip-text:after {
3204
- top: 50%;
3205
- left: -5px;
3206
- transform: rotate(180deg);
3207
- -webkit-transform: rotate(90deg);
3208
- }
3209
-
3210
- .html-tooltip .tooltip-text:after {
3211
- content: "";
3212
- position: absolute;
3213
- top: -10px;
3214
- left: 50%;
3215
- margin-right: -5px;
3216
- border-width: 5px;
3217
- border-style: solid;
3218
- border-color: #333 transparent transparent transparent;
3219
- transform: rotate(180deg);
3220
- -webkit-transform: rotate(180deg);
3221
- }
3222
-
3223
- .html-tooltip .tooltip-text img {
3224
- width: 100%;
3225
- height: auto;
3226
- display: block;
3227
- margin: 10px 0 0 0;
3228
- }
3229
-
3230
- .price-table-middle ul li .html-tooltip.side{
3231
- position: absolute;
3232
- margin: 14px 0;
3233
- }
3234
-
3235
- .html-tooltip.side .price-plan-box{
3236
- margin-right: -147px !important;
3237
- top: -62px !important;
3238
- height: 115px;
3239
- text-align: left;
3240
- }
3241
-
3242
- .span.tooltip-text.top.price-plan-box::before {
3243
- border-width: 5px;
3244
- border-style: solid;
3245
- border-color: #1849ab transparent transparent transparent;
3246
- content: "";
3247
- left: 25px;
3248
- margin-right: -5px;
3249
- position: absolute;
3250
- top: 100%;
3251
- }
3252
-
3253
-
3254
- .html-tooltip-box{
3255
- padding: 0 0 48px 0 !important;
3256
- }
3257
-
3258
-
3259
- /***/
3260
-
3261
- .cus-tooltip span.tooltip-text::after {
3262
- border-width: 5px;
3263
- border-style: solid;
3264
- border-color: #1849ab transparent transparent transparent;
3265
- content: "";
3266
- left: 25px;
3267
- margin-left: -5px;
3268
- position: absolute;
3269
- top: 100%;
3270
- }
3271
-
3272
- .mystickymenu-widgets-lists thead tr{
3273
- height: 63px;
3274
- }
3275
-
3276
- .mystickymenu-widgets-lists tr{
3277
- height: 88px;
3278
- }
3279
-
3280
- .mysticky-welcomebar-backword-page a{
3281
- text-decoration: none;
3282
- }
3283
-
3284
- .mysticky-welcomebar-backword-page{
3285
- padding: 0;
3286
- margin: 0;
3287
- /*float: right;*/
3288
- text-align:end;
3289
- }
3290
-
3291
- .back-dashboard:before{
3292
- content: "\f345";
3293
- }
3294
-
3295
- .mysticky-stickymenu-backword-page{text-align:end; padding:0 15px; float: left; margin-top: 28px;}
3296
- .mysticky-stickymenu-backword-page a{text-decoration:none;}
3297
-
3298
-
3299
- .save_view_dashboard{
3300
- width: auto !important;
3301
- background: #6558F5 !important;
3302
- border: 1px solid #6558F5 !important;
3303
- margin-left:10px !important;
3304
- }
3305
-
3306
- .save_view_dashboard:hover{
3307
- opacity: 0.8 !important;
3308
- }
3309
-
3310
- #mysticky_welcomebar_fontsize{
3311
- color:#32373c !important;
3312
  }
1
+ a:active, a:focus, li:focus, li:active {
2
+ outline: none !important;
3
+ border: none !important;
4
+ text-decoration: none !important;
5
+ box-shadow: none !important;
6
+ -webkit-tap-highlight-color: transparent !important;
7
+ -webkit-user-select: none; / Chrome/Safari /
8
+ -moz-user-select: none; / Firefox /
9
+ -ms-user-select: none; / IE10+ /
10
+ user-select: none;
11
+ }
12
+
13
+ div#wpcontent{background:none !important;}
14
+
15
+
16
+ /*@font-face {
17
+ font-family: 'poppinsregular';
18
+ src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
19
+ url('../fonts/poppins-regular-webfont.woff') format('woff');
20
+ font-weight: normal;
21
+ font-style: normal;
22
+
23
+ }
24
+
25
+ @font-face {
26
+ font-family: 'poppinsbold';
27
+ src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
28
+ url('../fonts/poppins-bold-webfont.woff') format('woff');
29
+ font-weight: normal;
30
+ font-style: normal;
31
+
32
+ }
33
+
34
+ @font-face {
35
+ font-family: 'poppins_lightregular';
36
+ src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
37
+ url('../fonts/poppins-light-webfont.woff') format('woff');
38
+ font-weight: normal;
39
+ font-style: normal;
40
+
41
+ }
42
+ */
43
+ @font-face {
44
+ font-family: 'Lato', sans-serif;
45
+ src: url('../fonts/lato-v20-latin-regular.woff') format('woff');
46
+ font-weight: normal;
47
+ font-style: normal;
48
+ }
49
+
50
+ @font-face {
51
+ font-family: 'Lato', sans-serif;
52
+ src: url('../fonts/lato-v20-latin-300.woff') format('woff');
53
+ font-weight: 300;
54
+ font-style: normal;
55
+ }
56
+
57
+ @font-face {
58
+ font-family: 'Lato', sans-serif;
59
+ src: url('../fonts/lato-v20-latin-700.woff') format('woff');
60
+ font-weight: 700;
61
+ font-style: normal;
62
+ }
63
+
64
+ @font-face {
65
+ font-family: 'Lato', sans-serif;
66
+ src: url('../fonts/lato-semibold.woff') format('woff');
67
+ font-weight: semibold;
68
+ font-style: normal;
69
+ }
70
+
71
+ #custom-handle {
72
+ width: 3em;
73
+ height: 1.6em;
74
+ top: 50%;
75
+ margin-top: -.8em;
76
+ text-align: center;
77
+ line-height: 1.6em;
78
+ }
79
+
80
+ #mystickymenu {
81
+ font-family: 'Lato', sans-serif;
82
+ /*background: #fff;*/
83
+ padding: 0 0 15px 0;
84
+ border-radius: 10px;
85
+ }
86
+
87
+ .main-content {
88
+ float: right;
89
+ width: 65%;
90
+ }
91
+
92
+ .main-sidebar {
93
+ float: left;
94
+ width: 30%;
95
+ background: #ffffff;
96
+ border: 1px solid #e5e5e5;
97
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
98
+ }
99
+
100
+ .main-sidebar h3 {
101
+ margin: 0;
102
+ padding: 8px 12px;
103
+ border-bottom: 1px solid #ececec;
104
+ }
105
+
106
+ .main-sidebar .inner {
107
+ padding: 10px;
108
+ }
109
+
110
+ .main-sidebar p {
111
+ padding: 8px;
112
+ margin: 0;
113
+ border-top: solid 1px #e5e5e5;
114
+ }
115
+
116
+ /*.mystickyinput {padding-top: 6px;}*/
117
+ @media screen and (max-width: 782px) {
118
+ .main-content, .main-sidebar {
119
+ width: 100%;
120
+ float: none;
121
+ clear: both;
122
+ }
123
+ }
124
+
125
+ .myssticky-remove-hand {
126
+ cursor: default;
127
+ }
128
+
129
+
130
+
131
+ /* */
132
+ .mystickymenu-content-section input[type="number"]#myfixed_zindex {
133
+ -moz-appearance: textfield-multiline;
134
+ }
135
+
136
+ .mystickymenu-content-section input[type="number"] {
137
+ -moz-appearance: textfield;
138
+ }
139
+
140
+ .mystickymenu-content-section input[type="number"]::-webkit-inner-spin-button, .mystickymenu-content-section input[type="number"]::-webkit-outer-spin-button {
141
+ -webkit-appearance: none;
142
+ margin: 0;
143
+ }
144
+
145
+ .mystickymenu-content-section .mysticky-number {
146
+ display: inline-block;
147
+ margin: 0 0 10px;
148
+ position: relative;
149
+ }
150
+
151
+ #mystickymenu .mystickymenu-content-section .mysticky-number {
152
+ /*width: 90px;*/
153
+ }
154
+
155
+ #mystickymenu input[type=number] {
156
+ color: #A7A7A7;
157
+ border-radius: 21px;
158
+ background-color: #ffffff;
159
+ border: 1px solid #DCE2E2;
160
+ font-size: 14px;
161
+ font-weight: 400;
162
+ height: 42px;
163
+ padding: 0 10px 0 12px;
164
+ margin: 0;
165
+ width: 310px;
166
+ box-shadow: none;
167
+ }
168
+
169
+ .pt_number {
170
+ display: inline-block;
171
+ vertical-align: top;
172
+ margin-top: 7px;
173
+ }
174
+
175
+ .mysticky-welcomebar-setting-content-left input[type="text"]:disabled {
176
+ color: #a0a5aa;
177
+ border-color: #ddd;
178
+ background-color: #f7f7f7;
179
+ }
180
+
181
+ .mystickymenu-content-section .mysticky-number:focus {
182
+ outline: 0;
183
+ }
184
+
185
+ .mystickymenu-content-section .mysticky-number .pt_number {
186
+ float: right;
187
+ position: relative;
188
+ height: 30px;
189
+ }
190
+
191
+ .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton {
192
+ position: relative;
193
+ cursor: pointer;
194
+ border-right: 1px solid #b7b7b7;
195
+ width: 15px;
196
+ text-align: center;
197
+ color: #333;
198
+ font-size: 14px;
199
+ line-height: 1.1;
200
+ -webkit-transform: translateX(-100%);
201
+ transform: translateX(-100%);
202
+ -webkit-user-select: none;
203
+ -moz-user-select: none;
204
+ -ms-user-select: none;
205
+ user-select: none;
206
+ }
207
+
208
+ .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton:active {
209
+ box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
210
+ -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
211
+ }
212
+
213
+ .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberup {
214
+ position: absolute;
215
+ height: 50%;
216
+ top: 0;
217
+ border-bottom: 1px solid #b7b7b7;
218
+ }
219
+
220
+ .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberdown {
221
+ position: absolute;
222
+ bottom: 0px;
223
+ height: 50%;
224
+ }
225
+
226
+ /* */
227
+
228
+ input#mysticky_class_selector {
229
+ border-radius: 24px;
230
+ border: 1px solid #E6E5EC;
231
+ height: 46px;
232
+ padding: 0 26px;
233
+ width: 49%
234
+ }
235
+
236
+ .mystickymenu-content-section {
237
+ background-color: #F9FCFC;
238
+ border-radius: 7px;
239
+ margin-bottom: 20px;
240
+ border: 1px solid #E1E6E6;
241
+ }
242
+
243
+ input#myfixed_disable_small_screen {
244
+ border-radius: 21px;
245
+ }
246
+
247
+ input#mysticky_active_on_height_home {
248
+ border-radius: 21px;
249
+ }
250
+
251
+ textarea#myfixed_cssstyle {
252
+ width: 100%;
253
+ margin-top: 12px;
254
+ border-radius: 10px;
255
+ background-color: #fff;
256
+ height: 120px;
257
+ resize: none;
258
+ border: 1px solid #DCE2E2;
259
+ padding: 10px 10px;
260
+ }
261
+
262
+ label {
263
+ font-size: 15px;
264
+ }
265
+
266
+ .sticky-class-sec tr td {
267
+ width: 50%;
268
+ }
269
+
270
+ .px-wrap {
271
+ position: relative;
272
+ display: inline-block;
273
+ vertical-align: top;
274
+ }
275
+
276
+ .mystickymenu-content-option {
277
+ padding: 20px 20px 0;
278
+ }
279
+
280
+ .mystickymenu-heading {
281
+ padding-bottom: 20px;
282
+ }
283
+
284
+ .myStickymenu-header-title {
285
+ background-color: #B2D2FC;
286
+ padding: 13px 20px;
287
+ border-radius: 10px 10px 0 0;
288
+ }
289
+
290
+ .myStickymenu-header-title h3 {
291
+ margin: 0;
292
+ color: #1F4B84;
293
+ font-size: 18px;
294
+ font-weight: 600;
295
+ line-height: 1.2;
296
+ }
297
+
298
+ .mystickymenu-heading p {
299
+ background-color: #D6EFFF;
300
+ color: #1F4B84;
301
+ border-radius: 0 0 10px 10px;
302
+ padding: 13px 20px;
303
+ margin: 0;
304
+ font-size: 14px;
305
+ line-height: 28px;
306
+ }
307
+
308
+ .mystickynumber {
309
+ position: relative;
310
+ padding-right: 30px;
311
+ }
312
+
313
+ .pt_numberbutton.pt_numberup {
314
+ height: 25px;
315
+ width: 25px;
316
+ line-height: 25px;
317
+ background-color: #808080;
318
+ border-radius: 50%;
319
+ position: relative;
320
+ margin-right: 5px;
321
+ display: inline-block;
322
+ color: white;
323
+ font-size: 21px;
324
+ cursor: pointer;
325
+ text-align: center;
326
+ margin-top: 2px;
327
+ }
328
+
329
+ .pt_numberbutton.pt_numberdown {
330
+ height: 25px;
331
+ width: 25px;
332
+ line-height: 25px;
333
+ background-color: #808080;
334
+ border-radius: 50%;
335
+ position: absolute;
336
+ top: 8px;
337
+ right: 0;
338
+ display: inline-block;
339
+ color: white;
340
+ font-size: 21px;
341
+ cursor: pointer;
342
+ text-align: center;
343
+ }
344
+
345
+ span.input-px {
346
+ height: 42px;
347
+ width: 57px;
348
+ background-color: #808080;
349
+ position: absolute;
350
+ left: 0;
351
+ top: 0px;
352
+ display: inline-block;
353
+ vertical-align: top;
354
+ font-size: 14px;
355
+ border-radius: 21px 0 0 21px;
356
+ color: #fff;
357
+ line-height: 42px;
358
+ text-align: center;
359
+ }
360
+
361
+ .mysticky_device_upgrade {
362
+ background-color: #f0ecfb;
363
+ border-radius: 20px;
364
+ padding: 15px 40px 20px 20px;
365
+ }
366
+
367
+ .mystickymenu-content-section.mystickymenu-content-upgrade {
368
+ background-color: #f4f4fd;
369
+ }
370
+
371
+ .myStickymenu-upgrade a {
372
+ background: #E1DAF6;
373
+ border-radius: 20px;
374
+ color: #7559C0;
375
+ padding-top: 2px;
376
+ padding-bottom: 6px;
377
+ padding-right: 10px;
378
+ padding-left: 10px;
379
+ font-weight: bold;
380
+ text-transform: uppercase;
381
+ font-size: 12px;
382
+ display: inline-block;
383
+ vertical-align: top;
384
+ line-height: 1;
385
+ }
386
+ .myStickymenu-upgrade {
387
+ float: left;
388
+ }
389
+
390
+ .myStickymenu-upgrade a:before {
391
+ content: "\f160";
392
+ font-family: dashicons;
393
+ position: relative;
394
+ top: 3px;
395
+ font-size: 16px;
396
+ }
397
+
398
+ .mystickymenu-input-section ul.mystickymenu-input-multicheckbox li {
399
+ display: inline-block;
400
+ width: 21%;
401
+ }
402
+
403
+ input#submit.button.button-primary {
404
+ background: #00c67c;
405
+ border-color: #00c67c;
406
+ text-transform: uppercase;
407
+ border-radius: 31px;
408
+ font-size: 26px;
409
+ padding-right: 23px;
410
+ padding-left: 23px;
411
+ height: 60px;
412
+ width: 200px;
413
+ border: 0;
414
+ box-shadow: none;
415
+ font-weight: 600;
416
+ text-shadow: none;
417
+ }
418
+
419
+ input.button.button-secondary.confirm {
420
+ background: #969696;
421
+ border-color: #969696;
422
+ text-transform: uppercase;
423
+ font-size: 26px;
424
+ padding-right: 23px;
425
+ padding-left: 23px;
426
+ float: left;
427
+ color: white;
428
+ margin-left: 10px;
429
+ height: 60px;
430
+ width: 200px;
431
+ border-radius: 31px;
432
+ font-weight: 600;
433
+ }
434
+
435
+ table ul.mystickymenu-input-multicheckbox {
436
+ width: 100%;
437
+ display: inline-flex;
438
+ }
439
+
440
+ p.myStickymenu-review a {
441
+ font-size: 20px;
442
+ }
443
+
444
+ table ul.mystickymenu-input-multicheckbox li {
445
+ padding-left: 21px;
446
+ }
447
+
448
+ table {
449
+ width: 100%;
450
+ }
451
+
452
+ #mystickymenu table tr td {
453
+ padding: 20px;
454
+ }
455
+
456
+ div#mystickymenu {
457
+ overflow-x: hidden;
458
+ overflow-y: hidden;
459
+ }
460
+
461
+ label.mysticky_title {
462
+ font-weight: 500;
463
+ font-size: 18px;
464
+ line-height: 1.2;
465
+ color: #4F4F4F;
466
+ }
467
+
468
+ .mystickymenu-content-option p label.mysticky_text {
469
+ margin-right: 0px;
470
+ }
471
+
472
+ span.mysticky_text {
473
+ font-size: 14px;
474
+ color: #9E9E9E;
475
+ margin-right: 20px;
476
+ font-style: italic;
477
+ }
478
+
479
+ label.mysticky_text {
480
+ font-size: 14px;
481
+ /*color: #9E9E9E;*/
482
+ margin-right: 20px;
483
+ font-style: italic;
484
+ }
485
+
486
+ select#mystickymenu-select {
487
+ border-radius: 24px;
488
+ border: 1px solid #E6E5EC;
489
+ height: 46px;
490
+ box-shadow: none;
491
+ padding: 0 26px;
492
+ width: 49%;
493
+ display: inline-block;
494
+ vertical-align: top;
495
+ }
496
+
497
+ .mystickymenu-input-section {
498
+ margin-top: 9px;
499
+ }
500
+
501
+ label.mysticky_title.css-style-title {
502
+ font-size: 20px;
503
+ }
504
+
505
+ span.wp-color-result-text {
506
+ display: none;
507
+ }
508
+
509
+ button.button.wp-color-result {
510
+ border-radius: 50%;
511
+ height: 30px !important;
512
+ }
513
+ button.button.wp-color-result .color-alpha {
514
+ border-radius: 50% !important;
515
+ height: 28px !important;
516
+ }
517
+
518
+ .mystickymenu-content-section h3 {
519
+ margin-right: 20px;
520
+ font-weight: 600;
521
+ font-size: 26px;
522
+ line-height: 1.2;
523
+ color: #4F4F4F;
524
+ margin: 0;
525
+ padding: 24px 20px;
526
+ }
527
+
528
+ .form-table {
529
+ margin-top: 0;
530
+ }
531
+
532
+ ul.mystickymenu-input-multicheckbox li span {
533
+ font-size: 16px;
534
+ color: #4F4F4F;
535
+ }
536
+
537
+ .mystickymenu-input-section label {
538
+ /*color: #9E9E9E;*/
539
+ font-size: 16px;
540
+ }
541
+ #mystickymenu .mystickymenu-input-section input.mystickymenu_normal_text{
542
+ border-radius: 0px;
543
+ height: 35px;
544
+ margin: 10px;
545
+ }
546
+ #mystickymenu .mystickymenu-input-section span.description{
547
+ font-style: normal;
548
+ font-size: 16px;
549
+ }
550
+ .myStickymenu-upgrade a {
551
+ text-decoration: none;
552
+ color: #7559C0;
553
+ }
554
+
555
+ #mystickymenu p.submit {
556
+ margin-top: 0;
557
+ padding-top: 0;
558
+ float: left;
559
+ }
560
+
561
+ td {
562
+ vertical-align: top !important;
563
+ }
564
+ p.description.mystuckymenu-class-id {
565
+ display: flex;
566
+ margin: 12px 0 0 0;
567
+ line-height: 1.5;
568
+ }
569
+
570
+ p.description.mystuckymenu-class-id .dashicons-controls-play{
571
+ background: #a4a5a5;
572
+ color: #ffffff;
573
+ border-radius: 50%;
574
+ }
575
+ p.description.mystuckymenu-class-id .dashicons-controls-play::before {
576
+ margin-right: 2px;
577
+ }
578
+ p.description {
579
+ color: rgba(79, 79, 79, 0.5);
580
+ font-size: 12px;
581
+ line-height: 1.2;
582
+ margin: 5px 0 0;
583
+ }
584
+
585
+ div#slider.ui-slider {
586
+ width: 229px;
587
+ background-color: #DCE2E2;
588
+ height: 2px;
589
+ border: 0;
590
+ border-radius: 2px;
591
+ position: relative;
592
+ }
593
+
594
+ .mystickymenu-content-section .ui-state-active, .ui-widget-content .ui-state-active {
595
+ color: #454545;
596
+ }
597
+
598
+ #mystickymenu #custom-handle {
599
+ width: 1.6em;
600
+ border-radius: 50%;
601
+ background-color: #fff;
602
+ box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
603
+ border: 0;
604
+ position: absolute;
605
+ }
606
+ .sticky-header-menu {
607
+ text-align: center;
608
+ padding: 0 0 20px 0;
609
+ }
610
+ .sticky-header-menu ul {
611
+ display: inline-block;
612
+ padding: 1px;
613
+ background-color: #D6EFFF;
614
+ -webkit-border-radius: 23px;
615
+ -moz-border-radius: 23px;
616
+ border-radius: 23px;
617
+ }
618
+ .sticky-header-menu ul li {
619
+ display: inline-block;
620
+ margin: 0;
621
+ }
622
+ .sticky-header-menu ul li a {
623
+ display: inline-block;
624
+ padding: 0 20px;
625
+ line-height: 40px;
626
+ height: 40px;
627
+ font-size: 16px;
628
+ text-decoration: none;
629
+ -webkit-border-radius: 20px;
630
+ -moz-border-radius: 20px;
631
+ border-radius: 20px;
632
+ }
633
+ .sticky-header-menu ul li a:hover {
634
+ background: #f0ecfb;
635
+ color: #7559C0;
636
+ }
637
+ .sticky-header-menu ul li a.active {
638
+ background: #E1DAF6;
639
+ color: #7559C0;
640
+ }
641
+ /*.sticky-header-content {
642
+ display: none;
643
+ }*/
644
+ .mysticky-welcomebar-setting-content-left label.mysticky-welcomebar-switch {
645
+ width: 55px;
646
+ }
647
+
648
+ /*New Welcomebar Page css*/
649
+ .mystickymenu-new-widget-wrap, .mystickymenu-new-widget-wrap * {
650
+ box-sizing: border-box;
651
+ }
652
+ .mystickymenu-new-widget-wrap {
653
+ border-radius: 10px;
654
+ box-shadow: 0 0 6px #ccc;
655
+ padding: 12px;
656
+ margin: 20px auto 0 auto;
657
+ width: 100%;
658
+ max-width: 776px;
659
+ background: #fff url(../images/new_widget_bg.png) no-repeat left bottom;
660
+ background-size: auto 100%;
661
+ font-family: 'Lato', sans-serif;
662
+ line-height: 20px;
663
+ }
664
+ .mystickymenu-new-widget-wrap h2 {
665
+ font-style: normal;
666
+ font-weight: 600;
667
+ font-size: 20px;
668
+ line-height: 30px;
669
+ color: #1e1e1e;
670
+ margin: 0;
671
+ text-align: center;
672
+ }
673
+ a.new-upgrade-button {
674
+ height: 40px;
675
+ background: #7761DF;
676
+ border-radius: 100px;
677
+ border: solid 1px #7761DF;
678
+ display: inline-block;
679
+ text-align: center;
680
+ color: #fff;
681
+ line-height: 40px;
682
+ margin: 10px 0 10px 10px;
683
+ padding: 0 25px;
684
+ text-decoration: none;
685
+ text-transform: uppercase;
686
+ }
687
+ .mystickymenu-new-widget-row ul {
688
+ display: flex;
689
+ align-items: center;
690
+ flex-wrap: wrap;
691
+ margin-top: 0;
692
+ margin-bottom: 0;
693
+ }
694
+ .mystickymenu-new-widget-row ul li {
695
+ width: 33.33%;
696
+ padding: 10px 10px 0px;
697
+ margin-bottom: 0;
698
+ }
699
+ .mystickymenu-feature {
700
+ margin: 30px 0 0 0;
701
+ background: #fff;
702
+ border: 1px solid #605dec;
703
+ box-sizing: border-box;
704
+ border-radius: 4px;
705
+ padding: 30px 15px 10px 15px;
706
+ min-height: 186px;
707
+ position: relative;
708
+ }
709
+ .mystickymenu-feature-top {
710
+ width: 50px;
711
+ height: 50px;
712
+ border: solid 1px #605dec;
713
+ border-radius: 50%;
714
+ position: absolute;
715
+ right: 0;
716
+ left: 0;
717
+ margin: 0 auto;
718
+ top: -25px;
719
+ background: #fff;
720
+ z-index: 11;
721
+ padding: 10px;
722
+ }
723
+ .feature-title {
724
+ font-family: 'Lato', sans-serif;
725
+ font-style: normal;
726
+ font-weight: 700;
727
+ font-size: 13px;
728
+ line-height: 18px;
729
+ color: #1e1e1e;
730
+ }
731
+ .feature-description {
732
+ font-family: 'Lato', sans-serif;
733
+ font-style: normal;
734
+ font-weight: 400;
735
+ font-size: 13px;
736
+ line-height: 18px;
737
+ color: #1e1e1e;
738
+ }
739
+ .mystickymenu-feature-top img {
740
+ width: auto;
741
+ height: auto;
742
+ max-width: 100%;
743
+ max-height: 100%;
744
+ }
745
+ /* Finish new Welcome bar screen css */
746
+ @media only screen and (min-width: 1024px) and (max-width: 1200px) {
747
+ .pt_numberbutton.pt_numberdown {
748
+ position: relative;
749
+ margin-right: -75px;
750
+ top: -29px;
751
+ }
752
+
753
+ .pt_numberbutton.pt_numberup {
754
+ position: relative;
755
+ top: -29px;
756
+ right: 70px;
757
+ }
758
+
759
+ /* span.input-px { */
760
+ /* position: relative; */
761
+ /* right: 112px; */
762
+ /* top: -24px !important; */
763
+ /* margin-right: -20px; */
764
+ /* } */
765
+ }
766
+
767
+
768
+
769
+ #rpt_pricr {
770
+ width: 100%;
771
+ max-width: 1024px;
772
+ margin: 0 auto;
773
+ padding: 25px 25px 25px 25px;
774
+ background: #fff;
775
+
776
+ -webkit-border-radius: 5px;
777
+ -moz-border-radius: 5px;
778
+ border-radius: 5px;
779
+ }
780
+ #rpt_pricr h2 {
781
+ padding: 50px 0 30px;
782
+ text-align: center;
783
+ font-size: 24px;
784
+ }
785
+ .rpt_plans .rpt_plan {
786
+ -moz-box-sizing: border-box;
787
+ -webkit-box-sizing: border-box
788
+ }
789
+
790
+ .rpt_2_plans .rpt_plan {
791
+ margin-left: 2%;
792
+ width: 49%;
793
+ float: right
794
+ }
795
+
796
+ .rpt_2_plans .rpt_plan:last-child {
797
+ margin-left: 0
798
+ }
799
+
800
+ .rpt_3_plans .rpt_plan {
801
+ margin-left: 2%;
802
+ width: 32%;
803
+ float: right
804
+ }
805
+
806
+ .rpt_3_plans .rpt_plan:last-child {
807
+ margin-left: 0
808
+ }
809
+
810
+ .rpt_4_plans .rpt_plan {
811
+ margin-left: 1%;
812
+ width: 24.25%;
813
+ float: right
814
+ }
815
+
816
+ .rpt_4_plans .rpt_plan:last-child {
817
+ margin-left: 0
818
+ }
819
+
820
+ .rpt_5_plans .rpt_plan {
821
+ margin-left: .5%;
822
+ width: 19.6%;
823
+ float: right
824
+ }
825
+
826
+ .rpt_5_plans .rpt_plan:last-child {
827
+ margin-left: 0
828
+ }
829
+
830
+ .rpt_style_bic .rpt_plan, .rpt_style_loc .rpt_plan {
831
+ -webkit-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
832
+ -moz-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
833
+ box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19)
834
+ }
835
+
836
+ .rpt_plans .rpt_plan .rpt_title img {
837
+ margin-left: 10px;
838
+ position: relative;
839
+ vertical-align: middle
840
+ }
841
+
842
+ .rpt_plans .rpt_plan .rpt_title {
843
+ background: #6371db;
844
+ font-weight: 300;
845
+ padding: 24px 18px;
846
+ font-size: 26px;
847
+ color: #fff;
848
+ line-height: 35px;
849
+ height: auto;
850
+ }
851
+
852
+ .rpt_plans .rpt_plan .rpt_title span {
853
+ display: inline-block;
854
+ position: relative;
855
+ top: -10px
856
+ }
857
+
858
+ .rpt_style_basic .rpt_plan .rpt_title {
859
+ border-bottom: #6371db solid 1px;
860
+ border-top-right-radius: 8px;
861
+ border-top-left-radius: 8px;
862
+ }
863
+
864
+ .rpt_style_spec .rpt_plan .rpt_title {
865
+ color: #fff
866
+ }
867
+
868
+ .rpt_style_bic .rpt_plan .rpt_title, .rpt_style_loc .rpt_plan .rpt_title, .rpt_style_swl .rpt_plan .rpt_title {
869
+ background: #333
870
+ }
871
+
872
+ .rpt_plans .rpt_sm_title .rpt_plan .rpt_title {
873
+ font-size: 20px;
874
+ line-height: 18px
875
+ }
876
+
877
+ .rpt_plans .rpt_xsm_title .rpt_plan .rpt_title {
878
+ font-size: 15px;
879
+ line-height: 15px
880
+ }
881
+
882
+ .rpt_4_plans .rpt_plan .rpt_title {
883
+ font-size: 17px;
884
+ line-height: 15px
885
+ }
886
+
887
+ .rpt_4_plans .rpt_sm_title .rpt_plan .rpt_title {
888
+ font-size: 15px;
889
+ line-height: 13px
890
+ }
891
+
892
+ .rpt_4_plans .rpt_xsm_title .rpt_plan .rpt_title {
893
+ font-size: 13px;
894
+ line-height: 11px
895
+ }
896
+
897
+ .rpt_5_plans .rpt_plan .rpt_title {
898
+ font-size: 15px;
899
+ line-height: 13px
900
+ }
901
+
902
+ .rpt_5_plans .rpt_sm_title .rpt_plan .rpt_title {
903
+ font-size: 13px;
904
+ line-height: 11px
905
+ }
906
+
907
+ .rpt_5_plans .rpt_xsm_title .rpt_plan .rpt_title {
908
+ font-size: 12px;
909
+ line-height: 10px
910
+ }
911
+
912
+ .rpt_plans .rpt_recommended_plan .rpt_title {
913
+ background: #6371db
914
+ }
915
+
916
+ .rpt_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
917
+ position: relative;
918
+ top: -44px;
919
+ right: -10px;
920
+ font-size: 35px;
921
+ line-height: 0
922
+ }
923
+
924
+ .rpt_4_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
925
+ top: -36px
926
+ }
927
+
928
+ .rpt_5_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
929
+ top: -26px
930
+ }
931
+
932
+ .rpt_sm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
933
+ font-size: 30px;
934
+ top: -44px;
935
+ right: -4px
936
+ }
937
+
938
+ .rpt_xsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
939
+ font-size: 25px;
940
+ top: -30px;
941
+ right: -4px
942
+ }
943
+
944
+ .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
945
+ font-size: 21px;
946
+ top: -14px;
947
+ right: -4px
948
+ }
949
+
950
+ .rpt_style_basic .rpt_plan .rpt_head {
951
+ background: #ec86c6
952
+ }
953
+
954
+ .rpt_style_spec .rpt_plan .rpt_head {
955
+ background: #fff
956
+ }
957
+
958
+ .rpt_style_swl .rpt_plan .rpt_head {
959
+ background: #fff
960
+ }
961
+
962
+ .rpt_plans .rpt_plan .rpt_head .rpt_price {
963
+ padding: 6px 10px;
964
+ font-size: 74px;
965
+ line-height: 80px;
966
+ font-weight: 300;
967
+ text-align: center;
968
+ color: #ffffff
969
+ }
970
+
971
+ .rpt_style_basic .rpt_plan .rpt_head .rpt_price, .rpt_style_spec .rpt_plan .rpt_head .rpt_price {
972
+ text-shadow: 1px 2px 7px rgba(0, 0, 0, .6)
973
+ }
974
+
975
+ .rpt_style_swl .rpt_plan .rpt_head .rpt_price {
976
+ color: #000
977
+ }
978
+
979
+ .rpt_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
980
+ font-size: 62px
981
+ }
982
+
983
+ .rpt_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
984
+ font-size: 56px
985
+ }
986
+
987
+ .rpt_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
988
+ font-size: 38px
989
+ }
990
+
991
+ .rpt_4_plans .rpt_plan .rpt_head .rpt_price {
992
+ font-size: 69px;
993
+ line-height: 80px
994
+ }
995
+
996
+ .rpt_4_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
997
+ font-size: 53px;
998
+ line-height: 65px
999
+ }
1000
+
1001
+ .rpt_4_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
1002
+ font-size: 47px;
1003
+ line-height: 64px
1004
+ }
1005
+
1006
+ .rpt_4_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
1007
+ font-size: 31px;
1008
+ line-height: 60px
1009
+ }
1010
+
1011
+ .rpt_5_plans .rpt_plan .rpt_head .rpt_price {
1012
+ font-size: 59px;
1013
+ line-height: 80px
1014
+ }
1015
+
1016
+ .rpt_5_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
1017
+ font-size: 44px;
1018
+ line-height: 60px
1019
+ }
1020
+
1021
+ .rpt_5_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
1022
+ font-size: 37px;
1023
+ line-height: 53px
1024
+ }
1025
+
1026
+ .rpt_5_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
1027
+ font-size: 24px;
1028
+ line-height: 50px
1029
+ }
1030
+
1031
+ .rpt_plans .rpt_recommended_plan .rpt_head .rpt_price {
1032
+ font-size: 98px
1033
+ }
1034
+
1035
+ .rpt_4_plans .rpt_recommended_plan .rpt_head .rpt_price {
1036
+ font-size: 74px
1037
+ }
1038
+
1039
+ .rpt_5_plans .rpt_recommended_plan .rpt_head .rpt_price {
1040
+ font-size: 67px
1041
+ }
1042
+
1043
+ .rpt_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
1044
+ font-size: 83px
1045
+ }
1046
+
1047
+ .rpt_4_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
1048
+ font-size: 60px
1049
+ }
1050
+
1051
+ .rpt_5_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
1052
+ font-size: 54px
1053
+ }
1054
+
1055
+ .rpt_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1056
+ font-size: 55px
1057
+ }
1058
+
1059
+ .rpt_4_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1060
+ font-size: 49px
1061
+ }
1062
+
1063
+ .rpt_5_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1064
+ font-size: 41px
1065
+ }
1066
+
1067
+ .rpt_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1068
+ font-size: 42px
1069
+ }
1070
+
1071
+ .rpt_4_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1072
+ font-size: 34px
1073
+ }
1074
+
1075
+ .rpt_5_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1076
+ font-size: 26px
1077
+ }
1078
+
1079
+ .rpt_plans .rpt_plan .rpt_head .rpt_recurrence {
1080
+ font-size: 13px;
1081
+ font-weight: 300;
1082
+ line-height: 18px;
1083
+ padding: 20px 10px 10px;
1084
+ color: #ffffff;
1085
+ text-align: center
1086
+ }
1087
+
1088
+ .rpt_style_spec .rpt_plan .rpt_head .rpt_recurrence {
1089
+ color: #d3d3d3
1090
+ }
1091
+
1092
+ .rpt_style_bic .rpt_plan .rpt_head .rpt_recurrence, .rpt_style_loc .rpt_plan .rpt_head .rpt_recurrence {
1093
+ color: #f5f5f5
1094
+ }
1095
+
1096
+ .rpt_style_swl .rpt_plan .rpt_head .rpt_recurrence {
1097
+ color: grey
1098
+ }
1099
+
1100
+ .rpt_plans .rpt_sm_recurrence .rpt_plan .rpt_head .rpt_recurrence {
1101
+ font-size: 11px;
1102
+ padding: 20px 40px 4px
1103
+ }
1104
+
1105
+ .rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
1106
+ font-size: 16px;
1107
+ line-height: 20px;
1108
+ font-weight: 300;
1109
+ text-align: center;
1110
+ padding: 10px 30px 20px
1111
+ }
1112
+
1113
+ .rpt_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1114
+ font-size: 14px
1115
+ }
1116
+
1117
+ .rpt_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1118
+ font-size: 12px
1119
+ }
1120
+
1121
+ .rpt_4_plans .rpt_plan .rpt_head .rpt_subtitle {
1122
+ font-size: 16px;
1123
+ line-height: 18px;
1124
+ padding: 10px 10px 20px
1125
+ }
1126
+
1127
+ .rpt_4_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1128
+ font-size: 14px;
1129
+ line-height: 17px
1130
+ }
1131
+
1132
+ .rpt_4_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1133
+ font-size: 13px;
1134
+ line-height: 16px
1135
+ }
1136
+
1137
+ .rpt_5_plans .rpt_plan .rpt_head .rpt_subtitle {
1138
+ font-size: 15px;
1139
+ line-height: 18px;
1140
+ padding: 10px 10px 20px
1141
+ }
1142
+
1143
+ .rpt_5_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1144
+ font-size: 13px;
1145
+ line-height: 17px
1146
+ }
1147
+
1148
+ .rpt_5_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1149
+ font-size: 12px;
1150
+ line-height: 16px
1151
+ }
1152
+
1153
+ .rpt_plans .rpt_plan .rpt_head .rpt_description {
1154
+ font-size: 14px;
1155
+ line-height: 20px;
1156
+ padding: 10px 20px;
1157
+ font-weight: 300;
1158
+ text-align: center;
1159
+ color: #ffffff
1160
+ }
1161
+
1162
+ .rpt_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1163
+ font-size: 12px
1164
+ }
1165
+
1166
+ .rpt_style_bic .rpt_plan .rpt_head .rpt_description, .rpt_style_loc .rpt_plan .rpt_head .rpt_description {
1167
+ color: #f5f5f5
1168
+ }
1169
+
1170
+ .rpt_4_plans .rpt_plan .rpt_head .rpt_description {
1171
+ font-size: 13px;
1172
+ line-height: 18px
1173
+ }
1174
+
1175
+ .rpt_4_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1176
+ font-size: 12px;
1177
+ line-height: 17px
1178
+ }
1179
+
1180
+ .rpt_5_plans .rpt_plan .rpt_head .rpt_description {
1181
+ font-size: 12px;
1182
+ line-height: 18px
1183
+ }
1184
+
1185
+ .rpt_5_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1186
+ font-size: 11px;
1187
+ line-height: 17px
1188
+ }
1189
+
1190
+ .rpt_plans .rpt_plan .rpt_features {
1191
+ padding: 20px;
1192
+ background: #f0ecfb;
1193
+ text-align: center
1194
+ }
1195
+
1196
+ .rpt_plans .rpt_plan .rpt_features .rpt_feature {
1197
+ font-size: 16px;
1198
+ padding: 6px 16px;
1199
+ border-bottom: 1px dotted #d3d3d3
1200
+ }
1201
+ .rpt_plans .rpt_plan .rpt_features .rpt_feature a {
1202
+ color: #333333;
1203
+ }
1204
+
1205
+ .rpt_plans .rpt_plan .rpt_features .rpt_feature:last-child {
1206
+ border-bottom: none
1207
+ }
1208
+
1209
+ .rpt_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1210
+ font-size: 14px
1211
+ }
1212
+
1213
+ .rpt_style_bic .rpt_plan .rpt_features, .rpt_style_loc .rpt_plan .rpt_features, .rpt_style_swl .rpt_plan .rpt_features {
1214
+ background: #fff
1215
+ }
1216
+
1217
+ .rpt_style_swl .rpt_plan .rpt_features .rpt_feature {
1218
+ padding: 5px 16px
1219
+ }
1220
+
1221
+ .rpt_4_plans .rpt_plan .rpt_features .rpt_feature {
1222
+ padding: 6px 10px;
1223
+ font-size: 14px
1224
+ }
1225
+
1226
+ .rpt_4_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1227
+ font-size: 12px
1228
+ }
1229
+
1230
+ .rpt_5_plans .rpt_plan .rpt_features .rpt_feature {
1231
+ padding: 6px 10px;
1232
+ font-size: 13px
1233
+ }
1234
+
1235
+ .rpt_5_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1236
+ font-size: 11px
1237
+ }
1238
+
1239
+ .rpt_plans .rpt_plan .rpt_foot {
1240
+ display: block;
1241
+ padding: 10px 30px;
1242
+ border-top: #7559C0 solid 2px;
1243
+ background: #7559C0;
1244
+ text-align: center;
1245
+ color: #fff;
1246
+ font-size: 24px;
1247
+ text-decoration: none;
1248
+ font-weight: 300;
1249
+ transition: All .5s ease;
1250
+ -webkit-transition: All .5s ease;
1251
+ -moz-transition: All .5s ease;
1252
+ -o-transition: All .5s ease
1253
+ }
1254
+
1255
+ .rpt_plans .rpt_sm_button .rpt_plan .rpt_foot {
1256
+ font-size: 19px
1257
+ }
1258
+
1259
+ .rpt_style_basic .rpt_plan .rpt_foot {
1260
+ border-bottom-right-radius: 8px;
1261
+ border-bottom-left-radius: 8px
1262
+ }
1263
+
1264
+ .rpt_style_swl .rpt_plan .rpt_foot {
1265
+ border-top: none;
1266
+ padding: 10px 30px 20px;
1267
+ color: #000;
1268
+ background: #333
1269
+ }
1270
+
1271
+ .rpt_4_plans .rpt_plan .rpt_foot {
1272
+ padding: 4px 20px;
1273
+ font-size: 19px
1274
+ }
1275
+
1276
+ .rpt_4_plans .rpt_sm_button .rpt_plan .rpt_foot, .rpt_5_plans .rpt_plan .rpt_foot {
1277
+ padding: 4px 20px;
1278
+ font-size: 17px
1279
+ }
1280
+
1281
+ .rpt_5_plans .rpt_sm_button .rpt_plan .rpt_foot {
1282
+ font-size: 16px
1283
+ }
1284
+
1285
+ .rpt_plans .rpt_plan .rpt_foot:hover {
1286
+ opacity: .8
1287
+ }
1288
+
1289
+ .rpt_style_swl .rpt_plan .rpt_foot:hover {
1290
+ opacity: 1
1291
+ }
1292
+
1293
+ .rpt_plans .rpt_recommended_plan .rpt_foot {
1294
+ font-size: 30px;
1295
+ padding: 16px 0
1296
+ }
1297
+
1298
+ .rpt_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1299
+ font-size: 26px
1300
+ }
1301
+
1302
+ .rpt_4_plans .rpt_recommended_plan .rpt_foot {
1303
+ font-size: 22px;
1304
+ font-weight: 300;
1305
+ padding: 10px 0
1306
+ }
1307
+
1308
+ .rpt_4_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1309
+ font-size: 19px;
1310
+ padding: 10px 0
1311
+ }
1312
+
1313
+ .rpt_5_plans .rpt_recommended_plan .rpt_foot {
1314
+ font-size: 20px;
1315
+ font-weight: 300;
1316
+ padding: 10px 0
1317
+ }
1318
+
1319
+ .rpt_5_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1320
+ font-size: 18px;
1321
+ padding: 10px 0
1322
+ }
1323
+
1324
+ .rpt_custom_btn {
1325
+ border-bottom-right-radius: 5px;
1326
+ border-bottom-left-radius: 5px;
1327
+ text-align: center;
1328
+ padding: 16px 20px
1329
+ }
1330
+
1331
+ .rpt_plans .rpt_recommended_plan {
1332
+ position: relative;
1333
+ top: -10px
1334
+ }
1335
+
1336
+ .rpt_recommended_plan img.rpt_recommended {
1337
+ position: absolute !important;
1338
+ left: 10px !important
1339
+ }
1340
+
1341
+ .rpt_style_bic .rpt_recommended_plan, .rpt_style_loc .rpt_recommended_plan {
1342
+ -webkit-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
1343
+ -moz-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
1344
+ box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39)
1345
+ }
1346
+
1347
+ a.rpt_tooltip {
1348
+ display: block;
1349
+ outline: 0;
1350
+ position: relative
1351
+ }
1352
+
1353
+ a.rpt_tooltip strong {
1354
+ line-height: 30px
1355
+ }
1356
+
1357
+ a.rpt_tooltip > span.intool {
1358
+ width: 90%;
1359
+ padding: 10px;
1360
+ margin-top: 56px;
1361
+ opacity: 0;
1362
+ visibility: hidden;
1363
+ z-index: 10;
1364
+ position: absolute;
1365
+ top: -15px;
1366
+ display: block;
1367
+ color: #f5f5f5;
1368
+ font-size: 13px;
1369
+ line-height: 20px;
1370
+ background: #333;
1371
+ font-weight: 300;
1372
+ text-align: center
1373
+ }
1374
+
1375
+ a.rpt_tooltip:hover {
1376
+ cursor: zoom-in
1377
+ }
1378
+
1379
+ a.rpt_tooltip .rpt_tooltip_plus {
1380
+ text-decoration: none !important;
1381
+ display: inline;
1382
+ font-size: 12px;
1383
+ font-weight: 700;
1384
+ position: relative;
1385
+ top: -6px
1386
+ }
1387
+
1388
+ .rpt_feature:hover a.rpt_tooltip > span.intool {
1389
+ opacity: .98;
1390
+ text-decoration: none;
1391
+ visibility: visible;
1392
+ overflow: visible
1393
+ }
1394
+
1395
+ a.rpt_tooltip span.intool b {
1396
+ width: 10px;
1397
+ height: 10px;
1398
+ margin-right: 35%;
1399
+ margin-top: -15px;
1400
+ position: absolute;
1401
+ -webkit-transform: rotate(-45deg);
1402
+ -moz-transform: rotate(-45deg);
1403
+ -o-transform: rotate(-45deg);
1404
+ transform: rotate(-45deg);
1405
+ display: none \0/;
1406
+ background: #333
1407
+ }
1408
+
1409
+ .rpt_3_plans a.rpt_tooltip > span.intool {
1410
+ margin-right: -1%
1411
+ }
1412
+
1413
+ .rpt_4_plans a.rpt_tooltip > span.intool {
1414
+ margin-right: 0
1415
+ }
1416
+
1417
+ .rpt_5_plans a.rpt_tooltip > span.intool {
1418
+ margin-right: -2%
1419
+ }
1420
+
1421
+ .entry-content .rpt_plan a, .rpt_plan a {
1422
+ border-bottom: none !important;
1423
+ text-decoration: none;
1424
+ }
1425
+
1426
+ .rpt_plans .rpt_plan .rpt_icon {
1427
+ max-width: 30px;
1428
+ max-height: 30px
1429
+ }
1430
+
1431
+ .rpt_plans .rpt_plan img {
1432
+ display: inline;
1433
+ margin: 0 10px 0 0;
1434
+ padding: 0;
1435
+ -webkit-box-shadow: 0 0 0 0 transparent;
1436
+ -moz-box-shadow: 0 0 0 0 transparent;
1437
+ box-shadow: 0 0 0 0 transparent;
1438
+ border: none
1439
+ }
1440
+
1441
+ .mystickymenu-testimonial {
1442
+ position: relative;
1443
+ }
1444
+ .mystickymenu-testimonial .testimonial-data {
1445
+ position: relative;
1446
+ }
1447
+ .mystickymenu-testimonial .testimonial-data {
1448
+ position: relative;
1449
+ margin-right: 30px;
1450
+ padding: 10px 10px 10px 40px;
1451
+ background: #f5f5f5;
1452
+ font-size: 16px;
1453
+ line-height: 22px;
1454
+ }
1455
+ .mystickymenu-testimonial .testimonial-image {
1456
+ position: absolute;
1457
+ height: 60px;
1458
+ width: 60px;
1459
+ overflow: hidden;
1460
+ border-radius: 30px;
1461
+ top: 50%;
1462
+ margin-top: -30px;
1463
+ z-index: 1;
1464
+ }
1465
+ .mystickymenu-testimonial .testimonial-image img {
1466
+ width: 100%;
1467
+ height: auto;
1468
+ }
1469
+ .mystickymenu-testimonial-list {
1470
+ width: 100%;
1471
+ max-width: 1080px;
1472
+ margin: 30px auto;
1473
+ }
1474
+ .testimonial-title {
1475
+ font-weight: bold;
1476
+ font-size: 18px;
1477
+ padding: 0 0 5px 0;
1478
+ }
1479
+ .testimonial-author {
1480
+ font-size: 16px;
1481
+ font-style: italic;
1482
+ font-weight: 500;
1483
+ padding: 5px 0 0 0;
1484
+ }
1485
+ p.udner-title strong {
1486
+ font-size: 30px;
1487
+ padding-bottom: 40px;
1488
+ display: block;
1489
+ color: #b97fcf;
1490
+ text-align: center;
1491
+ }
1492
+ p.udner-title {
1493
+ margin: 0;
1494
+ padding: 0;
1495
+ }
1496
+ @media only screen and (max-width: 640px) {
1497
+ .rpt_plans .rpt_plan {
1498
+ width: 96%;
1499
+ margin: 10px 2% 20px !important
1500
+ }
1501
+
1502
+ .rpt_plans .rpt_plan .rpt_title {
1503
+ position: relative;
1504
+ font-size: 26px !important;
1505
+ line-height: 35px !important
1506
+ }
1507
+
1508
+ .rpt_plans .rpt_plan .rpt_head .rpt_price {
1509
+ font-size: 74px !important;
1510
+ line-height: 100px !important
1511
+ }
1512
+
1513
+ .rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
1514
+ font-size: 17px !important;
1515
+ line-height: 28px !important;
1516
+ padding: 10px 40px 20px
1517
+ }
1518
+
1519
+ .rpt_plans .rpt_plan .rpt_head .rpt_description {
1520
+ font-size: 15px !important;
1521
+ line-height: 26px !important;
1522
+ padding: 0 40px 30px
1523
+ }
1524
+
1525
+ .rpt_plans .rpt_plan .rpt_features .rpt_feature {
1526
+ padding: 6px 16px;
1527
+ font-size: 14px !important
1528
+ }
1529
+
1530
+ .rpt_plans .rpt_plan .rpt_foot {
1531
+ padding: 10px 40px;
1532
+ text-align: center;
1533
+ color: #fff;
1534
+ font-size: 20px
1535
+ }
1536
+
1537
+ .rpt_plans .rpt_recommended_plan .rpt_foot {
1538
+ font-size: 30px;
1539
+ font-weight: 300;
1540
+ padding: 20px 0
1541
+ }
1542
+
1543
+ .rpt_plan .rpt_head .rpt_price .rpt_currency {
1544
+ top: -36px !important;
1545
+ right: -10px !important;
1546
+ font-size: 35px !important
1547
+ }
1548
+ }
1549
+
1550
+ #rpt_pricr .rpt_plan_ori .rpt_features .rpt_feature, #rpt_pricr .rpt_plan_ori .rpt_features .rpt_feature a, #rpt_pricr .rpt_plan_ori .rpt_foot, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_description, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_price, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_price .rpt_currency, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_recurrence, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_subtitle, #rpt_pricr .rpt_plan_ori .rpt_title {
1551
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
1552
+ font-weight: 300 !important
1553
+ }
1554
+
1555
+ .client-testimonial {
1556
+ margin: 20px auto 0px;
1557
+ -webkit-border-radius: 5px;
1558
+ -moz-border-radius: 5px;
1559
+ border-radius: 5px;
1560
+ }
1561
+ .client-testimonial span.dashicons.dashicons-yes {
1562
+ background: #00bd00;
1563
+ color: #fff;
1564
+ border-radius: 50%;
1565
+ -webkit-border-radius: 50%;
1566
+ -moz-border-radius: 50%;
1567
+ }
1568
+ .client-testimonial p.text-center {
1569
+ text-align: center;
1570
+ margin: 6px 0;
1571
+ font-size: 14px;
1572
+ }
1573
+ .client-testimonial .payment {
1574
+ margin: 20px 0;
1575
+ text-align: center;
1576
+ }
1577
+ .testimonial-image {
1578
+ width: 10%;
1579
+ display: inline-block;
1580
+ vertical-align: middle;
1581
+ }
1582
+ .testimonial-content {
1583
+ width: 85%;
1584
+ display: inline-block;
1585
+ vertical-align: middle;
1586
+ padding-right: 15px;
1587
+ }
1588
+ .testimonial-image img {
1589
+ border-radius: 50%;
1590
+ -webkit-border-radius: 50%;
1591
+ -moz-border-radius: 50%;
1592
+ width: 100%;
1593
+ height: auto;
1594
+ }
1595
+ .client-testimonial .author {
1596
+ font-weight: bold;
1597
+ padding: 5px 0 0 0;
1598
+ font-size: 14px;
1599
+ }
1600
+ .testimonial-box {
1601
+ padding: 15px;
1602
+ background: #d6efff;
1603
+ -webkit-border-radius: 5px;
1604
+ -moz-border-radius: 5px;
1605
+ border-radius: 5px;
1606
+ }
1607
+
1608
+ /*01-08-2019 welcome bar css*/
1609
+ #sticky-header-welcome-bar *, #sticky-header-welcome-bar ::before, #sticky-header-welcome-bar ::after {
1610
+ -webkit-box-sizing: border-box;
1611
+ -moz-box-sizing: border-box;
1612
+ box-sizing: border-box;
1613
+ }
1614
+ #sticky-header-welcome-bar .iris-picker, #sticky-header-welcome-bar .iris-picker * {
1615
+ -moz-box-sizing: content-box;
1616
+ -webkit-box-sizing: content-box;
1617
+ box-sizing: content-box;
1618
+ }
1619
+ .mysticky-welcomebar-switch {
1620
+ display: inline-block;
1621
+ width:55px;
1622
+ height:30px;
1623
+ position: relative;
1624
+ }
1625
+ .mysticky-welcomebar-switch input {
1626
+ opacity: 0;
1627
+ width: 0;
1628
+ height: 0;
1629
+ }
1630
+ .mysticky-welcomebar-switch .slider {
1631
+ border-radius: 15px;
1632
+ position: absolute;
1633
+ cursor: pointer;
1634
+ top: 0;
1635
+ right: 0;
1636
+ left: 0;
1637
+ bottom: 0;
1638
+ background-color: #ccc;
1639
+ border: 2px solid #ccc;
1640
+ -webkit-transition: .4s;
1641
+ transition: .4s;
1642
+ }
1643
+ .mysticky-welcomebar-switch .slider:before {
1644
+ border-radius: 50%;
1645
+ position: absolute;
1646
+ content: "";
1647
+ height: 24px;
1648
+ width: 25px;
1649
+ left: 2px;
1650
+ top: 1px;
1651
+ background-color: #ffffff;
1652
+ -webkit-transition: .4s;
1653
+ transition: .4s;
1654
+ }
1655
+
1656
+ .mysticky-welcomebar-switch .slider:before {
1657
+ border-radius: 50%;
1658
+ position: absolute;
1659
+ content: "";
1660
+ height: 24px;
1661
+ width: 25px;
1662
+ left: 2px;
1663
+ top: 1px;
1664
+ background-color: #ffffff;
1665
+ -webkit-transition: .4s;
1666
+ transition: .4s;
1667
+ }
1668
+ .mysticky-welcomebar-switch input:checked + .slider {
1669
+ background-color: #7761DF;
1670
+ border: 2px solid #7761DF;
1671
+ }
1672
+ .mysticky-welcomebar-switch input:focus + .slider {
1673
+ box-shadow: 0 0 1px #2196F3;
1674
+ }
1675
+ .mysticky-welcomebar-switch input:checked + .slider:before {
1676
+ -webkit-transform: translateX(24px);
1677
+ -ms-transform: translateX(24px);
1678
+ transform: translateX(24px);
1679
+ }
1680
+
1681
+
1682
+ .welcombar-status-switch{
1683
+ display: inline-block;
1684
+ width:46px;
1685
+ height:24px;
1686
+ position: relative;
1687
+ }
1688
+
1689
+ .welcombar-status-switch .slider:before {
1690
+ border-radius: 50%;
1691
+ position: absolute;
1692
+ content: "";
1693
+ height: 15px;
1694
+ width: 15px;
1695
+ left: 2px;
1696
+ top: 2px;
1697
+ background-color: #ffffff;
1698
+ -webkit-transition: .4s;
1699
+ transition: .4s;
1700
+ }
1701
+ .mysticky-welcomebar-form {
1702
+ background-color: #f8fcfd;
1703
+ border: 1px solid #E1E6E6;
1704
+ padding: 20px;
1705
+ border-radius: 7px;
1706
+ position: relative;
1707
+ }
1708
+ .mysticky-welcomebar-header-title h3 {
1709
+ margin: 0;
1710
+ font-size: 26px;
1711
+ color: #4F4F4F;
1712
+ line-height: 1.2;
1713
+ display: inline-block;
1714
+ vertical-align: top;
1715
+ }
1716
+ .mysticky-welcomebar-header-title h3 + .mysticky-welcomebar-switch {
1717
+ margin-right: 20px;
1718
+ }
1719
+ .mysticky-welcomebar-subheader-title {
1720
+ padding: 40px 0 30px;
1721
+ }
1722
+ .mysticky-welcomebar-subheader-title h4 {
1723
+ margin: 0;
1724
+ font-weight: 400;
1725
+ font-size: 22px;
1726
+ line-height: 1.2;
1727
+ color: #4F4F4F;
1728
+ }
1729
+ .mysticky-welcomebar-setting-content {
1730
+ display: flex;
1731
+ align-items: center;
1732
+ padding-bottom: 20px;
1733
+ }
1734
+ .mysticky-welcomebar-setting-content.show-on-apper {
1735
+ align-items: flex-start;
1736
+ }
1737
+ .mysticky-welcomebar-setting-content > label {
1738
+ font-size: 18px;
1739
+ line-height: 1.2;
1740
+ color: #4F4F4F;
1741
+ font-weight: 500;
1742
+ margin-top: 10px;
1743
+ width: 255px;
1744
+ padding-left: 10px;
1745
+ }
1746
+ .mysticky-welcomebar-setting-content.show-on-apper > label {
1747
+ margin-top: 10px;
1748
+ }
1749
+ .mysticky-welcomebar-setting-content-left {
1750
+ width: 100%;
1751
+ align-items: center;
1752
+ display: flex;
1753
+ }
1754
+ /*----------------------*/
1755
+ /*.mysticky-welcomebar-setting-wrap{
1756
+ height: 100vh;
1757
+ }*/
1758
+ .mysticky-welcomebar-setting-wrap .myStickymenu-upgrade {
1759
+ display: inline-block;
1760
+ vertical-align: middle;
1761
+ float: none;
1762
+ margin-right: 12px;
1763
+ }
1764
+ .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-position .myStickymenu-upgrade {
1765
+ margin-right: 50px;
1766
+ }
1767
+ .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-remove-getbar .myStickymenu-upgrade {
1768
+ margin-right: 130px;
1769
+ }
1770
+ .mysticky-welcomebar-setting-content-left.mysticky-welcomebar-colorpicker .wp-picker-container{
1771
+ display: inline-block;
1772
+ }
1773
+ .mysticky-welcomebar-setting-content-left label {
1774
+ display: inline-block;
1775
+ vertical-align: top;
1776
+ width: 100px;
1777
+ padding-left: 10px;
1778
+ }
1779
+ .mysticky-welcomebar-setting-content-left .wp-picker-input-wrap label {
1780
+ width: auto;
1781
+ }
1782
+ .mysticky-welcomebar-setting-content-left .mysticky-welcomebar-trigger-wrap label {
1783
+ width: auto;
1784
+ }
1785
+ #mystickymenu .mysticky-welcomebar-setting-content-left .px-wrap input {
1786
+ padding-left: 60px;
1787
+ }
1788
+ .mysticky-welcomebar-setting-content-left select ,
1789
+ .mysticky-welcomebar-setting-content-left input[type="text"] ,
1790
+ .mysticky-welcomebar-setting-content-left textarea {
1791
+ width: 400px;
1792
+ height: 42px;
1793
+ border-radius: 20px;
1794
+ color: #32373c;
1795
+ display: block;
1796
+ padding: 0 10px;
1797
+ box-shadow: none;
1798
+ border: 1px solid #DCE2E2;
1799
+ margin: 0;
1800
+ font-size: 14px;
1801
+ font-weight: 400;
1802
+ }
1803
+
1804
+ .mysticky-welcomebar-setting-content-left input::placeholder,
1805
+ .mysticky-welcomebar-setting-content-left input:-ms-input-placeholder,
1806
+ .mysticky-welcomebar-setting-content-left input::-ms-input-placeholder {
1807
+ color: #b5b7b9;
1808
+ opacity:0.6;
1809
+ }
1810
+ .mysticky-welcomebar-setting-content-left select {
1811
+ padding-left: 22px;
1812
+ }
1813
+ .mysticky-welcomebar-setting-content-left textarea {
1814
+ height: 100px;
1815
+ border-radius: 10px;
1816
+ padding-top: 9px;
1817
+ }
1818
+ #mystickymenu .wp-picker-container input[type="text"].wp-color-picker {
1819
+ border-radius: 0;
1820
+ height: 32px;
1821
+ border: 1px solid #DCE2E2;
1822
+ }
1823
+ #mystickymenu .wp-picker-input-wrap .button {
1824
+ height: 32px;
1825
+ }
1826
+ #mystickymenu .form-table .wp-picker-input-wrap label {
1827
+ padding-left: 10px;
1828
+ }
1829
+ .mysticky-welcomebar-setting-action {
1830
+ display: inline-block;
1831
+ vertical-align: top;
1832
+ }
1833
+ .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
1834
+ padding-right: 10px;
1835
+ }
1836
+ .mysticky-welcomebar-redirect label {
1837
+ width: auto;
1838
+ padding-left: 0;
1839
+ padding-top: 10px;
1840
+ }
1841
+ .mysticky-welcomebar-expirydate {
1842
+ position: relative;
1843
+ display: inline-block;
1844
+ vertical-align: top;
1845
+ }
1846
+ .mysticky-welcomebar-setting-content-left .mysticky-welcomebar-expirydate input {
1847
+ padding-right: 55px;
1848
+ }
1849
+ .mysticky-welcomebar-expirydate .dashicons {
1850
+ position: absolute;
1851
+ top: 0;
1852
+ right: 0;
1853
+ bottom: 0;
1854
+ color: #a7a7a7;
1855
+ border-left: 1px solid #a7a7a7;
1856
+ width: 46px;
1857
+ height: 100%;
1858
+ line-height: 40px;
1859
+ }
1860
+ a.create-rule {
1861
+ background-color: #7761DF;
1862
+ color: #fff;
1863
+ display: inline-block;
1864
+ margin: 10px 0 0;
1865
+ vertical-align: top;
1866
+ text-decoration: none;
1867
+ padding: 5px 12px;
1868
+ border-radius: 20px;
1869
+ box-shadow: none;
1870
+ outline: none;
1871
+ }
1872
+ .mysticky-welcomebar-upgrade-main {
1873
+ position: relative;
1874
+ vertical-align: top;
1875
+ width: 100%;
1876
+ padding-left: 10px;
1877
+ padding-bottom: 0;
1878
+ }
1879
+ .mysticky-welcomebar-upgrade-main .myStickymenu-upgrade {
1880
+ float: left;
1881
+ }
1882
+ .mysticky-welcomebar-page-option {
1883
+ margin-bottom: 20px;
1884
+ position: relative;
1885
+ }
1886
+ .mysticky-welcomebar-page-option select {
1887
+ width: 230px;
1888
+ }
1889
+ .mysticky-welcomebar-page-option .myStickymenu-upgrade {
1890
+ display: none;
1891
+ position: absolute;
1892
+ top: 9px;
1893
+ right: 50%;
1894
+ -webkit-transform: translateX(-50%);
1895
+ -moz-transform: translateX(-50%);
1896
+ transform: translateX(-50%);
1897
+ text-align: center;
1898
+ margin-right: 0;
1899
+ }
1900
+ .mysticky-welcomebar-page-option .myStickymenu-upgrade a {
1901
+ padding-top: 5px;
1902
+ padding-bottom: 7px;
1903
+ padding-right: 20px;
1904
+ padding-left: 20px;
1905
+ font-size: 14px;
1906
+ box-shadow: 0 0 3px #999;
1907
+ }
1908
+ .mysticky-welcomebar-page-option:hover .myStickymenu-upgrade {
1909
+ display: block;
1910
+ }
1911
+ .mysticky-welcomebar-page-option .url-content {
1912
+ /*display: flex;*/
1913
+ overflow:hidden;
1914
+ align-items: center;
1915
+ }
1916
+ .mysticky-welcomebar-page-option .url-content > div {
1917
+ padding: 0 5px;
1918
+ float: right;
1919
+
1920
+ }
1921
+
1922
+ .mysticky-welcomebar-page-option .url-content .mysticky-welcomebar-url-values,
1923
+ .mysticky-welcomebar-page-option .url-content .mysticky-welcomebar-url-option{
1924
+ width: 20%;
1925
+ }
1926
+ .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box {
1927
+ width: 28%;
1928
+ text-align: left;
1929
+ margin-top: 10px;
1930
+ }
1931
+
1932
+ /*.mysticky-welcomebar-page-option .url-content select {
1933
+ width: 120px;
1934
+ }
1935
+ */
1936
+ .mysticky-welcomebar-page-option .url-content input[type="text"] {
1937
+ height: 38px;
1938
+ padding: 0 15px;
1939
+ border-radius: 0;
1940
+ }
1941
+
1942
+ .mysticky-page-option .myStickymenu-upgrade {
1943
+ float: none;
1944
+ position: absolute;
1945
+ top: 0;
1946
+ right: 50%;
1947
+ /* left: 0; */
1948
+ text-align: center;
1949
+ /* background-color: rgba(0,0,0,0.6); */
1950
+ bottom: 0;
1951
+ border-radius: 10px;
1952
+ display: none;
1953
+ align-items: center;
1954
+ justify-content: center;
1955
+ -webkit-transform: translateX(-50%);
1956
+ -moz-transform: translateX(-50%);
1957
+ transform: translateX(-50%);
1958
+ }
1959
+ .mysticky-page-option:hover .myStickymenu-upgrade {
1960
+ display: flex;
1961
+ }
1962
+ .mysticky-page-option .myStickymenu-upgrade a {
1963
+ padding-top: 5px;
1964
+ padding-bottom: 7px;
1965
+ padding-right: 20px;
1966
+ padding-left: 20px;
1967
+ font-size: 14px;
1968
+ box-shadow: 0 0 3px #999;
1969
+ }
1970
+ .mysticky-page-option {
1971
+ background-color: #fff;
1972
+ padding: 10px;
1973
+ margin-bottom: 10px;
1974
+ border: 1px solid #DCE2E2;
1975
+ border-radius: 10px;
1976
+ position: relative;
1977
+ }
1978
+ .mysticky-page-option .url-content {
1979
+ display: flex;
1980
+ align-items: center;
1981
+ }
1982
+ .mysticky-page-option .url-content > div {
1983
+ padding: 0 5px;
1984
+ }
1985
+ .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box {
1986
+ width: 260px;
1987
+ text-align: left;
1988
+ }
1989
+ .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box {
1990
+ width: 300px;
1991
+ }
1992
+ .mysticky-page-option .url-content select {
1993
+ width: 250px;
1994
+ }
1995
+ .mysticky-page-option .url-content input[type="text"] {
1996
+ height: 38px;
1997
+ padding: 0 15px;
1998
+ border-radius: 0;
1999
+ }
2000
+ .mystickymenu-page-target-wrap {
2001
+ padding-bottom: 20px;
2002
+ }
2003
+
2004
+ .mysticky-welcomebar-remove-rule ,
2005
+ .mysticky-remove-rule {
2006
+ color: #fff;
2007
+ background-color: #666;
2008
+ text-decoration: none;
2009
+ display: inline-block;
2010
+ vertical-align: top;
2011
+ width: 38px;
2012
+ height: 38px;
2013
+ text-align: center;
2014
+ border-radius: 4px;
2015
+ font-size: 22px;
2016
+ line-height: 35px;
2017
+ }
2018
+ .mysticky-welcomebar-page-options {
2019
+ display: inline-block;
2020
+ vertical-align: top;
2021
+ }
2022
+ .mysticky-welcomebar-setting-left {
2023
+ /*position: absolute;
2024
+ right: 20px;*/
2025
+ /*left: 50px;*/
2026
+ /*width: 500px;*/
2027
+ }
2028
+ .mysticky-welcomebar-setting-right{
2029
+ position: fixed;
2030
+ top: 32px !important;
2031
+ left:40px;
2032
+ }
2033
+ .mysticky-welcomebar-setting-right{
2034
+ margin-top: 0px;
2035
+ position: absolute;
2036
+ }
2037
+
2038
+ .mysticky-welcomebar-header-title::after {
2039
+ content: "";
2040
+ display: block;
2041
+ clear: both;
2042
+ }
2043
+ .mysticky-welcomebar-preview-window {
2044
+ float: left;
2045
+ }
2046
+ .mysticky-welcomebar-header-title {
2047
+ padding-bottom: 20px;
2048
+ }
2049
+ .mysticky-welcomebar-preview-window ul {
2050
+ margin: 0;
2051
+ padding: 0;
2052
+ }
2053
+ .mysticky-welcomebar-preview-window ul li {
2054
+ color: #7761DF;
2055
+ display: inline-block;
2056
+ vertical-align: top;
2057
+ width: 36px;
2058
+ height: 36px;
2059
+ background-color: #DFDDF7;
2060
+ border-radius: 50%;
2061
+ text-align: center;
2062
+ line-height: 36px;
2063
+ margin-bottom: 0;
2064
+ margin-right: 10px;
2065
+ }
2066
+ .mysticky-welcomebar-preview-window ul li.preview-active {
2067
+ color: #fff;
2068
+ background-color: #7761DF;
2069
+ }
2070
+ .mysticky-welcomebar-preview-window ul li .dashicons {
2071
+ line-height: 36px;
2072
+ }
2073
+ .mysticky-welcomebar-preview-screen {
2074
+ background-color: #ffffff;
2075
+ border: 1px solid #DCE2E2;
2076
+ border-radius: 10px;
2077
+ margin: 0 auto;
2078
+ padding: 0;
2079
+ height: 400px;
2080
+ position: relative !important;
2081
+ overflow: hidden;
2082
+ max-width: 100%;
2083
+ -webkit-transition: all 0.5s ease 0s;
2084
+ -moz-transition: all 0.5s ease 0s;
2085
+ transition: all 0.5s ease 0s;
2086
+ }
2087
+ .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen {
2088
+ max-width: 320px;
2089
+ }
2090
+ /*----------------------------*/
2091
+ .mysticky-welcomebar-submit {
2092
+ float: left;
2093
+ padding-top: 50px;
2094
+ margin-left: -20px;
2095
+ }
2096
+ .mysticky-welcomebar-form-reset .mysticky-welcomebar-submit {
2097
+ margin-left: 0;
2098
+ padding-top: 30px;
2099
+ }
2100
+ .mysticky-welcomebar-submit input.button-secondary {
2101
+ background: #969696;
2102
+ border-color: #969696;
2103
+ color: #ffffff;
2104
+ text-transform: uppercase;
2105
+ border-radius: 31px;
2106
+ font-size: 26px;
2107
+ margin-left: 10px;
2108
+ padding-right: 23px;
2109
+ padding-left: 23px;
2110
+ height: 60px;
2111
+ width: 200px;
2112
+ border: 0;
2113
+ box-shadow: none;
2114
+ font-weight: 600;
2115
+ text-shadow: none;
2116
+ }
2117
+ .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-buttons {
2118
+ padding-left: 0;
2119
+ }
2120
+ .ui-dialog-buttonset .green-btn.ui-button {
2121
+ background-color: #00c67c;
2122
+ border-color: #00c67c;
2123
+ color: #fff;
2124
+ }
2125
+ .mysticky-welcomebar-setting-content-left.mysticky-welcomebar-setting-redirect-wrap {
2126
+ display: block;
2127
+ }
2128
+ .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-redirect-wrap .myStickymenu-upgrade {
2129
+ margin-top: 7px;
2130
+ }
2131
+ .updates-form-form {
2132
+ min-height: calc(100vh - 280px);
2133
+ }
2134
+ .popup-form-content {
2135
+ background: #ffffff;
2136
+ min-height: 100px;
2137
+ width: 450px;
2138
+ text-align: center;
2139
+ margin-top: 50px;
2140
+ border: solid 1px #c1c1c1;
2141
+ }
2142
+ .updates-content-buttons button {
2143
+ margin: 10px 3px !important;
2144
+ float: right;
2145
+ }
2146
+ .updates-content-buttons a span {
2147
+ -webkit-animation: fa-spin 0.75s infinite linear;
2148
+ animation: fa-spin 0.75s infinite linear;
2149
+ }
2150
+ .updates-content-buttons a:hover, .updates-content-buttons a:focus {
2151
+ color: #ffffff;
2152
+ background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1));
2153
+ }
2154
+ .updates-content-buttons a:focus {
2155
+ outline: 0;
2156
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50,100,150,.4);
2157
+ }
2158
+ .updates-content-buttons button.form-cancel-btn {
2159
+ float: left !important;
2160
+ }
2161
+ .form-submit-btn {
2162
+ background-color: #3085d6;
2163
+ }
2164
+ .updates-content-buttons a span {
2165
+ -webkit-animation: fa-spin 0.75s infinite linear;
2166
+ animation: fa-spin 0.75s infinite linear;
2167
+ }
2168
+ .add-update-mystickymenu-title {
2169
+ font-size: 20px;
2170
+ line-height: 30px;
2171
+ padding: 20px 20px 0;
2172
+ }
2173
+ .mystickymenu-form-input {
2174
+ padding: 10px 20px;
2175
+ }
2176
+ .mystickymenu-form-input input {
2177
+ width: 100%;
2178
+ transition: border-color .3s,box-shadow .3s;
2179
+ border: 1px solid #d9d9d9;
2180
+ border-radius: .1875em;
2181
+ font-size: 1.125em;
2182
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.06);
2183
+ box-sizing: border-box;
2184
+ height: 2.625em;
2185
+ margin: 1em auto;
2186
+ }
2187
+ .updates-content-buttons {
2188
+ background: #c1c1c1;
2189
+ padding: 0 20px;
2190
+ }
2191
+ div#wp-mysticky_bar_text-wrap {
2192
+ /*width: 40%;*/
2193
+ }
2194
+
2195
+ .mystickymenu-popup {
2196
+ position: fixed;
2197
+ width: 100%;
2198
+ height: 100%;
2199
+ top: 0;
2200
+ right: 0;
2201
+ z-index: 100001;
2202
+ background: rgba(0, 0, 0, .75)
2203
+ }
2204
+
2205
+ .mystickymenu-popup-box {
2206
+ padding: 0;
2207
+ width: 600px;
2208
+ max-width: 100%;
2209
+ margin: auto;
2210
+ top: 50%;
2211
+ position: absolute;
2212
+ right: 0;
2213
+ left: 0;
2214
+ border-radius: 5px;
2215
+ transform: translate(0, -50%);
2216
+ -webkit-transform: translate(0, -50%);
2217
+ -moz-transform: translate(0, -50%);
2218
+ text-align: center;
2219
+ background: #fcfcfc
2220
+ }
2221
+
2222
+ .mystickymenu-popup-header {
2223
+ padding: 15px;
2224
+ font-size: 20px;
2225
+ border-bottom: solid 1px #e6e6e6
2226
+ }
2227
+
2228
+ .mystickymenu-popup-content {
2229
+ background: #fff;
2230
+ padding: 15px;
2231
+ font-size: 14px;
2232
+ line-height: 20px
2233
+ }
2234
+
2235
+ .mystickymenu-popup-content iframe {
2236
+ margin: 30px 0
2237
+ }
2238
+
2239
+ .mystickymenu-popup-footer {
2240
+ padding: 15px;
2241
+ border-top: solid 1px #e6e6e6
2242
+ }
2243
+
2244
+ .mystickymenu-popup-footer button {
2245
+ border: none;
2246
+ padding: 10px 20px;
2247
+ border-radius: 4px;
2248
+ background: #00c478;
2249
+ color: #fff;
2250
+ cursor: pointer;
2251
+ }
2252
+
2253
+ .close-mystickymenu-popup {
2254
+ margin: 0;
2255
+ padding: 0;
2256
+ background: 0 0;
2257
+ border: none;
2258
+ float: left;
2259
+ background: #000;
2260
+ border-radius: 50%;
2261
+ color: #fff;
2262
+ text-align: center;
2263
+ width: 24px;
2264
+ height: 24px;
2265
+ cursor: pointer;
2266
+ }
2267
+
2268
+ .close-mystickymenu-popup span {
2269
+ line-height: 24px
2270
+ }
2271
+ @-webkit-keyframes fa-spin {
2272
+ 0% {
2273
+ -webkit-transform: rotate(0deg);
2274
+ transform: rotate(0deg);
2275
+ }
2276
+ 100% {
2277
+ -webkit-transform: rotate(359deg);
2278
+ transform: rotate(359deg);
2279
+ }
2280
+ }
2281
+ @media only screen and (max-width: 1490px) {
2282
+ .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
2283
+ padding-right: 10px;
2284
+ }
2285
+ .mysticky-welcomebar-setting-left {
2286
+ /*width: 600px;*/
2287
+ }
2288
+ }
2289
+ @media only screen and (max-width: 1355px) {
2290
+ .mysticky-welcomebar-page-option .url-content select {
2291
+ width: 130px;
2292
+ }
2293
+ .mysticky-welcomebar-page-option .url-content input[type="text"] {
2294
+ width: 180px;
2295
+ }
2296
+ .mysticky-welcomebar-setting-action {
2297
+ display: block;
2298
+ }
2299
+ .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
2300
+ padding-right: 0;
2301
+ padding-top: 10px;
2302
+ }
2303
+ }
2304
+ @media only screen and (max-width: 1200px) {
2305
+ .mysticky-welcomebar-page-option .url-content select {
2306
+ width: 110px;
2307
+ }
2308
+ .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box {
2309
+ width: 230px;
2310
+ }
2311
+ .mysticky-welcomebar-page-option {
2312
+ padding: 10px 3px;
2313
+ }
2314
+ .mysticky-welcomebar-page-option .url-content input[type="text"] {
2315
+ width: 150px;
2316
+ }
2317
+ }
2318
+ @media only screen and (max-width: 1100px) {
2319
+ .mysticky-welcomebar-setting-left {
2320
+ width: 340px;
2321
+ left: 40px;
2322
+ }
2323
+ }
2324
+ @media only screen and (max-width: 1024px) {
2325
+ .mysticky-welcomebar-setting-left {
2326
+ left: 40px;
2327
+ width: 310px;
2328
+ }
2329
+ .mysticky-welcomebar-setting-content > label {
2330
+ font-size: 16px;
2331
+ width: 175px;
2332
+ padding-left: 10px;
2333
+ }
2334
+ .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen {
2335
+ max-width: 250px;
2336
+ }
2337
+ }
2338
+
2339
+
2340
+
2341
+ .mysticky-custom-fields-tooltip{
2342
+ position: relative;
2343
+ margin-right: 20px;
2344
+ }
2345
+ .mysticky-custom-fields-tooltip:hover p {
2346
+ bottom: 100%;
2347
+ opacity: 1;
2348
+ visibility: visible;
2349
+ }
2350
+
2351
+ .mysticky-custom-fields-tooltip a.mysticky-tooltip {
2352
+ width: 20px;
2353
+ height: 20px;
2354
+ line-height: 20px;
2355
+ border-radius: 35px;
2356
+ padding: 0;
2357
+ text-align: center;
2358
+ font-size: 12px;
2359
+ display: inline-block;
2360
+ color: #ffffff;
2361
+ text-decoration: none;
2362
+ }
2363
+ .mysticky-custom-fields-tooltip a.mysticky-tooltip .dashicons{
2364
+ text-transform: uppercase;
2365
+ color: #1E1E1E;
2366
+ }
2367
+ .mysticky-custom-fields-tooltip p {
2368
+ margin: 0;
2369
+ margin-bottom: 0px;
2370
+ background-color: #000;
2371
+ width: 380px;
2372
+ padding: 10px 10px;
2373
+ border-radius: 8px;
2374
+ color: #fff;
2375
+ position: absolute;
2376
+ bottom: 200%;
2377
+ right: -20px;
2378
+ margin-bottom: 10px;
2379
+ -webkit-transition: all 0.5s ease 0s;
2380
+ -moz-transition: all 0.5s ease 0s;
2381
+ transition: all 0.5s ease 0s;
2382
+ opacity: 0;
2383
+ visibility: hidden;
2384
+ }
2385
+ .mysticky-custom-fields-tooltip p::before {
2386
+ content: "";
2387
+ border-top: 10px solid #000;
2388
+ border-right: 10px solid transparent;
2389
+ border-left: 10px solid transparent;
2390
+ width: 0;
2391
+ height: 0;
2392
+ position: absolute;
2393
+ bottom: -8px;
2394
+ right: 25px;
2395
+ }
2396
+
2397
+ .mysticky-welcomebar-poptin-content{
2398
+ font-size: 18px;
2399
+ display: flex;
2400
+ align-content: center;
2401
+ }
2402
+ .mysticky-welcomebar-poptin-content a{
2403
+ display: inline-block;
2404
+ padding: 0 5px;
2405
+ text-decoration: none;
2406
+ }
2407
+ .mysticky-welcome-poptin-logo{width: 100px;}
2408
+
2409
+
2410
+ /*--------------------------------New Add---------------------------*/
2411
+
2412
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-btn{
2413
+ padding-right: 25px !important;
2414
+ }
2415
+
2416
+ .mysticky-welcomebar-setting-right .mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed {
2417
+ position:relative; !important;
2418
+ }
2419
+ .wp-editor-area{height: 100px !important;}
2420
+
2421
+ .mysticky-welcomebar-setting-content-right select, .mysticky-welcomebar-setting-content-right input[type="text"], .mysticky-welcomebar-setting-content-right textarea {
2422
+ width: 400px;
2423
+ height: 42px;
2424
+ border-radius: 20px;
2425
+ color: #32373c;
2426
+ display: block;
2427
+ padding: 0 10px;
2428
+ box-shadow: none;
2429
+ border: 1px solid #DCE2E2;
2430
+ margin: 0;
2431
+ font-size: 14px;
2432
+ font-weight: 400;
2433
+ align-items: center;
2434
+ }
2435
+ .mysticky-welcomebar-expirydate-gmt{float: left;}
2436
+ .mysticky_welcome_expiry1{padding-right: 50px !important;}
2437
+
2438
+ /*.plan-price{
2439
+ left: 12px !important;
2440
+ }
2441
+ */
2442
+
2443
+
2444
+
2445
+ /*===============================================================================================*/
2446
+
2447
+ /*----------------------------------------------------- Welcome-bar php CSS -------------------------*/
2448
+
2449
+ /*===============================================================================================*/
2450
+
2451
+
2452
+ /*.mysticky-welcomebar-fixed .mysticky-w-close-btn {
2453
+ display: none;
2454
+ vertical-align: top;
2455
+ width: 30px;
2456
+ height: 30px;
2457
+ text-align: center;
2458
+ text-decoration: none;
2459
+ line-height: 20px;
2460
+ border-radius: 5px;
2461
+ color: #000;
2462
+ position: absolute;
2463
+ font-family: Lato;
2464
+ top: 5px;
2465
+ left: 5px !important;
2466
+ text-shadow: 0 0 0px #fff;
2467
+ -webkit-transition: all 0.5s ease 0s;
2468
+ -moz-transition: all 0.5s ease 0s;
2469
+ transition: all 0.5s ease 0s;
2470
+ -webkit-transform-origin: 50% 50%;
2471
+ -moz-transform-origin: 50% 50%;
2472
+ transform-origin: 50% 50%;
2473
+ }
2474
+
2475
+
2476
+ .mysticky-welcomebar-fixed .mysticky-w-close-btn:hover {
2477
+ opacity: 1;
2478
+ -webkit-transform: rotate(180deg);
2479
+ -moz-transform: rotate(180deg);
2480
+ transform: rotate(180deg);
2481
+ }*/
2482
+
2483
+
2484
+
2485
+
2486
+
2487
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
2488
+ display: none;
2489
+ vertical-align: top;
2490
+ width: 20px;
2491
+ height: 20px;
2492
+ text-align: center;
2493
+ text-decoration: none;
2494
+ line-height: 20px;
2495
+ border-radius: 5px;
2496
+ color: #000;
2497
+ position: absolute;
2498
+ font-family: Lato;
2499
+ top: 5px;
2500
+ left: 5px !important;
2501
+ text-shadow: 0 0 0px #fff;
2502
+ -webkit-transition: all 0.5s ease 0s;
2503
+ -moz-transition: all 0.5s ease 0s;
2504
+ transition: all 0.5s ease 0s;
2505
+ -webkit-transform-origin: 50% 50%;
2506
+ -moz-transform-origin: 50% 50%;
2507
+ transform-origin: 50% 50%;
2508
+ }
2509
+
2510
+
2511
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover {
2512
+ opacity: 1;
2513
+ -webkit-transform: rotate(180deg);
2514
+ -moz-transform: rotate(180deg);
2515
+ transform: rotate(180deg);
2516
+ }
2517
+
2518
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-close span.dashicons {
2519
+ font-size: 27px;
2520
+ }
2521
+ .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
2522
+ display: inline-block;
2523
+ }
2524
+
2525
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-btn {
2526
+ /*padding-left: 30px;*/
2527
+ margin: 0 15px;
2528
+ display: none;
2529
+ }
2530
+
2531
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover {
2532
+ opacity: 1;
2533
+ -webkit-transform: rotate(180deg);
2534
+ -moz-transform: rotate(180deg);
2535
+ transform: rotate(180deg);
2536
+ }
2537
+ .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
2538
+ display: inline-block;
2539
+ }
2540
+
2541
+
2542
+ @media only screen and (max-width: 1024px) {
2543
+ .mysticky-welcomebar-fixed {
2544
+ padding: 0 10px 0 10px;
2545
+ }
2546
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
2547
+ width: 20px;
2548
+ height: 20px;
2549
+ line-height: 20px;
2550
+ right: 0px;
2551
+ }
2552
+ }
2553
+
2554
+ @media only screen and (max-width: 767px) {
2555
+ .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
2556
+ display: none;
2557
+ }
2558
+ .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-mobile .mysticky-welcomebar-close {
2559
+ display: inline-block;
2560
+ }
2561
+
2562
+ }
2563
+
2564
+ @media only screen and (max-width: 480px) {
2565
+
2566
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
2567
+ right: 7px;
2568
+ }
2569
+ }
2570
+
2571
+ /* tooltip css */
2572
+ .tooltip {
2573
+ position: relative;
2574
+ display: inline-block;
2575
+ border-bottom: 1px dotted black;
2576
+ }
2577
+
2578
+ .tooltip .tooltiptext {
2579
+ visibility: hidden;
2580
+ width: 80px;
2581
+ background-color: black;
2582
+ color: #fff;
2583
+ text-align: center;
2584
+ border-radius: 6px;
2585
+ padding: 5px 0;
2586
+ position: absolute;
2587
+ z-index: 1;
2588
+ bottom: 150%;
2589
+ left: 50%;
2590
+ margin-left: -45px;
2591
+ }
2592
+
2593
+ .tooltip .tooltiptext::after {
2594
+ content: "";
2595
+ position: absolute;
2596
+ top: 100%;
2597
+ left: 50%;
2598
+ margin-left: -5px;
2599
+ border-width: 5px;
2600
+ border-style: solid;
2601
+ border-color: black transparent transparent transparent;
2602
+ }
2603
+
2604
+ .tooltip:hover .tooltiptext {
2605
+ visibility: visible;
2606
+ }
2607
+
2608
+
2609
+ /*---------------------------------------------------------------------------// 22-12-21 //-----------------------*/
2610
+
2611
+ .mystickymenu-wrap{text-align:center;}
2612
+ /*.mystickymenu-wrap .mystickymenu-welcome-img img{width:40%; height:auto;}*/
2613
+
2614
+ .mystickymenu-newwelcomebar-contents a,
2615
+ .mystickymenu-widgets-btn-wrap a{
2616
+ display:inline-flex;
2617
+ color:#fff !important;
2618
+ font-size:16px;
2619
+ font-weight:400;
2620
+ font-family: 'Lato', sans-serif;
2621
+ padding:10px 20px;
2622
+ text-decoration:none;
2623
+ background:#6558F5;
2624
+ border-radius:5px;
2625
+ align-items: center;
2626
+ box-shadow: 0px 12px 12px -6px rgba(101, 107, 232, 0.25);
2627
+ }
2628
+
2629
+ .mystickymenu-tab-boxes{display:flex; justify-content: center; margin-top:50px;}
2630
+ .mystickymenu-tab-box{
2631
+ width:25%;
2632
+ margin:10px;
2633
+ display:flex;
2634
+ border:1px solid #C3CFD9;
2635
+ flex-direction: column;
2636
+ justify-content: space-between;
2637
+ padding-bottom:15px;
2638
+ background-color:#fff;
2639
+ }
2640
+ .mystickymenu-tab-box .stickymenu-settings{margin:0 35px;}
2641
+ .mystickymenu-tab-box .stickymenu-box-header{ color:#4B5C6B; font-size:15px; font-weight:600;
2642
+ padding:8px 0; background:#DFE6ED; text-align:center; line-height:20px;}
2643
+ .stickymenu-box-container p{font-size:14px;}
2644
+
2645
+ .mystickymenu-action-popup .mystickymenu-action-popup-footer button.btn-enable,
2646
+ .mystickymenu-tab-box .stickymenu-box-button a{
2647
+ display: inline-flex;
2648
+ color: rgba(21, 25, 32, 0.5);
2649
+ font-size: 16px;
2650
+ font-weight: 400;
2651
+ font-family: 'Lato', sans-serif;
2652
+ padding: 12px 61px;
2653
+ text-decoration: none;
2654
+ border: 1px solid rgba(86, 103, 137, 0.26);
2655
+ border-radius: 8px;
2656
+ align-items: center;
2657
+ background: none;
2658
+ line-height: 24px;
2659
+ }
2660
+ .mystickymenu-tab-box ul.documents-wrap-list{ text-align:right; list-style-type:disc; margin:15px 35px 15px 15px;}
2661
+ .mystickymenu-tab-box ul.documents-wrap-list li{color:#6558F5; font-size:25px;}
2662
+ .mystickymenu-tab-box ul.documents-wrap-list li a{color:#6558F5; font-size:14px;}
2663
+
2664
+ /**/
2665
+ .mystickymenu-widgets table, td, th{ border:1px solid #EBEBEB;}
2666
+ .mystickymenu-wrap table.mystickymenu-widgets-lists{border-collapse:collapse; width:100%;
2667
+ margin:24px 0 0 0; background-color:#fff;}/*---------------------------------------------------------------------20-1-22-----*/
2668
+
2669
+ .mystickymenu-wrap table.mystickymenu-widgets-lists tr th{padding:8px !important; background:#F6F5FE; vertical-align: middle !important;}
2670
+ .mystickymenu-wrap table.mystickymenu-widgets-lists tr td{padding:6px !important; vertical-align: middle !important;}
2671
+ .mystickymenu-wrap table.mystickymenu-widgets-lists .tooltip{border:none;}
2672
+
2673
+ /**/
2674
+ .mystickymenupopup-overlay{
2675
+ display:none;
2676
+ position: fixed;
2677
+ top: 0;
2678
+ left: 0;
2679
+ width: 100%;
2680
+ height: 100%;
2681
+ background-color: rgba(0,0,0,0.3);
2682
+ z-index: 9;
2683
+ }
2684
+
2685
+ .mystickymenu-action-popup{
2686
+ position: fixed;
2687
+ top: 80px;
2688
+ left: 50%;
2689
+ -webkit-transform: translateX(-50%);
2690
+ -moz-transform: translateX(-50%);
2691
+ transform: translateX(-50%);
2692
+ z-index: 10;
2693
+ width: 500px;
2694
+ background-color: #fff;
2695
+ padding: 0 0 28px 0;
2696
+ box-shadow: 0px 10px 15px rgb(0 0 0 / 10%), 0px 4px 6px rgb(0 0 0 / 5%);
2697
+ border-radius:10px;
2698
+
2699
+ }
2700
+ .mystickymenu-action-popup-header h3{margin:0; position:relative;}
2701
+ /*.mystickymenu-action-popup-header h3:after{
2702
+ content:"";
2703
+ display:block;
2704
+ height:3px;
2705
+ width:4.5rem;
2706
+ text-align:center;
2707
+ margin: 10px auto;
2708
+ background:#4797DE;
2709
+ }*/
2710
+ .mystickymenu-action-popup-header{
2711
+ padding: 25px 25px 40px 25px;
2712
+ border-bottom: 1px solid #EAEFF2;
2713
+ }
2714
+
2715
+ .mystickymenu-action-popup-header h3{
2716
+ margin: 0 12px !important;
2717
+ position:relative;
2718
+ float:left;
2719
+
2720
+ }
2721
+
2722
+ .mystickymenu-action-popup-header span{
2723
+ float:right;
2724
+ }
2725
+ .mystickymenu-action-popup-footer button{cursor: pointer !important;}
2726
+ .mystickymenu-action-popup .mystickymenu-action-popup-footer button.btn-disable-cancel{
2727
+ display: inline-flex;
2728
+ color: #fff;
2729
+ background: #F33;
2730
+ font-size: 16px;
2731
+ font-weight: 400;
2732
+ font-family: 'Lato', sans-serif;
2733
+ padding: 12px 82px;
2734
+ text-decoration: none;
2735
+ border-radius: 8px;
2736
+ align-items: center;
2737
+ margin-right: 15px;
2738
+ border: none;
2739
+ line-height: 24px;
2740
+
2741
+ }
2742
+ .mystickymenu-action-popup .mystickymenu-action-popup-body{margin:10px 30px;}
2743
+
2744
+ /*#stickymenu_status_popupbox .mystickymenu-action-popup-body{margin:30px 56px;}*/
2745
+
2746
+ .mystickymenu-action-popup .mystickymenu-action-popup-body p{
2747
+ text-align: left;
2748
+ float: left;
2749
+ margin-left: 0;
2750
+ padding: 0 10px;
2751
+ font-size: 16px;
2752
+ font-weight: 400;
2753
+ font-style: normal;
2754
+ color: #181749;
2755
+ }
2756
+ /**/
2757
+ .first-widget-popup{
2758
+ text-align:center;
2759
+ position: fixed;
2760
+ top: 50px;
2761
+ left: 50%;
2762
+ -webkit-transform: translateX(-50%);
2763
+ -moz-transform: translateX(-50%);
2764
+ transform: translateX(-50%);
2765
+ z-index: 10;
2766
+ width: 500px;
2767
+ background-color: #fff;
2768
+ padding: 30px;
2769
+ box-shadow: 0px 10px 15px rgb(0 0 0 / 10%), 0px 4px 6px rgb(0 0 0 / 5%);
2770
+ border-radius:10px;
2771
+
2772
+ }
2773
+ .first-widget-popup h4,p,span,button,.first-widget-popup a{
2774
+ font-family:'Lato', sans-serif;
2775
+ }
2776
+
2777
+ .mystickymenu_container_popupbox{
2778
+ margin-top:10px;
2779
+ }
2780
+ .first-widget-popup h4{
2781
+ font-weight: 600;
2782
+ font-size: 24px;
2783
+ line-height: 34px;
2784
+ color: #181749;
2785
+ margin:16px 0 0 0;
2786
+ }
2787
+ .first-widget-popup p{
2788
+ font-size: 16px;
2789
+ margin-top: 24px;
2790
+ padding: 0 32px;
2791
+ font-weight: 400;
2792
+ line-height: 24px;
2793
+ font-style: normal;
2794
+ }
2795
+ .first-widget-popup a.btn-back-dashboard{
2796
+ display:inline-flex;
2797
+ color:#fff;
2798
+ font-size:16px;
2799
+ font-weight:400;
2800
+ font-family: 'Lato', sans-serif;
2801
+ padding:10px 20px;
2802
+ text-decoration:none;
2803
+ background:#6558F5;
2804
+ border-radius:8px;
2805
+ align-items: center;
2806
+ margin: 36px 0 10px 0;
2807
+ }
2808
+ .close-chaty-maxvisitor-popup{
2809
+ position:absolute;
2810
+ top:17px;
2811
+ left:17px;
2812
+ }
2813
+
2814
+
2815
+ .mysticky-stickymenu-header-title h3{
2816
+ color:#1d2327;
2817
+ display: inline-block;
2818
+ }
2819
+ .stickymenu-switch{
2820
+ display: inline-block;
2821
+ width: 55px;
2822
+ height: 30px;
2823
+ position: relative;
2824
+ margin: 0 0 8px 10px;
2825
+ }
2826
+
2827
+ .stickymenu-switch .slider:before{
2828
+ background-color: #ffffff;
2829
+ }
2830
+
2831
+ .stickymenu-switch input:checked + .slider {
2832
+ background-color: #7761DF;
2833
+ border: 2px solid #7761DF;
2834
+ }
2835
+
2836
+ .wrap.mystickymenu-wrap .mystickymenu-dashboard{
2837
+ /*background: #fff !important;
2838
+ padding: 15px 0;
2839
+ border-radius: 10px;*/
2840
+ }
2841
+ a.copyicon{text-decoration:none; color:#000;}
2842
+ /*.copyicon .dashicons{display:block;}*/
2843
+
2844
+ /*----------------------------------------------------------NEW 3-1-22--------------------------------------*/
2845
+ .mystickymenu-dashboard{text-align:right;}
2846
+ .mystickymenu-dashboard .welcomebars-list-table{
2847
+ background:#fff;
2848
+ /*border-radius:15px;*/
2849
+ padding:20px 40px;
2850
+ text-align:center;
2851
+ }
2852
+ .mystickymenu-dashboard h3{margin:5px 0;}
2853
+
2854
+ .mystickymenu-dashboard .header-section{
2855
+ display: flex;
2856
+ justify-content: space-between;
2857
+ padding: 0 0 20px 0;
2858
+ border-bottom: 1px solid #EBEBEB;
2859
+ width: 100%;
2860
+ margin: 0 0 24px 0;
2861
+ }/*--------------------------------------------------------------------------------------------------30-2-2022----*/
2862
+
2863
+ .mystickymenu-dashboard .heading-title{display:inline-flex;}
2864
+ .mystickymenu-dashboard .mystickymenu-widgets-btn-wrap{display:inline-flex;}
2865
+
2866
+ .mystickymenu-dashboard .mystickymenu-tab-boxs-wrap{display:block; justify-content:space-between; margin:20px 0;}/*00000000000000000000*/
2867
+ .contactus-tab-option,.mystickymenu-tab-documentation{width:49%;} /*0000000000000000000000000000000000000000000000000000000000*/
2868
+ .mystickymenu-new302box{display:flex; justify-content:space-between; flex-wrap:wrap;} /*000000000000000000000000000000000000000000000*/
2869
+
2870
+ .stickymenu-tab-option{margin-bottom:15px;}
2871
+ .mystickymenu-dashboard .msm-bgbox{display:block; background:#f7f7f7; padding:0;
2872
+ box-sizing:border-box;} /*-------------------------------------------------------*/
2873
+
2874
+ /*---------------------------------------------------------------------------------------------------------6-1-22-----*/
2875
+
2876
+ .stickymenu-box-container ul.documents-wrap-list{ text-align:right; list-style-type:disc; margin:15px 30px 15px 15px;}
2877
+ .stickymenu-box-container ul.documents-wrap-list li{color:#6558F5; font-size:25px; margin-bottom:8px;} /*------6-1-22--*/
2878
+ .stickymenu-box-container ul.documents-wrap-list li a{color:#6558F5; font-family: 'Lato', sans-serif; font-size:16px;}
2879
+
2880
+ .msm-bgbox .stickymenu-box-button{display: block; padding:0 48px 15px 15px;}
2881
+
2882
+ .msm-bgbox .stickymenu-box-button a{
2883
+ display:inline-flex;
2884
+ color:#6558F5;
2885
+ font-size:16px;
2886
+ font-weight:500;
2887
+ font-family: 'Lato', sans-serif;
2888
+ padding:0 15px;
2889
+ text-decoration:none;
2890
+ border:1px solid #6558F5 !important;
2891
+ border-radius:5px;
2892
+ align-items: center;
2893
+ background:none;
2894
+ line-height:34px;
2895
+ }
2896
+ .contactus-title, .premio-footer-option,
2897
+ .stickymenu-settings{display:flex; justify-content:space-between; align-items: center;}
2898
+ .premio-footer-option{margin-top:6px;}
2899
+ .premio-footer-option h3{color:#6558F5;}
2900
+ .premio-footer-option h4{margin:5px 0;}
2901
+ .premio-footer-option .premio-content-list{width:62%; margin:0;}
2902
+
2903
+ a.copyicon1{color:#6558F5; line-height:23px; text-decoration:underline;}
2904
+ a.copyicon1 span{text-decoration:none;}
2905
+ .dashicons-facebook-alt{color:#3B5998 !important;}
2906
+ .dashicons-twitter{color:#00ACEE !important;}
2907
+ /*--------------*/
2908
+
2909
+ .new-welcomebar-section-wrap{background:#fff; display:flex; padding:25px; justify-content: space-between;}
2910
+
2911
+ .mystickymenu-welcome-img, .mystickymenu-newwelcomebar-contents,
2912
+ .new-welcomebar-section-wrap .mystickymenu-features{width:auto;}
2913
+
2914
+ .mystickymenu-wrap .mystickymenu-welcome-img img{width:80%; height:auto; text-align:center;}
2915
+ .mystickymenu-newwelcomebar-contents{margin:0 10px;}
2916
+ .mystickymenu-features{text-align:center;}
2917
+
2918
+
2919
+ .mystickymenu-features .mystickymenu-features-list{ text-align:left; list-style-type:disc;
2920
+ background: #F6F5FE;
2921
+ padding: 30px 15px 15px 15px;
2922
+ border-radius: 15px;
2923
+ margin-top: -20px;
2924
+ }
2925
+ .mystickymenu-features-list ul.documents-wrap-list{margin:15px 30px 15px 15px;}
2926
+
2927
+ .mystickymenu-features .mystickymenu-features-list li{color:#6558F5; font-family: 'Lato', sans-serif; font-size:16px;}/*----6-1-22-------*/
2928
+
2929
+ .documents-wrap-list{ text-align:right; list-style-type:disc;}
2930
+ .documents-wrap-list li{color:#6558F5; font-size:14px; margin-bottom:10px;}
2931
+
2932
+ .mystickymenu-feature-title{
2933
+ display:inline-flex;
2934
+ color:#fff;
2935
+ font-size:15px;
2936
+ font-weight:500;
2937
+ padding:10px 20px;
2938
+ text-decoration:none;
2939
+ background:#6558F5;
2940
+ border-radius:5px;
2941
+ align-items: center;
2942
+ }
2943
+ .mystickymenu-feature-title img{width:22px; margin-left:7px;}
2944
+
2945
+ .welcomebars-list-table .mysticky-welcomebar-switch .slider{
2946
+ background-color: #FF424D;
2947
+ border: 2px solid #FF424D;
2948
+ }
2949
+
2950
+ .mystickymenu-action-popup-footer{
2951
+ text-align:center;
2952
+ display:inline-block;
2953
+ margin-top:15px;
2954
+ }
2955
+ #stickymenu_status_popupbox .mystickymenu-action-popup-footer{
2956
+ display: block;
2957
+ }
2958
+
2959
+ .welcombar-enabled-status .mystickymenu-action-popup-footer{
2960
+ display: block;
2961
+ }
2962
+
2963
+ /*--------------------------------------------------------// 6-1-22 //------------------*/
2964
+ .mystickymenu-newwelcomebar-contents h2{font-family: 'Lato', sans-serif; font-size:28px; font-weight:bold;}
2965
+
2966
+ .premio-content-list span, .premio-footer-option label, .settings-content p, .contactus-contents-buttons span.folous,
2967
+ .stickymenu-box-button,
2968
+ .mystickymenu-newwelcomebar-contents p{font-family: 'Lato', sans-serif; font-size:16px; font-weight:400;color: #181749;font-style: normal;font-weight: 400;line-height: 24px;}
2969
+
2970
+ .premio-content-list h4{font-family: 'Lato', sans-serif; font-size:16px; font-weight:bold;}
2971
+
2972
+ .contactus-title h3,
2973
+ .stickymenubox-title-section h3{font-family: 'Lato', sans-serif; font-size:20px; font-weight:bold;}
2974
+
2975
+ /**/
2976
+ .stickymenu-tab-option{padding:0 0 10px 0 !important;}
2977
+ /*.stickymenubox-title-section{border-bottom:1px solid #EBEBEB; padding:24px 20px;}*/
2978
+
2979
+ .stickymenubox-title-section h3,
2980
+ .mystickymenu-tab-documentation h3, .contactus-title
2981
+ {border-bottom:1px solid #EBEBEB; padding:24px 40px; margin:0;}/*------------------------------------------------20-1-22---*/
2982
+ .contactus-title h3{margin:0;}
2983
+
2984
+ .stickymenubox-title-section h3{margin:0 !important;}
2985
+
2986
+ .premio-footer-option, .stickymenu-box-container, .stickymenu-box-button,
2987
+ .stickymenu-settings{padding:15px 40px 15px 20px; } /*--------------------------------------------------------------------20-1-22---*/
2988
+ .mystickymenu-dashboard .heading-title h3{font-family: 'Lato', sans-serif; font-size: 28px !important;
2989
+ font-weight:600 !important; color:#1d2327 !important;}/*------------------------------------------------20-1-22---*/
2990
+
2991
+ .mystickymenu-newwelcomebar-contents p{margin:0;} /*------------------------------------------------20-1-22--new-*/
2992
+ a.add_new_welcombar{margin:auto 0;} /*------------------------------------------------20-1-22--new-*/
2993
+ .new-welcomebar-section-wrap .mystickymenu-newwelcomebar-contents a{margin-top:30px;}
2994
+
2995
+ .premio-footer-option h3 img{width:70px; height:auto; margin-left:10px;}
2996
+
2997
+ .add_new_welcombar:hover{
2998
+ opacity: 0.9;
2999
+ }
3000
+
3001
+ .tooltip img{
3002
+ width:35px;
3003
+ }
3004
+ .mystickymenu-features{
3005
+ max-width: 400px;
3006
+ }
3007
+
3008
+ .mystickymenu-newwelcomebar-contents{
3009
+ max-width: 432px;
3010
+ }
3011
+
3012
+ #stickymenu_status_ok{
3013
+ background-color:#28C67C;
3014
+ }
3015
+
3016
+ .mysticky-welcomebar-content{
3017
+ width:72%;
3018
+ text-align:center;
3019
+ }
3020
+ .mysticky-welcomebar-content p{
3021
+ word-wrap: break-word;
3022
+ width: 100%;
3023
+ }
3024
+
3025
+ .mystickymenu-widgets-lists tr td{
3026
+ font-size:16px;
3027
+ }
3028
+
3029
+ .mystickymenu-widgets-lists tr th{
3030
+ font-size:16px;
3031
+ }
3032
+
3033
+ #welcomebar-save-confirm{
3034
+ width: 677px;
3035
+ padding: 0 10px 28px 10px;
3036
+ }
3037
+
3038
+ #welcomebar-save-confirm .mystickymenu-action-popup-footer{
3039
+ display: block;
3040
+ }
3041
+
3042
+ /*table.mystickymenu-widgets-lists,*/
3043
+
3044
+ table.mystickymenu-widgets-lists td{
3045
+ border:0.5px solid #F1F1F1;
3046
+ }
3047
+
3048
+ /*border radiuse in dashboard table */
3049
+ table.mystickymenu-widgets-lists th{
3050
+ border-top: 0 !important;
3051
+ border-bottom: 1px solid #F1F1F1 !important;
3052
+ border-left: 1px solid #F1F1F1 !important;
3053
+ border-right: 1px solid #F1F1F1 !important;
3054
+ }
3055
+
3056
+ .mystickymenu-dashboard table tr:first-child th:first-child {
3057
+ border-top-left-radius: 10px;
3058
+ border-top: 0 !important;
3059
+ border-left: 0 !important;
3060
+ border-bottom: 0.2px #F1F1F1 !important;
3061
+ border-right: 0.2px #F1F1F1 !important;
3062
+ }
3063
+
3064
+ .mystickymenu-dashboard table tr:first-child th:last-child {
3065
+ border-top-right-radius: 10px;
3066
+ border-top: 0 !important;
3067
+ border-left: 0.2px #F1F1F1 !important;
3068
+ border-bottom: 0.2px #F1F1F1 !important;
3069
+ border-right: 0 !important;
3070
+ }
3071
+
3072
+
3073
+ /*----------------------------------------------------------------------# 21-1-22 #-----------*/
3074
+
3075
+ @media only screen and (max-width: 1366px) {
3076
+ .premio-content-list h4 {font-size: 15px;}
3077
+ .premio-footer-option .premio-content-list {width: 60%;}
3078
+
3079
+ }
3080
+
3081
+ @media only screen and (max-width: 820px) {
3082
+ .mystickymenu-tab-boxs-wrap{flex-wrap: wrap;}
3083
+ .mystickymenu-tab-stickymenu, .mystickymenu-tab-documentation, .contactus-tab-option{display:block; width:100%;}
3084
+ .mystickymenu-tab-documentation{margin-top:15px;}
3085
+
3086
+ .new-welcomebar-section-wrap {justify-content: center; flex-wrap: wrap;}
3087
+ .mystickymenu-welcome-img{text-align:center;}
3088
+ .mystickymenu-newwelcomebar-contents{text-align:center; margin:15px 0;}
3089
+
3090
+ .price-table-middle ul li a{width:65%;}
3091
+ .right_tooltip:after {left: unset !important;}
3092
+
3093
+ .cus-tooltip .tooltip__content img{width:396px; margin-top:5px;}
3094
+
3095
+ }
3096
+
3097
+ @media only screen and (max-width: 576px) {
3098
+ .stickymenu-settings{flex-wrap:wrap; justify-content: center;}
3099
+ .premio-footer-option{flex-wrap:wrap; justify-content: center;}
3100
+ .msm-bgbox .stickymenu-box-button {text-align: center;}
3101
+ .premio-footer-option .premio-content-list {width: auto; margin:15px 0;}
3102
+ .premio-footer-option, .stickymenu-box-container, .stickymenu-box-button, .stickymenu-settings
3103
+ {padding: 15px 20px;}
3104
+
3105
+ /*.price-table-middle ul li a{width:65%;}*/
3106
+ .right_tooltip:after {left: unset !important;}
3107
+ .cus-tooltip .tooltip__content{width:120% !important;}
3108
+ .cus-tooltip .tooltip__content img{width:100% !important; margin-top:5px;}
3109
+ }
3110
+
3111
+
3112
+
3113
+ /*-------------------# 27-1-22 #--------*/
3114
+ @media only screen and (min-width: 821px) {
3115
+ .right_tooltip{right: unset !important; left:0 !important;}
3116
+ .right_tooltip:after{right: 130px !important;}
3117
+
3118
+ /*.cus-tooltip .tooltip__content{width:100% !important;}*/
3119
+ .cus-tooltip .tooltip__content img{width:396px; margin-top:5px;}
3120
+
3121
+ }
3122
+
3123
+ /*--------------------------------------------------------------*/
3124
+
3125
+
3126
+
3127
+
3128
+ .new_widget_row{
3129
+ max-width: unset;
3130
+ }
3131
+
3132
+
3133
+
3134
+ /* ToolTip Side */
3135
+ .html-tooltip {
3136
+ position: relative;
3137
+ display: inline-block;
3138
+
3139
+ }
3140
+
3141
+ .dashicons,
3142
+ .dashicons-before:before {
3143
+ font-family: dashicons;
3144
+ display: inline-block;
3145
+ line-height: 1;
3146
+ font-weight: 400;
3147
+ font-style: normal;
3148
+ color: #9e9e9e;
3149
+ speak: none;
3150
+ text-decoration: inherit;
3151
+ text-transform: none;
3152
+ text-rendering: auto;
3153
+ -webkit-font-smoothing: antialiased;
3154
+ -moz-osx-font-smoothing: grayscale;
3155
+ width: 20px;
3156
+ height: 20px;
3157
+ font-size: 20px;
3158
+ vertical-align: top;
3159
+ text-align: center;
3160
+ transition: color 0.1s ease-in;
3161
+ }
3162
+
3163
+ .dashicons-editor-help:before {
3164
+ content: "";
3165
+ }
3166
+
3167
+ .html-tooltip.side .tooltip-text {
3168
+ bottom: 125%;
3169
+ right: 100%;
3170
+ margin-right: 0;
3171
+ top: 5px;
3172
+ transform: translateY(-50%);
3173
+ -webkit-transform: translateY(-50%);
3174
+ }
3175
+
3176
+ .html-tooltip .tooltip-text {
3177
+ visibility: hidden;
3178
+ width: 417px;
3179
+ background-color: #333;
3180
+ color: #fff;
3181
+ text-align: left;
3182
+ border-radius: 6px;
3183
+ padding: 10px;
3184
+ position: absolute;
3185
+ z-index: 1201;
3186
+ bottom: 125%;
3187
+ left: 50%;
3188
+ margin-right: -150px;
3189
+ opacity: 0;
3190
+ transition: opacity 0.3s;
3191
+ font-size: 12px;
3192
+ line-height: 18px;
3193
+ top: 100%;
3194
+ height: 125px;
3195
+ }
3196
+
3197
+ .html-tooltip:hover .tooltip-text {
3198
+ visibility: visible;
3199
+ opacity: 1;
3200
+ z-index: 9999999;
3201
+ }
3202
+
3203
+ .html-tooltip.side .tooltip-text:after {
3204
+ top: 50%;
3205
+ left: -5px;
3206
+ transform: rotate(180deg);
3207
+ -webkit-transform: rotate(90deg);
3208
+ }
3209
+
3210
+ .html-tooltip .tooltip-text:after {
3211
+ content: "";
3212
+ position: absolute;
3213
+ top: -10px;
3214
+ left: 50%;
3215
+ margin-right: -5px;
3216
+ border-width: 5px;
3217
+ border-style: solid;
3218
+ border-color: #333 transparent transparent transparent;
3219
+ transform: rotate(180deg);
3220
+ -webkit-transform: rotate(180deg);
3221
+ }
3222
+
3223
+ .html-tooltip .tooltip-text img {
3224
+ width: 100%;
3225
+ height: auto;
3226
+ display: block;
3227
+ margin: 10px 0 0 0;
3228
+ }
3229
+
3230
+ .price-table-middle ul li .html-tooltip.side{
3231
+ position: absolute;
3232
+ margin: 14px 0;
3233
+ }
3234
+
3235
+ .html-tooltip.side .price-plan-box{
3236
+ margin-right: -147px !important;
3237
+ top: -62px !important;
3238
+ height: 115px;
3239
+ text-align: left;
3240
+ }
3241
+
3242
+ .span.tooltip-text.top.price-plan-box::before {
3243
+ border-width: 5px;
3244
+ border-style: solid;
3245
+ border-color: #1849ab transparent transparent transparent;
3246
+ content: "";
3247
+ left: 25px;
3248
+ margin-right: -5px;
3249
+ position: absolute;
3250
+ top: 100%;
3251
+ }
3252
+
3253
+
3254
+ .html-tooltip-box{
3255
+ padding: 0 0 48px 0 !important;
3256
+ }
3257
+
3258
+
3259
+ /***/
3260
+
3261
+ .cus-tooltip span.tooltip-text::after {
3262
+ border-width: 5px;
3263
+ border-style: solid;
3264
+ border-color: #1849ab transparent transparent transparent;
3265
+ content: "";
3266
+ left: 25px;
3267
+ margin-left: -5px;
3268
+ position: absolute;
3269
+ top: 100%;
3270
+ }
3271
+
3272
+ .mystickymenu-widgets-lists thead tr{
3273
+ height: 63px;
3274
+ }
3275
+
3276
+ .mystickymenu-widgets-lists tr{
3277
+ height: 88px;
3278
+ }
3279
+
3280
+ .mysticky-welcomebar-backword-page a{
3281
+ text-decoration: none;
3282
+ }
3283
+
3284
+ .mysticky-welcomebar-backword-page{
3285
+ padding: 0;
3286
+ margin: 0;
3287
+ /*float: right;*/
3288
+ text-align:end;
3289
+ }
3290
+
3291
+ .back-dashboard:before{
3292
+ content: "\f345";
3293
+ }
3294
+
3295
+ .mysticky-stickymenu-backword-page{text-align:end; padding:0 15px; float: left; margin-top: 28px;}
3296
+ .mysticky-stickymenu-backword-page a{text-decoration:none;}
3297
+
3298
+
3299
+ .save_view_dashboard{
3300
+ width: auto !important;
3301
+ background: #6558F5 !important;
3302
+ border: 1px solid #6558F5 !important;
3303
+ margin-left:10px !important;
3304
+ }
3305
+
3306
+ .save_view_dashboard:hover{
3307
+ opacity: 0.8 !important;
3308
+ }
3309
+
3310
+ #mysticky_welcomebar_fontsize{
3311
+ color:#32373c !important;
3312
  }
css/mystickymenu-admin.css CHANGED
@@ -1,3320 +1,3320 @@
1
- a:active, a:focus, li:focus, li:active {
2
- outline: none !important;
3
- border: none !important;
4
- text-decoration: none !important;
5
- box-shadow: none !important;
6
- -webkit-tap-highlight-color: transparent !important;
7
- -webkit-user-select: none; / Chrome/Safari /
8
- -moz-user-select: none; / Firefox /
9
- -ms-user-select: none; / IE10+ /
10
- user-select: none;
11
- }
12
-
13
- div#wpcontent{background:none !important;}
14
-
15
-
16
- /*@font-face {
17
- font-family: 'poppinsregular';
18
- src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
19
- url('../fonts/poppins-regular-webfont.woff') format('woff');
20
- font-weight: normal;
21
- font-style: normal;
22
- }
23
-
24
- @font-face {
25
- font-family: 'poppinsbold';
26
- src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
27
- url('../fonts/poppins-bold-webfont.woff') format('woff');
28
- font-weight: normal;
29
- font-style: normal;
30
- }
31
-
32
- @font-face {
33
- font-family: 'poppins_lightregular';
34
- src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
35
- url('../fonts/poppins-light-webfont.woff') format('woff');
36
- font-weight: normal;
37
- font-style: normal;
38
- }
39
- */
40
- @font-face {
41
- font-family: 'Lato', sans-serif;
42
- src: url('../fonts/lato-v20-latin-regular.woff') format('woff');
43
- font-weight: normal;
44
- font-style: normal;
45
- }
46
-
47
- @font-face {
48
- font-family: 'Lato', sans-serif;
49
- src: url('../fonts/lato-v20-latin-300.woff') format('woff');
50
- font-weight: 300;
51
- font-style: normal;
52
- }
53
-
54
- @font-face {
55
- font-family: 'Lato', sans-serif;
56
- src: url('../fonts/lato-v20-latin-700.woff') format('woff');
57
- font-weight: 700;
58
- font-style: normal;
59
- }
60
-
61
- @font-face {
62
- font-family: 'Lato', sans-serif;
63
- src: url('../fonts/lato-semibold.woff') format('woff');
64
- font-weight: semibold;
65
- font-style: normal;
66
- }
67
-
68
- #custom-handle {
69
- width: 3em;
70
- height: 1.6em;
71
- top: 50%;
72
- margin-top: -.8em;
73
- text-align: center;
74
- line-height: 1.6em;
75
- }
76
-
77
- #mystickymenu {
78
- font-family: 'Lato', sans-serif;
79
- /*background: #fff;
80
- padding: 0 0 15px 0;
81
- border-radius: 10px;*/
82
- }
83
-
84
- .main-content {
85
- float: left;
86
- width: 65%;
87
- }
88
-
89
- .main-sidebar {
90
- float: right;
91
- width: 30%;
92
- background: #ffffff;
93
- border: 1px solid #e5e5e5;
94
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
95
- }
96
-
97
- .main-sidebar h3 {
98
- margin: 0;
99
- padding: 8px 12px;
100
- border-bottom: 1px solid #ececec;
101
- }
102
-
103
- .main-sidebar .inner {
104
- padding: 10px;
105
- }
106
-
107
- .main-sidebar p {
108
- padding: 8px;
109
- margin: 0;
110
- border-top: solid 1px #e5e5e5;
111
- }
112
-
113
- /*.mystickyinput {padding-top: 6px;}*/
114
- @media screen and (max-width: 782px) {
115
- .main-content, .main-sidebar {
116
- width: 100%;
117
- float: none;
118
- clear: both;
119
- }
120
- }
121
-
122
- .myssticky-remove-hand {
123
- cursor: default;
124
- }
125
-
126
- /* */
127
- .mystickymenu-content-section input[type="number"]#myfixed_zindex {
128
- -moz-appearance: textfield-multiline;
129
- }
130
-
131
- .mystickymenu-content-section input[type="number"] {
132
- -moz-appearance: textfield;
133
- }
134
-
135
- .mystickymenu-content-section input[type="number"]::-webkit-inner-spin-button, .mystickymenu-content-section input[type="number"]::-webkit-outer-spin-button {
136
- -webkit-appearance: none;
137
- margin: 0;
138
- }
139
-
140
- .mystickymenu-content-section .mysticky-number {
141
- display: inline-block;
142
- margin: 0 0 10px;
143
- position: relative;
144
- }
145
-
146
- #mystickymenu .mystickymenu-content-section .mysticky-number {
147
- /*width: 90px;*/
148
- }
149
-
150
- #mystickymenu input[type=number] {
151
- color: #A7A7A7;
152
- border-radius: 21px;
153
- background-color: #ffffff;
154
- border: 1px solid #DCE2E2;
155
- font-size: 14px;
156
- font-weight: 400;
157
- height: 42px;
158
- padding: 0 10px 0 12px;
159
- margin: 0;
160
- width: 310px;
161
- box-shadow: none;
162
- }
163
-
164
- .pt_number {
165
- display: inline-block;
166
- vertical-align: top;
167
- margin-top: 7px;
168
- }
169
-
170
- .mysticky-welcomebar-setting-content-right input[type="text"]:disabled {
171
- color: #a0a5aa;
172
- border-color: #ddd;
173
- background-color: #f7f7f7;
174
- }
175
-
176
- .mystickymenu-content-section .mysticky-number:focus {
177
- outline: 0;
178
- }
179
-
180
- .mystickymenu-content-section .mysticky-number .pt_number {
181
- float: left;
182
- position: relative;
183
- height: 30px;
184
- }
185
-
186
- .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton {
187
- position: relative;
188
- cursor: pointer;
189
- border-left: 1px solid #b7b7b7;
190
- width: 15px;
191
- text-align: center;
192
- color: #333;
193
- font-size: 14px;
194
- line-height: 1.1;
195
- -webkit-transform: translateX(-100%);
196
- transform: translateX(-100%);
197
- -webkit-user-select: none;
198
- -moz-user-select: none;
199
- -ms-user-select: none;
200
- user-select: none;
201
- }
202
-
203
- .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton:active {
204
- box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
205
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
206
- }
207
-
208
- .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberup {
209
- position: absolute;
210
- height: 50%;
211
- top: 0;
212
- border-bottom: 1px solid #b7b7b7;
213
- }
214
-
215
- .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberdown {
216
- position: absolute;
217
- bottom: 0px;
218
- height: 50%;
219
- }
220
-
221
- /* */
222
-
223
- input#mysticky_class_selector {
224
- border-radius: 24px;
225
- border: 1px solid #E6E5EC;
226
- height: 46px;
227
- padding: 0 26px;
228
- width: 49%
229
- }
230
-
231
- .mystickymenu-content-section {
232
- background-color: #F9FCFC;
233
- border-radius: 7px;
234
- margin-bottom: 20px;
235
- border: 1px solid #E1E6E6;
236
- }
237
-
238
- input#myfixed_disable_small_screen {
239
- border-radius: 21px;
240
- }
241
-
242
- input#mysticky_active_on_height_home {
243
- border-radius: 21px;
244
- }
245
-
246
- textarea#myfixed_cssstyle {
247
- width: 100%;
248
- margin-top: 12px;
249
- border-radius: 10px;
250
- background-color: #fff;
251
- height: 120px;
252
- resize: none;
253
- border: 1px solid #DCE2E2;
254
- padding: 10px 10px;
255
- }
256
-
257
- label {
258
- font-size: 15px;
259
- }
260
-
261
- .sticky-class-sec tr td {
262
- width: 50%;
263
- }
264
-
265
- .px-wrap {
266
- position: relative;
267
- display: inline-block;
268
- vertical-align: top;
269
- }
270
-
271
- .mystickymenu-content-option {
272
- padding: 20px 20px 0;
273
- }
274
-
275
- .mystickymenu-heading {
276
- padding-bottom: 20px;
277
- }
278
-
279
- .myStickymenu-header-title {
280
- background-color: #B2D2FC;
281
- padding: 13px 20px;
282
- border-radius: 10px 10px 0 0;
283
- }
284
-
285
- .myStickymenu-header-title h3 {
286
- margin: 0;
287
- color: #1F4B84;
288
- font-size: 18px;
289
- font-weight: 600;
290
- line-height: 1.2;
291
- }
292
-
293
- .mystickymenu-heading p {
294
- background-color: #D6EFFF;
295
- color: #1F4B84;
296
- border-radius: 0 0 10px 10px;
297
- padding: 13px 20px;
298
- margin: 0;
299
- font-size: 14px;
300
- line-height: 28px;
301
- }
302
-
303
- .mystickynumber {
304
- position: relative;
305
- padding-left: 30px;
306
- }
307
-
308
- .pt_numberbutton.pt_numberup {
309
- height: 25px;
310
- width: 25px;
311
- line-height: 25px;
312
- background-color: #808080;
313
- border-radius: 50%;
314
- position: relative;
315
- margin-left: 5px;
316
- display: inline-block;
317
- color: white;
318
- font-size: 21px;
319
- cursor: pointer;
320
- text-align: center;
321
- margin-top: 2px;
322
- }
323
-
324
- .pt_numberbutton.pt_numberdown {
325
- height: 25px;
326
- width: 25px;
327
- line-height: 25px;
328
- background-color: #808080;
329
- border-radius: 50%;
330
- position: absolute;
331
- top: 8px;
332
- left: 0;
333
- display: inline-block;
334
- color: white;
335
- font-size: 21px;
336
- cursor: pointer;
337
- text-align: center;
338
- }
339
-
340
- span.input-px {
341
- height: 42px;
342
- width: 57px;
343
- background-color: #808080;
344
- position: absolute;
345
- right: 0;
346
- top: 0px;
347
- display: inline-block;
348
- vertical-align: top;
349
- font-size: 14px;
350
- border-radius: 0 21px 21px 0;
351
- color: #fff;
352
- line-height: 42px;
353
- text-align: center;
354
- }
355
-
356
- .mysticky_device_upgrade {
357
- background-color: #f0ecfb;
358
- border-radius: 20px;
359
- padding: 15px 40px 20px 20px;
360
- }
361
-
362
- .mystickymenu-content-section.mystickymenu-content-upgrade {
363
- background-color: #f4f4fd;
364
- }
365
-
366
- .myStickymenu-upgrade a {
367
- background: #E1DAF6;
368
- border-radius: 20px;
369
- color: #7559C0;
370
- padding-top: 2px;
371
- padding-bottom: 6px;
372
- padding-left: 10px;
373
- padding-right: 10px;
374
- font-weight: bold;
375
- text-transform: uppercase;
376
- font-size: 12px;
377
- display: inline-block;
378
- vertical-align: top;
379
- line-height: 1;
380
- }
381
- .myStickymenu-upgrade {
382
- float: right;
383
- }
384
-
385
- .myStickymenu-upgrade a:before {
386
- content: "\f160";
387
- font-family: dashicons;
388
- position: relative;
389
- top: 3px;
390
- font-size: 16px;
391
- }
392
-
393
- .mystickymenu-input-section ul.mystickymenu-input-multicheckbox li {
394
- display: inline-block;
395
- width: 21%;
396
- }
397
-
398
- input#submit.button.button-primary {
399
- background: #00c67c;
400
- border-color: #00c67c;
401
- text-transform: uppercase;
402
- border-radius: 31px;
403
- font-size: 26px;
404
- padding-left: 23px;
405
- padding-right: 23px;
406
- height: 60px;
407
- width: 200px;
408
- border: 0;
409
- box-shadow: none;
410
- font-weight: 600;
411
- text-shadow: none;
412
- }
413
-
414
- input.button.button-secondary.confirm {
415
- background: #969696;
416
- border-color: #969696;
417
- text-transform: uppercase;
418
- font-size: 26px;
419
- padding-left: 23px;
420
- padding-right: 23px;
421
- float: right;
422
- color: white;
423
- margin-right: 10px;
424
- height: 60px;
425
- width: 200px;
426
- border-radius: 31px;
427
- font-weight: 600;
428
- }
429
-
430
- table ul.mystickymenu-input-multicheckbox {
431
- width: 100%;
432
- display: inline-flex;
433
- }
434
-
435
- p.myStickymenu-review a {
436
- font-size: 20px;
437
- }
438
-
439
- table ul.mystickymenu-input-multicheckbox li {
440
- padding-right: 21px;
441
- }
442
-
443
- table {
444
- width: 100%;
445
- }
446
-
447
- #mystickymenu table tr td {
448
- padding: 20px;
449
- }
450
-
451
- div#mystickymenu {
452
- overflow-x: hidden;
453
- overflow-y: hidden;
454
- }
455
-
456
- label.mysticky_title {
457
- font-weight: 500;
458
- font-size: 18px;
459
- line-height: 1.2;
460
- color: #4F4F4F;
461
- }
462
-
463
- .mystickymenu-content-option p label.mysticky_text {
464
- margin-left: 0px;
465
- }
466
-
467
- span.mysticky_text {
468
- font-size: 14px;
469
- color: #9E9E9E;
470
- margin-left: 20px;
471
- font-style: italic;
472
- }
473
-
474
- label.mysticky_text {
475
- font-size: 14px;
476
- /*color: #9E9E9E;*/
477
- margin-left: 20px;
478
- font-style: italic;
479
- }
480
-
481
- select#mystickymenu-select {
482
- border-radius: 24px;
483
- border: 1px solid #E6E5EC;
484
- height: 46px;
485
- box-shadow: none;
486
- padding: 0 26px;
487
- width: 49%;
488
- display: inline-block;
489
- vertical-align: top;
490
- }
491
-
492
- .mystickymenu-input-section {
493
- margin-top: 9px;
494
- }
495
-
496
- label.mysticky_title.css-style-title {
497
- font-size: 20px;
498
- }
499
-
500
- span.wp-color-result-text {
501
- display: none;
502
- }
503
-
504
- button.button.wp-color-result {
505
- border-radius: 50%;
506
- height: 30px !important;
507
- }
508
- button.button.wp-color-result .color-alpha {
509
- border-radius: 50% !important;
510
- height: 28px !important;
511
- }
512
-
513
- .mystickymenu-content-section h3 {
514
- margin-left: 20px;
515
- font-weight: 600;
516
- font-size: 26px;
517
- line-height: 1.2;
518
- color: #4F4F4F;
519
- margin: 0;
520
- padding: 24px 20px;
521
- }
522
-
523
- .form-table {
524
- margin-top: 0;
525
- }
526
-
527
- ul.mystickymenu-input-multicheckbox li span {
528
- font-size: 16px;
529
- color: #4F4F4F;
530
- }
531
-
532
- .mystickymenu-input-section label {
533
- /*color: #9E9E9E;*/
534
- font-size: 16px;
535
- }
536
- #mystickymenu .mystickymenu-input-section input.mystickymenu_normal_text{
537
- border-radius: 0px;
538
- height: 35px;
539
- margin: 10px;
540
- }
541
- #mystickymenu .mystickymenu-input-section span.description{
542
- font-style: normal;
543
- font-size: 16px;
544
- }
545
- .myStickymenu-upgrade a {
546
- text-decoration: none;
547
- color: #7559C0;
548
- }
549
-
550
- #mystickymenu p.submit {
551
- margin-top: 0;
552
- padding-top: 0;
553
- float: right;
554
- }
555
-
556
- td {
557
- vertical-align: top !important;
558
- }
559
- p.description.mystuckymenu-class-id {
560
- display: flex;
561
- margin: 12px 0 0 0;
562
- line-height: 1.5;
563
- }
564
-
565
- p.description.mystuckymenu-class-id .dashicons-controls-play{
566
- background: #a4a5a5;
567
- color: #ffffff;
568
- border-radius: 50%;
569
- }
570
- p.description.mystuckymenu-class-id .dashicons-controls-play::before {
571
- margin-left: 2px;
572
- }
573
- p.description {
574
- color: rgba(79, 79, 79, 0.5);
575
- font-size: 12px;
576
- line-height: 1.2;
577
- margin: 5px 0 0;
578
- }
579
-
580
- div#slider.ui-slider {
581
- width: 229px;
582
- background-color: #DCE2E2;
583
- height: 2px;
584
- border: 0;
585
- border-radius: 2px;
586
- position: relative;
587
- }
588
-
589
- .mystickymenu-content-section .ui-state-active, .ui-widget-content .ui-state-active {
590
- color: #454545;
591
- }
592
-
593
- #mystickymenu #custom-handle {
594
- width: 1.6em;
595
- border-radius: 50%;
596
- background-color: #fff;
597
- box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
598
- border: 0;
599
- position: absolute;
600
- }
601
- .sticky-header-menu {
602
- text-align: center;
603
- padding: 0 0 20px 0;
604
- }
605
- .sticky-header-menu ul {
606
- display: inline-block;
607
- padding: 1px;
608
- background-color: #D6EFFF;
609
- -webkit-border-radius: 23px;
610
- -moz-border-radius: 23px;
611
- border-radius: 23px;
612
- }
613
- .sticky-header-menu ul li {
614
- display: inline-block;
615
- margin: 0;
616
- }
617
- .sticky-header-menu ul li a {
618
- display: inline-block;
619
- padding: 0 20px;
620
- line-height: 40px;
621
- height: 40px;
622
- font-size: 16px;
623
- text-decoration: none;
624
- -webkit-border-radius: 20px;
625
- -moz-border-radius: 20px;
626
- border-radius: 20px;
627
- }
628
- .sticky-header-menu ul li a:hover {
629
- background: #f0ecfb;
630
- color: #7559C0;
631
- }
632
- .sticky-header-menu ul li a.active {
633
- background: #E1DAF6;
634
- color: #7559C0;
635
- }
636
- /*.sticky-header-content {
637
- display: none;
638
- }*/
639
- .mysticky-welcomebar-setting-content-right label.mysticky-welcomebar-switch {
640
- width: 55px;
641
- }
642
-
643
- /*New Welcomebar Page css*/
644
- .mystickymenu-new-widget-wrap, .mystickymenu-new-widget-wrap * {
645
- box-sizing: border-box;
646
- }
647
- .mystickymenu-new-widget-wrap {
648
- border-radius: 10px;
649
- box-shadow: 0 0 6px #ccc;
650
- padding: 10px;
651
- margin: 20px auto 0 auto;
652
- width: 100%;
653
- max-width: 776px;
654
- background: #fff url(../images/new_widget_bg.png) no-repeat right bottom;
655
- background-size: auto 100%;
656
- font-family: 'Lato', sans-serif;
657
- line-height: 20px;
658
- }
659
- .mystickymenu-new-widget-wrap h2 {
660
- font-style: normal;
661
- font-weight: 600;
662
- font-size: 20px;
663
- line-height: 30px;
664
- color: #1e1e1e;
665
- margin: 0;
666
- text-align: center;
667
- }
668
- a.new-upgrade-button {
669
- height: 40px;
670
- background: #7761DF;
671
- border-radius: 100px;
672
- border: solid 1px #7761DF;
673
- display: inline-block;
674
- text-align: center;
675
- color: #fff;
676
- line-height: 40px;
677
- margin: 10px 0 10px 10px;
678
- padding: 0 25px;
679
- text-decoration: none;
680
- text-transform: uppercase;
681
- }
682
- .mystickymenu-new-widget-row ul {
683
- display: flex;
684
- align-items: center;
685
- flex-wrap: wrap;
686
- margin-top: 0;
687
- margin-bottom: 0;
688
- }
689
- .mystickymenu-new-widget-row ul li {
690
- width: 33.33%;
691
- padding: 10px 10px 0px;
692
- margin-bottom: 0;
693
- }
694
- .mystickymenu-feature {
695
- margin: 30px 0 0 0;
696
- background: #fff;
697
- border: 1px solid #605dec;
698
- box-sizing: border-box;
699
- border-radius: 4px;
700
- padding: 30px 15px 10px 15px;
701
- min-height: 186px;
702
- position: relative;
703
- }
704
- .mystickymenu-feature-top {
705
- width: 50px;
706
- height: 50px;
707
- border: solid 1px #605dec;
708
- border-radius: 50%;
709
- position: absolute;
710
- left: 0;
711
- right: 0;
712
- margin: 0 auto;
713
- top: -25px;
714
- background: #fff;
715
- z-index: 11;
716
- padding: 10px;
717
- }
718
- .feature-title {
719
- font-family: 'Lato', sans-serif;
720
- font-style: normal;
721
- font-weight: 700;
722
- font-size: 13px;
723
- line-height: 18px;
724
- color: #1e1e1e;
725
- }
726
- .feature-description {
727
- font-family: 'Lato', sans-serif;
728
- font-style: normal;
729
- font-weight: 400;
730
- font-size: 13px;
731
- line-height: 18px;
732
- color: #1e1e1e;
733
- }
734
- .mystickymenu-feature-top img {
735
- width: auto;
736
- height: auto;
737
- max-width: 100%;
738
- max-height: 100%;
739
- }
740
- /* Finish new Welcome bar screen css */
741
- @media only screen and (min-width: 1024px) and (max-width: 1200px) {
742
- .pt_numberbutton.pt_numberdown {
743
- position: relative;
744
- margin-left: -75px;
745
- top: -29px;
746
- }
747
-
748
- .pt_numberbutton.pt_numberup {
749
- position: relative;
750
- top: -29px;
751
- left: 70px;
752
- }
753
-
754
- /* span.input-px { */
755
- /* position: relative; */
756
- /* left: 112px; */
757
- /* top: -24px !important; */
758
- /* margin-left: -20px; */
759
- /* } */
760
- }
761
-
762
-
763
-
764
- #rpt_pricr {
765
- width: 100%;
766
- max-width: 1024px;
767
- margin: 0 auto;
768
- padding: 25px 25px 25px 25px;
769
- background: #fff;
770
-
771
- -webkit-border-radius: 5px;
772
- -moz-border-radius: 5px;
773
- border-radius: 5px;
774
- }
775
- #rpt_pricr h2 {
776
- padding: 50px 0 30px;
777
- text-align: center;
778
- font-size: 24px;
779
- }
780
- .rpt_plans .rpt_plan {
781
- -moz-box-sizing: border-box;
782
- -webkit-box-sizing: border-box
783
- }
784
-
785
- .rpt_2_plans .rpt_plan {
786
- margin-right: 2%;
787
- width: 49%;
788
- float: left
789
- }
790
-
791
- .rpt_2_plans .rpt_plan:last-child {
792
- margin-right: 0
793
- }
794
-
795
- .rpt_3_plans .rpt_plan {
796
- margin-right: 2%;
797
- width: 32%;
798
- float: left
799
- }
800
-
801
- .rpt_3_plans .rpt_plan:last-child {
802
- margin-right: 0
803
- }
804
-
805
- .rpt_4_plans .rpt_plan {
806
- margin-right: 1%;
807
- width: 24.25%;
808
- float: left
809
- }
810
-
811
- .rpt_4_plans .rpt_plan:last-child {
812
- margin-right: 0
813
- }
814
-
815
- .rpt_5_plans .rpt_plan {
816
- margin-right: .5%;
817
- width: 19.6%;
818
- float: left
819
- }
820
-
821
- .rpt_5_plans .rpt_plan:last-child {
822
- margin-right: 0
823
- }
824
-
825
- .rpt_style_bic .rpt_plan, .rpt_style_loc .rpt_plan {
826
- -webkit-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
827
- -moz-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
828
- box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19)
829
- }
830
-
831
- .rpt_plans .rpt_plan .rpt_title img {
832
- margin-right: 10px;
833
- position: relative;
834
- vertical-align: middle
835
- }
836
-
837
- .rpt_plans .rpt_plan .rpt_title {
838
- background: #6371db;
839
- font-weight: 300;
840
- padding: 24px 18px;
841
- font-size: 26px;
842
- color: #fff;
843
- line-height: 35px;
844
- height: auto;
845
- }
846
-
847
- .rpt_plans .rpt_plan .rpt_title span {
848
- display: inline-block;
849
- position: relative;
850
- top: -10px
851
- }
852
-
853
- .rpt_style_basic .rpt_plan .rpt_title {
854
- border-bottom: #6371db solid 1px;
855
- border-top-left-radius: 8px;
856
- border-top-right-radius: 8px;
857
- }
858
-
859
- .rpt_style_spec .rpt_plan .rpt_title {
860
- color: #fff
861
- }
862
-
863
- .rpt_style_bic .rpt_plan .rpt_title, .rpt_style_loc .rpt_plan .rpt_title, .rpt_style_swl .rpt_plan .rpt_title {
864
- background: #333
865
- }
866
-
867
- .rpt_plans .rpt_sm_title .rpt_plan .rpt_title {
868
- font-size: 20px;
869
- line-height: 18px
870
- }
871
-
872
- .rpt_plans .rpt_xsm_title .rpt_plan .rpt_title {
873
- font-size: 15px;
874
- line-height: 15px
875
- }
876
-
877
- .rpt_4_plans .rpt_plan .rpt_title {
878
- font-size: 17px;
879
- line-height: 15px
880
- }
881
-
882
- .rpt_4_plans .rpt_sm_title .rpt_plan .rpt_title {
883
- font-size: 15px;
884
- line-height: 13px
885
- }
886
-
887
- .rpt_4_plans .rpt_xsm_title .rpt_plan .rpt_title {
888
- font-size: 13px;
889
- line-height: 11px
890
- }
891
-
892
- .rpt_5_plans .rpt_plan .rpt_title {
893
- font-size: 15px;
894
- line-height: 13px
895
- }
896
-
897
- .rpt_5_plans .rpt_sm_title .rpt_plan .rpt_title {
898
- font-size: 13px;
899
- line-height: 11px
900
- }
901
-
902
- .rpt_5_plans .rpt_xsm_title .rpt_plan .rpt_title {
903
- font-size: 12px;
904
- line-height: 10px
905
- }
906
-
907
- .rpt_plans .rpt_recommended_plan .rpt_title {
908
- background: #6371db
909
- }
910
-
911
- .rpt_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
912
- position: relative;
913
- top: -44px;
914
- left: -10px;
915
- font-size: 35px;
916
- line-height: 0
917
- }
918
-
919
- .rpt_4_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
920
- top: -36px
921
- }
922
-
923
- .rpt_5_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
924
- top: -26px
925
- }
926
-
927
- .rpt_sm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
928
- font-size: 30px;
929
- top: -44px;
930
- left: -4px
931
- }
932
-
933
- .rpt_xsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
934
- font-size: 25px;
935
- top: -30px;
936
- left: -4px
937
- }
938
-
939
- .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
940
- font-size: 21px;
941
- top: -14px;
942
- left: -4px
943
- }
944
-
945
- .rpt_style_basic .rpt_plan .rpt_head {
946
- background: #ec86c6
947
- }
948
-
949
- .rpt_style_spec .rpt_plan .rpt_head {
950
- background: #fff
951
- }
952
-
953
- .rpt_style_swl .rpt_plan .rpt_head {
954
- background: #fff
955
- }
956
-
957
- .rpt_plans .rpt_plan .rpt_head .rpt_price {
958
- padding: 6px 10px;
959
- font-size: 74px;
960
- line-height: 80px;
961
- font-weight: 300;
962
- text-align: center;
963
- color: #ffffff
964
- }
965
-
966
- .rpt_style_basic .rpt_plan .rpt_head .rpt_price, .rpt_style_spec .rpt_plan .rpt_head .rpt_price {
967
- text-shadow: 1px 2px 7px rgba(0, 0, 0, .6)
968
- }
969
-
970
- .rpt_style_swl .rpt_plan .rpt_head .rpt_price {
971
- color: #000
972
- }
973
-
974
- .rpt_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
975
- font-size: 62px
976
- }
977
-
978
- .rpt_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
979
- font-size: 56px
980
- }
981
-
982
- .rpt_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
983
- font-size: 38px
984
- }
985
-
986
- .rpt_4_plans .rpt_plan .rpt_head .rpt_price {
987
- font-size: 69px;
988
- line-height: 80px
989
- }
990
-
991
- .rpt_4_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
992
- font-size: 53px;
993
- line-height: 65px
994
- }
995
-
996
- .rpt_4_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
997
- font-size: 47px;
998
- line-height: 64px
999
- }
1000
-
1001
- .rpt_4_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
1002
- font-size: 31px;
1003
- line-height: 60px
1004
- }
1005
-
1006
- .rpt_5_plans .rpt_plan .rpt_head .rpt_price {
1007
- font-size: 59px;
1008
- line-height: 80px
1009
- }
1010
-
1011
- .rpt_5_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
1012
- font-size: 44px;
1013
- line-height: 60px
1014
- }
1015
-
1016
- .rpt_5_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
1017
- font-size: 37px;
1018
- line-height: 53px
1019
- }
1020
-
1021
- .rpt_5_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
1022
- font-size: 24px;
1023
- line-height: 50px
1024
- }
1025
-
1026
- .rpt_plans .rpt_recommended_plan .rpt_head .rpt_price {
1027
- font-size: 98px
1028
- }
1029
-
1030
- .rpt_4_plans .rpt_recommended_plan .rpt_head .rpt_price {
1031
- font-size: 74px
1032
- }
1033
-
1034
- .rpt_5_plans .rpt_recommended_plan .rpt_head .rpt_price {
1035
- font-size: 67px
1036
- }
1037
-
1038
- .rpt_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
1039
- font-size: 83px
1040
- }
1041
-
1042
- .rpt_4_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
1043
- font-size: 60px
1044
- }
1045
-
1046
- .rpt_5_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
1047
- font-size: 54px
1048
- }
1049
-
1050
- .rpt_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1051
- font-size: 55px
1052
- }
1053
-
1054
- .rpt_4_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1055
- font-size: 49px
1056
- }
1057
-
1058
- .rpt_5_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1059
- font-size: 41px
1060
- }
1061
-
1062
- .rpt_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1063
- font-size: 42px
1064
- }
1065
-
1066
- .rpt_4_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1067
- font-size: 34px
1068
- }
1069
-
1070
- .rpt_5_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1071
- font-size: 26px
1072
- }
1073
-
1074
- .rpt_plans .rpt_plan .rpt_head .rpt_recurrence {
1075
- font-size: 13px;
1076
- font-weight: 300;
1077
- line-height: 18px;
1078
- padding: 20px 10px 10px;
1079
- color: #ffffff;
1080
- text-align: center
1081
- }
1082
-
1083
- .rpt_style_spec .rpt_plan .rpt_head .rpt_recurrence {
1084
- color: #d3d3d3
1085
- }
1086
-
1087
- .rpt_style_bic .rpt_plan .rpt_head .rpt_recurrence, .rpt_style_loc .rpt_plan .rpt_head .rpt_recurrence {
1088
- color: #f5f5f5
1089
- }
1090
-
1091
- .rpt_style_swl .rpt_plan .rpt_head .rpt_recurrence {
1092
- color: grey
1093
- }
1094
-
1095
- .rpt_plans .rpt_sm_recurrence .rpt_plan .rpt_head .rpt_recurrence {
1096
- font-size: 11px;
1097
- padding: 20px 40px 4px
1098
- }
1099
-
1100
- .rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
1101
- font-size: 16px;
1102
- line-height: 20px;
1103
- font-weight: 300;
1104
- text-align: center;
1105
- padding: 10px 30px 20px
1106
- }
1107
-
1108
- .rpt_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1109
- font-size: 14px
1110
- }
1111
-
1112
- .rpt_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1113
- font-size: 12px
1114
- }
1115
-
1116
- .rpt_4_plans .rpt_plan .rpt_head .rpt_subtitle {
1117
- font-size: 16px;
1118
- line-height: 18px;
1119
- padding: 10px 10px 20px
1120
- }
1121
-
1122
- .rpt_4_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1123
- font-size: 14px;
1124
- line-height: 17px
1125
- }
1126
-
1127
- .rpt_4_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1128
- font-size: 13px;
1129
- line-height: 16px
1130
- }
1131
-
1132
- .rpt_5_plans .rpt_plan .rpt_head .rpt_subtitle {
1133
- font-size: 15px;
1134
- line-height: 18px;
1135
- padding: 10px 10px 20px
1136
- }
1137
-
1138
- .rpt_5_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1139
- font-size: 13px;
1140
- line-height: 17px
1141
- }
1142
-
1143
- .rpt_5_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1144
- font-size: 12px;
1145
- line-height: 16px
1146
- }
1147
-
1148
- .rpt_plans .rpt_plan .rpt_head .rpt_description {
1149
- font-size: 14px;
1150
- line-height: 20px;
1151
- padding: 10px 20px;
1152
- font-weight: 300;
1153
- text-align: center;
1154
- color: #ffffff
1155
- }
1156
-
1157
- .rpt_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1158
- font-size: 12px
1159
- }
1160
-
1161
- .rpt_style_bic .rpt_plan .rpt_head .rpt_description, .rpt_style_loc .rpt_plan .rpt_head .rpt_description {
1162
- color: #f5f5f5
1163
- }
1164
-
1165
- .rpt_4_plans .rpt_plan .rpt_head .rpt_description {
1166
- font-size: 13px;
1167
- line-height: 18px
1168
- }
1169
-
1170
- .rpt_4_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1171
- font-size: 12px;
1172
- line-height: 17px
1173
- }
1174
-
1175
- .rpt_5_plans .rpt_plan .rpt_head .rpt_description {
1176
- font-size: 12px;
1177
- line-height: 18px
1178
- }
1179
-
1180
- .rpt_5_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1181
- font-size: 11px;
1182
- line-height: 17px
1183
- }
1184
-
1185
- .rpt_plans .rpt_plan .rpt_features {
1186
- padding: 20px;
1187
- background: #f0ecfb;
1188
- text-align: center
1189
- }
1190
-
1191
- .rpt_plans .rpt_plan .rpt_features .rpt_feature {
1192
- font-size: 16px;
1193
- padding: 6px 16px;
1194
- border-bottom: 1px dotted #d3d3d3
1195
- }
1196
- .rpt_plans .rpt_plan .rpt_features .rpt_feature a {
1197
- color: #333333;
1198
- }
1199
-
1200
- .rpt_plans .rpt_plan .rpt_features .rpt_feature:last-child {
1201
- border-bottom: none
1202
- }
1203
-
1204
- .rpt_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1205
- font-size: 14px
1206
- }
1207
-
1208
- .rpt_style_bic .rpt_plan .rpt_features, .rpt_style_loc .rpt_plan .rpt_features, .rpt_style_swl .rpt_plan .rpt_features {
1209
- background: #fff
1210
- }
1211
-
1212
- .rpt_style_swl .rpt_plan .rpt_features .rpt_feature {
1213
- padding: 5px 16px
1214
- }
1215
-
1216
- .rpt_4_plans .rpt_plan .rpt_features .rpt_feature {
1217
- padding: 6px 10px;
1218
- font-size: 14px
1219
- }
1220
-
1221
- .rpt_4_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1222
- font-size: 12px
1223
- }
1224
-
1225
- .rpt_5_plans .rpt_plan .rpt_features .rpt_feature {
1226
- padding: 6px 10px;
1227
- font-size: 13px
1228
- }
1229
-
1230
- .rpt_5_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1231
- font-size: 11px
1232
- }
1233
-
1234
- .rpt_plans .rpt_plan .rpt_foot {
1235
- display: block;
1236
- padding: 10px 30px;
1237
- border-top: #7559C0 solid 2px;
1238
- background: #7559C0;
1239
- text-align: center;
1240
- color: #fff;
1241
- font-size: 24px;
1242
- text-decoration: none;
1243
- font-weight: 300;
1244
- transition: All .5s ease;
1245
- -webkit-transition: All .5s ease;
1246
- -moz-transition: All .5s ease;
1247
- -o-transition: All .5s ease
1248
- }
1249
-
1250
- .rpt_plans .rpt_sm_button .rpt_plan .rpt_foot {
1251
- font-size: 19px
1252
- }
1253
-
1254
- .rpt_style_basic .rpt_plan .rpt_foot {
1255
- border-bottom-left-radius: 8px;
1256
- border-bottom-right-radius: 8px
1257
- }
1258
-
1259
- .rpt_style_swl .rpt_plan .rpt_foot {
1260
- border-top: none;
1261
- padding: 10px 30px 20px;
1262
- color: #000;
1263
- background: #333
1264
- }
1265
-
1266
- .rpt_4_plans .rpt_plan .rpt_foot {
1267
- padding: 4px 20px;
1268
- font-size: 19px
1269
- }
1270
-
1271
- .rpt_4_plans .rpt_sm_button .rpt_plan .rpt_foot, .rpt_5_plans .rpt_plan .rpt_foot {
1272
- padding: 4px 20px;
1273
- font-size: 17px
1274
- }
1275
-
1276
- .rpt_5_plans .rpt_sm_button .rpt_plan .rpt_foot {
1277
- font-size: 16px
1278
- }
1279
-
1280
- .rpt_plans .rpt_plan .rpt_foot:hover {
1281
- opacity: .8
1282
- }
1283
-
1284
- .rpt_style_swl .rpt_plan .rpt_foot:hover {
1285
- opacity: 1
1286
- }
1287
-
1288
- .rpt_plans .rpt_recommended_plan .rpt_foot {
1289
- font-size: 30px;
1290
- padding: 16px 0
1291
- }
1292
-
1293
- .rpt_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1294
- font-size: 26px
1295
- }
1296
-
1297
- .rpt_4_plans .rpt_recommended_plan .rpt_foot {
1298
- font-size: 22px;
1299
- font-weight: 300;
1300
- padding: 10px 0
1301
- }
1302
-
1303
- .rpt_4_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1304
- font-size: 19px;
1305
- padding: 10px 0
1306
- }
1307
-
1308
- .rpt_5_plans .rpt_recommended_plan .rpt_foot {
1309
- font-size: 20px;
1310
- font-weight: 300;
1311
- padding: 10px 0
1312
- }
1313
-
1314
- .rpt_5_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1315
- font-size: 18px;
1316
- padding: 10px 0
1317
- }
1318
-
1319
- .rpt_custom_btn {
1320
- border-bottom-left-radius: 5px;
1321
- border-bottom-right-radius: 5px;
1322
- text-align: center;
1323
- padding: 16px 20px
1324
- }
1325
-
1326
- .rpt_plans .rpt_recommended_plan {
1327
- position: relative;
1328
- top: -10px
1329
- }
1330
-
1331
- .rpt_recommended_plan img.rpt_recommended {
1332
- position: absolute !important;
1333
- right: 10px !important
1334
- }
1335
-
1336
- .rpt_style_bic .rpt_recommended_plan, .rpt_style_loc .rpt_recommended_plan {
1337
- -webkit-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
1338
- -moz-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
1339
- box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39)
1340
- }
1341
-
1342
- a.rpt_tooltip {
1343
- display: block;
1344
- outline: 0;
1345
- position: relative
1346
- }
1347
-
1348
- a.rpt_tooltip strong {
1349
- line-height: 30px
1350
- }
1351
-
1352
- a.rpt_tooltip > span.intool {
1353
- width: 90%;
1354
- padding: 10px;
1355
- margin-top: 56px;
1356
- opacity: 0;
1357
- visibility: hidden;
1358
- z-index: 10;
1359
- position: absolute;
1360
- top: -15px;
1361
- display: block;
1362
- color: #f5f5f5;
1363
- font-size: 13px;
1364
- line-height: 20px;
1365
- background: #333;
1366
- font-weight: 300;
1367
- text-align: center
1368
- }
1369
-
1370
- a.rpt_tooltip:hover {
1371
- cursor: zoom-in
1372
- }
1373
-
1374
- a.rpt_tooltip .rpt_tooltip_plus {
1375
- text-decoration: none !important;
1376
- display: inline;
1377
- font-size: 12px;
1378
- font-weight: 700;
1379
- position: relative;
1380
- top: -6px
1381
- }
1382
-
1383
- .rpt_feature:hover a.rpt_tooltip > span.intool {
1384
- opacity: .98;
1385
- text-decoration: none;
1386
- visibility: visible;
1387
- overflow: visible
1388
- }
1389
-
1390
- a.rpt_tooltip span.intool b {
1391
- width: 10px;
1392
- height: 10px;
1393
- margin-left: 35%;
1394
- margin-top: -15px;
1395
- position: absolute;
1396
- -webkit-transform: rotate(-45deg);
1397
- -moz-transform: rotate(-45deg);
1398
- -o-transform: rotate(-45deg);
1399
- transform: rotate(-45deg);
1400
- display: none \0/;
1401
- background: #333
1402
- }
1403
-
1404
- .rpt_3_plans a.rpt_tooltip > span.intool {
1405
- margin-left: -1%
1406
- }
1407
-
1408
- .rpt_4_plans a.rpt_tooltip > span.intool {
1409
- margin-left: 0
1410
- }
1411
-
1412
- .rpt_5_plans a.rpt_tooltip > span.intool {
1413
- margin-left: -2%
1414
- }
1415
-
1416
- .entry-content .rpt_plan a, .rpt_plan a {
1417
- border-bottom: none !important;
1418
- text-decoration: none;
1419
- }
1420
-
1421
- .rpt_plans .rpt_plan .rpt_icon {
1422
- max-width: 30px;
1423
- max-height: 30px
1424
- }
1425
-
1426
- .rpt_plans .rpt_plan img {
1427
- display: inline;
1428
- margin: 0 10px 0 0;
1429
- padding: 0;
1430
- -webkit-box-shadow: 0 0 0 0 transparent;
1431
- -moz-box-shadow: 0 0 0 0 transparent;
1432
- box-shadow: 0 0 0 0 transparent;
1433
- border: none
1434
- }
1435
-
1436
- .mystickymenu-testimonial {
1437
- position: relative;
1438
- }
1439
- .mystickymenu-testimonial .testimonial-data {
1440
- position: relative;
1441
- }
1442
- .mystickymenu-testimonial .testimonial-data {
1443
- position: relative;
1444
- margin-left: 30px;
1445
- padding: 10px 10px 10px 40px;
1446
- background: #f5f5f5;
1447
- font-size: 16px;
1448
- line-height: 22px;
1449
- }
1450
- .mystickymenu-testimonial .testimonial-image {
1451
- position: absolute;
1452
- height: 60px;
1453
- width: 60px;
1454
- overflow: hidden;
1455
- border-radius: 30px;
1456
- top: 50%;
1457
- margin-top: -30px;
1458
- z-index: 1;
1459
- }
1460
- .mystickymenu-testimonial .testimonial-image img {
1461
- width: 100%;
1462
- height: auto;
1463
- }
1464
- .mystickymenu-testimonial-list {
1465
- width: 100%;
1466
- max-width: 1080px;
1467
- margin: 30px auto;
1468
- }
1469
- .testimonial-title {
1470
- font-weight: bold;
1471
- font-size: 18px;
1472
- padding: 0 0 5px 0;
1473
- }
1474
- .testimonial-author {
1475
- font-size: 16px;
1476
- font-style: italic;
1477
- font-weight: 500;
1478
- padding: 5px 0 0 0;
1479
- }
1480
- p.udner-title strong {
1481
- font-size: 30px;
1482
- padding-bottom: 40px;
1483
- display: block;
1484
- color: #b97fcf;
1485
- text-align: center;
1486
- }
1487
- p.udner-title {
1488
- margin: 0;
1489
- padding: 0;
1490
- }
1491
- @media only screen and (max-width: 640px) {
1492
- .rpt_plans .rpt_plan {
1493
- width: 96%;
1494
- margin: 10px 2% 20px !important
1495
- }
1496
-
1497
- .rpt_plans .rpt_plan .rpt_title {
1498
- position: relative;
1499
- font-size: 26px !important;
1500
- line-height: 35px !important
1501
- }
1502
-
1503
- .rpt_plans .rpt_plan .rpt_head .rpt_price {
1504
- font-size: 74px !important;
1505
- line-height: 100px !important
1506
- }
1507
-
1508
- .rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
1509
- font-size: 17px !important;
1510
- line-height: 28px !important;
1511
- padding: 10px 40px 20px
1512
- }
1513
-
1514
- .rpt_plans .rpt_plan .rpt_head .rpt_description {
1515
- font-size: 15px !important;
1516
- line-height: 26px !important;
1517
- padding: 0 40px 30px
1518
- }
1519
-
1520
- .rpt_plans .rpt_plan .rpt_features .rpt_feature {
1521
- padding: 6px 16px;
1522
- font-size: 14px !important
1523
- }
1524
-
1525
- .rpt_plans .rpt_plan .rpt_foot {
1526
- padding: 10px 40px;
1527
- text-align: center;
1528
- color: #fff;
1529
- font-size: 20px
1530
- }
1531
-
1532
- .rpt_plans .rpt_recommended_plan .rpt_foot {
1533
- font-size: 30px;
1534
- font-weight: 300;
1535
- padding: 20px 0
1536
- }
1537
-
1538
- .rpt_plan .rpt_head .rpt_price .rpt_currency {
1539
- top: -36px !important;
1540
- left: -10px !important;
1541
- font-size: 35px !important
1542
- }
1543
- }
1544
-
1545
- #rpt_pricr .rpt_plan_ori .rpt_features .rpt_feature, #rpt_pricr .rpt_plan_ori .rpt_features .rpt_feature a, #rpt_pricr .rpt_plan_ori .rpt_foot, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_description, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_price, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_price .rpt_currency, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_recurrence, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_subtitle, #rpt_pricr .rpt_plan_ori .rpt_title {
1546
- font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
1547
- font-weight: 300 !important
1548
- }
1549
-
1550
- .client-testimonial {
1551
- margin: 20px auto 0px;
1552
- -webkit-border-radius: 5px;
1553
- -moz-border-radius: 5px;
1554
- border-radius: 5px;
1555
- }
1556
- .client-testimonial span.dashicons.dashicons-yes {
1557
- background: #00bd00;
1558
- color: #fff;
1559
- border-radius: 50%;
1560
- -webkit-border-radius: 50%;
1561
- -moz-border-radius: 50%;
1562
- }
1563
- .client-testimonial p.text-center {
1564
- text-align: center;
1565
- margin: 6px 0;
1566
- font-size: 14px;
1567
- }
1568
- .client-testimonial .payment {
1569
- margin: 20px 0;
1570
- text-align: center;
1571
- }
1572
- .testimonial-image {
1573
- width: 10%;
1574
- display: inline-block;
1575
- vertical-align: middle;
1576
- }
1577
- .testimonial-content {
1578
- width: 85%;
1579
- display: inline-block;
1580
- vertical-align: middle;
1581
- padding-left: 15px;
1582
- }
1583
- .testimonial-image img {
1584
- border-radius: 50%;
1585
- -webkit-border-radius: 50%;
1586
- -moz-border-radius: 50%;
1587
- width: 100%;
1588
- height: auto;
1589
- }
1590
- .client-testimonial .author {
1591
- font-weight: bold;
1592
- padding: 5px 0 0 0;
1593
- font-size: 14px;
1594
- }
1595
- .testimonial-box {
1596
- padding: 15px;
1597
- background: #d6efff;
1598
- -webkit-border-radius: 5px;
1599
- -moz-border-radius: 5px;
1600
- border-radius: 5px;
1601
- }
1602
-
1603
- /*01-08-2019 welcome bar css*/
1604
- #sticky-header-welcome-bar *, #sticky-header-welcome-bar ::before, #sticky-header-welcome-bar ::after {
1605
- -webkit-box-sizing: border-box;
1606
- -moz-box-sizing: border-box;
1607
- box-sizing: border-box;
1608
- }
1609
- #sticky-header-welcome-bar .iris-picker, #sticky-header-welcome-bar .iris-picker * {
1610
- -moz-box-sizing: content-box;
1611
- -webkit-box-sizing: content-box;
1612
- box-sizing: content-box;
1613
- }
1614
- .mysticky-welcomebar-switch {
1615
- display: inline-block;
1616
- width:55px;
1617
- height:30px;
1618
- position: relative;
1619
- }
1620
- .mysticky-welcomebar-switch input {
1621
- opacity: 0;
1622
- width: 0;
1623
- height: 0;
1624
- }
1625
-
1626
- .mysticky-welcomebar-switch .slider:before {
1627
- border-radius: 50%;
1628
- position: absolute;
1629
- content: "";
1630
- height: 24px;
1631
- width: 25px;
1632
- left: 2px;
1633
- top: 1px;
1634
- background-color: #ffffff;
1635
- -webkit-transition: .4s;
1636
- transition: .4s;
1637
- }
1638
- .mysticky-welcomebar-switch .slider {
1639
- border-radius: 15px;
1640
- position: absolute;
1641
- cursor: pointer;
1642
- top: 0;
1643
- left: 0;
1644
- right: 0;
1645
- bottom: 0;
1646
- background-color: #ccc;
1647
- border: 2px solid #ccc;
1648
- -webkit-transition: .4s;
1649
- transition: .4s;
1650
- }
1651
- ..mysticky-welcomebar-switch .slider:before {
1652
- border-radius: 50%;
1653
- position: absolute;
1654
- content: "";
1655
- height: 24px;
1656
- width: 25px;
1657
- left: 2px;
1658
- top: 1px;
1659
- background-color: #ffffff;
1660
- -webkit-transition: .4s;
1661
- transition: .4s;
1662
- }
1663
-
1664
-
1665
- .mysticky-welcomebar-switch input:checked + .slider {
1666
- background-color: #7761DF;
1667
- border: 2px solid #7761DF;
1668
- }
1669
- .mysticky-welcomebar-switch input:focus + .slider {
1670
- box-shadow: 0 0 1px #2196F3;
1671
- }
1672
- .mysticky-welcomebar-switch input:checked + .slider:before {
1673
- -webkit-transform: translateX(24px);
1674
- -ms-transform: translateX(24px);
1675
- transform: translateX(24px);
1676
- }
1677
-
1678
- .welcombar-status-switch{
1679
- display: inline-block;
1680
- width:46px;
1681
- height:24px;
1682
- position: relative;
1683
- }
1684
-
1685
- .welcombar-status-switch .slider:before {
1686
- border-radius: 50%;
1687
- position: absolute;
1688
- content: "";
1689
- height: 15px;
1690
- width: 15px;
1691
- left: 2px;
1692
- top: 2px;
1693
- background-color: #ffffff;
1694
- -webkit-transition: .4s;
1695
- transition: .4s;
1696
- }
1697
- .mysticky-welcomebar-form {
1698
- background-color: #f8fcfd;
1699
- border: 1px solid #E1E6E6;
1700
- padding: 20px;
1701
- border-radius: 7px;
1702
- position: relative;
1703
- }
1704
- .mysticky-welcomebar-header-title h3 {
1705
- margin: 0;
1706
- font-size: 26px;
1707
- color: #4F4F4F;
1708
- line-height: 1.2;
1709
- display: inline-block;
1710
- vertical-align: top;
1711
- }
1712
- .mysticky-welcomebar-header-title h3 + .mysticky-welcomebar-switch {
1713
- margin-left: 20px;
1714
- }
1715
- .mysticky-welcomebar-subheader-title {
1716
- padding: 40px 0 30px;
1717
- }
1718
- .mysticky-welcomebar-subheader-title h4 {
1719
- margin: 0;
1720
- font-weight: 400;
1721
- font-size: 22px;
1722
- line-height: 1.2;
1723
- color: #4F4F4F;
1724
- }
1725
- .mysticky-welcomebar-setting-content {
1726
- display: flex;
1727
- /*align-items: center;*/
1728
- padding-bottom: 20px;
1729
- }
1730
- .mysticky-welcomebar-setting-content.show-on-apper {
1731
- align-items: flex-start;
1732
- }
1733
- .mysticky-welcomebar-setting-content > label {
1734
- font-size: 18px;
1735
- line-height: 1.2;
1736
- color: #4F4F4F;
1737
- font-weight: 500;
1738
- margin-top: 10px;
1739
- width: 255px;
1740
- padding-right: 10px;
1741
- }
1742
- .mysticky-welcomebar-setting-content.show-on-apper > label {
1743
- margin-top: 10px;
1744
- }
1745
- .mysticky-welcomebar-setting-content-right {
1746
- width: 100%;
1747
- align-items: center;
1748
- display: flex;
1749
- }
1750
- .mysticky-welcomebar-setting-wrap .myStickymenu-upgrade {
1751
- display: inline-block;
1752
- vertical-align: top;
1753
- float: none;
1754
- margin-left: 20px;
1755
- }
1756
- .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-position .myStickymenu-upgrade {
1757
- margin-left: 50px;
1758
- }
1759
- .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-remove-getbar .myStickymenu-upgrade {
1760
- margin-left: 130px;
1761
- }
1762
- .mysticky-welcomebar-setting-content-right.mysticky-welcomebar-colorpicker .wp-picker-container{
1763
- display: inline-block;
1764
- }
1765
- .mysticky-welcomebar-setting-content-right label {
1766
- display: inline-block;
1767
- vertical-align: top;
1768
- width: 100px;
1769
- padding-right: 10px;
1770
- }
1771
- .mysticky-welcomebar-setting-content-right .wp-picker-input-wrap label {
1772
- width: auto;
1773
- }
1774
- .mysticky-welcomebar-setting-content-right .mysticky-welcomebar-trigger-wrap label {
1775
- width: auto;
1776
- }
1777
- #mystickymenu .mysticky-welcomebar-setting-content-right .px-wrap input {
1778
- padding-right: 60px;
1779
- }
1780
- .mysticky-welcomebar-setting-content-right select ,
1781
- .mysticky-welcomebar-setting-content-right input[type="text"] ,
1782
- .mysticky-welcomebar-setting-content-right textarea {
1783
- width: 400px;
1784
- height: 42px;
1785
- border-radius: 20px;
1786
- color: #32373c;
1787
- display: block;
1788
- padding: 0 10px;
1789
- box-shadow: none;
1790
- border: 1px solid #DCE2E2;
1791
- margin: 0;
1792
- font-size: 14px;
1793
- font-weight: 400;
1794
- }
1795
-
1796
- .mysticky-welcomebar-setting-content-right input::placeholder,
1797
- .mysticky-welcomebar-setting-content-right input:-ms-input-placeholder,
1798
- .mysticky-welcomebar-setting-content-right input::-ms-input-placeholder {
1799
- color: #b5b7b9;
1800
- opacity:0.6;
1801
- }
1802
- .mysticky-welcomebar-setting-content-right select {
1803
- padding-right: 22px;
1804
- }
1805
- .mysticky-welcomebar-setting-content-right textarea {
1806
- height: 100px;
1807
- border-radius: 10px;
1808
- padding-top: 9px;
1809
- }
1810
- #mystickymenu .wp-picker-container input[type="text"].wp-color-picker {
1811
- border-radius: 0;
1812
- height: 32px;
1813
- border: 1px solid #DCE2E2;
1814
- }
1815
- #mystickymenu .wp-picker-input-wrap .button {
1816
- height: 32px;
1817
- }
1818
- #mystickymenu .form-table .wp-picker-input-wrap label {
1819
- padding-right: 10px;
1820
- }
1821
- .mysticky-welcomebar-setting-action {
1822
- display: inline-block;
1823
- vertical-align: top;
1824
- }
1825
- .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
1826
- padding-left: 10px;
1827
- }
1828
- .mysticky-welcomebar-redirect label {
1829
- width: auto;
1830
- padding-right: 0;
1831
- padding-top: 10px;
1832
- }
1833
- .mysticky-welcomebar-expirydate {
1834
- position: relative;
1835
- display: inline-block;
1836
- vertical-align: top;
1837
- }
1838
- .mysticky-welcomebar-setting-content-right .mysticky-welcomebar-expirydate input {
1839
- padding-left: 55px;
1840
- }
1841
- .mysticky-welcomebar-expirydate .dashicons {
1842
- position: absolute;
1843
- top: 0;
1844
- left: 0;
1845
- bottom: 0;
1846
- color: #a7a7a7;
1847
- border-right: 1px solid #a7a7a7;
1848
- width: 46px;
1849
- height: 100%;
1850
- line-height: 40px;
1851
- }
1852
- a.create-rule {
1853
- background-color: #7761DF;
1854
- color: #fff;
1855
- display: inline-block;
1856
- margin: 10px 0 0;
1857
- vertical-align: top;
1858
- text-decoration: none;
1859
- padding: 5px 12px;
1860
- border-radius: 20px;
1861
- box-shadow: none;
1862
- outline: none;
1863
- }
1864
- .mysticky-welcomebar-upgrade-main {
1865
- position: relative;
1866
- vertical-align: top;
1867
- width: 100%;
1868
- padding-right: 10px;
1869
- padding-bottom: 0;
1870
- }
1871
- .mysticky-welcomebar-upgrade-main .myStickymenu-upgrade {
1872
- float: right;
1873
- }
1874
- .mysticky-welcomebar-page-option {
1875
- margin-bottom: 20px;
1876
- position: relative;
1877
- }
1878
- .mysticky-welcomebar-page-option select {
1879
- width: 230px;
1880
- }
1881
- .mysticky-welcomebar-page-option .myStickymenu-upgrade {
1882
- display: none;
1883
- position: absolute;
1884
- top: 9px;
1885
- left: 50%;
1886
- -webkit-transform: translateX(-50%);
1887
- -moz-transform: translateX(-50%);
1888
- transform: translateX(-50%);
1889
- text-align: center;
1890
- margin-left: 0;
1891
- }
1892
- .mysticky-welcomebar-page-option .myStickymenu-upgrade a {
1893
- padding-top: 5px;
1894
- padding-bottom: 7px;
1895
- padding-left: 20px;
1896
- padding-right: 20px;
1897
- font-size: 14px;
1898
- box-shadow: 0 0 3px #999;
1899
- }
1900
- .mysticky-welcomebar-page-option:hover .myStickymenu-upgrade {
1901
- display: block;
1902
- }
1903
- .mysticky-welcomebar-page-option .url-content {
1904
- /*display: flex;*/
1905
- overflow:hidden;
1906
- align-items: center;
1907
- }
1908
- .mysticky-welcomebar-page-option .url-content > div {
1909
- padding: 0 5px;
1910
- float: left;
1911
-
1912
- }
1913
-
1914
- .mysticky-welcomebar-page-option .url-content .mysticky-welcomebar-url-values,
1915
- .mysticky-welcomebar-page-option .url-content .mysticky-welcomebar-url-option{
1916
- width: 20%;
1917
- }
1918
- .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box {
1919
- width: 28%;
1920
- text-align: right;
1921
- margin-top: 10px;
1922
- }
1923
-
1924
- /*.mysticky-welcomebar-page-option .url-content select {
1925
- width: 120px;
1926
- }
1927
- */
1928
- .mysticky-welcomebar-page-option .url-content input[type="text"] {
1929
- height: 38px;
1930
- padding: 0 15px;
1931
- border-radius: 0;
1932
- }
1933
-
1934
- .mysticky-page-option .myStickymenu-upgrade {
1935
- float: none;
1936
- position: absolute;
1937
- top: 0;
1938
- left: 50%;
1939
- /* right: 0; */
1940
- text-align: center;
1941
- /* background-color: rgba(0,0,0,0.6); */
1942
- bottom: 0;
1943
- border-radius: 10px;
1944
- display: none;
1945
- align-items: center;
1946
- justify-content: center;
1947
- -webkit-transform: translateX(-50%);
1948
- -moz-transform: translateX(-50%);
1949
- transform: translateX(-50%);
1950
- }
1951
- .mysticky-page-option:hover .myStickymenu-upgrade {
1952
- display: flex;
1953
- }
1954
- .mysticky-page-option .myStickymenu-upgrade a {
1955
- padding-top: 5px;
1956
- padding-bottom: 7px;
1957
- padding-left: 20px;
1958
- padding-right: 20px;
1959
- font-size: 14px;
1960
- box-shadow: 0 0 3px #999;
1961
- }
1962
- .mysticky-page-option {
1963
- background-color: #fff;
1964
- padding: 10px;
1965
- margin-bottom: 10px;
1966
- border: 1px solid #DCE2E2;
1967
- border-radius: 10px;
1968
- position: relative;
1969
- }
1970
- .mysticky-page-option .url-content {
1971
- display: flex;
1972
- align-items: center;
1973
- }
1974
- .mysticky-page-option .url-content > div {
1975
- padding: 0 5px;
1976
- }
1977
- .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box {
1978
- width: 260px;
1979
- text-align: right;
1980
- }
1981
- .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box {
1982
- width: 300px;
1983
- }
1984
- .mysticky-page-option .url-content select {
1985
- width: 250px;
1986
- }
1987
- .mysticky-page-option .url-content input[type="text"] {
1988
- height: 38px;
1989
- padding: 0 15px;
1990
- border-radius: 0;
1991
- }
1992
- .mystickymenu-page-target-wrap {
1993
- padding-bottom: 20px;
1994
- }
1995
-
1996
- .mysticky-welcomebar-remove-rule ,
1997
- .mysticky-remove-rule {
1998
- color: #fff;
1999
- background-color: #666;
2000
- text-decoration: none;
2001
- display: inline-block;
2002
- vertical-align: top;
2003
- width: 38px;
2004
- height: 38px;
2005
- text-align: center;
2006
- border-radius: 4px;
2007
- font-size: 22px;
2008
- line-height: 35px;
2009
- }
2010
- .mysticky-welcomebar-page-options {
2011
- display: inline-block;
2012
- vertical-align: top;
2013
- }
2014
- /**/
2015
- .mysticky-welcomebar-setting-right {
2016
- position: absolute;
2017
- top: 32px;
2018
- right: 50px;
2019
- width: 500px;
2020
- }
2021
- .mysticky-welcomebar-header-title::after {
2022
- content: "";
2023
- display: block;
2024
- clear: both;
2025
- }
2026
- .mysticky-welcomebar-preview-window {
2027
- float: right;
2028
- }
2029
- .mysticky-welcomebar-header-title {
2030
- padding-bottom: 20px;
2031
- }
2032
- .mysticky-welcomebar-preview-window ul {
2033
- margin: 0;
2034
- padding: 0;
2035
- }
2036
- .mysticky-welcomebar-preview-window ul li {
2037
- color: #7761DF;
2038
- display: inline-block;
2039
- vertical-align: top;
2040
- width: 36px;
2041
- height: 36px;
2042
- background-color: #DFDDF7;
2043
- border-radius: 50%;
2044
- text-align: center;
2045
- line-height: 36px;
2046
- margin-bottom: 0;
2047
- margin-left: 10px;
2048
- }
2049
- .mysticky-welcomebar-preview-window ul li.preview-active {
2050
- color: #fff;
2051
- background-color: #7761DF;
2052
- }
2053
- .mysticky-welcomebar-preview-window ul li .dashicons {
2054
- line-height: 36px;
2055
- }
2056
- .mysticky-welcomebar-preview-screen {
2057
- background-color: #ffffff;
2058
- border: 1px solid #DCE2E2;
2059
- border-radius: 10px;
2060
- margin: 0 auto;
2061
- padding: 0;
2062
- height: 400px;
2063
- position: relative;
2064
- overflow: hidden;
2065
- max-width: 100%;
2066
- -webkit-transition: all 0.5s ease 0s;
2067
- -moz-transition: all 0.5s ease 0s;
2068
- transition: all 0.5s ease 0s;
2069
- }
2070
- .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen {
2071
- max-width: 320px;
2072
- }
2073
- .mysticky-welcomebar-submit {
2074
- float: right;
2075
- padding-top: 50px;
2076
- margin-right: -20px;
2077
- }
2078
- .mysticky-welcomebar-form-reset .mysticky-welcomebar-submit {
2079
- margin-right: 0;
2080
- padding-top: 30px;
2081
- }
2082
- .mysticky-welcomebar-submit input.button-secondary {
2083
- background: #969696;
2084
- border-color: #969696;
2085
- color: #ffffff;
2086
- text-transform: uppercase;
2087
- border-radius: 31px;
2088
- font-size: 26px;
2089
- margin-right: 10px;
2090
- padding-left: 23px;
2091
- padding-right: 23px;
2092
- height: 60px;
2093
- width: 200px;
2094
- border: 0;
2095
- box-shadow: none;
2096
- font-weight: 600;
2097
- text-shadow: none;
2098
- }
2099
- .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-buttons {
2100
- padding-right: 0;
2101
- }
2102
- .ui-dialog-buttonset .green-btn.ui-button {
2103
- background-color: #00c67c;
2104
- border-color: #00c67c;
2105
- color: #fff;
2106
- }
2107
- .mysticky-welcomebar-setting-content-right.mysticky-welcomebar-setting-redirect-wrap {
2108
- display: block;
2109
- }
2110
- .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-redirect-wrap .myStickymenu-upgrade {
2111
- margin-top: 7px;
2112
- }
2113
- .updates-form-form {
2114
- min-height: calc(100vh - 280px);
2115
- }
2116
- .popup-form-content {
2117
- background: #ffffff;
2118
- min-height: 100px;
2119
- width: 450px;
2120
- text-align: center;
2121
- margin-top: 50px;
2122
- border: solid 1px #c1c1c1;
2123
- }
2124
- .updates-content-buttons button {
2125
- margin: 10px 3px !important;
2126
- float: left;
2127
- }
2128
- .updates-content-buttons a span {
2129
- -webkit-animation: fa-spin 0.75s infinite linear;
2130
- animation: fa-spin 0.75s infinite linear;
2131
- }
2132
- .updates-content-buttons a:hover, .updates-content-buttons a:focus {
2133
- color: #ffffff;
2134
- background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1));
2135
- }
2136
- .updates-content-buttons a:focus {
2137
- outline: 0;
2138
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50,100,150,.4);
2139
- }
2140
- .updates-content-buttons button.form-cancel-btn {
2141
- float: right !important;
2142
- }
2143
- .form-submit-btn {
2144
- background-color: #3085d6;
2145
- }
2146
- .updates-content-buttons a span {
2147
- -webkit-animation: fa-spin 0.75s infinite linear;
2148
- animation: fa-spin 0.75s infinite linear;
2149
- }
2150
- .add-update-mystickymenu-title {
2151
- font-size: 20px;
2152
- line-height: 30px;
2153
- padding: 20px 20px 0;
2154
- }
2155
- .mystickymenu-form-input {
2156
- padding: 10px 20px;
2157
- }
2158
- .mystickymenu-form-input input {
2159
- width: 100%;
2160
- transition: border-color .3s,box-shadow .3s;
2161
- border: 1px solid #d9d9d9;
2162
- border-radius: .1875em;
2163
- font-size: 1.125em;
2164
- box-shadow: inset 0 1px 1px rgba(0,0,0,.06);
2165
- box-sizing: border-box;
2166
- height: 2.625em;
2167
- margin: 1em auto;
2168
- }
2169
- .updates-content-buttons {
2170
- background: #c1c1c1;
2171
- padding: 0 20px;
2172
- }
2173
- div#wp-mysticky_bar_text-wrap {
2174
- width: 40%;
2175
- }
2176
-
2177
- .mystickymenu-popup {
2178
- position: fixed;
2179
- width: 100%;
2180
- height: 100%;
2181
- top: 0;
2182
- left: 0;
2183
- z-index: 100001;
2184
- background: rgba(0, 0, 0, .75)
2185
- }
2186
-
2187
- .mystickymenu-popup-box {
2188
- padding: 0;
2189
- width: 600px;
2190
- max-width: 100%;
2191
- margin: auto;
2192
- top: 50%;
2193
- position: absolute;
2194
- left: 0;
2195
- right: 0;
2196
- border-radius: 5px;
2197
- transform: translate(0, -50%);
2198
- -webkit-transform: translate(0, -50%);
2199
- -moz-transform: translate(0, -50%);
2200
- text-align: center;
2201
- background: #fcfcfc
2202
- }
2203
-
2204
- .mystickymenu-popup-header {
2205
- padding: 15px;
2206
- font-size: 20px;
2207
- border-bottom: solid 1px #e6e6e6
2208
- }
2209
-
2210
- .mystickymenu-popup-content {
2211
- background: #fff;
2212
- padding: 15px;
2213
- font-size: 14px;
2214
- line-height: 20px
2215
- }
2216
-
2217
- .mystickymenu-popup-content iframe {
2218
- margin: 30px 0
2219
- }
2220
-
2221
- .mystickymenu-popup-footer {
2222
- padding: 15px;
2223
- border-top: solid 1px #e6e6e6
2224
- }
2225
-
2226
- .mystickymenu-popup-footer button {
2227
- border: none;
2228
- padding: 10px 20px;
2229
- border-radius: 4px;
2230
- background: #00c478;
2231
- color: #fff;
2232
- cursor: pointer;
2233
- }
2234
-
2235
- .close-mystickymenu-popup {
2236
- margin: 0;
2237
- padding: 0;
2238
- background: 0 0;
2239
- border: none;
2240
- float: right;
2241
- background: #000;
2242
- border-radius: 50%;
2243
- color: #fff;
2244
- text-align: center;
2245
- width: 24px;
2246
- height: 24px;
2247
- cursor: pointer;
2248
- }
2249
-
2250
- .close-mystickymenu-popup span {
2251
- line-height: 24px
2252
- }
2253
- @-webkit-keyframes fa-spin {
2254
- 0% {
2255
- -webkit-transform: rotate(0deg);
2256
- transform: rotate(0deg);
2257
- }
2258
- 100% {
2259
- -webkit-transform: rotate(359deg);
2260
- transform: rotate(359deg);
2261
- }
2262
- }
2263
- @media only screen and (max-width: 1490px) {
2264
- .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
2265
- padding-left: 10px;
2266
- }
2267
- .mysticky-welcomebar-setting-right {
2268
- width: 400px;
2269
- }
2270
- }
2271
- @media only screen and (max-width: 1355px) {
2272
- .mysticky-welcomebar-page-option .url-content select {
2273
- width: 130px;
2274
- }
2275
- .mysticky-welcomebar-page-option .url-content input[type="text"] {
2276
- width: 180px;
2277
- }
2278
- .mysticky-welcomebar-setting-action {
2279
- display: block;
2280
- }
2281
- .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
2282
- padding-left: 0;
2283
- padding-top: 10px;
2284
- }
2285
- }
2286
- @media only screen and (max-width: 1200px) {
2287
- .mysticky-welcomebar-page-option .url-content select {
2288
- width: 110px;
2289
- }
2290
- .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box {
2291
- width: 230px;
2292
- }
2293
- .mysticky-welcomebar-page-option {
2294
- padding: 10px 3px;
2295
- }
2296
- .mysticky-welcomebar-page-option .url-content input[type="text"] {
2297
- width: 150px;
2298
- }
2299
- }
2300
- @media only screen and (max-width: 1100px) {
2301
- .mysticky-welcomebar-setting-right {
2302
- width: 340px;
2303
- right: 40px;
2304
- }
2305
- }
2306
- @media only screen and (max-width: 1024px) {
2307
- .mysticky-welcomebar-setting-right {
2308
- right: 40px;
2309
- width: 310px;
2310
- }
2311
- .mysticky-welcomebar-setting-content > label {
2312
- font-size: 16px;
2313
- width: 200px;
2314
- padding-right: 10px;
2315
- }
2316
- .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen {
2317
- max-width: 250px;
2318
- }
2319
- }
2320
-
2321
-
2322
-
2323
- .mysticky-custom-fields-tooltip{
2324
- position: relative;
2325
- margin-left: 20px;
2326
- }
2327
- .mysticky-custom-fields-tooltip:hover p {
2328
- bottom: 100%;
2329
- opacity: 1;
2330
- visibility: visible;
2331
- }
2332
-
2333
- .mysticky-custom-fields-tooltip a.mysticky-tooltip {
2334
- width: 20px;
2335
- height: 20px;
2336
- line-height: 20px;
2337
- border-radius: 35px;
2338
- padding: 0;
2339
- text-align: center;
2340
- font-size: 12px;
2341
- display: inline-block;
2342
- color: #ffffff;
2343
- text-decoration: none;
2344
- }
2345
- .mysticky-custom-fields-tooltip a.mysticky-tooltip .dashicons{
2346
- text-transform: uppercase;
2347
- color: #1E1E1E;
2348
- }
2349
- .mysticky-custom-fields-tooltip p {
2350
- margin: 0;
2351
- margin-bottom: 0px;
2352
- background-color: #000;
2353
- width: 380px;
2354
- padding: 10px 10px;
2355
- border-radius: 8px;
2356
- color: #fff;
2357
- position: absolute;
2358
- bottom: 200%;
2359
- left: -20px;
2360
- margin-bottom: 10px;
2361
- -webkit-transition: all 0.5s ease 0s;
2362
- -moz-transition: all 0.5s ease 0s;
2363
- transition: all 0.5s ease 0s;
2364
- opacity: 0;
2365
- visibility: hidden;
2366
- }
2367
- .mysticky-custom-fields-tooltip p::before {
2368
- content: "";
2369
- border-top: 10px solid #000;
2370
- border-left: 10px solid transparent;
2371
- border-right: 10px solid transparent;
2372
- width: 0;
2373
- height: 0;
2374
- position: absolute;
2375
- bottom: -8px;
2376
- left: 25px;
2377
- }
2378
-
2379
- .mysticky-welcomebar-poptin-content{
2380
- font-size: 18px;
2381
- display: flex;
2382
- align-content: center;
2383
- }
2384
- .mysticky-welcomebar-poptin-content a{
2385
- display: inline-block;
2386
- padding: 0 5px;
2387
- text-decoration: none;
2388
- }
2389
- .mysticky-welcome-poptin-logo{width: 100px;}
2390
-
2391
- .mysticky-welcomebar-fixed .mysticky-welcomebar-btn{left: 15px !important;}
2392
-
2393
-
2394
-
2395
-
2396
-
2397
-
2398
- /*===============================================================================================*/
2399
-
2400
- /*----------------------------------------------------- Welcome-bar php CSS -------------------------*/
2401
-
2402
- /*===============================================================================================*/
2403
-
2404
-
2405
-
2406
- /*.mysticky-welcomebar-fixed .mysticky-w-close-btn {
2407
- display: none;
2408
- vertical-align: top;
2409
- width: 30px;
2410
- height: 30px;
2411
- text-align: center;
2412
- text-decoration: none;
2413
- line-height: 20px;
2414
- border-radius: 5px;
2415
- color: #000;
2416
- position: absolute;
2417
- font-family: Lato;
2418
- top: 5px;
2419
- left: 5px !important;
2420
- text-shadow: 0 0 0px #fff;
2421
- -webkit-transition: all 0.5s ease 0s;
2422
- -moz-transition: all 0.5s ease 0s;
2423
- transition: all 0.5s ease 0s;
2424
- -webkit-transform-origin: 50% 50%;
2425
- -moz-transform-origin: 50% 50%;
2426
- transform-origin: 50% 50%;
2427
-
2428
- background: #000;
2429
- }
2430
-
2431
-
2432
- .mysticky-welcomebar-fixed .mysticky-w-close-btn:hover {
2433
- opacity: 1;
2434
- -webkit-transform: rotate(180deg);
2435
- -moz-transform: rotate(180deg);
2436
- transform: rotate(180deg);
2437
- }*/
2438
-
2439
-
2440
- .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
2441
- display: none;
2442
- vertical-align: top;
2443
- width: 20px;
2444
- height: 20px;
2445
- text-align: center;
2446
- text-decoration: none;
2447
- line-height: 20px;
2448
- border-radius: 5px;
2449
- color: #000;
2450
- position: absolute;
2451
- font-family: Lato;
2452
- top: 5px;
2453
- right: 5px !important;
2454
- text-shadow: 0 0 0px #fff;
2455
- -webkit-transition: all 0.5s ease 0s;
2456
- -moz-transition: all 0.5s ease 0s;
2457
- transition: all 0.5s ease 0s;
2458
- -webkit-transform-origin: 50% 50%;
2459
- -moz-transform-origin: 50% 50%;
2460
- transform-origin: 50% 50%;
2461
- }
2462
-
2463
-
2464
- .mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover {
2465
- opacity: 1;
2466
- -webkit-transform: rotate(180deg);
2467
- -moz-transform: rotate(180deg);
2468
- transform: rotate(180deg);
2469
- }
2470
-
2471
- .mysticky-welcomebar-fixed .mysticky-welcomebar-close span.dashicons {
2472
- font-size: 27px;
2473
- }
2474
- .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
2475
- display: inline-block;
2476
- }
2477
-
2478
- .mysticky-welcomebar-fixed .mysticky-welcomebar-btn {
2479
- /*padding-left: 30px;*/
2480
- margin: 0 15px;
2481
- display: none;
2482
- }
2483
-
2484
- .mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover {
2485
- opacity: 1;
2486
- -webkit-transform: rotate(180deg);
2487
- -moz-transform: rotate(180deg);
2488
- transform: rotate(180deg);
2489
- }
2490
- .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
2491
- display: inline-block;
2492
- }
2493
-
2494
-
2495
- @media only screen and (max-width: 1024px) {
2496
- .mysticky-welcomebar-fixed {
2497
- padding: 0 10px 0 10px;
2498
- }
2499
- .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
2500
- width: 20px;
2501
- height: 20px;
2502
- line-height: 20px;
2503
- right: 0px;
2504
- }
2505
- }
2506
-
2507
- @media only screen and (max-width: 767px) {
2508
- .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
2509
- display: none;
2510
- }
2511
- .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-mobile .mysticky-welcomebar-close {
2512
- display: inline-block;
2513
- }
2514
-
2515
- }
2516
-
2517
- @media only screen and (max-width: 480px) {
2518
-
2519
- .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
2520
- right: 7px;
2521
- }
2522
- }
2523
-
2524
-
2525
- /* tooltip css */
2526
- .tooltip {
2527
- position: relative;
2528
- display: inline-block;
2529
- border-bottom: 1px dotted black;
2530
- }
2531
-
2532
- .tooltip .tooltiptext {
2533
- visibility: hidden;
2534
- width: 80px;
2535
- background-color: black;
2536
- color: #fff;
2537
- text-align: center;
2538
- border-radius: 6px;
2539
- padding: 5px 0;
2540
- position: absolute;
2541
- z-index: 1;
2542
- bottom: 150%;
2543
- left: 50%;
2544
- margin-left: -45px;
2545
- }
2546
-
2547
- .tooltip .tooltiptext::after {
2548
- content: "";
2549
- position: absolute;
2550
- top: 100%;
2551
- left: 50%;
2552
- margin-left: -5px;
2553
- border-width: 5px;
2554
- border-style: solid;
2555
- border-color: black transparent transparent transparent;
2556
- }
2557
-
2558
- .tooltip:hover .tooltiptext {
2559
- visibility: visible;
2560
- }
2561
-
2562
-
2563
- /*---------------------------------------------------------------------------// 22-12-21 //-----------------------*/
2564
-
2565
- .mystickymenu-wrap{text-align:center;}
2566
-
2567
-
2568
- .mystickymenu-newwelcomebar-contents a,
2569
- .mystickymenu-widgets-btn-wrap a{
2570
- display:inline-flex;
2571
- color:#fff !important;
2572
- font-size:16px;
2573
- font-weight:500;
2574
- font-family: 'Lato', sans-serif;
2575
- padding: 12px 20px 10px 20px;
2576
- text-decoration:none;
2577
- background:#6558F5;
2578
- border-radius:5px;
2579
- align-items: center;
2580
- box-shadow: 0px 12px 12px -6px rgba(101, 107, 232, 0.25);
2581
- }
2582
-
2583
- .mystickymenu-tab-boxes{display:flex; justify-content: center; margin-top:50px;}
2584
- .mystickymenu-tab-box{
2585
- width:25%;
2586
- margin:10px;
2587
- display:flex;
2588
- border:1px solid #C3CFD9;
2589
- flex-direction: column;
2590
- justify-content: space-between;
2591
- padding-bottom:15px;
2592
- background-color:#fff;
2593
- }
2594
- .mystickymenu-tab-box .stickymenu-settings{margin:0 35px;}
2595
- .mystickymenu-tab-box .stickymenu-box-header{ color:#4B5C6B; font-size:15px; font-weight:600;
2596
- padding:8px 0; background:#DFE6ED; text-align:center; line-height:20px;}
2597
- .stickymenu-box-container p{font-size:14px;}
2598
-
2599
- .mystickymenu-action-popup .mystickymenu-action-popup-footer button.btn-enable,
2600
- .mystickymenu-tab-box .stickymenu-box-button a{
2601
- display: inline-flex;
2602
- color: rgba(21, 25, 32, 0.5);
2603
- font-size: 15px;
2604
- font-weight: 500;
2605
- padding: 12px 61px;
2606
- text-decoration: none;
2607
- border: 1px solid rgba(86, 103, 137, 0.26);
2608
- border-radius: 8px;
2609
- align-items: center;
2610
- background: none;
2611
- line-height: 24px;
2612
-
2613
- }
2614
- .mystickymenu-tab-box ul.documents-wrap-list{ text-align:left; list-style-type:disc; margin:15px 15px 15px 30px;}
2615
- .mystickymenu-tab-box ul.documents-wrap-list li{color:#6558F5; font-size:25px;}
2616
- .mystickymenu-tab-box ul.documents-wrap-list li a{color:#6558F5; font-size:14px;}
2617
-
2618
- /*table.mystickymenu-widgets-lists,*/
2619
-
2620
- table.mystickymenu-widgets-lists td{
2621
- border:0.5px solid #F1F1F1;
2622
- }
2623
-
2624
- /*border radiuse in dashboard table */
2625
- table.mystickymenu-widgets-lists th{
2626
- border-top: 0 !important;
2627
- border-bottom: 1px solid #F1F1F1 !important;
2628
- border-left: 1px solid #F1F1F1 !important;
2629
- border-right: 1px solid #F1F1F1 !important;
2630
- }
2631
-
2632
- .mystickymenu-dashboard table tr:first-child th:first-child {
2633
- border-top-left-radius: 10px;
2634
- border-top: 0 !important;
2635
- border-left: 0 !important;
2636
- border-bottom: 0.2px #F1F1F1 !important;
2637
- border-right: 0.2px #F1F1F1 !important;
2638
- }
2639
-
2640
- .mystickymenu-dashboard table tr:first-child th:last-child {
2641
- border-top-right-radius: 10px;
2642
- border-top: 0 !important;
2643
- border-left: 0.2px #F1F1F1 !important;
2644
- border-bottom: 0.2px #F1F1F1 !important;
2645
- border-right: 0 !important;
2646
- }
2647
-
2648
-
2649
- .mystickymenu-wrap table.mystickymenu-widgets-lists{border-collapse:collapse; width:100%;
2650
- margin:24px 0 0 0; background-color:#fff;}/*---------------------------------------------------------------------20-1-22-----*/
2651
-
2652
- .mystickymenu-wrap table.mystickymenu-widgets-lists tr th{padding:8px !important; background:#F6F5FE; vertical-align: middle !important;}
2653
- .mystickymenu-wrap table.mystickymenu-widgets-lists tr td{padding:6px !important; vertical-align: middle !important;}
2654
- .mystickymenu-wrap table.mystickymenu-widgets-lists .tooltip{border:none;}
2655
-
2656
- /**/
2657
- .mystickymenupopup-overlay{
2658
- display:none;
2659
- position: fixed;
2660
- top: 0;
2661
- left: 0;
2662
- width: 100%;
2663
- height: 100%;
2664
- background-color: rgba(0,0,0,0.3);
2665
- z-index: 9;
2666
- }
2667
-
2668
- .mystickymenu-action-popup{
2669
- position: fixed;
2670
- top: 80px;
2671
- left: 50%;
2672
- -webkit-transform: translateX(-50%);
2673
- -moz-transform: translateX(-50%);
2674
- transform: translateX(-50%);
2675
- z-index: 10;
2676
- width: 500px;
2677
- background-color: #fff;
2678
- padding: 0 0 28px 0;
2679
- box-shadow: 0px 10px 15px rgb(0 0 0 / 10%), 0px 4px 6px rgb(0 0 0 / 5%);
2680
- border-radius:10px;
2681
-
2682
- }
2683
- .mystickymenu-action-popup-header h3{margin:0; position:relative;}
2684
- /*.mystickymenu-action-popup-header h3:after{
2685
- content:"";
2686
- display:block;
2687
- height:3px;
2688
- width:4.5rem;
2689
- text-align:center;
2690
- margin: 10px auto;
2691
- background:#4797DE;
2692
- }*/
2693
- .mystickymenu-action-popup-footer button{cursor: pointer !important;}
2694
- .mystickymenu-action-popup .mystickymenu-action-popup-footer button.btn-disable-cancel{
2695
- display: inline-flex;
2696
- color: #fff;
2697
- background: #F33;
2698
- font-size: 15px;
2699
- font-weight: 500;
2700
- padding: 12px 82px;
2701
- text-decoration: none;
2702
- border-radius: 8px;
2703
- align-items: center;
2704
- margin-left: 15px;
2705
- border: none;
2706
- line-height: 24px;
2707
- }
2708
- .mystickymenu-action-popup .mystickymenu-action-popup-body{margin:10px 30px;}
2709
-
2710
- /*#stickymenu_status_popupbox .mystickymenu-action-popup-body{margin:30px 56px;}*/
2711
-
2712
- /**/
2713
- .first-widget-popup{
2714
- text-align:center;
2715
- position: fixed;
2716
- top: 50%;
2717
- left: 50%;
2718
- -webkit-transform: translate(-50%,-50%);
2719
- -moz-transform: translate(-50%,-50%);
2720
- transform: translate(-50%,-50%);
2721
- z-index: 10;
2722
- width: 500px;
2723
- background-color: #fff;
2724
- padding: 30px;
2725
- box-shadow: 0px 10px 15px rgb(0 0 0 / 10%), 0px 4px 6px rgb(0 0 0 / 5%);
2726
- border-radius:10px;
2727
- font-family:'Lato', sans-serif;
2728
-
2729
- }
2730
-
2731
- .mystickymenu_container_popupbox{
2732
- margin-top:10px;
2733
- }
2734
-
2735
- .first-widget-popup h4,p,span,button,.first-widget-popup a{
2736
- font-family:'Lato', sans-serif;
2737
- }
2738
-
2739
-
2740
-
2741
- .first-widget-popup h4{
2742
- font-weight: 600;
2743
- font-size: 24px;
2744
- line-height: 34px;
2745
- color: #181749;
2746
- margin:16px 0 0 0;
2747
- }
2748
- .first-widget-popup p{
2749
- font-size: 16px;
2750
- margin-top: 24px;
2751
- padding: 0 32px;
2752
- font-weight: 400;
2753
- line-height: 24px;
2754
- font-style: normal;
2755
- }
2756
- .first-widget-popup a.btn-back-dashboard{
2757
- display:inline-flex;
2758
- color:#fff;
2759
- font-size:15px;
2760
- font-weight:500;
2761
- padding:10px 20px;
2762
- text-decoration:none;
2763
- background:#6558F5;
2764
- border-radius:8px;
2765
- align-items: center;
2766
- margin: 36px 0 10px 0;
2767
- }
2768
- .close-chaty-maxvisitor-popup{
2769
- position:absolute;
2770
- top:17px;
2771
- right:17px;
2772
- }
2773
-
2774
- .mysticky-stickymenu-header-title h3{
2775
- color:#1d2327;
2776
- display: inline-block;
2777
- }
2778
- .stickymenu-switch{
2779
- display: inline-block;
2780
- width: 55px;
2781
- height: 30px;
2782
- position: relative;
2783
- margin: 0 0 8px 10px;
2784
- }
2785
-
2786
- .stickymenu-switch .slider:before{
2787
- background-color: #ffffff;
2788
- }
2789
-
2790
- .stickymenu-switch input:checked + .slider {
2791
- background-color: #7761DF;
2792
- border: 2px solid #7761DF;
2793
- }
2794
-
2795
- .wrap.mystickymenu-wrap .mystickymenu-dashboard{
2796
- /*background: #fff !important;
2797
- padding: 15px 0;
2798
- border-radius: 10px;*/
2799
- }
2800
-
2801
- .firstwidget-popup-contain a{
2802
- color: #3c434a;
2803
- text-decoration: none;
2804
- }
2805
-
2806
- a.copyicon{text-decoration:none; color:#000;}
2807
- /*.copyicon .dashicons{display:block;}*/
2808
-
2809
- /*----------------------------------------------------------NEW 3-1-22--------------------------------------*/
2810
- .mystickymenu-dashboard{text-align:left;}
2811
- .mystickymenu-dashboard .welcomebars-list-table{
2812
- background:#fff;
2813
- /*border-radius:15px;*/
2814
- padding: 0 40px 20px 40px;
2815
- text-align:center;
2816
- }
2817
- /*.mystickymenu-dashboard h3{margin:5px 0;}*/
2818
-
2819
-
2820
- .mystickymenu-dashboard .header-section{
2821
- display: flex;
2822
- justify-content: space-between;
2823
- padding: 0;
2824
- border-bottom: 1px solid #EBEBEB;
2825
- width: 100%;
2826
- margin: 0 0 24px 0;
2827
- }/*--------------------------------------------------------------------------------------------------30-2-2022----*/
2828
-
2829
-
2830
- .mystickymenu-dashboard .heading-title{display:inline-flex;}
2831
- .mystickymenu-dashboard .mystickymenu-widgets-btn-wrap{display:inline-flex;}
2832
-
2833
- .mystickymenu-dashboard .mystickymenu-tab-boxs-wrap{display:block; justify-content:space-between; margin:20px 0;}/*00000000000000000000*/
2834
- .contactus-tab-option,.mystickymenu-tab-documentation{width:49%;} /*0000000000000000000000000000000000000000000000000000000000*/
2835
-
2836
- .mystickymenu-new302box{display:flex; justify-content:space-between; flex-wrap:wrap;} /*00000000000000000000000000000000000000000*/
2837
-
2838
- .stickymenu-tab-option{margin-bottom:15px;}
2839
-
2840
- .mystickymenu-dashboard .msm-bgbox{display:block; background:#f7f7f7; padding:0;
2841
- box-sizing:border-box;} /*-------------------------------------------------------*/
2842
-
2843
-
2844
- /*---------------------------------------------------------------------------------------------------------6-1-22-----*/
2845
-
2846
- .stickymenu-box-container ul.documents-wrap-list{ text-align:left; list-style-type:disc; margin:15px 15px 15px 30px;}
2847
- .stickymenu-box-container ul.documents-wrap-list li{color:#6558F5; font-size:25px; margin-bottom:8px;} /*------6-1-22--*/
2848
- .stickymenu-box-container ul.documents-wrap-list li a{color:#6558F5; font-family: 'Lato', sans-serif; font-size:16px;}
2849
-
2850
- .msm-bgbox .stickymenu-box-button{display: block; padding:0 15px 15px 48px;}
2851
-
2852
-
2853
- .msm-bgbox .stickymenu-box-button a{
2854
- display:inline-flex;
2855
- color:#6558F5;
2856
- font-size:16px;
2857
- font-weight:400;
2858
- font-family: 'Lato', sans-serif;
2859
- padding:0 15px;
2860
- text-decoration:none;
2861
- border:1px solid #6558F5 !important;
2862
- border-radius:5px;
2863
- align-items: center;
2864
- background:none;
2865
- line-height:34px;
2866
-
2867
- }
2868
- .contactus-title, .premio-footer-option,
2869
- .stickymenu-settings{display:flex; justify-content:space-between; align-items: center;}
2870
- .premio-footer-option{margin-top:6px;}
2871
- .premio-footer-option h3{color:#6558F5;}
2872
- .premio-footer-option h4{margin:5px 0 8px 0;}
2873
- .premio-footer-option .premio-content-list{width:62%; margin:0 ;}
2874
-
2875
- a.copyicon1{color:#6558F5; line-height:23px; text-decoration:underline;}
2876
- a.copyicon1 span{text-decoration:none;}
2877
- .dashicons-facebook-alt{color:#3B5998 !important;}
2878
- .dashicons-twitter{color:#00ACEE !important;}
2879
- /*--------------*/
2880
-
2881
- .new-welcomebar-section-wrap{background:#fff; display:flex; padding:25px; justify-content: space-between;}
2882
-
2883
- .mystickymenu-welcome-img, .mystickymenu-newwelcomebar-contents,
2884
- .new-welcomebar-section-wrap .mystickymenu-features{width:auto;}
2885
-
2886
- .mystickymenu-wrap .mystickymenu-welcome-img img{max-width:80%; height:auto; text-align:center;}
2887
- .mystickymenu-newwelcomebar-contents{margin:0 10px;}
2888
- .mystickymenu-features{text-align:center;}
2889
-
2890
- /*------------------------------------------------------------------------------------------------*/
2891
- .mystickymenu-features .mystickymenu-features-list{ text-align:left; list-style-type:disc;
2892
- background: #F6F5FE;
2893
- padding: 30px 15px 15px 15px;
2894
- border-radius: 15px;
2895
- margin-top: -20px;
2896
- }
2897
- .mystickymenu-features-list ul.documents-wrap-list{margin:15px 15px 15px 30px;}
2898
-
2899
-
2900
-
2901
- .mystickymenu-features .mystickymenu-features-list li{color:#6558F5; font-family: 'Lato', sans-serif; font-size:16px;}/*----6-1-22-------*/
2902
-
2903
- .documents-wrap-list{ text-align:left; list-style-type:disc;}
2904
- .documents-wrap-list li{ margin-bottom:16px;}
2905
-
2906
- .mystickymenu-feature-title{
2907
- display:inline-flex;
2908
- color:#fff;
2909
- font-size:16px;
2910
- font-weight:500;
2911
- font-family: 'Lato', sans-serif;
2912
- padding:10px 20px;
2913
- text-decoration:none;
2914
- background:#6558F5;
2915
- border-radius:5px;
2916
- align-items: center;
2917
- margin-top:15px;
2918
- }/*----------------------------------------------------------------------*/
2919
-
2920
- .mystickymenu-feature-title img{width:22px; margin-right:7px;}
2921
- .welcomebars-list-table .mysticky-welcomebar-switch .slider{
2922
- background-color: #FF424D;
2923
- border: 2px solid #FF424D;
2924
- }
2925
-
2926
-
2927
- .mystickymenu-action-popup-footer{
2928
- text-align:center;
2929
- display:inline-block;
2930
- margin-top:15px;
2931
- }
2932
- #stickymenu_status_popupbox .mystickymenu-action-popup-footer{
2933
- display: block;
2934
- }
2935
-
2936
- .welcombar-enabled-status .mystickymenu-action-popup-footer{
2937
- display: block;
2938
- }
2939
-
2940
- #mysticky-sticky-save-confirm .mystickymenu-action-popup-footer{
2941
- display: block;
2942
- }
2943
-
2944
- .mystickymenu-action-popup-header{
2945
- padding: 25px 25px 40px 25px;
2946
- border-bottom: 1px solid #EAEFF2;
2947
- }
2948
- .mystickymenu-action-popup-header h3{
2949
- margin:0 0 0 15px;
2950
- position:relative;
2951
- float:left;
2952
-
2953
- }
2954
-
2955
- .mystickymenu-action-popup .mystickymenu-action-popup-body p{
2956
- text-align: left;
2957
- float: left;
2958
- margin-left: 0;
2959
- padding: 0 10px;
2960
- font-size: 16px;
2961
- font-weight: 400;
2962
- font-style: normal;
2963
- color: #181749;
2964
- }
2965
-
2966
- .mystickymenu-action-popup-header span{
2967
- float:right;
2968
- }
2969
-
2970
- /*--------------------------------------------------------// 6-1-22 //------------------*/
2971
- .mystickymenu-newwelcomebar-contents h2{font-family: 'Lato', sans-serif; font-size:28px; font-weight:bold;}
2972
-
2973
- .premio-content-list span, .premio-footer-option label, .settings-content p, .contactus-contents-buttons span.folous,
2974
- .stickymenu-box-button,
2975
- .mystickymenu-newwelcomebar-contents p{font-family: 'Lato', sans-serif; font-size:16px;color: #181749;font-style: normal;font-weight: 400;line-height: 24px;}
2976
-
2977
- .premio-content-list h4{font-family: 'Lato', sans-serif; font-size:16px; font-weight:bold;}
2978
-
2979
- .contactus-title h3,
2980
- .stickymenubox-title-section h3{font-family: 'Lato', sans-serif; font-size:20px; font-weight:bold;}
2981
-
2982
- /**/
2983
- .stickymenu-tab-option{padding:0 0 10px 0 !important;}
2984
- /*.stickymenubox-title-section{border-bottom:1px solid #EBEBEB; padding:24px 20px;}*/
2985
-
2986
- .stickymenubox-title-section h3,
2987
- .mystickymenu-tab-documentation h3, .contactus-title
2988
- {border-bottom:1px solid #EBEBEB; padding:24px 40px; margin:0;} /*------------------------------------------------------------20-1-22---*/
2989
- .contactus-title h3{margin:0;}
2990
-
2991
- .stickymenubox-title-section h3{margin:0 !important;}
2992
-
2993
- .premio-footer-option, .stickymenu-box-container, .stickymenu-box-button,
2994
- .stickymenu-settings{padding:15px 20px 15px 40px; } /*--------------------------------------------------------------------20-1-22---*/
2995
- .mystickymenu-dashboard .heading-title h3{font-family: 'Lato', sans-serif; font-size: 28px !important;
2996
- font-weight:600 !important; color:#1d2327 !important;}/*------------------------------------------------20-1-22---*/
2997
-
2998
- .mystickymenu-newwelcomebar-contents p{margin:0;} /*------------------------------------------------20-1-22--new-*/
2999
- a.add_new_welcombar{margin:auto 0;} /*------------------------------------------------20-1-22--new-*/
3000
- .new-welcomebar-section-wrap .mystickymenu-newwelcomebar-contents a{margin-top:30px;}
3001
-
3002
-
3003
- .premio-footer-option h3 img{width:70px; height:auto; margin-right:10px;}
3004
-
3005
- /* price-pan css */
3006
-
3007
- .plan-center {
3008
- text-align: center;
3009
- }
3010
-
3011
- .price-permonth {
3012
- padding: 2px 15px;
3013
- display: inline-block;
3014
- margin-bottom: 15px;
3015
- text-align: center;
3016
- border-radius: 56px;
3017
- border: 1px solid #BEECFF;
3018
- background-color: #EAF9FF;
3019
- }
3020
-
3021
- .price-table.plus-feature .price-permonth {
3022
- border: 1px solid #F2D8C3;
3023
- background-color: #FCF2EA;
3024
- }
3025
-
3026
-
3027
- .price-table.agency-feature .price-permonth {
3028
- border: 1px solid #C7C6F9;
3029
- background-color: #ECEEFD;
3030
- }
3031
-
3032
- .add_new_welcombar:hover{
3033
- opacity: 0.9;
3034
- }
3035
-
3036
- .tooltip img{
3037
- width:35px;
3038
- }
3039
-
3040
- .mystickymenu-features{
3041
- max-width: 400px;
3042
- }
3043
-
3044
- .mystickymenu-newwelcomebar-contents{
3045
- max-width: 432px;
3046
- }
3047
-
3048
- #stickymenu_status_ok{
3049
- background-color:#28C67C;
3050
- }
3051
-
3052
- .mysticky-welcomebar-content{
3053
- width:72%;
3054
- text-align:center;
3055
- }
3056
- .mysticky-welcomebar-content p{
3057
- word-wrap: break-word;
3058
- width: 100%;
3059
- }
3060
-
3061
- .mystickymenu-widgets-lists tr td{
3062
- font-size:16px;
3063
- }
3064
-
3065
- .mystickymenu-widgets-lists tr th{
3066
- font-size:16px;
3067
- }
3068
-
3069
- #welcomebar-save-confirm{
3070
- width: 677px;
3071
- padding: 0 10px 28px 10px;
3072
- }
3073
-
3074
- #welcomebar-save-confirm .mystickymenu-action-popup-footer{
3075
- display: block;
3076
- }
3077
-
3078
- #mysticky-sticky-save-confirm{
3079
- width:634px;
3080
- }
3081
- #stickymenu_status_ok{
3082
- padding: 12px 40px;
3083
- }
3084
-
3085
-
3086
- /*----------------------------------------------------------------------# 21-1-22 #-----------*/
3087
-
3088
- @media only screen and (max-width: 1366px) {
3089
- .premio-content-list h4 {font-size: 15px;}
3090
- .premio-footer-option .premio-content-list {width: 60%;}
3091
-
3092
- }
3093
-
3094
- @media only screen and (max-width: 820px) {
3095
- .mystickymenu-tab-boxs-wrap{flex-wrap: wrap;}
3096
- .mystickymenu-tab-stickymenu, .mystickymenu-tab-documentation, .contactus-tab-option{display:block; width:100%;}
3097
- .mystickymenu-tab-documentation{margin-top:15px;}
3098
-
3099
- .new-welcomebar-section-wrap {justify-content: center; flex-wrap: wrap;}
3100
- .mystickymenu-welcome-img{text-align:center;}
3101
- .mystickymenu-newwelcomebar-contents{text-align:center; margin:15px 0;}
3102
-
3103
- .price-table-middle ul li a{width:65%;}
3104
- .right_tooltip:after {left: 80px !important;}
3105
-
3106
- }
3107
-
3108
- @media only screen and (max-width: 576px) {
3109
- .stickymenu-settings{flex-wrap:wrap; justify-content: center;}
3110
- .premio-footer-option{flex-wrap:wrap; justify-content: center;}
3111
- .msm-bgbox .stickymenu-box-button {text-align: center;}
3112
- .premio-footer-option .premio-content-list {width: auto; margin:15px 0;}
3113
- .premio-footer-option, .stickymenu-box-container, .stickymenu-box-button, .stickymenu-settings
3114
- {padding: 15px 20px;}
3115
-
3116
- /*.price-table-middle ul li a{width:65%;}*/
3117
- .right_tooltip:after {left: 80px !important;}
3118
- .cus-tooltip .tooltip__content{width:145% !important;}
3119
- .cus-tooltip .tooltip__content img{width:100% !important;}
3120
-
3121
-
3122
- }
3123
-
3124
- /*-------------------# 27-1-22 #--------*/
3125
- @media only screen and (min-width: 821px) {
3126
- .right_tooltip{left: unset !important; right:0 !important;}
3127
- .right_tooltip:after{left: 130px !important;}
3128
- }
3129
-
3130
-
3131
- /*--------------------------------------------------------------*/
3132
-
3133
- .new_widget_row{
3134
- max-width: unset;
3135
- }
3136
-
3137
-
3138
- /* ToolTip Side */
3139
- .html-tooltip {
3140
- position: relative;
3141
- display: inline-block;
3142
-
3143
- }
3144
-
3145
- .dashicons,
3146
- .dashicons-before:before {
3147
- font-family: dashicons;
3148
- display: inline-block;
3149
- line-height: 1;
3150
- font-weight: 400;
3151
- font-style: normal;
3152
- color: #9e9e9e;
3153
- speak: none;
3154
- text-decoration: inherit;
3155
- text-transform: none;
3156
- text-rendering: auto;
3157
- -webkit-font-smoothing: antialiased;
3158
- -moz-osx-font-smoothing: grayscale;
3159
- width: 20px;
3160
- height: 20px;
3161
- font-size: 20px;
3162
- vertical-align: top;
3163
- text-align: center;
3164
- transition: color 0.1s ease-in;
3165
- }
3166
-
3167
- .dashicons-editor-help:before {
3168
- content: "";
3169
- }
3170
-
3171
- .html-tooltip.side .tooltip-text {
3172
- bottom: 125%;
3173
- left: 100%;
3174
- margin-left: 0;
3175
- top: 5px;
3176
- transform: translateY(-50%);
3177
- -webkit-transform: translateY(-50%);
3178
- }
3179
-
3180
- .html-tooltip .tooltip-text {
3181
- visibility: hidden;
3182
- width: 417px;
3183
- background-color: #333;
3184
- color: #fff;
3185
- text-align: left;
3186
- border-radius: 6px;
3187
- padding: 10px;
3188
- position: absolute;
3189
- z-index: 1201;
3190
- bottom: 125%;
3191
- left: 50%;
3192
- margin-left: -150px;
3193
- opacity: 0;
3194
- transition: opacity 0.3s;
3195
- font-size: 12px;
3196
- line-height: 18px;
3197
- top: 100%;
3198
- height: 125px;
3199
- }
3200
-
3201
- .html-tooltip:hover .tooltip-text {
3202
- visibility: visible;
3203
- opacity: 1;
3204
- z-index: 9999999;
3205
- }
3206
-
3207
- .html-tooltip.side .tooltip-text:after {
3208
- top: 50%;
3209
- left: -5px;
3210
- transform: rotate(180deg);
3211
- -webkit-transform: rotate(90deg);
3212
- }
3213
-
3214
- .html-tooltip .tooltip-text:after {
3215
- content: "";
3216
- position: absolute;
3217
- top: -10px;
3218
- left: 50%;
3219
- margin-left: -5px;
3220
- border-width: 5px;
3221
- border-style: solid;
3222
- border-color: #333 transparent transparent transparent;
3223
- transform: rotate(180deg);
3224
- -webkit-transform: rotate(180deg);
3225
- }
3226
-
3227
- .html-tooltip .tooltip-text img {
3228
- width: 100%;
3229
- height: auto;
3230
- display: block;
3231
- margin: 10px 0 0 0;
3232
- }
3233
-
3234
- .price-table-middle ul li .html-tooltip.side{
3235
- position: absolute;
3236
- margin: 14px 0;
3237
- }
3238
-
3239
- .html-tooltip.side .price-plan-box{
3240
- margin-left: -147px !important;
3241
- top: -62px !important;
3242
- height: 115px;
3243
- text-align: left;
3244
- }
3245
-
3246
- .span .tooltip-text .top .price-plan-box::after
3247
- border-width: 5px;
3248
- border-style: solid;
3249
- border-color: #1849ab transparent transparent transparent;
3250
- content: "";
3251
- left: 25px;
3252
- margin-left: -5px;
3253
- position: absolute;
3254
- top: 100%;
3255
- }
3256
-
3257
- /***/
3258
-
3259
- .cus-tooltip span.tooltip-text::after {
3260
- border-width: 5px;
3261
- border-style: solid;
3262
- border-color: #1849ab transparent transparent transparent;
3263
- content: "";
3264
- left: 25px;
3265
- margin-left: -5px;
3266
- position: absolute;
3267
- top: 100%;
3268
- }
3269
-
3270
- .html-tooltip-box{
3271
- padding: 0 0 48px 0 !important;
3272
- }
3273
-
3274
- .mystickymenu-widgets-lists thead tr{
3275
- height: 63px;
3276
- }
3277
-
3278
- .mystickymenu-widgets-lists tr{
3279
- height: 88px;
3280
- }
3281
-
3282
- .tooltip__content img{
3283
- width: 396px;
3284
- height: auto;
3285
- margin-top:5px;
3286
- }
3287
-
3288
- .mysticky-welcomebar-backword-page a{
3289
- text-decoration: none;
3290
- }
3291
-
3292
- .mysticky-welcomebar-backword-page{
3293
- padding: 0;
3294
- margin: 0;
3295
- float: right;
3296
- }
3297
-
3298
-
3299
- .mysticky-stickymenu-backword-page{text-align:end; padding:0 15px; float: right; margin-top: 28px;}
3300
- .mysticky-stickymenu-backword-page a{text-decoration:none;}
3301
-
3302
-
3303
-
3304
-
3305
-
3306
- .save_view_dashboard{
3307
- width: auto !important;
3308
- background: #6558F5 !important;
3309
- border: 1px solid #6558F5 !important;
3310
- margin-left:10px !important;
3311
- }
3312
-
3313
- .save_view_dashboard:hover{
3314
- opacity: 0.8 !important;
3315
- }
3316
-
3317
- #mysticky_welcomebar_fontsize{
3318
- color:#32373c !important;
3319
- }
3320
-
1
+ a:active, a:focus, li:focus, li:active {
2
+ outline: none !important;
3
+ border: none !important;
4
+ text-decoration: none !important;
5
+ box-shadow: none !important;
6
+ -webkit-tap-highlight-color: transparent !important;
7
+ -webkit-user-select: none; / Chrome/Safari /
8
+ -moz-user-select: none; / Firefox /
9
+ -ms-user-select: none; / IE10+ /
10
+ user-select: none;
11
+ }
12
+
13
+ div#wpcontent{background:none !important;}
14
+
15
+
16
+ /*@font-face {
17
+ font-family: 'poppinsregular';
18
+ src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
19
+ url('../fonts/poppins-regular-webfont.woff') format('woff');
20
+ font-weight: normal;
21
+ font-style: normal;
22
+ }
23
+
24
+ @font-face {
25
+ font-family: 'poppinsbold';
26
+ src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
27
+ url('../fonts/poppins-bold-webfont.woff') format('woff');
28
+ font-weight: normal;
29
+ font-style: normal;
30
+ }
31
+
32
+ @font-face {
33
+ font-family: 'poppins_lightregular';
34
+ src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
35
+ url('../fonts/poppins-light-webfont.woff') format('woff');
36
+ font-weight: normal;
37
+ font-style: normal;
38
+ }
39
+ */
40
+ @font-face {
41
+ font-family: 'Lato', sans-serif;
42
+ src: url('../fonts/lato-v20-latin-regular.woff') format('woff');
43
+ font-weight: normal;
44
+ font-style: normal;
45
+ }
46
+
47
+ @font-face {
48
+ font-family: 'Lato', sans-serif;
49
+ src: url('../fonts/lato-v20-latin-300.woff') format('woff');
50
+ font-weight: 300;
51
+ font-style: normal;
52
+ }
53
+
54
+ @font-face {
55
+ font-family: 'Lato', sans-serif;
56
+ src: url('../fonts/lato-v20-latin-700.woff') format('woff');
57
+ font-weight: 700;
58
+ font-style: normal;
59
+ }
60
+
61
+ @font-face {
62
+ font-family: 'Lato', sans-serif;
63
+ src: url('../fonts/lato-semibold.woff') format('woff');
64
+ font-weight: semibold;
65
+ font-style: normal;
66
+ }
67
+
68
+ #custom-handle {
69
+ width: 3em;
70
+ height: 1.6em;
71
+ top: 50%;
72
+ margin-top: -.8em;
73
+ text-align: center;
74
+ line-height: 1.6em;
75
+ }
76
+
77
+ #mystickymenu {
78
+ font-family: 'Lato', sans-serif;
79
+ /*background: #fff;
80
+ padding: 0 0 15px 0;
81
+ border-radius: 10px;*/
82
+ }
83
+
84
+ .main-content {
85
+ float: left;
86
+ width: 65%;
87
+ }
88
+
89
+ .main-sidebar {
90
+ float: right;
91
+ width: 30%;
92
+ background: #ffffff;
93
+ border: 1px solid #e5e5e5;
94
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
95
+ }
96
+
97
+ .main-sidebar h3 {
98
+ margin: 0;
99
+ padding: 8px 12px;
100
+ border-bottom: 1px solid #ececec;
101
+ }
102
+
103
+ .main-sidebar .inner {
104
+ padding: 10px;
105
+ }
106
+
107
+ .main-sidebar p {
108
+ padding: 8px;
109
+ margin: 0;
110
+ border-top: solid 1px #e5e5e5;
111
+ }
112
+
113
+ /*.mystickyinput {padding-top: 6px;}*/
114
+ @media screen and (max-width: 782px) {
115
+ .main-content, .main-sidebar {
116
+ width: 100%;
117
+ float: none;
118
+ clear: both;
119
+ }
120
+ }
121
+
122
+ .myssticky-remove-hand {
123
+ cursor: default;
124
+ }
125
+
126
+ /* */
127
+ .mystickymenu-content-section input[type="number"]#myfixed_zindex {
128
+ -moz-appearance: textfield-multiline;
129
+ }
130
+
131
+ .mystickymenu-content-section input[type="number"] {
132
+ -moz-appearance: textfield;
133
+ }
134
+
135
+ .mystickymenu-content-section input[type="number"]::-webkit-inner-spin-button, .mystickymenu-content-section input[type="number"]::-webkit-outer-spin-button {
136
+ -webkit-appearance: none;
137
+ margin: 0;
138
+ }
139
+
140
+ .mystickymenu-content-section .mysticky-number {
141
+ display: inline-block;
142
+ margin: 0 0 10px;
143
+ position: relative;
144
+ }
145
+
146
+ #mystickymenu .mystickymenu-content-section .mysticky-number {
147
+ /*width: 90px;*/
148
+ }
149
+
150
+ #mystickymenu input[type=number] {
151
+ color: #A7A7A7;
152
+ border-radius: 21px;
153
+ background-color: #ffffff;
154
+ border: 1px solid #DCE2E2;
155
+ font-size: 14px;
156
+ font-weight: 400;
157
+ height: 42px;
158
+ padding: 0 10px 0 12px;
159
+ margin: 0;
160
+ width: 310px;
161
+ box-shadow: none;
162
+ }
163
+
164
+ .pt_number {
165
+ display: inline-block;
166
+ vertical-align: top;
167
+ margin-top: 7px;
168
+ }
169
+
170
+ .mysticky-welcomebar-setting-content-right input[type="text"]:disabled {
171
+ color: #a0a5aa;
172
+ border-color: #ddd;
173
+ background-color: #f7f7f7;
174
+ }
175
+
176
+ .mystickymenu-content-section .mysticky-number:focus {
177
+ outline: 0;
178
+ }
179
+
180
+ .mystickymenu-content-section .mysticky-number .pt_number {
181
+ float: left;
182
+ position: relative;
183
+ height: 30px;
184
+ }
185
+
186
+ .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton {
187
+ position: relative;
188
+ cursor: pointer;
189
+ border-left: 1px solid #b7b7b7;
190
+ width: 15px;
191
+ text-align: center;
192
+ color: #333;
193
+ font-size: 14px;
194
+ line-height: 1.1;
195
+ -webkit-transform: translateX(-100%);
196
+ transform: translateX(-100%);
197
+ -webkit-user-select: none;
198
+ -moz-user-select: none;
199
+ -ms-user-select: none;
200
+ user-select: none;
201
+ }
202
+
203
+ .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton:active {
204
+ box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
205
+ -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
206
+ }
207
+
208
+ .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberup {
209
+ position: absolute;
210
+ height: 50%;
211
+ top: 0;
212
+ border-bottom: 1px solid #b7b7b7;
213
+ }
214
+
215
+ .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberdown {
216
+ position: absolute;
217
+ bottom: 0px;
218
+ height: 50%;
219
+ }
220
+
221
+ /* */
222
+
223
+ input#mysticky_class_selector {
224
+ border-radius: 24px;
225
+ border: 1px solid #E6E5EC;
226
+ height: 46px;
227
+ padding: 0 26px;
228
+ width: 49%
229
+ }
230
+
231
+ .mystickymenu-content-section {
232
+ background-color: #F9FCFC;
233
+ border-radius: 7px;
234
+ margin-bottom: 20px;
235
+ border: 1px solid #E1E6E6;
236
+ }
237
+
238
+ input#myfixed_disable_small_screen {
239
+ border-radius: 21px;
240
+ }
241
+
242
+ input#mysticky_active_on_height_home {
243
+ border-radius: 21px;
244
+ }
245
+
246
+ textarea#myfixed_cssstyle {
247
+ width: 100%;
248
+ margin-top: 12px;
249
+ border-radius: 10px;
250
+ background-color: #fff;
251
+ height: 120px;
252
+ resize: none;
253
+ border: 1px solid #DCE2E2;
254
+ padding: 10px 10px;
255
+ }
256
+
257
+ label {
258
+ font-size: 15px;
259
+ }
260
+
261
+ .sticky-class-sec tr td {
262
+ width: 50%;
263
+ }
264
+
265
+ .px-wrap {
266
+ position: relative;
267
+ display: inline-block;
268
+ vertical-align: top;
269
+ }
270
+
271
+ .mystickymenu-content-option {
272
+ padding: 20px 20px 0;
273
+ }
274
+
275
+ .mystickymenu-heading {
276
+ padding-bottom: 20px;
277
+ }
278
+
279
+ .myStickymenu-header-title {
280
+ background-color: #B2D2FC;
281
+ padding: 13px 20px;
282
+ border-radius: 10px 10px 0 0;
283
+ }
284
+
285
+ .myStickymenu-header-title h3 {
286
+ margin: 0;
287
+ color: #1F4B84;
288
+ font-size: 18px;
289
+ font-weight: 600;
290
+ line-height: 1.2;
291
+ }
292
+
293
+ .mystickymenu-heading p {
294
+ background-color: #D6EFFF;
295
+ color: #1F4B84;
296
+ border-radius: 0 0 10px 10px;
297
+ padding: 13px 20px;
298
+ margin: 0;
299
+ font-size: 14px;
300
+ line-height: 28px;
301
+ }
302
+
303
+ .mystickynumber {
304
+ position: relative;
305
+ padding-left: 30px;
306
+ }
307
+
308
+ .pt_numberbutton.pt_numberup {
309
+ height: 25px;
310
+ width: 25px;
311
+ line-height: 25px;
312
+ background-color: #808080;
313
+ border-radius: 50%;
314
+ position: relative;
315
+ margin-left: 5px;
316
+ display: inline-block;
317
+ color: white;
318
+ font-size: 21px;
319
+ cursor: pointer;
320
+ text-align: center;
321
+ margin-top: 2px;
322
+ }
323
+
324
+ .pt_numberbutton.pt_numberdown {
325
+ height: 25px;
326
+ width: 25px;
327
+ line-height: 25px;
328
+ background-color: #808080;
329
+ border-radius: 50%;
330
+ position: absolute;
331
+ top: 8px;
332
+ left: 0;
333
+ display: inline-block;
334
+ color: white;
335
+ font-size: 21px;
336
+ cursor: pointer;
337
+ text-align: center;
338
+ }
339
+
340
+ span.input-px {
341
+ height: 42px;
342
+ width: 57px;
343
+ background-color: #808080;
344
+ position: absolute;
345
+ right: 0;
346
+ top: 0px;
347
+ display: inline-block;
348
+ vertical-align: top;
349
+ font-size: 14px;
350
+ border-radius: 0 21px 21px 0;
351
+ color: #fff;
352
+ line-height: 42px;
353
+ text-align: center;
354
+ }
355
+
356
+ .mysticky_device_upgrade {
357
+ background-color: #f0ecfb;
358
+ border-radius: 20px;
359
+ padding: 15px 40px 20px 20px;
360
+ }
361
+
362
+ .mystickymenu-content-section.mystickymenu-content-upgrade {
363
+ background-color: #f4f4fd;
364
+ }
365
+
366
+ .myStickymenu-upgrade a {
367
+ background: #E1DAF6;
368
+ border-radius: 20px;
369
+ color: #7559C0;
370
+ padding-top: 2px;
371
+ padding-bottom: 6px;
372
+ padding-left: 10px;
373
+ padding-right: 10px;
374
+ font-weight: bold;
375
+ text-transform: uppercase;
376
+ font-size: 12px;
377
+ display: inline-block;
378
+ vertical-align: top;
379
+ line-height: 1;
380
+ }
381
+ .myStickymenu-upgrade {
382
+ float: right;
383
+ }
384
+
385
+ .myStickymenu-upgrade a:before {
386
+ content: "\f160";
387
+ font-family: dashicons;
388
+ position: relative;
389
+ top: 3px;
390
+ font-size: 16px;
391
+ }
392
+
393
+ .mystickymenu-input-section ul.mystickymenu-input-multicheckbox li {
394
+ display: inline-block;
395
+ width: 21%;
396
+ }
397
+
398
+ input#submit.button.button-primary {
399
+ background: #00c67c;
400
+ border-color: #00c67c;
401
+ text-transform: uppercase;
402
+ border-radius: 31px;
403
+ font-size: 26px;
404
+ padding-left: 23px;
405
+ padding-right: 23px;
406
+ height: 60px;
407
+ width: 200px;
408
+ border: 0;
409
+ box-shadow: none;
410
+ font-weight: 600;
411
+ text-shadow: none;
412
+ }
413
+
414
+ input.button.button-secondary.confirm {
415
+ background: #969696;
416
+ border-color: #969696;
417
+ text-transform: uppercase;
418
+ font-size: 26px;
419
+ padding-left: 23px;
420
+ padding-right: 23px;
421
+ float: right;
422
+ color: white;
423
+ margin-right: 10px;
424
+ height: 60px;
425
+ width: 200px;
426
+ border-radius: 31px;
427
+ font-weight: 600;
428
+ }
429
+
430
+ table ul.mystickymenu-input-multicheckbox {
431
+ width: 100%;
432
+ display: inline-flex;
433
+ }
434
+
435
+ p.myStickymenu-review a {
436
+ font-size: 20px;
437
+ }
438
+
439
+ table ul.mystickymenu-input-multicheckbox li {
440
+ padding-right: 21px;
441
+ }
442
+
443
+ table {
444
+ width: 100%;
445
+ }
446
+
447
+ #mystickymenu table tr td {
448
+ padding: 20px;
449
+ }
450
+
451
+ div#mystickymenu {
452
+ overflow-x: hidden;
453
+ overflow-y: hidden;
454
+ }
455
+
456
+ label.mysticky_title {
457
+ font-weight: 500;
458
+ font-size: 18px;
459
+ line-height: 1.2;
460
+ color: #4F4F4F;
461
+ }
462
+
463
+ .mystickymenu-content-option p label.mysticky_text {
464
+ margin-left: 0px;
465
+ }
466
+
467
+ span.mysticky_text {
468
+ font-size: 14px;
469
+ color: #9E9E9E;
470
+ margin-left: 20px;
471
+ font-style: italic;
472
+ }
473
+
474
+ label.mysticky_text {
475
+ font-size: 14px;
476
+ /*color: #9E9E9E;*/
477
+ margin-left: 20px;
478
+ font-style: italic;
479
+ }
480
+
481
+ select#mystickymenu-select {
482
+ border-radius: 24px;
483
+ border: 1px solid #E6E5EC;
484
+ height: 46px;
485
+ box-shadow: none;
486
+ padding: 0 26px;
487
+ width: 49%;
488
+ display: inline-block;
489
+ vertical-align: top;
490
+ }
491
+
492
+ .mystickymenu-input-section {
493
+ margin-top: 9px;
494
+ }
495
+
496
+ label.mysticky_title.css-style-title {
497
+ font-size: 20px;
498
+ }
499
+
500
+ span.wp-color-result-text {
501
+ display: none;
502
+ }
503
+
504
+ button.button.wp-color-result {
505
+ border-radius: 50%;
506
+ height: 30px !important;
507
+ }
508
+ button.button.wp-color-result .color-alpha {
509
+ border-radius: 50% !important;
510
+ height: 28px !important;
511
+ }
512
+
513
+ .mystickymenu-content-section h3 {
514
+ margin-left: 20px;
515
+ font-weight: 600;
516
+ font-size: 26px;
517
+ line-height: 1.2;
518
+ color: #4F4F4F;
519
+ margin: 0;
520
+ padding: 24px 20px;
521
+ }
522
+
523
+ .form-table {
524
+ margin-top: 0;
525
+ }
526
+
527
+ ul.mystickymenu-input-multicheckbox li span {
528
+ font-size: 16px;
529
+ color: #4F4F4F;
530
+ }
531
+
532
+ .mystickymenu-input-section label {
533
+ /*color: #9E9E9E;*/
534
+ font-size: 16px;
535
+ }
536
+ #mystickymenu .mystickymenu-input-section input.mystickymenu_normal_text{
537
+ border-radius: 0px;
538
+ height: 35px;
539
+ margin: 10px;
540
+ }
541
+ #mystickymenu .mystickymenu-input-section span.description{
542
+ font-style: normal;
543
+ font-size: 16px;
544
+ }
545
+ .myStickymenu-upgrade a {
546
+ text-decoration: none;
547
+ color: #7559C0;
548
+ }
549
+
550
+ #mystickymenu p.submit {
551
+ margin-top: 0;
552
+ padding-top: 0;
553
+ float: right;
554
+ }
555
+
556
+ td {
557
+ vertical-align: top !important;
558
+ }
559
+ p.description.mystuckymenu-class-id {
560
+ display: flex;
561
+ margin: 12px 0 0 0;
562
+ line-height: 1.5;
563
+ }
564
+
565
+ p.description.mystuckymenu-class-id .dashicons-controls-play{
566
+ background: #a4a5a5;
567
+ color: #ffffff;
568
+ border-radius: 50%;
569
+ }
570
+ p.description.mystuckymenu-class-id .dashicons-controls-play::before {
571
+ margin-left: 2px;
572
+ }
573
+ p.description {
574
+ color: rgba(79, 79, 79, 0.5);
575
+ font-size: 12px;
576
+ line-height: 1.2;
577
+ margin: 5px 0 0;
578
+ }
579
+
580
+ div#slider.ui-slider {
581
+ width: 229px;
582
+ background-color: #DCE2E2;
583
+ height: 2px;
584
+ border: 0;
585
+ border-radius: 2px;
586
+ position: relative;
587
+ }
588
+
589
+ .mystickymenu-content-section .ui-state-active, .ui-widget-content .ui-state-active {
590
+ color: #454545;
591
+ }
592
+
593
+ #mystickymenu #custom-handle {
594
+ width: 1.6em;
595
+ border-radius: 50%;
596
+ background-color: #fff;
597
+ box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
598
+ border: 0;
599
+ position: absolute;
600
+ }
601
+ .sticky-header-menu {
602
+ text-align: center;
603
+ padding: 0 0 20px 0;
604
+ }
605
+ .sticky-header-menu ul {
606
+ display: inline-block;
607
+ padding: 1px;
608
+ background-color: #D6EFFF;
609
+ -webkit-border-radius: 23px;
610
+ -moz-border-radius: 23px;
611
+ border-radius: 23px;
612
+ }
613
+ .sticky-header-menu ul li {
614
+ display: inline-block;
615
+ margin: 0;
616
+ }
617
+ .sticky-header-menu ul li a {
618
+ display: inline-block;
619
+ padding: 0 20px;
620
+ line-height: 40px;
621
+ height: 40px;
622
+ font-size: 16px;
623
+ text-decoration: none;
624
+ -webkit-border-radius: 20px;
625
+ -moz-border-radius: 20px;
626
+ border-radius: 20px;
627
+ }
628
+ .sticky-header-menu ul li a:hover {
629
+ background: #f0ecfb;
630
+ color: #7559C0;
631
+ }
632
+ .sticky-header-menu ul li a.active {
633
+ background: #E1DAF6;
634
+ color: #7559C0;
635
+ }
636
+ /*.sticky-header-content {
637
+ display: none;
638
+ }*/
639
+ .mysticky-welcomebar-setting-content-right label.mysticky-welcomebar-switch {
640
+ width: 55px;
641
+ }
642
+
643
+ /*New Welcomebar Page css*/
644
+ .mystickymenu-new-widget-wrap, .mystickymenu-new-widget-wrap * {
645
+ box-sizing: border-box;
646
+ }
647
+ .mystickymenu-new-widget-wrap {
648
+ border-radius: 10px;
649
+ box-shadow: 0 0 6px #ccc;
650
+ padding: 10px;
651
+ margin: 20px auto 0 auto;
652
+ width: 100%;
653
+ max-width: 776px;
654
+ background: #fff url(../images/new_widget_bg.png) no-repeat right bottom;
655
+ background-size: auto 100%;
656
+ font-family: 'Lato', sans-serif;
657
+ line-height: 20px;
658
+ }
659
+ .mystickymenu-new-widget-wrap h2 {
660
+ font-style: normal;
661
+ font-weight: 600;
662
+ font-size: 20px;
663
+ line-height: 30px;
664
+ color: #1e1e1e;
665
+ margin: 0;
666
+ text-align: center;
667
+ }
668
+ a.new-upgrade-button {
669
+ height: 40px;
670
+ background: #7761DF;
671
+ border-radius: 100px;
672
+ border: solid 1px #7761DF;
673
+ display: inline-block;
674
+ text-align: center;
675
+ color: #fff;
676
+ line-height: 40px;
677
+ margin: 10px 0 10px 10px;
678
+ padding: 0 25px;
679
+ text-decoration: none;
680
+ text-transform: uppercase;
681
+ }
682
+ .mystickymenu-new-widget-row ul {
683
+ display: flex;
684
+ align-items: center;
685
+ flex-wrap: wrap;
686
+ margin-top: 0;
687
+ margin-bottom: 0;
688
+ }
689
+ .mystickymenu-new-widget-row ul li {
690
+ width: 33.33%;
691
+ padding: 10px 10px 0px;
692
+ margin-bottom: 0;
693
+ }
694
+ .mystickymenu-feature {
695
+ margin: 30px 0 0 0;
696
+ background: #fff;
697
+ border: 1px solid #605dec;
698
+ box-sizing: border-box;
699
+ border-radius: 4px;
700
+ padding: 30px 15px 10px 15px;
701
+ min-height: 186px;
702
+ position: relative;
703
+ }
704
+ .mystickymenu-feature-top {
705
+ width: 50px;
706
+ height: 50px;
707
+ border: solid 1px #605dec;
708
+ border-radius: 50%;
709
+ position: absolute;
710
+ left: 0;
711
+ right: 0;
712
+ margin: 0 auto;
713
+ top: -25px;
714
+ background: #fff;
715
+ z-index: 11;
716
+ padding: 10px;
717
+ }
718
+ .feature-title {
719
+ font-family: 'Lato', sans-serif;
720
+ font-style: normal;
721
+ font-weight: 700;
722
+ font-size: 13px;
723
+ line-height: 18px;
724
+ color: #1e1e1e;
725
+ }
726
+ .feature-description {
727
+ font-family: 'Lato', sans-serif;
728
+ font-style: normal;
729
+ font-weight: 400;
730
+ font-size: 13px;
731
+ line-height: 18px;
732
+ color: #1e1e1e;
733
+ }
734
+ .mystickymenu-feature-top img {
735
+ width: auto;
736
+ height: auto;
737
+ max-width: 100%;
738
+ max-height: 100%;
739
+ }
740
+ /* Finish new Welcome bar screen css */
741
+ @media only screen and (min-width: 1024px) and (max-width: 1200px) {
742
+ .pt_numberbutton.pt_numberdown {
743
+ position: relative;
744
+ margin-left: -75px;
745
+ top: -29px;
746
+ }
747
+
748
+ .pt_numberbutton.pt_numberup {
749
+ position: relative;
750
+ top: -29px;
751
+ left: 70px;
752
+ }
753
+
754
+ /* span.input-px { */
755
+ /* position: relative; */
756
+ /* left: 112px; */
757
+ /* top: -24px !important; */
758
+ /* margin-left: -20px; */
759
+ /* } */
760
+ }
761
+
762
+
763
+
764
+ #rpt_pricr {
765
+ width: 100%;
766
+ max-width: 1024px;
767
+ margin: 0 auto;
768
+ padding: 25px 25px 25px 25px;
769
+ background: #fff;
770
+
771
+ -webkit-border-radius: 5px;
772
+ -moz-border-radius: 5px;
773
+ border-radius: 5px;
774
+ }
775
+ #rpt_pricr h2 {
776
+ padding: 50px 0 30px;
777
+ text-align: center;
778
+ font-size: 24px;
779
+ }
780
+ .rpt_plans .rpt_plan {
781
+ -moz-box-sizing: border-box;
782
+ -webkit-box-sizing: border-box
783
+ }
784
+
785
+ .rpt_2_plans .rpt_plan {
786
+ margin-right: 2%;
787
+ width: 49%;
788
+ float: left
789
+ }
790
+
791
+ .rpt_2_plans .rpt_plan:last-child {
792
+ margin-right: 0
793
+ }
794
+
795
+ .rpt_3_plans .rpt_plan {
796
+ margin-right: 2%;
797
+ width: 32%;
798
+ float: left
799
+ }
800
+
801
+ .rpt_3_plans .rpt_plan:last-child {
802
+ margin-right: 0
803
+ }
804
+
805
+ .rpt_4_plans .rpt_plan {
806
+ margin-right: 1%;
807
+ width: 24.25%;
808
+ float: left
809
+ }
810
+
811
+ .rpt_4_plans .rpt_plan:last-child {
812
+ margin-right: 0
813
+ }
814
+
815
+ .rpt_5_plans .rpt_plan {
816
+ margin-right: .5%;
817
+ width: 19.6%;
818
+ float: left
819
+ }
820
+
821
+ .rpt_5_plans .rpt_plan:last-child {
822
+ margin-right: 0
823
+ }
824
+
825
+ .rpt_style_bic .rpt_plan, .rpt_style_loc .rpt_plan {
826
+ -webkit-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
827
+ -moz-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
828
+ box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19)
829
+ }
830
+
831
+ .rpt_plans .rpt_plan .rpt_title img {
832
+ margin-right: 10px;
833
+ position: relative;
834
+ vertical-align: middle
835
+ }
836
+
837
+ .rpt_plans .rpt_plan .rpt_title {
838
+ background: #6371db;
839
+ font-weight: 300;
840
+ padding: 24px 18px;
841
+ font-size: 26px;
842
+ color: #fff;
843
+ line-height: 35px;
844
+ height: auto;
845
+ }
846
+
847
+ .rpt_plans .rpt_plan .rpt_title span {
848
+ display: inline-block;
849
+ position: relative;
850
+ top: -10px
851
+ }
852
+
853
+ .rpt_style_basic .rpt_plan .rpt_title {
854
+ border-bottom: #6371db solid 1px;
855
+ border-top-left-radius: 8px;
856
+ border-top-right-radius: 8px;
857
+ }
858
+
859
+ .rpt_style_spec .rpt_plan .rpt_title {
860
+ color: #fff
861
+ }
862
+
863
+ .rpt_style_bic .rpt_plan .rpt_title, .rpt_style_loc .rpt_plan .rpt_title, .rpt_style_swl .rpt_plan .rpt_title {
864
+ background: #333
865
+ }
866
+
867
+ .rpt_plans .rpt_sm_title .rpt_plan .rpt_title {
868
+ font-size: 20px;
869
+ line-height: 18px
870
+ }
871
+
872
+ .rpt_plans .rpt_xsm_title .rpt_plan .rpt_title {
873
+ font-size: 15px;
874
+ line-height: 15px
875
+ }
876
+
877
+ .rpt_4_plans .rpt_plan .rpt_title {
878
+ font-size: 17px;
879
+ line-height: 15px
880
+ }
881
+
882
+ .rpt_4_plans .rpt_sm_title .rpt_plan .rpt_title {
883
+ font-size: 15px;
884
+ line-height: 13px
885
+ }
886
+
887
+ .rpt_4_plans .rpt_xsm_title .rpt_plan .rpt_title {
888
+ font-size: 13px;
889
+ line-height: 11px
890
+ }
891
+
892
+ .rpt_5_plans .rpt_plan .rpt_title {
893
+ font-size: 15px;
894
+ line-height: 13px
895
+ }
896
+
897
+ .rpt_5_plans .rpt_sm_title .rpt_plan .rpt_title {
898
+ font-size: 13px;
899
+ line-height: 11px
900
+ }
901
+
902
+ .rpt_5_plans .rpt_xsm_title .rpt_plan .rpt_title {
903
+ font-size: 12px;
904
+ line-height: 10px
905
+ }
906
+
907
+ .rpt_plans .rpt_recommended_plan .rpt_title {
908
+ background: #6371db
909
+ }
910
+
911
+ .rpt_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
912
+ position: relative;
913
+ top: -44px;
914
+ left: -10px;
915
+ font-size: 35px;
916
+ line-height: 0
917
+ }
918
+
919
+ .rpt_4_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
920
+ top: -36px
921
+ }
922
+
923
+ .rpt_5_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
924
+ top: -26px
925
+ }
926
+
927
+ .rpt_sm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
928
+ font-size: 30px;
929
+ top: -44px;
930
+ left: -4px
931
+ }
932
+
933
+ .rpt_xsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
934
+ font-size: 25px;
935
+ top: -30px;
936
+ left: -4px
937
+ }
938
+
939
+ .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
940
+ font-size: 21px;
941
+ top: -14px;
942
+ left: -4px
943
+ }
944
+
945
+ .rpt_style_basic .rpt_plan .rpt_head {
946
+ background: #ec86c6
947
+ }
948
+
949
+ .rpt_style_spec .rpt_plan .rpt_head {
950
+ background: #fff
951
+ }
952
+
953
+ .rpt_style_swl .rpt_plan .rpt_head {
954
+ background: #fff
955
+ }
956
+
957
+ .rpt_plans .rpt_plan .rpt_head .rpt_price {
958
+ padding: 6px 10px;
959
+ font-size: 74px;
960
+ line-height: 80px;
961
+ font-weight: 300;
962
+ text-align: center;
963
+ color: #ffffff
964
+ }
965
+
966
+ .rpt_style_basic .rpt_plan .rpt_head .rpt_price, .rpt_style_spec .rpt_plan .rpt_head .rpt_price {
967
+ text-shadow: 1px 2px 7px rgba(0, 0, 0, .6)
968
+ }
969
+
970
+ .rpt_style_swl .rpt_plan .rpt_head .rpt_price {
971
+ color: #000
972
+ }
973
+
974
+ .rpt_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
975
+ font-size: 62px
976
+ }
977
+
978
+ .rpt_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
979
+ font-size: 56px
980
+ }
981
+
982
+ .rpt_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
983
+ font-size: 38px
984
+ }
985
+
986
+ .rpt_4_plans .rpt_plan .rpt_head .rpt_price {
987
+ font-size: 69px;
988
+ line-height: 80px
989
+ }
990
+
991
+ .rpt_4_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
992
+ font-size: 53px;
993
+ line-height: 65px
994
+ }
995
+
996
+ .rpt_4_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
997
+ font-size: 47px;
998
+ line-height: 64px
999
+ }
1000
+
1001
+ .rpt_4_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
1002
+ font-size: 31px;
1003
+ line-height: 60px
1004
+ }
1005
+
1006
+ .rpt_5_plans .rpt_plan .rpt_head .rpt_price {
1007
+ font-size: 59px;
1008
+ line-height: 80px
1009
+ }
1010
+
1011
+ .rpt_5_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
1012
+ font-size: 44px;
1013
+ line-height: 60px
1014
+ }
1015
+
1016
+ .rpt_5_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
1017
+ font-size: 37px;
1018
+ line-height: 53px
1019
+ }
1020
+
1021
+ .rpt_5_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
1022
+ font-size: 24px;
1023
+ line-height: 50px
1024
+ }
1025
+
1026
+ .rpt_plans .rpt_recommended_plan .rpt_head .rpt_price {
1027
+ font-size: 98px
1028
+ }
1029
+
1030
+ .rpt_4_plans .rpt_recommended_plan .rpt_head .rpt_price {
1031
+ font-size: 74px
1032
+ }
1033
+
1034
+ .rpt_5_plans .rpt_recommended_plan .rpt_head .rpt_price {
1035
+ font-size: 67px
1036
+ }
1037
+
1038
+ .rpt_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
1039
+ font-size: 83px
1040
+ }
1041
+
1042
+ .rpt_4_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
1043
+ font-size: 60px
1044
+ }
1045
+
1046
+ .rpt_5_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
1047
+ font-size: 54px
1048
+ }
1049
+
1050
+ .rpt_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1051
+ font-size: 55px
1052
+ }
1053
+
1054
+ .rpt_4_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1055
+ font-size: 49px
1056
+ }
1057
+
1058
+ .rpt_5_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1059
+ font-size: 41px
1060
+ }
1061
+
1062
+ .rpt_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1063
+ font-size: 42px
1064
+ }
1065
+
1066
+ .rpt_4_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1067
+ font-size: 34px
1068
+ }
1069
+
1070
+ .rpt_5_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1071
+ font-size: 26px
1072
+ }
1073
+
1074
+ .rpt_plans .rpt_plan .rpt_head .rpt_recurrence {
1075
+ font-size: 13px;
1076
+ font-weight: 300;
1077
+ line-height: 18px;
1078
+ padding: 20px 10px 10px;
1079
+ color: #ffffff;
1080
+ text-align: center
1081
+ }
1082
+
1083
+ .rpt_style_spec .rpt_plan .rpt_head .rpt_recurrence {
1084
+ color: #d3d3d3
1085
+ }
1086
+
1087
+ .rpt_style_bic .rpt_plan .rpt_head .rpt_recurrence, .rpt_style_loc .rpt_plan .rpt_head .rpt_recurrence {
1088
+ color: #f5f5f5
1089
+ }
1090
+
1091
+ .rpt_style_swl .rpt_plan .rpt_head .rpt_recurrence {
1092
+ color: grey
1093
+ }
1094
+
1095
+ .rpt_plans .rpt_sm_recurrence .rpt_plan .rpt_head .rpt_recurrence {
1096
+ font-size: 11px;
1097
+ padding: 20px 40px 4px
1098
+ }
1099
+
1100
+ .rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
1101
+ font-size: 16px;
1102
+ line-height: 20px;
1103
+ font-weight: 300;
1104
+ text-align: center;
1105
+ padding: 10px 30px 20px
1106
+ }
1107
+
1108
+ .rpt_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1109
+ font-size: 14px
1110
+ }
1111
+
1112
+ .rpt_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1113
+ font-size: 12px
1114
+ }
1115
+
1116
+ .rpt_4_plans .rpt_plan .rpt_head .rpt_subtitle {
1117
+ font-size: 16px;
1118
+ line-height: 18px;
1119
+ padding: 10px 10px 20px
1120
+ }
1121
+
1122
+ .rpt_4_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1123
+ font-size: 14px;
1124
+ line-height: 17px
1125
+ }
1126
+
1127
+ .rpt_4_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1128
+ font-size: 13px;
1129
+ line-height: 16px
1130
+ }
1131
+
1132
+ .rpt_5_plans .rpt_plan .rpt_head .rpt_subtitle {
1133
+ font-size: 15px;
1134
+ line-height: 18px;
1135
+ padding: 10px 10px 20px
1136
+ }
1137
+
1138
+ .rpt_5_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1139
+ font-size: 13px;
1140
+ line-height: 17px
1141
+ }
1142
+
1143
+ .rpt_5_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1144
+ font-size: 12px;
1145
+ line-height: 16px
1146
+ }
1147
+
1148
+ .rpt_plans .rpt_plan .rpt_head .rpt_description {
1149
+ font-size: 14px;
1150
+ line-height: 20px;
1151
+ padding: 10px 20px;
1152
+ font-weight: 300;
1153
+ text-align: center;
1154
+ color: #ffffff
1155
+ }
1156
+
1157
+ .rpt_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1158
+ font-size: 12px
1159
+ }
1160
+
1161
+ .rpt_style_bic .rpt_plan .rpt_head .rpt_description, .rpt_style_loc .rpt_plan .rpt_head .rpt_description {
1162
+ color: #f5f5f5
1163
+ }
1164
+
1165
+ .rpt_4_plans .rpt_plan .rpt_head .rpt_description {
1166
+ font-size: 13px;
1167
+ line-height: 18px
1168
+ }
1169
+
1170
+ .rpt_4_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1171
+ font-size: 12px;
1172
+ line-height: 17px
1173
+ }
1174
+
1175
+ .rpt_5_plans .rpt_plan .rpt_head .rpt_description {
1176
+ font-size: 12px;
1177
+ line-height: 18px
1178
+ }
1179
+
1180
+ .rpt_5_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1181
+ font-size: 11px;
1182
+ line-height: 17px
1183
+ }
1184
+
1185
+ .rpt_plans .rpt_plan .rpt_features {
1186
+ padding: 20px;
1187
+ background: #f0ecfb;
1188
+ text-align: center
1189
+ }
1190
+
1191
+ .rpt_plans .rpt_plan .rpt_features .rpt_feature {
1192
+ font-size: 16px;
1193
+ padding: 6px 16px;
1194
+ border-bottom: 1px dotted #d3d3d3
1195
+ }
1196
+ .rpt_plans .rpt_plan .rpt_features .rpt_feature a {
1197
+ color: #333333;
1198
+ }
1199
+
1200
+ .rpt_plans .rpt_plan .rpt_features .rpt_feature:last-child {
1201
+ border-bottom: none
1202
+ }
1203
+
1204
+ .rpt_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1205
+ font-size: 14px
1206
+ }
1207
+
1208
+ .rpt_style_bic .rpt_plan .rpt_features, .rpt_style_loc .rpt_plan .rpt_features, .rpt_style_swl .rpt_plan .rpt_features {
1209
+ background: #fff
1210
+ }
1211
+
1212
+ .rpt_style_swl .rpt_plan .rpt_features .rpt_feature {
1213
+ padding: 5px 16px
1214
+ }
1215
+
1216
+ .rpt_4_plans .rpt_plan .rpt_features .rpt_feature {
1217
+ padding: 6px 10px;
1218
+ font-size: 14px
1219
+ }
1220
+
1221
+ .rpt_4_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1222
+ font-size: 12px
1223
+ }
1224
+
1225
+ .rpt_5_plans .rpt_plan .rpt_features .rpt_feature {
1226
+ padding: 6px 10px;
1227
+ font-size: 13px
1228
+ }
1229
+
1230
+ .rpt_5_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1231
+ font-size: 11px
1232
+ }
1233
+
1234
+ .rpt_plans .rpt_plan .rpt_foot {
1235
+ display: block;
1236
+ padding: 10px 30px;
1237
+ border-top: #7559C0 solid 2px;
1238
+ background: #7559C0;
1239
+ text-align: center;
1240
+ color: #fff;
1241
+ font-size: 24px;
1242
+ text-decoration: none;
1243
+ font-weight: 300;
1244
+ transition: All .5s ease;
1245
+ -webkit-transition: All .5s ease;
1246
+ -moz-transition: All .5s ease;
1247
+ -o-transition: All .5s ease
1248
+ }
1249
+
1250
+ .rpt_plans .rpt_sm_button .rpt_plan .rpt_foot {
1251
+ font-size: 19px
1252
+ }
1253
+
1254
+ .rpt_style_basic .rpt_plan .rpt_foot {
1255
+ border-bottom-left-radius: 8px;
1256
+ border-bottom-right-radius: 8px
1257
+ }
1258
+
1259
+ .rpt_style_swl .rpt_plan .rpt_foot {
1260
+ border-top: none;
1261
+ padding: 10px 30px 20px;
1262
+ color: #000;
1263
+ background: #333
1264
+ }
1265
+
1266
+ .rpt_4_plans .rpt_plan .rpt_foot {
1267
+ padding: 4px 20px;
1268
+ font-size: 19px
1269
+ }
1270
+
1271
+ .rpt_4_plans .rpt_sm_button .rpt_plan .rpt_foot, .rpt_5_plans .rpt_plan .rpt_foot {
1272
+ padding: 4px 20px;
1273
+ font-size: 17px
1274
+ }
1275
+
1276
+ .rpt_5_plans .rpt_sm_button .rpt_plan .rpt_foot {
1277
+ font-size: 16px
1278
+ }
1279
+
1280
+ .rpt_plans .rpt_plan .rpt_foot:hover {
1281
+ opacity: .8
1282
+ }
1283
+
1284
+ .rpt_style_swl .rpt_plan .rpt_foot:hover {
1285
+ opacity: 1
1286
+ }
1287
+
1288
+ .rpt_plans .rpt_recommended_plan .rpt_foot {
1289
+ font-size: 30px;
1290
+ padding: 16px 0
1291
+ }
1292
+
1293
+ .rpt_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1294
+ font-size: 26px
1295
+ }
1296
+
1297
+ .rpt_4_plans .rpt_recommended_plan .rpt_foot {
1298
+ font-size: 22px;
1299
+ font-weight: 300;
1300
+ padding: 10px 0
1301
+ }
1302
+
1303
+ .rpt_4_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1304
+ font-size: 19px;
1305
+ padding: 10px 0
1306
+ }
1307
+
1308
+ .rpt_5_plans .rpt_recommended_plan .rpt_foot {
1309
+ font-size: 20px;
1310
+ font-weight: 300;
1311
+ padding: 10px 0
1312
+ }
1313
+
1314
+ .rpt_5_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1315
+ font-size: 18px;
1316
+ padding: 10px 0
1317
+ }
1318
+
1319
+ .rpt_custom_btn {
1320
+ border-bottom-left-radius: 5px;
1321
+ border-bottom-right-radius: 5px;
1322
+ text-align: center;
1323
+ padding: 16px 20px
1324
+ }
1325
+
1326
+ .rpt_plans .rpt_recommended_plan {
1327
+ position: relative;
1328
+ top: -10px
1329
+ }
1330
+
1331
+ .rpt_recommended_plan img.rpt_recommended {
1332
+ position: absolute !important;
1333
+ right: 10px !important
1334
+ }
1335
+
1336
+ .rpt_style_bic .rpt_recommended_plan, .rpt_style_loc .rpt_recommended_plan {
1337
+ -webkit-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
1338
+ -moz-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
1339
+ box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39)
1340
+ }
1341
+
1342
+ a.rpt_tooltip {
1343
+ display: block;
1344
+ outline: 0;
1345
+ position: relative
1346
+ }
1347
+
1348
+ a.rpt_tooltip strong {
1349
+ line-height: 30px
1350
+ }
1351
+
1352
+ a.rpt_tooltip > span.intool {
1353
+ width: 90%;
1354
+ padding: 10px;
1355
+ margin-top: 56px;
1356
+ opacity: 0;
1357
+ visibility: hidden;
1358
+ z-index: 10;
1359
+ position: absolute;
1360
+ top: -15px;
1361
+ display: block;
1362
+ color: #f5f5f5;
1363
+ font-size: 13px;
1364
+ line-height: 20px;
1365
+ background: #333;
1366
+ font-weight: 300;
1367
+ text-align: center
1368
+ }
1369
+
1370
+ a.rpt_tooltip:hover {
1371
+ cursor: zoom-in
1372
+ }
1373
+
1374
+ a.rpt_tooltip .rpt_tooltip_plus {
1375
+ text-decoration: none !important;
1376
+ display: inline;
1377
+ font-size: 12px;
1378
+ font-weight: 700;
1379
+ position: relative;
1380
+ top: -6px
1381
+ }
1382
+
1383
+ .rpt_feature:hover a.rpt_tooltip > span.intool {
1384
+ opacity: .98;
1385
+ text-decoration: none;
1386
+ visibility: visible;
1387
+ overflow: visible
1388
+ }
1389
+
1390
+ a.rpt_tooltip span.intool b {
1391
+ width: 10px;
1392
+ height: 10px;
1393
+ margin-left: 35%;
1394
+ margin-top: -15px;
1395
+ position: absolute;
1396
+ -webkit-transform: rotate(-45deg);
1397
+ -moz-transform: rotate(-45deg);
1398
+ -o-transform: rotate(-45deg);
1399
+ transform: rotate(-45deg);
1400
+ display: none \0/;
1401
+ background: #333
1402
+ }
1403
+
1404
+ .rpt_3_plans a.rpt_tooltip > span.intool {
1405
+ margin-left: -1%
1406
+ }
1407
+
1408
+ .rpt_4_plans a.rpt_tooltip > span.intool {
1409
+ margin-left: 0
1410
+ }
1411
+
1412
+ .rpt_5_plans a.rpt_tooltip > span.intool {
1413
+ margin-left: -2%
1414
+ }
1415
+
1416
+ .entry-content .rpt_plan a, .rpt_plan a {
1417
+ border-bottom: none !important;
1418
+ text-decoration: none;
1419
+ }
1420
+
1421
+ .rpt_plans .rpt_plan .rpt_icon {
1422
+ max-width: 30px;
1423
+ max-height: 30px
1424
+ }
1425
+
1426
+ .rpt_plans .rpt_plan img {
1427
+ display: inline;
1428
+ margin: 0 10px 0 0;
1429
+ padding: 0;
1430
+ -webkit-box-shadow: 0 0 0 0 transparent;
1431
+ -moz-box-shadow: 0 0 0 0 transparent;
1432
+ box-shadow: 0 0 0 0 transparent;
1433
+ border: none
1434
+ }
1435
+
1436
+ .mystickymenu-testimonial {
1437
+ position: relative;
1438
+ }
1439
+ .mystickymenu-testimonial .testimonial-data {
1440
+ position: relative;
1441
+ }
1442
+ .mystickymenu-testimonial .testimonial-data {
1443
+ position: relative;
1444
+ margin-left: 30px;
1445
+ padding: 10px 10px 10px 40px;
1446
+ background: #f5f5f5;
1447
+ font-size: 16px;
1448
+ line-height: 22px;
1449
+ }
1450
+ .mystickymenu-testimonial .testimonial-image {
1451
+ position: absolute;
1452
+ height: 60px;
1453
+ width: 60px;
1454
+ overflow: hidden;
1455
+ border-radius: 30px;
1456
+ top: 50%;
1457
+ margin-top: -30px;
1458
+ z-index: 1;
1459
+ }
1460
+ .mystickymenu-testimonial .testimonial-image img {
1461
+ width: 100%;
1462
+ height: auto;
1463
+ }
1464
+ .mystickymenu-testimonial-list {
1465
+ width: 100%;
1466
+ max-width: 1080px;
1467
+ margin: 30px auto;
1468
+ }
1469
+ .testimonial-title {
1470
+ font-weight: bold;
1471
+ font-size: 18px;
1472
+ padding: 0 0 5px 0;
1473
+ }
1474
+ .testimonial-author {
1475
+ font-size: 16px;
1476
+ font-style: italic;
1477
+ font-weight: 500;
1478
+ padding: 5px 0 0 0;
1479
+ }
1480
+ p.udner-title strong {
1481
+ font-size: 30px;
1482
+ padding-bottom: 40px;
1483
+ display: block;
1484
+ color: #b97fcf;
1485
+ text-align: center;
1486
+ }
1487
+ p.udner-title {
1488
+ margin: 0;
1489
+ padding: 0;
1490
+ }
1491
+ @media only screen and (max-width: 640px) {
1492
+ .rpt_plans .rpt_plan {
1493
+ width: 96%;
1494
+ margin: 10px 2% 20px !important
1495
+ }
1496
+
1497
+ .rpt_plans .rpt_plan .rpt_title {
1498
+ position: relative;
1499
+ font-size: 26px !important;
1500
+ line-height: 35px !important
1501
+ }
1502
+
1503
+ .rpt_plans .rpt_plan .rpt_head .rpt_price {
1504
+ font-size: 74px !important;
1505
+ line-height: 100px !important
1506
+ }
1507
+
1508
+ .rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
1509
+ font-size: 17px !important;
1510
+ line-height: 28px !important;
1511
+ padding: 10px 40px 20px
1512
+ }
1513
+
1514
+ .rpt_plans .rpt_plan .rpt_head .rpt_description {
1515
+ font-size: 15px !important;
1516
+ line-height: 26px !important;
1517
+ padding: 0 40px 30px
1518
+ }
1519
+
1520
+ .rpt_plans .rpt_plan .rpt_features .rpt_feature {
1521
+ padding: 6px 16px;
1522
+ font-size: 14px !important
1523
+ }
1524
+
1525
+ .rpt_plans .rpt_plan .rpt_foot {
1526
+ padding: 10px 40px;
1527
+ text-align: center;
1528
+ color: #fff;
1529
+ font-size: 20px
1530
+ }
1531
+
1532
+ .rpt_plans .rpt_recommended_plan .rpt_foot {
1533
+ font-size: 30px;
1534
+ font-weight: 300;
1535
+ padding: 20px 0
1536
+ }
1537
+
1538
+ .rpt_plan .rpt_head .rpt_price .rpt_currency {
1539
+ top: -36px !important;
1540
+ left: -10px !important;
1541
+ font-size: 35px !important
1542
+ }
1543
+ }
1544
+
1545
+ #rpt_pricr .rpt_plan_ori .rpt_features .rpt_feature, #rpt_pricr .rpt_plan_ori .rpt_features .rpt_feature a, #rpt_pricr .rpt_plan_ori .rpt_foot, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_description, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_price, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_price .rpt_currency, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_recurrence, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_subtitle, #rpt_pricr .rpt_plan_ori .rpt_title {
1546
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
1547
+ font-weight: 300 !important
1548
+ }
1549
+
1550
+ .client-testimonial {
1551
+ margin: 20px auto 0px;
1552
+ -webkit-border-radius: 5px;
1553
+ -moz-border-radius: 5px;
1554
+ border-radius: 5px;
1555
+ }
1556
+ .client-testimonial span.dashicons.dashicons-yes {
1557
+ background: #00bd00;
1558
+ color: #fff;
1559
+ border-radius: 50%;
1560
+ -webkit-border-radius: 50%;
1561
+ -moz-border-radius: 50%;
1562
+ }
1563
+ .client-testimonial p.text-center {
1564
+ text-align: center;
1565
+ margin: 6px 0;
1566
+ font-size: 14px;
1567
+ }
1568
+ .client-testimonial .payment {
1569
+ margin: 20px 0;
1570
+ text-align: center;
1571
+ }
1572
+ .testimonial-image {
1573
+ width: 10%;
1574
+ display: inline-block;
1575
+ vertical-align: middle;
1576
+ }
1577
+ .testimonial-content {
1578
+ width: 85%;
1579
+ display: inline-block;
1580
+ vertical-align: middle;
1581
+ padding-left: 15px;
1582
+ }
1583
+ .testimonial-image img {
1584
+ border-radius: 50%;
1585
+ -webkit-border-radius: 50%;
1586
+ -moz-border-radius: 50%;
1587
+ width: 100%;
1588
+ height: auto;
1589
+ }
1590
+ .client-testimonial .author {
1591
+ font-weight: bold;
1592
+ padding: 5px 0 0 0;
1593
+ font-size: 14px;
1594
+ }
1595
+ .testimonial-box {
1596
+ padding: 15px;
1597
+ background: #d6efff;
1598
+ -webkit-border-radius: 5px;
1599
+ -moz-border-radius: 5px;
1600
+ border-radius: 5px;
1601
+ }
1602
+
1603
+ /*01-08-2019 welcome bar css*/
1604
+ #sticky-header-welcome-bar *, #sticky-header-welcome-bar ::before, #sticky-header-welcome-bar ::after {
1605
+ -webkit-box-sizing: border-box;
1606
+ -moz-box-sizing: border-box;
1607
+ box-sizing: border-box;
1608
+ }
1609
+ #sticky-header-welcome-bar .iris-picker, #sticky-header-welcome-bar .iris-picker * {
1610
+ -moz-box-sizing: content-box;
1611
+ -webkit-box-sizing: content-box;
1612
+ box-sizing: content-box;
1613
+ }
1614
+ .mysticky-welcomebar-switch {
1615
+ display: inline-block;
1616
+ width:55px;
1617
+ height:30px;
1618
+ position: relative;
1619
+ }
1620
+ .mysticky-welcomebar-switch input {
1621
+ opacity: 0;
1622
+ width: 0;
1623
+ height: 0;
1624
+ }
1625
+
1626
+ .mysticky-welcomebar-switch .slider:before {
1627
+ border-radius: 50%;
1628
+ position: absolute;
1629
+ content: "";
1630
+ height: 24px;
1631
+ width: 25px;
1632
+ left: 2px;
1633
+ top: 1px;
1634
+ background-color: #ffffff;
1635
+ -webkit-transition: .4s;
1636
+ transition: .4s;
1637
+ }
1638
+ .mysticky-welcomebar-switch .slider {
1639
+ border-radius: 15px;
1640
+ position: absolute;
1641
+ cursor: pointer;
1642
+ top: 0;
1643
+ left: 0;
1644
+ right: 0;
1645
+ bottom: 0;
1646
+ background-color: #ccc;
1647
+ border: 2px solid #ccc;
1648
+ -webkit-transition: .4s;
1649
+ transition: .4s;
1650
+ }
1651
+ ..mysticky-welcomebar-switch .slider:before {
1652
+ border-radius: 50%;
1653
+ position: absolute;
1654
+ content: "";
1655
+ height: 24px;
1656
+ width: 25px;
1657
+ left: 2px;
1658
+ top: 1px;
1659
+ background-color: #ffffff;
1660
+ -webkit-transition: .4s;
1661
+ transition: .4s;
1662
+ }
1663
+
1664
+
1665
+ .mysticky-welcomebar-switch input:checked + .slider {
1666
+ background-color: #7761DF;
1667
+ border: 2px solid #7761DF;
1668
+ }
1669
+ .mysticky-welcomebar-switch input:focus + .slider {
1670
+ box-shadow: 0 0 1px #2196F3;
1671
+ }
1672
+ .mysticky-welcomebar-switch input:checked + .slider:before {
1673
+ -webkit-transform: translateX(24px);
1674
+ -ms-transform: translateX(24px);
1675
+ transform: translateX(24px);
1676
+ }
1677
+
1678
+ .welcombar-status-switch{
1679
+ display: inline-block;
1680
+ width:46px;
1681
+ height:24px;
1682
+ position: relative;
1683
+ }
1684
+
1685
+ .welcombar-status-switch .slider:before {
1686
+ border-radius: 50%;
1687
+ position: absolute;
1688
+ content: "";
1689
+ height: 15px;
1690
+ width: 15px;
1691
+ left: 2px;
1692
+ top: 2px;
1693
+ background-color: #ffffff;
1694
+ -webkit-transition: .4s;
1695
+ transition: .4s;
1696
+ }
1697
+ .mysticky-welcomebar-form {
1698
+ background-color: #f8fcfd;
1699
+ border: 1px solid #E1E6E6;
1700
+ padding: 20px;
1701
+ border-radius: 7px;
1702
+ position: relative;
1703
+ }
1704
+ .mysticky-welcomebar-header-title h3 {
1705
+ margin: 0;
1706
+ font-size: 26px;
1707
+ color: #4F4F4F;
1708
+ line-height: 1.2;
1709
+ display: inline-block;
1710
+ vertical-align: top;
1711
+ }
1712
+ .mysticky-welcomebar-header-title h3 + .mysticky-welcomebar-switch {
1713
+ margin-left: 20px;
1714
+ }
1715
+ .mysticky-welcomebar-subheader-title {
1716
+ padding: 40px 0 30px;
1717
+ }
1718
+ .mysticky-welcomebar-subheader-title h4 {
1719
+ margin: 0;
1720
+ font-weight: 400;
1721
+ font-size: 22px;
1722
+ line-height: 1.2;
1723
+ color: #4F4F4F;
1724
+ }
1725
+ .mysticky-welcomebar-setting-content {
1726
+ display: flex;
1727
+ /*align-items: center;*/
1728
+ padding-bottom: 20px;
1729
+ }
1730
+ .mysticky-welcomebar-setting-content.show-on-apper {
1731
+ align-items: flex-start;
1732
+ }
1733
+ .mysticky-welcomebar-setting-content > label {
1734
+ font-size: 18px;
1735
+ line-height: 1.2;
1736
+ color: #4F4F4F;
1737
+ font-weight: 500;
1738
+ margin-top: 10px;
1739
+ width: 255px;
1740
+ padding-right: 10px;
1741
+ }
1742
+ .mysticky-welcomebar-setting-content.show-on-apper > label {
1743
+ margin-top: 10px;
1744
+ }
1745
+ .mysticky-welcomebar-setting-content-right {
1746
+ width: 100%;
1747
+ align-items: center;
1748
+ display: flex;
1749
+ }
1750
+ .mysticky-welcomebar-setting-wrap .myStickymenu-upgrade {
1751
+ display: inline-block;
1752
+ vertical-align: top;
1753
+ float: none;
1754
+ margin-left: 20px;
1755
+ }
1756
+ .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-position .myStickymenu-upgrade {
1757
+ margin-left: 50px;
1758
+ }
1759
+ .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-remove-getbar .myStickymenu-upgrade {
1760
+ margin-left: 130px;
1761
+ }
1762
+ .mysticky-welcomebar-setting-content-right.mysticky-welcomebar-colorpicker .wp-picker-container{
1763
+ display: inline-block;
1764
+ }
1765
+ .mysticky-welcomebar-setting-content-right label {
1766
+ display: inline-block;
1767
+ vertical-align: top;
1768
+ width: 100px;
1769
+ padding-right: 10px;
1770
+ }
1771
+ .mysticky-welcomebar-setting-content-right .wp-picker-input-wrap label {
1772
+ width: auto;
1773
+ }
1774
+ .mysticky-welcomebar-setting-content-right .mysticky-welcomebar-trigger-wrap label {
1775
+ width: auto;
1776
+ }
1777
+ #mystickymenu .mysticky-welcomebar-setting-content-right .px-wrap input {
1778
+ padding-right: 60px;
1779
+ }
1780
+ .mysticky-welcomebar-setting-content-right select ,
1781
+ .mysticky-welcomebar-setting-content-right input[type="text"] ,
1782
+ .mysticky-welcomebar-setting-content-right textarea {
1783
+ width: 400px;
1784
+ height: 42px;
1785
+ border-radius: 20px;
1786
+ color: #32373c;
1787
+ display: block;
1788
+ padding: 0 10px;
1789
+ box-shadow: none;
1790
+ border: 1px solid #DCE2E2;
1791
+ margin: 0;
1792
+ font-size: 14px;
1793
+ font-weight: 400;
1794
+ }
1795
+
1796
+ .mysticky-welcomebar-setting-content-right input::placeholder,
1797
+ .mysticky-welcomebar-setting-content-right input:-ms-input-placeholder,
1798
+ .mysticky-welcomebar-setting-content-right input::-ms-input-placeholder {
1799
+ color: #b5b7b9;
1800
+ opacity:0.6;
1801
+ }
1802
+ .mysticky-welcomebar-setting-content-right select {
1803
+ padding-right: 22px;
1804
+ }
1805
+ .mysticky-welcomebar-setting-content-right textarea {
1806
+ height: 100px;
1807
+ border-radius: 10px;
1808
+ padding-top: 9px;
1809
+ }
1810
+ #mystickymenu .wp-picker-container input[type="text"].wp-color-picker {
1811
+ border-radius: 0;
1812
+ height: 32px;
1813
+ border: 1px solid #DCE2E2;
1814
+ }
1815
+ #mystickymenu .wp-picker-input-wrap .button {
1816
+ height: 32px;
1817
+ }
1818
+ #mystickymenu .form-table .wp-picker-input-wrap label {
1819
+ padding-right: 10px;
1820
+ }
1821
+ .mysticky-welcomebar-setting-action {
1822
+ display: inline-block;
1823
+ vertical-align: top;
1824
+ }
1825
+ .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
1826
+ padding-left: 10px;
1827
+ }
1828
+ .mysticky-welcomebar-redirect label {
1829
+ width: auto;
1830
+ padding-right: 0;
1831
+ padding-top: 10px;
1832
+ }
1833
+ .mysticky-welcomebar-expirydate {
1834
+ position: relative;
1835
+ display: inline-block;
1836
+ vertical-align: top;
1837
+ }
1838
+ .mysticky-welcomebar-setting-content-right .mysticky-welcomebar-expirydate input {
1839
+ padding-left: 55px;
1840
+ }
1841
+ .mysticky-welcomebar-expirydate .dashicons {
1842
+ position: absolute;
1843
+ top: 0;
1844
+ left: 0;
1845
+ bottom: 0;
1846
+ color: #a7a7a7;
1847
+ border-right: 1px solid #a7a7a7;
1848
+ width: 46px;
1849
+ height: 100%;
1850
+ line-height: 40px;
1851
+ }
1852
+ a.create-rule {
1853
+ background-color: #7761DF;
1854
+ color: #fff;
1855
+ display: inline-block;
1856
+ margin: 10px 0 0;
1857
+ vertical-align: top;
1858
+ text-decoration: none;
1859
+ padding: 5px 12px;
1860
+ border-radius: 20px;
1861
+ box-shadow: none;
1862
+ outline: none;
1863
+ }
1864
+ .mysticky-welcomebar-upgrade-main {
1865
+ position: relative;
1866
+ vertical-align: top;
1867
+ width: 100%;
1868
+ padding-right: 10px;
1869
+ padding-bottom: 0;
1870
+ }
1871
+ .mysticky-welcomebar-upgrade-main .myStickymenu-upgrade {
1872
+ float: right;
1873
+ }
1874
+ .mysticky-welcomebar-page-option {
1875
+ margin-bottom: 20px;
1876
+ position: relative;
1877
+ }
1878
+ .mysticky-welcomebar-page-option select {
1879
+ width: 230px;
1880
+ }
1881
+ .mysticky-welcomebar-page-option .myStickymenu-upgrade {
1882
+ display: none;
1883
+ position: absolute;
1884
+ top: 9px;
1885
+ left: 50%;
1886
+ -webkit-transform: translateX(-50%);
1887
+ -moz-transform: translateX(-50%);
1888
+ transform: translateX(-50%);
1889
+ text-align: center;
1890
+ margin-left: 0;
1891
+ }
1892
+ .mysticky-welcomebar-page-option .myStickymenu-upgrade a {
1893
+ padding-top: 5px;
1894
+ padding-bottom: 7px;
1895
+ padding-left: 20px;
1896
+ padding-right: 20px;
1897
+ font-size: 14px;
1898
+ box-shadow: 0 0 3px #999;
1899
+ }
1900
+ .mysticky-welcomebar-page-option:hover .myStickymenu-upgrade {
1901
+ display: block;
1902
+ }
1903
+ .mysticky-welcomebar-page-option .url-content {
1904
+ /*display: flex;*/
1905
+ overflow:hidden;
1906
+ align-items: center;
1907
+ }
1908
+ .mysticky-welcomebar-page-option .url-content > div {
1909
+ padding: 0 5px;
1910
+ float: left;
1911
+
1912
+ }
1913
+
1914
+ .mysticky-welcomebar-page-option .url-content .mysticky-welcomebar-url-values,
1915
+ .mysticky-welcomebar-page-option .url-content .mysticky-welcomebar-url-option{
1916
+ width: 20%;
1917
+ }
1918
+ .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box {
1919
+ width: 28%;
1920
+ text-align: right;
1921
+ margin-top: 10px;
1922
+ }
1923
+
1924
+ /*.mysticky-welcomebar-page-option .url-content select {
1925
+ width: 120px;
1926
+ }
1927
+ */
1928
+ .mysticky-welcomebar-page-option .url-content input[type="text"] {
1929
+ height: 38px;
1930
+ padding: 0 15px;
1931
+ border-radius: 0;
1932
+ }
1933
+
1934
+ .mysticky-page-option .myStickymenu-upgrade {
1935
+ float: none;
1936
+ position: absolute;
1937
+ top: 0;
1938
+ left: 50%;
1939
+ /* right: 0; */
1940
+ text-align: center;
1941
+ /* background-color: rgba(0,0,0,0.6); */
1942
+ bottom: 0;
1943
+ border-radius: 10px;
1944
+ display: none;
1945
+ align-items: center;
1946
+ justify-content: center;
1947
+ -webkit-transform: translateX(-50%);
1948
+ -moz-transform: translateX(-50%);
1949
+ transform: translateX(-50%);
1950
+ }
1951
+ .mysticky-page-option:hover .myStickymenu-upgrade {
1952
+ display: flex;
1953
+ }
1954
+ .mysticky-page-option .myStickymenu-upgrade a {
1955
+ padding-top: 5px;
1956
+ padding-bottom: 7px;
1957
+ padding-left: 20px;
1958
+ padding-right: 20px;
1959
+ font-size: 14px;
1960
+ box-shadow: 0 0 3px #999;
1961
+ }
1962
+ .mysticky-page-option {
1963
+ background-color: #fff;
1964
+ padding: 10px;
1965
+ margin-bottom: 10px;
1966
+ border: 1px solid #DCE2E2;
1967
+ border-radius: 10px;
1968
+ position: relative;
1969
+ }
1970
+ .mysticky-page-option .url-content {
1971
+ display: flex;
1972
+ align-items: center;
1973
+ }
1974
+ .mysticky-page-option .url-content > div {
1975
+ padding: 0 5px;
1976
+ }
1977
+ .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box {
1978
+ width: 260px;
1979
+ text-align: right;
1980
+ }
1981
+ .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box {
1982
+ width: 300px;
1983
+ }
1984
+ .mysticky-page-option .url-content select {
1985
+ width: 250px;
1986
+ }
1987
+ .mysticky-page-option .url-content input[type="text"] {
1988
+ height: 38px;
1989
+ padding: 0 15px;
1990
+ border-radius: 0;
1991
+ }
1992
+ .mystickymenu-page-target-wrap {
1993
+ padding-bottom: 20px;
1994
+ }
1995
+
1996
+ .mysticky-welcomebar-remove-rule ,
1997
+ .mysticky-remove-rule {
1998
+ color: #fff;
1999
+ background-color: #666;
2000
+ text-decoration: none;
2001
+ display: inline-block;
2002
+ vertical-align: top;
2003
+ width: 38px;
2004
+ height: 38px;
2005
+ text-align: center;
2006
+ border-radius: 4px;
2007
+ font-size: 22px;
2008
+ line-height: 35px;
2009
+ }
2010
+ .mysticky-welcomebar-page-options {
2011
+ display: inline-block;
2012
+ vertical-align: top;
2013
+ }
2014
+ /**/
2015
+ .mysticky-welcomebar-setting-right {
2016
+ position: absolute;
2017
+ top: 32px;
2018
+ right: 50px;
2019
+ width: 500px;
2020
+ }
2021
+ .mysticky-welcomebar-header-title::after {
2022
+ content: "";
2023
+ display: block;
2024
+ clear: both;
2025
+ }
2026
+ .mysticky-welcomebar-preview-window {
2027
+ float: right;
2028
+ }
2029
+ .mysticky-welcomebar-header-title {
2030
+ padding-bottom: 20px;
2031
+ }
2032
+ .mysticky-welcomebar-preview-window ul {
2033
+ margin: 0;
2034
+ padding: 0;
2035
+ }
2036
+ .mysticky-welcomebar-preview-window ul li {
2037
+ color: #7761DF;
2038
+ display: inline-block;
2039
+ vertical-align: top;
2040
+ width: 36px;
2041
+ height: 36px;
2042
+ background-color: #DFDDF7;
2043
+ border-radius: 50%;
2044
+ text-align: center;
2045
+ line-height: 36px;
2046
+ margin-bottom: 0;
2047
+ margin-left: 10px;
2048
+ }
2049
+ .mysticky-welcomebar-preview-window ul li.preview-active {
2050
+ color: #fff;
2051
+ background-color: #7761DF;
2052
+ }
2053
+ .mysticky-welcomebar-preview-window ul li .dashicons {
2054
+ line-height: 36px;
2055
+ }
2056
+ .mysticky-welcomebar-preview-screen {
2057
+ background-color: #ffffff;
2058
+ border: 1px solid #DCE2E2;
2059
+ border-radius: 10px;
2060
+ margin: 0 auto;
2061
+ padding: 0;
2062
+ height: 400px;
2063
+ position: relative;
2064
+ overflow: hidden;
2065
+ max-width: 100%;
2066
+ -webkit-transition: all 0.5s ease 0s;
2067
+ -moz-transition: all 0.5s ease 0s;
2068
+ transition: all 0.5s ease 0s;
2069
+ }
2070
+ .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen {
2071
+ max-width: 320px;
2072
+ }
2073
+ .mysticky-welcomebar-submit {
2074
+ float: right;
2075
+ padding-top: 50px;
2076
+ margin-right: -20px;
2077
+ }
2078
+ .mysticky-welcomebar-form-reset .mysticky-welcomebar-submit {
2079
+ margin-right: 0;
2080
+ padding-top: 30px;
2081
+ }
2082
+ .mysticky-welcomebar-submit input.button-secondary {
2083
+ background: #969696;
2084
+ border-color: #969696;
2085
+ color: #ffffff;
2086
+ text-transform: uppercase;
2087
+ border-radius: 31px;
2088
+ font-size: 26px;
2089
+ margin-right: 10px;
2090
+ padding-left: 23px;
2091
+ padding-right: 23px;
2092
+ height: 60px;
2093
+ width: 200px;
2094
+ border: 0;
2095
+ box-shadow: none;
2096
+ font-weight: 600;
2097
+ text-shadow: none;
2098
+ }
2099
+ .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-buttons {
2100
+ padding-right: 0;
2101
+ }
2102
+ .ui-dialog-buttonset .green-btn.ui-button {
2103
+ background-color: #00c67c;
2104
+ border-color: #00c67c;
2105
+ color: #fff;
2106
+ }
2107
+ .mysticky-welcomebar-setting-content-right.mysticky-welcomebar-setting-redirect-wrap {
2108
+ display: block;
2109
+ }
2110
+ .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-redirect-wrap .myStickymenu-upgrade {
2111
+ margin-top: 7px;
2112
+ }
2113
+ .updates-form-form {
2114
+ min-height: calc(100vh - 280px);
2115
+ }
2116
+ .popup-form-content {
2117
+ background: #ffffff;
2118
+ min-height: 100px;
2119
+ width: 450px;
2120
+ text-align: center;
2121
+ margin-top: 50px;
2122
+ border: solid 1px #c1c1c1;
2123
+ }
2124
+ .updates-content-buttons button {
2125
+ margin: 10px 3px !important;
2126
+ float: left;
2127
+ }
2128
+ .updates-content-buttons a span {
2129
+ -webkit-animation: fa-spin 0.75s infinite linear;
2130
+ animation: fa-spin 0.75s infinite linear;
2131
+ }
2132
+ .updates-content-buttons a:hover, .updates-content-buttons a:focus {
2133
+ color: #ffffff;
2134
+ background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1));
2135
+ }
2136
+ .updates-content-buttons a:focus {
2137
+ outline: 0;
2138
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50,100,150,.4);
2139
+ }
2140
+ .updates-content-buttons button.form-cancel-btn {
2141
+ float: right !important;
2142
+ }
2143
+ .form-submit-btn {
2144
+ background-color: #3085d6;
2145
+ }
2146
+ .updates-content-buttons a span {
2147
+ -webkit-animation: fa-spin 0.75s infinite linear;
2148
+ animation: fa-spin 0.75s infinite linear;
2149
+ }
2150
+ .add-update-mystickymenu-title {
2151
+ font-size: 20px;
2152
+ line-height: 30px;
2153
+ padding: 20px 20px 0;
2154
+ }
2155
+ .mystickymenu-form-input {
2156
+ padding: 10px 20px;
2157
+ }
2158
+ .mystickymenu-form-input input {
2159
+ width: 100%;
2160
+ transition: border-color .3s,box-shadow .3s;
2161
+ border: 1px solid #d9d9d9;
2162
+ border-radius: .1875em;
2163
+ font-size: 1.125em;
2164
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.06);
2165
+ box-sizing: border-box;
2166
+ height: 2.625em;
2167
+ margin: 1em auto;
2168
+ }
2169
+ .updates-content-buttons {
2170
+ background: #c1c1c1;
2171
+ padding: 0 20px;
2172
+ }
2173
+ div#wp-mysticky_bar_text-wrap {
2174
+ width: 40%;
2175
+ }
2176
+
2177
+ .mystickymenu-popup {
2178
+ position: fixed;
2179
+ width: 100%;
2180
+ height: 100%;
2181
+ top: 0;
2182
+ left: 0;
2183
+ z-index: 100001;
2184
+ background: rgba(0, 0, 0, .75)
2185
+ }
2186
+
2187
+ .mystickymenu-popup-box {
2188
+ padding: 0;
2189
+ width: 600px;
2190
+ max-width: 100%;
2191
+ margin: auto;
2192
+ top: 50%;
2193
+ position: absolute;
2194
+ left: 0;
2195
+ right: 0;
2196
+ border-radius: 5px;
2197
+ transform: translate(0, -50%);
2198
+ -webkit-transform: translate(0, -50%);
2199
+ -moz-transform: translate(0, -50%);
2200
+ text-align: center;
2201
+ background: #fcfcfc
2202
+ }
2203
+
2204
+ .mystickymenu-popup-header {
2205
+ padding: 15px;
2206
+ font-size: 20px;
2207
+ border-bottom: solid 1px #e6e6e6
2208
+ }
2209
+
2210
+ .mystickymenu-popup-content {
2211
+ background: #fff;
2212
+ padding: 15px;
2213
+ font-size: 14px;
2214
+ line-height: 20px
2215
+ }
2216
+
2217
+ .mystickymenu-popup-content iframe {
2218
+ margin: 30px 0
2219
+ }
2220
+
2221
+ .mystickymenu-popup-footer {
2222
+ padding: 15px;
2223
+ border-top: solid 1px #e6e6e6
2224
+ }
2225
+
2226
+ .mystickymenu-popup-footer button {
2227
+ border: none;
2228
+ padding: 10px 20px;
2229
+ border-radius: 4px;
2230
+ background: #00c478;
2231
+ color: #fff;
2232
+ cursor: pointer;
2233
+ }
2234
+
2235
+ .close-mystickymenu-popup {
2236
+ margin: 0;
2237
+ padding: 0;
2238
+ background: 0 0;
2239
+ border: none;
2240
+ float: right;
2241
+ background: #000;
2242
+ border-radius: 50%;
2243
+ color: #fff;
2244
+ text-align: center;
2245
+ width: 24px;
2246
+ height: 24px;
2247
+ cursor: pointer;
2248
+ }
2249
+
2250
+ .close-mystickymenu-popup span {
2251
+ line-height: 24px
2252
+ }
2253
+ @-webkit-keyframes fa-spin {
2254
+ 0% {
2255
+ -webkit-transform: rotate(0deg);
2256
+ transform: rotate(0deg);
2257
+ }
2258
+ 100% {
2259
+ -webkit-transform: rotate(359deg);
2260
+ transform: rotate(359deg);
2261
+ }
2262
+ }
2263
+ @media only screen and (max-width: 1490px) {
2264
+ .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
2265
+ padding-left: 10px;
2266
+ }
2267
+ .mysticky-welcomebar-setting-right {
2268
+ width: 400px;
2269
+ }
2270
+ }
2271
+ @media only screen and (max-width: 1355px) {
2272
+ .mysticky-welcomebar-page-option .url-content select {
2273
+ width: 130px;
2274
+ }
2275
+ .mysticky-welcomebar-page-option .url-content input[type="text"] {
2276
+ width: 180px;
2277
+ }
2278
+ .mysticky-welcomebar-setting-action {
2279
+ display: block;
2280
+ }
2281
+ .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
2282
+ padding-left: 0;
2283
+ padding-top: 10px;
2284
+ }
2285
+ }
2286
+ @media only screen and (max-width: 1200px) {
2287
+ .mysticky-welcomebar-page-option .url-content select {
2288
+ width: 110px;
2289
+ }
2290
+ .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box {
2291
+ width: 230px;
2292
+ }
2293
+ .mysticky-welcomebar-page-option {
2294
+ padding: 10px 3px;
2295
+ }
2296
+ .mysticky-welcomebar-page-option .url-content input[type="text"] {
2297
+ width: 150px;
2298
+ }
2299
+ }
2300
+ @media only screen and (max-width: 1100px) {
2301
+ .mysticky-welcomebar-setting-right {
2302
+ width: 340px;
2303
+ right: 40px;
2304
+ }
2305
+ }
2306
+ @media only screen and (max-width: 1024px) {
2307
+ .mysticky-welcomebar-setting-right {
2308
+ right: 40px;
2309
+ width: 310px;
2310
+ }
2311
+ .mysticky-welcomebar-setting-content > label {
2312
+ font-size: 16px;
2313
+ width: 200px;
2314
+ padding-right: 10px;
2315
+ }
2316
+ .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen {
2317
+ max-width: 250px;
2318
+ }
2319
+ }
2320
+
2321
+
2322
+
2323
+ .mysticky-custom-fields-tooltip{
2324
+ position: relative;
2325
+ margin-left: 20px;
2326
+ }
2327
+ .mysticky-custom-fields-tooltip:hover p {
2328
+ bottom: 100%;
2329
+ opacity: 1;
2330
+ visibility: visible;
2331
+ }
2332
+
2333
+ .mysticky-custom-fields-tooltip a.mysticky-tooltip {
2334
+ width: 20px;
2335
+ height: 20px;
2336
+ line-height: 20px;
2337
+ border-radius: 35px;
2338
+ padding: 0;
2339
+ text-align: center;
2340
+ font-size: 12px;
2341
+ display: inline-block;
2342
+ color: #ffffff;
2343
+ text-decoration: none;
2344
+ }
2345
+ .mysticky-custom-fields-tooltip a.mysticky-tooltip .dashicons{
2346
+ text-transform: uppercase;
2347
+ color: #1E1E1E;
2348
+ }
2349
+ .mysticky-custom-fields-tooltip p {
2350
+ margin: 0;
2351
+ margin-bottom: 0px;
2352
+ background-color: #000;
2353
+ width: 380px;
2354
+ padding: 10px 10px;
2355
+ border-radius: 8px;
2356
+ color: #fff;
2357
+ position: absolute;
2358
+ bottom: 200%;
2359
+ left: -20px;
2360
+ margin-bottom: 10px;
2361
+ -webkit-transition: all 0.5s ease 0s;
2362
+ -moz-transition: all 0.5s ease 0s;
2363
+ transition: all 0.5s ease 0s;
2364
+ opacity: 0;
2365
+ visibility: hidden;
2366
+ }
2367
+ .mysticky-custom-fields-tooltip p::before {
2368
+ content: "";
2369
+ border-top: 10px solid #000;
2370
+ border-left: 10px solid transparent;
2371
+ border-right: 10px solid transparent;
2372
+ width: 0;
2373
+ height: 0;
2374
+ position: absolute;
2375
+ bottom: -8px;
2376
+ left: 25px;
2377
+ }
2378
+
2379
+ .mysticky-welcomebar-poptin-content{
2380
+ font-size: 18px;
2381
+ display: flex;
2382
+ align-content: center;
2383
+ }
2384
+ .mysticky-welcomebar-poptin-content a{
2385
+ display: inline-block;
2386
+ padding: 0 5px;
2387
+ text-decoration: none;
2388
+ }
2389
+ .mysticky-welcome-poptin-logo{width: 100px;}
2390
+
2391
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-btn{left: 15px !important;}
2392
+
2393
+
2394
+
2395
+
2396
+
2397
+
2398
+ /*===============================================================================================*/
2399
+
2400
+ /*----------------------------------------------------- Welcome-bar php CSS -------------------------*/
2401
+
2402
+ /*===============================================================================================*/
2403
+
2404
+
2405
+
2406
+ /*.mysticky-welcomebar-fixed .mysticky-w-close-btn {
2407
+ display: none;
2408
+ vertical-align: top;
2409
+ width: 30px;
2410
+ height: 30px;
2411
+ text-align: center;
2412
+ text-decoration: none;
2413
+ line-height: 20px;
2414
+ border-radius: 5px;
2415
+ color: #000;
2416
+ position: absolute;
2417
+ font-family: Lato;
2418
+ top: 5px;
2419
+ left: 5px !important;
2420
+ text-shadow: 0 0 0px #fff;
2421
+ -webkit-transition: all 0.5s ease 0s;
2422
+ -moz-transition: all 0.5s ease 0s;
2423
+ transition: all 0.5s ease 0s;
2424
+ -webkit-transform-origin: 50% 50%;
2425
+ -moz-transform-origin: 50% 50%;
2426
+ transform-origin: 50% 50%;
2427
+
2428
+ background: #000;
2429
+ }
2430
+
2431
+
2432
+ .mysticky-welcomebar-fixed .mysticky-w-close-btn:hover {
2433
+ opacity: 1;
2434
+ -webkit-transform: rotate(180deg);
2435
+ -moz-transform: rotate(180deg);
2436
+ transform: rotate(180deg);
2437
+ }*/
2438
+
2439
+
2440
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
2441
+ display: none;
2442
+ vertical-align: top;
2443
+ width: 20px;
2444
+ height: 20px;
2445
+ text-align: center;
2446
+ text-decoration: none;
2447
+ line-height: 20px;
2448
+ border-radius: 5px;
2449
+ color: #000;
2450
+ position: absolute;
2451
+ font-family: Lato;
2452
+ top: 5px;
2453
+ right: 5px !important;
2454
+ text-shadow: 0 0 0px #fff;
2455
+ -webkit-transition: all 0.5s ease 0s;
2456
+ -moz-transition: all 0.5s ease 0s;
2457
+ transition: all 0.5s ease 0s;
2458
+ -webkit-transform-origin: 50% 50%;
2459
+ -moz-transform-origin: 50% 50%;
2460
+ transform-origin: 50% 50%;
2461
+ }
2462
+
2463
+
2464
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover {
2465
+ opacity: 1;
2466
+ -webkit-transform: rotate(180deg);
2467
+ -moz-transform: rotate(180deg);
2468
+ transform: rotate(180deg);
2469
+ }
2470
+
2471
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-close span.dashicons {
2472
+ font-size: 27px;
2473
+ }
2474
+ .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
2475
+ display: inline-block;
2476
+ }
2477
+
2478
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-btn {
2479
+ /*padding-left: 30px;*/
2480
+ margin: 0 15px;
2481
+ display: none;
2482
+ }
2483
+
2484
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover {
2485
+ opacity: 1;
2486
+ -webkit-transform: rotate(180deg);
2487
+ -moz-transform: rotate(180deg);
2488
+ transform: rotate(180deg);
2489
+ }
2490
+ .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
2491
+ display: inline-block;
2492
+ }
2493
+
2494
+
2495
+ @media only screen and (max-width: 1024px) {
2496
+ .mysticky-welcomebar-fixed {
2497
+ padding: 0 10px 0 10px;
2498
+ }
2499
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
2500
+ width: 20px;
2501
+ height: 20px;
2502
+ line-height: 20px;
2503
+ right: 0px;
2504
+ }
2505
+ }
2506
+
2507
+ @media only screen and (max-width: 767px) {
2508
+ .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
2509
+ display: none;
2510
+ }
2511
+ .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-mobile .mysticky-welcomebar-close {
2512
+ display: inline-block;
2513
+ }
2514
+
2515
+ }
2516
+
2517
+ @media only screen and (max-width: 480px) {
2518
+
2519
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
2520
+ right: 7px;
2521
+ }
2522
+ }
2523
+
2524
+
2525
+ /* tooltip css */
2526
+ .tooltip {
2527
+ position: relative;
2528
+ display: inline-block;
2529
+ border-bottom: 1px dotted black;
2530
+ }
2531
+
2532
+ .tooltip .tooltiptext {
2533
+ visibility: hidden;
2534
+ width: 80px;
2535
+ background-color: black;
2536
+ color: #fff;
2537
+ text-align: center;
2538
+ border-radius: 6px;
2539
+ padding: 5px 0;
2540
+ position: absolute;
2541
+ z-index: 1;
2542
+ bottom: 150%;
2543
+ left: 50%;
2544
+ margin-left: -45px;
2545
+ }
2546
+
2547
+ .tooltip .tooltiptext::after {
2548
+ content: "";
2549
+ position: absolute;
2550
+ top: 100%;
2551
+ left: 50%;
2552
+ margin-left: -5px;
2553
+ border-width: 5px;
2554
+ border-style: solid;
2555
+ border-color: black transparent transparent transparent;
2556
+ }
2557
+
2558
+ .tooltip:hover .tooltiptext {
2559
+ visibility: visible;
2560
+ }
2561
+
2562
+
2563
+ /*---------------------------------------------------------------------------// 22-12-21 //-----------------------*/
2564
+
2565
+ .mystickymenu-wrap{text-align:center;}
2566
+
2567
+
2568
+ .mystickymenu-newwelcomebar-contents a,
2569
+ .mystickymenu-widgets-btn-wrap a{
2570
+ display:inline-flex;
2571
+ color:#fff !important;
2572
+ font-size:16px;
2573
+ font-weight:500;
2574
+ font-family: 'Lato', sans-serif;
2575
+ padding: 12px 20px 10px 20px;
2576
+ text-decoration:none;
2577
+ background:#6558F5;
2578
+ border-radius:5px;
2579
+ align-items: center;
2580
+ box-shadow: 0px 12px 12px -6px rgba(101, 107, 232, 0.25);
2581
+ }
2582
+
2583
+ .mystickymenu-tab-boxes{display:flex; justify-content: center; margin-top:50px;}
2584
+ .mystickymenu-tab-box{
2585
+ width:25%;
2586
+ margin:10px;
2587
+ display:flex;
2588
+ border:1px solid #C3CFD9;
2589
+ flex-direction: column;
2590
+ justify-content: space-between;
2591
+ padding-bottom:15px;
2592
+ background-color:#fff;
2593
+ }
2594
+ .mystickymenu-tab-box .stickymenu-settings{margin:0 35px;}
2595
+ .mystickymenu-tab-box .stickymenu-box-header{ color:#4B5C6B; font-size:15px; font-weight:600;
2596
+ padding:8px 0; background:#DFE6ED; text-align:center; line-height:20px;}
2597
+ .stickymenu-box-container p{font-size:14px;}
2598
+
2599
+ .mystickymenu-action-popup .mystickymenu-action-popup-footer button.btn-enable,
2600
+ .mystickymenu-tab-box .stickymenu-box-button a{
2601
+ display: inline-flex;
2602
+ color: rgba(21, 25, 32, 0.5);
2603
+ font-size: 15px;
2604
+ font-weight: 500;
2605
+ padding: 12px 61px;
2606
+ text-decoration: none;
2607
+ border: 1px solid rgba(86, 103, 137, 0.26);
2608
+ border-radius: 8px;
2609
+ align-items: center;
2610
+ background: none;
2611
+ line-height: 24px;
2612
+
2613
+ }
2614
+ .mystickymenu-tab-box ul.documents-wrap-list{ text-align:left; list-style-type:disc; margin:15px 15px 15px 30px;}
2615
+ .mystickymenu-tab-box ul.documents-wrap-list li{color:#6558F5; font-size:25px;}
2616
+ .mystickymenu-tab-box ul.documents-wrap-list li a{color:#6558F5; font-size:14px;}
2617
+
2618
+ /*table.mystickymenu-widgets-lists,*/
2619
+
2620
+ table.mystickymenu-widgets-lists td{
2621
+ border:0.5px solid #F1F1F1;
2622
+ }
2623
+
2624
+ /*border radiuse in dashboard table */
2625
+ table.mystickymenu-widgets-lists th{
2626
+ border-top: 0 !important;
2627
+ border-bottom: 1px solid #F1F1F1 !important;
2628
+ border-left: 1px solid #F1F1F1 !important;
2629
+ border-right: 1px solid #F1F1F1 !important;
2630
+ }
2631
+
2632
+ .mystickymenu-dashboard table tr:first-child th:first-child {
2633
+ border-top-left-radius: 10px;
2634
+ border-top: 0 !important;
2635
+ border-left: 0 !important;
2636
+ border-bottom: 0.2px #F1F1F1 !important;
2637
+ border-right: 0.2px #F1F1F1 !important;
2638
+ }
2639
+
2640
+ .mystickymenu-dashboard table tr:first-child th:last-child {
2641
+ border-top-right-radius: 10px;
2642
+ border-top: 0 !important;
2643
+ border-left: 0.2px #F1F1F1 !important;
2644
+ border-bottom: 0.2px #F1F1F1 !important;
2645
+ border-right: 0 !important;
2646
+ }
2647
+
2648
+
2649
+ .mystickymenu-wrap table.mystickymenu-widgets-lists{border-collapse:collapse; width:100%;
2650
+ margin:24px 0 0 0; background-color:#fff;}/*---------------------------------------------------------------------20-1-22-----*/
2651
+
2652
+ .mystickymenu-wrap table.mystickymenu-widgets-lists tr th{padding:8px !important; background:#F6F5FE; vertical-align: middle !important;}
2653
+ .mystickymenu-wrap table.mystickymenu-widgets-lists tr td{padding:6px !important; vertical-align: middle !important;}
2654
+ .mystickymenu-wrap table.mystickymenu-widgets-lists .tooltip{border:none;}
2655
+
2656
+ /**/
2657
+ .mystickymenupopup-overlay{
2658
+ display:none;
2659
+ position: fixed;
2660
+ top: 0;
2661
+ left: 0;
2662
+ width: 100%;
2663
+ height: 100%;
2664
+ background-color: rgba(0,0,0,0.3);
2665
+ z-index: 9;
2666
+ }
2667
+
2668
+ .mystickymenu-action-popup{
2669
+ position: fixed;
2670
+ top: 80px;
2671
+ left: 50%;
2672
+ -webkit-transform: translateX(-50%);
2673
+ -moz-transform: translateX(-50%);
2674
+ transform: translateX(-50%);
2675
+ z-index: 10;
2676
+ width: 500px;
2677
+ background-color: #fff;
2678
+ padding: 0 0 28px 0;
2679
+ box-shadow: 0px 10px 15px rgb(0 0 0 / 10%), 0px 4px 6px rgb(0 0 0 / 5%);
2680
+ border-radius:10px;
2681
+
2682
+ }
2683
+ .mystickymenu-action-popup-header h3{margin:0; position:relative;}
2684
+ /*.mystickymenu-action-popup-header h3:after{
2685
+ content:"";
2686
+ display:block;
2687
+ height:3px;
2688
+ width:4.5rem;
2689
+ text-align:center;
2690
+ margin: 10px auto;
2691
+ background:#4797DE;
2692
+ }*/
2693
+ .mystickymenu-action-popup-footer button{cursor: pointer !important;}
2694
+ .mystickymenu-action-popup .mystickymenu-action-popup-footer button.btn-disable-cancel{
2695
+ display: inline-flex;
2696
+ color: #fff;
2697
+ background: #F33;
2698
+ font-size: 15px;
2699
+ font-weight: 500;
2700
+ padding: 12px 82px;
2701
+ text-decoration: none;
2702
+ border-radius: 8px;
2703
+ align-items: center;
2704
+ margin-left: 15px;
2705
+ border: none;
2706
+ line-height: 24px;
2707
+ }
2708
+ .mystickymenu-action-popup .mystickymenu-action-popup-body{margin:10px 30px;}
2709
+
2710
+ /*#stickymenu_status_popupbox .mystickymenu-action-popup-body{margin:30px 56px;}*/
2711
+
2712
+ /**/
2713
+ .first-widget-popup{
2714
+ text-align:center;
2715
+ position: fixed;
2716
+ top: 50%;
2717
+ left: 50%;
2718
+ -webkit-transform: translate(-50%,-50%);
2719
+ -moz-transform: translate(-50%,-50%);
2720
+ transform: translate(-50%,-50%);
2721
+ z-index: 10;
2722
+ width: 500px;
2723
+ background-color: #fff;
2724
+ padding: 30px;
2725
+ box-shadow: 0px 10px 15px rgb(0 0 0 / 10%), 0px 4px 6px rgb(0 0 0 / 5%);
2726
+ border-radius:10px;
2727
+ font-family:'Lato', sans-serif;
2728
+
2729
+ }
2730
+
2731
+ .mystickymenu_container_popupbox{
2732
+ margin-top:10px;
2733
+ }
2734
+
2735
+ .first-widget-popup h4,p,span,button,.first-widget-popup a{
2736
+ font-family:'Lato', sans-serif;
2737
+ }
2738
+
2739
+
2740
+
2741
+ .first-widget-popup h4{
2742
+ font-weight: 600;
2743
+ font-size: 24px;
2744
+ line-height: 34px;
2745
+ color: #181749;
2746
+ margin:16px 0 0 0;
2747
+ }
2748
+ .first-widget-popup p{
2749
+ font-size: 16px;
2750
+ margin-top: 24px;
2751
+ padding: 0 32px;
2752
+ font-weight: 400;
2753
+ line-height: 24px;
2754
+ font-style: normal;
2755
+ }
2756
+ .first-widget-popup a.btn-back-dashboard{
2757
+ display:inline-flex;
2758
+ color:#fff;
2759
+ font-size:15px;
2760
+ font-weight:500;
2761
+ padding:10px 20px;
2762
+ text-decoration:none;
2763
+ background:#6558F5;
2764
+ border-radius:8px;
2765
+ align-items: center;
2766
+ margin: 36px 0 10px 0;
2767
+ }
2768
+ .close-chaty-maxvisitor-popup{
2769
+ position:absolute;
2770
+ top:17px;
2771
+ right:17px;
2772
+ }
2773
+
2774
+ .mysticky-stickymenu-header-title h3{
2775
+ color:#1d2327;
2776
+ display: inline-block;
2777
+ }
2778
+ .stickymenu-switch{
2779
+ display: inline-block;
2780
+ width: 55px;
2781
+ height: 30px;
2782
+ position: relative;
2783
+ margin: 0 0 8px 10px;
2784
+ }
2785
+
2786
+ .stickymenu-switch .slider:before{
2787
+ background-color: #ffffff;
2788
+ }
2789
+
2790
+ .stickymenu-switch input:checked + .slider {
2791
+ background-color: #7761DF;
2792
+ border: 2px solid #7761DF;
2793
+ }
2794
+
2795
+ .wrap.mystickymenu-wrap .mystickymenu-dashboard{
2796
+ /*background: #fff !important;
2797
+ padding: 15px 0;
2798
+ border-radius: 10px;*/
2799
+ }
2800
+
2801
+ .firstwidget-popup-contain a{
2802
+ color: #3c434a;
2803
+ text-decoration: none;
2804
+ }
2805
+
2806
+ a.copyicon{text-decoration:none; color:#000;}
2807
+ /*.copyicon .dashicons{display:block;}*/
2808
+
2809
+ /*----------------------------------------------------------NEW 3-1-22--------------------------------------*/
2810
+ .mystickymenu-dashboard{text-align:left;}
2811
+ .mystickymenu-dashboard .welcomebars-list-table{
2812
+ background:#fff;
2813
+ /*border-radius:15px;*/
2814
+ padding: 0 40px 20px 40px;
2815
+ text-align:center;
2816
+ }
2817
+ /*.mystickymenu-dashboard h3{margin:5px 0;}*/
2818
+
2819
+
2820
+ .mystickymenu-dashboard .header-section{
2821
+ display: flex;
2822
+ justify-content: space-between;
2823
+ padding: 0;
2824
+ border-bottom: 1px solid #EBEBEB;
2825
+ width: 100%;
2826
+ margin: 0 0 24px 0;
2827
+ }/*--------------------------------------------------------------------------------------------------30-2-2022----*/
2828
+
2829
+
2830
+ .mystickymenu-dashboard .heading-title{display:inline-flex;}
2831
+ .mystickymenu-dashboard .mystickymenu-widgets-btn-wrap{display:inline-flex;}
2832
+
2833
+ .mystickymenu-dashboard .mystickymenu-tab-boxs-wrap{display:block; justify-content:space-between; margin:20px 0;}/*00000000000000000000*/
2834
+ .contactus-tab-option,.mystickymenu-tab-documentation{width:49%;} /*0000000000000000000000000000000000000000000000000000000000*/
2835
+
2836
+ .mystickymenu-new302box{display:flex; justify-content:space-between; flex-wrap:wrap;} /*00000000000000000000000000000000000000000*/
2837
+
2838
+ .stickymenu-tab-option{margin-bottom:15px;}
2839
+
2840
+ .mystickymenu-dashboard .msm-bgbox{display:block; background:#f7f7f7; padding:0;
2841
+ box-sizing:border-box;} /*-------------------------------------------------------*/
2842
+
2843
+
2844
+ /*---------------------------------------------------------------------------------------------------------6-1-22-----*/
2845
+
2846
+ .stickymenu-box-container ul.documents-wrap-list{ text-align:left; list-style-type:disc; margin:15px 15px 15px 30px;}
2847
+ .stickymenu-box-container ul.documents-wrap-list li{color:#6558F5; font-size:25px; margin-bottom:8px;} /*------6-1-22--*/
2848
+ .stickymenu-box-container ul.documents-wrap-list li a{color:#6558F5; font-family: 'Lato', sans-serif; font-size:16px;}
2849
+
2850
+ .msm-bgbox .stickymenu-box-button{display: block; padding:0 15px 15px 48px;}
2851
+
2852
+
2853
+ .msm-bgbox .stickymenu-box-button a{
2854
+ display:inline-flex;
2855
+ color:#6558F5;
2856
+ font-size:16px;
2857
+ font-weight:400;
2858
+ font-family: 'Lato', sans-serif;
2859
+ padding:0 15px;
2860
+ text-decoration:none;
2861
+ border:1px solid #6558F5 !important;
2862
+ border-radius:5px;
2863
+ align-items: center;
2864
+ background:none;
2865
+ line-height:34px;
2866
+
2867
+ }
2868
+ .contactus-title, .premio-footer-option,
2869
+ .stickymenu-settings{display:flex; justify-content:space-between; align-items: center;}
2870
+ .premio-footer-option{margin-top:6px;}
2871
+ .premio-footer-option h3{color:#6558F5;}
2872
+ .premio-footer-option h4{margin:5px 0 8px 0;}
2873
+ .premio-footer-option .premio-content-list{width:62%; margin:0 ;}
2874
+
2875
+ a.copyicon1{color:#6558F5; line-height:23px; text-decoration:underline;}
2876
+ a.copyicon1 span{text-decoration:none;}
2877
+ .dashicons-facebook-alt{color:#3B5998 !important;}
2878
+ .dashicons-twitter{color:#00ACEE !important;}
2879
+ /*--------------*/
2880
+
2881
+ .new-welcomebar-section-wrap{background:#fff; display:flex; padding:25px; justify-content: space-between;}
2882
+
2883
+ .mystickymenu-welcome-img, .mystickymenu-newwelcomebar-contents,
2884
+ .new-welcomebar-section-wrap .mystickymenu-features{width:auto;}
2885
+
2886
+ .mystickymenu-wrap .mystickymenu-welcome-img img{max-width:80%; height:auto; text-align:center;}
2887
+ .mystickymenu-newwelcomebar-contents{margin:0 10px;}
2888
+ .mystickymenu-features{text-align:center;}
2889
+
2890
+ /*------------------------------------------------------------------------------------------------*/
2891
+ .mystickymenu-features .mystickymenu-features-list{ text-align:left; list-style-type:disc;
2892
+ background: #F6F5FE;
2893
+ padding: 30px 15px 15px 15px;
2894
+ border-radius: 15px;
2895
+ margin-top: -20px;
2896
+ }
2897
+ .mystickymenu-features-list ul.documents-wrap-list{margin:15px 15px 15px 30px;}
2898
+
2899
+
2900
+
2901
+ .mystickymenu-features .mystickymenu-features-list li{color:#6558F5; font-family: 'Lato', sans-serif; font-size:16px;}/*----6-1-22-------*/
2902
+
2903
+ .documents-wrap-list{ text-align:left; list-style-type:disc;}
2904
+ .documents-wrap-list li{ margin-bottom:16px;}
2905
+
2906
+ .mystickymenu-feature-title{
2907
+ display:inline-flex;
2908
+ color:#fff;
2909
+ font-size:16px;
2910
+ font-weight:500;
2911
+ font-family: 'Lato', sans-serif;
2912
+ padding:10px 20px;
2913
+ text-decoration:none;
2914
+ background:#6558F5;
2915
+ border-radius:5px;
2916
+ align-items: center;
2917
+ margin-top:15px;
2918
+ }/*----------------------------------------------------------------------*/
2919
+
2920
+ .mystickymenu-feature-title img{width:22px; margin-right:7px;}
2921
+ .welcomebars-list-table .mysticky-welcomebar-switch .slider{
2922
+ background-color: #FF424D;
2923
+ border: 2px solid #FF424D;
2924
+ }
2925
+
2926
+
2927
+ .mystickymenu-action-popup-footer{
2928
+ text-align:center;
2929
+ display:inline-block;
2930
+ margin-top:15px;
2931
+ }
2932
+ #stickymenu_status_popupbox .mystickymenu-action-popup-footer{
2933
+ display: block;
2934
+ }
2935
+
2936
+ .welcombar-enabled-status .mystickymenu-action-popup-footer{
2937
+ display: block;
2938
+ }
2939
+
2940
+ #mysticky-sticky-save-confirm .mystickymenu-action-popup-footer{
2941
+ display: block;
2942
+ }
2943
+
2944
+ .mystickymenu-action-popup-header{
2945
+ padding: 25px 25px 40px 25px;
2946
+ border-bottom: 1px solid #EAEFF2;
2947
+ }
2948
+ .mystickymenu-action-popup-header h3{
2949
+ margin:0 0 0 15px;
2950
+ position:relative;
2951
+ float:left;
2952
+
2953
+ }
2954
+
2955
+ .mystickymenu-action-popup .mystickymenu-action-popup-body p{
2956
+ text-align: left;
2957
+ float: left;
2958
+ margin-left: 0;
2959
+ padding: 0 10px;
2960
+ font-size: 16px;
2961
+ font-weight: 400;
2962
+ font-style: normal;
2963
+ color: #181749;
2964
+ }
2965
+
2966
+ .mystickymenu-action-popup-header span{
2967
+ float:right;
2968
+ }
2969
+
2970
+ /*--------------------------------------------------------// 6-1-22 //------------------*/
2971
+ .mystickymenu-newwelcomebar-contents h2{font-family: 'Lato', sans-serif; font-size:28px; font-weight:bold;}
2972
+
2973
+ .premio-content-list span, .premio-footer-option label, .settings-content p, .contactus-contents-buttons span.folous,
2974
+ .stickymenu-box-button,
2975
+ .mystickymenu-newwelcomebar-contents p{font-family: 'Lato', sans-serif; font-size:16px;color: #181749;font-style: normal;font-weight: 400;line-height: 24px;}
2976
+
2977
+ .premio-content-list h4{font-family: 'Lato', sans-serif; font-size:16px; font-weight:bold;}
2978
+
2979
+ .contactus-title h3,
2980
+ .stickymenubox-title-section h3{font-family: 'Lato', sans-serif; font-size:20px; font-weight:bold;}
2981
+
2982
+ /**/
2983
+ .stickymenu-tab-option{padding:0 0 10px 0 !important;}
2984
+ /*.stickymenubox-title-section{border-bottom:1px solid #EBEBEB; padding:24px 20px;}*/
2985
+
2986
+ .stickymenubox-title-section h3,
2987
+ .mystickymenu-tab-documentation h3, .contactus-title
2988
+ {border-bottom:1px solid #EBEBEB; padding:24px 40px; margin:0;} /*------------------------------------------------------------20-1-22---*/
2989
+ .contactus-title h3{margin:0;}
2990
+
2991
+ .stickymenubox-title-section h3{margin:0 !important;}
2992
+
2993
+ .premio-footer-option, .stickymenu-box-container, .stickymenu-box-button,
2994
+ .stickymenu-settings{padding:15px 20px 15px 40px; } /*--------------------------------------------------------------------20-1-22---*/
2995
+ .mystickymenu-dashboard .heading-title h3{font-family: 'Lato', sans-serif; font-size: 28px !important;
2996
+ font-weight:600 !important; color:#1d2327 !important;}/*------------------------------------------------20-1-22---*/
2997
+
2998
+ .mystickymenu-newwelcomebar-contents p{margin:0;} /*------------------------------------------------20-1-22--new-*/
2999
+ a.add_new_welcombar{margin:auto 0;} /*------------------------------------------------20-1-22--new-*/
3000
+ .new-welcomebar-section-wrap .mystickymenu-newwelcomebar-contents a{margin-top:30px;}
3001
+
3002
+
3003
+ .premio-footer-option h3 img{width:70px; height:auto; margin-right:10px;}
3004
+
3005
+ /* price-pan css */
3006
+
3007
+ .plan-center {
3008
+ text-align: center;
3009
+ }
3010
+
3011
+ .price-permonth {
3012
+ padding: 2px 15px;
3013
+ display: inline-block;
3014
+ margin-bottom: 15px;
3015
+ text-align: center;
3016
+ border-radius: 56px;
3017
+ border: 1px solid #BEECFF;
3018
+ background-color: #EAF9FF;
3019
+ }
3020
+
3021
+ .price-table.plus-feature .price-permonth {
3022
+ border: 1px solid #F2D8C3;
3023
+ background-color: #FCF2EA;
3024
+ }
3025
+
3026
+
3027
+ .price-table.agency-feature .price-permonth {
3028
+ border: 1px solid #C7C6F9;
3029
+ background-color: #ECEEFD;
3030
+ }
3031
+
3032
+ .add_new_welcombar:hover{
3033
+ opacity: 0.9;
3034
+ }
3035
+
3036
+ .tooltip img{
3037
+ width:35px;
3038
+ }
3039
+
3040
+ .mystickymenu-features{
3041
+ max-width: 400px;
3042
+ }
3043
+
3044
+ .mystickymenu-newwelcomebar-contents{
3045
+ max-width: 432px;
3046
+ }
3047
+
3048
+ #stickymenu_status_ok{
3049
+ background-color:#28C67C;
3050
+ }
3051
+
3052
+ .mysticky-welcomebar-content{
3053
+ width:72%;
3054
+ text-align:center;
3055
+ }
3056
+ .mysticky-welcomebar-content p{
3057
+ word-wrap: break-word;
3058
+ width: 100%;
3059
+ }
3060
+
3061
+ .mystickymenu-widgets-lists tr td{
3062
+ font-size:16px;
3063
+ }
3064
+
3065
+ .mystickymenu-widgets-lists tr th{
3066
+ font-size:16px;
3067
+ }
3068
+
3069
+ #welcomebar-save-confirm{
3070
+ width: 677px;
3071
+ padding: 0 10px 28px 10px;
3072
+ }
3073
+
3074
+ #welcomebar-save-confirm .mystickymenu-action-popup-footer{
3075
+ display: block;
3076
+ }
3077
+
3078
+ #mysticky-sticky-save-confirm{
3079
+ width:634px;
3080
+ }
3081
+ #stickymenu_status_ok{
3082
+ padding: 12px 40px;
3083
+ }
3084
+
3085
+
3086
+ /*----------------------------------------------------------------------# 21-1-22 #-----------*/
3087
+
3088
+ @media only screen and (max-width: 1366px) {
3089
+ .premio-content-list h4 {font-size: 15px;}
3090
+ .premio-footer-option .premio-content-list {width: 60%;}
3091
+
3092
+ }
3093
+
3094
+ @media only screen and (max-width: 820px) {
3095
+ .mystickymenu-tab-boxs-wrap{flex-wrap: wrap;}
3096
+ .mystickymenu-tab-stickymenu, .mystickymenu-tab-documentation, .contactus-tab-option{display:block; width:100%;}
3097
+ .mystickymenu-tab-documentation{margin-top:15px;}
3098
+
3099
+ .new-welcomebar-section-wrap {justify-content: center; flex-wrap: wrap;}
3100
+ .mystickymenu-welcome-img{text-align:center;}
3101
+ .mystickymenu-newwelcomebar-contents{text-align:center; margin:15px 0;}
3102
+
3103
+ .price-table-middle ul li a{width:65%;}
3104
+ .right_tooltip:after {left: 80px !important;}
3105
+
3106
+ }
3107
+
3108
+ @media only screen and (max-width: 576px) {
3109
+ .stickymenu-settings{flex-wrap:wrap; justify-content: center;}
3110
+ .premio-footer-option{flex-wrap:wrap; justify-content: center;}
3111
+ .msm-bgbox .stickymenu-box-button {text-align: center;}
3112
+ .premio-footer-option .premio-content-list {width: auto; margin:15px 0;}
3113
+ .premio-footer-option, .stickymenu-box-container, .stickymenu-box-button, .stickymenu-settings
3114
+ {padding: 15px 20px;}
3115
+
3116
+ /*.price-table-middle ul li a{width:65%;}*/
3117
+ .right_tooltip:after {left: 80px !important;}
3118
+ .cus-tooltip .tooltip__content{width:145% !important;}
3119
+ .cus-tooltip .tooltip__content img{width:100% !important;}
3120
+
3121
+
3122
+ }
3123
+
3124
+ /*-------------------# 27-1-22 #--------*/
3125
+ @media only screen and (min-width: 821px) {
3126
+ .right_tooltip{left: unset !important; right:0 !important;}
3127
+ .right_tooltip:after{left: 130px !important;}
3128
+ }
3129
+
3130
+
3131
+ /*--------------------------------------------------------------*/
3132
+
3133
+ .new_widget_row{
3134
+ max-width: unset;
3135
+ }
3136
+
3137
+
3138
+ /* ToolTip Side */
3139
+ .html-tooltip {
3140
+ position: relative;
3141
+ display: inline-block;
3142
+
3143
+ }
3144
+
3145
+ .dashicons,
3146
+ .dashicons-before:before {
3147
+ font-family: dashicons;
3148
+ display: inline-block;
3149
+ line-height: 1;
3150
+ font-weight: 400;
3151
+ font-style: normal;
3152
+ color: #9e9e9e;
3153
+ speak: none;
3154
+ text-decoration: inherit;
3155
+ text-transform: none;
3156
+ text-rendering: auto;
3157
+ -webkit-font-smoothing: antialiased;
3158
+ -moz-osx-font-smoothing: grayscale;
3159
+ width: 20px;
3160
+ height: 20px;
3161
+ font-size: 20px;
3162
+ vertical-align: top;
3163
+ text-align: center;
3164
+ transition: color 0.1s ease-in;
3165
+ }
3166
+
3167
+ .dashicons-editor-help:before {
3168
+ content: "";
3169
+ }
3170
+
3171
+ .html-tooltip.side .tooltip-text {
3172
+ bottom: 125%;
3173
+ left: 100%;
3174
+ margin-left: 0;
3175
+ top: 5px;
3176
+ transform: translateY(-50%);
3177
+ -webkit-transform: translateY(-50%);
3178
+ }
3179
+
3180
+ .html-tooltip .tooltip-text {
3181
+ visibility: hidden;
3182
+ width: 417px;
3183
+ background-color: #333;
3184
+ color: #fff;
3185
+ text-align: left;
3186
+ border-radius: 6px;
3187
+ padding: 10px;
3188
+ position: absolute;
3189
+ z-index: 1201;
3190
+ bottom: 125%;
3191
+ left: 50%;
3192
+ margin-left: -150px;
3193
+ opacity: 0;
3194
+ transition: opacity 0.3s;
3195
+ font-size: 12px;
3196
+ line-height: 18px;
3197
+ top: 100%;
3198
+ height: 125px;
3199
+ }
3200
+
3201
+ .html-tooltip:hover .tooltip-text {
3202
+ visibility: visible;
3203
+ opacity: 1;
3204
+ z-index: 9999999;
3205
+ }
3206
+
3207
+ .html-tooltip.side .tooltip-text:after {
3208
+ top: 50%;
3209
+ left: -5px;
3210
+ transform: rotate(180deg);
3211
+ -webkit-transform: rotate(90deg);
3212
+ }
3213
+
3214
+ .html-tooltip .tooltip-text:after {
3215
+ content: "";
3216
+ position: absolute;
3217
+ top: -10px;
3218
+ left: 50%;
3219
+ margin-left: -5px;
3220
+ border-width: 5px;
3221
+ border-style: solid;
3222
+ border-color: #333 transparent transparent transparent;
3223
+ transform: rotate(180deg);
3224
+ -webkit-transform: rotate(180deg);
3225
+ }
3226
+
3227
+ .html-tooltip .tooltip-text img {
3228
+ width: 100%;
3229
+ height: auto;
3230
+ display: block;
3231
+ margin: 10px 0 0 0;
3232
+ }
3233
+
3234
+ .price-table-middle ul li .html-tooltip.side{
3235
+ position: absolute;
3236
+ margin: 14px 0;
3237
+ }
3238
+
3239
+ .html-tooltip.side .price-plan-box{
3240
+ margin-left: -147px !important;
3241
+ top: -62px !important;
3242
+ height: 115px;
3243
+ text-align: left;
3244
+ }
3245
+
3246
+ .span .tooltip-text .top .price-plan-box::after
3247
+ border-width: 5px;
3248
+ border-style: solid;
3249
+ border-color: #1849ab transparent transparent transparent;
3250
+ content: "";
3251
+ left: 25px;
3252
+ margin-left: -5px;
3253
+ position: absolute;
3254
+ top: 100%;
3255
+ }
3256
+
3257
+ /***/
3258
+
3259
+ .cus-tooltip span.tooltip-text::after {
3260
+ border-width: 5px;
3261
+ border-style: solid;
3262
+ border-color: #1849ab transparent transparent transparent;
3263
+ content: "";
3264
+ left: 25px;
3265
+ margin-left: -5px;
3266
+ position: absolute;
3267
+ top: 100%;
3268
+ }
3269
+
3270
+ .html-tooltip-box{
3271
+ padding: 0 0 48px 0 !important;
3272
+ }
3273
+
3274
+ .mystickymenu-widgets-lists thead tr{
3275
+ height: 63px;
3276
+ }
3277
+
3278
+ .mystickymenu-widgets-lists tr{
3279
+ height: 88px;
3280
+ }
3281
+
3282
+ .tooltip__content img{
3283
+ width: 396px;
3284
+ height: auto;
3285
+ margin-top:5px;
3286
+ }
3287
+
3288
+ .mysticky-welcomebar-backword-page a{
3289
+ text-decoration: none;
3290
+ }
3291
+
3292
+ .mysticky-welcomebar-backword-page{
3293
+ padding: 0;
3294
+ margin: 0;
3295
+ float: right;
3296
+ }
3297
+
3298
+
3299
+ .mysticky-stickymenu-backword-page{text-align:end; padding:0 15px; float: right; margin-top: 28px;}
3300
+ .mysticky-stickymenu-backword-page a{text-decoration:none;}
3301
+
3302
+
3303
+
3304
+
3305
+
3306
+ .save_view_dashboard{
3307
+ width: auto !important;
3308
+ background: #6558F5 !important;
3309
+ border: 1px solid #6558F5 !important;
3310
+ margin-left:10px !important;
3311
+ }
3312
+
3313
+ .save_view_dashboard:hover{
3314
+ opacity: 0.8 !important;
3315
+ }
3316
+
3317
+ #mysticky_welcomebar_fontsize{
3318
+ color:#32373c !important;
3319
+ }
3320
+
images/Premio.svg CHANGED
@@ -1,3 +1,3 @@
1
- <svg width="103" height="30" viewBox="0 0 103 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.85263 5.9993C10.2822 5.9993 11.5771 6.37223 12.7373 7.11809C13.8976 7.84324 14.8091 8.85844 15.4722 10.1637C16.1559 11.469 16.4977 12.9503 16.4977 14.6078C16.4977 16.2653 16.1663 17.757 15.5032 19.083C14.8402 20.3882 13.9287 21.4138 12.7684 22.1596C11.6289 22.8848 10.365 23.2474 8.97694 23.2474C7.98246 23.2474 7.03977 23.0505 6.14888 22.6569C5.27871 22.2425 4.55356 21.7452 3.97345 21.1652V27.2564C3.97345 27.7951 3.79735 28.2405 3.44513 28.5927C3.09292 28.9656 2.64748 29.1521 2.1088 29.1521C1.57011 29.1521 1.12468 28.976 0.77246 28.6238C0.420247 28.2715 0.244141 27.8158 0.244141 27.2564V8.20581C0.244141 7.66713 0.420247 7.22169 0.77246 6.86947C1.12468 6.49654 1.57011 6.31007 2.1088 6.31007C2.64748 6.31007 3.09292 6.49654 3.44513 6.86947C3.79735 7.22169 3.97345 7.66713 3.97345 8.20581V8.33012C4.47069 7.70857 5.16476 7.16988 6.05565 6.71408C6.94654 6.23756 7.87887 5.9993 8.85263 5.9993ZM8.38647 19.8288C9.71242 19.8288 10.8001 19.3316 11.6496 18.3371C12.4991 17.3426 12.9238 16.0995 12.9238 14.6078C12.9238 13.1161 12.4991 11.8834 11.6496 10.9096C10.8209 9.91507 9.73319 9.41783 8.38647 9.41783C7.03977 9.41783 5.9417 9.91507 5.09224 10.9096C4.24279 11.8834 3.81806 13.1161 3.81806 14.6078C3.81806 16.0995 4.24279 17.3426 5.09224 18.3371C5.9417 19.3316 7.03977 19.8288 8.38647 19.8288ZM28.2465 5.9993C28.868 5.9993 29.386 6.1754 29.8003 6.52762C30.2354 6.87983 30.453 7.29419 30.453 7.77072C30.453 8.41299 30.2873 8.8999 29.9557 9.23137C29.6243 9.54214 29.2306 9.69753 28.7748 9.69753C28.464 9.69753 28.1119 9.62499 27.7181 9.47999C27.656 9.4593 27.511 9.41783 27.2831 9.35568C27.0759 9.29352 26.848 9.26244 26.5994 9.26244C26.0607 9.26244 25.5427 9.42822 25.0455 9.75969C24.5482 10.0912 24.1339 10.5988 23.8024 11.2825C23.4916 11.9455 23.3362 12.7431 23.3362 13.6755V21.0408C23.3362 21.5796 23.1601 22.0353 22.8079 22.4083C22.4557 22.7605 22.0103 22.9366 21.4716 22.9366C20.9329 22.9366 20.4875 22.7605 20.1352 22.4083C19.7831 22.0353 19.6069 21.5796 19.6069 21.0408V8.20581C19.6069 7.66713 19.7831 7.22169 20.1352 6.86947C20.4875 6.49654 20.9329 6.31007 21.4716 6.31007C22.0103 6.31007 22.4557 6.49654 22.8079 6.86947C23.1601 7.22169 23.3362 7.66713 23.3362 8.20581V8.60981C23.8128 7.76036 24.4965 7.11809 25.3873 6.683C26.2783 6.2272 27.2313 5.9993 28.2465 5.9993ZM47.3012 14.2349C47.2805 14.7321 47.0837 15.1361 46.7107 15.4469C46.3378 15.7577 45.9027 15.913 45.4055 15.913H35.1499C35.3985 17.1355 35.9683 18.0989 36.8591 18.8033C37.75 19.487 38.7549 19.8288 39.8737 19.8288C40.7231 19.8288 41.3861 19.7563 41.8626 19.6113C42.3392 19.4455 42.7121 19.2798 42.9814 19.114C43.2715 18.9276 43.4683 18.8033 43.5719 18.7411C43.9448 18.5546 44.2971 18.4614 44.6285 18.4614C45.0636 18.4614 45.4365 18.6168 45.7473 18.9276C46.0581 19.2383 46.2135 19.6009 46.2135 20.0153C46.2135 20.5747 45.9234 21.0823 45.3433 21.5381C44.7632 22.0146 43.9863 22.4187 43.0125 22.7501C42.0387 23.0816 41.0546 23.2474 40.0601 23.2474C38.3198 23.2474 36.797 22.8848 35.4917 22.1596C34.2071 21.4345 33.2127 20.44 32.5083 19.1762C31.8039 17.8916 31.4516 16.4518 31.4516 14.8564C31.4516 13.0746 31.8246 11.5104 32.5704 10.1637C33.3163 8.81697 34.3004 7.79144 35.5228 7.08701C36.7452 6.36187 38.0505 5.9993 39.4386 5.9993C40.806 5.9993 42.0906 6.37223 43.2922 7.11809C44.5146 7.86395 45.4883 8.86882 46.2135 10.1326C46.9387 11.3964 47.3012 12.7638 47.3012 14.2349ZM39.4386 9.41783C37.0352 9.41783 35.616 10.547 35.1809 12.8053H43.3233V12.5877C43.2404 11.7176 42.8156 10.9717 42.0491 10.3502C41.2825 9.72861 40.4124 9.41783 39.4386 9.41783ZM69.5862 5.9993C71.6374 5.9993 73.0566 6.63121 73.8439 7.89503C74.6312 9.13813 75.0248 10.8681 75.0248 13.085V21.0408C75.0248 21.5796 74.8487 22.0353 74.4965 22.4083C74.1443 22.7605 73.6989 22.9366 73.1601 22.9366C72.6215 22.9366 72.1761 22.7605 71.8238 22.4083C71.4717 22.0353 71.2955 21.5796 71.2955 21.0408V13.085C71.2955 11.9455 71.0676 11.0546 70.6118 10.4123C70.1767 9.7493 69.3998 9.41783 68.281 9.41783C67.1208 9.41783 66.2092 9.77007 65.5461 10.4745C64.9039 11.1582 64.5827 12.0283 64.5827 13.085V21.0408C64.5827 21.5796 64.4067 22.0353 64.0544 22.4083C63.7023 22.7605 63.2568 22.9366 62.7181 22.9366C62.1795 22.9366 61.734 22.7605 61.3817 22.4083C61.0296 22.0353 60.8534 21.5796 60.8534 21.0408V13.085C60.8534 11.9455 60.6256 11.0546 60.1697 10.4123C59.7346 9.7493 58.9577 9.41783 57.8389 9.41783C56.6787 9.41783 55.7671 9.77007 55.1041 10.4745C54.4618 11.1582 54.1407 12.0283 54.1407 13.085V21.0408C54.1407 21.5796 53.9646 22.0353 53.6123 22.4083C53.2602 22.7605 52.8147 22.9366 52.276 22.9366C51.7374 22.9366 51.2919 22.7605 50.9397 22.4083C50.5875 22.0353 50.4114 21.5796 50.4114 21.0408V8.20581C50.4114 7.66713 50.5875 7.22169 50.9397 6.86947C51.2919 6.49654 51.7374 6.31007 52.276 6.31007C52.8147 6.31007 53.2602 6.49654 53.6123 6.86947C53.9646 7.22169 54.1407 7.66713 54.1407 8.20581V8.70305C54.7001 7.95719 55.4045 7.32527 56.2539 6.80731C57.1241 6.26863 58.0875 5.9993 59.1442 5.9993C61.7547 5.9993 63.4226 7.13881 64.1477 9.41783C64.6242 8.54766 65.339 7.76036 66.292 7.05594C67.2658 6.35151 68.3639 5.9993 69.5862 5.9993ZM82.5727 21.0408C82.5727 21.5796 82.3967 22.0353 82.0444 22.4083C81.6923 22.7605 81.2468 22.9366 80.7081 22.9366C80.1695 22.9366 79.724 22.7605 79.3718 22.4083C79.0196 22.0353 78.8434 21.5796 78.8434 21.0408V8.20581C78.8434 7.66713 79.0196 7.22169 79.3718 6.86947C79.724 6.49654 80.1695 6.31007 80.7081 6.31007C81.2468 6.31007 81.6923 6.49654 82.0444 6.86947C82.3967 7.22169 82.5727 7.66713 82.5727 8.20581V21.0408ZM80.677 4.29003C79.9726 4.29003 79.4754 4.17608 79.1853 3.94818C78.8953 3.72027 78.7502 3.31626 78.7502 2.73615V2.14568C78.7502 1.56557 78.9056 1.16156 79.2164 0.933651C79.5271 0.705748 80.0244 0.591797 80.7081 0.591797C81.4333 0.591797 81.9409 0.705748 82.2309 0.933651C82.521 1.16156 82.666 1.56557 82.666 2.14568V2.73615C82.666 3.33699 82.5106 3.75135 82.1998 3.97925C81.9098 4.18644 81.4022 4.29003 80.677 4.29003ZM102.379 14.6389C102.379 16.2964 102.006 17.7881 101.261 19.114C100.515 20.4193 99.4891 21.4345 98.1838 22.1596C96.899 22.8848 95.4801 23.2474 93.9262 23.2474C92.3519 23.2474 90.9223 22.8848 89.6375 22.1596C88.3531 21.4345 87.3378 20.4193 86.592 19.114C85.8461 17.7881 85.4732 16.2964 85.4732 14.6389C85.4732 12.9814 85.8461 11.5 86.592 10.1948C87.3378 8.86882 88.3531 7.84324 89.6375 7.11809C90.9223 6.37223 92.3519 5.9993 93.9262 5.9993C95.4801 5.9993 96.899 6.37223 98.1838 7.11809C99.4891 7.84324 100.515 8.86882 101.261 10.1948C102.006 11.5 102.379 12.9814 102.379 14.6389ZM98.65 14.6389C98.65 13.6237 98.4324 12.7224 97.9974 11.9351C97.5827 11.1271 97.0135 10.5055 96.2881 10.0705C95.584 9.63538 94.7964 9.41783 93.9262 9.41783C93.056 9.41783 92.2587 9.63538 91.5332 10.0705C90.8291 10.5055 90.259 11.1271 89.824 11.9351C89.4093 12.7224 89.2024 13.6237 89.2024 14.6389C89.2024 15.654 89.4093 16.5553 89.824 17.3426C90.259 18.1299 90.8291 18.7411 91.5332 19.1762C92.2587 19.6113 93.056 19.8288 93.9262 19.8288C94.7964 19.8288 95.584 19.6113 96.2881 19.1762C97.0135 18.7411 97.5827 18.1299 97.9974 17.3426C98.4324 16.5553 98.65 15.654 98.65 14.6389Z" fill="#6558F5"/>
3
- </svg>
1
+ <svg width="103" height="30" viewBox="0 0 103 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.85263 5.9993C10.2822 5.9993 11.5771 6.37223 12.7373 7.11809C13.8976 7.84324 14.8091 8.85844 15.4722 10.1637C16.1559 11.469 16.4977 12.9503 16.4977 14.6078C16.4977 16.2653 16.1663 17.757 15.5032 19.083C14.8402 20.3882 13.9287 21.4138 12.7684 22.1596C11.6289 22.8848 10.365 23.2474 8.97694 23.2474C7.98246 23.2474 7.03977 23.0505 6.14888 22.6569C5.27871 22.2425 4.55356 21.7452 3.97345 21.1652V27.2564C3.97345 27.7951 3.79735 28.2405 3.44513 28.5927C3.09292 28.9656 2.64748 29.1521 2.1088 29.1521C1.57011 29.1521 1.12468 28.976 0.77246 28.6238C0.420247 28.2715 0.244141 27.8158 0.244141 27.2564V8.20581C0.244141 7.66713 0.420247 7.22169 0.77246 6.86947C1.12468 6.49654 1.57011 6.31007 2.1088 6.31007C2.64748 6.31007 3.09292 6.49654 3.44513 6.86947C3.79735 7.22169 3.97345 7.66713 3.97345 8.20581V8.33012C4.47069 7.70857 5.16476 7.16988 6.05565 6.71408C6.94654 6.23756 7.87887 5.9993 8.85263 5.9993ZM8.38647 19.8288C9.71242 19.8288 10.8001 19.3316 11.6496 18.3371C12.4991 17.3426 12.9238 16.0995 12.9238 14.6078C12.9238 13.1161 12.4991 11.8834 11.6496 10.9096C10.8209 9.91507 9.73319 9.41783 8.38647 9.41783C7.03977 9.41783 5.9417 9.91507 5.09224 10.9096C4.24279 11.8834 3.81806 13.1161 3.81806 14.6078C3.81806 16.0995 4.24279 17.3426 5.09224 18.3371C5.9417 19.3316 7.03977 19.8288 8.38647 19.8288ZM28.2465 5.9993C28.868 5.9993 29.386 6.1754 29.8003 6.52762C30.2354 6.87983 30.453 7.29419 30.453 7.77072C30.453 8.41299 30.2873 8.8999 29.9557 9.23137C29.6243 9.54214 29.2306 9.69753 28.7748 9.69753C28.464 9.69753 28.1119 9.62499 27.7181 9.47999C27.656 9.4593 27.511 9.41783 27.2831 9.35568C27.0759 9.29352 26.848 9.26244 26.5994 9.26244C26.0607 9.26244 25.5427 9.42822 25.0455 9.75969C24.5482 10.0912 24.1339 10.5988 23.8024 11.2825C23.4916 11.9455 23.3362 12.7431 23.3362 13.6755V21.0408C23.3362 21.5796 23.1601 22.0353 22.8079 22.4083C22.4557 22.7605 22.0103 22.9366 21.4716 22.9366C20.9329 22.9366 20.4875 22.7605 20.1352 22.4083C19.7831 22.0353 19.6069 21.5796 19.6069 21.0408V8.20581C19.6069 7.66713 19.7831 7.22169 20.1352 6.86947C20.4875 6.49654 20.9329 6.31007 21.4716 6.31007C22.0103 6.31007 22.4557 6.49654 22.8079 6.86947C23.1601 7.22169 23.3362 7.66713 23.3362 8.20581V8.60981C23.8128 7.76036 24.4965 7.11809 25.3873 6.683C26.2783 6.2272 27.2313 5.9993 28.2465 5.9993ZM47.3012 14.2349C47.2805 14.7321 47.0837 15.1361 46.7107 15.4469C46.3378 15.7577 45.9027 15.913 45.4055 15.913H35.1499C35.3985 17.1355 35.9683 18.0989 36.8591 18.8033C37.75 19.487 38.7549 19.8288 39.8737 19.8288C40.7231 19.8288 41.3861 19.7563 41.8626 19.6113C42.3392 19.4455 42.7121 19.2798 42.9814 19.114C43.2715 18.9276 43.4683 18.8033 43.5719 18.7411C43.9448 18.5546 44.2971 18.4614 44.6285 18.4614C45.0636 18.4614 45.4365 18.6168 45.7473 18.9276C46.0581 19.2383 46.2135 19.6009 46.2135 20.0153C46.2135 20.5747 45.9234 21.0823 45.3433 21.5381C44.7632 22.0146 43.9863 22.4187 43.0125 22.7501C42.0387 23.0816 41.0546 23.2474 40.0601 23.2474C38.3198 23.2474 36.797 22.8848 35.4917 22.1596C34.2071 21.4345 33.2127 20.44 32.5083 19.1762C31.8039 17.8916 31.4516 16.4518 31.4516 14.8564C31.4516 13.0746 31.8246 11.5104 32.5704 10.1637C33.3163 8.81697 34.3004 7.79144 35.5228 7.08701C36.7452 6.36187 38.0505 5.9993 39.4386 5.9993C40.806 5.9993 42.0906 6.37223 43.2922 7.11809C44.5146 7.86395 45.4883 8.86882 46.2135 10.1326C46.9387 11.3964 47.3012 12.7638 47.3012 14.2349ZM39.4386 9.41783C37.0352 9.41783 35.616 10.547 35.1809 12.8053H43.3233V12.5877C43.2404 11.7176 42.8156 10.9717 42.0491 10.3502C41.2825 9.72861 40.4124 9.41783 39.4386 9.41783ZM69.5862 5.9993C71.6374 5.9993 73.0566 6.63121 73.8439 7.89503C74.6312 9.13813 75.0248 10.8681 75.0248 13.085V21.0408C75.0248 21.5796 74.8487 22.0353 74.4965 22.4083C74.1443 22.7605 73.6989 22.9366 73.1601 22.9366C72.6215 22.9366 72.1761 22.7605 71.8238 22.4083C71.4717 22.0353 71.2955 21.5796 71.2955 21.0408V13.085C71.2955 11.9455 71.0676 11.0546 70.6118 10.4123C70.1767 9.7493 69.3998 9.41783 68.281 9.41783C67.1208 9.41783 66.2092 9.77007 65.5461 10.4745C64.9039 11.1582 64.5827 12.0283 64.5827 13.085V21.0408C64.5827 21.5796 64.4067 22.0353 64.0544 22.4083C63.7023 22.7605 63.2568 22.9366 62.7181 22.9366C62.1795 22.9366 61.734 22.7605 61.3817 22.4083C61.0296 22.0353 60.8534 21.5796 60.8534 21.0408V13.085C60.8534 11.9455 60.6256 11.0546 60.1697 10.4123C59.7346 9.7493 58.9577 9.41783 57.8389 9.41783C56.6787 9.41783 55.7671 9.77007 55.1041 10.4745C54.4618 11.1582 54.1407 12.0283 54.1407 13.085V21.0408C54.1407 21.5796 53.9646 22.0353 53.6123 22.4083C53.2602 22.7605 52.8147 22.9366 52.276 22.9366C51.7374 22.9366 51.2919 22.7605 50.9397 22.4083C50.5875 22.0353 50.4114 21.5796 50.4114 21.0408V8.20581C50.4114 7.66713 50.5875 7.22169 50.9397 6.86947C51.2919 6.49654 51.7374 6.31007 52.276 6.31007C52.8147 6.31007 53.2602 6.49654 53.6123 6.86947C53.9646 7.22169 54.1407 7.66713 54.1407 8.20581V8.70305C54.7001 7.95719 55.4045 7.32527 56.2539 6.80731C57.1241 6.26863 58.0875 5.9993 59.1442 5.9993C61.7547 5.9993 63.4226 7.13881 64.1477 9.41783C64.6242 8.54766 65.339 7.76036 66.292 7.05594C67.2658 6.35151 68.3639 5.9993 69.5862 5.9993ZM82.5727 21.0408C82.5727 21.5796 82.3967 22.0353 82.0444 22.4083C81.6923 22.7605 81.2468 22.9366 80.7081 22.9366C80.1695 22.9366 79.724 22.7605 79.3718 22.4083C79.0196 22.0353 78.8434 21.5796 78.8434 21.0408V8.20581C78.8434 7.66713 79.0196 7.22169 79.3718 6.86947C79.724 6.49654 80.1695 6.31007 80.7081 6.31007C81.2468 6.31007 81.6923 6.49654 82.0444 6.86947C82.3967 7.22169 82.5727 7.66713 82.5727 8.20581V21.0408ZM80.677 4.29003C79.9726 4.29003 79.4754 4.17608 79.1853 3.94818C78.8953 3.72027 78.7502 3.31626 78.7502 2.73615V2.14568C78.7502 1.56557 78.9056 1.16156 79.2164 0.933651C79.5271 0.705748 80.0244 0.591797 80.7081 0.591797C81.4333 0.591797 81.9409 0.705748 82.2309 0.933651C82.521 1.16156 82.666 1.56557 82.666 2.14568V2.73615C82.666 3.33699 82.5106 3.75135 82.1998 3.97925C81.9098 4.18644 81.4022 4.29003 80.677 4.29003ZM102.379 14.6389C102.379 16.2964 102.006 17.7881 101.261 19.114C100.515 20.4193 99.4891 21.4345 98.1838 22.1596C96.899 22.8848 95.4801 23.2474 93.9262 23.2474C92.3519 23.2474 90.9223 22.8848 89.6375 22.1596C88.3531 21.4345 87.3378 20.4193 86.592 19.114C85.8461 17.7881 85.4732 16.2964 85.4732 14.6389C85.4732 12.9814 85.8461 11.5 86.592 10.1948C87.3378 8.86882 88.3531 7.84324 89.6375 7.11809C90.9223 6.37223 92.3519 5.9993 93.9262 5.9993C95.4801 5.9993 96.899 6.37223 98.1838 7.11809C99.4891 7.84324 100.515 8.86882 101.261 10.1948C102.006 11.5 102.379 12.9814 102.379 14.6389ZM98.65 14.6389C98.65 13.6237 98.4324 12.7224 97.9974 11.9351C97.5827 11.1271 97.0135 10.5055 96.2881 10.0705C95.584 9.63538 94.7964 9.41783 93.9262 9.41783C93.056 9.41783 92.2587 9.63538 91.5332 10.0705C90.8291 10.5055 90.259 11.1271 89.824 11.9351C89.4093 12.7224 89.2024 13.6237 89.2024 14.6389C89.2024 15.654 89.4093 16.5553 89.824 17.3426C90.259 18.1299 90.8291 18.7411 91.5332 19.1762C92.2587 19.6113 93.056 19.8288 93.9262 19.8288C94.7964 19.8288 95.584 19.6113 96.2881 19.1762C97.0135 18.7411 97.5827 18.1299 97.9974 17.3426C98.4324 16.5553 98.65 15.654 98.65 14.6389Z" fill="#6558F5"/>
3
+ </svg>
images/copy-icon.svg CHANGED
@@ -1,4 +1,4 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="40" height="40" rx="20" fill="#F6F5FE"/>
3
- <path d="M16 15V23C16 23.5304 16.2107 24.0391 16.5858 24.4142C16.9609 24.7893 17.4696 25 18 25H24M16 15V13C16 12.4696 16.2107 11.9609 16.5858 11.5858C16.9609 11.2107 17.4696 11 18 11H22.586C22.8512 11.0001 23.1055 11.1055 23.293 11.293L27.707 15.707C27.8946 15.8945 27.9999 16.1488 28 16.414V23C28 23.5304 27.7893 24.0391 27.4142 24.4142C27.0391 24.7893 26.5304 25 26 25H24M16 15H14C13.4696 15 12.9609 15.2107 12.5858 15.5858C12.2107 15.9609 12 16.4696 12 17V27C12 27.5304 12.2107 28.0391 12.5858 28.4142C12.9609 28.7893 13.4696 29 14 29H22C22.5304 29 23.0391 28.7893 23.4142 28.4142C23.7893 28.0391 24 27.5304 24 27V25M16 15V23C16 24.1046 16.8954 25 18 25H24" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="40" height="40" rx="20" fill="#F6F5FE"/>
3
+ <path d="M16 15V23C16 23.5304 16.2107 24.0391 16.5858 24.4142C16.9609 24.7893 17.4696 25 18 25H24M16 15V13C16 12.4696 16.2107 11.9609 16.5858 11.5858C16.9609 11.2107 17.4696 11 18 11H22.586C22.8512 11.0001 23.1055 11.1055 23.293 11.293L27.707 15.707C27.8946 15.8945 27.9999 16.1488 28 16.414V23C28 23.5304 27.7893 24.0391 27.4142 24.4142C27.0391 24.7893 26.5304 25 26 25H24M16 15H14C13.4696 15 12.9609 15.2107 12.5858 15.5858C12.2107 15.9609 12 16.4696 12 17V27C12 27.5304 12.2107 28.0391 12.5858 28.4142C12.9609 28.7893 13.4696 29 14 29H22C22.5304 29 23.0391 28.7893 23.4142 28.4142C23.7893 28.0391 24 27.5304 24 27V25M16 15V23C16 24.1046 16.8954 25 18 25H24" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
images/crown.svg CHANGED
@@ -1,3 +1,3 @@
1
- <svg width="220" height="194" viewBox="0 0 220 194" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M220 85.8651C220 73.1371 209.645 62.7821 196.917 62.7821C184.189 62.7821 173.834 73.1371 173.834 85.8651C173.834 91.6551 175.982 96.9491 179.515 101.005L155.653 122.895L125.22 60.0021L143.007 39.1101L110.125 0.487061L77.244 39.1111L94.239 59.0731L64.023 122.537L40.496 100.993C44.024 96.9381 46.167 91.6491 46.167 85.8651C46.167 73.1371 35.812 62.7821 23.084 62.7821C10.355 62.7821 0 73.1371 0 85.8651C0 97.6591 8.895 107.41 20.328 108.778L27.401 193.513H192.6L199.673 108.778C211.105 107.41 220 97.6591 220 85.8651Z" fill="white"/>
3
- </svg>
1
+ <svg width="220" height="194" viewBox="0 0 220 194" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M220 85.8651C220 73.1371 209.645 62.7821 196.917 62.7821C184.189 62.7821 173.834 73.1371 173.834 85.8651C173.834 91.6551 175.982 96.9491 179.515 101.005L155.653 122.895L125.22 60.0021L143.007 39.1101L110.125 0.487061L77.244 39.1111L94.239 59.0731L64.023 122.537L40.496 100.993C44.024 96.9381 46.167 91.6491 46.167 85.8651C46.167 73.1371 35.812 62.7821 23.084 62.7821C10.355 62.7821 0 73.1371 0 85.8651C0 97.6591 8.895 107.41 20.328 108.778L27.401 193.513H192.6L199.673 108.778C211.105 107.41 220 97.6591 220 85.8651Z" fill="white"/>
3
+ </svg>
images/delete-icon.svg CHANGED
@@ -1,4 +1,4 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="40" height="40" rx="20" fill="#F6F5FE"/>
3
- <path d="M16.4375 12.6875H16.25C16.3531 12.6875 16.4375 12.6031 16.4375 12.5V12.6875H23.5625V12.5C23.5625 12.6031 23.6469 12.6875 23.75 12.6875H23.5625V14.375H25.25V12.5C25.25 11.6727 24.5773 11 23.75 11H16.25C15.4227 11 14.75 11.6727 14.75 12.5V14.375H16.4375V12.6875ZM28.25 14.375H11.75C11.3352 14.375 11 14.7102 11 15.125V15.875C11 15.9781 11.0844 16.0625 11.1875 16.0625H12.6031L13.182 28.3203C13.2195 29.1195 13.8805 29.75 14.6797 29.75H25.3203C26.1219 29.75 26.7805 29.1219 26.818 28.3203L27.3969 16.0625H28.8125C28.9156 16.0625 29 15.9781 29 15.875V15.125C29 14.7102 28.6648 14.375 28.25 14.375ZM25.1398 28.0625H14.8602L14.293 16.0625H25.707L25.1398 28.0625Z" fill="black"/>
4
- </svg>
1
+ <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="40" height="40" rx="20" fill="#F6F5FE"/>
3
+ <path d="M16.4375 12.6875H16.25C16.3531 12.6875 16.4375 12.6031 16.4375 12.5V12.6875H23.5625V12.5C23.5625 12.6031 23.6469 12.6875 23.75 12.6875H23.5625V14.375H25.25V12.5C25.25 11.6727 24.5773 11 23.75 11H16.25C15.4227 11 14.75 11.6727 14.75 12.5V14.375H16.4375V12.6875ZM28.25 14.375H11.75C11.3352 14.375 11 14.7102 11 15.125V15.875C11 15.9781 11.0844 16.0625 11.1875 16.0625H12.6031L13.182 28.3203C13.2195 29.1195 13.8805 29.75 14.6797 29.75H25.3203C26.1219 29.75 26.7805 29.1219 26.818 28.3203L27.3969 16.0625H28.8125C28.9156 16.0625 29 15.9781 29 15.875V15.125C29 14.7102 28.6648 14.375 28.25 14.375ZM25.1398 28.0625H14.8602L14.293 16.0625H25.707L25.1398 28.0625Z" fill="black"/>
4
+ </svg>
images/edit-icon.svg CHANGED
@@ -1,4 +1,4 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="40" height="40" rx="20" fill="#F6F5FE"/>
3
- <path d="M30.0317 13.3351L26.1184 9.40172C25.8598 9.14443 25.5098 9 25.145 9C24.7802 9 24.4303 9.14443 24.1717 9.40172L10.2984 23.2551L9.0317 28.7217C8.988 28.9216 8.9895 29.1286 9.03608 29.3278C9.08266 29.527 9.17315 29.7133 9.30094 29.873C9.42873 30.0327 9.59058 30.1619 9.77468 30.2511C9.95878 30.3402 10.1605 30.3872 10.365 30.3884C10.4603 30.398 10.5564 30.398 10.6517 30.3884L16.1784 29.1217L30.0317 15.2817C30.289 15.0231 30.4334 14.6732 30.4334 14.3084C30.4334 13.9436 30.289 13.5937 30.0317 13.3351V13.3351ZM15.5117 27.9217L10.3317 29.0084L11.5117 23.9284L21.8917 13.5884L25.8917 17.5884L15.5117 27.9217ZM26.785 16.6217L22.785 12.6217L25.105 10.3151L29.0384 14.3151L26.785 16.6217Z" fill="black"/>
4
- </svg>
1
+ <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="40" height="40" rx="20" fill="#F6F5FE"/>
3
+ <path d="M30.0317 13.3351L26.1184 9.40172C25.8598 9.14443 25.5098 9 25.145 9C24.7802 9 24.4303 9.14443 24.1717 9.40172L10.2984 23.2551L9.0317 28.7217C8.988 28.9216 8.9895 29.1286 9.03608 29.3278C9.08266 29.527 9.17315 29.7133 9.30094 29.873C9.42873 30.0327 9.59058 30.1619 9.77468 30.2511C9.95878 30.3402 10.1605 30.3872 10.365 30.3884C10.4603 30.398 10.5564 30.398 10.6517 30.3884L16.1784 29.1217L30.0317 15.2817C30.289 15.0231 30.4334 14.6732 30.4334 14.3084C30.4334 13.9436 30.289 13.5937 30.0317 13.3351V13.3351ZM15.5117 27.9217L10.3317 29.0084L11.5117 23.9284L21.8917 13.5884L25.8917 17.5884L15.5117 27.9217ZM26.785 16.6217L22.785 12.6217L25.105 10.3151L29.0384 14.3151L26.785 16.6217Z" fill="black"/>
4
+ </svg>
images/firstwelcombar.svg CHANGED
@@ -1,81 +1,81 @@
1
- <svg width="500" height="356" viewBox="0 0 500 356" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M400.717 322.752V76.715C400.717 74.9394 399.277 73.5 397.502 73.5H70.2689C68.4933 73.5 67.0539 74.9394 67.0539 76.715V322.752C67.0539 326.304 69.9327 329.182 73.4839 329.182H394.287C397.838 329.182 400.717 326.304 400.717 322.752Z" fill="#FAFAFA"/>
3
- <rect x="162.729" y="146.08" width="49.064" height="6.59825" rx="3.29913" fill="#E1E7E9"/>
4
- <rect x="162.729" y="160.927" width="170.088" height="6.59825" rx="3.29913" fill="#E1E7E9"/>
5
- <rect x="282.118" y="187.318" width="50.6994" height="36.2904" fill="#FAFCFD"/>
6
- <path d="M313.748 200.516L298.472 217.011H327.911L313.748 200.516Z" fill="#C4C4C4"/>
7
- <ellipse cx="293.566" cy="199.693" rx="3.27093" ry="3.29913" fill="#C4C4C4"/>
8
- <path d="M299.237 206.289L289.477 217.011H308.285L299.237 206.289Z" fill="#DEDEDE"/>
9
- <rect x="228.147" y="187.318" width="50.6994" height="36.2904" fill="#FAFCFD"/>
10
- <path d="M259.778 200.516L244.502 217.011H273.94L259.778 200.516Z" fill="#C4C4C4"/>
11
- <ellipse cx="239.595" cy="199.693" rx="3.27093" ry="3.29913" fill="#C4C4C4"/>
12
- <path d="M245.267 206.289L235.507 217.011H254.315L245.267 206.289Z" fill="#DEDEDE"/>
13
- <rect x="174.177" y="187.318" width="50.6994" height="36.2904" fill="#FAFCFD"/>
14
- <path d="M205.808 200.516L190.532 217.011H219.97L205.808 200.516Z" fill="#C4C4C4"/>
15
- <ellipse cx="185.625" cy="199.693" rx="3.27093" ry="3.29913" fill="#C4C4C4"/>
16
- <path d="M191.296 206.289L181.537 217.011H200.344L191.296 206.289Z" fill="#DEDEDE"/>
17
- <path d="M67.0539 117.213V79.93C67.0539 76.3788 69.9327 73.5 73.4839 73.5H394.259C397.81 73.5 400.689 76.3788 400.689 79.93V117.213H67.0539Z" fill="#5046C2"/>
18
- <rect x="125.931" y="89.9971" width="11.4483" height="11.5469" rx="5.72413" fill="white"/>
19
- <rect x="141.468" y="85.8701" width="48.6349" height="6.26223" rx="3.13112" fill="#978DFF"/>
20
- <rect x="141.468" y="98.3945" width="167.635" height="6.26223" rx="3.13112" fill="white"/>
21
- <path d="M100.581 329.183V117.214H67.054V322.753C67.054 326.304 69.9327 329.183 73.4839 329.183H100.581Z" fill="#F0F0F2"/>
22
- <rect x="162.729" y="279.696" width="49.064" height="6.59825" rx="3.29913" fill="#E1E7E9"/>
23
- <rect x="162.729" y="294.542" width="170.088" height="6.59825" rx="3.29913" fill="#E1E7E9"/>
24
- <rect x="162.729" y="239.28" width="49.064" height="6.59825" rx="3.29913" fill="#E1E7E9"/>
25
- <rect x="162.729" y="254.127" width="170.088" height="6.59825" rx="3.29913" fill="#E1E7E9"/>
26
- <path d="M34.9216 162.84L34.598 155.977" stroke="#ACACAD" stroke-width="2.41123" stroke-miterlimit="10" stroke-linecap="round"/>
27
- <path d="M27.3197 161.419L21.2609 157.227" stroke="#ACACAD" stroke-width="2.41123" stroke-miterlimit="10" stroke-linecap="round"/>
28
- <path d="M27.956 171.079L21.9758 170.375" stroke="#ACACAD" stroke-width="2.41123" stroke-miterlimit="10" stroke-linecap="round"/>
29
- <path d="M335.27 133.071L339.687 112.773C340.442 109.303 343.865 107.112 347.332 107.88L493.722 140.286C497.189 141.053 499.388 144.489 498.633 147.958L494.216 168.257L335.27 133.071Z" fill="#6558F5"/>
30
- <rect width="1.76141" height="11.7969" rx="0.880705" transform="matrix(0.971439 0.237623 -0.233764 0.972213 352.747 116.39)" fill="white"/>
31
- <rect width="1.77516" height="11.7055" rx="0.887579" transform="matrix(0.256712 -0.966319 0.965526 0.260942 346.718 121.404)" fill="white"/>
32
- <rect width="23.7309" height="3.89702" rx="1.94851" transform="matrix(0.976364 0.216135 -0.212624 0.977134 374.868 121.86)" fill="white"/>
33
- <rect width="81.7958" height="3.89702" rx="1.94851" transform="matrix(0.976364 0.216135 -0.212624 0.977134 373.211 129.478)" fill="white"/>
34
- <path d="M398.419 328.876H403.421L402.855 337.364H399.102L398.419 328.876Z" fill="#FFD2AB"/>
35
- <path d="M441.163 321.869L445.591 319.596L448.785 326.194L445.294 327.965L441.163 321.869Z" fill="#FFD2AB"/>
36
- <path d="M458.557 162.373C459.078 160.526 458.35 160.14 458.764 158.867C459.178 157.594 459.977 156.076 460.608 156.722C461.238 157.369 460.241 158.508 460.876 160.38C461.05 160.89 462.856 161.217 462.856 161.217L465.331 161.815C464.748 162.594 464.012 163.242 463.169 163.72C461.808 164.469 462.265 164.651 461.251 165.935C459.005 168.783 457.35 166.223 457.783 164.681C458.217 163.14 458.036 164.218 458.557 162.373Z" fill="#FFD2AB"/>
37
- <path d="M367.586 140.97C367.806 140.167 367.806 139.319 367.585 138.517C367.198 137.395 366.502 136.014 366.028 136.473C365.554 136.931 366.747 139.364 365.521 140.099C365.035 140.39 364.387 140.178 363.492 139.991C362.424 139.769 361.113 139.455 361.113 139.455C361.286 140.298 361.629 141.096 362.12 141.8C363.03 143.261 363.713 143.057 364.772 145.259C365.831 147.461 368.77 146.035 368.089 144.593C367.66 143.437 367.489 142.2 367.586 140.97V140.97Z" fill="#FFD2AB"/>
38
- <path d="M395.235 232.228L416.324 235.751L407.007 279.608L403.846 329.767C403.016 330.283 402.069 330.577 401.095 330.619C400.024 330.549 398.979 330.259 398.023 329.767C398.023 329.767 395.912 299.826 395.235 281.69C394.557 263.553 395.235 232.228 395.235 232.228Z" fill="#0F2438"/>
39
- <path d="M406.762 238.738L425.347 233.045C425.347 233.045 428.364 269.427 429.912 275.888C431.46 282.348 447.382 321.113 447.382 321.113C446.806 321.932 446.141 322.683 445.401 323.354C444.28 324.332 441.752 324.246 441.752 324.246C441.752 324.246 420.382 285.81 419.043 283.914C417.704 282.018 411.621 265.933 409.53 256.896C408.202 250.913 407.278 244.847 406.762 238.738V238.738Z" fill="#173450"/>
40
- <path d="M395.576 191.552C398.883 193.834 418.969 195.45 424.09 194.632C429.212 193.815 435.574 189.576 442.143 184.256C448.712 178.936 457.846 163.117 457.846 163.117C458.28 163.813 458.903 164.367 459.641 164.714C460.383 165.047 461.181 165.237 461.992 165.276C461.992 165.276 453.772 184.586 445.833 192.681C437.893 200.776 428.555 204.841 427.586 208.001C426.618 211.162 427.685 227.369 425.061 233.987C422.437 240.606 397.382 242.821 395.576 236.535C393.771 230.25 392.452 213.24 390.378 208.005C388.305 202.77 382.299 194.843 377.568 188.229C372.836 181.616 363.818 145.128 363.818 145.128C364.644 145.369 365.52 145.369 366.346 145.128C367.072 144.787 367.703 144.269 368.183 143.622C368.183 143.622 376.829 168.638 382.715 177.614C388.601 186.59 392.269 189.278 395.576 191.552Z" fill="#6558F5"/>
41
- <path d="M393.012 207.087C394.571 212.229 395.667 217.502 396.289 222.842C397.386 232.022 397.537 236.025 398.896 237.333C400.256 238.641 401.583 240.466 407.656 240.061C413.728 239.656 414.733 239.409 416.705 238.966C418.228 238.561 419.711 238.016 421.135 237.336C421.135 237.336 423.159 236.59 424.475 232.46C425.121 230.429 425.155 228.141 425.562 223.55C425.969 218.959 426.053 208.727 426.89 206.618C427.375 205.397 432.874 202.15 438.041 198.143C440.07 196.554 442.264 194.915 444.045 193.232C445.26 192.083 446.552 190.897 447.314 190.113C451.467 185.836 461.992 165.274 461.992 165.274C461.992 165.274 453.772 184.584 445.833 192.679C437.893 200.774 428.555 204.838 427.586 207.999C426.618 211.16 427.685 227.367 425.061 233.985C422.437 240.603 397.383 242.817 395.577 236.53C393.772 230.243 392.453 213.234 390.379 207.999C388.306 202.764 382.3 194.838 377.569 188.224C372.837 181.61 363.818 145.128 363.818 145.128C365.609 148.66 367.118 152.329 368.332 156.102C371.663 166.533 375.708 181.636 379.458 187.356C385.343 196.327 390.768 201.365 393.012 207.087Z" fill="#5B50DE"/>
42
- <path d="M398.82 334.677C399.068 334.908 399.363 335.083 399.684 335.191C400.004 335.299 400.344 335.337 400.68 335.303C401.668 335.235 402.627 334.938 403.481 334.434C403.481 334.434 405.295 338.976 403.481 339.649C401.667 340.322 390.322 342.136 389.67 339.646C389.017 337.155 398.82 334.677 398.82 334.677Z" fill="#FBC103"/>
43
- <path d="M444.282 326.697C444.603 326.807 444.943 326.846 445.28 326.813C445.617 326.78 445.943 326.675 446.237 326.505C447.112 326.038 447.867 325.372 448.445 324.561C448.445 324.561 451.934 327.967 450.548 329.326C449.162 330.685 439.524 336.994 437.927 334.994C436.329 332.994 444.282 326.697 444.282 326.697Z" fill="#FBC103"/>
44
- <path d="M405.032 187.789L412.847 185.693C412.847 185.693 412.41 190.079 412.483 191.561C412.578 192.609 412.838 193.636 413.252 194.603C413.252 194.603 413.105 195.176 411.348 195.784C410.06 196.181 408.683 196.181 407.395 195.784C406.934 195.618 406.511 195.359 406.152 195.022C405.794 194.686 405.506 194.28 405.308 193.828C405.308 193.828 405.347 192.218 405.032 187.789Z" fill="#FFD2AB"/>
45
- <path d="M397.851 178.949C397.566 178.566 395.613 181.133 396.434 182.377C397.254 183.621 398.076 182.377 398.076 182.377C398.133 181.229 398.057 180.079 397.851 178.949V178.949Z" fill="#F1B785"/>
46
- <path d="M404.91 187.31L412.847 185.694C412.847 185.694 412.784 183.872 413.084 186.366C413.192 187.254 411.91 188.566 409.988 189.843C408.894 190.611 407.725 191.264 406.5 191.792C405.341 192.141 405.252 191.465 405.252 191.465C405.252 191.465 405.155 189.379 405.104 188.843C405.097 188.326 405.032 187.812 404.91 187.31V187.31Z" fill="#F1B785"/>
47
- <path d="M407.766 167.166C410.545 167.177 413.206 168.3 415.163 170.289C417.121 172.278 418.214 174.97 418.204 177.773C418.204 183.632 411.4 189.942 405.727 189.59C400.054 189.238 396.939 183.632 396.939 177.773C397.017 174.93 398.192 172.231 400.215 170.249C402.237 168.268 404.947 167.162 407.766 167.166V167.166Z" fill="#FFD2AB"/>
48
- <path d="M399.178 166.989C399.178 166.989 395.032 162.259 392.042 168.155C389.051 174.051 394.556 175.352 396.458 175.559C399.172 175.681 399.539 175.628 402.194 175.051C404.312 174.534 407.971 175.188 407.699 176.422C407.428 177.657 407.36 179.919 408.311 180.947C409.262 181.975 410.622 179.85 410.622 179.85C410.719 179.58 410.911 179.355 411.161 179.216C411.411 179.077 411.703 179.035 411.981 179.096C412.932 179.37 412.729 181.769 411.981 182.386C410.962 183.321 410.291 184.579 410.079 185.951C409.977 186.954 409.977 187.965 412.43 188.79C412.634 189.749 412.254 189.379 414.224 188.145C416.194 186.911 417.427 182.555 417.427 182.555C417.427 182.555 419.892 180.231 419.934 175.058C419.976 169.885 414.224 167.722 414.224 167.722C414.224 167.722 412.886 164.627 407.156 163.61C401.426 162.593 399.178 166.989 399.178 166.989Z" fill="#0F2437"/>
49
- <g filter="url(#filter0_d_41_287)">
50
- <rect x="34.3447" y="170" width="94.0393" height="42.0639" rx="3.21498" fill="#5046C2"/>
51
- <rect x="34.3447" y="217.836" width="94.0393" height="112.17" rx="3.21498" fill="#FAFAFA"/>
52
- <rect x="45.793" y="182.371" width="23.7142" height="6.59825" rx="3.21498" fill="#978DFF"/>
53
- <rect x="45.793" y="226.909" width="23.7142" height="6.59825" rx="3.21498" fill="#E1E7E9"/>
54
- <rect x="45.793" y="259.902" width="23.7142" height="6.59825" rx="3.21498" fill="#E1E7E9"/>
55
- <rect x="45.793" y="292.892" width="23.7142" height="6.59825" rx="3.21498" fill="#E1E7E9"/>
56
- <rect x="45.793" y="197.217" width="37.6157" height="6.59825" rx="3.21498" fill="white"/>
57
- <rect x="45.793" y="241.757" width="37.6157" height="6.59825" fill="#E1E7E9"/>
58
- <rect x="45.793" y="274.746" width="37.6157" height="6.59825" fill="#E1E7E9"/>
59
- <rect x="45.793" y="307.738" width="37.6157" height="6.59825" fill="#E1E7E9"/>
60
- </g>
61
- <path d="M66.9955 16.1268L61.3827 13.5851C61.0157 13.4189 60.5842 13.5598 60.3856 13.9108C60.1871 14.2618 60.2862 14.7081 60.6148 14.9423L65.5657 18.471C69.3064 21.1371 70.6716 26.0799 68.8296 30.2881L66.5523 35.491C66.387 35.8688 66.5371 36.3148 66.8943 36.5204C67.2514 36.726 67.7085 36.6295 67.9469 36.2937L71.2297 31.6696C73.8849 27.9295 78.7985 26.6008 82.9771 28.4929L88.5076 30.9973C88.8746 31.1635 89.3061 31.0226 89.5047 30.6716C89.7032 30.3207 89.6041 29.8743 89.2755 29.6401L84.2509 26.0589C80.5435 23.4165 79.1653 18.5332 80.9439 14.3418L82.6486 10.3245C82.8083 9.94802 82.6615 9.50978 82.3074 9.30594L82.2845 9.29278C81.9304 9.08893 81.4816 9.18437 81.2415 9.51459L78.6795 13.0384C76.0063 16.7149 71.1369 18.0021 66.9955 16.1268Z" fill="#48A0E0"/>
62
- <path d="M400.021 44.694L401.004 44.8016C401.29 44.833 401.507 45.0748 401.507 45.3628C401.507 45.6508 401.29 45.8927 401.004 45.924L400.101 46.0229C395.54 46.5222 391.963 50.1648 391.546 54.7334L391.38 56.5432C391.357 56.8039 391.138 57.0035 390.876 57.0035C390.614 57.0035 390.396 56.8039 390.372 56.5432L390.207 54.7334C389.789 50.1647 386.212 46.5222 381.652 46.0229L380.749 45.924C380.462 45.8927 380.246 45.6508 380.246 45.3628C380.246 45.0748 380.462 44.833 380.749 44.8016L381.732 44.694C386.256 44.1986 389.818 40.608 390.277 36.08L390.367 35.1942C390.394 34.9331 390.614 34.7344 390.876 34.7344C391.139 34.7344 391.359 34.9331 391.385 35.1942L391.475 36.08C391.934 40.608 395.497 44.1986 400.021 44.694Z" fill="#5BC77B"/>
63
- <path d="M201.312 38.9196L202.295 39.0272C202.581 39.0585 202.798 39.3004 202.798 39.5884C202.798 39.8764 202.581 40.1183 202.295 40.1496L201.392 40.2485C196.831 40.7478 193.254 44.3903 192.837 48.9589L192.671 50.7688C192.648 51.0295 192.429 51.2291 192.167 51.2291C191.905 51.2291 191.687 51.0295 191.663 50.7688L191.498 48.9589C191.08 44.3903 187.503 40.7478 182.943 40.2485L182.04 40.1496C181.753 40.1183 181.537 39.8764 181.537 39.5884C181.537 39.3004 181.753 39.0585 182.04 39.0272L183.023 38.9196C187.547 38.4242 191.109 34.8336 191.568 30.3056L191.658 29.4198C191.685 29.1587 191.905 28.96 192.167 28.96C192.43 28.96 192.65 29.1587 192.676 29.4198L192.766 30.3056C193.225 34.8336 196.788 38.4242 201.312 38.9196Z" fill="#C75B61"/>
64
- <path d="M17.0659 48.4544C15.1986 51.7547 11.0387 52.8952 7.77923 51.0191C4.51976 49.1429 3.37728 44.9504 5.24461 41.6501C7.11194 38.3497 11.2719 37.2092 14.5313 39.0854C17.7908 40.9615 18.9333 45.154 17.0659 48.4544Z" stroke="#AB79DF" stroke-width="2.74965"/>
65
- <ellipse rx="5.31526" ry="5.36108" transform="matrix(-1 0 0 1 427.265 12.0544)" fill="#F1AE54"/>
66
- <ellipse rx="5.31526" ry="5.36108" transform="matrix(-1 0 0 1 273.532 28.5505)" fill="#5F87AC"/>
67
- <path d="M50.0642 109.683C48.1968 112.983 44.0369 114.124 40.7775 112.248C37.518 110.371 36.3755 106.179 38.2428 102.879C40.1102 99.5782 44.2701 98.4377 47.5296 100.314C50.789 102.19 51.9315 106.383 50.0642 109.683Z" stroke="#F2BA69" stroke-width="2.74965"/>
68
- <path d="M440.553 74.3232H436.874V83.2584H427.674V86.8324H436.874V95.7676H440.553V86.8324H449.753V83.2584H440.553V74.3232Z" fill="#4CA4E2"/>
69
- <defs>
70
- <filter id="filter0_d_41_287" x="15.0549" y="157.14" width="132.619" height="198.586" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
71
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
72
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
73
- <feOffset dy="6.42996"/>
74
- <feGaussianBlur stdDeviation="9.64493"/>
75
- <feComposite in2="hardAlpha" operator="out"/>
76
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0"/>
77
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_41_287"/>
78
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_41_287" result="shape"/>
79
- </filter>
80
- </defs>
81
- </svg>
1
+ <svg width="500" height="356" viewBox="0 0 500 356" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M400.717 322.752V76.715C400.717 74.9394 399.277 73.5 397.502 73.5H70.2689C68.4933 73.5 67.0539 74.9394 67.0539 76.715V322.752C67.0539 326.304 69.9327 329.182 73.4839 329.182H394.287C397.838 329.182 400.717 326.304 400.717 322.752Z" fill="#FAFAFA"/>
3
+ <rect x="162.729" y="146.08" width="49.064" height="6.59825" rx="3.29913" fill="#E1E7E9"/>
4
+ <rect x="162.729" y="160.927" width="170.088" height="6.59825" rx="3.29913" fill="#E1E7E9"/>
5
+ <rect x="282.118" y="187.318" width="50.6994" height="36.2904" fill="#FAFCFD"/>
6
+ <path d="M313.748 200.516L298.472 217.011H327.911L313.748 200.516Z" fill="#C4C4C4"/>
7
+ <ellipse cx="293.566" cy="199.693" rx="3.27093" ry="3.29913" fill="#C4C4C4"/>
8
+ <path d="M299.237 206.289L289.477 217.011H308.285L299.237 206.289Z" fill="#DEDEDE"/>
9
+ <rect x="228.147" y="187.318" width="50.6994" height="36.2904" fill="#FAFCFD"/>
10
+ <path d="M259.778 200.516L244.502 217.011H273.94L259.778 200.516Z" fill="#C4C4C4"/>
11
+ <ellipse cx="239.595" cy="199.693" rx="3.27093" ry="3.29913" fill="#C4C4C4"/>
12
+ <path d="M245.267 206.289L235.507 217.011H254.315L245.267 206.289Z" fill="#DEDEDE"/>
13
+ <rect x="174.177" y="187.318" width="50.6994" height="36.2904" fill="#FAFCFD"/>
14
+ <path d="M205.808 200.516L190.532 217.011H219.97L205.808 200.516Z" fill="#C4C4C4"/>
15
+ <ellipse cx="185.625" cy="199.693" rx="3.27093" ry="3.29913" fill="#C4C4C4"/>
16
+ <path d="M191.296 206.289L181.537 217.011H200.344L191.296 206.289Z" fill="#DEDEDE"/>
17
+ <path d="M67.0539 117.213V79.93C67.0539 76.3788 69.9327 73.5 73.4839 73.5H394.259C397.81 73.5 400.689 76.3788 400.689 79.93V117.213H67.0539Z" fill="#5046C2"/>
18
+ <rect x="125.931" y="89.9971" width="11.4483" height="11.5469" rx="5.72413" fill="white"/>
19
+ <rect x="141.468" y="85.8701" width="48.6349" height="6.26223" rx="3.13112" fill="#978DFF"/>
20
+ <rect x="141.468" y="98.3945" width="167.635" height="6.26223" rx="3.13112" fill="white"/>
21
+ <path d="M100.581 329.183V117.214H67.054V322.753C67.054 326.304 69.9327 329.183 73.4839 329.183H100.581Z" fill="#F0F0F2"/>
22
+ <rect x="162.729" y="279.696" width="49.064" height="6.59825" rx="3.29913" fill="#E1E7E9"/>
23
+ <rect x="162.729" y="294.542" width="170.088" height="6.59825" rx="3.29913" fill="#E1E7E9"/>
24
+ <rect x="162.729" y="239.28" width="49.064" height="6.59825" rx="3.29913" fill="#E1E7E9"/>
25
+ <rect x="162.729" y="254.127" width="170.088" height="6.59825" rx="3.29913" fill="#E1E7E9"/>
26
+ <path d="M34.9216 162.84L34.598 155.977" stroke="#ACACAD" stroke-width="2.41123" stroke-miterlimit="10" stroke-linecap="round"/>
27
+ <path d="M27.3197 161.419L21.2609 157.227" stroke="#ACACAD" stroke-width="2.41123" stroke-miterlimit="10" stroke-linecap="round"/>
28
+ <path d="M27.956 171.079L21.9758 170.375" stroke="#ACACAD" stroke-width="2.41123" stroke-miterlimit="10" stroke-linecap="round"/>
29
+ <path d="M335.27 133.071L339.687 112.773C340.442 109.303 343.865 107.112 347.332 107.88L493.722 140.286C497.189 141.053 499.388 144.489 498.633 147.958L494.216 168.257L335.27 133.071Z" fill="#6558F5"/>
30
+ <rect width="1.76141" height="11.7969" rx="0.880705" transform="matrix(0.971439 0.237623 -0.233764 0.972213 352.747 116.39)" fill="white"/>
31
+ <rect width="1.77516" height="11.7055" rx="0.887579" transform="matrix(0.256712 -0.966319 0.965526 0.260942 346.718 121.404)" fill="white"/>
32
+ <rect width="23.7309" height="3.89702" rx="1.94851" transform="matrix(0.976364 0.216135 -0.212624 0.977134 374.868 121.86)" fill="white"/>
33
+ <rect width="81.7958" height="3.89702" rx="1.94851" transform="matrix(0.976364 0.216135 -0.212624 0.977134 373.211 129.478)" fill="white"/>
34
+ <path d="M398.419 328.876H403.421L402.855 337.364H399.102L398.419 328.876Z" fill="#FFD2AB"/>
35
+ <path d="M441.163 321.869L445.591 319.596L448.785 326.194L445.294 327.965L441.163 321.869Z" fill="#FFD2AB"/>
36
+ <path d="M458.557 162.373C459.078 160.526 458.35 160.14 458.764 158.867C459.178 157.594 459.977 156.076 460.608 156.722C461.238 157.369 460.241 158.508 460.876 160.38C461.05 160.89 462.856 161.217 462.856 161.217L465.331 161.815C464.748 162.594 464.012 163.242 463.169 163.72C461.808 164.469 462.265 164.651 461.251 165.935C459.005 168.783 457.35 166.223 457.783 164.681C458.217 163.14 458.036 164.218 458.557 162.373Z" fill="#FFD2AB"/>
37
+ <path d="M367.586 140.97C367.806 140.167 367.806 139.319 367.585 138.517C367.198 137.395 366.502 136.014 366.028 136.473C365.554 136.931 366.747 139.364 365.521 140.099C365.035 140.39 364.387 140.178 363.492 139.991C362.424 139.769 361.113 139.455 361.113 139.455C361.286 140.298 361.629 141.096 362.12 141.8C363.03 143.261 363.713 143.057 364.772 145.259C365.831 147.461 368.77 146.035 368.089 144.593C367.66 143.437 367.489 142.2 367.586 140.97V140.97Z" fill="#FFD2AB"/>
38
+ <path d="M395.235 232.228L416.324 235.751L407.007 279.608L403.846 329.767C403.016 330.283 402.069 330.577 401.095 330.619C400.024 330.549 398.979 330.259 398.023 329.767C398.023 329.767 395.912 299.826 395.235 281.69C394.557 263.553 395.235 232.228 395.235 232.228Z" fill="#0F2438"/>
39
+ <path d="M406.762 238.738L425.347 233.045C425.347 233.045 428.364 269.427 429.912 275.888C431.46 282.348 447.382 321.113 447.382 321.113C446.806 321.932 446.141 322.683 445.401 323.354C444.28 324.332 441.752 324.246 441.752 324.246C441.752 324.246 420.382 285.81 419.043 283.914C417.704 282.018 411.621 265.933 409.53 256.896C408.202 250.913 407.278 244.847 406.762 238.738V238.738Z" fill="#173450"/>
40
+ <path d="M395.576 191.552C398.883 193.834 418.969 195.45 424.09 194.632C429.212 193.815 435.574 189.576 442.143 184.256C448.712 178.936 457.846 163.117 457.846 163.117C458.28 163.813 458.903 164.367 459.641 164.714C460.383 165.047 461.181 165.237 461.992 165.276C461.992 165.276 453.772 184.586 445.833 192.681C437.893 200.776 428.555 204.841 427.586 208.001C426.618 211.162 427.685 227.369 425.061 233.987C422.437 240.606 397.382 242.821 395.576 236.535C393.771 230.25 392.452 213.24 390.378 208.005C388.305 202.77 382.299 194.843 377.568 188.229C372.836 181.616 363.818 145.128 363.818 145.128C364.644 145.369 365.52 145.369 366.346 145.128C367.072 144.787 367.703 144.269 368.183 143.622C368.183 143.622 376.829 168.638 382.715 177.614C388.601 186.59 392.269 189.278 395.576 191.552Z" fill="#6558F5"/>
41
+ <path d="M393.012 207.087C394.571 212.229 395.667 217.502 396.289 222.842C397.386 232.022 397.537 236.025 398.896 237.333C400.256 238.641 401.583 240.466 407.656 240.061C413.728 239.656 414.733 239.409 416.705 238.966C418.228 238.561 419.711 238.016 421.135 237.336C421.135 237.336 423.159 236.59 424.475 232.46C425.121 230.429 425.155 228.141 425.562 223.55C425.969 218.959 426.053 208.727 426.89 206.618C427.375 205.397 432.874 202.15 438.041 198.143C440.07 196.554 442.264 194.915 444.045 193.232C445.26 192.083 446.552 190.897 447.314 190.113C451.467 185.836 461.992 165.274 461.992 165.274C461.992 165.274 453.772 184.584 445.833 192.679C437.893 200.774 428.555 204.838 427.586 207.999C426.618 211.16 427.685 227.367 425.061 233.985C422.437 240.603 397.383 242.817 395.577 236.53C393.772 230.243 392.453 213.234 390.379 207.999C388.306 202.764 382.3 194.838 377.569 188.224C372.837 181.61 363.818 145.128 363.818 145.128C365.609 148.66 367.118 152.329 368.332 156.102C371.663 166.533 375.708 181.636 379.458 187.356C385.343 196.327 390.768 201.365 393.012 207.087Z" fill="#5B50DE"/>
42
+ <path d="M398.82 334.677C399.068 334.908 399.363 335.083 399.684 335.191C400.004 335.299 400.344 335.337 400.68 335.303C401.668 335.235 402.627 334.938 403.481 334.434C403.481 334.434 405.295 338.976 403.481 339.649C401.667 340.322 390.322 342.136 389.67 339.646C389.017 337.155 398.82 334.677 398.82 334.677Z" fill="#FBC103"/>
43
+ <path d="M444.282 326.697C444.603 326.807 444.943 326.846 445.28 326.813C445.617 326.78 445.943 326.675 446.237 326.505C447.112 326.038 447.867 325.372 448.445 324.561C448.445 324.561 451.934 327.967 450.548 329.326C449.162 330.685 439.524 336.994 437.927 334.994C436.329 332.994 444.282 326.697 444.282 326.697Z" fill="#FBC103"/>
44
+ <path d="M405.032 187.789L412.847 185.693C412.847 185.693 412.41 190.079 412.483 191.561C412.578 192.609 412.838 193.636 413.252 194.603C413.252 194.603 413.105 195.176 411.348 195.784C410.06 196.181 408.683 196.181 407.395 195.784C406.934 195.618 406.511 195.359 406.152 195.022C405.794 194.686 405.506 194.28 405.308 193.828C405.308 193.828 405.347 192.218 405.032 187.789Z" fill="#FFD2AB"/>
45
+ <path d="M397.851 178.949C397.566 178.566 395.613 181.133 396.434 182.377C397.254 183.621 398.076 182.377 398.076 182.377C398.133 181.229 398.057 180.079 397.851 178.949V178.949Z" fill="#F1B785"/>
46
+ <path d="M404.91 187.31L412.847 185.694C412.847 185.694 412.784 183.872 413.084 186.366C413.192 187.254 411.91 188.566 409.988 189.843C408.894 190.611 407.725 191.264 406.5 191.792C405.341 192.141 405.252 191.465 405.252 191.465C405.252 191.465 405.155 189.379 405.104 188.843C405.097 188.326 405.032 187.812 404.91 187.31V187.31Z" fill="#F1B785"/>
47
+ <path d="M407.766 167.166C410.545 167.177 413.206 168.3 415.163 170.289C417.121 172.278 418.214 174.97 418.204 177.773C418.204 183.632 411.4 189.942 405.727 189.59C400.054 189.238 396.939 183.632 396.939 177.773C397.017 174.93 398.192 172.231 400.215 170.249C402.237 168.268 404.947 167.162 407.766 167.166V167.166Z" fill="#FFD2AB"/>
48
+ <path d="M399.178 166.989C399.178 166.989 395.032 162.259 392.042 168.155C389.051 174.051 394.556 175.352 396.458 175.559C399.172 175.681 399.539 175.628 402.194 175.051C404.312 174.534 407.971 175.188 407.699 176.422C407.428 177.657 407.36 179.919 408.311 180.947C409.262 181.975 410.622 179.85 410.622 179.85C410.719 179.58 410.911 179.355 411.161 179.216C411.411 179.077 411.703 179.035 411.981 179.096C412.932 179.37 412.729 181.769 411.981 182.386C410.962 183.321 410.291 184.579 410.079 185.951C409.977 186.954 409.977 187.965 412.43 188.79C412.634 189.749 412.254 189.379 414.224 188.145C416.194 186.911 417.427 182.555 417.427 182.555C417.427 182.555 419.892 180.231 419.934 175.058C419.976 169.885 414.224 167.722 414.224 167.722C414.224 167.722 412.886 164.627 407.156 163.61C401.426 162.593 399.178 166.989 399.178 166.989Z" fill="#0F2437"/>
49
+ <g filter="url(#filter0_d_41_287)">
50
+ <rect x="34.3447" y="170" width="94.0393" height="42.0639" rx="3.21498" fill="#5046C2"/>
51
+ <rect x="34.3447" y="217.836" width="94.0393" height="112.17" rx="3.21498" fill="#FAFAFA"/>
52
+ <rect x="45.793" y="182.371" width="23.7142" height="6.59825" rx="3.21498" fill="#978DFF"/>
53
+ <rect x="45.793" y="226.909" width="23.7142" height="6.59825" rx="3.21498" fill="#E1E7E9"/>
54
+ <rect x="45.793" y="259.902" width="23.7142" height="6.59825" rx="3.21498" fill="#E1E7E9"/>
55
+ <rect x="45.793" y="292.892" width="23.7142" height="6.59825" rx="3.21498" fill="#E1E7E9"/>
56
+ <rect x="45.793" y="197.217" width="37.6157" height="6.59825" rx="3.21498" fill="white"/>
57
+ <rect x="45.793" y="241.757" width="37.6157" height="6.59825" fill="#E1E7E9"/>
58
+ <rect x="45.793" y="274.746" width="37.6157" height="6.59825" fill="#E1E7E9"/>
59
+ <rect x="45.793" y="307.738" width="37.6157" height="6.59825" fill="#E1E7E9"/>
60
+ </g>
61
+ <path d="M66.9955 16.1268L61.3827 13.5851C61.0157 13.4189 60.5842 13.5598 60.3856 13.9108C60.1871 14.2618 60.2862 14.7081 60.6148 14.9423L65.5657 18.471C69.3064 21.1371 70.6716 26.0799 68.8296 30.2881L66.5523 35.491C66.387 35.8688 66.5371 36.3148 66.8943 36.5204C67.2514 36.726 67.7085 36.6295 67.9469 36.2937L71.2297 31.6696C73.8849 27.9295 78.7985 26.6008 82.9771 28.4929L88.5076 30.9973C88.8746 31.1635 89.3061 31.0226 89.5047 30.6716C89.7032 30.3207 89.6041 29.8743 89.2755 29.6401L84.2509 26.0589C80.5435 23.4165 79.1653 18.5332 80.9439 14.3418L82.6486 10.3245C82.8083 9.94802 82.6615 9.50978 82.3074 9.30594L82.2845 9.29278C81.9304 9.08893 81.4816 9.18437 81.2415 9.51459L78.6795 13.0384C76.0063 16.7149 71.1369 18.0021 66.9955 16.1268Z" fill="#48A0E0"/>
62
+ <path d="M400.021 44.694L401.004 44.8016C401.29 44.833 401.507 45.0748 401.507 45.3628C401.507 45.6508 401.29 45.8927 401.004 45.924L400.101 46.0229C395.54 46.5222 391.963 50.1648 391.546 54.7334L391.38 56.5432C391.357 56.8039 391.138 57.0035 390.876 57.0035C390.614 57.0035 390.396 56.8039 390.372 56.5432L390.207 54.7334C389.789 50.1647 386.212 46.5222 381.652 46.0229L380.749 45.924C380.462 45.8927 380.246 45.6508 380.246 45.3628C380.246 45.0748 380.462 44.833 380.749 44.8016L381.732 44.694C386.256 44.1986 389.818 40.608 390.277 36.08L390.367 35.1942C390.394 34.9331 390.614 34.7344 390.876 34.7344C391.139 34.7344 391.359 34.9331 391.385 35.1942L391.475 36.08C391.934 40.608 395.497 44.1986 400.021 44.694Z" fill="#5BC77B"/>
63
+ <path d="M201.312 38.9196L202.295 39.0272C202.581 39.0585 202.798 39.3004 202.798 39.5884C202.798 39.8764 202.581 40.1183 202.295 40.1496L201.392 40.2485C196.831 40.7478 193.254 44.3903 192.837 48.9589L192.671 50.7688C192.648 51.0295 192.429 51.2291 192.167 51.2291C191.905 51.2291 191.687 51.0295 191.663 50.7688L191.498 48.9589C191.08 44.3903 187.503 40.7478 182.943 40.2485L182.04 40.1496C181.753 40.1183 181.537 39.8764 181.537 39.5884C181.537 39.3004 181.753 39.0585 182.04 39.0272L183.023 38.9196C187.547 38.4242 191.109 34.8336 191.568 30.3056L191.658 29.4198C191.685 29.1587 191.905 28.96 192.167 28.96C192.43 28.96 192.65 29.1587 192.676 29.4198L192.766 30.3056C193.225 34.8336 196.788 38.4242 201.312 38.9196Z" fill="#C75B61"/>
64
+ <path d="M17.0659 48.4544C15.1986 51.7547 11.0387 52.8952 7.77923 51.0191C4.51976 49.1429 3.37728 44.9504 5.24461 41.6501C7.11194 38.3497 11.2719 37.2092 14.5313 39.0854C17.7908 40.9615 18.9333 45.154 17.0659 48.4544Z" stroke="#AB79DF" stroke-width="2.74965"/>
65
+ <ellipse rx="5.31526" ry="5.36108" transform="matrix(-1 0 0 1 427.265 12.0544)" fill="#F1AE54"/>
66
+ <ellipse rx="5.31526" ry="5.36108" transform="matrix(-1 0 0 1 273.532 28.5505)" fill="#5F87AC"/>
67
+ <path d="M50.0642 109.683C48.1968 112.983 44.0369 114.124 40.7775 112.248C37.518 110.371 36.3755 106.179 38.2428 102.879C40.1102 99.5782 44.2701 98.4377 47.5296 100.314C50.789 102.19 51.9315 106.383 50.0642 109.683Z" stroke="#F2BA69" stroke-width="2.74965"/>
68
+ <path d="M440.553 74.3232H436.874V83.2584H427.674V86.8324H436.874V95.7676H440.553V86.8324H449.753V83.2584H440.553V74.3232Z" fill="#4CA4E2"/>
69
+ <defs>
70
+ <filter id="filter0_d_41_287" x="15.0549" y="157.14" width="132.619" height="198.586" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
71
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
72
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
73
+ <feOffset dy="6.42996"/>
74
+ <feGaussianBlur stdDeviation="9.64493"/>
75
+ <feComposite in2="hardAlpha" operator="out"/>
76
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0"/>
77
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_41_287"/>
78
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_41_287" result="shape"/>
79
+ </filter>
80
+ </defs>
81
+ </svg>
images/firstwidget_header.svg CHANGED
@@ -1,105 +1,105 @@
1
- <svg width="199" height="196" viewBox="0 0 199 196" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M97.905 51.1423C97.905 54.3606 95.91 57.6823 93.453 57.6823C90.995 57.6823 89 54.3675 89 51.1423C89 47.9172 90.993 46 93.453 46C95.912 46 97.905 47.9172 97.905 51.1423Z" fill="#DEDBFF"/>
3
- <path d="M91.598 70.32H91.368C91.368 69.219 91.945 68.667 92.503 68.134C93.062 67.601 93.57 67.113 93.57 66.107C93.57 65.1 93.066 64.606 92.517 64.075C91.968 63.5435 91.381 62.9895 91.381 61.8884C91.381 60.7873 91.958 60.2425 92.517 59.7069C93.076 59.1712 93.584 58.6862 93.584 57.6816H93.814C93.814 58.7805 93.237 59.3322 92.678 59.8678C92.119 60.4034 91.598 60.8884 91.598 61.893C91.598 62.8975 92.117 63.3964 92.666 63.9205C93.216 64.445 93.802 65.006 93.802 66.107C93.802 67.208 93.225 67.759 92.666 68.293C92.108 68.826 91.598 69.313 91.598 70.32Z" fill="#799EB0"/>
4
- <path d="M93.453 57.3516L92.678 58.9492H94.225L93.453 57.3516Z" fill="#407BFF"/>
5
- <path d="M93.713 57.9878H93.191C93.11 57.9872 93.032 57.9548 92.975 57.8976C92.918 57.8404 92.886 57.763 92.885 57.6821C92.885 57.6008 92.917 57.5228 92.974 57.4651C93.032 57.4074 93.109 57.3746 93.191 57.374H93.713C93.753 57.374 93.793 57.382 93.83 57.3975C93.867 57.413 93.901 57.4357 93.93 57.4644C93.958 57.493 93.98 57.527 93.996 57.5644C94.011 57.6017 94.019 57.6417 94.018 57.6821C94.018 57.7631 93.986 57.8409 93.929 57.8982C93.871 57.9556 93.794 57.9878 93.713 57.9878Z" fill="#455A64"/>
6
- <path d="M45.927 76.032C46.021 76.125 64.381 69.848 64.381 69.848L57.305 53.7266L40.979 59.9604L49.968 65.099L45.927 76.032Z" fill="#799EB0"/>
7
- <path d="M54.54 58.5793V36.6316C54.54 36.6316 79.866 32.0209 98.115 32.296C116.364 32.5711 135.155 35.5477 135.155 35.5477V56.6206C135.155 56.6206 77.958 51.5367 54.54 58.5793Z" fill="#799EB0"/>
8
- <path d="M54.408 58.6018L64.359 69.942V56.6211C64.359 56.6211 56.039 57.6115 54.408 58.6018Z" fill="#5A7685"/>
9
- <path d="M54.54 36.626C54.623 36.626 54.656 41.5778 54.623 47.6301C54.59 53.6823 54.491 58.6342 54.413 58.6342C54.336 58.6342 54.297 53.7153 54.33 47.6301C54.363 41.5448 54.457 36.626 54.54 36.626Z" fill="#5A7685"/>
10
- <path d="M143.724 74.348C143.63 74.441 125.27 68.164 125.27 68.164L132.33 52.0371L148.672 58.2599L139.677 63.3988L143.724 74.348Z" fill="#799EB0"/>
11
- <path d="M135.255 56.9183L125.303 68.258V55.9004C128.64 56.0141 131.965 56.3541 135.255 56.9183Z" fill="#5A7685"/>
12
- <path d="M135.144 35.5479C135.222 35.5479 135.31 40.3291 135.338 46.2328C135.365 52.1365 135.338 56.9178 135.244 56.9178C135.15 56.9178 135.078 52.1365 135.05 46.2328C135.022 40.3291 135.061 35.5479 135.144 35.5479Z" fill="#5A7685"/>
13
- <path d="M68.82 46.255C68.768 45.6231 68.904 44.99 69.211 44.4347C69.519 43.8794 69.984 43.4267 70.549 43.1331C71.113 42.8395 71.752 42.7181 72.386 42.7841C73.019 42.8501 73.619 43.1005 74.111 43.504L73.337 44.4283C73.128 44.2391 72.881 44.098 72.611 44.0153C72.342 43.9325 72.057 43.9101 71.778 43.9496C71.282 44.0182 70.834 44.2799 70.533 44.6772C70.231 45.0744 70.1 45.5747 70.169 46.0679C70.238 46.5611 70.501 47.0069 70.9 47.3072C71.299 47.6074 71.802 47.7376 72.297 47.669C72.578 47.6322 72.848 47.533 73.085 47.3788C73.322 47.2245 73.522 47.019 73.668 46.7777L74.641 47.4544C74.281 47.9764 73.774 48.3809 73.183 48.6173C72.593 48.8537 71.946 48.9115 71.322 48.7834C70.699 48.6554 70.128 48.3472 69.68 47.8974C69.232 47.4477 68.927 46.8763 68.803 46.255H68.82Z" fill="white"/>
14
- <path d="M74.8509 45.4298C74.7489 44.7945 74.8399 44.1432 75.1129 43.5601C75.3859 42.9769 75.8289 42.4889 76.3839 42.1591C76.9389 41.8294 77.5809 41.6731 78.2269 41.7105C78.8719 41.7479 79.4909 41.9773 80.0039 42.369C80.5169 42.7607 80.8999 43.2966 81.1039 43.9074C81.3069 44.5182 81.3209 45.1756 81.1449 45.7947C80.9689 46.4137 80.6099 46.9658 80.1139 47.3795C79.6189 47.7931 79.0109 48.0493 78.3679 48.1148C77.9579 48.1798 77.5389 48.1611 77.1369 48.0597C76.7349 47.9583 76.3579 47.7764 76.0289 47.5251C75.6999 47.2738 75.4259 46.9584 75.2229 46.5982C75.0209 46.2379 74.8939 45.8404 74.8509 45.4298ZM79.8879 44.9126C79.8429 44.5556 79.6929 44.2197 79.4579 43.9467C79.2219 43.6737 78.9109 43.4758 78.5629 43.3777C78.2159 43.2795 77.8469 43.2854 77.5019 43.3947C77.1579 43.5039 76.8529 43.7117 76.6269 43.992C76.3999 44.2724 76.2609 44.6129 76.2279 44.9712C76.1949 45.3294 76.2679 45.6895 76.4389 46.0066C76.6099 46.3236 76.8709 46.5835 77.1889 46.754C77.5079 46.9244 77.8689 46.9977 78.2289 46.9648C78.4779 46.9486 78.7199 46.8812 78.9399 46.767C79.1609 46.6528 79.3559 46.4942 79.5109 46.3012C79.6669 46.1083 79.7809 45.8853 79.8459 45.6462C79.9109 45.4072 79.9249 45.1574 79.8879 44.9126Z" fill="white"/>
15
- <path d="M87.882 47.2616L87.644 43.7513L86.102 46.7555L85.494 46.794L83.586 44.087L83.813 47.5202L82.536 47.6028L82.182 41.7541L83.288 41.6826L85.72 45.1764L87.65 41.4075L88.755 41.3359L89.153 47.1791L87.882 47.2616Z" fill="white"/>
16
- <path d="M95.4939 43.2564C95.5279 44.5659 94.5659 45.4022 92.9959 45.4572L91.8069 45.4902L91.8569 47.1078L90.4909 47.1463L90.325 41.2536L92.8739 41.1821C94.4499 41.1601 95.4499 41.9469 95.4939 43.2564ZM94.1119 43.2949C94.1119 42.6511 93.6649 42.288 92.8299 42.31L91.7239 42.343L91.7849 44.3788L92.8909 44.3458C93.7199 44.3238 94.1289 43.9331 94.1119 43.2949Z" fill="white"/>
17
- <path d="M96.556 41.127H97.916V45.8807H100.868V46.9811H96.556V41.127Z" fill="white"/>
18
- <path d="M106.148 46.0515V47.1519L101.587 47.0198L101.758 41.1602L106.181 41.2922L106.148 42.3926L103.052 42.2991L103.019 43.5756L105.75 43.6526L105.716 44.709L102.985 44.6264L102.947 45.9855L106.148 46.0515Z" fill="white"/>
19
- <path d="M108.669 42.5181L106.789 42.408L106.855 41.3076L111.975 41.6157L111.908 42.7161L110.029 42.6006L109.741 47.3489L108.381 47.2663L108.669 42.5181Z" fill="white"/>
20
- <path d="M116.934 46.855L116.834 47.9554L112.29 47.5372L112.843 41.7051L117.265 42.1122L117.166 43.2126L114.081 42.9045L113.965 44.1755L116.685 44.4231L116.591 45.474L113.865 45.2264L113.744 46.5744L116.934 46.855Z" fill="white"/>
21
- <path d="M118.636 42.2383L121.284 42.5904C123.192 42.8435 124.347 44.1585 124.115 45.8916C123.883 47.6248 122.412 48.6427 120.505 48.3676L117.857 48.0154L118.636 42.2383ZM120.588 47.2837C120.828 47.3221 121.074 47.3122 121.311 47.2544C121.548 47.1967 121.77 47.0924 121.966 46.9476C122.161 46.8028 122.326 46.6205 122.449 46.4114C122.573 46.2024 122.653 45.9708 122.685 45.7304C122.717 45.4899 122.701 45.2455 122.636 45.0116C122.572 44.7776 122.461 44.5589 122.311 44.3683C122.16 44.1776 121.972 44.019 121.759 43.9017C121.546 43.7844 121.311 43.7108 121.069 43.6853L119.836 43.5203L119.355 47.1186L120.588 47.2837Z" fill="white"/>
22
- <path d="M144 37.0254L144.786 38L147 37.0254L146.352 36L144 37.0254Z" fill="#455A64"/>
23
- <path d="M137 18.5C137 18.9945 136.853 19.4778 136.579 19.8889C136.304 20.3 135.914 20.6205 135.457 20.8097C135 20.9989 134.497 21.0484 134.012 20.952C133.527 20.8555 133.082 20.6174 132.732 20.2678C132.383 19.9181 132.144 19.4727 132.048 18.9877C131.952 18.5028 132.001 18.0001 132.19 17.5433C132.38 17.0865 132.7 16.696 133.111 16.4213C133.522 16.1466 134.006 16 134.5 16C135.163 16.0017 135.797 16.2657 136.266 16.7341C136.734 17.2026 136.998 17.8375 137 18.5Z" fill="#FF725E"/>
24
- <path d="M43 30.0001C43 30.1985 42.941 30.3923 42.83 30.5571C42.72 30.7218 42.563 30.8499 42.379 30.9252C42.196 31.0005 41.994 31.0195 41.8 30.9798C41.605 30.9401 41.427 30.8434 41.288 30.7022C41.149 30.561 41.055 30.3815 41.018 30.1867C40.981 29.9918 41.002 29.7903 41.08 29.6078C41.158 29.4254 41.288 29.2701 41.454 29.1619C41.621 29.0537 41.815 28.9974 42.014 29.0001C42.277 29.0037 42.527 29.1106 42.712 29.2978C42.897 29.4849 43 29.7372 43 30.0001Z" fill="#FF725E"/>
25
- <path d="M83 63L82 64.722L84.192 68L85 66.273L83 63Z" fill="#455A64"/>
26
- <path d="M65.249 16.6211L70.86 22.3157L78.76 19.3446L79.075 21.2978L75.653 28.2689L78.81 33.4739L78.545 35.0309L70.899 33.749L66.377 38.6843L65.315 37.8865L64.381 31.6087L57.249 27.9113L56.934 26.4753L64.115 24.522L65.249 16.6211Z" fill="#EDCB54"/>
27
- <path d="M65.249 15.0195L70.86 20.7197L78.76 19.3441L75.051 26.4198L78.81 33.4734L70.899 32.1529L65.315 37.886L64.138 29.9906L56.934 26.4748L64.115 22.9205L65.249 15.0195Z" fill="#FFDB5A"/>
28
- <path d="M123.435 16.6211L117.818 22.3157L109.918 19.3446L109.603 21.2978L113.025 28.2689L109.868 33.4739L110.134 35.0309L117.779 33.749L122.301 38.6843L123.363 37.8865L124.297 31.6087L131.429 27.9113L131.744 26.4753L124.563 24.522L123.435 16.6211Z" fill="#EDCB54"/>
29
- <path d="M123.435 15.0195L117.818 20.7197L109.918 19.3441L113.627 26.4198L109.868 33.4734L117.779 32.1529L123.363 37.886L124.54 29.9906L131.744 26.4748L124.563 22.9205L123.435 15.0195Z" fill="#FFDB5A"/>
30
- <path d="M94.157 6.62305L98.8279 15.7069L109.603 15.0742L109.238 17.5721L102.394 24.7853L104.246 32.3286L103.334 34.1278L94.4939 29.6656L87.0909 33.9792L86.1019 32.5982L87.3619 24.5817L80.0759 17.3685L80.2419 15.5034L89.7509 15.839L94.157 6.62305Z" fill="#EDCB54"/>
31
- <path d="M94.765 4.67578L99.4359 13.7542L109.603 15.0747L102.366 22.3043L104.246 32.3291L95.1069 27.7184L86.1019 32.5987L87.6879 22.5189L80.2419 15.5038L90.364 13.8862L94.765 4.67578Z" fill="#FFDB5A"/>
32
- <path d="M198.322 106.23C198.322 108.883 196.677 111.605 194.662 111.605C192.647 111.605 191 108.883 191 106.23C191 103.576 192.645 102 194.662 102C196.68 102 198.322 103.576 198.322 106.23Z" fill="#407BFF"/>
33
- <path d="M194.662 111.334L194.026 112.65H195.298L194.662 111.334Z" fill="#407BFF"/>
34
- <path opacity="0.7" d="M198.322 106.23C198.322 108.883 196.677 111.605 194.662 111.605C192.647 111.605 191 108.883 191 106.23C191 103.576 192.645 102 194.662 102C196.68 102 198.322 103.576 198.322 106.23Z" fill="white"/>
35
- <path d="M196.565 122H196.384C196.384 121.178 195.956 120.767 195.504 120.333C195.052 119.9 194.569 119.443 194.569 118.535C194.569 117.628 195.046 117.165 195.504 116.737C195.962 116.309 196.384 115.898 196.384 115.07C196.384 114.243 195.956 113.837 195.504 113.404C195.052 112.971 194.569 112.513 194.569 111.605H194.753C194.753 112.428 195.178 112.842 195.63 113.275C196.082 113.708 196.565 114.166 196.565 115.07C196.565 115.975 196.09 116.441 195.63 116.869C195.169 117.296 194.753 117.707 194.753 118.535C194.753 119.363 195.178 119.772 195.63 120.202C196.082 120.632 196.565 121.096 196.565 122Z" fill="#799EB0"/>
36
- <path opacity="0.7" d="M194.662 111.334L194.026 112.65H195.298L194.662 111.334Z" fill="white"/>
37
- <path d="M194.876 111.858H194.446C194.379 111.858 194.315 111.832 194.267 111.784C194.22 111.737 194.194 111.673 194.194 111.606C194.194 111.539 194.221 111.476 194.268 111.429C194.316 111.383 194.379 111.356 194.446 111.356H194.876C194.943 111.356 195.006 111.383 195.054 111.429C195.101 111.476 195.128 111.539 195.128 111.606C195.128 111.673 195.102 111.737 195.054 111.784C195.007 111.832 194.943 111.858 194.876 111.858Z" fill="#455A64"/>
38
- <path d="M21.674 64.163C21.674 68.021 19.282 71.999 16.337 71.999C13.392 71.999 11 68.029 11 64.163C11 60.2979 13.408 58 16.345 58C19.282 58 21.674 60.2979 21.674 64.163Z" fill="#DEDBFF"/>
39
- <path d="M14.124 87.15H13.849C13.849 85.83 14.54 85.169 15.21 84.53C15.879 83.891 16.488 83.306 16.488 82.1C16.488 80.893 15.868 80.298 15.21 79.67C14.551 79.041 13.849 78.369 13.849 77.049C13.849 75.73 14.54 75.068 15.21 74.429C15.879 73.79 16.488 73.206 16.488 71.999H16.764C16.764 73.319 16.072 73.98 15.403 74.619C14.733 75.258 14.122 75.843 14.122 77.049C14.122 78.256 14.744 78.848 15.403 79.479C16.061 80.11 16.764 80.78 16.764 82.1C16.764 83.419 16.072 84.081 15.403 84.72C14.733 85.359 14.124 85.943 14.124 87.15Z" fill="#799EB0"/>
40
- <path d="M16.3449 71.603L15.4189 73.52H17.2709L16.3449 71.603Z" fill="#407BFF"/>
41
- <path d="M16.656 72.361H16.031C15.934 72.36 15.84 72.321 15.772 72.252C15.703 72.182 15.665 72.089 15.665 71.991C15.665 71.894 15.704 71.802 15.773 71.733C15.841 71.665 15.934 71.626 16.031 71.625H16.656C16.754 71.625 16.847 71.664 16.917 71.732C16.986 71.801 17.025 71.894 17.026 71.991C17.026 72.089 16.987 72.183 16.917 72.253C16.848 72.322 16.754 72.361 16.656 72.361Z" fill="#455A64"/>
42
- <path d="M80 2.5C80 2.9945 79.853 3.4778 79.579 3.8889C79.304 4.3 78.914 4.6205 78.457 4.8097C78 4.9989 77.497 5.0484 77.012 4.952C76.527 4.8555 76.082 4.6174 75.732 4.2678C75.383 3.9181 75.144 3.4727 75.048 2.9877C74.952 2.5028 75.001 2.0001 75.19 1.5433C75.38 1.0865 75.7 0.695999 76.111 0.421299C76.522 0.146599 77.006 0 77.5 0C78.163 0.0017 78.797 0.2657 79.266 0.7341C79.734 1.2026 79.998 1.8375 80 2.5Z" fill="#5BC77B"/>
43
- <path d="M172.022 189.481V83.215C172.022 81.439 170.583 80 168.807 80H23.975C22.199 80 20.76 81.439 20.76 83.215V189.481C20.76 193.032 23.639 195.911 27.19 195.911H165.592C169.143 195.911 172.022 193.032 172.022 189.481Z" fill="#FAFAFA"/>
44
- <path d="M84.88 112.903H65.6287C64.8027 112.903 64.1331 113.573 64.1331 114.399V114.399C64.1331 115.225 64.8027 115.894 65.6287 115.894H84.88C85.706 115.894 86.3757 115.225 86.3757 114.399V114.399C86.3757 113.573 85.706 112.903 84.88 112.903Z" fill="#E1E7E9"/>
45
- <path d="M139.745 119.634H65.6287C64.8027 119.634 64.1331 120.304 64.1331 121.13C64.1331 121.956 64.8027 122.625 65.6287 122.625H139.745C140.571 122.625 141.241 121.956 141.241 121.13C141.241 120.304 140.571 119.634 139.745 119.634Z" fill="#E1E7E9"/>
46
- <path d="M141.241 131.599H118.257V148.051H141.241V131.599Z" fill="#FAFCFD"/>
47
- <path d="M132.596 137.581L125.671 145.059H139.016L132.596 137.581Z" fill="#C4C4C4"/>
48
- <path d="M123.446 138.704C124.265 138.704 124.929 138.034 124.929 137.208C124.929 136.382 124.265 135.712 123.446 135.712C122.627 135.712 121.963 136.382 121.963 137.208C121.963 138.034 122.627 138.704 123.446 138.704Z" fill="#C4C4C4"/>
49
- <path d="M126.017 140.198L121.593 145.059H130.119L126.017 140.198Z" fill="#DEDEDE"/>
50
- <path d="M116.774 131.599H93.79V148.051H116.774V131.599Z" fill="#FAFCFD"/>
51
- <path d="M108.129 137.581L101.204 145.059H114.549L108.129 137.581Z" fill="#C4C4C4"/>
52
- <path d="M98.9789 138.704C99.7979 138.704 100.462 138.034 100.462 137.208C100.462 136.382 99.7979 135.712 98.9789 135.712C98.16 135.712 97.4961 136.382 97.4961 137.208C97.4961 138.034 98.16 138.704 98.9789 138.704Z" fill="#C4C4C4"/>
53
- <path d="M101.55 140.198L97.126 145.059H105.652L101.55 140.198Z" fill="#DEDEDE"/>
54
- <path d="M92.307 131.599H69.323V148.051H92.307V131.599Z" fill="#FAFCFD"/>
55
- <path d="M83.662 137.581L76.7371 145.059H90.0831L83.662 137.581Z" fill="#C4C4C4"/>
56
- <path d="M74.513 138.704C75.332 138.704 75.9958 138.034 75.9958 137.208C75.9958 136.382 75.332 135.712 74.513 135.712C73.6941 135.712 73.0302 136.382 73.0302 137.208C73.0302 138.034 73.6941 138.704 74.513 138.704Z" fill="#C4C4C4"/>
57
- <path d="M77.084 140.198L72.6589 145.059H81.1859L77.084 140.198Z" fill="#DEDEDE"/>
58
- <path d="M20.76 99.817V86.43C20.76 82.879 23.639 80 27.19 80H165.58C169.131 80 172.01 82.879 172.01 86.43V99.817H20.76Z" fill="#5046C2"/>
59
- <path d="M35 90C35 88.3431 33.6569 87 32 87C30.3431 87 29 88.3431 29 90C29 91.6569 30.3431 93 32 93C33.6569 93 35 91.6569 35 90Z" fill="white"/>
60
- <path d="M74 88H61C59.8954 88 59 88.8954 59 90C59 91.1046 59.8954 92 61 92H74C75.1046 92 76 91.1046 76 90C76 88.8954 75.1046 88 74 88Z" fill="#978DFF"/>
61
- <path d="M95 88H82C80.8954 88 80 88.8954 80 90C80 91.1046 80.8954 92 82 92H95C96.1046 92 97 91.1046 97 90C97 88.8954 96.1046 88 95 88Z" fill="#978DFF"/>
62
- <path d="M116 88H103C101.895 88 101 88.8954 101 90C101 91.1046 101.895 92 103 92H116C117.105 92 118 91.1046 118 90C118 88.8954 117.105 88 116 88Z" fill="#978DFF"/>
63
- <path d="M137 88H124C122.895 88 122 88.8954 122 90C122 91.1046 122.895 92 124 92H137C138.105 92 139 91.1046 139 90C139 88.8954 138.105 88 137 88Z" fill="#978DFF"/>
64
- <path d="M35.959 195.911V99.817H20.76V189.481C20.76 193.032 23.639 195.911 27.19 195.911H35.959Z" fill="#F0F0F2"/>
65
- <path d="M172 196V100H21V189.57C21 193.121 23.879 196 27.43 196H172Z" fill="#F0F0F2" fill-opacity="0.5"/>
66
- <path d="M84.88 173.478H65.6287C64.8027 173.478 64.1331 174.148 64.1331 174.974V174.974C64.1331 175.8 64.8027 176.469 65.6287 176.469H84.88C85.706 176.469 86.3757 175.8 86.3757 174.974V174.974C86.3757 174.148 85.706 173.478 84.88 173.478Z" fill="#E1E7E9"/>
67
- <path d="M139.745 180.207H65.6287C64.8027 180.207 64.1331 180.877 64.1331 181.703V181.703C64.1331 182.529 64.8027 183.198 65.6287 183.198H139.745C140.571 183.198 141.241 182.529 141.241 181.703C141.241 180.877 140.571 180.207 139.745 180.207Z" fill="#E1E7E9"/>
68
- <path d="M84.88 155.154H65.6287C64.8027 155.154 64.1331 155.824 64.1331 156.65V156.65C64.1331 157.476 64.8027 158.145 65.6287 158.145H84.88C85.706 158.145 86.3757 157.476 86.3757 156.65V156.65C86.3757 155.824 85.706 155.154 84.88 155.154Z" fill="#E1E7E9"/>
69
- <path d="M139.745 161.886H65.6287C64.8027 161.886 64.1331 162.556 64.1331 163.382V163.382C64.1331 164.208 64.8027 164.877 65.6287 164.877H139.745C140.571 164.877 141.241 164.208 141.241 163.382C141.241 162.556 140.571 161.886 139.745 161.886Z" fill="#E1E7E9"/>
70
- <path fill-rule="evenodd" clip-rule="evenodd" d="M103 131C96.373 131 91 136.373 91 143C91 149.627 96.373 155 103 155C109.627 155 115 149.627 115 143C115 136.373 109.627 131 103 131ZM108.201 140.971C108.297 140.861 108.37 140.734 108.416 140.596C108.462 140.458 108.479 140.312 108.468 140.167C108.457 140.022 108.416 139.881 108.349 139.751C108.283 139.622 108.191 139.508 108.079 139.415C107.967 139.321 107.838 139.252 107.699 139.209C107.56 139.167 107.413 139.153 107.269 139.167C107.124 139.182 106.984 139.226 106.856 139.296C106.729 139.366 106.616 139.461 106.526 139.575L101.835 145.203L99.408 142.774C99.202 142.575 98.926 142.466 98.64 142.468C98.354 142.47 98.081 142.585 97.878 142.787C97.676 142.99 97.561 143.263 97.559 143.549C97.556 143.835 97.666 144.111 97.865 144.317L101.138 147.589C101.245 147.697 101.373 147.78 101.515 147.835C101.656 147.89 101.807 147.914 101.958 147.908C102.11 147.901 102.258 147.862 102.394 147.795C102.53 147.728 102.65 147.633 102.747 147.516L108.201 140.971Z" fill="#5046C2"/>
71
- <g filter="url(#filter0_i_128_218)">
72
- <path d="M45.3477 123.747H9.146C7.37041 123.747 5.93103 125.186 5.93103 126.962V139.601C5.93103 141.377 7.37041 142.816 9.146 142.816H45.3477C47.1233 142.816 48.5627 141.377 48.5627 139.601V126.962C48.5627 125.186 47.1233 123.747 45.3477 123.747Z" fill="#5046C2"/>
73
- <path d="M45.4167 145H9.21497C7.43938 145 6 146.439 6 148.215V192.636C6 194.412 7.43938 195.851 9.21497 195.851H45.4167C47.1923 195.851 48.6317 194.412 48.6317 192.636V148.215C48.6317 146.439 47.1923 145 45.4167 145Z" fill="#FAFAFA"/>
74
- <path d="M48.728 193V148C48.728 146.343 47.385 145 45.728 145H9C7.343 145 6 146.343 6 148V193C6 194.657 7.343 196 9 196H45.728C47.385 196 48.728 194.657 48.728 193Z" fill="#F0F0F2" fill-opacity="0.5"/>
75
- <path d="M20.3761 129.355H12.6167C11.7907 129.355 11.1211 130.025 11.1211 130.851V130.851C11.1211 131.677 11.7907 132.346 12.6167 132.346H20.3761C21.2021 132.346 21.8717 131.677 21.8717 130.851V130.851C21.8717 130.025 21.2021 129.355 20.3761 129.355Z" fill="#978DFF"/>
76
- <path d="M20.3761 149.546H12.6167C11.7907 149.546 11.1211 150.216 11.1211 151.042C11.1211 151.868 11.7907 152.537 12.6167 152.537H20.3761C21.2021 152.537 21.8717 151.868 21.8717 151.042C21.8717 150.216 21.2021 149.546 20.3761 149.546Z" fill="#E1E7E9"/>
77
- <path d="M20.3761 164.504H12.6167C11.7907 164.504 11.1211 165.174 11.1211 166V166C11.1211 166.826 11.7907 167.495 12.6167 167.495H20.3761C21.2021 167.495 21.8717 166.826 21.8717 166V166C21.8717 165.174 21.2021 164.504 20.3761 164.504Z" fill="#E1E7E9"/>
78
- <path d="M20.3761 179.458H12.6167C11.7907 179.458 11.1211 180.128 11.1211 180.954V180.954C11.1211 181.78 11.7907 182.449 12.6167 182.449H20.3761C21.2021 182.449 21.8717 181.78 21.8717 180.954V180.954C21.8717 180.128 21.2021 179.458 20.3761 179.458Z" fill="#E1E7E9"/>
79
- <path d="M26.6782 136.085H12.6167C11.7907 136.085 11.1211 136.755 11.1211 137.581C11.1211 138.407 11.7907 139.076 12.6167 139.076H26.6782C27.5042 139.076 28.1738 138.407 28.1738 137.581C28.1738 136.755 27.5042 136.085 26.6782 136.085Z" fill="white"/>
80
- <path d="M28.1738 156.277H11.1211V159.268H28.1738V156.277Z" fill="#E1E7E9"/>
81
- <path d="M28.1738 171.232H11.1211V174.223H28.1738V171.232Z" fill="#E1E7E9"/>
82
- <path d="M28.1738 186.188H11.1211V189.179H28.1738V186.188Z" fill="#E1E7E9"/>
83
- <path fill-rule="evenodd" clip-rule="evenodd" d="M27 165C23.686 165 21 167.686 21 171C21 174.314 23.686 177 27 177C30.314 177 33 174.314 33 171C33 167.686 30.314 165 27 165ZM29.601 169.985C29.649 169.931 29.685 169.867 29.708 169.798C29.731 169.729 29.74 169.656 29.734 169.583C29.728 169.511 29.708 169.44 29.675 169.376C29.641 169.311 29.595 169.254 29.539 169.207C29.484 169.161 29.419 169.126 29.349 169.105C29.28 169.083 29.207 169.076 29.134 169.084C29.062 169.091 28.992 169.113 28.928 169.148C28.864 169.183 28.808 169.23 28.763 169.287L26.417 172.101L25.204 170.887C25.101 170.788 24.963 170.733 24.82 170.734C24.677 170.735 24.54 170.793 24.439 170.894C24.338 170.995 24.281 171.132 24.279 171.275C24.278 171.418 24.333 171.555 24.433 171.658L26.069 173.295C26.123 173.348 26.187 173.39 26.257 173.417C26.328 173.445 26.404 173.457 26.479 173.454C26.555 173.45 26.629 173.431 26.697 173.398C26.765 173.364 26.825 173.316 26.873 173.258L29.601 169.985Z" fill="#5046C2"/>
84
- </g>
85
- <path d="M189.064 75.544C189.064 80.265 186.137 85.138 182.532 85.138C178.927 85.138 176 80.275 176 75.544C176 70.813 178.924 68 182.532 68C186.141 68 189.064 70.813 189.064 75.544Z" fill="#DEDBFF"/>
86
- <path d="M179.811 103.679H179.474C179.474 102.063 180.32 101.254 181.14 100.472C181.959 99.6889 182.704 98.9739 182.704 97.4969C182.704 96.0199 181.966 95.2949 181.16 94.5159C180.354 93.7369 179.494 92.9239 179.494 91.3089C179.494 89.6939 180.34 88.8939 181.16 88.1089C181.979 87.3229 182.725 86.6109 182.725 85.1379H183.062C183.062 86.7499 182.215 87.5589 181.396 88.3449C180.576 89.1309 179.811 89.8419 179.811 91.3159C179.811 92.7899 180.573 93.5209 181.379 94.2899C182.185 95.0589 183.045 95.8819 183.045 97.4969C183.045 99.1129 182.198 99.9219 181.379 100.704C180.56 101.487 179.811 102.202 179.811 103.679Z" fill="#799EB0"/>
87
- <path d="M182.532 84.652L181.396 86.996H183.665L182.532 84.652Z" fill="#407BFF"/>
88
- <path d="M182.913 85.586H182.148C182.029 85.585 181.915 85.538 181.832 85.454C181.748 85.37 181.7 85.256 181.699 85.137C181.699 85.018 181.746 84.904 181.83 84.819C181.914 84.734 182.028 84.686 182.148 84.686H182.913C182.972 84.686 183.031 84.697 183.086 84.72C183.14 84.743 183.19 84.776 183.232 84.818C183.273 84.86 183.306 84.91 183.329 84.965C183.351 85.02 183.362 85.078 183.362 85.137C183.362 85.256 183.315 85.37 183.23 85.455C183.146 85.539 183.032 85.586 182.913 85.586Z" fill="#455A64"/>
89
- <path d="M6.85202 92.847C6.85202 95.222 5.37902 97.673 3.56602 97.673C1.75202 97.673 0.280029 95.227 0.280029 92.847C0.280029 90.467 1.75002 89.052 3.56602 89.052C5.38102 89.052 6.85202 90.467 6.85202 92.847Z" fill="#C6D7FF"/>
90
- <path d="M2.19699 107H2.02698C2.02698 106.187 2.45299 105.78 2.86499 105.387C3.27699 104.993 3.65198 104.633 3.65198 103.89C3.65198 103.147 3.28098 102.783 2.87498 102.391C2.46998 101.999 2.03699 101.59 2.03699 100.777C2.03699 99.965 2.46298 99.563 2.87498 99.167C3.28698 98.772 3.66199 98.414 3.66199 97.673H3.83199C3.83199 98.484 3.40599 98.891 2.99399 99.286C2.58199 99.681 2.19699 100.039 2.19699 100.781C2.19699 101.522 2.57999 101.89 2.98499 102.277C3.39099 102.664 3.82298 103.078 3.82298 103.89C3.82298 104.703 3.39799 105.11 2.98499 105.504C2.57299 105.897 2.19699 106.257 2.19699 107Z" fill="#799EB0"/>
91
- <path d="M3.56601 97.429L2.99402 98.608H4.13602L3.56601 97.429Z" fill="#407BFF"/>
92
- <path d="M3.757 97.8981H3.37199C3.31199 97.8981 3.255 97.8741 3.213 97.8321C3.171 97.7891 3.147 97.7321 3.146 97.6731C3.146 97.6131 3.17001 97.5551 3.21201 97.5121C3.25501 97.4701 3.31199 97.4461 3.37199 97.4451H3.757C3.787 97.4451 3.81599 97.4511 3.84399 97.4631C3.87099 97.4741 3.89601 97.4911 3.91701 97.5121C3.93801 97.5331 3.955 97.5581 3.966 97.5861C3.977 97.6131 3.983 97.6431 3.983 97.6731C3.983 97.7321 3.95901 97.7901 3.91701 97.8321C3.87401 97.8741 3.817 97.8981 3.757 97.8981Z" fill="#455A64"/>
93
- <defs>
94
- <filter id="filter0_i_128_218" x="5.93103" y="123.747" width="42.797" height="80.2531" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
95
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
96
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
97
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
98
- <feOffset dy="8"/>
99
- <feGaussianBlur stdDeviation="12"/>
100
- <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
101
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0"/>
102
- <feBlend mode="normal" in2="shape" result="effect1_innerShadow_128_218"/>
103
- </filter>
104
- </defs>
105
- </svg>
1
+ <svg width="199" height="196" viewBox="0 0 199 196" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M97.905 51.1423C97.905 54.3606 95.91 57.6823 93.453 57.6823C90.995 57.6823 89 54.3675 89 51.1423C89 47.9172 90.993 46 93.453 46C95.912 46 97.905 47.9172 97.905 51.1423Z" fill="#DEDBFF"/>
3
+ <path d="M91.598 70.32H91.368C91.368 69.219 91.945 68.667 92.503 68.134C93.062 67.601 93.57 67.113 93.57 66.107C93.57 65.1 93.066 64.606 92.517 64.075C91.968 63.5435 91.381 62.9895 91.381 61.8884C91.381 60.7873 91.958 60.2425 92.517 59.7069C93.076 59.1712 93.584 58.6862 93.584 57.6816H93.814C93.814 58.7805 93.237 59.3322 92.678 59.8678C92.119 60.4034 91.598 60.8884 91.598 61.893C91.598 62.8975 92.117 63.3964 92.666 63.9205C93.216 64.445 93.802 65.006 93.802 66.107C93.802 67.208 93.225 67.759 92.666 68.293C92.108 68.826 91.598 69.313 91.598 70.32Z" fill="#799EB0"/>
4
+ <path d="M93.453 57.3516L92.678 58.9492H94.225L93.453 57.3516Z" fill="#407BFF"/>
5
+ <path d="M93.713 57.9878H93.191C93.11 57.9872 93.032 57.9548 92.975 57.8976C92.918 57.8404 92.886 57.763 92.885 57.6821C92.885 57.6008 92.917 57.5228 92.974 57.4651C93.032 57.4074 93.109 57.3746 93.191 57.374H93.713C93.753 57.374 93.793 57.382 93.83 57.3975C93.867 57.413 93.901 57.4357 93.93 57.4644C93.958 57.493 93.98 57.527 93.996 57.5644C94.011 57.6017 94.019 57.6417 94.018 57.6821C94.018 57.7631 93.986 57.8409 93.929 57.8982C93.871 57.9556 93.794 57.9878 93.713 57.9878Z" fill="#455A64"/>
6
+ <path d="M45.927 76.032C46.021 76.125 64.381 69.848 64.381 69.848L57.305 53.7266L40.979 59.9604L49.968 65.099L45.927 76.032Z" fill="#799EB0"/>
7
+ <path d="M54.54 58.5793V36.6316C54.54 36.6316 79.866 32.0209 98.115 32.296C116.364 32.5711 135.155 35.5477 135.155 35.5477V56.6206C135.155 56.6206 77.958 51.5367 54.54 58.5793Z" fill="#799EB0"/>
8
+ <path d="M54.408 58.6018L64.359 69.942V56.6211C64.359 56.6211 56.039 57.6115 54.408 58.6018Z" fill="#5A7685"/>
9
+ <path d="M54.54 36.626C54.623 36.626 54.656 41.5778 54.623 47.6301C54.59 53.6823 54.491 58.6342 54.413 58.6342C54.336 58.6342 54.297 53.7153 54.33 47.6301C54.363 41.5448 54.457 36.626 54.54 36.626Z" fill="#5A7685"/>
10
+ <path d="M143.724 74.348C143.63 74.441 125.27 68.164 125.27 68.164L132.33 52.0371L148.672 58.2599L139.677 63.3988L143.724 74.348Z" fill="#799EB0"/>
11
+ <path d="M135.255 56.9183L125.303 68.258V55.9004C128.64 56.0141 131.965 56.3541 135.255 56.9183Z" fill="#5A7685"/>
12
+ <path d="M135.144 35.5479C135.222 35.5479 135.31 40.3291 135.338 46.2328C135.365 52.1365 135.338 56.9178 135.244 56.9178C135.15 56.9178 135.078 52.1365 135.05 46.2328C135.022 40.3291 135.061 35.5479 135.144 35.5479Z" fill="#5A7685"/>
13
+ <path d="M68.82 46.255C68.768 45.6231 68.904 44.99 69.211 44.4347C69.519 43.8794 69.984 43.4267 70.549 43.1331C71.113 42.8395 71.752 42.7181 72.386 42.7841C73.019 42.8501 73.619 43.1005 74.111 43.504L73.337 44.4283C73.128 44.2391 72.881 44.098 72.611 44.0153C72.342 43.9325 72.057 43.9101 71.778 43.9496C71.282 44.0182 70.834 44.2799 70.533 44.6772C70.231 45.0744 70.1 45.5747 70.169 46.0679C70.238 46.5611 70.501 47.0069 70.9 47.3072C71.299 47.6074 71.802 47.7376 72.297 47.669C72.578 47.6322 72.848 47.533 73.085 47.3788C73.322 47.2245 73.522 47.019 73.668 46.7777L74.641 47.4544C74.281 47.9764 73.774 48.3809 73.183 48.6173C72.593 48.8537 71.946 48.9115 71.322 48.7834C70.699 48.6554 70.128 48.3472 69.68 47.8974C69.232 47.4477 68.927 46.8763 68.803 46.255H68.82Z" fill="white"/>
14
+ <path d="M74.8509 45.4298C74.7489 44.7945 74.8399 44.1432 75.1129 43.5601C75.3859 42.9769 75.8289 42.4889 76.3839 42.1591C76.9389 41.8294 77.5809 41.6731 78.2269 41.7105C78.8719 41.7479 79.4909 41.9773 80.0039 42.369C80.5169 42.7607 80.8999 43.2966 81.1039 43.9074C81.3069 44.5182 81.3209 45.1756 81.1449 45.7947C80.9689 46.4137 80.6099 46.9658 80.1139 47.3795C79.6189 47.7931 79.0109 48.0493 78.3679 48.1148C77.9579 48.1798 77.5389 48.1611 77.1369 48.0597C76.7349 47.9583 76.3579 47.7764 76.0289 47.5251C75.6999 47.2738 75.4259 46.9584 75.2229 46.5982C75.0209 46.2379 74.8939 45.8404 74.8509 45.4298ZM79.8879 44.9126C79.8429 44.5556 79.6929 44.2197 79.4579 43.9467C79.2219 43.6737 78.9109 43.4758 78.5629 43.3777C78.2159 43.2795 77.8469 43.2854 77.5019 43.3947C77.1579 43.5039 76.8529 43.7117 76.6269 43.992C76.3999 44.2724 76.2609 44.6129 76.2279 44.9712C76.1949 45.3294 76.2679 45.6895 76.4389 46.0066C76.6099 46.3236 76.8709 46.5835 77.1889 46.754C77.5079 46.9244 77.8689 46.9977 78.2289 46.9648C78.4779 46.9486 78.7199 46.8812 78.9399 46.767C79.1609 46.6528 79.3559 46.4942 79.5109 46.3012C79.6669 46.1083 79.7809 45.8853 79.8459 45.6462C79.9109 45.4072 79.9249 45.1574 79.8879 44.9126Z" fill="white"/>
15
+ <path d="M87.882 47.2616L87.644 43.7513L86.102 46.7555L85.494 46.794L83.586 44.087L83.813 47.5202L82.536 47.6028L82.182 41.7541L83.288 41.6826L85.72 45.1764L87.65 41.4075L88.755 41.3359L89.153 47.1791L87.882 47.2616Z" fill="white"/>
16
+ <path d="M95.4939 43.2564C95.5279 44.5659 94.5659 45.4022 92.9959 45.4572L91.8069 45.4902L91.8569 47.1078L90.4909 47.1463L90.325 41.2536L92.8739 41.1821C94.4499 41.1601 95.4499 41.9469 95.4939 43.2564ZM94.1119 43.2949C94.1119 42.6511 93.6649 42.288 92.8299 42.31L91.7239 42.343L91.7849 44.3788L92.8909 44.3458C93.7199 44.3238 94.1289 43.9331 94.1119 43.2949Z" fill="white"/>
17
+ <path d="M96.556 41.127H97.916V45.8807H100.868V46.9811H96.556V41.127Z" fill="white"/>
18
+ <path d="M106.148 46.0515V47.1519L101.587 47.0198L101.758 41.1602L106.181 41.2922L106.148 42.3926L103.052 42.2991L103.019 43.5756L105.75 43.6526L105.716 44.709L102.985 44.6264L102.947 45.9855L106.148 46.0515Z" fill="white"/>
19
+ <path d="M108.669 42.5181L106.789 42.408L106.855 41.3076L111.975 41.6157L111.908 42.7161L110.029 42.6006L109.741 47.3489L108.381 47.2663L108.669 42.5181Z" fill="white"/>
20
+ <path d="M116.934 46.855L116.834 47.9554L112.29 47.5372L112.843 41.7051L117.265 42.1122L117.166 43.2126L114.081 42.9045L113.965 44.1755L116.685 44.4231L116.591 45.474L113.865 45.2264L113.744 46.5744L116.934 46.855Z" fill="white"/>
21
+ <path d="M118.636 42.2383L121.284 42.5904C123.192 42.8435 124.347 44.1585 124.115 45.8916C123.883 47.6248 122.412 48.6427 120.505 48.3676L117.857 48.0154L118.636 42.2383ZM120.588 47.2837C120.828 47.3221 121.074 47.3122 121.311 47.2544C121.548 47.1967 121.77 47.0924 121.966 46.9476C122.161 46.8028 122.326 46.6205 122.449 46.4114C122.573 46.2024 122.653 45.9708 122.685 45.7304C122.717 45.4899 122.701 45.2455 122.636 45.0116C122.572 44.7776 122.461 44.5589 122.311 44.3683C122.16 44.1776 121.972 44.019 121.759 43.9017C121.546 43.7844 121.311 43.7108 121.069 43.6853L119.836 43.5203L119.355 47.1186L120.588 47.2837Z" fill="white"/>
22
+ <path d="M144 37.0254L144.786 38L147 37.0254L146.352 36L144 37.0254Z" fill="#455A64"/>
23
+ <path d="M137 18.5C137 18.9945 136.853 19.4778 136.579 19.8889C136.304 20.3 135.914 20.6205 135.457 20.8097C135 20.9989 134.497 21.0484 134.012 20.952C133.527 20.8555 133.082 20.6174 132.732 20.2678C132.383 19.9181 132.144 19.4727 132.048 18.9877C131.952 18.5028 132.001 18.0001 132.19 17.5433C132.38 17.0865 132.7 16.696 133.111 16.4213C133.522 16.1466 134.006 16 134.5 16C135.163 16.0017 135.797 16.2657 136.266 16.7341C136.734 17.2026 136.998 17.8375 137 18.5Z" fill="#FF725E"/>
24
+ <path d="M43 30.0001C43 30.1985 42.941 30.3923 42.83 30.5571C42.72 30.7218 42.563 30.8499 42.379 30.9252C42.196 31.0005 41.994 31.0195 41.8 30.9798C41.605 30.9401 41.427 30.8434 41.288 30.7022C41.149 30.561 41.055 30.3815 41.018 30.1867C40.981 29.9918 41.002 29.7903 41.08 29.6078C41.158 29.4254 41.288 29.2701 41.454 29.1619C41.621 29.0537 41.815 28.9974 42.014 29.0001C42.277 29.0037 42.527 29.1106 42.712 29.2978C42.897 29.4849 43 29.7372 43 30.0001Z" fill="#FF725E"/>
25
+ <path d="M83 63L82 64.722L84.192 68L85 66.273L83 63Z" fill="#455A64"/>
26
+ <path d="M65.249 16.6211L70.86 22.3157L78.76 19.3446L79.075 21.2978L75.653 28.2689L78.81 33.4739L78.545 35.0309L70.899 33.749L66.377 38.6843L65.315 37.8865L64.381 31.6087L57.249 27.9113L56.934 26.4753L64.115 24.522L65.249 16.6211Z" fill="#EDCB54"/>
27
+ <path d="M65.249 15.0195L70.86 20.7197L78.76 19.3441L75.051 26.4198L78.81 33.4734L70.899 32.1529L65.315 37.886L64.138 29.9906L56.934 26.4748L64.115 22.9205L65.249 15.0195Z" fill="#FFDB5A"/>
28
+ <path d="M123.435 16.6211L117.818 22.3157L109.918 19.3446L109.603 21.2978L113.025 28.2689L109.868 33.4739L110.134 35.0309L117.779 33.749L122.301 38.6843L123.363 37.8865L124.297 31.6087L131.429 27.9113L131.744 26.4753L124.563 24.522L123.435 16.6211Z" fill="#EDCB54"/>
29
+ <path d="M123.435 15.0195L117.818 20.7197L109.918 19.3441L113.627 26.4198L109.868 33.4734L117.779 32.1529L123.363 37.886L124.54 29.9906L131.744 26.4748L124.563 22.9205L123.435 15.0195Z" fill="#FFDB5A"/>
30
+ <path d="M94.157 6.62305L98.8279 15.7069L109.603 15.0742L109.238 17.5721L102.394 24.7853L104.246 32.3286L103.334 34.1278L94.4939 29.6656L87.0909 33.9792L86.1019 32.5982L87.3619 24.5817L80.0759 17.3685L80.2419 15.5034L89.7509 15.839L94.157 6.62305Z" fill="#EDCB54"/>
31
+ <path d="M94.765 4.67578L99.4359 13.7542L109.603 15.0747L102.366 22.3043L104.246 32.3291L95.1069 27.7184L86.1019 32.5987L87.6879 22.5189L80.2419 15.5038L90.364 13.8862L94.765 4.67578Z" fill="#FFDB5A"/>
32
+ <path d="M198.322 106.23C198.322 108.883 196.677 111.605 194.662 111.605C192.647 111.605 191 108.883 191 106.23C191 103.576 192.645 102 194.662 102C196.68 102 198.322 103.576 198.322 106.23Z" fill="#407BFF"/>
33
+ <path d="M194.662 111.334L194.026 112.65H195.298L194.662 111.334Z" fill="#407BFF"/>
34
+ <path opacity="0.7" d="M198.322 106.23C198.322 108.883 196.677 111.605 194.662 111.605C192.647 111.605 191 108.883 191 106.23C191 103.576 192.645 102 194.662 102C196.68 102 198.322 103.576 198.322 106.23Z" fill="white"/>
35
+ <path d="M196.565 122H196.384C196.384 121.178 195.956 120.767 195.504 120.333C195.052 119.9 194.569 119.443 194.569 118.535C194.569 117.628 195.046 117.165 195.504 116.737C195.962 116.309 196.384 115.898 196.384 115.07C196.384 114.243 195.956 113.837 195.504 113.404C195.052 112.971 194.569 112.513 194.569 111.605H194.753C194.753 112.428 195.178 112.842 195.63 113.275C196.082 113.708 196.565 114.166 196.565 115.07C196.565 115.975 196.09 116.441 195.63 116.869C195.169 117.296 194.753 117.707 194.753 118.535C194.753 119.363 195.178 119.772 195.63 120.202C196.082 120.632 196.565 121.096 196.565 122Z" fill="#799EB0"/>
36
+ <path opacity="0.7" d="M194.662 111.334L194.026 112.65H195.298L194.662 111.334Z" fill="white"/>
37
+ <path d="M194.876 111.858H194.446C194.379 111.858 194.315 111.832 194.267 111.784C194.22 111.737 194.194 111.673 194.194 111.606C194.194 111.539 194.221 111.476 194.268 111.429C194.316 111.383 194.379 111.356 194.446 111.356H194.876C194.943 111.356 195.006 111.383 195.054 111.429C195.101 111.476 195.128 111.539 195.128 111.606C195.128 111.673 195.102 111.737 195.054 111.784C195.007 111.832 194.943 111.858 194.876 111.858Z" fill="#455A64"/>
38
+ <path d="M21.674 64.163C21.674 68.021 19.282 71.999 16.337 71.999C13.392 71.999 11 68.029 11 64.163C11 60.2979 13.408 58 16.345 58C19.282 58 21.674 60.2979 21.674 64.163Z" fill="#DEDBFF"/>
39
+ <path d="M14.124 87.15H13.849C13.849 85.83 14.54 85.169 15.21 84.53C15.879 83.891 16.488 83.306 16.488 82.1C16.488 80.893 15.868 80.298 15.21 79.67C14.551 79.041 13.849 78.369 13.849 77.049C13.849 75.73 14.54 75.068 15.21 74.429C15.879 73.79 16.488 73.206 16.488 71.999H16.764C16.764 73.319 16.072 73.98 15.403 74.619C14.733 75.258 14.122 75.843 14.122 77.049C14.122 78.256 14.744 78.848 15.403 79.479C16.061 80.11 16.764 80.78 16.764 82.1C16.764 83.419 16.072 84.081 15.403 84.72C14.733 85.359 14.124 85.943 14.124 87.15Z" fill="#799EB0"/>
40
+ <path d="M16.3449 71.603L15.4189 73.52H17.2709L16.3449 71.603Z" fill="#407BFF"/>
41
+ <path d="M16.656 72.361H16.031C15.934 72.36 15.84 72.321 15.772 72.252C15.703 72.182 15.665 72.089 15.665 71.991C15.665 71.894 15.704 71.802 15.773 71.733C15.841 71.665 15.934 71.626 16.031 71.625H16.656C16.754 71.625 16.847 71.664 16.917 71.732C16.986 71.801 17.025 71.894 17.026 71.991C17.026 72.089 16.987 72.183 16.917 72.253C16.848 72.322 16.754 72.361 16.656 72.361Z" fill="#455A64"/>
42
+ <path d="M80 2.5C80 2.9945 79.853 3.4778 79.579 3.8889C79.304 4.3 78.914 4.6205 78.457 4.8097C78 4.9989 77.497 5.0484 77.012 4.952C76.527 4.8555 76.082 4.6174 75.732 4.2678C75.383 3.9181 75.144 3.4727 75.048 2.9877C74.952 2.5028 75.001 2.0001 75.19 1.5433C75.38 1.0865 75.7 0.695999 76.111 0.421299C76.522 0.146599 77.006 0 77.5 0C78.163 0.0017 78.797 0.2657 79.266 0.7341C79.734 1.2026 79.998 1.8375 80 2.5Z" fill="#5BC77B"/>
43
+ <path d="M172.022 189.481V83.215C172.022 81.439 170.583 80 168.807 80H23.975C22.199 80 20.76 81.439 20.76 83.215V189.481C20.76 193.032 23.639 195.911 27.19 195.911H165.592C169.143 195.911 172.022 193.032 172.022 189.481Z" fill="#FAFAFA"/>
44
+ <path d="M84.88 112.903H65.6287C64.8027 112.903 64.1331 113.573 64.1331 114.399V114.399C64.1331 115.225 64.8027 115.894 65.6287 115.894H84.88C85.706 115.894 86.3757 115.225 86.3757 114.399V114.399C86.3757 113.573 85.706 112.903 84.88 112.903Z" fill="#E1E7E9"/>
45
+ <path d="M139.745 119.634H65.6287C64.8027 119.634 64.1331 120.304 64.1331 121.13C64.1331 121.956 64.8027 122.625 65.6287 122.625H139.745C140.571 122.625 141.241 121.956 141.241 121.13C141.241 120.304 140.571 119.634 139.745 119.634Z" fill="#E1E7E9"/>
46
+ <path d="M141.241 131.599H118.257V148.051H141.241V131.599Z" fill="#FAFCFD"/>
47
+ <path d="M132.596 137.581L125.671 145.059H139.016L132.596 137.581Z" fill="#C4C4C4"/>
48
+ <path d="M123.446 138.704C124.265 138.704 124.929 138.034 124.929 137.208C124.929 136.382 124.265 135.712 123.446 135.712C122.627 135.712 121.963 136.382 121.963 137.208C121.963 138.034 122.627 138.704 123.446 138.704Z" fill="#C4C4C4"/>
49
+ <path d="M126.017 140.198L121.593 145.059H130.119L126.017 140.198Z" fill="#DEDEDE"/>
50
+ <path d="M116.774 131.599H93.79V148.051H116.774V131.599Z" fill="#FAFCFD"/>
51
+ <path d="M108.129 137.581L101.204 145.059H114.549L108.129 137.581Z" fill="#C4C4C4"/>
52
+ <path d="M98.9789 138.704C99.7979 138.704 100.462 138.034 100.462 137.208C100.462 136.382 99.7979 135.712 98.9789 135.712C98.16 135.712 97.4961 136.382 97.4961 137.208C97.4961 138.034 98.16 138.704 98.9789 138.704Z" fill="#C4C4C4"/>
53
+ <path d="M101.55 140.198L97.126 145.059H105.652L101.55 140.198Z" fill="#DEDEDE"/>
54
+ <path d="M92.307 131.599H69.323V148.051H92.307V131.599Z" fill="#FAFCFD"/>
55
+ <path d="M83.662 137.581L76.7371 145.059H90.0831L83.662 137.581Z" fill="#C4C4C4"/>
56
+ <path d="M74.513 138.704C75.332 138.704 75.9958 138.034 75.9958 137.208C75.9958 136.382 75.332 135.712 74.513 135.712C73.6941 135.712 73.0302 136.382 73.0302 137.208C73.0302 138.034 73.6941 138.704 74.513 138.704Z" fill="#C4C4C4"/>
57
+ <path d="M77.084 140.198L72.6589 145.059H81.1859L77.084 140.198Z" fill="#DEDEDE"/>
58
+ <path d="M20.76 99.817V86.43C20.76 82.879 23.639 80 27.19 80H165.58C169.131 80 172.01 82.879 172.01 86.43V99.817H20.76Z" fill="#5046C2"/>
59
+ <path d="M35 90C35 88.3431 33.6569 87 32 87C30.3431 87 29 88.3431 29 90C29 91.6569 30.3431 93 32 93C33.6569 93 35 91.6569 35 90Z" fill="white"/>
60
+ <path d="M74 88H61C59.8954 88 59 88.8954 59 90C59 91.1046 59.8954 92 61 92H74C75.1046 92 76 91.1046 76 90C76 88.8954 75.1046 88 74 88Z" fill="#978DFF"/>
61
+ <path d="M95 88H82C80.8954 88 80 88.8954 80 90C80 91.1046 80.8954 92 82 92H95C96.1046 92 97 91.1046 97 90C97 88.8954 96.1046 88 95 88Z" fill="#978DFF"/>
62
+ <path d="M116 88H103C101.895 88 101 88.8954 101 90C101 91.1046 101.895 92 103 92H116C117.105 92 118 91.1046 118 90C118 88.8954 117.105 88 116 88Z" fill="#978DFF"/>
63
+ <path d="M137 88H124C122.895 88 122 88.8954 122 90C122 91.1046 122.895 92 124 92H137C138.105 92 139 91.1046 139 90C139 88.8954 138.105 88 137 88Z" fill="#978DFF"/>
64
+ <path d="M35.959 195.911V99.817H20.76V189.481C20.76 193.032 23.639 195.911 27.19 195.911H35.959Z" fill="#F0F0F2"/>
65
+ <path d="M172 196V100H21V189.57C21 193.121 23.879 196 27.43 196H172Z" fill="#F0F0F2" fill-opacity="0.5"/>
66
+ <path d="M84.88 173.478H65.6287C64.8027 173.478 64.1331 174.148 64.1331 174.974V174.974C64.1331 175.8 64.8027 176.469 65.6287 176.469H84.88C85.706 176.469 86.3757 175.8 86.3757 174.974V174.974C86.3757 174.148 85.706 173.478 84.88 173.478Z" fill="#E1E7E9"/>
67
+ <path d="M139.745 180.207H65.6287C64.8027 180.207 64.1331 180.877 64.1331 181.703V181.703C64.1331 182.529 64.8027 183.198 65.6287 183.198H139.745C140.571 183.198 141.241 182.529 141.241 181.703C141.241 180.877 140.571 180.207 139.745 180.207Z" fill="#E1E7E9"/>
68
+ <path d="M84.88 155.154H65.6287C64.8027 155.154 64.1331 155.824 64.1331 156.65V156.65C64.1331 157.476 64.8027 158.145 65.6287 158.145H84.88C85.706 158.145 86.3757 157.476 86.3757 156.65V156.65C86.3757 155.824 85.706 155.154 84.88 155.154Z" fill="#E1E7E9"/>
69
+ <path d="M139.745 161.886H65.6287C64.8027 161.886 64.1331 162.556 64.1331 163.382V163.382C64.1331 164.208 64.8027 164.877 65.6287 164.877H139.745C140.571 164.877 141.241 164.208 141.241 163.382C141.241 162.556 140.571 161.886 139.745 161.886Z" fill="#E1E7E9"/>
70
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M103 131C96.373 131 91 136.373 91 143C91 149.627 96.373 155 103 155C109.627 155 115 149.627 115 143C115 136.373 109.627 131 103 131ZM108.201 140.971C108.297 140.861 108.37 140.734 108.416 140.596C108.462 140.458 108.479 140.312 108.468 140.167C108.457 140.022 108.416 139.881 108.349 139.751C108.283 139.622 108.191 139.508 108.079 139.415C107.967 139.321 107.838 139.252 107.699 139.209C107.56 139.167 107.413 139.153 107.269 139.167C107.124 139.182 106.984 139.226 106.856 139.296C106.729 139.366 106.616 139.461 106.526 139.575L101.835 145.203L99.408 142.774C99.202 142.575 98.926 142.466 98.64 142.468C98.354 142.47 98.081 142.585 97.878 142.787C97.676 142.99 97.561 143.263 97.559 143.549C97.556 143.835 97.666 144.111 97.865 144.317L101.138 147.589C101.245 147.697 101.373 147.78 101.515 147.835C101.656 147.89 101.807 147.914 101.958 147.908C102.11 147.901 102.258 147.862 102.394 147.795C102.53 147.728 102.65 147.633 102.747 147.516L108.201 140.971Z" fill="#5046C2"/>
71
+ <g filter="url(#filter0_i_128_218)">
72
+ <path d="M45.3477 123.747H9.146C7.37041 123.747 5.93103 125.186 5.93103 126.962V139.601C5.93103 141.377 7.37041 142.816 9.146 142.816H45.3477C47.1233 142.816 48.5627 141.377 48.5627 139.601V126.962C48.5627 125.186 47.1233 123.747 45.3477 123.747Z" fill="#5046C2"/>
73
+ <path d="M45.4167 145H9.21497C7.43938 145 6 146.439 6 148.215V192.636C6 194.412 7.43938 195.851 9.21497 195.851H45.4167C47.1923 195.851 48.6317 194.412 48.6317 192.636V148.215C48.6317 146.439 47.1923 145 45.4167 145Z" fill="#FAFAFA"/>
74
+ <path d="M48.728 193V148C48.728 146.343 47.385 145 45.728 145H9C7.343 145 6 146.343 6 148V193C6 194.657 7.343 196 9 196H45.728C47.385 196 48.728 194.657 48.728 193Z" fill="#F0F0F2" fill-opacity="0.5"/>
75
+ <path d="M20.3761 129.355H12.6167C11.7907 129.355 11.1211 130.025 11.1211 130.851V130.851C11.1211 131.677 11.7907 132.346 12.6167 132.346H20.3761C21.2021 132.346 21.8717 131.677 21.8717 130.851V130.851C21.8717 130.025 21.2021 129.355 20.3761 129.355Z" fill="#978DFF"/>
76
+ <path d="M20.3761 149.546H12.6167C11.7907 149.546 11.1211 150.216 11.1211 151.042C11.1211 151.868 11.7907 152.537 12.6167 152.537H20.3761C21.2021 152.537 21.8717 151.868 21.8717 151.042C21.8717 150.216 21.2021 149.546 20.3761 149.546Z" fill="#E1E7E9"/>
77
+ <path d="M20.3761 164.504H12.6167C11.7907 164.504 11.1211 165.174 11.1211 166V166C11.1211 166.826 11.7907 167.495 12.6167 167.495H20.3761C21.2021 167.495 21.8717 166.826 21.8717 166V166C21.8717 165.174 21.2021 164.504 20.3761 164.504Z" fill="#E1E7E9"/>
78
+ <path d="M20.3761 179.458H12.6167C11.7907 179.458 11.1211 180.128 11.1211 180.954V180.954C11.1211 181.78 11.7907 182.449 12.6167 182.449H20.3761C21.2021 182.449 21.8717 181.78 21.8717 180.954V180.954C21.8717 180.128 21.2021 179.458 20.3761 179.458Z" fill="#E1E7E9"/>
79
+ <path d="M26.6782 136.085H12.6167C11.7907 136.085 11.1211 136.755 11.1211 137.581C11.1211 138.407 11.7907 139.076 12.6167 139.076H26.6782C27.5042 139.076 28.1738 138.407 28.1738 137.581C28.1738 136.755 27.5042 136.085 26.6782 136.085Z" fill="white"/>
80
+ <path d="M28.1738 156.277H11.1211V159.268H28.1738V156.277Z" fill="#E1E7E9"/>
81
+ <path d="M28.1738 171.232H11.1211V174.223H28.1738V171.232Z" fill="#E1E7E9"/>
82
+ <path d="M28.1738 186.188H11.1211V189.179H28.1738V186.188Z" fill="#E1E7E9"/>
83
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27 165C23.686 165 21 167.686 21 171C21 174.314 23.686 177 27 177C30.314 177 33 174.314 33 171C33 167.686 30.314 165 27 165ZM29.601 169.985C29.649 169.931 29.685 169.867 29.708 169.798C29.731 169.729 29.74 169.656 29.734 169.583C29.728 169.511 29.708 169.44 29.675 169.376C29.641 169.311 29.595 169.254 29.539 169.207C29.484 169.161 29.419 169.126 29.349 169.105C29.28 169.083 29.207 169.076 29.134 169.084C29.062 169.091 28.992 169.113 28.928 169.148C28.864 169.183 28.808 169.23 28.763 169.287L26.417 172.101L25.204 170.887C25.101 170.788 24.963 170.733 24.82 170.734C24.677 170.735 24.54 170.793 24.439 170.894C24.338 170.995 24.281 171.132 24.279 171.275C24.278 171.418 24.333 171.555 24.433 171.658L26.069 173.295C26.123 173.348 26.187 173.39 26.257 173.417C26.328 173.445 26.404 173.457 26.479 173.454C26.555 173.45 26.629 173.431 26.697 173.398C26.765 173.364 26.825 173.316 26.873 173.258L29.601 169.985Z" fill="#5046C2"/>
84
+ </g>
85
+ <path d="M189.064 75.544C189.064 80.265 186.137 85.138 182.532 85.138C178.927 85.138 176 80.275 176 75.544C176 70.813 178.924 68 182.532 68C186.141 68 189.064 70.813 189.064 75.544Z" fill="#DEDBFF"/>
86
+ <path d="M179.811 103.679H179.474C179.474 102.063 180.32 101.254 181.14 100.472C181.959 99.6889 182.704 98.9739 182.704 97.4969C182.704 96.0199 181.966 95.2949 181.16 94.5159C180.354 93.7369 179.494 92.9239 179.494 91.3089C179.494 89.6939 180.34 88.8939 181.16 88.1089C181.979 87.3229 182.725 86.6109 182.725 85.1379H183.062C183.062 86.7499 182.215 87.5589 181.396 88.3449C180.576 89.1309 179.811 89.8419 179.811 91.3159C179.811 92.7899 180.573 93.5209 181.379 94.2899C182.185 95.0589 183.045 95.8819 183.045 97.4969C183.045 99.1129 182.198 99.9219 181.379 100.704C180.56 101.487 179.811 102.202 179.811 103.679Z" fill="#799EB0"/>
87
+ <path d="M182.532 84.652L181.396 86.996H183.665L182.532 84.652Z" fill="#407BFF"/>
88
+ <path d="M182.913 85.586H182.148C182.029 85.585 181.915 85.538 181.832 85.454C181.748 85.37 181.7 85.256 181.699 85.137C181.699 85.018 181.746 84.904 181.83 84.819C181.914 84.734 182.028 84.686 182.148 84.686H182.913C182.972 84.686 183.031 84.697 183.086 84.72C183.14 84.743 183.19 84.776 183.232 84.818C183.273 84.86 183.306 84.91 183.329 84.965C183.351 85.02 183.362 85.078 183.362 85.137C183.362 85.256 183.315 85.37 183.23 85.455C183.146 85.539 183.032 85.586 182.913 85.586Z" fill="#455A64"/>
89
+ <path d="M6.85202 92.847C6.85202 95.222 5.37902 97.673 3.56602 97.673C1.75202 97.673 0.280029 95.227 0.280029 92.847C0.280029 90.467 1.75002 89.052 3.56602 89.052C5.38102 89.052 6.85202 90.467 6.85202 92.847Z" fill="#C6D7FF"/>
90
+ <path d="M2.19699 107H2.02698C2.02698 106.187 2.45299 105.78 2.86499 105.387C3.27699 104.993 3.65198 104.633 3.65198 103.89C3.65198 103.147 3.28098 102.783 2.87498 102.391C2.46998 101.999 2.03699 101.59 2.03699 100.777C2.03699 99.965 2.46298 99.563 2.87498 99.167C3.28698 98.772 3.66199 98.414 3.66199 97.673H3.83199C3.83199 98.484 3.40599 98.891 2.99399 99.286C2.58199 99.681 2.19699 100.039 2.19699 100.781C2.19699 101.522 2.57999 101.89 2.98499 102.277C3.39099 102.664 3.82298 103.078 3.82298 103.89C3.82298 104.703 3.39799 105.11 2.98499 105.504C2.57299 105.897 2.19699 106.257 2.19699 107Z" fill="#799EB0"/>
91
+ <path d="M3.56601 97.429L2.99402 98.608H4.13602L3.56601 97.429Z" fill="#407BFF"/>
92
+ <path d="M3.757 97.8981H3.37199C3.31199 97.8981 3.255 97.8741 3.213 97.8321C3.171 97.7891 3.147 97.7321 3.146 97.6731C3.146 97.6131 3.17001 97.5551 3.21201 97.5121C3.25501 97.4701 3.31199 97.4461 3.37199 97.4451H3.757C3.787 97.4451 3.81599 97.4511 3.84399 97.4631C3.87099 97.4741 3.89601 97.4911 3.91701 97.5121C3.93801 97.5331 3.955 97.5581 3.966 97.5861C3.977 97.6131 3.983 97.6431 3.983 97.6731C3.983 97.7321 3.95901 97.7901 3.91701 97.8321C3.87401 97.8741 3.817 97.8981 3.757 97.8981Z" fill="#455A64"/>
93
+ <defs>
94
+ <filter id="filter0_i_128_218" x="5.93103" y="123.747" width="42.797" height="80.2531" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
95
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
96
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
97
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
98
+ <feOffset dy="8"/>
99
+ <feGaussianBlur stdDeviation="12"/>
100
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
101
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0"/>
102
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_128_218"/>
103
+ </filter>
104
+ </defs>
105
+ </svg>
js/mystickymenu-admin.js CHANGED
@@ -1,725 +1,725 @@
1
- (function( $ ) {
2
- "use strict";
3
-
4
- jQuery(document).ready(function($){
5
-
6
- $(document).on("click", ".updates-form button", function(){
7
- var updateStatus = 0;
8
- if($(this).hasClass("yes")) {
9
- updateStatus = 1;
10
- }
11
- $(".updates-form button").attr("disabled", true);
12
- $.ajax({
13
- url: ajaxurl,
14
- data: "action=sticky_menu_update_status&status="+updateStatus+"&nonce="+$("#myStickymenu_update_nonce").val()+"&email="+$("#myStickymenu_update_email").val(),
15
- type: 'post',
16
- cache: false,
17
- success: function(){
18
- window.location.reload();
19
- }
20
- })
21
- });
22
-
23
- $(document).on("click", ".skip-dolatter", function(){
24
- var updateStatus = 0;
25
- $(".updates-form button").attr("disabled", true);
26
- $.ajax({
27
- url: ajaxurl,
28
- data: "action=sticky_menu_update_status&status="+updateStatus+"&nonce="+$("#myStickymenu_update_nonce").val()+"&email="+$("#myStickymenu_update_email").val(),
29
- type: 'post',
30
- cache: false,
31
- success: function(){
32
- window.location.reload();
33
- }
34
- })
35
- });
36
-
37
- var handle = $( "#custom-handle" );
38
- $( "#slider" ).slider({
39
- create: function() {
40
- handle.text( $( this ).slider( "value" ) );
41
- handle.text( $('#myfixed_opacity').val() );
42
- handle.css('left', $('#myfixed_opacity').val() + '%')
43
- },
44
- slide: function( event, ui ) {
45
- $('#myfixed_opacity').val(ui.value);
46
- handle.text( ui.value );
47
- }
48
- });
49
- jQuery(
50
- '<div class="pt_number"><div class="pt_numberbutton pt_numberup">+</div><div class="pt_numberbutton pt_numberdown">-</div></div>'
51
- ).insertAfter("input.mysticky-number1");
52
-
53
- jQuery(".mystickynumber1").each(function() {
54
-
55
- var spinner = jQuery(this),
56
- input = spinner.find('input[type="number"]'),
57
- btnUp = spinner.find(".pt_numberup"),
58
- btnDown = spinner.find(".pt_numberdown"),
59
- min = input.attr("min"),
60
- max = input.attr("max"),
61
- valOfAmout = input.val(),
62
- newVal = 0;
63
-
64
- btnUp.on("click", function() {
65
-
66
- var oldValue = parseFloat(input.val());
67
-
68
- if (oldValue >= max) {
69
- var newVal = oldValue;
70
- } else {
71
- var newVal = oldValue + 1;
72
- }
73
- spinner.find("input").val(newVal);
74
- spinner.find("input").trigger("change");
75
- console.log(newVal);
76
- });
77
- btnDown.on("click", function() {
78
- var oldValue = parseFloat(input.val());
79
- if (oldValue <= min) {
80
- var newVal = oldValue;
81
- } else {
82
- var newVal = oldValue - 1;
83
- }
84
- spinner.find("input").val(newVal);
85
- spinner.find("input").trigger("change");
86
- });
87
- });
88
-
89
-
90
- $(".confirm").on( 'click', function() {
91
- return window.confirm("Reset to default settings?");
92
- });
93
-
94
- var flag = 0;
95
- $( "#mystickymenu-select option" ).each(function( i ) {
96
-
97
- if ($('select#mystickymenu-select option:selected').val() !== '' ) {
98
- flag = 1;
99
- }
100
- if( $('select#mystickymenu-select option:selected').val() == $(this).val() ){
101
- $('#mysticky_class_selector').show();
102
- }else {
103
- $('#mysticky_class_selector').hide();
104
- }
105
- });
106
- if ( flag === 0 ) {
107
- $('#mysticky_class_selector').show();
108
- $("select#mystickymenu-select option[value=custom]").attr('selected', 'selected');
109
- }
110
-
111
- $("#mystickymenu-select").on( 'change', function() {
112
- if ($(this).val() == 'custom' ) {
113
- $('#mysticky_class_selector').show();
114
- }else {
115
- $('#mysticky_class_selector').hide();
116
- }
117
-
118
- });
119
- /*02-08-2019 welcom bar js*/
120
- $( '.mysticky-welcomebar-action' ).on( 'change', function(){
121
- var mysticky_welcomebar_action = $( this ).val();
122
- if ( mysticky_welcomebar_action == 'redirect_to_url' ) {
123
- $( '.mysticky-welcomebar-redirect' ).show();
124
- $( '.mysticky-welcomebar-redirect-container' ).show();
125
- } else {
126
- $( '.mysticky-welcomebar-redirect' ).hide();
127
- $( '.mysticky-welcomebar-redirect-container' ).hide();
128
- }
129
- if ( mysticky_welcomebar_action == 'poptin_popup' ) {
130
- $( '.mysticky-welcomebar-poptin-popup' ).show();
131
- } else {
132
- $( '.mysticky-welcomebar-poptin-popup' ).hide();
133
- }
134
- if ( $('.mysticky-welcomebar-action option:selected').attr('data-href') !== '' && mysticky_welcomebar_action == 'thankyou_screen' ) {
135
- window.open( $( '.mysticky-welcomebar-action option:selected' ).attr('data-href') , '_blank');
136
- }
137
- } );
138
- //$( '#mysticky_welcomebar_expirydate' ).datepicker( );
139
- //$( "#mysticky_welcomebar_expirydate" ).datepicker( "option", "dateFormat", 'mm/dd/yy' );
140
-
141
- var page_option_content = "";
142
- page_option_content = $( '.mysticky-welcomebar-page-options-html' ).html();
143
- $( '.mysticky-welcomebar-page-options-html' ).remove();
144
-
145
- $( '#create-rule' ).on( 'click', function(){
146
- var append_html = page_option_content.replace(/__count__/g, '1', page_option_content);
147
- $( '.mysticky-welcomebar-page-options' ).append( append_html );
148
- $( '.mysticky-welcomebar-page-options' ).show();
149
- $( this ).parent().remove();
150
- });
151
- $( '.sticky-header-menu ul li a' ).on( 'click', function(){
152
- if ( $( "#sticky-header-welcome-bar" ).is( ":visible" ) ) {
153
- check_for_preview_pos();
154
- }
155
- } );
156
- jQuery(window).on('scroll', function(){
157
- if ( $( "#sticky-header-welcome-bar" ).is( ":visible" ) ) {
158
- check_for_preview_pos();
159
- }
160
- });
161
- /*Mysticky page target*/
162
- var mysticky_total_page_option = 0;
163
- var mysticky_page_option_content = "";
164
- mysticky_total_page_option = $( '.mysticky-page-option' ).length;
165
- mysticky_page_option_content = $( '.mysticky-page-options-html' ).html();
166
- $( '.mysticky-page-options-html' ).remove();
167
-
168
- $( '#mysticky_create-rule' ).on( 'click', function(){
169
-
170
- var append_html = mysticky_page_option_content.replace(/__count__/g, mysticky_total_page_option, mysticky_page_option_content);
171
- mysticky_total_page_option++;
172
- $( '.mysticky-page-options' ).append( append_html );
173
- $( '.mysticky-page-options .mysticky-page-option' ).removeClass( 'last' );
174
- $( '.mysticky-page-options .mysticky-page-option:last' ).addClass( 'last' );
175
-
176
- if( $( '.mysticky-page-option .myStickymenu-upgrade' ).length > 0 ) {
177
- $( this ).remove();
178
- }
179
- });
180
- $( document ).on( 'click', '.mysticky-remove-rule', function() {
181
- $( this ).closest( '.mysticky-page-option' ).remove();
182
- $( '.mysticky-page-options .mysticky-page-option' ).removeClass( 'last' );
183
- $( '.mysticky-page-options .mysticky-page-option:last' ).addClass( 'last' );
184
- });
185
- $( document ).on( 'change', '.mysticky-url-options', function() {
186
- var current_val = jQuery( this ).val();
187
- var mysticky_welcomebar_siteURL = jQuery( '#mysticky_welcomebar_site_url' ).val();
188
- var mysticky_welcomebar_newURL = mysticky_welcomebar_siteURL;
189
- if( current_val == 'page_has_url' ) {
190
- mysticky_welcomebar_newURL = mysticky_welcomebar_siteURL;
191
- } else if( current_val == 'page_contains' ) {
192
- mysticky_welcomebar_newURL = mysticky_welcomebar_siteURL + '%s%';
193
- } else if( current_val == 'page_start_with' ) {
194
- mysticky_welcomebar_newURL = mysticky_welcomebar_siteURL + 's%';
195
- } else if( current_val == 'page_end_with' ) {
196
- mysticky_welcomebar_newURL = mysticky_welcomebar_siteURL + '%s';
197
- }
198
- $( this ).closest( '.url-content' ).find( '.mysticky-welcomebar-url' ).text( mysticky_welcomebar_newURL );
199
- });
200
- /* welcome bar live preview */
201
- /* Apply Wp Color Picker */
202
- var myOptions = {
203
- change: function(event, ui){
204
- var color_id = $(this).attr('id');
205
- var slug = $(this).data('slug');
206
-
207
- var color_code = ui.color.toString();
208
- if ( color_id === 'mysticky_welcomebar_bgcolor'){
209
- $('.mysticky-welcomebar-fixed').css('background-color', color_code );
210
- }
211
- if ( color_id === 'mysticky_welcomebar_bgtxtcolor'){
212
- $('.mysticky-welcomebar-fixed .mysticky-welcomebar-content p').css('color', color_code );
213
- }
214
- if ( color_id === 'mysticky_welcomebar_btncolor'){
215
- $('.mysticky-welcomebar-btn a').css('background-color', color_code );
216
- }
217
- if ( color_id === 'mysticky_welcomebar_btntxtcolor'){
218
- $('.mysticky-welcomebar-btn a').css('color', color_code );
219
- }
220
- }
221
- };
222
- $('.mysticky-welcomebar-setting-wrap .my-color-field').wpColorPicker(myOptions);
223
-
224
- $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_x_desktop]"]' ).on( 'change', function(){
225
- if( $( this ).prop( "checked" ) == true ) {
226
- $( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-showx-desktop' );
227
- } else {
228
- $( '.mysticky-welcomebar-fixed' ).removeClass( 'mysticky-welcomebar-showx-desktop' );
229
- }
230
- } );
231
- $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_x_mobile]"]' ).on( 'change', function(){
232
- if( $( this ).prop( "checked" ) == true ) {
233
- $( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-showx-mobile' );
234
- } else {
235
- $( '.mysticky-welcomebar-fixed' ).removeClass( 'mysticky-welcomebar-showx-mobile' );
236
- }
237
- } );
238
-
239
- $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_btn_desktop]"]' ).on( 'change', function(){
240
- if( $( this ).prop( "checked" ) == true ) {
241
- $( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-btn-desktop' );
242
- } else {
243
- $( '.mysticky-welcomebar-fixed' ).removeClass( 'mysticky-welcomebar-btn-desktop' );
244
- }
245
-
246
- if( $( this ).prop( "checked" ) == false && $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_btn_mobile]"]' ).prop( "checked" ) == false ) {
247
- $( ".mysticky_welcomebar_disable, .mysticky_welcomebar_btn_color button.wp-color-result" ).css({
248
- 'pointer-events': 'none',
249
- 'opacity': '0.5'
250
- });
251
- } else {
252
- $( ".mysticky_welcomebar_disable, .mysticky_welcomebar_btn_color button.wp-color-result" ).css({
253
- 'pointer-events': '',
254
- 'opacity': ''
255
- });
256
- }
257
- } );
258
-
259
- $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_btn_mobile]"]' ).on( 'change', function(){
260
- if( $( this ).prop( "checked" ) == true ) {
261
- $( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-btn-mobile' );
262
- } else {
263
- $( '.mysticky-welcomebar-fixed' ).removeClass( 'mysticky-welcomebar-btn-mobile' );
264
- }
265
-
266
- if( $( this ).prop( "checked" ) == false && $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_btn_desktop]"]' ).prop( "checked" ) == false ) {
267
- $( ".mysticky_welcomebar_disable, .mysticky_welcomebar_btn_color button.wp-color-result" ).css({
268
- 'pointer-events': 'none',
269
- 'opacity': '0.5'
270
- });
271
- } else {
272
- $( ".mysticky_welcomebar_disable, .mysticky_welcomebar_btn_color button.wp-color-result" ).css({
273
- 'pointer-events': '',
274
- 'opacity': ''
275
- });
276
- }
277
- } );
278
- if( $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_btn_desktop]"]' ).prop( "checked" ) == false && $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_btn_mobile]"]' ).prop( "checked" ) == false ) {
279
- $( ".mysticky_welcomebar_disable, .mysticky_welcomebar_btn_color button.wp-color-result" ).css({
280
- 'pointer-events': 'none',
281
- 'opacity': '0.5'
282
- });
283
- } else {
284
- $( ".mysticky_welcomebar_disable, .mysticky_welcomebar_btn_color button.wp-color-result" ).css({
285
- 'pointer-events': '',
286
- 'opacity': ''
287
- });
288
- }
289
-
290
- $( 'select[name="mysticky_option_welcomebar[mysticky_welcomebar_font]"]' ).on( 'change', function(){
291
- var myfixed_font_val = $( this ).val();
292
- if( myfixed_font_val == 'System Stack'){
293
- myfixed_font_val = '-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"';
294
- }
295
- $( 'head' ).append( '<link href="https://fonts.googleapis.com/css?family='+ myfixed_font_val +':400,600,700" rel="stylesheet" type="text/css" class="sfba-google-font">' );
296
- $( '.mysticky-welcomebar-fixed' ).css( 'font-family', myfixed_font_val );
297
- } );
298
-
299
- $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_fontsize]"]' ).on( 'keyup click', function(){
300
- var mysticky_welcomebar_fontsize_val = $( this ).val();
301
- $( '.mysticky-welcomebar-fixed p' ).css( 'font-size', mysticky_welcomebar_fontsize_val + 'px' );
302
- $( '.mysticky-welcomebar-btn a' ).css( 'font-size', mysticky_welcomebar_fontsize_val + 'px' );
303
- } );
304
-
305
- $( '#wp-mysticky_bar_text-wrap .wp-editor-tabs button' ).on( 'click', function(){
306
- if ( $("#wp-mysticky_bar_text-wrap").hasClass("tmce-active") ){
307
-
308
- }
309
- } );
310
-
311
- $( document ).on( 'click', '#qt_mysticky_bar_text_toolbar .ed_button', function(){
312
- $( 'textarea[name="mysticky_option_welcomebar[mysticky_welcomebar_bar_text]"]' ).trigger( 'change keyup click' );
313
- } );
314
-
315
- $( 'textarea[name="mysticky_option_welcomebar[mysticky_welcomebar_bar_text]"]' ).on( 'change keyup click', function(e){
316
- var mysticky_bar_text_val = $( this ).val().replace(/(?:\r\n|\r|\n)/g, '<br />');
317
- $( '.mysticky-welcomebar-content' ).html( "<p>" + mysticky_bar_text_val + "</p>");
318
- } );
319
-
320
- $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_btn_text]"]' ).on( 'keyup', function(){
321
- var mysticky_btn_text_val = $( this ).val();
322
-
323
- $( '.mysticky-welcomebar-btn a' ).text( mysticky_btn_text_val );
324
- } );
325
-
326
- /* DATE: 11-12-2019 start */
327
- $( 'select[name="mysticky_option_welcomebar[mysticky_welcomebar_attentionselect]"]' ).on( 'change', function(){
328
- $(".mysticky-welcomebar-fixed").removeClass (function (index, className) {
329
- return (className.match (/(^|\s)mysticky-welcomebar-attention-\S+/g) || []).join(' ');
330
- });
331
- $( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-attention-' + $(this).val() );
332
-
333
- } );
334
- /* DATE: 11-12-2019 End */
335
- $("#myStickymenu-entry-effect").on( 'change', function() {
336
- $(".mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed").removeClass('entry-effect');
337
- $(".mysticky-welcomebar-fixed").removeClass (function (index, className) {
338
- return (className.match (/(^|\s)mysticky-welcomebar-entry-effect-\S+/g) || []).join(' ');
339
- });
340
- $( '.mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-entry-effect-' + $(this).val() );
341
- setTimeout( function(){
342
- $(".mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed").addClass('entry-effect');
343
- }, 1000 );
344
-
345
- });
346
- $( '.mysticky-welcomebar-fixed' ).addClass( 'entry-effect' );
347
-
348
- /*$( '.mysticky-welcomebar-submit input#submit' ).on( 'click', function(e){
349
- var welcomebar_action = $('.mysticky-welcomebar-action').find(":selected").val();
350
- var poptin_popup_link = $('#mysticky_welcomebar_poptin_popup_link').val().toLowerCase();
351
- var welcome_save_anyway = $('#welcome_save_anyway').val();
352
- console.log(poptin_popup_link);
353
- if ( welcomebar_action == 'poptin_popup' && welcome_save_anyway == '' && (poptin_popup_link == '' || poptin_popup_link.indexOf('popt.in') == '-1' ) ) {
354
- e.preventDefault();
355
- $( "#mysticky-welcomebar-poptin-popup-confirm" ).dialog({
356
- resizable: false,
357
- modal: true,
358
- draggable: false,
359
- height: 'auto',
360
- width: 500,
361
- buttons: {
362
- "Keep editing": {
363
- click:function () {
364
- $( this ).dialog('close');
365
- $("body,html").animate({
366
- scrollTop: $("#mysticky_welcomebar_poptin_popup_link").offset().top - 200
367
- }, 500)
368
- $('#mysticky_welcomebar_poptin_popup_link').focus();
369
- $('#mysticky_welcomebar_poptin_popup_link').css( 'border', '1px solid #FF0000' );
370
- },
371
- text: 'Keep editing',
372
- class: 'green-btn'
373
- },
374
- "Save anyway": function () {
375
- $( 'input#welcome_save_anyway' ).val('1');
376
- $( '.mysticky-welcomebar-submit input#submit' ).trigger('click');
377
- $( this ).dialog( 'close' );
378
- }
379
- }
380
- });
381
- return false;
382
- }
383
-
384
- if ( $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_enable]"]' ).prop( 'checked' ) == false && $( 'input#save_welcome_bar' ).val() == '' ) {
385
- e.preventDefault();
386
- $( "#mysticky-welcomebar-save-confirm" ).dialog({
387
- resizable: false,
388
- modal: true,
389
- draggable: false,
390
- height: 'auto',
391
- width: 600,
392
- buttons: {
393
- "Yes, show it on my site": {
394
- click:function () {
395
- $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_enable]"]' ).prop( 'checked', true );
396
- $( '.mysticky-welcomebar-submit input#submit' ).trigger('click');
397
- $( this ).dialog('close');
398
- },
399
- text: 'Yes, show it on my site',
400
- class: 'green-btn'
401
- },
402
- "Just save and keep it off": function () {
403
- $( 'input#save_welcome_bar' ).val('1');
404
- $( '.mysticky-welcomebar-submit input#submit' ).trigger('click');
405
- $( this ).dialog( 'close' );
406
- }
407
- }
408
- });
409
- }
410
- //return false;
411
- } );*/
412
-
413
- });
414
- $( window ).on('load', function(){
415
- $( '.mysticky-welcomebar-url-options' ).each( function(){
416
- $( this ).trigger( 'change' );
417
- });
418
- });
419
- function check_for_preview_pos() {
420
- var mysticky_welcomebar_form_pos = $( '#sticky-header-welcome-bar' ).offset().top;
421
- if($(".show-on-apper").length && $(".mysticky-welcomebar-setting-right").length) {
422
- var topPos = $(".show-on-apper").offset().top - $(window).scrollTop() - 700;
423
- if (topPos < 0) {
424
- topPos = Math.abs(topPos);
425
- jQuery(".mysticky-welcomebar-setting-right").css("margin-top", ((-1)*topPos)+"px");
426
- } else {
427
- jQuery(".mysticky-welcomebar-setting-right").css("margin-top", "0");
428
- }
429
- }
430
- var position_screen = (isRtl == 1 ) ? 'left' : 'right';
431
- if ( ( mysticky_welcomebar_form_pos + 32 ) < $(window).scrollTop() ) {
432
- $( '.mysticky-welcomebar-setting-right' ).css( 'position', 'fixed' );
433
- $( '.mysticky-welcomebar-setting-right' ).css( position_screen, '70px' );
434
- } else {
435
- $( '.mysticky-welcomebar-setting-right' ).css( 'position', 'absolute' );
436
- $( '.mysticky-welcomebar-setting-right' ).css( position_screen, '50px' );
437
- }
438
- }
439
-
440
- jQuery(document).on("click",".mystickymenu-delete-widget",function(e){
441
- e.preventDefault();
442
-
443
- var widget_id = jQuery(this).data("widget-id");
444
- jQuery("#widget-delete-dialog-"+widget_id).show();
445
- jQuery("#mystickymenu-delete-popup-overlay-"+widget_id).show();
446
- });
447
-
448
- jQuery(document).on("click",".btn-delete",function(e){
449
- e.preventDefault();
450
- var delWidId = jQuery(this).data("id");
451
- jQuery.ajax({
452
- url: ajaxurl,
453
- type:'post',
454
- data: 'action=stickymenu_widget_delete&widget_id=' + delWidId + '&widget_delete=1&wpnonce=' + mystickymenu.ajax_nonce,
455
- success: function( data ){
456
- $( '#stickymenu-widget-' + delWidId ).remove();
457
- setTimeout('location.reload()', 500);
458
- },
459
- });
460
- });
461
-
462
-
463
- jQuery(document).on("click",".btn-delete-cancel",function(e){
464
- e.preventDefault();
465
- var id = jQuery(this).data("id");
466
- jQuery("#widget-delete-dialog-"+id).hide();
467
- jQuery("#mystickymenu-delete-popup-overlay-"+id).hide();
468
- });
469
-
470
-
471
-
472
- jQuery(document).on("click",".mystickymenu-widget-enabled",function(){
473
- var widget_id = $(this).data('id');
474
- if(jQuery(this).prop("checked") != true){
475
- jQuery('#widget-status-dialog-' + widget_id).show();
476
- jQuery('#mystickymenu-status-popup-overlay-' + widget_id).show();
477
- }else{
478
- var widget_status = 1;
479
- set_widget_status( widget_id, widget_status );
480
- }
481
- });
482
-
483
- jQuery(document).on("click",".btn-turnoff-status",function(e){
484
- e.preventDefault();
485
- var widget_id = $(this).data('id');
486
- var widget_status = 0;
487
- set_widget_status( widget_id, widget_status );
488
- });
489
-
490
-
491
- jQuery(document).on("click",".btn-nevermind-status",function(e){
492
- e.preventDefault();
493
- var widget_id = $(this).data('id');
494
- var widget_status = 1;
495
- set_widget_status( widget_id, widget_status );
496
- jQuery("#mystickymenu-widget-enabled-"+widget_id).prop('checked', true)
497
-
498
- });
499
-
500
-
501
- jQuery(document).on("click",".mystickymenupopup-overlay",function(e){
502
- e.preventDefault();
503
-
504
- if(jQuery(this).data("fromoverlay") == 'welcombar_delete'){
505
- jQuery(this).hide();
506
- console.log("#mystickymenu-delete-popup-overlay-"+jQuery(this).data('id'));
507
- var delId = jQuery(this).data('id');
508
- jQuery('#widget-delete-dialog-'+delId).hide();
509
-
510
- }else{
511
- var widget_id = $(this).data('id');
512
- var widget_status = 1;
513
- set_widget_status( widget_id, widget_status );
514
- jQuery("#mystickymenu-widget-enabled-"+widget_id).prop('checked', true);
515
- }
516
-
517
- });
518
-
519
-
520
-
521
-
522
- function set_widget_status( widget_id, widget_status ) {
523
- jQuery.ajax({
524
- url: ajaxurl,
525
- type:'post',
526
- data: 'action=mystickymenu_widget_status&widget_id='+widget_id+'&widget_status=' + widget_status +'&wpnonce=' + mystickymenu.ajax_nonce,
527
- success: function( data ){
528
- $('#widget-status-dialog-' + widget_id).hide();
529
- $('#mystickymenu-status-popup-overlay-' + widget_id).hide();
530
- },
531
- });
532
- }
533
-
534
- jQuery(document).on("click","#close-first-popup",function(){
535
- jQuery('.first-widget-popup').hide();
536
- jQuery('.mystickymenupopup-overlay').hide();
537
- });
538
-
539
- jQuery(document).on("click","#first_widget_overlay",function(){
540
- jQuery('.first-widget-popup').hide();
541
- jQuery(this).hide();
542
- });
543
-
544
-
545
-
546
- jQuery(document).on("click","#btn-config-disable",function(e){
547
- e.preventDefault();
548
- jQuery("#stickymenu_status_popupbox").show();
549
- jQuery("#stickymenuconfig-overlay-popup").show();
550
- });
551
-
552
- jQuery(document).on("click","#stickymenuconfig-overlay-popup",function(){
553
- jQuery("#stickymenu_status_popupbox").hide();
554
- jQuery(this).hide();
555
- });
556
-
557
- jQuery(document).on("click","#stickymenu_status_turnoff",function(e){
558
- e.preventDefault();
559
- var stickymenu_status = 0;
560
- set_stickymenu_status( stickymenu_status );
561
- });
562
-
563
- jQuery(document).on("click","#stickymenu_status_nevermind",function(e){
564
- e.preventDefault();
565
- jQuery("#stickymenu_status_popupbox").hide();
566
- jQuery("#stickymenuconfig-overlay-popup").hide();
567
- });
568
-
569
- function set_stickymenu_status( stickymenu_status ){
570
- jQuery.ajax({
571
- url: ajaxurl,
572
- type:'post',
573
- data: 'action=stickymenu_status_update&stickymenu_status=' + stickymenu_status +'&wpnonce=' + mystickymenu.ajax_nonce,
574
- success: function( data ){
575
- location.reload();
576
- },
577
- });
578
- }
579
-
580
- jQuery(document).on("click",".close-button",function(){
581
- if(jQuery(this).data("from") == 'welcome-bar-status'){
582
- var id = jQuery(this).data("id");
583
- jQuery("#widget-status-dialog-"+id).hide();
584
- jQuery("#mystickymenu-status-popup-overlay-"+id).hide();
585
- var widget_status = 1;
586
- set_widget_status( id, widget_status );
587
- jQuery("#mystickymenu-widget-enabled-"+id).prop('checked', true)
588
-
589
- }else if( jQuery(this).data("from") == "stickymenu-status"){
590
- jQuery("#stickymenu_status_popupbox").hide();
591
- jQuery("#stickymenuconfig-overlay-popup").hide();
592
-
593
- }else if( jQuery(this).data("from") == "stickymenu-confirm" ){
594
- jQuery("#mysticky-sticky-save-confirm").hide();
595
- jQuery("#stickymenu-option-overlay-popup").hide();
596
- }else if( jQuery(this).data("from") == "welcombar-confirm" ){
597
- jQuery("#welcomebar-save-confirm").hide();
598
- jQuery("#welcombar-sbmtvalidation-overlay-popup").hide();
599
- }else{
600
- var id = jQuery(this).data("id");
601
- jQuery("#widget-delete-dialog-"+id).hide();
602
- jQuery("#mystickymenu-delete-popup-overlay-"+id).hide();
603
- }
604
- });
605
-
606
-
607
- jQuery(document).on("click","#stickymenu-option-overlay-popup",function(){
608
- $("#mysticky-sticky-save-confirm").hide();
609
- $(this).hide();
610
- });
611
-
612
-
613
- jQuery(document).on("click","#welcombar-sbmtvalidation-overlay-popup",function(){
614
- $("#welcomebar-save-confirm").hide();
615
- $(this).hide();
616
- });
617
-
618
-
619
- jQuery(document).on("change","#mysticky-welcomebar-countdown-enabled",function(){
620
- var url = jQuery(this).data("url");
621
- jQuery(this).prop('checked',false);
622
- window.open(url, '_blank');
623
- });
624
-
625
- jQuery(document).on("click",".btn-save-stickymenu" , function(event){
626
- if ( $( '#mysticky-stickymenu-form-enabled' ).prop( 'checked' ) == false && $('#save_stickymenu').val() == "" ) {
627
- event.preventDefault();
628
- $("#mysticky-sticky-save-confirm").show();
629
- $("#stickymenu-option-overlay-popup").show();
630
-
631
- $('#stickymenu_status_ok').attr('data-clickfrom', 'save');
632
- $('#stickymenu_status_dolater').attr('data-clickfrom', 'save');
633
- }
634
- });
635
-
636
- jQuery(document).on("click",".save_view_dashboard" , function(event){
637
- if ( $( '#mysticky-stickymenu-form-enabled' ).prop( 'checked' ) == false && $('#save_stickymenu').val() == "" ) {
638
- event.preventDefault();
639
- $("#mysticky-sticky-save-confirm").show();
640
- $("#stickymenu-option-overlay-popup").show();
641
-
642
- $('#stickymenu_status_ok').attr('data-clickfrom', 'dashboard');
643
- $('#stickymenu_status_dolater').attr('data-clickfrom', 'dashboard');
644
- }
645
- });
646
-
647
- jQuery(document).on("click","#stickymenu_status_ok",function(){
648
- //jQuery("html, body").animate({ scrollTop: "20" });
649
- var clickFrom = $(this).data("clickfrom");
650
- $('#save_stickymenu').val("1");
651
- $( '#mysticky-stickymenu-form-enabled' ).prop( 'checked' , true )
652
- $("#mysticky-sticky-save-confirm").hide();
653
- $("#stickymenu-option-overlay-popup").hide();
654
- if(clickFrom == 'dashboard'){
655
- $('.save_view_dashboard').trigger("click");
656
- }else{
657
- $('.btn-save-stickymenu').trigger("click");
658
- }
659
- });
660
-
661
- jQuery(document).on("click","#stickymenu_status_dolater",function(){
662
- var clickFrom = $(this).data("clickfrom");
663
- $('#save_stickymenu').val("1");
664
- if(clickFrom == 'dashboard'){
665
- $('.save_view_dashboard').trigger("click");
666
- }else{
667
- $('.btn-save-stickymenu').trigger("click");
668
- }
669
- });
670
-
671
- jQuery(document).on( 'click','.welcombar_save', function(e){
672
-
673
- if ( $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_enable]"]' ).prop( 'checked' ) == false && $( 'input#save_welcome_bar' ).val() == '' ) {
674
- e.preventDefault();
675
- $("#welcomebar-save-confirm").show();
676
- $("#welcombar-sbmtvalidation-overlay-popup").show();
677
- $("#welcombar_sbmtbtn_off").attr("data-clickfrom",'save_button');
678
- $("#welcomebar_yes_sbmtbtn").attr("data-clickfrom",'save_button');
679
- }
680
- });
681
-
682
-
683
- jQuery(document).on( 'click','.save_view_dashboard', function(e){
684
-
685
- if ( $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_enable]"]' ).prop( 'checked' ) == false && $( 'input#save_welcome_bar' ).val() == '' ) {
686
- e.preventDefault();
687
- $("#welcomebar-save-confirm").show();
688
- $("#welcombar-sbmtvalidation-overlay-popup").show();
689
- $("#welcombar_sbmtbtn_off").attr("data-clickfrom",'save_dashboard_button');
690
- $("#welcomebar_yes_sbmtbtn").attr("data-clickfrom",'save_dashboard_button');
691
- }
692
- });
693
-
694
- jQuery(document).on("click","#welcomebar_yes_sbmtbtn",function(){
695
-
696
- var clickFrom = $(this).data("clickfrom");
697
-
698
- $("#welcomebar-save-confirm").hide();
699
- $("#welcombar-sbmtvalidation-overlay-popup").hide();
700
- $( 'input#welcome_save_anyway' ).val('1');
701
- $( 'input#save_welcome_bar' ).val('1');
702
- $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_enable]"]' ).prop( 'checked',true );
703
- if(clickFrom == 'save_dashboard_button'){
704
- $( '.mysticky-welcomebar-submit input.save_view_dashboard' ).trigger('click');
705
- }else{
706
- $( '.mysticky-welcomebar-submit input.welcombar_save' ).trigger('click');
707
- }
708
- });
709
-
710
- jQuery(document).on("click","#welcombar_sbmtbtn_off",function(){
711
- var clickFrom = $(this).data("clickfrom");
712
-
713
- $("#welcomebar-save-confirm").hide();
714
- $("#welcombar-sbmtvalidation-overlay-popup").hide();
715
- $( 'input#welcome_save_anyway' ).val('1');
716
- $( 'input#save_welcome_bar' ).val('1');
717
-
718
- if(clickFrom == 'save_dashboard_button'){
719
- $( '.mysticky-welcomebar-submit input.save_view_dashboard' ).trigger('click');
720
- }else{
721
- $( '.mysticky-welcomebar-submit input.welcombar_save' ).trigger('click');
722
- }
723
- });
724
-
725
  })(jQuery);
1
+ (function( $ ) {
2
+ "use strict";
3
+
4
+ jQuery(document).ready(function($){
5
+
6
+ $(document).on("click", ".updates-form button", function(){
7
+ var updateStatus = 0;
8
+ if($(this).hasClass("yes")) {
9
+ updateStatus = 1;
10
+ }
11
+ $(".updates-form button").attr("disabled", true);
12
+ $.ajax({
13
+ url: ajaxurl,
14
+ data: "action=sticky_menu_update_status&status="+updateStatus+"&nonce="+$("#myStickymenu_update_nonce").val()+"&email="+$("#myStickymenu_update_email").val(),
15
+ type: 'post',
16
+ cache: false,
17
+ success: function(){
18
+ window.location.reload();
19
+ }
20
+ })
21
+ });
22
+
23
+ $(document).on("click", ".skip-dolatter", function(){
24
+ var updateStatus = 0;
25
+ $(".updates-form button").attr("disabled", true);
26
+ $.ajax({
27
+ url: ajaxurl,
28
+ data: "action=sticky_menu_update_status&status="+updateStatus+"&nonce="+$("#myStickymenu_update_nonce").val()+"&email="+$("#myStickymenu_update_email").val(),
29
+ type: 'post',
30
+ cache: false,
31
+ success: function(){
32
+ window.location.reload();
33
+ }
34
+ })
35
+ });
36
+
37
+ var handle = $( "#custom-handle" );
38
+ $( "#slider" ).slider({
39
+ create: function() {
40
+ handle.text( $( this ).slider( "value" ) );
41
+ handle.text( $('#myfixed_opacity').val() );
42
+ handle.css('left', $('#myfixed_opacity').val() + '%')
43
+ },
44
+ slide: function( event, ui ) {
45
+ $('#myfixed_opacity').val(ui.value);
46
+ handle.text( ui.value );
47
+ }
48
+ });
49
+ jQuery(
50
+ '<div class="pt_number"><div class="pt_numberbutton pt_numberup">+</div><div class="pt_numberbutton pt_numberdown">-</div></div>'
51
+ ).insertAfter("input.mysticky-number1");
52
+
53
+ jQuery(".mystickynumber1").each(function() {
54
+
55
+ var spinner = jQuery(this),
56
+ input = spinner.find('input[type="number"]'),
57
+ btnUp = spinner.find(".pt_numberup"),
58
+ btnDown = spinner.find(".pt_numberdown"),
59
+ min = input.attr("min"),
60
+ max = input.attr("max"),
61
+ valOfAmout = input.val(),
62
+ newVal = 0;
63
+
64
+ btnUp.on("click", function() {
65
+
66
+ var oldValue = parseFloat(input.val());
67
+
68
+ if (oldValue >= max) {
69
+ var newVal = oldValue;
70
+ } else {
71
+ var newVal = oldValue + 1;
72
+ }
73
+ spinner.find("input").val(newVal);
74
+ spinner.find("input").trigger("change");
75
+ console.log(newVal);
76
+ });
77
+ btnDown.on("click", function() {
78
+ var oldValue = parseFloat(input.val());
79
+ if (oldValue <= min) {
80
+ var newVal = oldValue;
81
+ } else {
82
+ var newVal = oldValue - 1;
83
+ }
84
+ spinner.find("input").val(newVal);
85
+ spinner.find("input").trigger("change");
86
+ });
87
+ });
88
+
89
+
90
+ $(".confirm").on( 'click', function() {
91
+ return window.confirm("Reset to default settings?");
92
+ });
93
+
94
+ var flag = 0;
95
+ $( "#mystickymenu-select option" ).each(function( i ) {
96
+
97
+ if ($('select#mystickymenu-select option:selected').val() !== '' ) {
98
+ flag = 1;
99
+ }
100
+ if( $('select#mystickymenu-select option:selected').val() == $(this).val() ){
101
+ $('#mysticky_class_selector').show();
102
+ }else {
103
+ $('#mysticky_class_selector').hide();
104
+ }
105
+ });
106
+ if ( flag === 0 ) {
107
+ $('#mysticky_class_selector').show();
108
+ $("select#mystickymenu-select option[value=custom]").attr('selected', 'selected');
109
+ }
110
+
111
+ $("#mystickymenu-select").on( 'change', function() {
112
+ if ($(this).val() == 'custom' ) {
113
+ $('#mysticky_class_selector').show();
114
+ }else {
115
+ $('#mysticky_class_selector').hide();
116
+ }
117
+
118
+ });
119
+ /*02-08-2019 welcom bar js*/
120
+ $( '.mysticky-welcomebar-action' ).on( 'change', function(){
121
+ var mysticky_welcomebar_action = $( this ).val();
122
+ if ( mysticky_welcomebar_action == 'redirect_to_url' ) {
123
+ $( '.mysticky-welcomebar-redirect' ).show();
124
+ $( '.mysticky-welcomebar-redirect-container' ).show();
125
+ } else {
126
+ $( '.mysticky-welcomebar-redirect' ).hide();
127
+ $( '.mysticky-welcomebar-redirect-container' ).hide();
128
+ }
129
+ if ( mysticky_welcomebar_action == 'poptin_popup' ) {
130
+ $( '.mysticky-welcomebar-poptin-popup' ).show();
131
+ } else {
132
+ $( '.mysticky-welcomebar-poptin-popup' ).hide();
133
+ }
134
+ if ( $('.mysticky-welcomebar-action option:selected').attr('data-href') !== '' && mysticky_welcomebar_action == 'thankyou_screen' ) {
135
+ window.open( $( '.mysticky-welcomebar-action option:selected' ).attr('data-href') , '_blank');
136
+ }
137
+ } );
138
+ //$( '#mysticky_welcomebar_expirydate' ).datepicker( );
139
+ //$( "#mysticky_welcomebar_expirydate" ).datepicker( "option", "dateFormat", 'mm/dd/yy' );
140
+
141
+ var page_option_content = "";
142
+ page_option_content = $( '.mysticky-welcomebar-page-options-html' ).html();
143
+ $( '.mysticky-welcomebar-page-options-html' ).remove();
144
+
145
+ $( '#create-rule' ).on( 'click', function(){
146
+ var append_html = page_option_content.replace(/__count__/g, '1', page_option_content);
147
+ $( '.mysticky-welcomebar-page-options' ).append( append_html );
148
+ $( '.mysticky-welcomebar-page-options' ).show();
149
+ $( this ).parent().remove();
150
+ });
151
+ $( '.sticky-header-menu ul li a' ).on( 'click', function(){
152
+ if ( $( "#sticky-header-welcome-bar" ).is( ":visible" ) ) {
153
+ check_for_preview_pos();
154
+ }
155
+ } );
156
+ jQuery(window).on('scroll', function(){
157
+ if ( $( "#sticky-header-welcome-bar" ).is( ":visible" ) ) {
158
+ check_for_preview_pos();
159
+ }
160
+ });
161
+ /*Mysticky page target*/
162
+ var mysticky_total_page_option = 0;
163
+ var mysticky_page_option_content = "";
164
+ mysticky_total_page_option = $( '.mysticky-page-option' ).length;
165
+ mysticky_page_option_content = $( '.mysticky-page-options-html' ).html();
166
+ $( '.mysticky-page-options-html' ).remove();
167
+
168
+ $( '#mysticky_create-rule' ).on( 'click', function(){
169
+
170
+ var append_html = mysticky_page_option_content.replace(/__count__/g, mysticky_total_page_option, mysticky_page_option_content);
171
+ mysticky_total_page_option++;
172
+ $( '.mysticky-page-options' ).append( append_html );
173
+ $( '.mysticky-page-options .mysticky-page-option' ).removeClass( 'last' );
174
+ $( '.mysticky-page-options .mysticky-page-option:last' ).addClass( 'last' );
175
+
176
+ if( $( '.mysticky-page-option .myStickymenu-upgrade' ).length > 0 ) {
177
+ $( this ).remove();
178
+ }
179
+ });
180
+ $( document ).on( 'click', '.mysticky-remove-rule', function() {
181
+ $( this ).closest( '.mysticky-page-option' ).remove();
182
+ $( '.mysticky-page-options .mysticky-page-option' ).removeClass( 'last' );
183
+ $( '.mysticky-page-options .mysticky-page-option:last' ).addClass( 'last' );
184
+ });
185
+ $( document ).on( 'change', '.mysticky-url-options', function() {
186
+ var current_val = jQuery( this ).val();
187
+ var mysticky_welcomebar_siteURL = jQuery( '#mysticky_welcomebar_site_url' ).val();
188
+ var mysticky_welcomebar_newURL = mysticky_welcomebar_siteURL;
189
+ if( current_val == 'page_has_url' ) {
190
+ mysticky_welcomebar_newURL = mysticky_welcomebar_siteURL;
191
+ } else if( current_val == 'page_contains' ) {
192
+ mysticky_welcomebar_newURL = mysticky_welcomebar_siteURL + '%s%';
193
+ } else if( current_val == 'page_start_with' ) {
194
+ mysticky_welcomebar_newURL = mysticky_welcomebar_siteURL + 's%';
195
+ } else if( current_val == 'page_end_with' ) {
196
+ mysticky_welcomebar_newURL = mysticky_welcomebar_siteURL + '%s';
197
+ }
198
+ $( this ).closest( '.url-content' ).find( '.mysticky-welcomebar-url' ).text( mysticky_welcomebar_newURL );
199
+ });
200
+ /* welcome bar live preview */
201
+ /* Apply Wp Color Picker */
202
+ var myOptions = {
203
+ change: function(event, ui){
204
+ var color_id = $(this).attr('id');
205
+ var slug = $(this).data('slug');
206
+
207
+ var color_code = ui.color.toString();
208
+ if ( color_id === 'mysticky_welcomebar_bgcolor'){
209
+ $('.mysticky-welcomebar-fixed').css('background-color', color_code );
210
+ }
211
+ if ( color_id === 'mysticky_welcomebar_bgtxtcolor'){
212
+ $('.mysticky-welcomebar-fixed .mysticky-welcomebar-content p').css('color', color_code );
213
+ }
214
+ if ( color_id === 'mysticky_welcomebar_btncolor'){
215
+ $('.mysticky-welcomebar-btn a').css('background-color', color_code );
216
+ }
217
+ if ( color_id === 'mysticky_welcomebar_btntxtcolor'){
218
+ $('.mysticky-welcomebar-btn a').css('color', color_code );
219
+ }
220
+ }
221
+ };
222
+ $('.mysticky-welcomebar-setting-wrap .my-color-field').wpColorPicker(myOptions);
223
+
224
+ $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_x_desktop]"]' ).on( 'change', function(){
225
+ if( $( this ).prop( "checked" ) == true ) {
226
+ $( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-showx-desktop' );
227
+ } else {
228
+ $( '.mysticky-welcomebar-fixed' ).removeClass( 'mysticky-welcomebar-showx-desktop' );
229
+ }
230
+ } );
231
+ $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_x_mobile]"]' ).on( 'change', function(){
232
+ if( $( this ).prop( "checked" ) == true ) {
233
+ $( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-showx-mobile' );
234
+ } else {
235
+ $( '.mysticky-welcomebar-fixed' ).removeClass( 'mysticky-welcomebar-showx-mobile' );
236
+ }
237
+ } );
238
+
239
+ $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_btn_desktop]"]' ).on( 'change', function(){
240
+ if( $( this ).prop( "checked" ) == true ) {
241
+ $( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-btn-desktop' );
242
+ } else {
243
+ $( '.mysticky-welcomebar-fixed' ).removeClass( 'mysticky-welcomebar-btn-desktop' );
244
+ }
245
+
246
+ if( $( this ).prop( "checked" ) == false && $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_btn_mobile]"]' ).prop( "checked" ) == false ) {
247
+ $( ".mysticky_welcomebar_disable, .mysticky_welcomebar_btn_color button.wp-color-result" ).css({
248
+ 'pointer-events': 'none',
249
+ 'opacity': '0.5'
250
+ });
251
+ } else {
252
+ $( ".mysticky_welcomebar_disable, .mysticky_welcomebar_btn_color button.wp-color-result" ).css({
253
+ 'pointer-events': '',
254
+ 'opacity': ''
255
+ });
256
+ }
257
+ } );
258
+
259
+ $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_btn_mobile]"]' ).on( 'change', function(){
260
+ if( $( this ).prop( "checked" ) == true ) {
261
+ $( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-btn-mobile' );
262
+ } else {
263
+ $( '.mysticky-welcomebar-fixed' ).removeClass( 'mysticky-welcomebar-btn-mobile' );
264
+ }
265
+
266
+ if( $( this ).prop( "checked" ) == false && $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_btn_desktop]"]' ).prop( "checked" ) == false ) {
267
+ $( ".mysticky_welcomebar_disable, .mysticky_welcomebar_btn_color button.wp-color-result" ).css({
268
+ 'pointer-events': 'none',
269
+ 'opacity': '0.5'
270
+ });
271
+ } else {
272
+ $( ".mysticky_welcomebar_disable, .mysticky_welcomebar_btn_color button.wp-color-result" ).css({
273
+ 'pointer-events': '',
274
+ 'opacity': ''
275
+ });
276
+ }
277
+ } );
278
+ if( $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_btn_desktop]"]' ).prop( "checked" ) == false && $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_btn_mobile]"]' ).prop( "checked" ) == false ) {
279
+ $( ".mysticky_welcomebar_disable, .mysticky_welcomebar_btn_color button.wp-color-result" ).css({
280
+ 'pointer-events': 'none',
281
+ 'opacity': '0.5'
282
+ });
283
+ } else {
284
+ $( ".mysticky_welcomebar_disable, .mysticky_welcomebar_btn_color button.wp-color-result" ).css({
285
+ 'pointer-events': '',
286
+ 'opacity': ''
287
+ });
288
+ }
289
+
290
+ $( 'select[name="mysticky_option_welcomebar[mysticky_welcomebar_font]"]' ).on( 'change', function(){
291
+ var myfixed_font_val = $( this ).val();
292
+ if( myfixed_font_val == 'System Stack'){
293
+ myfixed_font_val = '-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"';
294
+ }
295
+ $( 'head' ).append( '<link href="https://fonts.googleapis.com/css?family='+ myfixed_font_val +':400,600,700" rel="stylesheet" type="text/css" class="sfba-google-font">' );
296
+ $( '.mysticky-welcomebar-fixed' ).css( 'font-family', myfixed_font_val );
297
+ } );
298
+
299
+ $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_fontsize]"]' ).on( 'keyup click', function(){
300
+ var mysticky_welcomebar_fontsize_val = $( this ).val();
301
+ $( '.mysticky-welcomebar-fixed p' ).css( 'font-size', mysticky_welcomebar_fontsize_val + 'px' );
302
+ $( '.mysticky-welcomebar-btn a' ).css( 'font-size', mysticky_welcomebar_fontsize_val + 'px' );
303
+ } );
304
+
305
+ $( '#wp-mysticky_bar_text-wrap .wp-editor-tabs button' ).on( 'click', function(){
306
+ if ( $("#wp-mysticky_bar_text-wrap").hasClass("tmce-active") ){
307
+
308
+ }
309
+ } );
310
+
311
+ $( document ).on( 'click', '#qt_mysticky_bar_text_toolbar .ed_button', function(){
312
+ $( 'textarea[name="mysticky_option_welcomebar[mysticky_welcomebar_bar_text]"]' ).trigger( 'change keyup click' );
313
+ } );
314
+
315
+ $( 'textarea[name="mysticky_option_welcomebar[mysticky_welcomebar_bar_text]"]' ).on( 'change keyup click', function(e){
316
+ var mysticky_bar_text_val = $( this ).val().replace(/(?:\r\n|\r|\n)/g, '<br />');
317
+ $( '.mysticky-welcomebar-content' ).html( "<p>" + mysticky_bar_text_val + "</p>");
318
+ } );
319
+
320
+ $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_btn_text]"]' ).on( 'keyup', function(){
321
+ var mysticky_btn_text_val = $( this ).val();
322
+
323
+ $( '.mysticky-welcomebar-btn a' ).text( mysticky_btn_text_val );
324
+ } );
325
+
326
+ /* DATE: 11-12-2019 start */
327
+ $( 'select[name="mysticky_option_welcomebar[mysticky_welcomebar_attentionselect]"]' ).on( 'change', function(){
328
+ $(".mysticky-welcomebar-fixed").removeClass (function (index, className) {
329
+ return (className.match (/(^|\s)mysticky-welcomebar-attention-\S+/g) || []).join(' ');
330
+ });
331
+ $( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-attention-' + $(this).val() );
332
+
333
+ } );
334
+ /* DATE: 11-12-2019 End */
335
+ $("#myStickymenu-entry-effect").on( 'change', function() {
336
+ $(".mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed").removeClass('entry-effect');
337
+ $(".mysticky-welcomebar-fixed").removeClass (function (index, className) {
338
+ return (className.match (/(^|\s)mysticky-welcomebar-entry-effect-\S+/g) || []).join(' ');
339
+ });
340
+ $( '.mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-entry-effect-' + $(this).val() );
341
+ setTimeout( function(){
342
+ $(".mysticky-welcomebar-preview-screen .mysticky-welcomebar-fixed").addClass('entry-effect');
343
+ }, 1000 );
344
+
345
+ });
346
+ $( '.mysticky-welcomebar-fixed' ).addClass( 'entry-effect' );
347
+
348
+ /*$( '.mysticky-welcomebar-submit input#submit' ).on( 'click', function(e){
349
+ var welcomebar_action = $('.mysticky-welcomebar-action').find(":selected").val();
350
+ var poptin_popup_link = $('#mysticky_welcomebar_poptin_popup_link').val().toLowerCase();
351
+ var welcome_save_anyway = $('#welcome_save_anyway').val();
352
+ console.log(poptin_popup_link);
353
+ if ( welcomebar_action == 'poptin_popup' && welcome_save_anyway == '' && (poptin_popup_link == '' || poptin_popup_link.indexOf('popt.in') == '-1' ) ) {
354
+ e.preventDefault();
355
+ $( "#mysticky-welcomebar-poptin-popup-confirm" ).dialog({
356
+ resizable: false,
357
+ modal: true,
358
+ draggable: false,
359
+ height: 'auto',
360
+ width: 500,
361
+ buttons: {
362
+ "Keep editing": {
363
+ click:function () {
364
+ $( this ).dialog('close');
365
+ $("body,html").animate({
366
+ scrollTop: $("#mysticky_welcomebar_poptin_popup_link").offset().top - 200
367
+ }, 500)
368
+ $('#mysticky_welcomebar_poptin_popup_link').focus();
369
+ $('#mysticky_welcomebar_poptin_popup_link').css( 'border', '1px solid #FF0000' );
370
+ },
371
+ text: 'Keep editing',
372
+ class: 'green-btn'
373
+ },
374
+ "Save anyway": function () {
375
+ $( 'input#welcome_save_anyway' ).val('1');
376
+ $( '.mysticky-welcomebar-submit input#submit' ).trigger('click');
377
+ $( this ).dialog( 'close' );
378
+ }
379
+ }
380
+ });
381
+ return false;
382
+ }
383
+
384
+ if ( $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_enable]"]' ).prop( 'checked' ) == false && $( 'input#save_welcome_bar' ).val() == '' ) {
385
+ e.preventDefault();
386
+ $( "#mysticky-welcomebar-save-confirm" ).dialog({
387
+ resizable: false,
388
+ modal: true,
389
+ draggable: false,
390
+ height: 'auto',
391
+ width: 600,
392
+ buttons: {
393
+ "Yes, show it on my site": {
394
+ click:function () {
395
+ $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_enable]"]' ).prop( 'checked', true );
396
+ $( '.mysticky-welcomebar-submit input#submit' ).trigger('click');
397
+ $( this ).dialog('close');
398
+ },
399
+ text: 'Yes, show it on my site',
400
+ class: 'green-btn'
401
+ },
402
+ "Just save and keep it off": function () {
403
+ $( 'input#save_welcome_bar' ).val('1');
404
+ $( '.mysticky-welcomebar-submit input#submit' ).trigger('click');
405
+ $( this ).dialog( 'close' );
406
+ }
407
+ }
408
+ });
409
+ }
410
+ //return false;
411
+ } );*/
412
+
413
+ });
414
+ $( window ).on('load', function(){
415
+ $( '.mysticky-welcomebar-url-options' ).each( function(){
416
+ $( this ).trigger( 'change' );
417
+ });
418
+ });
419
+ function check_for_preview_pos() {
420
+ var mysticky_welcomebar_form_pos = $( '#sticky-header-welcome-bar' ).offset().top;
421
+ if($(".show-on-apper").length && $(".mysticky-welcomebar-setting-right").length) {
422
+ var topPos = $(".show-on-apper").offset().top - $(window).scrollTop() - 700;
423
+ if (topPos < 0) {
424
+ topPos = Math.abs(topPos);
425
+ jQuery(".mysticky-welcomebar-setting-right").css("margin-top", ((-1)*topPos)+"px");
426
+ } else {
427
+ jQuery(".mysticky-welcomebar-setting-right").css("margin-top", "0");
428
+ }
429
+ }
430
+ var position_screen = (isRtl == 1 ) ? 'left' : 'right';
431
+ if ( ( mysticky_welcomebar_form_pos + 32 ) < $(window).scrollTop() ) {
432
+ $( '.mysticky-welcomebar-setting-right' ).css( 'position', 'fixed' );
433
+ $( '.mysticky-welcomebar-setting-right' ).css( position_screen, '70px' );
434
+ } else {
435
+ $( '.mysticky-welcomebar-setting-right' ).css( 'position', 'absolute' );
436
+ $( '.mysticky-welcomebar-setting-right' ).css( position_screen, '50px' );
437
+ }
438
+ }
439
+
440
+ jQuery(document).on("click",".mystickymenu-delete-widget",function(e){
441
+ e.preventDefault();
442
+
443
+ var widget_id = jQuery(this).data("widget-id");
444
+ jQuery("#widget-delete-dialog-"+widget_id).show();
445
+ jQuery("#mystickymenu-delete-popup-overlay-"+widget_id).show();
446
+ });
447
+
448
+ jQuery(document).on("click",".btn-delete",function(e){
449
+ e.preventDefault();
450
+ var delWidId = jQuery(this).data("id");
451
+ jQuery.ajax({
452
+ url: ajaxurl,
453
+ type:'post',
454
+ data: 'action=stickymenu_widget_delete&widget_id=' + delWidId + '&widget_delete=1&wpnonce=' + mystickymenu.ajax_nonce,
455
+ success: function( data ){
456
+ $( '#stickymenu-widget-' + delWidId ).remove();
457
+ setTimeout('location.reload()', 500);
458
+ },
459
+ });
460
+ });
461
+
462
+
463
+ jQuery(document).on("click",".btn-delete-cancel",function(e){
464
+ e.preventDefault();
465
+ var id = jQuery(this).data("id");
466
+ jQuery("#widget-delete-dialog-"+id).hide();
467
+ jQuery("#mystickymenu-delete-popup-overlay-"+id).hide();
468
+ });
469
+
470
+
471
+
472
+ jQuery(document).on("click",".mystickymenu-widget-enabled",function(){
473
+ var widget_id = $(this).data('id');
474
+ if(jQuery(this).prop("checked") != true){
475
+ jQuery('#widget-status-dialog-' + widget_id).show();
476
+ jQuery('#mystickymenu-status-popup-overlay-' + widget_id).show();
477
+ }else{
478
+ var widget_status = 1;
479
+ set_widget_status( widget_id, widget_status );
480
+ }
481
+ });
482
+
483
+ jQuery(document).on("click",".btn-turnoff-status",function(e){
484
+ e.preventDefault();
485
+ var widget_id = $(this).data('id');
486
+ var widget_status = 0;
487
+ set_widget_status( widget_id, widget_status );
488
+ });
489
+
490
+
491
+ jQuery(document).on("click",".btn-nevermind-status",function(e){
492
+ e.preventDefault();
493
+ var widget_id = $(this).data('id');
494
+ var widget_status = 1;
495
+ set_widget_status( widget_id, widget_status );
496
+ jQuery("#mystickymenu-widget-enabled-"+widget_id).prop('checked', true)
497
+
498
+ });
499
+
500
+
501
+ jQuery(document).on("click",".mystickymenupopup-overlay",function(e){
502
+ e.preventDefault();
503
+
504
+ if(jQuery(this).data("fromoverlay") == 'welcombar_delete'){
505
+ jQuery(this).hide();
506
+ console.log("#mystickymenu-delete-popup-overlay-"+jQuery(this).data('id'));
507
+ var delId = jQuery(this).data('id');
508
+ jQuery('#widget-delete-dialog-'+delId).hide();
509
+
510
+ }else{
511
+ var widget_id = $(this).data('id');
512
+ var widget_status = 1;
513
+ set_widget_status( widget_id, widget_status );
514
+ jQuery("#mystickymenu-widget-enabled-"+widget_id).prop('checked', true);
515
+ }
516
+
517
+ });
518
+
519
+
520
+
521
+
522
+ function set_widget_status( widget_id, widget_status ) {
523
+ jQuery.ajax({
524
+ url: ajaxurl,
525
+ type:'post',
526
+ data: 'action=mystickymenu_widget_status&widget_id='+widget_id+'&widget_status=' + widget_status +'&wpnonce=' + mystickymenu.ajax_nonce,
527
+ success: function( data ){
528
+ $('#widget-status-dialog-' + widget_id).hide();
529
+ $('#mystickymenu-status-popup-overlay-' + widget_id).hide();
530
+ },
531
+ });
532
+ }
533
+
534
+ jQuery(document).on("click","#close-first-popup",function(){
535
+ jQuery('.first-widget-popup').hide();
536
+ jQuery('.mystickymenupopup-overlay').hide();
537
+ });
538
+
539
+ jQuery(document).on("click","#first_widget_overlay",function(){
540
+ jQuery('.first-widget-popup').hide();
541
+ jQuery(this).hide();
542
+ });
543
+
544
+
545
+
546
+ jQuery(document).on("click","#btn-config-disable",function(e){
547
+ e.preventDefault();
548
+ jQuery("#stickymenu_status_popupbox").show();
549
+ jQuery("#stickymenuconfig-overlay-popup").show();
550
+ });
551
+
552
+ jQuery(document).on("click","#stickymenuconfig-overlay-popup",function(){
553
+ jQuery("#stickymenu_status_popupbox").hide();
554
+ jQuery(this).hide();
555
+ });
556
+
557
+ jQuery(document).on("click","#stickymenu_status_turnoff",function(e){
558
+ e.preventDefault();
559
+ var stickymenu_status = 0;
560
+ set_stickymenu_status( stickymenu_status );
561
+ });
562
+
563
+ jQuery(document).on("click","#stickymenu_status_nevermind",function(e){
564
+ e.preventDefault();
565
+ jQuery("#stickymenu_status_popupbox").hide();
566
+ jQuery("#stickymenuconfig-overlay-popup").hide();
567
+ });
568
+
569
+ function set_stickymenu_status( stickymenu_status ){
570
+ jQuery.ajax({
571
+ url: ajaxurl,
572
+ type:'post',
573
+ data: 'action=stickymenu_status_update&stickymenu_status=' + stickymenu_status +'&wpnonce=' + mystickymenu.ajax_nonce,
574
+ success: function( data ){
575
+ location.reload();
576
+ },
577
+ });
578
+ }
579
+
580
+ jQuery(document).on("click",".close-button",function(){
581
+ if(jQuery(this).data("from") == 'welcome-bar-status'){
582
+ var id = jQuery(this).data("id");
583
+ jQuery("#widget-status-dialog-"+id).hide();
584
+ jQuery("#mystickymenu-status-popup-overlay-"+id).hide();
585
+ var widget_status = 1;
586
+ set_widget_status( id, widget_status );
587
+ jQuery("#mystickymenu-widget-enabled-"+id).prop('checked', true)
588
+
589
+ }else if( jQuery(this).data("from") == "stickymenu-status"){
590
+ jQuery("#stickymenu_status_popupbox").hide();
591
+ jQuery("#stickymenuconfig-overlay-popup").hide();
592
+
593
+ }else if( jQuery(this).data("from") == "stickymenu-confirm" ){
594
+ jQuery("#mysticky-sticky-save-confirm").hide();
595
+ jQuery("#stickymenu-option-overlay-popup").hide();
596
+ }else if( jQuery(this).data("from") == "welcombar-confirm" ){
597
+ jQuery("#welcomebar-save-confirm").hide();
598
+ jQuery("#welcombar-sbmtvalidation-overlay-popup").hide();
599
+ }else{
600
+ var id = jQuery(this).data("id");
601
+ jQuery("#widget-delete-dialog-"+id).hide();
602
+ jQuery("#mystickymenu-delete-popup-overlay-"+id).hide();
603
+ }
604
+ });
605
+
606
+
607
+ jQuery(document).on("click","#stickymenu-option-overlay-popup",function(){
608
+ $("#mysticky-sticky-save-confirm").hide();
609
+ $(this).hide();
610
+ });
611
+
612
+
613
+ jQuery(document).on("click","#welcombar-sbmtvalidation-overlay-popup",function(){
614
+ $("#welcomebar-save-confirm").hide();
615
+ $(this).hide();
616
+ });
617
+
618
+
619
+ jQuery(document).on("change","#mysticky-welcomebar-countdown-enabled",function(){
620
+ var url = jQuery(this).data("url");
621
+ jQuery(this).prop('checked',false);
622
+ window.open(url, '_blank');
623
+ });
624
+
625
+ jQuery(document).on("click",".btn-save-stickymenu" , function(event){
626
+ if ( $( '#mysticky-stickymenu-form-enabled' ).prop( 'checked' ) == false && $('#save_stickymenu').val() == "" ) {
627
+ event.preventDefault();
628
+ $("#mysticky-sticky-save-confirm").show();
629
+ $("#stickymenu-option-overlay-popup").show();
630
+
631
+ $('#stickymenu_status_ok').attr('data-clickfrom', 'save');
632
+ $('#stickymenu_status_dolater').attr('data-clickfrom', 'save');
633
+ }
634
+ });
635
+
636
+ jQuery(document).on("click",".save_view_dashboard" , function(event){
637
+ if ( $( '#mysticky-stickymenu-form-enabled' ).prop( 'checked' ) == false && $('#save_stickymenu').val() == "" ) {
638
+ event.preventDefault();
639
+ $("#mysticky-sticky-save-confirm").show();
640
+ $("#stickymenu-option-overlay-popup").show();
641
+
642
+ $('#stickymenu_status_ok').attr('data-clickfrom', 'dashboard');
643
+ $('#stickymenu_status_dolater').attr('data-clickfrom', 'dashboard');
644
+ }
645
+ });
646
+
647
+ jQuery(document).on("click","#stickymenu_status_ok",function(){
648
+ //jQuery("html, body").animate({ scrollTop: "20" });
649
+ var clickFrom = $(this).data("clickfrom");
650
+ $('#save_stickymenu').val("1");
651
+ $( '#mysticky-stickymenu-form-enabled' ).prop( 'checked' , true )
652
+ $("#mysticky-sticky-save-confirm").hide();
653
+ $("#stickymenu-option-overlay-popup").hide();
654
+ if(clickFrom == 'dashboard'){
655
+ $('.save_view_dashboard').trigger("click");
656
+ }else{
657
+ $('.btn-save-stickymenu').trigger("click");
658
+ }
659
+ });
660
+
661
+ jQuery(document).on("click","#stickymenu_status_dolater",function(){
662
+ var clickFrom = $(this).data("clickfrom");
663
+ $('#save_stickymenu').val("1");
664
+ if(clickFrom == 'dashboard'){
665
+ $('.save_view_dashboard').trigger("click");
666
+ }else{
667
+ $('.btn-save-stickymenu').trigger("click");
668
+ }
669
+ });
670
+
671
+ jQuery(document).on( 'click','.welcombar_save', function(e){
672
+
673
+ if ( $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_enable]"]' ).prop( 'checked' ) == false && $( 'input#save_welcome_bar' ).val() == '' ) {
674
+ e.preventDefault();
675
+ $("#welcomebar-save-confirm").show();
676
+ $("#welcombar-sbmtvalidation-overlay-popup").show();
677
+ $("#welcombar_sbmtbtn_off").attr("data-clickfrom",'save_button');
678
+ $("#welcomebar_yes_sbmtbtn").attr("data-clickfrom",'save_button');
679
+ }
680
+ });
681
+
682
+
683
+ jQuery(document).on( 'click','.save_view_dashboard', function(e){
684
+
685
+ if ( $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_enable]"]' ).prop( 'checked' ) == false && $( 'input#save_welcome_bar' ).val() == '' ) {
686
+ e.preventDefault();
687
+ $("#welcomebar-save-confirm").show();
688
+ $("#welcombar-sbmtvalidation-overlay-popup").show();
689
+ $("#welcombar_sbmtbtn_off").attr("data-clickfrom",'save_dashboard_button');
690
+ $("#welcomebar_yes_sbmtbtn").attr("data-clickfrom",'save_dashboard_button');
691
+ }
692
+ });
693
+
694
+ jQuery(document).on("click","#welcomebar_yes_sbmtbtn",function(){
695
+
696
+ var clickFrom = $(this).data("clickfrom");
697
+
698
+ $("#welcomebar-save-confirm").hide();
699
+ $("#welcombar-sbmtvalidation-overlay-popup").hide();
700
+ $( 'input#welcome_save_anyway' ).val('1');
701
+ $( 'input#save_welcome_bar' ).val('1');
702
+ $( 'input[name="mysticky_option_welcomebar[mysticky_welcomebar_enable]"]' ).prop( 'checked',true );
703
+ if(clickFrom == 'save_dashboard_button'){
704
+ $( '.mysticky-welcomebar-submit input.save_view_dashboard' ).trigger('click');
705
+ }else{
706
+ $( '.mysticky-welcomebar-submit input.welcombar_save' ).trigger('click');
707
+ }
708
+ });
709
+
710
+ jQuery(document).on("click","#welcombar_sbmtbtn_off",function(){
711
+ var clickFrom = $(this).data("clickfrom");
712
+
713
+ $("#welcomebar-save-confirm").hide();
714
+ $("#welcombar-sbmtvalidation-overlay-popup").hide();
715
+ $( 'input#welcome_save_anyway' ).val('1');
716
+ $( 'input#save_welcome_bar' ).val('1');
717
+
718
+ if(clickFrom == 'save_dashboard_button'){
719
+ $( '.mysticky-welcomebar-submit input.save_view_dashboard' ).trigger('click');
720
+ }else{
721
+ $( '.mysticky-welcomebar-submit input.welcombar_save' ).trigger('click');
722
+ }
723
+ });
724
+
725
  })(jQuery);
mystickymenu.php CHANGED
@@ -1,1604 +1,1604 @@
1
- <?php
2
- /*
3
- Plugin Name: myStickymenu
4
- Plugin URI: https://premio.io/
5
- Description: Simple sticky (fixed on top) menu implementation for navigation menu and Welcome bar for announcements and promotion. After install go to Settings / myStickymenu and change Sticky Class to .your_navbar_class or #your_navbar_id.
6
- Version: 2.5.7
7
- Author: Premio
8
- Author URI: https://premio.io/downloads/mystickymenu/
9
- Text Domain: mystickymenu
10
- Domain Path: /languages
11
- License: GPLv2 or later
12
- */
13
-
14
- defined('ABSPATH') or die("Cannot access pages directly.");
15
- define( 'MYSTICKY_VERSION', '2.5.7' );
16
- define('MYSTICKYMENU_URL', plugins_url('/', __FILE__)); // Define Plugin URL
17
- define('MYSTICKYMENU_PATH', plugin_dir_path(__FILE__)); // Define Plugin Directory Path
18
-
19
- require_once("mystickymenu-fonts.php");
20
- require_once("welcome-bar.php");
21
-
22
- if( is_admin() ) {
23
- include_once 'class-review-box.php';
24
- include_once 'class-upgrade-box.php';
25
- }
26
-
27
- class MyStickyMenuBackend
28
- {
29
- private $options;
30
-
31
- public function __construct()
32
- {
33
- add_action( 'admin_menu', array( $this, 'add_plugin_page' ) );
34
- add_action( 'admin_init', array( $this, 'mysticky_load_transl') );
35
-
36
- add_action( 'admin_init', array( $this, 'mysticky_default_options' ) );
37
- add_action( 'admin_enqueue_scripts', array( $this, 'mysticky_admin_script' ) );
38
-
39
- add_filter( 'plugin_action_links_mystickymenu/mystickymenu.php', array( $this, 'mystickymenu_settings_link' ) );
40
-
41
- add_action( 'activated_plugin', array( $this, 'mystickymenu_activation_redirect' ) );
42
-
43
- add_action("wp_ajax_sticky_menu_update_status", array($this, 'sticky_menu_update_status'));
44
-
45
- add_action("wp_ajax_mystickymenu_update_popup_status", array($this, 'mystickymenu_popup_status'));
46
-
47
- add_action( 'admin_footer', array( $this, 'mystickymenu_deactivate' ) );
48
- add_action( 'wp_ajax_mystickymenu_plugin_deactivate', array( $this, 'mystickymenu_plugin_deactivate' ) );
49
- add_action('wp_ajax_stickymenu_widget_delete', array( $this, 'stickymenu_widget_delete' ) );
50
- add_action('wp_ajax_mystickymenu_widget_status', array( $this, 'mystickymenu_widget_status' ) );
51
- add_action('wp_ajax_stickymenu_status_update', array( $this, 'stickymenu_status_update' ) );
52
-
53
-
54
-
55
- }
56
-
57
-
58
-
59
- public function stickymenu_status_update(){
60
- check_ajax_referer( 'mystickymenu', 'wpnonce' );
61
- $mysticky_options = get_option( 'mysticky_option_name' );
62
- if( isset($_POST['stickymenu_status']) && $_POST['stickymenu_status'] != '' ){
63
-
64
- $stickymenu_status = $_POST['stickymenu_status'];
65
- $mysticky_options['stickymenu_enable'] = $stickymenu_status;
66
- update_option('mysticky_option_name',$mysticky_options);
67
- }
68
- wp_die();
69
- }
70
-
71
- public function mystickymenu_popup_status() {
72
- if(!empty($_REQUEST['nonce']) && wp_verify_nonce($_REQUEST['nonce'], 'mystickymenu_update_popup_status')) {
73
- update_option("mystickymenu_intro_box", "hide");
74
- }
75
- echo esc_attr("1");
76
- die;
77
- }
78
-
79
- public function mystickymenu_widget_status() {
80
-
81
- check_ajax_referer( 'mystickymenu', 'wpnonce' );
82
-
83
- if ( isset($_POST['widget_id']) && $_POST['widget_id'] != '' && isset($_POST['widget_status']) && $_POST['widget_status'] != '' ) {
84
- $welcomebars_widgets = get_option( 'mystickymenu-welcomebars' );
85
- $widget_id = $_POST['widget_id'];
86
- $welcomebars_widget_no = '-' . $widget_id ;
87
-
88
- if( $widget_id == 0 || $welcomebars_widgets[$widget_id] == 'default' ){
89
- $stickymenu_widget = get_option('mysticky_option_welcomebar');
90
- $welcomebars_widget_no = '';
91
- }
92
- $widget_status = $_POST['widget_status'];
93
- $stickymenu_widget['mysticky_welcomebar_enable'] = $widget_status;
94
-
95
- update_option( 'mysticky_option_welcomebar',$stickymenu_widget);
96
- }
97
- wp_die();
98
- }
99
-
100
- public function stickymenu_widget_delete(){
101
-
102
- check_ajax_referer( 'mystickymenu', 'wpnonce' );
103
- if ( isset($_POST['widget_id']) && $_POST['widget_id'] != '' && isset($_POST['widget_delete']) && $_POST['widget_delete'] == 1 ) {
104
- $welcomebars_widgets = get_option( 'mystickymenu-welcomebars' );
105
- $widget_id = $_POST['widget_id'];
106
- unset( $welcomebars_widgets[$widget_id] );
107
- delete_option( 'mysticky_option_welcomebar');
108
- update_option( 'mystickymenu-welcomebars', $welcomebars_widgets );
109
- }
110
- wp_die();
111
- }
112
-
113
- public function sticky_menu_update_status() {
114
- if(!empty($_REQUEST['nonce']) && wp_verify_nonce($_REQUEST['nonce'], 'myStickymenu_update_nonce')) {
115
- $status = self::sanitize_options($_REQUEST['status']);
116
- $email = self::sanitize_options($_REQUEST['email']);
117
- update_option("mystickymenu_update_message", 2);
118
- if($status == 1) {
119
- $url = 'https://go.premio.io/api/update.php?email='.$email.'&plugin=myStickymenu';
120
- $handle = curl_init();
121
- curl_setopt($handle, CURLOPT_URL, $url);
122
- curl_setopt($handle, CURLOPT_RETURNTRANSFER, true);
123
- $response = curl_exec($handle);
124
- curl_close($handle);
125
- }
126
- }
127
- echo "1";
128
- die;
129
- }
130
-
131
-
132
- public function mystickymenu_settings_link($links){
133
- $settings_link = '<a href="admin.php?page=my-stickymenu-welcomebar">Settings</a>';
134
- $links['go_pro'] = '<a href="'.admin_url("admin.php?page=my-stickymenu-upgrade&type=upgrade").'" style="color: #FF5983; font-weight: bold; display: inline-block; border: solid 1px #FF5983; border-radius: 4px; padding: 0 5px;">'.__( 'Upgrade', 'stars-testimonials' ).'</a>';
135
- array_unshift($links, $settings_link);
136
- return $links;
137
- }
138
-
139
- public function mystickymenu_activation_redirect( $plugin) {
140
- if( $plugin == plugin_basename( __FILE__ ) ) {
141
- $is_shown = get_option("mystickymenu_update_message");
142
- if($is_shown === false) {
143
- add_option("mystickymenu_update_message", 1);
144
- }
145
- $option = get_option("mystickymenu_intro_box");
146
- if($option === false) {
147
- add_option("mystickymenu_intro_box", "show");
148
- }
149
-
150
- $welcomebar_widgets = get_option("mysticky_option_welcomebar");
151
- if ( $welcomebar_widgets ) {
152
- wp_redirect( admin_url( 'admin.php?page=my-stickymenu-welcomebar' ) ) ;
153
- } else {
154
- wp_redirect( admin_url( 'admin.php?page=my-stickymenu-welcomebar&widget=0' ) ) ;
155
-
156
- }
157
-
158
- exit;
159
- }
160
- }
161
-
162
- public function mysticky_admin_script($hook) {
163
-
164
- if ( !isset($_GET['page']) || ( isset($_GET['page']) && $_GET['page'] != 'my-stickymenu-settings' && $_GET['page'] != 'my-stickymenu-welcomebar' && $_GET['page'] != 'my-stickymenu-new-welcomebar' && $_GET['page'] != 'my-stickymenu-upgrade' && $_GET['page'] != 'msm-recommended-plugins' )) {
165
- return;
166
- }
167
-
168
- wp_enqueue_style('mystickymenuAdminStyle', plugins_url('/css/mystickymenu-admin.css', __FILE__), array(), MYSTICKY_VERSION );
169
- wp_style_add_data( 'mystickymenuAdminStyle', 'rtl', 'replace' );
170
- wp_enqueue_style( 'wp-color-picker' );
171
- //wp_enqueue_script( 'wp-color-picker-alpha', plugins_url('/js/wp-color-picker-alpha.min.js', __FILE__), array( 'wp-color-picker' ), MYSTICKY_VERSION );
172
- wp_enqueue_style( 'wp-jquery-ui-dialog' );
173
- wp_enqueue_style('jquery-ui');
174
-
175
- wp_enqueue_script('jquery-ui');
176
- wp_enqueue_script('jquery-ui-slider');
177
- //wp_enqueue_script('jquery-ui-datepicker');
178
- wp_enqueue_script( 'jquery-ui-dialog' );
179
- wp_enqueue_script( 'my-script-handle', plugins_url('js/iris-script.js', __FILE__ ), array( 'wp-color-picker' ), false, true );
180
-
181
- if($hook == "mystickymenu_page_my-stickymenu-upgrade") {
182
- wp_enqueue_script( 'my-select2', plugins_url('js/select2.min.js', __FILE__ ), array( 'wp-color-picker' ), false, true );
183
- wp_enqueue_style('my-css-select2', plugins_url('css/select2.min.css', __FILE__), array(), MYSTICKY_VERSION );
184
- wp_enqueue_style('my-css-admin-settings', plugins_url('css/admin-setting.css', __FILE__), array(), MYSTICKY_VERSION );
185
-
186
- wp_style_add_data( 'my-css-admin-settings', 'rtl', 'replace' );
187
- }
188
-
189
- wp_enqueue_script('mystickymenuAdminScript', plugins_url('/js/mystickymenu-admin.js', __FILE__), array( 'jquery', 'jquery-ui-slider' ), MYSTICKY_VERSION);
190
-
191
- $locale_settings = array(
192
- 'ajaxurl' => admin_url('admin-ajax.php'),
193
- 'mystickymenu_url' => MYSTICKYMENU_URL,
194
- 'ajax_nonce' => wp_create_nonce('mystickymenu'),
195
- );
196
-
197
- wp_localize_script('mystickymenuAdminScript', 'mystickymenu', $locale_settings);
198
-
199
- }
200
-
201
- public function mysticky_load_transl(){
202
- load_plugin_textdomain('mystickymenu', FALSE, dirname(plugin_basename(__FILE__)).'/languages/');
203
- }
204
-
205
- function sanitize_options($value) {
206
- $value = stripslashes($value);
207
- $value = filter_var($value, FILTER_SANITIZE_STRING);
208
- return $value;
209
- }
210
-
211
- public function add_plugin_page(){
212
- if ( isset($_GET['hide_msmrecommended_plugin']) && $_GET['hide_msmrecommended_plugin'] == 1) {
213
- update_option('hide_msmrecommended_plugin',true);
214
- }
215
- $hide_msmrecommended_plugin = get_option('hide_msmrecommended_plugin');
216
- // This page will be under "Settings"
217
- add_menu_page(
218
- 'Settings Admin',
219
- 'myStickymenu',
220
- 'manage_options',
221
- 'my-stickymenu-welcomebar',
222
- array( $this, 'mystickystickymenu_admin_welcomebar_page' )
223
- );
224
- add_submenu_page(
225
- 'my-stickymenu-welcomebar',
226
- 'Settings Admin',
227
- 'Dashboard',
228
- 'manage_options',
229
- 'my-stickymenu-welcomebar',
230
- array( $this, 'mystickystickymenu_admin_welcomebar_page' )
231
- );
232
-
233
- add_submenu_page(
234
- 'my-stickymenu-welcomebar',
235
- 'Settings Admin',
236
- '+ Create New Welcome Bar',
237
- 'manage_options',
238
- 'my-stickymenu-new-welcomebar',
239
- array( $this, 'mystickystickymenu_admin_new_welcomebar_page' )
240
- );
241
-
242
- add_submenu_page(
243
- 'my-stickymenu-welcomebar',
244
- 'Settings Admin',
245
- 'Sticky menu settings',
246
- 'manage_options',
247
- 'my-stickymenu-settings',
248
- array( $this, 'create_admin_page' )
249
- );
250
-
251
-
252
- if ( !$hide_msmrecommended_plugin){
253
- add_submenu_page(
254
- 'my-stickymenu-welcomebar',
255
- 'msm-recommended-plugins',
256
- 'Recommended Plugins',
257
- 'manage_options',
258
- 'msm-recommended-plugins',
259
- array( $this, 'mystickymenu_recommended_plugins' )
260
- );
261
- }
262
- add_submenu_page(
263
- 'my-stickymenu-welcomebar',
264
- 'Upgrade to Pro',
265
- 'Upgrade to Pro',
266
- 'manage_options',
267
- 'my-stickymenu-upgrade',
268
- array( $this, 'mystickymenu_admin_upgrade_to_pro' )
269
- );
270
- }
271
-
272
- public function create_admin_page(){
273
-
274
- $upgarde_url = admin_url("admin.php?page=my-stickymenu-upgrade");
275
- // Set class property
276
- if (isset($_POST['mysticky_option_name']) && !empty($_POST['mysticky_option_name']) && isset($_POST['nonce'])) {
277
- if(!empty($_REQUEST['nonce']) && wp_verify_nonce($_REQUEST['nonce'], 'mysticky_option_backend_update')) {
278
- $post = $_POST['mysticky_option_name'];
279
- foreach($post as $key=>$value) {
280
- $post[$key] = self::sanitize_options($value);
281
- }
282
-
283
- $post['device_desktop'] = 'on';
284
- $post['device_mobile'] = 'on';
285
- update_option( 'mysticky_option_name', $post);
286
- $this->mysticky_clear_all_caches();
287
-
288
-
289
- if(isset($_POST['submit']) && $_POST['submit'] == 'SAVE & VIEW DASHBOARD'){
290
- ?>
291
- <script>
292
- window.location.href = <?php echo "'".admin_url("admin.php?page=my-stickymenu-welcomebar")."'";?>;
293
- </script>
294
- <?php
295
-
296
- }
297
-
298
- echo '<div class="updated settings-error notice is-dismissible "><p><strong>' . esc_html__('Settings saved.','mystickymenu'). '</p></strong></div>';
299
- } else {
300
- wp_verify_nonce($_GET['nonce'], 'wporg_frontend_delete');
301
- echo '<div class="error settings-error notice is-dismissible "><p><strong>' . esc_html__('Unable to complete your request','mystickymenu'). '</p></strong></div>';
302
- }
303
- }
304
-
305
- $mysticky_options = get_option( 'mysticky_option_name');
306
- $is_old = get_option("has_sticky_header_old_version");
307
- $is_old = ($is_old == "yes")?true:false;
308
- $nonce = wp_create_nonce('mysticky_option_backend_update');
309
- $pro_url = "https://go.premio.io/?edd_action=add_to_cart&download_id=2199&edd_options[price_id]=";
310
-
311
- $is_shown = get_option("mystickymenu_update_message");
312
- if($is_shown == 1) {
313
-
314
- include_once MYSTICKYMENU_PATH . '/update.php';
315
- } else {
316
-
317
- $option = get_option("mystickymenu_intro_box");
318
- if($option == "show") {
319
- include_once dirname(__FILE__) . "/mystickymenu-popup.php";
320
- }
321
- ?>
322
- <style>
323
- div#wpcontent {
324
- background: rgba(101,114,219,1);
325
- background: -moz-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
326
- background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(101,114,219,1)), color-stop(67%, rgba(238,134,198,1)), color-stop(100%, rgba(238,134,198,1)));
327
- background: -webkit-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
328
- background: -o-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
329
- background: -ms-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
330
- background: linear-gradient(135deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
331
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6572db', endColorstr='#ee86c6', GradientType=1 );
332
- }
333
- </style>
334
- <div id="mystickymenu" class="wrap mystickymenu">
335
-
336
- <div id="sticky-header-settings" class="sticky-header-content">
337
-
338
- <form class="mysticky-form" id="mystickymenuform" method="post" action="#">
339
- <div class="mystickymenu-heading">
340
- <div class="mysticky-stickymenu-header-title mystickymenu-content-section">
341
- <h3><?php _e('Sticky menu', 'myStickymenu'); ?></h3>
342
- <label for="mysticky-stickymenu-form-enabled" class="mysticky-welcomebar-switch stickymenu-switch">
343
- <input type="checkbox" id="mysticky-stickymenu-form-enabled" name="mysticky_option_name[stickymenu_enable]" value="1" <?php checked( @$mysticky_options['stickymenu_enable'], '1' );?> />
344
- <span class="slider"></span>
345
- </label>
346
- <div class="mysticky-stickymenu-backword-page">
347
- <a href="<?php echo admin_url("admin.php?page=my-stickymenu-welcomebar");?>"><span class="dashicons dashicons-arrow-left-alt2 back-dashboard" style="color: unset;font-size: 17px;"></span> <?php _e('Back to Dashboard', 'myStickymenu'); ?></a>
348
- </div>
349
- </div>
350
- <div class="myStickymenu-header-title">
351
- <h3><?php esc_attr_e('How To Make a Sticky Header', 'mystickymenu'); ?></h3>
352
- </div>
353
- <p><?php _e("Add sticky menu / header to any theme. <br />Simply change 'Sticky Class' to HTML element class desired to be sticky (div id can be used as well).", 'mystickymenu'); ?></p>
354
- </div>
355
- <div class="mystickymenu-content-section sticky-class-sec">
356
- <table>
357
- <tr>
358
- <td>
359
- <label class="mysticky_title"><?php _e("Sticky Class", 'mystickymenu')?></label>
360
- <br /><br />
361
- <?php $nav_menus = wp_get_nav_menus();
362
- $menu_locations = get_nav_menu_locations();
363
- $locations = get_registered_nav_menus();
364
- ?>
365
- <select name="mysticky_option_name[mysticky_class_id_selector]" id="mystickymenu-select">
366
- <option value=""><?php _e( 'Select Sticky Menu', 'mystickymenu' ); ?></option>
367
-
368
- <?php foreach ( (array) $nav_menus as $_nav_menu ) : ?>
369
- <option value="<?php echo esc_attr( $_nav_menu->slug ); ?>" <?php selected( $_nav_menu->slug, $mysticky_options['mysticky_class_id_selector'] ); ?>>
370
- <?php
371
- echo esc_html( $_nav_menu->name );
372
-
373
- if ( ! empty( $menu_locations ) && in_array( $_nav_menu->term_id, $menu_locations ) ) {
374
- $locations_assigned_to_this_menu = array();
375
- foreach ( array_keys( $menu_locations, $_nav_menu->term_id ) as $menu_location_key ) {
376
- if ( isset( $locations[ $menu_location_key ] ) ) {
377
- $locations_assigned_to_this_menu[] = $locations[ $menu_location_key ];
378
- }
379
- }
380
-
381
- /**
382
- * Filters the number of locations listed per menu in the drop-down select.
383
- *
384
- * @since 3.6.0
385
- *
386
- * @param int $locations Number of menu locations to list. Default 3.
387
- */
388
- $assigned_locations = array_slice( $locations_assigned_to_this_menu, 0, absint( apply_filters( 'wp_nav_locations_listed_per_menu', 3 ) ) );
389
-
390
- // Adds ellipses following the number of locations defined in $assigned_locations.
391
- if ( ! empty( $assigned_locations ) ) {
392
- printf(
393
- ' (%1$s%2$s)',
394
- implode( ', ', $assigned_locations ),
395
- count( $locations_assigned_to_this_menu ) > count( $assigned_locations ) ? ' &hellip;' : ''
396
- );
397
- }
398
- }
399
- ?>
400
- </option>
401
- <?php endforeach; ?>
402
- <option value="custom" <?php selected( 'custom', $mysticky_options['mysticky_class_id_selector'] ); ?>><?php esc_html_e( 'Other Class Or ID', 'mystickymenu' );?></option>
403
- </select>
404
-
405
- <input type="text" size="18" id="mysticky_class_selector" class="mystickyinput" name="mysticky_option_name[mysticky_class_selector]" value="<?php echo esc_attr($mysticky_options['mysticky_class_selector']);?>" />
406
-
407
- <p class="description mystuckymenu-class-id">
408
- <span class="dashicons dashicons-info"></span>&nbsp;
409
- <span>
410
- <?php echo sprintf(__('Need help finding your ID/Class? Install <a href="%s" target="_blank">CSS Peeper</a> to quickly get your navigation menu ID/Class. Here\'s a quick <a href="%s" target="_blank">video <span class="dashicons dashicons-controls-play"></span></a> of how you can do it.', 'mystickymenu'), 'https://chrome.google.com/webstore/detail/css-peeper/mbnbehikldjhnfehhnaidhjhoofhpehk?hl=en', 'https://www.youtube.com/watch?v=uuNqSkBPnLU');?>
411
- </span>
412
- </p>
413
- </td>
414
- <td>
415
- <div class="mysticky_device_upgrade">
416
- <label class="mysticky_title"><?php _e("Devices", 'mystickymenu')?></label>
417
- <span class="myStickymenu-upgrade"><a class="sticky-header-upgrade" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span>
418
-
419
- <ul class="mystickymenu-input-multicheckbox">
420
- <li>
421
- <label>
422
- <input id="disable_css" name="mysticky_option_name[device_desktop]" type="checkbox" checked disabled />
423
- <?php _e( 'Desktop', 'mystickymenu' );?>
424
- </label>
425
- </li>
426
- <li>
427
- <label>
428
- <input id="disable_css" name="mysticky_option_name[device_mobile]" type="checkbox" checked disabled />
429
- <?php _e( 'Mobile', 'mystickymenu' );?>
430
- </label>
431
- </li>
432
- </ul>
433
- </div>
434
- </td>
435
- </tr>
436
- </table>
437
- </div>
438
- <div class="mystickymenu-content-section">
439
- <h3><?php esc_html_e( 'Settings', 'mystickymenu' );?></h3>
440
- <table class="form-table">
441
- <tr>
442
- <td>
443
- <label for="myfixed_zindex" class="mysticky_title"><?php _e("Sticky z-index", 'mystickymenu')?></label>
444
- </td>
445
- <td>
446
- <input type="number" min="0" max="2147483647" step="1" class="mysticky-number" id="myfixed_zindex" name="mysticky_option_name[myfixed_zindex]" value="<?php echo esc_attr($mysticky_options['myfixed_zindex']);?>" />
447
- </td>
448
- <td>
449
- <label class="mysticky_title myssticky-remove-hand"><?php _e("Fade or slide effect", 'mystickymenu')?></label>
450
- </td>
451
- <td>
452
- <label>
453
- <input name="mysticky_option_name[myfixed_fade]" value= "slide" type="radio" <?php checked( @$mysticky_options['myfixed_fade'], 'slide' );?> />
454
- <?php _e("Slide", 'mystickymenu'); ?>
455
- </label>
456
- <label>
457
- <input name="mysticky_option_name[myfixed_fade]" value="fade" type="radio" <?php checked( @$mysticky_options['myfixed_fade'], 'fade' );?> />
458
- <?php _e("Fade", 'mystickymenu'); ?>
459
- </label>
460
- </td>
461
- </tr>
462
- <tr>
463
- <td>
464
- <label for="myfixed_disable_small_screen" class="mysticky_title"><?php _e("Disable at Small Screen Sizes", 'mystickymenu')?></label>
465
- <p class="description"><?php esc_attr_e('Less than chosen screen width, set 0 to disable','mystickymenu');?></p>
466
- </td>
467
- <td>
468
- <div class="px-wrap">
469
- <input type="number" class="" min="0" step="1" id="myfixed_disable_small_screen" name="mysticky_option_name[myfixed_disable_small_screen]" value="<?php echo esc_attr($mysticky_options['myfixed_disable_small_screen']);?>" />
470
- <span class="input-px">PX</span>
471
- </div>
472
- </td>
473
- <td>
474
- <label for="mysticky_active_on_height" class="mysticky_title"><?php _e("Make visible on Scroll", 'mystickymenu')?></label>
475
- <p class="description"><?php esc_attr_e('If set to 0 auto calculate will be used.','mystickymenu');?></p>
476
- </td>
477
- <td>
478
- <div class="px-wrap">
479
- <input type="number" class="small-text" min="0" step="1" id="mysticky_active_on_height" name="mysticky_option_name[mysticky_active_on_height]" value="<?php echo esc_attr($mysticky_options['mysticky_active_on_height']);?>" />
480
- <span class="input-px">PX</span>
481
- </div>
482
- </td>
483
- </tr>
484
- <tr>
485
- <td>
486
- <label for="mysticky_active_on_height_home" class="mysticky_title"><?php _e("Make visible on Scroll at homepage", 'mystickymenu')?></label>
487
- <p class="description"><?php _e( 'If set to 0 it will use initial Make visible on Scroll value.', 'mystickymenu' );?></p>
488
- </td>
489
- <td>
490
- <div class="px-wrap">
491
- <input type="number" class="small-text" min="0" step="1" id="mysticky_active_on_height_home" name="mysticky_option_name[mysticky_active_on_height_home]" value="<?php echo esc_attr($mysticky_options['mysticky_active_on_height_home']);;?>" />
492
- <span class="input-px">PX</span>
493
- </div>
494
- </td>
495
- <td>
496
- <label for="myfixed_bgcolor" class="mysticky_title myssticky-remove-hand"><?php _e("Sticky Background Color", 'mystickymenu')?></label>
497
- </td>
498
- <td>
499
- <input type="text" id="myfixed_bgcolor" name="mysticky_option_name[myfixed_bgcolor]" class="my-color-field" data-alpha="true" value="<?php echo esc_attr($mysticky_options['myfixed_bgcolor']);;?>" />
500
-
501
- </td>
502
- </tr>
503
- <tr>
504
- <td>
505
- <label for="myfixed_transition_time" class="mysticky_title"><?php _e("Sticky Transition Time", 'mystickymenu')?></label>
506
- </td>
507
- <td>
508
- <input type="number" class="small-text" min="0" step="0.1" id="myfixed_transition_time" name="mysticky_option_name[myfixed_transition_time]" value="<?php echo esc_attr($mysticky_options['myfixed_transition_time']);?>" />
509
- </td>
510
- <td>
511
- <label for="myfixed_textcolor" class="mysticky_title myssticky-remove-hand"><?php _e("Sticky Text Color", 'mystickymenu')?></label>
512
- </td>
513
- <td>
514
- <input type="text" id="myfixed_textcolor" name="mysticky_option_name[myfixed_textcolor]" class="my-color-field" data-alpha="true" value="<?php echo (isset($mysticky_options['myfixed_textcolor'])) ? $mysticky_options['myfixed_textcolor'] : '';?>" />
515
-
516
- </td>
517
- </tr>
518
- <tr>
519
- <td>
520
- <label for="myfixed_opacity" class="mysticky_title myssticky-remove-hand"><?php _e("Sticky Opacity", 'mystickymenu')?></label>
521
- <p class="description"><?php _e( 'numbers 1-100.', 'mystickymenu');?></p>
522
- </td>
523
- <td>
524
- <input type="hidden" class="small-text mysticky-slider" min="0" step="1" max="100" id="myfixed_opacity" name="mysticky_option_name[myfixed_opacity]" value="<?php echo esc_attr($mysticky_options['myfixed_opacity']);;?>" />
525
- <div id="slider">
526
- <div id="custom-handle" class="ui-slider-handle"><?php //echo esc_attr($mysticky_options['myfixed_opacity']);?></div>
527
- </div>
528
-
529
- </td>
530
- </tr>
531
- </table>
532
- </div>
533
-
534
- <div class="mystickymenu-content-section <?php echo !$is_old?"mystickymenu-content-upgrade":""?>" >
535
-
536
- <div class="mystickymenu-content-option">
537
- <label class="mysticky_title css-style-title"><?php _e("Hide on Scroll Down", 'mystickymenu'); ?></label>
538
- <?php if(!$is_old) { ?><span class="myStickymenu-upgrade"><a class="sticky-header-upgrade" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span><?php } ?>
539
- <p>
540
- <label class="mysticky_text">
541
- <input id="myfixed_disable_scroll_down" name="mysticky_option_name[myfixed_disable_scroll_down]" type="checkbox" <?php checked( @$mysticky_options['myfixed_disable_scroll_down'], 'on' );?> <?php echo !$is_old?"disabled":"" ?> />
542
- <?php _e("Disable sticky menu at scroll down", 'mystickymenu'); ?>
543
- </label>
544
- </p>
545
- </div>
546
- <div class="mysticky-page-target-setting mystickymenu-content-option">
547
- <label class="mysticky_title"><?php esc_attr_e('Page targeting', 'myStickymenu'); ?></label>
548
- <div class="mystickymenu-input-section mystickymenu-page-target-wrap">
549
- <div class="mysticky-welcomebar-setting-content-right">
550
- <div class="mysticky-page-options" id="mysticky-welcomebar-page-options">
551
- <?php $page_option = (isset($mysticky_options['mysticky_page_settings'])) ? $mysticky_options['mysticky_page_settings'] : array();
552
- $url_options = array(
553
- 'page_contains' => 'pages that contain',
554
- 'page_has_url' => 'a specific page',
555
- 'page_start_with' => 'pages starting with',
556
- 'page_end_with' => 'pages ending with',
557
- );
558
-
559
- if(!empty($page_option) && is_array($page_option)) {
560
- $count = 0;
561
- foreach($page_option as $k=>$option) {
562
- $count++;
563
- ?>
564
- <div class="mysticky-page-option <?php echo ( $k==count($page_option) ) ? "last":""; ?>">
565
- <div class="url-content">
566
- <div class="mysticky-welcomebar-url-select">
567
- <select name="mysticky_option_name[mysticky_page_settings][<?php echo esc_attr($count); ?>][shown_on]" id="url_shown_on_<?php echo esc_attr($count); ?>_option">
568
- <option value="show_on" <?php echo ($option['shown_on']=="show_on" ) ? "selected":"" ?> ><?php esc_html_e( 'Show on', 'mysticky' )?></option>
569
- <option value="not_show_on" <?php echo ($option['shown_on']=="not_show_on" )? "selected":""; ?>><?php esc_html_e( "Don't show on", "mysticky" );?></option>
570
- </select>
571
- </div>
572
- <div class="mysticky-welcomebar-url-option">
573
- <select class="mysticky-url-options" name="mysticky_option_name[mysticky_page_settings][<?php echo esc_attr($count);; ?>][option]" id="url_rules_<?php echo esc_attr($count); ?>_option">
574
- <option disabled value=""><?php esc_html_e( "Select Rule", "mysticky" );?></option>
575
- <?php foreach($url_options as $key=>$value) {
576
- $selected = ( isset($option['option']) && $option['option']==$key )?" selected='selected' ":"";
577
- echo '<option '.$selected.' value="'.$key.'">'.$value.'</option>';
578
- } ?>
579
- </select>
580
- </div>
581
- <div class="mysticky-welcomebar-url-box">
582
- <span class='mysticky-welcomebar-url'><?php echo site_url("/"); ?></span>
583
- </div>
584
- <div class="mysticky-welcomebar-url-values">
585
- <input type="text" value="<?php echo esc_attr($option['value']) ?>" name="mysticky_option_name[mysticky_page_settings][<?php echo esc_attr($count); ?>][value]" id="url_rules_<?php echo esc_attr($count);; ?>_value" />
586
- </div>
587
- <div class="mysticky-welcomebar-url-buttons">
588
- <a class="mysticky-remove-rule" href="javascript:;">x</a>
589
- </div>
590
- <div class="clear"></div>
591
- </div>
592
- </div>
593
- <?php
594
- }
595
- }
596
- ?>
597
- </div>
598
- <a href="javascript:void(0);" class="create-rule" id="mysticky_create-rule"><?php esc_html_e( "Add Rule", "mystickymenu" );?></a>
599
- </div>
600
- <input type="hidden" id="mysticky_welcomebar_site_url" value="<?php echo site_url("/") ?>" />
601
- <div class="mysticky-page-options-html" style="display: none;">
602
- <div class="mysticky-page-option">
603
- <div class="url-content">
604
- <div class="mysticky-welcomebar-url-select">
605
- <select name="" id="url_shown_on___count___option">
606
- <option value="show_on"><?php esc_html_e("Show on", "mysticky" );?></option>
607
- <option value="not_show_on"><?php esc_html_e("Don't show on", "mysticky" );?></option>
608
- </select>
609
- </div>
610
- <div class="mysticky-welcomebar-url-option">
611
- <select class="mysticky-url-options" name="" id="url_rules___count___option">
612
- <option selected="selected" disabled value=""><?php esc_html_e("Select Rule", "mysticky" );?></option>
613
- <?php foreach($url_options as $key=>$value) {
614
- echo '<option value="'.$key.'">'.$value.'</option>';
615
- } ?>
616
- </select>
617
- </div>
618
- <div class="mysticky-welcomebar-url-box">
619
- <span class='mysticky-welcomebar-url'><?php echo site_url("/"); ?></span>
620
- </div>
621
- <div class="mysticky-welcomebar-url-values">
622
- <input type="text" value="" name="mysticky_option_name[mysticky_page_settings][__count__][value]" id="url_rules___count___value" disabled />
623
- </div>
624
- <div class="clear"></div>
625
- </div>
626
- <span class="myStickymenu-upgrade"><a class="sticky-header-upgrade" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span>
627
- </div>
628
- </div>
629
- </div>
630
- </div>
631
- <div class="mystickymenu-content-option">
632
- <label class="mysticky_title css-style-title"><?php _e("CSS style", 'mystickymenu'); ?></label>
633
- <span class="mysticky_text"><?php _e( 'Add/edit CSS style. Leave it blank for default style.', 'mystickymenu');?></span>
634
- <div class="mystickymenu-input-section">
635
- <textarea type="text" rows="4" cols="60" id="myfixed_cssstyle" name="mysticky_option_name[myfixed_cssstyle]" <?php echo !$is_old?"disabled":"" ?> ><?php echo @$mysticky_options['myfixed_cssstyle'];?></textarea>
636
- </div>
637
- <p><?php esc_html_e( "CSS ID's and Classes to use:", "mystickymenu" );?></p>
638
- <p>
639
- #mysticky-wrap { }<br/>
640
- #mysticky-nav.wrapfixed { }<br/>
641
- #mysticky-nav.wrapfixed.up { }<br/>
642
- #mysticky-nav.wrapfixed.down { }<br/>
643
- #mysticky-nav .navbar { }<br/>
644
- #mysticky-nav .navbar.myfixed { }<br/>
645
- </p>
646
- </div>
647
-
648
- <div class="mystickymenu-content-option">
649
- <label class="mysticky_title" for="disable_css"><?php _e("Disable CSS style", 'mystickymenu'); ?></label>
650
- <div class="mystickymenu-input-section">
651
- <label>
652
- <input id="disable_css" name="mysticky_option_name[disable_css]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['disable_css'], 'on' );?> />
653
- <?php _e( 'Use this option if you plan to include CSS Style manually', 'mystickymenu' );?>
654
- </label>
655
- </div>
656
- <p></p>
657
- </div>
658
-
659
- <div class="mystickymenu-content-option">
660
- <label class="mysticky_title"><?php _e("Disable at", 'mystickymenu'); ?></label>
661
- <?php if(!$is_old) { ?><span class="myStickymenu-upgrade"><a class="sticky-header-upgrade" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span><?php } ?>
662
- <div class="mystickymenu-input-section">
663
- <ul class="mystickymenu-input-multicheckbox">
664
- <li>
665
- <label>
666
- <input id="mysticky_disable_at_front_home" name="mysticky_option_name[mysticky_disable_at_front_home]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_front_home'], 'on' );?>/>
667
- <span><?php esc_attr_e('front page', 'mystickymenu' );?></span>
668
- </label>
669
- </li>
670
- <li>
671
- <label>
672
- <input id="mysticky_disable_at_blog" name="mysticky_option_name[mysticky_disable_at_blog]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_blog'], 'on' );?>/>
673
- <span><?php esc_attr_e('blog page', 'mystickymenu' );?></span>
674
- </label>
675
- </li>
676
- <li>
677
- <label>
678
- <input id="mysticky_disable_at_page" name="mysticky_option_name[mysticky_disable_at_page]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_page'], 'on' );?> />
679
- <span><?php esc_attr_e('pages', 'mystickymenu' );?> </span>
680
- </label>
681
- </li>
682
- <li>
683
- <label>
684
- <input id="mysticky_disable_at_tag" name="mysticky_option_name[mysticky_disable_at_tag]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_tag'], 'on' );?> />
685
- <span><?php esc_attr_e('tags', 'mystickymenu' );?> </span>
686
- </label>
687
- </li>
688
- <li>
689
- <label>
690
- <input id="mysticky_disable_at_category" name="mysticky_option_name[mysticky_disable_at_category]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_category'], 'on' );?>/>
691
- <span><?php esc_attr_e('categories', 'mystickymenu' );?></span>
692
- </label>
693
- </li>
694
- <li>
695
- <label>
696
- <input id="mysticky_disable_at_single" name="mysticky_option_name[mysticky_disable_at_single]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_single'], 'on' );?> />
697
- <span><?php esc_attr_e('posts', 'mystickymenu' );?> </span>
698
- </label>
699
- </li>
700
- <li>
701
- <label>
702
- <input id="mysticky_disable_at_archive" name="mysticky_option_name[mysticky_disable_at_archive]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_archive'], 'on' );?> />
703
- <span><?php esc_attr_e('archives', 'mystickymenu' );?> </span>
704
- </label>
705
- </li>
706
- <li>
707
- <label>
708
- <input id="mysticky_disable_at_search" name="mysticky_option_name[mysticky_disable_at_search]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_search'], 'on' );?> />
709
- <span><?php esc_attr_e('search', 'mystickymenu' );?> </span>
710
- </label>
711
- </li>
712
- <li>
713
- <label>
714
- <input id="mysticky_disable_at_404" name="mysticky_option_name[mysticky_disable_at_404]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_404'], 'on' );?>/>
715
- <span><?php esc_attr_e('404', 'mystickymenu' );?> </span>
716
- </label>
717
- </li>
718
- </ul>
719
-
720
- <?php
721
- if (isset ( $mysticky_options['mysticky_disable_at_page'] ) == true ) {
722
- echo '<div class="mystickymenu-input-section">';
723
- _e('<span class="description"><strong>Except for this pages:</strong> </span>', 'mystickymenu');
724
-
725
- printf(
726
- '<input type="text" size="26" class="mystickymenu_normal_text" id="mysticky_enable_at_pages" name="mysticky_option_name[mysticky_enable_at_pages]" value="%s" /> ',
727
- isset( $mysticky_options['mysticky_enable_at_pages'] ) ? esc_attr( $mysticky_options['mysticky_enable_at_pages']) : ''
728
- );
729
-
730
- _e('<span class="description">Comma separated list of pages to enable. It should be page name, id or slug. Example: about-us, 1134, Contact Us. Leave blank if you realy want to disable sticky menu for all pages.</span>', 'mystickymenu');
731
- echo '</div>';
732
- }
733
-
734
- if (isset ( $mysticky_options['mysticky_disable_at_single'] ) == true ) {
735
-
736
- echo '<div class="mystickymenu-input-section">';
737
- _e('<span class="description"><strong>Except for this posts:</strong> </span>', 'mystickymenu');
738
-
739
- printf(
740
- '<input type="text" size="26" class="mystickymenu_normal_text" id="mysticky_enable_at_posts" name="mysticky_option_name[mysticky_enable_at_posts]" value="%s" /> ',
741
- isset( $mysticky_options['mysticky_enable_at_posts'] ) ? esc_attr( $mysticky_options['mysticky_enable_at_posts']) : ''
742
- );
743
-
744
- _e('<span class="description">Comma separated list of posts to enable. It should be post name, id or slug. Example: about-us, 1134, Contact Us. Leave blank if you realy want to disable sticky menu for all posts.</span>', 'mystickymenu');
745
- echo '</div>';
746
-
747
- }
748
- ?>
749
- <p></p>
750
- </div>
751
- </div>
752
- </div>
753
-
754
- <div class="mystickymenu-action-popup new-center" id="mysticky-sticky-save-confirm" style="display:none;">
755
- <div class="mystickymenu-action-popup-header">
756
- <h3><?php esc_html_e("Turn on Sticky Menu","mystickymenu"); ?></h3>
757
- <span class="dashicons dashicons-no-alt close-button" data-from = "stickymenu-confirm"></span>
758
- </div>
759
- <div class="mystickymenu-action-popup-body">
760
- <p><?php esc_html_e("Sticky Menu is not turned on. Turn on Sticky Menu to activate sticky menu on your website.","mystickymenu"); ?></p>
761
- </div>
762
- <div class="mystickymenu-action-popup-footer">
763
- <button type="button" class="btn-enable btn-nevermind-status" id="stickymenu_status_dolater" ><?php esc_html_e("Just save & keep it off","mystickymenu"); ?></button>
764
- <button type="button" class="btn-disable-cancel" id="stickymenu_status_ok" ><?php esc_html_e("Save & Turn on Sticky Menu","mystickymenu"); ?></button>
765
- </div>
766
- </div>
767
- <div class="mystickymenupopup-overlay" id="stickymenu-option-overlay-popup"></div>
768
-
769
- <p class="submit">
770
- <input type="submit" name="submit" id="submit" class="button button-primary btn-save-stickymenu" value="<?php esc_attr_e('Save', 'mystickymenu');?>">
771
-
772
- <input type="submit" name="submit" id="submit" class="button button-primary save_view_dashboard" style="width: auto;" value="<?php _e('SAVE & VIEW DASHBOARD', 'mystickymenu');?>">
773
- </p>
774
- <input type="hidden" name="nonce" value="<?php echo esc_attr($nonce); ?>">
775
- <input type="hidden" id="save_stickymenu" value=""/>
776
- </form>
777
- <form class="mysticky-hideformreset" method="post" action="">
778
- <input name="reset_mysticky_options" class="button button-secondary confirm" type="submit" value="<?php esc_attr_e('Reset', 'mystickymenu');?>" >
779
- <input type="hidden" name="action" value="reset" />
780
- <?php $nonce = wp_create_nonce('mysticky_option_backend_reset_nonce'); ?>
781
- <input type="hidden" name="nonce" value="<?php echo esc_attr($nonce); ?>">
782
- </form>
783
- <p class="myStickymenu-review"><a href="https://wordpress.org/support/plugin/mystickymenu/reviews/" target="_blank"><?php esc_attr_e('Leave a review','mystickymenu'); ?></a></p>
784
- </div>
785
- </div>
786
- <?php }
787
- }
788
-
789
-
790
- public function mystickystickymenu_admin_welcomebar_page() {
791
-
792
- $is_shown = get_option("mystickymenu_update_message");
793
- if($is_shown == 1) {
794
- include_once MYSTICKYMENU_PATH . '/update.php';
795
- return;
796
- }
797
-
798
- /* welcome bar save data */
799
-
800
- if (isset($_POST['mysticky_option_welcomebar']) && !empty($_POST['mysticky_option_welcomebar']) && isset($_POST['nonce'])) {
801
- if(!empty($_POST['nonce']) && wp_verify_nonce($_POST['nonce'], 'mysticky_option_welcomebar_update')) {
802
- $widgets = get_option( 'mysticky_option_welcomebar' );
803
- $is_first_widget = 0;
804
- if( isset($widgets) && $widgets == '' ){
805
- $is_first_widget = 1;
806
- }
807
-
808
-
809
- //
810
- $welcomebars_widgets[0] = 'Welcome Bar #0';
811
- update_option( 'mystickymenu-welcomebars', $welcomebars_widgets );
812
-
813
- $mysticky_option_welcomebar = filter_var_array( $_POST['mysticky_option_welcomebar'], FILTER_SANITIZE_STRING );
814
- $mysticky_option_welcomebar['mysticky_welcomebar_bar_text'] = wp_kses_post($_POST['mysticky_option_welcomebar']['mysticky_welcomebar_bar_text']);
815
- $mysticky_option_welcomebar['mysticky_welcomebar_height'] = 60;
816
- $mysticky_option_welcomebar['mysticky_welcomebar_device_desktop'] = 'desktop';
817
- $mysticky_option_welcomebar['mysticky_welcomebar_device_mobile'] = 'mobile';
818
- $mysticky_option_welcomebar['mysticky_welcomebar_trigger'] = 'after_a_few_seconds';
819
- $mysticky_option_welcomebar['mysticky_welcomebar_triggersec'] = '0';
820
- $mysticky_option_welcomebar['mysticky_welcomebar_expirydate'] = '';
821
- $mysticky_option_welcomebar['mysticky_welcomebar_page_settings'] = '';
822
-
823
- update_option( 'mysticky_option_welcomebar', $mysticky_option_welcomebar);
824
-
825
- $this->mysticky_clear_all_caches();
826
-
827
- if($is_first_widget == 1){
828
- echo '<div class="main-popup-mystickymenu-bg first-widget-popup"><div class="main-popup-mystickymenu-bg mystickymenu_container_popupbox"><div class="firstwidget-popup-contain"><img src="'. MYSTICKYMENU_URL .'/images/firstwidget_header.svg"><h4>Your first welcome bar is up! 🎉</h4> <p> Yay - we’re happy you chose MyStickyMenu for your website. If you run into anything, the <a href=" https://premio.io/help/mystickymenu/?utm_source=firstbar" target="_blank" style="text-decoration: underline !important;"><strong>help center</strong></a> is always here for you.</p><a href="'.admin_url("admin.php?page=my-stickymenu-welcomebar").'" class="mystickymenu btn-black btn-back-dashboard">Back to Dashboard</a></div><div class="popup-modul-close-btn firstwidget-model"><a href="javascript:void(0)" class="close-chaty-maxvisitor-popup" id="close-first-popup"><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 5L5 15" stroke="#4A4A4A" stroke-width="2.08" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 5L15 15" stroke="#4A4A4A" stroke-width="2.08" stroke-linecap="round" stroke-linejoin="round"/></svg></a></div></div></div><div class="mystickymenupopup-overlay" id="first_widget_overlay" style="display:block;"></div>';
829
- }
830
-
831
- echo '<div class="updated settings-error notice is-dismissible "><p><strong>' . esc_html__('Settings saved.','mystickymenu'). '</p></strong></div>';
832
- } else {
833
- wp_verify_nonce($_GET['nonce'], 'wporg_frontend_delete');
834
- echo '<div class="error settings-error notice is-dismissible "><p><strong>' . esc_html__('Unable to complete your request','mystickymenu'). '</p></strong></div>';
835
- }
836
- }
837
-
838
-
839
-
840
- if (isset($_POST['mysticky_welcomebar_reset']) && !empty($_POST['mysticky_welcomebar_reset']) && isset($_POST['nonce_reset'])) {
841
- if(!empty($_POST['nonce_reset']) && wp_verify_nonce($_POST['nonce_reset'], 'mysticky_option_welcomebar_reset')) {
842
- $mysticky_option_welcomebar_reset = mysticky_welcomebar_pro_widget_default_fields();
843
- update_option( 'mysticky_option_welcomebar', $mysticky_option_welcomebar_reset);
844
- $this->mysticky_clear_all_caches();
845
- echo '<div class="updated settings-error notice is-dismissible "><p><strong>' . esc_html__('Reset Settings saved.','mystickymenu'). '</p></strong></div>';
846
- } else {
847
- wp_verify_nonce($_GET['nonce'], 'wporg_frontend_delete');
848
- echo '<div class="error settings-error notice is-dismissible "><p><strong>' . esc_html__('Unable to complete your request','mystickymenu'). '</p></strong></div>';
849
- }
850
- }
851
-
852
- if(isset($is_first_widget) && $is_first_widget == 0 && isset($_POST['submit']) && $_POST['submit'] == 'SAVE & VIEW DASHBOARD'){
853
- ?>
854
- <script>
855
- window.location.href = <?php echo "'".admin_url("admin.php?page=my-stickymenu-welcomebar")."'";?>;
856
- </script>
857
- <?php
858
- }
859
-
860
- $mysticky_options = get_option( 'mysticky_option_name');
861
- $is_old = get_option("has_sticky_header_old_version");
862
- $is_old = ($is_old == "yes")?true:false;
863
- $nonce = wp_create_nonce('mysticky_option_backend_update');
864
- $pro_url = "https://go.premio.io/?edd_action=add_to_cart&download_id=2199&edd_options[price_id]=";
865
-
866
- ?>
867
- <style>
868
- div#wpcontent {
869
- background: rgba(101,114,219,1);
870
- background: -moz-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
871
- background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(101,114,219,1)), color-stop(67%, rgba(238,134,198,1)), color-stop(100%, rgba(238,134,198,1)));
872
- background: -webkit-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
873
- background: -o-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
874
- background: -ms-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
875
- background: linear-gradient(135deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
876
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6572db', endColorstr='#ee86c6', GradientType=1 );
877
- }
878
- </style>
879
- <div id="mystickymenu" class="wrap mystickymenu">
880
-
881
- <div id="sticky-header-welcome-bar" class="sticky-header-content">
882
- <?php
883
-
884
- $welcomebars_widgets = get_option( 'mysticky_option_welcomebar' );
885
- if ( !isset($_GET['widget']) && isset( $_GET['page'] ) && $_GET['page'] == 'my-stickymenu-welcomebar' ) {
886
- include_once( 'stickymenu-dashboard.php');
887
- }elseif ( !isset($_GET['isedit']) && !isset($_GET['save']) && isset($welcomebars_widgets) && !empty($welcomebars_widgets) ) {
888
- ?>
889
- <div id="mystickymenu" class="wrap mystickymenu mystickymenu-new-widget-wrap">
890
- <?php include_once dirname(__FILE__) . '/mystickymeny-new-welcomebar.php';?>
891
- </div>
892
- <?php
893
- }else{
894
-
895
-
896
- mysticky_welcome_bar_backend();
897
- }
898
- ?>
899
- </div>
900
- </div>
901
- <?php
902
- }
903
-
904
- public function mystickystickymenu_admin_new_welcomebar_page() {
905
- $welcomebars_widgets = get_option( 'mysticky_option_welcomebar' );
906
- if( isset($welcomebars_widgets) && !empty($welcomebars_widgets)){
907
- ?>
908
- <div id="mystickymenu" class="wrap mystickymenu mystickymenu-new-widget-wrap">
909
- <?php include_once dirname(__FILE__) . '/mystickymeny-new-welcomebar.php';?>
910
- </div>
911
- <?php
912
- }else{ ?>
913
- <div id="mystickymenu" class="wrap mystickymenu">
914
- <div id="sticky-header-welcome-bar" class="sticky-header-content">
915
- <?php mysticky_welcome_bar_backend(); ?>
916
- </div>
917
- </div>
918
- <?php
919
- }
920
-
921
- }
922
-
923
- public function mystickymenu_recommended_plugins() {
924
- include_once 'recommended-plugins.php';
925
- }
926
-
927
-
928
-
929
- public function mystickymenu_admin_upgrade_to_pro() {
930
- $pro_url = "https://go.premio.io/checkount/?edd_action=add_to_cart&download_id=2199&edd_options[price_id]=";
931
- ?>
932
- <style>
933
- div#wpcontent {
934
- background: rgba(101,114,219,1);
935
- background: -moz-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
936
- background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(101,114,219,1)), color-stop(67%, rgba(238,134,198,1)), color-stop(100%, rgba(238,134,198,1)));
937
- background: -webkit-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
938
- background: -o-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
939
- background: -ms-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
940
- background: linear-gradient(135deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
941
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6572db', endColorstr='#ee86c6', GradientType=1 );
942
- }
943
- </style>
944
- <div id="mystickymenu" class="wrap mystickymenu">
945
- <?php include_once "upgrade-to-pro.php"; ?>
946
- </div>
947
- <?php
948
- }
949
-
950
- public function mysticky_default_options() {
951
-
952
- global $options;
953
- $menu_locations = get_nav_menu_locations();
954
- $menu_object = isset($menu_locations['menu-1']) ? wp_get_nav_menu_object( $menu_locations['menu-1'] ) : array();
955
-
956
- if ( is_object($menu_object) && $menu_object->slug != '' ) {
957
- $mysticky_class_id_selector = $menu_object->slug;
958
- } else {
959
- $mysticky_class_id_selector = 'custom';
960
- }
961
-
962
- $mystickyClass = '.navbar';
963
- $template_name = get_template();
964
- switch( $template_name ){
965
- case 'ashe':
966
- $mysticky_class_id_selector = 'custom';
967
- $mystickyClass = '#main-nav';
968
- break;
969
- case 'astra':
970
- case 'hello-elementor':
971
- case 'sydney':
972
- case 'twentysixteen':
973
- $mysticky_class_id_selector = 'custom';
974
- $mystickyClass = 'header.site-header';
975
- break;
976
- case 'generatepress':
977
- $mysticky_class_id_selector = 'custom';
978
- $mystickyClass = 'nav.main-navigation';
979
- break;
980
- case 'transportex':
981
- $mysticky_class_id_selector = 'custom';
982
- $mystickyClass = '.transportex-menu-full';
983
- break;
984
- case 'hestia':
985
- case 'neve':
986
- $mysticky_class_id_selector = 'custom';
987
- $mystickyClass = 'header.header';
988
- break;
989
- case 'mesmerize':
990
- $mysticky_class_id_selector = 'custom';
991
- $mystickyClass = '.navigation-bar';
992
- break;
993
- case 'oceanwp':
994
- $mysticky_class_id_selector = 'custom';
995
- $mystickyClass = 'header#site-header';
996
- break;
997
- case 'shapely':
998
- $mysticky_class_id_selector = 'custom';
999
- $mystickyClass = '#site-navigation';
1000
- break;
1001
- case 'storefront':
1002
- $mysticky_class_id_selector = 'custom';
1003
- $mystickyClass = '.storefront-primary-navigation';
1004
- break;
1005
- case 'twentynineteen':
1006
- $mysticky_class_id_selector = 'custom';
1007
- $mystickyClass = '#site-navigation';
1008
- break;
1009
- case 'twentyseventeen':
1010
- $mysticky_class_id_selector = 'custom';
1011
- $mystickyClass = '.navigation-top';
1012
- break;
1013
- default:
1014
- break;
1015
- }
1016
-
1017
-
1018
- $default = array(
1019
- 'mysticky_class_id_selector' => $mysticky_class_id_selector,
1020
- 'mysticky_class_selector' => $mystickyClass,
1021
- 'device_desktop' => 'on',
1022
- 'device_mobile' => 'on',
1023
- 'myfixed_zindex' => '99990',
1024
- 'myfixed_bgcolor' => '#f7f5e7',
1025
- 'myfixed_opacity' => '90',
1026
- 'myfixed_transition_time' => '0.3',
1027
- 'myfixed_disable_small_screen' => '0',
1028
- 'myfixed_disable_large_screen' => '0',
1029
- 'mysticky_active_on_height' => '0',
1030
- 'mysticky_active_on_height_home'=> '0',
1031
- 'myfixed_fade' => 'slide',
1032
- 'myfixed_cssstyle' => '#mysticky-nav .myfixed { margin:0 auto; float:none; border:0px; background:none; max-width:100%; }'
1033
- );
1034
-
1035
- if ( get_option('mysticky_option_name') == false && current_user_can( 'manage_options' ) ) {
1036
- $status = get_option("sticky_header_status");
1037
- if($status == false) {
1038
- update_option("sticky_header_status", "done");
1039
- update_option("has_sticky_header_old_version", "no");
1040
- }
1041
- update_option( 'mysticky_option_name', $default );
1042
- } else {
1043
- $status = get_option("sticky_header_status");
1044
- if($status == false) {
1045
- update_option("sticky_header_status", "done");
1046
- update_option("has_sticky_header_old_version", "yes");
1047
- }
1048
- }
1049
-
1050
- if(isset($_POST['reset_mysticky_options']) && current_user_can( 'manage_options' )) {
1051
- if(isset($_REQUEST['nonce']) && !empty($_REQUEST['nonce']) && wp_verify_nonce($_REQUEST['nonce'], 'mysticky_option_backend_reset_nonce')) {
1052
- update_option('mysticky_option_name', $default);
1053
- } else {
1054
-
1055
- }
1056
- }
1057
-
1058
- if ( !get_option( 'update_mysticky_version_2_6') && current_user_can( 'manage_options' )) {
1059
- $mysticky_option_name = get_option( 'mysticky_option_name' );
1060
- $mysticky_option_name['mysticky_class_id_selector'] = 'custom';
1061
- if ($mysticky_option_name['myfixed_fade'] == 'on'){
1062
- $mysticky_option_name['myfixed_fade'] = 'slide';
1063
- }else{
1064
- $mysticky_option_name['myfixed_fade'] = 'fade';
1065
- }
1066
- update_option( 'mysticky_option_name', $mysticky_option_name );
1067
- update_option( 'update_mysticky_version_2_6', true );
1068
- }
1069
-
1070
- if ( !get_option( 'update_mysticky_version_2_5_7') && current_user_can( 'manage_options' )) {
1071
- $mysticky_option_name = get_option( 'mysticky_option_name' );
1072
- $mysticky_option_name['stickymenu_enable'] = 1;
1073
- update_option( 'mysticky_option_name', $mysticky_option_name );
1074
- update_option( 'update_mysticky_version_2_5_7', true );
1075
- }
1076
- }
1077
-
1078
- /*
1079
- * clear cache when any option is updated
1080
- *
1081
- */
1082
- public function mysticky_clear_all_caches(){
1083
-
1084
- try {
1085
- global $wp_fastest_cache;
1086
-
1087
- // if W3 Total Cache is being used, clear the cache
1088
- if (function_exists('w3tc_flush_all')) {
1089
- w3tc_flush_all();
1090
- }
1091
- /* if WP Super Cache is being used, clear the cache */
1092
- if (function_exists('wp_cache_clean_cache')) {
1093
- global $file_prefix, $supercachedir;
1094
- if (empty($supercachedir) && function_exists('get_supercache_dir')) {
1095
- $supercachedir = get_supercache_dir();
1096
- }
1097
- wp_cache_clean_cache($file_prefix);
1098
- }
1099
-
1100
- if (class_exists('WpeCommon')) {
1101
- //be extra careful, just in case 3rd party changes things on us
1102
- if (method_exists('WpeCommon', 'purge_memcached')) {
1103
- //WpeCommon::purge_memcached();
1104
- }
1105
- if (method_exists('WpeCommon', 'clear_maxcdn_cache')) {
1106
- //WpeCommon::clear_maxcdn_cache();
1107
- }
1108
- if (method_exists('WpeCommon', 'purge_varnish_cache')) {
1109
- //WpeCommon::purge_varnish_cache();
1110
- }
1111
- }
1112
-
1113
- if (method_exists('WpFastestCache', 'deleteCache') && !empty($wp_fastest_cache)) {
1114
- $wp_fastest_cache->deleteCache();
1115
- }
1116
- if (function_exists('rocket_clean_domain')) {
1117
- rocket_clean_domain();
1118
- // Preload cache.
1119
- if (function_exists('run_rocket_sitemap_preload')) {
1120
- run_rocket_sitemap_preload();
1121
- }
1122
- }
1123
-
1124
- if (class_exists("autoptimizeCache") && method_exists("autoptimizeCache", "clearall")) {
1125
- autoptimizeCache::clearall();
1126
- }
1127
-
1128
- if (class_exists("LiteSpeed_Cache_API") && method_exists("autoptimizeCache", "purge_all")) {
1129
- LiteSpeed_Cache_API::purge_all();
1130
- }
1131
-
1132
- if ( class_exists( '\Hummingbird\Core\Utils' ) ) {
1133
-
1134
- $modules = \Hummingbird\Core\Utils::get_active_cache_modules();
1135
- foreach ( $modules as $module => $name ) {
1136
- $mod = \Hummingbird\Core\Utils::get_module( $module );
1137
-
1138
- if ( $mod->is_active() ) {
1139
- if ( 'minify' === $module ) {
1140
- $mod->clear_files();
1141
- } else {
1142
- $mod->clear_cache();
1143
- }
1144
- }
1145
- }
1146
- }
1147
-
1148
- } catch (Exception $e) {
1149
- return 1;
1150
- }
1151
- }
1152
-
1153
- public function mystickymenu_deactivate() {
1154
- global $pagenow;
1155
-
1156
- if ( 'plugins.php' !== $pagenow ) {
1157
- return;
1158
- }
1159
- include dirname(__FILE__) . "/mystickymenu-deactivate-form.php";
1160
- }
1161
- public function mystickymenu_plugin_deactivate() {
1162
- global $current_user;
1163
- if ( ! current_user_can( 'manage_options' ) ) {
1164
- wp_die(0);
1165
- }
1166
- check_ajax_referer( 'mystickymenu_deactivate_nonce', 'nonce' );
1167
-
1168
- $postData = $_POST;
1169
- $errorCounter = 0;
1170
- $response = array();
1171
- $response['status'] = 0;
1172
- $response['message'] = "";
1173
- $response['valid'] = 1;
1174
- if(!isset($postData['reason']) || empty($postData['reason'])) {
1175
- $errorCounter++;
1176
- $response['message'] = "Please provide reason";
1177
- } else if(!isset($postData['reason']) || empty($postData['reason'])) {
1178
- $errorCounter++;
1179
- $response['message'] = "Please provide reason";
1180
- } else {
1181
- $nonce = $postData['nonce'];
1182
- if(!wp_verify_nonce($nonce, 'mystickymenu_deactivate_nonce')) {
1183
- $response['message'] = __("Your request is not valid", "mystickymenu");
1184
- $errorCounter++;
1185
- $response['valid'] = 0;
1186
- }
1187
- }
1188
- if($errorCounter == 0) {
1189
- global $current_user;
1190
- $plugin_info = get_plugin_data( dirname(__FILE__) . "/mystickymenu.php" );
1191
- $postData = $_POST;
1192
- $email = "none@none.none";
1193
-
1194
- if (isset($postData['email_id']) && !empty($postData['email_id']) && filter_var($postData['email_id'], FILTER_VALIDATE_EMAIL)) {
1195
- $email = $postData['email_id'];
1196
- }
1197
- $domain = site_url();
1198
- $user_name = $current_user->first_name . " " . $current_user->last_name;
1199
-
1200
- $response['status'] = 1;
1201
-
1202
- /* sending message to Crisp */
1203
- $post_message = array();
1204
-
1205
- $message_data = array();
1206
- $message_data['key'] = "Plugin";
1207
- $message_data['value'] = "My Sticky Menu";
1208
- $post_message[] = $message_data;
1209
-
1210
- $message_data = array();
1211
- $message_data['key'] = "Plugin Version";
1212
- $message_data['value'] = $plugin_info['Version'];
1213
- $post_message[] = $message_data;
1214
-
1215
- $message_data = array();
1216
- $message_data['key'] = "Domain";
1217
- $message_data['value'] = $domain;
1218
- $post_message[] = $message_data;
1219
-
1220
- $message_data = array();
1221
- $message_data['key'] = "Email";
1222
- $message_data['value'] = $email;
1223
- $post_message[] = $message_data;
1224
-
1225
- $message_data = array();
1226
- $message_data['key'] = "WordPress Version";
1227
- $message_data['value'] = esc_attr(get_bloginfo('version'));
1228
- $post_message[] = $message_data;
1229
-
1230
- $message_data = array();
1231
- $message_data['key'] = "PHP Version";
1232
- $message_data['value'] = PHP_VERSION;
1233
- $post_message[] = $message_data;
1234
-
1235
- $message_data = array();
1236
- $message_data['key'] = "Message";
1237
- $message_data['value'] = $postData['reason'];
1238
- $post_message[] = $message_data;
1239
-
1240
- $api_params = array(
1241
- 'domain' => $domain,
1242
- 'email' => $email,
1243
- 'url' => site_url(),
1244
- 'name' => $user_name,
1245
- 'message' => $post_message,
1246
- 'plugin' => "My Sticky Menu",
1247
- 'type' => "Uninstall",
1248
- );
1249
-
1250
- /* Sending message to Crisp API */
1251
- $crisp_response = wp_safe_remote_post("https://go.premio.io/crisp/crisp-send-message.php", array('body' => $api_params, 'timeout' => 15, 'sslverify' => true));
1252
-
1253
- if (is_wp_error($crisp_response)) {
1254
- wp_safe_remote_post("https://go.premio.io/crisp/crisp-send-message.php", array('body' => $api_params, 'timeout' => 15, 'sslverify' => false));
1255
- }
1256
- }
1257
- echo json_encode($response);
1258
- wp_die();
1259
- }
1260
- }
1261
-
1262
-
1263
-
1264
- class MyStickyMenuFrontend
1265
- {
1266
-
1267
- public function __construct()
1268
- {
1269
- add_action( 'wp_head', array( $this, 'mysticky_build_stylesheet_content' ) );
1270
- add_action( 'wp_enqueue_scripts', array( $this, 'mysticky_disable_at' ) );
1271
- }
1272
-
1273
- public function mysticky_build_stylesheet_content() {
1274
-
1275
- $mysticky_options = get_option( 'mysticky_option_name' );
1276
-
1277
- if (isset($mysticky_options['disable_css'])) {
1278
- //do nothing
1279
- } else {
1280
- $mysticky_options['disable_css'] = false;
1281
- }
1282
-
1283
- if ($mysticky_options ['disable_css'] == false ) {
1284
-
1285
- echo '<style id="mystickymenu" type="text/css">';
1286
- echo '#mysticky-nav { width:100%; position: static; }';
1287
- echo '#mysticky-nav.wrapfixed { position:fixed; left: 0px; margin-top:0px; z-index: '. $mysticky_options ['myfixed_zindex'] .'; -webkit-transition: ' . $mysticky_options ['myfixed_transition_time'] . 's; -moz-transition: ' . $mysticky_options ['myfixed_transition_time'] . 's; -o-transition: ' . $mysticky_options ['myfixed_transition_time'] . 's; transition: ' . $mysticky_options ['myfixed_transition_time'] . 's; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=' . $mysticky_options ['myfixed_opacity'] . ')"; filter: alpha(opacity=' . $mysticky_options ['myfixed_opacity'] . '); opacity:' . $mysticky_options ['myfixed_opacity'] / 100 . '; background-color: ' . $mysticky_options ['myfixed_bgcolor'] . ';}';
1288
-
1289
- echo '#mysticky-nav.wrapfixed .myfixed{ background-color: ' . $mysticky_options ['myfixed_bgcolor'] . '; position: relative;top: auto;left: auto;right: auto;}';
1290
-
1291
- if ( isset($mysticky_options ['myfixed_textcolor']) && $mysticky_options ['myfixed_textcolor'] != '' ) {
1292
- echo '#mysticky-nav.wrapfixed ul li.menu-item a { color: ' . $mysticky_options ['myfixed_textcolor'] . ';}';
1293
- }
1294
-
1295
-
1296
- if ($mysticky_options ['myfixed_disable_small_screen'] > 0 ){
1297
- //echo '@media (max-width: '.$mysticky_options['myfixed_disable_small_screen'].'px) {#mysticky-nav.wrapfixed {position: static;} }';
1298
- };
1299
- if ( !isset( $mysticky_options['myfixed_cssstyle'] ) ) {
1300
- echo '#mysticky-nav .myfixed { margin:0 auto; float:none; border:0px; background:none; max-width:100%; }';
1301
- }
1302
- if ( isset( $mysticky_options['myfixed_cssstyle'] ) && $mysticky_options['myfixed_cssstyle'] != '' ) {
1303
- echo $mysticky_options ['myfixed_cssstyle'];
1304
- }
1305
- echo '</style>';
1306
- $template_name = get_template();
1307
- ?>
1308
- <style type="text/css">
1309
- <?php if( $template_name == 'hestia' ) { ?>
1310
- #mysticky-nav.wrapfixed {box-shadow: 0 1px 10px -6px #0000006b,0 1px 10px 0 #0000001f,0 4px 5px -2px #0000001a;}
1311
- #mysticky-nav.wrapfixed .navbar {position: relative;background-color: transparent;box-shadow: none;}
1312
- <?php } ?>
1313
- <?php if( $template_name == 'shapely' ) { ?>
1314
- #mysticky-nav.wrapfixed #site-navigation {position: relative;}
1315
- <?php } ?>
1316
- <?php if( $template_name == 'storefront' ) { ?>
1317
- #mysticky-nav.wrapfixed > .site-header {margin-bottom: 0;}
1318
- #mysticky-nav.wrapfixed > .storefront-primary-navigation {padding: 10px 0;}
1319
- <?php } ?>
1320
- <?php if( $template_name == 'transportex' ) { ?>
1321
- #mysticky-nav.wrapfixed > .transportex-menu-full {margin: 0 auto;}
1322
- .transportex-headwidget #mysticky-nav.wrapfixed .navbar-wp {top: 0;}
1323
- <?php } ?>
1324
- <?php if( $template_name == 'twentynineteen' ) { ?>
1325
- #mysticky-nav.wrapfixed {padding: 10px;}
1326
- <?php } ?>
1327
- <?php if( $template_name == 'twentysixteen' ) { ?>
1328
- #mysticky-nav.wrapfixed > .site-header {padding-top: 0;padding-bottom: 0;}
1329
- <?php } ?>
1330
- <?php if( $template_name == 'twentytwenty' ) { ?>
1331
- #site-header {background: transparent;}
1332
- <?php } ?>
1333
- </style>
1334
- <?php
1335
- }
1336
- }
1337
-
1338
- public function mystickymenu_google_fonts_url() {
1339
- $welcomebar = get_option( 'mysticky_option_welcomebar' );
1340
-
1341
- $default_fonts = array('System Stack','Arial', 'Tahoma', 'Verdana', 'Helvetica', 'Times New Roman', 'Trebuchet MS', 'Georgia' );
1342
- $fonts_url = '';
1343
- $fonts = array();
1344
- $font_args = array();
1345
- $base_url = "https://fonts.googleapis.com/css";
1346
- $fonts['family']['Lato'] = 'Lato:400,500,600,700';
1347
- if ( isset($welcomebar['mysticky_welcomebar_font']) && $welcomebar['mysticky_welcomebar_font'] !='' && !in_array( $welcomebar['mysticky_welcomebar_font'], $default_fonts) ) {
1348
- $fonts['family'][$welcomebar['mysticky_welcomebar_font']] = $welcomebar['mysticky_welcomebar_font'] . ':400,500,600,700';
1349
- }
1350
- if ( isset($welcomebar['mysticky_welcomebar_btnfont']) && $welcomebar['mysticky_welcomebar_btnfont'] !='' && !in_array( $welcomebar['mysticky_welcomebar_btnfont'], $default_fonts) ) {
1351
- $fonts['family'][$welcomebar['mysticky_welcomebar_btnfont']] = $welcomebar['mysticky_welcomebar_btnfont'] . ':400,500,600,700';
1352
- }
1353
-
1354
- /* Prepapre URL if font family defined. */
1355
- if( !empty( $fonts['family'] ) ) {
1356
-
1357
- /* format family to string */
1358
- if( is_array($fonts['family']) ){
1359
- $fonts['family'] = implode( '|', $fonts['family'] );
1360
- }
1361
-
1362
- $font_args['family'] = urlencode( trim( $fonts['family'] ) );
1363
-
1364
- if( !empty( $fonts['subsets'] ) ){
1365
-
1366
- /* format subsets to string */
1367
- if( is_array( $fonts['subsets'] ) ){
1368
- $fonts['subsets'] = implode( ',', $fonts['subsets'] );
1369
- }
1370
-
1371
- $font_args['subsets'] = urlencode( trim( $fonts['subsets'] ) );
1372
- }
1373
-
1374
- $fonts_url = add_query_arg( $font_args, $base_url );
1375
- }
1376
-
1377
- return esc_url_raw( $fonts_url );
1378
- }
1379
-
1380
- public function mystickymenu_script() {
1381
-
1382
- wp_enqueue_script( 'jquery' );
1383
-
1384
- $mysticky_options = get_option( 'mysticky_option_name' );
1385
-
1386
- if ( is_admin_bar_showing() ) {
1387
- $top = "true";
1388
- } else {
1389
- $top = "false";
1390
- }
1391
-
1392
- $welcomebar = get_option( 'mysticky_option_welcomebar' );
1393
- if ( isset($welcomebar['mysticky_welcomebar_enable']) && $welcomebar['mysticky_welcomebar_enable'] == 1 ) {
1394
- wp_enqueue_style('google-fonts', $this->mystickymenu_google_fonts_url(),array(), MYSTICKY_VERSION );
1395
- }
1396
-
1397
- if( !isset($mysticky_options['stickymenu_enable']) || isset($mysticky_options['stickymenu_enable']) && $mysticky_options['stickymenu_enable'] == 0){
1398
- return;
1399
- }
1400
- // needed for update 1.7 => 1.8 ... will be removed in the future ()
1401
- if (isset($mysticky_options['mysticky_active_on_height_home'])) {
1402
- //do nothing
1403
- } else {
1404
- $mysticky_options['mysticky_active_on_height_home'] = $mysticky_options['mysticky_active_on_height'];
1405
- }
1406
-
1407
-
1408
- if ($mysticky_options['mysticky_active_on_height_home'] == 0 ) {
1409
- $mysticky_options['mysticky_active_on_height_home'] = $mysticky_options['mysticky_active_on_height'];
1410
- }
1411
-
1412
-
1413
- if ( is_front_page() && is_home() ) {
1414
-
1415
- $mysticky_options['mysticky_active_on_height'] = $mysticky_options['mysticky_active_on_height_home'];
1416
-
1417
- } elseif ( is_front_page()){
1418
-
1419
- $mysticky_options['mysticky_active_on_height'] = $mysticky_options['mysticky_active_on_height_home'];
1420
-
1421
- }
1422
- wp_register_script('detectmobilebrowser', plugins_url( 'js/detectmobilebrowser.js', __FILE__ ), array('jquery'), MYSTICKY_VERSION, true);
1423
- wp_enqueue_script( 'detectmobilebrowser' );
1424
-
1425
- wp_register_script('mystickymenu', plugins_url( 'js/mystickymenu.min.js', __FILE__ ), array('jquery'), MYSTICKY_VERSION, true);
1426
- wp_enqueue_script( 'mystickymenu' );
1427
-
1428
- $myfixed_disable_scroll_down = isset($mysticky_options['myfixed_disable_scroll_down']) ? $mysticky_options['myfixed_disable_scroll_down'] : 'false';
1429
- $mystickyTransition = isset($mysticky_options['myfixed_fade']) ? $mysticky_options['myfixed_fade'] : 'fade';
1430
- $mystickyDisableLarge = isset($mysticky_options['myfixed_disable_large_screen']) ? $mysticky_options['myfixed_disable_large_screen'] : '0';
1431
-
1432
- $mystickyClass = ( $mysticky_options['mysticky_class_id_selector'] != 'custom') ? '.menu-' . $mysticky_options['mysticky_class_id_selector'] .'-container' : $mysticky_options['mysticky_class_selector'];
1433
-
1434
- if ( $mysticky_options['mysticky_class_id_selector'] != 'custom' ) {
1435
- $template_name = get_template();
1436
- switch( $template_name ){
1437
- case 'ashe':
1438
- $mystickyClass = '#main-nav';
1439
- break;
1440
- case 'astra':
1441
- case 'hello-elementor':
1442
- case 'sydney':
1443
- case 'twentysixteen':
1444
- $mystickyClass = 'header.site-header';
1445
- break;
1446
- case 'generatepress':
1447
- $mystickyClass = 'nav.main-navigation';
1448
- break;
1449
- case 'transportex':
1450
- $mystickyClass = '.transportex-menu-full';
1451
- break;
1452
- case 'hestia':
1453
- case 'neve':
1454
- $mystickyClass = 'header.header';
1455
- break;
1456
- case 'mesmerize':
1457
- $mystickyClass = '.navigation-bar';
1458
- break;
1459
- case 'oceanwp':
1460
- $mystickyClass = 'header#site-header';
1461
- break;
1462
- case 'shapely':
1463
- $mystickyClass = '#site-navigation';
1464
- break;
1465
- case 'storefront':
1466
- $mystickyClass = '.storefront-primary-navigation';
1467
- break;
1468
- case 'twentynineteen':
1469
- $mystickyClass = '#site-navigation';
1470
- break;
1471
- case 'twentyseventeen':
1472
- $mystickyClass = '.navigation-top';
1473
- break;
1474
- default:
1475
- break;
1476
- }
1477
- }
1478
-
1479
-
1480
- $mysticky_translation_array = array(
1481
- 'mystickyClass' => $mystickyClass,
1482
- 'activationHeight' => $mysticky_options['mysticky_active_on_height'],
1483
- 'disableWidth' => $mysticky_options['myfixed_disable_small_screen'],
1484
- 'disableLargeWidth' => $mystickyDisableLarge,
1485
- 'adminBar' => $top,
1486
- 'device_desktop' => true,
1487
- 'device_mobile' => true,
1488
- 'mystickyTransition' => $mystickyTransition,
1489
- 'mysticky_disable_down' => $myfixed_disable_scroll_down,
1490
-
1491
-
1492
- );
1493
- wp_localize_script( 'mystickymenu', 'option', $mysticky_translation_array );
1494
- }
1495
-
1496
- public function mysticky_disable_at() {
1497
-
1498
-
1499
- $mysticky_options = get_option( 'mysticky_option_name' );
1500
-
1501
- $mysticky_disable_at_front_home = isset($mysticky_options['mysticky_disable_at_front_home']);
1502
- $mysticky_disable_at_blog = isset($mysticky_options['mysticky_disable_at_blog']);
1503
- $mysticky_disable_at_page = isset($mysticky_options['mysticky_disable_at_page']);
1504
- $mysticky_disable_at_tag = isset($mysticky_options['mysticky_disable_at_tag']);
1505
- $mysticky_disable_at_category = isset($mysticky_options['mysticky_disable_at_category']);
1506
- $mysticky_disable_at_single = isset($mysticky_options['mysticky_disable_at_single']);
1507
- $mysticky_disable_at_archive = isset($mysticky_options['mysticky_disable_at_archive']);
1508
- $mysticky_disable_at_search = isset($mysticky_options['mysticky_disable_at_search']);
1509
- $mysticky_disable_at_404 = isset($mysticky_options['mysticky_disable_at_404']);
1510
- $mysticky_enable_at_pages = isset($mysticky_options['mysticky_enable_at_pages']) ? $mysticky_options['mysticky_enable_at_pages'] : '';
1511
- $mysticky_enable_at_posts = isset($mysticky_options['mysticky_enable_at_posts']) ? $mysticky_options['mysticky_enable_at_posts'] : '';
1512
-
1513
- // Trim input to ignore empty spaces
1514
- $mysticky_enable_at_pages_exp = array_map('trim', explode(',', $mysticky_enable_at_pages));
1515
- $mysticky_enable_at_posts_exp = array_map('trim', explode(',', $mysticky_enable_at_posts));
1516
-
1517
-
1518
-
1519
-
1520
- if ( is_front_page() && is_home() ) { /* Default homepage */
1521
-
1522
- if ( $mysticky_disable_at_front_home == false ) {
1523
- $this->mystickymenu_script();
1524
- }
1525
- } elseif ( is_front_page()){ /* Static homepage */
1526
-
1527
- if ( $mysticky_disable_at_front_home == false ) {
1528
- $this->mystickymenu_script();
1529
- }
1530
-
1531
- } elseif ( is_home()){ /* Blog page */
1532
-
1533
- if ( $mysticky_disable_at_blog == false ) {
1534
- $this->mystickymenu_script();
1535
- }
1536
-
1537
- } elseif ( is_page() ){ /* Single page*/
1538
-
1539
- if ( $mysticky_disable_at_page == false ) {
1540
- $this->mystickymenu_script();
1541
- }
1542
- if ( is_page( $mysticky_enable_at_pages_exp ) ){
1543
- $this->mystickymenu_script();
1544
- }
1545
-
1546
- } elseif ( is_tag()){ /* Tag page */
1547
-
1548
- if ( $mysticky_disable_at_tag == false ) {
1549
- $this->mystickymenu_script();
1550
- }
1551
-
1552
- } elseif ( is_category()){ /* Category page */
1553
-
1554
- if ( $mysticky_disable_at_category == false ) {
1555
- $this->mystickymenu_script();
1556
- }
1557
-
1558
- } elseif ( is_single()){ /* Single post */
1559
-
1560
- if ( $mysticky_disable_at_single == false ) {
1561
- $this->mystickymenu_script();
1562
- }
1563
-
1564
- if ( is_single( $mysticky_enable_at_posts_exp ) ){
1565
- $this->mystickymenu_script();
1566
- }
1567
-
1568
- } elseif ( is_archive()){ /* Archive */
1569
-
1570
- if ( $mysticky_disable_at_archive == false ) {
1571
- $this->mystickymenu_script();
1572
- }
1573
-
1574
- } elseif ( is_search()){ /* Search */
1575
-
1576
- if ( $mysticky_disable_at_search == false ) {
1577
- $this->mystickymenu_script();
1578
- }
1579
-
1580
- } elseif ( is_404()){ /* 404 */
1581
-
1582
- if ( $mysticky_disable_at_404 == false ) {
1583
- $this->mystickymenu_script();
1584
- }
1585
- }
1586
-
1587
- }
1588
-
1589
- }
1590
-
1591
- if( is_admin() ) {
1592
- new MyStickyMenuBackend();
1593
- require_once 'mystickymenu-affiliate.php';
1594
-
1595
- } else {
1596
- new MyStickyMenuFrontend();
1597
- }
1598
-
1599
-
1600
- register_activation_hook( __FILE__, 'mystickymenu_activate' );
1601
-
1602
- function mystickymenu_activate() {
1603
- update_option( 'update_mysticky_version_2_5_7', true );
1604
  }
1
+ <?php
2
+ /*
3
+ Plugin Name: myStickymenu
4
+ Plugin URI: https://premio.io/
5
+ Description: Simple sticky (fixed on top) menu implementation for navigation menu and Welcome bar for announcements and promotion. After install go to Settings / myStickymenu and change Sticky Class to .your_navbar_class or #your_navbar_id.
6
+ Version: 2.5.8
7
+ Author: Premio
8
+ Author URI: https://premio.io/downloads/mystickymenu/
9
+ Text Domain: mystickymenu
10
+ Domain Path: /languages
11
+ License: GPLv2 or later
12
+ */
13
+
14
+ defined('ABSPATH') or die("Cannot access pages directly.");
15
+ define( 'MYSTICKY_VERSION', '2.5.8' );
16
+ define('MYSTICKYMENU_URL', plugins_url('/', __FILE__)); // Define Plugin URL
17
+ define('MYSTICKYMENU_PATH', plugin_dir_path(__FILE__)); // Define Plugin Directory Path
18
+
19
+ require_once("mystickymenu-fonts.php");
20
+ require_once("welcome-bar.php");
21
+
22
+ if( is_admin() ) {
23
+ include_once 'class-review-box.php';
24
+ include_once 'class-upgrade-box.php';
25
+ }
26
+
27
+ class MyStickyMenuBackend
28
+ {
29
+ private $options;
30
+
31
+ public function __construct()
32
+ {
33
+ add_action( 'admin_menu', array( $this, 'add_plugin_page' ) );
34
+ add_action( 'admin_init', array( $this, 'mysticky_load_transl') );
35
+
36
+ add_action( 'admin_init', array( $this, 'mysticky_default_options' ) );
37
+ add_action( 'admin_enqueue_scripts', array( $this, 'mysticky_admin_script' ) );
38
+
39
+ add_filter( 'plugin_action_links_mystickymenu/mystickymenu.php', array( $this, 'mystickymenu_settings_link' ) );
40
+
41
+ add_action( 'activated_plugin', array( $this, 'mystickymenu_activation_redirect' ) );
42
+
43
+ add_action("wp_ajax_sticky_menu_update_status", array($this, 'sticky_menu_update_status'));
44
+
45
+ add_action("wp_ajax_mystickymenu_update_popup_status", array($this, 'mystickymenu_popup_status'));
46
+
47
+ add_action( 'admin_footer', array( $this, 'mystickymenu_deactivate' ) );
48
+ add_action( 'wp_ajax_mystickymenu_plugin_deactivate', array( $this, 'mystickymenu_plugin_deactivate' ) );
49
+ add_action('wp_ajax_stickymenu_widget_delete', array( $this, 'stickymenu_widget_delete' ) );
50
+ add_action('wp_ajax_mystickymenu_widget_status', array( $this, 'mystickymenu_widget_status' ) );
51
+ add_action('wp_ajax_stickymenu_status_update', array( $this, 'stickymenu_status_update' ) );
52
+
53
+
54
+
55
+ }
56
+
57
+
58
+
59
+ public function stickymenu_status_update(){
60
+ check_ajax_referer( 'mystickymenu', 'wpnonce' );
61
+ $mysticky_options = get_option( 'mysticky_option_name' );
62
+ if( isset($_POST['stickymenu_status']) && $_POST['stickymenu_status'] != '' ){
63
+
64
+ $stickymenu_status = $_POST['stickymenu_status'];
65
+ $mysticky_options['stickymenu_enable'] = $stickymenu_status;
66
+ update_option('mysticky_option_name',$mysticky_options);
67
+ }
68
+ wp_die();
69
+ }
70
+
71
+ public function mystickymenu_popup_status() {
72
+ if(!empty($_REQUEST['nonce']) && wp_verify_nonce($_REQUEST['nonce'], 'mystickymenu_update_popup_status')) {
73
+ update_option("mystickymenu_intro_box", "hide");
74
+ }
75
+ echo esc_attr("1");
76
+ die;
77
+ }
78
+
79
+ public function mystickymenu_widget_status() {
80
+
81
+ check_ajax_referer( 'mystickymenu', 'wpnonce' );
82
+
83
+ if ( isset($_POST['widget_id']) && $_POST['widget_id'] != '' && isset($_POST['widget_status']) && $_POST['widget_status'] != '' ) {
84
+ $welcomebars_widgets = get_option( 'mystickymenu-welcomebars' );
85
+ $widget_id = $_POST['widget_id'];
86
+ $welcomebars_widget_no = '-' . $widget_id ;
87
+
88
+ if( $widget_id == 0 || $welcomebars_widgets[$widget_id] == 'default' ){
89
+ $stickymenu_widget = get_option('mysticky_option_welcomebar');
90
+ $welcomebars_widget_no = '';
91
+ }
92
+ $widget_status = $_POST['widget_status'];
93
+ $stickymenu_widget['mysticky_welcomebar_enable'] = $widget_status;
94
+
95
+ update_option( 'mysticky_option_welcomebar',$stickymenu_widget);
96
+ }
97
+ wp_die();
98
+ }
99
+
100
+ public function stickymenu_widget_delete(){
101
+
102
+ check_ajax_referer( 'mystickymenu', 'wpnonce' );
103
+ if ( isset($_POST['widget_id']) && $_POST['widget_id'] != '' && isset($_POST['widget_delete']) && $_POST['widget_delete'] == 1 ) {
104
+ $welcomebars_widgets = get_option( 'mystickymenu-welcomebars' );
105
+ $widget_id = $_POST['widget_id'];
106
+ unset( $welcomebars_widgets[$widget_id] );
107
+ delete_option( 'mysticky_option_welcomebar');
108
+ update_option( 'mystickymenu-welcomebars', $welcomebars_widgets );
109
+ }
110
+ wp_die();
111
+ }
112
+
113
+ public function sticky_menu_update_status() {
114
+ if(!empty($_REQUEST['nonce']) && wp_verify_nonce($_REQUEST['nonce'], 'myStickymenu_update_nonce')) {
115
+ $status = self::sanitize_options($_REQUEST['status']);
116
+ $email = self::sanitize_options($_REQUEST['email']);
117
+ update_option("mystickymenu_update_message", 2);
118
+ if($status == 1) {
119
+ $url = 'https://go.premio.io/api/update.php?email='.$email.'&plugin=myStickymenu';
120
+ $handle = curl_init();
121
+ curl_setopt($handle, CURLOPT_URL, $url);
122
+ curl_setopt($handle, CURLOPT_RETURNTRANSFER, true);
123
+ $response = curl_exec($handle);
124
+ curl_close($handle);
125
+ }
126
+ }
127
+ echo "1";
128
+ die;
129
+ }
130
+
131
+
132
+ public function mystickymenu_settings_link($links){
133
+ $settings_link = '<a href="admin.php?page=my-stickymenu-welcomebar">Settings</a>';
134
+ $links['go_pro'] = '<a href="'.admin_url("admin.php?page=my-stickymenu-upgrade&type=upgrade").'" style="color: #FF5983; font-weight: bold; display: inline-block; border: solid 1px #FF5983; border-radius: 4px; padding: 0 5px;">'.__( 'Upgrade', 'stars-testimonials' ).'</a>';
135
+ array_unshift($links, $settings_link);
136
+ return $links;
137
+ }
138
+
139
+ public function mystickymenu_activation_redirect( $plugin) {
140
+ if( $plugin == plugin_basename( __FILE__ ) ) {
141
+ $is_shown = get_option("mystickymenu_update_message");
142
+ if($is_shown === false) {
143
+ add_option("mystickymenu_update_message", 1);
144
+ }
145
+ $option = get_option("mystickymenu_intro_box");
146
+ if($option === false) {
147
+ add_option("mystickymenu_intro_box", "show");
148
+ }
149
+
150
+ $welcomebar_widgets = get_option("mysticky_option_welcomebar");
151
+ if ( $welcomebar_widgets ) {
152
+ wp_redirect( admin_url( 'admin.php?page=my-stickymenu-welcomebar' ) ) ;
153
+ } else {
154
+ wp_redirect( admin_url( 'admin.php?page=my-stickymenu-welcomebar&widget=0' ) ) ;
155
+
156
+ }
157
+
158
+ exit;
159
+ }
160
+ }
161
+
162
+ public function mysticky_admin_script($hook) {
163
+
164
+ if ( !isset($_GET['page']) || ( isset($_GET['page']) && $_GET['page'] != 'my-stickymenu-settings' && $_GET['page'] != 'my-stickymenu-welcomebar' && $_GET['page'] != 'my-stickymenu-new-welcomebar' && $_GET['page'] != 'my-stickymenu-upgrade' && $_GET['page'] != 'msm-recommended-plugins' )) {
165
+ return;
166
+ }
167
+
168
+ wp_enqueue_style('mystickymenuAdminStyle', plugins_url('/css/mystickymenu-admin.css', __FILE__), array(), MYSTICKY_VERSION );
169
+ wp_style_add_data( 'mystickymenuAdminStyle', 'rtl', 'replace' );
170
+ wp_enqueue_style( 'wp-color-picker' );
171
+ //wp_enqueue_script( 'wp-color-picker-alpha', plugins_url('/js/wp-color-picker-alpha.min.js', __FILE__), array( 'wp-color-picker' ), MYSTICKY_VERSION );
172
+ wp_enqueue_style( 'wp-jquery-ui-dialog' );
173
+ wp_enqueue_style('jquery-ui');
174
+
175
+ wp_enqueue_script('jquery-ui');
176
+ wp_enqueue_script('jquery-ui-slider');
177
+ //wp_enqueue_script('jquery-ui-datepicker');
178
+ wp_enqueue_script( 'jquery-ui-dialog' );
179
+ wp_enqueue_script( 'my-script-handle', plugins_url('js/iris-script.js', __FILE__ ), array( 'wp-color-picker' ), false, true );
180
+
181
+ if($hook == "mystickymenu_page_my-stickymenu-upgrade") {
182
+ wp_enqueue_script( 'my-select2', plugins_url('js/select2.min.js', __FILE__ ), array( 'wp-color-picker' ), false, true );
183
+ wp_enqueue_style('my-css-select2', plugins_url('css/select2.min.css', __FILE__), array(), MYSTICKY_VERSION );
184
+ wp_enqueue_style('my-css-admin-settings', plugins_url('css/admin-setting.css', __FILE__), array(), MYSTICKY_VERSION );
185
+
186
+ wp_style_add_data( 'my-css-admin-settings', 'rtl', 'replace' );
187
+ }
188
+
189
+ wp_enqueue_script('mystickymenuAdminScript', plugins_url('/js/mystickymenu-admin.js', __FILE__), array( 'jquery', 'jquery-ui-slider' ), MYSTICKY_VERSION);
190
+
191
+ $locale_settings = array(
192
+ 'ajaxurl' => admin_url('admin-ajax.php'),
193
+ 'mystickymenu_url' => MYSTICKYMENU_URL,
194
+ 'ajax_nonce' => wp_create_nonce('mystickymenu'),
195
+ );
196
+
197
+ wp_localize_script('mystickymenuAdminScript', 'mystickymenu', $locale_settings);
198
+
199
+ }
200
+
201
+ public function mysticky_load_transl(){
202
+ load_plugin_textdomain('mystickymenu', FALSE, dirname(plugin_basename(__FILE__)).'/languages/');
203
+ }
204
+
205
+ function sanitize_options($value) {
206
+ $value = stripslashes($value);
207
+ $value = filter_var($value, FILTER_SANITIZE_STRING);
208
+ return $value;
209
+ }
210
+
211
+ public function add_plugin_page(){
212
+ if ( isset($_GET['hide_msmrecommended_plugin']) && $_GET['hide_msmrecommended_plugin'] == 1) {
213
+ update_option('hide_msmrecommended_plugin',true);
214
+ }
215
+ $hide_msmrecommended_plugin = get_option('hide_msmrecommended_plugin');
216
+ // This page will be under "Settings"
217
+ add_menu_page(
218
+ 'Settings Admin',
219
+ 'myStickymenu',
220
+ 'manage_options',
221
+ 'my-stickymenu-welcomebar',
222
+ array( $this, 'mystickystickymenu_admin_welcomebar_page' )
223
+ );
224
+ add_submenu_page(
225
+ 'my-stickymenu-welcomebar',
226
+ 'Settings Admin',
227
+ 'Dashboard',
228
+ 'manage_options',
229
+ 'my-stickymenu-welcomebar',
230
+ array( $this, 'mystickystickymenu_admin_welcomebar_page' )
231
+ );
232
+
233
+ add_submenu_page(
234
+ 'my-stickymenu-welcomebar',
235
+ 'Settings Admin',
236
+ '+ Create New Welcome Bar',
237
+ 'manage_options',
238
+ 'my-stickymenu-new-welcomebar',
239
+ array( $this, 'mystickystickymenu_admin_new_welcomebar_page' )
240
+ );
241
+
242
+ add_submenu_page(
243
+ 'my-stickymenu-welcomebar',
244
+ 'Settings Admin',
245
+ 'Sticky menu settings',
246
+ 'manage_options',
247
+ 'my-stickymenu-settings',
248
+ array( $this, 'create_admin_page' )
249
+ );
250
+
251
+
252
+ if ( !$hide_msmrecommended_plugin){
253
+ add_submenu_page(
254
+ 'my-stickymenu-welcomebar',
255
+ 'msm-recommended-plugins',
256
+ 'Recommended Plugins',
257
+ 'manage_options',
258
+ 'msm-recommended-plugins',
259
+ array( $this, 'mystickymenu_recommended_plugins' )
260
+ );
261
+ }
262
+ add_submenu_page(
263
+ 'my-stickymenu-welcomebar',
264
+ 'Upgrade to Pro',
265
+ 'Upgrade to Pro',
266
+ 'manage_options',
267
+ 'my-stickymenu-upgrade',
268
+ array( $this, 'mystickymenu_admin_upgrade_to_pro' )
269
+ );
270
+ }
271
+
272
+ public function create_admin_page(){
273
+
274
+ $upgarde_url = admin_url("admin.php?page=my-stickymenu-upgrade");
275
+ // Set class property
276
+ if (isset($_POST['mysticky_option_name']) && !empty($_POST['mysticky_option_name']) && isset($_POST['nonce'])) {
277
+ if(!empty($_REQUEST['nonce']) && wp_verify_nonce($_REQUEST['nonce'], 'mysticky_option_backend_update')) {
278
+ $post = $_POST['mysticky_option_name'];
279
+ foreach($post as $key=>$value) {
280
+ $post[$key] = self::sanitize_options($value);
281
+ }
282
+
283
+ $post['device_desktop'] = 'on';
284
+ $post['device_mobile'] = 'on';
285
+ update_option( 'mysticky_option_name', $post);
286
+ $this->mysticky_clear_all_caches();
287
+
288
+
289
+ if(isset($_POST['submit']) && $_POST['submit'] == 'SAVE & VIEW DASHBOARD'){
290
+ ?>
291
+ <script>
292
+ window.location.href = <?php echo "'".admin_url("admin.php?page=my-stickymenu-welcomebar")."'";?>;
293
+ </script>
294
+ <?php
295
+
296
+ }
297
+
298
+ echo '<div class="updated settings-error notice is-dismissible "><p><strong>' . esc_html__('Settings saved.','mystickymenu'). '</p></strong></div>';
299
+ } else {
300
+ wp_verify_nonce($_GET['nonce'], 'wporg_frontend_delete');
301
+ echo '<div class="error settings-error notice is-dismissible "><p><strong>' . esc_html__('Unable to complete your request','mystickymenu'). '</p></strong></div>';
302
+ }
303
+ }
304
+
305
+ $mysticky_options = get_option( 'mysticky_option_name');
306
+ $is_old = get_option("has_sticky_header_old_version");
307
+ $is_old = ($is_old == "yes")?true:false;
308
+ $nonce = wp_create_nonce('mysticky_option_backend_update');
309
+ $pro_url = "https://go.premio.io/?edd_action=add_to_cart&download_id=2199&edd_options[price_id]=";
310
+
311
+ $is_shown = get_option("mystickymenu_update_message");
312
+ if($is_shown == 1) {
313
+
314
+ include_once MYSTICKYMENU_PATH . '/update.php';
315
+ } else {
316
+
317
+ $option = get_option("mystickymenu_intro_box");
318
+ if($option == "show") {
319
+ include_once dirname(__FILE__) . "/mystickymenu-popup.php";
320
+ }
321
+ ?>
322
+ <style>
323
+ div#wpcontent {
324
+ background: rgba(101,114,219,1);
325
+ background: -moz-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
326
+ background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(101,114,219,1)), color-stop(67%, rgba(238,134,198,1)), color-stop(100%, rgba(238,134,198,1)));
327
+ background: -webkit-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
328
+ background: -o-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
329
+ background: -ms-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
330
+ background: linear-gradient(135deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
331
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6572db', endColorstr='#ee86c6', GradientType=1 );
332
+ }
333
+ </style>
334
+ <div id="mystickymenu" class="wrap mystickymenu">
335
+
336
+ <div id="sticky-header-settings" class="sticky-header-content">
337
+
338
+ <form class="mysticky-form" id="mystickymenuform" method="post" action="#">
339
+ <div class="mystickymenu-heading">
340
+ <div class="mysticky-stickymenu-header-title mystickymenu-content-section">
341
+ <h3><?php _e('Sticky menu', 'myStickymenu'); ?></h3>
342
+ <label for="mysticky-stickymenu-form-enabled" class="mysticky-welcomebar-switch stickymenu-switch">
343
+ <input type="checkbox" id="mysticky-stickymenu-form-enabled" name="mysticky_option_name[stickymenu_enable]" value="1" <?php checked( @$mysticky_options['stickymenu_enable'], '1' );?> />
344
+ <span class="slider"></span>
345
+ </label>
346
+ <div class="mysticky-stickymenu-backword-page">
347
+ <a href="<?php echo admin_url("admin.php?page=my-stickymenu-welcomebar");?>"><span class="dashicons dashicons-arrow-left-alt2 back-dashboard" style="color: unset;font-size: 17px;"></span> <?php _e('Back to Dashboard', 'myStickymenu'); ?></a>
348
+ </div>
349
+ </div>
350
+ <div class="myStickymenu-header-title">
351
+ <h3><?php esc_attr_e('How To Make a Sticky Header', 'mystickymenu'); ?></h3>
352
+ </div>
353
+ <p><?php _e("Add sticky menu / header to any theme. <br />Simply change 'Sticky Class' to HTML element class desired to be sticky (div id can be used as well).", 'mystickymenu'); ?></p>
354
+ </div>
355
+ <div class="mystickymenu-content-section sticky-class-sec">
356
+ <table>
357
+ <tr>
358
+ <td>
359
+ <label class="mysticky_title"><?php _e("Sticky Class", 'mystickymenu')?></label>
360
+ <br /><br />
361
+ <?php $nav_menus = wp_get_nav_menus();
362
+ $menu_locations = get_nav_menu_locations();
363
+ $locations = get_registered_nav_menus();
364
+ ?>
365
+ <select name="mysticky_option_name[mysticky_class_id_selector]" id="mystickymenu-select">
366
+ <option value=""><?php _e( 'Select Sticky Menu', 'mystickymenu' ); ?></option>
367
+
368
+ <?php foreach ( (array) $nav_menus as $_nav_menu ) : ?>
369
+ <option value="<?php echo esc_attr( $_nav_menu->slug ); ?>" <?php selected( $_nav_menu->slug, $mysticky_options['mysticky_class_id_selector'] ); ?>>
370
+ <?php
371
+ echo esc_html( $_nav_menu->name );
372
+
373
+ if ( ! empty( $menu_locations ) && in_array( $_nav_menu->term_id, $menu_locations ) ) {
374
+ $locations_assigned_to_this_menu = array();
375
+ foreach ( array_keys( $menu_locations, $_nav_menu->term_id ) as $menu_location_key ) {
376
+ if ( isset( $locations[ $menu_location_key ] ) ) {
377
+ $locations_assigned_to_this_menu[] = $locations[ $menu_location_key ];
378
+ }
379
+ }
380
+
381
+ /**
382
+ * Filters the number of locations listed per menu in the drop-down select.
383
+ *
384
+ * @since 3.6.0
385
+ *
386
+ * @param int $locations Number of menu locations to list. Default 3.
387
+ */
388
+ $assigned_locations = array_slice( $locations_assigned_to_this_menu, 0, absint( apply_filters( 'wp_nav_locations_listed_per_menu', 3 ) ) );
389
+
390
+ // Adds ellipses following the number of locations defined in $assigned_locations.
391
+ if ( ! empty( $assigned_locations ) ) {
392
+ printf(
393
+ ' (%1$s%2$s)',
394
+ implode( ', ', $assigned_locations ),
395
+ count( $locations_assigned_to_this_menu ) > count( $assigned_locations ) ? ' &hellip;' : ''
396
+ );
397
+ }
398
+ }
399
+ ?>
400
+ </option>
401
+ <?php endforeach; ?>
402
+ <option value="custom" <?php selected( 'custom', $mysticky_options['mysticky_class_id_selector'] ); ?>><?php esc_html_e( 'Other Class Or ID', 'mystickymenu' );?></option>
403
+ </select>
404
+
405
+ <input type="text" size="18" id="mysticky_class_selector" class="mystickyinput" name="mysticky_option_name[mysticky_class_selector]" value="<?php echo esc_attr($mysticky_options['mysticky_class_selector']);?>" />
406
+
407
+ <p class="description mystuckymenu-class-id">
408
+ <span class="dashicons dashicons-info"></span>&nbsp;
409
+ <span>
410
+ <?php echo sprintf(__('Need help finding your ID/Class? Install <a href="%s" target="_blank">CSS Peeper</a> to quickly get your navigation menu ID/Class. Here\'s a quick <a href="%s" target="_blank">video <span class="dashicons dashicons-controls-play"></span></a> of how you can do it.', 'mystickymenu'), 'https://chrome.google.com/webstore/detail/css-peeper/mbnbehikldjhnfehhnaidhjhoofhpehk?hl=en', 'https://www.youtube.com/watch?v=uuNqSkBPnLU');?>
411
+ </span>
412
+ </p>
413
+ </td>
414
+ <td>
415
+ <div class="mysticky_device_upgrade">
416
+ <label class="mysticky_title"><?php _e("Devices", 'mystickymenu')?></label>
417
+ <span class="myStickymenu-upgrade"><a class="sticky-header-upgrade" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span>
418
+
419
+ <ul class="mystickymenu-input-multicheckbox">
420
+ <li>
421
+ <label>
422
+ <input id="disable_css" name="mysticky_option_name[device_desktop]" type="checkbox" checked disabled />
423
+ <?php _e( 'Desktop', 'mystickymenu' );?>
424
+ </label>
425
+ </li>
426
+ <li>
427
+ <label>
428
+ <input id="disable_css" name="mysticky_option_name[device_mobile]" type="checkbox" checked disabled />
429
+ <?php _e( 'Mobile', 'mystickymenu' );?>
430
+ </label>
431
+ </li>
432
+ </ul>
433
+ </div>
434
+ </td>
435
+ </tr>
436
+ </table>
437
+ </div>
438
+ <div class="mystickymenu-content-section">
439
+ <h3><?php esc_html_e( 'Settings', 'mystickymenu' );?></h3>
440
+ <table class="form-table">
441
+ <tr>
442
+ <td>
443
+ <label for="myfixed_zindex" class="mysticky_title"><?php _e("Sticky z-index", 'mystickymenu')?></label>
444
+ </td>
445
+ <td>
446
+ <input type="number" min="0" max="2147483647" step="1" class="mysticky-number" id="myfixed_zindex" name="mysticky_option_name[myfixed_zindex]" value="<?php echo esc_attr($mysticky_options['myfixed_zindex']);?>" />
447
+ </td>
448
+ <td>
449
+ <label class="mysticky_title myssticky-remove-hand"><?php _e("Fade or slide effect", 'mystickymenu')?></label>
450
+ </td>
451
+ <td>
452
+ <label>
453
+ <input name="mysticky_option_name[myfixed_fade]" value= "slide" type="radio" <?php checked( @$mysticky_options['myfixed_fade'], 'slide' );?> />
454
+ <?php _e("Slide", 'mystickymenu'); ?>
455
+ </label>
456
+ <label>
457
+ <input name="mysticky_option_name[myfixed_fade]" value="fade" type="radio" <?php checked( @$mysticky_options['myfixed_fade'], 'fade' );?> />
458
+ <?php _e("Fade", 'mystickymenu'); ?>
459
+ </label>
460
+ </td>
461
+ </tr>
462
+ <tr>
463
+ <td>
464
+ <label for="myfixed_disable_small_screen" class="mysticky_title"><?php _e("Disable at Small Screen Sizes", 'mystickymenu')?></label>
465
+ <p class="description"><?php esc_attr_e('Less than chosen screen width, set 0 to disable','mystickymenu');?></p>
466
+ </td>
467
+ <td>
468
+ <div class="px-wrap">
469
+ <input type="number" class="" min="0" step="1" id="myfixed_disable_small_screen" name="mysticky_option_name[myfixed_disable_small_screen]" value="<?php echo esc_attr($mysticky_options['myfixed_disable_small_screen']);?>" />
470
+ <span class="input-px">PX</span>
471
+ </div>
472
+ </td>
473
+ <td>
474
+ <label for="mysticky_active_on_height" class="mysticky_title"><?php _e("Make visible on Scroll", 'mystickymenu')?></label>
475
+ <p class="description"><?php esc_attr_e('If set to 0 auto calculate will be used.','mystickymenu');?></p>
476
+ </td>
477
+ <td>
478
+ <div class="px-wrap">
479
+ <input type="number" class="small-text" min="0" step="1" id="mysticky_active_on_height" name="mysticky_option_name[mysticky_active_on_height]" value="<?php echo esc_attr($mysticky_options['mysticky_active_on_height']);?>" />
480
+ <span class="input-px">PX</span>
481
+ </div>
482
+ </td>
483
+ </tr>
484
+ <tr>
485
+ <td>
486
+ <label for="mysticky_active_on_height_home" class="mysticky_title"><?php _e("Make visible on Scroll at homepage", 'mystickymenu')?></label>
487
+ <p class="description"><?php _e( 'If set to 0 it will use initial Make visible on Scroll value.', 'mystickymenu' );?></p>
488
+ </td>
489
+ <td>
490
+ <div class="px-wrap">
491
+ <input type="number" class="small-text" min="0" step="1" id="mysticky_active_on_height_home" name="mysticky_option_name[mysticky_active_on_height_home]" value="<?php echo esc_attr($mysticky_options['mysticky_active_on_height_home']);;?>" />
492
+ <span class="input-px">PX</span>
493
+ </div>
494
+ </td>
495
+ <td>
496
+ <label for="myfixed_bgcolor" class="mysticky_title myssticky-remove-hand"><?php _e("Sticky Background Color", 'mystickymenu')?></label>
497
+ </td>
498
+ <td>
499
+ <input type="text" id="myfixed_bgcolor" name="mysticky_option_name[myfixed_bgcolor]" class="my-color-field" data-alpha="true" value="<?php echo esc_attr($mysticky_options['myfixed_bgcolor']);;?>" />
500
+
501
+ </td>
502
+ </tr>
503
+ <tr>
504
+ <td>
505
+ <label for="myfixed_transition_time" class="mysticky_title"><?php _e("Sticky Transition Time", 'mystickymenu')?></label>
506
+ </td>
507
+ <td>
508
+ <input type="number" class="small-text" min="0" step="0.1" id="myfixed_transition_time" name="mysticky_option_name[myfixed_transition_time]" value="<?php echo esc_attr($mysticky_options['myfixed_transition_time']);?>" />
509
+ </td>
510
+ <td>
511
+ <label for="myfixed_textcolor" class="mysticky_title myssticky-remove-hand"><?php _e("Sticky Text Color", 'mystickymenu')?></label>
512
+ </td>
513
+ <td>
514
+ <input type="text" id="myfixed_textcolor" name="mysticky_option_name[myfixed_textcolor]" class="my-color-field" data-alpha="true" value="<?php echo (isset($mysticky_options['myfixed_textcolor'])) ? $mysticky_options['myfixed_textcolor'] : '';?>" />
515
+
516
+ </td>
517
+ </tr>
518
+ <tr>
519
+ <td>
520
+ <label for="myfixed_opacity" class="mysticky_title myssticky-remove-hand"><?php _e("Sticky Opacity", 'mystickymenu')?></label>
521
+ <p class="description"><?php _e( 'numbers 1-100.', 'mystickymenu');?></p>
522
+ </td>
523
+ <td>
524
+ <input type="hidden" class="small-text mysticky-slider" min="0" step="1" max="100" id="myfixed_opacity" name="mysticky_option_name[myfixed_opacity]" value="<?php echo esc_attr($mysticky_options['myfixed_opacity']);;?>" />
525
+ <div id="slider">
526
+ <div id="custom-handle" class="ui-slider-handle"><?php //echo esc_attr($mysticky_options['myfixed_opacity']);?></div>
527
+ </div>
528
+
529
+ </td>
530
+ </tr>
531
+ </table>
532
+ </div>
533
+
534
+ <div class="mystickymenu-content-section <?php echo !$is_old?"mystickymenu-content-upgrade":""?>" >
535
+
536
+ <div class="mystickymenu-content-option">
537
+ <label class="mysticky_title css-style-title"><?php _e("Hide on Scroll Down", 'mystickymenu'); ?></label>
538
+ <?php if(!$is_old) { ?><span class="myStickymenu-upgrade"><a class="sticky-header-upgrade" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span><?php } ?>
539
+ <p>
540
+ <label class="mysticky_text">
541
+ <input id="myfixed_disable_scroll_down" name="mysticky_option_name[myfixed_disable_scroll_down]" type="checkbox" <?php checked( @$mysticky_options['myfixed_disable_scroll_down'], 'on' );?> <?php echo !$is_old?"disabled":"" ?> />
542
+ <?php _e("Disable sticky menu at scroll down", 'mystickymenu'); ?>
543
+ </label>
544
+ </p>
545
+ </div>
546
+ <div class="mysticky-page-target-setting mystickymenu-content-option">
547
+ <label class="mysticky_title"><?php esc_attr_e('Page targeting', 'myStickymenu'); ?></label>
548
+ <div class="mystickymenu-input-section mystickymenu-page-target-wrap">
549
+ <div class="mysticky-welcomebar-setting-content-right">
550
+ <div class="mysticky-page-options" id="mysticky-welcomebar-page-options">
551
+ <?php $page_option = (isset($mysticky_options['mysticky_page_settings'])) ? $mysticky_options['mysticky_page_settings'] : array();
552
+ $url_options = array(
553
+ 'page_contains' => 'pages that contain',
554
+ 'page_has_url' => 'a specific page',
555
+ 'page_start_with' => 'pages starting with',
556
+ 'page_end_with' => 'pages ending with',
557
+ );
558
+
559
+ if(!empty($page_option) && is_array($page_option)) {
560
+ $count = 0;
561
+ foreach($page_option as $k=>$option) {
562
+ $count++;
563
+ ?>
564
+ <div class="mysticky-page-option <?php echo ( $k==count($page_option) ) ? "last":""; ?>">
565
+ <div class="url-content">
566
+ <div class="mysticky-welcomebar-url-select">
567
+ <select name="mysticky_option_name[mysticky_page_settings][<?php echo esc_attr($count); ?>][shown_on]" id="url_shown_on_<?php echo esc_attr($count); ?>_option">
568
+ <option value="show_on" <?php echo ($option['shown_on']=="show_on" ) ? "selected":"" ?> ><?php esc_html_e( 'Show on', 'mysticky' )?></option>
569
+ <option value="not_show_on" <?php echo ($option['shown_on']=="not_show_on" )? "selected":""; ?>><?php esc_html_e( "Don't show on", "mysticky" );?></option>
570
+ </select>
571
+ </div>
572
+ <div class="mysticky-welcomebar-url-option">
573
+ <select class="mysticky-url-options" name="mysticky_option_name[mysticky_page_settings][<?php echo esc_attr($count);; ?>][option]" id="url_rules_<?php echo esc_attr($count); ?>_option">
574
+ <option disabled value=""><?php esc_html_e( "Select Rule", "mysticky" );?></option>
575
+ <?php foreach($url_options as $key=>$value) {
576
+ $selected = ( isset($option['option']) && $option['option']==$key )?" selected='selected' ":"";
577
+ echo '<option '.$selected.' value="'.$key.'">'.$value.'</option>';
578
+ } ?>
579
+ </select>
580
+ </div>
581
+ <div class="mysticky-welcomebar-url-box">
582
+ <span class='mysticky-welcomebar-url'><?php echo site_url("/"); ?></span>
583
+ </div>
584
+ <div class="mysticky-welcomebar-url-values">
585
+ <input type="text" value="<?php echo esc_attr($option['value']) ?>" name="mysticky_option_name[mysticky_page_settings][<?php echo esc_attr($count); ?>][value]" id="url_rules_<?php echo esc_attr($count);; ?>_value" />
586
+ </div>
587
+ <div class="mysticky-welcomebar-url-buttons">
588
+ <a class="mysticky-remove-rule" href="javascript:;">x</a>
589
+ </div>
590
+ <div class="clear"></div>
591
+ </div>
592
+ </div>
593
+ <?php
594
+ }
595
+ }
596
+ ?>
597
+ </div>
598
+ <a href="javascript:void(0);" class="create-rule" id="mysticky_create-rule"><?php esc_html_e( "Add Rule", "mystickymenu" );?></a>
599
+ </div>
600
+ <input type="hidden" id="mysticky_welcomebar_site_url" value="<?php echo site_url("/") ?>" />
601
+ <div class="mysticky-page-options-html" style="display: none;">
602
+ <div class="mysticky-page-option">
603
+ <div class="url-content">
604
+ <div class="mysticky-welcomebar-url-select">
605
+ <select name="" id="url_shown_on___count___option">
606
+ <option value="show_on"><?php esc_html_e("Show on", "mysticky" );?></option>
607
+ <option value="not_show_on"><?php esc_html_e("Don't show on", "mysticky" );?></option>
608
+ </select>
609
+ </div>
610
+ <div class="mysticky-welcomebar-url-option">
611
+ <select class="mysticky-url-options" name="" id="url_rules___count___option">
612
+ <option selected="selected" disabled value=""><?php esc_html_e("Select Rule", "mysticky" );?></option>
613
+ <?php foreach($url_options as $key=>$value) {
614
+ echo '<option value="'.$key.'">'.$value.'</option>';
615
+ } ?>
616
+ </select>
617
+ </div>
618
+ <div class="mysticky-welcomebar-url-box">
619
+ <span class='mysticky-welcomebar-url'><?php echo site_url("/"); ?></span>
620
+ </div>
621
+ <div class="mysticky-welcomebar-url-values">
622
+ <input type="text" value="" name="mysticky_option_name[mysticky_page_settings][__count__][value]" id="url_rules___count___value" disabled />
623
+ </div>
624
+ <div class="clear"></div>
625
+ </div>
626
+ <span class="myStickymenu-upgrade"><a class="sticky-header-upgrade" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span>
627
+ </div>
628
+ </div>
629
+ </div>
630
+ </div>
631
+ <div class="mystickymenu-content-option">
632
+ <label class="mysticky_title css-style-title"><?php _e("CSS style", 'mystickymenu'); ?></label>
633
+ <span class="mysticky_text"><?php _e( 'Add/edit CSS style. Leave it blank for default style.', 'mystickymenu');?></span>
634
+ <div class="mystickymenu-input-section">
635
+ <textarea type="text" rows="4" cols="60" id="myfixed_cssstyle" name="mysticky_option_name[myfixed_cssstyle]" <?php echo !$is_old?"disabled":"" ?> ><?php echo @$mysticky_options['myfixed_cssstyle'];?></textarea>
636
+ </div>
637
+ <p><?php esc_html_e( "CSS ID's and Classes to use:", "mystickymenu" );?></p>
638
+ <p>
639
+ #mysticky-wrap { }<br/>
640
+ #mysticky-nav.wrapfixed { }<br/>
641
+ #mysticky-nav.wrapfixed.up { }<br/>
642
+ #mysticky-nav.wrapfixed.down { }<br/>
643
+ #mysticky-nav .navbar { }<br/>
644
+ #mysticky-nav .navbar.myfixed { }<br/>
645
+ </p>
646
+ </div>
647
+
648
+ <div class="mystickymenu-content-option">
649
+ <label class="mysticky_title" for="disable_css"><?php _e("Disable CSS style", 'mystickymenu'); ?></label>
650
+ <div class="mystickymenu-input-section">
651
+ <label>
652
+ <input id="disable_css" name="mysticky_option_name[disable_css]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['disable_css'], 'on' );?> />
653
+ <?php _e( 'Use this option if you plan to include CSS Style manually', 'mystickymenu' );?>
654
+ </label>
655
+ </div>
656
+ <p></p>
657
+ </div>
658
+
659
+ <div class="mystickymenu-content-option">
660
+ <label class="mysticky_title"><?php _e("Disable at", 'mystickymenu'); ?></label>
661
+ <?php if(!$is_old) { ?><span class="myStickymenu-upgrade"><a class="sticky-header-upgrade" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span><?php } ?>
662
+ <div class="mystickymenu-input-section">
663
+ <ul class="mystickymenu-input-multicheckbox">
664
+ <li>
665
+ <label>
666
+ <input id="mysticky_disable_at_front_home" name="mysticky_option_name[mysticky_disable_at_front_home]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_front_home'], 'on' );?>/>
667
+ <span><?php esc_attr_e('front page', 'mystickymenu' );?></span>
668
+ </label>
669
+ </li>
670
+ <li>
671
+ <label>
672
+ <input id="mysticky_disable_at_blog" name="mysticky_option_name[mysticky_disable_at_blog]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_blog'], 'on' );?>/>
673
+ <span><?php esc_attr_e('blog page', 'mystickymenu' );?></span>
674
+ </label>
675
+ </li>
676
+ <li>
677
+ <label>
678
+ <input id="mysticky_disable_at_page" name="mysticky_option_name[mysticky_disable_at_page]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_page'], 'on' );?> />
679
+ <span><?php esc_attr_e('pages', 'mystickymenu' );?> </span>
680
+ </label>
681
+ </li>
682
+ <li>
683
+ <label>
684
+ <input id="mysticky_disable_at_tag" name="mysticky_option_name[mysticky_disable_at_tag]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_tag'], 'on' );?> />
685
+ <span><?php esc_attr_e('tags', 'mystickymenu' );?> </span>
686
+ </label>
687
+ </li>
688
+ <li>
689
+ <label>
690
+ <input id="mysticky_disable_at_category" name="mysticky_option_name[mysticky_disable_at_category]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_category'], 'on' );?>/>
691
+ <span><?php esc_attr_e('categories', 'mystickymenu' );?></span>
692
+ </label>
693
+ </li>
694
+ <li>
695
+ <label>
696
+ <input id="mysticky_disable_at_single" name="mysticky_option_name[mysticky_disable_at_single]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_single'], 'on' );?> />
697
+ <span><?php esc_attr_e('posts', 'mystickymenu' );?> </span>
698
+ </label>
699
+ </li>
700
+ <li>
701
+ <label>
702
+ <input id="mysticky_disable_at_archive" name="mysticky_option_name[mysticky_disable_at_archive]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_archive'], 'on' );?> />
703
+ <span><?php esc_attr_e('archives', 'mystickymenu' );?> </span>
704
+ </label>
705
+ </li>
706
+ <li>
707
+ <label>
708
+ <input id="mysticky_disable_at_search" name="mysticky_option_name[mysticky_disable_at_search]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_search'], 'on' );?> />
709
+ <span><?php esc_attr_e('search', 'mystickymenu' );?> </span>
710
+ </label>
711
+ </li>
712
+ <li>
713
+ <label>
714
+ <input id="mysticky_disable_at_404" name="mysticky_option_name[mysticky_disable_at_404]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_404'], 'on' );?>/>
715
+ <span><?php esc_attr_e('404', 'mystickymenu' );?> </span>
716
+ </label>
717
+ </li>
718
+ </ul>
719
+
720
+ <?php
721
+ if (isset ( $mysticky_options['mysticky_disable_at_page'] ) == true ) {
722
+ echo '<div class="mystickymenu-input-section">';
723
+ _e('<span class="description"><strong>Except for this pages:</strong> </span>', 'mystickymenu');
724
+
725
+ printf(
726
+ '<input type="text" size="26" class="mystickymenu_normal_text" id="mysticky_enable_at_pages" name="mysticky_option_name[mysticky_enable_at_pages]" value="%s" /> ',
727
+ isset( $mysticky_options['mysticky_enable_at_pages'] ) ? esc_attr( $mysticky_options['mysticky_enable_at_pages']) : ''
728
+ );
729
+
730
+ _e('<span class="description">Comma separated list of pages to enable. It should be page name, id or slug. Example: about-us, 1134, Contact Us. Leave blank if you realy want to disable sticky menu for all pages.</span>', 'mystickymenu');
731
+ echo '</div>';
732
+ }
733
+
734
+ if (isset ( $mysticky_options['mysticky_disable_at_single'] ) == true ) {
735
+
736
+ echo '<div class="mystickymenu-input-section">';
737
+ _e('<span class="description"><strong>Except for this posts:</strong> </span>', 'mystickymenu');
738
+
739
+ printf(
740
+ '<input type="text" size="26" class="mystickymenu_normal_text" id="mysticky_enable_at_posts" name="mysticky_option_name[mysticky_enable_at_posts]" value="%s" /> ',
741
+ isset( $mysticky_options['mysticky_enable_at_posts'] ) ? esc_attr( $mysticky_options['mysticky_enable_at_posts']) : ''
742
+ );
743
+
744
+ _e('<span class="description">Comma separated list of posts to enable. It should be post name, id or slug. Example: about-us, 1134, Contact Us. Leave blank if you realy want to disable sticky menu for all posts.</span>', 'mystickymenu');
745
+ echo '</div>';
746
+
747
+ }
748
+ ?>
749
+ <p></p>
750
+ </div>
751
+ </div>
752
+ </div>
753
+
754
+ <div class="mystickymenu-action-popup new-center" id="mysticky-sticky-save-confirm" style="display:none;">
755
+ <div class="mystickymenu-action-popup-header">
756
+ <h3><?php esc_html_e("Turn on Sticky Menu","mystickymenu"); ?></h3>
757
+ <span class="dashicons dashicons-no-alt close-button" data-from = "stickymenu-confirm"></span>
758
+ </div>
759
+ <div class="mystickymenu-action-popup-body">
760
+ <p><?php esc_html_e("Sticky Menu is not turned on. Turn on Sticky Menu to activate sticky menu on your website.","mystickymenu"); ?></p>
761
+ </div>
762
+ <div class="mystickymenu-action-popup-footer">
763
+ <button type="button" class="btn-enable btn-nevermind-status" id="stickymenu_status_dolater" ><?php esc_html_e("Just save & keep it off","mystickymenu"); ?></button>
764
+ <button type="button" class="btn-disable-cancel" id="stickymenu_status_ok" ><?php esc_html_e("Save & Turn on Sticky Menu","mystickymenu"); ?></button>
765
+ </div>
766
+ </div>
767
+ <div class="mystickymenupopup-overlay" id="stickymenu-option-overlay-popup"></div>
768
+
769
+ <p class="submit">
770
+ <input type="submit" name="submit" id="submit" class="button button-primary btn-save-stickymenu" value="<?php esc_attr_e('Save', 'mystickymenu');?>">
771
+
772
+ <input type="submit" name="submit" id="submit" class="button button-primary save_view_dashboard" style="width: auto;" value="<?php _e('SAVE & VIEW DASHBOARD', 'mystickymenu');?>">
773
+ </p>
774
+ <input type="hidden" name="nonce" value="<?php echo esc_attr($nonce); ?>">
775
+ <input type="hidden" id="save_stickymenu" value=""/>
776
+ </form>
777
+ <form class="mysticky-hideformreset" method="post" action="">
778
+ <input name="reset_mysticky_options" class="button button-secondary confirm" type="submit" value="<?php esc_attr_e('Reset', 'mystickymenu');?>" >
779
+ <input type="hidden" name="action" value="reset" />
780
+ <?php $nonce = wp_create_nonce('mysticky_option_backend_reset_nonce'); ?>
781
+ <input type="hidden" name="nonce" value="<?php echo esc_attr($nonce); ?>">
782
+ </form>
783
+ <p class="myStickymenu-review"><a href="https://wordpress.org/support/plugin/mystickymenu/reviews/" target="_blank"><?php esc_attr_e('Leave a review','mystickymenu'); ?></a></p>
784
+ </div>
785
+ </div>
786
+ <?php }
787
+ }
788
+
789
+
790
+ public function mystickystickymenu_admin_welcomebar_page() {
791
+
792
+ $is_shown = get_option("mystickymenu_update_message");
793
+ if($is_shown == 1) {
794
+ include_once MYSTICKYMENU_PATH . '/update.php';
795
+ return;
796
+ }
797
+
798
+ /* welcome bar save data */
799
+
800
+ if (isset($_POST['mysticky_option_welcomebar']) && !empty($_POST['mysticky_option_welcomebar']) && isset($_POST['nonce'])) {
801
+ if(!empty($_POST['nonce']) && wp_verify_nonce($_POST['nonce'], 'mysticky_option_welcomebar_update')) {
802
+ $widgets = get_option( 'mysticky_option_welcomebar' );
803
+ $is_first_widget = 0;
804
+ if( isset($widgets) && $widgets == '' ){
805
+ $is_first_widget = 1;
806
+ }
807
+
808
+
809
+ //
810
+ $welcomebars_widgets[0] = 'Welcome Bar #0';
811
+ update_option( 'mystickymenu-welcomebars', $welcomebars_widgets );
812
+
813
+ $mysticky_option_welcomebar = filter_var_array( $_POST['mysticky_option_welcomebar'], FILTER_SANITIZE_STRING );
814
+ $mysticky_option_welcomebar['mysticky_welcomebar_bar_text'] = wp_kses_post($_POST['mysticky_option_welcomebar']['mysticky_welcomebar_bar_text']);
815
+ $mysticky_option_welcomebar['mysticky_welcomebar_height'] = 60;
816
+ $mysticky_option_welcomebar['mysticky_welcomebar_device_desktop'] = 'desktop';
817
+ $mysticky_option_welcomebar['mysticky_welcomebar_device_mobile'] = 'mobile';
818
+ $mysticky_option_welcomebar['mysticky_welcomebar_trigger'] = 'after_a_few_seconds';
819
+ $mysticky_option_welcomebar['mysticky_welcomebar_triggersec'] = '0';
820
+ $mysticky_option_welcomebar['mysticky_welcomebar_expirydate'] = '';
821
+ $mysticky_option_welcomebar['mysticky_welcomebar_page_settings'] = '';
822
+
823
+ update_option( 'mysticky_option_welcomebar', $mysticky_option_welcomebar);
824
+
825
+ $this->mysticky_clear_all_caches();
826
+
827
+ if($is_first_widget == 1){
828
+ echo '<div class="main-popup-mystickymenu-bg first-widget-popup"><div class="main-popup-mystickymenu-bg mystickymenu_container_popupbox"><div class="firstwidget-popup-contain"><img src="'. MYSTICKYMENU_URL .'/images/firstwidget_header.svg"><h4>Your first welcome bar is up! 🎉</h4> <p> Yay - we’re happy you chose MyStickyMenu for your website. If you run into anything, the <a href=" https://premio.io/help/mystickymenu/?utm_source=firstbar" target="_blank" style="text-decoration: underline !important;"><strong>help center</strong></a> is always here for you.</p><a href="'.admin_url("admin.php?page=my-stickymenu-welcomebar").'" class="mystickymenu btn-black btn-back-dashboard">Back to Dashboard</a></div><div class="popup-modul-close-btn firstwidget-model"><a href="javascript:void(0)" class="close-chaty-maxvisitor-popup" id="close-first-popup"><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 5L5 15" stroke="#4A4A4A" stroke-width="2.08" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 5L15 15" stroke="#4A4A4A" stroke-width="2.08" stroke-linecap="round" stroke-linejoin="round"/></svg></a></div></div></div><div class="mystickymenupopup-overlay" id="first_widget_overlay" style="display:block;"></div>';
829
+ }
830
+
831
+ echo '<div class="updated settings-error notice is-dismissible "><p><strong>' . esc_html__('Settings saved.','mystickymenu'). '</p></strong></div>';
832
+ } else {
833
+ wp_verify_nonce($_GET['nonce'], 'wporg_frontend_delete');
834
+ echo '<div class="error settings-error notice is-dismissible "><p><strong>' . esc_html__('Unable to complete your request','mystickymenu'). '</p></strong></div>';
835
+ }
836
+ }
837
+
838
+
839
+
840
+ if (isset($_POST['mysticky_welcomebar_reset']) && !empty($_POST['mysticky_welcomebar_reset']) && isset($_POST['nonce_reset'])) {
841
+ if(!empty($_POST['nonce_reset']) && wp_verify_nonce($_POST['nonce_reset'], 'mysticky_option_welcomebar_reset')) {
842
+ $mysticky_option_welcomebar_reset = mysticky_welcomebar_pro_widget_default_fields();
843
+ update_option( 'mysticky_option_welcomebar', $mysticky_option_welcomebar_reset);
844
+ $this->mysticky_clear_all_caches();
845
+ echo '<div class="updated settings-error notice is-dismissible "><p><strong>' . esc_html__('Reset Settings saved.','mystickymenu'). '</p></strong></div>';
846
+ } else {
847
+ wp_verify_nonce($_GET['nonce'], 'wporg_frontend_delete');
848
+ echo '<div class="error settings-error notice is-dismissible "><p><strong>' . esc_html__('Unable to complete your request','mystickymenu'). '</p></strong></div>';
849
+ }
850
+ }
851
+
852
+ if(isset($is_first_widget) && $is_first_widget == 0 && isset($_POST['submit']) && $_POST['submit'] == 'SAVE & VIEW DASHBOARD'){
853
+ ?>
854
+ <script>
855
+ window.location.href = <?php echo "'".admin_url("admin.php?page=my-stickymenu-welcomebar")."'";?>;
856
+ </script>
857
+ <?php
858
+ }
859
+
860
+ $mysticky_options = get_option( 'mysticky_option_name');
861
+ $is_old = get_option("has_sticky_header_old_version");
862
+ $is_old = ($is_old == "yes")?true:false;
863
+ $nonce = wp_create_nonce('mysticky_option_backend_update');
864
+ $pro_url = "https://go.premio.io/?edd_action=add_to_cart&download_id=2199&edd_options[price_id]=";
865
+
866
+ ?>
867
+ <style>
868
+ div#wpcontent {
869
+ background: rgba(101,114,219,1);
870
+ background: -moz-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
871
+ background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(101,114,219,1)), color-stop(67%, rgba(238,134,198,1)), color-stop(100%, rgba(238,134,198,1)));
872
+ background: -webkit-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
873
+ background: -o-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
874
+ background: -ms-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
875
+ background: linear-gradient(135deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
876
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6572db', endColorstr='#ee86c6', GradientType=1 );
877
+ }
878
+ </style>
879
+ <div id="mystickymenu" class="wrap mystickymenu">
880
+
881
+ <div id="sticky-header-welcome-bar" class="sticky-header-content">
882
+ <?php
883
+
884
+ $welcomebars_widgets = get_option( 'mysticky_option_welcomebar' );
885
+ if ( !isset($_GET['widget']) && isset( $_GET['page'] ) && $_GET['page'] == 'my-stickymenu-welcomebar' ) {
886
+ include_once( 'stickymenu-dashboard.php');
887
+ }elseif ( !isset($_GET['isedit']) && !isset($_GET['save']) && isset($welcomebars_widgets) && !empty($welcomebars_widgets) ) {
888
+ ?>
889
+ <div id="mystickymenu" class="wrap mystickymenu mystickymenu-new-widget-wrap">
890
+ <?php include_once dirname(__FILE__) . '/mystickymeny-new-welcomebar.php';?>
891
+ </div>
892
+ <?php
893
+ }else{
894
+
895
+
896
+ mysticky_welcome_bar_backend();
897
+ }
898
+ ?>
899
+ </div>
900
+ </div>
901
+ <?php
902
+ }
903
+
904
+ public function mystickystickymenu_admin_new_welcomebar_page() {
905
+ $welcomebars_widgets = get_option( 'mysticky_option_welcomebar' );
906
+ if( isset($welcomebars_widgets) && !empty($welcomebars_widgets)){
907
+ ?>
908
+ <div id="mystickymenu" class="wrap mystickymenu mystickymenu-new-widget-wrap">
909
+ <?php include_once dirname(__FILE__) . '/mystickymeny-new-welcomebar.php';?>
910
+ </div>
911
+ <?php
912
+ }else{ ?>
913
+ <div id="mystickymenu" class="wrap mystickymenu">
914
+ <div id="sticky-header-welcome-bar" class="sticky-header-content">
915
+ <?php mysticky_welcome_bar_backend(); ?>
916
+ </div>
917
+ </div>
918
+ <?php
919
+ }
920
+
921
+ }
922
+
923
+ public function mystickymenu_recommended_plugins() {
924
+ include_once 'recommended-plugins.php';
925
+ }
926
+
927
+
928
+
929
+ public function mystickymenu_admin_upgrade_to_pro() {
930
+ $pro_url = "https://go.premio.io/checkount/?edd_action=add_to_cart&download_id=2199&edd_options[price_id]=";
931
+ ?>
932
+ <style>
933
+ div#wpcontent {
934
+ background: rgba(101,114,219,1);
935
+ background: -moz-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
936
+ background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(101,114,219,1)), color-stop(67%, rgba(238,134,198,1)), color-stop(100%, rgba(238,134,198,1)));
937
+ background: -webkit-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
938
+ background: -o-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
939
+ background: -ms-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
940
+ background: linear-gradient(135deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
941
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6572db', endColorstr='#ee86c6', GradientType=1 );
942
+ }
943
+ </style>
944
+ <div id="mystickymenu" class="wrap mystickymenu">
945
+ <?php include_once "upgrade-to-pro.php"; ?>
946
+ </div>
947
+ <?php
948
+ }
949
+
950
+ public function mysticky_default_options() {
951
+
952
+ global $options;
953
+ $menu_locations = get_nav_menu_locations();
954
+ $menu_object = isset($menu_locations['menu-1']) ? wp_get_nav_menu_object( $menu_locations['menu-1'] ) : array();
955
+
956
+ if ( is_object($menu_object) && $menu_object->slug != '' ) {
957
+ $mysticky_class_id_selector = $menu_object->slug;
958
+ } else {
959
+ $mysticky_class_id_selector = 'custom';
960
+ }
961
+
962
+ $mystickyClass = '.navbar';
963
+ $template_name = get_template();
964
+ switch( $template_name ){
965
+ case 'ashe':
966
+ $mysticky_class_id_selector = 'custom';
967
+ $mystickyClass = '#main-nav';
968
+ break;
969
+ case 'astra':
970
+ case 'hello-elementor':
971
+ case 'sydney':
972
+ case 'twentysixteen':
973
+ $mysticky_class_id_selector = 'custom';
974
+ $mystickyClass = 'header.site-header';
975
+ break;
976
+ case 'generatepress':
977
+ $mysticky_class_id_selector = 'custom';
978
+ $mystickyClass = 'nav.main-navigation';
979
+ break;
980
+ case 'transportex':
981
+ $mysticky_class_id_selector = 'custom';
982
+ $mystickyClass = '.transportex-menu-full';
983
+ break;
984
+ case 'hestia':
985
+ case 'neve':
986
+ $mysticky_class_id_selector = 'custom';
987
+ $mystickyClass = 'header.header';
988
+ break;
989
+ case 'mesmerize':
990
+ $mysticky_class_id_selector = 'custom';
991
+ $mystickyClass = '.navigation-bar';
992
+ break;
993
+ case 'oceanwp':
994
+ $mysticky_class_id_selector = 'custom';
995
+ $mystickyClass = 'header#site-header';
996
+ break;
997
+ case 'shapely':
998
+ $mysticky_class_id_selector = 'custom';
999
+ $mystickyClass = '#site-navigation';
1000
+ break;
1001
+ case 'storefront':
1002
+ $mysticky_class_id_selector = 'custom';
1003
+ $mystickyClass = '.storefront-primary-navigation';
1004
+ break;
1005
+ case 'twentynineteen':
1006
+ $mysticky_class_id_selector = 'custom';
1007
+ $mystickyClass = '#site-navigation';
1008
+ break;
1009
+ case 'twentyseventeen':
1010
+ $mysticky_class_id_selector = 'custom';
1011
+ $mystickyClass = '.navigation-top';
1012
+ break;
1013
+ default:
1014
+ break;
1015
+ }
1016
+
1017
+
1018
+ $default = array(
1019
+ 'mysticky_class_id_selector' => $mysticky_class_id_selector,
1020
+ 'mysticky_class_selector' => $mystickyClass,
1021
+ 'device_desktop' => 'on',
1022
+ 'device_mobile' => 'on',
1023
+ 'myfixed_zindex' => '99990',
1024
+ 'myfixed_bgcolor' => '#f7f5e7',
1025
+ 'myfixed_opacity' => '90',
1026
+ 'myfixed_transition_time' => '0.3',
1027
+ 'myfixed_disable_small_screen' => '0',
1028
+ 'myfixed_disable_large_screen' => '0',
1029
+ 'mysticky_active_on_height' => '0',
1030
+ 'mysticky_active_on_height_home'=> '0',
1031
+ 'myfixed_fade' => 'slide',
1032
+ 'myfixed_cssstyle' => '#mysticky-nav .myfixed { margin:0 auto; float:none; border:0px; background:none; max-width:100%; }'
1033
+ );
1034
+
1035
+ if ( get_option('mysticky_option_name') == false && current_user_can( 'manage_options' ) ) {
1036
+ $status = get_option("sticky_header_status");
1037
+ if($status == false) {
1038
+ update_option("sticky_header_status", "done");
1039
+ update_option("has_sticky_header_old_version", "no");
1040
+ }
1041
+ update_option( 'mysticky_option_name', $default );
1042
+ } else {
1043
+ $status = get_option("sticky_header_status");
1044
+ if($status == false) {
1045
+ update_option("sticky_header_status", "done");
1046
+ update_option("has_sticky_header_old_version", "yes");
1047
+ }
1048
+ }
1049
+
1050
+ if(isset($_POST['reset_mysticky_options']) && current_user_can( 'manage_options' )) {
1051
+ if(isset($_REQUEST['nonce']) && !empty($_REQUEST['nonce']) && wp_verify_nonce($_REQUEST['nonce'], 'mysticky_option_backend_reset_nonce')) {
1052
+ update_option('mysticky_option_name', $default);
1053
+ } else {
1054
+
1055
+ }
1056
+ }
1057
+
1058
+ if ( !get_option( 'update_mysticky_version_2_6') && current_user_can( 'manage_options' )) {
1059
+ $mysticky_option_name = get_option( 'mysticky_option_name' );
1060
+ $mysticky_option_name['mysticky_class_id_selector'] = 'custom';
1061
+ if ($mysticky_option_name['myfixed_fade'] == 'on'){
1062
+ $mysticky_option_name['myfixed_fade'] = 'slide';
1063
+ }else{
1064
+ $mysticky_option_name['myfixed_fade'] = 'fade';
1065
+ }
1066
+ update_option( 'mysticky_option_name', $mysticky_option_name );
1067
+ update_option( 'update_mysticky_version_2_6', true );
1068
+ }
1069
+
1070
+ if ( !get_option( 'update_mysticky_version_2_5_7') && current_user_can( 'manage_options' )) {
1071
+ $mysticky_option_name = get_option( 'mysticky_option_name' );
1072
+ $mysticky_option_name['stickymenu_enable'] = 1;
1073
+ update_option( 'mysticky_option_name', $mysticky_option_name );
1074
+ update_option( 'update_mysticky_version_2_5_7', true );
1075
+ }
1076
+ }
1077
+
1078
+ /*
1079
+ * clear cache when any option is updated
1080
+ *
1081
+ */
1082
+ public function mysticky_clear_all_caches(){
1083
+
1084
+ try {
1085
+ global $wp_fastest_cache;
1086
+
1087
+ // if W3 Total Cache is being used, clear the cache
1088
+ if (function_exists('w3tc_flush_all')) {
1089
+ w3tc_flush_all();
1090
+ }
1091
+ /* if WP Super Cache is being used, clear the cache */
1092
+ if (function_exists('wp_cache_clean_cache')) {
1093
+ global $file_prefix, $supercachedir;
1094
+ if (empty($supercachedir) && function_exists('get_supercache_dir')) {
1095
+ $supercachedir = get_supercache_dir();
1096
+ }
1097
+ wp_cache_clean_cache($file_prefix);
1098
+ }
1099
+
1100
+ if (class_exists('WpeCommon')) {
1101
+ //be extra careful, just in case 3rd party changes things on us
1102
+ if (method_exists('WpeCommon', 'purge_memcached')) {
1103
+ //WpeCommon::purge_memcached();
1104
+ }
1105
+ if (method_exists('WpeCommon', 'clear_maxcdn_cache')) {
1106
+ //WpeCommon::clear_maxcdn_cache();
1107
+ }
1108
+ if (method_exists('WpeCommon', 'purge_varnish_cache')) {
1109
+ //WpeCommon::purge_varnish_cache();
1110
+ }
1111
+ }
1112
+
1113
+ if (method_exists('WpFastestCache', 'deleteCache') && !empty($wp_fastest_cache)) {
1114
+ $wp_fastest_cache->deleteCache();
1115
+ }
1116
+ if (function_exists('rocket_clean_domain')) {
1117
+ rocket_clean_domain();
1118
+ // Preload cache.
1119
+ if (function_exists('run_rocket_sitemap_preload')) {
1120
+ run_rocket_sitemap_preload();
1121
+ }
1122
+ }
1123
+
1124
+ if (class_exists("autoptimizeCache") && method_exists("autoptimizeCache", "clearall")) {
1125
+ autoptimizeCache::clearall();
1126
+ }
1127
+
1128
+ if (class_exists("LiteSpeed_Cache_API") && method_exists("autoptimizeCache", "purge_all")) {
1129
+ LiteSpeed_Cache_API::purge_all();
1130
+ }
1131
+
1132
+ if ( class_exists( '\Hummingbird\Core\Utils' ) ) {
1133
+
1134
+ $modules = \Hummingbird\Core\Utils::get_active_cache_modules();
1135
+ foreach ( $modules as $module => $name ) {
1136
+ $mod = \Hummingbird\Core\Utils::get_module( $module );
1137
+
1138
+ if ( $mod->is_active() ) {
1139
+ if ( 'minify' === $module ) {
1140
+ $mod->clear_files();
1141
+ } else {
1142
+ $mod->clear_cache();
1143
+ }
1144
+ }
1145
+ }
1146
+ }
1147
+
1148
+ } catch (Exception $e) {
1149
+ return 1;
1150
+ }
1151
+ }
1152
+
1153
+ public function mystickymenu_deactivate() {
1154
+ global $pagenow;
1155
+
1156
+ if ( 'plugins.php' !== $pagenow ) {
1157
+ return;
1158
+ }
1159
+ include dirname(__FILE__) . "/mystickymenu-deactivate-form.php";
1160
+ }
1161
+ public function mystickymenu_plugin_deactivate() {
1162
+ global $current_user;
1163
+ if ( ! current_user_can( 'manage_options' ) ) {
1164
+ wp_die(0);
1165
+ }
1166
+ check_ajax_referer( 'mystickymenu_deactivate_nonce', 'nonce' );
1167
+
1168
+ $postData = $_POST;
1169
+ $errorCounter = 0;
1170
+ $response = array();
1171
+ $response['status'] = 0;
1172
+ $response['message'] = "";
1173
+ $response['valid'] = 1;
1174
+ if(!isset($postData['reason']) || empty($postData['reason'])) {
1175
+ $errorCounter++;
1176
+ $response['message'] = "Please provide reason";
1177
+ } else if(!isset($postData['reason']) || empty($postData['reason'])) {
1178
+ $errorCounter++;
1179
+ $response['message'] = "Please provide reason";
1180
+ } else {
1181
+ $nonce = $postData['nonce'];
1182
+ if(!wp_verify_nonce($nonce, 'mystickymenu_deactivate_nonce')) {
1183
+ $response['message'] = __("Your request is not valid", "mystickymenu");
1184
+ $errorCounter++;
1185
+ $response['valid'] = 0;
1186
+ }
1187
+ }
1188
+ if($errorCounter == 0) {
1189
+ global $current_user;
1190
+ $plugin_info = get_plugin_data( dirname(__FILE__) . "/mystickymenu.php" );
1191
+ $postData = $_POST;
1192
+ $email = "none@none.none";
1193
+
1194
+ if (isset($postData['email_id']) && !empty($postData['email_id']) && filter_var($postData['email_id'], FILTER_VALIDATE_EMAIL)) {
1195
+ $email = $postData['email_id'];
1196
+ }
1197
+ $domain = site_url();
1198
+ $user_name = $current_user->first_name . " " . $current_user->last_name;
1199
+
1200
+ $response['status'] = 1;
1201
+
1202
+ /* sending message to Crisp */
1203
+ $post_message = array();
1204
+
1205
+ $message_data = array();
1206
+ $message_data['key'] = "Plugin";
1207
+ $message_data['value'] = "My Sticky Menu";
1208
+ $post_message[] = $message_data;
1209
+
1210
+ $message_data = array();
1211
+ $message_data['key'] = "Plugin Version";
1212
+ $message_data['value'] = $plugin_info['Version'];
1213
+ $post_message[] = $message_data;
1214
+
1215
+ $message_data = array();
1216
+ $message_data['key'] = "Domain";
1217
+ $message_data['value'] = $domain;
1218
+ $post_message[] = $message_data;
1219
+
1220
+ $message_data = array();
1221
+ $message_data['key'] = "Email";
1222
+ $message_data['value'] = $email;
1223
+ $post_message[] = $message_data;
1224
+
1225
+ $message_data = array();
1226
+ $message_data['key'] = "WordPress Version";
1227
+ $message_data['value'] = esc_attr(get_bloginfo('version'));
1228
+ $post_message[] = $message_data;
1229
+
1230
+ $message_data = array();
1231
+ $message_data['key'] = "PHP Version";
1232
+ $message_data['value'] = PHP_VERSION;
1233
+ $post_message[] = $message_data;
1234
+
1235
+ $message_data = array();
1236
+ $message_data['key'] = "Message";
1237
+ $message_data['value'] = $postData['reason'];
1238
+ $post_message[] = $message_data;
1239
+
1240
+ $api_params = array(
1241
+ 'domain' => $domain,
1242
+ 'email' => $email,
1243
+ 'url' => site_url(),
1244
+ 'name' => $user_name,
1245
+ 'message' => $post_message,
1246
+ 'plugin' => "My Sticky Menu",
1247
+ 'type' => "Uninstall",
1248
+ );
1249
+
1250
+ /* Sending message to Crisp API */
1251
+ $crisp_response = wp_safe_remote_post("https://go.premio.io/crisp/crisp-send-message.php", array('body' => $api_params, 'timeout' => 15, 'sslverify' => true));
1252
+
1253
+ if (is_wp_error($crisp_response)) {
1254
+ wp_safe_remote_post("https://go.premio.io/crisp/crisp-send-message.php", array('body' => $api_params, 'timeout' => 15, 'sslverify' => false));
1255
+ }
1256
+ }
1257
+ echo json_encode($response);
1258
+ wp_die();
1259
+ }
1260
+ }
1261
+
1262
+
1263
+
1264
+ class MyStickyMenuFrontend
1265
+ {
1266
+
1267
+ public function __construct()
1268
+ {
1269
+ add_action( 'wp_head', array( $this, 'mysticky_build_stylesheet_content' ) );
1270
+ add_action( 'wp_enqueue_scripts', array( $this, 'mysticky_disable_at' ) );
1271
+ }
1272
+
1273
+ public function mysticky_build_stylesheet_content() {
1274
+
1275
+ $mysticky_options = get_option( 'mysticky_option_name' );
1276
+
1277
+ if (isset($mysticky_options['disable_css'])) {
1278
+ //do nothing
1279
+ } else {
1280
+ $mysticky_options['disable_css'] = false;
1281
+ }
1282
+
1283
+ if ($mysticky_options ['disable_css'] == false ) {
1284
+
1285
+ echo '<style id="mystickymenu" type="text/css">';
1286
+ echo '#mysticky-nav { width:100%; position: static; }';
1287
+ echo '#mysticky-nav.wrapfixed { position:fixed; left: 0px; margin-top:0px; z-index: '. $mysticky_options ['myfixed_zindex'] .'; -webkit-transition: ' . $mysticky_options ['myfixed_transition_time'] . 's; -moz-transition: ' . $mysticky_options ['myfixed_transition_time'] . 's; -o-transition: ' . $mysticky_options ['myfixed_transition_time'] . 's; transition: ' . $mysticky_options ['myfixed_transition_time'] . 's; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=' . $mysticky_options ['myfixed_opacity'] . ')"; filter: alpha(opacity=' . $mysticky_options ['myfixed_opacity'] . '); opacity:' . $mysticky_options ['myfixed_opacity'] / 100 . '; background-color: ' . $mysticky_options ['myfixed_bgcolor'] . ';}';
1288
+
1289
+ echo '#mysticky-nav.wrapfixed .myfixed{ background-color: ' . $mysticky_options ['myfixed_bgcolor'] . '; position: relative;top: auto;left: auto;right: auto;}';
1290
+
1291
+ if ( isset($mysticky_options ['myfixed_textcolor']) && $mysticky_options ['myfixed_textcolor'] != '' ) {
1292
+ echo '#mysticky-nav.wrapfixed ul li.menu-item a { color: ' . $mysticky_options ['myfixed_textcolor'] . ';}';
1293
+ }
1294
+
1295
+
1296
+ if ($mysticky_options ['myfixed_disable_small_screen'] > 0 ){
1297
+ //echo '@media (max-width: '.$mysticky_options['myfixed_disable_small_screen'].'px) {#mysticky-nav.wrapfixed {position: static;} }';
1298
+ };
1299
+ if ( !isset( $mysticky_options['myfixed_cssstyle'] ) ) {
1300
+ echo '#mysticky-nav .myfixed { margin:0 auto; float:none; border:0px; background:none; max-width:100%; }';
1301
+ }
1302
+ if ( isset( $mysticky_options['myfixed_cssstyle'] ) && $mysticky_options['myfixed_cssstyle'] != '' ) {
1303
+ echo $mysticky_options ['myfixed_cssstyle'];
1304
+ }
1305
+ echo '</style>';
1306
+ $template_name = get_template();
1307
+ ?>
1308
+ <style type="text/css">
1309
+ <?php if( $template_name == 'hestia' ) { ?>
1310
+ #mysticky-nav.wrapfixed {box-shadow: 0 1px 10px -6px #0000006b,0 1px 10px 0 #0000001f,0 4px 5px -2px #0000001a;}
1311
+ #mysticky-nav.wrapfixed .navbar {position: relative;background-color: transparent;box-shadow: none;}
1312
+ <?php } ?>
1313
+ <?php if( $template_name == 'shapely' ) { ?>
1314
+ #mysticky-nav.wrapfixed #site-navigation {position: relative;}
1315
+ <?php } ?>
1316
+ <?php if( $template_name == 'storefront' ) { ?>
1317
+ #mysticky-nav.wrapfixed > .site-header {margin-bottom: 0;}
1318
+ #mysticky-nav.wrapfixed > .storefront-primary-navigation {padding: 10px 0;}
1319
+ <?php } ?>
1320
+ <?php if( $template_name == 'transportex' ) { ?>
1321
+ #mysticky-nav.wrapfixed > .transportex-menu-full {margin: 0 auto;}
1322
+ .transportex-headwidget #mysticky-nav.wrapfixed .navbar-wp {top: 0;}
1323
+ <?php } ?>
1324
+ <?php if( $template_name == 'twentynineteen' ) { ?>
1325
+ #mysticky-nav.wrapfixed {padding: 10px;}
1326
+ <?php } ?>
1327
+ <?php if( $template_name == 'twentysixteen' ) { ?>
1328
+ #mysticky-nav.wrapfixed > .site-header {padding-top: 0;padding-bottom: 0;}
1329
+ <?php } ?>
1330
+ <?php if( $template_name == 'twentytwenty' ) { ?>
1331
+ #site-header {background: transparent;}
1332
+ <?php } ?>
1333
+ </style>
1334
+ <?php
1335
+ }
1336
+ }
1337
+
1338
+ public function mystickymenu_google_fonts_url() {
1339
+ $welcomebar = get_option( 'mysticky_option_welcomebar' );
1340
+
1341
+ $default_fonts = array('System Stack','Arial', 'Tahoma', 'Verdana', 'Helvetica', 'Times New Roman', 'Trebuchet MS', 'Georgia' );
1342
+ $fonts_url = '';
1343
+ $fonts = array();
1344
+ $font_args = array();
1345
+ $base_url = "https://fonts.googleapis.com/css";
1346
+ $fonts['family']['Lato'] = 'Lato:400,500,600,700';
1347
+ if ( isset($welcomebar['mysticky_welcomebar_font']) && $welcomebar['mysticky_welcomebar_font'] !='' && !in_array( $welcomebar['mysticky_welcomebar_font'], $default_fonts) ) {
1348
+ $fonts['family'][$welcomebar['mysticky_welcomebar_font']] = $welcomebar['mysticky_welcomebar_font'] . ':400,500,600,700';
1349
+ }
1350
+ if ( isset($welcomebar['mysticky_welcomebar_btnfont']) && $welcomebar['mysticky_welcomebar_btnfont'] !='' && !in_array( $welcomebar['mysticky_welcomebar_btnfont'], $default_fonts) ) {
1351
+ $fonts['family'][$welcomebar['mysticky_welcomebar_btnfont']] = $welcomebar['mysticky_welcomebar_btnfont'] . ':400,500,600,700';
1352
+ }
1353
+
1354
+ /* Prepapre URL if font family defined. */
1355
+ if( !empty( $fonts['family'] ) ) {
1356
+
1357
+ /* format family to string */
1358
+ if( is_array($fonts['family']) ){
1359
+ $fonts['family'] = implode( '|', $fonts['family'] );
1360
+ }
1361
+
1362
+ $font_args['family'] = urlencode( trim( $fonts['family'] ) );
1363
+
1364
+ if( !empty( $fonts['subsets'] ) ){
1365
+
1366
+ /* format subsets to string */
1367
+ if( is_array( $fonts['subsets'] ) ){
1368
+ $fonts['subsets'] = implode( ',', $fonts['subsets'] );
1369
+ }
1370
+
1371
+ $font_args['subsets'] = urlencode( trim( $fonts['subsets'] ) );
1372
+ }
1373
+
1374
+ $fonts_url = add_query_arg( $font_args, $base_url );
1375
+ }
1376
+
1377
+ return esc_url_raw( $fonts_url );
1378
+ }
1379
+
1380
+ public function mystickymenu_script() {
1381
+
1382
+ wp_enqueue_script( 'jquery' );
1383
+
1384
+ $mysticky_options = get_option( 'mysticky_option_name' );
1385
+
1386
+ if ( is_admin_bar_showing() ) {
1387
+ $top = "true";
1388
+ } else {
1389
+ $top = "false";
1390
+ }
1391
+
1392
+ $welcomebar = get_option( 'mysticky_option_welcomebar' );
1393
+ if ( isset($welcomebar['mysticky_welcomebar_enable']) && $welcomebar['mysticky_welcomebar_enable'] == 1 ) {
1394
+ wp_enqueue_style('google-fonts', $this->mystickymenu_google_fonts_url(),array(), MYSTICKY_VERSION );
1395
+ }
1396
+
1397
+ if( !isset($mysticky_options['stickymenu_enable']) || isset($mysticky_options['stickymenu_enable']) && $mysticky_options['stickymenu_enable'] == 0){
1398
+ return;
1399
+ }
1400
+ // needed for update 1.7 => 1.8 ... will be removed in the future ()
1401
+ if (isset($mysticky_options['mysticky_active_on_height_home'])) {
1402
+ //do nothing
1403
+ } else {
1404
+ $mysticky_options['mysticky_active_on_height_home'] = $mysticky_options['mysticky_active_on_height'];
1405
+ }
1406
+
1407
+
1408
+ if ($mysticky_options['mysticky_active_on_height_home'] == 0 ) {
1409
+ $mysticky_options['mysticky_active_on_height_home'] = $mysticky_options['mysticky_active_on_height'];
1410
+ }
1411
+
1412
+
1413
+ if ( is_front_page() && is_home() ) {
1414
+
1415
+ $mysticky_options['mysticky_active_on_height'] = $mysticky_options['mysticky_active_on_height_home'];
1416
+
1417
+ } elseif ( is_front_page()){
1418
+
1419
+ $mysticky_options['mysticky_active_on_height'] = $mysticky_options['mysticky_active_on_height_home'];
1420
+
1421
+ }
1422
+ wp_register_script('detectmobilebrowser', plugins_url( 'js/detectmobilebrowser.js', __FILE__ ), array('jquery'), MYSTICKY_VERSION, true);
1423
+ wp_enqueue_script( 'detectmobilebrowser' );
1424
+
1425
+ wp_register_script('mystickymenu', plugins_url( 'js/mystickymenu.min.js', __FILE__ ), array('jquery'), MYSTICKY_VERSION, true);
1426
+ wp_enqueue_script( 'mystickymenu' );
1427
+
1428
+ $myfixed_disable_scroll_down = isset($mysticky_options['myfixed_disable_scroll_down']) ? $mysticky_options['myfixed_disable_scroll_down'] : 'false';
1429
+ $mystickyTransition = isset($mysticky_options['myfixed_fade']) ? $mysticky_options['myfixed_fade'] : 'fade';
1430
+ $mystickyDisableLarge = isset($mysticky_options['myfixed_disable_large_screen']) ? $mysticky_options['myfixed_disable_large_screen'] : '0';
1431
+
1432
+ $mystickyClass = ( $mysticky_options['mysticky_class_id_selector'] != 'custom') ? '.menu-' . $mysticky_options['mysticky_class_id_selector'] .'-container' : $mysticky_options['mysticky_class_selector'];
1433
+
1434
+ if ( $mysticky_options['mysticky_class_id_selector'] != 'custom' ) {
1435
+ $template_name = get_template();
1436
+ switch( $template_name ){
1437
+ case 'ashe':
1438
+ $mystickyClass = '#main-nav';
1439
+ break;
1440
+ case 'astra':
1441
+ case 'hello-elementor':
1442
+ case 'sydney':
1443
+ case 'twentysixteen':
1444
+ $mystickyClass = 'header.site-header';
1445
+ break;
1446
+ case 'generatepress':
1447
+ $mystickyClass = 'nav.main-navigation';
1448
+ break;
1449
+ case 'transportex':
1450
+ $mystickyClass = '.transportex-menu-full';
1451
+ break;
1452
+ case 'hestia':
1453
+ case 'neve':
1454
+ $mystickyClass = 'header.header';
1455
+ break;
1456
+ case 'mesmerize':
1457
+ $mystickyClass = '.navigation-bar';
1458
+ break;
1459
+ case 'oceanwp':
1460
+ $mystickyClass = 'header#site-header';
1461
+ break;
1462
+ case 'shapely':
1463
+ $mystickyClass = '#site-navigation';
1464
+ break;
1465
+ case 'storefront':
1466
+ $mystickyClass = '.storefront-primary-navigation';
1467
+ break;
1468
+ case 'twentynineteen':
1469
+ $mystickyClass = '#site-navigation';
1470
+ break;
1471
+ case 'twentyseventeen':
1472
+ $mystickyClass = '.navigation-top';
1473
+ break;
1474
+ default:
1475
+ break;
1476
+ }
1477
+ }
1478
+
1479
+
1480
+ $mysticky_translation_array = array(
1481
+ 'mystickyClass' => $mystickyClass,
1482
+ 'activationHeight' => $mysticky_options['mysticky_active_on_height'],
1483
+ 'disableWidth' => $mysticky_options['myfixed_disable_small_screen'],
1484
+ 'disableLargeWidth' => $mystickyDisableLarge,
1485
+ 'adminBar' => $top,
1486
+ 'device_desktop' => true,
1487
+ 'device_mobile' => true,
1488
+ 'mystickyTransition' => $mystickyTransition,
1489
+ 'mysticky_disable_down' => $myfixed_disable_scroll_down,
1490
+
1491
+
1492
+ );
1493
+ wp_localize_script( 'mystickymenu', 'option', $mysticky_translation_array );
1494
+ }
1495
+
1496
+ public function mysticky_disable_at() {
1497
+
1498
+
1499
+ $mysticky_options = get_option( 'mysticky_option_name' );
1500
+
1501
+ $mysticky_disable_at_front_home = isset($mysticky_options['mysticky_disable_at_front_home']);
1502
+ $mysticky_disable_at_blog = isset($mysticky_options['mysticky_disable_at_blog']);
1503
+ $mysticky_disable_at_page = isset($mysticky_options['mysticky_disable_at_page']);
1504
+ $mysticky_disable_at_tag = isset($mysticky_options['mysticky_disable_at_tag']);
1505
+ $mysticky_disable_at_category = isset($mysticky_options['mysticky_disable_at_category']);
1506
+ $mysticky_disable_at_single = isset($mysticky_options['mysticky_disable_at_single']);
1507
+ $mysticky_disable_at_archive = isset($mysticky_options['mysticky_disable_at_archive']);
1508
+ $mysticky_disable_at_search = isset($mysticky_options['mysticky_disable_at_search']);
1509
+ $mysticky_disable_at_404 = isset($mysticky_options['mysticky_disable_at_404']);
1510
+ $mysticky_enable_at_pages = isset($mysticky_options['mysticky_enable_at_pages']) ? $mysticky_options['mysticky_enable_at_pages'] : '';
1511
+ $mysticky_enable_at_posts = isset($mysticky_options['mysticky_enable_at_posts']) ? $mysticky_options['mysticky_enable_at_posts'] : '';
1512
+
1513
+ // Trim input to ignore empty spaces
1514
+ $mysticky_enable_at_pages_exp = array_map('trim', explode(',', $mysticky_enable_at_pages));
1515
+ $mysticky_enable_at_posts_exp = array_map('trim', explode(',', $mysticky_enable_at_posts));
1516
+
1517
+
1518
+
1519
+
1520
+ if ( is_front_page() && is_home() ) { /* Default homepage */
1521
+
1522
+ if ( $mysticky_disable_at_front_home == false ) {
1523
+ $this->mystickymenu_script();
1524
+ }
1525
+ } elseif ( is_front_page()){ /* Static homepage */
1526
+
1527
+ if ( $mysticky_disable_at_front_home == false ) {
1528
+ $this->mystickymenu_script();
1529
+ }
1530
+
1531
+ } elseif ( is_home()){ /* Blog page */
1532
+
1533
+ if ( $mysticky_disable_at_blog == false ) {
1534
+ $this->mystickymenu_script();
1535
+ }
1536
+
1537
+ } elseif ( is_page() ){ /* Single page*/
1538
+
1539
+ if ( $mysticky_disable_at_page == false ) {
1540
+ $this->mystickymenu_script();
1541
+ }
1542
+ if ( is_page( $mysticky_enable_at_pages_exp ) ){
1543
+ $this->mystickymenu_script();
1544
+ }
1545
+
1546
+ } elseif ( is_tag()){ /* Tag page */
1547
+
1548
+ if ( $mysticky_disable_at_tag == false ) {
1549
+ $this->mystickymenu_script();
1550
+ }
1551
+
1552
+ } elseif ( is_category()){ /* Category page */
1553
+
1554
+ if ( $mysticky_disable_at_category == false ) {
1555
+ $this->mystickymenu_script();
1556
+ }
1557
+
1558
+ } elseif ( is_single()){ /* Single post */
1559
+
1560
+ if ( $mysticky_disable_at_single == false ) {
1561
+ $this->mystickymenu_script();
1562
+ }
1563
+
1564
+ if ( is_single( $mysticky_enable_at_posts_exp ) ){
1565
+ $this->mystickymenu_script();
1566
+ }
1567
+
1568
+ } elseif ( is_archive()){ /* Archive */
1569
+
1570
+ if ( $mysticky_disable_at_archive == false ) {
1571
+ $this->mystickymenu_script();
1572
+ }
1573
+
1574
+ } elseif ( is_search()){ /* Search */
1575
+
1576
+ if ( $mysticky_disable_at_search == false ) {
1577
+ $this->mystickymenu_script();
1578
+ }
1579
+
1580
+ } elseif ( is_404()){ /* 404 */
1581
+
1582
+ if ( $mysticky_disable_at_404 == false ) {
1583
+ $this->mystickymenu_script();
1584
+ }
1585
+ }
1586
+
1587
+ }
1588
+
1589
+ }
1590
+
1591
+ if( is_admin() ) {
1592
+ new MyStickyMenuBackend();
1593
+ require_once 'mystickymenu-affiliate.php';
1594
+
1595
+ } else {
1596
+ new MyStickyMenuFrontend();
1597
+ }
1598
+
1599
+
1600
+ register_activation_hook( __FILE__, 'mystickymenu_activate' );
1601
+
1602
+ function mystickymenu_activate() {
1603
+ update_option( 'update_mysticky_version_2_5_7', true );
1604
  }
readme.txt CHANGED
@@ -1,15 +1,15 @@
1
  ===Floating Notification Bar, Sticky Menu on Scroll, and Sticky Header for Any Theme - myStickymenu===
2
  Contributors: tomeraharon, galdub, premio
3
- Tags:floating bar, notification bar, menu, header, sticky menu, sticky header, floating menu, floating navigation menu, navigation menu, navigation, sticky navigation menu, welcome bar, hello bar, top bar, sticky bar
4
  Requires at least: 3.5.1
5
- Tested up to: 5.9
6
- Stable tag: 2.5.7
7
  License: GPLv2 or later
8
 
9
  Create a beautiful welcome notification bar. This sticky menu plugin will also make your menu or header stick to the top of page, when scrolled down and up.
10
 
11
  == Description ==
12
- <strong>Use myStickymenu to create a beautiful notification bar for you website. You can also use this sticky menu plugin will make your menu or header sticky on top of page, after desired number of pixels when scrolled. You can use it also to create a Welcome bar for announcements, promotion and more. This lightweight plugin will help your visitors navigate easily and reach to the navigation menu without wasting time. Install My Sticky Menu and improve your website’s user experience! If you want to change the CSS style, disable on scroll down or disable on specific pages. check out the <a href="https://premio.io/downloads/mystickymenu/" target="_blank" title="mystickymenu pro plans">Pro version</a>.</strong>
13
 
14
  By default, myStickymenu should make your menu sticky without any adjustments on your end - which means your menu should become sticky right out of the box. Sticky menu is designed to use element class ".navbar" as "Sticky Class". That value should be modified in plugin settings for different themes to make it work. Sticky Class is actually nothing more than an element class (or id) of the element that should become sticky.
15
 
@@ -274,6 +274,8 @@ After installing the plugin, you’ll have the option to turn on the welcome bar
274
  8. This is how myStickymenu will actually look on your site
275
 
276
  == Changelog ==
 
 
277
  = 2.5.7 =
278
  Improvement: Better support for languages that read from right to left (like Hebrew or Arabic)
279
  Improvement: We’ve also added inherit & system stack font options to give you flexibility when it comes to font choices on your menu bar.
1
  ===Floating Notification Bar, Sticky Menu on Scroll, and Sticky Header for Any Theme - myStickymenu===
2
  Contributors: tomeraharon, galdub, premio
3
+ Tags:floating bar, notification bar, menu, header, countdown, sticky menu, sticky header, floating menu, navigation menu, navigation, welcome bar, hello bar, top bar, sticky bar
4
  Requires at least: 3.5.1
5
+ Tested up to: 6.0
6
+ Stable tag: 2.5.8
7
  License: GPLv2 or later
8
 
9
  Create a beautiful welcome notification bar. This sticky menu plugin will also make your menu or header stick to the top of page, when scrolled down and up.
10
 
11
  == Description ==
12
+ <strong>Use myStickymenu to create a beautiful notification bar for your website. You can also use this sticky menu plugin will make your menu or header sticky on top of page, after desired number of pixels when scrolled. You can use it also to create a Welcome bar for announcements, promotion and more. This lightweight plugin will help your visitors navigate easily and reach to the navigation menu without wasting time. Install My Sticky Menu and improve your website’s user experience! If you want to change the CSS style, disable on scroll down or disable on specific pages. check out the <a href="https://premio.io/downloads/mystickymenu/" target="_blank" title="mystickymenu pro plans">Pro version</a>.</strong>
13
 
14
  By default, myStickymenu should make your menu sticky without any adjustments on your end - which means your menu should become sticky right out of the box. Sticky menu is designed to use element class ".navbar" as "Sticky Class". That value should be modified in plugin settings for different themes to make it work. Sticky Class is actually nothing more than an element class (or id) of the element that should become sticky.
15
 
274
  8. This is how myStickymenu will actually look on your site
275
 
276
  == Changelog ==
277
+ = 2.5.8 =
278
+ Plans text change
279
  = 2.5.7 =
280
  Improvement: Better support for languages that read from right to left (like Hebrew or Arabic)
281
  Improvement: We’ve also added inherit & system stack font options to give you flexibility when it comes to font choices on your menu bar.
upgrade-to-pro.php CHANGED
@@ -44,7 +44,7 @@ $pro_url = "https://go.premio.io/checkount/?edd_action=add_to_cart&download_id=2
44
  </div>
45
  <div class="price-table-middle">
46
  <ul>
47
- <li><a href="javascript:;" class="cus-tooltip">1 website <span class="has-tooltip">*</span><span class="tooltip__content">Use Folders on 1 domain</span></a></li>
48
  <li><a href="javascript:;" class="cus-tooltip">Multi Welcome bar <span class="has-tooltip">*</span><span class="tooltip__content">Create a separate welcome bar for different pages based on page targeting rules (E.g. for different languages, different product categories and much more)</span></a></li>
49
  <li><a href="javascript:;" class="cus-tooltip">Countdown timer <span class="has-tooltip">*</span><span class="tooltip__content">Add a countdown timer element to your Welcome Bar to increase conversion rate, announce flash sales, and more<img src="<?php echo MYSTICKYMENU_URL ?>/images/countdown.gif" /></span></a></li>
50
  <li><a href="javascript:;" class="cus-tooltip">Show on scroll up/down <span class="has-tooltip">*</span><span class="tooltip__content">You can show the menu when scrolling up, down or both</span></a></li>
@@ -91,7 +91,7 @@ $pro_url = "https://go.premio.io/checkount/?edd_action=add_to_cart&download_id=2
91
  </div>
92
  <div class="price-table-middle">
93
  <ul>
94
- <li><a href="javascript:;" class="cus-tooltip">1 website <span class="has-tooltip">*</span><span class="tooltip__content">Use Folders on 1 domain</span></a></li>
95
  <li><a href="javascript:;" class="cus-tooltip">Multi Welcome bar <span class="has-tooltip">*</span><span class="tooltip__content">Create a separate welcome bar for different pages based on page targeting rules (E.g. for different languages, different product categories and much more)</span></a></li>
96
  <li><a href="javascript:;" class="cus-tooltip">Countdown timer <span class="has-tooltip">*</span><span class="tooltip__content">Add a countdown timer element to your Welcome Bar to increase conversion rate, announce flash sales, and more<img src="<?php echo MYSTICKYMENU_URL ?>/images/countdown.gif" /></span></a></li>
97
  <li><a href="javascript:;" class="cus-tooltip">Show on scroll up/down <span class="has-tooltip">*</span><span class="tooltip__content">You can show the menu when scrolling up, down or both</span></a></li>
44
  </div>
45
  <div class="price-table-middle">
46
  <ul>
47
+ <li><a href="javascript:;" class="cus-tooltip">1 website <span class="has-tooltip">*</span><span class="tooltip__content">Use myStickyMenu on 1 domain</span></a></li>
48
  <li><a href="javascript:;" class="cus-tooltip">Multi Welcome bar <span class="has-tooltip">*</span><span class="tooltip__content">Create a separate welcome bar for different pages based on page targeting rules (E.g. for different languages, different product categories and much more)</span></a></li>
49
  <li><a href="javascript:;" class="cus-tooltip">Countdown timer <span class="has-tooltip">*</span><span class="tooltip__content">Add a countdown timer element to your Welcome Bar to increase conversion rate, announce flash sales, and more<img src="<?php echo MYSTICKYMENU_URL ?>/images/countdown.gif" /></span></a></li>
50
  <li><a href="javascript:;" class="cus-tooltip">Show on scroll up/down <span class="has-tooltip">*</span><span class="tooltip__content">You can show the menu when scrolling up, down or both</span></a></li>
91
  </div>
92
  <div class="price-table-middle">
93
  <ul>
94
+ <li><a href="javascript:;" class="cus-tooltip">5 websites <span class="has-tooltip">*</span><span class="tooltip__content">Use myStickyMenu on 5 domains</span></a></li>
95
  <li><a href="javascript:;" class="cus-tooltip">Multi Welcome bar <span class="has-tooltip">*</span><span class="tooltip__content">Create a separate welcome bar for different pages based on page targeting rules (E.g. for different languages, different product categories and much more)</span></a></li>
96
  <li><a href="javascript:;" class="cus-tooltip">Countdown timer <span class="has-tooltip">*</span><span class="tooltip__content">Add a countdown timer element to your Welcome Bar to increase conversion rate, announce flash sales, and more<img src="<?php echo MYSTICKYMENU_URL ?>/images/countdown.gif" /></span></a></li>
97
  <li><a href="javascript:;" class="cus-tooltip">Show on scroll up/down <span class="has-tooltip">*</span><span class="tooltip__content">You can show the menu when scrolling up, down or both</span></a></li>
welcome-bar.php CHANGED
@@ -1,1990 +1,1990 @@
1
- <?php
2
-
3
- function mysticky_welcome_bar_backend() {
4
- $upgarde_url = admin_url("admin.php?page=my-stickymenu-upgrade");
5
- $nonce = wp_create_nonce('mysticky_option_welcomebar_update');
6
- $nonce_reset = wp_create_nonce('mysticky_option_welcomebar_reset');
7
-
8
- $welcomebar = get_option( 'mysticky_option_welcomebar' );
9
-
10
- if ( $welcomebar == '' || empty($welcomebar)) {
11
- $welcomebar = mysticky_welcomebar_pro_widget_default_fields();
12
- $welcomebar['mysticky_welcomebar_enable'] = '1';
13
- }
14
-
15
- $welcomebar['mysticky_welcomebar_bgcolor'] = ( isset($welcomebar['mysticky_welcomebar_bgcolor']) && $welcomebar['mysticky_welcomebar_bgcolor'] != '' ) ? $welcomebar['mysticky_welcomebar_bgcolor'] : '#03ed96';
16
-
17
- $welcomebar['mysticky_welcomebar_bgtxtcolor'] = ( isset($welcomebar['mysticky_welcomebar_bgtxtcolor']) && $welcomebar['mysticky_welcomebar_bgtxtcolor'] != '' ) ? $welcomebar['mysticky_welcomebar_bgtxtcolor'] : '#000000';
18
-
19
- $welcomebar['mysticky_welcomebar_bar_text'] = (isset($welcomebar['mysticky_welcomebar_bar_text']) && $welcomebar['mysticky_welcomebar_bar_text'] != '' ) ? $welcomebar['mysticky_welcomebar_bar_text'] : '#000000';
20
-
21
- $welcomebar['mysticky_welcomebar_btntxtcolor'] = (isset($welcomebar['mysticky_welcomebar_btntxtcolor']) && $welcomebar['mysticky_welcomebar_btntxtcolor'] != '' ) ? $welcomebar['mysticky_welcomebar_btntxtcolor'] : '#ffffff';
22
-
23
-
24
-
25
- $welcomebar['mysticky_welcomebar_btncolor'] = (isset($welcomebar['mysticky_welcomebar_btncolor']) && $welcomebar['mysticky_welcomebar_btncolor'] != '' ) ? $welcomebar['mysticky_welcomebar_btncolor'] : '';
26
-
27
- $mysticky_welcomebar_showx_desktop = $mysticky_welcomebar_showx_mobile = '';
28
- $mysticky_welcomebar_btn_desktop = $mysticky_welcomebar_btn_mobile = '';
29
- $mysticky_welcomebar_display_desktop = $mysticky_welcomebar_display_mobile = '';
30
- if( isset($welcomebar['mysticky_welcomebar_x_desktop']) ) {
31
- $mysticky_welcomebar_showx_desktop = ' mysticky-welcomebar-showx-desktop';
32
- }
33
- if( isset($welcomebar['mysticky_welcomebar_x_mobile']) ) {
34
- $mysticky_welcomebar_showx_mobile = ' mysticky-welcomebar-showx-mobile';
35
- }
36
- if( isset($welcomebar['mysticky_welcomebar_btn_desktop']) ) {
37
- $mysticky_welcomebar_btn_desktop = ' mysticky-welcomebar-btn-desktop';
38
- }
39
- if( isset($welcomebar['mysticky_welcomebar_btn_mobile']) ) {
40
- $mysticky_welcomebar_btn_mobile = ' mysticky-welcomebar-btn-mobile';
41
- }
42
-
43
- if( !isset($welcomebar['mysticky_welcomebar_redirect_rel']) ) {
44
- $welcomebar['mysticky_welcomebar_redirect_rel'] = '';
45
- }
46
- $display = ' mysticky-welcomebar-attention-'. ( isset($welcomebar['mysticky_welcomebar_attentionselect']) ? $welcomebar['mysticky_welcomebar_attentionselect'] : '' );
47
- $display_entry_effect = (isset($welcomebar['mysticky_welcomebar_entry_effect'])) ? ' mysticky-welcomebar-entry-effect-'.$welcomebar['mysticky_welcomebar_entry_effect'] : ' mysticky-welcomebar-entry-effect-slide-in';
48
- $welcomebar['mysticky_welcomebar_position'] = isset($welcomebar['mysticky_welcomebar_position']) ? $welcomebar['mysticky_welcomebar_position'] : 'top';
49
- $display_main_class = "mysticky-welcomebar-position-" . $welcomebar['mysticky_welcomebar_position'] . $mysticky_welcomebar_showx_desktop . $mysticky_welcomebar_showx_mobile . $mysticky_welcomebar_btn_desktop . $mysticky_welcomebar_btn_mobile . $display . $display_entry_effect;
50
-
51
- ?>
52
- <form class="mysticky-welcomebar-form" id="mysticky_welcomebar_form" method="post" action="<?php echo admin_url('admin.php?page=my-stickymenu-welcomebar&save=1&widget=0');?>">
53
- <div class="mysticky-welcomebar-header-title">
54
- <h3><?php _e('Welcome Bar', 'myStickymenu'); ?></h3>
55
- <label for="mysticky-welcomebar-contact-form-enabled" class="mysticky-welcomebar-switch">
56
- <input type="checkbox" id="mysticky-welcomebar-contact-form-enabled" name="mysticky_option_welcomebar[mysticky_welcomebar_enable]" value="1" <?php checked( @$welcomebar['mysticky_welcomebar_enable'], '1' );?> />
57
- <span class="slider"></span>
58
- </label>
59
- </div>
60
- <div class="mysticky-welcomebar-setting-wrap">
61
- <div class="mysticky-welcomebar-setting-left">
62
- <div class="mysticky-welcomebar-setting-block">
63
- <div class="mysticky-welcomebar-subheader-title">
64
- <h4><?php _e('Design', 'myStickymenu'); ?></h4>
65
- </div>
66
- <div class="mysticky-welcomebar-setting-content mysticky-welcomebar-setting-position">
67
- <label><?php _e('Position', 'myStickymenu'); ?></label>
68
- <div class="mysticky-welcomebar-setting-content-right">
69
- <label>
70
- <input name="mysticky_option_welcomebar[mysticky_welcomebar_position]" value= "top" type="radio" <?php checked( @$welcomebar['mysticky_welcomebar_position'], 'top' );?> />
71
- <?php _e("Top", 'mystickymenu'); ?>
72
- </label>
73
- <label>
74
- <input name="mysticky_option_welcomebar[mysticky_welcomebar_position]" value="bottom" type="radio" disabled />
75
- <?php _e("Bottom", 'mystickymenu'); ?>
76
- </label>
77
- <span class="myStickymenu-upgrade"><a class="sticky-header-upgrade-now" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span>
78
- </div>
79
- </div>
80
- <div class="mysticky-welcomebar-setting-content">
81
- <label><?php _e('Height', 'myStickymenu'); ?></label>
82
- <div class="mysticky-welcomebar-setting-content-right">
83
- <div class="px-wrap">
84
- <input type="number" class="" min="0" step="1" id="mysticky_welcomebar_height" name="mysticky_option_welcomebar[mysticky_welcomebar_height]" value="60" disabled />
85
- <span class="input-px">PX</span>
86
- </div>
87
- <span class="myStickymenu-upgrade"><a class="sticky-header-upgrade-now" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span>
88
- </div>
89
- </div>
90
- <div class="mysticky-welcomebar-setting-content">
91
- <label><?php _e('Background Color', 'myStickymenu'); ?></label>
92
- <div class="mysticky-welcomebar-setting-content-right mysticky-welcomebar-colorpicker">
93
- <input type="text" id="mysticky_welcomebar_bgcolor" name="mysticky_option_welcomebar[mysticky_welcomebar_bgcolor]" class="my-color-field" data-alpha="true" value="<?php echo esc_attr($welcomebar['mysticky_welcomebar_bgcolor']);?>" />
94
- </div>
95
- </div>
96
- <div class="mysticky-welcomebar-setting-content">
97
- <label><?php _e('Background Text Color', 'myStickymenu'); ?></label>
98
- <div class="mysticky-welcomebar-setting-content-right mysticky-welcomebar-colorpicker">
99
- <input type="text" id="mysticky_welcomebar_bgtxtcolor" name="mysticky_option_welcomebar[mysticky_welcomebar_bgtxtcolor]" class="my-color-field" data-alpha="true" value="<?php echo esc_attr($welcomebar['mysticky_welcomebar_bgtxtcolor']);?>" />
100
- </div>
101
- </div>
102
- <div class="mysticky-welcomebar-setting-content">
103
- <label><?php _e('Font', 'myStickymenu'); ?></label>
104
- <div class="mysticky-welcomebar-setting-content-right">
105
- <select name="mysticky_option_welcomebar[mysticky_welcomebar_font]" class="form-fonts">
106
- <option value=""><?php _e( 'Select font family', 'myStickymenu' );?></option>
107
- <?php $group= ''; foreach( myStickymenu_fonts() as $key=>$value):
108
- if ($value != $group){
109
- echo '<optgroup label="' . $value . '">';
110
- $group = $value;
111
- }
112
- ?>
113
- <option value="<?php echo esc_attr($key);?>" <?php selected( @$welcomebar['mysticky_welcomebar_font'], $key ); ?>><?php echo esc_html($key);?></option>
114
- <?php endforeach;?>
115
- </select>
116
- </div>
117
- </div>
118
- <div class="mysticky-welcomebar-setting-content">
119
- <label><?php _e('Font Size', 'myStickymenu'); ?></label>
120
- <div class="mysticky-welcomebar-setting-content-right">
121
- <div class="px-wrap">
122
- <input type="number" class="" min="0" step="1" id="mysticky_welcomebar_fontsize" name="mysticky_option_welcomebar[mysticky_welcomebar_fontsize]" value="<?php echo @$welcomebar['mysticky_welcomebar_fontsize'];?>" />
123
- <span class="input-px">PX</span>
124
- </div>
125
- </div>
126
- </div>
127
- <div class="mysticky-welcomebar-setting-content">
128
- <label><?php _e('Bar Text', 'myStickymenu'); ?></label>
129
- <div class="mysticky-welcomebar-setting-content-right">
130
- <?php
131
- $settings = array(
132
- 'media_buttons' => false,
133
- 'textarea_name' => 'mysticky_option_welcomebar[mysticky_welcomebar_bar_text]',
134
- 'tinymce' => false,
135
- 'quicktags' => array(
136
- 'buttons' => 'strong,em,link'
137
- )
138
- );
139
- wp_editor( stripslashes($welcomebar['mysticky_welcomebar_bar_text']), 'mysticky_bar_text', $settings );
140
- // add more buttons to the html editor
141
- function underline_tag_add_quicktags() {
142
- if ( wp_script_is('quicktags') ){ ?>
143
- <script type="text/javascript">
144
- QTags.addButton( 'underline_tag', 'U', '<u>', '</u>', 'underline', 'underline', 20, '' );
145
- </script>
146
- <?php
147
- }
148
- }
149
- add_action( 'admin_print_footer_scripts', 'underline_tag_add_quicktags' );
150
- ?>
151
- <!--<textarea id="mysticky_bar_text" class="mystickyinput" name="mysticky_option_welcomebar[mysticky_welcomebar_bar_text]" rows="4" style="display: none;"><?php echo stripslashes($welcomebar['mysticky_welcomebar_bar_text']);?> </textarea>-->
152
- </div>
153
- </div>
154
- <div class="mysticky-welcomebar-setting-content">
155
- <label><?php _e('Show X', 'myStickymenu'); ?></label>
156
- <div class="mysticky-welcomebar-setting-content-right">
157
- <label>
158
- <input name="mysticky_option_welcomebar[mysticky_welcomebar_x_desktop]" value= "desktop" type="checkbox" <?php checked( @$welcomebar['mysticky_welcomebar_x_desktop'], 'desktop' );?> />
159
- <?php _e( 'Desktop', 'mystickymenu' );?>
160
- </label>
161
- <label>
162
- <input name="mysticky_option_welcomebar[mysticky_welcomebar_x_mobile]" value= "mobile" type="checkbox" <?php checked( @$welcomebar['mysticky_welcomebar_x_mobile'], 'mobile' );?> />
163
- <?php _e( 'Mobile', 'mystickymenu' );?>
164
- </label>
165
- </div>
166
- </div>
167
- <div class="mysticky-welcomebar-setting-content">
168
- <label><?php _e('Countdown', 'myStickymenu'); ?><span class="dashicons dashicons-clock" style="margin-left:5px;color:#a8aeaf;"></span><div class="html-tooltip side">
169
- <span class="dashicons dashicons-editor-help"></span>
170
- <span class="tooltip-text top ">Add a countdown timer element to your Welcome Bar to increase conversion rate, announce flash sales, and more
171
- <img src="<?php echo MYSTICKYMENU_URL ?>/images/countdown.gif" /><p style="z-index: 99999;"></span></div></label>
172
- <div class="mysticky-welcomebar-setting-content-right mysticky-welcomebar-close-automatically-sec">
173
- <label for="mysticky-welcomebar-countdown-enabled" class="mysticky-welcomebar-switch">
174
- <input type="checkbox" id="mysticky-welcomebar-countdown-enabled" name="mysticky_option_welcomebar[mysticky_welcomebar_enable_countdown]" value="1" data-url="<?php echo esc_url($upgarde_url); ?>" />
175
- <span class="slider"></span>
176
-
177
- </label>
178
- <span class="myStickymenu-upgrade"><a class="sticky-header-upgrade-now" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span>
179
- </div>
180
- </div>
181
- </div>
182
- <div class="mysticky-welcomebar-setting-block">
183
- <div class="mysticky-welcomebar-subheader-title">
184
- <h4><?php _e('Button', 'myStickymenu'); ?></h4>
185
- </div>
186
- <div class="mysticky-welcomebar-setting-content">
187
- <label><?php _e('Button', 'myStickymenu'); ?></label>
188
- <div class="mysticky-welcomebar-setting-content-right">
189
- <label>
190
- <input name="mysticky_option_welcomebar[mysticky_welcomebar_btn_desktop]" value= "desktop" type="checkbox" <?php checked( @$welcomebar['mysticky_welcomebar_btn_desktop'], 'desktop' );?> />
191
- <?php _e( 'Desktop', 'mystickymenu' );?>
192
- </label>
193
- <label>
194
- <input name="mysticky_option_welcomebar[mysticky_welcomebar_btn_mobile]" value= "mobile" type="checkbox"<?php checked( @$welcomebar['mysticky_welcomebar_btn_mobile'], 'mobile' );?> />
195
- <?php _e( 'Mobile', 'mystickymenu' );?>
196
- </label>
197
- </div>
198
- </div>
199
- <div class="mysticky-welcomebar-setting-content">
200
- <label><?php _e('Button Color', 'myStickymenu'); ?></label>
201
- <div class="mysticky-welcomebar-setting-content-right mysticky-welcomebar-colorpicker mysticky_welcomebar_btn_color">
202
- <input type="text" id="mysticky_welcomebar_btncolor" name="mysticky_option_welcomebar[mysticky_welcomebar_btncolor]" class="my-color-field" data-alpha="true" value="<?php echo esc_attr($welcomebar['mysticky_welcomebar_btncolor']);?>" />
203
- </div>
204
- </div>
205
- <div class="mysticky-welcomebar-setting-content">
206
- <label><?php _e('Button Text Color', 'myStickymenu'); ?></label>
207
- <div class="mysticky-welcomebar-setting-content-right mysticky-welcomebar-colorpicker mysticky_welcomebar_btn_color">
208
- <input type="text" id="mysticky_welcomebar_btntxtcolor" name="mysticky_option_welcomebar[mysticky_welcomebar_btntxtcolor]" class="my-color-field" data-alpha="true" value="<?php echo esc_attr($welcomebar['mysticky_welcomebar_btntxtcolor']);?>" />
209
- </div>
210
- </div>
211
- <div class="mysticky-welcomebar-setting-content">
212
- <label><?php _e('Button Text', 'myStickymenu'); ?></label>
213
- <div class="mysticky-welcomebar-setting-content-right">
214
- <input type="text" id="mysticky_welcomebar_btn_text" class="mystickyinput mysticky_welcomebar_disable" name="mysticky_option_welcomebar[mysticky_welcomebar_btn_text]" value="<?php echo stripslashes($welcomebar['mysticky_welcomebar_btn_text']);?>" />
215
- </div>
216
- </div>
217
- <!-- -->
218
- <div class="mysticky-welcomebar-setting-content">
219
- <label><?php _e('Attention Effect', 'myStickymenu'); ?></label>
220
- <div class="mysticky-welcomebar-setting-content-right">
221
- <div class="mysticky-welcomebar-setting-attention">
222
- <select name="mysticky_option_welcomebar[mysticky_welcomebar_attentionselect]" class="mysticky-welcomebar-attention mysticky_welcomebar_disable">
223
- <option value="default" <?php selected( @$welcomebar['mysticky_welcomebar_attentionselect'], ' ' ); ?>><?php _e( 'None', 'myStickymenu' );?></option>
224
- <option value="flash" <?php selected( @$welcomebar['mysticky_welcomebar_attentionselect'], 'flash' ); ?>><?php _e( 'Flash', 'myStickymenu' );?></option>
225
- <option value="shake" <?php selected( @$welcomebar['mysticky_welcomebar_attentionselect'], 'shake' ); ?>><?php _e( 'Shake', 'myStickymenu' );?></option>
226
- <option value="swing" <?php selected( @$welcomebar['mysticky_welcomebar_attentionselect'], 'swing' ); ?>><?php _e( 'Swing', 'myStickymenu' );?></option>
227
- <option value="tada" <?php selected( @$welcomebar['mysticky_welcomebar_attentionselect'], 'tada' ); ?>><?php _e( 'Tada', 'myStickymenu' );?></option>
228
- <option value="heartbeat" <?php selected( @$welcomebar['mysticky_welcomebar_attentionselect'], 'heartbeat' ); ?>><?php _e( 'Heartbeat', 'myStickymenu' );?></option>
229
- <option value="wobble" <?php selected( @$welcomebar['mysticky_welcomebar_attentionselect'], 'wobble' ); ?>><?php _e( 'Wobble', 'myStickymenu' );?></option>
230
- </select>
231
- </div>
232
- </div>
233
- </div>
234
- <!-- -->
235
- <div class="mysticky-welcomebar-setting-content">
236
- <label><?php _e('Button Submission', 'myStickymenu'); ?></label>
237
- <div class="mysticky-welcomebar-setting-content-right mysticky-welcomebar-setting-redirect-wrap">
238
- <div class="mysticky-welcomebar-setting-action">
239
- <select name="mysticky_option_welcomebar[mysticky_welcomebar_actionselect]" class="mysticky-welcomebar-action mysticky_welcomebar_disable">
240
- <option value="redirect_to_url" <?php selected( @$welcomebar['mysticky_welcomebar_actionselect'], 'redirect_to_url' ); ?>><?php _e( 'Redirect to URL', 'myStickymenu' );?></option>
241
- <option value="close_bar" <?php selected( @$welcomebar['mysticky_welcomebar_actionselect'], 'close_bar' ); ?>><?php _e( 'Close bar', 'myStickymenu' );?></option>
242
- <option value="poptin_popup" <?php selected( @$welcomebar['mysticky_welcomebar_actionselect'], 'poptin_popup' ); ?> ><?php _e( 'Launch a Poptin pop-up', 'myStickymenu' );?></option>
243
- <option value="thankyou_screen" data-href="<?php echo esc_url($upgarde_url); ?>"><?php _e( 'Thank you screen (Upgrade Now)', 'myStickymenu' );?></option>
244
- </select>
245
- </div>
246
-
247
- </div>
248
- </div>
249
-
250
- <div class="mysticky-welcomebar-poptin-popup" <?php if ( $welcomebar['mysticky_welcomebar_actionselect'] != 'poptin_popup' ) : ?> style="display:none;" <?php endif;?>>
251
- <div class="mysticky-welcomebar-setting-content">
252
- <p class="mysticky-welcomebar-poptin-content" >Sign up at <a href="https://www.poptin.com/?utm_source=msm" target="_blank">Poptin</a> for free and launch pop-ups on <a href="https://help.poptin.com/article/show/72942-how-to-show-a-poptin-when-the-visitor-clicks-on-a-button-link-on-your-site" target="_blank">click</a>
253
- </p>
254
- </div>
255
- <div class="mysticky-welcomebar-setting-content">
256
- <label><?php _e('Poptin pop-up direct link', 'myStickymenu'); ?></label>
257
- <div class="mysticky-welcomebar-setting-content-right">
258
- <input type="text" id="mysticky_welcomebar_poptin_popup_link" class="mystickyinput mysticky_welcomebar_disable" name="mysticky_option_welcomebar[mysticky_welcomebar_poptin_popup_link]" value="<?php echo (isset($welcomebar['mysticky_welcomebar_poptin_popup_link'])) ? $welcomebar['mysticky_welcomebar_poptin_popup_link'] : '';?>" placeholder="<?php echo esc_url("https://app.popt.in/APIRequest/click/some_id_here"); ?>" />
259
- <input type="hidden" id="welcome_save_anyway" value='' />
260
- </div>
261
- </div>
262
- </div>
263
- <!-- -->
264
-
265
- <div class="mysticky-welcomebar-setting-content mysticky-welcomebar-redirect-container" <?php if ( $welcomebar['mysticky_welcomebar_actionselect'] != 'redirect_to_url' ) : ?> style="display:none;" <?php endif;?>>
266
- <label><?php _e('Redirection link', 'myStickymenu'); ?></label>
267
- <div class="mysticky-welcomebar-setting-content-right mysticky-welcomebar-setting-action mysticky-welcomebar-redirect" <?php if ( $welcomebar['mysticky_welcomebar_actionselect'] == 'close_bar' ) : ?> style="display:none;" <?php endif;?> >
268
- <input type="text" id="mysticky_welcomebar_redirect" class="mystickyinput mysticky_welcomebar_disable" name="mysticky_option_welcomebar[mysticky_welcomebar_redirect]" value="<?php echo esc_url($welcomebar['mysticky_welcomebar_redirect']);?>" placeholder="<?php echo esc_url("https://www.yourdomain.com"); ?>" />
269
- </div>
270
- </div>
271
- <div class="mysticky-welcomebar-setting-content mysticky-welcomebar-redirect-container" <?php if ( $welcomebar['mysticky_welcomebar_actionselect'] != 'redirect_to_url' ) : ?> style="display:none;" <?php endif;?>>
272
- <label><?php _e( 'Open in a new tab', 'mystickymenu' );?></label>
273
- <div class="mysticky-welcomebar-setting-content-right mysticky-welcomebar-setting-newtab mysticky-welcomebar-redirect" >
274
- <label class="mysticky-welcomebar-switch">
275
- <input name="mysticky_option_welcomebar[mysticky_welcomebar_redirect_newtab]" value= "1" type="checkbox" disabled />
276
- <span class="slider"></span>
277
- </label>
278
- <span class="myStickymenu-upgrade"><a class="sticky-header-upgrade-now" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span>
279
- </div>
280
- </div>
281
- <div class="mysticky-welcomebar-setting-content mysticky-welcomebar-redirect-container" <?php if ( $welcomebar['mysticky_welcomebar_actionselect'] != 'redirect_to_url' ) : ?> style="display:none;" <?php endif;?>>
282
- <label><?php _e('rel Attribute', 'myStickymenu'); ?>
283
- <span class="mysticky-custom-fields-tooltip">
284
- <a href="javascript:void(0);" class="mysticky-tooltip mysticky-new-custom-btn"><i class="dashicons dashicons-editor-help"></i></a>
285
- <p>Add a "rel" attribute to the button link. You can use it to add a rel="nofollow", "sponsored", or any other "rel" attribute option</p>
286
- </span>
287
- </label>
288
- <div class="mysticky-welcomebar-setting-content-right mysticky-welcomebar-setting-newtab mysticky-welcomebar-redirect" >
289
- <input type="text" id="mysticky_welcomebar_redirect_rel" class="mystickyinput mysticky_welcomebar_disable" name="mysticky_option_welcomebar[mysticky_welcomebar_redirect_rel]" value="" placeholder="" disabled />
290
- <span class="myStickymenu-upgrade"><a class="sticky-header-upgrade-now" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span>
291
- </div>
292
- </div>
293
- <!-- -->
294
- <div class="mysticky-welcomebar-setting-content">
295
- <label><?php _e('After Submission', 'myStickymenu'); ?></label>
296
- <div class="mysticky-welcomebar-setting-content-right">
297
- <div class="mysticky-welcomebar-setting-action">
298
- <select name="mysticky_option_welcomebar[mysticky_welcomebar_aftersubmission]" class="mysticky-welcomebar-aftersubmission mysticky_welcomebar_disable">
299
- <option value="dont_show_welcomebar" <?php selected( @$welcomebar['mysticky_welcomebar_aftersubmission'], 'dont_show_welcomebar' ); ?>><?php _e( "Don't show the Welcome Bar", 'myStickymenu' );?></option>
300
- <option value="show_welcomebar_next_visit" <?php selected( @$welcomebar['mysticky_welcomebar_aftersubmission'], 'show_welcomebar_next_visit' ); ?>><?php _e( 'Show the Welcome Bar in the next visit', 'myStickymenu' );?></option>
301
- <option value="show_welcomebar_every_page" <?php selected( @$welcomebar['mysticky_welcomebar_aftersubmission'], 'show_welcomebar_every_page' ); ?> ><?php _e( 'Show the Welcome Bar on every page', 'myStickymenu' );?></option>
302
- </select>
303
- </div>
304
- </div>
305
- </div>
306
- <!-- -->
307
- <div class="mysticky-welcomebar-setting-content">
308
- <label><?php _e('Close welcome bar Automatically', 'myStickymenu'); ?></label>
309
- <div class="mysticky-welcomebar-setting-content-right mysticky-welcomebar-close-automatically-sec">
310
- <label for="mysticky-welcomebar-close-automatically-enabled" class="mysticky-welcomebar-switch">
311
- <input type="checkbox" id="mysticky-welcomebar-close-automatically-enabled" name="mysticky_option_welcomebar[mysticky_welcomebar_enable_automatical]" value="1" disabled />
312
- <span class="slider"></span>
313
- </label>
314
- <span class="myStickymenu-upgrade"><a class="sticky-header-upgrade-now" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span>
315
- <div class="mysticky-welcomebar-setting-action" style="display:none;">
316
- <div class="px-wrap">
317
- <span><?php _e('Close welcome bar after ', 'myStickymenu'); ?></span>
318
- <input type="number" class="" min="0" step="1" id="mysticky_welcomebar_triggersec_automatically" name="mysticky_option_welcomebar[mysticky_welcomebar_triggersec_automatically]" value="0">
319
- <span class="input-px"><?php _e('Sec', 'myStickymenu'); ?></span>
320
- </div>
321
- </div>
322
- </div>
323
- </div>
324
- </div>
325
- <div class="mysticky-welcomebar-setting-block">
326
- <div class="mysticky-welcomebar-subheader-title">
327
- <h4><?php _e('Display Rules', 'myStickymenu'); ?></h4>
328
- </div>
329
- <div class="mysticky-welcomebar-setting-content">
330
- <label><?php _e('Entry effect', 'myStickymenu'); ?></label>
331
- <div class="mysticky-welcomebar-setting-content-right">
332
- <?php $welcomebar['mysticky_welcomebar_entry_effect'] = (isset($welcomebar['mysticky_welcomebar_entry_effect']) && $welcomebar['mysticky_welcomebar_entry_effect']!= '') ? $welcomebar['mysticky_welcomebar_entry_effect'] : 'slide-in'; ?>
333
- <select id="myStickymenu-entry-effect" name="mysticky_option_welcomebar[mysticky_welcomebar_entry_effect]" >
334
- <option value="none" <?php selected( @$welcomebar['mysticky_welcomebar_entry_effect'], 'none' ); ?>><?php _e( 'No effect', 'myStickymenu' );?></option>
335
- <option value="slide-in" <?php selected( @$welcomebar['mysticky_welcomebar_entry_effect'], 'slide-in' ); ?>><?php _e( 'Slide in', 'myStickymenu' );?></option>
336
- <option value="fade" <?php selected( @$welcomebar['mysticky_welcomebar_entry_effect'], 'fade' ); ?>><?php _e( 'Fade', 'myStickymenu' );?></option>
337
- </select>
338
- </div>
339
- </div>
340
- <div class="mysticky-welcomebar-upgrade-main mysticky_device_upgrade">
341
- <span class="myStickymenu-upgrade">
342
- <a class="sticky-header-upgrade-now" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( ' Upgrade Now', 'mystickymenu' );?></a>
343
- </span>
344
- <div class="mysticky-welcomebar-setting-content">
345
- <label><?php _e('Devices', 'myStickymenu'); ?></label>
346
- <div class="mysticky-welcomebar-setting-content-right">
347
- <label>
348
- <input name="mysticky_option_welcomebar[mysticky_welcomebar_device_desktop]" value= "desktop" type="checkbox" checked disabled />
349
- <?php _e( 'Desktop', 'mystickymenu' );?>
350
- </label>
351
- <label>
352
- <input name="mysticky_option_welcomebar[mysticky_welcomebar_device_mobile]" value= "mobile" type="checkbox" checked disabled />
353
- <?php _e( 'Mobile', 'mystickymenu' );?>
354
- </label>
355
- </div>
356
- </div>
357
- <div class="mysticky-welcomebar-setting-content">
358
- <label><?php _e('Trigger', 'myStickymenu'); ?></label>
359
- <div class="mysticky-welcomebar-setting-content-right">
360
- <div class="mysticky-welcomebar-setting-action mysticky-welcomebar-trigger-wrap">
361
- <label>
362
- <input type="radio" name="mysticky_option_welcomebar[mysticky_welcomebar_trigger]" value="after_a_few_seconds" checked disabled />&nbsp;<?php _e( 'After a few seconds', 'myStickymenu' );?>
363
- </label>
364
- <label>
365
- <input type="radio" name="mysticky_option_welcomebar[mysticky_welcomebar_trigger]" value="after_scroll" disabled />&nbsp;<?php _e( 'After Scroll', 'myStickymenu' );?>
366
- </label>
367
- </div>
368
- <div class="mysticky-welcomebar-setting-action mysticky-welcomebar-triggersec">
369
- <div class="px-wrap">
370
- <input type="number" class="" min="0" step="1" id="mysticky_welcomebar_triggersec" name="mysticky_option_welcomebar[mysticky_welcomebar_triggersec]" value="0" disabled />
371
- <span class="input-px"><?php echo ( isset($welcomebar['mysticky_welcomebar_trigger']) && $welcomebar['mysticky_welcomebar_trigger'] == 'after_scroll' ) ? '%' : 'Sec'; ?></span>
372
- </div>
373
- </div>
374
- </div>
375
- </div>
376
- <div class="mysticky-welcomebar-setting-content">
377
- <label><?php _e('Expiry date', 'myStickymenu'); ?></label>
378
- <div class="mysticky-welcomebar-setting-content-right">
379
- <div class="mysticky-welcomebar-expirydate">
380
- <input type="text" class="mysticky_welcome_expiry1" id="mysticky_welcomebar_expirydate" name="mysticky_option_welcomebar[mysticky_welcomebar_expirydate]" placeholder="<?php _e('No expiry date', 'myStickymenu'); ?>" value="" disabled />
381
- <span class="dashicons dashicons-calendar-alt"></span>
382
- </div>
383
- <div class="mysticky-welcomebar-expirydate-gmt">
384
- <select name="mysticky_option_welcomebar[mysticky_welcomebar_expirydate_gmt]" id="mysticky_welcomebar_expirydate_gmt" disabled>
385
- <?php for( $i=12; $i>=-12;$i-- ) { ?>
386
- <option value="<?php echo esc_attr($i); ?>"><?php echo "GMT " . ( $i>0 ? "+" : "" ).( $i ) ?></option>
387
- <?php } ?>
388
- </select>
389
- </div>
390
- </div>
391
- </div>
392
- <div class="mysticky-welcomebar-setting-content show-on-apper">
393
- <label><?php _e('Page targeting', 'myStickymenu'); ?></label>
394
- <div class="mysticky-welcomebar-setting-content-right">
395
- <a href="javascript:void(0);" class="create-rule" id="create-rule"><?php esc_html_e( "Add Rule", "mystickyelements" );?></a>
396
- </div>
397
- <?php
398
- $url_options = array(
399
- 'page_contains' => 'pages that contain',
400
- 'page_has_url' => 'a specific page',
401
- 'page_start_with' => 'pages starting with',
402
- 'page_end_with' => 'pages ending with',
403
- );
404
- ?>
405
- <div class="mysticky-welcomebar-page-options-html" style="display: none">
406
- <div class="mysticky-welcomebar-page-option">
407
- <div class="url-content">
408
- <div class="mysticky-welcomebar-url-select">
409
- <select name="" id="url_shown_on___count___option">
410
- <option value="show_on"><?php esc_html_e("Show on", "mysticky" );?></option>
411
- <option value="not_show_on"><?php esc_html_e("Don't show on", "mysticky" );?></option>
412
- </select>
413
- </div>
414
- <div class="mysticky-welcomebar-url-option">
415
- <select class="mysticky-welcomebar-url-options" name="" id="url_rules___count___option">
416
- <option selected="selected" value=""><?php esc_html_e("Select Rule", "mysticky" );?></option>
417
- <?php foreach($url_options as $key=>$value) {
418
- echo '<option value="'.$key.'">'.$value.'</option>';
419
- } ?>
420
- </select>
421
- </div>
422
- <div class="mysticky-welcomebar-url-box">
423
- <span class='mysticky-welcomebar-url'><?php echo site_url("/"); ?></span>
424
- </div>
425
- <div class="mysticky-welcomebar-url-values">
426
- <input type="text" value="" name="mysticky_option_welcomebar[page_settings][__count__][value]" id="url_rules___count___value" disabled />
427
- </div>
428
- <div class="clear"></div>
429
- </div>
430
- <span class="myStickymenu-upgrade"><a class="sticky-header-upgrade-now" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span>
431
- </div>
432
- </div>
433
- <div class="mysticky-welcomebar-page-options mysticky-welcomebar-setting-content-right" id="mysticky-welcomebar-page-options" style="display:none"></div>
434
- </div>
435
- </div>
436
- </div>
437
- </div>
438
- <div class="mysticky-welcomebar-setting-right">
439
- <div class="mysticky-welcomebar-backword-page">
440
- <a href="<?php echo admin_url("admin.php?page=my-stickymenu-welcomebar");?>"><span class="dashicons dashicons-arrow-left-alt2 back-dashboard" style="color: unset;font-size: 17px;"></span> Back to Dashboard</a>
441
- </div>
442
- <div class="mysticky-welcomebar-header-title">
443
- <h3><?php _e('Preview', 'mystickyelements'); ?></h3>
444
- </div>
445
- <div class="mysticky-welcomebar-preview-screen">
446
- <?php if(isset($welcomebar['mysticky_welcomebar_font']) && $welcomebar['mysticky_welcomebar_font'] != '' ):?>
447
- <link href="https://fonts.googleapis.com/css?family=<?php echo esc_attr($welcomebar['mysticky_welcomebar_font']) ?>:400,600,700|Lato:400,500,600,700" rel="stylesheet" type="text/css" class="sfba-google-font">
448
- <?php endif; ?>
449
- <div class="mysticky-welcomebar-fixed mysticky-welcomebar-display-desktop <?php echo esc_attr($display_main_class); ?>" >
450
- <div class="mysticky-welcomebar-fixed-wrap">
451
- <div class="mysticky-welcomebar-content">
452
- <?php echo wpautop(isset($welcomebar['mysticky_welcomebar_bar_text'])? stripslashes($welcomebar['mysticky_welcomebar_bar_text']) :"Get 30% off your first purchase");?>
453
- </div>
454
- <div class="mysticky-welcomebar-btn">
455
- <a href="#" ><?php echo isset($welcomebar['mysticky_welcomebar_btn_text']) ? stripslashes($welcomebar['mysticky_welcomebar_btn_text']) : "Got it!";?></a>
456
- </div>
457
- <a href="javascript:void(0)" class="mysticky-welcomebar-close">X</a>
458
- </div>
459
- </div>
460
- </div>
461
- </div>
462
- </div>
463
- <div class="mysticky-welcomebar-submit">
464
- <input type="submit" name="submit" id="submit" class="button button-primary welcombar_save" value="<?php _e('Save', 'mystickymenu');?>">
465
- <input type="submit" name="submit" id="submit" class="button button-primary save_view_dashboard" style="width: auto;" value="<?php _e('SAVE & VIEW DASHBOARD', 'mystickymenu');?>">
466
- </div>
467
- <input type="hidden" name="nonce" value="<?php echo esc_attr($nonce); ?>">
468
- <input type="hidden" name="active_tab_element" value="1">
469
- <input type="hidden" id="save_welcome_bar" name="save_welcome_bar" >
470
-
471
- </form>
472
- <form class="mysticky-welcomebar-form-reset" method="post" action="#">
473
- <div class="mysticky-welcomebar-submit">
474
- <input type="submit" name="mysticky_welcomebar_reset" id="reset" class="button button-secondary" value="<?php _e('Reset', 'mystickymenu');?>">
475
- </div>
476
- <input type="hidden" name="nonce_reset" value="<?php echo esc_attr($nonce_reset); ?>">
477
- <input type="hidden" name="active_tab_element" value="1">
478
- </form>
479
-
480
- <div class="mystickymenu-action-popup new-center" id="welcomebar-save-confirm" style="display:none;">
481
- <div class="mystickymenu-action-popup-header">
482
- <h3><?php esc_html_e("Welcome Bar is currently off","mystickymenu"); ?></h3>
483
- <span class="dashicons dashicons-no-alt close-button" data-from = "welcombar-confirm"></span>
484
- </div>
485
- <div class="mystickymenu-action-popup-body">
486
- <p><?php esc_html_e("Your Welcome Bar is currently turned off, would you like to save and show it on your site?","mystickymenu"); ?></p>
487
- </div>
488
- <div class="mystickymenu-action-popup-footer">
489
- <button type="button" class="btn-enable btn-nevermind-status" id="welcombar_sbmtbtn_off" ><?php esc_html_e("Just save and keep it off","mystickymenu"); ?></button>
490
- <button type="button" class="btn-disable-cancel btn-turnoff-status" id="welcomebar_yes_sbmtbtn" style="background:#00c67c;border-color:#00c67c;"><?php esc_html_e("Save & Turn on Welcome Bar","mystickymenu"); ?></button>
491
- </div>
492
- </div>
493
- <div class="mystickymenupopup-overlay" id="welcombar-sbmtvalidation-overlay-popup"></div>
494
-
495
- <div id="mysticky-welcomebar-poptin-popup-confirm" style="display:none;" title="<?php esc_attr_e( 'Poptin pop-up is not configured properly', 'mystickymenu' ); ?>">
496
- <p>
497
- Seems like you haven't filled up the Poptin pop-up direct link field properly. Please <a href="https://help.poptin.com/article/show/72942-how-to-show-a-poptin-when-the-visitor-clicks-on-a-button-link-on-your-site" target="_blank">check the guide</a> to know how you can copy direct link of a pop-up from Poptin.
498
- </p>
499
- </div>
500
- <script>
501
- jQuery(".mysticky-welcomebar-fixed").on(
502
- "animationend MSAnimationEnd webkitAnimationEnd oAnimationEnd",
503
- function() {
504
- jQuery(this).removeClass("animation-start");
505
- }
506
- );
507
- jQuery(document).ready(function() {
508
- var container = jQuery(".mysticky-welcomebar-fixed");
509
- var refreshId = setInterval(function() {
510
- container.addClass("animation-start");
511
- }, 3500);
512
- });
513
- </script>
514
-
515
-
516
- <style>
517
- .mysticky-welcomebar-fixed {
518
- background-color: <?php echo esc_attr($welcomebar['mysticky_welcomebar_bgcolor']); ?>;
519
- font-family: <?php echo esc_attr($welcomebar['mysticky_welcomebar_font']); ?>;
520
- position: absolute;
521
- left: 0;
522
- right: 0;
523
- opacity: 0;
524
- z-index: 9;
525
- -webkit-transition: all 1s ease 0s;
526
- -moz-transition: all 1s ease 0s;
527
- transition: all 1s ease 0s;
528
- }
529
-
530
-
531
- .mysticky-welcomebar-fixed-wrap {
532
- min-height: 60px;
533
- padding: 20px 10px 20px 10px;
534
- display: flex;
535
- align-items: center;
536
- justify-content: center;
537
- }
538
- .mysticky-welcomebar-preview-mobile-screen .mysticky-welcomebar-fixed{
539
- padding: 0 25px;
540
- }
541
- .mysticky-welcomebar-position-top {
542
- top:0;
543
- }
544
- .mysticky-welcomebar-position-bottom {
545
- bottom:0;
546
- }
547
- .mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in {
548
- top: -80px;
549
- }
550
- .mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in {
551
- bottom: -80px;
552
- }
553
- .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in.entry-effect {
554
- top:0;
555
- opacity: 1;
556
- }
557
- .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in.entry-effect {
558
- bottom:0;
559
- opacity: 1;
560
- }
561
- .mysticky-welcomebar-entry-effect-fade {
562
- opacity: 0;
563
- }
564
- .mysticky-welcomebar-display-desktop.mysticky-welcomebar-entry-effect-fade.entry-effect {
565
- opacity: 1;
566
- }
567
- .mysticky-welcomebar-entry-effect-none {
568
- display: none;
569
- }
570
- .mysticky-welcomebar-display-desktop.mysticky-welcomebar-entry-effect-none.entry-effect {
571
- display: block;
572
- opacity: 1;
573
- }
574
- .mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
575
- top: 0;
576
- }
577
- .mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
578
- bottom: 0;
579
- }
580
- .mysticky-welcomebar-fixed .mysticky-welcomebar-content p a,
581
- .mysticky-welcomebar-fixed .mysticky-welcomebar-content p {
582
- color: <?php echo esc_attr($welcomebar['mysticky_welcomebar_bgtxtcolor']); ?>;
583
- font-size: <?php echo esc_attr($welcomebar['mysticky_welcomebar_fontsize']); ?>px;
584
- font-family: inherit;
585
- margin: 0;
586
- padding: 0;
587
- line-height: 1.2;
588
- font-weight: 400;
589
- }
590
- /*.mysticky-welcomebar-fixed .mysticky-welcomebar-btn {
591
- padding-left: 30px;
592
- margin: 0 30px;
593
- display: none;
594
- }*/
595
- .mysticky-welcomebar-fixed.mysticky-welcomebar-btn-desktop .mysticky-welcomebar-btn {
596
- display: block;
597
- }
598
- .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a {
599
- background-color: <?php echo esc_attr($welcomebar['mysticky_welcomebar_btncolor']); ?>;
600
- font-family: inherit;
601
- color: <?php echo esc_attr($welcomebar['mysticky_welcomebar_btntxtcolor']); ?>;
602
- border-radius: 4px;
603
- text-decoration: none;
604
- display: inline-block;
605
- vertical-align: top;
606
- line-height: 1.2;
607
- font-size: <?php echo esc_attr($welcomebar['mysticky_welcomebar_fontsize']) ?>px;
608
- font-weight: 400;
609
- padding: 5px 20px;
610
- white-space: nowrap;
611
- }
612
- .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a:hover {
613
- /*opacity: 0.7;*/
614
- -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
615
- -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
616
- box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
617
- }
618
-
619
-
620
- /*.mysticky-welcomebar-fixed .mysticky-welcomebar-close {
621
- display: none;
622
- vertical-align: top;
623
- width: 20px;
624
- height: 20px;
625
- text-align: center;
626
- text-decoration: none;
627
- line-height: 20px;
628
- border-radius: 5px;
629
- color: #000;
630
- position: absolute;
631
- font-family: Lato;
632
- top: 5px;
633
- left: 5px;/*
634
- text-shadow: 0 0 0px #fff;
635
- -webkit-transition: all 0.5s ease 0s;
636
- -moz-transition: all 0.5s ease 0s;
637
- transition: all 0.5s ease 0s;
638
- -webkit-transform-origin: 50% 50%;
639
- -moz-transform-origin: 50% 50%;
640
- transform-origin: 50% 50%;
641
- }*/
642
- /*.mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover {
643
- opacity: 1;
644
- -webkit-transform: rotate(180deg);
645
- -moz-transform: rotate(180deg);
646
- transform: rotate(180deg);
647
- }
648
- .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
649
- display: inline-block;
650
- }*/
651
- @media only screen and (max-width: 1024px) {
652
- .mysticky-welcomebar-fixed {
653
- padding: 0 10px 0 10px;
654
- }
655
- /*.mysticky-welcomebar-fixed .mysticky-welcomebar-close {
656
- width: 20px;
657
- height: 20px;
658
- line-height: 20px;
659
- right: 0px;
660
- }*/
661
- }
662
-
663
- /* Animated Buttons */
664
- .mysticky-welcomebar-btn a {
665
- -webkit-animation-duration: 1s;
666
- animation-duration: 1s;
667
- }
668
- @-webkit-keyframes flash {
669
- from,
670
- 50%,
671
- to {
672
- opacity: 1;
673
- }
674
-
675
- 25%,
676
- 75% {
677
- opacity: 0;
678
- }
679
- }
680
- @keyframes flash {
681
- from,
682
- 50%,
683
- to {
684
- opacity: 1;
685
- }
686
-
687
- 25%,
688
- 75% {
689
- opacity: 0;
690
- }
691
- }
692
- .mysticky-welcomebar-attention-flash.animation-start .mysticky-welcomebar-btn a {
693
- -webkit-animation-name: flash;
694
- animation-name: flash;
695
- }
696
-
697
- @keyframes shake {
698
- from,
699
- to {
700
- -webkit-transform: translate3d(0, 0, 0);
701
- transform: translate3d(0, 0, 0);
702
- }
703
-
704
- 10%,
705
- 30%,
706
- 50%,
707
- 70%,
708
- 90% {
709
- -webkit-transform: translate3d(-10px, 0, 0);
710
- transform: translate3d(-10px, 0, 0);
711
- }
712
-
713
- 20%,
714
- 40%,
715
- 60%,
716
- 80% {
717
- -webkit-transform: translate3d(10px, 0, 0);
718
- transform: translate3d(10px, 0, 0);
719
- }
720
- }
721
-
722
- .mysticky-welcomebar-attention-shake.animation-start .mysticky-welcomebar-btn a {
723
- -webkit-animation-name: shake;
724
- animation-name: shake;
725
- }
726
-
727
- @-webkit-keyframes swing {
728
- 20% {
729
- -webkit-transform: rotate3d(0, 0, 1, 15deg);
730
- transform: rotate3d(0, 0, 1, 15deg);
731
- }
732
-
733
- 40% {
734
- -webkit-transform: rotate3d(0, 0, 1, -10deg);
735
- transform: rotate3d(0, 0, 1, -10deg);
736
- }
737
-
738
- 60% {
739
- -webkit-transform: rotate3d(0, 0, 1, 5deg);
740
- transform: rotate3d(0, 0, 1, 5deg);
741
- }
742
-
743
- 80% {
744
- -webkit-transform: rotate3d(0, 0, 1, -5deg);
745
- transform: rotate3d(0, 0, 1, -5deg);
746
- }
747
-
748
- to {
749
- -webkit-transform: rotate3d(0, 0, 1, 0deg);
750
- transform: rotate3d(0, 0, 1, 0deg);
751
- }
752
- }
753
-
754
- @keyframes swing {
755
- 20% {
756
- -webkit-transform: rotate3d(0, 0, 1, 15deg);
757
- transform: rotate3d(0, 0, 1, 15deg);
758
- }
759
-
760
- 40% {
761
- -webkit-transform: rotate3d(0, 0, 1, -10deg);
762
- transform: rotate3d(0, 0, 1, -10deg);
763
- }
764
-
765
- 60% {
766
- -webkit-transform: rotate3d(0, 0, 1, 5deg);
767
- transform: rotate3d(0, 0, 1, 5deg);
768
- }
769
-
770
- 80% {
771
- -webkit-transform: rotate3d(0, 0, 1, -5deg);
772
- transform: rotate3d(0, 0, 1, -5deg);
773
- }
774
-
775
- to {
776
- -webkit-transform: rotate3d(0, 0, 1, 0deg);
777
- transform: rotate3d(0, 0, 1, 0deg);
778
- }
779
- }
780
-
781
- .mysticky-welcomebar-attention-swing.animation-start .mysticky-welcomebar-btn a {
782
- -webkit-transform-origin: top center;
783
- transform-origin: top center;
784
- -webkit-animation-name: swing;
785
- animation-name: swing;
786
- }
787
-
788
- @-webkit-keyframes tada {
789
- from {
790
- -webkit-transform: scale3d(1, 1, 1);
791
- transform: scale3d(1, 1, 1);
792
- }
793
-
794
- 10%,
795
- 20% {
796
- -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
797
- transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
798
- }
799
-
800
- 30%,
801
- 50%,
802
- 70%,
803
- 90% {
804
- -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
805
- transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
806
- }
807
-
808
- 40%,
809
- 60%,
810
- 80% {
811
- -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
812
- transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
813
- }
814
-
815
- to {
816
- -webkit-transform: scale3d(1, 1, 1);
817
- transform: scale3d(1, 1, 1);
818
- }
819
- }
820
-
821
- @keyframes tada {
822
- from {
823
- -webkit-transform: scale3d(1, 1, 1);
824
- transform: scale3d(1, 1, 1);
825
- }
826
-
827
- 10%,
828
- 20% {
829
- -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
830
- transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
831
- }
832
-
833
- 30%,
834
- 50%,
835
- 70%,
836
- 90% {
837
- -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
838
- transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
839
- }
840
-
841
- 40%,
842
- 60%,
843
- 80% {
844
- -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
845
- transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
846
- }
847
-
848
- to {
849
- -webkit-transform: scale3d(1, 1, 1);
850
- transform: scale3d(1, 1, 1);
851
- }
852
- }
853
-
854
- .mysticky-welcomebar-attention-tada.animation-start .mysticky-welcomebar-btn a {
855
- -webkit-animation-name: tada;
856
- animation-name: tada;
857
- }
858
-
859
- @-webkit-keyframes heartBeat {
860
- 0% {
861
- -webkit-transform: scale(1);
862
- transform: scale(1);
863
- }
864
-
865
- 14% {
866
- -webkit-transform: scale(1.3);
867
- transform: scale(1.3);
868
- }
869
-
870
- 28% {
871
- -webkit-transform: scale(1);
872
- transform: scale(1);
873
- }
874
-
875
- 42% {
876
- -webkit-transform: scale(1.3);
877
- transform: scale(1.3);
878
- }
879
-
880
- 70% {
881
- -webkit-transform: scale(1);
882
- transform: scale(1);
883
- }
884
- }
885
-
886
- @keyframes heartBeat {
887
- 0% {
888
- -webkit-transform: scale(1);
889
- transform: scale(1);
890
- }
891
-
892
- 14% {
893
- -webkit-transform: scale(1.3);
894
- transform: scale(1.3);
895
- }
896
-
897
- 28% {
898
- -webkit-transform: scale(1);
899
- transform: scale(1);
900
- }
901
-
902
- 42% {
903
- -webkit-transform: scale(1.3);
904
- transform: scale(1.3);
905
- }
906
-
907
- 70% {
908
- -webkit-transform: scale(1);
909
- transform: scale(1);
910
- }
911
- }
912
-
913
- .mysticky-welcomebar-attention-heartbeat.animation-start .mysticky-welcomebar-btn a {
914
- -webkit-animation-name: heartBeat;
915
- animation-name: heartBeat;
916
- -webkit-animation-duration: 1.3s;
917
- animation-duration: 1.3s;
918
- -webkit-animation-timing-function: ease-in-out;
919
- animation-timing-function: ease-in-out;
920
- }
921
-
922
- @-webkit-keyframes wobble {
923
- from {
924
- -webkit-transform: translate3d(0, 0, 0);
925
- transform: translate3d(0, 0, 0);
926
- }
927
-
928
- 15% {
929
- -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
930
- transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
931
- }
932
-
933
- 30% {
934
- -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
935
- transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
936
- }
937
-
938
- 45% {
939
- -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
940
- transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
941
- }
942
-
943
- 60% {
944
- -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
945
- transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
946
- }
947
-
948
- 75% {
949
- -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
950
- transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
951
- }
952
-
953
- to {
954
- -webkit-transform: translate3d(0, 0, 0);
955
- transform: translate3d(0, 0, 0);
956
- }
957
- }
958
-
959
- @keyframes wobble {
960
- from {
961
- -webkit-transform: translate3d(0, 0, 0);
962
- transform: translate3d(0, 0, 0);
963
- }
964
-
965
- 15% {
966
- -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
967
- transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
968
- }
969
-
970
- 30% {
971
- -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
972
- transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
973
- }
974
-
975
- 45% {
976
- -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
977
- transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
978
- }
979
-
980
- 60% {
981
- -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
982
- transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
983
- }
984
-
985
- 75% {
986
- -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
987
- transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
988
- }
989
-
990
- to {
991
- -webkit-transform: translate3d(0, 0, 0);
992
- transform: translate3d(0, 0, 0);
993
- }
994
- }
995
-
996
- .mysticky-welcomebar-attention-wobble.animation-start .mysticky-welcomebar-btn a {
997
- -webkit-animation-name: wobble;
998
- animation-name: wobble;
999
- }
1000
- </style>
1001
-
1002
- <?php
1003
- }
1004
-
1005
- function mysticky_welcomebar_pro_widget_default_fields() {
1006
- return array(
1007
- 'mysticky_welcomebar_position' => 'top',
1008
- 'mysticky_welcomebar_height' => '60',
1009
- 'mysticky_welcomebar_bgcolor' => '#03ed96',
1010
- 'mysticky_welcomebar_bgtxtcolor' => '#000000',
1011
- 'mysticky_welcomebar_font' => 'Poppins',
1012
- 'mysticky_welcomebar_fontsize' => '16',
1013
- 'mysticky_welcomebar_bar_text' => 'Get 30% off your first purchase',
1014
- 'mysticky_welcomebar_x_desktop' => 'desktop',
1015
- 'mysticky_welcomebar_x_mobile' => 'mobile',
1016
- 'mysticky_welcomebar_btn_desktop' => 'desktop',
1017
- 'mysticky_welcomebar_btn_mobile' => 'mobile',
1018
- 'mysticky_welcomebar_btncolor' => '#000000',
1019
- 'mysticky_welcomebar_btntxtcolor' => '#ffffff',
1020
- 'mysticky_welcomebar_btn_text' => 'Got it!',
1021
- 'mysticky_welcomebar_actionselect' => 'close_bar',
1022
- 'mysticky_welcomebar_aftersubmission' => 'dont_show_welcomebar',
1023
- 'mysticky_welcomebar_redirect' => 'https://www.yourdomain.com',
1024
- 'mysticky_welcomebar_redirect_newtab' => '',
1025
- 'mysticky_welcomebar_redirect_rel' => '',
1026
- 'mysticky_welcomebar_device_desktop' => 'desktop',
1027
- 'mysticky_welcomebar_device_mobile' => 'mobile',
1028
- 'mysticky_welcomebar_entry_effect' => 'slide-in',
1029
- 'mysticky_welcomebar_trigger' => 'after_a_few_seconds',
1030
- 'mysticky_welcomebar_triggersec' => '0',
1031
- 'mysticky_welcomebar_expirydate' => '',
1032
- 'mysticky_welcomebar_page_settings' => '',
1033
- 'mysticky_welcomebar_timer_position' => 'left',
1034
- 'mysticky_welcomebar_timer_bgcolor' => '#000000',
1035
- 'mysticky_welcomebar_timer_textcolor' => '#ffffff',
1036
- );
1037
- }
1038
-
1039
- function mysticky_welcome_bar_frontend(){
1040
- $welcomebar = get_option( 'mysticky_option_welcomebar' );
1041
-
1042
- if ( ( isset($welcomebar['mysticky_welcomebar_expirydate']) && $welcomebar['mysticky_welcomebar_expirydate'] !='' && strtotime( date('m/d/Y')) > strtotime($welcomebar['mysticky_welcomebar_expirydate']) ) || !isset($welcomebar['mysticky_welcomebar_enable'] ) || (isset($welcomebar['mysticky_welcomebar_enable']) && $welcomebar['mysticky_welcomebar_enable'] == 0) ) {
1043
- return;
1044
- }
1045
-
1046
- $mysticky_welcomebar_showx_desktop = $mysticky_welcomebar_showx_mobile = '';
1047
- $mysticky_welcomebar_btn_desktop = $mysticky_welcomebar_btn_mobile = '';
1048
- $mysticky_welcomebar_display_desktop = $mysticky_welcomebar_display_mobile = '';
1049
- if( isset($welcomebar['mysticky_welcomebar_x_desktop']) ) {
1050
- $mysticky_welcomebar_showx_desktop = ' mysticky-welcomebar-showx-desktop';
1051
- }
1052
- if( isset($welcomebar['mysticky_welcomebar_x_mobile']) ) {
1053
- $mysticky_welcomebar_showx_mobile = ' mysticky-welcomebar-showx-mobile';
1054
- }
1055
- if( isset($welcomebar['mysticky_welcomebar_btn_desktop']) ) {
1056
- $mysticky_welcomebar_btn_desktop = ' mysticky-welcomebar-btn-desktop';
1057
- }
1058
- if( isset($welcomebar['mysticky_welcomebar_btn_mobile']) ) {
1059
- $mysticky_welcomebar_btn_mobile = ' mysticky-welcomebar-btn-mobile';
1060
- }
1061
-
1062
- $welcomebar['mysticky_welcomebar_position'] = (isset($welcomebar['mysticky_welcomebar_position'])) ? $welcomebar['mysticky_welcomebar_position'] : 'top';
1063
-
1064
- $welcomebar['mysticky_welcomebar_height'] = (isset($welcomebar['mysticky_welcomebar_height'])) ? $welcomebar['mysticky_welcomebar_height'] : '60';
1065
- $welcomebar['mysticky_welcomebar_actionselect'] = (isset($welcomebar['mysticky_welcomebar_actionselect'])) ? $welcomebar['mysticky_welcomebar_actionselect'] : 'close_bar';
1066
- $welcomebar['mysticky_welcomebar_aftersubmission'] = (isset($welcomebar['mysticky_welcomebar_aftersubmission'])) ? $welcomebar['mysticky_welcomebar_aftersubmission'] : 'dont_show_welcomebar';
1067
- $welcomebar['mysticky_welcomebar_attentionselect'] = (isset($welcomebar['mysticky_welcomebar_attentionselect'])) ? $welcomebar['mysticky_welcomebar_attentionselect'] : '';
1068
-
1069
- $display = ' mysticky-welcomebar-attention-'.$welcomebar['mysticky_welcomebar_attentionselect'];
1070
- $display_entry_effect = (isset($welcomebar['mysticky_welcomebar_entry_effect'])) ? ' mysticky-welcomebar-entry-effect-'.$welcomebar['mysticky_welcomebar_entry_effect'] : ' mysticky-welcomebar-entry-effect-slide-in';
1071
- $mysticky_welcomebar_display_desktop = ' mysticky-welcomebar-display-desktop';
1072
- $mysticky_welcomebar_display_mobile = ' mysticky-welcomebar-display-mobile';
1073
-
1074
-
1075
- $display_main_class = "mysticky-welcomebar-position-" . $welcomebar['mysticky_welcomebar_position'] . $mysticky_welcomebar_showx_desktop . $mysticky_welcomebar_showx_mobile . $mysticky_welcomebar_btn_desktop . $mysticky_welcomebar_btn_mobile . $mysticky_welcomebar_display_desktop . $mysticky_welcomebar_display_mobile .$display . $display_entry_effect;
1076
-
1077
- if( isset($welcomebar['mysticky_welcomebar_actionselect']) ) {
1078
-
1079
- if( $welcomebar['mysticky_welcomebar_actionselect'] == 'redirect_to_url' ) {
1080
- $mysticky_welcomebar_actionselect_url = esc_url( $welcomebar['mysticky_welcomebar_redirect'] );
1081
- } else if( $welcomebar['mysticky_welcomebar_actionselect'] == 'poptin_popup'){
1082
- $mysticky_welcomebar_actionselect_url = esc_url( $welcomebar['mysticky_welcomebar_poptin_popup_link'] );
1083
- } else {
1084
- $mysticky_welcomebar_actionselect_url = 'javascript:void(0)';
1085
- }
1086
- }
1087
-
1088
-
1089
-
1090
- ?>
1091
- <div class="mysticky-welcomebar-fixed <?php echo esc_attr($display_main_class); ?>" data-after-triger="after_a_few_seconds" data-triger-sec="0" data-position="<?php echo esc_attr($welcomebar['mysticky_welcomebar_position']);?>" data-height="<?php echo esc_attr($welcomebar['mysticky_welcomebar_height']);?>" data-rediect="<?php echo esc_attr($welcomebar['mysticky_welcomebar_actionselect']);?>" data-aftersubmission="<?php echo esc_attr($welcomebar['mysticky_welcomebar_aftersubmission']);?>">
1092
- <div class="mysticky-welcomebar-fixed-wrap">
1093
- <div class="mysticky-welcomebar-content">
1094
- <?php echo wpautop( isset($welcomebar['mysticky_welcomebar_bar_text'])? stripslashes($welcomebar['mysticky_welcomebar_bar_text']) :"Get 30% off your first purchase" );?>
1095
- </div>
1096
- <div class="mysticky-welcomebar-btn">
1097
- <a href="<?php echo esc_url($mysticky_welcomebar_actionselect_url); ?>" <?php if( isset($welcomebar['mysticky_welcomebar_redirect_newtab']) && $welcomebar['mysticky_welcomebar_actionselect'] == 'redirect_to_url' && $welcomebar['mysticky_welcomebar_redirect_newtab']== 1):?> target="_blank" <?php endif;?>><?php echo isset($welcomebar['mysticky_welcomebar_btn_text'])? stripslashes($welcomebar['mysticky_welcomebar_btn_text']) :"Got it!";?></a>
1098
- </div>
1099
- <a href="javascript:void(0)" class="mysticky-welcomebar-close">X</a>
1100
- </div>
1101
- </div>
1102
- <script>
1103
-
1104
- jQuery(document).ready(function($){
1105
- var adminBarHeight = 0;
1106
- if ( $("#wpadminbar").length != 0 ){
1107
- var adminBarHeight = $('#wpadminbar').height();
1108
- }
1109
- var mysticky_welcomebar_height = adminBarHeight + jQuery( '.mysticky-welcomebar-fixed' ).outerHeight();
1110
- if( jQuery( '.mysticky-welcomebar-fixed' ).data('position') == 'top' ) {
1111
- jQuery( '.mysticky-welcomebar-entry-effect-slide-in.mysticky-welcomebar-fixed' ).css( 'top', '-' + mysticky_welcomebar_height + 'px' );
1112
- } else {
1113
- jQuery( '.mysticky-welcomebar-entry-effect-slide-in.mysticky-welcomebar-fixed' ).css( 'bottom', '-' + mysticky_welcomebar_height + 'px' );
1114
- }
1115
- var divi_topbar_height = $( '.et_fixed_nav #top-header' ).outerHeight();
1116
- var divi_total_height = mysticky_welcomebar_height + divi_topbar_height;
1117
- var welcombar_aftersubmission = $( '.mysticky-welcomebar-fixed' ).data('aftersubmission');
1118
- if( welcombar_aftersubmission == 'dont_show_welcomebar' ){
1119
- var welcomebar_storage = localStorage.getItem("welcomebar_close");
1120
- } else if( welcombar_aftersubmission == 'show_welcomebar_next_visit' ) {
1121
- var welcomebar_storage = sessionStorage.getItem("welcomebar_close");
1122
- } else {
1123
- sessionStorage.removeItem('welcomebar_close');
1124
- localStorage.removeItem('welcomebar_close');
1125
- var welcomebar_storage = null;
1126
- }
1127
- if ( welcomebar_storage === null ){
1128
-
1129
- var after_trigger = jQuery( '.mysticky-welcomebar-fixed' ).data('after-triger');
1130
-
1131
- jQuery( 'body' ).addClass( 'mysticky-welcomebar-apper' );
1132
-
1133
- if ( after_trigger == 'after_a_few_seconds' ) {
1134
-
1135
- if ( $( '.mysticky-welcomebar-fixed' ).hasClass( 'mysticky-welcomebar-display-desktop' ) ) {
1136
- if ( $( window ).width() > 767 ) {
1137
- var trigger_sec = jQuery( '.mysticky-welcomebar-fixed' ).data('triger-sec') * 1000;
1138
- var welcombar_position = $( '.mysticky-welcomebar-fixed' ).data('position');
1139
- var welcombar_height = $( '.mysticky-welcomebar-fixed' ).outerHeight();
1140
-
1141
- setTimeout(function(){
1142
- jQuery( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-animation' );
1143
- $( '.mysticky-welcomebar-fixed' ).addClass( 'entry-effect' );
1144
- if ( welcombar_position == 'top' ) {
1145
-
1146
- jQuery( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-animation' );
1147
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'top', (adminBarHeight + 0) + 'px' );
1148
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1149
- $( 'html' ).css( 'margin-bottom', '' );
1150
- jQuery( '#mysticky_divi_style' ).remove();
1151
- jQuery( '.et_fixed_nav #top-header' ).css( 'top', welcombar_height + 'px' );
1152
- jQuery( 'head' ).append( '<style id="mysticky_divi_style" type="text/css">.et_fixed_nav #main-header {top: ' + welcombar_height + 'px !important}.et_fixed_nav #top-header + #main-header{top: ' + divi_total_height + 'px !important}</style>' );
1153
- $( 'html' ).attr( 'style', 'margin-top: ' + mysticky_welcomebar_height + 'px !important' );
1154
- $( '#mysticky-nav' ).css( 'top', mysticky_welcomebar_height + 'px' );
1155
- } else {
1156
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'bottom', '0' );
1157
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1158
- $( 'html' ).css( 'margin-top', '' );
1159
- jQuery( '#mysticky_divi_style' ).remove();
1160
- jQuery( '.et_fixed_nav #top-header' ).css( 'top', '' );
1161
- $( 'html' ).attr( 'style', 'margin-bottom: ' + mysticky_welcomebar_height + 'px !important' );
1162
- }
1163
- }, trigger_sec );
1164
- }
1165
- }
1166
- }
1167
- if ( $( window ).width() < 767 ) {
1168
- if ( after_trigger == 'after_a_few_seconds' ) {
1169
- if ( $( '.mysticky-welcomebar-fixed' ).hasClass( 'mysticky-welcomebar-display-mobile' ) ) {
1170
- var trigger_sec = jQuery( '.mysticky-welcomebar-fixed' ).data('triger-sec') * 1000;
1171
- var welcombar_position = $( '.mysticky-welcomebar-fixed' ).data('position');
1172
- var welcombar_height = $( '.mysticky-welcomebar-fixed' ).outerHeight();
1173
- setTimeout(function(){
1174
- jQuery( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-animation' );
1175
- $( '.mysticky-welcomebar-fixed' ).addClass( 'entry-effect' );
1176
- jQuery( '#mysticky_divi_style' ).remove();
1177
- jQuery( '.et_fixed_nav #top-header' ).css( 'top', '' );
1178
- if ( welcombar_position == 'top' ) {
1179
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'top', ( adminBarHeight + 0) + 'px' );
1180
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1181
- $( 'html' ).css( 'margin-bottom', '' );
1182
- $( 'html' ).attr( 'style', 'margin-top: ' + mysticky_welcomebar_height + 'px !important' );
1183
- $( '#mysticky-nav' ).css( 'top', mysticky_welcomebar_height + 'px' );
1184
- } else {
1185
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'bottom', '0' );
1186
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1187
- $( 'html' ).css( 'margin-top', '' );
1188
- $( 'html' ).attr( 'style', 'margin-bottom: ' + mysticky_welcomebar_height + 'px !important' );
1189
- }
1190
- }, trigger_sec );
1191
- }
1192
- }
1193
- }
1194
- mystickyelements_present();
1195
- }
1196
- $( window ).resize( function(){
1197
- var mysticky_welcomebar_height = jQuery( '.mysticky-welcomebar-fixed' ).outerHeight();
1198
- if( welcombar_aftersubmission == 'dont_show_welcomebar' ){
1199
- var welcomebar_storage = localStorage.getItem("welcomebar_close");
1200
- } else if( welcombar_aftersubmission == 'show_welcomebar_next_visit' ) {
1201
- var welcomebar_storage = sessionStorage.getItem("welcomebar_close");
1202
- } else {
1203
- sessionStorage.removeItem('welcomebar_close');
1204
- localStorage.removeItem('welcomebar_close');
1205
- var welcomebar_storage = null;
1206
- }
1207
- if ( welcomebar_storage === null ){
1208
- var after_trigger = jQuery( '.mysticky-welcomebar-fixed' ).data('after-triger');
1209
- if ( ! $( '.mysticky-welcomebar-fixed' ).hasClass( 'mysticky-welcomebar-notapper' ) ) {
1210
- jQuery( 'body' ).addClass( 'mysticky-welcomebar-apper' );
1211
- } else {
1212
- jQuery( 'body' ).removeClass( 'mysticky-welcomebar-apper' );
1213
- }
1214
- if ( after_trigger == 'after_a_few_seconds' ) {
1215
- var trigger_sec = jQuery( '.mysticky-welcomebar-fixed' ).data('triger-sec') * 1000;
1216
- var welcombar_position = $( '.mysticky-welcomebar-fixed' ).data('position');
1217
- var welcombar_height = $( '.mysticky-welcomebar-fixed' ).outerHeight();
1218
- if ( $( window ).width() < 767 ) {
1219
- if ( $( '.mysticky-welcomebar-fixed' ).hasClass( 'mysticky-welcomebar-display-mobile' ) ) {
1220
- setTimeout(function(){
1221
- jQuery( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-animation' );
1222
- $( '.mysticky-welcomebar-fixed' ).addClass( 'entry-effect' );
1223
- jQuery( '#mysticky_divi_style' ).remove();
1224
- jQuery( '.et_fixed_nav #top-header' ).css( 'top', '' );
1225
- if ( welcombar_position == 'top' ) {
1226
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'top', ( adminBarHeight + 0) + 'px' );
1227
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1228
- $( 'html' ).css( 'margin-bottom', '' );
1229
- $( 'html' ).attr( 'style', 'margin-top: ' + mysticky_welcomebar_height + 'px !important' );
1230
- $( '.mysticky-welcomebar-apper #mysticky-nav' ).css( 'top', mysticky_welcomebar_height + 'px' );
1231
- } else {
1232
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'bottom', '0' );
1233
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1234
- $( 'html' ).css( 'margin-top', '' );
1235
- $( 'html' ).attr( 'style', 'margin-bottom: ' + mysticky_welcomebar_height + 'px !important' );
1236
- }
1237
- }, trigger_sec );
1238
- }
1239
- } else {
1240
- if ( $( '.mysticky-welcomebar-fixed' ).hasClass( 'mysticky-welcomebar-display-desktop' ) ) {
1241
- setTimeout(function(){
1242
- jQuery( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-animation' );
1243
- $( '.mysticky-welcomebar-fixed' ).addClass( 'entry-effect' );
1244
- if ( welcombar_position == 'top' ) {
1245
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'top', ( adminBarHeight + 0) + 'px' );
1246
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1247
- $( 'html' ).css( 'margin-bottom', '' );
1248
- jQuery( '#mysticky_divi_style' ).remove();
1249
- jQuery( '.mysticky-welcomebar-apper.et_fixed_nav #top-header' ).css( 'top', welcombar_height + 'px' );
1250
- jQuery( 'head' ).append( '<style id="mysticky_divi_style" type="text/css">.mysticky-welcomebar-apper.et_fixed_nav #main-header {top: ' + welcombar_height + 'px !important}.mysticky-welcomebar-apper.et_fixed_nav #top-header + #main-header{top: ' + divi_total_height + 'px !important}</style>' );
1251
- $( 'html' ).attr( 'style', 'margin-top: ' + mysticky_welcomebar_height + 'px !important' );
1252
- $( '.mysticky-welcomebar-apper #mysticky-nav' ).css( 'top', mysticky_welcomebar_height + 'px' );
1253
- } else {
1254
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'bottom', '0' );
1255
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1256
- $( 'html' ).css( 'margin-top', '' );
1257
- jQuery( '#mysticky_divi_style' ).remove();
1258
- jQuery( '.et_fixed_nav #top-header' ).css( 'top', '' );
1259
- $( 'html' ).attr( 'style', 'margin-bottom: ' + mysticky_welcomebar_height + 'px !important' );
1260
- }
1261
- }, trigger_sec );
1262
- }
1263
- }
1264
- }
1265
- mystickyelements_present();
1266
- }
1267
- } );
1268
-
1269
- jQuery(window).on( 'scroll', function(){
1270
- if( welcombar_aftersubmission == 'dont_show_welcomebar' ){
1271
- var welcomebar_storage = localStorage.getItem("welcomebar_close");
1272
- } else if( welcombar_aftersubmission == 'show_welcomebar_next_visit' ) {
1273
- var welcomebar_storage = sessionStorage.getItem("welcomebar_close");
1274
- } else {
1275
- sessionStorage.removeItem('welcomebar_close');
1276
- localStorage.removeItem('welcomebar_close');
1277
- var welcomebar_storage = null;
1278
- }
1279
- if ( welcomebar_storage === null ){
1280
- var welcombar_height = $( '.mysticky-welcomebar-fixed' ).outerHeight();
1281
- var welcombar_position = $( '.mysticky-welcomebar-fixed' ).data('position');
1282
- if ( welcombar_position == 'top' ) {
1283
- $( '#mysticky-nav' ).css( 'top', mysticky_welcomebar_height + 'px' );
1284
- }
1285
- if ( after_trigger === 'after_scroll' ) {
1286
- var scroll = 100 * $(window).scrollTop() / ($(document).height() - $(window).height());
1287
- var after_scroll_val = jQuery( '.mysticky-welcomebar-fixed' ).data('triger-sec');
1288
- var welcombar_position = $( '.mysticky-welcomebar-fixed' ).data('position');
1289
- var welcombar_height = $( '.mysticky-welcomebar-fixed' ).outerHeight();
1290
- if( scroll > after_scroll_val ) {
1291
- if ( $( '.mysticky-welcomebar-fixed' ).hasClass( 'mysticky-welcomebar-display-desktop' ) ) {
1292
- if ( $( window ).width() > 767 ) {
1293
- jQuery( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-animation' );
1294
- $( '.mysticky-welcomebar-fixed' ).addClass( 'entry-effect' );
1295
- if ( welcombar_position == 'top' ) {
1296
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'top', (adminBarHeight+ 0 ) + 'px' );
1297
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1298
- $( 'html' ).css( 'margin-bottom', '' );
1299
- $( 'html' ).attr( 'style', 'margin-top: ' + mysticky_welcomebar_height + 'px !important' );
1300
- $( '#mysticky-nav' ).css( 'top', mysticky_welcomebar_height + 'px' );
1301
- } else {
1302
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'bottom', '0' );
1303
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1304
- $( 'html' ).css( 'margin-top', '' );
1305
- $( 'html' ).attr( 'style', 'margin-bottom: ' + mysticky_welcomebar_height + 'px !important' );
1306
- }
1307
- }
1308
- }
1309
- if ( $( '.mysticky-welcomebar-fixed' ).hasClass( 'mysticky-welcomebar-display-mobile' ) ) {
1310
- if ( $( window ).width() < 767 ) {
1311
- jQuery( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-animation' );
1312
- $( '.mysticky-welcomebar-fixed' ).addClass( 'entry-effect' );
1313
- if ( welcombar_position == 'top' ) {
1314
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'top', ( adminBarHeight +0 ) + 'px' );
1315
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1316
- $( 'html' ).css( 'margin-bottom', '' );
1317
- $( 'html' ).attr( 'style', 'margin-top: ' + mysticky_welcomebar_height + 'px !important' );
1318
- $( '#mysticky-nav' ).css( 'top', mysticky_welcomebar_height + 'px' );
1319
- } else {
1320
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'bottom', '0' );
1321
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1322
- $( 'html' ).css( 'margin-top', '' );
1323
- $( 'html' ).attr( 'style', 'margin-bottom: ' + mysticky_welcomebar_height + 'px !important' );
1324
- }
1325
- }
1326
- }
1327
- }
1328
- }
1329
- mystickyelements_present();
1330
- }
1331
-
1332
- });
1333
-
1334
- jQuery( '.mysticky-welcomebar-close, .mysticky-welcomebar-btn a' ).on( 'click', function(){
1335
- if( welcombar_aftersubmission != 'show_welcomebar_every_page' ){
1336
- if( welcombar_aftersubmission == 'dont_show_welcomebar' ){
1337
- sessionStorage.removeItem('welcomebar_close');
1338
- localStorage.setItem('welcomebar_close', 'close');
1339
- } else if( welcombar_aftersubmission == 'show_welcomebar_next_visit' ) {
1340
- localStorage.removeItem('welcomebar_close');
1341
- sessionStorage.setItem('welcomebar_close', 'close');
1342
- }
1343
- }
1344
- var welcombar_position = $( '.mysticky-welcomebar-fixed' ).data('position');
1345
- var welcombar_height = $( '.mysticky-welcomebar-fixed' ).outerHeight();
1346
- jQuery( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-notapper' );
1347
- jQuery( 'body' ).removeClass( 'mysticky-welcomebar-apper' );
1348
- jQuery( '.mysticky-welcomebar-fixed' ).slideUp( 'slow' );
1349
- if ( welcombar_position == 'top' ) {
1350
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'top', '-' + mysticky_welcomebar_height + 'px' );
1351
- } else {
1352
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'bottom', '-' + mysticky_welcomebar_height + 'px' );
1353
- }
1354
- jQuery( '#mysticky_divi_style' ).remove();
1355
- jQuery( '.et_fixed_nav #top-header' ).css( 'top', '' );
1356
- jQuery( 'html' ).css( 'margin-top', '' );
1357
- jQuery( 'html' ).css( 'margin-bottom', '' );
1358
- $( '#mysticky-nav' ).css( 'top', '0px' );
1359
- /*if mystickyelements show*/
1360
- var mystickyelements_show = $( '.mystickyelements-fixed' ).length;
1361
- if( mystickyelements_show && $( window ).width() <= 1024 && $( '.mystickyelements-fixed' ).hasClass( 'mystickyelements-position-mobile-top' ) && welcombar_position == 'top' ) {
1362
- var mystickyelements_height = $( '.mystickyelements-fixed' ).height();
1363
- $( '.mystickyelements-fixed' ).css( 'top', '' );
1364
- $( 'html' ).attr( 'style', 'margin-top: ' + mystickyelements_height + 'px !important' );
1365
- }
1366
- } );
1367
- });
1368
- function mystickyelements_present() {
1369
- var after_trigger = jQuery( '.mysticky-welcomebar-fixed' ).data('after-triger');
1370
- var mystickyelements_show = jQuery( '.mystickyelements-fixed' ).length;
1371
- var welcombar_position = jQuery( '.mysticky-welcomebar-fixed' ).data('position');
1372
- var adminBarHeight = 0;
1373
- if ( jQuery("#wpadminbar").length != 0 ){
1374
- var adminBarHeight = jQuery('#wpadminbar').height();
1375
- }
1376
-
1377
- if ( jQuery( window ).width() <= 600 && jQuery(window).scrollTop() != 0 && welcombar_position == 'top') {
1378
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'top', '0px' );
1379
- var welcombar_height = jQuery( '.mysticky-welcomebar-fixed' ).outerHeight();
1380
-
1381
- if (jQuery( '.mysticky-welcomebar-fixed' ).css('display') === 'none') {
1382
- welcombar_height= 0;
1383
- }
1384
- jQuery( '#mysticky-nav' ).css( 'top', welcombar_height + 'px' );
1385
-
1386
- } else if ( welcombar_position == 'top' ) {
1387
- var mysticky_welcomebar_height = adminBarHeight + jQuery( '.mysticky-welcomebar-fixed' ).outerHeight();
1388
- if (jQuery( '.mysticky-welcomebar-fixed' ).css('display') === 'none') {
1389
- mysticky_welcomebar_height= adminBarHeight + 0;
1390
- }
1391
- jQuery( '.mysticky-welcomebar-fixed' ).css( 'top', ( adminBarHeight + 0) + 'px' );
1392
- jQuery( '#mysticky-nav' ).css( 'top', mysticky_welcomebar_height + 'px' );
1393
- }
1394
- if( mystickyelements_show ) {
1395
-
1396
- var welcombar_height = jQuery( '.mysticky-welcomebar-fixed' ).outerHeight();
1397
- var mystickyelements_height = jQuery( '.mystickyelements-fixed' ).height();
1398
- var mystickyelements_total_height = welcombar_height + mystickyelements_height;
1399
- if ( jQuery( window ).width() <= 1024 && jQuery( '.mystickyelements-fixed' ).hasClass( 'mystickyelements-position-mobile-top' ) ) {
1400
- if ( after_trigger == 'after_a_few_seconds' ) {
1401
- if ( jQuery( '.mysticky-welcomebar-fixed' ).hasClass( 'mysticky-welcomebar-display-mobile' ) ) {
1402
- var trigger_sec = jQuery( '.mysticky-welcomebar-fixed' ).data('triger-sec') * 1000;
1403
- setTimeout(function(){
1404
- if ( welcombar_position == 'top' ) {
1405
- jQuery( '.mystickyelements-fixed' ).css( 'top', welcombar_height );
1406
- jQuery( 'html' ).attr( 'style', 'margin-top: ' + mystickyelements_total_height + 'px !important' );
1407
- } else {
1408
- jQuery( '.mystickyelements-fixed' ).css( 'top', '' );
1409
- jQuery( 'html' ).attr( 'style', 'margin-bottom: ' + welcombar_height + 'px !important' );
1410
- }
1411
- }, trigger_sec );
1412
- }
1413
- } else if ( after_trigger === 'after_scroll' ) {
1414
- var scroll = 100 * $(window).scrollTop() / ($(document).height() - $(window).height());
1415
- var after_scroll_val = $( '.mysticky-welcomebar-fixed' ).data('triger-sec');
1416
- if( scroll > after_scroll_val ) {
1417
- if ( jQuery( '.mysticky-welcomebar-fixed' ).hasClass( 'mysticky-welcomebar-display-mobile' ) ) {
1418
- if ( welcombar_position == 'top' ) {
1419
- jQuery( '.mystickyelements-fixed' ).css( 'top', welcombar_height );
1420
- jQuery( 'html' ).attr( 'style', 'margin-top: ' + mystickyelements_total_height + 'px !important' );
1421
- } else {
1422
- jQuery( '.mystickyelements-fixed' ).css( 'top', '' );
1423
- jQuery( 'html' ).attr( 'style', 'margin-bottom: ' + welcombar_height + 'px !important' );
1424
- }
1425
- }
1426
- }
1427
- }
1428
- }
1429
- }
1430
- }
1431
- jQuery(".mysticky-welcomebar-fixed").on(
1432
- "animationend MSAnimationEnd webkitAnimationEnd oAnimationEnd",
1433
- function() {
1434
- jQuery(this).removeClass("animation-start");
1435
- }
1436
- );
1437
- jQuery(document).ready(function() {
1438
- var container = jQuery(".mysticky-welcomebar-fixed");
1439
- var refreshId = setInterval(function() {
1440
- container.addClass("animation-start");
1441
- }, 3500);
1442
- });
1443
-
1444
- </script>
1445
-
1446
- <?php
1447
- if( isset($welcomebar['mysticky_welcomebar_font']) && $welcomebar['mysticky_welcomebar_font'] == 'System Stack' ){
1448
- $welcomebar['mysticky_welcomebar_font'] = '-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"';
1449
- }
1450
-
1451
- $welcomebar['mysticky_welcomebar_font'] = (isset($welcomebar['mysticky_welcomebar_font']) && $welcomebar['mysticky_welcomebar_font'] == 'Inherit') ? strtolower($welcomebar['mysticky_welcomebar_font']) : $welcomebar['mysticky_welcomebar_font'];
1452
- ?>
1453
-
1454
- <style>
1455
- /*-------------New-----*/
1456
-
1457
-
1458
-
1459
- /*--------------------------------------------------------------------------------------------*/
1460
-
1461
- .mysticky-welcomebar-fixed , .mysticky-welcomebar-fixed * {
1462
- -webkit-box-sizing: border-box;
1463
- -moz-box-sizing: border-box;
1464
- box-sizing: border-box;
1465
- }
1466
- .mysticky-welcomebar-fixed {
1467
- background-color: <?php echo esc_attr($welcomebar['mysticky_welcomebar_bgcolor']) ?>;
1468
- font-family: <?php echo esc_attr($welcomebar['mysticky_welcomebar_font']) ?>;
1469
- position: fixed;
1470
- left: 0;
1471
- right: 0;
1472
- z-index: 9999999;
1473
- opacity: 0;
1474
- }
1475
- .mysticky-welcomebar-fixed-wrap {
1476
- min-height: 60px;
1477
- padding: 20px 50px;
1478
- display: flex;
1479
- align-items: center;
1480
- justify-content: center;
1481
- width: 100%;
1482
- height: 100%;
1483
- }
1484
- .mysticky-welcomebar-animation {
1485
- -webkit-transition: all 1s ease 0s;
1486
- -moz-transition: all 1s ease 0s;
1487
- transition: all 1s ease 0s;
1488
- }
1489
- .mysticky-welcomebar-position-top {
1490
- top:0;
1491
- }
1492
- .mysticky-welcomebar-position-bottom {
1493
- bottom:0;
1494
- }
1495
- .mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in {
1496
- top: -60px;
1497
- }
1498
- .mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in {
1499
- bottom: -60px;
1500
- }
1501
- .mysticky-welcomebar-entry-effect-fade {
1502
- opacity: 0;
1503
- }
1504
- .mysticky-welcomebar-entry-effect-none {
1505
- display: none;
1506
- }
1507
- .mysticky-welcomebar-fixed .mysticky-welcomebar-content p a{
1508
- text-decoration: underline;
1509
- text-decoration-thickness: 1px;
1510
- text-underline-offset: 0.25ch;
1511
- }
1512
-
1513
-
1514
- .mysticky-welcomebar-fixed .mysticky-welcomebar-content p a,
1515
- .mysticky-welcomebar-fixed .mysticky-welcomebar-content p {
1516
- color: <?php echo esc_attr($welcomebar['mysticky_welcomebar_bgtxtcolor']) ?>;
1517
- font-size: <?php echo esc_attr($welcomebar['mysticky_welcomebar_fontsize']) ?>px;
1518
- margin: 0;
1519
- padding: 0;
1520
- line-height: 1.2;
1521
- font-weight: 400;
1522
- font-family:<?php echo esc_attr($welcomebar['mysticky_welcomebar_font']); ?>
1523
- }
1524
- .mysticky-welcomebar-fixed .mysticky-welcomebar-btn {
1525
- padding-left: 30px;
1526
- display: none;
1527
- line-height: 1;
1528
- }
1529
- .mysticky-welcomebar-fixed.mysticky-welcomebar-btn-desktop .mysticky-welcomebar-btn {
1530
- display: block;
1531
- }
1532
- .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a {
1533
- background-color: <?php echo esc_attr($welcomebar['mysticky_welcomebar_btncolor']); ?>;
1534
- font-family: inherit;
1535
- color: <?php echo esc_attr($welcomebar['mysticky_welcomebar_btntxtcolor']); ?>;
1536
- border-radius: 4px;
1537
- text-decoration: none;
1538
- display: inline-block;
1539
- vertical-align: top;
1540
- line-height: 1.2;
1541
- font-size: <?php echo esc_attr($welcomebar['mysticky_welcomebar_fontsize']); ?>px;
1542
- font-weight: 400;
1543
- padding: 5px 20px;
1544
- white-space: nowrap;
1545
- }
1546
- .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a:hover {
1547
- /*opacity: 0.7;*/
1548
- -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
1549
- -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
1550
- box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
1551
- }
1552
-
1553
-
1554
- .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
1555
- display: none;
1556
- vertical-align: top;
1557
- width: 30px;
1558
- height: 30px;
1559
- text-align: center;
1560
- line-height: 30px;
1561
- border-radius: 5px;
1562
- color: #000;
1563
- position: absolute;
1564
- top: 5px;
1565
- right: 10px;
1566
- outline: none;
1567
- font-family: Lato;
1568
- text-decoration: none;
1569
- text-shadow: 0 0 0px #fff;
1570
- -webkit-transition: all 0.5s ease 0s;
1571
- -moz-transition: all 0.5s ease 0s;
1572
- transition: all 0.5s ease 0s;
1573
- -webkit-transform-origin: 50% 50%;
1574
- -moz-transform-origin: 50% 50%;
1575
- transform-origin: 50% 50%;
1576
- }
1577
-
1578
-
1579
- .mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover {
1580
- opacity: 1;
1581
- -webkit-transform: rotate(180deg);
1582
- -moz-transform: rotate(180deg);
1583
- transform: rotate(180deg);
1584
- }
1585
- .mysticky-welcomebar-fixed .mysticky-welcomebar-close span.dashicons {
1586
- font-size: 27px;
1587
- }
1588
- .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
1589
- display: inline-block;
1590
- }
1591
-
1592
- /* Animated Buttons */
1593
- .mysticky-welcomebar-btn a {
1594
- -webkit-animation-duration: 1s;
1595
- animation-duration: 1s;
1596
- }
1597
- @-webkit-keyframes flash {
1598
- from,
1599
- 50%,
1600
- to {
1601
- opacity: 1;
1602
- }
1603
-
1604
- 25%,
1605
- 75% {
1606
- opacity: 0;
1607
- }
1608
- }
1609
- @keyframes flash {
1610
- from,
1611
- 50%,
1612
- to {
1613
- opacity: 1;
1614
- }
1615
-
1616
- 25%,
1617
- 75% {
1618
- opacity: 0;
1619
- }
1620
- }
1621
- .mysticky-welcomebar-attention-flash.animation-start .mysticky-welcomebar-btn a {
1622
- -webkit-animation-name: flash;
1623
- animation-name: flash;
1624
- }
1625
-
1626
- @keyframes shake {
1627
- from,
1628
- to {
1629
- -webkit-transform: translate3d(0, 0, 0);
1630
- transform: translate3d(0, 0, 0);
1631
- }
1632
-
1633
- 10%,
1634
- 30%,
1635
- 50%,
1636
- 70%,
1637
- 90% {
1638
- -webkit-transform: translate3d(-10px, 0, 0);
1639
- transform: translate3d(-10px, 0, 0);
1640
- }
1641
-
1642
- 20%,
1643
- 40%,
1644
- 60%,
1645
- 80% {
1646
- -webkit-transform: translate3d(10px, 0, 0);
1647
- transform: translate3d(10px, 0, 0);
1648
- }
1649
- }
1650
-
1651
- .mysticky-welcomebar-attention-shake.animation-start .mysticky-welcomebar-btn a {
1652
- -webkit-animation-name: shake;
1653
- animation-name: shake;
1654
- }
1655
-
1656
- @-webkit-keyframes swing {
1657
- 20% {
1658
- -webkit-transform: rotate3d(0, 0, 1, 15deg);
1659
- transform: rotate3d(0, 0, 1, 15deg);
1660
- }
1661
-
1662
- 40% {
1663
- -webkit-transform: rotate3d(0, 0, 1, -10deg);
1664
- transform: rotate3d(0, 0, 1, -10deg);
1665
- }
1666
-
1667
- 60% {
1668
- -webkit-transform: rotate3d(0, 0, 1, 5deg);
1669
- transform: rotate3d(0, 0, 1, 5deg);
1670
- }
1671
-
1672
- 80% {
1673
- -webkit-transform: rotate3d(0, 0, 1, -5deg);
1674
- transform: rotate3d(0, 0, 1, -5deg);
1675
- }
1676
-
1677
- to {
1678
- -webkit-transform: rotate3d(0, 0, 1, 0deg);
1679
- transform: rotate3d(0, 0, 1, 0deg);
1680
- }
1681
- }
1682
-
1683
- @keyframes swing {
1684
- 20% {
1685
- -webkit-transform: rotate3d(0, 0, 1, 15deg);
1686
- transform: rotate3d(0, 0, 1, 15deg);
1687
- }
1688
-
1689
- 40% {
1690
- -webkit-transform: rotate3d(0, 0, 1, -10deg);
1691
- transform: rotate3d(0, 0, 1, -10deg);
1692
- }
1693
-
1694
- 60% {
1695
- -webkit-transform: rotate3d(0, 0, 1, 5deg);
1696
- transform: rotate3d(0, 0, 1, 5deg);
1697
- }
1698
-
1699
- 80% {
1700
- -webkit-transform: rotate3d(0, 0, 1, -5deg);
1701
- transform: rotate3d(0, 0, 1, -5deg);
1702
- }
1703
-
1704
- to {
1705
- -webkit-transform: rotate3d(0, 0, 1, 0deg);
1706
- transform: rotate3d(0, 0, 1, 0deg);
1707
- }
1708
- }
1709
-
1710
- .mysticky-welcomebar-attention-swing.animation-start .mysticky-welcomebar-btn a {
1711
- -webkit-transform-origin: top center;
1712
- transform-origin: top center;
1713
- -webkit-animation-name: swing;
1714
- animation-name: swing;
1715
- }
1716
-
1717
- @-webkit-keyframes tada {
1718
- from {
1719
- -webkit-transform: scale3d(1, 1, 1);
1720
- transform: scale3d(1, 1, 1);
1721
- }
1722
-
1723
- 10%,
1724
- 20% {
1725
- -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
1726
- transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
1727
- }
1728
-
1729
- 30%,
1730
- 50%,
1731
- 70%,
1732
- 90% {
1733
- -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
1734
- transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
1735
- }
1736
-
1737
- 40%,
1738
- 60%,
1739
- 80% {
1740
- -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
1741
- transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
1742
- }
1743
-
1744
- to {
1745
- -webkit-transform: scale3d(1, 1, 1);
1746
- transform: scale3d(1, 1, 1);
1747
- }
1748
- }
1749
-
1750
- @keyframes tada {
1751
- from {
1752
- -webkit-transform: scale3d(1, 1, 1);
1753
- transform: scale3d(1, 1, 1);
1754
- }
1755
-
1756
- 10%,
1757
- 20% {
1758
- -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
1759
- transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
1760
- }
1761
-
1762
- 30%,
1763
- 50%,
1764
- 70%,
1765
- 90% {
1766
- -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
1767
- transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
1768
- }
1769
-
1770
- 40%,
1771
- 60%,
1772
- 80% {
1773
- -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
1774
- transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
1775
- }
1776
-
1777
- to {
1778
- -webkit-transform: scale3d(1, 1, 1);
1779
- transform: scale3d(1, 1, 1);
1780
- }
1781
- }
1782
-
1783
- .mysticky-welcomebar-attention-tada.animation-start .mysticky-welcomebar-btn a {
1784
- -webkit-animation-name: tada;
1785
- animation-name: tada;
1786
- }
1787
-
1788
- @-webkit-keyframes heartBeat {
1789
- 0% {
1790
- -webkit-transform: scale(1);
1791
- transform: scale(1);
1792
- }
1793
-
1794
- 14% {
1795
- -webkit-transform: scale(1.3);
1796
- transform: scale(1.3);
1797
- }
1798
-
1799
- 28% {
1800
- -webkit-transform: scale(1);
1801
- transform: scale(1);
1802
- }
1803
-
1804
- 42% {
1805
- -webkit-transform: scale(1.3);
1806
- transform: scale(1.3);
1807
- }
1808
-
1809
- 70% {
1810
- -webkit-transform: scale(1);
1811
- transform: scale(1);
1812
- }
1813
- }
1814
-
1815
- @keyframes heartBeat {
1816
- 0% {
1817
- -webkit-transform: scale(1);
1818
- transform: scale(1);
1819
- }
1820
-
1821
- 14% {
1822
- -webkit-transform: scale(1.3);
1823
- transform: scale(1.3);
1824
- }
1825
-
1826
- 28% {
1827
- -webkit-transform: scale(1);
1828
- transform: scale(1);
1829
- }
1830
-
1831
- 42% {
1832
- -webkit-transform: scale(1.3);
1833
- transform: scale(1.3);
1834
- }
1835
-
1836
- 70% {
1837
- -webkit-transform: scale(1);
1838
- transform: scale(1);
1839
- }
1840
- }
1841
-
1842
- .mysticky-welcomebar-attention-heartbeat.animation-start .mysticky-welcomebar-btn a {
1843
- -webkit-animation-name: heartBeat;
1844
- animation-name: heartBeat;
1845
- -webkit-animation-duration: 1.3s;
1846
- animation-duration: 1.3s;
1847
- -webkit-animation-timing-function: ease-in-out;
1848
- animation-timing-function: ease-in-out;
1849
- }
1850
-
1851
- @-webkit-keyframes wobble {
1852
- from {
1853
- -webkit-transform: translate3d(0, 0, 0);
1854
- transform: translate3d(0, 0, 0);
1855
- }
1856
-
1857
- 15% {
1858
- -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
1859
- transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
1860
- }
1861
-
1862
- 30% {
1863
- -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
1864
- transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
1865
- }
1866
-
1867
- 45% {
1868
- -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
1869
- transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
1870
- }
1871
-
1872
- 60% {
1873
- -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
1874
- transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
1875
- }
1876
-
1877
- 75% {
1878
- -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
1879
- transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
1880
- }
1881
-
1882
- to {
1883
- -webkit-transform: translate3d(0, 0, 0);
1884
- transform: translate3d(0, 0, 0);
1885
- }
1886
- }
1887
-
1888
- @keyframes wobble {
1889
- from {
1890
- -webkit-transform: translate3d(0, 0, 0);
1891
- transform: translate3d(0, 0, 0);
1892
- }
1893
-
1894
- 15% {
1895
- -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
1896
- transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
1897
- }
1898
-
1899
- 30% {
1900
- -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
1901
- transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
1902
- }
1903
-
1904
- 45% {
1905
- -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
1906
- transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
1907
- }
1908
-
1909
- 60% {
1910
- -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
1911
- transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
1912
- }
1913
-
1914
- 75% {
1915
- -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
1916
- transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
1917
- }
1918
-
1919
- to {
1920
- -webkit-transform: translate3d(0, 0, 0);
1921
- transform: translate3d(0, 0, 0);
1922
- }
1923
- }
1924
-
1925
- .mysticky-welcomebar-attention-wobble.animation-start .mysticky-welcomebar-btn a {
1926
- -webkit-animation-name: wobble;
1927
- animation-name: wobble;
1928
- }
1929
- @media only screen and (min-width: 768px) {
1930
- .mysticky-welcomebar-display-desktop.mysticky-welcomebar-entry-effect-fade.entry-effect {
1931
- opacity: 1;
1932
- }
1933
- .mysticky-welcomebar-display-desktop.mysticky-welcomebar-entry-effect-none.entry-effect {
1934
- display: block;
1935
- }
1936
- .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-top.mysticky-welcomebar-fixed ,
1937
- .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
1938
- top: 0;
1939
- }
1940
- .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-bottom.mysticky-welcomebar-fixed ,
1941
- .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
1942
- bottom: 0;
1943
- }
1944
- }
1945
- @media only screen and (max-width: 767px) {
1946
- .mysticky-welcomebar-display-mobile.mysticky-welcomebar-entry-effect-fade.entry-effect {
1947
- opacity: 1;
1948
- }
1949
- .mysticky-welcomebar-display-mobile.mysticky-welcomebar-entry-effect-none.entry-effect {
1950
- display: block;
1951
- }
1952
- .mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-top.mysticky-welcomebar-fixed ,
1953
- .mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
1954
- top: 0;
1955
- }
1956
- .mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-bottom.mysticky-welcomebar-fixed ,
1957
- .mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
1958
- bottom: 0;
1959
- }
1960
- /*.mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
1961
- display: none;
1962
- }
1963
- .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-mobile .mysticky-welcomebar-close {
1964
- display: inline-block;
1965
- }*/
1966
- .mysticky-welcomebar-fixed.mysticky-welcomebar-btn-desktop .mysticky-welcomebar-btn {
1967
- display: none;
1968
- }
1969
- .mysticky-welcomebar-fixed.mysticky-welcomebar-btn-mobile .mysticky-welcomebar-btn {
1970
- display: block;
1971
- }
1972
- }
1973
- @media only screen and (max-width: 480px) {
1974
- .mysticky-welcomebar-fixed-wrap {
1975
- padding: 15px 36px 35px 10px;
1976
- }
1977
- .mysticky-welcomebar-fixed .mysticky-welcomebar-btn {
1978
- padding-left: 10px;
1979
- }
1980
- /*.mysticky-welcomebar-fixed .mysticky-welcomebar-close {
1981
- right: 7px;
1982
- }*/
1983
- }
1984
- body.mysticky-welcomebar-apper #wpadminbar{
1985
- z-index:99999999;
1986
- }
1987
- </style>
1988
- <?php
1989
- }
1990
  add_action( 'wp_footer', 'mysticky_welcome_bar_frontend' );
1
+ <?php
2
+
3
+ function mysticky_welcome_bar_backend() {
4
+ $upgarde_url = admin_url("admin.php?page=my-stickymenu-upgrade");
5
+ $nonce = wp_create_nonce('mysticky_option_welcomebar_update');
6
+ $nonce_reset = wp_create_nonce('mysticky_option_welcomebar_reset');
7
+
8
+ $welcomebar = get_option( 'mysticky_option_welcomebar' );
9
+
10
+ if ( $welcomebar == '' || empty($welcomebar)) {
11
+ $welcomebar = mysticky_welcomebar_pro_widget_default_fields();
12
+ $welcomebar['mysticky_welcomebar_enable'] = '1';
13
+ }
14
+
15
+ $welcomebar['mysticky_welcomebar_bgcolor'] = ( isset($welcomebar['mysticky_welcomebar_bgcolor']) && $welcomebar['mysticky_welcomebar_bgcolor'] != '' ) ? $welcomebar['mysticky_welcomebar_bgcolor'] : '#03ed96';
16
+
17
+ $welcomebar['mysticky_welcomebar_bgtxtcolor'] = ( isset($welcomebar['mysticky_welcomebar_bgtxtcolor']) && $welcomebar['mysticky_welcomebar_bgtxtcolor'] != '' ) ? $welcomebar['mysticky_welcomebar_bgtxtcolor'] : '#000000';
18
+
19
+ $welcomebar['mysticky_welcomebar_bar_text'] = (isset($welcomebar['mysticky_welcomebar_bar_text']) && $welcomebar['mysticky_welcomebar_bar_text'] != '' ) ? $welcomebar['mysticky_welcomebar_bar_text'] : '#000000';
20
+
21
+ $welcomebar['mysticky_welcomebar_btntxtcolor'] = (isset($welcomebar['mysticky_welcomebar_btntxtcolor']) && $welcomebar['mysticky_welcomebar_btntxtcolor'] != '' ) ? $welcomebar['mysticky_welcomebar_btntxtcolor'] : '#ffffff';
22
+
23
+
24
+
25
+ $welcomebar['mysticky_welcomebar_btncolor'] = (isset($welcomebar['mysticky_welcomebar_btncolor']) && $welcomebar['mysticky_welcomebar_btncolor'] != '' ) ? $welcomebar['mysticky_welcomebar_btncolor'] : '';
26
+
27
+ $mysticky_welcomebar_showx_desktop = $mysticky_welcomebar_showx_mobile = '';
28
+ $mysticky_welcomebar_btn_desktop = $mysticky_welcomebar_btn_mobile = '';
29
+ $mysticky_welcomebar_display_desktop = $mysticky_welcomebar_display_mobile = '';
30
+ if( isset($welcomebar['mysticky_welcomebar_x_desktop']) ) {
31
+ $mysticky_welcomebar_showx_desktop = ' mysticky-welcomebar-showx-desktop';
32
+ }
33
+ if( isset($welcomebar['mysticky_welcomebar_x_mobile']) ) {
34
+ $mysticky_welcomebar_showx_mobile = ' mysticky-welcomebar-showx-mobile';
35
+ }
36
+ if( isset($welcomebar['mysticky_welcomebar_btn_desktop']) ) {
37
+ $mysticky_welcomebar_btn_desktop = ' mysticky-welcomebar-btn-desktop';
38
+ }
39
+ if( isset($welcomebar['mysticky_welcomebar_btn_mobile']) ) {
40
+ $mysticky_welcomebar_btn_mobile = ' mysticky-welcomebar-btn-mobile';
41
+ }
42
+
43
+ if( !isset($welcomebar['mysticky_welcomebar_redirect_rel']) ) {
44
+ $welcomebar['mysticky_welcomebar_redirect_rel'] = '';
45
+ }
46
+ $display = ' mysticky-welcomebar-attention-'. ( isset($welcomebar['mysticky_welcomebar_attentionselect']) ? $welcomebar['mysticky_welcomebar_attentionselect'] : '' );
47
+ $display_entry_effect = (isset($welcomebar['mysticky_welcomebar_entry_effect'])) ? ' mysticky-welcomebar-entry-effect-'.$welcomebar['mysticky_welcomebar_entry_effect'] : ' mysticky-welcomebar-entry-effect-slide-in';
48
+ $welcomebar['mysticky_welcomebar_position'] = isset($welcomebar['mysticky_welcomebar_position']) ? $welcomebar['mysticky_welcomebar_position'] : 'top';
49
+ $display_main_class = "mysticky-welcomebar-position-" . $welcomebar['mysticky_welcomebar_position'] . $mysticky_welcomebar_showx_desktop . $mysticky_welcomebar_showx_mobile . $mysticky_welcomebar_btn_desktop . $mysticky_welcomebar_btn_mobile . $display . $display_entry_effect;
50
+
51
+ ?>
52
+ <form class="mysticky-welcomebar-form" id="mysticky_welcomebar_form" method="post" action="<?php echo admin_url('admin.php?page=my-stickymenu-welcomebar&save=1&widget=0');?>">
53
+ <div class="mysticky-welcomebar-header-title">
54
+ <h3><?php _e('Welcome Bar', 'myStickymenu'); ?></h3>
55
+ <label for="mysticky-welcomebar-contact-form-enabled" class="mysticky-welcomebar-switch">
56
+ <input type="checkbox" id="mysticky-welcomebar-contact-form-enabled" name="mysticky_option_welcomebar[mysticky_welcomebar_enable]" value="1" <?php checked( @$welcomebar['mysticky_welcomebar_enable'], '1' );?> />
57
+ <span class="slider"></span>
58
+ </label>
59
+ </div>
60
+ <div class="mysticky-welcomebar-setting-wrap">
61
+ <div class="mysticky-welcomebar-setting-left">
62
+ <div class="mysticky-welcomebar-setting-block">
63
+ <div class="mysticky-welcomebar-subheader-title">
64
+ <h4><?php _e('Design', 'myStickymenu'); ?></h4>
65
+ </div>
66
+ <div class="mysticky-welcomebar-setting-content mysticky-welcomebar-setting-position">
67
+ <label><?php _e('Position', 'myStickymenu'); ?></label>
68
+ <div class="mysticky-welcomebar-setting-content-right">
69
+ <label>
70
+ <input name="mysticky_option_welcomebar[mysticky_welcomebar_position]" value= "top" type="radio" <?php checked( @$welcomebar['mysticky_welcomebar_position'], 'top' );?> />
71
+ <?php _e("Top", 'mystickymenu'); ?>
72
+ </label>
73
+ <label>
74
+ <input name="mysticky_option_welcomebar[mysticky_welcomebar_position]" value="bottom" type="radio" disabled />
75
+ <?php _e("Bottom", 'mystickymenu'); ?>
76
+ </label>
77
+ <span class="myStickymenu-upgrade"><a class="sticky-header-upgrade-now" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span>
78
+ </div>
79
+ </div>
80
+ <div class="mysticky-welcomebar-setting-content">
81
+ <label><?php _e('Height', 'myStickymenu'); ?></label>
82
+ <div class="mysticky-welcomebar-setting-content-right">
83
+ <div class="px-wrap">
84
+ <input type="number" class="" min="0" step="1" id="mysticky_welcomebar_height" name="mysticky_option_welcomebar[mysticky_welcomebar_height]" value="60" disabled />
85
+ <span class="input-px">PX</span>
86
+ </div>
87
+ <span class="myStickymenu-upgrade"><a class="sticky-header-upgrade-now" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span>
88
+ </div>
89
+ </div>
90
+ <div class="mysticky-welcomebar-setting-content">
91
+ <label><?php _e('Background Color', 'myStickymenu'); ?></label>
92
+ <div class="mysticky-welcomebar-setting-content-right mysticky-welcomebar-colorpicker">
93
+ <input type="text" id="mysticky_welcomebar_bgcolor" name="mysticky_option_welcomebar[mysticky_welcomebar_bgcolor]" class="my-color-field" data-alpha="true" value="<?php echo esc_attr($welcomebar['mysticky_welcomebar_bgcolor']);?>" />
94
+ </div>
95
+ </div>
96
+ <div class="mysticky-welcomebar-setting-content">
97
+ <label><?php _e('Background Text Color', 'myStickymenu'); ?></label>
98
+ <div class="mysticky-welcomebar-setting-content-right mysticky-welcomebar-colorpicker">
99
+ <input type="text" id="mysticky_welcomebar_bgtxtcolor" name="mysticky_option_welcomebar[mysticky_welcomebar_bgtxtcolor]" class="my-color-field" data-alpha="true" value="<?php echo esc_attr($welcomebar['mysticky_welcomebar_bgtxtcolor']);?>" />
100
+ </div>
101
+ </div>
102
+ <div class="mysticky-welcomebar-setting-content">
103
+ <label><?php _e('Font', 'myStickymenu'); ?></label>
104
+ <div class="mysticky-welcomebar-setting-content-right">
105
+ <select name="mysticky_option_welcomebar[mysticky_welcomebar_font]" class="form-fonts">
106
+ <option value=""><?php _e( 'Select font family', 'myStickymenu' );?></option>
107
+ <?php $group= ''; foreach( myStickymenu_fonts() as $key=>$value):
108
+ if ($value != $group){
109
+ echo '<optgroup label="' . $value . '">';
110
+ $group = $value;
111
+ }
112
+ ?>
113
+ <option value="<?php echo esc_attr($key);?>" <?php selected( @$welcomebar['mysticky_welcomebar_font'], $key ); ?>><?php echo esc_html($key);?></option>
114
+ <?php endforeach;?>
115
+ </select>
116
+ </div>
117
+ </div>
118
+ <div class="mysticky-welcomebar-setting-content">
119
+ <label><?php _e('Font Size', 'myStickymenu'); ?></label>
120
+ <div class="mysticky-welcomebar-setting-content-right">
121
+ <div class="px-wrap">
122
+ <input type="number" class="" min="0" step="1" id="mysticky_welcomebar_fontsize" name="mysticky_option_welcomebar[mysticky_welcomebar_fontsize]" value="<?php echo @$welcomebar['mysticky_welcomebar_fontsize'];?>" />
123
+ <span class="input-px">PX</span>
124
+ </div>
125
+ </div>
126
+ </div>
127
+ <div class="mysticky-welcomebar-setting-content">
128
+ <label><?php _e('Bar Text', 'myStickymenu'); ?></label>
129
+ <div class="mysticky-welcomebar-setting-content-right">
130
+ <?php
131
+ $settings = array(
132
+ 'media_buttons' => false,
133
+ 'textarea_name' => 'mysticky_option_welcomebar[mysticky_welcomebar_bar_text]',
134
+ 'tinymce' => false,
135
+ 'quicktags' => array(
136
+ 'buttons' => 'strong,em,link'
137
+ )
138
+ );
139
+ wp_editor( stripslashes($welcomebar['mysticky_welcomebar_bar_text']), 'mysticky_bar_text', $settings );
140
+ // add more buttons to the html editor
141
+ function underline_tag_add_quicktags() {
142
+ if ( wp_script_is('quicktags') ){ ?>
143
+ <script type="text/javascript">
144
+ QTags.addButton( 'underline_tag', 'U', '<u>', '</u>', 'underline', 'underline', 20, '' );
145
+ </script>
146
+ <?php
147
+ }
148
+ }
149
+ add_action( 'admin_print_footer_scripts', 'underline_tag_add_quicktags' );
150
+ ?>
151
+ <!--<textarea id="mysticky_bar_text" class="mystickyinput" name="mysticky_option_welcomebar[mysticky_welcomebar_bar_text]" rows="4" style="display: none;"><?php echo stripslashes($welcomebar['mysticky_welcomebar_bar_text']);?> </textarea>-->
152
+ </div>
153
+ </div>
154
+ <div class="mysticky-welcomebar-setting-content">
155
+ <label><?php _e('Show X', 'myStickymenu'); ?></label>
156
+ <div class="mysticky-welcomebar-setting-content-right">
157
+ <label>
158
+ <input name="mysticky_option_welcomebar[mysticky_welcomebar_x_desktop]" value= "desktop" type="checkbox" <?php checked( @$welcomebar['mysticky_welcomebar_x_desktop'], 'desktop' );?> />
159
+ <?php _e( 'Desktop', 'mystickymenu' );?>
160
+ </label>
161
+ <label>
162
+ <input name="mysticky_option_welcomebar[mysticky_welcomebar_x_mobile]" value= "mobile" type="checkbox" <?php checked( @$welcomebar['mysticky_welcomebar_x_mobile'], 'mobile' );?> />
163
+ <?php _e( 'Mobile', 'mystickymenu' );?>
164
+ </label>
165
+ </div>
166
+ </div>
167
+ <div class="mysticky-welcomebar-setting-content">
168
+ <label><?php _e('Countdown', 'myStickymenu'); ?><span class="dashicons dashicons-clock" style="margin-left:5px;color:#a8aeaf;"></span><div class="html-tooltip side">
169
+ <span class="dashicons dashicons-editor-help"></span>
170
+ <span class="tooltip-text top ">Add a countdown timer element to your Welcome Bar to increase conversion rate, announce flash sales, and more
171
+ <img src="<?php echo MYSTICKYMENU_URL ?>/images/countdown.gif" /><p style="z-index: 99999;"></span></div></label>
172
+ <div class="mysticky-welcomebar-setting-content-right mysticky-welcomebar-close-automatically-sec">
173
+ <label for="mysticky-welcomebar-countdown-enabled" class="mysticky-welcomebar-switch">
174
+ <input type="checkbox" id="mysticky-welcomebar-countdown-enabled" name="mysticky_option_welcomebar[mysticky_welcomebar_enable_countdown]" value="1" data-url="<?php echo esc_url($upgarde_url); ?>" />
175
+ <span class="slider"></span>
176
+
177
+ </label>
178
+ <span class="myStickymenu-upgrade"><a class="sticky-header-upgrade-now" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span>
179
+ </div>
180
+ </div>
181
+ </div>
182
+ <div class="mysticky-welcomebar-setting-block">
183
+ <div class="mysticky-welcomebar-subheader-title">
184
+ <h4><?php _e('Button', 'myStickymenu'); ?></h4>
185
+ </div>
186
+ <div class="mysticky-welcomebar-setting-content">
187
+ <label><?php _e('Button', 'myStickymenu'); ?></label>
188
+ <div class="mysticky-welcomebar-setting-content-right">
189
+ <label>
190
+ <input name="mysticky_option_welcomebar[mysticky_welcomebar_btn_desktop]" value= "desktop" type="checkbox" <?php checked( @$welcomebar['mysticky_welcomebar_btn_desktop'], 'desktop' );?> />
191
+ <?php _e( 'Desktop', 'mystickymenu' );?>
192
+ </label>
193
+ <label>
194
+ <input name="mysticky_option_welcomebar[mysticky_welcomebar_btn_mobile]" value= "mobile" type="checkbox"<?php checked( @$welcomebar['mysticky_welcomebar_btn_mobile'], 'mobile' );?> />
195
+ <?php _e( 'Mobile', 'mystickymenu' );?>
196
+ </label>
197
+ </div>
198
+ </div>
199
+ <div class="mysticky-welcomebar-setting-content">
200
+ <label><?php _e('Button Color', 'myStickymenu'); ?></label>
201
+ <div class="mysticky-welcomebar-setting-content-right mysticky-welcomebar-colorpicker mysticky_welcomebar_btn_color">
202
+ <input type="text" id="mysticky_welcomebar_btncolor" name="mysticky_option_welcomebar[mysticky_welcomebar_btncolor]" class="my-color-field" data-alpha="true" value="<?php echo esc_attr($welcomebar['mysticky_welcomebar_btncolor']);?>" />
203
+ </div>
204
+ </div>
205
+ <div class="mysticky-welcomebar-setting-content">
206
+ <label><?php _e('Button Text Color', 'myStickymenu'); ?></label>
207
+ <div class="mysticky-welcomebar-setting-content-right mysticky-welcomebar-colorpicker mysticky_welcomebar_btn_color">
208
+ <input type="text" id="mysticky_welcomebar_btntxtcolor" name="mysticky_option_welcomebar[mysticky_welcomebar_btntxtcolor]" class="my-color-field" data-alpha="true" value="<?php echo esc_attr($welcomebar['mysticky_welcomebar_btntxtcolor']);?>" />
209
+ </div>
210
+ </div>
211
+ <div class="mysticky-welcomebar-setting-content">
212
+ <label><?php _e('Button Text', 'myStickymenu'); ?></label>
213
+ <div class="mysticky-welcomebar-setting-content-right">
214
+ <input type="text" id="mysticky_welcomebar_btn_text" class="mystickyinput mysticky_welcomebar_disable" name="mysticky_option_welcomebar[mysticky_welcomebar_btn_text]" value="<?php echo stripslashes($welcomebar['mysticky_welcomebar_btn_text']);?>" />
215
+ </div>
216
+ </div>
217
+ <!-- -->
218
+ <div class="mysticky-welcomebar-setting-content">
219
+ <label><?php _e('Attention Effect', 'myStickymenu'); ?></label>
220
+ <div class="mysticky-welcomebar-setting-content-right">
221
+ <div class="mysticky-welcomebar-setting-attention">
222
+ <select name="mysticky_option_welcomebar[mysticky_welcomebar_attentionselect]" class="mysticky-welcomebar-attention mysticky_welcomebar_disable">
223
+ <option value="default" <?php selected( @$welcomebar['mysticky_welcomebar_attentionselect'], ' ' ); ?>><?php _e( 'None', 'myStickymenu' );?></option>
224
+ <option value="flash" <?php selected( @$welcomebar['mysticky_welcomebar_attentionselect'], 'flash' ); ?>><?php _e( 'Flash', 'myStickymenu' );?></option>
225
+ <option value="shake" <?php selected( @$welcomebar['mysticky_welcomebar_attentionselect'], 'shake' ); ?>><?php _e( 'Shake', 'myStickymenu' );?></option>
226
+ <option value="swing" <?php selected( @$welcomebar['mysticky_welcomebar_attentionselect'], 'swing' ); ?>><?php _e( 'Swing', 'myStickymenu' );?></option>
227
+ <option value="tada" <?php selected( @$welcomebar['mysticky_welcomebar_attentionselect'], 'tada' ); ?>><?php _e( 'Tada', 'myStickymenu' );?></option>
228
+ <option value="heartbeat" <?php selected( @$welcomebar['mysticky_welcomebar_attentionselect'], 'heartbeat' ); ?>><?php _e( 'Heartbeat', 'myStickymenu' );?></option>
229
+ <option value="wobble" <?php selected( @$welcomebar['mysticky_welcomebar_attentionselect'], 'wobble' ); ?>><?php _e( 'Wobble', 'myStickymenu' );?></option>
230
+ </select>
231
+ </div>
232
+ </div>
233
+ </div>
234
+ <!-- -->
235
+ <div class="mysticky-welcomebar-setting-content">
236
+ <label><?php _e('Button Submission', 'myStickymenu'); ?></label>
237
+ <div class="mysticky-welcomebar-setting-content-right mysticky-welcomebar-setting-redirect-wrap">
238
+ <div class="mysticky-welcomebar-setting-action">
239
+ <select name="mysticky_option_welcomebar[mysticky_welcomebar_actionselect]" class="mysticky-welcomebar-action mysticky_welcomebar_disable">
240
+ <option value="redirect_to_url" <?php selected( @$welcomebar['mysticky_welcomebar_actionselect'], 'redirect_to_url' ); ?>><?php _e( 'Redirect to URL', 'myStickymenu' );?></option>
241
+ <option value="close_bar" <?php selected( @$welcomebar['mysticky_welcomebar_actionselect'], 'close_bar' ); ?>><?php _e( 'Close bar', 'myStickymenu' );?></option>
242
+ <option value="poptin_popup" <?php selected( @$welcomebar['mysticky_welcomebar_actionselect'], 'poptin_popup' ); ?> ><?php _e( 'Launch a Poptin pop-up', 'myStickymenu' );?></option>
243
+ <option value="thankyou_screen" data-href="<?php echo esc_url($upgarde_url); ?>"><?php _e( 'Thank you screen (Upgrade Now)', 'myStickymenu' );?></option>
244
+ </select>
245
+ </div>
246
+
247
+ </div>
248
+ </div>
249
+
250
+ <div class="mysticky-welcomebar-poptin-popup" <?php if ( $welcomebar['mysticky_welcomebar_actionselect'] != 'poptin_popup' ) : ?> style="display:none;" <?php endif;?>>
251
+ <div class="mysticky-welcomebar-setting-content">
252
+ <p class="mysticky-welcomebar-poptin-content" >Sign up at <a href="https://www.poptin.com/?utm_source=msm" target="_blank">Poptin</a> for free and launch pop-ups on <a href="https://help.poptin.com/article/show/72942-how-to-show-a-poptin-when-the-visitor-clicks-on-a-button-link-on-your-site" target="_blank">click</a>
253
+ </p>
254
+ </div>
255
+ <div class="mysticky-welcomebar-setting-content">
256
+ <label><?php _e('Poptin pop-up direct link', 'myStickymenu'); ?></label>
257
+ <div class="mysticky-welcomebar-setting-content-right">
258
+ <input type="text" id="mysticky_welcomebar_poptin_popup_link" class="mystickyinput mysticky_welcomebar_disable" name="mysticky_option_welcomebar[mysticky_welcomebar_poptin_popup_link]" value="<?php echo (isset($welcomebar['mysticky_welcomebar_poptin_popup_link'])) ? $welcomebar['mysticky_welcomebar_poptin_popup_link'] : '';?>" placeholder="<?php echo esc_url("https://app.popt.in/APIRequest/click/some_id_here"); ?>" />
259
+ <input type="hidden" id="welcome_save_anyway" value='' />
260
+ </div>
261
+ </div>
262
+ </div>
263
+ <!-- -->
264
+
265
+ <div class="mysticky-welcomebar-setting-content mysticky-welcomebar-redirect-container" <?php if ( $welcomebar['mysticky_welcomebar_actionselect'] != 'redirect_to_url' ) : ?> style="display:none;" <?php endif;?>>
266
+ <label><?php _e('Redirection link', 'myStickymenu'); ?></label>
267
+ <div class="mysticky-welcomebar-setting-content-right mysticky-welcomebar-setting-action mysticky-welcomebar-redirect" <?php if ( $welcomebar['mysticky_welcomebar_actionselect'] == 'close_bar' ) : ?> style="display:none;" <?php endif;?> >
268
+ <input type="text" id="mysticky_welcomebar_redirect" class="mystickyinput mysticky_welcomebar_disable" name="mysticky_option_welcomebar[mysticky_welcomebar_redirect]" value="<?php echo esc_url($welcomebar['mysticky_welcomebar_redirect']);?>" placeholder="<?php echo esc_url("https://www.yourdomain.com"); ?>" />
269
+ </div>
270
+ </div>
271
+ <div class="mysticky-welcomebar-setting-content mysticky-welcomebar-redirect-container" <?php if ( $welcomebar['mysticky_welcomebar_actionselect'] != 'redirect_to_url' ) : ?> style="display:none;" <?php endif;?>>
272
+ <label><?php _e( 'Open in a new tab', 'mystickymenu' );?></label>
273
+ <div class="mysticky-welcomebar-setting-content-right mysticky-welcomebar-setting-newtab mysticky-welcomebar-redirect" >
274
+ <label class="mysticky-welcomebar-switch">
275
+ <input name="mysticky_option_welcomebar[mysticky_welcomebar_redirect_newtab]" value= "1" type="checkbox" disabled />
276
+ <span class="slider"></span>
277
+ </label>
278
+ <span class="myStickymenu-upgrade"><a class="sticky-header-upgrade-now" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span>
279
+ </div>
280
+ </div>
281
+ <div class="mysticky-welcomebar-setting-content mysticky-welcomebar-redirect-container" <?php if ( $welcomebar['mysticky_welcomebar_actionselect'] != 'redirect_to_url' ) : ?> style="display:none;" <?php endif;?>>
282
+ <label><?php _e('rel Attribute', 'myStickymenu'); ?>
283
+ <span class="mysticky-custom-fields-tooltip">
284
+ <a href="javascript:void(0);" class="mysticky-tooltip mysticky-new-custom-btn"><i class="dashicons dashicons-editor-help"></i></a>
285
+ <p>Add a "rel" attribute to the button link. You can use it to add a rel="nofollow", "sponsored", or any other "rel" attribute option</p>
286
+ </span>
287
+ </label>
288
+ <div class="mysticky-welcomebar-setting-content-right mysticky-welcomebar-setting-newtab mysticky-welcomebar-redirect" >
289
+ <input type="text" id="mysticky_welcomebar_redirect_rel" class="mystickyinput mysticky_welcomebar_disable" name="mysticky_option_welcomebar[mysticky_welcomebar_redirect_rel]" value="" placeholder="" disabled />
290
+ <span class="myStickymenu-upgrade"><a class="sticky-header-upgrade-now" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span>
291
+ </div>
292
+ </div>
293
+ <!-- -->
294
+ <div class="mysticky-welcomebar-setting-content">
295
+ <label><?php _e('After Submission', 'myStickymenu'); ?></label>
296
+ <div class="mysticky-welcomebar-setting-content-right">
297
+ <div class="mysticky-welcomebar-setting-action">
298
+ <select name="mysticky_option_welcomebar[mysticky_welcomebar_aftersubmission]" class="mysticky-welcomebar-aftersubmission mysticky_welcomebar_disable">
299
+ <option value="dont_show_welcomebar" <?php selected( @$welcomebar['mysticky_welcomebar_aftersubmission'], 'dont_show_welcomebar' ); ?>><?php _e( "Don't show the Welcome Bar", 'myStickymenu' );?></option>
300
+ <option value="show_welcomebar_next_visit" <?php selected( @$welcomebar['mysticky_welcomebar_aftersubmission'], 'show_welcomebar_next_visit' ); ?>><?php _e( 'Show the Welcome Bar in the next visit', 'myStickymenu' );?></option>
301
+ <option value="show_welcomebar_every_page" <?php selected( @$welcomebar['mysticky_welcomebar_aftersubmission'], 'show_welcomebar_every_page' ); ?> ><?php _e( 'Show the Welcome Bar on every page', 'myStickymenu' );?></option>
302
+ </select>
303
+ </div>
304
+ </div>
305
+ </div>
306
+ <!-- -->
307
+ <div class="mysticky-welcomebar-setting-content">
308
+ <label><?php _e('Close welcome bar Automatically', 'myStickymenu'); ?></label>
309
+ <div class="mysticky-welcomebar-setting-content-right mysticky-welcomebar-close-automatically-sec">
310
+ <label for="mysticky-welcomebar-close-automatically-enabled" class="mysticky-welcomebar-switch">
311
+ <input type="checkbox" id="mysticky-welcomebar-close-automatically-enabled" name="mysticky_option_welcomebar[mysticky_welcomebar_enable_automatical]" value="1" disabled />
312
+ <span class="slider"></span>
313
+ </label>
314
+ <span class="myStickymenu-upgrade"><a class="sticky-header-upgrade-now" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span>
315
+ <div class="mysticky-welcomebar-setting-action" style="display:none;">
316
+ <div class="px-wrap">
317
+ <span><?php _e('Close welcome bar after ', 'myStickymenu'); ?></span>
318
+ <input type="number" class="" min="0" step="1" id="mysticky_welcomebar_triggersec_automatically" name="mysticky_option_welcomebar[mysticky_welcomebar_triggersec_automatically]" value="0">
319
+ <span class="input-px"><?php _e('Sec', 'myStickymenu'); ?></span>
320
+ </div>
321
+ </div>
322
+ </div>
323
+ </div>
324
+ </div>
325
+ <div class="mysticky-welcomebar-setting-block">
326
+ <div class="mysticky-welcomebar-subheader-title">
327
+ <h4><?php _e('Display Rules', 'myStickymenu'); ?></h4>
328
+ </div>
329
+ <div class="mysticky-welcomebar-setting-content">
330
+ <label><?php _e('Entry effect', 'myStickymenu'); ?></label>
331
+ <div class="mysticky-welcomebar-setting-content-right">
332
+ <?php $welcomebar['mysticky_welcomebar_entry_effect'] = (isset($welcomebar['mysticky_welcomebar_entry_effect']) && $welcomebar['mysticky_welcomebar_entry_effect']!= '') ? $welcomebar['mysticky_welcomebar_entry_effect'] : 'slide-in'; ?>
333
+ <select id="myStickymenu-entry-effect" name="mysticky_option_welcomebar[mysticky_welcomebar_entry_effect]" >
334
+ <option value="none" <?php selected( @$welcomebar['mysticky_welcomebar_entry_effect'], 'none' ); ?>><?php _e( 'No effect', 'myStickymenu' );?></option>
335
+ <option value="slide-in" <?php selected( @$welcomebar['mysticky_welcomebar_entry_effect'], 'slide-in' ); ?>><?php _e( 'Slide in', 'myStickymenu' );?></option>
336
+ <option value="fade" <?php selected( @$welcomebar['mysticky_welcomebar_entry_effect'], 'fade' ); ?>><?php _e( 'Fade', 'myStickymenu' );?></option>
337
+ </select>
338
+ </div>
339
+ </div>
340
+ <div class="mysticky-welcomebar-upgrade-main mysticky_device_upgrade">
341
+ <span class="myStickymenu-upgrade">
342
+ <a class="sticky-header-upgrade-now" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( ' Upgrade Now', 'mystickymenu' );?></a>
343
+ </span>
344
+ <div class="mysticky-welcomebar-setting-content">
345
+ <label><?php _e('Devices', 'myStickymenu'); ?></label>
346
+ <div class="mysticky-welcomebar-setting-content-right">
347
+ <label>
348
+ <input name="mysticky_option_welcomebar[mysticky_welcomebar_device_desktop]" value= "desktop" type="checkbox" checked disabled />
349
+ <?php _e( 'Desktop', 'mystickymenu' );?>
350
+ </label>
351
+ <label>
352
+ <input name="mysticky_option_welcomebar[mysticky_welcomebar_device_mobile]" value= "mobile" type="checkbox" checked disabled />
353
+ <?php _e( 'Mobile', 'mystickymenu' );?>
354
+ </label>
355
+ </div>
356
+ </div>
357
+ <div class="mysticky-welcomebar-setting-content">
358
+ <label><?php _e('Trigger', 'myStickymenu'); ?></label>
359
+ <div class="mysticky-welcomebar-setting-content-right">
360
+ <div class="mysticky-welcomebar-setting-action mysticky-welcomebar-trigger-wrap">
361
+ <label>
362
+ <input type="radio" name="mysticky_option_welcomebar[mysticky_welcomebar_trigger]" value="after_a_few_seconds" checked disabled />&nbsp;<?php _e( 'After a few seconds', 'myStickymenu' );?>
363
+ </label>
364
+ <label>
365
+ <input type="radio" name="mysticky_option_welcomebar[mysticky_welcomebar_trigger]" value="after_scroll" disabled />&nbsp;<?php _e( 'After Scroll', 'myStickymenu' );?>
366
+ </label>
367
+ </div>
368
+ <div class="mysticky-welcomebar-setting-action mysticky-welcomebar-triggersec">
369
+ <div class="px-wrap">
370
+ <input type="number" class="" min="0" step="1" id="mysticky_welcomebar_triggersec" name="mysticky_option_welcomebar[mysticky_welcomebar_triggersec]" value="0" disabled />
371
+ <span class="input-px"><?php echo ( isset($welcomebar['mysticky_welcomebar_trigger']) && $welcomebar['mysticky_welcomebar_trigger'] == 'after_scroll' ) ? '%' : 'Sec'; ?></span>
372
+ </div>
373
+ </div>
374
+ </div>
375
+ </div>
376
+ <div class="mysticky-welcomebar-setting-content">
377
+ <label><?php _e('Expiry date', 'myStickymenu'); ?></label>
378
+ <div class="mysticky-welcomebar-setting-content-right">
379
+ <div class="mysticky-welcomebar-expirydate">
380
+ <input type="text" class="mysticky_welcome_expiry1" id="mysticky_welcomebar_expirydate" name="mysticky_option_welcomebar[mysticky_welcomebar_expirydate]" placeholder="<?php _e('No expiry date', 'myStickymenu'); ?>" value="" disabled />
381
+ <span class="dashicons dashicons-calendar-alt"></span>
382
+ </div>
383
+ <div class="mysticky-welcomebar-expirydate-gmt">
384
+ <select name="mysticky_option_welcomebar[mysticky_welcomebar_expirydate_gmt]" id="mysticky_welcomebar_expirydate_gmt" disabled>
385
+ <?php for( $i=12; $i>=-12;$i-- ) { ?>
386
+ <option value="<?php echo esc_attr($i); ?>"><?php echo "GMT " . ( $i>0 ? "+" : "" ).( $i ) ?></option>
387
+ <?php } ?>
388
+ </select>
389
+ </div>
390
+ </div>
391
+ </div>
392
+ <div class="mysticky-welcomebar-setting-content show-on-apper">
393
+ <label><?php _e('Page targeting', 'myStickymenu'); ?></label>
394
+ <div class="mysticky-welcomebar-setting-content-right">
395
+ <a href="javascript:void(0);" class="create-rule" id="create-rule"><?php esc_html_e( "Add Rule", "mystickyelements" );?></a>
396
+ </div>
397
+ <?php
398
+ $url_options = array(
399
+ 'page_contains' => 'pages that contain',
400
+ 'page_has_url' => 'a specific page',
401
+ 'page_start_with' => 'pages starting with',
402
+ 'page_end_with' => 'pages ending with',
403
+ );
404
+ ?>
405
+ <div class="mysticky-welcomebar-page-options-html" style="display: none">
406
+ <div class="mysticky-welcomebar-page-option">
407
+ <div class="url-content">
408
+ <div class="mysticky-welcomebar-url-select">
409
+ <select name="" id="url_shown_on___count___option">
410
+ <option value="show_on"><?php esc_html_e("Show on", "mysticky" );?></option>
411
+ <option value="not_show_on"><?php esc_html_e("Don't show on", "mysticky" );?></option>
412
+ </select>
413
+ </div>
414
+ <div class="mysticky-welcomebar-url-option">
415
+ <select class="mysticky-welcomebar-url-options" name="" id="url_rules___count___option">
416
+ <option selected="selected" value=""><?php esc_html_e("Select Rule", "mysticky" );?></option>
417
+ <?php foreach($url_options as $key=>$value) {
418
+ echo '<option value="'.$key.'">'.$value.'</option>';
419
+ } ?>
420
+ </select>
421
+ </div>
422
+ <div class="mysticky-welcomebar-url-box">
423
+ <span class='mysticky-welcomebar-url'><?php echo site_url("/"); ?></span>
424
+ </div>
425
+ <div class="mysticky-welcomebar-url-values">
426
+ <input type="text" value="" name="mysticky_option_welcomebar[page_settings][__count__][value]" id="url_rules___count___value" disabled />
427
+ </div>
428
+ <div class="clear"></div>
429
+ </div>
430
+ <span class="myStickymenu-upgrade"><a class="sticky-header-upgrade-now" href="<?php echo esc_url($upgarde_url); ?>" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span>
431
+ </div>
432
+ </div>
433
+ <div class="mysticky-welcomebar-page-options mysticky-welcomebar-setting-content-right" id="mysticky-welcomebar-page-options" style="display:none"></div>
434
+ </div>
435
+ </div>
436
+ </div>
437
+ </div>
438
+ <div class="mysticky-welcomebar-setting-right">
439
+ <div class="mysticky-welcomebar-backword-page">
440
+ <a href="<?php echo admin_url("admin.php?page=my-stickymenu-welcomebar");?>"><span class="dashicons dashicons-arrow-left-alt2 back-dashboard" style="color: unset;font-size: 17px;"></span> Back to Dashboard</a>
441
+ </div>
442
+ <div class="mysticky-welcomebar-header-title">
443
+ <h3><?php _e('Preview', 'mystickyelements'); ?></h3>
444
+ </div>
445
+ <div class="mysticky-welcomebar-preview-screen">
446
+ <?php if(isset($welcomebar['mysticky_welcomebar_font']) && $welcomebar['mysticky_welcomebar_font'] != '' ):?>
447
+ <link href="https://fonts.googleapis.com/css?family=<?php echo esc_attr($welcomebar['mysticky_welcomebar_font']) ?>:400,600,700|Lato:400,500,600,700" rel="stylesheet" type="text/css" class="sfba-google-font">
448
+ <?php endif; ?>
449
+ <div class="mysticky-welcomebar-fixed mysticky-welcomebar-display-desktop <?php echo esc_attr($display_main_class); ?>" >
450
+ <div class="mysticky-welcomebar-fixed-wrap">
451
+ <div class="mysticky-welcomebar-content">
452
+ <?php echo wpautop(isset($welcomebar['mysticky_welcomebar_bar_text'])? stripslashes($welcomebar['mysticky_welcomebar_bar_text']) :"Get 30% off your first purchase");?>
453
+ </div>
454
+ <div class="mysticky-welcomebar-btn">
455
+ <a href="#" ><?php echo isset($welcomebar['mysticky_welcomebar_btn_text']) ? stripslashes($welcomebar['mysticky_welcomebar_btn_text']) : "Got it!";?></a>
456
+ </div>
457
+ <a href="javascript:void(0)" class="mysticky-welcomebar-close">X</a>
458
+ </div>
459
+ </div>
460
+ </div>
461
+ </div>
462
+ </div>
463
+ <div class="mysticky-welcomebar-submit">
464
+ <input type="submit" name="submit" id="submit" class="button button-primary welcombar_save" value="<?php _e('Save', 'mystickymenu');?>">
465
+ <input type="submit" name="submit" id="submit" class="button button-primary save_view_dashboard" style="width: auto;" value="<?php _e('SAVE & VIEW DASHBOARD', 'mystickymenu');?>">
466
+ </div>
467
+ <input type="hidden" name="nonce" value="<?php echo esc_attr($nonce); ?>">
468
+ <input type="hidden" name="active_tab_element" value="1">
469
+ <input type="hidden" id="save_welcome_bar" name="save_welcome_bar" >
470
+
471
+ </form>
472
+ <form class="mysticky-welcomebar-form-reset" method="post" action="#">
473
+ <div class="mysticky-welcomebar-submit">
474
+ <input type="submit" name="mysticky_welcomebar_reset" id="reset" class="button button-secondary" value="<?php _e('Reset', 'mystickymenu');?>">
475
+ </div>
476
+ <input type="hidden" name="nonce_reset" value="<?php echo esc_attr($nonce_reset); ?>">
477
+ <input type="hidden" name="active_tab_element" value="1">
478
+ </form>
479
+
480
+ <div class="mystickymenu-action-popup new-center" id="welcomebar-save-confirm" style="display:none;">
481
+ <div class="mystickymenu-action-popup-header">
482
+ <h3><?php esc_html_e("Welcome Bar is currently off","mystickymenu"); ?></h3>
483
+ <span class="dashicons dashicons-no-alt close-button" data-from = "welcombar-confirm"></span>
484
+ </div>
485
+ <div class="mystickymenu-action-popup-body">
486
+ <p><?php esc_html_e("Your Welcome Bar is currently turned off, would you like to save and show it on your site?","mystickymenu"); ?></p>
487
+ </div>
488
+ <div class="mystickymenu-action-popup-footer">
489
+ <button type="button" class="btn-enable btn-nevermind-status" id="welcombar_sbmtbtn_off" ><?php esc_html_e("Just save and keep it off","mystickymenu"); ?></button>
490
+ <button type="button" class="btn-disable-cancel btn-turnoff-status" id="welcomebar_yes_sbmtbtn" style="background:#00c67c;border-color:#00c67c;"><?php esc_html_e("Save & Turn on Welcome Bar","mystickymenu"); ?></button>
491
+ </div>
492
+ </div>
493
+ <div class="mystickymenupopup-overlay" id="welcombar-sbmtvalidation-overlay-popup"></div>
494
+
495
+ <div id="mysticky-welcomebar-poptin-popup-confirm" style="display:none;" title="<?php esc_attr_e( 'Poptin pop-up is not configured properly', 'mystickymenu' ); ?>">
496
+ <p>
497
+ Seems like you haven't filled up the Poptin pop-up direct link field properly. Please <a href="https://help.poptin.com/article/show/72942-how-to-show-a-poptin-when-the-visitor-clicks-on-a-button-link-on-your-site" target="_blank">check the guide</a> to know how you can copy direct link of a pop-up from Poptin.
498
+ </p>
499
+ </div>
500
+ <script>
501
+ jQuery(".mysticky-welcomebar-fixed").on(
502
+ "animationend MSAnimationEnd webkitAnimationEnd oAnimationEnd",
503
+ function() {
504
+ jQuery(this).removeClass("animation-start");
505
+ }
506
+ );
507
+ jQuery(document).ready(function() {
508
+ var container = jQuery(".mysticky-welcomebar-fixed");
509
+ var refreshId = setInterval(function() {
510
+ container.addClass("animation-start");
511
+ }, 3500);
512
+ });
513
+ </script>
514
+
515
+
516
+ <style>
517
+ .mysticky-welcomebar-fixed {
518
+ background-color: <?php echo esc_attr($welcomebar['mysticky_welcomebar_bgcolor']); ?>;
519
+ font-family: <?php echo esc_attr($welcomebar['mysticky_welcomebar_font']); ?>;
520
+ position: absolute;
521
+ left: 0;
522
+ right: 0;
523
+ opacity: 0;
524
+ z-index: 9;
525
+ -webkit-transition: all 1s ease 0s;
526
+ -moz-transition: all 1s ease 0s;
527
+ transition: all 1s ease 0s;
528
+ }
529
+
530
+
531
+ .mysticky-welcomebar-fixed-wrap {
532
+ min-height: 60px;
533
+ padding: 20px 10px 20px 10px;
534
+ display: flex;
535
+ align-items: center;
536
+ justify-content: center;
537
+ }
538
+ .mysticky-welcomebar-preview-mobile-screen .mysticky-welcomebar-fixed{
539
+ padding: 0 25px;
540
+ }
541
+ .mysticky-welcomebar-position-top {
542
+ top:0;
543
+ }
544
+ .mysticky-welcomebar-position-bottom {
545
+ bottom:0;
546
+ }
547
+ .mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in {
548
+ top: -80px;
549
+ }
550
+ .mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in {
551
+ bottom: -80px;
552
+ }
553
+ .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in.entry-effect {
554
+ top:0;
555
+ opacity: 1;
556
+ }
557
+ .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in.entry-effect {
558
+ bottom:0;
559
+ opacity: 1;
560
+ }
561
+ .mysticky-welcomebar-entry-effect-fade {
562
+ opacity: 0;
563
+ }
564
+ .mysticky-welcomebar-display-desktop.mysticky-welcomebar-entry-effect-fade.entry-effect {
565
+ opacity: 1;
566
+ }
567
+ .mysticky-welcomebar-entry-effect-none {
568
+ display: none;
569
+ }
570
+ .mysticky-welcomebar-display-desktop.mysticky-welcomebar-entry-effect-none.entry-effect {
571
+ display: block;
572
+ opacity: 1;
573
+ }
574
+ .mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
575
+ top: 0;
576
+ }
577
+ .mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
578
+ bottom: 0;
579
+ }
580
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-content p a,
581
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-content p {
582
+ color: <?php echo esc_attr($welcomebar['mysticky_welcomebar_bgtxtcolor']); ?>;
583
+ font-size: <?php echo esc_attr($welcomebar['mysticky_welcomebar_fontsize']); ?>px;
584
+ font-family: inherit;
585
+ margin: 0;
586
+ padding: 0;
587
+ line-height: 1.2;
588
+ font-weight: 400;
589
+ }
590
+ /*.mysticky-welcomebar-fixed .mysticky-welcomebar-btn {
591
+ padding-left: 30px;
592
+ margin: 0 30px;
593
+ display: none;
594
+ }*/
595
+ .mysticky-welcomebar-fixed.mysticky-welcomebar-btn-desktop .mysticky-welcomebar-btn {
596
+ display: block;
597
+ }
598
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a {
599
+ background-color: <?php echo esc_attr($welcomebar['mysticky_welcomebar_btncolor']); ?>;
600
+ font-family: inherit;
601
+ color: <?php echo esc_attr($welcomebar['mysticky_welcomebar_btntxtcolor']); ?>;
602
+ border-radius: 4px;
603
+ text-decoration: none;
604
+ display: inline-block;
605
+ vertical-align: top;
606
+ line-height: 1.2;
607
+ font-size: <?php echo esc_attr($welcomebar['mysticky_welcomebar_fontsize']) ?>px;
608
+ font-weight: 400;
609
+ padding: 5px 20px;
610
+ white-space: nowrap;
611
+ }
612
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a:hover {
613
+ /*opacity: 0.7;*/
614
+ -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
615
+ -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
616
+ box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
617
+ }
618
+
619
+
620
+ /*.mysticky-welcomebar-fixed .mysticky-welcomebar-close {
621
+ display: none;
622
+ vertical-align: top;
623
+ width: 20px;
624
+ height: 20px;
625
+ text-align: center;
626
+ text-decoration: none;
627
+ line-height: 20px;
628
+ border-radius: 5px;
629
+ color: #000;
630
+ position: absolute;
631
+ font-family: Lato;
632
+ top: 5px;
633
+ left: 5px;/*
634
+ text-shadow: 0 0 0px #fff;
635
+ -webkit-transition: all 0.5s ease 0s;
636
+ -moz-transition: all 0.5s ease 0s;
637
+ transition: all 0.5s ease 0s;
638
+ -webkit-transform-origin: 50% 50%;
639
+ -moz-transform-origin: 50% 50%;
640
+ transform-origin: 50% 50%;
641
+ }*/
642
+ /*.mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover {
643
+ opacity: 1;
644
+ -webkit-transform: rotate(180deg);
645
+ -moz-transform: rotate(180deg);
646
+ transform: rotate(180deg);
647
+ }
648
+ .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
649
+ display: inline-block;
650
+ }*/
651
+ @media only screen and (max-width: 1024px) {
652
+ .mysticky-welcomebar-fixed {
653
+ padding: 0 10px 0 10px;
654
+ }
655
+ /*.mysticky-welcomebar-fixed .mysticky-welcomebar-close {
656
+ width: 20px;
657
+ height: 20px;
658
+ line-height: 20px;
659
+ right: 0px;
660
+ }*/
661
+ }
662
+
663
+ /* Animated Buttons */
664
+ .mysticky-welcomebar-btn a {
665
+ -webkit-animation-duration: 1s;
666
+ animation-duration: 1s;
667
+ }
668
+ @-webkit-keyframes flash {
669
+ from,
670
+ 50%,
671
+ to {
672
+ opacity: 1;
673
+ }
674
+
675
+ 25%,
676
+ 75% {
677
+ opacity: 0;
678
+ }
679
+ }
680
+ @keyframes flash {
681
+ from,
682
+ 50%,
683
+ to {
684
+ opacity: 1;
685
+ }
686
+
687
+ 25%,
688
+ 75% {
689
+ opacity: 0;
690
+ }
691
+ }
692
+ .mysticky-welcomebar-attention-flash.animation-start .mysticky-welcomebar-btn a {
693
+ -webkit-animation-name: flash;
694
+ animation-name: flash;
695
+ }
696
+
697
+ @keyframes shake {
698
+ from,
699
+ to {
700
+ -webkit-transform: translate3d(0, 0, 0);
701
+ transform: translate3d(0, 0, 0);
702
+ }
703
+
704
+ 10%,
705
+ 30%,
706
+ 50%,
707
+ 70%,
708
+ 90% {
709
+ -webkit-transform: translate3d(-10px, 0, 0);
710
+ transform: translate3d(-10px, 0, 0);
711
+ }
712
+
713
+ 20%,
714
+ 40%,
715
+ 60%,
716
+ 80% {
717
+ -webkit-transform: translate3d(10px, 0, 0);
718
+ transform: translate3d(10px, 0, 0);
719
+ }
720
+ }
721
+
722
+ .mysticky-welcomebar-attention-shake.animation-start .mysticky-welcomebar-btn a {
723
+ -webkit-animation-name: shake;
724
+ animation-name: shake;
725
+ }
726
+
727
+ @-webkit-keyframes swing {
728
+ 20% {
729
+ -webkit-transform: rotate3d(0, 0, 1, 15deg);
730
+ transform: rotate3d(0, 0, 1, 15deg);
731
+ }
732
+
733
+ 40% {
734
+ -webkit-transform: rotate3d(0, 0, 1, -10deg);
735
+ transform: rotate3d(0, 0, 1, -10deg);
736
+ }
737
+
738
+ 60% {
739
+ -webkit-transform: rotate3d(0, 0, 1, 5deg);
740
+ transform: rotate3d(0, 0, 1, 5deg);
741
+ }
742
+
743
+ 80% {
744
+ -webkit-transform: rotate3d(0, 0, 1, -5deg);
745
+ transform: rotate3d(0, 0, 1, -5deg);
746
+ }
747
+
748
+ to {
749
+ -webkit-transform: rotate3d(0, 0, 1, 0deg);
750
+ transform: rotate3d(0, 0, 1, 0deg);
751
+ }
752
+ }
753
+
754
+ @keyframes swing {
755
+ 20% {
756
+ -webkit-transform: rotate3d(0, 0, 1, 15deg);
757
+ transform: rotate3d(0, 0, 1, 15deg);
758
+ }
759
+
760
+ 40% {
761
+ -webkit-transform: rotate3d(0, 0, 1, -10deg);
762
+ transform: rotate3d(0, 0, 1, -10deg);
763
+ }
764
+
765
+ 60% {
766
+ -webkit-transform: rotate3d(0, 0, 1, 5deg);
767
+ transform: rotate3d(0, 0, 1, 5deg);
768
+ }
769
+
770
+ 80% {
771
+ -webkit-transform: rotate3d(0, 0, 1, -5deg);
772
+ transform: rotate3d(0, 0, 1, -5deg);
773
+ }
774
+
775
+ to {
776
+ -webkit-transform: rotate3d(0, 0, 1, 0deg);
777
+ transform: rotate3d(0, 0, 1, 0deg);
778
+ }
779
+ }
780
+
781
+ .mysticky-welcomebar-attention-swing.animation-start .mysticky-welcomebar-btn a {
782
+ -webkit-transform-origin: top center;
783
+ transform-origin: top center;
784
+ -webkit-animation-name: swing;
785
+ animation-name: swing;
786
+ }
787
+
788
+ @-webkit-keyframes tada {
789
+ from {
790
+ -webkit-transform: scale3d(1, 1, 1);
791
+ transform: scale3d(1, 1, 1);
792
+ }
793
+
794
+ 10%,
795
+ 20% {
796
+ -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
797
+ transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
798
+ }
799
+
800
+ 30%,
801
+ 50%,
802
+ 70%,
803
+ 90% {
804
+ -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
805
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
806
+ }
807
+
808
+ 40%,
809
+ 60%,
810
+ 80% {
811
+ -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
812
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
813
+ }
814
+
815
+ to {
816
+ -webkit-transform: scale3d(1, 1, 1);
817
+ transform: scale3d(1, 1, 1);
818
+ }
819
+ }
820
+
821
+ @keyframes tada {
822
+ from {
823
+ -webkit-transform: scale3d(1, 1, 1);
824
+ transform: scale3d(1, 1, 1);
825
+ }
826
+
827
+ 10%,
828
+ 20% {
829
+ -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
830
+ transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
831
+ }
832
+
833
+ 30%,
834
+ 50%,
835
+ 70%,
836
+ 90% {
837
+ -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
838
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
839
+ }
840
+
841
+ 40%,
842
+ 60%,
843
+ 80% {
844
+ -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
845
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
846
+ }
847
+
848
+ to {
849
+ -webkit-transform: scale3d(1, 1, 1);
850
+ transform: scale3d(1, 1, 1);
851
+ }
852
+ }
853
+
854
+ .mysticky-welcomebar-attention-tada.animation-start .mysticky-welcomebar-btn a {
855
+ -webkit-animation-name: tada;
856
+ animation-name: tada;
857
+ }
858
+
859
+ @-webkit-keyframes heartBeat {
860
+ 0% {
861
+ -webkit-transform: scale(1);
862
+ transform: scale(1);
863
+ }
864
+
865
+ 14% {
866
+ -webkit-transform: scale(1.3);
867
+ transform: scale(1.3);
868
+ }
869
+
870
+ 28% {
871
+ -webkit-transform: scale(1);
872
+ transform: scale(1);
873
+ }
874
+
875
+ 42% {
876
+ -webkit-transform: scale(1.3);
877
+ transform: scale(1.3);
878
+ }
879
+
880
+ 70% {
881
+ -webkit-transform: scale(1);
882
+ transform: scale(1);
883
+ }
884
+ }
885
+
886
+ @keyframes heartBeat {
887
+ 0% {
888
+ -webkit-transform: scale(1);
889
+ transform: scale(1);
890
+ }
891
+
892
+ 14% {
893
+ -webkit-transform: scale(1.3);
894
+ transform: scale(1.3);
895
+ }
896
+
897
+ 28% {
898
+ -webkit-transform: scale(1);
899
+ transform: scale(1);
900
+ }
901
+
902
+ 42% {
903
+ -webkit-transform: scale(1.3);
904
+ transform: scale(1.3);
905
+ }
906
+
907
+ 70% {
908
+ -webkit-transform: scale(1);
909
+ transform: scale(1);
910
+ }
911
+ }
912
+
913
+ .mysticky-welcomebar-attention-heartbeat.animation-start .mysticky-welcomebar-btn a {
914
+ -webkit-animation-name: heartBeat;
915
+ animation-name: heartBeat;
916
+ -webkit-animation-duration: 1.3s;
917
+ animation-duration: 1.3s;
918
+ -webkit-animation-timing-function: ease-in-out;
919
+ animation-timing-function: ease-in-out;
920
+ }
921
+
922
+ @-webkit-keyframes wobble {
923
+ from {
924
+ -webkit-transform: translate3d(0, 0, 0);
925
+ transform: translate3d(0, 0, 0);
926
+ }
927
+
928
+ 15% {
929
+ -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
930
+ transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
931
+ }
932
+
933
+ 30% {
934
+ -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
935
+ transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
936
+ }
937
+
938
+ 45% {
939
+ -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
940
+ transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
941
+ }
942
+
943
+ 60% {
944
+ -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
945
+ transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
946
+ }
947
+
948
+ 75% {
949
+ -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
950
+ transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
951
+ }
952
+
953
+ to {
954
+ -webkit-transform: translate3d(0, 0, 0);
955
+ transform: translate3d(0, 0, 0);
956
+ }
957
+ }
958
+
959
+ @keyframes wobble {
960
+ from {
961
+ -webkit-transform: translate3d(0, 0, 0);
962
+ transform: translate3d(0, 0, 0);
963
+ }
964
+
965
+ 15% {
966
+ -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
967
+ transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
968
+ }
969
+
970
+ 30% {
971
+ -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
972
+ transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
973
+ }
974
+
975
+ 45% {
976
+ -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
977
+ transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
978
+ }
979
+
980
+ 60% {
981
+ -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
982
+ transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
983
+ }
984
+
985
+ 75% {
986
+ -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
987
+ transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
988
+ }
989
+
990
+ to {
991
+ -webkit-transform: translate3d(0, 0, 0);
992
+ transform: translate3d(0, 0, 0);
993
+ }
994
+ }
995
+
996
+ .mysticky-welcomebar-attention-wobble.animation-start .mysticky-welcomebar-btn a {
997
+ -webkit-animation-name: wobble;
998
+ animation-name: wobble;
999
+ }
1000
+ </style>
1001
+
1002
+ <?php
1003
+ }
1004
+
1005
+ function mysticky_welcomebar_pro_widget_default_fields() {
1006
+ return array(
1007
+ 'mysticky_welcomebar_position' => 'top',
1008
+ 'mysticky_welcomebar_height' => '60',
1009
+ 'mysticky_welcomebar_bgcolor' => '#03ed96',
1010
+ 'mysticky_welcomebar_bgtxtcolor' => '#000000',
1011
+ 'mysticky_welcomebar_font' => 'Poppins',
1012
+ 'mysticky_welcomebar_fontsize' => '16',
1013
+ 'mysticky_welcomebar_bar_text' => 'Get 30% off your first purchase',
1014
+ 'mysticky_welcomebar_x_desktop' => 'desktop',
1015
+ 'mysticky_welcomebar_x_mobile' => 'mobile',
1016
+ 'mysticky_welcomebar_btn_desktop' => 'desktop',
1017
+ 'mysticky_welcomebar_btn_mobile' => 'mobile',
1018
+ 'mysticky_welcomebar_btncolor' => '#000000',
1019
+ 'mysticky_welcomebar_btntxtcolor' => '#ffffff',
1020
+ 'mysticky_welcomebar_btn_text' => 'Got it!',
1021
+ 'mysticky_welcomebar_actionselect' => 'close_bar',
1022
+ 'mysticky_welcomebar_aftersubmission' => 'dont_show_welcomebar',
1023
+ 'mysticky_welcomebar_redirect' => 'https://www.yourdomain.com',
1024
+ 'mysticky_welcomebar_redirect_newtab' => '',
1025
+ 'mysticky_welcomebar_redirect_rel' => '',
1026
+ 'mysticky_welcomebar_device_desktop' => 'desktop',
1027
+ 'mysticky_welcomebar_device_mobile' => 'mobile',
1028
+ 'mysticky_welcomebar_entry_effect' => 'slide-in',
1029
+ 'mysticky_welcomebar_trigger' => 'after_a_few_seconds',
1030
+ 'mysticky_welcomebar_triggersec' => '0',
1031
+ 'mysticky_welcomebar_expirydate' => '',
1032
+ 'mysticky_welcomebar_page_settings' => '',
1033
+ 'mysticky_welcomebar_timer_position' => 'left',
1034
+ 'mysticky_welcomebar_timer_bgcolor' => '#000000',
1035
+ 'mysticky_welcomebar_timer_textcolor' => '#ffffff',
1036
+ );
1037
+ }
1038
+
1039
+ function mysticky_welcome_bar_frontend(){
1040
+ $welcomebar = get_option( 'mysticky_option_welcomebar' );
1041
+
1042
+ if ( ( isset($welcomebar['mysticky_welcomebar_expirydate']) && $welcomebar['mysticky_welcomebar_expirydate'] !='' && strtotime( date('m/d/Y')) > strtotime($welcomebar['mysticky_welcomebar_expirydate']) ) || !isset($welcomebar['mysticky_welcomebar_enable'] ) || (isset($welcomebar['mysticky_welcomebar_enable']) && $welcomebar['mysticky_welcomebar_enable'] == 0) ) {
1043
+ return;
1044
+ }
1045
+
1046
+ $mysticky_welcomebar_showx_desktop = $mysticky_welcomebar_showx_mobile = '';
1047
+ $mysticky_welcomebar_btn_desktop = $mysticky_welcomebar_btn_mobile = '';
1048
+ $mysticky_welcomebar_display_desktop = $mysticky_welcomebar_display_mobile = '';
1049
+ if( isset($welcomebar['mysticky_welcomebar_x_desktop']) ) {
1050
+ $mysticky_welcomebar_showx_desktop = ' mysticky-welcomebar-showx-desktop';
1051
+ }
1052
+ if( isset($welcomebar['mysticky_welcomebar_x_mobile']) ) {
1053
+ $mysticky_welcomebar_showx_mobile = ' mysticky-welcomebar-showx-mobile';
1054
+ }
1055
+ if( isset($welcomebar['mysticky_welcomebar_btn_desktop']) ) {
1056
+ $mysticky_welcomebar_btn_desktop = ' mysticky-welcomebar-btn-desktop';
1057
+ }
1058
+ if( isset($welcomebar['mysticky_welcomebar_btn_mobile']) ) {
1059
+ $mysticky_welcomebar_btn_mobile = ' mysticky-welcomebar-btn-mobile';
1060
+ }
1061
+
1062
+ $welcomebar['mysticky_welcomebar_position'] = (isset($welcomebar['mysticky_welcomebar_position'])) ? $welcomebar['mysticky_welcomebar_position'] : 'top';
1063
+
1064
+ $welcomebar['mysticky_welcomebar_height'] = (isset($welcomebar['mysticky_welcomebar_height'])) ? $welcomebar['mysticky_welcomebar_height'] : '60';
1065
+ $welcomebar['mysticky_welcomebar_actionselect'] = (isset($welcomebar['mysticky_welcomebar_actionselect'])) ? $welcomebar['mysticky_welcomebar_actionselect'] : 'close_bar';
1066
+ $welcomebar['mysticky_welcomebar_aftersubmission'] = (isset($welcomebar['mysticky_welcomebar_aftersubmission'])) ? $welcomebar['mysticky_welcomebar_aftersubmission'] : 'dont_show_welcomebar';
1067
+ $welcomebar['mysticky_welcomebar_attentionselect'] = (isset($welcomebar['mysticky_welcomebar_attentionselect'])) ? $welcomebar['mysticky_welcomebar_attentionselect'] : '';
1068
+
1069
+ $display = ' mysticky-welcomebar-attention-'.$welcomebar['mysticky_welcomebar_attentionselect'];
1070
+ $display_entry_effect = (isset($welcomebar['mysticky_welcomebar_entry_effect'])) ? ' mysticky-welcomebar-entry-effect-'.$welcomebar['mysticky_welcomebar_entry_effect'] : ' mysticky-welcomebar-entry-effect-slide-in';
1071
+ $mysticky_welcomebar_display_desktop = ' mysticky-welcomebar-display-desktop';
1072
+ $mysticky_welcomebar_display_mobile = ' mysticky-welcomebar-display-mobile';
1073
+
1074
+
1075
+ $display_main_class = "mysticky-welcomebar-position-" . $welcomebar['mysticky_welcomebar_position'] . $mysticky_welcomebar_showx_desktop . $mysticky_welcomebar_showx_mobile . $mysticky_welcomebar_btn_desktop . $mysticky_welcomebar_btn_mobile . $mysticky_welcomebar_display_desktop . $mysticky_welcomebar_display_mobile .$display . $display_entry_effect;
1076
+
1077
+ if( isset($welcomebar['mysticky_welcomebar_actionselect']) ) {
1078
+
1079
+ if( $welcomebar['mysticky_welcomebar_actionselect'] == 'redirect_to_url' ) {
1080
+ $mysticky_welcomebar_actionselect_url = esc_url( $welcomebar['mysticky_welcomebar_redirect'] );
1081
+ } else if( $welcomebar['mysticky_welcomebar_actionselect'] == 'poptin_popup'){
1082
+ $mysticky_welcomebar_actionselect_url = esc_url( $welcomebar['mysticky_welcomebar_poptin_popup_link'] );
1083
+ } else {
1084
+ $mysticky_welcomebar_actionselect_url = 'javascript:void(0)';
1085
+ }
1086
+ }
1087
+
1088
+
1089
+
1090
+ ?>
1091
+ <div class="mysticky-welcomebar-fixed <?php echo esc_attr($display_main_class); ?>" data-after-triger="after_a_few_seconds" data-triger-sec="0" data-position="<?php echo esc_attr($welcomebar['mysticky_welcomebar_position']);?>" data-height="<?php echo esc_attr($welcomebar['mysticky_welcomebar_height']);?>" data-rediect="<?php echo esc_attr($welcomebar['mysticky_welcomebar_actionselect']);?>" data-aftersubmission="<?php echo esc_attr($welcomebar['mysticky_welcomebar_aftersubmission']);?>">
1092
+ <div class="mysticky-welcomebar-fixed-wrap">
1093
+ <div class="mysticky-welcomebar-content">
1094
+ <?php echo wpautop( isset($welcomebar['mysticky_welcomebar_bar_text'])? stripslashes($welcomebar['mysticky_welcomebar_bar_text']) :"Get 30% off your first purchase" );?>
1095
+ </div>
1096
+ <div class="mysticky-welcomebar-btn">
1097
+ <a href="<?php echo esc_url($mysticky_welcomebar_actionselect_url); ?>" <?php if( isset($welcomebar['mysticky_welcomebar_redirect_newtab']) && $welcomebar['mysticky_welcomebar_actionselect'] == 'redirect_to_url' && $welcomebar['mysticky_welcomebar_redirect_newtab']== 1):?> target="_blank" <?php endif;?>><?php echo isset($welcomebar['mysticky_welcomebar_btn_text'])? stripslashes($welcomebar['mysticky_welcomebar_btn_text']) :"Got it!";?></a>
1098
+ </div>
1099
+ <a href="javascript:void(0)" class="mysticky-welcomebar-close">X</a>
1100
+ </div>
1101
+ </div>
1102
+ <script>
1103
+
1104
+ jQuery(document).ready(function($){
1105
+ var adminBarHeight = 0;
1106
+ if ( $("#wpadminbar").length != 0 ){
1107
+ var adminBarHeight = $('#wpadminbar').height();
1108
+ }
1109
+ var mysticky_welcomebar_height = adminBarHeight + jQuery( '.mysticky-welcomebar-fixed' ).outerHeight();
1110
+ if( jQuery( '.mysticky-welcomebar-fixed' ).data('position') == 'top' ) {
1111
+ jQuery( '.mysticky-welcomebar-entry-effect-slide-in.mysticky-welcomebar-fixed' ).css( 'top', '-' + mysticky_welcomebar_height + 'px' );
1112
+ } else {
1113
+ jQuery( '.mysticky-welcomebar-entry-effect-slide-in.mysticky-welcomebar-fixed' ).css( 'bottom', '-' + mysticky_welcomebar_height + 'px' );
1114
+ }
1115
+ var divi_topbar_height = $( '.et_fixed_nav #top-header' ).outerHeight();
1116
+ var divi_total_height = mysticky_welcomebar_height + divi_topbar_height;
1117
+ var welcombar_aftersubmission = $( '.mysticky-welcomebar-fixed' ).data('aftersubmission');
1118
+ if( welcombar_aftersubmission == 'dont_show_welcomebar' ){
1119
+ var welcomebar_storage = localStorage.getItem("welcomebar_close");
1120
+ } else if( welcombar_aftersubmission == 'show_welcomebar_next_visit' ) {
1121
+ var welcomebar_storage = sessionStorage.getItem("welcomebar_close");
1122
+ } else {
1123
+ sessionStorage.removeItem('welcomebar_close');
1124
+ localStorage.removeItem('welcomebar_close');
1125
+ var welcomebar_storage = null;
1126
+ }
1127
+ if ( welcomebar_storage === null ){
1128
+
1129
+ var after_trigger = jQuery( '.mysticky-welcomebar-fixed' ).data('after-triger');
1130
+
1131
+ jQuery( 'body' ).addClass( 'mysticky-welcomebar-apper' );
1132
+
1133
+ if ( after_trigger == 'after_a_few_seconds' ) {
1134
+
1135
+ if ( $( '.mysticky-welcomebar-fixed' ).hasClass( 'mysticky-welcomebar-display-desktop' ) ) {
1136
+ if ( $( window ).width() > 767 ) {
1137
+ var trigger_sec = jQuery( '.mysticky-welcomebar-fixed' ).data('triger-sec') * 1000;
1138
+ var welcombar_position = $( '.mysticky-welcomebar-fixed' ).data('position');
1139
+ var welcombar_height = $( '.mysticky-welcomebar-fixed' ).outerHeight();
1140
+
1141
+ setTimeout(function(){
1142
+ jQuery( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-animation' );
1143
+ $( '.mysticky-welcomebar-fixed' ).addClass( 'entry-effect' );
1144
+ if ( welcombar_position == 'top' ) {
1145
+
1146
+ jQuery( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-animation' );
1147
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'top', (adminBarHeight + 0) + 'px' );
1148
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1149
+ $( 'html' ).css( 'margin-bottom', '' );
1150
+ jQuery( '#mysticky_divi_style' ).remove();
1151
+ jQuery( '.et_fixed_nav #top-header' ).css( 'top', welcombar_height + 'px' );
1152
+ jQuery( 'head' ).append( '<style id="mysticky_divi_style" type="text/css">.et_fixed_nav #main-header {top: ' + welcombar_height + 'px !important}.et_fixed_nav #top-header + #main-header{top: ' + divi_total_height + 'px !important}</style>' );
1153
+ $( 'html' ).attr( 'style', 'margin-top: ' + mysticky_welcomebar_height + 'px !important' );
1154
+ $( '#mysticky-nav' ).css( 'top', mysticky_welcomebar_height + 'px' );
1155
+ } else {
1156
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'bottom', '0' );
1157
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1158
+ $( 'html' ).css( 'margin-top', '' );
1159
+ jQuery( '#mysticky_divi_style' ).remove();
1160
+ jQuery( '.et_fixed_nav #top-header' ).css( 'top', '' );
1161
+ $( 'html' ).attr( 'style', 'margin-bottom: ' + mysticky_welcomebar_height + 'px !important' );
1162
+ }
1163
+ }, trigger_sec );
1164
+ }
1165
+ }
1166
+ }
1167
+ if ( $( window ).width() < 767 ) {
1168
+ if ( after_trigger == 'after_a_few_seconds' ) {
1169
+ if ( $( '.mysticky-welcomebar-fixed' ).hasClass( 'mysticky-welcomebar-display-mobile' ) ) {
1170
+ var trigger_sec = jQuery( '.mysticky-welcomebar-fixed' ).data('triger-sec') * 1000;
1171
+ var welcombar_position = $( '.mysticky-welcomebar-fixed' ).data('position');
1172
+ var welcombar_height = $( '.mysticky-welcomebar-fixed' ).outerHeight();
1173
+ setTimeout(function(){
1174
+ jQuery( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-animation' );
1175
+ $( '.mysticky-welcomebar-fixed' ).addClass( 'entry-effect' );
1176
+ jQuery( '#mysticky_divi_style' ).remove();
1177
+ jQuery( '.et_fixed_nav #top-header' ).css( 'top', '' );
1178
+ if ( welcombar_position == 'top' ) {
1179
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'top', ( adminBarHeight + 0) + 'px' );
1180
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1181
+ $( 'html' ).css( 'margin-bottom', '' );
1182
+ $( 'html' ).attr( 'style', 'margin-top: ' + mysticky_welcomebar_height + 'px !important' );
1183
+ $( '#mysticky-nav' ).css( 'top', mysticky_welcomebar_height + 'px' );
1184
+ } else {
1185
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'bottom', '0' );
1186
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1187
+ $( 'html' ).css( 'margin-top', '' );
1188
+ $( 'html' ).attr( 'style', 'margin-bottom: ' + mysticky_welcomebar_height + 'px !important' );
1189
+ }
1190
+ }, trigger_sec );
1191
+ }
1192
+ }
1193
+ }
1194
+ mystickyelements_present();
1195
+ }
1196
+ $( window ).resize( function(){
1197
+ var mysticky_welcomebar_height = jQuery( '.mysticky-welcomebar-fixed' ).outerHeight();
1198
+ if( welcombar_aftersubmission == 'dont_show_welcomebar' ){
1199
+ var welcomebar_storage = localStorage.getItem("welcomebar_close");
1200
+ } else if( welcombar_aftersubmission == 'show_welcomebar_next_visit' ) {
1201
+ var welcomebar_storage = sessionStorage.getItem("welcomebar_close");
1202
+ } else {
1203
+ sessionStorage.removeItem('welcomebar_close');
1204
+ localStorage.removeItem('welcomebar_close');
1205
+ var welcomebar_storage = null;
1206
+ }
1207
+ if ( welcomebar_storage === null ){
1208
+ var after_trigger = jQuery( '.mysticky-welcomebar-fixed' ).data('after-triger');
1209
+ if ( ! $( '.mysticky-welcomebar-fixed' ).hasClass( 'mysticky-welcomebar-notapper' ) ) {
1210
+ jQuery( 'body' ).addClass( 'mysticky-welcomebar-apper' );
1211
+ } else {
1212
+ jQuery( 'body' ).removeClass( 'mysticky-welcomebar-apper' );
1213
+ }
1214
+ if ( after_trigger == 'after_a_few_seconds' ) {
1215
+ var trigger_sec = jQuery( '.mysticky-welcomebar-fixed' ).data('triger-sec') * 1000;
1216
+ var welcombar_position = $( '.mysticky-welcomebar-fixed' ).data('position');
1217
+ var welcombar_height = $( '.mysticky-welcomebar-fixed' ).outerHeight();
1218
+ if ( $( window ).width() < 767 ) {
1219
+ if ( $( '.mysticky-welcomebar-fixed' ).hasClass( 'mysticky-welcomebar-display-mobile' ) ) {
1220
+ setTimeout(function(){
1221
+ jQuery( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-animation' );
1222
+ $( '.mysticky-welcomebar-fixed' ).addClass( 'entry-effect' );
1223
+ jQuery( '#mysticky_divi_style' ).remove();
1224
+ jQuery( '.et_fixed_nav #top-header' ).css( 'top', '' );
1225
+ if ( welcombar_position == 'top' ) {
1226
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'top', ( adminBarHeight + 0) + 'px' );
1227
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1228
+ $( 'html' ).css( 'margin-bottom', '' );
1229
+ $( 'html' ).attr( 'style', 'margin-top: ' + mysticky_welcomebar_height + 'px !important' );
1230
+ $( '.mysticky-welcomebar-apper #mysticky-nav' ).css( 'top', mysticky_welcomebar_height + 'px' );
1231
+ } else {
1232
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'bottom', '0' );
1233
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1234
+ $( 'html' ).css( 'margin-top', '' );
1235
+ $( 'html' ).attr( 'style', 'margin-bottom: ' + mysticky_welcomebar_height + 'px !important' );
1236
+ }
1237
+ }, trigger_sec );
1238
+ }
1239
+ } else {
1240
+ if ( $( '.mysticky-welcomebar-fixed' ).hasClass( 'mysticky-welcomebar-display-desktop' ) ) {
1241
+ setTimeout(function(){
1242
+ jQuery( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-animation' );
1243
+ $( '.mysticky-welcomebar-fixed' ).addClass( 'entry-effect' );
1244
+ if ( welcombar_position == 'top' ) {
1245
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'top', ( adminBarHeight + 0) + 'px' );
1246
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1247
+ $( 'html' ).css( 'margin-bottom', '' );
1248
+ jQuery( '#mysticky_divi_style' ).remove();
1249
+ jQuery( '.mysticky-welcomebar-apper.et_fixed_nav #top-header' ).css( 'top', welcombar_height + 'px' );
1250
+ jQuery( 'head' ).append( '<style id="mysticky_divi_style" type="text/css">.mysticky-welcomebar-apper.et_fixed_nav #main-header {top: ' + welcombar_height + 'px !important}.mysticky-welcomebar-apper.et_fixed_nav #top-header + #main-header{top: ' + divi_total_height + 'px !important}</style>' );
1251
+ $( 'html' ).attr( 'style', 'margin-top: ' + mysticky_welcomebar_height + 'px !important' );
1252
+ $( '.mysticky-welcomebar-apper #mysticky-nav' ).css( 'top', mysticky_welcomebar_height + 'px' );
1253
+ } else {
1254
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'bottom', '0' );
1255
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1256
+ $( 'html' ).css( 'margin-top', '' );
1257
+ jQuery( '#mysticky_divi_style' ).remove();
1258
+ jQuery( '.et_fixed_nav #top-header' ).css( 'top', '' );
1259
+ $( 'html' ).attr( 'style', 'margin-bottom: ' + mysticky_welcomebar_height + 'px !important' );
1260
+ }
1261
+ }, trigger_sec );
1262
+ }
1263
+ }
1264
+ }
1265
+ mystickyelements_present();
1266
+ }
1267
+ } );
1268
+
1269
+ jQuery(window).on( 'scroll', function(){
1270
+ if( welcombar_aftersubmission == 'dont_show_welcomebar' ){
1271
+ var welcomebar_storage = localStorage.getItem("welcomebar_close");
1272
+ } else if( welcombar_aftersubmission == 'show_welcomebar_next_visit' ) {
1273
+ var welcomebar_storage = sessionStorage.getItem("welcomebar_close");
1274
+ } else {
1275
+ sessionStorage.removeItem('welcomebar_close');
1276
+ localStorage.removeItem('welcomebar_close');
1277
+ var welcomebar_storage = null;
1278
+ }
1279
+ if ( welcomebar_storage === null ){
1280
+ var welcombar_height = $( '.mysticky-welcomebar-fixed' ).outerHeight();
1281
+ var welcombar_position = $( '.mysticky-welcomebar-fixed' ).data('position');
1282
+ if ( welcombar_position == 'top' ) {
1283
+ $( '#mysticky-nav' ).css( 'top', mysticky_welcomebar_height + 'px' );
1284
+ }
1285
+ if ( after_trigger === 'after_scroll' ) {
1286
+ var scroll = 100 * $(window).scrollTop() / ($(document).height() - $(window).height());
1287
+ var after_scroll_val = jQuery( '.mysticky-welcomebar-fixed' ).data('triger-sec');
1288
+ var welcombar_position = $( '.mysticky-welcomebar-fixed' ).data('position');
1289
+ var welcombar_height = $( '.mysticky-welcomebar-fixed' ).outerHeight();
1290
+ if( scroll > after_scroll_val ) {
1291
+ if ( $( '.mysticky-welcomebar-fixed' ).hasClass( 'mysticky-welcomebar-display-desktop' ) ) {
1292
+ if ( $( window ).width() > 767 ) {
1293
+ jQuery( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-animation' );
1294
+ $( '.mysticky-welcomebar-fixed' ).addClass( 'entry-effect' );
1295
+ if ( welcombar_position == 'top' ) {
1296
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'top', (adminBarHeight+ 0 ) + 'px' );
1297
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1298
+ $( 'html' ).css( 'margin-bottom', '' );
1299
+ $( 'html' ).attr( 'style', 'margin-top: ' + mysticky_welcomebar_height + 'px !important' );
1300
+ $( '#mysticky-nav' ).css( 'top', mysticky_welcomebar_height + 'px' );
1301
+ } else {
1302
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'bottom', '0' );
1303
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1304
+ $( 'html' ).css( 'margin-top', '' );
1305
+ $( 'html' ).attr( 'style', 'margin-bottom: ' + mysticky_welcomebar_height + 'px !important' );
1306
+ }
1307
+ }
1308
+ }
1309
+ if ( $( '.mysticky-welcomebar-fixed' ).hasClass( 'mysticky-welcomebar-display-mobile' ) ) {
1310
+ if ( $( window ).width() < 767 ) {
1311
+ jQuery( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-animation' );
1312
+ $( '.mysticky-welcomebar-fixed' ).addClass( 'entry-effect' );
1313
+ if ( welcombar_position == 'top' ) {
1314
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'top', ( adminBarHeight +0 ) + 'px' );
1315
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1316
+ $( 'html' ).css( 'margin-bottom', '' );
1317
+ $( 'html' ).attr( 'style', 'margin-top: ' + mysticky_welcomebar_height + 'px !important' );
1318
+ $( '#mysticky-nav' ).css( 'top', mysticky_welcomebar_height + 'px' );
1319
+ } else {
1320
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'bottom', '0' );
1321
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'opacity', '1' );
1322
+ $( 'html' ).css( 'margin-top', '' );
1323
+ $( 'html' ).attr( 'style', 'margin-bottom: ' + mysticky_welcomebar_height + 'px !important' );
1324
+ }
1325
+ }
1326
+ }
1327
+ }
1328
+ }
1329
+ mystickyelements_present();
1330
+ }
1331
+
1332
+ });
1333
+
1334
+ jQuery( '.mysticky-welcomebar-close, .mysticky-welcomebar-btn a' ).on( 'click', function(){
1335
+ if( welcombar_aftersubmission != 'show_welcomebar_every_page' ){
1336
+ if( welcombar_aftersubmission == 'dont_show_welcomebar' ){
1337
+ sessionStorage.removeItem('welcomebar_close');
1338
+ localStorage.setItem('welcomebar_close', 'close');
1339
+ } else if( welcombar_aftersubmission == 'show_welcomebar_next_visit' ) {
1340
+ localStorage.removeItem('welcomebar_close');
1341
+ sessionStorage.setItem('welcomebar_close', 'close');
1342
+ }
1343
+ }
1344
+ var welcombar_position = $( '.mysticky-welcomebar-fixed' ).data('position');
1345
+ var welcombar_height = $( '.mysticky-welcomebar-fixed' ).outerHeight();
1346
+ jQuery( '.mysticky-welcomebar-fixed' ).addClass( 'mysticky-welcomebar-notapper' );
1347
+ jQuery( 'body' ).removeClass( 'mysticky-welcomebar-apper' );
1348
+ jQuery( '.mysticky-welcomebar-fixed' ).slideUp( 'slow' );
1349
+ if ( welcombar_position == 'top' ) {
1350
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'top', '-' + mysticky_welcomebar_height + 'px' );
1351
+ } else {
1352
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'bottom', '-' + mysticky_welcomebar_height + 'px' );
1353
+ }
1354
+ jQuery( '#mysticky_divi_style' ).remove();
1355
+ jQuery( '.et_fixed_nav #top-header' ).css( 'top', '' );
1356
+ jQuery( 'html' ).css( 'margin-top', '' );
1357
+ jQuery( 'html' ).css( 'margin-bottom', '' );
1358
+ $( '#mysticky-nav' ).css( 'top', '0px' );
1359
+ /*if mystickyelements show*/
1360
+ var mystickyelements_show = $( '.mystickyelements-fixed' ).length;
1361
+ if( mystickyelements_show && $( window ).width() <= 1024 && $( '.mystickyelements-fixed' ).hasClass( 'mystickyelements-position-mobile-top' ) && welcombar_position == 'top' ) {
1362
+ var mystickyelements_height = $( '.mystickyelements-fixed' ).height();
1363
+ $( '.mystickyelements-fixed' ).css( 'top', '' );
1364
+ $( 'html' ).attr( 'style', 'margin-top: ' + mystickyelements_height + 'px !important' );
1365
+ }
1366
+ } );
1367
+ });
1368
+ function mystickyelements_present() {
1369
+ var after_trigger = jQuery( '.mysticky-welcomebar-fixed' ).data('after-triger');
1370
+ var mystickyelements_show = jQuery( '.mystickyelements-fixed' ).length;
1371
+ var welcombar_position = jQuery( '.mysticky-welcomebar-fixed' ).data('position');
1372
+ var adminBarHeight = 0;
1373
+ if ( jQuery("#wpadminbar").length != 0 ){
1374
+ var adminBarHeight = jQuery('#wpadminbar').height();
1375
+ }
1376
+
1377
+ if ( jQuery( window ).width() <= 600 && jQuery(window).scrollTop() != 0 && welcombar_position == 'top') {
1378
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'top', '0px' );
1379
+ var welcombar_height = jQuery( '.mysticky-welcomebar-fixed' ).outerHeight();
1380
+
1381
+ if (jQuery( '.mysticky-welcomebar-fixed' ).css('display') === 'none') {
1382
+ welcombar_height= 0;
1383
+ }
1384
+ jQuery( '#mysticky-nav' ).css( 'top', welcombar_height + 'px' );
1385
+
1386
+ } else if ( welcombar_position == 'top' ) {
1387
+ var mysticky_welcomebar_height = adminBarHeight + jQuery( '.mysticky-welcomebar-fixed' ).outerHeight();
1388
+ if (jQuery( '.mysticky-welcomebar-fixed' ).css('display') === 'none') {
1389
+ mysticky_welcomebar_height= adminBarHeight + 0;
1390
+ }
1391
+ jQuery( '.mysticky-welcomebar-fixed' ).css( 'top', ( adminBarHeight + 0) + 'px' );
1392
+ jQuery( '#mysticky-nav' ).css( 'top', mysticky_welcomebar_height + 'px' );
1393
+ }
1394
+ if( mystickyelements_show ) {
1395
+
1396
+ var welcombar_height = jQuery( '.mysticky-welcomebar-fixed' ).outerHeight();
1397
+ var mystickyelements_height = jQuery( '.mystickyelements-fixed' ).height();
1398
+ var mystickyelements_total_height = welcombar_height + mystickyelements_height;
1399
+ if ( jQuery( window ).width() <= 1024 && jQuery( '.mystickyelements-fixed' ).hasClass( 'mystickyelements-position-mobile-top' ) ) {
1400
+ if ( after_trigger == 'after_a_few_seconds' ) {
1401
+ if ( jQuery( '.mysticky-welcomebar-fixed' ).hasClass( 'mysticky-welcomebar-display-mobile' ) ) {
1402
+ var trigger_sec = jQuery( '.mysticky-welcomebar-fixed' ).data('triger-sec') * 1000;
1403
+ setTimeout(function(){
1404
+ if ( welcombar_position == 'top' ) {
1405
+ jQuery( '.mystickyelements-fixed' ).css( 'top', welcombar_height );
1406
+ jQuery( 'html' ).attr( 'style', 'margin-top: ' + mystickyelements_total_height + 'px !important' );
1407
+ } else {
1408
+ jQuery( '.mystickyelements-fixed' ).css( 'top', '' );
1409
+ jQuery( 'html' ).attr( 'style', 'margin-bottom: ' + welcombar_height + 'px !important' );
1410
+ }
1411
+ }, trigger_sec );
1412
+ }
1413
+ } else if ( after_trigger === 'after_scroll' ) {
1414
+ var scroll = 100 * $(window).scrollTop() / ($(document).height() - $(window).height());
1415
+ var after_scroll_val = $( '.mysticky-welcomebar-fixed' ).data('triger-sec');
1416
+ if( scroll > after_scroll_val ) {
1417
+ if ( jQuery( '.mysticky-welcomebar-fixed' ).hasClass( 'mysticky-welcomebar-display-mobile' ) ) {
1418
+ if ( welcombar_position == 'top' ) {
1419
+ jQuery( '.mystickyelements-fixed' ).css( 'top', welcombar_height );
1420
+ jQuery( 'html' ).attr( 'style', 'margin-top: ' + mystickyelements_total_height + 'px !important' );
1421
+ } else {
1422
+ jQuery( '.mystickyelements-fixed' ).css( 'top', '' );
1423
+ jQuery( 'html' ).attr( 'style', 'margin-bottom: ' + welcombar_height + 'px !important' );
1424
+ }
1425
+ }
1426
+ }
1427
+ }
1428
+ }
1429
+ }
1430
+ }
1431
+ jQuery(".mysticky-welcomebar-fixed").on(
1432
+ "animationend MSAnimationEnd webkitAnimationEnd oAnimationEnd",
1433
+ function() {
1434
+ jQuery(this).removeClass("animation-start");
1435
+ }
1436
+ );
1437
+ jQuery(document).ready(function() {
1438
+ var container = jQuery(".mysticky-welcomebar-fixed");
1439
+ var refreshId = setInterval(function() {
1440
+ container.addClass("animation-start");
1441
+ }, 3500);
1442
+ });
1443
+
1444
+ </script>
1445
+
1446
+ <?php
1447
+ if( isset($welcomebar['mysticky_welcomebar_font']) && $welcomebar['mysticky_welcomebar_font'] == 'System Stack' ){
1448
+ $welcomebar['mysticky_welcomebar_font'] = '-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"';
1449
+ }
1450
+
1451
+ $welcomebar['mysticky_welcomebar_font'] = (isset($welcomebar['mysticky_welcomebar_font']) && $welcomebar['mysticky_welcomebar_font'] == 'Inherit') ? strtolower($welcomebar['mysticky_welcomebar_font']) : $welcomebar['mysticky_welcomebar_font'];
1452
+ ?>
1453
+
1454
+ <style>
1455
+ /*-------------New-----*/
1456
+
1457
+
1458
+
1459
+ /*--------------------------------------------------------------------------------------------*/
1460
+
1461
+ .mysticky-welcomebar-fixed , .mysticky-welcomebar-fixed * {
1462
+ -webkit-box-sizing: border-box;
1463
+ -moz-box-sizing: border-box;
1464
+ box-sizing: border-box;
1465
+ }
1466
+ .mysticky-welcomebar-fixed {
1467
+ background-color: <?php echo esc_attr($welcomebar['mysticky_welcomebar_bgcolor']) ?>;
1468
+ font-family: <?php echo esc_attr($welcomebar['mysticky_welcomebar_font']) ?>;
1469
+ position: fixed;
1470
+ left: 0;
1471
+ right: 0;
1472
+ z-index: 9999999;
1473
+ opacity: 0;
1474
+ }
1475
+ .mysticky-welcomebar-fixed-wrap {
1476
+ min-height: 60px;
1477
+ padding: 20px 50px;
1478
+ display: flex;
1479
+ align-items: center;
1480
+ justify-content: center;
1481
+ width: 100%;
1482
+ height: 100%;
1483
+ }
1484
+ .mysticky-welcomebar-animation {
1485
+ -webkit-transition: all 1s ease 0s;
1486
+ -moz-transition: all 1s ease 0s;
1487
+ transition: all 1s ease 0s;
1488
+ }
1489
+ .mysticky-welcomebar-position-top {
1490
+ top:0;
1491
+ }
1492
+ .mysticky-welcomebar-position-bottom {
1493
+ bottom:0;
1494
+ }
1495
+ .mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in {
1496
+ top: -60px;
1497
+ }
1498
+ .mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in {
1499
+ bottom: -60px;
1500
+ }
1501
+ .mysticky-welcomebar-entry-effect-fade {
1502
+ opacity: 0;
1503
+ }
1504
+ .mysticky-welcomebar-entry-effect-none {
1505
+ display: none;
1506
+ }
1507
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-content p a{
1508
+ text-decoration: underline;
1509
+ text-decoration-thickness: 1px;
1510
+ text-underline-offset: 0.25ch;
1511
+ }
1512
+
1513
+
1514
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-content p a,
1515
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-content p {
1516
+ color: <?php echo esc_attr($welcomebar['mysticky_welcomebar_bgtxtcolor']) ?>;
1517
+ font-size: <?php echo esc_attr($welcomebar['mysticky_welcomebar_fontsize']) ?>px;
1518
+ margin: 0;
1519
+ padding: 0;
1520
+ line-height: 1.2;
1521
+ font-weight: 400;
1522
+ font-family:<?php echo esc_attr($welcomebar['mysticky_welcomebar_font']); ?>
1523
+ }
1524
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-btn {
1525
+ padding-left: 30px;
1526
+ display: none;
1527
+ line-height: 1;
1528
+ }
1529
+ .mysticky-welcomebar-fixed.mysticky-welcomebar-btn-desktop .mysticky-welcomebar-btn {
1530
+ display: block;
1531
+ }
1532
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a {
1533
+ background-color: <?php echo esc_attr($welcomebar['mysticky_welcomebar_btncolor']); ?>;
1534
+ font-family: inherit;
1535
+ color: <?php echo esc_attr($welcomebar['mysticky_welcomebar_btntxtcolor']); ?>;
1536
+ border-radius: 4px;
1537
+ text-decoration: none;
1538
+ display: inline-block;
1539
+ vertical-align: top;
1540
+ line-height: 1.2;
1541
+ font-size: <?php echo esc_attr($welcomebar['mysticky_welcomebar_fontsize']); ?>px;
1542
+ font-weight: 400;
1543
+ padding: 5px 20px;
1544
+ white-space: nowrap;
1545
+ }
1546
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a:hover {
1547
+ /*opacity: 0.7;*/
1548
+ -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
1549
+ -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
1550
+ box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
1551
+ }
1552
+
1553
+
1554
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
1555
+ display: none;
1556
+ vertical-align: top;
1557
+ width: 30px;
1558
+ height: 30px;
1559
+ text-align: center;
1560
+ line-height: 30px;
1561
+ border-radius: 5px;
1562
+ color: #000;
1563
+ position: absolute;
1564
+ top: 5px;
1565
+ right: 10px;
1566
+ outline: none;
1567
+ font-family: Lato;
1568
+ text-decoration: none;
1569
+ text-shadow: 0 0 0px #fff;
1570
+ -webkit-transition: all 0.5s ease 0s;
1571
+ -moz-transition: all 0.5s ease 0s;
1572
+ transition: all 0.5s ease 0s;
1573
+ -webkit-transform-origin: 50% 50%;
1574
+ -moz-transform-origin: 50% 50%;
1575
+ transform-origin: 50% 50%;
1576
+ }
1577
+
1578
+
1579
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover {
1580
+ opacity: 1;
1581
+ -webkit-transform: rotate(180deg);
1582
+ -moz-transform: rotate(180deg);
1583
+ transform: rotate(180deg);
1584
+ }
1585
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-close span.dashicons {
1586
+ font-size: 27px;
1587
+ }
1588
+ .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
1589
+ display: inline-block;
1590
+ }
1591
+
1592
+ /* Animated Buttons */
1593
+ .mysticky-welcomebar-btn a {
1594
+ -webkit-animation-duration: 1s;
1595
+ animation-duration: 1s;
1596
+ }
1597
+ @-webkit-keyframes flash {
1598
+ from,
1599
+ 50%,
1600
+ to {
1601
+ opacity: 1;
1602
+ }
1603
+
1604
+ 25%,
1605
+ 75% {
1606
+ opacity: 0;
1607
+ }
1608
+ }
1609
+ @keyframes flash {
1610
+ from,
1611
+ 50%,
1612
+ to {
1613
+ opacity: 1;
1614
+ }
1615
+
1616
+ 25%,
1617
+ 75% {
1618
+ opacity: 0;
1619
+ }
1620
+ }
1621
+ .mysticky-welcomebar-attention-flash.animation-start .mysticky-welcomebar-btn a {
1622
+ -webkit-animation-name: flash;
1623
+ animation-name: flash;
1624
+ }
1625
+
1626
+ @keyframes shake {
1627
+ from,
1628
+ to {
1629
+ -webkit-transform: translate3d(0, 0, 0);
1630
+ transform: translate3d(0, 0, 0);
1631
+ }
1632
+
1633
+ 10%,
1634
+ 30%,
1635
+ 50%,
1636
+ 70%,
1637
+ 90% {
1638
+ -webkit-transform: translate3d(-10px, 0, 0);
1639
+ transform: translate3d(-10px, 0, 0);
1640
+ }
1641
+
1642
+ 20%,
1643
+ 40%,
1644
+ 60%,
1645
+ 80% {
1646
+ -webkit-transform: translate3d(10px, 0, 0);
1647
+ transform: translate3d(10px, 0, 0);
1648
+ }
1649
+ }
1650
+
1651
+ .mysticky-welcomebar-attention-shake.animation-start .mysticky-welcomebar-btn a {
1652
+ -webkit-animation-name: shake;
1653
+ animation-name: shake;
1654
+ }
1655
+
1656
+ @-webkit-keyframes swing {
1657
+ 20% {
1658
+ -webkit-transform: rotate3d(0, 0, 1, 15deg);
1659
+ transform: rotate3d(0, 0, 1, 15deg);
1660
+ }
1661
+
1662
+ 40% {
1663
+ -webkit-transform: rotate3d(0, 0, 1, -10deg);
1664
+ transform: rotate3d(0, 0, 1, -10deg);
1665
+ }
1666
+
1667
+ 60% {
1668
+ -webkit-transform: rotate3d(0, 0, 1, 5deg);
1669
+ transform: rotate3d(0, 0, 1, 5deg);
1670
+ }
1671
+
1672
+ 80% {
1673
+ -webkit-transform: rotate3d(0, 0, 1, -5deg);
1674
+ transform: rotate3d(0, 0, 1, -5deg);
1675
+ }
1676
+
1677
+ to {
1678
+ -webkit-transform: rotate3d(0, 0, 1, 0deg);
1679
+ transform: rotate3d(0, 0, 1, 0deg);
1680
+ }
1681
+ }
1682
+
1683
+ @keyframes swing {
1684
+ 20% {
1685
+ -webkit-transform: rotate3d(0, 0, 1, 15deg);
1686
+ transform: rotate3d(0, 0, 1, 15deg);
1687
+ }
1688
+
1689
+ 40% {
1690
+ -webkit-transform: rotate3d(0, 0, 1, -10deg);
1691
+ transform: rotate3d(0, 0, 1, -10deg);
1692
+ }
1693
+
1694
+ 60% {
1695
+ -webkit-transform: rotate3d(0, 0, 1, 5deg);
1696
+ transform: rotate3d(0, 0, 1, 5deg);
1697
+ }
1698
+
1699
+ 80% {
1700
+ -webkit-transform: rotate3d(0, 0, 1, -5deg);
1701
+ transform: rotate3d(0, 0, 1, -5deg);
1702
+ }
1703
+
1704
+ to {
1705
+ -webkit-transform: rotate3d(0, 0, 1, 0deg);
1706
+ transform: rotate3d(0, 0, 1, 0deg);
1707
+ }
1708
+ }
1709
+
1710
+ .mysticky-welcomebar-attention-swing.animation-start .mysticky-welcomebar-btn a {
1711
+ -webkit-transform-origin: top center;
1712
+ transform-origin: top center;
1713
+ -webkit-animation-name: swing;
1714
+ animation-name: swing;
1715
+ }
1716
+
1717
+ @-webkit-keyframes tada {
1718
+ from {
1719
+ -webkit-transform: scale3d(1, 1, 1);
1720
+ transform: scale3d(1, 1, 1);
1721
+ }
1722
+
1723
+ 10%,
1724
+ 20% {
1725
+ -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
1726
+ transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
1727
+ }
1728
+
1729
+ 30%,
1730
+ 50%,
1731
+ 70%,
1732
+ 90% {
1733
+ -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
1734
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
1735
+ }
1736
+
1737
+ 40%,
1738
+ 60%,
1739
+ 80% {
1740
+ -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
1741
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
1742
+ }
1743
+
1744
+ to {
1745
+ -webkit-transform: scale3d(1, 1, 1);
1746
+ transform: scale3d(1, 1, 1);
1747
+ }
1748
+ }
1749
+
1750
+ @keyframes tada {
1751
+ from {
1752
+ -webkit-transform: scale3d(1, 1, 1);
1753
+ transform: scale3d(1, 1, 1);
1754
+ }
1755
+
1756
+ 10%,
1757
+ 20% {
1758
+ -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
1759
+ transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
1760
+ }
1761
+
1762
+ 30%,
1763
+ 50%,
1764
+ 70%,
1765
+ 90% {
1766
+ -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
1767
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
1768
+ }
1769
+
1770
+ 40%,
1771
+ 60%,
1772
+ 80% {
1773
+ -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
1774
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
1775
+ }
1776
+
1777
+ to {
1778
+ -webkit-transform: scale3d(1, 1, 1);
1779
+ transform: scale3d(1, 1, 1);
1780
+ }
1781
+ }
1782
+
1783
+ .mysticky-welcomebar-attention-tada.animation-start .mysticky-welcomebar-btn a {
1784
+ -webkit-animation-name: tada;
1785
+ animation-name: tada;
1786
+ }
1787
+
1788
+ @-webkit-keyframes heartBeat {
1789
+ 0% {
1790
+ -webkit-transform: scale(1);
1791
+ transform: scale(1);
1792
+ }
1793
+
1794
+ 14% {
1795
+ -webkit-transform: scale(1.3);
1796
+ transform: scale(1.3);
1797
+ }
1798
+
1799
+ 28% {
1800
+ -webkit-transform: scale(1);
1801
+ transform: scale(1);
1802
+ }
1803
+
1804
+ 42% {
1805
+ -webkit-transform: scale(1.3);
1806
+ transform: scale(1.3);
1807
+ }
1808
+
1809
+ 70% {
1810
+ -webkit-transform: scale(1);
1811
+ transform: scale(1);
1812
+ }
1813
+ }
1814
+
1815
+ @keyframes heartBeat {
1816
+ 0% {
1817
+ -webkit-transform: scale(1);
1818
+ transform: scale(1);
1819
+ }
1820
+
1821
+ 14% {
1822
+ -webkit-transform: scale(1.3);
1823
+ transform: scale(1.3);
1824
+ }
1825
+
1826
+ 28% {
1827
+ -webkit-transform: scale(1);
1828
+ transform: scale(1);
1829
+ }
1830
+
1831
+ 42% {
1832
+ -webkit-transform: scale(1.3);
1833
+ transform: scale(1.3);
1834
+ }
1835
+
1836
+ 70% {
1837
+ -webkit-transform: scale(1);
1838
+ transform: scale(1);
1839
+ }
1840
+ }
1841
+
1842
+ .mysticky-welcomebar-attention-heartbeat.animation-start .mysticky-welcomebar-btn a {
1843
+ -webkit-animation-name: heartBeat;
1844
+ animation-name: heartBeat;
1845
+ -webkit-animation-duration: 1.3s;
1846
+ animation-duration: 1.3s;
1847
+ -webkit-animation-timing-function: ease-in-out;
1848
+ animation-timing-function: ease-in-out;
1849
+ }
1850
+
1851
+ @-webkit-keyframes wobble {
1852
+ from {
1853
+ -webkit-transform: translate3d(0, 0, 0);
1854
+ transform: translate3d(0, 0, 0);
1855
+ }
1856
+
1857
+ 15% {
1858
+ -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
1859
+ transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
1860
+ }
1861
+
1862
+ 30% {
1863
+ -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
1864
+ transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
1865
+ }
1866
+
1867
+ 45% {
1868
+ -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
1869
+ transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
1870
+ }
1871
+
1872
+ 60% {
1873
+ -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
1874
+ transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
1875
+ }
1876
+
1877
+ 75% {
1878
+ -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
1879
+ transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
1880
+ }
1881
+
1882
+ to {
1883
+ -webkit-transform: translate3d(0, 0, 0);
1884
+ transform: translate3d(0, 0, 0);
1885
+ }
1886
+ }
1887
+
1888
+ @keyframes wobble {
1889
+ from {
1890
+ -webkit-transform: translate3d(0, 0, 0);
1891
+ transform: translate3d(0, 0, 0);
1892
+ }
1893
+
1894
+ 15% {
1895
+ -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
1896
+ transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
1897
+ }
1898
+
1899
+ 30% {
1900
+ -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
1901
+ transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
1902
+ }
1903
+
1904
+ 45% {
1905
+ -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
1906
+ transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
1907
+ }
1908
+
1909
+ 60% {
1910
+ -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
1911
+ transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
1912
+ }
1913
+
1914
+ 75% {
1915
+ -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
1916
+ transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
1917
+ }
1918
+
1919
+ to {
1920
+ -webkit-transform: translate3d(0, 0, 0);
1921
+ transform: translate3d(0, 0, 0);
1922
+ }
1923
+ }
1924
+
1925
+ .mysticky-welcomebar-attention-wobble.animation-start .mysticky-welcomebar-btn a {
1926
+ -webkit-animation-name: wobble;
1927
+ animation-name: wobble;
1928
+ }
1929
+ @media only screen and (min-width: 768px) {
1930
+ .mysticky-welcomebar-display-desktop.mysticky-welcomebar-entry-effect-fade.entry-effect {
1931
+ opacity: 1;
1932
+ }
1933
+ .mysticky-welcomebar-display-desktop.mysticky-welcomebar-entry-effect-none.entry-effect {
1934
+ display: block;
1935
+ }
1936
+ .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-top.mysticky-welcomebar-fixed ,
1937
+ .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
1938
+ top: 0;
1939
+ }
1940
+ .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-bottom.mysticky-welcomebar-fixed ,
1941
+ .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
1942
+ bottom: 0;
1943
+ }
1944
+ }
1945
+ @media only screen and (max-width: 767px) {
1946
+ .mysticky-welcomebar-display-mobile.mysticky-welcomebar-entry-effect-fade.entry-effect {
1947
+ opacity: 1;
1948
+ }
1949
+ .mysticky-welcomebar-display-mobile.mysticky-welcomebar-entry-effect-none.entry-effect {
1950
+ display: block;
1951
+ }
1952
+ .mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-top.mysticky-welcomebar-fixed ,
1953
+ .mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
1954
+ top: 0;
1955
+ }
1956
+ .mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-bottom.mysticky-welcomebar-fixed ,
1957
+ .mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
1958
+ bottom: 0;
1959
+ }
1960
+ /*.mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
1961
+ display: none;
1962
+ }
1963
+ .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-mobile .mysticky-welcomebar-close {
1964
+ display: inline-block;
1965
+ }*/
1966
+ .mysticky-welcomebar-fixed.mysticky-welcomebar-btn-desktop .mysticky-welcomebar-btn {
1967
+ display: none;
1968
+ }
1969
+ .mysticky-welcomebar-fixed.mysticky-welcomebar-btn-mobile .mysticky-welcomebar-btn {
1970
+ display: block;
1971
+ }
1972
+ }
1973
+ @media only screen and (max-width: 480px) {
1974
+ .mysticky-welcomebar-fixed-wrap {
1975
+ padding: 15px 36px 35px 10px;
1976
+ }
1977
+ .mysticky-welcomebar-fixed .mysticky-welcomebar-btn {
1978
+ padding-left: 10px;
1979
+ }
1980
+ /*.mysticky-welcomebar-fixed .mysticky-welcomebar-close {
1981
+ right: 7px;
1982
+ }*/
1983
+ }
1984
+ body.mysticky-welcomebar-apper #wpadminbar{
1985
+ z-index:99999999;
1986
+ }
1987
+ </style>
1988
+ <?php
1989
+ }
1990
  add_action( 'wp_footer', 'mysticky_welcome_bar_frontend' );