myStickymenu - Version 2.1.7

Version Description

Fixed undefined indexes

Download this release

Release Info

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

Code changes from version 2.1.6 to 2.1.7

css/mystickymenu-admin.css CHANGED
@@ -1,1433 +1,1433 @@
1
- @font-face {
2
- font-family: 'poppinsregular';
3
- src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
4
- url('../fonts/poppins-regular-webfont.woff') format('woff');
5
- font-weight: normal;
6
- font-style: normal;
7
-
8
- }
9
-
10
-
11
-
12
-
13
- @font-face {
14
- font-family: 'poppinsbold';
15
- src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
16
- url('../fonts/poppins-bold-webfont.woff') format('woff');
17
- font-weight: normal;
18
- font-style: normal;
19
-
20
- }
21
-
22
-
23
-
24
-
25
- @font-face {
26
- font-family: 'poppins_lightregular';
27
- src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
28
- url('../fonts/poppins-light-webfont.woff') format('woff');
29
- font-weight: normal;
30
- font-style: normal;
31
-
32
- }
33
-
34
- #custom-handle {
35
- width: 3em;
36
- height: 1.6em;
37
- top: 50%;
38
- margin-top: -.8em;
39
- text-align: center;
40
- line-height: 1.6em;
41
- }
42
-
43
- #mystickymenu {
44
- font-family: 'poppinsregular', sans-serif;
45
- }
46
-
47
- .main-content {
48
- float: left;
49
- width: 65%;
50
- }
51
-
52
- .main-sidebar {
53
- float: right;
54
- width: 30%;
55
- background: #ffffff;
56
- border: 1px solid #e5e5e5;
57
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
58
- }
59
-
60
- .main-sidebar h3 {
61
- margin: 0;
62
- padding: 8px 12px;
63
- border-bottom: 1px solid #ececec;
64
- }
65
-
66
- .main-sidebar .inner {
67
- padding: 10px;
68
- }
69
-
70
- .main-sidebar p {
71
- padding: 8px;
72
- margin: 0;
73
- border-top: solid 1px #e5e5e5;
74
- }
75
-
76
- /*.mystickyinput {padding-top: 6px;}*/
77
- @media screen and (max-width: 782px) {
78
- .main-content, .main-sidebar {
79
- width: 100%;
80
- float: none;
81
- clear: both;
82
- }
83
- }
84
-
85
- .myssticky-remove-hand {
86
- cursor: default;
87
- }
88
-
89
- /* */
90
- .mystickymenu-content-section input[type="number"]#myfixed_zindex {
91
- -moz-appearance: textfield-multiline;
92
- }
93
-
94
- .mystickymenu-content-section input[type="number"] {
95
- -moz-appearance: textfield;
96
- }
97
-
98
- .mystickymenu-content-section input[type="number"]::-webkit-inner-spin-button, .mystickymenu-content-section input[type="number"]::-webkit-outer-spin-button {
99
- -webkit-appearance: none;
100
- margin: 0;
101
- }
102
-
103
- .mystickymenu-content-section .mysticky-number {
104
- display: inline-block;
105
- margin: 0 0 10px;
106
- position: relative;
107
- }
108
-
109
- #mystickymenu .mystickymenu-content-section .mysticky-number {
110
- /*width: 90px;*/
111
- }
112
-
113
- #mystickymenu input[type=number] {
114
- color: #A7A7A7;
115
- border-radius: 21px;
116
- background-color: #ffffff;
117
- border: 1px solid #DCE2E2;
118
- font-size: 14px;
119
- font-weight: 400;
120
- height: 42px;
121
- padding: 0 10px 0 12px;
122
- margin: 0;
123
- width: 229px;
124
- box-shadow: none;
125
- }
126
-
127
- .pt_number {
128
- display: inline-block;
129
- vertical-align: top;
130
- margin-top: 7px;
131
- }
132
-
133
- .mystickymenu-content-section .mysticky-number:focus {
134
- outline: 0;
135
- }
136
-
137
- .mystickymenu-content-section .mysticky-number .pt_number {
138
- float: left;
139
- position: relative;
140
- height: 30px;
141
- }
142
-
143
- .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton {
144
- position: relative;
145
- cursor: pointer;
146
- border-left: 1px solid #b7b7b7;
147
- width: 15px;
148
- text-align: center;
149
- color: #333;
150
- font-size: 14px;
151
- line-height: 1.1;
152
- -webkit-transform: translateX(-100%);
153
- transform: translateX(-100%);
154
- -webkit-user-select: none;
155
- -moz-user-select: none;
156
- -ms-user-select: none;
157
- user-select: none;
158
- }
159
-
160
- .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton:active {
161
- box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
162
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
163
- }
164
-
165
- .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberup {
166
- position: absolute;
167
- height: 50%;
168
- top: 0;
169
- border-bottom: 1px solid #b7b7b7;
170
- }
171
-
172
- .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberdown {
173
- position: absolute;
174
- bottom: 0px;
175
- height: 50%;
176
- }
177
-
178
- /* */
179
-
180
- input#mysticky_class_selector {
181
- border-radius: 24px;
182
- border: 1px solid #E6E5EC;
183
- height: 46px;
184
- padding: 0 26px;
185
- width: 49%
186
- }
187
-
188
- .mystickymenu-content-section {
189
- background-color: #F9FCFC;
190
- border-radius: 7px;
191
- margin-bottom: 20px;
192
- border: 1px solid #E1E6E6;
193
- }
194
-
195
- input#myfixed_disable_small_screen {
196
- border-radius: 21px;
197
- }
198
-
199
- input#mysticky_active_on_height_home {
200
- border-radius: 21px;
201
- }
202
-
203
- textarea#myfixed_cssstyle {
204
- width: 100%;
205
- margin-top: 12px;
206
- border-radius: 10px;
207
- background-color: #fff;
208
- height: 120px;
209
- resize: none;
210
- border: 1px solid #DCE2E2;
211
- padding: 10px 10px;
212
- }
213
-
214
- label {
215
- font-size: 15px;
216
- }
217
-
218
- .sticky-class-sec tr td {
219
- width: 50%;
220
- }
221
-
222
- .px-wrap {
223
- position: relative;
224
- display: inline-block;
225
- vertical-align: top;
226
- }
227
-
228
- .mystickymenu-content-option {
229
- padding: 20px 20px 0;
230
- }
231
-
232
- .mystickymenu-heading {
233
- padding-bottom: 20px;
234
- }
235
-
236
- .myStickymenu-header-title {
237
- background-color: #B2D2FC;
238
- padding: 13px 20px;
239
- border-radius: 10px 10px 0 0;
240
- }
241
-
242
- .myStickymenu-header-title h3 {
243
- margin: 0;
244
- color: #1F4B84;
245
- font-size: 18px;
246
- font-weight: 600;
247
- line-height: 1.2;
248
- }
249
-
250
- .mystickymenu-heading p {
251
- background-color: #D6EFFF;
252
- color: #1F4B84;
253
- border-radius: 0 0 10px 10px;
254
- padding: 13px 20px;
255
- margin: 0;
256
- font-size: 14px;
257
- line-height: 28px;
258
- }
259
-
260
- .mystickynumber {
261
- position: relative;
262
- padding-left: 30px;
263
- }
264
-
265
- .pt_numberbutton.pt_numberup {
266
- height: 25px;
267
- width: 25px;
268
- line-height: 25px;
269
- background-color: #808080;
270
- border-radius: 50%;
271
- position: relative;
272
- margin-left: 5px;
273
- display: inline-block;
274
- color: white;
275
- font-size: 21px;
276
- cursor: pointer;
277
- text-align: center;
278
- margin-top: 2px;
279
- }
280
-
281
- .pt_numberbutton.pt_numberdown {
282
- height: 25px;
283
- width: 25px;
284
- line-height: 25px;
285
- background-color: #808080;
286
- border-radius: 50%;
287
- position: absolute;
288
- top: 8px;
289
- left: 0;
290
- display: inline-block;
291
- color: white;
292
- font-size: 21px;
293
- cursor: pointer;
294
- text-align: center;
295
- }
296
-
297
- span.input-px {
298
- height: 42px;
299
- width: 57px;
300
- background-color: #808080;
301
- position: absolute;
302
- right: 0;
303
- top: 0px;
304
- display: inline-block;
305
- vertical-align: top;
306
- font-size: 14px;
307
- border-radius: 0 21px 21px 0;
308
- color: #fff;
309
- line-height: 42px;
310
- text-align: center;
311
- }
312
-
313
- .mysticky_device_upgrade {
314
- background-color: #f0ecfb;
315
- border-radius: 20px;
316
- padding: 15px 40px 20px 20px;
317
- }
318
-
319
- .mystickymenu-content-section.mystickymenu-content-upgrade {
320
- background-color: #f4f4fd;
321
- }
322
-
323
- .myStickymenu-upgrade {
324
- background: #E1DAF6;
325
- border-radius: 20px;
326
- color: #7559C0;
327
- padding-top: 6px;
328
- padding-bottom: 6px;
329
- padding-left: 10px;
330
- padding-right: 10px;
331
- font-weight: bold;
332
- text-transform: uppercase;
333
- font-size: 12px;
334
- float: right;
335
- }
336
-
337
- .myStickymenu-upgrade:before {
338
- content: "\f160";
339
- font-family: dashicons;
340
- position: relative;
341
- top: 3px;
342
- font-size: 16px;
343
- }
344
-
345
- .mystickymenu-input-section ul.mystickymenu-input-multicheckbox li {
346
- display: inline-block;
347
- width: 21%;
348
- }
349
-
350
- input#submit.button.button-primary {
351
- background: #00c67c;
352
- border-color: #00c67c;
353
- text-transform: uppercase;
354
- border-radius: 31px;
355
- font-size: 26px;
356
- padding-left: 23px;
357
- padding-right: 23px;
358
- height: 60px;
359
- width: 200px;
360
- border: 0;
361
- box-shadow: none;
362
- font-weight: 600;
363
- text-shadow: none;
364
- }
365
-
366
- input.button.button-secondary.confirm {
367
- background: #969696;
368
- border-color: #969696;
369
- text-transform: uppercase;
370
- font-size: 26px;
371
- padding-left: 23px;
372
- padding-right: 23px;
373
- float: right;
374
- color: white;
375
- margin-right: 10px;
376
- height: 60px;
377
- width: 200px;
378
- border-radius: 31px;
379
- font-weight: 600;
380
- }
381
-
382
- table ul.mystickymenu-input-multicheckbox {
383
- width: 100%;
384
- display: inline-flex;
385
- }
386
-
387
- p.myStickymenu-review a {
388
- font-size: 20px;
389
- }
390
-
391
- table ul.mystickymenu-input-multicheckbox li {
392
- padding-right: 21px;
393
- }
394
-
395
- table {
396
- width: 100%;
397
- }
398
-
399
- #mystickymenu table tr td {
400
- padding: 20px;
401
- }
402
-
403
- div#mystickymenu {
404
- overflow-x: hidden;
405
- }
406
-
407
- label.mysticky_title {
408
- font-weight: 500;
409
- font-size: 18px;
410
- line-height: 1.2;
411
- color: #4F4F4F;
412
- }
413
-
414
- .mystickymenu-content-option p label.mysticky_text {
415
- margin-left: 0px;
416
- }
417
-
418
- span.mysticky_text {
419
- font-size: 14px;
420
- color: #9E9E9E;
421
- margin-left: 20px;
422
- font-style: italic;
423
- }
424
-
425
- label.mysticky_text {
426
- font-size: 14px;
427
- /*color: #9E9E9E;*/
428
- margin-left: 20px;
429
- font-style: italic;
430
- }
431
-
432
- select#mystickymenu-select {
433
- border-radius: 24px;
434
- border: 1px solid #E6E5EC;
435
- height: 46px;
436
- box-shadow: none;
437
- padding: 0 26px;
438
- width: 49%;
439
- display: inline-block;
440
- vertical-align: top;
441
- }
442
-
443
- .mystickymenu-input-section {
444
- margin-top: 9px;
445
- }
446
-
447
- label.mysticky_title.css-style-title {
448
- font-size: 20px;
449
- }
450
-
451
- span.wp-color-result-text {
452
- display: none;
453
- }
454
-
455
- button.button.wp-color-result {
456
- border-radius: 50%;
457
- height: 30px !important;
458
- }
459
-
460
- .mystickymenu-content-section h3 {
461
- margin-left: 20px;
462
- font-weight: 600;
463
- font-size: 26px;
464
- line-height: 1.2;
465
- color: #4F4F4F;
466
- margin: 0;
467
- padding: 24px 20px;
468
- }
469
-
470
- .form-table {
471
- margin-top: 0;
472
- }
473
-
474
- ul.mystickymenu-input-multicheckbox li span {
475
- font-size: 16px;
476
- color: #4F4F4F;
477
- }
478
-
479
- .mystickymenu-input-section label {
480
- /*color: #9E9E9E;*/
481
- font-size: 16px;
482
- }
483
- #mystickymenu .mystickymenu-input-section input.mystickymenu_normal_text{
484
- border-radius: 0px;
485
- height: 35px;
486
- margin: 10px;
487
- }
488
- #mystickymenu .mystickymenu-input-section span.description{
489
- font-style: normal;
490
- font-size: 16px;
491
- }
492
- .myStickymenu-upgrade a {
493
- text-decoration: none;
494
- color: #7559C0;
495
- }
496
-
497
- #mystickymenu p.submit {
498
- margin-top: 0;
499
- padding-top: 0;
500
- float: right;
501
- }
502
-
503
- td {
504
- vertical-align: top !important;
505
- }
506
-
507
- p.description {
508
- color: rgba(79, 79, 79, 0.5);
509
- font-size: 12px;
510
- line-height: 1.2;
511
- margin: 5px 0 0;
512
- }
513
-
514
- div#slider.ui-slider {
515
- width: 229px;
516
- background-color: #DCE2E2;
517
- height: 2px;
518
- border: 0;
519
- border-radius: 2px;
520
- position: relative;
521
- }
522
-
523
- .mystickymenu-content-section .ui-state-active, .ui-widget-content .ui-state-active {
524
- color: #454545;
525
- }
526
-
527
- #mystickymenu #custom-handle {
528
- width: 1.6em;
529
- border-radius: 50%;
530
- background-color: #fff;
531
- box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
532
- border: 0;
533
- position: absolute;
534
- }
535
- .sticky-header-menu {
536
- text-align: center;
537
- padding: 0 0 20px 0;
538
- }
539
- .sticky-header-menu ul {
540
- display: inline-block;
541
- padding: 1px;
542
- background-color: #D6EFFF;
543
- -webkit-border-radius: 23px;
544
- -moz-border-radius: 23px;
545
- border-radius: 23px;
546
- }
547
- .sticky-header-menu ul li {
548
- display: inline-block;
549
- margin: 0;
550
- }
551
- .sticky-header-menu ul li a {
552
- display: inline-block;
553
- padding: 0 20px;
554
- line-height: 40px;
555
- height: 40px;
556
- font-size: 16px;
557
- text-decoration: none;
558
- -webkit-border-radius: 20px;
559
- -moz-border-radius: 20px;
560
- border-radius: 20px;
561
- }
562
- .sticky-header-menu ul li a:hover {
563
- background: #f0ecfb;
564
- color: #7559C0;
565
- }
566
- .sticky-header-menu ul li a.active {
567
- background: #E1DAF6;
568
- color: #7559C0;
569
- }
570
- .sticky-header-content {
571
- display: none;
572
- }
573
- @media only screen and (min-width: 1024px) and (max-width: 1200px) {
574
- .pt_numberbutton.pt_numberdown {
575
- position: relative;
576
- margin-left: -75px;
577
- top: -29px;
578
- }
579
-
580
- .pt_numberbutton.pt_numberup {
581
- position: relative;
582
- top: -29px;
583
- left: 70px;
584
- }
585
-
586
- span.input-px {
587
- position: relative;
588
- left: 112px;
589
- top: -24px !important;
590
- margin-left: -20px;
591
- }
592
- }
593
-
594
-
595
-
596
- #rpt_pricr {
597
- width: 100%;
598
- max-width: 1024px;
599
- margin: 0 auto;
600
- padding: 25px 25px 25px 25px;
601
- background: #fff;
602
-
603
- -webkit-border-radius: 5px;
604
- -moz-border-radius: 5px;
605
- border-radius: 5px;
606
- }
607
- #rpt_pricr h2 {
608
- padding: 50px 0 30px;
609
- text-align: center;
610
- font-size: 24px;
611
- }
612
- .rpt_plans .rpt_plan {
613
- -moz-box-sizing: border-box;
614
- -webkit-box-sizing: border-box
615
- }
616
-
617
- .rpt_2_plans .rpt_plan {
618
- margin-right: 2%;
619
- width: 49%;
620
- float: left
621
- }
622
-
623
- .rpt_2_plans .rpt_plan:last-child {
624
- margin-right: 0
625
- }
626
-
627
- .rpt_3_plans .rpt_plan {
628
- margin-right: 2%;
629
- width: 32%;
630
- float: left
631
- }
632
-
633
- .rpt_3_plans .rpt_plan:last-child {
634
- margin-right: 0
635
- }
636
-
637
- .rpt_4_plans .rpt_plan {
638
- margin-right: 1%;
639
- width: 24.25%;
640
- float: left
641
- }
642
-
643
- .rpt_4_plans .rpt_plan:last-child {
644
- margin-right: 0
645
- }
646
-
647
- .rpt_5_plans .rpt_plan {
648
- margin-right: .5%;
649
- width: 19.6%;
650
- float: left
651
- }
652
-
653
- .rpt_5_plans .rpt_plan:last-child {
654
- margin-right: 0
655
- }
656
-
657
- .rpt_style_bic .rpt_plan, .rpt_style_loc .rpt_plan {
658
- -webkit-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
659
- -moz-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
660
- box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19)
661
- }
662
-
663
- .rpt_plans .rpt_plan .rpt_title img {
664
- margin-right: 10px;
665
- position: relative;
666
- vertical-align: middle
667
- }
668
-
669
- .rpt_plans .rpt_plan .rpt_title {
670
- background: #6371db;
671
- font-weight: 300;
672
- padding: 24px 18px;
673
- font-size: 26px;
674
- color: #fff;
675
- line-height: 35px;
676
- height: auto;
677
- }
678
-
679
- .rpt_plans .rpt_plan .rpt_title span {
680
- display: inline-block;
681
- position: relative;
682
- top: -10px
683
- }
684
-
685
- .rpt_style_basic .rpt_plan .rpt_title {
686
- border-bottom: #6371db solid 1px;
687
- border-top-left-radius: 8px;
688
- border-top-right-radius: 8px;
689
- }
690
-
691
- .rpt_style_spec .rpt_plan .rpt_title {
692
- color: #fff
693
- }
694
-
695
- .rpt_style_bic .rpt_plan .rpt_title, .rpt_style_loc .rpt_plan .rpt_title, .rpt_style_swl .rpt_plan .rpt_title {
696
- background: #333
697
- }
698
-
699
- .rpt_plans .rpt_sm_title .rpt_plan .rpt_title {
700
- font-size: 20px;
701
- line-height: 18px
702
- }
703
-
704
- .rpt_plans .rpt_xsm_title .rpt_plan .rpt_title {
705
- font-size: 15px;
706
- line-height: 15px
707
- }
708
-
709
- .rpt_4_plans .rpt_plan .rpt_title {
710
- font-size: 17px;
711
- line-height: 15px
712
- }
713
-
714
- .rpt_4_plans .rpt_sm_title .rpt_plan .rpt_title {
715
- font-size: 15px;
716
- line-height: 13px
717
- }
718
-
719
- .rpt_4_plans .rpt_xsm_title .rpt_plan .rpt_title {
720
- font-size: 13px;
721
- line-height: 11px
722
- }
723
-
724
- .rpt_5_plans .rpt_plan .rpt_title {
725
- font-size: 15px;
726
- line-height: 13px
727
- }
728
-
729
- .rpt_5_plans .rpt_sm_title .rpt_plan .rpt_title {
730
- font-size: 13px;
731
- line-height: 11px
732
- }
733
-
734
- .rpt_5_plans .rpt_xsm_title .rpt_plan .rpt_title {
735
- font-size: 12px;
736
- line-height: 10px
737
- }
738
-
739
- .rpt_plans .rpt_recommended_plan .rpt_title {
740
- background: #6371db
741
- }
742
-
743
- .rpt_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
744
- position: relative;
745
- top: -44px;
746
- left: -10px;
747
- font-size: 35px;
748
- line-height: 0
749
- }
750
-
751
- .rpt_4_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
752
- top: -36px
753
- }
754
-
755
- .rpt_5_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
756
- top: -26px
757
- }
758
-
759
- .rpt_sm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
760
- font-size: 30px;
761
- top: -44px;
762
- left: -4px
763
- }
764
-
765
- .rpt_xsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
766
- font-size: 25px;
767
- top: -30px;
768
- left: -4px
769
- }
770
-
771
- .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
772
- font-size: 21px;
773
- top: -14px;
774
- left: -4px
775
- }
776
-
777
- .rpt_style_basic .rpt_plan .rpt_head {
778
- background: #ec86c6
779
- }
780
-
781
- .rpt_style_spec .rpt_plan .rpt_head {
782
- background: #fff
783
- }
784
-
785
- .rpt_style_swl .rpt_plan .rpt_head {
786
- background: #fff
787
- }
788
-
789
- .rpt_plans .rpt_plan .rpt_head .rpt_price {
790
- padding: 6px 10px;
791
- font-size: 74px;
792
- line-height: 80px;
793
- font-weight: 300;
794
- text-align: center;
795
- color: #ffffff
796
- }
797
-
798
- .rpt_style_basic .rpt_plan .rpt_head .rpt_price, .rpt_style_spec .rpt_plan .rpt_head .rpt_price {
799
- text-shadow: 1px 2px 7px rgba(0, 0, 0, .6)
800
- }
801
-
802
- .rpt_style_swl .rpt_plan .rpt_head .rpt_price {
803
- color: #000
804
- }
805
-
806
- .rpt_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
807
- font-size: 62px
808
- }
809
-
810
- .rpt_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
811
- font-size: 56px
812
- }
813
-
814
- .rpt_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
815
- font-size: 38px
816
- }
817
-
818
- .rpt_4_plans .rpt_plan .rpt_head .rpt_price {
819
- font-size: 69px;
820
- line-height: 80px
821
- }
822
-
823
- .rpt_4_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
824
- font-size: 53px;
825
- line-height: 65px
826
- }
827
-
828
- .rpt_4_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
829
- font-size: 47px;
830
- line-height: 64px
831
- }
832
-
833
- .rpt_4_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
834
- font-size: 31px;
835
- line-height: 60px
836
- }
837
-
838
- .rpt_5_plans .rpt_plan .rpt_head .rpt_price {
839
- font-size: 59px;
840
- line-height: 80px
841
- }
842
-
843
- .rpt_5_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
844
- font-size: 44px;
845
- line-height: 60px
846
- }
847
-
848
- .rpt_5_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
849
- font-size: 37px;
850
- line-height: 53px
851
- }
852
-
853
- .rpt_5_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
854
- font-size: 24px;
855
- line-height: 50px
856
- }
857
-
858
- .rpt_plans .rpt_recommended_plan .rpt_head .rpt_price {
859
- font-size: 98px
860
- }
861
-
862
- .rpt_4_plans .rpt_recommended_plan .rpt_head .rpt_price {
863
- font-size: 74px
864
- }
865
-
866
- .rpt_5_plans .rpt_recommended_plan .rpt_head .rpt_price {
867
- font-size: 67px
868
- }
869
-
870
- .rpt_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
871
- font-size: 83px
872
- }
873
-
874
- .rpt_4_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
875
- font-size: 60px
876
- }
877
-
878
- .rpt_5_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
879
- font-size: 54px
880
- }
881
-
882
- .rpt_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
883
- font-size: 55px
884
- }
885
-
886
- .rpt_4_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
887
- font-size: 49px
888
- }
889
-
890
- .rpt_5_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
891
- font-size: 41px
892
- }
893
-
894
- .rpt_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
895
- font-size: 42px
896
- }
897
-
898
- .rpt_4_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
899
- font-size: 34px
900
- }
901
-
902
- .rpt_5_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
903
- font-size: 26px
904
- }
905
-
906
- .rpt_plans .rpt_plan .rpt_head .rpt_recurrence {
907
- font-size: 13px;
908
- font-weight: 300;
909
- line-height: 18px;
910
- padding: 20px 10px 10px;
911
- color: #ffffff;
912
- text-align: center
913
- }
914
-
915
- .rpt_style_spec .rpt_plan .rpt_head .rpt_recurrence {
916
- color: #d3d3d3
917
- }
918
-
919
- .rpt_style_bic .rpt_plan .rpt_head .rpt_recurrence, .rpt_style_loc .rpt_plan .rpt_head .rpt_recurrence {
920
- color: #f5f5f5
921
- }
922
-
923
- .rpt_style_swl .rpt_plan .rpt_head .rpt_recurrence {
924
- color: grey
925
- }
926
-
927
- .rpt_plans .rpt_sm_recurrence .rpt_plan .rpt_head .rpt_recurrence {
928
- font-size: 11px;
929
- padding: 20px 40px 4px
930
- }
931
-
932
- .rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
933
- font-size: 16px;
934
- line-height: 20px;
935
- font-weight: 300;
936
- text-align: center;
937
- padding: 10px 30px 20px
938
- }
939
-
940
- .rpt_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
941
- font-size: 14px
942
- }
943
-
944
- .rpt_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
945
- font-size: 12px
946
- }
947
-
948
- .rpt_4_plans .rpt_plan .rpt_head .rpt_subtitle {
949
- font-size: 16px;
950
- line-height: 18px;
951
- padding: 10px 10px 20px
952
- }
953
-
954
- .rpt_4_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
955
- font-size: 14px;
956
- line-height: 17px
957
- }
958
-
959
- .rpt_4_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
960
- font-size: 13px;
961
- line-height: 16px
962
- }
963
-
964
- .rpt_5_plans .rpt_plan .rpt_head .rpt_subtitle {
965
- font-size: 15px;
966
- line-height: 18px;
967
- padding: 10px 10px 20px
968
- }
969
-
970
- .rpt_5_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
971
- font-size: 13px;
972
- line-height: 17px
973
- }
974
-
975
- .rpt_5_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
976
- font-size: 12px;
977
- line-height: 16px
978
- }
979
-
980
- .rpt_plans .rpt_plan .rpt_head .rpt_description {
981
- font-size: 14px;
982
- line-height: 20px;
983
- padding: 10px 20px;
984
- font-weight: 300;
985
- text-align: center;
986
- color: #ffffff
987
- }
988
-
989
- .rpt_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
990
- font-size: 12px
991
- }
992
-
993
- .rpt_style_bic .rpt_plan .rpt_head .rpt_description, .rpt_style_loc .rpt_plan .rpt_head .rpt_description {
994
- color: #f5f5f5
995
- }
996
-
997
- .rpt_4_plans .rpt_plan .rpt_head .rpt_description {
998
- font-size: 13px;
999
- line-height: 18px
1000
- }
1001
-
1002
- .rpt_4_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1003
- font-size: 12px;
1004
- line-height: 17px
1005
- }
1006
-
1007
- .rpt_5_plans .rpt_plan .rpt_head .rpt_description {
1008
- font-size: 12px;
1009
- line-height: 18px
1010
- }
1011
-
1012
- .rpt_5_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1013
- font-size: 11px;
1014
- line-height: 17px
1015
- }
1016
-
1017
- .rpt_plans .rpt_plan .rpt_features {
1018
- padding: 20px;
1019
- background: #f0ecfb;
1020
- text-align: center
1021
- }
1022
-
1023
- .rpt_plans .rpt_plan .rpt_features .rpt_feature {
1024
- font-size: 16px;
1025
- padding: 6px 16px;
1026
- border-bottom: 1px dotted #d3d3d3
1027
- }
1028
- .rpt_plans .rpt_plan .rpt_features .rpt_feature a {
1029
- color: #333333;
1030
- }
1031
-
1032
- .rpt_plans .rpt_plan .rpt_features .rpt_feature:last-child {
1033
- border-bottom: none
1034
- }
1035
-
1036
- .rpt_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1037
- font-size: 14px
1038
- }
1039
-
1040
- .rpt_style_bic .rpt_plan .rpt_features, .rpt_style_loc .rpt_plan .rpt_features, .rpt_style_swl .rpt_plan .rpt_features {
1041
- background: #fff
1042
- }
1043
-
1044
- .rpt_style_swl .rpt_plan .rpt_features .rpt_feature {
1045
- padding: 5px 16px
1046
- }
1047
-
1048
- .rpt_4_plans .rpt_plan .rpt_features .rpt_feature {
1049
- padding: 6px 10px;
1050
- font-size: 14px
1051
- }
1052
-
1053
- .rpt_4_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1054
- font-size: 12px
1055
- }
1056
-
1057
- .rpt_5_plans .rpt_plan .rpt_features .rpt_feature {
1058
- padding: 6px 10px;
1059
- font-size: 13px
1060
- }
1061
-
1062
- .rpt_5_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1063
- font-size: 11px
1064
- }
1065
-
1066
- .rpt_plans .rpt_plan .rpt_foot {
1067
- display: block;
1068
- padding: 10px 30px;
1069
- border-top: #7559C0 solid 2px;
1070
- background: #7559C0;
1071
- text-align: center;
1072
- color: #fff;
1073
- font-size: 24px;
1074
- text-decoration: none;
1075
- font-weight: 300;
1076
- transition: All .5s ease;
1077
- -webkit-transition: All .5s ease;
1078
- -moz-transition: All .5s ease;
1079
- -o-transition: All .5s ease
1080
- }
1081
-
1082
- .rpt_plans .rpt_sm_button .rpt_plan .rpt_foot {
1083
- font-size: 19px
1084
- }
1085
-
1086
- .rpt_style_basic .rpt_plan .rpt_foot {
1087
- border-bottom-left-radius: 8px;
1088
- border-bottom-right-radius: 8px
1089
- }
1090
-
1091
- .rpt_style_swl .rpt_plan .rpt_foot {
1092
- border-top: none;
1093
- padding: 10px 30px 20px;
1094
- color: #000;
1095
- background: #333
1096
- }
1097
-
1098
- .rpt_4_plans .rpt_plan .rpt_foot {
1099
- padding: 4px 20px;
1100
- font-size: 19px
1101
- }
1102
-
1103
- .rpt_4_plans .rpt_sm_button .rpt_plan .rpt_foot, .rpt_5_plans .rpt_plan .rpt_foot {
1104
- padding: 4px 20px;
1105
- font-size: 17px
1106
- }
1107
-
1108
- .rpt_5_plans .rpt_sm_button .rpt_plan .rpt_foot {
1109
- font-size: 16px
1110
- }
1111
-
1112
- .rpt_plans .rpt_plan .rpt_foot:hover {
1113
- opacity: .8
1114
- }
1115
-
1116
- .rpt_style_swl .rpt_plan .rpt_foot:hover {
1117
- opacity: 1
1118
- }
1119
-
1120
- .rpt_plans .rpt_recommended_plan .rpt_foot {
1121
- font-size: 30px;
1122
- padding: 16px 0
1123
- }
1124
-
1125
- .rpt_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1126
- font-size: 26px
1127
- }
1128
-
1129
- .rpt_4_plans .rpt_recommended_plan .rpt_foot {
1130
- font-size: 22px;
1131
- font-weight: 300;
1132
- padding: 10px 0
1133
- }
1134
-
1135
- .rpt_4_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1136
- font-size: 19px;
1137
- padding: 10px 0
1138
- }
1139
-
1140
- .rpt_5_plans .rpt_recommended_plan .rpt_foot {
1141
- font-size: 20px;
1142
- font-weight: 300;
1143
- padding: 10px 0
1144
- }
1145
-
1146
- .rpt_5_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1147
- font-size: 18px;
1148
- padding: 10px 0
1149
- }
1150
-
1151
- .rpt_custom_btn {
1152
- border-bottom-left-radius: 5px;
1153
- border-bottom-right-radius: 5px;
1154
- text-align: center;
1155
- padding: 16px 20px
1156
- }
1157
-
1158
- .rpt_plans .rpt_recommended_plan {
1159
- position: relative;
1160
- top: -10px
1161
- }
1162
-
1163
- .rpt_recommended_plan img.rpt_recommended {
1164
- position: absolute !important;
1165
- right: 10px !important
1166
- }
1167
-
1168
- .rpt_style_bic .rpt_recommended_plan, .rpt_style_loc .rpt_recommended_plan {
1169
- -webkit-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
1170
- -moz-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
1171
- box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39)
1172
- }
1173
-
1174
- a.rpt_tooltip {
1175
- display: block;
1176
- outline: 0;
1177
- position: relative
1178
- }
1179
-
1180
- a.rpt_tooltip strong {
1181
- line-height: 30px
1182
- }
1183
-
1184
- a.rpt_tooltip > span.intool {
1185
- width: 90%;
1186
- padding: 10px;
1187
- margin-top: 56px;
1188
- opacity: 0;
1189
- visibility: hidden;
1190
- z-index: 10;
1191
- position: absolute;
1192
- top: -15px;
1193
- display: block;
1194
- color: #f5f5f5;
1195
- font-size: 13px;
1196
- line-height: 20px;
1197
- background: #333;
1198
- font-weight: 300;
1199
- text-align: center
1200
- }
1201
-
1202
- a.rpt_tooltip:hover {
1203
- cursor: zoom-in
1204
- }
1205
-
1206
- a.rpt_tooltip .rpt_tooltip_plus {
1207
- text-decoration: none !important;
1208
- display: inline;
1209
- font-size: 12px;
1210
- font-weight: 700;
1211
- position: relative;
1212
- top: -6px
1213
- }
1214
-
1215
- .rpt_feature:hover a.rpt_tooltip > span.intool {
1216
- opacity: .98;
1217
- text-decoration: none;
1218
- visibility: visible;
1219
- overflow: visible
1220
- }
1221
-
1222
- a.rpt_tooltip span.intool b {
1223
- width: 10px;
1224
- height: 10px;
1225
- margin-left: 35%;
1226
- margin-top: -15px;
1227
- position: absolute;
1228
- -webkit-transform: rotate(-45deg);
1229
- -moz-transform: rotate(-45deg);
1230
- -o-transform: rotate(-45deg);
1231
- transform: rotate(-45deg);
1232
- display: none \0/;
1233
- background: #333
1234
- }
1235
-
1236
- .rpt_3_plans a.rpt_tooltip > span.intool {
1237
- margin-left: -1%
1238
- }
1239
-
1240
- .rpt_4_plans a.rpt_tooltip > span.intool {
1241
- margin-left: 0
1242
- }
1243
-
1244
- .rpt_5_plans a.rpt_tooltip > span.intool {
1245
- margin-left: -2%
1246
- }
1247
-
1248
- .entry-content .rpt_plan a, .rpt_plan a {
1249
- border-bottom: none !important;
1250
- text-decoration: none;
1251
- }
1252
-
1253
- .rpt_plans .rpt_plan .rpt_icon {
1254
- max-width: 30px;
1255
- max-height: 30px
1256
- }
1257
-
1258
- .rpt_plans .rpt_plan img {
1259
- display: inline;
1260
- margin: 0 10px 0 0;
1261
- padding: 0;
1262
- -webkit-box-shadow: 0 0 0 0 transparent;
1263
- -moz-box-shadow: 0 0 0 0 transparent;
1264
- box-shadow: 0 0 0 0 transparent;
1265
- border: none
1266
- }
1267
-
1268
- .folder-testimonial {
1269
- position: relative;
1270
- }
1271
- .folder-testimonial .testimonial-data {
1272
- position: relative;
1273
- }
1274
- .folder-testimonial .testimonial-data {
1275
- position: relative;
1276
- margin-left: 30px;
1277
- padding: 10px 10px 10px 40px;
1278
- background: #f5f5f5;
1279
- font-size: 16px;
1280
- line-height: 22px;
1281
- }
1282
- .folder-testimonial .testimonial-image {
1283
- position: absolute;
1284
- height: 60px;
1285
- width: 60px;
1286
- overflow: hidden;
1287
- border-radius: 30px;
1288
- top: 50%;
1289
- margin-top: -30px;
1290
- z-index: 1;
1291
- }
1292
- .folder-testimonial .testimonial-image img {
1293
- width: 100%;
1294
- height: auto;
1295
- }
1296
- .folder-testimonial-list {
1297
- width: 100%;
1298
- max-width: 1080px;
1299
- margin: 30px auto;
1300
- }
1301
- .testimonial-title {
1302
- font-weight: bold;
1303
- font-size: 18px;
1304
- padding: 0 0 5px 0;
1305
- }
1306
- .testimonial-author {
1307
- font-size: 16px;
1308
- font-style: italic;
1309
- font-weight: 500;
1310
- padding: 5px 0 0 0;
1311
- }
1312
- p.udner-title strong {
1313
- font-size: 30px;
1314
- padding-bottom: 40px;
1315
- display: block;
1316
- color: #b97fcf;
1317
- text-align: center;
1318
- }
1319
- p.udner-title {
1320
- margin: 0;
1321
- padding: 0;
1322
- }
1323
- @media only screen and (max-width: 640px) {
1324
- .rpt_plans .rpt_plan {
1325
- width: 96%;
1326
- margin: 10px 2% 20px !important
1327
- }
1328
-
1329
- .rpt_plans .rpt_plan .rpt_title {
1330
- position: relative;
1331
- font-size: 26px !important;
1332
- line-height: 35px !important
1333
- }
1334
-
1335
- .rpt_plans .rpt_plan .rpt_head .rpt_price {
1336
- font-size: 74px !important;
1337
- line-height: 100px !important
1338
- }
1339
-
1340
- .rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
1341
- font-size: 17px !important;
1342
- line-height: 28px !important;
1343
- padding: 10px 40px 20px
1344
- }
1345
-
1346
- .rpt_plans .rpt_plan .rpt_head .rpt_description {
1347
- font-size: 15px !important;
1348
- line-height: 26px !important;
1349
- padding: 0 40px 30px
1350
- }
1351
-
1352
- .rpt_plans .rpt_plan .rpt_features .rpt_feature {
1353
- padding: 6px 16px;
1354
- font-size: 14px !important
1355
- }
1356
-
1357
- .rpt_plans .rpt_plan .rpt_foot {
1358
- padding: 10px 40px;
1359
- text-align: center;
1360
- color: #fff;
1361
- font-size: 20px
1362
- }
1363
-
1364
- .rpt_plans .rpt_recommended_plan .rpt_foot {
1365
- font-size: 30px;
1366
- font-weight: 300;
1367
- padding: 20px 0
1368
- }
1369
-
1370
- .rpt_plan .rpt_head .rpt_price .rpt_currency {
1371
- top: -36px !important;
1372
- left: -10px !important;
1373
- font-size: 35px !important
1374
- }
1375
- }
1376
-
1377
- #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 {
1378
- font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
1379
- font-weight: 300 !important
1380
- }
1381
-
1382
- .client-testimonial {
1383
- margin: 20px auto 0px;
1384
- -webkit-border-radius: 5px;
1385
- -moz-border-radius: 5px;
1386
- border-radius: 5px;
1387
- }
1388
- .client-testimonial span.dashicons.dashicons-yes {
1389
- background: #00bd00;
1390
- color: #fff;
1391
- border-radius: 50%;
1392
- -webkit-border-radius: 50%;
1393
- -moz-border-radius: 50%;
1394
- }
1395
- .client-testimonial p.text-center {
1396
- text-align: center;
1397
- margin: 6px 0;
1398
- font-size: 14px;
1399
- }
1400
- .client-testimonial .payment {
1401
- margin: 20px 0;
1402
- text-align: center;
1403
- }
1404
- .testimonial-image {
1405
- width: 10%;
1406
- display: inline-block;
1407
- vertical-align: middle;
1408
- }
1409
- .testimonial-content {
1410
- width: 85%;
1411
- display: inline-block;
1412
- vertical-align: middle;
1413
- padding-left: 15px;
1414
- }
1415
- .testimonial-image img {
1416
- border-radius: 50%;
1417
- -webkit-border-radius: 50%;
1418
- -moz-border-radius: 50%;
1419
- width: 100%;
1420
- height: auto;
1421
- }
1422
- .client-testimonial .author {
1423
- font-weight: bold;
1424
- padding: 5px 0 0 0;
1425
- font-size: 14px;
1426
- }
1427
- .testimonial-box {
1428
- padding: 15px;
1429
- background: #d6efff;
1430
- -webkit-border-radius: 5px;
1431
- -moz-border-radius: 5px;
1432
- border-radius: 5px;
1433
  }
