PluginProbe ʕ •ᴥ•ʔ
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) / 2.5
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) v2.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 5 years ago select2.min.css 5 years ago
mystickymenu-admin.css
2291 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: 310px;
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 .mysticky-welcomebar-setting-content-right select {
1718 padding-right: 22px;
1719 }
1720 .mysticky-welcomebar-setting-content-right textarea {
1721 height: 100px;
1722 border-radius: 10px;
1723 padding-top: 9px;
1724 }
1725 #mystickymenu .wp-picker-container input[type="text"].wp-color-picker {
1726 border-radius: 0;
1727 height: 32px;
1728 border: 1px solid #DCE2E2;
1729 }
1730 #mystickymenu .wp-picker-input-wrap .button {
1731 height: 32px;
1732 }
1733 #mystickymenu .form-table .wp-picker-input-wrap label {
1734 padding-right: 10px;
1735 }
1736 .mysticky-welcomebar-setting-action {
1737 display: inline-block;
1738 vertical-align: top;
1739 }
1740 .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
1741 padding-left: 10px;
1742 }
1743 .mysticky-welcomebar-redirect label {
1744 width: auto;
1745 padding-right: 0;
1746 padding-top: 10px;
1747 }
1748 .mysticky-welcomebar-expirydate {
1749 position: relative;
1750 display: inline-block;
1751 vertical-align: top;
1752 }
1753 .mysticky-welcomebar-setting-content-right .mysticky-welcomebar-expirydate input {
1754 padding-left: 55px;
1755 }
1756 .mysticky-welcomebar-expirydate .dashicons {
1757 position: absolute;
1758 top: 0;
1759 left: 0;
1760 bottom: 0;
1761 color: #a7a7a7;
1762 border-right: 1px solid #a7a7a7;
1763 width: 46px;
1764 height: 100%;
1765 line-height: 40px;
1766 }
1767 a.create-rule {
1768 background-color: #7761DF;
1769 color: #fff;
1770 display: inline-block;
1771 margin: 10px 0 0;
1772 vertical-align: top;
1773 text-decoration: none;
1774 padding: 5px 12px;
1775 border-radius: 20px;
1776 box-shadow: none;
1777 outline: none;
1778 }
1779 .mysticky-welcomebar-upgrade-main {
1780 position: relative;
1781 vertical-align: top;
1782 width: 100%;
1783 padding-right: 10px;
1784 padding-bottom: 0;
1785 }
1786 .mysticky-welcomebar-upgrade-main .myStickymenu-upgrade {
1787 float: right;
1788 }
1789 .mysticky-welcomebar-page-option {
1790 margin-bottom: 20px;
1791 position: relative;
1792 }
1793 .mysticky-welcomebar-page-option select {
1794 width: 230px;
1795 }
1796 .mysticky-welcomebar-page-option .myStickymenu-upgrade {
1797 display: none;
1798 position: absolute;
1799 top: 9px;
1800 left: 50%;
1801 -webkit-transform: translateX(-50%);
1802 -moz-transform: translateX(-50%);
1803 transform: translateX(-50%);
1804 text-align: center;
1805 margin-left: 0;
1806 }
1807 .mysticky-welcomebar-page-option .myStickymenu-upgrade a {
1808 padding-top: 5px;
1809 padding-bottom: 7px;
1810 padding-left: 20px;
1811 padding-right: 20px;
1812 font-size: 14px;
1813 box-shadow: 0 0 3px #999;
1814 }
1815 .mysticky-welcomebar-page-option:hover .myStickymenu-upgrade {
1816 display: block;
1817 }
1818 .mysticky-welcomebar-page-option .url-content {
1819 /*display: flex;*/
1820 overflow:hidden;
1821 align-items: center;
1822 }
1823 .mysticky-welcomebar-page-option .url-content > div {
1824 padding: 0 5px;
1825 float: left;
1826
1827 }
1828
1829 .mysticky-welcomebar-page-option .url-content .mysticky-welcomebar-url-values,
1830 .mysticky-welcomebar-page-option .url-content .mysticky-welcomebar-url-option{
1831 width: 20%;
1832 }
1833 .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box {
1834 width: 28%;
1835 text-align: right;
1836 margin-top: 10px;
1837 }
1838
1839 /*.mysticky-welcomebar-page-option .url-content select {
1840 width: 120px;
1841 }
1842 */
1843 .mysticky-welcomebar-page-option .url-content input[type="text"] {
1844 height: 38px;
1845 padding: 0 15px;
1846 border-radius: 0;
1847 }
1848
1849 .mysticky-page-option .myStickymenu-upgrade {
1850 float: none;
1851 position: absolute;
1852 top: 0;
1853 left: 50%;
1854 /* right: 0; */
1855 text-align: center;
1856 /* background-color: rgba(0,0,0,0.6); */
1857 bottom: 0;
1858 border-radius: 10px;
1859 display: none;
1860 align-items: center;
1861 justify-content: center;
1862 -webkit-transform: translateX(-50%);
1863 -moz-transform: translateX(-50%);
1864 transform: translateX(-50%);
1865 }
1866 .mysticky-page-option:hover .myStickymenu-upgrade {
1867 display: flex;
1868 }
1869 .mysticky-page-option .myStickymenu-upgrade a {
1870 padding-top: 5px;
1871 padding-bottom: 7px;
1872 padding-left: 20px;
1873 padding-right: 20px;
1874 font-size: 14px;
1875 box-shadow: 0 0 3px #999;
1876 }
1877 .mysticky-page-option {
1878 background-color: #fff;
1879 padding: 10px;
1880 margin-bottom: 10px;
1881 border: 1px solid #DCE2E2;
1882 border-radius: 10px;
1883 position: relative;
1884 }
1885 .mysticky-page-option .url-content {
1886 display: flex;
1887 align-items: center;
1888 }
1889 .mysticky-page-option .url-content > div {
1890 padding: 0 5px;
1891 }
1892 .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box {
1893 width: 260px;
1894 text-align: right;
1895 }
1896 .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box {
1897 width: 300px;
1898 }
1899 .mysticky-page-option .url-content select {
1900 width: 250px;
1901 }
1902 .mysticky-page-option .url-content input[type="text"] {
1903 height: 38px;
1904 padding: 0 15px;
1905 border-radius: 0;
1906 }
1907 .mystickymenu-page-target-wrap {
1908 padding-bottom: 20px;
1909 }
1910
1911 .mysticky-welcomebar-remove-rule ,
1912 .mysticky-remove-rule {
1913 color: #fff;
1914 background-color: #666;
1915 text-decoration: none;
1916 display: inline-block;
1917 vertical-align: top;
1918 width: 38px;
1919 height: 38px;
1920 text-align: center;
1921 border-radius: 4px;
1922 font-size: 22px;
1923 line-height: 35px;
1924 }
1925 .mysticky-welcomebar-page-options {
1926 display: inline-block;
1927 vertical-align: top;
1928 }
1929 .mysticky-welcomebar-setting-right {
1930 position: absolute;
1931 top: 32px;
1932 right: 50px;
1933 width: 500px;
1934 }
1935 .mysticky-welcomebar-header-title::after {
1936 content: "";
1937 display: block;
1938 clear: both;
1939 }
1940 .mysticky-welcomebar-preview-window {
1941 float: right;
1942 }
1943 .mysticky-welcomebar-header-title {
1944 padding-bottom: 20px;
1945 }
1946 .mysticky-welcomebar-preview-window ul {
1947 margin: 0;
1948 padding: 0;
1949 }
1950 .mysticky-welcomebar-preview-window ul li {
1951 color: #7761DF;
1952 display: inline-block;
1953 vertical-align: top;
1954 width: 36px;
1955 height: 36px;
1956 background-color: #DFDDF7;
1957 border-radius: 50%;
1958 text-align: center;
1959 line-height: 36px;
1960 margin-bottom: 0;
1961 margin-left: 10px;
1962 }
1963 .mysticky-welcomebar-preview-window ul li.preview-active {
1964 color: #fff;
1965 background-color: #7761DF;
1966 }
1967 .mysticky-welcomebar-preview-window ul li .dashicons {
1968 line-height: 36px;
1969 }
1970 .mysticky-welcomebar-preview-screen {
1971 background-color: #ffffff;
1972 border: 1px solid #DCE2E2;
1973 border-radius: 10px;
1974 margin: 0 auto;
1975 padding: 0;
1976 height: 400px;
1977 position: relative;
1978 overflow: hidden;
1979 max-width: 100%;
1980 -webkit-transition: all 0.5s ease 0s;
1981 -moz-transition: all 0.5s ease 0s;
1982 transition: all 0.5s ease 0s;
1983 }
1984 .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen {
1985 max-width: 320px;
1986 }
1987 .mysticky-welcomebar-submit {
1988 float: right;
1989 padding-top: 50px;
1990 margin-right: -20px;
1991 }
1992 .mysticky-welcomebar-form-reset .mysticky-welcomebar-submit {
1993 margin-right: 0;
1994 padding-top: 30px;
1995 }
1996 .mysticky-welcomebar-submit input.button-secondary {
1997 background: #969696;
1998 border-color: #969696;
1999 color: #ffffff;
2000 text-transform: uppercase;
2001 border-radius: 31px;
2002 font-size: 26px;
2003 margin-right: 10px;
2004 padding-left: 23px;
2005 padding-right: 23px;
2006 height: 60px;
2007 width: 200px;
2008 border: 0;
2009 box-shadow: none;
2010 font-weight: 600;
2011 text-shadow: none;
2012 }
2013 .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-buttons {
2014 padding-right: 0;
2015 }
2016 .ui-dialog-buttonset .green-btn.ui-button {
2017 background-color: #00c67c;
2018 border-color: #00c67c;
2019 color: #fff;
2020 }
2021 .mysticky-welcomebar-setting-content-right.mysticky-welcomebar-setting-redirect-wrap {
2022 display: block;
2023 }
2024 .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-redirect-wrap .myStickymenu-upgrade {
2025 margin-top: 7px;
2026 }
2027 .updates-form-form {
2028 min-height: calc(100vh - 280px);
2029 }
2030 .popup-form-content {
2031 background: #ffffff;
2032 min-height: 100px;
2033 width: 450px;
2034 text-align: center;
2035 margin-top: 50px;
2036 border: solid 1px #c1c1c1;
2037 }
2038 .updates-content-buttons button {
2039 margin: 10px 3px !important;
2040 float: left;
2041 }
2042 .updates-content-buttons a span {
2043 -webkit-animation: fa-spin 0.75s infinite linear;
2044 animation: fa-spin 0.75s infinite linear;
2045 }
2046 .updates-content-buttons a:hover, .updates-content-buttons a:focus {
2047 color: #ffffff;
2048 background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1));
2049 }
2050 .updates-content-buttons a:focus {
2051 outline: 0;
2052 box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50,100,150,.4);
2053 }
2054 .updates-content-buttons button.form-cancel-btn {
2055 float: right !important;
2056 }
2057 .form-submit-btn {
2058 background-color: #3085d6;
2059 }
2060 .updates-content-buttons a span {
2061 -webkit-animation: fa-spin 0.75s infinite linear;
2062 animation: fa-spin 0.75s infinite linear;
2063 }
2064 .add-update-mystickymenu-title {
2065 font-size: 20px;
2066 line-height: 30px;
2067 padding: 20px 20px 0;
2068 }
2069 .mystickymenu-form-input {
2070 padding: 10px 20px;
2071 }
2072 .mystickymenu-form-input input {
2073 width: 100%;
2074 transition: border-color .3s,box-shadow .3s;
2075 border: 1px solid #d9d9d9;
2076 border-radius: .1875em;
2077 font-size: 1.125em;
2078 box-shadow: inset 0 1px 1px rgba(0,0,0,.06);
2079 box-sizing: border-box;
2080 height: 2.625em;
2081 margin: 1em auto;
2082 }
2083 .updates-content-buttons {
2084 background: #c1c1c1;
2085 padding: 0 20px;
2086 }
2087 div#wp-mysticky_bar_text-wrap {
2088 width: 40%;
2089 }
2090
2091 .mystickymenu-popup {
2092 position: fixed;
2093 width: 100%;
2094 height: 100%;
2095 top: 0;
2096 left: 0;
2097 z-index: 100001;
2098 background: rgba(0, 0, 0, .75)
2099 }
2100
2101 .mystickymenu-popup-box {
2102 padding: 0;
2103 width: 600px;
2104 max-width: 100%;
2105 margin: auto;
2106 top: 50%;
2107 position: absolute;
2108 left: 0;
2109 right: 0;
2110 border-radius: 5px;
2111 transform: translate(0, -50%);
2112 -webkit-transform: translate(0, -50%);
2113 -moz-transform: translate(0, -50%);
2114 text-align: center;
2115 background: #fcfcfc
2116 }
2117
2118 .mystickymenu-popup-header {
2119 padding: 15px;
2120 font-size: 20px;
2121 border-bottom: solid 1px #e6e6e6
2122 }
2123
2124 .mystickymenu-popup-content {
2125 background: #fff;
2126 padding: 15px;
2127 font-size: 14px;
2128 line-height: 20px
2129 }
2130
2131 .mystickymenu-popup-content iframe {
2132 margin: 30px 0
2133 }
2134
2135 .mystickymenu-popup-footer {
2136 padding: 15px;
2137 border-top: solid 1px #e6e6e6
2138 }
2139
2140 .mystickymenu-popup-footer button {
2141 border: none;
2142 padding: 10px 20px;
2143 border-radius: 4px;
2144 background: #00c478;
2145 color: #fff;
2146 cursor: pointer;
2147 }
2148
2149 .close-mystickymenu-popup {
2150 margin: 0;
2151 padding: 0;
2152 background: 0 0;
2153 border: none;
2154 float: right;
2155 background: #000;
2156 border-radius: 50%;
2157 color: #fff;
2158 text-align: center;
2159 width: 24px;
2160 height: 24px;
2161 cursor: pointer;
2162 }
2163
2164 .close-mystickymenu-popup span {
2165 line-height: 24px
2166 }
2167 @-webkit-keyframes fa-spin {
2168 0% {
2169 -webkit-transform: rotate(0deg);
2170 transform: rotate(0deg);
2171 }
2172 100% {
2173 -webkit-transform: rotate(359deg);
2174 transform: rotate(359deg);
2175 }
2176 }
2177 @media only screen and (max-width: 1490px) {
2178 .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
2179 padding-left: 10px;
2180 }
2181 .mysticky-welcomebar-setting-right {
2182 width: 400px;
2183 }
2184 }
2185 @media only screen and (max-width: 1355px) {
2186 .mysticky-welcomebar-page-option .url-content select {
2187 width: 130px;
2188 }
2189 .mysticky-welcomebar-page-option .url-content input[type="text"] {
2190 width: 180px;
2191 }
2192 .mysticky-welcomebar-setting-action {
2193 display: block;
2194 }
2195 .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
2196 padding-left: 0;
2197 padding-top: 10px;
2198 }
2199 }
2200 @media only screen and (max-width: 1200px) {
2201 .mysticky-welcomebar-page-option .url-content select {
2202 width: 110px;
2203 }
2204 .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box {
2205 width: 230px;
2206 }
2207 .mysticky-welcomebar-page-option {
2208 padding: 10px 3px;
2209 }
2210 .mysticky-welcomebar-page-option .url-content input[type="text"] {
2211 width: 150px;
2212 }
2213 }
2214 @media only screen and (max-width: 1100px) {
2215 .mysticky-welcomebar-setting-right {
2216 width: 340px;
2217 right: 40px;
2218 }
2219 }
2220 @media only screen and (max-width: 1024px) {
2221 .mysticky-welcomebar-setting-right {
2222 right: 40px;
2223 width: 310px;
2224 }
2225 .mysticky-welcomebar-setting-content > label {
2226 font-size: 16px;
2227 width: 200px;
2228 padding-right: 10px;
2229 }
2230 .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen {
2231 max-width: 250px;
2232 }
2233 }
2234
2235
2236
2237 .mysticky-custom-fields-tooltip{
2238 position: relative;
2239 margin-left: 20px;
2240 }
2241 .mysticky-custom-fields-tooltip:hover p {
2242 bottom: 100%;
2243 opacity: 1;
2244 visibility: visible;
2245 }
2246
2247 .mysticky-custom-fields-tooltip a.mysticky-tooltip {
2248 width: 20px;
2249 height: 20px;
2250 line-height: 20px;
2251 border-radius: 35px;
2252 padding: 0;
2253 text-align: center;
2254 font-size: 12px;
2255 display: inline-block;
2256 color: #ffffff;
2257 text-decoration: none;
2258 }
2259 .mysticky-custom-fields-tooltip a.mysticky-tooltip .dashicons{
2260 text-transform: uppercase;
2261 color: #1E1E1E;
2262 }
2263 .mysticky-custom-fields-tooltip p {
2264 margin: 0;
2265 margin-bottom: 0px;
2266 background-color: #000;
2267 width: 380px;
2268 padding: 10px 10px;
2269 border-radius: 8px;
2270 color: #fff;
2271 position: absolute;
2272 bottom: 200%;
2273 left: -20px;
2274 margin-bottom: 10px;
2275 -webkit-transition: all 0.5s ease 0s;
2276 -moz-transition: all 0.5s ease 0s;
2277 transition: all 0.5s ease 0s;
2278 opacity: 0;
2279 visibility: hidden;
2280 }
2281 .mysticky-custom-fields-tooltip p::before {
2282 content: "";
2283 border-top: 10px solid #000;
2284 border-left: 10px solid transparent;
2285 border-right: 10px solid transparent;
2286 width: 0;
2287 height: 0;
2288 position: absolute;
2289 bottom: -8px;
2290 left: 25px;
2291 }