PluginProbe ʕ •ᴥ•ʔ
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) / 2.5.7
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) v2.5.7
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-rtl.css 4 years ago admin-setting.css 5 years ago jquery.ui.datepicker.css 5 years ago mystickymenu-admin-rtl.css 4 years ago mystickymenu-admin.css 4 years ago select2.min.css 5 years ago
mystickymenu-admin.css
3321 lines
1 a:active, a:focus, li:focus, li:active {
2 outline: none !important;
3 border: none !important;
4 text-decoration: none !important;
5 box-shadow: none !important;
6 -webkit-tap-highlight-color: transparent !important;
7 -webkit-user-select: none; / Chrome/Safari /
8 -moz-user-select: none; / Firefox /
9 -ms-user-select: none; / IE10+ /
10 user-select: none;
11 }
12
13 div#wpcontent{background:none !important;}
14
15
16 /*@font-face {
17 font-family: 'poppinsregular';
18 src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
19 url('../fonts/poppins-regular-webfont.woff') format('woff');
20 font-weight: normal;
21 font-style: normal;
22 }
23
24 @font-face {
25 font-family: 'poppinsbold';
26 src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
27 url('../fonts/poppins-bold-webfont.woff') format('woff');
28 font-weight: normal;
29 font-style: normal;
30 }
31
32 @font-face {
33 font-family: 'poppins_lightregular';
34 src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
35 url('../fonts/poppins-light-webfont.woff') format('woff');
36 font-weight: normal;
37 font-style: normal;
38 }
39 */
40 @font-face {
41 font-family: 'Lato', sans-serif;
42 src: url('../fonts/lato-v20-latin-regular.woff') format('woff');
43 font-weight: normal;
44 font-style: normal;
45 }
46
47 @font-face {
48 font-family: 'Lato', sans-serif;
49 src: url('../fonts/lato-v20-latin-300.woff') format('woff');
50 font-weight: 300;
51 font-style: normal;
52 }
53
54 @font-face {
55 font-family: 'Lato', sans-serif;
56 src: url('../fonts/lato-v20-latin-700.woff') format('woff');
57 font-weight: 700;
58 font-style: normal;
59 }
60
61 @font-face {
62 font-family: 'Lato', sans-serif;
63 src: url('../fonts/lato-semibold.woff') format('woff');
64 font-weight: semibold;
65 font-style: normal;
66 }
67
68 #custom-handle {
69 width: 3em;
70 height: 1.6em;
71 top: 50%;
72 margin-top: -.8em;
73 text-align: center;
74 line-height: 1.6em;
75 }
76
77 #mystickymenu {
78 font-family: 'Lato', sans-serif;
79 /*background: #fff;
80 padding: 0 0 15px 0;
81 border-radius: 10px;*/
82 }
83
84 .main-content {
85 float: left;
86 width: 65%;
87 }
88
89 .main-sidebar {
90 float: right;
91 width: 30%;
92 background: #ffffff;
93 border: 1px solid #e5e5e5;
94 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
95 }
96
97 .main-sidebar h3 {
98 margin: 0;
99 padding: 8px 12px;
100 border-bottom: 1px solid #ececec;
101 }
102
103 .main-sidebar .inner {
104 padding: 10px;
105 }
106
107 .main-sidebar p {
108 padding: 8px;
109 margin: 0;
110 border-top: solid 1px #e5e5e5;
111 }
112
113 /*.mystickyinput {padding-top: 6px;}*/
114 @media screen and (max-width: 782px) {
115 .main-content, .main-sidebar {
116 width: 100%;
117 float: none;
118 clear: both;
119 }
120 }
121
122 .myssticky-remove-hand {
123 cursor: default;
124 }
125
126 /* */
127 .mystickymenu-content-section input[type="number"]#myfixed_zindex {
128 -moz-appearance: textfield-multiline;
129 }
130
131 .mystickymenu-content-section input[type="number"] {
132 -moz-appearance: textfield;
133 }
134
135 .mystickymenu-content-section input[type="number"]::-webkit-inner-spin-button, .mystickymenu-content-section input[type="number"]::-webkit-outer-spin-button {
136 -webkit-appearance: none;
137 margin: 0;
138 }
139
140 .mystickymenu-content-section .mysticky-number {
141 display: inline-block;
142 margin: 0 0 10px;
143 position: relative;
144 }
145
146 #mystickymenu .mystickymenu-content-section .mysticky-number {
147 /*width: 90px;*/
148 }
149
150 #mystickymenu input[type=number] {
151 color: #A7A7A7;
152 border-radius: 21px;
153 background-color: #ffffff;
154 border: 1px solid #DCE2E2;
155 font-size: 14px;
156 font-weight: 400;
157 height: 42px;
158 padding: 0 10px 0 12px;
159 margin: 0;
160 width: 310px;
161 box-shadow: none;
162 }
163
164 .pt_number {
165 display: inline-block;
166 vertical-align: top;
167 margin-top: 7px;
168 }
169
170 .mysticky-welcomebar-setting-content-right input[type="text"]:disabled {
171 color: #a0a5aa;
172 border-color: #ddd;
173 background-color: #f7f7f7;
174 }
175
176 .mystickymenu-content-section .mysticky-number:focus {
177 outline: 0;
178 }
179
180 .mystickymenu-content-section .mysticky-number .pt_number {
181 float: left;
182 position: relative;
183 height: 30px;
184 }
185
186 .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton {
187 position: relative;
188 cursor: pointer;
189 border-left: 1px solid #b7b7b7;
190 width: 15px;
191 text-align: center;
192 color: #333;
193 font-size: 14px;
194 line-height: 1.1;
195 -webkit-transform: translateX(-100%);
196 transform: translateX(-100%);
197 -webkit-user-select: none;
198 -moz-user-select: none;
199 -ms-user-select: none;
200 user-select: none;
201 }
202
203 .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton:active {
204 box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
205 -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
206 }
207
208 .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberup {
209 position: absolute;
210 height: 50%;
211 top: 0;
212 border-bottom: 1px solid #b7b7b7;
213 }
214
215 .mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberdown {
216 position: absolute;
217 bottom: 0px;
218 height: 50%;
219 }
220
221 /* */
222
223 input#mysticky_class_selector {
224 border-radius: 24px;
225 border: 1px solid #E6E5EC;
226 height: 46px;
227 padding: 0 26px;
228 width: 49%
229 }
230
231 .mystickymenu-content-section {
232 background-color: #F9FCFC;
233 border-radius: 7px;
234 margin-bottom: 20px;
235 border: 1px solid #E1E6E6;
236 }
237
238 input#myfixed_disable_small_screen {
239 border-radius: 21px;
240 }
241
242 input#mysticky_active_on_height_home {
243 border-radius: 21px;
244 }
245
246 textarea#myfixed_cssstyle {
247 width: 100%;
248 margin-top: 12px;
249 border-radius: 10px;
250 background-color: #fff;
251 height: 120px;
252 resize: none;
253 border: 1px solid #DCE2E2;
254 padding: 10px 10px;
255 }
256
257 label {
258 font-size: 15px;
259 }
260
261 .sticky-class-sec tr td {
262 width: 50%;
263 }
264
265 .px-wrap {
266 position: relative;
267 display: inline-block;
268 vertical-align: top;
269 }
270
271 .mystickymenu-content-option {
272 padding: 20px 20px 0;
273 }
274
275 .mystickymenu-heading {
276 padding-bottom: 20px;
277 }
278
279 .myStickymenu-header-title {
280 background-color: #B2D2FC;
281 padding: 13px 20px;
282 border-radius: 10px 10px 0 0;
283 }
284
285 .myStickymenu-header-title h3 {
286 margin: 0;
287 color: #1F4B84;
288 font-size: 18px;
289 font-weight: 600;
290 line-height: 1.2;
291 }
292
293 .mystickymenu-heading p {
294 background-color: #D6EFFF;
295 color: #1F4B84;
296 border-radius: 0 0 10px 10px;
297 padding: 13px 20px;
298 margin: 0;
299 font-size: 14px;
300 line-height: 28px;
301 }
302
303 .mystickynumber {
304 position: relative;
305 padding-left: 30px;
306 }
307
308 .pt_numberbutton.pt_numberup {
309 height: 25px;
310 width: 25px;
311 line-height: 25px;
312 background-color: #808080;
313 border-radius: 50%;
314 position: relative;
315 margin-left: 5px;
316 display: inline-block;
317 color: white;
318 font-size: 21px;
319 cursor: pointer;
320 text-align: center;
321 margin-top: 2px;
322 }
323
324 .pt_numberbutton.pt_numberdown {
325 height: 25px;
326 width: 25px;
327 line-height: 25px;
328 background-color: #808080;
329 border-radius: 50%;
330 position: absolute;
331 top: 8px;
332 left: 0;
333 display: inline-block;
334 color: white;
335 font-size: 21px;
336 cursor: pointer;
337 text-align: center;
338 }
339
340 span.input-px {
341 height: 42px;
342 width: 57px;
343 background-color: #808080;
344 position: absolute;
345 right: 0;
346 top: 0px;
347 display: inline-block;
348 vertical-align: top;
349 font-size: 14px;
350 border-radius: 0 21px 21px 0;
351 color: #fff;
352 line-height: 42px;
353 text-align: center;
354 }
355
356 .mysticky_device_upgrade {
357 background-color: #f0ecfb;
358 border-radius: 20px;
359 padding: 15px 40px 20px 20px;
360 }
361
362 .mystickymenu-content-section.mystickymenu-content-upgrade {
363 background-color: #f4f4fd;
364 }
365
366 .myStickymenu-upgrade a {
367 background: #E1DAF6;
368 border-radius: 20px;
369 color: #7559C0;
370 padding-top: 2px;
371 padding-bottom: 6px;
372 padding-left: 10px;
373 padding-right: 10px;
374 font-weight: bold;
375 text-transform: uppercase;
376 font-size: 12px;
377 display: inline-block;
378 vertical-align: top;
379 line-height: 1;
380 }
381 .myStickymenu-upgrade {
382 float: right;
383 }
384
385 .myStickymenu-upgrade a:before {
386 content: "\f160";
387 font-family: dashicons;
388 position: relative;
389 top: 3px;
390 font-size: 16px;
391 }
392
393 .mystickymenu-input-section ul.mystickymenu-input-multicheckbox li {
394 display: inline-block;
395 width: 21%;
396 }
397
398 input#submit.button.button-primary {
399 background: #00c67c;
400 border-color: #00c67c;
401 text-transform: uppercase;
402 border-radius: 31px;
403 font-size: 26px;
404 padding-left: 23px;
405 padding-right: 23px;
406 height: 60px;
407 width: 200px;
408 border: 0;
409 box-shadow: none;
410 font-weight: 600;
411 text-shadow: none;
412 }
413
414 input.button.button-secondary.confirm {
415 background: #969696;
416 border-color: #969696;
417 text-transform: uppercase;
418 font-size: 26px;
419 padding-left: 23px;
420 padding-right: 23px;
421 float: right;
422 color: white;
423 margin-right: 10px;
424 height: 60px;
425 width: 200px;
426 border-radius: 31px;
427 font-weight: 600;
428 }
429
430 table ul.mystickymenu-input-multicheckbox {
431 width: 100%;
432 display: inline-flex;
433 }
434
435 p.myStickymenu-review a {
436 font-size: 20px;
437 }
438
439 table ul.mystickymenu-input-multicheckbox li {
440 padding-right: 21px;
441 }
442
443 table {
444 width: 100%;
445 }
446
447 #mystickymenu table tr td {
448 padding: 20px;
449 }
450
451 div#mystickymenu {
452 overflow-x: hidden;
453 overflow-y: hidden;
454 }
455
456 label.mysticky_title {
457 font-weight: 500;
458 font-size: 18px;
459 line-height: 1.2;
460 color: #4F4F4F;
461 }
462
463 .mystickymenu-content-option p label.mysticky_text {
464 margin-left: 0px;
465 }
466
467 span.mysticky_text {
468 font-size: 14px;
469 color: #9E9E9E;
470 margin-left: 20px;
471 font-style: italic;
472 }
473
474 label.mysticky_text {
475 font-size: 14px;
476 /*color: #9E9E9E;*/
477 margin-left: 20px;
478 font-style: italic;
479 }
480
481 select#mystickymenu-select {
482 border-radius: 24px;
483 border: 1px solid #E6E5EC;
484 height: 46px;
485 box-shadow: none;
486 padding: 0 26px;
487 width: 49%;
488 display: inline-block;
489 vertical-align: top;
490 }
491
492 .mystickymenu-input-section {
493 margin-top: 9px;
494 }
495
496 label.mysticky_title.css-style-title {
497 font-size: 20px;
498 }
499
500 span.wp-color-result-text {
501 display: none;
502 }
503
504 button.button.wp-color-result {
505 border-radius: 50%;
506 height: 30px !important;
507 }
508 button.button.wp-color-result .color-alpha {
509 border-radius: 50% !important;
510 height: 28px !important;
511 }
512
513 .mystickymenu-content-section h3 {
514 margin-left: 20px;
515 font-weight: 600;
516 font-size: 26px;
517 line-height: 1.2;
518 color: #4F4F4F;
519 margin: 0;
520 padding: 24px 20px;
521 }
522
523 .form-table {
524 margin-top: 0;
525 }
526
527 ul.mystickymenu-input-multicheckbox li span {
528 font-size: 16px;
529 color: #4F4F4F;
530 }
531
532 .mystickymenu-input-section label {
533 /*color: #9E9E9E;*/
534 font-size: 16px;
535 }
536 #mystickymenu .mystickymenu-input-section input.mystickymenu_normal_text{
537 border-radius: 0px;
538 height: 35px;
539 margin: 10px;
540 }
541 #mystickymenu .mystickymenu-input-section span.description{
542 font-style: normal;
543 font-size: 16px;
544 }
545 .myStickymenu-upgrade a {
546 text-decoration: none;
547 color: #7559C0;
548 }
549
550 #mystickymenu p.submit {
551 margin-top: 0;
552 padding-top: 0;
553 float: right;
554 }
555
556 td {
557 vertical-align: top !important;
558 }
559 p.description.mystuckymenu-class-id {
560 display: flex;
561 margin: 12px 0 0 0;
562 line-height: 1.5;
563 }
564
565 p.description.mystuckymenu-class-id .dashicons-controls-play{
566 background: #a4a5a5;
567 color: #ffffff;
568 border-radius: 50%;
569 }
570 p.description.mystuckymenu-class-id .dashicons-controls-play::before {
571 margin-left: 2px;
572 }
573 p.description {
574 color: rgba(79, 79, 79, 0.5);
575 font-size: 12px;
576 line-height: 1.2;
577 margin: 5px 0 0;
578 }
579
580 div#slider.ui-slider {
581 width: 229px;
582 background-color: #DCE2E2;
583 height: 2px;
584 border: 0;
585 border-radius: 2px;
586 position: relative;
587 }
588
589 .mystickymenu-content-section .ui-state-active, .ui-widget-content .ui-state-active {
590 color: #454545;
591 }
592
593 #mystickymenu #custom-handle {
594 width: 1.6em;
595 border-radius: 50%;
596 background-color: #fff;
597 box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
598 border: 0;
599 position: absolute;
600 }
601 .sticky-header-menu {
602 text-align: center;
603 padding: 0 0 20px 0;
604 }
605 .sticky-header-menu ul {
606 display: inline-block;
607 padding: 1px;
608 background-color: #D6EFFF;
609 -webkit-border-radius: 23px;
610 -moz-border-radius: 23px;
611 border-radius: 23px;
612 }
613 .sticky-header-menu ul li {
614 display: inline-block;
615 margin: 0;
616 }
617 .sticky-header-menu ul li a {
618 display: inline-block;
619 padding: 0 20px;
620 line-height: 40px;
621 height: 40px;
622 font-size: 16px;
623 text-decoration: none;
624 -webkit-border-radius: 20px;
625 -moz-border-radius: 20px;
626 border-radius: 20px;
627 }
628 .sticky-header-menu ul li a:hover {
629 background: #f0ecfb;
630 color: #7559C0;
631 }
632 .sticky-header-menu ul li a.active {
633 background: #E1DAF6;
634 color: #7559C0;
635 }
636 /*.sticky-header-content {
637 display: none;
638 }*/
639 .mysticky-welcomebar-setting-content-right label.mysticky-welcomebar-switch {
640 width: 55px;
641 }
642
643 /*New Welcomebar Page css*/
644 .mystickymenu-new-widget-wrap, .mystickymenu-new-widget-wrap * {
645 box-sizing: border-box;
646 }
647 .mystickymenu-new-widget-wrap {
648 border-radius: 10px;
649 box-shadow: 0 0 6px #ccc;
650 padding: 10px;
651 margin: 20px auto 0 auto;
652 width: 100%;
653 max-width: 776px;
654 background: #fff url(../images/new_widget_bg.png) no-repeat right bottom;
655 background-size: auto 100%;
656 font-family: 'Lato', sans-serif;
657 line-height: 20px;
658 }
659 .mystickymenu-new-widget-wrap h2 {
660 font-style: normal;
661 font-weight: 600;
662 font-size: 20px;
663 line-height: 30px;
664 color: #1e1e1e;
665 margin: 0;
666 text-align: center;
667 }
668 a.new-upgrade-button {
669 height: 40px;
670 background: #7761DF;
671 border-radius: 100px;
672 border: solid 1px #7761DF;
673 display: inline-block;
674 text-align: center;
675 color: #fff;
676 line-height: 40px;
677 margin: 10px 0 10px 10px;
678 padding: 0 25px;
679 text-decoration: none;
680 text-transform: uppercase;
681 }
682 .mystickymenu-new-widget-row ul {
683 display: flex;
684 align-items: center;
685 flex-wrap: wrap;
686 margin-top: 0;
687 margin-bottom: 0;
688 }
689 .mystickymenu-new-widget-row ul li {
690 width: 33.33%;
691 padding: 10px 10px 0px;
692 margin-bottom: 0;
693 }
694 .mystickymenu-feature {
695 margin: 30px 0 0 0;
696 background: #fff;
697 border: 1px solid #605dec;
698 box-sizing: border-box;
699 border-radius: 4px;
700 padding: 30px 15px 10px 15px;
701 min-height: 186px;
702 position: relative;
703 }
704 .mystickymenu-feature-top {
705 width: 50px;
706 height: 50px;
707 border: solid 1px #605dec;
708 border-radius: 50%;
709 position: absolute;
710 left: 0;
711 right: 0;
712 margin: 0 auto;
713 top: -25px;
714 background: #fff;
715 z-index: 11;
716 padding: 10px;
717 }
718 .feature-title {
719 font-family: 'Lato', sans-serif;
720 font-style: normal;
721 font-weight: 700;
722 font-size: 13px;
723 line-height: 18px;
724 color: #1e1e1e;
725 }
726 .feature-description {
727 font-family: 'Lato', sans-serif;
728 font-style: normal;
729 font-weight: 400;
730 font-size: 13px;
731 line-height: 18px;
732 color: #1e1e1e;
733 }
734 .mystickymenu-feature-top img {
735 width: auto;
736 height: auto;
737 max-width: 100%;
738 max-height: 100%;
739 }
740 /* Finish new Welcome bar screen css */
741 @media only screen and (min-width: 1024px) and (max-width: 1200px) {
742 .pt_numberbutton.pt_numberdown {
743 position: relative;
744 margin-left: -75px;
745 top: -29px;
746 }
747
748 .pt_numberbutton.pt_numberup {
749 position: relative;
750 top: -29px;
751 left: 70px;
752 }
753
754 /* span.input-px { */
755 /* position: relative; */
756 /* left: 112px; */
757 /* top: -24px !important; */
758 /* margin-left: -20px; */
759 /* } */
760 }
761
762
763
764 #rpt_pricr {
765 width: 100%;
766 max-width: 1024px;
767 margin: 0 auto;
768 padding: 25px 25px 25px 25px;
769 background: #fff;
770
771 -webkit-border-radius: 5px;
772 -moz-border-radius: 5px;
773 border-radius: 5px;
774 }
775 #rpt_pricr h2 {
776 padding: 50px 0 30px;
777 text-align: center;
778 font-size: 24px;
779 }
780 .rpt_plans .rpt_plan {
781 -moz-box-sizing: border-box;
782 -webkit-box-sizing: border-box
783 }
784
785 .rpt_2_plans .rpt_plan {
786 margin-right: 2%;
787 width: 49%;
788 float: left
789 }
790
791 .rpt_2_plans .rpt_plan:last-child {
792 margin-right: 0
793 }
794
795 .rpt_3_plans .rpt_plan {
796 margin-right: 2%;
797 width: 32%;
798 float: left
799 }
800
801 .rpt_3_plans .rpt_plan:last-child {
802 margin-right: 0
803 }
804
805 .rpt_4_plans .rpt_plan {
806 margin-right: 1%;
807 width: 24.25%;
808 float: left
809 }
810
811 .rpt_4_plans .rpt_plan:last-child {
812 margin-right: 0
813 }
814
815 .rpt_5_plans .rpt_plan {
816 margin-right: .5%;
817 width: 19.6%;
818 float: left
819 }
820
821 .rpt_5_plans .rpt_plan:last-child {
822 margin-right: 0
823 }
824
825 .rpt_style_bic .rpt_plan, .rpt_style_loc .rpt_plan {
826 -webkit-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
827 -moz-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
828 box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19)
829 }
830
831 .rpt_plans .rpt_plan .rpt_title img {
832 margin-right: 10px;
833 position: relative;
834 vertical-align: middle
835 }
836
837 .rpt_plans .rpt_plan .rpt_title {
838 background: #6371db;
839 font-weight: 300;
840 padding: 24px 18px;
841 font-size: 26px;
842 color: #fff;
843 line-height: 35px;
844 height: auto;
845 }
846
847 .rpt_plans .rpt_plan .rpt_title span {
848 display: inline-block;
849 position: relative;
850 top: -10px
851 }
852
853 .rpt_style_basic .rpt_plan .rpt_title {
854 border-bottom: #6371db solid 1px;
855 border-top-left-radius: 8px;
856 border-top-right-radius: 8px;
857 }
858
859 .rpt_style_spec .rpt_plan .rpt_title {
860 color: #fff
861 }
862
863 .rpt_style_bic .rpt_plan .rpt_title, .rpt_style_loc .rpt_plan .rpt_title, .rpt_style_swl .rpt_plan .rpt_title {
864 background: #333
865 }
866
867 .rpt_plans .rpt_sm_title .rpt_plan .rpt_title {
868 font-size: 20px;
869 line-height: 18px
870 }
871
872 .rpt_plans .rpt_xsm_title .rpt_plan .rpt_title {
873 font-size: 15px;
874 line-height: 15px
875 }
876
877 .rpt_4_plans .rpt_plan .rpt_title {
878 font-size: 17px;
879 line-height: 15px
880 }
881
882 .rpt_4_plans .rpt_sm_title .rpt_plan .rpt_title {
883 font-size: 15px;
884 line-height: 13px
885 }
886
887 .rpt_4_plans .rpt_xsm_title .rpt_plan .rpt_title {
888 font-size: 13px;
889 line-height: 11px
890 }
891
892 .rpt_5_plans .rpt_plan .rpt_title {
893 font-size: 15px;
894 line-height: 13px
895 }
896
897 .rpt_5_plans .rpt_sm_title .rpt_plan .rpt_title {
898 font-size: 13px;
899 line-height: 11px
900 }
901
902 .rpt_5_plans .rpt_xsm_title .rpt_plan .rpt_title {
903 font-size: 12px;
904 line-height: 10px
905 }
906
907 .rpt_plans .rpt_recommended_plan .rpt_title {
908 background: #6371db
909 }
910
911 .rpt_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
912 position: relative;
913 top: -44px;
914 left: -10px;
915 font-size: 35px;
916 line-height: 0
917 }
918
919 .rpt_4_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
920 top: -36px
921 }
922
923 .rpt_5_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
924 top: -26px
925 }
926
927 .rpt_sm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
928 font-size: 30px;
929 top: -44px;
930 left: -4px
931 }
932
933 .rpt_xsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
934 font-size: 25px;
935 top: -30px;
936 left: -4px
937 }
938
939 .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
940 font-size: 21px;
941 top: -14px;
942 left: -4px
943 }
944
945 .rpt_style_basic .rpt_plan .rpt_head {
946 background: #ec86c6
947 }
948
949 .rpt_style_spec .rpt_plan .rpt_head {
950 background: #fff
951 }
952
953 .rpt_style_swl .rpt_plan .rpt_head {
954 background: #fff
955 }
956
957 .rpt_plans .rpt_plan .rpt_head .rpt_price {
958 padding: 6px 10px;
959 font-size: 74px;
960 line-height: 80px;
961 font-weight: 300;
962 text-align: center;
963 color: #ffffff
964 }
965
966 .rpt_style_basic .rpt_plan .rpt_head .rpt_price, .rpt_style_spec .rpt_plan .rpt_head .rpt_price {
967 text-shadow: 1px 2px 7px rgba(0, 0, 0, .6)
968 }
969
970 .rpt_style_swl .rpt_plan .rpt_head .rpt_price {
971 color: #000
972 }
973
974 .rpt_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
975 font-size: 62px
976 }
977
978 .rpt_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
979 font-size: 56px
980 }
981
982 .rpt_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
983 font-size: 38px
984 }
985
986 .rpt_4_plans .rpt_plan .rpt_head .rpt_price {
987 font-size: 69px;
988 line-height: 80px
989 }
990
991 .rpt_4_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
992 font-size: 53px;
993 line-height: 65px
994 }
995
996 .rpt_4_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
997 font-size: 47px;
998 line-height: 64px
999 }
1000
1001 .rpt_4_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
1002 font-size: 31px;
1003 line-height: 60px
1004 }
1005
1006 .rpt_5_plans .rpt_plan .rpt_head .rpt_price {
1007 font-size: 59px;
1008 line-height: 80px
1009 }
1010
1011 .rpt_5_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
1012 font-size: 44px;
1013 line-height: 60px
1014 }
1015
1016 .rpt_5_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
1017 font-size: 37px;
1018 line-height: 53px
1019 }
1020
1021 .rpt_5_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
1022 font-size: 24px;
1023 line-height: 50px
1024 }
1025
1026 .rpt_plans .rpt_recommended_plan .rpt_head .rpt_price {
1027 font-size: 98px
1028 }
1029
1030 .rpt_4_plans .rpt_recommended_plan .rpt_head .rpt_price {
1031 font-size: 74px
1032 }
1033
1034 .rpt_5_plans .rpt_recommended_plan .rpt_head .rpt_price {
1035 font-size: 67px
1036 }
1037
1038 .rpt_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
1039 font-size: 83px
1040 }
1041
1042 .rpt_4_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
1043 font-size: 60px
1044 }
1045
1046 .rpt_5_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
1047 font-size: 54px
1048 }
1049
1050 .rpt_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1051 font-size: 55px
1052 }
1053
1054 .rpt_4_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1055 font-size: 49px
1056 }
1057
1058 .rpt_5_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1059 font-size: 41px
1060 }
1061
1062 .rpt_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1063 font-size: 42px
1064 }
1065
1066 .rpt_4_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1067 font-size: 34px
1068 }
1069
1070 .rpt_5_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
1071 font-size: 26px
1072 }
1073
1074 .rpt_plans .rpt_plan .rpt_head .rpt_recurrence {
1075 font-size: 13px;
1076 font-weight: 300;
1077 line-height: 18px;
1078 padding: 20px 10px 10px;
1079 color: #ffffff;
1080 text-align: center
1081 }
1082
1083 .rpt_style_spec .rpt_plan .rpt_head .rpt_recurrence {
1084 color: #d3d3d3
1085 }
1086
1087 .rpt_style_bic .rpt_plan .rpt_head .rpt_recurrence, .rpt_style_loc .rpt_plan .rpt_head .rpt_recurrence {
1088 color: #f5f5f5
1089 }
1090
1091 .rpt_style_swl .rpt_plan .rpt_head .rpt_recurrence {
1092 color: grey
1093 }
1094
1095 .rpt_plans .rpt_sm_recurrence .rpt_plan .rpt_head .rpt_recurrence {
1096 font-size: 11px;
1097 padding: 20px 40px 4px
1098 }
1099
1100 .rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
1101 font-size: 16px;
1102 line-height: 20px;
1103 font-weight: 300;
1104 text-align: center;
1105 padding: 10px 30px 20px
1106 }
1107
1108 .rpt_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1109 font-size: 14px
1110 }
1111
1112 .rpt_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1113 font-size: 12px
1114 }
1115
1116 .rpt_4_plans .rpt_plan .rpt_head .rpt_subtitle {
1117 font-size: 16px;
1118 line-height: 18px;
1119 padding: 10px 10px 20px
1120 }
1121
1122 .rpt_4_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1123 font-size: 14px;
1124 line-height: 17px
1125 }
1126
1127 .rpt_4_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1128 font-size: 13px;
1129 line-height: 16px
1130 }
1131
1132 .rpt_5_plans .rpt_plan .rpt_head .rpt_subtitle {
1133 font-size: 15px;
1134 line-height: 18px;
1135 padding: 10px 10px 20px
1136 }
1137
1138 .rpt_5_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1139 font-size: 13px;
1140 line-height: 17px
1141 }
1142
1143 .rpt_5_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
1144 font-size: 12px;
1145 line-height: 16px
1146 }
1147
1148 .rpt_plans .rpt_plan .rpt_head .rpt_description {
1149 font-size: 14px;
1150 line-height: 20px;
1151 padding: 10px 20px;
1152 font-weight: 300;
1153 text-align: center;
1154 color: #ffffff
1155 }
1156
1157 .rpt_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1158 font-size: 12px
1159 }
1160
1161 .rpt_style_bic .rpt_plan .rpt_head .rpt_description, .rpt_style_loc .rpt_plan .rpt_head .rpt_description {
1162 color: #f5f5f5
1163 }
1164
1165 .rpt_4_plans .rpt_plan .rpt_head .rpt_description {
1166 font-size: 13px;
1167 line-height: 18px
1168 }
1169
1170 .rpt_4_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1171 font-size: 12px;
1172 line-height: 17px
1173 }
1174
1175 .rpt_5_plans .rpt_plan .rpt_head .rpt_description {
1176 font-size: 12px;
1177 line-height: 18px
1178 }
1179
1180 .rpt_5_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
1181 font-size: 11px;
1182 line-height: 17px
1183 }
1184
1185 .rpt_plans .rpt_plan .rpt_features {
1186 padding: 20px;
1187 background: #f0ecfb;
1188 text-align: center
1189 }
1190
1191 .rpt_plans .rpt_plan .rpt_features .rpt_feature {
1192 font-size: 16px;
1193 padding: 6px 16px;
1194 border-bottom: 1px dotted #d3d3d3
1195 }
1196 .rpt_plans .rpt_plan .rpt_features .rpt_feature a {
1197 color: #333333;
1198 }
1199
1200 .rpt_plans .rpt_plan .rpt_features .rpt_feature:last-child {
1201 border-bottom: none
1202 }
1203
1204 .rpt_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1205 font-size: 14px
1206 }
1207
1208 .rpt_style_bic .rpt_plan .rpt_features, .rpt_style_loc .rpt_plan .rpt_features, .rpt_style_swl .rpt_plan .rpt_features {
1209 background: #fff
1210 }
1211
1212 .rpt_style_swl .rpt_plan .rpt_features .rpt_feature {
1213 padding: 5px 16px
1214 }
1215
1216 .rpt_4_plans .rpt_plan .rpt_features .rpt_feature {
1217 padding: 6px 10px;
1218 font-size: 14px
1219 }
1220
1221 .rpt_4_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1222 font-size: 12px
1223 }
1224
1225 .rpt_5_plans .rpt_plan .rpt_features .rpt_feature {
1226 padding: 6px 10px;
1227 font-size: 13px
1228 }
1229
1230 .rpt_5_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
1231 font-size: 11px
1232 }
1233
1234 .rpt_plans .rpt_plan .rpt_foot {
1235 display: block;
1236 padding: 10px 30px;
1237 border-top: #7559C0 solid 2px;
1238 background: #7559C0;
1239 text-align: center;
1240 color: #fff;
1241 font-size: 24px;
1242 text-decoration: none;
1243 font-weight: 300;
1244 transition: All .5s ease;
1245 -webkit-transition: All .5s ease;
1246 -moz-transition: All .5s ease;
1247 -o-transition: All .5s ease
1248 }
1249
1250 .rpt_plans .rpt_sm_button .rpt_plan .rpt_foot {
1251 font-size: 19px
1252 }
1253
1254 .rpt_style_basic .rpt_plan .rpt_foot {
1255 border-bottom-left-radius: 8px;
1256 border-bottom-right-radius: 8px
1257 }
1258
1259 .rpt_style_swl .rpt_plan .rpt_foot {
1260 border-top: none;
1261 padding: 10px 30px 20px;
1262 color: #000;
1263 background: #333
1264 }
1265
1266 .rpt_4_plans .rpt_plan .rpt_foot {
1267 padding: 4px 20px;
1268 font-size: 19px
1269 }
1270
1271 .rpt_4_plans .rpt_sm_button .rpt_plan .rpt_foot, .rpt_5_plans .rpt_plan .rpt_foot {
1272 padding: 4px 20px;
1273 font-size: 17px
1274 }
1275
1276 .rpt_5_plans .rpt_sm_button .rpt_plan .rpt_foot {
1277 font-size: 16px
1278 }
1279
1280 .rpt_plans .rpt_plan .rpt_foot:hover {
1281 opacity: .8
1282 }
1283
1284 .rpt_style_swl .rpt_plan .rpt_foot:hover {
1285 opacity: 1
1286 }
1287
1288 .rpt_plans .rpt_recommended_plan .rpt_foot {
1289 font-size: 30px;
1290 padding: 16px 0
1291 }
1292
1293 .rpt_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1294 font-size: 26px
1295 }
1296
1297 .rpt_4_plans .rpt_recommended_plan .rpt_foot {
1298 font-size: 22px;
1299 font-weight: 300;
1300 padding: 10px 0
1301 }
1302
1303 .rpt_4_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1304 font-size: 19px;
1305 padding: 10px 0
1306 }
1307
1308 .rpt_5_plans .rpt_recommended_plan .rpt_foot {
1309 font-size: 20px;
1310 font-weight: 300;
1311 padding: 10px 0
1312 }
1313
1314 .rpt_5_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
1315 font-size: 18px;
1316 padding: 10px 0
1317 }
1318
1319 .rpt_custom_btn {
1320 border-bottom-left-radius: 5px;
1321 border-bottom-right-radius: 5px;
1322 text-align: center;
1323 padding: 16px 20px
1324 }
1325
1326 .rpt_plans .rpt_recommended_plan {
1327 position: relative;
1328 top: -10px
1329 }
1330
1331 .rpt_recommended_plan img.rpt_recommended {
1332 position: absolute !important;
1333 right: 10px !important
1334 }
1335
1336 .rpt_style_bic .rpt_recommended_plan, .rpt_style_loc .rpt_recommended_plan {
1337 -webkit-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
1338 -moz-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
1339 box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39)
1340 }
1341
1342 a.rpt_tooltip {
1343 display: block;
1344 outline: 0;
1345 position: relative
1346 }
1347
1348 a.rpt_tooltip strong {
1349 line-height: 30px
1350 }
1351
1352 a.rpt_tooltip > span.intool {
1353 width: 90%;
1354 padding: 10px;
1355 margin-top: 56px;
1356 opacity: 0;
1357 visibility: hidden;
1358 z-index: 10;
1359 position: absolute;
1360 top: -15px;
1361 display: block;
1362 color: #f5f5f5;
1363 font-size: 13px;
1364 line-height: 20px;
1365 background: #333;
1366 font-weight: 300;
1367 text-align: center
1368 }
1369
1370 a.rpt_tooltip:hover {
1371 cursor: zoom-in
1372 }
1373
1374 a.rpt_tooltip .rpt_tooltip_plus {
1375 text-decoration: none !important;
1376 display: inline;
1377 font-size: 12px;
1378 font-weight: 700;
1379 position: relative;
1380 top: -6px
1381 }
1382
1383 .rpt_feature:hover a.rpt_tooltip > span.intool {
1384 opacity: .98;
1385 text-decoration: none;
1386 visibility: visible;
1387 overflow: visible
1388 }
1389
1390 a.rpt_tooltip span.intool b {
1391 width: 10px;
1392 height: 10px;
1393 margin-left: 35%;
1394 margin-top: -15px;
1395 position: absolute;
1396 -webkit-transform: rotate(-45deg);
1397 -moz-transform: rotate(-45deg);
1398 -o-transform: rotate(-45deg);
1399 transform: rotate(-45deg);
1400 display: none \0/;
1401 background: #333
1402 }
1403
1404 .rpt_3_plans a.rpt_tooltip > span.intool {
1405 margin-left: -1%
1406 }
1407
1408 .rpt_4_plans a.rpt_tooltip > span.intool {
1409 margin-left: 0
1410 }
1411
1412 .rpt_5_plans a.rpt_tooltip > span.intool {
1413 margin-left: -2%
1414 }
1415
1416 .entry-content .rpt_plan a, .rpt_plan a {
1417 border-bottom: none !important;
1418 text-decoration: none;
1419 }
1420
1421 .rpt_plans .rpt_plan .rpt_icon {
1422 max-width: 30px;
1423 max-height: 30px
1424 }
1425
1426 .rpt_plans .rpt_plan img {
1427 display: inline;
1428 margin: 0 10px 0 0;
1429 padding: 0;
1430 -webkit-box-shadow: 0 0 0 0 transparent;
1431 -moz-box-shadow: 0 0 0 0 transparent;
1432 box-shadow: 0 0 0 0 transparent;
1433 border: none
1434 }
1435
1436 .mystickymenu-testimonial {
1437 position: relative;
1438 }
1439 .mystickymenu-testimonial .testimonial-data {
1440 position: relative;
1441 }
1442 .mystickymenu-testimonial .testimonial-data {
1443 position: relative;
1444 margin-left: 30px;
1445 padding: 10px 10px 10px 40px;
1446 background: #f5f5f5;
1447 font-size: 16px;
1448 line-height: 22px;
1449 }
1450 .mystickymenu-testimonial .testimonial-image {
1451 position: absolute;
1452 height: 60px;
1453 width: 60px;
1454 overflow: hidden;
1455 border-radius: 30px;
1456 top: 50%;
1457 margin-top: -30px;
1458 z-index: 1;
1459 }
1460 .mystickymenu-testimonial .testimonial-image img {
1461 width: 100%;
1462 height: auto;
1463 }
1464 .mystickymenu-testimonial-list {
1465 width: 100%;
1466 max-width: 1080px;
1467 margin: 30px auto;
1468 }
1469 .testimonial-title {
1470 font-weight: bold;
1471 font-size: 18px;
1472 padding: 0 0 5px 0;
1473 }
1474 .testimonial-author {
1475 font-size: 16px;
1476 font-style: italic;
1477 font-weight: 500;
1478 padding: 5px 0 0 0;
1479 }
1480 p.udner-title strong {
1481 font-size: 30px;
1482 padding-bottom: 40px;
1483 display: block;
1484 color: #b97fcf;
1485 text-align: center;
1486 }
1487 p.udner-title {
1488 margin: 0;
1489 padding: 0;
1490 }
1491 @media only screen and (max-width: 640px) {
1492 .rpt_plans .rpt_plan {
1493 width: 96%;
1494 margin: 10px 2% 20px !important
1495 }
1496
1497 .rpt_plans .rpt_plan .rpt_title {
1498 position: relative;
1499 font-size: 26px !important;
1500 line-height: 35px !important
1501 }
1502
1503 .rpt_plans .rpt_plan .rpt_head .rpt_price {
1504 font-size: 74px !important;
1505 line-height: 100px !important
1506 }
1507
1508 .rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
1509 font-size: 17px !important;
1510 line-height: 28px !important;
1511 padding: 10px 40px 20px
1512 }
1513
1514 .rpt_plans .rpt_plan .rpt_head .rpt_description {
1515 font-size: 15px !important;
1516 line-height: 26px !important;
1517 padding: 0 40px 30px
1518 }
1519
1520 .rpt_plans .rpt_plan .rpt_features .rpt_feature {
1521 padding: 6px 16px;
1522 font-size: 14px !important
1523 }
1524
1525 .rpt_plans .rpt_plan .rpt_foot {
1526 padding: 10px 40px;
1527 text-align: center;
1528 color: #fff;
1529 font-size: 20px
1530 }
1531
1532 .rpt_plans .rpt_recommended_plan .rpt_foot {
1533 font-size: 30px;
1534 font-weight: 300;
1535 padding: 20px 0
1536 }
1537
1538 .rpt_plan .rpt_head .rpt_price .rpt_currency {
1539 top: -36px !important;
1540 left: -10px !important;
1541 font-size: 35px !important
1542 }
1543 }
1544
1545 #rpt_pricr .rpt_plan_ori .rpt_features .rpt_feature, #rpt_pricr .rpt_plan_ori .rpt_features .rpt_feature a, #rpt_pricr .rpt_plan_ori .rpt_foot, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_description, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_price, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_price .rpt_currency, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_recurrence, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_subtitle, #rpt_pricr .rpt_plan_ori .rpt_title {
1546 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
1547 font-weight: 300 !important
1548 }
1549
1550 .client-testimonial {
1551 margin: 20px auto 0px;
1552 -webkit-border-radius: 5px;
1553 -moz-border-radius: 5px;
1554 border-radius: 5px;
1555 }
1556 .client-testimonial span.dashicons.dashicons-yes {
1557 background: #00bd00;
1558 color: #fff;
1559 border-radius: 50%;
1560 -webkit-border-radius: 50%;
1561 -moz-border-radius: 50%;
1562 }
1563 .client-testimonial p.text-center {
1564 text-align: center;
1565 margin: 6px 0;
1566 font-size: 14px;
1567 }
1568 .client-testimonial .payment {
1569 margin: 20px 0;
1570 text-align: center;
1571 }
1572 .testimonial-image {
1573 width: 10%;
1574 display: inline-block;
1575 vertical-align: middle;
1576 }
1577 .testimonial-content {
1578 width: 85%;
1579 display: inline-block;
1580 vertical-align: middle;
1581 padding-left: 15px;
1582 }
1583 .testimonial-image img {
1584 border-radius: 50%;
1585 -webkit-border-radius: 50%;
1586 -moz-border-radius: 50%;
1587 width: 100%;
1588 height: auto;
1589 }
1590 .client-testimonial .author {
1591 font-weight: bold;
1592 padding: 5px 0 0 0;
1593 font-size: 14px;
1594 }
1595 .testimonial-box {
1596 padding: 15px;
1597 background: #d6efff;
1598 -webkit-border-radius: 5px;
1599 -moz-border-radius: 5px;
1600 border-radius: 5px;
1601 }
1602
1603 /*01-08-2019 welcome bar css*/
1604 #sticky-header-welcome-bar *, #sticky-header-welcome-bar ::before, #sticky-header-welcome-bar ::after {
1605 -webkit-box-sizing: border-box;
1606 -moz-box-sizing: border-box;
1607 box-sizing: border-box;
1608 }
1609 #sticky-header-welcome-bar .iris-picker, #sticky-header-welcome-bar .iris-picker * {
1610 -moz-box-sizing: content-box;
1611 -webkit-box-sizing: content-box;
1612 box-sizing: content-box;
1613 }
1614 .mysticky-welcomebar-switch {
1615 display: inline-block;
1616 width:55px;
1617 height:30px;
1618 position: relative;
1619 }
1620 .mysticky-welcomebar-switch input {
1621 opacity: 0;
1622 width: 0;
1623 height: 0;
1624 }
1625
1626 .mysticky-welcomebar-switch .slider:before {
1627 border-radius: 50%;
1628 position: absolute;
1629 content: "";
1630 height: 24px;
1631 width: 25px;
1632 left: 2px;
1633 top: 1px;
1634 background-color: #ffffff;
1635 -webkit-transition: .4s;
1636 transition: .4s;
1637 }
1638 .mysticky-welcomebar-switch .slider {
1639 border-radius: 15px;
1640 position: absolute;
1641 cursor: pointer;
1642 top: 0;
1643 left: 0;
1644 right: 0;
1645 bottom: 0;
1646 background-color: #ccc;
1647 border: 2px solid #ccc;
1648 -webkit-transition: .4s;
1649 transition: .4s;
1650 }
1651 ..mysticky-welcomebar-switch .slider:before {
1652 border-radius: 50%;
1653 position: absolute;
1654 content: "";
1655 height: 24px;
1656 width: 25px;
1657 left: 2px;
1658 top: 1px;
1659 background-color: #ffffff;
1660 -webkit-transition: .4s;
1661 transition: .4s;
1662 }
1663
1664
1665 .mysticky-welcomebar-switch input:checked + .slider {
1666 background-color: #7761DF;
1667 border: 2px solid #7761DF;
1668 }
1669 .mysticky-welcomebar-switch input:focus + .slider {
1670 box-shadow: 0 0 1px #2196F3;
1671 }
1672 .mysticky-welcomebar-switch input:checked + .slider:before {
1673 -webkit-transform: translateX(24px);
1674 -ms-transform: translateX(24px);
1675 transform: translateX(24px);
1676 }
1677
1678 .welcombar-status-switch{
1679 display: inline-block;
1680 width:46px;
1681 height:24px;
1682 position: relative;
1683 }
1684
1685 .welcombar-status-switch .slider:before {
1686 border-radius: 50%;
1687 position: absolute;
1688 content: "";
1689 height: 15px;
1690 width: 15px;
1691 left: 2px;
1692 top: 2px;
1693 background-color: #ffffff;
1694 -webkit-transition: .4s;
1695 transition: .4s;
1696 }
1697 .mysticky-welcomebar-form {
1698 background-color: #f8fcfd;
1699 border: 1px solid #E1E6E6;
1700 padding: 20px;
1701 border-radius: 7px;
1702 position: relative;
1703 }
1704 .mysticky-welcomebar-header-title h3 {
1705 margin: 0;
1706 font-size: 26px;
1707 color: #4F4F4F;
1708 line-height: 1.2;
1709 display: inline-block;
1710 vertical-align: top;
1711 }
1712 .mysticky-welcomebar-header-title h3 + .mysticky-welcomebar-switch {
1713 margin-left: 20px;
1714 }
1715 .mysticky-welcomebar-subheader-title {
1716 padding: 40px 0 30px;
1717 }
1718 .mysticky-welcomebar-subheader-title h4 {
1719 margin: 0;
1720 font-weight: 400;
1721 font-size: 22px;
1722 line-height: 1.2;
1723 color: #4F4F4F;
1724 }
1725 .mysticky-welcomebar-setting-content {
1726 display: flex;
1727 /*align-items: center;*/
1728 padding-bottom: 20px;
1729 }
1730 .mysticky-welcomebar-setting-content.show-on-apper {
1731 align-items: flex-start;
1732 }
1733 .mysticky-welcomebar-setting-content > label {
1734 font-size: 18px;
1735 line-height: 1.2;
1736 color: #4F4F4F;
1737 font-weight: 500;
1738 margin-top: 10px;
1739 width: 255px;
1740 padding-right: 10px;
1741 }
1742 .mysticky-welcomebar-setting-content.show-on-apper > label {
1743 margin-top: 10px;
1744 }
1745 .mysticky-welcomebar-setting-content-right {
1746 width: 100%;
1747 align-items: center;
1748 display: flex;
1749 }
1750 .mysticky-welcomebar-setting-wrap .myStickymenu-upgrade {
1751 display: inline-block;
1752 vertical-align: top;
1753 float: none;
1754 margin-left: 20px;
1755 }
1756 .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-position .myStickymenu-upgrade {
1757 margin-left: 50px;
1758 }
1759 .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-remove-getbar .myStickymenu-upgrade {
1760 margin-left: 130px;
1761 }
1762 .mysticky-welcomebar-setting-content-right.mysticky-welcomebar-colorpicker .wp-picker-container{
1763 display: inline-block;
1764 }
1765 .mysticky-welcomebar-setting-content-right label {
1766 display: inline-block;
1767 vertical-align: top;
1768 width: 100px;
1769 padding-right: 10px;
1770 }
1771 .mysticky-welcomebar-setting-content-right .wp-picker-input-wrap label {
1772 width: auto;
1773 }
1774 .mysticky-welcomebar-setting-content-right .mysticky-welcomebar-trigger-wrap label {
1775 width: auto;
1776 }
1777 #mystickymenu .mysticky-welcomebar-setting-content-right .px-wrap input {
1778 padding-right: 60px;
1779 }
1780 .mysticky-welcomebar-setting-content-right select ,
1781 .mysticky-welcomebar-setting-content-right input[type="text"] ,
1782 .mysticky-welcomebar-setting-content-right textarea {
1783 width: 400px;
1784 height: 42px;
1785 border-radius: 20px;
1786 color: #32373c;
1787 display: block;
1788 padding: 0 10px;
1789 box-shadow: none;
1790 border: 1px solid #DCE2E2;
1791 margin: 0;
1792 font-size: 14px;
1793 font-weight: 400;
1794 }
1795
1796 .mysticky-welcomebar-setting-content-right input::placeholder,
1797 .mysticky-welcomebar-setting-content-right input:-ms-input-placeholder,
1798 .mysticky-welcomebar-setting-content-right input::-ms-input-placeholder {
1799 color: #b5b7b9;
1800 opacity:0.6;
1801 }
1802 .mysticky-welcomebar-setting-content-right select {
1803 padding-right: 22px;
1804 }
1805 .mysticky-welcomebar-setting-content-right textarea {
1806 height: 100px;
1807 border-radius: 10px;
1808 padding-top: 9px;
1809 }
1810 #mystickymenu .wp-picker-container input[type="text"].wp-color-picker {
1811 border-radius: 0;
1812 height: 32px;
1813 border: 1px solid #DCE2E2;
1814 }
1815 #mystickymenu .wp-picker-input-wrap .button {
1816 height: 32px;
1817 }
1818 #mystickymenu .form-table .wp-picker-input-wrap label {
1819 padding-right: 10px;
1820 }
1821 .mysticky-welcomebar-setting-action {
1822 display: inline-block;
1823 vertical-align: top;
1824 }
1825 .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
1826 padding-left: 10px;
1827 }
1828 .mysticky-welcomebar-redirect label {
1829 width: auto;
1830 padding-right: 0;
1831 padding-top: 10px;
1832 }
1833 .mysticky-welcomebar-expirydate {
1834 position: relative;
1835 display: inline-block;
1836 vertical-align: top;
1837 }
1838 .mysticky-welcomebar-setting-content-right .mysticky-welcomebar-expirydate input {
1839 padding-left: 55px;
1840 }
1841 .mysticky-welcomebar-expirydate .dashicons {
1842 position: absolute;
1843 top: 0;
1844 left: 0;
1845 bottom: 0;
1846 color: #a7a7a7;
1847 border-right: 1px solid #a7a7a7;
1848 width: 46px;
1849 height: 100%;
1850 line-height: 40px;
1851 }
1852 a.create-rule {
1853 background-color: #7761DF;
1854 color: #fff;
1855 display: inline-block;
1856 margin: 10px 0 0;
1857 vertical-align: top;
1858 text-decoration: none;
1859 padding: 5px 12px;
1860 border-radius: 20px;
1861 box-shadow: none;
1862 outline: none;
1863 }
1864 .mysticky-welcomebar-upgrade-main {
1865 position: relative;
1866 vertical-align: top;
1867 width: 100%;
1868 padding-right: 10px;
1869 padding-bottom: 0;
1870 }
1871 .mysticky-welcomebar-upgrade-main .myStickymenu-upgrade {
1872 float: right;
1873 }
1874 .mysticky-welcomebar-page-option {
1875 margin-bottom: 20px;
1876 position: relative;
1877 }
1878 .mysticky-welcomebar-page-option select {
1879 width: 230px;
1880 }
1881 .mysticky-welcomebar-page-option .myStickymenu-upgrade {
1882 display: none;
1883 position: absolute;
1884 top: 9px;
1885 left: 50%;
1886 -webkit-transform: translateX(-50%);
1887 -moz-transform: translateX(-50%);
1888 transform: translateX(-50%);
1889 text-align: center;
1890 margin-left: 0;
1891 }
1892 .mysticky-welcomebar-page-option .myStickymenu-upgrade a {
1893 padding-top: 5px;
1894 padding-bottom: 7px;
1895 padding-left: 20px;
1896 padding-right: 20px;
1897 font-size: 14px;
1898 box-shadow: 0 0 3px #999;
1899 }
1900 .mysticky-welcomebar-page-option:hover .myStickymenu-upgrade {
1901 display: block;
1902 }
1903 .mysticky-welcomebar-page-option .url-content {
1904 /*display: flex;*/
1905 overflow:hidden;
1906 align-items: center;
1907 }
1908 .mysticky-welcomebar-page-option .url-content > div {
1909 padding: 0 5px;
1910 float: left;
1911
1912 }
1913
1914 .mysticky-welcomebar-page-option .url-content .mysticky-welcomebar-url-values,
1915 .mysticky-welcomebar-page-option .url-content .mysticky-welcomebar-url-option{
1916 width: 20%;
1917 }
1918 .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box {
1919 width: 28%;
1920 text-align: right;
1921 margin-top: 10px;
1922 }
1923
1924 /*.mysticky-welcomebar-page-option .url-content select {
1925 width: 120px;
1926 }
1927 */
1928 .mysticky-welcomebar-page-option .url-content input[type="text"] {
1929 height: 38px;
1930 padding: 0 15px;
1931 border-radius: 0;
1932 }
1933
1934 .mysticky-page-option .myStickymenu-upgrade {
1935 float: none;
1936 position: absolute;
1937 top: 0;
1938 left: 50%;
1939 /* right: 0; */
1940 text-align: center;
1941 /* background-color: rgba(0,0,0,0.6); */
1942 bottom: 0;
1943 border-radius: 10px;
1944 display: none;
1945 align-items: center;
1946 justify-content: center;
1947 -webkit-transform: translateX(-50%);
1948 -moz-transform: translateX(-50%);
1949 transform: translateX(-50%);
1950 }
1951 .mysticky-page-option:hover .myStickymenu-upgrade {
1952 display: flex;
1953 }
1954 .mysticky-page-option .myStickymenu-upgrade a {
1955 padding-top: 5px;
1956 padding-bottom: 7px;
1957 padding-left: 20px;
1958 padding-right: 20px;
1959 font-size: 14px;
1960 box-shadow: 0 0 3px #999;
1961 }
1962 .mysticky-page-option {
1963 background-color: #fff;
1964 padding: 10px;
1965 margin-bottom: 10px;
1966 border: 1px solid #DCE2E2;
1967 border-radius: 10px;
1968 position: relative;
1969 }
1970 .mysticky-page-option .url-content {
1971 display: flex;
1972 align-items: center;
1973 }
1974 .mysticky-page-option .url-content > div {
1975 padding: 0 5px;
1976 }
1977 .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box {
1978 width: 260px;
1979 text-align: right;
1980 }
1981 .mysticky-page-option .url-content > div.mysticky-welcomebar-url-box {
1982 width: 300px;
1983 }
1984 .mysticky-page-option .url-content select {
1985 width: 250px;
1986 }
1987 .mysticky-page-option .url-content input[type="text"] {
1988 height: 38px;
1989 padding: 0 15px;
1990 border-radius: 0;
1991 }
1992 .mystickymenu-page-target-wrap {
1993 padding-bottom: 20px;
1994 }
1995
1996 .mysticky-welcomebar-remove-rule ,
1997 .mysticky-remove-rule {
1998 color: #fff;
1999 background-color: #666;
2000 text-decoration: none;
2001 display: inline-block;
2002 vertical-align: top;
2003 width: 38px;
2004 height: 38px;
2005 text-align: center;
2006 border-radius: 4px;
2007 font-size: 22px;
2008 line-height: 35px;
2009 }
2010 .mysticky-welcomebar-page-options {
2011 display: inline-block;
2012 vertical-align: top;
2013 }
2014 /**/
2015 .mysticky-welcomebar-setting-right {
2016 position: absolute;
2017 top: 32px;
2018 right: 50px;
2019 width: 500px;
2020 }
2021 .mysticky-welcomebar-header-title::after {
2022 content: "";
2023 display: block;
2024 clear: both;
2025 }
2026 .mysticky-welcomebar-preview-window {
2027 float: right;
2028 }
2029 .mysticky-welcomebar-header-title {
2030 padding-bottom: 20px;
2031 }
2032 .mysticky-welcomebar-preview-window ul {
2033 margin: 0;
2034 padding: 0;
2035 }
2036 .mysticky-welcomebar-preview-window ul li {
2037 color: #7761DF;
2038 display: inline-block;
2039 vertical-align: top;
2040 width: 36px;
2041 height: 36px;
2042 background-color: #DFDDF7;
2043 border-radius: 50%;
2044 text-align: center;
2045 line-height: 36px;
2046 margin-bottom: 0;
2047 margin-left: 10px;
2048 }
2049 .mysticky-welcomebar-preview-window ul li.preview-active {
2050 color: #fff;
2051 background-color: #7761DF;
2052 }
2053 .mysticky-welcomebar-preview-window ul li .dashicons {
2054 line-height: 36px;
2055 }
2056 .mysticky-welcomebar-preview-screen {
2057 background-color: #ffffff;
2058 border: 1px solid #DCE2E2;
2059 border-radius: 10px;
2060 margin: 0 auto;
2061 padding: 0;
2062 height: 400px;
2063 position: relative;
2064 overflow: hidden;
2065 max-width: 100%;
2066 -webkit-transition: all 0.5s ease 0s;
2067 -moz-transition: all 0.5s ease 0s;
2068 transition: all 0.5s ease 0s;
2069 }
2070 .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen {
2071 max-width: 320px;
2072 }
2073 .mysticky-welcomebar-submit {
2074 float: right;
2075 padding-top: 50px;
2076 margin-right: -20px;
2077 }
2078 .mysticky-welcomebar-form-reset .mysticky-welcomebar-submit {
2079 margin-right: 0;
2080 padding-top: 30px;
2081 }
2082 .mysticky-welcomebar-submit input.button-secondary {
2083 background: #969696;
2084 border-color: #969696;
2085 color: #ffffff;
2086 text-transform: uppercase;
2087 border-radius: 31px;
2088 font-size: 26px;
2089 margin-right: 10px;
2090 padding-left: 23px;
2091 padding-right: 23px;
2092 height: 60px;
2093 width: 200px;
2094 border: 0;
2095 box-shadow: none;
2096 font-weight: 600;
2097 text-shadow: none;
2098 }
2099 .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-buttons {
2100 padding-right: 0;
2101 }
2102 .ui-dialog-buttonset .green-btn.ui-button {
2103 background-color: #00c67c;
2104 border-color: #00c67c;
2105 color: #fff;
2106 }
2107 .mysticky-welcomebar-setting-content-right.mysticky-welcomebar-setting-redirect-wrap {
2108 display: block;
2109 }
2110 .mysticky-welcomebar-setting-wrap .mysticky-welcomebar-setting-redirect-wrap .myStickymenu-upgrade {
2111 margin-top: 7px;
2112 }
2113 .updates-form-form {
2114 min-height: calc(100vh - 280px);
2115 }
2116 .popup-form-content {
2117 background: #ffffff;
2118 min-height: 100px;
2119 width: 450px;
2120 text-align: center;
2121 margin-top: 50px;
2122 border: solid 1px #c1c1c1;
2123 }
2124 .updates-content-buttons button {
2125 margin: 10px 3px !important;
2126 float: left;
2127 }
2128 .updates-content-buttons a span {
2129 -webkit-animation: fa-spin 0.75s infinite linear;
2130 animation: fa-spin 0.75s infinite linear;
2131 }
2132 .updates-content-buttons a:hover, .updates-content-buttons a:focus {
2133 color: #ffffff;
2134 background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1));
2135 }
2136 .updates-content-buttons a:focus {
2137 outline: 0;
2138 box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50,100,150,.4);
2139 }
2140 .updates-content-buttons button.form-cancel-btn {
2141 float: right !important;
2142 }
2143 .form-submit-btn {
2144 background-color: #3085d6;
2145 }
2146 .updates-content-buttons a span {
2147 -webkit-animation: fa-spin 0.75s infinite linear;
2148 animation: fa-spin 0.75s infinite linear;
2149 }
2150 .add-update-mystickymenu-title {
2151 font-size: 20px;
2152 line-height: 30px;
2153 padding: 20px 20px 0;
2154 }
2155 .mystickymenu-form-input {
2156 padding: 10px 20px;
2157 }
2158 .mystickymenu-form-input input {
2159 width: 100%;
2160 transition: border-color .3s,box-shadow .3s;
2161 border: 1px solid #d9d9d9;
2162 border-radius: .1875em;
2163 font-size: 1.125em;
2164 box-shadow: inset 0 1px 1px rgba(0,0,0,.06);
2165 box-sizing: border-box;
2166 height: 2.625em;
2167 margin: 1em auto;
2168 }
2169 .updates-content-buttons {
2170 background: #c1c1c1;
2171 padding: 0 20px;
2172 }
2173 div#wp-mysticky_bar_text-wrap {
2174 width: 40%;
2175 }
2176
2177 .mystickymenu-popup {
2178 position: fixed;
2179 width: 100%;
2180 height: 100%;
2181 top: 0;
2182 left: 0;
2183 z-index: 100001;
2184 background: rgba(0, 0, 0, .75)
2185 }
2186
2187 .mystickymenu-popup-box {
2188 padding: 0;
2189 width: 600px;
2190 max-width: 100%;
2191 margin: auto;
2192 top: 50%;
2193 position: absolute;
2194 left: 0;
2195 right: 0;
2196 border-radius: 5px;
2197 transform: translate(0, -50%);
2198 -webkit-transform: translate(0, -50%);
2199 -moz-transform: translate(0, -50%);
2200 text-align: center;
2201 background: #fcfcfc
2202 }
2203
2204 .mystickymenu-popup-header {
2205 padding: 15px;
2206 font-size: 20px;
2207 border-bottom: solid 1px #e6e6e6
2208 }
2209
2210 .mystickymenu-popup-content {
2211 background: #fff;
2212 padding: 15px;
2213 font-size: 14px;
2214 line-height: 20px
2215 }
2216
2217 .mystickymenu-popup-content iframe {
2218 margin: 30px 0
2219 }
2220
2221 .mystickymenu-popup-footer {
2222 padding: 15px;
2223 border-top: solid 1px #e6e6e6
2224 }
2225
2226 .mystickymenu-popup-footer button {
2227 border: none;
2228 padding: 10px 20px;
2229 border-radius: 4px;
2230 background: #00c478;
2231 color: #fff;
2232 cursor: pointer;
2233 }
2234
2235 .close-mystickymenu-popup {
2236 margin: 0;
2237 padding: 0;
2238 background: 0 0;
2239 border: none;
2240 float: right;
2241 background: #000;
2242 border-radius: 50%;
2243 color: #fff;
2244 text-align: center;
2245 width: 24px;
2246 height: 24px;
2247 cursor: pointer;
2248 }
2249
2250 .close-mystickymenu-popup span {
2251 line-height: 24px
2252 }
2253 @-webkit-keyframes fa-spin {
2254 0% {
2255 -webkit-transform: rotate(0deg);
2256 transform: rotate(0deg);
2257 }
2258 100% {
2259 -webkit-transform: rotate(359deg);
2260 transform: rotate(359deg);
2261 }
2262 }
2263 @media only screen and (max-width: 1490px) {
2264 .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
2265 padding-left: 10px;
2266 }
2267 .mysticky-welcomebar-setting-right {
2268 width: 400px;
2269 }
2270 }
2271 @media only screen and (max-width: 1355px) {
2272 .mysticky-welcomebar-page-option .url-content select {
2273 width: 130px;
2274 }
2275 .mysticky-welcomebar-page-option .url-content input[type="text"] {
2276 width: 180px;
2277 }
2278 .mysticky-welcomebar-setting-action {
2279 display: block;
2280 }
2281 .mysticky-welcomebar-setting-action + .mysticky-welcomebar-setting-action {
2282 padding-left: 0;
2283 padding-top: 10px;
2284 }
2285 }
2286 @media only screen and (max-width: 1200px) {
2287 .mysticky-welcomebar-page-option .url-content select {
2288 width: 110px;
2289 }
2290 .mysticky-welcomebar-page-option .url-content > div.mysticky-welcomebar-url-box {
2291 width: 230px;
2292 }
2293 .mysticky-welcomebar-page-option {
2294 padding: 10px 3px;
2295 }
2296 .mysticky-welcomebar-page-option .url-content input[type="text"] {
2297 width: 150px;
2298 }
2299 }
2300 @media only screen and (max-width: 1100px) {
2301 .mysticky-welcomebar-setting-right {
2302 width: 340px;
2303 right: 40px;
2304 }
2305 }
2306 @media only screen and (max-width: 1024px) {
2307 .mysticky-welcomebar-setting-right {
2308 right: 40px;
2309 width: 310px;
2310 }
2311 .mysticky-welcomebar-setting-content > label {
2312 font-size: 16px;
2313 width: 200px;
2314 padding-right: 10px;
2315 }
2316 .mysticky-welcomebar-preview-screen.mysticky-welcomebar-preview-mobile-screen {
2317 max-width: 250px;
2318 }
2319 }
2320
2321
2322
2323 .mysticky-custom-fields-tooltip{
2324 position: relative;
2325 margin-left: 20px;
2326 }
2327 .mysticky-custom-fields-tooltip:hover p {
2328 bottom: 100%;
2329 opacity: 1;
2330 visibility: visible;
2331 }
2332
2333 .mysticky-custom-fields-tooltip a.mysticky-tooltip {
2334 width: 20px;
2335 height: 20px;
2336 line-height: 20px;
2337 border-radius: 35px;
2338 padding: 0;
2339 text-align: center;
2340 font-size: 12px;
2341 display: inline-block;
2342 color: #ffffff;
2343 text-decoration: none;
2344 }
2345 .mysticky-custom-fields-tooltip a.mysticky-tooltip .dashicons{
2346 text-transform: uppercase;
2347 color: #1E1E1E;
2348 }
2349 .mysticky-custom-fields-tooltip p {
2350 margin: 0;
2351 margin-bottom: 0px;
2352 background-color: #000;
2353 width: 380px;
2354 padding: 10px 10px;
2355 border-radius: 8px;
2356 color: #fff;
2357 position: absolute;
2358 bottom: 200%;
2359 left: -20px;
2360 margin-bottom: 10px;
2361 -webkit-transition: all 0.5s ease 0s;
2362 -moz-transition: all 0.5s ease 0s;
2363 transition: all 0.5s ease 0s;
2364 opacity: 0;
2365 visibility: hidden;
2366 }
2367 .mysticky-custom-fields-tooltip p::before {
2368 content: "";
2369 border-top: 10px solid #000;
2370 border-left: 10px solid transparent;
2371 border-right: 10px solid transparent;
2372 width: 0;
2373 height: 0;
2374 position: absolute;
2375 bottom: -8px;
2376 left: 25px;
2377 }
2378
2379 .mysticky-welcomebar-poptin-content{
2380 font-size: 18px;
2381 display: flex;
2382 align-content: center;
2383 }
2384 .mysticky-welcomebar-poptin-content a{
2385 display: inline-block;
2386 padding: 0 5px;
2387 text-decoration: none;
2388 }
2389 .mysticky-welcome-poptin-logo{width: 100px;}
2390
2391 .mysticky-welcomebar-fixed .mysticky-welcomebar-btn{left: 15px !important;}
2392
2393
2394
2395
2396
2397
2398 /*===============================================================================================*/
2399
2400 /*----------------------------------------------------- Welcome-bar php CSS -------------------------*/
2401
2402 /*===============================================================================================*/
2403
2404
2405
2406 /*.mysticky-welcomebar-fixed .mysticky-w-close-btn {
2407 display: none;
2408 vertical-align: top;
2409 width: 30px;
2410 height: 30px;
2411 text-align: center;
2412 text-decoration: none;
2413 line-height: 20px;
2414 border-radius: 5px;
2415 color: #000;
2416 position: absolute;
2417 font-family: Lato;
2418 top: 5px;
2419 left: 5px !important;
2420 text-shadow: 0 0 0px #fff;
2421 -webkit-transition: all 0.5s ease 0s;
2422 -moz-transition: all 0.5s ease 0s;
2423 transition: all 0.5s ease 0s;
2424 -webkit-transform-origin: 50% 50%;
2425 -moz-transform-origin: 50% 50%;
2426 transform-origin: 50% 50%;
2427
2428 background: #000;
2429 }
2430
2431
2432 .mysticky-welcomebar-fixed .mysticky-w-close-btn:hover {
2433 opacity: 1;
2434 -webkit-transform: rotate(180deg);
2435 -moz-transform: rotate(180deg);
2436 transform: rotate(180deg);
2437 }*/
2438
2439
2440 .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
2441 display: none;
2442 vertical-align: top;
2443 width: 20px;
2444 height: 20px;
2445 text-align: center;
2446 text-decoration: none;
2447 line-height: 20px;
2448 border-radius: 5px;
2449 color: #000;
2450 position: absolute;
2451 font-family: Lato;
2452 top: 5px;
2453 right: 5px !important;
2454 text-shadow: 0 0 0px #fff;
2455 -webkit-transition: all 0.5s ease 0s;
2456 -moz-transition: all 0.5s ease 0s;
2457 transition: all 0.5s ease 0s;
2458 -webkit-transform-origin: 50% 50%;
2459 -moz-transform-origin: 50% 50%;
2460 transform-origin: 50% 50%;
2461 }
2462
2463
2464 .mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover {
2465 opacity: 1;
2466 -webkit-transform: rotate(180deg);
2467 -moz-transform: rotate(180deg);
2468 transform: rotate(180deg);
2469 }
2470
2471 .mysticky-welcomebar-fixed .mysticky-welcomebar-close span.dashicons {
2472 font-size: 27px;
2473 }
2474 .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
2475 display: inline-block;
2476 }
2477
2478 .mysticky-welcomebar-fixed .mysticky-welcomebar-btn {
2479 /*padding-left: 30px;*/
2480 margin: 0 15px;
2481 display: none;
2482 }
2483
2484 .mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover {
2485 opacity: 1;
2486 -webkit-transform: rotate(180deg);
2487 -moz-transform: rotate(180deg);
2488 transform: rotate(180deg);
2489 }
2490 .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
2491 display: inline-block;
2492 }
2493
2494
2495 @media only screen and (max-width: 1024px) {
2496 .mysticky-welcomebar-fixed {
2497 padding: 0 10px 0 10px;
2498 }
2499 .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
2500 width: 20px;
2501 height: 20px;
2502 line-height: 20px;
2503 right: 0px;
2504 }
2505 }
2506
2507 @media only screen and (max-width: 767px) {
2508 .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
2509 display: none;
2510 }
2511 .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-mobile .mysticky-welcomebar-close {
2512 display: inline-block;
2513 }
2514
2515 }
2516
2517 @media only screen and (max-width: 480px) {
2518
2519 .mysticky-welcomebar-fixed .mysticky-welcomebar-close {
2520 right: 7px;
2521 }
2522 }
2523
2524
2525 /* tooltip css */
2526 .tooltip {
2527 position: relative;
2528 display: inline-block;
2529 border-bottom: 1px dotted black;
2530 }
2531
2532 .tooltip .tooltiptext {
2533 visibility: hidden;
2534 width: 80px;
2535 background-color: black;
2536 color: #fff;
2537 text-align: center;
2538 border-radius: 6px;
2539 padding: 5px 0;
2540 position: absolute;
2541 z-index: 1;
2542 bottom: 150%;
2543 left: 50%;
2544 margin-left: -45px;
2545 }
2546
2547 .tooltip .tooltiptext::after {
2548 content: "";
2549 position: absolute;
2550 top: 100%;
2551 left: 50%;
2552 margin-left: -5px;
2553 border-width: 5px;
2554 border-style: solid;
2555 border-color: black transparent transparent transparent;
2556 }
2557
2558 .tooltip:hover .tooltiptext {
2559 visibility: visible;
2560 }
2561
2562
2563 /*---------------------------------------------------------------------------// 22-12-21 //-----------------------*/
2564
2565 .mystickymenu-wrap{text-align:center;}
2566
2567
2568 .mystickymenu-newwelcomebar-contents a,
2569 .mystickymenu-widgets-btn-wrap a{
2570 display:inline-flex;
2571 color:#fff !important;
2572 font-size:16px;
2573 font-weight:500;
2574 font-family: 'Lato', sans-serif;
2575 padding: 12px 20px 10px 20px;
2576 text-decoration:none;
2577 background:#6558F5;
2578 border-radius:5px;
2579 align-items: center;
2580 box-shadow: 0px 12px 12px -6px rgba(101, 107, 232, 0.25);
2581 }
2582
2583 .mystickymenu-tab-boxes{display:flex; justify-content: center; margin-top:50px;}
2584 .mystickymenu-tab-box{
2585 width:25%;
2586 margin:10px;
2587 display:flex;
2588 border:1px solid #C3CFD9;
2589 flex-direction: column;
2590 justify-content: space-between;
2591 padding-bottom:15px;
2592 background-color:#fff;
2593 }
2594 .mystickymenu-tab-box .stickymenu-settings{margin:0 35px;}
2595 .mystickymenu-tab-box .stickymenu-box-header{ color:#4B5C6B; font-size:15px; font-weight:600;
2596 padding:8px 0; background:#DFE6ED; text-align:center; line-height:20px;}
2597 .stickymenu-box-container p{font-size:14px;}
2598
2599 .mystickymenu-action-popup .mystickymenu-action-popup-footer button.btn-enable,
2600 .mystickymenu-tab-box .stickymenu-box-button a{
2601 display: inline-flex;
2602 color: rgba(21, 25, 32, 0.5);
2603 font-size: 15px;
2604 font-weight: 500;
2605 padding: 12px 61px;
2606 text-decoration: none;
2607 border: 1px solid rgba(86, 103, 137, 0.26);
2608 border-radius: 8px;
2609 align-items: center;
2610 background: none;
2611 line-height: 24px;
2612
2613 }
2614 .mystickymenu-tab-box ul.documents-wrap-list{ text-align:left; list-style-type:disc; margin:15px 15px 15px 30px;}
2615 .mystickymenu-tab-box ul.documents-wrap-list li{color:#6558F5; font-size:25px;}
2616 .mystickymenu-tab-box ul.documents-wrap-list li a{color:#6558F5; font-size:14px;}
2617
2618 /*table.mystickymenu-widgets-lists,*/
2619
2620 table.mystickymenu-widgets-lists td{
2621 border:0.5px solid #F1F1F1;
2622 }
2623
2624 /*border radiuse in dashboard table */
2625 table.mystickymenu-widgets-lists th{
2626 border-top: 0 !important;
2627 border-bottom: 1px solid #F1F1F1 !important;
2628 border-left: 1px solid #F1F1F1 !important;
2629 border-right: 1px solid #F1F1F1 !important;
2630 }
2631
2632 .mystickymenu-dashboard table tr:first-child th:first-child {
2633 border-top-left-radius: 10px;
2634 border-top: 0 !important;
2635 border-left: 0 !important;
2636 border-bottom: 0.2px #F1F1F1 !important;
2637 border-right: 0.2px #F1F1F1 !important;
2638 }
2639
2640 .mystickymenu-dashboard table tr:first-child th:last-child {
2641 border-top-right-radius: 10px;
2642 border-top: 0 !important;
2643 border-left: 0.2px #F1F1F1 !important;
2644 border-bottom: 0.2px #F1F1F1 !important;
2645 border-right: 0 !important;
2646 }
2647
2648
2649 .mystickymenu-wrap table.mystickymenu-widgets-lists{border-collapse:collapse; width:100%;
2650 margin:24px 0 0 0; background-color:#fff;}/*---------------------------------------------------------------------20-1-22-----*/
2651
2652 .mystickymenu-wrap table.mystickymenu-widgets-lists tr th{padding:8px !important; background:#F6F5FE; vertical-align: middle !important;}
2653 .mystickymenu-wrap table.mystickymenu-widgets-lists tr td{padding:6px !important; vertical-align: middle !important;}
2654 .mystickymenu-wrap table.mystickymenu-widgets-lists .tooltip{border:none;}
2655
2656 /**/
2657 .mystickymenupopup-overlay{
2658 display:none;
2659 position: fixed;
2660 top: 0;
2661 left: 0;
2662 width: 100%;
2663 height: 100%;
2664 background-color: rgba(0,0,0,0.3);
2665 z-index: 9;
2666 }
2667
2668 .mystickymenu-action-popup{
2669 position: fixed;
2670 top: 80px;
2671 left: 50%;
2672 -webkit-transform: translateX(-50%);
2673 -moz-transform: translateX(-50%);
2674 transform: translateX(-50%);
2675 z-index: 10;
2676 width: 500px;
2677 background-color: #fff;
2678 padding: 0 0 28px 0;
2679 box-shadow: 0px 10px 15px rgb(0 0 0 / 10%), 0px 4px 6px rgb(0 0 0 / 5%);
2680 border-radius:10px;
2681
2682 }
2683 .mystickymenu-action-popup-header h3{margin:0; position:relative;}
2684 /*.mystickymenu-action-popup-header h3:after{
2685 content:"";
2686 display:block;
2687 height:3px;
2688 width:4.5rem;
2689 text-align:center;
2690 margin: 10px auto;
2691 background:#4797DE;
2692 }*/
2693 .mystickymenu-action-popup-footer button{cursor: pointer !important;}
2694 .mystickymenu-action-popup .mystickymenu-action-popup-footer button.btn-disable-cancel{
2695 display: inline-flex;
2696 color: #fff;
2697 background: #F33;
2698 font-size: 15px;
2699 font-weight: 500;
2700 padding: 12px 82px;
2701 text-decoration: none;
2702 border-radius: 8px;
2703 align-items: center;
2704 margin-left: 15px;
2705 border: none;
2706 line-height: 24px;
2707 }
2708 .mystickymenu-action-popup .mystickymenu-action-popup-body{margin:10px 30px;}
2709
2710 /*#stickymenu_status_popupbox .mystickymenu-action-popup-body{margin:30px 56px;}*/
2711
2712 /**/
2713 .first-widget-popup{
2714 text-align:center;
2715 position: fixed;
2716 top: 50%;
2717 left: 50%;
2718 -webkit-transform: translate(-50%,-50%);
2719 -moz-transform: translate(-50%,-50%);
2720 transform: translate(-50%,-50%);
2721 z-index: 10;
2722 width: 500px;
2723 background-color: #fff;
2724 padding: 30px;
2725 box-shadow: 0px 10px 15px rgb(0 0 0 / 10%), 0px 4px 6px rgb(0 0 0 / 5%);
2726 border-radius:10px;
2727 font-family:'Lato', sans-serif;
2728
2729 }
2730
2731 .mystickymenu_container_popupbox{
2732 margin-top:10px;
2733 }
2734
2735 .first-widget-popup h4,p,span,button,.first-widget-popup a{
2736 font-family:'Lato', sans-serif;
2737 }
2738
2739
2740
2741 .first-widget-popup h4{
2742 font-weight: 600;
2743 font-size: 24px;
2744 line-height: 34px;
2745 color: #181749;
2746 margin:16px 0 0 0;
2747 }
2748 .first-widget-popup p{
2749 font-size: 16px;
2750 margin-top: 24px;
2751 padding: 0 32px;
2752 font-weight: 400;
2753 line-height: 24px;
2754 font-style: normal;
2755 }
2756 .first-widget-popup a.btn-back-dashboard{
2757 display:inline-flex;
2758 color:#fff;
2759 font-size:15px;
2760 font-weight:500;
2761 padding:10px 20px;
2762 text-decoration:none;
2763 background:#6558F5;
2764 border-radius:8px;
2765 align-items: center;
2766 margin: 36px 0 10px 0;
2767 }
2768 .close-chaty-maxvisitor-popup{
2769 position:absolute;
2770 top:17px;
2771 right:17px;
2772 }
2773
2774 .mysticky-stickymenu-header-title h3{
2775 color:#1d2327;
2776 display: inline-block;
2777 }
2778 .stickymenu-switch{
2779 display: inline-block;
2780 width: 55px;
2781 height: 30px;
2782 position: relative;
2783 margin: 0 0 8px 10px;
2784 }
2785
2786 .stickymenu-switch .slider:before{
2787 background-color: #ffffff;
2788 }
2789
2790 .stickymenu-switch input:checked + .slider {
2791 background-color: #7761DF;
2792 border: 2px solid #7761DF;
2793 }
2794
2795 .wrap.mystickymenu-wrap .mystickymenu-dashboard{
2796 /*background: #fff !important;
2797 padding: 15px 0;
2798 border-radius: 10px;*/
2799 }
2800
2801 .firstwidget-popup-contain a{
2802 color: #3c434a;
2803 text-decoration: none;
2804 }
2805
2806 a.copyicon{text-decoration:none; color:#000;}
2807 /*.copyicon .dashicons{display:block;}*/
2808
2809 /*----------------------------------------------------------NEW 3-1-22--------------------------------------*/
2810 .mystickymenu-dashboard{text-align:left;}
2811 .mystickymenu-dashboard .welcomebars-list-table{
2812 background:#fff;
2813 /*border-radius:15px;*/
2814 padding: 0 40px 20px 40px;
2815 text-align:center;
2816 }
2817 /*.mystickymenu-dashboard h3{margin:5px 0;}*/
2818
2819
2820 .mystickymenu-dashboard .header-section{
2821 display: flex;
2822 justify-content: space-between;
2823 padding: 0;
2824 border-bottom: 1px solid #EBEBEB;
2825 width: 100%;
2826 margin: 0 0 24px 0;
2827 }/*--------------------------------------------------------------------------------------------------30-2-2022----*/
2828
2829
2830 .mystickymenu-dashboard .heading-title{display:inline-flex;}
2831 .mystickymenu-dashboard .mystickymenu-widgets-btn-wrap{display:inline-flex;}
2832
2833 .mystickymenu-dashboard .mystickymenu-tab-boxs-wrap{display:block; justify-content:space-between; margin:20px 0;}/*00000000000000000000*/
2834 .contactus-tab-option,.mystickymenu-tab-documentation{width:49%;} /*0000000000000000000000000000000000000000000000000000000000*/
2835
2836 .mystickymenu-new302box{display:flex; justify-content:space-between; flex-wrap:wrap;} /*00000000000000000000000000000000000000000*/
2837
2838 .stickymenu-tab-option{margin-bottom:15px;}
2839
2840 .mystickymenu-dashboard .msm-bgbox{display:block; background:#f7f7f7; padding:0;
2841 box-sizing:border-box;} /*-------------------------------------------------------*/
2842
2843
2844 /*---------------------------------------------------------------------------------------------------------6-1-22-----*/
2845
2846 .stickymenu-box-container ul.documents-wrap-list{ text-align:left; list-style-type:disc; margin:15px 15px 15px 30px;}
2847 .stickymenu-box-container ul.documents-wrap-list li{color:#6558F5; font-size:25px; margin-bottom:8px;} /*------6-1-22--*/
2848 .stickymenu-box-container ul.documents-wrap-list li a{color:#6558F5; font-family: 'Lato', sans-serif; font-size:16px;}
2849
2850 .msm-bgbox .stickymenu-box-button{display: block; padding:0 15px 15px 48px;}
2851
2852
2853 .msm-bgbox .stickymenu-box-button a{
2854 display:inline-flex;
2855 color:#6558F5;
2856 font-size:16px;
2857 font-weight:400;
2858 font-family: 'Lato', sans-serif;
2859 padding:0 15px;
2860 text-decoration:none;
2861 border:1px solid #6558F5 !important;
2862 border-radius:5px;
2863 align-items: center;
2864 background:none;
2865 line-height:34px;
2866
2867 }
2868 .contactus-title, .premio-footer-option,
2869 .stickymenu-settings{display:flex; justify-content:space-between; align-items: center;}
2870 .premio-footer-option{margin-top:6px;}
2871 .premio-footer-option h3{color:#6558F5;}
2872 .premio-footer-option h4{margin:5px 0 8px 0;}
2873 .premio-footer-option .premio-content-list{width:62%; margin:0 ;}
2874
2875 a.copyicon1{color:#6558F5; line-height:23px; text-decoration:underline;}
2876 a.copyicon1 span{text-decoration:none;}
2877 .dashicons-facebook-alt{color:#3B5998 !important;}
2878 .dashicons-twitter{color:#00ACEE !important;}
2879 /*--------------*/
2880
2881 .new-welcomebar-section-wrap{background:#fff; display:flex; padding:25px; justify-content: space-between;}
2882
2883 .mystickymenu-welcome-img, .mystickymenu-newwelcomebar-contents,
2884 .new-welcomebar-section-wrap .mystickymenu-features{width:auto;}
2885
2886 .mystickymenu-wrap .mystickymenu-welcome-img img{max-width:80%; height:auto; text-align:center;}
2887 .mystickymenu-newwelcomebar-contents{margin:0 10px;}
2888 .mystickymenu-features{text-align:center;}
2889
2890 /*------------------------------------------------------------------------------------------------*/
2891 .mystickymenu-features .mystickymenu-features-list{ text-align:left; list-style-type:disc;
2892 background: #F6F5FE;
2893 padding: 30px 15px 15px 15px;
2894 border-radius: 15px;
2895 margin-top: -20px;
2896 }
2897 .mystickymenu-features-list ul.documents-wrap-list{margin:15px 15px 15px 30px;}
2898
2899
2900
2901 .mystickymenu-features .mystickymenu-features-list li{color:#6558F5; font-family: 'Lato', sans-serif; font-size:16px;}/*----6-1-22-------*/
2902
2903 .documents-wrap-list{ text-align:left; list-style-type:disc;}
2904 .documents-wrap-list li{ margin-bottom:16px;}
2905
2906 .mystickymenu-feature-title{
2907 display:inline-flex;
2908 color:#fff;
2909 font-size:16px;
2910 font-weight:500;
2911 font-family: 'Lato', sans-serif;
2912 padding:10px 20px;
2913 text-decoration:none;
2914 background:#6558F5;
2915 border-radius:5px;
2916 align-items: center;
2917 margin-top:15px;
2918 }/*----------------------------------------------------------------------*/
2919
2920 .mystickymenu-feature-title img{width:22px; margin-right:7px;}
2921 .welcomebars-list-table .mysticky-welcomebar-switch .slider{
2922 background-color: #FF424D;
2923 border: 2px solid #FF424D;
2924 }
2925
2926
2927 .mystickymenu-action-popup-footer{
2928 text-align:center;
2929 display:inline-block;
2930 margin-top:15px;
2931 }
2932 #stickymenu_status_popupbox .mystickymenu-action-popup-footer{
2933 display: block;
2934 }
2935
2936 .welcombar-enabled-status .mystickymenu-action-popup-footer{
2937 display: block;
2938 }
2939
2940 #mysticky-sticky-save-confirm .mystickymenu-action-popup-footer{
2941 display: block;
2942 }
2943
2944 .mystickymenu-action-popup-header{
2945 padding: 25px 25px 40px 25px;
2946 border-bottom: 1px solid #EAEFF2;
2947 }
2948 .mystickymenu-action-popup-header h3{
2949 margin:0 0 0 15px;
2950 position:relative;
2951 float:left;
2952
2953 }
2954
2955 .mystickymenu-action-popup .mystickymenu-action-popup-body p{
2956 text-align: left;
2957 float: left;
2958 margin-left: 0;
2959 padding: 0 10px;
2960 font-size: 16px;
2961 font-weight: 400;
2962 font-style: normal;
2963 color: #181749;
2964 }
2965
2966 .mystickymenu-action-popup-header span{
2967 float:right;
2968 }
2969
2970 /*--------------------------------------------------------// 6-1-22 //------------------*/
2971 .mystickymenu-newwelcomebar-contents h2{font-family: 'Lato', sans-serif; font-size:28px; font-weight:bold;}
2972
2973 .premio-content-list span, .premio-footer-option label, .settings-content p, .contactus-contents-buttons span.folous,
2974 .stickymenu-box-button,
2975 .mystickymenu-newwelcomebar-contents p{font-family: 'Lato', sans-serif; font-size:16px;color: #181749;font-style: normal;font-weight: 400;line-height: 24px;}
2976
2977 .premio-content-list h4{font-family: 'Lato', sans-serif; font-size:16px; font-weight:bold;}
2978
2979 .contactus-title h3,
2980 .stickymenubox-title-section h3{font-family: 'Lato', sans-serif; font-size:20px; font-weight:bold;}
2981
2982 /**/
2983 .stickymenu-tab-option{padding:0 0 10px 0 !important;}
2984 /*.stickymenubox-title-section{border-bottom:1px solid #EBEBEB; padding:24px 20px;}*/
2985
2986 .stickymenubox-title-section h3,
2987 .mystickymenu-tab-documentation h3, .contactus-title
2988 {border-bottom:1px solid #EBEBEB; padding:24px 40px; margin:0;} /*------------------------------------------------------------20-1-22---*/
2989 .contactus-title h3{margin:0;}
2990
2991 .stickymenubox-title-section h3{margin:0 !important;}
2992
2993 .premio-footer-option, .stickymenu-box-container, .stickymenu-box-button,
2994 .stickymenu-settings{padding:15px 20px 15px 40px; } /*--------------------------------------------------------------------20-1-22---*/
2995 .mystickymenu-dashboard .heading-title h3{font-family: 'Lato', sans-serif; font-size: 28px !important;
2996 font-weight:600 !important; color:#1d2327 !important;}/*------------------------------------------------20-1-22---*/
2997
2998 .mystickymenu-newwelcomebar-contents p{margin:0;} /*------------------------------------------------20-1-22--new-*/
2999 a.add_new_welcombar{margin:auto 0;} /*------------------------------------------------20-1-22--new-*/
3000 .new-welcomebar-section-wrap .mystickymenu-newwelcomebar-contents a{margin-top:30px;}
3001
3002
3003 .premio-footer-option h3 img{width:70px; height:auto; margin-right:10px;}
3004
3005 /* price-pan css */
3006
3007 .plan-center {
3008 text-align: center;
3009 }
3010
3011 .price-permonth {
3012 padding: 2px 15px;
3013 display: inline-block;
3014 margin-bottom: 15px;
3015 text-align: center;
3016 border-radius: 56px;
3017 border: 1px solid #BEECFF;
3018 background-color: #EAF9FF;
3019 }
3020
3021 .price-table.plus-feature .price-permonth {
3022 border: 1px solid #F2D8C3;
3023 background-color: #FCF2EA;
3024 }
3025
3026
3027 .price-table.agency-feature .price-permonth {
3028 border: 1px solid #C7C6F9;
3029 background-color: #ECEEFD;
3030 }
3031
3032 .add_new_welcombar:hover{
3033 opacity: 0.9;
3034 }
3035
3036 .tooltip img{
3037 width:35px;
3038 }
3039
3040 .mystickymenu-features{
3041 max-width: 400px;
3042 }
3043
3044 .mystickymenu-newwelcomebar-contents{
3045 max-width: 432px;
3046 }
3047
3048 #stickymenu_status_ok{
3049 background-color:#28C67C;
3050 }
3051
3052 .mysticky-welcomebar-content{
3053 width:72%;
3054 text-align:center;
3055 }
3056 .mysticky-welcomebar-content p{
3057 word-wrap: break-word;
3058 width: 100%;
3059 }
3060
3061 .mystickymenu-widgets-lists tr td{
3062 font-size:16px;
3063 }
3064
3065 .mystickymenu-widgets-lists tr th{
3066 font-size:16px;
3067 }
3068
3069 #welcomebar-save-confirm{
3070 width: 677px;
3071 padding: 0 10px 28px 10px;
3072 }
3073
3074 #welcomebar-save-confirm .mystickymenu-action-popup-footer{
3075 display: block;
3076 }
3077
3078 #mysticky-sticky-save-confirm{
3079 width:634px;
3080 }
3081 #stickymenu_status_ok{
3082 padding: 12px 40px;
3083 }
3084
3085
3086 /*----------------------------------------------------------------------# 21-1-22 #-----------*/
3087
3088 @media only screen and (max-width: 1366px) {
3089 .premio-content-list h4 {font-size: 15px;}
3090 .premio-footer-option .premio-content-list {width: 60%;}
3091
3092 }
3093
3094 @media only screen and (max-width: 820px) {
3095 .mystickymenu-tab-boxs-wrap{flex-wrap: wrap;}
3096 .mystickymenu-tab-stickymenu, .mystickymenu-tab-documentation, .contactus-tab-option{display:block; width:100%;}
3097 .mystickymenu-tab-documentation{margin-top:15px;}
3098
3099 .new-welcomebar-section-wrap {justify-content: center; flex-wrap: wrap;}
3100 .mystickymenu-welcome-img{text-align:center;}
3101 .mystickymenu-newwelcomebar-contents{text-align:center; margin:15px 0;}
3102
3103 .price-table-middle ul li a{width:65%;}
3104 .right_tooltip:after {left: 80px !important;}
3105
3106 }
3107
3108 @media only screen and (max-width: 576px) {
3109 .stickymenu-settings{flex-wrap:wrap; justify-content: center;}
3110 .premio-footer-option{flex-wrap:wrap; justify-content: center;}
3111 .msm-bgbox .stickymenu-box-button {text-align: center;}
3112 .premio-footer-option .premio-content-list {width: auto; margin:15px 0;}
3113 .premio-footer-option, .stickymenu-box-container, .stickymenu-box-button, .stickymenu-settings
3114 {padding: 15px 20px;}
3115
3116 /*.price-table-middle ul li a{width:65%;}*/
3117 .right_tooltip:after {left: 80px !important;}
3118 .cus-tooltip .tooltip__content{width:145% !important;}
3119 .cus-tooltip .tooltip__content img{width:100% !important;}
3120
3121
3122 }
3123
3124 /*-------------------# 27-1-22 #--------*/
3125 @media only screen and (min-width: 821px) {
3126 .right_tooltip{left: unset !important; right:0 !important;}
3127 .right_tooltip:after{left: 130px !important;}
3128 }
3129
3130
3131 /*--------------------------------------------------------------*/
3132
3133 .new_widget_row{
3134 max-width: unset;
3135 }
3136
3137
3138 /* ToolTip Side */
3139 .html-tooltip {
3140 position: relative;
3141 display: inline-block;
3142
3143 }
3144
3145 .dashicons,
3146 .dashicons-before:before {
3147 font-family: dashicons;
3148 display: inline-block;
3149 line-height: 1;
3150 font-weight: 400;
3151 font-style: normal;
3152 color: #9e9e9e;
3153 speak: none;
3154 text-decoration: inherit;
3155 text-transform: none;
3156 text-rendering: auto;
3157 -webkit-font-smoothing: antialiased;
3158 -moz-osx-font-smoothing: grayscale;
3159 width: 20px;
3160 height: 20px;
3161 font-size: 20px;
3162 vertical-align: top;
3163 text-align: center;
3164 transition: color 0.1s ease-in;
3165 }
3166
3167 .dashicons-editor-help:before {
3168 content: "";
3169 }
3170
3171 .html-tooltip.side .tooltip-text {
3172 bottom: 125%;
3173 left: 100%;
3174 margin-left: 0;
3175 top: 5px;
3176 transform: translateY(-50%);
3177 -webkit-transform: translateY(-50%);
3178 }
3179
3180 .html-tooltip .tooltip-text {
3181 visibility: hidden;
3182 width: 417px;
3183 background-color: #333;
3184 color: #fff;
3185 text-align: left;
3186 border-radius: 6px;
3187 padding: 10px;
3188 position: absolute;
3189 z-index: 1201;
3190 bottom: 125%;
3191 left: 50%;
3192 margin-left: -150px;
3193 opacity: 0;
3194 transition: opacity 0.3s;
3195 font-size: 12px;
3196 line-height: 18px;
3197 top: 100%;
3198 height: 125px;
3199 }
3200
3201 .html-tooltip:hover .tooltip-text {
3202 visibility: visible;
3203 opacity: 1;
3204 z-index: 9999999;
3205 }
3206
3207 .html-tooltip.side .tooltip-text:after {
3208 top: 50%;
3209 left: -5px;
3210 transform: rotate(180deg);
3211 -webkit-transform: rotate(90deg);
3212 }
3213
3214 .html-tooltip .tooltip-text:after {
3215 content: "";
3216 position: absolute;
3217 top: -10px;
3218 left: 50%;
3219 margin-left: -5px;
3220 border-width: 5px;
3221 border-style: solid;
3222 border-color: #333 transparent transparent transparent;
3223 transform: rotate(180deg);
3224 -webkit-transform: rotate(180deg);
3225 }
3226
3227 .html-tooltip .tooltip-text img {
3228 width: 100%;
3229 height: auto;
3230 display: block;
3231 margin: 10px 0 0 0;
3232 }
3233
3234 .price-table-middle ul li .html-tooltip.side{
3235 position: absolute;
3236 margin: 14px 0;
3237 }
3238
3239 .html-tooltip.side .price-plan-box{
3240 margin-left: -147px !important;
3241 top: -62px !important;
3242 height: 115px;
3243 text-align: left;
3244 }
3245
3246 .span .tooltip-text .top .price-plan-box::after
3247 border-width: 5px;
3248 border-style: solid;
3249 border-color: #1849ab transparent transparent transparent;
3250 content: "";
3251 left: 25px;
3252 margin-left: -5px;
3253 position: absolute;
3254 top: 100%;
3255 }
3256
3257 /***/
3258
3259 .cus-tooltip span.tooltip-text::after {
3260 border-width: 5px;
3261 border-style: solid;
3262 border-color: #1849ab transparent transparent transparent;
3263 content: "";
3264 left: 25px;
3265 margin-left: -5px;
3266 position: absolute;
3267 top: 100%;
3268 }
3269
3270 .html-tooltip-box{
3271 padding: 0 0 48px 0 !important;
3272 }
3273
3274 .mystickymenu-widgets-lists thead tr{
3275 height: 63px;
3276 }
3277
3278 .mystickymenu-widgets-lists tr{
3279 height: 88px;
3280 }
3281
3282 .tooltip__content img{
3283 width: 396px;
3284 height: auto;
3285 margin-top:5px;
3286 }
3287
3288 .mysticky-welcomebar-backword-page a{
3289 text-decoration: none;
3290 }
3291
3292 .mysticky-welcomebar-backword-page{
3293 padding: 0;
3294 margin: 0;
3295 float: right;
3296 }
3297
3298
3299 .mysticky-stickymenu-backword-page{text-align:end; padding:0 15px; float: right; margin-top: 28px;}
3300 .mysticky-stickymenu-backword-page a{text-decoration:none;}
3301
3302
3303
3304
3305
3306 .save_view_dashboard{
3307 width: auto !important;
3308 background: #6558F5 !important;
3309 border: 1px solid #6558F5 !important;
3310 margin-left:10px !important;
3311 }
3312
3313 .save_view_dashboard:hover{
3314 opacity: 0.8 !important;
3315 }
3316
3317 #mysticky_welcomebar_fontsize{
3318 color:#32373c !important;
3319 }
3320
3321