1
+ @font-face {
2
+ font-family: 'poppinsregular';
3
+ src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
4
+ url('../fonts/poppins-regular-webfont.woff') format('woff');
5
+ font-weight: normal;
6
+ font-style: normal;
7
+
8
+ }
9
+
10
+
11
+
12
+
13
+ @font-face {
14
+ font-family: 'poppinsbold';
15
+ src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
16
+ url('../fonts/poppins-bold-webfont.woff') format('woff');
17
+ font-weight: normal;
18
+ font-style: normal;
19
+
20
+ }
21
+
22
+
23
+
24
+
25
+ @font-face {
26
+ font-family: 'poppins_lightregular';
27
+ src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
28
+ url('../fonts/poppins-light-webfont.woff') format('woff');
29
+ font-weight: normal;
30
+ font-style: normal;
31
+
32
+ }
33
+
34
+ #custom-handle {
35
+ width: 3em;
36
+ height: 1.6em;
37
+ top: 50%;
38
+ margin-top: -.8em;
39
+ text-align: center;
40
+ line-height: 1.6em;
41
+ }
42
+
43
+ #mystickymenu {
44
+ font-family: 'poppinsregular', sans-serif;
45
+ }
46
+
47
+ .main-content {
48
+ float: left;
49
+ width: 65%;
50
+ }
51
+
52
+ .main-sidebar {
53
+ float: right;
54
+ width: 30%;
55
+ background: #ffffff;
56
+ border: 1px solid #e5e5e5;
57
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
58
+ }
59
+
60
+ .main-sidebar h3 {
61
+ margin: 0;
62
+ padding: 8px 12px;
63
+ border-bottom: 1px solid #ececec;
64
+ }
65
+
66
+ .main-sidebar .inner {
67
+ padding: 10px;
68
+ }
69
+
70
+ .main-sidebar p {
71
+ padding: 8px;
72
+ margin: 0;
73
+ border-top: solid 1px #e5e5e5;
74
+ }
75
+
76
+ /*.mystickyinput {padding-top: 6px;}*/
77
+ @media screen and (max-width: 782px) {
78
+ .main-content, .main-sidebar {
79
+ width: 100%;
80
+ float: none;
81
+ clear: both;
82
+ }
83
+ }
84
+
85
+ .myssticky-remove-hand {
86
+ cursor: default;
87
+ }
88
+
89
+ /* */
90
+ .mystickymenu-content-section input[type="number"]#myfixed_zindex {
91
+ -moz-appearance: textfield-multiline;
92
+ }
93
+
94
+ .mystickymenu-content-section input[type="number"] {
95
+ -moz-appearance: textfield;
96
+ }
97
+
98
+ .mystickymenu-content-section input[type="number"]::-webkit-inner-spin-button, .mystickymenu-content-section input[type="number"]::-webkit-outer-spin-button {
99
+ -webkit-appearance: none;
100
+ margin: 0;
101
+ }
102
+
103
+ .mystickymenu-content-section .mysticky-number {
104
+ display: inline-block;
105
+ margin: 0 0 10px;
106
+ position: relative;
107
+ }
108
+
109
+ #mystickymenu .mystickymenu-content-section .mysticky-number {
110
+ /*width: 90px;*/
111
+ }
112
+
113
+ #mystickymenu input[type=number] {
114
+ color: #A7A7A7;
115
+ border-radius: 21px;
116
+ background-color: #ffffff;
117
+ border: 1px solid #DCE2E2;
118
+ font-size: 14px;
119
+ font-weight: 400;
120
+ height: 42px;
121
+ padding: 0 10px 0 12px;
122
+ margin: 0;
123
+ width: 229px;
124
+ box-shadow: none;
125
+ }
126
+
127
+ .pt_number {
128
+ display: inline-block;
129
+ vertical-align: top;
130
+ margin-top: 7px;
131
+ }
132
+
133
+ .mystickymenu-content-section .mysticky-number:focus {
134
+ outline: 0;
135
+ }
136
+
137
+ .mystickymenu-content-section .mysticky-number .pt_number {
138
+ float: left;
139
+ position: relative;
140
+ height: 30px;
141
+ }
142
+
143
+ .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton {
144
+ position: relative;
145
+ cursor: pointer;
146
+ border-left: 1px solid #b7b7b7;
147
+ width: 15px;
148
+ text-align: center;
149
+ color: #333;
150
+ font-size: 14px;
151
+ line-height: 1.1;
152
+ -webkit-transform: translateX(-100%);
153
+ transform: translateX(-100%);
154
+ -webkit-user-select: none;
155
+ -moz-user-select: none;
156
+ -ms-user-select: none;
157
+ user-select: none;
158
+ }
159
+
160
+ .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton:active {
161
+ box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
162
+ -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
163
+ }
164
+
165
+ .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberup {
166
+ position: absolute;
167
+ height: 50%;
168
+ top: 0;
169
+ border-bottom: 1px solid #b7b7b7;
170
+ }
171
+
172
+ .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberdown {
173
+ position: absolute;
174
+ bottom: 0px;
175
+ height: 50%;
176
+ }
177
+
178
+ /* */
179
+
180
+ input#mysticky_class_selector {
181
+ border-radius: 24px;
182
+ border: 1px solid #E6E5EC;
183
+ height: 46px;
184
+ padding: 0 26px;
185
+ width: 49%
186
+ }
187
+
188
+ .mystickymenu-content-section {
189
+ background-color: #F9FCFC;
190
+ border-radius: 7px;
191
+ margin-bottom: 20px;
192
+ border: 1px solid #E1E6E6;
193
+ }
194
+
195
+ input#myfixed_disable_small_screen {
196
+ border-radius: 21px;
197
+ }
198
+
199
+ input#mysticky_active_on_height_home {
200
+ border-radius: 21px;
201
+ }
202
+
203
+ textarea#myfixed_cssstyle {
204
+ width: 100%;
205
+ margin-top: 12px;
206
+ border-radius: 10px;
207
+ background-color: #fff;
208
+ height: 120px;
209
+ resize: none;
210
+ border: 1px solid #DCE2E2;
211
+ padding: 10px 10px;
212
+ }
213
+
214
+ label {
215
+ font-size: 15px;
216
+ }
217
+
218
+ .sticky-class-sec tr td {
219
+ width: 50%;
220
+ }
221
+
222
+ .px-wrap {
223
+ position: relative;
224
+ display: inline-block;
225
+ vertical-align: top;
226
+ }
227
+
228
+ .mystickymenu-content-option {
229
+ padding: 20px 20px 0;
230
+ }
231
+
232
+ .mystickymenu-heading {
233
+ padding-bottom: 20px;
234
+ }
235
+
236
+ .myStickymenu-header-title {
237
+ background-color: #B2D2FC;
238
+ padding: 13px 20px;
239
+ border-radius: 10px 10px 0 0;
240
+ }
241
+
242
+ .myStickymenu-header-title h3 {
243
+ margin: 0;
244
+ color: #1F4B84;
245
+ font-size: 18px;
246
+ font-weight: 600;
247
+ line-height: 1.2;
248
+ }
249
+
250
+ .mystickymenu-heading p {
251
+ background-color: #D6EFFF;
252
+ color: #1F4B84;
253
+ border-radius: 0 0 10px 10px;
254
+ padding: 13px 20px;
255
+ margin: 0;
256
+ font-size: 14px;
257
+ line-height: 28px;
258
+ }
259
+
260
+ .mystickynumber {
261
+ position: relative;
262
+ padding-left: 30px;
263
+ }
264
+
265
+ .pt_numberbutton.pt_numberup {
266
+ height: 25px;
267
+ width: 25px;
268
+ line-height: 25px;
269
+ background-color: #808080;
270
+ border-radius: 50%;
271
+ position: relative;
272
+ margin-left: 5px;
273
+ display: inline-block;
274
+ color: white;
275
+ font-size: 21px;
276
+ cursor: pointer;
277
+ text-align: center;
278
+ margin-top: 2px;
279
+ }
280
+
281
+ .pt_numberbutton.pt_numberdown {
282
+ height: 25px;
283
+ width: 25px;
284
+ line-height: 25px;
285
+ background-color: #808080;
286
+ border-radius: 50%;
287
+ position: absolute;
288
+ top: 8px;
289
+ left: 0;
290
+ display: inline-block;
291
+ color: white;
292
+ font-size: 21px;
293
+ cursor: pointer;
294
+ text-align: center;
295
+ }
296
+
297
+ span.input-px {
298
+ height: 42px;
299
+ width: 57px;
300
+ background-color: #808080;
301
+ position: absolute;
302
+ right: 0;
303
+ top: 0px;
304
+ display: inline-block;
305
+ vertical-align: top;
306
+ font-size: 14px;
307
+ border-radius: 0 21px 21px 0;
308
+ color: #fff;
309
+ line-height: 42px;
310
+ text-align: center;
311
+ }
312
+
313
+ .mysticky_device_upgrade {
314
+ background-color: #f0ecfb;
315
+ border-radius: 20px;
316
+ padding: 15px 40px 20px 20px;
317
+ }
318
+
319
+ .mystickymenu-content-section.mystickymenu-content-upgrade {
320
+ background-color: #f4f4fd;
321
+ }
322
+
323
+ .myStickymenu-upgrade {
324
+ background: #E1DAF6;
325
+ border-radius: 20px;
326
+ color: #7559C0;
327
+ padding-top: 6px;
328
+ padding-bottom: 6px;
329
+ padding-left: 10px;
330
+ padding-right: 10px;
331
+ font-weight: bold;
332
+ text-transform: uppercase;
333
+ font-size: 12px;
334
+ float: right;
335
+ }
336
+
337
+ .myStickymenu-upgrade:before {
338
+ content: "\f160";
339
+ font-family: dashicons;
340
+ position: relative;
341
+ top: 3px;
342
+ font-size: 16px;
343
+ }
344
+
345
+ .mystickymenu-input-section ul.mystickymenu-input-multicheckbox li {
346
+ display: inline-block;
347
+ width: 21%;
348
+ }
349
+
350
+ input#submit.button.button-primary {
351
+ background: #00c67c;
352
+ border-color: #00c67c;
353
+ text-transform: uppercase;
354
+ border-radius: 31px;
355
+ font-size: 26px;
356
+ padding-left: 23px;
357
+ padding-right: 23px;
358
+ height: 60px;
359
+ width: 200px;
360
+ border: 0;
361
+ box-shadow: none;
362
+ font-weight: 600;
363
+ text-shadow: none;
364
+ }
365
+
366
+ input.button.button-secondary.confirm {
367
+ background: #969696;
368
+ border-color: #969696;
369
+ text-transform: uppercase;
370
+ font-size: 26px;
371
+ padding-left: 23px;
372
+ padding-right: 23px;
373
+ float: right;
374
+ color: white;
375
+ margin-right: 10px;
376
+ height: 60px;
377
+ width: 200px;
378
+ border-radius: 31px;
379
+ font-weight: 600;
380
+ }
381
+
382
+ table ul.mystickymenu-input-multicheckbox {
383
+ width: 100%;
384
+ display: inline-flex;
385
+ }
386
+
387
+ p.myStickymenu-review a {
388
+ font-size: 20px;
389
+ }
390
+
391
+ table ul.mystickymenu-input-multicheckbox li {
392
+ padding-right: 21px;
393
+ }
394
+
395
+ table {
396
+ width: 100%;
397
+ }
398
+
399
+ #mystickymenu table tr td {
400
+ padding: 20px;
401
+ }
402
+
403
+ div#mystickymenu {
404
+ overflow-x: hidden;
405
+ }
406
+
407
+ label.mysticky_title {
408
+ font-weight: 500;
409
+ font-size: 18px;
410
+ line-height: 1.2;
411
+ color: #4F4F4F;
412
+ }
413
+
414
+ .mystickymenu-content-option p label.mysticky_text {
415
+ margin-left: 0px;
416
+ }
417
+
418
+ span.mysticky_text {
419
+ font-size: 14px;
420
+ color: #9E9E9E;
421
+ margin-left: 20px;
422
+ font-style: italic;
423
+ }
424
+
425
+ label.mysticky_text {
426
+ font-size: 14px;
427
+ /*color: #9E9E9E;*/
428
+ margin-left: 20px;
429
+ font-style: italic;
430
+ }
431
+
432
+ select#mystickymenu-select {
433
+ border-radius: 24px;
434
+ border: 1px solid #E6E5EC;
435
+ height: 46px;
436
+ box-shadow: none;
437
+ padding: 0 26px;
438
+ width: 49%;
439
+ display: inline-block;
440
+ vertical-align: top;
441
+ }
442
+
443
+ .mystickymenu-input-section {
444
+ margin-top: 9px;
445
+ }
446
+
447
+ label.mysticky_title.css-style-title {
448
+ font-size: 20px;
449
+ }
450
+
451
+ span.wp-color-result-text {
452
+ display: none;
453
+ }
454
+
455
+ button.button.wp-color-result {
456
+ border-radius: 50%;
457
+ height: 30px !important;
458
+ }
459
+
460
+ .mystickymenu-content-section h3 {
461
+ margin-left: 20px;
462
+ font-weight: 600;
463
+ font-size: 26px;
464
+ line-height: 1.2;
465
+ color: #4F4F4F;
466
+ margin: 0;
467
+ padding: 24px 20px;
468
+ }
469
+
470
+ .form-table {
471
+ margin-top: 0;
472
+ }
473
+
474
+ ul.mystickymenu-input-multicheckbox li span {
475
+ font-size: 16px;
476
+ color: #4F4F4F;
477
+ }
478
+
479
+ .mystickymenu-input-section label {
480
+ /*color: #9E9E9E;*/
481
+ font-size: 16px;
482
+ }
483
+ #mystickymenu .mystickymenu-input-section input.mystickymenu_normal_text{
484
+ border-radius: 0px;
485
+ height: 35px;
486
+ margin: 10px;
487
+ }
488
+ #mystickymenu .mystickymenu-input-section span.description{
489
+ font-style: normal;
490
+ font-size: 16px;
491
+ }
492
+ .myStickymenu-upgrade a {
493
+ text-decoration: none;
494
+ color: #7559C0;
495
+ }
496
+
497
+ #mystickymenu p.submit {
498
+ margin-top: 0;
499
+ padding-top: 0;
500
+ float: right;
501
+ }
502
+
503
+ td {
504
+ vertical-align: top !important;
505
+ }
506
+
507
+ p.description {
508
+ color: rgba(79, 79, 79, 0.5);
509
+ font-size: 12px;
510
+ line-height: 1.2;
511
+ margin: 5px 0 0;
512
+ }
513
+
514
+ div#slider.ui-slider {
515
+ width: 229px;
516
+ background-color: #DCE2E2;
517
+ height: 2px;
518
+ border: 0;
519
+ border-radius: 2px;
520
+ position: relative;
521
+ }
522
+
523
+ .mystickymenu-content-section .ui-state-active, .ui-widget-content .ui-state-active {
524
+ color: #454545;
525
+ }
526
+
527
+ #mystickymenu #custom-handle {
528
+ width: 1.6em;
529
+ border-radius: 50%;
530
+ background-color: #fff;
531
+ box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
532
+ border: 0;
533
+ position: absolute;
534
+ }
535
+ .sticky-header-menu {
536
+ text-align: center;
537
+ padding: 0 0 20px 0;
538
+ }
539
+ .sticky-header-menu ul {
540
+ display: inline-block;
541
+ padding: 1px;
542
+ background-color: #D6EFFF;
543
+ -webkit-border-radius: 23px;
544
+ -moz-border-radius: 23px;
545
+ border-radius: 23px;
546
+ }
547
+ .sticky-header-menu ul li {
548
+ display: inline-block;
549
+ margin: 0;
550
+ }
551
+ .sticky-header-menu ul li a {
552
+ display: inline-block;
553
+ padding: 0 20px;
554
+ line-height: 40px;
555
+ height: 40px;
556
+ font-size: 16px;
557
+ text-decoration: none;
558
+ -webkit-border-radius: 20px;
559
+ -moz-border-radius: 20px;
560
+ border-radius: 20px;
561
+ }
562
+ .sticky-header-menu ul li a:hover {
563
+ background: #f0ecfb;
564
+ color: #7559C0;
565
+ }
566
+ .sticky-header-menu ul li a.active {
567
+ background: #E1DAF6;
568
+ color: #7559C0;
569
+ }
570
+ .sticky-header-content {
571
+ display: none;
572
+ }
573
+ @media only screen and (min-width: 1024px) and (max-width: 1200px) {
574
+ .pt_numberbutton.pt_numberdown {
575
+ position: relative;
576
+ margin-left: -75px;
577
+ top: -29px;
578
+ }
579
+
580
+ .pt_numberbutton.pt_numberup {
581
+ position: relative;
582
+ top: -29px;
583
+ left: 70px;
584
+ }
585
+
586
+ span.input-px {
587
+ position: relative;
588
+ left: 112px;
589
+ top: -24px !important;
590
+ margin-left: -20px;
591
+ }
592
+ }
593
+
594
+
595
+
596
+ #rpt_pricr {
597
+ width: 100%;
598
+ max-width: 1024px;
599
+ margin: 0 auto;
600
+ padding: 25px 25px 25px 25px;
601
+ background: #fff;
602
+
603
+ -webkit-border-radius: 5px;
604
+ -moz-border-radius: 5px;
605
+ border-radius: 5px;
606
+ }
607
+ #rpt_pricr h2 {
608
+ padding: 50px 0 30px;
609
+ text-align: center;
610
+ font-size: 24px;
611
+ }
612
+ .rpt_plans .rpt_plan {
613
+ -moz-box-sizing: border-box;
614
+ -webkit-box-sizing: border-box
615
+ }
616
+
617
+ .rpt_2_plans .rpt_plan {
618
+ margin-right: 2%;
619
+ width: 49%;
620
+ float: left
621
+ }
622
+
623
+ .rpt_2_plans .rpt_plan:last-child {
624
+ margin-right: 0
625
+ }
626
+
627
+ .rpt_3_plans .rpt_plan {
628
+ margin-right: 2%;
629
+ width: 32%;
630
+ float: left
631
+ }
632
+
633
+ .rpt_3_plans .rpt_plan:last-child {
634
+ margin-right: 0
635
+ }
636
+
637
+ .rpt_4_plans .rpt_plan {
638
+ margin-right: 1%;
639
+ width: 24.25%;
640
+ float: left
641
+ }
642
+
643
+ .rpt_4_plans .rpt_plan:last-child {
644
+ margin-right: 0
645
+ }
646
+
647
+ .rpt_5_plans .rpt_plan {
648
+ margin-right: .5%;
649
+ width: 19.6%;
650
+ float: left
651
+ }
652
+
653
+ .rpt_5_plans .rpt_plan:last-child {
654
+ margin-right: 0
655
+ }
656
+
657
+ .rpt_style_bic .rpt_plan, .rpt_style_loc .rpt_plan {
658
+ -webkit-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
659
+ -moz-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
660
+ box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19)
661
+ }
662
+
663
+ .rpt_plans .rpt_plan .rpt_title img {
664
+ margin-right: 10px;
665
+ position: relative;
666
+ vertical-align: middle
667
+ }
668
+
669
+ .rpt_plans .rpt_plan .rpt_title {
670
+ background: #6371db;
671
+ font-weight: 300;
672
+ padding: 24px 18px;
673
+ font-size: 26px;
674
+ color: #fff;
675
+ line-height: 35px;
676
+ height: auto;
677
+ }
678
+
679
+ .rpt_plans .rpt_plan .rpt_title span {
680
+ display: inline-block;
681
+ position: relative;
682
+ top: -10px
683
+ }
684
+
685
+ .rpt_style_basic .rpt_plan .rpt_title {
686
+ border-bottom: #6371db solid 1px;
687
+ border-top-left-radius: 8px;
688
+ border-top-right-radius: 8px;
689
+ }
690
+
691
+ .rpt_style_spec .rpt_plan .rpt_title {
692
+ color: #fff
693
+ }
694
+
695
+ .rpt_style_bic .rpt_plan .rpt_title, .rpt_style_loc .rpt_plan .rpt_title, .rpt_style_swl .rpt_plan .rpt_title {
696
+ background: #333
697
+ }
698
+
699
+ .rpt_plans .rpt_sm_title .rpt_plan .rpt_title {
700
+ font-size: 20px;
701
+ line-height: 18px
702
+ }
703
+
704
+ .rpt_plans .rpt_xsm_title .rpt_plan .rpt_title {
705
+ font-size: 15px;
706
+ line-height: 15px
707
+ }
708
+
709
+ .rpt_4_plans .rpt_plan .rpt_title {
710
+ font-size: 17px;
711
+ line-height: 15px
712
+ }
713
+
714
+ .rpt_4_plans .rpt_sm_title .rpt_plan .rpt_title {
715
+ font-size: 15px;
716
+ line-height: 13px
717
+ }
718
+
719
+ .rpt_4_plans .rpt_xsm_title .rpt_plan .rpt_title {
720
+ font-size: 13px;
721
+ line-height: 11px
722
+ }
723
+
724
+ .rpt_5_plans .rpt_plan .rpt_title {
725
+ font-size: 15px;
726
+ line-height: 13px
727
+ }
728
+
729
+ .rpt_5_plans .rpt_sm_title .rpt_plan .rpt_title {
730
+ font-size: 13px;
731
+ line-height: 11px
732
+ }
733
+
734
+ .rpt_5_plans .rpt_xsm_title .rpt_plan .rpt_title {
735
+ font-size: 12px;
736
+ line-height: 10px
737
+ }
738
+
739
+ .rpt_plans .rpt_recommended_plan .rpt_title {
740
+ background: #6371db
741
+ }
742
+
743
+ .rpt_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
744
+ position: relative;
745
+ top: -44px;
746
+ left: -10px;
747
+ font-size: 35px;
748
+ line-height: 0
749
+ }
750
+
751
+ .rpt_4_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
752
+ top: -36px
753
+ }
754
+
755
+ .rpt_5_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
756
+ top: -26px
757
+ }
758
+
759
+ .rpt_sm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
760
+ font-size: 30px;
761
+ top: -44px;
762
+ left: -4px
763
+ }
764
+
765
+ .rpt_xsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
766
+ font-size: 25px;
767
+ top: -30px;
768
+ left: -4px
769
+ }
770
+
771
+ .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
772
+ font-size: 21px;
773
+ top: -14px;
774
+ left: -4px
775
+ }
776
+
777
+ .rpt_style_basic .rpt_plan .rpt_head {
778
+ background: #ec86c6
779
+ }
780
+
781
+ .rpt_style_spec .rpt_plan .rpt_head {
782
+ background: #fff
783
+ }
784
+
785
+ .rpt_style_swl .rpt_plan .rpt_head {
786
+ background: #fff
787
+ }
788
+
789
+ .rpt_plans .rpt_plan .rpt_head .rpt_price {
790
+ padding: 6px 10px;
791
+ font-size: 74px;
792
+ line-height: 80px;
793
+ font-weight: 300;
794
+ text-align: center;
795
+ color: #ffffff
796
+ }
797
+
798
+ .rpt_style_basic .rpt_plan .rpt_head .rpt_price, .rpt_style_spec .rpt_plan .rpt_head .rpt_price {
799
+ text-shadow: 1px 2px 7px rgba(0, 0, 0, .6)
800
+ }
801
+
802
+ .rpt_style_swl .rpt_plan .rpt_head .rpt_price {
803
+ color: #000
804
+ }
805
+
806
+ .rpt_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
807
+ font-size: 62px
808
+ }
809
+
810
+ .rpt_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
811
+ font-size: 56px
812
+ }
813
+
814
+ .rpt_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
815
+ font-size: 38px
816
+ }
817
+
818
+ .rpt_4_plans .rpt_plan .rpt_head .rpt_price {
819
+ font-size: 69px;
820
+ line-height: 80px
821
+ }
822
+
823
+ .rpt_4_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
824
+ font-size: 53px;
825
+ line-height: 65px
826
+ }
827
+
828
+ .rpt_4_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
829
+ font-size: 47px;
830
+ line-height: 64px
831
+ }
832
+
833
+ .rpt_4_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
834
+ font-size: 31px;
835
+ line-height: 60px
836
+ }
837
+
838
+ .rpt_5_plans .rpt_plan .rpt_head .rpt_price {
839
+ font-size: 59px;
840
+ line-height: 80px
841
+ }
842
+
843
+ .rpt_5_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
844
+ font-size: 44px;
845
+ line-height: 60px
846
+ }
847
+
848
+ .rpt_5_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
849
+ font-size: 37px;
850
+ line-height: 53px
851
+ }
852
+
853
+ .rpt_5_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
854
+ font-size: 24px;
855
+ line-height: 50px
856
+ }
857
+
858
+ .rpt_plans .rpt_recommended_plan .rpt_head .rpt_price {
859
+ font-size: 98px
860
+ }
861
+
862
+ .rpt_4_plans .rpt_recommended_plan .rpt_head .rpt_price {
863
+ font-size: 74px
864
+ }
865
+
866
+ .rpt_5_plans .rpt_recommended_plan .rpt_head .rpt_price {
867
+ font-size: 67px
868
+ }
869
+
870
+ .rpt_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
871
+ font-size: 83px
872
+ }
873
+
874
+ .rpt_4_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
875
+ font-size: 60px
876
+ }
877
+
878
+ .rpt_5_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
879
+ font-size: 54px
880
+ }
881
+
882
+ .rpt_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
883
+ font-size: 55px
884
+ }
885
+
886
+ .rpt_4_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
887
+ font-size: 49px
888
+ }
889
+
890
+ .rpt_5_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
891
+ font-size: 41px
892
+ }
893
+
894
+ .rpt_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
895
+ font-size: 42px
896
+ }
897
+
898
+ .rpt_4_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
899
+ font-size: 34px
900
+ }
901
+
902
+ .rpt_5_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
903
+ font-size: 26px
904
+ }
905
+
906
+ .rpt_plans .rpt_plan .rpt_head .rpt_recurrence {
907
+ font-size: 13px;
908
+ font-weight: 300;
909
+ line-height: 18px;
910
+ padding: 20px 10px 10px;
911
+ color: #ffffff;
912
+ text-align: center
913
+ }
914
+
915
+ .rpt_style_spec .rpt_plan .rpt_head .rpt_recurrence {
916
+ color: #d3d3d3
917
+ }
918
+
919
+ .rpt_style_bic .rpt_plan .rpt_head .rpt_recurrence, .rpt_style_loc .rpt_plan .rpt_head .rpt_recurrence {
920
+ color: #f5f5f5
921
+ }
922
+
923
+ .rpt_style_swl .rpt_plan .rpt_head .rpt_recurrence {
924
+ color: grey
925
+ }
926
+
927
+ .rpt_plans .rpt_sm_recurrence .rpt_plan .rpt_head .rpt_recurrence {
928
+ font-size: 11px;
929
+ padding: 20px 40px 4px
930
+ }
931
+
932
+ .rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
933
+ font-size: 16px;
934
+ line-height: 20px;
935
+ font-weight: 300;
936
+ text-align: center;
937
+ padding: 10px 30px 20px
938
+ }
939
+
940
+ .rpt_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
941
+ font-size: 14px
942
+ }
943
+
944
+ .rpt_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
945
+ font-size: 12px
946
+ }
947
+
948
+ .rpt_4_plans .rpt_plan .rpt_head .rpt_subtitle {
949
+ font-size: 16px;
950
+ line-height: 18px;
951
+ padding: 10px 10px 20px
952
+ }
953
+
954
+ .rpt_4_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
955
+ font-size: 14px;
956
+ line-height: 17px
957
+ }
958
+
959
+ .rpt_4_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
960
+ font-size: 13px;
961
+ line-height: 16px
962
+ }
963
+
964
+ .rpt_5_plans .rpt_plan .rpt_head .rpt_subtitle {
965
+ font-size: 15px;
966
+ line-height: 18px;
967
+ padding: 10px 10px 20px
968
+ }
969
+
970
+ .rpt_5_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
971
+ font-size: 13px;
972
+ line-height: 17px
973
+ }
974
+
975
+ .rpt_5_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
976
+ font-size: 12px;
977
+ line-height: 16px
978
+ }
979
+
980
+ .rpt_plans .rpt_plan .rpt_head .rpt_description {
981
+ font-size: 14px;
982
+ line-height: 20px;
983
+ padding: 10px 20px;
984
+ font-weight: 300;
985
+ text-align: center;
986
+ color: #ffffff
987
+ }
988
+
989
+ .rpt_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
990
+ font-size: 12px
991
+ }
992
+
993
+ .rpt_style_bic .rpt_plan .rpt_head .rpt_description, .rpt_style_loc .rpt_plan .rpt_head .rpt_description {
994
+ color: #f5f5f5
995
+ }
996
+
997
+ .rpt_4_plans .rpt_plan .rpt_head .rpt_description {
998
+ font-size: 13px;
999
+ line-height: 18px
1000
+ }
1001
+
1002
+ .rpt_4_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1003
+ font-size: 12px;
1004
+ line-height: 17px
1005
+ }
1006
+
1007
+ .rpt_5_plans .rpt_plan .rpt_head .rpt_description {
1008
+ font-size: 12px;
1009
+ line-height: 18px
1010
+ }
1011
+
1012
+ .rpt_5_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1013
+ font-size: 11px;
1014
+ line-height: 17px
1015
+ }
1016
+
1017
+ .rpt_plans .rpt_plan .rpt_features {
1018
+ padding: 20px;
1019
+ background: #f0ecfb;
1020
+ text-align: center
1021
+ }
1022
+
1023
+ .rpt_plans .rpt_plan .rpt_features .rpt_feature {
1024
+ font-size: 16px;
1025
+ padding: 6px 16px;
1026
+ border-bottom: 1px dotted #d3d3d3
1027
+ }
1028
+ .rpt_plans .rpt_plan .rpt_features .rpt_feature a {
1029
+ color: #333333;
1030
+ }
1031
+
1032
+ .rpt_plans .rpt_plan .rpt_features .rpt_feature:last-child {
1033
+ border-bottom: none
1034
+ }
1035
+
1036
+ .rpt_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1037
+ font-size: 14px
1038
+ }
1039
+
1040
+ .rpt_style_bic .rpt_plan .rpt_features, .rpt_style_loc .rpt_plan .rpt_features, .rpt_style_swl .rpt_plan .rpt_features {
1041
+ background: #fff
1042
+ }
1043
+
1044
+ .rpt_style_swl .rpt_plan .rpt_features .rpt_feature {
1045
+ padding: 5px 16px
1046
+ }
1047
+
1048
+ .rpt_4_plans .rpt_plan .rpt_features .rpt_feature {
1049
+ padding: 6px 10px;
1050
+ font-size: 14px
1051
+ }
1052
+
1053
+ .rpt_4_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1054
+ font-size: 12px
1055
+ }
1056
+
1057
+ .rpt_5_plans .rpt_plan .rpt_features .rpt_feature {
1058
+ padding: 6px 10px;
1059
+ font-size: 13px
1060
+ }
1061
+
1062
+ .rpt_5_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1063
+ font-size: 11px
1064
+ }
1065
+
1066
+ .rpt_plans .rpt_plan .rpt_foot {
1067
+ display: block;
1068
+ padding: 10px 30px;
1069
+ border-top: #7559C0 solid 2px;
1070
+ background: #7559C0;
1071
+ text-align: center;
1072
+ color: #fff;
1073
+ font-size: 24px;
1074
+ text-decoration: none;
1075
+ font-weight: 300;
1076
+ transition: All .5s ease;
1077
+ -webkit-transition: All .5s ease;
1078
+ -moz-transition: All .5s ease;
1079
+ -o-transition: All .5s ease
1080
+ }
1081
+
1082
+ .rpt_plans .rpt_sm_button .rpt_plan .rpt_foot {
1083
+ font-size: 19px
1084
+ }
1085
+
1086
+ .rpt_style_basic .rpt_plan .rpt_foot {
1087
+ border-bottom-left-radius: 8px;
1088
+ border-bottom-right-radius: 8px
1089
+ }
1090
+
1091
+ .rpt_style_swl .rpt_plan .rpt_foot {
1092
+ border-top: none;
1093
+ padding: 10px 30px 20px;
1094
+ color: #000;
1095
+ background: #333
1096
+ }
1097
+
1098
+ .rpt_4_plans .rpt_plan .rpt_foot {
1099
+ padding: 4px 20px;
1100
+ font-size: 19px
1101
+ }
1102
+
1103
+ .rpt_4_plans .rpt_sm_button .rpt_plan .rpt_foot, .rpt_5_plans .rpt_plan .rpt_foot {
1104
+ padding: 4px 20px;
1105
+ font-size: 17px
1106
+ }
1107
+
1108
+ .rpt_5_plans .rpt_sm_button .rpt_plan .rpt_foot {
1109
+ font-size: 16px
1110
+ }
1111
+
1112
+ .rpt_plans .rpt_plan .rpt_foot:hover {
1113
+ opacity: .8
1114
+ }
1115
+
1116
+ .rpt_style_swl .rpt_plan .rpt_foot:hover {
1117
+ opacity: 1
1118
+ }
1119
+
1120
+ .rpt_plans .rpt_recommended_plan .rpt_foot {
1121
+ font-size: 30px;
1122
+ padding: 16px 0
1123
+ }
1124
+
1125
+ .rpt_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1126
+ font-size: 26px
1127
+ }
1128
+
1129
+ .rpt_4_plans .rpt_recommended_plan .rpt_foot {
1130
+ font-size: 22px;
1131
+ font-weight: 300;
1132
+ padding: 10px 0
1133
+ }
1134
+
1135
+ .rpt_4_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1136
+ font-size: 19px;
1137
+ padding: 10px 0
1138
+ }
1139
+
1140
+ .rpt_5_plans .rpt_recommended_plan .rpt_foot {
1141
+ font-size: 20px;
1142
+ font-weight: 300;
1143
+ padding: 10px 0
1144
+ }
1145
+
1146
+ .rpt_5_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1147
+ font-size: 18px;
1148
+ padding: 10px 0
1149
+ }
1150
+
1151
+ .rpt_custom_btn {
1152
+ border-bottom-left-radius: 5px;
1153
+ border-bottom-right-radius: 5px;
1154
+ text-align: center;
1155
+ padding: 16px 20px
1156
+ }
1157
+
1158
+ .rpt_plans .rpt_recommended_plan {
1159
+ position: relative;
1160
+ top: -10px
1161
+ }
1162
+
1163
+ .rpt_recommended_plan img.rpt_recommended {
1164
+ position: absolute !important;
1165
+ right: 10px !important
1166
+ }
1167
+
1168
+ .rpt_style_bic .rpt_recommended_plan, .rpt_style_loc .rpt_recommended_plan {
1169
+ -webkit-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
1170
+ -moz-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
1171
+ box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39)
1172
+ }
1173
+
1174
+ a.rpt_tooltip {
1175
+ display: block;
1176
+ outline: 0;
1177
+ position: relative
1178
+ }
1179
+
1180
+ a.rpt_tooltip strong {
1181
+ line-height: 30px
1182
+ }
1183
+
1184
+ a.rpt_tooltip > span.intool {
1185
+ width: 90%;
1186
+ padding: 10px;
1187
+ margin-top: 56px;
1188
+ opacity: 0;
1189
+ visibility: hidden;
1190
+ z-index: 10;
1191
+ position: absolute;
1192
+ top: -15px;
1193
+ display: block;
1194
+ color: #f5f5f5;
1195
+ font-size: 13px;
1196
+ line-height: 20px;
1197
+ background: #333;
1198
+ font-weight: 300;
1199
+ text-align: center
1200
+ }
1201
+
1202
+ a.rpt_tooltip:hover {
1203
+ cursor: zoom-in
1204
+ }
1205
+
1206
+ a.rpt_tooltip .rpt_tooltip_plus {
1207
+ text-decoration: none !important;
1208
+ display: inline;
1209
+ font-size: 12px;
1210
+ font-weight: 700;
1211
+ position: relative;
1212
+ top: -6px
1213
+ }
1214
+
1215
+ .rpt_feature:hover a.rpt_tooltip > span.intool {
1216
+ opacity: .98;
1217
+ text-decoration: none;
1218
+ visibility: visible;
1219
+ overflow: visible
1220
+ }
1221
+
1222
+ a.rpt_tooltip span.intool b {
1223
+ width: 10px;
1224
+ height: 10px;
1225
+ margin-left: 35%;
1226
+ margin-top: -15px;
1227
+ position: absolute;
1228
+ -webkit-transform: rotate(-45deg);
1229
+ -moz-transform: rotate(-45deg);
1230
+ -o-transform: rotate(-45deg);
1231
+ transform: rotate(-45deg);
1232
+ display: none \0/;
1233
+ background: #333
1234
+ }
1235
+
1236
+ .rpt_3_plans a.rpt_tooltip > span.intool {
1237
+ margin-left: -1%
1238
+ }
1239
+
1240
+ .rpt_4_plans a.rpt_tooltip > span.intool {
1241
+ margin-left: 0
1242
+ }
1243
+
1244
+ .rpt_5_plans a.rpt_tooltip > span.intool {
1245
+ margin-left: -2%
1246
+ }
1247
+
1248
+ .entry-content .rpt_plan a, .rpt_plan a {
1249
+ border-bottom: none !important;
1250
+ text-decoration: none;
1251
+ }
1252
+
1253
+ .rpt_plans .rpt_plan .rpt_icon {
1254
+ max-width: 30px;
1255
+ max-height: 30px
1256
+ }
1257
+
1258
+ .rpt_plans .rpt_plan img {
1259
+ display: inline;
1260
+ margin: 0 10px 0 0;
1261
+ padding: 0;
1262
+ -webkit-box-shadow: 0 0 0 0 transparent;
1263
+ -moz-box-shadow: 0 0 0 0 transparent;
1264
+ box-shadow: 0 0 0 0 transparent;
1265
+ border: none
1266
+ }
1267
+
1268
+ .folder-testimonial {
1269
+ position: relative;
1270
+ }
1271
+ .folder-testimonial .testimonial-data {
1272
+ position: relative;
1273
+ }
1274
+ .folder-testimonial .testimonial-data {
1275
+ position: relative;
1276
+ margin-left: 30px;
1277
+ padding: 10px 10px 10px 40px;
1278
+ background: #f5f5f5;
1279
+ font-size: 16px;
1280
+ line-height: 22px;
1281
+ }
1282
+ .folder-testimonial .testimonial-image {
1283
+ position: absolute;
1284
+ height: 60px;
1285
+ width: 60px;
1286
+ overflow: hidden;
1287
+ border-radius: 30px;
1288
+ top: 50%;
1289
+ margin-top: -30px;
1290
+ z-index: 1;
1291
+ }
1292
+ .folder-testimonial .testimonial-image img {
1293
+ width: 100%;
1294
+ height: auto;
1295
+ }
1296
+ .folder-testimonial-list {
1297
+ width: 100%;
1298
+ max-width: 1080px;
1299
+ margin: 30px auto;
1300
+ }
1301
+ .testimonial-title {
1302
+ font-weight: bold;
1303
+ font-size: 18px;
1304
+ padding: 0 0 5px 0;
1305
+ }
1306
+ .testimonial-author {
1307
+ font-size: 16px;
1308
+ font-style: italic;
1309
+ font-weight: 500;
1310
+ padding: 5px 0 0 0;
1311
+ }
1312
+ p.udner-title strong {
1313
+ font-size: 30px;
1314
+ padding-bottom: 40px;
1315
+ display: block;
1316
+ color: #b97fcf;
1317
+ text-align: center;
1318
+ }
1319
+ p.udner-title {
1320
+ margin: 0;
1321
+ padding: 0;
1322
+ }
1323
+ @media only screen and (max-width: 640px) {
1324
+ .rpt_plans .rpt_plan {
1325
+ width: 96%;
1326
+ margin: 10px 2% 20px !important
1327
+ }
1328
+
1329
+ .rpt_plans .rpt_plan .rpt_title {
1330
+ position: relative;
1331
+ font-size: 26px !important;
1332
+ line-height: 35px !important
1333
+ }
1334
+
1335
+ .rpt_plans .rpt_plan .rpt_head .rpt_price {
1336
+ font-size: 74px !important;
1337
+ line-height: 100px !important
1338
+ }
1339
+
1340
+ .rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
1341
+ font-size: 17px !important;
1342
+ line-height: 28px !important;
1343
+ padding: 10px 40px 20px
1344
+ }
1345
+
1346
+ .rpt_plans .rpt_plan .rpt_head .rpt_description {
1347
+ font-size: 15px !important;
1348
+ line-height: 26px !important;
1349
+ padding: 0 40px 30px
1350
+ }
1351
+
1352
+ .rpt_plans .rpt_plan .rpt_features .rpt_feature {
1353
+ padding: 6px 16px;
1354
+ font-size: 14px !important
1355
+ }
1356
+
1357
+ .rpt_plans .rpt_plan .rpt_foot {
1358
+ padding: 10px 40px;
1359
+ text-align: center;
1360
+ color: #fff;
1361
+ font-size: 20px
1362
+ }
1363
+
1364
+ .rpt_plans .rpt_recommended_plan .rpt_foot {
1365
+ font-size: 30px;
1366
+ font-weight: 300;
1367
+ padding: 20px 0
1368
+ }
1369
+
1370
+ .rpt_plan .rpt_head .rpt_price .rpt_currency {
1371
+ top: -36px !important;
1372
+ left: -10px !important;
1373
+ font-size: 35px !important
1374
+ }
1375
+ }
1376
+
1377
+ #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 {
1378
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
1379
+ font-weight: 300 !important
1380
+ }
1381
+
1382
+ .client-testimonial {
1383
+ margin: 20px auto 0px;
1384
+ -webkit-border-radius: 5px;
1385
+ -moz-border-radius: 5px;
1386
+ border-radius: 5px;
1387
+ }
1388
+ .client-testimonial span.dashicons.dashicons-yes {
1389
+ background: #00bd00;
1390
+ color: #fff;
1391
+ border-radius: 50%;
1392
+ -webkit-border-radius: 50%;
1393
+ -moz-border-radius: 50%;
1394
+ }
1395
+ .client-testimonial p.text-center {
1396
+ text-align: center;
1397
+ margin: 6px 0;
1398
+ font-size: 14px;
1399
+ }
1400
+ .client-testimonial .payment {
1401
+ margin: 20px 0;
1402
+ text-align: center;
1403
+ }
1404
+ .testimonial-image {
1405
+ width: 10%;
1406
+ display: inline-block;
1407
+ vertical-align: middle;
1408
+ }
1409
+ .testimonial-content {
1410
+ width: 85%;
1411
+ display: inline-block;
1412
+ vertical-align: middle;
1413
+ padding-left: 15px;
1414
+ }
1415
+ .testimonial-image img {
1416
+ border-radius: 50%;
1417
+ -webkit-border-radius: 50%;
1418
+ -moz-border-radius: 50%;
1419
+ width: 100%;
1420
+ height: auto;
1421
+ }
1422
+ .client-testimonial .author {
1423
+ font-weight: bold;
1424
+ padding: 5px 0 0 0;
1425
+ font-size: 14px;
1426
+ }
1427
+ .testimonial-box {
1428
+ padding: 15px;
1429
+ background: #d6efff;
1430
+ -webkit-border-radius: 5px;
1431
+ -moz-border-radius: 5px;
1432
+ border-radius: 5px;
1433
  }
