PluginProbe ʕ •ᴥ•ʔ
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) / 2.4.5
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) v2.4.5
2.9.1 2.9.0 2.8.9 2.8.8 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 2.0 2.0.1 2.0.3 2.0.4 2.0.5 2.0.6 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8 2.5.9 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7 2.6.8 2.6.9 2.7 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7
mystickymenu / css / mystickymenu-admin.css
mystickymenu / css Last commit date
admin-setting.css 5 years ago jquery.ui.datepicker.css 6 years ago mystickymenu-admin.css 5 years ago select2.min.css 6 years ago
mystickymenu-admin.css
2278 lines
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 @font-face {
11 font-family: 'poppinsbold';
12 src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
13 url('../fonts/poppins-bold-webfont.woff') format('woff');
14 font-weight: normal;
15 font-style: normal;
16
17 }
18
19 @font-face {
20 font-family: 'poppins_lightregular';
21 src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
22 url('../fonts/poppins-light-webfont.woff') format('woff');
23 font-weight: normal;
24 font-style: normal;
25
26 }
27
28 #custom-handle {
29 width: 3em;
30 height: 1.6em;
31 top: 50%;
32 margin-top: -.8em;
33 text-align: center;
34 line-height: 1.6em;
35 }
36
37 #mystickymenu {
38 font-family: 'poppinsregular', sans-serif;
39 }
40
41 .main-content {
42 float: left;
43 width: 65%;
44 }
45
46 .main-sidebar {
47 float: right;
48 width: 30%;
49 background: #ffffff;
50 border: 1px solid #e5e5e5;
51 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
52 }
53
54 .main-sidebar h3 {
55 margin: 0;
56 padding: 8px 12px;
57 border-bottom: 1px solid #ececec;
58 }
59
60 .main-sidebar .inner {
61 padding: 10px;
62 }
63
64 .main-sidebar p {
65 padding: 8px;
66 margin: 0;
67 border-top: solid 1px #e5e5e5;
68 }
69
70 /*.mystickyinput {padding-top: 6px;}*/
71 @media screen and (max-width: 782px) {
72 .main-content, .main-sidebar {
73 width: 100%;
74 float: none;
75 clear: both;
76 }
77 }
78
79 .myssticky-remove-hand {
80 cursor: default;
81 }
82
83 /* */
84 .mystickymenu-content-section input[type="number"]#myfixed_zindex {
85 -moz-appearance: textfield-multiline;
86 }
87
88 .mystickymenu-content-section input[type="number"] {
89 -moz-appearance: textfield;
90 }
91
92 .mystickymenu-content-section input[type="number"]::-webkit-inner-spin-button, .mystickymenu-content-section input[type="number"]::-webkit-outer-spin-button {
93 -webkit-appearance: none;
94 margin: 0;
95 }
96
97 .mystickymenu-content-section .mysticky-number {
98 display: inline-block;
99 margin: 0 0 10px;
100 position: relative;
101 }
102
103 #mystickymenu .mystickymenu-content-section .mysticky-number {
104 /*width: 90px;*/
105 }
106
107 #mystickymenu input[type=number] {
108 color: #A7A7A7;
109 border-radius: 21px;
110 background-color: #ffffff;
111 border: 1px solid #DCE2E2;
112 font-size: 14px;
113 font-weight: 400;
114 height: 42px;
115 padding: 0 10px 0 12px;
116 margin: 0;
117 width: 310px;
118 box-shadow: none;
119 }
120
121 .pt_number {
122 display: inline-block;
123 vertical-align: top;
124 margin-top: 7px;
125 }
126
127 .mysticky-welcomebar-setting-content-right input[type="text"]:disabled {
128 color: #a0a5aa;
129 border-color: #ddd;
130 background-color: #f7f7f7;
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 a {
324 background: #E1DAF6;
325 border-radius: 20px;
326 color: #7559C0;
327 padding-top: 2px;
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 display: inline-block;
335 vertical-align: top;
336 line-height: 1;
337 }
338 .myStickymenu-upgrade {
339 float: right;
340 }
341
342 .myStickymenu-upgrade a:before {
343 content: "\f160";
344 font-family: dashicons;
345 position: relative;
346 top: 3px;
347 font-size: 16px;
348 }
349
350 .mystickymenu-input-section ul.mystickymenu-input-multicheckbox li {
351 display: inline-block;
352 width: 21%;
353 }
354
355 input#submit.button.button-primary {
356 background: #00c67c;
357 border-color: #00c67c;
358 text-transform: uppercase;
359 border-radius: 31px;
360 font-size: 26px;
361 padding-left: 23px;
362 padding-right: 23px;
363 height: 60px;
364 width: 200px;
365 border: 0;
366 box-shadow: none;
367 font-weight: 600;
368 text-shadow: none;
369 }
370
371 input.button.button-secondary.confirm {
372 background: #969696;
373 border-color: #969696;
374 text-transform: uppercase;
375 font-size: 26px;
376 padding-left: 23px;
377 padding-right: 23px;
378 float: right;
379 color: white;
380 margin-right: 10px;
381 height: 60px;
382 width: 200px;
383 border-radius: 31px;
384 font-weight: 600;
385 }
386
387 table ul.mystickymenu-input-multicheckbox {
388 width: 100%;
389 display: inline-flex;
390 }
391
392 p.myStickymenu-review a {
393 font-size: 20px;
394 }
395
396 table ul.mystickymenu-input-multicheckbox li {
397 padding-right: 21px;
398 }
399
400 table {
401 width: 100%;
402 }
403
404 #mystickymenu table tr td {
405 padding: 20px;
406 }
407
408 div#mystickymenu {
409 overflow-x: hidden;
410 overflow-y: hidden;
411 }
412
413 label.mysticky_title {
414 font-weight: 500;
415 font-size: 18px;
416 line-height: 1.2;
417 color: #4F4F4F;
418 }
419
420 .mystickymenu-content-option p label.mysticky_text {
421 margin-left: 0px;
422 }
423
424 span.mysticky_text {
425 font-size: 14px;
426 color: #9E9E9E;
427 margin-left: 20px;
428 font-style: italic;
429 }
430
431 label.mysticky_text {
432 font-size: 14px;
433 /*color: #9E9E9E;*/
434 margin-left: 20px;
435 font-style: italic;
436 }
437
438 select#mystickymenu-select {
439 border-radius: 24px;
440 border: 1px solid #E6E5EC;
441 height: 46px;
442 box-shadow: none;
443 padding: 0 26px;
444 width: 49%;
445 display: inline-block;
446 vertical-align: top;
447 }
448
449 .mystickymenu-input-section {
450 margin-top: 9px;
451 }
452
453 label.mysticky_title.css-style-title {
454 font-size: 20px;
455 }
456
457 span.wp-color-result-text {
458 display: none;
459 }
460
461 button.button.wp-color-result {
462 border-radius: 50%;
463 height: 30px !important;
464 }
465 button.button.wp-color-result .color-alpha {
466 border-radius: 50% !important;
467 height: 28px !important;
468 }
469
470 .mystickymenu-content-section h3 {
471 margin-left: 20px;
472 font-weight: 600;
473 font-size: 26px;
474 line-height: 1.2;
475 color: #4F4F4F;
476 margin: 0;
477 padding: 24px 20px;
478 }
479
480 .form-table {
481 margin-top: 0;
482 }
483
484 ul.mystickymenu-input-multicheckbox li span {
485 font-size: 16px;
486 color: #4F4F4F;
487 }
488
489 .mystickymenu-input-section label {
490 /*color: #9E9E9E;*/
491 font-size: 16px;
492 }
493 #mystickymenu .mystickymenu-input-section input.mystickymenu_normal_text{
494 border-radius: 0px;
495 height: 35px;
496 margin: 10px;
497 }
498 #mystickymenu .mystickymenu-input-section span.description{
499 font-style: normal;
500 font-size: 16px;
501 }
502 .myStickymenu-upgrade a {
503 text-decoration: none;
504 color: #7559C0;
505 }
506
507 #mystickymenu p.submit {
508 margin-top: 0;
509 padding-top: 0;
510 float: right;
511 }
512
513 td {
514 vertical-align: top !important;
515 }
516
517 p.description {
518 color: rgba(79, 79, 79, 0.5);
519 font-size: 12px;
520 line-height: 1.2;
521 margin: 5px 0 0;
522 }
523
524 div#slider.ui-slider {
525 width: 229px;
526 background-color: #DCE2E2;
527 height: 2px;
528 border: 0;
529 border-radius: 2px;
530 position: relative;
531 }
532
533 .mystickymenu-content-section .ui-state-active, .ui-widget-content .ui-state-active {
534 color: #454545;
535 }
536
537 #mystickymenu #custom-handle {
538 width: 1.6em;
539 border-radius: 50%;
540 background-color: #fff;
541 box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
542 border: 0;
543 position: absolute;
544 }
545 .sticky-header-menu {
546 text-align: center;
547 padding: 0 0 20px 0;
548 }
549 .sticky-header-menu ul {
550 display: inline-block;
551 padding: 1px;
552 background-color: #D6EFFF;
553 -webkit-border-radius: 23px;
554 -moz-border-radius: 23px;
555 border-radius: 23px;
556 }
557 .sticky-header-menu ul li {
558 display: inline-block;
559 margin: 0;
560 }
561 .sticky-header-menu ul li a {
562 display: inline-block;
563 padding: 0 20px;
564 line-height: 40px;
565 height: 40px;
566 font-size: 16px;
567 text-decoration: none;
568 -webkit-border-radius: 20px;
569 -moz-border-radius: 20px;
570 border-radius: 20px;
571 }
572 .sticky-header-menu ul li a:hover {
573 background: #f0ecfb;
574 color: #7559C0;
575 }
576 .sticky-header-menu ul li a.active {
577 background: #E1DAF6;
578 color: #7559C0;
579 }
580 /*.sticky-header-content {
581 display: none;
582 }*/
583 .mysticky-welcomebar-setting-content-right label.mysticky-welcomebar-switch {
584 width: 55px;
585 }
586
587 /*New Welcomebar Page css*/
588 .mystickymenu-new-widget-wrap, .mystickymenu-new-widget-wrap * {
589 box-sizing: border-box;
590 }
591 .mystickymenu-new-widget-wrap {
592 border-radius: 10px;
593 box-shadow: 0 0 6px #ccc;
594 padding: 10px;
595 margin: 20px auto 0 auto;
596 width: 100%;
597 max-width: 776px;
598 background: #fff url(../images/new_widget_bg.png) no-repeat right bottom;
599 background-size: auto 100%;
600 font-family: Poppins;
601 line-height: 20px;
602 }
603 .mystickymenu-new-widget-wrap h2 {
604 font-style: normal;
605 font-weight: 600;
606 font-size: 20px;
607 line-height: 30px;
608 color: #1e1e1e;
609 margin: 0;
610 text-align: center;
611 }
612 a.new-upgrade-button {
613 height: 40px;
614 background: #7761DF;
615 border-radius: 100px;
616 border: solid 1px #7761DF;
617 display: inline-block;
618 text-align: center;
619 color: #fff;
620 line-height: 40px;
621 margin: 10px 0 10px 10px;
622 padding: 0 25px;
623 text-decoration: none;
624 text-transform: uppercase;
625 }
626 .mystickymenu-new-widget-row ul {
627 display: flex;
628 align-items: center;
629 flex-wrap: wrap;
630 margin-top: 0;
631 margin-bottom: 0;
632 }
633 .mystickymenu-new-widget-row ul li {
634 width: 33.33%;
635 padding: 10px 10px 0px;
636 margin-bottom: 0;
637 }
638 .mystickymenu-feature {
639 margin: 30px 0 0 0;
640 background: #fff;
641 border: 1px solid #605dec;
642 box-sizing: border-box;
643 border-radius: 4px;
644 padding: 30px 15px 10px 15px;
645 min-height: 186px;
646 position: relative;
647 }
648 .mystickymenu-feature-top {
649 width: 50px;
650 height: 50px;
651 border: solid 1px #605dec;
652 border-radius: 50%;
653 position: absolute;
654 left: 0;
655 right: 0;
656 margin: 0 auto;
657 top: -25px;
658 background: #fff;
659 z-index: 11;
660 padding: 10px;
661 }
662 .feature-title {
663 font-family: Poppins;
664 font-style: normal;
665 font-weight: 700;
666 font-size: 13px;
667 line-height: 18px;
668 color: #1e1e1e;
669 }
670 .feature-description {
671 font-family: Poppins;
672 font-style: normal;
673 font-weight: 400;
674 font-size: 13px;
675 line-height: 18px;
676 color: #1e1e1e;
677 }
678 .mystickymenu-feature-top img {
679 width: auto;
680 height: auto;
681 max-width: 100%;
682 max-height: 100%;
683 }
684 /* Finish new Welcome bar screen css */
685 @media only screen and (min-width: 1024px) and (max-width: 1200px) {
686 .pt_numberbutton.pt_numberdown {
687 position: relative;
688 margin-left: -75px;
689 top: -29px;
690 }
691
692 .pt_numberbutton.pt_numberup {
693 position: relative;
694 top: -29px;
695 left: 70px;
696 }
697
698 /* span.input-px { */
699 /* position: relative; */
700 /* left: 112px; */
701 /* top: -24px !important; */
702 /* margin-left: -20px; */
703 /* } */
704 }
705
706
707
708 #rpt_pricr {
709 width: 100%;
710 max-width: 1024px;
711 margin: 0 auto;
712 padding: 25px 25px 25px 25px;
713 background: #fff;
714
715 -webkit-border-radius: 5px;
716 -moz-border-radius: 5px;
717 border-radius: 5px;
718 }
719 #rpt_pricr h2 {
720 padding: 50px 0 30px;
721 text-align: center;
722 font-size: 24px;
723 }
724 .rpt_plans .rpt_plan {
725 -moz-box-sizing: border-box;
726 -webkit-box-sizing: border-box
727 }
728
729 .rpt_2_plans .rpt_plan {
730 margin-right: 2%;
731 width: 49%;
732 float: left
733 }
734
735 .rpt_2_plans .rpt_plan:last-child {
736 margin-right: 0
737 }
738
739 .rpt_3_plans .rpt_plan {
740 margin-right: 2%;
741 width: 32%;
742 float: left
743 }
744
745 .rpt_3_plans .rpt_plan:last-child {
746 margin-right: 0
747 }
748
749 .rpt_4_plans .rpt_plan {
750 margin-right: 1%;
751 width: 24.25%;
752 float: left
753 }
754
755 .rpt_4_plans .rpt_plan:last-child {
756 margin-right: 0
757 }
758
759 .rpt_5_plans .rpt_plan {
760 margin-right: .5%;
761 width: 19.6%;
762 float: left
763 }
764
765 .rpt_5_plans .rpt_plan:last-child {
766 margin-right: 0
767 }
768
769 .rpt_style_bic .rpt_plan, .rpt_style_loc .rpt_plan {
770 -webkit-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
771 -moz-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
772 box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19)
773 }
774
775 .rpt_plans .rpt_plan .rpt_title img {
776 margin-right: 10px;
777 position: relative;
778 vertical-align: middle
779 }
780
781 .rpt_plans .rpt_plan .rpt_title {
782 background: #6371db;
783 font-weight: 300;
784 padding: 24px 18px;
785 font-size: 26px;
786 color: #fff;
787 line-height: 35px;
788 height: auto;
789 }
790
791 .rpt_plans .rpt_plan .rpt_title span {
792 display: inline-block;
793 position: relative;
794 top: -10px
795 }
796
797 .rpt_style_basic .rpt_plan .rpt_title {
798 border-bottom: #6371db solid 1px;
799 border-top-left-radius: 8px;
800 border-top-right-radius: 8px;
801 }
802
803 .rpt_style_spec .rpt_plan .rpt_title {
804 color: #fff
805 }
806
807 .rpt_style_bic .rpt_plan .rpt_title, .rpt_style_loc .rpt_plan .rpt_title, .rpt_style_swl .rpt_plan .rpt_title {
808 background: #333
809 }
810
811 .rpt_plans .rpt_sm_title .rpt_plan .rpt_title {
812 font-size: 20px;
813 line-height: 18px
814 }
815
816 .rpt_plans .rpt_xsm_title .rpt_plan .rpt_title {
817 font-size: 15px;
818 line-height: 15px
819 }
820
821 .rpt_4_plans .rpt_plan .rpt_title {
822 font-size: 17px;
823 line-height: 15px
824 }
825
826 .rpt_4_plans .rpt_sm_title .rpt_plan .rpt_title {
827 font-size: 15px;
828 line-height: 13px
829 }
830
831 .rpt_4_plans .rpt_xsm_title .rpt_plan .rpt_title {
832 font-size: 13px;
833 line-height: 11px
834 }
835
836 .rpt_5_plans .rpt_plan .rpt_title {
837 font-size: 15px;
838 line-height: 13px
839 }
840
841 .rpt_5_plans .rpt_sm_title .rpt_plan .rpt_title {
842 font-size: 13px;
843 line-height: 11px
844 }
845
846 .rpt_5_plans .rpt_xsm_title .rpt_plan .rpt_title {
847 font-size: 12px;
848 line-height: 10px
849 }
850
851 .rpt_plans .rpt_recommended_plan .rpt_title {
852 background: #6371db
853 }
854
855 .rpt_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
856 position: relative;
857 top: -44px;
858 left: -10px;
859 font-size: 35px;
860 line-height: 0
861 }
862
863 .rpt_4_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
864 top: -36px
865 }
866
867 .rpt_5_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
868 top: -26px
869 }
870
871 .rpt_sm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
872 font-size: 30px;
873 top: -44px;
874 left: -4px
875 }
876
877 .rpt_xsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
878 font-size: 25px;
879 top: -30px;
880 left: -4px
881 }
882
883 .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
884 font-size: 21px;
885 top: -14px;
886 left: -4px
887 }
888
889 .rpt_style_basic .rpt_plan .rpt_head {
890 background: #ec86c6
891 }
892
893 .rpt_style_spec .rpt_plan .rpt_head {
894 background: #fff
895 }
896
897 .rpt_style_swl .rpt_plan .rpt_head {
898 background: #fff
899 }
900
901 .rpt_plans .rpt_plan .rpt_head .rpt_price {
902 padding: 6px 10px;
903 font-size: 74px;
904 line-height: 80px;
905 font-weight: 300;
906 text-align: center;
907 color: #ffffff
908 }
909
910 .rpt_style_basic .rpt_plan .rpt_head .rpt_price, .rpt_style_spec .rpt_plan .rpt_head .rpt_price {
911 text-shadow: 1px 2px 7px rgba(0, 0, 0, .6)
912 }
913
914 .rpt_style_swl .rpt_plan .rpt_head .rpt_price {
915 color: #000
916 }
917
918 .rpt_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
919 font-size: 62px
920 }
921
922 .rpt_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
923 font-size: 56px
924 }
925
926 .rpt_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
927 font-size: 38px
928 }
929
930 .rpt_4_plans .rpt_plan .rpt_head .rpt_price {
931 font-size: 69px;
932 line-height: 80px
933 }
934
935 .rpt_4_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
936 font-size: 53px;
937 line-height: 65px
938 }
939
940 .rpt_4_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
941 font-size: 47px;
942 line-height: 64px
943 }
944
945 .rpt_4_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
946 font-size: 31px;
947 line-height: 60px
948 }
949
950 .rpt_5_plans .rpt_plan .rpt_head .rpt_price {
951 font-size: 59px;
952 line-height: 80px
953 }
954
955 .rpt_5_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
956 font-size: 44px;
957 line-height: 60px
958 }
959
960 .rpt_5_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
961 font-size: 37px;
962 line-height: 53px
963 }
964
965 .rpt_5_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
966 font-size: 24px;
967 line-height: 50px
968 }
969
970 .rpt_plans .rpt_recommended_plan .rpt_head .rpt_price {
971 font-size: 98px
972 }
973
974 .rpt_4_plans .rpt_recommended_plan .rpt_head .rpt_price {
975 font-size: 74px
976 }
977
978 .rpt_5_plans .rpt_recommended_plan .rpt_head .rpt_price {
979 font-size: 67px
980 }
981
982 .rpt_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
983 font-size: 83px
984 }
985
986 .rpt_4_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
987 font-size: 60px
988 }
989
990 .rpt_5_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
991 font-size: 54px
992 }
993
994 .rpt_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
995 font-size: 55px
996 }
997
998 .rpt_4_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
999 font-size: 49px
1000 }
1001
1002 .rpt_5_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1003 font-size: 41px
1004 }
1005
1006 .rpt_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1007 font-size: 42px
1008 }
1009
1010 .rpt_4_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1011 font-size: 34px
1012 }
1013
1014 .rpt_5_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1015 font-size: 26px
1016 }
1017
1018 .rpt_plans .rpt_plan .rpt_head .rpt_recurrence {
1019 font-size: 13px;
1020 font-weight: 300;
1021 line-height: 18px;
1022 padding: 20px 10px 10px;
1023 color: #ffffff;
1024 text-align: center
1025 }
1026
1027 .rpt_style_spec .rpt_plan .rpt_head .rpt_recurrence {
1028 color: #d3d3d3
1029 }
1030
1031 .rpt_style_bic .rpt_plan .rpt_head .rpt_recurrence, .rpt_style_loc .rpt_plan .rpt_head .rpt_recurrence {
1032 color: #f5f5f5
1033 }
1034
1035 .rpt_style_swl .rpt_plan .rpt_head .rpt_recurrence {
1036 color: grey
1037 }
1038
1039 .rpt_plans .rpt_sm_recurrence .rpt_plan .rpt_head .rpt_recurrence {
1040 font-size: 11px;
1041 padding: 20px 40px 4px
1042 }
1043
1044 .rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
1045 font-size: 16px;
1046 line-height: 20px;
1047 font-weight: 300;
1048 text-align: center;
1049 padding: 10px 30px 20px
1050 }
1051
1052 .rpt_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1053 font-size: 14px
1054 }
1055
1056 .rpt_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1057 font-size: 12px
1058 }
1059
1060 .rpt_4_plans .rpt_plan .rpt_head .rpt_subtitle {
1061 font-size: 16px;
1062 line-height: 18px;
1063 padding: 10px 10px 20px
1064 }
1065
1066 .rpt_4_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1067 font-size: 14px;
1068 line-height: 17px
1069 }
1070
1071 .rpt_4_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1072 font-size: 13px;
1073 line-height: 16px
1074 }
1075
1076 .rpt_5_plans .rpt_plan .rpt_head .rpt_subtitle {
1077 font-size: 15px;
1078 line-height: 18px;
1079 padding: 10px 10px 20px
1080 }
1081
1082 .rpt_5_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1083 font-size: 13px;
1084 line-height: 17px
1085 }
1086
1087 .rpt_5_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1088 font-size: 12px;
1089 line-height: 16px
1090 }
1091
1092 .rpt_plans .rpt_plan .rpt_head .rpt_description {
1093 font-size: 14px;
1094 line-height: 20px;
1095 padding: 10px 20px;
1096 font-weight: 300;
1097 text-align: center;
1098 color: #ffffff
1099 }
1100
1101 .rpt_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1102 font-size: 12px
1103 }
1104
1105 .rpt_style_bic .rpt_plan .rpt_head .rpt_description, .rpt_style_loc .rpt_plan .rpt_head .rpt_description {
1106 color: #f5f5f5
1107 }
1108
1109 .rpt_4_plans .rpt_plan .rpt_head .rpt_description {
1110 font-size: 13px;
1111 line-height: 18px
1112 }
1113
1114 .rpt_4_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1115 font-size: 12px;
1116 line-height: 17px
1117 }
1118
1119 .rpt_5_plans .rpt_plan .rpt_head .rpt_description {
1120 font-size: 12px;
1121 line-height: 18px
1122 }
1123
1124 .rpt_5_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1125 font-size: 11px;
1126 line-height: 17px
1127 }
1128
1129 .rpt_plans .rpt_plan .rpt_features {
1130 padding: 20px;
1131 background: #f0ecfb;
1132 text-align: center
1133 }
1134
1135 .rpt_plans .rpt_plan .rpt_features .rpt_feature {
1136 font-size: 16px;
1137 padding: 6px 16px;
1138 border-bottom: 1px dotted #d3d3d3
1139 }
1140 .rpt_plans .rpt_plan .rpt_features .rpt_feature a {
1141 color: #333333;
1142 }
1143
1144 .rpt_plans .rpt_plan .rpt_features .rpt_feature:last-child {
1145 border-bottom: none
1146 }
1147
1148 .rpt_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1149 font-size: 14px
1150 }
1151
1152 .rpt_style_bic .rpt_plan .rpt_features, .rpt_style_loc .rpt_plan .rpt_features, .rpt_style_swl .rpt_plan .rpt_features {
1153 background: #fff
1154 }
1155
1156 .rpt_style_swl .rpt_plan .rpt_features .rpt_feature {
1157 padding: 5px 16px
1158 }
1159
1160 .rpt_4_plans .rpt_plan .rpt_features .rpt_feature {
1161 padding: 6px 10px;
1162 font-size: 14px
1163 }
1164
1165 .rpt_4_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1166 font-size: 12px
1167 }
1168
1169 .rpt_5_plans .rpt_plan .rpt_features .rpt_feature {
1170 padding: 6px 10px;
1171 font-size: 13px
1172 }
1173
1174 .rpt_5_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1175 font-size: 11px
1176 }
1177
1178 .rpt_plans .rpt_plan .rpt_foot {
1179 display: block;
1180 padding: 10px 30px;
1181 border-top: #7559C0 solid 2px;
1182 background: #7559C0;
1183 text-align: center;
1184 color: #fff;
1185 font-size: 24px;
1186 text-decoration: none;
1187 font-weight: 300;
1188 transition: All .5s ease;
1189 -webkit-transition: All .5s ease;
1190 -moz-transition: All .5s ease;
1191 -o-transition: All .5s ease
1192 }
1193
1194 .rpt_plans .rpt_sm_button .rpt_plan .rpt_foot {
1195 font-size: 19px
1196 }
1197
1198 .rpt_style_basic .rpt_plan .rpt_foot {
1199 border-bottom-left-radius: 8px;
1200 border-bottom-right-radius: 8px
1201 }
1202
1203 .rpt_style_swl .rpt_plan .rpt_foot {
1204 border-top: none;
1205 padding: 10px 30px 20px;
1206 color: #000;
1207 background: #333
1208 }
1209
1210 .rpt_4_plans .rpt_plan .rpt_foot {
1211 padding: 4px 20px;
1212 font-size: 19px
1213 }
1214
1215 .rpt_4_plans .rpt_sm_button .rpt_plan .rpt_foot, .rpt_5_plans .rpt_plan .rpt_foot {
1216 padding: 4px 20px;
1217 font-size: 17px
1218 }
1219
1220 .rpt_5_plans .rpt_sm_button .rpt_plan .rpt_foot {
1221 font-size: 16px
1222 }
1223
1224 .rpt_plans .rpt_plan .rpt_foot:hover {
1225 opacity: .8
1226 }
1227
1228 .rpt_style_swl .rpt_plan .rpt_foot:hover {
1229 opacity: 1
1230 }
1231
1232 .rpt_plans .rpt_recommended_plan .rpt_foot {
1233 font-size: 30px;
1234 padding: 16px 0
1235 }
1236
1237 .rpt_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1238 font-size: 26px
1239 }
1240
1241 .rpt_4_plans .rpt_recommended_plan .rpt_foot {
1242 font-size: 22px;
1243 font-weight: 300;
1244 padding: 10px 0
1245 }
1246
1247 .rpt_4_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1248 font-size: 19px;
1249 padding: 10px 0
1250 }
1251
1252 .rpt_5_plans .rpt_recommended_plan .rpt_foot {
1253 font-size: 20px;
1254 font-weight: 300;
1255 padding: 10px 0
1256 }
1257
1258 .rpt_5_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1259 font-size: 18px;
1260 padding: 10px 0
1261 }
1262
1263 .rpt_custom_btn {
1264 border-bottom-left-radius: 5px;
1265 border-bottom-right-radius: 5px;
1266 text-align: center;
1267 padding: 16px 20px
1268 }
1269
1270 .rpt_plans .rpt_recommended_plan {
1271 position: relative;
1272 top: -10px
1273 }
1274
1275 .rpt_recommended_plan img.rpt_recommended {
1276 position: absolute !important;
1277 right: 10px !important
1278 }
1279
1280 .rpt_style_bic .rpt_recommended_plan, .rpt_style_loc .rpt_recommended_plan {
1281 -webkit-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
1282 -moz-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
1283 box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39)
1284 }
1285
1286 a.rpt_tooltip {
1287 display: block;
1288 outline: 0;
1289 position: relative
1290 }
1291
1292 a.rpt_tooltip strong {
1293 line-height: 30px
1294 }
1295
1296 a.rpt_tooltip > span.intool {
1297 width: 90%;
1298 padding: 10px;
1299 margin-top: 56px;
1300 opacity: 0;
1301 visibility: hidden;
1302 z-index: 10;
1303 position: absolute;
1304 top: -15px;
1305 display: block;
1306 color: #f5f5f5;
1307 font-size: 13px;
1308 line-height: 20px;
1309 background: #333;
1310 font-weight: 300;
1311 text-align: center
1312 }
1313
1314 a.rpt_tooltip:hover {
1315 cursor: zoom-in
1316 }
1317
1318 a.rpt_tooltip .rpt_tooltip_plus {
1319 text-decoration: none !important;
1320 display: inline;
1321 font-size: 12px;
1322 font-weight: 700;
1323 position: relative;
1324 top: -6px
1325 }
1326
1327 .rpt_feature:hover a.rpt_tooltip > span.intool {
1328 opacity: .98;
1329 text-decoration: none;
1330 visibility: visible;
1331 overflow: visible
1332 }
1333
1334 a.rpt_tooltip span.intool b {
1335 width: 10px;
1336 height: 10px;
1337 margin-left: 35%;
1338 margin-top: -15px;
1339 position: absolute;
1340 -webkit-transform: rotate(-45deg);
1341 -moz-transform: rotate(-45deg);
1342 -o-transform: rotate(-45deg);
1343 transform: rotate(-45deg);
1344 display: none \0/;
1345 background: #333
1346 }
1347
1348 .rpt_3_plans a.rpt_tooltip > span.intool {
1349 margin-left: -1%
1350 }
1351
1352 .rpt_4_plans a.rpt_tooltip > span.intool {
1353 margin-left: 0
1354 }
1355
1356 .rpt_5_plans a.rpt_tooltip > span.intool {
1357 margin-left: -2%
1358 }
1359
1360 .entry-content .rpt_plan a, .rpt_plan a {
1361 border-bottom: none !important;
1362 text-decoration: none;
1363 }
1364
1365 .rpt_plans .rpt_plan .rpt_icon {
1366 max-width: 30px;
1367 max-height: 30px
1368 }
1369
1370 .rpt_plans .rpt_plan img {
1371 display: inline;
1372 margin: 0 10px 0 0;
1373 padding: 0;
1374 -webkit-box-shadow: 0 0 0 0 transparent;
1375 -moz-box-shadow: 0 0 0 0 transparent;
1376 box-shadow: 0 0 0 0 transparent;
1377 border: none
1378 }
1379
1380 .mystickymenu-testimonial {
1381 position: relative;
1382 }
1383 .mystickymenu-testimonial .testimonial-data {
1384 position: relative;
1385 }
1386 .mystickymenu-testimonial .testimonial-data {
1387 position: relative;
1388 margin-left: 30px;
1389 padding: 10px 10px 10px 40px;
1390 background: #f5f5f5;
1391 font-size: 16px;
1392 line-height: 22px;
1393 }
1394 .mystickymenu-testimonial .testimonial-image {
1395 position: absolute;
1396 height: 60px;
1397 width: 60px;
1398 overflow: hidden;
1399 border-radius: 30px;
1400 top: 50%;
1401 margin-top: -30px;
1402 z-index: 1;
1403 }
1404 .mystickymenu-testimonial .testimonial-image img {
1405 width: 100%;
1406 height: auto;
1407 }
1408 .mystickymenu-testimonial-list {
1409 width: 100%;
1410 max-width: 1080px;
1411 margin: 30px auto;
1412 }
1413 .testimonial-title {
1414 font-weight: bold;
1415 font-size: 18px;
1416 padding: 0 0 5px 0;
1417 }
1418 .testimonial-author {
1419 font-size: 16px;
1420 font-style: italic;
1421 font-weight: 500;
1422 padding: 5px 0 0 0;
1423 }
1424 p.udner-title strong {
1425 font-size: 30px;
1426 padding-bottom: 40px;
1427 display: block;
1428 color: #b97fcf;
1429 text-align: center;
1430 }
1431 p.udner-title {
1432 margin: 0;
1433 padding: 0;
1434 }
1435 @media only screen and (max-width: 640px) {
1436 .rpt_plans .rpt_plan {
1437 width: 96%;
1438 margin: 10px 2% 20px !important
1439 }
1440
1441 .rpt_plans .rpt_plan .rpt_title {
1442 position: relative;
1443 font-size: 26px !important;
1444 line-height: 35px !important
1445 }
1446
1447 .rpt_plans .rpt_plan .rpt_head .rpt_price {
1448 font-size: 74px !important;
1449 line-height: 100px !important
1450 }
1451
1452 .rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
1453 font-size: 17px !important;
1454 line-height: 28px !important;
1455 padding: 10px 40px 20px
1456 }
1457
1458 .rpt_plans .rpt_plan .rpt_head .rpt_description {
1459 font-size: 15px !important;
1460 line-height: 26px !important;
1461 padding: 0 40px 30px
1462 }
1463
1464 .rpt_plans .rpt_plan .rpt_features .rpt_feature {
1465 padding: 6px 16px;
1466 font-size: 14px !important
1467 }
1468
1469 .rpt_plans .rpt_plan .rpt_foot {
1470 padding: 10px 40px;
1471 text-align: center;
1472 color: #fff;
1473 font-size: 20px
1474 }
1475
1476 .rpt_plans .rpt_recommended_plan .rpt_foot {
1477 font-size: 30px;
1478 font-weight: 300;
1479 padding: 20px 0
1480 }
1481
1482 .rpt_plan .rpt_head .rpt_price .rpt_currency {
1483 top: -36px !important;
1484 left: -10px !important;
1485 font-size: 35px !important
1486 }
1487 }
1488
1489 #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 {
1490 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
1491 font-weight: 300 !important
1492 }
1493
1494 .client-testimonial {
1495 margin: 20px auto 0px;
1496 -webkit-border-radius: 5px;
1497 -moz-border-radius: 5px;
1498 border-radius: 5px;
1499 }
1500 .client-testimonial span.dashicons.dashicons-yes {
1501 background: #00bd00;
1502 color: #fff;
1503 border-radius: 50%;
1504 -webkit-border-radius: 50%;
1505 -moz-border-radius: 50%;
1506 }
1507 .client-testimonial p.text-center {
1508 text-align: center;
1509 margin: 6px 0;
1510 font-size: 14px;
1511 }
1512 .client-testimonial .payment {
1513 margin: 20px 0;
1514 text-align: center;
1515 }
1516 .testimonial-image {
1517 width: 10%;
1518 display: inline-block;
1519 vertical-align: middle;
1520 }
1521 .testimonial-content {
1522 width: 85%;
1523 display: inline-block;
1524 vertical-align: middle;
1525 padding-left: 15px;
1526 }
1527 .testimonial-image img {
1528 border-radius: 50%;
1529 -webkit-border-radius: 50%;
1530 -moz-border-radius: 50%;
1531 width: 100%;
1532 height: auto;
1533 }
1534 .client-testimonial .author {
1535 font-weight: bold;
1536 padding: 5px 0 0 0;
1537 font-size: 14px;
1538 }
1539 .testimonial-box {
1540 padding: 15px;
1541 background: #d6efff;
1542 -webkit-border-radius: 5px;
1543 -moz-border-radius: 5px;
1544 border-radius: 5px;
1545 }
1546
1547 /*01-08-2019 welcome bar css*/
1548 #sticky-header-welcome-bar *, #sticky-header-welcome-bar ::before, #sticky-header-welcome-bar ::after {
1549 -webkit-box-sizing: border-box;
1550 -moz-box-sizing: border-box;
1551 box-sizing: border-box;
1552 }
1553 #sticky-header-welcome-bar .iris-picker, #sticky-header-welcome-bar .iris-picker * {
1554 -moz-box-sizing: content-box;
1555 -webkit-box-sizing: content-box;
1556 box-sizing: content-box;
1557 }
1558 .mysticky-welcomebar-switch {
1559 display: inline-block;
1560 width:55px;
1561 height:30px;
1562 position: relative;
1563 }
1564 .mysticky-welcomebar-switch input {
1565 opacity: 0;
1566 width: 0;
1567 height: 0;
1568 }
1569 .mysticky-welcomebar-switch .slider {
1570 border-radius: 15px;
1571 position: absolute;
1572 cursor: pointer;
1573 top: 0;
1574 left: 0;
1575 right: 0;
1576 bottom: 0;
1577 background-color: #ccc;
1578 border: 2px solid #ccc;
1579 -webkit-transition: .4s;
1580 transition: .4s;
1581 }
1582 .mysticky-welcomebar-switch .slider:before {
1583 border-radius: 50%;
1584 position: absolute;
1585 content: "";
1586 height: 24px;
1587 width: 24px;
1588 left: 2px;
1589 top: 1px;
1590 background-color: #ffffff;
1591 -webkit-transition: .4s;
1592 transition: .4s;
1593 }
1594 .mysticky-welcomebar-switch input:checked + .slider {
1595 background-color: #7761DF;
1596 border: 2px solid #7761DF;
1597 }
1598 .mysticky-welcomebar-switch input:focus + .slider {
1599 box-shadow: 0 0 1px #2196F3;
1600 }
1601 .mysticky-welcomebar-switch input:checked + .slider:before {
1602 -webkit-transform: translateX(24px);
1603 -ms-transform: translateX(24px);
1604 transform: translateX(24px);
1605 }
1606 .mysticky-welcomebar-form {
1607 background-color: #f8fcfd;
1608 border: 1px solid #E1E6E6;
1609 padding: 20px;
1610 border-radius: 7px;
1611 position: relative;
1612 }
1613 .mysticky-welcomebar-header-title h3 {
1614 margin: 0;
1615 font-size: 26px;
1616 color: #4F4F4F;
1617 line-height: 1.2;
1618 display: inline-block;
1619 vertical-align: top;
1620 }
1621 .mysticky-welcomebar-header-title h3 + .mysticky-welcomebar-switch {
1622 margin-left: 20px;
1623 }
1624 .mysticky-welcomebar-subheader-title {
1625 padding: 40px 0 30px;
1626 }
1627 .mysticky-welcomebar-subheader-title h4 {
1628 margin: 0;
1629 font-weight: 400;
1630 font-size: 22px;
1631 line-height: 1.2;
1632 color: #4F4F4F;
1633 }
1634 .mysticky-welcomebar-setting-content {
1635 display: flex;
1636 /*align-items: center;*/
1637 padding-bottom: 20px;
1638 }
1639 .mysticky-welcomebar-setting-content.show-on-apper {
1640 align-items: flex-start;
1641 }
1642 .mysticky-welcomebar-setting-content > label {
1643 font-size: 18px;
1644 line-height: 1.2;
1645 color: #4F4F4F;
1646 font-weight: 500;
1647 margin-top: 10px;
1648 width: 210px;
1649 padding-right: 10px;
1650 }
1651 .mysticky-welcomebar-setting-content.show-on-apper > label {
1652 margin-top: 10px;
1653 }
1654 .mysticky-welcomebar-setting-content-right {
1655 width: 100%;
1656 align-items: center;
1657 display: flex;
1658 }
1659 .mysticky-welcomebar-setting-wrap .myStickymenu-upgrade {
1660 display: inline-block;
1661 vertical-align: top;
1662 float: none;
1663 margin-left: 20px;
1664 }
1665 .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-position .myStickymenu-upgrade {
1666 margin-left: 50px;
1667 }
1668 .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-remove-getbar .myStickymenu-upgrade {
1669 margin-left: 130px;
1670 }
1671 .mysticky-welcomebar-setting-content-right.mysticky-welcomebar-colorpicker .wp-picker-container{
1672 display: inline-block;
1673 }
1674 .mysticky-welcomebar-setting-content-right label {
1675 display: inline-block;
1676 vertical-align: top;
1677 width: 100px;
1678 padding-right: 10px;
1679 }
1680 .mysticky-welcomebar-setting-content-right .wp-picker-input-wrap label {
1681 width: auto;
1682 }
1683 .mysticky-welcomebar-setting-content-right .mysticky-welcomebar-trigger-wrap label {
1684 width: auto;
1685 }
1686 #mystickymenu .mysticky-welcomebar-setting-content-right .px-wrap input {
1687 padding-right: 60px;
1688 }
1689 .mysticky-welcomebar-setting-content-right select ,
1690 .mysticky-welcomebar-setting-content-right input[type="text"] ,
1691 .mysticky-welcomebar-setting-content-right textarea {
1692 width: 310px;
1693 height: 42px;
1694 border-radius: 20px;
1695 color: #32373c;
1696 display: block;
1697 padding: 0 10px;
1698 box-shadow: none;
1699 border: 1px solid #DCE2E2;
1700 margin: 0;
1701 font-size: 14px;
1702 font-weight: 400;
1703 }
1704 .mysticky-welcomebar-setting-content-right select {
1705 padding-right: 22px;
1706 }
1707 .mysticky-welcomebar-setting-content-right textarea {
1708 height: 100px;
1709 border-radius: 10px;
1710 padding-top: 9px;
1711 }
1712 #mystickymenu .wp-picker-container input[type="text"].wp-color-picker {
1713 border-radius: 0;
1714 height: 32px;
1715 border: 1px solid #DCE2E2;
1716 }
1717 #mystickymenu .wp-picker-input-wrap .button {
1718 height: 32px;
1719 }
1720 #mystickymenu .form-table .wp-picker-input-wrap label {
1721 padding-right: 10px;
1722 }
1723 .mysticky-welcomebar-setting-action {
1724 display: inline-block;
1725 vertical-align: top;
1726 }
1727 .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
1728 padding-left: 10px;
1729 }
1730 .mysticky-welcomebar-redirect label {
1731 width: auto;
1732 padding-right: 0;
1733 padding-top: 10px;
1734 }
1735 .mysticky-welcomebar-expirydate {
1736 position: relative;
1737 display: inline-block;
1738 vertical-align: top;
1739 }
1740 .mysticky-welcomebar-setting-content-right .mysticky-welcomebar-expirydate input {
1741 padding-left: 55px;
1742 }
1743 .mysticky-welcomebar-expirydate .dashicons {
1744 position: absolute;
1745 top: 0;
1746 left: 0;
1747 bottom: 0;
1748 color: #a7a7a7;
1749 border-right: 1px solid #a7a7a7;
1750 width: 46px;
1751 height: 100%;
1752 line-height: 40px;
1753 }
1754 a.create-rule {
1755 background-color: #7761DF;
1756 color: #fff;
1757 display: inline-block;
1758 margin: 10px 0 0;
1759 vertical-align: top;
1760 text-decoration: none;
1761 padding: 5px 12px;
1762 border-radius: 20px;
1763 box-shadow: none;
1764 outline: none;
1765 }
1766 .mysticky-welcomebar-upgrade-main {
1767 position: relative;
1768 vertical-align: top;
1769 width: 100%;
1770 padding-right: 10px;
1771 padding-bottom: 0;
1772 }
1773 .mysticky-welcomebar-upgrade-main .myStickymenu-upgrade {
1774 float: right;
1775 }
1776 .mysticky-welcomebar-page-option {
1777 margin-bottom: 20px;
1778 position: relative;
1779 }
1780 .mysticky-welcomebar-page-option select {
1781 width: 230px;
1782 }
1783 .mysticky-welcomebar-page-option .myStickymenu-upgrade {
1784 display: none;
1785 position: absolute;
1786 top: 9px;
1787 left: 50%;
1788 -webkit-transform: translateX(-50%);
1789 -moz-transform: translateX(-50%);
1790 transform: translateX(-50%);
1791 text-align: center;
1792 margin-left: 0;
1793 }
1794 .mysticky-welcomebar-page-option .myStickymenu-upgrade a {
1795 padding-top: 5px;
1796 padding-bottom: 7px;
1797 padding-left: 20px;
1798 padding-right: 20px;
1799 font-size: 14px;
1800 box-shadow: 0 0 3px #999;
1801 }
1802 .mysticky-welcomebar-page-option:hover .myStickymenu-upgrade {
1803 display: block;
1804 }
1805 .mysticky-welcomebar-page-option .url-content {
1806 /*display: flex;*/
1807 overflow:hidden;
1808 align-items: center;
1809 }
1810 .mysticky-welcomebar-page-option .url-content > div {
1811 padding: 0 5px;
1812 float: left;
1813
1814 }
1815
1816 .mysticky-welcomebar-page-option .url-content .mysticky-welcomebar-url-values,
1817 .mysticky-welcomebar-page-option .url-content .mysticky-welcomebar-url-option{
1818 width: 20%;
1819 }
1820 .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box {
1821 width: 28%;
1822 text-align: right;
1823 margin-top: 10px;
1824 }
1825
1826 /*.mysticky-welcomebar-page-option .url-content select {
1827 width: 120px;
1828 }
1829 */
1830 .mysticky-welcomebar-page-option .url-content input[type="text"] {
1831 height: 38px;
1832 padding: 0 15px;
1833 border-radius: 0;
1834 }
1835
1836 .mysticky-page-option .myStickymenu-upgrade {
1837 float: none;
1838 position: absolute;
1839 top: 0;
1840 left: 50%;
1841 /* right: 0; */
1842 text-align: center;
1843 /* background-color: rgba(0,0,0,0.6); */
1844 bottom: 0;
1845 border-radius: 10px;
1846 display: none;
1847 align-items: center;
1848 justify-content: center;
1849 -webkit-transform: translateX(-50%);
1850 -moz-transform: translateX(-50%);
1851 transform: translateX(-50%);
1852 }
1853 .mysticky-page-option:hover .myStickymenu-upgrade {
1854 display: flex;
1855 }
1856 .mysticky-page-option .myStickymenu-upgrade a {
1857 padding-top: 5px;
1858 padding-bottom: 7px;
1859 padding-left: 20px;
1860 padding-right: 20px;
1861 font-size: 14px;
1862 box-shadow: 0 0 3px #999;
1863 }
1864 .mysticky-page-option {
1865 background-color: #fff;
1866 padding: 10px;
1867 margin-bottom: 10px;
1868 border: 1px solid #DCE2E2;
1869 border-radius: 10px;
1870 position: relative;
1871 }
1872 .mysticky-page-option .url-content {
1873 display: flex;
1874 align-items: center;
1875 }
1876 .mysticky-page-option .url-content > div {
1877 padding: 0 5px;
1878 }
1879 .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box {
1880 width: 260px;
1881 text-align: right;
1882 }
1883 .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box {
1884 width: 300px;
1885 }
1886 .mysticky-page-option .url-content select {
1887 width: 250px;
1888 }
1889 .mysticky-page-option .url-content input[type="text"] {
1890 height: 38px;
1891 padding: 0 15px;
1892 border-radius: 0;
1893 }
1894 .mystickymenu-page-target-wrap {
1895 padding-bottom: 20px;
1896 }
1897
1898 .mysticky-welcomebar-remove-rule ,
1899 .mysticky-remove-rule {
1900 color: #fff;
1901 background-color: #666;
1902 text-decoration: none;
1903 display: inline-block;
1904 vertical-align: top;
1905 width: 38px;
1906 height: 38px;
1907 text-align: center;
1908 border-radius: 4px;
1909 font-size: 22px;
1910 line-height: 35px;
1911 }
1912 .mysticky-welcomebar-page-options {
1913 display: inline-block;
1914 vertical-align: top;
1915 }
1916 .mysticky-welcomebar-setting-right {
1917 position: absolute;
1918 top: 32px;
1919 right: 50px;
1920 width: 500px;
1921 }
1922 .mysticky-welcomebar-header-title::after {
1923 content: "";
1924 display: block;
1925 clear: both;
1926 }
1927 .mysticky-welcomebar-preview-window {
1928 float: right;
1929 }
1930 .mysticky-welcomebar-header-title {
1931 padding-bottom: 20px;
1932 }
1933 .mysticky-welcomebar-preview-window ul {
1934 margin: 0;
1935 padding: 0;
1936 }
1937 .mysticky-welcomebar-preview-window ul li {
1938 color: #7761DF;
1939 display: inline-block;
1940 vertical-align: top;
1941 width: 36px;
1942 height: 36px;
1943 background-color: #DFDDF7;
1944 border-radius: 50%;
1945 text-align: center;
1946 line-height: 36px;
1947 margin-bottom: 0;
1948 margin-left: 10px;
1949 }
1950 .mysticky-welcomebar-preview-window ul li.preview-active {
1951 color: #fff;
1952 background-color: #7761DF;
1953 }
1954 .mysticky-welcomebar-preview-window ul li .dashicons {
1955 line-height: 36px;
1956 }
1957 .mysticky-welcomebar-preview-screen {
1958 background-color: #ffffff;
1959 border: 1px solid #DCE2E2;
1960 border-radius: 10px;
1961 margin: 0 auto;
1962 padding: 0;
1963 height: 400px;
1964 position: relative;
1965 overflow: hidden;
1966 max-width: 100%;
1967 -webkit-transition: all 0.5s ease 0s;
1968 -moz-transition: all 0.5s ease 0s;
1969 transition: all 0.5s ease 0s;
1970 }
1971 .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen {
1972 max-width: 320px;
1973 }
1974 .mysticky-welcomebar-submit {
1975 float: right;
1976 padding-top: 50px;
1977 margin-right: -20px;
1978 }
1979 .mysticky-welcomebar-form-reset .mysticky-welcomebar-submit {
1980 margin-right: 0;
1981 padding-top: 30px;
1982 }
1983 .mysticky-welcomebar-submit input.button-secondary {
1984 background: #969696;
1985 border-color: #969696;
1986 color: #ffffff;
1987 text-transform: uppercase;
1988 border-radius: 31px;
1989 font-size: 26px;
1990 margin-right: 10px;
1991 padding-left: 23px;
1992 padding-right: 23px;
1993 height: 60px;
1994 width: 200px;
1995 border: 0;
1996 box-shadow: none;
1997 font-weight: 600;
1998 text-shadow: none;
1999 }
2000 .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-buttons {
2001 padding-right: 0;
2002 }
2003 .ui-dialog-buttonset .green-btn.ui-button {
2004 background-color: #00c67c;
2005 border-color: #00c67c;
2006 color: #fff;
2007 }
2008 .mysticky-welcomebar-setting-content-right.mysticky-welcomebar-setting-redirect-wrap {
2009 display: block;
2010 }
2011 .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-redirect-wrap .myStickymenu-upgrade {
2012 margin-top: 7px;
2013 }
2014 .updates-form-form {
2015 min-height: calc(100vh - 280px);
2016 }
2017 .popup-form-content {
2018 background: #ffffff;
2019 min-height: 100px;
2020 width: 450px;
2021 text-align: center;
2022 margin-top: 50px;
2023 border: solid 1px #c1c1c1;
2024 }
2025 .updates-content-buttons button {
2026 margin: 10px 3px !important;
2027 float: left;
2028 }
2029 .updates-content-buttons a span {
2030 -webkit-animation: fa-spin 0.75s infinite linear;
2031 animation: fa-spin 0.75s infinite linear;
2032 }
2033 .updates-content-buttons a:hover, .updates-content-buttons a:focus {
2034 color: #ffffff;
2035 background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1));
2036 }
2037 .updates-content-buttons a:focus {
2038 outline: 0;
2039 box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50,100,150,.4);
2040 }
2041 .updates-content-buttons button.form-cancel-btn {
2042 float: right !important;
2043 }
2044 .form-submit-btn {
2045 background-color: #3085d6;
2046 }
2047 .updates-content-buttons a span {
2048 -webkit-animation: fa-spin 0.75s infinite linear;
2049 animation: fa-spin 0.75s infinite linear;
2050 }
2051 .add-update-mystickymenu-title {
2052 font-size: 20px;
2053 line-height: 30px;
2054 padding: 20px 20px 0;
2055 }
2056 .mystickymenu-form-input {
2057 padding: 10px 20px;
2058 }
2059 .mystickymenu-form-input input {
2060 width: 100%;
2061 transition: border-color .3s,box-shadow .3s;
2062 border: 1px solid #d9d9d9;
2063 border-radius: .1875em;
2064 font-size: 1.125em;
2065 box-shadow: inset 0 1px 1px rgba(0,0,0,.06);
2066 box-sizing: border-box;
2067 height: 2.625em;
2068 margin: 1em auto;
2069 }
2070 .updates-content-buttons {
2071 background: #c1c1c1;
2072 padding: 0 20px;
2073 }
2074 div#wp-mysticky_bar_text-wrap {
2075 width: 40%;
2076 }
2077
2078 .mystickymenu-popup {
2079 position: fixed;
2080 width: 100%;
2081 height: 100%;
2082 top: 0;
2083 left: 0;
2084 z-index: 100001;
2085 background: rgba(0, 0, 0, .75)
2086 }
2087
2088 .mystickymenu-popup-box {
2089 padding: 0;
2090 width: 600px;
2091 max-width: 100%;
2092 margin: auto;
2093 top: 50%;
2094 position: absolute;
2095 left: 0;
2096 right: 0;
2097 border-radius: 5px;
2098 transform: translate(0, -50%);
2099 -webkit-transform: translate(0, -50%);
2100 -moz-transform: translate(0, -50%);
2101 text-align: center;
2102 background: #fcfcfc
2103 }
2104
2105 .mystickymenu-popup-header {
2106 padding: 15px;
2107 font-size: 20px;
2108 border-bottom: solid 1px #e6e6e6
2109 }
2110
2111 .mystickymenu-popup-content {
2112 background: #fff;
2113 padding: 15px;
2114 font-size: 14px;
2115 line-height: 20px
2116 }
2117
2118 .mystickymenu-popup-content iframe {
2119 margin: 30px 0
2120 }
2121
2122 .mystickymenu-popup-footer {
2123 padding: 15px;
2124 border-top: solid 1px #e6e6e6
2125 }
2126
2127 .mystickymenu-popup-footer button {
2128 border: none;
2129 padding: 10px 20px;
2130 border-radius: 4px;
2131 background: #00c478;
2132 color: #fff;
2133 cursor: pointer;
2134 }
2135
2136 .close-mystickymenu-popup {
2137 margin: 0;
2138 padding: 0;
2139 background: 0 0;
2140 border: none;
2141 float: right;
2142 background: #000;
2143 border-radius: 50%;
2144 color: #fff;
2145 text-align: center;
2146 width: 24px;
2147 height: 24px;
2148 cursor: pointer;
2149 }
2150
2151 .close-mystickymenu-popup span {
2152 line-height: 24px
2153 }
2154 @-webkit-keyframes fa-spin {
2155 0% {
2156 -webkit-transform: rotate(0deg);
2157 transform: rotate(0deg);
2158 }
2159 100% {
2160 -webkit-transform: rotate(359deg);
2161 transform: rotate(359deg);
2162 }
2163 }
2164 @media only screen and (max-width: 1490px) {
2165 .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
2166 padding-left: 10px;
2167 }
2168 .mysticky-welcomebar-setting-right {
2169 width: 400px;
2170 }
2171 }
2172 @media only screen and (max-width: 1355px) {
2173 .mysticky-welcomebar-page-option .url-content select {
2174 width: 130px;
2175 }
2176 .mysticky-welcomebar-page-option .url-content input[type="text"] {
2177 width: 180px;
2178 }
2179 .mysticky-welcomebar-setting-action {
2180 display: block;
2181 }
2182 .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
2183 padding-left: 0;
2184 padding-top: 10px;
2185 }
2186 }
2187 @media only screen and (max-width: 1200px) {
2188 .mysticky-welcomebar-page-option .url-content select {
2189 width: 110px;
2190 }
2191 .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box {
2192 width: 230px;
2193 }
2194 .mysticky-welcomebar-page-option {
2195 padding: 10px 3px;
2196 }
2197 .mysticky-welcomebar-page-option .url-content input[type="text"] {
2198 width: 150px;
2199 }
2200 }
2201 @media only screen and (max-width: 1100px) {
2202 .mysticky-welcomebar-setting-right {
2203 width: 340px;
2204 right: 40px;
2205 }
2206 }
2207 @media only screen and (max-width: 1024px) {
2208 .mysticky-welcomebar-setting-right {
2209 right: 40px;
2210 width: 310px;
2211 }
2212 .mysticky-welcomebar-setting-content > label {
2213 font-size: 16px;
2214 width: 200px;
2215 padding-right: 10px;
2216 }
2217 .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen {
2218 max-width: 250px;
2219 }
2220 }
2221
2222
2223
2224 .mysticky-custom-fields-tooltip{
2225 position: relative;
2226 margin-left: 20px;
2227 }
2228 .mysticky-custom-fields-tooltip:hover p {
2229 bottom: 100%;
2230 opacity: 1;
2231 visibility: visible;
2232 }
2233
2234 .mysticky-custom-fields-tooltip a.mysticky-tooltip {
2235 width: 20px;
2236 height: 20px;
2237 line-height: 20px;
2238 border-radius: 35px;
2239 padding: 0;
2240 text-align: center;
2241 font-size: 12px;
2242 display: inline-block;
2243 color: #ffffff;
2244 text-decoration: none;
2245 }
2246 .mysticky-custom-fields-tooltip a.mysticky-tooltip .dashicons{
2247 text-transform: uppercase;
2248 color: #1E1E1E;
2249 }
2250 .mysticky-custom-fields-tooltip p {
2251 margin: 0;
2252 margin-bottom: 0px;
2253 background-color: #000;
2254 width: 380px;
2255 padding: 10px 10px;
2256 border-radius: 8px;
2257 color: #fff;
2258 position: absolute;
2259 bottom: 200%;
2260 left: -20px;
2261 margin-bottom: 10px;
2262 -webkit-transition: all 0.5s ease 0s;
2263 -moz-transition: all 0.5s ease 0s;
2264 transition: all 0.5s ease 0s;
2265 opacity: 0;
2266 visibility: hidden;
2267 }
2268 .mysticky-custom-fields-tooltip p::before {
2269 content: "";
2270 border-top: 10px solid #000;
2271 border-left: 10px solid transparent;
2272 border-right: 10px solid transparent;
2273 width: 0;
2274 height: 0;
2275 position: absolute;
2276 bottom: -8px;
2277 left: 25px;
2278 }