Version Description
- Update CMB2
- Improved Admin UI
Download this release
Release Info
Developer | machothemes |
Plugin | Kiwi Social Share – Social Media Share Buttons & Icons |
Version | 2.0.10 |
Comparing to | |
See all releases |
Code changes from version 2.0.9 to 2.0.10
- assets/css/admin.css +1577 -1361
- assets/css/admin.min.css +1 -1
- assets/css/menu-link.css +10 -0
- assets/js/admin.js +3 -3
- assets/js/kiwi.js +1 -1
- assets/js/kiwi.min.js +1 -1
- assets/vendors/icomoon/fonts/icomoon.svg +60 -60
- assets/vendors/icomoon/icomoon.json +1529 -1529
- assets/vendors/icomoon/style.css +164 -164
- includes/backend/parts/epsilon-tabs.php +21 -15
- includes/backend/parts/kiwi-modal-popup.php +2 -60
- includes/backend/parts/kiwi-tab-advanced.php +3 -0
- includes/backend/parts/kiwi-tab-article-bar.php +1 -0
- includes/backend/parts/kiwi-tab-floating-bar.php +1 -0
- includes/backend/parts/kiwi-tab-networks.php +5 -3
- includes/class-kiwi-social-share.php +8 -5
- includes/lib/class-kiwi-social-share-settings.php +188 -2
- includes/lib/cmb2/CHANGELOG.md +740 -0
- includes/lib/cmb2/CONTRIBUTING.md +52 -0
- includes/lib/cmb2/css/cmb2-display-rtl.css +9 -5
- includes/lib/cmb2/css/cmb2-display-rtl.min.css +1 -0
- includes/lib/cmb2/css/cmb2-display.css +9 -5
- includes/lib/cmb2/css/cmb2-display.css.map +2 -2
- includes/lib/cmb2/css/cmb2-display.min.css +1 -0
- includes/lib/cmb2/css/cmb2-front-rtl.css +212 -368
- includes/lib/cmb2/css/cmb2-front-rtl.min.css +2 -1
- includes/lib/cmb2/css/cmb2-front.css +212 -368
- includes/lib/cmb2/css/cmb2-front.min.css +2 -1
- includes/lib/cmb2/css/cmb2-rtl.css +377 -267
- includes/lib/cmb2/css/cmb2-rtl.min.css +2 -1
- includes/lib/cmb2/css/cmb2.css +377 -267
- includes/lib/cmb2/css/cmb2.min.css +2 -1
- includes/lib/cmb2/example-functions.php +788 -0
- includes/lib/cmb2/includes/CMB2.php +329 -70
- includes/lib/cmb2/includes/CMB2_Ajax.php +3 -3
- includes/lib/cmb2/includes/CMB2_Base.php +22 -6
- includes/lib/cmb2/includes/CMB2_Boxes.php +50 -7
- includes/lib/cmb2/includes/CMB2_Field.php +278 -102
assets/css/admin.css
CHANGED
@@ -2,823 +2,876 @@
|
|
2 |
=Links
|
3 |
========================================================================== */
|
4 |
#sl-kiwi {
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
}
|
|
|
11 |
#sl-kiwi a:focus {
|
12 |
-
|
13 |
-
|
14 |
}
|
|
|
15 |
#sl-kiwi .overlay {
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
}
|
|
|
27 |
#sl-kiwi .overlay.active {
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
}
|
|
|
32 |
#sl-kiwi .overlay img {
|
33 |
-
|
34 |
-
|
35 |
}
|
36 |
|
37 |
.kiwi-notification-popup {
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
}
|
|
|
50 |
.kiwi-notification-popup .button {
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
}
|
55 |
|
56 |
.kiwi-utility-bar {
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
}
|
|
|
62 |
.kiwi-utility-bar > input {
|
63 |
-
|
64 |
}
|
65 |
|
66 |
.sl-kiwi-content {
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
}
|
|
|
77 |
.sl-kiwi-content input[type="text"], .sl-kiwi-content input[type="email"], .sl-kiwi-content input[type="url"] {
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
}
|
91 |
|
92 |
.sl-kiwi-content > div {
|
93 |
-
|
94 |
-
|
95 |
}
|
96 |
|
97 |
.sl-kiwi-content > div.epsilon-tab-active {
|
98 |
-
|
99 |
}
|
100 |
|
101 |
.sl-kiwi-dragdrop .suggestions {
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
}
|
123 |
|
124 |
.sl-kiwi-dragdrop {
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
}
|
142 |
|
143 |
.sl-kiwi-dragdrop > div {
|
144 |
-
|
145 |
-
|
146 |
}
|
147 |
|
148 |
.sl-kiwi-dragdrop ul {
|
149 |
-
|
150 |
-
|
151 |
}
|
152 |
|
153 |
.sl-kiwi-dragdrop ul[data-id="networks_ordering_floating_bar"] {
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
}
|
|
|
161 |
.sl-kiwi-dragdrop ul[data-id="networks_ordering_floating_bar"] li {
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
}
|
|
|
166 |
.sl-kiwi-dragdrop ul[data-id="networks_ordering_floating_bar"] li a {
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
}
|
|
|
180 |
.sl-kiwi-dragdrop ul[data-id="networks_ordering_floating_bar"] li.sl-kiwi-dragdrop-placeholder:before {
|
181 |
-
|
182 |
}
|
|
|
183 |
.sl-kiwi-dragdrop ul[data-id="networks_ordering_floating_bar"].pill li {
|
184 |
-
|
185 |
}
|
|
|
186 |
.sl-kiwi-dragdrop ul[data-id="networks_ordering_floating_bar"].pill li a {
|
187 |
-
|
188 |
}
|
189 |
|
190 |
#sl-kiwi .sl-kiwi-item-add {
|
191 |
-
|
192 |
}
|
193 |
|
194 |
#sl-kiwi .sl-kiwi-item-remove {
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
}
|
199 |
|
200 |
.sl-kiwi-dragdrop-placeholder:before {
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
}
|
212 |
|
213 |
.sl-kiwi-dragdrop-placeholder {
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
}
|
221 |
|
222 |
.sl-kiwi-dragdrop ul.pill a {
|
223 |
-
|
224 |
}
|
225 |
|
226 |
.sl-kiwi-dragdrop ul.leaf a {
|
227 |
-
|
228 |
}
|
229 |
|
230 |
.sl-kiwi-dragdrop ul.shift a {
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
}
|
235 |
|
236 |
.sl-kiwi-dragdrop ul.shift span {
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
}
|
242 |
|
243 |
.sl-kiwi-dragdrop ul.pill .sl-kiwi-dragdrop-placeholder:before {
|
244 |
-
|
245 |
}
|
246 |
|
247 |
.sl-kiwi-dragdrop ul.leaf .sl-kiwi-dragdrop-placeholder:before {
|
248 |
-
|
249 |
}
|
250 |
|
251 |
.sl-kiwi-dragdrop ul.shift .sl-kiwi-dragdrop-placeholder:before {
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
}
|
256 |
|
257 |
.sl-kiwi-dragdrop li {
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
}
|
265 |
|
266 |
.sl-kiwi-dragdrop li.ui-sortable-helper a {
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
}
|
272 |
|
273 |
.sl-kiwi-dragdrop li a:hover {
|
274 |
-
|
275 |
}
|
276 |
|
277 |
.sl-kiwi-dragdrop li a {
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
}
|
285 |
|
286 |
.sl-kiwi-networks {
|
287 |
-
|
288 |
-
|
289 |
}
|
|
|
290 |
.sl-kiwi-networks .epsilon-ui-locked {
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
}
|
299 |
|
300 |
ul[data-style="fit"] {
|
301 |
-
|
302 |
-
|
303 |
}
|
|
|
304 |
ul[data-style="fit"] li {
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
}
|
|
|
309 |
ul[data-style="fit"].leaf a {
|
310 |
-
|
311 |
}
|
|
|
312 |
ul[data-style="fit"].leaf li:last-of-type a {
|
313 |
-
|
314 |
}
|
|
|
315 |
ul[data-style="fit"].pill {
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
}
|
|
|
321 |
ul[data-style="fit"].pill .sl-kiwi-item-add {
|
322 |
-
|
323 |
-
|
324 |
}
|
|
|
325 |
ul[data-style="fit"].pill .sl-kiwi-item-add a {
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
}
|
|
|
332 |
ul[data-style="fit"].pill .sl-kiwi-item-add span {
|
333 |
-
|
334 |
}
|
335 |
|
336 |
.sl-kiwi-tab-socialIdentity label, .sl-kiwi-tab-registration label {
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
}
|
|
|
341 |
.sl-kiwi-tab-socialIdentity input[type="text"], .sl-kiwi-tab-registration input[type="text"] {
|
342 |
-
|
343 |
-
|
344 |
}
|
|
|
345 |
.sl-kiwi-tab-socialIdentity .kiwi-registration-action, .sl-kiwi-tab-registration .kiwi-registration-action {
|
346 |
-
|
347 |
}
|
348 |
|
349 |
[class*="sl-kiwi-tab-"] h2 {
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
}
|
355 |
|
356 |
.sl-kiwi-networks h2 > span {
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
}
|
362 |
|
363 |
.sl-kiwi-networks h2 span + span {
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
}
|
372 |
|
373 |
.sl-kiwi-networks em {
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
}
|
379 |
|
380 |
.sl-kiwi-networks ul {
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
}
|
385 |
|
386 |
.sl-kiwi-networks li {
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
}
|
397 |
|
398 |
.sl-kiwi-networks li:hover {
|
399 |
-
|
400 |
}
|
401 |
|
402 |
.sl-kiwi-networks li > span {
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
}
|
410 |
|
411 |
.sl-kiwi-networks li span + span {
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
}
|
416 |
|
417 |
.sl-kiwi-networks span > strong {
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
}
|
428 |
|
429 |
.sl-kiwi-networks span > strong i {
|
430 |
-
|
431 |
-
|
432 |
}
|
433 |
|
434 |
.sl-kiwi-networks.kiwi-styles {
|
435 |
-
|
436 |
}
|
437 |
|
438 |
.sl-kiwi-networks.kiwi-styles h2 span + span {
|
439 |
-
|
440 |
}
|
441 |
|
442 |
.sl-kiwi-networks.kiwi-styles h2 span:nth-last-of-type(-n+3) + span:nth-last-of-type(-n+3),
|
443 |
.sl-kiwi-networks.kiwi-styles h2 span:nth-last-of-type(-n+2) + span:nth-last-of-type(-n+2) {
|
444 |
-
|
445 |
}
|
446 |
|
447 |
.sl-kiwi-networks.kiwi-styles h2 strong.goleft {
|
448 |
-
|
449 |
-
|
450 |
}
|
451 |
|
452 |
.sl-kiwi-networks.kiwi-styles h2 > span {
|
453 |
-
|
454 |
-
|
455 |
}
|
456 |
|
457 |
.sl-kiwi-networks.kiwi-styles li span + span {
|
458 |
-
|
459 |
-
|
460 |
}
|
461 |
|
462 |
.sl-kiwi-networks.kiwi-styles li span:nth-last-of-type(-n+3) + span:nth-last-of-type(-n+3),
|
463 |
.sl-kiwi-networks.kiwi-styles li span:nth-last-of-type(-n+2) + span:nth-last-of-type(-n+2) {
|
464 |
-
|
465 |
}
|
466 |
|
467 |
.sl-kiwi-networks.kiwi-styles li > span {
|
468 |
-
|
469 |
}
|
470 |
|
471 |
#sl-kiwi .kiwi-nw-twitter {
|
472 |
-
|
473 |
-
|
474 |
}
|
475 |
|
476 |
#sl-kiwi .kiwi-nw-whatsapp {
|
477 |
-
|
478 |
-
|
479 |
}
|
480 |
|
481 |
#sl-kiwi .kiwi-nw-telegram {
|
482 |
-
|
483 |
-
|
484 |
}
|
485 |
|
486 |
#sl-kiwi .kiwi-nw-skype {
|
487 |
-
|
488 |
-
|
489 |
}
|
490 |
|
491 |
#sl-kiwi .kiwi-nw-youtube-play, #sl-kiwi .kiwi-nw-youtube {
|
492 |
-
|
493 |
-
|
494 |
}
|
495 |
|
496 |
#sl-kiwi .kiwi-nw-facebook {
|
497 |
-
|
498 |
-
|
499 |
}
|
500 |
|
501 |
#sl-kiwi .kiwi-nw-google-plus {
|
502 |
-
|
503 |
-
|
504 |
}
|
505 |
|
506 |
#sl-kiwi .kiwi-nw-pinterest {
|
507 |
-
|
508 |
-
|
509 |
}
|
510 |
|
511 |
#sl-kiwi .kiwi-nw-fintel {
|
512 |
-
|
513 |
-
|
514 |
}
|
515 |
|
516 |
#sl-kiwi .kiwi-nw-linkedin {
|
517 |
-
|
518 |
-
|
519 |
}
|
520 |
|
521 |
#sl-kiwi .kiwi-nw-reddit {
|
522 |
-
|
523 |
-
|
524 |
}
|
525 |
|
526 |
#sl-kiwi .kiwi-nw-envelope, #sl-kiwi .kiwi-nw-email {
|
527 |
-
|
528 |
-
|
529 |
}
|
530 |
|
531 |
.sl-kiwi-opt-group {
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
}
|
|
|
537 |
.sl-kiwi-opt-group:last-of-type {
|
538 |
-
|
539 |
}
|
|
|
540 |
.sl-kiwi-opt-group .bottom-color-option {
|
541 |
-
|
542 |
}
|
543 |
|
544 |
.sl-kiwi-inner-opt {
|
545 |
-
|
546 |
}
|
547 |
|
548 |
.sl-kiwi-opt-group .left {
|
549 |
-
|
550 |
}
|
551 |
|
552 |
.sl-kiwi-opt-group .right {
|
553 |
-
|
554 |
}
|
555 |
|
556 |
.sl-kiwi-opt-toggle {
|
557 |
-
|
558 |
-
|
559 |
-
|
560 |
-
|
561 |
}
|
562 |
|
563 |
.sl-kiwi-opt-description {
|
564 |
-
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
}
|
569 |
|
570 |
.sl-kiwi-opt-description h4 {
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
}
|
575 |
|
576 |
.sl-kiwi-opt-description h5 {
|
577 |
-
|
578 |
-
|
579 |
-
|
580 |
}
|
581 |
|
582 |
.sl-kiwi-opt-description p {
|
583 |
-
|
584 |
-
|
585 |
}
|
586 |
|
587 |
.epsilon-ui-locked {
|
588 |
-
|
589 |
-
|
590 |
-
|
591 |
-
|
592 |
-
|
593 |
-
|
594 |
}
|
595 |
|
596 |
.epsilon-ui-locked i {
|
597 |
-
|
598 |
-
|
599 |
-
|
600 |
-
|
601 |
-
|
602 |
-
|
603 |
}
|
604 |
|
605 |
.epsilon-ui-locked i.dashicons, .dashicons-before::before {
|
606 |
-
|
607 |
-
|
608 |
-
|
609 |
-
|
610 |
-
|
611 |
}
|
612 |
|
613 |
.sl-kiwi-opt-space-sm {
|
614 |
-
|
615 |
}
|
616 |
|
617 |
.clearfix:after {
|
618 |
-
|
619 |
-
|
620 |
-
|
621 |
-
|
622 |
-
|
623 |
-
|
624 |
}
|
625 |
|
626 |
.kiwi-modal {
|
627 |
-
|
628 |
-
|
629 |
-
|
630 |
-
|
631 |
-
|
632 |
-
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
}
|
|
|
639 |
.kiwi-modal .close-modal {
|
640 |
-
|
641 |
-
|
642 |
-
|
643 |
-
|
644 |
-
|
645 |
-
|
646 |
-
|
647 |
-
|
648 |
-
|
649 |
-
|
650 |
}
|
|
|
651 |
.kiwi-modal .kiwi-modal-content {
|
652 |
-
|
653 |
-
|
654 |
-
|
655 |
-
|
656 |
-
|
657 |
-
|
658 |
-
|
659 |
-
|
660 |
-
|
661 |
-
|
662 |
-
|
663 |
-
|
664 |
-
|
665 |
-
|
666 |
}
|
|
|
667 |
.kiwi-modal.fade {
|
668 |
-
|
669 |
-
|
670 |
-
|
671 |
-
|
672 |
}
|
|
|
673 |
.kiwi-modal.fade .kiwi-modal-content {
|
674 |
-
|
675 |
-
|
676 |
-
|
677 |
-
|
678 |
-
|
679 |
-
|
680 |
-
|
681 |
}
|
|
|
682 |
.kiwi-modal.fade.in {
|
683 |
-
|
684 |
}
|
|
|
685 |
.kiwi-modal.fade.in .kiwi-modal-content {
|
686 |
-
|
687 |
-
|
688 |
-
|
689 |
-
|
690 |
}
|
|
|
691 |
.kiwi-modal #page-two {
|
692 |
-
|
693 |
}
|
|
|
694 |
.kiwi-modal .button-modal {
|
695 |
-
|
696 |
-
|
697 |
-
|
698 |
-
|
699 |
-
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
|
706 |
}
|
|
|
707 |
.kiwi-modal .button-modal:hover, .kiwi-modal .button-modal:focus {
|
708 |
-
|
709 |
-
|
710 |
-
|
711 |
}
|
|
|
712 |
.kiwi-modal .modal-header {
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
|
724 |
-
|
725 |
}
|
|
|
726 |
.kiwi-modal .modal-header .modal-header-content {
|
727 |
-
|
728 |
-
|
729 |
}
|
|
|
730 |
.kiwi-modal .modal-title {
|
731 |
-
|
732 |
-
|
733 |
-
|
734 |
-
|
735 |
}
|
|
|
736 |
.kiwi-modal .modal-subtitle {
|
737 |
-
|
738 |
-
|
739 |
-
|
740 |
}
|
|
|
741 |
.kiwi-modal .price-box {
|
742 |
-
|
743 |
}
|
|
|
744 |
.kiwi-modal .price-box .price {
|
745 |
-
|
746 |
-
|
747 |
-
|
748 |
-
|
749 |
-
|
750 |
}
|
|
|
751 |
.kiwi-modal .price-box .price .currency {
|
752 |
-
|
753 |
}
|
|
|
754 |
.kiwi-modal .price-box .price small {
|
755 |
-
|
756 |
}
|
|
|
757 |
.kiwi-modal .price-box .button-modal {
|
758 |
-
|
759 |
}
|
|
|
760 |
.kiwi-modal .modal-footer {
|
761 |
-
|
762 |
-
|
763 |
-
|
764 |
-
|
765 |
}
|
|
|
766 |
.kiwi-modal .modal-footer a {
|
767 |
-
|
768 |
-
|
769 |
-
|
770 |
-
|
771 |
-
|
772 |
}
|
|
|
773 |
.kiwi-modal .modal-footer .muted {
|
774 |
-
|
775 |
-
|
776 |
-
|
777 |
}
|
|
|
778 |
.kiwi-modal .modal-content {
|
779 |
-
|
780 |
-
|
781 |
}
|
|
|
782 |
.kiwi-modal .modal-content.form .radio-label {
|
783 |
-
|
784 |
-
|
785 |
-
|
786 |
-
|
787 |
}
|
|
|
788 |
.kiwi-modal .modal-content.form > .ui-radio-inline {
|
789 |
-
|
790 |
}
|
|
|
791 |
.kiwi-modal .modal-content.form .clearfix {
|
792 |
-
|
793 |
}
|
|
|
794 |
.kiwi-modal .modal-content.form .clearfix .half {
|
795 |
-
|
796 |
-
|
797 |
-
|
798 |
-
|
799 |
}
|
|
|
800 |
.kiwi-modal .modal-content.form .clearfix .half:last-of-type {
|
801 |
-
|
802 |
-
|
803 |
}
|
|
|
804 |
.kiwi-modal .modal-content.form .clearfix input {
|
805 |
-
|
806 |
-
|
807 |
-
|
808 |
-
|
809 |
-
|
810 |
-
|
811 |
-
|
812 |
-
|
813 |
-
|
814 |
-
|
815 |
-
|
816 |
-
|
817 |
}
|
|
|
818 |
.kiwi-modal .modal-content.form .clearfix label {
|
819 |
-
|
820 |
-
|
821 |
-
|
822 |
}
|
823 |
|
824 |
/* ==========================================================================
|
@@ -826,495 +879,509 @@ ul[data-style="fit"].pill .sl-kiwi-item-add span {
|
|
826 |
========================================================================== */
|
827 |
/* Epsilon - Tabs */
|
828 |
.epsilon-ui-tabs {
|
829 |
-
|
830 |
-
|
831 |
-
|
832 |
-
|
833 |
}
|
834 |
|
835 |
.epsilon-ui-tabs ul {
|
836 |
-
|
837 |
-
|
838 |
}
|
839 |
|
840 |
.epsilon-ui-tabs li {
|
841 |
-
|
842 |
-
|
843 |
-
|
844 |
-
|
845 |
-
|
846 |
-
|
847 |
-
|
848 |
}
|
849 |
|
850 |
.epsilon-ui-tabs li.selected {
|
851 |
-
|
852 |
-
|
853 |
-
|
854 |
-
|
855 |
}
|
856 |
|
857 |
.epsilon-ui-tabs .selected a:hover {
|
858 |
-
|
859 |
}
|
860 |
|
861 |
.epsilon-ui-tabs a {
|
862 |
-
|
863 |
-
|
864 |
-
|
865 |
-
|
866 |
-
|
867 |
}
|
868 |
|
869 |
.epsilon-ui-tabs i {
|
870 |
-
|
871 |
-
|
872 |
}
|
873 |
|
874 |
.epsilon-ui-tabs a:hover {
|
875 |
-
|
876 |
-
|
877 |
}
|
878 |
|
879 |
.epsilon-ui-tabs a:focus {
|
880 |
-
|
881 |
-
|
882 |
-
|
883 |
}
|
884 |
|
885 |
/* Kiwi networks */
|
886 |
.sl-kiwi-networks li span {
|
887 |
-
|
888 |
}
|
889 |
|
890 |
.sl-kiwi-networks li:hover .epsilon-ui-checkbox strong {
|
891 |
-
|
892 |
}
|
893 |
|
894 |
.sl-kiwi-networks li:hover .epsilon-ui-checkbox input:checked ~ strong {
|
895 |
-
|
896 |
}
|
897 |
|
898 |
.sl-kiwi-networks li:hover .epsilon-ui-checkbox input:focus ~ strong {
|
899 |
-
|
900 |
}
|
901 |
|
902 |
.ui-inline strong {
|
903 |
-
|
904 |
}
|
905 |
|
906 |
/* Epsilon UI - Checkbox */
|
907 |
#sl-kiwi label.epsilon-ui-checkbox {
|
908 |
-
|
909 |
-
|
910 |
-
|
911 |
-
|
912 |
-
|
913 |
-
|
914 |
}
|
915 |
|
916 |
.epsilon-ui-checkbox.ui-checkbox-inline strong {
|
917 |
-
|
918 |
}
|
919 |
|
920 |
#sl-kiwi .epsilon-ui-checkbox.ui-checkbox-inline {
|
921 |
-
|
922 |
-
|
923 |
}
|
924 |
|
925 |
.epsilon-ui-checkbox input {
|
926 |
-
|
927 |
-
|
928 |
-
|
929 |
-
|
930 |
-
|
931 |
}
|
932 |
|
933 |
.epsilon-ui-checkbox input:focus ~ strong {
|
934 |
-
|
935 |
-
|
936 |
-
|
937 |
}
|
938 |
|
939 |
.epsilon-ui-checkbox input:checked ~ strong {
|
940 |
-
|
941 |
-
|
942 |
-
|
943 |
-
|
944 |
-
|
945 |
}
|
946 |
|
947 |
.epsilon-ui-checkbox input:disabled ~ strong {
|
948 |
-
|
949 |
-
|
950 |
-
|
951 |
}
|
952 |
|
953 |
.epsilon-ui-checkbox strong {
|
954 |
-
|
955 |
-
|
956 |
-
|
957 |
-
|
958 |
-
|
959 |
-
|
960 |
-
|
961 |
}
|
962 |
|
963 |
/* Epsilon UI - Radio input */
|
964 |
.epsilon-ui-radio strong {
|
965 |
-
|
966 |
}
|
967 |
|
968 |
#sl-kiwi label.epsilon-ui-radio {
|
969 |
-
|
970 |
-
|
971 |
-
|
972 |
-
|
973 |
-
|
974 |
-
|
975 |
-
|
976 |
-
|
977 |
}
|
978 |
|
979 |
#sl-kiwi .sl-kiwi-tab-styles label.epsilon-ui-radio {
|
980 |
-
|
981 |
}
|
982 |
|
983 |
.epsilon-ui-radio.ui-radio-inline strong {
|
984 |
-
|
985 |
-
|
986 |
-
|
987 |
-
|
988 |
}
|
989 |
|
990 |
#sl-kiwi .epsilon-ui-radio.ui-radio-inline {
|
991 |
-
|
992 |
-
|
993 |
}
|
994 |
|
995 |
.epsilon-ui-radio strong {
|
996 |
-
|
997 |
-
|
998 |
-
|
999 |
-
|
1000 |
-
|
1001 |
-
|
1002 |
-
|
1003 |
}
|
1004 |
|
1005 |
.epsilon-ui-radio input {
|
1006 |
-
|
1007 |
-
|
1008 |
-
|
1009 |
-
|
1010 |
-
|
1011 |
}
|
1012 |
|
1013 |
.epsilon-ui-radio input:focus ~ strong {
|
1014 |
-
|
1015 |
-
|
1016 |
-
|
1017 |
}
|
1018 |
|
1019 |
.epsilon-ui-radio input:checked ~ strong {
|
1020 |
-
|
1021 |
-
|
1022 |
-
|
1023 |
-
|
1024 |
-
|
1025 |
}
|
1026 |
|
1027 |
.epsilon-ui-radio input:disabled ~ strong {
|
1028 |
-
|
1029 |
-
|
1030 |
-
|
1031 |
}
|
1032 |
|
1033 |
/*
|
1034 |
Epsilon UI - Checklist
|
1035 |
*/
|
1036 |
.epsilon-ui-checklist {
|
1037 |
-
|
1038 |
-
|
1039 |
-
|
1040 |
-
|
1041 |
-
|
1042 |
-
|
1043 |
}
|
1044 |
|
1045 |
.epsilon-ui-checklist:before {
|
1046 |
-
|
1047 |
-
|
1048 |
-
|
1049 |
-
|
1050 |
-
|
1051 |
-
|
1052 |
-
|
1053 |
-
|
1054 |
}
|
1055 |
|
1056 |
.epsilon-ui-checklist ul {
|
1057 |
-
|
1058 |
-
|
1059 |
-
|
1060 |
-
|
1061 |
-
|
1062 |
-
|
1063 |
}
|
1064 |
|
1065 |
.epsilon-ui-checklist li {
|
1066 |
-
|
1067 |
-
|
1068 |
}
|
1069 |
|
1070 |
.epsilon-ui-checklist li > span {
|
1071 |
-
|
1072 |
-
|
1073 |
-
|
1074 |
-
|
1075 |
}
|
1076 |
|
1077 |
#sl-kiwi .epsilon-ui-checklist li .epsilon-ui-checkbox {
|
1078 |
-
|
1079 |
-
|
1080 |
-
|
1081 |
}
|
1082 |
|
1083 |
/*
|
1084 |
Epsilon - UI Overlay
|
1085 |
*/
|
1086 |
.epsilon-ui-overlay {
|
1087 |
-
|
1088 |
-
|
1089 |
-
|
1090 |
-
|
1091 |
}
|
1092 |
|
1093 |
.epsilon-ui-overlay.active {
|
1094 |
-
|
1095 |
-
|
1096 |
-
|
1097 |
-
|
1098 |
-
|
1099 |
}
|
1100 |
|
1101 |
.epsilon-ui-overlay.active.networks {
|
1102 |
-
|
1103 |
-
|
1104 |
-
|
1105 |
}
|
1106 |
|
1107 |
/*
|
1108 |
Epsilon - Color picker
|
1109 |
*/
|
1110 |
#sl-kiwi .epsilon-ui-color {
|
1111 |
-
|
1112 |
-
|
1113 |
-
|
1114 |
-
|
1115 |
-
|
1116 |
}
|
|
|
1117 |
#sl-kiwi .epsilon-ui-color .wp-picker-container {
|
1118 |
-
|
1119 |
}
|
|
|
1120 |
#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-picker-holder {
|
1121 |
-
|
1122 |
-
|
1123 |
}
|
|
|
1124 |
#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-color-picker {
|
1125 |
-
|
1126 |
-
|
1127 |
-
|
1128 |
-
|
1129 |
-
|
1130 |
-
|
1131 |
-
|
1132 |
}
|
|
|
1133 |
#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-picker-clear {
|
1134 |
-
|
1135 |
-
|
1136 |
-
|
1137 |
}
|
|
|
1138 |
#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-color-result {
|
1139 |
-
|
1140 |
-
|
1141 |
-
|
1142 |
-
|
1143 |
-
|
1144 |
-
|
1145 |
-
|
1146 |
-
|
1147 |
}
|
|
|
1148 |
#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-color-result .wp-color-result-text {
|
1149 |
-
|
1150 |
}
|
|
|
1151 |
#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-color-result:after {
|
1152 |
-
|
1153 |
-
|
1154 |
-
|
1155 |
-
|
1156 |
}
|
1157 |
|
1158 |
#sl-kiwi .bottom-color-option .floating-bar-background {
|
1159 |
-
|
1160 |
-
|
1161 |
}
|
|
|
1162 |
#sl-kiwi .bottom-color-option .floating-bar-background em {
|
1163 |
-
|
1164 |
-
|
1165 |
-
|
1166 |
-
|
1167 |
-
|
1168 |
}
|
|
|
1169 |
#sl-kiwi .bottom-color-option .wp-picker-container {
|
1170 |
-
|
1171 |
}
|
|
|
1172 |
#sl-kiwi .bottom-color-option .wp-picker-container .wp-color-result {
|
1173 |
-
|
1174 |
}
|
|
|
1175 |
#sl-kiwi .bottom-color-option .wp-picker-container .wp-color-result:after {
|
1176 |
-
|
1177 |
-
|
1178 |
-
|
1179 |
}
|
|
|
1180 |
#sl-kiwi .bottom-color-option .wp-picker-container .wp-color-result:hover, #sl-kiwi .bottom-color-option .wp-picker-container .wp-color-result:focus {
|
1181 |
-
|
1182 |
-
|
1183 |
-
|
1184 |
}
|
|
|
1185 |
#sl-kiwi .bottom-color-option .wp-picker-container .wp-color-picker {
|
1186 |
-
|
1187 |
-
|
1188 |
-
|
1189 |
}
|
|
|
1190 |
#sl-kiwi .bottom-color-option .wp-picker-container .wp-picker-default {
|
1191 |
-
|
1192 |
-
|
1193 |
-
|
1194 |
}
|
1195 |
|
1196 |
#sl-kiwi .epsilon-ui-color strong {
|
1197 |
-
|
1198 |
-
|
1199 |
-
|
1200 |
-
|
1201 |
-
|
1202 |
-
|
1203 |
}
|
1204 |
|
1205 |
/*
|
1206 |
Epsilon UI- Radio Image
|
1207 |
*/
|
1208 |
.epsilon-ui-option {
|
1209 |
-
|
1210 |
}
|
1211 |
|
1212 |
.epsilon-ui-option input {
|
1213 |
-
|
1214 |
-
|
1215 |
-
|
1216 |
-
|
1217 |
-
|
1218 |
}
|
1219 |
|
1220 |
.epsilon-ui-option label {
|
1221 |
-
|
1222 |
-
|
1223 |
-
|
1224 |
}
|
1225 |
|
1226 |
.epsilon-ui-option ul {
|
1227 |
-
|
1228 |
-
|
1229 |
-
|
1230 |
-
|
1231 |
}
|
1232 |
|
1233 |
.epsilon-ui-option li {
|
1234 |
-
|
1235 |
-
|
1236 |
-
|
1237 |
-
|
1238 |
-
|
1239 |
-
|
1240 |
}
|
1241 |
|
1242 |
.epsilon-ui-option input + span {
|
1243 |
-
|
1244 |
-
|
1245 |
-
|
1246 |
-
|
1247 |
}
|
1248 |
|
1249 |
.epsilon-ui-option span span {
|
1250 |
-
|
1251 |
-
|
1252 |
-
|
1253 |
-
|
1254 |
-
|
1255 |
-
|
1256 |
-
|
1257 |
-
|
1258 |
-
|
1259 |
-
|
1260 |
}
|
1261 |
|
1262 |
.epsilon-ui-option strong {
|
1263 |
-
|
1264 |
-
|
1265 |
-
|
1266 |
-
|
1267 |
-
|
1268 |
-
|
1269 |
-
|
1270 |
-
|
1271 |
-
|
1272 |
-
|
1273 |
-
|
1274 |
-
|
1275 |
-
|
1276 |
-
|
1277 |
-
|
1278 |
-
|
1279 |
}
|
1280 |
|
1281 |
/*
|
1282 |
.epsilon-ui-option input:checked + span > strong { border:2px solid #639FB1; }
|
1283 |
*/
|
1284 |
.epsilon-ui-option input:focus + span {
|
1285 |
-
|
1286 |
-
|
1287 |
}
|
1288 |
|
1289 |
.epsilon-ui-option input:checked + span {
|
1290 |
-
|
1291 |
}
|
1292 |
|
1293 |
.epsilon-ui-option input:checked:focus + span {
|
1294 |
-
|
1295 |
}
|
1296 |
|
1297 |
.epsilon-ui-option input + span:hover {
|
1298 |
-
|
1299 |
}
|
1300 |
|
1301 |
.epsilon-ui-option input:checked:focus + span:hover {
|
1302 |
-
|
1303 |
}
|
1304 |
|
1305 |
.epsilon-ui-option input:checked + span > strong:before {
|
1306 |
-
|
1307 |
}
|
1308 |
|
1309 |
.epsilon-ui-option input:disabled + span {
|
1310 |
-
|
1311 |
-
|
1312 |
}
|
1313 |
|
1314 |
.epsilon-ui-option input:disabled:checked + span {
|
1315 |
-
|
1316 |
-
|
1317 |
-
|
1318 |
}
|
1319 |
|
1320 |
.epsilon-ui-option input:disabled + span .kiwi-ic-centered em,
|
@@ -1322,8 +1389,8 @@ ul[data-style="fit"].pill .sl-kiwi-item-add span {
|
|
1322 |
.epsilon-ui-option input:disabled + span .kiwi-ic-centered em + em:before,
|
1323 |
.epsilon-ui-option input:disabled + span .kiwi-ic-centered em:after,
|
1324 |
.epsilon-ui-option input:disabled + span .kiwi-ic-centered em:before {
|
1325 |
-
|
1326 |
-
|
1327 |
}
|
1328 |
|
1329 |
.epsilon-ui-option input:disabled + span .kiwi-ic-posbottom em,
|
@@ -1331,8 +1398,8 @@ ul[data-style="fit"].pill .sl-kiwi-item-add span {
|
|
1331 |
.epsilon-ui-option input:disabled + span .kiwi-ic-posbottom em + em:before,
|
1332 |
.epsilon-ui-option input:disabled + span .kiwi-ic-posbottom em:after,
|
1333 |
.epsilon-ui-option input:disabled + span .kiwi-ic-posbottom em:before {
|
1334 |
-
|
1335 |
-
|
1336 |
}
|
1337 |
|
1338 |
.epsilon-ui-option input:disabled + span .kiwi-ic-postop em,
|
@@ -1340,8 +1407,8 @@ ul[data-style="fit"].pill .sl-kiwi-item-add span {
|
|
1340 |
.epsilon-ui-option input:disabled + span .kiwi-ic-postop em + em:before,
|
1341 |
.epsilon-ui-option input:disabled + span .kiwi-ic-postop em:after,
|
1342 |
.epsilon-ui-option input:disabled + span .kiwi-ic-postop em:before {
|
1343 |
-
|
1344 |
-
|
1345 |
}
|
1346 |
|
1347 |
.epsilon-ui-option input:disabled + span .kiwi-ic-posboth em,
|
@@ -1349,842 +1416,894 @@ ul[data-style="fit"].pill .sl-kiwi-item-add span {
|
|
1349 |
.epsilon-ui-option input:disabled + span .kiwi-ic-posboth em + em:before,
|
1350 |
.epsilon-ui-option input:disabled + span .kiwi-ic-posboth em:after,
|
1351 |
.epsilon-ui-option input:disabled + span .kiwi-ic-posboth em:before {
|
1352 |
-
|
1353 |
-
|
1354 |
}
|
1355 |
|
1356 |
.epsilon-ui-option input:disabled + span > i > strong:before {
|
1357 |
-
|
1358 |
}
|
1359 |
|
1360 |
.epsilon-ui-option .kiwi-ic-left strong:before {
|
1361 |
-
|
1362 |
-
|
1363 |
-
|
1364 |
-
|
1365 |
-
|
1366 |
-
|
1367 |
-
|
1368 |
-
|
1369 |
-
|
1370 |
}
|
1371 |
|
1372 |
.epsilon-ui-option .kiwi-ic-right strong:before {
|
1373 |
-
|
1374 |
-
|
1375 |
-
|
1376 |
-
|
1377 |
-
|
1378 |
-
|
1379 |
-
|
1380 |
-
|
1381 |
-
|
1382 |
}
|
1383 |
|
1384 |
.epsilon-ui-option .kiwi-ic-bottom strong:before {
|
1385 |
-
|
1386 |
-
|
1387 |
-
|
1388 |
-
|
1389 |
-
|
1390 |
-
|
1391 |
-
|
1392 |
-
|
1393 |
-
|
1394 |
}
|
1395 |
|
1396 |
.epsilon-ui-option .kiwi-ic-rect strong:before {
|
1397 |
-
|
1398 |
-
|
1399 |
-
|
1400 |
-
|
1401 |
-
|
1402 |
-
|
1403 |
-
|
1404 |
-
|
1405 |
-
|
1406 |
}
|
1407 |
|
1408 |
.epsilon-ui-option .kiwi-ic-shift strong:before {
|
1409 |
-
|
1410 |
-
|
1411 |
-
|
1412 |
-
|
1413 |
-
|
1414 |
-
|
1415 |
-
|
1416 |
-
|
1417 |
-
|
1418 |
-
|
1419 |
-
|
1420 |
-
|
1421 |
}
|
1422 |
|
1423 |
.epsilon-ui-option .kiwi-ic-pill strong:before {
|
1424 |
-
|
1425 |
-
|
1426 |
-
|
1427 |
-
|
1428 |
-
|
1429 |
-
|
1430 |
-
|
1431 |
-
|
1432 |
-
|
1433 |
-
|
1434 |
}
|
1435 |
|
1436 |
.epsilon-ui-option .kiwi-ic-leaf strong:before {
|
1437 |
-
|
1438 |
-
|
1439 |
-
|
1440 |
-
|
1441 |
-
|
1442 |
-
|
1443 |
-
|
1444 |
-
|
1445 |
-
|
1446 |
-
|
1447 |
}
|
1448 |
|
1449 |
.epsilon-ui-option .kiwi-ic-centered strong:before {
|
1450 |
-
|
1451 |
-
|
1452 |
-
|
1453 |
-
|
1454 |
-
|
1455 |
-
|
1456 |
-
|
1457 |
-
|
1458 |
-
|
1459 |
}
|
1460 |
|
1461 |
.epsilon-ui-option .kiwi-ic-centered strong > em {
|
1462 |
-
|
1463 |
-
|
1464 |
-
|
1465 |
-
|
1466 |
-
|
1467 |
-
|
1468 |
-
|
1469 |
-
|
1470 |
}
|
1471 |
|
1472 |
.epsilon-ui-option .kiwi-ic-centered strong > em:before {
|
1473 |
-
|
1474 |
-
|
1475 |
-
|
1476 |
-
|
1477 |
-
|
1478 |
-
|
1479 |
-
|
1480 |
-
|
1481 |
-
|
1482 |
}
|
1483 |
|
1484 |
.epsilon-ui-option .kiwi-ic-centered strong > em:after {
|
1485 |
-
|
1486 |
-
|
1487 |
-
|
1488 |
-
|
1489 |
-
|
1490 |
-
|
1491 |
-
|
1492 |
-
|
1493 |
-
|
1494 |
}
|
1495 |
|
1496 |
.epsilon-ui-option .kiwi-ic-centered strong > em + em {
|
1497 |
-
|
1498 |
-
|
1499 |
-
|
1500 |
-
|
1501 |
-
|
1502 |
-
|
1503 |
-
|
1504 |
-
|
1505 |
-
|
1506 |
}
|
1507 |
|
1508 |
.epsilon-ui-option .kiwi-ic-centered strong > em + em:before {
|
1509 |
-
|
1510 |
-
|
1511 |
-
|
1512 |
-
|
1513 |
-
|
1514 |
-
|
1515 |
-
|
1516 |
-
|
1517 |
-
|
1518 |
}
|
1519 |
|
1520 |
.epsilon-ui-option .kiwi-ic-centered strong > em + em:after {
|
1521 |
-
|
1522 |
}
|
1523 |
|
1524 |
.epsilon-ui-option .kiwi-ic-filled strong:before {
|
1525 |
-
|
1526 |
-
|
1527 |
-
|
1528 |
-
|
1529 |
-
|
1530 |
-
|
1531 |
-
|
1532 |
-
|
1533 |
-
|
1534 |
}
|
1535 |
|
1536 |
.epsilon-ui-option .kiwi-ic-filled strong > em {
|
1537 |
-
|
1538 |
-
|
1539 |
-
|
1540 |
-
|
1541 |
-
|
1542 |
-
|
1543 |
-
|
1544 |
-
|
1545 |
}
|
1546 |
|
1547 |
.epsilon-ui-option .kiwi-ic-filled strong > em:before {
|
1548 |
-
|
1549 |
-
|
1550 |
-
|
1551 |
-
|
1552 |
-
|
1553 |
-
|
1554 |
-
|
1555 |
-
|
1556 |
-
|
1557 |
}
|
1558 |
|
1559 |
.epsilon-ui-option .kiwi-ic-filled strong > em:after {
|
1560 |
-
|
1561 |
-
|
1562 |
-
|
1563 |
-
|
1564 |
-
|
1565 |
-
|
1566 |
-
|
1567 |
-
|
1568 |
-
|
1569 |
}
|
1570 |
|
1571 |
.epsilon-ui-option .kiwi-ic-filled strong > em + em {
|
1572 |
-
|
1573 |
-
|
1574 |
-
|
1575 |
-
|
1576 |
-
|
1577 |
-
|
1578 |
-
|
1579 |
-
|
1580 |
-
|
1581 |
}
|
1582 |
|
1583 |
.epsilon-ui-option .kiwi-ic-filled strong > em + em:before {
|
1584 |
-
|
1585 |
-
|
1586 |
-
|
1587 |
-
|
1588 |
-
|
1589 |
-
|
1590 |
-
|
1591 |
-
|
1592 |
-
|
1593 |
}
|
1594 |
|
1595 |
.epsilon-ui-option .kiwi-ic-filled strong > em + em:after {
|
1596 |
-
|
1597 |
}
|
1598 |
|
1599 |
.epsilon-ui-option .kiwi-ic-posbottom strong:before {
|
1600 |
-
|
1601 |
-
|
1602 |
-
|
1603 |
-
|
1604 |
-
|
1605 |
-
|
1606 |
-
|
1607 |
-
|
1608 |
-
|
1609 |
}
|
1610 |
|
1611 |
.epsilon-ui-option .kiwi-ic-posbottom strong > em {
|
1612 |
-
|
1613 |
-
|
1614 |
-
|
1615 |
-
|
1616 |
-
|
1617 |
-
|
1618 |
-
|
1619 |
-
|
1620 |
}
|
1621 |
|
1622 |
.epsilon-ui-option .kiwi-ic-posbottom strong > em:before {
|
1623 |
-
|
1624 |
-
|
1625 |
-
|
1626 |
-
|
1627 |
-
|
1628 |
-
|
1629 |
-
|
1630 |
-
|
1631 |
-
|
1632 |
}
|
1633 |
|
1634 |
.epsilon-ui-option .kiwi-ic-posbottom strong > em:after {
|
1635 |
-
|
1636 |
-
|
1637 |
-
|
1638 |
-
|
1639 |
-
|
1640 |
-
|
1641 |
-
|
1642 |
-
|
1643 |
-
|
1644 |
}
|
1645 |
|
1646 |
.epsilon-ui-option .kiwi-ic-posbottom strong > em + em {
|
1647 |
-
|
1648 |
-
|
1649 |
-
|
1650 |
-
|
1651 |
-
|
1652 |
-
|
1653 |
-
|
1654 |
-
|
1655 |
-
|
1656 |
}
|
1657 |
|
1658 |
.epsilon-ui-option .kiwi-ic-posbottom strong > em + em:before {
|
1659 |
-
|
1660 |
-
|
1661 |
-
|
1662 |
-
|
1663 |
-
|
1664 |
-
|
1665 |
-
|
1666 |
-
|
1667 |
-
|
1668 |
}
|
1669 |
|
1670 |
.epsilon-ui-option .kiwi-ic-posbottom strong > em + em:after {
|
1671 |
-
|
1672 |
-
|
1673 |
-
|
1674 |
-
|
1675 |
-
|
1676 |
-
|
1677 |
-
|
1678 |
-
|
1679 |
-
|
1680 |
}
|
1681 |
|
1682 |
.epsilon-ui-option .kiwi-ic-posboth strong:before {
|
1683 |
-
|
1684 |
-
|
1685 |
-
|
1686 |
-
|
1687 |
-
|
1688 |
-
|
1689 |
-
|
1690 |
-
|
1691 |
-
|
1692 |
}
|
1693 |
|
1694 |
.epsilon-ui-option .kiwi-ic-posboth strong > em {
|
1695 |
-
|
1696 |
-
|
1697 |
-
|
1698 |
-
|
1699 |
-
|
1700 |
-
|
1701 |
-
|
1702 |
-
|
1703 |
}
|
1704 |
|
1705 |
.epsilon-ui-option .kiwi-ic-posboth strong > em.top:before {
|
1706 |
-
|
1707 |
-
|
1708 |
-
|
1709 |
-
|
1710 |
-
|
1711 |
-
|
1712 |
-
|
1713 |
-
|
1714 |
-
|
1715 |
}
|
1716 |
|
1717 |
.epsilon-ui-option .kiwi-ic-posboth strong > em.top:after {
|
1718 |
-
|
1719 |
-
|
1720 |
-
|
1721 |
-
|
1722 |
-
|
1723 |
-
|
1724 |
-
|
1725 |
-
|
1726 |
-
|
1727 |
}
|
1728 |
|
1729 |
.epsilon-ui-option .kiwi-ic-posboth strong > em.top + em.top {
|
1730 |
-
|
1731 |
-
|
1732 |
-
|
1733 |
-
|
1734 |
-
|
1735 |
-
|
1736 |
-
|
1737 |
-
|
1738 |
-
|
1739 |
}
|
1740 |
|
1741 |
.epsilon-ui-option .kiwi-ic-posboth strong > em.top + em.top:before {
|
1742 |
-
|
1743 |
-
|
1744 |
-
|
1745 |
-
|
1746 |
-
|
1747 |
-
|
1748 |
-
|
1749 |
-
|
1750 |
-
|
1751 |
}
|
1752 |
|
1753 |
.epsilon-ui-option .kiwi-ic-posboth strong > em.top + em.top:after {
|
1754 |
-
|
1755 |
-
|
1756 |
-
|
1757 |
-
|
1758 |
-
|
1759 |
-
|
1760 |
-
|
1761 |
-
|
1762 |
-
|
1763 |
}
|
1764 |
|
1765 |
.epsilon-ui-option .kiwi-ic-posboth strong > em.bottom:before {
|
1766 |
-
|
1767 |
-
|
1768 |
-
|
1769 |
-
|
1770 |
-
|
1771 |
-
|
1772 |
-
|
1773 |
-
|
1774 |
-
|
1775 |
}
|
1776 |
|
1777 |
.epsilon-ui-option .kiwi-ic-posboth strong > em.bottom:after {
|
1778 |
-
|
1779 |
-
|
1780 |
-
|
1781 |
-
|
1782 |
-
|
1783 |
-
|
1784 |
-
|
1785 |
-
|
1786 |
-
|
1787 |
}
|
1788 |
|
1789 |
.epsilon-ui-option .kiwi-ic-posboth strong > em.bottom + em.bottom {
|
1790 |
-
|
1791 |
-
|
1792 |
-
|
1793 |
-
|
1794 |
-
|
1795 |
-
|
1796 |
-
|
1797 |
-
|
1798 |
-
|
1799 |
}
|
1800 |
|
1801 |
.epsilon-ui-option .kiwi-ic-posboth strong > em.bottom + em.bottom:before {
|
1802 |
-
|
1803 |
-
|
1804 |
-
|
1805 |
-
|
1806 |
-
|
1807 |
-
|
1808 |
-
|
1809 |
-
|
1810 |
-
|
1811 |
}
|
1812 |
|
1813 |
.epsilon-ui-option .kiwi-ic-posboth strong > em.bottom + em.bottom:after {
|
1814 |
-
|
1815 |
-
|
1816 |
-
|
1817 |
-
|
1818 |
-
|
1819 |
-
|
1820 |
-
|
1821 |
-
|
1822 |
-
|
1823 |
}
|
1824 |
|
1825 |
.epsilon-ui-option .kiwi-ic-postop strong:before {
|
1826 |
-
|
1827 |
-
|
1828 |
-
|
1829 |
-
|
1830 |
-
|
1831 |
-
|
1832 |
-
|
1833 |
-
|
1834 |
-
|
1835 |
}
|
1836 |
|
1837 |
.epsilon-ui-option .kiwi-ic-postop strong > em {
|
1838 |
-
|
1839 |
-
|
1840 |
-
|
1841 |
-
|
1842 |
-
|
1843 |
-
|
1844 |
-
|
1845 |
-
|
1846 |
}
|
1847 |
|
1848 |
.epsilon-ui-option .kiwi-ic-postop strong > em:before {
|
1849 |
-
|
1850 |
-
|
1851 |
-
|
1852 |
-
|
1853 |
-
|
1854 |
-
|
1855 |
-
|
1856 |
-
|
1857 |
-
|
1858 |
}
|
1859 |
|
1860 |
.epsilon-ui-option .kiwi-ic-postop strong > em:after {
|
1861 |
-
|
1862 |
-
|
1863 |
-
|
1864 |
-
|
1865 |
-
|
1866 |
-
|
1867 |
-
|
1868 |
-
|
1869 |
-
|
1870 |
}
|
1871 |
|
1872 |
.epsilon-ui-option .kiwi-ic-postop strong > em + em {
|
1873 |
-
|
1874 |
-
|
1875 |
-
|
1876 |
-
|
1877 |
-
|
1878 |
-
|
1879 |
-
|
1880 |
-
|
1881 |
-
|
1882 |
}
|
1883 |
|
1884 |
.epsilon-ui-option .kiwi-ic-postop strong > em + em:before {
|
1885 |
-
|
1886 |
-
|
1887 |
-
|
1888 |
-
|
1889 |
-
|
1890 |
-
|
1891 |
-
|
1892 |
-
|
1893 |
-
|
1894 |
}
|
1895 |
|
1896 |
.epsilon-ui-option .kiwi-ic-postop strong > em + em:after {
|
1897 |
-
|
1898 |
-
|
1899 |
-
|
1900 |
-
|
1901 |
-
|
1902 |
-
|
1903 |
-
|
1904 |
-
|
1905 |
-
|
1906 |
}
|
1907 |
|
1908 |
/* Epsilon - Toggle */
|
1909 |
.epsilon-ui-toggle {
|
1910 |
-
|
1911 |
-
|
1912 |
-
|
1913 |
-
|
1914 |
-
|
1915 |
}
|
1916 |
|
1917 |
.epsilon-ui-toggle input {
|
1918 |
-
|
1919 |
-
|
1920 |
-
|
1921 |
-
|
1922 |
-
|
1923 |
}
|
1924 |
|
1925 |
.epsilon-ui-toggle input:focus ~ span {
|
1926 |
-
|
1927 |
-
|
1928 |
}
|
1929 |
|
1930 |
.epsilon-ui-toggle span {
|
1931 |
-
|
1932 |
-
|
1933 |
-
|
1934 |
-
|
1935 |
-
|
1936 |
-
|
1937 |
-
|
1938 |
-
|
1939 |
-
|
1940 |
-
|
1941 |
-
|
1942 |
-
|
1943 |
-
|
1944 |
-
|
1945 |
-
|
1946 |
-
|
1947 |
-
|
1948 |
-
|
1949 |
}
|
1950 |
|
1951 |
.epsilon-ui-toggle input + span:before {
|
1952 |
-
|
1953 |
-
|
1954 |
-
|
1955 |
-
|
1956 |
-
|
1957 |
-
|
1958 |
-
|
1959 |
-
|
1960 |
-
|
1961 |
-
|
1962 |
-
|
1963 |
-
|
1964 |
-
|
1965 |
-
|
1966 |
-
|
1967 |
-
|
1968 |
-
|
1969 |
}
|
1970 |
|
1971 |
.epsilon-ui-toggle input + span:after {
|
1972 |
-
|
1973 |
-
|
1974 |
-
|
1975 |
-
|
1976 |
-
|
1977 |
-
|
1978 |
-
|
1979 |
-
|
1980 |
-
|
1981 |
}
|
1982 |
|
1983 |
.epsilon-ui-toggle input:checked + span {
|
1984 |
-
|
1985 |
}
|
1986 |
|
1987 |
.epsilon-ui-toggle input:checked + span:before {
|
1988 |
-
|
1989 |
}
|
1990 |
|
1991 |
.epsilon-ui-toggle input:checked + span:after {
|
1992 |
-
|
1993 |
-
|
1994 |
}
|
1995 |
|
1996 |
.epsilon-ui-toggle input:focus + span,
|
1997 |
.epsilon-ui-toggle:hover input + span {
|
1998 |
-
|
1999 |
}
|
2000 |
|
2001 |
.epsilon-ui-toggle input:focus:checked + span,
|
2002 |
.epsilon-ui-toggle:hover input:checked + span {
|
2003 |
-
|
2004 |
}
|
2005 |
|
2006 |
.ui-locked {
|
2007 |
-
|
2008 |
}
|
|
|
2009 |
.ui-locked input[type="radio"]:disabled {
|
2010 |
-
|
2011 |
}
|
|
|
2012 |
.ui-locked input:disabled ~ strong {
|
2013 |
-
|
2014 |
}
|
|
|
2015 |
.ui-locked:after {
|
2016 |
-
|
2017 |
-
|
2018 |
-
|
2019 |
-
|
2020 |
-
|
2021 |
-
|
2022 |
-
|
2023 |
-
|
2024 |
-
|
2025 |
-
|
2026 |
-
|
2027 |
-
|
2028 |
-
|
2029 |
-
|
2030 |
-
|
2031 |
-
|
2032 |
}
|
2033 |
|
2034 |
.sl-kiwi-tab-integration .integration_box {
|
2035 |
-
|
2036 |
-
|
2037 |
-
|
2038 |
-
|
2039 |
-
|
2040 |
-
|
2041 |
-
|
2042 |
}
|
|
|
2043 |
.sl-kiwi-tab-integration .themes {
|
2044 |
-
|
2045 |
}
|
|
|
2046 |
.sl-kiwi-tab-integration .integration_box .recommended {
|
2047 |
-
|
2048 |
-
|
2049 |
-
|
2050 |
-
|
2051 |
-
|
2052 |
-
|
2053 |
-
|
2054 |
-
|
2055 |
-
|
2056 |
-
|
2057 |
-
|
2058 |
-
|
2059 |
}
|
|
|
2060 |
.sl-kiwi-tab-integration .integration_box img {
|
2061 |
-
|
2062 |
-
|
2063 |
-
|
2064 |
-
|
2065 |
-
|
2066 |
-
|
2067 |
-
|
2068 |
}
|
|
|
2069 |
.sl-kiwi-tab-integration .integration_box.theme img {
|
2070 |
-
|
2071 |
-
|
2072 |
-
|
2073 |
-
|
2074 |
-
|
2075 |
}
|
|
|
2076 |
.sl-kiwi-tab-integration .integration_box.theme .info {
|
2077 |
-
|
2078 |
-
|
2079 |
-
|
2080 |
-
|
2081 |
-
|
2082 |
-
|
2083 |
-
|
2084 |
-
|
2085 |
}
|
|
|
2086 |
.sl-kiwi-tab-integration .integration_box.theme .info a {
|
2087 |
-
|
2088 |
-
|
2089 |
-
|
2090 |
}
|
|
|
2091 |
.sl-kiwi-tab-integration .integration_box.theme .info a:hover, .sl-kiwi-tab-integration .integration_box.theme .info a:focus {
|
2092 |
-
|
2093 |
}
|
|
|
2094 |
.sl-kiwi-tab-integration .integration_box .action_bar {
|
2095 |
-
|
2096 |
-
|
2097 |
-
|
2098 |
-
|
2099 |
-
|
2100 |
-
|
2101 |
-
|
2102 |
-
|
2103 |
-
|
2104 |
-
|
2105 |
-
|
2106 |
-
|
2107 |
-
|
2108 |
-
|
2109 |
-
|
2110 |
-
|
2111 |
-
|
2112 |
-
|
2113 |
}
|
|
|
2114 |
.sl-kiwi-tab-integration .integration_box .action_bar.active {
|
2115 |
-
|
2116 |
-
|
2117 |
}
|
|
|
2118 |
.sl-kiwi-tab-integration .integration_box .action_button {
|
2119 |
-
|
2120 |
-
|
2121 |
-
|
2122 |
-
|
2123 |
-
|
2124 |
-
|
2125 |
}
|
|
|
2126 |
.sl-kiwi-tab-integration .integration_box .action_button.active {
|
2127 |
-
|
2128 |
-
|
2129 |
-
|
2130 |
-
|
2131 |
}
|
|
|
2132 |
.sl-kiwi-tab-integration.three-col .col {
|
2133 |
-
|
2134 |
-
|
2135 |
-
|
2136 |
}
|
|
|
2137 |
.sl-kiwi-tab-integration.three-col .col:nth-child(3n + 3) {
|
2138 |
-
|
2139 |
}
|
2140 |
|
2141 |
.mce-ico.mce-i-dashicons.dashicons-twitter {
|
2142 |
-
|
2143 |
}
|
|
|
2144 |
.mce-ico.mce-i-dashicons.dashicons-twitter:before {
|
2145 |
-
|
2146 |
-
|
2147 |
}
|
2148 |
|
2149 |
#update-nag, .update-nag {
|
2150 |
-
|
2151 |
-
|
2152 |
}
|
|
|
2153 |
#update-nag.kiwi-notice, .update-nag.kiwi-notice {
|
2154 |
-
|
2155 |
}
|
|
|
2156 |
#update-nag.kiwi-notice p, .update-nag.kiwi-notice p {
|
2157 |
-
|
2158 |
}
|
2159 |
|
2160 |
.kiwi-title-has-tooltip h4 {
|
2161 |
-
|
2162 |
}
|
2163 |
|
2164 |
.kiwi-tooltip-container {
|
2165 |
-
|
2166 |
-
|
2167 |
}
|
|
|
2168 |
.kiwi-tooltip-container .dashicons {
|
2169 |
-
|
2170 |
}
|
|
|
2171 |
.kiwi-tooltip-container .tooltip-opener {
|
2172 |
-
|
2173 |
}
|
|
|
2174 |
.kiwi-tooltip-container .tooltip-opener:hover + .kiwi-notice-container, .kiwi-tooltip-container .tooltip-opener:focus + .kiwi-notice-container {
|
2175 |
-
|
2176 |
}
|
|
|
2177 |
.kiwi-tooltip-container .kiwi-notice-container {
|
2178 |
-
|
2179 |
-
|
2180 |
-
|
2181 |
-
|
2182 |
-
|
2183 |
-
|
2184 |
-
|
2185 |
}
|
|
|
2186 |
.kiwi-tooltip-container .kiwi-notice-container p {
|
2187 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2188 |
}
|
2189 |
|
2190 |
/* ==========================================================================
|
@@ -2195,12 +2314,12 @@ ul[data-style="fit"].pill .sl-kiwi-item-add span {
|
|
2195 |
* Usage: add class="fixed" to parents of floated elements
|
2196 |
*/
|
2197 |
.fixed:after {
|
2198 |
-
|
2199 |
-
|
2200 |
-
|
2201 |
-
|
2202 |
-
|
2203 |
-
|
2204 |
}
|
2205 |
|
2206 |
/*****
|
@@ -2208,10 +2327,107 @@ ul[data-style="fit"].pill .sl-kiwi-item-add span {
|
|
2208 |
* Usage: <br class="clear">
|
2209 |
*****/
|
2210 |
.clear {
|
2211 |
-
|
2212 |
-
|
2213 |
-
|
2214 |
-
|
2215 |
-
|
2216 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2217 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
=Links
|
3 |
========================================================================== */
|
4 |
#sl-kiwi {
|
5 |
+
width: 1150px;
|
6 |
+
padding: 20px;
|
7 |
+
margin-bottom: 10px;
|
8 |
+
font-family: 'Open Sans';
|
9 |
+
position: relative;
|
10 |
}
|
11 |
+
|
12 |
#sl-kiwi a:focus {
|
13 |
+
box-shadow: none;
|
14 |
+
-webkit-box-shadow: none;
|
15 |
}
|
16 |
+
|
17 |
#sl-kiwi .overlay {
|
18 |
+
position: absolute;
|
19 |
+
top: 20px;
|
20 |
+
bottom: 102px;
|
21 |
+
left: 20px;
|
22 |
+
right: 20px;
|
23 |
+
-webkit-transition: all .3s;
|
24 |
+
transition: all .3s;
|
25 |
+
z-index: 9999;
|
26 |
+
text-align: center;
|
27 |
+
padding-top: 250px;
|
28 |
}
|
29 |
+
|
30 |
#sl-kiwi .overlay.active {
|
31 |
+
-webkit-transition: all .4s;
|
32 |
+
transition: all .4s;
|
33 |
+
background: rgba(255, 255, 255, 0.97);
|
34 |
}
|
35 |
+
|
36 |
#sl-kiwi .overlay img {
|
37 |
+
position: relative;
|
38 |
+
top: -72px;
|
39 |
}
|
40 |
|
41 |
.kiwi-notification-popup {
|
42 |
+
width: 100%;
|
43 |
+
padding: 25px 20px;
|
44 |
+
box-sizing: border-box;
|
45 |
+
-webkit-border-radius: 3px;
|
46 |
+
-moz-border-radius: 3px;
|
47 |
+
border-radius: 3px;
|
48 |
+
background-color: #0073aa;
|
49 |
+
color: #fff;
|
50 |
+
display: none;
|
51 |
+
position: relative;
|
52 |
+
z-index: 10;
|
53 |
}
|
54 |
+
|
55 |
.kiwi-notification-popup .button {
|
56 |
+
float: right;
|
57 |
+
position: relative;
|
58 |
+
bottom: 5px;
|
59 |
}
|
60 |
|
61 |
.kiwi-utility-bar {
|
62 |
+
position: absolute;
|
63 |
+
top: 20px;
|
64 |
+
right: -25px;
|
65 |
+
display: none;
|
66 |
}
|
67 |
+
|
68 |
.kiwi-utility-bar > input {
|
69 |
+
position: fixed;
|
70 |
}
|
71 |
|
72 |
.sl-kiwi-content {
|
73 |
+
background: #fff;
|
74 |
+
min-height: 500px;
|
75 |
+
margin-top: -10px;
|
76 |
+
position: relative;
|
77 |
+
z-index: 5;
|
78 |
+
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
|
79 |
+
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
|
80 |
+
box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
|
81 |
+
padding: 10px 30px;
|
82 |
}
|
83 |
+
|
84 |
.sl-kiwi-content input[type="text"], .sl-kiwi-content input[type="email"], .sl-kiwi-content input[type="url"] {
|
85 |
+
width: 330px;
|
86 |
+
height: 32px;
|
87 |
+
-webkit-border-radius: 3px;
|
88 |
+
-moz-border-radius: 3px;
|
89 |
+
border-radius: 3px;
|
90 |
+
background-color: #fff;
|
91 |
+
-webkit-box-shadow: 1px 1px 2px rgba(35, 31, 32, 0.2);
|
92 |
+
-moz-box-shadow: 1px 1px 2px rgba(35, 31, 32, 0.2);
|
93 |
+
box-shadow: 1px 1px 2px rgba(35, 31, 32, 0.2);
|
94 |
+
padding-left: 10px;
|
95 |
+
margin-top: 5px;
|
96 |
+
border: 1px solid #f2f2f2;
|
97 |
}
|
98 |
|
99 |
.sl-kiwi-content > div {
|
100 |
+
padding-bottom: 50px;
|
101 |
+
display: none;
|
102 |
}
|
103 |
|
104 |
.sl-kiwi-content > div.epsilon-tab-active {
|
105 |
+
display: block;
|
106 |
}
|
107 |
|
108 |
.sl-kiwi-dragdrop .suggestions {
|
109 |
+
font-size: 32px;
|
110 |
+
color: #EBEBEB;
|
111 |
+
width: 100%;
|
112 |
+
height: 40px;
|
113 |
+
line-height: 40px;
|
114 |
+
text-align: center;
|
115 |
+
font-weight: bold;
|
116 |
+
display: block;
|
117 |
+
position: absolute;
|
118 |
+
top: 15px;
|
119 |
+
opacity: .7;
|
120 |
+
-webkit-user-select: none;
|
121 |
+
/* Chrome all / Safari all */
|
122 |
+
-moz-user-select: none;
|
123 |
+
/* Firefox all */
|
124 |
+
-ms-user-select: none;
|
125 |
+
/* IE 10+ */
|
126 |
+
user-select: none;
|
127 |
+
/* Likely future */
|
128 |
+
cursor: default;
|
129 |
}
|
130 |
|
131 |
.sl-kiwi-dragdrop {
|
132 |
+
height: 220px;
|
133 |
+
border: 1px solid #fff;
|
134 |
+
margin: 0;
|
135 |
+
position: relative;
|
136 |
+
-webkit-border-radius: 3px 3px 0 0;
|
137 |
+
-moz-border-radius: 3px 3px 0 0;
|
138 |
+
border-radius: 3px 3px 0 0;
|
139 |
+
background-color: #fff;
|
140 |
+
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
|
141 |
+
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
|
142 |
+
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
|
143 |
+
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(246, 246, 246, 0.7));
|
144 |
+
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(246, 246, 246, 0.7));
|
145 |
+
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(246, 246, 246, 0.7));
|
146 |
+
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(246, 246, 246, 0.7));
|
147 |
+
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(246, 246, 246, 0.7));
|
148 |
}
|
149 |
|
150 |
.sl-kiwi-dragdrop > div {
|
151 |
+
padding: 85px 25px 0 25px;
|
152 |
+
text-align: center;
|
153 |
}
|
154 |
|
155 |
.sl-kiwi-dragdrop ul {
|
156 |
+
line-height: 30px;
|
157 |
+
vertical-align: top;
|
158 |
}
|
159 |
|
160 |
.sl-kiwi-dragdrop ul[data-id="networks_ordering_floating_bar"] {
|
161 |
+
position: absolute;
|
162 |
+
top: 45px;
|
163 |
+
right: 0;
|
164 |
+
z-index: -1;
|
165 |
+
transition: all .3s;
|
166 |
+
opacity: 0;
|
167 |
}
|
168 |
+
|
169 |
.sl-kiwi-dragdrop ul[data-id="networks_ordering_floating_bar"] li {
|
170 |
+
display: block;
|
171 |
+
margin: 0;
|
172 |
+
padding: 0;
|
173 |
}
|
174 |
+
|
175 |
.sl-kiwi-dragdrop ul[data-id="networks_ordering_floating_bar"] li a {
|
176 |
+
display: block;
|
177 |
+
height: 40px;
|
178 |
+
line-height: 40px;
|
179 |
+
padding: 0 5px;
|
180 |
+
min-width: 40px;
|
181 |
+
transition: all .3s;
|
182 |
+
-webkit-box-shadow: none;
|
183 |
+
box-shadow: none;
|
184 |
+
font-size: 16px;
|
185 |
+
box-sizing: border-box;
|
186 |
+
position: relative;
|
187 |
+
z-index: 1;
|
188 |
}
|
189 |
+
|
190 |
.sl-kiwi-dragdrop ul[data-id="networks_ordering_floating_bar"] li.sl-kiwi-dragdrop-placeholder:before {
|
191 |
+
width: 40px;
|
192 |
}
|
193 |
+
|
194 |
.sl-kiwi-dragdrop ul[data-id="networks_ordering_floating_bar"].pill li {
|
195 |
+
margin-bottom: 2px;
|
196 |
}
|
197 |
+
|
198 |
.sl-kiwi-dragdrop ul[data-id="networks_ordering_floating_bar"].pill li a {
|
199 |
+
border-radius: 25px;
|
200 |
}
|
201 |
|
202 |
#sl-kiwi .sl-kiwi-item-add {
|
203 |
+
margin-right: 5px;
|
204 |
}
|
205 |
|
206 |
#sl-kiwi .sl-kiwi-item-remove {
|
207 |
+
max-width: 0;
|
208 |
+
margin-right: 0;
|
209 |
+
display: none;
|
210 |
}
|
211 |
|
212 |
.sl-kiwi-dragdrop-placeholder:before {
|
213 |
+
border: 1px dashed #ccc;
|
214 |
+
width: 100%;
|
215 |
+
position: absolute;
|
216 |
+
top: 0;
|
217 |
+
left: 0;
|
218 |
+
bottom: 0;
|
219 |
+
right: 0;
|
220 |
+
height: 100%;
|
221 |
+
content: " ";
|
222 |
+
display: block;
|
223 |
}
|
224 |
|
225 |
.sl-kiwi-dragdrop-placeholder {
|
226 |
+
position: relative;
|
227 |
+
height: 30px;
|
228 |
+
padding: 0 5px;
|
229 |
+
min-width: 90px;
|
230 |
+
background: transparent;
|
231 |
+
vertical-align: top;
|
232 |
}
|
233 |
|
234 |
.sl-kiwi-dragdrop ul.pill a {
|
235 |
+
border-radius: 15px;
|
236 |
}
|
237 |
|
238 |
.sl-kiwi-dragdrop ul.leaf a {
|
239 |
+
border-radius: 12px 0 12px 0;
|
240 |
}
|
241 |
|
242 |
.sl-kiwi-dragdrop ul.shift a {
|
243 |
+
-ms-transform: skewX(-15deg);
|
244 |
+
-webkit-transform: skewX(-15deg);
|
245 |
+
transform: skewX(-15deg);
|
246 |
}
|
247 |
|
248 |
.sl-kiwi-dragdrop ul.shift span {
|
249 |
+
-ms-transform: skewX(15deg);
|
250 |
+
-webkit-transform: skewX(15deg);
|
251 |
+
transform: skewX(15deg);
|
252 |
+
display: block;
|
253 |
}
|
254 |
|
255 |
.sl-kiwi-dragdrop ul.pill .sl-kiwi-dragdrop-placeholder:before {
|
256 |
+
border-radius: 15px;
|
257 |
}
|
258 |
|
259 |
.sl-kiwi-dragdrop ul.leaf .sl-kiwi-dragdrop-placeholder:before {
|
260 |
+
border-radius: 12px 0 12px 0;
|
261 |
}
|
262 |
|
263 |
.sl-kiwi-dragdrop ul.shift .sl-kiwi-dragdrop-placeholder:before {
|
264 |
+
-ms-transform: skewX(-15deg);
|
265 |
+
-webkit-transform: skewX(-15deg);
|
266 |
+
transform: skewX(-15deg);
|
267 |
}
|
268 |
|
269 |
.sl-kiwi-dragdrop li {
|
270 |
+
list-style-type: none;
|
271 |
+
transition: max-width .2s, margin .2s;
|
272 |
+
overflow: hidden;
|
273 |
+
margin-right: 5px;
|
274 |
+
display: inline-block;
|
275 |
+
padding: 0 5px;
|
276 |
}
|
277 |
|
278 |
.sl-kiwi-dragdrop li.ui-sortable-helper a {
|
279 |
+
transition: box-shadow .3s;
|
280 |
+
-webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.1);
|
281 |
+
-moz-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.1);
|
282 |
+
box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.1);
|
283 |
}
|
284 |
|
285 |
.sl-kiwi-dragdrop li a:hover {
|
286 |
+
text-decoration: none;
|
287 |
}
|
288 |
|
289 |
.sl-kiwi-dragdrop li a {
|
290 |
+
display: block;
|
291 |
+
height: 30px;
|
292 |
+
line-height: 30px;
|
293 |
+
padding: 0 5px;
|
294 |
+
min-width: 90px;
|
295 |
+
transition: all .3s;
|
296 |
}
|
297 |
|
298 |
.sl-kiwi-networks {
|
299 |
+
margin-bottom: 40px;
|
300 |
+
position: relative;
|
301 |
}
|
302 |
+
|
303 |
.sl-kiwi-networks .epsilon-ui-locked {
|
304 |
+
position: absolute;
|
305 |
+
right: -15px;
|
306 |
+
width: 35px;
|
307 |
+
height: 35px;
|
308 |
+
line-height: 35px;
|
309 |
+
top: 0;
|
310 |
+
text-align: center;
|
311 |
}
|
312 |
|
313 |
ul[data-style="fit"] {
|
314 |
+
display: table;
|
315 |
+
width: 100%;
|
316 |
}
|
317 |
+
|
318 |
ul[data-style="fit"] li {
|
319 |
+
display: table-cell;
|
320 |
+
padding: 0;
|
321 |
+
overflow: initial;
|
322 |
}
|
323 |
+
|
324 |
ul[data-style="fit"].leaf a {
|
325 |
+
width: 100%;
|
326 |
}
|
327 |
+
|
328 |
ul[data-style="fit"].leaf li:last-of-type a {
|
329 |
+
width: 100%;
|
330 |
}
|
331 |
+
|
332 |
ul[data-style="fit"].pill {
|
333 |
+
flex-wrap: nowrap;
|
334 |
+
display: flex;
|
335 |
+
margin-left: 20px;
|
336 |
+
width: auto;
|
337 |
}
|
338 |
+
|
339 |
ul[data-style="fit"].pill .sl-kiwi-item-add {
|
340 |
+
margin: 0;
|
341 |
+
flex: 1;
|
342 |
}
|
343 |
+
|
344 |
ul[data-style="fit"].pill .sl-kiwi-item-add a {
|
345 |
+
padding: 0;
|
346 |
+
display: block;
|
347 |
+
width: 100%;
|
348 |
+
padding-left: 26px;
|
349 |
+
margin-left: -26px;
|
350 |
}
|
351 |
+
|
352 |
ul[data-style="fit"].pill .sl-kiwi-item-add span {
|
353 |
+
margin-right: 26px;
|
354 |
}
|
355 |
|
356 |
.sl-kiwi-tab-socialIdentity label, .sl-kiwi-tab-registration label {
|
357 |
+
display: block;
|
358 |
+
color: #808080;
|
359 |
+
margin-bottom: 5px;
|
360 |
}
|
361 |
+
|
362 |
.sl-kiwi-tab-socialIdentity input[type="text"], .sl-kiwi-tab-registration input[type="text"] {
|
363 |
+
padding: 5px;
|
364 |
+
margin-bottom: 15px;
|
365 |
}
|
366 |
+
|
367 |
.sl-kiwi-tab-socialIdentity .kiwi-registration-action, .sl-kiwi-tab-registration .kiwi-registration-action {
|
368 |
+
height: 30px;
|
369 |
}
|
370 |
|
371 |
[class*="sl-kiwi-tab-"] h2 {
|
372 |
+
font-size: 22px;
|
373 |
+
color: #585858;
|
374 |
+
font-weight: 300;
|
375 |
+
height: 50px;
|
376 |
}
|
377 |
|
378 |
.sl-kiwi-networks h2 > span {
|
379 |
+
width: 65%;
|
380 |
+
display: block;
|
381 |
+
float: left;
|
382 |
+
background: transparent;
|
383 |
}
|
384 |
|
385 |
.sl-kiwi-networks h2 span + span {
|
386 |
+
width: 17.5%;
|
387 |
+
display: block;
|
388 |
+
float: left;
|
389 |
+
background: transparent;
|
390 |
+
text-align: center;
|
391 |
+
font-size: 14px;
|
392 |
+
color: #959696;
|
393 |
}
|
394 |
|
395 |
.sl-kiwi-networks em {
|
396 |
+
font-style: normal;
|
397 |
+
position: absolute;
|
398 |
+
top: 3px;
|
399 |
+
left: 42px;
|
400 |
}
|
401 |
|
402 |
.sl-kiwi-networks ul {
|
403 |
+
border-top: 1px solid #F5F5F5;
|
404 |
+
padding: 0;
|
405 |
+
margin: 0 10px;
|
406 |
}
|
407 |
|
408 |
.sl-kiwi-networks li {
|
409 |
+
height: 39px;
|
410 |
+
border-bottom: 1px solid #F5F5F5;
|
411 |
+
list-style-type: none;
|
412 |
+
line-height: 35px;
|
413 |
+
padding-left: 20px;
|
414 |
+
position: relative;
|
415 |
+
margin-bottom: 0;
|
416 |
+
display: inline-block;
|
417 |
+
width: 98%;
|
418 |
}
|
419 |
|
420 |
.sl-kiwi-networks li:hover {
|
421 |
+
background: #FBFBFB;
|
422 |
}
|
423 |
|
424 |
.sl-kiwi-networks li > span {
|
425 |
+
width: 65%;
|
426 |
+
display: block;
|
427 |
+
float: left;
|
428 |
+
background: transparent;
|
429 |
+
color: #555555;
|
430 |
+
font-size: 13px;
|
431 |
}
|
432 |
|
433 |
.sl-kiwi-networks li span + span {
|
434 |
+
width: 17.5%;
|
435 |
+
background: transparent;
|
436 |
+
text-align: center;
|
437 |
}
|
438 |
|
439 |
.sl-kiwi-networks span > strong {
|
440 |
+
height: 24px;
|
441 |
+
width: 24px;
|
442 |
+
display: inline-block;
|
443 |
+
vertical-align: middle;
|
444 |
+
line-height: 24px;
|
445 |
+
text-align: center;
|
446 |
+
border-radius: 2px;
|
447 |
+
margin-right: 5px;
|
448 |
+
background: #D4D4D4;
|
449 |
}
|
450 |
|
451 |
.sl-kiwi-networks span > strong i {
|
452 |
+
font-size: 16px;
|
453 |
+
line-height: 24px;
|
454 |
}
|
455 |
|
456 |
.sl-kiwi-networks.kiwi-styles {
|
457 |
+
/*background:#FBFBFB;*/
|
458 |
}
|
459 |
|
460 |
.sl-kiwi-networks.kiwi-styles h2 span + span {
|
461 |
+
width: 16%;
|
462 |
}
|
463 |
|
464 |
.sl-kiwi-networks.kiwi-styles h2 span:nth-last-of-type(-n+3) + span:nth-last-of-type(-n+3),
|
465 |
.sl-kiwi-networks.kiwi-styles h2 span:nth-last-of-type(-n+2) + span:nth-last-of-type(-n+2) {
|
466 |
+
width: 8%;
|
467 |
}
|
468 |
|
469 |
.sl-kiwi-networks.kiwi-styles h2 strong.goleft {
|
470 |
+
position: relative;
|
471 |
+
right: 5px;
|
472 |
}
|
473 |
|
474 |
.sl-kiwi-networks.kiwi-styles h2 > span {
|
475 |
+
width: 20%;
|
476 |
+
text-align: left;
|
477 |
}
|
478 |
|
479 |
.sl-kiwi-networks.kiwi-styles li span + span {
|
480 |
+
width: 16%;
|
481 |
+
text-align: left;
|
482 |
}
|
483 |
|
484 |
.sl-kiwi-networks.kiwi-styles li span:nth-last-of-type(-n+3) + span:nth-last-of-type(-n+3),
|
485 |
.sl-kiwi-networks.kiwi-styles li span:nth-last-of-type(-n+2) + span:nth-last-of-type(-n+2) {
|
486 |
+
width: 8%;
|
487 |
}
|
488 |
|
489 |
.sl-kiwi-networks.kiwi-styles li > span {
|
490 |
+
width: 20%;
|
491 |
}
|
492 |
|
493 |
#sl-kiwi .kiwi-nw-twitter {
|
494 |
+
background: #4EAEF8;
|
495 |
+
color: #fff;
|
496 |
}
|
497 |
|
498 |
#sl-kiwi .kiwi-nw-whatsapp {
|
499 |
+
background: #0DC143;
|
500 |
+
color: #fff;
|
501 |
}
|
502 |
|
503 |
#sl-kiwi .kiwi-nw-telegram {
|
504 |
+
background: #179CDE;
|
505 |
+
color: #fff;
|
506 |
}
|
507 |
|
508 |
#sl-kiwi .kiwi-nw-skype {
|
509 |
+
background: #009EE5;
|
510 |
+
color: #fff;
|
511 |
}
|
512 |
|
513 |
#sl-kiwi .kiwi-nw-youtube-play, #sl-kiwi .kiwi-nw-youtube {
|
514 |
+
background: #E62117;
|
515 |
+
color: #fff;
|
516 |
}
|
517 |
|
518 |
#sl-kiwi .kiwi-nw-facebook {
|
519 |
+
background: #3B5998;
|
520 |
+
color: #fff;
|
521 |
}
|
522 |
|
523 |
#sl-kiwi .kiwi-nw-google-plus {
|
524 |
+
background: #DB4437;
|
525 |
+
color: #fff;
|
526 |
}
|
527 |
|
528 |
#sl-kiwi .kiwi-nw-pinterest {
|
529 |
+
background: #BD081C;
|
530 |
+
color: #fff;
|
531 |
}
|
532 |
|
533 |
#sl-kiwi .kiwi-nw-fintel {
|
534 |
+
background: #087515;
|
535 |
+
color: #fff;
|
536 |
}
|
537 |
|
538 |
#sl-kiwi .kiwi-nw-linkedin {
|
539 |
+
background: #1A85BC;
|
540 |
+
color: #fff;
|
541 |
}
|
542 |
|
543 |
#sl-kiwi .kiwi-nw-reddit {
|
544 |
+
background: #FF4500;
|
545 |
+
color: #fff;
|
546 |
}
|
547 |
|
548 |
#sl-kiwi .kiwi-nw-envelope, #sl-kiwi .kiwi-nw-email {
|
549 |
+
background: #4D9159;
|
550 |
+
color: #fff;
|
551 |
}
|
552 |
|
553 |
.sl-kiwi-opt-group {
|
554 |
+
min-height: 100px;
|
555 |
+
background: transparent;
|
556 |
+
padding: 30px 0;
|
557 |
+
border-bottom: 1px solid #F5F5F5;
|
558 |
}
|
559 |
+
|
560 |
.sl-kiwi-opt-group:last-of-type {
|
561 |
+
border-bottom: none;
|
562 |
}
|
563 |
+
|
564 |
.sl-kiwi-opt-group .bottom-color-option {
|
565 |
+
clear: both;
|
566 |
}
|
567 |
|
568 |
.sl-kiwi-inner-opt {
|
569 |
+
padding-left: 70px;
|
570 |
}
|
571 |
|
572 |
.sl-kiwi-opt-group .left {
|
573 |
+
float: left;
|
574 |
}
|
575 |
|
576 |
.sl-kiwi-opt-group .right {
|
577 |
+
float: right;
|
578 |
}
|
579 |
|
580 |
.sl-kiwi-opt-toggle {
|
581 |
+
background: transparent;
|
582 |
+
width: 70px;
|
583 |
+
float: left;
|
584 |
+
padding-top: 10px;
|
585 |
}
|
586 |
|
587 |
.sl-kiwi-opt-description {
|
588 |
+
float: left;
|
589 |
+
background: transparent;
|
590 |
+
min-height: 60px;
|
591 |
+
position: relative;
|
592 |
}
|
593 |
|
594 |
.sl-kiwi-opt-description h4 {
|
595 |
+
font-size: 18px;
|
596 |
+
margin: 0;
|
597 |
+
line-height: 18px;
|
598 |
}
|
599 |
|
600 |
.sl-kiwi-opt-description h5 {
|
601 |
+
font-size: 16px;
|
602 |
+
margin: 0;
|
603 |
+
line-height: 18px;
|
604 |
}
|
605 |
|
606 |
.sl-kiwi-opt-description p {
|
607 |
+
font-size: 14px;
|
608 |
+
margin: 0;
|
609 |
}
|
610 |
|
611 |
.epsilon-ui-locked {
|
612 |
+
display: inline-block;
|
613 |
+
border-radius: 10px;
|
614 |
+
width: 20px;
|
615 |
+
height: 20px;
|
616 |
+
cursor: pointer;
|
617 |
+
vertical-align: middle;
|
618 |
}
|
619 |
|
620 |
.epsilon-ui-locked i {
|
621 |
+
font-size: 12px;
|
622 |
+
color: #fff;
|
623 |
+
text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
|
624 |
+
line-height: 16px;
|
625 |
+
background: #F05A25;
|
626 |
+
cursor: pointer;
|
627 |
}
|
628 |
|
629 |
.epsilon-ui-locked i.dashicons, .dashicons-before::before {
|
630 |
+
width: 17px;
|
631 |
+
height: 17px;
|
632 |
+
border-radius: 10px;
|
633 |
+
text-align: center;
|
634 |
+
vertical-align: middle;
|
635 |
}
|
636 |
|
637 |
.sl-kiwi-opt-space-sm {
|
638 |
+
padding-top: 15px;
|
639 |
}
|
640 |
|
641 |
.clearfix:after {
|
642 |
+
clear: both;
|
643 |
+
content: ".";
|
644 |
+
display: block;
|
645 |
+
height: 0;
|
646 |
+
line-height: 0;
|
647 |
+
visibility: hidden;
|
648 |
}
|
649 |
|
650 |
.kiwi-modal {
|
651 |
+
position: fixed;
|
652 |
+
top: 0;
|
653 |
+
right: 0;
|
654 |
+
left: 0;
|
655 |
+
bottom: 0;
|
656 |
+
z-index: 1050;
|
657 |
+
display: none;
|
658 |
+
overflow: hidden;
|
659 |
+
-webkit-overflow-scrolling: touch;
|
660 |
+
outline: 0;
|
661 |
+
background: rgba(0, 0, 0, 0.7);
|
662 |
}
|
663 |
+
|
664 |
.kiwi-modal .close-modal {
|
665 |
+
width: 25px;
|
666 |
+
height: 25px;
|
667 |
+
color: #FF3424;
|
668 |
+
position: absolute;
|
669 |
+
text-align: center;
|
670 |
+
line-height: 25px;
|
671 |
+
font-size: 17px;
|
672 |
+
right: 7px;
|
673 |
+
top: 7px;
|
674 |
+
cursor: pointer;
|
675 |
}
|
676 |
+
|
677 |
.kiwi-modal .kiwi-modal-content {
|
678 |
+
position: relative;
|
679 |
+
width: 900px;
|
680 |
+
-webkit-border-radius: 10px;
|
681 |
+
-moz-border-radius: 10px;
|
682 |
+
border-radius: 10px;
|
683 |
+
background-image: -webkit-linear-gradient(bottom, #fff 25%, #f2f3f4 90%);
|
684 |
+
background-image: -moz-linear-gradient(bottom, #fff 25%, #f2f3f4 90%);
|
685 |
+
background-image: -o-linear-gradient(bottom, #fff 25%, #f2f3f4 90%);
|
686 |
+
background-image: -ms-linear-gradient(bottom, #fff 25%, #f2f3f4 90%);
|
687 |
+
background-image: linear-gradient(to top, #fff 25%, #f2f3f4 90%);
|
688 |
+
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
|
689 |
+
-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
|
690 |
+
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
|
691 |
+
margin: 8% auto;
|
692 |
}
|
693 |
+
|
694 |
.kiwi-modal.fade {
|
695 |
+
opacity: 0;
|
696 |
+
-webkit-transition: opacity .15s linear;
|
697 |
+
-o-transition: opacity .15s linear;
|
698 |
+
transition: opacity .15s linear;
|
699 |
}
|
700 |
+
|
701 |
.kiwi-modal.fade .kiwi-modal-content {
|
702 |
+
-webkit-transition: -webkit-transform .3s ease-out;
|
703 |
+
-o-transition: -o-transform .3s ease-out;
|
704 |
+
transition: transform .3s ease-out;
|
705 |
+
-webkit-transform: translate(0, -25%);
|
706 |
+
-ms-transform: translate(0, -25%);
|
707 |
+
-o-transform: translate(0, -25%);
|
708 |
+
transform: translate(0, -25%);
|
709 |
}
|
710 |
+
|
711 |
.kiwi-modal.fade.in {
|
712 |
+
opacity: 1;
|
713 |
}
|
714 |
+
|
715 |
.kiwi-modal.fade.in .kiwi-modal-content {
|
716 |
+
-webkit-transform: translate(0, 0);
|
717 |
+
-ms-transform: translate(0, 0);
|
718 |
+
-o-transform: translate(0, 0);
|
719 |
+
transform: translate(0, 0);
|
720 |
}
|
721 |
+
|
722 |
.kiwi-modal #page-two {
|
723 |
+
display: none;
|
724 |
}
|
725 |
+
|
726 |
.kiwi-modal .button-modal {
|
727 |
+
width: 100%;
|
728 |
+
height: 45px;
|
729 |
+
-webkit-border-radius: 22px 23px 23px 22px/22px 22px 23px 23px;
|
730 |
+
-moz-border-radius: 22px 23px 23px 22px/22px 22px 23px 23px;
|
731 |
+
border-radius: 22px 23px 23px 22px/22px 22px 23px 23px;
|
732 |
+
background-color: #ff3d2e;
|
733 |
+
color: #fff;
|
734 |
+
display: inline-block;
|
735 |
+
line-height: 45px;
|
736 |
+
margin: 30px auto;
|
737 |
+
text-align: center;
|
738 |
}
|
739 |
+
|
740 |
.kiwi-modal .button-modal:hover, .kiwi-modal .button-modal:focus {
|
741 |
+
text-decoration: none;
|
742 |
+
color: #fff;
|
743 |
+
background-color: #ff3424;
|
744 |
}
|
745 |
+
|
746 |
.kiwi-modal .modal-header {
|
747 |
+
padding-top: 40px;
|
748 |
+
padding-bottom: 40px;
|
749 |
+
text-align: center;
|
750 |
+
background-image: url("../img/back-wavy.png");
|
751 |
+
background-size: cover;
|
752 |
+
background-position: center;
|
753 |
+
-webkit-border-top-left-radius: 10px;
|
754 |
+
-moz-border-top-left-radius: 10px;
|
755 |
+
border-top-left-radius: 10px;
|
756 |
+
-webkit-border-top-right-radius: 10px;
|
757 |
+
-moz-border-top-right-radius: 10px;
|
758 |
+
border-top-right-radius: 10px;
|
759 |
}
|
760 |
+
|
761 |
.kiwi-modal .modal-header .modal-header-content {
|
762 |
+
width: 475px;
|
763 |
+
margin: 0 auto;
|
764 |
}
|
765 |
+
|
766 |
.kiwi-modal .modal-title {
|
767 |
+
font-family: 'Open Sans';
|
768 |
+
font-size: 28px;
|
769 |
+
font-weight: 800;
|
770 |
+
color: #333;
|
771 |
}
|
772 |
+
|
773 |
.kiwi-modal .modal-subtitle {
|
774 |
+
font-family: "Open Sans";
|
775 |
+
font-size: 14px;
|
776 |
+
color: #8c8c8c;
|
777 |
}
|
778 |
+
|
779 |
.kiwi-modal .price-box {
|
780 |
+
margin-top: 40px;
|
781 |
}
|
782 |
+
|
783 |
.kiwi-modal .price-box .price {
|
784 |
+
font-family: "Open Sans";
|
785 |
+
font-weight: bold;
|
786 |
+
color: #333;
|
787 |
+
font-size: 60px;
|
788 |
+
display: block;
|
789 |
}
|
790 |
+
|
791 |
.kiwi-modal .price-box .price .currency {
|
792 |
+
font-size: 45px;
|
793 |
}
|
794 |
+
|
795 |
.kiwi-modal .price-box .price small {
|
796 |
+
font-size: 15px;
|
797 |
}
|
798 |
+
|
799 |
.kiwi-modal .price-box .button-modal {
|
800 |
+
width: 150px;
|
801 |
}
|
802 |
+
|
803 |
.kiwi-modal .modal-footer {
|
804 |
+
margin: 0 auto;
|
805 |
+
margin-top: 60px;
|
806 |
+
padding-bottom: 60px;
|
807 |
+
width: 475px;
|
808 |
}
|
809 |
+
|
810 |
.kiwi-modal .modal-footer a {
|
811 |
+
color: #639fb1;
|
812 |
+
font-family: 'Open Sans';
|
813 |
+
font-size: 14px;
|
814 |
+
display: inline-block;
|
815 |
+
margin-bottom: 15px;
|
816 |
}
|
817 |
+
|
818 |
.kiwi-modal .modal-footer .muted {
|
819 |
+
font-size: 12px;
|
820 |
+
font-family: 'Open Sans';
|
821 |
+
color: #8c8c8c;
|
822 |
}
|
823 |
+
|
824 |
.kiwi-modal .modal-content {
|
825 |
+
width: 310px;
|
826 |
+
margin: 0 auto;
|
827 |
}
|
828 |
+
|
829 |
.kiwi-modal .modal-content.form .radio-label {
|
830 |
+
margin-top: 40px;
|
831 |
+
display: block;
|
832 |
+
color: #808080;
|
833 |
+
font-family: 'Open Sans';
|
834 |
}
|
835 |
+
|
836 |
.kiwi-modal .modal-content.form > .ui-radio-inline {
|
837 |
+
margin-top: 15px !important;
|
838 |
}
|
839 |
+
|
840 |
.kiwi-modal .modal-content.form .clearfix {
|
841 |
+
margin-top: 30px;
|
842 |
}
|
843 |
+
|
844 |
.kiwi-modal .modal-content.form .clearfix .half {
|
845 |
+
width: 50%;
|
846 |
+
float: left;
|
847 |
+
padding-right: 15px;
|
848 |
+
box-sizing: border-box;
|
849 |
}
|
850 |
+
|
851 |
.kiwi-modal .modal-content.form .clearfix .half:last-of-type {
|
852 |
+
padding-left: 15px;
|
853 |
+
padding-right: 0;
|
854 |
}
|
855 |
+
|
856 |
.kiwi-modal .modal-content.form .clearfix input {
|
857 |
+
width: 100%;
|
858 |
+
height: 32px;
|
859 |
+
-webkit-border-radius: 3px;
|
860 |
+
-moz-border-radius: 3px;
|
861 |
+
border-radius: 3px;
|
862 |
+
border: none;
|
863 |
+
background-color: #fff;
|
864 |
+
-webkit-box-shadow: 1px 1px 2px rgba(35, 31, 32, 0.2);
|
865 |
+
-moz-box-shadow: 1px 1px 2px rgba(35, 31, 32, 0.2);
|
866 |
+
box-shadow: 1px 1px 2px rgba(35, 31, 32, 0.2);
|
867 |
+
padding-left: 5px;
|
868 |
+
margin-top: 5px;
|
869 |
}
|
870 |
+
|
871 |
.kiwi-modal .modal-content.form .clearfix label {
|
872 |
+
display: block;
|
873 |
+
color: #808080;
|
874 |
+
font-family: 'Open Sans';
|
875 |
}
|
876 |
|
877 |
/* ==========================================================================
|
879 |
========================================================================== */
|
880 |
/* Epsilon - Tabs */
|
881 |
.epsilon-ui-tabs {
|
882 |
+
margin-top: -36px;
|
883 |
+
overflow: hidden;
|
884 |
+
position: relative;
|
885 |
+
z-index: 10;
|
886 |
}
|
887 |
|
888 |
.epsilon-ui-tabs ul {
|
889 |
+
height: 36px;
|
890 |
+
margin-left: 30px;
|
891 |
}
|
892 |
|
893 |
.epsilon-ui-tabs li {
|
894 |
+
height: 36px;
|
895 |
+
margin-right: 2px;
|
896 |
+
float: left;
|
897 |
+
background: #E8E8E8;
|
898 |
+
list-style-type: none;
|
899 |
+
line-height: 36px;
|
900 |
+
text-align: center;
|
901 |
}
|
902 |
|
903 |
.epsilon-ui-tabs li.selected {
|
904 |
+
background: #fff;
|
905 |
+
-webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.02);
|
906 |
+
-moz-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.02);
|
907 |
+
box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.02);
|
908 |
}
|
909 |
|
910 |
.epsilon-ui-tabs .selected a:hover {
|
911 |
+
background: #fff;
|
912 |
}
|
913 |
|
914 |
.epsilon-ui-tabs a {
|
915 |
+
display: block;
|
916 |
+
line-height: 36px;
|
917 |
+
color: #666666;
|
918 |
+
padding: 0 10px;
|
919 |
+
min-width: 80px;
|
920 |
}
|
921 |
|
922 |
.epsilon-ui-tabs i {
|
923 |
+
vertical-align: middle;
|
924 |
+
font-size: 16px;
|
925 |
}
|
926 |
|
927 |
.epsilon-ui-tabs a:hover {
|
928 |
+
background: #D4D4D4;
|
929 |
+
text-decoration: none;
|
930 |
}
|
931 |
|
932 |
.epsilon-ui-tabs a:focus {
|
933 |
+
text-decoration: none;
|
934 |
+
outline: 1px dashed #ccc;
|
935 |
+
outline-offset: -4px;
|
936 |
}
|
937 |
|
938 |
/* Kiwi networks */
|
939 |
.sl-kiwi-networks li span {
|
940 |
+
line-height: 30px;
|
941 |
}
|
942 |
|
943 |
.sl-kiwi-networks li:hover .epsilon-ui-checkbox strong {
|
944 |
+
border: 1px solid #8AB7C5;
|
945 |
}
|
946 |
|
947 |
.sl-kiwi-networks li:hover .epsilon-ui-checkbox input:checked ~ strong {
|
948 |
+
border: 1px solid #448092;
|
949 |
}
|
950 |
|
951 |
.sl-kiwi-networks li:hover .epsilon-ui-checkbox input:focus ~ strong {
|
952 |
+
border: 1px solid #448092;
|
953 |
}
|
954 |
|
955 |
.ui-inline strong {
|
956 |
+
display: inline-block;
|
957 |
}
|
958 |
|
959 |
/* Epsilon UI - Checkbox */
|
960 |
#sl-kiwi label.epsilon-ui-checkbox {
|
961 |
+
background: transparent;
|
962 |
+
display: block;
|
963 |
+
position: relative;
|
964 |
+
cursor: pointer;
|
965 |
+
margin: 0 35px;
|
966 |
+
max-width: none;
|
967 |
}
|
968 |
|
969 |
.epsilon-ui-checkbox.ui-checkbox-inline strong {
|
970 |
+
display: inline-block;
|
971 |
}
|
972 |
|
973 |
#sl-kiwi .epsilon-ui-checkbox.ui-checkbox-inline {
|
974 |
+
display: inline-block;
|
975 |
+
margin-left: 0;
|
976 |
}
|
977 |
|
978 |
.epsilon-ui-checkbox input {
|
979 |
+
position: absolute;
|
980 |
+
z-index: -1;
|
981 |
+
opacity: 0;
|
982 |
+
left: 0;
|
983 |
+
top: 0;
|
984 |
}
|
985 |
|
986 |
.epsilon-ui-checkbox input:focus ~ strong {
|
987 |
+
border: 1px solid #448092;
|
988 |
+
outline: 1px dashed #ccc;
|
989 |
+
outline-offset: 2px;
|
990 |
}
|
991 |
|
992 |
.epsilon-ui-checkbox input:checked ~ strong {
|
993 |
+
background: #fff;
|
994 |
+
border: 1px solid #448092;
|
995 |
+
-webkit-box-shadow: inset 0px 0px 0px 4px rgba(99, 159, 177, 0.75);
|
996 |
+
-moz-box-shadow: inset 0px 0px 0px 4px rgba(99, 159, 177, 0.75);
|
997 |
+
box-shadow: inset 0px 0px 0px 4px rgba(99, 159, 177, 0.75);
|
998 |
}
|
999 |
|
1000 |
.epsilon-ui-checkbox input:disabled ~ strong {
|
1001 |
+
background: #1ABC9C;
|
1002 |
+
opacity: 0.6;
|
1003 |
+
pointer-events: none;
|
1004 |
}
|
1005 |
|
1006 |
.epsilon-ui-checkbox strong {
|
1007 |
+
background: #fff;
|
1008 |
+
border: 1px solid #DDDDDD;
|
1009 |
+
display: block;
|
1010 |
+
margin: 11px auto auto auto;
|
1011 |
+
height: 16px;
|
1012 |
+
width: 16px;
|
1013 |
+
transition: all .15s;
|
1014 |
}
|
1015 |
|
1016 |
/* Epsilon UI - Radio input */
|
1017 |
.epsilon-ui-radio strong {
|
1018 |
+
border-radius: 50%;
|
1019 |
}
|
1020 |
|
1021 |
#sl-kiwi label.epsilon-ui-radio {
|
1022 |
+
display: block;
|
1023 |
+
position: relative;
|
1024 |
+
cursor: pointer;
|
1025 |
+
background: transparent;
|
1026 |
+
padding: 0 35px;
|
1027 |
+
max-width: none;
|
1028 |
+
font-weight: 400;
|
1029 |
+
color: #808080;
|
1030 |
}
|
1031 |
|
1032 |
#sl-kiwi .sl-kiwi-tab-styles label.epsilon-ui-radio {
|
1033 |
+
margin: 0 60px 0 0;
|
1034 |
}
|
1035 |
|
1036 |
.epsilon-ui-radio.ui-radio-inline strong {
|
1037 |
+
display: inline-block;
|
1038 |
+
margin-right: 5px;
|
1039 |
+
position: relative;
|
1040 |
+
top: 3px;
|
1041 |
}
|
1042 |
|
1043 |
#sl-kiwi .epsilon-ui-radio.ui-radio-inline {
|
1044 |
+
display: inline-block;
|
1045 |
+
padding-left: 0;
|
1046 |
}
|
1047 |
|
1048 |
.epsilon-ui-radio strong {
|
1049 |
+
display: block;
|
1050 |
+
margin: 11px auto auto auto;
|
1051 |
+
height: 16px;
|
1052 |
+
width: 16px;
|
1053 |
+
background: #fff;
|
1054 |
+
border: 1px solid #DDDDDD;
|
1055 |
+
transition: all .15s;
|
1056 |
}
|
1057 |
|
1058 |
.epsilon-ui-radio input {
|
1059 |
+
position: absolute;
|
1060 |
+
z-index: -1;
|
1061 |
+
opacity: 0;
|
1062 |
+
left: 0;
|
1063 |
+
top: 0;
|
1064 |
}
|
1065 |
|
1066 |
.epsilon-ui-radio input:focus ~ strong {
|
1067 |
+
border: 1px solid #448092;
|
1068 |
+
outline: 1px dashed #ccc;
|
1069 |
+
outline-offset: 2px;
|
1070 |
}
|
1071 |
|
1072 |
.epsilon-ui-radio input:checked ~ strong {
|
1073 |
+
background: #fff;
|
1074 |
+
border: 1px solid #448092;
|
1075 |
+
-webkit-box-shadow: inset 0px 0px 0px 4px rgba(99, 159, 177, 0.75);
|
1076 |
+
-moz-box-shadow: inset 0px 0px 0px 4px rgba(99, 159, 177, 0.75);
|
1077 |
+
box-shadow: inset 0px 0px 0px 4px rgba(99, 159, 177, 0.75);
|
1078 |
}
|
1079 |
|
1080 |
.epsilon-ui-radio input:disabled ~ strong {
|
1081 |
+
background: #1ABC9C;
|
1082 |
+
opacity: 0.6;
|
1083 |
+
pointer-events: none;
|
1084 |
}
|
1085 |
|
1086 |
/*
|
1087 |
Epsilon UI - Checklist
|
1088 |
*/
|
1089 |
.epsilon-ui-checklist {
|
1090 |
+
position: relative;
|
1091 |
+
overflow: hidden;
|
1092 |
+
margin-top: 25px;
|
1093 |
+
padding-top: 10px;
|
1094 |
+
border-top: 1px solid #ECECEC;
|
1095 |
+
background: #FCFCFC;
|
1096 |
}
|
1097 |
|
1098 |
.epsilon-ui-checklist:before {
|
1099 |
+
position: absolute;
|
1100 |
+
top: -2px;
|
1101 |
+
left: 50px;
|
1102 |
+
right: 50px;
|
1103 |
+
height: 2px;
|
1104 |
+
content: " ";
|
1105 |
+
box-shadow: 0 -60px 30px 35px rgba(0, 0, 0, 0.7);
|
1106 |
+
z-index: 1;
|
1107 |
}
|
1108 |
|
1109 |
.epsilon-ui-checklist ul {
|
1110 |
+
margin: 0;
|
1111 |
+
list-style-type: none;
|
1112 |
+
padding: 0 5px 25px 25px;
|
1113 |
+
margin-top: 15px;
|
1114 |
+
position: relative;
|
1115 |
+
overflow: hidden;
|
1116 |
}
|
1117 |
|
1118 |
.epsilon-ui-checklist li {
|
1119 |
+
margin-bottom: 1px;
|
1120 |
+
height: 35px;
|
1121 |
}
|
1122 |
|
1123 |
.epsilon-ui-checklist li > span {
|
1124 |
+
float: left;
|
1125 |
+
width: 80%;
|
1126 |
+
padding: 10px 0 0 0;
|
1127 |
+
color: #808080;
|
1128 |
}
|
1129 |
|
1130 |
#sl-kiwi .epsilon-ui-checklist li .epsilon-ui-checkbox {
|
1131 |
+
float: right;
|
1132 |
+
width: 20%;
|
1133 |
+
margin: 0;
|
1134 |
}
|
1135 |
|
1136 |
/*
|
1137 |
Epsilon - UI Overlay
|
1138 |
*/
|
1139 |
.epsilon-ui-overlay {
|
1140 |
+
background: #fff;
|
1141 |
+
position: absolute;
|
1142 |
+
padding: 10px;
|
1143 |
+
opacity: 0;
|
1144 |
}
|
1145 |
|
1146 |
.epsilon-ui-overlay.active {
|
1147 |
+
top: -5px;
|
1148 |
+
left: -5px;
|
1149 |
+
bottom: -5px;
|
1150 |
+
right: -5px;
|
1151 |
+
opacity: .6;
|
1152 |
}
|
1153 |
|
1154 |
.epsilon-ui-overlay.active.networks {
|
1155 |
+
right: 185px;
|
1156 |
+
left: 200px;
|
1157 |
+
top: 35px;
|
1158 |
}
|
1159 |
|
1160 |
/*
|
1161 |
Epsilon - Color picker
|
1162 |
*/
|
1163 |
#sl-kiwi .epsilon-ui-color {
|
1164 |
+
line-height: 14px;
|
1165 |
+
background: transparent;
|
1166 |
+
display: inline-block;
|
1167 |
+
color: #D1D1D1;
|
1168 |
+
position: relative;
|
1169 |
}
|
1170 |
+
|
1171 |
#sl-kiwi .epsilon-ui-color .wp-picker-container {
|
1172 |
+
position: relative;
|
1173 |
}
|
1174 |
+
|
1175 |
#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-picker-holder {
|
1176 |
+
position: absolute;
|
1177 |
+
z-index: 9999;
|
1178 |
}
|
1179 |
+
|
1180 |
#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-color-picker {
|
1181 |
+
width: 69px;
|
1182 |
+
height: 23px;
|
1183 |
+
z-index: 10;
|
1184 |
+
position: absolute;
|
1185 |
+
top: -1px;
|
1186 |
+
border: none;
|
1187 |
+
color: #D1D1D1;
|
1188 |
}
|
1189 |
+
|
1190 |
#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-picker-clear {
|
1191 |
+
position: relative;
|
1192 |
+
left: 66px;
|
1193 |
+
top: 6px;
|
1194 |
}
|
1195 |
+
|
1196 |
#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-color-result {
|
1197 |
+
background: transparent;
|
1198 |
+
border: none;
|
1199 |
+
-webkit-border-radius: 0;
|
1200 |
+
border-radius: 0;
|
1201 |
+
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
|
1202 |
+
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
|
1203 |
+
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
|
1204 |
+
padding-left: 30px;
|
1205 |
}
|
1206 |
+
|
1207 |
#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-color-result .wp-color-result-text {
|
1208 |
+
display: none;
|
1209 |
}
|
1210 |
+
|
1211 |
#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-color-result:after {
|
1212 |
+
background: transparent;
|
1213 |
+
-webkit-border-radius: 0;
|
1214 |
+
border-radius: 0;
|
1215 |
+
content: '';
|
1216 |
}
|
1217 |
|
1218 |
#sl-kiwi .bottom-color-option .floating-bar-background {
|
1219 |
+
width: 350px;
|
1220 |
+
position: relative;
|
1221 |
}
|
1222 |
+
|
1223 |
#sl-kiwi .bottom-color-option .floating-bar-background em {
|
1224 |
+
position: absolute;
|
1225 |
+
left: 44px;
|
1226 |
+
top: 3px;
|
1227 |
+
font-style: normal;
|
1228 |
+
font-size: 13px;
|
1229 |
}
|
1230 |
+
|
1231 |
#sl-kiwi .bottom-color-option .wp-picker-container {
|
1232 |
+
width: 350px;
|
1233 |
}
|
1234 |
+
|
1235 |
#sl-kiwi .bottom-color-option .wp-picker-container .wp-color-result {
|
1236 |
+
border: none;
|
1237 |
}
|
1238 |
+
|
1239 |
#sl-kiwi .bottom-color-option .wp-picker-container .wp-color-result:after {
|
1240 |
+
-webkit-border-radius: 0;
|
1241 |
+
border-radius: 0;
|
1242 |
+
content: '';
|
1243 |
}
|
1244 |
+
|
1245 |
#sl-kiwi .bottom-color-option .wp-picker-container .wp-color-result:hover, #sl-kiwi .bottom-color-option .wp-picker-container .wp-color-result:focus {
|
1246 |
+
background: transparent;
|
1247 |
+
border-color: transparent;
|
1248 |
+
color: initial;
|
1249 |
}
|
1250 |
+
|
1251 |
#sl-kiwi .bottom-color-option .wp-picker-container .wp-color-picker {
|
1252 |
+
z-index: 10;
|
1253 |
+
height: 27px;
|
1254 |
+
top: -3px;
|
1255 |
}
|
1256 |
+
|
1257 |
#sl-kiwi .bottom-color-option .wp-picker-container .wp-picker-default {
|
1258 |
+
z-index: 999;
|
1259 |
+
left: 100px;
|
1260 |
+
position: absolute;
|
1261 |
}
|
1262 |
|
1263 |
#sl-kiwi .epsilon-ui-color strong {
|
1264 |
+
width: 30px;
|
1265 |
+
height: 20px;
|
1266 |
+
border-radius: 0;
|
1267 |
+
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
|
1268 |
+
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
|
1269 |
+
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
|
1270 |
}
|
1271 |
|
1272 |
/*
|
1273 |
Epsilon UI- Radio Image
|
1274 |
*/
|
1275 |
.epsilon-ui-option {
|
1276 |
+
position: relative;
|
1277 |
}
|
1278 |
|
1279 |
.epsilon-ui-option input {
|
1280 |
+
position: absolute;
|
1281 |
+
z-index: -1;
|
1282 |
+
opacity: 0;
|
1283 |
+
left: 0;
|
1284 |
+
top: 0;
|
1285 |
}
|
1286 |
|
1287 |
.epsilon-ui-option label {
|
1288 |
+
width: 100%;
|
1289 |
+
cursor: pointer;
|
1290 |
+
margin: 0;
|
1291 |
}
|
1292 |
|
1293 |
.epsilon-ui-option ul {
|
1294 |
+
list-style-type: none;
|
1295 |
+
height: 90px;
|
1296 |
+
padding: 0;
|
1297 |
+
margin: 0;
|
1298 |
}
|
1299 |
|
1300 |
.epsilon-ui-option li {
|
1301 |
+
width: 80px;
|
1302 |
+
height: 90px;
|
1303 |
+
float: left;
|
1304 |
+
background: #F7FAFB;
|
1305 |
+
text-align: center;
|
1306 |
+
margin-right: 1px;
|
1307 |
}
|
1308 |
|
1309 |
.epsilon-ui-option input + span {
|
1310 |
+
background: #F7FAFB;
|
1311 |
+
display: block;
|
1312 |
+
padding: 14px 15px 0 15px;
|
1313 |
+
height: 90px;
|
1314 |
}
|
1315 |
|
1316 |
.epsilon-ui-option span span {
|
1317 |
+
text-transform: uppercase;
|
1318 |
+
font-size: 10px;
|
1319 |
+
display: block;
|
1320 |
+
background: transparent;
|
1321 |
+
height: 24px;
|
1322 |
+
color: #969A9C;
|
1323 |
+
border-top: 1px solid #fff;
|
1324 |
+
line-height: 24px;
|
1325 |
+
font-weight: normal;
|
1326 |
+
margin: 15px -15px 0 -15px;
|
1327 |
}
|
1328 |
|
1329 |
.epsilon-ui-option strong {
|
1330 |
+
position: relative;
|
1331 |
+
transition: all .15s;
|
1332 |
+
display: block;
|
1333 |
+
border: 2px solid #CBCBCB;
|
1334 |
+
border-radius: 2px;
|
1335 |
+
width: 50px;
|
1336 |
+
height: 39px;
|
1337 |
+
background-color: #f1f1f1;
|
1338 |
+
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
|
1339 |
+
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
|
1340 |
+
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
|
1341 |
+
background-image: -webkit-linear-gradient(top, #fff, #f6f6f6);
|
1342 |
+
background-image: -moz-linear-gradient(top, #fff, #f6f6f6);
|
1343 |
+
background-image: -o-linear-gradient(top, #fff, #f6f6f6);
|
1344 |
+
background-image: -ms-linear-gradient(top, #fff, #f6f6f6);
|
1345 |
+
background-image: linear-gradient(to bottom, #fff, #f6f6f6);
|
1346 |
}
|
1347 |
|
1348 |
/*
|
1349 |
.epsilon-ui-option input:checked + span > strong { border:2px solid #639FB1; }
|
1350 |
*/
|
1351 |
.epsilon-ui-option input:focus + span {
|
1352 |
+
outline: 1px dashed #ccc;
|
1353 |
+
outline-offset: -4px;
|
1354 |
}
|
1355 |
|
1356 |
.epsilon-ui-option input:checked + span {
|
1357 |
+
background: #E8F1F3;
|
1358 |
}
|
1359 |
|
1360 |
.epsilon-ui-option input:checked:focus + span {
|
1361 |
+
background: #E8F1F3;
|
1362 |
}
|
1363 |
|
1364 |
.epsilon-ui-option input + span:hover {
|
1365 |
+
background: #dbe9ec;
|
1366 |
}
|
1367 |
|
1368 |
.epsilon-ui-option input:checked:focus + span:hover {
|
1369 |
+
background: #dbe9ec;
|
1370 |
}
|
1371 |
|
1372 |
.epsilon-ui-option input:checked + span > strong:before {
|
1373 |
+
opacity: 1;
|
1374 |
}
|
1375 |
|
1376 |
.epsilon-ui-option input:disabled + span {
|
1377 |
+
background: #FCFCFC;
|
1378 |
+
opacity: .5;
|
1379 |
}
|
1380 |
|
1381 |
.epsilon-ui-option input:disabled:checked + span {
|
1382 |
+
background: #F5F5F5;
|
1383 |
+
border-color: #C4C4C4;
|
1384 |
+
opacity: 1;
|
1385 |
}
|
1386 |
|
1387 |
.epsilon-ui-option input:disabled + span .kiwi-ic-centered em,
|
1389 |
.epsilon-ui-option input:disabled + span .kiwi-ic-centered em + em:before,
|
1390 |
.epsilon-ui-option input:disabled + span .kiwi-ic-centered em:after,
|
1391 |
.epsilon-ui-option input:disabled + span .kiwi-ic-centered em:before {
|
1392 |
+
background: #CECECE;
|
1393 |
+
opacity: 1;
|
1394 |
}
|
1395 |
|
1396 |
.epsilon-ui-option input:disabled + span .kiwi-ic-posbottom em,
|
1398 |
.epsilon-ui-option input:disabled + span .kiwi-ic-posbottom em + em:before,
|
1399 |
.epsilon-ui-option input:disabled + span .kiwi-ic-posbottom em:after,
|
1400 |
.epsilon-ui-option input:disabled + span .kiwi-ic-posbottom em:before {
|
1401 |
+
background: #CECECE;
|
1402 |
+
opacity: 1;
|
1403 |
}
|
1404 |
|
1405 |
.epsilon-ui-option input:disabled + span .kiwi-ic-postop em,
|
1407 |
.epsilon-ui-option input:disabled + span .kiwi-ic-postop em + em:before,
|
1408 |
.epsilon-ui-option input:disabled + span .kiwi-ic-postop em:after,
|
1409 |
.epsilon-ui-option input:disabled + span .kiwi-ic-postop em:before {
|
1410 |
+
background: #CECECE;
|
1411 |
+
opacity: 1;
|
1412 |
}
|
1413 |
|
1414 |
.epsilon-ui-option input:disabled + span .kiwi-ic-posboth em,
|
1416 |
.epsilon-ui-option input:disabled + span .kiwi-ic-posboth em + em:before,
|
1417 |
.epsilon-ui-option input:disabled + span .kiwi-ic-posboth em:after,
|
1418 |
.epsilon-ui-option input:disabled + span .kiwi-ic-posboth em:before {
|
1419 |
+
background: #CECECE;
|
1420 |
+
opacity: 1;
|
1421 |
}
|
1422 |
|
1423 |
.epsilon-ui-option input:disabled + span > i > strong:before {
|
1424 |
+
background: #CECECE;
|
1425 |
}
|
1426 |
|
1427 |
.epsilon-ui-option .kiwi-ic-left strong:before {
|
1428 |
+
background: #E14D43;
|
1429 |
+
opacity: .7;
|
1430 |
+
content: ' ';
|
1431 |
+
width: 6px;
|
1432 |
+
height: 17px;
|
1433 |
+
left: 0;
|
1434 |
+
top: 9px;
|
1435 |
+
display: block;
|
1436 |
+
position: absolute;
|
1437 |
}
|
1438 |
|
1439 |
.epsilon-ui-option .kiwi-ic-right strong:before {
|
1440 |
+
background: #E14D43;
|
1441 |
+
opacity: .7;
|
1442 |
+
content: ' ';
|
1443 |
+
width: 6px;
|
1444 |
+
height: 17px;
|
1445 |
+
right: 0;
|
1446 |
+
top: 9px;
|
1447 |
+
display: block;
|
1448 |
+
position: absolute;
|
1449 |
}
|
1450 |
|
1451 |
.epsilon-ui-option .kiwi-ic-bottom strong:before {
|
1452 |
+
background: #E14D43;
|
1453 |
+
opacity: .7;
|
1454 |
+
content: ' ';
|
1455 |
+
width: 16px;
|
1456 |
+
height: 6px;
|
1457 |
+
left: 15px;
|
1458 |
+
bottom: 0px;
|
1459 |
+
display: block;
|
1460 |
+
position: absolute;
|
1461 |
}
|
1462 |
|
1463 |
.epsilon-ui-option .kiwi-ic-rect strong:before {
|
1464 |
+
background: #E14D43;
|
1465 |
+
opacity: .7;
|
1466 |
+
content: ' ';
|
1467 |
+
width: 30px;
|
1468 |
+
height: 15px;
|
1469 |
+
left: 8px;
|
1470 |
+
top: 10px;
|
1471 |
+
display: block;
|
1472 |
+
position: absolute;
|
1473 |
}
|
1474 |
|
1475 |
.epsilon-ui-option .kiwi-ic-shift strong:before {
|
1476 |
+
background: #E14D43;
|
1477 |
+
opacity: .7;
|
1478 |
+
content: ' ';
|
1479 |
+
width: 30px;
|
1480 |
+
height: 15px;
|
1481 |
+
left: 8px;
|
1482 |
+
top: 10px;
|
1483 |
+
display: block;
|
1484 |
+
position: absolute;
|
1485 |
+
-ms-transform: skewX(-20deg);
|
1486 |
+
-webkit-transform: skewX(-20deg);
|
1487 |
+
transform: skewX(-20deg);
|
1488 |
}
|
1489 |
|
1490 |
.epsilon-ui-option .kiwi-ic-pill strong:before {
|
1491 |
+
background: #E14D43;
|
1492 |
+
opacity: .7;
|
1493 |
+
content: ' ';
|
1494 |
+
width: 30px;
|
1495 |
+
height: 15px;
|
1496 |
+
left: 8px;
|
1497 |
+
top: 10px;
|
1498 |
+
display: block;
|
1499 |
+
position: absolute;
|
1500 |
+
border-radius: 10px;
|
1501 |
}
|
1502 |
|
1503 |
.epsilon-ui-option .kiwi-ic-leaf strong:before {
|
1504 |
+
background: #E14D43;
|
1505 |
+
opacity: .7;
|
1506 |
+
content: ' ';
|
1507 |
+
width: 30px;
|
1508 |
+
height: 15px;
|
1509 |
+
left: 8px;
|
1510 |
+
top: 10px;
|
1511 |
+
display: block;
|
1512 |
+
position: absolute;
|
1513 |
+
border-radius: 6px 0 6px 0;
|
1514 |
}
|
1515 |
|
1516 |
.epsilon-ui-option .kiwi-ic-centered strong:before {
|
1517 |
+
background: #CACACA;
|
1518 |
+
opacity: .7;
|
1519 |
+
content: ' ';
|
1520 |
+
width: 14px;
|
1521 |
+
height: 2px;
|
1522 |
+
left: 6px;
|
1523 |
+
top: 7px;
|
1524 |
+
display: block;
|
1525 |
+
position: absolute;
|
1526 |
}
|
1527 |
|
1528 |
.epsilon-ui-option .kiwi-ic-centered strong > em {
|
1529 |
+
background: #CECECE;
|
1530 |
+
opacity: .7;
|
1531 |
+
width: 38px;
|
1532 |
+
height: 11px;
|
1533 |
+
left: 6px;
|
1534 |
+
top: 13px;
|
1535 |
+
display: block;
|
1536 |
+
position: absolute;
|
1537 |
}
|
1538 |
|
1539 |
.epsilon-ui-option .kiwi-ic-centered strong > em:before {
|
1540 |
+
background: #1F4091;
|
1541 |
+
opacity: 1;
|
1542 |
+
content: ' ';
|
1543 |
+
width: 10px;
|
1544 |
+
height: 5px;
|
1545 |
+
left: 0;
|
1546 |
+
top: 14px;
|
1547 |
+
display: block;
|
1548 |
+
position: absolute;
|
1549 |
}
|
1550 |
|
1551 |
.epsilon-ui-option .kiwi-ic-centered strong > em:after {
|
1552 |
+
background: #00BFF3;
|
1553 |
+
opacity: 1;
|
1554 |
+
content: ' ';
|
1555 |
+
width: 10px;
|
1556 |
+
height: 5px;
|
1557 |
+
left: 14px;
|
1558 |
+
top: 14px;
|
1559 |
+
display: block;
|
1560 |
+
position: absolute;
|
1561 |
}
|
1562 |
|
1563 |
.epsilon-ui-option .kiwi-ic-centered strong > em + em {
|
1564 |
+
background: transparent;
|
1565 |
+
opacity: 1;
|
1566 |
+
content: ' ';
|
1567 |
+
width: 5px;
|
1568 |
+
height: 15px;
|
1569 |
+
left: 35px;
|
1570 |
+
top: 13px;
|
1571 |
+
display: block;
|
1572 |
+
position: absolute;
|
1573 |
}
|
1574 |
|
1575 |
.epsilon-ui-option .kiwi-ic-centered strong > em + em:before {
|
1576 |
+
background: #E03D1C;
|
1577 |
+
opacity: 1;
|
1578 |
+
content: ' ';
|
1579 |
+
width: 10px;
|
1580 |
+
height: 5px;
|
1581 |
+
left: -1px;
|
1582 |
+
top: 14px;
|
1583 |
+
display: block;
|
1584 |
+
position: absolute;
|
1585 |
}
|
1586 |
|
1587 |
.epsilon-ui-option .kiwi-ic-centered strong > em + em:after {
|
1588 |
+
content: none;
|
1589 |
}
|
1590 |
|
1591 |
.epsilon-ui-option .kiwi-ic-filled strong:before {
|
1592 |
+
background: #CACACA;
|
1593 |
+
opacity: .7;
|
1594 |
+
content: ' ';
|
1595 |
+
width: 14px;
|
1596 |
+
height: 2px;
|
1597 |
+
left: 6px;
|
1598 |
+
top: 7px;
|
1599 |
+
display: block;
|
1600 |
+
position: absolute;
|
1601 |
}
|
1602 |
|
1603 |
.epsilon-ui-option .kiwi-ic-filled strong > em {
|
1604 |
+
background: #CECECE;
|
1605 |
+
opacity: .7;
|
1606 |
+
width: 38px;
|
1607 |
+
height: 11px;
|
1608 |
+
left: 6px;
|
1609 |
+
top: 13px;
|
1610 |
+
display: block;
|
1611 |
+
position: absolute;
|
1612 |
}
|
1613 |
|
1614 |
.epsilon-ui-option .kiwi-ic-filled strong > em:before {
|
1615 |
+
background: #1F4091;
|
1616 |
+
opacity: 1;
|
1617 |
+
content: ' ';
|
1618 |
+
width: 13px;
|
1619 |
+
height: 5px;
|
1620 |
+
left: 0;
|
1621 |
+
top: 14px;
|
1622 |
+
display: block;
|
1623 |
+
position: absolute;
|
1624 |
}
|
1625 |
|
1626 |
.epsilon-ui-option .kiwi-ic-filled strong > em:after {
|
1627 |
+
background: #00BFF3;
|
1628 |
+
opacity: 1;
|
1629 |
+
content: ' ';
|
1630 |
+
width: 13px;
|
1631 |
+
height: 5px;
|
1632 |
+
left: 13px;
|
1633 |
+
top: 14px;
|
1634 |
+
display: block;
|
1635 |
+
position: absolute;
|
1636 |
}
|
1637 |
|
1638 |
.epsilon-ui-option .kiwi-ic-filled strong > em + em {
|
1639 |
+
background: transparent;
|
1640 |
+
opacity: 1;
|
1641 |
+
content: ' ';
|
1642 |
+
width: 5px;
|
1643 |
+
height: 15px;
|
1644 |
+
left: 35px;
|
1645 |
+
top: 13px;
|
1646 |
+
display: block;
|
1647 |
+
position: absolute;
|
1648 |
}
|
1649 |
|
1650 |
.epsilon-ui-option .kiwi-ic-filled strong > em + em:before {
|
1651 |
+
background: #E03D1C;
|
1652 |
+
opacity: 1;
|
1653 |
+
content: ' ';
|
1654 |
+
width: 12px;
|
1655 |
+
height: 5px;
|
1656 |
+
left: -3px;
|
1657 |
+
top: 14px;
|
1658 |
+
display: block;
|
1659 |
+
position: absolute;
|
1660 |
}
|
1661 |
|
1662 |
.epsilon-ui-option .kiwi-ic-filled strong > em + em:after {
|
1663 |
+
content: none;
|
1664 |
}
|
1665 |
|
1666 |
.epsilon-ui-option .kiwi-ic-posbottom strong:before {
|
1667 |
+
background: #CACACA;
|
1668 |
+
opacity: .7;
|
1669 |
+
content: ' ';
|
1670 |
+
width: 14px;
|
1671 |
+
height: 2px;
|
1672 |
+
left: 6px;
|
1673 |
+
top: 7px;
|
1674 |
+
display: block;
|
1675 |
+
position: absolute;
|
1676 |
}
|
1677 |
|
1678 |
.epsilon-ui-option .kiwi-ic-posbottom strong > em {
|
1679 |
+
background: #CECECE;
|
1680 |
+
opacity: .7;
|
1681 |
+
width: 27px;
|
1682 |
+
height: 11px;
|
1683 |
+
left: 6px;
|
1684 |
+
top: 13px;
|
1685 |
+
display: block;
|
1686 |
+
position: absolute;
|
1687 |
}
|
1688 |
|
1689 |
.epsilon-ui-option .kiwi-ic-posbottom strong > em:before {
|
1690 |
+
background: #1F4091;
|
1691 |
+
opacity: 1;
|
1692 |
+
content: ' ';
|
1693 |
+
width: 6px;
|
1694 |
+
height: 2px;
|
1695 |
+
left: 0;
|
1696 |
+
top: 13px;
|
1697 |
+
display: block;
|
1698 |
+
position: absolute;
|
1699 |
}
|
1700 |
|
1701 |
.epsilon-ui-option .kiwi-ic-posbottom strong > em:after {
|
1702 |
+
background: #00BFF3;
|
1703 |
+
opacity: 1;
|
1704 |
+
content: ' ';
|
1705 |
+
width: 6px;
|
1706 |
+
height: 2px;
|
1707 |
+
left: 7px;
|
1708 |
+
top: 13px;
|
1709 |
+
display: block;
|
1710 |
+
position: absolute;
|
1711 |
}
|
1712 |
|
1713 |
.epsilon-ui-option .kiwi-ic-posbottom strong > em + em {
|
1714 |
+
background: #CECECE;
|
1715 |
+
opacity: 1;
|
1716 |
+
content: ' ';
|
1717 |
+
width: 5px;
|
1718 |
+
height: 15px;
|
1719 |
+
left: 35px;
|
1720 |
+
top: 13px;
|
1721 |
+
display: block;
|
1722 |
+
position: absolute;
|
1723 |
}
|
1724 |
|
1725 |
.epsilon-ui-option .kiwi-ic-posbottom strong > em + em:before {
|
1726 |
+
background: #E03D1C;
|
1727 |
+
opacity: 1;
|
1728 |
+
content: ' ';
|
1729 |
+
width: 6px;
|
1730 |
+
height: 2px;
|
1731 |
+
left: -15px;
|
1732 |
+
top: 13px;
|
1733 |
+
display: block;
|
1734 |
+
position: absolute;
|
1735 |
}
|
1736 |
|
1737 |
.epsilon-ui-option .kiwi-ic-posbottom strong > em + em:after {
|
1738 |
+
background: #81B636;
|
1739 |
+
opacity: 1;
|
1740 |
+
content: ' ';
|
1741 |
+
width: 6px;
|
1742 |
+
height: 2px;
|
1743 |
+
left: -8px;
|
1744 |
+
top: 13px;
|
1745 |
+
display: block;
|
1746 |
+
position: absolute;
|
1747 |
}
|
1748 |
|
1749 |
.epsilon-ui-option .kiwi-ic-posboth strong:before {
|
1750 |
+
background: #CACACA;
|
1751 |
+
opacity: .7;
|
1752 |
+
content: ' ';
|
1753 |
+
width: 14px;
|
1754 |
+
height: 2px;
|
1755 |
+
left: 6px;
|
1756 |
+
top: 7px;
|
1757 |
+
display: block;
|
1758 |
+
position: absolute;
|
1759 |
}
|
1760 |
|
1761 |
.epsilon-ui-option .kiwi-ic-posboth strong > em {
|
1762 |
+
background: #CECECE;
|
1763 |
+
opacity: .7;
|
1764 |
+
width: 27px;
|
1765 |
+
height: 7px;
|
1766 |
+
left: 6px;
|
1767 |
+
top: 17px;
|
1768 |
+
display: block;
|
1769 |
+
position: absolute;
|
1770 |
}
|
1771 |
|
1772 |
.epsilon-ui-option .kiwi-ic-posboth strong > em.top:before {
|
1773 |
+
background: #1F4091;
|
1774 |
+
opacity: 1;
|
1775 |
+
content: ' ';
|
1776 |
+
width: 6px;
|
1777 |
+
height: 2px;
|
1778 |
+
left: 0;
|
1779 |
+
top: -4px;
|
1780 |
+
display: block;
|
1781 |
+
position: absolute;
|
1782 |
}
|
1783 |
|
1784 |
.epsilon-ui-option .kiwi-ic-posboth strong > em.top:after {
|
1785 |
+
background: #00BFF3;
|
1786 |
+
opacity: 1;
|
1787 |
+
content: ' ';
|
1788 |
+
width: 6px;
|
1789 |
+
height: 2px;
|
1790 |
+
left: 7px;
|
1791 |
+
top: -4px;
|
1792 |
+
display: block;
|
1793 |
+
position: absolute;
|
1794 |
}
|
1795 |
|
1796 |
.epsilon-ui-option .kiwi-ic-posboth strong > em.top + em.top {
|
1797 |
+
background: #CECECE;
|
1798 |
+
opacity: 1;
|
1799 |
+
content: ' ';
|
1800 |
+
width: 5px;
|
1801 |
+
height: 15px;
|
1802 |
+
left: 35px;
|
1803 |
+
top: 13px;
|
1804 |
+
display: block;
|
1805 |
+
position: absolute;
|
1806 |
}
|
1807 |
|
1808 |
.epsilon-ui-option .kiwi-ic-posboth strong > em.top + em.top:before {
|
1809 |
+
background: #E03D1C;
|
1810 |
+
opacity: 1;
|
1811 |
+
content: ' ';
|
1812 |
+
width: 6px;
|
1813 |
+
height: 2px;
|
1814 |
+
left: -15px;
|
1815 |
+
top: 0;
|
1816 |
+
display: block;
|
1817 |
+
position: absolute;
|
1818 |
}
|
1819 |
|
1820 |
.epsilon-ui-option .kiwi-ic-posboth strong > em.top + em.top:after {
|
1821 |
+
background: #81B636;
|
1822 |
+
opacity: 1;
|
1823 |
+
content: ' ';
|
1824 |
+
width: 6px;
|
1825 |
+
height: 2px;
|
1826 |
+
left: -8px;
|
1827 |
+
top: 0;
|
1828 |
+
display: block;
|
1829 |
+
position: absolute;
|
1830 |
}
|
1831 |
|
1832 |
.epsilon-ui-option .kiwi-ic-posboth strong > em.bottom:before {
|
1833 |
+
background: #1F4091;
|
1834 |
+
opacity: 1;
|
1835 |
+
content: ' ';
|
1836 |
+
width: 6px;
|
1837 |
+
height: 2px;
|
1838 |
+
left: 0;
|
1839 |
+
top: 9px;
|
1840 |
+
display: block;
|
1841 |
+
position: absolute;
|
1842 |
}
|
1843 |
|
1844 |
.epsilon-ui-option .kiwi-ic-posboth strong > em.bottom:after {
|
1845 |
+
background: #00BFF3;
|
1846 |
+
opacity: 1;
|
1847 |
+
content: ' ';
|
1848 |
+
width: 6px;
|
1849 |
+
height: 2px;
|
1850 |
+
left: 7px;
|
1851 |
+
top: 9px;
|
1852 |
+
display: block;
|
1853 |
+
position: absolute;
|
1854 |
}
|
1855 |
|
1856 |
.epsilon-ui-option .kiwi-ic-posboth strong > em.bottom + em.bottom {
|
1857 |
+
background: #CECECE;
|
1858 |
+
opacity: 1;
|
1859 |
+
content: ' ';
|
1860 |
+
width: 5px;
|
1861 |
+
height: 15px;
|
1862 |
+
left: 35px;
|
1863 |
+
top: 13px;
|
1864 |
+
display: block;
|
1865 |
+
position: absolute;
|
1866 |
}
|
1867 |
|
1868 |
.epsilon-ui-option .kiwi-ic-posboth strong > em.bottom + em.bottom:before {
|
1869 |
+
background: #E03D1C;
|
1870 |
+
opacity: 1;
|
1871 |
+
content: ' ';
|
1872 |
+
width: 6px;
|
1873 |
+
height: 2px;
|
1874 |
+
left: -15px;
|
1875 |
+
top: 13px;
|
1876 |
+
display: block;
|
1877 |
+
position: absolute;
|
1878 |
}
|
1879 |
|
1880 |
.epsilon-ui-option .kiwi-ic-posboth strong > em.bottom + em.bottom:after {
|
1881 |
+
background: #81B636;
|
1882 |
+
opacity: 1;
|
1883 |
+
content: ' ';
|
1884 |
+
width: 6px;
|
1885 |
+
height: 2px;
|
1886 |
+
left: -8px;
|
1887 |
+
top: 13px;
|
1888 |
+
display: block;
|
1889 |
+
position: absolute;
|
1890 |
}
|
1891 |
|
1892 |
.epsilon-ui-option .kiwi-ic-postop strong:before {
|
1893 |
+
background: #CACACA;
|
1894 |
+
opacity: .7;
|
1895 |
+
content: ' ';
|
1896 |
+
width: 14px;
|
1897 |
+
height: 2px;
|
1898 |
+
left: 6px;
|
1899 |
+
top: 7px;
|
1900 |
+
display: block;
|
1901 |
+
position: absolute;
|
1902 |
}
|
1903 |
|
1904 |
.epsilon-ui-option .kiwi-ic-postop strong > em {
|
1905 |
+
background: #CECECE;
|
1906 |
+
opacity: .7;
|
1907 |
+
width: 27px;
|
1908 |
+
height: 11px;
|
1909 |
+
left: 6px;
|
1910 |
+
top: 17px;
|
1911 |
+
display: block;
|
1912 |
+
position: absolute;
|
1913 |
}
|
1914 |
|
1915 |
.epsilon-ui-option .kiwi-ic-postop strong > em:before {
|
1916 |
+
background: #1F4091;
|
1917 |
+
opacity: 1;
|
1918 |
+
content: ' ';
|
1919 |
+
width: 6px;
|
1920 |
+
height: 2px;
|
1921 |
+
left: 0;
|
1922 |
+
top: -4px;
|
1923 |
+
display: block;
|
1924 |
+
position: absolute;
|
1925 |
}
|
1926 |
|
1927 |
.epsilon-ui-option .kiwi-ic-postop strong > em:after {
|
1928 |
+
background: #00BFF3;
|
1929 |
+
opacity: 1;
|
1930 |
+
content: ' ';
|
1931 |
+
width: 6px;
|
1932 |
+
height: 2px;
|
1933 |
+
left: 7px;
|
1934 |
+
top: -4px;
|
1935 |
+
display: block;
|
1936 |
+
position: absolute;
|
1937 |
}
|
1938 |
|
1939 |
.epsilon-ui-option .kiwi-ic-postop strong > em + em {
|
1940 |
+
background: #CECECE;
|
1941 |
+
opacity: 1;
|
1942 |
+
content: ' ';
|
1943 |
+
width: 5px;
|
1944 |
+
height: 15px;
|
1945 |
+
left: 35px;
|
1946 |
+
top: 13px;
|
1947 |
+
display: block;
|
1948 |
+
position: absolute;
|
1949 |
}
|
1950 |
|
1951 |
.epsilon-ui-option .kiwi-ic-postop strong > em + em:before {
|
1952 |
+
background: #E03D1C;
|
1953 |
+
opacity: 1;
|
1954 |
+
content: ' ';
|
1955 |
+
width: 6px;
|
1956 |
+
height: 2px;
|
1957 |
+
left: -15px;
|
1958 |
+
top: 0;
|
1959 |
+
display: block;
|
1960 |
+
position: absolute;
|
1961 |
}
|
1962 |
|
1963 |
.epsilon-ui-option .kiwi-ic-postop strong > em + em:after {
|
1964 |
+
background: #81B636;
|
1965 |
+
opacity: 1;
|
1966 |
+
content: ' ';
|
1967 |
+
width: 6px;
|
1968 |
+
height: 2px;
|
1969 |
+
left: -8px;
|
1970 |
+
top: 0;
|
1971 |
+
display: block;
|
1972 |
+
position: absolute;
|
1973 |
}
|
1974 |
|
1975 |
/* Epsilon - Toggle */
|
1976 |
.epsilon-ui-toggle {
|
1977 |
+
background: transparent;
|
1978 |
+
width: 52px;
|
1979 |
+
height: 22px;
|
1980 |
+
position: relative;
|
1981 |
+
z-index: 10;
|
1982 |
}
|
1983 |
|
1984 |
.epsilon-ui-toggle input {
|
1985 |
+
position: absolute;
|
1986 |
+
z-index: -1;
|
1987 |
+
opacity: 0;
|
1988 |
+
left: 0;
|
1989 |
+
top: 0;
|
1990 |
}
|
1991 |
|
1992 |
.epsilon-ui-toggle input:focus ~ span {
|
1993 |
+
outline: 1px dashed #ccc;
|
1994 |
+
outline-offset: 2px;
|
1995 |
}
|
1996 |
|
1997 |
.epsilon-ui-toggle span {
|
1998 |
+
display: block;
|
1999 |
+
height: 22px;
|
2000 |
+
width: 52px;
|
2001 |
+
border-radius: 20px;
|
2002 |
+
overflow: hidden;
|
2003 |
+
cursor: pointer;
|
2004 |
+
position: relative;
|
2005 |
+
height: 22px;
|
2006 |
+
padding: 0;
|
2007 |
+
line-height: 19px;
|
2008 |
+
transition: background-color 0.2s ease-in;
|
2009 |
+
-webkit-border-radius: 11px;
|
2010 |
+
-moz-border-radius: 11px;
|
2011 |
+
border-radius: 30px;
|
2012 |
+
background-color: #c4c4c4;
|
2013 |
+
-webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.11);
|
2014 |
+
-moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.11);
|
2015 |
+
box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.11);
|
2016 |
}
|
2017 |
|
2018 |
.epsilon-ui-toggle input + span:before {
|
2019 |
+
content: "";
|
2020 |
+
display: block;
|
2021 |
+
width: 18px;
|
2022 |
+
height: 18px;
|
2023 |
+
margin: 0;
|
2024 |
+
position: absolute;
|
2025 |
+
top: 2px;
|
2026 |
+
bottom: 0;
|
2027 |
+
right: 32px;
|
2028 |
+
background-color: #fff;
|
2029 |
+
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
|
2030 |
+
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
|
2031 |
+
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
|
2032 |
+
-webkit-border-radius: 10px;
|
2033 |
+
-moz-border-radius: 10px;
|
2034 |
+
border-radius: 10px;
|
2035 |
+
transition: all 0.2s ease-in 0s;
|
2036 |
}
|
2037 |
|
2038 |
.epsilon-ui-toggle input + span:after {
|
2039 |
+
content: "OFF";
|
2040 |
+
display: block;
|
2041 |
+
color: #FFF;
|
2042 |
+
position: absolute;
|
2043 |
+
top: 2px;
|
2044 |
+
bottom: 2px;
|
2045 |
+
right: 6px;
|
2046 |
+
font-size: 11px;
|
2047 |
+
font-family: 'Arial';
|
2048 |
}
|
2049 |
|
2050 |
.epsilon-ui-toggle input:checked + span {
|
2051 |
+
background: #3CAF0E;
|
2052 |
}
|
2053 |
|
2054 |
.epsilon-ui-toggle input:checked + span:before {
|
2055 |
+
right: 2px;
|
2056 |
}
|
2057 |
|
2058 |
.epsilon-ui-toggle input:checked + span:after {
|
2059 |
+
content: "ON";
|
2060 |
+
right: 27px;
|
2061 |
}
|
2062 |
|
2063 |
.epsilon-ui-toggle input:focus + span,
|
2064 |
.epsilon-ui-toggle:hover input + span {
|
2065 |
+
background: #d4d4d4;
|
2066 |
}
|
2067 |
|
2068 |
.epsilon-ui-toggle input:focus:checked + span,
|
2069 |
.epsilon-ui-toggle:hover input:checked + span {
|
2070 |
+
background: #4fbf23;
|
2071 |
}
|
2072 |
|
2073 |
.ui-locked {
|
2074 |
+
position: relative;
|
2075 |
}
|
2076 |
+
|
2077 |
.ui-locked input[type="radio"]:disabled {
|
2078 |
+
opacity: 0;
|
2079 |
}
|
2080 |
+
|
2081 |
.ui-locked input:disabled ~ strong {
|
2082 |
+
background: transparent;
|
2083 |
}
|
2084 |
+
|
2085 |
.ui-locked:after {
|
2086 |
+
background: #F15B25;
|
2087 |
+
opacity: 1;
|
2088 |
+
border: none;
|
2089 |
+
text-align: center;
|
2090 |
+
content: '\f160';
|
2091 |
+
font-family: dashicons;
|
2092 |
+
color: #fff;
|
2093 |
+
display: inline-block;
|
2094 |
+
font-size: 11px;
|
2095 |
+
position: absolute;
|
2096 |
+
bottom: 2px;
|
2097 |
+
right: 10px;
|
2098 |
+
border-radius: 50%;
|
2099 |
+
width: 16px;
|
2100 |
+
height: 16px;
|
2101 |
+
line-height: 16px;
|
2102 |
}
|
2103 |
|
2104 |
.sl-kiwi-tab-integration .integration_box {
|
2105 |
+
height: 330px;
|
2106 |
+
margin-top: 15px;
|
2107 |
+
text-align: center;
|
2108 |
+
background: #FFF;
|
2109 |
+
position: relative;
|
2110 |
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
2111 |
+
float: left;
|
2112 |
}
|
2113 |
+
|
2114 |
.sl-kiwi-tab-integration .themes {
|
2115 |
+
display: inline-block;
|
2116 |
}
|
2117 |
+
|
2118 |
.sl-kiwi-tab-integration .integration_box .recommended {
|
2119 |
+
background: #d25637;
|
2120 |
+
color: #FFF;
|
2121 |
+
text-transform: uppercase;
|
2122 |
+
height: 28px;
|
2123 |
+
text-align: center;
|
2124 |
+
top: 0;
|
2125 |
+
left: 0;
|
2126 |
+
right: 0;
|
2127 |
+
line-height: 28px;
|
2128 |
+
font-size: 10px;
|
2129 |
+
position: absolute;
|
2130 |
+
font-weight: bold;
|
2131 |
}
|
2132 |
+
|
2133 |
.sl-kiwi-tab-integration .integration_box img {
|
2134 |
+
width: 155px;
|
2135 |
+
height: 155px;
|
2136 |
+
padding-top: 50px;
|
2137 |
+
margin: 0 auto;
|
2138 |
+
margin-bottom: 15px;
|
2139 |
+
display: block;
|
2140 |
+
border: none;
|
2141 |
}
|
2142 |
+
|
2143 |
.sl-kiwi-tab-integration .integration_box.theme img {
|
2144 |
+
width: 100%;
|
2145 |
+
height: initial;
|
2146 |
+
padding: 0;
|
2147 |
+
margin: 0;
|
2148 |
+
display: block;
|
2149 |
}
|
2150 |
+
|
2151 |
.sl-kiwi-tab-integration .integration_box.theme .info {
|
2152 |
+
display: block;
|
2153 |
+
position: absolute;
|
2154 |
+
bottom: 48px;
|
2155 |
+
left: 0;
|
2156 |
+
right: 0;
|
2157 |
+
height: 35px;
|
2158 |
+
background: rgba(0, 0, 0, 0.5);
|
2159 |
+
line-height: 35px;
|
2160 |
}
|
2161 |
+
|
2162 |
.sl-kiwi-tab-integration .integration_box.theme .info a {
|
2163 |
+
color: #fff;
|
2164 |
+
font-size: 14px;
|
2165 |
+
font-family: 'Open Sans';
|
2166 |
}
|
2167 |
+
|
2168 |
.sl-kiwi-tab-integration .integration_box.theme .info a:hover, .sl-kiwi-tab-integration .integration_box.theme .info a:focus {
|
2169 |
+
text-decoration: none;
|
2170 |
}
|
2171 |
+
|
2172 |
.sl-kiwi-tab-integration .integration_box .action_bar {
|
2173 |
+
position: absolute;
|
2174 |
+
bottom: 0;
|
2175 |
+
left: 0;
|
2176 |
+
right: 0;
|
2177 |
+
font-size: 15px;
|
2178 |
+
font-weight: 600;
|
2179 |
+
height: 18px;
|
2180 |
+
margin: 0;
|
2181 |
+
padding: 15px;
|
2182 |
+
-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
|
2183 |
+
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
|
2184 |
+
overflow: hidden;
|
2185 |
+
white-space: nowrap;
|
2186 |
+
text-overflow: ellipsis;
|
2187 |
+
background: #fff;
|
2188 |
+
background: rgba(255, 255, 255, 0.65);
|
2189 |
+
text-align: left;
|
2190 |
+
padding-right: 105px;
|
2191 |
}
|
2192 |
+
|
2193 |
.sl-kiwi-tab-integration .integration_box .action_bar.active {
|
2194 |
+
background: #23282d;
|
2195 |
+
color: #FFF;
|
2196 |
}
|
2197 |
+
|
2198 |
.sl-kiwi-tab-integration .integration_box .action_button {
|
2199 |
+
position: absolute;
|
2200 |
+
bottom: -1px;
|
2201 |
+
right: -1px;
|
2202 |
+
padding: 9px 10px 10px;
|
2203 |
+
background: #f6f6f6;
|
2204 |
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
2205 |
}
|
2206 |
+
|
2207 |
.sl-kiwi-tab-integration .integration_box .action_button.active {
|
2208 |
+
background: #2c2e2f;
|
2209 |
+
bottom: 0;
|
2210 |
+
right: -1px;
|
2211 |
+
padding: 9px 10px 9px;
|
2212 |
}
|
2213 |
+
|
2214 |
.sl-kiwi-tab-integration.three-col .col {
|
2215 |
+
width: 29.81%;
|
2216 |
+
margin-right: 5%;
|
2217 |
+
margin-bottom: 35px;
|
2218 |
}
|
2219 |
+
|
2220 |
.sl-kiwi-tab-integration.three-col .col:nth-child(3n + 3) {
|
2221 |
+
margin-right: 0;
|
2222 |
}
|
2223 |
|
2224 |
.mce-ico.mce-i-dashicons.dashicons-twitter {
|
2225 |
+
font-family: 'dashicons';
|
2226 |
}
|
2227 |
+
|
2228 |
.mce-ico.mce-i-dashicons.dashicons-twitter:before {
|
2229 |
+
content: "\f301";
|
2230 |
+
color: #55ACEE;
|
2231 |
}
|
2232 |
|
2233 |
#update-nag, .update-nag {
|
2234 |
+
position: relative;
|
2235 |
+
z-index: 10;
|
2236 |
}
|
2237 |
+
|
2238 |
#update-nag.kiwi-notice, .update-nag.kiwi-notice {
|
2239 |
+
width: 95%;
|
2240 |
}
|
2241 |
+
|
2242 |
#update-nag.kiwi-notice p, .update-nag.kiwi-notice p {
|
2243 |
+
font-size: 14px;
|
2244 |
}
|
2245 |
|
2246 |
.kiwi-title-has-tooltip h4 {
|
2247 |
+
display: inline-block;
|
2248 |
}
|
2249 |
|
2250 |
.kiwi-tooltip-container {
|
2251 |
+
position: relative;
|
2252 |
+
display: inline-block;
|
2253 |
}
|
2254 |
+
|
2255 |
.kiwi-tooltip-container .dashicons {
|
2256 |
+
color: #0073aa;
|
2257 |
}
|
2258 |
+
|
2259 |
.kiwi-tooltip-container .tooltip-opener {
|
2260 |
+
cursor: pointer;
|
2261 |
}
|
2262 |
+
|
2263 |
.kiwi-tooltip-container .tooltip-opener:hover + .kiwi-notice-container, .kiwi-tooltip-container .tooltip-opener:focus + .kiwi-notice-container {
|
2264 |
+
display: block;
|
2265 |
}
|
2266 |
+
|
2267 |
.kiwi-tooltip-container .kiwi-notice-container {
|
2268 |
+
position: absolute;
|
2269 |
+
display: none;
|
2270 |
+
padding: 10px;
|
2271 |
+
background: #0073aa;
|
2272 |
+
border-radius: 3px;
|
2273 |
+
z-index: 10;
|
2274 |
+
width: 350px;
|
2275 |
}
|
2276 |
+
|
2277 |
.kiwi-tooltip-container .kiwi-notice-container p {
|
2278 |
+
color: #fff;
|
2279 |
+
}
|
2280 |
+
|
2281 |
+
.wp-has-submenu a[href*="admin.php?page=kiwi-upgrade"], a.kiwi-upgrade-pro {
|
2282 |
+
color: red !important;
|
2283 |
+
}
|
2284 |
+
|
2285 |
+
.wp-has-submenu a[href*="admin.php?page=kiwi-upgrade"]:after, a.kiwi-upgrade-pro:after {
|
2286 |
+
font-family: dashicons;
|
2287 |
+
content: '\f155';
|
2288 |
+
margin-left: 7px;
|
2289 |
+
vertical-align: middle;
|
2290 |
+
}
|
2291 |
+
|
2292 |
+
li.kiwi-upgrade-list {
|
2293 |
+
background: transparent;
|
2294 |
+
float: right;
|
2295 |
+
}
|
2296 |
+
|
2297 |
+
.featured-section .kiwi.free-pro-table th {
|
2298 |
+
text-align: center;
|
2299 |
+
}
|
2300 |
+
|
2301 |
+
.kiwi-social-share-wrap .wp-badge {
|
2302 |
+
background-image: url("../img/icon-256x256.jpg");
|
2303 |
+
background-color: transparent;
|
2304 |
+
background-size: contain;
|
2305 |
+
border: 0px;
|
2306 |
+
box-shadow: none;
|
2307 |
}
|
2308 |
|
2309 |
/* ==========================================================================
|
2314 |
* Usage: add class="fixed" to parents of floated elements
|
2315 |
*/
|
2316 |
.fixed:after {
|
2317 |
+
visibility: hidden;
|
2318 |
+
display: block;
|
2319 |
+
font-size: 0;
|
2320 |
+
content: " ";
|
2321 |
+
clear: both;
|
2322 |
+
height: 0;
|
2323 |
}
|
2324 |
|
2325 |
/*****
|
2327 |
* Usage: <br class="clear">
|
2328 |
*****/
|
2329 |
.clear {
|
2330 |
+
clear: both;
|
2331 |
+
display: block;
|
2332 |
+
overflow: hidden;
|
2333 |
+
visibility: hidden;
|
2334 |
+
width: 0;
|
2335 |
+
height: 0;
|
2336 |
+
}
|
2337 |
+
|
2338 |
+
/*Lite vs Pro View*/
|
2339 |
+
|
2340 |
+
.featured-section.features .row {
|
2341 |
+
display: inline-block;
|
2342 |
+
width: 97%;
|
2343 |
+
padding: 15px;
|
2344 |
+
border-bottom: 1px solid rgba(0, 0, 0, .06);
|
2345 |
+
}
|
2346 |
+
|
2347 |
+
.featured-section.features .row .dashicons-yes {
|
2348 |
+
color: #2cbe4e;
|
2349 |
+
}
|
2350 |
+
|
2351 |
+
.featured-section.features .row .dashicons-no-alt {
|
2352 |
+
color: #ff3d2e;
|
2353 |
+
}
|
2354 |
+
|
2355 |
+
.featured-section.features .row > div {
|
2356 |
+
display: inline-block;
|
2357 |
+
float: left;
|
2358 |
+
width: 15%;
|
2359 |
+
text-align: center;
|
2360 |
+
}
|
2361 |
+
|
2362 |
+
.featured-section.features .row > .feature {
|
2363 |
+
width: 70%;
|
2364 |
+
text-align: left;
|
2365 |
+
}
|
2366 |
+
|
2367 |
+
.featured-section .free-pro-table {
|
2368 |
+
border-spacing: 0;
|
2369 |
+
width: 100%;
|
2370 |
+
margin-top: 40px;
|
2371 |
+
}
|
2372 |
+
|
2373 |
+
.featured-section .free-pro-table th {
|
2374 |
+
padding-bottom: 20px;
|
2375 |
+
}
|
2376 |
+
|
2377 |
+
.featured-section .free-pro-table td {
|
2378 |
+
border-top: 1px solid #ccc;
|
2379 |
+
padding: 20px 0 25px;
|
2380 |
+
}
|
2381 |
+
|
2382 |
+
.featured-section .free-pro-table h3 {
|
2383 |
+
margin: 0;
|
2384 |
}
|
2385 |
+
|
2386 |
+
.featured-section .free-pro-table td p {
|
2387 |
+
margin: 0;
|
2388 |
+
}
|
2389 |
+
|
2390 |
+
.featured-section .free-pro-table .sab-feature,
|
2391 |
+
.featured-section .free-pro-table .sab-pro-feature {
|
2392 |
+
text-align: center;
|
2393 |
+
width: 15%;
|
2394 |
+
}
|
2395 |
+
|
2396 |
+
.featured-section .free-pro-table .dashicons-yes {
|
2397 |
+
color: #00a878;
|
2398 |
+
}
|
2399 |
+
|
2400 |
+
.featured-section .free-pro-table .dashicons-no-alt {
|
2401 |
+
color: #ff3439;
|
2402 |
+
}
|
2403 |
+
|
2404 |
+
.featured-section .free-pro-table .dashicons-before:before,
|
2405 |
+
.featured-section .free-pro-table .dashicons-before:before {
|
2406 |
+
font-size: 35px;
|
2407 |
+
height: 35px;
|
2408 |
+
width: 35px;
|
2409 |
+
}
|
2410 |
+
|
2411 |
+
.featured-section .button-hero .dashicons {
|
2412 |
+
font-size: 16px;
|
2413 |
+
vertical-align: middle;
|
2414 |
+
}
|
2415 |
+
|
2416 |
+
.featured-section .ti-about-page-text-center {
|
2417 |
+
text-align: center;
|
2418 |
+
}
|
2419 |
+
|
2420 |
+
.free-pro-table .text-right {
|
2421 |
+
text-align: right;
|
2422 |
+
}
|
2423 |
+
|
2424 |
+
/* Upsells */
|
2425 |
+
.ui-locked .kiwi-upgrade-pro-url,
|
2426 |
+
.epsilon-ui-locked .kiwi-upgrade-pro-url {
|
2427 |
+
position: absolute;
|
2428 |
+
width: 100%;
|
2429 |
+
height: 100%;
|
2430 |
+
top: 0;
|
2431 |
+
left: 0;
|
2432 |
+
z-index: 99;
|
2433 |
+
}
|
assets/css/admin.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
#sl-kiwi,.kiwi-modal .modal-title{font-family:'Open Sans'}.epsilon-ui-tabs a:focus,.epsilon-ui-tabs a:hover,.sl-kiwi-dragdrop li a:hover,.sl-kiwi-tab-integration .integration_box.theme .info a:focus,.sl-kiwi-tab-integration .integration_box.theme .info a:hover{text-decoration:none}#sl-kiwi{width:1150px;padding:20px;margin-bottom:10px;position:relative}#sl-kiwi a:focus{box-shadow:none;-webkit-box-shadow:none}#sl-kiwi .overlay{position:absolute;top:20px;bottom:102px;left:20px;right:20px;-webkit-transition:all .3s;transition:all .3s;z-index:9999;text-align:center;padding-top:250px}#sl-kiwi .overlay.active{-webkit-transition:all .4s;transition:all .4s;background:rgba(255,255,255,.97)}#sl-kiwi .overlay img{position:relative;top:-72px}.kiwi-notification-popup{width:100%;padding:25px 20px;box-sizing:border-box;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#0073aa;color:#fff;display:none;position:relative;z-index:10}.kiwi-notification-popup .button{float:right;position:relative;bottom:5px}.kiwi-utility-bar{position:absolute;top:20px;right:-25px;display:none}.kiwi-utility-bar>input{position:fixed}.sl-kiwi-content{background:#fff;min-height:500px;margin-top:-10px;position:relative;z-index:5;-webkit-box-shadow:0 0 5px rgba(0,0,0,.06);-moz-box-shadow:0 0 5px rgba(0,0,0,.06);box-shadow:0 0 5px rgba(0,0,0,.06);padding:10px 30px}.sl-kiwi-content input[type=text],.sl-kiwi-content input[type=email],.sl-kiwi-content input[type=url]{width:330px;height:32px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;-webkit-box-shadow:1px 1px 2px rgba(35,31,32,.2);-moz-box-shadow:1px 1px 2px rgba(35,31,32,.2);box-shadow:1px 1px 2px rgba(35,31,32,.2);padding-left:10px;margin-top:5px;border:1px solid #f2f2f2}#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-color-result,.sl-kiwi-dragdrop{-webkit-box-shadow:0 0 5px rgba(0,0,0,.15);-moz-box-shadow:0 0 5px rgba(0,0,0,.15)}.sl-kiwi-content>div{padding-bottom:50px;display:none}.sl-kiwi-content>div.epsilon-tab-active{display:block}.sl-kiwi-dragdrop .suggestions{font-size:32px;color:#EBEBEB;width:100%;height:40px;line-height:40px;text-align:center;font-weight:700;display:block;position:absolute;top:15px;opacity:.7;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.sl-kiwi-dragdrop{height:220px;border:1px solid #fff;margin:0;position:relative;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.15);background-image:-webkit-linear-gradient(top,rgba(255,255,255,.7),rgba(246,246,246,.7));background-image:-moz-linear-gradient(top,rgba(255,255,255,.7),rgba(246,246,246,.7));background-image:-o-linear-gradient(top,rgba(255,255,255,.7),rgba(246,246,246,.7));background-image:-ms-linear-gradient(top,rgba(255,255,255,.7),rgba(246,246,246,.7));background-image:linear-gradient(to bottom,rgba(255,255,255,.7),rgba(246,246,246,.7))}.sl-kiwi-dragdrop>div{padding:85px 25px 0;text-align:center}.sl-kiwi-dragdrop ul{line-height:30px;vertical-align:top}.sl-kiwi-dragdrop ul[data-id=networks_ordering_floating_bar]{position:absolute;top:45px;right:0;z-index:-1;transition:all .3s;opacity:0}.sl-kiwi-dragdrop ul[data-id=networks_ordering_floating_bar] li{display:block;margin:0;padding:0}.sl-kiwi-dragdrop ul[data-id=networks_ordering_floating_bar] li a{display:block;height:40px;line-height:40px;padding:0 5px;min-width:40px;transition:all .3s;-webkit-box-shadow:none;box-shadow:none;font-size:16px;box-sizing:border-box;position:relative;z-index:1}.sl-kiwi-dragdrop ul[data-id=networks_ordering_floating_bar] li.sl-kiwi-dragdrop-placeholder:before{width:40px}.sl-kiwi-dragdrop ul[data-id=networks_ordering_floating_bar].pill li{margin-bottom:2px}.sl-kiwi-dragdrop ul[data-id=networks_ordering_floating_bar].pill li a{border-radius:25px}#sl-kiwi .sl-kiwi-item-add{margin-right:5px}#sl-kiwi .sl-kiwi-item-remove{max-width:0;margin-right:0;display:none}.sl-kiwi-dragdrop-placeholder:before{border:1px dashed #ccc;width:100%;position:absolute;top:0;left:0;bottom:0;right:0;height:100%;content:" ";display:block}.sl-kiwi-dragdrop-placeholder{position:relative;height:30px;padding:0 5px;min-width:90px;background:0 0;vertical-align:top}.sl-kiwi-dragdrop ul.pill a{border-radius:15px}.sl-kiwi-dragdrop ul.leaf a{border-radius:12px 0}.sl-kiwi-dragdrop ul.shift a{-ms-transform:skewX(-15deg);-webkit-transform:skewX(-15deg);transform:skewX(-15deg)}.sl-kiwi-dragdrop ul.shift span{-ms-transform:skewX(15deg);-webkit-transform:skewX(15deg);transform:skewX(15deg);display:block}.sl-kiwi-dragdrop ul.pill .sl-kiwi-dragdrop-placeholder:before{border-radius:15px}.sl-kiwi-dragdrop ul.leaf .sl-kiwi-dragdrop-placeholder:before{border-radius:12px 0}.sl-kiwi-dragdrop ul.shift .sl-kiwi-dragdrop-placeholder:before{-ms-transform:skewX(-15deg);-webkit-transform:skewX(-15deg);transform:skewX(-15deg)}.sl-kiwi-dragdrop li{list-style-type:none;transition:max-width .2s,margin .2s;overflow:hidden;margin-right:5px;display:inline-block;padding:0 5px}.sl-kiwi-dragdrop li.ui-sortable-helper a{transition:box-shadow .3s;-webkit-box-shadow:6px 10px 10px rgba(0,0,0,.1);-moz-box-shadow:6px 10px 10px rgba(0,0,0,.1);box-shadow:6px 10px 10px rgba(0,0,0,.1)}.sl-kiwi-dragdrop li a{display:block;height:30px;line-height:30px;padding:0 5px;min-width:90px;transition:all .3s}.sl-kiwi-networks{margin-bottom:40px;position:relative}.sl-kiwi-networks .epsilon-ui-locked{position:absolute;right:-15px;width:35px;height:35px;line-height:35px;top:12px;text-align:center}ul[data-style=fit]{display:table;width:100%}ul[data-style=fit] li{display:table-cell;padding:0;overflow:initial}ul[data-style=fit].leaf a,ul[data-style=fit].leaf li:last-of-type a{width:100%}ul[data-style=fit].pill{flex-wrap:nowrap;display:flex;margin-left:20px;width:auto}ul[data-style=fit].pill .sl-kiwi-item-add{margin:0;flex:1}ul[data-style=fit].pill .sl-kiwi-item-add a{padding:0 0 0 26px;display:block;width:100%;margin-left:-26px}ul[data-style=fit].pill .sl-kiwi-item-add span{margin-right:26px}.sl-kiwi-tab-registration label,.sl-kiwi-tab-socialIdentity label{display:block;color:grey;margin-bottom:5px}.sl-kiwi-tab-registration input[type=text],.sl-kiwi-tab-socialIdentity input[type=text]{padding:5px;margin-bottom:15px}.sl-kiwi-tab-registration .kiwi-registration-action,.sl-kiwi-tab-socialIdentity .kiwi-registration-action{height:30px}[class*=sl-kiwi-tab-] h2{font-size:22px;color:#585858;font-weight:300;height:50px}.sl-kiwi-networks h2>span{width:65%;display:block;float:left;background:0 0}.sl-kiwi-networks h2 span+span{width:17.5%;display:block;float:left;background:0 0;text-align:center;font-size:14px;color:#959696}.sl-kiwi-networks em{font-style:normal;position:absolute;top:3px;left:42px}.sl-kiwi-networks ul{border-top:1px solid #F5F5F5;padding:0;margin:0 10px}.sl-kiwi-networks li{height:39px;border-bottom:1px solid #F5F5F5;list-style-type:none;line-height:35px;padding-left:20px;position:relative;margin-bottom:0;display:inline-block;width:98%}.sl-kiwi-networks li:hover{background:#FBFBFB}.sl-kiwi-networks li>span{width:65%;display:block;float:left;background:0 0;color:#555;font-size:13px}.sl-kiwi-networks li span+span{width:17.5%;background:0 0;text-align:center}.sl-kiwi-networks span>strong{height:24px;width:24px;display:inline-block;vertical-align:middle;line-height:24px;text-align:center;border-radius:2px;margin-right:5px;background:#D4D4D4}.sl-kiwi-networks span>strong i{font-size:16px;line-height:24px}.sl-kiwi-networks.kiwi-styles h2 span+span{width:16%}.sl-kiwi-networks.kiwi-styles h2 span:nth-last-of-type(-n+2)+span:nth-last-of-type(-n+2),.sl-kiwi-networks.kiwi-styles h2 span:nth-last-of-type(-n+3)+span:nth-last-of-type(-n+3){width:8%}.sl-kiwi-networks.kiwi-styles h2 strong.goleft{position:relative;right:5px}.sl-kiwi-networks.kiwi-styles h2>span{width:20%;text-align:left}.sl-kiwi-networks.kiwi-styles li span+span{width:16%;text-align:left}.sl-kiwi-networks.kiwi-styles li span:nth-last-of-type(-n+2)+span:nth-last-of-type(-n+2),.sl-kiwi-networks.kiwi-styles li span:nth-last-of-type(-n+3)+span:nth-last-of-type(-n+3){width:8%}.sl-kiwi-networks.kiwi-styles li>span{width:20%}#sl-kiwi .kiwi-nw-twitter{background:#4EAEF8;color:#fff}#sl-kiwi .kiwi-nw-whatsapp{background:#0DC143;color:#fff}#sl-kiwi .kiwi-nw-telegram{background:#179CDE;color:#fff}#sl-kiwi .kiwi-nw-skype{background:#009EE5;color:#fff}#sl-kiwi .kiwi-nw-youtube,#sl-kiwi .kiwi-nw-youtube-play{background:#E62117;color:#fff}#sl-kiwi .kiwi-nw-facebook{background:#3B5998;color:#fff}#sl-kiwi .kiwi-nw-google-plus{background:#DB4437;color:#fff}#sl-kiwi .kiwi-nw-pinterest{background:#BD081C;color:#fff}#sl-kiwi .kiwi-nw-fintel{background:#087515;color:#fff}#sl-kiwi .kiwi-nw-linkedin{background:#1A85BC;color:#fff}#sl-kiwi .kiwi-nw-reddit{background:#FF4500;color:#fff}#sl-kiwi .kiwi-nw-email,#sl-kiwi .kiwi-nw-envelope{background:#4D9159;color:#fff}.sl-kiwi-opt-group{min-height:100px;background:0 0;padding:30px 0;border-bottom:1px solid #F5F5F5}.sl-kiwi-opt-group:last-of-type{border-bottom:none}.sl-kiwi-opt-group .bottom-color-option{clear:both}.sl-kiwi-inner-opt{padding-left:70px}.sl-kiwi-opt-group .left{float:left}.sl-kiwi-opt-group .right{float:right}.sl-kiwi-opt-toggle{background:0 0;width:70px;float:left;padding-top:10px}.sl-kiwi-opt-description{float:left;background:0 0;min-height:60px;position:relative}.sl-kiwi-opt-description h4{font-size:18px;margin:0;line-height:18px}.sl-kiwi-opt-description h5{font-size:16px;margin:0;line-height:18px}.sl-kiwi-opt-description p{font-size:14px;margin:0}.epsilon-ui-locked{display:inline-block;border-radius:10px;width:20px;height:20px;cursor:pointer;vertical-align:middle}.epsilon-ui-locked i{font-size:12px;color:#fff;text-shadow:0 0 4px rgba(0,0,0,.2);line-height:16px;background:#F05A25;cursor:pointer}.dashicons-before::before,.epsilon-ui-locked i.dashicons{width:17px;height:17px;border-radius:10px;text-align:center;vertical-align:top}.sl-kiwi-opt-space-sm{padding-top:15px}.clearfix:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden}.kiwi-modal,.kiwi-modal #page-two{display:none}.kiwi-modal{position:fixed;top:0;right:0;left:0;bottom:0;z-index:1050;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0;background:rgba(0,0,0,.7)}.kiwi-modal .close-modal{width:25px;height:25px;color:#FF3424;position:absolute;text-align:center;line-height:25px;font-size:17px;right:7px;top:7px;cursor:pointer}.kiwi-modal .kiwi-modal-content{position:relative;width:900px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-image:-webkit-linear-gradient(bottom,#fff 25%,#f2f3f4 90%);background-image:-moz-linear-gradient(bottom,#fff 25%,#f2f3f4 90%);background-image:-o-linear-gradient(bottom,#fff 25%,#f2f3f4 90%);background-image:-ms-linear-gradient(bottom,#fff 25%,#f2f3f4 90%);background-image:linear-gradient(to top,#fff 25%,#f2f3f4 90%);-webkit-box-shadow:0 0 15px rgba(0,0,0,.15);-moz-box-shadow:0 0 15px rgba(0,0,0,.15);box-shadow:0 0 15px rgba(0,0,0,.15);margin:8% auto}.kiwi-modal.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.kiwi-modal.fade .kiwi-modal-content{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.kiwi-modal.fade.in{opacity:1}.kiwi-modal.fade.in .kiwi-modal-content{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.kiwi-modal .button-modal{width:100%;height:45px;-webkit-border-radius:22px 23px 23px 22px/22px 22px 23px 23px;-moz-border-radius:22px 23px 23px 22px/22px 22px 23px 23px;border-radius:22px 23px 23px 22px/22px 22px 23px 23px;background-color:#ff3d2e;color:#fff;display:inline-block;line-height:45px;margin:30px auto;text-align:center}.kiwi-modal .button-modal:focus,.kiwi-modal .button-modal:hover{text-decoration:none;color:#fff;background-color:#ff3424}.kiwi-modal .modal-header{padding-top:40px;padding-bottom:40px;text-align:center;background-image:url(../img/back-wavy.png);background-size:cover;background-position:center;-webkit-border-top-left-radius:10px;-moz-border-top-left-radius:10px;border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-moz-border-top-right-radius:10px;border-top-right-radius:10px}.kiwi-modal .modal-header .modal-header-content{width:475px;margin:0 auto}.kiwi-modal .modal-title{font-size:28px;font-weight:800;color:#333}.kiwi-modal .modal-subtitle{font-family:"Open Sans";font-size:14px;color:#8c8c8c}.kiwi-modal .price-box{margin-top:40px}.kiwi-modal .price-box .price{font-family:"Open Sans";font-weight:700;color:#333;font-size:60px;display:block}.kiwi-modal .price-box .price .currency{font-size:45px}.kiwi-modal .price-box .price small{font-size:15px}.kiwi-modal .price-box .button-modal{width:150px}.kiwi-modal .modal-footer{margin:60px auto 0;padding-bottom:60px;width:475px}.kiwi-modal .modal-footer a{color:#639fb1;font-family:'Open Sans';font-size:14px;display:inline-block;margin-bottom:15px}.kiwi-modal .modal-footer .muted{font-size:12px;font-family:'Open Sans';color:#8c8c8c}.kiwi-modal .modal-content.form .clearfix label,.kiwi-modal .modal-content.form .radio-label{color:grey;font-family:'Open Sans';display:block}.kiwi-modal .modal-content{width:310px;margin:0 auto}.kiwi-modal .modal-content.form .radio-label{margin-top:40px}.kiwi-modal .modal-content.form>.ui-radio-inline{margin-top:15px!important}.kiwi-modal .modal-content.form .clearfix{margin-top:30px}.kiwi-modal .modal-content.form .clearfix .half{width:50%;float:left;padding-right:15px;box-sizing:border-box}.kiwi-modal .modal-content.form .clearfix .half:last-of-type{padding-left:15px;padding-right:0}.kiwi-modal .modal-content.form .clearfix input{width:100%;height:32px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;background-color:#fff;-webkit-box-shadow:1px 1px 2px rgba(35,31,32,.2);-moz-box-shadow:1px 1px 2px rgba(35,31,32,.2);box-shadow:1px 1px 2px rgba(35,31,32,.2);padding-left:5px;margin-top:5px}.epsilon-ui-tabs{margin-top:-36px;overflow:hidden;position:relative;z-index:10}.epsilon-ui-tabs ul{height:36px;margin-left:30px}.epsilon-ui-tabs li{height:36px;margin-right:2px;float:left;background:#E8E8E8;list-style-type:none;line-height:36px;text-align:center}.epsilon-ui-tabs li.selected{background:#fff;-webkit-box-shadow:0 -2px 3px rgba(0,0,0,.02);-moz-box-shadow:0 -2px 3px rgba(0,0,0,.02);box-shadow:0 -2px 3px rgba(0,0,0,.02)}.epsilon-ui-tabs .selected a:hover{background:#fff}.epsilon-ui-tabs a{display:block;line-height:36px;color:#666;padding:0 10px;min-width:80px}.epsilon-ui-tabs i{vertical-align:middle;font-size:16px}.epsilon-ui-tabs a:hover{background:#D4D4D4}.epsilon-ui-tabs a:focus{outline:#ccc dashed 1px;outline-offset:-4px}.sl-kiwi-networks li span{line-height:30px}.sl-kiwi-networks li:hover .epsilon-ui-checkbox strong{border:1px solid #8AB7C5}.sl-kiwi-networks li:hover .epsilon-ui-checkbox input:checked~strong,.sl-kiwi-networks li:hover .epsilon-ui-checkbox input:focus~strong{border:1px solid #448092}.ui-inline strong{display:inline-block}#sl-kiwi label.epsilon-ui-checkbox{background:0 0;display:block;position:relative;cursor:pointer;margin:0 35px;max-width:none}.epsilon-ui-checkbox.ui-checkbox-inline strong{display:inline-block}#sl-kiwi .epsilon-ui-checkbox.ui-checkbox-inline{display:inline-block;margin-left:0}.epsilon-ui-checkbox input{position:absolute;z-index:-1;opacity:0;left:0;top:0}.epsilon-ui-checkbox input:focus~strong{border:1px solid #448092;outline:#ccc dashed 1px;outline-offset:2px}.epsilon-ui-checkbox input:checked~strong{background:#fff;border:1px solid #448092;-webkit-box-shadow:inset 0 0 0 4px rgba(99,159,177,.75);-moz-box-shadow:inset 0 0 0 4px rgba(99,159,177,.75);box-shadow:inset 0 0 0 4px rgba(99,159,177,.75)}.epsilon-ui-checkbox input:disabled~strong{background:#1ABC9C;opacity:.6;pointer-events:none}.epsilon-ui-checkbox strong{background:#fff;border:1px solid #DDD;display:block;margin:11px auto auto;height:16px;width:16px;transition:all .15s}#sl-kiwi label.epsilon-ui-radio{display:block;position:relative;cursor:pointer;background:0 0;margin:0 35px;max-width:none;font-weight:400;color:grey}#sl-kiwi .sl-kiwi-tab-styles label.epsilon-ui-radio{margin:0 60px 0 0}.epsilon-ui-radio.ui-radio-inline strong{display:inline-block;margin-right:5px;position:relative;top:3px}#sl-kiwi .epsilon-ui-radio.ui-radio-inline{display:inline-block;margin-left:0}.epsilon-ui-radio strong{border-radius:50%;display:block;margin:11px auto auto;height:16px;width:16px;background:#fff;border:1px solid #DDD;transition:all .15s}.epsilon-ui-radio input{position:absolute;z-index:-1;opacity:0;left:0;top:0}.epsilon-ui-radio input:focus~strong{border:1px solid #448092;outline:#ccc dashed 1px;outline-offset:2px}.epsilon-ui-radio input:checked~strong{background:#fff;border:1px solid #448092;-webkit-box-shadow:inset 0 0 0 4px rgba(99,159,177,.75);-moz-box-shadow:inset 0 0 0 4px rgba(99,159,177,.75);box-shadow:inset 0 0 0 4px rgba(99,159,177,.75)}.epsilon-ui-radio input:disabled~strong{background:#1ABC9C;opacity:.6;pointer-events:none}.epsilon-ui-checklist{position:relative;overflow:hidden;margin-top:25px;padding-top:10px;border-top:1px solid #ECECEC;background:#FCFCFC}.epsilon-ui-checklist:before{position:absolute;top:-2px;left:50px;right:50px;height:2px;content:" ";box-shadow:0 -60px 30px 35px rgba(0,0,0,.7);z-index:1}.epsilon-ui-checklist ul{margin:15px 0 0;list-style-type:none;padding:0 5px 25px 25px;position:relative;overflow:hidden}.epsilon-ui-checklist li{margin-bottom:1px;height:35px}.epsilon-ui-checklist li>span{float:left;width:80%;padding:10px 0 0;color:grey}#sl-kiwi .epsilon-ui-checklist li .epsilon-ui-checkbox{float:right;width:20%;margin:0}.epsilon-ui-overlay{background:#fff;position:absolute;padding:10px;opacity:0}.epsilon-ui-overlay.active{top:-5px;left:-5px;bottom:-5px;right:-5px;opacity:.6}.epsilon-ui-overlay.active.networks{right:185px;left:200px;top:35px}#sl-kiwi .epsilon-ui-color{line-height:14px;background:0 0;display:inline-block;color:#D1D1D1;position:relative}#sl-kiwi .epsilon-ui-color .wp-picker-container{position:relative}#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-picker-holder{position:absolute;z-index:9999}#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-color-picker{width:69px;height:23px;z-index:10;position:absolute;top:-1px;border:none;color:#D1D1D1}#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-picker-clear{position:relative;left:66px;top:6px}#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-color-result{background:0 0;border:none;-webkit-border-radius:0;border-radius:0;box-shadow:0 0 5px rgba(0,0,0,.15);padding-left:30px}#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-color-result .wp-color-result-text{display:none}#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-color-result:after{background:0 0;-webkit-border-radius:0;border-radius:0;content:''}#sl-kiwi .bottom-color-option .floating-bar-background{width:350px;position:relative}#sl-kiwi .bottom-color-option .floating-bar-background em{position:absolute;left:44px;top:3px;font-style:normal;font-size:13px}#sl-kiwi .bottom-color-option .wp-picker-container{width:350px}#sl-kiwi .bottom-color-option .wp-picker-container .wp-color-result{border:none}#sl-kiwi .bottom-color-option .wp-picker-container .wp-color-result:after{-webkit-border-radius:0;border-radius:0;content:''}#sl-kiwi .bottom-color-option .wp-picker-container .wp-color-result:focus,#sl-kiwi .bottom-color-option .wp-picker-container .wp-color-result:hover{background:0 0;border-color:transparent;color:initial}#sl-kiwi .bottom-color-option .wp-picker-container .wp-color-picker{z-index:10;height:27px;top:-3px}#sl-kiwi .bottom-color-option .wp-picker-container .wp-picker-default{z-index:999;left:100px;position:absolute}#sl-kiwi .epsilon-ui-color strong{width:30px;height:20px;border-radius:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.15);-moz-box-shadow:0 0 5px rgba(0,0,0,.15);box-shadow:0 0 5px rgba(0,0,0,.15)}.epsilon-ui-option{position:relative}.epsilon-ui-option input{position:absolute;z-index:-1;opacity:0;left:0;top:0}.epsilon-ui-option label{width:100%;cursor:pointer;margin:0}.epsilon-ui-option ul{list-style-type:none;height:90px;padding:0;margin:0}.epsilon-ui-option li{width:80px;height:90px;float:left;background:#F7FAFB;text-align:center;margin-right:1px}.epsilon-ui-option input+span{background:#F7FAFB;display:block;padding:14px 15px 0;height:90px}.epsilon-ui-option span span{text-transform:uppercase;font-size:10px;display:block;background:0 0;height:24px;color:#969A9C;border-top:1px solid #fff;line-height:24px;font-weight:400;margin:15px -15px 0}.epsilon-ui-option strong{position:relative;transition:all .15s;display:block;border:2px solid #CBCBCB;border-radius:2px;width:50px;height:39px;background-color:#f1f1f1;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);-moz-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);background-image:-webkit-linear-gradient(top,#fff,#f6f6f6);background-image:-moz-linear-gradient(top,#fff,#f6f6f6);background-image:-o-linear-gradient(top,#fff,#f6f6f6);background-image:-ms-linear-gradient(top,#fff,#f6f6f6);background-image:linear-gradient(to bottom,#fff,#f6f6f6)}.epsilon-ui-option input:focus+span{outline:#ccc dashed 1px;outline-offset:-4px}.epsilon-ui-option input:checked+span,.epsilon-ui-option input:checked:focus+span{background:#E8F1F3}.epsilon-ui-option input+span:hover,.epsilon-ui-option input:checked:focus+span:hover{background:#dbe9ec}.epsilon-ui-option input:checked+span>strong:before{opacity:1}.epsilon-ui-option input:disabled+span{background:#FCFCFC;opacity:.5}.epsilon-ui-option input:disabled:checked+span{background:#F5F5F5;border-color:#C4C4C4;opacity:1}.epsilon-ui-option input:disabled+span .kiwi-ic-centered em,.epsilon-ui-option input:disabled+span .kiwi-ic-centered em+em:after,.epsilon-ui-option input:disabled+span .kiwi-ic-centered em+em:before,.epsilon-ui-option input:disabled+span .kiwi-ic-centered em:after,.epsilon-ui-option input:disabled+span .kiwi-ic-centered em:before,.epsilon-ui-option input:disabled+span .kiwi-ic-posboth em,.epsilon-ui-option input:disabled+span .kiwi-ic-posboth em+em:after,.epsilon-ui-option input:disabled+span .kiwi-ic-posboth em+em:before,.epsilon-ui-option input:disabled+span .kiwi-ic-posboth em:after,.epsilon-ui-option input:disabled+span .kiwi-ic-posboth em:before,.epsilon-ui-option input:disabled+span .kiwi-ic-posbottom em,.epsilon-ui-option input:disabled+span .kiwi-ic-posbottom em+em:after,.epsilon-ui-option input:disabled+span .kiwi-ic-posbottom em+em:before,.epsilon-ui-option input:disabled+span .kiwi-ic-posbottom em:after,.epsilon-ui-option input:disabled+span .kiwi-ic-posbottom em:before,.epsilon-ui-option input:disabled+span .kiwi-ic-postop em,.epsilon-ui-option input:disabled+span .kiwi-ic-postop em+em:after,.epsilon-ui-option input:disabled+span .kiwi-ic-postop em+em:before,.epsilon-ui-option input:disabled+span .kiwi-ic-postop em:after,.epsilon-ui-option input:disabled+span .kiwi-ic-postop em:before{background:#CECECE;opacity:1}.epsilon-ui-option input:disabled+span>i>strong:before{background:#CECECE}.epsilon-ui-option .kiwi-ic-bottom strong:before,.epsilon-ui-option .kiwi-ic-left strong:before,.epsilon-ui-option .kiwi-ic-right strong:before{background:#E14D43;opacity:.7;content:' '}.epsilon-ui-option .kiwi-ic-left strong:before{width:6px;height:17px;left:0;top:9px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-right strong:before{width:6px;height:17px;right:0;top:9px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-bottom strong:before{width:16px;height:6px;left:15px;bottom:0;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-leaf strong:before,.epsilon-ui-option .kiwi-ic-pill strong:before,.epsilon-ui-option .kiwi-ic-rect strong:before,.epsilon-ui-option .kiwi-ic-shift strong:before{background:#E14D43;width:30px;height:15px;left:8px;top:10px;content:' ';display:block;position:absolute;opacity:.7}.epsilon-ui-option .kiwi-ic-shift strong:before{-ms-transform:skewX(-20deg);-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}.epsilon-ui-option .kiwi-ic-pill strong:before{border-radius:10px}.epsilon-ui-option .kiwi-ic-leaf strong:before{border-radius:6px 0}.epsilon-ui-option .kiwi-ic-centered strong:before{background:#CACACA;opacity:.7;content:' ';width:14px;height:2px;left:6px;top:7px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-centered strong>em{background:#CECECE;opacity:.7;width:38px;height:11px;left:6px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-centered strong>em:after,.epsilon-ui-option .kiwi-ic-centered strong>em:before{width:10px;height:5px;top:14px;opacity:1;content:' ';display:block;position:absolute}.epsilon-ui-option .kiwi-ic-centered strong>em:before{background:#1F4091;left:0}.epsilon-ui-option .kiwi-ic-centered strong>em:after{background:#00BFF3;left:14px}.epsilon-ui-option .kiwi-ic-centered strong>em+em{background:0 0;opacity:1;content:' ';width:5px;height:15px;left:35px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-centered strong>em+em:before{background:#E03D1C;opacity:1;content:' ';width:10px;height:5px;left:-1px;top:14px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-centered strong>em+em:after{content:none}.epsilon-ui-option .kiwi-ic-filled strong:before{background:#CACACA;opacity:.7;content:' ';width:14px;height:2px;left:6px;top:7px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-filled strong>em{background:#CECECE;opacity:.7;width:38px;height:11px;left:6px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-filled strong>em:after,.epsilon-ui-option .kiwi-ic-filled strong>em:before{width:13px;height:5px;top:14px;opacity:1;content:' ';display:block;position:absolute}.epsilon-ui-option .kiwi-ic-filled strong>em:before{background:#1F4091;left:0}.epsilon-ui-option .kiwi-ic-filled strong>em:after{background:#00BFF3;left:13px}.epsilon-ui-option .kiwi-ic-filled strong>em+em{background:0 0;opacity:1;content:' ';width:5px;height:15px;left:35px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-filled strong>em+em:before{background:#E03D1C;opacity:1;content:' ';width:12px;height:5px;left:-3px;top:14px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-filled strong>em+em:after{content:none}.epsilon-ui-option .kiwi-ic-posbottom strong:before{background:#CACACA;opacity:.7;content:' ';width:14px;height:2px;left:6px;top:7px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-posbottom strong>em{background:#CECECE;opacity:.7;width:27px;height:11px;left:6px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-posbottom strong>em:after,.epsilon-ui-option .kiwi-ic-posbottom strong>em:before{width:6px;height:2px;display:block;position:absolute;content:' ';opacity:1;top:13px}.epsilon-ui-option .kiwi-ic-posbottom strong>em:before{background:#1F4091;left:0}.epsilon-ui-option .kiwi-ic-posbottom strong>em:after{background:#00BFF3;left:7px}.epsilon-ui-option .kiwi-ic-posbottom strong>em+em{background:#CECECE;opacity:1;content:' ';width:5px;height:15px;left:35px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-posboth strong:before,.epsilon-ui-option .kiwi-ic-posbottom strong>em+em:after,.epsilon-ui-option .kiwi-ic-posbottom strong>em+em:before{content:' ';height:2px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-posbottom strong>em+em:before{background:#E03D1C;opacity:1;width:6px;left:-15px;top:13px}.epsilon-ui-option .kiwi-ic-posbottom strong>em+em:after{background:#81B636;opacity:1;width:6px;left:-8px;top:13px}.epsilon-ui-option .kiwi-ic-posboth strong:before{background:#CACACA;opacity:.7;width:14px;left:6px;top:7px}.epsilon-ui-option .kiwi-ic-posboth strong>em{background:#CECECE;opacity:.7;width:27px;height:7px;left:6px;top:17px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-posboth strong>em.top:after,.epsilon-ui-option .kiwi-ic-posboth strong>em.top:before{width:6px;height:2px;top:-4px;display:block;position:absolute;opacity:1;content:' '}.epsilon-ui-option .kiwi-ic-posboth strong>em.top:before{background:#1F4091;left:0}.epsilon-ui-option .kiwi-ic-posboth strong>em.top:after{background:#00BFF3;left:7px}.epsilon-ui-option .kiwi-ic-posboth strong>em.top+em.top{background:#CECECE;opacity:1;content:' ';width:5px;height:15px;left:35px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-posboth strong>em.bottom:after,.epsilon-ui-option .kiwi-ic-posboth strong>em.bottom:before,.epsilon-ui-option .kiwi-ic-posboth strong>em.top+em.top:after,.epsilon-ui-option .kiwi-ic-posboth strong>em.top+em.top:before{width:6px;height:2px;opacity:1;content:' ';display:block;position:absolute}.epsilon-ui-option .kiwi-ic-posboth strong>em.top+em.top:before{background:#E03D1C;left:-15px;top:0}.epsilon-ui-option .kiwi-ic-posboth strong>em.top+em.top:after{background:#81B636;left:-8px;top:0}.epsilon-ui-option .kiwi-ic-posboth strong>em.bottom:before{background:#1F4091;left:0;top:9px}.epsilon-ui-option .kiwi-ic-posboth strong>em.bottom:after{background:#00BFF3;left:7px;top:9px}.epsilon-ui-option .kiwi-ic-posboth strong>em.bottom+em.bottom{background:#CECECE;opacity:1;content:' ';width:5px;height:15px;left:35px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-posboth strong>em.bottom+em.bottom:before{background:#E03D1C;opacity:1;content:' ';width:6px;height:2px;left:-15px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-posboth strong>em.bottom+em.bottom:after{background:#81B636;opacity:1;content:' ';width:6px;height:2px;left:-8px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-postop strong:before{background:#CACACA;opacity:.7;content:' ';width:14px;height:2px;left:6px;top:7px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-postop strong>em{background:#CECECE;opacity:.7;width:27px;height:11px;left:6px;top:17px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-postop strong>em:after,.epsilon-ui-option .kiwi-ic-postop strong>em:before{width:6px;height:2px;top:-4px;opacity:1;content:' ';position:absolute;display:block}.epsilon-ui-option .kiwi-ic-postop strong>em:before{background:#1F4091;left:0}.epsilon-ui-option .kiwi-ic-postop strong>em:after{background:#00BFF3;left:7px}.epsilon-ui-option .kiwi-ic-postop strong>em+em{background:#CECECE;opacity:1;content:' ';width:5px;height:15px;left:35px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-postop strong>em+em:before{background:#E03D1C;opacity:1;content:' ';width:6px;height:2px;left:-15px;top:0;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-postop strong>em+em:after{background:#81B636;opacity:1;content:' ';width:6px;height:2px;left:-8px;top:0;display:block;position:absolute}.epsilon-ui-toggle{background:0 0;width:52px;height:22px;position:relative;z-index:10}.epsilon-ui-toggle input{position:absolute;z-index:-1;opacity:0;left:0;top:0}.epsilon-ui-toggle input:focus~span{outline:#ccc dashed 1px;outline-offset:2px}.epsilon-ui-toggle span{display:block;width:52px;overflow:hidden;cursor:pointer;position:relative;height:22px;padding:0;line-height:19px;transition:background-color .2s ease-in;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:30px;background-color:#c4c4c4;-webkit-box-shadow:inset 0 2px 1px rgba(0,0,0,.11);-moz-box-shadow:inset 0 2px 1px rgba(0,0,0,.11);box-shadow:inset 0 2px 1px rgba(0,0,0,.11)}.epsilon-ui-toggle input+span:before{content:"";display:block;width:18px;height:18px;margin:0;position:absolute;top:2px;bottom:0;right:32px;background-color:#fff;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);-moz-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;transition:all .2s ease-in 0s}.epsilon-ui-toggle input+span:after{content:"OFF";display:block;color:#FFF;position:absolute;top:2px;bottom:2px;right:6px;font-size:11px;font-family:Arial}.sl-kiwi-tab-integration .themes,.ui-locked:after{display:inline-block}.epsilon-ui-toggle input:checked+span{background:#3CAF0E}.epsilon-ui-toggle input:checked+span:before{right:2px}.epsilon-ui-toggle input:checked+span:after{content:"ON";right:27px}.epsilon-ui-toggle input:focus+span,.epsilon-ui-toggle:hover input+span{background:#d4d4d4}.epsilon-ui-toggle input:focus:checked+span,.epsilon-ui-toggle:hover input:checked+span{background:#4fbf23}.ui-locked{position:relative}.ui-locked input[type=radio]:disabled{opacity:0}.ui-locked input:disabled~strong{background:0 0}.ui-locked:after{background:#F15B25;opacity:1;border:none;text-align:center;content:'\f160';font-family:dashicons;color:#fff;font-size:11px;position:absolute;bottom:2px;right:-25px;border-radius:50%;width:16px;height:16px;line-height:16px}.sl-kiwi-tab-integration .integration_box{height:330px;margin-top:15px;text-align:center;background:#FFF;position:relative;border:1px solid rgba(0,0,0,.1);float:left}.sl-kiwi-tab-integration .integration_box .recommended{background:#d25637;color:#FFF;text-transform:uppercase;height:28px;text-align:center;top:0;left:0;right:0;line-height:28px;font-size:10px;position:absolute;font-weight:700}.sl-kiwi-tab-integration .integration_box img{width:155px;height:155px;padding-top:50px;margin:0 auto 15px;display:block;border:none}.sl-kiwi-tab-integration .integration_box.theme img{width:100%;height:initial;padding:0;margin:0;display:block}.sl-kiwi-tab-integration .integration_box.theme .info{display:block;position:absolute;bottom:48px;left:0;right:0;height:35px;background:rgba(0,0,0,.5);line-height:35px}.sl-kiwi-tab-integration .integration_box.theme .info a{color:#fff;font-size:14px;font-family:'Open Sans'}.sl-kiwi-tab-integration .integration_box .action_bar{position:absolute;bottom:0;left:0;right:0;font-size:15px;font-weight:600;height:18px;margin:0;padding:15px 105px 15px 15px;-webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,.1);box-shadow:inset 0 1px 0 rgba(0,0,0,.1);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;background:#fff;background:rgba(255,255,255,.65);text-align:left}.sl-kiwi-tab-integration .integration_box .action_bar.active{background:#23282d;color:#FFF}.sl-kiwi-tab-integration .integration_box .action_button{position:absolute;bottom:-1px;right:-1px;padding:9px 10px 10px;background:#f6f6f6;border:1px solid rgba(0,0,0,.1)}.sl-kiwi-tab-integration .integration_box .action_button.active{background:#2c2e2f;bottom:0;right:-1px;padding:9px 10px}.sl-kiwi-tab-integration.three-col .col{width:29.81%;margin-right:5%;margin-bottom:35px}.sl-kiwi-tab-integration.three-col .col:nth-child(3n+3){margin-right:0}.mce-ico.mce-i-dashicons.dashicons-twitter{font-family:dashicons}.mce-ico.mce-i-dashicons.dashicons-twitter:before{content:"\f301";color:#55ACEE}#update-nag,.update-nag{position:relative;z-index:10}#update-nag.kiwi-notice,.update-nag.kiwi-notice{width:95%}#update-nag.kiwi-notice p,.update-nag.kiwi-notice p{font-size:14px}.kiwi-title-has-tooltip h4{display:inline-block}.kiwi-tooltip-container{position:relative;display:inline-block}.kiwi-tooltip-container .dashicons{color:#0073aa}.kiwi-tooltip-container .tooltip-opener{cursor:pointer}.kiwi-tooltip-container .tooltip-opener:focus+.kiwi-notice-container,.kiwi-tooltip-container .tooltip-opener:hover+.kiwi-notice-container{display:block}.kiwi-tooltip-container .kiwi-notice-container{position:absolute;display:none;padding:10px;background:#0073aa;border-radius:3px;z-index:10;width:350px}.clear,.fixed:after{clear:both;display:block;visibility:hidden;height:0}.kiwi-tooltip-container .kiwi-notice-container p{color:#fff}.fixed:after{font-size:0;content:" "}.clear{overflow:hidden;width:0}
|
1 |
+
#sl-kiwi,.kiwi-modal .modal-title{font-family:'Open Sans'}#sl-kiwi{width:1150px;padding:20px;margin-bottom:10px;position:relative}#sl-kiwi a:focus{box-shadow:none;-webkit-box-shadow:none}#sl-kiwi .overlay{position:absolute;top:20px;bottom:102px;left:20px;right:20px;-webkit-transition:all .3s;transition:all .3s;z-index:9999;text-align:center;padding-top:250px}#sl-kiwi .overlay.active{-webkit-transition:all .4s;transition:all .4s;background:rgba(255,255,255,.97)}#sl-kiwi .overlay img{position:relative;top:-72px}.kiwi-notification-popup{width:100%;padding:25px 20px;box-sizing:border-box;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#0073aa;color:#fff;display:none;position:relative;z-index:10}.kiwi-notification-popup .button{float:right;position:relative;bottom:5px}.kiwi-utility-bar{position:absolute;top:20px;right:-25px;display:none}.kiwi-utility-bar>input{position:fixed}.sl-kiwi-content{background:#fff;min-height:500px;margin-top:-10px;position:relative;z-index:5;-webkit-box-shadow:0 0 5px rgba(0,0,0,.06);-moz-box-shadow:0 0 5px rgba(0,0,0,.06);box-shadow:0 0 5px rgba(0,0,0,.06);padding:10px 30px}.sl-kiwi-content input[type=text],.sl-kiwi-content input[type=email],.sl-kiwi-content input[type=url]{width:330px;height:32px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;-webkit-box-shadow:1px 1px 2px rgba(35,31,32,.2);-moz-box-shadow:1px 1px 2px rgba(35,31,32,.2);box-shadow:1px 1px 2px rgba(35,31,32,.2);padding-left:10px;margin-top:5px;border:1px solid #f2f2f2}#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-color-result,.sl-kiwi-dragdrop{-webkit-box-shadow:0 0 5px rgba(0,0,0,.15);-moz-box-shadow:0 0 5px rgba(0,0,0,.15)}.sl-kiwi-content>div{padding-bottom:50px;display:none}.sl-kiwi-content>div.epsilon-tab-active{display:block}.sl-kiwi-dragdrop .suggestions{font-size:32px;color:#EBEBEB;width:100%;height:40px;line-height:40px;text-align:center;font-weight:700;display:block;position:absolute;top:15px;opacity:.7;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.sl-kiwi-dragdrop{height:220px;border:1px solid #fff;margin:0;position:relative;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.15);background-image:-webkit-linear-gradient(top,rgba(255,255,255,.7),rgba(246,246,246,.7));background-image:-moz-linear-gradient(top,rgba(255,255,255,.7),rgba(246,246,246,.7));background-image:-o-linear-gradient(top,rgba(255,255,255,.7),rgba(246,246,246,.7));background-image:-ms-linear-gradient(top,rgba(255,255,255,.7),rgba(246,246,246,.7));background-image:linear-gradient(to bottom,rgba(255,255,255,.7),rgba(246,246,246,.7))}.sl-kiwi-dragdrop>div{padding:85px 25px 0;text-align:center}.sl-kiwi-dragdrop ul{line-height:30px;vertical-align:top}.sl-kiwi-dragdrop ul[data-id=networks_ordering_floating_bar]{position:absolute;top:45px;right:0;z-index:-1;transition:all .3s;opacity:0}.sl-kiwi-dragdrop ul[data-id=networks_ordering_floating_bar] li{display:block;margin:0;padding:0}.sl-kiwi-dragdrop ul[data-id=networks_ordering_floating_bar] li a{display:block;height:40px;line-height:40px;padding:0 5px;min-width:40px;transition:all .3s;-webkit-box-shadow:none;box-shadow:none;font-size:16px;box-sizing:border-box;position:relative;z-index:1}.sl-kiwi-dragdrop ul[data-id=networks_ordering_floating_bar] li.sl-kiwi-dragdrop-placeholder:before{width:40px}.sl-kiwi-dragdrop ul[data-id=networks_ordering_floating_bar].pill li{margin-bottom:2px}.sl-kiwi-dragdrop ul[data-id=networks_ordering_floating_bar].pill li a{border-radius:25px}#sl-kiwi .sl-kiwi-item-add{margin-right:5px}#sl-kiwi .sl-kiwi-item-remove{max-width:0;margin-right:0;display:none}.sl-kiwi-dragdrop-placeholder:before{border:1px dashed #ccc;width:100%;position:absolute;top:0;left:0;bottom:0;right:0;height:100%;content:" ";display:block}.sl-kiwi-dragdrop-placeholder{position:relative;height:30px;padding:0 5px;min-width:90px;background:0 0;vertical-align:top}.sl-kiwi-dragdrop ul.pill a{border-radius:15px}.sl-kiwi-dragdrop ul.leaf a{border-radius:12px 0}.sl-kiwi-dragdrop ul.shift a{-ms-transform:skewX(-15deg);-webkit-transform:skewX(-15deg);transform:skewX(-15deg)}.sl-kiwi-dragdrop ul.shift span{-ms-transform:skewX(15deg);-webkit-transform:skewX(15deg);transform:skewX(15deg);display:block}.sl-kiwi-dragdrop ul.pill .sl-kiwi-dragdrop-placeholder:before{border-radius:15px}.sl-kiwi-dragdrop ul.leaf .sl-kiwi-dragdrop-placeholder:before{border-radius:12px 0}.sl-kiwi-dragdrop ul.shift .sl-kiwi-dragdrop-placeholder:before{-ms-transform:skewX(-15deg);-webkit-transform:skewX(-15deg);transform:skewX(-15deg)}.sl-kiwi-dragdrop li{list-style-type:none;transition:max-width .2s,margin .2s;overflow:hidden;margin-right:5px;display:inline-block;padding:0 5px}.sl-kiwi-dragdrop li.ui-sortable-helper a{transition:box-shadow .3s;-webkit-box-shadow:6px 10px 10px rgba(0,0,0,.1);-moz-box-shadow:6px 10px 10px rgba(0,0,0,.1);box-shadow:6px 10px 10px rgba(0,0,0,.1)}.sl-kiwi-dragdrop li a:hover{text-decoration:none}.sl-kiwi-dragdrop li a{display:block;height:30px;line-height:30px;padding:0 5px;min-width:90px;transition:all .3s}.sl-kiwi-networks{margin-bottom:40px;position:relative}.sl-kiwi-networks .epsilon-ui-locked{position:absolute;right:-15px;width:35px;height:35px;line-height:35px;top:12px;text-align:center}ul[data-style=fit]{display:table;width:100%}ul[data-style=fit] li{display:table-cell;padding:0;overflow:initial}ul[data-style=fit].leaf a,ul[data-style=fit].leaf li:last-of-type a{width:100%}ul[data-style=fit].pill{flex-wrap:nowrap;display:flex;margin-left:20px;width:auto}ul[data-style=fit].pill .sl-kiwi-item-add{margin:0;flex:1}ul[data-style=fit].pill .sl-kiwi-item-add a{padding:0 0 0 26px;display:block;width:100%;margin-left:-26px}ul[data-style=fit].pill .sl-kiwi-item-add span{margin-right:26px}.sl-kiwi-tab-registration label,.sl-kiwi-tab-socialIdentity label{display:block;color:grey;margin-bottom:5px}.sl-kiwi-tab-registration input[type=text],.sl-kiwi-tab-socialIdentity input[type=text]{padding:5px;margin-bottom:15px}.sl-kiwi-tab-registration .kiwi-registration-action,.sl-kiwi-tab-socialIdentity .kiwi-registration-action{height:30px}[class*=sl-kiwi-tab-] h2{font-size:22px;color:#585858;font-weight:300;height:50px}.sl-kiwi-networks h2>span{width:65%;display:block;float:left;background:0 0}.sl-kiwi-networks h2 span+span{width:17.5%;display:block;float:left;background:0 0;text-align:center;font-size:14px;color:#959696}.sl-kiwi-networks em{font-style:normal;position:absolute;top:3px;left:42px}.sl-kiwi-networks ul{border-top:1px solid #F5F5F5;padding:0;margin:0 10px}.sl-kiwi-networks li{height:39px;border-bottom:1px solid #F5F5F5;list-style-type:none;line-height:35px;padding-left:20px;position:relative;margin-bottom:0;display:inline-block;width:98%}.sl-kiwi-networks li:hover{background:#FBFBFB}.sl-kiwi-networks li>span{width:65%;display:block;float:left;background:0 0;color:#555;font-size:13px}.sl-kiwi-networks li span+span{width:17.5%;background:0 0;text-align:center}.sl-kiwi-networks span>strong{height:24px;width:24px;display:inline-block;vertical-align:middle;line-height:24px;text-align:center;border-radius:2px;margin-right:5px;background:#D4D4D4}.sl-kiwi-networks span>strong i{font-size:16px;line-height:24px}.sl-kiwi-networks.kiwi-styles h2 span+span{width:16%}.sl-kiwi-networks.kiwi-styles h2 span:nth-last-of-type(-n+2)+span:nth-last-of-type(-n+2),.sl-kiwi-networks.kiwi-styles h2 span:nth-last-of-type(-n+3)+span:nth-last-of-type(-n+3){width:8%}.sl-kiwi-networks.kiwi-styles h2 strong.goleft{position:relative;right:5px}.sl-kiwi-networks.kiwi-styles h2>span{width:20%;text-align:left}.sl-kiwi-networks.kiwi-styles li span+span{width:16%;text-align:left}.sl-kiwi-networks.kiwi-styles li span:nth-last-of-type(-n+2)+span:nth-last-of-type(-n+2),.sl-kiwi-networks.kiwi-styles li span:nth-last-of-type(-n+3)+span:nth-last-of-type(-n+3){width:8%}.sl-kiwi-networks.kiwi-styles li>span{width:20%}#sl-kiwi .kiwi-nw-twitter{background:#4EAEF8;color:#fff}#sl-kiwi .kiwi-nw-whatsapp{background:#0DC143;color:#fff}#sl-kiwi .kiwi-nw-telegram{background:#179CDE;color:#fff}#sl-kiwi .kiwi-nw-skype{background:#009EE5;color:#fff}#sl-kiwi .kiwi-nw-youtube,#sl-kiwi .kiwi-nw-youtube-play{background:#E62117;color:#fff}#sl-kiwi .kiwi-nw-facebook{background:#3B5998;color:#fff}#sl-kiwi .kiwi-nw-google-plus{background:#DB4437;color:#fff}#sl-kiwi .kiwi-nw-pinterest{background:#BD081C;color:#fff}#sl-kiwi .kiwi-nw-fintel{background:#087515;color:#fff}#sl-kiwi .kiwi-nw-linkedin{background:#1A85BC;color:#fff}#sl-kiwi .kiwi-nw-reddit{background:#FF4500;color:#fff}#sl-kiwi .kiwi-nw-email,#sl-kiwi .kiwi-nw-envelope{background:#4D9159;color:#fff}.sl-kiwi-opt-group{min-height:100px;background:0 0;padding:30px 0;border-bottom:1px solid #F5F5F5}.sl-kiwi-opt-group:last-of-type{border-bottom:none}.sl-kiwi-opt-group .bottom-color-option{clear:both}.sl-kiwi-inner-opt{padding-left:70px}.sl-kiwi-opt-group .left{float:left}.sl-kiwi-opt-group .right{float:right}.sl-kiwi-opt-toggle{background:0 0;width:70px;float:left;padding-top:10px}.sl-kiwi-opt-description{float:left;background:0 0;min-height:60px;position:relative}.sl-kiwi-opt-description h4{font-size:18px;margin:0;line-height:18px}.sl-kiwi-opt-description h5{font-size:16px;margin:0;line-height:18px}.sl-kiwi-opt-description p{font-size:14px;margin:0}.epsilon-ui-locked{display:inline-block;border-radius:10px;width:20px;height:20px;cursor:pointer;vertical-align:middle}.epsilon-ui-locked i{font-size:12px;color:#fff;text-shadow:0 0 4px rgba(0,0,0,.2);line-height:16px;background:#F05A25;cursor:pointer}.dashicons-before::before,.epsilon-ui-locked i.dashicons{width:17px;height:17px;border-radius:10px;text-align:center;vertical-align:top}.sl-kiwi-opt-space-sm{padding-top:15px}.clearfix:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden}.kiwi-modal,.kiwi-modal #page-two{display:none}.kiwi-modal{position:fixed;top:0;right:0;left:0;bottom:0;z-index:1050;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0;background:rgba(0,0,0,.7)}.kiwi-modal .close-modal{width:25px;height:25px;color:#FF3424;position:absolute;text-align:center;line-height:25px;font-size:17px;right:7px;top:7px;cursor:pointer}.kiwi-modal .kiwi-modal-content{position:relative;width:900px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-image:-webkit-linear-gradient(bottom,#fff 25%,#f2f3f4 90%);background-image:-moz-linear-gradient(bottom,#fff 25%,#f2f3f4 90%);background-image:-o-linear-gradient(bottom,#fff 25%,#f2f3f4 90%);background-image:-ms-linear-gradient(bottom,#fff 25%,#f2f3f4 90%);background-image:linear-gradient(to top,#fff 25%,#f2f3f4 90%);-webkit-box-shadow:0 0 15px rgba(0,0,0,.15);-moz-box-shadow:0 0 15px rgba(0,0,0,.15);box-shadow:0 0 15px rgba(0,0,0,.15);margin:8% auto}.kiwi-modal.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.epsilon-ui-option input:checked+span>strong:before,.kiwi-modal.fade.in{opacity:1}.kiwi-modal.fade .kiwi-modal-content{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.kiwi-modal.fade.in .kiwi-modal-content{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.kiwi-modal .button-modal{width:100%;height:45px;-webkit-border-radius:22px 23px 23px 22px/22px 22px 23px 23px;-moz-border-radius:22px 23px 23px 22px/22px 22px 23px 23px;border-radius:22px 23px 23px 22px/22px 22px 23px 23px;background-color:#ff3d2e;color:#fff;display:inline-block;line-height:45px;margin:30px auto;text-align:center}.kiwi-modal .button-modal:focus,.kiwi-modal .button-modal:hover{text-decoration:none;color:#fff;background-color:#ff3424}.kiwi-modal .modal-header{padding-top:40px;padding-bottom:40px;text-align:center;background-image:url(../img/back-wavy.png);background-size:cover;background-position:center;-webkit-border-top-left-radius:10px;-moz-border-top-left-radius:10px;border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-moz-border-top-right-radius:10px;border-top-right-radius:10px}.kiwi-modal .modal-header .modal-header-content{width:475px;margin:0 auto}.kiwi-modal .modal-title{font-size:28px;font-weight:800;color:#333}.kiwi-modal .modal-subtitle{font-family:"Open Sans";font-size:14px;color:#8c8c8c}.kiwi-modal .price-box{margin-top:40px}.kiwi-modal .price-box .price{font-family:"Open Sans";font-weight:700;color:#333;font-size:60px;display:block}.kiwi-modal .price-box .price .currency{font-size:45px}.kiwi-modal .price-box .price small{font-size:15px}.kiwi-modal .price-box .button-modal{width:150px}.kiwi-modal .modal-footer{margin:60px auto 0;padding-bottom:60px;width:475px}.kiwi-modal .modal-footer a{color:#639fb1;font-family:'Open Sans';font-size:14px;display:inline-block;margin-bottom:15px}.kiwi-modal .modal-footer .muted{font-size:12px;font-family:'Open Sans';color:#8c8c8c}.kiwi-modal .modal-content.form .clearfix label,.kiwi-modal .modal-content.form .radio-label{color:grey;font-family:'Open Sans';display:block}.kiwi-modal .modal-content{width:310px;margin:0 auto}.kiwi-modal .modal-content.form .radio-label{margin-top:40px}.kiwi-modal .modal-content.form>.ui-radio-inline{margin-top:15px!important}.kiwi-modal .modal-content.form .clearfix{margin-top:30px}.kiwi-modal .modal-content.form .clearfix .half{width:50%;float:left;padding-right:15px;box-sizing:border-box}.kiwi-modal .modal-content.form .clearfix .half:last-of-type{padding-left:15px;padding-right:0}.kiwi-modal .modal-content.form .clearfix input{width:100%;height:32px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;background-color:#fff;-webkit-box-shadow:1px 1px 2px rgba(35,31,32,.2);-moz-box-shadow:1px 1px 2px rgba(35,31,32,.2);box-shadow:1px 1px 2px rgba(35,31,32,.2);padding-left:5px;margin-top:5px}.epsilon-ui-tabs{margin-top:-36px;overflow:hidden;position:relative;z-index:10}.epsilon-ui-tabs ul{height:36px;margin-left:30px}.epsilon-ui-tabs li{height:36px;margin-right:2px;float:left;background:#E8E8E8;list-style-type:none;line-height:36px;text-align:center}.epsilon-ui-tabs li.selected{background:#fff;-webkit-box-shadow:0 -2px 3px rgba(0,0,0,.02);-moz-box-shadow:0 -2px 3px rgba(0,0,0,.02);box-shadow:0 -2px 3px rgba(0,0,0,.02)}.epsilon-ui-tabs .selected a:hover{background:#fff}.epsilon-ui-tabs a{display:block;line-height:36px;color:#666;padding:0 10px;min-width:80px}.epsilon-ui-tabs i{vertical-align:middle;font-size:16px}.epsilon-ui-tabs a:hover{background:#D4D4D4;text-decoration:none}.epsilon-ui-tabs a:focus{text-decoration:none;outline:#ccc dashed 1px;outline-offset:-4px}.sl-kiwi-networks li span{line-height:30px}.sl-kiwi-networks li:hover .epsilon-ui-checkbox strong{border:1px solid #8AB7C5}.sl-kiwi-networks li:hover .epsilon-ui-checkbox input:checked~strong,.sl-kiwi-networks li:hover .epsilon-ui-checkbox input:focus~strong{border:1px solid #448092}.ui-inline strong{display:inline-block}#sl-kiwi label.epsilon-ui-checkbox{background:0 0;display:block;position:relative;cursor:pointer;margin:0 35px;max-width:none}.epsilon-ui-checkbox.ui-checkbox-inline strong{display:inline-block}#sl-kiwi .epsilon-ui-checkbox.ui-checkbox-inline{display:inline-block;margin-left:0}.epsilon-ui-checkbox input{position:absolute;z-index:-1;opacity:0;left:0;top:0}.epsilon-ui-checkbox input:focus~strong{border:1px solid #448092;outline:#ccc dashed 1px;outline-offset:2px}.epsilon-ui-checkbox input:checked~strong{background:#fff;border:1px solid #448092;-webkit-box-shadow:inset 0 0 0 4px rgba(99,159,177,.75);-moz-box-shadow:inset 0 0 0 4px rgba(99,159,177,.75);box-shadow:inset 0 0 0 4px rgba(99,159,177,.75)}.epsilon-ui-checkbox input:disabled~strong{background:#1ABC9C;opacity:.6;pointer-events:none}.epsilon-ui-checkbox strong{background:#fff;border:1px solid #DDD;display:block;margin:11px auto auto;height:16px;width:16px;transition:all .15s}#sl-kiwi label.epsilon-ui-radio{display:block;position:relative;cursor:pointer;background:0 0;margin:0 35px;max-width:none;font-weight:400;color:grey}#sl-kiwi .sl-kiwi-tab-styles label.epsilon-ui-radio{margin:0 60px 0 0}.epsilon-ui-radio.ui-radio-inline strong{display:inline-block;margin-right:5px;position:relative;top:3px}#sl-kiwi .epsilon-ui-radio.ui-radio-inline{display:inline-block;margin-left:0}.epsilon-ui-radio strong{border-radius:50%;display:block;margin:11px auto auto;height:16px;width:16px;background:#fff;border:1px solid #DDD;transition:all .15s}.epsilon-ui-radio input{position:absolute;z-index:-1;opacity:0;left:0;top:0}.epsilon-ui-radio input:focus~strong{border:1px solid #448092;outline:#ccc dashed 1px;outline-offset:2px}.epsilon-ui-radio input:checked~strong{background:#fff;border:1px solid #448092;-webkit-box-shadow:inset 0 0 0 4px rgba(99,159,177,.75);-moz-box-shadow:inset 0 0 0 4px rgba(99,159,177,.75);box-shadow:inset 0 0 0 4px rgba(99,159,177,.75)}.epsilon-ui-radio input:disabled~strong{background:#1ABC9C;opacity:.6;pointer-events:none}.epsilon-ui-checklist{position:relative;overflow:hidden;margin-top:25px;padding-top:10px;border-top:1px solid #ECECEC;background:#FCFCFC}.epsilon-ui-checklist:before{position:absolute;top:-2px;left:50px;right:50px;height:2px;content:" ";box-shadow:0 -60px 30px 35px rgba(0,0,0,.7);z-index:1}.epsilon-ui-checklist ul{margin:15px 0 0;list-style-type:none;padding:0 5px 25px 25px;position:relative;overflow:hidden}.epsilon-ui-checklist li{margin-bottom:1px;height:35px}.epsilon-ui-checklist li>span{float:left;width:80%;padding:10px 0 0;color:grey}#sl-kiwi .epsilon-ui-checklist li .epsilon-ui-checkbox{float:right;width:20%;margin:0}.epsilon-ui-overlay{background:#fff;position:absolute;padding:10px;opacity:0}.epsilon-ui-overlay.active{top:-5px;left:-5px;bottom:-5px;right:-5px;opacity:.6}.epsilon-ui-overlay.active.networks{right:185px;left:200px;top:35px}#sl-kiwi .epsilon-ui-color{line-height:14px;background:0 0;display:inline-block;color:#D1D1D1;position:relative}#sl-kiwi .epsilon-ui-color .wp-picker-container{position:relative}#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-picker-holder{position:absolute;z-index:9999}#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-color-picker{width:69px;height:23px;z-index:10;position:absolute;top:-1px;border:none;color:#D1D1D1}#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-picker-clear{position:relative;left:66px;top:6px}#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-color-result{background:0 0;border:none;-webkit-border-radius:0;border-radius:0;box-shadow:0 0 5px rgba(0,0,0,.15);padding-left:30px}#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-color-result .wp-color-result-text{display:none}#sl-kiwi .epsilon-ui-color .wp-picker-container .wp-color-result:after{background:0 0;-webkit-border-radius:0;border-radius:0;content:''}#sl-kiwi .bottom-color-option .floating-bar-background{width:350px;position:relative}#sl-kiwi .bottom-color-option .floating-bar-background em{position:absolute;left:44px;top:3px;font-style:normal;font-size:13px}#sl-kiwi .bottom-color-option .wp-picker-container{width:350px}#sl-kiwi .bottom-color-option .wp-picker-container .wp-color-result{border:none}#sl-kiwi .bottom-color-option .wp-picker-container .wp-color-result:after{-webkit-border-radius:0;border-radius:0;content:''}#sl-kiwi .bottom-color-option .wp-picker-container .wp-color-result:focus,#sl-kiwi .bottom-color-option .wp-picker-container .wp-color-result:hover{background:0 0;border-color:transparent;color:initial}#sl-kiwi .bottom-color-option .wp-picker-container .wp-color-picker{z-index:10;height:27px;top:-3px}#sl-kiwi .bottom-color-option .wp-picker-container .wp-picker-default{z-index:999;left:100px;position:absolute}#sl-kiwi .epsilon-ui-color strong{width:30px;height:20px;border-radius:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.15);-moz-box-shadow:0 0 5px rgba(0,0,0,.15);box-shadow:0 0 5px rgba(0,0,0,.15)}.epsilon-ui-option{position:relative}.epsilon-ui-option input{position:absolute;z-index:-1;opacity:0;left:0;top:0}.epsilon-ui-option label{width:100%;cursor:pointer;margin:0}.epsilon-ui-option ul{list-style-type:none;height:90px;padding:0;margin:0}.epsilon-ui-option li{width:80px;height:90px;float:left;background:#F7FAFB;text-align:center;margin-right:1px}.epsilon-ui-option input+span{background:#F7FAFB;display:block;padding:14px 15px 0;height:90px}.epsilon-ui-option span span{text-transform:uppercase;font-size:10px;display:block;background:0 0;height:24px;color:#969A9C;border-top:1px solid #fff;line-height:24px;font-weight:400;margin:15px -15px 0}.epsilon-ui-option strong{position:relative;transition:all .15s;display:block;border:2px solid #CBCBCB;border-radius:2px;width:50px;height:39px;background-color:#f1f1f1;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);-moz-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);background-image:-webkit-linear-gradient(top,#fff,#f6f6f6);background-image:-moz-linear-gradient(top,#fff,#f6f6f6);background-image:-o-linear-gradient(top,#fff,#f6f6f6);background-image:-ms-linear-gradient(top,#fff,#f6f6f6);background-image:linear-gradient(to bottom,#fff,#f6f6f6)}.epsilon-ui-option input:focus+span{outline:#ccc dashed 1px;outline-offset:-4px}.epsilon-ui-option input:checked+span,.epsilon-ui-option input:checked:focus+span{background:#E8F1F3}.epsilon-ui-option input+span:hover,.epsilon-ui-option input:checked:focus+span:hover{background:#dbe9ec}.epsilon-ui-option input:disabled+span{background:#FCFCFC;opacity:.5}.epsilon-ui-option input:disabled:checked+span{background:#F5F5F5;border-color:#C4C4C4;opacity:1}.epsilon-ui-option input:disabled+span .kiwi-ic-centered em,.epsilon-ui-option input:disabled+span .kiwi-ic-centered em+em:after,.epsilon-ui-option input:disabled+span .kiwi-ic-centered em+em:before,.epsilon-ui-option input:disabled+span .kiwi-ic-centered em:after,.epsilon-ui-option input:disabled+span .kiwi-ic-centered em:before,.epsilon-ui-option input:disabled+span .kiwi-ic-posboth em,.epsilon-ui-option input:disabled+span .kiwi-ic-posboth em+em:after,.epsilon-ui-option input:disabled+span .kiwi-ic-posboth em+em:before,.epsilon-ui-option input:disabled+span .kiwi-ic-posboth em:after,.epsilon-ui-option input:disabled+span .kiwi-ic-posboth em:before,.epsilon-ui-option input:disabled+span .kiwi-ic-posbottom em,.epsilon-ui-option input:disabled+span .kiwi-ic-posbottom em+em:after,.epsilon-ui-option input:disabled+span .kiwi-ic-posbottom em+em:before,.epsilon-ui-option input:disabled+span .kiwi-ic-posbottom em:after,.epsilon-ui-option input:disabled+span .kiwi-ic-posbottom em:before,.epsilon-ui-option input:disabled+span .kiwi-ic-postop em,.epsilon-ui-option input:disabled+span .kiwi-ic-postop em+em:after,.epsilon-ui-option input:disabled+span .kiwi-ic-postop em+em:before,.epsilon-ui-option input:disabled+span .kiwi-ic-postop em:after,.epsilon-ui-option input:disabled+span .kiwi-ic-postop em:before{background:#CECECE;opacity:1}.epsilon-ui-option input:disabled+span>i>strong:before{background:#CECECE}.epsilon-ui-option .kiwi-ic-bottom strong:before,.epsilon-ui-option .kiwi-ic-left strong:before,.epsilon-ui-option .kiwi-ic-right strong:before{background:#E14D43;opacity:.7;content:' '}.epsilon-ui-option .kiwi-ic-left strong:before{width:6px;height:17px;left:0;top:9px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-right strong:before{width:6px;height:17px;right:0;top:9px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-bottom strong:before{width:16px;height:6px;left:15px;bottom:0;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-leaf strong:before,.epsilon-ui-option .kiwi-ic-pill strong:before,.epsilon-ui-option .kiwi-ic-rect strong:before,.epsilon-ui-option .kiwi-ic-shift strong:before{background:#E14D43;width:30px;height:15px;left:8px;top:10px;content:' ';display:block;position:absolute;opacity:.7}.epsilon-ui-option .kiwi-ic-shift strong:before{-ms-transform:skewX(-20deg);-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}.epsilon-ui-option .kiwi-ic-pill strong:before{border-radius:10px}.epsilon-ui-option .kiwi-ic-leaf strong:before{border-radius:6px 0}.epsilon-ui-option .kiwi-ic-centered strong:before{background:#CACACA;opacity:.7;content:' ';width:14px;height:2px;left:6px;top:7px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-centered strong>em{background:#CECECE;opacity:.7;width:38px;height:11px;left:6px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-centered strong>em:after,.epsilon-ui-option .kiwi-ic-centered strong>em:before{width:10px;height:5px;top:14px;opacity:1;content:' ';display:block;position:absolute}.epsilon-ui-option .kiwi-ic-centered strong>em:before{background:#1F4091;left:0}.epsilon-ui-option .kiwi-ic-centered strong>em:after{background:#00BFF3;left:14px}.epsilon-ui-option .kiwi-ic-centered strong>em+em{background:0 0;opacity:1;content:' ';width:5px;height:15px;left:35px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-centered strong>em+em:before{background:#E03D1C;opacity:1;content:' ';width:10px;height:5px;left:-1px;top:14px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-centered strong>em+em:after{content:none}.epsilon-ui-option .kiwi-ic-filled strong:before{background:#CACACA;opacity:.7;content:' ';width:14px;height:2px;left:6px;top:7px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-filled strong>em{background:#CECECE;opacity:.7;width:38px;height:11px;left:6px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-filled strong>em:after,.epsilon-ui-option .kiwi-ic-filled strong>em:before{width:13px;height:5px;top:14px;opacity:1;content:' ';display:block;position:absolute}.epsilon-ui-option .kiwi-ic-filled strong>em:before{background:#1F4091;left:0}.epsilon-ui-option .kiwi-ic-filled strong>em:after{background:#00BFF3;left:13px}.epsilon-ui-option .kiwi-ic-filled strong>em+em{background:0 0;opacity:1;content:' ';width:5px;height:15px;left:35px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-filled strong>em+em:before{background:#E03D1C;opacity:1;content:' ';width:12px;height:5px;left:-3px;top:14px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-filled strong>em+em:after{content:none}.epsilon-ui-option .kiwi-ic-posbottom strong:before{background:#CACACA;opacity:.7;content:' ';width:14px;height:2px;left:6px;top:7px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-posbottom strong>em{background:#CECECE;opacity:.7;width:27px;height:11px;left:6px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-posbottom strong>em:after,.epsilon-ui-option .kiwi-ic-posbottom strong>em:before{width:6px;height:2px;display:block;position:absolute;content:' ';opacity:1;top:13px}.epsilon-ui-option .kiwi-ic-posbottom strong>em:before{background:#1F4091;left:0}.epsilon-ui-option .kiwi-ic-posbottom strong>em:after{background:#00BFF3;left:7px}.epsilon-ui-option .kiwi-ic-posbottom strong>em+em{background:#CECECE;opacity:1;content:' ';width:5px;height:15px;left:35px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-posboth strong:before,.epsilon-ui-option .kiwi-ic-posbottom strong>em+em:after,.epsilon-ui-option .kiwi-ic-posbottom strong>em+em:before{content:' ';height:2px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-posbottom strong>em+em:before{background:#E03D1C;opacity:1;width:6px;left:-15px;top:13px}.epsilon-ui-option .kiwi-ic-posbottom strong>em+em:after{background:#81B636;opacity:1;width:6px;left:-8px;top:13px}.epsilon-ui-option .kiwi-ic-posboth strong:before{background:#CACACA;opacity:.7;width:14px;left:6px;top:7px}.epsilon-ui-option .kiwi-ic-posboth strong>em{background:#CECECE;opacity:.7;width:27px;height:7px;left:6px;top:17px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-posboth strong>em.top:after,.epsilon-ui-option .kiwi-ic-posboth strong>em.top:before{width:6px;height:2px;top:-4px;display:block;position:absolute;opacity:1;content:' '}.epsilon-ui-option .kiwi-ic-posboth strong>em.top:before{background:#1F4091;left:0}.epsilon-ui-option .kiwi-ic-posboth strong>em.top:after{background:#00BFF3;left:7px}.epsilon-ui-option .kiwi-ic-posboth strong>em.top+em.top{background:#CECECE;opacity:1;content:' ';width:5px;height:15px;left:35px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-posboth strong>em.bottom:after,.epsilon-ui-option .kiwi-ic-posboth strong>em.bottom:before,.epsilon-ui-option .kiwi-ic-posboth strong>em.top+em.top:after,.epsilon-ui-option .kiwi-ic-posboth strong>em.top+em.top:before{width:6px;height:2px;opacity:1;content:' ';display:block;position:absolute}.epsilon-ui-option .kiwi-ic-posboth strong>em.top+em.top:before{background:#E03D1C;left:-15px;top:0}.epsilon-ui-option .kiwi-ic-posboth strong>em.top+em.top:after{background:#81B636;left:-8px;top:0}.epsilon-ui-option .kiwi-ic-posboth strong>em.bottom:before{background:#1F4091;left:0;top:9px}.epsilon-ui-option .kiwi-ic-posboth strong>em.bottom:after{background:#00BFF3;left:7px;top:9px}.epsilon-ui-option .kiwi-ic-posboth strong>em.bottom+em.bottom{background:#CECECE;opacity:1;content:' ';width:5px;height:15px;left:35px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-posboth strong>em.bottom+em.bottom:before{background:#E03D1C;opacity:1;content:' ';width:6px;height:2px;left:-15px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-posboth strong>em.bottom+em.bottom:after{background:#81B636;opacity:1;content:' ';width:6px;height:2px;left:-8px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-postop strong:before{background:#CACACA;opacity:.7;content:' ';width:14px;height:2px;left:6px;top:7px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-postop strong>em{background:#CECECE;opacity:.7;width:27px;height:11px;left:6px;top:17px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-postop strong>em:after,.epsilon-ui-option .kiwi-ic-postop strong>em:before{width:6px;height:2px;top:-4px;opacity:1;content:' ';position:absolute;display:block}.epsilon-ui-option .kiwi-ic-postop strong>em:before{background:#1F4091;left:0}.epsilon-ui-option .kiwi-ic-postop strong>em:after{background:#00BFF3;left:7px}.epsilon-ui-option .kiwi-ic-postop strong>em+em{background:#CECECE;opacity:1;content:' ';width:5px;height:15px;left:35px;top:13px;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-postop strong>em+em:before{background:#E03D1C;opacity:1;content:' ';width:6px;height:2px;left:-15px;top:0;display:block;position:absolute}.epsilon-ui-option .kiwi-ic-postop strong>em+em:after{background:#81B636;opacity:1;content:' ';width:6px;height:2px;left:-8px;top:0;display:block;position:absolute}.epsilon-ui-toggle{background:0 0;width:52px;height:22px;position:relative;z-index:10}.epsilon-ui-toggle input{position:absolute;z-index:-1;opacity:0;left:0;top:0}.epsilon-ui-toggle input:focus~span{outline:#ccc dashed 1px;outline-offset:2px}.epsilon-ui-toggle span{display:block;width:52px;overflow:hidden;cursor:pointer;position:relative;height:22px;padding:0;line-height:19px;transition:background-color .2s ease-in;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:30px;background-color:#c4c4c4;-webkit-box-shadow:inset 0 2px 1px rgba(0,0,0,.11);-moz-box-shadow:inset 0 2px 1px rgba(0,0,0,.11);box-shadow:inset 0 2px 1px rgba(0,0,0,.11)}.epsilon-ui-toggle input+span:before{content:"";display:block;width:18px;height:18px;margin:0;position:absolute;top:2px;bottom:0;right:32px;background-color:#fff;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);-moz-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;transition:all .2s ease-in 0s}.epsilon-ui-toggle input+span:after{content:"OFF";display:block;color:#FFF;position:absolute;top:2px;bottom:2px;right:6px;font-size:11px;font-family:Arial}.kiwi-title-has-tooltip h4,.sl-kiwi-tab-integration .themes,.ui-locked:after{display:inline-block}.epsilon-ui-toggle input:checked+span{background:#3CAF0E}.epsilon-ui-toggle input:checked+span:before{right:2px}.epsilon-ui-toggle input:checked+span:after{content:"ON";right:27px}.epsilon-ui-toggle input:focus+span,.epsilon-ui-toggle:hover input+span{background:#d4d4d4}.epsilon-ui-toggle input:focus:checked+span,.epsilon-ui-toggle:hover input:checked+span{background:#4fbf23}.ui-locked{position:relative}.ui-locked input[type=radio]:disabled{opacity:0}.ui-locked input:disabled~strong{background:0 0}.ui-locked:after{background:#F15B25;opacity:1;border:none;text-align:center;content:'\f160';font-family:dashicons;color:#fff;font-size:11px;position:absolute;bottom:2px;right:-25px;border-radius:50%;width:16px;height:16px;line-height:16px}.sl-kiwi-tab-integration .integration_box{height:330px;margin-top:15px;text-align:center;background:#FFF;position:relative;border:1px solid rgba(0,0,0,.1);float:left}.sl-kiwi-tab-integration .integration_box .recommended{background:#d25637;color:#FFF;text-transform:uppercase;height:28px;text-align:center;top:0;left:0;right:0;line-height:28px;font-size:10px;position:absolute;font-weight:700}.sl-kiwi-tab-integration .integration_box img{width:155px;height:155px;padding-top:50px;margin:0 auto 15px;display:block;border:none}.sl-kiwi-tab-integration .integration_box.theme img{width:100%;height:initial;padding:0;margin:0;display:block}.sl-kiwi-tab-integration .integration_box.theme .info{display:block;position:absolute;bottom:48px;left:0;right:0;height:35px;background:rgba(0,0,0,.5);line-height:35px}.sl-kiwi-tab-integration .integration_box.theme .info a{color:#fff;font-size:14px;font-family:'Open Sans'}.sl-kiwi-tab-integration .integration_box.theme .info a:focus,.sl-kiwi-tab-integration .integration_box.theme .info a:hover{text-decoration:none}.sl-kiwi-tab-integration .integration_box .action_bar{position:absolute;bottom:0;left:0;right:0;font-size:15px;font-weight:600;height:18px;margin:0;padding:15px 105px 15px 15px;-webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,.1);box-shadow:inset 0 1px 0 rgba(0,0,0,.1);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;background:#fff;background:rgba(255,255,255,.65);text-align:left}.sl-kiwi-tab-integration .integration_box .action_bar.active{background:#23282d;color:#FFF}.sl-kiwi-tab-integration .integration_box .action_button{position:absolute;bottom:-1px;right:-1px;padding:9px 10px 10px;background:#f6f6f6;border:1px solid rgba(0,0,0,.1)}.sl-kiwi-tab-integration .integration_box .action_button.active{background:#2c2e2f;bottom:0;right:-1px;padding:9px 10px}.sl-kiwi-tab-integration.three-col .col{width:29.81%;margin-right:5%;margin-bottom:35px}.sl-kiwi-tab-integration.three-col .col:nth-child(3n+3){margin-right:0}.mce-ico.mce-i-dashicons.dashicons-twitter{font-family:dashicons}.mce-ico.mce-i-dashicons.dashicons-twitter:before{content:"\f301";color:#55ACEE}#update-nag,.update-nag{position:relative;z-index:10}#update-nag.kiwi-notice,.update-nag.kiwi-notice{width:95%}#update-nag.kiwi-notice p,.update-nag.kiwi-notice p{font-size:14px}.kiwi-tooltip-container{position:relative;display:inline-block}.kiwi-tooltip-container .dashicons{color:#0073aa}.kiwi-tooltip-container .tooltip-opener{cursor:pointer}.kiwi-tooltip-container .tooltip-opener:focus+.kiwi-notice-container,.kiwi-tooltip-container .tooltip-opener:hover+.kiwi-notice-container{display:block}.kiwi-tooltip-container .kiwi-notice-container{position:absolute;display:none;padding:10px;background:#0073aa;border-radius:3px;z-index:10;width:350px}.clear,.fixed:after{clear:both;display:block;visibility:hidden;height:0}.kiwi-tooltip-container .kiwi-notice-container p{color:#fff}.wp-has-submenu a[href*="admin.php?page=kiwi-upgrade"],a.kiwi-upgrade-pro{color:red!important}.wp-has-submenu a[href*="admin.php?page=kiwi-upgrade"]:after,a.kiwi-upgrade-pro:after{font-family:dashicons;content:'\f155';margin-left:7px;vertical-align:middle}li.kiwi-upgrade-list{background:0 0;float:right}.featured-section .kiwi.free-pro-table th{text-align:center}.kiwi-social-share-wrap .wp-badge{background-image:url(../img/icon-256x256.jpg);background-color:transparent;background-size:contain;border:0;box-shadow:none}.fixed:after{font-size:0;content:" "}.clear{overflow:hidden;width:0}.featured-section.features .row{display:inline-block;width:97%;padding:15px;border-bottom:1px solid rgba(0,0,0,.06)}.featured-section.features .row .dashicons-yes{color:#2cbe4e}.featured-section.features .row .dashicons-no-alt{color:#ff3d2e}.featured-section.features .row>div{display:inline-block;float:left;width:15%;text-align:center}.featured-section.features .row>.feature{width:70%;text-align:left}.featured-section .free-pro-table{border-spacing:0;width:100%;margin-top:40px}.featured-section .free-pro-table th{padding-bottom:20px}.featured-section .free-pro-table td{border-top:1px solid #ccc;padding:20px 0 25px}.featured-section .free-pro-table h3,.featured-section .free-pro-table td p{margin:0}.featured-section .free-pro-table .sab-feature,.featured-section .free-pro-table .sab-pro-feature{text-align:center;width:15%}.featured-section .free-pro-table .dashicons-yes{color:#00a878}.featured-section .free-pro-table .dashicons-no-alt{color:#ff3439}.featured-section .free-pro-table .dashicons-before:before{font-size:35px;height:35px;width:35px}.featured-section .button-hero .dashicons{font-size:16px;vertical-align:middle}.featured-section .ti-about-page-text-center{text-align:center}.free-pro-table .text-right{text-align:right}
|
assets/css/menu-link.css
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.wp-has-submenu a[href*="admin.php?page=kiwi-upgrade"], a.kiwi-upgrade-pro {
|
2 |
+
color: red !important;
|
3 |
+
}
|
4 |
+
|
5 |
+
.wp-has-submenu a[href*="admin.php?page=kiwi-upgrade"]:after, a.kiwi-upgrade-pro:after {
|
6 |
+
font-family: dashicons;
|
7 |
+
content: '\f155';
|
8 |
+
margin-left: 7px;
|
9 |
+
vertical-align: middle;
|
10 |
+
}
|
assets/js/admin.js
CHANGED
@@ -2,9 +2,9 @@ jQuery(document).ready(function (e) {
|
|
2 |
try {
|
3 |
kiwi.init(e);
|
4 |
|
5 |
-
kiwi.interactions.upsellModalPage(e);
|
6 |
-
kiwi.interactions.handleModalPageForm(e);
|
7 |
-
kiwi.interactions.registration(e);
|
8 |
}
|
9 |
catch ( err ) {
|
10 |
console.warn(err.message);
|
2 |
try {
|
3 |
kiwi.init(e);
|
4 |
|
5 |
+
// kiwi.interactions.upsellModalPage(e);
|
6 |
+
// kiwi.interactions.handleModalPageForm(e);
|
7 |
+
// kiwi.interactions.registration(e);
|
8 |
}
|
9 |
catch ( err ) {
|
10 |
console.warn(err.message);
|
assets/js/kiwi.js
CHANGED
@@ -132,7 +132,7 @@ var kiwi = {
|
|
132 |
* @param $
|
133 |
*/
|
134 |
tabs: function ($) {
|
135 |
-
$('.epsilon-ui-tabs a').click(function () {
|
136 |
|
137 |
if ( $(this).closest('li').hasClass('selected') ) {
|
138 |
return 0;
|
132 |
* @param $
|
133 |
*/
|
134 |
tabs: function ($) {
|
135 |
+
$('.epsilon-ui-tabs a:not([href*="admin.php?page=kiwi-upgrade"])').click(function () {
|
136 |
|
137 |
if ( $(this).closest('li').hasClass('selected') ) {
|
138 |
return 0;
|
assets/js/kiwi.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
"use strict";var kiwi={loaded:0,interface:{saveChangesNotification:function(a){var b=a("#sl-kiwi"),c=b.find(".kiwi-notification-popup"),d=c.find("input"),e=b.find("form").find("#submit");b.find("input").on("change",function(){c.slideDown(300)}),d.on("click",function(){e.click()})},preloader:function(a){var b=a("#sl-kiwi"),c=b.find(".overlay"),d=a('ul[data-id="networks_ordering_floating_bar"]');setTimeout(function(){c.find(".overlay-content").fadeOut(400,function(){c.removeClass("active").css({"z-index":0,bottom:"initial",right:"initial"}),d.css({right:"-46px",opacity:1,"z-index":1})})},1500)},colorFields:function(a){var b=a(".kiwi-styles .epsilon-ui-color input"),c=a(".kiwi-styles .epsilon-custom-colors .epsilon-ui-color input");a(".shift a");b.wpColorPicker(),a('input[name="kiwi_general_settings[styles_colors]"]:radio').change(function(){switch(a(this).val()){case"custom":a.each(c,function(){a(this).val(a(this).data("color-custom")).trigger("change")});break;case"monochrome":a.each(c,function(){a(this).val(a(this).data("color-monochrome")).trigger("change")});break;default:a.each(c,function(){a(this).val(a(this).data("color-original")).trigger("change")})}}),a.each(b,function(){var b=a(this).parents(".epsilon-ui-color"),c=b.find("em"),d=a(this),e=b.parent().parent().data("network");a(".shift").find(".kiwi-nw-"+e),d.wpColorPicker("color"),b.attr("data-prop");a(this).wpColorPicker({change:function(a,b){var e=d.wpColorPicker("color");c.html(e)}})});var d=a(".floating-bar-background input");d.length&&d.wpColorPicker({defaultColor:"#272F32",change:function(b,c){var e=d.wpColorPicker("color");a(".floating-bar-background").find("em").html(e)}}),kiwi.loaded+=1},toggleHelper:function(a){a(".epsilon-ui-option input").keypress(function(b){a(this).closest(".epsilon-ui-option").find(".epsilon-ui-overlay.active").length&&b.keyCode>36&&b.keyCode<41&&b.preventDefault()}),kiwi.loaded+=1},tabs:function(a){a(".epsilon-ui-tabs a").click(function(){if(a(this).closest("li").hasClass("selected"))return 0;var b=a(this).attr("data-tab");return a(this).closest("ul").find(".selected").removeClass("selected"),a(this).closest("li").addClass("selected"),a(".sl-kiwi-content .epsilon-tab-active").removeClass("epsilon-tab-active"),a(".sl-kiwi-content ."+b).addClass("epsilon-tab-active"),document.cookie="tab="+b,a(document).trigger("KiwiTabChanged"),!1}),kiwi.loaded+=1}},interactions:{registration:function(a){a(".kiwi-ajax-activation").on("click",function(b){b.preventDefault();var c={action:"kiwi_social_share_set_option",args:{group:"kiwi_registration",option:"license_key",default:!1,value:a(this).parent().find("#kiwi_pro_registration").val()}};jQuery.ajax({dataType:"json",type:"POST",url:ajaxurl,data:c,complete:function(a){a.responseText&&"Success"===a.responseText&&location.reload()}})}),a(".kiwi-ajax-registration-action").on("click",function(b){b.preventDefault();var c=a(this),d={action:"kiwi_social_share_edd_helper",args:{todo:a(this).attr("data-action")}};jQuery.ajax({dataType:"json",type:"POST",url:ajaxurl,data:d,complete:function(a){if(a.responseJSON.status)switch(a.responseJSON.message){case"active":c.attr("data-action","deactivate").addClass("button").removeClass("button-primary").val("Deactivate License");break;case"site_inactive":c.attr("data-action","activate").addClass("button-primary").removeClass("button").val("Activate License")}}})})},networks:function(a){a('.sl-kiwi-tab-networks .sl-kiwi-networks input[data-source="article-bar"]').on("click change",function(){var b=a(this).attr("data-list-item");a(this).is(":checked")?a('.sl-kiwi-dragdrop ul[data-id="networks_ordering"] li .'+b).closest("li").removeClass("sl-kiwi-item-remove").addClass("sl-kiwi-item-add"):a('.sl-kiwi-dragdrop ul[data-id="networks_ordering"] li .'+b).closest("li").removeClass("sl-kiwi-item-add").addClass("sl-kiwi-item-remove")}),a('.sl-kiwi-tab-networks .sl-kiwi-networks input[data-source="floating-bar"]').on("click change",function(){var b=a(this).attr("data-list-item");a(this).is(":checked")?a('.sl-kiwi-dragdrop ul[data-id="networks_ordering_floating_bar"] li .'+b).closest("li").removeClass("sl-kiwi-item-remove").addClass("sl-kiwi-item-add"):a('.sl-kiwi-dragdrop ul[data-id="networks_ordering_floating_bar"] li .'+b).closest("li").removeClass("sl-kiwi-item-add").addClass("sl-kiwi-item-remove")}),kiwi.loaded+=1},articleStyling:function(a){a('input[name="kiwi_general_settings[article_bar_style]"]:radio').change(function(){a(".sl-kiwi-dragdrop").find("[data-id='networks_ordering']").attr("data-style",this.value)})},toggles:function(a){a(".epsilon-ui-toggle input").click(function(){a(this).prop("checked")?a(this).val("on"):a(this).val("");var b=a(this).closest(".sl-kiwi-opt-group");a(this).is(":checked")?a(".epsilon-ui-overlay",b).removeClass("active"):a(".epsilon-ui-overlay",b).addClass("active")}),kiwi.loaded+=1},radioToggles:function(a){a(".sl-kiwi-radio-post-types .epsilon-ui-radio input").click(function(){"all"===a(this).val()?a(this).parent().parent().find(".epsilon-ui-checklist").slideUp():"custom"===a(this).val()&&a(this).parent().parent().find(".epsilon-ui-checklist").slideDown()}),a(".epsilon-ui-radio-toggle input").click(function(){"original"===a(this).val()?a(this).parents(".sl-kiwi-tab-networks").find(".epsilon-ui-overlay").addClass("active"):a(this).parents(".sl-kiwi-tab-networks").find(".epsilon-ui-overlay").removeClass("active")}),kiwi.loaded+=1},shapes:function(a){a('input[name="kiwi_general_settings[button_shape]"]:radio').change(function(){a(".sl-kiwi-dragdrop").find("[data-id='networks_ordering']").attr("class",this.value)}),a('input[name="kiwi_general_settings[button_shape_floating]"]:radio').change(function(){a(".sl-kiwi-dragdrop").find("[data-id='networks_ordering_floating_bar']").attr("class",this.value)}),kiwi.loaded+=1},allCheckbox:function(a){var b,c=a('input[name="kiwi_general_settings[networks_floating_bar][]"]'),d=a('input[name="kiwi_general_settings[networks_floating_bar][]"]:checked'),e=a('input[name="kiwi_general_settings[networks_article_bar][]"]'),f=a('input[name="kiwi_general_settings[networks_article_bar][]"]:checked');c.length===d.length&&a("#floating-bar-all").prop("checked",!0),e.length===f.length&&a("#social-bar-all").prop("checked",!0),a("#social-bar-all, #floating-bar-all").on("click",function(c){switch(a(this).attr("id")){case"floating-bar-all":b=a(this).prop("checked"),a('input[name="kiwi_general_settings[networks_floating_bar][]"]').prop("checked",b).change();break;default:b=a(this).prop("checked"),a('input[name="kiwi_general_settings[networks_article_bar][]"]').prop("checked",b).change()}})},sortable:function(a){a(".sl-kiwi-dragdrop ul[data-id='networks_ordering']").sortable({placeholder:"sl-kiwi-dragdrop-placeholder",stop:function(b,c){var d=[],e=a(this).attr("data-id");a('.sl-kiwi-dragdrop ul[data-id="networks_ordering"] li').each(function(b,c){var e=a(c).attr("data-item");d.push(e)});var f=d.join();a("#kiwi_"+e).val(f).trigger("change")},create:function(a,b){kiwi.loaded+=1}}).disableSelection()},upsellModalPage:function(a){var b=a(".kiwi-modal");a(".ui-locked, .epsilon-ui-locked, .epsilon-locked").on("click",function(a){b.fadeIn(200,function(){b.addClass("in")})}),a('input[name="kiwi_product_upsell[type]"]').on("change",function(){"business"===a(this).val()?a(".kiwi-modal").find(".company-group").fadeIn(300):(b.find(".company-group").fadeOut(300),b.find(".company-group input").val(""))}),a(".kiwi-modal .close-modal").on("click",function(a){a.preventDefault(),b.removeClass("in"),setTimeout(function(){b.fadeOut(200),b.find("#page-one").show(),b.find("#page-two").hide(),b.find(".modal-footer").show(),b.find(".modal-title").text(kiwi_locale.kiwi_step_one_title),b.find(".modal-subtitle").text(kiwi_locale.kiwi_step_one_subtitle)},200)}),a(".button-modal").on("click",function(b){if(b.preventDefault(),"modal-buy-now"===a(this).attr("data-action")){var c=a("#page-one"),d=a("#page-two"),e=a(".kiwi-modal .modal-footer"),f=a(".kiwi-modal .modal-header-content"),g=f.find(".modal-title"),h=f.find(".modal-subtitle");g.fadeOut(300,function(){g.text(kiwi_locale.kiwi_step_two_title),g.fadeIn(300)}),h.fadeOut(300,function(){h.text(kiwi_locale.kiwi_step_two_subtitle),h.fadeIn(300)}),e.fadeOut(300),c.fadeOut(300,function(){d.fadeIn(300)})}})},handleModalPageForm:function(a){a(".button-modal").on("click",function(b){if(b.preventDefault(),"continue-to-checkout"===a(this).attr("data-action")){var c={customer:{first_name:a('input[name="kiwi_product_upsell[first_name]"]').val(),last_name:a('input[name="kiwi_product_upsell[last_name]"]').val(),email:a('input[name="kiwi_product_upsell[email]"]').val(),vat:a('input[name="kiwi_product_upsell[vat]"]').val(),company_name:a('input[name="kiwi_product_upsell[company_name]"]').val()},product:{id:a('input[name="kiwi_product_upsell[product]"]').val(),options:{},quantity:"1"}},d=JSON.stringify(c),e=encodeURIComponent(btoa(d)),f=window.open("https://www.machothemes.com/checkout/?mthash="+e);window.focus&&f.focus()}})}},frontend:{modalPopup:function(a){a('a[data-class="popup"]').on("click",function(b){b.preventDefault();var c,d=window.open(a(this).attr("href"),"","height=500,width=500");window.focus&&d.focus();var e,f=a(this).attr("data-network"),g=a(this).parent();return g.is("li")?(e=g.parent().attr("data-tracking-container"),c=kiwi.frontend.checkTracking(this)):g.is("blockquote")&&(e="click-to-tweet",c="true"===a(this).attr("data-tracking")),"function"==typeof ga&&!0===c&&ga("send","event","kiwi_social_media","kiwi_"+e+"_"+f+"_share"),!1})},highlighted:{start:0,end:0,url:null,title:null,content:null},highlightShare:function(a){var b=a(".kiwi-highlighter-excerpt-area, .kiwi-highlighter-content-area");a(".kiwi-highlight-sharer a").on("click",function(b){b.preventDefault();var c=kiwi.frontend.highlighted,d=null;kiwi.frontend.highlighted={},d=this.href.replace("%url%",encodeURIComponent(c.url)),d=d.replace("%text%",encodeURIComponent(c.content)),window.open(d,"tweethighlight","width=575,height=430,toolbar=false,menubar=false,location=false,status=false");var e="true"===a(this).attr("data-tracking");if("function"==typeof ga&&!0===e){ga("send","event","kiwi_social_media","kiwi_"+"highlight-to-tweet"+"_"+"twitter"+"_share")}return a(".kiwi-highlight-sharer").css({display:"none"}),!1}),a("body").on("mousedown vmouseup",function(b){var c=a(b.target).parent(),d=a(".kiwi-highlight-sharer");c.hasClass("kiwi-highlight-sharer")||c.is("a")||d.is(":not(:hidden)")&&d.css({display:"none"})}),b.on("mousedown vmouseup",function(b){kiwi.frontend.highlighted.start=b.pageX;var c=a(".kiwi-highlight-sharer");c.is(":not(:hidden)")&&c.css({display:"none"})}),b.on("mouseup vmouseup",function(b){var c=kiwi.frontend.getSelected(),d=a(".kiwi-highlight-sharer");if(kiwi.frontend.highlighted.end=b.pageX,void 0===c)return void d.css({display:"none"});var e={start:b.pageX,end:b.pageX,url:a(this).attr("data-url"),title:a(this).attr("data-title"),content:c},f=parseInt(Math.abs((kiwi.frontend.highlighted.start-kiwi.frontend.highlighted.end)/2));d.css({position:"absolute",left:b.pageX-f,top:b.pageY-50,display:"block"}),kiwi.frontend.highlighted=e}),document.addEventListener("selectionchange",function(){kiwi.frontend.getSelected()},!1)},getSelected:function(){var a=window.getSelection(),b=a.toString();if(""!==b)return b},checkTracking:function(a){return"true"===jQuery(a).parents("ul").attr("data-tracking")},handleFloatingBarDisplay:function(a){var b,c=a(".kiwi-floating-bar");b=c.hasClass("bottom")?"bottom":c.hasClass("right")?"right":"left",setTimeout(function(){switch(b){case"bottom":c.css({bottom:0});break;case"right":c.css({right:0});break;default:c.css({left:0})}},300)}},init:function(a){kiwi.interface.tabs(a),kiwi.interface.toggleHelper(a),kiwi.interface.colorFields(a),kiwi.interface.saveChangesNotification(a),kiwi.interactions.toggles(a),kiwi.interactions.radioToggles(a),kiwi.interactions.networks(a),kiwi.interactions.shapes(a),kiwi.frontend.modalPopup(a),kiwi.interactions.sortable(a),kiwi.interactions.allCheckbox(a),kiwi.interactions.articleStyling(a);var b=setInterval(function(){kiwi.loaded>=8&&(a(document).trigger("KiwiObjectsLoaded"),clearInterval(b))},100)}};
|
1 |
+
"use strict";var kiwi={loaded:0,interface:{saveChangesNotification:function(i){var t=i("#sl-kiwi"),e=t.find(".kiwi-notification-popup"),a=e.find("input"),n=t.find("form").find("#submit");t.find("input").on("change",function(){e.slideDown(300)}),a.on("click",function(){n.click()})},preloader:function(i){var t=i("#sl-kiwi").find(".overlay"),e=i('ul[data-id="networks_ordering_floating_bar"]');setTimeout(function(){t.find(".overlay-content").fadeOut(400,function(){t.removeClass("active").css({"z-index":0,bottom:"initial",right:"initial"}),e.css({right:"-46px",opacity:1,"z-index":1})})},1500)},colorFields:function(o){var i=o(".kiwi-styles .epsilon-ui-color input"),t=o(".kiwi-styles .epsilon-custom-colors .epsilon-ui-color input");o(".shift a");i.wpColorPicker(),o('input[name="kiwi_general_settings[styles_colors]"]:radio').change(function(){switch(o(this).val()){case"custom":o.each(t,function(){o(this).val(o(this).data("color-custom")).trigger("change")});break;case"monochrome":o.each(t,function(){o(this).val(o(this).data("color-monochrome")).trigger("change")});break;default:o.each(t,function(){o(this).val(o(this).data("color-original")).trigger("change")})}}),o.each(i,function(){var i=o(this).parents(".epsilon-ui-color"),a=i.find("em"),n=o(this),t=i.parent().parent().data("network");o(".shift").find(".kiwi-nw-"+t),n.wpColorPicker("color"),i.attr("data-prop");o(this).wpColorPicker({change:function(i,t){var e=n.wpColorPicker("color");a.html(e)}})});var a=o(".floating-bar-background input");a.length&&a.wpColorPicker({defaultColor:"#272F32",change:function(i,t){var e=a.wpColorPicker("color");o(".floating-bar-background").find("em").html(e)}}),kiwi.loaded+=1},toggleHelper:function(t){t(".epsilon-ui-option input").keypress(function(i){t(this).closest(".epsilon-ui-option").find(".epsilon-ui-overlay.active").length&&36<i.keyCode&&i.keyCode<41&&i.preventDefault()}),kiwi.loaded+=1},tabs:function(t){t('.epsilon-ui-tabs a:not([href*="admin.php?page=kiwi-upgrade"])').click(function(){if(t(this).closest("li").hasClass("selected"))return 0;var i=t(this).attr("data-tab");return t(this).closest("ul").find(".selected").removeClass("selected"),t(this).closest("li").addClass("selected"),t(".sl-kiwi-content .epsilon-tab-active").removeClass("epsilon-tab-active"),t(".sl-kiwi-content ."+i).addClass("epsilon-tab-active"),document.cookie="tab="+i,t(document).trigger("KiwiTabChanged"),!1}),kiwi.loaded+=1}},interactions:{registration:function(a){a(".kiwi-ajax-activation").on("click",function(i){i.preventDefault();var t={action:"kiwi_social_share_set_option",args:{group:"kiwi_registration",option:"license_key",default:!1,value:a(this).parent().find("#kiwi_pro_registration").val()}};jQuery.ajax({dataType:"json",type:"POST",url:ajaxurl,data:t,complete:function(i){i.responseText&&"Success"===i.responseText&&location.reload()}})}),a(".kiwi-ajax-registration-action").on("click",function(i){i.preventDefault();var t=a(this),e={action:"kiwi_social_share_edd_helper",args:{todo:a(this).attr("data-action")}};jQuery.ajax({dataType:"json",type:"POST",url:ajaxurl,data:e,complete:function(i){if(i.responseJSON.status)switch(i.responseJSON.message){case"active":t.attr("data-action","deactivate").addClass("button").removeClass("button-primary").val("Deactivate License");break;case"site_inactive":t.attr("data-action","activate").addClass("button-primary").removeClass("button").val("Activate License")}}})})},networks:function(t){t('.sl-kiwi-tab-networks .sl-kiwi-networks input[data-source="article-bar"]').on("click change",function(){var i=t(this).attr("data-list-item");t(this).is(":checked")?t('.sl-kiwi-dragdrop ul[data-id="networks_ordering"] li .'+i).closest("li").removeClass("sl-kiwi-item-remove").addClass("sl-kiwi-item-add"):t('.sl-kiwi-dragdrop ul[data-id="networks_ordering"] li .'+i).closest("li").removeClass("sl-kiwi-item-add").addClass("sl-kiwi-item-remove")}),t('.sl-kiwi-tab-networks .sl-kiwi-networks input[data-source="floating-bar"]').on("click change",function(){var i=t(this).attr("data-list-item");t(this).is(":checked")?t('.sl-kiwi-dragdrop ul[data-id="networks_ordering_floating_bar"] li .'+i).closest("li").removeClass("sl-kiwi-item-remove").addClass("sl-kiwi-item-add"):t('.sl-kiwi-dragdrop ul[data-id="networks_ordering_floating_bar"] li .'+i).closest("li").removeClass("sl-kiwi-item-add").addClass("sl-kiwi-item-remove")}),kiwi.loaded+=1},articleStyling:function(i){i('input[name="kiwi_general_settings[article_bar_style]"]:radio').change(function(){i(".sl-kiwi-dragdrop").find("[data-id='networks_ordering']").attr("data-style",this.value)})},toggles:function(t){t(".epsilon-ui-toggle input").click(function(){t(this).prop("checked")?t(this).val("on"):t(this).val("");var i=t(this).closest(".sl-kiwi-opt-group");t(this).is(":checked")?t(".epsilon-ui-overlay",i).removeClass("active"):t(".epsilon-ui-overlay",i).addClass("active")}),kiwi.loaded+=1},radioToggles:function(i){i(".sl-kiwi-radio-post-types .epsilon-ui-radio input").click(function(){"all"===i(this).val()?i(this).parent().parent().find(".epsilon-ui-checklist").slideUp():"custom"===i(this).val()&&i(this).parent().parent().find(".epsilon-ui-checklist").slideDown()}),i(".epsilon-ui-radio-toggle input").click(function(){"original"===i(this).val()?i(this).parents(".sl-kiwi-tab-networks").find(".epsilon-ui-overlay").addClass("active"):i(this).parents(".sl-kiwi-tab-networks").find(".epsilon-ui-overlay").removeClass("active")}),kiwi.loaded+=1},shapes:function(i){i('input[name="kiwi_general_settings[button_shape]"]:radio').change(function(){i(".sl-kiwi-dragdrop").find("[data-id='networks_ordering']").attr("class",this.value)}),i('input[name="kiwi_general_settings[button_shape_floating]"]:radio').change(function(){i(".sl-kiwi-dragdrop").find("[data-id='networks_ordering_floating_bar']").attr("class",this.value)}),kiwi.loaded+=1},allCheckbox:function(t){var e,i=t('input[name="kiwi_general_settings[networks_floating_bar][]"]'),a=t('input[name="kiwi_general_settings[networks_floating_bar][]"]:checked'),n=t('input[name="kiwi_general_settings[networks_article_bar][]"]'),o=t('input[name="kiwi_general_settings[networks_article_bar][]"]:checked');i.length===a.length&&t("#floating-bar-all").prop("checked",!0),n.length===o.length&&t("#social-bar-all").prop("checked",!0),t("#social-bar-all, #floating-bar-all").on("click",function(i){switch(t(this).attr("id")){case"floating-bar-all":e=t(this).prop("checked"),t('input[name="kiwi_general_settings[networks_floating_bar][]"]').prop("checked",e).change();break;default:e=t(this).prop("checked"),t('input[name="kiwi_general_settings[networks_article_bar][]"]').prop("checked",e).change()}})},sortable:function(o){o(".sl-kiwi-dragdrop ul[data-id='networks_ordering']").sortable({placeholder:"sl-kiwi-dragdrop-placeholder",stop:function(i,t){var a=[],e=o(this).attr("data-id");o('.sl-kiwi-dragdrop ul[data-id="networks_ordering"] li').each(function(i,t){var e=o(t).attr("data-item");a.push(e)});var n=a.join();o("#kiwi_"+e).val(n).trigger("change")},create:function(i,t){kiwi.loaded+=1}}).disableSelection()},upsellModalPage:function(l){var t=l(".kiwi-modal");l(".ui-locked, .epsilon-ui-locked, .epsilon-locked").on("click",function(i){t.fadeIn(200,function(){t.addClass("in")})}),l('input[name="kiwi_product_upsell[type]"]').on("change",function(){"business"===l(this).val()?l(".kiwi-modal").find(".company-group").fadeIn(300):(t.find(".company-group").fadeOut(300),t.find(".company-group input").val(""))}),l(".kiwi-modal .close-modal").on("click",function(i){i.preventDefault(),t.removeClass("in"),setTimeout(function(){t.fadeOut(200),t.find("#page-one").show(),t.find("#page-two").hide(),t.find(".modal-footer").show(),t.find(".modal-title").text(kiwi_locale.kiwi_step_one_title),t.find(".modal-subtitle").text(kiwi_locale.kiwi_step_one_subtitle)},200)}),l(".button-modal").on("click",function(i){if(i.preventDefault(),"modal-buy-now"===l(this).attr("data-action")){var t=l("#page-one"),e=l("#page-two"),a=l(".kiwi-modal .modal-footer"),n=l(".kiwi-modal .modal-header-content"),o=n.find(".modal-title"),s=n.find(".modal-subtitle");o.fadeOut(300,function(){o.text(kiwi_locale.kiwi_step_two_title),o.fadeIn(300)}),s.fadeOut(300,function(){s.text(kiwi_locale.kiwi_step_two_subtitle),s.fadeIn(300)}),a.fadeOut(300),t.fadeOut(300,function(){e.fadeIn(300)})}})},handleModalPageForm:function(o){o(".button-modal").on("click",function(i){if(i.preventDefault(),"continue-to-checkout"===o(this).attr("data-action")){var t={customer:{first_name:o('input[name="kiwi_product_upsell[first_name]"]').val(),last_name:o('input[name="kiwi_product_upsell[last_name]"]').val(),email:o('input[name="kiwi_product_upsell[email]"]').val(),vat:o('input[name="kiwi_product_upsell[vat]"]').val(),company_name:o('input[name="kiwi_product_upsell[company_name]"]').val()},product:{id:o('input[name="kiwi_product_upsell[product]"]').val(),options:{},quantity:"1"}},e=JSON.stringify(t),a=encodeURIComponent(btoa(e)),n=window.open("https://www.machothemes.com/checkout/?mthash="+a);window.focus&&n.focus()}})}},frontend:{modalPopup:function(s){s('a[data-class="popup"]').on("click",function(i){var t;i.preventDefault();var e=window.open(s(this).attr("href"),"","height=500,width=500");window.focus&&e.focus();var a,n=s(this).attr("data-network"),o=s(this).parent();return o.is("li")?(a=o.parent().attr("data-tracking-container"),t=kiwi.frontend.checkTracking(this)):o.is("blockquote")&&(a="click-to-tweet",t="true"===s(this).attr("data-tracking")),"function"==typeof ga&&!0===t&&ga("send","event","kiwi_social_media","kiwi_"+a+"_"+n+"_share"),!1})},highlighted:{start:0,end:0,url:null,title:null,content:null},highlightShare:function(o){var i=o(".kiwi-highlighter-excerpt-area, .kiwi-highlighter-content-area");o(".kiwi-highlight-sharer a").on("click",function(i){i.preventDefault();var t=kiwi.frontend.highlighted,e=null;kiwi.frontend.highlighted={},e=(e=this.href.replace("%url%",encodeURIComponent(t.url))).replace("%text%",encodeURIComponent(t.content)),window.open(e,"tweethighlight","width=575,height=430,toolbar=false,menubar=false,location=false,status=false");var a="true"===o(this).attr("data-tracking");if("function"==typeof ga&&!0===a){ga("send","event","kiwi_social_media","kiwi_highlight-to-tweet_twitter_share")}return o(".kiwi-highlight-sharer").css({display:"none"}),!1}),o("body").on("mousedown vmouseup",function(i){var t=o(i.target).parent(),e=o(".kiwi-highlight-sharer");t.hasClass("kiwi-highlight-sharer")||t.is("a")||e.is(":not(:hidden)")&&e.css({display:"none"})}),i.on("mousedown vmouseup",function(i){kiwi.frontend.highlighted.start=i.pageX;var t=o(".kiwi-highlight-sharer");t.is(":not(:hidden)")&&t.css({display:"none"})}),i.on("mouseup vmouseup",function(i){var t=kiwi.frontend.getSelected(),e=o(".kiwi-highlight-sharer");if(kiwi.frontend.highlighted.end=i.pageX,void 0!==t){var a={start:i.pageX,end:i.pageX,url:o(this).attr("data-url"),title:o(this).attr("data-title"),content:t},n=parseInt(Math.abs((kiwi.frontend.highlighted.start-kiwi.frontend.highlighted.end)/2));e.css({position:"absolute",left:i.pageX-n,top:i.pageY-50,display:"block"}),kiwi.frontend.highlighted=a}else e.css({display:"none"})}),document.addEventListener("selectionchange",function(){kiwi.frontend.getSelected()},!1)},getSelected:function(){var i=window.getSelection().toString();if(""!==i)return i},checkTracking:function(i){return"true"===jQuery(i).parents("ul").attr("data-tracking")},handleFloatingBarDisplay:function(i){var t,e=i(".kiwi-floating-bar");t=e.hasClass("bottom")?"bottom":e.hasClass("right")?"right":"left",setTimeout(function(){switch(t){case"bottom":e.css({bottom:0});break;case"right":e.css({right:0});break;default:e.css({left:0})}},300)}},init:function(i){kiwi.interface.tabs(i),kiwi.interface.toggleHelper(i),kiwi.interface.colorFields(i),kiwi.interface.saveChangesNotification(i),kiwi.interactions.toggles(i),kiwi.interactions.radioToggles(i),kiwi.interactions.networks(i),kiwi.interactions.shapes(i),kiwi.frontend.modalPopup(i),kiwi.interactions.sortable(i),kiwi.interactions.allCheckbox(i),kiwi.interactions.articleStyling(i);var t=setInterval(function(){8<=kiwi.loaded&&(i(document).trigger("KiwiObjectsLoaded"),clearInterval(t))},100)}};
|
assets/vendors/icomoon/fonts/icomoon.svg
CHANGED
@@ -1,61 +1,61 @@
|
|
1 |
-
<?xml version="1.0" standalone="no"?>
|
2 |
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3 |
-
<svg xmlns="http://www.w3.org/2000/svg">
|
4 |
-
<metadata>Generated by IcoMoon</metadata>
|
5 |
-
<defs>
|
6 |
-
<font id="icomoon" horiz-adv-x="1024">
|
7 |
-
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
8 |
-
<missing-glyph horiz-adv-x="1024" />
|
9 |
-
<glyph unicode=" " horiz-adv-x="512" d="" />
|
10 |
-
<glyph unicode="" d="M155.583 795.416c16.057 17.638 34.182 33.087 53.037 47.563 65.931 50.361 139.891 82.353 221.757 95.612 50.604 8.272 101.451 9.002 152.055 0.73 152.055-24.572 268.833-102.789 350.457-233.070 36.128-57.659 58.511-120.793 67.026-188.305 19.098-151.447-21.166-285.377-122.496-399.479-73.838-83.083-166.531-134.417-275.767-155.461-43.184-8.272-86.611-10.705-130.402-7.177-45.008 3.528-88.922 12.894-131.376 28.465-1.703 0.608-3.284 1.338-5.109 2.19 0 117.022 0 233.8 0 350.578 0.243 0.243 0.487 0.365 0.608 0.487 0.243 0.122 0.365 0.365 0.608 0.487 0.487 0.122 0.973 0.243 1.581 0.243 0.487 0 0.973 0 1.581 0 69.337 0 138.553 0.122 207.89 0.243 0.243 0 0.487 0.122 1.216 0.487 0 55.956 0 112.156 0 168.842-71.040 0-141.715 0-212.391 0-1.703 6.082-2.311 97.194-0.852 114.954 100.356 0 200.713 0 301.556 0 0 57.051 0 113.251 0 170.423-3.163 0-6.204 0-9.123 0-154.123 0-308.124 0-462.248 0-3.041 0-6.204 0.243-9.245 0.365-0.243 0.365-0.243 1.095-0.365 1.825z" />
|
11 |
-
<glyph unicode="" d="M321.749 634.845c0-48.049 0-95.126 0-142.81 3.163 0 5.839 0 8.637 0 63.863 0 127.726 0 191.589 0 2.068 0 4.136 0.122 6.204 0 5.596-0.487 8.393-3.284 8.758-8.88 0.122-2.068-0.122-4.136-0.122-6.204 0-39.291 0-78.582 0-117.873 0-9.367-2.311-11.678-12.043-11.678-64.35 0-128.699 0-193.171 0-3.041 0-6.204 0-10.218 0 0-118.725 0-236.963 0-356.417-6.082 2.555-11.070 4.501-16.3 6.69-0.122 2.433-0.365 4.744-0.365 6.934 0 115.562 0 231.124 0 346.686 0 10.096 2.19 12.164 12.286 12.164 64.593 0 129.308 0 193.901 0 2.798 0 5.596 0 8.88 0 0 37.345 0 74.203 0 111.669-2.19 0.122-4.379 0.487-6.69 0.487-65.445 0-130.767 0-196.212 0-1.581 0-3.163-0.243-4.622 0-4.622 0.73-7.177 3.528-7.542 8.393-0.122 1.338 0 2.555 0 3.893 0 50.117 0 100.356 0 150.474 0 1.825-0.122 3.649 0.122 5.474 0.608 4.014 2.919 6.447 7.055 7.055 2.311 0.365 4.622 0.122 6.934 0.122 92.085 0 184.048 0 276.132 0 2.798 0 5.596 0 9.367 0 0.122 3.528 0.365 6.569 0.365 9.488 0 31.749 0 63.62 0 95.369 0 2.555 0 5.231 0.487 7.664 0.73 4.014 3.771 6.325 7.664 6.325 3.649 0 7.055-2.555 7.785-6.325 0.365-1.946 0.243-4.136 0.243-6.204 0-36.98 0-73.96 0-110.939 0-9.488-2.311-11.678-11.921-11.678-92.571 0-185.142 0-277.713 0-2.676 0.122-5.839 0.122-9.488 0.122z" />
|
12 |
-
<glyph unicode="" d="M154.245 793.348c-0.122-3.406-0.243-6.69-0.243-10.096 0-88.679 0-177.235 0-265.914 0-2.798 0-5.596 0-9.002-45.495 0-90.503 0-136.241 0 1.216 8.393 2.068 16.544 3.528 24.572 17.152 97.437 59.241 182.588 126.632 254.966 1.825 1.946 4.258 3.528 6.325 5.231 0.122 0 0 0.243 0 0.243z" />
|
13 |
-
<glyph unicode="" d="M153.515 105.207c-63.62 66.783-105.344 143.418-126.388 231.489 5.839 1.703 116.048 2.19 126.388 0.608 0-76.757 0-153.515 0-232.097z" />
|
14 |
-
<glyph unicode="" d="M155.583 795.416c0.122-0.73 0.122-1.46 0.243-2.068-0.487 0-1.095 0-1.581 0 0 0 0.122-0.122 0.122-0.122 0.365 0.608 0.852 1.46 1.216 2.19z" />
|
15 |
-
<glyph unicode="" d="M989.088 927.643c0-317.613 0-634.739 0-952.352-317.369 0-634.131 0-951.5 0 0 317.491 0 634.617 0 952.352 316.883 0 633.644 0 951.5 0zM756.14 745.055c-117.143 0-233.313 0-350.335 0 0-69.094 0-137.458 0-207.038-34.79 0-68.607 0-102.059 0 0-41.359 0-81.745 0-123.104 34.304 0 68.121 0 102.424 0 0-18.855 0-36.615 0-54.375s0-35.642 0-53.402c0-18.125 0-36.25 0-54.375 0-17.76 0-35.642 0-53.402 0-17.638-0.243-35.277 0.122-52.794 44.278 0 87.219 0 131.011 0 0 89.773 0 178.938 0 268.833 52.185 0 103.519 0 154.488 0 0 41.846 0 82.11 0 122.982-10.948 0-21.166 0-31.506 0s-20.679 0-31.141 0c-10.096 0-20.071 0-30.168 0-10.34 0-20.679 0-31.141 0-10.218 0-20.436-0.243-30.533 0.243 0 28.465 0 55.47 0 83.569 73.23 0 145.851 0 218.716 0 0.122 41.481 0.122 81.866 0.122 122.861z" />
|
16 |
-
<glyph unicode="" d="M733.027 642.752c0 19.098 0 36.858 0 54.618 0 7.177 0 14.232 0 21.409 0 1.946-0.365 4.258 0.608 5.717 1.338 1.825 3.771 4.014 5.717 4.014 1.825 0 4.014-2.555 5.109-4.501 0.852-1.46 0.365-3.771 0.365-5.717 0-25.545 0-51.212 0-76.757 0-9.853-0.608-10.34-10.583-10.34-65.080 0-130.159 0-195.239 0-3.528 0-7.055 0-11.191 0 0-34.912 0-68.972 0-104.249 3.893 0 7.299 0 10.826 0 44.035 0 88.070 0 132.105 0 2.555 0 5.352 0.608 7.664-0.243 2.068-0.73 4.014-2.798 5.109-4.866 0.852-1.46 0.365-3.771 0.365-5.717 0-27.492 0-55.105 0-82.596 0-10.826-0.852-11.556-11.678-11.556-44.4 0-88.679 0-133.079 0-3.528 0-7.055 0-11.921 0 0-4.014 0-7.42 0-10.826 0-80.893 0-161.908 0-242.802 0-2.919 0.487-5.961-0.365-8.637-0.608-2.068-3.163-5.231-4.622-5.109-2.311 0.243-4.987 2.433-6.325 4.501-1.095 1.581-0.487 4.379-0.487 6.69 0 85.516 0 170.91 0 256.426 0 1.581 0 3.284 0 4.866 0.122 4.136 2.19 6.69 6.569 6.69 2.311 0 4.501 0 6.812 0 43.67 0 87.462 0 131.132 0 3.528 0 7.055 0 10.461 0 2.19 7.299 2.676 68.242 0.608 81.502-3.284 0-6.69 0-10.218 0-43.427 0-86.732 0-130.159 0-2.311 0-4.501-0.122-6.812 0-6.447 0.365-8.029 1.825-8.393 8.029-0.122 1.338 0 2.555 0 3.893 0 34.669 0 69.337 0 103.884 0 11.191 0.73 11.799 12.408 11.799 64.471 0 128.821 0 193.292 0 3.649-0.122 7.177-0.122 11.921-0.122z" />
|
17 |
-
<glyph unicode="" d="M877.784 706.007c0.243 63.985 0.243 126.388 0.243 189.643h-540.83v-319.559h-157.529v-190.008h158.137v-332.697c0-27.248-0.365-54.497 0.243-81.502h202.051v414.928h238.422v189.765h-191.225c-15.814 0-31.506-0.365-47.076 0.365v128.943h337.562zM746.165 559.061c3.893 0 8.272 0.973 11.799-0.365 3.163-1.095 6.204-4.258 7.907-7.542 1.338-2.311 0.608-5.839 0.608-8.88v-127.483c0-16.665-1.338-17.882-18.003-17.882h-223.825v-391.451c0-4.501 0.73-9.245-0.608-13.381-0.973-3.163-4.866-8.029-7.177-7.907-3.528 0.365-7.664 3.771-9.732 6.934-1.703 2.433-0.73 6.812-0.73 10.34v403.372c0.243 6.325 3.406 10.34 10.096 10.34h229.056c3.406 11.313 4.136 105.344 0.973 125.78h-216.648c-3.528 0-6.934-0.243-10.461 0-9.975 0.608-12.408 2.798-12.894 12.408-0.243 2.068 0 3.893 0 5.961v160.449c0 17.273 1.095 18.247 19.098 18.247h298.393c5.596-0.243 11.070-0.243 18.368-0.243v117.387c0 3.041-0.608 6.569 0.973 8.88 2.068 2.798 5.839 6.204 8.88 6.204 2.798 0 6.204-3.893 7.907-6.934 1.338-2.311 0.608-5.839 0.608-8.88v-118.481c0-15.206-0.973-15.935-16.3-15.935h-318.951v-160.935h220.662z" />
|
18 |
-
<glyph unicode="" d="M851.995 854.291v-118.481c0-15.206-0.973-15.935-16.3-15.935h-318.708v-160.935h220.662c3.893 0 8.272 0.973 11.799-0.365 3.163-1.095 6.204-4.258 7.907-7.542 1.338-2.311 0.608-5.839 0.608-8.88v-127.483c0-16.665-1.338-17.882-18.003-17.882h-223.825v-391.451c0-4.501 0.73-9.245-0.608-13.381-0.973-3.163-4.866-8.029-7.177-7.907-3.528 0.365-7.664 3.771-9.732 6.934-1.703 2.433-0.73 6.812-0.73 10.34v403.493c0.243 6.325 3.406 10.34 10.096 10.34h229.056c3.406 11.313 4.136 105.344 0.973 125.78h-216.648c-3.528 0-6.934-0.243-10.461 0-9.975 0.608-12.408 2.798-12.894 12.408-0.243 2.068 0 3.893 0 5.961v160.449c0 17.273 1.095 18.247 19.098 18.247h298.393c5.596-0.243 11.070-0.243 18.368-0.243v117.387c0 3.041-0.608 6.569 0.973 8.88 2.068 2.798 5.839 6.204 8.88 6.204 2.798 0 6.204-3.893 7.907-6.934 1.095-2.433 0.365-5.961 0.365-9.002z" />
|
19 |
-
<glyph unicode="" glyph-name="envelope-o" d="M950.857 91.428v438.857c-12-13.714-25.143-26.286-39.429-37.714-81.714-62.857-164-126.857-243.429-193.143-42.857-36-96-80-155.429-80h-1.143c-59.429 0-112.571 44-155.429 80-79.429 66.286-161.714 130.286-243.429 193.143-14.286 11.429-27.429 24-39.429 37.714v-438.857c0-9.714 8.571-18.286 18.286-18.286h841.143c9.714 0 18.286 8.571 18.286 18.286zM950.857 692c0 14.286 3.429 39.429-18.286 39.429h-841.143c-9.714 0-18.286-8.571-18.286-18.286 0-65.143 32.571-121.714 84-162.286 76.571-60 153.143-120.571 229.143-181.143 30.286-24.571 85.143-77.143 125.143-77.143h1.143c40 0 94.857 52.571 125.143 77.143 76 60.571 152.571 121.143 229.143 181.143 37.143 29.143 84 92.571 84 141.143zM1024 713.143v-621.714c0-50.286-41.143-91.429-91.429-91.429h-841.143c-50.286 0-91.429 41.143-91.429 91.429v621.714c0 50.286 41.143 91.429 91.429 91.429h841.143c50.286 0 91.429-41.143 91.429-91.429z" />
|
20 |
-
<glyph unicode="" glyph-name="close" horiz-adv-x="805" d="M741.714 195.428c0-14.286-5.714-28.571-16-38.857l-77.714-77.714c-10.286-10.286-24.571-16-38.857-16s-28.571 5.714-38.857 16l-168 168-168-168c-10.286-10.286-24.571-16-38.857-16s-28.571 5.714-38.857 16l-77.714 77.714c-10.286 10.286-16 24.571-16 38.857s5.714 28.571 16 38.857l168 168-168 168c-10.286 10.286-16 24.571-16 38.857s5.714 28.571 16 38.857l77.714 77.714c10.286 10.286 24.571 16 38.857 16s28.571-5.714 38.857-16l168-168 168 168c10.286 10.286 24.571 16 38.857 16s28.571-5.714 38.857-16l77.714-77.714c10.286-10.286 16-24.571 16-38.857s-5.714-28.571-16-38.857l-168-168 168-168c10.286-10.286 16-24.571 16-38.857z" />
|
21 |
-
<glyph unicode="" glyph-name="linkedin-square" horiz-adv-x="878" d="M135.429 142.857h132v396.571h-132v-396.571zM276 661.714c-0.571 38.857-28.571 68.571-73.714 68.571s-74.857-29.714-74.857-68.571c0-37.714 28.571-68.571 73.143-68.571h0.571c46.286 0 74.857 30.857 74.857 68.571zM610.286 142.857h132v227.429c0 121.714-65.143 178.286-152 178.286-70.857 0-102.286-39.429-119.429-66.857h1.143v57.714h-132s1.714-37.143 0-396.571v0h132v221.714c0 11.429 0.571 23.429 4 32 9.714 23.429 31.429 48 68 48 47.429 0 66.286-36 66.286-89.714v-212zM877.714 713.143v-548.571c0-90.857-73.714-164.571-164.571-164.571h-548.571c-90.857 0-164.571 73.714-164.571 164.571v548.571c0 90.857 73.714 164.571 164.571 164.571h548.571c90.857 0 164.571-73.714 164.571-164.571z" />
|
22 |
-
<glyph unicode="" glyph-name="twitter" horiz-adv-x="951" d="M925.714 717.714c-25.143-36.571-56.571-69.143-92.571-95.429 0.571-8 0.571-16 0.571-24 0-244-185.714-525.143-525.143-525.143-104.571 0-201.714 30.286-283.429 82.857 14.857-1.714 29.143-2.286 44.571-2.286 86.286 0 165.714 29.143 229.143 78.857-81.143 1.714-149.143 54.857-172.571 128 11.429-1.714 22.857-2.857 34.857-2.857 16.571 0 33.143 2.286 48.571 6.286-84.571 17.143-148 91.429-148 181.143v2.286c24.571-13.714 53.143-22.286 83.429-23.429-49.714 33.143-82.286 89.714-82.286 153.714 0 34.286 9.143 65.714 25.143 93.143 90.857-112 227.429-185.143 380.571-193.143-2.857 13.714-4.571 28-4.571 42.286 0 101.714 82.286 184.571 184.571 184.571 53.143 0 101.143-22.286 134.857-58.286 41.714 8 81.714 23.429 117.143 44.571-13.714-42.857-42.857-78.857-81.143-101.714 37.143 4 73.143 14.286 106.286 28.571z" />
|
23 |
-
<glyph unicode="" glyph-name="facebook" horiz-adv-x="602" d="M548 944v-150.857h-89.714c-70.286 0-83.429-33.714-83.429-82.286v-108h167.429l-22.286-169.143h-145.143v-433.714h-174.857v433.714h-145.714v169.143h145.714v124.571c0 144.571 88.571 223.429 217.714 223.429 61.714 0 114.857-4.571 130.286-6.857z" />
|
24 |
-
<glyph unicode="" glyph-name="github" horiz-adv-x="878" d="M438.857 877.714c242.286 0 438.857-196.571 438.857-438.857 0-193.714-125.714-358.286-300-416.571-22.286-4-30.286 9.714-30.286 21.143 0 14.286 0.571 61.714 0.571 120.571 0 41.143-13.714 67.429-29.714 81.143 97.714 10.857 200.571 48 200.571 216.571 0 48-17.143 86.857-45.143 117.714 4.571 11.429 19.429 56-4.571 116.571-36.571 11.429-120.571-45.143-120.571-45.143-34.857 9.714-72.571 14.857-109.714 14.857s-74.857-5.143-109.714-14.857c0 0-84 56.571-120.571 45.143-24-60.571-9.143-105.143-4.571-116.571-28-30.857-45.143-69.714-45.143-117.714 0-168 102.286-205.714 200-216.571-12.571-11.429-24-30.857-28-58.857-25.143-11.429-89.143-30.857-127.429 36.571-24 41.714-67.429 45.143-67.429 45.143-42.857 0.571-2.857-26.857-2.857-26.857 28.571-13.143 48.571-64 48.571-64 25.714-78.286 148-52 148-52 0-36.571 0.571-70.857 0.571-81.714 0-11.429-8-25.143-30.286-21.143-174.286 58.286-300 222.857-300 416.571 0 242.286 196.571 438.857 438.857 438.857zM166.286 247.428c1.143 2.286-0.571 5.143-4 6.857-3.429 1.143-6.286 0.571-7.429-1.143-1.143-2.286 0.571-5.143 4-6.857 2.857-1.714 6.286-1.143 7.429 1.143zM184 228c2.286 1.714 1.714 5.714-1.143 9.143-2.857 2.857-6.857 4-9.143 1.714-2.286-1.714-1.714-5.714 1.143-9.143 2.857-2.857 6.857-4 9.143-1.714zM201.143 202.286c2.857 2.286 2.857 6.857 0 10.857-2.286 4-6.857 5.714-9.714 3.429-2.857-1.714-2.857-6.286 0-10.286s7.429-5.714 9.714-4zM225.143 178.286c2.286 2.286 1.143 7.429-2.286 10.857-4 4-9.143 4.571-11.429 1.714-2.857-2.286-1.714-7.429 2.286-10.857 4-4 9.143-4.571 11.429-1.714zM257.714 164c1.143 3.429-2.286 7.429-7.429 9.143-4.571 1.143-9.714-0.571-10.857-4s2.286-7.429 7.429-8.571c4.571-1.714 9.714 0 10.857 3.429zM293.714 161.143c0 4-4.571 6.857-9.714 6.286-5.143 0-9.143-2.857-9.143-6.286 0-4 4-6.857 9.714-6.286 5.143 0 9.143 2.857 9.143 6.286zM326.857 166.857c-0.571 3.429-5.143 5.714-10.286 5.143-5.143-1.143-8.571-4.571-8-8.571 0.571-3.429 5.143-5.714 10.286-4.571s8.571 4.571 8 8z" />
|
25 |
-
<glyph unicode="" glyph-name="globe" horiz-adv-x="878" d="M438.857 877.714c242.286 0 438.857-196.571 438.857-438.857s-196.571-438.857-438.857-438.857-438.857 196.571-438.857 438.857 196.571 438.857 438.857 438.857zM595.429 580c-4.571-3.429-7.429-9.714-13.143-10.857 2.857 0.571 5.714 10.857 7.429 13.143 3.429 4 8 6.286 12.571 8.571 9.714 4 19.429 5.143 29.714 6.857 9.714 2.286 21.714 2.286 29.143-6.286-1.714 1.714 12 13.714 13.714 14.286 5.143 2.857 13.714 1.714 17.143 6.857 1.143 1.714 1.143 12.571 1.143 12.571-9.714-1.143-13.143 8-13.714 16 0-0.571-1.143-2.286-3.429-4.571 0.571 8.571-10.286 2.286-14.286 3.429-13.143 3.429-11.429 12.571-15.429 22.286-2.286 5.143-8.571 6.857-10.857 12-2.286 3.429-3.429 10.857-8.571 11.429-3.429 0.571-9.714-12-10.857-11.429-5.143 2.857-7.429-1.143-11.429-3.429-3.429-2.286-6.286-1.143-9.714-2.857 10.286 3.429-4.571 9.143-9.714 8 8 2.286 4 10.857-0.571 14.857h2.857c-1.143 5.143-17.143 9.714-22.286 13.143s-32.571 9.143-38.286 5.714c-6.857-4 1.714-15.429 1.714-21.143 0.571-6.857-6.857-8.571-6.857-14.286 0-9.714 18.286-8 13.714-21.143-2.857-8-13.714-9.714-18.286-16-4.571-5.714 0.571-16 5.143-20 4.571-3.429-8-9.143-9.714-10.286-9.714-4.571-17.143 9.714-19.429 18.286-1.714 6.286-2.286 13.714-9.143 17.143-3.429 1.143-14.286 2.857-16.571-0.571-3.429 8.571-15.429 12-23.429 14.857-11.429 4-21.143 4-33.143 2.286 4 0.571-1.143 18.286-10.857 15.429 2.857 5.714 1.714 12 2.857 17.714 1.143 4.571 3.429 9.143 6.857 13.143 1.143 2.286 13.714 15.429 9.714 16 9.714-1.143 20.571-1.714 28.571 6.286 5.143 5.143 7.429 13.714 12.571 19.429 7.429 8.571 16.571-2.286 24.571-2.857 11.429-0.571 10.857 12 4.571 17.714 7.429-0.571 1.143 13.143-2.857 14.857-5.143 1.714-24.571-3.429-14.286-7.429-2.286 1.143-16-27.429-24-13.143-2.286 2.857-3.429 14.857-8.571 15.429-4.571 0-7.429-5.143-9.143-8.571 2.857 7.429-16 12.571-20 13.143 8.571 5.714 1.714 12-4.571 15.429-4.571 2.857-18.857 5.143-22.857 0.571-10.857-13.143 11.429-14.857 17.143-18.286 1.714-1.143 8.571-5.143 4.571-8-3.429-1.714-13.714-4.571-14.857-6.857-3.429-5.143 4-10.857-1.143-16-5.143 5.143-5.143 13.714-9.143 19.429 5.143-6.286-20.571-2.857-20-2.857-8.571 0-22.286-5.714-28.571 2.857-1.143 2.286-1.143 15.429 2.286 12.571-5.143 4-8.571 8-12 10.286-18.857-6.286-36.571-14.286-53.714-23.429 2.286-0.571 4-0.571 6.857 0.571 4.571 1.714 8.571 4.571 13.143 6.857 5.714 2.286 17.714 9.143 24 4 0.571 1.143 2.286 2.286 2.857 2.857 4-4.571 8-9.143 11.429-14.286-4.571 2.286-12 1.143-17.143 0.571-4-1.143-10.857-2.286-12.571-6.857 1.714-2.857 4-7.429 2.857-10.286-7.429 5.143-13.143 13.714-23.429 14.857-4.571 0-9.143 0-12.571-0.571-54.857-30.286-101.143-74.286-134.286-126.857 2.286-2.286 4.571-4 6.857-4.571 5.714-1.714 0-18.286 10.857-9.714 3.429-2.857 4-6.857 1.714-10.857 0.571 0.571 23.429-14.286 25.143-15.429 4-3.429 10.286-7.429 12-12 1.143-4-2.286-8.571-5.714-10.286-0.571 1.143-9.143 9.714-10.286 7.429-1.714-2.857 0-18.286 6.286-17.714-9.143-0.571-5.143-36-7.429-42.857 0-0.571 1.143-0.571 1.143-0.571-1.714-6.857 4-33.714 15.429-30.857-7.429-1.714 13.143-28 16-29.714 7.429-5.143 16-8.571 21.143-16 5.714-8 5.714-20 13.714-26.286-2.286-6.857 12-14.857 11.429-24.571-1.143-0.571-1.714-0.571-2.857-1.143 2.857-8 13.714-8 17.714-15.429 2.286-4.571 0-15.429 7.429-13.143 1.143 12.571-7.429 25.143-13.714 35.429-3.429 5.714-6.857 10.857-9.714 16.571-2.857 5.143-3.429 11.429-5.714 17.143 2.286-0.571 14.857-5.143 13.714-6.857-4.571-11.429 18.286-31.429 24.571-38.857 1.714-1.714 14.857-18.857 8-18.857 7.429 0 17.714-11.429 21.143-17.143 5.143-8.571 4-19.429 7.429-28.571 3.429-11.429 19.429-16.571 28.571-21.714 8-4 14.857-9.714 22.857-12.571 12-4.571 14.857-0.571 25.143 1.143 14.857 2.286 16.571-14.286 28.571-20.571 7.429-4 23.429-9.714 31.429-6.286-3.429-1.143 12-24.571 13.143-26.286 5.143-6.857 14.857-10.286 20.571-17.143 1.714 1.143 3.429 2.857 4 5.143-2.286-6.286 8.571-18.286 14.286-17.143 6.286 1.143 8 13.714 8 18.286-11.429-5.714-21.714-1.143-28 10.286-1.143 2.857-10.286 18.857-2.286 18.857 10.857 0 3.429 8.571 2.286 16.571s-9.143 13.143-13.143 20c-3.429-6.857-14.857-5.143-18.286 0.571 0-1.714-1.714-4.571-1.714-6.857-2.857 0-5.714-0.571-8.571 0.571 1.143 6.857 1.714 15.429 3.429 22.857 2.857 10.286 21.714 30.286-2.857 29.143-8.571-0.571-12-4-14.857-11.429-2.857-6.857-1.714-13.143-9.714-16.571-5.143-2.286-22.286-1.143-27.429 1.714-10.857 6.286-18.286 26.286-18.286 37.714-0.571 15.429 7.429 29.143 0 43.429 3.429 2.857 6.857 8.571 10.857 11.429 3.429 2.286 7.429-1.714 9.143 5.143-1.714 1.143-4 3.429-4.571 3.429 8.571-4 24.571 5.714 32 0 4.571-3.429 9.714-4.571 12.571 1.143 0.571 1.714-4 8.571-1.714 13.143 1.714-9.714 8-11.429 16.571-5.143 3.429-3.429 12.571-2.286 18.857-5.714 6.286-4 7.429-10.286 14.857-1.714 4.571-6.857 5.143-6.857 6.857-13.714 1.714-6.286 5.143-22.286 10.857-25.143 12-7.429 9.143 12.571 8 19.429-0.571 0.571-0.571 19.429-1.143 19.429-18.286 4-11.429 18.286-1.143 28 1.714 1.143 14.857 5.714 20.571 10.286 5.143 4.571 11.429 12.571 8.571 20 2.857 0 5.143 2.286 6.286 5.143-1.714 0.571-8.571 6.286-9.714 5.714 4 2.286 3.429 5.714 1.143 9.143 5.714 3.429 2.857 9.714 8.571 12 6.286-8.571 18.857 1.143 12.571 8 5.714 8 18.857 4 22.286 11.429 8.571-2.286 2.286 8.571 6.857 14.857 4 5.143 10.857 5.143 16 8 0-0.571 14.286 8 9.714 8.571 9.714-1.143 29.143 9.143 14.286 17.714 2.286 5.143-5.143 7.429-10.286 8.571 4 1.143 9.143-1.143 12.571 1.143 7.429 5.143 2.286 7.429-4 9.143-8 2.286-18.286-2.857-24.571-6.857zM502.286 78.857c78.286 13.714 148 52.571 200.571 108-3.429 3.429-9.714 2.286-14.286 4.571-4.571 1.714-8 3.429-13.714 4.571 1.143 11.429-11.429 15.429-19.429 21.143-7.429 5.714-12 12-22.857 9.714-1.143-0.571-12.571-4.571-10.286-6.857-7.429 6.286-10.857 9.714-20.571 12.571-9.143 2.857-15.429 14.286-24.571 4-4.571-4.571-2.286-11.429-4.571-16-7.429 6.286 6.857 13.714 1.143 20.571-6.857 8-18.857-5.143-24.571-8.571-3.429-2.857-7.429-4-9.714-7.429-2.857-4-4-9.143-6.286-13.143-1.714 4.571-11.429 3.429-12 6.857 2.286-13.714 2.286-28 5.143-41.714 1.714-8 0-21.143-6.857-27.429s-15.429-13.143-16.571-22.857c-1.143-6.857 0.571-13.143 6.857-14.857 0.571-8.571-9.143-14.857-8.571-24 0-0.571 0.571-6.286 1.143-9.143z" />
|
26 |
-
<glyph unicode="" glyph-name="chain" horiz-adv-x="951" d="M832 256c0 14.857-5.714 28.571-16 38.857l-118.857 118.857c-10.286 10.286-24.571 16-38.857 16-16.571 0-29.714-6.286-41.143-18.286 18.857-18.857 41.143-34.857 41.143-64 0-30.286-24.571-54.857-54.857-54.857-29.143 0-45.143 22.286-64 41.143-12-11.429-18.857-24.571-18.857-41.714 0-14.286 5.714-28.571 16-38.857l117.714-118.286c10.286-10.286 24.571-15.429 38.857-15.429s28.571 5.143 38.857 14.857l84 83.429c10.286 10.286 16 24 16 38.286zM430.286 658.857c0 14.286-5.714 28.571-16 38.857l-117.714 118.286c-10.286 10.286-24.571 16-38.857 16s-28.571-5.714-38.857-15.429l-84-83.429c-10.286-10.286-16-24-16-38.286 0-14.857 5.714-28.571 16-38.857l118.857-118.857c10.286-10.286 24.571-15.429 38.857-15.429 16.571 0 29.714 5.714 41.143 17.714-18.857 18.857-41.143 34.857-41.143 64 0 30.286 24.571 54.857 54.857 54.857 29.143 0 45.143-22.286 64-41.143 12 11.429 18.857 24.571 18.857 41.714zM941.714 256c0-43.429-17.714-85.714-48.571-116l-84-83.429c-30.857-30.857-72.571-47.429-116-47.429-44 0-85.714 17.143-116.571 48.571l-117.714 118.286c-30.857 30.857-47.429 72.571-47.429 116 0 45.143 18.286 88 50.286 119.429l-50.286 50.286c-31.429-32-73.714-50.286-118.857-50.286-43.429 0-85.714 17.143-116.571 48l-118.857 118.857c-31.429 31.429-48 72.571-48 116.571 0 43.429 17.714 85.714 48.571 116l84 83.429c30.857 30.857 72.571 47.429 116 47.429 44 0 85.714-17.143 116.571-48.571l117.714-118.286c30.857-30.857 47.429-72.571 47.429-116 0-45.143-18.286-88-50.286-119.429l50.286-50.286c31.429 32 73.714 50.286 118.857 50.286 43.429 0 85.714-17.143 116.571-48l118.857-118.857c31.429-31.429 48-72.571 48-116.571z" />
|
27 |
-
<glyph unicode="" glyph-name="pinterest" horiz-adv-x="878" d="M877.714 438.857c0-242.286-196.571-438.857-438.857-438.857-43.429 0-84.571 6.286-124.571 18.286 16.571 26.286 35.429 60 44.571 93.714 0 0 5.143 19.429 30.857 120.571 14.857-29.143 59.429-54.857 106.857-54.857 141.143 0 237.143 128.571 237.143 301.143 0 129.714-110.286 251.429-278.286 251.429-208 0-313.143-149.714-313.143-274.286 0-75.429 28.571-142.857 89.714-168 9.714-4 18.857 0 21.714 11.429 2.286 7.429 6.857 26.857 9.143 34.857 2.857 11.429 1.714 14.857-6.286 24.571-17.714 21.143-29.143 48-29.143 86.286 0 110.857 82.857 210.286 216 210.286 117.714 0 182.857-72 182.857-168.571 0-126.286-56-233.143-139.429-233.143-45.714 0-80 37.714-69.143 84.571 13.143 55.429 38.857 115.429 38.857 155.429 0 36-19.429 66.286-59.429 66.286-46.857 0-84.571-48.571-84.571-113.714 0 0 0-41.714 14.286-69.714-48-203.429-56.571-238.857-56.571-238.857-8-33.143-8.571-70.286-7.429-101.143-154.857 68-262.857 222.286-262.857 402.286 0 242.286 196.571 438.857 438.857 438.857s438.857-196.571 438.857-438.857z" />
|
28 |
-
<glyph unicode="" glyph-name="pinterest-square" horiz-adv-x="878" d="M713.143 877.714c90.857 0 164.571-73.714 164.571-164.571v-548.571c0-90.857-73.714-164.571-164.571-164.571h-414.286c18.857 26.857 49.714 73.143 61.714 120 0 0 5.143 19.429 30.286 119.429 15.429-29.143 59.429-54.286 106.286-54.286 139.429 0 234.286 127.429 234.286 297.714 0 128.571-109.143 248.571-274.857 248.571-206.286 0-310.286-148-310.286-271.429 0-74.286 28.571-140.571 89.143-165.714 9.714-4 18.857 0 21.714 10.857 1.714 7.429 6.286 26.857 8.571 34.857 2.857 10.857 1.714 14.857-6.286 24-17.143 21.143-28.571 47.429-28.571 85.714 0 109.714 82.286 207.429 213.714 207.429 116.571 0 180.571-70.857 180.571-166.286 0-125.143-55.429-230.857-137.714-230.857-45.143 0-79.429 37.714-68.571 84 13.143 54.857 38.286 114.286 38.286 153.714 0 35.429-18.857 65.143-58.286 65.143-46.286 0-83.429-48-83.429-112 0 0 0-41.143 13.714-69.143-47.429-201.143-56-236.571-56-236.571-12.571-52.571-7.429-113.714-4-145.143h-104.571c-90.857 0-164.571 73.714-164.571 164.571v548.571c0 90.857 73.714 164.571 164.571 164.571h548.571z" />
|
29 |
-
<glyph unicode="" glyph-name="google-plus-square" horiz-adv-x="878" d="M524 433.714c0 14.286-1.714 25.714-3.429 36.571h-206.857v-75.429h124c-4.571-32-37.143-94.286-124-94.286-75.429 0-136.571 61.714-136.571 138.286s61.143 138.286 136.571 138.286c42.286 0 70.857-17.714 87.429-33.714l59.429 57.714c-38.286 35.429-88 57.143-146.857 57.143-121.714 0-219.429-98.286-219.429-219.429s97.714-219.429 219.429-219.429c126.286 0 210.286 89.143 210.286 214.286zM721.143 407.428h62.286v62.857h-62.286v62.857h-62.857v-62.857h-62.857v-62.857h62.857v-62.857h62.857v62.857zM877.714 713.143v-548.571c0-90.857-73.714-164.571-164.571-164.571h-548.571c-90.857 0-164.571 73.714-164.571 164.571v548.571c0 90.857 73.714 164.571 164.571 164.571h548.571c90.857 0 164.571-73.714 164.571-164.571z" />
|
30 |
-
<glyph unicode="" glyph-name="google-plus" horiz-adv-x="1317" d="M821.143 429.143c0-239.429-160.571-409.143-402.286-409.143-231.429 0-418.857 187.429-418.857 418.857s187.429 418.857 418.857 418.857c113.143 0 207.429-41.143 280.571-109.714l-113.714-109.143c-30.857 29.714-85.143 64.571-166.857 64.571-142.857 0-259.429-118.286-259.429-264.571s116.571-264.571 259.429-264.571c165.714 0 228 119.429 237.714 180.571h-237.714v144h395.429c4-21.143 6.857-42.286 6.857-69.714zM1316.571 498.857v-120h-119.429v-119.429h-120v119.429h-119.429v120h119.429v119.429h120v-119.429h119.429z" />
|
31 |
-
<glyph unicode="" glyph-name="envelope" d="M1024 545.143v-453.714c0-50.286-41.143-91.429-91.429-91.429h-841.143c-50.286 0-91.429 41.143-91.429 91.429v453.714c17.143-18.857 36.571-35.429 57.714-49.714 94.857-64.571 190.857-129.143 284-197.143 48-35.429 107.429-78.857 169.714-78.857h1.143c62.286 0 121.714 43.429 169.714 78.857 93.143 67.429 189.143 132.571 284.571 197.143 20.571 14.286 40 30.857 57.143 49.714zM1024 713.143c0-64-47.429-121.714-97.714-156.571-89.143-61.714-178.857-123.429-267.429-185.714-37.143-25.714-100-78.286-146.286-78.286h-1.143c-46.286 0-109.143 52.571-146.286 78.286-88.571 62.286-178.286 124-266.857 185.714-40.571 27.429-98.286 92-98.286 144 0 56 30.286 104 91.429 104h841.143c49.714 0 91.429-41.143 91.429-91.429z" />
|
32 |
-
<glyph unicode="" glyph-name="linkedin" horiz-adv-x="878" d="M199.429 593.714v-566.286h-188.571v566.286h188.571zM211.429 768.571c0.571-54.286-40.571-97.714-106.286-97.714v0h-1.143c-63.429 0-104 43.429-104 97.714 0 55.429 42.286 97.714 106.286 97.714 64.571 0 104.571-42.286 105.143-97.714zM877.714 352v-324.571h-188v302.857c0 76-27.429 128-95.429 128-52 0-82.857-34.857-96.571-68.571-4.571-12.571-6.286-29.143-6.286-46.286v-316h-188c2.286 513.143 0 566.286 0 566.286h188v-82.286h-1.143c24.571 38.857 69.143 95.429 170.857 95.429 124 0 216.571-81.143 216.571-254.857z" />
|
33 |
-
<glyph unicode="" glyph-name="youtube-square" horiz-adv-x="878" d="M525.143 206.286v89.714c0 18.857-5.714 28.571-16.571 28.571-6.286 0-12.571-2.857-18.857-9.143v-128c6.286-6.286 12.571-9.143 18.857-9.143 10.857 0 16.571 9.143 16.571 28zM630.286 276h37.714v19.429c0 19.429-6.286 29.143-18.857 29.143s-18.857-9.714-18.857-29.143v-19.429zM304 428v-40h-45.714v-241.714h-42.286v241.714h-44.571v40h132.571zM418.857 356v-209.714h-38.286v22.857c-14.857-17.143-29.143-25.714-43.429-25.714-12 0-20.571 5.143-24 16-2.286 6.286-3.429 16-3.429 30.857v165.714h37.714v-154.286c0-8.571 0-13.714 0.571-14.857 0.571-5.714 3.429-8.571 8.571-8.571 8 0 15.429 5.714 24 17.714v160h38.286zM562.857 292.571v-83.429c0-18.857-1.143-33.143-4-41.714-4.571-16-14.857-24-30.286-24-13.143 0-26.286 8-38.857 23.429v-20.571h-38.286v281.714h38.286v-92c12 14.857 25.143 22.857 38.857 22.857 15.429 0 25.714-8 30.286-24 2.857-8.571 4-22.286 4-42.286zM706.286 218.857v-5.143c0-12.571-0.571-20.571-1.143-24.571-1.143-8.571-4-16-8.571-22.857-10.286-15.429-26.286-22.857-45.714-22.857-20 0-35.429 7.429-46.286 21.714-8 10.286-12 26.857-12 49.143v73.714c0 22.286 3.429 38.286 11.429 49.143 10.857 14.286 26.286 21.714 45.714 21.714 18.857 0 34.286-7.429 44.571-21.714 8-10.857 12-26.857 12-49.143v-43.429h-76v-37.143c0-19.429 6.286-29.143 19.429-29.143 9.143 0 14.857 5.143 17.143 14.857 0 2.286 0.571 10.857 0.571 25.714h38.857zM448.571 689.714v-89.143c0-19.429-6.286-29.143-18.286-29.143-12.571 0-18.286 9.714-18.286 29.143v89.143c0 19.429 5.714 29.714 18.286 29.714 12 0 18.286-10.286 18.286-29.714zM753.143 282.286v0c0 49.143 0 101.143-10.857 148.571-8 33.714-35.429 58.286-68 61.714-77.714 8.571-156.571 8.571-235.429 8.571-78.286 0-157.143 0-234.857-8.571-33.143-3.429-60.571-28-68-61.714-10.857-47.429-11.429-99.429-11.429-148.571v0c0-48.571 0-100.571 11.429-148.571 7.429-33.143 34.857-57.714 67.429-61.714 78.286-8.571 157.143-8.571 235.429-8.571s157.143 0 235.429 8.571c32.571 4 60 28.571 67.429 61.714 11.429 48 11.429 100 11.429 148.571zM321.714 654.286l51.429 169.143h-42.857l-29.143-111.429-30.286 111.429h-44.571c8.571-26.286 18.286-52.571 26.857-78.857 13.714-40 22.286-69.714 26.286-90.286v-114.857h42.286v114.857zM486.857 608v74.286c0 22.286-4 38.857-12 49.714-10.857 14.286-25.714 21.714-44.571 21.714-19.429 0-34.286-7.429-44.571-21.714-8-10.857-12-27.429-12-49.714v-74.286c0-22.286 4-38.857 12-49.714 10.286-14.286 25.143-21.714 44.571-21.714 18.857 0 33.714 7.429 44.571 21.714 8 10.286 12 27.429 12 49.714zM590.286 539.428h38.286v211.429h-38.286v-161.714c-8.571-12-16.571-17.714-24-17.714-5.143 0-8.571 2.857-9.143 9.143-0.571 1.143-0.571 5.714-0.571 14.857v155.429h-38.286v-167.429c0-14.857 1.143-24.571 3.429-31.429 4-10.286 12.571-15.429 24.571-15.429 14.286 0 28.571 8.571 44 25.714v-22.857zM877.714 713.143v-548.571c0-90.857-73.714-164.571-164.571-164.571h-548.571c-90.857 0-164.571 73.714-164.571 164.571v548.571c0 90.857 73.714 164.571 164.571 164.571h548.571c90.857 0 164.571-73.714 164.571-164.571z" />
|
34 |
-
<glyph unicode="" glyph-name="youtube" horiz-adv-x="878" d="M554.857 240v-120.571c0-25.714-7.429-38.286-22.286-38.286-8.571 0-17.143 4-25.714 12.571v172c8.571 8.571 17.143 12.571 25.714 12.571 14.857 0 22.286-13.143 22.286-38.286zM748 239.428v-26.286h-51.429v26.286c0 25.714 8.571 38.857 25.714 38.857s25.714-13.143 25.714-38.857zM196 364h61.143v53.714h-178.286v-53.714h60v-325.143h57.143v325.143zM360.571 38.857h50.857v282.286h-50.857v-216c-11.429-16-22.286-24-32.571-24-6.857 0-10.857 4-12 12-0.571 1.714-0.571 8-0.571 20v208h-50.857v-223.429c0-20 1.714-33.143 4.571-41.714 4.571-14.286 16.571-21.143 33.143-21.143 18.286 0 37.714 11.429 58.286 34.857v-30.857zM605.714 123.428v112.571c0 26.286-1.143 45.143-5.143 56.571-6.286 21.143-20.571 32-40.571 32-18.857 0-36.571-10.286-53.143-30.857v124h-50.857v-378.857h50.857v27.429c17.143-21.143 34.857-31.429 53.143-31.429 20 0 34.286 10.857 40.571 31.429 4 12 5.143 30.857 5.143 57.143zM798.857 129.143v7.429h-52c0-20.571-0.571-32-1.143-34.857-2.857-13.714-10.286-20.571-22.857-20.571-17.714 0-26.286 13.143-26.286 39.429v49.714h102.286v58.857c0 30.286-5.143 52-15.429 66.286-14.857 19.429-34.857 29.143-60.571 29.143-26.286 0-46.286-9.714-61.143-29.143-10.857-14.286-16-36-16-66.286v-98.857c0-30.286 5.714-52.571 16.571-66.286 14.857-19.429 34.857-29.143 61.714-29.143s48 10.286 61.714 30.286c6.286 9.143 10.857 19.429 12 30.857 1.143 5.143 1.143 16.571 1.143 33.143zM451.429 650.857v120c0 26.286-7.429 39.429-24.571 39.429-16.571 0-24.571-13.143-24.571-39.429v-120c0-26.286 8-40 24.571-40 17.143 0 24.571 13.714 24.571 40zM862.286 221.714c0-65.714-0.571-136-14.857-200-10.857-45.143-47.429-78.286-91.429-82.857-105.143-12-211.429-12-317.143-12s-212 0-317.143 12c-44 4.571-81.143 37.714-91.429 82.857-14.857 64-14.857 134.286-14.857 200v0c0 66.286 0.571 136 14.857 200 10.857 45.143 47.429 78.286 92 83.429 104.571 11.429 210.857 11.429 316.571 11.429s212 0 317.143-11.429c44-5.143 81.143-38.286 91.429-83.429 14.857-64 14.857-133.714 14.857-200zM292 950.857h58.286l-69.143-228v-154.857h-57.143v154.857c-5.143 28-16.571 68-34.857 121.143-12.571 35.429-25.143 71.429-37.143 106.857h60.571l40.571-150.286zM503.429 760.571v-100c0-30.286-5.143-53.143-16-67.429-14.286-19.429-34.286-29.143-60.571-29.143-25.714 0-45.714 9.714-60 29.143-10.857 14.857-16 37.143-16 67.429v100c0 30.286 5.143 52.571 16 66.857 14.286 19.429 34.286 29.143 60 29.143 26.286 0 46.286-9.714 60.571-29.143 10.857-14.286 16-36.571 16-66.857zM694.857 853.143v-285.143h-52v31.429c-20.571-24-40-35.429-58.857-35.429-16.571 0-28.571 6.857-33.714 21.143-2.857 8.571-4.571 22.286-4.571 42.857v225.143h52v-209.714c0-12 0-18.857 0.571-20 1.143-8 5.143-12.571 12-12.571 10.286 0 21.143 8 32.571 24.571v217.714h52z" />
|
35 |
-
<glyph unicode="" glyph-name="youtube-play" d="M406.286 306.286l276.571 142.857-276.571 144.571v-287.429zM512 798.857c215.429 0 358.286-10.286 358.286-10.286 20-2.286 64-2.286 102.857-43.429 0 0 31.429-30.857 40.571-101.714 10.857-82.857 10.286-165.714 10.286-165.714v-77.714s0.571-82.857-10.286-165.714c-9.143-70.286-40.571-101.714-40.571-101.714-38.857-40.571-82.857-40.571-102.857-42.857 0 0-142.857-10.857-358.286-10.857v0c-266.286 2.286-348 10.286-348 10.286-22.857 4-74.286 2.857-113.143 43.429 0 0-31.429 31.429-40.571 101.714-10.857 82.857-10.286 165.714-10.286 165.714v77.714s-0.571 82.857 10.286 165.714c9.143 70.857 40.571 101.714 40.571 101.714 38.857 41.143 82.857 41.143 102.857 43.429 0 0 142.857 10.286 358.286 10.286v0z" />
|
36 |
-
<glyph unicode="" glyph-name="dropbox" d="M229.714 546.857l282.286-174.286-195.429-162.857-280 182.286zM793.143 229.714v-61.714l-280-167.429v-0.571l-0.571 0.571-0.571-0.571v0.571l-279.429 167.429v61.714l84-54.857 195.429 162.286v1.143l0.571-0.571 0.571 0.571v-1.143l196-162.286zM316.571 883.428l195.429-162.857-282.286-173.714-193.143 154.286zM794.286 546.857l193.143-154.857-279.429-182.286-196 162.857zM708 883.428l279.429-182.286-193.143-154.286-282.286 173.714z" />
|
37 |
-
<glyph unicode="" glyph-name="instagram" horiz-adv-x="878" d="M585.143 438.857c0 80.571-65.714 146.286-146.286 146.286s-146.286-65.714-146.286-146.286 65.714-146.286 146.286-146.286 146.286 65.714 146.286 146.286zM664 438.857c0-124.571-100.571-225.143-225.143-225.143s-225.143 100.571-225.143 225.143 100.571 225.143 225.143 225.143 225.143-100.571 225.143-225.143zM725.714 673.143c0-29.143-23.429-52.571-52.571-52.571s-52.571 23.429-52.571 52.571 23.429 52.571 52.571 52.571 52.571-23.429 52.571-52.571zM438.857 798.857c-64 0-201.143 5.143-258.857-17.714-20-8-34.857-17.714-50.286-33.143s-25.143-30.286-33.143-50.286c-22.857-57.714-17.714-194.857-17.714-258.857s-5.143-201.143 17.714-258.857c8-20 17.714-34.857 33.143-50.286s30.286-25.143 50.286-33.143c57.714-22.857 194.857-17.714 258.857-17.714s201.143-5.143 258.857 17.714c20 8 34.857 17.714 50.286 33.143s25.143 30.286 33.143 50.286c22.857 57.714 17.714 194.857 17.714 258.857s5.143 201.143-17.714 258.857c-8 20-17.714 34.857-33.143 50.286s-30.286 25.143-50.286 33.143c-57.714 22.857-194.857 17.714-258.857 17.714zM877.714 438.857c0-60.571 0.571-120.571-2.857-181.143-3.429-70.286-19.429-132.571-70.857-184s-113.714-67.429-184-70.857c-60.571-3.429-120.571-2.857-181.143-2.857s-120.571-0.571-181.143 2.857c-70.286 3.429-132.571 19.429-184 70.857s-67.429 113.714-70.857 184c-3.429 60.571-2.857 120.571-2.857 181.143s-0.571 120.571 2.857 181.143c3.429 70.286 19.429 132.571 70.857 184s113.714 67.429 184 70.857c60.571 3.429 120.571 2.857 181.143 2.857s120.571 0.571 181.143-2.857c70.286-3.429 132.571-19.429 184-70.857s67.429-113.714 70.857-184c3.429-60.571 2.857-120.571 2.857-181.143z" />
|
38 |
-
<glyph unicode="" glyph-name="flickr" horiz-adv-x="878" d="M713.143 877.714c90.857 0 164.571-73.714 164.571-164.571v-548.571c0-90.857-73.714-164.571-164.571-164.571h-548.571c-90.857 0-164.571 73.714-164.571 164.571v548.571c0 90.857 73.714 164.571 164.571 164.571h548.571zM398.857 438.857c0 66.857-54.286 121.143-121.143 121.143s-121.143-54.286-121.143-121.143 54.286-121.143 121.143-121.143 121.143 54.286 121.143 121.143zM721.143 438.857c0 66.857-54.286 121.143-121.143 121.143s-121.143-54.286-121.143-121.143 54.286-121.143 121.143-121.143 121.143 54.286 121.143 121.143z" />
|
39 |
-
<glyph unicode="" glyph-name="tumblr" horiz-adv-x="624" d="M539.429 191.428l45.714-135.429c-17.143-25.714-94.857-54.857-164.571-56-207.429-3.429-285.714 147.429-285.714 253.714v310.857h-96v122.857c144 52 178.857 182.286 186.857 256.571 0.571 4.571 4.571 6.857 6.857 6.857h139.429v-242.286h190.286v-144h-190.857v-296c0-40 14.857-95.429 91.429-93.714 25.143 0.571 58.857 8 76.571 16.571z" />
|
40 |
-
<glyph unicode="" glyph-name="tumblr-square" horiz-adv-x="878" d="M649.143 116l-35.429 104.571c-13.714-6.857-39.429-12.571-58.857-12.571-58.286-1.714-70.286 40.571-70.286 72v227.429h146.857v110.857h-146.286v186.286h-107.429c-1.714 0-4.571-1.714-5.143-5.714-6.286-56.571-33.143-157.143-144-197.143v-94.286h74.286v-238.857c0-81.714 60-198.286 219.429-195.429 53.714 1.143 113.714 23.429 126.857 42.857zM877.714 713.143v-548.571c0-90.857-73.714-164.571-164.571-164.571h-548.571c-90.857 0-164.571 73.714-164.571 164.571v548.571c0 90.857 73.714 164.571 164.571 164.571h548.571c90.857 0 164.571-73.714 164.571-164.571z" />
|
41 |
-
<glyph unicode="" glyph-name="dribbble" horiz-adv-x="878" d="M585.143 93.714c-5.714 33.143-27.429 147.429-80 284.571-0.571 0-1.714-0.571-2.286-0.571 0 0-222.286-77.714-294.286-234.286-3.429 2.857-8.571 6.286-8.571 6.286 65.143-53.143 148-85.714 238.857-85.714 52 0 101.143 10.857 146.286 29.714zM479.429 440.571c-9.143 21.143-19.429 42.286-30.286 63.429-193.143-57.714-378.286-53.143-384.571-53.143-0.571-4-0.571-8-0.571-12 0-96 36.571-184 96-250.286v0c102.286 182.286 304.571 247.429 304.571 247.429 5.143 1.714 10.286 2.857 14.857 4.571zM418.286 561.714c-65.143 115.429-134.286 209.143-139.429 216-104.571-49.143-182.286-145.714-206.857-261.714 9.714 0 166.286-1.714 346.286 45.714zM809.143 379.428c-8 2.286-112.571 35.429-233.714 16.571 49.143-135.429 69.143-245.714 73.143-268 84 56.571 143.429 146.857 160.571 251.429zM349.143 802.857c-0.571 0-0.571 0-1.143-0.571 0 0 0.571 0.571 1.143 0.571zM686.286 720c-65.714 58.286-152.571 93.714-247.429 93.714-30.286 0-60-4-88.571-10.857 5.714-7.429 76.571-100.571 140.571-218.286 141.143 52.571 194.286 133.714 195.429 135.429zM813.714 442.857c-1.143 88.571-32.571 170.286-85.143 234.286-1.143-1.143-61.143-88-209.143-148.571 8.571-17.714 17.143-36 25.143-54.286 2.857-6.286 5.143-13.143 8-19.429 129.143 16.571 256.571-11.429 261.143-12zM877.714 438.857c0-242.286-196.571-438.857-438.857-438.857s-438.857 196.571-438.857 438.857 196.571 438.857 438.857 438.857 438.857-196.571 438.857-438.857z" />
|
42 |
-
<glyph unicode="" glyph-name="skype" horiz-adv-x="878" d="M670.286 343.428c0 99.429-96.571 133.714-177.714 152l-59.429 13.714c-43.429 10.286-76 17.714-76 50.857 0 30.286 32 44 82.286 44 89.714 0 91.429-65.714 146.857-65.714 37.143 0 59.429 29.143 59.429 62.286 0 65.714-109.143 108.571-217.143 108.571-98.857 0-213.714-42.857-213.714-158.857 0-96 64-130.286 147.429-150.286l83.429-20.571c50.857-12.571 82.286-18.286 82.286-54.857 0-29.143-32.571-51.429-82.857-51.429-105.714 0-111.429 88-172.571 88-40 0-57.714-28.571-57.714-60 0-70.286 107.429-127.429 236-127.429 107.429 0 219.429 53.714 219.429 169.714zM877.714 219.428c0-121.143-98.286-219.429-219.429-219.429-50.286 0-96.571 17.143-133.714 45.714-27.429-5.714-56.571-9.143-85.714-9.143-222.286 0-402.286 180-402.286 402.286 0 29.143 3.429 58.286 9.143 85.714-28.571 37.143-45.714 83.429-45.714 133.714 0 121.143 98.286 219.429 219.429 219.429 50.286 0 96.571-17.143 133.714-45.714 27.429 5.714 56.571 9.143 85.714 9.143 222.286 0 402.286-180 402.286-402.286 0-29.143-3.429-58.286-9.143-85.714 28.571-37.143 45.714-83.429 45.714-133.714z" />
|
43 |
-
<glyph unicode="" glyph-name="vimeo-square" horiz-adv-x="878" d="M738.286 586.286c4 82.857-26.857 124.571-92 126.857-88 2.857-147.429-46.857-178.286-149.143 16 6.857 31.429 10.857 46.857 10.857 32 0 46.286-18.286 42.286-54.857-1.714-21.714-16-53.714-42.286-95.429-26.857-42.286-46.857-62.857-60-62.857-17.143 0-32 32-46.857 96.571-4.571 19.429-13.143 67.429-25.714 145.714-11.429 72-41.714 105.714-91.429 101.143-20.571-2.286-52.571-20.571-93.714-57.143-30.857-26.857-61.143-54.857-92.571-82.286l29.714-38.286c28.571 19.429 45.143 29.714 49.714 29.714 21.714 0 42.286-34.286 61.143-102.286 17.143-62.857 34.286-125.143 51.429-188 25.714-68 56.571-102.286 93.714-102.286 59.429 0 132.571 56 218.857 168 83.429 107.429 126.857 192 129.143 253.714zM877.714 713.143v-548.571c0-90.857-73.714-164.571-164.571-164.571h-548.571c-90.857 0-164.571 73.714-164.571 164.571v548.571c0 90.857 73.714 164.571 164.571 164.571h548.571c90.857 0 164.571-73.714 164.571-164.571z" />
|
44 |
-
<glyph unicode="" glyph-name="wordpress" d="M72.571 438.857c0 63.429 13.714 124 38.286 178.857l209.714-574.286c-146.857 71.429-248 221.714-248 395.429zM808.571 461.143c0-37.714-15.429-81.143-33.714-142.286l-43.429-146.286-158.857 472s26.286 1.714 50.286 4.571c23.429 2.857 20.571 37.714-2.857 36-71.429-5.143-117.143-5.714-117.143-5.714s-42.857 0.571-115.429 5.714c-24 1.714-26.857-34.286-2.857-36 22.286-2.286 45.714-4.571 45.714-4.571l68.571-187.429-96-288-160 475.429s26.286 1.714 50.286 4.571c23.429 2.857 20.571 37.714-2.857 36-70.857-5.143-117.143-5.714-117.143-5.714-8 0-17.714 0.571-28 0.571 78.286 119.429 213.143 198.286 366.857 198.286 114.286 0 218.286-44 296.571-115.429h-5.714c-42.857 0-73.714-37.143-73.714-77.714 0-36 21.143-66.286 43.429-102.857 17.143-29.143 36-66.857 36-121.143zM519.429 400.571l135.429-369.714c0.571-2.286 1.714-4.571 2.857-6.286-45.714-16-94.286-25.143-145.714-25.143-42.857 0-84.571 6.286-124 18.286zM897.143 649.714c34.286-62.857 54.286-134.286 54.286-210.857 0-162.286-88-303.429-218.857-379.429l134.286 387.429c22.286 64 33.714 113.143 33.714 157.714 0 16-1.143 30.857-3.429 45.143zM512 950.857c282.286 0 512-229.714 512-512s-229.714-512-512-512-512 229.714-512 512 229.714 512 512 512zM512-49.714c269.143 0 488.571 219.429 488.571 488.571s-219.429 488.571-488.571 488.571-488.571-219.429-488.571-488.571 219.429-488.571 488.571-488.571z" />
|
45 |
-
<glyph unicode="" glyph-name="google" horiz-adv-x="860" d="M438.857 501.714h414.286c4-22.286 6.857-44 6.857-73.143 0-250.286-168-428.571-421.143-428.571-242.857 0-438.857 196-438.857 438.857s196 438.857 438.857 438.857c118.286 0 217.714-43.429 294.286-114.857l-119.429-114.857c-32.571 31.429-89.714 68-174.857 68-149.714 0-272-124-272-277.143s122.286-277.143 272-277.143c173.714 0 238.857 124.571 249.143 189.143h-249.143v150.857z" />
|
46 |
-
<glyph unicode="" glyph-name="reddit" d="M625.714 284c5.143-5.143 5.143-13.143 0-17.714-32.571-32.571-95.429-35.429-113.714-35.429s-81.143 2.857-113.714 35.429c-5.143 4.571-5.143 12.571 0 17.714 4.571 4.571 12.571 4.571 17.143 0 20.571-21.143 65.143-28 96.571-28s75.429 6.857 96.571 28c4.571 4.571 12.571 4.571 17.143 0zM450.286 387.428c0-28-22.857-50.857-50.857-50.857-28.571 0-51.429 22.857-51.429 50.857 0 28.571 22.857 51.429 51.429 51.429 28 0 50.857-22.857 50.857-51.429zM676 387.428c0-28-22.857-50.857-51.429-50.857-28 0-50.857 22.857-50.857 50.857 0 28.571 22.857 51.429 50.857 51.429 28.571 0 51.429-22.857 51.429-51.429zM819.429 456c0 37.714-30.857 68-68.571 68-19.429 0-36.571-8-49.143-20.571-46.286 32-108.571 52.571-177.714 54.857l36 161.714 114.286-25.714c0-28 22.857-50.857 50.857-50.857 28.571 0 51.429 23.429 51.429 51.429s-22.857 51.429-51.429 51.429c-20 0-37.143-12-45.714-28.571l-126.286 28c-6.286 1.714-12.571-2.857-14.286-9.143l-39.429-178.286c-68.571-2.857-130.286-23.429-176.571-55.429-12.571 13.143-30.286 21.143-49.714 21.143-37.714 0-68.571-30.286-68.571-68 0-27.429 16-50.286 38.857-61.714-2.286-10.286-3.429-21.143-3.429-32 0-108.571 122.286-196.571 272.571-196.571 150.857 0 273.143 88 273.143 196.571 0 10.857-1.143 22.286-4 32.571 22.286 11.429 37.714 34.286 37.714 61.143zM1024 438.857c0-282.857-229.143-512-512-512s-512 229.143-512 512 229.143 512 512 512 512-229.143 512-512z" />
|
47 |
-
<glyph unicode="" glyph-name="reddit-square" horiz-adv-x="878" d="M536.571 305.714c4-4 4-10.857 0-14.857-28-28-81.714-30.286-97.714-30.286s-69.714 2.286-97.714 30.286c-4 4-4 10.857 0 14.857 4 4.571 10.857 4.571 14.857 0 17.714-17.714 56-24 82.857-24s65.143 6.286 82.857 24c4 4.571 10.857 4.571 14.857 0zM386.286 394.857c0-24-20-44-44-44s-44 20-44 44c0 24.571 20 44 44 44s44-19.429 44-44zM579.429 394.857c0-24-20-44-44-44s-44 20-44 44c0 24.571 20 44 44 44s44-19.429 44-44zM702.286 453.714c0 32-26.286 58.286-58.857 58.286-16 0-30.857-6.857-41.714-17.714-40 27.429-93.714 45.143-152.571 46.857l30.857 138.857 97.714-22.286c0.571-24 20-43.429 44-43.429s44 20 44 44-20 44-44 44c-17.143 0-32-9.714-39.429-24.571l-108 24c-5.714 1.714-10.857-2.286-12-7.429l-34.286-153.143c-58.857-2.286-112-20-151.429-47.429-10.857 11.429-25.714 18.286-42.286 18.286-32.571 0-58.857-26.286-58.857-58.286 0-23.429 13.714-43.429 33.143-53.143-1.714-8.571-2.857-18.286-2.857-27.429 0-93.143 104.571-168.571 233.714-168.571s234.286 75.429 234.286 168.571c0 9.714-1.143 18.857-3.429 28 18.857 9.714 32 29.714 32 52.571zM877.714 713.143v-548.571c0-90.857-73.714-164.571-164.571-164.571h-548.571c-90.857 0-164.571 73.714-164.571 164.571v548.571c0 90.857 73.714 164.571 164.571 164.571h548.571c90.857 0 164.571-73.714 164.571-164.571z" />
|
48 |
-
<glyph unicode="" glyph-name="stumbleupon-circle" horiz-adv-x="878" d="M494.857 471.428l51.429 15.429v35.429c0 60.571-51.429 109.143-112 109.143s-112-48-112-108.571v-161.714c0-14.857-12-26.857-26.857-26.857s-26.286 12-26.286 26.857v68.571h-86.286v-69.714c0-62.286 50.286-112 112.571-112 61.143 0 112 49.143 112 110.286v160c0 14.857 12 26.857 26.857 26.857 14.286 0 26.286-12 26.286-26.857v-30.857zM685.143 360v69.714h-85.714v-72c0-14.857-12-26.857-26.857-26.857-14.286 0-26.286 12-26.286 26.857v70.286l-51.429-14.857-34.286 16v-70.286c0-61.143 50.857-110.857 112.571-110.857s112 49.714 112 112zM877.714 438.857c0-242.286-196.571-438.857-438.857-438.857s-438.857 196.571-438.857 438.857 196.571 438.857 438.857 438.857 438.857-196.571 438.857-438.857z" />
|
49 |
-
<glyph unicode="" glyph-name="stumbleupon" horiz-adv-x="1097" d="M606.857 544v67.429c0 32-26.286 58.286-58.286 58.286s-58.286-26.286-58.286-58.286v-349.714c0-133.714-110.857-241.714-245.143-241.714-135.429 0-245.143 109.714-245.143 245.143v152h187.429v-149.714c0-32.571 26.286-58.286 58.286-58.286s58.286 25.714 58.286 58.286v354.286c0 130.857 112 236 244.571 236 133.143 0 244.571-105.714 244.571-237.714v-77.714l-111.429-33.143zM909.714 417.143h187.429v-152c0-135.429-109.714-245.143-245.143-245.143-134.857 0-245.143 108.571-245.143 242.857v153.143l74.857-34.857 111.429 33.143v-154.286c0-32 26.286-57.714 58.286-57.714s58.286 25.714 58.286 57.714v157.143z" />
|
50 |
-
<glyph unicode="" glyph-name="git-square" horiz-adv-x="878" d="M332.571 203.428c0-30.857-28-37.714-53.143-37.714-24.571 0-61.143 4-61.143 36 0 31.429 30.857 36.571 56 36.571 24 0 58.286-4 58.286-34.857zM312 469.714c0-28.571-11.429-48.571-42.286-48.571-31.429 0-44 18.286-44 48s11.429 51.429 44 51.429c29.143 0 42.286-24 42.286-50.857zM406.857 512.571v71.429c-24.571-9.143-50.857-16.571-77.143-16.571-18.857 10.857-40.571 16.571-62.857 16.571-65.143 0-116.571-48-116.571-114.286 0-35.429 23.429-84.571 58.857-96.571v-1.714c-18.286-8-21.714-30.286-21.714-48.571 0-18.857 6.857-34.286 23.429-44v-1.714c-38.857-12.571-64.571-37.143-64.571-79.429 0-72.571 69.143-93.143 129.714-93.143 73.143 0 128 26.857 128 107.429 0 57.143-52 74.286-99.429 82.857-16 2.857-43.429 14.286-43.429 34.286 0 18.857 10.286 26.857 28 29.714 58.286 11.429 95.429 56.571 95.429 116.571 0 10.286-2.286 20-5.714 29.714 9.143 2.286 18.857 4.571 28 7.429zM440.571 273.143h78.286c-1.143 15.429-1.143 31.429-1.143 46.857v221.143c0 13.143 0 26.286 1.143 39.429h-78.286c1.714-13.143 1.714-27.429 1.714-40.571v-224c0-14.286 0-28.571-1.714-42.857zM731.429 282.286v69.143c-11.429-8-25.143-12-38.857-12-25.714 0-30.286 25.714-30.286 46.857v128.571h29.714c10.286 0 20-1.143 30.286-1.143v66.857h-60c0 19.429-1.143 38.857 1.714 58.286h-80c1.714-10.286 2.286-20.571 2.286-31.429v-26.857h-34.286v-66.857c6.857 0.571 13.714 1.714 21.143 1.714 4 0 8.571-0.571 13.143-0.571v-1.143h-1.143v-124c0-61.714 9.143-121.143 84.571-121.143 21.143 0 42.857 3.429 61.714 13.714zM528 685.714c0 26.857-20 52-48 52s-48.571-24.571-48.571-52c0-26.857 21.143-50.857 48.571-50.857s48 24.571 48 50.857zM877.714 713.143v-548.571c0-90.857-73.714-164.571-164.571-164.571h-548.571c-90.857 0-164.571 73.714-164.571 164.571v548.571c0 90.857 73.714 164.571 164.571 164.571h548.571c90.857 0 164.571-73.714 164.571-164.571z" />
|
51 |
-
<glyph unicode="" glyph-name="git" d="M340 85.714c0 50.286-55.429 57.143-94.286 57.143-40.571 0-90.286-8.571-90.286-59.429 0-51.429 58.857-57.714 98.286-57.714 41.714 0 86.286 10.286 86.286 60zM306.286 517.143c0 42.857-20.571 81.714-68 81.714-52.571 0-70.857-34.857-70.857-82.857 0-47.429 20.571-77.143 70.857-77.143 49.714 0 68 32 68 78.286zM460 702.286v-115.429c-14.857-5.143-29.714-9.143-45.143-12.571 5.714-15.429 9.143-31.429 9.143-48 0-96.571-59.429-170.286-154.286-188-28.571-5.714-45.143-17.714-45.143-48.571 0-87.429 230.857-28 230.857-189.143 0-130.857-88.571-173.714-207.429-173.714-97.714 0-209.143 32.571-209.143 150.286 0 68.571 41.714 108 104 128.571v2.286c-26.286 16-38.286 41.143-38.286 72 0 29.143 6.286 65.143 36 78.286v2.286c-57.714 19.429-95.429 98.857-95.429 156.571 0 106.857 82.857 185.143 188.571 185.143 35.429 0 70.857-9.143 101.714-26.857 42.857 0 85.143 11.429 124.571 26.857zM641.714 198.857h-126.857c2.286 25.714 2.286 50.857 2.286 76.571v348c0 24.571 0.571 49.143-2.286 73.143h126.857c-2.857-23.429-2.286-47.429-2.286-70.857v-350.286c0-25.714 0-50.857 2.286-76.571zM985.143 325.714v-112c-30.286-16.571-65.143-22.286-99.429-22.286-122.286 0-136.571 96.571-136.571 196v200.571h1.143v2.286c-7.429 0-14.286 1.143-21.143 1.143-11.429 0-22.857-1.714-33.714-3.429v108.571h54.857v43.429c0 17.143-0.571 34.286-3.429 50.857h129.714c-4.571-31.429-3.429-62.857-3.429-94.286h97.714v-108.571c-16.571 0-33.143 2.286-49.143 2.286h-48.571v-208.571c0-33.714 7.429-74.857 49.714-74.857 22.286 0 44 6.286 62.286 18.857zM656 866.857c0-42.857-33.143-82.857-77.143-82.857-45.143 0-78.857 39.429-78.857 82.857 0 44 33.143 84 78.857 84 45.143 0 77.143-41.143 77.143-84z" />
|
52 |
-
<glyph unicode="" glyph-name="qq" d="M154.286 490.286c-4 9.714-4.571 19.429-4.571 29.714 0 16 10.286 41.714 20 53.714-0.571 14.857 5.714 45.143 17.143 54.857 0 105.714 81.714 238.857 177.143 284.571 58.857 28 120.571 37.714 185.143 37.714 50.286 0 105.143-12 152-31.429 134.286-56.571 164.571-161.714 193.143-296l0.571-2.857c16.571-25.143 31.429-54.857 31.429-85.714 0-15.429-10.286-30.857-10.286-44.571 0-1.143 3.429-5.714 4-6.857 49.143-72.571 93.714-151.429 93.714-241.714 0-20-10.857-89.714-42.857-89.714-22.286 0-46.857 54.286-54.857 69.143-0.571 0.571-1.143 0.571-1.714 0.571l-2.857-2.286c-18.286-47.429-38.286-92-75.429-127.429 32.571-31.429 85.143-28.571 94.857-82.857-2.857-6.286-1.714-13.143-6.286-19.429-32.571-49.143-120-55.429-172.571-55.429-69.714 0-126.286 18.286-192 37.714-13.714 4-34.286 1.714-49.143 3.429-34.857-38.286-120-48.571-169.143-48.571-43.429 0-211.429 2.857-211.429 77.143 0 32 6.857 41.143 29.143 61.714 17.714 3.429 30.857 13.143 51.429 14.286 2.857 0 5.143 0.571 8 1.143 0.571 0.571 1.143 0.571 1.143 2.286l-1.143 1.714c-39.429 9.143-94.857 108.571-103.429 149.714l-2.857 1.714c-4 0-5.714-8.571-6.857-11.429-12.571-29.143-42.286-60.571-75.429-64h-0.571c-4.571 0-2.857 4.571-6.286 5.714-8 18.857-13.143 36-13.143 57.143 0 114.286 54.857 198.857 144 266.286z" />
|
53 |
-
<glyph unicode="" glyph-name="circle-thin" horiz-adv-x="878" d="M438.857 804.571c-201.714 0-365.714-164-365.714-365.714s164-365.714 365.714-365.714 365.714 164 365.714 365.714-164 365.714-365.714 365.714zM877.714 438.857c0-242.286-196.571-438.857-438.857-438.857s-438.857 196.571-438.857 438.857 196.571 438.857 438.857 438.857v0c242.286 0 438.857-196.571 438.857-438.857z" />
|
54 |
-
<glyph unicode="" glyph-name="share-alt" horiz-adv-x="878" d="M694.857 365.714c101.143 0 182.857-81.714 182.857-182.857s-81.714-182.857-182.857-182.857-182.857 81.714-182.857 182.857c0 6.286 0.571 13.143 1.143 19.429l-205.714 102.857c-32.571-30.286-76.571-49.143-124.571-49.143-101.143 0-182.857 81.714-182.857 182.857s81.714 182.857 182.857 182.857c48 0 92-18.857 124.571-49.143l205.714 102.857c-0.571 6.286-1.143 13.143-1.143 19.429 0 101.143 81.714 182.857 182.857 182.857s182.857-81.714 182.857-182.857-81.714-182.857-182.857-182.857c-48 0-92 18.857-124.571 49.143l-205.714-102.857c0.571-6.286 1.143-13.143 1.143-19.429s-0.571-13.143-1.143-19.429l205.714-102.857c32.571 30.286 76.571 49.143 124.571 49.143z" />
|
55 |
-
<glyph unicode="" glyph-name="twitch" d="M512 702.857v-248h-82.857v248h82.857zM739.429 702.857v-248h-82.857v248h82.857zM739.429 268.571l144.571 145.143v454.286h-682.286v-599.429h186.286v-124l124 124h227.429zM966.857 950.857v-578.857l-248-248h-186.286l-124-124h-124v124h-227.429v661.714l62.286 165.143h847.429z" />
|
56 |
-
<glyph unicode="" glyph-name="whatsapp" horiz-adv-x="878" d="M562.857 394.286c9.714 0 102.857-48.571 106.857-55.429 1.143-2.857 1.143-6.286 1.143-8.571 0-14.286-4.571-30.286-9.714-43.429-13.143-32-66.286-52.571-98.857-52.571-27.429 0-84 24-108.571 35.429-81.714 37.143-132.571 100.571-181.714 173.143-21.714 32-41.143 71.429-40.571 110.857v4.571c1.143 37.714 14.857 64.571 42.286 90.286 8.571 8 17.714 12.571 29.714 12.571 6.857 0 13.714-1.714 21.143-1.714 15.429 0 18.286-4.571 24-19.429 4-9.714 33.143-87.429 33.143-93.143 0-21.714-39.429-46.286-39.429-59.429 0-2.857 1.143-5.714 2.857-8.571 12.571-26.857 36.571-57.714 58.286-78.286 26.286-25.143 54.286-41.714 86.286-57.714 4-2.286 8-4 12.571-4 17.143 0 45.714 55.429 60.571 55.429zM446.857 91.428c197.714 0 358.857 161.143 358.857 358.857s-161.143 358.857-358.857 358.857-358.857-161.143-358.857-358.857c0-75.429 24-149.143 68.571-210.286l-45.143-133.143 138.286 44c58.286-38.286 127.429-59.429 197.143-59.429zM446.857 881.143c237.714 0 430.857-193.143 430.857-430.857s-193.143-430.857-430.857-430.857c-72.571 0-144.571 18.286-208.571 53.714l-238.286-76.571 77.714 231.429c-40.571 66.857-61.714 144-61.714 222.286 0 237.714 193.143 430.857 430.857 430.857z" />
|
57 |
-
<glyph unicode="" glyph-name="snapchat" horiz-adv-x="878" d="M730.857 294.857c0 8-4.571 13.714-12.571 15.429-52 11.429-91.429 47.429-113.143 95.429-1.714 4.571-4 9.143-4 14.286 0 25.714 71.429 20.571 71.429 57.143 0 15.429-18.857 25.143-32.571 25.143-13.143 0-23.429-9.143-36-9.143-2.286 0-4.571 0.571-6.857 1.143 1.143 21.714 2.857 43.429 2.857 65.143 0 20-1.143 47.429-9.714 65.143-27.429 59.429-80.571 94.286-145.714 94.286-71.429 0-125.714-26.286-157.143-94.286-8.571-17.714-9.714-45.143-9.714-65.143 0-21.714 1.714-43.429 2.857-65.143-2.286-1.143-5.143-1.143-8-1.143-13.143 0-23.429 8.571-35.429 8.571-14.286 0-32-9.143-32-25.143 0-35.429 71.429-30.857 71.429-56.571 0-5.143-2.286-9.714-4-14.286-22.286-48-60.571-84-113.143-95.429-8-1.714-12.571-7.429-12.571-15.429 0-26.286 60.571-36 78.286-38.857 5.143-13.714 2.857-37.714 23.429-37.714 14.286 0 28.571 5.143 44 5.143 60 0 76-54.286 145.714-54.286 72.571 0 86.286 54.286 146.857 54.286 15.429 0 29.714-4.571 44.571-4.571 20 0 17.714 24 22.857 37.143 17.714 2.857 78.286 12.571 78.286 38.857zM877.714 438.857c0-242.286-196.571-438.857-438.857-438.857s-438.857 196.571-438.857 438.857 196.571 438.857 438.857 438.857 438.857-196.571 438.857-438.857z" />
|
58 |
-
<glyph unicode="" glyph-name="snapchat-ghost" horiz-adv-x="951" d="M484.571 877.714c102.857 1.143 188-56.571 230.857-149.143 13.143-28 15.429-71.429 15.429-102.286 0-36.571-2.857-72.571-5.143-109.143 4.571-2.286 10.857-4 16-4 20.571 0 37.714 15.429 58.286 15.429 19.429 0 47.429-13.714 47.429-36.571 0-54.857-114.857-44.571-114.857-92.571 0-8.571 3.429-16.571 6.857-24.571 27.429-60 79.429-117.714 141.143-143.429 14.857-6.286 29.714-9.714 45.714-13.143 10.286-2.286 16-9.714 16-20 0-38.857-98.857-54.857-125.143-58.857-11.429-17.714-2.857-59.429-33.143-59.429-23.429 0-46.857 7.429-72 7.429-12 0-24-0.571-35.429-2.857-68-11.429-90.857-84.571-202.286-84.571-107.429 0-133.143 73.143-199.429 84.571-12 2.286-24 2.857-36 2.857-25.714 0-50.286-8.571-70.857-8.571-32 0-22.286 42.286-34.286 60.571-26.286 4-125.143 20-125.143 58.857 0 10.286 5.714 17.714 16 20 16 3.429 30.857 6.857 45.714 13.143 61.143 25.143 114.286 83.429 141.143 143.429 3.429 8 6.857 16 6.857 24.571 0 48-115.429 38.857-115.429 92 0 22.286 26.286 36.571 46.286 36.571 17.714 0 35.429-14.857 57.714-14.857 6.286 0 12.571 1.143 18.286 4-2.286 36-5.143 72-5.143 108.571 0 30.857 2.286 74.857 15.429 102.857 50.286 108.571 135.429 148 249.143 149.143z" />
|
59 |
-
<glyph unicode="" glyph-name="snapchat-square" horiz-adv-x="878" d="M731.429 294.857c0 8-4.571 13.714-12.571 15.429-52 10.857-91.429 47.429-113.143 95.429-2.286 4.571-4 9.143-4 14.286 0 25.714 70.857 20.571 70.857 57.143 0 15.429-18.857 25.143-32.571 25.143-12.571 0-22.857-9.143-36-9.143-2.286 0-4.571 0.571-6.857 1.143 1.714 21.714 2.857 44 2.857 65.714 0 19.429-1.143 46.857-9.714 65.143-27.429 59.429-80 94.286-145.714 94.286-71.429 0-125.714-26.857-157.143-94.286-8.571-18.286-10.286-45.714-10.286-65.714 0-21.714 1.714-43.429 3.429-65.143-2.857-0.571-5.714-1.143-8.571-1.143-12.571 0-23.429 9.143-35.429 9.143-14.286 0-31.429-9.714-31.429-25.714 0-35.429 70.857-30.857 70.857-56.571 0-5.143-1.714-9.714-4-14.286-22.286-48-60.571-84-113.143-95.429-8-1.714-12.571-7.429-12.571-15.429 0-26.857 60.571-36.571 78.857-39.429 5.143-13.714 2.857-37.714 22.857-37.714 14.857 0 29.143 5.714 44 5.714 60.571 0 76.571-54.286 146.286-54.286 72.571 0 86.286 54.286 147.429 54.286 14.857 0 29.714-5.143 44.571-5.143 19.429 0 17.714 24 22.286 37.143 18.286 2.857 78.857 12.571 78.857 39.429zM877.714 713.143v-548.571c0-90.857-73.714-164.571-164.571-164.571h-548.571c-90.857 0-164.571 73.714-164.571 164.571v548.571c0 90.857 73.714 164.571 164.571 164.571h548.571c90.857 0 164.571-73.714 164.571-164.571z" />
|
60 |
-
<glyph unicode="" glyph-name="telegram" d="M679.429 204l84 396c7.429 34.857-12.571 48.571-35.429 40l-493.714-190.286c-33.714-13.143-33.143-32-5.714-40.571l126.286-39.429 293.143 184.571c13.714 9.143 26.286 4 16-5.143l-237.143-214.286-9.143-130.286c13.143 0 18.857 5.714 25.714 12.571l61.714 59.429 128-94.286c23.429-13.143 40-6.286 46.286 21.714zM1024 438.857c0-282.857-229.143-512-512-512s-512 229.143-512 512 229.143 512 512 512 512-229.143 512-512z" />
|
61 |
</font></defs></svg>
|
1 |
+
<?xml version="1.0" standalone="no"?>
|
2 |
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3 |
+
<svg xmlns="http://www.w3.org/2000/svg">
|
4 |
+
<metadata>Generated by IcoMoon</metadata>
|
5 |
+
<defs>
|
6 |
+
<font id="icomoon" horiz-adv-x="1024">
|
7 |
+
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
8 |
+
<missing-glyph horiz-adv-x="1024" />
|
9 |
+
<glyph unicode=" " horiz-adv-x="512" d="" />
|
10 |
+
<glyph unicode="" d="M155.583 795.416c16.057 17.638 34.182 33.087 53.037 47.563 65.931 50.361 139.891 82.353 221.757 95.612 50.604 8.272 101.451 9.002 152.055 0.73 152.055-24.572 268.833-102.789 350.457-233.070 36.128-57.659 58.511-120.793 67.026-188.305 19.098-151.447-21.166-285.377-122.496-399.479-73.838-83.083-166.531-134.417-275.767-155.461-43.184-8.272-86.611-10.705-130.402-7.177-45.008 3.528-88.922 12.894-131.376 28.465-1.703 0.608-3.284 1.338-5.109 2.19 0 117.022 0 233.8 0 350.578 0.243 0.243 0.487 0.365 0.608 0.487 0.243 0.122 0.365 0.365 0.608 0.487 0.487 0.122 0.973 0.243 1.581 0.243 0.487 0 0.973 0 1.581 0 69.337 0 138.553 0.122 207.89 0.243 0.243 0 0.487 0.122 1.216 0.487 0 55.956 0 112.156 0 168.842-71.040 0-141.715 0-212.391 0-1.703 6.082-2.311 97.194-0.852 114.954 100.356 0 200.713 0 301.556 0 0 57.051 0 113.251 0 170.423-3.163 0-6.204 0-9.123 0-154.123 0-308.124 0-462.248 0-3.041 0-6.204 0.243-9.245 0.365-0.243 0.365-0.243 1.095-0.365 1.825z" />
|
11 |
+
<glyph unicode="" d="M321.749 634.845c0-48.049 0-95.126 0-142.81 3.163 0 5.839 0 8.637 0 63.863 0 127.726 0 191.589 0 2.068 0 4.136 0.122 6.204 0 5.596-0.487 8.393-3.284 8.758-8.88 0.122-2.068-0.122-4.136-0.122-6.204 0-39.291 0-78.582 0-117.873 0-9.367-2.311-11.678-12.043-11.678-64.35 0-128.699 0-193.171 0-3.041 0-6.204 0-10.218 0 0-118.725 0-236.963 0-356.417-6.082 2.555-11.070 4.501-16.3 6.69-0.122 2.433-0.365 4.744-0.365 6.934 0 115.562 0 231.124 0 346.686 0 10.096 2.19 12.164 12.286 12.164 64.593 0 129.308 0 193.901 0 2.798 0 5.596 0 8.88 0 0 37.345 0 74.203 0 111.669-2.19 0.122-4.379 0.487-6.69 0.487-65.445 0-130.767 0-196.212 0-1.581 0-3.163-0.243-4.622 0-4.622 0.73-7.177 3.528-7.542 8.393-0.122 1.338 0 2.555 0 3.893 0 50.117 0 100.356 0 150.474 0 1.825-0.122 3.649 0.122 5.474 0.608 4.014 2.919 6.447 7.055 7.055 2.311 0.365 4.622 0.122 6.934 0.122 92.085 0 184.048 0 276.132 0 2.798 0 5.596 0 9.367 0 0.122 3.528 0.365 6.569 0.365 9.488 0 31.749 0 63.62 0 95.369 0 2.555 0 5.231 0.487 7.664 0.73 4.014 3.771 6.325 7.664 6.325 3.649 0 7.055-2.555 7.785-6.325 0.365-1.946 0.243-4.136 0.243-6.204 0-36.98 0-73.96 0-110.939 0-9.488-2.311-11.678-11.921-11.678-92.571 0-185.142 0-277.713 0-2.676 0.122-5.839 0.122-9.488 0.122z" />
|
12 |
+
<glyph unicode="" d="M154.245 793.348c-0.122-3.406-0.243-6.69-0.243-10.096 0-88.679 0-177.235 0-265.914 0-2.798 0-5.596 0-9.002-45.495 0-90.503 0-136.241 0 1.216 8.393 2.068 16.544 3.528 24.572 17.152 97.437 59.241 182.588 126.632 254.966 1.825 1.946 4.258 3.528 6.325 5.231 0.122 0 0 0.243 0 0.243z" />
|
13 |
+
<glyph unicode="" d="M153.515 105.207c-63.62 66.783-105.344 143.418-126.388 231.489 5.839 1.703 116.048 2.19 126.388 0.608 0-76.757 0-153.515 0-232.097z" />
|
14 |
+
<glyph unicode="" d="M155.583 795.416c0.122-0.73 0.122-1.46 0.243-2.068-0.487 0-1.095 0-1.581 0 0 0 0.122-0.122 0.122-0.122 0.365 0.608 0.852 1.46 1.216 2.19z" />
|
15 |
+
<glyph unicode="" d="M989.088 927.643c0-317.613 0-634.739 0-952.352-317.369 0-634.131 0-951.5 0 0 317.491 0 634.617 0 952.352 316.883 0 633.644 0 951.5 0zM756.14 745.055c-117.143 0-233.313 0-350.335 0 0-69.094 0-137.458 0-207.038-34.79 0-68.607 0-102.059 0 0-41.359 0-81.745 0-123.104 34.304 0 68.121 0 102.424 0 0-18.855 0-36.615 0-54.375s0-35.642 0-53.402c0-18.125 0-36.25 0-54.375 0-17.76 0-35.642 0-53.402 0-17.638-0.243-35.277 0.122-52.794 44.278 0 87.219 0 131.011 0 0 89.773 0 178.938 0 268.833 52.185 0 103.519 0 154.488 0 0 41.846 0 82.11 0 122.982-10.948 0-21.166 0-31.506 0s-20.679 0-31.141 0c-10.096 0-20.071 0-30.168 0-10.34 0-20.679 0-31.141 0-10.218 0-20.436-0.243-30.533 0.243 0 28.465 0 55.47 0 83.569 73.23 0 145.851 0 218.716 0 0.122 41.481 0.122 81.866 0.122 122.861z" />
|
16 |
+
<glyph unicode="" d="M733.027 642.752c0 19.098 0 36.858 0 54.618 0 7.177 0 14.232 0 21.409 0 1.946-0.365 4.258 0.608 5.717 1.338 1.825 3.771 4.014 5.717 4.014 1.825 0 4.014-2.555 5.109-4.501 0.852-1.46 0.365-3.771 0.365-5.717 0-25.545 0-51.212 0-76.757 0-9.853-0.608-10.34-10.583-10.34-65.080 0-130.159 0-195.239 0-3.528 0-7.055 0-11.191 0 0-34.912 0-68.972 0-104.249 3.893 0 7.299 0 10.826 0 44.035 0 88.070 0 132.105 0 2.555 0 5.352 0.608 7.664-0.243 2.068-0.73 4.014-2.798 5.109-4.866 0.852-1.46 0.365-3.771 0.365-5.717 0-27.492 0-55.105 0-82.596 0-10.826-0.852-11.556-11.678-11.556-44.4 0-88.679 0-133.079 0-3.528 0-7.055 0-11.921 0 0-4.014 0-7.42 0-10.826 0-80.893 0-161.908 0-242.802 0-2.919 0.487-5.961-0.365-8.637-0.608-2.068-3.163-5.231-4.622-5.109-2.311 0.243-4.987 2.433-6.325 4.501-1.095 1.581-0.487 4.379-0.487 6.69 0 85.516 0 170.91 0 256.426 0 1.581 0 3.284 0 4.866 0.122 4.136 2.19 6.69 6.569 6.69 2.311 0 4.501 0 6.812 0 43.67 0 87.462 0 131.132 0 3.528 0 7.055 0 10.461 0 2.19 7.299 2.676 68.242 0.608 81.502-3.284 0-6.69 0-10.218 0-43.427 0-86.732 0-130.159 0-2.311 0-4.501-0.122-6.812 0-6.447 0.365-8.029 1.825-8.393 8.029-0.122 1.338 0 2.555 0 3.893 0 34.669 0 69.337 0 103.884 0 11.191 0.73 11.799 12.408 11.799 64.471 0 128.821 0 193.292 0 3.649-0.122 7.177-0.122 11.921-0.122z" />
|
17 |
+
<glyph unicode="" d="M877.784 706.007c0.243 63.985 0.243 126.388 0.243 189.643h-540.83v-319.559h-157.529v-190.008h158.137v-332.697c0-27.248-0.365-54.497 0.243-81.502h202.051v414.928h238.422v189.765h-191.225c-15.814 0-31.506-0.365-47.076 0.365v128.943h337.562zM746.165 559.061c3.893 0 8.272 0.973 11.799-0.365 3.163-1.095 6.204-4.258 7.907-7.542 1.338-2.311 0.608-5.839 0.608-8.88v-127.483c0-16.665-1.338-17.882-18.003-17.882h-223.825v-391.451c0-4.501 0.73-9.245-0.608-13.381-0.973-3.163-4.866-8.029-7.177-7.907-3.528 0.365-7.664 3.771-9.732 6.934-1.703 2.433-0.73 6.812-0.73 10.34v403.372c0.243 6.325 3.406 10.34 10.096 10.34h229.056c3.406 11.313 4.136 105.344 0.973 125.78h-216.648c-3.528 0-6.934-0.243-10.461 0-9.975 0.608-12.408 2.798-12.894 12.408-0.243 2.068 0 3.893 0 5.961v160.449c0 17.273 1.095 18.247 19.098 18.247h298.393c5.596-0.243 11.070-0.243 18.368-0.243v117.387c0 3.041-0.608 6.569 0.973 8.88 2.068 2.798 5.839 6.204 8.88 6.204 2.798 0 6.204-3.893 7.907-6.934 1.338-2.311 0.608-5.839 0.608-8.88v-118.481c0-15.206-0.973-15.935-16.3-15.935h-318.951v-160.935h220.662z" />
|
18 |
+
<glyph unicode="" d="M851.995 854.291v-118.481c0-15.206-0.973-15.935-16.3-15.935h-318.708v-160.935h220.662c3.893 0 8.272 0.973 11.799-0.365 3.163-1.095 6.204-4.258 7.907-7.542 1.338-2.311 0.608-5.839 0.608-8.88v-127.483c0-16.665-1.338-17.882-18.003-17.882h-223.825v-391.451c0-4.501 0.73-9.245-0.608-13.381-0.973-3.163-4.866-8.029-7.177-7.907-3.528 0.365-7.664 3.771-9.732 6.934-1.703 2.433-0.73 6.812-0.73 10.34v403.493c0.243 6.325 3.406 10.34 10.096 10.34h229.056c3.406 11.313 4.136 105.344 0.973 125.78h-216.648c-3.528 0-6.934-0.243-10.461 0-9.975 0.608-12.408 2.798-12.894 12.408-0.243 2.068 0 3.893 0 5.961v160.449c0 17.273 1.095 18.247 19.098 18.247h298.393c5.596-0.243 11.070-0.243 18.368-0.243v117.387c0 3.041-0.608 6.569 0.973 8.88 2.068 2.798 5.839 6.204 8.88 6.204 2.798 0 6.204-3.893 7.907-6.934 1.095-2.433 0.365-5.961 0.365-9.002z" />
|
19 |
+
<glyph unicode="" glyph-name="envelope-o" d="M950.857 91.428v438.857c-12-13.714-25.143-26.286-39.429-37.714-81.714-62.857-164-126.857-243.429-193.143-42.857-36-96-80-155.429-80h-1.143c-59.429 0-112.571 44-155.429 80-79.429 66.286-161.714 130.286-243.429 193.143-14.286 11.429-27.429 24-39.429 37.714v-438.857c0-9.714 8.571-18.286 18.286-18.286h841.143c9.714 0 18.286 8.571 18.286 18.286zM950.857 692c0 14.286 3.429 39.429-18.286 39.429h-841.143c-9.714 0-18.286-8.571-18.286-18.286 0-65.143 32.571-121.714 84-162.286 76.571-60 153.143-120.571 229.143-181.143 30.286-24.571 85.143-77.143 125.143-77.143h1.143c40 0 94.857 52.571 125.143 77.143 76 60.571 152.571 121.143 229.143 181.143 37.143 29.143 84 92.571 84 141.143zM1024 713.143v-621.714c0-50.286-41.143-91.429-91.429-91.429h-841.143c-50.286 0-91.429 41.143-91.429 91.429v621.714c0 50.286 41.143 91.429 91.429 91.429h841.143c50.286 0 91.429-41.143 91.429-91.429z" />
|
20 |
+
<glyph unicode="" glyph-name="close" horiz-adv-x="805" d="M741.714 195.428c0-14.286-5.714-28.571-16-38.857l-77.714-77.714c-10.286-10.286-24.571-16-38.857-16s-28.571 5.714-38.857 16l-168 168-168-168c-10.286-10.286-24.571-16-38.857-16s-28.571 5.714-38.857 16l-77.714 77.714c-10.286 10.286-16 24.571-16 38.857s5.714 28.571 16 38.857l168 168-168 168c-10.286 10.286-16 24.571-16 38.857s5.714 28.571 16 38.857l77.714 77.714c10.286 10.286 24.571 16 38.857 16s28.571-5.714 38.857-16l168-168 168 168c10.286 10.286 24.571 16 38.857 16s28.571-5.714 38.857-16l77.714-77.714c10.286-10.286 16-24.571 16-38.857s-5.714-28.571-16-38.857l-168-168 168-168c10.286-10.286 16-24.571 16-38.857z" />
|
21 |
+
<glyph unicode="" glyph-name="linkedin-square" horiz-adv-x="878" d="M135.429 142.857h132v396.571h-132v-396.571zM276 661.714c-0.571 38.857-28.571 68.571-73.714 68.571s-74.857-29.714-74.857-68.571c0-37.714 28.571-68.571 73.143-68.571h0.571c46.286 0 74.857 30.857 74.857 68.571zM610.286 142.857h132v227.429c0 121.714-65.143 178.286-152 178.286-70.857 0-102.286-39.429-119.429-66.857h1.143v57.714h-132s1.714-37.143 0-396.571v0h132v221.714c0 11.429 0.571 23.429 4 32 9.714 23.429 31.429 48 68 48 47.429 0 66.286-36 66.286-89.714v-212zM877.714 713.143v-548.571c0-90.857-73.714-164.571-164.571-164.571h-548.571c-90.857 0-164.571 73.714-164.571 164.571v548.571c0 90.857 73.714 164.571 164.571 164.571h548.571c90.857 0 164.571-73.714 164.571-164.571z" />
|
22 |
+
<glyph unicode="" glyph-name="twitter" horiz-adv-x="951" d="M925.714 717.714c-25.143-36.571-56.571-69.143-92.571-95.429 0.571-8 0.571-16 0.571-24 0-244-185.714-525.143-525.143-525.143-104.571 0-201.714 30.286-283.429 82.857 14.857-1.714 29.143-2.286 44.571-2.286 86.286 0 165.714 29.143 229.143 78.857-81.143 1.714-149.143 54.857-172.571 128 11.429-1.714 22.857-2.857 34.857-2.857 16.571 0 33.143 2.286 48.571 6.286-84.571 17.143-148 91.429-148 181.143v2.286c24.571-13.714 53.143-22.286 83.429-23.429-49.714 33.143-82.286 89.714-82.286 153.714 0 34.286 9.143 65.714 25.143 93.143 90.857-112 227.429-185.143 380.571-193.143-2.857 13.714-4.571 28-4.571 42.286 0 101.714 82.286 184.571 184.571 184.571 53.143 0 101.143-22.286 134.857-58.286 41.714 8 81.714 23.429 117.143 44.571-13.714-42.857-42.857-78.857-81.143-101.714 37.143 4 73.143 14.286 106.286 28.571z" />
|
23 |
+
<glyph unicode="" glyph-name="facebook" horiz-adv-x="602" d="M548 944v-150.857h-89.714c-70.286 0-83.429-33.714-83.429-82.286v-108h167.429l-22.286-169.143h-145.143v-433.714h-174.857v433.714h-145.714v169.143h145.714v124.571c0 144.571 88.571 223.429 217.714 223.429 61.714 0 114.857-4.571 130.286-6.857z" />
|
24 |
+
<glyph unicode="" glyph-name="github" horiz-adv-x="878" d="M438.857 877.714c242.286 0 438.857-196.571 438.857-438.857 0-193.714-125.714-358.286-300-416.571-22.286-4-30.286 9.714-30.286 21.143 0 14.286 0.571 61.714 0.571 120.571 0 41.143-13.714 67.429-29.714 81.143 97.714 10.857 200.571 48 200.571 216.571 0 48-17.143 86.857-45.143 117.714 4.571 11.429 19.429 56-4.571 116.571-36.571 11.429-120.571-45.143-120.571-45.143-34.857 9.714-72.571 14.857-109.714 14.857s-74.857-5.143-109.714-14.857c0 0-84 56.571-120.571 45.143-24-60.571-9.143-105.143-4.571-116.571-28-30.857-45.143-69.714-45.143-117.714 0-168 102.286-205.714 200-216.571-12.571-11.429-24-30.857-28-58.857-25.143-11.429-89.143-30.857-127.429 36.571-24 41.714-67.429 45.143-67.429 45.143-42.857 0.571-2.857-26.857-2.857-26.857 28.571-13.143 48.571-64 48.571-64 25.714-78.286 148-52 148-52 0-36.571 0.571-70.857 0.571-81.714 0-11.429-8-25.143-30.286-21.143-174.286 58.286-300 222.857-300 416.571 0 242.286 196.571 438.857 438.857 438.857zM166.286 247.428c1.143 2.286-0.571 5.143-4 6.857-3.429 1.143-6.286 0.571-7.429-1.143-1.143-2.286 0.571-5.143 4-6.857 2.857-1.714 6.286-1.143 7.429 1.143zM184 228c2.286 1.714 1.714 5.714-1.143 9.143-2.857 2.857-6.857 4-9.143 1.714-2.286-1.714-1.714-5.714 1.143-9.143 2.857-2.857 6.857-4 9.143-1.714zM201.143 202.286c2.857 2.286 2.857 6.857 0 10.857-2.286 4-6.857 5.714-9.714 3.429-2.857-1.714-2.857-6.286 0-10.286s7.429-5.714 9.714-4zM225.143 178.286c2.286 2.286 1.143 7.429-2.286 10.857-4 4-9.143 4.571-11.429 1.714-2.857-2.286-1.714-7.429 2.286-10.857 4-4 9.143-4.571 11.429-1.714zM257.714 164c1.143 3.429-2.286 7.429-7.429 9.143-4.571 1.143-9.714-0.571-10.857-4s2.286-7.429 7.429-8.571c4.571-1.714 9.714 0 10.857 3.429zM293.714 161.143c0 4-4.571 6.857-9.714 6.286-5.143 0-9.143-2.857-9.143-6.286 0-4 4-6.857 9.714-6.286 5.143 0 9.143 2.857 9.143 6.286zM326.857 166.857c-0.571 3.429-5.143 5.714-10.286 5.143-5.143-1.143-8.571-4.571-8-8.571 0.571-3.429 5.143-5.714 10.286-4.571s8.571 4.571 8 8z" />
|
25 |
+
<glyph unicode="" glyph-name="globe" horiz-adv-x="878" d="M438.857 877.714c242.286 0 438.857-196.571 438.857-438.857s-196.571-438.857-438.857-438.857-438.857 196.571-438.857 438.857 196.571 438.857 438.857 438.857zM595.429 580c-4.571-3.429-7.429-9.714-13.143-10.857 2.857 0.571 5.714 10.857 7.429 13.143 3.429 4 8 6.286 12.571 8.571 9.714 4 19.429 5.143 29.714 6.857 9.714 2.286 21.714 2.286 29.143-6.286-1.714 1.714 12 13.714 13.714 14.286 5.143 2.857 13.714 1.714 17.143 6.857 1.143 1.714 1.143 12.571 1.143 12.571-9.714-1.143-13.143 8-13.714 16 0-0.571-1.143-2.286-3.429-4.571 0.571 8.571-10.286 2.286-14.286 3.429-13.143 3.429-11.429 12.571-15.429 22.286-2.286 5.143-8.571 6.857-10.857 12-2.286 3.429-3.429 10.857-8.571 11.429-3.429 0.571-9.714-12-10.857-11.429-5.143 2.857-7.429-1.143-11.429-3.429-3.429-2.286-6.286-1.143-9.714-2.857 10.286 3.429-4.571 9.143-9.714 8 8 2.286 4 10.857-0.571 14.857h2.857c-1.143 5.143-17.143 9.714-22.286 13.143s-32.571 9.143-38.286 5.714c-6.857-4 1.714-15.429 1.714-21.143 0.571-6.857-6.857-8.571-6.857-14.286 0-9.714 18.286-8 13.714-21.143-2.857-8-13.714-9.714-18.286-16-4.571-5.714 0.571-16 5.143-20 4.571-3.429-8-9.143-9.714-10.286-9.714-4.571-17.143 9.714-19.429 18.286-1.714 6.286-2.286 13.714-9.143 17.143-3.429 1.143-14.286 2.857-16.571-0.571-3.429 8.571-15.429 12-23.429 14.857-11.429 4-21.143 4-33.143 2.286 4 0.571-1.143 18.286-10.857 15.429 2.857 5.714 1.714 12 2.857 17.714 1.143 4.571 3.429 9.143 6.857 13.143 1.143 2.286 13.714 15.429 9.714 16 9.714-1.143 20.571-1.714 28.571 6.286 5.143 5.143 7.429 13.714 12.571 19.429 7.429 8.571 16.571-2.286 24.571-2.857 11.429-0.571 10.857 12 4.571 17.714 7.429-0.571 1.143 13.143-2.857 14.857-5.143 1.714-24.571-3.429-14.286-7.429-2.286 1.143-16-27.429-24-13.143-2.286 2.857-3.429 14.857-8.571 15.429-4.571 0-7.429-5.143-9.143-8.571 2.857 7.429-16 12.571-20 13.143 8.571 5.714 1.714 12-4.571 15.429-4.571 2.857-18.857 5.143-22.857 0.571-10.857-13.143 11.429-14.857 17.143-18.286 1.714-1.143 8.571-5.143 4.571-8-3.429-1.714-13.714-4.571-14.857-6.857-3.429-5.143 4-10.857-1.143-16-5.143 5.143-5.143 13.714-9.143 19.429 5.143-6.286-20.571-2.857-20-2.857-8.571 0-22.286-5.714-28.571 2.857-1.143 2.286-1.143 15.429 2.286 12.571-5.143 4-8.571 8-12 10.286-18.857-6.286-36.571-14.286-53.714-23.429 2.286-0.571 4-0.571 6.857 0.571 4.571 1.714 8.571 4.571 13.143 6.857 5.714 2.286 17.714 9.143 24 4 0.571 1.143 2.286 2.286 2.857 2.857 4-4.571 8-9.143 11.429-14.286-4.571 2.286-12 1.143-17.143 0.571-4-1.143-10.857-2.286-12.571-6.857 1.714-2.857 4-7.429 2.857-10.286-7.429 5.143-13.143 13.714-23.429 14.857-4.571 0-9.143 0-12.571-0.571-54.857-30.286-101.143-74.286-134.286-126.857 2.286-2.286 4.571-4 6.857-4.571 5.714-1.714 0-18.286 10.857-9.714 3.429-2.857 4-6.857 1.714-10.857 0.571 0.571 23.429-14.286 25.143-15.429 4-3.429 10.286-7.429 12-12 1.143-4-2.286-8.571-5.714-10.286-0.571 1.143-9.143 9.714-10.286 7.429-1.714-2.857 0-18.286 6.286-17.714-9.143-0.571-5.143-36-7.429-42.857 0-0.571 1.143-0.571 1.143-0.571-1.714-6.857 4-33.714 15.429-30.857-7.429-1.714 13.143-28 16-29.714 7.429-5.143 16-8.571 21.143-16 5.714-8 5.714-20 13.714-26.286-2.286-6.857 12-14.857 11.429-24.571-1.143-0.571-1.714-0.571-2.857-1.143 2.857-8 13.714-8 17.714-15.429 2.286-4.571 0-15.429 7.429-13.143 1.143 12.571-7.429 25.143-13.714 35.429-3.429 5.714-6.857 10.857-9.714 16.571-2.857 5.143-3.429 11.429-5.714 17.143 2.286-0.571 14.857-5.143 13.714-6.857-4.571-11.429 18.286-31.429 24.571-38.857 1.714-1.714 14.857-18.857 8-18.857 7.429 0 17.714-11.429 21.143-17.143 5.143-8.571 4-19.429 7.429-28.571 3.429-11.429 19.429-16.571 28.571-21.714 8-4 14.857-9.714 22.857-12.571 12-4.571 14.857-0.571 25.143 1.143 14.857 2.286 16.571-14.286 28.571-20.571 7.429-4 23.429-9.714 31.429-6.286-3.429-1.143 12-24.571 13.143-26.286 5.143-6.857 14.857-10.286 20.571-17.143 1.714 1.143 3.429 2.857 4 5.143-2.286-6.286 8.571-18.286 14.286-17.143 6.286 1.143 8 13.714 8 18.286-11.429-5.714-21.714-1.143-28 10.286-1.143 2.857-10.286 18.857-2.286 18.857 10.857 0 3.429 8.571 2.286 16.571s-9.143 13.143-13.143 20c-3.429-6.857-14.857-5.143-18.286 0.571 0-1.714-1.714-4.571-1.714-6.857-2.857 0-5.714-0.571-8.571 0.571 1.143 6.857 1.714 15.429 3.429 22.857 2.857 10.286 21.714 30.286-2.857 29.143-8.571-0.571-12-4-14.857-11.429-2.857-6.857-1.714-13.143-9.714-16.571-5.143-2.286-22.286-1.143-27.429 1.714-10.857 6.286-18.286 26.286-18.286 37.714-0.571 15.429 7.429 29.143 0 43.429 3.429 2.857 6.857 8.571 10.857 11.429 3.429 2.286 7.429-1.714 9.143 5.143-1.714 1.143-4 3.429-4.571 3.429 8.571-4 24.571 5.714 32 0 4.571-3.429 9.714-4.571 12.571 1.143 0.571 1.714-4 8.571-1.714 13.143 1.714-9.714 8-11.429 16.571-5.143 3.429-3.429 12.571-2.286 18.857-5.714 6.286-4 7.429-10.286 14.857-1.714 4.571-6.857 5.143-6.857 6.857-13.714 1.714-6.286 5.143-22.286 10.857-25.143 12-7.429 9.143 12.571 8 19.429-0.571 0.571-0.571 19.429-1.143 19.429-18.286 4-11.429 18.286-1.143 28 1.714 1.143 14.857 5.714 20.571 10.286 5.143 4.571 11.429 12.571 8.571 20 2.857 0 5.143 2.286 6.286 5.143-1.714 0.571-8.571 6.286-9.714 5.714 4 2.286 3.429 5.714 1.143 9.143 5.714 3.429 2.857 9.714 8.571 12 6.286-8.571 18.857 1.143 12.571 8 5.714 8 18.857 4 22.286 11.429 8.571-2.286 2.286 8.571 6.857 14.857 4 5.143 10.857 5.143 16 8 0-0.571 14.286 8 9.714 8.571 9.714-1.143 29.143 9.143 14.286 17.714 2.286 5.143-5.143 7.429-10.286 8.571 4 1.143 9.143-1.143 12.571 1.143 7.429 5.143 2.286 7.429-4 9.143-8 2.286-18.286-2.857-24.571-6.857zM502.286 78.857c78.286 13.714 148 52.571 200.571 108-3.429 3.429-9.714 2.286-14.286 4.571-4.571 1.714-8 3.429-13.714 4.571 1.143 11.429-11.429 15.429-19.429 21.143-7.429 5.714-12 12-22.857 9.714-1.143-0.571-12.571-4.571-10.286-6.857-7.429 6.286-10.857 9.714-20.571 12.571-9.143 2.857-15.429 14.286-24.571 4-4.571-4.571-2.286-11.429-4.571-16-7.429 6.286 6.857 13.714 1.143 20.571-6.857 8-18.857-5.143-24.571-8.571-3.429-2.857-7.429-4-9.714-7.429-2.857-4-4-9.143-6.286-13.143-1.714 4.571-11.429 3.429-12 6.857 2.286-13.714 2.286-28 5.143-41.714 1.714-8 0-21.143-6.857-27.429s-15.429-13.143-16.571-22.857c-1.143-6.857 0.571-13.143 6.857-14.857 0.571-8.571-9.143-14.857-8.571-24 0-0.571 0.571-6.286 1.143-9.143z" />
|
26 |
+
<glyph unicode="" glyph-name="chain" horiz-adv-x="951" d="M832 256c0 14.857-5.714 28.571-16 38.857l-118.857 118.857c-10.286 10.286-24.571 16-38.857 16-16.571 0-29.714-6.286-41.143-18.286 18.857-18.857 41.143-34.857 41.143-64 0-30.286-24.571-54.857-54.857-54.857-29.143 0-45.143 22.286-64 41.143-12-11.429-18.857-24.571-18.857-41.714 0-14.286 5.714-28.571 16-38.857l117.714-118.286c10.286-10.286 24.571-15.429 38.857-15.429s28.571 5.143 38.857 14.857l84 83.429c10.286 10.286 16 24 16 38.286zM430.286 658.857c0 14.286-5.714 28.571-16 38.857l-117.714 118.286c-10.286 10.286-24.571 16-38.857 16s-28.571-5.714-38.857-15.429l-84-83.429c-10.286-10.286-16-24-16-38.286 0-14.857 5.714-28.571 16-38.857l118.857-118.857c10.286-10.286 24.571-15.429 38.857-15.429 16.571 0 29.714 5.714 41.143 17.714-18.857 18.857-41.143 34.857-41.143 64 0 30.286 24.571 54.857 54.857 54.857 29.143 0 45.143-22.286 64-41.143 12 11.429 18.857 24.571 18.857 41.714zM941.714 256c0-43.429-17.714-85.714-48.571-116l-84-83.429c-30.857-30.857-72.571-47.429-116-47.429-44 0-85.714 17.143-116.571 48.571l-117.714 118.286c-30.857 30.857-47.429 72.571-47.429 116 0 45.143 18.286 88 50.286 119.429l-50.286 50.286c-31.429-32-73.714-50.286-118.857-50.286-43.429 0-85.714 17.143-116.571 48l-118.857 118.857c-31.429 31.429-48 72.571-48 116.571 0 43.429 17.714 85.714 48.571 116l84 83.429c30.857 30.857 72.571 47.429 116 47.429 44 0 85.714-17.143 116.571-48.571l117.714-118.286c30.857-30.857 47.429-72.571 47.429-116 0-45.143-18.286-88-50.286-119.429l50.286-50.286c31.429 32 73.714 50.286 118.857 50.286 43.429 0 85.714-17.143 116.571-48l118.857-118.857c31.429-31.429 48-72.571 48-116.571z" />
|
27 |
+
<glyph unicode="" glyph-name="pinterest" horiz-adv-x="878" d="M877.714 438.857c0-242.286-196.571-438.857-438.857-438.857-43.429 0-84.571 6.286-124.571 18.286 16.571 26.286 35.429 60 44.571 93.714 0 0 5.143 19.429 30.857 120.571 14.857-29.143 59.429-54.857 106.857-54.857 141.143 0 237.143 128.571 237.143 301.143 0 129.714-110.286 251.429-278.286 251.429-208 0-313.143-149.714-313.143-274.286 0-75.429 28.571-142.857 89.714-168 9.714-4 18.857 0 21.714 11.429 2.286 7.429 6.857 26.857 9.143 34.857 2.857 11.429 1.714 14.857-6.286 24.571-17.714 21.143-29.143 48-29.143 86.286 0 110.857 82.857 210.286 216 210.286 117.714 0 182.857-72 182.857-168.571 0-126.286-56-233.143-139.429-233.143-45.714 0-80 37.714-69.143 84.571 13.143 55.429 38.857 115.429 38.857 155.429 0 36-19.429 66.286-59.429 66.286-46.857 0-84.571-48.571-84.571-113.714 0 0 0-41.714 14.286-69.714-48-203.429-56.571-238.857-56.571-238.857-8-33.143-8.571-70.286-7.429-101.143-154.857 68-262.857 222.286-262.857 402.286 0 242.286 196.571 438.857 438.857 438.857s438.857-196.571 438.857-438.857z" />
|
28 |
+
<glyph unicode="" glyph-name="pinterest-square" horiz-adv-x="878" d="M713.143 877.714c90.857 0 164.571-73.714 164.571-164.571v-548.571c0-90.857-73.714-164.571-164.571-164.571h-414.286c18.857 26.857 49.714 73.143 61.714 120 0 0 5.143 19.429 30.286 119.429 15.429-29.143 59.429-54.286 106.286-54.286 139.429 0 234.286 127.429 234.286 297.714 0 128.571-109.143 248.571-274.857 248.571-206.286 0-310.286-148-310.286-271.429 0-74.286 28.571-140.571 89.143-165.714 9.714-4 18.857 0 21.714 10.857 1.714 7.429 6.286 26.857 8.571 34.857 2.857 10.857 1.714 14.857-6.286 24-17.143 21.143-28.571 47.429-28.571 85.714 0 109.714 82.286 207.429 213.714 207.429 116.571 0 180.571-70.857 180.571-166.286 0-125.143-55.429-230.857-137.714-230.857-45.143 0-79.429 37.714-68.571 84 13.143 54.857 38.286 114.286 38.286 153.714 0 35.429-18.857 65.143-58.286 65.143-46.286 0-83.429-48-83.429-112 0 0 0-41.143 13.714-69.143-47.429-201.143-56-236.571-56-236.571-12.571-52.571-7.429-113.714-4-145.143h-104.571c-90.857 0-164.571 73.714-164.571 164.571v548.571c0 90.857 73.714 164.571 164.571 164.571h548.571z" />
|
29 |
+
<glyph unicode="" glyph-name="google-plus-square" horiz-adv-x="878" d="M524 433.714c0 14.286-1.714 25.714-3.429 36.571h-206.857v-75.429h124c-4.571-32-37.143-94.286-124-94.286-75.429 0-136.571 61.714-136.571 138.286s61.143 138.286 136.571 138.286c42.286 0 70.857-17.714 87.429-33.714l59.429 57.714c-38.286 35.429-88 57.143-146.857 57.143-121.714 0-219.429-98.286-219.429-219.429s97.714-219.429 219.429-219.429c126.286 0 210.286 89.143 210.286 214.286zM721.143 407.428h62.286v62.857h-62.286v62.857h-62.857v-62.857h-62.857v-62.857h62.857v-62.857h62.857v62.857zM877.714 713.143v-548.571c0-90.857-73.714-164.571-164.571-164.571h-548.571c-90.857 0-164.571 73.714-164.571 164.571v548.571c0 90.857 73.714 164.571 164.571 164.571h548.571c90.857 0 164.571-73.714 164.571-164.571z" />
|
30 |
+
<glyph unicode="" glyph-name="google-plus" horiz-adv-x="1317" d="M821.143 429.143c0-239.429-160.571-409.143-402.286-409.143-231.429 0-418.857 187.429-418.857 418.857s187.429 418.857 418.857 418.857c113.143 0 207.429-41.143 280.571-109.714l-113.714-109.143c-30.857 29.714-85.143 64.571-166.857 64.571-142.857 0-259.429-118.286-259.429-264.571s116.571-264.571 259.429-264.571c165.714 0 228 119.429 237.714 180.571h-237.714v144h395.429c4-21.143 6.857-42.286 6.857-69.714zM1316.571 498.857v-120h-119.429v-119.429h-120v119.429h-119.429v120h119.429v119.429h120v-119.429h119.429z" />
|
31 |
+
<glyph unicode="" glyph-name="envelope" d="M1024 545.143v-453.714c0-50.286-41.143-91.429-91.429-91.429h-841.143c-50.286 0-91.429 41.143-91.429 91.429v453.714c17.143-18.857 36.571-35.429 57.714-49.714 94.857-64.571 190.857-129.143 284-197.143 48-35.429 107.429-78.857 169.714-78.857h1.143c62.286 0 121.714 43.429 169.714 78.857 93.143 67.429 189.143 132.571 284.571 197.143 20.571 14.286 40 30.857 57.143 49.714zM1024 713.143c0-64-47.429-121.714-97.714-156.571-89.143-61.714-178.857-123.429-267.429-185.714-37.143-25.714-100-78.286-146.286-78.286h-1.143c-46.286 0-109.143 52.571-146.286 78.286-88.571 62.286-178.286 124-266.857 185.714-40.571 27.429-98.286 92-98.286 144 0 56 30.286 104 91.429 104h841.143c49.714 0 91.429-41.143 91.429-91.429z" />
|
32 |
+
<glyph unicode="" glyph-name="linkedin" horiz-adv-x="878" d="M199.429 593.714v-566.286h-188.571v566.286h188.571zM211.429 768.571c0.571-54.286-40.571-97.714-106.286-97.714v0h-1.143c-63.429 0-104 43.429-104 97.714 0 55.429 42.286 97.714 106.286 97.714 64.571 0 104.571-42.286 105.143-97.714zM877.714 352v-324.571h-188v302.857c0 76-27.429 128-95.429 128-52 0-82.857-34.857-96.571-68.571-4.571-12.571-6.286-29.143-6.286-46.286v-316h-188c2.286 513.143 0 566.286 0 566.286h188v-82.286h-1.143c24.571 38.857 69.143 95.429 170.857 95.429 124 0 216.571-81.143 216.571-254.857z" />
|
33 |
+
<glyph unicode="" glyph-name="youtube-square" horiz-adv-x="878" d="M525.143 206.286v89.714c0 18.857-5.714 28.571-16.571 28.571-6.286 0-12.571-2.857-18.857-9.143v-128c6.286-6.286 12.571-9.143 18.857-9.143 10.857 0 16.571 9.143 16.571 28zM630.286 276h37.714v19.429c0 19.429-6.286 29.143-18.857 29.143s-18.857-9.714-18.857-29.143v-19.429zM304 428v-40h-45.714v-241.714h-42.286v241.714h-44.571v40h132.571zM418.857 356v-209.714h-38.286v22.857c-14.857-17.143-29.143-25.714-43.429-25.714-12 0-20.571 5.143-24 16-2.286 6.286-3.429 16-3.429 30.857v165.714h37.714v-154.286c0-8.571 0-13.714 0.571-14.857 0.571-5.714 3.429-8.571 8.571-8.571 8 0 15.429 5.714 24 17.714v160h38.286zM562.857 292.571v-83.429c0-18.857-1.143-33.143-4-41.714-4.571-16-14.857-24-30.286-24-13.143 0-26.286 8-38.857 23.429v-20.571h-38.286v281.714h38.286v-92c12 14.857 25.143 22.857 38.857 22.857 15.429 0 25.714-8 30.286-24 2.857-8.571 4-22.286 4-42.286zM706.286 218.857v-5.143c0-12.571-0.571-20.571-1.143-24.571-1.143-8.571-4-16-8.571-22.857-10.286-15.429-26.286-22.857-45.714-22.857-20 0-35.429 7.429-46.286 21.714-8 10.286-12 26.857-12 49.143v73.714c0 22.286 3.429 38.286 11.429 49.143 10.857 14.286 26.286 21.714 45.714 21.714 18.857 0 34.286-7.429 44.571-21.714 8-10.857 12-26.857 12-49.143v-43.429h-76v-37.143c0-19.429 6.286-29.143 19.429-29.143 9.143 0 14.857 5.143 17.143 14.857 0 2.286 0.571 10.857 0.571 25.714h38.857zM448.571 689.714v-89.143c0-19.429-6.286-29.143-18.286-29.143-12.571 0-18.286 9.714-18.286 29.143v89.143c0 19.429 5.714 29.714 18.286 29.714 12 0 18.286-10.286 18.286-29.714zM753.143 282.286v0c0 49.143 0 101.143-10.857 148.571-8 33.714-35.429 58.286-68 61.714-77.714 8.571-156.571 8.571-235.429 8.571-78.286 0-157.143 0-234.857-8.571-33.143-3.429-60.571-28-68-61.714-10.857-47.429-11.429-99.429-11.429-148.571v0c0-48.571 0-100.571 11.429-148.571 7.429-33.143 34.857-57.714 67.429-61.714 78.286-8.571 157.143-8.571 235.429-8.571s157.143 0 235.429 8.571c32.571 4 60 28.571 67.429 61.714 11.429 48 11.429 100 11.429 148.571zM321.714 654.286l51.429 169.143h-42.857l-29.143-111.429-30.286 111.429h-44.571c8.571-26.286 18.286-52.571 26.857-78.857 13.714-40 22.286-69.714 26.286-90.286v-114.857h42.286v114.857zM486.857 608v74.286c0 22.286-4 38.857-12 49.714-10.857 14.286-25.714 21.714-44.571 21.714-19.429 0-34.286-7.429-44.571-21.714-8-10.857-12-27.429-12-49.714v-74.286c0-22.286 4-38.857 12-49.714 10.286-14.286 25.143-21.714 44.571-21.714 18.857 0 33.714 7.429 44.571 21.714 8 10.286 12 27.429 12 49.714zM590.286 539.428h38.286v211.429h-38.286v-161.714c-8.571-12-16.571-17.714-24-17.714-5.143 0-8.571 2.857-9.143 9.143-0.571 1.143-0.571 5.714-0.571 14.857v155.429h-38.286v-167.429c0-14.857 1.143-24.571 3.429-31.429 4-10.286 12.571-15.429 24.571-15.429 14.286 0 28.571 8.571 44 25.714v-22.857zM877.714 713.143v-548.571c0-90.857-73.714-164.571-164.571-164.571h-548.571c-90.857 0-164.571 73.714-164.571 164.571v548.571c0 90.857 73.714 164.571 164.571 164.571h548.571c90.857 0 164.571-73.714 164.571-164.571z" />
|
34 |
+
<glyph unicode="" glyph-name="youtube" horiz-adv-x="878" d="M554.857 240v-120.571c0-25.714-7.429-38.286-22.286-38.286-8.571 0-17.143 4-25.714 12.571v172c8.571 8.571 17.143 12.571 25.714 12.571 14.857 0 22.286-13.143 22.286-38.286zM748 239.428v-26.286h-51.429v26.286c0 25.714 8.571 38.857 25.714 38.857s25.714-13.143 25.714-38.857zM196 364h61.143v53.714h-178.286v-53.714h60v-325.143h57.143v325.143zM360.571 38.857h50.857v282.286h-50.857v-216c-11.429-16-22.286-24-32.571-24-6.857 0-10.857 4-12 12-0.571 1.714-0.571 8-0.571 20v208h-50.857v-223.429c0-20 1.714-33.143 4.571-41.714 4.571-14.286 16.571-21.143 33.143-21.143 18.286 0 37.714 11.429 58.286 34.857v-30.857zM605.714 123.428v112.571c0 26.286-1.143 45.143-5.143 56.571-6.286 21.143-20.571 32-40.571 32-18.857 0-36.571-10.286-53.143-30.857v124h-50.857v-378.857h50.857v27.429c17.143-21.143 34.857-31.429 53.143-31.429 20 0 34.286 10.857 40.571 31.429 4 12 5.143 30.857 5.143 57.143zM798.857 129.143v7.429h-52c0-20.571-0.571-32-1.143-34.857-2.857-13.714-10.286-20.571-22.857-20.571-17.714 0-26.286 13.143-26.286 39.429v49.714h102.286v58.857c0 30.286-5.143 52-15.429 66.286-14.857 19.429-34.857 29.143-60.571 29.143-26.286 0-46.286-9.714-61.143-29.143-10.857-14.286-16-36-16-66.286v-98.857c0-30.286 5.714-52.571 16.571-66.286 14.857-19.429 34.857-29.143 61.714-29.143s48 10.286 61.714 30.286c6.286 9.143 10.857 19.429 12 30.857 1.143 5.143 1.143 16.571 1.143 33.143zM451.429 650.857v120c0 26.286-7.429 39.429-24.571 39.429-16.571 0-24.571-13.143-24.571-39.429v-120c0-26.286 8-40 24.571-40 17.143 0 24.571 13.714 24.571 40zM862.286 221.714c0-65.714-0.571-136-14.857-200-10.857-45.143-47.429-78.286-91.429-82.857-105.143-12-211.429-12-317.143-12s-212 0-317.143 12c-44 4.571-81.143 37.714-91.429 82.857-14.857 64-14.857 134.286-14.857 200v0c0 66.286 0.571 136 14.857 200 10.857 45.143 47.429 78.286 92 83.429 104.571 11.429 210.857 11.429 316.571 11.429s212 0 317.143-11.429c44-5.143 81.143-38.286 91.429-83.429 14.857-64 14.857-133.714 14.857-200zM292 950.857h58.286l-69.143-228v-154.857h-57.143v154.857c-5.143 28-16.571 68-34.857 121.143-12.571 35.429-25.143 71.429-37.143 106.857h60.571l40.571-150.286zM503.429 760.571v-100c0-30.286-5.143-53.143-16-67.429-14.286-19.429-34.286-29.143-60.571-29.143-25.714 0-45.714 9.714-60 29.143-10.857 14.857-16 37.143-16 67.429v100c0 30.286 5.143 52.571 16 66.857 14.286 19.429 34.286 29.143 60 29.143 26.286 0 46.286-9.714 60.571-29.143 10.857-14.286 16-36.571 16-66.857zM694.857 853.143v-285.143h-52v31.429c-20.571-24-40-35.429-58.857-35.429-16.571 0-28.571 6.857-33.714 21.143-2.857 8.571-4.571 22.286-4.571 42.857v225.143h52v-209.714c0-12 0-18.857 0.571-20 1.143-8 5.143-12.571 12-12.571 10.286 0 21.143 8 32.571 24.571v217.714h52z" />
|
35 |
+
<glyph unicode="" glyph-name="youtube-play" d="M406.286 306.286l276.571 142.857-276.571 144.571v-287.429zM512 798.857c215.429 0 358.286-10.286 358.286-10.286 20-2.286 64-2.286 102.857-43.429 0 0 31.429-30.857 40.571-101.714 10.857-82.857 10.286-165.714 10.286-165.714v-77.714s0.571-82.857-10.286-165.714c-9.143-70.286-40.571-101.714-40.571-101.714-38.857-40.571-82.857-40.571-102.857-42.857 0 0-142.857-10.857-358.286-10.857v0c-266.286 2.286-348 10.286-348 10.286-22.857 4-74.286 2.857-113.143 43.429 0 0-31.429 31.429-40.571 101.714-10.857 82.857-10.286 165.714-10.286 165.714v77.714s-0.571 82.857 10.286 165.714c9.143 70.857 40.571 101.714 40.571 101.714 38.857 41.143 82.857 41.143 102.857 43.429 0 0 142.857 10.286 358.286 10.286v0z" />
|
36 |
+
<glyph unicode="" glyph-name="dropbox" d="M229.714 546.857l282.286-174.286-195.429-162.857-280 182.286zM793.143 229.714v-61.714l-280-167.429v-0.571l-0.571 0.571-0.571-0.571v0.571l-279.429 167.429v61.714l84-54.857 195.429 162.286v1.143l0.571-0.571 0.571 0.571v-1.143l196-162.286zM316.571 883.428l195.429-162.857-282.286-173.714-193.143 154.286zM794.286 546.857l193.143-154.857-279.429-182.286-196 162.857zM708 883.428l279.429-182.286-193.143-154.286-282.286 173.714z" />
|
37 |
+
<glyph unicode="" glyph-name="instagram" horiz-adv-x="878" d="M585.143 438.857c0 80.571-65.714 146.286-146.286 146.286s-146.286-65.714-146.286-146.286 65.714-146.286 146.286-146.286 146.286 65.714 146.286 146.286zM664 438.857c0-124.571-100.571-225.143-225.143-225.143s-225.143 100.571-225.143 225.143 100.571 225.143 225.143 225.143 225.143-100.571 225.143-225.143zM725.714 673.143c0-29.143-23.429-52.571-52.571-52.571s-52.571 23.429-52.571 52.571 23.429 52.571 52.571 52.571 52.571-23.429 52.571-52.571zM438.857 798.857c-64 0-201.143 5.143-258.857-17.714-20-8-34.857-17.714-50.286-33.143s-25.143-30.286-33.143-50.286c-22.857-57.714-17.714-194.857-17.714-258.857s-5.143-201.143 17.714-258.857c8-20 17.714-34.857 33.143-50.286s30.286-25.143 50.286-33.143c57.714-22.857 194.857-17.714 258.857-17.714s201.143-5.143 258.857 17.714c20 8 34.857 17.714 50.286 33.143s25.143 30.286 33.143 50.286c22.857 57.714 17.714 194.857 17.714 258.857s5.143 201.143-17.714 258.857c-8 20-17.714 34.857-33.143 50.286s-30.286 25.143-50.286 33.143c-57.714 22.857-194.857 17.714-258.857 17.714zM877.714 438.857c0-60.571 0.571-120.571-2.857-181.143-3.429-70.286-19.429-132.571-70.857-184s-113.714-67.429-184-70.857c-60.571-3.429-120.571-2.857-181.143-2.857s-120.571-0.571-181.143 2.857c-70.286 3.429-132.571 19.429-184 70.857s-67.429 113.714-70.857 184c-3.429 60.571-2.857 120.571-2.857 181.143s-0.571 120.571 2.857 181.143c3.429 70.286 19.429 132.571 70.857 184s113.714 67.429 184 70.857c60.571 3.429 120.571 2.857 181.143 2.857s120.571 0.571 181.143-2.857c70.286-3.429 132.571-19.429 184-70.857s67.429-113.714 70.857-184c3.429-60.571 2.857-120.571 2.857-181.143z" />
|
38 |
+
<glyph unicode="" glyph-name="flickr" horiz-adv-x="878" d="M713.143 877.714c90.857 0 164.571-73.714 164.571-164.571v-548.571c0-90.857-73.714-164.571-164.571-164.571h-548.571c-90.857 0-164.571 73.714-164.571 164.571v548.571c0 90.857 73.714 164.571 164.571 164.571h548.571zM398.857 438.857c0 66.857-54.286 121.143-121.143 121.143s-121.143-54.286-121.143-121.143 54.286-121.143 121.143-121.143 121.143 54.286 121.143 121.143zM721.143 438.857c0 66.857-54.286 121.143-121.143 121.143s-121.143-54.286-121.143-121.143 54.286-121.143 121.143-121.143 121.143 54.286 121.143 121.143z" />
|
39 |
+
<glyph unicode="" glyph-name="tumblr" horiz-adv-x="624" d="M539.429 191.428l45.714-135.429c-17.143-25.714-94.857-54.857-164.571-56-207.429-3.429-285.714 147.429-285.714 253.714v310.857h-96v122.857c144 52 178.857 182.286 186.857 256.571 0.571 4.571 4.571 6.857 6.857 6.857h139.429v-242.286h190.286v-144h-190.857v-296c0-40 14.857-95.429 91.429-93.714 25.143 0.571 58.857 8 76.571 16.571z" />
|
40 |
+
<glyph unicode="" glyph-name="tumblr-square" horiz-adv-x="878" d="M649.143 116l-35.429 104.571c-13.714-6.857-39.429-12.571-58.857-12.571-58.286-1.714-70.286 40.571-70.286 72v227.429h146.857v110.857h-146.286v186.286h-107.429c-1.714 0-4.571-1.714-5.143-5.714-6.286-56.571-33.143-157.143-144-197.143v-94.286h74.286v-238.857c0-81.714 60-198.286 219.429-195.429 53.714 1.143 113.714 23.429 126.857 42.857zM877.714 713.143v-548.571c0-90.857-73.714-164.571-164.571-164.571h-548.571c-90.857 0-164.571 73.714-164.571 164.571v548.571c0 90.857 73.714 164.571 164.571 164.571h548.571c90.857 0 164.571-73.714 164.571-164.571z" />
|
41 |
+
<glyph unicode="" glyph-name="dribbble" horiz-adv-x="878" d="M585.143 93.714c-5.714 33.143-27.429 147.429-80 284.571-0.571 0-1.714-0.571-2.286-0.571 0 0-222.286-77.714-294.286-234.286-3.429 2.857-8.571 6.286-8.571 6.286 65.143-53.143 148-85.714 238.857-85.714 52 0 101.143 10.857 146.286 29.714zM479.429 440.571c-9.143 21.143-19.429 42.286-30.286 63.429-193.143-57.714-378.286-53.143-384.571-53.143-0.571-4-0.571-8-0.571-12 0-96 36.571-184 96-250.286v0c102.286 182.286 304.571 247.429 304.571 247.429 5.143 1.714 10.286 2.857 14.857 4.571zM418.286 561.714c-65.143 115.429-134.286 209.143-139.429 216-104.571-49.143-182.286-145.714-206.857-261.714 9.714 0 166.286-1.714 346.286 45.714zM809.143 379.428c-8 2.286-112.571 35.429-233.714 16.571 49.143-135.429 69.143-245.714 73.143-268 84 56.571 143.429 146.857 160.571 251.429zM349.143 802.857c-0.571 0-0.571 0-1.143-0.571 0 0 0.571 0.571 1.143 0.571zM686.286 720c-65.714 58.286-152.571 93.714-247.429 93.714-30.286 0-60-4-88.571-10.857 5.714-7.429 76.571-100.571 140.571-218.286 141.143 52.571 194.286 133.714 195.429 135.429zM813.714 442.857c-1.143 88.571-32.571 170.286-85.143 234.286-1.143-1.143-61.143-88-209.143-148.571 8.571-17.714 17.143-36 25.143-54.286 2.857-6.286 5.143-13.143 8-19.429 129.143 16.571 256.571-11.429 261.143-12zM877.714 438.857c0-242.286-196.571-438.857-438.857-438.857s-438.857 196.571-438.857 438.857 196.571 438.857 438.857 438.857 438.857-196.571 438.857-438.857z" />
|
42 |
+
<glyph unicode="" glyph-name="skype" horiz-adv-x="878" d="M670.286 343.428c0 99.429-96.571 133.714-177.714 152l-59.429 13.714c-43.429 10.286-76 17.714-76 50.857 0 30.286 32 44 82.286 44 89.714 0 91.429-65.714 146.857-65.714 37.143 0 59.429 29.143 59.429 62.286 0 65.714-109.143 108.571-217.143 108.571-98.857 0-213.714-42.857-213.714-158.857 0-96 64-130.286 147.429-150.286l83.429-20.571c50.857-12.571 82.286-18.286 82.286-54.857 0-29.143-32.571-51.429-82.857-51.429-105.714 0-111.429 88-172.571 88-40 0-57.714-28.571-57.714-60 0-70.286 107.429-127.429 236-127.429 107.429 0 219.429 53.714 219.429 169.714zM877.714 219.428c0-121.143-98.286-219.429-219.429-219.429-50.286 0-96.571 17.143-133.714 45.714-27.429-5.714-56.571-9.143-85.714-9.143-222.286 0-402.286 180-402.286 402.286 0 29.143 3.429 58.286 9.143 85.714-28.571 37.143-45.714 83.429-45.714 133.714 0 121.143 98.286 219.429 219.429 219.429 50.286 0 96.571-17.143 133.714-45.714 27.429 5.714 56.571 9.143 85.714 9.143 222.286 0 402.286-180 402.286-402.286 0-29.143-3.429-58.286-9.143-85.714 28.571-37.143 45.714-83.429 45.714-133.714z" />
|
43 |
+
<glyph unicode="" glyph-name="vimeo-square" horiz-adv-x="878" d="M738.286 586.286c4 82.857-26.857 124.571-92 126.857-88 2.857-147.429-46.857-178.286-149.143 16 6.857 31.429 10.857 46.857 10.857 32 0 46.286-18.286 42.286-54.857-1.714-21.714-16-53.714-42.286-95.429-26.857-42.286-46.857-62.857-60-62.857-17.143 0-32 32-46.857 96.571-4.571 19.429-13.143 67.429-25.714 145.714-11.429 72-41.714 105.714-91.429 101.143-20.571-2.286-52.571-20.571-93.714-57.143-30.857-26.857-61.143-54.857-92.571-82.286l29.714-38.286c28.571 19.429 45.143 29.714 49.714 29.714 21.714 0 42.286-34.286 61.143-102.286 17.143-62.857 34.286-125.143 51.429-188 25.714-68 56.571-102.286 93.714-102.286 59.429 0 132.571 56 218.857 168 83.429 107.429 126.857 192 129.143 253.714zM877.714 713.143v-548.571c0-90.857-73.714-164.571-164.571-164.571h-548.571c-90.857 0-164.571 73.714-164.571 164.571v548.571c0 90.857 73.714 164.571 164.571 164.571h548.571c90.857 0 164.571-73.714 164.571-164.571z" />
|
44 |
+
<glyph unicode="" glyph-name="wordpress" d="M72.571 438.857c0 63.429 13.714 124 38.286 178.857l209.714-574.286c-146.857 71.429-248 221.714-248 395.429zM808.571 461.143c0-37.714-15.429-81.143-33.714-142.286l-43.429-146.286-158.857 472s26.286 1.714 50.286 4.571c23.429 2.857 20.571 37.714-2.857 36-71.429-5.143-117.143-5.714-117.143-5.714s-42.857 0.571-115.429 5.714c-24 1.714-26.857-34.286-2.857-36 22.286-2.286 45.714-4.571 45.714-4.571l68.571-187.429-96-288-160 475.429s26.286 1.714 50.286 4.571c23.429 2.857 20.571 37.714-2.857 36-70.857-5.143-117.143-5.714-117.143-5.714-8 0-17.714 0.571-28 0.571 78.286 119.429 213.143 198.286 366.857 198.286 114.286 0 218.286-44 296.571-115.429h-5.714c-42.857 0-73.714-37.143-73.714-77.714 0-36 21.143-66.286 43.429-102.857 17.143-29.143 36-66.857 36-121.143zM519.429 400.571l135.429-369.714c0.571-2.286 1.714-4.571 2.857-6.286-45.714-16-94.286-25.143-145.714-25.143-42.857 0-84.571 6.286-124 18.286zM897.143 649.714c34.286-62.857 54.286-134.286 54.286-210.857 0-162.286-88-303.429-218.857-379.429l134.286 387.429c22.286 64 33.714 113.143 33.714 157.714 0 16-1.143 30.857-3.429 45.143zM512 950.857c282.286 0 512-229.714 512-512s-229.714-512-512-512-512 229.714-512 512 229.714 512 512 512zM512-49.714c269.143 0 488.571 219.429 488.571 488.571s-219.429 488.571-488.571 488.571-488.571-219.429-488.571-488.571 219.429-488.571 488.571-488.571z" />
|
45 |
+
<glyph unicode="" glyph-name="google" horiz-adv-x="860" d="M438.857 501.714h414.286c4-22.286 6.857-44 6.857-73.143 0-250.286-168-428.571-421.143-428.571-242.857 0-438.857 196-438.857 438.857s196 438.857 438.857 438.857c118.286 0 217.714-43.429 294.286-114.857l-119.429-114.857c-32.571 31.429-89.714 68-174.857 68-149.714 0-272-124-272-277.143s122.286-277.143 272-277.143c173.714 0 238.857 124.571 249.143 189.143h-249.143v150.857z" />
|
46 |
+
<glyph unicode="" glyph-name="reddit" d="M625.714 284c5.143-5.143 5.143-13.143 0-17.714-32.571-32.571-95.429-35.429-113.714-35.429s-81.143 2.857-113.714 35.429c-5.143 4.571-5.143 12.571 0 17.714 4.571 4.571 12.571 4.571 17.143 0 20.571-21.143 65.143-28 96.571-28s75.429 6.857 96.571 28c4.571 4.571 12.571 4.571 17.143 0zM450.286 387.428c0-28-22.857-50.857-50.857-50.857-28.571 0-51.429 22.857-51.429 50.857 0 28.571 22.857 51.429 51.429 51.429 28 0 50.857-22.857 50.857-51.429zM676 387.428c0-28-22.857-50.857-51.429-50.857-28 0-50.857 22.857-50.857 50.857 0 28.571 22.857 51.429 50.857 51.429 28.571 0 51.429-22.857 51.429-51.429zM819.429 456c0 37.714-30.857 68-68.571 68-19.429 0-36.571-8-49.143-20.571-46.286 32-108.571 52.571-177.714 54.857l36 161.714 114.286-25.714c0-28 22.857-50.857 50.857-50.857 28.571 0 51.429 23.429 51.429 51.429s-22.857 51.429-51.429 51.429c-20 0-37.143-12-45.714-28.571l-126.286 28c-6.286 1.714-12.571-2.857-14.286-9.143l-39.429-178.286c-68.571-2.857-130.286-23.429-176.571-55.429-12.571 13.143-30.286 21.143-49.714 21.143-37.714 0-68.571-30.286-68.571-68 0-27.429 16-50.286 38.857-61.714-2.286-10.286-3.429-21.143-3.429-32 0-108.571 122.286-196.571 272.571-196.571 150.857 0 273.143 88 273.143 196.571 0 10.857-1.143 22.286-4 32.571 22.286 11.429 37.714 34.286 37.714 61.143zM1024 438.857c0-282.857-229.143-512-512-512s-512 229.143-512 512 229.143 512 512 512 512-229.143 512-512z" />
|
47 |
+
<glyph unicode="" glyph-name="reddit-square" horiz-adv-x="878" d="M536.571 305.714c4-4 4-10.857 0-14.857-28-28-81.714-30.286-97.714-30.286s-69.714 2.286-97.714 30.286c-4 4-4 10.857 0 14.857 4 4.571 10.857 4.571 14.857 0 17.714-17.714 56-24 82.857-24s65.143 6.286 82.857 24c4 4.571 10.857 4.571 14.857 0zM386.286 394.857c0-24-20-44-44-44s-44 20-44 44c0 24.571 20 44 44 44s44-19.429 44-44zM579.429 394.857c0-24-20-44-44-44s-44 20-44 44c0 24.571 20 44 44 44s44-19.429 44-44zM702.286 453.714c0 32-26.286 58.286-58.857 58.286-16 0-30.857-6.857-41.714-17.714-40 27.429-93.714 45.143-152.571 46.857l30.857 138.857 97.714-22.286c0.571-24 20-43.429 44-43.429s44 20 44 44-20 44-44 44c-17.143 0-32-9.714-39.429-24.571l-108 24c-5.714 1.714-10.857-2.286-12-7.429l-34.286-153.143c-58.857-2.286-112-20-151.429-47.429-10.857 11.429-25.714 18.286-42.286 18.286-32.571 0-58.857-26.286-58.857-58.286 0-23.429 13.714-43.429 33.143-53.143-1.714-8.571-2.857-18.286-2.857-27.429 0-93.143 104.571-168.571 233.714-168.571s234.286 75.429 234.286 168.571c0 9.714-1.143 18.857-3.429 28 18.857 9.714 32 29.714 32 52.571zM877.714 713.143v-548.571c0-90.857-73.714-164.571-164.571-164.571h-548.571c-90.857 0-164.571 73.714-164.571 164.571v548.571c0 90.857 73.714 164.571 164.571 164.571h548.571c90.857 0 164.571-73.714 164.571-164.571z" />
|
48 |
+
<glyph unicode="" glyph-name="stumbleupon-circle" horiz-adv-x="878" d="M494.857 471.428l51.429 15.429v35.429c0 60.571-51.429 109.143-112 109.143s-112-48-112-108.571v-161.714c0-14.857-12-26.857-26.857-26.857s-26.286 12-26.286 26.857v68.571h-86.286v-69.714c0-62.286 50.286-112 112.571-112 61.143 0 112 49.143 112 110.286v160c0 14.857 12 26.857 26.857 26.857 14.286 0 26.286-12 26.286-26.857v-30.857zM685.143 360v69.714h-85.714v-72c0-14.857-12-26.857-26.857-26.857-14.286 0-26.286 12-26.286 26.857v70.286l-51.429-14.857-34.286 16v-70.286c0-61.143 50.857-110.857 112.571-110.857s112 49.714 112 112zM877.714 438.857c0-242.286-196.571-438.857-438.857-438.857s-438.857 196.571-438.857 438.857 196.571 438.857 438.857 438.857 438.857-196.571 438.857-438.857z" />
|
49 |
+
<glyph unicode="" glyph-name="stumbleupon" horiz-adv-x="1097" d="M606.857 544v67.429c0 32-26.286 58.286-58.286 58.286s-58.286-26.286-58.286-58.286v-349.714c0-133.714-110.857-241.714-245.143-241.714-135.429 0-245.143 109.714-245.143 245.143v152h187.429v-149.714c0-32.571 26.286-58.286 58.286-58.286s58.286 25.714 58.286 58.286v354.286c0 130.857 112 236 244.571 236 133.143 0 244.571-105.714 244.571-237.714v-77.714l-111.429-33.143zM909.714 417.143h187.429v-152c0-135.429-109.714-245.143-245.143-245.143-134.857 0-245.143 108.571-245.143 242.857v153.143l74.857-34.857 111.429 33.143v-154.286c0-32 26.286-57.714 58.286-57.714s58.286 25.714 58.286 57.714v157.143z" />
|
50 |
+
<glyph unicode="" glyph-name="git-square" horiz-adv-x="878" d="M332.571 203.428c0-30.857-28-37.714-53.143-37.714-24.571 0-61.143 4-61.143 36 0 31.429 30.857 36.571 56 36.571 24 0 58.286-4 58.286-34.857zM312 469.714c0-28.571-11.429-48.571-42.286-48.571-31.429 0-44 18.286-44 48s11.429 51.429 44 51.429c29.143 0 42.286-24 42.286-50.857zM406.857 512.571v71.429c-24.571-9.143-50.857-16.571-77.143-16.571-18.857 10.857-40.571 16.571-62.857 16.571-65.143 0-116.571-48-116.571-114.286 0-35.429 23.429-84.571 58.857-96.571v-1.714c-18.286-8-21.714-30.286-21.714-48.571 0-18.857 6.857-34.286 23.429-44v-1.714c-38.857-12.571-64.571-37.143-64.571-79.429 0-72.571 69.143-93.143 129.714-93.143 73.143 0 128 26.857 128 107.429 0 57.143-52 74.286-99.429 82.857-16 2.857-43.429 14.286-43.429 34.286 0 18.857 10.286 26.857 28 29.714 58.286 11.429 95.429 56.571 95.429 116.571 0 10.286-2.286 20-5.714 29.714 9.143 2.286 18.857 4.571 28 7.429zM440.571 273.143h78.286c-1.143 15.429-1.143 31.429-1.143 46.857v221.143c0 13.143 0 26.286 1.143 39.429h-78.286c1.714-13.143 1.714-27.429 1.714-40.571v-224c0-14.286 0-28.571-1.714-42.857zM731.429 282.286v69.143c-11.429-8-25.143-12-38.857-12-25.714 0-30.286 25.714-30.286 46.857v128.571h29.714c10.286 0 20-1.143 30.286-1.143v66.857h-60c0 19.429-1.143 38.857 1.714 58.286h-80c1.714-10.286 2.286-20.571 2.286-31.429v-26.857h-34.286v-66.857c6.857 0.571 13.714 1.714 21.143 1.714 4 0 8.571-0.571 13.143-0.571v-1.143h-1.143v-124c0-61.714 9.143-121.143 84.571-121.143 21.143 0 42.857 3.429 61.714 13.714zM528 685.714c0 26.857-20 52-48 52s-48.571-24.571-48.571-52c0-26.857 21.143-50.857 48.571-50.857s48 24.571 48 50.857zM877.714 713.143v-548.571c0-90.857-73.714-164.571-164.571-164.571h-548.571c-90.857 0-164.571 73.714-164.571 164.571v548.571c0 90.857 73.714 164.571 164.571 164.571h548.571c90.857 0 164.571-73.714 164.571-164.571z" />
|
51 |
+
<glyph unicode="" glyph-name="git" d="M340 85.714c0 50.286-55.429 57.143-94.286 57.143-40.571 0-90.286-8.571-90.286-59.429 0-51.429 58.857-57.714 98.286-57.714 41.714 0 86.286 10.286 86.286 60zM306.286 517.143c0 42.857-20.571 81.714-68 81.714-52.571 0-70.857-34.857-70.857-82.857 0-47.429 20.571-77.143 70.857-77.143 49.714 0 68 32 68 78.286zM460 702.286v-115.429c-14.857-5.143-29.714-9.143-45.143-12.571 5.714-15.429 9.143-31.429 9.143-48 0-96.571-59.429-170.286-154.286-188-28.571-5.714-45.143-17.714-45.143-48.571 0-87.429 230.857-28 230.857-189.143 0-130.857-88.571-173.714-207.429-173.714-97.714 0-209.143 32.571-209.143 150.286 0 68.571 41.714 108 104 128.571v2.286c-26.286 16-38.286 41.143-38.286 72 0 29.143 6.286 65.143 36 78.286v2.286c-57.714 19.429-95.429 98.857-95.429 156.571 0 106.857 82.857 185.143 188.571 185.143 35.429 0 70.857-9.143 101.714-26.857 42.857 0 85.143 11.429 124.571 26.857zM641.714 198.857h-126.857c2.286 25.714 2.286 50.857 2.286 76.571v348c0 24.571 0.571 49.143-2.286 73.143h126.857c-2.857-23.429-2.286-47.429-2.286-70.857v-350.286c0-25.714 0-50.857 2.286-76.571zM985.143 325.714v-112c-30.286-16.571-65.143-22.286-99.429-22.286-122.286 0-136.571 96.571-136.571 196v200.571h1.143v2.286c-7.429 0-14.286 1.143-21.143 1.143-11.429 0-22.857-1.714-33.714-3.429v108.571h54.857v43.429c0 17.143-0.571 34.286-3.429 50.857h129.714c-4.571-31.429-3.429-62.857-3.429-94.286h97.714v-108.571c-16.571 0-33.143 2.286-49.143 2.286h-48.571v-208.571c0-33.714 7.429-74.857 49.714-74.857 22.286 0 44 6.286 62.286 18.857zM656 866.857c0-42.857-33.143-82.857-77.143-82.857-45.143 0-78.857 39.429-78.857 82.857 0 44 33.143 84 78.857 84 45.143 0 77.143-41.143 77.143-84z" />
|
52 |
+
<glyph unicode="" glyph-name="qq" d="M154.286 490.286c-4 9.714-4.571 19.429-4.571 29.714 0 16 10.286 41.714 20 53.714-0.571 14.857 5.714 45.143 17.143 54.857 0 105.714 81.714 238.857 177.143 284.571 58.857 28 120.571 37.714 185.143 37.714 50.286 0 105.143-12 152-31.429 134.286-56.571 164.571-161.714 193.143-296l0.571-2.857c16.571-25.143 31.429-54.857 31.429-85.714 0-15.429-10.286-30.857-10.286-44.571 0-1.143 3.429-5.714 4-6.857 49.143-72.571 93.714-151.429 93.714-241.714 0-20-10.857-89.714-42.857-89.714-22.286 0-46.857 54.286-54.857 69.143-0.571 0.571-1.143 0.571-1.714 0.571l-2.857-2.286c-18.286-47.429-38.286-92-75.429-127.429 32.571-31.429 85.143-28.571 94.857-82.857-2.857-6.286-1.714-13.143-6.286-19.429-32.571-49.143-120-55.429-172.571-55.429-69.714 0-126.286 18.286-192 37.714-13.714 4-34.286 1.714-49.143 3.429-34.857-38.286-120-48.571-169.143-48.571-43.429 0-211.429 2.857-211.429 77.143 0 32 6.857 41.143 29.143 61.714 17.714 3.429 30.857 13.143 51.429 14.286 2.857 0 5.143 0.571 8 1.143 0.571 0.571 1.143 0.571 1.143 2.286l-1.143 1.714c-39.429 9.143-94.857 108.571-103.429 149.714l-2.857 1.714c-4 0-5.714-8.571-6.857-11.429-12.571-29.143-42.286-60.571-75.429-64h-0.571c-4.571 0-2.857 4.571-6.286 5.714-8 18.857-13.143 36-13.143 57.143 0 114.286 54.857 198.857 144 266.286z" />
|
53 |
+
<glyph unicode="" glyph-name="circle-thin" horiz-adv-x="878" d="M438.857 804.571c-201.714 0-365.714-164-365.714-365.714s164-365.714 365.714-365.714 365.714 164 365.714 365.714-164 365.714-365.714 365.714zM877.714 438.857c0-242.286-196.571-438.857-438.857-438.857s-438.857 196.571-438.857 438.857 196.571 438.857 438.857 438.857v0c242.286 0 438.857-196.571 438.857-438.857z" />
|
54 |
+
<glyph unicode="" glyph-name="share-alt" horiz-adv-x="878" d="M694.857 365.714c101.143 0 182.857-81.714 182.857-182.857s-81.714-182.857-182.857-182.857-182.857 81.714-182.857 182.857c0 6.286 0.571 13.143 1.143 19.429l-205.714 102.857c-32.571-30.286-76.571-49.143-124.571-49.143-101.143 0-182.857 81.714-182.857 182.857s81.714 182.857 182.857 182.857c48 0 92-18.857 124.571-49.143l205.714 102.857c-0.571 6.286-1.143 13.143-1.143 19.429 0 101.143 81.714 182.857 182.857 182.857s182.857-81.714 182.857-182.857-81.714-182.857-182.857-182.857c-48 0-92 18.857-124.571 49.143l-205.714-102.857c0.571-6.286 1.143-13.143 1.143-19.429s-0.571-13.143-1.143-19.429l205.714-102.857c32.571 30.286 76.571 49.143 124.571 49.143z" />
|
55 |
+
<glyph unicode="" glyph-name="twitch" d="M512 702.857v-248h-82.857v248h82.857zM739.429 702.857v-248h-82.857v248h82.857zM739.429 268.571l144.571 145.143v454.286h-682.286v-599.429h186.286v-124l124 124h227.429zM966.857 950.857v-578.857l-248-248h-186.286l-124-124h-124v124h-227.429v661.714l62.286 165.143h847.429z" />
|
56 |
+
<glyph unicode="" glyph-name="whatsapp" horiz-adv-x="878" d="M562.857 394.286c9.714 0 102.857-48.571 106.857-55.429 1.143-2.857 1.143-6.286 1.143-8.571 0-14.286-4.571-30.286-9.714-43.429-13.143-32-66.286-52.571-98.857-52.571-27.429 0-84 24-108.571 35.429-81.714 37.143-132.571 100.571-181.714 173.143-21.714 32-41.143 71.429-40.571 110.857v4.571c1.143 37.714 14.857 64.571 42.286 90.286 8.571 8 17.714 12.571 29.714 12.571 6.857 0 13.714-1.714 21.143-1.714 15.429 0 18.286-4.571 24-19.429 4-9.714 33.143-87.429 33.143-93.143 0-21.714-39.429-46.286-39.429-59.429 0-2.857 1.143-5.714 2.857-8.571 12.571-26.857 36.571-57.714 58.286-78.286 26.286-25.143 54.286-41.714 86.286-57.714 4-2.286 8-4 12.571-4 17.143 0 45.714 55.429 60.571 55.429zM446.857 91.428c197.714 0 358.857 161.143 358.857 358.857s-161.143 358.857-358.857 358.857-358.857-161.143-358.857-358.857c0-75.429 24-149.143 68.571-210.286l-45.143-133.143 138.286 44c58.286-38.286 127.429-59.429 197.143-59.429zM446.857 881.143c237.714 0 430.857-193.143 430.857-430.857s-193.143-430.857-430.857-430.857c-72.571 0-144.571 18.286-208.571 53.714l-238.286-76.571 77.714 231.429c-40.571 66.857-61.714 144-61.714 222.286 0 237.714 193.143 430.857 430.857 430.857z" />
|
57 |
+
<glyph unicode="" glyph-name="snapchat" horiz-adv-x="878" d="M730.857 294.857c0 8-4.571 13.714-12.571 15.429-52 11.429-91.429 47.429-113.143 95.429-1.714 4.571-4 9.143-4 14.286 0 25.714 71.429 20.571 71.429 57.143 0 15.429-18.857 25.143-32.571 25.143-13.143 0-23.429-9.143-36-9.143-2.286 0-4.571 0.571-6.857 1.143 1.143 21.714 2.857 43.429 2.857 65.143 0 20-1.143 47.429-9.714 65.143-27.429 59.429-80.571 94.286-145.714 94.286-71.429 0-125.714-26.286-157.143-94.286-8.571-17.714-9.714-45.143-9.714-65.143 0-21.714 1.714-43.429 2.857-65.143-2.286-1.143-5.143-1.143-8-1.143-13.143 0-23.429 8.571-35.429 8.571-14.286 0-32-9.143-32-25.143 0-35.429 71.429-30.857 71.429-56.571 0-5.143-2.286-9.714-4-14.286-22.286-48-60.571-84-113.143-95.429-8-1.714-12.571-7.429-12.571-15.429 0-26.286 60.571-36 78.286-38.857 5.143-13.714 2.857-37.714 23.429-37.714 14.286 0 28.571 5.143 44 5.143 60 0 76-54.286 145.714-54.286 72.571 0 86.286 54.286 146.857 54.286 15.429 0 29.714-4.571 44.571-4.571 20 0 17.714 24 22.857 37.143 17.714 2.857 78.286 12.571 78.286 38.857zM877.714 438.857c0-242.286-196.571-438.857-438.857-438.857s-438.857 196.571-438.857 438.857 196.571 438.857 438.857 438.857 438.857-196.571 438.857-438.857z" />
|
58 |
+
<glyph unicode="" glyph-name="snapchat-ghost" horiz-adv-x="951" d="M484.571 877.714c102.857 1.143 188-56.571 230.857-149.143 13.143-28 15.429-71.429 15.429-102.286 0-36.571-2.857-72.571-5.143-109.143 4.571-2.286 10.857-4 16-4 20.571 0 37.714 15.429 58.286 15.429 19.429 0 47.429-13.714 47.429-36.571 0-54.857-114.857-44.571-114.857-92.571 0-8.571 3.429-16.571 6.857-24.571 27.429-60 79.429-117.714 141.143-143.429 14.857-6.286 29.714-9.714 45.714-13.143 10.286-2.286 16-9.714 16-20 0-38.857-98.857-54.857-125.143-58.857-11.429-17.714-2.857-59.429-33.143-59.429-23.429 0-46.857 7.429-72 7.429-12 0-24-0.571-35.429-2.857-68-11.429-90.857-84.571-202.286-84.571-107.429 0-133.143 73.143-199.429 84.571-12 2.286-24 2.857-36 2.857-25.714 0-50.286-8.571-70.857-8.571-32 0-22.286 42.286-34.286 60.571-26.286 4-125.143 20-125.143 58.857 0 10.286 5.714 17.714 16 20 16 3.429 30.857 6.857 45.714 13.143 61.143 25.143 114.286 83.429 141.143 143.429 3.429 8 6.857 16 6.857 24.571 0 48-115.429 38.857-115.429 92 0 22.286 26.286 36.571 46.286 36.571 17.714 0 35.429-14.857 57.714-14.857 6.286 0 12.571 1.143 18.286 4-2.286 36-5.143 72-5.143 108.571 0 30.857 2.286 74.857 15.429 102.857 50.286 108.571 135.429 148 249.143 149.143z" />
|
59 |
+
<glyph unicode="" glyph-name="snapchat-square" horiz-adv-x="878" d="M731.429 294.857c0 8-4.571 13.714-12.571 15.429-52 10.857-91.429 47.429-113.143 95.429-2.286 4.571-4 9.143-4 14.286 0 25.714 70.857 20.571 70.857 57.143 0 15.429-18.857 25.143-32.571 25.143-12.571 0-22.857-9.143-36-9.143-2.286 0-4.571 0.571-6.857 1.143 1.714 21.714 2.857 44 2.857 65.714 0 19.429-1.143 46.857-9.714 65.143-27.429 59.429-80 94.286-145.714 94.286-71.429 0-125.714-26.857-157.143-94.286-8.571-18.286-10.286-45.714-10.286-65.714 0-21.714 1.714-43.429 3.429-65.143-2.857-0.571-5.714-1.143-8.571-1.143-12.571 0-23.429 9.143-35.429 9.143-14.286 0-31.429-9.714-31.429-25.714 0-35.429 70.857-30.857 70.857-56.571 0-5.143-1.714-9.714-4-14.286-22.286-48-60.571-84-113.143-95.429-8-1.714-12.571-7.429-12.571-15.429 0-26.857 60.571-36.571 78.857-39.429 5.143-13.714 2.857-37.714 22.857-37.714 14.857 0 29.143 5.714 44 5.714 60.571 0 76.571-54.286 146.286-54.286 72.571 0 86.286 54.286 147.429 54.286 14.857 0 29.714-5.143 44.571-5.143 19.429 0 17.714 24 22.286 37.143 18.286 2.857 78.857 12.571 78.857 39.429zM877.714 713.143v-548.571c0-90.857-73.714-164.571-164.571-164.571h-548.571c-90.857 0-164.571 73.714-164.571 164.571v548.571c0 90.857 73.714 164.571 164.571 164.571h548.571c90.857 0 164.571-73.714 164.571-164.571z" />
|
60 |
+
<glyph unicode="" glyph-name="telegram" d="M679.429 204l84 396c7.429 34.857-12.571 48.571-35.429 40l-493.714-190.286c-33.714-13.143-33.143-32-5.714-40.571l126.286-39.429 293.143 184.571c13.714 9.143 26.286 4 16-5.143l-237.143-214.286-9.143-130.286c13.143 0 18.857 5.714 25.714 12.571l61.714 59.429 128-94.286c23.429-13.143 40-6.286 46.286 21.714zM1024 438.857c0-282.857-229.143-512-512-512s-512 229.143-512 512 229.143 512 512 512 512-229.143 512-512z" />
|
61 |
</font></defs></svg>
|
assets/vendors/icomoon/icomoon.json
CHANGED
@@ -1,1530 +1,1530 @@
|
|
1 |
-
{
|
2 |
-
"IcoMoonType": "selection",
|
3 |
-
"icons": [
|
4 |
-
{
|
5 |
-
"icon": {
|
6 |
-
"paths": [
|
7 |
-
"M877.784 253.993c0.243-63.985 0.243-126.388 0.243-189.643h-540.83v319.559h-157.529v190.008h158.137v332.697c0 27.248-0.365 54.497 0.243 81.502h202.051v-414.928h238.422v-189.765h-191.225c-15.814 0-31.506 0.365-47.076-0.365v-128.943h337.562zM746.165 400.939c3.893 0 8.272-0.973 11.799 0.365 3.163 1.095 6.204 4.258 7.907 7.542 1.338 2.311 0.608 5.839 0.608 8.88v127.483c0 16.665-1.338 17.882-18.003 17.882h-223.825v391.451c0 4.501 0.73 9.245-0.608 13.381-0.973 3.163-4.866 8.029-7.177 7.907-3.528-0.365-7.664-3.771-9.732-6.934-1.703-2.433-0.73-6.812-0.73-10.34v-403.372c0.243-6.325 3.406-10.34 10.096-10.34h229.056c3.406-11.313 4.136-105.344 0.973-125.78h-216.648c-3.528 0-6.934 0.243-10.461 0-9.975-0.608-12.408-2.798-12.894-12.408-0.243-2.068 0-3.893 0-5.961v-160.449c0-17.273 1.095-18.247 19.098-18.247h298.393c5.596 0.243 11.070 0.243 18.368 0.243v-117.387c0-3.041-0.608-6.569 0.973-8.88 2.068-2.798 5.839-6.204 8.88-6.204 2.798 0 6.204 3.893 7.907 6.934 1.338 2.311 0.608 5.839 0.608 8.88v118.481c0 15.206-0.973 15.935-16.3 15.935h-318.951v160.935h220.662z",
|
8 |
-
"M851.995 105.709v118.481c0 15.206-0.973 15.935-16.3 15.935h-318.708v160.935h220.662c3.893 0 8.272-0.973 11.799 0.365 3.163 1.095 6.204 4.258 7.907 7.542 1.338 2.311 0.608 5.839 0.608 8.88v127.483c0 16.665-1.338 17.882-18.003 17.882h-223.825v391.451c0 4.501 0.73 9.245-0.608 13.381-0.973 3.163-4.866 8.029-7.177 7.907-3.528-0.365-7.664-3.771-9.732-6.934-1.703-2.433-0.73-6.812-0.73-10.34v-403.493c0.243-6.325 3.406-10.34 10.096-10.34h229.056c3.406-11.313 4.136-105.344 0.973-125.78h-216.648c-3.528 0-6.934 0.243-10.461 0-9.975-0.608-12.408-2.798-12.894-12.408-0.243-2.068 0-3.893 0-5.961v-160.449c0-17.273 1.095-18.247 19.098-18.247h298.393c5.596 0.243 11.070 0.243 18.368 0.243v-117.387c0-3.041-0.608-6.569 0.973-8.88 2.068-2.798 5.839-6.204 8.88-6.204 2.798 0 6.204 3.893 7.907 6.934 1.095 2.433 0.365 5.961 0.365 9.002z"
|
9 |
-
],
|
10 |
-
"attrs": [
|
11 |
-
{
|
12 |
-
"fill": "rgb(255, 255, 255)"
|
13 |
-
},
|
14 |
-
{
|
15 |
-
"fill": "rgb(87, 87, 87)"
|
16 |
-
}
|
17 |
-
],
|
18 |
-
"isMulticolor": true,
|
19 |
-
"isMulticolor2": false,
|
20 |
-
"grid": 0,
|
21 |
-
"tags": [
|
22 |
-
"f"
|
23 |
-
],
|
24 |
-
"colorPermutations": {
|
25 |
-
"10118231255255255187878719117221": [
|
26 |
-
{
|
27 |
-
"f": 3
|
28 |
-
},
|
29 |
-
{
|
30 |
-
"f": 2
|
31 |
-
}
|
32 |
-
]
|
33 |
-
}
|
34 |
-
},
|
35 |
-
"attrs": [
|
36 |
-
{
|
37 |
-
"fill": "rgb(255, 255, 255)"
|
38 |
-
},
|
39 |
-
{
|
40 |
-
"fill": "rgb(87, 87, 87)"
|
41 |
-
}
|
42 |
-
],
|
43 |
-
"properties": {
|
44 |
-
"order": 49,
|
45 |
-
"id": 45,
|
46 |
-
"name": "fintel-simple",
|
47 |
-
"prevSize": 32,
|
48 |
-
"code": 59655,
|
49 |
-
"codes": [
|
50 |
-
59655,
|
51 |
-
59656
|
52 |
-
]
|
53 |
-
},
|
54 |
-
"setIdx": 0,
|
55 |
-
"setId": 0,
|
56 |
-
"iconIdx": 0
|
57 |
-
},
|
58 |
-
{
|
59 |
-
"icon": {
|
60 |
-
"paths": [
|
61 |
-
"M155.583 164.584c16.057-17.638 34.182-33.087 53.037-47.563 65.931-50.361 139.891-82.353 221.757-95.612 50.604-8.272 101.451-9.002 152.055-0.73 152.055 24.572 268.833 102.789 350.457 233.070 36.128 57.659 58.511 120.793 67.026 188.305 19.098 151.447-21.166 285.377-122.496 399.479-73.838 83.083-166.531 134.417-275.767 155.461-43.184 8.272-86.611 10.705-130.402 7.177-45.008-3.528-88.922-12.894-131.376-28.465-1.703-0.608-3.284-1.338-5.109-2.19 0-117.022 0-233.8 0-350.578 0.243-0.243 0.487-0.365 0.608-0.487 0.243-0.122 0.365-0.365 0.608-0.487 0.487-0.122 0.973-0.243 1.581-0.243 0.487 0 0.973 0 1.581 0 69.337 0 138.553-0.122 207.89-0.243 0.243 0 0.487-0.122 1.216-0.487 0-55.956 0-112.156 0-168.842-71.040 0-141.715 0-212.391 0-1.703-6.082-2.311-97.194-0.852-114.954 100.356 0 200.713 0 301.556 0 0-57.051 0-113.251 0-170.423-3.163 0-6.204 0-9.123 0-154.123 0-308.124 0-462.248 0-3.041 0-6.204-0.243-9.245-0.365-0.243-0.365-0.243-1.095-0.365-1.825z",
|
62 |
-
"M321.749 325.155c0 48.049 0 95.126 0 142.81 3.163 0 5.839 0 8.637 0 63.863 0 127.726 0 191.589 0 2.068 0 4.136-0.122 6.204 0 5.596 0.487 8.393 3.284 8.758 8.88 0.122 2.068-0.122 4.136-0.122 6.204 0 39.291 0 78.582 0 117.873 0 9.367-2.311 11.678-12.043 11.678-64.35 0-128.699 0-193.171 0-3.041 0-6.204 0-10.218 0 0 118.725 0 236.963 0 356.417-6.082-2.555-11.070-4.501-16.3-6.69-0.122-2.433-0.365-4.744-0.365-6.934 0-115.562 0-231.124 0-346.686 0-10.096 2.19-12.164 12.286-12.164 64.593 0 129.308 0 193.901 0 2.798 0 5.596 0 8.88 0 0-37.345 0-74.203 0-111.669-2.19-0.122-4.379-0.487-6.69-0.487-65.445 0-130.767 0-196.212 0-1.581 0-3.163 0.243-4.622 0-4.622-0.73-7.177-3.528-7.542-8.393-0.122-1.338 0-2.555 0-3.893 0-50.117 0-100.356 0-150.474 0-1.825-0.122-3.649 0.122-5.474 0.608-4.014 2.919-6.447 7.055-7.055 2.311-0.365 4.622-0.122 6.934-0.122 92.085 0 184.048 0 276.132 0 2.798 0 5.596 0 9.367 0 0.122-3.528 0.365-6.569 0.365-9.488 0-31.749 0-63.62 0-95.369 0-2.555 0-5.231 0.487-7.664 0.73-4.014 3.771-6.325 7.664-6.325 3.649 0 7.055 2.555 7.785 6.325 0.365 1.946 0.243 4.136 0.243 6.204 0 36.98 0 73.96 0 110.939 0 9.488-2.311 11.678-11.921 11.678-92.571 0-185.142 0-277.713 0-2.676-0.122-5.839-0.122-9.488-0.122z",
|
63 |
-
"M154.245 166.652c-0.122 3.406-0.243 6.69-0.243 10.096 0 88.679 0 177.235 0 265.914 0 2.798 0 5.596 0 9.002-45.495 0-90.503 0-136.241 0 1.216-8.393 2.068-16.544 3.528-24.572 17.152-97.437 59.241-182.588 126.632-254.966 1.825-1.946 4.258-3.528 6.325-5.231 0.122 0 0-0.243 0-0.243z",
|
64 |
-
"M153.515 854.793c-63.62-66.783-105.344-143.418-126.388-231.489 5.839-1.703 116.048-2.19 126.388-0.608 0 76.757 0 153.515 0 232.097z",
|
65 |
-
"M155.583 164.584c0.122 0.73 0.122 1.46 0.243 2.068-0.487 0-1.095 0-1.581 0 0 0 0.122 0.122 0.122 0.122 0.365-0.608 0.852-1.46 1.216-2.19z"
|
66 |
-
],
|
67 |
-
"attrs": [
|
68 |
-
{
|
69 |
-
"fill": "rgb(9, 117, 22)"
|
70 |
-
},
|
71 |
-
{
|
72 |
-
"fill": "rgb(87, 87, 87)"
|
73 |
-
},
|
74 |
-
{
|
75 |
-
"fill": "rgb(10, 118, 23)"
|
76 |
-
},
|
77 |
-
{
|
78 |
-
"fill": "rgb(10, 118, 23)"
|
79 |
-
},
|
80 |
-
{
|
81 |
-
"fill": "rgb(10, 118, 23)"
|
82 |
-
}
|
83 |
-
],
|
84 |
-
"isMulticolor": true,
|
85 |
-
"isMulticolor2": false,
|
86 |
-
"grid": 0,
|
87 |
-
"tags": [
|
88 |
-
"f2"
|
89 |
-
],
|
90 |
-
"colorPermutations": {
|
91 |
-
"10118231255255255187878719117221": [
|
92 |
-
{
|
93 |
-
"f": 0
|
94 |
-
},
|
95 |
-
{
|
96 |
-
"f": 2
|
97 |
-
},
|
98 |
-
{
|
99 |
-
"f": 1
|
100 |
-
},
|
101 |
-
{
|
102 |
-
"f": 1
|
103 |
-
},
|
104 |
-
{
|
105 |
-
"f": 1
|
106 |
-
}
|
107 |
-
]
|
108 |
-
}
|
109 |
-
},
|
110 |
-
"attrs": [
|
111 |
-
{
|
112 |
-
"fill": "rgb(9, 117, 22)"
|
113 |
-
},
|
114 |
-
{
|
115 |
-
"fill": "rgb(87, 87, 87)"
|
116 |
-
},
|
117 |
-
{
|
118 |
-
"fill": "rgb(10, 118, 23)"
|
119 |
-
},
|
120 |
-
{
|
121 |
-
"fill": "rgb(10, 118, 23)"
|
122 |
-
},
|
123 |
-
{
|
124 |
-
"fill": "rgb(10, 118, 23)"
|
125 |
-
}
|
126 |
-
],
|
127 |
-
"properties": {
|
128 |
-
"order": 3,
|
129 |
-
"id": 44,
|
130 |
-
"name": "fintel",
|
131 |
-
"prevSize": 32,
|
132 |
-
"code": 59648,
|
133 |
-
"codes": [
|
134 |
-
59648,
|
135 |
-
59649,
|
136 |
-
59650,
|
137 |
-
59651,
|
138 |
-
59652
|
139 |
-
]
|
140 |
-
},
|
141 |
-
"setIdx": 0,
|
142 |
-
"setId": 0,
|
143 |
-
"iconIdx": 1
|
144 |
-
},
|
145 |
-
{
|
146 |
-
"icon": {
|
147 |
-
"paths": [
|
148 |
-
"M989.088 32.357c0 317.613 0 634.739 0 952.352-317.369 0-634.131 0-951.5 0 0-317.491 0-634.617 0-952.352 316.883-0 633.644-0 951.5-0zM756.14 214.945c-117.143 0-233.313 0-350.335 0 0 69.094 0 137.458 0 207.038-34.79 0-68.607 0-102.059 0 0 41.359 0 81.745 0 123.104 34.304 0 68.121 0 102.424 0 0 18.855 0 36.615 0 54.375s0 35.642 0 53.402c0 18.125 0 36.25 0 54.375 0 17.76 0 35.642 0 53.402 0 17.638-0.243 35.277 0.122 52.794 44.278 0 87.219 0 131.011 0 0-89.773 0-178.938 0-268.833 52.185 0 103.519 0 154.488 0 0-41.846 0-82.11 0-122.982-10.948 0-21.166 0-31.506 0s-20.679 0-31.141 0c-10.096 0-20.071 0-30.168 0-10.34 0-20.679 0-31.141 0-10.218 0-20.436 0.243-30.533-0.243 0-28.465 0-55.47 0-83.569 73.23 0 145.851 0 218.716 0 0.122-41.481 0.122-81.866 0.122-122.861z",
|
149 |
-
"M733.027 317.248c0-19.098 0-36.858 0-54.618 0-7.177 0-14.232 0-21.409 0-1.946-0.365-4.258 0.608-5.717 1.338-1.825 3.771-4.014 5.717-4.014 1.825 0 4.014 2.555 5.109 4.501 0.852 1.46 0.365 3.771 0.365 5.717 0 25.545 0 51.212 0 76.757 0 9.853-0.608 10.34-10.583 10.34-65.080 0-130.159 0-195.239 0-3.528 0-7.055 0-11.191 0 0 34.912 0 68.972 0 104.249 3.893 0 7.299 0 10.826 0 44.035 0 88.070 0 132.105 0 2.555 0 5.352-0.608 7.664 0.243 2.068 0.73 4.014 2.798 5.109 4.866 0.852 1.46 0.365 3.771 0.365 5.717 0 27.492 0 55.105 0 82.596 0 10.826-0.852 11.556-11.678 11.556-44.4 0-88.679 0-133.079 0-3.528 0-7.055 0-11.921 0 0 4.014 0 7.42 0 10.826 0 80.893 0 161.908 0 242.802 0 2.919 0.487 5.961-0.365 8.637-0.608 2.068-3.163 5.231-4.622 5.109-2.311-0.243-4.987-2.433-6.325-4.501-1.095-1.581-0.487-4.379-0.487-6.69 0-85.516 0-170.91 0-256.426 0-1.581 0-3.284 0-4.866 0.122-4.136 2.19-6.69 6.569-6.69 2.311 0 4.501 0 6.812 0 43.67 0 87.462 0 131.132 0 3.528 0 7.055 0 10.461 0 2.19-7.299 2.676-68.242 0.608-81.502-3.284 0-6.69 0-10.218 0-43.427 0-86.732 0-130.159 0-2.311 0-4.501 0.122-6.812 0-6.447-0.365-8.029-1.825-8.393-8.029-0.122-1.338 0-2.555 0-3.893 0-34.669 0-69.337 0-103.884 0-11.191 0.73-11.799 12.408-11.799 64.471 0 128.821 0 193.292 0 3.649 0.122 7.177 0.122 11.921 0.122z"
|
150 |
-
],
|
151 |
-
"attrs": [
|
152 |
-
{
|
153 |
-
"fill": "rgb(9, 117, 22)"
|
154 |
-
},
|
155 |
-
{
|
156 |
-
"fill": "rgb(87, 87, 87)"
|
157 |
-
}
|
158 |
-
],
|
159 |
-
"isMulticolor": true,
|
160 |
-
"isMulticolor2": false,
|
161 |
-
"grid": 0,
|
162 |
-
"tags": [
|
163 |
-
"f1"
|
164 |
-
],
|
165 |
-
"colorPermutations": {
|
166 |
-
"10118231255255255187878719117221": [
|
167 |
-
{
|
168 |
-
"f": 0
|
169 |
-
},
|
170 |
-
{
|
171 |
-
"f": 2
|
172 |
-
}
|
173 |
-
]
|
174 |
-
}
|
175 |
-
},
|
176 |
-
"attrs": [
|
177 |
-
{
|
178 |
-
"fill": "rgb(9, 117, 22)"
|
179 |
-
},
|
180 |
-
{
|
181 |
-
"fill": "rgb(87, 87, 87)"
|
182 |
-
}
|
183 |
-
],
|
184 |
-
"properties": {
|
185 |
-
"order": 40,
|
186 |
-
"id": 43,
|
187 |
-
"name": "fintel-square",
|
188 |
-
"prevSize": 32,
|
189 |
-
"code": 59653,
|
190 |
-
"codes": [
|
191 |
-
59653,
|
192 |
-
59654
|
193 |
-
]
|
194 |
-
},
|
195 |
-
"setIdx": 0,
|
196 |
-
"setId": 0,
|
197 |
-
"iconIdx": 2
|
198 |
-
},
|
199 |
-
{
|
200 |
-
"icon": {
|
201 |
-
"paths": [
|
202 |
-
"M950.857 868.572v-438.857c-12 13.714-25.143 26.286-39.429 37.714-81.714 62.857-164 126.857-243.429 193.143-42.857 36-96 80-155.429 80h-1.143c-59.429 0-112.571-44-155.429-80-79.429-66.286-161.714-130.286-243.429-193.143-14.286-11.429-27.429-24-39.429-37.714v438.857c0 9.714 8.571 18.286 18.286 18.286h841.143c9.714 0 18.286-8.571 18.286-18.286zM950.857 268c0-14.286 3.429-39.429-18.286-39.429h-841.143c-9.714 0-18.286 8.571-18.286 18.286 0 65.143 32.571 121.714 84 162.286 76.571 60 153.143 120.571 229.143 181.143 30.286 24.571 85.143 77.143 125.143 77.143h1.143c40 0 94.857-52.571 125.143-77.143 76-60.571 152.571-121.143 229.143-181.143 37.143-29.143 84-92.571 84-141.143zM1024 246.857v621.714c0 50.286-41.143 91.429-91.429 91.429h-841.143c-50.286 0-91.429-41.143-91.429-91.429v-621.714c0-50.286 41.143-91.429 91.429-91.429h841.143c50.286 0 91.429 41.143 91.429 91.429z"
|
203 |
-
],
|
204 |
-
"isMulticolor": false,
|
205 |
-
"isMulticolor2": false,
|
206 |
-
"tags": [
|
207 |
-
"envelope-o"
|
208 |
-
],
|
209 |
-
"defaultCode": 61443,
|
210 |
-
"grid": 0,
|
211 |
-
"attrs": [],
|
212 |
-
"colorPermutations": {
|
213 |
-
"10118231255255255187878719117221": []
|
214 |
-
}
|
215 |
-
},
|
216 |
-
"attrs": [],
|
217 |
-
"properties": {
|
218 |
-
"id": 1,
|
219 |
-
"order": 4,
|
220 |
-
"ligatures": "",
|
221 |
-
"prevSize": 32,
|
222 |
-
"code": 61443,
|
223 |
-
"name": "envelope-o"
|
224 |
-
},
|
225 |
-
"setIdx": 0,
|
226 |
-
"setId": 0,
|
227 |
-
"iconIdx": 3
|
228 |
-
},
|
229 |
-
{
|
230 |
-
"icon": {
|
231 |
-
"paths": [
|
232 |
-
"M741.714 764.572c0 14.286-5.714 28.571-16 38.857l-77.714 77.714c-10.286 10.286-24.571 16-38.857 16s-28.571-5.714-38.857-16l-168-168-168 168c-10.286 10.286-24.571 16-38.857 16s-28.571-5.714-38.857-16l-77.714-77.714c-10.286-10.286-16-24.571-16-38.857s5.714-28.571 16-38.857l168-168-168-168c-10.286-10.286-16-24.571-16-38.857s5.714-28.571 16-38.857l77.714-77.714c10.286-10.286 24.571-16 38.857-16s28.571 5.714 38.857 16l168 168 168-168c10.286-10.286 24.571-16 38.857-16s28.571 5.714 38.857 16l77.714 77.714c10.286 10.286 16 24.571 16 38.857s-5.714 28.571-16 38.857l-168 168 168 168c10.286 10.286 16 24.571 16 38.857z"
|
233 |
-
],
|
234 |
-
"width": 805,
|
235 |
-
"isMulticolor": false,
|
236 |
-
"isMulticolor2": false,
|
237 |
-
"tags": [
|
238 |
-
"close",
|
239 |
-
"remove",
|
240 |
-
"times"
|
241 |
-
],
|
242 |
-
"defaultCode": 61453,
|
243 |
-
"grid": 0,
|
244 |
-
"attrs": [],
|
245 |
-
"colorPermutations": {
|
246 |
-
"10118231255255255187878719117221": []
|
247 |
-
}
|
248 |
-
},
|
249 |
-
"attrs": [],
|
250 |
-
"properties": {
|
251 |
-
"id": 2,
|
252 |
-
"order": 5,
|
253 |
-
"ligatures": "",
|
254 |
-
"prevSize": 32,
|
255 |
-
"code": 61453,
|
256 |
-
"name": "close"
|
257 |
-
},
|
258 |
-
"setIdx": 0,
|
259 |
-
"setId": 0,
|
260 |
-
"iconIdx": 4
|
261 |
-
},
|
262 |
-
{
|
263 |
-
"icon": {
|
264 |
-
"paths": [
|
265 |
-
"M135.429 817.143h132v-396.571h-132v396.571zM276 298.286c-0.571-38.857-28.571-68.571-73.714-68.571s-74.857 29.714-74.857 68.571c0 37.714 28.571 68.571 73.143 68.571h0.571c46.286 0 74.857-30.857 74.857-68.571zM610.286 817.143h132v-227.429c0-121.714-65.143-178.286-152-178.286-70.857 0-102.286 39.429-119.429 66.857h1.143v-57.714h-132s1.714 37.143 0 396.571v0h132v-221.714c0-11.429 0.571-23.429 4-32 9.714-23.429 31.429-48 68-48 47.429 0 66.286 36 66.286 89.714v212zM877.714 246.857v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"
|
266 |
-
],
|
267 |
-
"width": 878,
|
268 |
-
"isMulticolor": false,
|
269 |
-
"isMulticolor2": false,
|
270 |
-
"tags": [
|
271 |
-
"linkedin-square"
|
272 |
-
],
|
273 |
-
"defaultCode": 61580,
|
274 |
-
"grid": 0,
|
275 |
-
"attrs": [],
|
276 |
-
"colorPermutations": {
|
277 |
-
"10118231255255255187878719117221": []
|
278 |
-
}
|
279 |
-
},
|
280 |
-
"attrs": [],
|
281 |
-
"properties": {
|
282 |
-
"id": 3,
|
283 |
-
"order": 6,
|
284 |
-
"ligatures": "",
|
285 |
-
"prevSize": 32,
|
286 |
-
"code": 61580,
|
287 |
-
"name": "linkedin-square"
|
288 |
-
},
|
289 |
-
"setIdx": 0,
|
290 |
-
"setId": 0,
|
291 |
-
"iconIdx": 5
|
292 |
-
},
|
293 |
-
{
|
294 |
-
"icon": {
|
295 |
-
"paths": [
|
296 |
-
"M925.714 242.286c-25.143 36.571-56.571 69.143-92.571 95.429 0.571 8 0.571 16 0.571 24 0 244-185.714 525.143-525.143 525.143-104.571 0-201.714-30.286-283.429-82.857 14.857 1.714 29.143 2.286 44.571 2.286 86.286 0 165.714-29.143 229.143-78.857-81.143-1.714-149.143-54.857-172.571-128 11.429 1.714 22.857 2.857 34.857 2.857 16.571 0 33.143-2.286 48.571-6.286-84.571-17.143-148-91.429-148-181.143v-2.286c24.571 13.714 53.143 22.286 83.429 23.429-49.714-33.143-82.286-89.714-82.286-153.714 0-34.286 9.143-65.714 25.143-93.143 90.857 112 227.429 185.143 380.571 193.143-2.857-13.714-4.571-28-4.571-42.286 0-101.714 82.286-184.571 184.571-184.571 53.143 0 101.143 22.286 134.857 58.286 41.714-8 81.714-23.429 117.143-44.571-13.714 42.857-42.857 78.857-81.143 101.714 37.143-4 73.143-14.286 106.286-28.571z"
|
297 |
-
],
|
298 |
-
"width": 951,
|
299 |
-
"isMulticolor": false,
|
300 |
-
"isMulticolor2": false,
|
301 |
-
"tags": [
|
302 |
-
"twitter"
|
303 |
-
],
|
304 |
-
"defaultCode": 61593,
|
305 |
-
"grid": 0,
|
306 |
-
"attrs": [],
|
307 |
-
"colorPermutations": {
|
308 |
-
"10118231255255255187878719117221": []
|
309 |
-
}
|
310 |
-
},
|
311 |
-
"attrs": [],
|
312 |
-
"properties": {
|
313 |
-
"id": 4,
|
314 |
-
"order": 7,
|
315 |
-
"ligatures": "",
|
316 |
-
"prevSize": 32,
|
317 |
-
"code": 61593,
|
318 |
-
"name": "twitter"
|
319 |
-
},
|
320 |
-
"setIdx": 0,
|
321 |
-
"setId": 0,
|
322 |
-
"iconIdx": 6
|
323 |
-
},
|
324 |
-
{
|
325 |
-
"icon": {
|
326 |
-
"paths": [
|
327 |
-
"M548 16v150.857h-89.714c-70.286 0-83.429 33.714-83.429 82.286v108h167.429l-22.286 169.143h-145.143v433.714h-174.857v-433.714h-145.714v-169.143h145.714v-124.571c0-144.571 88.571-223.429 217.714-223.429 61.714 0 114.857 4.571 130.286 6.857z"
|
328 |
-
],
|
329 |
-
"width": 602,
|
330 |
-
"isMulticolor": false,
|
331 |
-
"isMulticolor2": false,
|
332 |
-
"tags": [
|
333 |
-
"facebook",
|
334 |
-
"facebook-f"
|
335 |
-
],
|
336 |
-
"defaultCode": 61594,
|
337 |
-
"grid": 0,
|
338 |
-
"attrs": [],
|
339 |
-
"colorPermutations": {
|
340 |
-
"10118231255255255187878719117221": []
|
341 |
-
}
|
342 |
-
},
|
343 |
-
"attrs": [],
|
344 |
-
"properties": {
|
345 |
-
"id": 5,
|
346 |
-
"order": 8,
|
347 |
-
"ligatures": "",
|
348 |
-
"prevSize": 32,
|
349 |
-
"code": 61594,
|
350 |
-
"name": "facebook"
|
351 |
-
},
|
352 |
-
"setIdx": 0,
|
353 |
-
"setId": 0,
|
354 |
-
"iconIdx": 7
|
355 |
-
},
|
356 |
-
{
|
357 |
-
"icon": {
|
358 |
-
"paths": [
|
359 |
-
"M438.857 82.286c242.286 0 438.857 196.571 438.857 438.857 0 193.714-125.714 358.286-300 416.571-22.286 4-30.286-9.714-30.286-21.143 0-14.286 0.571-61.714 0.571-120.571 0-41.143-13.714-67.429-29.714-81.143 97.714-10.857 200.571-48 200.571-216.571 0-48-17.143-86.857-45.143-117.714 4.571-11.429 19.429-56-4.571-116.571-36.571-11.429-120.571 45.143-120.571 45.143-34.857-9.714-72.571-14.857-109.714-14.857s-74.857 5.143-109.714 14.857c0 0-84-56.571-120.571-45.143-24 60.571-9.143 105.143-4.571 116.571-28 30.857-45.143 69.714-45.143 117.714 0 168 102.286 205.714 200 216.571-12.571 11.429-24 30.857-28 58.857-25.143 11.429-89.143 30.857-127.429-36.571-24-41.714-67.429-45.143-67.429-45.143-42.857-0.571-2.857 26.857-2.857 26.857 28.571 13.143 48.571 64 48.571 64 25.714 78.286 148 52 148 52 0 36.571 0.571 70.857 0.571 81.714 0 11.429-8 25.143-30.286 21.143-174.286-58.286-300-222.857-300-416.571 0-242.286 196.571-438.857 438.857-438.857zM166.286 712.572c1.143-2.286-0.571-5.143-4-6.857-3.429-1.143-6.286-0.571-7.429 1.143-1.143 2.286 0.571 5.143 4 6.857 2.857 1.714 6.286 1.143 7.429-1.143zM184 732c2.286-1.714 1.714-5.714-1.143-9.143-2.857-2.857-6.857-4-9.143-1.714-2.286 1.714-1.714 5.714 1.143 9.143 2.857 2.857 6.857 4 9.143 1.714zM201.143 757.714c2.857-2.286 2.857-6.857 0-10.857-2.286-4-6.857-5.714-9.714-3.429-2.857 1.714-2.857 6.286 0 10.286s7.429 5.714 9.714 4zM225.143 781.714c2.286-2.286 1.143-7.429-2.286-10.857-4-4-9.143-4.571-11.429-1.714-2.857 2.286-1.714 7.429 2.286 10.857 4 4 9.143 4.571 11.429 1.714zM257.714 796c1.143-3.429-2.286-7.429-7.429-9.143-4.571-1.143-9.714 0.571-10.857 4s2.286 7.429 7.429 8.571c4.571 1.714 9.714 0 10.857-3.429zM293.714 798.857c0-4-4.571-6.857-9.714-6.286-5.143 0-9.143 2.857-9.143 6.286 0 4 4 6.857 9.714 6.286 5.143 0 9.143-2.857 9.143-6.286zM326.857 793.143c-0.571-3.429-5.143-5.714-10.286-5.143-5.143 1.143-8.571 4.571-8 8.571 0.571 3.429 5.143 5.714 10.286 4.571s8.571-4.571 8-8z"
|
360 |
-
],
|
361 |
-
"width": 878,
|
362 |
-
"isMulticolor": false,
|
363 |
-
"isMulticolor2": false,
|
364 |
-
"tags": [
|
365 |
-
"github"
|
366 |
-
],
|
367 |
-
"defaultCode": 61595,
|
368 |
-
"grid": 0,
|
369 |
-
"attrs": [],
|
370 |
-
"colorPermutations": {
|
371 |
-
"10118231255255255187878719117221": []
|
372 |
-
}
|
373 |
-
},
|
374 |
-
"attrs": [],
|
375 |
-
"properties": {
|
376 |
-
"id": 6,
|
377 |
-
"order": 9,
|
378 |
-
"ligatures": "",
|
379 |
-
"prevSize": 32,
|
380 |
-
"code": 61595,
|
381 |
-
"name": "github"
|
382 |
-
},
|
383 |
-
"setIdx": 0,
|
384 |
-
"setId": 0,
|
385 |
-
"iconIdx": 8
|
386 |
-
},
|
387 |
-
{
|
388 |
-
"icon": {
|
389 |
-
"paths": [
|
390 |
-
"M438.857 82.286c242.286 0 438.857 196.571 438.857 438.857s-196.571 438.857-438.857 438.857-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857zM595.429 380c-4.571 3.429-7.429 9.714-13.143 10.857 2.857-0.571 5.714-10.857 7.429-13.143 3.429-4 8-6.286 12.571-8.571 9.714-4 19.429-5.143 29.714-6.857 9.714-2.286 21.714-2.286 29.143 6.286-1.714-1.714 12-13.714 13.714-14.286 5.143-2.857 13.714-1.714 17.143-6.857 1.143-1.714 1.143-12.571 1.143-12.571-9.714 1.143-13.143-8-13.714-16 0 0.571-1.143 2.286-3.429 4.571 0.571-8.571-10.286-2.286-14.286-3.429-13.143-3.429-11.429-12.571-15.429-22.286-2.286-5.143-8.571-6.857-10.857-12-2.286-3.429-3.429-10.857-8.571-11.429-3.429-0.571-9.714 12-10.857 11.429-5.143-2.857-7.429 1.143-11.429 3.429-3.429 2.286-6.286 1.143-9.714 2.857 10.286-3.429-4.571-9.143-9.714-8 8-2.286 4-10.857-0.571-14.857h2.857c-1.143-5.143-17.143-9.714-22.286-13.143s-32.571-9.143-38.286-5.714c-6.857 4 1.714 15.429 1.714 21.143 0.571 6.857-6.857 8.571-6.857 14.286 0 9.714 18.286 8 13.714 21.143-2.857 8-13.714 9.714-18.286 16-4.571 5.714 0.571 16 5.143 20 4.571 3.429-8 9.143-9.714 10.286-9.714 4.571-17.143-9.714-19.429-18.286-1.714-6.286-2.286-13.714-9.143-17.143-3.429-1.143-14.286-2.857-16.571 0.571-3.429-8.571-15.429-12-23.429-14.857-11.429-4-21.143-4-33.143-2.286 4-0.571-1.143-18.286-10.857-15.429 2.857-5.714 1.714-12 2.857-17.714 1.143-4.571 3.429-9.143 6.857-13.143 1.143-2.286 13.714-15.429 9.714-16 9.714 1.143 20.571 1.714 28.571-6.286 5.143-5.143 7.429-13.714 12.571-19.429 7.429-8.571 16.571 2.286 24.571 2.857 11.429 0.571 10.857-12 4.571-17.714 7.429 0.571 1.143-13.143-2.857-14.857-5.143-1.714-24.571 3.429-14.286 7.429-2.286-1.143-16 27.429-24 13.143-2.286-2.857-3.429-14.857-8.571-15.429-4.571 0-7.429 5.143-9.143 8.571 2.857-7.429-16-12.571-20-13.143 8.571-5.714 1.714-12-4.571-15.429-4.571-2.857-18.857-5.143-22.857-0.571-10.857 13.143 11.429 14.857 17.143 18.286 1.714 1.143 8.571 5.143 4.571 8-3.429 1.714-13.714 4.571-14.857 6.857-3.429 5.143 4 10.857-1.143 16-5.143-5.143-5.143-13.714-9.143-19.429 5.143 6.286-20.571 2.857-20 2.857-8.571 0-22.286 5.714-28.571-2.857-1.143-2.286-1.143-15.429 2.286-12.571-5.143-4-8.571-8-12-10.286-18.857 6.286-36.571 14.286-53.714 23.429 2.286 0.571 4 0.571 6.857-0.571 4.571-1.714 8.571-4.571 13.143-6.857 5.714-2.286 17.714-9.143 24-4 0.571-1.143 2.286-2.286 2.857-2.857 4 4.571 8 9.143 11.429 14.286-4.571-2.286-12-1.143-17.143-0.571-4 1.143-10.857 2.286-12.571 6.857 1.714 2.857 4 7.429 2.857 10.286-7.429-5.143-13.143-13.714-23.429-14.857-4.571 0-9.143 0-12.571 0.571-54.857 30.286-101.143 74.286-134.286 126.857 2.286 2.286 4.571 4 6.857 4.571 5.714 1.714 0 18.286 10.857 9.714 3.429 2.857 4 6.857 1.714 10.857 0.571-0.571 23.429 14.286 25.143 15.429 4 3.429 10.286 7.429 12 12 1.143 4-2.286 8.571-5.714 10.286-0.571-1.143-9.143-9.714-10.286-7.429-1.714 2.857 0 18.286 6.286 17.714-9.143 0.571-5.143 36-7.429 42.857 0 0.571 1.143 0.571 1.143 0.571-1.714 6.857 4 33.714 15.429 30.857-7.429 1.714 13.143 28 16 29.714 7.429 5.143 16 8.571 21.143 16 5.714 8 5.714 20 13.714 26.286-2.286 6.857 12 14.857 11.429 24.571-1.143 0.571-1.714 0.571-2.857 1.143 2.857 8 13.714 8 17.714 15.429 2.286 4.571 0 15.429 7.429 13.143 1.143-12.571-7.429-25.143-13.714-35.429-3.429-5.714-6.857-10.857-9.714-16.571-2.857-5.143-3.429-11.429-5.714-17.143 2.286 0.571 14.857 5.143 13.714 6.857-4.571 11.429 18.286 31.429 24.571 38.857 1.714 1.714 14.857 18.857 8 18.857 7.429 0 17.714 11.429 21.143 17.143 5.143 8.571 4 19.429 7.429 28.571 3.429 11.429 19.429 16.571 28.571 21.714 8 4 14.857 9.714 22.857 12.571 12 4.571 14.857 0.571 25.143-1.143 14.857-2.286 16.571 14.286 28.571 20.571 7.429 4 23.429 9.714 31.429 6.286-3.429 1.143 12 24.571 13.143 26.286 5.143 6.857 14.857 10.286 20.571 17.143 1.714-1.143 3.429-2.857 4-5.143-2.286 6.286 8.571 18.286 14.286 17.143 6.286-1.143 8-13.714 8-18.286-11.429 5.714-21.714 1.143-28-10.286-1.143-2.857-10.286-18.857-2.286-18.857 10.857 0 3.429-8.571 2.286-16.571s-9.143-13.143-13.143-20c-3.429 6.857-14.857 5.143-18.286-0.571 0 1.714-1.714 4.571-1.714 6.857-2.857 0-5.714 0.571-8.571-0.571 1.143-6.857 1.714-15.429 3.429-22.857 2.857-10.286 21.714-30.286-2.857-29.143-8.571 0.571-12 4-14.857 11.429-2.857 6.857-1.714 13.143-9.714 16.571-5.143 2.286-22.286 1.143-27.429-1.714-10.857-6.286-18.286-26.286-18.286-37.714-0.571-15.429 7.429-29.143 0-43.429 3.429-2.857 6.857-8.571 10.857-11.429 3.429-2.286 7.429 1.714 9.143-5.143-1.714-1.143-4-3.429-4.571-3.429 8.571 4 24.571-5.714 32 0 4.571 3.429 9.714 4.571 12.571-1.143 0.571-1.714-4-8.571-1.714-13.143 1.714 9.714 8 11.429 16.571 5.143 3.429 3.429 12.571 2.286 18.857 5.714 6.286 4 7.429 10.286 14.857 1.714 4.571 6.857 5.143 6.857 6.857 13.714 1.714 6.286 5.143 22.286 10.857 25.143 12 7.429 9.143-12.571 8-19.429-0.571-0.571-0.571-19.429-1.143-19.429-18.286-4-11.429-18.286-1.143-28 1.714-1.143 14.857-5.714 20.571-10.286 5.143-4.571 11.429-12.571 8.571-20 2.857 0 5.143-2.286 6.286-5.143-1.714-0.571-8.571-6.286-9.714-5.714 4-2.286 3.429-5.714 1.143-9.143 5.714-3.429 2.857-9.714 8.571-12 6.286 8.571 18.857-1.143 12.571-8 5.714-8 18.857-4 22.286-11.429 8.571 2.286 2.286-8.571 6.857-14.857 4-5.143 10.857-5.143 16-8 0 0.571 14.286-8 9.714-8.571 9.714 1.143 29.143-9.143 14.286-17.714 2.286-5.143-5.143-7.429-10.286-8.571 4-1.143 9.143 1.143 12.571-1.143 7.429-5.143 2.286-7.429-4-9.143-8-2.286-18.286 2.857-24.571 6.857zM502.286 881.143c78.286-13.714 148-52.571 200.571-108-3.429-3.429-9.714-2.286-14.286-4.571-4.571-1.714-8-3.429-13.714-4.571 1.143-11.429-11.429-15.429-19.429-21.143-7.429-5.714-12-12-22.857-9.714-1.143 0.571-12.571 4.571-10.286 6.857-7.429-6.286-10.857-9.714-20.571-12.571-9.143-2.857-15.429-14.286-24.571-4-4.571 4.571-2.286 11.429-4.571 16-7.429-6.286 6.857-13.714 1.143-20.571-6.857-8-18.857 5.143-24.571 8.571-3.429 2.857-7.429 4-9.714 7.429-2.857 4-4 9.143-6.286 13.143-1.714-4.571-11.429-3.429-12-6.857 2.286 13.714 2.286 28 5.143 41.714 1.714 8 0 21.143-6.857 27.429s-15.429 13.143-16.571 22.857c-1.143 6.857 0.571 13.143 6.857 14.857 0.571 8.571-9.143 14.857-8.571 24 0 0.571 0.571 6.286 1.143 9.143z"
|
391 |
-
],
|
392 |
-
"width": 878,
|
393 |
-
"isMulticolor": false,
|
394 |
-
"isMulticolor2": false,
|
395 |
-
"tags": [
|
396 |
-
"globe"
|
397 |
-
],
|
398 |
-
"defaultCode": 61612,
|
399 |
-
"grid": 0,
|
400 |
-
"attrs": [],
|
401 |
-
"colorPermutations": {
|
402 |
-
"10118231255255255187878719117221": []
|
403 |
-
}
|
404 |
-
},
|
405 |
-
"attrs": [],
|
406 |
-
"properties": {
|
407 |
-
"id": 7,
|
408 |
-
"order": 10,
|
409 |
-
"ligatures": "",
|
410 |
-
"prevSize": 32,
|
411 |
-
"code": 61612,
|
412 |
-
"name": "globe"
|
413 |
-
},
|
414 |
-
"setIdx": 0,
|
415 |
-
"setId": 0,
|
416 |
-
"iconIdx": 9
|
417 |
-
},
|
418 |
-
{
|
419 |
-
"icon": {
|
420 |
-
"paths": [
|
421 |
-
"M832 704c0-14.857-5.714-28.571-16-38.857l-118.857-118.857c-10.286-10.286-24.571-16-38.857-16-16.571 0-29.714 6.286-41.143 18.286 18.857 18.857 41.143 34.857 41.143 64 0 30.286-24.571 54.857-54.857 54.857-29.143 0-45.143-22.286-64-41.143-12 11.429-18.857 24.571-18.857 41.714 0 14.286 5.714 28.571 16 38.857l117.714 118.286c10.286 10.286 24.571 15.429 38.857 15.429s28.571-5.143 38.857-14.857l84-83.429c10.286-10.286 16-24 16-38.286zM430.286 301.143c0-14.286-5.714-28.571-16-38.857l-117.714-118.286c-10.286-10.286-24.571-16-38.857-16s-28.571 5.714-38.857 15.429l-84 83.429c-10.286 10.286-16 24-16 38.286 0 14.857 5.714 28.571 16 38.857l118.857 118.857c10.286 10.286 24.571 15.429 38.857 15.429 16.571 0 29.714-5.714 41.143-17.714-18.857-18.857-41.143-34.857-41.143-64 0-30.286 24.571-54.857 54.857-54.857 29.143 0 45.143 22.286 64 41.143 12-11.429 18.857-24.571 18.857-41.714zM941.714 704c0 43.429-17.714 85.714-48.571 116l-84 83.429c-30.857 30.857-72.571 47.429-116 47.429-44 0-85.714-17.143-116.571-48.571l-117.714-118.286c-30.857-30.857-47.429-72.571-47.429-116 0-45.143 18.286-88 50.286-119.429l-50.286-50.286c-31.429 32-73.714 50.286-118.857 50.286-43.429 0-85.714-17.143-116.571-48l-118.857-118.857c-31.429-31.429-48-72.571-48-116.571 0-43.429 17.714-85.714 48.571-116l84-83.429c30.857-30.857 72.571-47.429 116-47.429 44 0 85.714 17.143 116.571 48.571l117.714 118.286c30.857 30.857 47.429 72.571 47.429 116 0 45.143-18.286 88-50.286 119.429l50.286 50.286c31.429-32 73.714-50.286 118.857-50.286 43.429 0 85.714 17.143 116.571 48l118.857 118.857c31.429 31.429 48 72.571 48 116.571z"
|
422 |
-
],
|
423 |
-
"width": 951,
|
424 |
-
"isMulticolor": false,
|
425 |
-
"isMulticolor2": false,
|
426 |
-
"tags": [
|
427 |
-
"chain",
|
428 |
-
"link"
|
429 |
-
],
|
430 |
-
"defaultCode": 61633,
|
431 |
-
"grid": 0,
|
432 |
-
"attrs": [],
|
433 |
-
"colorPermutations": {
|
434 |
-
"10118231255255255187878719117221": []
|
435 |
-
}
|
436 |
-
},
|
437 |
-
"attrs": [],
|
438 |
-
"properties": {
|
439 |
-
"id": 8,
|
440 |
-
"order": 11,
|
441 |
-
"ligatures": "",
|
442 |
-
"prevSize": 32,
|
443 |
-
"code": 61633,
|
444 |
-
"name": "chain"
|
445 |
-
},
|
446 |
-
"setIdx": 0,
|
447 |
-
"setId": 0,
|
448 |
-
"iconIdx": 10
|
449 |
-
},
|
450 |
-
{
|
451 |
-
"icon": {
|
452 |
-
"paths": [
|
453 |
-
"M877.714 521.143c0 242.286-196.571 438.857-438.857 438.857-43.429 0-84.571-6.286-124.571-18.286 16.571-26.286 35.429-60 44.571-93.714 0 0 5.143-19.429 30.857-120.571 14.857 29.143 59.429 54.857 106.857 54.857 141.143 0 237.143-128.571 237.143-301.143 0-129.714-110.286-251.429-278.286-251.429-208 0-313.143 149.714-313.143 274.286 0 75.429 28.571 142.857 89.714 168 9.714 4 18.857 0 21.714-11.429 2.286-7.429 6.857-26.857 9.143-34.857 2.857-11.429 1.714-14.857-6.286-24.571-17.714-21.143-29.143-48-29.143-86.286 0-110.857 82.857-210.286 216-210.286 117.714 0 182.857 72 182.857 168.571 0 126.286-56 233.143-139.429 233.143-45.714 0-80-37.714-69.143-84.571 13.143-55.429 38.857-115.429 38.857-155.429 0-36-19.429-66.286-59.429-66.286-46.857 0-84.571 48.571-84.571 113.714 0 0 0 41.714 14.286 69.714-48 203.429-56.571 238.857-56.571 238.857-8 33.143-8.571 70.286-7.429 101.143-154.857-68-262.857-222.286-262.857-402.286 0-242.286 196.571-438.857 438.857-438.857s438.857 196.571 438.857 438.857z"
|
454 |
-
],
|
455 |
-
"width": 878,
|
456 |
-
"isMulticolor": false,
|
457 |
-
"isMulticolor2": false,
|
458 |
-
"tags": [
|
459 |
-
"pinterest"
|
460 |
-
],
|
461 |
-
"defaultCode": 61650,
|
462 |
-
"grid": 0,
|
463 |
-
"attrs": [],
|
464 |
-
"colorPermutations": {
|
465 |
-
"10118231255255255187878719117221": []
|
466 |
-
}
|
467 |
-
},
|
468 |
-
"attrs": [],
|
469 |
-
"properties": {
|
470 |
-
"id": 9,
|
471 |
-
"order": 12,
|
472 |
-
"ligatures": "",
|
473 |
-
"prevSize": 32,
|
474 |
-
"code": 61650,
|
475 |
-
"name": "pinterest"
|
476 |
-
},
|
477 |
-
"setIdx": 0,
|
478 |
-
"setId": 0,
|
479 |
-
"iconIdx": 11
|
480 |
-
},
|
481 |
-
{
|
482 |
-
"icon": {
|
483 |
-
"paths": [
|
484 |
-
"M713.143 82.286c90.857 0 164.571 73.714 164.571 164.571v548.571c0 90.857-73.714 164.571-164.571 164.571h-414.286c18.857-26.857 49.714-73.143 61.714-120 0 0 5.143-19.429 30.286-119.429 15.429 29.143 59.429 54.286 106.286 54.286 139.429 0 234.286-127.429 234.286-297.714 0-128.571-109.143-248.571-274.857-248.571-206.286 0-310.286 148-310.286 271.429 0 74.286 28.571 140.571 89.143 165.714 9.714 4 18.857 0 21.714-10.857 1.714-7.429 6.286-26.857 8.571-34.857 2.857-10.857 1.714-14.857-6.286-24-17.143-21.143-28.571-47.429-28.571-85.714 0-109.714 82.286-207.429 213.714-207.429 116.571 0 180.571 70.857 180.571 166.286 0 125.143-55.429 230.857-137.714 230.857-45.143 0-79.429-37.714-68.571-84 13.143-54.857 38.286-114.286 38.286-153.714 0-35.429-18.857-65.143-58.286-65.143-46.286 0-83.429 48-83.429 112 0 0 0 41.143 13.714 69.143-47.429 201.143-56 236.571-56 236.571-12.571 52.571-7.429 113.714-4 145.143h-104.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571z"
|
485 |
-
],
|
486 |
-
"width": 878,
|
487 |
-
"isMulticolor": false,
|
488 |
-
"isMulticolor2": false,
|
489 |
-
"tags": [
|
490 |
-
"pinterest-square"
|
491 |
-
],
|
492 |
-
"defaultCode": 61651,
|
493 |
-
"grid": 0,
|
494 |
-
"attrs": [],
|
495 |
-
"colorPermutations": {
|
496 |
-
"10118231255255255187878719117221": []
|
497 |
-
}
|
498 |
-
},
|
499 |
-
"attrs": [],
|
500 |
-
"properties": {
|
501 |
-
"id": 10,
|
502 |
-
"order": 13,
|
503 |
-
"ligatures": "",
|
504 |
-
"prevSize": 32,
|
505 |
-
"code": 61651,
|
506 |
-
"name": "pinterest-square"
|
507 |
-
},
|
508 |
-
"setIdx": 0,
|
509 |
-
"setId": 0,
|
510 |
-
"iconIdx": 12
|
511 |
-
},
|
512 |
-
{
|
513 |
-
"icon": {
|
514 |
-
"paths": [
|
515 |
-
"M524 526.286c0-14.286-1.714-25.714-3.429-36.571h-206.857v75.429h124c-4.571 32-37.143 94.286-124 94.286-75.429 0-136.571-61.714-136.571-138.286s61.143-138.286 136.571-138.286c42.286 0 70.857 17.714 87.429 33.714l59.429-57.714c-38.286-35.429-88-57.143-146.857-57.143-121.714 0-219.429 98.286-219.429 219.429s97.714 219.429 219.429 219.429c126.286 0 210.286-89.143 210.286-214.286zM721.143 552.572h62.286v-62.857h-62.286v-62.857h-62.857v62.857h-62.857v62.857h62.857v62.857h62.857v-62.857zM877.714 246.857v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"
|
516 |
-
],
|
517 |
-
"width": 878,
|
518 |
-
"isMulticolor": false,
|
519 |
-
"isMulticolor2": false,
|
520 |
-
"tags": [
|
521 |
-
"google-plus-square"
|
522 |
-
],
|
523 |
-
"defaultCode": 61652,
|
524 |
-
"grid": 0,
|
525 |
-
"attrs": [],
|
526 |
-
"colorPermutations": {
|
527 |
-
"10118231255255255187878719117221": []
|
528 |
-
}
|
529 |
-
},
|
530 |
-
"attrs": [],
|
531 |
-
"properties": {
|
532 |
-
"id": 11,
|
533 |
-
"order": 14,
|
534 |
-
"ligatures": "",
|
535 |
-
"prevSize": 32,
|
536 |
-
"code": 61652,
|
537 |
-
"name": "google-plus-square"
|
538 |
-
},
|
539 |
-
"setIdx": 0,
|
540 |
-
"setId": 0,
|
541 |
-
"iconIdx": 13
|
542 |
-
},
|
543 |
-
{
|
544 |
-
"icon": {
|
545 |
-
"paths": [
|
546 |
-
"M821.143 530.857c0 239.429-160.571 409.143-402.286 409.143-231.429 0-418.857-187.429-418.857-418.857s187.429-418.857 418.857-418.857c113.143 0 207.429 41.143 280.571 109.714l-113.714 109.143c-30.857-29.714-85.143-64.571-166.857-64.571-142.857 0-259.429 118.286-259.429 264.571s116.571 264.571 259.429 264.571c165.714 0 228-119.429 237.714-180.571h-237.714v-144h395.429c4 21.143 6.857 42.286 6.857 69.714zM1316.571 461.143v120h-119.429v119.429h-120v-119.429h-119.429v-120h119.429v-119.429h120v119.429h119.429z"
|
547 |
-
],
|
548 |
-
"width": 1317,
|
549 |
-
"isMulticolor": false,
|
550 |
-
"isMulticolor2": false,
|
551 |
-
"tags": [
|
552 |
-
"google-plus"
|
553 |
-
],
|
554 |
-
"defaultCode": 61653,
|
555 |
-
"grid": 0,
|
556 |
-
"attrs": [],
|
557 |
-
"colorPermutations": {
|
558 |
-
"10118231255255255187878719117221": []
|
559 |
-
}
|
560 |
-
},
|
561 |
-
"attrs": [],
|
562 |
-
"properties": {
|
563 |
-
"id": 12,
|
564 |
-
"order": 15,
|
565 |
-
"ligatures": "",
|
566 |
-
"prevSize": 32,
|
567 |
-
"code": 61653,
|
568 |
-
"name": "google-plus"
|
569 |
-
},
|
570 |
-
"setIdx": 0,
|
571 |
-
"setId": 0,
|
572 |
-
"iconIdx": 14
|
573 |
-
},
|
574 |
-
{
|
575 |
-
"icon": {
|
576 |
-
"paths": [
|
577 |
-
"M1024 414.857v453.714c0 50.286-41.143 91.429-91.429 91.429h-841.143c-50.286 0-91.429-41.143-91.429-91.429v-453.714c17.143 18.857 36.571 35.429 57.714 49.714 94.857 64.571 190.857 129.143 284 197.143 48 35.429 107.429 78.857 169.714 78.857h1.143c62.286 0 121.714-43.429 169.714-78.857 93.143-67.429 189.143-132.571 284.571-197.143 20.571-14.286 40-30.857 57.143-49.714zM1024 246.857c0 64-47.429 121.714-97.714 156.571-89.143 61.714-178.857 123.429-267.429 185.714-37.143 25.714-100 78.286-146.286 78.286h-1.143c-46.286 0-109.143-52.571-146.286-78.286-88.571-62.286-178.286-124-266.857-185.714-40.571-27.429-98.286-92-98.286-144 0-56 30.286-104 91.429-104h841.143c49.714 0 91.429 41.143 91.429 91.429z"
|
578 |
-
],
|
579 |
-
"isMulticolor": false,
|
580 |
-
"isMulticolor2": false,
|
581 |
-
"tags": [
|
582 |
-
"envelope"
|
583 |
-
],
|
584 |
-
"defaultCode": 61664,
|
585 |
-
"grid": 0,
|
586 |
-
"attrs": [],
|
587 |
-
"colorPermutations": {
|
588 |
-
"10118231255255255187878719117221": []
|
589 |
-
}
|
590 |
-
},
|
591 |
-
"attrs": [],
|
592 |
-
"properties": {
|
593 |
-
"id": 13,
|
594 |
-
"order": 46,
|
595 |
-
"ligatures": "",
|
596 |
-
"prevSize": 32,
|
597 |
-
"code": 61664,
|
598 |
-
"name": "envelope"
|
599 |
-
},
|
600 |
-
"setIdx": 0,
|
601 |
-
"setId": 0,
|
602 |
-
"iconIdx": 15
|
603 |
-
},
|
604 |
-
{
|
605 |
-
"icon": {
|
606 |
-
"paths": [
|
607 |
-
"M199.429 366.286v566.286h-188.571v-566.286h188.571zM211.429 191.429c0.571 54.286-40.571 97.714-106.286 97.714v0h-1.143c-63.429 0-104-43.429-104-97.714 0-55.429 42.286-97.714 106.286-97.714 64.571 0 104.571 42.286 105.143 97.714zM877.714 608v324.571h-188v-302.857c0-76-27.429-128-95.429-128-52 0-82.857 34.857-96.571 68.571-4.571 12.571-6.286 29.143-6.286 46.286v316h-188c2.286-513.143 0-566.286 0-566.286h188v82.286h-1.143c24.571-38.857 69.143-95.429 170.857-95.429 124 0 216.571 81.143 216.571 254.857z"
|
608 |
-
],
|
609 |
-
"width": 878,
|
610 |
-
"isMulticolor": false,
|
611 |
-
"isMulticolor2": false,
|
612 |
-
"tags": [
|
613 |
-
"linkedin"
|
614 |
-
],
|
615 |
-
"defaultCode": 61665,
|
616 |
-
"grid": 0,
|
617 |
-
"attrs": [],
|
618 |
-
"colorPermutations": {
|
619 |
-
"10118231255255255187878719117221": []
|
620 |
-
}
|
621 |
-
},
|
622 |
-
"attrs": [],
|
623 |
-
"properties": {
|
624 |
-
"id": 14,
|
625 |
-
"order": 42,
|
626 |
-
"ligatures": "",
|
627 |
-
"prevSize": 32,
|
628 |
-
"code": 61665,
|
629 |
-
"name": "linkedin"
|
630 |
-
},
|
631 |
-
"setIdx": 0,
|
632 |
-
"setId": 0,
|
633 |
-
"iconIdx": 16
|
634 |
-
},
|
635 |
-
{
|
636 |
-
"icon": {
|
637 |
-
"paths": [
|
638 |
-
"M525.143 753.714v-89.714c0-18.857-5.714-28.571-16.571-28.571-6.286 0-12.571 2.857-18.857 9.143v128c6.286 6.286 12.571 9.143 18.857 9.143 10.857 0 16.571-9.143 16.571-28zM630.286 684h37.714v-19.429c0-19.429-6.286-29.143-18.857-29.143s-18.857 9.714-18.857 29.143v19.429zM304 532v40h-45.714v241.714h-42.286v-241.714h-44.571v-40h132.571zM418.857 604v209.714h-38.286v-22.857c-14.857 17.143-29.143 25.714-43.429 25.714-12 0-20.571-5.143-24-16-2.286-6.286-3.429-16-3.429-30.857v-165.714h37.714v154.286c0 8.571 0 13.714 0.571 14.857 0.571 5.714 3.429 8.571 8.571 8.571 8 0 15.429-5.714 24-17.714v-160h38.286zM562.857 667.429v83.429c0 18.857-1.143 33.143-4 41.714-4.571 16-14.857 24-30.286 24-13.143 0-26.286-8-38.857-23.429v20.571h-38.286v-281.714h38.286v92c12-14.857 25.143-22.857 38.857-22.857 15.429 0 25.714 8 30.286 24 2.857 8.571 4 22.286 4 42.286zM706.286 741.143v5.143c0 12.571-0.571 20.571-1.143 24.571-1.143 8.571-4 16-8.571 22.857-10.286 15.429-26.286 22.857-45.714 22.857-20 0-35.429-7.429-46.286-21.714-8-10.286-12-26.857-12-49.143v-73.714c0-22.286 3.429-38.286 11.429-49.143 10.857-14.286 26.286-21.714 45.714-21.714 18.857 0 34.286 7.429 44.571 21.714 8 10.857 12 26.857 12 49.143v43.429h-76v37.143c0 19.429 6.286 29.143 19.429 29.143 9.143 0 14.857-5.143 17.143-14.857 0-2.286 0.571-10.857 0.571-25.714h38.857zM448.571 270.286v89.143c0 19.429-6.286 29.143-18.286 29.143-12.571 0-18.286-9.714-18.286-29.143v-89.143c0-19.429 5.714-29.714 18.286-29.714 12 0 18.286 10.286 18.286 29.714zM753.143 677.714v0c0-49.143 0-101.143-10.857-148.571-8-33.714-35.429-58.286-68-61.714-77.714-8.571-156.571-8.571-235.429-8.571-78.286 0-157.143 0-234.857 8.571-33.143 3.429-60.571 28-68 61.714-10.857 47.429-11.429 99.429-11.429 148.571v0c0 48.571 0 100.571 11.429 148.571 7.429 33.143 34.857 57.714 67.429 61.714 78.286 8.571 157.143 8.571 235.429 8.571s157.143 0 235.429-8.571c32.571-4 60-28.571 67.429-61.714 11.429-48 11.429-100 11.429-148.571zM321.714 305.714l51.429-169.143h-42.857l-29.143 111.429-30.286-111.429h-44.571c8.571 26.286 18.286 52.571 26.857 78.857 13.714 40 22.286 69.714 26.286 90.286v114.857h42.286v-114.857zM486.857 352v-74.286c0-22.286-4-38.857-12-49.714-10.857-14.286-25.714-21.714-44.571-21.714-19.429 0-34.286 7.429-44.571 21.714-8 10.857-12 27.429-12 49.714v74.286c0 22.286 4 38.857 12 49.714 10.286 14.286 25.143 21.714 44.571 21.714 18.857 0 33.714-7.429 44.571-21.714 8-10.286 12-27.429 12-49.714zM590.286 420.572h38.286v-211.429h-38.286v161.714c-8.571 12-16.571 17.714-24 17.714-5.143 0-8.571-2.857-9.143-9.143-0.571-1.143-0.571-5.714-0.571-14.857v-155.429h-38.286v167.429c0 14.857 1.143 24.571 3.429 31.429 4 10.286 12.571 15.429 24.571 15.429 14.286 0 28.571-8.571 44-25.714v22.857zM877.714 246.857v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"
|
639 |
-
],
|
640 |
-
"width": 878,
|
641 |
-
"isMulticolor": false,
|
642 |
-
"isMulticolor2": false,
|
643 |
-
"tags": [
|
644 |
-
"youtube-square"
|
645 |
-
],
|
646 |
-
"defaultCode": 61798,
|
647 |
-
"grid": 0,
|
648 |
-
"attrs": [],
|
649 |
-
"colorPermutations": {
|
650 |
-
"10118231255255255187878719117221": []
|
651 |
-
}
|
652 |
-
},
|
653 |
-
"attrs": [],
|
654 |
-
"properties": {
|
655 |
-
"id": 15,
|
656 |
-
"order": 41,
|
657 |
-
"ligatures": "",
|
658 |
-
"prevSize": 32,
|
659 |
-
"code": 61798,
|
660 |
-
"name": "youtube-square"
|
661 |
-
},
|
662 |
-
"setIdx": 0,
|
663 |
-
"setId": 0,
|
664 |
-
"iconIdx": 17
|
665 |
-
},
|
666 |
-
{
|
667 |
-
"icon": {
|
668 |
-
"paths": [
|
669 |
-
"M554.857 720v120.571c0 25.714-7.429 38.286-22.286 38.286-8.571 0-17.143-4-25.714-12.571v-172c8.571-8.571 17.143-12.571 25.714-12.571 14.857 0 22.286 13.143 22.286 38.286zM748 720.572v26.286h-51.429v-26.286c0-25.714 8.571-38.857 25.714-38.857s25.714 13.143 25.714 38.857zM196 596h61.143v-53.714h-178.286v53.714h60v325.143h57.143v-325.143zM360.571 921.143h50.857v-282.286h-50.857v216c-11.429 16-22.286 24-32.571 24-6.857 0-10.857-4-12-12-0.571-1.714-0.571-8-0.571-20v-208h-50.857v223.429c0 20 1.714 33.143 4.571 41.714 4.571 14.286 16.571 21.143 33.143 21.143 18.286 0 37.714-11.429 58.286-34.857v30.857zM605.714 836.572v-112.571c0-26.286-1.143-45.143-5.143-56.571-6.286-21.143-20.571-32-40.571-32-18.857 0-36.571 10.286-53.143 30.857v-124h-50.857v378.857h50.857v-27.429c17.143 21.143 34.857 31.429 53.143 31.429 20 0 34.286-10.857 40.571-31.429 4-12 5.143-30.857 5.143-57.143zM798.857 830.857v-7.429h-52c0 20.571-0.571 32-1.143 34.857-2.857 13.714-10.286 20.571-22.857 20.571-17.714 0-26.286-13.143-26.286-39.429v-49.714h102.286v-58.857c0-30.286-5.143-52-15.429-66.286-14.857-19.429-34.857-29.143-60.571-29.143-26.286 0-46.286 9.714-61.143 29.143-10.857 14.286-16 36-16 66.286v98.857c0 30.286 5.714 52.571 16.571 66.286 14.857 19.429 34.857 29.143 61.714 29.143s48-10.286 61.714-30.286c6.286-9.143 10.857-19.429 12-30.857 1.143-5.143 1.143-16.571 1.143-33.143zM451.429 309.143v-120c0-26.286-7.429-39.429-24.571-39.429-16.571 0-24.571 13.143-24.571 39.429v120c0 26.286 8 40 24.571 40 17.143 0 24.571-13.714 24.571-40zM862.286 738.286c0 65.714-0.571 136-14.857 200-10.857 45.143-47.429 78.286-91.429 82.857-105.143 12-211.429 12-317.143 12s-212 0-317.143-12c-44-4.571-81.143-37.714-91.429-82.857-14.857-64-14.857-134.286-14.857-200v0c0-66.286 0.571-136 14.857-200 10.857-45.143 47.429-78.286 92-83.429 104.571-11.429 210.857-11.429 316.571-11.429s212 0 317.143 11.429c44 5.143 81.143 38.286 91.429 83.429 14.857 64 14.857 133.714 14.857 200zM292 9.143h58.286l-69.143 228v154.857h-57.143v-154.857c-5.143-28-16.571-68-34.857-121.143-12.571-35.429-25.143-71.429-37.143-106.857h60.571l40.571 150.286zM503.429 199.429v100c0 30.286-5.143 53.143-16 67.429-14.286 19.429-34.286 29.143-60.571 29.143-25.714 0-45.714-9.714-60-29.143-10.857-14.857-16-37.143-16-67.429v-100c0-30.286 5.143-52.571 16-66.857 14.286-19.429 34.286-29.143 60-29.143 26.286 0 46.286 9.714 60.571 29.143 10.857 14.286 16 36.571 16 66.857zM694.857 106.857v285.143h-52v-31.429c-20.571 24-40 35.429-58.857 35.429-16.571 0-28.571-6.857-33.714-21.143-2.857-8.571-4.571-22.286-4.571-42.857v-225.143h52v209.714c0 12 0 18.857 0.571 20 1.143 8 5.143 12.571 12 12.571 10.286 0 21.143-8 32.571-24.571v-217.714h52z"
|
670 |
-
],
|
671 |
-
"width": 878,
|
672 |
-
"isMulticolor": false,
|
673 |
-
"isMulticolor2": false,
|
674 |
-
"tags": [
|
675 |
-
"youtube"
|
676 |
-
],
|
677 |
-
"defaultCode": 61799,
|
678 |
-
"grid": 0,
|
679 |
-
"attrs": [],
|
680 |
-
"colorPermutations": {
|
681 |
-
"10118231255255255187878719117221": []
|
682 |
-
}
|
683 |
-
},
|
684 |
-
"attrs": [],
|
685 |
-
"properties": {
|
686 |
-
"id": 16,
|
687 |
-
"order": 16,
|
688 |
-
"ligatures": "",
|
689 |
-
"prevSize": 32,
|
690 |
-
"code": 61799,
|
691 |
-
"name": "youtube"
|
692 |
-
},
|
693 |
-
"setIdx": 0,
|
694 |
-
"setId": 0,
|
695 |
-
"iconIdx": 18
|
696 |
-
},
|
697 |
-
{
|
698 |
-
"icon": {
|
699 |
-
"paths": [
|
700 |
-
"M406.286 653.714l276.571-142.857-276.571-144.571v287.429zM512 161.143c215.429 0 358.286 10.286 358.286 10.286 20 2.286 64 2.286 102.857 43.429 0 0 31.429 30.857 40.571 101.714 10.857 82.857 10.286 165.714 10.286 165.714v77.714s0.571 82.857-10.286 165.714c-9.143 70.286-40.571 101.714-40.571 101.714-38.857 40.571-82.857 40.571-102.857 42.857 0 0-142.857 10.857-358.286 10.857v0c-266.286-2.286-348-10.286-348-10.286-22.857-4-74.286-2.857-113.143-43.429 0 0-31.429-31.429-40.571-101.714-10.857-82.857-10.286-165.714-10.286-165.714v-77.714s-0.571-82.857 10.286-165.714c9.143-70.857 40.571-101.714 40.571-101.714 38.857-41.143 82.857-41.143 102.857-43.429 0 0 142.857-10.286 358.286-10.286v0z"
|
701 |
-
],
|
702 |
-
"isMulticolor": false,
|
703 |
-
"isMulticolor2": false,
|
704 |
-
"tags": [
|
705 |
-
"youtube-play"
|
706 |
-
],
|
707 |
-
"defaultCode": 61802,
|
708 |
-
"grid": 0,
|
709 |
-
"attrs": [],
|
710 |
-
"colorPermutations": {
|
711 |
-
"10118231255255255187878719117221": []
|
712 |
-
}
|
713 |
-
},
|
714 |
-
"attrs": [],
|
715 |
-
"properties": {
|
716 |
-
"id": 17,
|
717 |
-
"order": 17,
|
718 |
-
"ligatures": "",
|
719 |
-
"prevSize": 32,
|
720 |
-
"code": 61802,
|
721 |
-
"name": "youtube-play"
|
722 |
-
},
|
723 |
-
"setIdx": 0,
|
724 |
-
"setId": 0,
|
725 |
-
"iconIdx": 19
|
726 |
-
},
|
727 |
-
{
|
728 |
-
"icon": {
|
729 |
-
"paths": [
|
730 |
-
"M229.714 413.143l282.286 174.286-195.429 162.857-280-182.286zM793.143 730.286v61.714l-280 167.429v0.571l-0.571-0.571-0.571 0.571v-0.571l-279.429-167.429v-61.714l84 54.857 195.429-162.286v-1.143l0.571 0.571 0.571-0.571v1.143l196 162.286zM316.571 76.572l195.429 162.857-282.286 173.714-193.143-154.286zM794.286 413.143l193.143 154.857-279.429 182.286-196-162.857zM708 76.572l279.429 182.286-193.143 154.286-282.286-173.714z"
|
731 |
-
],
|
732 |
-
"isMulticolor": false,
|
733 |
-
"isMulticolor2": false,
|
734 |
-
"tags": [
|
735 |
-
"dropbox"
|
736 |
-
],
|
737 |
-
"defaultCode": 61803,
|
738 |
-
"grid": 0,
|
739 |
-
"attrs": [],
|
740 |
-
"colorPermutations": {
|
741 |
-
"10118231255255255187878719117221": []
|
742 |
-
}
|
743 |
-
},
|
744 |
-
"attrs": [],
|
745 |
-
"properties": {
|
746 |
-
"id": 18,
|
747 |
-
"order": 18,
|
748 |
-
"ligatures": "",
|
749 |
-
"prevSize": 32,
|
750 |
-
"code": 61803,
|
751 |
-
"name": "dropbox"
|
752 |
-
},
|
753 |
-
"setIdx": 0,
|
754 |
-
"setId": 0,
|
755 |
-
"iconIdx": 20
|
756 |
-
},
|
757 |
-
{
|
758 |
-
"icon": {
|
759 |
-
"paths": [
|
760 |
-
"M585.143 521.143c0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286 65.714 146.286 146.286 146.286 146.286-65.714 146.286-146.286zM664 521.143c0 124.571-100.571 225.143-225.143 225.143s-225.143-100.571-225.143-225.143 100.571-225.143 225.143-225.143 225.143 100.571 225.143 225.143zM725.714 286.857c0 29.143-23.429 52.571-52.571 52.571s-52.571-23.429-52.571-52.571 23.429-52.571 52.571-52.571 52.571 23.429 52.571 52.571zM438.857 161.143c-64 0-201.143-5.143-258.857 17.714-20 8-34.857 17.714-50.286 33.143s-25.143 30.286-33.143 50.286c-22.857 57.714-17.714 194.857-17.714 258.857s-5.143 201.143 17.714 258.857c8 20 17.714 34.857 33.143 50.286s30.286 25.143 50.286 33.143c57.714 22.857 194.857 17.714 258.857 17.714s201.143 5.143 258.857-17.714c20-8 34.857-17.714 50.286-33.143s25.143-30.286 33.143-50.286c22.857-57.714 17.714-194.857 17.714-258.857s5.143-201.143-17.714-258.857c-8-20-17.714-34.857-33.143-50.286s-30.286-25.143-50.286-33.143c-57.714-22.857-194.857-17.714-258.857-17.714zM877.714 521.143c0 60.571 0.571 120.571-2.857 181.143-3.429 70.286-19.429 132.571-70.857 184s-113.714 67.429-184 70.857c-60.571 3.429-120.571 2.857-181.143 2.857s-120.571 0.571-181.143-2.857c-70.286-3.429-132.571-19.429-184-70.857s-67.429-113.714-70.857-184c-3.429-60.571-2.857-120.571-2.857-181.143s-0.571-120.571 2.857-181.143c3.429-70.286 19.429-132.571 70.857-184s113.714-67.429 184-70.857c60.571-3.429 120.571-2.857 181.143-2.857s120.571-0.571 181.143 2.857c70.286 3.429 132.571 19.429 184 70.857s67.429 113.714 70.857 184c3.429 60.571 2.857 120.571 2.857 181.143z"
|
761 |
-
],
|
762 |
-
"width": 878,
|
763 |
-
"isMulticolor": false,
|
764 |
-
"isMulticolor2": false,
|
765 |
-
"tags": [
|
766 |
-
"instagram"
|
767 |
-
],
|
768 |
-
"defaultCode": 61805,
|
769 |
-
"grid": 0,
|
770 |
-
"attrs": [],
|
771 |
-
"colorPermutations": {
|
772 |
-
"10118231255255255187878719117221": []
|
773 |
-
}
|
774 |
-
},
|
775 |
-
"attrs": [],
|
776 |
-
"properties": {
|
777 |
-
"id": 19,
|
778 |
-
"order": 19,
|
779 |
-
"ligatures": "",
|
780 |
-
"prevSize": 32,
|
781 |
-
"code": 61805,
|
782 |
-
"name": "instagram"
|
783 |
-
},
|
784 |
-
"setIdx": 0,
|
785 |
-
"setId": 0,
|
786 |
-
"iconIdx": 21
|
787 |
-
},
|
788 |
-
{
|
789 |
-
"icon": {
|
790 |
-
"paths": [
|
791 |
-
"M713.143 82.286c90.857 0 164.571 73.714 164.571 164.571v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571zM398.857 521.143c0-66.857-54.286-121.143-121.143-121.143s-121.143 54.286-121.143 121.143 54.286 121.143 121.143 121.143 121.143-54.286 121.143-121.143zM721.143 521.143c0-66.857-54.286-121.143-121.143-121.143s-121.143 54.286-121.143 121.143 54.286 121.143 121.143 121.143 121.143-54.286 121.143-121.143z"
|
792 |
-
],
|
793 |
-
"width": 878,
|
794 |
-
"isMulticolor": false,
|
795 |
-
"isMulticolor2": false,
|
796 |
-
"tags": [
|
797 |
-
"flickr"
|
798 |
-
],
|
799 |
-
"defaultCode": 61806,
|
800 |
-
"grid": 0,
|
801 |
-
"attrs": [],
|
802 |
-
"colorPermutations": {
|
803 |
-
"10118231255255255187878719117221": []
|
804 |
-
}
|
805 |
-
},
|
806 |
-
"attrs": [],
|
807 |
-
"properties": {
|
808 |
-
"id": 20,
|
809 |
-
"order": 20,
|
810 |
-
"ligatures": "",
|
811 |
-
"prevSize": 32,
|
812 |
-
"code": 61806,
|
813 |
-
"name": "flickr"
|
814 |
-
},
|
815 |
-
"setIdx": 0,
|
816 |
-
"setId": 0,
|
817 |
-
"iconIdx": 22
|
818 |
-
},
|
819 |
-
{
|
820 |
-
"icon": {
|
821 |
-
"paths": [
|
822 |
-
"M539.429 768.572l45.714 135.429c-17.143 25.714-94.857 54.857-164.571 56-207.429 3.429-285.714-147.429-285.714-253.714v-310.857h-96v-122.857c144-52 178.857-182.286 186.857-256.571 0.571-4.571 4.571-6.857 6.857-6.857h139.429v242.286h190.286v144h-190.857v296c0 40 14.857 95.429 91.429 93.714 25.143-0.571 58.857-8 76.571-16.571z"
|
823 |
-
],
|
824 |
-
"width": 624,
|
825 |
-
"isMulticolor": false,
|
826 |
-
"isMulticolor2": false,
|
827 |
-
"tags": [
|
828 |
-
"tumblr"
|
829 |
-
],
|
830 |
-
"defaultCode": 61811,
|
831 |
-
"grid": 0,
|
832 |
-
"attrs": [],
|
833 |
-
"colorPermutations": {
|
834 |
-
"10118231255255255187878719117221": []
|
835 |
-
}
|
836 |
-
},
|
837 |
-
"attrs": [],
|
838 |
-
"properties": {
|
839 |
-
"id": 21,
|
840 |
-
"order": 21,
|
841 |
-
"ligatures": "",
|
842 |
-
"prevSize": 32,
|
843 |
-
"code": 61811,
|
844 |
-
"name": "tumblr"
|
845 |
-
},
|
846 |
-
"setIdx": 0,
|
847 |
-
"setId": 0,
|
848 |
-
"iconIdx": 23
|
849 |
-
},
|
850 |
-
{
|
851 |
-
"icon": {
|
852 |
-
"paths": [
|
853 |
-
"M649.143 844l-35.429-104.571c-13.714 6.857-39.429 12.571-58.857 12.571-58.286 1.714-70.286-40.571-70.286-72v-227.429h146.857v-110.857h-146.286v-186.286h-107.429c-1.714 0-4.571 1.714-5.143 5.714-6.286 56.571-33.143 157.143-144 197.143v94.286h74.286v238.857c0 81.714 60 198.286 219.429 195.429 53.714-1.143 113.714-23.429 126.857-42.857zM877.714 246.857v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"
|
854 |
-
],
|
855 |
-
"width": 878,
|
856 |
-
"isMulticolor": false,
|
857 |
-
"isMulticolor2": false,
|
858 |
-
"tags": [
|
859 |
-
"tumblr-square"
|
860 |
-
],
|
861 |
-
"defaultCode": 61812,
|
862 |
-
"grid": 0,
|
863 |
-
"attrs": [],
|
864 |
-
"colorPermutations": {
|
865 |
-
"10118231255255255187878719117221": []
|
866 |
-
}
|
867 |
-
},
|
868 |
-
"attrs": [],
|
869 |
-
"properties": {
|
870 |
-
"id": 22,
|
871 |
-
"order": 22,
|
872 |
-
"ligatures": "",
|
873 |
-
"prevSize": 32,
|
874 |
-
"code": 61812,
|
875 |
-
"name": "tumblr-square"
|
876 |
-
},
|
877 |
-
"setIdx": 0,
|
878 |
-
"setId": 0,
|
879 |
-
"iconIdx": 24
|
880 |
-
},
|
881 |
-
{
|
882 |
-
"icon": {
|
883 |
-
"paths": [
|
884 |
-
"M585.143 866.286c-5.714-33.143-27.429-147.429-80-284.571-0.571 0-1.714 0.571-2.286 0.571 0 0-222.286 77.714-294.286 234.286-3.429-2.857-8.571-6.286-8.571-6.286 65.143 53.143 148 85.714 238.857 85.714 52 0 101.143-10.857 146.286-29.714zM479.429 519.429c-9.143-21.143-19.429-42.286-30.286-63.429-193.143 57.714-378.286 53.143-384.571 53.143-0.571 4-0.571 8-0.571 12 0 96 36.571 184 96 250.286v0c102.286-182.286 304.571-247.429 304.571-247.429 5.143-1.714 10.286-2.857 14.857-4.571zM418.286 398.286c-65.143-115.429-134.286-209.143-139.429-216-104.571 49.143-182.286 145.714-206.857 261.714 9.714 0 166.286 1.714 346.286-45.714zM809.143 580.572c-8-2.286-112.571-35.429-233.714-16.571 49.143 135.429 69.143 245.714 73.143 268 84-56.571 143.429-146.857 160.571-251.429zM349.143 157.143c-0.571 0-0.571 0-1.143 0.571 0 0 0.571-0.571 1.143-0.571zM686.286 240c-65.714-58.286-152.571-93.714-247.429-93.714-30.286 0-60 4-88.571 10.857 5.714 7.429 76.571 100.571 140.571 218.286 141.143-52.571 194.286-133.714 195.429-135.429zM813.714 517.143c-1.143-88.571-32.571-170.286-85.143-234.286-1.143 1.143-61.143 88-209.143 148.571 8.571 17.714 17.143 36 25.143 54.286 2.857 6.286 5.143 13.143 8 19.429 129.143-16.571 256.571 11.429 261.143 12zM877.714 521.143c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z"
|
885 |
-
],
|
886 |
-
"width": 878,
|
887 |
-
"isMulticolor": false,
|
888 |
-
"isMulticolor2": false,
|
889 |
-
"tags": [
|
890 |
-
"dribbble"
|
891 |
-
],
|
892 |
-
"defaultCode": 61821,
|
893 |
-
"grid": 0,
|
894 |
-
"attrs": [],
|
895 |
-
"colorPermutations": {
|
896 |
-
"10118231255255255187878719117221": []
|
897 |
-
}
|
898 |
-
},
|
899 |
-
"attrs": [],
|
900 |
-
"properties": {
|
901 |
-
"id": 23,
|
902 |
-
"order": 23,
|
903 |
-
"ligatures": "",
|
904 |
-
"prevSize": 32,
|
905 |
-
"code": 61821,
|
906 |
-
"name": "dribbble"
|
907 |
-
},
|
908 |
-
"setIdx": 0,
|
909 |
-
"setId": 0,
|
910 |
-
"iconIdx": 25
|
911 |
-
},
|
912 |
-
{
|
913 |
-
"icon": {
|
914 |
-
"paths": [
|
915 |
-
"M670.286 616.572c0-99.429-96.571-133.714-177.714-152l-59.429-13.714c-43.429-10.286-76-17.714-76-50.857 0-30.286 32-44 82.286-44 89.714 0 91.429 65.714 146.857 65.714 37.143 0 59.429-29.143 59.429-62.286 0-65.714-109.143-108.571-217.143-108.571-98.857 0-213.714 42.857-213.714 158.857 0 96 64 130.286 147.429 150.286l83.429 20.571c50.857 12.571 82.286 18.286 82.286 54.857 0 29.143-32.571 51.429-82.857 51.429-105.714 0-111.429-88-172.571-88-40 0-57.714 28.571-57.714 60 0 70.286 107.429 127.429 236 127.429 107.429 0 219.429-53.714 219.429-169.714zM877.714 740.572c0 121.143-98.286 219.429-219.429 219.429-50.286 0-96.571-17.143-133.714-45.714-27.429 5.714-56.571 9.143-85.714 9.143-222.286 0-402.286-180-402.286-402.286 0-29.143 3.429-58.286 9.143-85.714-28.571-37.143-45.714-83.429-45.714-133.714 0-121.143 98.286-219.429 219.429-219.429 50.286 0 96.571 17.143 133.714 45.714 27.429-5.714 56.571-9.143 85.714-9.143 222.286 0 402.286 180 402.286 402.286 0 29.143-3.429 58.286-9.143 85.714 28.571 37.143 45.714 83.429 45.714 133.714z"
|
916 |
-
],
|
917 |
-
"width": 878,
|
918 |
-
"isMulticolor": false,
|
919 |
-
"isMulticolor2": false,
|
920 |
-
"tags": [
|
921 |
-
"skype"
|
922 |
-
],
|
923 |
-
"defaultCode": 61822,
|
924 |
-
"grid": 0,
|
925 |
-
"attrs": [],
|
926 |
-
"colorPermutations": {
|
927 |
-
"10118231255255255187878719117221": []
|
928 |
-
}
|
929 |
-
},
|
930 |
-
"attrs": [],
|
931 |
-
"properties": {
|
932 |
-
"id": 24,
|
933 |
-
"order": 24,
|
934 |
-
"ligatures": "",
|
935 |
-
"prevSize": 32,
|
936 |
-
"code": 61822,
|
937 |
-
"name": "skype"
|
938 |
-
},
|
939 |
-
"setIdx": 0,
|
940 |
-
"setId": 0,
|
941 |
-
"iconIdx": 26
|
942 |
-
},
|
943 |
-
{
|
944 |
-
"icon": {
|
945 |
-
"paths": [
|
946 |
-
"M738.286 373.714c4-82.857-26.857-124.571-92-126.857-88-2.857-147.429 46.857-178.286 149.143 16-6.857 31.429-10.857 46.857-10.857 32 0 46.286 18.286 42.286 54.857-1.714 21.714-16 53.714-42.286 95.429-26.857 42.286-46.857 62.857-60 62.857-17.143 0-32-32-46.857-96.571-4.571-19.429-13.143-67.429-25.714-145.714-11.429-72-41.714-105.714-91.429-101.143-20.571 2.286-52.571 20.571-93.714 57.143-30.857 26.857-61.143 54.857-92.571 82.286l29.714 38.286c28.571-19.429 45.143-29.714 49.714-29.714 21.714 0 42.286 34.286 61.143 102.286 17.143 62.857 34.286 125.143 51.429 188 25.714 68 56.571 102.286 93.714 102.286 59.429 0 132.571-56 218.857-168 83.429-107.429 126.857-192 129.143-253.714zM877.714 246.857v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"
|
947 |
-
],
|
948 |
-
"width": 878,
|
949 |
-
"isMulticolor": false,
|
950 |
-
"isMulticolor2": false,
|
951 |
-
"tags": [
|
952 |
-
"vimeo-square"
|
953 |
-
],
|
954 |
-
"defaultCode": 61844,
|
955 |
-
"grid": 0,
|
956 |
-
"attrs": [],
|
957 |
-
"colorPermutations": {
|
958 |
-
"10118231255255255187878719117221": []
|
959 |
-
}
|
960 |
-
},
|
961 |
-
"attrs": [],
|
962 |
-
"properties": {
|
963 |
-
"id": 25,
|
964 |
-
"order": 25,
|
965 |
-
"ligatures": "",
|
966 |
-
"prevSize": 32,
|
967 |
-
"code": 61844,
|
968 |
-
"name": "vimeo-square"
|
969 |
-
},
|
970 |
-
"setIdx": 0,
|
971 |
-
"setId": 0,
|
972 |
-
"iconIdx": 27
|
973 |
-
},
|
974 |
-
{
|
975 |
-
"icon": {
|
976 |
-
"paths": [
|
977 |
-
"M72.571 521.143c0-63.429 13.714-124 38.286-178.857l209.714 574.286c-146.857-71.429-248-221.714-248-395.429zM808.571 498.857c0 37.714-15.429 81.143-33.714 142.286l-43.429 146.286-158.857-472s26.286-1.714 50.286-4.571c23.429-2.857 20.571-37.714-2.857-36-71.429 5.143-117.143 5.714-117.143 5.714s-42.857-0.571-115.429-5.714c-24-1.714-26.857 34.286-2.857 36 22.286 2.286 45.714 4.571 45.714 4.571l68.571 187.429-96 288-160-475.429s26.286-1.714 50.286-4.571c23.429-2.857 20.571-37.714-2.857-36-70.857 5.143-117.143 5.714-117.143 5.714-8 0-17.714-0.571-28-0.571 78.286-119.429 213.143-198.286 366.857-198.286 114.286 0 218.286 44 296.571 115.429h-5.714c-42.857 0-73.714 37.143-73.714 77.714 0 36 21.143 66.286 43.429 102.857 17.143 29.143 36 66.857 36 121.143zM519.429 559.429l135.429 369.714c0.571 2.286 1.714 4.571 2.857 6.286-45.714 16-94.286 25.143-145.714 25.143-42.857 0-84.571-6.286-124-18.286zM897.143 310.286c34.286 62.857 54.286 134.286 54.286 210.857 0 162.286-88 303.429-218.857 379.429l134.286-387.429c22.286-64 33.714-113.143 33.714-157.714 0-16-1.143-30.857-3.429-45.143zM512 9.143c282.286 0 512 229.714 512 512s-229.714 512-512 512-512-229.714-512-512 229.714-512 512-512zM512 1009.714c269.143 0 488.571-219.429 488.571-488.571s-219.429-488.571-488.571-488.571-488.571 219.429-488.571 488.571 219.429 488.571 488.571 488.571z"
|
978 |
-
],
|
979 |
-
"isMulticolor": false,
|
980 |
-
"isMulticolor2": false,
|
981 |
-
"tags": [
|
982 |
-
"wordpress"
|
983 |
-
],
|
984 |
-
"defaultCode": 61850,
|
985 |
-
"grid": 0,
|
986 |
-
"attrs": [],
|
987 |
-
"colorPermutations": {
|
988 |
-
"10118231255255255187878719117221": []
|
989 |
-
}
|
990 |
-
},
|
991 |
-
"attrs": [],
|
992 |
-
"properties": {
|
993 |
-
"id": 26,
|
994 |
-
"order": 26,
|
995 |
-
"ligatures": "",
|
996 |
-
"prevSize": 32,
|
997 |
-
"code": 61850,
|
998 |
-
"name": "wordpress"
|
999 |
-
},
|
1000 |
-
"setIdx": 0,
|
1001 |
-
"setId": 0,
|
1002 |
-
"iconIdx": 28
|
1003 |
-
},
|
1004 |
-
{
|
1005 |
-
"icon": {
|
1006 |
-
"paths": [
|
1007 |
-
"M438.857 458.286h414.286c4 22.286 6.857 44 6.857 73.143 0 250.286-168 428.571-421.143 428.571-242.857 0-438.857-196-438.857-438.857s196-438.857 438.857-438.857c118.286 0 217.714 43.429 294.286 114.857l-119.429 114.857c-32.571-31.429-89.714-68-174.857-68-149.714 0-272 124-272 277.143s122.286 277.143 272 277.143c173.714 0 238.857-124.571 249.143-189.143h-249.143v-150.857z"
|
1008 |
-
],
|
1009 |
-
"width": 860,
|
1010 |
-
"isMulticolor": false,
|
1011 |
-
"isMulticolor2": false,
|
1012 |
-
"tags": [
|
1013 |
-
"google"
|
1014 |
-
],
|
1015 |
-
"defaultCode": 61856,
|
1016 |
-
"grid": 0,
|
1017 |
-
"attrs": [],
|
1018 |
-
"colorPermutations": {
|
1019 |
-
"10118231255255255187878719117221": []
|
1020 |
-
}
|
1021 |
-
},
|
1022 |
-
"attrs": [],
|
1023 |
-
"properties": {
|
1024 |
-
"id": 27,
|
1025 |
-
"order": 27,
|
1026 |
-
"ligatures": "",
|
1027 |
-
"prevSize": 32,
|
1028 |
-
"code": 61856,
|
1029 |
-
"name": "google"
|
1030 |
-
},
|
1031 |
-
"setIdx": 0,
|
1032 |
-
"setId": 0,
|
1033 |
-
"iconIdx": 29
|
1034 |
-
},
|
1035 |
-
{
|
1036 |
-
"icon": {
|
1037 |
-
"paths": [
|
1038 |
-
"M625.714 676c5.143 5.143 5.143 13.143 0 17.714-32.571 32.571-95.429 35.429-113.714 35.429s-81.143-2.857-113.714-35.429c-5.143-4.571-5.143-12.571 0-17.714 4.571-4.571 12.571-4.571 17.143 0 20.571 21.143 65.143 28 96.571 28s75.429-6.857 96.571-28c4.571-4.571 12.571-4.571 17.143 0zM450.286 572.572c0 28-22.857 50.857-50.857 50.857-28.571 0-51.429-22.857-51.429-50.857 0-28.571 22.857-51.429 51.429-51.429 28 0 50.857 22.857 50.857 51.429zM676 572.572c0 28-22.857 50.857-51.429 50.857-28 0-50.857-22.857-50.857-50.857 0-28.571 22.857-51.429 50.857-51.429 28.571 0 51.429 22.857 51.429 51.429zM819.429 504c0-37.714-30.857-68-68.571-68-19.429 0-36.571 8-49.143 20.571-46.286-32-108.571-52.571-177.714-54.857l36-161.714 114.286 25.714c0 28 22.857 50.857 50.857 50.857 28.571 0 51.429-23.429 51.429-51.429s-22.857-51.429-51.429-51.429c-20 0-37.143 12-45.714 28.571l-126.286-28c-6.286-1.714-12.571 2.857-14.286 9.143l-39.429 178.286c-68.571 2.857-130.286 23.429-176.571 55.429-12.571-13.143-30.286-21.143-49.714-21.143-37.714 0-68.571 30.286-68.571 68 0 27.429 16 50.286 38.857 61.714-2.286 10.286-3.429 21.143-3.429 32 0 108.571 122.286 196.571 272.571 196.571 150.857 0 273.143-88 273.143-196.571 0-10.857-1.143-22.286-4-32.571 22.286-11.429 37.714-34.286 37.714-61.143zM1024 521.143c0 282.857-229.143 512-512 512s-512-229.143-512-512 229.143-512 512-512 512 229.143 512 512z"
|
1039 |
-
],
|
1040 |
-
"isMulticolor": false,
|
1041 |
-
"isMulticolor2": false,
|
1042 |
-
"tags": [
|
1043 |
-
"reddit"
|
1044 |
-
],
|
1045 |
-
"defaultCode": 61857,
|
1046 |
-
"grid": 0,
|
1047 |
-
"attrs": [],
|
1048 |
-
"colorPermutations": {
|
1049 |
-
"10118231255255255187878719117221": []
|
1050 |
-
}
|
1051 |
-
},
|
1052 |
-
"attrs": [],
|
1053 |
-
"properties": {
|
1054 |
-
"id": 28,
|
1055 |
-
"order": 45,
|
1056 |
-
"ligatures": "",
|
1057 |
-
"prevSize": 32,
|
1058 |
-
"code": 61857,
|
1059 |
-
"name": "reddit"
|
1060 |
-
},
|
1061 |
-
"setIdx": 0,
|
1062 |
-
"setId": 0,
|
1063 |
-
"iconIdx": 30
|
1064 |
-
},
|
1065 |
-
{
|
1066 |
-
"icon": {
|
1067 |
-
"paths": [
|
1068 |
-
"M536.571 654.286c4 4 4 10.857 0 14.857-28 28-81.714 30.286-97.714 30.286s-69.714-2.286-97.714-30.286c-4-4-4-10.857 0-14.857 4-4.571 10.857-4.571 14.857 0 17.714 17.714 56 24 82.857 24s65.143-6.286 82.857-24c4-4.571 10.857-4.571 14.857 0zM386.286 565.143c0 24-20 44-44 44s-44-20-44-44c0-24.571 20-44 44-44s44 19.429 44 44zM579.429 565.143c0 24-20 44-44 44s-44-20-44-44c0-24.571 20-44 44-44s44 19.429 44 44zM702.286 506.286c0-32-26.286-58.286-58.857-58.286-16 0-30.857 6.857-41.714 17.714-40-27.429-93.714-45.143-152.571-46.857l30.857-138.857 97.714 22.286c0.571 24 20 43.429 44 43.429s44-20 44-44-20-44-44-44c-17.143 0-32 9.714-39.429 24.571l-108-24c-5.714-1.714-10.857 2.286-12 7.429l-34.286 153.143c-58.857 2.286-112 20-151.429 47.429-10.857-11.429-25.714-18.286-42.286-18.286-32.571 0-58.857 26.286-58.857 58.286 0 23.429 13.714 43.429 33.143 53.143-1.714 8.571-2.857 18.286-2.857 27.429 0 93.143 104.571 168.571 233.714 168.571s234.286-75.429 234.286-168.571c0-9.714-1.143-18.857-3.429-28 18.857-9.714 32-29.714 32-52.571zM877.714 246.857v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"
|
1069 |
-
],
|
1070 |
-
"width": 878,
|
1071 |
-
"isMulticolor": false,
|
1072 |
-
"isMulticolor2": false,
|
1073 |
-
"tags": [
|
1074 |
-
"reddit-square"
|
1075 |
-
],
|
1076 |
-
"defaultCode": 61858,
|
1077 |
-
"grid": 0,
|
1078 |
-
"attrs": [],
|
1079 |
-
"colorPermutations": {
|
1080 |
-
"10118231255255255187878719117221": []
|
1081 |
-
}
|
1082 |
-
},
|
1083 |
-
"attrs": [],
|
1084 |
-
"properties": {
|
1085 |
-
"id": 29,
|
1086 |
-
"order": 43,
|
1087 |
-
"ligatures": "",
|
1088 |
-
"prevSize": 32,
|
1089 |
-
"code": 61858,
|
1090 |
-
"name": "reddit-square"
|
1091 |
-
},
|
1092 |
-
"setIdx": 0,
|
1093 |
-
"setId": 0,
|
1094 |
-
"iconIdx": 31
|
1095 |
-
},
|
1096 |
-
{
|
1097 |
-
"icon": {
|
1098 |
-
"paths": [
|
1099 |
-
"M494.857 488.572l51.429-15.429v-35.429c0-60.571-51.429-109.143-112-109.143s-112 48-112 108.571v161.714c0 14.857-12 26.857-26.857 26.857s-26.286-12-26.286-26.857v-68.571h-86.286v69.714c0 62.286 50.286 112 112.571 112 61.143 0 112-49.143 112-110.286v-160c0-14.857 12-26.857 26.857-26.857 14.286 0 26.286 12 26.286 26.857v30.857zM685.143 600v-69.714h-85.714v72c0 14.857-12 26.857-26.857 26.857-14.286 0-26.286-12-26.286-26.857v-70.286l-51.429 14.857-34.286-16v70.286c0 61.143 50.857 110.857 112.571 110.857s112-49.714 112-112zM877.714 521.143c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z"
|
1100 |
-
],
|
1101 |
-
"width": 878,
|
1102 |
-
"isMulticolor": false,
|
1103 |
-
"isMulticolor2": false,
|
1104 |
-
"tags": [
|
1105 |
-
"stumbleupon-circle"
|
1106 |
-
],
|
1107 |
-
"defaultCode": 61859,
|
1108 |
-
"grid": 0,
|
1109 |
-
"attrs": [],
|
1110 |
-
"colorPermutations": {
|
1111 |
-
"10118231255255255187878719117221": []
|
1112 |
-
}
|
1113 |
-
},
|
1114 |
-
"attrs": [],
|
1115 |
-
"properties": {
|
1116 |
-
"id": 30,
|
1117 |
-
"order": 44,
|
1118 |
-
"ligatures": "",
|
1119 |
-
"prevSize": 32,
|
1120 |
-
"code": 61859,
|
1121 |
-
"name": "stumbleupon-circle"
|
1122 |
-
},
|
1123 |
-
"setIdx": 0,
|
1124 |
-
"setId": 0,
|
1125 |
-
"iconIdx": 32
|
1126 |
-
},
|
1127 |
-
{
|
1128 |
-
"icon": {
|
1129 |
-
"paths": [
|
1130 |
-
"M606.857 416v-67.429c0-32-26.286-58.286-58.286-58.286s-58.286 26.286-58.286 58.286v349.714c0 133.714-110.857 241.714-245.143 241.714-135.429 0-245.143-109.714-245.143-245.143v-152h187.429v149.714c0 32.571 26.286 58.286 58.286 58.286s58.286-25.714 58.286-58.286v-354.286c0-130.857 112-236 244.571-236 133.143 0 244.571 105.714 244.571 237.714v77.714l-111.429 33.143zM909.714 542.857h187.429v152c0 135.429-109.714 245.143-245.143 245.143-134.857 0-245.143-108.571-245.143-242.857v-153.143l74.857 34.857 111.429-33.143v154.286c0 32 26.286 57.714 58.286 57.714s58.286-25.714 58.286-57.714v-157.143z"
|
1131 |
-
],
|
1132 |
-
"width": 1097,
|
1133 |
-
"isMulticolor": false,
|
1134 |
-
"isMulticolor2": false,
|
1135 |
-
"tags": [
|
1136 |
-
"stumbleupon"
|
1137 |
-
],
|
1138 |
-
"defaultCode": 61860,
|
1139 |
-
"grid": 0,
|
1140 |
-
"attrs": [],
|
1141 |
-
"colorPermutations": {
|
1142 |
-
"10118231255255255187878719117221": []
|
1143 |
-
}
|
1144 |
-
},
|
1145 |
-
"attrs": [],
|
1146 |
-
"properties": {
|
1147 |
-
"id": 31,
|
1148 |
-
"order": 28,
|
1149 |
-
"ligatures": "",
|
1150 |
-
"prevSize": 32,
|
1151 |
-
"code": 61860,
|
1152 |
-
"name": "stumbleupon"
|
1153 |
-
},
|
1154 |
-
"setIdx": 0,
|
1155 |
-
"setId": 0,
|
1156 |
-
"iconIdx": 33
|
1157 |
-
},
|
1158 |
-
{
|
1159 |
-
"icon": {
|
1160 |
-
"paths": [
|
1161 |
-
"M332.571 756.572c0 30.857-28 37.714-53.143 37.714-24.571 0-61.143-4-61.143-36 0-31.429 30.857-36.571 56-36.571 24 0 58.286 4 58.286 34.857zM312 490.286c0 28.571-11.429 48.571-42.286 48.571-31.429 0-44-18.286-44-48s11.429-51.429 44-51.429c29.143 0 42.286 24 42.286 50.857zM406.857 447.429v-71.429c-24.571 9.143-50.857 16.571-77.143 16.571-18.857-10.857-40.571-16.571-62.857-16.571-65.143 0-116.571 48-116.571 114.286 0 35.429 23.429 84.571 58.857 96.571v1.714c-18.286 8-21.714 30.286-21.714 48.571 0 18.857 6.857 34.286 23.429 44v1.714c-38.857 12.571-64.571 37.143-64.571 79.429 0 72.571 69.143 93.143 129.714 93.143 73.143 0 128-26.857 128-107.429 0-57.143-52-74.286-99.429-82.857-16-2.857-43.429-14.286-43.429-34.286 0-18.857 10.286-26.857 28-29.714 58.286-11.429 95.429-56.571 95.429-116.571 0-10.286-2.286-20-5.714-29.714 9.143-2.286 18.857-4.571 28-7.429zM440.571 686.857h78.286c-1.143-15.429-1.143-31.429-1.143-46.857v-221.143c0-13.143 0-26.286 1.143-39.429h-78.286c1.714 13.143 1.714 27.429 1.714 40.571v224c0 14.286 0 28.571-1.714 42.857zM731.429 677.714v-69.143c-11.429 8-25.143 12-38.857 12-25.714 0-30.286-25.714-30.286-46.857v-128.571h29.714c10.286 0 20 1.143 30.286 1.143v-66.857h-60c0-19.429-1.143-38.857 1.714-58.286h-80c1.714 10.286 2.286 20.571 2.286 31.429v26.857h-34.286v66.857c6.857-0.571 13.714-1.714 21.143-1.714 4 0 8.571 0.571 13.143 0.571v1.143h-1.143v124c0 61.714 9.143 121.143 84.571 121.143 21.143 0 42.857-3.429 61.714-13.714zM528 274.286c0-26.857-20-52-48-52s-48.571 24.571-48.571 52c0 26.857 21.143 50.857 48.571 50.857s48-24.571 48-50.857zM877.714 246.857v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"
|
1162 |
-
],
|
1163 |
-
"width": 878,
|
1164 |
-
"isMulticolor": false,
|
1165 |
-
"isMulticolor2": false,
|
1166 |
-
"tags": [
|
1167 |
-
"git-square"
|
1168 |
-
],
|
1169 |
-
"defaultCode": 61906,
|
1170 |
-
"grid": 0,
|
1171 |
-
"attrs": [],
|
1172 |
-
"colorPermutations": {
|
1173 |
-
"10118231255255255187878719117221": []
|
1174 |
-
}
|
1175 |
-
},
|
1176 |
-
"attrs": [],
|
1177 |
-
"properties": {
|
1178 |
-
"id": 32,
|
1179 |
-
"order": 29,
|
1180 |
-
"ligatures": "",
|
1181 |
-
"prevSize": 32,
|
1182 |
-
"code": 61906,
|
1183 |
-
"name": "git-square"
|
1184 |
-
},
|
1185 |
-
"setIdx": 0,
|
1186 |
-
"setId": 0,
|
1187 |
-
"iconIdx": 34
|
1188 |
-
},
|
1189 |
-
{
|
1190 |
-
"icon": {
|
1191 |
-
"paths": [
|
1192 |
-
"M340 874.286c0-50.286-55.429-57.143-94.286-57.143-40.571 0-90.286 8.571-90.286 59.429 0 51.429 58.857 57.714 98.286 57.714 41.714 0 86.286-10.286 86.286-60zM306.286 442.857c0-42.857-20.571-81.714-68-81.714-52.571 0-70.857 34.857-70.857 82.857 0 47.429 20.571 77.143 70.857 77.143 49.714 0 68-32 68-78.286zM460 257.714v115.429c-14.857 5.143-29.714 9.143-45.143 12.571 5.714 15.429 9.143 31.429 9.143 48 0 96.571-59.429 170.286-154.286 188-28.571 5.714-45.143 17.714-45.143 48.571 0 87.429 230.857 28 230.857 189.143 0 130.857-88.571 173.714-207.429 173.714-97.714 0-209.143-32.571-209.143-150.286 0-68.571 41.714-108 104-128.571v-2.286c-26.286-16-38.286-41.143-38.286-72 0-29.143 6.286-65.143 36-78.286v-2.286c-57.714-19.429-95.429-98.857-95.429-156.571 0-106.857 82.857-185.143 188.571-185.143 35.429 0 70.857 9.143 101.714 26.857 42.857 0 85.143-11.429 124.571-26.857zM641.714 761.143h-126.857c2.286-25.714 2.286-50.857 2.286-76.571v-348c0-24.571 0.571-49.143-2.286-73.143h126.857c-2.857 23.429-2.286 47.429-2.286 70.857v350.286c0 25.714 0 50.857 2.286 76.571zM985.143 634.286v112c-30.286 16.571-65.143 22.286-99.429 22.286-122.286 0-136.571-96.571-136.571-196v-200.571h1.143v-2.286c-7.429 0-14.286-1.143-21.143-1.143-11.429 0-22.857 1.714-33.714 3.429v-108.571h54.857v-43.429c0-17.143-0.571-34.286-3.429-50.857h129.714c-4.571 31.429-3.429 62.857-3.429 94.286h97.714v108.571c-16.571 0-33.143-2.286-49.143-2.286h-48.571v208.571c0 33.714 7.429 74.857 49.714 74.857 22.286 0 44-6.286 62.286-18.857zM656 93.143c0 42.857-33.143 82.857-77.143 82.857-45.143 0-78.857-39.429-78.857-82.857 0-44 33.143-84 78.857-84 45.143 0 77.143 41.143 77.143 84z"
|
1193 |
-
],
|
1194 |
-
"isMulticolor": false,
|
1195 |
-
"isMulticolor2": false,
|
1196 |
-
"tags": [
|
1197 |
-
"git"
|
1198 |
-
],
|
1199 |
-
"defaultCode": 61907,
|
1200 |
-
"grid": 0,
|
1201 |
-
"attrs": [],
|
1202 |
-
"colorPermutations": {
|
1203 |
-
"10118231255255255187878719117221": []
|
1204 |
-
}
|
1205 |
-
},
|
1206 |
-
"attrs": [],
|
1207 |
-
"properties": {
|
1208 |
-
"id": 33,
|
1209 |
-
"order": 30,
|
1210 |
-
"ligatures": "",
|
1211 |
-
"prevSize": 32,
|
1212 |
-
"code": 61907,
|
1213 |
-
"name": "git"
|
1214 |
-
},
|
1215 |
-
"setIdx": 0,
|
1216 |
-
"setId": 0,
|
1217 |
-
"iconIdx": 35
|
1218 |
-
},
|
1219 |
-
{
|
1220 |
-
"icon": {
|
1221 |
-
"paths": [
|
1222 |
-
"M154.286 469.714c-4-9.714-4.571-19.429-4.571-29.714 0-16 10.286-41.714 20-53.714-0.571-14.857 5.714-45.143 17.143-54.857 0-105.714 81.714-238.857 177.143-284.571 58.857-28 120.571-37.714 185.143-37.714 50.286 0 105.143 12 152 31.429 134.286 56.571 164.571 161.714 193.143 296l0.571 2.857c16.571 25.143 31.429 54.857 31.429 85.714 0 15.429-10.286 30.857-10.286 44.571 0 1.143 3.429 5.714 4 6.857 49.143 72.571 93.714 151.429 93.714 241.714 0 20-10.857 89.714-42.857 89.714-22.286 0-46.857-54.286-54.857-69.143-0.571-0.571-1.143-0.571-1.714-0.571l-2.857 2.286c-18.286 47.429-38.286 92-75.429 127.429 32.571 31.429 85.143 28.571 94.857 82.857-2.857 6.286-1.714 13.143-6.286 19.429-32.571 49.143-120 55.429-172.571 55.429-69.714 0-126.286-18.286-192-37.714-13.714-4-34.286-1.714-49.143-3.429-34.857 38.286-120 48.571-169.143 48.571-43.429 0-211.429-2.857-211.429-77.143 0-32 6.857-41.143 29.143-61.714 17.714-3.429 30.857-13.143 51.429-14.286 2.857 0 5.143-0.571 8-1.143 0.571-0.571 1.143-0.571 1.143-2.286l-1.143-1.714c-39.429-9.143-94.857-108.571-103.429-149.714l-2.857-1.714c-4 0-5.714 8.571-6.857 11.429-12.571 29.143-42.286 60.571-75.429 64h-0.571c-4.571 0-2.857-4.571-6.286-5.714-8-18.857-13.143-36-13.143-57.143 0-114.286 54.857-198.857 144-266.286z"
|
1223 |
-
],
|
1224 |
-
"isMulticolor": false,
|
1225 |
-
"isMulticolor2": false,
|
1226 |
-
"tags": [
|
1227 |
-
"qq"
|
1228 |
-
],
|
1229 |
-
"defaultCode": 61910,
|
1230 |
-
"grid": 0,
|
1231 |
-
"attrs": [],
|
1232 |
-
"colorPermutations": {
|
1233 |
-
"10118231255255255187878719117221": []
|
1234 |
-
}
|
1235 |
-
},
|
1236 |
-
"attrs": [],
|
1237 |
-
"properties": {
|
1238 |
-
"id": 34,
|
1239 |
-
"order": 31,
|
1240 |
-
"ligatures": "",
|
1241 |
-
"prevSize": 32,
|
1242 |
-
"code": 61910,
|
1243 |
-
"name": "qq"
|
1244 |
-
},
|
1245 |
-
"setIdx": 0,
|
1246 |
-
"setId": 0,
|
1247 |
-
"iconIdx": 36
|
1248 |
-
},
|
1249 |
-
{
|
1250 |
-
"icon": {
|
1251 |
-
"paths": [
|
1252 |
-
"M438.857 155.429c-201.714 0-365.714 164-365.714 365.714s164 365.714 365.714 365.714 365.714-164 365.714-365.714-164-365.714-365.714-365.714zM877.714 521.143c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857v0c242.286 0 438.857 196.571 438.857 438.857z"
|
1253 |
-
],
|
1254 |
-
"width": 878,
|
1255 |
-
"isMulticolor": false,
|
1256 |
-
"isMulticolor2": false,
|
1257 |
-
"tags": [
|
1258 |
-
"circle-thin"
|
1259 |
-
],
|
1260 |
-
"defaultCode": 61915,
|
1261 |
-
"grid": 0,
|
1262 |
-
"attrs": [],
|
1263 |
-
"colorPermutations": {
|
1264 |
-
"10118231255255255187878719117221": []
|
1265 |
-
}
|
1266 |
-
},
|
1267 |
-
"attrs": [],
|
1268 |
-
"properties": {
|
1269 |
-
"id": 35,
|
1270 |
-
"order": 32,
|
1271 |
-
"ligatures": "",
|
1272 |
-
"prevSize": 32,
|
1273 |
-
"code": 61915,
|
1274 |
-
"name": "circle-thin"
|
1275 |
-
},
|
1276 |
-
"setIdx": 0,
|
1277 |
-
"setId": 0,
|
1278 |
-
"iconIdx": 37
|
1279 |
-
},
|
1280 |
-
{
|
1281 |
-
"icon": {
|
1282 |
-
"paths": [
|
1283 |
-
"M694.857 594.286c101.143 0 182.857 81.714 182.857 182.857s-81.714 182.857-182.857 182.857-182.857-81.714-182.857-182.857c0-6.286 0.571-13.143 1.143-19.429l-205.714-102.857c-32.571 30.286-76.571 49.143-124.571 49.143-101.143 0-182.857-81.714-182.857-182.857s81.714-182.857 182.857-182.857c48 0 92 18.857 124.571 49.143l205.714-102.857c-0.571-6.286-1.143-13.143-1.143-19.429 0-101.143 81.714-182.857 182.857-182.857s182.857 81.714 182.857 182.857-81.714 182.857-182.857 182.857c-48 0-92-18.857-124.571-49.143l-205.714 102.857c0.571 6.286 1.143 13.143 1.143 19.429s-0.571 13.143-1.143 19.429l205.714 102.857c32.571-30.286 76.571-49.143 124.571-49.143z"
|
1284 |
-
],
|
1285 |
-
"width": 878,
|
1286 |
-
"isMulticolor": false,
|
1287 |
-
"isMulticolor2": false,
|
1288 |
-
"tags": [
|
1289 |
-
"share-alt"
|
1290 |
-
],
|
1291 |
-
"defaultCode": 61920,
|
1292 |
-
"grid": 0,
|
1293 |
-
"attrs": [],
|
1294 |
-
"colorPermutations": {
|
1295 |
-
"10118231255255255187878719117221": []
|
1296 |
-
}
|
1297 |
-
},
|
1298 |
-
"attrs": [],
|
1299 |
-
"properties": {
|
1300 |
-
"id": 36,
|
1301 |
-
"order": 33,
|
1302 |
-
"ligatures": "",
|
1303 |
-
"prevSize": 32,
|
1304 |
-
"code": 61920,
|
1305 |
-
"name": "share-alt"
|
1306 |
-
},
|
1307 |
-
"setIdx": 0,
|
1308 |
-
"setId": 0,
|
1309 |
-
"iconIdx": 38
|
1310 |
-
},
|
1311 |
-
{
|
1312 |
-
"icon": {
|
1313 |
-
"paths": [
|
1314 |
-
"M512 257.143v248h-82.857v-248h82.857zM739.429 257.143v248h-82.857v-248h82.857zM739.429 691.429l144.571-145.143v-454.286h-682.286v599.429h186.286v124l124-124h227.429zM966.857 9.143v578.857l-248 248h-186.286l-124 124h-124v-124h-227.429v-661.714l62.286-165.143h847.429z"
|
1315 |
-
],
|
1316 |
-
"isMulticolor": false,
|
1317 |
-
"isMulticolor2": false,
|
1318 |
-
"tags": [
|
1319 |
-
"twitch"
|
1320 |
-
],
|
1321 |
-
"defaultCode": 61928,
|
1322 |
-
"grid": 0,
|
1323 |
-
"attrs": [],
|
1324 |
-
"colorPermutations": {
|
1325 |
-
"10118231255255255187878719117221": []
|
1326 |
-
}
|
1327 |
-
},
|
1328 |
-
"attrs": [],
|
1329 |
-
"properties": {
|
1330 |
-
"id": 37,
|
1331 |
-
"order": 34,
|
1332 |
-
"ligatures": "",
|
1333 |
-
"prevSize": 32,
|
1334 |
-
"code": 61928,
|
1335 |
-
"name": "twitch"
|
1336 |
-
},
|
1337 |
-
"setIdx": 0,
|
1338 |
-
"setId": 0,
|
1339 |
-
"iconIdx": 39
|
1340 |
-
},
|
1341 |
-
{
|
1342 |
-
"icon": {
|
1343 |
-
"paths": [
|
1344 |
-
"M562.857 565.714c9.714 0 102.857 48.571 106.857 55.429 1.143 2.857 1.143 6.286 1.143 8.571 0 14.286-4.571 30.286-9.714 43.429-13.143 32-66.286 52.571-98.857 52.571-27.429 0-84-24-108.571-35.429-81.714-37.143-132.571-100.571-181.714-173.143-21.714-32-41.143-71.429-40.571-110.857v-4.571c1.143-37.714 14.857-64.571 42.286-90.286 8.571-8 17.714-12.571 29.714-12.571 6.857 0 13.714 1.714 21.143 1.714 15.429 0 18.286 4.571 24 19.429 4 9.714 33.143 87.429 33.143 93.143 0 21.714-39.429 46.286-39.429 59.429 0 2.857 1.143 5.714 2.857 8.571 12.571 26.857 36.571 57.714 58.286 78.286 26.286 25.143 54.286 41.714 86.286 57.714 4 2.286 8 4 12.571 4 17.143 0 45.714-55.429 60.571-55.429zM446.857 868.572c197.714 0 358.857-161.143 358.857-358.857s-161.143-358.857-358.857-358.857-358.857 161.143-358.857 358.857c0 75.429 24 149.143 68.571 210.286l-45.143 133.143 138.286-44c58.286 38.286 127.429 59.429 197.143 59.429zM446.857 78.857c237.714 0 430.857 193.143 430.857 430.857s-193.143 430.857-430.857 430.857c-72.571 0-144.571-18.286-208.571-53.714l-238.286 76.571 77.714-231.429c-40.571-66.857-61.714-144-61.714-222.286 0-237.714 193.143-430.857 430.857-430.857z"
|
1345 |
-
],
|
1346 |
-
"width": 878,
|
1347 |
-
"isMulticolor": false,
|
1348 |
-
"isMulticolor2": false,
|
1349 |
-
"tags": [
|
1350 |
-
"whatsapp"
|
1351 |
-
],
|
1352 |
-
"defaultCode": 62002,
|
1353 |
-
"grid": 0,
|
1354 |
-
"attrs": [],
|
1355 |
-
"colorPermutations": {
|
1356 |
-
"10118231255255255187878719117221": []
|
1357 |
-
}
|
1358 |
-
},
|
1359 |
-
"attrs": [],
|
1360 |
-
"properties": {
|
1361 |
-
"id": 38,
|
1362 |
-
"order": 35,
|
1363 |
-
"ligatures": "",
|
1364 |
-
"prevSize": 32,
|
1365 |
-
"code": 62002,
|
1366 |
-
"name": "whatsapp"
|
1367 |
-
},
|
1368 |
-
"setIdx": 0,
|
1369 |
-
"setId": 0,
|
1370 |
-
"iconIdx": 40
|
1371 |
-
},
|
1372 |
-
{
|
1373 |
-
"icon": {
|
1374 |
-
"paths": [
|
1375 |
-
"M730.857 665.143c0-8-4.571-13.714-12.571-15.429-52-11.429-91.429-47.429-113.143-95.429-1.714-4.571-4-9.143-4-14.286 0-25.714 71.429-20.571 71.429-57.143 0-15.429-18.857-25.143-32.571-25.143-13.143 0-23.429 9.143-36 9.143-2.286 0-4.571-0.571-6.857-1.143 1.143-21.714 2.857-43.429 2.857-65.143 0-20-1.143-47.429-9.714-65.143-27.429-59.429-80.571-94.286-145.714-94.286-71.429 0-125.714 26.286-157.143 94.286-8.571 17.714-9.714 45.143-9.714 65.143 0 21.714 1.714 43.429 2.857 65.143-2.286 1.143-5.143 1.143-8 1.143-13.143 0-23.429-8.571-35.429-8.571-14.286 0-32 9.143-32 25.143 0 35.429 71.429 30.857 71.429 56.571 0 5.143-2.286 9.714-4 14.286-22.286 48-60.571 84-113.143 95.429-8 1.714-12.571 7.429-12.571 15.429 0 26.286 60.571 36 78.286 38.857 5.143 13.714 2.857 37.714 23.429 37.714 14.286 0 28.571-5.143 44-5.143 60 0 76 54.286 145.714 54.286 72.571 0 86.286-54.286 146.857-54.286 15.429 0 29.714 4.571 44.571 4.571 20 0 17.714-24 22.857-37.143 17.714-2.857 78.286-12.571 78.286-38.857zM877.714 521.143c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z"
|
1376 |
-
],
|
1377 |
-
"width": 878,
|
1378 |
-
"isMulticolor": false,
|
1379 |
-
"isMulticolor2": false,
|
1380 |
-
"tags": [
|
1381 |
-
"snapchat"
|
1382 |
-
],
|
1383 |
-
"defaultCode": 62123,
|
1384 |
-
"grid": 0,
|
1385 |
-
"attrs": [],
|
1386 |
-
"colorPermutations": {
|
1387 |
-
"10118231255255255187878719117221": []
|
1388 |
-
}
|
1389 |
-
},
|
1390 |
-
"attrs": [],
|
1391 |
-
"properties": {
|
1392 |
-
"id": 39,
|
1393 |
-
"order": 36,
|
1394 |
-
"ligatures": "",
|
1395 |
-
"prevSize": 32,
|
1396 |
-
"code": 62123,
|
1397 |
-
"name": "snapchat"
|
1398 |
-
},
|
1399 |
-
"setIdx": 0,
|
1400 |
-
"setId": 0,
|
1401 |
-
"iconIdx": 41
|
1402 |
-
},
|
1403 |
-
{
|
1404 |
-
"icon": {
|
1405 |
-
"paths": [
|
1406 |
-
"M484.571 82.286c102.857-1.143 188 56.571 230.857 149.143 13.143 28 15.429 71.429 15.429 102.286 0 36.571-2.857 72.571-5.143 109.143 4.571 2.286 10.857 4 16 4 20.571 0 37.714-15.429 58.286-15.429 19.429 0 47.429 13.714 47.429 36.571 0 54.857-114.857 44.571-114.857 92.571 0 8.571 3.429 16.571 6.857 24.571 27.429 60 79.429 117.714 141.143 143.429 14.857 6.286 29.714 9.714 45.714 13.143 10.286 2.286 16 9.714 16 20 0 38.857-98.857 54.857-125.143 58.857-11.429 17.714-2.857 59.429-33.143 59.429-23.429 0-46.857-7.429-72-7.429-12 0-24 0.571-35.429 2.857-68 11.429-90.857 84.571-202.286 84.571-107.429 0-133.143-73.143-199.429-84.571-12-2.286-24-2.857-36-2.857-25.714 0-50.286 8.571-70.857 8.571-32 0-22.286-42.286-34.286-60.571-26.286-4-125.143-20-125.143-58.857 0-10.286 5.714-17.714 16-20 16-3.429 30.857-6.857 45.714-13.143 61.143-25.143 114.286-83.429 141.143-143.429 3.429-8 6.857-16 6.857-24.571 0-48-115.429-38.857-115.429-92 0-22.286 26.286-36.571 46.286-36.571 17.714 0 35.429 14.857 57.714 14.857 6.286 0 12.571-1.143 18.286-4-2.286-36-5.143-72-5.143-108.571 0-30.857 2.286-74.857 15.429-102.857 50.286-108.571 135.429-148 249.143-149.143z"
|
1407 |
-
],
|
1408 |
-
"width": 951,
|
1409 |
-
"isMulticolor": false,
|
1410 |
-
"isMulticolor2": false,
|
1411 |
-
"tags": [
|
1412 |
-
"snapchat-ghost"
|
1413 |
-
],
|
1414 |
-
"defaultCode": 62124,
|
1415 |
-
"grid": 0,
|
1416 |
-
"attrs": [],
|
1417 |
-
"colorPermutations": {
|
1418 |
-
"10118231255255255187878719117221": []
|
1419 |
-
}
|
1420 |
-
},
|
1421 |
-
"attrs": [],
|
1422 |
-
"properties": {
|
1423 |
-
"id": 40,
|
1424 |
-
"order": 37,
|
1425 |
-
"ligatures": "",
|
1426 |
-
"prevSize": 32,
|
1427 |
-
"code": 62124,
|
1428 |
-
"name": "snapchat-ghost"
|
1429 |
-
},
|
1430 |
-
"setIdx": 0,
|
1431 |
-
"setId": 0,
|
1432 |
-
"iconIdx": 42
|
1433 |
-
},
|
1434 |
-
{
|
1435 |
-
"icon": {
|
1436 |
-
"paths": [
|
1437 |
-
"M731.429 665.143c0-8-4.571-13.714-12.571-15.429-52-10.857-91.429-47.429-113.143-95.429-2.286-4.571-4-9.143-4-14.286 0-25.714 70.857-20.571 70.857-57.143 0-15.429-18.857-25.143-32.571-25.143-12.571 0-22.857 9.143-36 9.143-2.286 0-4.571-0.571-6.857-1.143 1.714-21.714 2.857-44 2.857-65.714 0-19.429-1.143-46.857-9.714-65.143-27.429-59.429-80-94.286-145.714-94.286-71.429 0-125.714 26.857-157.143 94.286-8.571 18.286-10.286 45.714-10.286 65.714 0 21.714 1.714 43.429 3.429 65.143-2.857 0.571-5.714 1.143-8.571 1.143-12.571 0-23.429-9.143-35.429-9.143-14.286 0-31.429 9.714-31.429 25.714 0 35.429 70.857 30.857 70.857 56.571 0 5.143-1.714 9.714-4 14.286-22.286 48-60.571 84-113.143 95.429-8 1.714-12.571 7.429-12.571 15.429 0 26.857 60.571 36.571 78.857 39.429 5.143 13.714 2.857 37.714 22.857 37.714 14.857 0 29.143-5.714 44-5.714 60.571 0 76.571 54.286 146.286 54.286 72.571 0 86.286-54.286 147.429-54.286 14.857 0 29.714 5.143 44.571 5.143 19.429 0 17.714-24 22.286-37.143 18.286-2.857 78.857-12.571 78.857-39.429zM877.714 246.857v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"
|
1438 |
-
],
|
1439 |
-
"width": 878,
|
1440 |
-
"isMulticolor": false,
|
1441 |
-
"isMulticolor2": false,
|
1442 |
-
"tags": [
|
1443 |
-
"snapchat-square"
|
1444 |
-
],
|
1445 |
-
"defaultCode": 62125,
|
1446 |
-
"grid": 0,
|
1447 |
-
"attrs": [],
|
1448 |
-
"colorPermutations": {
|
1449 |
-
"10118231255255255187878719117221": []
|
1450 |
-
}
|
1451 |
-
},
|
1452 |
-
"attrs": [],
|
1453 |
-
"properties": {
|
1454 |
-
"id": 41,
|
1455 |
-
"order": 38,
|
1456 |
-
"ligatures": "",
|
1457 |
-
"prevSize": 32,
|
1458 |
-
"code": 62125,
|
1459 |
-
"name": "snapchat-square"
|
1460 |
-
},
|
1461 |
-
"setIdx": 0,
|
1462 |
-
"setId": 0,
|
1463 |
-
"iconIdx": 43
|
1464 |
-
},
|
1465 |
-
{
|
1466 |
-
"icon": {
|
1467 |
-
"paths": [
|
1468 |
-
"M679.429 756l84-396c7.429-34.857-12.571-48.571-35.429-40l-493.714 190.286c-33.714 13.143-33.143 32-5.714 40.571l126.286 39.429 293.143-184.571c13.714-9.143 26.286-4 16 5.143l-237.143 214.286-9.143 130.286c13.143 0 18.857-5.714 25.714-12.571l61.714-59.429 128 94.286c23.429 13.143 40 6.286 46.286-21.714zM1024 521.143c0 282.857-229.143 512-512 512s-512-229.143-512-512 229.143-512 512-512 512 229.143 512 512z"
|
1469 |
-
],
|
1470 |
-
"isMulticolor": false,
|
1471 |
-
"isMulticolor2": false,
|
1472 |
-
"tags": [
|
1473 |
-
"telegram"
|
1474 |
-
],
|
1475 |
-
"defaultCode": 62150,
|
1476 |
-
"grid": 0,
|
1477 |
-
"attrs": [],
|
1478 |
-
"colorPermutations": {
|
1479 |
-
"10118231255255255187878719117221": []
|
1480 |
-
}
|
1481 |
-
},
|
1482 |
-
"attrs": [],
|
1483 |
-
"properties": {
|
1484 |
-
"id": 42,
|
1485 |
-
"order": 39,
|
1486 |
-
"ligatures": "",
|
1487 |
-
"prevSize": 32,
|
1488 |
-
"code": 62150,
|
1489 |
-
"name": "telegram"
|
1490 |
-
},
|
1491 |
-
"setIdx": 0,
|
1492 |
-
"setId": 0,
|
1493 |
-
"iconIdx": 44
|
1494 |
-
}
|
1495 |
-
],
|
1496 |
-
"height": 1024,
|
1497 |
-
"metadata": {
|
1498 |
-
"name": "icomoon"
|
1499 |
-
},
|
1500 |
-
"preferences": {
|
1501 |
-
"showGlyphs": true,
|
1502 |
-
"showCodes": true,
|
1503 |
-
"showQuickUse": true,
|
1504 |
-
"showQuickUse2": true,
|
1505 |
-
"showSVGs": true,
|
1506 |
-
"fontPref": {
|
1507 |
-
"prefix": "kicon-",
|
1508 |
-
"metadata": {
|
1509 |
-
"fontFamily": "icomoon",
|
1510 |
-
"majorVersion": 1,
|
1511 |
-
"minorVersion": 0
|
1512 |
-
},
|
1513 |
-
"metrics": {
|
1514 |
-
"emSize": 1024,
|
1515 |
-
"baseline": 6.25,
|
1516 |
-
"whitespace": 50
|
1517 |
-
},
|
1518 |
-
"embed": false,
|
1519 |
-
"showSelector": true
|
1520 |
-
},
|
1521 |
-
"imagePref": {
|
1522 |
-
"prefix": "icon-",
|
1523 |
-
"png": true,
|
1524 |
-
"useClassSelector": true,
|
1525 |
-
"color": 0,
|
1526 |
-
"bgColor": 16777215
|
1527 |
-
},
|
1528 |
-
"historySize": 50
|
1529 |
-
}
|
1530 |
}
|
1 |
+
{
|
2 |
+
"IcoMoonType": "selection",
|
3 |
+
"icons": [
|
4 |
+
{
|
5 |
+
"icon": {
|
6 |
+
"paths": [
|
7 |
+
"M877.784 253.993c0.243-63.985 0.243-126.388 0.243-189.643h-540.83v319.559h-157.529v190.008h158.137v332.697c0 27.248-0.365 54.497 0.243 81.502h202.051v-414.928h238.422v-189.765h-191.225c-15.814 0-31.506 0.365-47.076-0.365v-128.943h337.562zM746.165 400.939c3.893 0 8.272-0.973 11.799 0.365 3.163 1.095 6.204 4.258 7.907 7.542 1.338 2.311 0.608 5.839 0.608 8.88v127.483c0 16.665-1.338 17.882-18.003 17.882h-223.825v391.451c0 4.501 0.73 9.245-0.608 13.381-0.973 3.163-4.866 8.029-7.177 7.907-3.528-0.365-7.664-3.771-9.732-6.934-1.703-2.433-0.73-6.812-0.73-10.34v-403.372c0.243-6.325 3.406-10.34 10.096-10.34h229.056c3.406-11.313 4.136-105.344 0.973-125.78h-216.648c-3.528 0-6.934 0.243-10.461 0-9.975-0.608-12.408-2.798-12.894-12.408-0.243-2.068 0-3.893 0-5.961v-160.449c0-17.273 1.095-18.247 19.098-18.247h298.393c5.596 0.243 11.070 0.243 18.368 0.243v-117.387c0-3.041-0.608-6.569 0.973-8.88 2.068-2.798 5.839-6.204 8.88-6.204 2.798 0 6.204 3.893 7.907 6.934 1.338 2.311 0.608 5.839 0.608 8.88v118.481c0 15.206-0.973 15.935-16.3 15.935h-318.951v160.935h220.662z",
|
8 |
+
"M851.995 105.709v118.481c0 15.206-0.973 15.935-16.3 15.935h-318.708v160.935h220.662c3.893 0 8.272-0.973 11.799 0.365 3.163 1.095 6.204 4.258 7.907 7.542 1.338 2.311 0.608 5.839 0.608 8.88v127.483c0 16.665-1.338 17.882-18.003 17.882h-223.825v391.451c0 4.501 0.73 9.245-0.608 13.381-0.973 3.163-4.866 8.029-7.177 7.907-3.528-0.365-7.664-3.771-9.732-6.934-1.703-2.433-0.73-6.812-0.73-10.34v-403.493c0.243-6.325 3.406-10.34 10.096-10.34h229.056c3.406-11.313 4.136-105.344 0.973-125.78h-216.648c-3.528 0-6.934 0.243-10.461 0-9.975-0.608-12.408-2.798-12.894-12.408-0.243-2.068 0-3.893 0-5.961v-160.449c0-17.273 1.095-18.247 19.098-18.247h298.393c5.596 0.243 11.070 0.243 18.368 0.243v-117.387c0-3.041-0.608-6.569 0.973-8.88 2.068-2.798 5.839-6.204 8.88-6.204 2.798 0 6.204 3.893 7.907 6.934 1.095 2.433 0.365 5.961 0.365 9.002z"
|
9 |
+
],
|
10 |
+
"attrs": [
|
11 |
+
{
|
12 |
+
"fill": "rgb(255, 255, 255)"
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"fill": "rgb(87, 87, 87)"
|
16 |
+
}
|
17 |
+
],
|
18 |
+
"isMulticolor": true,
|
19 |
+
"isMulticolor2": false,
|
20 |
+
"grid": 0,
|
21 |
+
"tags": [
|
22 |
+
"f"
|
23 |
+
],
|
24 |
+
"colorPermutations": {
|
25 |
+
"10118231255255255187878719117221": [
|
26 |
+
{
|
27 |
+
"f": 3
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"f": 2
|
31 |
+
}
|
32 |
+
]
|
33 |
+
}
|
34 |
+
},
|
35 |
+
"attrs": [
|
36 |
+
{
|
37 |
+
"fill": "rgb(255, 255, 255)"
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"fill": "rgb(87, 87, 87)"
|
41 |
+
}
|
42 |
+
],
|
43 |
+
"properties": {
|
44 |
+
"order": 49,
|
45 |
+
"id": 45,
|
46 |
+
"name": "fintel-simple",
|
47 |
+
"prevSize": 32,
|
48 |
+
"code": 59655,
|
49 |
+
"codes": [
|
50 |
+
59655,
|
51 |
+
59656
|
52 |
+
]
|
53 |
+
},
|
54 |
+
"setIdx": 0,
|
55 |
+
"setId": 0,
|
56 |
+
"iconIdx": 0
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"icon": {
|
60 |
+
"paths": [
|
61 |
+
"M155.583 164.584c16.057-17.638 34.182-33.087 53.037-47.563 65.931-50.361 139.891-82.353 221.757-95.612 50.604-8.272 101.451-9.002 152.055-0.73 152.055 24.572 268.833 102.789 350.457 233.070 36.128 57.659 58.511 120.793 67.026 188.305 19.098 151.447-21.166 285.377-122.496 399.479-73.838 83.083-166.531 134.417-275.767 155.461-43.184 8.272-86.611 10.705-130.402 7.177-45.008-3.528-88.922-12.894-131.376-28.465-1.703-0.608-3.284-1.338-5.109-2.19 0-117.022 0-233.8 0-350.578 0.243-0.243 0.487-0.365 0.608-0.487 0.243-0.122 0.365-0.365 0.608-0.487 0.487-0.122 0.973-0.243 1.581-0.243 0.487 0 0.973 0 1.581 0 69.337 0 138.553-0.122 207.89-0.243 0.243 0 0.487-0.122 1.216-0.487 0-55.956 0-112.156 0-168.842-71.040 0-141.715 0-212.391 0-1.703-6.082-2.311-97.194-0.852-114.954 100.356 0 200.713 0 301.556 0 0-57.051 0-113.251 0-170.423-3.163 0-6.204 0-9.123 0-154.123 0-308.124 0-462.248 0-3.041 0-6.204-0.243-9.245-0.365-0.243-0.365-0.243-1.095-0.365-1.825z",
|
62 |
+
"M321.749 325.155c0 48.049 0 95.126 0 142.81 3.163 0 5.839 0 8.637 0 63.863 0 127.726 0 191.589 0 2.068 0 4.136-0.122 6.204 0 5.596 0.487 8.393 3.284 8.758 8.88 0.122 2.068-0.122 4.136-0.122 6.204 0 39.291 0 78.582 0 117.873 0 9.367-2.311 11.678-12.043 11.678-64.35 0-128.699 0-193.171 0-3.041 0-6.204 0-10.218 0 0 118.725 0 236.963 0 356.417-6.082-2.555-11.070-4.501-16.3-6.69-0.122-2.433-0.365-4.744-0.365-6.934 0-115.562 0-231.124 0-346.686 0-10.096 2.19-12.164 12.286-12.164 64.593 0 129.308 0 193.901 0 2.798 0 5.596 0 8.88 0 0-37.345 0-74.203 0-111.669-2.19-0.122-4.379-0.487-6.69-0.487-65.445 0-130.767 0-196.212 0-1.581 0-3.163 0.243-4.622 0-4.622-0.73-7.177-3.528-7.542-8.393-0.122-1.338 0-2.555 0-3.893 0-50.117 0-100.356 0-150.474 0-1.825-0.122-3.649 0.122-5.474 0.608-4.014 2.919-6.447 7.055-7.055 2.311-0.365 4.622-0.122 6.934-0.122 92.085 0 184.048 0 276.132 0 2.798 0 5.596 0 9.367 0 0.122-3.528 0.365-6.569 0.365-9.488 0-31.749 0-63.62 0-95.369 0-2.555 0-5.231 0.487-7.664 0.73-4.014 3.771-6.325 7.664-6.325 3.649 0 7.055 2.555 7.785 6.325 0.365 1.946 0.243 4.136 0.243 6.204 0 36.98 0 73.96 0 110.939 0 9.488-2.311 11.678-11.921 11.678-92.571 0-185.142 0-277.713 0-2.676-0.122-5.839-0.122-9.488-0.122z",
|
63 |
+
"M154.245 166.652c-0.122 3.406-0.243 6.69-0.243 10.096 0 88.679 0 177.235 0 265.914 0 2.798 0 5.596 0 9.002-45.495 0-90.503 0-136.241 0 1.216-8.393 2.068-16.544 3.528-24.572 17.152-97.437 59.241-182.588 126.632-254.966 1.825-1.946 4.258-3.528 6.325-5.231 0.122 0 0-0.243 0-0.243z",
|
64 |
+
"M153.515 854.793c-63.62-66.783-105.344-143.418-126.388-231.489 5.839-1.703 116.048-2.19 126.388-0.608 0 76.757 0 153.515 0 232.097z",
|
65 |
+
"M155.583 164.584c0.122 0.73 0.122 1.46 0.243 2.068-0.487 0-1.095 0-1.581 0 0 0 0.122 0.122 0.122 0.122 0.365-0.608 0.852-1.46 1.216-2.19z"
|
66 |
+
],
|
67 |
+
"attrs": [
|
68 |
+
{
|
69 |
+
"fill": "rgb(9, 117, 22)"
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"fill": "rgb(87, 87, 87)"
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"fill": "rgb(10, 118, 23)"
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"fill": "rgb(10, 118, 23)"
|
79 |
+
},
|
80 |
+
{
|
81 |
+
"fill": "rgb(10, 118, 23)"
|
82 |
+
}
|
83 |
+
],
|
84 |
+
"isMulticolor": true,
|
85 |
+
"isMulticolor2": false,
|
86 |
+
"grid": 0,
|
87 |
+
"tags": [
|
88 |
+
"f2"
|
89 |
+
],
|
90 |
+
"colorPermutations": {
|
91 |
+
"10118231255255255187878719117221": [
|
92 |
+
{
|
93 |
+
"f": 0
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"f": 2
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"f": 1
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"f": 1
|
103 |
+
},
|
104 |
+
{
|
105 |
+
"f": 1
|
106 |
+
}
|
107 |
+
]
|
108 |
+
}
|
109 |
+
},
|
110 |
+
"attrs": [
|
111 |
+
{
|
112 |
+
"fill": "rgb(9, 117, 22)"
|
113 |
+
},
|
114 |
+
{
|
115 |
+
"fill": "rgb(87, 87, 87)"
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"fill": "rgb(10, 118, 23)"
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"fill": "rgb(10, 118, 23)"
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"fill": "rgb(10, 118, 23)"
|
125 |
+
}
|
126 |
+
],
|
127 |
+
"properties": {
|
128 |
+
"order": 3,
|
129 |
+
"id": 44,
|
130 |
+
"name": "fintel",
|
131 |
+
"prevSize": 32,
|
132 |
+
"code": 59648,
|
133 |
+
"codes": [
|
134 |
+
59648,
|
135 |
+
59649,
|
136 |
+
59650,
|
137 |
+
59651,
|
138 |
+
59652
|
139 |
+
]
|
140 |
+
},
|
141 |
+
"setIdx": 0,
|
142 |
+
"setId": 0,
|
143 |
+
"iconIdx": 1
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"icon": {
|
147 |
+
"paths": [
|
148 |
+
"M989.088 32.357c0 317.613 0 634.739 0 952.352-317.369 0-634.131 0-951.5 0 0-317.491 0-634.617 0-952.352 316.883-0 633.644-0 951.5-0zM756.14 214.945c-117.143 0-233.313 0-350.335 0 0 69.094 0 137.458 0 207.038-34.79 0-68.607 0-102.059 0 0 41.359 0 81.745 0 123.104 34.304 0 68.121 0 102.424 0 0 18.855 0 36.615 0 54.375s0 35.642 0 53.402c0 18.125 0 36.25 0 54.375 0 17.76 0 35.642 0 53.402 0 17.638-0.243 35.277 0.122 52.794 44.278 0 87.219 0 131.011 0 0-89.773 0-178.938 0-268.833 52.185 0 103.519 0 154.488 0 0-41.846 0-82.11 0-122.982-10.948 0-21.166 0-31.506 0s-20.679 0-31.141 0c-10.096 0-20.071 0-30.168 0-10.34 0-20.679 0-31.141 0-10.218 0-20.436 0.243-30.533-0.243 0-28.465 0-55.47 0-83.569 73.23 0 145.851 0 218.716 0 0.122-41.481 0.122-81.866 0.122-122.861z",
|
149 |
+
"M733.027 317.248c0-19.098 0-36.858 0-54.618 0-7.177 0-14.232 0-21.409 0-1.946-0.365-4.258 0.608-5.717 1.338-1.825 3.771-4.014 5.717-4.014 1.825 0 4.014 2.555 5.109 4.501 0.852 1.46 0.365 3.771 0.365 5.717 0 25.545 0 51.212 0 76.757 0 9.853-0.608 10.34-10.583 10.34-65.080 0-130.159 0-195.239 0-3.528 0-7.055 0-11.191 0 0 34.912 0 68.972 0 104.249 3.893 0 7.299 0 10.826 0 44.035 0 88.070 0 132.105 0 2.555 0 5.352-0.608 7.664 0.243 2.068 0.73 4.014 2.798 5.109 4.866 0.852 1.46 0.365 3.771 0.365 5.717 0 27.492 0 55.105 0 82.596 0 10.826-0.852 11.556-11.678 11.556-44.4 0-88.679 0-133.079 0-3.528 0-7.055 0-11.921 0 0 4.014 0 7.42 0 10.826 0 80.893 0 161.908 0 242.802 0 2.919 0.487 5.961-0.365 8.637-0.608 2.068-3.163 5.231-4.622 5.109-2.311-0.243-4.987-2.433-6.325-4.501-1.095-1.581-0.487-4.379-0.487-6.69 0-85.516 0-170.91 0-256.426 0-1.581 0-3.284 0-4.866 0.122-4.136 2.19-6.69 6.569-6.69 2.311 0 4.501 0 6.812 0 43.67 0 87.462 0 131.132 0 3.528 0 7.055 0 10.461 0 2.19-7.299 2.676-68.242 0.608-81.502-3.284 0-6.69 0-10.218 0-43.427 0-86.732 0-130.159 0-2.311 0-4.501 0.122-6.812 0-6.447-0.365-8.029-1.825-8.393-8.029-0.122-1.338 0-2.555 0-3.893 0-34.669 0-69.337 0-103.884 0-11.191 0.73-11.799 12.408-11.799 64.471 0 128.821 0 193.292 0 3.649 0.122 7.177 0.122 11.921 0.122z"
|
150 |
+
],
|
151 |
+
"attrs": [
|
152 |
+
{
|
153 |
+
"fill": "rgb(9, 117, 22)"
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"fill": "rgb(87, 87, 87)"
|
157 |
+
}
|
158 |
+
],
|
159 |
+
"isMulticolor": true,
|
160 |
+
"isMulticolor2": false,
|
161 |
+
"grid": 0,
|
162 |
+
"tags": [
|
163 |
+
"f1"
|
164 |
+
],
|
165 |
+
"colorPermutations": {
|
166 |
+
"10118231255255255187878719117221": [
|
167 |
+
{
|
168 |
+
"f": 0
|
169 |
+
},
|
170 |
+
{
|
171 |
+
"f": 2
|
172 |
+
}
|
173 |
+
]
|
174 |
+
}
|
175 |
+
},
|
176 |
+
"attrs": [
|
177 |
+
{
|
178 |
+
"fill": "rgb(9, 117, 22)"
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"fill": "rgb(87, 87, 87)"
|
182 |
+
}
|
183 |
+
],
|
184 |
+
"properties": {
|
185 |
+
"order": 40,
|
186 |
+
"id": 43,
|
187 |
+
"name": "fintel-square",
|
188 |
+
"prevSize": 32,
|
189 |
+
"code": 59653,
|
190 |
+
"codes": [
|
191 |
+
59653,
|
192 |
+
59654
|
193 |
+
]
|
194 |
+
},
|
195 |
+
"setIdx": 0,
|
196 |
+
"setId": 0,
|
197 |
+
"iconIdx": 2
|
198 |
+
},
|
199 |
+
{
|
200 |
+
"icon": {
|
201 |
+
"paths": [
|
202 |
+
"M950.857 868.572v-438.857c-12 13.714-25.143 26.286-39.429 37.714-81.714 62.857-164 126.857-243.429 193.143-42.857 36-96 80-155.429 80h-1.143c-59.429 0-112.571-44-155.429-80-79.429-66.286-161.714-130.286-243.429-193.143-14.286-11.429-27.429-24-39.429-37.714v438.857c0 9.714 8.571 18.286 18.286 18.286h841.143c9.714 0 18.286-8.571 18.286-18.286zM950.857 268c0-14.286 3.429-39.429-18.286-39.429h-841.143c-9.714 0-18.286 8.571-18.286 18.286 0 65.143 32.571 121.714 84 162.286 76.571 60 153.143 120.571 229.143 181.143 30.286 24.571 85.143 77.143 125.143 77.143h1.143c40 0 94.857-52.571 125.143-77.143 76-60.571 152.571-121.143 229.143-181.143 37.143-29.143 84-92.571 84-141.143zM1024 246.857v621.714c0 50.286-41.143 91.429-91.429 91.429h-841.143c-50.286 0-91.429-41.143-91.429-91.429v-621.714c0-50.286 41.143-91.429 91.429-91.429h841.143c50.286 0 91.429 41.143 91.429 91.429z"
|
203 |
+
],
|
204 |
+
"isMulticolor": false,
|
205 |
+
"isMulticolor2": false,
|
206 |
+
"tags": [
|
207 |
+
"envelope-o"
|
208 |
+
],
|
209 |
+
"defaultCode": 61443,
|
210 |
+
"grid": 0,
|
211 |
+
"attrs": [],
|
212 |
+
"colorPermutations": {
|
213 |
+
"10118231255255255187878719117221": []
|
214 |
+
}
|
215 |
+
},
|
216 |
+
"attrs": [],
|
217 |
+
"properties": {
|
218 |
+
"id": 1,
|
219 |
+
"order": 4,
|
220 |
+
"ligatures": "",
|
221 |
+
"prevSize": 32,
|
222 |
+
"code": 61443,
|
223 |
+
"name": "envelope-o"
|
224 |
+
},
|
225 |
+
"setIdx": 0,
|
226 |
+
"setId": 0,
|
227 |
+
"iconIdx": 3
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"icon": {
|
231 |
+
"paths": [
|
232 |
+
"M741.714 764.572c0 14.286-5.714 28.571-16 38.857l-77.714 77.714c-10.286 10.286-24.571 16-38.857 16s-28.571-5.714-38.857-16l-168-168-168 168c-10.286 10.286-24.571 16-38.857 16s-28.571-5.714-38.857-16l-77.714-77.714c-10.286-10.286-16-24.571-16-38.857s5.714-28.571 16-38.857l168-168-168-168c-10.286-10.286-16-24.571-16-38.857s5.714-28.571 16-38.857l77.714-77.714c10.286-10.286 24.571-16 38.857-16s28.571 5.714 38.857 16l168 168 168-168c10.286-10.286 24.571-16 38.857-16s28.571 5.714 38.857 16l77.714 77.714c10.286 10.286 16 24.571 16 38.857s-5.714 28.571-16 38.857l-168 168 168 168c10.286 10.286 16 24.571 16 38.857z"
|
233 |
+
],
|
234 |
+
"width": 805,
|
235 |
+
"isMulticolor": false,
|
236 |
+
"isMulticolor2": false,
|
237 |
+
"tags": [
|
238 |
+
"close",
|
239 |
+
"remove",
|
240 |
+
"times"
|
241 |
+
],
|
242 |
+
"defaultCode": 61453,
|
243 |
+
"grid": 0,
|
244 |
+
"attrs": [],
|
245 |
+
"colorPermutations": {
|
246 |
+
"10118231255255255187878719117221": []
|
247 |
+
}
|
248 |
+
},
|
249 |
+
"attrs": [],
|
250 |
+
"properties": {
|
251 |
+
"id": 2,
|
252 |
+
"order": 5,
|
253 |
+
"ligatures": "",
|
254 |
+
"prevSize": 32,
|
255 |
+
"code": 61453,
|
256 |
+
"name": "close"
|
257 |
+
},
|
258 |
+
"setIdx": 0,
|
259 |
+
"setId": 0,
|
260 |
+
"iconIdx": 4
|
261 |
+
},
|
262 |
+
{
|
263 |
+
"icon": {
|
264 |
+
"paths": [
|
265 |
+
"M135.429 817.143h132v-396.571h-132v396.571zM276 298.286c-0.571-38.857-28.571-68.571-73.714-68.571s-74.857 29.714-74.857 68.571c0 37.714 28.571 68.571 73.143 68.571h0.571c46.286 0 74.857-30.857 74.857-68.571zM610.286 817.143h132v-227.429c0-121.714-65.143-178.286-152-178.286-70.857 0-102.286 39.429-119.429 66.857h1.143v-57.714h-132s1.714 37.143 0 396.571v0h132v-221.714c0-11.429 0.571-23.429 4-32 9.714-23.429 31.429-48 68-48 47.429 0 66.286 36 66.286 89.714v212zM877.714 246.857v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"
|
266 |
+
],
|
267 |
+
"width": 878,
|
268 |
+
"isMulticolor": false,
|
269 |
+
"isMulticolor2": false,
|
270 |
+
"tags": [
|
271 |
+
"linkedin-square"
|
272 |
+
],
|
273 |
+
"defaultCode": 61580,
|
274 |
+
"grid": 0,
|
275 |
+
"attrs": [],
|
276 |
+
"colorPermutations": {
|
277 |
+
"10118231255255255187878719117221": []
|
278 |
+
}
|
279 |
+
},
|
280 |
+
"attrs": [],
|
281 |
+
"properties": {
|
282 |
+
"id": 3,
|
283 |
+
"order": 6,
|
284 |
+
"ligatures": "",
|
285 |
+
"prevSize": 32,
|
286 |
+
"code": 61580,
|
287 |
+
"name": "linkedin-square"
|
288 |
+
},
|
289 |
+
"setIdx": 0,
|
290 |
+
"setId": 0,
|
291 |
+
"iconIdx": 5
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"icon": {
|
295 |
+
"paths": [
|
296 |
+
"M925.714 242.286c-25.143 36.571-56.571 69.143-92.571 95.429 0.571 8 0.571 16 0.571 24 0 244-185.714 525.143-525.143 525.143-104.571 0-201.714-30.286-283.429-82.857 14.857 1.714 29.143 2.286 44.571 2.286 86.286 0 165.714-29.143 229.143-78.857-81.143-1.714-149.143-54.857-172.571-128 11.429 1.714 22.857 2.857 34.857 2.857 16.571 0 33.143-2.286 48.571-6.286-84.571-17.143-148-91.429-148-181.143v-2.286c24.571 13.714 53.143 22.286 83.429 23.429-49.714-33.143-82.286-89.714-82.286-153.714 0-34.286 9.143-65.714 25.143-93.143 90.857 112 227.429 185.143 380.571 193.143-2.857-13.714-4.571-28-4.571-42.286 0-101.714 82.286-184.571 184.571-184.571 53.143 0 101.143 22.286 134.857 58.286 41.714-8 81.714-23.429 117.143-44.571-13.714 42.857-42.857 78.857-81.143 101.714 37.143-4 73.143-14.286 106.286-28.571z"
|
297 |
+
],
|
298 |
+
"width": 951,
|
299 |
+
"isMulticolor": false,
|
300 |
+
"isMulticolor2": false,
|
301 |
+
"tags": [
|
302 |
+
"twitter"
|
303 |
+
],
|
304 |
+
"defaultCode": 61593,
|
305 |
+
"grid": 0,
|
306 |
+
"attrs": [],
|
307 |
+
"colorPermutations": {
|
308 |
+
"10118231255255255187878719117221": []
|
309 |
+
}
|
310 |
+
},
|
311 |
+
"attrs": [],
|
312 |
+
"properties": {
|
313 |
+
"id": 4,
|
314 |
+
"order": 7,
|
315 |
+
"ligatures": "",
|
316 |
+
"prevSize": 32,
|
317 |
+
"code": 61593,
|
318 |
+
"name": "twitter"
|
319 |
+
},
|
320 |
+
"setIdx": 0,
|
321 |
+
"setId": 0,
|
322 |
+
"iconIdx": 6
|
323 |
+
},
|
324 |
+
{
|
325 |
+
"icon": {
|
326 |
+
"paths": [
|
327 |
+
"M548 16v150.857h-89.714c-70.286 0-83.429 33.714-83.429 82.286v108h167.429l-22.286 169.143h-145.143v433.714h-174.857v-433.714h-145.714v-169.143h145.714v-124.571c0-144.571 88.571-223.429 217.714-223.429 61.714 0 114.857 4.571 130.286 6.857z"
|
328 |
+
],
|
329 |
+
"width": 602,
|
330 |
+
"isMulticolor": false,
|
331 |
+
"isMulticolor2": false,
|
332 |
+
"tags": [
|
333 |
+
"facebook",
|
334 |
+
"facebook-f"
|
335 |
+
],
|
336 |
+
"defaultCode": 61594,
|
337 |
+
"grid": 0,
|
338 |
+
"attrs": [],
|
339 |
+
"colorPermutations": {
|
340 |
+
"10118231255255255187878719117221": []
|
341 |
+
}
|
342 |
+
},
|
343 |
+
"attrs": [],
|
344 |
+
"properties": {
|
345 |
+
"id": 5,
|
346 |
+
"order": 8,
|
347 |
+
"ligatures": "",
|
348 |
+
"prevSize": 32,
|
349 |
+
"code": 61594,
|
350 |
+
"name": "facebook"
|
351 |
+
},
|
352 |
+
"setIdx": 0,
|
353 |
+
"setId": 0,
|
354 |
+
"iconIdx": 7
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"icon": {
|
358 |
+
"paths": [
|
359 |
+
"M438.857 82.286c242.286 0 438.857 196.571 438.857 438.857 0 193.714-125.714 358.286-300 416.571-22.286 4-30.286-9.714-30.286-21.143 0-14.286 0.571-61.714 0.571-120.571 0-41.143-13.714-67.429-29.714-81.143 97.714-10.857 200.571-48 200.571-216.571 0-48-17.143-86.857-45.143-117.714 4.571-11.429 19.429-56-4.571-116.571-36.571-11.429-120.571 45.143-120.571 45.143-34.857-9.714-72.571-14.857-109.714-14.857s-74.857 5.143-109.714 14.857c0 0-84-56.571-120.571-45.143-24 60.571-9.143 105.143-4.571 116.571-28 30.857-45.143 69.714-45.143 117.714 0 168 102.286 205.714 200 216.571-12.571 11.429-24 30.857-28 58.857-25.143 11.429-89.143 30.857-127.429-36.571-24-41.714-67.429-45.143-67.429-45.143-42.857-0.571-2.857 26.857-2.857 26.857 28.571 13.143 48.571 64 48.571 64 25.714 78.286 148 52 148 52 0 36.571 0.571 70.857 0.571 81.714 0 11.429-8 25.143-30.286 21.143-174.286-58.286-300-222.857-300-416.571 0-242.286 196.571-438.857 438.857-438.857zM166.286 712.572c1.143-2.286-0.571-5.143-4-6.857-3.429-1.143-6.286-0.571-7.429 1.143-1.143 2.286 0.571 5.143 4 6.857 2.857 1.714 6.286 1.143 7.429-1.143zM184 732c2.286-1.714 1.714-5.714-1.143-9.143-2.857-2.857-6.857-4-9.143-1.714-2.286 1.714-1.714 5.714 1.143 9.143 2.857 2.857 6.857 4 9.143 1.714zM201.143 757.714c2.857-2.286 2.857-6.857 0-10.857-2.286-4-6.857-5.714-9.714-3.429-2.857 1.714-2.857 6.286 0 10.286s7.429 5.714 9.714 4zM225.143 781.714c2.286-2.286 1.143-7.429-2.286-10.857-4-4-9.143-4.571-11.429-1.714-2.857 2.286-1.714 7.429 2.286 10.857 4 4 9.143 4.571 11.429 1.714zM257.714 796c1.143-3.429-2.286-7.429-7.429-9.143-4.571-1.143-9.714 0.571-10.857 4s2.286 7.429 7.429 8.571c4.571 1.714 9.714 0 10.857-3.429zM293.714 798.857c0-4-4.571-6.857-9.714-6.286-5.143 0-9.143 2.857-9.143 6.286 0 4 4 6.857 9.714 6.286 5.143 0 9.143-2.857 9.143-6.286zM326.857 793.143c-0.571-3.429-5.143-5.714-10.286-5.143-5.143 1.143-8.571 4.571-8 8.571 0.571 3.429 5.143 5.714 10.286 4.571s8.571-4.571 8-8z"
|
360 |
+
],
|
361 |
+
"width": 878,
|
362 |
+
"isMulticolor": false,
|
363 |
+
"isMulticolor2": false,
|
364 |
+
"tags": [
|
365 |
+
"github"
|
366 |
+
],
|
367 |
+
"defaultCode": 61595,
|
368 |
+
"grid": 0,
|
369 |
+
"attrs": [],
|
370 |
+
"colorPermutations": {
|
371 |
+
"10118231255255255187878719117221": []
|
372 |
+
}
|
373 |
+
},
|
374 |
+
"attrs": [],
|
375 |
+
"properties": {
|
376 |
+
"id": 6,
|
377 |
+
"order": 9,
|
378 |
+
"ligatures": "",
|
379 |
+
"prevSize": 32,
|
380 |
+
"code": 61595,
|
381 |
+
"name": "github"
|
382 |
+
},
|
383 |
+
"setIdx": 0,
|
384 |
+
"setId": 0,
|
385 |
+
"iconIdx": 8
|
386 |
+
},
|
387 |
+
{
|
388 |
+
"icon": {
|
389 |
+
"paths": [
|
390 |
+
"M438.857 82.286c242.286 0 438.857 196.571 438.857 438.857s-196.571 438.857-438.857 438.857-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857zM595.429 380c-4.571 3.429-7.429 9.714-13.143 10.857 2.857-0.571 5.714-10.857 7.429-13.143 3.429-4 8-6.286 12.571-8.571 9.714-4 19.429-5.143 29.714-6.857 9.714-2.286 21.714-2.286 29.143 6.286-1.714-1.714 12-13.714 13.714-14.286 5.143-2.857 13.714-1.714 17.143-6.857 1.143-1.714 1.143-12.571 1.143-12.571-9.714 1.143-13.143-8-13.714-16 0 0.571-1.143 2.286-3.429 4.571 0.571-8.571-10.286-2.286-14.286-3.429-13.143-3.429-11.429-12.571-15.429-22.286-2.286-5.143-8.571-6.857-10.857-12-2.286-3.429-3.429-10.857-8.571-11.429-3.429-0.571-9.714 12-10.857 11.429-5.143-2.857-7.429 1.143-11.429 3.429-3.429 2.286-6.286 1.143-9.714 2.857 10.286-3.429-4.571-9.143-9.714-8 8-2.286 4-10.857-0.571-14.857h2.857c-1.143-5.143-17.143-9.714-22.286-13.143s-32.571-9.143-38.286-5.714c-6.857 4 1.714 15.429 1.714 21.143 0.571 6.857-6.857 8.571-6.857 14.286 0 9.714 18.286 8 13.714 21.143-2.857 8-13.714 9.714-18.286 16-4.571 5.714 0.571 16 5.143 20 4.571 3.429-8 9.143-9.714 10.286-9.714 4.571-17.143-9.714-19.429-18.286-1.714-6.286-2.286-13.714-9.143-17.143-3.429-1.143-14.286-2.857-16.571 0.571-3.429-8.571-15.429-12-23.429-14.857-11.429-4-21.143-4-33.143-2.286 4-0.571-1.143-18.286-10.857-15.429 2.857-5.714 1.714-12 2.857-17.714 1.143-4.571 3.429-9.143 6.857-13.143 1.143-2.286 13.714-15.429 9.714-16 9.714 1.143 20.571 1.714 28.571-6.286 5.143-5.143 7.429-13.714 12.571-19.429 7.429-8.571 16.571 2.286 24.571 2.857 11.429 0.571 10.857-12 4.571-17.714 7.429 0.571 1.143-13.143-2.857-14.857-5.143-1.714-24.571 3.429-14.286 7.429-2.286-1.143-16 27.429-24 13.143-2.286-2.857-3.429-14.857-8.571-15.429-4.571 0-7.429 5.143-9.143 8.571 2.857-7.429-16-12.571-20-13.143 8.571-5.714 1.714-12-4.571-15.429-4.571-2.857-18.857-5.143-22.857-0.571-10.857 13.143 11.429 14.857 17.143 18.286 1.714 1.143 8.571 5.143 4.571 8-3.429 1.714-13.714 4.571-14.857 6.857-3.429 5.143 4 10.857-1.143 16-5.143-5.143-5.143-13.714-9.143-19.429 5.143 6.286-20.571 2.857-20 2.857-8.571 0-22.286 5.714-28.571-2.857-1.143-2.286-1.143-15.429 2.286-12.571-5.143-4-8.571-8-12-10.286-18.857 6.286-36.571 14.286-53.714 23.429 2.286 0.571 4 0.571 6.857-0.571 4.571-1.714 8.571-4.571 13.143-6.857 5.714-2.286 17.714-9.143 24-4 0.571-1.143 2.286-2.286 2.857-2.857 4 4.571 8 9.143 11.429 14.286-4.571-2.286-12-1.143-17.143-0.571-4 1.143-10.857 2.286-12.571 6.857 1.714 2.857 4 7.429 2.857 10.286-7.429-5.143-13.143-13.714-23.429-14.857-4.571 0-9.143 0-12.571 0.571-54.857 30.286-101.143 74.286-134.286 126.857 2.286 2.286 4.571 4 6.857 4.571 5.714 1.714 0 18.286 10.857 9.714 3.429 2.857 4 6.857 1.714 10.857 0.571-0.571 23.429 14.286 25.143 15.429 4 3.429 10.286 7.429 12 12 1.143 4-2.286 8.571-5.714 10.286-0.571-1.143-9.143-9.714-10.286-7.429-1.714 2.857 0 18.286 6.286 17.714-9.143 0.571-5.143 36-7.429 42.857 0 0.571 1.143 0.571 1.143 0.571-1.714 6.857 4 33.714 15.429 30.857-7.429 1.714 13.143 28 16 29.714 7.429 5.143 16 8.571 21.143 16 5.714 8 5.714 20 13.714 26.286-2.286 6.857 12 14.857 11.429 24.571-1.143 0.571-1.714 0.571-2.857 1.143 2.857 8 13.714 8 17.714 15.429 2.286 4.571 0 15.429 7.429 13.143 1.143-12.571-7.429-25.143-13.714-35.429-3.429-5.714-6.857-10.857-9.714-16.571-2.857-5.143-3.429-11.429-5.714-17.143 2.286 0.571 14.857 5.143 13.714 6.857-4.571 11.429 18.286 31.429 24.571 38.857 1.714 1.714 14.857 18.857 8 18.857 7.429 0 17.714 11.429 21.143 17.143 5.143 8.571 4 19.429 7.429 28.571 3.429 11.429 19.429 16.571 28.571 21.714 8 4 14.857 9.714 22.857 12.571 12 4.571 14.857 0.571 25.143-1.143 14.857-2.286 16.571 14.286 28.571 20.571 7.429 4 23.429 9.714 31.429 6.286-3.429 1.143 12 24.571 13.143 26.286 5.143 6.857 14.857 10.286 20.571 17.143 1.714-1.143 3.429-2.857 4-5.143-2.286 6.286 8.571 18.286 14.286 17.143 6.286-1.143 8-13.714 8-18.286-11.429 5.714-21.714 1.143-28-10.286-1.143-2.857-10.286-18.857-2.286-18.857 10.857 0 3.429-8.571 2.286-16.571s-9.143-13.143-13.143-20c-3.429 6.857-14.857 5.143-18.286-0.571 0 1.714-1.714 4.571-1.714 6.857-2.857 0-5.714 0.571-8.571-0.571 1.143-6.857 1.714-15.429 3.429-22.857 2.857-10.286 21.714-30.286-2.857-29.143-8.571 0.571-12 4-14.857 11.429-2.857 6.857-1.714 13.143-9.714 16.571-5.143 2.286-22.286 1.143-27.429-1.714-10.857-6.286-18.286-26.286-18.286-37.714-0.571-15.429 7.429-29.143 0-43.429 3.429-2.857 6.857-8.571 10.857-11.429 3.429-2.286 7.429 1.714 9.143-5.143-1.714-1.143-4-3.429-4.571-3.429 8.571 4 24.571-5.714 32 0 4.571 3.429 9.714 4.571 12.571-1.143 0.571-1.714-4-8.571-1.714-13.143 1.714 9.714 8 11.429 16.571 5.143 3.429 3.429 12.571 2.286 18.857 5.714 6.286 4 7.429 10.286 14.857 1.714 4.571 6.857 5.143 6.857 6.857 13.714 1.714 6.286 5.143 22.286 10.857 25.143 12 7.429 9.143-12.571 8-19.429-0.571-0.571-0.571-19.429-1.143-19.429-18.286-4-11.429-18.286-1.143-28 1.714-1.143 14.857-5.714 20.571-10.286 5.143-4.571 11.429-12.571 8.571-20 2.857 0 5.143-2.286 6.286-5.143-1.714-0.571-8.571-6.286-9.714-5.714 4-2.286 3.429-5.714 1.143-9.143 5.714-3.429 2.857-9.714 8.571-12 6.286 8.571 18.857-1.143 12.571-8 5.714-8 18.857-4 22.286-11.429 8.571 2.286 2.286-8.571 6.857-14.857 4-5.143 10.857-5.143 16-8 0 0.571 14.286-8 9.714-8.571 9.714 1.143 29.143-9.143 14.286-17.714 2.286-5.143-5.143-7.429-10.286-8.571 4-1.143 9.143 1.143 12.571-1.143 7.429-5.143 2.286-7.429-4-9.143-8-2.286-18.286 2.857-24.571 6.857zM502.286 881.143c78.286-13.714 148-52.571 200.571-108-3.429-3.429-9.714-2.286-14.286-4.571-4.571-1.714-8-3.429-13.714-4.571 1.143-11.429-11.429-15.429-19.429-21.143-7.429-5.714-12-12-22.857-9.714-1.143 0.571-12.571 4.571-10.286 6.857-7.429-6.286-10.857-9.714-20.571-12.571-9.143-2.857-15.429-14.286-24.571-4-4.571 4.571-2.286 11.429-4.571 16-7.429-6.286 6.857-13.714 1.143-20.571-6.857-8-18.857 5.143-24.571 8.571-3.429 2.857-7.429 4-9.714 7.429-2.857 4-4 9.143-6.286 13.143-1.714-4.571-11.429-3.429-12-6.857 2.286 13.714 2.286 28 5.143 41.714 1.714 8 0 21.143-6.857 27.429s-15.429 13.143-16.571 22.857c-1.143 6.857 0.571 13.143 6.857 14.857 0.571 8.571-9.143 14.857-8.571 24 0 0.571 0.571 6.286 1.143 9.143z"
|
391 |
+
],
|
392 |
+
"width": 878,
|
393 |
+
"isMulticolor": false,
|
394 |
+
"isMulticolor2": false,
|
395 |
+
"tags": [
|
396 |
+
"globe"
|
397 |
+
],
|
398 |
+
"defaultCode": 61612,
|
399 |
+
"grid": 0,
|
400 |
+
"attrs": [],
|
401 |
+
"colorPermutations": {
|
402 |
+
"10118231255255255187878719117221": []
|
403 |
+
}
|
404 |
+
},
|
405 |
+
"attrs": [],
|
406 |
+
"properties": {
|
407 |
+
"id": 7,
|
408 |
+
"order": 10,
|
409 |
+
"ligatures": "",
|
410 |
+
"prevSize": 32,
|
411 |
+
"code": 61612,
|
412 |
+
"name": "globe"
|
413 |
+
},
|
414 |
+
"setIdx": 0,
|
415 |
+
"setId": 0,
|
416 |
+
"iconIdx": 9
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"icon": {
|
420 |
+
"paths": [
|
421 |
+
"M832 704c0-14.857-5.714-28.571-16-38.857l-118.857-118.857c-10.286-10.286-24.571-16-38.857-16-16.571 0-29.714 6.286-41.143 18.286 18.857 18.857 41.143 34.857 41.143 64 0 30.286-24.571 54.857-54.857 54.857-29.143 0-45.143-22.286-64-41.143-12 11.429-18.857 24.571-18.857 41.714 0 14.286 5.714 28.571 16 38.857l117.714 118.286c10.286 10.286 24.571 15.429 38.857 15.429s28.571-5.143 38.857-14.857l84-83.429c10.286-10.286 16-24 16-38.286zM430.286 301.143c0-14.286-5.714-28.571-16-38.857l-117.714-118.286c-10.286-10.286-24.571-16-38.857-16s-28.571 5.714-38.857 15.429l-84 83.429c-10.286 10.286-16 24-16 38.286 0 14.857 5.714 28.571 16 38.857l118.857 118.857c10.286 10.286 24.571 15.429 38.857 15.429 16.571 0 29.714-5.714 41.143-17.714-18.857-18.857-41.143-34.857-41.143-64 0-30.286 24.571-54.857 54.857-54.857 29.143 0 45.143 22.286 64 41.143 12-11.429 18.857-24.571 18.857-41.714zM941.714 704c0 43.429-17.714 85.714-48.571 116l-84 83.429c-30.857 30.857-72.571 47.429-116 47.429-44 0-85.714-17.143-116.571-48.571l-117.714-118.286c-30.857-30.857-47.429-72.571-47.429-116 0-45.143 18.286-88 50.286-119.429l-50.286-50.286c-31.429 32-73.714 50.286-118.857 50.286-43.429 0-85.714-17.143-116.571-48l-118.857-118.857c-31.429-31.429-48-72.571-48-116.571 0-43.429 17.714-85.714 48.571-116l84-83.429c30.857-30.857 72.571-47.429 116-47.429 44 0 85.714 17.143 116.571 48.571l117.714 118.286c30.857 30.857 47.429 72.571 47.429 116 0 45.143-18.286 88-50.286 119.429l50.286 50.286c31.429-32 73.714-50.286 118.857-50.286 43.429 0 85.714 17.143 116.571 48l118.857 118.857c31.429 31.429 48 72.571 48 116.571z"
|
422 |
+
],
|
423 |
+
"width": 951,
|
424 |
+
"isMulticolor": false,
|
425 |
+
"isMulticolor2": false,
|
426 |
+
"tags": [
|
427 |
+
"chain",
|
428 |
+
"link"
|
429 |
+
],
|
430 |
+
"defaultCode": 61633,
|
431 |
+
"grid": 0,
|
432 |
+
"attrs": [],
|
433 |
+
"colorPermutations": {
|
434 |
+
"10118231255255255187878719117221": []
|
435 |
+
}
|
436 |
+
},
|
437 |
+
"attrs": [],
|
438 |
+
"properties": {
|
439 |
+
"id": 8,
|
440 |
+
"order": 11,
|
441 |
+
"ligatures": "",
|
442 |
+
"prevSize": 32,
|
443 |
+
"code": 61633,
|
444 |
+
"name": "chain"
|
445 |
+
},
|
446 |
+
"setIdx": 0,
|
447 |
+
"setId": 0,
|
448 |
+
"iconIdx": 10
|
449 |
+
},
|
450 |
+
{
|
451 |
+
"icon": {
|
452 |
+
"paths": [
|
453 |
+
"M877.714 521.143c0 242.286-196.571 438.857-438.857 438.857-43.429 0-84.571-6.286-124.571-18.286 16.571-26.286 35.429-60 44.571-93.714 0 0 5.143-19.429 30.857-120.571 14.857 29.143 59.429 54.857 106.857 54.857 141.143 0 237.143-128.571 237.143-301.143 0-129.714-110.286-251.429-278.286-251.429-208 0-313.143 149.714-313.143 274.286 0 75.429 28.571 142.857 89.714 168 9.714 4 18.857 0 21.714-11.429 2.286-7.429 6.857-26.857 9.143-34.857 2.857-11.429 1.714-14.857-6.286-24.571-17.714-21.143-29.143-48-29.143-86.286 0-110.857 82.857-210.286 216-210.286 117.714 0 182.857 72 182.857 168.571 0 126.286-56 233.143-139.429 233.143-45.714 0-80-37.714-69.143-84.571 13.143-55.429 38.857-115.429 38.857-155.429 0-36-19.429-66.286-59.429-66.286-46.857 0-84.571 48.571-84.571 113.714 0 0 0 41.714 14.286 69.714-48 203.429-56.571 238.857-56.571 238.857-8 33.143-8.571 70.286-7.429 101.143-154.857-68-262.857-222.286-262.857-402.286 0-242.286 196.571-438.857 438.857-438.857s438.857 196.571 438.857 438.857z"
|
454 |
+
],
|
455 |
+
"width": 878,
|
456 |
+
"isMulticolor": false,
|
457 |
+
"isMulticolor2": false,
|
458 |
+
"tags": [
|
459 |
+
"pinterest"
|
460 |
+
],
|
461 |
+
"defaultCode": 61650,
|
462 |
+
"grid": 0,
|
463 |
+
"attrs": [],
|
464 |
+
"colorPermutations": {
|
465 |
+
"10118231255255255187878719117221": []
|
466 |
+
}
|
467 |
+
},
|
468 |
+
"attrs": [],
|
469 |
+
"properties": {
|
470 |
+
"id": 9,
|
471 |
+
"order": 12,
|
472 |
+
"ligatures": "",
|
473 |
+
"prevSize": 32,
|
474 |
+
"code": 61650,
|
475 |
+
"name": "pinterest"
|
476 |
+
},
|
477 |
+
"setIdx": 0,
|
478 |
+
"setId": 0,
|
479 |
+
"iconIdx": 11
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"icon": {
|
483 |
+
"paths": [
|
484 |
+
"M713.143 82.286c90.857 0 164.571 73.714 164.571 164.571v548.571c0 90.857-73.714 164.571-164.571 164.571h-414.286c18.857-26.857 49.714-73.143 61.714-120 0 0 5.143-19.429 30.286-119.429 15.429 29.143 59.429 54.286 106.286 54.286 139.429 0 234.286-127.429 234.286-297.714 0-128.571-109.143-248.571-274.857-248.571-206.286 0-310.286 148-310.286 271.429 0 74.286 28.571 140.571 89.143 165.714 9.714 4 18.857 0 21.714-10.857 1.714-7.429 6.286-26.857 8.571-34.857 2.857-10.857 1.714-14.857-6.286-24-17.143-21.143-28.571-47.429-28.571-85.714 0-109.714 82.286-207.429 213.714-207.429 116.571 0 180.571 70.857 180.571 166.286 0 125.143-55.429 230.857-137.714 230.857-45.143 0-79.429-37.714-68.571-84 13.143-54.857 38.286-114.286 38.286-153.714 0-35.429-18.857-65.143-58.286-65.143-46.286 0-83.429 48-83.429 112 0 0 0 41.143 13.714 69.143-47.429 201.143-56 236.571-56 236.571-12.571 52.571-7.429 113.714-4 145.143h-104.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571z"
|
485 |
+
],
|
486 |
+
"width": 878,
|
487 |
+
"isMulticolor": false,
|
488 |
+
"isMulticolor2": false,
|
489 |
+
"tags": [
|
490 |
+
"pinterest-square"
|
491 |
+
],
|
492 |
+
"defaultCode": 61651,
|
493 |
+
"grid": 0,
|
494 |
+
"attrs": [],
|
495 |
+
"colorPermutations": {
|
496 |
+
"10118231255255255187878719117221": []
|
497 |
+
}
|
498 |
+
},
|
499 |
+
"attrs": [],
|
500 |
+
"properties": {
|
501 |
+
"id": 10,
|
502 |
+
"order": 13,
|
503 |
+
"ligatures": "",
|
504 |
+
"prevSize": 32,
|
505 |
+
"code": 61651,
|
506 |
+
"name": "pinterest-square"
|
507 |
+
},
|
508 |
+
"setIdx": 0,
|
509 |
+
"setId": 0,
|
510 |
+
"iconIdx": 12
|
511 |
+
},
|
512 |
+
{
|
513 |
+
"icon": {
|
514 |
+
"paths": [
|
515 |
+
"M524 526.286c0-14.286-1.714-25.714-3.429-36.571h-206.857v75.429h124c-4.571 32-37.143 94.286-124 94.286-75.429 0-136.571-61.714-136.571-138.286s61.143-138.286 136.571-138.286c42.286 0 70.857 17.714 87.429 33.714l59.429-57.714c-38.286-35.429-88-57.143-146.857-57.143-121.714 0-219.429 98.286-219.429 219.429s97.714 219.429 219.429 219.429c126.286 0 210.286-89.143 210.286-214.286zM721.143 552.572h62.286v-62.857h-62.286v-62.857h-62.857v62.857h-62.857v62.857h62.857v62.857h62.857v-62.857zM877.714 246.857v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"
|
516 |
+
],
|
517 |
+
"width": 878,
|
518 |
+
"isMulticolor": false,
|
519 |
+
"isMulticolor2": false,
|
520 |
+
"tags": [
|
521 |
+
"google-plus-square"
|
522 |
+
],
|
523 |
+
"defaultCode": 61652,
|
524 |
+
"grid": 0,
|
525 |
+
"attrs": [],
|
526 |
+
"colorPermutations": {
|
527 |
+
"10118231255255255187878719117221": []
|
528 |
+
}
|
529 |
+
},
|
530 |
+
"attrs": [],
|
531 |
+
"properties": {
|
532 |
+
"id": 11,
|
533 |
+
"order": 14,
|
534 |
+
"ligatures": "",
|
535 |
+
"prevSize": 32,
|
536 |
+
"code": 61652,
|
537 |
+
"name": "google-plus-square"
|
538 |
+
},
|
539 |
+
"setIdx": 0,
|
540 |
+
"setId": 0,
|
541 |
+
"iconIdx": 13
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"icon": {
|
545 |
+
"paths": [
|
546 |
+
"M821.143 530.857c0 239.429-160.571 409.143-402.286 409.143-231.429 0-418.857-187.429-418.857-418.857s187.429-418.857 418.857-418.857c113.143 0 207.429 41.143 280.571 109.714l-113.714 109.143c-30.857-29.714-85.143-64.571-166.857-64.571-142.857 0-259.429 118.286-259.429 264.571s116.571 264.571 259.429 264.571c165.714 0 228-119.429 237.714-180.571h-237.714v-144h395.429c4 21.143 6.857 42.286 6.857 69.714zM1316.571 461.143v120h-119.429v119.429h-120v-119.429h-119.429v-120h119.429v-119.429h120v119.429h119.429z"
|
547 |
+
],
|
548 |
+
"width": 1317,
|
549 |
+
"isMulticolor": false,
|
550 |
+
"isMulticolor2": false,
|
551 |
+
"tags": [
|
552 |
+
"google-plus"
|
553 |
+
],
|
554 |
+
"defaultCode": 61653,
|
555 |
+
"grid": 0,
|
556 |
+
"attrs": [],
|
557 |
+
"colorPermutations": {
|
558 |
+
"10118231255255255187878719117221": []
|
559 |
+
}
|
560 |
+
},
|
561 |
+
"attrs": [],
|
562 |
+
"properties": {
|
563 |
+
"id": 12,
|
564 |
+
"order": 15,
|
565 |
+
"ligatures": "",
|
566 |
+
"prevSize": 32,
|
567 |
+
"code": 61653,
|
568 |
+
"name": "google-plus"
|
569 |
+
},
|
570 |
+
"setIdx": 0,
|
571 |
+
"setId": 0,
|
572 |
+
"iconIdx": 14
|
573 |
+
},
|
574 |
+
{
|
575 |
+
"icon": {
|
576 |
+
"paths": [
|
577 |
+
"M1024 414.857v453.714c0 50.286-41.143 91.429-91.429 91.429h-841.143c-50.286 0-91.429-41.143-91.429-91.429v-453.714c17.143 18.857 36.571 35.429 57.714 49.714 94.857 64.571 190.857 129.143 284 197.143 48 35.429 107.429 78.857 169.714 78.857h1.143c62.286 0 121.714-43.429 169.714-78.857 93.143-67.429 189.143-132.571 284.571-197.143 20.571-14.286 40-30.857 57.143-49.714zM1024 246.857c0 64-47.429 121.714-97.714 156.571-89.143 61.714-178.857 123.429-267.429 185.714-37.143 25.714-100 78.286-146.286 78.286h-1.143c-46.286 0-109.143-52.571-146.286-78.286-88.571-62.286-178.286-124-266.857-185.714-40.571-27.429-98.286-92-98.286-144 0-56 30.286-104 91.429-104h841.143c49.714 0 91.429 41.143 91.429 91.429z"
|
578 |
+
],
|
579 |
+
"isMulticolor": false,
|
580 |
+
"isMulticolor2": false,
|
581 |
+
"tags": [
|
582 |
+
"envelope"
|
583 |
+
],
|
584 |
+
"defaultCode": 61664,
|
585 |
+
"grid": 0,
|
586 |
+
"attrs": [],
|
587 |
+
"colorPermutations": {
|
588 |
+
"10118231255255255187878719117221": []
|
589 |
+
}
|
590 |
+
},
|
591 |
+
"attrs": [],
|
592 |
+
"properties": {
|
593 |
+
"id": 13,
|
594 |
+
"order": 46,
|
595 |
+
"ligatures": "",
|
596 |
+
"prevSize": 32,
|
597 |
+
"code": 61664,
|
598 |
+
"name": "envelope"
|
599 |
+
},
|
600 |
+
"setIdx": 0,
|
601 |
+
"setId": 0,
|
602 |
+
"iconIdx": 15
|
603 |
+
},
|
604 |
+
{
|
605 |
+
"icon": {
|
606 |
+
"paths": [
|
607 |
+
"M199.429 366.286v566.286h-188.571v-566.286h188.571zM211.429 191.429c0.571 54.286-40.571 97.714-106.286 97.714v0h-1.143c-63.429 0-104-43.429-104-97.714 0-55.429 42.286-97.714 106.286-97.714 64.571 0 104.571 42.286 105.143 97.714zM877.714 608v324.571h-188v-302.857c0-76-27.429-128-95.429-128-52 0-82.857 34.857-96.571 68.571-4.571 12.571-6.286 29.143-6.286 46.286v316h-188c2.286-513.143 0-566.286 0-566.286h188v82.286h-1.143c24.571-38.857 69.143-95.429 170.857-95.429 124 0 216.571 81.143 216.571 254.857z"
|
608 |
+
],
|
609 |
+
"width": 878,
|
610 |
+
"isMulticolor": false,
|
611 |
+
"isMulticolor2": false,
|
612 |
+
"tags": [
|
613 |
+
"linkedin"
|
614 |
+
],
|
615 |
+
"defaultCode": 61665,
|
616 |
+
"grid": 0,
|
617 |
+
"attrs": [],
|
618 |
+
"colorPermutations": {
|
619 |
+
"10118231255255255187878719117221": []
|
620 |
+
}
|
621 |
+
},
|
622 |
+
"attrs": [],
|
623 |
+
"properties": {
|
624 |
+
"id": 14,
|
625 |
+
"order": 42,
|
626 |
+
"ligatures": "",
|
627 |
+
"prevSize": 32,
|
628 |
+
"code": 61665,
|
629 |
+
"name": "linkedin"
|
630 |
+
},
|
631 |
+
"setIdx": 0,
|
632 |
+
"setId": 0,
|
633 |
+
"iconIdx": 16
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"icon": {
|
637 |
+
"paths": [
|
638 |
+
"M525.143 753.714v-89.714c0-18.857-5.714-28.571-16.571-28.571-6.286 0-12.571 2.857-18.857 9.143v128c6.286 6.286 12.571 9.143 18.857 9.143 10.857 0 16.571-9.143 16.571-28zM630.286 684h37.714v-19.429c0-19.429-6.286-29.143-18.857-29.143s-18.857 9.714-18.857 29.143v19.429zM304 532v40h-45.714v241.714h-42.286v-241.714h-44.571v-40h132.571zM418.857 604v209.714h-38.286v-22.857c-14.857 17.143-29.143 25.714-43.429 25.714-12 0-20.571-5.143-24-16-2.286-6.286-3.429-16-3.429-30.857v-165.714h37.714v154.286c0 8.571 0 13.714 0.571 14.857 0.571 5.714 3.429 8.571 8.571 8.571 8 0 15.429-5.714 24-17.714v-160h38.286zM562.857 667.429v83.429c0 18.857-1.143 33.143-4 41.714-4.571 16-14.857 24-30.286 24-13.143 0-26.286-8-38.857-23.429v20.571h-38.286v-281.714h38.286v92c12-14.857 25.143-22.857 38.857-22.857 15.429 0 25.714 8 30.286 24 2.857 8.571 4 22.286 4 42.286zM706.286 741.143v5.143c0 12.571-0.571 20.571-1.143 24.571-1.143 8.571-4 16-8.571 22.857-10.286 15.429-26.286 22.857-45.714 22.857-20 0-35.429-7.429-46.286-21.714-8-10.286-12-26.857-12-49.143v-73.714c0-22.286 3.429-38.286 11.429-49.143 10.857-14.286 26.286-21.714 45.714-21.714 18.857 0 34.286 7.429 44.571 21.714 8 10.857 12 26.857 12 49.143v43.429h-76v37.143c0 19.429 6.286 29.143 19.429 29.143 9.143 0 14.857-5.143 17.143-14.857 0-2.286 0.571-10.857 0.571-25.714h38.857zM448.571 270.286v89.143c0 19.429-6.286 29.143-18.286 29.143-12.571 0-18.286-9.714-18.286-29.143v-89.143c0-19.429 5.714-29.714 18.286-29.714 12 0 18.286 10.286 18.286 29.714zM753.143 677.714v0c0-49.143 0-101.143-10.857-148.571-8-33.714-35.429-58.286-68-61.714-77.714-8.571-156.571-8.571-235.429-8.571-78.286 0-157.143 0-234.857 8.571-33.143 3.429-60.571 28-68 61.714-10.857 47.429-11.429 99.429-11.429 148.571v0c0 48.571 0 100.571 11.429 148.571 7.429 33.143 34.857 57.714 67.429 61.714 78.286 8.571 157.143 8.571 235.429 8.571s157.143 0 235.429-8.571c32.571-4 60-28.571 67.429-61.714 11.429-48 11.429-100 11.429-148.571zM321.714 305.714l51.429-169.143h-42.857l-29.143 111.429-30.286-111.429h-44.571c8.571 26.286 18.286 52.571 26.857 78.857 13.714 40 22.286 69.714 26.286 90.286v114.857h42.286v-114.857zM486.857 352v-74.286c0-22.286-4-38.857-12-49.714-10.857-14.286-25.714-21.714-44.571-21.714-19.429 0-34.286 7.429-44.571 21.714-8 10.857-12 27.429-12 49.714v74.286c0 22.286 4 38.857 12 49.714 10.286 14.286 25.143 21.714 44.571 21.714 18.857 0 33.714-7.429 44.571-21.714 8-10.286 12-27.429 12-49.714zM590.286 420.572h38.286v-211.429h-38.286v161.714c-8.571 12-16.571 17.714-24 17.714-5.143 0-8.571-2.857-9.143-9.143-0.571-1.143-0.571-5.714-0.571-14.857v-155.429h-38.286v167.429c0 14.857 1.143 24.571 3.429 31.429 4 10.286 12.571 15.429 24.571 15.429 14.286 0 28.571-8.571 44-25.714v22.857zM877.714 246.857v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"
|
639 |
+
],
|
640 |
+
"width": 878,
|
641 |
+
"isMulticolor": false,
|
642 |
+
"isMulticolor2": false,
|
643 |
+
"tags": [
|
644 |
+
"youtube-square"
|
645 |
+
],
|
646 |
+
"defaultCode": 61798,
|
647 |
+
"grid": 0,
|
648 |
+
"attrs": [],
|
649 |
+
"colorPermutations": {
|
650 |
+
"10118231255255255187878719117221": []
|
651 |
+
}
|
652 |
+
},
|
653 |
+
"attrs": [],
|
654 |
+
"properties": {
|
655 |
+
"id": 15,
|
656 |
+
"order": 41,
|
657 |
+
"ligatures": "",
|
658 |
+
"prevSize": 32,
|
659 |
+
"code": 61798,
|
660 |
+
"name": "youtube-square"
|
661 |
+
},
|
662 |
+
"setIdx": 0,
|
663 |
+
"setId": 0,
|
664 |
+
"iconIdx": 17
|
665 |
+
},
|
666 |
+
{
|
667 |
+
"icon": {
|
668 |
+
"paths": [
|
669 |
+
"M554.857 720v120.571c0 25.714-7.429 38.286-22.286 38.286-8.571 0-17.143-4-25.714-12.571v-172c8.571-8.571 17.143-12.571 25.714-12.571 14.857 0 22.286 13.143 22.286 38.286zM748 720.572v26.286h-51.429v-26.286c0-25.714 8.571-38.857 25.714-38.857s25.714 13.143 25.714 38.857zM196 596h61.143v-53.714h-178.286v53.714h60v325.143h57.143v-325.143zM360.571 921.143h50.857v-282.286h-50.857v216c-11.429 16-22.286 24-32.571 24-6.857 0-10.857-4-12-12-0.571-1.714-0.571-8-0.571-20v-208h-50.857v223.429c0 20 1.714 33.143 4.571 41.714 4.571 14.286 16.571 21.143 33.143 21.143 18.286 0 37.714-11.429 58.286-34.857v30.857zM605.714 836.572v-112.571c0-26.286-1.143-45.143-5.143-56.571-6.286-21.143-20.571-32-40.571-32-18.857 0-36.571 10.286-53.143 30.857v-124h-50.857v378.857h50.857v-27.429c17.143 21.143 34.857 31.429 53.143 31.429 20 0 34.286-10.857 40.571-31.429 4-12 5.143-30.857 5.143-57.143zM798.857 830.857v-7.429h-52c0 20.571-0.571 32-1.143 34.857-2.857 13.714-10.286 20.571-22.857 20.571-17.714 0-26.286-13.143-26.286-39.429v-49.714h102.286v-58.857c0-30.286-5.143-52-15.429-66.286-14.857-19.429-34.857-29.143-60.571-29.143-26.286 0-46.286 9.714-61.143 29.143-10.857 14.286-16 36-16 66.286v98.857c0 30.286 5.714 52.571 16.571 66.286 14.857 19.429 34.857 29.143 61.714 29.143s48-10.286 61.714-30.286c6.286-9.143 10.857-19.429 12-30.857 1.143-5.143 1.143-16.571 1.143-33.143zM451.429 309.143v-120c0-26.286-7.429-39.429-24.571-39.429-16.571 0-24.571 13.143-24.571 39.429v120c0 26.286 8 40 24.571 40 17.143 0 24.571-13.714 24.571-40zM862.286 738.286c0 65.714-0.571 136-14.857 200-10.857 45.143-47.429 78.286-91.429 82.857-105.143 12-211.429 12-317.143 12s-212 0-317.143-12c-44-4.571-81.143-37.714-91.429-82.857-14.857-64-14.857-134.286-14.857-200v0c0-66.286 0.571-136 14.857-200 10.857-45.143 47.429-78.286 92-83.429 104.571-11.429 210.857-11.429 316.571-11.429s212 0 317.143 11.429c44 5.143 81.143 38.286 91.429 83.429 14.857 64 14.857 133.714 14.857 200zM292 9.143h58.286l-69.143 228v154.857h-57.143v-154.857c-5.143-28-16.571-68-34.857-121.143-12.571-35.429-25.143-71.429-37.143-106.857h60.571l40.571 150.286zM503.429 199.429v100c0 30.286-5.143 53.143-16 67.429-14.286 19.429-34.286 29.143-60.571 29.143-25.714 0-45.714-9.714-60-29.143-10.857-14.857-16-37.143-16-67.429v-100c0-30.286 5.143-52.571 16-66.857 14.286-19.429 34.286-29.143 60-29.143 26.286 0 46.286 9.714 60.571 29.143 10.857 14.286 16 36.571 16 66.857zM694.857 106.857v285.143h-52v-31.429c-20.571 24-40 35.429-58.857 35.429-16.571 0-28.571-6.857-33.714-21.143-2.857-8.571-4.571-22.286-4.571-42.857v-225.143h52v209.714c0 12 0 18.857 0.571 20 1.143 8 5.143 12.571 12 12.571 10.286 0 21.143-8 32.571-24.571v-217.714h52z"
|
670 |
+
],
|
671 |
+
"width": 878,
|
672 |
+
"isMulticolor": false,
|
673 |
+
"isMulticolor2": false,
|
674 |
+
"tags": [
|
675 |
+
"youtube"
|
676 |
+
],
|
677 |
+
"defaultCode": 61799,
|
678 |
+
"grid": 0,
|
679 |
+
"attrs": [],
|
680 |
+
"colorPermutations": {
|
681 |
+
"10118231255255255187878719117221": []
|
682 |
+
}
|
683 |
+
},
|
684 |
+
"attrs": [],
|
685 |
+
"properties": {
|
686 |
+
"id": 16,
|
687 |
+
"order": 16,
|
688 |
+
"ligatures": "",
|
689 |
+
"prevSize": 32,
|
690 |
+
"code": 61799,
|
691 |
+
"name": "youtube"
|
692 |
+
},
|
693 |
+
"setIdx": 0,
|
694 |
+
"setId": 0,
|
695 |
+
"iconIdx": 18
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"icon": {
|
699 |
+
"paths": [
|
700 |
+
"M406.286 653.714l276.571-142.857-276.571-144.571v287.429zM512 161.143c215.429 0 358.286 10.286 358.286 10.286 20 2.286 64 2.286 102.857 43.429 0 0 31.429 30.857 40.571 101.714 10.857 82.857 10.286 165.714 10.286 165.714v77.714s0.571 82.857-10.286 165.714c-9.143 70.286-40.571 101.714-40.571 101.714-38.857 40.571-82.857 40.571-102.857 42.857 0 0-142.857 10.857-358.286 10.857v0c-266.286-2.286-348-10.286-348-10.286-22.857-4-74.286-2.857-113.143-43.429 0 0-31.429-31.429-40.571-101.714-10.857-82.857-10.286-165.714-10.286-165.714v-77.714s-0.571-82.857 10.286-165.714c9.143-70.857 40.571-101.714 40.571-101.714 38.857-41.143 82.857-41.143 102.857-43.429 0 0 142.857-10.286 358.286-10.286v0z"
|
701 |
+
],
|
702 |
+
"isMulticolor": false,
|
703 |
+
"isMulticolor2": false,
|
704 |
+
"tags": [
|
705 |
+
"youtube-play"
|
706 |
+
],
|
707 |
+
"defaultCode": 61802,
|
708 |
+
"grid": 0,
|
709 |
+
"attrs": [],
|
710 |
+
"colorPermutations": {
|
711 |
+
"10118231255255255187878719117221": []
|
712 |
+
}
|
713 |
+
},
|
714 |
+
"attrs": [],
|
715 |
+
"properties": {
|
716 |
+
"id": 17,
|
717 |
+
"order": 17,
|
718 |
+
"ligatures": "",
|
719 |
+
"prevSize": 32,
|
720 |
+
"code": 61802,
|
721 |
+
"name": "youtube-play"
|
722 |
+
},
|
723 |
+
"setIdx": 0,
|
724 |
+
"setId": 0,
|
725 |
+
"iconIdx": 19
|
726 |
+
},
|
727 |
+
{
|
728 |
+
"icon": {
|
729 |
+
"paths": [
|
730 |
+
"M229.714 413.143l282.286 174.286-195.429 162.857-280-182.286zM793.143 730.286v61.714l-280 167.429v0.571l-0.571-0.571-0.571 0.571v-0.571l-279.429-167.429v-61.714l84 54.857 195.429-162.286v-1.143l0.571 0.571 0.571-0.571v1.143l196 162.286zM316.571 76.572l195.429 162.857-282.286 173.714-193.143-154.286zM794.286 413.143l193.143 154.857-279.429 182.286-196-162.857zM708 76.572l279.429 182.286-193.143 154.286-282.286-173.714z"
|
731 |
+
],
|
732 |
+
"isMulticolor": false,
|
733 |
+
"isMulticolor2": false,
|
734 |
+
"tags": [
|
735 |
+
"dropbox"
|
736 |
+
],
|
737 |
+
"defaultCode": 61803,
|
738 |
+
"grid": 0,
|
739 |
+
"attrs": [],
|
740 |
+
"colorPermutations": {
|
741 |
+
"10118231255255255187878719117221": []
|
742 |
+
}
|
743 |
+
},
|
744 |
+
"attrs": [],
|
745 |
+
"properties": {
|
746 |
+
"id": 18,
|
747 |
+
"order": 18,
|
748 |
+
"ligatures": "",
|
749 |
+
"prevSize": 32,
|
750 |
+
"code": 61803,
|
751 |
+
"name": "dropbox"
|
752 |
+
},
|
753 |
+
"setIdx": 0,
|
754 |
+
"setId": 0,
|
755 |
+
"iconIdx": 20
|
756 |
+
},
|
757 |
+
{
|
758 |
+
"icon": {
|
759 |
+
"paths": [
|
760 |
+
"M585.143 521.143c0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286 65.714 146.286 146.286 146.286 146.286-65.714 146.286-146.286zM664 521.143c0 124.571-100.571 225.143-225.143 225.143s-225.143-100.571-225.143-225.143 100.571-225.143 225.143-225.143 225.143 100.571 225.143 225.143zM725.714 286.857c0 29.143-23.429 52.571-52.571 52.571s-52.571-23.429-52.571-52.571 23.429-52.571 52.571-52.571 52.571 23.429 52.571 52.571zM438.857 161.143c-64 0-201.143-5.143-258.857 17.714-20 8-34.857 17.714-50.286 33.143s-25.143 30.286-33.143 50.286c-22.857 57.714-17.714 194.857-17.714 258.857s-5.143 201.143 17.714 258.857c8 20 17.714 34.857 33.143 50.286s30.286 25.143 50.286 33.143c57.714 22.857 194.857 17.714 258.857 17.714s201.143 5.143 258.857-17.714c20-8 34.857-17.714 50.286-33.143s25.143-30.286 33.143-50.286c22.857-57.714 17.714-194.857 17.714-258.857s5.143-201.143-17.714-258.857c-8-20-17.714-34.857-33.143-50.286s-30.286-25.143-50.286-33.143c-57.714-22.857-194.857-17.714-258.857-17.714zM877.714 521.143c0 60.571 0.571 120.571-2.857 181.143-3.429 70.286-19.429 132.571-70.857 184s-113.714 67.429-184 70.857c-60.571 3.429-120.571 2.857-181.143 2.857s-120.571 0.571-181.143-2.857c-70.286-3.429-132.571-19.429-184-70.857s-67.429-113.714-70.857-184c-3.429-60.571-2.857-120.571-2.857-181.143s-0.571-120.571 2.857-181.143c3.429-70.286 19.429-132.571 70.857-184s113.714-67.429 184-70.857c60.571-3.429 120.571-2.857 181.143-2.857s120.571-0.571 181.143 2.857c70.286 3.429 132.571 19.429 184 70.857s67.429 113.714 70.857 184c3.429 60.571 2.857 120.571 2.857 181.143z"
|
761 |
+
],
|
762 |
+
"width": 878,
|
763 |
+
"isMulticolor": false,
|
764 |
+
"isMulticolor2": false,
|
765 |
+
"tags": [
|
766 |
+
"instagram"
|
767 |
+
],
|
768 |
+
"defaultCode": 61805,
|
769 |
+
"grid": 0,
|
770 |
+
"attrs": [],
|
771 |
+
"colorPermutations": {
|
772 |
+
"10118231255255255187878719117221": []
|
773 |
+
}
|
774 |
+
},
|
775 |
+
"attrs": [],
|
776 |
+
"properties": {
|
777 |
+
"id": 19,
|
778 |
+
"order": 19,
|
779 |
+
"ligatures": "",
|
780 |
+
"prevSize": 32,
|
781 |
+
"code": 61805,
|
782 |
+
"name": "instagram"
|
783 |
+
},
|
784 |
+
"setIdx": 0,
|
785 |
+
"setId": 0,
|
786 |
+
"iconIdx": 21
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"icon": {
|
790 |
+
"paths": [
|
791 |
+
"M713.143 82.286c90.857 0 164.571 73.714 164.571 164.571v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571zM398.857 521.143c0-66.857-54.286-121.143-121.143-121.143s-121.143 54.286-121.143 121.143 54.286 121.143 121.143 121.143 121.143-54.286 121.143-121.143zM721.143 521.143c0-66.857-54.286-121.143-121.143-121.143s-121.143 54.286-121.143 121.143 54.286 121.143 121.143 121.143 121.143-54.286 121.143-121.143z"
|
792 |
+
],
|
793 |
+
"width": 878,
|
794 |
+
"isMulticolor": false,
|
795 |
+
"isMulticolor2": false,
|
796 |
+
"tags": [
|
797 |
+
"flickr"
|
798 |
+
],
|
799 |
+
"defaultCode": 61806,
|
800 |
+
"grid": 0,
|
801 |
+
"attrs": [],
|
802 |
+
"colorPermutations": {
|
803 |
+
"10118231255255255187878719117221": []
|
804 |
+
}
|
805 |
+
},
|
806 |
+
"attrs": [],
|
807 |
+
"properties": {
|
808 |
+
"id": 20,
|
809 |
+
"order": 20,
|
810 |
+
"ligatures": "",
|
811 |
+
"prevSize": 32,
|
812 |
+
"code": 61806,
|
813 |
+
"name": "flickr"
|
814 |
+
},
|
815 |
+
"setIdx": 0,
|
816 |
+
"setId": 0,
|
817 |
+
"iconIdx": 22
|
818 |
+
},
|
819 |
+
{
|
820 |
+
"icon": {
|
821 |
+
"paths": [
|
822 |
+
"M539.429 768.572l45.714 135.429c-17.143 25.714-94.857 54.857-164.571 56-207.429 3.429-285.714-147.429-285.714-253.714v-310.857h-96v-122.857c144-52 178.857-182.286 186.857-256.571 0.571-4.571 4.571-6.857 6.857-6.857h139.429v242.286h190.286v144h-190.857v296c0 40 14.857 95.429 91.429 93.714 25.143-0.571 58.857-8 76.571-16.571z"
|
823 |
+
],
|
824 |
+
"width": 624,
|
825 |
+
"isMulticolor": false,
|
826 |
+
"isMulticolor2": false,
|
827 |
+
"tags": [
|
828 |
+
"tumblr"
|
829 |
+
],
|
830 |
+
"defaultCode": 61811,
|
831 |
+
"grid": 0,
|
832 |
+
"attrs": [],
|
833 |
+
"colorPermutations": {
|
834 |
+
"10118231255255255187878719117221": []
|
835 |
+
}
|
836 |
+
},
|
837 |
+
"attrs": [],
|
838 |
+
"properties": {
|
839 |
+
"id": 21,
|
840 |
+
"order": 21,
|
841 |
+
"ligatures": "",
|
842 |
+
"prevSize": 32,
|
843 |
+
"code": 61811,
|
844 |
+
"name": "tumblr"
|
845 |
+
},
|
846 |
+
"setIdx": 0,
|
847 |
+
"setId": 0,
|
848 |
+
"iconIdx": 23
|
849 |
+
},
|
850 |
+
{
|
851 |
+
"icon": {
|
852 |
+
"paths": [
|
853 |
+
"M649.143 844l-35.429-104.571c-13.714 6.857-39.429 12.571-58.857 12.571-58.286 1.714-70.286-40.571-70.286-72v-227.429h146.857v-110.857h-146.286v-186.286h-107.429c-1.714 0-4.571 1.714-5.143 5.714-6.286 56.571-33.143 157.143-144 197.143v94.286h74.286v238.857c0 81.714 60 198.286 219.429 195.429 53.714-1.143 113.714-23.429 126.857-42.857zM877.714 246.857v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"
|
854 |
+
],
|
855 |
+
"width": 878,
|
856 |
+
"isMulticolor": false,
|
857 |
+
"isMulticolor2": false,
|
858 |
+
"tags": [
|
859 |
+
"tumblr-square"
|
860 |
+
],
|
861 |
+
"defaultCode": 61812,
|
862 |
+
"grid": 0,
|
863 |
+
"attrs": [],
|
864 |
+
"colorPermutations": {
|
865 |
+
"10118231255255255187878719117221": []
|
866 |
+
}
|
867 |
+
},
|
868 |
+
"attrs": [],
|
869 |
+
"properties": {
|
870 |
+
"id": 22,
|
871 |
+
"order": 22,
|
872 |
+
"ligatures": "",
|
873 |
+
"prevSize": 32,
|
874 |
+
"code": 61812,
|
875 |
+
"name": "tumblr-square"
|
876 |
+
},
|
877 |
+
"setIdx": 0,
|
878 |
+
"setId": 0,
|
879 |
+
"iconIdx": 24
|
880 |
+
},
|
881 |
+
{
|
882 |
+
"icon": {
|
883 |
+
"paths": [
|
884 |
+
"M585.143 866.286c-5.714-33.143-27.429-147.429-80-284.571-0.571 0-1.714 0.571-2.286 0.571 0 0-222.286 77.714-294.286 234.286-3.429-2.857-8.571-6.286-8.571-6.286 65.143 53.143 148 85.714 238.857 85.714 52 0 101.143-10.857 146.286-29.714zM479.429 519.429c-9.143-21.143-19.429-42.286-30.286-63.429-193.143 57.714-378.286 53.143-384.571 53.143-0.571 4-0.571 8-0.571 12 0 96 36.571 184 96 250.286v0c102.286-182.286 304.571-247.429 304.571-247.429 5.143-1.714 10.286-2.857 14.857-4.571zM418.286 398.286c-65.143-115.429-134.286-209.143-139.429-216-104.571 49.143-182.286 145.714-206.857 261.714 9.714 0 166.286 1.714 346.286-45.714zM809.143 580.572c-8-2.286-112.571-35.429-233.714-16.571 49.143 135.429 69.143 245.714 73.143 268 84-56.571 143.429-146.857 160.571-251.429zM349.143 157.143c-0.571 0-0.571 0-1.143 0.571 0 0 0.571-0.571 1.143-0.571zM686.286 240c-65.714-58.286-152.571-93.714-247.429-93.714-30.286 0-60 4-88.571 10.857 5.714 7.429 76.571 100.571 140.571 218.286 141.143-52.571 194.286-133.714 195.429-135.429zM813.714 517.143c-1.143-88.571-32.571-170.286-85.143-234.286-1.143 1.143-61.143 88-209.143 148.571 8.571 17.714 17.143 36 25.143 54.286 2.857 6.286 5.143 13.143 8 19.429 129.143-16.571 256.571 11.429 261.143 12zM877.714 521.143c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z"
|
885 |
+
],
|
886 |
+
"width": 878,
|
887 |
+
"isMulticolor": false,
|
888 |
+
"isMulticolor2": false,
|
889 |
+
"tags": [
|
890 |
+
"dribbble"
|
891 |
+
],
|
892 |
+
"defaultCode": 61821,
|
893 |
+
"grid": 0,
|
894 |
+
"attrs": [],
|
895 |
+
"colorPermutations": {
|
896 |
+
"10118231255255255187878719117221": []
|
897 |
+
}
|
898 |
+
},
|
899 |
+
"attrs": [],
|
900 |
+
"properties": {
|
901 |
+
"id": 23,
|
902 |
+
"order": 23,
|
903 |
+
"ligatures": "",
|
904 |
+
"prevSize": 32,
|
905 |
+
"code": 61821,
|
906 |
+
"name": "dribbble"
|
907 |
+
},
|
908 |
+
"setIdx": 0,
|
909 |
+
"setId": 0,
|
910 |
+
"iconIdx": 25
|
911 |
+
},
|
912 |
+
{
|
913 |
+
"icon": {
|
914 |
+
"paths": [
|
915 |
+
"M670.286 616.572c0-99.429-96.571-133.714-177.714-152l-59.429-13.714c-43.429-10.286-76-17.714-76-50.857 0-30.286 32-44 82.286-44 89.714 0 91.429 65.714 146.857 65.714 37.143 0 59.429-29.143 59.429-62.286 0-65.714-109.143-108.571-217.143-108.571-98.857 0-213.714 42.857-213.714 158.857 0 96 64 130.286 147.429 150.286l83.429 20.571c50.857 12.571 82.286 18.286 82.286 54.857 0 29.143-32.571 51.429-82.857 51.429-105.714 0-111.429-88-172.571-88-40 0-57.714 28.571-57.714 60 0 70.286 107.429 127.429 236 127.429 107.429 0 219.429-53.714 219.429-169.714zM877.714 740.572c0 121.143-98.286 219.429-219.429 219.429-50.286 0-96.571-17.143-133.714-45.714-27.429 5.714-56.571 9.143-85.714 9.143-222.286 0-402.286-180-402.286-402.286 0-29.143 3.429-58.286 9.143-85.714-28.571-37.143-45.714-83.429-45.714-133.714 0-121.143 98.286-219.429 219.429-219.429 50.286 0 96.571 17.143 133.714 45.714 27.429-5.714 56.571-9.143 85.714-9.143 222.286 0 402.286 180 402.286 402.286 0 29.143-3.429 58.286-9.143 85.714 28.571 37.143 45.714 83.429 45.714 133.714z"
|
916 |
+
],
|
917 |
+
"width": 878,
|
918 |
+
"isMulticolor": false,
|
919 |
+
"isMulticolor2": false,
|
920 |
+
"tags": [
|
921 |
+
"skype"
|
922 |
+
],
|
923 |
+
"defaultCode": 61822,
|
924 |
+
"grid": 0,
|
925 |
+
"attrs": [],
|
926 |
+
"colorPermutations": {
|
927 |
+
"10118231255255255187878719117221": []
|
928 |
+
}
|
929 |
+
},
|
930 |
+
"attrs": [],
|
931 |
+
"properties": {
|
932 |
+
"id": 24,
|
933 |
+
"order": 24,
|
934 |
+
"ligatures": "",
|
935 |
+
"prevSize": 32,
|
936 |
+
"code": 61822,
|
937 |
+
"name": "skype"
|
938 |
+
},
|
939 |
+
"setIdx": 0,
|
940 |
+
"setId": 0,
|
941 |
+
"iconIdx": 26
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"icon": {
|
945 |
+
"paths": [
|
946 |
+
"M738.286 373.714c4-82.857-26.857-124.571-92-126.857-88-2.857-147.429 46.857-178.286 149.143 16-6.857 31.429-10.857 46.857-10.857 32 0 46.286 18.286 42.286 54.857-1.714 21.714-16 53.714-42.286 95.429-26.857 42.286-46.857 62.857-60 62.857-17.143 0-32-32-46.857-96.571-4.571-19.429-13.143-67.429-25.714-145.714-11.429-72-41.714-105.714-91.429-101.143-20.571 2.286-52.571 20.571-93.714 57.143-30.857 26.857-61.143 54.857-92.571 82.286l29.714 38.286c28.571-19.429 45.143-29.714 49.714-29.714 21.714 0 42.286 34.286 61.143 102.286 17.143 62.857 34.286 125.143 51.429 188 25.714 68 56.571 102.286 93.714 102.286 59.429 0 132.571-56 218.857-168 83.429-107.429 126.857-192 129.143-253.714zM877.714 246.857v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"
|
947 |
+
],
|
948 |
+
"width": 878,
|
949 |
+
"isMulticolor": false,
|
950 |
+
"isMulticolor2": false,
|
951 |
+
"tags": [
|
952 |
+
"vimeo-square"
|
953 |
+
],
|
954 |
+
"defaultCode": 61844,
|
955 |
+
"grid": 0,
|
956 |
+
"attrs": [],
|
957 |
+
"colorPermutations": {
|
958 |
+
"10118231255255255187878719117221": []
|
959 |
+
}
|
960 |
+
},
|
961 |
+
"attrs": [],
|
962 |
+
"properties": {
|
963 |
+
"id": 25,
|
964 |
+
"order": 25,
|
965 |
+
"ligatures": "",
|
966 |
+
"prevSize": 32,
|
967 |
+
"code": 61844,
|
968 |
+
"name": "vimeo-square"
|
969 |
+
},
|
970 |
+
"setIdx": 0,
|
971 |
+
"setId": 0,
|
972 |
+
"iconIdx": 27
|
973 |
+
},
|
974 |
+
{
|
975 |
+
"icon": {
|
976 |
+
"paths": [
|
977 |
+
"M72.571 521.143c0-63.429 13.714-124 38.286-178.857l209.714 574.286c-146.857-71.429-248-221.714-248-395.429zM808.571 498.857c0 37.714-15.429 81.143-33.714 142.286l-43.429 146.286-158.857-472s26.286-1.714 50.286-4.571c23.429-2.857 20.571-37.714-2.857-36-71.429 5.143-117.143 5.714-117.143 5.714s-42.857-0.571-115.429-5.714c-24-1.714-26.857 34.286-2.857 36 22.286 2.286 45.714 4.571 45.714 4.571l68.571 187.429-96 288-160-475.429s26.286-1.714 50.286-4.571c23.429-2.857 20.571-37.714-2.857-36-70.857 5.143-117.143 5.714-117.143 5.714-8 0-17.714-0.571-28-0.571 78.286-119.429 213.143-198.286 366.857-198.286 114.286 0 218.286 44 296.571 115.429h-5.714c-42.857 0-73.714 37.143-73.714 77.714 0 36 21.143 66.286 43.429 102.857 17.143 29.143 36 66.857 36 121.143zM519.429 559.429l135.429 369.714c0.571 2.286 1.714 4.571 2.857 6.286-45.714 16-94.286 25.143-145.714 25.143-42.857 0-84.571-6.286-124-18.286zM897.143 310.286c34.286 62.857 54.286 134.286 54.286 210.857 0 162.286-88 303.429-218.857 379.429l134.286-387.429c22.286-64 33.714-113.143 33.714-157.714 0-16-1.143-30.857-3.429-45.143zM512 9.143c282.286 0 512 229.714 512 512s-229.714 512-512 512-512-229.714-512-512 229.714-512 512-512zM512 1009.714c269.143 0 488.571-219.429 488.571-488.571s-219.429-488.571-488.571-488.571-488.571 219.429-488.571 488.571 219.429 488.571 488.571 488.571z"
|
978 |
+
],
|
979 |
+
"isMulticolor": false,
|
980 |
+
"isMulticolor2": false,
|
981 |
+
"tags": [
|
982 |
+
"wordpress"
|
983 |
+
],
|
984 |
+
"defaultCode": 61850,
|
985 |
+
"grid": 0,
|
986 |
+
"attrs": [],
|
987 |
+
"colorPermutations": {
|
988 |
+
"10118231255255255187878719117221": []
|
989 |
+
}
|
990 |
+
},
|
991 |
+
"attrs": [],
|
992 |
+
"properties": {
|
993 |
+
"id": 26,
|
994 |
+
"order": 26,
|
995 |
+
"ligatures": "",
|
996 |
+
"prevSize": 32,
|
997 |
+
"code": 61850,
|
998 |
+
"name": "wordpress"
|
999 |
+
},
|
1000 |
+
"setIdx": 0,
|
1001 |
+
"setId": 0,
|
1002 |
+
"iconIdx": 28
|
1003 |
+
},
|
1004 |
+
{
|
1005 |
+
"icon": {
|
1006 |
+
"paths": [
|
1007 |
+
"M438.857 458.286h414.286c4 22.286 6.857 44 6.857 73.143 0 250.286-168 428.571-421.143 428.571-242.857 0-438.857-196-438.857-438.857s196-438.857 438.857-438.857c118.286 0 217.714 43.429 294.286 114.857l-119.429 114.857c-32.571-31.429-89.714-68-174.857-68-149.714 0-272 124-272 277.143s122.286 277.143 272 277.143c173.714 0 238.857-124.571 249.143-189.143h-249.143v-150.857z"
|
1008 |
+
],
|
1009 |
+
"width": 860,
|
1010 |
+
"isMulticolor": false,
|
1011 |
+
"isMulticolor2": false,
|
1012 |
+
"tags": [
|
1013 |
+
"google"
|
1014 |
+
],
|
1015 |
+
"defaultCode": 61856,
|
1016 |
+
"grid": 0,
|
1017 |
+
"attrs": [],
|
1018 |
+
"colorPermutations": {
|
1019 |
+
"10118231255255255187878719117221": []
|
1020 |
+
}
|
1021 |
+
},
|
1022 |
+
"attrs": [],
|
1023 |
+
"properties": {
|
1024 |
+
"id": 27,
|
1025 |
+
"order": 27,
|
1026 |
+
"ligatures": "",
|
1027 |
+
"prevSize": 32,
|
1028 |
+
"code": 61856,
|
1029 |
+
"name": "google"
|
1030 |
+
},
|
1031 |
+
"setIdx": 0,
|
1032 |
+
"setId": 0,
|
1033 |
+
"iconIdx": 29
|
1034 |
+
},
|
1035 |
+
{
|
1036 |
+
"icon": {
|
1037 |
+
"paths": [
|
1038 |
+
"M625.714 676c5.143 5.143 5.143 13.143 0 17.714-32.571 32.571-95.429 35.429-113.714 35.429s-81.143-2.857-113.714-35.429c-5.143-4.571-5.143-12.571 0-17.714 4.571-4.571 12.571-4.571 17.143 0 20.571 21.143 65.143 28 96.571 28s75.429-6.857 96.571-28c4.571-4.571 12.571-4.571 17.143 0zM450.286 572.572c0 28-22.857 50.857-50.857 50.857-28.571 0-51.429-22.857-51.429-50.857 0-28.571 22.857-51.429 51.429-51.429 28 0 50.857 22.857 50.857 51.429zM676 572.572c0 28-22.857 50.857-51.429 50.857-28 0-50.857-22.857-50.857-50.857 0-28.571 22.857-51.429 50.857-51.429 28.571 0 51.429 22.857 51.429 51.429zM819.429 504c0-37.714-30.857-68-68.571-68-19.429 0-36.571 8-49.143 20.571-46.286-32-108.571-52.571-177.714-54.857l36-161.714 114.286 25.714c0 28 22.857 50.857 50.857 50.857 28.571 0 51.429-23.429 51.429-51.429s-22.857-51.429-51.429-51.429c-20 0-37.143 12-45.714 28.571l-126.286-28c-6.286-1.714-12.571 2.857-14.286 9.143l-39.429 178.286c-68.571 2.857-130.286 23.429-176.571 55.429-12.571-13.143-30.286-21.143-49.714-21.143-37.714 0-68.571 30.286-68.571 68 0 27.429 16 50.286 38.857 61.714-2.286 10.286-3.429 21.143-3.429 32 0 108.571 122.286 196.571 272.571 196.571 150.857 0 273.143-88 273.143-196.571 0-10.857-1.143-22.286-4-32.571 22.286-11.429 37.714-34.286 37.714-61.143zM1024 521.143c0 282.857-229.143 512-512 512s-512-229.143-512-512 229.143-512 512-512 512 229.143 512 512z"
|
1039 |
+
],
|
1040 |
+
"isMulticolor": false,
|
1041 |
+
"isMulticolor2": false,
|
1042 |
+
"tags": [
|
1043 |
+
"reddit"
|
1044 |
+
],
|
1045 |
+
"defaultCode": 61857,
|
1046 |
+
"grid": 0,
|
1047 |
+
"attrs": [],
|
1048 |
+
"colorPermutations": {
|
1049 |
+
"10118231255255255187878719117221": []
|
1050 |
+
}
|
1051 |
+
},
|
1052 |
+
"attrs": [],
|
1053 |
+
"properties": {
|
1054 |
+
"id": 28,
|
1055 |
+
"order": 45,
|
1056 |
+
"ligatures": "",
|
1057 |
+
"prevSize": 32,
|
1058 |
+
"code": 61857,
|
1059 |
+
"name": "reddit"
|
1060 |
+
},
|
1061 |
+
"setIdx": 0,
|
1062 |
+
"setId": 0,
|
1063 |
+
"iconIdx": 30
|
1064 |
+
},
|
1065 |
+
{
|
1066 |
+
"icon": {
|
1067 |
+
"paths": [
|
1068 |
+
"M536.571 654.286c4 4 4 10.857 0 14.857-28 28-81.714 30.286-97.714 30.286s-69.714-2.286-97.714-30.286c-4-4-4-10.857 0-14.857 4-4.571 10.857-4.571 14.857 0 17.714 17.714 56 24 82.857 24s65.143-6.286 82.857-24c4-4.571 10.857-4.571 14.857 0zM386.286 565.143c0 24-20 44-44 44s-44-20-44-44c0-24.571 20-44 44-44s44 19.429 44 44zM579.429 565.143c0 24-20 44-44 44s-44-20-44-44c0-24.571 20-44 44-44s44 19.429 44 44zM702.286 506.286c0-32-26.286-58.286-58.857-58.286-16 0-30.857 6.857-41.714 17.714-40-27.429-93.714-45.143-152.571-46.857l30.857-138.857 97.714 22.286c0.571 24 20 43.429 44 43.429s44-20 44-44-20-44-44-44c-17.143 0-32 9.714-39.429 24.571l-108-24c-5.714-1.714-10.857 2.286-12 7.429l-34.286 153.143c-58.857 2.286-112 20-151.429 47.429-10.857-11.429-25.714-18.286-42.286-18.286-32.571 0-58.857 26.286-58.857 58.286 0 23.429 13.714 43.429 33.143 53.143-1.714 8.571-2.857 18.286-2.857 27.429 0 93.143 104.571 168.571 233.714 168.571s234.286-75.429 234.286-168.571c0-9.714-1.143-18.857-3.429-28 18.857-9.714 32-29.714 32-52.571zM877.714 246.857v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"
|
1069 |
+
],
|
1070 |
+
"width": 878,
|
1071 |
+
"isMulticolor": false,
|
1072 |
+
"isMulticolor2": false,
|
1073 |
+
"tags": [
|
1074 |
+
"reddit-square"
|
1075 |
+
],
|
1076 |
+
"defaultCode": 61858,
|
1077 |
+
"grid": 0,
|
1078 |
+
"attrs": [],
|
1079 |
+
"colorPermutations": {
|
1080 |
+
"10118231255255255187878719117221": []
|
1081 |
+
}
|
1082 |
+
},
|
1083 |
+
"attrs": [],
|
1084 |
+
"properties": {
|
1085 |
+
"id": 29,
|
1086 |
+
"order": 43,
|
1087 |
+
"ligatures": "",
|
1088 |
+
"prevSize": 32,
|
1089 |
+
"code": 61858,
|
1090 |
+
"name": "reddit-square"
|
1091 |
+
},
|
1092 |
+
"setIdx": 0,
|
1093 |
+
"setId": 0,
|
1094 |
+
"iconIdx": 31
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"icon": {
|
1098 |
+
"paths": [
|
1099 |
+
"M494.857 488.572l51.429-15.429v-35.429c0-60.571-51.429-109.143-112-109.143s-112 48-112 108.571v161.714c0 14.857-12 26.857-26.857 26.857s-26.286-12-26.286-26.857v-68.571h-86.286v69.714c0 62.286 50.286 112 112.571 112 61.143 0 112-49.143 112-110.286v-160c0-14.857 12-26.857 26.857-26.857 14.286 0 26.286 12 26.286 26.857v30.857zM685.143 600v-69.714h-85.714v72c0 14.857-12 26.857-26.857 26.857-14.286 0-26.286-12-26.286-26.857v-70.286l-51.429 14.857-34.286-16v70.286c0 61.143 50.857 110.857 112.571 110.857s112-49.714 112-112zM877.714 521.143c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z"
|
1100 |
+
],
|
1101 |
+
"width": 878,
|
1102 |
+
"isMulticolor": false,
|
1103 |
+
"isMulticolor2": false,
|
1104 |
+
"tags": [
|
1105 |
+
"stumbleupon-circle"
|
1106 |
+
],
|
1107 |
+
"defaultCode": 61859,
|
1108 |
+
"grid": 0,
|
1109 |
+
"attrs": [],
|
1110 |
+
"colorPermutations": {
|
1111 |
+
"10118231255255255187878719117221": []
|
1112 |
+
}
|
1113 |
+
},
|
1114 |
+
"attrs": [],
|
1115 |
+
"properties": {
|
1116 |
+
"id": 30,
|
1117 |
+
"order": 44,
|
1118 |
+
"ligatures": "",
|
1119 |
+
"prevSize": 32,
|
1120 |
+
"code": 61859,
|
1121 |
+
"name": "stumbleupon-circle"
|
1122 |
+
},
|
1123 |
+
"setIdx": 0,
|
1124 |
+
"setId": 0,
|
1125 |
+
"iconIdx": 32
|
1126 |
+
},
|
1127 |
+
{
|
1128 |
+
"icon": {
|
1129 |
+
"paths": [
|
1130 |
+
"M606.857 416v-67.429c0-32-26.286-58.286-58.286-58.286s-58.286 26.286-58.286 58.286v349.714c0 133.714-110.857 241.714-245.143 241.714-135.429 0-245.143-109.714-245.143-245.143v-152h187.429v149.714c0 32.571 26.286 58.286 58.286 58.286s58.286-25.714 58.286-58.286v-354.286c0-130.857 112-236 244.571-236 133.143 0 244.571 105.714 244.571 237.714v77.714l-111.429 33.143zM909.714 542.857h187.429v152c0 135.429-109.714 245.143-245.143 245.143-134.857 0-245.143-108.571-245.143-242.857v-153.143l74.857 34.857 111.429-33.143v154.286c0 32 26.286 57.714 58.286 57.714s58.286-25.714 58.286-57.714v-157.143z"
|
1131 |
+
],
|
1132 |
+
"width": 1097,
|
1133 |
+
"isMulticolor": false,
|
1134 |
+
"isMulticolor2": false,
|
1135 |
+
"tags": [
|
1136 |
+
"stumbleupon"
|
1137 |
+
],
|
1138 |
+
"defaultCode": 61860,
|
1139 |
+
"grid": 0,
|
1140 |
+
"attrs": [],
|
1141 |
+
"colorPermutations": {
|
1142 |
+
"10118231255255255187878719117221": []
|
1143 |
+
}
|
1144 |
+
},
|
1145 |
+
"attrs": [],
|
1146 |
+
"properties": {
|
1147 |
+
"id": 31,
|
1148 |
+
"order": 28,
|
1149 |
+
"ligatures": "",
|
1150 |
+
"prevSize": 32,
|
1151 |
+
"code": 61860,
|
1152 |
+
"name": "stumbleupon"
|
1153 |
+
},
|
1154 |
+
"setIdx": 0,
|
1155 |
+
"setId": 0,
|
1156 |
+
"iconIdx": 33
|
1157 |
+
},
|
1158 |
+
{
|
1159 |
+
"icon": {
|
1160 |
+
"paths": [
|
1161 |
+
"M332.571 756.572c0 30.857-28 37.714-53.143 37.714-24.571 0-61.143-4-61.143-36 0-31.429 30.857-36.571 56-36.571 24 0 58.286 4 58.286 34.857zM312 490.286c0 28.571-11.429 48.571-42.286 48.571-31.429 0-44-18.286-44-48s11.429-51.429 44-51.429c29.143 0 42.286 24 42.286 50.857zM406.857 447.429v-71.429c-24.571 9.143-50.857 16.571-77.143 16.571-18.857-10.857-40.571-16.571-62.857-16.571-65.143 0-116.571 48-116.571 114.286 0 35.429 23.429 84.571 58.857 96.571v1.714c-18.286 8-21.714 30.286-21.714 48.571 0 18.857 6.857 34.286 23.429 44v1.714c-38.857 12.571-64.571 37.143-64.571 79.429 0 72.571 69.143 93.143 129.714 93.143 73.143 0 128-26.857 128-107.429 0-57.143-52-74.286-99.429-82.857-16-2.857-43.429-14.286-43.429-34.286 0-18.857 10.286-26.857 28-29.714 58.286-11.429 95.429-56.571 95.429-116.571 0-10.286-2.286-20-5.714-29.714 9.143-2.286 18.857-4.571 28-7.429zM440.571 686.857h78.286c-1.143-15.429-1.143-31.429-1.143-46.857v-221.143c0-13.143 0-26.286 1.143-39.429h-78.286c1.714 13.143 1.714 27.429 1.714 40.571v224c0 14.286 0 28.571-1.714 42.857zM731.429 677.714v-69.143c-11.429 8-25.143 12-38.857 12-25.714 0-30.286-25.714-30.286-46.857v-128.571h29.714c10.286 0 20 1.143 30.286 1.143v-66.857h-60c0-19.429-1.143-38.857 1.714-58.286h-80c1.714 10.286 2.286 20.571 2.286 31.429v26.857h-34.286v66.857c6.857-0.571 13.714-1.714 21.143-1.714 4 0 8.571 0.571 13.143 0.571v1.143h-1.143v124c0 61.714 9.143 121.143 84.571 121.143 21.143 0 42.857-3.429 61.714-13.714zM528 274.286c0-26.857-20-52-48-52s-48.571 24.571-48.571 52c0 26.857 21.143 50.857 48.571 50.857s48-24.571 48-50.857zM877.714 246.857v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"
|
1162 |
+
],
|
1163 |
+
"width": 878,
|
1164 |
+
"isMulticolor": false,
|
1165 |
+
"isMulticolor2": false,
|
1166 |
+
"tags": [
|
1167 |
+
"git-square"
|
1168 |
+
],
|
1169 |
+
"defaultCode": 61906,
|
1170 |
+
"grid": 0,
|
1171 |
+
"attrs": [],
|
1172 |
+
"colorPermutations": {
|
1173 |
+
"10118231255255255187878719117221": []
|
1174 |
+
}
|
1175 |
+
},
|
1176 |
+
"attrs": [],
|
1177 |
+
"properties": {
|
1178 |
+
"id": 32,
|
1179 |
+
"order": 29,
|
1180 |
+
"ligatures": "",
|
1181 |
+
"prevSize": 32,
|
1182 |
+
"code": 61906,
|
1183 |
+
"name": "git-square"
|
1184 |
+
},
|
1185 |
+
"setIdx": 0,
|
1186 |
+
"setId": 0,
|
1187 |
+
"iconIdx": 34
|
1188 |
+
},
|
1189 |
+
{
|
1190 |
+
"icon": {
|
1191 |
+
"paths": [
|
1192 |
+
"M340 874.286c0-50.286-55.429-57.143-94.286-57.143-40.571 0-90.286 8.571-90.286 59.429 0 51.429 58.857 57.714 98.286 57.714 41.714 0 86.286-10.286 86.286-60zM306.286 442.857c0-42.857-20.571-81.714-68-81.714-52.571 0-70.857 34.857-70.857 82.857 0 47.429 20.571 77.143 70.857 77.143 49.714 0 68-32 68-78.286zM460 257.714v115.429c-14.857 5.143-29.714 9.143-45.143 12.571 5.714 15.429 9.143 31.429 9.143 48 0 96.571-59.429 170.286-154.286 188-28.571 5.714-45.143 17.714-45.143 48.571 0 87.429 230.857 28 230.857 189.143 0 130.857-88.571 173.714-207.429 173.714-97.714 0-209.143-32.571-209.143-150.286 0-68.571 41.714-108 104-128.571v-2.286c-26.286-16-38.286-41.143-38.286-72 0-29.143 6.286-65.143 36-78.286v-2.286c-57.714-19.429-95.429-98.857-95.429-156.571 0-106.857 82.857-185.143 188.571-185.143 35.429 0 70.857 9.143 101.714 26.857 42.857 0 85.143-11.429 124.571-26.857zM641.714 761.143h-126.857c2.286-25.714 2.286-50.857 2.286-76.571v-348c0-24.571 0.571-49.143-2.286-73.143h126.857c-2.857 23.429-2.286 47.429-2.286 70.857v350.286c0 25.714 0 50.857 2.286 76.571zM985.143 634.286v112c-30.286 16.571-65.143 22.286-99.429 22.286-122.286 0-136.571-96.571-136.571-196v-200.571h1.143v-2.286c-7.429 0-14.286-1.143-21.143-1.143-11.429 0-22.857 1.714-33.714 3.429v-108.571h54.857v-43.429c0-17.143-0.571-34.286-3.429-50.857h129.714c-4.571 31.429-3.429 62.857-3.429 94.286h97.714v108.571c-16.571 0-33.143-2.286-49.143-2.286h-48.571v208.571c0 33.714 7.429 74.857 49.714 74.857 22.286 0 44-6.286 62.286-18.857zM656 93.143c0 42.857-33.143 82.857-77.143 82.857-45.143 0-78.857-39.429-78.857-82.857 0-44 33.143-84 78.857-84 45.143 0 77.143 41.143 77.143 84z"
|
1193 |
+
],
|
1194 |
+
"isMulticolor": false,
|
1195 |
+
"isMulticolor2": false,
|
1196 |
+
"tags": [
|
1197 |
+
"git"
|
1198 |
+
],
|
1199 |
+
"defaultCode": 61907,
|
1200 |
+
"grid": 0,
|
1201 |
+
"attrs": [],
|
1202 |
+
"colorPermutations": {
|
1203 |
+
"10118231255255255187878719117221": []
|
1204 |
+
}
|
1205 |
+
},
|
1206 |
+
"attrs": [],
|
1207 |
+
"properties": {
|
1208 |
+
"id": 33,
|
1209 |
+
"order": 30,
|
1210 |
+
"ligatures": "",
|
1211 |
+
"prevSize": 32,
|
1212 |
+
"code": 61907,
|
1213 |
+
"name": "git"
|
1214 |
+
},
|
1215 |
+
"setIdx": 0,
|
1216 |
+
"setId": 0,
|
1217 |
+
"iconIdx": 35
|
1218 |
+
},
|
1219 |
+
{
|
1220 |
+
"icon": {
|
1221 |
+
"paths": [
|
1222 |
+
"M154.286 469.714c-4-9.714-4.571-19.429-4.571-29.714 0-16 10.286-41.714 20-53.714-0.571-14.857 5.714-45.143 17.143-54.857 0-105.714 81.714-238.857 177.143-284.571 58.857-28 120.571-37.714 185.143-37.714 50.286 0 105.143 12 152 31.429 134.286 56.571 164.571 161.714 193.143 296l0.571 2.857c16.571 25.143 31.429 54.857 31.429 85.714 0 15.429-10.286 30.857-10.286 44.571 0 1.143 3.429 5.714 4 6.857 49.143 72.571 93.714 151.429 93.714 241.714 0 20-10.857 89.714-42.857 89.714-22.286 0-46.857-54.286-54.857-69.143-0.571-0.571-1.143-0.571-1.714-0.571l-2.857 2.286c-18.286 47.429-38.286 92-75.429 127.429 32.571 31.429 85.143 28.571 94.857 82.857-2.857 6.286-1.714 13.143-6.286 19.429-32.571 49.143-120 55.429-172.571 55.429-69.714 0-126.286-18.286-192-37.714-13.714-4-34.286-1.714-49.143-3.429-34.857 38.286-120 48.571-169.143 48.571-43.429 0-211.429-2.857-211.429-77.143 0-32 6.857-41.143 29.143-61.714 17.714-3.429 30.857-13.143 51.429-14.286 2.857 0 5.143-0.571 8-1.143 0.571-0.571 1.143-0.571 1.143-2.286l-1.143-1.714c-39.429-9.143-94.857-108.571-103.429-149.714l-2.857-1.714c-4 0-5.714 8.571-6.857 11.429-12.571 29.143-42.286 60.571-75.429 64h-0.571c-4.571 0-2.857-4.571-6.286-5.714-8-18.857-13.143-36-13.143-57.143 0-114.286 54.857-198.857 144-266.286z"
|
1223 |
+
],
|
1224 |
+
"isMulticolor": false,
|
1225 |
+
"isMulticolor2": false,
|
1226 |
+
"tags": [
|
1227 |
+
"qq"
|
1228 |
+
],
|
1229 |
+
"defaultCode": 61910,
|
1230 |
+
"grid": 0,
|
1231 |
+
"attrs": [],
|
1232 |
+
"colorPermutations": {
|
1233 |
+
"10118231255255255187878719117221": []
|
1234 |
+
}
|
1235 |
+
},
|
1236 |
+
"attrs": [],
|
1237 |
+
"properties": {
|
1238 |
+
"id": 34,
|
1239 |
+
"order": 31,
|
1240 |
+
"ligatures": "",
|
1241 |
+
"prevSize": 32,
|
1242 |
+
"code": 61910,
|
1243 |
+
"name": "qq"
|
1244 |
+
},
|
1245 |
+
"setIdx": 0,
|
1246 |
+
"setId": 0,
|
1247 |
+
"iconIdx": 36
|
1248 |
+
},
|
1249 |
+
{
|
1250 |
+
"icon": {
|
1251 |
+
"paths": [
|
1252 |
+
"M438.857 155.429c-201.714 0-365.714 164-365.714 365.714s164 365.714 365.714 365.714 365.714-164 365.714-365.714-164-365.714-365.714-365.714zM877.714 521.143c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857v0c242.286 0 438.857 196.571 438.857 438.857z"
|
1253 |
+
],
|
1254 |
+
"width": 878,
|
1255 |
+
"isMulticolor": false,
|
1256 |
+
"isMulticolor2": false,
|
1257 |
+
"tags": [
|
1258 |
+
"circle-thin"
|
1259 |
+
],
|
1260 |
+
"defaultCode": 61915,
|
1261 |
+
"grid": 0,
|
1262 |
+
"attrs": [],
|
1263 |
+
"colorPermutations": {
|
1264 |
+
"10118231255255255187878719117221": []
|
1265 |
+
}
|
1266 |
+
},
|
1267 |
+
"attrs": [],
|
1268 |
+
"properties": {
|
1269 |
+
"id": 35,
|
1270 |
+
"order": 32,
|
1271 |
+
"ligatures": "",
|
1272 |
+
"prevSize": 32,
|
1273 |
+
"code": 61915,
|
1274 |
+
"name": "circle-thin"
|
1275 |
+
},
|
1276 |
+
"setIdx": 0,
|
1277 |
+
"setId": 0,
|
1278 |
+
"iconIdx": 37
|
1279 |
+
},
|
1280 |
+
{
|
1281 |
+
"icon": {
|
1282 |
+
"paths": [
|
1283 |
+
"M694.857 594.286c101.143 0 182.857 81.714 182.857 182.857s-81.714 182.857-182.857 182.857-182.857-81.714-182.857-182.857c0-6.286 0.571-13.143 1.143-19.429l-205.714-102.857c-32.571 30.286-76.571 49.143-124.571 49.143-101.143 0-182.857-81.714-182.857-182.857s81.714-182.857 182.857-182.857c48 0 92 18.857 124.571 49.143l205.714-102.857c-0.571-6.286-1.143-13.143-1.143-19.429 0-101.143 81.714-182.857 182.857-182.857s182.857 81.714 182.857 182.857-81.714 182.857-182.857 182.857c-48 0-92-18.857-124.571-49.143l-205.714 102.857c0.571 6.286 1.143 13.143 1.143 19.429s-0.571 13.143-1.143 19.429l205.714 102.857c32.571-30.286 76.571-49.143 124.571-49.143z"
|
1284 |
+
],
|
1285 |
+
"width": 878,
|
1286 |
+
"isMulticolor": false,
|
1287 |
+
"isMulticolor2": false,
|
1288 |
+
"tags": [
|
1289 |
+
"share-alt"
|
1290 |
+
],
|
1291 |
+
"defaultCode": 61920,
|
1292 |
+
"grid": 0,
|
1293 |
+
"attrs": [],
|
1294 |
+
"colorPermutations": {
|
1295 |
+
"10118231255255255187878719117221": []
|
1296 |
+
}
|
1297 |
+
},
|
1298 |
+
"attrs": [],
|
1299 |
+
"properties": {
|
1300 |
+
"id": 36,
|
1301 |
+
"order": 33,
|
1302 |
+
"ligatures": "",
|
1303 |
+
"prevSize": 32,
|
1304 |
+
"code": 61920,
|
1305 |
+
"name": "share-alt"
|
1306 |
+
},
|
1307 |
+
"setIdx": 0,
|
1308 |
+
"setId": 0,
|
1309 |
+
"iconIdx": 38
|
1310 |
+
},
|
1311 |
+
{
|
1312 |
+
"icon": {
|
1313 |
+
"paths": [
|
1314 |
+
"M512 257.143v248h-82.857v-248h82.857zM739.429 257.143v248h-82.857v-248h82.857zM739.429 691.429l144.571-145.143v-454.286h-682.286v599.429h186.286v124l124-124h227.429zM966.857 9.143v578.857l-248 248h-186.286l-124 124h-124v-124h-227.429v-661.714l62.286-165.143h847.429z"
|
1315 |
+
],
|
1316 |
+
"isMulticolor": false,
|
1317 |
+
"isMulticolor2": false,
|
1318 |
+
"tags": [
|
1319 |
+
"twitch"
|
1320 |
+
],
|
1321 |
+
"defaultCode": 61928,
|
1322 |
+
"grid": 0,
|
1323 |
+
"attrs": [],
|
1324 |
+
"colorPermutations": {
|
1325 |
+
"10118231255255255187878719117221": []
|
1326 |
+
}
|
1327 |
+
},
|
1328 |
+
"attrs": [],
|
1329 |
+
"properties": {
|
1330 |
+
"id": 37,
|
1331 |
+
"order": 34,
|
1332 |
+
"ligatures": "",
|
1333 |
+
"prevSize": 32,
|
1334 |
+
"code": 61928,
|
1335 |
+
"name": "twitch"
|
1336 |
+
},
|
1337 |
+
"setIdx": 0,
|
1338 |
+
"setId": 0,
|
1339 |
+
"iconIdx": 39
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"icon": {
|
1343 |
+
"paths": [
|
1344 |
+
"M562.857 565.714c9.714 0 102.857 48.571 106.857 55.429 1.143 2.857 1.143 6.286 1.143 8.571 0 14.286-4.571 30.286-9.714 43.429-13.143 32-66.286 52.571-98.857 52.571-27.429 0-84-24-108.571-35.429-81.714-37.143-132.571-100.571-181.714-173.143-21.714-32-41.143-71.429-40.571-110.857v-4.571c1.143-37.714 14.857-64.571 42.286-90.286 8.571-8 17.714-12.571 29.714-12.571 6.857 0 13.714 1.714 21.143 1.714 15.429 0 18.286 4.571 24 19.429 4 9.714 33.143 87.429 33.143 93.143 0 21.714-39.429 46.286-39.429 59.429 0 2.857 1.143 5.714 2.857 8.571 12.571 26.857 36.571 57.714 58.286 78.286 26.286 25.143 54.286 41.714 86.286 57.714 4 2.286 8 4 12.571 4 17.143 0 45.714-55.429 60.571-55.429zM446.857 868.572c197.714 0 358.857-161.143 358.857-358.857s-161.143-358.857-358.857-358.857-358.857 161.143-358.857 358.857c0 75.429 24 149.143 68.571 210.286l-45.143 133.143 138.286-44c58.286 38.286 127.429 59.429 197.143 59.429zM446.857 78.857c237.714 0 430.857 193.143 430.857 430.857s-193.143 430.857-430.857 430.857c-72.571 0-144.571-18.286-208.571-53.714l-238.286 76.571 77.714-231.429c-40.571-66.857-61.714-144-61.714-222.286 0-237.714 193.143-430.857 430.857-430.857z"
|
1345 |
+
],
|
1346 |
+
"width": 878,
|
1347 |
+
"isMulticolor": false,
|
1348 |
+
"isMulticolor2": false,
|
1349 |
+
"tags": [
|
1350 |
+
"whatsapp"
|
1351 |
+
],
|
1352 |
+
"defaultCode": 62002,
|
1353 |
+
"grid": 0,
|
1354 |
+
"attrs": [],
|
1355 |
+
"colorPermutations": {
|
1356 |
+
"10118231255255255187878719117221": []
|
1357 |
+
}
|
1358 |
+
},
|
1359 |
+
"attrs": [],
|
1360 |
+
"properties": {
|
1361 |
+
"id": 38,
|
1362 |
+
"order": 35,
|
1363 |
+
"ligatures": "",
|
1364 |
+
"prevSize": 32,
|
1365 |
+
"code": 62002,
|
1366 |
+
"name": "whatsapp"
|
1367 |
+
},
|
1368 |
+
"setIdx": 0,
|
1369 |
+
"setId": 0,
|
1370 |
+
"iconIdx": 40
|
1371 |
+
},
|
1372 |
+
{
|
1373 |
+
"icon": {
|
1374 |
+
"paths": [
|
1375 |
+
"M730.857 665.143c0-8-4.571-13.714-12.571-15.429-52-11.429-91.429-47.429-113.143-95.429-1.714-4.571-4-9.143-4-14.286 0-25.714 71.429-20.571 71.429-57.143 0-15.429-18.857-25.143-32.571-25.143-13.143 0-23.429 9.143-36 9.143-2.286 0-4.571-0.571-6.857-1.143 1.143-21.714 2.857-43.429 2.857-65.143 0-20-1.143-47.429-9.714-65.143-27.429-59.429-80.571-94.286-145.714-94.286-71.429 0-125.714 26.286-157.143 94.286-8.571 17.714-9.714 45.143-9.714 65.143 0 21.714 1.714 43.429 2.857 65.143-2.286 1.143-5.143 1.143-8 1.143-13.143 0-23.429-8.571-35.429-8.571-14.286 0-32 9.143-32 25.143 0 35.429 71.429 30.857 71.429 56.571 0 5.143-2.286 9.714-4 14.286-22.286 48-60.571 84-113.143 95.429-8 1.714-12.571 7.429-12.571 15.429 0 26.286 60.571 36 78.286 38.857 5.143 13.714 2.857 37.714 23.429 37.714 14.286 0 28.571-5.143 44-5.143 60 0 76 54.286 145.714 54.286 72.571 0 86.286-54.286 146.857-54.286 15.429 0 29.714 4.571 44.571 4.571 20 0 17.714-24 22.857-37.143 17.714-2.857 78.286-12.571 78.286-38.857zM877.714 521.143c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z"
|
1376 |
+
],
|
1377 |
+
"width": 878,
|
1378 |
+
"isMulticolor": false,
|
1379 |
+
"isMulticolor2": false,
|
1380 |
+
"tags": [
|
1381 |
+
"snapchat"
|
1382 |
+
],
|
1383 |
+
"defaultCode": 62123,
|
1384 |
+
"grid": 0,
|
1385 |
+
"attrs": [],
|
1386 |
+
"colorPermutations": {
|
1387 |
+
"10118231255255255187878719117221": []
|
1388 |
+
}
|
1389 |
+
},
|
1390 |
+
"attrs": [],
|
1391 |
+
"properties": {
|
1392 |
+
"id": 39,
|
1393 |
+
"order": 36,
|
1394 |
+
"ligatures": "",
|
1395 |
+
"prevSize": 32,
|
1396 |
+
"code": 62123,
|
1397 |
+
"name": "snapchat"
|
1398 |
+
},
|
1399 |
+
"setIdx": 0,
|
1400 |
+
"setId": 0,
|
1401 |
+
"iconIdx": 41
|
1402 |
+
},
|
1403 |
+
{
|
1404 |
+
"icon": {
|
1405 |
+
"paths": [
|
1406 |
+
"M484.571 82.286c102.857-1.143 188 56.571 230.857 149.143 13.143 28 15.429 71.429 15.429 102.286 0 36.571-2.857 72.571-5.143 109.143 4.571 2.286 10.857 4 16 4 20.571 0 37.714-15.429 58.286-15.429 19.429 0 47.429 13.714 47.429 36.571 0 54.857-114.857 44.571-114.857 92.571 0 8.571 3.429 16.571 6.857 24.571 27.429 60 79.429 117.714 141.143 143.429 14.857 6.286 29.714 9.714 45.714 13.143 10.286 2.286 16 9.714 16 20 0 38.857-98.857 54.857-125.143 58.857-11.429 17.714-2.857 59.429-33.143 59.429-23.429 0-46.857-7.429-72-7.429-12 0-24 0.571-35.429 2.857-68 11.429-90.857 84.571-202.286 84.571-107.429 0-133.143-73.143-199.429-84.571-12-2.286-24-2.857-36-2.857-25.714 0-50.286 8.571-70.857 8.571-32 0-22.286-42.286-34.286-60.571-26.286-4-125.143-20-125.143-58.857 0-10.286 5.714-17.714 16-20 16-3.429 30.857-6.857 45.714-13.143 61.143-25.143 114.286-83.429 141.143-143.429 3.429-8 6.857-16 6.857-24.571 0-48-115.429-38.857-115.429-92 0-22.286 26.286-36.571 46.286-36.571 17.714 0 35.429 14.857 57.714 14.857 6.286 0 12.571-1.143 18.286-4-2.286-36-5.143-72-5.143-108.571 0-30.857 2.286-74.857 15.429-102.857 50.286-108.571 135.429-148 249.143-149.143z"
|
1407 |
+
],
|
1408 |
+
"width": 951,
|
1409 |
+
"isMulticolor": false,
|
1410 |
+
"isMulticolor2": false,
|
1411 |
+
"tags": [
|
1412 |
+
"snapchat-ghost"
|
1413 |
+
],
|
1414 |
+
"defaultCode": 62124,
|
1415 |
+
"grid": 0,
|
1416 |
+
"attrs": [],
|
1417 |
+
"colorPermutations": {
|
1418 |
+
"10118231255255255187878719117221": []
|
1419 |
+
}
|
1420 |
+
},
|
1421 |
+
"attrs": [],
|
1422 |
+
"properties": {
|
1423 |
+
"id": 40,
|
1424 |
+
"order": 37,
|
1425 |
+
"ligatures": "",
|
1426 |
+
"prevSize": 32,
|
1427 |
+
"code": 62124,
|
1428 |
+
"name": "snapchat-ghost"
|
1429 |
+
},
|
1430 |
+
"setIdx": 0,
|
1431 |
+
"setId": 0,
|
1432 |
+
"iconIdx": 42
|
1433 |
+
},
|
1434 |
+
{
|
1435 |
+
"icon": {
|
1436 |
+
"paths": [
|
1437 |
+
"M731.429 665.143c0-8-4.571-13.714-12.571-15.429-52-10.857-91.429-47.429-113.143-95.429-2.286-4.571-4-9.143-4-14.286 0-25.714 70.857-20.571 70.857-57.143 0-15.429-18.857-25.143-32.571-25.143-12.571 0-22.857 9.143-36 9.143-2.286 0-4.571-0.571-6.857-1.143 1.714-21.714 2.857-44 2.857-65.714 0-19.429-1.143-46.857-9.714-65.143-27.429-59.429-80-94.286-145.714-94.286-71.429 0-125.714 26.857-157.143 94.286-8.571 18.286-10.286 45.714-10.286 65.714 0 21.714 1.714 43.429 3.429 65.143-2.857 0.571-5.714 1.143-8.571 1.143-12.571 0-23.429-9.143-35.429-9.143-14.286 0-31.429 9.714-31.429 25.714 0 35.429 70.857 30.857 70.857 56.571 0 5.143-1.714 9.714-4 14.286-22.286 48-60.571 84-113.143 95.429-8 1.714-12.571 7.429-12.571 15.429 0 26.857 60.571 36.571 78.857 39.429 5.143 13.714 2.857 37.714 22.857 37.714 14.857 0 29.143-5.714 44-5.714 60.571 0 76.571 54.286 146.286 54.286 72.571 0 86.286-54.286 147.429-54.286 14.857 0 29.714 5.143 44.571 5.143 19.429 0 17.714-24 22.286-37.143 18.286-2.857 78.857-12.571 78.857-39.429zM877.714 246.857v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"
|
1438 |
+
],
|
1439 |
+
"width": 878,
|
1440 |
+
"isMulticolor": false,
|
1441 |
+
"isMulticolor2": false,
|
1442 |
+
"tags": [
|
1443 |
+
"snapchat-square"
|
1444 |
+
],
|
1445 |
+
"defaultCode": 62125,
|
1446 |
+
"grid": 0,
|
1447 |
+
"attrs": [],
|
1448 |
+
"colorPermutations": {
|
1449 |
+
"10118231255255255187878719117221": []
|
1450 |
+
}
|
1451 |
+
},
|
1452 |
+
"attrs": [],
|
1453 |
+
"properties": {
|
1454 |
+
"id": 41,
|
1455 |
+
"order": 38,
|
1456 |
+
"ligatures": "",
|
1457 |
+
"prevSize": 32,
|
1458 |
+
"code": 62125,
|
1459 |
+
"name": "snapchat-square"
|
1460 |
+
},
|
1461 |
+
"setIdx": 0,
|
1462 |
+
"setId": 0,
|
1463 |
+
"iconIdx": 43
|
1464 |
+
},
|
1465 |
+
{
|
1466 |
+
"icon": {
|
1467 |
+
"paths": [
|
1468 |
+
"M679.429 756l84-396c7.429-34.857-12.571-48.571-35.429-40l-493.714 190.286c-33.714 13.143-33.143 32-5.714 40.571l126.286 39.429 293.143-184.571c13.714-9.143 26.286-4 16 5.143l-237.143 214.286-9.143 130.286c13.143 0 18.857-5.714 25.714-12.571l61.714-59.429 128 94.286c23.429 13.143 40 6.286 46.286-21.714zM1024 521.143c0 282.857-229.143 512-512 512s-512-229.143-512-512 229.143-512 512-512 512 229.143 512 512z"
|
1469 |
+
],
|
1470 |
+
"isMulticolor": false,
|
1471 |
+
"isMulticolor2": false,
|
1472 |
+
"tags": [
|
1473 |
+
"telegram"
|
1474 |
+
],
|
1475 |
+
"defaultCode": 62150,
|
1476 |
+
"grid": 0,
|
1477 |
+
"attrs": [],
|
1478 |
+
"colorPermutations": {
|
1479 |
+
"10118231255255255187878719117221": []
|
1480 |
+
}
|
1481 |
+
},
|
1482 |
+
"attrs": [],
|
1483 |
+
"properties": {
|
1484 |
+
"id": 42,
|
1485 |
+
"order": 39,
|
1486 |
+
"ligatures": "",
|
1487 |
+
"prevSize": 32,
|
1488 |
+
"code": 62150,
|
1489 |
+
"name": "telegram"
|
1490 |
+
},
|
1491 |
+
"setIdx": 0,
|
1492 |
+
"setId": 0,
|
1493 |
+
"iconIdx": 44
|
1494 |
+
}
|
1495 |
+
],
|
1496 |
+
"height": 1024,
|
1497 |
+
"metadata": {
|
1498 |
+
"name": "icomoon"
|
1499 |
+
},
|
1500 |
+
"preferences": {
|
1501 |
+
"showGlyphs": true,
|
1502 |
+
"showCodes": true,
|
1503 |
+
"showQuickUse": true,
|
1504 |
+
"showQuickUse2": true,
|
1505 |
+
"showSVGs": true,
|
1506 |
+
"fontPref": {
|
1507 |
+
"prefix": "kicon-",
|
1508 |
+
"metadata": {
|
1509 |
+
"fontFamily": "icomoon",
|
1510 |
+
"majorVersion": 1,
|
1511 |
+
"minorVersion": 0
|
1512 |
+
},
|
1513 |
+
"metrics": {
|
1514 |
+
"emSize": 1024,
|
1515 |
+
"baseline": 6.25,
|
1516 |
+
"whitespace": 50
|
1517 |
+
},
|
1518 |
+
"embed": false,
|
1519 |
+
"showSelector": true
|
1520 |
+
},
|
1521 |
+
"imagePref": {
|
1522 |
+
"prefix": "icon-",
|
1523 |
+
"png": true,
|
1524 |
+
"useClassSelector": true,
|
1525 |
+
"color": 0,
|
1526 |
+
"bgColor": 16777215
|
1527 |
+
},
|
1528 |
+
"historySize": 50
|
1529 |
+
}
|
1530 |
}
|
assets/vendors/icomoon/style.css
CHANGED
@@ -1,164 +1,164 @@
|
|
1 |
-
@font-face {
|
2 |
-
font-family: 'icomoon';
|
3 |
-
src: url('fonts/icomoon.eot?dsgpst');
|
4 |
-
src: url('fonts/icomoon.eot?dsgpst#iefix') format('embedded-opentype'),
|
5 |
-
url('fonts/icomoon.ttf?dsgpst') format('truetype'),
|
6 |
-
url('fonts/icomoon.woff?dsgpst') format('woff'),
|
7 |
-
url('fonts/icomoon.svg?dsgpst#icomoon') format('svg');
|
8 |
-
font-weight: normal;
|
9 |
-
font-style: normal;
|
10 |
-
}
|
11 |
-
|
12 |
-
[class^="kicon-"], [class*=" kicon-"] {
|
13 |
-
/* use !important to prevent issues with browser extensions that change fonts */
|
14 |
-
font-family: 'icomoon' !important;
|
15 |
-
speak: none;
|
16 |
-
font-style: normal;
|
17 |
-
font-weight: normal;
|
18 |
-
font-variant: normal;
|
19 |
-
text-transform: none;
|
20 |
-
line-height: 1;
|
21 |
-
|
22 |
-
/* Better Font Rendering =========== */
|
23 |
-
-webkit-font-smoothing: antialiased;
|
24 |
-
-moz-osx-font-smoothing: grayscale;
|
25 |
-
}
|
26 |
-
|
27 |
-
.kicon-fintel:before {
|
28 |
-
content: "\e907";
|
29 |
-
color: rgb(255, 255, 255);
|
30 |
-
}
|
31 |
-
.kicon-fintel-simple:before {
|
32 |
-
content: "\e900";
|
33 |
-
color: rgb(9, 117, 22);
|
34 |
-
}
|
35 |
-
.kicon-fintel-square:before {
|
36 |
-
content: "\e905";
|
37 |
-
color: rgb(9, 117, 22);
|
38 |
-
}
|
39 |
-
.kicon-envelope-o:before {
|
40 |
-
content: "\f003";
|
41 |
-
}
|
42 |
-
.kicon-close:before {
|
43 |
-
content: "\f00d";
|
44 |
-
}
|
45 |
-
.kicon-linkedin-square:before {
|
46 |
-
content: "\f08c";
|
47 |
-
}
|
48 |
-
.kicon-twitter:before {
|
49 |
-
content: "\f099";
|
50 |
-
}
|
51 |
-
.kicon-facebook:before {
|
52 |
-
content: "\f09a";
|
53 |
-
}
|
54 |
-
.kicon-github:before {
|
55 |
-
content: "\f09b";
|
56 |
-
}
|
57 |
-
.kicon-globe:before {
|
58 |
-
content: "\f0ac";
|
59 |
-
}
|
60 |
-
.kicon-chain:before {
|
61 |
-
content: "\f0c1";
|
62 |
-
}
|
63 |
-
.kicon-pinterest:before {
|
64 |
-
content: "\f0d2";
|
65 |
-
}
|
66 |
-
.kicon-pinterest-square:before {
|
67 |
-
content: "\f0d3";
|
68 |
-
}
|
69 |
-
.kicon-google-plus-square:before {
|
70 |
-
content: "\f0d4";
|
71 |
-
}
|
72 |
-
.kicon-google-plus:before {
|
73 |
-
content: "\f0d5";
|
74 |
-
}
|
75 |
-
.kicon-envelope:before {
|
76 |
-
content: "\f0e0";
|
77 |
-
}
|
78 |
-
.kicon-linkedin:before {
|
79 |
-
content: "\f0e1";
|
80 |
-
}
|
81 |
-
.kicon-youtube-square:before {
|
82 |
-
content: "\f166";
|
83 |
-
}
|
84 |
-
.kicon-youtube:before {
|
85 |
-
content: "\f167";
|
86 |
-
}
|
87 |
-
.kicon-youtube-play:before {
|
88 |
-
content: "\f16a";
|
89 |
-
}
|
90 |
-
.kicon-dropbox:before {
|
91 |
-
content: "\f16b";
|
92 |
-
}
|
93 |
-
.kicon-instagram:before {
|
94 |
-
content: "\f16d";
|
95 |
-
}
|
96 |
-
.kicon-flickr:before {
|
97 |
-
content: "\f16e";
|
98 |
-
}
|
99 |
-
.kicon-tumblr:before {
|
100 |
-
content: "\f173";
|
101 |
-
}
|
102 |
-
.kicon-tumblr-square:before {
|
103 |
-
content: "\f174";
|
104 |
-
}
|
105 |
-
.kicon-dribbble:before {
|
106 |
-
content: "\f17d";
|
107 |
-
}
|
108 |
-
.kicon-skype:before {
|
109 |
-
content: "\f17e";
|
110 |
-
}
|
111 |
-
.kicon-vimeo-square:before {
|
112 |
-
content: "\f194";
|
113 |
-
}
|
114 |
-
.kicon-wordpress:before {
|
115 |
-
content: "\f19a";
|
116 |
-
}
|
117 |
-
.kicon-google:before {
|
118 |
-
content: "\f1a0";
|
119 |
-
}
|
120 |
-
.kicon-reddit:before {
|
121 |
-
content: "\f1a1";
|
122 |
-
}
|
123 |
-
.kicon-reddit-square:before {
|
124 |
-
content: "\f1a2";
|
125 |
-
}
|
126 |
-
.kicon-stumbleupon-circle:before {
|
127 |
-
content: "\f1a3";
|
128 |
-
}
|
129 |
-
.kicon-stumbleupon:before {
|
130 |
-
content: "\f1a4";
|
131 |
-
}
|
132 |
-
.kicon-git-square:before {
|
133 |
-
content: "\f1d2";
|
134 |
-
}
|
135 |
-
.kicon-git:before {
|
136 |
-
content: "\f1d3";
|
137 |
-
}
|
138 |
-
.kicon-qq:before {
|
139 |
-
content: "\f1d6";
|
140 |
-
}
|
141 |
-
.kicon-circle-thin:before {
|
142 |
-
content: "\f1db";
|
143 |
-
}
|
144 |
-
.kicon-share-alt:before {
|
145 |
-
content: "\f1e0";
|
146 |
-
}
|
147 |
-
.kicon-twitch:before {
|
148 |
-
content: "\f1e8";
|
149 |
-
}
|
150 |
-
.kicon-whatsapp:before {
|
151 |
-
content: "\f232";
|
152 |
-
}
|
153 |
-
.kicon-snapchat:before {
|
154 |
-
content: "\f2ab";
|
155 |
-
}
|
156 |
-
.kicon-snapchat-ghost:before {
|
157 |
-
content: "\f2ac";
|
158 |
-
}
|
159 |
-
.kicon-snapchat-square:before {
|
160 |
-
content: "\f2ad";
|
161 |
-
}
|
162 |
-
.kicon-telegram:before {
|
163 |
-
content: "\f2c6";
|
164 |
-
}
|
1 |
+
@font-face {
|
2 |
+
font-family: 'icomoon';
|
3 |
+
src: url('fonts/icomoon.eot?dsgpst');
|
4 |
+
src: url('fonts/icomoon.eot?dsgpst#iefix') format('embedded-opentype'),
|
5 |
+
url('fonts/icomoon.ttf?dsgpst') format('truetype'),
|
6 |
+
url('fonts/icomoon.woff?dsgpst') format('woff'),
|
7 |
+
url('fonts/icomoon.svg?dsgpst#icomoon') format('svg');
|
8 |
+
font-weight: normal;
|
9 |
+
font-style: normal;
|
10 |
+
}
|
11 |
+
|
12 |
+
[class^="kicon-"], [class*=" kicon-"] {
|
13 |
+
/* use !important to prevent issues with browser extensions that change fonts */
|
14 |
+
font-family: 'icomoon' !important;
|
15 |
+
speak: none;
|
16 |
+
font-style: normal;
|
17 |
+
font-weight: normal;
|
18 |
+
font-variant: normal;
|
19 |
+
text-transform: none;
|
20 |
+
line-height: 1;
|
21 |
+
|
22 |
+
/* Better Font Rendering =========== */
|
23 |
+
-webkit-font-smoothing: antialiased;
|
24 |
+
-moz-osx-font-smoothing: grayscale;
|
25 |
+
}
|
26 |
+
|
27 |
+
.kicon-fintel:before {
|
28 |
+
content: "\e907";
|
29 |
+
color: rgb(255, 255, 255);
|
30 |
+
}
|
31 |
+
.kicon-fintel-simple:before {
|
32 |
+
content: "\e900";
|
33 |
+
color: rgb(9, 117, 22);
|
34 |
+
}
|
35 |
+
.kicon-fintel-square:before {
|
36 |
+
content: "\e905";
|
37 |
+
color: rgb(9, 117, 22);
|
38 |
+
}
|
39 |
+
.kicon-envelope-o:before {
|
40 |
+
content: "\f003";
|
41 |
+
}
|
42 |
+
.kicon-close:before {
|
43 |
+
content: "\f00d";
|
44 |
+
}
|
45 |
+
.kicon-linkedin-square:before {
|
46 |
+
content: "\f08c";
|
47 |
+
}
|
48 |
+
.kicon-twitter:before {
|
49 |
+
content: "\f099";
|
50 |
+
}
|
51 |
+
.kicon-facebook:before {
|
52 |
+
content: "\f09a";
|
53 |
+
}
|
54 |
+
.kicon-github:before {
|
55 |
+
content: "\f09b";
|
56 |
+
}
|
57 |
+
.kicon-globe:before {
|
58 |
+
content: "\f0ac";
|
59 |
+
}
|
60 |
+
.kicon-chain:before {
|
61 |
+
content: "\f0c1";
|
62 |
+
}
|
63 |
+
.kicon-pinterest:before {
|
64 |
+
content: "\f0d2";
|
65 |
+
}
|
66 |
+
.kicon-pinterest-square:before {
|
67 |
+
content: "\f0d3";
|
68 |
+
}
|
69 |
+
.kicon-google-plus-square:before {
|
70 |
+
content: "\f0d4";
|
71 |
+
}
|
72 |
+
.kicon-google-plus:before {
|
73 |
+
content: "\f0d5";
|
74 |
+
}
|
75 |
+
.kicon-envelope:before {
|
76 |
+
content: "\f0e0";
|
77 |
+
}
|
78 |
+
.kicon-linkedin:before {
|
79 |
+
content: "\f0e1";
|
80 |
+
}
|
81 |
+
.kicon-youtube-square:before {
|
82 |
+
content: "\f166";
|
83 |
+
}
|
84 |
+
.kicon-youtube:before {
|
85 |
+
content: "\f167";
|
86 |
+
}
|
87 |
+
.kicon-youtube-play:before {
|
88 |
+
content: "\f16a";
|
89 |
+
}
|
90 |
+
.kicon-dropbox:before {
|
91 |
+
content: "\f16b";
|
92 |
+
}
|
93 |
+
.kicon-instagram:before {
|
94 |
+
content: "\f16d";
|
95 |
+
}
|
96 |
+
.kicon-flickr:before {
|
97 |
+
content: "\f16e";
|
98 |
+
}
|
99 |
+
.kicon-tumblr:before {
|
100 |
+
content: "\f173";
|
101 |
+
}
|
102 |
+
.kicon-tumblr-square:before {
|
103 |
+
content: "\f174";
|
104 |
+
}
|
105 |
+
.kicon-dribbble:before {
|
106 |
+
content: "\f17d";
|
107 |
+
}
|
108 |
+
.kicon-skype:before {
|
109 |
+
content: "\f17e";
|
110 |
+
}
|
111 |
+
.kicon-vimeo-square:before {
|
112 |
+
content: "\f194";
|
113 |
+
}
|
114 |
+
.kicon-wordpress:before {
|
115 |
+
content: "\f19a";
|
116 |
+
}
|
117 |
+
.kicon-google:before {
|
118 |
+
content: "\f1a0";
|
119 |
+
}
|
120 |
+
.kicon-reddit:before {
|
121 |
+
content: "\f1a1";
|
122 |
+
}
|
123 |
+
.kicon-reddit-square:before {
|
124 |
+
content: "\f1a2";
|
125 |
+
}
|
126 |
+
.kicon-stumbleupon-circle:before {
|
127 |
+
content: "\f1a3";
|
128 |
+
}
|
129 |
+
.kicon-stumbleupon:before {
|
130 |
+
content: "\f1a4";
|
131 |
+
}
|
132 |
+
.kicon-git-square:before {
|
133 |
+
content: "\f1d2";
|
134 |
+
}
|
135 |
+
.kicon-git:before {
|
136 |
+
content: "\f1d3";
|
137 |
+
}
|
138 |
+
.kicon-qq:before {
|
139 |
+
content: "\f1d6";
|
140 |
+
}
|
141 |
+
.kicon-circle-thin:before {
|
142 |
+
content: "\f1db";
|
143 |
+
}
|
144 |
+
.kicon-share-alt:before {
|
145 |
+
content: "\f1e0";
|
146 |
+
}
|
147 |
+
.kicon-twitch:before {
|
148 |
+
content: "\f1e8";
|
149 |
+
}
|
150 |
+
.kicon-whatsapp:before {
|
151 |
+
content: "\f232";
|
152 |
+
}
|
153 |
+
.kicon-snapchat:before {
|
154 |
+
content: "\f2ab";
|
155 |
+
}
|
156 |
+
.kicon-snapchat-ghost:before {
|
157 |
+
content: "\f2ac";
|
158 |
+
}
|
159 |
+
.kicon-snapchat-square:before {
|
160 |
+
content: "\f2ad";
|
161 |
+
}
|
162 |
+
.kicon-telegram:before {
|
163 |
+
content: "\f2c6";
|
164 |
+
}
|
includes/backend/parts/epsilon-tabs.php
CHANGED
@@ -5,32 +5,38 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
5 |
?>
|
6 |
|
7 |
<div class="epsilon-ui-tabs">
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
<?php echo esc_html__( 'Networks & Colors', 'kiwi-social-share' ); ?>
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
<?php echo esc_html__( 'Article bar', 'kiwi-social-share' ); ?>
|
17 |
-
|
18 |
-
|
19 |
<li class="<?php echo ( $hash === 'sl-kiwi-tab-floating-bar' ) ? 'selected' : ''; ?>">
|
20 |
<a href="#" data-tab="sl-kiwi-tab-floating-bar"><i class="dashicons dashicons-align-left"></i>
|
21 |
<?php echo esc_html__( 'Floating bar', 'kiwi-social-share' ); ?>
|
22 |
</a>
|
23 |
</li>
|
24 |
-
|
25 |
-
|
26 |
<?php echo esc_html__( 'Social Identity', 'kiwi-social-share' ); ?>
|
27 |
-
|
28 |
-
|
29 |
<li class="<?php echo ( $hash === 'sl-kiwi-tab-advanced' ) ? 'selected' : ''; ?>">
|
30 |
<a href="#" data-tab="sl-kiwi-tab-advanced"><i class="dashicons dashicons-admin-settings"></i>
|
31 |
<?php echo esc_html__( 'Advanced', 'kiwi-social-share' ); ?>
|
32 |
</a>
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
</li>
|
35 |
-
|
36 |
</div>
|
5 |
?>
|
6 |
|
7 |
<div class="epsilon-ui-tabs">
|
8 |
+
<ul>
|
9 |
+
<li class="<?php echo ( $hash === 'sl-kiwi-tab-networks' || empty( $hash ) ) ? 'selected' : ''; ?>">
|
10 |
+
<a href="#" data-tab="sl-kiwi-tab-networks"><i class="dashicons dashicons-laptop"></i>
|
11 |
<?php echo esc_html__( 'Networks & Colors', 'kiwi-social-share' ); ?>
|
12 |
+
</a>
|
13 |
+
</li>
|
14 |
+
<li class="<?php echo ( $hash === 'sl-kiwi-tab-article-bar' ) ? 'selected' : ''; ?>">
|
15 |
+
<a href="#" data-tab="sl-kiwi-tab-article-bar"><i class="dashicons dashicons-editor-insertmore"></i>
|
16 |
<?php echo esc_html__( 'Article bar', 'kiwi-social-share' ); ?>
|
17 |
+
</a>
|
18 |
+
</li>
|
19 |
<li class="<?php echo ( $hash === 'sl-kiwi-tab-floating-bar' ) ? 'selected' : ''; ?>">
|
20 |
<a href="#" data-tab="sl-kiwi-tab-floating-bar"><i class="dashicons dashicons-align-left"></i>
|
21 |
<?php echo esc_html__( 'Floating bar', 'kiwi-social-share' ); ?>
|
22 |
</a>
|
23 |
</li>
|
24 |
+
<li class="<?php echo ( $hash === 'sl-kiwi-tab-social-identity' ) ? 'selected' : ''; ?>">
|
25 |
+
<a href="#" data-tab="sl-kiwi-tab-socialIdentity"><i class="dashicons dashicons-share"></i>
|
26 |
<?php echo esc_html__( 'Social Identity', 'kiwi-social-share' ); ?>
|
27 |
+
</a>
|
28 |
+
</li>
|
29 |
<li class="<?php echo ( $hash === 'sl-kiwi-tab-advanced' ) ? 'selected' : ''; ?>">
|
30 |
<a href="#" data-tab="sl-kiwi-tab-advanced"><i class="dashicons dashicons-admin-settings"></i>
|
31 |
<?php echo esc_html__( 'Advanced', 'kiwi-social-share' ); ?>
|
32 |
</a>
|
33 |
+
<?php get_bloginfo(); ?>
|
34 |
+
</li>
|
35 |
+
<li class="kiwi-upgrade-list">
|
36 |
+
<a href="<?php echo admin_url( 'admin.php?page=kiwi-upgrade' ) ?>" target="_blank" class="kiwi-upgrade-pro">
|
37 |
+
<?php echo esc_html__( 'Upgrade', 'kiwi-social-share' ); ?>
|
38 |
+
</a>
|
39 |
+
<?php get_bloginfo(); ?>
|
40 |
</li>
|
41 |
+
</ul>
|
42 |
</div>
|
includes/backend/parts/kiwi-modal-popup.php
CHANGED
@@ -17,73 +17,15 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
17 |
<section class="modal-content" id="page-one">
|
18 |
<div class="price-box text-center">
|
19 |
<span class="price"><span class="currency">$</span>19</span>
|
20 |
-
<a href="
|
21 |
-
data-action="modal-buy-now"><?php echo esc_html__( 'Buy Now', 'kiwi-social-share' ); ?></a>
|
22 |
</div>
|
23 |
</section>
|
24 |
|
25 |
-
<section class="modal-content form" id="page-two">
|
26 |
-
<?php $user = wp_get_current_user(); ?>
|
27 |
-
<div class="clearfix">
|
28 |
-
<div class="half">
|
29 |
-
<label
|
30 |
-
for="kiwi_product_upsell_first_name"> <?php echo esc_html__( 'First name', 'kiwi-social-share' ); ?> </label>
|
31 |
-
<input type="text" value="<?php echo esc_attr( $user->user_firstname ) ?>"
|
32 |
-
id="kiwi_product_upsell_first_name" name="kiwi_product_upsell[first_name]"/>
|
33 |
-
</div>
|
34 |
-
<div class="half">
|
35 |
-
<label
|
36 |
-
for="kiwi_product_upsell_last_name"> <?php echo esc_html__( 'Last name', 'kiwi-social-share' ); ?> </label>
|
37 |
-
<input type="text" value="<?php echo esc_attr( $user->user_lastname ) ?>"
|
38 |
-
id="kiwi_product_upsell_last_name" name="kiwi_product_upsell[last_name]"/>
|
39 |
-
</div>
|
40 |
-
</div>
|
41 |
-
|
42 |
-
<div class="clearfix">
|
43 |
-
<label
|
44 |
-
for="kiwi_product_upsell_email"> <?php echo esc_html__( 'Email where we can send the invoice to.', 'kiwi-social-share' ); ?> </label>
|
45 |
-
<input type="email" value="<?php echo esc_attr( $user->user_email ) ?>" id="kiwi_product_upsell_email"
|
46 |
-
name="kiwi_product_upsell[email]"/>
|
47 |
-
</div>
|
48 |
-
|
49 |
-
<label class="epsilon-ui-radio ui-radio-inline">
|
50 |
-
<input type="radio" checked id="kiwi_product_upsell_type_a"
|
51 |
-
name="kiwi_product_upsell[type]"
|
52 |
-
value="consumer"/>
|
53 |
-
|
54 |
-
<strong></strong>
|
55 |
-
<?php echo esc_html__( 'Consumer', 'kiwi-social-share' ); ?>
|
56 |
-
</label>
|
57 |
-
<label class="epsilon-ui-radio ui-radio-inline">
|
58 |
-
<input type="radio" id="kiwi_product_upsell_type_b"
|
59 |
-
name="kiwi_product_upsell[type]"
|
60 |
-
value="business"/>
|
61 |
-
|
62 |
-
<strong></strong>
|
63 |
-
<?php echo esc_html__( 'Business', 'kiwi-social-share' ); ?>
|
64 |
-
</label>
|
65 |
-
<div class="company-group" style="display:none">
|
66 |
-
<div class="clearfix">
|
67 |
-
<label
|
68 |
-
for="kiwi_product_upsell_company_name"> <?php echo esc_html__( 'Company name', 'kiwi-social-share' ); ?> </label>
|
69 |
-
<input type="text" id="kiwi_product_upsell_company_name" name="kiwi_product_upsell[company_name]"/>
|
70 |
-
</div>
|
71 |
-
<div class="clearfix">
|
72 |
-
<label
|
73 |
-
for="kiwi_product_upsell_vat"> <?php echo esc_html__( 'VAT', 'kiwi-social-share' ); ?> </label>
|
74 |
-
<input type="text" id="kiwi_product_upsell_vat" name="kiwi_product_upsell[vat]"/>
|
75 |
-
</div>
|
76 |
-
</div>
|
77 |
-
|
78 |
-
<input type="hidden" id="kiwi_product_upsell_product" name="kiwi_product_upsell[product]" value="150641"/>
|
79 |
-
<a href="#" class="button-modal"
|
80 |
-
data-action="continue-to-checkout"><?php echo esc_html__( 'Continue with secure checkout', 'kiwi-social-share' ); ?></a>
|
81 |
-
</section>
|
82 |
<footer class="modal-footer text-center">
|
83 |
<div class="row">
|
84 |
<div class="col-md-12">
|
85 |
<a target="_blank"
|
86 |
-
href="
|
87 |
<p class="muted"><?php echo esc_html__( 'No contract. No hassle. You can cancel your subscription at anytime
|
88 |
without any cancellation period.', 'kiwi-social-share' ); ?></p>
|
89 |
</div>
|
17 |
<section class="modal-content" id="page-one">
|
18 |
<div class="price-box text-center">
|
19 |
<span class="price"><span class="currency">$</span>19</span>
|
20 |
+
<a href="https://machothemes.com/plugin/kiwi-pro/?utm_source=worg&utm_medium=kiwi-modal-page&utm_campaign=upsell" class="button-modal"><?php echo esc_html__( 'Buy Now', 'kiwi-social-share' ); ?></a>
|
|
|
21 |
</div>
|
22 |
</section>
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
<footer class="modal-footer text-center">
|
25 |
<div class="row">
|
26 |
<div class="col-md-12">
|
27 |
<a target="_blank"
|
28 |
+
href=""><?php echo esc_html__( 'Click here to see all the pro features', 'kiwi-social-share' ); ?></a>
|
29 |
<p class="muted"><?php echo esc_html__( 'No contract. No hassle. You can cancel your subscription at anytime
|
30 |
without any cancellation period.', 'kiwi-social-share' ); ?></p>
|
31 |
</div>
|
includes/backend/parts/kiwi-tab-advanced.php
CHANGED
@@ -52,6 +52,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
52 |
|
53 |
<strong></strong>
|
54 |
<?php echo esc_html__( 'Select post types', 'kiwi-social-share' ); ?>
|
|
|
55 |
</label>
|
56 |
|
57 |
<div class="epsilon-ui-checklist" <?php echo ( $custom_meta_boxes_posttypes === 'all' ) ? 'style="display:none"' : ''; ?>>
|
@@ -125,6 +126,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
125 |
|
126 |
<strong></strong>
|
127 |
<?php echo esc_html__( 'Select post types', 'kiwi-social-share' ); ?>
|
|
|
128 |
</label>
|
129 |
|
130 |
<div
|
@@ -199,6 +201,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
199 |
|
200 |
<strong></strong>
|
201 |
<?php echo esc_html__( 'Select post types', 'kiwi-social-share' ); ?>
|
|
|
202 |
</label>
|
203 |
|
204 |
<div
|
52 |
|
53 |
<strong></strong>
|
54 |
<?php echo esc_html__( 'Select post types', 'kiwi-social-share' ); ?>
|
55 |
+
<a href="<?php echo admin_url( 'admin.php?page=kiwi-upgrade' ) ?>" class="kiwi-upgrade-pro-url" target="_blank"></a>
|
56 |
</label>
|
57 |
|
58 |
<div class="epsilon-ui-checklist" <?php echo ( $custom_meta_boxes_posttypes === 'all' ) ? 'style="display:none"' : ''; ?>>
|
126 |
|
127 |
<strong></strong>
|
128 |
<?php echo esc_html__( 'Select post types', 'kiwi-social-share' ); ?>
|
129 |
+
<a href="<?php echo admin_url( 'admin.php?page=kiwi-upgrade' ) ?>" class="kiwi-upgrade-pro-url" target="_blank"></a>
|
130 |
</label>
|
131 |
|
132 |
<div
|
201 |
|
202 |
<strong></strong>
|
203 |
<?php echo esc_html__( 'Select post types', 'kiwi-social-share' ); ?>
|
204 |
+
<a href="<?php echo admin_url( 'admin.php?page=kiwi-upgrade' ) ?>" class="kiwi-upgrade-pro-url" target="_blank"></a>
|
205 |
</label>
|
206 |
|
207 |
<div
|
includes/backend/parts/kiwi-tab-article-bar.php
CHANGED
@@ -105,6 +105,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
105 |
|
106 |
<strong></strong>
|
107 |
<?php echo esc_html__( 'Select post types', 'kiwi-social-share' ); ?>
|
|
|
108 |
</label>
|
109 |
|
110 |
<div class="epsilon-ui-checklist" <?php echo ( $share_buttons_posttypes === 'all' ) ? 'style="display:none"' : ''; ?>>
|
105 |
|
106 |
<strong></strong>
|
107 |
<?php echo esc_html__( 'Select post types', 'kiwi-social-share' ); ?>
|
108 |
+
<a href="<?php echo admin_url( 'admin.php?page=kiwi-upgrade' ) ?>" class="kiwi-upgrade-pro-url" target="_blank"></a>
|
109 |
</label>
|
110 |
|
111 |
<div class="epsilon-ui-checklist" <?php echo ( $share_buttons_posttypes === 'all' ) ? 'style="display:none"' : ''; ?>>
|
includes/backend/parts/kiwi-tab-floating-bar.php
CHANGED
@@ -93,6 +93,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
93 |
|
94 |
<strong></strong>
|
95 |
<?php echo esc_html__( 'Select post types', 'kiwi-social-share' ); ?>
|
|
|
96 |
</label>
|
97 |
|
98 |
<div class="epsilon-ui-checklist" <?php echo ( $floating_panel_posttypes === 'all' ) ? 'style="display:none"' : ''; ?>>
|
93 |
|
94 |
<strong></strong>
|
95 |
<?php echo esc_html__( 'Select post types', 'kiwi-social-share' ); ?>
|
96 |
+
<a href="<?php echo admin_url( 'admin.php?page=kiwi-upgrade' ) ?>" class="kiwi-upgrade-pro-url" target="_blank"></a>
|
97 |
</label>
|
98 |
|
99 |
<div class="epsilon-ui-checklist" <?php echo ( $floating_panel_posttypes === 'all' ) ? 'style="display:none"' : ''; ?>>
|
includes/backend/parts/kiwi-tab-networks.php
CHANGED
@@ -18,7 +18,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
18 |
value="original"/>
|
19 |
|
20 |
<strong></strong>
|
21 |
-
|
22 |
</label>
|
23 |
|
24 |
<label class="epsilon-ui-radio epsilon-ui-radio-toggle ui-radio-inline ui-locked">
|
@@ -28,7 +28,8 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
28 |
value="monochrome"/>
|
29 |
|
30 |
<strong></strong>
|
31 |
-
|
|
|
32 |
</label>
|
33 |
|
34 |
<label class="epsilon-ui-radio epsilon-ui-radio-toggle ui-radio-inline ui-locked">
|
@@ -39,6 +40,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
39 |
|
40 |
<strong></strong>
|
41 |
<?php echo esc_html__( 'Custom', 'kiwi-social-share' ); ?>
|
|
|
42 |
</label>
|
43 |
</div>
|
44 |
|
@@ -158,7 +160,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
158 |
</span>
|
159 |
|
160 |
<?php if ( $networks[ $network ]['locked'] ): ?>
|
161 |
-
<strong class="epsilon-ui-locked"><i class="dashicons dashicons-lock"></i></strong>
|
162 |
<?php endif; ?>
|
163 |
</li>
|
164 |
<?php } ?>
|
18 |
value="original"/>
|
19 |
|
20 |
<strong></strong>
|
21 |
+
<?php echo esc_html__( 'Original', 'kiwi-social-share' ); ?>
|
22 |
</label>
|
23 |
|
24 |
<label class="epsilon-ui-radio epsilon-ui-radio-toggle ui-radio-inline ui-locked">
|
28 |
value="monochrome"/>
|
29 |
|
30 |
<strong></strong>
|
31 |
+
<?php echo esc_html__( 'Monochrome', 'kiwi-social-share' ); ?>
|
32 |
+
<a href="<?php echo admin_url( 'admin.php?page=kiwi-upgrade' ) ?>" class="kiwi-upgrade-pro-url" target="_blank"></a>
|
33 |
</label>
|
34 |
|
35 |
<label class="epsilon-ui-radio epsilon-ui-radio-toggle ui-radio-inline ui-locked">
|
40 |
|
41 |
<strong></strong>
|
42 |
<?php echo esc_html__( 'Custom', 'kiwi-social-share' ); ?>
|
43 |
+
<a href="<?php echo admin_url( 'admin.php?page=kiwi-upgrade' ) ?>" class="kiwi-upgrade-pro-url" target="_blank"></a>
|
44 |
</label>
|
45 |
</div>
|
46 |
|
160 |
</span>
|
161 |
|
162 |
<?php if ( $networks[ $network ]['locked'] ): ?>
|
163 |
+
<strong class="epsilon-ui-locked"><a href="<?php echo admin_url( 'admin.php?page=kiwi-upgrade' ) ?>" class="kiwi-upgrade-pro-url" target="_blank"></a><i class="dashicons dashicons-lock"></i></strong>
|
164 |
<?php endif; ?>
|
165 |
</li>
|
166 |
<?php } ?>
|
includes/class-kiwi-social-share.php
CHANGED
@@ -111,7 +111,7 @@ class Kiwi_Social_Share {
|
|
111 |
new Kiwi_Social_Share_Click_To_Tweet();
|
112 |
|
113 |
|
114 |
-
|
115 |
add_action( 'plugins_loaded', array( $this, 'load_frontend_kiwi' ) );
|
116 |
|
117 |
// Load frontend JS & CSS
|
@@ -125,7 +125,7 @@ class Kiwi_Social_Share {
|
|
125 |
// Handle feedback
|
126 |
require_once 'lib/class-kiwi-social-share-feedback.php';
|
127 |
new Kiwi_Social_Share_Feedback( $this->file );
|
128 |
-
|
129 |
// Handle localisation
|
130 |
$this->load_plugin_textdomain();
|
131 |
add_action( 'init', array( $this, 'load_localisation' ), 0 );
|
@@ -226,13 +226,16 @@ class Kiwi_Social_Share {
|
|
226 |
*/
|
227 |
public function admin_enqueue_styles( $hook = '' ) {
|
228 |
// Add the color picker css file
|
229 |
-
if ( $hook == 'toplevel_page_kiwi_social_sharing_settings' ) {
|
230 |
wp_enqueue_style( 'wp-color-picker' );
|
231 |
wp_enqueue_style( 'bootstrap', esc_url( $this->assets_url ) . 'vendors/bootstrap/bootstrap' . $this->script_suffix . '.css', array(), $this->_version );
|
232 |
wp_enqueue_style( 'open-sans', '//fonts.googleapis.com/css?family=Open+Sans:300,400,700,800', array(), $this->_version );
|
233 |
wp_enqueue_style( 'icomoon', esc_url( $this->assets_url ) . 'vendors/icomoon/style.css', array(), $this->_version );
|
234 |
-
wp_register_style( $this->_token . '-admin', esc_url( $this->assets_url ) . 'css/admin
|
235 |
wp_enqueue_style( $this->_token . '-admin' );
|
|
|
|
|
|
|
236 |
}
|
237 |
|
238 |
} // End admin_enqueue_styles ()
|
@@ -254,7 +257,7 @@ class Kiwi_Social_Share {
|
|
254 |
'bootstrap',
|
255 |
'wp-color-picker'
|
256 |
), $this->_version, true );
|
257 |
-
wp_register_script( $this->_token . '-admin', esc_url( $this->assets_url ) . 'js/admin
|
258 |
$kiwi_locale = array(
|
259 |
'kiwi_step_one_title' => esc_html__( 'Get your premium version now!', 'kiwi-social-share' ),
|
260 |
'kiwi_step_two_title' => esc_html__( 'Almost Done', 'kiwi-social-share' ),
|
111 |
new Kiwi_Social_Share_Click_To_Tweet();
|
112 |
|
113 |
|
114 |
+
|
115 |
add_action( 'plugins_loaded', array( $this, 'load_frontend_kiwi' ) );
|
116 |
|
117 |
// Load frontend JS & CSS
|
125 |
// Handle feedback
|
126 |
require_once 'lib/class-kiwi-social-share-feedback.php';
|
127 |
new Kiwi_Social_Share_Feedback( $this->file );
|
128 |
+
|
129 |
// Handle localisation
|
130 |
$this->load_plugin_textdomain();
|
131 |
add_action( 'init', array( $this, 'load_localisation' ), 0 );
|
226 |
*/
|
227 |
public function admin_enqueue_styles( $hook = '' ) {
|
228 |
// Add the color picker css file
|
229 |
+
if ( $hook == 'toplevel_page_kiwi_social_sharing_settings' || $hook == 'kiwi_page_kiwi-upgrade' ) {
|
230 |
wp_enqueue_style( 'wp-color-picker' );
|
231 |
wp_enqueue_style( 'bootstrap', esc_url( $this->assets_url ) . 'vendors/bootstrap/bootstrap' . $this->script_suffix . '.css', array(), $this->_version );
|
232 |
wp_enqueue_style( 'open-sans', '//fonts.googleapis.com/css?family=Open+Sans:300,400,700,800', array(), $this->_version );
|
233 |
wp_enqueue_style( 'icomoon', esc_url( $this->assets_url ) . 'vendors/icomoon/style.css', array(), $this->_version );
|
234 |
+
wp_register_style( $this->_token . '-admin', esc_url( $this->assets_url ) . 'css/admin.css', array(), $this->_version );
|
235 |
wp_enqueue_style( $this->_token . '-admin' );
|
236 |
+
}else {
|
237 |
+
wp_register_style('menu-link', esc_url( $this->assets_url ) . 'css/menu-link.css', array(), $this->_version );
|
238 |
+
wp_enqueue_style( 'menu-link' );
|
239 |
}
|
240 |
|
241 |
} // End admin_enqueue_styles ()
|
257 |
'bootstrap',
|
258 |
'wp-color-picker'
|
259 |
), $this->_version, true );
|
260 |
+
wp_register_script( $this->_token . '-admin', esc_url( $this->assets_url ) . 'js/admin.js', array( $this->_token . '-kiwi' ), $this->_version, true );
|
261 |
$kiwi_locale = array(
|
262 |
'kiwi_step_one_title' => esc_html__( 'Get your premium version now!', 'kiwi-social-share' ),
|
263 |
'kiwi_step_two_title' => esc_html__( 'Almost Done', 'kiwi-social-share' ),
|
includes/lib/class-kiwi-social-share-settings.php
CHANGED
@@ -16,7 +16,7 @@ class Kiwi_Social_Share_Settings {
|
|
16 |
* @access private
|
17 |
* @since 1.0.0
|
18 |
*/
|
19 |
-
private static $_instance =
|
20 |
|
21 |
/**
|
22 |
* The main plugin object.
|
@@ -25,7 +25,7 @@ class Kiwi_Social_Share_Settings {
|
|
25 |
* @access public
|
26 |
* @since 1.0.0
|
27 |
*/
|
28 |
-
public $parent =
|
29 |
|
30 |
/**
|
31 |
* Prefix for plugin settings.
|
@@ -91,6 +91,12 @@ class Kiwi_Social_Share_Settings {
|
|
91 |
$this,
|
92 |
'settings_page'
|
93 |
), 'dashicons-share-alt' );
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
/* end-lite-version */
|
95 |
|
96 |
|
@@ -243,4 +249,184 @@ class Kiwi_Social_Share_Settings {
|
|
243 |
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?' ), $this->parent->_version );
|
244 |
} // End __wakeup()
|
245 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
246 |
}
|
16 |
* @access private
|
17 |
* @since 1.0.0
|
18 |
*/
|
19 |
+
private static $_instance = null;
|
20 |
|
21 |
/**
|
22 |
* The main plugin object.
|
25 |
* @access public
|
26 |
* @since 1.0.0
|
27 |
*/
|
28 |
+
public $parent = null;
|
29 |
|
30 |
/**
|
31 |
* Prefix for plugin settings.
|
91 |
$this,
|
92 |
'settings_page'
|
93 |
), 'dashicons-share-alt' );
|
94 |
+
|
95 |
+
/*Add Kiwi upgrade page*/
|
96 |
+
add_submenu_page( $this->parent->_token . '_settings', __( 'Upgrade to PRO', 'kiwi-social-share' ), __( 'Upgrade', 'kiwi-social-share' ), 'manage_options', 'kiwi-upgrade', array(
|
97 |
+
$this,
|
98 |
+
'render_pro_page',
|
99 |
+
) );
|
100 |
/* end-lite-version */
|
101 |
|
102 |
|
249 |
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?' ), $this->parent->_version );
|
250 |
} // End __wakeup()
|
251 |
|
252 |
+
|
253 |
+
/*
|
254 |
+
*
|
255 |
+
* Upgrade page : Free Vs Pro
|
256 |
+
*
|
257 |
+
*/
|
258 |
+
public function render_pro_page() {
|
259 |
+
|
260 |
+
|
261 |
+
wp_enqueue_script( 'kiwi-admin' );
|
262 |
+
|
263 |
+
$features = array(
|
264 |
+
'color-options' => array(
|
265 |
+
'label' => esc_html__( 'Network color options', 'kiwi-social-share' ),
|
266 |
+
'sub' => esc_html__( 'Select different types of color options for icons', 'kiwi-social-share' ),
|
267 |
+
'kiwi' => '<span class="dashicons dashicons-no-alt"></span>',
|
268 |
+
'kiwi-pro' => '<span class="dashicons dashicons-yes"></span></i>',
|
269 |
+
),
|
270 |
+
'social-networks' => array(
|
271 |
+
'label' => esc_html__( 'Select social sharing platforms', 'kiwi-social-share' ),
|
272 |
+
'sub' => esc_html__( 'Pro version offers besides free version the following: Reddit, Email, Telegram, WhatsApp, Skype and Mix', 'kiwi-social-share' ),
|
273 |
+
'kiwi' => '<span class="dashicons dashicons-no-alt"></span>',
|
274 |
+
'kiwi-pro' => '<span class="dashicons dashicons-yes"></span></i>',
|
275 |
+
),
|
276 |
+
'social-bar' => array(
|
277 |
+
'label' => esc_html__( 'Article bar', 'saboxplugin' ),
|
278 |
+
'sub' => esc_html__( 'The social buttons can be shown before or after content (post, page, custom post).', 'kiwi-social-share' ),
|
279 |
+
'kiwi' => '<span class="dashicons dashicons-yes"></span>',
|
280 |
+
'kiwi-pro' => '<span class="dashicons dashicons-yes"></span></i>',
|
281 |
+
),
|
282 |
+
'article-bar' => array(
|
283 |
+
'label' => esc_html__( 'Enable Article Bar only on selected post types', 'kiwi-social-share' ),
|
284 |
+
'sub' => esc_html__( 'Select the post types where you want the article bar to show up.', 'kiwi-social-share' ),
|
285 |
+
'kiwi' => '<span class="dashicons dashicons-no-alt"></span>',
|
286 |
+
'kiwi-pro' => '<span class="dashicons dashicons-yes"></span></i>',
|
287 |
+
),
|
288 |
+
'article-bar-button-shapes' => array(
|
289 |
+
'label' => esc_html__( 'Buttons shape for article bar', 'kiwi-social-share' ),
|
290 |
+
'sub' => esc_html__( 'Change the shape of the social buttons.', 'kiwi-social-share' ),
|
291 |
+
'kiwi' => '<span class="dashicons dashicons-yes"></span>',
|
292 |
+
'kiwi-pro' => '<span class="dashicons dashicons-yes"></span></i>',
|
293 |
+
),
|
294 |
+
'article-bar-button-group' => array(
|
295 |
+
'label' => esc_html__( 'Button group style', 'kiwi-social-share' ),
|
296 |
+
'sub' => esc_html__( 'Change the style of the article bar group.', 'kiwi-social-share' ),
|
297 |
+
'kiwi' => '<span class="dashicons dashicons-yes"></span>',
|
298 |
+
'kiwi-pro' => '<span class="dashicons dashicons-yes"></span></i>',
|
299 |
+
),
|
300 |
+
'article-bar-share-counts' => array(
|
301 |
+
'label' => esc_html__( 'Show share counts', 'kiwi-social-share' ),
|
302 |
+
'sub' => esc_html__( 'Display the number of counts next to the social network icon.', 'kiwi-social-share' ),
|
303 |
+
'kiwi' => '<span class="dashicons dashicons-yes"></span>',
|
304 |
+
'kiwi-pro' => '<span class="dashicons dashicons-yes"></span></i>',
|
305 |
+
),
|
306 |
+
'floating-bar' => array(
|
307 |
+
'label' => esc_html__( 'Floating bar', 'kiwi-social-share' ),
|
308 |
+
'sub' => esc_html__( 'Enalbe floating social bar.', 'kiwi-social-share' ),
|
309 |
+
'kiwi' => '<span class="dashicons dashicons-yes"></span>',
|
310 |
+
'kiwi-pro' => '<span class="dashicons dashicons-yes"></span></i>',
|
311 |
+
),
|
312 |
+
'floating-bar-selected-posts' => array(
|
313 |
+
'label' => esc_html__( 'Enable Floating Bar only on selected post types', 'kiwi-social-share' ),
|
314 |
+
'sub' => esc_html__( 'Select the post types where you want the floating bar to show up.', 'kiwi-social-share' ),
|
315 |
+
'kiwi' => '<span class="dashicons dashicons-no-alt"></span>',
|
316 |
+
'kiwi-pro' => '<span class="dashicons dashicons-yes"></span></i>',
|
317 |
+
),
|
318 |
+
'floating-bar-buttons-shape' => array(
|
319 |
+
'label' => esc_html__( 'Buttons shape for floating bar', 'kiwi-social-share' ),
|
320 |
+
'sub' => esc_html__( 'Change the shape of the social buttons.', 'kiwi-social-share' ),
|
321 |
+
'kiwi' => '<span class="dashicons dashicons-yes"></span>',
|
322 |
+
'kiwi-pro' => '<span class="dashicons dashicons-yes"></span></i>',
|
323 |
+
),
|
324 |
+
'custom-metaboxes' => array(
|
325 |
+
'label' => esc_html__( 'Custom metaboxes', 'kiwi-social-share' ),
|
326 |
+
'sub' => esc_html__( 'Adds Custom Metaboxes for page/post/cpt meta handling', 'kiwi-social-share' ),
|
327 |
+
'kiwi' => '<span class="dashicons dashicons-yes"></span>',
|
328 |
+
'kiwi-pro' => '<span class="dashicons dashicons-yes"></span></i>',
|
329 |
+
),
|
330 |
+
'custom-metaboxes' => array(
|
331 |
+
'label' => esc_html__( 'Custom metaboxes for selected post types', 'kiwi-social-share' ),
|
332 |
+
'sub' => esc_html__( 'Adds Custom Metaboxes only on selected post types', 'kiwi-social-share' ),
|
333 |
+
'kiwi' => '<span class="dashicons dashicons-no-alt"></span>',
|
334 |
+
'kiwi-pro' => '<span class="dashicons dashicons-yes"></span></i>',
|
335 |
+
),
|
336 |
+
'click-to-tweet' => array(
|
337 |
+
'label' => esc_html__( 'Click to tweet function', 'kiwi-social-share' ),
|
338 |
+
'sub' => esc_html__( 'Add a "Click to tweet" button in WordPress editor.', 'kiwi-social-share' ),
|
339 |
+
'kiwi' => '<span class="dashicons dashicons-yes"></span>',
|
340 |
+
'kiwi-pro' => '<span class="dashicons dashicons-yes"></span></i>',
|
341 |
+
),
|
342 |
+
'click-to-tweet-selected' => array(
|
343 |
+
'label' => esc_html__( 'Click to tweet function on selected post types', 'kiwi-social-share' ),
|
344 |
+
'sub' => esc_html__( 'Add a "Click to tweet" button in WordPress editor only on selected post types.', 'kiwi-social-share' ),
|
345 |
+
'kiwi' => '<span class="dashicons dashicons-no-alt"></span>',
|
346 |
+
'kiwi-pro' => '<span class="dashicons dashicons-yes"></span></i>',
|
347 |
+
),
|
348 |
+
'tweet-selected-text' => array(
|
349 |
+
'label' => esc_html__( 'Tweet selected text ', 'kiwi-social-share' ),
|
350 |
+
'sub' => esc_html__( 'Allows tweeting the current selected text in the page.', 'kiwi-social-share' ),
|
351 |
+
'kiwi' => '<span class="dashicons dashicons-yes"></span>',
|
352 |
+
'kiwi-pro' => '<span class="dashicons dashicons-yes"></span></i>',
|
353 |
+
),
|
354 |
+
'tweet-selected-text-selected' => array(
|
355 |
+
'label' => esc_html__( 'Tweet selected text on selected post types', 'kiwi-social-share' ),
|
356 |
+
'sub' => esc_html__( 'Allows tweeting the current selected text only on selected post types.', 'kiwi-social-share' ),
|
357 |
+
'kiwi' => '<span class="dashicons dashicons-no-alt"></span>',
|
358 |
+
'kiwi-pro' => '<span class="dashicons dashicons-yes"></span></i>',
|
359 |
+
),
|
360 |
+
'google-analytics-tracking' => array(
|
361 |
+
'label' => esc_html__( 'Google Analytics tracking', 'kiwi-social-share' ),
|
362 |
+
'sub' => esc_html__( 'Track the click events on your social networks.', 'kiwi-social-share' ),
|
363 |
+
'kiwi' => '<span class="dashicons dashicons-yes"></span>',
|
364 |
+
'kiwi-pro' => '<span class="dashicons dashicons-yes"></span></i>',
|
365 |
+
),
|
366 |
+
'shortcode-manager' => array(
|
367 |
+
'label' => esc_html__( 'Shortcode manager', 'kiwi-social-share' ),
|
368 |
+
'sub' => esc_html__( 'Enable the advanced shortcode manager.', 'kiwi-social-share' ),
|
369 |
+
'kiwi' => '<span class="dashicons dashicons-yes"></span>',
|
370 |
+
'kiwi-pro' => '<span class="dashicons dashicons-yes"></span></i>',
|
371 |
+
),
|
372 |
+
'whatsapp-desktop' => array(
|
373 |
+
'label' => esc_html__( 'WhatsApp icon visible on desktop browsers', 'kiwi-social-share' ),
|
374 |
+
'sub' => esc_html__( 'Desktop browsers can\'t handle WhatsApp sharing correctly, you can enable/disable the visibility of the icon by toggling this option.', 'kiwi-social-share' ),
|
375 |
+
'kiwi' => '<span class="dashicons dashicons-yes"></span>',
|
376 |
+
'kiwi-pro' => '<span class="dashicons dashicons-yes"></span></i>',
|
377 |
+
),
|
378 |
+
);
|
379 |
+
|
380 |
+
?>
|
381 |
+
|
382 |
+
<div class="wrap about-wrap kiwi-social-share-wrap">
|
383 |
+
<h1><?php echo esc_html__( 'Why you should be upgrading', 'saboxplugin' ); ?></h1>
|
384 |
+
<p class="about-text"><?php echo esc_html__( 'Introducing one of the best social sharing systems ever made for WordPress. Kiwi Social Share is an exquisite WordPress social share plugin perfectly fit for any needs. We\'ve outlined the PRO features below.', 'saboxplugin' ); ?></p>
|
385 |
+
<div class="wp-badge"></div>
|
386 |
+
<h2 class="nav-tab-wrapper wp-clearfix">
|
387 |
+
<a href="<?php echo admin_url( 'admin.php?page=sab-upgrade' ); ?>"
|
388 |
+
class="nav-tab nav-tab-active"><?php echo esc_html__( 'Comparison Table: Lite vs PRO', 'saboxplugin' ); ?></a>
|
389 |
+
</h2>
|
390 |
+
<div class="featured-section features">
|
391 |
+
<table class="free-pro-table kiwi">
|
392 |
+
<thead>
|
393 |
+
<tr>
|
394 |
+
<th></th>
|
395 |
+
<th><?php _e( 'Free', 'saboxplugin' ); ?></th>
|
396 |
+
<th><?php _e( 'PRO', 'saboxplugin' ); ?></th>
|
397 |
+
</tr>
|
398 |
+
</thead>
|
399 |
+
<tbody>
|
400 |
+
<?php foreach ( $features as $feature ) : ?>
|
401 |
+
<tr>
|
402 |
+
<td class="feature">
|
403 |
+
<h3><?php echo $feature['label']; ?></h3>
|
404 |
+
<?php if ( isset( $feature['sub'] ) ) : ?>
|
405 |
+
<p><?php echo $feature['sub']; ?></p>
|
406 |
+
<?php endif ?>
|
407 |
+
</td>
|
408 |
+
<td class="sab-feature">
|
409 |
+
<?php echo $feature['kiwi']; ?>
|
410 |
+
</td>
|
411 |
+
<td class="sab-pro-feature">
|
412 |
+
<?php echo $feature['kiwi-pro']; ?>
|
413 |
+
</td>
|
414 |
+
</tr>
|
415 |
+
<?php endforeach; ?>
|
416 |
+
<tr>
|
417 |
+
<td></td>
|
418 |
+
<td colspan="2" class="text-right">
|
419 |
+
<a href="https://www.machothemes.com/item/kiwi-pro/?utm_source=kiwi&utm_medium=about-page&utm_campaign=upsell"
|
420 |
+
target="_blank" class="button button-primary button-hero">
|
421 |
+
<span class="dashicons dashicons-cart"></span>
|
422 |
+
<?php _e( 'Get The Pro Version Now!', 'kiwi-social-share' ); ?>
|
423 |
+
</a></td>
|
424 |
+
</tr>
|
425 |
+
</tbody>
|
426 |
+
</table>
|
427 |
+
</div>
|
428 |
+
</div>
|
429 |
+
<?php
|
430 |
+
}
|
431 |
+
|
432 |
}
|
includes/lib/cmb2/CHANGELOG.md
ADDED
@@ -0,0 +1,740 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Changelog
|
2 |
+
All notable changes to this project will be documented in this file.
|
3 |
+
|
4 |
+
## Unreleased
|
5 |
+
### Enhancements
|
6 |
+
### Bug Fixes
|
7 |
+
|
8 |
+
## [2.4.2 - 2018-05-25](https://github.com/CMB2/CMB2/releases/tag/v2.4.2)
|
9 |
+
|
10 |
+
### Bug Fixes
|
11 |
+
|
12 |
+
* Do not enqueue/register WordPress code editor JS if there are no `textarea_code` fields registered on the page. Fixes [#1110](https://github.com/CMB2/CMB2/issues/1110).
|
13 |
+
* Do not set repeated `wysiwyg` field values to string "false" when boolean false. Fixes [#1138](https://github.com/CMB2/CMB2/issues/1138) (again!).
|
14 |
+
|
15 |
+
## [2.4.1 - 2018-05-25](https://github.com/CMB2/CMB2/releases/tag/v2.4.1)
|
16 |
+
|
17 |
+
### Bug Fixes
|
18 |
+
|
19 |
+
* Do not set repeated field values to string "false" when boolean false. Fixes [#1138](https://github.com/CMB2/CMB2/issues/1138).
|
20 |
+
|
21 |
+
## [2.4.0 - 2018-05-24](https://github.com/CMB2/CMB2/releases/tag/v2.4.0)
|
22 |
+
|
23 |
+
### Enhancements
|
24 |
+
|
25 |
+
* Enable linking options pages via tabbed-navigation. Will output tabbed navigation for options-pages which share the same `'tab_group'` CMB2 box property. [This snippet](https://github.com/CMB2/CMB2-Snippet-Library/blob/master/options-and-settings-pages/options-pages-with-tabs-and-submenus.php) demonstrates how to create a top-level menu options page with multiple submenu pages, each with the tabbed navigation. To specify a different tab title than the options-page title, set the `'tab_title'` CMB2 box property. See [#301](https://github.com/CMB2/CMB2/issues/301), [#627](https://github.com/CMB2/CMB2/issues/627).
|
26 |
+
* Complete the `zh-CN` translation. Props [@uicestone](https://github.com/uicestone) ([#1089](https://github.com/CMB2/CMB2/issues/1089)).
|
27 |
+
* Update the `nl_NL` translation. Props [@tammohaannl](https://github.com/tammohaannl) ([#1101](https://github.com/CMB2/CMB2/issues/1101)).
|
28 |
+
* Better display for white over transparent images (e.g. logos) by using a checkered background for images. ([#1103](https://github.com/CMB2/CMB2/issues/1103))
|
29 |
+
* Ability to disable the options [autoload parameter](https://codex.wordpress.org/Function_Reference/add_option#Parameters) via filter (`"cmb2_should_autoload_{$options_key}"`) or via a box parameter for `'options-page'` box registrations (`'autoload' => false,`). ([#1093](https://github.com/CMB2/CMB2/issues/1093))
|
30 |
+
* `'textarea_code'` field type now uses CodeMirror that is [used by WordPress](https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/) ([#1096](https://github.com/CMB2/CMB2/issues/1096)). A field can opt-out to return to the previous behavior by specifying an `'options'` parameter:
|
31 |
+
`'options' => array( 'disable_codemirror' => true )`
|
32 |
+
As with the other javascript-enabled fields, the code-editor defaults can be overridden via a `data-codeeditor` attribute. E.g:
|
33 |
+
|
34 |
+
```php
|
35 |
+
'attributes' => array(
|
36 |
+
'data-codeeditor' => json_encode( array(
|
37 |
+
'codemirror' => array(
|
38 |
+
'mode' => 'css',
|
39 |
+
),
|
40 |
+
) ),
|
41 |
+
),
|
42 |
+
```
|
43 |
+
* Improve/add comment info banners at top of CMB2 CSS files.
|
44 |
+
* Added `resetBoxes`/`resetBox` Javascript methods for resetting CMB2 box forms.
|
45 |
+
* Improved styles for fiels in the new-term form.
|
46 |
+
* New `CMB2_Boxes` methods for filtering instances of `CMB2`, `CMB2_Boxes::get_by( $property, $optional_compare )` and `CMB2_Boxes::filter_by( $property, $to_ignore = null )`.
|
47 |
+
|
48 |
+
### Bug Fixes
|
49 |
+
|
50 |
+
* Fix the `'taxonomy_*'` fields when used for term fields/meta. Save the value to term-meta.
|
51 |
+
* Clear the CMB2 fields when a term is added. Fixes [#794](https://github.com/CMB2/CMB2/issues/794).
|
52 |
+
* Repeated fields now use registered field defaults for values. Fixes [#1137](https://github.com/CMB2/CMB2/issues/1137).
|
53 |
+
* Fixed the formatting for deprecated messages in the log.
|
54 |
+
* Prevent opening of media modal when clicking the file "Download" link. Fixes [#1130](https://github.com/CMB2/CMB2/issues/1130).
|
55 |
+
|
56 |
+
## [2.3.0 - 2017-12-20](https://github.com/CMB2/CMB2/releases/tag/v2.3.0)
|
57 |
+
|
58 |
+
### Enhancements
|
59 |
+
|
60 |
+
* Updated Italian translation. Props [@Mte90](https://github.com/Mte90) ([#1067](https://github.com/CMB2/CMB2/issues/1067)).
|
61 |
+
* Starting with this release, we are fully switching to the more communicative and standard [Semantic Versioning](https://semver.org/). ([#1061](https://github.com/CMB2/CMB2/issues/1061)).
|
62 |
+
|
63 |
+
### Bug Fixes
|
64 |
+
|
65 |
+
* Update for compatibility with PHP 7.2 (e.g. fixes `Fatal error: Declaration of CMB2_Type_Colorpicker::render() must be compatible with CMB2_Type_Text::render($args = Array)...`). ([#1070](https://github.com/CMB2/CMB2/issues/1070), [#1074](https://github.com/CMB2/CMB2/issues/1074), [#1075](https://github.com/CMB2/CMB2/issues/1075)).
|
66 |
+
|
67 |
+
## [2.2.6.2 - 2017-11-24](https://github.com/CMB2/CMB2/releases/tag/v2.2.6.2)
|
68 |
+
|
69 |
+
### Bug Fixes
|
70 |
+
|
71 |
+
* Fix another issue (introduced in 2.2.6) with repeatable fields not being able to save additional fields. Props [@anhskohbo](https://github.com/anhskohbo) ([#1059](https://github.com/CMB2/CMB2/pull/1059), [#1058](https://github.com/CMB2/CMB2/issues/1058)).
|
72 |
+
* Only dequeue `jw-cmb2-rgba-picker-js` script (and enqueue our `wp-color-picker-alpha`) if it is actually found.
|
73 |
+
|
74 |
+
## [2.2.6.1 - 2017-11-24](https://github.com/CMB2/CMB2/releases/tag/v2.2.6.1)
|
75 |
+
|
76 |
+
### Enhancements
|
77 |
+
|
78 |
+
* Merge in the [CMB2 RGBa Colorpicker](https://github.com/JayWood/CMB2_RGBa_Picker) field type functionality to the CMB2 colopicker field type. Adds the ability to add an alpha (transparency) slider to the colorpicker by adding the `'alpha'` option [to the field options array](https://github.com/CMB2/CMB2/blob/6fce2e7ba8f41345a23bc2064e30433bdb11c16c/example-functions.php#L263-L265). Thank you to [JayWood](https://github.com/JayWood) for his work on his custom field type.
|
79 |
+
|
80 |
+
### Bug Fixes
|
81 |
+
|
82 |
+
* Fix issue (introduced in 2.2.6) with complex fields set as repeatable not being able to save additional fields. Fixes [#1054](https://github.com/CMB2/CMB2/issues/1054).
|
83 |
+
|
84 |
+
## [2.2.6 - 2017-11-14](https://github.com/CMB2/CMB2/releases/tag/v2.2.6)
|
85 |
+
|
86 |
+
### Enhancements
|
87 |
+
|
88 |
+
* Move the fetching of group label and description to _after_ calling `'before_group'` parameter.
|
89 |
+
* Allow using the `'render_row_cb'` param for group fields. Fixes [#1041](https://github.com/CMB2/CMB2/issues/1041).
|
90 |
+
* Allow resetting cached CMB2 field objects (new 3rd parameter to `CMB2::get_field()`).
|
91 |
+
* Allow resetting cached callback results (`CMB2_Base::unset_param_callback_cache()`).
|
92 |
+
* Persian translation provided by [@reza-irdev](https://github.com/reza-irdev) ([#1046](https://github.com/CMB2/CMB2/issues/1046)).
|
93 |
+
* Added a `'message_cb'` box property, which allows defining a custom callback for adding options-save messages on `options-page` boxes. An example has been added to [example-functions.php](https://github.com/CMB2/CMB2/commit/43d513c135e52c327bafa06309821c29323ae2dd#diff-378c74d0ffffc1759b8779a135476777).
|
94 |
+
* Updated many the oembed-related unit tests to more reliably test the relevant parts, and not so much the actual success of the WordPress functions.
|
95 |
+
* Updated travis config to Install PHP5.2/5.3 on trusty for unit tests. Stolen from [gutenberg/pull/2049](https://github.com/WordPress/gutenberg/pull/2049). Intended to compensate for Travis removing support for PHP 5.2/5.3.
|
96 |
+
|
97 |
+
### Bug Fixes
|
98 |
+
|
99 |
+
* Ensure `'file'` field type ID is removed from the database if the `'file'` field type's value is empty ([Support thread](https://wordpress.org/support/topic/bug-field-of-type-file-does-not-delete-postmeta-properly/)).
|
100 |
+
* Fix JS errors when `user_can_richedit()` is false ("Disable the visual editor when writing" user option is checked, or various unsupported browsers). See [#1031](https://github.com/CMB2/CMB2/pull/1031).
|
101 |
+
* Fix issue where some European date formats (e.g. `F j, Y`) would not properly translate into jQuery UI date formats. [Support thread](https://wordpress.org/support/topic/using-wordpresss-date-time-format-settings)
|
102 |
+
* Fix repeating fields within repeating groups having the values/indexes incorrectly associated. Props [@daggerhart](https://github.com/daggerhart) ([#1047](https://github.com/CMB2/CMB2/pull/1047)). Fixes [#1035](https://github.com/CMB2/CMB2/issues/1035), [#348](https://github.com/CMB2/CMB2/issues/348).
|
103 |
+
* Fixed multiple update messages on settings pages when CMB2 option pages were registered ([#1049](https://github.com/CMB2/CMB2/issues/1049)).
|
104 |
+
* Fix issue where using multiple oembed fields could cause incorrectly cached arguments to be used.
|
105 |
+
* Fix bug where `'select_all_button' => false` was not working for `'taxonomy_multicheck'` field type ([#1005](https://github.com/CMB2/CMB2/issues/1005)).
|
106 |
+
|
107 |
+
## [2.2.5.3 - 2017-08-22](https://github.com/CMB2/CMB2/releases/tag/v2.2.5.3)
|
108 |
+
|
109 |
+
### Enhancements
|
110 |
+
|
111 |
+
* Update to instead initate CMB2 hookup via `"cmb2_init_hookup_{$cmb_id}"` hook. Allows plugins to unhook/rehook/etc.
|
112 |
+
|
113 |
+
### Bug Fixes
|
114 |
+
|
115 |
+
* Spelling/Grammar fixes. Props [@garrett-eclipse](https://github.com/garrett-eclipse) ([#1012](https://github.com/CMB2/CMB2/pull/1012)).
|
116 |
+
* Fix "PHP Strict Standards: Static function should not be abstract" notice.
|
117 |
+
* Add `CMB2_Utils::normalize_if_numeric()` to address problems when using floats as select/radio values. Fixes [#869](https://github.com/CMB2/CMB2/issues/869). See [#1013](https://github.com/CMB2/CMB2/pull/1013).
|
118 |
+
* Fix issues with apostrophes in money values. (e.g. in Swiss German the thousand separator is an apostrophe). Props [@ocean90](https://github.com/ocean90) ([#1014](https://github.com/CMB2/CMB2/issues/1014), [#1015](https://github.com/CMB2/CMB2/pull/1015)).
|
119 |
+
* Provide public access to the `CMB2_Options_Hookup::$option_key` property.
|
120 |
+
* Change the updated-settings notice query variable so that WordPress does not auto-add settings notices on top of ours.
|
121 |
+
* For settings pages, only output settings errors if WordPress does not do it by default (for sub-pages of `options-general.php`), and if the errors are not disabled via the `'disable_settings_errors'` box property.
|
122 |
+
|
123 |
+
## [2.2.5.2 - 2017-08-08](https://github.com/CMB2/CMB2/releases/tag/v2.2.5.2)
|
124 |
+
|
125 |
+
### Bug Fixes
|
126 |
+
|
127 |
+
* Fix issue in 2.2.5 with non-sortable repeatable groups not having new groups values be emptied on creation/clone. [Support thread](https://wordpress.org/support/topic/the-default-parameter-dont-work-in-group-fields/page/2/)
|
128 |
+
* Fix issue in 2.2.5 with options pages not saving when `'parent_slug'` box property was used. Fixes [#1008](https://github.com/CMB2/CMB2/issues/1008).
|
129 |
+
|
130 |
+
## [2.2.5.1 - 2017-08-07](https://github.com/CMB2/CMB2/releases/tag/v2.2.5.1)
|
131 |
+
|
132 |
+
### Bug Fixes
|
133 |
+
|
134 |
+
* Fix issue in 2.2.5 which caused empty repeatable groups having the buttons set to have a disabled "Remove Group" button. [Support thread](https://wordpress.org/support/topic/the-default-parameter-dont-work-in-group-fields/)
|
135 |
+
|
136 |
+
## [2.2.5 - 2017-08-07](https://github.com/CMB2/CMB2/releases/tag/v2.2.5)
|
137 |
+
|
138 |
+
### Enhancements
|
139 |
+
|
140 |
+
* Options pages are now first-class CMB2 citizens, and registering a box to show on an options page will automatically register the menu page and output the form on the page. [See example](https://github.com/CMB2/CMB2/blob/v2.2.5/example-functions.php#L640-L683). (The [snippets](https://github.com/CMB2/CMB2-Snippet-Library/tree/master/options-and-settings-pages) in the snippet library will be updated to reflect this change)
|
141 |
+
* Improved Options Page styling. Props [@anhskohbo](https://github.com/anhskohbo) ([#1006](https://github.com/CMB2/CMB2/pull/1006)).
|
142 |
+
* Improved cohesive styles for repeatable fields. Props [@anhskohbo](https://github.com/anhskohbo) ([#819](https://github.com/CMB2/CMB2/pull/819)).
|
143 |
+
* New field types, `'taxonomy_radio_hierarchical'`, and `'taxonomy_multicheck_hierarchical'`, for displaying taxonomy options in a hierarchial layout. Props to [eriktelepovsky](https://github.com/eriktelepovsky) for the [working code](https://github.com/CMB2/CMB2/issues/640#issuecomment-246938690). ([#640](https://github.com/CMB2/CMB2/issues/640))
|
144 |
+
* Removing last repeat item row (and repeat group row) is now somewhat allowed in that the "remove" button simply resets the last item to empty. Fixes [#312](https://github.com/CMB2/CMB2/issues/312).
|
145 |
+
* Enable the additional media library modal filters. Fixes [#873](https://github.com/CMB2/CMB2/issues/873).
|
146 |
+
* Sanitize the attributes added via the `cmb2_group_wrap_attributes` filter.
|
147 |
+
* New field parameter, `'query_args'`, which can be used by the `'taxonomy_*'` fields. Provides ability to override the arguments passed to `get_terms()`.
|
148 |
+
* The `cmb2_can_save` filter now passes the CMB2 object as the 2nd parameter. Props [@Arno33](https://github.com/Arno33) ([#994](https://github.com/CMB2/CMB2/pull/994)).
|
149 |
+
* Update the file field type to work properly within a custom field context by allowing the passing of override arguments to `CMB2_Types::file()` method.
|
150 |
+
* Many WordPress Code Standards improvements/updates. Props [@bradp](https://github.com/bradp)
|
151 |
+
* Include absolute paths when including the core php files. Props [@anhskohbo](https://github.com/anhskohbo) ([#998](https://github.com/CMB2/CMB2/pull/998)).
|
152 |
+
* Change language throught to reflect CMB2's move to its own organization.
|
153 |
+
* Break `CMB2_Field:options()` method apart to allow re-setting options from field params. Related: [reaktivstudios/cmb2-flexible-content/pull/8](https://github.com/reaktivstudios/cmb2-flexible-content/pull/8).
|
154 |
+
* New `CMB2:box_types()` method for getting the array of registered `'object_types'` for a box. Ensures the return is an array.
|
155 |
+
* Improved inline hooks documentation.
|
156 |
+
* Updated several CMB2 methods to return the CMB2 object (for method chaining). Methods include:
|
157 |
+
* `CMB2::show_form()`
|
158 |
+
* `CMB2::render_form_open()`
|
159 |
+
* `CMB2::render_form_close()`
|
160 |
+
* `CMB2::render_group_row()`
|
161 |
+
* `CMB2::render_hidden_fields()`
|
162 |
+
* `CMB2::save_fields()`
|
163 |
+
* `CMB2::process_fields()`
|
164 |
+
* `CMB2::process_field()`
|
165 |
+
* `CMB2::pre_process()`
|
166 |
+
* `CMB2::after_save()`
|
167 |
+
* `CMB2::add_fields()`
|
168 |
+
|
169 |
+
### Bug Fixes
|
170 |
+
|
171 |
+
* Update for `file`/`file_list` fields to properly show a preview for SVG images. Fixes [#874](https://github.com/CMB2/CMB2/pull/874).
|
172 |
+
* Fix and standardize inconsistent button classes. Update all buttons to use the `.button-secondary` class instead of the `.button` class. This alleviates some front-end issues for themes which target the `.button` class. _This is a backwards-compatibility break._ If your theme or plugin targets the `.button` class within CMB2, you will need to update to use `.button-secondary`.
|
173 |
+
* Correct the before/after form hooks order. For more details see ([#954](https://github.com/CMB2/CMB2/pull/954)).
|
174 |
+
* Fix regression with custom fields not properly repeating. Props [@desrosj](https://github.com/desrosj) ([#969](https://github.com/CMB2/CMB2/pull/969)). Fixes [#901](https://github.com/CMB2/CMB2/issues/901).
|
175 |
+
* Fix "Illegal string offset" notices when `CMB2_Option` methods are called when the option value is empty, as well as additional unit tests for the `CMB2_Option` class. Props [@anhskohbo](https://github.com/anhskohbo) ([#993](https://github.com/CMB2/CMB2/pull/993)).
|
176 |
+
* Fix bug where select fields or checkbox fields occasionally would retain previous group's value when adding new groups. Fixes [#853](https://github.com/CMB2/CMB2/issues/853).
|
177 |
+
* Fix JS to prevent meta keys with `|` or `/` from breaking file fields. Props [@lipemat](https://github.com/lipemat) ([#1003](https://github.com/CMB2/CMB2/pull/1003)).
|
178 |
+
* Fix jQuery Migrate's `jQuery.fn.attr('value', val) no longer sets properties` warning.
|
179 |
+
* Fix issue with CMB2 being too aggressive with stripping slashes from values. Fixes [#981](https://github.com/CMB2/CMB2/issues/981).
|
180 |
+
|
181 |
+
## [2.2.4 - 2017-02-27](https://github.com/CMB2/CMB2/releases/tag/v2.2.4)
|
182 |
+
|
183 |
+
### Enhancements
|
184 |
+
|
185 |
+
* Modify `'taxonomy_*'` fields to return stored terms for non-post objects.
|
186 |
+
* Modify `CMB2::get_sanitized_values()` to return the sanitized `'taxonomy_*'` field values. Also added `"cmb2_return_taxonomy_values_{$cmb_id}"` filter to modify if `'taxonomy_*'` field values are returned. Fixes [#538](https://github.com/CMB2/CMB2/issues/538).
|
187 |
+
* Allow outputting CMB2 boxes/fields in additional locations in the post-editor.
|
188 |
+
|
189 |
+
**The new locations are:** [`form_top`](https://developer.wordpress.org/reference/hooks/edit_form_top/), [`before_permalink`](https://developer.wordpress.org/reference/hooks/edit_form_before_permalink/), [`after_title`](https://developer.wordpress.org/reference/hooks/edit_form_after_title/), and [`after_editor`](https://developer.wordpress.org/reference/hooks/edit_form_after_editor/)
|
190 |
+
|
191 |
+
These would be defined by setting the `context` property for your box:
|
192 |
+
|
193 |
+
```php
|
194 |
+
$cmb_demo = new_cmb2_box( array(
|
195 |
+
...
|
196 |
+
'context' => 'before_permalink',
|
197 |
+
) );
|
198 |
+
```
|
199 |
+
|
200 |
+
If it is preferred that the fields are output without the metabox, then omit the `'title'` property from the metabox registration array, and instead add ` 'remove_box_wrap' => true,`.
|
201 |
+
|
202 |
+
Props [@norcross](https://github.com/norcross) ([#836](https://github.com/CMB2/CMB2/pull/836)).
|
203 |
+
* New field parameter, `'render_class'`, allowing you to override the default `'CMB2_Type_Base'` class that is used when rendering the field. This provides interesting object-oriented ways to override default CMB2 behavior by subclassing the default class and overriding methods. The render class can also be overridden with the `"cmb2_render_class_{$fieldtype}"` filter, which is passed the default render class name as well as the `CMB2_Types` object, but this should be used sparingly, and within the context of your project's boxes/fields or you could break other plugins'/themes' CMB2 fields.
|
204 |
+
* Improvements to the `file`/`file_list` fields javascript APIs, including using undersore templates.
|
205 |
+
* Small improvements to the styling for the `file_list` field type.
|
206 |
+
* New action hook, `cmb2_footer_enqueue`, which occurs after CMB2 enqueues its assets.
|
207 |
+
* Example functions clean up. Props [@PavelK27](https://github.com/PavelK27) ([#866](https://github.com/CMB2/CMB2/pull/866)).
|
208 |
+
* New `CMB2_Utils` methods, `get_available_image_sizes()` and `get_named_size()`. Props [@Cai333](https://github.com/Cai333).
|
209 |
+
|
210 |
+
### Bug Fixes
|
211 |
+
|
212 |
+
* Fix datepicker month/year dropdown text color. On windows, the option text was showing as white (invisible). Fixes [#770](https://github.com/CMB2/CMB2/issues/770).
|
213 |
+
* Repeatable WYSIWYG no longer breaks if `'quicktags'` param is set to false. Props [@timburden](https://github.com/timburden) ([#797](https://github.com/CMB2/CMB2/pull/797), [#796](https://github.com/CMB2/CMB2/issues/796)).
|
214 |
+
* Do not process title fields during group field save process.
|
215 |
+
* Fix issue where term-meta values were not being displayed for some users. Props [@sbussetti](https://github.com/sbussetti) ([#763](https://github.com/CMB2/CMB2/pull/763), [#700](https://github.com/CMB2/CMB2/issues/700)).
|
216 |
+
* Fix issue where term meta would not be applied when using the new term form if multiple object types were specified. Props [@ADC07](https://github.com/ADC07) ([#842](https://github.com/CMB2/CMB2/pull/842), [#841](https://github.com/CMB2/CMB2/issues/841)).
|
217 |
+
* Fix WordPress spinner styling when boxes/fields used on the frontend.
|
218 |
+
* Fix issue where clicking to remove a `file_list` item could occasionally remove the field row. ([#828](https://github.com/CMB2/CMB2/pull/828)).
|
219 |
+
* Fix issue where empty file field in group would still cause non-empty values to store to database. ([#721](https://github.com/CMB2/CMB2/issues/721)).
|
220 |
+
* Make `file`/`file_list` field preview images work with named sizes. Props [@Cai333](https://github.com/Cai333) ([#848](https://github.com/CMB2/CMB2/pull/848), [#844](https://github.com/CMB2/CMB2/issues/844)).
|
221 |
+
* Fix incorrect text-domain. ([#798](https://github.com/CMB2/CMB2/issues/798))
|
222 |
+
* Do not silence notices/errors in `CMB2_Utils::get_file_ext()`.
|
223 |
+
* If `title` field type has no name value, then only output a span element (instead of a header element).
|
224 |
+
|
225 |
+
## [2.2.3.1 - 2016-11-08](https://github.com/CMB2/CMB2/releases/tag/v2.2.3.1)
|
226 |
+
|
227 |
+
### Enhancements
|
228 |
+
|
229 |
+
* Better styling for disabled group "X" buttons, and add title attr. Fixes [#773](https://github.com/CMB2/CMB2/issues/773).
|
230 |
+
|
231 |
+
### Bug Fixes
|
232 |
+
|
233 |
+
* Use quotes for `label[for=""]` selector. Fixed `Syntax error, unrecognized expression`. Props [@anhskohbo](https://github.com/anhskohbo) ([#789](https://github.com/CMB2/CMB2/pull/789)).
|
234 |
+
* Fix `ReferenceError: tinyMCE is not defined` javascript errors (happening when trying to remove a repeatable field/group). Fixes [#790](https://github.com/CMB2/CMB2/issues/790), and [#730](https://github.com/CMB2/CMB2/issues/730).
|
235 |
+
* Fix REST API `'show_in_rest'` examples in `example-functions.php`. Any REST API boxes/fields must use the `'cmb2_init'` hook (as opposed to the `'cmb2_admin_init'` hook).
|
236 |
+
|
237 |
+
## [2.2.3 - 2016-10-25](https://github.com/CMB2/CMB2/releases/tag/v2.2.3)
|
238 |
+
|
239 |
+
### Enhancements
|
240 |
+
|
241 |
+
* CMB2 REST API! CMB2 now has WP REST API endpoints for displaying your boxes and fields data, as well as registers rest fields in the existing post, user, term, and comment endpoints (in the cmb2 namespace). Enabling the REST API for your boxes/fields is opt-in, meaning it will not be automatically enabled. For more info, [check out the wiki](https://github.com/CMB2/CMB2/wiki/REST-API).
|
242 |
+
* Small string improvement, move a period inside the translatable string. Props [@pedro-mendonca](https://github.com/pedro-mendonca) ([#672](https://github.com/CMB2/CMB2/pull/672)).
|
243 |
+
* Introduce the `'save_field'` boolean field parameter for disabling the saving of a field. Useful if you want to display the value of another field, or use a disabled/read-only field. Props [@jamesgol](https://github.com/jamesgol) ([#674](https://github.com/CMB2/CMB2/pull/674), [#346](https://github.com/CMB2/CMB2/issues/346), [#500](https://github.com/CMB2/CMB2/issues/500)).
|
244 |
+
* Update docblocks for `CMB2_Field::save_field_from_data()` and `CMB2_Field::save_field()`. Props [@jamesgol](https://github.com/jamesgol) ([#675](https://github.com/CMB2/CMB2/pull/675)).
|
245 |
+
* More javascript events tied to the media modal actions (related to the `'file'` and '`file_list'` fields). `'cmb_media_modal_init'`, `'cmb_media_modal_open'`, and `'cmb_media_modal_select'`.
|
246 |
+
* All CMB2 JS events now also get the CMB2 JS object passed in the list of arguments.
|
247 |
+
* CMB2 JS object is now instantiated without stomping existing object, to enable extending.
|
248 |
+
* New field parameter for taxonomy fields, `'remove_default'` which allows disabling the default taxonomy metabox. Props [@c3mdigital](https://github.com/c3mdigital) ([#593](https://github.com/CMB2/CMB2/pull/593)).
|
249 |
+
* Change `'row_classes'` to just `'classes'`, to mirror the metabox `'classes'` property. Also now accepts a `'classes_cb'` parameter for specifying a callback which returns a string or array. The callback will receive `$field_args` as the first argument, and the CMB2_Field `$field` object as the second argument. (`'row_classes'` will continue to work, but is deprecated)
|
250 |
+
* Make wysiwyg editors work in the repeatable groups context. A standard repeatable (non-group) wysiwyg field is not supported (but will possibly be included in a future update). Props [@johnsonpaul1014](https://github.com/johnsonpaul1014) ([#26](https://github.com/CMB2/CMB2/pull/26), [#99](https://github.com/CMB2/CMB2/pull/99), [#260](https://github.com/CMB2/CMB2/pull/260), [#264](https://github.com/CMB2/CMB2/pull/264), [#356](https://github.com/CMB2/CMB2/pull/356), [#431](https://github.com/CMB2/CMB2/pull/431), [#462](https://github.com/CMB2/CMB2/pull/462), [#657](https://github.com/CMB2/CMB2/pull/657), [#693](https://github.com/CMB2/CMB2/pull/693)).
|
251 |
+
* Add an id to the heading tag in the title field. This allows linking to a particular title using the id.
|
252 |
+
* Internationalization improvements. Props [ramiy](https://github.com/ramiy) ([#696](https://github.com/CMB2/CMB2/pull/696)).
|
253 |
+
* Ensure that saving does not happen during a switch-to-blog session, as data would be saved to the wrong object. [See more](https://wordpress.org/support/topic/bug-in-lastest-version?replies=2).
|
254 |
+
* Add `'cmb2_group_wrap_attributes'` filter to modifying the group wrap div's attributes. Filter gets passed an array of attributes and expects the return to be an array. Props [jrfnl](https://github.com/jrfnl) ([#582](https://github.com/CMB2/CMB2/pull/582)).
|
255 |
+
* Update the unit-tests README and inline docs. Props [bobbingwide](https://github.com/bobbingwide) ([#714](https://github.com/CMB2/CMB2/pull/714), [#715](https://github.com/CMB2/CMB2/pull/715)).
|
256 |
+
* Minor update to make naming-conventions consistent. Props [ramiy](https://github.com/ramiy) ([#718](https://github.com/CMB2/CMB2/pull/718)).
|
257 |
+
* Update files to be compatible with PHP7 CodeSniffer standards. Props [ryanshoover](https://github.com/ryanshoover) ([#719](https://github.com/CMB2/CMB2/pull/719), [#720](https://github.com/CMB2/CMB2/pull/720)).
|
258 |
+
* Make exception message translatable. Props [ramiy](https://github.com/ramiy) ([#724](https://github.com/CMB2/CMB2/pull/724)).
|
259 |
+
* Portuguese translation provided by [@alvarogois](https://github.com/alvarogois) and [@pedro-mendonca](https://github.com/pedro-mendonca) - [#709](https://github.com/CMB2/CMB2/pull/709), [#727](https://github.com/CMB2/CMB2/pull/727).
|
260 |
+
* Stop using `$wp_version` global. Props [ramiy](https://github.com/ramiy) ([#731](https://github.com/CMB2/CMB2/pull/731)).
|
261 |
+
* Closures (anonymous functions) are now supported for any box/field `'*_cb'` parameters. E.g.
|
262 |
+
```php
|
263 |
+
...
|
264 |
+
'show_on_cb' => function( $cmb ) { return has_tag( 'cats', $cmb->object_id ); },
|
265 |
+
...
|
266 |
+
```
|
267 |
+
|
268 |
+
### Bug Fixes
|
269 |
+
|
270 |
+
* If custom field types use a method and the Type object has not been instantiated, Try to guess the Type object and instantiate.
|
271 |
+
* Normalize WordPress root path (`ABSPATH`) and theme rooth path (`get_theme_root()`). Props [@rianbotha](https://github.com/rianbotha) ([#677](https://github.com/CMB2/CMB2/pull/677), [#676](https://github.com/CMB2/CMB2/pull/676)).
|
272 |
+
* Fix issue with `'cmb2_remove_row'` Javascript callback for non-group row removal. Fixes [#729](https://github.com/CMB2/CMB2/pull/729)).
|
273 |
+
* Fix issue with missing assignment of variable (undefined variable). Props [@anhskohbo](https://github.com/anhskohbo) ([#779](https://github.com/CMB2/CMB2/pull/779)).
|
274 |
+
|
275 |
+
## 2.2.2.1 - 2016-06-27
|
276 |
+
|
277 |
+
### Bug Fixes
|
278 |
+
|
279 |
+
* Fix issue that kept CMB2 stylesheet from being enqueued when using the [options-page snippets](https://github.com/CMB2/CMB2-Snippet-Library/tree/master/options-and-settings-pages).
|
280 |
+
* Fix issue which caused the CMB2 column display styles to be enqueued in the wrong pages. Now only enqueues on admin pages with columns.
|
281 |
+
|
282 |
+
## 2.2.2 - 2016-06-27
|
283 |
+
|
284 |
+
### Enhancements
|
285 |
+
|
286 |
+
* You can now set admin post-listing columns with an extra field parameter, `'column' => true,`. If you want to dictate what position the column is, use `'column' => array( 'position' => 2 ),`. If you want to dictate the column title (instead of using the field `'name'` value), use `'column' => array( 'name' => 'My Column' ),`. If you need to specify the column display callback, set the `'display_cb'` parameter to [a callback function](https://github.com/CMB2/CMB2/wiki/Field-Parameters#render_row_cb). Columns work for post (all post-types), comment, user, and term object types.
|
287 |
+
* Updated Datepicker styles using JJJ's "jQuery UI Datepicker CSS for WordPress", so props Props [@stuttter](https://github.com/stuttter), [@johnjamesjacoby](https://github.com/johnjamesjacoby). Also cleaned up the timepicker styles (specifically the buttons) to more closely align with the datepicker and WordPress styles.
|
288 |
+
* CMB2 is now a lot more intelligent about where it is located in your installation. This update should solve almost all of the reasons to use the `'cmb2_meta_box_url'` filter (thought it will continue to work as expected). ([#27](https://github.com/CMB2/CMB2/issues/27), [#118](https://github.com/CMB2/CMB2/issues/118), [#432](https://github.com/CMB2/CMB2/issues/432), [related wiki item](https://github.com/CMB2/CMB2/wiki/Troubleshooting#cmb2-urls-issues))
|
289 |
+
* Implement CMB2_Ajax as a singleton. Props [jrfnl](https://github.com/jrfnl) ([#602](https://github.com/CMB2/CMB2/pull/602)).
|
290 |
+
* Add `classes` and `classes_cb` CMB2 box params which allows you to add additional classes to the cmb-wrap. The `classes` parameter can take a string or array, and the `classes_cb` takes a callback which returns a string or array. The callback will receive `$cmb` as an argument. These classes are also passed through a new filter, `'cmb2_wrap_classes'`, which receives the array of classes as the first argument, and the CMB2 object as the second. Reported/requested in [#364](https://github.com/CMB2/CMB2/issues/364#issuecomment-213223692).
|
291 |
+
* Make the `'title'` field type accept extra arguments. Props [@vladolaru](https://github.com/vladolaru), [@pixelgrade](https://github.com/pixelgrade) ([#656](https://github.com/CMB2/CMB2/pull/656)).
|
292 |
+
* Updated `cmb2_get_oembed()` function to NOT return the "remove" link, as it's intended for outputting the oembed only. **This is a backwards-compatibility concern.** If you were depending on the "remove" link, use `cmb2_ajax()->get_oembed( $args )` instead.
|
293 |
+
* New function, `cmb2_do_oembed()`', which is hooked to `'cmb2_do_oembed'`, so you can use `do_action( 'cmb2_do_oembed', $args )` in your themes without `function_exists()` checks.
|
294 |
+
* New method, `CMB2:set_prop( $property, $value )`, for setting a CMB2 metabox object property.
|
295 |
+
* The `CMB2_Field` object instances will now have a `cmb_id` property and a `get_cmb` method to enable access to the field's `CMB2` parent object's instance, in places like field callbacks and filters (e.g. `$cmb = $field->get_cmb();`).
|
296 |
+
* Add a `data-fieldtype` attribute to the field rows for simpler identification in Javascript.
|
297 |
+
* Moved each type in `CMB2_Types` to it's own class so that each field type can handle it's own field display, and added the infrastructure to maintainn back-compatibility.
|
298 |
+
* New `CMB2_Utils` methods, `notempty()` and `filter_empty()`, both of which consider `null`, `''` and `false` as empty, but allow `0` (for saving `0` as a field value).
|
299 |
+
* New `CMB2_Utils` public methods, `get_url_from_dir()`, `get_file_ext()`, `get_file_name_from_path()`, and `wp_at_least()`.
|
300 |
+
* Add a `cmb_pre_init` Javascript event to allow overriding CMB2 defaults via JS.
|
301 |
+
|
302 |
+
### Bug Fixes
|
303 |
+
* Fix issue with 'default' callback not being applied in all instances. Introduced new `CMB2_Field::get_default()` method, and `'default_cb'` field parameter. Using the `'default'` field parameter with a callback will be deprecated in the next few releases. ([#572](https://github.com/CMB2/CMB2/issues/572)).
|
304 |
+
* Be sure to call `CMB2_Field::row_classes()` for group field rows. Also, update CSS to use the "cmb-type-group" classname instead of "cmb-repeat-group-wrap".
|
305 |
+
* Introduce new `'text'` and `'text_cb'` field parameters for overriding CMB2 text strings instead of using the `'options'` array. ([#630](https://github.com/CMB2/CMB2/pull/630))
|
306 |
+
* Fix bug where the value of '0' could not be saved in group fields.
|
307 |
+
* Fix bug where a serialized empty array value in the database for a repeatable field would output as "Array".
|
308 |
+
* Allow for optional/empty money field. Props [@jrfnl](https://github.com/jrfnl) ([#577](https://github.com/CMB2/CMB2/pull/577)).
|
309 |
+
* The `CMB2::$updated` parameter (which contains field ids for all fields updated during a save) now also correctly adds group field ids to the array.
|
310 |
+
|
311 |
+
## 2.2.1 - 2016-02-29
|
312 |
+
|
313 |
+
### Bug Fixes
|
314 |
+
|
315 |
+
* Fixes back-compatibility issue which could allow multiple CMB2 instances to load (causing fatal errors). ([#520](https://github.com/CMB2/CMB2/pull/520))
|
316 |
+
|
317 |
+
## 2.2.0 - 2016-02-27
|
318 |
+
|
319 |
+
### Enhancements
|
320 |
+
|
321 |
+
* Term Meta! As of WordPress 4.4, [WordPress will have the ability to use term metadata](https://make.wordpress.org/core/2015/10/23/4-4-taxonomy-roundup/). CMB2 will work with term meta out of the box. To do so, see the example cmb registration in the `yourprefix_register_taxonomy_metabox` function in [example-functions.php](https://github.com/CMB2/CMB2/blob/master/example-functions.php).
|
322 |
+
* New hooks which hook in after save field action: `'cmb2_save_field'` and `"cmb2_save_field_{$field_id}"`. Props [wpsmith](https://github.com/wpsmith) ([#475](https://github.com/CMB2/CMB2/pull/475)).
|
323 |
+
* The "cmb2_sanitize_{$field_type}" hook now runs for every field type (not just custom types) so you can override the sanitization for all field types via a filter.
|
324 |
+
* `CMB2::show_form()` is now composed of 3 smaller methods, `CMB2::render_form_open()`, `CMB2::render_field()`, `CMB2::render_form_close()` ([#506](https://github.com/CMB2/CMB2/pull/506)).
|
325 |
+
* RTL Style generated. Props [@devinsays](https://github.com/devinsays) ([#510](https://github.com/CMB2/CMB2/pull/510)).
|
326 |
+
* Properly scope date/time-pickers styling by adding a class to only cmb2 picker instances. ([#527](https://github.com/CMB2/CMB2/pull/527))
|
327 |
+
* Allow per-field overrides for the date/time/color picker options (wiki documentation: [Modify Field Date, Time, or Color Picker options](https://github.com/CMB2/CMB2/wiki/Tips-&-Tricks#modify-field-date-time-or-color-picker-options))
|
328 |
+
* Fix some inline documentation issues. Props [@jrfnl](https://github.com/jrfnl) ([#579](https://github.com/CMB2/CMB2/pull/579)).
|
329 |
+
* Include `.gitattributes` file for excluding development resources when using Composer. Props [@benoitchantre](https://github.com/benoitchantre) ([#575](https://github.com/CMB2/CMB2/pull/575), [#53](https://github.com/CMB2/CMB2/pull/53)).
|
330 |
+
|
331 |
+
### Bug Fixes
|
332 |
+
|
333 |
+
* Fixed issue with `'taxonomy_select'` field type where a term which evaluated falsey would not be displayed properly. Props [adamcapriola](https://github.com/adamcapriola) ([#477](https://github.com/CMB2/CMB2/pull/477)).
|
334 |
+
* Fix issue with colorpickers not changing when sorting groups.
|
335 |
+
* `'show_option_none'` field parameter now works on taxonomy fields when explicitly setting to false.
|
336 |
+
* Fix so the date/time-picker javascript respects the `'date_format'` and `'time_format'` field parameters. Props [@yivi](https://github.com/yivi) ([#39](https://github.com/CMB2/CMB2/pull/39), [#282](https://github.com/CMB2/CMB2/pull/282), [#300](https://github.com/CMB2/CMB2/pull/300), [#318](https://github.com/CMB2/CMB2/pull/318), [#330](https://github.com/CMB2/CMB2/pull/330), [#446](https://github.com/CMB2/CMB2/pull/446), [#498](https://github.com/CMB2/CMB2/pull/498)).
|
337 |
+
* Fix a sometimes-broken unit test. Props [JPry](https://github.com/JPry) ([#539](https://github.com/CMB2/CMB2/pull/539)).
|
338 |
+
* Fix issue with oembed fields not working correctly on options pages. ([#542](https://github.com/CMB2/CMB2/pull/542)).
|
339 |
+
* Fix issue with repeatable field <button> elements stealing focus from "submit" button.
|
340 |
+
|
341 |
+
## 2.1.2 - 2015-10-01
|
342 |
+
|
343 |
+
### Bug Fixes
|
344 |
+
|
345 |
+
* Fixes back-compatibility issue when adding fields array to the metabox registration. ([#472](https://github.com/CMB2/CMB2/pull/472))
|
346 |
+
|
347 |
+
## 2.1.1 - 2015-09-30
|
348 |
+
|
349 |
+
### Enhancements
|
350 |
+
|
351 |
+
* Make all CMB2::save_fields arguments optional to fall-back to `$_POST` data. Props [JPry](https://github.com/JPry).
|
352 |
+
* New filter, `cmb2_non_repeatable_fields` for adding additional fields to the blacklist of repeatable field-types. Props [JPry](https://github.com/JPry) ([#430](https://github.com/CMB2/CMB2/pull/430)).
|
353 |
+
* New recommended hook for adding metaboxes, `cmb2_admin_init`. Most metabox registration only needs to happen if in wp-admin, so there is no reason to register them when loading the front-end (and increase the memory usage). `cmb2_init` still exists to register metaboxes that will be used on the front-end or used on both the front and back-end. Instances of `cmb2_init` in example-functions.php have been switched to `cmb2_admin_init`.
|
354 |
+
* Add `'render_row_cb'` field parameter for overriding the field render method.
|
355 |
+
* Add `'label_cb'` field parameter for overriding the field label render method.
|
356 |
+
* Allow `CMB2_Types::checkbox()` method to be more flexible for extending by taking an args array and an `$is_checked` second argument.
|
357 |
+
* More thorough unit tests. Props [pglewis](https://github.com/pglewis), ([#447](https://github.com/CMB2/CMB2/pull/447),[#448](https://github.com/CMB2/CMB2/pull/448)).
|
358 |
+
* Update `CMB2_Utils::image_id_from_url` to be more reliable. Props [wpscholar](https://github.com/wpscholar), ([#453](https://github.com/CMB2/CMB2/pull/453)).
|
359 |
+
* `cmb2_get_option` now takes a default fallback value as a third parameter.
|
360 |
+
|
361 |
+
### Bug Fixes
|
362 |
+
|
363 |
+
* Address issue where `'file'` and `'file_list'` field results were getting mixed. Props [augustuswm](https://github.com/augustuswm) ([#382](https://github.com/CMB2/CMB2/pull/382), [#250](https://github.com/CMB2/CMB2/pull/250), [#296](https://github.com/CMB2/CMB2/pull/296)).
|
364 |
+
* Fix long-standing issues with radio and multicheck fields in repeatable groups losing their values when new rows are added. ([#341](https://github.com/CMB2/CMB2/pull/341), [#304](https://github.com/CMB2/CMB2/pull/304), [#263](https://github.com/CMB2/CMB2/pull/263), [#246](https://github.com/CMB2/CMB2/pull/246), [#150](https://github.com/CMB2/CMB2/pull/150))
|
365 |
+
* Fixes issue where currently logged-in user's profile data would display in the "Add New User" screen fields. ([#427](https://github.com/CMB2/CMB2/pull/427))
|
366 |
+
* Fixes issue where radio values/selections would not always properly transfer when shifting rows (up/down). Props [jamiechong](https://github.com/jamiechong) ([#429](https://github.com/CMB2/CMB2/pull/429), [#152](https://github.com/CMB2/CMB2/pull/152)).
|
367 |
+
* Fixes issue where repeatable groups display "Array" as the field values if group is left completely empty. ([#332](https://github.com/CMB2/CMB2/pull/332),[#390](https://github.com/CMB2/CMB2/pull/390)).
|
368 |
+
* Fixes issue with `'file_list'` fields not saving properly when in repeatable groups display. Props [jamiechong](https://github.com/jamiechong) ([#433](https://github.com/CMB2/CMB2/pull/433),[#187](https://github.com/CMB2/CMB2/pull/187)).
|
369 |
+
* Update `'taxonomy_radio_inline'` and `'taxonomy_multicheck_inline'` fields sanitization method to use the same method as the non-inline versions. Props [superfreund](https://github.com/superfreund) ([#454](https://github.com/CMB2/CMB2/pull/454)).
|
370 |
+
|
371 |
+
## 2.1.0 - 2015-08-05
|
372 |
+
|
373 |
+
### Bug Fixes
|
374 |
+
|
375 |
+
* Fix user fields not saving. Props [achavez](https://github.com/achavez), ([#417](https://github.com/CMB2/CMB2/pull/417)).
|
376 |
+
|
377 |
+
## 2.0.9 - 2015-07-28
|
378 |
+
|
379 |
+
### Enhancements
|
380 |
+
|
381 |
+
* Updated/Added many translations. Props [fxbenard](https://github.com/fxbenard), ([#203](https://github.com/CMB2/CMB2/pull/344)) and [Mte90](https://github.com/Mte90) for the Italian translation.
|
382 |
+
* Updated `'file_list'` field type to have a more intuitive selection in the media library, and updated the 'Use file' text in the button. Props [SteveHoneyNZ](https://github.com/SteveHoneyNZ) ([#357](https://github.com/CMB2/CMB2/pull/357), [#358](https://github.com/CMB2/CMB2/pull/358)).
|
383 |
+
* `'closed'` group field option parameter introduced in order to set the groups as collapsed by default. Requested in [#391](https://github.com/CMB2/CMB2/issues/391).
|
384 |
+
* Added `"cmb2_{$object_type}_process_fields_{$cmb_id}"` hook for hooking in and modifying the metabox or fields before the fields are processed/sanitized for saving.
|
385 |
+
* Added Comment Metabox support. Props [GregLancaster71](https://github.com/GregLancaster71) ([#238](https://github.com/CMB2/CMB2/pull/238), [#244](https://github.com/CMB2/CMB2/pull/244)).
|
386 |
+
* New `"cmb2_{$field_id}_is_valid_img_ext"`` filter for determining if a field value has a valid image file-type extension.
|
387 |
+
|
388 |
+
### Bug Fixes
|
389 |
+
|
390 |
+
* `'multicheck_inline'`, `'taxonomy_radio_inline'`, and `'taxonomy_multicheck_inline'` field types were not outputting anything since it's value was not being returned. Props [ediamin](https://github.com/ediamin), ([#367](https://github.com/CMB2/CMB2/pull/367), ([#405](https://github.com/CMB2/CMB2/pull/405)).
|
391 |
+
* `'hidden'` type fields were not honoring the `'show_on_cb'` callback. Props [JPry](https://github.com/JPry), ([commits](https://github.com/CMB2/CMB2/compare/5a4146eec546089fbe1a1c859d680dfda3a86ee2...1ef5ef1e3b2260ab381090c4abe9dc7234cfa0a6)).
|
392 |
+
* Fixed: There was no minified cmb2-front.min.css file.
|
393 |
+
* Fallback for fatal error with invalid timezone. Props [ryanduff](https://github.com/ryanduff) ([#385](https://github.com/CMB2/CMB2/pull/385)).
|
394 |
+
* Fix issues with deleting a row from repeatable group. Props [yuks](https://github.com/yuks) ([#387](https://github.com/CMB2/CMB2/pull/387)).
|
395 |
+
* Ensure value passed to `strtotime` in `make_valid_time_stamp` is cast to a string. Props [vajrasar](https://github.com/vajrasar) ([#389](https://github.com/CMB2/CMB2/pull/389)).
|
396 |
+
* Fixed issue with Windows IIS and bundling CMB2 in the theme. Props [DevinWalker](https://github.com/DevinWalker), ([#400](https://github.com/CMB2/CMB2/pull/400), [#401](https://github.com/CMB2/CMB2/pull/401))
|
397 |
+
|
398 |
+
## 2.0.8 - 2015-06-01
|
399 |
+
|
400 |
+
### Bug Fixes
|
401 |
+
|
402 |
+
* Fix color-picker field not enqueueing the colorpicker script. ([#333](https://github.com/CMB2/CMB2/issues/333))
|
403 |
+
|
404 |
+
## 2.0.7 - 2015-05-28
|
405 |
+
|
406 |
+
### Enhancements
|
407 |
+
|
408 |
+
* Ability to use non-repeatable group fields by setting the `'repeatable'` field param to `false` when registering a group field type. Props [marcusbattle](https://github.com/marcusbattle), ([#159](https://github.com/CMB2/CMB2/pull/159)).
|
409 |
+
* Add and enqeueue a front-end specific CSS file which adds additional styles which are typically covered by wp-admin css. ([#311](https://github.com/CMB2/CMB2/issues/311))
|
410 |
+
* Better handling of the CMB2 javascript (and CSS) required dependencies array. Dependencies are now only added conditionally based on the field types that are actually visible. ([#136](https://github.com/CMB2/CMB2/issues/136))
|
411 |
+
* **THIS IS A BREAKING CHANGE:** The `group` field type's `'show_on_cb'` parameter now receives the `CMB2_Field` object instance as an argument instead of the `CMB2` instance. If you're using the `'show_on_cb'` parameter for a `group` field, please adjust accordingly. _note: you can still retrieve the `CMB2` instance via the `cmb2_get_metabox` helper function._
|
412 |
+
* New dynamic hook, `"cmb2_save_{$object_type}_fields_{$this->cmb_id}"`, to complement the existing `"cmb2_save_{$object_type}_fields"` hook.
|
413 |
+
* New CMB2 parameter, `enqueue_js`, to disable the enqueueing of the CMB2 Javascript.
|
414 |
+
* German translation provided by Friedhelm Jost.
|
415 |
+
|
416 |
+
### Bug Fixes
|
417 |
+
|
418 |
+
* Fix incorrect repeatable group title number. ([#310](https://github.com/CMB2/CMB2/pull/310))
|
419 |
+
* Fix obscure bug which prevented group field arguments from being passed to the sub-fields (like `show_names` and `context`).
|
420 |
+
* Fixed occasional issue when adding a group row, the previous row's content would be cloned. ([#257](https://github.com/CMB2/CMB2/pull/257))
|
421 |
+
|
422 |
+
## 2.0.6 - 2015-04-30
|
423 |
+
|
424 |
+
### Enhancements
|
425 |
+
|
426 |
+
* New metabox/form parameter, `show_on_cb`, allows you to conditionally display a cmb metabox/form via a callback. The `$cmb` object gets passed as a parameter to the callback. This complements the `'show_on_cb'` parameter that already exists for individual fields. Using this callback is similar to using the `'cmb2_show_on'` filter, but only applies to that specific metabox and it is recommended to use this callback instead as it minimizes th risk that your filter will affect other metaboxes.
|
427 |
+
* Taxonomy types no longer save a value. The value getting saved was causing confusion and is not meant to be used. To use the saved taxonomy data, you need to use the WordPress term api, `get_the_terms `, `get_the_term_list`, etc.
|
428 |
+
* Add `'multiple'` field parameter to store values in individual rows instead of serialized array. Will only work if field is not repeatable or a repeatable group. Props [JohnyGoerend](https://github.com/JohnyGoerend). ([#262](https://github.com/CMB2/CMB2/pull/262), [#206](https://github.com/CMB2/CMB2/issues/206), [#45](https://github.com/CMB2/CMB2/issues/45)).
|
429 |
+
* Portuguese (Brazil) translation provided by [@lucascdsilva](https://github.com/lucascdsilva) - [#293](https://github.com/CMB2/CMB2/pull/293).
|
430 |
+
* Spanish (Spain) translation updated by [@yivi](https://github.com/yivi) - [#272](https://github.com/CMB2/CMB2/pull/272).
|
431 |
+
* Added group field callback parameters, `'before_group'`, `'before_group_row'`, `'after_group_row'`, `'after_group'` to complement the `'before_row'`, `'before'`, `'after'`, `'after_row'` field parameters.
|
432 |
+
* Better styling for `title` fields and `title` descriptions on options pages.
|
433 |
+
* Add a `sanitization_cb` field parameter check for the `group` field type.
|
434 |
+
* Better function/file doc-blocks to provide better documentation for automated documentation tools. See: [cmb2.io/api](http://cmb2.io/api/).
|
435 |
+
* `cmb2_print_metabox_form`, `cmb2_metabox_form`, and `cmb2_get_metabox_form` helper functions now accept two new parameters:
|
436 |
+
* an `'object_type'` parameter to explictly set that in the `$cmb` object.
|
437 |
+
* an `'enqueue_js'` parameter to explicitly disable the CMB JS enqueue. This is handy if you're not planning on using any of the fields which require JS (like color/date pickers, wysiwyg, file, etc).
|
438 |
+
|
439 |
+
### Bug Fixes
|
440 |
+
|
441 |
+
* Fix issue with oembed fields in repeatable groups where changing video changed it for all fields in a group.
|
442 |
+
* Fix empty arrays (like in the group field) saving as a value.
|
443 |
+
* Move `'cmb2_override_meta_value'` and `"cmb2_override_{$field_id}_meta_value"` filters to the `CMB2_Field::get_data()` method so that the filters are applied every time the data is requested. **THIS IS A BREAKING CHANGE:** The parameters for those filters have changed a bit. Previously, the filters accepted 5 arguments, `$value`, `$object_id`, `$field_args`, `$object_type`, `$field`. They have changed to accept 4 arguments instead, `$value`, `$object_id`, `$args`, `$field`, where `$args` is an array that contains the following:
|
444 |
+
* @type string $type The current object type
|
445 |
+
* @type int $id The current object ID
|
446 |
+
* @type string $field_id The ID of the field being requested
|
447 |
+
* @type bool $repeat Whether current field is repeatable
|
448 |
+
* @type bool $single Whether current field is a single database row
|
449 |
+
|
450 |
+
|
451 |
+
## 2.0.5 - 2015-03-17
|
452 |
+
|
453 |
+
### Bug Fixes
|
454 |
+
|
455 |
+
* Fix grouped fields display (first field was being repeated), broken in 2.0.3.
|
456 |
+
|
457 |
+
## 2.0.4 - 2015-03-16
|
458 |
+
|
459 |
+
### Enhancements
|
460 |
+
|
461 |
+
* `select`, `radio`, `radio_inline` field types now all accept the `'show_option_none'` field parameter. This parameter allows you to set the text to display for showing a 'no selection' option. Default will be `false`, which means a 'none' option will not be added. Set to `true` to use the default text, 'None', or specify another value, i.e. 'No selection'.
|
462 |
+
|
463 |
+
### Bug Fixes
|
464 |
+
|
465 |
+
* Fix back-compatibility when adding group field sub-fields via old array method (vs using the `CMB2:add_group_field()` method). Thanks to [norcross](https://github.com/norcross) for reporting.
|
466 |
+
* Fix occasional jQuery issues with group-field indexes.
|
467 |
+
|
468 |
+
## 2.0.3 - 2015-03-15
|
469 |
+
|
470 |
+
### Enhancements
|
471 |
+
|
472 |
+
* New constant, `CMB2_DIR`, which stores the file-path to the CMB2 directory.
|
473 |
+
* `text_date`, `text_time`, `text_date_timestamp`, `text_datetime_timestamp`, and ` text_datetime_timestamp_timezone` field types now take an arguments array so they can be extended by custom field types.
|
474 |
+
* Removed auto-scroll when adding groups. To re-add the feature, use the [snippet/plugin here](https://github.com/CMB2/CMB2-Snippet-Library/blob/master/javascript/cmb2-auto-scroll-to-new-group.php). ([#205](https://github.com/CMB2/CMB2/issues/205))
|
475 |
+
* Updated Timepicker utilizing the [@trentrichardson](https://github.com/trentrichardson) jQuery Timepicker add-on (https://github.com/trentrichardson/jQuery-Timepicker-Addon), and updated Datepicker styles. Props [JonMasterson](https://github.com/JonMasterson). ([#204](https://github.com/CMB2/CMB2/issues/204), [#206](https://github.com/CMB2/CMB2/issues/206), [#45](https://github.com/CMB2/CMB2/issues/45)).
|
476 |
+
* Added a callback option for the field default value. The callback gets passed an array of all the field parameters as the first argument, and the field object as the second argument. (which means you can get the post id using `$field->object_id`). ([#233](https://github.com/CMB2/CMB2/issues/233)).
|
477 |
+
* New `CMB2::get_field()` method and `cmb2_get_field` helper function for retrieving a `CMB2_Field` object from the array of registered fields for a metabox.
|
478 |
+
* New `CMB2::get_sanitized_values()` method and `cmb2_get_metabox_sanitized_values` helper function for retrieving sanitized values from an array of values (usually `$_POST` data).
|
479 |
+
* New `'save_fields'` metabox parameter that can be used to disable (by setting `'save_fields' => false`) the automatic saving of the fields when the form is submitted. These can be useful when you want to handle the saving of the fields yourself, or want to use submitted data for other purposes like generating new posts, or sending emails, etc.
|
480 |
+
|
481 |
+
### Bug Fixes
|
482 |
+
|
483 |
+
* Fix commented out text_datetime_timestamp_timezone field registration example in `example-functions.php`. Props [cliffordp](https://github.com/cliffordp), ([#203](https://github.com/CMB2/CMB2/pull/203)).
|
484 |
+
* Fix sidebar styling for money fields and fields with textareas. ([#234](https://github.com/CMB2/CMB2/issues/234))
|
485 |
+
* Fix `CMB2_Sanitize` class to properly use the stripslashed value (which was added in [#162](https://github.com/CMB2/CMB2/pull/162) but never used). Props [dustyf](https://github.com/dustyf), ([#241](https://github.com/CMB2/CMB2/pull/241)).
|
486 |
+
|
487 |
+
## 2.0.2 - 2015-02-15
|
488 |
+
|
489 |
+
### Enhancements
|
490 |
+
|
491 |
+
* Use the more appropriate `add_meta_boxes` hook for hooking in metaboxes to post-edit screen. Thanks [@inspiraaz](https://github.com/inspiraaz) for reporting. ([#161](https://github.com/CMB2/CMB2/issues/161))
|
492 |
+
* Add a `row_classes` field param which allows you to add additional classes to the cmb-row wrap. This parameter can take a string, or array, or can take a callback that returns a string or array. The callback will receive `$field_args` as the first argument, and the CMB2_Field `$field` object as the second argument. Reported/requested in [#68](https://github.com/CMB2/CMB2/issues/68).
|
493 |
+
* New constant, `CMB2_LOADED`, which you can use to check if CMB2 is loaded for your plugins/themes with CMB2 dependency.
|
494 |
+
* New hooks, [`cmb2_init_before_hookup` and `cmb2_after_init`](https://github.com/CMB2/CMB2-Snippet-Library/blob/master/filters-and-actions).
|
495 |
+
* New API for adding metaboxes and fields, demonstrated in [`example-functions.php`](https://github.com/CMB2/CMB2/blob/master/example-functions.php). In keeping with backwards-compatibility, the `cmb2_meta_boxes` filter method will still work, but is not recommended. New API includes `new_cmb2_box` helper function to generate a new metabox, and returns a `$cmb` object to add new fields (via the `CMB2::add_field()` and `CMB2::add_group_field()` methods).
|
496 |
+
* New CMB2 method, [`CMB2::remove_field()`](https://github.com/CMB2/CMB2-Snippet-Library/blob/master/filters-and-actions/cmb2_init_%24cmb_id-remove-field.php).
|
497 |
+
* New CMB2_Boxes method, [`CMB2_Boxes::remove()`](https://github.com/CMB2/CMB2-Snippet-Library/blob/master/filters-and-actions/cmb2_init_before_hookup-remove-cmb2-metabox.php).
|
498 |
+
* When clicking on a file/image in the `file`, or `file_list` type, the media modal will open with that image selected. Props [johnsonpaul1014](https://github.com/johnsonpaul1014), ([#120](https://github.com/CMB2/CMB2/pull/120)).
|
499 |
+
|
500 |
+
|
501 |
+
## 2.0.1 - 2015-02-02
|
502 |
+
|
503 |
+
2.0.1 is the official version after beta, and includes all the changes from 2.0.0 (beta).
|
504 |
+
|
505 |
+
## 2.0.0(beta) - 2014-08-16
|
506 |
+
|
507 |
+
2.0.0 is the official version number for the transition to CMB2, and 2.0.1 is the official version after beta. It is a complete rewrite. Improvements and fixes are listed below. __Note: This release requires WordPress 3.8+__
|
508 |
+
|
509 |
+
### Enhancements
|
510 |
+
|
511 |
+
* Converted `<table>` markup to more generic `<div>` markup to be more extensible and allow easier styling.
|
512 |
+
* Much better handling and display of repeatable groups.
|
513 |
+
* Entirely translation-ready [with full translations](http://wp-translations.org/project/cmb2/) in Spanish, French (Props [@fredserva](https://github.com/fredserva) - [#127](https://github.com/CMB2/CMB2/pull/127)), Finnish (Props [@onnimonni](https://github.com/onnimonni) - [#108](https://github.com/CMB2/CMB2/pull/108)), Swedish (Props [@EyesX](https://github.com/EyesX) - [#141](https://github.com/CMB2/CMB2/pull/141)), and English.
|
514 |
+
* Add cmb fields to new user page. Props [GioSensation](https://github.com/GioSensation), ([#645](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/645)).
|
515 |
+
* Improved and additional [helper-functions](https://github.com/CMB2/CMB2/blob/master/includes/helper-functions.php).
|
516 |
+
* Added new features and translation for datepicker. Props [kalicki](https://github.com/kalicki), ([#657](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/657)).
|
517 |
+
* General code standards cleanup. Props [gregrickaby](https://github.com/gregrickaby), ([#17](https://github.com/CMB2/CMB2/pull/17) & others).
|
518 |
+
* Use SASS for development. Props [gregrickaby](https://github.com/gregrickaby), ([#18](https://github.com/CMB2/CMB2/pull/18)).
|
519 |
+
* New `hidden` field type.
|
520 |
+
* [Ability to override text strings in fields via field options parameter](https://github.com/CMB2/CMB2/wiki/Tips-&-Tricks#override-text-strings-in-field).
|
521 |
+
* Added composer.json. Props [nlemoine](https://github.com/nlemoine), ([#19](https://github.com/CMB2/CMB2/pull/19)).
|
522 |
+
* New field 'hooks' can take [static text/html](https://github.com/CMB2/CMB2/wiki/Tips-&-Tricks#inject-static-content-in-a-field) or a [callback](https://github.com/CMB2/CMB2/wiki/Tips-&-Tricks#inject-dynamic-content-in-a-field-via-a-callback).
|
523 |
+
* New `preview_size` parameter for `file` field type. Takes an array or named image size.
|
524 |
+
* Empty index.php file to all folders (for more security). Props [brunoramalho](https://github.com/brunoramalho), ([#41](https://github.com/CMB2/CMB2/pull/41)).
|
525 |
+
* Clean up styling. Props [brunoramalho](https://github.com/brunoramalho), ([#43](https://github.com/CMB2/CMB2/pull/43)) and [senicar](https://github.com/senicar).
|
526 |
+
* Collapsible field groups. Props [cluke009](https://github.com/cluke009), ([#59](https://github.com/CMB2/CMB2/pull/59)).
|
527 |
+
* Allow for override of update/remove for CMB2_Field. Props [sc0ttkclark](https://github.com/sc0ttkclark), ([#65](https://github.com/CMB2/CMB2/pull/65)).
|
528 |
+
* Use class button-disabled instead of disabled="disabled" for <a> buttons. Props [sc0ttkclark](https://github.com/sc0ttkclark), ([#66](https://github.com/CMB2/CMB2/pull/66)).
|
529 |
+
* [New before/after dynamic form hooks](https://github.com/CMB2/CMB2/wiki/Tips-&-Tricks#using-the-dynamic-beforeafter-form-hooks).
|
530 |
+
* Larger unit test coverage. Props to [@pmgarman](https://github.com/pmgarman) for assistance. ([#90](https://github.com/CMB2/CMB2/pull/90) and [#91](https://github.com/CMB2/CMB2/pull/91))
|
531 |
+
* Added helper function to update an option. Props [mAAdhaTTah](https://github.com/mAAdhaTTah), ([#110](https://github.com/CMB2/CMB2/pull/110)).
|
532 |
+
* More JS hooks during repeat group shifting. Props [AlchemyUnited](https://github.com/AlchemyUnited), ([#125](https://github.com/CMB2/CMB2/pull/125)).
|
533 |
+
* [New metabox config option for defaulting to closed](https://github.com/CMB2/CMB2/wiki/Tips-&-Tricks#setting-a-metabox-to-closed-by-default).
|
534 |
+
* New hooks, [`cmb2_init`](https://github.com/CMB2/CMB2/wiki/Tips-&-Tricks#using-cmb2-helper-functions-and-cmb2_init) and `cmb2_init_{$cmb_id}`.
|
535 |
+
|
536 |
+
### Bug Fixes
|
537 |
+
|
538 |
+
* New mechanism to ensure CMB2 only loads the most recent version of CMB2 in your system. This fixes the issue where another bundled version could conflict or take precendent over your up-to-date version.
|
539 |
+
* Fix issue with field labels being hidden. Props [mustardBees](https://github.com/mustardBees), ([#48](https://github.com/CMB2/CMB2/pull/48)).
|
540 |
+
* Address issues with autoloading before autoloader is setup. Props [JPry](https://github.com/JPry), ([#56](https://github.com/CMB2/CMB2/pull/56)).
|
541 |
+
* Fixed 'show_on_cb' for field groups. Props [marcusbattle](https://github.com/marcusbattle), ([#98](https://github.com/CMB2/CMB2/pull/98)).
|
542 |
+
* Make get_object_terms work with and without object caching. Props [joshlevinson](https://github.com/joshlevinson), ([#105](https://github.com/CMB2/CMB2/pull/105)).
|
543 |
+
* Don't use `__DIR__` in example-functions.php to ensure PHP 5.2 compatibility. Props [bryceadams](https://github.com/bryceadams), ([#129](https://github.com/CMB2/CMB2/pull/129)).
|
544 |
+
* Added support for radio input swapping in repeatable fields. Props [DevinWalker](https://github.com/DevinWalker), ([#138](https://github.com/CMB2/CMB2/pull/138), [#149](https://github.com/CMB2/CMB2/pull/149)).
|
545 |
+
* Fix metabox form not being returned to caller. Props [akshayagarwal](https://github.com/akshayagarwal), ([#145](https://github.com/CMB2/CMB2/pull/145)).
|
546 |
+
* Run stripslashes before saving data, since WordPress forces magic quotes. Props [clifgriffin](https://github.com/clifgriffin), ([#162](https://github.com/CMB2/CMB2/pull/162)).
|
547 |
+
|
548 |
+
## 1.3.0 - (never released, merged into CMB2)
|
549 |
+
|
550 |
+
### Enhancements
|
551 |
+
|
552 |
+
* Localize Date, Time, and Color picker defaults so that they can be overridden via the `cmb_localized_data` filter. ([#528](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/issues/528))
|
553 |
+
* Change third parameter for 'cmb_metabox_form' to be an args array. Optional arguments include `echo`, `form_format`, and `save_button`.
|
554 |
+
* Add support for `show_option_none` argument for `taxonomy_select` and `taxonomy_radio` field types. Also adds the following filters: `cmb_all_or_nothing_types`, `cmb_taxonomy_select_default_value`, `cmb_taxonomy_select_{$this->_id()}_default_value`, `cmb_taxonomy_radio_{$this->_id()}_default_value`, `cmb_taxonomy_radio_default_value`. Props [@pmgarman](https://github.com/pmgarman), ([#569](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/569)).
|
555 |
+
* Make the list items in the `file_list` field type drag & drop sortable. Props [twoelevenjay](https://github.com/twoelevenjay), ([#603](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/603)).
|
556 |
+
|
557 |
+
### Bug Fixes
|
558 |
+
|
559 |
+
* Fixed typo in closing `</th>` tag. Props [@CivicImages](https://github.com/CivicImages). ([#616](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/issues/616))
|
560 |
+
|
561 |
+
## 1.2.0 - 2014-05-03
|
562 |
+
|
563 |
+
### Enhancements
|
564 |
+
|
565 |
+
* Add support for custom date/time formats. Props [@Scrent](https://github.com/Scrent). ([#506](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/506))
|
566 |
+
* Simplify `wysiwyg` escaping and allow it to be overridden via the `escape_cb` parameter. ([#491](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/491))
|
567 |
+
* Add a 'Select/Deselect all' button for the `multicheck` field type.
|
568 |
+
* Add title option for [repeatable groups](https://github.com/CMB2/CMB2/wiki/Field-Types#group). Title field takes an optional replacement hash, "{#}" that will be replaced by the row number.
|
569 |
+
* New field parameter, `show_on_cb`, allows you to conditionally display a field via a callback. ([#47](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/issues/47))
|
570 |
+
* Unit testing (the beginning). Props [@brichards](https://github.com/brichards) and [@camdensegal](https://github.com/camdensegal).
|
571 |
+
|
572 |
+
### Bug Fixes
|
573 |
+
|
574 |
+
* Fixed issue where remove file button wouldn't clear the url field. ([#514](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/issues/514))
|
575 |
+
* `wysiwyg` fields now allow underscores. Fixes some wysiwyg display issues in WordPress 3.8. Props [@lswilson](https://github.com/lswilson). ([#491](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/issues/491))
|
576 |
+
* Nonce field should only be added once per page. ([#521](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/issues/521))
|
577 |
+
* Fix `in_array` issue when a post does not have any saved terms for a taxonomy multicheck. ([#527](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/issues/527))
|
578 |
+
* Fixed error: 'Uninitialized string offset: 0 in cmb_Meta_Box_field.php...`. Props [@DevinWalker](https://github.com/DevinWalker). ([#539](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/issues/539), [#549](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/issues/549)))
|
579 |
+
* Fix missing `file` field description. ([#543](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/issues/543), [#547](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/issues/547))
|
580 |
+
|
581 |
+
|
582 |
+
|
583 |
+
## 1.1.3 - 2014-04-07
|
584 |
+
|
585 |
+
### Bug Fixes
|
586 |
+
|
587 |
+
* Update `cmb_get_field_value` function as it was passing the parameters to `cmb_get_field` in the wrong order.
|
588 |
+
* Fix repeating fields not working correctly if meta key or prefix contained an integer. ([#503](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/issues/503))
|
589 |
+
|
590 |
+
## 1.1.2 - 2014-04-05
|
591 |
+
|
592 |
+
### Bug Fixes
|
593 |
+
|
594 |
+
* Fix issue with `cmb_Meta_Box_types.php` calling a missing method, `image_id_from_url`. ([#502](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/502))
|
595 |
+
|
596 |
+
|
597 |
+
## 1.1.1 - 2014-04-03
|
598 |
+
|
599 |
+
### Bug Fixes
|
600 |
+
|
601 |
+
* Radio button values were not showing saved value. ([#500](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/issues/500))
|
602 |
+
|
603 |
+
## 1.1.0 - 2014-04-02
|
604 |
+
|
605 |
+
### Enhancements
|
606 |
+
|
607 |
+
* [Repeatable groups](https://github.com/CMB2/CMB2/wiki/Field-Types#group)
|
608 |
+
* Support for more fields to be repeatable, including oEmbed field, and date, time, and color picker fields, etc.
|
609 |
+
* Codebase has been revamped to be more modular and object-oriented.
|
610 |
+
* New filter, `"cmb_{$element}_attributes" ` for modifying an element's attributes.
|
611 |
+
* Every field now supports an `attributes` parameter that takes an array of attributes. [Read more](https://github.com/CMB2/CMB2/wiki/Field-Types#attributes).
|
612 |
+
* Removed `cmb_std_filter` in favor of `cmb_default_filter`. **THIS IS A BREAKING CHANGE**
|
613 |
+
* Better handling of labels in sidebar. They are now placed on top of the input rather than adjacent.
|
614 |
+
* Added i18n compatibility to text_money. props [@ArchCarrier](https://github.com/ArchCarrier), ([#485](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/485))
|
615 |
+
* New helper functions: `cmb_get_field` and `cmb_get_field_value` for getting access to CMB's field object and/or value.
|
616 |
+
* New JavaScript events, `cmb_add_row` and `cmb_remove_row` for hooking in and manipulating the new row's data.
|
617 |
+
* New filter, `cmb_localized_data`, for modifiying localized data passed to the CMB JS.
|
618 |
+
|
619 |
+
### Bug Fixes
|
620 |
+
* Resolved occasional issue where only the first character of the label/value was diplayed. props [@mustardBees](https://github.com/mustardBees), ([#486](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/486))
|
621 |
+
|
622 |
+
|
623 |
+
## 1.0.2 - 2014-03-03
|
624 |
+
|
625 |
+
### Enhancements
|
626 |
+
|
627 |
+
* Change the way the `'cmb_validate_{$field['type']}'` filter works.
|
628 |
+
It is now passed a null value vs saved value. If null is returned, default sanitization will follow. **THIS IS A BREAKING CHANGE**. If you're already using this filter, take note.
|
629 |
+
* All field types that take an option array have been simplified to take `key => value` pairs (vs `array( 'name' => 'value', 'value' => 'key', )`). This effects the 'select', 'radio', 'radio_inline' field types. The 'multicheck' field type was already using the `key => value` format. Backwards compatibility has been maintained for those using the older style.
|
630 |
+
* Added default value option for `taxonomy_select` field type. props [@darlantc](https://github.com/darlantc), ([#473](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/473))
|
631 |
+
* Added `preview_size` parameter for `file_list` field type. props [@IgorCode](https://github.com/IgorCode), ([#471](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/471))
|
632 |
+
* Updated `file_list` images to be displayed horizontally instead of vertically. props [@IgorCode](https://github.com/IgorCode), ([#467](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/467))
|
633 |
+
* Use `get_the_terms` where possible since the data is cached.
|
634 |
+
|
635 |
+
### Bug Fixes
|
636 |
+
|
637 |
+
* Fixed wysiwyg escaping slashes. props [@gregrickaby](https://github.com/gregrickaby), ([#465](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/465))
|
638 |
+
* Replaced `__DIR__`, as `dirname( __FILE__ )` is easier to maintain back-compatibility.
|
639 |
+
* Fixed missing table styling on new posts. props [@mustardBees](https://github.com/mustardBees), ([#438](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/438))
|
640 |
+
* Fix undeclared JS variable. [@veelen](https://github.com/veelen), ([#451](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/451))
|
641 |
+
* Fix `file_list` errors when removing all files and saving.
|
642 |
+
* Set correct `object_id` to be used later in `cmb_show_on` filter. [@lauravaq](https://github.com/lauravaq), ([#445](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/445))
|
643 |
+
* Fix sanitization recursion memeory issues.
|
644 |
+
|
645 |
+
## 1.0.1 - 2014-01-24
|
646 |
+
|
647 |
+
### Enhancements
|
648 |
+
|
649 |
+
* Now works with option pages and site settings. ([view example in wiki](https://github.com/CMB2/CMB2/wiki/Using-CMB-to-create-an-Admin-Theme-Options-Page))
|
650 |
+
* two filters to override the setting and getting of options, `cmb_override_option_get_$option_key` and `cmb_override_option_save_$option_key` respectively. Handy for using plugins like [WP Large Options](https://github.com/voceconnect/wp-large-options/) ([also here](http://vip.wordpress.com/plugins/wp-large-options/)).
|
651 |
+
* Improved styling on taxonomy (\*tease\*) and options pages and for new 3.8 admin UI.
|
652 |
+
* New sanitization class to sanitize data when saved.
|
653 |
+
* New callback field parameter, `sanitization_cb`, for performing your own sanitization.
|
654 |
+
* new `cmb_Meta_Box_types::esc()` method that handles escaping data for display.
|
655 |
+
* New callback field parameter, `escape_cb`, for performing your own data escaping, as well as a new filter, `'cmb_types_esc_'. $field['type']`.
|
656 |
+
|
657 |
+
### Bug Fixes
|
658 |
+
|
659 |
+
* Fixed wysiwyg editor button padding. props [@corvannoorloos](https://github.com/corvannoorloos), ([#391](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/391))
|
660 |
+
* A few php < 5.3 errors were addressed.
|
661 |
+
* Fields with quotation marks no longer break the input/textarea fields.
|
662 |
+
* metaboxes for Attachment pages now save correctly. Thanks [@nciske](https://github.com/nciske) for reporting. ([#412](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/issues/412))
|
663 |
+
* Occasionally fields wouldn't save because of the admin show_on filter.
|
664 |
+
* Smaller images loaded to the file field type will no longer be blown up larger than their dimensions.
|
665 |
+
|
666 |
+
## 1.0.0 - 2013-11-30
|
667 |
+
|
668 |
+
* Added `text_datetime_timestamp_timezone` type, a datetime combo field with an additional timezone drop down, props [@dessibelle](https://github.com/dessibelle)
|
669 |
+
* Added `select_timezone` type, a standalone time zone select dropdown. The time zone select can be used with standalone `text_datetime_timestamp` if desired. Props [@dessibelle](https://github.com/dessibelle)
|
670 |
+
* Added `text_url` type, a basic url field. Props [@dessibelle](https://github.com/dessibelle)
|
671 |
+
* Added `text_email` type, a basic email field. Props [@dessibelle](https://github.com/dessibelle)
|
672 |
+
* Added ability to display metabox fields in frontend. Default is true, but can be overriden using the `cmb_allow_frontend filter`. If set to true, an entire metabox form can be output with the `cmb_metabox_form( $meta_box, $object_id, $echo )` function. Props [@dessibelle](https://github.com/dessibelle), [@messenlehner](https://github.com/messenlehner) & [@jtsternberg](https://github.com/jtsternberg).
|
673 |
+
* Added hook `cmb_after_table` after all metabox output. Props [@wpsmith](https://github.com/wpsmith)
|
674 |
+
* `file_list` now works like a repeatable field. Add as many files as you want. Props [@coreymcollins](https://github.com/coreymcollins)
|
675 |
+
* `text`, `text_small`, `text_medium`, `text_url`, `text_email`, & `text_money` fields now all have the option to be repeatable. Props [@jtsternberg](https://github.com/jtsternberg)
|
676 |
+
* Custom metaboxes can now be added for user meta. Add them on the user add/edit screen, or in a custom user profile edit page on the front-end. Props [@tw2113](https://github.com/tw2113), [@jtsternberg](https://github.com/jtsternberg)
|
677 |
+
|
678 |
+
## 0.9.4
|
679 |
+
|
680 |
+
* Added field "before" and "after" options for each field. Solves issue with '$' not being the desired text_money monetary symbol, props [@GaryJones](https://github.com/GaryJones)
|
681 |
+
* Added filter for 'std' default fallback value, props [@messenlehner](https://github.com/messenlehner)
|
682 |
+
* Ensure oEmbed videos fit in their respective metaboxes, props [@jtsternberg](https://github.com/jtsternberg)
|
683 |
+
* Fixed issue where an upload field with 'show_names' disabled wouldn't have the correct button label, props [@jtsternberg](https://github.com/jtsternberg)
|
684 |
+
* Better file-extension check for images, props [@GhostToast](https://github.com/GhostToast)
|
685 |
+
* New filter, `cmb_valid_img_types`, for whitelisted image file-extensions, props [@jtsternberg](https://github.com/jtsternberg)
|
686 |
+
|
687 |
+
## 0.9.3
|
688 |
+
* Added field type and field id classes to each cmb table row, props [@jtsternberg](https://github.com/jtsternberg)
|
689 |
+
|
690 |
+
## 0.9.2
|
691 |
+
* Added post type comparison to prevent storing null values for taxonomy selectors, props [@norcross](https://github.com/norcross)
|
692 |
+
|
693 |
+
## 0.9.1
|
694 |
+
* Added `oEmbed` field type with ajax display, props [@jtsternberg](https://github.com/jtsternberg)
|
695 |
+
|
696 |
+
## 0.9
|
697 |
+
* __Note: This release requires WordPress 3.3+__
|
698 |
+
* Cleaned up scripts being queued, props [@jaredatch](https://github.com/jaredatch)
|
699 |
+
* Cleaned up and reorganized jQuery, props [@GaryJones](https://github.com/GaryJones)
|
700 |
+
* Use $pagenow instead of custom $current_page, props [@jaredatch](https://github.com/jaredatch)
|
701 |
+
* Fixed CSS, removed inline styles, now all in style.css, props [@jaredatch](https://github.com/jaredatch)
|
702 |
+
* Fixed multicheck issues (issue #48), props [@jaredatch](https://github.com/jaredatch)
|
703 |
+
* Fixed jQuery UI datepicker CSS conflicting with WordPress UI elements, props [@jaredatch](https://github.com/jaredatch)
|
704 |
+
* Fixed zeros not saving in fields, props [@GaryJones](https://github.com/GaryJones)
|
705 |
+
* Fixed improper labels on radio and multicheck fields, props [@jaredatch](https://github.com/jaredatch)
|
706 |
+
* Fixed fields not rendering properly when in sidebar, props [@jaredatch](https://github.com/jaredatch)
|
707 |
+
* Fixed bug where datepicker triggers extra space after footer in Firefox (issue #14), props [@jaredatch](https://github.com/jaredatch)
|
708 |
+
* Added jQuery UI datepicker packaged with 3.3 core, props [@jaredatch](https://github.com/jaredatch)
|
709 |
+
* Added date time combo picker, props [@jaredatch](https://github.com/jaredatch)
|
710 |
+
* Added color picker, props [@jaredatch](https://github.com/jaredatch)
|
711 |
+
* Added readme.md markdown file, props [@jaredatch](https://github.com/jaredatch)
|
712 |
+
|
713 |
+
## 0.8 - 2012-01-19
|
714 |
+
* Added jQuery timepicker, props [@norcross](https://github.com/norcross)
|
715 |
+
* Added 'raw' textarea to convert special HTML entities back to characters, props [@norcross](https://github.com/norcross)
|
716 |
+
* Added missing examples on example-functions.php, props [@norcross](https://github.com/norcross)
|
717 |
+
|
718 |
+
## 0.7
|
719 |
+
* Added the new wp_editor() function for the WYSIWYG dialog box, props [@jcpry](https://github.com/jcpry)
|
720 |
+
* Created 'cmb_show_on' filter to define your own Show On Filters, props [@billerickson](https://github.com/billerickson)
|
721 |
+
* Added page template show_on filter, props [@billerickson](https://github.com/billerickson)
|
722 |
+
* Improvements to the 'file' field type, props [@randyhoyt](https://github.com/randyhoyt)
|
723 |
+
* Allow for default values on 'radio' and 'radio_inline' field types, props [@billerickson](https://github.com/billerickson)
|
724 |
+
|
725 |
+
## 0.6.1
|
726 |
+
* Enabled the ability to define your own custom field types (issue #28). props [@randyhoyt](https://github.com/randyhoyt)
|
727 |
+
|
728 |
+
## 0.6
|
729 |
+
* Added the ability to limit metaboxes to certain posts by id. props [@billerickson](https://github.com/billerickson)
|
730 |
+
|
731 |
+
## 0.5
|
732 |
+
* Fixed define to prevent notices. props [@destos](https://github.com/destos)
|
733 |
+
* Added text_date_timestap option. props [@andrewyno](https://github.com/andrewyno)
|
734 |
+
* Fixed WYSIWYG paragraph breaking/spacing bug. props [@wpsmith](https://github.com/wpsmith)
|
735 |
+
* Added taxonomy_radio and taxonomies_select options. props [@c3mdigital](https://github.com/c3mdigital)
|
736 |
+
* Fixed script causing the dashboard widgets to not be collapsible.
|
737 |
+
* Fixed various spacing and whitespace inconsistencies
|
738 |
+
|
739 |
+
## 0.4
|
740 |
+
* Think we have a release that is mostly working. We'll say the initial release :)
|
includes/lib/cmb2/CONTRIBUTING.md
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Contributing to CMB2
|
2 |
+
|
3 |
+
Thank you for your interest in contributing back to CMB2. Please help us review your issues and/or merge your pull requests by following the below guidelines.
|
4 |
+
|
5 |
+
#### NOTE: The issues section is for bug reports and feature requests only.
|
6 |
+
_Support is not offered for this library, and the likelihood that the maintainers will respond is very low. If you need help, please use [stackoverflow](http://stackoverflow.com/search?q=cmb), or the [wordpress.org plugin forums](http://wordpress.org/support/plugin/cmb2)._
|
7 |
+
|
8 |
+
Before reporting a bug
|
9 |
+
---
|
10 |
+
1. Please review the [documentation](https://github.com/CMB2/CMB2/wiki). Most questions revolve around the [field types](https://github.com/CMB2/CMB2/wiki/Field-Types), [field parameters](https://github.com/CMB2/CMB2/wiki/Field-Parameters), or are addressed in the [troubleshooting](https://github.com/CMB2/CMB2/wiki/Troubleshooting) section.
|
11 |
+
2. Search [issues](https://github.com/CMB2/CMB2/issues) to see if the issue has been previously reported.
|
12 |
+
3. Install the trunk version of CMB2 and test there.
|
13 |
+
|
14 |
+
|
15 |
+
How to report a bug
|
16 |
+
---
|
17 |
+
1. Specify the version number for both WordPress and CMB2.
|
18 |
+
3. Describe the problem in detail. Explain what happened, and what you expected would happen.
|
19 |
+
4. Provide a small test-case and a link to a [gist](https://gist.github.com/) containing your entire metabox registration code.
|
20 |
+
5. If helpful, include a screenshot. Annotate the screenshot for clarity.
|
21 |
+
|
22 |
+
|
23 |
+
How to contribute to CMB2
|
24 |
+
---
|
25 |
+
All contributions welcome. If you would like to submit a pull request, please follow the steps below.
|
26 |
+
|
27 |
+
1. Make sure you have a GitHub account.
|
28 |
+
2. Fork the repository on GitHub.
|
29 |
+
3. **Check out the trunk version of CMB2.** If you submit to the master branch, the PR will be closed with a link back to this document.
|
30 |
+
4. **Verify your issue still exists in the trunk branch.**
|
31 |
+
5. Make changes to your clone of the repository.
|
32 |
+
1. Please follow the [WordPress code standards](https://make.wordpress.org/core/handbook/coding-standards).
|
33 |
+
2. If possible, and if applicable, please also add/update unit tests for your changes.
|
34 |
+
3. Please add documentation to any new functions, methods, actions and filters.
|
35 |
+
4. When committing, reference your issue (if present) and include a note about the fix.
|
36 |
+
6. [Submit a pull request](https://help.github.com/articles/creating-a-pull-request/).
|
37 |
+
|
38 |
+
**Note:** You may gain more ground and avoid unecessary effort if you first open an issue with the proposed changes, but this step is not necessary.
|
39 |
+
|
40 |
+
Translations
|
41 |
+
---
|
42 |
+
If you are looking to provide language translation files, Please do so via [WordPress Plugin Translations](https://translate.wordpress.org/projects/wp-plugins/cmb2).
|
43 |
+
|
44 |
+
Additional Resources
|
45 |
+
---
|
46 |
+
|
47 |
+
* [CMB2 Documentation Wiki](https://github.com/CMB2/CMB2/wiki)
|
48 |
+
* [CMB2 Snippet Library](https://github.com/CMB2/CMB2-Snippet-Library)
|
49 |
+
* [CMB2 API Documentation](http://cmb2.io/api/)
|
50 |
+
* [General GitHub Documentation](http://help.github.com/)
|
51 |
+
* [GitHub Pull Request documentation](http://help.github.com/send-pull-requests/)
|
52 |
+
* [PHPUnit Tests Guide](http://phpunit.de/manual/current/en/writing-tests-for-phpunit.html)
|
includes/lib/cmb2/css/cmb2-display-rtl.css
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
-
|
2 |
-
* CMB2
|
3 |
-
|
4 |
-
|
5 |
-
*
|
6 |
*/
|
|
|
|
|
|
|
|
|
7 |
/* line 6, sass/partials/_display.scss */
|
8 |
.cmb2-colorpicker-swatch span {
|
9 |
display: inline-block;
|
1 |
+
/*!
|
2 |
+
* CMB2 - v2.4.2 - 2018-05-29
|
3 |
+
* https://cmb2.io
|
4 |
+
* Copyright (c) 2018
|
5 |
+
* Licensed GPLv2+
|
6 |
*/
|
7 |
+
|
8 |
+
/*--------------------------------------------------------------
|
9 |
+
* CMB2 Display Styling
|
10 |
+
--------------------------------------------------------------*/
|
11 |
/* line 6, sass/partials/_display.scss */
|
12 |
.cmb2-colorpicker-swatch span {
|
13 |
display: inline-block;
|
includes/lib/cmb2/css/cmb2-display-rtl.min.css
CHANGED
@@ -1 +1,2 @@
|
|
|
|
1 |
.cmb2-colorpicker-swatch span{display:inline-block;width:1em;height:1em;border-radius:1em;float:right;margin-top:3px;margin-left:2px}.cmb2-code{overflow:scroll}.cmb-image-display{max-width:100%;height:auto}.cmb2-display-file-list li{display:inline;margin:0 0 .5em .5em}.cmb2-oembed *{max-width:100%;height:auto}
|
1 |
+
/*! CMB2 - v2.4.2 - 2018-05-29 | https://cmb2.io | Copyright (c) 2018 CMB2 team | Licensed GPLv2 */
|
2 |
.cmb2-colorpicker-swatch span{display:inline-block;width:1em;height:1em;border-radius:1em;float:right;margin-top:3px;margin-left:2px}.cmb2-code{overflow:scroll}.cmb-image-display{max-width:100%;height:auto}.cmb2-display-file-list li{display:inline;margin:0 0 .5em .5em}.cmb2-oembed *{max-width:100%;height:auto}
|
includes/lib/cmb2/css/cmb2-display.css
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
-
|
2 |
-
* CMB2
|
3 |
-
|
4 |
-
|
5 |
-
*
|
6 |
*/
|
|
|
|
|
|
|
|
|
7 |
/* line 6, sass/partials/_display.scss */
|
8 |
.cmb2-colorpicker-swatch span {
|
9 |
display: inline-block;
|
1 |
+
/*!
|
2 |
+
* CMB2 - v2.4.2 - 2018-05-29
|
3 |
+
* https://cmb2.io
|
4 |
+
* Copyright (c) 2018
|
5 |
+
* Licensed GPLv2+
|
6 |
*/
|
7 |
+
|
8 |
+
/*--------------------------------------------------------------
|
9 |
+
* CMB2 Display Styling
|
10 |
+
--------------------------------------------------------------*/
|
11 |
/* line 6, sass/partials/_display.scss */
|
12 |
.cmb2-colorpicker-swatch span {
|
13 |
display: inline-block;
|
includes/lib/cmb2/css/cmb2-display.css.map
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"version": 3,
|
3 |
-
"mappings": "AAAA;;
|
4 |
-
"sources": ["sass/
|
5 |
"names": [],
|
6 |
"file": "cmb2-display.css"
|
7 |
}
|
1 |
{
|
2 |
"version": 3,
|
3 |
+
"mappings": "AAAA;;gEAEgE;;AAG/D,6BAAK;EACJ,OAAO,EAAE,YAAY;EACrB,KAAK,EAAE,GAAG;EACV,MAAM,EAAE,GAAG;EACX,aAAa,EAAE,GAAG;EAClB,KAAK,EAAE,IAAI;EACX,UAAU,EAAE,GAAG;EACf,YAAY,EAAE,GAAG;;;;AAInB,UAAW;EACV,QAAQ,EAAE,MAAM;;;;AAGjB,kBAAmB;EAClB,SAAS,EAAE,IAAI;EACf,MAAM,EAAE,IAAI;;;;AAGb,0BAA2B;EAC1B,OAAO,EAAE,MAAM;EACf,MAAM,EAAE,aAAa;;;;AAGtB,cAAe;EACd,SAAS,EAAE,IAAI;EACf,MAAM,EAAE,IAAI",
|
4 |
+
"sources": ["sass/partials/_display.scss"],
|
5 |
"names": [],
|
6 |
"file": "cmb2-display.css"
|
7 |
}
|
includes/lib/cmb2/css/cmb2-display.min.css
CHANGED
@@ -1 +1,2 @@
|
|
|
|
1 |
.cmb2-colorpicker-swatch span{display:inline-block;width:1em;height:1em;border-radius:1em;float:left;margin-top:3px;margin-right:2px}.cmb2-code{overflow:scroll}.cmb-image-display{max-width:100%;height:auto}.cmb2-display-file-list li{display:inline;margin:0 .5em .5em 0}.cmb2-oembed *{max-width:100%;height:auto}
|
1 |
+
/*! CMB2 - v2.4.2 - 2018-05-29 | https://cmb2.io | Copyright (c) 2018 CMB2 team | Licensed GPLv2 */
|
2 |
.cmb2-colorpicker-swatch span{display:inline-block;width:1em;height:1em;border-radius:1em;float:left;margin-top:3px;margin-right:2px}.cmb2-code{overflow:scroll}.cmb-image-display{max-width:100%;height:auto}.cmb2-display-file-list li{display:inline;margin:0 .5em .5em 0}.cmb2-oembed *{max-width:100%;height:auto}
|
includes/lib/cmb2/css/cmb2-front-rtl.css
CHANGED
@@ -1,8 +1,13 @@
|
|
1 |
-
|
2 |
-
* CMB2
|
|
|
|
|
|
|
3 |
*/
|
|
|
|
|
4 |
/*--------------------------------------------------------------
|
5 |
-
Main Wrap
|
6 |
--------------------------------------------------------------*/
|
7 |
/* line 5, sass/partials/_main_wrap.scss */
|
8 |
.cmb2-wrap {
|
@@ -95,7 +100,7 @@ Main Wrap
|
|
95 |
}
|
96 |
/* line 111, sass/partials/_main_wrap.scss */
|
97 |
.cmb2-wrap .mceIframeContainer {
|
98 |
-
background: #
|
99 |
}
|
100 |
/* line 115, sass/partials/_main_wrap.scss */
|
101 |
.cmb2-wrap .meta_mce {
|
@@ -105,91 +110,76 @@ Main Wrap
|
|
105 |
.cmb2-wrap .meta_mce textarea {
|
106 |
width: 100%;
|
107 |
}
|
108 |
-
/* line
|
109 |
.cmb2-wrap .wp-color-result,
|
110 |
.cmb2-wrap .wp-picker-input-wrap {
|
111 |
vertical-align: middle;
|
112 |
}
|
113 |
-
/* line
|
114 |
.cmb2-wrap .wp-color-result,
|
115 |
.cmb2-wrap .wp-picker-container {
|
116 |
margin: 0 0 0 10px;
|
117 |
}
|
118 |
-
/* line
|
119 |
.cmb2-wrap .cmb-row {
|
120 |
margin: 0;
|
121 |
}
|
122 |
-
/* line
|
123 |
.cmb2-wrap .cmb-row:after {
|
124 |
content: '';
|
125 |
clear: both;
|
126 |
display: block;
|
127 |
width: 100%;
|
128 |
}
|
129 |
-
/* line
|
130 |
-
.cmb2-wrap .cmb-row.cmb-repeat-row {
|
131 |
-
padding: 1.8em 0 0;
|
132 |
-
}
|
133 |
-
/* line 149, sass/partials/_main_wrap.scss */
|
134 |
-
.cmb2-wrap .cmb-row.cmb-repeat-row:first-of-type {
|
135 |
-
padding: 0;
|
136 |
-
}
|
137 |
-
/* line 154, sass/partials/_main_wrap.scss */
|
138 |
.cmb2-wrap .cmb-row.cmb-repeat .cmb2-metabox-description {
|
139 |
padding-top: 0;
|
140 |
-
padding-bottom:
|
141 |
}
|
142 |
|
143 |
-
/* line
|
144 |
.cmb2-metabox {
|
145 |
clear: both;
|
146 |
margin: 0;
|
147 |
}
|
148 |
-
/* line
|
149 |
.cmb2-metabox > .cmb-row:first-of-type > .cmb-td,
|
150 |
.cmb2-metabox > .cmb-row:first-of-type > .cmb-th,
|
151 |
.cmb2-metabox .cmb-field-list > .cmb-row:first-of-type > .cmb-td,
|
152 |
.cmb2-metabox .cmb-field-list > .cmb-row:first-of-type > .cmb-th {
|
153 |
border: 0;
|
154 |
}
|
155 |
-
/* line 174, sass/partials/_main_wrap.scss */
|
156 |
-
.cmb2-metabox > .cmb-row .cmb-repeat-table .cmb-row > .cmb-td {
|
157 |
-
padding-left: 20px;
|
158 |
-
box-sizing: border-box;
|
159 |
-
float: right;
|
160 |
-
}
|
161 |
|
162 |
-
/* line
|
163 |
.cmb-add-row {
|
164 |
margin: 1.8em 0 0;
|
165 |
}
|
166 |
|
167 |
-
/* line
|
168 |
.cmb-nested .cmb-td,
|
169 |
.cmb-repeatable-group .cmb-th,
|
170 |
.cmb-repeatable-group:first-of-type {
|
171 |
border: 0;
|
172 |
}
|
173 |
|
174 |
-
/* line
|
175 |
.cmb-row:last-of-type,
|
176 |
.cmb2-wrap .cmb-row:last-of-type,
|
177 |
.cmb-repeatable-group:last-of-type {
|
178 |
border-bottom: 0;
|
179 |
}
|
180 |
|
181 |
-
/* line
|
182 |
.cmb-repeatable-grouping {
|
183 |
border: 1px solid #e9e9e9;
|
184 |
padding: 0 1em;
|
185 |
-
max-width: 1000px;
|
186 |
}
|
187 |
-
/* line
|
188 |
.cmb-repeatable-grouping.cmb-row {
|
189 |
margin: 0 0 0.8em;
|
190 |
}
|
191 |
|
192 |
-
/* line
|
193 |
.cmb-th {
|
194 |
color: #222222;
|
195 |
float: right;
|
@@ -200,7 +190,7 @@ Main Wrap
|
|
200 |
width: 200px;
|
201 |
}
|
202 |
@media (max-width: 450px) {
|
203 |
-
/* line
|
204 |
.cmb-th {
|
205 |
font-size: 1.2em;
|
206 |
display: block;
|
@@ -212,20 +202,12 @@ Main Wrap
|
|
212 |
/* line 27, sass/partials/_mixins.scss */
|
213 |
.cmb-th label {
|
214 |
display: block;
|
215 |
-
margin-top:
|
216 |
-
|
217 |
-
}
|
218 |
-
/* line 32, sass/partials/_mixins.scss */
|
219 |
-
.cmb-th label:after {
|
220 |
-
border-bottom: 1px solid #e9e9e9;
|
221 |
-
content: '';
|
222 |
-
clear: both;
|
223 |
-
display: block;
|
224 |
-
padding-top: .4em;
|
225 |
}
|
226 |
}
|
227 |
|
228 |
-
/* line
|
229 |
.cmb-td {
|
230 |
line-height: 1.3;
|
231 |
max-width: 100%;
|
@@ -233,42 +215,135 @@ Main Wrap
|
|
233 |
vertical-align: middle;
|
234 |
}
|
235 |
|
236 |
-
/* line
|
237 |
.cmb-type-title .cmb-td {
|
238 |
padding: 0;
|
239 |
}
|
240 |
|
241 |
-
/* line
|
242 |
.cmb-th label {
|
243 |
display: block;
|
244 |
padding: 5px 0;
|
245 |
}
|
246 |
|
247 |
-
/* line
|
248 |
.cmb-th + .cmb-td {
|
249 |
float: right;
|
250 |
}
|
251 |
|
252 |
-
/* line
|
253 |
.cmb-td .cmb-td {
|
254 |
padding-bottom: 1em;
|
255 |
}
|
256 |
|
257 |
-
/* line
|
258 |
.cmb-remove-row {
|
259 |
text-align: left;
|
260 |
}
|
261 |
|
262 |
-
/* line
|
263 |
.empty-row.hidden {
|
264 |
display: none;
|
265 |
}
|
266 |
|
267 |
-
/* line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
268 |
.cmb-repeatable-group .cmb-th {
|
269 |
padding: 5px;
|
270 |
}
|
271 |
-
/* line
|
272 |
.cmb-repeatable-group .cmb-group-title {
|
273 |
background-color: #e9e9e9;
|
274 |
padding: 8px 2.2em 8px 12px;
|
@@ -277,7 +352,7 @@ Main Wrap
|
|
277 |
font-size: 14px;
|
278 |
line-height: 1.4;
|
279 |
}
|
280 |
-
/* line
|
281 |
.cmb-repeatable-group .cmb-group-title h4 {
|
282 |
border: 0;
|
283 |
margin: 0;
|
@@ -285,12 +360,12 @@ Main Wrap
|
|
285 |
font-weight: 500;
|
286 |
padding: 0.5em 0.75em;
|
287 |
}
|
288 |
-
/* line
|
289 |
.cmb-repeatable-group .cmb-group-title .cmb-th {
|
290 |
display: block;
|
291 |
width: 100%;
|
292 |
}
|
293 |
-
/* line
|
294 |
.cmb-repeatable-group .cmb-group-description .cmb-th {
|
295 |
font-size: 1.2em;
|
296 |
display: block;
|
@@ -302,40 +377,32 @@ Main Wrap
|
|
302 |
/* line 27, sass/partials/_mixins.scss */
|
303 |
.cmb-repeatable-group .cmb-group-description .cmb-th label {
|
304 |
display: block;
|
305 |
-
margin-top:
|
306 |
-
|
307 |
-
}
|
308 |
-
/* line 32, sass/partials/_mixins.scss */
|
309 |
-
.cmb-repeatable-group .cmb-group-description .cmb-th label:after {
|
310 |
-
border-bottom: 1px solid #e9e9e9;
|
311 |
-
content: '';
|
312 |
-
clear: both;
|
313 |
-
display: block;
|
314 |
-
padding-top: .4em;
|
315 |
}
|
316 |
-
/* line
|
317 |
.cmb-repeatable-group .cmb-shift-rows {
|
318 |
font-size: 1em;
|
319 |
margin-left: 1em;
|
320 |
text-decoration: none;
|
321 |
}
|
322 |
-
/* line
|
323 |
.cmb-repeatable-group .cmb-shift-rows .dashicons {
|
324 |
font-size: 1.5em;
|
325 |
height: 1.5em;
|
326 |
line-height: 1.2em;
|
327 |
width: 1em;
|
328 |
}
|
329 |
-
/* line
|
330 |
.cmb-repeatable-group .cmb-shift-rows .dashicons.dashicons-arrow-down-alt2 {
|
331 |
line-height: 1.3em;
|
332 |
}
|
333 |
-
/* line
|
334 |
.cmb-repeatable-group .cmb2-upload-button {
|
335 |
float: left;
|
336 |
}
|
337 |
|
338 |
-
/* line
|
339 |
p.cmb2-metabox-description {
|
340 |
color: #aaaaaa;
|
341 |
font-style: italic;
|
@@ -343,36 +410,36 @@ p.cmb2-metabox-description {
|
|
343 |
padding-top: .5em;
|
344 |
}
|
345 |
|
346 |
-
/* line
|
347 |
span.cmb2-metabox-description {
|
348 |
color: #aaaaaa;
|
349 |
font-style: italic;
|
350 |
}
|
351 |
|
352 |
-
/* line
|
353 |
.cmb2-metabox-title {
|
354 |
margin: 0 0 5px 0;
|
355 |
padding: 5px 0 0 0;
|
356 |
font-size: 14px;
|
357 |
}
|
358 |
|
359 |
-
/* line
|
360 |
.cmb-inline ul {
|
361 |
padding: 4px 0 0 0;
|
362 |
}
|
363 |
|
364 |
-
/* line
|
365 |
.cmb-inline li {
|
366 |
display: inline-block;
|
367 |
padding-left: 18px;
|
368 |
}
|
369 |
|
370 |
-
/* line
|
371 |
.cmb-type-textarea-code pre {
|
372 |
margin: 0;
|
373 |
}
|
374 |
|
375 |
-
/* line
|
376 |
.cmb2-media-status .img-status {
|
377 |
clear: none;
|
378 |
display: inline-block;
|
@@ -380,31 +447,35 @@ span.cmb2-metabox-description {
|
|
380 |
margin-left: 10px;
|
381 |
width: auto;
|
382 |
}
|
383 |
-
/* line
|
384 |
.cmb2-media-status .img-status img {
|
385 |
max-width: 350px;
|
386 |
height: auto;
|
387 |
}
|
388 |
-
/* line
|
389 |
.cmb2-media-status .img-status img,
|
390 |
.cmb2-media-status .embed-status {
|
391 |
-
background: #
|
392 |
-
border:
|
|
|
|
|
|
|
|
|
|
|
393 |
border-radius: 2px;
|
394 |
-moz-border-radius: 2px;
|
395 |
margin: 15px 0 0 0;
|
396 |
-
padding: 5px;
|
397 |
}
|
398 |
-
/* line
|
399 |
.cmb2-media-status .embed-status {
|
400 |
float: right;
|
401 |
max-width: 800px;
|
402 |
}
|
403 |
-
/* line
|
404 |
.cmb2-media-status .img-status, .cmb2-media-status .embed-status {
|
405 |
position: relative;
|
406 |
}
|
407 |
-
/* line
|
408 |
.cmb2-media-status .img-status .cmb2-remove-file-button, .cmb2-media-status .embed-status .cmb2-remove-file-button {
|
409 |
background: url(../images/ico-delete.png);
|
410 |
height: 16px;
|
@@ -414,16 +485,20 @@ span.cmb2-metabox-description {
|
|
414 |
top: -5px;
|
415 |
width: 16px;
|
416 |
}
|
417 |
-
/* line
|
418 |
.cmb2-media-status .img-status .cmb2-remove-file-button {
|
419 |
top: 10px;
|
420 |
}
|
421 |
-
/* line
|
422 |
.cmb2-media-status .img-status img, .cmb2-media-status .file-status > span {
|
423 |
cursor: pointer;
|
424 |
}
|
|
|
|
|
|
|
|
|
425 |
|
426 |
-
/* line
|
427 |
.cmb-type-file-list .cmb2-media-status .img-status {
|
428 |
clear: none;
|
429 |
vertical-align: middle;
|
@@ -433,7 +508,7 @@ span.cmb2-metabox-description {
|
|
433 |
margin-top: 0;
|
434 |
}
|
435 |
|
436 |
-
/* line
|
437 |
.cmb-attach-list li {
|
438 |
clear: both;
|
439 |
display: inline-block;
|
@@ -441,25 +516,29 @@ span.cmb2-metabox-description {
|
|
441 |
margin-top: 5px;
|
442 |
margin-bottom: 10px;
|
443 |
}
|
444 |
-
/* line
|
445 |
.cmb-attach-list li img {
|
446 |
-
cursor: move;
|
447 |
float: right;
|
448 |
margin-left: 10px;
|
449 |
}
|
450 |
|
451 |
-
/* line
|
452 |
.cmb2-remove-wrapper {
|
453 |
margin: 0;
|
454 |
}
|
455 |
|
456 |
-
/* line
|
457 |
.child-cmb2 .cmb-th {
|
458 |
text-align: right;
|
459 |
}
|
460 |
|
|
|
|
|
|
|
|
|
|
|
461 |
@media (max-width: 450px) {
|
462 |
-
/* line
|
463 |
.cmb-th,
|
464 |
.cmb-td,
|
465 |
.cmb-th + .cmb-td {
|
@@ -469,122 +548,91 @@ span.cmb2-metabox-description {
|
|
469 |
}
|
470 |
}
|
471 |
/*--------------------------------------------------------------
|
472 |
-
Post Metaboxes
|
473 |
--------------------------------------------------------------*/
|
474 |
-
/* line
|
475 |
#poststuff .cmb-group-title {
|
476 |
margin-right: -1em;
|
477 |
margin-left: -1em;
|
478 |
min-height: 1.5em;
|
479 |
}
|
480 |
|
481 |
-
/* line
|
482 |
#poststuff .repeatable .cmb-group-title {
|
483 |
padding-right: 2.2em;
|
484 |
}
|
485 |
|
486 |
-
/* line
|
487 |
.cmb2-postbox .cmb2-wrap, .cmb-type-group .cmb2-wrap {
|
488 |
margin: 0;
|
489 |
}
|
490 |
-
/* line
|
491 |
.cmb2-postbox .cmb2-wrap > .cmb-field-list > .cmb-row, .cmb-type-group .cmb2-wrap > .cmb-field-list > .cmb-row {
|
492 |
padding: 1.8em 0;
|
493 |
}
|
494 |
-
/* line
|
495 |
.cmb2-postbox .cmb2-wrap input[type=text].cmb2-oembed, .cmb-type-group .cmb2-wrap input[type=text].cmb2-oembed {
|
496 |
width: 100%;
|
497 |
}
|
498 |
-
/* line
|
499 |
.cmb2-postbox .cmb-row, .cmb-type-group .cmb-row {
|
500 |
padding: 0 0 1.8em;
|
501 |
margin: 0 0 0.8em;
|
502 |
}
|
503 |
-
/* line
|
504 |
.cmb2-postbox .cmb-row .cmbhandle, .cmb-type-group .cmb-row .cmbhandle {
|
505 |
left: -1em;
|
506 |
position: relative;
|
507 |
}
|
508 |
-
/* line
|
509 |
.cmb2-postbox .cmb-repeatable-grouping, .cmb-type-group .cmb-repeatable-grouping {
|
510 |
padding: 0 1em;
|
511 |
max-width: 100%;
|
512 |
min-width: 1px !important;
|
513 |
}
|
514 |
-
/* line
|
515 |
.cmb2-postbox .cmb-repeatable-group > .cmb-row, .cmb-type-group .cmb-repeatable-group > .cmb-row {
|
516 |
padding-bottom: 0;
|
517 |
}
|
518 |
-
/* line
|
519 |
.cmb2-postbox .cmb-th, .cmb-type-group .cmb-th {
|
520 |
width: 18%;
|
521 |
padding: 0 0 0 2%;
|
522 |
}
|
523 |
-
/* line
|
524 |
.cmb2-postbox .cmb-td, .cmb-type-group .cmb-td {
|
525 |
margin-bottom: 0;
|
526 |
padding: 0;
|
527 |
line-height: 1.3;
|
528 |
}
|
529 |
-
/* line
|
530 |
-
.cmb2-postbox .cmb-repeat-row .cmb-td, .cmb-type-group .cmb-repeat-row .cmb-td {
|
531 |
-
padding-bottom: 1.8em;
|
532 |
-
}
|
533 |
-
/* line 67, sass/partials/_post_metaboxes.scss */
|
534 |
.cmb2-postbox .cmb-th + .cmb-td, .cmb-type-group .cmb-th + .cmb-td {
|
535 |
width: 80%;
|
536 |
float: left;
|
537 |
}
|
538 |
-
/* line
|
539 |
.cmb2-postbox .cmb-row:not(:last-of-type),
|
540 |
.cmb2-postbox .cmb-repeatable-group:not(:last-of-type), .cmb-type-group .cmb-row:not(:last-of-type),
|
541 |
.cmb-type-group .cmb-repeatable-group:not(:last-of-type) {
|
542 |
border-bottom: 1px solid #e9e9e9;
|
543 |
}
|
544 |
@media (max-width: 450px) {
|
545 |
-
/* line
|
546 |
.cmb2-postbox .cmb-row:not(:last-of-type),
|
547 |
.cmb2-postbox .cmb-repeatable-group:not(:last-of-type), .cmb-type-group .cmb-row:not(:last-of-type),
|
548 |
.cmb-type-group .cmb-repeatable-group:not(:last-of-type) {
|
549 |
border-bottom: 0;
|
550 |
}
|
551 |
}
|
552 |
-
/* line
|
553 |
.cmb2-postbox .cmb-repeat-group-field,
|
554 |
.cmb2-postbox .cmb-remove-field-row, .cmb-type-group .cmb-repeat-group-field,
|
555 |
.cmb-type-group .cmb-remove-field-row {
|
556 |
padding-top: 1.8em;
|
557 |
}
|
558 |
-
/* line 88, sass/partials/_post_metaboxes.scss */
|
559 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody, .cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody, .cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody, .cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody {
|
560 |
-
display: table;
|
561 |
-
width: 100%;
|
562 |
-
}
|
563 |
-
/* line 92, sass/partials/_post_metaboxes.scss */
|
564 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text, .cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text, .cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text, .cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text {
|
565 |
-
width: 100%;
|
566 |
-
}
|
567 |
-
/* line 96, sass/partials/_post_metaboxes.scss */
|
568 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row), .cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row), .cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row), .cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row) {
|
569 |
-
display: table-row;
|
570 |
-
}
|
571 |
-
/* line 100, sass/partials/_post_metaboxes.scss */
|
572 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td, .cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td, .cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td, .cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td {
|
573 |
-
display: table-cell;
|
574 |
-
float: none;
|
575 |
-
width: 100%;
|
576 |
-
}
|
577 |
-
/* line 106, sass/partials/_post_metaboxes.scss */
|
578 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td, .cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td, .cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td, .cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td {
|
579 |
-
padding-top: 1.8em;
|
580 |
-
}
|
581 |
-
/* line 110, sass/partials/_post_metaboxes.scss */
|
582 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row, .cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row, .cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row, .cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row {
|
583 |
-
padding-left: 0;
|
584 |
-
}
|
585 |
|
586 |
/*--------------------------------------------------------------
|
587 |
-
Context Metaboxes
|
588 |
--------------------------------------------------------------*/
|
589 |
/* Metabox collapse arrow indicators */
|
590 |
/* line 9, sass/partials/_context_metaboxes.scss */
|
@@ -675,7 +723,7 @@ Context Metaboxes
|
|
675 |
}
|
676 |
}
|
677 |
/*--------------------------------------------------------------
|
678 |
-
Misc.
|
679 |
--------------------------------------------------------------*/
|
680 |
/* line 5, sass/partials/_misc.scss */
|
681 |
#poststuff .cmb-repeatable-group h2 {
|
@@ -690,233 +738,26 @@ Misc.
|
|
690 |
}
|
691 |
|
692 |
/* line 18, sass/partials/_misc.scss */
|
693 |
-
.cmb2-options-page .cmb2-metabox-title {
|
694 |
-
font-size: 1.3em;
|
695 |
-
margin: 1em 0;
|
696 |
-
}
|
697 |
-
/* line 21, sass/partials/_misc.scss */
|
698 |
-
.cmb2-options-page .cmb2-metabox-title + p.cmb2-metabox-description {
|
699 |
-
margin-top: -1.6em;
|
700 |
-
margin-bottom: .8em;
|
701 |
-
}
|
702 |
-
|
703 |
-
/* line 28, sass/partials/_misc.scss */
|
704 |
.cmb2-postbox .cmb-spinner, .cmb2-no-box-wrap .cmb-spinner {
|
705 |
float: right;
|
706 |
display: none;
|
707 |
}
|
708 |
|
709 |
-
/* line
|
710 |
.cmb-spinner {
|
711 |
display: none;
|
712 |
}
|
713 |
-
/* line
|
714 |
.cmb-spinner.is-active {
|
715 |
display: block;
|
716 |
}
|
717 |
|
718 |
/*--------------------------------------------------------------
|
719 |
-
|
720 |
--------------------------------------------------------------*/
|
721 |
-
/* line
|
722 |
-
.inner-sidebar .cmb2-wrap > .cmb-field-list > .cmb-row,
|
723 |
-
#side-sortables .cmb2-wrap > .cmb-field-list > .cmb-row {
|
724 |
-
padding: 1.4em 0;
|
725 |
-
}
|
726 |
-
/* line 16, sass/partials/_sidebar_placements.scss */
|
727 |
-
.inner-sidebar .cmb2-wrap input[type=text]:not(.wp-color-picker),
|
728 |
-
#side-sortables .cmb2-wrap input[type=text]:not(.wp-color-picker) {
|
729 |
-
width: 100%;
|
730 |
-
}
|
731 |
-
/* line 20, sass/partials/_sidebar_placements.scss */
|
732 |
-
.inner-sidebar .cmb2-wrap input + input:not(.wp-picker-clear), .inner-sidebar .cmb2-wrap input + select,
|
733 |
-
#side-sortables .cmb2-wrap input + input:not(.wp-picker-clear),
|
734 |
-
#side-sortables .cmb2-wrap input + select {
|
735 |
-
margin-right: 0;
|
736 |
-
margin-top: 1em;
|
737 |
-
display: block;
|
738 |
-
}
|
739 |
-
/* line 26, sass/partials/_sidebar_placements.scss */
|
740 |
-
.inner-sidebar .cmb2-wrap input.cmb2-text-money,
|
741 |
-
#side-sortables .cmb2-wrap input.cmb2-text-money {
|
742 |
-
max-width: 70%;
|
743 |
-
}
|
744 |
-
/* line 28, sass/partials/_sidebar_placements.scss */
|
745 |
-
.inner-sidebar .cmb2-wrap input.cmb2-text-money + .cmb2-metabox-description,
|
746 |
-
#side-sortables .cmb2-wrap input.cmb2-text-money + .cmb2-metabox-description {
|
747 |
-
display: block;
|
748 |
-
}
|
749 |
-
/* line 34, sass/partials/_sidebar_placements.scss */
|
750 |
-
.inner-sidebar .cmb2-wrap label,
|
751 |
-
#side-sortables .cmb2-wrap label {
|
752 |
-
display: block;
|
753 |
-
font-weight: 700;
|
754 |
-
padding: 0 0 5px;
|
755 |
-
}
|
756 |
-
/* line 42, sass/partials/_sidebar_placements.scss */
|
757 |
-
.inner-sidebar textarea,
|
758 |
-
#side-sortables textarea {
|
759 |
-
max-width: 99%;
|
760 |
-
}
|
761 |
-
/* line 46, sass/partials/_sidebar_placements.scss */
|
762 |
-
.inner-sidebar .cmb-repeatable-group,
|
763 |
-
#side-sortables .cmb-repeatable-group {
|
764 |
-
border-bottom: 1px solid #e9e9e9;
|
765 |
-
}
|
766 |
-
/* line 50, sass/partials/_sidebar_placements.scss */
|
767 |
-
.inner-sidebar .cmb-type-group > .cmb-td > .cmb-repeatable-group,
|
768 |
-
#side-sortables .cmb-type-group > .cmb-td > .cmb-repeatable-group {
|
769 |
-
border-bottom: 0;
|
770 |
-
margin-bottom: -1.4em;
|
771 |
-
}
|
772 |
-
/* line 55, sass/partials/_sidebar_placements.scss */
|
773 |
-
.inner-sidebar .cmb-th,
|
774 |
-
.inner-sidebar .cmb-td,
|
775 |
-
.inner-sidebar .cmb-th + .cmb-td,
|
776 |
-
#side-sortables .cmb-th,
|
777 |
-
#side-sortables .cmb-td,
|
778 |
-
#side-sortables .cmb-th + .cmb-td {
|
779 |
-
width: 100%;
|
780 |
-
display: block;
|
781 |
-
float: none;
|
782 |
-
}
|
783 |
-
/* line 63, sass/partials/_sidebar_placements.scss */
|
784 |
-
.inner-sidebar .closed .inside,
|
785 |
-
#side-sortables .closed .inside {
|
786 |
-
display: none;
|
787 |
-
}
|
788 |
-
/* line 67, sass/partials/_sidebar_placements.scss */
|
789 |
-
.inner-sidebar .cmb-td .cmb-td,
|
790 |
-
#side-sortables .cmb-td .cmb-td {
|
791 |
-
padding-bottom: 1em;
|
792 |
-
}
|
793 |
-
/* line 71, sass/partials/_sidebar_placements.scss */
|
794 |
-
.inner-sidebar .cmb-th,
|
795 |
-
#side-sortables .cmb-th {
|
796 |
-
display: block;
|
797 |
-
float: none;
|
798 |
-
padding-bottom: 1em;
|
799 |
-
text-align: right;
|
800 |
-
width: 100%;
|
801 |
-
padding-right: 0;
|
802 |
-
padding-left: 0;
|
803 |
-
}
|
804 |
-
/* line 27, sass/partials/_mixins.scss */
|
805 |
-
.inner-sidebar .cmb-th label,
|
806 |
-
#side-sortables .cmb-th label {
|
807 |
-
display: block;
|
808 |
-
margin-top: 0em;
|
809 |
-
padding-bottom: 5px;
|
810 |
-
}
|
811 |
-
/* line 32, sass/partials/_mixins.scss */
|
812 |
-
.inner-sidebar .cmb-th label:after,
|
813 |
-
#side-sortables .cmb-th label:after {
|
814 |
-
border-bottom: 1px solid #e9e9e9;
|
815 |
-
content: '';
|
816 |
-
clear: both;
|
817 |
-
display: block;
|
818 |
-
padding-top: .4em;
|
819 |
-
}
|
820 |
-
/* line 14, sass/partials/_mixins.scss */
|
821 |
-
.inner-sidebar .cmb-th label,
|
822 |
-
#side-sortables .cmb-th label {
|
823 |
-
font-size: 14px;
|
824 |
-
line-height: 1.4em;
|
825 |
-
}
|
826 |
-
/* line 78, sass/partials/_sidebar_placements.scss */
|
827 |
-
.inner-sidebar .cmb-group-description .cmb-th,
|
828 |
-
#side-sortables .cmb-group-description .cmb-th {
|
829 |
-
padding-top: 0;
|
830 |
-
}
|
831 |
-
/* line 81, sass/partials/_sidebar_placements.scss */
|
832 |
-
.inner-sidebar .cmb-group-description .cmb2-metabox-description,
|
833 |
-
#side-sortables .cmb-group-description .cmb2-metabox-description {
|
834 |
-
padding: 0;
|
835 |
-
}
|
836 |
-
/* line 88, sass/partials/_sidebar_placements.scss */
|
837 |
-
.inner-sidebar .cmb-group-title .cmb-th,
|
838 |
-
#side-sortables .cmb-group-title .cmb-th {
|
839 |
-
padding: 0;
|
840 |
-
}
|
841 |
-
/* line 94, sass/partials/_sidebar_placements.scss */
|
842 |
-
.inner-sidebar .cmb-repeatable-grouping + .cmb-repeatable-grouping,
|
843 |
-
#side-sortables .cmb-repeatable-grouping + .cmb-repeatable-grouping {
|
844 |
-
margin-top: 1em;
|
845 |
-
}
|
846 |
-
/* line 103, sass/partials/_sidebar_placements.scss */
|
847 |
-
.inner-sidebar .cmb2-media-status .img-status img,
|
848 |
-
.inner-sidebar .cmb2-media-status .embed-status img,
|
849 |
-
#side-sortables .cmb2-media-status .img-status img,
|
850 |
-
#side-sortables .cmb2-media-status .embed-status img {
|
851 |
-
max-width: 90%;
|
852 |
-
height: auto;
|
853 |
-
}
|
854 |
-
/* line 111, sass/partials/_sidebar_placements.scss */
|
855 |
-
.inner-sidebar .cmb2-list label,
|
856 |
-
#side-sortables .cmb2-list label {
|
857 |
-
display: inline;
|
858 |
-
font-weight: normal;
|
859 |
-
}
|
860 |
-
/* line 116, sass/partials/_sidebar_placements.scss */
|
861 |
-
.inner-sidebar .cmb2-metabox-description,
|
862 |
-
#side-sortables .cmb2-metabox-description {
|
863 |
-
display: block;
|
864 |
-
padding: 7px 0 0;
|
865 |
-
}
|
866 |
-
/* line 123, sass/partials/_sidebar_placements.scss */
|
867 |
-
.inner-sidebar .cmb-type-checkbox .cmb-td label,
|
868 |
-
.inner-sidebar .cmb-type-checkbox .cmb2-metabox-description,
|
869 |
-
#side-sortables .cmb-type-checkbox .cmb-td label,
|
870 |
-
#side-sortables .cmb-type-checkbox .cmb2-metabox-description {
|
871 |
-
font-weight: normal;
|
872 |
-
display: inline;
|
873 |
-
}
|
874 |
-
/* line 130, sass/partials/_sidebar_placements.scss */
|
875 |
-
.inner-sidebar .cmb-row .cmb2-metabox-description,
|
876 |
-
#side-sortables .cmb-row .cmb2-metabox-description {
|
877 |
-
padding-bottom: 1.8em;
|
878 |
-
}
|
879 |
-
/* line 134, sass/partials/_sidebar_placements.scss */
|
880 |
-
.inner-sidebar .cmb2-metabox-title,
|
881 |
-
#side-sortables .cmb2-metabox-title {
|
882 |
-
font-size: 1.2em;
|
883 |
-
font-style: italic;
|
884 |
-
}
|
885 |
-
/* line 139, sass/partials/_sidebar_placements.scss */
|
886 |
-
.inner-sidebar .cmb-remove-row,
|
887 |
-
#side-sortables .cmb-remove-row {
|
888 |
-
clear: both;
|
889 |
-
padding-top: 12px;
|
890 |
-
padding-bottom: 0;
|
891 |
-
}
|
892 |
-
/* line 146, sass/partials/_sidebar_placements.scss */
|
893 |
-
.inner-sidebar .cmb-type-colorpicker .cmb-repeat-row .cmb-td,
|
894 |
-
#side-sortables .cmb-type-colorpicker .cmb-repeat-row .cmb-td {
|
895 |
-
width: auto;
|
896 |
-
clear: none;
|
897 |
-
float: right;
|
898 |
-
padding-top: 0;
|
899 |
-
}
|
900 |
-
/* line 151, sass/partials/_sidebar_placements.scss */
|
901 |
-
.inner-sidebar .cmb-type-colorpicker .cmb-repeat-row .cmb-td.cmb-remove-row,
|
902 |
-
#side-sortables .cmb-type-colorpicker .cmb-repeat-row .cmb-td.cmb-remove-row {
|
903 |
-
float: left;
|
904 |
-
margin: 0;
|
905 |
-
}
|
906 |
-
/* line 158, sass/partials/_sidebar_placements.scss */
|
907 |
-
.inner-sidebar .cmb2-upload-button,
|
908 |
-
#side-sortables .cmb2-upload-button {
|
909 |
-
clear: both;
|
910 |
-
margin-top: 12px;
|
911 |
-
}
|
912 |
-
|
913 |
-
/* line 2, sass/partials/_collapsible_ui.scss */
|
914 |
-
.cmb2-metabox .cmb-type-group {
|
915 |
-
max-width: 1000px;
|
916 |
-
}
|
917 |
-
/* line 5, sass/partials/_collapsible_ui.scss */
|
918 |
.cmb2-metabox .cmbhandle {
|
919 |
-
color: #
|
920 |
float: left;
|
921 |
width: 27px;
|
922 |
height: 30px;
|
@@ -924,7 +765,7 @@ Sidebar Placement Adjustments
|
|
924 |
left: -1em;
|
925 |
position: relative;
|
926 |
}
|
927 |
-
/* line
|
928 |
.cmb2-metabox .cmbhandle:before {
|
929 |
content: '\f142';
|
930 |
left: 12px;
|
@@ -938,11 +779,11 @@ Sidebar Placement Adjustments
|
|
938 |
-moz-osx-font-smoothing: grayscale;
|
939 |
text-decoration: none !important;
|
940 |
}
|
941 |
-
/* line
|
942 |
.cmb2-metabox .postbox.closed .cmbhandle:before {
|
943 |
content: '\f140';
|
944 |
}
|
945 |
-
/* line
|
946 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row {
|
947 |
-webkit-appearance: none !important;
|
948 |
background: none !important;
|
@@ -954,13 +795,13 @@ Sidebar Placement Adjustments
|
|
954 |
padding: 2px 6px 3px;
|
955 |
opacity: .5;
|
956 |
}
|
957 |
-
/* line
|
958 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]) {
|
959 |
cursor: pointer;
|
960 |
color: #a00;
|
961 |
opacity: 1;
|
962 |
}
|
963 |
-
/* line
|
964 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]):hover {
|
965 |
color: #f00;
|
966 |
}
|
@@ -1425,22 +1266,25 @@ Sidebar Placement Adjustments
|
|
1425 |
/**
|
1426 |
* CMB2 Frontend
|
1427 |
*/
|
1428 |
-
|
|
|
|
|
|
|
1429 |
.closed .inside {
|
1430 |
display: none;
|
1431 |
}
|
1432 |
|
1433 |
-
/* line
|
1434 |
.cmb-repeatable-grouping {
|
1435 |
position: relative;
|
1436 |
}
|
1437 |
-
/* line
|
1438 |
.cmb-repeatable-grouping .cmb-group-title {
|
1439 |
margin-right: -1em;
|
1440 |
margin-left: -1em;
|
1441 |
min-height: 1.5em;
|
1442 |
}
|
1443 |
-
/* line
|
1444 |
.cmb-repeatable-grouping h3 {
|
1445 |
font-size: 14px;
|
1446 |
padding: 8px 12px;
|
@@ -1448,22 +1292,22 @@ Sidebar Placement Adjustments
|
|
1448 |
line-height: 1.4;
|
1449 |
}
|
1450 |
|
1451 |
-
/* line
|
1452 |
.cmb-repeatable-group.repeatable .cmb-group-title {
|
1453 |
padding-right: 2.2em;
|
1454 |
}
|
1455 |
-
/* line
|
1456 |
.cmb-repeatable-group.non-repeatable .cmb-group-title {
|
1457 |
padding-right: 12px;
|
1458 |
}
|
1459 |
|
1460 |
-
/* line
|
1461 |
.cmb-type-group .cmb-row .cmbhandle {
|
1462 |
left: 0;
|
1463 |
position: absolute;
|
1464 |
}
|
1465 |
|
1466 |
-
/* line
|
1467 |
.cmb-spinner {
|
1468 |
background: url(/wp-admin/images/spinner.gif) no-repeat;
|
1469 |
-webkit-background-size: 20px 20px;
|
1 |
+
/*!
|
2 |
+
* CMB2 - v2.4.2 - 2018-05-29
|
3 |
+
* https://cmb2.io
|
4 |
+
* Copyright (c) 2018
|
5 |
+
* Licensed GPLv2+
|
6 |
*/
|
7 |
+
|
8 |
+
@charset "UTF-8";
|
9 |
/*--------------------------------------------------------------
|
10 |
+
* Main Wrap
|
11 |
--------------------------------------------------------------*/
|
12 |
/* line 5, sass/partials/_main_wrap.scss */
|
13 |
.cmb2-wrap {
|
100 |
}
|
101 |
/* line 111, sass/partials/_main_wrap.scss */
|
102 |
.cmb2-wrap .mceIframeContainer {
|
103 |
+
background: #ffffff;
|
104 |
}
|
105 |
/* line 115, sass/partials/_main_wrap.scss */
|
106 |
.cmb2-wrap .meta_mce {
|
110 |
.cmb2-wrap .meta_mce textarea {
|
111 |
width: 100%;
|
112 |
}
|
113 |
+
/* line 124, sass/partials/_main_wrap.scss */
|
114 |
.cmb2-wrap .wp-color-result,
|
115 |
.cmb2-wrap .wp-picker-input-wrap {
|
116 |
vertical-align: middle;
|
117 |
}
|
118 |
+
/* line 129, sass/partials/_main_wrap.scss */
|
119 |
.cmb2-wrap .wp-color-result,
|
120 |
.cmb2-wrap .wp-picker-container {
|
121 |
margin: 0 0 0 10px;
|
122 |
}
|
123 |
+
/* line 134, sass/partials/_main_wrap.scss */
|
124 |
.cmb2-wrap .cmb-row {
|
125 |
margin: 0;
|
126 |
}
|
127 |
+
/* line 137, sass/partials/_main_wrap.scss */
|
128 |
.cmb2-wrap .cmb-row:after {
|
129 |
content: '';
|
130 |
clear: both;
|
131 |
display: block;
|
132 |
width: 100%;
|
133 |
}
|
134 |
+
/* line 144, sass/partials/_main_wrap.scss */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
.cmb2-wrap .cmb-row.cmb-repeat .cmb2-metabox-description {
|
136 |
padding-top: 0;
|
137 |
+
padding-bottom: 1em;
|
138 |
}
|
139 |
|
140 |
+
/* line 152, sass/partials/_main_wrap.scss */
|
141 |
.cmb2-metabox {
|
142 |
clear: both;
|
143 |
margin: 0;
|
144 |
}
|
145 |
+
/* line 158, sass/partials/_main_wrap.scss */
|
146 |
.cmb2-metabox > .cmb-row:first-of-type > .cmb-td,
|
147 |
.cmb2-metabox > .cmb-row:first-of-type > .cmb-th,
|
148 |
.cmb2-metabox .cmb-field-list > .cmb-row:first-of-type > .cmb-td,
|
149 |
.cmb2-metabox .cmb-field-list > .cmb-row:first-of-type > .cmb-th {
|
150 |
border: 0;
|
151 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
152 |
|
153 |
+
/* line 165, sass/partials/_main_wrap.scss */
|
154 |
.cmb-add-row {
|
155 |
margin: 1.8em 0 0;
|
156 |
}
|
157 |
|
158 |
+
/* line 169, sass/partials/_main_wrap.scss */
|
159 |
.cmb-nested .cmb-td,
|
160 |
.cmb-repeatable-group .cmb-th,
|
161 |
.cmb-repeatable-group:first-of-type {
|
162 |
border: 0;
|
163 |
}
|
164 |
|
165 |
+
/* line 175, sass/partials/_main_wrap.scss */
|
166 |
.cmb-row:last-of-type,
|
167 |
.cmb2-wrap .cmb-row:last-of-type,
|
168 |
.cmb-repeatable-group:last-of-type {
|
169 |
border-bottom: 0;
|
170 |
}
|
171 |
|
172 |
+
/* line 181, sass/partials/_main_wrap.scss */
|
173 |
.cmb-repeatable-grouping {
|
174 |
border: 1px solid #e9e9e9;
|
175 |
padding: 0 1em;
|
|
|
176 |
}
|
177 |
+
/* line 185, sass/partials/_main_wrap.scss */
|
178 |
.cmb-repeatable-grouping.cmb-row {
|
179 |
margin: 0 0 0.8em;
|
180 |
}
|
181 |
|
182 |
+
/* line 193, sass/partials/_main_wrap.scss */
|
183 |
.cmb-th {
|
184 |
color: #222222;
|
185 |
float: right;
|
190 |
width: 200px;
|
191 |
}
|
192 |
@media (max-width: 450px) {
|
193 |
+
/* line 193, sass/partials/_main_wrap.scss */
|
194 |
.cmb-th {
|
195 |
font-size: 1.2em;
|
196 |
display: block;
|
202 |
/* line 27, sass/partials/_mixins.scss */
|
203 |
.cmb-th label {
|
204 |
display: block;
|
205 |
+
margin-top: 0;
|
206 |
+
margin-bottom: 0.5em;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
207 |
}
|
208 |
}
|
209 |
|
210 |
+
/* line 207, sass/partials/_main_wrap.scss */
|
211 |
.cmb-td {
|
212 |
line-height: 1.3;
|
213 |
max-width: 100%;
|
215 |
vertical-align: middle;
|
216 |
}
|
217 |
|
218 |
+
/* line 216, sass/partials/_main_wrap.scss */
|
219 |
.cmb-type-title .cmb-td {
|
220 |
padding: 0;
|
221 |
}
|
222 |
|
223 |
+
/* line 221, sass/partials/_main_wrap.scss */
|
224 |
.cmb-th label {
|
225 |
display: block;
|
226 |
padding: 5px 0;
|
227 |
}
|
228 |
|
229 |
+
/* line 226, sass/partials/_main_wrap.scss */
|
230 |
.cmb-th + .cmb-td {
|
231 |
float: right;
|
232 |
}
|
233 |
|
234 |
+
/* line 230, sass/partials/_main_wrap.scss */
|
235 |
.cmb-td .cmb-td {
|
236 |
padding-bottom: 1em;
|
237 |
}
|
238 |
|
239 |
+
/* line 234, sass/partials/_main_wrap.scss */
|
240 |
.cmb-remove-row {
|
241 |
text-align: left;
|
242 |
}
|
243 |
|
244 |
+
/* line 238, sass/partials/_main_wrap.scss */
|
245 |
.empty-row.hidden {
|
246 |
display: none;
|
247 |
}
|
248 |
|
249 |
+
/* line 243, sass/partials/_main_wrap.scss */
|
250 |
+
.cmb-repeat-table {
|
251 |
+
background-color: #fafafa;
|
252 |
+
border: 1px solid #e1e1e1;
|
253 |
+
}
|
254 |
+
/* line 247, sass/partials/_main_wrap.scss */
|
255 |
+
.cmb-repeat-table .cmb-row.cmb-repeat-row {
|
256 |
+
position: relative;
|
257 |
+
counter-increment: el;
|
258 |
+
margin: 0;
|
259 |
+
padding: 10px 50px 10px 10px;
|
260 |
+
border-bottom: none !important;
|
261 |
+
}
|
262 |
+
/* line 255, sass/partials/_main_wrap.scss */
|
263 |
+
.cmb-repeat-table .cmb-row.cmb-repeat-row + .cmb-repeat-row {
|
264 |
+
border-top: solid 1px #e9e9e9;
|
265 |
+
}
|
266 |
+
/* line 259, sass/partials/_main_wrap.scss */
|
267 |
+
.cmb-repeat-table .cmb-row.cmb-repeat-row:before {
|
268 |
+
content: counter(el);
|
269 |
+
display: block;
|
270 |
+
top: 0;
|
271 |
+
right: 0;
|
272 |
+
position: absolute;
|
273 |
+
width: 35px;
|
274 |
+
height: 100%;
|
275 |
+
line-height: 35px;
|
276 |
+
color: #aaaaaa;
|
277 |
+
text-align: center;
|
278 |
+
border-left: solid 1px #e9e9e9;
|
279 |
+
}
|
280 |
+
/* line 276, sass/partials/_main_wrap.scss */
|
281 |
+
.cmb-repeat-table .cmb-row.cmb-repeat-row .cmb-td {
|
282 |
+
margin: 0;
|
283 |
+
padding: 0;
|
284 |
+
}
|
285 |
+
/* line 283, sass/partials/_main_wrap.scss */
|
286 |
+
.cmb-repeat-table + .cmb-add-row {
|
287 |
+
margin: 0;
|
288 |
+
}
|
289 |
+
/* line 286, sass/partials/_main_wrap.scss */
|
290 |
+
.cmb-repeat-table + .cmb-add-row:before {
|
291 |
+
content: '';
|
292 |
+
width: 1px;
|
293 |
+
height: 1.6em;
|
294 |
+
display: block;
|
295 |
+
margin-right: 17px;
|
296 |
+
background-color: gainsboro;
|
297 |
+
}
|
298 |
+
/* line 296, sass/partials/_main_wrap.scss */
|
299 |
+
.cmb-repeat-table .cmb-remove-row {
|
300 |
+
top: 7px;
|
301 |
+
left: 7px;
|
302 |
+
position: absolute;
|
303 |
+
width: auto;
|
304 |
+
margin-right: 0;
|
305 |
+
padding: 0 !important;
|
306 |
+
display: none;
|
307 |
+
}
|
308 |
+
/* line 307, sass/partials/_main_wrap.scss */
|
309 |
+
.cmb-repeat-table .cmb-remove-row > .cmb-remove-row-button {
|
310 |
+
font-size: 20px;
|
311 |
+
text-indent: -1000px;
|
312 |
+
overflow: hidden;
|
313 |
+
position: relative;
|
314 |
+
height: auto;
|
315 |
+
line-height: 1;
|
316 |
+
padding: 0 10px 0;
|
317 |
+
}
|
318 |
+
/* line 318, sass/partials/_main_wrap.scss */
|
319 |
+
.cmb-repeat-table .cmb-remove-row > .cmb-remove-row-button:before {
|
320 |
+
content: "";
|
321 |
+
font-family: 'Dashicons';
|
322 |
+
speak: none;
|
323 |
+
font-weight: normal;
|
324 |
+
font-variant: normal;
|
325 |
+
text-transform: none;
|
326 |
+
line-height: 1;
|
327 |
+
-webkit-font-smoothing: antialiased;
|
328 |
+
margin: 0;
|
329 |
+
text-indent: 0;
|
330 |
+
position: absolute;
|
331 |
+
top: 0;
|
332 |
+
right: 0;
|
333 |
+
width: 100%;
|
334 |
+
height: 100%;
|
335 |
+
text-align: center;
|
336 |
+
}
|
337 |
+
/* line 324, sass/partials/_main_wrap.scss */
|
338 |
+
.cmb-repeat-table .cmb-repeat-row:hover .cmb-remove-row {
|
339 |
+
display: block;
|
340 |
+
}
|
341 |
+
|
342 |
+
/* line 332, sass/partials/_main_wrap.scss */
|
343 |
.cmb-repeatable-group .cmb-th {
|
344 |
padding: 5px;
|
345 |
}
|
346 |
+
/* line 336, sass/partials/_main_wrap.scss */
|
347 |
.cmb-repeatable-group .cmb-group-title {
|
348 |
background-color: #e9e9e9;
|
349 |
padding: 8px 2.2em 8px 12px;
|
352 |
font-size: 14px;
|
353 |
line-height: 1.4;
|
354 |
}
|
355 |
+
/* line 344, sass/partials/_main_wrap.scss */
|
356 |
.cmb-repeatable-group .cmb-group-title h4 {
|
357 |
border: 0;
|
358 |
margin: 0;
|
360 |
font-weight: 500;
|
361 |
padding: 0.5em 0.75em;
|
362 |
}
|
363 |
+
/* line 352, sass/partials/_main_wrap.scss */
|
364 |
.cmb-repeatable-group .cmb-group-title .cmb-th {
|
365 |
display: block;
|
366 |
width: 100%;
|
367 |
}
|
368 |
+
/* line 358, sass/partials/_main_wrap.scss */
|
369 |
.cmb-repeatable-group .cmb-group-description .cmb-th {
|
370 |
font-size: 1.2em;
|
371 |
display: block;
|
377 |
/* line 27, sass/partials/_mixins.scss */
|
378 |
.cmb-repeatable-group .cmb-group-description .cmb-th label {
|
379 |
display: block;
|
380 |
+
margin-top: 0;
|
381 |
+
margin-bottom: 0.5em;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
382 |
}
|
383 |
+
/* line 362, sass/partials/_main_wrap.scss */
|
384 |
.cmb-repeatable-group .cmb-shift-rows {
|
385 |
font-size: 1em;
|
386 |
margin-left: 1em;
|
387 |
text-decoration: none;
|
388 |
}
|
389 |
+
/* line 367, sass/partials/_main_wrap.scss */
|
390 |
.cmb-repeatable-group .cmb-shift-rows .dashicons {
|
391 |
font-size: 1.5em;
|
392 |
height: 1.5em;
|
393 |
line-height: 1.2em;
|
394 |
width: 1em;
|
395 |
}
|
396 |
+
/* line 373, sass/partials/_main_wrap.scss */
|
397 |
.cmb-repeatable-group .cmb-shift-rows .dashicons.dashicons-arrow-down-alt2 {
|
398 |
line-height: 1.3em;
|
399 |
}
|
400 |
+
/* line 380, sass/partials/_main_wrap.scss */
|
401 |
.cmb-repeatable-group .cmb2-upload-button {
|
402 |
float: left;
|
403 |
}
|
404 |
|
405 |
+
/* line 386, sass/partials/_main_wrap.scss */
|
406 |
p.cmb2-metabox-description {
|
407 |
color: #aaaaaa;
|
408 |
font-style: italic;
|
410 |
padding-top: .5em;
|
411 |
}
|
412 |
|
413 |
+
/* line 393, sass/partials/_main_wrap.scss */
|
414 |
span.cmb2-metabox-description {
|
415 |
color: #aaaaaa;
|
416 |
font-style: italic;
|
417 |
}
|
418 |
|
419 |
+
/* line 398, sass/partials/_main_wrap.scss */
|
420 |
.cmb2-metabox-title {
|
421 |
margin: 0 0 5px 0;
|
422 |
padding: 5px 0 0 0;
|
423 |
font-size: 14px;
|
424 |
}
|
425 |
|
426 |
+
/* line 404, sass/partials/_main_wrap.scss */
|
427 |
.cmb-inline ul {
|
428 |
padding: 4px 0 0 0;
|
429 |
}
|
430 |
|
431 |
+
/* line 408, sass/partials/_main_wrap.scss */
|
432 |
.cmb-inline li {
|
433 |
display: inline-block;
|
434 |
padding-left: 18px;
|
435 |
}
|
436 |
|
437 |
+
/* line 413, sass/partials/_main_wrap.scss */
|
438 |
.cmb-type-textarea-code pre {
|
439 |
margin: 0;
|
440 |
}
|
441 |
|
442 |
+
/* line 419, sass/partials/_main_wrap.scss */
|
443 |
.cmb2-media-status .img-status {
|
444 |
clear: none;
|
445 |
display: inline-block;
|
447 |
margin-left: 10px;
|
448 |
width: auto;
|
449 |
}
|
450 |
+
/* line 426, sass/partials/_main_wrap.scss */
|
451 |
.cmb2-media-status .img-status img {
|
452 |
max-width: 350px;
|
453 |
height: auto;
|
454 |
}
|
455 |
+
/* line 432, sass/partials/_main_wrap.scss */
|
456 |
.cmb2-media-status .img-status img,
|
457 |
.cmb2-media-status .embed-status {
|
458 |
+
background: #eee;
|
459 |
+
border: 5px solid #ffffff;
|
460 |
+
outline: 1px solid #e9e9e9;
|
461 |
+
box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
|
462 |
+
background-image: linear-gradient(45deg, #d0d0d0 25%, transparent 25%, transparent 75%, #d0d0d0 75%, #d0d0d0), linear-gradient(45deg, #d0d0d0 25%, transparent 25%, transparent 75%, #d0d0d0 75%, #d0d0d0);
|
463 |
+
background-position: 0 0, 10px 10px;
|
464 |
+
background-size: 20px 20px;
|
465 |
border-radius: 2px;
|
466 |
-moz-border-radius: 2px;
|
467 |
margin: 15px 0 0 0;
|
|
|
468 |
}
|
469 |
+
/* line 446, sass/partials/_main_wrap.scss */
|
470 |
.cmb2-media-status .embed-status {
|
471 |
float: right;
|
472 |
max-width: 800px;
|
473 |
}
|
474 |
+
/* line 451, sass/partials/_main_wrap.scss */
|
475 |
.cmb2-media-status .img-status, .cmb2-media-status .embed-status {
|
476 |
position: relative;
|
477 |
}
|
478 |
+
/* line 454, sass/partials/_main_wrap.scss */
|
479 |
.cmb2-media-status .img-status .cmb2-remove-file-button, .cmb2-media-status .embed-status .cmb2-remove-file-button {
|
480 |
background: url(../images/ico-delete.png);
|
481 |
height: 16px;
|
485 |
top: -5px;
|
486 |
width: 16px;
|
487 |
}
|
488 |
+
/* line 468, sass/partials/_main_wrap.scss */
|
489 |
.cmb2-media-status .img-status .cmb2-remove-file-button {
|
490 |
top: 10px;
|
491 |
}
|
492 |
+
/* line 473, sass/partials/_main_wrap.scss */
|
493 |
.cmb2-media-status .img-status img, .cmb2-media-status .file-status > span {
|
494 |
cursor: pointer;
|
495 |
}
|
496 |
+
/* line 478, sass/partials/_main_wrap.scss */
|
497 |
+
.cmb2-media-status.cmb-attach-list .img-status img, .cmb2-media-status.cmb-attach-list .file-status > span {
|
498 |
+
cursor: move;
|
499 |
+
}
|
500 |
|
501 |
+
/* line 485, sass/partials/_main_wrap.scss */
|
502 |
.cmb-type-file-list .cmb2-media-status .img-status {
|
503 |
clear: none;
|
504 |
vertical-align: middle;
|
508 |
margin-top: 0;
|
509 |
}
|
510 |
|
511 |
+
/* line 494, sass/partials/_main_wrap.scss */
|
512 |
.cmb-attach-list li {
|
513 |
clear: both;
|
514 |
display: inline-block;
|
516 |
margin-top: 5px;
|
517 |
margin-bottom: 10px;
|
518 |
}
|
519 |
+
/* line 500, sass/partials/_main_wrap.scss */
|
520 |
.cmb-attach-list li img {
|
|
|
521 |
float: right;
|
522 |
margin-left: 10px;
|
523 |
}
|
524 |
|
525 |
+
/* line 506, sass/partials/_main_wrap.scss */
|
526 |
.cmb2-remove-wrapper {
|
527 |
margin: 0;
|
528 |
}
|
529 |
|
530 |
+
/* line 510, sass/partials/_main_wrap.scss */
|
531 |
.child-cmb2 .cmb-th {
|
532 |
text-align: right;
|
533 |
}
|
534 |
|
535 |
+
/* line 514, sass/partials/_main_wrap.scss */
|
536 |
+
.cmb2-indented-hierarchy {
|
537 |
+
padding-right: 1.5em;
|
538 |
+
}
|
539 |
+
|
540 |
@media (max-width: 450px) {
|
541 |
+
/* line 519, sass/partials/_main_wrap.scss */
|
542 |
.cmb-th,
|
543 |
.cmb-td,
|
544 |
.cmb-th + .cmb-td {
|
548 |
}
|
549 |
}
|
550 |
/*--------------------------------------------------------------
|
551 |
+
* Post Metaboxes
|
552 |
--------------------------------------------------------------*/
|
553 |
+
/* line 5, sass/partials/_post_metaboxes.scss */
|
554 |
#poststuff .cmb-group-title {
|
555 |
margin-right: -1em;
|
556 |
margin-left: -1em;
|
557 |
min-height: 1.5em;
|
558 |
}
|
559 |
|
560 |
+
/* line 11, sass/partials/_post_metaboxes.scss */
|
561 |
#poststuff .repeatable .cmb-group-title {
|
562 |
padding-right: 2.2em;
|
563 |
}
|
564 |
|
565 |
+
/* line 17, sass/partials/_post_metaboxes.scss */
|
566 |
.cmb2-postbox .cmb2-wrap, .cmb-type-group .cmb2-wrap {
|
567 |
margin: 0;
|
568 |
}
|
569 |
+
/* line 20, sass/partials/_post_metaboxes.scss */
|
570 |
.cmb2-postbox .cmb2-wrap > .cmb-field-list > .cmb-row, .cmb-type-group .cmb2-wrap > .cmb-field-list > .cmb-row {
|
571 |
padding: 1.8em 0;
|
572 |
}
|
573 |
+
/* line 26, sass/partials/_post_metaboxes.scss */
|
574 |
.cmb2-postbox .cmb2-wrap input[type=text].cmb2-oembed, .cmb-type-group .cmb2-wrap input[type=text].cmb2-oembed {
|
575 |
width: 100%;
|
576 |
}
|
577 |
+
/* line 32, sass/partials/_post_metaboxes.scss */
|
578 |
.cmb2-postbox .cmb-row, .cmb-type-group .cmb-row {
|
579 |
padding: 0 0 1.8em;
|
580 |
margin: 0 0 0.8em;
|
581 |
}
|
582 |
+
/* line 36, sass/partials/_post_metaboxes.scss */
|
583 |
.cmb2-postbox .cmb-row .cmbhandle, .cmb-type-group .cmb-row .cmbhandle {
|
584 |
left: -1em;
|
585 |
position: relative;
|
586 |
}
|
587 |
+
/* line 42, sass/partials/_post_metaboxes.scss */
|
588 |
.cmb2-postbox .cmb-repeatable-grouping, .cmb-type-group .cmb-repeatable-grouping {
|
589 |
padding: 0 1em;
|
590 |
max-width: 100%;
|
591 |
min-width: 1px !important;
|
592 |
}
|
593 |
+
/* line 48, sass/partials/_post_metaboxes.scss */
|
594 |
.cmb2-postbox .cmb-repeatable-group > .cmb-row, .cmb-type-group .cmb-repeatable-group > .cmb-row {
|
595 |
padding-bottom: 0;
|
596 |
}
|
597 |
+
/* line 52, sass/partials/_post_metaboxes.scss */
|
598 |
.cmb2-postbox .cmb-th, .cmb-type-group .cmb-th {
|
599 |
width: 18%;
|
600 |
padding: 0 0 0 2%;
|
601 |
}
|
602 |
+
/* line 58, sass/partials/_post_metaboxes.scss */
|
603 |
.cmb2-postbox .cmb-td, .cmb-type-group .cmb-td {
|
604 |
margin-bottom: 0;
|
605 |
padding: 0;
|
606 |
line-height: 1.3;
|
607 |
}
|
608 |
+
/* line 64, sass/partials/_post_metaboxes.scss */
|
|
|
|
|
|
|
|
|
609 |
.cmb2-postbox .cmb-th + .cmb-td, .cmb-type-group .cmb-th + .cmb-td {
|
610 |
width: 80%;
|
611 |
float: left;
|
612 |
}
|
613 |
+
/* line 69, sass/partials/_post_metaboxes.scss */
|
614 |
.cmb2-postbox .cmb-row:not(:last-of-type),
|
615 |
.cmb2-postbox .cmb-repeatable-group:not(:last-of-type), .cmb-type-group .cmb-row:not(:last-of-type),
|
616 |
.cmb-type-group .cmb-repeatable-group:not(:last-of-type) {
|
617 |
border-bottom: 1px solid #e9e9e9;
|
618 |
}
|
619 |
@media (max-width: 450px) {
|
620 |
+
/* line 69, sass/partials/_post_metaboxes.scss */
|
621 |
.cmb2-postbox .cmb-row:not(:last-of-type),
|
622 |
.cmb2-postbox .cmb-repeatable-group:not(:last-of-type), .cmb-type-group .cmb-row:not(:last-of-type),
|
623 |
.cmb-type-group .cmb-repeatable-group:not(:last-of-type) {
|
624 |
border-bottom: 0;
|
625 |
}
|
626 |
}
|
627 |
+
/* line 78, sass/partials/_post_metaboxes.scss */
|
628 |
.cmb2-postbox .cmb-repeat-group-field,
|
629 |
.cmb2-postbox .cmb-remove-field-row, .cmb-type-group .cmb-repeat-group-field,
|
630 |
.cmb-type-group .cmb-remove-field-row {
|
631 |
padding-top: 1.8em;
|
632 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
633 |
|
634 |
/*--------------------------------------------------------------
|
635 |
+
* Context Metaboxes
|
636 |
--------------------------------------------------------------*/
|
637 |
/* Metabox collapse arrow indicators */
|
638 |
/* line 9, sass/partials/_context_metaboxes.scss */
|
723 |
}
|
724 |
}
|
725 |
/*--------------------------------------------------------------
|
726 |
+
* Misc.
|
727 |
--------------------------------------------------------------*/
|
728 |
/* line 5, sass/partials/_misc.scss */
|
729 |
#poststuff .cmb-repeatable-group h2 {
|
738 |
}
|
739 |
|
740 |
/* line 18, sass/partials/_misc.scss */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
741 |
.cmb2-postbox .cmb-spinner, .cmb2-no-box-wrap .cmb-spinner {
|
742 |
float: right;
|
743 |
display: none;
|
744 |
}
|
745 |
|
746 |
+
/* line 24, sass/partials/_misc.scss */
|
747 |
.cmb-spinner {
|
748 |
display: none;
|
749 |
}
|
750 |
+
/* line 26, sass/partials/_misc.scss */
|
751 |
.cmb-spinner.is-active {
|
752 |
display: block;
|
753 |
}
|
754 |
|
755 |
/*--------------------------------------------------------------
|
756 |
+
* Collapsible UI
|
757 |
--------------------------------------------------------------*/
|
758 |
+
/* line 6, sass/partials/_collapsible_ui.scss */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
759 |
.cmb2-metabox .cmbhandle {
|
760 |
+
color: #aaaaaa;
|
761 |
float: left;
|
762 |
width: 27px;
|
763 |
height: 30px;
|
765 |
left: -1em;
|
766 |
position: relative;
|
767 |
}
|
768 |
+
/* line 14, sass/partials/_collapsible_ui.scss */
|
769 |
.cmb2-metabox .cmbhandle:before {
|
770 |
content: '\f142';
|
771 |
left: 12px;
|
779 |
-moz-osx-font-smoothing: grayscale;
|
780 |
text-decoration: none !important;
|
781 |
}
|
782 |
+
/* line 31, sass/partials/_collapsible_ui.scss */
|
783 |
.cmb2-metabox .postbox.closed .cmbhandle:before {
|
784 |
content: '\f140';
|
785 |
}
|
786 |
+
/* line 37, sass/partials/_collapsible_ui.scss */
|
787 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row {
|
788 |
-webkit-appearance: none !important;
|
789 |
background: none !important;
|
795 |
padding: 2px 6px 3px;
|
796 |
opacity: .5;
|
797 |
}
|
798 |
+
/* line 47, sass/partials/_collapsible_ui.scss */
|
799 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]) {
|
800 |
cursor: pointer;
|
801 |
color: #a00;
|
802 |
opacity: 1;
|
803 |
}
|
804 |
+
/* line 51, sass/partials/_collapsible_ui.scss */
|
805 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]):hover {
|
806 |
color: #f00;
|
807 |
}
|
1266 |
/**
|
1267 |
* CMB2 Frontend
|
1268 |
*/
|
1269 |
+
/*--------------------------------------------------------------
|
1270 |
+
* CMB2 Frontend
|
1271 |
+
--------------------------------------------------------------*/
|
1272 |
+
/* line 5, sass/partials/_front.scss */
|
1273 |
.closed .inside {
|
1274 |
display: none;
|
1275 |
}
|
1276 |
|
1277 |
+
/* line 9, sass/partials/_front.scss */
|
1278 |
.cmb-repeatable-grouping {
|
1279 |
position: relative;
|
1280 |
}
|
1281 |
+
/* line 12, sass/partials/_front.scss */
|
1282 |
.cmb-repeatable-grouping .cmb-group-title {
|
1283 |
margin-right: -1em;
|
1284 |
margin-left: -1em;
|
1285 |
min-height: 1.5em;
|
1286 |
}
|
1287 |
+
/* line 18, sass/partials/_front.scss */
|
1288 |
.cmb-repeatable-grouping h3 {
|
1289 |
font-size: 14px;
|
1290 |
padding: 8px 12px;
|
1292 |
line-height: 1.4;
|
1293 |
}
|
1294 |
|
1295 |
+
/* line 29, sass/partials/_front.scss */
|
1296 |
.cmb-repeatable-group.repeatable .cmb-group-title {
|
1297 |
padding-right: 2.2em;
|
1298 |
}
|
1299 |
+
/* line 33, sass/partials/_front.scss */
|
1300 |
.cmb-repeatable-group.non-repeatable .cmb-group-title {
|
1301 |
padding-right: 12px;
|
1302 |
}
|
1303 |
|
1304 |
+
/* line 39, sass/partials/_front.scss */
|
1305 |
.cmb-type-group .cmb-row .cmbhandle {
|
1306 |
left: 0;
|
1307 |
position: absolute;
|
1308 |
}
|
1309 |
|
1310 |
+
/* line 44, sass/partials/_front.scss */
|
1311 |
.cmb-spinner {
|
1312 |
background: url(/wp-admin/images/spinner.gif) no-repeat;
|
1313 |
-webkit-background-size: 20px 20px;
|
includes/lib/cmb2/css/cmb2-front-rtl.min.css
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
.cmb2-wrap{margin:0}.cmb2-wrap input,.cmb2-wrap textarea{font-size:14px;max-width:100%;padding:5px}.cmb2-wrap input[type=text].cmb2-oembed{width:100%}.cmb2-wrap textarea{width:500px}.cmb2-wrap textarea.cmb2-textarea-code{font-family:"Courier 10 Pitch",Courier,monospace;line-height:16px}.cmb2-wrap input.cmb2-text-small,.cmb2-wrap input.cmb2-timepicker{width:100px}.cmb2-wrap input.cmb2-text-money{width:90px}.cmb2-wrap input.cmb2-text-medium{width:230px}.cmb2-wrap input.cmb2-upload-file{width:65%}.cmb2-wrap input.ed_button{padding:2px 4px}.cmb2-wrap input:not([type=hidden])+.button-secondary,.cmb2-wrap input:not([type=hidden])+input,.cmb2-wrap input:not([type=hidden])+select{margin-right:20px}.cmb2-wrap ul{margin:0}.cmb2-wrap li{font-size:14px;line-height:16px;margin:1px 0 5px}.cmb2-wrap select{font-size:14px;margin-top:3px}.cmb2-wrap input:focus,.cmb2-wrap textarea:focus{background:#fffff8}.cmb2-wrap input[type=checkbox],.cmb2-wrap input[type=radio]{margin:0 0 0 5px;padding:0}.cmb2-wrap .button-secondary,.cmb2-wrap button{white-space:nowrap}.cmb2-wrap .mceLayout{border:1px solid #e9e9e9!important}.cmb2-wrap .mceIframeContainer{background:#fff}.cmb2-wrap .meta_mce{width:97%}.cmb2-wrap .meta_mce textarea{width:100%}.cmb2-wrap .wp-color-result,.cmb2-wrap .wp-picker-input-wrap{vertical-align:middle}.cmb2-wrap .wp-color-result,.cmb2-wrap .wp-picker-container{margin:0 0 0 10px}.cmb2-wrap .cmb-row{margin:0}.cmb2-wrap .cmb-row:after{content:'';clear:both;display:block;width:100%}.cmb2-wrap .cmb-row.cmb-repeat-row{padding:1.8em 0 0}.cmb2-wrap .cmb-row.cmb-repeat-row:first-of-type{padding:0}.cmb2-wrap .cmb-row.cmb-repeat .cmb2-metabox-description{padding-top:0;padding-bottom:1.8em}.cmb2-metabox{clear:both;margin:0}.cmb2-metabox .cmb-field-list>.cmb-row:first-of-type>.cmb-td,.cmb2-metabox .cmb-field-list>.cmb-row:first-of-type>.cmb-th,.cmb2-metabox>.cmb-row:first-of-type>.cmb-td,.cmb2-metabox>.cmb-row:first-of-type>.cmb-th{border:0}.cmb2-metabox>.cmb-row .cmb-repeat-table .cmb-row>.cmb-td{padding-left:20px;box-sizing:border-box;float:right}.cmb-add-row{margin:1.8em 0 0}.cmb-nested .cmb-td,.cmb-repeatable-group .cmb-th,.cmb-repeatable-group:first-of-type{border:0}.cmb-repeatable-group:last-of-type,.cmb-row:last-of-type,.cmb2-wrap .cmb-row:last-of-type{border-bottom:0}.cmb-repeatable-grouping{border:1px solid #e9e9e9;padding:0 1em;max-width:1000px}.cmb-repeatable-grouping.cmb-row{margin:0 0 .8em}.cmb-th{color:#222;float:right;font-weight:600;line-height:1.3;padding:20px 0 20px 10px;vertical-align:top;width:200px}@media (max-width:450px){.cmb-th{font-size:1.2em;display:block;float:none;padding-bottom:1em;text-align:right;width:100%}.cmb-th label{display:block;margin-top:0;padding-bottom:5px}.cmb-th label:after{border-bottom:1px solid #e9e9e9;content:'';clear:both;display:block;padding-top:.4em}}.cmb-td{line-height:1.3;max-width:100%;padding:15px 10px;vertical-align:middle}.cmb-type-title .cmb-td{padding:0}.cmb-th label{display:block;padding:5px 0}.cmb-th+.cmb-td{float:right}.cmb-td .cmb-td{padding-bottom:1em}.cmb-remove-row{text-align:left}.empty-row.hidden{display:none}.cmb-repeatable-group .cmb-th{padding:5px}.cmb-repeatable-group .cmb-group-title{background-color:#e9e9e9;padding:8px 2.2em 8px 12px;margin:0 -1em;min-height:1.5em;font-size:14px;line-height:1.4}.cmb-repeatable-group .cmb-group-title h4{border:0;margin:0;font-size:1.2em;font-weight:500;padding:.5em .75em}.cmb-repeatable-group .cmb-group-title .cmb-th{display:block;width:100%}.cmb-repeatable-group .cmb-group-description .cmb-th{font-size:1.2em;display:block;float:none;padding-bottom:1em;text-align:right;width:100%}.cmb-repeatable-group .cmb-group-description .cmb-th label{display:block;margin-top:0;padding-bottom:5px}.cmb-repeatable-group .cmb-group-description .cmb-th label:after{border-bottom:1px solid #e9e9e9;content:'';clear:both;display:block;padding-top:.4em}.cmb-repeatable-group .cmb-shift-rows{font-size:1em;margin-left:1em;text-decoration:none}.cmb-repeatable-group .cmb-shift-rows .dashicons{font-size:1.5em;height:1.5em;line-height:1.2em;width:1em}.cmb-repeatable-group .cmb-shift-rows .dashicons.dashicons-arrow-down-alt2{line-height:1.3em}.cmb-repeatable-group .cmb2-upload-button{float:left}p.cmb2-metabox-description{color:#aaa;font-style:italic;margin:0;padding-top:.5em}span.cmb2-metabox-description{color:#aaa;font-style:italic}.cmb2-metabox-title{margin:0 0 5px;padding:5px 0 0;font-size:14px}.cmb-inline ul{padding:4px 0 0}.cmb-inline li{display:inline-block;padding-left:18px}.cmb-type-textarea-code pre{margin:0}.cmb2-media-status .img-status{clear:none;display:inline-block;vertical-align:middle;margin-left:10px;width:auto}.cmb2-media-status .img-status img{max-width:350px;height:auto}.cmb2-media-status .embed-status,.cmb2-media-status .img-status img{background:#fff;border:1px solid #e9e9e9;border-radius:2px;-moz-border-radius:2px;margin:15px 0 0;padding:5px}.cmb2-media-status .embed-status{float:right;max-width:800px}.cmb2-media-status .embed-status,.cmb2-media-status .img-status{position:relative}.cmb2-media-status .embed-status .cmb2-remove-file-button,.cmb2-media-status .img-status .cmb2-remove-file-button{background:url(../images/ico-delete.png);height:16px;right:-5px;position:absolute;text-indent:-9999px;top:-5px;width:16px}.cmb2-media-status .img-status .cmb2-remove-file-button{top:10px}.cmb2-media-status .file-status>span,.cmb2-media-status .img-status img{cursor:pointer}.cmb-type-file-list .cmb2-media-status .img-status{clear:none;vertical-align:middle;width:auto;margin-left:10px;margin-bottom:10px;margin-top:0}.cmb-attach-list li{clear:both;display:inline-block;width:100%;margin-top:5px;margin-bottom:10px}.cmb-attach-list li img{cursor:move;float:right;margin-left:10px}.cmb2-remove-wrapper{margin:0}.child-cmb2 .cmb-th{text-align:right}@media (max-width:450px){.cmb-td,.cmb-th,.cmb-th+.cmb-td{display:block;float:none;width:100%}}#poststuff .cmb-group-title{margin-right:-1em;margin-left:-1em;min-height:1.5em}#poststuff .repeatable .cmb-group-title{padding-right:2.2em}.cmb-type-group .cmb2-wrap,.cmb2-postbox .cmb2-wrap{margin:0}.cmb-type-group .cmb2-wrap>.cmb-field-list>.cmb-row,.cmb2-postbox .cmb2-wrap>.cmb-field-list>.cmb-row{padding:1.8em 0}.cmb-type-group .cmb2-wrap input[type=text].cmb2-oembed,.cmb2-postbox .cmb2-wrap input[type=text].cmb2-oembed{width:100%}.cmb-type-group .cmb-row,.cmb2-postbox .cmb-row{padding:0 0 1.8em;margin:0 0 .8em}.cmb-type-group .cmb-row .cmbhandle,.cmb2-postbox .cmb-row .cmbhandle{left:-1em;position:relative}.cmb-type-group .cmb-repeatable-grouping,.cmb2-postbox .cmb-repeatable-grouping{padding:0 1em;max-width:100%;min-width:1px!important}.cmb-type-group .cmb-repeatable-group>.cmb-row,.cmb2-postbox .cmb-repeatable-group>.cmb-row{padding-bottom:0}.cmb-type-group .cmb-th,.cmb2-postbox .cmb-th{width:18%;padding:0 0 0 2%}.cmb-type-group .cmb-td,.cmb2-postbox .cmb-td{margin-bottom:0;padding:0;line-height:1.3}.cmb-type-group .cmb-repeat-row .cmb-td,.cmb2-postbox .cmb-repeat-row .cmb-td{padding-bottom:1.8em}.cmb-type-group .cmb-th+.cmb-td,.cmb2-postbox .cmb-th+.cmb-td{width:80%;float:left}.cmb-type-group .cmb-repeatable-group:not(:last-of-type),.cmb-type-group .cmb-row:not(:last-of-type),.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),.cmb2-postbox .cmb-row:not(:last-of-type){border-bottom:1px solid #e9e9e9}@media (max-width:450px){.cmb-type-group .cmb-repeatable-group:not(:last-of-type),.cmb-type-group .cmb-row:not(:last-of-type),.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),.cmb2-postbox .cmb-row:not(:last-of-type){border-bottom:0}}.cmb-type-group .cmb-remove-field-row,.cmb-type-group .cmb-repeat-group-field,.cmb2-postbox .cmb-remove-field-row,.cmb2-postbox .cmb-repeat-group-field{padding-top:1.8em}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody,.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody,.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody,.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody{display:table;width:100%}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text,.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text,.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text,.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text{width:100%}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row),.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row),.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row),.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row){display:table-row}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td,.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td,.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td,.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td{display:table-cell;float:none;width:100%}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td,.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td,.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td,.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td{padding-top:1.8em}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row,.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row,.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row,.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row{padding-left:0}.js .cmb2-postbox.context-box .toggle-indicator:before{content:"\f142";display:inline-block;font:400 20px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.js .cmb2-postbox.context-box.closed .toggle-indicator:before{content:"\f140"}.cmb2-postbox.context-box{margin-bottom:10px}.cmb2-postbox.context-box.context-after_title-box,.cmb2-postbox.context-box.context-before_permalink-box{margin-top:10px}.cmb2-postbox.context-box.context-after_editor-box{margin-top:20px;margin-bottom:0}.cmb2-postbox.context-box.context-form_top-box{margin-top:10px}.cmb2-postbox.context-box.context-form_top-box .hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.cmb2-postbox.context-box .hndle{cursor:auto}.cmb2-context-wrap{margin-top:10px}.cmb2-context-wrap.cmb2-context-wrap-form_top{margin-left:300px;width:auto}.cmb2-context-wrap.cmb2-context-wrap-no-title .cmb2-metabox{padding:10px}.cmb2-context-wrap .cmb-th{padding:0 0 0 2%;width:18%}.cmb2-context-wrap .cmb-td{width:80%;padding:0}.cmb2-context-wrap .cmb-row{margin-bottom:10px}.cmb2-context-wrap .cmb-row:last-of-type{margin-bottom:0}@media only screen and (max-width:850px){.cmb2-context-wrap.cmb2-context-wrap-form_top{margin-left:0}}#poststuff .cmb-repeatable-group h2{margin:0}.edit-tags-php .cmb2-metabox-title,.profile-php .cmb2-metabox-title,.user-edit-php .cmb2-metabox-title{font-size:1.4em}.cmb2-options-page .cmb2-metabox-title{font-size:1.3em;margin:1em 0}.cmb2-options-page .cmb2-metabox-title+p.cmb2-metabox-description{margin-top:-1.6em;margin-bottom:.8em}.cmb2-no-box-wrap .cmb-spinner,.cmb2-postbox .cmb-spinner{float:right;display:none}.cmb-spinner.is-active{display:block}#side-sortables .cmb2-wrap>.cmb-field-list>.cmb-row,.inner-sidebar .cmb2-wrap>.cmb-field-list>.cmb-row{padding:1.4em 0}#side-sortables .cmb2-wrap input[type=text]:not(.wp-color-picker),.inner-sidebar .cmb2-wrap input[type=text]:not(.wp-color-picker){width:100%}#side-sortables .cmb2-wrap input+input:not(.wp-picker-clear),#side-sortables .cmb2-wrap input+select,.inner-sidebar .cmb2-wrap input+input:not(.wp-picker-clear),.inner-sidebar .cmb2-wrap input+select{margin-right:0;margin-top:1em;display:block}#side-sortables .cmb2-wrap input.cmb2-text-money,.inner-sidebar .cmb2-wrap input.cmb2-text-money{max-width:70%}#side-sortables .cmb2-wrap input.cmb2-text-money+.cmb2-metabox-description,.inner-sidebar .cmb2-wrap input.cmb2-text-money+.cmb2-metabox-description{display:block}#side-sortables .cmb2-wrap label,.inner-sidebar .cmb2-wrap label{display:block;font-weight:700;padding:0 0 5px}#side-sortables textarea,.inner-sidebar textarea{max-width:99%}#side-sortables .cmb-repeatable-group,.inner-sidebar .cmb-repeatable-group{border-bottom:1px solid #e9e9e9}#side-sortables .cmb-type-group>.cmb-td>.cmb-repeatable-group,.inner-sidebar .cmb-type-group>.cmb-td>.cmb-repeatable-group{border-bottom:0;margin-bottom:-1.4em}#side-sortables .cmb-td,#side-sortables .cmb-th,#side-sortables .cmb-th+.cmb-td,.inner-sidebar .cmb-td,.inner-sidebar .cmb-th,.inner-sidebar .cmb-th+.cmb-td{width:100%;display:block;float:none}#side-sortables .closed .inside,.inner-sidebar .closed .inside{display:none}#side-sortables .cmb-td .cmb-td,.inner-sidebar .cmb-td .cmb-td{padding-bottom:1em}#side-sortables .cmb-th,.inner-sidebar .cmb-th{display:block;float:none;padding-bottom:1em;text-align:right;width:100%;padding-right:0;padding-left:0}#side-sortables .cmb-th label,.inner-sidebar .cmb-th label{display:block;margin-top:0;padding-bottom:5px}#side-sortables .cmb-th label:after,.inner-sidebar .cmb-th label:after{border-bottom:1px solid #e9e9e9;content:'';clear:both;display:block;padding-top:.4em}#side-sortables .cmb-th label,.inner-sidebar .cmb-th label{font-size:14px;line-height:1.4em}#side-sortables .cmb-group-description .cmb-th,.inner-sidebar .cmb-group-description .cmb-th{padding-top:0}#side-sortables .cmb-group-description .cmb2-metabox-description,#side-sortables .cmb-group-title .cmb-th,.inner-sidebar .cmb-group-description .cmb2-metabox-description,.inner-sidebar .cmb-group-title .cmb-th{padding:0}#side-sortables .cmb-repeatable-grouping+.cmb-repeatable-grouping,.inner-sidebar .cmb-repeatable-grouping+.cmb-repeatable-grouping{margin-top:1em}#side-sortables .cmb2-media-status .embed-status img,#side-sortables .cmb2-media-status .img-status img,.inner-sidebar .cmb2-media-status .embed-status img,.inner-sidebar .cmb2-media-status .img-status img{max-width:90%;height:auto}#side-sortables .cmb2-list label,.inner-sidebar .cmb2-list label{display:inline;font-weight:400}#side-sortables .cmb2-metabox-description,.inner-sidebar .cmb2-metabox-description{display:block;padding:7px 0 0}#side-sortables .cmb-type-checkbox .cmb-td label,#side-sortables .cmb-type-checkbox .cmb2-metabox-description,.inner-sidebar .cmb-type-checkbox .cmb-td label,.inner-sidebar .cmb-type-checkbox .cmb2-metabox-description{font-weight:400;display:inline}#side-sortables .cmb-row .cmb2-metabox-description,.inner-sidebar .cmb-row .cmb2-metabox-description{padding-bottom:1.8em}#side-sortables .cmb2-metabox-title,.inner-sidebar .cmb2-metabox-title{font-size:1.2em;font-style:italic}#side-sortables .cmb-remove-row,.inner-sidebar .cmb-remove-row{clear:both;padding-top:12px;padding-bottom:0}#side-sortables .cmb-type-colorpicker .cmb-repeat-row .cmb-td,.inner-sidebar .cmb-type-colorpicker .cmb-repeat-row .cmb-td{width:auto;clear:none;float:right;padding-top:0}#side-sortables .cmb-type-colorpicker .cmb-repeat-row .cmb-td.cmb-remove-row,.inner-sidebar .cmb-type-colorpicker .cmb-repeat-row .cmb-td.cmb-remove-row{float:left;margin:0}#side-sortables .cmb2-upload-button,.inner-sidebar .cmb2-upload-button{clear:both;margin-top:12px}.cmb2-metabox .cmb-type-group{max-width:1000px}.cmb2-metabox .cmbhandle{color:#aaa;float:left;width:27px;height:30px;cursor:pointer;left:-1em;position:relative}.cmb2-metabox .cmbhandle:before{content:'\f142';left:12px;font:400 20px/1 dashicons;speak:none;display:inline-block;padding:8px 10px;top:0;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.cmb2-metabox .postbox.closed .cmbhandle:before{content:'\f140'}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row{-webkit-appearance:none!important;background:none!important;border:none!important;position:absolute;right:0;top:.5em;line-height:1em;padding:2px 6px 3px;opacity:.5}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]){cursor:pointer;color:#a00;opacity:1}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]):hover{color:red}* html .cmb2-element.ui-helper-clearfix{height:1%}.cmb2-element .ui-datepicker,.cmb2-element.ui-datepicker{padding:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff;border:1px solid #dfdfdf;border-top:none;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.075);box-shadow:0 3px 6px rgba(0,0,0,.075);min-width:17em;width:auto}.cmb2-element .ui-datepicker *,.cmb2-element.ui-datepicker *{padding:0;font-family:"Open Sans",sans-serif;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.cmb2-element .ui-datepicker table,.cmb2-element.ui-datepicker table{font-size:13px;margin:0;border:none;border-collapse:collapse}.cmb2-element .ui-datepicker .ui-datepicker-header,.cmb2-element .ui-datepicker .ui-widget-header,.cmb2-element.ui-datepicker .ui-datepicker-header,.cmb2-element.ui-datepicker .ui-widget-header{border:none;color:#fff;font-weight:400}.cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover,.cmb2-element.ui-datepicker .ui-datepicker-header .ui-state-hover{background:0 0;border-color:transparent;cursor:pointer}.cmb2-element .ui-datepicker .ui-datepicker-title,.cmb2-element.ui-datepicker .ui-datepicker-title{margin:0;padding:10px 0;color:#fff;font-size:14px;line-height:14px;text-align:center}.cmb2-element .ui-datepicker .ui-datepicker-title select,.cmb2-element.ui-datepicker .ui-datepicker-title select{margin-top:-8px;margin-bottom:-8px}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-prev{position:relative;top:0;height:34px;width:34px}.cmb2-element .ui-datepicker .ui-state-hover.ui-datepicker-next,.cmb2-element .ui-datepicker .ui-state-hover.ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-state-hover.ui-datepicker-next,.cmb2-element.ui-datepicker .ui-state-hover.ui-datepicker-prev{border:none}.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element .ui-datepicker .ui-datepicker-prev-hover,.cmb2-element.ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-prev-hover{right:0}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element .ui-datepicker .ui-datepicker-next-hover,.cmb2-element.ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-next-hover{left:0}.cmb2-element .ui-datepicker .ui-datepicker-next span,.cmb2-element .ui-datepicker .ui-datepicker-prev span,.cmb2-element.ui-datepicker .ui-datepicker-next span,.cmb2-element.ui-datepicker .ui-datepicker-prev span{display:none}.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-prev{float:right}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-next{float:left}.cmb2-element .ui-datepicker .ui-datepicker-next:before,.cmb2-element .ui-datepicker .ui-datepicker-prev:before,.cmb2-element.ui-datepicker .ui-datepicker-next:before,.cmb2-element.ui-datepicker .ui-datepicker-prev:before{font:400 20px/34px dashicons;padding-right:7px;color:#fff;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:34px;height:34px}.cmb2-element .ui-datepicker .ui-datepicker-prev:before,.cmb2-element.ui-datepicker .ui-datepicker-prev:before{content:'\f341'}.cmb2-element .ui-datepicker .ui-datepicker-next:before,.cmb2-element.ui-datepicker .ui-datepicker-next:before{content:'\f345'}.cmb2-element .ui-datepicker .ui-datepicker-next-hover:before,.cmb2-element .ui-datepicker .ui-datepicker-prev-hover:before,.cmb2-element.ui-datepicker .ui-datepicker-next-hover:before,.cmb2-element.ui-datepicker .ui-datepicker-prev-hover:before{opacity:.7}.cmb2-element .ui-datepicker select.ui-datepicker-month,.cmb2-element .ui-datepicker select.ui-datepicker-year,.cmb2-element.ui-datepicker select.ui-datepicker-month,.cmb2-element.ui-datepicker select.ui-datepicker-year{width:33%;background:0 0;border-color:transparent;box-shadow:none;color:#fff}.cmb2-element .ui-datepicker select.ui-datepicker-month option,.cmb2-element .ui-datepicker select.ui-datepicker-year option,.cmb2-element.ui-datepicker select.ui-datepicker-month option,.cmb2-element.ui-datepicker select.ui-datepicker-year option{color:#333}.cmb2-element .ui-datepicker thead,.cmb2-element.ui-datepicker thead{color:#fff;font-weight:600}.cmb2-element .ui-datepicker thead th,.cmb2-element.ui-datepicker thead th{font-weight:400}.cmb2-element .ui-datepicker th,.cmb2-element.ui-datepicker th{padding:10px}.cmb2-element .ui-datepicker td,.cmb2-element.ui-datepicker td{padding:0;border:1px solid #f4f4f4}.cmb2-element .ui-datepicker td.ui-datepicker-other-month,.cmb2-element.ui-datepicker td.ui-datepicker-other-month{border:transparent}.cmb2-element .ui-datepicker td.ui-datepicker-week-end,.cmb2-element.ui-datepicker td.ui-datepicker-week-end{background-color:#f4f4f4;border:1px solid #f4f4f4}.cmb2-element .ui-datepicker td.ui-datepicker-week-end.ui-datepicker-today,.cmb2-element.ui-datepicker td.ui-datepicker-week-end.ui-datepicker-today{-webkit-box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1);box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1)}.cmb2-element .ui-datepicker td.ui-datepicker-today,.cmb2-element.ui-datepicker td.ui-datepicker-today{background-color:#f0f0c0}.cmb2-element .ui-datepicker td.ui-datepicker-current-day,.cmb2-element.ui-datepicker td.ui-datepicker-current-day{background:#bd8}.cmb2-element .ui-datepicker td .ui-state-default,.cmb2-element.ui-datepicker td .ui-state-default{background:0 0;border:none;text-align:center;text-decoration:none;width:auto;display:block;padding:5px 10px;font-weight:400;color:#444}.cmb2-element .ui-datepicker td.ui-state-disabled .ui-state-default,.cmb2-element.ui-datepicker td.ui-state-disabled .ui-state-default{opacity:.5}.cmb2-element .ui-datepicker .ui-datepicker-header,.cmb2-element .ui-datepicker .ui-widget-header,.cmb2-element.ui-datepicker .ui-datepicker-header,.cmb2-element.ui-datepicker .ui-widget-header{background:#00a0d2}.cmb2-element .ui-datepicker thead,.cmb2-element.ui-datepicker thead{background:#32373c}.cmb2-element .ui-datepicker td .ui-state-active,.cmb2-element .ui-datepicker td .ui-state-hover,.cmb2-element.ui-datepicker td .ui-state-active,.cmb2-element.ui-datepicker td .ui-state-hover{background:#0073aa;color:#fff}.cmb2-element .ui-datepicker .ui-timepicker-div,.cmb2-element.ui-datepicker .ui-timepicker-div{font-size:14px}.cmb2-element .ui-datepicker .ui-timepicker-div dl,.cmb2-element.ui-datepicker .ui-timepicker-div dl{text-align:right;padding:0 .6em}.cmb2-element .ui-datepicker .ui-timepicker-div dl dt,.cmb2-element.ui-datepicker .ui-timepicker-div dl dt{float:right;clear:right;padding:0 5px 0 0}.cmb2-element .ui-datepicker .ui-timepicker-div dl dd,.cmb2-element.ui-datepicker .ui-timepicker-div dl dd{margin:0 40% 10px 10px}.cmb2-element .ui-datepicker .ui-timepicker-div dl dd select,.cmb2-element.ui-datepicker .ui-timepicker-div dl dd select{width:100%}.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane{padding:.6em;text-align:right}.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-primary,.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-secondary,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-primary,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-secondary{padding:0 10px 1px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin:0 .4em .4em .6em}.admin-color-fresh .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-fresh .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-fresh .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-fresh .cmb2-element.ui-datepicker .ui-widget-header{background:#00a0d2}.admin-color-fresh .cmb2-element .ui-datepicker thead,.admin-color-fresh .cmb2-element.ui-datepicker thead{background:#32373c}.admin-color-fresh .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-fresh .cmb2-element.ui-datepicker td .ui-state-hover{background:#0073aa;color:#fff}.admin-color-blue .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-blue .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-blue .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-blue .cmb2-element.ui-datepicker .ui-widget-header{background:#52accc}.admin-color-blue .cmb2-element .ui-datepicker thead,.admin-color-blue .cmb2-element.ui-datepicker thead{background:#4796b3}.admin-color-blue .cmb2-element .ui-datepicker td .ui-state-active,.admin-color-blue .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-blue .cmb2-element.ui-datepicker td .ui-state-active,.admin-color-blue .cmb2-element.ui-datepicker td .ui-state-hover{background:#096484;color:#fff}.admin-color-blue .cmb2-element .ui-datepicker td.ui-datepicker-today,.admin-color-blue .cmb2-element.ui-datepicker td.ui-datepicker-today{background:#eee}.admin-color-coffee .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-coffee .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-coffee .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-coffee .cmb2-element.ui-datepicker .ui-widget-header{background:#59524c}.admin-color-coffee .cmb2-element .ui-datepicker thead,.admin-color-coffee .cmb2-element.ui-datepicker thead{background:#46403c}.admin-color-coffee .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-coffee .cmb2-element.ui-datepicker td .ui-state-hover{background:#c7a589;color:#fff}.admin-color-ectoplasm .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-ectoplasm .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-ectoplasm .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-ectoplasm .cmb2-element.ui-datepicker .ui-widget-header{background:#523f6d}.admin-color-ectoplasm .cmb2-element .ui-datepicker thead,.admin-color-ectoplasm .cmb2-element.ui-datepicker thead{background:#413256}.admin-color-ectoplasm .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-ectoplasm .cmb2-element.ui-datepicker td .ui-state-hover{background:#a3b745;color:#fff}.admin-color-midnight .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-midnight .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-midnight .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-midnight .cmb2-element.ui-datepicker .ui-widget-header{background:#363b3f}.admin-color-midnight .cmb2-element .ui-datepicker thead,.admin-color-midnight .cmb2-element.ui-datepicker thead{background:#26292c}.admin-color-midnight .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-midnight .cmb2-element.ui-datepicker td .ui-state-hover{background:#e14d43;color:#fff}.admin-color-ocean .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-ocean .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-ocean .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-ocean .cmb2-element.ui-datepicker .ui-widget-header{background:#738e96}.admin-color-ocean .cmb2-element .ui-datepicker thead,.admin-color-ocean .cmb2-element.ui-datepicker thead{background:#627c83}.admin-color-ocean .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-ocean .cmb2-element.ui-datepicker td .ui-state-hover{background:#9ebaa0;color:#fff}.admin-color-sunrise .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-sunrise .cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover,.admin-color-sunrise .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-datepicker-header .ui-state-hover,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-widget-header{background:#cf4944}.admin-color-sunrise .cmb2-element .ui-datepicker th,.admin-color-sunrise .cmb2-element.ui-datepicker th{border-color:#be3631;background:#be3631}.admin-color-sunrise .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-sunrise .cmb2-element.ui-datepicker td .ui-state-hover{background:#dd823b;color:#fff}.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-light .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-light .cmb2-element.ui-datepicker .ui-widget-header{background:#e5e5e5}.admin-color-light .cmb2-element .ui-datepicker select.ui-datepicker-month,.admin-color-light .cmb2-element .ui-datepicker select.ui-datepicker-year,.admin-color-light .cmb2-element.ui-datepicker select.ui-datepicker-month,.admin-color-light .cmb2-element.ui-datepicker select.ui-datepicker-year{color:#555}.admin-color-light .cmb2-element .ui-datepicker thead,.admin-color-light .cmb2-element.ui-datepicker thead{background:#888}.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-next:before,.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-prev:before,.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-title,.admin-color-light .cmb2-element .ui-datepicker td .ui-state-default,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-next:before,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-prev:before,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-title,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-default{color:#555}.admin-color-light .cmb2-element .ui-datepicker td .ui-state-active,.admin-color-light .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-active,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-hover{background:#ccc}.admin-color-light .cmb2-element .ui-datepicker td.ui-datepicker-today,.admin-color-light .cmb2-element.ui-datepicker td.ui-datepicker-today{background:#eee}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-bbp-evergreen .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker .ui-widget-header{background:#56b274}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker thead,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker thead{background:#36533f}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker td .ui-state-hover{background:#446950;color:#fff}.admin-color-bbp-mint .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-bbp-mint .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-bbp-mint .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-bbp-mint .cmb2-element.ui-datepicker .ui-widget-header{background:#4ca26a}.admin-color-bbp-mint .cmb2-element .ui-datepicker thead,.admin-color-bbp-mint .cmb2-element.ui-datepicker thead{background:#4f6d59}.admin-color-bbp-mint .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-bbp-mint .cmb2-element.ui-datepicker td .ui-state-hover{background:#5fb37c;color:#fff}.closed .inside{display:none}.cmb-repeatable-grouping{position:relative}.cmb-repeatable-grouping .cmb-group-title{margin-right:-1em;margin-left:-1em;min-height:1.5em}.cmb-repeatable-grouping h3{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.cmb-repeatable-group.repeatable .cmb-group-title{padding-right:2.2em}.cmb-repeatable-group.non-repeatable .cmb-group-title{padding-right:12px}.cmb-type-group .cmb-row .cmbhandle{left:0;position:absolute}.cmb-spinner{background:url(/wp-admin/images/spinner.gif) no-repeat;-webkit-background-size:20px 20px;background-size:20px 20px;display:none;float:left;vertical-align:middle;opacity:.7;filter:alpha(opacity=70);width:20px;height:20px;margin:4px 10px 0}
|
|
1 |
+
/*! CMB2 - v2.4.2 - 2018-05-29 | https://cmb2.io | Copyright (c) 2018 CMB2 team | Licensed GPLv2 */
|
2 |
+
@charset "UTF-8";.cmb2-wrap{margin:0}.cmb2-wrap input,.cmb2-wrap textarea{font-size:14px;max-width:100%;padding:5px}.cmb2-wrap input[type=text].cmb2-oembed{width:100%}.cmb2-wrap textarea{width:500px}.cmb2-wrap textarea.cmb2-textarea-code{font-family:"Courier 10 Pitch",Courier,monospace;line-height:16px}.cmb2-wrap input.cmb2-text-small,.cmb2-wrap input.cmb2-timepicker{width:100px}.cmb2-wrap input.cmb2-text-money{width:90px}.cmb2-wrap input.cmb2-text-medium{width:230px}.cmb2-wrap input.cmb2-upload-file{width:65%}.cmb2-wrap input.ed_button{padding:2px 4px}.cmb2-wrap input:not([type=hidden])+.button-secondary,.cmb2-wrap input:not([type=hidden])+input,.cmb2-wrap input:not([type=hidden])+select{margin-right:20px}.cmb2-wrap ul{margin:0}.cmb2-wrap li{font-size:14px;line-height:16px;margin:1px 0 5px}.cmb2-wrap select{font-size:14px;margin-top:3px}.cmb2-wrap input:focus,.cmb2-wrap textarea:focus{background:#fffff8}.cmb2-wrap input[type=checkbox],.cmb2-wrap input[type=radio]{margin:0 0 0 5px;padding:0}.cmb2-wrap .button-secondary,.cmb2-wrap button{white-space:nowrap}.cmb2-wrap .mceLayout{border:1px solid #e9e9e9!important}.cmb2-wrap .mceIframeContainer{background:#fff}.cmb2-wrap .meta_mce{width:97%}.cmb2-wrap .meta_mce textarea{width:100%}.cmb2-wrap .wp-color-result,.cmb2-wrap .wp-picker-input-wrap{vertical-align:middle}.cmb2-wrap .wp-color-result,.cmb2-wrap .wp-picker-container{margin:0 0 0 10px}.cmb2-wrap .cmb-row{margin:0}.cmb2-wrap .cmb-row:after{content:'';clear:both;display:block;width:100%}.cmb2-wrap .cmb-row.cmb-repeat .cmb2-metabox-description{padding-top:0;padding-bottom:1em}.cmb2-metabox{clear:both;margin:0}.cmb2-metabox .cmb-field-list>.cmb-row:first-of-type>.cmb-td,.cmb2-metabox .cmb-field-list>.cmb-row:first-of-type>.cmb-th,.cmb2-metabox>.cmb-row:first-of-type>.cmb-td,.cmb2-metabox>.cmb-row:first-of-type>.cmb-th{border:0}.cmb-add-row{margin:1.8em 0 0}.cmb-nested .cmb-td,.cmb-repeatable-group .cmb-th,.cmb-repeatable-group:first-of-type{border:0}.cmb-repeatable-group:last-of-type,.cmb-row:last-of-type,.cmb2-wrap .cmb-row:last-of-type{border-bottom:0}.cmb-repeatable-grouping{border:1px solid #e9e9e9;padding:0 1em}.cmb-repeatable-grouping.cmb-row{margin:0 0 .8em}.cmb-th{color:#222;float:right;font-weight:600;line-height:1.3;padding:20px 0 20px 10px;vertical-align:top;width:200px}@media (max-width:450px){.cmb-th{font-size:1.2em;display:block;float:none;padding-bottom:1em;text-align:right;width:100%}.cmb-th label{display:block;margin-top:0;margin-bottom:.5em}}.cmb-td{line-height:1.3;max-width:100%;padding:15px 10px;vertical-align:middle}.cmb-type-title .cmb-td{padding:0}.cmb-th label{display:block;padding:5px 0}.cmb-th+.cmb-td{float:right}.cmb-td .cmb-td{padding-bottom:1em}.cmb-remove-row{text-align:left}.empty-row.hidden{display:none}.cmb-repeat-table{background-color:#fafafa;border:1px solid #e1e1e1}.cmb-repeat-table .cmb-row.cmb-repeat-row{position:relative;counter-increment:el;margin:0;padding:10px 50px 10px 10px;border-bottom:none!important}.cmb-repeat-table .cmb-row.cmb-repeat-row+.cmb-repeat-row{border-top:solid 1px #e9e9e9}.cmb-repeat-table .cmb-row.cmb-repeat-row:before{content:counter(el);display:block;top:0;right:0;position:absolute;width:35px;height:100%;line-height:35px;color:#aaa;text-align:center;border-left:solid 1px #e9e9e9}.cmb-repeat-table .cmb-row.cmb-repeat-row .cmb-td{margin:0;padding:0}.cmb-repeat-table+.cmb-add-row{margin:0}.cmb-repeat-table+.cmb-add-row:before{content:'';width:1px;height:1.6em;display:block;margin-right:17px;background-color:#dcdcdc}.cmb-repeat-table .cmb-remove-row{top:7px;left:7px;position:absolute;width:auto;margin-right:0;padding:0!important;display:none}.cmb-repeat-table .cmb-remove-row>.cmb-remove-row-button{font-size:20px;text-indent:-1000px;overflow:hidden;position:relative;height:auto;line-height:1;padding:0 10px}.cmb-repeat-table .cmb-remove-row>.cmb-remove-row-button:before{content:"";font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center}.cmb-repeat-table .cmb-repeat-row:hover .cmb-remove-row{display:block}.cmb-repeatable-group .cmb-th{padding:5px}.cmb-repeatable-group .cmb-group-title{background-color:#e9e9e9;padding:8px 2.2em 8px 12px;margin:0 -1em;min-height:1.5em;font-size:14px;line-height:1.4}.cmb-repeatable-group .cmb-group-title h4{border:0;margin:0;font-size:1.2em;font-weight:500;padding:.5em .75em}.cmb-repeatable-group .cmb-group-title .cmb-th{display:block;width:100%}.cmb-repeatable-group .cmb-group-description .cmb-th{font-size:1.2em;display:block;float:none;padding-bottom:1em;text-align:right;width:100%}.cmb-repeatable-group .cmb-group-description .cmb-th label{display:block;margin-top:0;margin-bottom:.5em}.cmb-repeatable-group .cmb-shift-rows{font-size:1em;margin-left:1em;text-decoration:none}.cmb-repeatable-group .cmb-shift-rows .dashicons{font-size:1.5em;height:1.5em;line-height:1.2em;width:1em}.cmb-repeatable-group .cmb-shift-rows .dashicons.dashicons-arrow-down-alt2{line-height:1.3em}.cmb-repeatable-group .cmb2-upload-button{float:left}p.cmb2-metabox-description{color:#aaa;font-style:italic;margin:0;padding-top:.5em}span.cmb2-metabox-description{color:#aaa;font-style:italic}.cmb2-metabox-title{margin:0 0 5px;padding:5px 0 0;font-size:14px}.cmb-inline ul{padding:4px 0 0}.cmb-inline li{display:inline-block;padding-left:18px}.cmb-type-textarea-code pre{margin:0}.cmb2-media-status .img-status{clear:none;display:inline-block;vertical-align:middle;margin-left:10px;width:auto}.cmb2-media-status .img-status img{max-width:350px;height:auto}.cmb2-media-status .embed-status,.cmb2-media-status .img-status img{background:#eee;border:5px solid #fff;outline:1px solid #e9e9e9;box-shadow:inset 0 0 15px rgba(0,0,0,.3),inset 0 0 0 1px rgba(0,0,0,.05);background-image:linear-gradient(45deg,#d0d0d0 25%,transparent 25%,transparent 75%,#d0d0d0 75%,#d0d0d0),linear-gradient(45deg,#d0d0d0 25%,transparent 25%,transparent 75%,#d0d0d0 75%,#d0d0d0);background-position:0 0,10px 10px;background-size:20px 20px;border-radius:2px;-moz-border-radius:2px;margin:15px 0 0}.cmb2-media-status .embed-status{float:right;max-width:800px}.cmb2-media-status .embed-status,.cmb2-media-status .img-status{position:relative}.cmb2-media-status .embed-status .cmb2-remove-file-button,.cmb2-media-status .img-status .cmb2-remove-file-button{background:url(../images/ico-delete.png);height:16px;right:-5px;position:absolute;text-indent:-9999px;top:-5px;width:16px}.cmb2-media-status .img-status .cmb2-remove-file-button{top:10px}.cmb2-media-status .file-status>span,.cmb2-media-status .img-status img{cursor:pointer}.cmb2-media-status.cmb-attach-list .file-status>span,.cmb2-media-status.cmb-attach-list .img-status img{cursor:move}.cmb-type-file-list .cmb2-media-status .img-status{clear:none;vertical-align:middle;width:auto;margin-left:10px;margin-bottom:10px;margin-top:0}.cmb-attach-list li{clear:both;display:inline-block;width:100%;margin-top:5px;margin-bottom:10px}.cmb-attach-list li img{float:right;margin-left:10px}.cmb2-remove-wrapper{margin:0}.child-cmb2 .cmb-th{text-align:right}.cmb2-indented-hierarchy{padding-right:1.5em}@media (max-width:450px){.cmb-td,.cmb-th,.cmb-th+.cmb-td{display:block;float:none;width:100%}}#poststuff .cmb-group-title{margin-right:-1em;margin-left:-1em;min-height:1.5em}#poststuff .repeatable .cmb-group-title{padding-right:2.2em}.cmb-type-group .cmb2-wrap,.cmb2-postbox .cmb2-wrap{margin:0}.cmb-type-group .cmb2-wrap>.cmb-field-list>.cmb-row,.cmb2-postbox .cmb2-wrap>.cmb-field-list>.cmb-row{padding:1.8em 0}.cmb-type-group .cmb2-wrap input[type=text].cmb2-oembed,.cmb2-postbox .cmb2-wrap input[type=text].cmb2-oembed{width:100%}.cmb-type-group .cmb-row,.cmb2-postbox .cmb-row{padding:0 0 1.8em;margin:0 0 .8em}.cmb-type-group .cmb-row .cmbhandle,.cmb2-postbox .cmb-row .cmbhandle{left:-1em;position:relative}.cmb-type-group .cmb-repeatable-grouping,.cmb2-postbox .cmb-repeatable-grouping{padding:0 1em;max-width:100%;min-width:1px!important}.cmb-type-group .cmb-repeatable-group>.cmb-row,.cmb2-postbox .cmb-repeatable-group>.cmb-row{padding-bottom:0}.cmb-type-group .cmb-th,.cmb2-postbox .cmb-th{width:18%;padding:0 0 0 2%}.cmb-type-group .cmb-td,.cmb2-postbox .cmb-td{margin-bottom:0;padding:0;line-height:1.3}.cmb-type-group .cmb-th+.cmb-td,.cmb2-postbox .cmb-th+.cmb-td{width:80%;float:left}.cmb-type-group .cmb-repeatable-group:not(:last-of-type),.cmb-type-group .cmb-row:not(:last-of-type),.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),.cmb2-postbox .cmb-row:not(:last-of-type){border-bottom:1px solid #e9e9e9}@media (max-width:450px){.cmb-type-group .cmb-repeatable-group:not(:last-of-type),.cmb-type-group .cmb-row:not(:last-of-type),.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),.cmb2-postbox .cmb-row:not(:last-of-type){border-bottom:0}}.cmb-type-group .cmb-remove-field-row,.cmb-type-group .cmb-repeat-group-field,.cmb2-postbox .cmb-remove-field-row,.cmb2-postbox .cmb-repeat-group-field{padding-top:1.8em}.js .cmb2-postbox.context-box .toggle-indicator:before{content:"\f142";display:inline-block;font:400 20px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.js .cmb2-postbox.context-box.closed .toggle-indicator:before{content:"\f140"}.cmb2-postbox.context-box{margin-bottom:10px}.cmb2-postbox.context-box.context-after_title-box,.cmb2-postbox.context-box.context-before_permalink-box{margin-top:10px}.cmb2-postbox.context-box.context-after_editor-box{margin-top:20px;margin-bottom:0}.cmb2-postbox.context-box.context-form_top-box{margin-top:10px}.cmb2-postbox.context-box.context-form_top-box .hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.cmb2-postbox.context-box .hndle{cursor:auto}.cmb2-context-wrap{margin-top:10px}.cmb2-context-wrap.cmb2-context-wrap-form_top{margin-left:300px;width:auto}.cmb2-context-wrap.cmb2-context-wrap-no-title .cmb2-metabox{padding:10px}.cmb2-context-wrap .cmb-th{padding:0 0 0 2%;width:18%}.cmb2-context-wrap .cmb-td{width:80%;padding:0}.cmb2-context-wrap .cmb-row{margin-bottom:10px}.cmb2-context-wrap .cmb-row:last-of-type{margin-bottom:0}@media only screen and (max-width:850px){.cmb2-context-wrap.cmb2-context-wrap-form_top{margin-left:0}}#poststuff .cmb-repeatable-group h2{margin:0}.edit-tags-php .cmb2-metabox-title,.profile-php .cmb2-metabox-title,.user-edit-php .cmb2-metabox-title{font-size:1.4em}.cmb2-no-box-wrap .cmb-spinner,.cmb2-postbox .cmb-spinner{float:right;display:none}.cmb-spinner.is-active{display:block}.cmb2-metabox .cmbhandle{color:#aaa;float:left;width:27px;height:30px;cursor:pointer;left:-1em;position:relative}.cmb2-metabox .cmbhandle:before{content:'\f142';left:12px;font:400 20px/1 dashicons;speak:none;display:inline-block;padding:8px 10px;top:0;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.cmb2-metabox .postbox.closed .cmbhandle:before{content:'\f140'}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row{-webkit-appearance:none!important;background:none!important;border:none!important;position:absolute;right:0;top:.5em;line-height:1em;padding:2px 6px 3px;opacity:.5}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]){cursor:pointer;color:#a00;opacity:1}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]):hover{color:red}* html .cmb2-element.ui-helper-clearfix{height:1%}.cmb2-element .ui-datepicker,.cmb2-element.ui-datepicker{padding:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff;border:1px solid #dfdfdf;border-top:none;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.075);box-shadow:0 3px 6px rgba(0,0,0,.075);min-width:17em;width:auto}.cmb2-element .ui-datepicker *,.cmb2-element.ui-datepicker *{padding:0;font-family:"Open Sans",sans-serif;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.cmb2-element .ui-datepicker table,.cmb2-element.ui-datepicker table{font-size:13px;margin:0;border:none;border-collapse:collapse}.cmb2-element .ui-datepicker .ui-datepicker-header,.cmb2-element .ui-datepicker .ui-widget-header,.cmb2-element.ui-datepicker .ui-datepicker-header,.cmb2-element.ui-datepicker .ui-widget-header{border:none;color:#fff;font-weight:400}.cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover,.cmb2-element.ui-datepicker .ui-datepicker-header .ui-state-hover{background:0 0;border-color:transparent;cursor:pointer}.cmb2-element .ui-datepicker .ui-datepicker-title,.cmb2-element.ui-datepicker .ui-datepicker-title{margin:0;padding:10px 0;color:#fff;font-size:14px;line-height:14px;text-align:center}.cmb2-element .ui-datepicker .ui-datepicker-title select,.cmb2-element.ui-datepicker .ui-datepicker-title select{margin-top:-8px;margin-bottom:-8px}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-prev{position:relative;top:0;height:34px;width:34px}.cmb2-element .ui-datepicker .ui-state-hover.ui-datepicker-next,.cmb2-element .ui-datepicker .ui-state-hover.ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-state-hover.ui-datepicker-next,.cmb2-element.ui-datepicker .ui-state-hover.ui-datepicker-prev{border:none}.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element .ui-datepicker .ui-datepicker-prev-hover,.cmb2-element.ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-prev-hover{right:0}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element .ui-datepicker .ui-datepicker-next-hover,.cmb2-element.ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-next-hover{left:0}.cmb2-element .ui-datepicker .ui-datepicker-next span,.cmb2-element .ui-datepicker .ui-datepicker-prev span,.cmb2-element.ui-datepicker .ui-datepicker-next span,.cmb2-element.ui-datepicker .ui-datepicker-prev span{display:none}.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-prev{float:right}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-next{float:left}.cmb2-element .ui-datepicker .ui-datepicker-next:before,.cmb2-element .ui-datepicker .ui-datepicker-prev:before,.cmb2-element.ui-datepicker .ui-datepicker-next:before,.cmb2-element.ui-datepicker .ui-datepicker-prev:before{font:400 20px/34px dashicons;padding-right:7px;color:#fff;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:34px;height:34px}.cmb2-element .ui-datepicker .ui-datepicker-prev:before,.cmb2-element.ui-datepicker .ui-datepicker-prev:before{content:'\f341'}.cmb2-element .ui-datepicker .ui-datepicker-next:before,.cmb2-element.ui-datepicker .ui-datepicker-next:before{content:'\f345'}.cmb2-element .ui-datepicker .ui-datepicker-next-hover:before,.cmb2-element .ui-datepicker .ui-datepicker-prev-hover:before,.cmb2-element.ui-datepicker .ui-datepicker-next-hover:before,.cmb2-element.ui-datepicker .ui-datepicker-prev-hover:before{opacity:.7}.cmb2-element .ui-datepicker select.ui-datepicker-month,.cmb2-element .ui-datepicker select.ui-datepicker-year,.cmb2-element.ui-datepicker select.ui-datepicker-month,.cmb2-element.ui-datepicker select.ui-datepicker-year{width:33%;background:0 0;border-color:transparent;box-shadow:none;color:#fff}.cmb2-element .ui-datepicker select.ui-datepicker-month option,.cmb2-element .ui-datepicker select.ui-datepicker-year option,.cmb2-element.ui-datepicker select.ui-datepicker-month option,.cmb2-element.ui-datepicker select.ui-datepicker-year option{color:#333}.cmb2-element .ui-datepicker thead,.cmb2-element.ui-datepicker thead{color:#fff;font-weight:600}.cmb2-element .ui-datepicker thead th,.cmb2-element.ui-datepicker thead th{font-weight:400}.cmb2-element .ui-datepicker th,.cmb2-element.ui-datepicker th{padding:10px}.cmb2-element .ui-datepicker td,.cmb2-element.ui-datepicker td{padding:0;border:1px solid #f4f4f4}.cmb2-element .ui-datepicker td.ui-datepicker-other-month,.cmb2-element.ui-datepicker td.ui-datepicker-other-month{border:transparent}.cmb2-element .ui-datepicker td.ui-datepicker-week-end,.cmb2-element.ui-datepicker td.ui-datepicker-week-end{background-color:#f4f4f4;border:1px solid #f4f4f4}.cmb2-element .ui-datepicker td.ui-datepicker-week-end.ui-datepicker-today,.cmb2-element.ui-datepicker td.ui-datepicker-week-end.ui-datepicker-today{-webkit-box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1);box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1)}.cmb2-element .ui-datepicker td.ui-datepicker-today,.cmb2-element.ui-datepicker td.ui-datepicker-today{background-color:#f0f0c0}.cmb2-element .ui-datepicker td.ui-datepicker-current-day,.cmb2-element.ui-datepicker td.ui-datepicker-current-day{background:#bd8}.cmb2-element .ui-datepicker td .ui-state-default,.cmb2-element.ui-datepicker td .ui-state-default{background:0 0;border:none;text-align:center;text-decoration:none;width:auto;display:block;padding:5px 10px;font-weight:400;color:#444}.cmb2-element .ui-datepicker td.ui-state-disabled .ui-state-default,.cmb2-element.ui-datepicker td.ui-state-disabled .ui-state-default{opacity:.5}.cmb2-element .ui-datepicker .ui-datepicker-header,.cmb2-element .ui-datepicker .ui-widget-header,.cmb2-element.ui-datepicker .ui-datepicker-header,.cmb2-element.ui-datepicker .ui-widget-header{background:#00a0d2}.cmb2-element .ui-datepicker thead,.cmb2-element.ui-datepicker thead{background:#32373c}.cmb2-element .ui-datepicker td .ui-state-active,.cmb2-element .ui-datepicker td .ui-state-hover,.cmb2-element.ui-datepicker td .ui-state-active,.cmb2-element.ui-datepicker td .ui-state-hover{background:#0073aa;color:#fff}.cmb2-element .ui-datepicker .ui-timepicker-div,.cmb2-element.ui-datepicker .ui-timepicker-div{font-size:14px}.cmb2-element .ui-datepicker .ui-timepicker-div dl,.cmb2-element.ui-datepicker .ui-timepicker-div dl{text-align:right;padding:0 .6em}.cmb2-element .ui-datepicker .ui-timepicker-div dl dt,.cmb2-element.ui-datepicker .ui-timepicker-div dl dt{float:right;clear:right;padding:0 5px 0 0}.cmb2-element .ui-datepicker .ui-timepicker-div dl dd,.cmb2-element.ui-datepicker .ui-timepicker-div dl dd{margin:0 40% 10px 10px}.cmb2-element .ui-datepicker .ui-timepicker-div dl dd select,.cmb2-element.ui-datepicker .ui-timepicker-div dl dd select{width:100%}.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane{padding:.6em;text-align:right}.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-primary,.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-secondary,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-primary,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-secondary{padding:0 10px 1px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin:0 .4em .4em .6em}.admin-color-fresh .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-fresh .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-fresh .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-fresh .cmb2-element.ui-datepicker .ui-widget-header{background:#00a0d2}.admin-color-fresh .cmb2-element .ui-datepicker thead,.admin-color-fresh .cmb2-element.ui-datepicker thead{background:#32373c}.admin-color-fresh .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-fresh .cmb2-element.ui-datepicker td .ui-state-hover{background:#0073aa;color:#fff}.admin-color-blue .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-blue .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-blue .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-blue .cmb2-element.ui-datepicker .ui-widget-header{background:#52accc}.admin-color-blue .cmb2-element .ui-datepicker thead,.admin-color-blue .cmb2-element.ui-datepicker thead{background:#4796b3}.admin-color-blue .cmb2-element .ui-datepicker td .ui-state-active,.admin-color-blue .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-blue .cmb2-element.ui-datepicker td .ui-state-active,.admin-color-blue .cmb2-element.ui-datepicker td .ui-state-hover{background:#096484;color:#fff}.admin-color-blue .cmb2-element .ui-datepicker td.ui-datepicker-today,.admin-color-blue .cmb2-element.ui-datepicker td.ui-datepicker-today{background:#eee}.admin-color-coffee .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-coffee .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-coffee .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-coffee .cmb2-element.ui-datepicker .ui-widget-header{background:#59524c}.admin-color-coffee .cmb2-element .ui-datepicker thead,.admin-color-coffee .cmb2-element.ui-datepicker thead{background:#46403c}.admin-color-coffee .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-coffee .cmb2-element.ui-datepicker td .ui-state-hover{background:#c7a589;color:#fff}.admin-color-ectoplasm .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-ectoplasm .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-ectoplasm .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-ectoplasm .cmb2-element.ui-datepicker .ui-widget-header{background:#523f6d}.admin-color-ectoplasm .cmb2-element .ui-datepicker thead,.admin-color-ectoplasm .cmb2-element.ui-datepicker thead{background:#413256}.admin-color-ectoplasm .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-ectoplasm .cmb2-element.ui-datepicker td .ui-state-hover{background:#a3b745;color:#fff}.admin-color-midnight .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-midnight .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-midnight .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-midnight .cmb2-element.ui-datepicker .ui-widget-header{background:#363b3f}.admin-color-midnight .cmb2-element .ui-datepicker thead,.admin-color-midnight .cmb2-element.ui-datepicker thead{background:#26292c}.admin-color-midnight .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-midnight .cmb2-element.ui-datepicker td .ui-state-hover{background:#e14d43;color:#fff}.admin-color-ocean .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-ocean .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-ocean .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-ocean .cmb2-element.ui-datepicker .ui-widget-header{background:#738e96}.admin-color-ocean .cmb2-element .ui-datepicker thead,.admin-color-ocean .cmb2-element.ui-datepicker thead{background:#627c83}.admin-color-ocean .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-ocean .cmb2-element.ui-datepicker td .ui-state-hover{background:#9ebaa0;color:#fff}.admin-color-sunrise .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-sunrise .cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover,.admin-color-sunrise .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-datepicker-header .ui-state-hover,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-widget-header{background:#cf4944}.admin-color-sunrise .cmb2-element .ui-datepicker th,.admin-color-sunrise .cmb2-element.ui-datepicker th{border-color:#be3631;background:#be3631}.admin-color-sunrise .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-sunrise .cmb2-element.ui-datepicker td .ui-state-hover{background:#dd823b;color:#fff}.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-light .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-light .cmb2-element.ui-datepicker .ui-widget-header{background:#e5e5e5}.admin-color-light .cmb2-element .ui-datepicker select.ui-datepicker-month,.admin-color-light .cmb2-element .ui-datepicker select.ui-datepicker-year,.admin-color-light .cmb2-element.ui-datepicker select.ui-datepicker-month,.admin-color-light .cmb2-element.ui-datepicker select.ui-datepicker-year{color:#555}.admin-color-light .cmb2-element .ui-datepicker thead,.admin-color-light .cmb2-element.ui-datepicker thead{background:#888}.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-next:before,.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-prev:before,.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-title,.admin-color-light .cmb2-element .ui-datepicker td .ui-state-default,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-next:before,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-prev:before,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-title,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-default{color:#555}.admin-color-light .cmb2-element .ui-datepicker td .ui-state-active,.admin-color-light .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-active,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-hover{background:#ccc}.admin-color-light .cmb2-element .ui-datepicker td.ui-datepicker-today,.admin-color-light .cmb2-element.ui-datepicker td.ui-datepicker-today{background:#eee}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-bbp-evergreen .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker .ui-widget-header{background:#56b274}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker thead,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker thead{background:#36533f}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker td .ui-state-hover{background:#446950;color:#fff}.admin-color-bbp-mint .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-bbp-mint .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-bbp-mint .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-bbp-mint .cmb2-element.ui-datepicker .ui-widget-header{background:#4ca26a}.admin-color-bbp-mint .cmb2-element .ui-datepicker thead,.admin-color-bbp-mint .cmb2-element.ui-datepicker thead{background:#4f6d59}.admin-color-bbp-mint .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-bbp-mint .cmb2-element.ui-datepicker td .ui-state-hover{background:#5fb37c;color:#fff}.closed .inside{display:none}.cmb-repeatable-grouping{position:relative}.cmb-repeatable-grouping .cmb-group-title{margin-right:-1em;margin-left:-1em;min-height:1.5em}.cmb-repeatable-grouping h3{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.cmb-repeatable-group.repeatable .cmb-group-title{padding-right:2.2em}.cmb-repeatable-group.non-repeatable .cmb-group-title{padding-right:12px}.cmb-type-group .cmb-row .cmbhandle{left:0;position:absolute}.cmb-spinner{background:url(/wp-admin/images/spinner.gif) no-repeat;-webkit-background-size:20px 20px;background-size:20px 20px;display:none;float:left;vertical-align:middle;opacity:.7;filter:alpha(opacity=70);width:20px;height:20px;margin:4px 10px 0}
|
includes/lib/cmb2/css/cmb2-front.css
CHANGED
@@ -1,8 +1,13 @@
|
|
1 |
-
|
2 |
-
* CMB2
|
|
|
|
|
|
|
3 |
*/
|
|
|
|
|
4 |
/*--------------------------------------------------------------
|
5 |
-
Main Wrap
|
6 |
--------------------------------------------------------------*/
|
7 |
/* line 5, sass/partials/_main_wrap.scss */
|
8 |
.cmb2-wrap {
|
@@ -95,7 +100,7 @@ Main Wrap
|
|
95 |
}
|
96 |
/* line 111, sass/partials/_main_wrap.scss */
|
97 |
.cmb2-wrap .mceIframeContainer {
|
98 |
-
background: #
|
99 |
}
|
100 |
/* line 115, sass/partials/_main_wrap.scss */
|
101 |
.cmb2-wrap .meta_mce {
|
@@ -105,91 +110,76 @@ Main Wrap
|
|
105 |
.cmb2-wrap .meta_mce textarea {
|
106 |
width: 100%;
|
107 |
}
|
108 |
-
/* line
|
109 |
.cmb2-wrap .wp-color-result,
|
110 |
.cmb2-wrap .wp-picker-input-wrap {
|
111 |
vertical-align: middle;
|
112 |
}
|
113 |
-
/* line
|
114 |
.cmb2-wrap .wp-color-result,
|
115 |
.cmb2-wrap .wp-picker-container {
|
116 |
margin: 0 10px 0 0;
|
117 |
}
|
118 |
-
/* line
|
119 |
.cmb2-wrap .cmb-row {
|
120 |
margin: 0;
|
121 |
}
|
122 |
-
/* line
|
123 |
.cmb2-wrap .cmb-row:after {
|
124 |
content: '';
|
125 |
clear: both;
|
126 |
display: block;
|
127 |
width: 100%;
|
128 |
}
|
129 |
-
/* line
|
130 |
-
.cmb2-wrap .cmb-row.cmb-repeat-row {
|
131 |
-
padding: 1.8em 0 0;
|
132 |
-
}
|
133 |
-
/* line 149, sass/partials/_main_wrap.scss */
|
134 |
-
.cmb2-wrap .cmb-row.cmb-repeat-row:first-of-type {
|
135 |
-
padding: 0;
|
136 |
-
}
|
137 |
-
/* line 154, sass/partials/_main_wrap.scss */
|
138 |
.cmb2-wrap .cmb-row.cmb-repeat .cmb2-metabox-description {
|
139 |
padding-top: 0;
|
140 |
-
padding-bottom:
|
141 |
}
|
142 |
|
143 |
-
/* line
|
144 |
.cmb2-metabox {
|
145 |
clear: both;
|
146 |
margin: 0;
|
147 |
}
|
148 |
-
/* line
|
149 |
.cmb2-metabox > .cmb-row:first-of-type > .cmb-td,
|
150 |
.cmb2-metabox > .cmb-row:first-of-type > .cmb-th,
|
151 |
.cmb2-metabox .cmb-field-list > .cmb-row:first-of-type > .cmb-td,
|
152 |
.cmb2-metabox .cmb-field-list > .cmb-row:first-of-type > .cmb-th {
|
153 |
border: 0;
|
154 |
}
|
155 |
-
/* line 174, sass/partials/_main_wrap.scss */
|
156 |
-
.cmb2-metabox > .cmb-row .cmb-repeat-table .cmb-row > .cmb-td {
|
157 |
-
padding-right: 20px;
|
158 |
-
box-sizing: border-box;
|
159 |
-
float: left;
|
160 |
-
}
|
161 |
|
162 |
-
/* line
|
163 |
.cmb-add-row {
|
164 |
margin: 1.8em 0 0;
|
165 |
}
|
166 |
|
167 |
-
/* line
|
168 |
.cmb-nested .cmb-td,
|
169 |
.cmb-repeatable-group .cmb-th,
|
170 |
.cmb-repeatable-group:first-of-type {
|
171 |
border: 0;
|
172 |
}
|
173 |
|
174 |
-
/* line
|
175 |
.cmb-row:last-of-type,
|
176 |
.cmb2-wrap .cmb-row:last-of-type,
|
177 |
.cmb-repeatable-group:last-of-type {
|
178 |
border-bottom: 0;
|
179 |
}
|
180 |
|
181 |
-
/* line
|
182 |
.cmb-repeatable-grouping {
|
183 |
border: 1px solid #e9e9e9;
|
184 |
padding: 0 1em;
|
185 |
-
max-width: 1000px;
|
186 |
}
|
187 |
-
/* line
|
188 |
.cmb-repeatable-grouping.cmb-row {
|
189 |
margin: 0 0 0.8em;
|
190 |
}
|
191 |
|
192 |
-
/* line
|
193 |
.cmb-th {
|
194 |
color: #222222;
|
195 |
float: left;
|
@@ -200,7 +190,7 @@ Main Wrap
|
|
200 |
width: 200px;
|
201 |
}
|
202 |
@media (max-width: 450px) {
|
203 |
-
/* line
|
204 |
.cmb-th {
|
205 |
font-size: 1.2em;
|
206 |
display: block;
|
@@ -212,20 +202,12 @@ Main Wrap
|
|
212 |
/* line 27, sass/partials/_mixins.scss */
|
213 |
.cmb-th label {
|
214 |
display: block;
|
215 |
-
margin-top:
|
216 |
-
|
217 |
-
}
|
218 |
-
/* line 32, sass/partials/_mixins.scss */
|
219 |
-
.cmb-th label:after {
|
220 |
-
border-bottom: 1px solid #e9e9e9;
|
221 |
-
content: '';
|
222 |
-
clear: both;
|
223 |
-
display: block;
|
224 |
-
padding-top: .4em;
|
225 |
}
|
226 |
}
|
227 |
|
228 |
-
/* line
|
229 |
.cmb-td {
|
230 |
line-height: 1.3;
|
231 |
max-width: 100%;
|
@@ -233,42 +215,135 @@ Main Wrap
|
|
233 |
vertical-align: middle;
|
234 |
}
|
235 |
|
236 |
-
/* line
|
237 |
.cmb-type-title .cmb-td {
|
238 |
padding: 0;
|
239 |
}
|
240 |
|
241 |
-
/* line
|
242 |
.cmb-th label {
|
243 |
display: block;
|
244 |
padding: 5px 0;
|
245 |
}
|
246 |
|
247 |
-
/* line
|
248 |
.cmb-th + .cmb-td {
|
249 |
float: left;
|
250 |
}
|
251 |
|
252 |
-
/* line
|
253 |
.cmb-td .cmb-td {
|
254 |
padding-bottom: 1em;
|
255 |
}
|
256 |
|
257 |
-
/* line
|
258 |
.cmb-remove-row {
|
259 |
text-align: right;
|
260 |
}
|
261 |
|
262 |
-
/* line
|
263 |
.empty-row.hidden {
|
264 |
display: none;
|
265 |
}
|
266 |
|
267 |
-
/* line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
268 |
.cmb-repeatable-group .cmb-th {
|
269 |
padding: 5px;
|
270 |
}
|
271 |
-
/* line
|
272 |
.cmb-repeatable-group .cmb-group-title {
|
273 |
background-color: #e9e9e9;
|
274 |
padding: 8px 12px 8px 2.2em;
|
@@ -277,7 +352,7 @@ Main Wrap
|
|
277 |
font-size: 14px;
|
278 |
line-height: 1.4;
|
279 |
}
|
280 |
-
/* line
|
281 |
.cmb-repeatable-group .cmb-group-title h4 {
|
282 |
border: 0;
|
283 |
margin: 0;
|
@@ -285,12 +360,12 @@ Main Wrap
|
|
285 |
font-weight: 500;
|
286 |
padding: 0.5em 0.75em;
|
287 |
}
|
288 |
-
/* line
|
289 |
.cmb-repeatable-group .cmb-group-title .cmb-th {
|
290 |
display: block;
|
291 |
width: 100%;
|
292 |
}
|
293 |
-
/* line
|
294 |
.cmb-repeatable-group .cmb-group-description .cmb-th {
|
295 |
font-size: 1.2em;
|
296 |
display: block;
|
@@ -302,40 +377,32 @@ Main Wrap
|
|
302 |
/* line 27, sass/partials/_mixins.scss */
|
303 |
.cmb-repeatable-group .cmb-group-description .cmb-th label {
|
304 |
display: block;
|
305 |
-
margin-top:
|
306 |
-
|
307 |
-
}
|
308 |
-
/* line 32, sass/partials/_mixins.scss */
|
309 |
-
.cmb-repeatable-group .cmb-group-description .cmb-th label:after {
|
310 |
-
border-bottom: 1px solid #e9e9e9;
|
311 |
-
content: '';
|
312 |
-
clear: both;
|
313 |
-
display: block;
|
314 |
-
padding-top: .4em;
|
315 |
}
|
316 |
-
/* line
|
317 |
.cmb-repeatable-group .cmb-shift-rows {
|
318 |
font-size: 1em;
|
319 |
margin-right: 1em;
|
320 |
text-decoration: none;
|
321 |
}
|
322 |
-
/* line
|
323 |
.cmb-repeatable-group .cmb-shift-rows .dashicons {
|
324 |
font-size: 1.5em;
|
325 |
height: 1.5em;
|
326 |
line-height: 1.2em;
|
327 |
width: 1em;
|
328 |
}
|
329 |
-
/* line
|
330 |
.cmb-repeatable-group .cmb-shift-rows .dashicons.dashicons-arrow-down-alt2 {
|
331 |
line-height: 1.3em;
|
332 |
}
|
333 |
-
/* line
|
334 |
.cmb-repeatable-group .cmb2-upload-button {
|
335 |
float: right;
|
336 |
}
|
337 |
|
338 |
-
/* line
|
339 |
p.cmb2-metabox-description {
|
340 |
color: #aaaaaa;
|
341 |
font-style: italic;
|
@@ -343,36 +410,36 @@ p.cmb2-metabox-description {
|
|
343 |
padding-top: .5em;
|
344 |
}
|
345 |
|
346 |
-
/* line
|
347 |
span.cmb2-metabox-description {
|
348 |
color: #aaaaaa;
|
349 |
font-style: italic;
|
350 |
}
|
351 |
|
352 |
-
/* line
|
353 |
.cmb2-metabox-title {
|
354 |
margin: 0 0 5px 0;
|
355 |
padding: 5px 0 0 0;
|
356 |
font-size: 14px;
|
357 |
}
|
358 |
|
359 |
-
/* line
|
360 |
.cmb-inline ul {
|
361 |
padding: 4px 0 0 0;
|
362 |
}
|
363 |
|
364 |
-
/* line
|
365 |
.cmb-inline li {
|
366 |
display: inline-block;
|
367 |
padding-right: 18px;
|
368 |
}
|
369 |
|
370 |
-
/* line
|
371 |
.cmb-type-textarea-code pre {
|
372 |
margin: 0;
|
373 |
}
|
374 |
|
375 |
-
/* line
|
376 |
.cmb2-media-status .img-status {
|
377 |
clear: none;
|
378 |
display: inline-block;
|
@@ -380,31 +447,35 @@ span.cmb2-metabox-description {
|
|
380 |
margin-right: 10px;
|
381 |
width: auto;
|
382 |
}
|
383 |
-
/* line
|
384 |
.cmb2-media-status .img-status img {
|
385 |
max-width: 350px;
|
386 |
height: auto;
|
387 |
}
|
388 |
-
/* line
|
389 |
.cmb2-media-status .img-status img,
|
390 |
.cmb2-media-status .embed-status {
|
391 |
-
background: #
|
392 |
-
border:
|
|
|
|
|
|
|
|
|
|
|
393 |
border-radius: 2px;
|
394 |
-moz-border-radius: 2px;
|
395 |
margin: 15px 0 0 0;
|
396 |
-
padding: 5px;
|
397 |
}
|
398 |
-
/* line
|
399 |
.cmb2-media-status .embed-status {
|
400 |
float: left;
|
401 |
max-width: 800px;
|
402 |
}
|
403 |
-
/* line
|
404 |
.cmb2-media-status .img-status, .cmb2-media-status .embed-status {
|
405 |
position: relative;
|
406 |
}
|
407 |
-
/* line
|
408 |
.cmb2-media-status .img-status .cmb2-remove-file-button, .cmb2-media-status .embed-status .cmb2-remove-file-button {
|
409 |
background: url(../images/ico-delete.png);
|
410 |
height: 16px;
|
@@ -414,16 +485,20 @@ span.cmb2-metabox-description {
|
|
414 |
top: -5px;
|
415 |
width: 16px;
|
416 |
}
|
417 |
-
/* line
|
418 |
.cmb2-media-status .img-status .cmb2-remove-file-button {
|
419 |
top: 10px;
|
420 |
}
|
421 |
-
/* line
|
422 |
.cmb2-media-status .img-status img, .cmb2-media-status .file-status > span {
|
423 |
cursor: pointer;
|
424 |
}
|
|
|
|
|
|
|
|
|
425 |
|
426 |
-
/* line
|
427 |
.cmb-type-file-list .cmb2-media-status .img-status {
|
428 |
clear: none;
|
429 |
vertical-align: middle;
|
@@ -433,7 +508,7 @@ span.cmb2-metabox-description {
|
|
433 |
margin-top: 0;
|
434 |
}
|
435 |
|
436 |
-
/* line
|
437 |
.cmb-attach-list li {
|
438 |
clear: both;
|
439 |
display: inline-block;
|
@@ -441,25 +516,29 @@ span.cmb2-metabox-description {
|
|
441 |
margin-top: 5px;
|
442 |
margin-bottom: 10px;
|
443 |
}
|
444 |
-
/* line
|
445 |
.cmb-attach-list li img {
|
446 |
-
cursor: move;
|
447 |
float: left;
|
448 |
margin-right: 10px;
|
449 |
}
|
450 |
|
451 |
-
/* line
|
452 |
.cmb2-remove-wrapper {
|
453 |
margin: 0;
|
454 |
}
|
455 |
|
456 |
-
/* line
|
457 |
.child-cmb2 .cmb-th {
|
458 |
text-align: left;
|
459 |
}
|
460 |
|
|
|
|
|
|
|
|
|
|
|
461 |
@media (max-width: 450px) {
|
462 |
-
/* line
|
463 |
.cmb-th,
|
464 |
.cmb-td,
|
465 |
.cmb-th + .cmb-td {
|
@@ -469,122 +548,91 @@ span.cmb2-metabox-description {
|
|
469 |
}
|
470 |
}
|
471 |
/*--------------------------------------------------------------
|
472 |
-
Post Metaboxes
|
473 |
--------------------------------------------------------------*/
|
474 |
-
/* line
|
475 |
#poststuff .cmb-group-title {
|
476 |
margin-left: -1em;
|
477 |
margin-right: -1em;
|
478 |
min-height: 1.5em;
|
479 |
}
|
480 |
|
481 |
-
/* line
|
482 |
#poststuff .repeatable .cmb-group-title {
|
483 |
padding-left: 2.2em;
|
484 |
}
|
485 |
|
486 |
-
/* line
|
487 |
.cmb2-postbox .cmb2-wrap, .cmb-type-group .cmb2-wrap {
|
488 |
margin: 0;
|
489 |
}
|
490 |
-
/* line
|
491 |
.cmb2-postbox .cmb2-wrap > .cmb-field-list > .cmb-row, .cmb-type-group .cmb2-wrap > .cmb-field-list > .cmb-row {
|
492 |
padding: 1.8em 0;
|
493 |
}
|
494 |
-
/* line
|
495 |
.cmb2-postbox .cmb2-wrap input[type=text].cmb2-oembed, .cmb-type-group .cmb2-wrap input[type=text].cmb2-oembed {
|
496 |
width: 100%;
|
497 |
}
|
498 |
-
/* line
|
499 |
.cmb2-postbox .cmb-row, .cmb-type-group .cmb-row {
|
500 |
padding: 0 0 1.8em;
|
501 |
margin: 0 0 0.8em;
|
502 |
}
|
503 |
-
/* line
|
504 |
.cmb2-postbox .cmb-row .cmbhandle, .cmb-type-group .cmb-row .cmbhandle {
|
505 |
right: -1em;
|
506 |
position: relative;
|
507 |
}
|
508 |
-
/* line
|
509 |
.cmb2-postbox .cmb-repeatable-grouping, .cmb-type-group .cmb-repeatable-grouping {
|
510 |
padding: 0 1em;
|
511 |
max-width: 100%;
|
512 |
min-width: 1px !important;
|
513 |
}
|
514 |
-
/* line
|
515 |
.cmb2-postbox .cmb-repeatable-group > .cmb-row, .cmb-type-group .cmb-repeatable-group > .cmb-row {
|
516 |
padding-bottom: 0;
|
517 |
}
|
518 |
-
/* line
|
519 |
.cmb2-postbox .cmb-th, .cmb-type-group .cmb-th {
|
520 |
width: 18%;
|
521 |
padding: 0 2% 0 0;
|
522 |
}
|
523 |
-
/* line
|
524 |
.cmb2-postbox .cmb-td, .cmb-type-group .cmb-td {
|
525 |
margin-bottom: 0;
|
526 |
padding: 0;
|
527 |
line-height: 1.3;
|
528 |
}
|
529 |
-
/* line
|
530 |
-
.cmb2-postbox .cmb-repeat-row .cmb-td, .cmb-type-group .cmb-repeat-row .cmb-td {
|
531 |
-
padding-bottom: 1.8em;
|
532 |
-
}
|
533 |
-
/* line 67, sass/partials/_post_metaboxes.scss */
|
534 |
.cmb2-postbox .cmb-th + .cmb-td, .cmb-type-group .cmb-th + .cmb-td {
|
535 |
width: 80%;
|
536 |
float: right;
|
537 |
}
|
538 |
-
/* line
|
539 |
.cmb2-postbox .cmb-row:not(:last-of-type),
|
540 |
.cmb2-postbox .cmb-repeatable-group:not(:last-of-type), .cmb-type-group .cmb-row:not(:last-of-type),
|
541 |
.cmb-type-group .cmb-repeatable-group:not(:last-of-type) {
|
542 |
border-bottom: 1px solid #e9e9e9;
|
543 |
}
|
544 |
@media (max-width: 450px) {
|
545 |
-
/* line
|
546 |
.cmb2-postbox .cmb-row:not(:last-of-type),
|
547 |
.cmb2-postbox .cmb-repeatable-group:not(:last-of-type), .cmb-type-group .cmb-row:not(:last-of-type),
|
548 |
.cmb-type-group .cmb-repeatable-group:not(:last-of-type) {
|
549 |
border-bottom: 0;
|
550 |
}
|
551 |
}
|
552 |
-
/* line
|
553 |
.cmb2-postbox .cmb-repeat-group-field,
|
554 |
.cmb2-postbox .cmb-remove-field-row, .cmb-type-group .cmb-repeat-group-field,
|
555 |
.cmb-type-group .cmb-remove-field-row {
|
556 |
padding-top: 1.8em;
|
557 |
}
|
558 |
-
/* line 88, sass/partials/_post_metaboxes.scss */
|
559 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody, .cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody, .cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody, .cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody {
|
560 |
-
display: table;
|
561 |
-
width: 100%;
|
562 |
-
}
|
563 |
-
/* line 92, sass/partials/_post_metaboxes.scss */
|
564 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text, .cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text, .cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text, .cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text {
|
565 |
-
width: 100%;
|
566 |
-
}
|
567 |
-
/* line 96, sass/partials/_post_metaboxes.scss */
|
568 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row), .cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row), .cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row), .cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row) {
|
569 |
-
display: table-row;
|
570 |
-
}
|
571 |
-
/* line 100, sass/partials/_post_metaboxes.scss */
|
572 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td, .cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td, .cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td, .cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td {
|
573 |
-
display: table-cell;
|
574 |
-
float: none;
|
575 |
-
width: 100%;
|
576 |
-
}
|
577 |
-
/* line 106, sass/partials/_post_metaboxes.scss */
|
578 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td, .cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td, .cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td, .cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td {
|
579 |
-
padding-top: 1.8em;
|
580 |
-
}
|
581 |
-
/* line 110, sass/partials/_post_metaboxes.scss */
|
582 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row, .cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row, .cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row, .cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row {
|
583 |
-
padding-right: 0;
|
584 |
-
}
|
585 |
|
586 |
/*--------------------------------------------------------------
|
587 |
-
Context Metaboxes
|
588 |
--------------------------------------------------------------*/
|
589 |
/* Metabox collapse arrow indicators */
|
590 |
/* line 9, sass/partials/_context_metaboxes.scss */
|
@@ -675,7 +723,7 @@ Context Metaboxes
|
|
675 |
}
|
676 |
}
|
677 |
/*--------------------------------------------------------------
|
678 |
-
Misc.
|
679 |
--------------------------------------------------------------*/
|
680 |
/* line 5, sass/partials/_misc.scss */
|
681 |
#poststuff .cmb-repeatable-group h2 {
|
@@ -690,233 +738,26 @@ Misc.
|
|
690 |
}
|
691 |
|
692 |
/* line 18, sass/partials/_misc.scss */
|
693 |
-
.cmb2-options-page .cmb2-metabox-title {
|
694 |
-
font-size: 1.3em;
|
695 |
-
margin: 1em 0;
|
696 |
-
}
|
697 |
-
/* line 21, sass/partials/_misc.scss */
|
698 |
-
.cmb2-options-page .cmb2-metabox-title + p.cmb2-metabox-description {
|
699 |
-
margin-top: -1.6em;
|
700 |
-
margin-bottom: .8em;
|
701 |
-
}
|
702 |
-
|
703 |
-
/* line 28, sass/partials/_misc.scss */
|
704 |
.cmb2-postbox .cmb-spinner, .cmb2-no-box-wrap .cmb-spinner {
|
705 |
float: left;
|
706 |
display: none;
|
707 |
}
|
708 |
|
709 |
-
/* line
|
710 |
.cmb-spinner {
|
711 |
display: none;
|
712 |
}
|
713 |
-
/* line
|
714 |
.cmb-spinner.is-active {
|
715 |
display: block;
|
716 |
}
|
717 |
|
718 |
/*--------------------------------------------------------------
|
719 |
-
|
720 |
--------------------------------------------------------------*/
|
721 |
-
/* line
|
722 |
-
.inner-sidebar .cmb2-wrap > .cmb-field-list > .cmb-row,
|
723 |
-
#side-sortables .cmb2-wrap > .cmb-field-list > .cmb-row {
|
724 |
-
padding: 1.4em 0;
|
725 |
-
}
|
726 |
-
/* line 16, sass/partials/_sidebar_placements.scss */
|
727 |
-
.inner-sidebar .cmb2-wrap input[type=text]:not(.wp-color-picker),
|
728 |
-
#side-sortables .cmb2-wrap input[type=text]:not(.wp-color-picker) {
|
729 |
-
width: 100%;
|
730 |
-
}
|
731 |
-
/* line 20, sass/partials/_sidebar_placements.scss */
|
732 |
-
.inner-sidebar .cmb2-wrap input + input:not(.wp-picker-clear), .inner-sidebar .cmb2-wrap input + select,
|
733 |
-
#side-sortables .cmb2-wrap input + input:not(.wp-picker-clear),
|
734 |
-
#side-sortables .cmb2-wrap input + select {
|
735 |
-
margin-left: 0;
|
736 |
-
margin-top: 1em;
|
737 |
-
display: block;
|
738 |
-
}
|
739 |
-
/* line 26, sass/partials/_sidebar_placements.scss */
|
740 |
-
.inner-sidebar .cmb2-wrap input.cmb2-text-money,
|
741 |
-
#side-sortables .cmb2-wrap input.cmb2-text-money {
|
742 |
-
max-width: 70%;
|
743 |
-
}
|
744 |
-
/* line 28, sass/partials/_sidebar_placements.scss */
|
745 |
-
.inner-sidebar .cmb2-wrap input.cmb2-text-money + .cmb2-metabox-description,
|
746 |
-
#side-sortables .cmb2-wrap input.cmb2-text-money + .cmb2-metabox-description {
|
747 |
-
display: block;
|
748 |
-
}
|
749 |
-
/* line 34, sass/partials/_sidebar_placements.scss */
|
750 |
-
.inner-sidebar .cmb2-wrap label,
|
751 |
-
#side-sortables .cmb2-wrap label {
|
752 |
-
display: block;
|
753 |
-
font-weight: 700;
|
754 |
-
padding: 0 0 5px;
|
755 |
-
}
|
756 |
-
/* line 42, sass/partials/_sidebar_placements.scss */
|
757 |
-
.inner-sidebar textarea,
|
758 |
-
#side-sortables textarea {
|
759 |
-
max-width: 99%;
|
760 |
-
}
|
761 |
-
/* line 46, sass/partials/_sidebar_placements.scss */
|
762 |
-
.inner-sidebar .cmb-repeatable-group,
|
763 |
-
#side-sortables .cmb-repeatable-group {
|
764 |
-
border-bottom: 1px solid #e9e9e9;
|
765 |
-
}
|
766 |
-
/* line 50, sass/partials/_sidebar_placements.scss */
|
767 |
-
.inner-sidebar .cmb-type-group > .cmb-td > .cmb-repeatable-group,
|
768 |
-
#side-sortables .cmb-type-group > .cmb-td > .cmb-repeatable-group {
|
769 |
-
border-bottom: 0;
|
770 |
-
margin-bottom: -1.4em;
|
771 |
-
}
|
772 |
-
/* line 55, sass/partials/_sidebar_placements.scss */
|
773 |
-
.inner-sidebar .cmb-th,
|
774 |
-
.inner-sidebar .cmb-td,
|
775 |
-
.inner-sidebar .cmb-th + .cmb-td,
|
776 |
-
#side-sortables .cmb-th,
|
777 |
-
#side-sortables .cmb-td,
|
778 |
-
#side-sortables .cmb-th + .cmb-td {
|
779 |
-
width: 100%;
|
780 |
-
display: block;
|
781 |
-
float: none;
|
782 |
-
}
|
783 |
-
/* line 63, sass/partials/_sidebar_placements.scss */
|
784 |
-
.inner-sidebar .closed .inside,
|
785 |
-
#side-sortables .closed .inside {
|
786 |
-
display: none;
|
787 |
-
}
|
788 |
-
/* line 67, sass/partials/_sidebar_placements.scss */
|
789 |
-
.inner-sidebar .cmb-td .cmb-td,
|
790 |
-
#side-sortables .cmb-td .cmb-td {
|
791 |
-
padding-bottom: 1em;
|
792 |
-
}
|
793 |
-
/* line 71, sass/partials/_sidebar_placements.scss */
|
794 |
-
.inner-sidebar .cmb-th,
|
795 |
-
#side-sortables .cmb-th {
|
796 |
-
display: block;
|
797 |
-
float: none;
|
798 |
-
padding-bottom: 1em;
|
799 |
-
text-align: left;
|
800 |
-
width: 100%;
|
801 |
-
padding-left: 0;
|
802 |
-
padding-right: 0;
|
803 |
-
}
|
804 |
-
/* line 27, sass/partials/_mixins.scss */
|
805 |
-
.inner-sidebar .cmb-th label,
|
806 |
-
#side-sortables .cmb-th label {
|
807 |
-
display: block;
|
808 |
-
margin-top: 0em;
|
809 |
-
padding-bottom: 5px;
|
810 |
-
}
|
811 |
-
/* line 32, sass/partials/_mixins.scss */
|
812 |
-
.inner-sidebar .cmb-th label:after,
|
813 |
-
#side-sortables .cmb-th label:after {
|
814 |
-
border-bottom: 1px solid #e9e9e9;
|
815 |
-
content: '';
|
816 |
-
clear: both;
|
817 |
-
display: block;
|
818 |
-
padding-top: .4em;
|
819 |
-
}
|
820 |
-
/* line 14, sass/partials/_mixins.scss */
|
821 |
-
.inner-sidebar .cmb-th label,
|
822 |
-
#side-sortables .cmb-th label {
|
823 |
-
font-size: 14px;
|
824 |
-
line-height: 1.4em;
|
825 |
-
}
|
826 |
-
/* line 78, sass/partials/_sidebar_placements.scss */
|
827 |
-
.inner-sidebar .cmb-group-description .cmb-th,
|
828 |
-
#side-sortables .cmb-group-description .cmb-th {
|
829 |
-
padding-top: 0;
|
830 |
-
}
|
831 |
-
/* line 81, sass/partials/_sidebar_placements.scss */
|
832 |
-
.inner-sidebar .cmb-group-description .cmb2-metabox-description,
|
833 |
-
#side-sortables .cmb-group-description .cmb2-metabox-description {
|
834 |
-
padding: 0;
|
835 |
-
}
|
836 |
-
/* line 88, sass/partials/_sidebar_placements.scss */
|
837 |
-
.inner-sidebar .cmb-group-title .cmb-th,
|
838 |
-
#side-sortables .cmb-group-title .cmb-th {
|
839 |
-
padding: 0;
|
840 |
-
}
|
841 |
-
/* line 94, sass/partials/_sidebar_placements.scss */
|
842 |
-
.inner-sidebar .cmb-repeatable-grouping + .cmb-repeatable-grouping,
|
843 |
-
#side-sortables .cmb-repeatable-grouping + .cmb-repeatable-grouping {
|
844 |
-
margin-top: 1em;
|
845 |
-
}
|
846 |
-
/* line 103, sass/partials/_sidebar_placements.scss */
|
847 |
-
.inner-sidebar .cmb2-media-status .img-status img,
|
848 |
-
.inner-sidebar .cmb2-media-status .embed-status img,
|
849 |
-
#side-sortables .cmb2-media-status .img-status img,
|
850 |
-
#side-sortables .cmb2-media-status .embed-status img {
|
851 |
-
max-width: 90%;
|
852 |
-
height: auto;
|
853 |
-
}
|
854 |
-
/* line 111, sass/partials/_sidebar_placements.scss */
|
855 |
-
.inner-sidebar .cmb2-list label,
|
856 |
-
#side-sortables .cmb2-list label {
|
857 |
-
display: inline;
|
858 |
-
font-weight: normal;
|
859 |
-
}
|
860 |
-
/* line 116, sass/partials/_sidebar_placements.scss */
|
861 |
-
.inner-sidebar .cmb2-metabox-description,
|
862 |
-
#side-sortables .cmb2-metabox-description {
|
863 |
-
display: block;
|
864 |
-
padding: 7px 0 0;
|
865 |
-
}
|
866 |
-
/* line 123, sass/partials/_sidebar_placements.scss */
|
867 |
-
.inner-sidebar .cmb-type-checkbox .cmb-td label,
|
868 |
-
.inner-sidebar .cmb-type-checkbox .cmb2-metabox-description,
|
869 |
-
#side-sortables .cmb-type-checkbox .cmb-td label,
|
870 |
-
#side-sortables .cmb-type-checkbox .cmb2-metabox-description {
|
871 |
-
font-weight: normal;
|
872 |
-
display: inline;
|
873 |
-
}
|
874 |
-
/* line 130, sass/partials/_sidebar_placements.scss */
|
875 |
-
.inner-sidebar .cmb-row .cmb2-metabox-description,
|
876 |
-
#side-sortables .cmb-row .cmb2-metabox-description {
|
877 |
-
padding-bottom: 1.8em;
|
878 |
-
}
|
879 |
-
/* line 134, sass/partials/_sidebar_placements.scss */
|
880 |
-
.inner-sidebar .cmb2-metabox-title,
|
881 |
-
#side-sortables .cmb2-metabox-title {
|
882 |
-
font-size: 1.2em;
|
883 |
-
font-style: italic;
|
884 |
-
}
|
885 |
-
/* line 139, sass/partials/_sidebar_placements.scss */
|
886 |
-
.inner-sidebar .cmb-remove-row,
|
887 |
-
#side-sortables .cmb-remove-row {
|
888 |
-
clear: both;
|
889 |
-
padding-top: 12px;
|
890 |
-
padding-bottom: 0;
|
891 |
-
}
|
892 |
-
/* line 146, sass/partials/_sidebar_placements.scss */
|
893 |
-
.inner-sidebar .cmb-type-colorpicker .cmb-repeat-row .cmb-td,
|
894 |
-
#side-sortables .cmb-type-colorpicker .cmb-repeat-row .cmb-td {
|
895 |
-
width: auto;
|
896 |
-
clear: none;
|
897 |
-
float: left;
|
898 |
-
padding-top: 0;
|
899 |
-
}
|
900 |
-
/* line 151, sass/partials/_sidebar_placements.scss */
|
901 |
-
.inner-sidebar .cmb-type-colorpicker .cmb-repeat-row .cmb-td.cmb-remove-row,
|
902 |
-
#side-sortables .cmb-type-colorpicker .cmb-repeat-row .cmb-td.cmb-remove-row {
|
903 |
-
float: right;
|
904 |
-
margin: 0;
|
905 |
-
}
|
906 |
-
/* line 158, sass/partials/_sidebar_placements.scss */
|
907 |
-
.inner-sidebar .cmb2-upload-button,
|
908 |
-
#side-sortables .cmb2-upload-button {
|
909 |
-
clear: both;
|
910 |
-
margin-top: 12px;
|
911 |
-
}
|
912 |
-
|
913 |
-
/* line 2, sass/partials/_collapsible_ui.scss */
|
914 |
-
.cmb2-metabox .cmb-type-group {
|
915 |
-
max-width: 1000px;
|
916 |
-
}
|
917 |
-
/* line 5, sass/partials/_collapsible_ui.scss */
|
918 |
.cmb2-metabox .cmbhandle {
|
919 |
-
color: #
|
920 |
float: right;
|
921 |
width: 27px;
|
922 |
height: 30px;
|
@@ -924,7 +765,7 @@ Sidebar Placement Adjustments
|
|
924 |
right: -1em;
|
925 |
position: relative;
|
926 |
}
|
927 |
-
/* line
|
928 |
.cmb2-metabox .cmbhandle:before {
|
929 |
content: '\f142';
|
930 |
right: 12px;
|
@@ -938,11 +779,11 @@ Sidebar Placement Adjustments
|
|
938 |
-moz-osx-font-smoothing: grayscale;
|
939 |
text-decoration: none !important;
|
940 |
}
|
941 |
-
/* line
|
942 |
.cmb2-metabox .postbox.closed .cmbhandle:before {
|
943 |
content: '\f140';
|
944 |
}
|
945 |
-
/* line
|
946 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row {
|
947 |
-webkit-appearance: none !important;
|
948 |
background: none !important;
|
@@ -954,13 +795,13 @@ Sidebar Placement Adjustments
|
|
954 |
padding: 2px 6px 3px;
|
955 |
opacity: .5;
|
956 |
}
|
957 |
-
/* line
|
958 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]) {
|
959 |
cursor: pointer;
|
960 |
color: #a00;
|
961 |
opacity: 1;
|
962 |
}
|
963 |
-
/* line
|
964 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]):hover {
|
965 |
color: #f00;
|
966 |
}
|
@@ -1425,22 +1266,25 @@ Sidebar Placement Adjustments
|
|
1425 |
/**
|
1426 |
* CMB2 Frontend
|
1427 |
*/
|
1428 |
-
|
|
|
|
|
|
|
1429 |
.closed .inside {
|
1430 |
display: none;
|
1431 |
}
|
1432 |
|
1433 |
-
/* line
|
1434 |
.cmb-repeatable-grouping {
|
1435 |
position: relative;
|
1436 |
}
|
1437 |
-
/* line
|
1438 |
.cmb-repeatable-grouping .cmb-group-title {
|
1439 |
margin-left: -1em;
|
1440 |
margin-right: -1em;
|
1441 |
min-height: 1.5em;
|
1442 |
}
|
1443 |
-
/* line
|
1444 |
.cmb-repeatable-grouping h3 {
|
1445 |
font-size: 14px;
|
1446 |
padding: 8px 12px;
|
@@ -1448,22 +1292,22 @@ Sidebar Placement Adjustments
|
|
1448 |
line-height: 1.4;
|
1449 |
}
|
1450 |
|
1451 |
-
/* line
|
1452 |
.cmb-repeatable-group.repeatable .cmb-group-title {
|
1453 |
padding-left: 2.2em;
|
1454 |
}
|
1455 |
-
/* line
|
1456 |
.cmb-repeatable-group.non-repeatable .cmb-group-title {
|
1457 |
padding-left: 12px;
|
1458 |
}
|
1459 |
|
1460 |
-
/* line
|
1461 |
.cmb-type-group .cmb-row .cmbhandle {
|
1462 |
right: 0;
|
1463 |
position: absolute;
|
1464 |
}
|
1465 |
|
1466 |
-
/* line
|
1467 |
.cmb-spinner {
|
1468 |
background: url(/wp-admin/images/spinner.gif) no-repeat;
|
1469 |
-webkit-background-size: 20px 20px;
|
1 |
+
/*!
|
2 |
+
* CMB2 - v2.4.2 - 2018-05-29
|
3 |
+
* https://cmb2.io
|
4 |
+
* Copyright (c) 2018
|
5 |
+
* Licensed GPLv2+
|
6 |
*/
|
7 |
+
|
8 |
+
@charset "UTF-8";
|
9 |
/*--------------------------------------------------------------
|
10 |
+
* Main Wrap
|
11 |
--------------------------------------------------------------*/
|
12 |
/* line 5, sass/partials/_main_wrap.scss */
|
13 |
.cmb2-wrap {
|
100 |
}
|
101 |
/* line 111, sass/partials/_main_wrap.scss */
|
102 |
.cmb2-wrap .mceIframeContainer {
|
103 |
+
background: #ffffff;
|
104 |
}
|
105 |
/* line 115, sass/partials/_main_wrap.scss */
|
106 |
.cmb2-wrap .meta_mce {
|
110 |
.cmb2-wrap .meta_mce textarea {
|
111 |
width: 100%;
|
112 |
}
|
113 |
+
/* line 124, sass/partials/_main_wrap.scss */
|
114 |
.cmb2-wrap .wp-color-result,
|
115 |
.cmb2-wrap .wp-picker-input-wrap {
|
116 |
vertical-align: middle;
|
117 |
}
|
118 |
+
/* line 129, sass/partials/_main_wrap.scss */
|
119 |
.cmb2-wrap .wp-color-result,
|
120 |
.cmb2-wrap .wp-picker-container {
|
121 |
margin: 0 10px 0 0;
|
122 |
}
|
123 |
+
/* line 134, sass/partials/_main_wrap.scss */
|
124 |
.cmb2-wrap .cmb-row {
|
125 |
margin: 0;
|
126 |
}
|
127 |
+
/* line 137, sass/partials/_main_wrap.scss */
|
128 |
.cmb2-wrap .cmb-row:after {
|
129 |
content: '';
|
130 |
clear: both;
|
131 |
display: block;
|
132 |
width: 100%;
|
133 |
}
|
134 |
+
/* line 144, sass/partials/_main_wrap.scss */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
.cmb2-wrap .cmb-row.cmb-repeat .cmb2-metabox-description {
|
136 |
padding-top: 0;
|
137 |
+
padding-bottom: 1em;
|
138 |
}
|
139 |
|
140 |
+
/* line 152, sass/partials/_main_wrap.scss */
|
141 |
.cmb2-metabox {
|
142 |
clear: both;
|
143 |
margin: 0;
|
144 |
}
|
145 |
+
/* line 158, sass/partials/_main_wrap.scss */
|
146 |
.cmb2-metabox > .cmb-row:first-of-type > .cmb-td,
|
147 |
.cmb2-metabox > .cmb-row:first-of-type > .cmb-th,
|
148 |
.cmb2-metabox .cmb-field-list > .cmb-row:first-of-type > .cmb-td,
|
149 |
.cmb2-metabox .cmb-field-list > .cmb-row:first-of-type > .cmb-th {
|
150 |
border: 0;
|
151 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
152 |
|
153 |
+
/* line 165, sass/partials/_main_wrap.scss */
|
154 |
.cmb-add-row {
|
155 |
margin: 1.8em 0 0;
|
156 |
}
|
157 |
|
158 |
+
/* line 169, sass/partials/_main_wrap.scss */
|
159 |
.cmb-nested .cmb-td,
|
160 |
.cmb-repeatable-group .cmb-th,
|
161 |
.cmb-repeatable-group:first-of-type {
|
162 |
border: 0;
|
163 |
}
|
164 |
|
165 |
+
/* line 175, sass/partials/_main_wrap.scss */
|
166 |
.cmb-row:last-of-type,
|
167 |
.cmb2-wrap .cmb-row:last-of-type,
|
168 |
.cmb-repeatable-group:last-of-type {
|
169 |
border-bottom: 0;
|
170 |
}
|
171 |
|
172 |
+
/* line 181, sass/partials/_main_wrap.scss */
|
173 |
.cmb-repeatable-grouping {
|
174 |
border: 1px solid #e9e9e9;
|
175 |
padding: 0 1em;
|
|
|
176 |
}
|
177 |
+
/* line 185, sass/partials/_main_wrap.scss */
|
178 |
.cmb-repeatable-grouping.cmb-row {
|
179 |
margin: 0 0 0.8em;
|
180 |
}
|
181 |
|
182 |
+
/* line 193, sass/partials/_main_wrap.scss */
|
183 |
.cmb-th {
|
184 |
color: #222222;
|
185 |
float: left;
|
190 |
width: 200px;
|
191 |
}
|
192 |
@media (max-width: 450px) {
|
193 |
+
/* line 193, sass/partials/_main_wrap.scss */
|
194 |
.cmb-th {
|
195 |
font-size: 1.2em;
|
196 |
display: block;
|
202 |
/* line 27, sass/partials/_mixins.scss */
|
203 |
.cmb-th label {
|
204 |
display: block;
|
205 |
+
margin-top: 0;
|
206 |
+
margin-bottom: 0.5em;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
207 |
}
|
208 |
}
|
209 |
|
210 |
+
/* line 207, sass/partials/_main_wrap.scss */
|
211 |
.cmb-td {
|
212 |
line-height: 1.3;
|
213 |
max-width: 100%;
|
215 |
vertical-align: middle;
|
216 |
}
|
217 |
|
218 |
+
/* line 216, sass/partials/_main_wrap.scss */
|
219 |
.cmb-type-title .cmb-td {
|
220 |
padding: 0;
|
221 |
}
|
222 |
|
223 |
+
/* line 221, sass/partials/_main_wrap.scss */
|
224 |
.cmb-th label {
|
225 |
display: block;
|
226 |
padding: 5px 0;
|
227 |
}
|
228 |
|
229 |
+
/* line 226, sass/partials/_main_wrap.scss */
|
230 |
.cmb-th + .cmb-td {
|
231 |
float: left;
|
232 |
}
|
233 |
|
234 |
+
/* line 230, sass/partials/_main_wrap.scss */
|
235 |
.cmb-td .cmb-td {
|
236 |
padding-bottom: 1em;
|
237 |
}
|
238 |
|
239 |
+
/* line 234, sass/partials/_main_wrap.scss */
|
240 |
.cmb-remove-row {
|
241 |
text-align: right;
|
242 |
}
|
243 |
|
244 |
+
/* line 238, sass/partials/_main_wrap.scss */
|
245 |
.empty-row.hidden {
|
246 |
display: none;
|
247 |
}
|
248 |
|
249 |
+
/* line 243, sass/partials/_main_wrap.scss */
|
250 |
+
.cmb-repeat-table {
|
251 |
+
background-color: #fafafa;
|
252 |
+
border: 1px solid #e1e1e1;
|
253 |
+
}
|
254 |
+
/* line 247, sass/partials/_main_wrap.scss */
|
255 |
+
.cmb-repeat-table .cmb-row.cmb-repeat-row {
|
256 |
+
position: relative;
|
257 |
+
counter-increment: el;
|
258 |
+
margin: 0;
|
259 |
+
padding: 10px 10px 10px 50px;
|
260 |
+
border-bottom: none !important;
|
261 |
+
}
|
262 |
+
/* line 255, sass/partials/_main_wrap.scss */
|
263 |
+
.cmb-repeat-table .cmb-row.cmb-repeat-row + .cmb-repeat-row {
|
264 |
+
border-top: solid 1px #e9e9e9;
|
265 |
+
}
|
266 |
+
/* line 259, sass/partials/_main_wrap.scss */
|
267 |
+
.cmb-repeat-table .cmb-row.cmb-repeat-row:before {
|
268 |
+
content: counter(el);
|
269 |
+
display: block;
|
270 |
+
top: 0;
|
271 |
+
left: 0;
|
272 |
+
position: absolute;
|
273 |
+
width: 35px;
|
274 |
+
height: 100%;
|
275 |
+
line-height: 35px;
|
276 |
+
color: #aaaaaa;
|
277 |
+
text-align: center;
|
278 |
+
border-right: solid 1px #e9e9e9;
|
279 |
+
}
|
280 |
+
/* line 276, sass/partials/_main_wrap.scss */
|
281 |
+
.cmb-repeat-table .cmb-row.cmb-repeat-row .cmb-td {
|
282 |
+
margin: 0;
|
283 |
+
padding: 0;
|
284 |
+
}
|
285 |
+
/* line 283, sass/partials/_main_wrap.scss */
|
286 |
+
.cmb-repeat-table + .cmb-add-row {
|
287 |
+
margin: 0;
|
288 |
+
}
|
289 |
+
/* line 286, sass/partials/_main_wrap.scss */
|
290 |
+
.cmb-repeat-table + .cmb-add-row:before {
|
291 |
+
content: '';
|
292 |
+
width: 1px;
|
293 |
+
height: 1.6em;
|
294 |
+
display: block;
|
295 |
+
margin-left: 17px;
|
296 |
+
background-color: gainsboro;
|
297 |
+
}
|
298 |
+
/* line 296, sass/partials/_main_wrap.scss */
|
299 |
+
.cmb-repeat-table .cmb-remove-row {
|
300 |
+
top: 7px;
|
301 |
+
right: 7px;
|
302 |
+
position: absolute;
|
303 |
+
width: auto;
|
304 |
+
margin-left: 0;
|
305 |
+
padding: 0 !important;
|
306 |
+
display: none;
|
307 |
+
}
|
308 |
+
/* line 307, sass/partials/_main_wrap.scss */
|
309 |
+
.cmb-repeat-table .cmb-remove-row > .cmb-remove-row-button {
|
310 |
+
font-size: 20px;
|
311 |
+
text-indent: -1000px;
|
312 |
+
overflow: hidden;
|
313 |
+
position: relative;
|
314 |
+
height: auto;
|
315 |
+
line-height: 1;
|
316 |
+
padding: 0 10px 0;
|
317 |
+
}
|
318 |
+
/* line 318, sass/partials/_main_wrap.scss */
|
319 |
+
.cmb-repeat-table .cmb-remove-row > .cmb-remove-row-button:before {
|
320 |
+
content: "";
|
321 |
+
font-family: 'Dashicons';
|
322 |
+
speak: none;
|
323 |
+
font-weight: normal;
|
324 |
+
font-variant: normal;
|
325 |
+
text-transform: none;
|
326 |
+
line-height: 1;
|
327 |
+
-webkit-font-smoothing: antialiased;
|
328 |
+
margin: 0;
|
329 |
+
text-indent: 0;
|
330 |
+
position: absolute;
|
331 |
+
top: 0;
|
332 |
+
left: 0;
|
333 |
+
width: 100%;
|
334 |
+
height: 100%;
|
335 |
+
text-align: center;
|
336 |
+
}
|
337 |
+
/* line 324, sass/partials/_main_wrap.scss */
|
338 |
+
.cmb-repeat-table .cmb-repeat-row:hover .cmb-remove-row {
|
339 |
+
display: block;
|
340 |
+
}
|
341 |
+
|
342 |
+
/* line 332, sass/partials/_main_wrap.scss */
|
343 |
.cmb-repeatable-group .cmb-th {
|
344 |
padding: 5px;
|
345 |
}
|
346 |
+
/* line 336, sass/partials/_main_wrap.scss */
|
347 |
.cmb-repeatable-group .cmb-group-title {
|
348 |
background-color: #e9e9e9;
|
349 |
padding: 8px 12px 8px 2.2em;
|
352 |
font-size: 14px;
|
353 |
line-height: 1.4;
|
354 |
}
|
355 |
+
/* line 344, sass/partials/_main_wrap.scss */
|
356 |
.cmb-repeatable-group .cmb-group-title h4 {
|
357 |
border: 0;
|
358 |
margin: 0;
|
360 |
font-weight: 500;
|
361 |
padding: 0.5em 0.75em;
|
362 |
}
|
363 |
+
/* line 352, sass/partials/_main_wrap.scss */
|
364 |
.cmb-repeatable-group .cmb-group-title .cmb-th {
|
365 |
display: block;
|
366 |
width: 100%;
|
367 |
}
|
368 |
+
/* line 358, sass/partials/_main_wrap.scss */
|
369 |
.cmb-repeatable-group .cmb-group-description .cmb-th {
|
370 |
font-size: 1.2em;
|
371 |
display: block;
|
377 |
/* line 27, sass/partials/_mixins.scss */
|
378 |
.cmb-repeatable-group .cmb-group-description .cmb-th label {
|
379 |
display: block;
|
380 |
+
margin-top: 0;
|
381 |
+
margin-bottom: 0.5em;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
382 |
}
|
383 |
+
/* line 362, sass/partials/_main_wrap.scss */
|
384 |
.cmb-repeatable-group .cmb-shift-rows {
|
385 |
font-size: 1em;
|
386 |
margin-right: 1em;
|
387 |
text-decoration: none;
|
388 |
}
|
389 |
+
/* line 367, sass/partials/_main_wrap.scss */
|
390 |
.cmb-repeatable-group .cmb-shift-rows .dashicons {
|
391 |
font-size: 1.5em;
|
392 |
height: 1.5em;
|
393 |
line-height: 1.2em;
|
394 |
width: 1em;
|
395 |
}
|
396 |
+
/* line 373, sass/partials/_main_wrap.scss */
|
397 |
.cmb-repeatable-group .cmb-shift-rows .dashicons.dashicons-arrow-down-alt2 {
|
398 |
line-height: 1.3em;
|
399 |
}
|
400 |
+
/* line 380, sass/partials/_main_wrap.scss */
|
401 |
.cmb-repeatable-group .cmb2-upload-button {
|
402 |
float: right;
|
403 |
}
|
404 |
|
405 |
+
/* line 386, sass/partials/_main_wrap.scss */
|
406 |
p.cmb2-metabox-description {
|
407 |
color: #aaaaaa;
|
408 |
font-style: italic;
|
410 |
padding-top: .5em;
|
411 |
}
|
412 |
|
413 |
+
/* line 393, sass/partials/_main_wrap.scss */
|
414 |
span.cmb2-metabox-description {
|
415 |
color: #aaaaaa;
|
416 |
font-style: italic;
|
417 |
}
|
418 |
|
419 |
+
/* line 398, sass/partials/_main_wrap.scss */
|
420 |
.cmb2-metabox-title {
|
421 |
margin: 0 0 5px 0;
|
422 |
padding: 5px 0 0 0;
|
423 |
font-size: 14px;
|
424 |
}
|
425 |
|
426 |
+
/* line 404, sass/partials/_main_wrap.scss */
|
427 |
.cmb-inline ul {
|
428 |
padding: 4px 0 0 0;
|
429 |
}
|
430 |
|
431 |
+
/* line 408, sass/partials/_main_wrap.scss */
|
432 |
.cmb-inline li {
|
433 |
display: inline-block;
|
434 |
padding-right: 18px;
|
435 |
}
|
436 |
|
437 |
+
/* line 413, sass/partials/_main_wrap.scss */
|
438 |
.cmb-type-textarea-code pre {
|
439 |
margin: 0;
|
440 |
}
|
441 |
|
442 |
+
/* line 419, sass/partials/_main_wrap.scss */
|
443 |
.cmb2-media-status .img-status {
|
444 |
clear: none;
|
445 |
display: inline-block;
|
447 |
margin-right: 10px;
|
448 |
width: auto;
|
449 |
}
|
450 |
+
/* line 426, sass/partials/_main_wrap.scss */
|
451 |
.cmb2-media-status .img-status img {
|
452 |
max-width: 350px;
|
453 |
height: auto;
|
454 |
}
|
455 |
+
/* line 432, sass/partials/_main_wrap.scss */
|
456 |
.cmb2-media-status .img-status img,
|
457 |
.cmb2-media-status .embed-status {
|
458 |
+
background: #eee;
|
459 |
+
border: 5px solid #ffffff;
|
460 |
+
outline: 1px solid #e9e9e9;
|
461 |
+
box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
|
462 |
+
background-image: linear-gradient(45deg, #d0d0d0 25%, transparent 25%, transparent 75%, #d0d0d0 75%, #d0d0d0), linear-gradient(45deg, #d0d0d0 25%, transparent 25%, transparent 75%, #d0d0d0 75%, #d0d0d0);
|
463 |
+
background-position: 0 0, 10px 10px;
|
464 |
+
background-size: 20px 20px;
|
465 |
border-radius: 2px;
|
466 |
-moz-border-radius: 2px;
|
467 |
margin: 15px 0 0 0;
|
|
|
468 |
}
|
469 |
+
/* line 446, sass/partials/_main_wrap.scss */
|
470 |
.cmb2-media-status .embed-status {
|
471 |
float: left;
|
472 |
max-width: 800px;
|
473 |
}
|
474 |
+
/* line 451, sass/partials/_main_wrap.scss */
|
475 |
.cmb2-media-status .img-status, .cmb2-media-status .embed-status {
|
476 |
position: relative;
|
477 |
}
|
478 |
+
/* line 454, sass/partials/_main_wrap.scss */
|
479 |
.cmb2-media-status .img-status .cmb2-remove-file-button, .cmb2-media-status .embed-status .cmb2-remove-file-button {
|
480 |
background: url(../images/ico-delete.png);
|
481 |
height: 16px;
|
485 |
top: -5px;
|
486 |
width: 16px;
|
487 |
}
|
488 |
+
/* line 468, sass/partials/_main_wrap.scss */
|
489 |
.cmb2-media-status .img-status .cmb2-remove-file-button {
|
490 |
top: 10px;
|
491 |
}
|
492 |
+
/* line 473, sass/partials/_main_wrap.scss */
|
493 |
.cmb2-media-status .img-status img, .cmb2-media-status .file-status > span {
|
494 |
cursor: pointer;
|
495 |
}
|
496 |
+
/* line 478, sass/partials/_main_wrap.scss */
|
497 |
+
.cmb2-media-status.cmb-attach-list .img-status img, .cmb2-media-status.cmb-attach-list .file-status > span {
|
498 |
+
cursor: move;
|
499 |
+
}
|
500 |
|
501 |
+
/* line 485, sass/partials/_main_wrap.scss */
|
502 |
.cmb-type-file-list .cmb2-media-status .img-status {
|
503 |
clear: none;
|
504 |
vertical-align: middle;
|
508 |
margin-top: 0;
|
509 |
}
|
510 |
|
511 |
+
/* line 494, sass/partials/_main_wrap.scss */
|
512 |
.cmb-attach-list li {
|
513 |
clear: both;
|
514 |
display: inline-block;
|
516 |
margin-top: 5px;
|
517 |
margin-bottom: 10px;
|
518 |
}
|
519 |
+
/* line 500, sass/partials/_main_wrap.scss */
|
520 |
.cmb-attach-list li img {
|
|
|
521 |
float: left;
|
522 |
margin-right: 10px;
|
523 |
}
|
524 |
|
525 |
+
/* line 506, sass/partials/_main_wrap.scss */
|
526 |
.cmb2-remove-wrapper {
|
527 |
margin: 0;
|
528 |
}
|
529 |
|
530 |
+
/* line 510, sass/partials/_main_wrap.scss */
|
531 |
.child-cmb2 .cmb-th {
|
532 |
text-align: left;
|
533 |
}
|
534 |
|
535 |
+
/* line 514, sass/partials/_main_wrap.scss */
|
536 |
+
.cmb2-indented-hierarchy {
|
537 |
+
padding-left: 1.5em;
|
538 |
+
}
|
539 |
+
|
540 |
@media (max-width: 450px) {
|
541 |
+
/* line 519, sass/partials/_main_wrap.scss */
|
542 |
.cmb-th,
|
543 |
.cmb-td,
|
544 |
.cmb-th + .cmb-td {
|
548 |
}
|
549 |
}
|
550 |
/*--------------------------------------------------------------
|
551 |
+
* Post Metaboxes
|
552 |
--------------------------------------------------------------*/
|
553 |
+
/* line 5, sass/partials/_post_metaboxes.scss */
|
554 |
#poststuff .cmb-group-title {
|
555 |
margin-left: -1em;
|
556 |
margin-right: -1em;
|
557 |
min-height: 1.5em;
|
558 |
}
|
559 |
|
560 |
+
/* line 11, sass/partials/_post_metaboxes.scss */
|
561 |
#poststuff .repeatable .cmb-group-title {
|
562 |
padding-left: 2.2em;
|
563 |
}
|
564 |
|
565 |
+
/* line 17, sass/partials/_post_metaboxes.scss */
|
566 |
.cmb2-postbox .cmb2-wrap, .cmb-type-group .cmb2-wrap {
|
567 |
margin: 0;
|
568 |
}
|
569 |
+
/* line 20, sass/partials/_post_metaboxes.scss */
|
570 |
.cmb2-postbox .cmb2-wrap > .cmb-field-list > .cmb-row, .cmb-type-group .cmb2-wrap > .cmb-field-list > .cmb-row {
|
571 |
padding: 1.8em 0;
|
572 |
}
|
573 |
+
/* line 26, sass/partials/_post_metaboxes.scss */
|
574 |
.cmb2-postbox .cmb2-wrap input[type=text].cmb2-oembed, .cmb-type-group .cmb2-wrap input[type=text].cmb2-oembed {
|
575 |
width: 100%;
|
576 |
}
|
577 |
+
/* line 32, sass/partials/_post_metaboxes.scss */
|
578 |
.cmb2-postbox .cmb-row, .cmb-type-group .cmb-row {
|
579 |
padding: 0 0 1.8em;
|
580 |
margin: 0 0 0.8em;
|
581 |
}
|
582 |
+
/* line 36, sass/partials/_post_metaboxes.scss */
|
583 |
.cmb2-postbox .cmb-row .cmbhandle, .cmb-type-group .cmb-row .cmbhandle {
|
584 |
right: -1em;
|
585 |
position: relative;
|
586 |
}
|
587 |
+
/* line 42, sass/partials/_post_metaboxes.scss */
|
588 |
.cmb2-postbox .cmb-repeatable-grouping, .cmb-type-group .cmb-repeatable-grouping {
|
589 |
padding: 0 1em;
|
590 |
max-width: 100%;
|
591 |
min-width: 1px !important;
|
592 |
}
|
593 |
+
/* line 48, sass/partials/_post_metaboxes.scss */
|
594 |
.cmb2-postbox .cmb-repeatable-group > .cmb-row, .cmb-type-group .cmb-repeatable-group > .cmb-row {
|
595 |
padding-bottom: 0;
|
596 |
}
|
597 |
+
/* line 52, sass/partials/_post_metaboxes.scss */
|
598 |
.cmb2-postbox .cmb-th, .cmb-type-group .cmb-th {
|
599 |
width: 18%;
|
600 |
padding: 0 2% 0 0;
|
601 |
}
|
602 |
+
/* line 58, sass/partials/_post_metaboxes.scss */
|
603 |
.cmb2-postbox .cmb-td, .cmb-type-group .cmb-td {
|
604 |
margin-bottom: 0;
|
605 |
padding: 0;
|
606 |
line-height: 1.3;
|
607 |
}
|
608 |
+
/* line 64, sass/partials/_post_metaboxes.scss */
|
|
|
|
|
|
|
|
|
609 |
.cmb2-postbox .cmb-th + .cmb-td, .cmb-type-group .cmb-th + .cmb-td {
|
610 |
width: 80%;
|
611 |
float: right;
|
612 |
}
|
613 |
+
/* line 69, sass/partials/_post_metaboxes.scss */
|
614 |
.cmb2-postbox .cmb-row:not(:last-of-type),
|
615 |
.cmb2-postbox .cmb-repeatable-group:not(:last-of-type), .cmb-type-group .cmb-row:not(:last-of-type),
|
616 |
.cmb-type-group .cmb-repeatable-group:not(:last-of-type) {
|
617 |
border-bottom: 1px solid #e9e9e9;
|
618 |
}
|
619 |
@media (max-width: 450px) {
|
620 |
+
/* line 69, sass/partials/_post_metaboxes.scss */
|
621 |
.cmb2-postbox .cmb-row:not(:last-of-type),
|
622 |
.cmb2-postbox .cmb-repeatable-group:not(:last-of-type), .cmb-type-group .cmb-row:not(:last-of-type),
|
623 |
.cmb-type-group .cmb-repeatable-group:not(:last-of-type) {
|
624 |
border-bottom: 0;
|
625 |
}
|
626 |
}
|
627 |
+
/* line 78, sass/partials/_post_metaboxes.scss */
|
628 |
.cmb2-postbox .cmb-repeat-group-field,
|
629 |
.cmb2-postbox .cmb-remove-field-row, .cmb-type-group .cmb-repeat-group-field,
|
630 |
.cmb-type-group .cmb-remove-field-row {
|
631 |
padding-top: 1.8em;
|
632 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
633 |
|
634 |
/*--------------------------------------------------------------
|
635 |
+
* Context Metaboxes
|
636 |
--------------------------------------------------------------*/
|
637 |
/* Metabox collapse arrow indicators */
|
638 |
/* line 9, sass/partials/_context_metaboxes.scss */
|
723 |
}
|
724 |
}
|
725 |
/*--------------------------------------------------------------
|
726 |
+
* Misc.
|
727 |
--------------------------------------------------------------*/
|
728 |
/* line 5, sass/partials/_misc.scss */
|
729 |
#poststuff .cmb-repeatable-group h2 {
|
738 |
}
|
739 |
|
740 |
/* line 18, sass/partials/_misc.scss */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
741 |
.cmb2-postbox .cmb-spinner, .cmb2-no-box-wrap .cmb-spinner {
|
742 |
float: left;
|
743 |
display: none;
|
744 |
}
|
745 |
|
746 |
+
/* line 24, sass/partials/_misc.scss */
|
747 |
.cmb-spinner {
|
748 |
display: none;
|
749 |
}
|
750 |
+
/* line 26, sass/partials/_misc.scss */
|
751 |
.cmb-spinner.is-active {
|
752 |
display: block;
|
753 |
}
|
754 |
|
755 |
/*--------------------------------------------------------------
|
756 |
+
* Collapsible UI
|
757 |
--------------------------------------------------------------*/
|
758 |
+
/* line 6, sass/partials/_collapsible_ui.scss */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
759 |
.cmb2-metabox .cmbhandle {
|
760 |
+
color: #aaaaaa;
|
761 |
float: right;
|
762 |
width: 27px;
|
763 |
height: 30px;
|
765 |
right: -1em;
|
766 |
position: relative;
|
767 |
}
|
768 |
+
/* line 14, sass/partials/_collapsible_ui.scss */
|
769 |
.cmb2-metabox .cmbhandle:before {
|
770 |
content: '\f142';
|
771 |
right: 12px;
|
779 |
-moz-osx-font-smoothing: grayscale;
|
780 |
text-decoration: none !important;
|
781 |
}
|
782 |
+
/* line 31, sass/partials/_collapsible_ui.scss */
|
783 |
.cmb2-metabox .postbox.closed .cmbhandle:before {
|
784 |
content: '\f140';
|
785 |
}
|
786 |
+
/* line 37, sass/partials/_collapsible_ui.scss */
|
787 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row {
|
788 |
-webkit-appearance: none !important;
|
789 |
background: none !important;
|
795 |
padding: 2px 6px 3px;
|
796 |
opacity: .5;
|
797 |
}
|
798 |
+
/* line 47, sass/partials/_collapsible_ui.scss */
|
799 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]) {
|
800 |
cursor: pointer;
|
801 |
color: #a00;
|
802 |
opacity: 1;
|
803 |
}
|
804 |
+
/* line 51, sass/partials/_collapsible_ui.scss */
|
805 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]):hover {
|
806 |
color: #f00;
|
807 |
}
|
1266 |
/**
|
1267 |
* CMB2 Frontend
|
1268 |
*/
|
1269 |
+
/*--------------------------------------------------------------
|
1270 |
+
* CMB2 Frontend
|
1271 |
+
--------------------------------------------------------------*/
|
1272 |
+
/* line 5, sass/partials/_front.scss */
|
1273 |
.closed .inside {
|
1274 |
display: none;
|
1275 |
}
|
1276 |
|
1277 |
+
/* line 9, sass/partials/_front.scss */
|
1278 |
.cmb-repeatable-grouping {
|
1279 |
position: relative;
|
1280 |
}
|
1281 |
+
/* line 12, sass/partials/_front.scss */
|
1282 |
.cmb-repeatable-grouping .cmb-group-title {
|
1283 |
margin-left: -1em;
|
1284 |
margin-right: -1em;
|
1285 |
min-height: 1.5em;
|
1286 |
}
|
1287 |
+
/* line 18, sass/partials/_front.scss */
|
1288 |
.cmb-repeatable-grouping h3 {
|
1289 |
font-size: 14px;
|
1290 |
padding: 8px 12px;
|
1292 |
line-height: 1.4;
|
1293 |
}
|
1294 |
|
1295 |
+
/* line 29, sass/partials/_front.scss */
|
1296 |
.cmb-repeatable-group.repeatable .cmb-group-title {
|
1297 |
padding-left: 2.2em;
|
1298 |
}
|
1299 |
+
/* line 33, sass/partials/_front.scss */
|
1300 |
.cmb-repeatable-group.non-repeatable .cmb-group-title {
|
1301 |
padding-left: 12px;
|
1302 |
}
|
1303 |
|
1304 |
+
/* line 39, sass/partials/_front.scss */
|
1305 |
.cmb-type-group .cmb-row .cmbhandle {
|
1306 |
right: 0;
|
1307 |
position: absolute;
|
1308 |
}
|
1309 |
|
1310 |
+
/* line 44, sass/partials/_front.scss */
|
1311 |
.cmb-spinner {
|
1312 |
background: url(/wp-admin/images/spinner.gif) no-repeat;
|
1313 |
-webkit-background-size: 20px 20px;
|
includes/lib/cmb2/css/cmb2-front.min.css
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
.cmb2-wrap{margin:0}.cmb2-wrap input,.cmb2-wrap textarea{font-size:14px;max-width:100%;padding:5px}.cmb2-wrap input[type=text].cmb2-oembed{width:100%}.cmb2-wrap textarea{width:500px}.cmb2-wrap textarea.cmb2-textarea-code{font-family:"Courier 10 Pitch",Courier,monospace;line-height:16px}.cmb2-wrap input.cmb2-text-small,.cmb2-wrap input.cmb2-timepicker{width:100px}.cmb2-wrap input.cmb2-text-money{width:90px}.cmb2-wrap input.cmb2-text-medium{width:230px}.cmb2-wrap input.cmb2-upload-file{width:65%}.cmb2-wrap input.ed_button{padding:2px 4px}.cmb2-wrap input:not([type=hidden])+.button-secondary,.cmb2-wrap input:not([type=hidden])+input,.cmb2-wrap input:not([type=hidden])+select{margin-left:20px}.cmb2-wrap ul{margin:0}.cmb2-wrap li{font-size:14px;line-height:16px;margin:1px 0 5px}.cmb2-wrap select{font-size:14px;margin-top:3px}.cmb2-wrap input:focus,.cmb2-wrap textarea:focus{background:#fffff8}.cmb2-wrap input[type=checkbox],.cmb2-wrap input[type=radio]{margin:0 5px 0 0;padding:0}.cmb2-wrap .button-secondary,.cmb2-wrap button{white-space:nowrap}.cmb2-wrap .mceLayout{border:1px solid #e9e9e9!important}.cmb2-wrap .mceIframeContainer{background:#fff}.cmb2-wrap .meta_mce{width:97%}.cmb2-wrap .meta_mce textarea{width:100%}.cmb2-wrap .wp-color-result,.cmb2-wrap .wp-picker-input-wrap{vertical-align:middle}.cmb2-wrap .wp-color-result,.cmb2-wrap .wp-picker-container{margin:0 10px 0 0}.cmb2-wrap .cmb-row{margin:0}.cmb2-wrap .cmb-row:after{content:'';clear:both;display:block;width:100%}.cmb2-wrap .cmb-row.cmb-repeat-row{padding:1.8em 0 0}.cmb2-wrap .cmb-row.cmb-repeat-row:first-of-type{padding:0}.cmb2-wrap .cmb-row.cmb-repeat .cmb2-metabox-description{padding-top:0;padding-bottom:1.8em}.cmb2-metabox{clear:both;margin:0}.cmb2-metabox .cmb-field-list>.cmb-row:first-of-type>.cmb-td,.cmb2-metabox .cmb-field-list>.cmb-row:first-of-type>.cmb-th,.cmb2-metabox>.cmb-row:first-of-type>.cmb-td,.cmb2-metabox>.cmb-row:first-of-type>.cmb-th{border:0}.cmb2-metabox>.cmb-row .cmb-repeat-table .cmb-row>.cmb-td{padding-right:20px;box-sizing:border-box;float:left}.cmb-add-row{margin:1.8em 0 0}.cmb-nested .cmb-td,.cmb-repeatable-group .cmb-th,.cmb-repeatable-group:first-of-type{border:0}.cmb-repeatable-group:last-of-type,.cmb-row:last-of-type,.cmb2-wrap .cmb-row:last-of-type{border-bottom:0}.cmb-repeatable-grouping{border:1px solid #e9e9e9;padding:0 1em;max-width:1000px}.cmb-repeatable-grouping.cmb-row{margin:0 0 .8em}.cmb-th{color:#222;float:left;font-weight:600;line-height:1.3;padding:20px 10px 20px 0;vertical-align:top;width:200px}@media (max-width:450px){.cmb-th{font-size:1.2em;display:block;float:none;padding-bottom:1em;text-align:left;width:100%}.cmb-th label{display:block;margin-top:0;padding-bottom:5px}.cmb-th label:after{border-bottom:1px solid #e9e9e9;content:'';clear:both;display:block;padding-top:.4em}}.cmb-td{line-height:1.3;max-width:100%;padding:15px 10px;vertical-align:middle}.cmb-type-title .cmb-td{padding:0}.cmb-th label{display:block;padding:5px 0}.cmb-th+.cmb-td{float:left}.cmb-td .cmb-td{padding-bottom:1em}.cmb-remove-row{text-align:right}.empty-row.hidden{display:none}.cmb-repeatable-group .cmb-th{padding:5px}.cmb-repeatable-group .cmb-group-title{background-color:#e9e9e9;padding:8px 12px 8px 2.2em;margin:0 -1em;min-height:1.5em;font-size:14px;line-height:1.4}.cmb-repeatable-group .cmb-group-title h4{border:0;margin:0;font-size:1.2em;font-weight:500;padding:.5em .75em}.cmb-repeatable-group .cmb-group-title .cmb-th{display:block;width:100%}.cmb-repeatable-group .cmb-group-description .cmb-th{font-size:1.2em;display:block;float:none;padding-bottom:1em;text-align:left;width:100%}.cmb-repeatable-group .cmb-group-description .cmb-th label{display:block;margin-top:0;padding-bottom:5px}.cmb-repeatable-group .cmb-group-description .cmb-th label:after{border-bottom:1px solid #e9e9e9;content:'';clear:both;display:block;padding-top:.4em}.cmb-repeatable-group .cmb-shift-rows{font-size:1em;margin-right:1em;text-decoration:none}.cmb-repeatable-group .cmb-shift-rows .dashicons{font-size:1.5em;height:1.5em;line-height:1.2em;width:1em}.cmb-repeatable-group .cmb-shift-rows .dashicons.dashicons-arrow-down-alt2{line-height:1.3em}.cmb-repeatable-group .cmb2-upload-button{float:right}p.cmb2-metabox-description{color:#aaa;font-style:italic;margin:0;padding-top:.5em}span.cmb2-metabox-description{color:#aaa;font-style:italic}.cmb2-metabox-title{margin:0 0 5px;padding:5px 0 0;font-size:14px}.cmb-inline ul{padding:4px 0 0}.cmb-inline li{display:inline-block;padding-right:18px}.cmb-type-textarea-code pre{margin:0}.cmb2-media-status .img-status{clear:none;display:inline-block;vertical-align:middle;margin-right:10px;width:auto}.cmb2-media-status .img-status img{max-width:350px;height:auto}.cmb2-media-status .embed-status,.cmb2-media-status .img-status img{background:#fff;border:1px solid #e9e9e9;border-radius:2px;-moz-border-radius:2px;margin:15px 0 0;padding:5px}.cmb2-media-status .embed-status{float:left;max-width:800px}.cmb2-media-status .embed-status,.cmb2-media-status .img-status{position:relative}.cmb2-media-status .embed-status .cmb2-remove-file-button,.cmb2-media-status .img-status .cmb2-remove-file-button{background:url(../images/ico-delete.png);height:16px;left:-5px;position:absolute;text-indent:-9999px;top:-5px;width:16px}.cmb2-media-status .img-status .cmb2-remove-file-button{top:10px}.cmb2-media-status .file-status>span,.cmb2-media-status .img-status img{cursor:pointer}.cmb-type-file-list .cmb2-media-status .img-status{clear:none;vertical-align:middle;width:auto;margin-right:10px;margin-bottom:10px;margin-top:0}.cmb-attach-list li{clear:both;display:inline-block;width:100%;margin-top:5px;margin-bottom:10px}.cmb-attach-list li img{cursor:move;float:left;margin-right:10px}.cmb2-remove-wrapper{margin:0}.child-cmb2 .cmb-th{text-align:left}@media (max-width:450px){.cmb-td,.cmb-th,.cmb-th+.cmb-td{display:block;float:none;width:100%}}#poststuff .cmb-group-title{margin-left:-1em;margin-right:-1em;min-height:1.5em}#poststuff .repeatable .cmb-group-title{padding-left:2.2em}.cmb-type-group .cmb2-wrap,.cmb2-postbox .cmb2-wrap{margin:0}.cmb-type-group .cmb2-wrap>.cmb-field-list>.cmb-row,.cmb2-postbox .cmb2-wrap>.cmb-field-list>.cmb-row{padding:1.8em 0}.cmb-type-group .cmb2-wrap input[type=text].cmb2-oembed,.cmb2-postbox .cmb2-wrap input[type=text].cmb2-oembed{width:100%}.cmb-type-group .cmb-row,.cmb2-postbox .cmb-row{padding:0 0 1.8em;margin:0 0 .8em}.cmb-type-group .cmb-row .cmbhandle,.cmb2-postbox .cmb-row .cmbhandle{right:-1em;position:relative}.cmb-type-group .cmb-repeatable-grouping,.cmb2-postbox .cmb-repeatable-grouping{padding:0 1em;max-width:100%;min-width:1px!important}.cmb-type-group .cmb-repeatable-group>.cmb-row,.cmb2-postbox .cmb-repeatable-group>.cmb-row{padding-bottom:0}.cmb-type-group .cmb-th,.cmb2-postbox .cmb-th{width:18%;padding:0 2% 0 0}.cmb-type-group .cmb-td,.cmb2-postbox .cmb-td{margin-bottom:0;padding:0;line-height:1.3}.cmb-type-group .cmb-repeat-row .cmb-td,.cmb2-postbox .cmb-repeat-row .cmb-td{padding-bottom:1.8em}.cmb-type-group .cmb-th+.cmb-td,.cmb2-postbox .cmb-th+.cmb-td{width:80%;float:right}.cmb-type-group .cmb-repeatable-group:not(:last-of-type),.cmb-type-group .cmb-row:not(:last-of-type),.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),.cmb2-postbox .cmb-row:not(:last-of-type){border-bottom:1px solid #e9e9e9}@media (max-width:450px){.cmb-type-group .cmb-repeatable-group:not(:last-of-type),.cmb-type-group .cmb-row:not(:last-of-type),.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),.cmb2-postbox .cmb-row:not(:last-of-type){border-bottom:0}}.cmb-type-group .cmb-remove-field-row,.cmb-type-group .cmb-repeat-group-field,.cmb2-postbox .cmb-remove-field-row,.cmb2-postbox .cmb-repeat-group-field{padding-top:1.8em}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody,.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody,.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody,.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody{display:table;width:100%}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text,.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text,.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text,.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text{width:100%}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row),.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row),.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row),.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row){display:table-row}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td,.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td,.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td,.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td{display:table-cell;float:none;width:100%}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td,.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td,.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td,.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td{padding-top:1.8em}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row,.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row,.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row,.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row{padding-right:0}.js .cmb2-postbox.context-box .toggle-indicator:before{content:"\f142";display:inline-block;font:400 20px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.js .cmb2-postbox.context-box.closed .toggle-indicator:before{content:"\f140"}.cmb2-postbox.context-box{margin-bottom:10px}.cmb2-postbox.context-box.context-after_title-box,.cmb2-postbox.context-box.context-before_permalink-box{margin-top:10px}.cmb2-postbox.context-box.context-after_editor-box{margin-top:20px;margin-bottom:0}.cmb2-postbox.context-box.context-form_top-box{margin-top:10px}.cmb2-postbox.context-box.context-form_top-box .hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.cmb2-postbox.context-box .hndle{cursor:auto}.cmb2-context-wrap{margin-top:10px}.cmb2-context-wrap.cmb2-context-wrap-form_top{margin-right:300px;width:auto}.cmb2-context-wrap.cmb2-context-wrap-no-title .cmb2-metabox{padding:10px}.cmb2-context-wrap .cmb-th{padding:0 2% 0 0;width:18%}.cmb2-context-wrap .cmb-td{width:80%;padding:0}.cmb2-context-wrap .cmb-row{margin-bottom:10px}.cmb2-context-wrap .cmb-row:last-of-type{margin-bottom:0}@media only screen and (max-width:850px){.cmb2-context-wrap.cmb2-context-wrap-form_top{margin-right:0}}#poststuff .cmb-repeatable-group h2{margin:0}.edit-tags-php .cmb2-metabox-title,.profile-php .cmb2-metabox-title,.user-edit-php .cmb2-metabox-title{font-size:1.4em}.cmb2-options-page .cmb2-metabox-title{font-size:1.3em;margin:1em 0}.cmb2-options-page .cmb2-metabox-title+p.cmb2-metabox-description{margin-top:-1.6em;margin-bottom:.8em}.cmb2-no-box-wrap .cmb-spinner,.cmb2-postbox .cmb-spinner{float:left;display:none}.cmb-spinner.is-active{display:block}#side-sortables .cmb2-wrap>.cmb-field-list>.cmb-row,.inner-sidebar .cmb2-wrap>.cmb-field-list>.cmb-row{padding:1.4em 0}#side-sortables .cmb2-wrap input[type=text]:not(.wp-color-picker),.inner-sidebar .cmb2-wrap input[type=text]:not(.wp-color-picker){width:100%}#side-sortables .cmb2-wrap input+input:not(.wp-picker-clear),#side-sortables .cmb2-wrap input+select,.inner-sidebar .cmb2-wrap input+input:not(.wp-picker-clear),.inner-sidebar .cmb2-wrap input+select{margin-left:0;margin-top:1em;display:block}#side-sortables .cmb2-wrap input.cmb2-text-money,.inner-sidebar .cmb2-wrap input.cmb2-text-money{max-width:70%}#side-sortables .cmb2-wrap input.cmb2-text-money+.cmb2-metabox-description,.inner-sidebar .cmb2-wrap input.cmb2-text-money+.cmb2-metabox-description{display:block}#side-sortables .cmb2-wrap label,.inner-sidebar .cmb2-wrap label{display:block;font-weight:700;padding:0 0 5px}#side-sortables textarea,.inner-sidebar textarea{max-width:99%}#side-sortables .cmb-repeatable-group,.inner-sidebar .cmb-repeatable-group{border-bottom:1px solid #e9e9e9}#side-sortables .cmb-type-group>.cmb-td>.cmb-repeatable-group,.inner-sidebar .cmb-type-group>.cmb-td>.cmb-repeatable-group{border-bottom:0;margin-bottom:-1.4em}#side-sortables .cmb-td,#side-sortables .cmb-th,#side-sortables .cmb-th+.cmb-td,.inner-sidebar .cmb-td,.inner-sidebar .cmb-th,.inner-sidebar .cmb-th+.cmb-td{width:100%;display:block;float:none}#side-sortables .closed .inside,.inner-sidebar .closed .inside{display:none}#side-sortables .cmb-td .cmb-td,.inner-sidebar .cmb-td .cmb-td{padding-bottom:1em}#side-sortables .cmb-th,.inner-sidebar .cmb-th{display:block;float:none;padding-bottom:1em;text-align:left;width:100%;padding-left:0;padding-right:0}#side-sortables .cmb-th label,.inner-sidebar .cmb-th label{display:block;margin-top:0;padding-bottom:5px}#side-sortables .cmb-th label:after,.inner-sidebar .cmb-th label:after{border-bottom:1px solid #e9e9e9;content:'';clear:both;display:block;padding-top:.4em}#side-sortables .cmb-th label,.inner-sidebar .cmb-th label{font-size:14px;line-height:1.4em}#side-sortables .cmb-group-description .cmb-th,.inner-sidebar .cmb-group-description .cmb-th{padding-top:0}#side-sortables .cmb-group-description .cmb2-metabox-description,#side-sortables .cmb-group-title .cmb-th,.inner-sidebar .cmb-group-description .cmb2-metabox-description,.inner-sidebar .cmb-group-title .cmb-th{padding:0}#side-sortables .cmb-repeatable-grouping+.cmb-repeatable-grouping,.inner-sidebar .cmb-repeatable-grouping+.cmb-repeatable-grouping{margin-top:1em}#side-sortables .cmb2-media-status .embed-status img,#side-sortables .cmb2-media-status .img-status img,.inner-sidebar .cmb2-media-status .embed-status img,.inner-sidebar .cmb2-media-status .img-status img{max-width:90%;height:auto}#side-sortables .cmb2-list label,.inner-sidebar .cmb2-list label{display:inline;font-weight:400}#side-sortables .cmb2-metabox-description,.inner-sidebar .cmb2-metabox-description{display:block;padding:7px 0 0}#side-sortables .cmb-type-checkbox .cmb-td label,#side-sortables .cmb-type-checkbox .cmb2-metabox-description,.inner-sidebar .cmb-type-checkbox .cmb-td label,.inner-sidebar .cmb-type-checkbox .cmb2-metabox-description{font-weight:400;display:inline}#side-sortables .cmb-row .cmb2-metabox-description,.inner-sidebar .cmb-row .cmb2-metabox-description{padding-bottom:1.8em}#side-sortables .cmb2-metabox-title,.inner-sidebar .cmb2-metabox-title{font-size:1.2em;font-style:italic}#side-sortables .cmb-remove-row,.inner-sidebar .cmb-remove-row{clear:both;padding-top:12px;padding-bottom:0}#side-sortables .cmb-type-colorpicker .cmb-repeat-row .cmb-td,.inner-sidebar .cmb-type-colorpicker .cmb-repeat-row .cmb-td{width:auto;clear:none;float:left;padding-top:0}#side-sortables .cmb-type-colorpicker .cmb-repeat-row .cmb-td.cmb-remove-row,.inner-sidebar .cmb-type-colorpicker .cmb-repeat-row .cmb-td.cmb-remove-row{float:right;margin:0}#side-sortables .cmb2-upload-button,.inner-sidebar .cmb2-upload-button{clear:both;margin-top:12px}.cmb2-metabox .cmb-type-group{max-width:1000px}.cmb2-metabox .cmbhandle{color:#aaa;float:right;width:27px;height:30px;cursor:pointer;right:-1em;position:relative}.cmb2-metabox .cmbhandle:before{content:'\f142';right:12px;font:400 20px/1 dashicons;speak:none;display:inline-block;padding:8px 10px;top:0;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.cmb2-metabox .postbox.closed .cmbhandle:before{content:'\f140'}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row{-webkit-appearance:none!important;background:none!important;border:none!important;position:absolute;left:0;top:.5em;line-height:1em;padding:2px 6px 3px;opacity:.5}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]){cursor:pointer;color:#a00;opacity:1}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]):hover{color:red}* html .cmb2-element.ui-helper-clearfix{height:1%}.cmb2-element .ui-datepicker,.cmb2-element.ui-datepicker{padding:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff;border:1px solid #dfdfdf;border-top:none;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.075);box-shadow:0 3px 6px rgba(0,0,0,.075);min-width:17em;width:auto}.cmb2-element .ui-datepicker *,.cmb2-element.ui-datepicker *{padding:0;font-family:"Open Sans",sans-serif;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.cmb2-element .ui-datepicker table,.cmb2-element.ui-datepicker table{font-size:13px;margin:0;border:none;border-collapse:collapse}.cmb2-element .ui-datepicker .ui-datepicker-header,.cmb2-element .ui-datepicker .ui-widget-header,.cmb2-element.ui-datepicker .ui-datepicker-header,.cmb2-element.ui-datepicker .ui-widget-header{border:none;color:#fff;font-weight:400}.cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover,.cmb2-element.ui-datepicker .ui-datepicker-header .ui-state-hover{background:0 0;border-color:transparent;cursor:pointer}.cmb2-element .ui-datepicker .ui-datepicker-title,.cmb2-element.ui-datepicker .ui-datepicker-title{margin:0;padding:10px 0;color:#fff;font-size:14px;line-height:14px;text-align:center}.cmb2-element .ui-datepicker .ui-datepicker-title select,.cmb2-element.ui-datepicker .ui-datepicker-title select{margin-top:-8px;margin-bottom:-8px}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-prev{position:relative;top:0;height:34px;width:34px}.cmb2-element .ui-datepicker .ui-state-hover.ui-datepicker-next,.cmb2-element .ui-datepicker .ui-state-hover.ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-state-hover.ui-datepicker-next,.cmb2-element.ui-datepicker .ui-state-hover.ui-datepicker-prev{border:none}.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element .ui-datepicker .ui-datepicker-prev-hover,.cmb2-element.ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-prev-hover{left:0}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element .ui-datepicker .ui-datepicker-next-hover,.cmb2-element.ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-next-hover{right:0}.cmb2-element .ui-datepicker .ui-datepicker-next span,.cmb2-element .ui-datepicker .ui-datepicker-prev span,.cmb2-element.ui-datepicker .ui-datepicker-next span,.cmb2-element.ui-datepicker .ui-datepicker-prev span{display:none}.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-prev{float:left}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-next{float:right}.cmb2-element .ui-datepicker .ui-datepicker-next:before,.cmb2-element .ui-datepicker .ui-datepicker-prev:before,.cmb2-element.ui-datepicker .ui-datepicker-next:before,.cmb2-element.ui-datepicker .ui-datepicker-prev:before{font:400 20px/34px dashicons;padding-left:7px;color:#fff;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:34px;height:34px}.cmb2-element .ui-datepicker .ui-datepicker-prev:before,.cmb2-element.ui-datepicker .ui-datepicker-prev:before{content:'\f341'}.cmb2-element .ui-datepicker .ui-datepicker-next:before,.cmb2-element.ui-datepicker .ui-datepicker-next:before{content:'\f345'}.cmb2-element .ui-datepicker .ui-datepicker-next-hover:before,.cmb2-element .ui-datepicker .ui-datepicker-prev-hover:before,.cmb2-element.ui-datepicker .ui-datepicker-next-hover:before,.cmb2-element.ui-datepicker .ui-datepicker-prev-hover:before{opacity:.7}.cmb2-element .ui-datepicker select.ui-datepicker-month,.cmb2-element .ui-datepicker select.ui-datepicker-year,.cmb2-element.ui-datepicker select.ui-datepicker-month,.cmb2-element.ui-datepicker select.ui-datepicker-year{width:33%;background:0 0;border-color:transparent;box-shadow:none;color:#fff}.cmb2-element .ui-datepicker select.ui-datepicker-month option,.cmb2-element .ui-datepicker select.ui-datepicker-year option,.cmb2-element.ui-datepicker select.ui-datepicker-month option,.cmb2-element.ui-datepicker select.ui-datepicker-year option{color:#333}.cmb2-element .ui-datepicker thead,.cmb2-element.ui-datepicker thead{color:#fff;font-weight:600}.cmb2-element .ui-datepicker thead th,.cmb2-element.ui-datepicker thead th{font-weight:400}.cmb2-element .ui-datepicker th,.cmb2-element.ui-datepicker th{padding:10px}.cmb2-element .ui-datepicker td,.cmb2-element.ui-datepicker td{padding:0;border:1px solid #f4f4f4}.cmb2-element .ui-datepicker td.ui-datepicker-other-month,.cmb2-element.ui-datepicker td.ui-datepicker-other-month{border:transparent}.cmb2-element .ui-datepicker td.ui-datepicker-week-end,.cmb2-element.ui-datepicker td.ui-datepicker-week-end{background-color:#f4f4f4;border:1px solid #f4f4f4}.cmb2-element .ui-datepicker td.ui-datepicker-week-end.ui-datepicker-today,.cmb2-element.ui-datepicker td.ui-datepicker-week-end.ui-datepicker-today{-webkit-box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1);box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1)}.cmb2-element .ui-datepicker td.ui-datepicker-today,.cmb2-element.ui-datepicker td.ui-datepicker-today{background-color:#f0f0c0}.cmb2-element .ui-datepicker td.ui-datepicker-current-day,.cmb2-element.ui-datepicker td.ui-datepicker-current-day{background:#bd8}.cmb2-element .ui-datepicker td .ui-state-default,.cmb2-element.ui-datepicker td .ui-state-default{background:0 0;border:none;text-align:center;text-decoration:none;width:auto;display:block;padding:5px 10px;font-weight:400;color:#444}.cmb2-element .ui-datepicker td.ui-state-disabled .ui-state-default,.cmb2-element.ui-datepicker td.ui-state-disabled .ui-state-default{opacity:.5}.cmb2-element .ui-datepicker .ui-datepicker-header,.cmb2-element .ui-datepicker .ui-widget-header,.cmb2-element.ui-datepicker .ui-datepicker-header,.cmb2-element.ui-datepicker .ui-widget-header{background:#00a0d2}.cmb2-element .ui-datepicker thead,.cmb2-element.ui-datepicker thead{background:#32373c}.cmb2-element .ui-datepicker td .ui-state-active,.cmb2-element .ui-datepicker td .ui-state-hover,.cmb2-element.ui-datepicker td .ui-state-active,.cmb2-element.ui-datepicker td .ui-state-hover{background:#0073aa;color:#fff}.cmb2-element .ui-datepicker .ui-timepicker-div,.cmb2-element.ui-datepicker .ui-timepicker-div{font-size:14px}.cmb2-element .ui-datepicker .ui-timepicker-div dl,.cmb2-element.ui-datepicker .ui-timepicker-div dl{text-align:left;padding:0 .6em}.cmb2-element .ui-datepicker .ui-timepicker-div dl dt,.cmb2-element.ui-datepicker .ui-timepicker-div dl dt{float:left;clear:left;padding:0 0 0 5px}.cmb2-element .ui-datepicker .ui-timepicker-div dl dd,.cmb2-element.ui-datepicker .ui-timepicker-div dl dd{margin:0 10px 10px 40%}.cmb2-element .ui-datepicker .ui-timepicker-div dl dd select,.cmb2-element.ui-datepicker .ui-timepicker-div dl dd select{width:100%}.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane{padding:.6em;text-align:left}.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-primary,.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-secondary,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-primary,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-secondary{padding:0 10px 1px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin:0 .6em .4em .4em}.admin-color-fresh .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-fresh .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-fresh .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-fresh .cmb2-element.ui-datepicker .ui-widget-header{background:#00a0d2}.admin-color-fresh .cmb2-element .ui-datepicker thead,.admin-color-fresh .cmb2-element.ui-datepicker thead{background:#32373c}.admin-color-fresh .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-fresh .cmb2-element.ui-datepicker td .ui-state-hover{background:#0073aa;color:#fff}.admin-color-blue .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-blue .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-blue .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-blue .cmb2-element.ui-datepicker .ui-widget-header{background:#52accc}.admin-color-blue .cmb2-element .ui-datepicker thead,.admin-color-blue .cmb2-element.ui-datepicker thead{background:#4796b3}.admin-color-blue .cmb2-element .ui-datepicker td .ui-state-active,.admin-color-blue .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-blue .cmb2-element.ui-datepicker td .ui-state-active,.admin-color-blue .cmb2-element.ui-datepicker td .ui-state-hover{background:#096484;color:#fff}.admin-color-blue .cmb2-element .ui-datepicker td.ui-datepicker-today,.admin-color-blue .cmb2-element.ui-datepicker td.ui-datepicker-today{background:#eee}.admin-color-coffee .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-coffee .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-coffee .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-coffee .cmb2-element.ui-datepicker .ui-widget-header{background:#59524c}.admin-color-coffee .cmb2-element .ui-datepicker thead,.admin-color-coffee .cmb2-element.ui-datepicker thead{background:#46403c}.admin-color-coffee .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-coffee .cmb2-element.ui-datepicker td .ui-state-hover{background:#c7a589;color:#fff}.admin-color-ectoplasm .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-ectoplasm .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-ectoplasm .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-ectoplasm .cmb2-element.ui-datepicker .ui-widget-header{background:#523f6d}.admin-color-ectoplasm .cmb2-element .ui-datepicker thead,.admin-color-ectoplasm .cmb2-element.ui-datepicker thead{background:#413256}.admin-color-ectoplasm .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-ectoplasm .cmb2-element.ui-datepicker td .ui-state-hover{background:#a3b745;color:#fff}.admin-color-midnight .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-midnight .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-midnight .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-midnight .cmb2-element.ui-datepicker .ui-widget-header{background:#363b3f}.admin-color-midnight .cmb2-element .ui-datepicker thead,.admin-color-midnight .cmb2-element.ui-datepicker thead{background:#26292c}.admin-color-midnight .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-midnight .cmb2-element.ui-datepicker td .ui-state-hover{background:#e14d43;color:#fff}.admin-color-ocean .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-ocean .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-ocean .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-ocean .cmb2-element.ui-datepicker .ui-widget-header{background:#738e96}.admin-color-ocean .cmb2-element .ui-datepicker thead,.admin-color-ocean .cmb2-element.ui-datepicker thead{background:#627c83}.admin-color-ocean .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-ocean .cmb2-element.ui-datepicker td .ui-state-hover{background:#9ebaa0;color:#fff}.admin-color-sunrise .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-sunrise .cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover,.admin-color-sunrise .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-datepicker-header .ui-state-hover,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-widget-header{background:#cf4944}.admin-color-sunrise .cmb2-element .ui-datepicker th,.admin-color-sunrise .cmb2-element.ui-datepicker th{border-color:#be3631;background:#be3631}.admin-color-sunrise .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-sunrise .cmb2-element.ui-datepicker td .ui-state-hover{background:#dd823b;color:#fff}.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-light .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-light .cmb2-element.ui-datepicker .ui-widget-header{background:#e5e5e5}.admin-color-light .cmb2-element .ui-datepicker select.ui-datepicker-month,.admin-color-light .cmb2-element .ui-datepicker select.ui-datepicker-year,.admin-color-light .cmb2-element.ui-datepicker select.ui-datepicker-month,.admin-color-light .cmb2-element.ui-datepicker select.ui-datepicker-year{color:#555}.admin-color-light .cmb2-element .ui-datepicker thead,.admin-color-light .cmb2-element.ui-datepicker thead{background:#888}.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-next:before,.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-prev:before,.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-title,.admin-color-light .cmb2-element .ui-datepicker td .ui-state-default,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-next:before,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-prev:before,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-title,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-default{color:#555}.admin-color-light .cmb2-element .ui-datepicker td .ui-state-active,.admin-color-light .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-active,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-hover{background:#ccc}.admin-color-light .cmb2-element .ui-datepicker td.ui-datepicker-today,.admin-color-light .cmb2-element.ui-datepicker td.ui-datepicker-today{background:#eee}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-bbp-evergreen .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker .ui-widget-header{background:#56b274}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker thead,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker thead{background:#36533f}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker td .ui-state-hover{background:#446950;color:#fff}.admin-color-bbp-mint .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-bbp-mint .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-bbp-mint .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-bbp-mint .cmb2-element.ui-datepicker .ui-widget-header{background:#4ca26a}.admin-color-bbp-mint .cmb2-element .ui-datepicker thead,.admin-color-bbp-mint .cmb2-element.ui-datepicker thead{background:#4f6d59}.admin-color-bbp-mint .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-bbp-mint .cmb2-element.ui-datepicker td .ui-state-hover{background:#5fb37c;color:#fff}.closed .inside{display:none}.cmb-repeatable-grouping{position:relative}.cmb-repeatable-grouping .cmb-group-title{margin-left:-1em;margin-right:-1em;min-height:1.5em}.cmb-repeatable-grouping h3{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.cmb-repeatable-group.repeatable .cmb-group-title{padding-left:2.2em}.cmb-repeatable-group.non-repeatable .cmb-group-title{padding-left:12px}.cmb-type-group .cmb-row .cmbhandle{right:0;position:absolute}.cmb-spinner{background:url(/wp-admin/images/spinner.gif) no-repeat;-webkit-background-size:20px 20px;background-size:20px 20px;display:none;float:right;vertical-align:middle;opacity:.7;filter:alpha(opacity=70);width:20px;height:20px;margin:4px 10px 0}
|
|
1 |
+
/*! CMB2 - v2.4.2 - 2018-05-29 | https://cmb2.io | Copyright (c) 2018 CMB2 team | Licensed GPLv2 */
|
2 |
+
@charset "UTF-8";.cmb2-wrap{margin:0}.cmb2-wrap input,.cmb2-wrap textarea{font-size:14px;max-width:100%;padding:5px}.cmb2-wrap input[type=text].cmb2-oembed{width:100%}.cmb2-wrap textarea{width:500px}.cmb2-wrap textarea.cmb2-textarea-code{font-family:"Courier 10 Pitch",Courier,monospace;line-height:16px}.cmb2-wrap input.cmb2-text-small,.cmb2-wrap input.cmb2-timepicker{width:100px}.cmb2-wrap input.cmb2-text-money{width:90px}.cmb2-wrap input.cmb2-text-medium{width:230px}.cmb2-wrap input.cmb2-upload-file{width:65%}.cmb2-wrap input.ed_button{padding:2px 4px}.cmb2-wrap input:not([type=hidden])+.button-secondary,.cmb2-wrap input:not([type=hidden])+input,.cmb2-wrap input:not([type=hidden])+select{margin-left:20px}.cmb2-wrap ul{margin:0}.cmb2-wrap li{font-size:14px;line-height:16px;margin:1px 0 5px}.cmb2-wrap select{font-size:14px;margin-top:3px}.cmb2-wrap input:focus,.cmb2-wrap textarea:focus{background:#fffff8}.cmb2-wrap input[type=checkbox],.cmb2-wrap input[type=radio]{margin:0 5px 0 0;padding:0}.cmb2-wrap .button-secondary,.cmb2-wrap button{white-space:nowrap}.cmb2-wrap .mceLayout{border:1px solid #e9e9e9!important}.cmb2-wrap .mceIframeContainer{background:#fff}.cmb2-wrap .meta_mce{width:97%}.cmb2-wrap .meta_mce textarea{width:100%}.cmb2-wrap .wp-color-result,.cmb2-wrap .wp-picker-input-wrap{vertical-align:middle}.cmb2-wrap .wp-color-result,.cmb2-wrap .wp-picker-container{margin:0 10px 0 0}.cmb2-wrap .cmb-row{margin:0}.cmb2-wrap .cmb-row:after{content:'';clear:both;display:block;width:100%}.cmb2-wrap .cmb-row.cmb-repeat .cmb2-metabox-description{padding-top:0;padding-bottom:1em}.cmb2-metabox{clear:both;margin:0}.cmb2-metabox .cmb-field-list>.cmb-row:first-of-type>.cmb-td,.cmb2-metabox .cmb-field-list>.cmb-row:first-of-type>.cmb-th,.cmb2-metabox>.cmb-row:first-of-type>.cmb-td,.cmb2-metabox>.cmb-row:first-of-type>.cmb-th{border:0}.cmb-add-row{margin:1.8em 0 0}.cmb-nested .cmb-td,.cmb-repeatable-group .cmb-th,.cmb-repeatable-group:first-of-type{border:0}.cmb-repeatable-group:last-of-type,.cmb-row:last-of-type,.cmb2-wrap .cmb-row:last-of-type{border-bottom:0}.cmb-repeatable-grouping{border:1px solid #e9e9e9;padding:0 1em}.cmb-repeatable-grouping.cmb-row{margin:0 0 .8em}.cmb-th{color:#222;float:left;font-weight:600;line-height:1.3;padding:20px 10px 20px 0;vertical-align:top;width:200px}@media (max-width:450px){.cmb-th{font-size:1.2em;display:block;float:none;padding-bottom:1em;text-align:left;width:100%}.cmb-th label{display:block;margin-top:0;margin-bottom:.5em}}.cmb-td{line-height:1.3;max-width:100%;padding:15px 10px;vertical-align:middle}.cmb-type-title .cmb-td{padding:0}.cmb-th label{display:block;padding:5px 0}.cmb-th+.cmb-td{float:left}.cmb-td .cmb-td{padding-bottom:1em}.cmb-remove-row{text-align:right}.empty-row.hidden{display:none}.cmb-repeat-table{background-color:#fafafa;border:1px solid #e1e1e1}.cmb-repeat-table .cmb-row.cmb-repeat-row{position:relative;counter-increment:el;margin:0;padding:10px 10px 10px 50px;border-bottom:none!important}.cmb-repeat-table .cmb-row.cmb-repeat-row+.cmb-repeat-row{border-top:solid 1px #e9e9e9}.cmb-repeat-table .cmb-row.cmb-repeat-row:before{content:counter(el);display:block;top:0;left:0;position:absolute;width:35px;height:100%;line-height:35px;color:#aaa;text-align:center;border-right:solid 1px #e9e9e9}.cmb-repeat-table .cmb-row.cmb-repeat-row .cmb-td{margin:0;padding:0}.cmb-repeat-table+.cmb-add-row{margin:0}.cmb-repeat-table+.cmb-add-row:before{content:'';width:1px;height:1.6em;display:block;margin-left:17px;background-color:#dcdcdc}.cmb-repeat-table .cmb-remove-row{top:7px;right:7px;position:absolute;width:auto;margin-left:0;padding:0!important;display:none}.cmb-repeat-table .cmb-remove-row>.cmb-remove-row-button{font-size:20px;text-indent:-1000px;overflow:hidden;position:relative;height:auto;line-height:1;padding:0 10px}.cmb-repeat-table .cmb-remove-row>.cmb-remove-row-button:before{content:"";font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center}.cmb-repeat-table .cmb-repeat-row:hover .cmb-remove-row{display:block}.cmb-repeatable-group .cmb-th{padding:5px}.cmb-repeatable-group .cmb-group-title{background-color:#e9e9e9;padding:8px 12px 8px 2.2em;margin:0 -1em;min-height:1.5em;font-size:14px;line-height:1.4}.cmb-repeatable-group .cmb-group-title h4{border:0;margin:0;font-size:1.2em;font-weight:500;padding:.5em .75em}.cmb-repeatable-group .cmb-group-title .cmb-th{display:block;width:100%}.cmb-repeatable-group .cmb-group-description .cmb-th{font-size:1.2em;display:block;float:none;padding-bottom:1em;text-align:left;width:100%}.cmb-repeatable-group .cmb-group-description .cmb-th label{display:block;margin-top:0;margin-bottom:.5em}.cmb-repeatable-group .cmb-shift-rows{font-size:1em;margin-right:1em;text-decoration:none}.cmb-repeatable-group .cmb-shift-rows .dashicons{font-size:1.5em;height:1.5em;line-height:1.2em;width:1em}.cmb-repeatable-group .cmb-shift-rows .dashicons.dashicons-arrow-down-alt2{line-height:1.3em}.cmb-repeatable-group .cmb2-upload-button{float:right}p.cmb2-metabox-description{color:#aaa;font-style:italic;margin:0;padding-top:.5em}span.cmb2-metabox-description{color:#aaa;font-style:italic}.cmb2-metabox-title{margin:0 0 5px;padding:5px 0 0;font-size:14px}.cmb-inline ul{padding:4px 0 0}.cmb-inline li{display:inline-block;padding-right:18px}.cmb-type-textarea-code pre{margin:0}.cmb2-media-status .img-status{clear:none;display:inline-block;vertical-align:middle;margin-right:10px;width:auto}.cmb2-media-status .img-status img{max-width:350px;height:auto}.cmb2-media-status .embed-status,.cmb2-media-status .img-status img{background:#eee;border:5px solid #fff;outline:1px solid #e9e9e9;box-shadow:inset 0 0 15px rgba(0,0,0,.3),inset 0 0 0 1px rgba(0,0,0,.05);background-image:linear-gradient(45deg,#d0d0d0 25%,transparent 25%,transparent 75%,#d0d0d0 75%,#d0d0d0),linear-gradient(45deg,#d0d0d0 25%,transparent 25%,transparent 75%,#d0d0d0 75%,#d0d0d0);background-position:0 0,10px 10px;background-size:20px 20px;border-radius:2px;-moz-border-radius:2px;margin:15px 0 0}.cmb2-media-status .embed-status{float:left;max-width:800px}.cmb2-media-status .embed-status,.cmb2-media-status .img-status{position:relative}.cmb2-media-status .embed-status .cmb2-remove-file-button,.cmb2-media-status .img-status .cmb2-remove-file-button{background:url(../images/ico-delete.png);height:16px;left:-5px;position:absolute;text-indent:-9999px;top:-5px;width:16px}.cmb2-media-status .img-status .cmb2-remove-file-button{top:10px}.cmb2-media-status .file-status>span,.cmb2-media-status .img-status img{cursor:pointer}.cmb2-media-status.cmb-attach-list .file-status>span,.cmb2-media-status.cmb-attach-list .img-status img{cursor:move}.cmb-type-file-list .cmb2-media-status .img-status{clear:none;vertical-align:middle;width:auto;margin-right:10px;margin-bottom:10px;margin-top:0}.cmb-attach-list li{clear:both;display:inline-block;width:100%;margin-top:5px;margin-bottom:10px}.cmb-attach-list li img{float:left;margin-right:10px}.cmb2-remove-wrapper{margin:0}.child-cmb2 .cmb-th{text-align:left}.cmb2-indented-hierarchy{padding-left:1.5em}@media (max-width:450px){.cmb-td,.cmb-th,.cmb-th+.cmb-td{display:block;float:none;width:100%}}#poststuff .cmb-group-title{margin-left:-1em;margin-right:-1em;min-height:1.5em}#poststuff .repeatable .cmb-group-title{padding-left:2.2em}.cmb-type-group .cmb2-wrap,.cmb2-postbox .cmb2-wrap{margin:0}.cmb-type-group .cmb2-wrap>.cmb-field-list>.cmb-row,.cmb2-postbox .cmb2-wrap>.cmb-field-list>.cmb-row{padding:1.8em 0}.cmb-type-group .cmb2-wrap input[type=text].cmb2-oembed,.cmb2-postbox .cmb2-wrap input[type=text].cmb2-oembed{width:100%}.cmb-type-group .cmb-row,.cmb2-postbox .cmb-row{padding:0 0 1.8em;margin:0 0 .8em}.cmb-type-group .cmb-row .cmbhandle,.cmb2-postbox .cmb-row .cmbhandle{right:-1em;position:relative}.cmb-type-group .cmb-repeatable-grouping,.cmb2-postbox .cmb-repeatable-grouping{padding:0 1em;max-width:100%;min-width:1px!important}.cmb-type-group .cmb-repeatable-group>.cmb-row,.cmb2-postbox .cmb-repeatable-group>.cmb-row{padding-bottom:0}.cmb-type-group .cmb-th,.cmb2-postbox .cmb-th{width:18%;padding:0 2% 0 0}.cmb-type-group .cmb-td,.cmb2-postbox .cmb-td{margin-bottom:0;padding:0;line-height:1.3}.cmb-type-group .cmb-th+.cmb-td,.cmb2-postbox .cmb-th+.cmb-td{width:80%;float:right}.cmb-type-group .cmb-repeatable-group:not(:last-of-type),.cmb-type-group .cmb-row:not(:last-of-type),.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),.cmb2-postbox .cmb-row:not(:last-of-type){border-bottom:1px solid #e9e9e9}@media (max-width:450px){.cmb-type-group .cmb-repeatable-group:not(:last-of-type),.cmb-type-group .cmb-row:not(:last-of-type),.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),.cmb2-postbox .cmb-row:not(:last-of-type){border-bottom:0}}.cmb-type-group .cmb-remove-field-row,.cmb-type-group .cmb-repeat-group-field,.cmb2-postbox .cmb-remove-field-row,.cmb2-postbox .cmb-repeat-group-field{padding-top:1.8em}.js .cmb2-postbox.context-box .toggle-indicator:before{content:"\f142";display:inline-block;font:400 20px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.js .cmb2-postbox.context-box.closed .toggle-indicator:before{content:"\f140"}.cmb2-postbox.context-box{margin-bottom:10px}.cmb2-postbox.context-box.context-after_title-box,.cmb2-postbox.context-box.context-before_permalink-box{margin-top:10px}.cmb2-postbox.context-box.context-after_editor-box{margin-top:20px;margin-bottom:0}.cmb2-postbox.context-box.context-form_top-box{margin-top:10px}.cmb2-postbox.context-box.context-form_top-box .hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.cmb2-postbox.context-box .hndle{cursor:auto}.cmb2-context-wrap{margin-top:10px}.cmb2-context-wrap.cmb2-context-wrap-form_top{margin-right:300px;width:auto}.cmb2-context-wrap.cmb2-context-wrap-no-title .cmb2-metabox{padding:10px}.cmb2-context-wrap .cmb-th{padding:0 2% 0 0;width:18%}.cmb2-context-wrap .cmb-td{width:80%;padding:0}.cmb2-context-wrap .cmb-row{margin-bottom:10px}.cmb2-context-wrap .cmb-row:last-of-type{margin-bottom:0}@media only screen and (max-width:850px){.cmb2-context-wrap.cmb2-context-wrap-form_top{margin-right:0}}#poststuff .cmb-repeatable-group h2{margin:0}.edit-tags-php .cmb2-metabox-title,.profile-php .cmb2-metabox-title,.user-edit-php .cmb2-metabox-title{font-size:1.4em}.cmb2-no-box-wrap .cmb-spinner,.cmb2-postbox .cmb-spinner{float:left;display:none}.cmb-spinner.is-active{display:block}.cmb2-metabox .cmbhandle{color:#aaa;float:right;width:27px;height:30px;cursor:pointer;right:-1em;position:relative}.cmb2-metabox .cmbhandle:before{content:'\f142';right:12px;font:400 20px/1 dashicons;speak:none;display:inline-block;padding:8px 10px;top:0;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.cmb2-metabox .postbox.closed .cmbhandle:before{content:'\f140'}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row{-webkit-appearance:none!important;background:none!important;border:none!important;position:absolute;left:0;top:.5em;line-height:1em;padding:2px 6px 3px;opacity:.5}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]){cursor:pointer;color:#a00;opacity:1}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]):hover{color:red}* html .cmb2-element.ui-helper-clearfix{height:1%}.cmb2-element .ui-datepicker,.cmb2-element.ui-datepicker{padding:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff;border:1px solid #dfdfdf;border-top:none;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.075);box-shadow:0 3px 6px rgba(0,0,0,.075);min-width:17em;width:auto}.cmb2-element .ui-datepicker *,.cmb2-element.ui-datepicker *{padding:0;font-family:"Open Sans",sans-serif;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.cmb2-element .ui-datepicker table,.cmb2-element.ui-datepicker table{font-size:13px;margin:0;border:none;border-collapse:collapse}.cmb2-element .ui-datepicker .ui-datepicker-header,.cmb2-element .ui-datepicker .ui-widget-header,.cmb2-element.ui-datepicker .ui-datepicker-header,.cmb2-element.ui-datepicker .ui-widget-header{border:none;color:#fff;font-weight:400}.cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover,.cmb2-element.ui-datepicker .ui-datepicker-header .ui-state-hover{background:0 0;border-color:transparent;cursor:pointer}.cmb2-element .ui-datepicker .ui-datepicker-title,.cmb2-element.ui-datepicker .ui-datepicker-title{margin:0;padding:10px 0;color:#fff;font-size:14px;line-height:14px;text-align:center}.cmb2-element .ui-datepicker .ui-datepicker-title select,.cmb2-element.ui-datepicker .ui-datepicker-title select{margin-top:-8px;margin-bottom:-8px}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-prev{position:relative;top:0;height:34px;width:34px}.cmb2-element .ui-datepicker .ui-state-hover.ui-datepicker-next,.cmb2-element .ui-datepicker .ui-state-hover.ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-state-hover.ui-datepicker-next,.cmb2-element.ui-datepicker .ui-state-hover.ui-datepicker-prev{border:none}.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element .ui-datepicker .ui-datepicker-prev-hover,.cmb2-element.ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-prev-hover{left:0}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element .ui-datepicker .ui-datepicker-next-hover,.cmb2-element.ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-next-hover{right:0}.cmb2-element .ui-datepicker .ui-datepicker-next span,.cmb2-element .ui-datepicker .ui-datepicker-prev span,.cmb2-element.ui-datepicker .ui-datepicker-next span,.cmb2-element.ui-datepicker .ui-datepicker-prev span{display:none}.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-prev{float:left}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-next{float:right}.cmb2-element .ui-datepicker .ui-datepicker-next:before,.cmb2-element .ui-datepicker .ui-datepicker-prev:before,.cmb2-element.ui-datepicker .ui-datepicker-next:before,.cmb2-element.ui-datepicker .ui-datepicker-prev:before{font:400 20px/34px dashicons;padding-left:7px;color:#fff;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:34px;height:34px}.cmb2-element .ui-datepicker .ui-datepicker-prev:before,.cmb2-element.ui-datepicker .ui-datepicker-prev:before{content:'\f341'}.cmb2-element .ui-datepicker .ui-datepicker-next:before,.cmb2-element.ui-datepicker .ui-datepicker-next:before{content:'\f345'}.cmb2-element .ui-datepicker .ui-datepicker-next-hover:before,.cmb2-element .ui-datepicker .ui-datepicker-prev-hover:before,.cmb2-element.ui-datepicker .ui-datepicker-next-hover:before,.cmb2-element.ui-datepicker .ui-datepicker-prev-hover:before{opacity:.7}.cmb2-element .ui-datepicker select.ui-datepicker-month,.cmb2-element .ui-datepicker select.ui-datepicker-year,.cmb2-element.ui-datepicker select.ui-datepicker-month,.cmb2-element.ui-datepicker select.ui-datepicker-year{width:33%;background:0 0;border-color:transparent;box-shadow:none;color:#fff}.cmb2-element .ui-datepicker select.ui-datepicker-month option,.cmb2-element .ui-datepicker select.ui-datepicker-year option,.cmb2-element.ui-datepicker select.ui-datepicker-month option,.cmb2-element.ui-datepicker select.ui-datepicker-year option{color:#333}.cmb2-element .ui-datepicker thead,.cmb2-element.ui-datepicker thead{color:#fff;font-weight:600}.cmb2-element .ui-datepicker thead th,.cmb2-element.ui-datepicker thead th{font-weight:400}.cmb2-element .ui-datepicker th,.cmb2-element.ui-datepicker th{padding:10px}.cmb2-element .ui-datepicker td,.cmb2-element.ui-datepicker td{padding:0;border:1px solid #f4f4f4}.cmb2-element .ui-datepicker td.ui-datepicker-other-month,.cmb2-element.ui-datepicker td.ui-datepicker-other-month{border:transparent}.cmb2-element .ui-datepicker td.ui-datepicker-week-end,.cmb2-element.ui-datepicker td.ui-datepicker-week-end{background-color:#f4f4f4;border:1px solid #f4f4f4}.cmb2-element .ui-datepicker td.ui-datepicker-week-end.ui-datepicker-today,.cmb2-element.ui-datepicker td.ui-datepicker-week-end.ui-datepicker-today{-webkit-box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1);box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1)}.cmb2-element .ui-datepicker td.ui-datepicker-today,.cmb2-element.ui-datepicker td.ui-datepicker-today{background-color:#f0f0c0}.cmb2-element .ui-datepicker td.ui-datepicker-current-day,.cmb2-element.ui-datepicker td.ui-datepicker-current-day{background:#bd8}.cmb2-element .ui-datepicker td .ui-state-default,.cmb2-element.ui-datepicker td .ui-state-default{background:0 0;border:none;text-align:center;text-decoration:none;width:auto;display:block;padding:5px 10px;font-weight:400;color:#444}.cmb2-element .ui-datepicker td.ui-state-disabled .ui-state-default,.cmb2-element.ui-datepicker td.ui-state-disabled .ui-state-default{opacity:.5}.cmb2-element .ui-datepicker .ui-datepicker-header,.cmb2-element .ui-datepicker .ui-widget-header,.cmb2-element.ui-datepicker .ui-datepicker-header,.cmb2-element.ui-datepicker .ui-widget-header{background:#00a0d2}.cmb2-element .ui-datepicker thead,.cmb2-element.ui-datepicker thead{background:#32373c}.cmb2-element .ui-datepicker td .ui-state-active,.cmb2-element .ui-datepicker td .ui-state-hover,.cmb2-element.ui-datepicker td .ui-state-active,.cmb2-element.ui-datepicker td .ui-state-hover{background:#0073aa;color:#fff}.cmb2-element .ui-datepicker .ui-timepicker-div,.cmb2-element.ui-datepicker .ui-timepicker-div{font-size:14px}.cmb2-element .ui-datepicker .ui-timepicker-div dl,.cmb2-element.ui-datepicker .ui-timepicker-div dl{text-align:left;padding:0 .6em}.cmb2-element .ui-datepicker .ui-timepicker-div dl dt,.cmb2-element.ui-datepicker .ui-timepicker-div dl dt{float:left;clear:left;padding:0 0 0 5px}.cmb2-element .ui-datepicker .ui-timepicker-div dl dd,.cmb2-element.ui-datepicker .ui-timepicker-div dl dd{margin:0 10px 10px 40%}.cmb2-element .ui-datepicker .ui-timepicker-div dl dd select,.cmb2-element.ui-datepicker .ui-timepicker-div dl dd select{width:100%}.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane{padding:.6em;text-align:left}.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-primary,.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-secondary,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-primary,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-secondary{padding:0 10px 1px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin:0 .6em .4em .4em}.admin-color-fresh .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-fresh .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-fresh .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-fresh .cmb2-element.ui-datepicker .ui-widget-header{background:#00a0d2}.admin-color-fresh .cmb2-element .ui-datepicker thead,.admin-color-fresh .cmb2-element.ui-datepicker thead{background:#32373c}.admin-color-fresh .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-fresh .cmb2-element.ui-datepicker td .ui-state-hover{background:#0073aa;color:#fff}.admin-color-blue .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-blue .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-blue .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-blue .cmb2-element.ui-datepicker .ui-widget-header{background:#52accc}.admin-color-blue .cmb2-element .ui-datepicker thead,.admin-color-blue .cmb2-element.ui-datepicker thead{background:#4796b3}.admin-color-blue .cmb2-element .ui-datepicker td .ui-state-active,.admin-color-blue .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-blue .cmb2-element.ui-datepicker td .ui-state-active,.admin-color-blue .cmb2-element.ui-datepicker td .ui-state-hover{background:#096484;color:#fff}.admin-color-blue .cmb2-element .ui-datepicker td.ui-datepicker-today,.admin-color-blue .cmb2-element.ui-datepicker td.ui-datepicker-today{background:#eee}.admin-color-coffee .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-coffee .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-coffee .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-coffee .cmb2-element.ui-datepicker .ui-widget-header{background:#59524c}.admin-color-coffee .cmb2-element .ui-datepicker thead,.admin-color-coffee .cmb2-element.ui-datepicker thead{background:#46403c}.admin-color-coffee .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-coffee .cmb2-element.ui-datepicker td .ui-state-hover{background:#c7a589;color:#fff}.admin-color-ectoplasm .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-ectoplasm .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-ectoplasm .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-ectoplasm .cmb2-element.ui-datepicker .ui-widget-header{background:#523f6d}.admin-color-ectoplasm .cmb2-element .ui-datepicker thead,.admin-color-ectoplasm .cmb2-element.ui-datepicker thead{background:#413256}.admin-color-ectoplasm .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-ectoplasm .cmb2-element.ui-datepicker td .ui-state-hover{background:#a3b745;color:#fff}.admin-color-midnight .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-midnight .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-midnight .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-midnight .cmb2-element.ui-datepicker .ui-widget-header{background:#363b3f}.admin-color-midnight .cmb2-element .ui-datepicker thead,.admin-color-midnight .cmb2-element.ui-datepicker thead{background:#26292c}.admin-color-midnight .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-midnight .cmb2-element.ui-datepicker td .ui-state-hover{background:#e14d43;color:#fff}.admin-color-ocean .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-ocean .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-ocean .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-ocean .cmb2-element.ui-datepicker .ui-widget-header{background:#738e96}.admin-color-ocean .cmb2-element .ui-datepicker thead,.admin-color-ocean .cmb2-element.ui-datepicker thead{background:#627c83}.admin-color-ocean .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-ocean .cmb2-element.ui-datepicker td .ui-state-hover{background:#9ebaa0;color:#fff}.admin-color-sunrise .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-sunrise .cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover,.admin-color-sunrise .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-datepicker-header .ui-state-hover,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-widget-header{background:#cf4944}.admin-color-sunrise .cmb2-element .ui-datepicker th,.admin-color-sunrise .cmb2-element.ui-datepicker th{border-color:#be3631;background:#be3631}.admin-color-sunrise .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-sunrise .cmb2-element.ui-datepicker td .ui-state-hover{background:#dd823b;color:#fff}.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-light .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-light .cmb2-element.ui-datepicker .ui-widget-header{background:#e5e5e5}.admin-color-light .cmb2-element .ui-datepicker select.ui-datepicker-month,.admin-color-light .cmb2-element .ui-datepicker select.ui-datepicker-year,.admin-color-light .cmb2-element.ui-datepicker select.ui-datepicker-month,.admin-color-light .cmb2-element.ui-datepicker select.ui-datepicker-year{color:#555}.admin-color-light .cmb2-element .ui-datepicker thead,.admin-color-light .cmb2-element.ui-datepicker thead{background:#888}.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-next:before,.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-prev:before,.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-title,.admin-color-light .cmb2-element .ui-datepicker td .ui-state-default,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-next:before,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-prev:before,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-title,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-default{color:#555}.admin-color-light .cmb2-element .ui-datepicker td .ui-state-active,.admin-color-light .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-active,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-hover{background:#ccc}.admin-color-light .cmb2-element .ui-datepicker td.ui-datepicker-today,.admin-color-light .cmb2-element.ui-datepicker td.ui-datepicker-today{background:#eee}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-bbp-evergreen .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker .ui-widget-header{background:#56b274}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker thead,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker thead{background:#36533f}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker td .ui-state-hover{background:#446950;color:#fff}.admin-color-bbp-mint .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-bbp-mint .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-bbp-mint .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-bbp-mint .cmb2-element.ui-datepicker .ui-widget-header{background:#4ca26a}.admin-color-bbp-mint .cmb2-element .ui-datepicker thead,.admin-color-bbp-mint .cmb2-element.ui-datepicker thead{background:#4f6d59}.admin-color-bbp-mint .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-bbp-mint .cmb2-element.ui-datepicker td .ui-state-hover{background:#5fb37c;color:#fff}.closed .inside{display:none}.cmb-repeatable-grouping{position:relative}.cmb-repeatable-grouping .cmb-group-title{margin-left:-1em;margin-right:-1em;min-height:1.5em}.cmb-repeatable-grouping h3{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.cmb-repeatable-group.repeatable .cmb-group-title{padding-left:2.2em}.cmb-repeatable-group.non-repeatable .cmb-group-title{padding-left:12px}.cmb-type-group .cmb-row .cmbhandle{right:0;position:absolute}.cmb-spinner{background:url(/wp-admin/images/spinner.gif) no-repeat;-webkit-background-size:20px 20px;background-size:20px 20px;display:none;float:right;vertical-align:middle;opacity:.7;filter:alpha(opacity=70);width:20px;height:20px;margin:4px 10px 0}
|
includes/lib/cmb2/css/cmb2-rtl.css
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
-
|
2 |
-
* CMB2
|
|
|
|
|
|
|
3 |
*/
|
4 |
|
5 |
/*--------------------------------------------------------------
|
6 |
-
Main Wrap
|
7 |
--------------------------------------------------------------*/
|
8 |
|
9 |
/* line 5, sass/partials/_main_wrap.scss */
|
@@ -137,7 +140,7 @@ Main Wrap
|
|
137 |
/* line 111, sass/partials/_main_wrap.scss */
|
138 |
|
139 |
.cmb2-wrap .mceIframeContainer {
|
140 |
-
background: #
|
141 |
}
|
142 |
|
143 |
/* line 115, sass/partials/_main_wrap.scss */
|
@@ -152,27 +155,27 @@ Main Wrap
|
|
152 |
width: 100%;
|
153 |
}
|
154 |
|
155 |
-
/* line
|
156 |
|
157 |
.cmb2-wrap .wp-color-result,
|
158 |
.cmb2-wrap .wp-picker-input-wrap {
|
159 |
vertical-align: middle;
|
160 |
}
|
161 |
|
162 |
-
/* line
|
163 |
|
164 |
.cmb2-wrap .wp-color-result,
|
165 |
.cmb2-wrap .wp-picker-container {
|
166 |
margin: 0 0 0 10px;
|
167 |
}
|
168 |
|
169 |
-
/* line
|
170 |
|
171 |
.cmb2-wrap .cmb-row {
|
172 |
margin: 0;
|
173 |
}
|
174 |
|
175 |
-
/* line
|
176 |
|
177 |
.cmb2-wrap .cmb-row:after {
|
178 |
content: '';
|
@@ -181,33 +184,21 @@ Main Wrap
|
|
181 |
width: 100%;
|
182 |
}
|
183 |
|
184 |
-
/* line
|
185 |
-
|
186 |
-
.cmb2-wrap .cmb-row.cmb-repeat-row {
|
187 |
-
padding: 1.8em 0 0;
|
188 |
-
}
|
189 |
-
|
190 |
-
/* line 149, sass/partials/_main_wrap.scss */
|
191 |
-
|
192 |
-
.cmb2-wrap .cmb-row.cmb-repeat-row:first-of-type {
|
193 |
-
padding: 0;
|
194 |
-
}
|
195 |
-
|
196 |
-
/* line 154, sass/partials/_main_wrap.scss */
|
197 |
|
198 |
.cmb2-wrap .cmb-row.cmb-repeat .cmb2-metabox-description {
|
199 |
padding-top: 0;
|
200 |
-
padding-bottom:
|
201 |
}
|
202 |
|
203 |
-
/* line
|
204 |
|
205 |
.cmb2-metabox {
|
206 |
clear: both;
|
207 |
margin: 0;
|
208 |
}
|
209 |
|
210 |
-
/* line
|
211 |
|
212 |
.cmb2-metabox > .cmb-row:first-of-type > .cmb-td,
|
213 |
.cmb2-metabox > .cmb-row:first-of-type > .cmb-th,
|
@@ -216,21 +207,13 @@ Main Wrap
|
|
216 |
border: 0;
|
217 |
}
|
218 |
|
219 |
-
/* line
|
220 |
-
|
221 |
-
.cmb2-metabox > .cmb-row .cmb-repeat-table .cmb-row > .cmb-td {
|
222 |
-
padding-left: 20px;
|
223 |
-
box-sizing: border-box;
|
224 |
-
float: right;
|
225 |
-
}
|
226 |
-
|
227 |
-
/* line 182, sass/partials/_main_wrap.scss */
|
228 |
|
229 |
.cmb-add-row {
|
230 |
margin: 1.8em 0 0;
|
231 |
}
|
232 |
|
233 |
-
/* line
|
234 |
|
235 |
.cmb-nested .cmb-td,
|
236 |
.cmb-repeatable-group .cmb-th,
|
@@ -238,7 +221,7 @@ Main Wrap
|
|
238 |
border: 0;
|
239 |
}
|
240 |
|
241 |
-
/* line
|
242 |
|
243 |
.cmb-row:last-of-type,
|
244 |
.cmb2-wrap .cmb-row:last-of-type,
|
@@ -246,21 +229,20 @@ Main Wrap
|
|
246 |
border-bottom: 0;
|
247 |
}
|
248 |
|
249 |
-
/* line
|
250 |
|
251 |
.cmb-repeatable-grouping {
|
252 |
border: 1px solid #e9e9e9;
|
253 |
padding: 0 1em;
|
254 |
-
max-width: 1000px;
|
255 |
}
|
256 |
|
257 |
-
/* line
|
258 |
|
259 |
.cmb-repeatable-grouping.cmb-row {
|
260 |
margin: 0 0 0.8em;
|
261 |
}
|
262 |
|
263 |
-
/* line
|
264 |
|
265 |
.cmb-th {
|
266 |
color: #222222;
|
@@ -272,7 +254,7 @@ Main Wrap
|
|
272 |
width: 200px;
|
273 |
}
|
274 |
|
275 |
-
/* line
|
276 |
|
277 |
.cmb-td {
|
278 |
line-height: 1.3;
|
@@ -281,50 +263,164 @@ Main Wrap
|
|
281 |
vertical-align: middle;
|
282 |
}
|
283 |
|
284 |
-
/* line
|
285 |
|
286 |
.cmb-type-title .cmb-td {
|
287 |
padding: 0;
|
288 |
}
|
289 |
|
290 |
-
/* line
|
291 |
|
292 |
.cmb-th label {
|
293 |
display: block;
|
294 |
padding: 5px 0;
|
295 |
}
|
296 |
|
297 |
-
/* line
|
298 |
|
299 |
.cmb-th + .cmb-td {
|
300 |
float: right;
|
301 |
}
|
302 |
|
303 |
-
/* line
|
304 |
|
305 |
.cmb-td .cmb-td {
|
306 |
padding-bottom: 1em;
|
307 |
}
|
308 |
|
309 |
-
/* line
|
310 |
|
311 |
.cmb-remove-row {
|
312 |
text-align: left;
|
313 |
}
|
314 |
|
315 |
-
/* line
|
316 |
|
317 |
.empty-row.hidden {
|
318 |
display: none;
|
319 |
}
|
320 |
|
321 |
-
/* line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
322 |
|
323 |
.cmb-repeatable-group .cmb-th {
|
324 |
padding: 5px;
|
325 |
}
|
326 |
|
327 |
-
/* line
|
328 |
|
329 |
.cmb-repeatable-group .cmb-group-title {
|
330 |
background-color: #e9e9e9;
|
@@ -335,7 +431,7 @@ Main Wrap
|
|
335 |
line-height: 1.4;
|
336 |
}
|
337 |
|
338 |
-
/* line
|
339 |
|
340 |
.cmb-repeatable-group .cmb-group-title h4 {
|
341 |
border: 0;
|
@@ -345,14 +441,14 @@ Main Wrap
|
|
345 |
padding: 0.5em 0.75em;
|
346 |
}
|
347 |
|
348 |
-
/* line
|
349 |
|
350 |
.cmb-repeatable-group .cmb-group-title .cmb-th {
|
351 |
display: block;
|
352 |
width: 100%;
|
353 |
}
|
354 |
|
355 |
-
/* line
|
356 |
|
357 |
.cmb-repeatable-group .cmb-group-description .cmb-th {
|
358 |
font-size: 1.2em;
|
@@ -367,21 +463,11 @@ Main Wrap
|
|
367 |
|
368 |
.cmb-repeatable-group .cmb-group-description .cmb-th label {
|
369 |
display: block;
|
370 |
-
margin-top:
|
371 |
-
|
372 |
-
}
|
373 |
-
|
374 |
-
/* line 32, sass/partials/_mixins.scss */
|
375 |
-
|
376 |
-
.cmb-repeatable-group .cmb-group-description .cmb-th label:after {
|
377 |
-
border-bottom: 1px solid #e9e9e9;
|
378 |
-
content: '';
|
379 |
-
clear: both;
|
380 |
-
display: block;
|
381 |
-
padding-top: .4em;
|
382 |
}
|
383 |
|
384 |
-
/* line
|
385 |
|
386 |
.cmb-repeatable-group .cmb-shift-rows {
|
387 |
font-size: 1em;
|
@@ -389,7 +475,7 @@ Main Wrap
|
|
389 |
text-decoration: none;
|
390 |
}
|
391 |
|
392 |
-
/* line
|
393 |
|
394 |
.cmb-repeatable-group .cmb-shift-rows .dashicons {
|
395 |
font-size: 1.5em;
|
@@ -398,19 +484,19 @@ Main Wrap
|
|
398 |
width: 1em;
|
399 |
}
|
400 |
|
401 |
-
/* line
|
402 |
|
403 |
.cmb-repeatable-group .cmb-shift-rows .dashicons.dashicons-arrow-down-alt2 {
|
404 |
line-height: 1.3em;
|
405 |
}
|
406 |
|
407 |
-
/* line
|
408 |
|
409 |
.cmb-repeatable-group .cmb2-upload-button {
|
410 |
float: left;
|
411 |
}
|
412 |
|
413 |
-
/* line
|
414 |
|
415 |
p.cmb2-metabox-description {
|
416 |
color: #aaaaaa;
|
@@ -419,14 +505,14 @@ p.cmb2-metabox-description {
|
|
419 |
padding-top: .5em;
|
420 |
}
|
421 |
|
422 |
-
/* line
|
423 |
|
424 |
span.cmb2-metabox-description {
|
425 |
color: #aaaaaa;
|
426 |
font-style: italic;
|
427 |
}
|
428 |
|
429 |
-
/* line
|
430 |
|
431 |
.cmb2-metabox-title {
|
432 |
margin: 0 0 5px 0;
|
@@ -434,26 +520,26 @@ span.cmb2-metabox-description {
|
|
434 |
font-size: 14px;
|
435 |
}
|
436 |
|
437 |
-
/* line
|
438 |
|
439 |
.cmb-inline ul {
|
440 |
padding: 4px 0 0 0;
|
441 |
}
|
442 |
|
443 |
-
/* line
|
444 |
|
445 |
.cmb-inline li {
|
446 |
display: inline-block;
|
447 |
padding-left: 18px;
|
448 |
}
|
449 |
|
450 |
-
/* line
|
451 |
|
452 |
.cmb-type-textarea-code pre {
|
453 |
margin: 0;
|
454 |
}
|
455 |
|
456 |
-
/* line
|
457 |
|
458 |
.cmb2-media-status .img-status {
|
459 |
clear: none;
|
@@ -463,40 +549,44 @@ span.cmb2-metabox-description {
|
|
463 |
width: auto;
|
464 |
}
|
465 |
|
466 |
-
/* line
|
467 |
|
468 |
.cmb2-media-status .img-status img {
|
469 |
max-width: 350px;
|
470 |
height: auto;
|
471 |
}
|
472 |
|
473 |
-
/* line
|
474 |
|
475 |
.cmb2-media-status .img-status img,
|
476 |
.cmb2-media-status .embed-status {
|
477 |
-
background: #
|
478 |
-
border:
|
|
|
|
|
|
|
|
|
|
|
479 |
border-radius: 2px;
|
480 |
-moz-border-radius: 2px;
|
481 |
margin: 15px 0 0 0;
|
482 |
-
padding: 5px;
|
483 |
}
|
484 |
|
485 |
-
/* line
|
486 |
|
487 |
.cmb2-media-status .embed-status {
|
488 |
float: right;
|
489 |
max-width: 800px;
|
490 |
}
|
491 |
|
492 |
-
/* line
|
493 |
|
494 |
.cmb2-media-status .img-status,
|
495 |
.cmb2-media-status .embed-status {
|
496 |
position: relative;
|
497 |
}
|
498 |
|
499 |
-
/* line
|
500 |
|
501 |
.cmb2-media-status .img-status .cmb2-remove-file-button,
|
502 |
.cmb2-media-status .embed-status .cmb2-remove-file-button {
|
@@ -509,20 +599,27 @@ span.cmb2-metabox-description {
|
|
509 |
width: 16px;
|
510 |
}
|
511 |
|
512 |
-
/* line
|
513 |
|
514 |
.cmb2-media-status .img-status .cmb2-remove-file-button {
|
515 |
top: 10px;
|
516 |
}
|
517 |
|
518 |
-
/* line
|
519 |
|
520 |
.cmb2-media-status .img-status img,
|
521 |
.cmb2-media-status .file-status > span {
|
522 |
cursor: pointer;
|
523 |
}
|
524 |
|
525 |
-
/* line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
526 |
|
527 |
.cmb-type-file-list .cmb2-media-status .img-status {
|
528 |
clear: none;
|
@@ -533,7 +630,7 @@ span.cmb2-metabox-description {
|
|
533 |
margin-top: 0;
|
534 |
}
|
535 |
|
536 |
-
/* line
|
537 |
|
538 |
.cmb-attach-list li {
|
539 |
clear: both;
|
@@ -543,31 +640,36 @@ span.cmb2-metabox-description {
|
|
543 |
margin-bottom: 10px;
|
544 |
}
|
545 |
|
546 |
-
/* line
|
547 |
|
548 |
.cmb-attach-list li img {
|
549 |
-
cursor: move;
|
550 |
float: right;
|
551 |
margin-left: 10px;
|
552 |
}
|
553 |
|
554 |
-
/* line
|
555 |
|
556 |
.cmb2-remove-wrapper {
|
557 |
margin: 0;
|
558 |
}
|
559 |
|
560 |
-
/* line
|
561 |
|
562 |
.child-cmb2 .cmb-th {
|
563 |
text-align: right;
|
564 |
}
|
565 |
|
|
|
|
|
|
|
|
|
|
|
|
|
566 |
/*--------------------------------------------------------------
|
567 |
-
Post Metaboxes
|
568 |
--------------------------------------------------------------*/
|
569 |
|
570 |
-
/* line
|
571 |
|
572 |
#poststuff .cmb-group-title {
|
573 |
margin-right: -1em;
|
@@ -575,34 +677,34 @@ Post Metaboxes
|
|
575 |
min-height: 1.5em;
|
576 |
}
|
577 |
|
578 |
-
/* line
|
579 |
|
580 |
#poststuff .repeatable .cmb-group-title {
|
581 |
padding-right: 2.2em;
|
582 |
}
|
583 |
|
584 |
-
/* line
|
585 |
|
586 |
.cmb2-postbox .cmb2-wrap,
|
587 |
.cmb-type-group .cmb2-wrap {
|
588 |
margin: 0;
|
589 |
}
|
590 |
|
591 |
-
/* line
|
592 |
|
593 |
.cmb2-postbox .cmb2-wrap > .cmb-field-list > .cmb-row,
|
594 |
.cmb-type-group .cmb2-wrap > .cmb-field-list > .cmb-row {
|
595 |
padding: 1.8em 0;
|
596 |
}
|
597 |
|
598 |
-
/* line
|
599 |
|
600 |
.cmb2-postbox .cmb2-wrap input[type=text].cmb2-oembed,
|
601 |
.cmb-type-group .cmb2-wrap input[type=text].cmb2-oembed {
|
602 |
width: 100%;
|
603 |
}
|
604 |
|
605 |
-
/* line
|
606 |
|
607 |
.cmb2-postbox .cmb-row,
|
608 |
.cmb-type-group .cmb-row {
|
@@ -610,7 +712,7 @@ Post Metaboxes
|
|
610 |
margin: 0 0 0.8em;
|
611 |
}
|
612 |
|
613 |
-
/* line
|
614 |
|
615 |
.cmb2-postbox .cmb-row .cmbhandle,
|
616 |
.cmb-type-group .cmb-row .cmbhandle {
|
@@ -618,7 +720,7 @@ Post Metaboxes
|
|
618 |
position: relative;
|
619 |
}
|
620 |
|
621 |
-
/* line
|
622 |
|
623 |
.cmb2-postbox .cmb-repeatable-grouping,
|
624 |
.cmb-type-group .cmb-repeatable-grouping {
|
@@ -627,14 +729,14 @@ Post Metaboxes
|
|
627 |
min-width: 1px !important;
|
628 |
}
|
629 |
|
630 |
-
/* line
|
631 |
|
632 |
.cmb2-postbox .cmb-repeatable-group > .cmb-row,
|
633 |
.cmb-type-group .cmb-repeatable-group > .cmb-row {
|
634 |
padding-bottom: 0;
|
635 |
}
|
636 |
|
637 |
-
/* line
|
638 |
|
639 |
.cmb2-postbox .cmb-th,
|
640 |
.cmb-type-group .cmb-th {
|
@@ -642,7 +744,7 @@ Post Metaboxes
|
|
642 |
padding: 0 0 0 2%;
|
643 |
}
|
644 |
|
645 |
-
/* line
|
646 |
|
647 |
.cmb2-postbox .cmb-td,
|
648 |
.cmb-type-group .cmb-td {
|
@@ -651,14 +753,7 @@ Post Metaboxes
|
|
651 |
line-height: 1.3;
|
652 |
}
|
653 |
|
654 |
-
/* line
|
655 |
-
|
656 |
-
.cmb2-postbox .cmb-repeat-row .cmb-td,
|
657 |
-
.cmb-type-group .cmb-repeat-row .cmb-td {
|
658 |
-
padding-bottom: 1.8em;
|
659 |
-
}
|
660 |
-
|
661 |
-
/* line 67, sass/partials/_post_metaboxes.scss */
|
662 |
|
663 |
.cmb2-postbox .cmb-th + .cmb-td,
|
664 |
.cmb-type-group .cmb-th + .cmb-td {
|
@@ -666,7 +761,7 @@ Post Metaboxes
|
|
666 |
float: left;
|
667 |
}
|
668 |
|
669 |
-
/* line
|
670 |
|
671 |
.cmb2-postbox .cmb-row:not(:last-of-type),
|
672 |
.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),
|
@@ -675,7 +770,7 @@ Post Metaboxes
|
|
675 |
border-bottom: 1px solid #e9e9e9;
|
676 |
}
|
677 |
|
678 |
-
/* line
|
679 |
|
680 |
.cmb2-postbox .cmb-repeat-group-field,
|
681 |
.cmb2-postbox .cmb-remove-field-row,
|
@@ -684,65 +779,8 @@ Post Metaboxes
|
|
684 |
padding-top: 1.8em;
|
685 |
}
|
686 |
|
687 |
-
/* line 88, sass/partials/_post_metaboxes.scss */
|
688 |
-
|
689 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody,
|
690 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody,
|
691 |
-
.cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody,
|
692 |
-
.cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody {
|
693 |
-
display: table;
|
694 |
-
width: 100%;
|
695 |
-
}
|
696 |
-
|
697 |
-
/* line 92, sass/partials/_post_metaboxes.scss */
|
698 |
-
|
699 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text,
|
700 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text,
|
701 |
-
.cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text,
|
702 |
-
.cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text {
|
703 |
-
width: 100%;
|
704 |
-
}
|
705 |
-
|
706 |
-
/* line 96, sass/partials/_post_metaboxes.scss */
|
707 |
-
|
708 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row),
|
709 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row),
|
710 |
-
.cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row),
|
711 |
-
.cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row) {
|
712 |
-
display: table-row;
|
713 |
-
}
|
714 |
-
|
715 |
-
/* line 100, sass/partials/_post_metaboxes.scss */
|
716 |
-
|
717 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td,
|
718 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td,
|
719 |
-
.cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td,
|
720 |
-
.cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td {
|
721 |
-
display: table-cell;
|
722 |
-
float: none;
|
723 |
-
width: 100%;
|
724 |
-
}
|
725 |
-
|
726 |
-
/* line 106, sass/partials/_post_metaboxes.scss */
|
727 |
-
|
728 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td,
|
729 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td,
|
730 |
-
.cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td,
|
731 |
-
.cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td {
|
732 |
-
padding-top: 1.8em;
|
733 |
-
}
|
734 |
-
|
735 |
-
/* line 110, sass/partials/_post_metaboxes.scss */
|
736 |
-
|
737 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row,
|
738 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row,
|
739 |
-
.cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row,
|
740 |
-
.cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row {
|
741 |
-
padding-left: 0;
|
742 |
-
}
|
743 |
-
|
744 |
/*--------------------------------------------------------------
|
745 |
-
Context Metaboxes
|
746 |
--------------------------------------------------------------*/
|
747 |
|
748 |
/* Metabox collapse arrow indicators */
|
@@ -859,7 +897,134 @@ Context Metaboxes
|
|
859 |
/* one column on the post write/edit screen */
|
860 |
|
861 |
/*--------------------------------------------------------------
|
862 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
863 |
--------------------------------------------------------------*/
|
864 |
|
865 |
/* line 5, sass/partials/_misc.scss */
|
@@ -878,40 +1043,26 @@ Misc.
|
|
878 |
|
879 |
/* line 18, sass/partials/_misc.scss */
|
880 |
|
881 |
-
.cmb2-options-page .cmb2-metabox-title {
|
882 |
-
font-size: 1.3em;
|
883 |
-
margin: 1em 0;
|
884 |
-
}
|
885 |
-
|
886 |
-
/* line 21, sass/partials/_misc.scss */
|
887 |
-
|
888 |
-
.cmb2-options-page .cmb2-metabox-title + p.cmb2-metabox-description {
|
889 |
-
margin-top: -1.6em;
|
890 |
-
margin-bottom: .8em;
|
891 |
-
}
|
892 |
-
|
893 |
-
/* line 28, sass/partials/_misc.scss */
|
894 |
-
|
895 |
.cmb2-postbox .cmb-spinner,
|
896 |
.cmb2-no-box-wrap .cmb-spinner {
|
897 |
float: right;
|
898 |
display: none;
|
899 |
}
|
900 |
|
901 |
-
/* line
|
902 |
|
903 |
.cmb-spinner {
|
904 |
display: none;
|
905 |
}
|
906 |
|
907 |
-
/* line
|
908 |
|
909 |
.cmb-spinner.is-active {
|
910 |
display: block;
|
911 |
}
|
912 |
|
913 |
/*--------------------------------------------------------------
|
914 |
-
Sidebar Placement Adjustments
|
915 |
--------------------------------------------------------------*/
|
916 |
|
917 |
/* line 10, sass/partials/_sidebar_placements.scss */
|
@@ -987,10 +1138,10 @@ Sidebar Placement Adjustments
|
|
987 |
/* line 55, sass/partials/_sidebar_placements.scss */
|
988 |
|
989 |
.inner-sidebar .cmb-th,
|
990 |
-
.inner-sidebar .cmb-td,
|
991 |
.inner-sidebar .cmb-th + .cmb-td,
|
992 |
#side-sortables .cmb-th,
|
993 |
-
#side-sortables .cmb-td,
|
994 |
#side-sortables .cmb-th + .cmb-td {
|
995 |
width: 100%;
|
996 |
display: block;
|
@@ -1006,13 +1157,6 @@ Sidebar Placement Adjustments
|
|
1006 |
|
1007 |
/* line 67, sass/partials/_sidebar_placements.scss */
|
1008 |
|
1009 |
-
.inner-sidebar .cmb-td .cmb-td,
|
1010 |
-
#side-sortables .cmb-td .cmb-td {
|
1011 |
-
padding-bottom: 1em;
|
1012 |
-
}
|
1013 |
-
|
1014 |
-
/* line 71, sass/partials/_sidebar_placements.scss */
|
1015 |
-
|
1016 |
.inner-sidebar .cmb-th,
|
1017 |
#side-sortables .cmb-th {
|
1018 |
display: block;
|
@@ -1029,19 +1173,8 @@ Sidebar Placement Adjustments
|
|
1029 |
.inner-sidebar .cmb-th label,
|
1030 |
#side-sortables .cmb-th label {
|
1031 |
display: block;
|
1032 |
-
margin-top:
|
1033 |
-
|
1034 |
-
}
|
1035 |
-
|
1036 |
-
/* line 32, sass/partials/_mixins.scss */
|
1037 |
-
|
1038 |
-
.inner-sidebar .cmb-th label:after,
|
1039 |
-
#side-sortables .cmb-th label:after {
|
1040 |
-
border-bottom: 1px solid #e9e9e9;
|
1041 |
-
content: '';
|
1042 |
-
clear: both;
|
1043 |
-
display: block;
|
1044 |
-
padding-top: .4em;
|
1045 |
}
|
1046 |
|
1047 |
/* line 14, sass/partials/_mixins.scss */
|
@@ -1052,35 +1185,35 @@ Sidebar Placement Adjustments
|
|
1052 |
line-height: 1.4em;
|
1053 |
}
|
1054 |
|
1055 |
-
/* line
|
1056 |
|
1057 |
.inner-sidebar .cmb-group-description .cmb-th,
|
1058 |
#side-sortables .cmb-group-description .cmb-th {
|
1059 |
padding-top: 0;
|
1060 |
}
|
1061 |
|
1062 |
-
/* line
|
1063 |
|
1064 |
.inner-sidebar .cmb-group-description .cmb2-metabox-description,
|
1065 |
#side-sortables .cmb-group-description .cmb2-metabox-description {
|
1066 |
padding: 0;
|
1067 |
}
|
1068 |
|
1069 |
-
/* line
|
1070 |
|
1071 |
.inner-sidebar .cmb-group-title .cmb-th,
|
1072 |
#side-sortables .cmb-group-title .cmb-th {
|
1073 |
padding: 0;
|
1074 |
}
|
1075 |
|
1076 |
-
/* line
|
1077 |
|
1078 |
.inner-sidebar .cmb-repeatable-grouping + .cmb-repeatable-grouping,
|
1079 |
#side-sortables .cmb-repeatable-grouping + .cmb-repeatable-grouping {
|
1080 |
margin-top: 1em;
|
1081 |
}
|
1082 |
|
1083 |
-
/* line
|
1084 |
|
1085 |
.inner-sidebar .cmb2-media-status .img-status img,
|
1086 |
.inner-sidebar .cmb2-media-status .embed-status img,
|
@@ -1090,7 +1223,7 @@ Sidebar Placement Adjustments
|
|
1090 |
height: auto;
|
1091 |
}
|
1092 |
|
1093 |
-
/* line
|
1094 |
|
1095 |
.inner-sidebar .cmb2-list label,
|
1096 |
#side-sortables .cmb2-list label {
|
@@ -1098,7 +1231,7 @@ Sidebar Placement Adjustments
|
|
1098 |
font-weight: normal;
|
1099 |
}
|
1100 |
|
1101 |
-
/* line
|
1102 |
|
1103 |
.inner-sidebar .cmb2-metabox-description,
|
1104 |
#side-sortables .cmb2-metabox-description {
|
@@ -1106,7 +1239,7 @@ Sidebar Placement Adjustments
|
|
1106 |
padding: 7px 0 0;
|
1107 |
}
|
1108 |
|
1109 |
-
/* line
|
1110 |
|
1111 |
.inner-sidebar .cmb-type-checkbox .cmb-td label,
|
1112 |
.inner-sidebar .cmb-type-checkbox .cmb2-metabox-description,
|
@@ -1116,14 +1249,14 @@ Sidebar Placement Adjustments
|
|
1116 |
display: inline;
|
1117 |
}
|
1118 |
|
1119 |
-
/* line
|
1120 |
|
1121 |
.inner-sidebar .cmb-row .cmb2-metabox-description,
|
1122 |
#side-sortables .cmb-row .cmb2-metabox-description {
|
1123 |
padding-bottom: 1.8em;
|
1124 |
}
|
1125 |
|
1126 |
-
/* line
|
1127 |
|
1128 |
.inner-sidebar .cmb2-metabox-title,
|
1129 |
#side-sortables .cmb2-metabox-title {
|
@@ -1131,7 +1264,7 @@ Sidebar Placement Adjustments
|
|
1131 |
font-style: italic;
|
1132 |
}
|
1133 |
|
1134 |
-
/* line
|
1135 |
|
1136 |
.inner-sidebar .cmb-remove-row,
|
1137 |
#side-sortables .cmb-remove-row {
|
@@ -1140,25 +1273,7 @@ Sidebar Placement Adjustments
|
|
1140 |
padding-bottom: 0;
|
1141 |
}
|
1142 |
|
1143 |
-
/* line
|
1144 |
-
|
1145 |
-
.inner-sidebar .cmb-type-colorpicker .cmb-repeat-row .cmb-td,
|
1146 |
-
#side-sortables .cmb-type-colorpicker .cmb-repeat-row .cmb-td {
|
1147 |
-
width: auto;
|
1148 |
-
clear: none;
|
1149 |
-
float: right;
|
1150 |
-
padding-top: 0;
|
1151 |
-
}
|
1152 |
-
|
1153 |
-
/* line 151, sass/partials/_sidebar_placements.scss */
|
1154 |
-
|
1155 |
-
.inner-sidebar .cmb-type-colorpicker .cmb-repeat-row .cmb-td.cmb-remove-row,
|
1156 |
-
#side-sortables .cmb-type-colorpicker .cmb-repeat-row .cmb-td.cmb-remove-row {
|
1157 |
-
float: left;
|
1158 |
-
margin: 0;
|
1159 |
-
}
|
1160 |
-
|
1161 |
-
/* line 158, sass/partials/_sidebar_placements.scss */
|
1162 |
|
1163 |
.inner-sidebar .cmb2-upload-button,
|
1164 |
#side-sortables .cmb2-upload-button {
|
@@ -1166,16 +1281,14 @@ Sidebar Placement Adjustments
|
|
1166 |
margin-top: 12px;
|
1167 |
}
|
1168 |
|
1169 |
-
|
1170 |
-
|
1171 |
-
|
1172 |
-
max-width: 1000px;
|
1173 |
-
}
|
1174 |
|
1175 |
-
/* line
|
1176 |
|
1177 |
.cmb2-metabox .cmbhandle {
|
1178 |
-
color: #
|
1179 |
float: left;
|
1180 |
width: 27px;
|
1181 |
height: 30px;
|
@@ -1184,7 +1297,7 @@ Sidebar Placement Adjustments
|
|
1184 |
position: relative;
|
1185 |
}
|
1186 |
|
1187 |
-
/* line
|
1188 |
|
1189 |
.cmb2-metabox .cmbhandle:before {
|
1190 |
content: '\f142';
|
@@ -1200,13 +1313,13 @@ Sidebar Placement Adjustments
|
|
1200 |
text-decoration: none !important;
|
1201 |
}
|
1202 |
|
1203 |
-
/* line
|
1204 |
|
1205 |
.cmb2-metabox .postbox.closed .cmbhandle:before {
|
1206 |
content: '\f140';
|
1207 |
}
|
1208 |
|
1209 |
-
/* line
|
1210 |
|
1211 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row {
|
1212 |
-webkit-appearance: none !important;
|
@@ -1220,7 +1333,7 @@ Sidebar Placement Adjustments
|
|
1220 |
opacity: .5;
|
1221 |
}
|
1222 |
|
1223 |
-
/* line
|
1224 |
|
1225 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]) {
|
1226 |
cursor: pointer;
|
@@ -1228,7 +1341,7 @@ Sidebar Placement Adjustments
|
|
1228 |
opacity: 1;
|
1229 |
}
|
1230 |
|
1231 |
-
/* line
|
1232 |
|
1233 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]):hover {
|
1234 |
color: #f00;
|
@@ -1928,7 +2041,7 @@ Sidebar Placement Adjustments
|
|
1928 |
|
1929 |
@media (max-width: 450px) {
|
1930 |
|
1931 |
-
/* line
|
1932 |
|
1933 |
.cmb-th {
|
1934 |
font-size: 1.2em;
|
@@ -1943,21 +2056,11 @@ Sidebar Placement Adjustments
|
|
1943 |
|
1944 |
.cmb-th label {
|
1945 |
display: block;
|
1946 |
-
margin-top:
|
1947 |
-
|
1948 |
-
}
|
1949 |
-
|
1950 |
-
/* line 32, sass/partials/_mixins.scss */
|
1951 |
-
|
1952 |
-
.cmb-th label:after {
|
1953 |
-
border-bottom: 1px solid #e9e9e9;
|
1954 |
-
content: '';
|
1955 |
-
clear: both;
|
1956 |
-
display: block;
|
1957 |
-
padding-top: .4em;
|
1958 |
}
|
1959 |
|
1960 |
-
/* line
|
1961 |
|
1962 |
.cmb-th,
|
1963 |
.cmb-td,
|
@@ -1967,7 +2070,7 @@ Sidebar Placement Adjustments
|
|
1967 |
width: 100%;
|
1968 |
}
|
1969 |
|
1970 |
-
/* line
|
1971 |
|
1972 |
.cmb2-postbox .cmb-row:not(:last-of-type),
|
1973 |
.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),
|
@@ -1976,5 +2079,12 @@ Sidebar Placement Adjustments
|
|
1976 |
border-bottom: 0;
|
1977 |
}
|
1978 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1979 |
}
|
1980 |
|
1 |
+
/*!
|
2 |
+
* CMB2 - v2.4.2 - 2018-05-29
|
3 |
+
* https://cmb2.io
|
4 |
+
* Copyright (c) 2018
|
5 |
+
* Licensed GPLv2+
|
6 |
*/
|
7 |
|
8 |
/*--------------------------------------------------------------
|
9 |
+
* Main Wrap
|
10 |
--------------------------------------------------------------*/
|
11 |
|
12 |
/* line 5, sass/partials/_main_wrap.scss */
|
140 |
/* line 111, sass/partials/_main_wrap.scss */
|
141 |
|
142 |
.cmb2-wrap .mceIframeContainer {
|
143 |
+
background: #ffffff;
|
144 |
}
|
145 |
|
146 |
/* line 115, sass/partials/_main_wrap.scss */
|
155 |
width: 100%;
|
156 |
}
|
157 |
|
158 |
+
/* line 124, sass/partials/_main_wrap.scss */
|
159 |
|
160 |
.cmb2-wrap .wp-color-result,
|
161 |
.cmb2-wrap .wp-picker-input-wrap {
|
162 |
vertical-align: middle;
|
163 |
}
|
164 |
|
165 |
+
/* line 129, sass/partials/_main_wrap.scss */
|
166 |
|
167 |
.cmb2-wrap .wp-color-result,
|
168 |
.cmb2-wrap .wp-picker-container {
|
169 |
margin: 0 0 0 10px;
|
170 |
}
|
171 |
|
172 |
+
/* line 134, sass/partials/_main_wrap.scss */
|
173 |
|
174 |
.cmb2-wrap .cmb-row {
|
175 |
margin: 0;
|
176 |
}
|
177 |
|
178 |
+
/* line 137, sass/partials/_main_wrap.scss */
|
179 |
|
180 |
.cmb2-wrap .cmb-row:after {
|
181 |
content: '';
|
184 |
width: 100%;
|
185 |
}
|
186 |
|
187 |
+
/* line 144, sass/partials/_main_wrap.scss */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
188 |
|
189 |
.cmb2-wrap .cmb-row.cmb-repeat .cmb2-metabox-description {
|
190 |
padding-top: 0;
|
191 |
+
padding-bottom: 1em;
|
192 |
}
|
193 |
|
194 |
+
/* line 152, sass/partials/_main_wrap.scss */
|
195 |
|
196 |
.cmb2-metabox {
|
197 |
clear: both;
|
198 |
margin: 0;
|
199 |
}
|
200 |
|
201 |
+
/* line 158, sass/partials/_main_wrap.scss */
|
202 |
|
203 |
.cmb2-metabox > .cmb-row:first-of-type > .cmb-td,
|
204 |
.cmb2-metabox > .cmb-row:first-of-type > .cmb-th,
|
207 |
border: 0;
|
208 |
}
|
209 |
|
210 |
+
/* line 165, sass/partials/_main_wrap.scss */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
211 |
|
212 |
.cmb-add-row {
|
213 |
margin: 1.8em 0 0;
|
214 |
}
|
215 |
|
216 |
+
/* line 169, sass/partials/_main_wrap.scss */
|
217 |
|
218 |
.cmb-nested .cmb-td,
|
219 |
.cmb-repeatable-group .cmb-th,
|
221 |
border: 0;
|
222 |
}
|
223 |
|
224 |
+
/* line 175, sass/partials/_main_wrap.scss */
|
225 |
|
226 |
.cmb-row:last-of-type,
|
227 |
.cmb2-wrap .cmb-row:last-of-type,
|
229 |
border-bottom: 0;
|
230 |
}
|
231 |
|
232 |
+
/* line 181, sass/partials/_main_wrap.scss */
|
233 |
|
234 |
.cmb-repeatable-grouping {
|
235 |
border: 1px solid #e9e9e9;
|
236 |
padding: 0 1em;
|
|
|
237 |
}
|
238 |
|
239 |
+
/* line 185, sass/partials/_main_wrap.scss */
|
240 |
|
241 |
.cmb-repeatable-grouping.cmb-row {
|
242 |
margin: 0 0 0.8em;
|
243 |
}
|
244 |
|
245 |
+
/* line 193, sass/partials/_main_wrap.scss */
|
246 |
|
247 |
.cmb-th {
|
248 |
color: #222222;
|
254 |
width: 200px;
|
255 |
}
|
256 |
|
257 |
+
/* line 207, sass/partials/_main_wrap.scss */
|
258 |
|
259 |
.cmb-td {
|
260 |
line-height: 1.3;
|
263 |
vertical-align: middle;
|
264 |
}
|
265 |
|
266 |
+
/* line 216, sass/partials/_main_wrap.scss */
|
267 |
|
268 |
.cmb-type-title .cmb-td {
|
269 |
padding: 0;
|
270 |
}
|
271 |
|
272 |
+
/* line 221, sass/partials/_main_wrap.scss */
|
273 |
|
274 |
.cmb-th label {
|
275 |
display: block;
|
276 |
padding: 5px 0;
|
277 |
}
|
278 |
|
279 |
+
/* line 226, sass/partials/_main_wrap.scss */
|
280 |
|
281 |
.cmb-th + .cmb-td {
|
282 |
float: right;
|
283 |
}
|
284 |
|
285 |
+
/* line 230, sass/partials/_main_wrap.scss */
|
286 |
|
287 |
.cmb-td .cmb-td {
|
288 |
padding-bottom: 1em;
|
289 |
}
|
290 |
|
291 |
+
/* line 234, sass/partials/_main_wrap.scss */
|
292 |
|
293 |
.cmb-remove-row {
|
294 |
text-align: left;
|
295 |
}
|
296 |
|
297 |
+
/* line 238, sass/partials/_main_wrap.scss */
|
298 |
|
299 |
.empty-row.hidden {
|
300 |
display: none;
|
301 |
}
|
302 |
|
303 |
+
/* line 243, sass/partials/_main_wrap.scss */
|
304 |
+
|
305 |
+
.cmb-repeat-table {
|
306 |
+
background-color: #fafafa;
|
307 |
+
border: 1px solid #e1e1e1;
|
308 |
+
}
|
309 |
+
|
310 |
+
/* line 247, sass/partials/_main_wrap.scss */
|
311 |
+
|
312 |
+
.cmb-repeat-table .cmb-row.cmb-repeat-row {
|
313 |
+
position: relative;
|
314 |
+
counter-increment: el;
|
315 |
+
margin: 0;
|
316 |
+
padding: 10px 50px 10px 10px;
|
317 |
+
border-bottom: none !important;
|
318 |
+
}
|
319 |
+
|
320 |
+
/* line 255, sass/partials/_main_wrap.scss */
|
321 |
+
|
322 |
+
.cmb-repeat-table .cmb-row.cmb-repeat-row + .cmb-repeat-row {
|
323 |
+
border-top: solid 1px #e9e9e9;
|
324 |
+
}
|
325 |
+
|
326 |
+
/* line 259, sass/partials/_main_wrap.scss */
|
327 |
+
|
328 |
+
.cmb-repeat-table .cmb-row.cmb-repeat-row:before {
|
329 |
+
content: counter(el);
|
330 |
+
display: block;
|
331 |
+
top: 0;
|
332 |
+
right: 0;
|
333 |
+
position: absolute;
|
334 |
+
width: 35px;
|
335 |
+
height: 100%;
|
336 |
+
line-height: 35px;
|
337 |
+
color: #aaaaaa;
|
338 |
+
text-align: center;
|
339 |
+
border-left: solid 1px #e9e9e9;
|
340 |
+
}
|
341 |
+
|
342 |
+
/* line 276, sass/partials/_main_wrap.scss */
|
343 |
+
|
344 |
+
.cmb-repeat-table .cmb-row.cmb-repeat-row .cmb-td {
|
345 |
+
margin: 0;
|
346 |
+
padding: 0;
|
347 |
+
}
|
348 |
+
|
349 |
+
/* line 283, sass/partials/_main_wrap.scss */
|
350 |
+
|
351 |
+
.cmb-repeat-table + .cmb-add-row {
|
352 |
+
margin: 0;
|
353 |
+
}
|
354 |
+
|
355 |
+
/* line 286, sass/partials/_main_wrap.scss */
|
356 |
+
|
357 |
+
.cmb-repeat-table + .cmb-add-row:before {
|
358 |
+
content: '';
|
359 |
+
width: 1px;
|
360 |
+
height: 1.6em;
|
361 |
+
display: block;
|
362 |
+
margin-right: 17px;
|
363 |
+
background-color: gainsboro;
|
364 |
+
}
|
365 |
+
|
366 |
+
/* line 296, sass/partials/_main_wrap.scss */
|
367 |
+
|
368 |
+
.cmb-repeat-table .cmb-remove-row {
|
369 |
+
top: 7px;
|
370 |
+
left: 7px;
|
371 |
+
position: absolute;
|
372 |
+
width: auto;
|
373 |
+
margin-right: 0;
|
374 |
+
padding: 0 !important;
|
375 |
+
display: none;
|
376 |
+
}
|
377 |
+
|
378 |
+
/* line 307, sass/partials/_main_wrap.scss */
|
379 |
+
|
380 |
+
.cmb-repeat-table .cmb-remove-row > .cmb-remove-row-button {
|
381 |
+
font-size: 20px;
|
382 |
+
text-indent: -1000px;
|
383 |
+
overflow: hidden;
|
384 |
+
position: relative;
|
385 |
+
height: auto;
|
386 |
+
line-height: 1;
|
387 |
+
padding: 0 10px 0;
|
388 |
+
}
|
389 |
+
|
390 |
+
/* line 318, sass/partials/_main_wrap.scss */
|
391 |
+
|
392 |
+
.cmb-repeat-table .cmb-remove-row > .cmb-remove-row-button:before {
|
393 |
+
content: "";
|
394 |
+
font-family: 'Dashicons';
|
395 |
+
speak: none;
|
396 |
+
font-weight: normal;
|
397 |
+
font-variant: normal;
|
398 |
+
text-transform: none;
|
399 |
+
line-height: 1;
|
400 |
+
-webkit-font-smoothing: antialiased;
|
401 |
+
margin: 0;
|
402 |
+
text-indent: 0;
|
403 |
+
position: absolute;
|
404 |
+
top: 0;
|
405 |
+
right: 0;
|
406 |
+
width: 100%;
|
407 |
+
height: 100%;
|
408 |
+
text-align: center;
|
409 |
+
}
|
410 |
+
|
411 |
+
/* line 324, sass/partials/_main_wrap.scss */
|
412 |
+
|
413 |
+
.cmb-repeat-table .cmb-repeat-row:hover .cmb-remove-row {
|
414 |
+
display: block;
|
415 |
+
}
|
416 |
+
|
417 |
+
/* line 332, sass/partials/_main_wrap.scss */
|
418 |
|
419 |
.cmb-repeatable-group .cmb-th {
|
420 |
padding: 5px;
|
421 |
}
|
422 |
|
423 |
+
/* line 336, sass/partials/_main_wrap.scss */
|
424 |
|
425 |
.cmb-repeatable-group .cmb-group-title {
|
426 |
background-color: #e9e9e9;
|
431 |
line-height: 1.4;
|
432 |
}
|
433 |
|
434 |
+
/* line 344, sass/partials/_main_wrap.scss */
|
435 |
|
436 |
.cmb-repeatable-group .cmb-group-title h4 {
|
437 |
border: 0;
|
441 |
padding: 0.5em 0.75em;
|
442 |
}
|
443 |
|
444 |
+
/* line 352, sass/partials/_main_wrap.scss */
|
445 |
|
446 |
.cmb-repeatable-group .cmb-group-title .cmb-th {
|
447 |
display: block;
|
448 |
width: 100%;
|
449 |
}
|
450 |
|
451 |
+
/* line 358, sass/partials/_main_wrap.scss */
|
452 |
|
453 |
.cmb-repeatable-group .cmb-group-description .cmb-th {
|
454 |
font-size: 1.2em;
|
463 |
|
464 |
.cmb-repeatable-group .cmb-group-description .cmb-th label {
|
465 |
display: block;
|
466 |
+
margin-top: 0;
|
467 |
+
margin-bottom: 0.5em;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
468 |
}
|
469 |
|
470 |
+
/* line 362, sass/partials/_main_wrap.scss */
|
471 |
|
472 |
.cmb-repeatable-group .cmb-shift-rows {
|
473 |
font-size: 1em;
|
475 |
text-decoration: none;
|
476 |
}
|
477 |
|
478 |
+
/* line 367, sass/partials/_main_wrap.scss */
|
479 |
|
480 |
.cmb-repeatable-group .cmb-shift-rows .dashicons {
|
481 |
font-size: 1.5em;
|
484 |
width: 1em;
|
485 |
}
|
486 |
|
487 |
+
/* line 373, sass/partials/_main_wrap.scss */
|
488 |
|
489 |
.cmb-repeatable-group .cmb-shift-rows .dashicons.dashicons-arrow-down-alt2 {
|
490 |
line-height: 1.3em;
|
491 |
}
|
492 |
|
493 |
+
/* line 380, sass/partials/_main_wrap.scss */
|
494 |
|
495 |
.cmb-repeatable-group .cmb2-upload-button {
|
496 |
float: left;
|
497 |
}
|
498 |
|
499 |
+
/* line 386, sass/partials/_main_wrap.scss */
|
500 |
|
501 |
p.cmb2-metabox-description {
|
502 |
color: #aaaaaa;
|
505 |
padding-top: .5em;
|
506 |
}
|
507 |
|
508 |
+
/* line 393, sass/partials/_main_wrap.scss */
|
509 |
|
510 |
span.cmb2-metabox-description {
|
511 |
color: #aaaaaa;
|
512 |
font-style: italic;
|
513 |
}
|
514 |
|
515 |
+
/* line 398, sass/partials/_main_wrap.scss */
|
516 |
|
517 |
.cmb2-metabox-title {
|
518 |
margin: 0 0 5px 0;
|
520 |
font-size: 14px;
|
521 |
}
|
522 |
|
523 |
+
/* line 404, sass/partials/_main_wrap.scss */
|
524 |
|
525 |
.cmb-inline ul {
|
526 |
padding: 4px 0 0 0;
|
527 |
}
|
528 |
|
529 |
+
/* line 408, sass/partials/_main_wrap.scss */
|
530 |
|
531 |
.cmb-inline li {
|
532 |
display: inline-block;
|
533 |
padding-left: 18px;
|
534 |
}
|
535 |
|
536 |
+
/* line 413, sass/partials/_main_wrap.scss */
|
537 |
|
538 |
.cmb-type-textarea-code pre {
|
539 |
margin: 0;
|
540 |
}
|
541 |
|
542 |
+
/* line 419, sass/partials/_main_wrap.scss */
|
543 |
|
544 |
.cmb2-media-status .img-status {
|
545 |
clear: none;
|
549 |
width: auto;
|
550 |
}
|
551 |
|
552 |
+
/* line 426, sass/partials/_main_wrap.scss */
|
553 |
|
554 |
.cmb2-media-status .img-status img {
|
555 |
max-width: 350px;
|
556 |
height: auto;
|
557 |
}
|
558 |
|
559 |
+
/* line 432, sass/partials/_main_wrap.scss */
|
560 |
|
561 |
.cmb2-media-status .img-status img,
|
562 |
.cmb2-media-status .embed-status {
|
563 |
+
background: #eee;
|
564 |
+
border: 5px solid #ffffff;
|
565 |
+
outline: 1px solid #e9e9e9;
|
566 |
+
box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
|
567 |
+
background-image: linear-gradient(45deg, #d0d0d0 25%, transparent 25%, transparent 75%, #d0d0d0 75%, #d0d0d0), linear-gradient(45deg, #d0d0d0 25%, transparent 25%, transparent 75%, #d0d0d0 75%, #d0d0d0);
|
568 |
+
background-position: 0 0, 10px 10px;
|
569 |
+
background-size: 20px 20px;
|
570 |
border-radius: 2px;
|
571 |
-moz-border-radius: 2px;
|
572 |
margin: 15px 0 0 0;
|
|
|
573 |
}
|
574 |
|
575 |
+
/* line 446, sass/partials/_main_wrap.scss */
|
576 |
|
577 |
.cmb2-media-status .embed-status {
|
578 |
float: right;
|
579 |
max-width: 800px;
|
580 |
}
|
581 |
|
582 |
+
/* line 451, sass/partials/_main_wrap.scss */
|
583 |
|
584 |
.cmb2-media-status .img-status,
|
585 |
.cmb2-media-status .embed-status {
|
586 |
position: relative;
|
587 |
}
|
588 |
|
589 |
+
/* line 454, sass/partials/_main_wrap.scss */
|
590 |
|
591 |
.cmb2-media-status .img-status .cmb2-remove-file-button,
|
592 |
.cmb2-media-status .embed-status .cmb2-remove-file-button {
|
599 |
width: 16px;
|
600 |
}
|
601 |
|
602 |
+
/* line 468, sass/partials/_main_wrap.scss */
|
603 |
|
604 |
.cmb2-media-status .img-status .cmb2-remove-file-button {
|
605 |
top: 10px;
|
606 |
}
|
607 |
|
608 |
+
/* line 473, sass/partials/_main_wrap.scss */
|
609 |
|
610 |
.cmb2-media-status .img-status img,
|
611 |
.cmb2-media-status .file-status > span {
|
612 |
cursor: pointer;
|
613 |
}
|
614 |
|
615 |
+
/* line 478, sass/partials/_main_wrap.scss */
|
616 |
+
|
617 |
+
.cmb2-media-status.cmb-attach-list .img-status img,
|
618 |
+
.cmb2-media-status.cmb-attach-list .file-status > span {
|
619 |
+
cursor: move;
|
620 |
+
}
|
621 |
+
|
622 |
+
/* line 485, sass/partials/_main_wrap.scss */
|
623 |
|
624 |
.cmb-type-file-list .cmb2-media-status .img-status {
|
625 |
clear: none;
|
630 |
margin-top: 0;
|
631 |
}
|
632 |
|
633 |
+
/* line 494, sass/partials/_main_wrap.scss */
|
634 |
|
635 |
.cmb-attach-list li {
|
636 |
clear: both;
|
640 |
margin-bottom: 10px;
|
641 |
}
|
642 |
|
643 |
+
/* line 500, sass/partials/_main_wrap.scss */
|
644 |
|
645 |
.cmb-attach-list li img {
|
|
|
646 |
float: right;
|
647 |
margin-left: 10px;
|
648 |
}
|
649 |
|
650 |
+
/* line 506, sass/partials/_main_wrap.scss */
|
651 |
|
652 |
.cmb2-remove-wrapper {
|
653 |
margin: 0;
|
654 |
}
|
655 |
|
656 |
+
/* line 510, sass/partials/_main_wrap.scss */
|
657 |
|
658 |
.child-cmb2 .cmb-th {
|
659 |
text-align: right;
|
660 |
}
|
661 |
|
662 |
+
/* line 514, sass/partials/_main_wrap.scss */
|
663 |
+
|
664 |
+
.cmb2-indented-hierarchy {
|
665 |
+
padding-right: 1.5em;
|
666 |
+
}
|
667 |
+
|
668 |
/*--------------------------------------------------------------
|
669 |
+
* Post Metaboxes
|
670 |
--------------------------------------------------------------*/
|
671 |
|
672 |
+
/* line 5, sass/partials/_post_metaboxes.scss */
|
673 |
|
674 |
#poststuff .cmb-group-title {
|
675 |
margin-right: -1em;
|
677 |
min-height: 1.5em;
|
678 |
}
|
679 |
|
680 |
+
/* line 11, sass/partials/_post_metaboxes.scss */
|
681 |
|
682 |
#poststuff .repeatable .cmb-group-title {
|
683 |
padding-right: 2.2em;
|
684 |
}
|
685 |
|
686 |
+
/* line 17, sass/partials/_post_metaboxes.scss */
|
687 |
|
688 |
.cmb2-postbox .cmb2-wrap,
|
689 |
.cmb-type-group .cmb2-wrap {
|
690 |
margin: 0;
|
691 |
}
|
692 |
|
693 |
+
/* line 20, sass/partials/_post_metaboxes.scss */
|
694 |
|
695 |
.cmb2-postbox .cmb2-wrap > .cmb-field-list > .cmb-row,
|
696 |
.cmb-type-group .cmb2-wrap > .cmb-field-list > .cmb-row {
|
697 |
padding: 1.8em 0;
|
698 |
}
|
699 |
|
700 |
+
/* line 26, sass/partials/_post_metaboxes.scss */
|
701 |
|
702 |
.cmb2-postbox .cmb2-wrap input[type=text].cmb2-oembed,
|
703 |
.cmb-type-group .cmb2-wrap input[type=text].cmb2-oembed {
|
704 |
width: 100%;
|
705 |
}
|
706 |
|
707 |
+
/* line 32, sass/partials/_post_metaboxes.scss */
|
708 |
|
709 |
.cmb2-postbox .cmb-row,
|
710 |
.cmb-type-group .cmb-row {
|
712 |
margin: 0 0 0.8em;
|
713 |
}
|
714 |
|
715 |
+
/* line 36, sass/partials/_post_metaboxes.scss */
|
716 |
|
717 |
.cmb2-postbox .cmb-row .cmbhandle,
|
718 |
.cmb-type-group .cmb-row .cmbhandle {
|
720 |
position: relative;
|
721 |
}
|
722 |
|
723 |
+
/* line 42, sass/partials/_post_metaboxes.scss */
|
724 |
|
725 |
.cmb2-postbox .cmb-repeatable-grouping,
|
726 |
.cmb-type-group .cmb-repeatable-grouping {
|
729 |
min-width: 1px !important;
|
730 |
}
|
731 |
|
732 |
+
/* line 48, sass/partials/_post_metaboxes.scss */
|
733 |
|
734 |
.cmb2-postbox .cmb-repeatable-group > .cmb-row,
|
735 |
.cmb-type-group .cmb-repeatable-group > .cmb-row {
|
736 |
padding-bottom: 0;
|
737 |
}
|
738 |
|
739 |
+
/* line 52, sass/partials/_post_metaboxes.scss */
|
740 |
|
741 |
.cmb2-postbox .cmb-th,
|
742 |
.cmb-type-group .cmb-th {
|
744 |
padding: 0 0 0 2%;
|
745 |
}
|
746 |
|
747 |
+
/* line 58, sass/partials/_post_metaboxes.scss */
|
748 |
|
749 |
.cmb2-postbox .cmb-td,
|
750 |
.cmb-type-group .cmb-td {
|
753 |
line-height: 1.3;
|
754 |
}
|
755 |
|
756 |
+
/* line 64, sass/partials/_post_metaboxes.scss */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
757 |
|
758 |
.cmb2-postbox .cmb-th + .cmb-td,
|
759 |
.cmb-type-group .cmb-th + .cmb-td {
|
761 |
float: left;
|
762 |
}
|
763 |
|
764 |
+
/* line 69, sass/partials/_post_metaboxes.scss */
|
765 |
|
766 |
.cmb2-postbox .cmb-row:not(:last-of-type),
|
767 |
.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),
|
770 |
border-bottom: 1px solid #e9e9e9;
|
771 |
}
|
772 |
|
773 |
+
/* line 78, sass/partials/_post_metaboxes.scss */
|
774 |
|
775 |
.cmb2-postbox .cmb-repeat-group-field,
|
776 |
.cmb2-postbox .cmb-remove-field-row,
|
779 |
padding-top: 1.8em;
|
780 |
}
|
781 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
782 |
/*--------------------------------------------------------------
|
783 |
+
* Context Metaboxes
|
784 |
--------------------------------------------------------------*/
|
785 |
|
786 |
/* Metabox collapse arrow indicators */
|
897 |
/* one column on the post write/edit screen */
|
898 |
|
899 |
/*--------------------------------------------------------------
|
900 |
+
* Options page
|
901 |
+
--------------------------------------------------------------*/
|
902 |
+
|
903 |
+
/* line 5, sass/partials/_options-page.scss */
|
904 |
+
|
905 |
+
.cmb2-options-page {
|
906 |
+
max-width: 1200px;
|
907 |
+
}
|
908 |
+
|
909 |
+
/* line 8, sass/partials/_options-page.scss */
|
910 |
+
|
911 |
+
.cmb2-options-page.wrap > h2 {
|
912 |
+
margin-bottom: 1em;
|
913 |
+
}
|
914 |
+
|
915 |
+
/* line 12, sass/partials/_options-page.scss */
|
916 |
+
|
917 |
+
.cmb2-options-page .cmb2-metabox > .cmb-row {
|
918 |
+
padding: 1em;
|
919 |
+
margin-top: -1px;
|
920 |
+
background: #ffffff;
|
921 |
+
border: 1px solid #e9e9e9;
|
922 |
+
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
923 |
+
}
|
924 |
+
|
925 |
+
/* line 19, sass/partials/_options-page.scss */
|
926 |
+
|
927 |
+
.cmb2-options-page .cmb2-metabox > .cmb-row > .cmb-th {
|
928 |
+
padding: 0;
|
929 |
+
font-weight: initial;
|
930 |
+
}
|
931 |
+
|
932 |
+
/* line 24, sass/partials/_options-page.scss */
|
933 |
+
|
934 |
+
.cmb2-options-page .cmb2-metabox > .cmb-row > .cmb-th + .cmb-td {
|
935 |
+
float: none;
|
936 |
+
padding: 0 1em 0 0;
|
937 |
+
margin-right: 200px;
|
938 |
+
}
|
939 |
+
|
940 |
+
/* line 37, sass/partials/_options-page.scss */
|
941 |
+
|
942 |
+
.cmb2-options-page .cmb2-wrap .cmb-type-title {
|
943 |
+
margin-top: 1em;
|
944 |
+
padding: 0.6em 1em;
|
945 |
+
background-color: #fafafa;
|
946 |
+
}
|
947 |
+
|
948 |
+
/* line 42, sass/partials/_options-page.scss */
|
949 |
+
|
950 |
+
.cmb2-options-page .cmb2-wrap .cmb-type-title .cmb2-metabox-title {
|
951 |
+
font-size: 12px;
|
952 |
+
margin-top: 0;
|
953 |
+
margin-bottom: 0;
|
954 |
+
text-transform: uppercase;
|
955 |
+
}
|
956 |
+
|
957 |
+
/* line 49, sass/partials/_options-page.scss */
|
958 |
+
|
959 |
+
.cmb2-options-page .cmb2-wrap .cmb-type-title .cmb2-metabox-description {
|
960 |
+
padding-top: 0.25em;
|
961 |
+
}
|
962 |
+
|
963 |
+
/* line 55, sass/partials/_options-page.scss */
|
964 |
+
|
965 |
+
.cmb2-options-page .cmb-repeatable-group .cmb-group-description .cmb-th {
|
966 |
+
padding: 0 0 0.8em 0;
|
967 |
+
}
|
968 |
+
|
969 |
+
/* line 59, sass/partials/_options-page.scss */
|
970 |
+
|
971 |
+
.cmb2-options-page .cmb-repeatable-group .cmb-group-name {
|
972 |
+
font-size: 16px;
|
973 |
+
margin-top: 0;
|
974 |
+
margin-bottom: 0;
|
975 |
+
}
|
976 |
+
|
977 |
+
/* line 65, sass/partials/_options-page.scss */
|
978 |
+
|
979 |
+
.cmb2-options-page .cmb-repeatable-group .cmb-th > .cmb2-metabox-description {
|
980 |
+
font-weight: 400;
|
981 |
+
padding-bottom: 0 !important;
|
982 |
+
}
|
983 |
+
|
984 |
+
/*--------------------------------------------------------------
|
985 |
+
* New-Term Page
|
986 |
+
--------------------------------------------------------------*/
|
987 |
+
|
988 |
+
/* line 6, sass/partials/_new_term.scss */
|
989 |
+
|
990 |
+
#addtag .cmb-th {
|
991 |
+
float: none;
|
992 |
+
width: auto;
|
993 |
+
padding: 20px 0 0;
|
994 |
+
}
|
995 |
+
|
996 |
+
/* line 12, sass/partials/_new_term.scss */
|
997 |
+
|
998 |
+
#addtag .cmb-td {
|
999 |
+
padding: 0;
|
1000 |
+
}
|
1001 |
+
|
1002 |
+
/* line 16, sass/partials/_new_term.scss */
|
1003 |
+
|
1004 |
+
#addtag .cmb-th + .cmb-td {
|
1005 |
+
float: none;
|
1006 |
+
}
|
1007 |
+
|
1008 |
+
/* line 20, sass/partials/_new_term.scss */
|
1009 |
+
|
1010 |
+
#addtag select {
|
1011 |
+
max-width: 100%;
|
1012 |
+
}
|
1013 |
+
|
1014 |
+
/* line 24, sass/partials/_new_term.scss */
|
1015 |
+
|
1016 |
+
#addtag .cmb2-metabox {
|
1017 |
+
padding-bottom: 20px;
|
1018 |
+
}
|
1019 |
+
|
1020 |
+
/* line 28, sass/partials/_new_term.scss */
|
1021 |
+
|
1022 |
+
#addtag .cmb-row li label {
|
1023 |
+
display: inline;
|
1024 |
+
}
|
1025 |
+
|
1026 |
+
/*--------------------------------------------------------------
|
1027 |
+
* Misc.
|
1028 |
--------------------------------------------------------------*/
|
1029 |
|
1030 |
/* line 5, sass/partials/_misc.scss */
|
1043 |
|
1044 |
/* line 18, sass/partials/_misc.scss */
|
1045 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1046 |
.cmb2-postbox .cmb-spinner,
|
1047 |
.cmb2-no-box-wrap .cmb-spinner {
|
1048 |
float: right;
|
1049 |
display: none;
|
1050 |
}
|
1051 |
|
1052 |
+
/* line 24, sass/partials/_misc.scss */
|
1053 |
|
1054 |
.cmb-spinner {
|
1055 |
display: none;
|
1056 |
}
|
1057 |
|
1058 |
+
/* line 26, sass/partials/_misc.scss */
|
1059 |
|
1060 |
.cmb-spinner.is-active {
|
1061 |
display: block;
|
1062 |
}
|
1063 |
|
1064 |
/*--------------------------------------------------------------
|
1065 |
+
* Sidebar Placement Adjustments
|
1066 |
--------------------------------------------------------------*/
|
1067 |
|
1068 |
/* line 10, sass/partials/_sidebar_placements.scss */
|
1138 |
/* line 55, sass/partials/_sidebar_placements.scss */
|
1139 |
|
1140 |
.inner-sidebar .cmb-th,
|
1141 |
+
.inner-sidebar .cmb-td:not(.cmb-remove-row),
|
1142 |
.inner-sidebar .cmb-th + .cmb-td,
|
1143 |
#side-sortables .cmb-th,
|
1144 |
+
#side-sortables .cmb-td:not(.cmb-remove-row),
|
1145 |
#side-sortables .cmb-th + .cmb-td {
|
1146 |
width: 100%;
|
1147 |
display: block;
|
1157 |
|
1158 |
/* line 67, sass/partials/_sidebar_placements.scss */
|
1159 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1160 |
.inner-sidebar .cmb-th,
|
1161 |
#side-sortables .cmb-th {
|
1162 |
display: block;
|
1173 |
.inner-sidebar .cmb-th label,
|
1174 |
#side-sortables .cmb-th label {
|
1175 |
display: block;
|
1176 |
+
margin-top: 0;
|
1177 |
+
margin-bottom: 0.5em;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1178 |
}
|
1179 |
|
1180 |
/* line 14, sass/partials/_mixins.scss */
|
1185 |
line-height: 1.4em;
|
1186 |
}
|
1187 |
|
1188 |
+
/* line 74, sass/partials/_sidebar_placements.scss */
|
1189 |
|
1190 |
.inner-sidebar .cmb-group-description .cmb-th,
|
1191 |
#side-sortables .cmb-group-description .cmb-th {
|
1192 |
padding-top: 0;
|
1193 |
}
|
1194 |
|
1195 |
+
/* line 77, sass/partials/_sidebar_placements.scss */
|
1196 |
|
1197 |
.inner-sidebar .cmb-group-description .cmb2-metabox-description,
|
1198 |
#side-sortables .cmb-group-description .cmb2-metabox-description {
|
1199 |
padding: 0;
|
1200 |
}
|
1201 |
|
1202 |
+
/* line 84, sass/partials/_sidebar_placements.scss */
|
1203 |
|
1204 |
.inner-sidebar .cmb-group-title .cmb-th,
|
1205 |
#side-sortables .cmb-group-title .cmb-th {
|
1206 |
padding: 0;
|
1207 |
}
|
1208 |
|
1209 |
+
/* line 90, sass/partials/_sidebar_placements.scss */
|
1210 |
|
1211 |
.inner-sidebar .cmb-repeatable-grouping + .cmb-repeatable-grouping,
|
1212 |
#side-sortables .cmb-repeatable-grouping + .cmb-repeatable-grouping {
|
1213 |
margin-top: 1em;
|
1214 |
}
|
1215 |
|
1216 |
+
/* line 99, sass/partials/_sidebar_placements.scss */
|
1217 |
|
1218 |
.inner-sidebar .cmb2-media-status .img-status img,
|
1219 |
.inner-sidebar .cmb2-media-status .embed-status img,
|
1223 |
height: auto;
|
1224 |
}
|
1225 |
|
1226 |
+
/* line 107, sass/partials/_sidebar_placements.scss */
|
1227 |
|
1228 |
.inner-sidebar .cmb2-list label,
|
1229 |
#side-sortables .cmb2-list label {
|
1231 |
font-weight: normal;
|
1232 |
}
|
1233 |
|
1234 |
+
/* line 112, sass/partials/_sidebar_placements.scss */
|
1235 |
|
1236 |
.inner-sidebar .cmb2-metabox-description,
|
1237 |
#side-sortables .cmb2-metabox-description {
|
1239 |
padding: 7px 0 0;
|
1240 |
}
|
1241 |
|
1242 |
+
/* line 119, sass/partials/_sidebar_placements.scss */
|
1243 |
|
1244 |
.inner-sidebar .cmb-type-checkbox .cmb-td label,
|
1245 |
.inner-sidebar .cmb-type-checkbox .cmb2-metabox-description,
|
1249 |
display: inline;
|
1250 |
}
|
1251 |
|
1252 |
+
/* line 126, sass/partials/_sidebar_placements.scss */
|
1253 |
|
1254 |
.inner-sidebar .cmb-row .cmb2-metabox-description,
|
1255 |
#side-sortables .cmb-row .cmb2-metabox-description {
|
1256 |
padding-bottom: 1.8em;
|
1257 |
}
|
1258 |
|
1259 |
+
/* line 130, sass/partials/_sidebar_placements.scss */
|
1260 |
|
1261 |
.inner-sidebar .cmb2-metabox-title,
|
1262 |
#side-sortables .cmb2-metabox-title {
|
1264 |
font-style: italic;
|
1265 |
}
|
1266 |
|
1267 |
+
/* line 135, sass/partials/_sidebar_placements.scss */
|
1268 |
|
1269 |
.inner-sidebar .cmb-remove-row,
|
1270 |
#side-sortables .cmb-remove-row {
|
1273 |
padding-bottom: 0;
|
1274 |
}
|
1275 |
|
1276 |
+
/* line 141, sass/partials/_sidebar_placements.scss */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1277 |
|
1278 |
.inner-sidebar .cmb2-upload-button,
|
1279 |
#side-sortables .cmb2-upload-button {
|
1281 |
margin-top: 12px;
|
1282 |
}
|
1283 |
|
1284 |
+
/*--------------------------------------------------------------
|
1285 |
+
* Collapsible UI
|
1286 |
+
--------------------------------------------------------------*/
|
|
|
|
|
1287 |
|
1288 |
+
/* line 6, sass/partials/_collapsible_ui.scss */
|
1289 |
|
1290 |
.cmb2-metabox .cmbhandle {
|
1291 |
+
color: #aaaaaa;
|
1292 |
float: left;
|
1293 |
width: 27px;
|
1294 |
height: 30px;
|
1297 |
position: relative;
|
1298 |
}
|
1299 |
|
1300 |
+
/* line 14, sass/partials/_collapsible_ui.scss */
|
1301 |
|
1302 |
.cmb2-metabox .cmbhandle:before {
|
1303 |
content: '\f142';
|
1313 |
text-decoration: none !important;
|
1314 |
}
|
1315 |
|
1316 |
+
/* line 31, sass/partials/_collapsible_ui.scss */
|
1317 |
|
1318 |
.cmb2-metabox .postbox.closed .cmbhandle:before {
|
1319 |
content: '\f140';
|
1320 |
}
|
1321 |
|
1322 |
+
/* line 37, sass/partials/_collapsible_ui.scss */
|
1323 |
|
1324 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row {
|
1325 |
-webkit-appearance: none !important;
|
1333 |
opacity: .5;
|
1334 |
}
|
1335 |
|
1336 |
+
/* line 47, sass/partials/_collapsible_ui.scss */
|
1337 |
|
1338 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]) {
|
1339 |
cursor: pointer;
|
1341 |
opacity: 1;
|
1342 |
}
|
1343 |
|
1344 |
+
/* line 51, sass/partials/_collapsible_ui.scss */
|
1345 |
|
1346 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]):hover {
|
1347 |
color: #f00;
|
2041 |
|
2042 |
@media (max-width: 450px) {
|
2043 |
|
2044 |
+
/* line 193, sass/partials/_main_wrap.scss */
|
2045 |
|
2046 |
.cmb-th {
|
2047 |
font-size: 1.2em;
|
2056 |
|
2057 |
.cmb-th label {
|
2058 |
display: block;
|
2059 |
+
margin-top: 0;
|
2060 |
+
margin-bottom: 0.5em;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2061 |
}
|
2062 |
|
2063 |
+
/* line 519, sass/partials/_main_wrap.scss */
|
2064 |
|
2065 |
.cmb-th,
|
2066 |
.cmb-td,
|
2070 |
width: 100%;
|
2071 |
}
|
2072 |
|
2073 |
+
/* line 69, sass/partials/_post_metaboxes.scss */
|
2074 |
|
2075 |
.cmb2-postbox .cmb-row:not(:last-of-type),
|
2076 |
.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),
|
2079 |
border-bottom: 0;
|
2080 |
}
|
2081 |
|
2082 |
+
/* line 24, sass/partials/_options-page.scss */
|
2083 |
+
|
2084 |
+
.cmb2-options-page .cmb2-metabox > .cmb-row > .cmb-th + .cmb-td {
|
2085 |
+
padding: 0;
|
2086 |
+
margin-right: 0;
|
2087 |
+
}
|
2088 |
+
|
2089 |
}
|
2090 |
|
includes/lib/cmb2/css/cmb2-rtl.min.css
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
.cmb2-wrap{margin:0}.cmb2-wrap input,.cmb2-wrap textarea{font-size:14px;max-width:100%;padding:5px}.cmb2-wrap input[type=text].cmb2-oembed{width:100%}.cmb2-wrap textarea{width:500px}.cmb2-wrap textarea.cmb2-textarea-code{font-family:"Courier 10 Pitch",Courier,monospace;line-height:16px}.cmb2-wrap input.cmb2-text-small,.cmb2-wrap input.cmb2-timepicker{width:100px}.cmb2-wrap input.cmb2-text-money{width:90px}.cmb2-wrap input.cmb2-text-medium{width:230px}.cmb2-wrap input.cmb2-upload-file{width:65%}.cmb2-wrap input.ed_button{padding:2px 4px}.cmb2-wrap input:not([type=hidden])+.button-secondary,.cmb2-wrap input:not([type=hidden])+input,.cmb2-wrap input:not([type=hidden])+select{margin-right:20px}.cmb2-wrap ul{margin:0}.cmb2-wrap li{font-size:14px;line-height:16px;margin:1px 0 5px}.cmb2-wrap select{font-size:14px;margin-top:3px}.cmb2-wrap input:focus,.cmb2-wrap textarea:focus{background:#fffff8}.cmb2-wrap input[type=checkbox],.cmb2-wrap input[type=radio]{margin:0 0 0 5px;padding:0}.cmb2-wrap .button-secondary,.cmb2-wrap button{white-space:nowrap}.cmb2-wrap .mceLayout{border:1px solid #e9e9e9!important}.cmb2-wrap .mceIframeContainer{background:#fff}.cmb2-wrap .meta_mce{width:97%}.cmb2-wrap .meta_mce textarea{width:100%}.cmb2-wrap .wp-color-result,.cmb2-wrap .wp-picker-input-wrap{vertical-align:middle}.cmb2-wrap .wp-color-result,.cmb2-wrap .wp-picker-container{margin:0 0 0 10px}.cmb2-wrap .cmb-row{margin:0}.cmb2-wrap .cmb-row:after{content:'';clear:both;display:block;width:100%}.cmb2-wrap .cmb-row.cmb-repeat-row{padding:1.8em 0 0}.cmb2-wrap .cmb-row.cmb-repeat-row:first-of-type{padding:0}.cmb2-wrap .cmb-row.cmb-repeat .cmb2-metabox-description{padding-top:0;padding-bottom:1.8em}.cmb2-metabox{clear:both;margin:0}.cmb2-metabox .cmb-field-list>.cmb-row:first-of-type>.cmb-td,.cmb2-metabox .cmb-field-list>.cmb-row:first-of-type>.cmb-th,.cmb2-metabox>.cmb-row:first-of-type>.cmb-td,.cmb2-metabox>.cmb-row:first-of-type>.cmb-th{border:0}.cmb2-metabox>.cmb-row .cmb-repeat-table .cmb-row>.cmb-td{padding-left:20px;box-sizing:border-box;float:right}.cmb-add-row{margin:1.8em 0 0}.cmb-nested .cmb-td,.cmb-repeatable-group .cmb-th,.cmb-repeatable-group:first-of-type{border:0}.cmb-repeatable-group:last-of-type,.cmb-row:last-of-type,.cmb2-wrap .cmb-row:last-of-type{border-bottom:0}.cmb-repeatable-grouping{border:1px solid #e9e9e9;padding:0 1em;max-width:1000px}.cmb-repeatable-grouping.cmb-row{margin:0 0 .8em}.cmb-th{color:#222;float:right;font-weight:600;line-height:1.3;padding:20px 0 20px 10px;vertical-align:top;width:200px}.cmb-td{line-height:1.3;max-width:100%;padding:15px 10px;vertical-align:middle}.cmb-type-title .cmb-td{padding:0}.cmb-th label{display:block;padding:5px 0}.cmb-th+.cmb-td{float:right}.cmb-td .cmb-td{padding-bottom:1em}.cmb-remove-row{text-align:left}.empty-row.hidden{display:none}.cmb-repeatable-group .cmb-th{padding:5px}.cmb-repeatable-group .cmb-group-title{background-color:#e9e9e9;padding:8px 2.2em 8px 12px;margin:0 -1em;min-height:1.5em;font-size:14px;line-height:1.4}.cmb-repeatable-group .cmb-group-title h4{border:0;margin:0;font-size:1.2em;font-weight:500;padding:.5em .75em}.cmb-repeatable-group .cmb-group-title .cmb-th{display:block;width:100%}.cmb-repeatable-group .cmb-group-description .cmb-th{font-size:1.2em;display:block;float:none;padding-bottom:1em;text-align:right;width:100%}.cmb-repeatable-group .cmb-group-description .cmb-th label{display:block;margin-top:0;padding-bottom:5px}.cmb-repeatable-group .cmb-group-description .cmb-th label:after{border-bottom:1px solid #e9e9e9;content:'';clear:both;display:block;padding-top:.4em}.cmb-repeatable-group .cmb-shift-rows{font-size:1em;margin-left:1em;text-decoration:none}.cmb-repeatable-group .cmb-shift-rows .dashicons{font-size:1.5em;height:1.5em;line-height:1.2em;width:1em}.cmb-repeatable-group .cmb-shift-rows .dashicons.dashicons-arrow-down-alt2{line-height:1.3em}.cmb-repeatable-group .cmb2-upload-button{float:left}p.cmb2-metabox-description{color:#aaa;font-style:italic;margin:0;padding-top:.5em}span.cmb2-metabox-description{color:#aaa;font-style:italic}.cmb2-metabox-title{margin:0 0 5px;padding:5px 0 0;font-size:14px}.cmb-inline ul{padding:4px 0 0}.cmb-inline li{display:inline-block;padding-left:18px}.cmb-type-textarea-code pre{margin:0}.cmb2-media-status .img-status{clear:none;display:inline-block;vertical-align:middle;margin-left:10px;width:auto}.cmb2-media-status .img-status img{max-width:350px;height:auto}.cmb2-media-status .embed-status,.cmb2-media-status .img-status img{background:#fff;border:1px solid #e9e9e9;border-radius:2px;-moz-border-radius:2px;margin:15px 0 0;padding:5px}.cmb2-media-status .embed-status{float:right;max-width:800px}.cmb2-media-status .embed-status,.cmb2-media-status .img-status{position:relative}.cmb2-media-status .embed-status .cmb2-remove-file-button,.cmb2-media-status .img-status .cmb2-remove-file-button{background:url(../images/ico-delete.png);height:16px;right:-5px;position:absolute;text-indent:-9999px;top:-5px;width:16px}.cmb2-media-status .img-status .cmb2-remove-file-button{top:10px}.cmb2-media-status .file-status>span,.cmb2-media-status .img-status img{cursor:pointer}.cmb-type-file-list .cmb2-media-status .img-status{clear:none;vertical-align:middle;width:auto;margin-left:10px;margin-bottom:10px;margin-top:0}.cmb-attach-list li{clear:both;display:inline-block;width:100%;margin-top:5px;margin-bottom:10px}.cmb-attach-list li img{cursor:move;float:right;margin-left:10px}.cmb2-remove-wrapper{margin:0}.child-cmb2 .cmb-th{text-align:right}#poststuff .cmb-group-title{margin-right:-1em;margin-left:-1em;min-height:1.5em}#poststuff .repeatable .cmb-group-title{padding-right:2.2em}.cmb-type-group .cmb2-wrap,.cmb2-postbox .cmb2-wrap{margin:0}.cmb-type-group .cmb2-wrap>.cmb-field-list>.cmb-row,.cmb2-postbox .cmb2-wrap>.cmb-field-list>.cmb-row{padding:1.8em 0}.cmb-type-group .cmb2-wrap input[type=text].cmb2-oembed,.cmb2-postbox .cmb2-wrap input[type=text].cmb2-oembed{width:100%}.cmb-type-group .cmb-row,.cmb2-postbox .cmb-row{padding:0 0 1.8em;margin:0 0 .8em}.cmb-type-group .cmb-row .cmbhandle,.cmb2-postbox .cmb-row .cmbhandle{left:-1em;position:relative}.cmb-type-group .cmb-repeatable-grouping,.cmb2-postbox .cmb-repeatable-grouping{padding:0 1em;max-width:100%;min-width:1px!important}.cmb-type-group .cmb-repeatable-group>.cmb-row,.cmb2-postbox .cmb-repeatable-group>.cmb-row{padding-bottom:0}.cmb-type-group .cmb-th,.cmb2-postbox .cmb-th{width:18%;padding:0 0 0 2%}.cmb-type-group .cmb-td,.cmb2-postbox .cmb-td{margin-bottom:0;padding:0;line-height:1.3}.cmb-type-group .cmb-repeat-row .cmb-td,.cmb2-postbox .cmb-repeat-row .cmb-td{padding-bottom:1.8em}.cmb-type-group .cmb-th+.cmb-td,.cmb2-postbox .cmb-th+.cmb-td{width:80%;float:left}.cmb-type-group .cmb-repeatable-group:not(:last-of-type),.cmb-type-group .cmb-row:not(:last-of-type),.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),.cmb2-postbox .cmb-row:not(:last-of-type){border-bottom:1px solid #e9e9e9}.cmb-type-group .cmb-remove-field-row,.cmb-type-group .cmb-repeat-group-field,.cmb2-postbox .cmb-remove-field-row,.cmb2-postbox .cmb-repeat-group-field{padding-top:1.8em}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody,.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody,.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody,.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody{display:table;width:100%}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text,.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text,.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text,.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text{width:100%}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row),.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row),.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row),.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row){display:table-row}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td,.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td,.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td,.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td{display:table-cell;float:none;width:100%}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td,.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td,.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td,.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td{padding-top:1.8em}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row,.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row,.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row,.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row{padding-left:0}.js .cmb2-postbox.context-box .toggle-indicator:before{content:"\f142";display:inline-block;font:400 20px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.js .cmb2-postbox.context-box.closed .toggle-indicator:before{content:"\f140"}.cmb2-postbox.context-box{margin-bottom:10px}.cmb2-postbox.context-box.context-after_title-box,.cmb2-postbox.context-box.context-before_permalink-box{margin-top:10px}.cmb2-postbox.context-box.context-after_editor-box{margin-top:20px;margin-bottom:0}.cmb2-postbox.context-box.context-form_top-box{margin-top:10px}.cmb2-postbox.context-box.context-form_top-box .hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.cmb2-postbox.context-box .hndle{cursor:auto}.cmb2-context-wrap{margin-top:10px}.cmb2-context-wrap.cmb2-context-wrap-form_top{margin-left:300px;width:auto}.cmb2-context-wrap.cmb2-context-wrap-no-title .cmb2-metabox{padding:10px}.cmb2-context-wrap .cmb-th{padding:0 0 0 2%;width:18%}.cmb2-context-wrap .cmb-td{width:80%;padding:0}.cmb2-context-wrap .cmb-row{margin-bottom:10px}.cmb2-context-wrap .cmb-row:last-of-type{margin-bottom:0}#poststuff .cmb-repeatable-group h2{margin:0}.edit-tags-php .cmb2-metabox-title,.profile-php .cmb2-metabox-title,.user-edit-php .cmb2-metabox-title{font-size:1.4em}.cmb2-options-page .cmb2-metabox-title{font-size:1.3em;margin:1em 0}.cmb2-options-page .cmb2-metabox-title+p.cmb2-metabox-description{margin-top:-1.6em;margin-bottom:.8em}.cmb2-no-box-wrap .cmb-spinner,.cmb2-postbox .cmb-spinner{float:right;display:none}.cmb-spinner{display:none}.cmb-spinner.is-active{display:block}#side-sortables .cmb2-wrap>.cmb-field-list>.cmb-row,.inner-sidebar .cmb2-wrap>.cmb-field-list>.cmb-row{padding:1.4em 0}#side-sortables .cmb2-wrap input[type=text]:not(.wp-color-picker),.inner-sidebar .cmb2-wrap input[type=text]:not(.wp-color-picker){width:100%}#side-sortables .cmb2-wrap input+input:not(.wp-picker-clear),#side-sortables .cmb2-wrap input+select,.inner-sidebar .cmb2-wrap input+input:not(.wp-picker-clear),.inner-sidebar .cmb2-wrap input+select{margin-right:0;margin-top:1em;display:block}#side-sortables .cmb2-wrap input.cmb2-text-money,.inner-sidebar .cmb2-wrap input.cmb2-text-money{max-width:70%}#side-sortables .cmb2-wrap input.cmb2-text-money+.cmb2-metabox-description,.inner-sidebar .cmb2-wrap input.cmb2-text-money+.cmb2-metabox-description{display:block}#side-sortables .cmb2-wrap label,.inner-sidebar .cmb2-wrap label{display:block;font-weight:700;padding:0 0 5px}#side-sortables textarea,.inner-sidebar textarea{max-width:99%}#side-sortables .cmb-repeatable-group,.inner-sidebar .cmb-repeatable-group{border-bottom:1px solid #e9e9e9}#side-sortables .cmb-type-group>.cmb-td>.cmb-repeatable-group,.inner-sidebar .cmb-type-group>.cmb-td>.cmb-repeatable-group{border-bottom:0;margin-bottom:-1.4em}#side-sortables .cmb-td,#side-sortables .cmb-th,#side-sortables .cmb-th+.cmb-td,.inner-sidebar .cmb-td,.inner-sidebar .cmb-th,.inner-sidebar .cmb-th+.cmb-td{width:100%;display:block;float:none}#side-sortables .closed .inside,.inner-sidebar .closed .inside{display:none}#side-sortables .cmb-td .cmb-td,.inner-sidebar .cmb-td .cmb-td{padding-bottom:1em}#side-sortables .cmb-th,.inner-sidebar .cmb-th{display:block;float:none;padding-bottom:1em;text-align:right;width:100%;padding-right:0;padding-left:0}#side-sortables .cmb-th label,.inner-sidebar .cmb-th label{display:block;margin-top:0;padding-bottom:5px}#side-sortables .cmb-th label:after,.inner-sidebar .cmb-th label:after{border-bottom:1px solid #e9e9e9;content:'';clear:both;display:block;padding-top:.4em}#side-sortables .cmb-th label,.inner-sidebar .cmb-th label{font-size:14px;line-height:1.4em}#side-sortables .cmb-group-description .cmb-th,.inner-sidebar .cmb-group-description .cmb-th{padding-top:0}#side-sortables .cmb-group-description .cmb2-metabox-description,#side-sortables .cmb-group-title .cmb-th,.inner-sidebar .cmb-group-description .cmb2-metabox-description,.inner-sidebar .cmb-group-title .cmb-th{padding:0}#side-sortables .cmb-repeatable-grouping+.cmb-repeatable-grouping,.inner-sidebar .cmb-repeatable-grouping+.cmb-repeatable-grouping{margin-top:1em}#side-sortables .cmb2-media-status .embed-status img,#side-sortables .cmb2-media-status .img-status img,.inner-sidebar .cmb2-media-status .embed-status img,.inner-sidebar .cmb2-media-status .img-status img{max-width:90%;height:auto}#side-sortables .cmb2-list label,.inner-sidebar .cmb2-list label{display:inline;font-weight:400}#side-sortables .cmb2-metabox-description,.inner-sidebar .cmb2-metabox-description{display:block;padding:7px 0 0}#side-sortables .cmb-type-checkbox .cmb-td label,#side-sortables .cmb-type-checkbox .cmb2-metabox-description,.inner-sidebar .cmb-type-checkbox .cmb-td label,.inner-sidebar .cmb-type-checkbox .cmb2-metabox-description{font-weight:400;display:inline}#side-sortables .cmb-row .cmb2-metabox-description,.inner-sidebar .cmb-row .cmb2-metabox-description{padding-bottom:1.8em}#side-sortables .cmb2-metabox-title,.inner-sidebar .cmb2-metabox-title{font-size:1.2em;font-style:italic}#side-sortables .cmb-remove-row,.inner-sidebar .cmb-remove-row{clear:both;padding-top:12px;padding-bottom:0}#side-sortables .cmb-type-colorpicker .cmb-repeat-row .cmb-td,.inner-sidebar .cmb-type-colorpicker .cmb-repeat-row .cmb-td{width:auto;clear:none;float:right;padding-top:0}#side-sortables .cmb-type-colorpicker .cmb-repeat-row .cmb-td.cmb-remove-row,.inner-sidebar .cmb-type-colorpicker .cmb-repeat-row .cmb-td.cmb-remove-row{float:left;margin:0}#side-sortables .cmb2-upload-button,.inner-sidebar .cmb2-upload-button{clear:both;margin-top:12px}.cmb2-metabox .cmb-type-group{max-width:1000px}.cmb2-metabox .cmbhandle{color:#aaa;float:left;width:27px;height:30px;cursor:pointer;left:-1em;position:relative}.cmb2-metabox .cmbhandle:before{content:'\f142';left:12px;font:400 20px/1 dashicons;speak:none;display:inline-block;padding:8px 10px;top:0;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.cmb2-metabox .postbox.closed .cmbhandle:before{content:'\f140'}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row{-webkit-appearance:none!important;background:none!important;border:none!important;position:absolute;right:0;top:.5em;line-height:1em;padding:2px 6px 3px;opacity:.5}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]){cursor:pointer;color:#a00;opacity:1}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]):hover{color:red}* html .cmb2-element.ui-helper-clearfix{height:1%}.cmb2-element .ui-datepicker,.cmb2-element.ui-datepicker{padding:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff;border:1px solid #dfdfdf;border-top:none;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.075);box-shadow:0 3px 6px rgba(0,0,0,.075);min-width:17em;width:auto}.cmb2-element .ui-datepicker *,.cmb2-element.ui-datepicker *{padding:0;font-family:"Open Sans",sans-serif;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.cmb2-element .ui-datepicker table,.cmb2-element.ui-datepicker table{font-size:13px;margin:0;border:none;border-collapse:collapse}.cmb2-element .ui-datepicker .ui-datepicker-header,.cmb2-element .ui-datepicker .ui-widget-header,.cmb2-element.ui-datepicker .ui-datepicker-header,.cmb2-element.ui-datepicker .ui-widget-header{border:none;color:#fff;font-weight:400}.cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover,.cmb2-element.ui-datepicker .ui-datepicker-header .ui-state-hover{background:0 0;border-color:transparent;cursor:pointer}.cmb2-element .ui-datepicker .ui-datepicker-title,.cmb2-element.ui-datepicker .ui-datepicker-title{margin:0;padding:10px 0;color:#fff;font-size:14px;line-height:14px;text-align:center}.cmb2-element .ui-datepicker .ui-datepicker-title select,.cmb2-element.ui-datepicker .ui-datepicker-title select{margin-top:-8px;margin-bottom:-8px}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-prev{position:relative;top:0;height:34px;width:34px}.cmb2-element .ui-datepicker .ui-state-hover.ui-datepicker-next,.cmb2-element .ui-datepicker .ui-state-hover.ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-state-hover.ui-datepicker-next,.cmb2-element.ui-datepicker .ui-state-hover.ui-datepicker-prev{border:none}.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element .ui-datepicker .ui-datepicker-prev-hover,.cmb2-element.ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-prev-hover{right:0}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element .ui-datepicker .ui-datepicker-next-hover,.cmb2-element.ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-next-hover{left:0}.cmb2-element .ui-datepicker .ui-datepicker-next span,.cmb2-element .ui-datepicker .ui-datepicker-prev span,.cmb2-element.ui-datepicker .ui-datepicker-next span,.cmb2-element.ui-datepicker .ui-datepicker-prev span{display:none}.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-prev{float:right}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-next{float:left}.cmb2-element .ui-datepicker .ui-datepicker-next:before,.cmb2-element .ui-datepicker .ui-datepicker-prev:before,.cmb2-element.ui-datepicker .ui-datepicker-next:before,.cmb2-element.ui-datepicker .ui-datepicker-prev:before{font:400 20px/34px dashicons;padding-right:7px;color:#fff;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:34px;height:34px}.cmb2-element .ui-datepicker .ui-datepicker-prev:before,.cmb2-element.ui-datepicker .ui-datepicker-prev:before{content:'\f341'}.cmb2-element .ui-datepicker .ui-datepicker-next:before,.cmb2-element.ui-datepicker .ui-datepicker-next:before{content:'\f345'}.cmb2-element .ui-datepicker .ui-datepicker-next-hover:before,.cmb2-element .ui-datepicker .ui-datepicker-prev-hover:before,.cmb2-element.ui-datepicker .ui-datepicker-next-hover:before,.cmb2-element.ui-datepicker .ui-datepicker-prev-hover:before{opacity:.7}.cmb2-element .ui-datepicker select.ui-datepicker-month,.cmb2-element .ui-datepicker select.ui-datepicker-year,.cmb2-element.ui-datepicker select.ui-datepicker-month,.cmb2-element.ui-datepicker select.ui-datepicker-year{width:33%;background:0 0;border-color:transparent;box-shadow:none;color:#fff}.cmb2-element .ui-datepicker select.ui-datepicker-month option,.cmb2-element .ui-datepicker select.ui-datepicker-year option,.cmb2-element.ui-datepicker select.ui-datepicker-month option,.cmb2-element.ui-datepicker select.ui-datepicker-year option{color:#333}.cmb2-element .ui-datepicker thead,.cmb2-element.ui-datepicker thead{color:#fff;font-weight:600}.cmb2-element .ui-datepicker thead th,.cmb2-element.ui-datepicker thead th{font-weight:400}.cmb2-element .ui-datepicker th,.cmb2-element.ui-datepicker th{padding:10px}.cmb2-element .ui-datepicker td,.cmb2-element.ui-datepicker td{padding:0;border:1px solid #f4f4f4}.cmb2-element .ui-datepicker td.ui-datepicker-other-month,.cmb2-element.ui-datepicker td.ui-datepicker-other-month{border:transparent}.cmb2-element .ui-datepicker td.ui-datepicker-week-end,.cmb2-element.ui-datepicker td.ui-datepicker-week-end{background-color:#f4f4f4;border:1px solid #f4f4f4}.cmb2-element .ui-datepicker td.ui-datepicker-week-end.ui-datepicker-today,.cmb2-element.ui-datepicker td.ui-datepicker-week-end.ui-datepicker-today{-webkit-box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1);box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1)}.cmb2-element .ui-datepicker td.ui-datepicker-today,.cmb2-element.ui-datepicker td.ui-datepicker-today{background-color:#f0f0c0}.cmb2-element .ui-datepicker td.ui-datepicker-current-day,.cmb2-element.ui-datepicker td.ui-datepicker-current-day{background:#bd8}.cmb2-element .ui-datepicker td .ui-state-default,.cmb2-element.ui-datepicker td .ui-state-default{background:0 0;border:none;text-align:center;text-decoration:none;width:auto;display:block;padding:5px 10px;font-weight:400;color:#444}.cmb2-element .ui-datepicker td.ui-state-disabled .ui-state-default,.cmb2-element.ui-datepicker td.ui-state-disabled .ui-state-default{opacity:.5}.cmb2-element .ui-datepicker .ui-datepicker-header,.cmb2-element .ui-datepicker .ui-widget-header,.cmb2-element.ui-datepicker .ui-datepicker-header,.cmb2-element.ui-datepicker .ui-widget-header{background:#00a0d2}.cmb2-element .ui-datepicker thead,.cmb2-element.ui-datepicker thead{background:#32373c}.cmb2-element .ui-datepicker td .ui-state-active,.cmb2-element .ui-datepicker td .ui-state-hover,.cmb2-element.ui-datepicker td .ui-state-active,.cmb2-element.ui-datepicker td .ui-state-hover{background:#0073aa;color:#fff}.cmb2-element .ui-datepicker .ui-timepicker-div,.cmb2-element.ui-datepicker .ui-timepicker-div{font-size:14px}.cmb2-element .ui-datepicker .ui-timepicker-div dl,.cmb2-element.ui-datepicker .ui-timepicker-div dl{text-align:right;padding:0 .6em}.cmb2-element .ui-datepicker .ui-timepicker-div dl dt,.cmb2-element.ui-datepicker .ui-timepicker-div dl dt{float:right;clear:right;padding:0 5px 0 0}.cmb2-element .ui-datepicker .ui-timepicker-div dl dd,.cmb2-element.ui-datepicker .ui-timepicker-div dl dd{margin:0 40% 10px 10px}.cmb2-element .ui-datepicker .ui-timepicker-div dl dd select,.cmb2-element.ui-datepicker .ui-timepicker-div dl dd select{width:100%}.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane{padding:.6em;text-align:right}.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-primary,.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-secondary,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-primary,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-secondary{padding:0 10px 1px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin:0 .4em .4em .6em}.admin-color-fresh .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-fresh .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-fresh .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-fresh .cmb2-element.ui-datepicker .ui-widget-header{background:#00a0d2}.admin-color-fresh .cmb2-element .ui-datepicker thead,.admin-color-fresh .cmb2-element.ui-datepicker thead{background:#32373c}.admin-color-fresh .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-fresh .cmb2-element.ui-datepicker td .ui-state-hover{background:#0073aa;color:#fff}.admin-color-blue .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-blue .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-blue .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-blue .cmb2-element.ui-datepicker .ui-widget-header{background:#52accc}.admin-color-blue .cmb2-element .ui-datepicker thead,.admin-color-blue .cmb2-element.ui-datepicker thead{background:#4796b3}.admin-color-blue .cmb2-element .ui-datepicker td .ui-state-active,.admin-color-blue .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-blue .cmb2-element.ui-datepicker td .ui-state-active,.admin-color-blue .cmb2-element.ui-datepicker td .ui-state-hover{background:#096484;color:#fff}.admin-color-blue .cmb2-element .ui-datepicker td.ui-datepicker-today,.admin-color-blue .cmb2-element.ui-datepicker td.ui-datepicker-today{background:#eee}.admin-color-coffee .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-coffee .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-coffee .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-coffee .cmb2-element.ui-datepicker .ui-widget-header{background:#59524c}.admin-color-coffee .cmb2-element .ui-datepicker thead,.admin-color-coffee .cmb2-element.ui-datepicker thead{background:#46403c}.admin-color-coffee .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-coffee .cmb2-element.ui-datepicker td .ui-state-hover{background:#c7a589;color:#fff}.admin-color-ectoplasm .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-ectoplasm .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-ectoplasm .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-ectoplasm .cmb2-element.ui-datepicker .ui-widget-header{background:#523f6d}.admin-color-ectoplasm .cmb2-element .ui-datepicker thead,.admin-color-ectoplasm .cmb2-element.ui-datepicker thead{background:#413256}.admin-color-ectoplasm .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-ectoplasm .cmb2-element.ui-datepicker td .ui-state-hover{background:#a3b745;color:#fff}.admin-color-midnight .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-midnight .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-midnight .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-midnight .cmb2-element.ui-datepicker .ui-widget-header{background:#363b3f}.admin-color-midnight .cmb2-element .ui-datepicker thead,.admin-color-midnight .cmb2-element.ui-datepicker thead{background:#26292c}.admin-color-midnight .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-midnight .cmb2-element.ui-datepicker td .ui-state-hover{background:#e14d43;color:#fff}.admin-color-ocean .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-ocean .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-ocean .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-ocean .cmb2-element.ui-datepicker .ui-widget-header{background:#738e96}.admin-color-ocean .cmb2-element .ui-datepicker thead,.admin-color-ocean .cmb2-element.ui-datepicker thead{background:#627c83}.admin-color-ocean .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-ocean .cmb2-element.ui-datepicker td .ui-state-hover{background:#9ebaa0;color:#fff}.admin-color-sunrise .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-sunrise .cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover,.admin-color-sunrise .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-datepicker-header .ui-state-hover,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-widget-header{background:#cf4944}.admin-color-sunrise .cmb2-element .ui-datepicker th,.admin-color-sunrise .cmb2-element.ui-datepicker th{border-color:#be3631;background:#be3631}.admin-color-sunrise .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-sunrise .cmb2-element.ui-datepicker td .ui-state-hover{background:#dd823b;color:#fff}.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-light .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-light .cmb2-element.ui-datepicker .ui-widget-header{background:#e5e5e5}.admin-color-light .cmb2-element .ui-datepicker select.ui-datepicker-month,.admin-color-light .cmb2-element .ui-datepicker select.ui-datepicker-year,.admin-color-light .cmb2-element.ui-datepicker select.ui-datepicker-month,.admin-color-light .cmb2-element.ui-datepicker select.ui-datepicker-year{color:#555}.admin-color-light .cmb2-element .ui-datepicker thead,.admin-color-light .cmb2-element.ui-datepicker thead{background:#888}.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-next:before,.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-prev:before,.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-title,.admin-color-light .cmb2-element .ui-datepicker td .ui-state-default,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-next:before,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-prev:before,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-title,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-default{color:#555}.admin-color-light .cmb2-element .ui-datepicker td .ui-state-active,.admin-color-light .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-active,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-hover{background:#ccc}.admin-color-light .cmb2-element .ui-datepicker td.ui-datepicker-today,.admin-color-light .cmb2-element.ui-datepicker td.ui-datepicker-today{background:#eee}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-bbp-evergreen .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker .ui-widget-header{background:#56b274}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker thead,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker thead{background:#36533f}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker td .ui-state-hover{background:#446950;color:#fff}.admin-color-bbp-mint .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-bbp-mint .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-bbp-mint .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-bbp-mint .cmb2-element.ui-datepicker .ui-widget-header{background:#4ca26a}.admin-color-bbp-mint .cmb2-element .ui-datepicker thead,.admin-color-bbp-mint .cmb2-element.ui-datepicker thead{background:#4f6d59}.admin-color-bbp-mint .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-bbp-mint .cmb2-element.ui-datepicker td .ui-state-hover{background:#5fb37c;color:#fff}@media only screen and (max-width:850px){.cmb2-context-wrap.cmb2-context-wrap-form_top{margin-left:0}}@media (max-width:450px){.cmb-th{font-size:1.2em;padding-bottom:1em;text-align:right}.cmb-th label{display:block;margin-top:0;padding-bottom:5px}.cmb-th label:after{border-bottom:1px solid #e9e9e9;content:'';clear:both;display:block;padding-top:.4em}.cmb-td,.cmb-th,.cmb-th+.cmb-td{display:block;float:none;width:100%}.cmb-type-group .cmb-repeatable-group:not(:last-of-type),.cmb-type-group .cmb-row:not(:last-of-type),.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),.cmb2-postbox .cmb-row:not(:last-of-type){border-bottom:0}}
|
|
1 |
+
/*! CMB2 - v2.4.2 - 2018-05-29 | https://cmb2.io | Copyright (c) 2018 CMB2 team | Licensed GPLv2 */
|
2 |
+
.cmb2-wrap{margin:0}.cmb2-wrap input,.cmb2-wrap textarea{font-size:14px;max-width:100%;padding:5px}.cmb2-wrap input[type=text].cmb2-oembed{width:100%}.cmb2-wrap textarea{width:500px}.cmb2-wrap textarea.cmb2-textarea-code{font-family:"Courier 10 Pitch",Courier,monospace;line-height:16px}.cmb2-wrap input.cmb2-text-small,.cmb2-wrap input.cmb2-timepicker{width:100px}.cmb2-wrap input.cmb2-text-money{width:90px}.cmb2-wrap input.cmb2-text-medium{width:230px}.cmb2-wrap input.cmb2-upload-file{width:65%}.cmb2-wrap input.ed_button{padding:2px 4px}.cmb2-wrap input:not([type=hidden])+.button-secondary,.cmb2-wrap input:not([type=hidden])+input,.cmb2-wrap input:not([type=hidden])+select{margin-right:20px}.cmb2-wrap ul{margin:0}.cmb2-wrap li{font-size:14px;line-height:16px;margin:1px 0 5px}.cmb2-wrap select{font-size:14px;margin-top:3px}.cmb2-wrap input:focus,.cmb2-wrap textarea:focus{background:#fffff8}.cmb2-wrap input[type=checkbox],.cmb2-wrap input[type=radio]{margin:0 0 0 5px;padding:0}.cmb2-wrap .button-secondary,.cmb2-wrap button{white-space:nowrap}.cmb2-wrap .mceLayout{border:1px solid #e9e9e9!important}.cmb2-wrap .mceIframeContainer{background:#fff}.cmb2-wrap .meta_mce{width:97%}.cmb2-wrap .meta_mce textarea{width:100%}.cmb2-wrap .wp-color-result,.cmb2-wrap .wp-picker-input-wrap{vertical-align:middle}.cmb2-wrap .wp-color-result,.cmb2-wrap .wp-picker-container{margin:0 0 0 10px}.cmb2-wrap .cmb-row{margin:0}.cmb2-wrap .cmb-row:after{content:'';clear:both;display:block;width:100%}.cmb2-wrap .cmb-row.cmb-repeat .cmb2-metabox-description{padding-top:0;padding-bottom:1em}.cmb2-metabox{clear:both;margin:0}.cmb2-metabox .cmb-field-list>.cmb-row:first-of-type>.cmb-td,.cmb2-metabox .cmb-field-list>.cmb-row:first-of-type>.cmb-th,.cmb2-metabox>.cmb-row:first-of-type>.cmb-td,.cmb2-metabox>.cmb-row:first-of-type>.cmb-th{border:0}.cmb-add-row{margin:1.8em 0 0}.cmb-nested .cmb-td,.cmb-repeatable-group .cmb-th,.cmb-repeatable-group:first-of-type{border:0}.cmb-repeatable-group:last-of-type,.cmb-row:last-of-type,.cmb2-wrap .cmb-row:last-of-type{border-bottom:0}.cmb-repeatable-grouping{border:1px solid #e9e9e9;padding:0 1em}.cmb-repeatable-grouping.cmb-row{margin:0 0 .8em}.cmb-th{color:#222;float:right;font-weight:600;line-height:1.3;padding:20px 0 20px 10px;vertical-align:top;width:200px}.cmb-td{line-height:1.3;max-width:100%;padding:15px 10px;vertical-align:middle}.cmb-type-title .cmb-td{padding:0}.cmb-th label{display:block;padding:5px 0}.cmb-th+.cmb-td{float:right}.cmb-td .cmb-td{padding-bottom:1em}.cmb-remove-row{text-align:left}.empty-row.hidden{display:none}.cmb-repeat-table{background-color:#fafafa;border:1px solid #e1e1e1}.cmb-repeat-table .cmb-row.cmb-repeat-row{position:relative;counter-increment:el;margin:0;padding:10px 50px 10px 10px;border-bottom:none!important}.cmb-repeat-table .cmb-row.cmb-repeat-row+.cmb-repeat-row{border-top:solid 1px #e9e9e9}.cmb-repeat-table .cmb-row.cmb-repeat-row:before{content:counter(el);display:block;top:0;right:0;position:absolute;width:35px;height:100%;line-height:35px;color:#aaa;text-align:center;border-left:solid 1px #e9e9e9}.cmb-repeat-table .cmb-row.cmb-repeat-row .cmb-td{margin:0;padding:0}.cmb-repeat-table+.cmb-add-row{margin:0}.cmb-repeat-table+.cmb-add-row:before{content:'';width:1px;height:1.6em;display:block;margin-right:17px;background-color:#dcdcdc}.cmb-repeat-table .cmb-remove-row{top:7px;left:7px;position:absolute;width:auto;margin-right:0;padding:0!important;display:none}.cmb-repeat-table .cmb-remove-row>.cmb-remove-row-button{font-size:20px;text-indent:-1000px;overflow:hidden;position:relative;height:auto;line-height:1;padding:0 10px}.cmb-repeat-table .cmb-remove-row>.cmb-remove-row-button:before{content:"";font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center}.cmb-repeat-table .cmb-repeat-row:hover .cmb-remove-row{display:block}.cmb-repeatable-group .cmb-th{padding:5px}.cmb-repeatable-group .cmb-group-title{background-color:#e9e9e9;padding:8px 2.2em 8px 12px;margin:0 -1em;min-height:1.5em;font-size:14px;line-height:1.4}.cmb-repeatable-group .cmb-group-title h4{border:0;margin:0;font-size:1.2em;font-weight:500;padding:.5em .75em}.cmb-repeatable-group .cmb-group-title .cmb-th{display:block;width:100%}.cmb-repeatable-group .cmb-group-description .cmb-th{font-size:1.2em;display:block;float:none;padding-bottom:1em;text-align:right;width:100%}.cmb-repeatable-group .cmb-group-description .cmb-th label{display:block;margin-top:0;margin-bottom:.5em}.cmb-repeatable-group .cmb-shift-rows{font-size:1em;margin-left:1em;text-decoration:none}.cmb-repeatable-group .cmb-shift-rows .dashicons{font-size:1.5em;height:1.5em;line-height:1.2em;width:1em}.cmb-repeatable-group .cmb-shift-rows .dashicons.dashicons-arrow-down-alt2{line-height:1.3em}.cmb-repeatable-group .cmb2-upload-button{float:left}p.cmb2-metabox-description{color:#aaa;font-style:italic;margin:0;padding-top:.5em}span.cmb2-metabox-description{color:#aaa;font-style:italic}.cmb2-metabox-title{margin:0 0 5px;padding:5px 0 0;font-size:14px}.cmb-inline ul{padding:4px 0 0}.cmb-inline li{display:inline-block;padding-left:18px}.cmb-type-textarea-code pre{margin:0}.cmb2-media-status .img-status{clear:none;display:inline-block;vertical-align:middle;margin-left:10px;width:auto}.cmb2-media-status .img-status img{max-width:350px;height:auto}.cmb2-media-status .embed-status,.cmb2-media-status .img-status img{background:#eee;border:5px solid #fff;outline:1px solid #e9e9e9;box-shadow:inset 0 0 15px rgba(0,0,0,.3),inset 0 0 0 1px rgba(0,0,0,.05);background-image:linear-gradient(45deg,#d0d0d0 25%,transparent 25%,transparent 75%,#d0d0d0 75%,#d0d0d0),linear-gradient(45deg,#d0d0d0 25%,transparent 25%,transparent 75%,#d0d0d0 75%,#d0d0d0);background-position:0 0,10px 10px;background-size:20px 20px;border-radius:2px;-moz-border-radius:2px;margin:15px 0 0}.cmb2-media-status .embed-status{float:right;max-width:800px}.cmb2-media-status .embed-status,.cmb2-media-status .img-status{position:relative}.cmb2-media-status .embed-status .cmb2-remove-file-button,.cmb2-media-status .img-status .cmb2-remove-file-button{background:url(../images/ico-delete.png);height:16px;right:-5px;position:absolute;text-indent:-9999px;top:-5px;width:16px}.cmb2-media-status .img-status .cmb2-remove-file-button{top:10px}.cmb2-media-status .file-status>span,.cmb2-media-status .img-status img{cursor:pointer}.cmb2-media-status.cmb-attach-list .file-status>span,.cmb2-media-status.cmb-attach-list .img-status img{cursor:move}.cmb-type-file-list .cmb2-media-status .img-status{clear:none;vertical-align:middle;width:auto;margin-left:10px;margin-bottom:10px;margin-top:0}.cmb-attach-list li{clear:both;display:inline-block;width:100%;margin-top:5px;margin-bottom:10px}.cmb-attach-list li img{float:right;margin-left:10px}.cmb2-remove-wrapper{margin:0}.child-cmb2 .cmb-th{text-align:right}.cmb2-indented-hierarchy{padding-right:1.5em}#poststuff .cmb-group-title{margin-right:-1em;margin-left:-1em;min-height:1.5em}#poststuff .repeatable .cmb-group-title{padding-right:2.2em}.cmb-type-group .cmb2-wrap,.cmb2-postbox .cmb2-wrap{margin:0}.cmb-type-group .cmb2-wrap>.cmb-field-list>.cmb-row,.cmb2-postbox .cmb2-wrap>.cmb-field-list>.cmb-row{padding:1.8em 0}.cmb-type-group .cmb2-wrap input[type=text].cmb2-oembed,.cmb2-postbox .cmb2-wrap input[type=text].cmb2-oembed{width:100%}.cmb-type-group .cmb-row,.cmb2-postbox .cmb-row{padding:0 0 1.8em;margin:0 0 .8em}.cmb-type-group .cmb-row .cmbhandle,.cmb2-postbox .cmb-row .cmbhandle{left:-1em;position:relative}.cmb-type-group .cmb-repeatable-grouping,.cmb2-postbox .cmb-repeatable-grouping{padding:0 1em;max-width:100%;min-width:1px!important}.cmb-type-group .cmb-repeatable-group>.cmb-row,.cmb2-postbox .cmb-repeatable-group>.cmb-row{padding-bottom:0}.cmb-type-group .cmb-th,.cmb2-postbox .cmb-th{width:18%;padding:0 0 0 2%}.cmb-type-group .cmb-td,.cmb2-postbox .cmb-td{margin-bottom:0;padding:0;line-height:1.3}.cmb-type-group .cmb-th+.cmb-td,.cmb2-postbox .cmb-th+.cmb-td{width:80%;float:left}.cmb-type-group .cmb-repeatable-group:not(:last-of-type),.cmb-type-group .cmb-row:not(:last-of-type),.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),.cmb2-postbox .cmb-row:not(:last-of-type){border-bottom:1px solid #e9e9e9}.cmb-type-group .cmb-remove-field-row,.cmb-type-group .cmb-repeat-group-field,.cmb2-postbox .cmb-remove-field-row,.cmb2-postbox .cmb-repeat-group-field{padding-top:1.8em}.js .cmb2-postbox.context-box .toggle-indicator:before{content:"\f142";display:inline-block;font:400 20px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.js .cmb2-postbox.context-box.closed .toggle-indicator:before{content:"\f140"}.cmb2-postbox.context-box{margin-bottom:10px}.cmb2-postbox.context-box.context-after_title-box,.cmb2-postbox.context-box.context-before_permalink-box{margin-top:10px}.cmb2-postbox.context-box.context-after_editor-box{margin-top:20px;margin-bottom:0}.cmb2-postbox.context-box.context-form_top-box{margin-top:10px}.cmb2-postbox.context-box.context-form_top-box .hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.cmb2-postbox.context-box .hndle{cursor:auto}.cmb2-context-wrap{margin-top:10px}.cmb2-context-wrap.cmb2-context-wrap-form_top{margin-left:300px;width:auto}.cmb2-context-wrap.cmb2-context-wrap-no-title .cmb2-metabox{padding:10px}.cmb2-context-wrap .cmb-th{padding:0 0 0 2%;width:18%}.cmb2-context-wrap .cmb-td{width:80%;padding:0}.cmb2-context-wrap .cmb-row{margin-bottom:10px}.cmb2-context-wrap .cmb-row:last-of-type{margin-bottom:0}.cmb2-options-page{max-width:1200px}.cmb2-options-page.wrap>h2{margin-bottom:1em}.cmb2-options-page .cmb2-metabox>.cmb-row{padding:1em;margin-top:-1px;background:#fff;border:1px solid #e9e9e9;box-shadow:0 1px 1px rgba(0,0,0,.05)}.cmb2-options-page .cmb2-metabox>.cmb-row>.cmb-th{padding:0;font-weight:initial}.cmb2-options-page .cmb2-metabox>.cmb-row>.cmb-th+.cmb-td{float:none;padding:0 1em 0 0;margin-right:200px}.cmb2-options-page .cmb2-wrap .cmb-type-title{margin-top:1em;padding:.6em 1em;background-color:#fafafa}.cmb2-options-page .cmb2-wrap .cmb-type-title .cmb2-metabox-title{font-size:12px;margin-top:0;margin-bottom:0;text-transform:uppercase}.cmb2-options-page .cmb2-wrap .cmb-type-title .cmb2-metabox-description{padding-top:.25em}.cmb2-options-page .cmb-repeatable-group .cmb-group-description .cmb-th{padding:0 0 .8em}.cmb2-options-page .cmb-repeatable-group .cmb-group-name{font-size:16px;margin-top:0;margin-bottom:0}.cmb2-options-page .cmb-repeatable-group .cmb-th>.cmb2-metabox-description{font-weight:400;padding-bottom:0!important}#addtag .cmb-th{float:none;width:auto;padding:20px 0 0}#addtag .cmb-td{padding:0}#addtag .cmb-th+.cmb-td{float:none}#addtag select{max-width:100%}#addtag .cmb2-metabox{padding-bottom:20px}#addtag .cmb-row li label{display:inline}#poststuff .cmb-repeatable-group h2{margin:0}.edit-tags-php .cmb2-metabox-title,.profile-php .cmb2-metabox-title,.user-edit-php .cmb2-metabox-title{font-size:1.4em}.cmb2-no-box-wrap .cmb-spinner,.cmb2-postbox .cmb-spinner{float:right;display:none}.cmb-spinner{display:none}.cmb-spinner.is-active{display:block}#side-sortables .cmb2-wrap>.cmb-field-list>.cmb-row,.inner-sidebar .cmb2-wrap>.cmb-field-list>.cmb-row{padding:1.4em 0}#side-sortables .cmb2-wrap input[type=text]:not(.wp-color-picker),.inner-sidebar .cmb2-wrap input[type=text]:not(.wp-color-picker){width:100%}#side-sortables .cmb2-wrap input+input:not(.wp-picker-clear),#side-sortables .cmb2-wrap input+select,.inner-sidebar .cmb2-wrap input+input:not(.wp-picker-clear),.inner-sidebar .cmb2-wrap input+select{margin-right:0;margin-top:1em;display:block}#side-sortables .cmb2-wrap input.cmb2-text-money,.inner-sidebar .cmb2-wrap input.cmb2-text-money{max-width:70%}#side-sortables .cmb2-wrap input.cmb2-text-money+.cmb2-metabox-description,.inner-sidebar .cmb2-wrap input.cmb2-text-money+.cmb2-metabox-description{display:block}#side-sortables .cmb2-wrap label,.inner-sidebar .cmb2-wrap label{display:block;font-weight:700;padding:0 0 5px}#side-sortables textarea,.inner-sidebar textarea{max-width:99%}#side-sortables .cmb-repeatable-group,.inner-sidebar .cmb-repeatable-group{border-bottom:1px solid #e9e9e9}#side-sortables .cmb-type-group>.cmb-td>.cmb-repeatable-group,.inner-sidebar .cmb-type-group>.cmb-td>.cmb-repeatable-group{border-bottom:0;margin-bottom:-1.4em}#side-sortables .cmb-td:not(.cmb-remove-row),#side-sortables .cmb-th,#side-sortables .cmb-th+.cmb-td,.inner-sidebar .cmb-td:not(.cmb-remove-row),.inner-sidebar .cmb-th,.inner-sidebar .cmb-th+.cmb-td{width:100%;display:block;float:none}#side-sortables .closed .inside,.inner-sidebar .closed .inside{display:none}#side-sortables .cmb-th,.inner-sidebar .cmb-th{display:block;float:none;padding-bottom:1em;text-align:right;width:100%;padding-right:0;padding-left:0}#side-sortables .cmb-th label,.inner-sidebar .cmb-th label{display:block;margin-top:0;margin-bottom:.5em;font-size:14px;line-height:1.4em}#side-sortables .cmb-group-description .cmb-th,.inner-sidebar .cmb-group-description .cmb-th{padding-top:0}#side-sortables .cmb-group-description .cmb2-metabox-description,#side-sortables .cmb-group-title .cmb-th,.inner-sidebar .cmb-group-description .cmb2-metabox-description,.inner-sidebar .cmb-group-title .cmb-th{padding:0}#side-sortables .cmb-repeatable-grouping+.cmb-repeatable-grouping,.inner-sidebar .cmb-repeatable-grouping+.cmb-repeatable-grouping{margin-top:1em}#side-sortables .cmb2-media-status .embed-status img,#side-sortables .cmb2-media-status .img-status img,.inner-sidebar .cmb2-media-status .embed-status img,.inner-sidebar .cmb2-media-status .img-status img{max-width:90%;height:auto}#side-sortables .cmb2-list label,.inner-sidebar .cmb2-list label{display:inline;font-weight:400}#side-sortables .cmb2-metabox-description,.inner-sidebar .cmb2-metabox-description{display:block;padding:7px 0 0}#side-sortables .cmb-type-checkbox .cmb-td label,#side-sortables .cmb-type-checkbox .cmb2-metabox-description,.inner-sidebar .cmb-type-checkbox .cmb-td label,.inner-sidebar .cmb-type-checkbox .cmb2-metabox-description{font-weight:400;display:inline}#side-sortables .cmb-row .cmb2-metabox-description,.inner-sidebar .cmb-row .cmb2-metabox-description{padding-bottom:1.8em}#side-sortables .cmb2-metabox-title,.inner-sidebar .cmb2-metabox-title{font-size:1.2em;font-style:italic}#side-sortables .cmb-remove-row,.inner-sidebar .cmb-remove-row{clear:both;padding-top:12px;padding-bottom:0}#side-sortables .cmb2-upload-button,.inner-sidebar .cmb2-upload-button{clear:both;margin-top:12px}.cmb2-metabox .cmbhandle{color:#aaa;float:left;width:27px;height:30px;cursor:pointer;left:-1em;position:relative}.cmb2-metabox .cmbhandle:before{content:'\f142';left:12px;font:400 20px/1 dashicons;speak:none;display:inline-block;padding:8px 10px;top:0;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.cmb2-metabox .postbox.closed .cmbhandle:before{content:'\f140'}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row{-webkit-appearance:none!important;background:none!important;border:none!important;position:absolute;right:0;top:.5em;line-height:1em;padding:2px 6px 3px;opacity:.5}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]){cursor:pointer;color:#a00;opacity:1}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]):hover{color:red}* html .cmb2-element.ui-helper-clearfix{height:1%}.cmb2-element .ui-datepicker,.cmb2-element.ui-datepicker{padding:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff;border:1px solid #dfdfdf;border-top:none;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.075);box-shadow:0 3px 6px rgba(0,0,0,.075);min-width:17em;width:auto}.cmb2-element .ui-datepicker *,.cmb2-element.ui-datepicker *{padding:0;font-family:"Open Sans",sans-serif;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.cmb2-element .ui-datepicker table,.cmb2-element.ui-datepicker table{font-size:13px;margin:0;border:none;border-collapse:collapse}.cmb2-element .ui-datepicker .ui-datepicker-header,.cmb2-element .ui-datepicker .ui-widget-header,.cmb2-element.ui-datepicker .ui-datepicker-header,.cmb2-element.ui-datepicker .ui-widget-header{border:none;color:#fff;font-weight:400}.cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover,.cmb2-element.ui-datepicker .ui-datepicker-header .ui-state-hover{background:0 0;border-color:transparent;cursor:pointer}.cmb2-element .ui-datepicker .ui-datepicker-title,.cmb2-element.ui-datepicker .ui-datepicker-title{margin:0;padding:10px 0;color:#fff;font-size:14px;line-height:14px;text-align:center}.cmb2-element .ui-datepicker .ui-datepicker-title select,.cmb2-element.ui-datepicker .ui-datepicker-title select{margin-top:-8px;margin-bottom:-8px}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-prev{position:relative;top:0;height:34px;width:34px}.cmb2-element .ui-datepicker .ui-state-hover.ui-datepicker-next,.cmb2-element .ui-datepicker .ui-state-hover.ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-state-hover.ui-datepicker-next,.cmb2-element.ui-datepicker .ui-state-hover.ui-datepicker-prev{border:none}.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element .ui-datepicker .ui-datepicker-prev-hover,.cmb2-element.ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-prev-hover{right:0}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element .ui-datepicker .ui-datepicker-next-hover,.cmb2-element.ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-next-hover{left:0}.cmb2-element .ui-datepicker .ui-datepicker-next span,.cmb2-element .ui-datepicker .ui-datepicker-prev span,.cmb2-element.ui-datepicker .ui-datepicker-next span,.cmb2-element.ui-datepicker .ui-datepicker-prev span{display:none}.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-prev{float:right}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-next{float:left}.cmb2-element .ui-datepicker .ui-datepicker-next:before,.cmb2-element .ui-datepicker .ui-datepicker-prev:before,.cmb2-element.ui-datepicker .ui-datepicker-next:before,.cmb2-element.ui-datepicker .ui-datepicker-prev:before{font:400 20px/34px dashicons;padding-right:7px;color:#fff;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:34px;height:34px}.cmb2-element .ui-datepicker .ui-datepicker-prev:before,.cmb2-element.ui-datepicker .ui-datepicker-prev:before{content:'\f341'}.cmb2-element .ui-datepicker .ui-datepicker-next:before,.cmb2-element.ui-datepicker .ui-datepicker-next:before{content:'\f345'}.cmb2-element .ui-datepicker .ui-datepicker-next-hover:before,.cmb2-element .ui-datepicker .ui-datepicker-prev-hover:before,.cmb2-element.ui-datepicker .ui-datepicker-next-hover:before,.cmb2-element.ui-datepicker .ui-datepicker-prev-hover:before{opacity:.7}.cmb2-element .ui-datepicker select.ui-datepicker-month,.cmb2-element .ui-datepicker select.ui-datepicker-year,.cmb2-element.ui-datepicker select.ui-datepicker-month,.cmb2-element.ui-datepicker select.ui-datepicker-year{width:33%;background:0 0;border-color:transparent;box-shadow:none;color:#fff}.cmb2-element .ui-datepicker select.ui-datepicker-month option,.cmb2-element .ui-datepicker select.ui-datepicker-year option,.cmb2-element.ui-datepicker select.ui-datepicker-month option,.cmb2-element.ui-datepicker select.ui-datepicker-year option{color:#333}.cmb2-element .ui-datepicker thead,.cmb2-element.ui-datepicker thead{color:#fff;font-weight:600}.cmb2-element .ui-datepicker thead th,.cmb2-element.ui-datepicker thead th{font-weight:400}.cmb2-element .ui-datepicker th,.cmb2-element.ui-datepicker th{padding:10px}.cmb2-element .ui-datepicker td,.cmb2-element.ui-datepicker td{padding:0;border:1px solid #f4f4f4}.cmb2-element .ui-datepicker td.ui-datepicker-other-month,.cmb2-element.ui-datepicker td.ui-datepicker-other-month{border:transparent}.cmb2-element .ui-datepicker td.ui-datepicker-week-end,.cmb2-element.ui-datepicker td.ui-datepicker-week-end{background-color:#f4f4f4;border:1px solid #f4f4f4}.cmb2-element .ui-datepicker td.ui-datepicker-week-end.ui-datepicker-today,.cmb2-element.ui-datepicker td.ui-datepicker-week-end.ui-datepicker-today{-webkit-box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1);box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1)}.cmb2-element .ui-datepicker td.ui-datepicker-today,.cmb2-element.ui-datepicker td.ui-datepicker-today{background-color:#f0f0c0}.cmb2-element .ui-datepicker td.ui-datepicker-current-day,.cmb2-element.ui-datepicker td.ui-datepicker-current-day{background:#bd8}.cmb2-element .ui-datepicker td .ui-state-default,.cmb2-element.ui-datepicker td .ui-state-default{background:0 0;border:none;text-align:center;text-decoration:none;width:auto;display:block;padding:5px 10px;font-weight:400;color:#444}.cmb2-element .ui-datepicker td.ui-state-disabled .ui-state-default,.cmb2-element.ui-datepicker td.ui-state-disabled .ui-state-default{opacity:.5}.cmb2-element .ui-datepicker .ui-datepicker-header,.cmb2-element .ui-datepicker .ui-widget-header,.cmb2-element.ui-datepicker .ui-datepicker-header,.cmb2-element.ui-datepicker .ui-widget-header{background:#00a0d2}.cmb2-element .ui-datepicker thead,.cmb2-element.ui-datepicker thead{background:#32373c}.cmb2-element .ui-datepicker td .ui-state-active,.cmb2-element .ui-datepicker td .ui-state-hover,.cmb2-element.ui-datepicker td .ui-state-active,.cmb2-element.ui-datepicker td .ui-state-hover{background:#0073aa;color:#fff}.cmb2-element .ui-datepicker .ui-timepicker-div,.cmb2-element.ui-datepicker .ui-timepicker-div{font-size:14px}.cmb2-element .ui-datepicker .ui-timepicker-div dl,.cmb2-element.ui-datepicker .ui-timepicker-div dl{text-align:right;padding:0 .6em}.cmb2-element .ui-datepicker .ui-timepicker-div dl dt,.cmb2-element.ui-datepicker .ui-timepicker-div dl dt{float:right;clear:right;padding:0 5px 0 0}.cmb2-element .ui-datepicker .ui-timepicker-div dl dd,.cmb2-element.ui-datepicker .ui-timepicker-div dl dd{margin:0 40% 10px 10px}.cmb2-element .ui-datepicker .ui-timepicker-div dl dd select,.cmb2-element.ui-datepicker .ui-timepicker-div dl dd select{width:100%}.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane{padding:.6em;text-align:right}.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-primary,.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-secondary,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-primary,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-secondary{padding:0 10px 1px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin:0 .4em .4em .6em}.admin-color-fresh .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-fresh .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-fresh .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-fresh .cmb2-element.ui-datepicker .ui-widget-header{background:#00a0d2}.admin-color-fresh .cmb2-element .ui-datepicker thead,.admin-color-fresh .cmb2-element.ui-datepicker thead{background:#32373c}.admin-color-fresh .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-fresh .cmb2-element.ui-datepicker td .ui-state-hover{background:#0073aa;color:#fff}.admin-color-blue .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-blue .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-blue .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-blue .cmb2-element.ui-datepicker .ui-widget-header{background:#52accc}.admin-color-blue .cmb2-element .ui-datepicker thead,.admin-color-blue .cmb2-element.ui-datepicker thead{background:#4796b3}.admin-color-blue .cmb2-element .ui-datepicker td .ui-state-active,.admin-color-blue .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-blue .cmb2-element.ui-datepicker td .ui-state-active,.admin-color-blue .cmb2-element.ui-datepicker td .ui-state-hover{background:#096484;color:#fff}.admin-color-blue .cmb2-element .ui-datepicker td.ui-datepicker-today,.admin-color-blue .cmb2-element.ui-datepicker td.ui-datepicker-today{background:#eee}.admin-color-coffee .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-coffee .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-coffee .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-coffee .cmb2-element.ui-datepicker .ui-widget-header{background:#59524c}.admin-color-coffee .cmb2-element .ui-datepicker thead,.admin-color-coffee .cmb2-element.ui-datepicker thead{background:#46403c}.admin-color-coffee .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-coffee .cmb2-element.ui-datepicker td .ui-state-hover{background:#c7a589;color:#fff}.admin-color-ectoplasm .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-ectoplasm .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-ectoplasm .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-ectoplasm .cmb2-element.ui-datepicker .ui-widget-header{background:#523f6d}.admin-color-ectoplasm .cmb2-element .ui-datepicker thead,.admin-color-ectoplasm .cmb2-element.ui-datepicker thead{background:#413256}.admin-color-ectoplasm .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-ectoplasm .cmb2-element.ui-datepicker td .ui-state-hover{background:#a3b745;color:#fff}.admin-color-midnight .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-midnight .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-midnight .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-midnight .cmb2-element.ui-datepicker .ui-widget-header{background:#363b3f}.admin-color-midnight .cmb2-element .ui-datepicker thead,.admin-color-midnight .cmb2-element.ui-datepicker thead{background:#26292c}.admin-color-midnight .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-midnight .cmb2-element.ui-datepicker td .ui-state-hover{background:#e14d43;color:#fff}.admin-color-ocean .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-ocean .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-ocean .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-ocean .cmb2-element.ui-datepicker .ui-widget-header{background:#738e96}.admin-color-ocean .cmb2-element .ui-datepicker thead,.admin-color-ocean .cmb2-element.ui-datepicker thead{background:#627c83}.admin-color-ocean .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-ocean .cmb2-element.ui-datepicker td .ui-state-hover{background:#9ebaa0;color:#fff}.admin-color-sunrise .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-sunrise .cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover,.admin-color-sunrise .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-datepicker-header .ui-state-hover,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-widget-header{background:#cf4944}.admin-color-sunrise .cmb2-element .ui-datepicker th,.admin-color-sunrise .cmb2-element.ui-datepicker th{border-color:#be3631;background:#be3631}.admin-color-sunrise .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-sunrise .cmb2-element.ui-datepicker td .ui-state-hover{background:#dd823b;color:#fff}.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-light .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-light .cmb2-element.ui-datepicker .ui-widget-header{background:#e5e5e5}.admin-color-light .cmb2-element .ui-datepicker select.ui-datepicker-month,.admin-color-light .cmb2-element .ui-datepicker select.ui-datepicker-year,.admin-color-light .cmb2-element.ui-datepicker select.ui-datepicker-month,.admin-color-light .cmb2-element.ui-datepicker select.ui-datepicker-year{color:#555}.admin-color-light .cmb2-element .ui-datepicker thead,.admin-color-light .cmb2-element.ui-datepicker thead{background:#888}.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-next:before,.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-prev:before,.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-title,.admin-color-light .cmb2-element .ui-datepicker td .ui-state-default,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-next:before,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-prev:before,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-title,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-default{color:#555}.admin-color-light .cmb2-element .ui-datepicker td .ui-state-active,.admin-color-light .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-active,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-hover{background:#ccc}.admin-color-light .cmb2-element .ui-datepicker td.ui-datepicker-today,.admin-color-light .cmb2-element.ui-datepicker td.ui-datepicker-today{background:#eee}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-bbp-evergreen .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker .ui-widget-header{background:#56b274}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker thead,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker thead{background:#36533f}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker td .ui-state-hover{background:#446950;color:#fff}.admin-color-bbp-mint .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-bbp-mint .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-bbp-mint .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-bbp-mint .cmb2-element.ui-datepicker .ui-widget-header{background:#4ca26a}.admin-color-bbp-mint .cmb2-element .ui-datepicker thead,.admin-color-bbp-mint .cmb2-element.ui-datepicker thead{background:#4f6d59}.admin-color-bbp-mint .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-bbp-mint .cmb2-element.ui-datepicker td .ui-state-hover{background:#5fb37c;color:#fff}@media only screen and (max-width:850px){.cmb2-context-wrap.cmb2-context-wrap-form_top{margin-left:0}}@media (max-width:450px){.cmb-th{font-size:1.2em;padding-bottom:1em;text-align:right}.cmb-th label{display:block;margin-top:0;margin-bottom:.5em}.cmb-td,.cmb-th,.cmb-th+.cmb-td{display:block;float:none;width:100%}.cmb-type-group .cmb-repeatable-group:not(:last-of-type),.cmb-type-group .cmb-row:not(:last-of-type),.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),.cmb2-postbox .cmb-row:not(:last-of-type){border-bottom:0}.cmb2-options-page .cmb2-metabox>.cmb-row>.cmb-th+.cmb-td{padding:0;margin-right:0}}
|
includes/lib/cmb2/css/cmb2.css
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
-
|
2 |
-
* CMB2
|
|
|
|
|
|
|
3 |
*/
|
4 |
|
5 |
/*--------------------------------------------------------------
|
6 |
-
Main Wrap
|
7 |
--------------------------------------------------------------*/
|
8 |
|
9 |
/* line 5, sass/partials/_main_wrap.scss */
|
@@ -137,7 +140,7 @@ Main Wrap
|
|
137 |
/* line 111, sass/partials/_main_wrap.scss */
|
138 |
|
139 |
.cmb2-wrap .mceIframeContainer {
|
140 |
-
background: #
|
141 |
}
|
142 |
|
143 |
/* line 115, sass/partials/_main_wrap.scss */
|
@@ -152,27 +155,27 @@ Main Wrap
|
|
152 |
width: 100%;
|
153 |
}
|
154 |
|
155 |
-
/* line
|
156 |
|
157 |
.cmb2-wrap .wp-color-result,
|
158 |
.cmb2-wrap .wp-picker-input-wrap {
|
159 |
vertical-align: middle;
|
160 |
}
|
161 |
|
162 |
-
/* line
|
163 |
|
164 |
.cmb2-wrap .wp-color-result,
|
165 |
.cmb2-wrap .wp-picker-container {
|
166 |
margin: 0 10px 0 0;
|
167 |
}
|
168 |
|
169 |
-
/* line
|
170 |
|
171 |
.cmb2-wrap .cmb-row {
|
172 |
margin: 0;
|
173 |
}
|
174 |
|
175 |
-
/* line
|
176 |
|
177 |
.cmb2-wrap .cmb-row:after {
|
178 |
content: '';
|
@@ -181,33 +184,21 @@ Main Wrap
|
|
181 |
width: 100%;
|
182 |
}
|
183 |
|
184 |
-
/* line
|
185 |
-
|
186 |
-
.cmb2-wrap .cmb-row.cmb-repeat-row {
|
187 |
-
padding: 1.8em 0 0;
|
188 |
-
}
|
189 |
-
|
190 |
-
/* line 149, sass/partials/_main_wrap.scss */
|
191 |
-
|
192 |
-
.cmb2-wrap .cmb-row.cmb-repeat-row:first-of-type {
|
193 |
-
padding: 0;
|
194 |
-
}
|
195 |
-
|
196 |
-
/* line 154, sass/partials/_main_wrap.scss */
|
197 |
|
198 |
.cmb2-wrap .cmb-row.cmb-repeat .cmb2-metabox-description {
|
199 |
padding-top: 0;
|
200 |
-
padding-bottom:
|
201 |
}
|
202 |
|
203 |
-
/* line
|
204 |
|
205 |
.cmb2-metabox {
|
206 |
clear: both;
|
207 |
margin: 0;
|
208 |
}
|
209 |
|
210 |
-
/* line
|
211 |
|
212 |
.cmb2-metabox > .cmb-row:first-of-type > .cmb-td,
|
213 |
.cmb2-metabox > .cmb-row:first-of-type > .cmb-th,
|
@@ -216,21 +207,13 @@ Main Wrap
|
|
216 |
border: 0;
|
217 |
}
|
218 |
|
219 |
-
/* line
|
220 |
-
|
221 |
-
.cmb2-metabox > .cmb-row .cmb-repeat-table .cmb-row > .cmb-td {
|
222 |
-
padding-right: 20px;
|
223 |
-
box-sizing: border-box;
|
224 |
-
float: left;
|
225 |
-
}
|
226 |
-
|
227 |
-
/* line 182, sass/partials/_main_wrap.scss */
|
228 |
|
229 |
.cmb-add-row {
|
230 |
margin: 1.8em 0 0;
|
231 |
}
|
232 |
|
233 |
-
/* line
|
234 |
|
235 |
.cmb-nested .cmb-td,
|
236 |
.cmb-repeatable-group .cmb-th,
|
@@ -238,7 +221,7 @@ Main Wrap
|
|
238 |
border: 0;
|
239 |
}
|
240 |
|
241 |
-
/* line
|
242 |
|
243 |
.cmb-row:last-of-type,
|
244 |
.cmb2-wrap .cmb-row:last-of-type,
|
@@ -246,21 +229,20 @@ Main Wrap
|
|
246 |
border-bottom: 0;
|
247 |
}
|
248 |
|
249 |
-
/* line
|
250 |
|
251 |
.cmb-repeatable-grouping {
|
252 |
border: 1px solid #e9e9e9;
|
253 |
padding: 0 1em;
|
254 |
-
max-width: 1000px;
|
255 |
}
|
256 |
|
257 |
-
/* line
|
258 |
|
259 |
.cmb-repeatable-grouping.cmb-row {
|
260 |
margin: 0 0 0.8em;
|
261 |
}
|
262 |
|
263 |
-
/* line
|
264 |
|
265 |
.cmb-th {
|
266 |
color: #222222;
|
@@ -272,7 +254,7 @@ Main Wrap
|
|
272 |
width: 200px;
|
273 |
}
|
274 |
|
275 |
-
/* line
|
276 |
|
277 |
.cmb-td {
|
278 |
line-height: 1.3;
|
@@ -281,50 +263,164 @@ Main Wrap
|
|
281 |
vertical-align: middle;
|
282 |
}
|
283 |
|
284 |
-
/* line
|
285 |
|
286 |
.cmb-type-title .cmb-td {
|
287 |
padding: 0;
|
288 |
}
|
289 |
|
290 |
-
/* line
|
291 |
|
292 |
.cmb-th label {
|
293 |
display: block;
|
294 |
padding: 5px 0;
|
295 |
}
|
296 |
|
297 |
-
/* line
|
298 |
|
299 |
.cmb-th + .cmb-td {
|
300 |
float: left;
|
301 |
}
|
302 |
|
303 |
-
/* line
|
304 |
|
305 |
.cmb-td .cmb-td {
|
306 |
padding-bottom: 1em;
|
307 |
}
|
308 |
|
309 |
-
/* line
|
310 |
|
311 |
.cmb-remove-row {
|
312 |
text-align: right;
|
313 |
}
|
314 |
|
315 |
-
/* line
|
316 |
|
317 |
.empty-row.hidden {
|
318 |
display: none;
|
319 |
}
|
320 |
|
321 |
-
/* line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
322 |
|
323 |
.cmb-repeatable-group .cmb-th {
|
324 |
padding: 5px;
|
325 |
}
|
326 |
|
327 |
-
/* line
|
328 |
|
329 |
.cmb-repeatable-group .cmb-group-title {
|
330 |
background-color: #e9e9e9;
|
@@ -335,7 +431,7 @@ Main Wrap
|
|
335 |
line-height: 1.4;
|
336 |
}
|
337 |
|
338 |
-
/* line
|
339 |
|
340 |
.cmb-repeatable-group .cmb-group-title h4 {
|
341 |
border: 0;
|
@@ -345,14 +441,14 @@ Main Wrap
|
|
345 |
padding: 0.5em 0.75em;
|
346 |
}
|
347 |
|
348 |
-
/* line
|
349 |
|
350 |
.cmb-repeatable-group .cmb-group-title .cmb-th {
|
351 |
display: block;
|
352 |
width: 100%;
|
353 |
}
|
354 |
|
355 |
-
/* line
|
356 |
|
357 |
.cmb-repeatable-group .cmb-group-description .cmb-th {
|
358 |
font-size: 1.2em;
|
@@ -367,21 +463,11 @@ Main Wrap
|
|
367 |
|
368 |
.cmb-repeatable-group .cmb-group-description .cmb-th label {
|
369 |
display: block;
|
370 |
-
margin-top:
|
371 |
-
|
372 |
-
}
|
373 |
-
|
374 |
-
/* line 32, sass/partials/_mixins.scss */
|
375 |
-
|
376 |
-
.cmb-repeatable-group .cmb-group-description .cmb-th label:after {
|
377 |
-
border-bottom: 1px solid #e9e9e9;
|
378 |
-
content: '';
|
379 |
-
clear: both;
|
380 |
-
display: block;
|
381 |
-
padding-top: .4em;
|
382 |
}
|
383 |
|
384 |
-
/* line
|
385 |
|
386 |
.cmb-repeatable-group .cmb-shift-rows {
|
387 |
font-size: 1em;
|
@@ -389,7 +475,7 @@ Main Wrap
|
|
389 |
text-decoration: none;
|
390 |
}
|
391 |
|
392 |
-
/* line
|
393 |
|
394 |
.cmb-repeatable-group .cmb-shift-rows .dashicons {
|
395 |
font-size: 1.5em;
|
@@ -398,19 +484,19 @@ Main Wrap
|
|
398 |
width: 1em;
|
399 |
}
|
400 |
|
401 |
-
/* line
|
402 |
|
403 |
.cmb-repeatable-group .cmb-shift-rows .dashicons.dashicons-arrow-down-alt2 {
|
404 |
line-height: 1.3em;
|
405 |
}
|
406 |
|
407 |
-
/* line
|
408 |
|
409 |
.cmb-repeatable-group .cmb2-upload-button {
|
410 |
float: right;
|
411 |
}
|
412 |
|
413 |
-
/* line
|
414 |
|
415 |
p.cmb2-metabox-description {
|
416 |
color: #aaaaaa;
|
@@ -419,14 +505,14 @@ p.cmb2-metabox-description {
|
|
419 |
padding-top: .5em;
|
420 |
}
|
421 |
|
422 |
-
/* line
|
423 |
|
424 |
span.cmb2-metabox-description {
|
425 |
color: #aaaaaa;
|
426 |
font-style: italic;
|
427 |
}
|
428 |
|
429 |
-
/* line
|
430 |
|
431 |
.cmb2-metabox-title {
|
432 |
margin: 0 0 5px 0;
|
@@ -434,26 +520,26 @@ span.cmb2-metabox-description {
|
|
434 |
font-size: 14px;
|
435 |
}
|
436 |
|
437 |
-
/* line
|
438 |
|
439 |
.cmb-inline ul {
|
440 |
padding: 4px 0 0 0;
|
441 |
}
|
442 |
|
443 |
-
/* line
|
444 |
|
445 |
.cmb-inline li {
|
446 |
display: inline-block;
|
447 |
padding-right: 18px;
|
448 |
}
|
449 |
|
450 |
-
/* line
|
451 |
|
452 |
.cmb-type-textarea-code pre {
|
453 |
margin: 0;
|
454 |
}
|
455 |
|
456 |
-
/* line
|
457 |
|
458 |
.cmb2-media-status .img-status {
|
459 |
clear: none;
|
@@ -463,40 +549,44 @@ span.cmb2-metabox-description {
|
|
463 |
width: auto;
|
464 |
}
|
465 |
|
466 |
-
/* line
|
467 |
|
468 |
.cmb2-media-status .img-status img {
|
469 |
max-width: 350px;
|
470 |
height: auto;
|
471 |
}
|
472 |
|
473 |
-
/* line
|
474 |
|
475 |
.cmb2-media-status .img-status img,
|
476 |
.cmb2-media-status .embed-status {
|
477 |
-
background: #
|
478 |
-
border:
|
|
|
|
|
|
|
|
|
|
|
479 |
border-radius: 2px;
|
480 |
-moz-border-radius: 2px;
|
481 |
margin: 15px 0 0 0;
|
482 |
-
padding: 5px;
|
483 |
}
|
484 |
|
485 |
-
/* line
|
486 |
|
487 |
.cmb2-media-status .embed-status {
|
488 |
float: left;
|
489 |
max-width: 800px;
|
490 |
}
|
491 |
|
492 |
-
/* line
|
493 |
|
494 |
.cmb2-media-status .img-status,
|
495 |
.cmb2-media-status .embed-status {
|
496 |
position: relative;
|
497 |
}
|
498 |
|
499 |
-
/* line
|
500 |
|
501 |
.cmb2-media-status .img-status .cmb2-remove-file-button,
|
502 |
.cmb2-media-status .embed-status .cmb2-remove-file-button {
|
@@ -509,20 +599,27 @@ span.cmb2-metabox-description {
|
|
509 |
width: 16px;
|
510 |
}
|
511 |
|
512 |
-
/* line
|
513 |
|
514 |
.cmb2-media-status .img-status .cmb2-remove-file-button {
|
515 |
top: 10px;
|
516 |
}
|
517 |
|
518 |
-
/* line
|
519 |
|
520 |
.cmb2-media-status .img-status img,
|
521 |
.cmb2-media-status .file-status > span {
|
522 |
cursor: pointer;
|
523 |
}
|
524 |
|
525 |
-
/* line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
526 |
|
527 |
.cmb-type-file-list .cmb2-media-status .img-status {
|
528 |
clear: none;
|
@@ -533,7 +630,7 @@ span.cmb2-metabox-description {
|
|
533 |
margin-top: 0;
|
534 |
}
|
535 |
|
536 |
-
/* line
|
537 |
|
538 |
.cmb-attach-list li {
|
539 |
clear: both;
|
@@ -543,31 +640,36 @@ span.cmb2-metabox-description {
|
|
543 |
margin-bottom: 10px;
|
544 |
}
|
545 |
|
546 |
-
/* line
|
547 |
|
548 |
.cmb-attach-list li img {
|
549 |
-
cursor: move;
|
550 |
float: left;
|
551 |
margin-right: 10px;
|
552 |
}
|
553 |
|
554 |
-
/* line
|
555 |
|
556 |
.cmb2-remove-wrapper {
|
557 |
margin: 0;
|
558 |
}
|
559 |
|
560 |
-
/* line
|
561 |
|
562 |
.child-cmb2 .cmb-th {
|
563 |
text-align: left;
|
564 |
}
|
565 |
|
|
|
|
|
|
|
|
|
|
|
|
|
566 |
/*--------------------------------------------------------------
|
567 |
-
Post Metaboxes
|
568 |
--------------------------------------------------------------*/
|
569 |
|
570 |
-
/* line
|
571 |
|
572 |
#poststuff .cmb-group-title {
|
573 |
margin-left: -1em;
|
@@ -575,34 +677,34 @@ Post Metaboxes
|
|
575 |
min-height: 1.5em;
|
576 |
}
|
577 |
|
578 |
-
/* line
|
579 |
|
580 |
#poststuff .repeatable .cmb-group-title {
|
581 |
padding-left: 2.2em;
|
582 |
}
|
583 |
|
584 |
-
/* line
|
585 |
|
586 |
.cmb2-postbox .cmb2-wrap,
|
587 |
.cmb-type-group .cmb2-wrap {
|
588 |
margin: 0;
|
589 |
}
|
590 |
|
591 |
-
/* line
|
592 |
|
593 |
.cmb2-postbox .cmb2-wrap > .cmb-field-list > .cmb-row,
|
594 |
.cmb-type-group .cmb2-wrap > .cmb-field-list > .cmb-row {
|
595 |
padding: 1.8em 0;
|
596 |
}
|
597 |
|
598 |
-
/* line
|
599 |
|
600 |
.cmb2-postbox .cmb2-wrap input[type=text].cmb2-oembed,
|
601 |
.cmb-type-group .cmb2-wrap input[type=text].cmb2-oembed {
|
602 |
width: 100%;
|
603 |
}
|
604 |
|
605 |
-
/* line
|
606 |
|
607 |
.cmb2-postbox .cmb-row,
|
608 |
.cmb-type-group .cmb-row {
|
@@ -610,7 +712,7 @@ Post Metaboxes
|
|
610 |
margin: 0 0 0.8em;
|
611 |
}
|
612 |
|
613 |
-
/* line
|
614 |
|
615 |
.cmb2-postbox .cmb-row .cmbhandle,
|
616 |
.cmb-type-group .cmb-row .cmbhandle {
|
@@ -618,7 +720,7 @@ Post Metaboxes
|
|
618 |
position: relative;
|
619 |
}
|
620 |
|
621 |
-
/* line
|
622 |
|
623 |
.cmb2-postbox .cmb-repeatable-grouping,
|
624 |
.cmb-type-group .cmb-repeatable-grouping {
|
@@ -627,14 +729,14 @@ Post Metaboxes
|
|
627 |
min-width: 1px !important;
|
628 |
}
|
629 |
|
630 |
-
/* line
|
631 |
|
632 |
.cmb2-postbox .cmb-repeatable-group > .cmb-row,
|
633 |
.cmb-type-group .cmb-repeatable-group > .cmb-row {
|
634 |
padding-bottom: 0;
|
635 |
}
|
636 |
|
637 |
-
/* line
|
638 |
|
639 |
.cmb2-postbox .cmb-th,
|
640 |
.cmb-type-group .cmb-th {
|
@@ -642,7 +744,7 @@ Post Metaboxes
|
|
642 |
padding: 0 2% 0 0;
|
643 |
}
|
644 |
|
645 |
-
/* line
|
646 |
|
647 |
.cmb2-postbox .cmb-td,
|
648 |
.cmb-type-group .cmb-td {
|
@@ -651,14 +753,7 @@ Post Metaboxes
|
|
651 |
line-height: 1.3;
|
652 |
}
|
653 |
|
654 |
-
/* line
|
655 |
-
|
656 |
-
.cmb2-postbox .cmb-repeat-row .cmb-td,
|
657 |
-
.cmb-type-group .cmb-repeat-row .cmb-td {
|
658 |
-
padding-bottom: 1.8em;
|
659 |
-
}
|
660 |
-
|
661 |
-
/* line 67, sass/partials/_post_metaboxes.scss */
|
662 |
|
663 |
.cmb2-postbox .cmb-th + .cmb-td,
|
664 |
.cmb-type-group .cmb-th + .cmb-td {
|
@@ -666,7 +761,7 @@ Post Metaboxes
|
|
666 |
float: right;
|
667 |
}
|
668 |
|
669 |
-
/* line
|
670 |
|
671 |
.cmb2-postbox .cmb-row:not(:last-of-type),
|
672 |
.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),
|
@@ -675,7 +770,7 @@ Post Metaboxes
|
|
675 |
border-bottom: 1px solid #e9e9e9;
|
676 |
}
|
677 |
|
678 |
-
/* line
|
679 |
|
680 |
.cmb2-postbox .cmb-repeat-group-field,
|
681 |
.cmb2-postbox .cmb-remove-field-row,
|
@@ -684,65 +779,8 @@ Post Metaboxes
|
|
684 |
padding-top: 1.8em;
|
685 |
}
|
686 |
|
687 |
-
/* line 88, sass/partials/_post_metaboxes.scss */
|
688 |
-
|
689 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody,
|
690 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody,
|
691 |
-
.cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody,
|
692 |
-
.cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody {
|
693 |
-
display: table;
|
694 |
-
width: 100%;
|
695 |
-
}
|
696 |
-
|
697 |
-
/* line 92, sass/partials/_post_metaboxes.scss */
|
698 |
-
|
699 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text,
|
700 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text,
|
701 |
-
.cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text,
|
702 |
-
.cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text {
|
703 |
-
width: 100%;
|
704 |
-
}
|
705 |
-
|
706 |
-
/* line 96, sass/partials/_post_metaboxes.scss */
|
707 |
-
|
708 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row),
|
709 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row),
|
710 |
-
.cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row),
|
711 |
-
.cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row) {
|
712 |
-
display: table-row;
|
713 |
-
}
|
714 |
-
|
715 |
-
/* line 100, sass/partials/_post_metaboxes.scss */
|
716 |
-
|
717 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td,
|
718 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td,
|
719 |
-
.cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td,
|
720 |
-
.cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td {
|
721 |
-
display: table-cell;
|
722 |
-
float: none;
|
723 |
-
width: 100%;
|
724 |
-
}
|
725 |
-
|
726 |
-
/* line 106, sass/partials/_post_metaboxes.scss */
|
727 |
-
|
728 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td,
|
729 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td,
|
730 |
-
.cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td,
|
731 |
-
.cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td {
|
732 |
-
padding-top: 1.8em;
|
733 |
-
}
|
734 |
-
|
735 |
-
/* line 110, sass/partials/_post_metaboxes.scss */
|
736 |
-
|
737 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row,
|
738 |
-
.cmb2-postbox .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row,
|
739 |
-
.cmb-type-group .cmb2-metabox > .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row,
|
740 |
-
.cmb-type-group .cmb2-metabox > .cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row {
|
741 |
-
padding-right: 0;
|
742 |
-
}
|
743 |
-
|
744 |
/*--------------------------------------------------------------
|
745 |
-
Context Metaboxes
|
746 |
--------------------------------------------------------------*/
|
747 |
|
748 |
/* Metabox collapse arrow indicators */
|
@@ -859,7 +897,134 @@ Context Metaboxes
|
|
859 |
/* one column on the post write/edit screen */
|
860 |
|
861 |
/*--------------------------------------------------------------
|
862 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
863 |
--------------------------------------------------------------*/
|
864 |
|
865 |
/* line 5, sass/partials/_misc.scss */
|
@@ -878,40 +1043,26 @@ Misc.
|
|
878 |
|
879 |
/* line 18, sass/partials/_misc.scss */
|
880 |
|
881 |
-
.cmb2-options-page .cmb2-metabox-title {
|
882 |
-
font-size: 1.3em;
|
883 |
-
margin: 1em 0;
|
884 |
-
}
|
885 |
-
|
886 |
-
/* line 21, sass/partials/_misc.scss */
|
887 |
-
|
888 |
-
.cmb2-options-page .cmb2-metabox-title + p.cmb2-metabox-description {
|
889 |
-
margin-top: -1.6em;
|
890 |
-
margin-bottom: .8em;
|
891 |
-
}
|
892 |
-
|
893 |
-
/* line 28, sass/partials/_misc.scss */
|
894 |
-
|
895 |
.cmb2-postbox .cmb-spinner,
|
896 |
.cmb2-no-box-wrap .cmb-spinner {
|
897 |
float: left;
|
898 |
display: none;
|
899 |
}
|
900 |
|
901 |
-
/* line
|
902 |
|
903 |
.cmb-spinner {
|
904 |
display: none;
|
905 |
}
|
906 |
|
907 |
-
/* line
|
908 |
|
909 |
.cmb-spinner.is-active {
|
910 |
display: block;
|
911 |
}
|
912 |
|
913 |
/*--------------------------------------------------------------
|
914 |
-
Sidebar Placement Adjustments
|
915 |
--------------------------------------------------------------*/
|
916 |
|
917 |
/* line 10, sass/partials/_sidebar_placements.scss */
|
@@ -987,10 +1138,10 @@ Sidebar Placement Adjustments
|
|
987 |
/* line 55, sass/partials/_sidebar_placements.scss */
|
988 |
|
989 |
.inner-sidebar .cmb-th,
|
990 |
-
.inner-sidebar .cmb-td,
|
991 |
.inner-sidebar .cmb-th + .cmb-td,
|
992 |
#side-sortables .cmb-th,
|
993 |
-
#side-sortables .cmb-td,
|
994 |
#side-sortables .cmb-th + .cmb-td {
|
995 |
width: 100%;
|
996 |
display: block;
|
@@ -1006,13 +1157,6 @@ Sidebar Placement Adjustments
|
|
1006 |
|
1007 |
/* line 67, sass/partials/_sidebar_placements.scss */
|
1008 |
|
1009 |
-
.inner-sidebar .cmb-td .cmb-td,
|
1010 |
-
#side-sortables .cmb-td .cmb-td {
|
1011 |
-
padding-bottom: 1em;
|
1012 |
-
}
|
1013 |
-
|
1014 |
-
/* line 71, sass/partials/_sidebar_placements.scss */
|
1015 |
-
|
1016 |
.inner-sidebar .cmb-th,
|
1017 |
#side-sortables .cmb-th {
|
1018 |
display: block;
|
@@ -1029,19 +1173,8 @@ Sidebar Placement Adjustments
|
|
1029 |
.inner-sidebar .cmb-th label,
|
1030 |
#side-sortables .cmb-th label {
|
1031 |
display: block;
|
1032 |
-
margin-top:
|
1033 |
-
|
1034 |
-
}
|
1035 |
-
|
1036 |
-
/* line 32, sass/partials/_mixins.scss */
|
1037 |
-
|
1038 |
-
.inner-sidebar .cmb-th label:after,
|
1039 |
-
#side-sortables .cmb-th label:after {
|
1040 |
-
border-bottom: 1px solid #e9e9e9;
|
1041 |
-
content: '';
|
1042 |
-
clear: both;
|
1043 |
-
display: block;
|
1044 |
-
padding-top: .4em;
|
1045 |
}
|
1046 |
|
1047 |
/* line 14, sass/partials/_mixins.scss */
|
@@ -1052,35 +1185,35 @@ Sidebar Placement Adjustments
|
|
1052 |
line-height: 1.4em;
|
1053 |
}
|
1054 |
|
1055 |
-
/* line
|
1056 |
|
1057 |
.inner-sidebar .cmb-group-description .cmb-th,
|
1058 |
#side-sortables .cmb-group-description .cmb-th {
|
1059 |
padding-top: 0;
|
1060 |
}
|
1061 |
|
1062 |
-
/* line
|
1063 |
|
1064 |
.inner-sidebar .cmb-group-description .cmb2-metabox-description,
|
1065 |
#side-sortables .cmb-group-description .cmb2-metabox-description {
|
1066 |
padding: 0;
|
1067 |
}
|
1068 |
|
1069 |
-
/* line
|
1070 |
|
1071 |
.inner-sidebar .cmb-group-title .cmb-th,
|
1072 |
#side-sortables .cmb-group-title .cmb-th {
|
1073 |
padding: 0;
|
1074 |
}
|
1075 |
|
1076 |
-
/* line
|
1077 |
|
1078 |
.inner-sidebar .cmb-repeatable-grouping + .cmb-repeatable-grouping,
|
1079 |
#side-sortables .cmb-repeatable-grouping + .cmb-repeatable-grouping {
|
1080 |
margin-top: 1em;
|
1081 |
}
|
1082 |
|
1083 |
-
/* line
|
1084 |
|
1085 |
.inner-sidebar .cmb2-media-status .img-status img,
|
1086 |
.inner-sidebar .cmb2-media-status .embed-status img,
|
@@ -1090,7 +1223,7 @@ Sidebar Placement Adjustments
|
|
1090 |
height: auto;
|
1091 |
}
|
1092 |
|
1093 |
-
/* line
|
1094 |
|
1095 |
.inner-sidebar .cmb2-list label,
|
1096 |
#side-sortables .cmb2-list label {
|
@@ -1098,7 +1231,7 @@ Sidebar Placement Adjustments
|
|
1098 |
font-weight: normal;
|
1099 |
}
|
1100 |
|
1101 |
-
/* line
|
1102 |
|
1103 |
.inner-sidebar .cmb2-metabox-description,
|
1104 |
#side-sortables .cmb2-metabox-description {
|
@@ -1106,7 +1239,7 @@ Sidebar Placement Adjustments
|
|
1106 |
padding: 7px 0 0;
|
1107 |
}
|
1108 |
|
1109 |
-
/* line
|
1110 |
|
1111 |
.inner-sidebar .cmb-type-checkbox .cmb-td label,
|
1112 |
.inner-sidebar .cmb-type-checkbox .cmb2-metabox-description,
|
@@ -1116,14 +1249,14 @@ Sidebar Placement Adjustments
|
|
1116 |
display: inline;
|
1117 |
}
|
1118 |
|
1119 |
-
/* line
|
1120 |
|
1121 |
.inner-sidebar .cmb-row .cmb2-metabox-description,
|
1122 |
#side-sortables .cmb-row .cmb2-metabox-description {
|
1123 |
padding-bottom: 1.8em;
|
1124 |
}
|
1125 |
|
1126 |
-
/* line
|
1127 |
|
1128 |
.inner-sidebar .cmb2-metabox-title,
|
1129 |
#side-sortables .cmb2-metabox-title {
|
@@ -1131,7 +1264,7 @@ Sidebar Placement Adjustments
|
|
1131 |
font-style: italic;
|
1132 |
}
|
1133 |
|
1134 |
-
/* line
|
1135 |
|
1136 |
.inner-sidebar .cmb-remove-row,
|
1137 |
#side-sortables .cmb-remove-row {
|
@@ -1140,25 +1273,7 @@ Sidebar Placement Adjustments
|
|
1140 |
padding-bottom: 0;
|
1141 |
}
|
1142 |
|
1143 |
-
/* line
|
1144 |
-
|
1145 |
-
.inner-sidebar .cmb-type-colorpicker .cmb-repeat-row .cmb-td,
|
1146 |
-
#side-sortables .cmb-type-colorpicker .cmb-repeat-row .cmb-td {
|
1147 |
-
width: auto;
|
1148 |
-
clear: none;
|
1149 |
-
float: left;
|
1150 |
-
padding-top: 0;
|
1151 |
-
}
|
1152 |
-
|
1153 |
-
/* line 151, sass/partials/_sidebar_placements.scss */
|
1154 |
-
|
1155 |
-
.inner-sidebar .cmb-type-colorpicker .cmb-repeat-row .cmb-td.cmb-remove-row,
|
1156 |
-
#side-sortables .cmb-type-colorpicker .cmb-repeat-row .cmb-td.cmb-remove-row {
|
1157 |
-
float: right;
|
1158 |
-
margin: 0;
|
1159 |
-
}
|
1160 |
-
|
1161 |
-
/* line 158, sass/partials/_sidebar_placements.scss */
|
1162 |
|
1163 |
.inner-sidebar .cmb2-upload-button,
|
1164 |
#side-sortables .cmb2-upload-button {
|
@@ -1166,16 +1281,14 @@ Sidebar Placement Adjustments
|
|
1166 |
margin-top: 12px;
|
1167 |
}
|
1168 |
|
1169 |
-
|
1170 |
-
|
1171 |
-
|
1172 |
-
max-width: 1000px;
|
1173 |
-
}
|
1174 |
|
1175 |
-
/* line
|
1176 |
|
1177 |
.cmb2-metabox .cmbhandle {
|
1178 |
-
color: #
|
1179 |
float: right;
|
1180 |
width: 27px;
|
1181 |
height: 30px;
|
@@ -1184,7 +1297,7 @@ Sidebar Placement Adjustments
|
|
1184 |
position: relative;
|
1185 |
}
|
1186 |
|
1187 |
-
/* line
|
1188 |
|
1189 |
.cmb2-metabox .cmbhandle:before {
|
1190 |
content: '\f142';
|
@@ -1200,13 +1313,13 @@ Sidebar Placement Adjustments
|
|
1200 |
text-decoration: none !important;
|
1201 |
}
|
1202 |
|
1203 |
-
/* line
|
1204 |
|
1205 |
.cmb2-metabox .postbox.closed .cmbhandle:before {
|
1206 |
content: '\f140';
|
1207 |
}
|
1208 |
|
1209 |
-
/* line
|
1210 |
|
1211 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row {
|
1212 |
-webkit-appearance: none !important;
|
@@ -1220,7 +1333,7 @@ Sidebar Placement Adjustments
|
|
1220 |
opacity: .5;
|
1221 |
}
|
1222 |
|
1223 |
-
/* line
|
1224 |
|
1225 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]) {
|
1226 |
cursor: pointer;
|
@@ -1228,7 +1341,7 @@ Sidebar Placement Adjustments
|
|
1228 |
opacity: 1;
|
1229 |
}
|
1230 |
|
1231 |
-
/* line
|
1232 |
|
1233 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]):hover {
|
1234 |
color: #f00;
|
@@ -1928,7 +2041,7 @@ Sidebar Placement Adjustments
|
|
1928 |
|
1929 |
@media (max-width: 450px) {
|
1930 |
|
1931 |
-
/* line
|
1932 |
|
1933 |
.cmb-th {
|
1934 |
font-size: 1.2em;
|
@@ -1943,21 +2056,11 @@ Sidebar Placement Adjustments
|
|
1943 |
|
1944 |
.cmb-th label {
|
1945 |
display: block;
|
1946 |
-
margin-top:
|
1947 |
-
|
1948 |
-
}
|
1949 |
-
|
1950 |
-
/* line 32, sass/partials/_mixins.scss */
|
1951 |
-
|
1952 |
-
.cmb-th label:after {
|
1953 |
-
border-bottom: 1px solid #e9e9e9;
|
1954 |
-
content: '';
|
1955 |
-
clear: both;
|
1956 |
-
display: block;
|
1957 |
-
padding-top: .4em;
|
1958 |
}
|
1959 |
|
1960 |
-
/* line
|
1961 |
|
1962 |
.cmb-th,
|
1963 |
.cmb-td,
|
@@ -1967,7 +2070,7 @@ Sidebar Placement Adjustments
|
|
1967 |
width: 100%;
|
1968 |
}
|
1969 |
|
1970 |
-
/* line
|
1971 |
|
1972 |
.cmb2-postbox .cmb-row:not(:last-of-type),
|
1973 |
.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),
|
@@ -1976,5 +2079,12 @@ Sidebar Placement Adjustments
|
|
1976 |
border-bottom: 0;
|
1977 |
}
|
1978 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1979 |
}
|
1980 |
|
1 |
+
/*!
|
2 |
+
* CMB2 - v2.4.2 - 2018-05-29
|
3 |
+
* https://cmb2.io
|
4 |
+
* Copyright (c) 2018
|
5 |
+
* Licensed GPLv2+
|
6 |
*/
|
7 |
|
8 |
/*--------------------------------------------------------------
|
9 |
+
* Main Wrap
|
10 |
--------------------------------------------------------------*/
|
11 |
|
12 |
/* line 5, sass/partials/_main_wrap.scss */
|
140 |
/* line 111, sass/partials/_main_wrap.scss */
|
141 |
|
142 |
.cmb2-wrap .mceIframeContainer {
|
143 |
+
background: #ffffff;
|
144 |
}
|
145 |
|
146 |
/* line 115, sass/partials/_main_wrap.scss */
|
155 |
width: 100%;
|
156 |
}
|
157 |
|
158 |
+
/* line 124, sass/partials/_main_wrap.scss */
|
159 |
|
160 |
.cmb2-wrap .wp-color-result,
|
161 |
.cmb2-wrap .wp-picker-input-wrap {
|
162 |
vertical-align: middle;
|
163 |
}
|
164 |
|
165 |
+
/* line 129, sass/partials/_main_wrap.scss */
|
166 |
|
167 |
.cmb2-wrap .wp-color-result,
|
168 |
.cmb2-wrap .wp-picker-container {
|
169 |
margin: 0 10px 0 0;
|
170 |
}
|
171 |
|
172 |
+
/* line 134, sass/partials/_main_wrap.scss */
|
173 |
|
174 |
.cmb2-wrap .cmb-row {
|
175 |
margin: 0;
|
176 |
}
|
177 |
|
178 |
+
/* line 137, sass/partials/_main_wrap.scss */
|
179 |
|
180 |
.cmb2-wrap .cmb-row:after {
|
181 |
content: '';
|
184 |
width: 100%;
|
185 |
}
|
186 |
|
187 |
+
/* line 144, sass/partials/_main_wrap.scss */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
188 |
|
189 |
.cmb2-wrap .cmb-row.cmb-repeat .cmb2-metabox-description {
|
190 |
padding-top: 0;
|
191 |
+
padding-bottom: 1em;
|
192 |
}
|
193 |
|
194 |
+
/* line 152, sass/partials/_main_wrap.scss */
|
195 |
|
196 |
.cmb2-metabox {
|
197 |
clear: both;
|
198 |
margin: 0;
|
199 |
}
|
200 |
|
201 |
+
/* line 158, sass/partials/_main_wrap.scss */
|
202 |
|
203 |
.cmb2-metabox > .cmb-row:first-of-type > .cmb-td,
|
204 |
.cmb2-metabox > .cmb-row:first-of-type > .cmb-th,
|
207 |
border: 0;
|
208 |
}
|
209 |
|
210 |
+
/* line 165, sass/partials/_main_wrap.scss */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
211 |
|
212 |
.cmb-add-row {
|
213 |
margin: 1.8em 0 0;
|
214 |
}
|
215 |
|
216 |
+
/* line 169, sass/partials/_main_wrap.scss */
|
217 |
|
218 |
.cmb-nested .cmb-td,
|
219 |
.cmb-repeatable-group .cmb-th,
|
221 |
border: 0;
|
222 |
}
|
223 |
|
224 |
+
/* line 175, sass/partials/_main_wrap.scss */
|
225 |
|
226 |
.cmb-row:last-of-type,
|
227 |
.cmb2-wrap .cmb-row:last-of-type,
|
229 |
border-bottom: 0;
|
230 |
}
|
231 |
|
232 |
+
/* line 181, sass/partials/_main_wrap.scss */
|
233 |
|
234 |
.cmb-repeatable-grouping {
|
235 |
border: 1px solid #e9e9e9;
|
236 |
padding: 0 1em;
|
|
|
237 |
}
|
238 |
|
239 |
+
/* line 185, sass/partials/_main_wrap.scss */
|
240 |
|
241 |
.cmb-repeatable-grouping.cmb-row {
|
242 |
margin: 0 0 0.8em;
|
243 |
}
|
244 |
|
245 |
+
/* line 193, sass/partials/_main_wrap.scss */
|
246 |
|
247 |
.cmb-th {
|
248 |
color: #222222;
|
254 |
width: 200px;
|
255 |
}
|
256 |
|
257 |
+
/* line 207, sass/partials/_main_wrap.scss */
|
258 |
|
259 |
.cmb-td {
|
260 |
line-height: 1.3;
|
263 |
vertical-align: middle;
|
264 |
}
|
265 |
|
266 |
+
/* line 216, sass/partials/_main_wrap.scss */
|
267 |
|
268 |
.cmb-type-title .cmb-td {
|
269 |
padding: 0;
|
270 |
}
|
271 |
|
272 |
+
/* line 221, sass/partials/_main_wrap.scss */
|
273 |
|
274 |
.cmb-th label {
|
275 |
display: block;
|
276 |
padding: 5px 0;
|
277 |
}
|
278 |
|
279 |
+
/* line 226, sass/partials/_main_wrap.scss */
|
280 |
|
281 |
.cmb-th + .cmb-td {
|
282 |
float: left;
|
283 |
}
|
284 |
|
285 |
+
/* line 230, sass/partials/_main_wrap.scss */
|
286 |
|
287 |
.cmb-td .cmb-td {
|
288 |
padding-bottom: 1em;
|
289 |
}
|
290 |
|
291 |
+
/* line 234, sass/partials/_main_wrap.scss */
|
292 |
|
293 |
.cmb-remove-row {
|
294 |
text-align: right;
|
295 |
}
|
296 |
|
297 |
+
/* line 238, sass/partials/_main_wrap.scss */
|
298 |
|
299 |
.empty-row.hidden {
|
300 |
display: none;
|
301 |
}
|
302 |
|
303 |
+
/* line 243, sass/partials/_main_wrap.scss */
|
304 |
+
|
305 |
+
.cmb-repeat-table {
|
306 |
+
background-color: #fafafa;
|
307 |
+
border: 1px solid #e1e1e1;
|
308 |
+
}
|
309 |
+
|
310 |
+
/* line 247, sass/partials/_main_wrap.scss */
|
311 |
+
|
312 |
+
.cmb-repeat-table .cmb-row.cmb-repeat-row {
|
313 |
+
position: relative;
|
314 |
+
counter-increment: el;
|
315 |
+
margin: 0;
|
316 |
+
padding: 10px 10px 10px 50px;
|
317 |
+
border-bottom: none !important;
|
318 |
+
}
|
319 |
+
|
320 |
+
/* line 255, sass/partials/_main_wrap.scss */
|
321 |
+
|
322 |
+
.cmb-repeat-table .cmb-row.cmb-repeat-row + .cmb-repeat-row {
|
323 |
+
border-top: solid 1px #e9e9e9;
|
324 |
+
}
|
325 |
+
|
326 |
+
/* line 259, sass/partials/_main_wrap.scss */
|
327 |
+
|
328 |
+
.cmb-repeat-table .cmb-row.cmb-repeat-row:before {
|
329 |
+
content: counter(el);
|
330 |
+
display: block;
|
331 |
+
top: 0;
|
332 |
+
left: 0;
|
333 |
+
position: absolute;
|
334 |
+
width: 35px;
|
335 |
+
height: 100%;
|
336 |
+
line-height: 35px;
|
337 |
+
color: #aaaaaa;
|
338 |
+
text-align: center;
|
339 |
+
border-right: solid 1px #e9e9e9;
|
340 |
+
}
|
341 |
+
|
342 |
+
/* line 276, sass/partials/_main_wrap.scss */
|
343 |
+
|
344 |
+
.cmb-repeat-table .cmb-row.cmb-repeat-row .cmb-td {
|
345 |
+
margin: 0;
|
346 |
+
padding: 0;
|
347 |
+
}
|
348 |
+
|
349 |
+
/* line 283, sass/partials/_main_wrap.scss */
|
350 |
+
|
351 |
+
.cmb-repeat-table + .cmb-add-row {
|
352 |
+
margin: 0;
|
353 |
+
}
|
354 |
+
|
355 |
+
/* line 286, sass/partials/_main_wrap.scss */
|
356 |
+
|
357 |
+
.cmb-repeat-table + .cmb-add-row:before {
|
358 |
+
content: '';
|
359 |
+
width: 1px;
|
360 |
+
height: 1.6em;
|
361 |
+
display: block;
|
362 |
+
margin-left: 17px;
|
363 |
+
background-color: gainsboro;
|
364 |
+
}
|
365 |
+
|
366 |
+
/* line 296, sass/partials/_main_wrap.scss */
|
367 |
+
|
368 |
+
.cmb-repeat-table .cmb-remove-row {
|
369 |
+
top: 7px;
|
370 |
+
right: 7px;
|
371 |
+
position: absolute;
|
372 |
+
width: auto;
|
373 |
+
margin-left: 0;
|
374 |
+
padding: 0 !important;
|
375 |
+
display: none;
|
376 |
+
}
|
377 |
+
|
378 |
+
/* line 307, sass/partials/_main_wrap.scss */
|
379 |
+
|
380 |
+
.cmb-repeat-table .cmb-remove-row > .cmb-remove-row-button {
|
381 |
+
font-size: 20px;
|
382 |
+
text-indent: -1000px;
|
383 |
+
overflow: hidden;
|
384 |
+
position: relative;
|
385 |
+
height: auto;
|
386 |
+
line-height: 1;
|
387 |
+
padding: 0 10px 0;
|
388 |
+
}
|
389 |
+
|
390 |
+
/* line 318, sass/partials/_main_wrap.scss */
|
391 |
+
|
392 |
+
.cmb-repeat-table .cmb-remove-row > .cmb-remove-row-button:before {
|
393 |
+
content: "";
|
394 |
+
font-family: 'Dashicons';
|
395 |
+
speak: none;
|
396 |
+
font-weight: normal;
|
397 |
+
font-variant: normal;
|
398 |
+
text-transform: none;
|
399 |
+
line-height: 1;
|
400 |
+
-webkit-font-smoothing: antialiased;
|
401 |
+
margin: 0;
|
402 |
+
text-indent: 0;
|
403 |
+
position: absolute;
|
404 |
+
top: 0;
|
405 |
+
left: 0;
|
406 |
+
width: 100%;
|
407 |
+
height: 100%;
|
408 |
+
text-align: center;
|
409 |
+
}
|
410 |
+
|
411 |
+
/* line 324, sass/partials/_main_wrap.scss */
|
412 |
+
|
413 |
+
.cmb-repeat-table .cmb-repeat-row:hover .cmb-remove-row {
|
414 |
+
display: block;
|
415 |
+
}
|
416 |
+
|
417 |
+
/* line 332, sass/partials/_main_wrap.scss */
|
418 |
|
419 |
.cmb-repeatable-group .cmb-th {
|
420 |
padding: 5px;
|
421 |
}
|
422 |
|
423 |
+
/* line 336, sass/partials/_main_wrap.scss */
|
424 |
|
425 |
.cmb-repeatable-group .cmb-group-title {
|
426 |
background-color: #e9e9e9;
|
431 |
line-height: 1.4;
|
432 |
}
|
433 |
|
434 |
+
/* line 344, sass/partials/_main_wrap.scss */
|
435 |
|
436 |
.cmb-repeatable-group .cmb-group-title h4 {
|
437 |
border: 0;
|
441 |
padding: 0.5em 0.75em;
|
442 |
}
|
443 |
|
444 |
+
/* line 352, sass/partials/_main_wrap.scss */
|
445 |
|
446 |
.cmb-repeatable-group .cmb-group-title .cmb-th {
|
447 |
display: block;
|
448 |
width: 100%;
|
449 |
}
|
450 |
|
451 |
+
/* line 358, sass/partials/_main_wrap.scss */
|
452 |
|
453 |
.cmb-repeatable-group .cmb-group-description .cmb-th {
|
454 |
font-size: 1.2em;
|
463 |
|
464 |
.cmb-repeatable-group .cmb-group-description .cmb-th label {
|
465 |
display: block;
|
466 |
+
margin-top: 0;
|
467 |
+
margin-bottom: 0.5em;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
468 |
}
|
469 |
|
470 |
+
/* line 362, sass/partials/_main_wrap.scss */
|
471 |
|
472 |
.cmb-repeatable-group .cmb-shift-rows {
|
473 |
font-size: 1em;
|
475 |
text-decoration: none;
|
476 |
}
|
477 |
|
478 |
+
/* line 367, sass/partials/_main_wrap.scss */
|
479 |
|
480 |
.cmb-repeatable-group .cmb-shift-rows .dashicons {
|
481 |
font-size: 1.5em;
|
484 |
width: 1em;
|
485 |
}
|
486 |
|
487 |
+
/* line 373, sass/partials/_main_wrap.scss */
|
488 |
|
489 |
.cmb-repeatable-group .cmb-shift-rows .dashicons.dashicons-arrow-down-alt2 {
|
490 |
line-height: 1.3em;
|
491 |
}
|
492 |
|
493 |
+
/* line 380, sass/partials/_main_wrap.scss */
|
494 |
|
495 |
.cmb-repeatable-group .cmb2-upload-button {
|
496 |
float: right;
|
497 |
}
|
498 |
|
499 |
+
/* line 386, sass/partials/_main_wrap.scss */
|
500 |
|
501 |
p.cmb2-metabox-description {
|
502 |
color: #aaaaaa;
|
505 |
padding-top: .5em;
|
506 |
}
|
507 |
|
508 |
+
/* line 393, sass/partials/_main_wrap.scss */
|
509 |
|
510 |
span.cmb2-metabox-description {
|
511 |
color: #aaaaaa;
|
512 |
font-style: italic;
|
513 |
}
|
514 |
|
515 |
+
/* line 398, sass/partials/_main_wrap.scss */
|
516 |
|
517 |
.cmb2-metabox-title {
|
518 |
margin: 0 0 5px 0;
|
520 |
font-size: 14px;
|
521 |
}
|
522 |
|
523 |
+
/* line 404, sass/partials/_main_wrap.scss */
|
524 |
|
525 |
.cmb-inline ul {
|
526 |
padding: 4px 0 0 0;
|
527 |
}
|
528 |
|
529 |
+
/* line 408, sass/partials/_main_wrap.scss */
|
530 |
|
531 |
.cmb-inline li {
|
532 |
display: inline-block;
|
533 |
padding-right: 18px;
|
534 |
}
|
535 |
|
536 |
+
/* line 413, sass/partials/_main_wrap.scss */
|
537 |
|
538 |
.cmb-type-textarea-code pre {
|
539 |
margin: 0;
|
540 |
}
|
541 |
|
542 |
+
/* line 419, sass/partials/_main_wrap.scss */
|
543 |
|
544 |
.cmb2-media-status .img-status {
|
545 |
clear: none;
|
549 |
width: auto;
|
550 |
}
|
551 |
|
552 |
+
/* line 426, sass/partials/_main_wrap.scss */
|
553 |
|
554 |
.cmb2-media-status .img-status img {
|
555 |
max-width: 350px;
|
556 |
height: auto;
|
557 |
}
|
558 |
|
559 |
+
/* line 432, sass/partials/_main_wrap.scss */
|
560 |
|
561 |
.cmb2-media-status .img-status img,
|
562 |
.cmb2-media-status .embed-status {
|
563 |
+
background: #eee;
|
564 |
+
border: 5px solid #ffffff;
|
565 |
+
outline: 1px solid #e9e9e9;
|
566 |
+
box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
|
567 |
+
background-image: linear-gradient(45deg, #d0d0d0 25%, transparent 25%, transparent 75%, #d0d0d0 75%, #d0d0d0), linear-gradient(45deg, #d0d0d0 25%, transparent 25%, transparent 75%, #d0d0d0 75%, #d0d0d0);
|
568 |
+
background-position: 0 0, 10px 10px;
|
569 |
+
background-size: 20px 20px;
|
570 |
border-radius: 2px;
|
571 |
-moz-border-radius: 2px;
|
572 |
margin: 15px 0 0 0;
|
|
|
573 |
}
|
574 |
|
575 |
+
/* line 446, sass/partials/_main_wrap.scss */
|
576 |
|
577 |
.cmb2-media-status .embed-status {
|
578 |
float: left;
|
579 |
max-width: 800px;
|
580 |
}
|
581 |
|
582 |
+
/* line 451, sass/partials/_main_wrap.scss */
|
583 |
|
584 |
.cmb2-media-status .img-status,
|
585 |
.cmb2-media-status .embed-status {
|
586 |
position: relative;
|
587 |
}
|
588 |
|
589 |
+
/* line 454, sass/partials/_main_wrap.scss */
|
590 |
|
591 |
.cmb2-media-status .img-status .cmb2-remove-file-button,
|
592 |
.cmb2-media-status .embed-status .cmb2-remove-file-button {
|
599 |
width: 16px;
|
600 |
}
|
601 |
|
602 |
+
/* line 468, sass/partials/_main_wrap.scss */
|
603 |
|
604 |
.cmb2-media-status .img-status .cmb2-remove-file-button {
|
605 |
top: 10px;
|
606 |
}
|
607 |
|
608 |
+
/* line 473, sass/partials/_main_wrap.scss */
|
609 |
|
610 |
.cmb2-media-status .img-status img,
|
611 |
.cmb2-media-status .file-status > span {
|
612 |
cursor: pointer;
|
613 |
}
|
614 |
|
615 |
+
/* line 478, sass/partials/_main_wrap.scss */
|
616 |
+
|
617 |
+
.cmb2-media-status.cmb-attach-list .img-status img,
|
618 |
+
.cmb2-media-status.cmb-attach-list .file-status > span {
|
619 |
+
cursor: move;
|
620 |
+
}
|
621 |
+
|
622 |
+
/* line 485, sass/partials/_main_wrap.scss */
|
623 |
|
624 |
.cmb-type-file-list .cmb2-media-status .img-status {
|
625 |
clear: none;
|
630 |
margin-top: 0;
|
631 |
}
|
632 |
|
633 |
+
/* line 494, sass/partials/_main_wrap.scss */
|
634 |
|
635 |
.cmb-attach-list li {
|
636 |
clear: both;
|
640 |
margin-bottom: 10px;
|
641 |
}
|
642 |
|
643 |
+
/* line 500, sass/partials/_main_wrap.scss */
|
644 |
|
645 |
.cmb-attach-list li img {
|
|
|
646 |
float: left;
|
647 |
margin-right: 10px;
|
648 |
}
|
649 |
|
650 |
+
/* line 506, sass/partials/_main_wrap.scss */
|
651 |
|
652 |
.cmb2-remove-wrapper {
|
653 |
margin: 0;
|
654 |
}
|
655 |
|
656 |
+
/* line 510, sass/partials/_main_wrap.scss */
|
657 |
|
658 |
.child-cmb2 .cmb-th {
|
659 |
text-align: left;
|
660 |
}
|
661 |
|
662 |
+
/* line 514, sass/partials/_main_wrap.scss */
|
663 |
+
|
664 |
+
.cmb2-indented-hierarchy {
|
665 |
+
padding-left: 1.5em;
|
666 |
+
}
|
667 |
+
|
668 |
/*--------------------------------------------------------------
|
669 |
+
* Post Metaboxes
|
670 |
--------------------------------------------------------------*/
|
671 |
|
672 |
+
/* line 5, sass/partials/_post_metaboxes.scss */
|
673 |
|
674 |
#poststuff .cmb-group-title {
|
675 |
margin-left: -1em;
|
677 |
min-height: 1.5em;
|
678 |
}
|
679 |
|
680 |
+
/* line 11, sass/partials/_post_metaboxes.scss */
|
681 |
|
682 |
#poststuff .repeatable .cmb-group-title {
|
683 |
padding-left: 2.2em;
|
684 |
}
|
685 |
|
686 |
+
/* line 17, sass/partials/_post_metaboxes.scss */
|
687 |
|
688 |
.cmb2-postbox .cmb2-wrap,
|
689 |
.cmb-type-group .cmb2-wrap {
|
690 |
margin: 0;
|
691 |
}
|
692 |
|
693 |
+
/* line 20, sass/partials/_post_metaboxes.scss */
|
694 |
|
695 |
.cmb2-postbox .cmb2-wrap > .cmb-field-list > .cmb-row,
|
696 |
.cmb-type-group .cmb2-wrap > .cmb-field-list > .cmb-row {
|
697 |
padding: 1.8em 0;
|
698 |
}
|
699 |
|
700 |
+
/* line 26, sass/partials/_post_metaboxes.scss */
|
701 |
|
702 |
.cmb2-postbox .cmb2-wrap input[type=text].cmb2-oembed,
|
703 |
.cmb-type-group .cmb2-wrap input[type=text].cmb2-oembed {
|
704 |
width: 100%;
|
705 |
}
|
706 |
|
707 |
+
/* line 32, sass/partials/_post_metaboxes.scss */
|
708 |
|
709 |
.cmb2-postbox .cmb-row,
|
710 |
.cmb-type-group .cmb-row {
|
712 |
margin: 0 0 0.8em;
|
713 |
}
|
714 |
|
715 |
+
/* line 36, sass/partials/_post_metaboxes.scss */
|
716 |
|
717 |
.cmb2-postbox .cmb-row .cmbhandle,
|
718 |
.cmb-type-group .cmb-row .cmbhandle {
|
720 |
position: relative;
|
721 |
}
|
722 |
|
723 |
+
/* line 42, sass/partials/_post_metaboxes.scss */
|
724 |
|
725 |
.cmb2-postbox .cmb-repeatable-grouping,
|
726 |
.cmb-type-group .cmb-repeatable-grouping {
|
729 |
min-width: 1px !important;
|
730 |
}
|
731 |
|
732 |
+
/* line 48, sass/partials/_post_metaboxes.scss */
|
733 |
|
734 |
.cmb2-postbox .cmb-repeatable-group > .cmb-row,
|
735 |
.cmb-type-group .cmb-repeatable-group > .cmb-row {
|
736 |
padding-bottom: 0;
|
737 |
}
|
738 |
|
739 |
+
/* line 52, sass/partials/_post_metaboxes.scss */
|
740 |
|
741 |
.cmb2-postbox .cmb-th,
|
742 |
.cmb-type-group .cmb-th {
|
744 |
padding: 0 2% 0 0;
|
745 |
}
|
746 |
|
747 |
+
/* line 58, sass/partials/_post_metaboxes.scss */
|
748 |
|
749 |
.cmb2-postbox .cmb-td,
|
750 |
.cmb-type-group .cmb-td {
|
753 |
line-height: 1.3;
|
754 |
}
|
755 |
|
756 |
+
/* line 64, sass/partials/_post_metaboxes.scss */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
757 |
|
758 |
.cmb2-postbox .cmb-th + .cmb-td,
|
759 |
.cmb-type-group .cmb-th + .cmb-td {
|
761 |
float: right;
|
762 |
}
|
763 |
|
764 |
+
/* line 69, sass/partials/_post_metaboxes.scss */
|
765 |
|
766 |
.cmb2-postbox .cmb-row:not(:last-of-type),
|
767 |
.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),
|
770 |
border-bottom: 1px solid #e9e9e9;
|
771 |
}
|
772 |
|
773 |
+
/* line 78, sass/partials/_post_metaboxes.scss */
|
774 |
|
775 |
.cmb2-postbox .cmb-repeat-group-field,
|
776 |
.cmb2-postbox .cmb-remove-field-row,
|
779 |
padding-top: 1.8em;
|
780 |
}
|
781 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
782 |
/*--------------------------------------------------------------
|
783 |
+
* Context Metaboxes
|
784 |
--------------------------------------------------------------*/
|
785 |
|
786 |
/* Metabox collapse arrow indicators */
|
897 |
/* one column on the post write/edit screen */
|
898 |
|
899 |
/*--------------------------------------------------------------
|
900 |
+
* Options page
|
901 |
+
--------------------------------------------------------------*/
|
902 |
+
|
903 |
+
/* line 5, sass/partials/_options-page.scss */
|
904 |
+
|
905 |
+
.cmb2-options-page {
|
906 |
+
max-width: 1200px;
|
907 |
+
}
|
908 |
+
|
909 |
+
/* line 8, sass/partials/_options-page.scss */
|
910 |
+
|
911 |
+
.cmb2-options-page.wrap > h2 {
|
912 |
+
margin-bottom: 1em;
|
913 |
+
}
|
914 |
+
|
915 |
+
/* line 12, sass/partials/_options-page.scss */
|
916 |
+
|
917 |
+
.cmb2-options-page .cmb2-metabox > .cmb-row {
|
918 |
+
padding: 1em;
|
919 |
+
margin-top: -1px;
|
920 |
+
background: #ffffff;
|
921 |
+
border: 1px solid #e9e9e9;
|
922 |
+
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
923 |
+
}
|
924 |
+
|
925 |
+
/* line 19, sass/partials/_options-page.scss */
|
926 |
+
|
927 |
+
.cmb2-options-page .cmb2-metabox > .cmb-row > .cmb-th {
|
928 |
+
padding: 0;
|
929 |
+
font-weight: initial;
|
930 |
+
}
|
931 |
+
|
932 |
+
/* line 24, sass/partials/_options-page.scss */
|
933 |
+
|
934 |
+
.cmb2-options-page .cmb2-metabox > .cmb-row > .cmb-th + .cmb-td {
|
935 |
+
float: none;
|
936 |
+
padding: 0 0 0 1em;
|
937 |
+
margin-left: 200px;
|
938 |
+
}
|
939 |
+
|
940 |
+
/* line 37, sass/partials/_options-page.scss */
|
941 |
+
|
942 |
+
.cmb2-options-page .cmb2-wrap .cmb-type-title {
|
943 |
+
margin-top: 1em;
|
944 |
+
padding: 0.6em 1em;
|
945 |
+
background-color: #fafafa;
|
946 |
+
}
|
947 |
+
|
948 |
+
/* line 42, sass/partials/_options-page.scss */
|
949 |
+
|
950 |
+
.cmb2-options-page .cmb2-wrap .cmb-type-title .cmb2-metabox-title {
|
951 |
+
font-size: 12px;
|
952 |
+
margin-top: 0;
|
953 |
+
margin-bottom: 0;
|
954 |
+
text-transform: uppercase;
|
955 |
+
}
|
956 |
+
|
957 |
+
/* line 49, sass/partials/_options-page.scss */
|
958 |
+
|
959 |
+
.cmb2-options-page .cmb2-wrap .cmb-type-title .cmb2-metabox-description {
|
960 |
+
padding-top: 0.25em;
|
961 |
+
}
|
962 |
+
|
963 |
+
/* line 55, sass/partials/_options-page.scss */
|
964 |
+
|
965 |
+
.cmb2-options-page .cmb-repeatable-group .cmb-group-description .cmb-th {
|
966 |
+
padding: 0 0 0.8em 0;
|
967 |
+
}
|
968 |
+
|
969 |
+
/* line 59, sass/partials/_options-page.scss */
|
970 |
+
|
971 |
+
.cmb2-options-page .cmb-repeatable-group .cmb-group-name {
|
972 |
+
font-size: 16px;
|
973 |
+
margin-top: 0;
|
974 |
+
margin-bottom: 0;
|
975 |
+
}
|
976 |
+
|
977 |
+
/* line 65, sass/partials/_options-page.scss */
|
978 |
+
|
979 |
+
.cmb2-options-page .cmb-repeatable-group .cmb-th > .cmb2-metabox-description {
|
980 |
+
font-weight: 400;
|
981 |
+
padding-bottom: 0 !important;
|
982 |
+
}
|
983 |
+
|
984 |
+
/*--------------------------------------------------------------
|
985 |
+
* New-Term Page
|
986 |
+
--------------------------------------------------------------*/
|
987 |
+
|
988 |
+
/* line 6, sass/partials/_new_term.scss */
|
989 |
+
|
990 |
+
#addtag .cmb-th {
|
991 |
+
float: none;
|
992 |
+
width: auto;
|
993 |
+
padding: 20px 0 0;
|
994 |
+
}
|
995 |
+
|
996 |
+
/* line 12, sass/partials/_new_term.scss */
|
997 |
+
|
998 |
+
#addtag .cmb-td {
|
999 |
+
padding: 0;
|
1000 |
+
}
|
1001 |
+
|
1002 |
+
/* line 16, sass/partials/_new_term.scss */
|
1003 |
+
|
1004 |
+
#addtag .cmb-th + .cmb-td {
|
1005 |
+
float: none;
|
1006 |
+
}
|
1007 |
+
|
1008 |
+
/* line 20, sass/partials/_new_term.scss */
|
1009 |
+
|
1010 |
+
#addtag select {
|
1011 |
+
max-width: 100%;
|
1012 |
+
}
|
1013 |
+
|
1014 |
+
/* line 24, sass/partials/_new_term.scss */
|
1015 |
+
|
1016 |
+
#addtag .cmb2-metabox {
|
1017 |
+
padding-bottom: 20px;
|
1018 |
+
}
|
1019 |
+
|
1020 |
+
/* line 28, sass/partials/_new_term.scss */
|
1021 |
+
|
1022 |
+
#addtag .cmb-row li label {
|
1023 |
+
display: inline;
|
1024 |
+
}
|
1025 |
+
|
1026 |
+
/*--------------------------------------------------------------
|
1027 |
+
* Misc.
|
1028 |
--------------------------------------------------------------*/
|
1029 |
|
1030 |
/* line 5, sass/partials/_misc.scss */
|
1043 |
|
1044 |
/* line 18, sass/partials/_misc.scss */
|
1045 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1046 |
.cmb2-postbox .cmb-spinner,
|
1047 |
.cmb2-no-box-wrap .cmb-spinner {
|
1048 |
float: left;
|
1049 |
display: none;
|
1050 |
}
|
1051 |
|
1052 |
+
/* line 24, sass/partials/_misc.scss */
|
1053 |
|
1054 |
.cmb-spinner {
|
1055 |
display: none;
|
1056 |
}
|
1057 |
|
1058 |
+
/* line 26, sass/partials/_misc.scss */
|
1059 |
|
1060 |
.cmb-spinner.is-active {
|
1061 |
display: block;
|
1062 |
}
|
1063 |
|
1064 |
/*--------------------------------------------------------------
|
1065 |
+
* Sidebar Placement Adjustments
|
1066 |
--------------------------------------------------------------*/
|
1067 |
|
1068 |
/* line 10, sass/partials/_sidebar_placements.scss */
|
1138 |
/* line 55, sass/partials/_sidebar_placements.scss */
|
1139 |
|
1140 |
.inner-sidebar .cmb-th,
|
1141 |
+
.inner-sidebar .cmb-td:not(.cmb-remove-row),
|
1142 |
.inner-sidebar .cmb-th + .cmb-td,
|
1143 |
#side-sortables .cmb-th,
|
1144 |
+
#side-sortables .cmb-td:not(.cmb-remove-row),
|
1145 |
#side-sortables .cmb-th + .cmb-td {
|
1146 |
width: 100%;
|
1147 |
display: block;
|
1157 |
|
1158 |
/* line 67, sass/partials/_sidebar_placements.scss */
|
1159 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1160 |
.inner-sidebar .cmb-th,
|
1161 |
#side-sortables .cmb-th {
|
1162 |
display: block;
|
1173 |
.inner-sidebar .cmb-th label,
|
1174 |
#side-sortables .cmb-th label {
|
1175 |
display: block;
|
1176 |
+
margin-top: 0;
|
1177 |
+
margin-bottom: 0.5em;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1178 |
}
|
1179 |
|
1180 |
/* line 14, sass/partials/_mixins.scss */
|
1185 |
line-height: 1.4em;
|
1186 |
}
|
1187 |
|
1188 |
+
/* line 74, sass/partials/_sidebar_placements.scss */
|
1189 |
|
1190 |
.inner-sidebar .cmb-group-description .cmb-th,
|
1191 |
#side-sortables .cmb-group-description .cmb-th {
|
1192 |
padding-top: 0;
|
1193 |
}
|
1194 |
|
1195 |
+
/* line 77, sass/partials/_sidebar_placements.scss */
|
1196 |
|
1197 |
.inner-sidebar .cmb-group-description .cmb2-metabox-description,
|
1198 |
#side-sortables .cmb-group-description .cmb2-metabox-description {
|
1199 |
padding: 0;
|
1200 |
}
|
1201 |
|
1202 |
+
/* line 84, sass/partials/_sidebar_placements.scss */
|
1203 |
|
1204 |
.inner-sidebar .cmb-group-title .cmb-th,
|
1205 |
#side-sortables .cmb-group-title .cmb-th {
|
1206 |
padding: 0;
|
1207 |
}
|
1208 |
|
1209 |
+
/* line 90, sass/partials/_sidebar_placements.scss */
|
1210 |
|
1211 |
.inner-sidebar .cmb-repeatable-grouping + .cmb-repeatable-grouping,
|
1212 |
#side-sortables .cmb-repeatable-grouping + .cmb-repeatable-grouping {
|
1213 |
margin-top: 1em;
|
1214 |
}
|
1215 |
|
1216 |
+
/* line 99, sass/partials/_sidebar_placements.scss */
|
1217 |
|
1218 |
.inner-sidebar .cmb2-media-status .img-status img,
|
1219 |
.inner-sidebar .cmb2-media-status .embed-status img,
|
1223 |
height: auto;
|
1224 |
}
|
1225 |
|
1226 |
+
/* line 107, sass/partials/_sidebar_placements.scss */
|
1227 |
|
1228 |
.inner-sidebar .cmb2-list label,
|
1229 |
#side-sortables .cmb2-list label {
|
1231 |
font-weight: normal;
|
1232 |
}
|
1233 |
|
1234 |
+
/* line 112, sass/partials/_sidebar_placements.scss */
|
1235 |
|
1236 |
.inner-sidebar .cmb2-metabox-description,
|
1237 |
#side-sortables .cmb2-metabox-description {
|
1239 |
padding: 7px 0 0;
|
1240 |
}
|
1241 |
|
1242 |
+
/* line 119, sass/partials/_sidebar_placements.scss */
|
1243 |
|
1244 |
.inner-sidebar .cmb-type-checkbox .cmb-td label,
|
1245 |
.inner-sidebar .cmb-type-checkbox .cmb2-metabox-description,
|
1249 |
display: inline;
|
1250 |
}
|
1251 |
|
1252 |
+
/* line 126, sass/partials/_sidebar_placements.scss */
|
1253 |
|
1254 |
.inner-sidebar .cmb-row .cmb2-metabox-description,
|
1255 |
#side-sortables .cmb-row .cmb2-metabox-description {
|
1256 |
padding-bottom: 1.8em;
|
1257 |
}
|
1258 |
|
1259 |
+
/* line 130, sass/partials/_sidebar_placements.scss */
|
1260 |
|
1261 |
.inner-sidebar .cmb2-metabox-title,
|
1262 |
#side-sortables .cmb2-metabox-title {
|
1264 |
font-style: italic;
|
1265 |
}
|
1266 |
|
1267 |
+
/* line 135, sass/partials/_sidebar_placements.scss */
|
1268 |
|
1269 |
.inner-sidebar .cmb-remove-row,
|
1270 |
#side-sortables .cmb-remove-row {
|
1273 |
padding-bottom: 0;
|
1274 |
}
|
1275 |
|
1276 |
+
/* line 141, sass/partials/_sidebar_placements.scss */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1277 |
|
1278 |
.inner-sidebar .cmb2-upload-button,
|
1279 |
#side-sortables .cmb2-upload-button {
|
1281 |
margin-top: 12px;
|
1282 |
}
|
1283 |
|
1284 |
+
/*--------------------------------------------------------------
|
1285 |
+
* Collapsible UI
|
1286 |
+
--------------------------------------------------------------*/
|
|
|
|
|
1287 |
|
1288 |
+
/* line 6, sass/partials/_collapsible_ui.scss */
|
1289 |
|
1290 |
.cmb2-metabox .cmbhandle {
|
1291 |
+
color: #aaaaaa;
|
1292 |
float: right;
|
1293 |
width: 27px;
|
1294 |
height: 30px;
|
1297 |
position: relative;
|
1298 |
}
|
1299 |
|
1300 |
+
/* line 14, sass/partials/_collapsible_ui.scss */
|
1301 |
|
1302 |
.cmb2-metabox .cmbhandle:before {
|
1303 |
content: '\f142';
|
1313 |
text-decoration: none !important;
|
1314 |
}
|
1315 |
|
1316 |
+
/* line 31, sass/partials/_collapsible_ui.scss */
|
1317 |
|
1318 |
.cmb2-metabox .postbox.closed .cmbhandle:before {
|
1319 |
content: '\f140';
|
1320 |
}
|
1321 |
|
1322 |
+
/* line 37, sass/partials/_collapsible_ui.scss */
|
1323 |
|
1324 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row {
|
1325 |
-webkit-appearance: none !important;
|
1333 |
opacity: .5;
|
1334 |
}
|
1335 |
|
1336 |
+
/* line 47, sass/partials/_collapsible_ui.scss */
|
1337 |
|
1338 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]) {
|
1339 |
cursor: pointer;
|
1341 |
opacity: 1;
|
1342 |
}
|
1343 |
|
1344 |
+
/* line 51, sass/partials/_collapsible_ui.scss */
|
1345 |
|
1346 |
.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]):hover {
|
1347 |
color: #f00;
|
2041 |
|
2042 |
@media (max-width: 450px) {
|
2043 |
|
2044 |
+
/* line 193, sass/partials/_main_wrap.scss */
|
2045 |
|
2046 |
.cmb-th {
|
2047 |
font-size: 1.2em;
|
2056 |
|
2057 |
.cmb-th label {
|
2058 |
display: block;
|
2059 |
+
margin-top: 0;
|
2060 |
+
margin-bottom: 0.5em;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2061 |
}
|
2062 |
|
2063 |
+
/* line 519, sass/partials/_main_wrap.scss */
|
2064 |
|
2065 |
.cmb-th,
|
2066 |
.cmb-td,
|
2070 |
width: 100%;
|
2071 |
}
|
2072 |
|
2073 |
+
/* line 69, sass/partials/_post_metaboxes.scss */
|
2074 |
|
2075 |
.cmb2-postbox .cmb-row:not(:last-of-type),
|
2076 |
.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),
|
2079 |
border-bottom: 0;
|
2080 |
}
|
2081 |
|
2082 |
+
/* line 24, sass/partials/_options-page.scss */
|
2083 |
+
|
2084 |
+
.cmb2-options-page .cmb2-metabox > .cmb-row > .cmb-th + .cmb-td {
|
2085 |
+
padding: 0;
|
2086 |
+
margin-left: 0;
|
2087 |
+
}
|
2088 |
+
|
2089 |
}
|
2090 |
|
includes/lib/cmb2/css/cmb2.min.css
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
.cmb2-wrap{margin:0}.cmb2-wrap input,.cmb2-wrap textarea{font-size:14px;max-width:100%;padding:5px}.cmb2-wrap input[type=text].cmb2-oembed{width:100%}.cmb2-wrap textarea{width:500px}.cmb2-wrap textarea.cmb2-textarea-code{font-family:"Courier 10 Pitch",Courier,monospace;line-height:16px}.cmb2-wrap input.cmb2-text-small,.cmb2-wrap input.cmb2-timepicker{width:100px}.cmb2-wrap input.cmb2-text-money{width:90px}.cmb2-wrap input.cmb2-text-medium{width:230px}.cmb2-wrap input.cmb2-upload-file{width:65%}.cmb2-wrap input.ed_button{padding:2px 4px}.cmb2-wrap input:not([type=hidden])+.button-secondary,.cmb2-wrap input:not([type=hidden])+input,.cmb2-wrap input:not([type=hidden])+select{margin-left:20px}.cmb2-wrap ul{margin:0}.cmb2-wrap li{font-size:14px;line-height:16px;margin:1px 0 5px}.cmb2-wrap select{font-size:14px;margin-top:3px}.cmb2-wrap input:focus,.cmb2-wrap textarea:focus{background:#fffff8}.cmb2-wrap input[type=checkbox],.cmb2-wrap input[type=radio]{margin:0 5px 0 0;padding:0}.cmb2-wrap .button-secondary,.cmb2-wrap button{white-space:nowrap}.cmb2-wrap .mceLayout{border:1px solid #e9e9e9!important}.cmb2-wrap .mceIframeContainer{background:#fff}.cmb2-wrap .meta_mce{width:97%}.cmb2-wrap .meta_mce textarea{width:100%}.cmb2-wrap .wp-color-result,.cmb2-wrap .wp-picker-input-wrap{vertical-align:middle}.cmb2-wrap .wp-color-result,.cmb2-wrap .wp-picker-container{margin:0 10px 0 0}.cmb2-wrap .cmb-row{margin:0}.cmb2-wrap .cmb-row:after{content:'';clear:both;display:block;width:100%}.cmb2-wrap .cmb-row.cmb-repeat-row{padding:1.8em 0 0}.cmb2-wrap .cmb-row.cmb-repeat-row:first-of-type{padding:0}.cmb2-wrap .cmb-row.cmb-repeat .cmb2-metabox-description{padding-top:0;padding-bottom:1.8em}.cmb2-metabox{clear:both;margin:0}.cmb2-metabox .cmb-field-list>.cmb-row:first-of-type>.cmb-td,.cmb2-metabox .cmb-field-list>.cmb-row:first-of-type>.cmb-th,.cmb2-metabox>.cmb-row:first-of-type>.cmb-td,.cmb2-metabox>.cmb-row:first-of-type>.cmb-th{border:0}.cmb2-metabox>.cmb-row .cmb-repeat-table .cmb-row>.cmb-td{padding-right:20px;box-sizing:border-box;float:left}.cmb-add-row{margin:1.8em 0 0}.cmb-nested .cmb-td,.cmb-repeatable-group .cmb-th,.cmb-repeatable-group:first-of-type{border:0}.cmb-repeatable-group:last-of-type,.cmb-row:last-of-type,.cmb2-wrap .cmb-row:last-of-type{border-bottom:0}.cmb-repeatable-grouping{border:1px solid #e9e9e9;padding:0 1em;max-width:1000px}.cmb-repeatable-grouping.cmb-row{margin:0 0 .8em}.cmb-th{color:#222;float:left;font-weight:600;line-height:1.3;padding:20px 10px 20px 0;vertical-align:top;width:200px}.cmb-td{line-height:1.3;max-width:100%;padding:15px 10px;vertical-align:middle}.cmb-type-title .cmb-td{padding:0}.cmb-th label{display:block;padding:5px 0}.cmb-th+.cmb-td{float:left}.cmb-td .cmb-td{padding-bottom:1em}.cmb-remove-row{text-align:right}.empty-row.hidden{display:none}.cmb-repeatable-group .cmb-th{padding:5px}.cmb-repeatable-group .cmb-group-title{background-color:#e9e9e9;padding:8px 12px 8px 2.2em;margin:0 -1em;min-height:1.5em;font-size:14px;line-height:1.4}.cmb-repeatable-group .cmb-group-title h4{border:0;margin:0;font-size:1.2em;font-weight:500;padding:.5em .75em}.cmb-repeatable-group .cmb-group-title .cmb-th{display:block;width:100%}.cmb-repeatable-group .cmb-group-description .cmb-th{font-size:1.2em;display:block;float:none;padding-bottom:1em;text-align:left;width:100%}.cmb-repeatable-group .cmb-group-description .cmb-th label{display:block;margin-top:0;padding-bottom:5px}.cmb-repeatable-group .cmb-group-description .cmb-th label:after{border-bottom:1px solid #e9e9e9;content:'';clear:both;display:block;padding-top:.4em}.cmb-repeatable-group .cmb-shift-rows{font-size:1em;margin-right:1em;text-decoration:none}.cmb-repeatable-group .cmb-shift-rows .dashicons{font-size:1.5em;height:1.5em;line-height:1.2em;width:1em}.cmb-repeatable-group .cmb-shift-rows .dashicons.dashicons-arrow-down-alt2{line-height:1.3em}.cmb-repeatable-group .cmb2-upload-button{float:right}p.cmb2-metabox-description{color:#aaa;font-style:italic;margin:0;padding-top:.5em}span.cmb2-metabox-description{color:#aaa;font-style:italic}.cmb2-metabox-title{margin:0 0 5px;padding:5px 0 0;font-size:14px}.cmb-inline ul{padding:4px 0 0}.cmb-inline li{display:inline-block;padding-right:18px}.cmb-type-textarea-code pre{margin:0}.cmb2-media-status .img-status{clear:none;display:inline-block;vertical-align:middle;margin-right:10px;width:auto}.cmb2-media-status .img-status img{max-width:350px;height:auto}.cmb2-media-status .embed-status,.cmb2-media-status .img-status img{background:#fff;border:1px solid #e9e9e9;border-radius:2px;-moz-border-radius:2px;margin:15px 0 0;padding:5px}.cmb2-media-status .embed-status{float:left;max-width:800px}.cmb2-media-status .embed-status,.cmb2-media-status .img-status{position:relative}.cmb2-media-status .embed-status .cmb2-remove-file-button,.cmb2-media-status .img-status .cmb2-remove-file-button{background:url(../images/ico-delete.png);height:16px;left:-5px;position:absolute;text-indent:-9999px;top:-5px;width:16px}.cmb2-media-status .img-status .cmb2-remove-file-button{top:10px}.cmb2-media-status .file-status>span,.cmb2-media-status .img-status img{cursor:pointer}.cmb-type-file-list .cmb2-media-status .img-status{clear:none;vertical-align:middle;width:auto;margin-right:10px;margin-bottom:10px;margin-top:0}.cmb-attach-list li{clear:both;display:inline-block;width:100%;margin-top:5px;margin-bottom:10px}.cmb-attach-list li img{cursor:move;float:left;margin-right:10px}.cmb2-remove-wrapper{margin:0}.child-cmb2 .cmb-th{text-align:left}#poststuff .cmb-group-title{margin-left:-1em;margin-right:-1em;min-height:1.5em}#poststuff .repeatable .cmb-group-title{padding-left:2.2em}.cmb-type-group .cmb2-wrap,.cmb2-postbox .cmb2-wrap{margin:0}.cmb-type-group .cmb2-wrap>.cmb-field-list>.cmb-row,.cmb2-postbox .cmb2-wrap>.cmb-field-list>.cmb-row{padding:1.8em 0}.cmb-type-group .cmb2-wrap input[type=text].cmb2-oembed,.cmb2-postbox .cmb2-wrap input[type=text].cmb2-oembed{width:100%}.cmb-type-group .cmb-row,.cmb2-postbox .cmb-row{padding:0 0 1.8em;margin:0 0 .8em}.cmb-type-group .cmb-row .cmbhandle,.cmb2-postbox .cmb-row .cmbhandle{right:-1em;position:relative}.cmb-type-group .cmb-repeatable-grouping,.cmb2-postbox .cmb-repeatable-grouping{padding:0 1em;max-width:100%;min-width:1px!important}.cmb-type-group .cmb-repeatable-group>.cmb-row,.cmb2-postbox .cmb-repeatable-group>.cmb-row{padding-bottom:0}.cmb-type-group .cmb-th,.cmb2-postbox .cmb-th{width:18%;padding:0 2% 0 0}.cmb-type-group .cmb-td,.cmb2-postbox .cmb-td{margin-bottom:0;padding:0;line-height:1.3}.cmb-type-group .cmb-repeat-row .cmb-td,.cmb2-postbox .cmb-repeat-row .cmb-td{padding-bottom:1.8em}.cmb-type-group .cmb-th+.cmb-td,.cmb2-postbox .cmb-th+.cmb-td{width:80%;float:right}.cmb-type-group .cmb-repeatable-group:not(:last-of-type),.cmb-type-group .cmb-row:not(:last-of-type),.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),.cmb2-postbox .cmb-row:not(:last-of-type){border-bottom:1px solid #e9e9e9}.cmb-type-group .cmb-remove-field-row,.cmb-type-group .cmb-repeat-group-field,.cmb2-postbox .cmb-remove-field-row,.cmb2-postbox .cmb-repeat-group-field{padding-top:1.8em}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody,.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody,.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody,.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody{display:table;width:100%}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text,.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text,.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text,.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody input.regular-text{width:100%}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row),.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row),.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row),.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(.hidden):not(.empty-row){display:table-row}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td,.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td,.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td,.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td{display:table-cell;float:none;width:100%}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td,.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td,.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td,.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-row:not(:first-of-type) .cmb-td{padding-top:1.8em}.cmb-type-group .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row,.cmb-type-group .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row,.cmb2-postbox .cmb2-metabox>.cmb-row .cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row,.cmb2-postbox .cmb2-metabox>.cmb-row.table-layout .cmb-repeat-table .cmb-tbody .cmb-td.cmb-remove-row{padding-right:0}.js .cmb2-postbox.context-box .toggle-indicator:before{content:"\f142";display:inline-block;font:400 20px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.js .cmb2-postbox.context-box.closed .toggle-indicator:before{content:"\f140"}.cmb2-postbox.context-box{margin-bottom:10px}.cmb2-postbox.context-box.context-after_title-box,.cmb2-postbox.context-box.context-before_permalink-box{margin-top:10px}.cmb2-postbox.context-box.context-after_editor-box{margin-top:20px;margin-bottom:0}.cmb2-postbox.context-box.context-form_top-box{margin-top:10px}.cmb2-postbox.context-box.context-form_top-box .hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.cmb2-postbox.context-box .hndle{cursor:auto}.cmb2-context-wrap{margin-top:10px}.cmb2-context-wrap.cmb2-context-wrap-form_top{margin-right:300px;width:auto}.cmb2-context-wrap.cmb2-context-wrap-no-title .cmb2-metabox{padding:10px}.cmb2-context-wrap .cmb-th{padding:0 2% 0 0;width:18%}.cmb2-context-wrap .cmb-td{width:80%;padding:0}.cmb2-context-wrap .cmb-row{margin-bottom:10px}.cmb2-context-wrap .cmb-row:last-of-type{margin-bottom:0}#poststuff .cmb-repeatable-group h2{margin:0}.edit-tags-php .cmb2-metabox-title,.profile-php .cmb2-metabox-title,.user-edit-php .cmb2-metabox-title{font-size:1.4em}.cmb2-options-page .cmb2-metabox-title{font-size:1.3em;margin:1em 0}.cmb2-options-page .cmb2-metabox-title+p.cmb2-metabox-description{margin-top:-1.6em;margin-bottom:.8em}.cmb2-no-box-wrap .cmb-spinner,.cmb2-postbox .cmb-spinner{float:left;display:none}.cmb-spinner{display:none}.cmb-spinner.is-active{display:block}#side-sortables .cmb2-wrap>.cmb-field-list>.cmb-row,.inner-sidebar .cmb2-wrap>.cmb-field-list>.cmb-row{padding:1.4em 0}#side-sortables .cmb2-wrap input[type=text]:not(.wp-color-picker),.inner-sidebar .cmb2-wrap input[type=text]:not(.wp-color-picker){width:100%}#side-sortables .cmb2-wrap input+input:not(.wp-picker-clear),#side-sortables .cmb2-wrap input+select,.inner-sidebar .cmb2-wrap input+input:not(.wp-picker-clear),.inner-sidebar .cmb2-wrap input+select{margin-left:0;margin-top:1em;display:block}#side-sortables .cmb2-wrap input.cmb2-text-money,.inner-sidebar .cmb2-wrap input.cmb2-text-money{max-width:70%}#side-sortables .cmb2-wrap input.cmb2-text-money+.cmb2-metabox-description,.inner-sidebar .cmb2-wrap input.cmb2-text-money+.cmb2-metabox-description{display:block}#side-sortables .cmb2-wrap label,.inner-sidebar .cmb2-wrap label{display:block;font-weight:700;padding:0 0 5px}#side-sortables textarea,.inner-sidebar textarea{max-width:99%}#side-sortables .cmb-repeatable-group,.inner-sidebar .cmb-repeatable-group{border-bottom:1px solid #e9e9e9}#side-sortables .cmb-type-group>.cmb-td>.cmb-repeatable-group,.inner-sidebar .cmb-type-group>.cmb-td>.cmb-repeatable-group{border-bottom:0;margin-bottom:-1.4em}#side-sortables .cmb-td,#side-sortables .cmb-th,#side-sortables .cmb-th+.cmb-td,.inner-sidebar .cmb-td,.inner-sidebar .cmb-th,.inner-sidebar .cmb-th+.cmb-td{width:100%;display:block;float:none}#side-sortables .closed .inside,.inner-sidebar .closed .inside{display:none}#side-sortables .cmb-td .cmb-td,.inner-sidebar .cmb-td .cmb-td{padding-bottom:1em}#side-sortables .cmb-th,.inner-sidebar .cmb-th{display:block;float:none;padding-bottom:1em;text-align:left;width:100%;padding-left:0;padding-right:0}#side-sortables .cmb-th label,.inner-sidebar .cmb-th label{display:block;margin-top:0;padding-bottom:5px}#side-sortables .cmb-th label:after,.inner-sidebar .cmb-th label:after{border-bottom:1px solid #e9e9e9;content:'';clear:both;display:block;padding-top:.4em}#side-sortables .cmb-th label,.inner-sidebar .cmb-th label{font-size:14px;line-height:1.4em}#side-sortables .cmb-group-description .cmb-th,.inner-sidebar .cmb-group-description .cmb-th{padding-top:0}#side-sortables .cmb-group-description .cmb2-metabox-description,#side-sortables .cmb-group-title .cmb-th,.inner-sidebar .cmb-group-description .cmb2-metabox-description,.inner-sidebar .cmb-group-title .cmb-th{padding:0}#side-sortables .cmb-repeatable-grouping+.cmb-repeatable-grouping,.inner-sidebar .cmb-repeatable-grouping+.cmb-repeatable-grouping{margin-top:1em}#side-sortables .cmb2-media-status .embed-status img,#side-sortables .cmb2-media-status .img-status img,.inner-sidebar .cmb2-media-status .embed-status img,.inner-sidebar .cmb2-media-status .img-status img{max-width:90%;height:auto}#side-sortables .cmb2-list label,.inner-sidebar .cmb2-list label{display:inline;font-weight:400}#side-sortables .cmb2-metabox-description,.inner-sidebar .cmb2-metabox-description{display:block;padding:7px 0 0}#side-sortables .cmb-type-checkbox .cmb-td label,#side-sortables .cmb-type-checkbox .cmb2-metabox-description,.inner-sidebar .cmb-type-checkbox .cmb-td label,.inner-sidebar .cmb-type-checkbox .cmb2-metabox-description{font-weight:400;display:inline}#side-sortables .cmb-row .cmb2-metabox-description,.inner-sidebar .cmb-row .cmb2-metabox-description{padding-bottom:1.8em}#side-sortables .cmb2-metabox-title,.inner-sidebar .cmb2-metabox-title{font-size:1.2em;font-style:italic}#side-sortables .cmb-remove-row,.inner-sidebar .cmb-remove-row{clear:both;padding-top:12px;padding-bottom:0}#side-sortables .cmb-type-colorpicker .cmb-repeat-row .cmb-td,.inner-sidebar .cmb-type-colorpicker .cmb-repeat-row .cmb-td{width:auto;clear:none;float:left;padding-top:0}#side-sortables .cmb-type-colorpicker .cmb-repeat-row .cmb-td.cmb-remove-row,.inner-sidebar .cmb-type-colorpicker .cmb-repeat-row .cmb-td.cmb-remove-row{float:right;margin:0}#side-sortables .cmb2-upload-button,.inner-sidebar .cmb2-upload-button{clear:both;margin-top:12px}.cmb2-metabox .cmb-type-group{max-width:1000px}.cmb2-metabox .cmbhandle{color:#aaa;float:right;width:27px;height:30px;cursor:pointer;right:-1em;position:relative}.cmb2-metabox .cmbhandle:before{content:'\f142';right:12px;font:400 20px/1 dashicons;speak:none;display:inline-block;padding:8px 10px;top:0;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.cmb2-metabox .postbox.closed .cmbhandle:before{content:'\f140'}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row{-webkit-appearance:none!important;background:none!important;border:none!important;position:absolute;left:0;top:.5em;line-height:1em;padding:2px 6px 3px;opacity:.5}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]){cursor:pointer;color:#a00;opacity:1}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]):hover{color:red}* html .cmb2-element.ui-helper-clearfix{height:1%}.cmb2-element .ui-datepicker,.cmb2-element.ui-datepicker{padding:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff;border:1px solid #dfdfdf;border-top:none;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.075);box-shadow:0 3px 6px rgba(0,0,0,.075);min-width:17em;width:auto}.cmb2-element .ui-datepicker *,.cmb2-element.ui-datepicker *{padding:0;font-family:"Open Sans",sans-serif;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.cmb2-element .ui-datepicker table,.cmb2-element.ui-datepicker table{font-size:13px;margin:0;border:none;border-collapse:collapse}.cmb2-element .ui-datepicker .ui-datepicker-header,.cmb2-element .ui-datepicker .ui-widget-header,.cmb2-element.ui-datepicker .ui-datepicker-header,.cmb2-element.ui-datepicker .ui-widget-header{border:none;color:#fff;font-weight:400}.cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover,.cmb2-element.ui-datepicker .ui-datepicker-header .ui-state-hover{background:0 0;border-color:transparent;cursor:pointer}.cmb2-element .ui-datepicker .ui-datepicker-title,.cmb2-element.ui-datepicker .ui-datepicker-title{margin:0;padding:10px 0;color:#fff;font-size:14px;line-height:14px;text-align:center}.cmb2-element .ui-datepicker .ui-datepicker-title select,.cmb2-element.ui-datepicker .ui-datepicker-title select{margin-top:-8px;margin-bottom:-8px}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-prev{position:relative;top:0;height:34px;width:34px}.cmb2-element .ui-datepicker .ui-state-hover.ui-datepicker-next,.cmb2-element .ui-datepicker .ui-state-hover.ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-state-hover.ui-datepicker-next,.cmb2-element.ui-datepicker .ui-state-hover.ui-datepicker-prev{border:none}.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element .ui-datepicker .ui-datepicker-prev-hover,.cmb2-element.ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-prev-hover{left:0}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element .ui-datepicker .ui-datepicker-next-hover,.cmb2-element.ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-next-hover{right:0}.cmb2-element .ui-datepicker .ui-datepicker-next span,.cmb2-element .ui-datepicker .ui-datepicker-prev span,.cmb2-element.ui-datepicker .ui-datepicker-next span,.cmb2-element.ui-datepicker .ui-datepicker-prev span{display:none}.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-prev{float:left}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-next{float:right}.cmb2-element .ui-datepicker .ui-datepicker-next:before,.cmb2-element .ui-datepicker .ui-datepicker-prev:before,.cmb2-element.ui-datepicker .ui-datepicker-next:before,.cmb2-element.ui-datepicker .ui-datepicker-prev:before{font:400 20px/34px dashicons;padding-left:7px;color:#fff;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:34px;height:34px}.cmb2-element .ui-datepicker .ui-datepicker-prev:before,.cmb2-element.ui-datepicker .ui-datepicker-prev:before{content:'\f341'}.cmb2-element .ui-datepicker .ui-datepicker-next:before,.cmb2-element.ui-datepicker .ui-datepicker-next:before{content:'\f345'}.cmb2-element .ui-datepicker .ui-datepicker-next-hover:before,.cmb2-element .ui-datepicker .ui-datepicker-prev-hover:before,.cmb2-element.ui-datepicker .ui-datepicker-next-hover:before,.cmb2-element.ui-datepicker .ui-datepicker-prev-hover:before{opacity:.7}.cmb2-element .ui-datepicker select.ui-datepicker-month,.cmb2-element .ui-datepicker select.ui-datepicker-year,.cmb2-element.ui-datepicker select.ui-datepicker-month,.cmb2-element.ui-datepicker select.ui-datepicker-year{width:33%;background:0 0;border-color:transparent;box-shadow:none;color:#fff}.cmb2-element .ui-datepicker select.ui-datepicker-month option,.cmb2-element .ui-datepicker select.ui-datepicker-year option,.cmb2-element.ui-datepicker select.ui-datepicker-month option,.cmb2-element.ui-datepicker select.ui-datepicker-year option{color:#333}.cmb2-element .ui-datepicker thead,.cmb2-element.ui-datepicker thead{color:#fff;font-weight:600}.cmb2-element .ui-datepicker thead th,.cmb2-element.ui-datepicker thead th{font-weight:400}.cmb2-element .ui-datepicker th,.cmb2-element.ui-datepicker th{padding:10px}.cmb2-element .ui-datepicker td,.cmb2-element.ui-datepicker td{padding:0;border:1px solid #f4f4f4}.cmb2-element .ui-datepicker td.ui-datepicker-other-month,.cmb2-element.ui-datepicker td.ui-datepicker-other-month{border:transparent}.cmb2-element .ui-datepicker td.ui-datepicker-week-end,.cmb2-element.ui-datepicker td.ui-datepicker-week-end{background-color:#f4f4f4;border:1px solid #f4f4f4}.cmb2-element .ui-datepicker td.ui-datepicker-week-end.ui-datepicker-today,.cmb2-element.ui-datepicker td.ui-datepicker-week-end.ui-datepicker-today{-webkit-box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1);box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1)}.cmb2-element .ui-datepicker td.ui-datepicker-today,.cmb2-element.ui-datepicker td.ui-datepicker-today{background-color:#f0f0c0}.cmb2-element .ui-datepicker td.ui-datepicker-current-day,.cmb2-element.ui-datepicker td.ui-datepicker-current-day{background:#bd8}.cmb2-element .ui-datepicker td .ui-state-default,.cmb2-element.ui-datepicker td .ui-state-default{background:0 0;border:none;text-align:center;text-decoration:none;width:auto;display:block;padding:5px 10px;font-weight:400;color:#444}.cmb2-element .ui-datepicker td.ui-state-disabled .ui-state-default,.cmb2-element.ui-datepicker td.ui-state-disabled .ui-state-default{opacity:.5}.cmb2-element .ui-datepicker .ui-datepicker-header,.cmb2-element .ui-datepicker .ui-widget-header,.cmb2-element.ui-datepicker .ui-datepicker-header,.cmb2-element.ui-datepicker .ui-widget-header{background:#00a0d2}.cmb2-element .ui-datepicker thead,.cmb2-element.ui-datepicker thead{background:#32373c}.cmb2-element .ui-datepicker td .ui-state-active,.cmb2-element .ui-datepicker td .ui-state-hover,.cmb2-element.ui-datepicker td .ui-state-active,.cmb2-element.ui-datepicker td .ui-state-hover{background:#0073aa;color:#fff}.cmb2-element .ui-datepicker .ui-timepicker-div,.cmb2-element.ui-datepicker .ui-timepicker-div{font-size:14px}.cmb2-element .ui-datepicker .ui-timepicker-div dl,.cmb2-element.ui-datepicker .ui-timepicker-div dl{text-align:left;padding:0 .6em}.cmb2-element .ui-datepicker .ui-timepicker-div dl dt,.cmb2-element.ui-datepicker .ui-timepicker-div dl dt{float:left;clear:left;padding:0 0 0 5px}.cmb2-element .ui-datepicker .ui-timepicker-div dl dd,.cmb2-element.ui-datepicker .ui-timepicker-div dl dd{margin:0 10px 10px 40%}.cmb2-element .ui-datepicker .ui-timepicker-div dl dd select,.cmb2-element.ui-datepicker .ui-timepicker-div dl dd select{width:100%}.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane{padding:.6em;text-align:left}.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-primary,.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-secondary,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-primary,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-secondary{padding:0 10px 1px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin:0 .6em .4em .4em}.admin-color-fresh .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-fresh .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-fresh .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-fresh .cmb2-element.ui-datepicker .ui-widget-header{background:#00a0d2}.admin-color-fresh .cmb2-element .ui-datepicker thead,.admin-color-fresh .cmb2-element.ui-datepicker thead{background:#32373c}.admin-color-fresh .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-fresh .cmb2-element.ui-datepicker td .ui-state-hover{background:#0073aa;color:#fff}.admin-color-blue .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-blue .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-blue .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-blue .cmb2-element.ui-datepicker .ui-widget-header{background:#52accc}.admin-color-blue .cmb2-element .ui-datepicker thead,.admin-color-blue .cmb2-element.ui-datepicker thead{background:#4796b3}.admin-color-blue .cmb2-element .ui-datepicker td .ui-state-active,.admin-color-blue .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-blue .cmb2-element.ui-datepicker td .ui-state-active,.admin-color-blue .cmb2-element.ui-datepicker td .ui-state-hover{background:#096484;color:#fff}.admin-color-blue .cmb2-element .ui-datepicker td.ui-datepicker-today,.admin-color-blue .cmb2-element.ui-datepicker td.ui-datepicker-today{background:#eee}.admin-color-coffee .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-coffee .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-coffee .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-coffee .cmb2-element.ui-datepicker .ui-widget-header{background:#59524c}.admin-color-coffee .cmb2-element .ui-datepicker thead,.admin-color-coffee .cmb2-element.ui-datepicker thead{background:#46403c}.admin-color-coffee .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-coffee .cmb2-element.ui-datepicker td .ui-state-hover{background:#c7a589;color:#fff}.admin-color-ectoplasm .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-ectoplasm .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-ectoplasm .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-ectoplasm .cmb2-element.ui-datepicker .ui-widget-header{background:#523f6d}.admin-color-ectoplasm .cmb2-element .ui-datepicker thead,.admin-color-ectoplasm .cmb2-element.ui-datepicker thead{background:#413256}.admin-color-ectoplasm .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-ectoplasm .cmb2-element.ui-datepicker td .ui-state-hover{background:#a3b745;color:#fff}.admin-color-midnight .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-midnight .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-midnight .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-midnight .cmb2-element.ui-datepicker .ui-widget-header{background:#363b3f}.admin-color-midnight .cmb2-element .ui-datepicker thead,.admin-color-midnight .cmb2-element.ui-datepicker thead{background:#26292c}.admin-color-midnight .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-midnight .cmb2-element.ui-datepicker td .ui-state-hover{background:#e14d43;color:#fff}.admin-color-ocean .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-ocean .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-ocean .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-ocean .cmb2-element.ui-datepicker .ui-widget-header{background:#738e96}.admin-color-ocean .cmb2-element .ui-datepicker thead,.admin-color-ocean .cmb2-element.ui-datepicker thead{background:#627c83}.admin-color-ocean .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-ocean .cmb2-element.ui-datepicker td .ui-state-hover{background:#9ebaa0;color:#fff}.admin-color-sunrise .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-sunrise .cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover,.admin-color-sunrise .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-datepicker-header .ui-state-hover,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-widget-header{background:#cf4944}.admin-color-sunrise .cmb2-element .ui-datepicker th,.admin-color-sunrise .cmb2-element.ui-datepicker th{border-color:#be3631;background:#be3631}.admin-color-sunrise .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-sunrise .cmb2-element.ui-datepicker td .ui-state-hover{background:#dd823b;color:#fff}.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-light .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-light .cmb2-element.ui-datepicker .ui-widget-header{background:#e5e5e5}.admin-color-light .cmb2-element .ui-datepicker select.ui-datepicker-month,.admin-color-light .cmb2-element .ui-datepicker select.ui-datepicker-year,.admin-color-light .cmb2-element.ui-datepicker select.ui-datepicker-month,.admin-color-light .cmb2-element.ui-datepicker select.ui-datepicker-year{color:#555}.admin-color-light .cmb2-element .ui-datepicker thead,.admin-color-light .cmb2-element.ui-datepicker thead{background:#888}.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-next:before,.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-prev:before,.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-title,.admin-color-light .cmb2-element .ui-datepicker td .ui-state-default,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-next:before,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-prev:before,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-title,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-default{color:#555}.admin-color-light .cmb2-element .ui-datepicker td .ui-state-active,.admin-color-light .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-active,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-hover{background:#ccc}.admin-color-light .cmb2-element .ui-datepicker td.ui-datepicker-today,.admin-color-light .cmb2-element.ui-datepicker td.ui-datepicker-today{background:#eee}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-bbp-evergreen .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker .ui-widget-header{background:#56b274}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker thead,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker thead{background:#36533f}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker td .ui-state-hover{background:#446950;color:#fff}.admin-color-bbp-mint .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-bbp-mint .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-bbp-mint .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-bbp-mint .cmb2-element.ui-datepicker .ui-widget-header{background:#4ca26a}.admin-color-bbp-mint .cmb2-element .ui-datepicker thead,.admin-color-bbp-mint .cmb2-element.ui-datepicker thead{background:#4f6d59}.admin-color-bbp-mint .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-bbp-mint .cmb2-element.ui-datepicker td .ui-state-hover{background:#5fb37c;color:#fff}@media only screen and (max-width:850px){.cmb2-context-wrap.cmb2-context-wrap-form_top{margin-right:0}}@media (max-width:450px){.cmb-th{font-size:1.2em;padding-bottom:1em;text-align:left}.cmb-th label{display:block;margin-top:0;padding-bottom:5px}.cmb-th label:after{border-bottom:1px solid #e9e9e9;content:'';clear:both;display:block;padding-top:.4em}.cmb-td,.cmb-th,.cmb-th+.cmb-td{display:block;float:none;width:100%}.cmb-type-group .cmb-repeatable-group:not(:last-of-type),.cmb-type-group .cmb-row:not(:last-of-type),.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),.cmb2-postbox .cmb-row:not(:last-of-type){border-bottom:0}}
|
|
1 |
+
/*! CMB2 - v2.4.2 - 2018-05-29 | https://cmb2.io | Copyright (c) 2018 CMB2 team | Licensed GPLv2 */
|
2 |
+
.cmb2-wrap{margin:0}.cmb2-wrap input,.cmb2-wrap textarea{font-size:14px;max-width:100%;padding:5px}.cmb2-wrap input[type=text].cmb2-oembed{width:100%}.cmb2-wrap textarea{width:500px}.cmb2-wrap textarea.cmb2-textarea-code{font-family:"Courier 10 Pitch",Courier,monospace;line-height:16px}.cmb2-wrap input.cmb2-text-small,.cmb2-wrap input.cmb2-timepicker{width:100px}.cmb2-wrap input.cmb2-text-money{width:90px}.cmb2-wrap input.cmb2-text-medium{width:230px}.cmb2-wrap input.cmb2-upload-file{width:65%}.cmb2-wrap input.ed_button{padding:2px 4px}.cmb2-wrap input:not([type=hidden])+.button-secondary,.cmb2-wrap input:not([type=hidden])+input,.cmb2-wrap input:not([type=hidden])+select{margin-left:20px}.cmb2-wrap ul{margin:0}.cmb2-wrap li{font-size:14px;line-height:16px;margin:1px 0 5px}.cmb2-wrap select{font-size:14px;margin-top:3px}.cmb2-wrap input:focus,.cmb2-wrap textarea:focus{background:#fffff8}.cmb2-wrap input[type=checkbox],.cmb2-wrap input[type=radio]{margin:0 5px 0 0;padding:0}.cmb2-wrap .button-secondary,.cmb2-wrap button{white-space:nowrap}.cmb2-wrap .mceLayout{border:1px solid #e9e9e9!important}.cmb2-wrap .mceIframeContainer{background:#fff}.cmb2-wrap .meta_mce{width:97%}.cmb2-wrap .meta_mce textarea{width:100%}.cmb2-wrap .wp-color-result,.cmb2-wrap .wp-picker-input-wrap{vertical-align:middle}.cmb2-wrap .wp-color-result,.cmb2-wrap .wp-picker-container{margin:0 10px 0 0}.cmb2-wrap .cmb-row{margin:0}.cmb2-wrap .cmb-row:after{content:'';clear:both;display:block;width:100%}.cmb2-wrap .cmb-row.cmb-repeat .cmb2-metabox-description{padding-top:0;padding-bottom:1em}.cmb2-metabox{clear:both;margin:0}.cmb2-metabox .cmb-field-list>.cmb-row:first-of-type>.cmb-td,.cmb2-metabox .cmb-field-list>.cmb-row:first-of-type>.cmb-th,.cmb2-metabox>.cmb-row:first-of-type>.cmb-td,.cmb2-metabox>.cmb-row:first-of-type>.cmb-th{border:0}.cmb-add-row{margin:1.8em 0 0}.cmb-nested .cmb-td,.cmb-repeatable-group .cmb-th,.cmb-repeatable-group:first-of-type{border:0}.cmb-repeatable-group:last-of-type,.cmb-row:last-of-type,.cmb2-wrap .cmb-row:last-of-type{border-bottom:0}.cmb-repeatable-grouping{border:1px solid #e9e9e9;padding:0 1em}.cmb-repeatable-grouping.cmb-row{margin:0 0 .8em}.cmb-th{color:#222;float:left;font-weight:600;line-height:1.3;padding:20px 10px 20px 0;vertical-align:top;width:200px}.cmb-td{line-height:1.3;max-width:100%;padding:15px 10px;vertical-align:middle}.cmb-type-title .cmb-td{padding:0}.cmb-th label{display:block;padding:5px 0}.cmb-th+.cmb-td{float:left}.cmb-td .cmb-td{padding-bottom:1em}.cmb-remove-row{text-align:right}.empty-row.hidden{display:none}.cmb-repeat-table{background-color:#fafafa;border:1px solid #e1e1e1}.cmb-repeat-table .cmb-row.cmb-repeat-row{position:relative;counter-increment:el;margin:0;padding:10px 10px 10px 50px;border-bottom:none!important}.cmb-repeat-table .cmb-row.cmb-repeat-row+.cmb-repeat-row{border-top:solid 1px #e9e9e9}.cmb-repeat-table .cmb-row.cmb-repeat-row:before{content:counter(el);display:block;top:0;left:0;position:absolute;width:35px;height:100%;line-height:35px;color:#aaa;text-align:center;border-right:solid 1px #e9e9e9}.cmb-repeat-table .cmb-row.cmb-repeat-row .cmb-td{margin:0;padding:0}.cmb-repeat-table+.cmb-add-row{margin:0}.cmb-repeat-table+.cmb-add-row:before{content:'';width:1px;height:1.6em;display:block;margin-left:17px;background-color:#dcdcdc}.cmb-repeat-table .cmb-remove-row{top:7px;right:7px;position:absolute;width:auto;margin-left:0;padding:0!important;display:none}.cmb-repeat-table .cmb-remove-row>.cmb-remove-row-button{font-size:20px;text-indent:-1000px;overflow:hidden;position:relative;height:auto;line-height:1;padding:0 10px}.cmb-repeat-table .cmb-remove-row>.cmb-remove-row-button:before{content:"";font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center}.cmb-repeat-table .cmb-repeat-row:hover .cmb-remove-row{display:block}.cmb-repeatable-group .cmb-th{padding:5px}.cmb-repeatable-group .cmb-group-title{background-color:#e9e9e9;padding:8px 12px 8px 2.2em;margin:0 -1em;min-height:1.5em;font-size:14px;line-height:1.4}.cmb-repeatable-group .cmb-group-title h4{border:0;margin:0;font-size:1.2em;font-weight:500;padding:.5em .75em}.cmb-repeatable-group .cmb-group-title .cmb-th{display:block;width:100%}.cmb-repeatable-group .cmb-group-description .cmb-th{font-size:1.2em;display:block;float:none;padding-bottom:1em;text-align:left;width:100%}.cmb-repeatable-group .cmb-group-description .cmb-th label{display:block;margin-top:0;margin-bottom:.5em}.cmb-repeatable-group .cmb-shift-rows{font-size:1em;margin-right:1em;text-decoration:none}.cmb-repeatable-group .cmb-shift-rows .dashicons{font-size:1.5em;height:1.5em;line-height:1.2em;width:1em}.cmb-repeatable-group .cmb-shift-rows .dashicons.dashicons-arrow-down-alt2{line-height:1.3em}.cmb-repeatable-group .cmb2-upload-button{float:right}p.cmb2-metabox-description{color:#aaa;font-style:italic;margin:0;padding-top:.5em}span.cmb2-metabox-description{color:#aaa;font-style:italic}.cmb2-metabox-title{margin:0 0 5px;padding:5px 0 0;font-size:14px}.cmb-inline ul{padding:4px 0 0}.cmb-inline li{display:inline-block;padding-right:18px}.cmb-type-textarea-code pre{margin:0}.cmb2-media-status .img-status{clear:none;display:inline-block;vertical-align:middle;margin-right:10px;width:auto}.cmb2-media-status .img-status img{max-width:350px;height:auto}.cmb2-media-status .embed-status,.cmb2-media-status .img-status img{background:#eee;border:5px solid #fff;outline:1px solid #e9e9e9;box-shadow:inset 0 0 15px rgba(0,0,0,.3),inset 0 0 0 1px rgba(0,0,0,.05);background-image:linear-gradient(45deg,#d0d0d0 25%,transparent 25%,transparent 75%,#d0d0d0 75%,#d0d0d0),linear-gradient(45deg,#d0d0d0 25%,transparent 25%,transparent 75%,#d0d0d0 75%,#d0d0d0);background-position:0 0,10px 10px;background-size:20px 20px;border-radius:2px;-moz-border-radius:2px;margin:15px 0 0}.cmb2-media-status .embed-status{float:left;max-width:800px}.cmb2-media-status .embed-status,.cmb2-media-status .img-status{position:relative}.cmb2-media-status .embed-status .cmb2-remove-file-button,.cmb2-media-status .img-status .cmb2-remove-file-button{background:url(../images/ico-delete.png);height:16px;left:-5px;position:absolute;text-indent:-9999px;top:-5px;width:16px}.cmb2-media-status .img-status .cmb2-remove-file-button{top:10px}.cmb2-media-status .file-status>span,.cmb2-media-status .img-status img{cursor:pointer}.cmb2-media-status.cmb-attach-list .file-status>span,.cmb2-media-status.cmb-attach-list .img-status img{cursor:move}.cmb-type-file-list .cmb2-media-status .img-status{clear:none;vertical-align:middle;width:auto;margin-right:10px;margin-bottom:10px;margin-top:0}.cmb-attach-list li{clear:both;display:inline-block;width:100%;margin-top:5px;margin-bottom:10px}.cmb-attach-list li img{float:left;margin-right:10px}.cmb2-remove-wrapper{margin:0}.child-cmb2 .cmb-th{text-align:left}.cmb2-indented-hierarchy{padding-left:1.5em}#poststuff .cmb-group-title{margin-left:-1em;margin-right:-1em;min-height:1.5em}#poststuff .repeatable .cmb-group-title{padding-left:2.2em}.cmb-type-group .cmb2-wrap,.cmb2-postbox .cmb2-wrap{margin:0}.cmb-type-group .cmb2-wrap>.cmb-field-list>.cmb-row,.cmb2-postbox .cmb2-wrap>.cmb-field-list>.cmb-row{padding:1.8em 0}.cmb-type-group .cmb2-wrap input[type=text].cmb2-oembed,.cmb2-postbox .cmb2-wrap input[type=text].cmb2-oembed{width:100%}.cmb-type-group .cmb-row,.cmb2-postbox .cmb-row{padding:0 0 1.8em;margin:0 0 .8em}.cmb-type-group .cmb-row .cmbhandle,.cmb2-postbox .cmb-row .cmbhandle{right:-1em;position:relative}.cmb-type-group .cmb-repeatable-grouping,.cmb2-postbox .cmb-repeatable-grouping{padding:0 1em;max-width:100%;min-width:1px!important}.cmb-type-group .cmb-repeatable-group>.cmb-row,.cmb2-postbox .cmb-repeatable-group>.cmb-row{padding-bottom:0}.cmb-type-group .cmb-th,.cmb2-postbox .cmb-th{width:18%;padding:0 2% 0 0}.cmb-type-group .cmb-td,.cmb2-postbox .cmb-td{margin-bottom:0;padding:0;line-height:1.3}.cmb-type-group .cmb-th+.cmb-td,.cmb2-postbox .cmb-th+.cmb-td{width:80%;float:right}.cmb-type-group .cmb-repeatable-group:not(:last-of-type),.cmb-type-group .cmb-row:not(:last-of-type),.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),.cmb2-postbox .cmb-row:not(:last-of-type){border-bottom:1px solid #e9e9e9}.cmb-type-group .cmb-remove-field-row,.cmb-type-group .cmb-repeat-group-field,.cmb2-postbox .cmb-remove-field-row,.cmb2-postbox .cmb-repeat-group-field{padding-top:1.8em}.js .cmb2-postbox.context-box .toggle-indicator:before{content:"\f142";display:inline-block;font:400 20px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.js .cmb2-postbox.context-box.closed .toggle-indicator:before{content:"\f140"}.cmb2-postbox.context-box{margin-bottom:10px}.cmb2-postbox.context-box.context-after_title-box,.cmb2-postbox.context-box.context-before_permalink-box{margin-top:10px}.cmb2-postbox.context-box.context-after_editor-box{margin-top:20px;margin-bottom:0}.cmb2-postbox.context-box.context-form_top-box{margin-top:10px}.cmb2-postbox.context-box.context-form_top-box .hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4}.cmb2-postbox.context-box .hndle{cursor:auto}.cmb2-context-wrap{margin-top:10px}.cmb2-context-wrap.cmb2-context-wrap-form_top{margin-right:300px;width:auto}.cmb2-context-wrap.cmb2-context-wrap-no-title .cmb2-metabox{padding:10px}.cmb2-context-wrap .cmb-th{padding:0 2% 0 0;width:18%}.cmb2-context-wrap .cmb-td{width:80%;padding:0}.cmb2-context-wrap .cmb-row{margin-bottom:10px}.cmb2-context-wrap .cmb-row:last-of-type{margin-bottom:0}.cmb2-options-page{max-width:1200px}.cmb2-options-page.wrap>h2{margin-bottom:1em}.cmb2-options-page .cmb2-metabox>.cmb-row{padding:1em;margin-top:-1px;background:#fff;border:1px solid #e9e9e9;box-shadow:0 1px 1px rgba(0,0,0,.05)}.cmb2-options-page .cmb2-metabox>.cmb-row>.cmb-th{padding:0;font-weight:initial}.cmb2-options-page .cmb2-metabox>.cmb-row>.cmb-th+.cmb-td{float:none;padding:0 0 0 1em;margin-left:200px}.cmb2-options-page .cmb2-wrap .cmb-type-title{margin-top:1em;padding:.6em 1em;background-color:#fafafa}.cmb2-options-page .cmb2-wrap .cmb-type-title .cmb2-metabox-title{font-size:12px;margin-top:0;margin-bottom:0;text-transform:uppercase}.cmb2-options-page .cmb2-wrap .cmb-type-title .cmb2-metabox-description{padding-top:.25em}.cmb2-options-page .cmb-repeatable-group .cmb-group-description .cmb-th{padding:0 0 .8em}.cmb2-options-page .cmb-repeatable-group .cmb-group-name{font-size:16px;margin-top:0;margin-bottom:0}.cmb2-options-page .cmb-repeatable-group .cmb-th>.cmb2-metabox-description{font-weight:400;padding-bottom:0!important}#addtag .cmb-th{float:none;width:auto;padding:20px 0 0}#addtag .cmb-td{padding:0}#addtag .cmb-th+.cmb-td{float:none}#addtag select{max-width:100%}#addtag .cmb2-metabox{padding-bottom:20px}#addtag .cmb-row li label{display:inline}#poststuff .cmb-repeatable-group h2{margin:0}.edit-tags-php .cmb2-metabox-title,.profile-php .cmb2-metabox-title,.user-edit-php .cmb2-metabox-title{font-size:1.4em}.cmb2-no-box-wrap .cmb-spinner,.cmb2-postbox .cmb-spinner{float:left;display:none}.cmb-spinner{display:none}.cmb-spinner.is-active{display:block}#side-sortables .cmb2-wrap>.cmb-field-list>.cmb-row,.inner-sidebar .cmb2-wrap>.cmb-field-list>.cmb-row{padding:1.4em 0}#side-sortables .cmb2-wrap input[type=text]:not(.wp-color-picker),.inner-sidebar .cmb2-wrap input[type=text]:not(.wp-color-picker){width:100%}#side-sortables .cmb2-wrap input+input:not(.wp-picker-clear),#side-sortables .cmb2-wrap input+select,.inner-sidebar .cmb2-wrap input+input:not(.wp-picker-clear),.inner-sidebar .cmb2-wrap input+select{margin-left:0;margin-top:1em;display:block}#side-sortables .cmb2-wrap input.cmb2-text-money,.inner-sidebar .cmb2-wrap input.cmb2-text-money{max-width:70%}#side-sortables .cmb2-wrap input.cmb2-text-money+.cmb2-metabox-description,.inner-sidebar .cmb2-wrap input.cmb2-text-money+.cmb2-metabox-description{display:block}#side-sortables .cmb2-wrap label,.inner-sidebar .cmb2-wrap label{display:block;font-weight:700;padding:0 0 5px}#side-sortables textarea,.inner-sidebar textarea{max-width:99%}#side-sortables .cmb-repeatable-group,.inner-sidebar .cmb-repeatable-group{border-bottom:1px solid #e9e9e9}#side-sortables .cmb-type-group>.cmb-td>.cmb-repeatable-group,.inner-sidebar .cmb-type-group>.cmb-td>.cmb-repeatable-group{border-bottom:0;margin-bottom:-1.4em}#side-sortables .cmb-td:not(.cmb-remove-row),#side-sortables .cmb-th,#side-sortables .cmb-th+.cmb-td,.inner-sidebar .cmb-td:not(.cmb-remove-row),.inner-sidebar .cmb-th,.inner-sidebar .cmb-th+.cmb-td{width:100%;display:block;float:none}#side-sortables .closed .inside,.inner-sidebar .closed .inside{display:none}#side-sortables .cmb-th,.inner-sidebar .cmb-th{display:block;float:none;padding-bottom:1em;text-align:left;width:100%;padding-left:0;padding-right:0}#side-sortables .cmb-th label,.inner-sidebar .cmb-th label{display:block;margin-top:0;margin-bottom:.5em;font-size:14px;line-height:1.4em}#side-sortables .cmb-group-description .cmb-th,.inner-sidebar .cmb-group-description .cmb-th{padding-top:0}#side-sortables .cmb-group-description .cmb2-metabox-description,#side-sortables .cmb-group-title .cmb-th,.inner-sidebar .cmb-group-description .cmb2-metabox-description,.inner-sidebar .cmb-group-title .cmb-th{padding:0}#side-sortables .cmb-repeatable-grouping+.cmb-repeatable-grouping,.inner-sidebar .cmb-repeatable-grouping+.cmb-repeatable-grouping{margin-top:1em}#side-sortables .cmb2-media-status .embed-status img,#side-sortables .cmb2-media-status .img-status img,.inner-sidebar .cmb2-media-status .embed-status img,.inner-sidebar .cmb2-media-status .img-status img{max-width:90%;height:auto}#side-sortables .cmb2-list label,.inner-sidebar .cmb2-list label{display:inline;font-weight:400}#side-sortables .cmb2-metabox-description,.inner-sidebar .cmb2-metabox-description{display:block;padding:7px 0 0}#side-sortables .cmb-type-checkbox .cmb-td label,#side-sortables .cmb-type-checkbox .cmb2-metabox-description,.inner-sidebar .cmb-type-checkbox .cmb-td label,.inner-sidebar .cmb-type-checkbox .cmb2-metabox-description{font-weight:400;display:inline}#side-sortables .cmb-row .cmb2-metabox-description,.inner-sidebar .cmb-row .cmb2-metabox-description{padding-bottom:1.8em}#side-sortables .cmb2-metabox-title,.inner-sidebar .cmb2-metabox-title{font-size:1.2em;font-style:italic}#side-sortables .cmb-remove-row,.inner-sidebar .cmb-remove-row{clear:both;padding-top:12px;padding-bottom:0}#side-sortables .cmb2-upload-button,.inner-sidebar .cmb2-upload-button{clear:both;margin-top:12px}.cmb2-metabox .cmbhandle{color:#aaa;float:right;width:27px;height:30px;cursor:pointer;right:-1em;position:relative}.cmb2-metabox .cmbhandle:before{content:'\f142';right:12px;font:400 20px/1 dashicons;speak:none;display:inline-block;padding:8px 10px;top:0;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.cmb2-metabox .postbox.closed .cmbhandle:before{content:'\f140'}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row{-webkit-appearance:none!important;background:none!important;border:none!important;position:absolute;left:0;top:.5em;line-height:1em;padding:2px 6px 3px;opacity:.5}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]){cursor:pointer;color:#a00;opacity:1}.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]):hover{color:red}* html .cmb2-element.ui-helper-clearfix{height:1%}.cmb2-element .ui-datepicker,.cmb2-element.ui-datepicker{padding:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff;border:1px solid #dfdfdf;border-top:none;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.075);box-shadow:0 3px 6px rgba(0,0,0,.075);min-width:17em;width:auto}.cmb2-element .ui-datepicker *,.cmb2-element.ui-datepicker *{padding:0;font-family:"Open Sans",sans-serif;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.cmb2-element .ui-datepicker table,.cmb2-element.ui-datepicker table{font-size:13px;margin:0;border:none;border-collapse:collapse}.cmb2-element .ui-datepicker .ui-datepicker-header,.cmb2-element .ui-datepicker .ui-widget-header,.cmb2-element.ui-datepicker .ui-datepicker-header,.cmb2-element.ui-datepicker .ui-widget-header{border:none;color:#fff;font-weight:400}.cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover,.cmb2-element.ui-datepicker .ui-datepicker-header .ui-state-hover{background:0 0;border-color:transparent;cursor:pointer}.cmb2-element .ui-datepicker .ui-datepicker-title,.cmb2-element.ui-datepicker .ui-datepicker-title{margin:0;padding:10px 0;color:#fff;font-size:14px;line-height:14px;text-align:center}.cmb2-element .ui-datepicker .ui-datepicker-title select,.cmb2-element.ui-datepicker .ui-datepicker-title select{margin-top:-8px;margin-bottom:-8px}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-prev{position:relative;top:0;height:34px;width:34px}.cmb2-element .ui-datepicker .ui-state-hover.ui-datepicker-next,.cmb2-element .ui-datepicker .ui-state-hover.ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-state-hover.ui-datepicker-next,.cmb2-element.ui-datepicker .ui-state-hover.ui-datepicker-prev{border:none}.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element .ui-datepicker .ui-datepicker-prev-hover,.cmb2-element.ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-prev-hover{left:0}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element .ui-datepicker .ui-datepicker-next-hover,.cmb2-element.ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-next-hover{right:0}.cmb2-element .ui-datepicker .ui-datepicker-next span,.cmb2-element .ui-datepicker .ui-datepicker-prev span,.cmb2-element.ui-datepicker .ui-datepicker-next span,.cmb2-element.ui-datepicker .ui-datepicker-prev span{display:none}.cmb2-element .ui-datepicker .ui-datepicker-prev,.cmb2-element.ui-datepicker .ui-datepicker-prev{float:left}.cmb2-element .ui-datepicker .ui-datepicker-next,.cmb2-element.ui-datepicker .ui-datepicker-next{float:right}.cmb2-element .ui-datepicker .ui-datepicker-next:before,.cmb2-element .ui-datepicker .ui-datepicker-prev:before,.cmb2-element.ui-datepicker .ui-datepicker-next:before,.cmb2-element.ui-datepicker .ui-datepicker-prev:before{font:400 20px/34px dashicons;padding-left:7px;color:#fff;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:34px;height:34px}.cmb2-element .ui-datepicker .ui-datepicker-prev:before,.cmb2-element.ui-datepicker .ui-datepicker-prev:before{content:'\f341'}.cmb2-element .ui-datepicker .ui-datepicker-next:before,.cmb2-element.ui-datepicker .ui-datepicker-next:before{content:'\f345'}.cmb2-element .ui-datepicker .ui-datepicker-next-hover:before,.cmb2-element .ui-datepicker .ui-datepicker-prev-hover:before,.cmb2-element.ui-datepicker .ui-datepicker-next-hover:before,.cmb2-element.ui-datepicker .ui-datepicker-prev-hover:before{opacity:.7}.cmb2-element .ui-datepicker select.ui-datepicker-month,.cmb2-element .ui-datepicker select.ui-datepicker-year,.cmb2-element.ui-datepicker select.ui-datepicker-month,.cmb2-element.ui-datepicker select.ui-datepicker-year{width:33%;background:0 0;border-color:transparent;box-shadow:none;color:#fff}.cmb2-element .ui-datepicker select.ui-datepicker-month option,.cmb2-element .ui-datepicker select.ui-datepicker-year option,.cmb2-element.ui-datepicker select.ui-datepicker-month option,.cmb2-element.ui-datepicker select.ui-datepicker-year option{color:#333}.cmb2-element .ui-datepicker thead,.cmb2-element.ui-datepicker thead{color:#fff;font-weight:600}.cmb2-element .ui-datepicker thead th,.cmb2-element.ui-datepicker thead th{font-weight:400}.cmb2-element .ui-datepicker th,.cmb2-element.ui-datepicker th{padding:10px}.cmb2-element .ui-datepicker td,.cmb2-element.ui-datepicker td{padding:0;border:1px solid #f4f4f4}.cmb2-element .ui-datepicker td.ui-datepicker-other-month,.cmb2-element.ui-datepicker td.ui-datepicker-other-month{border:transparent}.cmb2-element .ui-datepicker td.ui-datepicker-week-end,.cmb2-element.ui-datepicker td.ui-datepicker-week-end{background-color:#f4f4f4;border:1px solid #f4f4f4}.cmb2-element .ui-datepicker td.ui-datepicker-week-end.ui-datepicker-today,.cmb2-element.ui-datepicker td.ui-datepicker-week-end.ui-datepicker-today{-webkit-box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1);box-shadow:inset 0 0 1px 0 rgba(0,0,0,.1)}.cmb2-element .ui-datepicker td.ui-datepicker-today,.cmb2-element.ui-datepicker td.ui-datepicker-today{background-color:#f0f0c0}.cmb2-element .ui-datepicker td.ui-datepicker-current-day,.cmb2-element.ui-datepicker td.ui-datepicker-current-day{background:#bd8}.cmb2-element .ui-datepicker td .ui-state-default,.cmb2-element.ui-datepicker td .ui-state-default{background:0 0;border:none;text-align:center;text-decoration:none;width:auto;display:block;padding:5px 10px;font-weight:400;color:#444}.cmb2-element .ui-datepicker td.ui-state-disabled .ui-state-default,.cmb2-element.ui-datepicker td.ui-state-disabled .ui-state-default{opacity:.5}.cmb2-element .ui-datepicker .ui-datepicker-header,.cmb2-element .ui-datepicker .ui-widget-header,.cmb2-element.ui-datepicker .ui-datepicker-header,.cmb2-element.ui-datepicker .ui-widget-header{background:#00a0d2}.cmb2-element .ui-datepicker thead,.cmb2-element.ui-datepicker thead{background:#32373c}.cmb2-element .ui-datepicker td .ui-state-active,.cmb2-element .ui-datepicker td .ui-state-hover,.cmb2-element.ui-datepicker td .ui-state-active,.cmb2-element.ui-datepicker td .ui-state-hover{background:#0073aa;color:#fff}.cmb2-element .ui-datepicker .ui-timepicker-div,.cmb2-element.ui-datepicker .ui-timepicker-div{font-size:14px}.cmb2-element .ui-datepicker .ui-timepicker-div dl,.cmb2-element.ui-datepicker .ui-timepicker-div dl{text-align:left;padding:0 .6em}.cmb2-element .ui-datepicker .ui-timepicker-div dl dt,.cmb2-element.ui-datepicker .ui-timepicker-div dl dt{float:left;clear:left;padding:0 0 0 5px}.cmb2-element .ui-datepicker .ui-timepicker-div dl dd,.cmb2-element.ui-datepicker .ui-timepicker-div dl dd{margin:0 10px 10px 40%}.cmb2-element .ui-datepicker .ui-timepicker-div dl dd select,.cmb2-element.ui-datepicker .ui-timepicker-div dl dd select{width:100%}.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane{padding:.6em;text-align:left}.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-primary,.cmb2-element .ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-secondary,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-primary,.cmb2-element.ui-datepicker .ui-timepicker-div+.ui-datepicker-buttonpane .button-secondary{padding:0 10px 1px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin:0 .6em .4em .4em}.admin-color-fresh .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-fresh .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-fresh .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-fresh .cmb2-element.ui-datepicker .ui-widget-header{background:#00a0d2}.admin-color-fresh .cmb2-element .ui-datepicker thead,.admin-color-fresh .cmb2-element.ui-datepicker thead{background:#32373c}.admin-color-fresh .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-fresh .cmb2-element.ui-datepicker td .ui-state-hover{background:#0073aa;color:#fff}.admin-color-blue .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-blue .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-blue .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-blue .cmb2-element.ui-datepicker .ui-widget-header{background:#52accc}.admin-color-blue .cmb2-element .ui-datepicker thead,.admin-color-blue .cmb2-element.ui-datepicker thead{background:#4796b3}.admin-color-blue .cmb2-element .ui-datepicker td .ui-state-active,.admin-color-blue .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-blue .cmb2-element.ui-datepicker td .ui-state-active,.admin-color-blue .cmb2-element.ui-datepicker td .ui-state-hover{background:#096484;color:#fff}.admin-color-blue .cmb2-element .ui-datepicker td.ui-datepicker-today,.admin-color-blue .cmb2-element.ui-datepicker td.ui-datepicker-today{background:#eee}.admin-color-coffee .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-coffee .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-coffee .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-coffee .cmb2-element.ui-datepicker .ui-widget-header{background:#59524c}.admin-color-coffee .cmb2-element .ui-datepicker thead,.admin-color-coffee .cmb2-element.ui-datepicker thead{background:#46403c}.admin-color-coffee .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-coffee .cmb2-element.ui-datepicker td .ui-state-hover{background:#c7a589;color:#fff}.admin-color-ectoplasm .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-ectoplasm .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-ectoplasm .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-ectoplasm .cmb2-element.ui-datepicker .ui-widget-header{background:#523f6d}.admin-color-ectoplasm .cmb2-element .ui-datepicker thead,.admin-color-ectoplasm .cmb2-element.ui-datepicker thead{background:#413256}.admin-color-ectoplasm .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-ectoplasm .cmb2-element.ui-datepicker td .ui-state-hover{background:#a3b745;color:#fff}.admin-color-midnight .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-midnight .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-midnight .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-midnight .cmb2-element.ui-datepicker .ui-widget-header{background:#363b3f}.admin-color-midnight .cmb2-element .ui-datepicker thead,.admin-color-midnight .cmb2-element.ui-datepicker thead{background:#26292c}.admin-color-midnight .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-midnight .cmb2-element.ui-datepicker td .ui-state-hover{background:#e14d43;color:#fff}.admin-color-ocean .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-ocean .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-ocean .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-ocean .cmb2-element.ui-datepicker .ui-widget-header{background:#738e96}.admin-color-ocean .cmb2-element .ui-datepicker thead,.admin-color-ocean .cmb2-element.ui-datepicker thead{background:#627c83}.admin-color-ocean .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-ocean .cmb2-element.ui-datepicker td .ui-state-hover{background:#9ebaa0;color:#fff}.admin-color-sunrise .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-sunrise .cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover,.admin-color-sunrise .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-datepicker-header .ui-state-hover,.admin-color-sunrise .cmb2-element.ui-datepicker .ui-widget-header{background:#cf4944}.admin-color-sunrise .cmb2-element .ui-datepicker th,.admin-color-sunrise .cmb2-element.ui-datepicker th{border-color:#be3631;background:#be3631}.admin-color-sunrise .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-sunrise .cmb2-element.ui-datepicker td .ui-state-hover{background:#dd823b;color:#fff}.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-light .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-light .cmb2-element.ui-datepicker .ui-widget-header{background:#e5e5e5}.admin-color-light .cmb2-element .ui-datepicker select.ui-datepicker-month,.admin-color-light .cmb2-element .ui-datepicker select.ui-datepicker-year,.admin-color-light .cmb2-element.ui-datepicker select.ui-datepicker-month,.admin-color-light .cmb2-element.ui-datepicker select.ui-datepicker-year{color:#555}.admin-color-light .cmb2-element .ui-datepicker thead,.admin-color-light .cmb2-element.ui-datepicker thead{background:#888}.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-next:before,.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-prev:before,.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-title,.admin-color-light .cmb2-element .ui-datepicker td .ui-state-default,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-next:before,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-prev:before,.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-title,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-default{color:#555}.admin-color-light .cmb2-element .ui-datepicker td .ui-state-active,.admin-color-light .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-active,.admin-color-light .cmb2-element.ui-datepicker td .ui-state-hover{background:#ccc}.admin-color-light .cmb2-element .ui-datepicker td.ui-datepicker-today,.admin-color-light .cmb2-element.ui-datepicker td.ui-datepicker-today{background:#eee}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-bbp-evergreen .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker .ui-widget-header{background:#56b274}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker thead,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker thead{background:#36533f}.admin-color-bbp-evergreen .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-bbp-evergreen .cmb2-element.ui-datepicker td .ui-state-hover{background:#446950;color:#fff}.admin-color-bbp-mint .cmb2-element .ui-datepicker .ui-datepicker-header,.admin-color-bbp-mint .cmb2-element .ui-datepicker .ui-widget-header,.admin-color-bbp-mint .cmb2-element.ui-datepicker .ui-datepicker-header,.admin-color-bbp-mint .cmb2-element.ui-datepicker .ui-widget-header{background:#4ca26a}.admin-color-bbp-mint .cmb2-element .ui-datepicker thead,.admin-color-bbp-mint .cmb2-element.ui-datepicker thead{background:#4f6d59}.admin-color-bbp-mint .cmb2-element .ui-datepicker td .ui-state-hover,.admin-color-bbp-mint .cmb2-element.ui-datepicker td .ui-state-hover{background:#5fb37c;color:#fff}@media only screen and (max-width:850px){.cmb2-context-wrap.cmb2-context-wrap-form_top{margin-right:0}}@media (max-width:450px){.cmb-th{font-size:1.2em;padding-bottom:1em;text-align:left}.cmb-th label{display:block;margin-top:0;margin-bottom:.5em}.cmb-td,.cmb-th,.cmb-th+.cmb-td{display:block;float:none;width:100%}.cmb-type-group .cmb-repeatable-group:not(:last-of-type),.cmb-type-group .cmb-row:not(:last-of-type),.cmb2-postbox .cmb-repeatable-group:not(:last-of-type),.cmb2-postbox .cmb-row:not(:last-of-type){border-bottom:0}.cmb2-options-page .cmb2-metabox>.cmb-row>.cmb-th+.cmb-td{padding:0;margin-left:0}}
|
includes/lib/cmb2/example-functions.php
ADDED
@@ -0,0 +1,788 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Include and setup custom metaboxes and fields. (make sure you copy this file to outside the CMB2 directory)
|
4 |
+
*
|
5 |
+
* Be sure to replace all instances of 'yourprefix_' with your project's prefix.
|
6 |
+
* http://nacin.com/2010/05/11/in-wordpress-prefix-everything/
|
7 |
+
*
|
8 |
+
* @category YourThemeOrPlugin
|
9 |
+
* @package Demo_CMB2
|
10 |
+
* @license http://www.opensource.org/licenses/gpl-license.php GPL v2.0 (or later)
|
11 |
+
* @link https://github.com/CMB2/CMB2
|
12 |
+
*/
|
13 |
+
|
14 |
+
/**
|
15 |
+
* Get the bootstrap! If using the plugin from wordpress.org, REMOVE THIS!
|
16 |
+
*/
|
17 |
+
|
18 |
+
if ( file_exists( dirname( __FILE__ ) . '/cmb2/init.php' ) ) {
|
19 |
+
require_once dirname( __FILE__ ) . '/cmb2/init.php';
|
20 |
+
} elseif ( file_exists( dirname( __FILE__ ) . '/CMB2/init.php' ) ) {
|
21 |
+
require_once dirname( __FILE__ ) . '/CMB2/init.php';
|
22 |
+
}
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Conditionally displays a metabox when used as a callback in the 'show_on_cb' cmb2_box parameter
|
26 |
+
*
|
27 |
+
* @param CMB2 $cmb CMB2 object.
|
28 |
+
*
|
29 |
+
* @return bool True if metabox should show
|
30 |
+
*/
|
31 |
+
function yourprefix_show_if_front_page( $cmb ) {
|
32 |
+
// Don't show this metabox if it's not the front page template.
|
33 |
+
if ( get_option( 'page_on_front' ) !== $cmb->object_id ) {
|
34 |
+
return false;
|
35 |
+
}
|
36 |
+
return true;
|
37 |
+
}
|
38 |
+
|
39 |
+
/**
|
40 |
+
* Conditionally displays a field when used as a callback in the 'show_on_cb' field parameter
|
41 |
+
*
|
42 |
+
* @param CMB2_Field $field Field object.
|
43 |
+
*
|
44 |
+
* @return bool True if metabox should show
|
45 |
+
*/
|
46 |
+
function yourprefix_hide_if_no_cats( $field ) {
|
47 |
+
// Don't show this field if not in the cats category.
|
48 |
+
if ( ! has_tag( 'cats', $field->object_id ) ) {
|
49 |
+
return false;
|
50 |
+
}
|
51 |
+
return true;
|
52 |
+
}
|
53 |
+
|
54 |
+
/**
|
55 |
+
* Manually render a field.
|
56 |
+
*
|
57 |
+
* @param array $field_args Array of field arguments.
|
58 |
+
* @param CMB2_Field $field The field object.
|
59 |
+
*/
|
60 |
+
function yourprefix_render_row_cb( $field_args, $field ) {
|
61 |
+
$classes = $field->row_classes();
|
62 |
+
$id = $field->args( 'id' );
|
63 |
+
$label = $field->args( 'name' );
|
64 |
+
$name = $field->args( '_name' );
|
65 |
+
$value = $field->escaped_value();
|
66 |
+
$description = $field->args( 'description' );
|
67 |
+
?>
|
68 |
+
<div class="custom-field-row <?php echo esc_attr( $classes ); ?>">
|
69 |
+
<p><label for="<?php echo esc_attr( $id ); ?>"><?php echo esc_html( $label ); ?></label></p>
|
70 |
+
<p><input id="<?php echo esc_attr( $id ); ?>" type="text" name="<?php echo esc_attr( $name ); ?>" value="<?php echo $value; ?>"/></p>
|
71 |
+
<p class="description"><?php echo esc_html( $description ); ?></p>
|
72 |
+
</div>
|
73 |
+
<?php
|
74 |
+
}
|
75 |
+
|
76 |
+
/**
|
77 |
+
* Manually render a field column display.
|
78 |
+
*
|
79 |
+
* @param array $field_args Array of field arguments.
|
80 |
+
* @param CMB2_Field $field The field object.
|
81 |
+
*/
|
82 |
+
function yourprefix_display_text_small_column( $field_args, $field ) {
|
83 |
+
?>
|
84 |
+
<div class="custom-column-display <?php echo esc_attr( $field->row_classes() ); ?>">
|
85 |
+
<p><?php echo $field->escaped_value(); ?></p>
|
86 |
+
<p class="description"><?php echo esc_html( $field->args( 'description' ) ); ?></p>
|
87 |
+
</div>
|
88 |
+
<?php
|
89 |
+
}
|
90 |
+
|
91 |
+
/**
|
92 |
+
* Conditionally displays a message if the $post_id is 2
|
93 |
+
*
|
94 |
+
* @param array $field_args Array of field parameters.
|
95 |
+
* @param CMB2_Field $field Field object.
|
96 |
+
*/
|
97 |
+
function yourprefix_before_row_if_2( $field_args, $field ) {
|
98 |
+
if ( 2 == $field->object_id ) {
|
99 |
+
echo '<p>Testing <b>"before_row"</b> parameter (on $post_id 2)</p>';
|
100 |
+
} else {
|
101 |
+
echo '<p>Testing <b>"before_row"</b> parameter (<b>NOT</b> on $post_id 2)</p>';
|
102 |
+
}
|
103 |
+
}
|
104 |
+
|
105 |
+
add_action( 'cmb2_admin_init', 'yourprefix_register_demo_metabox' );
|
106 |
+
/**
|
107 |
+
* Hook in and add a demo metabox. Can only happen on the 'cmb2_admin_init' or 'cmb2_init' hook.
|
108 |
+
*/
|
109 |
+
function yourprefix_register_demo_metabox() {
|
110 |
+
$prefix = 'yourprefix_demo_';
|
111 |
+
|
112 |
+
/**
|
113 |
+
* Sample metabox to demonstrate each field type included
|
114 |
+
*/
|
115 |
+
$cmb_demo = new_cmb2_box( array(
|
116 |
+
'id' => $prefix . 'metabox',
|
117 |
+
'title' => esc_html__( 'Test Metabox', 'cmb2' ),
|
118 |
+
'object_types' => array( 'page' ), // Post type
|
119 |
+
// 'show_on_cb' => 'yourprefix_show_if_front_page', // function should return a bool value
|
120 |
+
// 'context' => 'normal',
|
121 |
+
// 'priority' => 'high',
|
122 |
+
// 'show_names' => true, // Show field names on the left
|
123 |
+
// 'cmb_styles' => false, // false to disable the CMB stylesheet
|
124 |
+
// 'closed' => true, // true to keep the metabox closed by default
|
125 |
+
// 'classes' => 'extra-class', // Extra cmb2-wrap classes
|
126 |
+
// 'classes_cb' => 'yourprefix_add_some_classes', // Add classes through a callback.
|
127 |
+
) );
|
128 |
+
|
129 |
+
$cmb_demo->add_field( array(
|
130 |
+
'name' => esc_html__( 'Test Text', 'cmb2' ),
|
131 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
132 |
+
'id' => $prefix . 'text',
|
133 |
+
'type' => 'text',
|
134 |
+
'show_on_cb' => 'yourprefix_hide_if_no_cats', // function should return a bool value
|
135 |
+
// 'sanitization_cb' => 'my_custom_sanitization', // custom sanitization callback parameter
|
136 |
+
// 'escape_cb' => 'my_custom_escaping', // custom escaping callback parameter
|
137 |
+
// 'on_front' => false, // Optionally designate a field to wp-admin only
|
138 |
+
// 'repeatable' => true,
|
139 |
+
// 'column' => true, // Display field value in the admin post-listing columns
|
140 |
+
) );
|
141 |
+
|
142 |
+
$cmb_demo->add_field( array(
|
143 |
+
'name' => esc_html__( 'Test Text Small', 'cmb2' ),
|
144 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
145 |
+
'id' => $prefix . 'textsmall',
|
146 |
+
'type' => 'text_small',
|
147 |
+
// 'repeatable' => true,
|
148 |
+
// 'column' => array(
|
149 |
+
// 'name' => esc_html__( 'Column Title', 'cmb2' ), // Set the admin column title
|
150 |
+
// 'position' => 2, // Set as the second column.
|
151 |
+
// );
|
152 |
+
// 'display_cb' => 'yourprefix_display_text_small_column', // Output the display of the column values through a callback.
|
153 |
+
) );
|
154 |
+
|
155 |
+
$cmb_demo->add_field( array(
|
156 |
+
'name' => esc_html__( 'Test Text Medium', 'cmb2' ),
|
157 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
158 |
+
'id' => $prefix . 'textmedium',
|
159 |
+
'type' => 'text_medium',
|
160 |
+
) );
|
161 |
+
|
162 |
+
$cmb_demo->add_field( array(
|
163 |
+
'name' => esc_html__( 'Read-only Disabled Field', 'cmb2' ),
|
164 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
165 |
+
'id' => $prefix . 'readonly',
|
166 |
+
'type' => 'text_medium',
|
167 |
+
'default' => esc_attr__( 'Hey there, I\'m a read-only field', 'cmb2' ),
|
168 |
+
'save_field' => false, // Disables the saving of this field.
|
169 |
+
'attributes' => array(
|
170 |
+
'disabled' => 'disabled',
|
171 |
+
'readonly' => 'readonly',
|
172 |
+
),
|
173 |
+
) );
|
174 |
+
|
175 |
+
$cmb_demo->add_field( array(
|
176 |
+
'name' => esc_html__( 'Custom Rendered Field', 'cmb2' ),
|
177 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
178 |
+
'id' => $prefix . 'render_row_cb',
|
179 |
+
'type' => 'text',
|
180 |
+
'render_row_cb' => 'yourprefix_render_row_cb',
|
181 |
+
) );
|
182 |
+
|
183 |
+
$cmb_demo->add_field( array(
|
184 |
+
'name' => esc_html__( 'Website URL', 'cmb2' ),
|
185 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
186 |
+
'id' => $prefix . 'url',
|
187 |
+
'type' => 'text_url',
|
188 |
+
// 'protocols' => array('http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet'), // Array of allowed protocols
|
189 |
+
// 'repeatable' => true,
|
190 |
+
) );
|
191 |
+
|
192 |
+
$cmb_demo->add_field( array(
|
193 |
+
'name' => esc_html__( 'Test Text Email', 'cmb2' ),
|
194 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
195 |
+
'id' => $prefix . 'email',
|
196 |
+
'type' => 'text_email',
|
197 |
+
// 'repeatable' => true,
|
198 |
+
) );
|
199 |
+
|
200 |
+
$cmb_demo->add_field( array(
|
201 |
+
'name' => esc_html__( 'Test Time', 'cmb2' ),
|
202 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
203 |
+
'id' => $prefix . 'time',
|
204 |
+
'type' => 'text_time',
|
205 |
+
// 'time_format' => 'H:i', // Set to 24hr format
|
206 |
+
) );
|
207 |
+
|
208 |
+
$cmb_demo->add_field( array(
|
209 |
+
'name' => esc_html__( 'Time zone', 'cmb2' ),
|
210 |
+
'desc' => esc_html__( 'Time zone', 'cmb2' ),
|
211 |
+
'id' => $prefix . 'timezone',
|
212 |
+
'type' => 'select_timezone',
|
213 |
+
) );
|
214 |
+
|
215 |
+
$cmb_demo->add_field( array(
|
216 |
+
'name' => esc_html__( 'Test Date Picker', 'cmb2' ),
|
217 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
218 |
+
'id' => $prefix . 'textdate',
|
219 |
+
'type' => 'text_date',
|
220 |
+
// 'date_format' => 'Y-m-d',
|
221 |
+
) );
|
222 |
+
|
223 |
+
$cmb_demo->add_field( array(
|
224 |
+
'name' => esc_html__( 'Test Date Picker (UNIX timestamp)', 'cmb2' ),
|
225 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
226 |
+
'id' => $prefix . 'textdate_timestamp',
|
227 |
+
'type' => 'text_date_timestamp',
|
228 |
+
// 'timezone_meta_key' => $prefix . 'timezone', // Optionally make this field honor the timezone selected in the select_timezone specified above
|
229 |
+
) );
|
230 |
+
|
231 |
+
$cmb_demo->add_field( array(
|
232 |
+
'name' => esc_html__( 'Test Date/Time Picker Combo (UNIX timestamp)', 'cmb2' ),
|
233 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
234 |
+
'id' => $prefix . 'datetime_timestamp',
|
235 |
+
'type' => 'text_datetime_timestamp',
|
236 |
+
) );
|
237 |
+
|
238 |
+
// This text_datetime_timestamp_timezone field type
|
239 |
+
// is only compatible with PHP versions 5.3 or above.
|
240 |
+
// Feel free to uncomment and use if your server meets the requirement
|
241 |
+
// $cmb_demo->add_field( array(
|
242 |
+
// 'name' => esc_html__( 'Test Date/Time Picker/Time zone Combo (serialized DateTime object)', 'cmb2' ),
|
243 |
+
// 'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
244 |
+
// 'id' => $prefix . 'datetime_timestamp_timezone',
|
245 |
+
// 'type' => 'text_datetime_timestamp_timezone',
|
246 |
+
// ) );
|
247 |
+
|
248 |
+
$cmb_demo->add_field( array(
|
249 |
+
'name' => esc_html__( 'Test Money', 'cmb2' ),
|
250 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
251 |
+
'id' => $prefix . 'textmoney',
|
252 |
+
'type' => 'text_money',
|
253 |
+
// 'before_field' => '£', // override '$' symbol if needed
|
254 |
+
// 'repeatable' => true,
|
255 |
+
) );
|
256 |
+
|
257 |
+
$cmb_demo->add_field( array(
|
258 |
+
'name' => esc_html__( 'Test Color Picker', 'cmb2' ),
|
259 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
260 |
+
'id' => $prefix . 'colorpicker',
|
261 |
+
'type' => 'colorpicker',
|
262 |
+
'default' => '#ffffff',
|
263 |
+
// 'options' => array(
|
264 |
+
// 'alpha' => true, // Make this a rgba color picker.
|
265 |
+
// ),
|
266 |
+
// 'attributes' => array(
|
267 |
+
// 'data-colorpicker' => json_encode( array(
|
268 |
+
// 'palettes' => array( '#3dd0cc', '#ff834c', '#4fa2c0', '#0bc991', ),
|
269 |
+
// ) ),
|
270 |
+
// ),
|
271 |
+
) );
|
272 |
+
|
273 |
+
$cmb_demo->add_field( array(
|
274 |
+
'name' => esc_html__( 'Test Text Area', 'cmb2' ),
|
275 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
276 |
+
'id' => $prefix . 'textarea',
|
277 |
+
'type' => 'textarea',
|
278 |
+
) );
|
279 |
+
|
280 |
+
$cmb_demo->add_field( array(
|
281 |
+
'name' => esc_html__( 'Test Text Area Small', 'cmb2' ),
|
282 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
283 |
+
'id' => $prefix . 'textareasmall',
|
284 |
+
'type' => 'textarea_small',
|
285 |
+
) );
|
286 |
+
|
287 |
+
$cmb_demo->add_field( array(
|
288 |
+
'name' => esc_html__( 'Test Text Area for Code', 'cmb2' ),
|
289 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
290 |
+
'id' => $prefix . 'textarea_code',
|
291 |
+
'type' => 'textarea_code',
|
292 |
+
// 'attributes' => array(
|
293 |
+
// // Optionally override the code editor defaults.
|
294 |
+
// 'data-codeeditor' => json_encode( array(
|
295 |
+
// 'codemirror' => array(
|
296 |
+
// 'lineNumbers' => false,
|
297 |
+
// 'mode' => 'css',
|
298 |
+
// ),
|
299 |
+
// ) ),
|
300 |
+
// ),
|
301 |
+
// To keep the previous formatting, you can disable codemirror.
|
302 |
+
// 'options' => array( 'disable_codemirror' => true ),
|
303 |
+
) );
|
304 |
+
|
305 |
+
$cmb_demo->add_field( array(
|
306 |
+
'name' => esc_html__( 'Test Title Weeeee', 'cmb2' ),
|
307 |
+
'desc' => esc_html__( 'This is a title description', 'cmb2' ),
|
308 |
+
'id' => $prefix . 'title',
|
309 |
+
'type' => 'title',
|
310 |
+
) );
|
311 |
+
|
312 |
+
$cmb_demo->add_field( array(
|
313 |
+
'name' => esc_html__( 'Test Select', 'cmb2' ),
|
314 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
315 |
+
'id' => $prefix . 'select',
|
316 |
+
'type' => 'select',
|
317 |
+
'show_option_none' => true,
|
318 |
+
'options' => array(
|
319 |
+
'standard' => esc_html__( 'Option One', 'cmb2' ),
|
320 |
+
'custom' => esc_html__( 'Option Two', 'cmb2' ),
|
321 |
+
'none' => esc_html__( 'Option Three', 'cmb2' ),
|
322 |
+
),
|
323 |
+
) );
|
324 |
+
|
325 |
+
$cmb_demo->add_field( array(
|
326 |
+
'name' => esc_html__( 'Test Radio inline', 'cmb2' ),
|
327 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
328 |
+
'id' => $prefix . 'radio_inline',
|
329 |
+
'type' => 'radio_inline',
|
330 |
+
'show_option_none' => 'No Selection',
|
331 |
+
'options' => array(
|
332 |
+
'standard' => esc_html__( 'Option One', 'cmb2' ),
|
333 |
+
'custom' => esc_html__( 'Option Two', 'cmb2' ),
|
334 |
+
'none' => esc_html__( 'Option Three', 'cmb2' ),
|
335 |
+
),
|
336 |
+
) );
|
337 |
+
|
338 |
+
$cmb_demo->add_field( array(
|
339 |
+
'name' => esc_html__( 'Test Radio', 'cmb2' ),
|
340 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
341 |
+
'id' => $prefix . 'radio',
|
342 |
+
'type' => 'radio',
|
343 |
+
'options' => array(
|
344 |
+
'option1' => esc_html__( 'Option One', 'cmb2' ),
|
345 |
+
'option2' => esc_html__( 'Option Two', 'cmb2' ),
|
346 |
+
'option3' => esc_html__( 'Option Three', 'cmb2' ),
|
347 |
+
),
|
348 |
+
) );
|
349 |
+
|
350 |
+
$cmb_demo->add_field( array(
|
351 |
+
'name' => esc_html__( 'Test Taxonomy Radio', 'cmb2' ),
|
352 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
353 |
+
'id' => $prefix . 'text_taxonomy_radio',
|
354 |
+
'type' => 'taxonomy_radio', // Or `taxonomy_radio_inline`/`taxonomy_radio_hierarchical`
|
355 |
+
'taxonomy' => 'category', // Taxonomy Slug
|
356 |
+
// 'inline' => true, // Toggles display to inline
|
357 |
+
) );
|
358 |
+
|
359 |
+
$cmb_demo->add_field( array(
|
360 |
+
'name' => esc_html__( 'Test Taxonomy Select', 'cmb2' ),
|
361 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
362 |
+
'id' => $prefix . 'taxonomy_select',
|
363 |
+
'type' => 'taxonomy_select',
|
364 |
+
'taxonomy' => 'category', // Taxonomy Slug
|
365 |
+
) );
|
366 |
+
|
367 |
+
$cmb_demo->add_field( array(
|
368 |
+
'name' => esc_html__( 'Test Taxonomy Multi Checkbox', 'cmb2' ),
|
369 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
370 |
+
'id' => $prefix . 'multitaxonomy',
|
371 |
+
'type' => 'taxonomy_multicheck', // Or `taxonomy_multicheck_inline`/`taxonomy_multicheck_hierarchical`
|
372 |
+
'taxonomy' => 'post_tag', // Taxonomy Slug
|
373 |
+
// 'inline' => true, // Toggles display to inline
|
374 |
+
) );
|
375 |
+
|
376 |
+
$cmb_demo->add_field( array(
|
377 |
+
'name' => esc_html__( 'Test Checkbox', 'cmb2' ),
|
378 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
379 |
+
'id' => $prefix . 'checkbox',
|
380 |
+
'type' => 'checkbox',
|
381 |
+
) );
|
382 |
+
|
383 |
+
$cmb_demo->add_field( array(
|
384 |
+
'name' => esc_html__( 'Test Multi Checkbox', 'cmb2' ),
|
385 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
386 |
+
'id' => $prefix . 'multicheckbox',
|
387 |
+
'type' => 'multicheck',
|
388 |
+
// 'multiple' => true, // Store values in individual rows
|
389 |
+
'options' => array(
|
390 |
+
'check1' => esc_html__( 'Check One', 'cmb2' ),
|
391 |
+
'check2' => esc_html__( 'Check Two', 'cmb2' ),
|
392 |
+
'check3' => esc_html__( 'Check Three', 'cmb2' ),
|
393 |
+
),
|
394 |
+
// 'inline' => true, // Toggles display to inline
|
395 |
+
) );
|
396 |
+
|
397 |
+
$cmb_demo->add_field( array(
|
398 |
+
'name' => esc_html__( 'Test wysiwyg', 'cmb2' ),
|
399 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
400 |
+
'id' => $prefix . 'wysiwyg',
|
401 |
+
'type' => 'wysiwyg',
|
402 |
+
'options' => array(
|
403 |
+
'textarea_rows' => 5,
|
404 |
+
),
|
405 |
+
) );
|
406 |
+
|
407 |
+
$cmb_demo->add_field( array(
|
408 |
+
'name' => esc_html__( 'Test Image', 'cmb2' ),
|
409 |
+
'desc' => esc_html__( 'Upload an image or enter a URL.', 'cmb2' ),
|
410 |
+
'id' => $prefix . 'image',
|
411 |
+
'type' => 'file',
|
412 |
+
) );
|
413 |
+
|
414 |
+
$cmb_demo->add_field( array(
|
415 |
+
'name' => esc_html__( 'Multiple Files', 'cmb2' ),
|
416 |
+
'desc' => esc_html__( 'Upload or add multiple images/attachments.', 'cmb2' ),
|
417 |
+
'id' => $prefix . 'file_list',
|
418 |
+
'type' => 'file_list',
|
419 |
+
'preview_size' => array( 100, 100 ), // Default: array( 50, 50 )
|
420 |
+
) );
|
421 |
+
|
422 |
+
$cmb_demo->add_field( array(
|
423 |
+
'name' => esc_html__( 'oEmbed', 'cmb2' ),
|
424 |
+
'desc' => sprintf(
|
425 |
+
/* translators: %s: link to codex.wordpress.org/Embeds */
|
426 |
+
esc_html__( 'Enter a youtube, twitter, or instagram URL. Supports services listed at %s.', 'cmb2' ),
|
427 |
+
'<a href="https://codex.wordpress.org/Embeds">codex.wordpress.org/Embeds</a>'
|
428 |
+
),
|
429 |
+
'id' => $prefix . 'embed',
|
430 |
+
'type' => 'oembed',
|
431 |
+
) );
|
432 |
+
|
433 |
+
$cmb_demo->add_field( array(
|
434 |
+
'name' => 'Testing Field Parameters',
|
435 |
+
'id' => $prefix . 'parameters',
|
436 |
+
'type' => 'text',
|
437 |
+
'before_row' => 'yourprefix_before_row_if_2', // callback.
|
438 |
+
'before' => '<p>Testing <b>"before"</b> parameter</p>',
|
439 |
+
'before_field' => '<p>Testing <b>"before_field"</b> parameter</p>',
|
440 |
+
'after_field' => '<p>Testing <b>"after_field"</b> parameter</p>',
|
441 |
+
'after' => '<p>Testing <b>"after"</b> parameter</p>',
|
442 |
+
'after_row' => '<p>Testing <b>"after_row"</b> parameter</p>',
|
443 |
+
) );
|
444 |
+
|
445 |
+
}
|
446 |
+
|
447 |
+
add_action( 'cmb2_admin_init', 'yourprefix_register_about_page_metabox' );
|
448 |
+
/**
|
449 |
+
* Hook in and add a metabox that only appears on the 'About' page
|
450 |
+
*/
|
451 |
+
function yourprefix_register_about_page_metabox() {
|
452 |
+
$prefix = 'yourprefix_about_';
|
453 |
+
|
454 |
+
/**
|
455 |
+
* Metabox to be displayed on a single page ID
|
456 |
+
*/
|
457 |
+
$cmb_about_page = new_cmb2_box( array(
|
458 |
+
'id' => $prefix . 'metabox',
|
459 |
+
'title' => esc_html__( 'About Page Metabox', 'cmb2' ),
|
460 |
+
'object_types' => array( 'page' ), // Post type
|
461 |
+
'context' => 'normal',
|
462 |
+
'priority' => 'high',
|
463 |
+
'show_names' => true, // Show field names on the left
|
464 |
+
'show_on' => array(
|
465 |
+
'id' => array( 2 ),
|
466 |
+
), // Specific post IDs to display this metabox
|
467 |
+
) );
|
468 |
+
|
469 |
+
$cmb_about_page->add_field( array(
|
470 |
+
'name' => esc_html__( 'Test Text', 'cmb2' ),
|
471 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
472 |
+
'id' => $prefix . 'text',
|
473 |
+
'type' => 'text',
|
474 |
+
) );
|
475 |
+
|
476 |
+
}
|
477 |
+
|
478 |
+
add_action( 'cmb2_admin_init', 'yourprefix_register_repeatable_group_field_metabox' );
|
479 |
+
/**
|
480 |
+
* Hook in and add a metabox to demonstrate repeatable grouped fields
|
481 |
+
*/
|
482 |
+
function yourprefix_register_repeatable_group_field_metabox() {
|
483 |
+
$prefix = 'yourprefix_group_';
|
484 |
+
|
485 |
+
/**
|
486 |
+
* Repeatable Field Groups
|
487 |
+
*/
|
488 |
+
$cmb_group = new_cmb2_box( array(
|
489 |
+
'id' => $prefix . 'metabox',
|
490 |
+
'title' => esc_html__( 'Repeating Field Group', 'cmb2' ),
|
491 |
+
'object_types' => array( 'page' ),
|
492 |
+
) );
|
493 |
+
|
494 |
+
// $group_field_id is the field id string, so in this case: $prefix . 'demo'
|
495 |
+
$group_field_id = $cmb_group->add_field( array(
|
496 |
+
'id' => $prefix . 'demo',
|
497 |
+
'type' => 'group',
|
498 |
+
'description' => esc_html__( 'Generates reusable form entries', 'cmb2' ),
|
499 |
+
'options' => array(
|
500 |
+
'group_title' => esc_html__( 'Entry {#}', 'cmb2' ), // {#} gets replaced by row number
|
501 |
+
'add_button' => esc_html__( 'Add Another Entry', 'cmb2' ),
|
502 |
+
'remove_button' => esc_html__( 'Remove Entry', 'cmb2' ),
|
503 |
+
'sortable' => true,
|
504 |
+
// 'closed' => true, // true to have the groups closed by default
|
505 |
+
),
|
506 |
+
) );
|
507 |
+
|
508 |
+
/**
|
509 |
+
* Group fields works the same, except ids only need
|
510 |
+
* to be unique to the group. Prefix is not needed.
|
511 |
+
*
|
512 |
+
* The parent field's id needs to be passed as the first argument.
|
513 |
+
*/
|
514 |
+
$cmb_group->add_group_field( $group_field_id, array(
|
515 |
+
'name' => esc_html__( 'Entry Title', 'cmb2' ),
|
516 |
+
'id' => 'title',
|
517 |
+
'type' => 'text',
|
518 |
+
// 'repeatable' => true, // Repeatable fields are supported w/in repeatable groups (for most types)
|
519 |
+
) );
|
520 |
+
|
521 |
+
$cmb_group->add_group_field( $group_field_id, array(
|
522 |
+
'name' => esc_html__( 'Description', 'cmb2' ),
|
523 |
+
'description' => esc_html__( 'Write a short description for this entry', 'cmb2' ),
|
524 |
+
'id' => 'description',
|
525 |
+
'type' => 'textarea_small',
|
526 |
+
) );
|
527 |
+
|
528 |
+
$cmb_group->add_group_field( $group_field_id, array(
|
529 |
+
'name' => esc_html__( 'Entry Image', 'cmb2' ),
|
530 |
+
'id' => 'image',
|
531 |
+
'type' => 'file',
|
532 |
+
) );
|
533 |
+
|
534 |
+
$cmb_group->add_group_field( $group_field_id, array(
|
535 |
+
'name' => esc_html__( 'Image Caption', 'cmb2' ),
|
536 |
+
'id' => 'image_caption',
|
537 |
+
'type' => 'text',
|
538 |
+
) );
|
539 |
+
|
540 |
+
}
|
541 |
+
|
542 |
+
add_action( 'cmb2_admin_init', 'yourprefix_register_user_profile_metabox' );
|
543 |
+
/**
|
544 |
+
* Hook in and add a metabox to add fields to the user profile pages
|
545 |
+
*/
|
546 |
+
function yourprefix_register_user_profile_metabox() {
|
547 |
+
$prefix = 'yourprefix_user_';
|
548 |
+
|
549 |
+
/**
|
550 |
+
* Metabox for the user profile screen
|
551 |
+
*/
|
552 |
+
$cmb_user = new_cmb2_box( array(
|
553 |
+
'id' => $prefix . 'edit',
|
554 |
+
'title' => esc_html__( 'User Profile Metabox', 'cmb2' ), // Doesn't output for user boxes
|
555 |
+
'object_types' => array( 'user' ), // Tells CMB2 to use user_meta vs post_meta
|
556 |
+
'show_names' => true,
|
557 |
+
'new_user_section' => 'add-new-user', // where form will show on new user page. 'add-existing-user' is only other valid option.
|
558 |
+
) );
|
559 |
+
|
560 |
+
$cmb_user->add_field( array(
|
561 |
+
'name' => esc_html__( 'Extra Info', 'cmb2' ),
|
562 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
563 |
+
'id' => $prefix . 'extra_info',
|
564 |
+
'type' => 'title',
|
565 |
+
'on_front' => false,
|
566 |
+
) );
|
567 |
+
|
568 |
+
$cmb_user->add_field( array(
|
569 |
+
'name' => esc_html__( 'Avatar', 'cmb2' ),
|
570 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
571 |
+
'id' => $prefix . 'avatar',
|
572 |
+
'type' => 'file',
|
573 |
+
) );
|
574 |
+
|
575 |
+
$cmb_user->add_field( array(
|
576 |
+
'name' => esc_html__( 'Facebook URL', 'cmb2' ),
|
577 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
578 |
+
'id' => $prefix . 'facebookurl',
|
579 |
+
'type' => 'text_url',
|
580 |
+
) );
|
581 |
+
|
582 |
+
$cmb_user->add_field( array(
|
583 |
+
'name' => esc_html__( 'Twitter URL', 'cmb2' ),
|
584 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
585 |
+
'id' => $prefix . 'twitterurl',
|
586 |
+
'type' => 'text_url',
|
587 |
+
) );
|
588 |
+
|
589 |
+
$cmb_user->add_field( array(
|
590 |
+
'name' => esc_html__( 'Google+ URL', 'cmb2' ),
|
591 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
592 |
+
'id' => $prefix . 'googleplusurl',
|
593 |
+
'type' => 'text_url',
|
594 |
+
) );
|
595 |
+
|
596 |
+
$cmb_user->add_field( array(
|
597 |
+
'name' => esc_html__( 'Linkedin URL', 'cmb2' ),
|
598 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
599 |
+
'id' => $prefix . 'linkedinurl',
|
600 |
+
'type' => 'text_url',
|
601 |
+
) );
|
602 |
+
|
603 |
+
$cmb_user->add_field( array(
|
604 |
+
'name' => esc_html__( 'User Field', 'cmb2' ),
|
605 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
606 |
+
'id' => $prefix . 'user_text_field',
|
607 |
+
'type' => 'text',
|
608 |
+
) );
|
609 |
+
|
610 |
+
}
|
611 |
+
|
612 |
+
add_action( 'cmb2_admin_init', 'yourprefix_register_taxonomy_metabox' );
|
613 |
+
/**
|
614 |
+
* Hook in and add a metabox to add fields to taxonomy terms
|
615 |
+
*/
|
616 |
+
function yourprefix_register_taxonomy_metabox() {
|
617 |
+
$prefix = 'yourprefix_term_';
|
618 |
+
|
619 |
+
/**
|
620 |
+
* Metabox to add fields to categories and tags
|
621 |
+
*/
|
622 |
+
$cmb_term = new_cmb2_box( array(
|
623 |
+
'id' => $prefix . 'edit',
|
624 |
+
'title' => esc_html__( 'Category Metabox', 'cmb2' ), // Doesn't output for term boxes
|
625 |
+
'object_types' => array( 'term' ), // Tells CMB2 to use term_meta vs post_meta
|
626 |
+
'taxonomies' => array( 'category', 'post_tag' ), // Tells CMB2 which taxonomies should have these fields
|
627 |
+
// 'new_term_section' => true, // Will display in the "Add New Category" section
|
628 |
+
) );
|
629 |
+
|
630 |
+
$cmb_term->add_field( array(
|
631 |
+
'name' => esc_html__( 'Extra Info', 'cmb2' ),
|
632 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
633 |
+
'id' => $prefix . 'extra_info',
|
634 |
+
'type' => 'title',
|
635 |
+
'on_front' => false,
|
636 |
+
) );
|
637 |
+
|
638 |
+
$cmb_term->add_field( array(
|
639 |
+
'name' => esc_html__( 'Term Image', 'cmb2' ),
|
640 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
641 |
+
'id' => $prefix . 'avatar',
|
642 |
+
'type' => 'file',
|
643 |
+
) );
|
644 |
+
|
645 |
+
$cmb_term->add_field( array(
|
646 |
+
'name' => esc_html__( 'Arbitrary Term Field', 'cmb2' ),
|
647 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
648 |
+
'id' => $prefix . 'term_text_field',
|
649 |
+
'type' => 'text',
|
650 |
+
) );
|
651 |
+
|
652 |
+
}
|
653 |
+
|
654 |
+
add_action( 'cmb2_admin_init', 'yourprefix_register_theme_options_metabox' );
|
655 |
+
/**
|
656 |
+
* Hook in and register a metabox to handle a theme options page and adds a menu item.
|
657 |
+
*/
|
658 |
+
function yourprefix_register_theme_options_metabox() {
|
659 |
+
|
660 |
+
/**
|
661 |
+
* Registers options page menu item and form.
|
662 |
+
*/
|
663 |
+
$cmb_options = new_cmb2_box( array(
|
664 |
+
'id' => 'yourprefix_theme_options_page',
|
665 |
+
'title' => esc_html__( 'Theme Options', 'cmb2' ),
|
666 |
+
'object_types' => array( 'options-page' ),
|
667 |
+
|
668 |
+
/*
|
669 |
+
* The following parameters are specific to the options-page box
|
670 |
+
* Several of these parameters are passed along to add_menu_page()/add_submenu_page().
|
671 |
+
*/
|
672 |
+
|
673 |
+
'option_key' => 'yourprefix_theme_options', // The option key and admin menu page slug.
|
674 |
+
'icon_url' => 'dashicons-palmtree', // Menu icon. Only applicable if 'parent_slug' is left empty.
|
675 |
+
// 'menu_title' => esc_html__( 'Options', 'cmb2' ), // Falls back to 'title' (above).
|
676 |
+
// 'parent_slug' => 'themes.php', // Make options page a submenu item of the themes menu.
|
677 |
+
// 'capability' => 'manage_options', // Cap required to view options-page.
|
678 |
+
// 'position' => 1, // Menu position. Only applicable if 'parent_slug' is left empty.
|
679 |
+
// 'admin_menu_hook' => 'network_admin_menu', // 'network_admin_menu' to add network-level options page.
|
680 |
+
// 'display_cb' => false, // Override the options-page form output (CMB2_Hookup::options_page_output()).
|
681 |
+
// 'save_button' => esc_html__( 'Save Theme Options', 'cmb2' ), // The text for the options-page save button. Defaults to 'Save'.
|
682 |
+
// 'disable_settings_errors' => true, // On settings pages (not options-general.php sub-pages), allows disabling.
|
683 |
+
// 'message_cb' => 'yourprefix_options_page_message_callback',
|
684 |
+
// 'tab_group' => '', // Tab-group identifier, enables options page tab navigation.
|
685 |
+
// 'tab_title' => null, // Falls back to 'title' (above).
|
686 |
+
// 'autoload' => false, // Defaults to true, the options-page option will be autloaded.
|
687 |
+
) );
|
688 |
+
|
689 |
+
/**
|
690 |
+
* Options fields ids only need
|
691 |
+
* to be unique within this box.
|
692 |
+
* Prefix is not needed.
|
693 |
+
*/
|
694 |
+
$cmb_options->add_field( array(
|
695 |
+
'name' => esc_html__( 'Site Background Color', 'cmb2' ),
|
696 |
+
'desc' => esc_html__( 'field description (optional)', 'cmb2' ),
|
697 |
+
'id' => 'bg_color',
|
698 |
+
'type' => 'colorpicker',
|
699 |
+
'default' => '#ffffff',
|
700 |
+
) );
|
701 |
+
|
702 |
+
}
|
703 |
+
|
704 |
+
/**
|
705 |
+
* Callback to define the optionss-saved message.
|
706 |
+
*
|
707 |
+
* @param CMB2 $cmb The CMB2 object.
|
708 |
+
* @param array $args {
|
709 |
+
* An array of message arguments
|
710 |
+
*
|
711 |
+
* @type bool $is_options_page Whether current page is this options page.
|
712 |
+
* @type bool $should_notify Whether options were saved and we should be notified.
|
713 |
+
* @type bool $is_updated Whether options were updated with save (or stayed the same).
|
714 |
+
* @type string $setting For add_settings_error(), Slug title of the setting to which
|
715 |
+
* this error applies.
|
716 |
+
* @type string $code For add_settings_error(), Slug-name to identify the error.
|
717 |
+
* Used as part of 'id' attribute in HTML output.
|
718 |
+
* @type string $message For add_settings_error(), The formatted message text to display
|
719 |
+
* to the user (will be shown inside styled `<div>` and `<p>` tags).
|
720 |
+
* Will be 'Settings updated.' if $is_updated is true, else 'Nothing to update.'
|
721 |
+
* @type string $type For add_settings_error(), Message type, controls HTML class.
|
722 |
+
* Accepts 'error', 'updated', '', 'notice-warning', etc.
|
723 |
+
* Will be 'updated' if $is_updated is true, else 'notice-warning'.
|
724 |
+
* }
|
725 |
+
*/
|
726 |
+
function yourprefix_options_page_message_callback( $cmb, $args ) {
|
727 |
+
if ( ! empty( $args['should_notify'] ) ) {
|
728 |
+
|
729 |
+
if ( $args['is_updated'] ) {
|
730 |
+
|
731 |
+
// Modify the updated message.
|
732 |
+
$args['message'] = sprintf( esc_html__( '%s — Updated!', 'cmb2' ), $cmb->prop( 'title' ) );
|
733 |
+
}
|
734 |
+
|
735 |
+
add_settings_error( $args['setting'], $args['code'], $args['message'], $args['type'] );
|
736 |
+
}
|
737 |
+
}
|
738 |
+
|
739 |
+
/**
|
740 |
+
* Only show this box in the CMB2 REST API if the user is logged in.
|
741 |
+
*
|
742 |
+
* @param bool $is_allowed Whether this box and its fields are allowed to be viewed.
|
743 |
+
* @param CMB2_REST_Controller $cmb_controller The controller object.
|
744 |
+
* CMB2 object available via `$cmb_controller->rest_box->cmb`.
|
745 |
+
*
|
746 |
+
* @return bool Whether this box and its fields are allowed to be viewed.
|
747 |
+
*/
|
748 |
+
function yourprefix_limit_rest_view_to_logged_in_users( $is_allowed, $cmb_controller ) {
|
749 |
+
if ( ! is_user_logged_in() ) {
|
750 |
+
$is_allowed = false;
|
751 |
+
}
|
752 |
+
|
753 |
+
return $is_allowed;
|
754 |
+
}
|
755 |
+
|
756 |
+
add_action( 'cmb2_init', 'yourprefix_register_rest_api_box' );
|
757 |
+
/**
|
758 |
+
* Hook in and add a box to be available in the CMB2 REST API. Can only happen on the 'cmb2_init' hook.
|
759 |
+
* More info: https://github.com/CMB2/CMB2/wiki/REST-API
|
760 |
+
*/
|
761 |
+
function yourprefix_register_rest_api_box() {
|
762 |
+
$prefix = 'yourprefix_rest_';
|
763 |
+
|
764 |
+
$cmb_rest = new_cmb2_box( array(
|
765 |
+
'id' => $prefix . 'metabox',
|
766 |
+
'title' => esc_html__( 'REST Test Box', 'cmb2' ),
|
767 |
+
'object_types' => array( 'page' ), // Post type
|
768 |
+
'show_in_rest' => WP_REST_Server::ALLMETHODS, // WP_REST_Server::READABLE|WP_REST_Server::EDITABLE, // Determines which HTTP methods the box is visible in.
|
769 |
+
// Optional callback to limit box visibility.
|
770 |
+
// See: https://github.com/CMB2/CMB2/wiki/REST-API#permissions
|
771 |
+
// 'get_box_permissions_check_cb' => 'yourprefix_limit_rest_view_to_logged_in_users',
|
772 |
+
) );
|
773 |
+
|
774 |
+
$cmb_rest->add_field( array(
|
775 |
+
'name' => esc_html__( 'REST Test Text', 'cmb2' ),
|
776 |
+
'desc' => esc_html__( 'Will show in the REST API for this box and for pages.', 'cmb2' ),
|
777 |
+
'id' => $prefix . 'text',
|
778 |
+
'type' => 'text',
|
779 |
+
) );
|
780 |
+
|
781 |
+
$cmb_rest->add_field( array(
|
782 |
+
'name' => esc_html__( 'REST Editable Test Text', 'cmb2' ),
|
783 |
+
'desc' => esc_html__( 'Will show in REST API "editable" contexts only (`POST` requests).', 'cmb2' ),
|
784 |
+
'id' => $prefix . 'editable_text',
|
785 |
+
'type' => 'text',
|
786 |
+
'show_in_rest' => WP_REST_Server::EDITABLE,// WP_REST_Server::ALLMETHODS|WP_REST_Server::READABLE, // Determines which HTTP methods the field is visible in. Will override the cmb2_box 'show_in_rest' param.
|
787 |
+
) );
|
788 |
+
}
|
includes/lib/cmb2/includes/CMB2.php
CHANGED
@@ -83,7 +83,7 @@ class CMB2 extends CMB2_Base {
|
|
83 |
'fields' => array(),
|
84 |
|
85 |
/*
|
86 |
-
* Handles hooking CMB2 forms/metaboxes into the post/attachement/user screens
|
87 |
* and handles hooking in and saving those fields.
|
88 |
*/
|
89 |
'hookup' => true,
|
@@ -95,6 +95,35 @@ class CMB2 extends CMB2_Base {
|
|
95 |
'show_in_rest' => false,
|
96 |
'classes' => null, // Optionally add classes to the CMB2 wrapper
|
97 |
'classes_cb' => '', // Optionally add classes to the CMB2 wrapper (via a callback)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
);
|
99 |
|
100 |
/**
|
@@ -150,12 +179,19 @@ class CMB2 extends CMB2_Base {
|
|
150 |
wp_die( esc_html__( 'Metabox configuration is required to have an ID parameter.', 'cmb2' ) );
|
151 |
}
|
152 |
|
|
|
153 |
$this->meta_box = wp_parse_args( $config, $this->mb_defaults );
|
154 |
$this->meta_box['fields'] = array();
|
155 |
|
|
|
|
|
156 |
$this->object_id( $object_id );
|
|
|
|
|
|
|
|
|
|
|
157 |
$this->mb_object_type();
|
158 |
-
$this->cmb_id = $config['id'];
|
159 |
|
160 |
if ( ! empty( $config['fields'] ) && is_array( $config['fields'] ) ) {
|
161 |
$this->add_fields( $config['fields'] );
|
@@ -171,6 +207,12 @@ class CMB2 extends CMB2_Base {
|
|
171 |
* @param array $cmb This CMB2 object
|
172 |
*/
|
173 |
do_action( "cmb2_init_{$this->cmb_id}", $this );
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
}
|
175 |
|
176 |
/**
|
@@ -179,6 +221,8 @@ class CMB2 extends CMB2_Base {
|
|
179 |
* @since 1.0.0
|
180 |
* @param int $object_id Object ID.
|
181 |
* @param string $object_type Type of object being saved. (e.g., post, user, or comment).
|
|
|
|
|
182 |
*/
|
183 |
public function show_form( $object_id = 0, $object_type = '' ) {
|
184 |
$this->render_form_open( $object_id, $object_type );
|
@@ -187,7 +231,7 @@ class CMB2 extends CMB2_Base {
|
|
187 |
$this->render_field( $field_args );
|
188 |
}
|
189 |
|
190 |
-
$this->render_form_close( $object_id, $object_type );
|
191 |
}
|
192 |
|
193 |
/**
|
@@ -197,7 +241,8 @@ class CMB2 extends CMB2_Base {
|
|
197 |
* @since 2.2.0
|
198 |
* @param integer $object_id Object ID.
|
199 |
* @param string $object_type Object type.
|
200 |
-
*
|
|
|
201 |
*/
|
202 |
public function render_form_open( $object_id = 0, $object_type = '' ) {
|
203 |
$object_type = $this->object_type( $object_type );
|
@@ -236,6 +281,7 @@ class CMB2 extends CMB2_Base {
|
|
236 |
|
237 |
echo '<div class="', esc_attr( $this->box_classes() ), '"><div id="cmb2-metabox-', sanitize_html_class( $this->cmb_id ), '" class="cmb2-metabox cmb-field-list">';
|
238 |
|
|
|
239 |
}
|
240 |
|
241 |
/**
|
@@ -265,6 +311,7 @@ class CMB2 extends CMB2_Base {
|
|
265 |
* @since 2.2.4
|
266 |
*/
|
267 |
if ( $this->is_alternate_context_box() ) {
|
|
|
268 |
|
269 |
// Include custom class if requesting no title.
|
270 |
if ( ! $this->prop( 'title' ) && ! $this->prop( 'remove_box_wrap' ) ) {
|
@@ -311,7 +358,8 @@ class CMB2 extends CMB2_Base {
|
|
311 |
* @since 2.2.0
|
312 |
* @param integer $object_id Object ID.
|
313 |
* @param string $object_type Object type.
|
314 |
-
*
|
|
|
315 |
*/
|
316 |
public function render_form_close( $object_id = 0, $object_type = '' ) {
|
317 |
$object_type = $this->object_type( $object_type );
|
@@ -321,18 +369,6 @@ class CMB2 extends CMB2_Base {
|
|
321 |
|
322 |
$this->render_hidden_fields();
|
323 |
|
324 |
-
/**
|
325 |
-
* Hook after form form has been rendered
|
326 |
-
*
|
327 |
-
* @param array $cmb_id The current box ID.
|
328 |
-
* @param int $object_id The ID of the current object.
|
329 |
-
* @param string $object_type The type of object you are working with.
|
330 |
-
* Usually `post` (this applies to all post-types).
|
331 |
-
* Could also be `comment`, `user` or `options-page`.
|
332 |
-
* @param array $cmb This CMB2 object.
|
333 |
-
*/
|
334 |
-
do_action( 'cmb2_after_form', $this->cmb_id, $object_id, $object_type, $this );
|
335 |
-
|
336 |
/**
|
337 |
* Hook after form form has been rendered
|
338 |
*
|
@@ -347,8 +383,21 @@ class CMB2 extends CMB2_Base {
|
|
347 |
*/
|
348 |
do_action( "cmb2_after_{$object_type}_form_{$this->cmb_id}", $object_id, $this );
|
349 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
350 |
echo "\n<!-- End CMB2 Fields -->\n";
|
351 |
|
|
|
352 |
}
|
353 |
|
354 |
/**
|
@@ -384,32 +433,55 @@ class CMB2 extends CMB2_Base {
|
|
384 |
}
|
385 |
|
386 |
/**
|
387 |
-
* Render a
|
388 |
*
|
389 |
-
* @param array $args Array of field arguments for a group field parent.
|
390 |
* @return CMB2_Field|null Group field object.
|
391 |
*/
|
392 |
public function render_group( $args ) {
|
|
|
393 |
|
394 |
-
if (
|
|
|
|
|
|
|
|
|
|
|
|
|
395 |
return;
|
396 |
}
|
397 |
|
398 |
-
$field_group =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
399 |
|
400 |
// If field is requesting to be conditionally shown.
|
401 |
if ( ! $field_group || ! $field_group->should_show() ) {
|
402 |
return;
|
403 |
}
|
404 |
|
405 |
-
$desc = $field_group->args( 'description' );
|
406 |
-
$label = $field_group->args( 'name' );
|
407 |
-
$group_val = (array) $field_group->value();
|
408 |
-
$remove_disabled = count( $group_val ) <= 1 ? 'disabled="disabled" ' : '';
|
409 |
$field_group->index = 0;
|
410 |
|
411 |
$field_group->peform_param_callback( 'before_group' );
|
412 |
|
|
|
|
|
|
|
|
|
413 |
echo '<div class="cmb-row cmb-repeat-group-wrap ', esc_attr( $field_group->row_classes() ), '" data-fieldtype="group"><div class="cmb-td"><div data-groupid="', esc_attr( $field_group->id() ), '" id="', esc_attr( $field_group->id() ), '_repeat" ', $this->group_wrap_attributes( $field_group ), '>';
|
414 |
|
415 |
if ( $desc || $label ) {
|
@@ -426,11 +498,11 @@ class CMB2 extends CMB2_Base {
|
|
426 |
|
427 |
if ( ! empty( $group_val ) ) {
|
428 |
foreach ( $group_val as $group_key => $field_id ) {
|
429 |
-
$this->render_group_row( $field_group
|
430 |
$field_group->index++;
|
431 |
}
|
432 |
} else {
|
433 |
-
$this->render_group_row( $field_group
|
434 |
}
|
435 |
|
436 |
if ( $field_group->args( 'repeatable' ) ) {
|
@@ -491,9 +563,10 @@ class CMB2 extends CMB2_Base {
|
|
491 |
*
|
492 |
* @since 1.0.2
|
493 |
* @param CMB2_Field $field_group CMB2_Field group field object.
|
494 |
-
*
|
|
|
495 |
*/
|
496 |
-
public function render_group_row( $field_group
|
497 |
|
498 |
$field_group->peform_param_callback( 'before_group_row' );
|
499 |
$closed_class = $field_group->options( 'closed' ) ? ' closed' : '';
|
@@ -502,7 +575,7 @@ class CMB2 extends CMB2_Base {
|
|
502 |
<div class="postbox cmb-row cmb-repeatable-grouping', $closed_class, '" data-iterator="', $field_group->index, '">';
|
503 |
|
504 |
if ( $field_group->args( 'repeatable' ) ) {
|
505 |
-
echo '<button type="button"
|
506 |
}
|
507 |
|
508 |
echo '
|
@@ -522,14 +595,14 @@ class CMB2 extends CMB2_Base {
|
|
522 |
$field_args['show_names'] = $field_group->args( 'show_names' );
|
523 |
$field_args['context'] = $field_group->args( 'context' );
|
524 |
|
525 |
-
$
|
526 |
}
|
527 |
}
|
528 |
if ( $field_group->args( 'repeatable' ) ) {
|
529 |
echo '
|
530 |
<div class="cmb-row cmb-remove-field-row">
|
531 |
<div class="cmb-remove-row">
|
532 |
-
<button type="button"
|
533 |
</div>
|
534 |
</div>
|
535 |
';
|
@@ -540,6 +613,8 @@ class CMB2 extends CMB2_Base {
|
|
540 |
';
|
541 |
|
542 |
$field_group->peform_param_callback( 'after_group_row' );
|
|
|
|
|
543 |
}
|
544 |
|
545 |
/**
|
@@ -572,6 +647,8 @@ class CMB2 extends CMB2_Base {
|
|
572 |
* Loop through and output hidden fields
|
573 |
*
|
574 |
* @since 2.0.0
|
|
|
|
|
575 |
*/
|
576 |
public function render_hidden_fields() {
|
577 |
if ( ! empty( $this->hidden_fields ) ) {
|
@@ -579,6 +656,8 @@ class CMB2 extends CMB2_Base {
|
|
579 |
$hidden->render();
|
580 |
}
|
581 |
}
|
|
|
|
|
582 |
}
|
583 |
|
584 |
/**
|
@@ -625,6 +704,8 @@ class CMB2 extends CMB2_Base {
|
|
625 |
* @param int $object_id Object ID.
|
626 |
* @param string $object_type Type of object being saved. (e.g., post, user, or comment).
|
627 |
* @param array $data_to_save Array of key => value data for saving. Likely $_POST data.
|
|
|
|
|
628 |
*/
|
629 |
public function save_fields( $object_id = 0, $object_type = '', $data_to_save = array() ) {
|
630 |
|
@@ -640,13 +721,15 @@ class CMB2 extends CMB2_Base {
|
|
640 |
cmb2_options( $object_id )->set();
|
641 |
}
|
642 |
|
643 |
-
$this->after_save();
|
644 |
}
|
645 |
|
646 |
/**
|
647 |
* Process and save form fields
|
648 |
*
|
649 |
* @since 2.0.0
|
|
|
|
|
650 |
*/
|
651 |
public function process_fields() {
|
652 |
|
@@ -661,6 +744,8 @@ class CMB2 extends CMB2_Base {
|
|
661 |
foreach ( $this->prop( 'fields' ) as $field_args ) {
|
662 |
$this->process_field( $field_args );
|
663 |
}
|
|
|
|
|
664 |
}
|
665 |
|
666 |
/**
|
@@ -668,6 +753,8 @@ class CMB2 extends CMB2_Base {
|
|
668 |
*
|
669 |
* @since 2.0.0
|
670 |
* @param array $field_args Array of field arguments.
|
|
|
|
|
671 |
*/
|
672 |
public function process_field( $field_args ) {
|
673 |
|
@@ -685,7 +772,6 @@ class CMB2 extends CMB2_Base {
|
|
685 |
break;
|
686 |
|
687 |
default:
|
688 |
-
|
689 |
$field = $this->get_new_field( $field_args );
|
690 |
|
691 |
if ( $field->save_field_from_data( $this->data_to_save ) ) {
|
@@ -695,6 +781,7 @@ class CMB2 extends CMB2_Base {
|
|
695 |
break;
|
696 |
}
|
697 |
|
|
|
698 |
}
|
699 |
|
700 |
/**
|
@@ -702,22 +789,27 @@ class CMB2 extends CMB2_Base {
|
|
702 |
*
|
703 |
* @since 2.x.x
|
704 |
*
|
705 |
-
* @return
|
706 |
*/
|
707 |
public function pre_process() {
|
|
|
|
|
708 |
/**
|
709 |
* Fires before fields have been processed/saved.
|
710 |
*
|
711 |
-
* The dynamic portion of the hook name, $
|
|
|
|
|
|
|
712 |
*
|
713 |
-
* The dynamic portion of the hook name, $
|
714 |
-
* Usually `post` (this applies to all post-types).
|
715 |
-
* Could also be `comment`, `user` or `options-page`.
|
716 |
*
|
717 |
* @param array $cmb This CMB2 object
|
718 |
* @param int $object_id The ID of the current object
|
719 |
*/
|
720 |
-
do_action( "cmb2_{$
|
|
|
|
|
721 |
}
|
722 |
|
723 |
/**
|
@@ -726,7 +818,7 @@ class CMB2 extends CMB2_Base {
|
|
726 |
*
|
727 |
* @since 2.x.x
|
728 |
*
|
729 |
-
* @return
|
730 |
*/
|
731 |
public function after_save() {
|
732 |
$object_type = $this->object_type();
|
@@ -762,6 +854,8 @@ class CMB2 extends CMB2_Base {
|
|
762 |
* @param array $cmb This CMB2 object
|
763 |
*/
|
764 |
do_action( "cmb2_save_{$object_type}_fields_{$this->cmb_id}", $object_id, $this->updated, $this );
|
|
|
|
|
765 |
}
|
766 |
|
767 |
/**
|
@@ -868,8 +962,8 @@ class CMB2 extends CMB2_Base {
|
|
868 |
* Get object id from global space if no id is provided
|
869 |
*
|
870 |
* @since 1.0.0
|
871 |
-
* @param integer $object_id Object ID.
|
872 |
-
* @return integer $object_id Object ID.
|
873 |
*/
|
874 |
public function object_id( $object_id = 0 ) {
|
875 |
global $pagenow;
|
@@ -899,6 +993,13 @@ class CMB2 extends CMB2_Base {
|
|
899 |
$object_id = isset( $_REQUEST['tag_ID'] ) ? wp_unslash( $_REQUEST['tag_ID'] ) : $object_id;
|
900 |
break;
|
901 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
902 |
default:
|
903 |
$object_id = isset( $GLOBALS['post']->ID ) ? $GLOBALS['post']->ID : $object_id;
|
904 |
$object_id = isset( $_REQUEST['post'] ) ? wp_unslash( $_REQUEST['post'] ) : $object_id;
|
@@ -962,10 +1063,64 @@ class CMB2 extends CMB2_Base {
|
|
962 |
* Gets the box 'object_types' array based on box settings.
|
963 |
*
|
964 |
* @since 2.2.3
|
|
|
|
|
965 |
* @return array Object types.
|
966 |
*/
|
967 |
-
public function box_types() {
|
968 |
-
return CMB2_Utils::ensure_array( $this->prop( 'object_types' ),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
969 |
}
|
970 |
|
971 |
/**
|
@@ -975,7 +1130,83 @@ class CMB2 extends CMB2_Base {
|
|
975 |
* @return boolean True/False.
|
976 |
*/
|
977 |
public function is_options_page_mb() {
|
978 |
-
return (
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
979 |
}
|
980 |
|
981 |
/**
|
@@ -1026,6 +1257,13 @@ class CMB2 extends CMB2_Base {
|
|
1026 |
$type = 'term';
|
1027 |
}
|
1028 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1029 |
return $type;
|
1030 |
}
|
1031 |
|
@@ -1063,11 +1301,14 @@ class CMB2 extends CMB2_Base {
|
|
1063 |
* Get a field object
|
1064 |
*
|
1065 |
* @since 2.0.3
|
1066 |
-
* @param string|array|CMB2_Field $field
|
1067 |
-
* @param CMB2_Field|null $field_group
|
|
|
|
|
|
|
1068 |
* @return CMB2_Field|false CMB2_Field object (or false).
|
1069 |
*/
|
1070 |
-
public function get_field( $field, $field_group = null ) {
|
1071 |
if ( $field instanceof CMB2_Field ) {
|
1072 |
return $field;
|
1073 |
}
|
@@ -1084,7 +1325,8 @@ class CMB2 extends CMB2_Base {
|
|
1084 |
list( $field_id, $sub_field_id ) = $ids;
|
1085 |
|
1086 |
$index = implode( '', $ids ) . ( $field_group ? $field_group->index : '' );
|
1087 |
-
|
|
|
1088 |
return $this->fields[ $index ];
|
1089 |
}
|
1090 |
|
@@ -1147,24 +1389,14 @@ class CMB2 extends CMB2_Base {
|
|
1147 |
return $args;
|
1148 |
}
|
1149 |
|
1150 |
-
/**
|
1151 |
-
* Get a new field object specific to this CMB2 object.
|
1152 |
-
*
|
1153 |
-
* @since 2.2.0
|
1154 |
-
* @param array $field_args Metabox field config array.
|
1155 |
-
* @param CMB2_Field $field_group (optional) CMB2_Field object (group parent).
|
1156 |
-
* @return CMB2_Field CMB2_Field object.
|
1157 |
-
*/
|
1158 |
-
protected function get_new_field( $field_args, $field_group = null ) {
|
1159 |
-
return new CMB2_Field( $this->get_default_args( $field_args, $field_group ) );
|
1160 |
-
}
|
1161 |
-
|
1162 |
/**
|
1163 |
* When fields are added in the old-school way, intitate them as they should be
|
1164 |
*
|
1165 |
* @since 2.1.0
|
1166 |
* @param array $fields Array of fields to add.
|
1167 |
* @param mixed $parent_field_id Parent field id or null.
|
|
|
|
|
1168 |
*/
|
1169 |
protected function add_fields( $fields, $parent_field_id = null ) {
|
1170 |
foreach ( $fields as $field ) {
|
@@ -1183,6 +1415,8 @@ class CMB2 extends CMB2_Base {
|
|
1183 |
$this->add_fields( $sub_fields, $field_id );
|
1184 |
}
|
1185 |
}
|
|
|
|
|
1186 |
}
|
1187 |
|
1188 |
/**
|
@@ -1194,7 +1428,7 @@ class CMB2 extends CMB2_Base {
|
|
1194 |
* @return string|false Field id or false.
|
1195 |
*/
|
1196 |
public function add_field( array $field, $position = 0 ) {
|
1197 |
-
if ( !
|
1198 |
return false;
|
1199 |
}
|
1200 |
|
@@ -1212,6 +1446,18 @@ class CMB2 extends CMB2_Base {
|
|
1212 |
// Initiate oembed Ajax hooks.
|
1213 |
cmb2_ajax();
|
1214 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1215 |
}
|
1216 |
|
1217 |
if ( isset( $field['column'] ) && false !== $field['column'] ) {
|
@@ -1330,6 +1576,7 @@ class CMB2 extends CMB2_Base {
|
|
1330 |
if ( isset( $this->meta_box['fields'][ $field_id ]['fields'][ $sub_field_id ] ) ) {
|
1331 |
unset( $this->meta_box['fields'][ $field_id ]['fields'][ $sub_field_id ] );
|
1332 |
}
|
|
|
1333 |
return true;
|
1334 |
}
|
1335 |
|
@@ -1415,11 +1662,12 @@ class CMB2 extends CMB2_Base {
|
|
1415 |
* Handles metabox property callbacks, and passes this $cmb object as property.
|
1416 |
*
|
1417 |
* @since 2.2.3
|
1418 |
-
* @param callable $cb
|
1419 |
-
* @
|
|
|
1420 |
*/
|
1421 |
-
|
1422 |
-
return call_user_func( $cb, $this );
|
1423 |
}
|
1424 |
|
1425 |
/**
|
@@ -1439,13 +1687,24 @@ class CMB2 extends CMB2_Base {
|
|
1439 |
* @return string unique nonce string.
|
1440 |
*/
|
1441 |
public function nonce() {
|
1442 |
-
if ( $this->generated_nonce ) {
|
1443 |
-
|
1444 |
}
|
1445 |
-
|
1446 |
return $this->generated_nonce;
|
1447 |
}
|
1448 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1449 |
/**
|
1450 |
* Whether this box is an "alternate context" box. This means the box has a 'context' property defined as:
|
1451 |
* 'form_top', 'before_permalink', 'after_title', or 'after_editor'.
|
83 |
'fields' => array(),
|
84 |
|
85 |
/*
|
86 |
+
* Handles hooking CMB2 forms/metaboxes into the post/attachement/user/options-page screens
|
87 |
* and handles hooking in and saving those fields.
|
88 |
*/
|
89 |
'hookup' => true,
|
95 |
'show_in_rest' => false,
|
96 |
'classes' => null, // Optionally add classes to the CMB2 wrapper
|
97 |
'classes_cb' => '', // Optionally add classes to the CMB2 wrapper (via a callback)
|
98 |
+
|
99 |
+
/*
|
100 |
+
* The following parameter is for post alternate-context metaboxes only.
|
101 |
+
*
|
102 |
+
* To output the fields 'naked' (without a postbox wrapper/style), then
|
103 |
+
* add a `'remove_box_wrap' => true` to your metabox registration array.
|
104 |
+
*/
|
105 |
+
'remove_box_wrap' => false,
|
106 |
+
|
107 |
+
/*
|
108 |
+
* The following parameters are for options-page metaboxes,
|
109 |
+
* and several are passed along to add_menu_page()/add_submenu_page()
|
110 |
+
*/
|
111 |
+
|
112 |
+
// 'menu_title' => null, // Falls back to 'title' (above). Do not define here so we can set a fallback.
|
113 |
+
'message_cb' => '', // Optionally define the options-save message (via a callback).
|
114 |
+
'option_key' => '', // The actual option key and admin menu page slug.
|
115 |
+
'parent_slug' => '', // Used as first param in add_submenu_page().
|
116 |
+
'capability' => 'manage_options', // Cap required to view options-page.
|
117 |
+
'icon_url' => '', // Menu icon. Only applicable if 'parent_slug' is left empty.
|
118 |
+
'position' => null, // Menu position. Only applicable if 'parent_slug' is left empty.
|
119 |
+
|
120 |
+
'admin_menu_hook' => 'admin_menu', // Alternately 'network_admin_menu' to add network-level options page.
|
121 |
+
'display_cb' => false, // Override the options-page form output (CMB2_Hookup::options_page_output()).
|
122 |
+
'save_button' => '', // The text for the options-page save button. Defaults to 'Save'.
|
123 |
+
'disable_settings_errors' => false, // On settings pages (not options-general.php sub-pages), allows disabling.
|
124 |
+
'tab_group' => '', // Tab-group identifier, enables options page tab navigation.
|
125 |
+
// 'tab_title' => null, // Falls back to 'title' (above). Do not define here so we can set a fallback.
|
126 |
+
// 'autoload' => true, // Defaults to true, the options-page option will be autloaded.
|
127 |
);
|
128 |
|
129 |
/**
|
179 |
wp_die( esc_html__( 'Metabox configuration is required to have an ID parameter.', 'cmb2' ) );
|
180 |
}
|
181 |
|
182 |
+
$this->cmb_id = $config['id'];
|
183 |
$this->meta_box = wp_parse_args( $config, $this->mb_defaults );
|
184 |
$this->meta_box['fields'] = array();
|
185 |
|
186 |
+
// Ensures object_types is an array.
|
187 |
+
$this->set_prop( 'object_types', $this->box_types() ) ;
|
188 |
$this->object_id( $object_id );
|
189 |
+
|
190 |
+
if ( $this->is_options_page_mb() ) {
|
191 |
+
$this->init_options_mb();
|
192 |
+
}
|
193 |
+
|
194 |
$this->mb_object_type();
|
|
|
195 |
|
196 |
if ( ! empty( $config['fields'] ) && is_array( $config['fields'] ) ) {
|
197 |
$this->add_fields( $config['fields'] );
|
207 |
* @param array $cmb This CMB2 object
|
208 |
*/
|
209 |
do_action( "cmb2_init_{$this->cmb_id}", $this );
|
210 |
+
|
211 |
+
// Hook in the hookup... how meta.
|
212 |
+
add_action( "cmb2_init_hookup_{$this->cmb_id}", array( 'CMB2_hookup', 'maybe_init_and_hookup' ) );
|
213 |
+
|
214 |
+
// Hook in the rest api functionality.
|
215 |
+
add_action( "cmb2_init_hookup_{$this->cmb_id}", array( 'CMB2_REST', 'maybe_init_and_hookup' ) );
|
216 |
}
|
217 |
|
218 |
/**
|
221 |
* @since 1.0.0
|
222 |
* @param int $object_id Object ID.
|
223 |
* @param string $object_type Type of object being saved. (e.g., post, user, or comment).
|
224 |
+
*
|
225 |
+
* @return CMB2
|
226 |
*/
|
227 |
public function show_form( $object_id = 0, $object_type = '' ) {
|
228 |
$this->render_form_open( $object_id, $object_type );
|
231 |
$this->render_field( $field_args );
|
232 |
}
|
233 |
|
234 |
+
return $this->render_form_close( $object_id, $object_type );
|
235 |
}
|
236 |
|
237 |
/**
|
241 |
* @since 2.2.0
|
242 |
* @param integer $object_id Object ID.
|
243 |
* @param string $object_type Object type.
|
244 |
+
*
|
245 |
+
* @return CMB2
|
246 |
*/
|
247 |
public function render_form_open( $object_id = 0, $object_type = '' ) {
|
248 |
$object_type = $this->object_type( $object_type );
|
281 |
|
282 |
echo '<div class="', esc_attr( $this->box_classes() ), '"><div id="cmb2-metabox-', sanitize_html_class( $this->cmb_id ), '" class="cmb2-metabox cmb-field-list">';
|
283 |
|
284 |
+
return $this;
|
285 |
}
|
286 |
|
287 |
/**
|
311 |
* @since 2.2.4
|
312 |
*/
|
313 |
if ( $this->is_alternate_context_box() ) {
|
314 |
+
$context = array();
|
315 |
|
316 |
// Include custom class if requesting no title.
|
317 |
if ( ! $this->prop( 'title' ) && ! $this->prop( 'remove_box_wrap' ) ) {
|
358 |
* @since 2.2.0
|
359 |
* @param integer $object_id Object ID.
|
360 |
* @param string $object_type Object type.
|
361 |
+
*
|
362 |
+
* @return CMB2
|
363 |
*/
|
364 |
public function render_form_close( $object_id = 0, $object_type = '' ) {
|
365 |
$object_type = $this->object_type( $object_type );
|
369 |
|
370 |
$this->render_hidden_fields();
|
371 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
372 |
/**
|
373 |
* Hook after form form has been rendered
|
374 |
*
|
383 |
*/
|
384 |
do_action( "cmb2_after_{$object_type}_form_{$this->cmb_id}", $object_id, $this );
|
385 |
|
386 |
+
/**
|
387 |
+
* Hook after form form has been rendered
|
388 |
+
*
|
389 |
+
* @param array $cmb_id The current box ID.
|
390 |
+
* @param int $object_id The ID of the current object.
|
391 |
+
* @param string $object_type The type of object you are working with.
|
392 |
+
* Usually `post` (this applies to all post-types).
|
393 |
+
* Could also be `comment`, `user` or `options-page`.
|
394 |
+
* @param array $cmb This CMB2 object.
|
395 |
+
*/
|
396 |
+
do_action( 'cmb2_after_form', $this->cmb_id, $object_id, $object_type, $this );
|
397 |
+
|
398 |
echo "\n<!-- End CMB2 Fields -->\n";
|
399 |
|
400 |
+
return $this;
|
401 |
}
|
402 |
|
403 |
/**
|
433 |
}
|
434 |
|
435 |
/**
|
436 |
+
* Render a group of fields.
|
437 |
*
|
438 |
+
* @param array|CMB2_Field $args Array of field arguments for a group field parent or the group parent field.
|
439 |
* @return CMB2_Field|null Group field object.
|
440 |
*/
|
441 |
public function render_group( $args ) {
|
442 |
+
$field_group = false;
|
443 |
|
444 |
+
if ( $args instanceof CMB2_Field ) {
|
445 |
+
$field_group = 'group' === $args->type() ? $args : false;
|
446 |
+
} elseif ( isset( $args['id'], $args['fields'] ) && is_array( $args['fields'] ) ) {
|
447 |
+
$field_group = $this->get_field( $args );
|
448 |
+
}
|
449 |
+
|
450 |
+
if ( ! $field_group ) {
|
451 |
return;
|
452 |
}
|
453 |
|
454 |
+
$field_group->render_context = 'edit';
|
455 |
+
$field_group->peform_param_callback( 'render_row_cb' );
|
456 |
+
|
457 |
+
return $field_group;
|
458 |
+
}
|
459 |
+
|
460 |
+
/**
|
461 |
+
* The default callback to render a group of fields.
|
462 |
+
*
|
463 |
+
* @since 2.2.6
|
464 |
+
*
|
465 |
+
* @param array $field_args Array of field arguments for the group field parent.
|
466 |
+
* @param CMB2_Field $field_group The CMB2_Field group object.
|
467 |
+
*
|
468 |
+
* @return CMB2_Field|null Group field object.
|
469 |
+
*/
|
470 |
+
public function render_group_callback( $field_args, $field_group ) {
|
471 |
|
472 |
// If field is requesting to be conditionally shown.
|
473 |
if ( ! $field_group || ! $field_group->should_show() ) {
|
474 |
return;
|
475 |
}
|
476 |
|
|
|
|
|
|
|
|
|
477 |
$field_group->index = 0;
|
478 |
|
479 |
$field_group->peform_param_callback( 'before_group' );
|
480 |
|
481 |
+
$desc = $field_group->args( 'description' );
|
482 |
+
$label = $field_group->args( 'name' );
|
483 |
+
$group_val = (array) $field_group->value();
|
484 |
+
|
485 |
echo '<div class="cmb-row cmb-repeat-group-wrap ', esc_attr( $field_group->row_classes() ), '" data-fieldtype="group"><div class="cmb-td"><div data-groupid="', esc_attr( $field_group->id() ), '" id="', esc_attr( $field_group->id() ), '_repeat" ', $this->group_wrap_attributes( $field_group ), '>';
|
486 |
|
487 |
if ( $desc || $label ) {
|
498 |
|
499 |
if ( ! empty( $group_val ) ) {
|
500 |
foreach ( $group_val as $group_key => $field_id ) {
|
501 |
+
$this->render_group_row( $field_group );
|
502 |
$field_group->index++;
|
503 |
}
|
504 |
} else {
|
505 |
+
$this->render_group_row( $field_group );
|
506 |
}
|
507 |
|
508 |
if ( $field_group->args( 'repeatable' ) ) {
|
563 |
*
|
564 |
* @since 1.0.2
|
565 |
* @param CMB2_Field $field_group CMB2_Field group field object.
|
566 |
+
*
|
567 |
+
* @return CMB2
|
568 |
*/
|
569 |
+
public function render_group_row( $field_group ) {
|
570 |
|
571 |
$field_group->peform_param_callback( 'before_group_row' );
|
572 |
$closed_class = $field_group->options( 'closed' ) ? ' closed' : '';
|
575 |
<div class="postbox cmb-row cmb-repeatable-grouping', $closed_class, '" data-iterator="', $field_group->index, '">';
|
576 |
|
577 |
if ( $field_group->args( 'repeatable' ) ) {
|
578 |
+
echo '<button type="button" data-selector="', $field_group->id(), '_repeat" class="dashicons-before dashicons-no-alt cmb-remove-group-row" title="', esc_attr( $field_group->options( 'remove_button' ) ), '"></button>';
|
579 |
}
|
580 |
|
581 |
echo '
|
595 |
$field_args['show_names'] = $field_group->args( 'show_names' );
|
596 |
$field_args['context'] = $field_group->args( 'context' );
|
597 |
|
598 |
+
$this->get_field( $field_args, $field_group )->render_field();
|
599 |
}
|
600 |
}
|
601 |
if ( $field_group->args( 'repeatable' ) ) {
|
602 |
echo '
|
603 |
<div class="cmb-row cmb-remove-field-row">
|
604 |
<div class="cmb-remove-row">
|
605 |
+
<button type="button" data-selector="', $field_group->id(), '_repeat" class="cmb-remove-group-row cmb-remove-group-row-button alignright button-secondary">', $field_group->options( 'remove_button' ), '</button>
|
606 |
</div>
|
607 |
</div>
|
608 |
';
|
613 |
';
|
614 |
|
615 |
$field_group->peform_param_callback( 'after_group_row' );
|
616 |
+
|
617 |
+
return $this;
|
618 |
}
|
619 |
|
620 |
/**
|
647 |
* Loop through and output hidden fields
|
648 |
*
|
649 |
* @since 2.0.0
|
650 |
+
*
|
651 |
+
* @return CMB2
|
652 |
*/
|
653 |
public function render_hidden_fields() {
|
654 |
if ( ! empty( $this->hidden_fields ) ) {
|
656 |
$hidden->render();
|
657 |
}
|
658 |
}
|
659 |
+
|
660 |
+
return $this;
|
661 |
}
|
662 |
|
663 |
/**
|
704 |
* @param int $object_id Object ID.
|
705 |
* @param string $object_type Type of object being saved. (e.g., post, user, or comment).
|
706 |
* @param array $data_to_save Array of key => value data for saving. Likely $_POST data.
|
707 |
+
*
|
708 |
+
* @return CMB2
|
709 |
*/
|
710 |
public function save_fields( $object_id = 0, $object_type = '', $data_to_save = array() ) {
|
711 |
|
721 |
cmb2_options( $object_id )->set();
|
722 |
}
|
723 |
|
724 |
+
return $this->after_save();
|
725 |
}
|
726 |
|
727 |
/**
|
728 |
* Process and save form fields
|
729 |
*
|
730 |
* @since 2.0.0
|
731 |
+
*
|
732 |
+
* @return CMB2
|
733 |
*/
|
734 |
public function process_fields() {
|
735 |
|
744 |
foreach ( $this->prop( 'fields' ) as $field_args ) {
|
745 |
$this->process_field( $field_args );
|
746 |
}
|
747 |
+
|
748 |
+
return $this;
|
749 |
}
|
750 |
|
751 |
/**
|
753 |
*
|
754 |
* @since 2.0.0
|
755 |
* @param array $field_args Array of field arguments.
|
756 |
+
*
|
757 |
+
* @return CMB2
|
758 |
*/
|
759 |
public function process_field( $field_args ) {
|
760 |
|
772 |
break;
|
773 |
|
774 |
default:
|
|
|
775 |
$field = $this->get_new_field( $field_args );
|
776 |
|
777 |
if ( $field->save_field_from_data( $this->data_to_save ) ) {
|
781 |
break;
|
782 |
}
|
783 |
|
784 |
+
return $this;
|
785 |
}
|
786 |
|
787 |
/**
|
789 |
*
|
790 |
* @since 2.x.x
|
791 |
*
|
792 |
+
* @return CMB2
|
793 |
*/
|
794 |
public function pre_process() {
|
795 |
+
$object_type = $this->object_type();
|
796 |
+
|
797 |
/**
|
798 |
* Fires before fields have been processed/saved.
|
799 |
*
|
800 |
+
* The dynamic portion of the hook name, $object_type, refers to the
|
801 |
+
* metabox/form's object type
|
802 |
+
* Usually `post` (this applies to all post-types).
|
803 |
+
* Could also be `comment`, `user` or `options-page`.
|
804 |
*
|
805 |
+
* The dynamic portion of the hook name, $this->cmb_id, is the meta_box id.
|
|
|
|
|
806 |
*
|
807 |
* @param array $cmb This CMB2 object
|
808 |
* @param int $object_id The ID of the current object
|
809 |
*/
|
810 |
+
do_action( "cmb2_{$object_type}_process_fields_{$this->cmb_id}", $this, $this->object_id() );
|
811 |
+
|
812 |
+
return $this;
|
813 |
}
|
814 |
|
815 |
/**
|
818 |
*
|
819 |
* @since 2.x.x
|
820 |
*
|
821 |
+
* @return CMB2
|
822 |
*/
|
823 |
public function after_save() {
|
824 |
$object_type = $this->object_type();
|
854 |
* @param array $cmb This CMB2 object
|
855 |
*/
|
856 |
do_action( "cmb2_save_{$object_type}_fields_{$this->cmb_id}", $object_id, $this->updated, $this );
|
857 |
+
|
858 |
+
return $this;
|
859 |
}
|
860 |
|
861 |
/**
|
962 |
* Get object id from global space if no id is provided
|
963 |
*
|
964 |
* @since 1.0.0
|
965 |
+
* @param integer|string $object_id Object ID.
|
966 |
+
* @return integer|string $object_id Object ID.
|
967 |
*/
|
968 |
public function object_id( $object_id = 0 ) {
|
969 |
global $pagenow;
|
993 |
$object_id = isset( $_REQUEST['tag_ID'] ) ? wp_unslash( $_REQUEST['tag_ID'] ) : $object_id;
|
994 |
break;
|
995 |
|
996 |
+
case 'options-page':
|
997 |
+
$key = $this->doing_options_page();
|
998 |
+
if ( ! empty( $key ) ) {
|
999 |
+
$object_id = $key;
|
1000 |
+
}
|
1001 |
+
break;
|
1002 |
+
|
1003 |
default:
|
1004 |
$object_id = isset( $GLOBALS['post']->ID ) ? $GLOBALS['post']->ID : $object_id;
|
1005 |
$object_id = isset( $_REQUEST['post'] ) ? wp_unslash( $_REQUEST['post'] ) : $object_id;
|
1063 |
* Gets the box 'object_types' array based on box settings.
|
1064 |
*
|
1065 |
* @since 2.2.3
|
1066 |
+
* @param array $fallback Fallback value.
|
1067 |
+
*
|
1068 |
* @return array Object types.
|
1069 |
*/
|
1070 |
+
public function box_types( $fallback = array() ) {
|
1071 |
+
return CMB2_Utils::ensure_array( $this->prop( 'object_types' ), $fallback );
|
1072 |
+
}
|
1073 |
+
|
1074 |
+
/**
|
1075 |
+
* Initates the object types and option key for an options page metabox.
|
1076 |
+
*
|
1077 |
+
* @since 2.2.5
|
1078 |
+
*
|
1079 |
+
* @return void
|
1080 |
+
*/
|
1081 |
+
public function init_options_mb() {
|
1082 |
+
$keys = $this->options_page_keys();
|
1083 |
+
$types = $this->box_types();
|
1084 |
+
|
1085 |
+
if ( empty( $keys ) ) {
|
1086 |
+
$keys = '';
|
1087 |
+
$types = $this->deinit_options_mb( $types );
|
1088 |
+
} else {
|
1089 |
+
|
1090 |
+
// Make sure 'options-page' is one of the object types.
|
1091 |
+
$types[] = 'options-page';
|
1092 |
+
}
|
1093 |
+
|
1094 |
+
// Set/Reset the option_key property.
|
1095 |
+
$this->set_prop( 'option_key', $keys );
|
1096 |
+
|
1097 |
+
// Reset the object types.
|
1098 |
+
$this->set_prop( 'object_types', array_unique( $types ) ) ;
|
1099 |
+
}
|
1100 |
+
|
1101 |
+
/**
|
1102 |
+
* If object-page initiation failed, remove traces options page setup.
|
1103 |
+
*
|
1104 |
+
* @since 2.2.5
|
1105 |
+
*
|
1106 |
+
* @return array
|
1107 |
+
*/
|
1108 |
+
protected function deinit_options_mb( $types ) {
|
1109 |
+
if ( isset( $this->meta_box['show_on']['key'] ) && 'options-page' === $this->meta_box['show_on']['key'] ) {
|
1110 |
+
unset( $this->meta_box['show_on']['key'] );
|
1111 |
+
}
|
1112 |
+
|
1113 |
+
if ( array_key_exists( 'options-page', $this->meta_box['show_on'] ) ) {
|
1114 |
+
unset( $this->meta_box['show_on']['options-page'] );
|
1115 |
+
}
|
1116 |
+
|
1117 |
+
$index = array_search( 'options-page', $types );
|
1118 |
+
|
1119 |
+
if ( false !== $index ) {
|
1120 |
+
unset( $types[ $index ] );
|
1121 |
+
}
|
1122 |
+
|
1123 |
+
return $types;
|
1124 |
}
|
1125 |
|
1126 |
/**
|
1130 |
* @return boolean True/False.
|
1131 |
*/
|
1132 |
public function is_options_page_mb() {
|
1133 |
+
return (
|
1134 |
+
// 'show_on' values checked for back-compatibility.
|
1135 |
+
$this->is_old_school_options_page_mb()
|
1136 |
+
|| in_array( 'options-page', $this->box_types() )
|
1137 |
+
);
|
1138 |
+
}
|
1139 |
+
|
1140 |
+
/**
|
1141 |
+
* Determines if metabox uses old-schoold options page config.
|
1142 |
+
*
|
1143 |
+
* @since 2.2.5
|
1144 |
+
* @return boolean True/False.
|
1145 |
+
*/
|
1146 |
+
public function is_old_school_options_page_mb() {
|
1147 |
+
return (
|
1148 |
+
// 'show_on' values checked for back-compatibility.
|
1149 |
+
isset( $this->meta_box['show_on']['key'] ) && 'options-page' === $this->meta_box['show_on']['key']
|
1150 |
+
|| array_key_exists( 'options-page', $this->meta_box['show_on'] )
|
1151 |
+
);
|
1152 |
+
}
|
1153 |
+
|
1154 |
+
/**
|
1155 |
+
* Determine if we are on an options page (or saving the options page).
|
1156 |
+
*
|
1157 |
+
* @since 2.2.5
|
1158 |
+
*
|
1159 |
+
* @return bool
|
1160 |
+
*/
|
1161 |
+
public function doing_options_page() {
|
1162 |
+
$found_key = false;
|
1163 |
+
$keys = $this->options_page_keys();
|
1164 |
+
|
1165 |
+
if ( empty( $keys ) ) {
|
1166 |
+
return $found_key;
|
1167 |
+
}
|
1168 |
+
|
1169 |
+
if ( ! empty( $_GET['page'] ) && in_array( $_GET['page'], $keys ) ) {
|
1170 |
+
$found_key = $_GET['page'];
|
1171 |
+
}
|
1172 |
+
|
1173 |
+
if ( ! empty( $_POST['action'] ) && in_array( $_POST['action'], $keys ) ) {
|
1174 |
+
$found_key = $_POST['action'];
|
1175 |
+
}
|
1176 |
+
|
1177 |
+
return $found_key ? $found_key : false;
|
1178 |
+
}
|
1179 |
+
|
1180 |
+
/**
|
1181 |
+
* Get the options page key.
|
1182 |
+
*
|
1183 |
+
* @since 2.2.5
|
1184 |
+
* @return string|array
|
1185 |
+
*/
|
1186 |
+
public function options_page_keys() {
|
1187 |
+
$key = '';
|
1188 |
+
if ( ! $this->is_options_page_mb() ) {
|
1189 |
+
return $key;
|
1190 |
+
}
|
1191 |
+
|
1192 |
+
$values = null;
|
1193 |
+
if ( ! empty( $this->meta_box['show_on']['value'] ) ) {
|
1194 |
+
$values = $this->meta_box['show_on']['value'];
|
1195 |
+
} elseif ( ! empty( $this->meta_box['show_on']['options-page'] ) ) {
|
1196 |
+
$values = $this->meta_box['show_on']['options-page'];
|
1197 |
+
} elseif ( $this->prop( 'option_key') ) {
|
1198 |
+
$values = $this->prop( 'option_key');
|
1199 |
+
}
|
1200 |
+
|
1201 |
+
if ( $values ) {
|
1202 |
+
$key = $values;
|
1203 |
+
}
|
1204 |
+
|
1205 |
+
if ( ! is_array( $key ) ) {
|
1206 |
+
$key = array( $key );
|
1207 |
+
}
|
1208 |
+
|
1209 |
+
return $key;
|
1210 |
}
|
1211 |
|
1212 |
/**
|
1257 |
$type = 'term';
|
1258 |
}
|
1259 |
|
1260 |
+
if (
|
1261 |
+
in_array( $pagenow, array( 'admin.php', 'admin-post.php' ), true )
|
1262 |
+
&& $this->doing_options_page()
|
1263 |
+
) {
|
1264 |
+
$type = 'options-page';
|
1265 |
+
}
|
1266 |
+
|
1267 |
return $type;
|
1268 |
}
|
1269 |
|
1301 |
* Get a field object
|
1302 |
*
|
1303 |
* @since 2.0.3
|
1304 |
+
* @param string|array|CMB2_Field $field Metabox field id or field config array or CMB2_Field object.
|
1305 |
+
* @param CMB2_Field|null $field_group (optional) CMB2_Field object (group parent).
|
1306 |
+
* @param bool $reset_cached (optional) Reset the internal cache for this field object.
|
1307 |
+
* Use sparingly.
|
1308 |
+
*
|
1309 |
* @return CMB2_Field|false CMB2_Field object (or false).
|
1310 |
*/
|
1311 |
+
public function get_field( $field, $field_group = null, $reset_cached = false ) {
|
1312 |
if ( $field instanceof CMB2_Field ) {
|
1313 |
return $field;
|
1314 |
}
|
1325 |
list( $field_id, $sub_field_id ) = $ids;
|
1326 |
|
1327 |
$index = implode( '', $ids ) . ( $field_group ? $field_group->index : '' );
|
1328 |
+
|
1329 |
+
if ( array_key_exists( $index, $this->fields ) && ! $reset_cached ) {
|
1330 |
return $this->fields[ $index ];
|
1331 |
}
|
1332 |
|
1389 |
return $args;
|
1390 |
}
|
1391 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1392 |
/**
|
1393 |
* When fields are added in the old-school way, intitate them as they should be
|
1394 |
*
|
1395 |
* @since 2.1.0
|
1396 |
* @param array $fields Array of fields to add.
|
1397 |
* @param mixed $parent_field_id Parent field id or null.
|
1398 |
+
*
|
1399 |
+
* @return CMB2
|
1400 |
*/
|
1401 |
protected function add_fields( $fields, $parent_field_id = null ) {
|
1402 |
foreach ( $fields as $field ) {
|
1415 |
$this->add_fields( $sub_fields, $field_id );
|
1416 |
}
|
1417 |
}
|
1418 |
+
|
1419 |
+
return $this;
|
1420 |
}
|
1421 |
|
1422 |
/**
|
1428 |
* @return string|false Field id or false.
|
1429 |
*/
|
1430 |
public function add_field( array $field, $position = 0 ) {
|
1431 |
+
if ( ! array_key_exists( 'id', $field ) ) {
|
1432 |
return false;
|
1433 |
}
|
1434 |
|
1446 |
// Initiate oembed Ajax hooks.
|
1447 |
cmb2_ajax();
|
1448 |
break;
|
1449 |
+
|
1450 |
+
case 'group':
|
1451 |
+
if ( empty( $field['render_row_cb'] ) ) {
|
1452 |
+
$field['render_row_cb'] = array( $this, 'render_group_callback' );
|
1453 |
+
}
|
1454 |
+
break;
|
1455 |
+
case 'colorpicker':
|
1456 |
+
// https://github.com/JayWood/CMB2_RGBa_Picker
|
1457 |
+
// Dequeue the rgba_colorpicker custom field script if it is used,
|
1458 |
+
// since we now enqueue our own more current version.
|
1459 |
+
add_action( 'admin_enqueue_scripts', array( 'CMB2_Type_Colorpicker', 'dequeue_rgba_colorpicker_script' ), 99 );
|
1460 |
+
break;
|
1461 |
}
|
1462 |
|
1463 |
if ( isset( $field['column'] ) && false !== $field['column'] ) {
|
1576 |
if ( isset( $this->meta_box['fields'][ $field_id ]['fields'][ $sub_field_id ] ) ) {
|
1577 |
unset( $this->meta_box['fields'][ $field_id ]['fields'][ $sub_field_id ] );
|
1578 |
}
|
1579 |
+
|
1580 |
return true;
|
1581 |
}
|
1582 |
|
1662 |
* Handles metabox property callbacks, and passes this $cmb object as property.
|
1663 |
*
|
1664 |
* @since 2.2.3
|
1665 |
+
* @param callable $cb The callback method/function/closure
|
1666 |
+
* @param mixed $additional_params Any additoinal parameters which should be passed to the callback.
|
1667 |
+
* @return mixed Return of the callback function.
|
1668 |
*/
|
1669 |
+
public function do_callback( $cb, $additional_params = null ) {
|
1670 |
+
return call_user_func( $cb, $this, $additional_params );
|
1671 |
}
|
1672 |
|
1673 |
/**
|
1687 |
* @return string unique nonce string.
|
1688 |
*/
|
1689 |
public function nonce() {
|
1690 |
+
if ( ! $this->generated_nonce ) {
|
1691 |
+
$this->generated_nonce = sanitize_html_class( 'nonce_' . basename( __FILE__ ) . $this->cmb_id );
|
1692 |
}
|
1693 |
+
|
1694 |
return $this->generated_nonce;
|
1695 |
}
|
1696 |
|
1697 |
+
/**
|
1698 |
+
* Checks if field-saving updated any fields.
|
1699 |
+
*
|
1700 |
+
* @since 2.2.5
|
1701 |
+
*
|
1702 |
+
* @return bool
|
1703 |
+
*/
|
1704 |
+
public function was_updated() {
|
1705 |
+
return ! empty( $this->updated );
|
1706 |
+
}
|
1707 |
+
|
1708 |
/**
|
1709 |
* Whether this box is an "alternate context" box. This means the box has a 'context' property defined as:
|
1710 |
* 'form_top', 'before_permalink', 'after_title', or 'after_editor'.
|
includes/lib/cmb2/includes/CMB2_Ajax.php
CHANGED
@@ -117,14 +117,14 @@ class CMB2_Ajax {
|
|
117 |
|
118 |
$args = wp_parse_args( $args, array(
|
119 |
'object_type' => 'post',
|
120 |
-
'oembed_args' =>
|
121 |
'field_id' => false,
|
122 |
'wp_error' => false,
|
123 |
) );
|
124 |
|
125 |
$this->embed_args =& $args;
|
126 |
|
127 |
-
|
128 |
* Set the post_ID so oEmbed won't fail
|
129 |
* wp-includes/class-wp-embed.php, WP_Embed::shortcode()
|
130 |
*/
|
@@ -267,7 +267,7 @@ class CMB2_Ajax {
|
|
267 |
} else {
|
268 |
|
269 |
$args = array( $this->object_type, $this->object_id, $meta_key );
|
270 |
-
$args[] = 'update' === $action ? $func_args : true;
|
271 |
|
272 |
// Cache the result to our metadata
|
273 |
$status = call_user_func_array( $action . '_metadata', $args );
|
117 |
|
118 |
$args = wp_parse_args( $args, array(
|
119 |
'object_type' => 'post',
|
120 |
+
'oembed_args' => array(),
|
121 |
'field_id' => false,
|
122 |
'wp_error' => false,
|
123 |
) );
|
124 |
|
125 |
$this->embed_args =& $args;
|
126 |
|
127 |
+
/*
|
128 |
* Set the post_ID so oEmbed won't fail
|
129 |
* wp-includes/class-wp-embed.php, WP_Embed::shortcode()
|
130 |
*/
|
267 |
} else {
|
268 |
|
269 |
$args = array( $this->object_type, $this->object_id, $meta_key );
|
270 |
+
$args[] = 'update' === $action ? $func_args[1] : true;
|
271 |
|
272 |
// Cache the result to our metadata
|
273 |
$status = call_user_func_array( $action . '_metadata', $args );
|
includes/lib/cmb2/includes/CMB2_Base.php
CHANGED
@@ -288,15 +288,31 @@ abstract class CMB2_Base {
|
|
288 |
return $this->callback_results[ $param ];
|
289 |
}
|
290 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
291 |
/**
|
292 |
* Handles the parameter callbacks, and passes this object as parameter.
|
293 |
*
|
294 |
* @since 2.2.3
|
295 |
-
* @param callable $cb
|
296 |
-
* @
|
|
|
297 |
*/
|
298 |
-
protected function do_callback( $cb ) {
|
299 |
-
return call_user_func( $cb, $this->{$this->properties_name}, $this );
|
300 |
}
|
301 |
|
302 |
/**
|
@@ -403,11 +419,11 @@ abstract class CMB2_Base {
|
|
403 |
switch ( $message ) {
|
404 |
|
405 |
case self::DEPRECATED_PARAM:
|
406 |
-
$message = sprintf( __( 'The "%1$s" field parameter has been deprecated in favor of the "%
|
407 |
break;
|
408 |
|
409 |
case self::DEPRECATED_CB_PARAM:
|
410 |
-
$message = sprintf( __( 'Using the "%1$s" field parameter as a callback has been deprecated in favor of the "%
|
411 |
break;
|
412 |
|
413 |
default:
|
288 |
return $this->callback_results[ $param ];
|
289 |
}
|
290 |
|
291 |
+
/**
|
292 |
+
* Unset the cached results of the param callback.
|
293 |
+
*
|
294 |
+
* @since 2.2.6
|
295 |
+
* @param string $param Field parameter
|
296 |
+
* @return CMB2_Base
|
297 |
+
*/
|
298 |
+
public function unset_param_callback_cache( $param ) {
|
299 |
+
if ( isset( $this->callback_results[ $param ] ) ) {
|
300 |
+
unset( $this->callback_results[ $param ] );
|
301 |
+
}
|
302 |
+
|
303 |
+
return $this;
|
304 |
+
}
|
305 |
+
|
306 |
/**
|
307 |
* Handles the parameter callbacks, and passes this object as parameter.
|
308 |
*
|
309 |
* @since 2.2.3
|
310 |
+
* @param callable $cb The callback method/function/closure
|
311 |
+
* @param mixed $additional_params Any additoinal parameters which should be passed to the callback.
|
312 |
+
* @return mixed Return of the callback function.
|
313 |
*/
|
314 |
+
protected function do_callback( $cb, $additional_params = null ) {
|
315 |
+
return call_user_func( $cb, $this->{$this->properties_name}, $this, $additional_params );
|
316 |
}
|
317 |
|
318 |
/**
|
419 |
switch ( $message ) {
|
420 |
|
421 |
case self::DEPRECATED_PARAM:
|
422 |
+
$message = sprintf( __( 'The "%1$s" field parameter has been deprecated in favor of the "%2$s" parameter.', 'cmb2' ), $args[3], $args[4] );
|
423 |
break;
|
424 |
|
425 |
case self::DEPRECATED_CB_PARAM:
|
426 |
+
$message = sprintf( __( 'Using the "%1$s" field parameter as a callback has been deprecated in favor of the "%2$s" parameter.', 'cmb2' ), $args[3], $args[4] );
|
427 |
break;
|
428 |
|
429 |
default:
|
includes/lib/cmb2/includes/CMB2_Boxes.php
CHANGED
@@ -73,24 +73,67 @@ class CMB2_Boxes {
|
|
73 |
/**
|
74 |
* Retrieve all CMB2 instances that have the specified property set.
|
75 |
*
|
76 |
-
* @since 2.
|
77 |
* @param string $property Property name.
|
78 |
-
* @param mixed $
|
79 |
* @return CMB2[] Array of matching cmb2 instances.
|
80 |
*/
|
81 |
-
public static function
|
82 |
-
$
|
83 |
|
84 |
foreach ( self::$cmb2_instances as $cmb_id => $cmb ) {
|
|
|
85 |
|
86 |
-
if (
|
|
|
|
|
|
|
87 |
continue;
|
88 |
}
|
89 |
|
90 |
-
|
|
|
|
|
91 |
}
|
92 |
|
93 |
-
return $
|
94 |
}
|
95 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
}
|
73 |
/**
|
74 |
* Retrieve all CMB2 instances that have the specified property set.
|
75 |
*
|
76 |
+
* @since 2.4.0
|
77 |
* @param string $property Property name.
|
78 |
+
* @param mixed $compare (Optional) The value to compare.
|
79 |
* @return CMB2[] Array of matching cmb2 instances.
|
80 |
*/
|
81 |
+
public static function get_by( $property, $compare = 'nocompare' ) {
|
82 |
+
$boxes = array();
|
83 |
|
84 |
foreach ( self::$cmb2_instances as $cmb_id => $cmb ) {
|
85 |
+
$prop = $cmb->prop( $property );
|
86 |
|
87 |
+
if ( 'nocompare' === $compare ) {
|
88 |
+
if ( ! empty( $prop ) ) {
|
89 |
+
$boxes[ $cmb_id ] = $cmb;
|
90 |
+
}
|
91 |
continue;
|
92 |
}
|
93 |
|
94 |
+
if ( $compare === $prop ) {
|
95 |
+
$boxes[ $cmb_id ] = $cmb;
|
96 |
+
}
|
97 |
}
|
98 |
|
99 |
+
return $boxes;
|
100 |
}
|
101 |
|
102 |
+
/**
|
103 |
+
* Retrieve all CMB2 instances as long as they do not include the ignored property.
|
104 |
+
*
|
105 |
+
* @since 2.4.0
|
106 |
+
* @param string $property Property name.
|
107 |
+
* @param mixed $to_ignore The value to ignore.
|
108 |
+
* @return CMB2[] Array of matching cmb2 instances.
|
109 |
+
*/
|
110 |
+
public static function filter_by( $property, $to_ignore = null ) {
|
111 |
+
$boxes = array();
|
112 |
+
|
113 |
+
foreach ( self::$cmb2_instances as $cmb_id => $cmb ) {
|
114 |
+
|
115 |
+
if ( $to_ignore === $cmb->prop( $property ) ) {
|
116 |
+
continue;
|
117 |
+
}
|
118 |
+
|
119 |
+
$boxes[ $cmb_id ] = $cmb;
|
120 |
+
}
|
121 |
+
|
122 |
+
return $boxes;
|
123 |
+
}
|
124 |
+
|
125 |
+
/**
|
126 |
+
* Deprecated and left for back-compatibility. The original `get_by_property`
|
127 |
+
* method was misnamed and never actually used by CMB2 core.
|
128 |
+
*
|
129 |
+
* @since 2.2.3
|
130 |
+
*
|
131 |
+
* @param string $property Property name.
|
132 |
+
* @param mixed $to_ignore The value to ignore.
|
133 |
+
* @return CMB2[] Array of matching cmb2 instances.
|
134 |
+
*/
|
135 |
+
public static function get_by_property( $property, $to_ignore = null ) {
|
136 |
+
_deprecated_function( __METHOD__, '2.4.0', 'CMB2_Boxes::filter_by()' );
|
137 |
+
return self::filter_by( $property );
|
138 |
+
}
|
139 |
}
|
includes/lib/cmb2/includes/CMB2_Field.php
CHANGED
@@ -114,6 +114,15 @@ class CMB2_Field extends CMB2_Base {
|
|
114 |
'after_group',
|
115 |
);
|
116 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
/**
|
118 |
* Constructs our field object
|
119 |
*
|
@@ -136,7 +145,7 @@ class CMB2_Field extends CMB2_Base {
|
|
136 |
}
|
137 |
}
|
138 |
|
139 |
-
$this->args = $this->_set_field_defaults( $args['field_args']
|
140 |
|
141 |
if ( $this->object_id ) {
|
142 |
$this->value = $this->get_data();
|
@@ -156,7 +165,7 @@ class CMB2_Field extends CMB2_Base {
|
|
156 |
return call_user_func_array( array( $this, 'get_string' ), $arguments );
|
157 |
}
|
158 |
|
159 |
-
$key = isset( $arguments[0] ) ? $arguments[0] :
|
160 |
return $this->args( $name, $key );
|
161 |
}
|
162 |
|
@@ -476,30 +485,31 @@ class CMB2_Field extends CMB2_Base {
|
|
476 |
}
|
477 |
|
478 |
$sanitizer = new CMB2_Sanitize( $this, $meta_value );
|
|
|
479 |
|
480 |
/**
|
481 |
* Filter the value before it is saved.
|
482 |
*
|
483 |
-
* The dynamic portion of the hook name, $
|
484 |
*
|
485 |
* Passing a non-null value to the filter will short-circuit saving
|
486 |
* the field value, saving the passed value instead.
|
487 |
*
|
488 |
* @param bool|mixed $override_value Sanitization/Validation override value to return.
|
489 |
-
* Default false to skip it.
|
490 |
* @param mixed $value The value to be saved to this field.
|
491 |
* @param int $object_id The ID of the object where the value will be saved
|
492 |
* @param array $field_args The current field's arguments
|
493 |
* @param object $sanitizer This `CMB2_Sanitize` object
|
494 |
*/
|
495 |
-
$override_value = apply_filters( "cmb2_sanitize_{$
|
496 |
|
497 |
if ( null !== $override_value ) {
|
498 |
return $override_value;
|
499 |
}
|
500 |
|
501 |
// Sanitization via 'CMB2_Sanitize'
|
502 |
-
return $sanitizer->{$
|
503 |
}
|
504 |
|
505 |
/**
|
@@ -623,15 +633,20 @@ class CMB2_Field extends CMB2_Base {
|
|
623 |
// These types cannot be repeatable.
|
624 |
$internal_fields = array(
|
625 |
// Use file_list instead
|
626 |
-
'file'
|
627 |
-
'radio'
|
628 |
-
'title'
|
629 |
-
'wysiwyg'
|
630 |
-
'checkbox'
|
631 |
-
'radio_inline'
|
632 |
-
'taxonomy_radio'
|
633 |
-
'
|
634 |
-
'
|
|
|
|
|
|
|
|
|
|
|
635 |
);
|
636 |
|
637 |
/**
|
@@ -649,6 +664,42 @@ class CMB2_Field extends CMB2_Base {
|
|
649 |
return isset( $all_fields[ $type ] );
|
650 |
}
|
651 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
652 |
/**
|
653 |
* Escape the value before output. Defaults to 'esc_attr()'
|
654 |
*
|
@@ -671,8 +722,23 @@ class CMB2_Field extends CMB2_Base {
|
|
671 |
return call_user_func( $cb, $meta_value, $this->args(), $this );
|
672 |
}
|
673 |
|
674 |
-
|
675 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
676 |
if ( null !== $esc ) {
|
677 |
return $esc;
|
678 |
}
|
@@ -922,8 +988,6 @@ class CMB2_Field extends CMB2_Base {
|
|
922 |
return apply_filters( 'cmb2_row_classes', implode( ' ', $classes ), $this );
|
923 |
}
|
924 |
|
925 |
-
|
926 |
-
|
927 |
/**
|
928 |
* Get field display callback and render the display value in the column.
|
929 |
*
|
@@ -950,11 +1014,12 @@ class CMB2_Field extends CMB2_Base {
|
|
950 |
}
|
951 |
|
952 |
$display = new CMB2_Field_Display( $this );
|
|
|
953 |
|
954 |
/**
|
955 |
* A filter to bypass the default display.
|
956 |
*
|
957 |
-
* The dynamic portion of the hook name, $
|
958 |
*
|
959 |
* Passing a non-null value to the filter will short-circuit the default display.
|
960 |
*
|
@@ -962,7 +1027,7 @@ class CMB2_Field extends CMB2_Base {
|
|
962 |
* @param CMB2_Field $field This field object.
|
963 |
* @param CMB2_Field_Display $display The `CMB2_Field_Display` object.
|
964 |
*/
|
965 |
-
$pre_output = apply_filters( "cmb2_pre_field_display_{$
|
966 |
|
967 |
if ( null !== $pre_output ) {
|
968 |
echo $pre_output;
|
@@ -971,7 +1036,7 @@ class CMB2_Field extends CMB2_Base {
|
|
971 |
|
972 |
$this->peform_param_callback( 'before_display_wrap' );
|
973 |
|
974 |
-
printf( "<div class=\"cmb-column %s\" data-fieldtype=\"%s\">\n", $this->row_classes(
|
975 |
|
976 |
$this->peform_param_callback( 'before_display' );
|
977 |
|
@@ -1034,21 +1099,32 @@ class CMB2_Field extends CMB2_Base {
|
|
1034 |
}
|
1035 |
|
1036 |
/**
|
1037 |
-
* Retrieve options args.
|
1038 |
*
|
1039 |
* @since 2.0.0
|
1040 |
* @param string $key Specific option to retrieve
|
1041 |
-
* @return array
|
1042 |
*/
|
1043 |
public function options( $key = '' ) {
|
1044 |
-
if (
|
1045 |
-
|
1046 |
-
|
1047 |
-
}
|
1048 |
|
1049 |
-
|
|
|
1050 |
}
|
1051 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1052 |
$this->field_options = (array) $this->args['options'];
|
1053 |
|
1054 |
if ( is_callable( $this->args['options_cb'] ) ) {
|
@@ -1059,10 +1135,6 @@ class CMB2_Field extends CMB2_Base {
|
|
1059 |
}
|
1060 |
}
|
1061 |
|
1062 |
-
if ( $key ) {
|
1063 |
-
return array_key_exists( $key, $this->field_options ) ? $this->field_options[ $key ] : false;
|
1064 |
-
}
|
1065 |
-
|
1066 |
return $this->field_options;
|
1067 |
}
|
1068 |
|
@@ -1080,6 +1152,67 @@ class CMB2_Field extends CMB2_Base {
|
|
1080 |
CMB2_JS::add_dependencies( $dependencies );
|
1081 |
}
|
1082 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1083 |
/**
|
1084 |
* Get CMB2_Field default value, either from default param or default_cb param.
|
1085 |
*
|
@@ -1088,63 +1221,31 @@ class CMB2_Field extends CMB2_Base {
|
|
1088 |
* @return mixed Default field value
|
1089 |
*/
|
1090 |
public function get_default() {
|
1091 |
-
|
1092 |
-
|
|
|
|
|
1093 |
}
|
1094 |
|
1095 |
$param = is_callable( $this->args['default_cb'] ) ? 'default_cb' : 'default';
|
1096 |
-
$default = $this->get_param_callback_result( $param );
|
1097 |
-
|
1098 |
-
// Allow a filter override of the default value
|
1099 |
-
$this->args['default'] = apply_filters( 'cmb2_default_filter', $default, $this );
|
1100 |
|
1101 |
-
|
|
|
1102 |
}
|
1103 |
|
1104 |
/**
|
1105 |
* Fills in empty field parameters with defaults
|
1106 |
*
|
1107 |
* @since 1.1.0
|
1108 |
-
*
|
1109 |
-
* @param
|
|
|
1110 |
*/
|
1111 |
public function _set_field_defaults( $args ) {
|
1112 |
|
1113 |
// Set up blank or default values for empty ones
|
1114 |
-
$args = wp_parse_args( $args,
|
1115 |
-
'type' => '',
|
1116 |
-
'name' => '',
|
1117 |
-
'desc' => '',
|
1118 |
-
'before' => '',
|
1119 |
-
'after' => '',
|
1120 |
-
'options' => array(),
|
1121 |
-
'options_cb' => '',
|
1122 |
-
'text' => array(),
|
1123 |
-
'text_cb' => '',
|
1124 |
-
'attributes' => array(),
|
1125 |
-
'protocols' => null,
|
1126 |
-
'default' => null,
|
1127 |
-
'default_cb' => '',
|
1128 |
-
'classes' => null,
|
1129 |
-
'classes_cb' => '',
|
1130 |
-
'select_all_button' => true,
|
1131 |
-
'multiple' => false,
|
1132 |
-
'repeatable' => isset( $args['type'] ) && 'group' == $args['type'],
|
1133 |
-
'inline' => false,
|
1134 |
-
'on_front' => true,
|
1135 |
-
'show_names' => true,
|
1136 |
-
'save_field' => true, // Will not save if false
|
1137 |
-
'date_format' => 'm\/d\/Y',
|
1138 |
-
'time_format' => 'h:i A',
|
1139 |
-
'description' => isset( $args['desc'] ) ? $args['desc'] : '',
|
1140 |
-
'preview_size' => 'file' == $args['type'] ? array( 350, 350 ) : array( 50, 50 ),
|
1141 |
-
'render_row_cb' => array( $this, 'render_field_callback' ),
|
1142 |
-
'display_cb' => array( $this, 'display_value_callback' ),
|
1143 |
-
'label_cb' => 'title' != $args['type'] ? array( $this, 'label' ) : '',
|
1144 |
-
'column' => false,
|
1145 |
-
'js_dependencies' => array(),
|
1146 |
-
'show_in_rest' => null,
|
1147 |
-
) );
|
1148 |
|
1149 |
/*
|
1150 |
* Deprecated usage:
|
@@ -1157,37 +1258,15 @@ class CMB2_Field extends CMB2_Base {
|
|
1157 |
|
1158 |
$args['repeatable'] = $args['repeatable'] && ! $this->repeatable_exception( $args['type'] );
|
1159 |
$args['inline'] = $args['inline'] || false !== stripos( $args['type'], '_inline' );
|
1160 |
-
|
1161 |
-
$args['options'] = 'group' == $args['type'] ? wp_parse_args( $args['options'], array(
|
1162 |
-
'add_button' => esc_html__( 'Add Group', 'cmb2' ),
|
1163 |
-
'remove_button' => esc_html__( 'Remove Group', 'cmb2' ),
|
1164 |
-
) ) : $args['options'];
|
1165 |
-
|
1166 |
$args['_id'] = $args['id'];
|
1167 |
$args['_name'] = $args['id'];
|
1168 |
|
1169 |
-
if ( $this->
|
1170 |
-
|
1171 |
-
$args['id'] = $this->group->args( 'id' ) . '_' . $this->group->index . '_' . $args['id'];
|
1172 |
-
$args['_name'] = $this->group->args( 'id' ) . '[' . $this->group->index . '][' . $args['_name'] . ']';
|
1173 |
}
|
1174 |
|
1175 |
-
if (
|
1176 |
-
$args
|
1177 |
-
$args['options']['textarea_name'] = $args['_name'];
|
1178 |
-
}
|
1179 |
-
|
1180 |
-
$option_types = apply_filters( 'cmb2_all_or_nothing_types', array( 'select', 'radio', 'radio_inline', 'taxonomy_select', 'taxonomy_radio', 'taxonomy_radio_inline' ), $this );
|
1181 |
-
|
1182 |
-
if ( in_array( $args['type'], $option_types, true ) ) {
|
1183 |
-
|
1184 |
-
$args['show_option_none'] = isset( $args['show_option_none'] ) ? $args['show_option_none'] : null;
|
1185 |
-
$args['show_option_none'] = true === $args['show_option_none'] ? esc_html__( 'None', 'cmb2' ) : $args['show_option_none'];
|
1186 |
-
|
1187 |
-
if ( null === $args['show_option_none'] ) {
|
1188 |
-
$off_by_default = in_array( $args['type'], array( 'select', 'radio', 'radio_inline' ), true );
|
1189 |
-
$args['show_option_none'] = $off_by_default ? false : esc_html__( 'None', 'cmb2' );
|
1190 |
-
}
|
1191 |
}
|
1192 |
|
1193 |
$args['has_supporting_data'] = in_array(
|
@@ -1204,6 +1283,120 @@ class CMB2_Field extends CMB2_Base {
|
|
1204 |
return $args;
|
1205 |
}
|
1206 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
'after_group',
|
115 |
);
|
116 |
|
117 |
+
/**
|
118 |
+
* Represents a unique hash representing this field.
|
119 |
+
*
|
120 |
+
* @since 2.2.4
|
121 |
+
*
|
122 |
+
* @var string
|
123 |
+
*/
|
124 |
+
protected $hash_id = '';
|
125 |
+
|
126 |
/**
|
127 |
* Constructs our field object
|
128 |
*
|
145 |
}
|
146 |
}
|
147 |
|
148 |
+
$this->args = $this->_set_field_defaults( $args['field_args'] );
|
149 |
|
150 |
if ( $this->object_id ) {
|
151 |
$this->value = $this->get_data();
|
165 |
return call_user_func_array( array( $this, 'get_string' ), $arguments );
|
166 |
}
|
167 |
|
168 |
+
$key = isset( $arguments[0] ) ? $arguments[0] : '';
|
169 |
return $this->args( $name, $key );
|
170 |
}
|
171 |
|
485 |
}
|
486 |
|
487 |
$sanitizer = new CMB2_Sanitize( $this, $meta_value );
|
488 |
+
$field_type = $this->type();
|
489 |
|
490 |
/**
|
491 |
* Filter the value before it is saved.
|
492 |
*
|
493 |
+
* The dynamic portion of the hook name, $field_type, refers to the field type.
|
494 |
*
|
495 |
* Passing a non-null value to the filter will short-circuit saving
|
496 |
* the field value, saving the passed value instead.
|
497 |
*
|
498 |
* @param bool|mixed $override_value Sanitization/Validation override value to return.
|
499 |
+
* Default: null. false to skip it.
|
500 |
* @param mixed $value The value to be saved to this field.
|
501 |
* @param int $object_id The ID of the object where the value will be saved
|
502 |
* @param array $field_args The current field's arguments
|
503 |
* @param object $sanitizer This `CMB2_Sanitize` object
|
504 |
*/
|
505 |
+
$override_value = apply_filters( "cmb2_sanitize_{$field_type}", null, $sanitizer->value, $this->object_id, $this->args(), $sanitizer );
|
506 |
|
507 |
if ( null !== $override_value ) {
|
508 |
return $override_value;
|
509 |
}
|
510 |
|
511 |
// Sanitization via 'CMB2_Sanitize'
|
512 |
+
return $sanitizer->{$field_type}();
|
513 |
}
|
514 |
|
515 |
/**
|
633 |
// These types cannot be repeatable.
|
634 |
$internal_fields = array(
|
635 |
// Use file_list instead
|
636 |
+
'file' => 1,
|
637 |
+
'radio' => 1,
|
638 |
+
'title' => 1,
|
639 |
+
'wysiwyg' => 1,
|
640 |
+
'checkbox' => 1,
|
641 |
+
'radio_inline' => 1,
|
642 |
+
'taxonomy_radio' => 1,
|
643 |
+
'taxonomy_radio_inline' => 1,
|
644 |
+
'taxonomy_radio_hierarchical' => 1,
|
645 |
+
'taxonomy_select' => 1,
|
646 |
+
'taxonomy_multicheck' => 1,
|
647 |
+
'taxonomy_multicheck_inline' => 1,
|
648 |
+
'taxonomy_multicheck_hierarchical' => 1,
|
649 |
+
|
650 |
);
|
651 |
|
652 |
/**
|
664 |
return isset( $all_fields[ $type ] );
|
665 |
}
|
666 |
|
667 |
+
/**
|
668 |
+
* Determine if current type has its own defaults field-arguments method.
|
669 |
+
*
|
670 |
+
* @since 2.2.6
|
671 |
+
* @param string $type Field type to check
|
672 |
+
* @return bool True if has own method.
|
673 |
+
*/
|
674 |
+
public function has_args_method( $type ) {
|
675 |
+
|
676 |
+
// These types have their own arguments parser.
|
677 |
+
$type_methods = array(
|
678 |
+
'group' => 'set_field_defaults_group',
|
679 |
+
'wysiwyg' => 'set_field_defaults_wysiwyg',
|
680 |
+
);
|
681 |
+
|
682 |
+
if ( isset( $type_methods[ $type ] ) ) {
|
683 |
+
return $type_methods[ $type ];
|
684 |
+
}
|
685 |
+
|
686 |
+
$all_or_nothing_types = array_flip( apply_filters( 'cmb2_all_or_nothing_types', array(
|
687 |
+
'select',
|
688 |
+
'radio',
|
689 |
+
'radio_inline',
|
690 |
+
'taxonomy_select',
|
691 |
+
'taxonomy_radio',
|
692 |
+
'taxonomy_radio_inline',
|
693 |
+
'taxonomy_radio_hierarchical',
|
694 |
+
), $this ) );
|
695 |
+
|
696 |
+
if ( isset( $all_or_nothing_types[ $type ] ) ) {
|
697 |
+
return 'set_field_defaults_all_or_nothing_types';
|
698 |
+
}
|
699 |
+
|
700 |
+
return false;
|
701 |
+
}
|
702 |
+
|
703 |
/**
|
704 |
* Escape the value before output. Defaults to 'esc_attr()'
|
705 |
*
|
722 |
return call_user_func( $cb, $meta_value, $this->args(), $this );
|
723 |
}
|
724 |
|
725 |
+
$field_type = $this->type();
|
726 |
+
|
727 |
+
/**
|
728 |
+
* Filter the value for escaping before it is ouput.
|
729 |
+
*
|
730 |
+
* The dynamic portion of the hook name, $field_type, refers to the field type.
|
731 |
+
*
|
732 |
+
* Passing a non-null value to the filter will short-circuit the built-in
|
733 |
+
* escaping for this field.
|
734 |
+
*
|
735 |
+
* @param bool|mixed $override_value Escaping override value to return.
|
736 |
+
* Default: null. false to skip it.
|
737 |
+
* @param mixed $meta_value The value to be output.
|
738 |
+
* @param array $field_args The current field's arguments.
|
739 |
+
* @param object $field This `CMB2_Field` object.
|
740 |
+
*/
|
741 |
+
$esc = apply_filters( "cmb2_types_esc_{$field_type}", null, $meta_value, $this->args(), $this );
|
742 |
if ( null !== $esc ) {
|
743 |
return $esc;
|
744 |
}
|
988 |
return apply_filters( 'cmb2_row_classes', implode( ' ', $classes ), $this );
|
989 |
}
|
990 |
|
|
|
|
|
991 |
/**
|
992 |
* Get field display callback and render the display value in the column.
|
993 |
*
|
1014 |
}
|
1015 |
|
1016 |
$display = new CMB2_Field_Display( $this );
|
1017 |
+
$field_type = $this->type();
|
1018 |
|
1019 |
/**
|
1020 |
* A filter to bypass the default display.
|
1021 |
*
|
1022 |
+
* The dynamic portion of the hook name, $field_type, refers to the field type.
|
1023 |
*
|
1024 |
* Passing a non-null value to the filter will short-circuit the default display.
|
1025 |
*
|
1027 |
* @param CMB2_Field $field This field object.
|
1028 |
* @param CMB2_Field_Display $display The `CMB2_Field_Display` object.
|
1029 |
*/
|
1030 |
+
$pre_output = apply_filters( "cmb2_pre_field_display_{$field_type}", null, $this, $display );
|
1031 |
|
1032 |
if ( null !== $pre_output ) {
|
1033 |
echo $pre_output;
|
1036 |
|
1037 |
$this->peform_param_callback( 'before_display_wrap' );
|
1038 |
|
1039 |
+
printf( "<div class=\"cmb-column %s\" data-fieldtype=\"%s\">\n", $this->row_classes(), $field_type );
|
1040 |
|
1041 |
$this->peform_param_callback( 'before_display' );
|
1042 |
|
1099 |
}
|
1100 |
|
1101 |
/**
|
1102 |
+
* Retrieve options args.
|
1103 |
*
|
1104 |
* @since 2.0.0
|
1105 |
* @param string $key Specific option to retrieve
|
1106 |
+
* @return array|mixed Array of options or specific option.
|
1107 |
*/
|
1108 |
public function options( $key = '' ) {
|
1109 |
+
if ( empty( $this->field_options ) ) {
|
1110 |
+
$this->set_options();
|
1111 |
+
}
|
|
|
1112 |
|
1113 |
+
if ( $key ) {
|
1114 |
+
return array_key_exists( $key, $this->field_options ) ? $this->field_options[ $key ] : false;
|
1115 |
}
|
1116 |
|
1117 |
+
return $this->field_options;
|
1118 |
+
}
|
1119 |
+
|
1120 |
+
/**
|
1121 |
+
* Generates/sets options args. Calls options_cb if it exists.
|
1122 |
+
*
|
1123 |
+
* @since 2.2.5
|
1124 |
+
*
|
1125 |
+
* @return array Array of options
|
1126 |
+
*/
|
1127 |
+
public function set_options() {
|
1128 |
$this->field_options = (array) $this->args['options'];
|
1129 |
|
1130 |
if ( is_callable( $this->args['options_cb'] ) ) {
|
1135 |
}
|
1136 |
}
|
1137 |
|
|
|
|
|
|
|
|
|
1138 |
return $this->field_options;
|
1139 |
}
|
1140 |
|
1152 |
CMB2_JS::add_dependencies( $dependencies );
|
1153 |
}
|
1154 |
|
1155 |
+
/**
|
1156 |
+
* Send field data to JS.
|
1157 |
+
*
|
1158 |
+
* @since 2.2.0
|
1159 |
+
*/
|
1160 |
+
public function register_js_data() {
|
1161 |
+
if ( $this->group ) {
|
1162 |
+
CMB2_JS::add_field_data( $this->group );
|
1163 |
+
}
|
1164 |
+
|
1165 |
+
return CMB2_JS::add_field_data( $this );
|
1166 |
+
}
|
1167 |
+
|
1168 |
+
/**
|
1169 |
+
* Get an array of some of the field data to be used in the Javascript.
|
1170 |
+
*
|
1171 |
+
* @since 2.2.4
|
1172 |
+
*
|
1173 |
+
* @return array
|
1174 |
+
*/
|
1175 |
+
public function js_data() {
|
1176 |
+
return array(
|
1177 |
+
'label' => $this->args( 'name' ),
|
1178 |
+
'id' => $this->id( true ),
|
1179 |
+
'type' => $this->type(),
|
1180 |
+
'hash' => $this->hash_id(),
|
1181 |
+
'box' => $this->cmb_id,
|
1182 |
+
'id_attr' => $this->id(),
|
1183 |
+
'name_attr' => $this->args( '_name' ),
|
1184 |
+
'default' => $this->get_default(),
|
1185 |
+
'group' => $this->group_id(),
|
1186 |
+
'index' => $this->group ? $this->group->index : null,
|
1187 |
+
);
|
1188 |
+
}
|
1189 |
+
|
1190 |
+
/**
|
1191 |
+
* Returns a unique hash representing this field.
|
1192 |
+
*
|
1193 |
+
* @since 2.2.4
|
1194 |
+
*
|
1195 |
+
* @return string
|
1196 |
+
*/
|
1197 |
+
public function hash_id() {
|
1198 |
+
if ( '' === $this->hash_id ) {
|
1199 |
+
$this->hash_id = CMB2_Utils::generate_hash( $this->cmb_id . '||' . $this->id() );
|
1200 |
+
}
|
1201 |
+
|
1202 |
+
return $this->hash_id;
|
1203 |
+
}
|
1204 |
+
|
1205 |
+
/**
|
1206 |
+
* Gets the id of the group field if this field is part of a group.
|
1207 |
+
*
|
1208 |
+
* @since 2.2.4
|
1209 |
+
*
|
1210 |
+
* @return string
|
1211 |
+
*/
|
1212 |
+
public function group_id() {
|
1213 |
+
return $this->group ? $this->group->id( true ) : '';
|
1214 |
+
}
|
1215 |
+
|
1216 |
/**
|
1217 |
* Get CMB2_Field default value, either from default param or default_cb param.
|
1218 |
*
|
1221 |
* @return mixed Default field value
|
1222 |
*/
|
1223 |
public function get_default() {
|
1224 |
+
$default = $this->args['default'];
|
1225 |
+
|
1226 |
+
if ( null !== $default ) {
|
1227 |
+
return apply_filters( 'cmb2_default_filter', $default, $this );
|
1228 |
}
|
1229 |
|
1230 |
$param = is_callable( $this->args['default_cb'] ) ? 'default_cb' : 'default';
|
1231 |
+
$default = $this->args['default'] = $this->get_param_callback_result( $param );
|
|
|
|
|
|
|
1232 |
|
1233 |
+
// Allow a filter override of the default value.
|
1234 |
+
return apply_filters( 'cmb2_default_filter', $this->args['default'], $this );
|
1235 |
}
|
1236 |
|
1237 |
/**
|
1238 |
* Fills in empty field parameters with defaults
|
1239 |
*
|
1240 |
* @since 1.1.0
|
1241 |
+
*
|
1242 |
+
* @param array $args Field config array.
|
1243 |
+
* @return array Modified field config array.
|
1244 |
*/
|
1245 |
public function _set_field_defaults( $args ) {
|
1246 |
|
1247 |
// Set up blank or default values for empty ones
|
1248 |
+
$args = wp_parse_args( $args, $this->get_default_field_args( $args ) );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1249 |
|
1250 |
/*
|
1251 |
* Deprecated usage:
|
1258 |
|
1259 |
$args['repeatable'] = $args['repeatable'] && ! $this->repeatable_exception( $args['type'] );
|
1260 |
$args['inline'] = $args['inline'] || false !== stripos( $args['type'], '_inline' );
|
|
|
|
|
|
|
|
|
|
|
|
|
1261 |
$args['_id'] = $args['id'];
|
1262 |
$args['_name'] = $args['id'];
|
1263 |
|
1264 |
+
if ( $method = $this->has_args_method( $args['type'] ) ) {
|
1265 |
+
$args = $this->{$method}( $args );
|
|
|
|
|
1266 |
}
|
1267 |
|
1268 |
+
if ( $this->group ) {
|
1269 |
+
$args = $this->set_group_sub_field_defaults( $args );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1270 |
}
|
1271 |
|
1272 |
$args['has_supporting_data'] = in_array(
|
1283 |
return $args;
|
1284 |
}
|
1285 |
|
1286 |
+
/**
|
1287 |
+
* Sets default arguments for the group field types.
|
1288 |
+
*
|
1289 |
+
* @since 2.2.6
|
1290 |
+
*
|
1291 |
+
* @param array $args Field config array.
|
1292 |
+
* @return array Modified field config array.
|
1293 |
+
*/
|
1294 |
+
protected function set_field_defaults_group( $args ) {
|
1295 |
+
$args['options'] = wp_parse_args( $args['options'], array(
|
1296 |
+
'add_button' => esc_html__( 'Add Group', 'cmb2' ),
|
1297 |
+
'remove_button' => esc_html__( 'Remove Group', 'cmb2' ),
|
1298 |
+
) );
|
1299 |
+
|
1300 |
+
return $args;
|
1301 |
+
}
|
1302 |
+
|
1303 |
+
/**
|
1304 |
+
* Sets default arguments for the wysiwyg field types.
|
1305 |
+
*
|
1306 |
+
* @since 2.2.6
|
1307 |
+
*
|
1308 |
+
* @param array $args Field config array.
|
1309 |
+
* @return array Modified field config array.
|
1310 |
+
*/
|
1311 |
+
protected function set_field_defaults_wysiwyg( $args ) {
|
1312 |
+
$args['id'] = strtolower( str_ireplace( '-', '_', $args['id'] ) );
|
1313 |
+
$args['options']['textarea_name'] = $args['_name'];
|
1314 |
+
|
1315 |
+
return $args;
|
1316 |
+
}
|
1317 |
+
|
1318 |
+
/**
|
1319 |
+
* Sets default arguments for the all-or-nothing field types.
|
1320 |
+
*
|
1321 |
+
* @since 2.2.6
|
1322 |
+
*
|
1323 |
+
* @param array $args Field config array.
|
1324 |
+
* @return array Modified field config array.
|
1325 |
+
*/
|
1326 |
+
protected function set_field_defaults_all_or_nothing_types( $args ) {
|
1327 |
+
$args['show_option_none'] = isset( $args['show_option_none'] ) ? $args['show_option_none'] : null;
|
1328 |
+
$args['show_option_none'] = true === $args['show_option_none'] ? esc_html__( 'None', 'cmb2' ) : $args['show_option_none'];
|
1329 |
+
|
1330 |
+
if ( null === $args['show_option_none'] ) {
|
1331 |
+
$off_by_default = in_array( $args['type'], array( 'select', 'radio', 'radio_inline' ), true );
|
1332 |
+
$args['show_option_none'] = $off_by_default ? false : esc_html__( 'None', 'cmb2' );
|
1333 |
+
}
|
1334 |
+
|
1335 |
+
return $args;
|
1336 |
+
}
|
1337 |
+
|
1338 |
+
/**
|
1339 |
+
* Sets default arguments for group sub-fields.
|
1340 |
+
*
|
1341 |
+
* @since 2.2.6
|
1342 |
+
*
|
1343 |
+
* @param array $args Field config array.
|
1344 |
+
* @return array Modified field config array.
|
1345 |
+
*/
|
1346 |
+
protected function set_group_sub_field_defaults( $args ) {
|
1347 |
+
$args['id'] = $this->group->args( 'id' ) . '_' . $this->group->index . '_' . $args['id'];
|
1348 |
+
$args['_name'] = $this->group->args( 'id' ) . '[' . $this->group->index . '][' . $args['_name'] . ']';
|
1349 |
+
|
1350 |
+
return $args;
|
1351 |
+
}
|
1352 |
+
|
1353 |
+
/**
|
1354 |
+
* Gets the default arguments for all fields.
|
1355 |
+
*
|
1356 |
+
* @since 2.2.6
|
1357 |
+
*
|
1358 |
+
* @param array $args Field config array.
|
1359 |
+
* @return array Field defaults.
|
1360 |
+
*/
|
1361 |
+
protected function get_default_field_args( $args ) {
|
1362 |
+
$type = isset( $args['type'] ) ? $args['type'] : '';
|
1363 |
+
|
1364 |
+
return array(
|
1365 |
+
'type' => $type,
|
1366 |
+
'name' => '',
|
1367 |
+
'desc' => '',
|
1368 |
+
'before' => '',
|
1369 |
+
'after' => '',
|
1370 |
+
'options' => array(),
|
1371 |
+
'options_cb' => '',
|
1372 |
+
'text' => array(),
|
1373 |
+
'text_cb' => '',
|
1374 |
+
'attributes' => array(),
|
1375 |
+
'protocols' => null,
|
1376 |
+
'default' => null,
|
1377 |
+
'default_cb' => '',
|
1378 |
+
'classes' => null,
|
1379 |
+
'classes_cb' => '',
|
1380 |
+
'select_all_button' => true,
|
1381 |
+
'multiple' => false,
|
1382 |
+
'repeatable' => 'group' ===
|