js/detectmobilebrowser.js CHANGED
@@ -1,7 +1,7 @@
1
- /**
2
- * jQuery.browser.mobile (http://detectmobilebrowser.com/)
3
- *
4
- * jQuery.browser.mobile will be true if the browser is a mobile device
5
- *
6
- **/
7
  (function(a){(jQuery.browser=jQuery.browser||{}).mobile=/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0,4))})(navigator.userAgent||navigator.vendor||window.opera);
1
+ /**
2
+ * jQuery.browser.mobile (http://detectmobilebrowser.com/)
3
+ *
4
+ * jQuery.browser.mobile will be true if the browser is a mobile device
5
+ *
6
+ **/
7
  (function(a){(jQuery.browser=jQuery.browser||{}).mobile=/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0,4))})(navigator.userAgent||navigator.vendor||window.opera);
js/iris-script.js CHANGED
@@ -1,17 +1,17 @@
1
- jQuery(document).ready(function($){
2
- jQuery('.my-color-field').wpColorPicker();
3
- jQuery(".sticky-header-menu ul li a").click(function(e){
4
- e.preventDefault();
5
- if(!jQuery(this).hasClass("active")) {
6
- jQuery(".sticky-header-menu ul li a").removeClass("active");
7
- jQuery(this).addClass("active");
8
- thisHref = jQuery(this).attr("href");
9
- jQuery(".sticky-header-content").hide();
10
- jQuery(thisHref).show();
11
- }
12
- });
13
- jQuery(".sticky-header-upgrade-now").click(function(e){
14
- e.preventDefault();
15
- jQuery(".sticky-header-menu ul li a:last").trigger("click");
16
- });
17
  });
