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