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