1
+ jQuery(document).ready(function($){
2
+ jQuery('.my-color-field').wpColorPicker();
3
+ jQuery(".sticky-header-menu ul li a").click(function(e){
4
+ e.preventDefault();
5
+ if(!jQuery(this).hasClass("active")) {
6
+ jQuery(".sticky-header-menu ul li a").removeClass("active");
7
+ jQuery(this).addClass("active");
8
+ thisHref = jQuery(this).attr("href");
9
+ jQuery(".sticky-header-content").hide();
10
+ jQuery(thisHref).show();
11
+ }
12
+ });
13
+ jQuery(".sticky-header-upgrade-now").click(function(e){
14
+ e.preventDefault();
15
+ jQuery(".sticky-header-menu ul li a:last").trigger("click");
16
+ });
17
  });
js/mystickymenu-admin.js CHANGED
@@ -1,91 +1,91 @@
1
- (function( $ ) {
2
- "use strict";
3
-
4
- jQuery(document).ready(function($){
5
-
6
- var handle = $( "#custom-handle" );
7
- $( "#slider" ).slider({
8
- create: function() {
9
- handle.text( $( this ).slider( "value" ) );
10
- handle.text( $('#myfixed_opacity').val() );
11
- handle.css('left', $('#myfixed_opacity').val() + '%')
12
- },
13
- slide: function( event, ui ) {
14
- $('#myfixed_opacity').val(ui.value);
15
- handle.text( ui.value );
16
- }
17
- });
18
- jQuery(
19
- '<div class="pt_number"><div class="pt_numberbutton pt_numberup">+</div><div class="pt_numberbutton pt_numberdown">-</div></div>'
20
- ).insertAfter("input.mysticky-number1");
21
-
22
- jQuery(".mystickynumber1").each(function() {
23
-
24
- var spinner = jQuery(this),
25
- input = spinner.find('input[type="number"]'),
26
- btnUp = spinner.find(".pt_numberup"),
27
- btnDown = spinner.find(".pt_numberdown"),
28
- min = input.attr("min"),
29
- max = input.attr("max"),
30
- valOfAmout = input.val(),
31
- newVal = 0;
32
-
33
- btnUp.on("click", function() {
34
-
35
- var oldValue = parseFloat(input.val());
36
-
37
- if (oldValue >= max) {
38
- var newVal = oldValue;
39
- } else {
40
- var newVal = oldValue + 1;
41
- }
42
- spinner.find("input").val(newVal);
43
- spinner.find("input").trigger("change");
44
- console.log(newVal);
45
- });
46
- btnDown.on("click", function() {
47
- var oldValue = parseFloat(input.val());
48
- if (oldValue <= min) {
49
- var newVal = oldValue;
50
- } else {
51
- var newVal = oldValue - 1;
52
- }
53
- spinner.find("input").val(newVal);
54
- spinner.find("input").trigger("change");
55
- });
56
- });
57
-
58
-
59
- $(".confirm").on( 'click', function() {
60
- return window.confirm("Reset to default settings?");
61
- });
62
-
63
- var flag = 0;
64
- $( "#mystickymenu-select option" ).each(function( i ) {
65
-
66
- if ($('select#mystickymenu-select option:selected').val() !== '' ) {
67
- flag = 1;
68
- }
69
- if( $('select#mystickymenu-select option:selected').val() == $(this).val() ){
70
- $('#mysticky_class_selector').show();
71
- }else {
72
- $('#mysticky_class_selector').hide();
73
- }
74
- });
75
- if ( flag === 0 ) {
76
- $('#mysticky_class_selector').show();
77
- $("select#mystickymenu-select option[value=custom]").attr('selected', 'selected');
78
- }
79
-
80
- $("#mystickymenu-select").on( 'change', function() {
81
- if ($(this).val() == 'custom' ) {
82
- $('#mysticky_class_selector').show();
83
- }else {
84
- $('#mysticky_class_selector').hide();
85
- }
86
-
87
- });
88
-
89
- });
90
-
91
  })(jQuery);
1
+ (function( $ ) {
2
+ "use strict";
3
+
4
+ jQuery(document).ready(function($){
5
+
6
+ var handle = $( "#custom-handle" );
7
+ $( "#slider" ).slider({
8
+ create: function() {
9
+ handle.text( $( this ).slider( "value" ) );
10
+ handle.text( $('#myfixed_opacity').val() );
11
+ handle.css('left', $('#myfixed_opacity').val() + '%')
12
+ },
13
+ slide: function( event, ui ) {
14
+ $('#myfixed_opacity').val(ui.value);
15
+ handle.text( ui.value );
16
+ }
17
+ });
18
+ jQuery(
19
+ '<div class="pt_number"><div class="pt_numberbutton pt_numberup">+</div><div class="pt_numberbutton pt_numberdown">-</div></div>'
20
+ ).insertAfter("input.mysticky-number1");
21
+
22
+ jQuery(".mystickynumber1").each(function() {
23
+
24
+ var spinner = jQuery(this),
25
+ input = spinner.find('input[type="number"]'),
26
+ btnUp = spinner.find(".pt_numberup"),
27
+ btnDown = spinner.find(".pt_numberdown"),
28
+ min = input.attr("min"),
29
+ max = input.attr("max"),
30
+ valOfAmout = input.val(),
31
+ newVal = 0;
32
+
33
+ btnUp.on("click", function() {
34
+
35
+ var oldValue = parseFloat(input.val());
36
+
37
+ if (oldValue >= max) {
38
+ var newVal = oldValue;
39
+ } else {
40
+ var newVal = oldValue + 1;
41
+ }
42
+ spinner.find("input").val(newVal);
43
+ spinner.find("input").trigger("change");
44
+ console.log(newVal);
45
+ });
46
+ btnDown.on("click", function() {
47
+ var oldValue = parseFloat(input.val());
48
+ if (oldValue <= min) {
49
+ var newVal = oldValue;
50
+ } else {
51
+ var newVal = oldValue - 1;
52
+ }
53
+ spinner.find("input").val(newVal);
54
+ spinner.find("input").trigger("change");
55
+ });
56
+ });
57
+
58
+
59
+ $(".confirm").on( 'click', function() {
60
+ return window.confirm("Reset to default settings?");
61
+ });
62
+
63
+ var flag = 0;
64
+ $( "#mystickymenu-select option" ).each(function( i ) {
65
+