Version Description
Download this release
Release Info
Developer | visualcomposer |
Plugin | Visual Composer Website Builder |
Version | 31.0-beta.3 |
Comparing to | |
See all releases |
Code changes from version 31.0-beta.2 to 31.0-beta.3
- cache/autoload.php +469 -427
- elements/basicButton/public/dist/element.bundle.js +1 -1
- elements/basicButton/public/dist/vendor.bundle.js.LICENSE.txt +2 -0
- elements/column/public/dist/element.bundle.js +1 -1
- elements/column/public/dist/vendor.bundle.js.LICENSE.txt +2 -0
- elements/googleFontsHeading/public/dist/element.bundle.js +1 -1
- elements/googleFontsHeading/public/dist/vendor.bundle.js.LICENSE.txt +2 -0
- elements/outlineButton/public/dist/element.bundle.js +1 -1
- elements/outlineButton/public/dist/vendor.bundle.js.LICENSE.txt +2 -0
- elements/row/public/dist/element.bundle.js +1 -1
- elements/row/public/dist/vendor.bundle.js.LICENSE.txt +2 -0
- elements/separator/public/dist/element.bundle.js +1 -1
- elements/separator/public/dist/vendor.bundle.js.LICENSE.txt +2 -0
- elements/shortcode/public/dist/element.bundle.js +1 -1
- elements/shortcode/public/dist/vendor.bundle.js.LICENSE.txt +2 -0
- elements/singleImage/public/dist/element.bundle.js +1 -1
- elements/singleImage/public/dist/vendor.bundle.js.LICENSE.txt +2 -0
- elements/textBlock/public/dist/element.bundle.js +1 -1
- elements/textBlock/public/dist/vendor.bundle.js.LICENSE.txt +2 -0
- elements/vimeoPlayer/public/dist/element.bundle.js +1 -1
- elements/vimeoPlayer/public/dist/vendor.bundle.js.LICENSE.txt +2 -0
- elements/wpWidgetsCustom/public/dist/element.bundle.js +1 -1
- elements/wpWidgetsCustom/public/dist/vendor.bundle.js.LICENSE.txt +2 -0
- elements/wpWidgetsDefault/public/dist/element.bundle.js +1 -1
- elements/wpWidgetsDefault/public/dist/vendor.bundle.js.LICENSE.txt +2 -0
- elements/youtubePlayer/public/dist/element.bundle.js +1 -1
- elements/youtubePlayer/public/dist/vendor.bundle.js.LICENSE.txt +2 -0
- languages/visualcomposer.pot +1884 -715
- plugin-wordpress.php +2 -2
- public/dist/fonts/VC-Icons.ttf +0 -0
- public/dist/fonts/VC-Icons.woff +0 -0
- public/dist/hub.bundle.css +2 -2
cache/autoload.php
CHANGED
@@ -150,6 +150,13 @@ return array (
|
|
150 |
Â
'make' => false,
|
151 |
Â
'singleton' => true,
|
152 |
Â
),
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
153 |
Â
'PostDataHelper' =>
|
154 |
Â
array (
|
155 |
Â
'name' => 'PostDataHelper',
|
@@ -255,27 +262,6 @@ return array (
|
|
255 |
Â
'make' => false,
|
256 |
Â
'singleton' => true,
|
257 |
Â
),
|
258 |
-
'SettingsFieldsRegistryHelper' =>
|
259 |
-
array (
|
260 |
-
'name' => 'SettingsFieldsRegistryHelper',
|
261 |
-
'abstract' => 'VisualComposer\\Helpers\\Settings\\FieldsRegistry',
|
262 |
-
'make' => false,
|
263 |
-
'singleton' => true,
|
264 |
-
),
|
265 |
-
'SettingsSectionsRegistryHelper' =>
|
266 |
-
array (
|
267 |
-
'name' => 'SettingsSectionsRegistryHelper',
|
268 |
-
'abstract' => 'VisualComposer\\Helpers\\Settings\\SectionsRegistry',
|
269 |
-
'make' => false,
|
270 |
-
'singleton' => true,
|
271 |
-
),
|
272 |
-
'SettingsTabsRegistryHelper' =>
|
273 |
-
array (
|
274 |
-
'name' => 'SettingsTabsRegistryHelper',
|
275 |
-
'abstract' => 'VisualComposer\\Helpers\\Settings\\TabsRegistry',
|
276 |
-
'make' => false,
|
277 |
-
'singleton' => true,
|
278 |
-
),
|
279 |
Â
'AccessCurrentUserHelper' =>
|
280 |
Â
array (
|
281 |
Â
'name' => 'AccessCurrentUserHelper',
|
@@ -304,6 +290,27 @@ return array (
|
|
304 |
Â
'make' => false,
|
305 |
Â
'singleton' => true,
|
306 |
Â
),
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
307 |
Â
'HubAddonsHelper' =>
|
308 |
Â
array (
|
309 |
Â
'name' => 'HubAddonsHelper',
|
@@ -384,241 +391,213 @@ return array (
|
|
384 |
Â
),
|
385 |
Â
'modules' =>
|
386 |
Â
array (
|
387 |
-
'
|
388 |
-
array (
|
389 |
-
'name' => 'ElementsApiController',
|
390 |
-
'abstract' => 'VisualComposer\\Modules\\Elements\\ApiController',
|
391 |
-
'make' => true,
|
392 |
-
'singleton' => true,
|
393 |
-
),
|
394 |
-
'ElementsController' =>
|
395 |
-
array (
|
396 |
-
'name' => 'ElementsController',
|
397 |
-
'abstract' => 'VisualComposer\\Modules\\Elements\\Controller',
|
398 |
-
'make' => true,
|
399 |
-
'singleton' => true,
|
400 |
-
),
|
401 |
-
'ElementsAjaxShortcodeController' =>
|
402 |
-
array (
|
403 |
-
'name' => 'ElementsAjaxShortcodeController',
|
404 |
-
'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxShortcode\\Controller',
|
405 |
-
'make' => true,
|
406 |
-
'singleton' => true,
|
407 |
-
),
|
408 |
-
'ElementsGlobalVariablesController' =>
|
409 |
-
array (
|
410 |
-
'name' => 'ElementsGlobalVariablesController',
|
411 |
-
'abstract' => 'VisualComposer\\Modules\\Elements\\GlobalVariables\\Controller',
|
412 |
-
'make' => true,
|
413 |
-
'singleton' => true,
|
414 |
-
),
|
415 |
-
'ElementsWpWidgetsWpWidgetsController' =>
|
416 |
Â
array (
|
417 |
-
'name' => '
|
418 |
-
'abstract' => 'VisualComposer\\Modules\\
|
419 |
Â
'make' => true,
|
420 |
Â
'singleton' => true,
|
421 |
Â
),
|
422 |
-
'
|
423 |
Â
array (
|
424 |
-
'name' => '
|
425 |
-
'abstract' => 'VisualComposer\\Modules\\
|
426 |
Â
'make' => true,
|
427 |
Â
'singleton' => true,
|
428 |
Â
),
|
429 |
-
'
|
430 |
Â
array (
|
431 |
-
'name' => '
|
432 |
-
'abstract' => 'VisualComposer\\Modules\\
|
433 |
Â
'make' => true,
|
434 |
Â
'singleton' => true,
|
435 |
Â
),
|
436 |
-
'
|
437 |
Â
array (
|
438 |
-
'name' => '
|
439 |
-
'abstract' => 'VisualComposer\\Modules\\
|
440 |
Â
'make' => true,
|
441 |
Â
'singleton' => true,
|
442 |
Â
),
|
443 |
-
'
|
444 |
Â
array (
|
445 |
-
'name' => '
|
446 |
-
'abstract' => 'VisualComposer\\Modules\\
|
447 |
Â
'make' => true,
|
448 |
Â
'singleton' => true,
|
449 |
Â
),
|
450 |
-
'
|
451 |
Â
array (
|
452 |
-
'name' => '
|
453 |
-
'abstract' => 'VisualComposer\\Modules\\
|
454 |
Â
'make' => true,
|
455 |
Â
'singleton' => true,
|
456 |
Â
),
|
457 |
-
'
|
458 |
Â
array (
|
459 |
-
'name' => '
|
460 |
-
'abstract' => 'VisualComposer\\Modules\\
|
461 |
Â
'make' => true,
|
462 |
Â
'singleton' => true,
|
463 |
Â
),
|
464 |
-
'
|
465 |
Â
array (
|
466 |
-
'name' => '
|
467 |
-
'abstract' => 'VisualComposer\\Modules\\
|
468 |
Â
'make' => true,
|
469 |
Â
'singleton' => true,
|
470 |
Â
),
|
471 |
-
'
|
472 |
Â
array (
|
473 |
-
'name' => '
|
474 |
-
'abstract' => 'VisualComposer\\Modules\\
|
475 |
Â
'make' => true,
|
476 |
Â
'singleton' => true,
|
477 |
Â
),
|
478 |
-
'
|
479 |
Â
array (
|
480 |
-
'name' => '
|
481 |
-
'abstract' => 'VisualComposer\\Modules\\
|
482 |
Â
'make' => true,
|
483 |
Â
'singleton' => true,
|
484 |
Â
),
|
485 |
-
'
|
486 |
Â
array (
|
487 |
-
'name' => '
|
488 |
-
'abstract' => 'VisualComposer\\Modules\\
|
489 |
Â
'make' => true,
|
490 |
Â
'singleton' => true,
|
491 |
Â
),
|
492 |
-
'
|
493 |
Â
array (
|
494 |
-
'name' => '
|
495 |
-
'abstract' => 'VisualComposer\\Modules\\
|
496 |
Â
'make' => true,
|
497 |
Â
'singleton' => true,
|
498 |
Â
),
|
499 |
-
'
|
500 |
Â
array (
|
501 |
-
'name' => '
|
502 |
-
'abstract' => 'VisualComposer\\Modules\\
|
503 |
Â
'make' => true,
|
504 |
Â
'singleton' => true,
|
505 |
Â
),
|
506 |
-
'
|
507 |
Â
array (
|
508 |
-
'name' => '
|
509 |
-
'abstract' => 'VisualComposer\\Modules\\
|
510 |
Â
'make' => true,
|
511 |
Â
'singleton' => true,
|
512 |
Â
),
|
513 |
-
'
|
514 |
Â
array (
|
515 |
-
'name' => '
|
516 |
-
'abstract' => 'VisualComposer\\Modules\\
|
517 |
Â
'make' => true,
|
518 |
Â
'singleton' => true,
|
519 |
Â
),
|
520 |
-
'
|
521 |
Â
array (
|
522 |
-
'name' => '
|
523 |
-
'abstract' => 'VisualComposer\\Modules\\
|
524 |
Â
'make' => true,
|
525 |
Â
'singleton' => true,
|
526 |
Â
),
|
527 |
-
'
|
528 |
Â
array (
|
529 |
-
'name' => '
|
530 |
-
'abstract' => 'VisualComposer\\Modules\\
|
531 |
Â
'make' => true,
|
532 |
Â
'singleton' => true,
|
533 |
Â
),
|
534 |
-
'
|
535 |
Â
array (
|
536 |
-
'name' => '
|
537 |
-
'abstract' => 'VisualComposer\\Modules\\
|
538 |
Â
'make' => true,
|
539 |
Â
'singleton' => true,
|
540 |
Â
),
|
541 |
-
'
|
542 |
Â
array (
|
543 |
-
'name' => '
|
544 |
-
'abstract' => 'VisualComposer\\Modules\\
|
545 |
Â
'make' => true,
|
546 |
Â
'singleton' => true,
|
547 |
Â
),
|
548 |
-
'
|
549 |
Â
array (
|
550 |
-
'name' => '
|
551 |
-
'abstract' => 'VisualComposer\\Modules\\
|
552 |
Â
'make' => true,
|
553 |
Â
'singleton' => true,
|
554 |
Â
),
|
555 |
-
'
|
556 |
Â
array (
|
557 |
-
'name' => '
|
558 |
-
'abstract' => 'VisualComposer\\Modules\\
|
559 |
Â
'make' => true,
|
560 |
Â
'singleton' => true,
|
561 |
Â
),
|
562 |
-
'
|
563 |
Â
array (
|
564 |
-
'name' => '
|
565 |
-
'abstract' => 'VisualComposer\\Modules\\
|
566 |
Â
'make' => true,
|
567 |
Â
'singleton' => true,
|
568 |
Â
),
|
569 |
-
'
|
570 |
Â
array (
|
571 |
-
'name' => '
|
572 |
-
'abstract' => 'VisualComposer\\Modules\\
|
573 |
Â
'make' => true,
|
574 |
Â
'singleton' => true,
|
575 |
Â
),
|
576 |
-
'
|
577 |
Â
array (
|
578 |
-
'name' => '
|
579 |
-
'abstract' => 'VisualComposer\\Modules\\
|
580 |
Â
'make' => true,
|
581 |
Â
'singleton' => true,
|
582 |
Â
),
|
583 |
-
'
|
584 |
Â
array (
|
585 |
-
'name' => '
|
586 |
-
'abstract' => 'VisualComposer\\Modules\\
|
587 |
Â
'make' => true,
|
588 |
Â
'singleton' => true,
|
589 |
Â
),
|
590 |
-
'
|
591 |
Â
array (
|
592 |
-
'name' => '
|
593 |
-
'abstract' => 'VisualComposer\\Modules\\
|
594 |
Â
'make' => true,
|
595 |
Â
'singleton' => true,
|
596 |
Â
),
|
597 |
-
'
|
598 |
Â
array (
|
599 |
-
'name' => '
|
600 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
601 |
Â
'make' => true,
|
602 |
Â
'singleton' => true,
|
603 |
Â
),
|
604 |
-
'
|
605 |
Â
array (
|
606 |
-
'name' => '
|
607 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
608 |
Â
'make' => true,
|
609 |
Â
'singleton' => true,
|
610 |
Â
),
|
611 |
-
'
|
612 |
Â
array (
|
613 |
-
'name' => '
|
614 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
615 |
Â
'make' => true,
|
616 |
Â
'singleton' => true,
|
617 |
Â
),
|
618 |
-
'
|
619 |
Â
array (
|
620 |
-
'name' => '
|
621 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\
|
622 |
Â
'make' => true,
|
623 |
Â
'singleton' => true,
|
624 |
Â
),
|
@@ -671,402 +650,500 @@ return array (
|
|
671 |
Â
'make' => true,
|
672 |
Â
'singleton' => true,
|
673 |
Â
),
|
674 |
-
'
|
675 |
Â
array (
|
676 |
-
'name' => '
|
677 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
678 |
Â
'make' => true,
|
679 |
Â
'singleton' => true,
|
680 |
Â
),
|
681 |
-
'
|
682 |
Â
array (
|
683 |
-
'name' => '
|
684 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
685 |
Â
'make' => true,
|
686 |
Â
'singleton' => true,
|
687 |
Â
),
|
688 |
-
'
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
689 |
Â
array (
|
690 |
Â
'name' => 'EditorsDataUsageController',
|
691 |
Â
'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\Controller',
|
692 |
Â
'make' => true,
|
693 |
Â
'singleton' => true,
|
694 |
Â
),
|
695 |
-
'
|
696 |
Â
array (
|
697 |
-
'name' => '
|
698 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
699 |
Â
'make' => true,
|
700 |
Â
'singleton' => true,
|
701 |
Â
),
|
702 |
-
'
|
703 |
Â
array (
|
704 |
-
'name' => '
|
705 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
706 |
Â
'make' => true,
|
707 |
Â
'singleton' => true,
|
708 |
Â
),
|
709 |
-
'
|
710 |
Â
array (
|
711 |
-
'name' => '
|
712 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
713 |
Â
'make' => true,
|
714 |
Â
'singleton' => true,
|
715 |
Â
),
|
716 |
-
'
|
717 |
Â
array (
|
718 |
-
'name' => '
|
719 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
720 |
Â
'make' => true,
|
721 |
Â
'singleton' => true,
|
722 |
Â
),
|
723 |
-
'
|
724 |
Â
array (
|
725 |
-
'name' => '
|
726 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
727 |
Â
'make' => true,
|
728 |
Â
'singleton' => true,
|
729 |
Â
),
|
730 |
-
'
|
731 |
Â
array (
|
732 |
-
'name' => '
|
733 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
734 |
Â
'make' => true,
|
735 |
Â
'singleton' => true,
|
736 |
Â
),
|
737 |
-
'
|
738 |
Â
array (
|
739 |
-
'name' => '
|
740 |
-
'abstract' => 'VisualComposer\\Modules\\
|
741 |
Â
'make' => true,
|
742 |
Â
'singleton' => true,
|
743 |
Â
),
|
744 |
-
'
|
745 |
Â
array (
|
746 |
-
'name' => '
|
747 |
-
'abstract' => 'VisualComposer\\Modules\\
|
748 |
Â
'make' => true,
|
749 |
Â
'singleton' => true,
|
750 |
Â
),
|
751 |
-
'
|
752 |
Â
array (
|
753 |
-
'name' => '
|
754 |
-
'abstract' => 'VisualComposer\\Modules\\
|
755 |
Â
'make' => true,
|
756 |
Â
'singleton' => true,
|
757 |
Â
),
|
758 |
-
'
|
759 |
Â
array (
|
760 |
-
'name' => '
|
761 |
-
'abstract' => 'VisualComposer\\Modules\\
|
762 |
Â
'make' => true,
|
763 |
Â
'singleton' => true,
|
764 |
Â
),
|
765 |
-
'
|
766 |
Â
array (
|
767 |
-
'name' => '
|
768 |
-
'abstract' => 'VisualComposer\\Modules\\
|
769 |
Â
'make' => true,
|
770 |
Â
'singleton' => true,
|
771 |
Â
),
|
772 |
-
'
|
773 |
Â
array (
|
774 |
-
'name' => '
|
775 |
-
'abstract' => 'VisualComposer\\Modules\\
|
776 |
Â
'make' => true,
|
777 |
Â
'singleton' => true,
|
778 |
Â
),
|
779 |
-
'
|
780 |
Â
array (
|
781 |
-
'name' => '
|
782 |
-
'abstract' => 'VisualComposer\\Modules\\
|
783 |
Â
'make' => true,
|
784 |
Â
'singleton' => true,
|
785 |
Â
),
|
786 |
-
'
|
787 |
Â
array (
|
788 |
-
'name' => '
|
789 |
-
'abstract' => 'VisualComposer\\Modules\\
|
790 |
Â
'make' => true,
|
791 |
Â
'singleton' => true,
|
792 |
Â
),
|
793 |
-
'
|
794 |
Â
array (
|
795 |
-
'name' => '
|
796 |
-
'abstract' => 'VisualComposer\\Modules\\
|
797 |
Â
'make' => true,
|
798 |
Â
'singleton' => true,
|
799 |
Â
),
|
800 |
-
'
|
801 |
Â
array (
|
802 |
-
'name' => '
|
803 |
-
'abstract' => 'VisualComposer\\Modules\\
|
804 |
Â
'make' => true,
|
805 |
Â
'singleton' => true,
|
806 |
Â
),
|
807 |
-
'
|
808 |
Â
array (
|
809 |
-
'name' => '
|
810 |
-
'abstract' => 'VisualComposer\\Modules\\
|
811 |
Â
'make' => true,
|
812 |
Â
'singleton' => true,
|
813 |
Â
),
|
814 |
-
'
|
815 |
Â
array (
|
816 |
-
'name' => '
|
817 |
-
'abstract' => 'VisualComposer\\Modules\\
|
818 |
Â
'make' => true,
|
819 |
Â
'singleton' => true,
|
820 |
Â
),
|
821 |
-
'
|
822 |
Â
array (
|
823 |
-
'name' => '
|
824 |
-
'abstract' => 'VisualComposer\\Modules\\
|
825 |
Â
'make' => true,
|
826 |
Â
'singleton' => true,
|
827 |
Â
),
|
828 |
-
'
|
829 |
Â
array (
|
830 |
-
'name' => '
|
831 |
-
'abstract' => 'VisualComposer\\Modules\\
|
832 |
Â
'make' => true,
|
833 |
Â
'singleton' => true,
|
834 |
Â
),
|
835 |
-
'
|
836 |
Â
array (
|
837 |
-
'name' => '
|
838 |
-
'abstract' => 'VisualComposer\\Modules\\
|
839 |
Â
'make' => true,
|
840 |
Â
'singleton' => true,
|
841 |
Â
),
|
842 |
-
'
|
843 |
Â
array (
|
844 |
-
'name' => '
|
845 |
-
'abstract' => 'VisualComposer\\Modules\\
|
846 |
Â
'make' => true,
|
847 |
Â
'singleton' => true,
|
848 |
Â
),
|
849 |
-
'
|
850 |
Â
array (
|
851 |
-
'name' => '
|
852 |
-
'abstract' => 'VisualComposer\\Modules\\
|
853 |
Â
'make' => true,
|
854 |
Â
'singleton' => true,
|
855 |
Â
),
|
856 |
-
'
|
857 |
Â
array (
|
858 |
-
'name' => '
|
859 |
-
'abstract' => 'VisualComposer\\Modules\\
|
860 |
Â
'make' => true,
|
861 |
Â
'singleton' => true,
|
862 |
Â
),
|
863 |
-
'
|
864 |
Â
array (
|
865 |
-
'name' => '
|
866 |
-
'abstract' => 'VisualComposer\\Modules\\
|
867 |
Â
'make' => true,
|
868 |
Â
'singleton' => true,
|
869 |
Â
),
|
870 |
-
'
|
871 |
Â
array (
|
872 |
-
'name' => '
|
873 |
-
'abstract' => 'VisualComposer\\Modules\\
|
874 |
Â
'make' => true,
|
875 |
Â
'singleton' => true,
|
876 |
Â
),
|
877 |
-
'
|
878 |
Â
array (
|
879 |
-
'name' => '
|
880 |
-
'abstract' => 'VisualComposer\\Modules\\
|
881 |
Â
'make' => true,
|
882 |
Â
'singleton' => true,
|
883 |
Â
),
|
884 |
-
'
|
885 |
Â
array (
|
886 |
-
'name' => '
|
887 |
-
'abstract' => 'VisualComposer\\Modules\\
|
888 |
Â
'make' => true,
|
889 |
Â
'singleton' => true,
|
890 |
Â
),
|
891 |
-
'
|
892 |
Â
array (
|
893 |
-
'name' => '
|
894 |
-
'abstract' => 'VisualComposer\\Modules\\
|
895 |
Â
'make' => true,
|
896 |
Â
'singleton' => true,
|
897 |
Â
),
|
898 |
-
'
|
899 |
Â
array (
|
900 |
-
'name' => '
|
901 |
-
'abstract' => 'VisualComposer\\Modules\\
|
902 |
Â
'make' => true,
|
903 |
Â
'singleton' => true,
|
904 |
Â
),
|
905 |
-
'
|
906 |
Â
array (
|
907 |
-
'name' => '
|
908 |
-
'abstract' => 'VisualComposer\\Modules\\
|
909 |
Â
'make' => true,
|
910 |
Â
'singleton' => true,
|
911 |
Â
),
|
912 |
-
'
|
913 |
Â
array (
|
914 |
-
'name' => '
|
915 |
-
'abstract' => 'VisualComposer\\Modules\\
|
916 |
Â
'make' => true,
|
917 |
Â
'singleton' => true,
|
918 |
Â
),
|
919 |
-
'
|
920 |
Â
array (
|
921 |
-
'name' => '
|
922 |
-
'abstract' => 'VisualComposer\\Modules\\
|
923 |
Â
'make' => true,
|
924 |
Â
'singleton' => true,
|
925 |
Â
),
|
926 |
-
'
|
927 |
Â
array (
|
928 |
-
'name' => '
|
929 |
-
'abstract' => 'VisualComposer\\Modules\\
|
930 |
Â
'make' => true,
|
931 |
Â
'singleton' => true,
|
932 |
Â
),
|
933 |
-
'
|
934 |
Â
array (
|
935 |
-
'name' => '
|
936 |
-
'abstract' => 'VisualComposer\\Modules\\
|
937 |
Â
'make' => true,
|
938 |
Â
'singleton' => true,
|
939 |
Â
),
|
940 |
-
'
|
941 |
Â
array (
|
942 |
-
'name' => '
|
943 |
-
'abstract' => 'VisualComposer\\Modules\\
|
944 |
Â
'make' => true,
|
945 |
Â
'singleton' => true,
|
946 |
Â
),
|
947 |
-
'
|
948 |
Â
array (
|
949 |
-
'name' => '
|
950 |
-
'abstract' => 'VisualComposer\\Modules\\
|
951 |
Â
'make' => true,
|
952 |
Â
'singleton' => true,
|
953 |
Â
),
|
954 |
-
'
|
955 |
Â
array (
|
956 |
-
'name' => '
|
957 |
-
'abstract' => 'VisualComposer\\Modules\\
|
958 |
Â
'make' => true,
|
959 |
Â
'singleton' => true,
|
960 |
Â
),
|
961 |
-
'
|
962 |
Â
array (
|
963 |
-
'name' => '
|
964 |
-
'abstract' => 'VisualComposer\\Modules\\
|
965 |
Â
'make' => true,
|
966 |
Â
'singleton' => true,
|
967 |
Â
),
|
968 |
-
'
|
969 |
Â
array (
|
970 |
-
'name' => '
|
971 |
-
'abstract' => 'VisualComposer\\Modules\\
|
972 |
Â
'make' => true,
|
973 |
Â
'singleton' => true,
|
974 |
Â
),
|
975 |
-
'
|
976 |
Â
array (
|
977 |
-
'name' => '
|
978 |
-
'abstract' => 'VisualComposer\\Modules\\
|
979 |
Â
'make' => true,
|
980 |
Â
'singleton' => true,
|
981 |
Â
),
|
982 |
-
'
|
983 |
Â
array (
|
984 |
-
'name' => '
|
985 |
-
'abstract' => 'VisualComposer\\Modules\\
|
986 |
Â
'make' => true,
|
987 |
Â
'singleton' => true,
|
988 |
Â
),
|
989 |
-
'
|
990 |
Â
array (
|
991 |
-
'name' => '
|
992 |
-
'abstract' => 'VisualComposer\\Modules\\
|
993 |
Â
'make' => true,
|
994 |
Â
'singleton' => true,
|
995 |
Â
),
|
996 |
-
'
|
997 |
Â
array (
|
998 |
-
'name' => '
|
999 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1000 |
Â
'make' => true,
|
1001 |
Â
'singleton' => true,
|
1002 |
Â
),
|
1003 |
-
'
|
1004 |
Â
array (
|
1005 |
-
'name' => '
|
1006 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1007 |
Â
'make' => true,
|
1008 |
Â
'singleton' => true,
|
1009 |
Â
),
|
1010 |
-
'
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1011 |
Â
array (
|
1012 |
-
'name' => '
|
1013 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1014 |
Â
'make' => true,
|
1015 |
Â
'singleton' => true,
|
1016 |
Â
),
|
1017 |
-
'
|
1018 |
Â
array (
|
1019 |
-
'name' => '
|
1020 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1021 |
Â
'make' => true,
|
1022 |
Â
'singleton' => true,
|
1023 |
Â
),
|
1024 |
-
'
|
1025 |
Â
array (
|
1026 |
-
'name' => '
|
1027 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1028 |
Â
'make' => true,
|
1029 |
Â
'singleton' => true,
|
1030 |
Â
),
|
1031 |
-
'
|
1032 |
Â
array (
|
1033 |
-
'name' => '
|
1034 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1035 |
Â
'make' => true,
|
1036 |
Â
'singleton' => true,
|
1037 |
Â
),
|
1038 |
-
'
|
1039 |
Â
array (
|
1040 |
-
'name' => '
|
1041 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1042 |
Â
'make' => true,
|
1043 |
Â
'singleton' => true,
|
1044 |
Â
),
|
1045 |
-
'
|
1046 |
Â
array (
|
1047 |
-
'name' => '
|
1048 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1049 |
Â
'make' => true,
|
1050 |
Â
'singleton' => true,
|
1051 |
Â
),
|
1052 |
-
'
|
1053 |
Â
array (
|
1054 |
-
'name' => '
|
1055 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1056 |
Â
'make' => true,
|
1057 |
Â
'singleton' => true,
|
1058 |
Â
),
|
1059 |
-
'
|
1060 |
Â
array (
|
1061 |
-
'name' => '
|
1062 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1063 |
Â
'make' => true,
|
1064 |
Â
'singleton' => true,
|
1065 |
Â
),
|
1066 |
-
'
|
1067 |
Â
array (
|
1068 |
-
'name' => '
|
1069 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1070 |
Â
'make' => true,
|
1071 |
Â
'singleton' => true,
|
1072 |
Â
),
|
@@ -1189,234 +1266,199 @@ return array (
|
|
1189 |
Â
'make' => true,
|
1190 |
Â
'singleton' => true,
|
1191 |
Â
),
|
1192 |
-
'
|
1193 |
-
array (
|
1194 |
-
'name' => 'LicenseActivationRedirectController',
|
1195 |
-
'abstract' => 'VisualComposer\\Modules\\License\\ActivationRedirectController',
|
1196 |
-
'make' => true,
|
1197 |
-
'singleton' => true,
|
1198 |
-
),
|
1199 |
-
'LicenseDeactivationController' =>
|
1200 |
-
array (
|
1201 |
-
'name' => 'LicenseDeactivationController',
|
1202 |
-
'abstract' => 'VisualComposer\\Modules\\License\\DeactivationController',
|
1203 |
-
'make' => true,
|
1204 |
-
'singleton' => true,
|
1205 |
-
),
|
1206 |
-
'LicenseEditorVariablesController' =>
|
1207 |
-
array (
|
1208 |
-
'name' => 'LicenseEditorVariablesController',
|
1209 |
-
'abstract' => 'VisualComposer\\Modules\\License\\EditorVariablesController',
|
1210 |
-
'make' => true,
|
1211 |
-
'singleton' => true,
|
1212 |
-
),
|
1213 |
-
'LicenseErrorReportingController' =>
|
1214 |
-
array (
|
1215 |
-
'name' => 'LicenseErrorReportingController',
|
1216 |
-
'abstract' => 'VisualComposer\\Modules\\License\\ErrorReportingController',
|
1217 |
-
'make' => true,
|
1218 |
-
'singleton' => true,
|
1219 |
-
),
|
1220 |
-
'LicenseFeedbackController' =>
|
1221 |
-
array (
|
1222 |
-
'name' => 'LicenseFeedbackController',
|
1223 |
-
'abstract' => 'VisualComposer\\Modules\\License\\FeedbackController',
|
1224 |
-
'make' => true,
|
1225 |
-
'singleton' => true,
|
1226 |
-
),
|
1227 |
-
'LicenseLicenseController' =>
|
1228 |
Â
array (
|
1229 |
-
'name' => '
|
1230 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1231 |
Â
'make' => true,
|
1232 |
Â
'singleton' => true,
|
1233 |
Â
),
|
1234 |
-
'
|
1235 |
Â
array (
|
1236 |
-
'name' => '
|
1237 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1238 |
Â
'make' => true,
|
1239 |
Â
'singleton' => true,
|
1240 |
Â
),
|
1241 |
-
'
|
1242 |
Â
array (
|
1243 |
-
'name' => '
|
1244 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1245 |
Â
'make' => true,
|
1246 |
Â
'singleton' => true,
|
1247 |
Â
),
|
1248 |
-
'
|
1249 |
Â
array (
|
1250 |
-
'name' => '
|
1251 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1252 |
Â
'make' => true,
|
1253 |
Â
'singleton' => true,
|
1254 |
Â
),
|
1255 |
-
'
|
1256 |
Â
array (
|
1257 |
-
'name' => '
|
1258 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1259 |
Â
'make' => true,
|
1260 |
Â
'singleton' => true,
|
1261 |
Â
),
|
1262 |
-
'
|
1263 |
Â
array (
|
1264 |
-
'name' => '
|
1265 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1266 |
Â
'make' => true,
|
1267 |
Â
'singleton' => true,
|
1268 |
Â
),
|
1269 |
-
'
|
1270 |
Â
array (
|
1271 |
-
'name' => '
|
1272 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1273 |
Â
'make' => true,
|
1274 |
Â
'singleton' => true,
|
1275 |
Â
),
|
1276 |
-
'
|
1277 |
Â
array (
|
1278 |
-
'name' => '
|
1279 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1280 |
Â
'make' => true,
|
1281 |
Â
'singleton' => true,
|
1282 |
Â
),
|
1283 |
-
'
|
1284 |
Â
array (
|
1285 |
-
'name' => '
|
1286 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1287 |
Â
'make' => true,
|
1288 |
Â
'singleton' => true,
|
1289 |
Â
),
|
1290 |
-
'
|
1291 |
Â
array (
|
1292 |
-
'name' => '
|
1293 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1294 |
Â
'make' => true,
|
1295 |
Â
'singleton' => true,
|
1296 |
Â
),
|
1297 |
-
'
|
1298 |
Â
array (
|
1299 |
-
'name' => '
|
1300 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1301 |
Â
'make' => true,
|
1302 |
Â
'singleton' => true,
|
1303 |
Â
),
|
1304 |
-
'
|
1305 |
Â
array (
|
1306 |
-
'name' => '
|
1307 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1308 |
Â
'make' => true,
|
1309 |
Â
'singleton' => true,
|
1310 |
Â
),
|
1311 |
-
'
|
1312 |
Â
array (
|
1313 |
-
'name' => '
|
1314 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1315 |
Â
'make' => true,
|
1316 |
Â
'singleton' => true,
|
1317 |
Â
),
|
1318 |
-
'
|
1319 |
Â
array (
|
1320 |
-
'name' => '
|
1321 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1322 |
Â
'make' => true,
|
1323 |
Â
'singleton' => true,
|
1324 |
Â
),
|
1325 |
-
'
|
1326 |
Â
array (
|
1327 |
-
'name' => '
|
1328 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1329 |
Â
'make' => true,
|
1330 |
Â
'singleton' => true,
|
1331 |
Â
),
|
1332 |
-
'
|
1333 |
Â
array (
|
1334 |
-
'name' => '
|
1335 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1336 |
Â
'make' => true,
|
1337 |
Â
'singleton' => true,
|
1338 |
Â
),
|
1339 |
-
'
|
1340 |
Â
array (
|
1341 |
-
'name' => '
|
1342 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1343 |
Â
'make' => true,
|
1344 |
Â
'singleton' => true,
|
1345 |
Â
),
|
1346 |
-
'
|
1347 |
Â
array (
|
1348 |
-
'name' => '
|
1349 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1350 |
Â
'make' => true,
|
1351 |
Â
'singleton' => true,
|
1352 |
Â
),
|
1353 |
-
'
|
1354 |
Â
array (
|
1355 |
-
'name' => '
|
1356 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1357 |
Â
'make' => true,
|
1358 |
Â
'singleton' => true,
|
1359 |
Â
),
|
1360 |
-
'
|
1361 |
Â
array (
|
1362 |
-
'name' => '
|
1363 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1364 |
Â
'make' => true,
|
1365 |
Â
'singleton' => true,
|
1366 |
Â
),
|
1367 |
-
'
|
1368 |
Â
array (
|
1369 |
-
'name' => '
|
1370 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1371 |
Â
'make' => true,
|
1372 |
Â
'singleton' => true,
|
1373 |
Â
),
|
1374 |
-
'
|
1375 |
Â
array (
|
1376 |
-
'name' => '
|
1377 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1378 |
Â
'make' => true,
|
1379 |
Â
'singleton' => true,
|
1380 |
Â
),
|
1381 |
-
'
|
1382 |
Â
array (
|
1383 |
-
'name' => '
|
1384 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1385 |
Â
'make' => true,
|
1386 |
Â
'singleton' => true,
|
1387 |
Â
),
|
1388 |
-
'
|
1389 |
Â
array (
|
1390 |
-
'name' => '
|
1391 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1392 |
Â
'make' => true,
|
1393 |
Â
'singleton' => true,
|
1394 |
Â
),
|
1395 |
-
'
|
1396 |
Â
array (
|
1397 |
-
'name' => '
|
1398 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1399 |
Â
'make' => true,
|
1400 |
Â
'singleton' => true,
|
1401 |
Â
),
|
1402 |
-
'
|
1403 |
Â
array (
|
1404 |
-
'name' => '
|
1405 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1406 |
Â
'make' => true,
|
1407 |
Â
'singleton' => true,
|
1408 |
Â
),
|
1409 |
-
'
|
1410 |
Â
array (
|
1411 |
-
'name' => '
|
1412 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1413 |
Â
'make' => true,
|
1414 |
Â
'singleton' => true,
|
1415 |
Â
),
|
1416 |
-
'
|
1417 |
Â
array (
|
1418 |
-
'name' => '
|
1419 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1420 |
Â
'make' => true,
|
1421 |
Â
'singleton' => true,
|
1422 |
Â
),
|
150 |
Â
'make' => false,
|
151 |
Â
'singleton' => true,
|
152 |
Â
),
|
153 |
+
'PopupsHelper' =>
|
154 |
+
array (
|
155 |
+
'name' => 'PopupsHelper',
|
156 |
+
'abstract' => 'VisualComposer\\Helpers\\Popups',
|
157 |
+
'make' => false,
|
158 |
+
'singleton' => true,
|
159 |
+
),
|
160 |
Â
'PostDataHelper' =>
|
161 |
Â
array (
|
162 |
Â
'name' => 'PostDataHelper',
|
262 |
Â
'make' => false,
|
263 |
Â
'singleton' => true,
|
264 |
Â
),
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
265 |
Â
'AccessCurrentUserHelper' =>
|
266 |
Â
array (
|
267 |
Â
'name' => 'AccessCurrentUserHelper',
|
290 |
Â
'make' => false,
|
291 |
Â
'singleton' => true,
|
292 |
Â
),
|
293 |
+
'SettingsFieldsRegistryHelper' =>
|
294 |
+
array (
|
295 |
+
'name' => 'SettingsFieldsRegistryHelper',
|
296 |
+
'abstract' => 'VisualComposer\\Helpers\\Settings\\FieldsRegistry',
|
297 |
+
'make' => false,
|
298 |
+
'singleton' => true,
|
299 |
+
),
|
300 |
+
'SettingsSectionsRegistryHelper' =>
|
301 |
+
array (
|
302 |
+
'name' => 'SettingsSectionsRegistryHelper',
|
303 |
+
'abstract' => 'VisualComposer\\Helpers\\Settings\\SectionsRegistry',
|
304 |
+
'make' => false,
|
305 |
+
'singleton' => true,
|
306 |
+
),
|
307 |
+
'SettingsTabsRegistryHelper' =>
|
308 |
+
array (
|
309 |
+
'name' => 'SettingsTabsRegistryHelper',
|
310 |
+
'abstract' => 'VisualComposer\\Helpers\\Settings\\TabsRegistry',
|
311 |
+
'make' => false,
|
312 |
+
'singleton' => true,
|
313 |
+
),
|
314 |
Â
'HubAddonsHelper' =>
|
315 |
Â
array (
|
316 |
Â
'name' => 'HubAddonsHelper',
|
391 |
Â
),
|
392 |
Â
'modules' =>
|
393 |
Â
array (
|
394 |
+
'UtmUtm' =>
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
395 |
Â
array (
|
396 |
+
'name' => 'UtmUtm',
|
397 |
+
'abstract' => 'VisualComposer\\Modules\\Utm\\Utm',
|
398 |
Â
'make' => true,
|
399 |
Â
'singleton' => true,
|
400 |
Â
),
|
401 |
+
'MigrationsAssets22Migration' =>
|
402 |
Â
array (
|
403 |
+
'name' => 'MigrationsAssets22Migration',
|
404 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\Assets22Migration',
|
405 |
Â
'make' => true,
|
406 |
Â
'singleton' => true,
|
407 |
Â
),
|
408 |
+
'MigrationsCustomTemplatesUpdate24Migration' =>
|
409 |
Â
array (
|
410 |
+
'name' => 'MigrationsCustomTemplatesUpdate24Migration',
|
411 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\CustomTemplatesUpdate24Migration',
|
412 |
Â
'make' => true,
|
413 |
Â
'singleton' => true,
|
414 |
Â
),
|
415 |
+
'MigrationsDefaultElementsMigration' =>
|
416 |
Â
array (
|
417 |
+
'name' => 'MigrationsDefaultElementsMigration',
|
418 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultElementsMigration',
|
419 |
Â
'make' => true,
|
420 |
Â
'singleton' => true,
|
421 |
Â
),
|
422 |
+
'MigrationsFixPredefinedTemplateUpdate' =>
|
423 |
Â
array (
|
424 |
+
'name' => 'MigrationsFixPredefinedTemplateUpdate',
|
425 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\FixPredefinedTemplateUpdate',
|
426 |
Â
'make' => true,
|
427 |
Â
'singleton' => true,
|
428 |
Â
),
|
429 |
+
'MigrationsGlobalJavascriptMigration' =>
|
430 |
Â
array (
|
431 |
+
'name' => 'MigrationsGlobalJavascriptMigration',
|
432 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\GlobalJavascriptMigration',
|
433 |
Â
'make' => true,
|
434 |
Â
'singleton' => true,
|
435 |
Â
),
|
436 |
+
'MigrationsLicenseMigration' =>
|
437 |
Â
array (
|
438 |
+
'name' => 'MigrationsLicenseMigration',
|
439 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\LicenseMigration',
|
440 |
Â
'make' => true,
|
441 |
Â
'singleton' => true,
|
442 |
Â
),
|
443 |
+
'MigrationsPredefinedTemplateMigration' =>
|
444 |
Â
array (
|
445 |
+
'name' => 'MigrationsPredefinedTemplateMigration',
|
446 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\PredefinedTemplateMigration',
|
447 |
Â
'make' => true,
|
448 |
Â
'singleton' => true,
|
449 |
Â
),
|
450 |
+
'MigrationsSettingsMigration' =>
|
451 |
Â
array (
|
452 |
+
'name' => 'MigrationsSettingsMigration',
|
453 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\SettingsMigration',
|
454 |
Â
'make' => true,
|
455 |
Â
'singleton' => true,
|
456 |
Â
),
|
457 |
+
'MigrationsTemplates114Migration' =>
|
458 |
Â
array (
|
459 |
+
'name' => 'MigrationsTemplates114Migration',
|
460 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\Templates114Migration',
|
461 |
Â
'make' => true,
|
462 |
Â
'singleton' => true,
|
463 |
Â
),
|
464 |
+
'MigrationsUpdateGlobalElementsMigration' =>
|
465 |
Â
array (
|
466 |
+
'name' => 'MigrationsUpdateGlobalElementsMigration',
|
467 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\UpdateGlobalElementsMigration',
|
468 |
Â
'make' => true,
|
469 |
Â
'singleton' => true,
|
470 |
Â
),
|
471 |
+
'EditorsEnvController' =>
|
472 |
Â
array (
|
473 |
+
'name' => 'EditorsEnvController',
|
474 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\EnvController',
|
475 |
Â
'make' => true,
|
476 |
Â
'singleton' => true,
|
477 |
Â
),
|
478 |
+
'EditorsMediaSizesController' =>
|
479 |
Â
array (
|
480 |
+
'name' => 'EditorsMediaSizesController',
|
481 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\MediaSizesController',
|
482 |
Â
'make' => true,
|
483 |
Â
'singleton' => true,
|
484 |
Â
),
|
485 |
+
'EditorsFrontendBundleController' =>
|
486 |
Â
array (
|
487 |
+
'name' => 'EditorsFrontendBundleController',
|
488 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\BundleController',
|
489 |
Â
'make' => true,
|
490 |
Â
'singleton' => true,
|
491 |
Â
),
|
492 |
+
'EditorsFrontendController' =>
|
493 |
Â
array (
|
494 |
+
'name' => 'EditorsFrontendController',
|
495 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\Controller',
|
496 |
Â
'make' => true,
|
497 |
Â
'singleton' => true,
|
498 |
Â
),
|
499 |
+
'EditorsFrontendHeartbeatController' =>
|
500 |
Â
array (
|
501 |
+
'name' => 'EditorsFrontendHeartbeatController',
|
502 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\HeartbeatController',
|
503 |
Â
'make' => true,
|
504 |
Â
'singleton' => true,
|
505 |
Â
),
|
506 |
+
'EditorsFrontendMenuController' =>
|
507 |
Â
array (
|
508 |
+
'name' => 'EditorsFrontendMenuController',
|
509 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\MenuController',
|
510 |
Â
'make' => true,
|
511 |
Â
'singleton' => true,
|
512 |
Â
),
|
513 |
+
'EditorsFrontendVariablesController' =>
|
514 |
Â
array (
|
515 |
+
'name' => 'EditorsFrontendVariablesController',
|
516 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\VariablesController',
|
517 |
Â
'make' => true,
|
518 |
Â
'singleton' => true,
|
519 |
Â
),
|
520 |
+
'EditorsEditPostLinksController' =>
|
521 |
Â
array (
|
522 |
+
'name' => 'EditorsEditPostLinksController',
|
523 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\EditPostLinks\\Controller',
|
524 |
Â
'make' => true,
|
525 |
Â
'singleton' => true,
|
526 |
Â
),
|
527 |
+
'EditorsTemplatesController' =>
|
528 |
Â
array (
|
529 |
+
'name' => 'EditorsTemplatesController',
|
530 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\Controller',
|
531 |
Â
'make' => true,
|
532 |
Â
'singleton' => true,
|
533 |
Â
),
|
534 |
+
'EditorsTemplatesPostType' =>
|
535 |
Â
array (
|
536 |
+
'name' => 'EditorsTemplatesPostType',
|
537 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\PostType',
|
538 |
Â
'make' => true,
|
539 |
Â
'singleton' => true,
|
540 |
Â
),
|
541 |
+
'EditorsFrontendLayoutSwitcherBundleController' =>
|
542 |
Â
array (
|
543 |
+
'name' => 'EditorsFrontendLayoutSwitcherBundleController',
|
544 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\FrontendLayoutSwitcher\\BundleController',
|
545 |
Â
'make' => true,
|
546 |
Â
'singleton' => true,
|
547 |
Â
),
|
548 |
+
'EditorsInitialHelpersController' =>
|
549 |
Â
array (
|
550 |
+
'name' => 'EditorsInitialHelpersController',
|
551 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\InitialHelpers\\Controller',
|
552 |
Â
'make' => true,
|
553 |
Â
'singleton' => true,
|
554 |
Â
),
|
555 |
+
'EditorsBackendEditorController' =>
|
556 |
Â
array (
|
557 |
+
'name' => 'EditorsBackendEditorController',
|
558 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\EditorController',
|
559 |
Â
'make' => true,
|
560 |
Â
'singleton' => true,
|
561 |
Â
),
|
562 |
+
'EditorsBackendSaveSetEditorController' =>
|
563 |
Â
array (
|
564 |
+
'name' => 'EditorsBackendSaveSetEditorController',
|
565 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\SaveSetEditorController',
|
566 |
Â
'make' => true,
|
567 |
Â
'singleton' => true,
|
568 |
Â
),
|
569 |
+
'EditorsPageEditableController' =>
|
570 |
Â
array (
|
571 |
+
'name' => 'EditorsPageEditableController',
|
572 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\PageEditable\\Controller',
|
573 |
Â
'make' => true,
|
574 |
Â
'singleton' => true,
|
575 |
Â
),
|
576 |
+
'EditorsTutorialController' =>
|
577 |
Â
array (
|
578 |
+
'name' => 'EditorsTutorialController',
|
579 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\Controller',
|
580 |
Â
'make' => true,
|
581 |
Â
'singleton' => true,
|
582 |
Â
),
|
583 |
+
'EditorsTutorialPostType' =>
|
584 |
Â
array (
|
585 |
+
'name' => 'EditorsTutorialPostType',
|
586 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\PostType',
|
587 |
Â
'make' => true,
|
588 |
Â
'singleton' => true,
|
589 |
Â
),
|
590 |
+
'EditorsSettingsItemDataCollectionController' =>
|
591 |
Â
array (
|
592 |
+
'name' => 'EditorsSettingsItemDataCollectionController',
|
593 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemDataCollectionController',
|
594 |
Â
'make' => true,
|
595 |
Â
'singleton' => true,
|
596 |
Â
),
|
597 |
+
'EditorsSettingsItemInitialHelpersController' =>
|
598 |
Â
array (
|
599 |
+
'name' => 'EditorsSettingsItemInitialHelpersController',
|
600 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemInitialHelpersController',
|
601 |
Â
'make' => true,
|
602 |
Â
'singleton' => true,
|
603 |
Â
),
|
650 |
Â
'make' => true,
|
651 |
Â
'singleton' => true,
|
652 |
Â
),
|
653 |
+
'EditorsAttributesWpEditor' =>
|
654 |
Â
array (
|
655 |
+
'name' => 'EditorsAttributesWpEditor',
|
656 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\WpEditor',
|
657 |
Â
'make' => true,
|
658 |
Â
'singleton' => true,
|
659 |
Â
),
|
660 |
+
'EditorsAttributesAutoCompleteController' =>
|
661 |
Â
array (
|
662 |
+
'name' => 'EditorsAttributesAutoCompleteController',
|
663 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AutoComplete\\Controller',
|
664 |
Â
'make' => true,
|
665 |
Â
'singleton' => true,
|
666 |
Â
),
|
667 |
+
'EditorsAttributesIconPickerController' =>
|
668 |
+
array (
|
669 |
+
'name' => 'EditorsAttributesIconPickerController',
|
670 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\IconPicker\\Controller',
|
671 |
+
'make' => true,
|
672 |
+
'singleton' => true,
|
673 |
+
),
|
674 |
+
'EditorsAttributesAjaxFormController' =>
|
675 |
+
array (
|
676 |
+
'name' => 'EditorsAttributesAjaxFormController',
|
677 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AjaxForm\\Controller',
|
678 |
+
'make' => true,
|
679 |
+
'singleton' => true,
|
680 |
+
),
|
681 |
+
'EditorsAttributesUrlController' =>
|
682 |
+
array (
|
683 |
+
'name' => 'EditorsAttributesUrlController',
|
684 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Url\\Controller',
|
685 |
+
'make' => true,
|
686 |
+
'singleton' => true,
|
687 |
+
),
|
688 |
+
'EditorsAttributesCodeMirrorCodeMirrorController' =>
|
689 |
+
array (
|
690 |
+
'name' => 'EditorsAttributesCodeMirrorCodeMirrorController',
|
691 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\CodeMirror\\CodeMirrorController',
|
692 |
+
'make' => true,
|
693 |
+
'singleton' => true,
|
694 |
+
),
|
695 |
+
'EditorsDataUsageController' =>
|
696 |
Â
array (
|
697 |
Â
'name' => 'EditorsDataUsageController',
|
698 |
Â
'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\Controller',
|
699 |
Â
'make' => true,
|
700 |
Â
'singleton' => true,
|
701 |
Â
),
|
702 |
+
'EditorsDataUsageMostUsedItemsController' =>
|
703 |
Â
array (
|
704 |
+
'name' => 'EditorsDataUsageMostUsedItemsController',
|
705 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\MostUsedItemsController',
|
706 |
Â
'make' => true,
|
707 |
Â
'singleton' => true,
|
708 |
Â
),
|
709 |
+
'EditorsDataAjaxController' =>
|
710 |
Â
array (
|
711 |
+
'name' => 'EditorsDataAjaxController',
|
712 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\Controller',
|
713 |
Â
'make' => true,
|
714 |
Â
'singleton' => true,
|
715 |
Â
),
|
716 |
+
'EditorsDataAjaxPostDataController' =>
|
717 |
Â
array (
|
718 |
+
'name' => 'EditorsDataAjaxPostDataController',
|
719 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostDataController',
|
720 |
Â
'make' => true,
|
721 |
Â
'singleton' => true,
|
722 |
Â
),
|
723 |
+
'EditorsDataAjaxPostFieldsController' =>
|
724 |
Â
array (
|
725 |
+
'name' => 'EditorsDataAjaxPostFieldsController',
|
726 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostFieldsController',
|
727 |
Â
'make' => true,
|
728 |
Â
'singleton' => true,
|
729 |
Â
),
|
730 |
+
'EditorsDataAjaxRevisionController' =>
|
731 |
Â
array (
|
732 |
+
'name' => 'EditorsDataAjaxRevisionController',
|
733 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\RevisionController',
|
734 |
Â
'make' => true,
|
735 |
Â
'singleton' => true,
|
736 |
Â
),
|
737 |
+
'EditorsPopupsPremiumPromoController' =>
|
738 |
Â
array (
|
739 |
+
'name' => 'EditorsPopupsPremiumPromoController',
|
740 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Popups\\PremiumPromoController',
|
741 |
Â
'make' => true,
|
742 |
Â
'singleton' => true,
|
743 |
Â
),
|
744 |
+
'UpdatesUpdatesController' =>
|
745 |
Â
array (
|
746 |
+
'name' => 'UpdatesUpdatesController',
|
747 |
+
'abstract' => 'VisualComposer\\Modules\\Updates\\UpdatesController',
|
748 |
Â
'make' => true,
|
749 |
Â
'singleton' => true,
|
750 |
Â
),
|
751 |
+
'AssetsAssetBundleController' =>
|
752 |
Â
array (
|
753 |
+
'name' => 'AssetsAssetBundleController',
|
754 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\AssetBundleController',
|
755 |
Â
'make' => true,
|
756 |
Â
'singleton' => true,
|
757 |
Â
),
|
758 |
+
'AssetsAssetResetController' =>
|
759 |
Â
array (
|
760 |
+
'name' => 'AssetsAssetResetController',
|
761 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\AssetResetController',
|
762 |
Â
'make' => true,
|
763 |
Â
'singleton' => true,
|
764 |
Â
),
|
765 |
+
'AssetsDataController' =>
|
766 |
Â
array (
|
767 |
+
'name' => 'AssetsDataController',
|
768 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\DataController',
|
769 |
Â
'make' => true,
|
770 |
Â
'singleton' => true,
|
771 |
Â
),
|
772 |
+
'AssetsEnqueueController' =>
|
773 |
Â
array (
|
774 |
+
'name' => 'AssetsEnqueueController',
|
775 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\EnqueueController',
|
776 |
Â
'make' => true,
|
777 |
Â
'singleton' => true,
|
778 |
Â
),
|
779 |
+
'AssetsFileController' =>
|
780 |
Â
array (
|
781 |
+
'name' => 'AssetsFileController',
|
782 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\FileController',
|
783 |
Â
'make' => true,
|
784 |
Â
'singleton' => true,
|
785 |
Â
),
|
786 |
+
'AssetsJsDataController' =>
|
787 |
Â
array (
|
788 |
+
'name' => 'AssetsJsDataController',
|
789 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\JsDataController',
|
790 |
Â
'make' => true,
|
791 |
Â
'singleton' => true,
|
792 |
Â
),
|
793 |
+
'AssetsJsEnqueueController' =>
|
794 |
Â
array (
|
795 |
+
'name' => 'AssetsJsEnqueueController',
|
796 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\JsEnqueueController',
|
797 |
Â
'make' => true,
|
798 |
Â
'singleton' => true,
|
799 |
Â
),
|
800 |
+
'AssetsPreviewDataController' =>
|
801 |
Â
array (
|
802 |
+
'name' => 'AssetsPreviewDataController',
|
803 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewDataController',
|
804 |
Â
'make' => true,
|
805 |
Â
'singleton' => true,
|
806 |
Â
),
|
807 |
+
'AssetsPreviewEnqueueController' =>
|
808 |
Â
array (
|
809 |
+
'name' => 'AssetsPreviewEnqueueController',
|
810 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewEnqueueController',
|
811 |
Â
'make' => true,
|
812 |
Â
'singleton' => true,
|
813 |
Â
),
|
814 |
+
'AssetsPreviewJsDataController' =>
|
815 |
Â
array (
|
816 |
+
'name' => 'AssetsPreviewJsDataController',
|
817 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsDataController',
|
818 |
Â
'make' => true,
|
819 |
Â
'singleton' => true,
|
820 |
Â
),
|
821 |
+
'AssetsPreviewJsEnqueueController' =>
|
822 |
Â
array (
|
823 |
+
'name' => 'AssetsPreviewJsEnqueueController',
|
824 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsEnqueueController',
|
825 |
Â
'make' => true,
|
826 |
Â
'singleton' => true,
|
827 |
Â
),
|
828 |
+
'AssetsSharedController' =>
|
829 |
Â
array (
|
830 |
+
'name' => 'AssetsSharedController',
|
831 |
+
'abstract' => 'VisualComposer\\Modules\\Assets\\SharedController',
|
832 |
Â
'make' => true,
|
833 |
Â
'singleton' => true,
|
834 |
Â
),
|
835 |
+
'LicenseActivationRedirectController' =>
|
836 |
Â
array (
|
837 |
+
'name' => 'LicenseActivationRedirectController',
|
838 |
+
'abstract' => 'VisualComposer\\Modules\\License\\ActivationRedirectController',
|
839 |
Â
'make' => true,
|
840 |
Â
'singleton' => true,
|
841 |
Â
),
|
842 |
+
'LicenseDeactivationController' =>
|
843 |
Â
array (
|
844 |
+
'name' => 'LicenseDeactivationController',
|
845 |
+
'abstract' => 'VisualComposer\\Modules\\License\\DeactivationController',
|
846 |
Â
'make' => true,
|
847 |
Â
'singleton' => true,
|
848 |
Â
),
|
849 |
+
'LicenseEditorVariablesController' =>
|
850 |
Â
array (
|
851 |
+
'name' => 'LicenseEditorVariablesController',
|
852 |
+
'abstract' => 'VisualComposer\\Modules\\License\\EditorVariablesController',
|
853 |
Â
'make' => true,
|
854 |
Â
'singleton' => true,
|
855 |
Â
),
|
856 |
+
'LicenseErrorReportingController' =>
|
857 |
Â
array (
|
858 |
+
'name' => 'LicenseErrorReportingController',
|
859 |
+
'abstract' => 'VisualComposer\\Modules\\License\\ErrorReportingController',
|
860 |
Â
'make' => true,
|
861 |
Â
'singleton' => true,
|
862 |
Â
),
|
863 |
+
'LicenseFeedbackController' =>
|
864 |
Â
array (
|
865 |
+
'name' => 'LicenseFeedbackController',
|
866 |
+
'abstract' => 'VisualComposer\\Modules\\License\\FeedbackController',
|
867 |
Â
'make' => true,
|
868 |
Â
'singleton' => true,
|
869 |
Â
),
|
870 |
+
'LicenseLicenseController' =>
|
871 |
Â
array (
|
872 |
+
'name' => 'LicenseLicenseController',
|
873 |
+
'abstract' => 'VisualComposer\\Modules\\License\\LicenseController',
|
874 |
Â
'make' => true,
|
875 |
Â
'singleton' => true,
|
876 |
Â
),
|
877 |
+
'LicenseUpdateVariablesController' =>
|
878 |
Â
array (
|
879 |
+
'name' => 'LicenseUpdateVariablesController',
|
880 |
+
'abstract' => 'VisualComposer\\Modules\\License\\UpdateVariablesController',
|
881 |
Â
'make' => true,
|
882 |
Â
'singleton' => true,
|
883 |
Â
),
|
884 |
+
'LicensePagesGettingStarted' =>
|
885 |
Â
array (
|
886 |
+
'name' => 'LicensePagesGettingStarted',
|
887 |
+
'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GettingStarted',
|
888 |
Â
'make' => true,
|
889 |
Â
'singleton' => true,
|
890 |
Â
),
|
891 |
+
'LicensePagesGoPremium' =>
|
892 |
Â
array (
|
893 |
+
'name' => 'LicensePagesGoPremium',
|
894 |
+
'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GoPremium',
|
895 |
Â
'make' => true,
|
896 |
Â
'singleton' => true,
|
897 |
Â
),
|
898 |
+
'LicensePagesLicenseStatus' =>
|
899 |
Â
array (
|
900 |
+
'name' => 'LicensePagesLicenseStatus',
|
901 |
+
'abstract' => 'VisualComposer\\Modules\\License\\Pages\\LicenseStatus',
|
902 |
Â
'make' => true,
|
903 |
Â
'singleton' => true,
|
904 |
Â
),
|
905 |
+
'SystemActivationController' =>
|
906 |
Â
array (
|
907 |
+
'name' => 'SystemActivationController',
|
908 |
+
'abstract' => 'VisualComposer\\Modules\\System\\Activation\\Controller',
|
909 |
Â
'make' => true,
|
910 |
Â
'singleton' => true,
|
911 |
Â
),
|
912 |
+
'SystemAjaxAdminController' =>
|
913 |
Â
array (
|
914 |
+
'name' => 'SystemAjaxAdminController',
|
915 |
+
'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\AdminController',
|
916 |
Â
'make' => true,
|
917 |
Â
'singleton' => true,
|
918 |
Â
),
|
919 |
+
'SystemAjaxController' =>
|
920 |
Â
array (
|
921 |
+
'name' => 'SystemAjaxController',
|
922 |
+
'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\Controller',
|
923 |
Â
'make' => true,
|
924 |
Â
'singleton' => true,
|
925 |
Â
),
|
926 |
+
'SystemTextDomainController' =>
|
927 |
Â
array (
|
928 |
+
'name' => 'SystemTextDomainController',
|
929 |
+
'abstract' => 'VisualComposer\\Modules\\System\\TextDomain\\Controller',
|
930 |
Â
'make' => true,
|
931 |
Â
'singleton' => true,
|
932 |
Â
),
|
933 |
+
'SystemCacheCacheController' =>
|
934 |
Â
array (
|
935 |
+
'name' => 'SystemCacheCacheController',
|
936 |
+
'abstract' => 'VisualComposer\\Modules\\System\\Cache\\CacheController',
|
937 |
Â
'make' => true,
|
938 |
Â
'singleton' => true,
|
939 |
Â
),
|
940 |
+
'ApiFactory' =>
|
941 |
Â
array (
|
942 |
+
'name' => 'ApiFactory',
|
943 |
+
'abstract' => 'VisualComposer\\Modules\\Api\\Factory',
|
944 |
Â
'make' => true,
|
945 |
Â
'singleton' => true,
|
946 |
Â
),
|
947 |
+
'ElementsApiController' =>
|
948 |
Â
array (
|
949 |
+
'name' => 'ElementsApiController',
|
950 |
+
'abstract' => 'VisualComposer\\Modules\\Elements\\ApiController',
|
951 |
Â
'make' => true,
|
952 |
Â
'singleton' => true,
|
953 |
Â
),
|
954 |
+
'ElementsController' =>
|
955 |
Â
array (
|
956 |
+
'name' => 'ElementsController',
|
957 |
+
'abstract' => 'VisualComposer\\Modules\\Elements\\Controller',
|
958 |
Â
'make' => true,
|
959 |
Â
'singleton' => true,
|
960 |
Â
),
|
961 |
+
'ElementsAssetShortcodeController' =>
|
962 |
Â
array (
|
963 |
+
'name' => 'ElementsAssetShortcodeController',
|
964 |
+
'abstract' => 'VisualComposer\\Modules\\Elements\\AssetShortcode\\Controller',
|
965 |
Â
'make' => true,
|
966 |
Â
'singleton' => true,
|
967 |
Â
),
|
968 |
+
'ElementsEncodedShortcodeController' =>
|
969 |
Â
array (
|
970 |
+
'name' => 'ElementsEncodedShortcodeController',
|
971 |
+
'abstract' => 'VisualComposer\\Modules\\Elements\\EncodedShortcode\\Controller',
|
972 |
Â
'make' => true,
|
973 |
Â
'singleton' => true,
|
974 |
Â
),
|
975 |
+
'ElementsWpWidgetsWpWidgetsController' =>
|
976 |
Â
array (
|
977 |
+
'name' => 'ElementsWpWidgetsWpWidgetsController',
|
978 |
+
'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsController',
|
979 |
Â
'make' => true,
|
980 |
Â
'singleton' => true,
|
981 |
Â
),
|
982 |
+
'ElementsWpWidgetsWpWidgetsShortcodes' =>
|
983 |
Â
array (
|
984 |
+
'name' => 'ElementsWpWidgetsWpWidgetsShortcodes',
|
985 |
+
'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsShortcodes',
|
986 |
Â
'make' => true,
|
987 |
Â
'singleton' => true,
|
988 |
Â
),
|
989 |
+
'ElementsAjaxShortcodeController' =>
|
990 |
Â
array (
|
991 |
+
'name' => 'ElementsAjaxShortcodeController',
|
992 |
+
'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxShortcode\\Controller',
|
993 |
Â
'make' => true,
|
994 |
Â
'singleton' => true,
|
995 |
Â
),
|
996 |
+
'ElementsAjaxImageControllerController' =>
|
997 |
Â
array (
|
998 |
+
'name' => 'ElementsAjaxImageControllerController',
|
999 |
+
'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxImageController\\Controller',
|
1000 |
Â
'make' => true,
|
1001 |
Â
'singleton' => true,
|
1002 |
Â
),
|
1003 |
+
'ElementsGlobalVariablesController' =>
|
1004 |
Â
array (
|
1005 |
+
'name' => 'ElementsGlobalVariablesController',
|
1006 |
+
'abstract' => 'VisualComposer\\Modules\\Elements\\GlobalVariables\\Controller',
|
1007 |
Â
'make' => true,
|
1008 |
Â
'singleton' => true,
|
1009 |
Â
),
|
1010 |
+
'SettingsMenuController' =>
|
1011 |
Â
array (
|
1012 |
+
'name' => 'SettingsMenuController',
|
1013 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\MenuController',
|
1014 |
Â
'make' => true,
|
1015 |
Â
'singleton' => true,
|
1016 |
Â
),
|
1017 |
+
'SettingsNoticeController' =>
|
1018 |
+
array (
|
1019 |
+
'name' => 'SettingsNoticeController',
|
1020 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\NoticeController',
|
1021 |
+
'make' => true,
|
1022 |
+
'singleton' => true,
|
1023 |
+
),
|
1024 |
+
'SettingsSettingsController' =>
|
1025 |
+
array (
|
1026 |
+
'name' => 'SettingsSettingsController',
|
1027 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\SettingsController',
|
1028 |
+
'make' => true,
|
1029 |
+
'singleton' => true,
|
1030 |
+
),
|
1031 |
+
'SettingsPagesAbout' =>
|
1032 |
+
array (
|
1033 |
+
'name' => 'SettingsPagesAbout',
|
1034 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\About',
|
1035 |
+
'make' => true,
|
1036 |
+
'singleton' => true,
|
1037 |
+
),
|
1038 |
+
'SettingsPagesCssJsSettings' =>
|
1039 |
+
array (
|
1040 |
+
'name' => 'SettingsPagesCssJsSettings',
|
1041 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\CssJsSettings',
|
1042 |
+
'make' => true,
|
1043 |
+
'singleton' => true,
|
1044 |
+
),
|
1045 |
+
'SettingsPagesHub' =>
|
1046 |
+
array (
|
1047 |
+
'name' => 'SettingsPagesHub',
|
1048 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\Hub',
|
1049 |
+
'make' => true,
|
1050 |
+
'singleton' => true,
|
1051 |
+
),
|
1052 |
+
'SettingsPagesSettings' =>
|
1053 |
+
array (
|
1054 |
+
'name' => 'SettingsPagesSettings',
|
1055 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\Settings',
|
1056 |
+
'make' => true,
|
1057 |
+
'singleton' => true,
|
1058 |
+
),
|
1059 |
+
'SettingsPagesSystemStatus' =>
|
1060 |
+
array (
|
1061 |
+
'name' => 'SettingsPagesSystemStatus',
|
1062 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\SystemStatus',
|
1063 |
+
'make' => true,
|
1064 |
+
'singleton' => true,
|
1065 |
+
),
|
1066 |
+
'SettingsAjaxSystemStatusController' =>
|
1067 |
+
array (
|
1068 |
+
'name' => 'SettingsAjaxSystemStatusController',
|
1069 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Ajax\\SystemStatusController',
|
1070 |
+
'make' => true,
|
1071 |
+
'singleton' => true,
|
1072 |
+
),
|
1073 |
+
'SettingsFieldsCssEditor' =>
|
1074 |
+
array (
|
1075 |
+
'name' => 'SettingsFieldsCssEditor',
|
1076 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\CssEditor',
|
1077 |
+
'make' => true,
|
1078 |
+
'singleton' => true,
|
1079 |
+
),
|
1080 |
+
'SettingsFieldsFactoryResetController' =>
|
1081 |
+
array (
|
1082 |
+
'name' => 'SettingsFieldsFactoryResetController',
|
1083 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\FactoryResetController',
|
1084 |
+
'make' => true,
|
1085 |
+
'singleton' => true,
|
1086 |
+
),
|
1087 |
+
'SettingsFieldsJsEditor' =>
|
1088 |
Â
array (
|
1089 |
+
'name' => 'SettingsFieldsJsEditor',
|
1090 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\JsEditor',
|
1091 |
Â
'make' => true,
|
1092 |
Â
'singleton' => true,
|
1093 |
Â
),
|
1094 |
+
'SettingsFieldsPostTypes' =>
|
1095 |
Â
array (
|
1096 |
+
'name' => 'SettingsFieldsPostTypes',
|
1097 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\PostTypes',
|
1098 |
Â
'make' => true,
|
1099 |
Â
'singleton' => true,
|
1100 |
Â
),
|
1101 |
+
'InternationalizationLocale' =>
|
1102 |
Â
array (
|
1103 |
+
'name' => 'InternationalizationLocale',
|
1104 |
+
'abstract' => 'VisualComposer\\Modules\\Internationalization\\Locale',
|
1105 |
Â
'make' => true,
|
1106 |
Â
'singleton' => true,
|
1107 |
Â
),
|
1108 |
+
'FrontViewAssetResetController' =>
|
1109 |
Â
array (
|
1110 |
+
'name' => 'FrontViewAssetResetController',
|
1111 |
+
'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetResetController',
|
1112 |
Â
'make' => true,
|
1113 |
Â
'singleton' => true,
|
1114 |
Â
),
|
1115 |
+
'FrontViewAssetUrlReplaceController' =>
|
1116 |
Â
array (
|
1117 |
+
'name' => 'FrontViewAssetUrlReplaceController',
|
1118 |
+
'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetUrlReplaceController',
|
1119 |
Â
'make' => true,
|
1120 |
Â
'singleton' => true,
|
1121 |
Â
),
|
1122 |
+
'FrontViewContentUrlReplaceController' =>
|
1123 |
Â
array (
|
1124 |
+
'name' => 'FrontViewContentUrlReplaceController',
|
1125 |
+
'abstract' => 'VisualComposer\\Modules\\FrontView\\ContentUrlReplaceController',
|
1126 |
Â
'make' => true,
|
1127 |
Â
'singleton' => true,
|
1128 |
Â
),
|
1129 |
+
'FrontViewFrontVariablesController' =>
|
1130 |
Â
array (
|
1131 |
+
'name' => 'FrontViewFrontVariablesController',
|
1132 |
+
'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontVariablesController',
|
1133 |
Â
'make' => true,
|
1134 |
Â
'singleton' => true,
|
1135 |
Â
),
|
1136 |
+
'FrontViewFrontViewController' =>
|
1137 |
Â
array (
|
1138 |
+
'name' => 'FrontViewFrontViewController',
|
1139 |
+
'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontViewController',
|
1140 |
Â
'make' => true,
|
1141 |
Â
'singleton' => true,
|
1142 |
Â
),
|
1143 |
+
'FrontViewPluginsInfoController' =>
|
1144 |
Â
array (
|
1145 |
+
'name' => 'FrontViewPluginsInfoController',
|
1146 |
+
'abstract' => 'VisualComposer\\Modules\\FrontView\\PluginsInfoController',
|
1147 |
Â
'make' => true,
|
1148 |
Â
'singleton' => true,
|
1149 |
Â
),
|
1266 |
Â
'make' => true,
|
1267 |
Â
'singleton' => true,
|
1268 |
Â
),
|
1269 |
+
'HubDownloadController' =>
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1270 |
Â
array (
|
1271 |
+
'name' => 'HubDownloadController',
|
1272 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\DownloadController',
|
1273 |
Â
'make' => true,
|
1274 |
Â
'singleton' => true,
|
1275 |
Â
),
|
1276 |
+
'HubJsonActionsController' =>
|
1277 |
Â
array (
|
1278 |
+
'name' => 'HubJsonActionsController',
|
1279 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\JsonActionsController',
|
1280 |
Â
'make' => true,
|
1281 |
Â
'singleton' => true,
|
1282 |
Â
),
|
1283 |
+
'HubUpdateController' =>
|
1284 |
Â
array (
|
1285 |
+
'name' => 'HubUpdateController',
|
1286 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\UpdateController',
|
1287 |
Â
'make' => true,
|
1288 |
Â
'singleton' => true,
|
1289 |
Â
),
|
1290 |
+
'HubGroupsCategoriesCategories' =>
|
1291 |
Â
array (
|
1292 |
+
'name' => 'HubGroupsCategoriesCategories',
|
1293 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Categories',
|
1294 |
Â
'make' => true,
|
1295 |
Â
'singleton' => true,
|
1296 |
Â
),
|
1297 |
+
'HubGroupsCategoriesCategoriesUpdater' =>
|
1298 |
Â
array (
|
1299 |
+
'name' => 'HubGroupsCategoriesCategoriesUpdater',
|
1300 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\CategoriesUpdater',
|
1301 |
Â
'make' => true,
|
1302 |
Â
'singleton' => true,
|
1303 |
Â
),
|
1304 |
+
'HubGroupsCategoriesGroups' =>
|
1305 |
Â
array (
|
1306 |
+
'name' => 'HubGroupsCategoriesGroups',
|
1307 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Groups',
|
1308 |
Â
'make' => true,
|
1309 |
Â
'singleton' => true,
|
1310 |
Â
),
|
1311 |
+
'HubGroupsCategoriesGroupsUpdater' =>
|
1312 |
Â
array (
|
1313 |
+
'name' => 'HubGroupsCategoriesGroupsUpdater',
|
1314 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\GroupsUpdater',
|
1315 |
Â
'make' => true,
|
1316 |
Â
'singleton' => true,
|
1317 |
Â
),
|
1318 |
+
'HubPagesUpdateBePage' =>
|
1319 |
Â
array (
|
1320 |
+
'name' => 'HubPagesUpdateBePage',
|
1321 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateBePage',
|
1322 |
Â
'make' => true,
|
1323 |
Â
'singleton' => true,
|
1324 |
Â
),
|
1325 |
+
'HubPagesUpdateFePage' =>
|
1326 |
Â
array (
|
1327 |
+
'name' => 'HubPagesUpdateFePage',
|
1328 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateFePage',
|
1329 |
Â
'make' => true,
|
1330 |
Â
'singleton' => true,
|
1331 |
Â
),
|
1332 |
+
'HubTemplatesTemplateDownloadController' =>
|
1333 |
Â
array (
|
1334 |
+
'name' => 'HubTemplatesTemplateDownloadController',
|
1335 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplateDownloadController',
|
1336 |
Â
'make' => true,
|
1337 |
Â
'singleton' => true,
|
1338 |
Â
),
|
1339 |
+
'HubTemplatesTemplatesUpdater' =>
|
1340 |
Â
array (
|
1341 |
+
'name' => 'HubTemplatesTemplatesUpdater',
|
1342 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplatesUpdater',
|
1343 |
Â
'make' => true,
|
1344 |
Â
'singleton' => true,
|
1345 |
Â
),
|
1346 |
+
'HubTemplatesTeasersTeasersController' =>
|
1347 |
Â
array (
|
1348 |
+
'name' => 'HubTemplatesTeasersTeasersController',
|
1349 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersController',
|
1350 |
Â
'make' => true,
|
1351 |
Â
'singleton' => true,
|
1352 |
Â
),
|
1353 |
+
'HubTemplatesTeasersTeasersDownloadController' =>
|
1354 |
Â
array (
|
1355 |
+
'name' => 'HubTemplatesTeasersTeasersDownloadController',
|
1356 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersDownloadController',
|
1357 |
Â
'make' => true,
|
1358 |
Â
'singleton' => true,
|
1359 |
Â
),
|
1360 |
+
'HubStockMediaStockMediaDownloadController' =>
|
1361 |
Â
array (
|
1362 |
+
'name' => 'HubStockMediaStockMediaDownloadController',
|
1363 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\StockMedia\\StockMediaDownloadController',
|
1364 |
Â
'make' => true,
|
1365 |
Â
'singleton' => true,
|
1366 |
Â
),
|
1367 |
+
'HubAssetsAssetDownloadController' =>
|
1368 |
Â
array (
|
1369 |
+
'name' => 'HubAssetsAssetDownloadController',
|
1370 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Assets\\AssetDownloadController',
|
1371 |
Â
'make' => true,
|
1372 |
Â
'singleton' => true,
|
1373 |
Â
),
|
1374 |
+
'HubAddonsAddonDownloadController' =>
|
1375 |
Â
array (
|
1376 |
+
'name' => 'HubAddonsAddonDownloadController',
|
1377 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonDownloadController',
|
1378 |
Â
'make' => true,
|
1379 |
Â
'singleton' => true,
|
1380 |
Â
),
|
1381 |
+
'HubAddonsAddons' =>
|
1382 |
Â
array (
|
1383 |
+
'name' => 'HubAddonsAddons',
|
1384 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Addons',
|
1385 |
Â
'make' => true,
|
1386 |
Â
'singleton' => true,
|
1387 |
Â
),
|
1388 |
+
'HubAddonsAddonsUpdater' =>
|
1389 |
Â
array (
|
1390 |
+
'name' => 'HubAddonsAddonsUpdater',
|
1391 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonsUpdater',
|
1392 |
Â
'make' => true,
|
1393 |
Â
'singleton' => true,
|
1394 |
Â
),
|
1395 |
+
'HubAddonsTeasersTeasersController' =>
|
1396 |
Â
array (
|
1397 |
+
'name' => 'HubAddonsTeasersTeasersController',
|
1398 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersController',
|
1399 |
Â
'make' => true,
|
1400 |
Â
'singleton' => true,
|
1401 |
Â
),
|
1402 |
+
'HubAddonsTeasersTeasersDownloadController' =>
|
1403 |
Â
array (
|
1404 |
+
'name' => 'HubAddonsTeasersTeasersDownloadController',
|
1405 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersDownloadController',
|
1406 |
Â
'make' => true,
|
1407 |
Â
'singleton' => true,
|
1408 |
Â
),
|
1409 |
+
'HubElementsElementDownloadController' =>
|
1410 |
Â
array (
|
1411 |
+
'name' => 'HubElementsElementDownloadController',
|
1412 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementDownloadController',
|
1413 |
Â
'make' => true,
|
1414 |
Â
'singleton' => true,
|
1415 |
Â
),
|
1416 |
+
'HubElementsElements' =>
|
1417 |
Â
array (
|
1418 |
+
'name' => 'HubElementsElements',
|
1419 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Elements',
|
1420 |
Â
'make' => true,
|
1421 |
Â
'singleton' => true,
|
1422 |
Â
),
|
1423 |
+
'HubElementsElementsUpdater' =>
|
1424 |
Â
array (
|
1425 |
+
'name' => 'HubElementsElementsUpdater',
|
1426 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementsUpdater',
|
1427 |
Â
'make' => true,
|
1428 |
Â
'singleton' => true,
|
1429 |
Â
),
|
1430 |
+
'HubElementsTeasersTeasersController' =>
|
1431 |
Â
array (
|
1432 |
+
'name' => 'HubElementsTeasersTeasersController',
|
1433 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersController',
|
1434 |
Â
'make' => true,
|
1435 |
Â
'singleton' => true,
|
1436 |
Â
),
|
1437 |
+
'HubElementsTeasersTeasersDownloadController' =>
|
1438 |
Â
array (
|
1439 |
+
'name' => 'HubElementsTeasersTeasersDownloadController',
|
1440 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersDownloadController',
|
1441 |
Â
'make' => true,
|
1442 |
Â
'singleton' => true,
|
1443 |
Â
),
|
1444 |
+
'HubActionsPostUpdateAction' =>
|
1445 |
Â
array (
|
1446 |
+
'name' => 'HubActionsPostUpdateAction',
|
1447 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Actions\\PostUpdateAction',
|
1448 |
Â
'make' => true,
|
1449 |
Â
'singleton' => true,
|
1450 |
Â
),
|
1451 |
+
'AutoloadAddonsAutoload' =>
|
1452 |
Â
array (
|
1453 |
+
'name' => 'AutoloadAddonsAutoload',
|
1454 |
+
'abstract' => 'VisualComposer\\Modules\\Autoload\\AddonsAutoload',
|
1455 |
Â
'make' => true,
|
1456 |
Â
'singleton' => true,
|
1457 |
Â
),
|
1458 |
+
'AutoloadElementsAutoload' =>
|
1459 |
Â
array (
|
1460 |
+
'name' => 'AutoloadElementsAutoload',
|
1461 |
+
'abstract' => 'VisualComposer\\Modules\\Autoload\\ElementsAutoload',
|
1462 |
Â
'make' => true,
|
1463 |
Â
'singleton' => true,
|
1464 |
Â
),
|
elements/basicButton/public/dist/element.bundle.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./basicButton/index.js":function(e,t,n){"use strict";n.r(t);var o=n("./node_modules/vc-cake/index.js"),s=n.n(o),a=n("./node_modules/@babel/runtime/helpers/extends.js"),c=n.n(a),r=n("./node_modules/@babel/runtime/helpers/classCallCheck.js"),i=n.n(r),l=n("./node_modules/@babel/runtime/helpers/createClass.js"),u=n.n(l),b=n("./node_modules/@babel/runtime/helpers/inherits.js"),d=n.n(b),p=n("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),v=n.n(p),y=n("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),g=n.n(y),m=n("./node_modules/react/index.js"),h=n.n(m);function f(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,o=g()(e);if(t){var s=g()(this).constructor;n=Reflect.construct(o,arguments,s)}else n=o.apply(this,arguments);return v()(this,n)}}var x=function(e){d()(n,e);var t=f(n);function n(){return i()(this,n),t.apply(this,arguments)}return u()(n,[{key:"render",value:function(){var e=this.props,t=e.id,n=e.atts,o=e.editor,s=n.buttonUrl,a=n.buttonText,r=n.shape,i=n.alignment,l=n.customClass,u=n.toggleCustomHover,b=n.metaCustomId,d=n.size,p=n.toggleStretchButton,v="vce-button--style-basic-container",y="vce-button--style-basic-wrapper vce",g="vce-button--style-basic",m=a,f={},x="button";s&&s.url&&(x="a",f={href:s.url,title:s.title,target:s.targetBlank?"_blank":void 0,rel:s.relNofollow?"nofollow":void 0});"string"==typeof l&&l&&(v+=" "+l),r&&(g+=" vce-button--style-basic--border-".concat(r)),i&&(v+=" vce-button--style-basic-container--align-".concat(i)),d&&(g+=" vce-button--style-basic--size-".concat(d)),p&&(y+=" vce-button--style-basic-wrapper--stretched");var k=this.getMixinData("basicColor");k&&(g+=" vce-button--style-basic--color-".concat(k.selector)),u&&(k=this.getMixinData("basicHoverColor"))&&(g+=" vce-button--style-basic--hover-color-".concat(k.selector)),b&&(f.id=b);var C=this.applyDO("margin"),w=this.applyDO("padding border background animation");return h.a.createElement("div",c()({className:v},o),h.a.createElement("span",c()({className:y,id:"el-"+t},C),h.a.createElement(x,c()({className:g},f,w),m)))}}]),n}(s.a.getService("api").elementComponent);(0,s.a.getService("cook").add)(n("./basicButton/settings.json"),(function(e){e.add(x)}),{css:n("./node_modules/raw-loader/index.js!./basicButton/styles.css"),editorCss:n("./node_modules/raw-loader/index.js!./basicButton/editor.css"),mixins:{basicColor:{mixin:n("./node_modules/raw-loader/index.js!./basicButton/cssMixins/basicColor.pcss")},basicHoverColor:{mixin:n("./node_modules/raw-loader/index.js!./basicButton/cssMixins/basicHoverColor.pcss")}}},"")},"./basicButton/settings.json":function(e){e.exports=JSON.parse('{"groups":{"type":"string","access":"protected","value":"Buttons"},"buttonUrl":{"type":"url","access":"public","value":{"url":"","title":"","targetBlank":false,"relNofollow":false},"options":{"label":"Link selection","dynamicField":true}},"toggleCustomHover":{"type":"toggle","access":"public","value":false,"options":{"label":"Custom hover colors"}},"hoverColor":{"type":"color","access":"public","value":"#fff","options":{"label":"Title hover color","cssMixin":{"mixin":"basicHoverColor","property":"hoverColor","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"toggleCustomHover":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"hoverBackground":{"type":"color","access":"public","value":"#4d70ac","options":{"label":"Background hover color","cssMixin":{"mixin":"basicHoverColor","property":"hoverBackground","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"toggleCustomHover":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"buttonText":{"type":"string","access":"public","value":"Apply Now","options":{"label":"Button text","dynamicField":true}},"color":{"type":"color","access":"public","value":"#fff","options":{"label":"Title color","cssMixin":{"mixin":"basicColor","property":"color","namePattern":"[\\\\da-f]+"}}},"background":{"type":"color","access":"public","value":"#557cbf","options":{"label":"Background color","cssMixin":{"mixin":"basicColor","property":"background","namePattern":"[\\\\da-f]+"}}},"shape":{"type":"buttonGroup","access":"public","value":"square","options":{"label":"Shape","values":[{"label":"Square","value":"square","icon":"vcv-ui-icon-attribute-shape-square"},{"label":"Rounded","value":"rounded","icon":"vcv-ui-icon-attribute-shape-rounded"},{"label":"Round","value":"round","icon":"vcv-ui-icon-attribute-shape-round"}]}},"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options"}},"editFormTab1":{"type":"group","access":"protected","value":["buttonText","buttonUrl","alignment","shape","size","toggleStretchButton","color","background","toggleCustomHover","hoverColor","hoverBackground","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptions"]},"relatedTo":{"type":"group","access":"protected","value":["General","Buttons"]},"assetsLibrary":{"access":"public","type":"string","value":["animate"]},"alignment":{"type":"buttonGroup","access":"public","value":"left","options":{"label":"Alignment","values":[{"label":"Left","value":"left","icon":"vcv-ui-icon-attribute-alignment-left"},{"label":"Center","value":"center","icon":"vcv-ui-icon-attribute-alignment-center"},{"label":"Right","value":"right","icon":"vcv-ui-icon-attribute-alignment-right"}]}},"size":{"type":"buttonGroup","access":"public","value":"medium","options":{"label":"Size","values":[{"label":"Small","value":"small","text":"S"},{"label":"Medium","value":"medium","text":"M"},{"label":"Large","value":"large","text":"L"}]}},"toggleStretchButton":{"type":"toggle","access":"public","value":false,"options":{"label":"Stretch button"}},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from Custom CSS option."}},"metaBackendLabels":{"type":"group","access":"protected","value":[{"value":["buttonText","buttonUrl","background","shape"]}]},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply unique Id to element to link directly to it by using #your_id (for element id use lowercase input only)."}},"tag":{"access":"protected","type":"string","value":"basicButton"}}')},"./node_modules/raw-loader/index.js!./basicButton/cssMixins/basicColor.pcss":function(e,t){e.exports=".vce-button--style-basic.vce-button--style-basic--color-$selector {\n a&,\n button& {\n @if $color != false {\n color: $color;\n }\n @if $background != false {\n background-color: $background;\n }\n &:hover {\n @if $color != false {\n color: $color;\n }\n @if $background != false {\n background-color: color($background shade(10%));\n }\n }\n &:focus {\n @if $color != false {\n color: $color;\n }\n }\n }\n}\n"},"./node_modules/raw-loader/index.js!./basicButton/cssMixins/basicHoverColor.pcss":function(e,t){e.exports=".vce-button--style-basic-container a.vce-button--style-basic.vce-button--style-basic--hover-color-$selector {\n &:hover {\n @if $hoverColor != false {\n color: $hoverColor;\n }\n @if $hoverBackground != false {\n background-color: $hoverBackground;\n }\n }\n}\n\n.vce-button--style-basic-container button.vce-button--style-basic.vce-button--style-basic--hover-color-$selector {\n &:hover {\n @if $hoverColor != false {\n color: $hoverColor;\n }\n @if $hoverBackground != false {\n background-color: $hoverBackground;\n }\n }\n}\n"},"./node_modules/raw-loader/index.js!./basicButton/editor.css":function(e,t){e.exports=".vce-button--style-basic-container {\n min-height: 1em;\n}\n"},"./node_modules/raw-loader/index.js!./basicButton/styles.css":function(e,t){e.exports='/* ----------------------------------------------\n * Basic Button\n * ---------------------------------------------- */\n.vce-button--style-basic-container--align-left {\n text-align: left;\n}\n.vce-button--style-basic-container--align-right {\n text-align: right;\n}\n.vce-button--style-basic-container--align-center {\n text-align: center;\n}\n.vce-button--style-basic-wrapper {\n display: inline-block;\n vertical-align: top;\n max-width: 100%;\n}\n.vce-button--style-basic-wrapper .vce-button--style-basic {\n box-shadow: none;\n}\n.vce-button--style-basic-wrapper .vce-button--style-basic:hover,\n.vce-button--style-basic-wrapper .vce-button--style-basic:focus,\n.vce-button--style-basic-wrapper .vce-button--style-basic:link {\n box-shadow: none;\n}\n.vce-button--style-basic-wrapper--stretched {\n width: 100%;\n}\n.vce-button--style-basic-wrapper--stretched .vce-button--style-basic {\n width: 100%;\n}\na.vce-button--style-basic,\nbutton.vce-button--style-basic {\n background-color: transparent;\n background-image: none;\n border: none;\n box-sizing: border-box;\n cursor: pointer;\n display: inline-block;\n margin: 0;\n max-width: 100%;\n position: relative;\n text-align: center;\n text-decoration: none;\n text-transform: none;\n font-weight: normal;\n letter-spacing: normal;\n -webkit-font-smoothing: antialiased;\n vertical-align: middle;\n white-space: normal;\n -ms-touch-action: manipulation;\n touch-action: manipulation;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n line-height: normal;\n border-radius: 0;\n transition: all 0.2s ease-in-out;\n}\na.vce-button--style-basic:hover,\nbutton.vce-button--style-basic:hover,\na.vce-button--style-basic:focus,\nbutton.vce-button--style-basic:focus {\n text-decoration: none;\n outline: none;\n}\nbutton.vce-button--style-basic {\n -webkit-appearance: none;\n}\n.vce-button--style-basic.vce-button--style-basic--size-small {\n font-size: 11px;\n padding: 10px 30px;\n}\n.vce-button--style-basic.vce-button--style-basic--size-medium {\n font-size: 16px;\n padding: 15px 43px;\n}\n.vce-button--style-basic.vce-button--style-basic--size-large {\n font-size: 21px;\n padding: 20px 56px;\n}\na.vce-button--style-basic--border-rounded,\na.vce-button--style-basic--border-round,\na.vce-button--style-basic--border-square,\nbutton.vce-button--style-basic--border-rounded,\nbutton.vce-button--style-basic--border-round,\nbutton.vce-button--style-basic--border-square {\n position: relative;\n overflow: hidden;\n}\n.vce-button--style-basic--border-rounded,\na.vce-button--style-basic--border-rounded,\nbutton.vce-button--style-basic--border-rounded {\n border-radius: 5px;\n}\n.vce-button--style-basic--border-round,\na.vce-button--style-basic--border-round,\nbutton.vce-button--style-basic--border-round {\n border-radius: 4em;\n}\n.vce-button--style-basic--border-square,\na.vce-button--style-basic--border-square,\nbutton.vce-button--style-basic--border-square {\n border-radius: 0;\n}\n.rtl.vce-button--style-basic,\n[dir="rlt"].vce-button--style-basic,\n.rtl .vce-button--style-basic,\n[dir="rlt"] .vce-button--style-basic {\n direction: rtl;\n unicode-bidi: embed;\n}\n.ltr.vce-button--style-basic,\n[dir="ltr"].vce-button--style-basic,\n.ltr .vce-button--style-basic,\n[dir="ltr"] .vce-button--style-basic {\n direction: ltr;\n unicode-bidi: normal;\n}\n'}},[["./basicButton/index.js"]]]);
|
1 |
+
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./basicButton/index.js":function(e,t,n){"use strict";n.r(t);var o=n("./node_modules/vc-cake/index.js"),s=n.n(o),a=n("./node_modules/@babel/runtime/helpers/extends.js"),c=n.n(a),r=n("./node_modules/@babel/runtime/helpers/classCallCheck.js"),i=n.n(r),l=n("./node_modules/@babel/runtime/helpers/createClass.js"),u=n.n(l),b=n("./node_modules/@babel/runtime/helpers/inherits.js"),d=n.n(b),p=n("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),v=n.n(p),y=n("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),g=n.n(y),m=n("./node_modules/react/index.js"),h=n.n(m);function f(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,o=g()(e);if(t){var s=g()(this).constructor;n=Reflect.construct(o,arguments,s)}else n=o.apply(this,arguments);return v()(this,n)}}var x=function(e){d()(n,e);var t=f(n);function n(){return i()(this,n),t.apply(this,arguments)}return u()(n,[{key:"render",value:function(){var e=this.props,t=e.id,n=e.atts,o=e.editor,s=n.buttonUrl,a=n.buttonText,r=n.shape,i=n.alignment,l=n.customClass,u=n.toggleCustomHover,b=n.metaCustomId,d=n.size,p=n.toggleStretchButton,v="vce-button--style-basic-container",y="vce-button--style-basic-wrapper vce",g="vce-button--style-basic",m=a,f={},x="button";s&&s.url&&(x="a",f={href:s.url,title:s.title,target:s.targetBlank?"_blank":void 0,rel:s.relNofollow?"nofollow":void 0});"string"==typeof l&&l&&(v+=" "+l),r&&(g+=" vce-button--style-basic--border-".concat(r)),i&&(v+=" vce-button--style-basic-container--align-".concat(i)),d&&(g+=" vce-button--style-basic--size-".concat(d)),p&&(y+=" vce-button--style-basic-wrapper--stretched");var k=this.getMixinData("basicColor");k&&(g+=" vce-button--style-basic--color-".concat(k.selector)),u&&(k=this.getMixinData("basicHoverColor"))&&(g+=" vce-button--style-basic--hover-color-".concat(k.selector)),b&&(f.id=b);var C=this.applyDO("margin"),w=this.applyDO("padding border background animation");return h.a.createElement("div",c()({className:v},o),h.a.createElement("span",c()({className:y,id:"el-"+t},C),h.a.createElement(x,c()({className:g},f,w),m)))}}]),n}(s.a.getService("api").elementComponent);(0,s.a.getService("cook").add)(n("./basicButton/settings.json"),(function(e){e.add(x)}),{css:n("./node_modules/raw-loader/index.js!./basicButton/styles.css"),editorCss:n("./node_modules/raw-loader/index.js!./basicButton/editor.css"),mixins:{basicColor:{mixin:n("./node_modules/raw-loader/index.js!./basicButton/cssMixins/basicColor.pcss")},basicHoverColor:{mixin:n("./node_modules/raw-loader/index.js!./basicButton/cssMixins/basicHoverColor.pcss")}}},"")},"./basicButton/settings.json":function(e){e.exports=JSON.parse('{"groups":{"type":"string","access":"protected","value":"Buttons"},"buttonUrl":{"type":"url","access":"public","value":{"url":"","title":"","targetBlank":false,"relNofollow":false},"options":{"label":"Link selection","dynamicField":true}},"toggleCustomHover":{"type":"toggle","access":"public","value":false,"options":{"label":"Custom hover colors"}},"hoverColor":{"type":"color","access":"public","value":"#fff","options":{"label":"Title hover color","cssMixin":{"mixin":"basicHoverColor","property":"hoverColor","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"toggleCustomHover":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"hoverBackground":{"type":"color","access":"public","value":"#4d70ac","options":{"label":"Background hover color","cssMixin":{"mixin":"basicHoverColor","property":"hoverBackground","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"toggleCustomHover":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"buttonText":{"type":"string","access":"public","value":"Apply Now","options":{"label":"Button text","dynamicField":true}},"color":{"type":"color","access":"public","value":"#fff","options":{"label":"Title color","cssMixin":{"mixin":"basicColor","property":"color","namePattern":"[\\\\da-f]+"}}},"background":{"type":"color","access":"public","value":"#557cbf","options":{"label":"Background color","cssMixin":{"mixin":"basicColor","property":"background","namePattern":"[\\\\da-f]+"}}},"shape":{"type":"buttonGroup","access":"public","value":"square","options":{"label":"Shape","values":[{"label":"Square","value":"square","icon":"vcv-ui-icon-attribute-shape-square"},{"label":"Rounded","value":"rounded","icon":"vcv-ui-icon-attribute-shape-rounded"},{"label":"Round","value":"round","icon":"vcv-ui-icon-attribute-shape-round"}]}},"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options"}},"editFormTab1":{"type":"group","access":"protected","value":["buttonText","buttonUrl","alignment","shape","size","toggleStretchButton","color","background","toggleCustomHover","hoverColor","hoverBackground","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptions"]},"relatedTo":{"type":"group","access":"protected","value":["General","Buttons"]},"assetsLibrary":{"access":"public","type":"string","value":["animate"]},"alignment":{"type":"buttonGroup","access":"public","value":"left","options":{"label":"Alignment","values":[{"label":"Left","value":"left","icon":"vcv-ui-icon-attribute-alignment-left"},{"label":"Center","value":"center","icon":"vcv-ui-icon-attribute-alignment-center"},{"label":"Right","value":"right","icon":"vcv-ui-icon-attribute-alignment-right"}]}},"size":{"type":"buttonGroup","access":"public","value":"medium","options":{"label":"Size","values":[{"label":"Small","value":"small","text":"S"},{"label":"Medium","value":"medium","text":"M"},{"label":"Large","value":"large","text":"L"}]}},"toggleStretchButton":{"type":"toggle","access":"public","value":false,"options":{"label":"Stretch"}},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from the custom CSS option."}},"metaBackendLabels":{"type":"group","access":"protected","value":[{"value":["buttonText","buttonUrl","background","shape"]}]},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply a unique ID to the element to link it directly by using #your_id (for element ID use lowercase input only)."}},"tag":{"access":"protected","type":"string","value":"basicButton"}}')},"./node_modules/raw-loader/index.js!./basicButton/cssMixins/basicColor.pcss":function(e,t){e.exports=".vce-button--style-basic.vce-button--style-basic--color-$selector {\n a&,\n button& {\n @if $color != false {\n color: $color;\n }\n @if $background != false {\n background-color: $background;\n }\n &:hover {\n @if $color != false {\n color: $color;\n }\n @if $background != false {\n background-color: color($background shade(10%));\n }\n }\n &:focus {\n @if $color != false {\n color: $color;\n }\n }\n }\n}\n"},"./node_modules/raw-loader/index.js!./basicButton/cssMixins/basicHoverColor.pcss":function(e,t){e.exports=".vce-button--style-basic-container a.vce-button--style-basic.vce-button--style-basic--hover-color-$selector {\n &:hover {\n @if $hoverColor != false {\n color: $hoverColor;\n }\n @if $hoverBackground != false {\n background-color: $hoverBackground;\n }\n }\n}\n\n.vce-button--style-basic-container button.vce-button--style-basic.vce-button--style-basic--hover-color-$selector {\n &:hover {\n @if $hoverColor != false {\n color: $hoverColor;\n }\n @if $hoverBackground != false {\n background-color: $hoverBackground;\n }\n }\n}\n"},"./node_modules/raw-loader/index.js!./basicButton/editor.css":function(e,t){e.exports=".vce-button--style-basic-container {\n min-height: 1em;\n}\n"},"./node_modules/raw-loader/index.js!./basicButton/styles.css":function(e,t){e.exports='/* ----------------------------------------------\n * Basic Button\n * ---------------------------------------------- */\n.vce-button--style-basic-container--align-left {\n text-align: left;\n}\n.vce-button--style-basic-container--align-right {\n text-align: right;\n}\n.vce-button--style-basic-container--align-center {\n text-align: center;\n}\n.vce-button--style-basic-wrapper {\n display: inline-block;\n vertical-align: top;\n max-width: 100%;\n}\n.vce-button--style-basic-wrapper .vce-button--style-basic {\n box-shadow: none;\n}\n.vce-button--style-basic-wrapper .vce-button--style-basic:hover,\n.vce-button--style-basic-wrapper .vce-button--style-basic:focus,\n.vce-button--style-basic-wrapper .vce-button--style-basic:link {\n box-shadow: none;\n}\n.vce-button--style-basic-wrapper--stretched {\n width: 100%;\n}\n.vce-button--style-basic-wrapper--stretched .vce-button--style-basic {\n width: 100%;\n}\na.vce-button--style-basic,\nbutton.vce-button--style-basic {\n background-color: transparent;\n background-image: none;\n border: none;\n box-sizing: border-box;\n cursor: pointer;\n display: inline-block;\n margin: 0;\n max-width: 100%;\n position: relative;\n text-align: center;\n text-decoration: none;\n text-transform: none;\n font-weight: normal;\n letter-spacing: normal;\n -webkit-font-smoothing: antialiased;\n vertical-align: middle;\n white-space: normal;\n -ms-touch-action: manipulation;\n touch-action: manipulation;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n line-height: normal;\n border-radius: 0;\n transition: all 0.2s ease-in-out;\n}\na.vce-button--style-basic:hover,\nbutton.vce-button--style-basic:hover,\na.vce-button--style-basic:focus,\nbutton.vce-button--style-basic:focus {\n text-decoration: none;\n outline: none;\n}\nbutton.vce-button--style-basic {\n -webkit-appearance: none;\n}\n.vce-button--style-basic.vce-button--style-basic--size-small {\n font-size: 11px;\n padding: 10px 30px;\n}\n.vce-button--style-basic.vce-button--style-basic--size-medium {\n font-size: 16px;\n padding: 15px 43px;\n}\n.vce-button--style-basic.vce-button--style-basic--size-large {\n font-size: 21px;\n padding: 20px 56px;\n}\na.vce-button--style-basic--border-rounded,\na.vce-button--style-basic--border-round,\na.vce-button--style-basic--border-square,\nbutton.vce-button--style-basic--border-rounded,\nbutton.vce-button--style-basic--border-round,\nbutton.vce-button--style-basic--border-square {\n position: relative;\n overflow: hidden;\n}\n.vce-button--style-basic--border-rounded,\na.vce-button--style-basic--border-rounded,\nbutton.vce-button--style-basic--border-rounded {\n border-radius: 5px;\n}\n.vce-button--style-basic--border-round,\na.vce-button--style-basic--border-round,\nbutton.vce-button--style-basic--border-round {\n border-radius: 4em;\n}\n.vce-button--style-basic--border-square,\na.vce-button--style-basic--border-square,\nbutton.vce-button--style-basic--border-square {\n border-radius: 0;\n}\n.rtl.vce-button--style-basic,\n[dir="rlt"].vce-button--style-basic,\n.rtl .vce-button--style-basic,\n[dir="rlt"] .vce-button--style-basic {\n direction: rtl;\n unicode-bidi: embed;\n}\n.ltr.vce-button--style-basic,\n[dir="ltr"].vce-button--style-basic,\n.ltr .vce-button--style-basic,\n[dir="ltr"] .vce-button--style-basic {\n direction: ltr;\n unicode-bidi: normal;\n}\n'}},[["./basicButton/index.js"]]]);
|
elements/basicButton/public/dist/vendor.bundle.js.LICENSE.txt
CHANGED
@@ -17,6 +17,8 @@ object-assign
|
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
Â
|
|
Â
|
|
20 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
Â
|
22 |
Â
/** @license React v0.19.1
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
20 |
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
+
|
22 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
23 |
Â
|
24 |
Â
/** @license React v0.19.1
|
elements/column/public/dist/element.bundle.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./column/index.js":function(e,n,t){"use strict";t.r(n);var l=t("./node_modules/@babel/runtime/helpers/typeof.js"),a=t.n(l),o=t("./node_modules/vc-cake/index.js"),i=t("./node_modules/@babel/runtime/helpers/extends.js"),c=t.n(i),s=t("./node_modules/@babel/runtime/helpers/defineProperty.js"),r=t.n(s),d=t("./node_modules/@babel/runtime/helpers/classCallCheck.js"),p=t.n(d),u=t("./node_modules/@babel/runtime/helpers/createClass.js"),v=t.n(u),m=t("./node_modules/@babel/runtime/helpers/assertThisInitialized.js"),h=t.n(m),f=t("./node_modules/@babel/runtime/helpers/inherits.js"),x=t.n(f),g=t("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),b=t.n(g),y=t("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),w=t.n(y),O=t("./node_modules/react/index.js"),j=t.n(O),k=t("./node_modules/classnames/index.js"),S=t.n(k),C=function(e,n,t,l,a){var o=l.get(t),i=l.children(t),c=[],s=function(e){var n=e.designOptionsAdvanced,t=!1,l={};if(n&&n.device){var a=!1;for(var o in n.device)Object.prototype.hasOwnProperty.call(n.device,o)&&(a=!0);if(!a)return;if(Object.prototype.hasOwnProperty.call(n.device,"all")){var i=n.device.all;(i.backgroundColor||"string"==typeof i.images||i.images&&i.images.urls&&i.images.urls.length)&&(l.all=!0,t=!0)}else for(var s in n.device)if(Object.prototype.hasOwnProperty.call(n.device,s)){var r=n.device[s];(r.backgroundColor||"string"==typeof r.images||r.images&&r.images.urls&&r.images.urls.length)&&(l[s]=!0,t=!0)}t&&c.push(l)}};i.forEach((function(e){n&&e.id===n.id?s(n):s(e)})),o.columnBackground=c.reduce((function(e,n){for(var t in n)Object.prototype.hasOwnProperty.call(n,t)&&(e[t]=n[t]);return e}),{}),window.setTimeout((function(){l.update(o.id,o),a.trigger("update",t,o,"",{silent:!0})}),0)};function R(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);n&&(l=l.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,l)}return t}function E(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?R(Object(t),!0).forEach((function(n){r()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):R(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}function I(e){var n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var t,l=w()(e);if(n){var a=w()(this).constructor;t=Reflect.construct(l,arguments,a)}else t=l.apply(this,arguments);return b()(this,t)}}var P=Object(o.getService)("api"),_=Object(o.getStorage)("elementsSettings"),D=Object(o.getStorage)("fieldOptions"),z=_.state("extendedOptions"),A=Object(o.getService)("document"),T=Object(o.getStorage)("elements"),U=function(e){x()(t,e);var n=I(t);function t(e){var l;return p()(this,t),(l=n.call(this,e)).parentId=e.atts.parent,l.columnRef=j.a.createRef(),l.handleStorageChange=l.handleStorageChange.bind(h()(l)),l.handleElementUpdate=l.handleElementUpdate.bind(h()(l)),l.handleElementRemove=l.handleElementRemove.bind(h()(l)),l.handleElementMove=l.handleElementMove.bind(h()(l)),l}return v()(t,[{key:"componentDidMount",value:function(){var e=z.get();if(!e||e&&!e.elements.includes(this.props.id)){z.onChange(this.handleStorageChange);var n={fieldKey:!1,fieldType:!1,id:this.props.id};D.trigger("fieldOptionsChange",n)}T.on("update",this.handleElementUpdate),T.on("remove",this.handleElementRemove),T.on("element:move:".concat(this.props.id),this.handleElementMove)}},{key:"componentWillUnmount",value:function(){T.off("update",this.handleElementUpdate),T.off("remove",this.handleElementRemove),T.off("element:move:".concat(this.props.id),this.handleElementMove)}},{key:"componentDidUpdate",value:function(){this.handleStorageChange(!1)}},{key:"handleElementUpdate",value:function(e,n){e===this.props.id&&C(0,n,n.parent,A,T)}},{key:"handleElementRemove",value:function(e){if(e===this.props.id){var n=A.get(this.props.id);C(0,n,this.props.atts.parent,A,T)}}},{key:"handleElementMove",value:function(e){C(e.id,e,e.parent,A,T);var n=A.get(this.props.id);C(n.id,n,n.parent,A,T)}},{key:"handleStorageChange",value:function(e){var n=this,t=z.get();if(e&&(t=e,z.ignoreChange(this.handleStorageChange)),t){var l=t.elements.find((function(e){return e.id===n.props.id}));if(l){var a=this.columnRef.current;_.state("elementOptions").set(E(E({},l),{},{ref:a}))}}}},{key:"render",value:function(){var e=this.props,n=e.id,t=e.atts,l=e.editor,a=e.isBackend,o=t.size,i=t.customClass,s=t.metaCustomId,r=t.designOptionsAdvanced,d=t.lastInRow,p=t.firstInRow,u=t.hidden,v=t.disableStacking,m=t.sticky,h=t.boxShadow,f={},x={},g=["vce-col"];g.push(this.getBackgroundClass(r)),u&&a&&g.push("vce-wpbackend-element-hidden"),v?(g.push("vce-col--xs-"+(o.all?o.all.replace("/","-").replace("%","p").replace(",","-").replace(".","-"):"auto")),d.all&&g.push("vce-col--all-last"),p.all&&g.push("vce-col--all-first")):o.all?"hide"===o.all?g.push("vce-col--all-hide"):(g.push("vce-col--md-"+(o.all?o.all.replace("/","-").replace("%","p").replace(",","-").replace(".","-"):"auto")),g.push("vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first"),d.all&&g.push("vce-col--md-last vce-col--lg-last vce-col--xl-last"),p.all&&g.push("vce-col--md-first vce-col--lg-first vce-col--xl-first")):Object.keys(o).forEach((function(e){var n=o[e];""===n&&(n="auto"),"defaultSize"!==e&&(g.push("vce-col--".concat(e,"-")+(n?n.replace("/","-").replace("%","p").replace(",","-").replace(".","-"):"auto")),"hide"!==n&&g.push("vce-col--".concat(e,"-visible")),d[e]&&g.push("vce-col--".concat(e,"-last")),p[e]&&g.push("vce-col--".concat(e,"-first")))})),"string"==typeof i&&i.length&&g.push(i);var b=S()(g);s&&(x.id=s);var y={};m&&m.device&&(y=this.getStickyAttributes(m));var w={};h&&h.device&&(w=this.getBoxShadowAttributes(h,n)),f["data-vce-delete-attr"]="style",x["data-vce-delete-attr"]="style",x=E(E({},x),y);var O={"data-vce-element-content":!0},k=this.applyDO("padding"),C=this.applyDO("border margin background animation");return j.a.createElement("div",c()({className:b},f,{id:"el-"+n},l,{ref:this.columnRef}),j.a.createElement("div",c()({className:"vce-col-inner"},C,x,w),this.getBackgroundTypeContent(),this.getContainerDivider(),j.a.createElement("div",c()({className:"vce-col-content"},O,k),this.props.children)))}}]),t}(P.elementComponent),B=t("./node_modules/lodash/lodash.js"),M=t.n(B);(0,Object(o.getService)("cook").add)(t("./column/settings.json"),(function(e){e.add(U)}),{css:t("./node_modules/raw-loader/index.js!./column/styles.css"),editorCss:t("./node_modules/raw-loader/index.js!./column/editor.css")},(function(e){var n=e.size,t=e.lastInRow,l=e.firstInRow,o=e.designOptionsAdvanced;if(n&&"object"!==a()(n)?e.size={all:n,defaultSize:n}:""===n&&(e.size={}),t&&"object"!==a()(t)?e.lastInRow={all:t}:""===t&&(e.lastInRow={}),l&&"object"!==a()(l)?e.firstInRow={all:l}:""===l&&(e.firstInRow={}),o&&o.device){var i={},c={};if(Object.keys(o.device).forEach((function(e){var n=o.device[e],t=Object.assign({},n);if(n.parallax){var l={parallaxEnable:!0,parallax:n.parallax};Object.prototype.hasOwnProperty.call(n,"parallaxReverse")&&(l.parallaxReverse=n.parallaxReverse),Object.prototype.hasOwnProperty.call(n,"parallaxSpeed")&&(l.parallaxSpeed=n.parallaxSpeed),i[e]=l,delete t.parallax,delete t.parallaxReverse,delete t.parallaxSpeed,c[e]=t}})),!M.a.isEmpty(i)){e.parallax={device:i};var s=Object.assign({},o);s.device=c,e.designOptionsAdvanced=s}}return e}))},"./column/settings.json":function(e){e.exports=JSON.parse('{"size":{"type":"object","access":"public","value":{"all":"auto","defaultSize":"auto"}},"disableStacking":{"type":"string","access":"public","value":false},"lastInRow":{"type":"object","access":"public","value":{"all":false}},"firstInRow":{"type":"object","access":"public","value":{"all":false}},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from Custom CSS option."}},"parallax":{"type":"parallax","access":"public","value":{},"options":{"label":"Parallax"}},"designOptionsAdvanced":{"type":"designOptionsAdvanced","access":"public","value":{},"options":{"label":"Design Options"}},"sticky":{"type":"sticky","access":"public","value":{},"options":{"label":"Sticky"}},"editFormTab1":{"type":"group","access":"protected","value":["metaCustomId","customClass"],"options":{"label":"General"}},"dividers":{"type":"divider","access":"public","value":{},"options":{"label":"Dividers"}},"boxShadow":{"type":"boxShadow","access":"public","value":{},"options":{"label":"Box Shadow"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptionsAdvanced","parallax","boxShadow","dividers","sticky"]},"containerFor":{"type":"group","access":"protected","value":["General"]},"relatedTo":{"type":"group","access":"protected","value":["Column"]},"parentWrapper":{"type":"string","access":"protected","value":"row"},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply unique ID to element to link directly to it by using #your_id (for element ID use lowercase input only)."}},"tag":{"access":"protected","type":"string","value":"column"},"hidden":{"type":"string","access":"public","value":false}}')},"./node_modules/raw-loader/index.js!./column/editor.css":function(e,n){e.exports=".vce-col {\n min-height: 1em;\n}\n\n.vce-col-content > .vcv-row-control-container .vcv-ui-blank-row-element-control {\n min-height: auto;\n}"},"./node_modules/raw-loader/index.js!./column/styles.css":function(e,n){e.exports="/* ----------------------------------------------\n * Column\n * ---------------------------------------------- */\n.vce-col {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n box-sizing: border-box;\n display: -ms-flexbox;\n display: flex;\n min-width: 1em;\n position: relative;\n}\n.vce-col--auto {\n -ms-flex: 1;\n flex: 1;\n -ms-flex-preferred-size: auto;\n flex-basis: auto;\n}\n.vce-col-inner,\n.vce-col-content {\n position: relative;\n overflow-wrap: break-word;\n transition: box-shadow .2s;\n}\n\n.vce-col-inner {\n width: 100%;\n}\n.vce-col-direction--rtl {\n direction: rtl;\n}\n.vce-element--has-background > .vce-col-inner > .vce-col-content {\n padding-top: 30px;\n padding-left: 30px;\n padding-right: 30px;\n}\n.vce-col.vce-col--all-hide {\n display: none;\n}\n\n/* styles for mobile-portrait */\n@media (min-width: 0), print {\n .vce-col--xs-auto {\n -ms-flex: 1 1 0;\n flex: 1 1 0;\n width: auto;\n }\n .vce-col--xs-1 {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .vce-col.vce-col--xs-visible {\n display: -ms-flexbox;\n display: flex;\n }\n .vce-col.vce-col--xs-hide {\n display: none;\n }\n}\n\n.vce-row-container > .vce-row > .vce-row-content > .vce-col > .vce-col-inner {\n padding: 0;\n}\n\n/* styles for mobile-landscape */\n@media (min-width: 544px), print {\n .vce-col--sm-auto {\n -ms-flex: 1 1 0;\n flex: 1 1 0;\n width: auto;\n }\n .vce-col--sm-1 {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .vce-col.vce-col--sm-visible {\n display: -ms-flexbox;\n display: flex;\n }\n .vce-col.vce-col--sm-hide {\n display: none;\n }\n}\n/* styles for mobile-landscape */\n@media (min-width: 768px), print {\n .vce-col--md-auto {\n -ms-flex: 1 1 0;\n flex: 1 1 0;\n width: auto;\n }\n .vce-col--md-1 {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .vce-col.vce-col--md-visible {\n display: -ms-flexbox;\n display: flex;\n }\n .vce-col.vce-col--md-hide {\n display: none;\n }\n}\n/* styles for mobile-landscape */\n@media screen and (min-width: 992px), print {\n .vce-col--lg-auto {\n -ms-flex: 1 1 0;\n flex: 1 1 0;\n width: 1px;\n }\n .vce-col--lg-1 {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .vce-col.vce-col--lg-visible {\n display: -ms-flexbox;\n display: flex;\n }\n .vce-col.vce-col--lg-hide {\n display: none;\n }\n}\n/* styles for mobile-landscape */\n@media (min-width: 1200px), print {\n .vce-col--xl-auto {\n -ms-flex: 1 1 0;\n flex: 1 1 0;\n width: auto;\n }\n .vce-col--xl-1 {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .vce-col.vce-col--xl-visible {\n display: -ms-flexbox;\n display: flex;\n }\n .vce-col.vce-col--xl-hide {\n display: none;\n }\n}\n@media (min-width: 0) and (max-width: 543px) {\n .vce-element--xs--has-background > .vce-col-inner > .vce-col-content {\n padding-top: 30px;\n padding-left: 30px;\n padding-right: 30px;\n }\n}\n@media (min-width: 544px) and (max-width: 767px) {\n .vce-element--sm--has-background > .vce-col-inner > .vce-col-content {\n padding-top: 30px;\n padding-left: 30px;\n padding-right: 30px;\n }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n .vce-element--md--has-background > .vce-col-inner > .vce-col-content {\n padding-top: 30px;\n padding-left: 30px;\n padding-right: 30px;\n }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n .vce-element--lg--has-background > .vce-col-inner > .vce-col-content {\n padding-top: 30px;\n padding-left: 30px;\n padding-right: 30px;\n }\n}\n@media (min-width: 1200px) {\n .vce-element--xl--has-background > .vce-col-inner > .vce-col-content {\n padding-top: 30px;\n padding-left: 30px;\n padding-right: 30px;\n }\n}\n"}},[["./column/index.js"]]]);
|
1 |
+
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./column/index.js":function(e,n,t){"use strict";t.r(n);var l=t("./node_modules/@babel/runtime/helpers/typeof.js"),a=t.n(l),o=t("./node_modules/vc-cake/index.js"),i=t("./node_modules/@babel/runtime/helpers/extends.js"),c=t.n(i),s=t("./node_modules/@babel/runtime/helpers/defineProperty.js"),r=t.n(s),d=t("./node_modules/@babel/runtime/helpers/classCallCheck.js"),p=t.n(d),u=t("./node_modules/@babel/runtime/helpers/createClass.js"),v=t.n(u),m=t("./node_modules/@babel/runtime/helpers/assertThisInitialized.js"),h=t.n(m),f=t("./node_modules/@babel/runtime/helpers/inherits.js"),x=t.n(f),g=t("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),b=t.n(g),y=t("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),w=t.n(y),O=t("./node_modules/react/index.js"),j=t.n(O),k=t("./node_modules/classnames/index.js"),S=t.n(k),C=function(e,n,t,l,a){var o=l.get(t),i=l.children(t),c=[],s=function(e){var n=e.designOptionsAdvanced,t=!1,l={};if(n&&n.device){var a=!1;for(var o in n.device)Object.prototype.hasOwnProperty.call(n.device,o)&&(a=!0);if(!a)return;if(Object.prototype.hasOwnProperty.call(n.device,"all")){var i=n.device.all;(i.backgroundColor||"string"==typeof i.images||i.images&&i.images.urls&&i.images.urls.length)&&(l.all=!0,t=!0)}else for(var s in n.device)if(Object.prototype.hasOwnProperty.call(n.device,s)){var r=n.device[s];(r.backgroundColor||"string"==typeof r.images||r.images&&r.images.urls&&r.images.urls.length)&&(l[s]=!0,t=!0)}t&&c.push(l)}};i.forEach((function(e){n&&e.id===n.id?s(n):s(e)})),o.columnBackground=c.reduce((function(e,n){for(var t in n)Object.prototype.hasOwnProperty.call(n,t)&&(e[t]=n[t]);return e}),{}),window.setTimeout((function(){l.update(o.id,o),a.trigger("update",t,o,"",{silent:!0})}),0)};function R(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);n&&(l=l.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,l)}return t}function E(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?R(Object(t),!0).forEach((function(n){r()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):R(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}function I(e){var n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var t,l=w()(e);if(n){var a=w()(this).constructor;t=Reflect.construct(l,arguments,a)}else t=l.apply(this,arguments);return b()(this,t)}}var P=Object(o.getService)("api"),_=Object(o.getStorage)("elementsSettings"),D=Object(o.getStorage)("fieldOptions"),z=_.state("extendedOptions"),A=Object(o.getService)("document"),T=Object(o.getStorage)("elements"),U=function(e){x()(t,e);var n=I(t);function t(e){var l;return p()(this,t),(l=n.call(this,e)).parentId=e.atts.parent,l.columnRef=j.a.createRef(),l.handleStorageChange=l.handleStorageChange.bind(h()(l)),l.handleElementUpdate=l.handleElementUpdate.bind(h()(l)),l.handleElementRemove=l.handleElementRemove.bind(h()(l)),l.handleElementMove=l.handleElementMove.bind(h()(l)),l}return v()(t,[{key:"componentDidMount",value:function(){var e=z.get();if(!e||e&&!e.elements.includes(this.props.id)){z.onChange(this.handleStorageChange);var n={fieldKey:!1,fieldType:!1,id:this.props.id};D.trigger("fieldOptionsChange",n)}T.on("update",this.handleElementUpdate),T.on("remove",this.handleElementRemove),T.on("element:move:".concat(this.props.id),this.handleElementMove)}},{key:"componentWillUnmount",value:function(){T.off("update",this.handleElementUpdate),T.off("remove",this.handleElementRemove),T.off("element:move:".concat(this.props.id),this.handleElementMove)}},{key:"componentDidUpdate",value:function(){this.handleStorageChange(!1)}},{key:"handleElementUpdate",value:function(e,n){e===this.props.id&&C(0,n,n.parent,A,T)}},{key:"handleElementRemove",value:function(e){if(e===this.props.id){var n=A.get(this.props.id);C(0,n,this.props.atts.parent,A,T)}}},{key:"handleElementMove",value:function(e){C(e.id,e,e.parent,A,T);var n=A.get(this.props.id);C(n.id,n,n.parent,A,T)}},{key:"handleStorageChange",value:function(e){var n=this,t=z.get();if(e&&(t=e,z.ignoreChange(this.handleStorageChange)),t){var l=t.elements.find((function(e){return e.id===n.props.id}));if(l){var a=this.columnRef.current;_.state("elementOptions").set(E(E({},l),{},{ref:a}))}}}},{key:"render",value:function(){var e=this.props,n=e.id,t=e.atts,l=e.editor,a=e.isBackend,o=t.size,i=t.customClass,s=t.metaCustomId,r=t.designOptionsAdvanced,d=t.lastInRow,p=t.firstInRow,u=t.hidden,v=t.disableStacking,m=t.sticky,h=t.boxShadow,f={},x={},g=["vce-col"];g.push(this.getBackgroundClass(r)),u&&a&&g.push("vce-wpbackend-element-hidden"),v?(g.push("vce-col--xs-"+(o.all?o.all.replace("/","-").replace("%","p").replace(",","-").replace(".","-"):"auto")),d.all&&g.push("vce-col--all-last"),p.all&&g.push("vce-col--all-first")):o.all?"hide"===o.all?g.push("vce-col--all-hide"):(g.push("vce-col--md-"+(o.all?o.all.replace("/","-").replace("%","p").replace(",","-").replace(".","-"):"auto")),g.push("vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first"),d.all&&g.push("vce-col--md-last vce-col--lg-last vce-col--xl-last"),p.all&&g.push("vce-col--md-first vce-col--lg-first vce-col--xl-first")):Object.keys(o).forEach((function(e){var n=o[e];""===n&&(n="auto"),"defaultSize"!==e&&(g.push("vce-col--".concat(e,"-")+(n?n.replace("/","-").replace("%","p").replace(",","-").replace(".","-"):"auto")),"hide"!==n&&g.push("vce-col--".concat(e,"-visible")),d[e]&&g.push("vce-col--".concat(e,"-last")),p[e]&&g.push("vce-col--".concat(e,"-first")))})),"string"==typeof i&&i.length&&g.push(i);var b=S()(g);s&&(x.id=s);var y={};m&&m.device&&(y=this.getStickyAttributes(m));var w={};h&&h.device&&(w=this.getBoxShadowAttributes(h,n)),f["data-vce-delete-attr"]="style",x["data-vce-delete-attr"]="style",x=E(E({},x),y);var O={"data-vce-element-content":!0},k=this.applyDO("padding"),C=this.applyDO("border margin background animation");return j.a.createElement("div",c()({className:b},f,{id:"el-"+n},l,{ref:this.columnRef}),j.a.createElement("div",c()({className:"vce-col-inner"},C,x,w),this.getBackgroundTypeContent(),this.getContainerDivider(),j.a.createElement("div",c()({className:"vce-col-content"},O,k),this.props.children)))}}]),t}(P.elementComponent),B=t("./node_modules/lodash/lodash.js"),M=t.n(B);(0,Object(o.getService)("cook").add)(t("./column/settings.json"),(function(e){e.add(U)}),{css:t("./node_modules/raw-loader/index.js!./column/styles.css"),editorCss:t("./node_modules/raw-loader/index.js!./column/editor.css")},(function(e){var n=e.size,t=e.lastInRow,l=e.firstInRow,o=e.designOptionsAdvanced;if(n&&"object"!==a()(n)?e.size={all:n,defaultSize:n}:""===n&&(e.size={}),t&&"object"!==a()(t)?e.lastInRow={all:t}:""===t&&(e.lastInRow={}),l&&"object"!==a()(l)?e.firstInRow={all:l}:""===l&&(e.firstInRow={}),o&&o.device){var i={},c={};if(Object.keys(o.device).forEach((function(e){var n=o.device[e],t=Object.assign({},n);if(n.parallax){var l={parallaxEnable:!0,parallax:n.parallax};Object.prototype.hasOwnProperty.call(n,"parallaxReverse")&&(l.parallaxReverse=n.parallaxReverse),Object.prototype.hasOwnProperty.call(n,"parallaxSpeed")&&(l.parallaxSpeed=n.parallaxSpeed),i[e]=l,delete t.parallax,delete t.parallaxReverse,delete t.parallaxSpeed,c[e]=t}})),!M.a.isEmpty(i)){e.parallax={device:i};var s=Object.assign({},o);s.device=c,e.designOptionsAdvanced=s}}return e}))},"./column/settings.json":function(e){e.exports=JSON.parse('{"size":{"type":"object","access":"public","value":{"all":"auto","defaultSize":"auto"}},"disableStacking":{"type":"string","access":"public","value":false},"lastInRow":{"type":"object","access":"public","value":{"all":false}},"firstInRow":{"type":"object","access":"public","value":{"all":false}},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from the custom CSS option."}},"parallax":{"type":"parallax","access":"public","value":{},"options":{"label":"Parallax"}},"designOptionsAdvanced":{"type":"designOptionsAdvanced","access":"public","value":{},"options":{"label":"Design Options"}},"sticky":{"type":"sticky","access":"public","value":{},"options":{"label":"Sticky"}},"editFormTab1":{"type":"group","access":"protected","value":["metaCustomId","customClass"],"options":{"label":"General"}},"dividers":{"type":"divider","access":"public","value":{},"options":{"label":"Dividers"}},"boxShadow":{"type":"boxShadow","access":"public","value":{},"options":{"label":"Box Shadow"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptionsAdvanced","parallax","boxShadow","dividers","sticky"]},"containerFor":{"type":"group","access":"protected","value":["General"]},"relatedTo":{"type":"group","access":"protected","value":["Column"]},"parentWrapper":{"type":"string","access":"protected","value":"row"},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply a unique ID to the element to link it directly by using #your_id (for element ID use lowercase input only)."}},"tag":{"access":"protected","type":"string","value":"column"},"hidden":{"type":"string","access":"public","value":false}}')},"./node_modules/raw-loader/index.js!./column/editor.css":function(e,n){e.exports=".vce-col {\n min-height: 1em;\n}\n\n.vce-col-content > .vcv-row-control-container .vcv-ui-blank-row-element-control {\n min-height: auto;\n}"},"./node_modules/raw-loader/index.js!./column/styles.css":function(e,n){e.exports="/* ----------------------------------------------\n * Column\n * ---------------------------------------------- */\n.vce-col {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n box-sizing: border-box;\n display: -ms-flexbox;\n display: flex;\n min-width: 1em;\n position: relative;\n}\n.vce-col--auto {\n -ms-flex: 1;\n flex: 1;\n -ms-flex-preferred-size: auto;\n flex-basis: auto;\n}\n.vce-col-inner,\n.vce-col-content {\n position: relative;\n overflow-wrap: break-word;\n transition: box-shadow .2s;\n}\n\n.vce-col-inner {\n width: 100%;\n}\n.vce-col-direction--rtl {\n direction: rtl;\n}\n.vce-element--has-background > .vce-col-inner > .vce-col-content {\n padding-top: 30px;\n padding-left: 30px;\n padding-right: 30px;\n}\n.vce-col.vce-col--all-hide {\n display: none;\n}\n\n/* styles for mobile-portrait */\n@media (min-width: 0), print {\n .vce-col--xs-auto {\n -ms-flex: 1 1 0;\n flex: 1 1 0;\n width: auto;\n }\n .vce-col--xs-1 {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .vce-col.vce-col--xs-visible {\n display: -ms-flexbox;\n display: flex;\n }\n .vce-col.vce-col--xs-hide {\n display: none;\n }\n}\n\n.vce-row-container > .vce-row > .vce-row-content > .vce-col > .vce-col-inner {\n padding: 0;\n}\n\n/* styles for mobile-landscape */\n@media (min-width: 544px), print {\n .vce-col--sm-auto {\n -ms-flex: 1 1 0;\n flex: 1 1 0;\n width: auto;\n }\n .vce-col--sm-1 {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .vce-col.vce-col--sm-visible {\n display: -ms-flexbox;\n display: flex;\n }\n .vce-col.vce-col--sm-hide {\n display: none;\n }\n}\n/* styles for mobile-landscape */\n@media (min-width: 768px), print {\n .vce-col--md-auto {\n -ms-flex: 1 1 0;\n flex: 1 1 0;\n width: auto;\n }\n .vce-col--md-1 {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .vce-col.vce-col--md-visible {\n display: -ms-flexbox;\n display: flex;\n }\n .vce-col.vce-col--md-hide {\n display: none;\n }\n}\n/* styles for mobile-landscape */\n@media screen and (min-width: 992px), print {\n .vce-col--lg-auto {\n -ms-flex: 1 1 0;\n flex: 1 1 0;\n width: 1px;\n }\n .vce-col--lg-1 {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .vce-col.vce-col--lg-visible {\n display: -ms-flexbox;\n display: flex;\n }\n .vce-col.vce-col--lg-hide {\n display: none;\n }\n}\n/* styles for mobile-landscape */\n@media (min-width: 1200px), print {\n .vce-col--xl-auto {\n -ms-flex: 1 1 0;\n flex: 1 1 0;\n width: auto;\n }\n .vce-col--xl-1 {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n }\n .vce-col.vce-col--xl-visible {\n display: -ms-flexbox;\n display: flex;\n }\n .vce-col.vce-col--xl-hide {\n display: none;\n }\n}\n@media (min-width: 0) and (max-width: 543px) {\n .vce-element--xs--has-background > .vce-col-inner > .vce-col-content {\n padding-top: 30px;\n padding-left: 30px;\n padding-right: 30px;\n }\n}\n@media (min-width: 544px) and (max-width: 767px) {\n .vce-element--sm--has-background > .vce-col-inner > .vce-col-content {\n padding-top: 30px;\n padding-left: 30px;\n padding-right: 30px;\n }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n .vce-element--md--has-background > .vce-col-inner > .vce-col-content {\n padding-top: 30px;\n padding-left: 30px;\n padding-right: 30px;\n }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n .vce-element--lg--has-background > .vce-col-inner > .vce-col-content {\n padding-top: 30px;\n padding-left: 30px;\n padding-right: 30px;\n }\n}\n@media (min-width: 1200px) {\n .vce-element--xl--has-background > .vce-col-inner > .vce-col-content {\n padding-top: 30px;\n padding-left: 30px;\n padding-right: 30px;\n }\n}\n"}},[["./column/index.js"]]]);
|
elements/column/public/dist/vendor.bundle.js.LICENSE.txt
CHANGED
@@ -17,6 +17,8 @@ object-assign
|
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
Â
|
|
Â
|
|
20 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
Â
|
22 |
Â
/** @license React v0.19.1
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
20 |
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
+
|
22 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
23 |
Â
|
24 |
Â
/** @license React v0.19.1
|
elements/googleFontsHeading/public/dist/element.bundle.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./googleFontsHeading/index.js":function(e,n,t){"use strict";t.r(n);var o=t("./node_modules/vc-cake/index.js"),l=t.n(o),i=t("./node_modules/@babel/runtime/helpers/extends.js"),a=t.n(i),s=t("./node_modules/@babel/runtime/helpers/classCallCheck.js"),r=t.n(s),c=t("./node_modules/@babel/runtime/helpers/createClass.js"),g=t.n(c),d=t("./node_modules/@babel/runtime/helpers/inherits.js"),u=t.n(d),p=t("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),f=t.n(p),v=t("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),m=t.n(v),h=t("./node_modules/react/index.js"),y=t.n(h);function b(e){var n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var t,o=m()(e);if(n){var l=m()(this).constructor;t=Reflect.construct(o,arguments,l)}else t=o.apply(this,arguments);return f()(this,t)}}var x=function(e){u()(t,e);var n=b(t);function t(){return r()(this,t),n.apply(this,arguments)}return g()(t,[{key:"validateSize",value:function(e){var n=new RegExp("^-?\\d*(\\.\\d{0,9})?("+["px","em","rem","%","vw","vh"].join("|")+")?$");return""===e||e.match(n)?e:null}},{key:"render",value:function(){var e=this.props,n=e.id,t=e.atts,o=e.editor,l=t.text,i=t.elementTag,s=t.font,r=t.fontSize,c=t.alignment,g=t.lineHeight,d=t.letterSpacing,u=t.link,p=t.colorType,f=t.customClass,v=t.metaCustomId,m="vce-google-fonts-heading",h={},b={style:{}},x=i,k=l;if(u&&u.url){var F={href:u.url,title:u.title,target:u.targetBlank?"_blank":void 0,rel:u.relNofollow?"nofollow":void 0};k=y.a.createElement("a",a()({className:"vce-google-fonts-heading-link"},F),k)}"string"==typeof f&&f&&(m+=" "+f),r&&(r=this.validateSize(r))&&(r=/^\d+$/.test(r)?r+"px":r,b.style.fontSize=r),g&&(g=this.validateSize(g))&&(b.style.lineHeight=g),d&&(d=this.validateSize(d))&&(d=/^\d+$/.test(d)?d+"px":d,b.style.letterSpacing=d),c&&(m+=" vce-google-fonts-heading--align-".concat(c));var w=this.getMixinData("textColor");if(w)switch(p){case"gradient":m+=" vce-google-fonts-heading--gradient-".concat(w.selector);break;case"color":m+=" vce-google-fonts-heading--color-".concat(w.selector);break;default:console.warn("There was an issue assigning color type
|
1 |
+
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./googleFontsHeading/index.js":function(e,n,t){"use strict";t.r(n);var o=t("./node_modules/vc-cake/index.js"),l=t.n(o),i=t("./node_modules/@babel/runtime/helpers/extends.js"),a=t.n(i),s=t("./node_modules/@babel/runtime/helpers/classCallCheck.js"),r=t.n(s),c=t("./node_modules/@babel/runtime/helpers/createClass.js"),g=t.n(c),d=t("./node_modules/@babel/runtime/helpers/inherits.js"),u=t.n(d),p=t("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),f=t.n(p),v=t("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),m=t.n(v),h=t("./node_modules/react/index.js"),y=t.n(h);function b(e){var n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var t,o=m()(e);if(n){var l=m()(this).constructor;t=Reflect.construct(o,arguments,l)}else t=o.apply(this,arguments);return f()(this,t)}}var x=function(e){u()(t,e);var n=b(t);function t(){return r()(this,t),n.apply(this,arguments)}return g()(t,[{key:"validateSize",value:function(e){var n=new RegExp("^-?\\d*(\\.\\d{0,9})?("+["px","em","rem","%","vw","vh"].join("|")+")?$");return""===e||e.match(n)?e:null}},{key:"render",value:function(){var e=this.props,n=e.id,t=e.atts,o=e.editor,l=t.text,i=t.elementTag,s=t.font,r=t.fontSize,c=t.alignment,g=t.lineHeight,d=t.letterSpacing,u=t.link,p=t.colorType,f=t.customClass,v=t.metaCustomId,m="vce-google-fonts-heading",h={},b={style:{}},x=i,k=l;if(u&&u.url){var F={href:u.url,title:u.title,target:u.targetBlank?"_blank":void 0,rel:u.relNofollow?"nofollow":void 0};k=y.a.createElement("a",a()({className:"vce-google-fonts-heading-link"},F),k)}"string"==typeof f&&f&&(m+=" "+f),r&&(r=this.validateSize(r))&&(r=/^\d+$/.test(r)?r+"px":r,b.style.fontSize=r),g&&(g=this.validateSize(g))&&(b.style.lineHeight=g),d&&(d=this.validateSize(d))&&(d=/^\d+$/.test(d)?d+"px":d,b.style.letterSpacing=d),c&&(m+=" vce-google-fonts-heading--align-".concat(c));var w=this.getMixinData("textColor");if(w)switch(p){case"gradient":m+=" vce-google-fonts-heading--gradient-".concat(w.selector);break;case"color":m+=" vce-google-fonts-heading--color-".concat(w.selector);break;default:console.warn("There was an issue assigning color type.")}if((w=this.getMixinData("fontFamily"))&&(m+=" vce-google-fonts-heading--font-family-".concat(w.selector)),s&&"active"===s.status){var S=s.fontStyle?"regular"===s.fontStyle.style?null:s.fontStyle.style:null;b.style.fontWeight=s.fontStyle?s.fontStyle.weight:null,b.style.fontStyle=S}v&&(h.id=v);var C=this.applyDO("border background animation padding margin");return y.a.createElement("div",a()({},h,{className:m},o),y.a.createElement("div",{className:"vce-google-fonts-heading-wrapper"},y.a.createElement("div",a()({className:"vce-google-fonts-heading--background vce",id:"el-"+n},C),y.a.createElement(x,a()({className:"vce-google-fonts-heading-inner"},b),k))))}}]),t}(l.a.getService("api").elementComponent);(0,l.a.getService("cook").add)(t("./googleFontsHeading/settings.json"),(function(e){e.add(x)}),{css:t("./node_modules/raw-loader/index.js!./googleFontsHeading/styles.css"),editorCss:t("./node_modules/raw-loader/index.js!./googleFontsHeading/editor.css"),mixins:{textColor:{mixin:t("./node_modules/raw-loader/index.js!./googleFontsHeading/cssMixins/textColor.pcss")},fontFamily:{mixin:t("./node_modules/raw-loader/index.js!./googleFontsHeading/cssMixins/fontFamily.pcss")}}},"")},"./googleFontsHeading/settings.json":function(e){e.exports=JSON.parse('{"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options"}},"editFormTab1":{"type":"group","access":"protected","value":["text","font","elementTag","colorType","color","gradientStart","gradientEnd","gradientAngle","fontSize","alignment","lineHeight","letterSpacing","link","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptions"]},"relatedTo":{"type":"group","access":"protected","value":["General"]},"text":{"type":"string","access":"public","value":"The sky was cloudless and of a deep dark blue.","options":{"label":"Title text","inline":true,"inlineMode":"text","dynamicField":true}},"font":{"type":"googleFonts","access":"public","value":{"fontFamily":"Lato","fontStyle":{"weight":"400","style":"regular"},"status":"active","fontText":"The sky was cloudless and of a deep dark blue."},"options":{"label":"","cssMixin":{"mixin":"fontFamily","property":"fontFamily","namePattern":"[a-z]+","valueKey":"fontFamily"}}},"elementTag":{"type":"dropdown","access":"public","value":"h2","options":{"label":"Element tag","values":[{"label":"h1","value":"h1"},{"label":"h2","value":"h2"},{"label":"h3","value":"h3"},{"label":"h4","value":"h4"},{"label":"h5","value":"h5"},{"label":"h6","value":"h6"},{"label":"p","value":"p"},{"label":"div","value":"div"}]}},"colorType":{"type":"dropdown","access":"public","value":"color","options":{"label":"Gradient overlay type","values":[{"label":"Color","value":"color"},{"label":"Gradient","value":"gradient"}]}},"color":{"type":"color","access":"public","value":"","options":{"label":"Title color","cssMixin":{"mixin":"textColor","property":"color","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"colorType":{"rule":"value","options":{"value":"color"}}},"actions":[{"action":"toggleVisibility"}]}}},"gradientStart":{"type":"color","access":"public","value":" #FF7200","options":{"label":"Start color","cssMixin":{"mixin":"textColor","property":"gradientStart","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"colorType":{"rule":"value","options":{"value":"gradient"}}},"actions":[{"action":"toggleVisibility"}]}}},"gradientEnd":{"type":"color","access":"public","value":" #5C00FF","options":{"label":"End color","cssMixin":{"mixin":"textColor","property":"gradientEnd","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"colorType":{"rule":"value","options":{"value":"gradient"}}},"actions":[{"action":"toggleVisibility"}]}}},"gradientAngle":{"type":"range","access":"public","value":"45","options":{"label":"Gradient angle","cssMixin":{"mixin":"textColor","property":"gradientAngle","namePattern":"[\\\\d\\\\-]+"},"min":0,"max":180,"measurement":"°","onChange":{"rules":{"colorType":{"rule":"value","options":{"value":"gradient"}}},"actions":[{"action":"toggleVisibility"}]}}},"fontSize":{"type":"string","access":"public","value":"","options":{"label":"Font size"}},"alignment":{"type":"buttonGroup","access":"public","value":"left","options":{"label":"Alignment","values":[{"label":"Left","value":"left","icon":"vcv-ui-icon-attribute-alignment-left"},{"label":"Center","value":"center","icon":"vcv-ui-icon-attribute-alignment-center"},{"label":"Right","value":"right","icon":"vcv-ui-icon-attribute-alignment-right"}]}},"lineHeight":{"type":"string","access":"public","value":"","options":{"label":"Line height"}},"letterSpacing":{"type":"string","access":"public","value":"","options":{"label":"Letter spacing"}},"link":{"type":"url","access":"public","value":{"url":"","title":"","targetBlank":true,"relNofollow":false},"options":{"label":"Link selection","dynamicField":true}},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from the custom CSS option."}},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply a unique ID to the element to link it directly by using #your_id (for element ID use lowercase input only)."}},"tag":{"type":"string","access":"protected","value":"googleFontsHeading"}}')},"./node_modules/raw-loader/index.js!./googleFontsHeading/cssMixins/fontFamily.pcss":function(e,n){e.exports=".vce-google-fonts-heading {\n &--font-family-$selector {\n .vce-google-fonts-heading-inner {\n @if $fontFamily != false {\n font-family: $fontFamily;\n }\n }\n }\n}\n"},"./node_modules/raw-loader/index.js!./googleFontsHeading/cssMixins/textColor.pcss":function(e,n){e.exports=".vce-google-fonts-heading {\n &--color-$selector {\n .vce-google-fonts-heading-inner {\n @if $color != false {\n color: $color;\n }\n }\n }\n &--gradient-$selector {\n .vce-google-fonts-heading-inner {\n @if $gradientStart != false {\n background-image: linear-gradient($(gradientAngle)deg, $gradientStart, $gradientEnd);\n background-clip: text;\n -webkit-background-clip: text;\n color: transparent;\n }\n }\n }\n}\n"},"./node_modules/raw-loader/index.js!./googleFontsHeading/editor.css":function(e,n){e.exports=".vce-google-fonts-heading {\n min-height: 1em;\n}\n"},"./node_modules/raw-loader/index.js!./googleFontsHeading/styles.css":function(e,n){e.exports=".vce-google-fonts-heading-inner {\n padding: 0;\n margin-bottom: 0;\n}\n\n.vce-google-fonts-heading-inner .medium-editor-placeholder {\n background: inherit;\n}\n\n.vce-google-fonts-heading-wrapper {\n max-width: 100%;\n display: inline-block;\n}\n\n.vce-google-fonts-heading-link,\n.vce-google-fonts-heading-link:hover,\n.vce-google-fonts-heading-link:focus,\n.vce-google-fonts-heading-link:visited {\n border: none;\n text-decoration: inherit;\n color: inherit;\n background: inherit;\n}\n\n.vce-google-fonts-heading--align-center {\n text-align: center;\n}\n\n.vce-google-fonts-heading--align-right {\n text-align: right;\n}\n\n.vce-google-fonts-heading--align-left {\n text-align: left;\n}\n\n"}},[["./googleFontsHeading/index.js"]]]);
|
elements/googleFontsHeading/public/dist/vendor.bundle.js.LICENSE.txt
CHANGED
@@ -17,6 +17,8 @@ object-assign
|
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
Â
|
|
Â
|
|
20 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
Â
|
22 |
Â
/** @license React v0.19.1
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
20 |
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
+
|
22 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
23 |
Â
|
24 |
Â
/** @license React v0.19.1
|
elements/outlineButton/public/dist/element.bundle.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./outlineButton/cssMixins/backgroundColor.pcss":function(e,t){e.exports=".vce-button {\n &--style-outline-animated--background-color-$selector,\n &--style-outline-animated-slidein--background-color-$selector{\n a&,\n button& {\n &:after {\n background-color: $hoverBackground;\n }\n }\n }\n}"},"./node_modules/raw-loader/index.js!./outlineButton/cssMixins/borderColor.pcss":function(e,t){e.exports=".vce-button {\n &--style-outline--border-color-$selector {\n a&,\n button& {\n &:hover, &:active, &:focus {\n &:before {\n border-color: $hoverBorder;\n }\n }\n }\n }\n\n &--style-outline--border-color-$selector,\n &--style-outline-animated--border-color-$selector,\n &--style-outline-animated-slidein--border-color-$selector {\n a&,\n button& {\n &:before {\n border-color: $borderColor;\n }\n }\n }\n}"},"./node_modules/raw-loader/index.js!./outlineButton/cssMixins/color.pcss":function(e,t){e.exports=".vce-button {\n &--style-outline--color-$selector {\n a&,\n button& {\n color: $color;\n &:hover {\n color: $color;\n }\n\n &:hover, &:active, &:focus {\n color: $hoverColorOutline;\n }\n }\n }\n\n &--style-outline-animated--color-$selector,\n &--style-outline-animated-slidein--color-$selector {\n a&,\n button& {\n color: $color;\n &:hover {\n color: $color;\n }\n\n &:hover, &:active, &:focus {\n color: $hoverColorAnimated;\n }\n }\n }\n}"},"./node_modules/raw-loader/index.js!./outlineButton/cssMixins/designOptions.pcss":function(e,t){e.exports="a, button {\n &.vce-button--style-outline--background-color-$selector,\n &.vce-button--style-outline-animated--background-color-$selector,\n &.vce-button--style-outline-animated-slidein--background-color-$selector {\n @each $device in (all, xs, sm, md, lg, xl) {\n @media (--$(device)-only) {\n @if $($(device)) != false {\n @if $($(device)backgroundColor) != false {\n &, &:focus, &:link, &:visited, &:active {\n &::after {\n background-color: $($(device)backgroundColor);\n }\n\n &::before {\n border-color: $($(device)backgroundColor);\n }\n }\n\n &:hover {\n &::after {\n background-color: color($($(device)backgroundColor) shade(10%)) !important;\n }\n\n &::before {\n border-color: color($($(device)backgroundColor) shade(10%));\n }\n }\n }\n }\n }\n }\n }\n}"},"./node_modules/raw-loader/index.js!./outlineButton/editor.css":function(e,t){e.exports=".vce-button--style-outline-container {\n min-height: 1em;\n}\n"},"./node_modules/raw-loader/index.js!./outlineButton/styles.css":function(e,t){e.exports='/* ----------------------------------------------\n * Outline button\n * ---------------------------------------------- */\n.vce-button--style-outline-container--align-left {\n text-align: left;\n}\n.vce-button--style-outline-container--align-right {\n text-align: right;\n}\n.vce-button--style-outline-container--align-center {\n text-align: center;\n}\n.vce-button--style-outline-wrapper {\n display: inline-block;\n vertical-align: top;\n max-width: 100%;\n}\n.vce-button--style-outline-wrapper .vce-button--style-outline,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated-slidein {\n box-shadow: none;\n}\n.vce-button--style-outline-wrapper .vce-button--style-outline:hover,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated:hover,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated-slidein:hover,\n.vce-button--style-outline-wrapper .vce-button--style-outline:focus,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated:focus,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated-slidein:focus,\n.vce-button--style-outline-wrapper .vce-button--style-outline:link,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated:link,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated-slidein:link {\n box-shadow: none;\n}\n.vce-button--style-outline-wrapper--stretched {\n width: 100%;\n}\n.vce-button--style-outline-wrapper--stretched .vce-button--style-outline,\n.vce-button--style-outline-wrapper--stretched .vce-button--style-outline-animated,\n.vce-button--style-outline-wrapper--stretched .vce-button--style-outline-animated-slidein {\n width: 100%;\n}\nbutton.vce-button--style-outline {\n -webkit-appearance: none;\n}\n.vce-button--style-outline.vce-button--style-outline--size-small {\n font-size: 11px;\n padding: 10px 30px;\n}\n.vce-button--style-outline.vce-button--style-outline--size-medium {\n font-size: 16px;\n padding: 15px 43px;\n}\n.vce-button--style-outline.vce-button--style-outline--size-large {\n font-size: 21px;\n padding: 20px 56px;\n}\na.vce-button--style-outline,\nbutton.vce-button--style-outline {\n background-color: transparent;\n background-image: none;\n border: none;\n box-sizing: border-box;\n cursor: pointer;\n display: inline-block;\n margin-bottom: 0;\n max-width: 100%;\n position: relative;\n text-align: center;\n text-decoration: none;\n vertical-align: middle;\n white-space: normal;\n -ms-touch-action: manipulation;\n touch-action: manipulation;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n line-height: normal;\n transition: all 0.2s ease-in-out;\n z-index: 1;\n border-radius: 0;\n}\na.vce-button--style-outline .vce-button--style-outline-text,\nbutton.vce-button--style-outline .vce-button--style-outline-text {\n transition: none;\n position: relative;\n z-index: 1;\n text-decoration: none;\n text-transform: none;\n font-weight: normal;\n letter-spacing: normal;\n -webkit-font-smoothing: antialiased;\n}\na.vce-button--style-outline:hover,\nbutton.vce-button--style-outline:hover,\na.vce-button--style-outline:focus,\nbutton.vce-button--style-outline:focus {\n text-decoration: none;\n outline: none;\n}\na.vce-button--style-outline::before,\nbutton.vce-button--style-outline::before,\na.vce-button--style-outline::after,\nbutton.vce-button--style-outline::after {\n border-radius: inherit;\n box-sizing: border-box;\n content: "";\n position: absolute;\n height: initial;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n transition: all 0.2s ease-in-out;\n}\na.vce-button--style-outline::before,\nbutton.vce-button--style-outline::before {\n box-sizing: border-box;\n border-width: 2px;\n border-style: solid;\n transition: border-color 0.2s ease-in-out;\n top: 1px;\n left: 1px;\n bottom: 1px;\n right: 1px;\n width: initial;\n}\na.vce-button--style-outline::after,\nbutton.vce-button--style-outline::after {\n opacity: 0;\n transition: opacity 0.2s ease-in-out;\n width: 100%;\n}\na.vce-button--style-outline:hover::before,\nbutton.vce-button--style-outline:hover::before,\na.vce-button--style-outline:active::before,\nbutton.vce-button--style-outline:active::before,\na.vce-button--style-outline:focus::before,\nbutton.vce-button--style-outline:focus::before {\n border-color: #119944;\n}\na.vce-button--style-outline:hover::after,\nbutton.vce-button--style-outline:hover::after,\na.vce-button--style-outline:active::after,\nbutton.vce-button--style-outline:active::after,\na.vce-button--style-outline:focus::after,\nbutton.vce-button--style-outline:focus::after {\n opacity: 1;\n}\nbutton.vce-button--style-outline-animated,\nbutton.vce-button--style-outline-animated-slidein {\n -webkit-appearance: none;\n}\n.vce-button--style-outline-animated.vce-button--style-outline--size-small,\n.vce-button--style-outline-animated-slidein.vce-button--style-outline--size-small {\n font-size: 11px;\n padding: 10px 30px;\n}\n.vce-button--style-outline-animated.vce-button--style-outline--size-medium,\n.vce-button--style-outline-animated-slidein.vce-button--style-outline--size-medium {\n font-size: 16px;\n padding: 15px 43px;\n}\n.vce-button--style-outline-animated.vce-button--style-outline--size-large,\n.vce-button--style-outline-animated-slidein.vce-button--style-outline--size-large {\n font-size: 21px;\n padding: 20px 56px;\n}\na.vce-button--style-outline-animated,\na.vce-button--style-outline-animated-slidein,\nbutton.vce-button--style-outline-animated,\nbutton.vce-button--style-outline-animated-slidein {\n background-color: transparent;\n background-image: none;\n border: none;\n box-sizing: border-box;\n cursor: pointer;\n display: inline-block;\n margin-bottom: 0;\n max-width: 100%;\n position: relative;\n text-align: center;\n text-decoration: none;\n vertical-align: middle;\n white-space: normal;\n -ms-touch-action: manipulation;\n touch-action: manipulation;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n line-height: normal;\n transition: all 0.2s ease-in-out;\n z-index: 1;\n border-radius: 0;\n}\na.vce-button--style-outline-animated .vce-button--style-outline-text,\na.vce-button--style-outline-animated-slidein .vce-button--style-outline-text,\nbutton.vce-button--style-outline-animated .vce-button--style-outline-text,\nbutton.vce-button--style-outline-animated-slidein .vce-button--style-outline-text {\n position: relative;\n z-index: 1;\n}\na.vce-button--style-outline-animated:hover,\na.vce-button--style-outline-animated-slidein:hover,\nbutton.vce-button--style-outline-animated:hover,\nbutton.vce-button--style-outline-animated-slidein:hover,\na.vce-button--style-outline-animated:focus,\na.vce-button--style-outline-animated-slidein:focus,\nbutton.vce-button--style-outline-animated:focus,\nbutton.vce-button--style-outline-animated-slidein:focus {\n text-decoration: none;\n outline: none;\n}\na.vce-button--style-outline-animated::before,\na.vce-button--style-outline-animated-slidein::before,\nbutton.vce-button--style-outline-animated::before,\nbutton.vce-button--style-outline-animated-slidein::before,\na.vce-button--style-outline-animated::after,\na.vce-button--style-outline-animated-slidein::after,\nbutton.vce-button--style-outline-animated::after,\nbutton.vce-button--style-outline-animated-slidein::after {\n border-radius: inherit;\n box-sizing: border-box;\n content: "";\n position: absolute;\n height: initial;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n transition: all 0.2s ease-in-out;\n}\na.vce-button--style-outline-animated::before,\na.vce-button--style-outline-animated-slidein::before,\nbutton.vce-button--style-outline-animated::before,\nbutton.vce-button--style-outline-animated-slidein::before {\n box-sizing: border-box;\n border-width: 2px;\n border-style: solid;\n top: 1px;\n left: 1px;\n bottom: 1px;\n right: 1px;\n width: initial;\n}\n.vce-button--style-outline-animated-slidein::after {\n transition: width 0.2s ease-in-out;\n width: 0;\n}\n.vce-button--style-outline-animated-slidein:hover::after,\n.vce-button--style-outline-animated-slidein:active::after,\n.vce-button--style-outline-animated-slidein:focus::after {\n width: 100%;\n}\n.vce-button--style-outline-animated::after {\n transition: opacity 0.2s ease-in-out;\n width: 100%;\n opacity: 0;\n}\n.vce-button--style-outline-animated:hover::after,\n.vce-button--style-outline-animated:active::after,\n.vce-button--style-outline-animated:focus::after {\n opacity: 1;\n}\na.vce-button--style-outline--border-rounded,\na.vce-button--style-outline--border-round,\na.vce-button--style-outline--border-square,\nbutton.vce-button--style-outline--border-rounded,\nbutton.vce-button--style-outline--border-round,\nbutton.vce-button--style-outline--border-square {\n position: relative;\n overflow: hidden;\n}\na.vce-button--style-outline--border-rounded,\nbutton.vce-button--style-outline--border-rounded {\n border-radius: 5px;\n}\na.vce-button--style-outline--border-round,\nbutton.vce-button--style-outline--border-round {\n border-radius: 4em;\n}\na.vce-button--style-outline--border-square,\nbutton.vce-button--style-outline--border-square {\n border-radius: 0;\n}\n.rtl.vce-button--style-outline,\n[dir="rlt"].vce-button--style-outline,\n.rtl .vce-button--style-outline,\n[dir="rlt"] .vce-button--style-outline {\n direction: rtl;\n unicode-bidi: embed;\n}\n.ltr.vce-button--style-outline,\n[dir="ltr"].vce-button--style-outline,\n.ltr .vce-button--style-outline,\n[dir="ltr"] .vce-button--style-outline {\n direction: ltr;\n unicode-bidi: normal;\n}\n'},"./outlineButton/index.js":function(e,t,n){"use strict";n.r(t);var o=n("./node_modules/vc-cake/index.js"),l=n.n(o),i=n("./node_modules/@babel/runtime/helpers/extends.js"),u=n.n(i),r=n("./node_modules/@babel/runtime/helpers/classCallCheck.js"),a=n.n(r),s=n("./node_modules/@babel/runtime/helpers/createClass.js"),c=n.n(s),d=n("./node_modules/@babel/runtime/helpers/inherits.js"),b=n.n(d),v=n("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),p=n.n(v),y=n("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),m=n.n(y),g=n("./node_modules/react/index.js"),h=n.n(g);function f(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,o=m()(e);if(t){var l=m()(this).constructor;n=Reflect.construct(o,arguments,l)}else n=o.apply(this,arguments);return p()(this,n)}}var x=function(e){b()(n,e);var t=f(n);function n(){return a()(this,n),t.apply(this,arguments)}return c()(n,[{key:"render",value:function(){var e=this.props,t=e.id,n=e.atts,o=e.editor,l=n.buttonUrl,i=n.buttonText,r=n.shape,a=n.alignment,s=n.customClass,c=n.buttonType,d=n.metaCustomId,b=n.size,v=n.toggleStretchButton,p=["vce-button--style-outline-wrapper","vce"],y=["vce-button--style-outline-container"],m=[],g=i,f={},x="button",w=c?"vce-button--style-".concat(c):"vce-button--style-outline";(m.push(w),l&&l.url)&&(x="a",f={href:l.url,title:l.title,target:l.targetBlank?"_blank":void 0,rel:l.relNofollow?"nofollow":void 0});"string"==typeof s&&s&&y.push(s),r&&m.push("vce-button--style-outline--border-".concat(r)),a&&y.push("vce-button--style-outline-container--align-".concat(a)),b&&m.push("vce-button--style-outline--size-".concat(b)),v&&p.push("vce-button--style-outline-wrapper--stretched");var k=this.getMixinData("color");k&&m.push("".concat(w,"--color-").concat(k.selector)),(k=this.getMixinData("borderColor"))&&m.push("".concat(w,"--border-color-").concat(k.selector)),(k=this.getMixinData("backgroundColor"))&&m.push("".concat(w,"--background-color-").concat(k.selector)),(k=this.getMixinData("designOptions"))&&m.push("".concat(w,"--background-color-").concat(k.selector)),d&&(f.id=d);var C=this.applyDO("margin"),B=this.applyDO("padding border background animation");return h.a.createElement("div",u()({className:y.join(" ")},o),h.a.createElement("span",u()({className:p.join(" "),id:"el-"+t},C),h.a.createElement(x,u()({className:m.join(" ")},f,B),h.a.createElement("span",{className:"vce-button--style-outline-text"},g))))}}]),n}(l.a.getService("api").elementComponent);(0,l.a.getService("cook").add)(n("./outlineButton/settings.json"),(function(e){e.add(x)}),{css:n("./node_modules/raw-loader/index.js!./outlineButton/styles.css"),editorCss:n("./node_modules/raw-loader/index.js!./outlineButton/editor.css"),mixins:{color:{mixin:n("./node_modules/raw-loader/index.js!./outlineButton/cssMixins/color.pcss")},borderColor:{mixin:n("./node_modules/raw-loader/index.js!./outlineButton/cssMixins/borderColor.pcss")},backgroundColor:{mixin:n("./node_modules/raw-loader/index.js!./outlineButton/cssMixins/backgroundColor.pcss")},designOptions:{mixin:n("./node_modules/raw-loader/index.js!./outlineButton/cssMixins/designOptions.pcss")}}},"")},"./outlineButton/settings.json":function(e){e.exports=JSON.parse('{"groups":{"type":"string","access":"protected","value":"Buttons"},"buttonUrl":{"type":"url","access":"public","value":{"url":"","title":"","targetBlank":false,"relNofollow":false},"options":{"label":"Link selection","dynamicField":true}},"buttonText":{"type":"string","access":"public","value":"Apply Now","options":{"label":"Button text","dynamicField":true}},"color":{"type":"color","access":"public","value":"#e3e3e3","options":{"label":"Title color","cssMixin":{"mixin":"color","property":"color","namePattern":"[\\\\da-f]+"}}},"borderColor":{"type":"color","access":"public","value":"#e3e3e3","options":{"label":"Border color","cssMixin":{"mixin":"borderColor","property":"borderColor","namePattern":"[\\\\da-f]+"}}},"hoverColorOutline":{"type":"color","access":"public","value":"#3d3d3d","options":{"label":"Title hover color","cssMixin":{"mixin":"color","property":"hoverColorOutline","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"buttonType":{"rule":"value","options":{"value":"outline"}}},"actions":[{"action":"toggleVisibility"}]}}},"hoverColorAnimated":{"type":"color","access":"public","value":"#fff","options":{"label":"Title hover color","cssMixin":{"mixin":"color","property":"hoverColorAnimated","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"buttonType":{"rule":"valueIn","options":{"values":["outline-animated","outline-animated-slidein"]}}},"actions":[{"action":"toggleVisibility"}]}}},"hoverBorder":{"type":"color","access":"public","value":"#3d3d3d","options":{"label":"Border hover color","cssMixin":{"mixin":"borderColor","property":"hoverBorder","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"buttonType":{"rule":"value","options":{"value":"outline"}}},"actions":[{"action":"toggleVisibility"}]}}},"hoverBackground":{"type":"color","access":"public","value":"#3d3d3d","options":{"label":"Background hover color","cssMixin":{"mixin":"backgroundColor","property":"hoverBackground","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"buttonType":{"rule":"valueIn","options":{"values":["outline-animated","outline-animated-slidein"]}}},"actions":[{"action":"toggleVisibility"}]}}},"shape":{"type":"buttonGroup","access":"public","value":"square","options":{"label":"Shape","values":[{"label":"Square","value":"square","icon":"vcv-ui-icon-attribute-shape-square"},{"label":"Rounded","value":"rounded","icon":"vcv-ui-icon-attribute-shape-rounded"},{"label":"Round","value":"round","icon":"vcv-ui-icon-attribute-shape-round"}]}},"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options","cssMixin":{"mixin":"designOptions","property":"backgroundColor","selector":"do-background-color"}}},"editFormTab1":{"type":"group","access":"protected","value":["buttonText","buttonUrl","alignment","shape","size","toggleStretchButton","buttonType","color","borderColor","hoverColorOutline","hoverColorAnimated","hoverBorder","hoverBackground","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptions"]},"relatedTo":{"type":"group","access":"protected","value":["General","Buttons"]},"assetsLibrary":{"access":"public","type":"string","value":["animate"]},"alignment":{"type":"buttonGroup","access":"public","value":"left","options":{"label":"Alignment","values":[{"label":"Left","value":"left","icon":"vcv-ui-icon-attribute-alignment-left"},{"label":"Center","value":"center","icon":"vcv-ui-icon-attribute-alignment-center"},{"label":"Right","value":"right","icon":"vcv-ui-icon-attribute-alignment-right"}]}},"size":{"type":"buttonGroup","access":"public","value":"medium","options":{"label":"Size","values":[{"label":"Small","value":"small","text":"S"},{"label":"Medium","value":"medium","text":"M"},{"label":"Large","value":"large","text":"L"}]}},"toggleStretchButton":{"type":"toggle","access":"public","value":false,"options":{"label":"Stretch button"}},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from Custom CSS option."}},"buttonType":{"type":"dropdown","access":"public","value":"outline-animated","options":{"label":"Hover effect","values":[{"label":"Simple Outline","value":"outline"},{"label":"FadeIn","value":"outline-animated"},{"label":"SlideIn","value":"outline-animated-slidein"}]}},"metaBackendLabels":{"type":"group","access":"protected","value":[{"value":["buttonText","buttonUrl","shape","borderColor"]}]},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply unique Id to element to link directly to it by using #your_id (for element id use lowercase input only)."}},"tag":{"access":"protected","type":"string","value":"outlineButton"}}')}},[["./outlineButton/index.js"]]]);
|
1 |
+
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./outlineButton/cssMixins/backgroundColor.pcss":function(e,t){e.exports=".vce-button {\n &--style-outline-animated--background-color-$selector,\n &--style-outline-animated-slidein--background-color-$selector{\n a&,\n button& {\n &:after {\n background-color: $hoverBackground;\n }\n }\n }\n}"},"./node_modules/raw-loader/index.js!./outlineButton/cssMixins/borderColor.pcss":function(e,t){e.exports=".vce-button {\n &--style-outline--border-color-$selector {\n a&,\n button& {\n &:hover, &:active, &:focus {\n &:before {\n border-color: $hoverBorder;\n }\n }\n }\n }\n\n &--style-outline--border-color-$selector,\n &--style-outline-animated--border-color-$selector,\n &--style-outline-animated-slidein--border-color-$selector {\n a&,\n button& {\n &:before {\n border-color: $borderColor;\n }\n }\n }\n}"},"./node_modules/raw-loader/index.js!./outlineButton/cssMixins/color.pcss":function(e,t){e.exports=".vce-button {\n &--style-outline--color-$selector {\n a&,\n button& {\n color: $color;\n &:hover {\n color: $color;\n }\n\n &:hover, &:active, &:focus {\n color: $hoverColorOutline;\n }\n }\n }\n\n &--style-outline-animated--color-$selector,\n &--style-outline-animated-slidein--color-$selector {\n a&,\n button& {\n color: $color;\n &:hover {\n color: $color;\n }\n\n &:hover, &:active, &:focus {\n color: $hoverColorAnimated;\n }\n }\n }\n}"},"./node_modules/raw-loader/index.js!./outlineButton/cssMixins/designOptions.pcss":function(e,t){e.exports="a, button {\n &.vce-button--style-outline--background-color-$selector,\n &.vce-button--style-outline-animated--background-color-$selector,\n &.vce-button--style-outline-animated-slidein--background-color-$selector {\n @each $device in (all, xs, sm, md, lg, xl) {\n @media (--$(device)-only) {\n @if $($(device)) != false {\n @if $($(device)backgroundColor) != false {\n &, &:focus, &:link, &:visited, &:active {\n &::after {\n background-color: $($(device)backgroundColor);\n }\n\n &::before {\n border-color: $($(device)backgroundColor);\n }\n }\n\n &:hover {\n &::after {\n background-color: color($($(device)backgroundColor) shade(10%)) !important;\n }\n\n &::before {\n border-color: color($($(device)backgroundColor) shade(10%));\n }\n }\n }\n }\n }\n }\n }\n}"},"./node_modules/raw-loader/index.js!./outlineButton/editor.css":function(e,t){e.exports=".vce-button--style-outline-container {\n min-height: 1em;\n}\n"},"./node_modules/raw-loader/index.js!./outlineButton/styles.css":function(e,t){e.exports='/* ----------------------------------------------\n * Outline button\n * ---------------------------------------------- */\n.vce-button--style-outline-container--align-left {\n text-align: left;\n}\n.vce-button--style-outline-container--align-right {\n text-align: right;\n}\n.vce-button--style-outline-container--align-center {\n text-align: center;\n}\n.vce-button--style-outline-wrapper {\n display: inline-block;\n vertical-align: top;\n max-width: 100%;\n}\n.vce-button--style-outline-wrapper .vce-button--style-outline,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated-slidein {\n box-shadow: none;\n}\n.vce-button--style-outline-wrapper .vce-button--style-outline:hover,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated:hover,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated-slidein:hover,\n.vce-button--style-outline-wrapper .vce-button--style-outline:focus,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated:focus,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated-slidein:focus,\n.vce-button--style-outline-wrapper .vce-button--style-outline:link,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated:link,\n.vce-button--style-outline-wrapper .vce-button--style-outline-animated-slidein:link {\n box-shadow: none;\n}\n.vce-button--style-outline-wrapper--stretched {\n width: 100%;\n}\n.vce-button--style-outline-wrapper--stretched .vce-button--style-outline,\n.vce-button--style-outline-wrapper--stretched .vce-button--style-outline-animated,\n.vce-button--style-outline-wrapper--stretched .vce-button--style-outline-animated-slidein {\n width: 100%;\n}\nbutton.vce-button--style-outline {\n -webkit-appearance: none;\n}\n.vce-button--style-outline.vce-button--style-outline--size-small {\n font-size: 11px;\n padding: 10px 30px;\n}\n.vce-button--style-outline.vce-button--style-outline--size-medium {\n font-size: 16px;\n padding: 15px 43px;\n}\n.vce-button--style-outline.vce-button--style-outline--size-large {\n font-size: 21px;\n padding: 20px 56px;\n}\na.vce-button--style-outline,\nbutton.vce-button--style-outline {\n background-color: transparent;\n background-image: none;\n border: none;\n box-sizing: border-box;\n cursor: pointer;\n display: inline-block;\n margin-bottom: 0;\n max-width: 100%;\n position: relative;\n text-align: center;\n text-decoration: none;\n vertical-align: middle;\n white-space: normal;\n -ms-touch-action: manipulation;\n touch-action: manipulation;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n line-height: normal;\n transition: all 0.2s ease-in-out;\n z-index: 1;\n border-radius: 0;\n}\na.vce-button--style-outline .vce-button--style-outline-text,\nbutton.vce-button--style-outline .vce-button--style-outline-text {\n transition: none;\n position: relative;\n z-index: 1;\n text-decoration: none;\n text-transform: none;\n font-weight: normal;\n letter-spacing: normal;\n -webkit-font-smoothing: antialiased;\n}\na.vce-button--style-outline:hover,\nbutton.vce-button--style-outline:hover,\na.vce-button--style-outline:focus,\nbutton.vce-button--style-outline:focus {\n text-decoration: none;\n outline: none;\n}\na.vce-button--style-outline::before,\nbutton.vce-button--style-outline::before,\na.vce-button--style-outline::after,\nbutton.vce-button--style-outline::after {\n border-radius: inherit;\n box-sizing: border-box;\n content: "";\n position: absolute;\n height: initial;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n transition: all 0.2s ease-in-out;\n}\na.vce-button--style-outline::before,\nbutton.vce-button--style-outline::before {\n box-sizing: border-box;\n border-width: 2px;\n border-style: solid;\n transition: border-color 0.2s ease-in-out;\n top: 1px;\n left: 1px;\n bottom: 1px;\n right: 1px;\n width: initial;\n}\na.vce-button--style-outline::after,\nbutton.vce-button--style-outline::after {\n opacity: 0;\n transition: opacity 0.2s ease-in-out;\n width: 100%;\n}\na.vce-button--style-outline:hover::before,\nbutton.vce-button--style-outline:hover::before,\na.vce-button--style-outline:active::before,\nbutton.vce-button--style-outline:active::before,\na.vce-button--style-outline:focus::before,\nbutton.vce-button--style-outline:focus::before {\n border-color: #119944;\n}\na.vce-button--style-outline:hover::after,\nbutton.vce-button--style-outline:hover::after,\na.vce-button--style-outline:active::after,\nbutton.vce-button--style-outline:active::after,\na.vce-button--style-outline:focus::after,\nbutton.vce-button--style-outline:focus::after {\n opacity: 1;\n}\nbutton.vce-button--style-outline-animated,\nbutton.vce-button--style-outline-animated-slidein {\n -webkit-appearance: none;\n}\n.vce-button--style-outline-animated.vce-button--style-outline--size-small,\n.vce-button--style-outline-animated-slidein.vce-button--style-outline--size-small {\n font-size: 11px;\n padding: 10px 30px;\n}\n.vce-button--style-outline-animated.vce-button--style-outline--size-medium,\n.vce-button--style-outline-animated-slidein.vce-button--style-outline--size-medium {\n font-size: 16px;\n padding: 15px 43px;\n}\n.vce-button--style-outline-animated.vce-button--style-outline--size-large,\n.vce-button--style-outline-animated-slidein.vce-button--style-outline--size-large {\n font-size: 21px;\n padding: 20px 56px;\n}\na.vce-button--style-outline-animated,\na.vce-button--style-outline-animated-slidein,\nbutton.vce-button--style-outline-animated,\nbutton.vce-button--style-outline-animated-slidein {\n background-color: transparent;\n background-image: none;\n border: none;\n box-sizing: border-box;\n cursor: pointer;\n display: inline-block;\n margin-bottom: 0;\n max-width: 100%;\n position: relative;\n text-align: center;\n text-decoration: none;\n vertical-align: middle;\n white-space: normal;\n -ms-touch-action: manipulation;\n touch-action: manipulation;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n line-height: normal;\n transition: all 0.2s ease-in-out;\n z-index: 1;\n border-radius: 0;\n}\na.vce-button--style-outline-animated .vce-button--style-outline-text,\na.vce-button--style-outline-animated-slidein .vce-button--style-outline-text,\nbutton.vce-button--style-outline-animated .vce-button--style-outline-text,\nbutton.vce-button--style-outline-animated-slidein .vce-button--style-outline-text {\n position: relative;\n z-index: 1;\n}\na.vce-button--style-outline-animated:hover,\na.vce-button--style-outline-animated-slidein:hover,\nbutton.vce-button--style-outline-animated:hover,\nbutton.vce-button--style-outline-animated-slidein:hover,\na.vce-button--style-outline-animated:focus,\na.vce-button--style-outline-animated-slidein:focus,\nbutton.vce-button--style-outline-animated:focus,\nbutton.vce-button--style-outline-animated-slidein:focus {\n text-decoration: none;\n outline: none;\n}\na.vce-button--style-outline-animated::before,\na.vce-button--style-outline-animated-slidein::before,\nbutton.vce-button--style-outline-animated::before,\nbutton.vce-button--style-outline-animated-slidein::before,\na.vce-button--style-outline-animated::after,\na.vce-button--style-outline-animated-slidein::after,\nbutton.vce-button--style-outline-animated::after,\nbutton.vce-button--style-outline-animated-slidein::after {\n border-radius: inherit;\n box-sizing: border-box;\n content: "";\n position: absolute;\n height: initial;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n transition: all 0.2s ease-in-out;\n}\na.vce-button--style-outline-animated::before,\na.vce-button--style-outline-animated-slidein::before,\nbutton.vce-button--style-outline-animated::before,\nbutton.vce-button--style-outline-animated-slidein::before {\n box-sizing: border-box;\n border-width: 2px;\n border-style: solid;\n top: 1px;\n left: 1px;\n bottom: 1px;\n right: 1px;\n width: initial;\n}\n.vce-button--style-outline-animated-slidein::after {\n transition: width 0.2s ease-in-out;\n width: 0;\n}\n.vce-button--style-outline-animated-slidein:hover::after,\n.vce-button--style-outline-animated-slidein:active::after,\n.vce-button--style-outline-animated-slidein:focus::after {\n width: 100%;\n}\n.vce-button--style-outline-animated::after {\n transition: opacity 0.2s ease-in-out;\n width: 100%;\n opacity: 0;\n}\n.vce-button--style-outline-animated:hover::after,\n.vce-button--style-outline-animated:active::after,\n.vce-button--style-outline-animated:focus::after {\n opacity: 1;\n}\na.vce-button--style-outline--border-rounded,\na.vce-button--style-outline--border-round,\na.vce-button--style-outline--border-square,\nbutton.vce-button--style-outline--border-rounded,\nbutton.vce-button--style-outline--border-round,\nbutton.vce-button--style-outline--border-square {\n position: relative;\n overflow: hidden;\n}\na.vce-button--style-outline--border-rounded,\nbutton.vce-button--style-outline--border-rounded {\n border-radius: 5px;\n}\na.vce-button--style-outline--border-round,\nbutton.vce-button--style-outline--border-round {\n border-radius: 4em;\n}\na.vce-button--style-outline--border-square,\nbutton.vce-button--style-outline--border-square {\n border-radius: 0;\n}\n.rtl.vce-button--style-outline,\n[dir="rlt"].vce-button--style-outline,\n.rtl .vce-button--style-outline,\n[dir="rlt"] .vce-button--style-outline {\n direction: rtl;\n unicode-bidi: embed;\n}\n.ltr.vce-button--style-outline,\n[dir="ltr"].vce-button--style-outline,\n.ltr .vce-button--style-outline,\n[dir="ltr"] .vce-button--style-outline {\n direction: ltr;\n unicode-bidi: normal;\n}\n'},"./outlineButton/index.js":function(e,t,n){"use strict";n.r(t);var o=n("./node_modules/vc-cake/index.js"),i=n.n(o),l=n("./node_modules/@babel/runtime/helpers/extends.js"),u=n.n(l),r=n("./node_modules/@babel/runtime/helpers/classCallCheck.js"),a=n.n(r),s=n("./node_modules/@babel/runtime/helpers/createClass.js"),c=n.n(s),d=n("./node_modules/@babel/runtime/helpers/inherits.js"),b=n.n(d),v=n("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),p=n.n(v),y=n("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),m=n.n(y),h=n("./node_modules/react/index.js"),g=n.n(h);function f(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,o=m()(e);if(t){var i=m()(this).constructor;n=Reflect.construct(o,arguments,i)}else n=o.apply(this,arguments);return p()(this,n)}}var x=function(e){b()(n,e);var t=f(n);function n(){return a()(this,n),t.apply(this,arguments)}return c()(n,[{key:"render",value:function(){var e=this.props,t=e.id,n=e.atts,o=e.editor,i=n.buttonUrl,l=n.buttonText,r=n.shape,a=n.alignment,s=n.customClass,c=n.buttonType,d=n.metaCustomId,b=n.size,v=n.toggleStretchButton,p=["vce-button--style-outline-wrapper","vce"],y=["vce-button--style-outline-container"],m=[],h=l,f={},x="button",w=c?"vce-button--style-".concat(c):"vce-button--style-outline";(m.push(w),i&&i.url)&&(x="a",f={href:i.url,title:i.title,target:i.targetBlank?"_blank":void 0,rel:i.relNofollow?"nofollow":void 0});"string"==typeof s&&s&&y.push(s),r&&m.push("vce-button--style-outline--border-".concat(r)),a&&y.push("vce-button--style-outline-container--align-".concat(a)),b&&m.push("vce-button--style-outline--size-".concat(b)),v&&p.push("vce-button--style-outline-wrapper--stretched");var k=this.getMixinData("color");k&&m.push("".concat(w,"--color-").concat(k.selector)),(k=this.getMixinData("borderColor"))&&m.push("".concat(w,"--border-color-").concat(k.selector)),(k=this.getMixinData("backgroundColor"))&&m.push("".concat(w,"--background-color-").concat(k.selector)),(k=this.getMixinData("designOptions"))&&m.push("".concat(w,"--background-color-").concat(k.selector)),d&&(f.id=d);var C=this.applyDO("margin"),B=this.applyDO("padding border background animation");return g.a.createElement("div",u()({className:y.join(" ")},o),g.a.createElement("span",u()({className:p.join(" "),id:"el-"+t},C),g.a.createElement(x,u()({className:m.join(" ")},f,B),g.a.createElement("span",{className:"vce-button--style-outline-text"},h))))}}]),n}(i.a.getService("api").elementComponent);(0,i.a.getService("cook").add)(n("./outlineButton/settings.json"),(function(e){e.add(x)}),{css:n("./node_modules/raw-loader/index.js!./outlineButton/styles.css"),editorCss:n("./node_modules/raw-loader/index.js!./outlineButton/editor.css"),mixins:{color:{mixin:n("./node_modules/raw-loader/index.js!./outlineButton/cssMixins/color.pcss")},borderColor:{mixin:n("./node_modules/raw-loader/index.js!./outlineButton/cssMixins/borderColor.pcss")},backgroundColor:{mixin:n("./node_modules/raw-loader/index.js!./outlineButton/cssMixins/backgroundColor.pcss")},designOptions:{mixin:n("./node_modules/raw-loader/index.js!./outlineButton/cssMixins/designOptions.pcss")}}},"")},"./outlineButton/settings.json":function(e){e.exports=JSON.parse('{"groups":{"type":"string","access":"protected","value":"Buttons"},"buttonUrl":{"type":"url","access":"public","value":{"url":"","title":"","targetBlank":false,"relNofollow":false},"options":{"label":"Link selection","dynamicField":true}},"buttonText":{"type":"string","access":"public","value":"Apply Now","options":{"label":"Button text","dynamicField":true}},"color":{"type":"color","access":"public","value":"#e3e3e3","options":{"label":"Title color","cssMixin":{"mixin":"color","property":"color","namePattern":"[\\\\da-f]+"}}},"borderColor":{"type":"color","access":"public","value":"#e3e3e3","options":{"label":"Border color","cssMixin":{"mixin":"borderColor","property":"borderColor","namePattern":"[\\\\da-f]+"}}},"hoverColorOutline":{"type":"color","access":"public","value":"#3d3d3d","options":{"label":"Title hover color","cssMixin":{"mixin":"color","property":"hoverColorOutline","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"buttonType":{"rule":"value","options":{"value":"outline"}}},"actions":[{"action":"toggleVisibility"}]}}},"hoverColorAnimated":{"type":"color","access":"public","value":"#fff","options":{"label":"Title hover color","cssMixin":{"mixin":"color","property":"hoverColorAnimated","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"buttonType":{"rule":"valueIn","options":{"values":["outline-animated","outline-animated-slidein"]}}},"actions":[{"action":"toggleVisibility"}]}}},"hoverBorder":{"type":"color","access":"public","value":"#3d3d3d","options":{"label":"Border hover color","cssMixin":{"mixin":"borderColor","property":"hoverBorder","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"buttonType":{"rule":"value","options":{"value":"outline"}}},"actions":[{"action":"toggleVisibility"}]}}},"hoverBackground":{"type":"color","access":"public","value":"#3d3d3d","options":{"label":"Background hover color","cssMixin":{"mixin":"backgroundColor","property":"hoverBackground","namePattern":"[\\\\da-f]+"},"onChange":{"rules":{"buttonType":{"rule":"valueIn","options":{"values":["outline-animated","outline-animated-slidein"]}}},"actions":[{"action":"toggleVisibility"}]}}},"shape":{"type":"buttonGroup","access":"public","value":"square","options":{"label":"Shape","values":[{"label":"Square","value":"square","icon":"vcv-ui-icon-attribute-shape-square"},{"label":"Rounded","value":"rounded","icon":"vcv-ui-icon-attribute-shape-rounded"},{"label":"Round","value":"round","icon":"vcv-ui-icon-attribute-shape-round"}]}},"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options","cssMixin":{"mixin":"designOptions","property":"backgroundColor","selector":"do-background-color"}}},"editFormTab1":{"type":"group","access":"protected","value":["buttonText","buttonUrl","alignment","shape","size","toggleStretchButton","buttonType","color","borderColor","hoverColorOutline","hoverColorAnimated","hoverBorder","hoverBackground","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptions"]},"relatedTo":{"type":"group","access":"protected","value":["General","Buttons"]},"assetsLibrary":{"access":"public","type":"string","value":["animate"]},"alignment":{"type":"buttonGroup","access":"public","value":"left","options":{"label":"Alignment","values":[{"label":"Left","value":"left","icon":"vcv-ui-icon-attribute-alignment-left"},{"label":"Center","value":"center","icon":"vcv-ui-icon-attribute-alignment-center"},{"label":"Right","value":"right","icon":"vcv-ui-icon-attribute-alignment-right"}]}},"size":{"type":"buttonGroup","access":"public","value":"medium","options":{"label":"Size","values":[{"label":"Small","value":"small","text":"S"},{"label":"Medium","value":"medium","text":"M"},{"label":"Large","value":"large","text":"L"}]}},"toggleStretchButton":{"type":"toggle","access":"public","value":false,"options":{"label":"Stretch"}},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from the custom CSS option."}},"buttonType":{"type":"dropdown","access":"public","value":"outline-animated","options":{"label":"Hover effect","values":[{"label":"Simple outline","value":"outline"},{"label":"Fade in","value":"outline-animated"},{"label":"Slide in","value":"outline-animated-slidein"}]}},"metaBackendLabels":{"type":"group","access":"protected","value":[{"value":["buttonText","buttonUrl","shape","borderColor"]}]},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply a unique ID to the element to link it directly by using #your_id (for element ID use lowercase input only)."}},"tag":{"access":"protected","type":"string","value":"outlineButton"}}')}},[["./outlineButton/index.js"]]]);
|
elements/outlineButton/public/dist/vendor.bundle.js.LICENSE.txt
CHANGED
@@ -17,6 +17,8 @@ object-assign
|
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
Â
|
|
Â
|
|
20 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
Â
|
22 |
Â
/** @license React v0.19.1
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
20 |
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
+
|
22 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
23 |
Â
|
24 |
Â
/** @license React v0.19.1
|
elements/row/public/dist/element.bundle.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./row/cssMixins/columnGap.pcss":function(e,t){e.exports=".vce-row--col-gap-$gap {\n\n @if $gap != false {\n > .vce-row-content {\n > .vce-col {\n margin-right: $(gap)px;\n }\n\n > .vce-column-resizer .vce-column-resizer-handler {\n width: $(gap)px;\n }\n }\n }\n}\n\n.rtl .vce-row--col-gap-$gap,\n.rtl.vce-row--col-gap-$gap {\n @if $gap != false {\n > .vce-row-content {\n > .vce-col {\n margin-left: $(gap)px;\n margin-right: 0;\n }\n }\n }\n}"},"./node_modules/raw-loader/index.js!./row/styles.css":function(e,t){e.exports='/* ----------------------------------------------\n * Row\n * ---------------------------------------------- */\n.vce {\n margin-bottom: 30px;\n}\n.vce-row-container {\n width: 100%;\n}\n.vce-row {\n position: relative;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n margin-left: 0;\n margin-right: 0;\n transition: box-shadow .2s;\n}\n.vce-row-content > .vce-col:last-child {\n margin-right: 0;\n}\n.vce-row-full-height {\n min-height: 100vh;\n}\n.vce-row-content {\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: row;\n flex-direction: row;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n -ms-flex-pack: start;\n justify-content: flex-start;\n -ms-flex-line-pack: start;\n align-content: flex-start;\n -ms-flex-align: start;\n align-items: flex-start;\n min-height: 1em;\n position: relative;\n}\n.vce-row-wrap--reverse > .vce-row-content {\n -ms-flex-wrap: wrap-reverse;\n flex-wrap: wrap-reverse;\n -ms-flex-line-pack: end;\n align-content: flex-end;\n -ms-flex-align: end;\n align-items: flex-end;\n}\n.vce-row-columns--top > .vce-row-content {\n -ms-flex-line-pack: start;\n align-content: flex-start;\n}\n.vce-row-columns--top.vce-row-wrap--reverse > .vce-row-content {\n -ms-flex-line-pack: end;\n align-content: flex-end;\n}\n.vce-row-columns--middle > .vce-row-content {\n -ms-flex-line-pack: center;\n align-content: center;\n}\n.vce-row-columns--bottom > .vce-row-content {\n -ms-flex-line-pack: end;\n align-content: flex-end;\n}\n.vce-row-columns--bottom.vce-row-wrap--reverse > .vce-row-content {\n -ms-flex-line-pack: start;\n align-content: flex-start;\n}\n.vce-row-columns--top > .vce-row-content:after,\n.vce-row-columns--middle > .vce-row-content:after,\n.vce-row-columns--bottom > .vce-row-content:after {\n content: "";\n width: 100%;\n height: 0;\n overflow: hidden;\n visibility: hidden;\n display: block;\n}\n.vce-row-content--middle > .vce-row-content > .vce-col > .vce-col-inner {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-pack: center;\n justify-content: center;\n -ms-flex-direction: column;\n flex-direction: column;\n}\n.vce-row-content--bottom > .vce-row-content > .vce-col > .vce-col-inner {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-pack: end;\n justify-content: flex-end;\n -ms-flex-direction: column;\n flex-direction: column;\n}\n.vce-row-equal-height > .vce-row-content {\n -ms-flex-align: stretch;\n align-items: stretch;\n}\n.vce-row-columns--stretch > .vce-row-content {\n -ms-flex-line-pack: stretch;\n align-content: stretch;\n -ms-flex-align: stretch;\n align-items: stretch;\n}\n.vce-row[data-vce-full-width="true"] {\n position: relative;\n box-sizing: border-box;\n}\n.vce-row[data-vce-stretch-content="true"] {\n padding-left: 30px;\n padding-right: 30px;\n}\n.vce-row[data-vce-stretch-content="true"].vce-row-no-paddings {\n padding-left: 0;\n padding-right: 0;\n}\n.vce-row.vce-element--has-background {\n padding-left: 30px;\n padding-right: 30px;\n padding-top: 30px;\n}\n.vce-row.vce-element--has-background[data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) {\n padding-left: 0;\n padding-right: 0;\n}\n.vce-row.vce-element--has-background.vce-row--has-col-background {\n padding-bottom: 30px;\n}\n.vce-row > .vce-row-content > .vce-col.vce-col--all-last {\n margin-right: 0;\n}\n.rtl .vce-row > .vce-row-content > .vce-col.vce-col--all-last,\n.rtl.vce-row > .vce-row-content > .vce-col.vce-col--all-last {\n margin-left: 0;\n}\n@media (min-width: 0) and (max-width: 543px) {\n .vce-row.vce-element--xs--has-background {\n padding-left: 30px;\n padding-right: 30px;\n padding-top: 30px;\n }\n .vce-row.vce-element--xs--has-background[data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) {\n padding-left: 0;\n padding-right: 0;\n }\n .vce-row.vce-element--xs--has-background.vce-row--xs--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row.vce-element--xs--has-background.vce-row--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row.vce-element--has-background.vce-row--xs--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row > .vce-row-content > .vce-col.vce-col--xs-last {\n margin-right: 0;\n }\n .rtl .vce-row > .vce-row-content > .vce-col.vce-col--xs-last,\n .rtl.vce-row > .vce-row-content > .vce-col.vce-col--xs-last {\n margin-left: 0;\n }\n}\n/* styles for mobile-landscape */\n@media (min-width: 544px) and (max-width: 767px) {\n .vce-row.vce-element--sm--has-background {\n padding-left: 30px;\n padding-right: 30px;\n padding-top: 30px;\n }\n .vce-row.vce-element--sm--has-background[data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) {\n padding-left: 0;\n padding-right: 0;\n }\n .vce-row.vce-element--sm--has-background.vce-row--sm--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row.vce-element--sm--has-background.vce-row--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row.vce-element--has-background.vce-row--sm--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row > .vce-row-content > .vce-col.vce-col--sm-last {\n margin-right: 0;\n }\n .rtl .vce-row > .vce-row-content > .vce-col.vce-col--sm-last,\n .rtl.vce-row > .vce-row-content > .vce-col.vce-col--sm-last {\n margin-left: 0;\n }\n}\n/* styles for mobile-landscape */\n@media (min-width: 768px) and (max-width: 991px) {\n .vce-row.vce-element--md--has-background {\n padding-left: 30px;\n padding-right: 30px;\n padding-top: 30px;\n }\n .vce-row.vce-element--md--has-background[data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) {\n padding-left: 0;\n padding-right: 0;\n }\n .vce-row.vce-element--md--has-background.vce-row--md--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row.vce-element--md--has-background.vce-row--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row.vce-element--has-background.vce-row--md--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row > .vce-row-content > .vce-col.vce-col--md-last {\n margin-right: 0;\n }\n .rtl .vce-row > .vce-row-content > .vce-col.vce-col--md-last,\n .rtl.vce-row > .vce-row-content > .vce-col.vce-col--md-last {\n margin-left: 0;\n }\n}\n/* styles for mobile-landscape */\n@media (min-width: 992px) and (max-width: 1199px) {\n .vce-row.vce-element--lg--has-background {\n padding-left: 30px;\n padding-right: 30px;\n padding-top: 30px;\n }\n .vce-row.vce-element--lg--has-background[data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) {\n padding-left: 0;\n padding-right: 0;\n }\n .vce-row.vce-element--lg--has-background.vce-row--lg--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row.vce-element--lg--has-background.vce-row--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row.vce-element--has-background.vce-row--lg--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row > .vce-row-content > .vce-col.vce-col--lg-last {\n margin-right: 0;\n }\n .rtl .vce-row > .vce-row-content > .vce-col.vce-col--lg-last,\n .rtl.vce-row > .vce-row-content > .vce-col.vce-col--lg-last {\n margin-left: 0;\n }\n}\n/* styles for mobile-landscape */\n@media (min-width: 1200px) {\n .vce-row.vce-element--xl--has-background {\n padding-left: 30px;\n padding-right: 30px;\n padding-top: 30px;\n }\n .vce-row.vce-element--xl--has-background[data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) {\n padding-left: 0;\n padding-right: 0;\n }\n .vce-row.vce-element--xl--has-background.vce-row--xl--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row.vce-element--xl--has-background.vce-row--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row.vce-element--has-background.vce-row--xl--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row > .vce-row-content > .vce-col.vce-col--xl-last {\n margin-right: 0;\n }\n .rtl .vce-row > .vce-row-content > .vce-col.vce-col--xl-last,\n .rtl.vce-row > .vce-row-content > .vce-col.vce-col--xl-last {\n margin-left: 0;\n }\n}\n'},"./row/index.js":function(e,t,n){"use strict";n.r(t);var o=n("./node_modules/vc-cake/index.js"),a=n("./node_modules/@babel/runtime/helpers/extends.js"),l=n.n(a),c=n("./node_modules/@babel/runtime/helpers/defineProperty.js"),r=n.n(c),i=n("./node_modules/@babel/runtime/helpers/classCallCheck.js"),s=n.n(i),d=n("./node_modules/@babel/runtime/helpers/assertThisInitialized.js"),u=n.n(d),p=n("./node_modules/@babel/runtime/helpers/createClass.js"),v=n.n(p),g=n("./node_modules/@babel/runtime/helpers/inherits.js"),h=n.n(g),m=n("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),w=n.n(m),f=n("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),b=n.n(f),x=n("./node_modules/react/index.js"),y=n.n(x),k=n("./node_modules/lodash/lodash.js"),O=n.n(k),S=n("./node_modules/classnames/index.js"),j=n.n(S);function C(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function R(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?C(Object(n),!0).forEach((function(t){r()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):C(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function E(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,o=b()(e);if(t){var a=b()(this).constructor;n=Reflect.construct(o,arguments,a)}else n=o.apply(this,arguments);return w()(this,n)}}var z=Object(o.getService)("api"),P=Object(o.getService)("document"),D=Object(o.getStorage)("assets"),_=Object(o.getStorage)("elementsSettings"),I=Object(o.getStorage)("fieldOptions"),A=_.state("extendedOptions"),T=["all","defaultSize","xs","sm","md","lg","xl"],L=function(e){h()(n,e);var t=E(n);function n(e){var o;return s()(this,n),(o=t.call(this,e)).state={layout:{}},o.rowRef=y.a.createRef(),o.handleStorageChange=o.handleStorageChange.bind(u()(o)),o}return v()(n,null,[{key:"getRowData",value:function(e){for(var t=[],n=0,o=0,a=[],l=!0,c=e.slice();c.lastIndexOf("hide")===c.length-1&&c.length;)l=!1,c.splice(c.lastIndexOf("hide"),1);c.forEach((function(e,r){var i=0;if("hide"===e)l=!1;else if("auto"===e||""===e)i=.01,a.push("auto"),o++;else{if(e.indexOf("%")>-1)i=parseFloat(e.replace("%","").replace(",","."))/100;else{var s=e.split("/");i=s[0]/s[1]}a.push(i)}var d=Math.floor(1e3*(n+i))/1e3;(d>1||1===d&&"hide"===e)&&(l=!1,t.push(r-1),n=0),void 0===c[r+1]&&t.push(r),n+=i}));var r=0,i=(1-(n-.01*o))/o;return a.forEach((function(e,t){"auto"===e?(a[t]=i,r+=i):r+=e})),a.forEach((function(e){a[0]!==e&&1!==e&&(l=!1)})),{lastColumnIndex:t,isColumnsEqual:l,rowValue:r}}},{key:"resetRowLayout",value:function(e){var t=P.get(e);t.layout.layoutData=null,P.update(e,t)}},{key:"getDefaultLayout",value:function(e,t){var n=[];t&&Object.prototype.hasOwnProperty.call(t,"all")?n=t.all.slice():P.children(e).forEach((function(e){Object.prototype.hasOwnProperty.call(e.size,"defaultSize")&&n.push(e.size.defaultSize)}));return n}},{key:"setColumns",value:function(e,t,o){var a=arguments.length>3&&void 0!==arguments[3]&&arguments[3],l=P.children(e),c=[],r=[],i={tag:"column",parent:e,designOptionsAdvanced:{},customClass:"",customHeaderTitle:"",metaCustomId:"",dividers:{},sticky:{},lastInRow:{},firstInRow:{},size:{}},s=null;Object.keys(t).forEach((function(e){var d=t[e],u=o&&o[e];if(u&&u.length)if(d.length>u.length){var p=n.getRowData(u);if(Math.round(100*p.rowValue)/100<1){var v=1-p.rowValue;(d=u).push("".concat(100*v,"%"))}else if(p.isColumnsEqual){var g=d.length,h="".concat(Math.floor(100/g*100)/100,"%");d=[];for(var m=0;m<g;m++)d.push(h)}}else if(d.length<u.length){var w=n.getRowData(u);if(Math.round(100*w.rowValue)/100==1&&w.isColumnsEqual){var f=d.length,b="".concat(Math.floor(100/f*100)/100,"%");d=[];for(var x=0;x<f;x++)d.push(b)}}var y=n.getRowData(d).lastColumnIndex,k=0;d.forEach((function(t,n){var o=y.indexOf(n)>-1,d=0===n||y.indexOf(n-1)>-1;if(void 0!==l[n]){(s=l[n]).size[e]=t,"defaultSize"!==e&&(s.lastInRow[e]=o,s.firstInRow[e]=d),s.disableStacking=a;var u=!1;c.forEach((function(e,t){s.id===e.id&&(c[t]=s,u=!0)})),u||c.push(s)}else{if(r[k]){var p=r[k];p.size[e]=t,"defaultSize"!==e&&(p.lastInRow[e]=o,p.firstInRow[e]=d),p.disableStacking=a}else{var v=O.a.defaultsDeep({},i);v.size[e]=t,"defaultSize"!==e&&(v.lastInRow[e]=o,v.firstInRow[e]=d),v.disableStacking=a,r.push(v)}k+=1}}))})),c.forEach((function(e){Object.prototype.hasOwnProperty.call(t,"all")?(delete e.size.xs,delete e.size.sm,delete e.size.md,delete e.size.lg,delete e.size.xl):delete e.size.all,P.update(e.id,e)})),r.forEach((function(e){P.create(e)}));var d=t.all||t.xs;if(d&&l.length>d.length){var u=l.slice(d.length);u.forEach((function(e){P.children(e.id).forEach((function(e){e.parent=s.id,P.update(e.id,e)})),P.delete(e.id)}))}}},{key:"getLayout",value:function(e){var t={},n=P.children(e),o=!1;return n.forEach((function(e){Object.prototype.hasOwnProperty.call(e.size,"xs")&&(o=!0)})),n.forEach((function(e){!o&&e.size.all&&(Object.prototype.hasOwnProperty.call(t,"all")||(t.all=[]),t.all.push(e.size.all)),e.size.defaultSize&&(Object.prototype.hasOwnProperty.call(t,"defaultSize")||(t.defaultSize=[]),t.defaultSize.push(e.size.defaultSize))})),Object.prototype.hasOwnProperty.call(t,"all")||T.forEach((function(e){"defaultSize"!==e&&"all"!==e&&n.forEach((function(n){n.size[e]&&(Object.prototype.hasOwnProperty.call(t,e)||(t[e]=[]),t[e].push(n.size[e])),o&&Object.prototype.hasOwnProperty.call(n.size,"all")&&(Object.prototype.hasOwnProperty.call(t,e)||(t[e]=[]),"xs"===e||"sm"===e?t[e].push("100%"):t[e].push(n.size.all))}))})),t}},{key:"getDerivedStateFromProps",value:function(e,t){if(!Object(o.env)("VCV_JS_FT_ROW_COLUMN_LOGIC_REFACTOR"))return null;var a=e.atts,l=e.id,c=a.layout&&a.layout.layoutData?a.layout.layoutData:n.getLayout(l),r=a.layout&&a.layout.layoutData;if(JSON.stringify(c)!==JSON.stringify(t.layout)){if(r)return n.setColumns(l,r,null,a.layout.disableStacking),n.resetRowLayout(l),setTimeout((function(){D.trigger("updateElement",l)}),10),{layout:r};var i=n.getLayout(l);return n.setColumns(l,i,t.layout,a.layout.disableStacking),setTimeout((function(){D.trigger("updateElement",l)}),10),{layout:i}}return null}}]),v()(n,[{key:"componentDidMount",value:function(){var e=A.get();if(!e||e&&!e.elements.includes(this.props.id)){A.onChange(this.handleStorageChange);var t={fieldKey:!1,fieldType:!1,id:this.props.id};I.trigger("fieldOptionsChange",t)}}},{key:"componentDidUpdate",value:function(){this.handleStorageChange(!1)}},{key:"handleStorageChange",value:function(e){var t=this,n=A.get();if(e&&(n=e,A.ignoreChange(this.handleStorageChange)),n){var o=n.elements.find((function(e){return e.id===t.props.id}));if(o){var a=this.rowRef.current;_.state("elementOptions").set(R(R({},o),{},{ref:a}))}}}},{key:"render",value:function(){var e=this.props,t=e.id,n=e.atts,o=e.editor,a=e.isBackend,c=n.customClass,r=n.rowWidth,i=n.removeSpaces,s=n.columnGap,d=n.fullHeight,u=n.metaCustomId,p=n.equalHeight,v=n.columnPosition,g=n.contentPosition,h=n.designOptionsAdvanced,m=n.layout,w=n.columnBackground,f=n.hidden,b=n.sticky,x=n.boxShadow,k=this.props.children,O=window.VCV_EDITOR_TYPE?window.VCV_EDITOR_TYPE():"default",S=j()({"vce-row-container":!0,"vce-wpbackend-element-hidden":f&&a}),C=["vce-row"];if(w)if(w.all)C.push("vce-row--has-col-background");else for(var R in w)w[R]&&C.push("vce-row--".concat(R,"--has-col-background"));C.push(this.getBackgroundClass(h)),C.push("vce-row--col-gap-".concat(s?parseInt(s):0)),m&&m.reverseColumn&&!m.disableStacking&&C.push("vce-row-wrap--reverse");var E={style:{}},z={style:{}},P={};"string"==typeof c&&c&&C.push(c),"stretchedRow"===r||"stretchedRowAndColumn"===r?z["data-vce-full-width"]=!0:(z.style.width="",z.style.left="",z.style.right="",E.style.paddingLeft="",E.style.paddingRight=""),"stretchedRowAndColumn"!==r&&"sidebar"!==O||(z["data-vce-stretch-content"]=!0);var D={};b&&b.device&&(D=this.getStickyAttributes(b)),"sidebar"!==O&&"stretchedRowAndColumn"!==r||!i||C.push("vce-row-no-paddings"),d?C.push("vce-row-full-height"):z.style.minHeight="",p&&"stretch"!==v&&C.push("vce-row-equal-height"),v&&C.push("vce-row-columns--".concat(v)),g&&C.push("vce-row-content--".concat(g));var _={};x&&x.device&&(_=this.getBoxShadowAttributes(x,t));var I=j()(C);u&&(P.id=u),P["data-vce-delete-attr"]="style",z["data-vce-delete-attr"]="style",E["data-vce-delete-attr"]="style","boxed"===r&&(P["data-vce-boxed-width"]=!0),E["data-vce-element-content"]=!0;var A=this.applyDO("all");return y.a.createElement("div",l()({className:S},P),y.a.createElement("div",l()({className:I},z,D,_,o,{id:"el-"+t},A,{ref:this.rowRef}),this.getBackgroundTypeContent(),this.getContainerDivider(),y.a.createElement("div",l()({className:"vce-row-content"},E),k)))}}]),n}(z.elementComponent);(0,Object(o.getService)("cook").add)(n("./row/settings.json"),(function(e){e.add(L)}),{css:n("./node_modules/raw-loader/index.js!./row/styles.css"),editorCss:!1,mixins:{columnGap:{mixin:n("./node_modules/raw-loader/index.js!./row/cssMixins/columnGap.pcss")}}},(function(e){var t=e.rowLayout,n=e.designOptionsAdvanced;if(t&&!Array.isArray(t)||(e.rowLayout={all:t}),n&&n.device){var o={},a={};if(Object.keys(n.device).forEach((function(e){var t=n.device[e],l=Object.assign({},t);if(t.parallax){var c={parallaxEnable:!0,parallax:t.parallax};Object.prototype.hasOwnProperty.call(t,"parallaxReverse")&&(c.parallaxReverse=t.parallaxReverse),Object.prototype.hasOwnProperty.call(t,"parallaxSpeed")&&(c.parallaxSpeed=t.parallaxSpeed),o[e]=c,delete l.parallax,delete l.parallaxReverse,delete l.parallaxSpeed,a[e]=l}})),!O.a.isEmpty(o)){e.parallax={device:o};var l=Object.assign({},n);l.device=a,e.designOptionsAdvanced=l}}return e}))},"./row/settings.json":function(e){e.exports=JSON.parse('{"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from Custom CSS option."}},"layout":{"type":"rowLayout","access":"public","value":{},"options":{"label":"Row Layout"}},"dividers":{"type":"divider","access":"public","value":{},"options":{"label":"Dividers"}},"sticky":{"type":"sticky","access":"public","value":{},"options":{"label":"Sticky"}},"boxShadow":{"type":"boxShadow","access":"public","value":{},"options":{"label":"Box Shadow"}},"parallax":{"type":"parallax","access":"public","value":{},"options":{"label":"Parallax"}},"designOptionsAdvanced":{"type":"designOptionsAdvanced","access":"public","value":{},"options":{"label":"Design Options"}},"editFormTab1":{"type":"group","access":"protected","value":["rowWidth","removeSpaces","columnGap","fullHeight","columnPosition","equalHeight","contentPosition","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","layout","designOptionsAdvanced","parallax","boxShadow","dividers","sticky"]},"relatedTo":{"type":"group","access":"protected","value":["General","RootElements","Row"]},"containerFor":{"type":"group","access":"protected","value":["Column"]},"parentWrapper":{"type":"string","access":"protected","value":""},"metaOrder":{"type":"number","access":"protected","value":2},"rowWidth":{"type":"buttonGroup","access":"public","value":"boxed","options":{"label":"Row width","values":[{"label":"Boxed","value":"boxed","icon":"vcv-ui-icon-attribute-row-width-boxed"},{"label":"Stretched Row","value":"stretchedRow","icon":"vcv-ui-icon-attribute-row-width-stretched"},{"label":"Stretched Row and Column","value":"stretchedRowAndColumn","icon":"vcv-ui-icon-attribute-row-width-stretched-content"}],"containerDependency":{"sidebar":"hide"}}},"removeSpaces":{"type":"toggle","access":"public","value":false,"options":{"label":"Remove spaces","description":"Remove row spaces from left and right.","onChange":{"rules":{"rowWidth":{"rule":"value","options":{"value":"stretchedRowAndColumn"}}},"actions":[{"action":"toggleVisibility"}]},"containerDependency":{"sidebar":"removeDependencies"}}},"columnGap":{"type":"number","access":"public","value":"30","options":{"label":"Column gap","description":"Enter gap between columns in pixels (Example: 5).","min":"0","cssMixin":{"mixin":"columnGap","property":"gap","namePattern":"[\\\\da-f]+"}}},"fullHeight":{"type":"toggle","access":"public","value":false,"options":{"label":"Full height","description":"Set row to be full screen height."}},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply unique ID to element to link directly to it by using #your_id (for element ID use lowercase input only)."}},"equalHeight":{"type":"toggle","access":"public","value":true,"options":{"label":"Column equal height"}},"columnPosition":{"type":"buttonGroup","access":"public","value":"top","options":{"label":"Column position","values":[{"label":"Top","value":"top","icon":"vcv-ui-icon-attribute-vertical-alignment-top"},{"label":"Middle","value":"middle","icon":"vcv-ui-icon-attribute-vertical-alignment-middle"},{"label":"Bottom","value":"bottom","icon":"vcv-ui-icon-attribute-vertical-alignment-bottom"},{"label":"Full Height","value":"stretch","icon":"vcv-ui-icon-attribute-vertical-alignment-full-height"}],"onChange":{"rules":{"fullHeight":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"contentPosition":{"type":"buttonGroup","access":"public","value":"top","options":{"label":"Content position","values":[{"label":"Top","value":"top","icon":"vcv-ui-icon-attribute-vertical-alignment-top"},{"label":"Middle","value":"middle","icon":"vcv-ui-icon-attribute-vertical-alignment-middle"},{"label":"Bottom","value":"bottom","icon":"vcv-ui-icon-attribute-vertical-alignment-bottom"}]}},"size":{"type":"string","access":"public","value":"auto"},"hidden":{"type":"string","access":"public","value":false},"columnBackground":{"type":"string","access":"public","value":""},"tag":{"access":"protected","type":"string","value":"row"},"sharedAssetsLibrary":{"access":"protected","type":"string","value":{"libraries":[{"rules":{"rowWidth":{"rule":"!value","options":{"value":"boxed"}}},"libsNames":["fullWidth"]},{"rules":{"fullHeight":{"rule":"toggle"}},"libsNames":["fullHeight"]}]}},"initChildren":{"access":"protected","type":"object","value":[{"tag":"column"}]}}')}},[["./row/index.js"]]]);
|
1 |
+
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./row/cssMixins/columnGap.pcss":function(e,t){e.exports=".vce-row--col-gap-$gap {\n\n @if $gap != false {\n > .vce-row-content {\n > .vce-col {\n margin-right: $(gap)px;\n }\n\n > .vce-column-resizer .vce-column-resizer-handler {\n width: $(gap)px;\n }\n }\n }\n}\n\n.rtl .vce-row--col-gap-$gap,\n.rtl.vce-row--col-gap-$gap {\n @if $gap != false {\n > .vce-row-content {\n > .vce-col {\n margin-left: $(gap)px;\n margin-right: 0;\n }\n }\n }\n}"},"./node_modules/raw-loader/index.js!./row/styles.css":function(e,t){e.exports='/* ----------------------------------------------\n * Row\n * ---------------------------------------------- */\n.vce {\n margin-bottom: 30px;\n}\n.vce-row-container {\n width: 100%;\n}\n.vce-row {\n position: relative;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n margin-left: 0;\n margin-right: 0;\n transition: box-shadow .2s;\n}\n.vce-row-content > .vce-col:last-child {\n margin-right: 0;\n}\n.vce-row-full-height {\n min-height: 100vh;\n}\n.vce-row-content {\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: row;\n flex-direction: row;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n -ms-flex-pack: start;\n justify-content: flex-start;\n -ms-flex-line-pack: start;\n align-content: flex-start;\n -ms-flex-align: start;\n align-items: flex-start;\n min-height: 1em;\n position: relative;\n}\n.vce-row-wrap--reverse > .vce-row-content {\n -ms-flex-wrap: wrap-reverse;\n flex-wrap: wrap-reverse;\n -ms-flex-line-pack: end;\n align-content: flex-end;\n -ms-flex-align: end;\n align-items: flex-end;\n}\n.vce-row-columns--top > .vce-row-content {\n -ms-flex-line-pack: start;\n align-content: flex-start;\n}\n.vce-row-columns--top.vce-row-wrap--reverse > .vce-row-content {\n -ms-flex-line-pack: end;\n align-content: flex-end;\n}\n.vce-row-columns--middle > .vce-row-content {\n -ms-flex-line-pack: center;\n align-content: center;\n}\n.vce-row-columns--bottom > .vce-row-content {\n -ms-flex-line-pack: end;\n align-content: flex-end;\n}\n.vce-row-columns--bottom.vce-row-wrap--reverse > .vce-row-content {\n -ms-flex-line-pack: start;\n align-content: flex-start;\n}\n.vce-row-columns--top > .vce-row-content:after,\n.vce-row-columns--middle > .vce-row-content:after,\n.vce-row-columns--bottom > .vce-row-content:after {\n content: "";\n width: 100%;\n height: 0;\n overflow: hidden;\n visibility: hidden;\n display: block;\n}\n.vce-row-content--middle > .vce-row-content > .vce-col > .vce-col-inner {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-pack: center;\n justify-content: center;\n -ms-flex-direction: column;\n flex-direction: column;\n}\n.vce-row-content--bottom > .vce-row-content > .vce-col > .vce-col-inner {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-pack: end;\n justify-content: flex-end;\n -ms-flex-direction: column;\n flex-direction: column;\n}\n.vce-row-equal-height > .vce-row-content {\n -ms-flex-align: stretch;\n align-items: stretch;\n}\n.vce-row-columns--stretch > .vce-row-content {\n -ms-flex-line-pack: stretch;\n align-content: stretch;\n -ms-flex-align: stretch;\n align-items: stretch;\n}\n.vce-row[data-vce-full-width="true"] {\n position: relative;\n box-sizing: border-box;\n}\n.vce-row[data-vce-stretch-content="true"] {\n padding-left: 30px;\n padding-right: 30px;\n}\n.vce-row[data-vce-stretch-content="true"].vce-row-no-paddings {\n padding-left: 0;\n padding-right: 0;\n}\n.vce-row.vce-element--has-background {\n padding-left: 30px;\n padding-right: 30px;\n padding-top: 30px;\n}\n.vce-row.vce-element--has-background[data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) {\n padding-left: 0;\n padding-right: 0;\n}\n.vce-row.vce-element--has-background.vce-row--has-col-background {\n padding-bottom: 30px;\n}\n.vce-row > .vce-row-content > .vce-col.vce-col--all-last {\n margin-right: 0;\n}\n.rtl .vce-row > .vce-row-content > .vce-col.vce-col--all-last,\n.rtl.vce-row > .vce-row-content > .vce-col.vce-col--all-last {\n margin-left: 0;\n}\n@media (min-width: 0) and (max-width: 543px) {\n .vce-row.vce-element--xs--has-background {\n padding-left: 30px;\n padding-right: 30px;\n padding-top: 30px;\n }\n .vce-row.vce-element--xs--has-background[data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) {\n padding-left: 0;\n padding-right: 0;\n }\n .vce-row.vce-element--xs--has-background.vce-row--xs--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row.vce-element--xs--has-background.vce-row--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row.vce-element--has-background.vce-row--xs--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row > .vce-row-content > .vce-col.vce-col--xs-last {\n margin-right: 0;\n }\n .rtl .vce-row > .vce-row-content > .vce-col.vce-col--xs-last,\n .rtl.vce-row > .vce-row-content > .vce-col.vce-col--xs-last {\n margin-left: 0;\n }\n}\n/* styles for mobile-landscape */\n@media (min-width: 544px) and (max-width: 767px) {\n .vce-row.vce-element--sm--has-background {\n padding-left: 30px;\n padding-right: 30px;\n padding-top: 30px;\n }\n .vce-row.vce-element--sm--has-background[data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) {\n padding-left: 0;\n padding-right: 0;\n }\n .vce-row.vce-element--sm--has-background.vce-row--sm--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row.vce-element--sm--has-background.vce-row--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row.vce-element--has-background.vce-row--sm--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row > .vce-row-content > .vce-col.vce-col--sm-last {\n margin-right: 0;\n }\n .rtl .vce-row > .vce-row-content > .vce-col.vce-col--sm-last,\n .rtl.vce-row > .vce-row-content > .vce-col.vce-col--sm-last {\n margin-left: 0;\n }\n}\n/* styles for mobile-landscape */\n@media (min-width: 768px) and (max-width: 991px) {\n .vce-row.vce-element--md--has-background {\n padding-left: 30px;\n padding-right: 30px;\n padding-top: 30px;\n }\n .vce-row.vce-element--md--has-background[data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) {\n padding-left: 0;\n padding-right: 0;\n }\n .vce-row.vce-element--md--has-background.vce-row--md--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row.vce-element--md--has-background.vce-row--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row.vce-element--has-background.vce-row--md--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row > .vce-row-content > .vce-col.vce-col--md-last {\n margin-right: 0;\n }\n .rtl .vce-row > .vce-row-content > .vce-col.vce-col--md-last,\n .rtl.vce-row > .vce-row-content > .vce-col.vce-col--md-last {\n margin-left: 0;\n }\n}\n/* styles for mobile-landscape */\n@media (min-width: 992px) and (max-width: 1199px) {\n .vce-row.vce-element--lg--has-background {\n padding-left: 30px;\n padding-right: 30px;\n padding-top: 30px;\n }\n .vce-row.vce-element--lg--has-background[data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) {\n padding-left: 0;\n padding-right: 0;\n }\n .vce-row.vce-element--lg--has-background.vce-row--lg--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row.vce-element--lg--has-background.vce-row--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row.vce-element--has-background.vce-row--lg--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row > .vce-row-content > .vce-col.vce-col--lg-last {\n margin-right: 0;\n }\n .rtl .vce-row > .vce-row-content > .vce-col.vce-col--lg-last,\n .rtl.vce-row > .vce-row-content > .vce-col.vce-col--lg-last {\n margin-left: 0;\n }\n}\n/* styles for mobile-landscape */\n@media (min-width: 1200px) {\n .vce-row.vce-element--xl--has-background {\n padding-left: 30px;\n padding-right: 30px;\n padding-top: 30px;\n }\n .vce-row.vce-element--xl--has-background[data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) {\n padding-left: 0;\n padding-right: 0;\n }\n .vce-row.vce-element--xl--has-background.vce-row--xl--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row.vce-element--xl--has-background.vce-row--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row.vce-element--has-background.vce-row--xl--has-col-background {\n padding-bottom: 30px;\n }\n .vce-row > .vce-row-content > .vce-col.vce-col--xl-last {\n margin-right: 0;\n }\n .rtl .vce-row > .vce-row-content > .vce-col.vce-col--xl-last,\n .rtl.vce-row > .vce-row-content > .vce-col.vce-col--xl-last {\n margin-left: 0;\n }\n}\n'},"./row/index.js":function(e,t,n){"use strict";n.r(t);var o=n("./node_modules/vc-cake/index.js"),a=n("./node_modules/@babel/runtime/helpers/extends.js"),l=n.n(a),c=n("./node_modules/@babel/runtime/helpers/defineProperty.js"),r=n.n(c),i=n("./node_modules/@babel/runtime/helpers/classCallCheck.js"),s=n.n(i),d=n("./node_modules/@babel/runtime/helpers/assertThisInitialized.js"),u=n.n(d),p=n("./node_modules/@babel/runtime/helpers/createClass.js"),v=n.n(p),g=n("./node_modules/@babel/runtime/helpers/inherits.js"),h=n.n(g),m=n("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),w=n.n(m),f=n("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),b=n.n(f),x=n("./node_modules/react/index.js"),y=n.n(x),k=n("./node_modules/lodash/lodash.js"),O=n.n(k),S=n("./node_modules/classnames/index.js"),j=n.n(S);function C(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function R(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?C(Object(n),!0).forEach((function(t){r()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):C(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function z(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,o=b()(e);if(t){var a=b()(this).constructor;n=Reflect.construct(o,arguments,a)}else n=o.apply(this,arguments);return w()(this,n)}}var E=Object(o.getService)("api"),P=Object(o.getService)("document"),D=Object(o.getStorage)("assets"),_=Object(o.getStorage)("elementsSettings"),I=Object(o.getStorage)("fieldOptions"),A=_.state("extendedOptions"),T=["all","defaultSize","xs","sm","md","lg","xl"],L=function(e){h()(n,e);var t=z(n);function n(e){var o;return s()(this,n),(o=t.call(this,e)).state={layout:{}},o.rowRef=y.a.createRef(),o.handleStorageChange=o.handleStorageChange.bind(u()(o)),o}return v()(n,null,[{key:"getRowData",value:function(e){for(var t=[],n=0,o=0,a=[],l=!0,c=e.slice();c.lastIndexOf("hide")===c.length-1&&c.length;)l=!1,c.splice(c.lastIndexOf("hide"),1);c.forEach((function(e,r){var i=0;if("hide"===e)l=!1;else if("auto"===e||""===e)i=.01,a.push("auto"),o++;else{if(e.indexOf("%")>-1)i=parseFloat(e.replace("%","").replace(",","."))/100;else{var s=e.split("/");i=s[0]/s[1]}a.push(i)}var d=Math.floor(1e3*(n+i))/1e3;(d>1||1===d&&"hide"===e)&&(l=!1,t.push(r-1),n=0),void 0===c[r+1]&&t.push(r),n+=i}));var r=0,i=(1-(n-.01*o))/o;return a.forEach((function(e,t){"auto"===e?(a[t]=i,r+=i):r+=e})),a.forEach((function(e){a[0]!==e&&1!==e&&(l=!1)})),{lastColumnIndex:t,isColumnsEqual:l,rowValue:r}}},{key:"resetRowLayout",value:function(e){var t=P.get(e);t.layout.layoutData=null,P.update(e,t)}},{key:"getDefaultLayout",value:function(e,t){var n=[];t&&Object.prototype.hasOwnProperty.call(t,"all")?n=t.all.slice():P.children(e).forEach((function(e){Object.prototype.hasOwnProperty.call(e.size,"defaultSize")&&n.push(e.size.defaultSize)}));return n}},{key:"setColumns",value:function(e,t,o){var a=arguments.length>3&&void 0!==arguments[3]&&arguments[3],l=P.children(e),c=[],r=[],i={tag:"column",parent:e,designOptionsAdvanced:{},customClass:"",customHeaderTitle:"",metaCustomId:"",dividers:{},sticky:{},lastInRow:{},firstInRow:{},size:{}},s=null;Object.keys(t).forEach((function(e){var d=t[e],u=o&&o[e];if(u&&u.length)if(d.length>u.length){var p=n.getRowData(u);if(Math.round(100*p.rowValue)/100<1){var v=1-p.rowValue;(d=u).push("".concat(100*v,"%"))}else if(p.isColumnsEqual){var g=d.length,h="".concat(Math.floor(100/g*100)/100,"%");d=[];for(var m=0;m<g;m++)d.push(h)}}else if(d.length<u.length){var w=n.getRowData(u);if(Math.round(100*w.rowValue)/100==1&&w.isColumnsEqual){var f=d.length,b="".concat(Math.floor(100/f*100)/100,"%");d=[];for(var x=0;x<f;x++)d.push(b)}}var y=n.getRowData(d).lastColumnIndex,k=0;d.forEach((function(t,n){var o=y.indexOf(n)>-1,d=0===n||y.indexOf(n-1)>-1;if(void 0!==l[n]){(s=l[n]).size[e]=t,"defaultSize"!==e&&(s.lastInRow[e]=o,s.firstInRow[e]=d),s.disableStacking=a;var u=!1;c.forEach((function(e,t){s.id===e.id&&(c[t]=s,u=!0)})),u||c.push(s)}else{if(r[k]){var p=r[k];p.size[e]=t,"defaultSize"!==e&&(p.lastInRow[e]=o,p.firstInRow[e]=d),p.disableStacking=a}else{var v=O.a.defaultsDeep({},i);v.size[e]=t,"defaultSize"!==e&&(v.lastInRow[e]=o,v.firstInRow[e]=d),v.disableStacking=a,r.push(v)}k+=1}}))})),c.forEach((function(e){Object.prototype.hasOwnProperty.call(t,"all")?(delete e.size.xs,delete e.size.sm,delete e.size.md,delete e.size.lg,delete e.size.xl):delete e.size.all,P.update(e.id,e)})),r.forEach((function(e){P.create(e)}));var d=t.all||t.xs;if(d&&l.length>d.length){var u=l.slice(d.length);u.forEach((function(e){P.children(e.id).forEach((function(e){e.parent=s.id,P.update(e.id,e)})),P.delete(e.id)}))}}},{key:"getLayout",value:function(e){var t={},n=P.children(e),o=!1;return n.forEach((function(e){Object.prototype.hasOwnProperty.call(e.size,"xs")&&(o=!0)})),n.forEach((function(e){!o&&e.size.all&&(Object.prototype.hasOwnProperty.call(t,"all")||(t.all=[]),t.all.push(e.size.all)),e.size.defaultSize&&(Object.prototype.hasOwnProperty.call(t,"defaultSize")||(t.defaultSize=[]),t.defaultSize.push(e.size.defaultSize))})),Object.prototype.hasOwnProperty.call(t,"all")||T.forEach((function(e){"defaultSize"!==e&&"all"!==e&&n.forEach((function(n){n.size[e]&&(Object.prototype.hasOwnProperty.call(t,e)||(t[e]=[]),t[e].push(n.size[e])),o&&Object.prototype.hasOwnProperty.call(n.size,"all")&&(Object.prototype.hasOwnProperty.call(t,e)||(t[e]=[]),"xs"===e||"sm"===e?t[e].push("100%"):t[e].push(n.size.all))}))})),t}},{key:"getDerivedStateFromProps",value:function(e,t){if(!Object(o.env)("VCV_JS_FT_ROW_COLUMN_LOGIC_REFACTOR"))return null;var a=e.atts,l=e.id,c=a.layout&&a.layout.layoutData?a.layout.layoutData:n.getLayout(l),r=a.layout&&a.layout.layoutData;if(JSON.stringify(c)!==JSON.stringify(t.layout)){if(r)return n.setColumns(l,r,null,a.layout.disableStacking),n.resetRowLayout(l),setTimeout((function(){D.trigger("updateElement",l)}),10),{layout:r};var i=n.getLayout(l);return n.setColumns(l,i,t.layout,a.layout.disableStacking),setTimeout((function(){D.trigger("updateElement",l)}),10),{layout:i}}return null}}]),v()(n,[{key:"componentDidMount",value:function(){var e=A.get();if(!e||e&&!e.elements.includes(this.props.id)){A.onChange(this.handleStorageChange);var t={fieldKey:!1,fieldType:!1,id:this.props.id};I.trigger("fieldOptionsChange",t)}}},{key:"componentDidUpdate",value:function(){this.handleStorageChange(!1)}},{key:"handleStorageChange",value:function(e){var t=this,n=A.get();if(e&&(n=e,A.ignoreChange(this.handleStorageChange)),n){var o=n.elements.find((function(e){return e.id===t.props.id}));if(o){var a=this.rowRef.current;_.state("elementOptions").set(R(R({},o),{},{ref:a}))}}}},{key:"render",value:function(){var e=this.props,t=e.id,n=e.atts,o=e.editor,a=e.isBackend,c=n.customClass,r=n.rowWidth,i=n.removeSpaces,s=n.columnGap,d=n.fullHeight,u=n.metaCustomId,p=n.equalHeight,v=n.columnPosition,g=n.contentPosition,h=n.designOptionsAdvanced,m=n.layout,w=n.columnBackground,f=n.hidden,b=n.sticky,x=n.boxShadow,k=this.props.children,O=window.VCV_EDITOR_TYPE?window.VCV_EDITOR_TYPE():"default",S=j()({"vce-row-container":!0,"vce-wpbackend-element-hidden":f&&a}),C=["vce-row"];if(w)if(w.all)C.push("vce-row--has-col-background");else for(var R in w)w[R]&&C.push("vce-row--".concat(R,"--has-col-background"));C.push(this.getBackgroundClass(h)),C.push("vce-row--col-gap-".concat(s?parseInt(s):0)),m&&m.reverseColumn&&!m.disableStacking&&C.push("vce-row-wrap--reverse");var z={style:{}},E={style:{}},P={};"string"==typeof c&&c&&C.push(c),"stretchedRow"===r||"stretchedRowAndColumn"===r?E["data-vce-full-width"]=!0:(E.style.width="",E.style.left="",E.style.right="",z.style.paddingLeft="",z.style.paddingRight=""),"stretchedRowAndColumn"!==r&&"sidebar"!==O||(E["data-vce-stretch-content"]=!0);var D={};b&&b.device&&(D=this.getStickyAttributes(b)),"sidebar"!==O&&"stretchedRowAndColumn"!==r||!i||C.push("vce-row-no-paddings"),d?C.push("vce-row-full-height"):E.style.minHeight="",p&&"stretch"!==v&&C.push("vce-row-equal-height"),v&&C.push("vce-row-columns--".concat(v)),g&&C.push("vce-row-content--".concat(g));var _={};x&&x.device&&(_=this.getBoxShadowAttributes(x,t));var I=j()(C);u&&(P.id=u),P["data-vce-delete-attr"]="style",E["data-vce-delete-attr"]="style",z["data-vce-delete-attr"]="style","boxed"===r&&(P["data-vce-boxed-width"]=!0),z["data-vce-element-content"]=!0;var A=this.applyDO("all");return y.a.createElement("div",l()({className:S},P),y.a.createElement("div",l()({className:I},E,D,_,o,{id:"el-"+t},A,{ref:this.rowRef}),this.getBackgroundTypeContent(),this.getContainerDivider(),y.a.createElement("div",l()({className:"vce-row-content"},z),k)))}}]),n}(E.elementComponent);(0,Object(o.getService)("cook").add)(n("./row/settings.json"),(function(e){e.add(L)}),{css:n("./node_modules/raw-loader/index.js!./row/styles.css"),editorCss:!1,mixins:{columnGap:{mixin:n("./node_modules/raw-loader/index.js!./row/cssMixins/columnGap.pcss")}}},(function(e){var t=e.rowLayout,n=e.designOptionsAdvanced;if(t&&!Array.isArray(t)||(e.rowLayout={all:t}),n&&n.device){var o={},a={};if(Object.keys(n.device).forEach((function(e){var t=n.device[e],l=Object.assign({},t);if(t.parallax){var c={parallaxEnable:!0,parallax:t.parallax};Object.prototype.hasOwnProperty.call(t,"parallaxReverse")&&(c.parallaxReverse=t.parallaxReverse),Object.prototype.hasOwnProperty.call(t,"parallaxSpeed")&&(c.parallaxSpeed=t.parallaxSpeed),o[e]=c,delete l.parallax,delete l.parallaxReverse,delete l.parallaxSpeed,a[e]=l}})),!O.a.isEmpty(o)){e.parallax={device:o};var l=Object.assign({},n);l.device=a,e.designOptionsAdvanced=l}}return e}))},"./row/settings.json":function(e){e.exports=JSON.parse('{"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from the custom CSS option."}},"layout":{"type":"rowLayout","access":"public","value":{},"options":{"label":"Row Layout"}},"dividers":{"type":"divider","access":"public","value":{},"options":{"label":"Dividers"}},"sticky":{"type":"sticky","access":"public","value":{},"options":{"label":"Sticky"}},"boxShadow":{"type":"boxShadow","access":"public","value":{},"options":{"label":"Box Shadow"}},"parallax":{"type":"parallax","access":"public","value":{},"options":{"label":"Parallax"}},"designOptionsAdvanced":{"type":"designOptionsAdvanced","access":"public","value":{},"options":{"label":"Design Options"}},"editFormTab1":{"type":"group","access":"protected","value":["rowWidth","removeSpaces","columnGap","fullHeight","columnPosition","equalHeight","contentPosition","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["layout","editFormTab1","designOptionsAdvanced","parallax","boxShadow","dividers","sticky"]},"relatedTo":{"type":"group","access":"protected","value":["General","RootElements","Row"]},"containerFor":{"type":"group","access":"protected","value":["Column"]},"parentWrapper":{"type":"string","access":"protected","value":""},"metaOrder":{"type":"number","access":"protected","value":2},"rowWidth":{"type":"buttonGroup","access":"public","value":"boxed","options":{"label":"Row width","values":[{"label":"Boxed","value":"boxed","icon":"vcv-ui-icon-attribute-row-width-boxed"},{"label":"Stretched","value":"stretchedRow","icon":"vcv-ui-icon-attribute-row-width-stretched"},{"label":"Stretched row and column","value":"stretchedRowAndColumn","icon":"vcv-ui-icon-attribute-row-width-stretched-content"}],"containerDependency":{"sidebar":"hide"}}},"removeSpaces":{"type":"toggle","access":"public","value":false,"options":{"label":"Remove spaces","description":"Remove row spaces from the left and right sides.","onChange":{"rules":{"rowWidth":{"rule":"value","options":{"value":"stretchedRowAndColumn"}}},"actions":[{"action":"toggleVisibility"}]},"containerDependency":{"sidebar":"removeDependencies"}}},"columnGap":{"type":"number","access":"public","value":"30","options":{"label":"Column gap","description":"Enter a gap between columns in pixels (example: 5).","min":"0","cssMixin":{"mixin":"columnGap","property":"gap","namePattern":"[\\\\da-f]+"}}},"fullHeight":{"type":"toggle","access":"public","value":false,"options":{"label":"Full height","description":"Set a row to be full-screen height."}},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply a unique ID to the element to link it directly by using #your_id (for element ID use lowercase input only)."}},"equalHeight":{"type":"toggle","access":"public","value":true,"options":{"label":"Column equal height"}},"columnPosition":{"type":"buttonGroup","access":"public","value":"top","options":{"label":"Column position","values":[{"label":"Top","value":"top","icon":"vcv-ui-icon-attribute-vertical-alignment-top"},{"label":"Middle","value":"middle","icon":"vcv-ui-icon-attribute-vertical-alignment-middle"},{"label":"Bottom","value":"bottom","icon":"vcv-ui-icon-attribute-vertical-alignment-bottom"},{"label":"Full height","value":"stretch","icon":"vcv-ui-icon-attribute-vertical-alignment-full-height"}],"onChange":{"rules":{"fullHeight":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"contentPosition":{"type":"buttonGroup","access":"public","value":"top","options":{"label":"Content position","values":[{"label":"Top","value":"top","icon":"vcv-ui-icon-attribute-vertical-alignment-top"},{"label":"Middle","value":"middle","icon":"vcv-ui-icon-attribute-vertical-alignment-middle"},{"label":"Bottom","value":"bottom","icon":"vcv-ui-icon-attribute-vertical-alignment-bottom"}]}},"size":{"type":"string","access":"public","value":"auto"},"hidden":{"type":"string","access":"public","value":false},"columnBackground":{"type":"string","access":"public","value":""},"tag":{"access":"protected","type":"string","value":"row"},"sharedAssetsLibrary":{"access":"protected","type":"string","value":{"libraries":[{"rules":{"rowWidth":{"rule":"!value","options":{"value":"boxed"}}},"libsNames":["fullWidth"]},{"rules":{"fullHeight":{"rule":"toggle"}},"libsNames":["fullHeight"]}]}},"initChildren":{"access":"protected","type":"object","value":[{"tag":"column"}]}}')}},[["./row/index.js"]]]);
|
elements/row/public/dist/vendor.bundle.js.LICENSE.txt
CHANGED
@@ -17,6 +17,8 @@ object-assign
|
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
Â
|
|
Â
|
|
20 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
Â
|
22 |
Â
/** @license React v0.19.1
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
20 |
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
+
|
22 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
23 |
Â
|
24 |
Â
/** @license React v0.19.1
|
elements/separator/public/dist/element.bundle.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./separator/cssMixins/basicColor.pcss":function(e,t){e.exports=".vce-separator--color-$selector {\n color: $color;\n}"},"./node_modules/raw-loader/index.js!./separator/cssMixins/separatorThickness.pcss":function(e,t){e.exports=".vce-separator--thickness-$selector {\n &::before {\n border-width: $(thickness)px;\n }\n .vce-separator-shadow {\n height: calc($(thickness)px * 2.5);\n }\n .vce-separator-shadow-left {\n &::before {\n box-shadow: 10px 10px 10px $(thickness)px;\n }\n }\n .vce-separator-shadow-right {\n &::before {\n box-shadow: -10px 10px 10px $(thickness)px;\n }\n }\n}"},"./node_modules/raw-loader/index.js!./separator/cssMixins/separatorWidth.pcss":function(e,t){e.exports=".vce-separator--width-$selector {\n width: $(width)%;\n}"},"./node_modules/raw-loader/index.js!./separator/editor.css":function(e,t){e.exports=".vce-basic-separator-container {\n min-height: 1em;\n}\n"},"./node_modules/raw-loader/index.js!./separator/styles.css":function(e,t){e.exports="/* ----------------------------------------------\n * Separator\n * ---------------------------------------------- */\n.vce-separator-container {\n line-height: 0;\n}\n.vce-separator {\n display: inline-block;\n vertical-align: middle;\n line-height: 1;\n padding-top: 10px;\n padding-bottom: 10px;\n transition: color .3s ease;\n}\n.vce-separator::before {\n display: block;\n content: '';\n box-sizing: content-box;\n border-width: 1px;\n border-top-style: solid;\n width: 100%;\n}\n.vce-separator--align-left {\n text-align: left;\n}\n.vce-separator--align-center {\n text-align: center;\n}\n.vce-separator--align-right {\n text-align: right;\n}\n.vce-separator--style-solid .vce-separator::before {\n border-top-style: solid;\n}\n.vce-separator--style-dotted .vce-separator::before {\n border-top-style: dotted;\n}\n.vce-separator--style-dashed .vce-separator::before {\n border-top-style: dashed;\n}\n.vce-separator--style-double .vce-separator::before {\n border-top-style: double;\n}\n.vce-separator--style-shadow .vce-separator {\n display: -ms-flexbox;\n display: flex;\n margin-right: auto;\n margin-left: auto;\n}\n.vce-separator--style-shadow .vce-separator::before {\n display: none;\n}\n.vce-separator-shadow {\n position: relative;\n min-height: 10px;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n min-width: 10%;\n overflow: hidden;\n}\n.vce-separator-shadow::before {\n content: '';\n display: block;\n position: absolute;\n left: 0;\n top: -20px;\n right: 0;\n height: 10px;\n border-radius: 100%;\n}\n.vce-separator-shadow-left::before {\n right: -100%;\n}\n.vce-separator-shadow-right::before {\n left: -100%;\n}\n"},"./separator/index.js":function(e,t,s){"use strict";s.r(t);var a=s("./node_modules/vc-cake/index.js"),n=s.n(a),o=s("./node_modules/@babel/runtime/helpers/extends.js"),r=s.n(o),i=s("./node_modules/@babel/runtime/helpers/classCallCheck.js"),c=s.n(i),l=s("./node_modules/@babel/runtime/helpers/createClass.js"),p=s.n(l),d=s("./node_modules/@babel/runtime/helpers/inherits.js"),u=s.n(d),h=s("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),m=s.n(h),v=s("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),b=s.n(v),x=s("./node_modules/react/index.js"),g=s.n(x);function f(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var s,a=b()(e);if(t){var n=b()(this).constructor;s=Reflect.construct(a,arguments,n)}else s=a.apply(this,arguments);return m()(this,s)}}var y=function(e){u()(a,e);var t=f(a);function a(){return c()(this,a),t.apply(this,arguments)}return p()(a,[{key:"render",value:function(){var e,t=this.props,a=t.id,n=t.atts,o=t.editor,i=n.alignment,c=n.customClass,l=n.metaCustomId,p=n.style,d=s("./node_modules/classnames/index.js"),u={},h=["vce","vce-separator-container"],m=["vce-separator"];"string"==typeof c&&c&&h.push(c),i&&h.push("vce-separator--align-".concat(i)),p&&h.push("vce-separator--style-".concat(p));var v=this.getMixinData("basicColor");v&&m.push("vce-separator--color-".concat(v.selector)),(v=this.getMixinData("separatorWidth"))&&m.push("vce-separator--width-".concat(v.selector)),(v=this.getMixinData("separatorThickness"))&&m.push("vce-separator--thickness-".concat(v.selector)),l&&(u.id=l),m=d(m),h=d(h);var b=this.applyDO("margin"),x=this.applyDO("border padding background animation");return e="shadow"===p?g.a.createElement("div",r()({className:m},u,x),g.a.createElement("div",{className:"vce-separator-shadow vce-separator-shadow-left"}),g.a.createElement("div",{className:"vce-separator-shadow vce-separator-shadow-right"})):g.a.createElement("div",r()({className:m},u,x)),g.a.createElement("div",r()({className:h},o,{id:"el-"+a},b),e)}}]),a}(n.a.getService("api").elementComponent);(0,n.a.getService("cook").add)(s("./separator/settings.json"),(function(e){e.add(y)}),{css:s("./node_modules/raw-loader/index.js!./separator/styles.css"),editorCss:s("./node_modules/raw-loader/index.js!./separator/editor.css"),mixins:{basicColor:{mixin:s("./node_modules/raw-loader/index.js!./separator/cssMixins/basicColor.pcss")},separatorWidth:{mixin:s("./node_modules/raw-loader/index.js!./separator/cssMixins/separatorWidth.pcss")},separatorThickness:{mixin:s("./node_modules/raw-loader/index.js!./separator/cssMixins/separatorThickness.pcss")}}},"")},"./separator/settings.json":function(e){e.exports=JSON.parse('{"groups":{"type":"string","access":"protected","value":"Separators"},"color":{"type":"color","access":"public","value":"#bfc0c1","options":{"label":"Separator color","cssMixin":{"mixin":"basicColor","property":"color","namePattern":"[\\\\da-f]+"}}},"alignment":{"type":"buttonGroup","access":"public","value":"center","options":{"label":"Alignment","values":[{"label":"Left","value":"left","icon":"vcv-ui-icon-attribute-alignment-left"},{"label":"Center","value":"center","icon":"vcv-ui-icon-attribute-alignment-center"},{"label":"Right","value":"right","icon":"vcv-ui-icon-attribute-alignment-right"}]}},"style":{"type":"dropdown","access":"public","value":"solid","options":{"label":"Style","values":[{"label":"Line","value":"solid"},{"label":"Dashed","value":"dashed"},{"label":"Dotted","value":"dotted"},{"label":"Double","value":"double"},{"label":"Shadow","value":"shadow"}]}},"thickness":{"type":"number","access":"public","value":"1","options":{"label":"Thickness","description":"Enter separator
|
1 |
+
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./separator/cssMixins/basicColor.pcss":function(e,t){e.exports=".vce-separator--color-$selector {\n color: $color;\n}"},"./node_modules/raw-loader/index.js!./separator/cssMixins/separatorThickness.pcss":function(e,t){e.exports=".vce-separator--thickness-$selector {\n &::before {\n border-width: $(thickness)px;\n }\n .vce-separator-shadow {\n height: calc($(thickness)px * 2.5);\n }\n .vce-separator-shadow-left {\n &::before {\n box-shadow: 10px 10px 10px $(thickness)px;\n }\n }\n .vce-separator-shadow-right {\n &::before {\n box-shadow: -10px 10px 10px $(thickness)px;\n }\n }\n}"},"./node_modules/raw-loader/index.js!./separator/cssMixins/separatorWidth.pcss":function(e,t){e.exports=".vce-separator--width-$selector {\n width: $(width)%;\n}"},"./node_modules/raw-loader/index.js!./separator/editor.css":function(e,t){e.exports=".vce-basic-separator-container {\n min-height: 1em;\n}\n"},"./node_modules/raw-loader/index.js!./separator/styles.css":function(e,t){e.exports="/* ----------------------------------------------\n * Separator\n * ---------------------------------------------- */\n.vce-separator-container {\n line-height: 0;\n}\n.vce-separator {\n display: inline-block;\n vertical-align: middle;\n line-height: 1;\n padding-top: 10px;\n padding-bottom: 10px;\n transition: color .3s ease;\n}\n.vce-separator::before {\n display: block;\n content: '';\n box-sizing: content-box;\n border-width: 1px;\n border-top-style: solid;\n width: 100%;\n}\n.vce-separator--align-left {\n text-align: left;\n}\n.vce-separator--align-center {\n text-align: center;\n}\n.vce-separator--align-right {\n text-align: right;\n}\n.vce-separator--style-solid .vce-separator::before {\n border-top-style: solid;\n}\n.vce-separator--style-dotted .vce-separator::before {\n border-top-style: dotted;\n}\n.vce-separator--style-dashed .vce-separator::before {\n border-top-style: dashed;\n}\n.vce-separator--style-double .vce-separator::before {\n border-top-style: double;\n}\n.vce-separator--style-shadow .vce-separator {\n display: -ms-flexbox;\n display: flex;\n margin-right: auto;\n margin-left: auto;\n}\n.vce-separator--style-shadow .vce-separator::before {\n display: none;\n}\n.vce-separator-shadow {\n position: relative;\n min-height: 10px;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n min-width: 10%;\n overflow: hidden;\n}\n.vce-separator-shadow::before {\n content: '';\n display: block;\n position: absolute;\n left: 0;\n top: -20px;\n right: 0;\n height: 10px;\n border-radius: 100%;\n}\n.vce-separator-shadow-left::before {\n right: -100%;\n}\n.vce-separator-shadow-right::before {\n left: -100%;\n}\n"},"./separator/index.js":function(e,t,s){"use strict";s.r(t);var a=s("./node_modules/vc-cake/index.js"),n=s.n(a),o=s("./node_modules/@babel/runtime/helpers/extends.js"),r=s.n(o),i=s("./node_modules/@babel/runtime/helpers/classCallCheck.js"),c=s.n(i),l=s("./node_modules/@babel/runtime/helpers/createClass.js"),p=s.n(l),d=s("./node_modules/@babel/runtime/helpers/inherits.js"),u=s.n(d),h=s("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),m=s.n(h),v=s("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),b=s.n(v),x=s("./node_modules/react/index.js"),g=s.n(x);function f(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var s,a=b()(e);if(t){var n=b()(this).constructor;s=Reflect.construct(a,arguments,n)}else s=a.apply(this,arguments);return m()(this,s)}}var y=function(e){u()(a,e);var t=f(a);function a(){return c()(this,a),t.apply(this,arguments)}return p()(a,[{key:"render",value:function(){var e,t=this.props,a=t.id,n=t.atts,o=t.editor,i=n.alignment,c=n.customClass,l=n.metaCustomId,p=n.style,d=s("./node_modules/classnames/index.js"),u={},h=["vce","vce-separator-container"],m=["vce-separator"];"string"==typeof c&&c&&h.push(c),i&&h.push("vce-separator--align-".concat(i)),p&&h.push("vce-separator--style-".concat(p));var v=this.getMixinData("basicColor");v&&m.push("vce-separator--color-".concat(v.selector)),(v=this.getMixinData("separatorWidth"))&&m.push("vce-separator--width-".concat(v.selector)),(v=this.getMixinData("separatorThickness"))&&m.push("vce-separator--thickness-".concat(v.selector)),l&&(u.id=l),m=d(m),h=d(h);var b=this.applyDO("margin"),x=this.applyDO("border padding background animation");return e="shadow"===p?g.a.createElement("div",r()({className:m},u,x),g.a.createElement("div",{className:"vce-separator-shadow vce-separator-shadow-left"}),g.a.createElement("div",{className:"vce-separator-shadow vce-separator-shadow-right"})):g.a.createElement("div",r()({className:m},u,x)),g.a.createElement("div",r()({className:h},o,{id:"el-"+a},b),e)}}]),a}(n.a.getService("api").elementComponent);(0,n.a.getService("cook").add)(s("./separator/settings.json"),(function(e){e.add(y)}),{css:s("./node_modules/raw-loader/index.js!./separator/styles.css"),editorCss:s("./node_modules/raw-loader/index.js!./separator/editor.css"),mixins:{basicColor:{mixin:s("./node_modules/raw-loader/index.js!./separator/cssMixins/basicColor.pcss")},separatorWidth:{mixin:s("./node_modules/raw-loader/index.js!./separator/cssMixins/separatorWidth.pcss")},separatorThickness:{mixin:s("./node_modules/raw-loader/index.js!./separator/cssMixins/separatorThickness.pcss")}}},"")},"./separator/settings.json":function(e){e.exports=JSON.parse('{"groups":{"type":"string","access":"protected","value":"Separators"},"color":{"type":"color","access":"public","value":"#bfc0c1","options":{"label":"Separator color","cssMixin":{"mixin":"basicColor","property":"color","namePattern":"[\\\\da-f]+"}}},"alignment":{"type":"buttonGroup","access":"public","value":"center","options":{"label":"Alignment","values":[{"label":"Left","value":"left","icon":"vcv-ui-icon-attribute-alignment-left"},{"label":"Center","value":"center","icon":"vcv-ui-icon-attribute-alignment-center"},{"label":"Right","value":"right","icon":"vcv-ui-icon-attribute-alignment-right"}]}},"style":{"type":"dropdown","access":"public","value":"solid","options":{"label":"Style","values":[{"label":"Line","value":"solid"},{"label":"Dashed","value":"dashed"},{"label":"Dotted","value":"dotted"},{"label":"Double","value":"double"},{"label":"Shadow","value":"shadow"}]}},"thickness":{"type":"number","access":"public","value":"1","options":{"label":"Thickness","description":"Enter a separator thickness in pixels.","cssMixin":{"mixin":"separatorThickness","property":"thickness","namePattern":"[\\\\da-f]+"},"min":1}},"width":{"type":"range","access":"public","value":"60","options":{"label":"Separator width","description":"Enter a separator width in percentage (example: 60).","cssMixin":{"mixin":"separatorWidth","property":"width","namePattern":"[\\\\da-f]+"},"min":1,"max":100,"measurement":"%"}},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from the custom CSS option."}},"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options"}},"editFormTab1":{"type":"group","access":"protected","value":["color","alignment","style","thickness","width","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptions"]},"relatedTo":{"type":"group","access":"protected","value":["General"]},"assetsLibrary":{"access":"public","type":"string","value":["animate"]},"metaBackendLabels":{"type":"group","access":"protected","value":[{"value":["color"]}]},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply a unique ID to the element to link it directly by using #your_id (for element ID use lowercase input only)."}},"tag":{"access":"protected","type":"string","value":"separator"}}')}},[["./separator/index.js"]]]);
|
elements/separator/public/dist/vendor.bundle.js.LICENSE.txt
CHANGED
@@ -17,6 +17,8 @@ object-assign
|
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
Â
|
|
Â
|
|
20 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
Â
|
22 |
Â
/** @license React v0.19.1
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
20 |
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
+
|
22 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
23 |
Â
|
24 |
Â
/** @license React v0.19.1
|
elements/shortcode/public/dist/element.bundle.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./shortcode/editor.css":function(e,t){e.exports=".vce-shortcode {\n min-height: 1em;\n}\n"},"./shortcode/index.js":function(e,t,s){"use strict";s.r(t);var o=s("./node_modules/vc-cake/index.js"),n=s.n(o),r=s("./node_modules/@babel/runtime/helpers/extends.js"),c=s.n(r),a=s("./node_modules/@babel/runtime/helpers/classCallCheck.js"),i=s.n(a),
|
1 |
+
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./shortcode/editor.css":function(e,t){e.exports=".vce-shortcode {\n min-height: 1em;\n}\n"},"./shortcode/index.js":function(e,t,s){"use strict";s.r(t);var o=s("./node_modules/vc-cake/index.js"),n=s.n(o),r=s("./node_modules/@babel/runtime/helpers/extends.js"),c=s.n(r),a=s("./node_modules/@babel/runtime/helpers/classCallCheck.js"),i=s.n(a),l=s("./node_modules/@babel/runtime/helpers/createClass.js"),d=s.n(l),u=s("./node_modules/@babel/runtime/helpers/get.js"),p=s.n(u),h=s("./node_modules/@babel/runtime/helpers/inherits.js"),m=s.n(h),v=s("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),f=s.n(v),y=s("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),b=s.n(y),g=s("./node_modules/react/index.js"),j=s.n(g),x=s("./node_modules/lodash/lodash.js"),C=s.n(x);function _(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var s,o=b()(e);if(t){var n=b()(this).constructor;s=Reflect.construct(o,arguments,n)}else s=o.apply(this,arguments);return f()(this,s)}}var S=function(e){m()(s,e);var t=_(s);function s(e){var o;return i()(this,s),(o=t.call(this,e)).delayedShortcodeUpdate=C.a.debounce(o.updateShortcodeElement,500),o}return d()(s,[{key:"componentDidMount",value:function(){p()(b()(s.prototype),"updateShortcodeToHtml",this).call(this,this.props.atts.shortcode,this.refs.vcvhelper)}},{key:"updateShortcodeElement",value:function(){p()(b()(s.prototype),"updateShortcodeToHtml",this).call(this,this.props.atts.shortcode,this.refs.vcvhelper)}},{key:"componentDidUpdate",value:function(e){this.props.atts.shortcode!==e.atts.shortcode&&this.delayedShortcodeUpdate()}},{key:"render",value:function(){var e=this.props,t=e.id,s=e.atts,o=e.editor,n=s.shortcode,r=s.customClass,a=s.metaCustomId,i="vce-shortcode",l={};"string"==typeof r&&r&&(i=i.concat(" "+r)),a&&(l.id=a);var d=this.applyDO("all");return j.a.createElement("div",c()({className:i},o,l),j.a.createElement("div",c()({className:"vce-shortcode-wrapper vce",id:"el-"+t},d),j.a.createElement("div",{className:"vcvhelper",ref:"vcvhelper","data-vcvs-html":n})))}}]),s}(n.a.getService("api").elementComponent);(0,n.a.getService("cook").add)(s("./shortcode/settings.json"),(function(e){e.add(S)}),{css:!1,editorCss:s("./node_modules/raw-loader/index.js!./shortcode/editor.css")},"")},"./shortcode/settings.json":function(e){e.exports=JSON.parse('{"shortcode":{"type":"string","access":"public","value":"Insert [shortcode] of any WordPress plugin installed on your website."},"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options"}},"editFormTab1":{"type":"group","access":"protected","value":["shortcode","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptions"]},"relatedTo":{"type":"group","access":"protected","value":["General"]},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from the custom CSS option."}},"assetsLibrary":{"access":"public","type":"string","value":["animate"]},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply a unique ID to the element to link it directly by using #your_id (for element ID use lowercase input only)."}},"tag":{"access":"protected","type":"string","value":"shortcode"}}')}},[["./shortcode/index.js"]]]);
|
elements/shortcode/public/dist/vendor.bundle.js.LICENSE.txt
CHANGED
@@ -17,6 +17,8 @@ object-assign
|
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
Â
|
|
Â
|
|
20 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
Â
|
22 |
Â
/** @license React v0.19.1
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
20 |
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
+
|
22 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
23 |
Â
|
24 |
Â
/** @license React v0.19.1
|
elements/singleImage/public/dist/element.bundle.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./singleImage/editor.css":function(e,t){e.exports=".vce-single-image-container {\n min-height: 1em;\n}\n"},"./node_modules/raw-loader/index.js!./singleImage/styles.css":function(e,t){e.exports='a.vce-single-image-inner {\n color: transparent;\n border-bottom: 0;\n text-decoration: none;\n box-shadow: none;\n}\n\na.vce-single-image-inner:hover,\na.vce-single-image-inner:focus {\n text-decoration: none;\n box-shadow: none;\n border-bottom: 0;\n}\n\n.vce-single-image-inner {\n display: inline-block;\n vertical-align: top;\n line-height: 1;\n max-width: 100%;\n position: relative;\n}\n\n.vce-single-image-wrapper {\n display: inline-block;\n max-width: 100%;\n overflow: hidden;\n vertical-align: top;\n}\n\n.vce-single-image-wrapper img {\n vertical-align: top;\n max-width: 100%;\n}\n\n.vce-single-image--border-rounded {\n border-radius: 5px;\n overflow: hidden;\n}\n\n.vce-single-image--border-round {\n border-radius: 50%;\n overflow: hidden;\n}\n\n.vce-single-image--align-center {\n text-align: center;\n}\n\n.vce-single-image--align-right {\n text-align: right;\n}\n\n.vce-single-image--align-left {\n text-align: left;\n}\n\n.vce-single-image-wrapper figure {\n margin: 0;\n}\n\n.vce-single-image-wrapper figcaption {\n font-style: italic;\n margin-top: 10px;\n}\n\n.vce-single-image-wrapper figcaption[hidden] {\n display: none;\n}\n\n.vce-single-image-inner.vce-single-image--absolute .vce-single-image:not([data-dynamic-natural-size="true"]) {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n object-fit: cover;\n height: 100%;\n}\n\n.vce-single-image-container .vce-single-image-inner .vce-single-image {\n box-shadow: none;\n}\n'},"./singleImage/index.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/vc-cake/index.js"),n=a.n(i),s=a("./node_modules/@babel/runtime/helpers/extends.js"),l=a.n(s),r=a("./node_modules/@babel/runtime/helpers/typeof.js"),o=a.n(r),c=a("./node_modules/@babel/runtime/helpers/classCallCheck.js"),g=a.n(c),u=a("./node_modules/@babel/runtime/helpers/createClass.js"),p=a.n(u),d=a("./node_modules/@babel/runtime/helpers/assertThisInitialized.js"),m=a.n(d),h=a("./node_modules/@babel/runtime/helpers/inherits.js"),v=a.n(h),b=a("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),f=a.n(b),w=a("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),y=a.n(w),I=a("./node_modules/@babel/runtime/helpers/defineProperty.js"),x=a.n(I),S=a("./node_modules/react/index.js"),k=a.n(S);function z(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=y()(e);if(t){var n=y()(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return f()(this,a)}}var E=Object(i.getService)("api"),j=Object(i.getService)("renderProcessor"),C=Object(i.getService)("utils"),O=C.getBlockRegexp,_=C.parseDynamicBlock,L=O(),R=function(e){v()(a,e);var t=z(a);function a(e){var i;return g()(this,a),i=t.call(this,e),x()(m()(i),"promise",null),i.state={imgElement:null,parsedWidth:null,parsedHeight:null,naturalWidth:null,naturalHeight:null},i.setImage=i.setImage.bind(m()(i)),i.setImageState=i.setImageState.bind(m()(i)),i.setError=i.setError.bind(m()(i)),i}return p()(a,[{key:"componentDidMount",value:function(){var e=this;this.promise=new window.Promise((function(t,a){e.resolve=t,e.setImage(e.props)})),j.add(this.promise)}},{key:"componentWillUnmount",value:function(){this.resolve&&this.resolve(!0),a.image&&a.image.removeEventListener("load",this.setImageState),a.image&&a.image.removeEventListener("error",this.setError)}},{key:"componentDidUpdate",value:function(e,t){e.atts.image!==this.props.atts.image?this.setImage(this.props):(e.atts.size!==this.props.atts.size||e.atts.shape!==this.props.atts.shape)&&this.resetImageSizeState()}},{key:"parseSize",value:function(e,t,a,i){var n=!0;"string"==typeof e?e=e.replace(/\s/g,"").replace(/px/g,"").toLowerCase().split("x"):"object"===o()(e)&&(n=e.crop,e=[e.width,e.height]),a=parseInt(a),i=parseInt(i);var s=parseInt(e[0])<a,l=parseInt(e[1])<i;if(n)e[0]=parseInt(e[0])<a?parseInt(e[0]):a,e[1]=parseInt(e[1])<i?parseInt(e[1]):i;else{if(e[0]=s?parseInt(e[0]):a,e[1]=l?parseInt(e[1]):i,s&&!l){var r=e[0]/a;e[1]=parseInt(i*r)}if(l&&!s){var c=e[1]/i;e[0]=parseInt(a*c)}if(l&&s)if(i<a){var g=e[0]/a;e[1]=parseInt(i*g)}else{var u=e[1]/i;e[0]=parseInt(a*u)}}if(t){var p=e[0]>=e[1]?e[1]:e[0];e={width:p,height:p}}else e={width:e[0],height:e[1]};return e}},{key:"checkRelatedSize",value:function(e){var t=null;return window.vcvImageSizes&&window.vcvImageSizes[e]&&(t=window.vcvImageSizes[e]),t}},{key:"getSizes",value:function(e,t){var a=e.size,i=e.shape,n="";return{width:(n=(a=a.replace(/\s/g,"").replace(/px/g,"").toLowerCase()).match(/\d+(x)\d+/)?this.parseSize(a,"round"===i,t.width,t.height):(n=this.checkRelatedSize(a))?this.parseSize(n,"round"===i,t.width,t.height):this.parseSize({width:t.width,height:t.height},"round"===i,t.width,t.height)).width,height:n.height}}},{key:"setImage",value:function(e){var t=this.getImageUrl(e.atts.image);a.image&&a.image.removeEventListener("load",this.setImageState),a.image&&a.image.removeEventListener("error",this.setError),a.image=new window.Image,a.image.addEventListener("load",this.setImageState),a.image.addEventListener("error",this.setError),t?a.image.src=t:this.setError(),t||this.setState({imgElement:null,parsedWidth:null,parsedHeight:null,naturalWidth:null,naturalHeight:null})}},{key:"setImageState",value:function(e){var t=this,a=e.currentTarget,i=this.getSizes(this.props.atts,a);this.setState({imgElement:a,parsedWidth:i.width,parsedHeight:i.height,naturalWidth:a.width,naturalHeight:a.height},(function(){t.resolve&&t.resolve(!0)}))}},{key:"resetImageSizeState",value:function(){var e=this.getSizes(this.props.atts,this.state.imgElement);this.setState({parsedWidth:e.width,parsedHeight:e.height})}},{key:"setError",value:function(){this.resolve&&this.resolve(!1)}},{key:"getImageShortcode",value:function(e){var t=e.props,a=e.classes,i=e.isDefaultImage,n=e.src,s=e.isDynamicImage,l=e.naturalSizes,r='[vcvSingleImage class="'.concat(a,'" data-width="').concat(this.state.parsedWidth||0,'" data-height="').concat(this.state.parsedHeight||0,'" src="').concat(n,'" data-img-src="').concat(t["data-img-src"],'"'),o=t.alt,c=t.title;if(i&&(r+=' data-default-image="true"'),s){var g=_(this.props.rawAtts.image.full);r+=' data-dynamic="'.concat(g.blockAtts.value,'"');var u=new URL(g.blockAtts.currentValue),p=new URLSearchParams(u.search);p.get("alt")&&(o=p.get("alt")),p.get("title")&&(c=p.get("title")),l&&(r+=' data-dynamic-natural-size="true"')}return r+=' alt="'.concat(o,'" title="').concat(c,'" ]')}},{key:"render",value:function(){var e=this.props,t=e.id,a=e.atts,i=e.editor,n=a.shape,s=a.clickableOptions,r=a.showCaption,o=a.customClass,c=a.size,g=a.alignment,u=a.metaCustomId,p=a.image,d="vce-single-image-container",m="vce-single-image-inner vce-single-image--absolute",h={},v={},b={},f="div",w={},y=this.getImageUrl(p),I=this.props.rawAtts.image&&this.props.rawAtts.image.full,x=Array.isArray("string"==typeof I&&I.match(L));w["data-img-src"]=y,w.alt=p&&p.alt?p.alt:"",w.title=p&&p.title?p.title:"";var S=p&&p.caption?p.caption:"";if(x){var z=new URL(p.full),E=new URLSearchParams(z.search);w.alt=E.get("alt")?E.get("alt"):"",w.title=E.get("title")?E.get("title"):"",S=E.get("caption")?E.get("caption"):""}if("string"==typeof o&&o&&(d+=" "+o),"url"===s&&p&&p.link&&p.link.url){f="a";var j=p.link;h={href:j.url,title:j.title,target:j.targetBlank?"_blank":void 0,rel:j.relNofollow?"nofollow":void 0}}else"imageNewTab"===s?(f="a",h={href:y,target:"_blank"}):"lightbox"===s?(f="a",h={href:y,"data-lightbox":"lightbox-".concat(t)}):"zoom"===s?m+=" vce-single-image-zoom-container":"photoswipe"===s&&(f="a",h={href:y,"data-photoswipe-image":t,"data-photoswipe-index":0},b["data-photoswipe-item"]="photoswipe-".concat(t),r&&(h["data-photoswipe-caption"]=p.caption),v["data-photoswipe-gallery"]=t);g&&(d+=" vce-single-image--align-".concat(g)),"rounded"===n&&(m+=" vce-single-image--border-rounded"),"round"===n&&(m+=" vce-single-image--border-round"),u&&(v.id=u);var C=this.applyDO("all"),O=!S,_=k.a.createElement("figcaption",{hidden:O},S),R=p&&p.urls&&p.urls.length?p.urls[0]:p;R&&R.filter&&"normal"!==R.filter&&(m+=" vce-image-filter--".concat(R.filter));var W="",D=!1;x&&(1===this.state.naturalWidth&&1===this.state.naturalHeight||(!c||"full"===c)&&"round"!==n)&&(h["data-vce-delete-attr"]="style",D=!0);var N={props:w,classes:"vce-single-image",isDefaultImage:!(p&&p.id),src:y,isDynamicImage:x,naturalSizes:D};return y&&(W=k.a.createElement("img",l()({className:"".concat("vce-single-image"," vcvhelper"),src:y},w,{"data-vcvs-html":this.getImageShortcode(N)}))),c&&"full"!==c||"round"===n||x||(W=k.a.createElement("img",l()({className:"vce-single-image",src:y},w))),k.a.createElement("div",l()({className:d},i,v),k.a.createElement("div",l()({className:"vce vce-single-image-wrapper"},b,{id:"el-"+t},C),k.a.createElement("figure",null,k.a.createElement(f,l()({},h,{className:m,ref:"imageContainer",style:{paddingBottom:"".concat(this.state.parsedHeight/this.state.parsedWidth*100,"%"),width:this.state.parsedWidth}}),W),_)))}}]),a}(E.elementComponent);x()(R,"image",null),(0,n.a.getService("cook").add)(a("./singleImage/settings.json"),(function(e){e.add(R)}),{css:a("./node_modules/raw-loader/index.js!./singleImage/styles.css"),editorCss:a("./node_modules/raw-loader/index.js!./singleImage/editor.css")},"")},"./singleImage/settings.json":function(e){e.exports=JSON.parse('{"image":{"type":"attachimage","access":"public","value":"single-image.jpg","options":{"label":"Image","multiple":false,"dynamicField":true,"defaultValue":"single-image.jpg","onChange":{"rules":{"clickableOptions":{"rule":"value","options":{"value":"url"}}},"actions":[{"action":"attachImageUrls"}]},"url":false,"imageFilter":true}},"shape":{"type":"buttonGroup","access":"public","value":"square","options":{"label":"Shape","values":[{"label":"Square","value":"square","icon":"vcv-ui-icon-attribute-shape-square"},{"label":"Rounded","value":"rounded","icon":"vcv-ui-icon-attribute-shape-rounded"},{"label":"Round","value":"round","icon":"vcv-ui-icon-attribute-shape-round"}]}},"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options"}},"editFormTab1":{"type":"group","access":"protected","value":["clickableOptions","showCaption","image","shape","size","alignment","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptions"]},"relatedTo":{"type":"group","access":"protected","value":["General"]},"metaOrder":{"type":"number","access":"protected","value":4},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from Custom CSS option."}},"size":{"type":"string","access":"public","value":"large","options":{"label":"Size","description":"Enter image size (Example: \'thumbnail\', \'medium\', \'large\', \'full\' or other sizes defined by theme). Alternatively enter size in pixels (Example: 200x100 (Width x Height))."}},"clickableOptions":{"type":"dropdown","access":"public","value":"","options":{"label":"OnClick action","values":[{"label":"None","value":""},{"label":"Lightbox","value":"lightbox"},{"label":"PhotoSwipe","value":"photoswipe"},{"label":"Zoom","value":"zoom"},{"label":"Open Image in New Tab","value":"imageNewTab"},{"label":"Link selector","value":"url"}]}},"showCaption":{"type":"toggle","access":"public","value":false,"options":{"label":"Show image caption in gallery view","onChange":{"rules":{"clickableOptions":{"rule":"value","options":{"value":"photoswipe"}}},"actions":[{"action":"toggleVisibility"}]}}},"alignment":{"type":"buttonGroup","access":"public","value":"left","options":{"label":"Alignment","values":[{"label":"Left","value":"left","icon":"vcv-ui-icon-attribute-alignment-left"},{"label":"Center","value":"center","icon":"vcv-ui-icon-attribute-alignment-center"},{"label":"Right","value":"right","icon":"vcv-ui-icon-attribute-alignment-right"}]}},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply unique ID to element to link directly to it by using #your_id (for element ID use lowercase input only)."}},"tag":{"access":"protected","type":"string","value":"singleImage"},"metaPublicJs":{"access":"protected","type":"string","value":{"libraries":[{"rules":{"clickableOptions":{"rule":"value","options":{"value":"zoom"}}},"libPaths":["public/dist/singleImage.min.js"]}]}},"sharedAssetsLibrary":{"access":"protected","type":"string","value":{"libraries":[{"rules":{"clickableOptions":{"rule":"value","options":{"value":"lightbox"}}},"libsNames":["lightbox"]},{"rules":{"clickableOptions":{"rule":"value","options":{"value":"zoom"}}},"libsNames":["zoom"]},{"rules":{"clickableOptions":{"rule":"value","options":{"value":"photoswipe"}}},"libsNames":["photoswipe"]}]}}}')}},[["./singleImage/index.js"]]]);
|
1 |
+
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./singleImage/editor.css":function(e,t){e.exports=".vce-single-image-container {\n min-height: 1em;\n}\n"},"./node_modules/raw-loader/index.js!./singleImage/styles.css":function(e,t){e.exports='a.vce-single-image-inner {\n color: transparent;\n border-bottom: 0;\n text-decoration: none;\n box-shadow: none;\n}\n\na.vce-single-image-inner:hover,\na.vce-single-image-inner:focus {\n text-decoration: none;\n box-shadow: none;\n border-bottom: 0;\n}\n\n.vce-single-image-inner {\n display: inline-block;\n vertical-align: top;\n line-height: 1;\n max-width: 100%;\n position: relative;\n}\n\n.vce-single-image-wrapper {\n display: inline-block;\n max-width: 100%;\n overflow: hidden;\n vertical-align: top;\n}\n\n.vce-single-image-wrapper img {\n vertical-align: top;\n max-width: 100%;\n}\n\n.vce-single-image--border-rounded {\n border-radius: 5px;\n overflow: hidden;\n}\n\n.vce-single-image--border-round {\n border-radius: 50%;\n overflow: hidden;\n}\n\n.vce-single-image--align-center {\n text-align: center;\n}\n\n.vce-single-image--align-right {\n text-align: right;\n}\n\n.vce-single-image--align-left {\n text-align: left;\n}\n\n.vce-single-image-wrapper figure {\n margin: 0;\n}\n\n.vce-single-image-wrapper figcaption {\n font-style: italic;\n margin-top: 10px;\n}\n\n.vce-single-image-wrapper figcaption[hidden] {\n display: none;\n}\n\n.vce-single-image-inner.vce-single-image--absolute .vce-single-image:not([data-dynamic-natural-size="true"]) {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n object-fit: cover;\n height: 100%;\n}\n\n.vce-single-image-container .vce-single-image-inner .vce-single-image {\n box-shadow: none;\n}\n'},"./singleImage/index.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/vc-cake/index.js"),n=a.n(i),s=a("./node_modules/@babel/runtime/helpers/extends.js"),l=a.n(s),r=a("./node_modules/@babel/runtime/helpers/typeof.js"),o=a.n(r),c=a("./node_modules/@babel/runtime/helpers/classCallCheck.js"),g=a.n(c),u=a("./node_modules/@babel/runtime/helpers/createClass.js"),p=a.n(u),d=a("./node_modules/@babel/runtime/helpers/assertThisInitialized.js"),m=a.n(d),h=a("./node_modules/@babel/runtime/helpers/inherits.js"),v=a.n(h),b=a("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),f=a.n(b),w=a("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),y=a.n(w),I=a("./node_modules/@babel/runtime/helpers/defineProperty.js"),x=a.n(I),k=a("./node_modules/react/index.js"),S=a.n(k);function z(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=y()(e);if(t){var n=y()(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return f()(this,a)}}var E=Object(i.getService)("api"),j=Object(i.getService)("renderProcessor"),C=Object(i.getService)("utils"),O=C.getBlockRegexp,L=C.parseDynamicBlock,R=O(),_=function(e){v()(a,e);var t=z(a);function a(e){var i;return g()(this,a),i=t.call(this,e),x()(m()(i),"promise",null),i.state={imgElement:null,parsedWidth:null,parsedHeight:null,naturalWidth:null,naturalHeight:null},i.setImage=i.setImage.bind(m()(i)),i.setImageState=i.setImageState.bind(m()(i)),i.setError=i.setError.bind(m()(i)),i}return p()(a,[{key:"componentDidMount",value:function(){var e=this;this.promise=new window.Promise((function(t,a){e.resolve=t,e.setImage(e.props)})),j.add(this.promise)}},{key:"componentWillUnmount",value:function(){this.resolve&&this.resolve(!0),a.image&&a.image.removeEventListener("load",this.setImageState),a.image&&a.image.removeEventListener("error",this.setError)}},{key:"componentDidUpdate",value:function(e,t){e.atts.image!==this.props.atts.image?this.setImage(this.props):(e.atts.size!==this.props.atts.size||e.atts.shape!==this.props.atts.shape)&&this.resetImageSizeState()}},{key:"parseSize",value:function(e,t,a,i){var n=!0;"string"==typeof e?e=e.replace(/\s/g,"").replace(/px/g,"").toLowerCase().split("x"):"object"===o()(e)&&(n=e.crop,e=[e.width,e.height]),a=parseInt(a),i=parseInt(i);var s=parseInt(e[0])<a,l=parseInt(e[1])<i;if(n)e[0]=parseInt(e[0])<a?parseInt(e[0]):a,e[1]=parseInt(e[1])<i?parseInt(e[1]):i;else{if(e[0]=s?parseInt(e[0]):a,e[1]=l?parseInt(e[1]):i,s&&!l){var r=e[0]/a;e[1]=parseInt(i*r)}if(l&&!s){var c=e[1]/i;e[0]=parseInt(a*c)}if(l&&s)if(i<a){var g=e[0]/a;e[1]=parseInt(i*g)}else{var u=e[1]/i;e[0]=parseInt(a*u)}}if(t){var p=e[0]>=e[1]?e[1]:e[0];e={width:p,height:p}}else e={width:e[0],height:e[1]};return e}},{key:"checkRelatedSize",value:function(e){var t=null;return window.vcvImageSizes&&window.vcvImageSizes[e]&&(t=window.vcvImageSizes[e]),t}},{key:"getSizes",value:function(e,t){var a=e.size,i=e.shape,n="";return{width:(n=(a=a.replace(/\s/g,"").replace(/px/g,"").toLowerCase()).match(/\d+(x)\d+/)?this.parseSize(a,"round"===i,t.width,t.height):(n=this.checkRelatedSize(a))?this.parseSize(n,"round"===i,t.width,t.height):this.parseSize({width:t.width,height:t.height},"round"===i,t.width,t.height)).width,height:n.height}}},{key:"setImage",value:function(e){var t=this.getImageUrl(e.atts.image);a.image&&a.image.removeEventListener("load",this.setImageState),a.image&&a.image.removeEventListener("error",this.setError),a.image=new window.Image,a.image.addEventListener("load",this.setImageState),a.image.addEventListener("error",this.setError),t?a.image.src=t:this.setError(),t||this.setState({imgElement:null,parsedWidth:null,parsedHeight:null,naturalWidth:null,naturalHeight:null})}},{key:"setImageState",value:function(e){var t=this,a=e.currentTarget,i=this.getSizes(this.props.atts,a);this.setState({imgElement:a,parsedWidth:i.width,parsedHeight:i.height,naturalWidth:a.width,naturalHeight:a.height},(function(){t.resolve&&t.resolve(!0)}))}},{key:"resetImageSizeState",value:function(){var e=this.getSizes(this.props.atts,this.state.imgElement);this.setState({parsedWidth:e.width,parsedHeight:e.height})}},{key:"setError",value:function(){this.resolve&&this.resolve(!1)}},{key:"getImageShortcode",value:function(e){var t=e.props,a=e.classes,i=e.isDefaultImage,n=e.src,s=e.isDynamicImage,l=e.naturalSizes,r='[vcvSingleImage class="'.concat(a,'" data-width="').concat(this.state.parsedWidth||0,'" data-height="').concat(this.state.parsedHeight||0,'" src="').concat(n,'" data-img-src="').concat(t["data-img-src"],'"'),o=t.alt,c=t.title;if(i&&(r+=' data-default-image="true"'),s){var g=L(this.props.rawAtts.image.full);r+=' data-dynamic="'.concat(g.blockAtts.value,'"');try{var u=new URL(g.blockAtts.currentValue),p=new URLSearchParams(u.search);p.get("alt")&&(o=p.get("alt")),p.get("title")&&(c=p.get("title"))}catch(d){console.warn("URL is not valid, skipping",g,g.blockAtts.currentValue)}l&&(r+=' data-dynamic-natural-size="true"')}return r+=' alt="'.concat(o,'" title="').concat(c,'" ]')}},{key:"render",value:function(){var e=this.props,t=e.id,a=e.atts,i=e.editor,n=a.shape,s=a.clickableOptions,r=a.showCaption,o=a.customClass,c=a.size,g=a.alignment,u=a.metaCustomId,p=a.image,d="vce-single-image-container",m="vce-single-image-inner vce-single-image--absolute",h={},v={},b={},f="div",w={},y=this.getImageUrl(p),I=this.props.rawAtts.image&&this.props.rawAtts.image.full,x=Array.isArray("string"==typeof I&&I.match(R));w["data-img-src"]=y,w.alt=p&&p.alt?p.alt:"",w.title=p&&p.title?p.title:"";var k=p&&p.caption?p.caption:"";if(x)try{var z=new URL(p.full),E=new URLSearchParams(z.search);w.alt=E.get("alt")?E.get("alt"):"",w.title=E.get("title")?E.get("title"):"",k=E.get("caption")?E.get("caption"):""}catch(N){console.warn("URL is not valid, skipping",p,p.full)}if("string"==typeof o&&o&&(d+=" "+o),"url"===s&&p&&p.link&&p.link.url){f="a";var j=p.link;h={href:j.url,title:j.title,target:j.targetBlank?"_blank":void 0,rel:j.relNofollow?"nofollow":void 0}}else"imageNewTab"===s?(f="a",h={href:y,target:"_blank"}):"lightbox"===s?(f="a",h={href:y,"data-lightbox":"lightbox-".concat(t)}):"zoom"===s?m+=" vce-single-image-zoom-container":"photoswipe"===s&&(f="a",h={href:y,"data-photoswipe-image":t,"data-photoswipe-index":0},b["data-photoswipe-item"]="photoswipe-".concat(t),r&&(h["data-photoswipe-caption"]=p.caption),v["data-photoswipe-gallery"]=t);g&&(d+=" vce-single-image--align-".concat(g)),"rounded"===n&&(m+=" vce-single-image--border-rounded"),"round"===n&&(m+=" vce-single-image--border-round"),u&&(v.id=u);var C=this.applyDO("all"),O=!k,L=S.a.createElement("figcaption",{hidden:O},k),_=p&&p.urls&&p.urls.length?p.urls[0]:p;_&&_.filter&&"normal"!==_.filter&&(m+=" vce-image-filter--".concat(_.filter));var D="",W=!1;x&&(1===this.state.naturalWidth&&1===this.state.naturalHeight||(!c||"full"===c)&&"round"!==n)&&(h["data-vce-delete-attr"]="style",W=!0);var A={props:w,classes:"vce-single-image",isDefaultImage:!(p&&p.id),src:y,isDynamicImage:x,naturalSizes:W};return y&&(D=S.a.createElement("img",l()({className:"".concat("vce-single-image"," vcvhelper"),src:y},w,{"data-vcvs-html":this.getImageShortcode(A)}))),c&&"full"!==c||"round"===n||x||(D=S.a.createElement("img",l()({className:"vce-single-image",src:y},w))),S.a.createElement("div",l()({className:d},i,v),S.a.createElement("div",l()({className:"vce vce-single-image-wrapper"},b,{id:"el-"+t},C),S.a.createElement("figure",null,S.a.createElement(f,l()({},h,{className:m,ref:"imageContainer",style:{paddingBottom:"".concat(this.state.parsedHeight/this.state.parsedWidth*100,"%"),width:this.state.parsedWidth}}),D),L)))}}]),a}(E.elementComponent);x()(_,"image",null),(0,n.a.getService("cook").add)(a("./singleImage/settings.json"),(function(e){e.add(_)}),{css:a("./node_modules/raw-loader/index.js!./singleImage/styles.css"),editorCss:a("./node_modules/raw-loader/index.js!./singleImage/editor.css")},"")},"./singleImage/settings.json":function(e){e.exports=JSON.parse('{"image":{"type":"attachimage","access":"public","value":"single-image.jpg","options":{"label":"Image","multiple":false,"dynamicField":true,"defaultValue":"single-image.jpg","onChange":{"rules":{"clickableOptions":{"rule":"value","options":{"value":"url"}}},"actions":[{"action":"attachImageUrls"}]},"url":false,"imageFilter":true}},"shape":{"type":"buttonGroup","access":"public","value":"square","options":{"label":"Shape","values":[{"label":"Square","value":"square","icon":"vcv-ui-icon-attribute-shape-square"},{"label":"Rounded","value":"rounded","icon":"vcv-ui-icon-attribute-shape-rounded"},{"label":"Round","value":"round","icon":"vcv-ui-icon-attribute-shape-round"}]}},"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options"}},"editFormTab1":{"type":"group","access":"protected","value":["clickableOptions","showCaption","image","shape","size","alignment","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptions"]},"relatedTo":{"type":"group","access":"protected","value":["General"]},"metaOrder":{"type":"number","access":"protected","value":4},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from the custom CSS option."}},"size":{"type":"string","access":"public","value":"large","options":{"label":"Size","description":"Enter image size (example: \\"thumbnail\\", \\"medium\\", \\"large\\", \\"full\\" or other size defined by a theme). Alternatively, enter a size in pixels (example: 200x100 (width x height))."}},"clickableOptions":{"type":"dropdown","access":"public","value":"","options":{"label":"OnClick action","values":[{"label":"None","value":""},{"label":"Lightbox","value":"lightbox"},{"label":"PhotoSwipe","value":"photoswipe"},{"label":"Zoom","value":"zoom"},{"label":"Open the image in a new tab","value":"imageNewTab"},{"label":"Link selector","value":"url"}]}},"showCaption":{"type":"toggle","access":"public","value":false,"options":{"label":"Show the image caption in gallery view","onChange":{"rules":{"clickableOptions":{"rule":"value","options":{"value":"photoswipe"}}},"actions":[{"action":"toggleVisibility"}]}}},"alignment":{"type":"buttonGroup","access":"public","value":"left","options":{"label":"Alignment","values":[{"label":"Left","value":"left","icon":"vcv-ui-icon-attribute-alignment-left"},{"label":"Center","value":"center","icon":"vcv-ui-icon-attribute-alignment-center"},{"label":"Right","value":"right","icon":"vcv-ui-icon-attribute-alignment-right"}]}},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply a unique ID to the element to link it directly by using #your_id (for element ID use lowercase input only)."}},"tag":{"access":"protected","type":"string","value":"singleImage"},"metaPublicJs":{"access":"protected","type":"string","value":{"libraries":[{"rules":{"clickableOptions":{"rule":"value","options":{"value":"zoom"}}},"libPaths":["public/dist/singleImage.min.js"]}]}},"sharedAssetsLibrary":{"access":"protected","type":"string","value":{"libraries":[{"rules":{"clickableOptions":{"rule":"value","options":{"value":"lightbox"}}},"libsNames":["lightbox"]},{"rules":{"clickableOptions":{"rule":"value","options":{"value":"zoom"}}},"libsNames":["zoom"]},{"rules":{"clickableOptions":{"rule":"value","options":{"value":"photoswipe"}}},"libsNames":["photoswipe"]}]}}}')}},[["./singleImage/index.js"]]]);
|
elements/singleImage/public/dist/vendor.bundle.js.LICENSE.txt
CHANGED
@@ -17,6 +17,8 @@ object-assign
|
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
Â
|
|
Â
|
|
20 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
Â
|
22 |
Â
/** @license React v0.19.1
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
20 |
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
+
|
22 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
23 |
Â
|
24 |
Â
/** @license React v0.19.1
|
elements/textBlock/public/dist/element.bundle.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./textBlock/editor.css":function(e,t){e.exports=".vce-text-block {\n min-height: 1em;\n}\n"},"./textBlock/index.js":function(e,t,s){"use strict";s.r(t);var n=s("./node_modules/vc-cake/index.js"),a=s.n(n),o=s("./node_modules/@babel/runtime/helpers/extends.js"),i=s.n(o),r=s("./node_modules/@babel/runtime/helpers/classCallCheck.js"),l=s.n(r),c=s("./node_modules/@babel/runtime/helpers/createClass.js"),u=s.n(c),p=s("./node_modules/@babel/runtime/helpers/assertThisInitialized.js"),d=s.n(p),m=s("./node_modules/@babel/runtime/helpers/inherits.js"),
|
1 |
+
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./textBlock/editor.css":function(e,t){e.exports=".vce-text-block {\n min-height: 1em;\n}\n"},"./textBlock/index.js":function(e,t,s){"use strict";s.r(t);var n=s("./node_modules/vc-cake/index.js"),a=s.n(n),o=s("./node_modules/@babel/runtime/helpers/extends.js"),i=s.n(o),r=s("./node_modules/@babel/runtime/helpers/classCallCheck.js"),l=s.n(r),c=s("./node_modules/@babel/runtime/helpers/createClass.js"),u=s.n(c),p=s("./node_modules/@babel/runtime/helpers/assertThisInitialized.js"),d=s.n(p),m=s("./node_modules/@babel/runtime/helpers/inherits.js"),h=s.n(m),b=s("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),g=s.n(b),v=s("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),y=s.n(v),f=s("./node_modules/react/index.js"),k=s.n(f);function x(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var s,n=y()(e);if(t){var a=y()(this).constructor;s=Reflect.construct(n,arguments,a)}else s=n.apply(this,arguments);return g()(this,s)}}var C=function(e){h()(s,e);var t=x(s);function s(e){var n;return l()(this,s),(n=t.call(this,e)).updateElementAssets=n.updateElementAssets.bind(d()(n)),n}return u()(s,[{key:"updateElementAssets",value:function(e,t,s){this.updateElementAssetsWithExclusion(this.props.id,s,["output","customClass","metaCustomId"])}},{key:"render",value:function(){var e=this.props,t=e.id,s=e.atts,n=e.editor,a=s.output,o=s.customClass,r=s.metaCustomId,l="vce-text-block",c={};"string"==typeof o&&o&&(l=l.concat(" "+o)),r&&(c.id=r);var u=this.applyDO("all");return k.a.createElement("div",i()({className:l},n,c),k.a.createElement("div",i()({className:"vce-text-block-wrapper vce",id:"el-"+t},u),a))}}]),s}(a.a.getService("api").elementComponent);(0,a.a.getService("cook").add)(s("./textBlock/settings.json"),(function(e){e.add(C)}),{css:!1,editorCss:s("./node_modules/raw-loader/index.js!./textBlock/editor.css")},"")},"./textBlock/settings.json":function(e){e.exports=JSON.parse('{"output":{"type":"htmleditor","access":"public","value":"<h2>Typography is the art and technique</h2>\\n<p>Typography is the art and technique of arranging type to make written language legible, readable and appealing when displayed. The arrangement of type involves selecting typefaces, point size, line length, line-spacing (leading), letter-spacing (tracking), and adjusting the space within letters pairs (kerning).</p>","options":{"label":"Content","description":"Content for the text block.","inline":true,"skinToggle":"darkTextSkin","dynamicField":true}},"darkTextSkin":{"type":"toggleSmall","access":"public","value":false},"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options"}},"editFormTab1":{"type":"group","access":"protected","value":["output","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptions"]},"metaBackendLabels":{"type":"group","access":"protected","value":[{"value":["output"]}]},"relatedTo":{"type":"group","access":"protected","value":["General"]},"metaOrder":{"type":"number","access":"protected","value":3},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from the custom CSS option."}},"assetsLibrary":{"access":"public","type":"string","value":["animate"]},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply a unique ID to the element to link it directly by using #your_id (for element ID use lowercase input only)."}},"tag":{"access":"protected","type":"string","value":"textBlock"}}')}},[["./textBlock/index.js"]]]);
|
elements/textBlock/public/dist/vendor.bundle.js.LICENSE.txt
CHANGED
@@ -17,6 +17,8 @@ object-assign
|
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
Â
|
|
Â
|
|
20 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
Â
|
22 |
Â
/** @license React v0.19.1
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
20 |
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
+
|
22 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
23 |
Â
|
24 |
Â
/** @license React v0.19.1
|
elements/vimeoPlayer/public/dist/element.bundle.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./vimeoPlayer/editor.css":function(e,t){e.exports='[data-vcv-element-disabled="true"] .vce-vim-video-player-inner::after {\n content: "";\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 999;\n}\n\n.vce-vim-video-player {\n min-height: 1em;\n}\n'},"./node_modules/raw-loader/index.js!./vimeoPlayer/styles.css":function(e,t){e.exports='/* ----------------------------------------------\n * Vimeo Video Player\n * ---------------------------------------------- */\n.vce-vim-video-player-wrapper {\n display: inline-block;\n max-width: 100%;\n vertical-align: top;\n overflow: hidden;\n}\n.vce-vim-video-player-inner {\n position: relative;\n}\n.vce-vim-video-player-inner::before {\n content: \'\';\n width: 100%;\n display: block;\n padding-top: 56%;\n}\n[data-vcv-element-disabled="true"] .vce-vim-video-player-inner::after {\n content: "";\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 999;\n}\n.vce-vim-video-player-iframe {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n margin: 0;\n}\n.vce-vim-video-player--align-center {\n text-align: center;\n}\n.vce-vim-video-player--align-right {\n text-align: right;\n}\n.vce-vim-video-player--align-left {\n text-align: left;\n}\n'},"./vimeoPlayer/index.js":function(e,t,a){"use strict";a.r(t);var o=a("./node_modules/vc-cake/index.js"),n=a.n(o),i=a("./node_modules/@babel/runtime/helpers/extends.js"),l=a.n(i),s=a("./node_modules/@babel/runtime/helpers/classCallCheck.js"),c=a.n(s),r=a("./node_modules/@babel/runtime/helpers/createClass.js"),d=a.n(r),u=a("./node_modules/@babel/runtime/helpers/inherits.js"),p=a.n(u),v=a("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),m=a.n(v),y=a("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),g=a.n(y),b=a("./node_modules/react/index.js"),h=a.n(b);function f(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,o=g()(e);if(t){var n=g()(this).constructor;a=Reflect.construct(o,arguments,n)}else a=o.apply(this,arguments);return m()(this,a)}}var x=function(e){p()(a,e);var t=f(a);function a(){return c()(this,a),t.apply(this,arguments)}return d()(a,[{key:"validUnits",value:function(e){switch(e){case"px":case"em":case"rem":case"%":case"vw":case"vh":return e;default:return"px"}}},{key:"render",value:function(){var e,t,a,o=this.props,i=o.id,s=o.atts,c=o.editor,r=s.customClass,d=s.videoPlayer,u=s.alignment,p=s.size,v=s.customSize,m=s.advanced,y=s.metaCustomId,g="vce-vim-video-player",b=m&&s.autopause?1:0,f=m&&s.autoplay?1:0,x=m&&s.loop?1:0,w=m?s.color.slice(1):"00adef",C=/https?:\/\/(?:www\.)?vimeo.com\/(?:channels\/(?:\w+\/)?|groups\/([^/]*)\/videos\/|album\/(\d+)\/video\/|)(\d+)(?:$|\/|\?)/,P={};if("string"==typeof r&&r&&(g=g.concat(" ".concat(r))),u&&(g+=" vce-vim-video-player--align-".concat(u)),p)if(g+=" vce-vim-video-player--size-".concat(p),"custom"===p)if(/^[0-9.]+$/.test(v))t="".concat(parseFloat(v),"px");else if(parseFloat(v)){var j=v.slice(parseFloat(v).toString().length);t="".concat(parseFloat(v)).concat(this.validUnits(j))}else t="560px";else t="".concat(p.slice(0,p.indexOf("x")),"px");d.match(C)&&(a=d.match(C)[3]);y&&(P.id=y),e="//player.vimeo.com/video/".concat(a,"?autopause=").concat(b,"&autoplay=").concat(f,"&muted=").concat(f,"&color=").concat(w,"&loop=").concat(x);var k="<iframe class='vce-vim-video-player-iframe' src='".concat(e,"' frameBorder='0' allowFullScreen='true' />");"backend"===n.a.env("editor")&&(e="//player.vimeo.com/video/".concat(a,"?autopause=").concat(b,"&autoplay=false&color=").concat(w,"&loop=").concat(x));var S=this.applyDO("all");return h.a.createElement("div",l()({className:g},P,c,{"data-vcv-element-disabled":!0}),h.a.createElement("div",l()({className:"vce vce-vim-video-player-wrapper",id:"el-"+i,style:{width:t}},S),h.a.createElement("div",{className:"vce-vim-video-player-inner"},h.a.createElement("div",{className:"vcvhelper","data-vcvs-html":k},h.a.createElement("iframe",{className:"vce-vim-video-player-iframe",src:e,frameBorder:"0",allowFullScreen:!0})))))}}]),a}(n.a.getService("api").elementComponent);(0,n.a.getService("cook").add)(a("./vimeoPlayer/settings.json"),(function(e){e.add(x)}),{css:a("./node_modules/raw-loader/index.js!./vimeoPlayer/styles.css"),editorCss:a("./node_modules/raw-loader/index.js!./vimeoPlayer/editor.css")},"")},"./vimeoPlayer/settings.json":function(e){e.exports=JSON.parse('{"videoPlayer":{"type":"string","access":"public","value":"https://vimeo.com/channels/staffpicks/181907337","options":{"label":"Vimeo video link","description":"Enter link to Vimeo video.","link":true}},"alignment":{"type":"buttonGroup","access":"public","value":"left","options":{"label":"Alignment","values":[{"label":"Left","value":"left","icon":"vcv-ui-icon-attribute-alignment-left"},{"label":"Center","value":"center","icon":"vcv-ui-icon-attribute-alignment-center"},{"label":"Right","value":"right","icon":"vcv-ui-icon-attribute-alignment-right"}]}},"size":{"type":"dropdown","access":"public","value":"560x315","options":{"label":"Size","values":[{"label":"560x315","value":"560x315"},{"label":"1280x720","value":"1280x720"},{"label":"853x480","value":"853x480"},{"label":"640x360","value":"640x360"},{"label":"Custom size","value":"custom"}]}},"customSize":{"type":"string","access":"public","value":"","options":{"label":"Custom width","description":"Enter custom width and the height will be automatically calculated for 16:9 aspect ratio.","onChange":{"rules":{"size":{"rule":"value","options":{"value":"custom"}}},"actions":[{"action":"toggleVisibility"}]}}},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from
|
1 |
+
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./vimeoPlayer/editor.css":function(e,t){e.exports='[data-vcv-element-disabled="true"] .vce-vim-video-player-inner::after {\n content: "";\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 999;\n}\n\n.vce-vim-video-player {\n min-height: 1em;\n}\n'},"./node_modules/raw-loader/index.js!./vimeoPlayer/styles.css":function(e,t){e.exports='/* ----------------------------------------------\n * Vimeo Video Player\n * ---------------------------------------------- */\n.vce-vim-video-player-wrapper {\n display: inline-block;\n max-width: 100%;\n vertical-align: top;\n overflow: hidden;\n}\n.vce-vim-video-player-inner {\n position: relative;\n}\n.vce-vim-video-player-inner::before {\n content: \'\';\n width: 100%;\n display: block;\n padding-top: 56%;\n}\n[data-vcv-element-disabled="true"] .vce-vim-video-player-inner::after {\n content: "";\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 999;\n}\n.vce-vim-video-player-iframe {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n margin: 0;\n}\n.vce-vim-video-player--align-center {\n text-align: center;\n}\n.vce-vim-video-player--align-right {\n text-align: right;\n}\n.vce-vim-video-player--align-left {\n text-align: left;\n}\n'},"./vimeoPlayer/index.js":function(e,t,a){"use strict";a.r(t);var o=a("./node_modules/vc-cake/index.js"),n=a.n(o),i=a("./node_modules/@babel/runtime/helpers/extends.js"),l=a.n(i),s=a("./node_modules/@babel/runtime/helpers/classCallCheck.js"),c=a.n(s),r=a("./node_modules/@babel/runtime/helpers/createClass.js"),d=a.n(r),u=a("./node_modules/@babel/runtime/helpers/inherits.js"),p=a.n(u),v=a("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),m=a.n(v),y=a("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),g=a.n(y),b=a("./node_modules/react/index.js"),h=a.n(b);function f(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,o=g()(e);if(t){var n=g()(this).constructor;a=Reflect.construct(o,arguments,n)}else a=o.apply(this,arguments);return m()(this,a)}}var x=function(e){p()(a,e);var t=f(a);function a(){return c()(this,a),t.apply(this,arguments)}return d()(a,[{key:"validUnits",value:function(e){switch(e){case"px":case"em":case"rem":case"%":case"vw":case"vh":return e;default:return"px"}}},{key:"render",value:function(){var e,t,a,o=this.props,i=o.id,s=o.atts,c=o.editor,r=s.customClass,d=s.videoPlayer,u=s.alignment,p=s.size,v=s.customSize,m=s.advanced,y=s.metaCustomId,g="vce-vim-video-player",b=m&&s.autopause?1:0,f=m&&s.autoplay?1:0,x=m&&s.loop?1:0,w=m?s.color.slice(1):"00adef",C=/https?:\/\/(?:www\.)?vimeo.com\/(?:channels\/(?:\w+\/)?|groups\/([^/]*)\/videos\/|album\/(\d+)\/video\/|)(\d+)(?:$|\/|\?)/,P={};if("string"==typeof r&&r&&(g=g.concat(" ".concat(r))),u&&(g+=" vce-vim-video-player--align-".concat(u)),p)if(g+=" vce-vim-video-player--size-".concat(p),"custom"===p)if(/^[0-9.]+$/.test(v))t="".concat(parseFloat(v),"px");else if(parseFloat(v)){var j=v.slice(parseFloat(v).toString().length);t="".concat(parseFloat(v)).concat(this.validUnits(j))}else t="560px";else t="".concat(p.slice(0,p.indexOf("x")),"px");d.match(C)&&(a=d.match(C)[3]);y&&(P.id=y),e="//player.vimeo.com/video/".concat(a,"?autopause=").concat(b,"&autoplay=").concat(f,"&muted=").concat(f,"&color=").concat(w,"&loop=").concat(x);var k="<iframe class='vce-vim-video-player-iframe' src='".concat(e,"' frameBorder='0' allowFullScreen='true' />");"backend"===n.a.env("editor")&&(e="//player.vimeo.com/video/".concat(a,"?autopause=").concat(b,"&autoplay=false&color=").concat(w,"&loop=").concat(x));var S=this.applyDO("all");return h.a.createElement("div",l()({className:g},P,c,{"data-vcv-element-disabled":!0}),h.a.createElement("div",l()({className:"vce vce-vim-video-player-wrapper",id:"el-"+i,style:{width:t}},S),h.a.createElement("div",{className:"vce-vim-video-player-inner"},h.a.createElement("div",{className:"vcvhelper","data-vcvs-html":k},h.a.createElement("iframe",{className:"vce-vim-video-player-iframe",src:e,frameBorder:"0",allowFullScreen:!0})))))}}]),a}(n.a.getService("api").elementComponent);(0,n.a.getService("cook").add)(a("./vimeoPlayer/settings.json"),(function(e){e.add(x)}),{css:a("./node_modules/raw-loader/index.js!./vimeoPlayer/styles.css"),editorCss:a("./node_modules/raw-loader/index.js!./vimeoPlayer/editor.css")},"")},"./vimeoPlayer/settings.json":function(e){e.exports=JSON.parse('{"videoPlayer":{"type":"string","access":"public","value":"https://vimeo.com/channels/staffpicks/181907337","options":{"label":"Vimeo video link","description":"Enter a link to the Vimeo video.","link":true}},"alignment":{"type":"buttonGroup","access":"public","value":"left","options":{"label":"Alignment","values":[{"label":"Left","value":"left","icon":"vcv-ui-icon-attribute-alignment-left"},{"label":"Center","value":"center","icon":"vcv-ui-icon-attribute-alignment-center"},{"label":"Right","value":"right","icon":"vcv-ui-icon-attribute-alignment-right"}]}},"size":{"type":"dropdown","access":"public","value":"560x315","options":{"label":"Size","values":[{"label":"560x315","value":"560x315"},{"label":"1280x720","value":"1280x720"},{"label":"853x480","value":"853x480"},{"label":"640x360","value":"640x360"},{"label":"Custom size","value":"custom"}]}},"customSize":{"type":"string","access":"public","value":"","options":{"label":"Custom width","description":"Enter custom width and the height will be automatically calculated for 16:9 aspect ratio.","onChange":{"rules":{"size":{"rule":"value","options":{"value":"custom"}}},"actions":[{"action":"toggleVisibility"}]}}},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from the custom CSS option."}},"advanced":{"type":"toggle","access":"public","value":false,"options":{"label":"Advanced options"}},"autopause":{"type":"toggle","access":"public","value":false,"options":{"label":"Autopause","description":"Enables or disables pausing this video when another video is played.","onChange":{"rules":{"advanced":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"autoplay":{"type":"toggle","access":"public","value":false,"options":{"label":"Autoplay","description":"Automatically start to play the video when the player loads. The sound will be muted until the users\' first interaction with the video.","onChange":{"rules":{"advanced":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"color":{"type":"color","access":"public","value":"#fff","options":{"label":"Controls color","format":"hex","disableAlpha":true,"showTransparent":false,"description":"Specify the color of the video controls.","onChange":{"rules":{"advanced":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"loop":{"type":"toggle","access":"public","value":false,"options":{"label":"Repeat video","description":"Play the video again when it reaches the end.","onChange":{"rules":{"advanced":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options"}},"editFormTab1":{"type":"group","access":"protected","value":["videoPlayer","size","customSize","alignment","advanced","autopause","autoplay","color","loop","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptions"]},"relatedTo":{"type":"group","access":"protected","value":["General"]},"metaBackendLabels":{"type":"group","access":"protected","value":[{"value":["videoPlayer"]}]},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply a unique ID to the element to link it directly by using #your_id (for element ID use lowercase input only)."}},"tag":{"access":"protected","type":"string","value":"vimeoPlayer"}}')}},[["./vimeoPlayer/index.js"]]]);
|
elements/vimeoPlayer/public/dist/vendor.bundle.js.LICENSE.txt
CHANGED
@@ -17,6 +17,8 @@ object-assign
|
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
Â
|
|
Â
|
|
20 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
Â
|
22 |
Â
/** @license React v0.19.1
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
20 |
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
+
|
22 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
23 |
Â
|
24 |
Â
/** @license React v0.19.1
|
elements/wpWidgetsCustom/public/dist/element.bundle.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./wpWidgetsCustom/editor.css":function(e,t){e.exports=".vce-widgets-container {\n min-height: 1em;\n}\n"},"./node_modules/raw-loader/index.js!./wpWidgetsCustom/styles.css":function(e,t){e.exports='.vce-widgets-wrapper {\n position: relative;\n min-height: 30px;\n}\n\n.vce-widgets-wrapper[data-vcv-element]::after {\n content: "";\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 999;\n}\n'},"./wpWidgetsCustom/index.js":function(e,t,o){"use strict";o.r(t);var s=o("./node_modules/vc-cake/index.js"),i=o("./node_modules/@babel/runtime/helpers/extends.js"),n=o.n(i),a=o("./node_modules/@babel/runtime/helpers/classCallCheck.js"),l=o.n(a),r=o("./node_modules/@babel/runtime/helpers/createClass.js"),c=o.n(r),d=o("./node_modules/@babel/runtime/helpers/get.js"),u=o.n(d),p=o("./node_modules/@babel/runtime/helpers/inherits.js"),
|
1 |
+
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./wpWidgetsCustom/editor.css":function(e,t){e.exports=".vce-widgets-container {\n min-height: 1em;\n}\n"},"./node_modules/raw-loader/index.js!./wpWidgetsCustom/styles.css":function(e,t){e.exports='.vce-widgets-wrapper {\n position: relative;\n min-height: 30px;\n}\n\n.vce-widgets-wrapper[data-vcv-element]::after {\n content: "";\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 999;\n}\n'},"./wpWidgetsCustom/index.js":function(e,t,o){"use strict";o.r(t);var s=o("./node_modules/vc-cake/index.js"),i=o("./node_modules/@babel/runtime/helpers/extends.js"),n=o.n(i),a=o("./node_modules/@babel/runtime/helpers/classCallCheck.js"),l=o.n(a),r=o("./node_modules/@babel/runtime/helpers/createClass.js"),c=o.n(r),d=o("./node_modules/@babel/runtime/helpers/get.js"),u=o.n(d),p=o("./node_modules/@babel/runtime/helpers/inherits.js"),g=o.n(p),m=o("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),h=o.n(m),v=o("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),f=o.n(v),b=o("./node_modules/react/index.js"),w=o.n(b);function y(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,s=f()(e);if(t){var i=f()(this).constructor;o=Reflect.construct(s,arguments,i)}else o=s.apply(this,arguments);return h()(this,o)}}var _=function(e){g()(o,e);var t=y(o);function o(){return l()(this,o),t.apply(this,arguments)}return c()(o,[{key:"componentDidMount",value:function(){u()(f()(o.prototype),"updateShortcodeToHtml",this).call(this,o.getShortcode(this.props.atts),this.refs.vcvhelper)}},{key:"componentDidUpdate",value:function(e){o.getShortcode(this.props.atts)!==o.getShortcode(e.atts)&&u()(f()(o.prototype),"updateShortcodeToHtml",this).call(this,o.getShortcode(this.props.atts),this.refs.vcvhelper)}},{key:"render",value:function(){var e=this.props,t=e.id,s=e.atts,i=e.editor,a=s.customClass,l=s.metaCustomId,r=["vce-widgets-container"],c={};a&&r.push(a),l&&(c.id=l);var d=this.applyDO("all");return w.a.createElement("div",n()({className:r.join(" ")},c,i),w.a.createElement("div",n()({className:"vce vce-widgets-wrapper",id:"el-"+t},d),w.a.createElement("div",{className:"vcvhelper",ref:"vcvhelper","data-vcvs-html":o.getShortcode(this.props.atts)})))}}],[{key:"getShortcode",value:function(e){var t={before_title:e.customWidgetHtml?e.atts_before_title:"",after_title:e.customWidgetHtml?e.atts_after_title:"",before_widget:e.customWidgetHtml?e.atts_before_widget:"",after_widget:e.customWidgetHtml?e.atts_after_widget:""},o=window.encodeURIComponent(e.widgetKey),s=window.encodeURIComponent(JSON.stringify(e.widget)),i=window.encodeURIComponent(JSON.stringify(t));return'[vcv_widgets tag="'.concat(e.tag,'" key="').concat(o,'" instance="').concat(s,'" args="').concat(i,'"]')}}]),o}(Object(s.getService)("api").elementComponent);(0,Object(s.getService)("cook").add)(o("./wpWidgetsCustom/settings.json"),(function(e){e.add(_)}),{css:o("./node_modules/raw-loader/index.js!./wpWidgetsCustom/styles.css"),editorCss:o("./node_modules/raw-loader/index.js!./wpWidgetsCustom/editor.css")})},"./wpWidgetsCustom/settings.json":function(e){e.exports=JSON.parse('{"tag":{"type":"string","access":"protected","value":"wpWidgetsCustom"},"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options"}},"widgetKey":{"type":"dropdown","access":"public","value":"","options":{"label":"Widget","values":[],"global":"vcvCustomWidgets"}},"customWidgetHtml":{"type":"toggle","access":"public","value":false,"options":{"label":"Enable custom widget HTML"}},"atts_before_title":{"type":"rawCode","access":"public","value":"","options":{"label":"Before \\"Title\\" HTML","height":"20vh","mode":"html","onChange":{"rules":{"customWidgetHtml":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"atts_after_title":{"type":"rawCode","access":"public","value":"","options":{"label":"After \\"Title\\" HTML","height":"20vh","mode":"html","onChange":{"rules":{"customWidgetHtml":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"atts_before_widget":{"type":"rawCode","access":"public","value":"","options":{"label":"Before \\"Widget\\" HTML","height":"20vh","mode":"html","onChange":{"rules":{"customWidgetHtml":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"atts_after_widget":{"type":"rawCode","access":"public","value":"","options":{"label":"After \\"Widget\\" HTML","height":"20vh","mode":"html","onChange":{"rules":{"customWidgetHtml":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"widget":{"type":"ajaxForm","access":"public","value":{"key":"","value":""},"options":{"label":"","action":"vcv:wpWidgets:form","onChange":{"rules":{"widgetKey":{"rule":"true"}},"actions":[{"action":"fieldMethod","options":{"method":"requestToServer"}}]}}},"editFormTab1":{"type":"group","access":"protected","value":["widgetKey","widget","customWidgetHtml","atts_before_title","atts_after_title","atts_before_widget","atts_after_widget","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptions"]},"relatedTo":{"type":"group","access":"protected","value":["General"]},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from the custom CSS option."}},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply a unique ID to the element to link it directly by using #your_id (for element ID use lowercase input only)."}}}')}},[["./wpWidgetsCustom/index.js"]]]);
|
elements/wpWidgetsCustom/public/dist/vendor.bundle.js.LICENSE.txt
CHANGED
@@ -17,6 +17,8 @@ object-assign
|
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
Â
|
|
Â
|
|
20 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
Â
|
22 |
Â
/** @license React v0.19.1
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
20 |
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
+
|
22 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
23 |
Â
|
24 |
Â
/** @license React v0.19.1
|
elements/wpWidgetsDefault/public/dist/element.bundle.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./wpWidgetsDefault/editor.css":function(e,t){e.exports=".vce-widgets-container {\n min-height: 1em;\n}\n"},"./node_modules/raw-loader/index.js!./wpWidgetsDefault/styles.css":function(e,t){e.exports='.vce-widgets-wrapper {\n position: relative;\n min-height: 30px;\n}\n\n.vce-widgets-wrapper[data-vcv-element]::after {\n content: "";\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 999;\n}\n'},"./wpWidgetsDefault/index.js":function(e,t,o){"use strict";o.r(t);var s=o("./node_modules/vc-cake/index.js"),i=o("./node_modules/@babel/runtime/helpers/extends.js"),n=o.n(i),a=o("./node_modules/@babel/runtime/helpers/classCallCheck.js"),l=o.n(a),r=o("./node_modules/@babel/runtime/helpers/createClass.js"),c=o.n(r),d=o("./node_modules/@babel/runtime/helpers/get.js"),u=o.n(d),p=o("./node_modules/@babel/runtime/helpers/inherits.js"),g=o.n(p),m=o("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),h=o.n(m),f=o("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),v=o.n(f),b=o("./node_modules/react/index.js"),w=o.n(b);function y(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,s=v()(e);if(t){var i=v()(this).constructor;o=Reflect.construct(s,arguments,i)}else o=s.apply(this,arguments);return h()(this,o)}}var _=function(e){g()(o,e);var t=y(o);function o(){return l()(this,o),t.apply(this,arguments)}return c()(o,[{key:"componentDidMount",value:function(){u()(v()(o.prototype),"updateShortcodeToHtml",this).call(this,o.getShortcode(this.props.atts),this.refs.vcvhelper)}},{key:"componentDidUpdate",value:function(e){o.getShortcode(this.props.atts)!==o.getShortcode(e.atts)&&u()(v()(o.prototype),"updateShortcodeToHtml",this).call(this,o.getShortcode(this.props.atts),this.refs.vcvhelper)}},{key:"render",value:function(){var e=this.props,t=e.id,s=e.atts,i=e.editor,a=s.customClass,l=s.metaCustomId,r=["vce-widgets-container"],c={};a&&r.push(a),l&&(c.id=l);var d=this.applyDO("all");return w.a.createElement("div",n()({className:r.join(" ")},c,i),w.a.createElement("div",n()({className:"vce vce-widgets-wrapper",id:"el-"+t},d),w.a.createElement("div",{className:"vcvhelper",ref:"vcvhelper","data-vcvs-html":o.getShortcode(this.props.atts)})))}}],[{key:"getShortcode",value:function(e){var t={before_title:e.customWidgetHtml?e.atts_before_title:"",after_title:e.customWidgetHtml?e.atts_after_title:"",before_widget:e.customWidgetHtml?e.atts_before_widget:"",after_widget:e.customWidgetHtml?e.atts_after_widget:""},o=window.encodeURIComponent(e.widgetKey),s=window.encodeURIComponent(JSON.stringify(e.widget)),i=window.encodeURIComponent(JSON.stringify(t));return'[vcv_widgets tag="'.concat(e.tag,'" key="').concat(o,'" instance="').concat(s,'" args="').concat(i,'"]')}}]),o}(Object(s.getService)("api").elementComponent);(0,Object(s.getService)("cook").add)(o("./wpWidgetsDefault/settings.json"),(function(e){e.add(_)}),{css:o("./node_modules/raw-loader/index.js!./wpWidgetsDefault/styles.css"),editorCss:o("./node_modules/raw-loader/index.js!./wpWidgetsDefault/editor.css")})},"./wpWidgetsDefault/settings.json":function(e){e.exports=JSON.parse('{"tag":{"type":"string","access":"protected","value":"wpWidgetsDefault"},"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options"}},"widgetKey":{"type":"dropdown","access":"public","value":"","options":{"label":"Widget","values":[],"global":"vcvDefaultWidgets"}},"customWidgetHtml":{"type":"toggle","access":"public","value":false,"options":{"label":"Enable custom widget HTML"}},"atts_before_title":{"type":"rawCode","access":"public","value":"","options":{"label":"Before Title
|
1 |
+
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./wpWidgetsDefault/editor.css":function(e,t){e.exports=".vce-widgets-container {\n min-height: 1em;\n}\n"},"./node_modules/raw-loader/index.js!./wpWidgetsDefault/styles.css":function(e,t){e.exports='.vce-widgets-wrapper {\n position: relative;\n min-height: 30px;\n}\n\n.vce-widgets-wrapper[data-vcv-element]::after {\n content: "";\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 999;\n}\n'},"./wpWidgetsDefault/index.js":function(e,t,o){"use strict";o.r(t);var s=o("./node_modules/vc-cake/index.js"),i=o("./node_modules/@babel/runtime/helpers/extends.js"),n=o.n(i),a=o("./node_modules/@babel/runtime/helpers/classCallCheck.js"),l=o.n(a),r=o("./node_modules/@babel/runtime/helpers/createClass.js"),c=o.n(r),d=o("./node_modules/@babel/runtime/helpers/get.js"),u=o.n(d),p=o("./node_modules/@babel/runtime/helpers/inherits.js"),g=o.n(p),m=o("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),h=o.n(m),f=o("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),v=o.n(f),b=o("./node_modules/react/index.js"),w=o.n(b);function y(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,s=v()(e);if(t){var i=v()(this).constructor;o=Reflect.construct(s,arguments,i)}else o=s.apply(this,arguments);return h()(this,o)}}var _=function(e){g()(o,e);var t=y(o);function o(){return l()(this,o),t.apply(this,arguments)}return c()(o,[{key:"componentDidMount",value:function(){u()(v()(o.prototype),"updateShortcodeToHtml",this).call(this,o.getShortcode(this.props.atts),this.refs.vcvhelper)}},{key:"componentDidUpdate",value:function(e){o.getShortcode(this.props.atts)!==o.getShortcode(e.atts)&&u()(v()(o.prototype),"updateShortcodeToHtml",this).call(this,o.getShortcode(this.props.atts),this.refs.vcvhelper)}},{key:"render",value:function(){var e=this.props,t=e.id,s=e.atts,i=e.editor,a=s.customClass,l=s.metaCustomId,r=["vce-widgets-container"],c={};a&&r.push(a),l&&(c.id=l);var d=this.applyDO("all");return w.a.createElement("div",n()({className:r.join(" ")},c,i),w.a.createElement("div",n()({className:"vce vce-widgets-wrapper",id:"el-"+t},d),w.a.createElement("div",{className:"vcvhelper",ref:"vcvhelper","data-vcvs-html":o.getShortcode(this.props.atts)})))}}],[{key:"getShortcode",value:function(e){var t={before_title:e.customWidgetHtml?e.atts_before_title:"",after_title:e.customWidgetHtml?e.atts_after_title:"",before_widget:e.customWidgetHtml?e.atts_before_widget:"",after_widget:e.customWidgetHtml?e.atts_after_widget:""},o=window.encodeURIComponent(e.widgetKey),s=window.encodeURIComponent(JSON.stringify(e.widget)),i=window.encodeURIComponent(JSON.stringify(t));return'[vcv_widgets tag="'.concat(e.tag,'" key="').concat(o,'" instance="').concat(s,'" args="').concat(i,'"]')}}]),o}(Object(s.getService)("api").elementComponent);(0,Object(s.getService)("cook").add)(o("./wpWidgetsDefault/settings.json"),(function(e){e.add(_)}),{css:o("./node_modules/raw-loader/index.js!./wpWidgetsDefault/styles.css"),editorCss:o("./node_modules/raw-loader/index.js!./wpWidgetsDefault/editor.css")})},"./wpWidgetsDefault/settings.json":function(e){e.exports=JSON.parse('{"tag":{"type":"string","access":"protected","value":"wpWidgetsDefault"},"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options"}},"widgetKey":{"type":"dropdown","access":"public","value":"","options":{"label":"Widget","values":[],"global":"vcvDefaultWidgets"}},"customWidgetHtml":{"type":"toggle","access":"public","value":false,"options":{"label":"Enable custom widget HTML"}},"atts_before_title":{"type":"rawCode","access":"public","value":"","options":{"label":"Before \\"Title\\" HTML","height":"20vh","mode":"html","onChange":{"rules":{"customWidgetHtml":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"atts_after_title":{"type":"rawCode","access":"public","value":"","options":{"label":"After \\"Title\\" HTML","height":"20vh","mode":"html","onChange":{"rules":{"customWidgetHtml":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"atts_before_widget":{"type":"rawCode","access":"public","value":"","options":{"label":"Before \\"Widget\\" HTML","height":"20vh","mode":"html","onChange":{"rules":{"customWidgetHtml":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"atts_after_widget":{"type":"rawCode","access":"public","value":"","options":{"label":"After \\"Widget\\" HTML","height":"20vh","mode":"html","onChange":{"rules":{"customWidgetHtml":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"widget":{"type":"ajaxForm","access":"public","value":{"key":"","value":""},"options":{"label":"","action":"vcv:wpWidgets:form","onChange":{"rules":{"widgetKey":{"rule":"true"}},"actions":[{"action":"fieldMethod","options":{"method":"requestToServer"}}]}}},"editFormTab1":{"type":"group","access":"protected","value":["widgetKey","widget","customWidgetHtml","atts_before_title","atts_after_title","atts_before_widget","atts_after_widget","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptions"]},"relatedTo":{"type":"group","access":"protected","value":["General"]},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from the custom CSS option."}},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply a unique ID to the element to link it directly by using #your_id (for element ID use lowercase input only)."}}}')}},[["./wpWidgetsDefault/index.js"]]]);
|
elements/wpWidgetsDefault/public/dist/vendor.bundle.js.LICENSE.txt
CHANGED
@@ -17,6 +17,8 @@ object-assign
|
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
Â
|
|
Â
|
|
20 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
Â
|
22 |
Â
/** @license React v0.19.1
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
20 |
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
+
|
22 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
23 |
Â
|
24 |
Â
/** @license React v0.19.1
|
elements/youtubePlayer/public/dist/element.bundle.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./youtubePlayer/editor.css":function(e,t){e.exports='[data-vcv-element-disabled="true"] .vce-yt-video-player-inner::after {\n content: "";\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 999;\n}\n\n.vce-yt-video-player {\n min-height: 1em;\n}\n'},"./node_modules/raw-loader/index.js!./youtubePlayer/styles.css":function(e,t){e.exports='/* ----------------------------------------------\n * YouTube Video Player\n * ---------------------------------------------- */\n.vce-yt-video-player-wrapper {\n display: inline-block;\n max-width: 100%;\n vertical-align: top;\n overflow: hidden;\n}\n.vce-yt-video-player-inner {\n position: relative;\n}\n.vce-yt-video-player-inner::before {\n content: \'\';\n width: 100%;\n display: block;\n padding-top: 56.25%;\n}\n[data-vcv-element-disabled="true"] .vce-yt-video-player-inner::after {\n content: "";\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 999;\n}\n.vce-yt-video-player-iframe {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n margin: 0;\n}\n.vce-yt-video-player--align-center {\n text-align: center;\n}\n.vce-yt-video-player--align-right {\n text-align: right;\n}\n.vce-yt-video-player--align-left {\n text-align: left;\n}\n'},"./youtubePlayer/index.js":function(e,t,a){"use strict";a.r(t);var n=a("./node_modules/vc-cake/index.js"),o=a.n(n),l=a("./node_modules/@babel/runtime/helpers/extends.js"),i=a.n(l),s=a("./node_modules/@babel/runtime/helpers/classCallCheck.js"),c=a.n(s),r=a("./node_modules/@babel/runtime/helpers/createClass.js"),u=a.n(r),d=a("./node_modules/@babel/runtime/helpers/inherits.js"),p=a.n(d),v=a("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),y=a.n(v),h=a("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),m=a.n(h),g=a("./node_modules/react/index.js"),b=a.n(g);function f(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=m()(e);if(t){var o=m()(this).constructor;a=Reflect.construct(n,arguments,o)}else a=n.apply(this,arguments);return y()(this,a)}}var w=function(e){p()(a,e);var t=f(a);function a(){return c()(this,a),t.apply(this,arguments)}return u()(a,[{key:"parseTime",value:function(e){var t={h:0,m:0,s:0,toSeconds:function(){return 60*this.h*60+60*this.m+this.s},toString:function(){return this.h+"h"+this.m+"m"+this.s+"s"}},a=(e=e.replace(/\s+/g,"")).match(/([0-9]+[hms])|([0-9]+(?=:|$))/gi);if(a){var n=function(e,t){return t.slice(-1)===e},o=a.findIndex(n.bind(null,"h"));-1!==o&&(t.h=parseInt(a[o]),a.splice(o,1));var l=a.findIndex(n.bind(null,"m"));-1!==l&&(t.m=parseInt(a[l]),a.splice(l,1));var i=a.findIndex(n.bind(null,"s"));-1!==i&&(t.s=parseInt(a[i]),a.splice(i,1)),(a=a.filter((function(e){return!!/^\d+$/.test(e)}))).splice(3),a.length&&(t.s||(t.s=parseInt(a.pop()))),a.length&&(t.m||(t.m=parseInt(a.pop()))),a.length&&(t.h||(t.h=parseInt(a.pop())))}return t.toSeconds()}},{key:"validUnits",value:function(e){switch(e){case"px":case"em":case"rem":case"vw":case"vh":case"%":return e;default:return"px"}}},{key:"render",value:function(){var e,t,a,n,l=this.props,s=l.id,c=l.atts,r=l.editor,u=c.customClass,d=c.videoPlayer,p=c.alignment,v=c.size,y=c.customSize,h=c.advanced,m=c.metaCustomId,g="vce-yt-video-player",f=h&&c.autoplay?1:0,w=h&&c.color?c.color:"red",x=1,C=h&&c.rel?1:0,_=h&&c.start?this.parseTime(c.start):0,S=h&&c.end?"&end=".concat(this.parseTime(c.end)):"",I=/^.*((youtu\.be\/)|(v\/)|(\/u\/\w\/)|(embed\/)|(watch\?))\??v?=?([^#&?]*)(?:(\?t|&start)=(?:(\d+)h)?(?:(\d+)m)?(\d+)s)?.*/,k={};if(h&&(x=c.controls?1:0),"string"==typeof u&&u&&(g=g.concat(" ".concat(u))),p&&(g+=" vce-yt-video-player--align-".concat(p)),v)if(g+=" vce-yt-video-player--size-".concat(v),"custom"===v)if(/^[0-9.]+$/.test(y))t="".concat(parseFloat(y),"px");else if(parseFloat(y)){var P=y.slice(parseFloat(y).toString().length);t="".concat(parseFloat(y)).concat(this.validUnits(P))}else t="560px";else t="".concat(v.slice(0,v.indexOf("x")),"px");if(d&&d.match(I)){var j=d.trim();a=(j=j.match(I))[7],n=h&&c.loop?"&loop=1&playlist=".concat(a):"&loop=0",j[8]&&(_+=void 0===j[9]?0:60*Number(j[9])*60,_+=void 0===j[10]?0:60*Number(j[10]),_+=void 0===j[11]?0:Number(j[11]))}e="https://www.youtube.com/embed/".concat(a,"?autoplay=").concat(f,"&mute=").concat(f,"&color=").concat(w,"&controls=").concat(x).concat(n,"&rel=").concat(C,"&start=").concat(_).concat(S,"&cc_load_policy=0&iv_load_policy=3"),m&&(k.id=m);var z="<iframe class='vce-yt-video-player-iframe' src='".concat(e,"' width='640' height='390' frameBorder='0' allowFullScreen='true' />");"backend"===o.a.env("editor")&&(e="https://www.youtube.com/embed/".concat(a,"?autoplay=false&color=").concat(w,"&controls=").concat(x).concat(n,"&rel=").concat(C,"&start=").concat(_).concat(S,"&cc_load_policy=0&iv_load_policy=3"));var E=this.applyDO("all");return b.a.createElement("div",i()({className:g},r,k,{"data-vcv-element-disabled":!0}),b.a.createElement("div",i()({className:"vce vce-yt-video-player-wrapper",id:"el-"+s,style:{width:t}},E),b.a.createElement("div",{className:"vce-yt-video-player-inner"},b.a.createElement("div",{className:"vcvhelper","data-vcvs-html":z},b.a.createElement("iframe",{className:"vce-yt-video-player-iframe",src:e,width:"640",height:"390",frameBorder:"0",allowFullScreen:!0})))))}}]),a}(o.a.getService("api").elementComponent);(0,o.a.getService("cook").add)(a("./youtubePlayer/settings.json"),(function(e){e.add(w)}),{css:a("./node_modules/raw-loader/index.js!./youtubePlayer/styles.css"),editorCss:a("./node_modules/raw-loader/index.js!./youtubePlayer/editor.css")},"")},"./youtubePlayer/settings.json":function(e){e.exports=JSON.parse('{"videoPlayer":{"type":"string","access":"public","value":"https://www.youtube.com/watch?v=Im6gfxoiHeU","options":{"label":"YouTube video link","description":"Enter link to YouTube video.","link":true}},"alignment":{"type":"buttonGroup","access":"public","value":"left","options":{"label":"Alignment","values":[{"label":"Left","value":"left","icon":"vcv-ui-icon-attribute-alignment-left"},{"label":"Center","value":"center","icon":"vcv-ui-icon-attribute-alignment-center"},{"label":"Right","value":"right","icon":"vcv-ui-icon-attribute-alignment-right"}]}},"size":{"type":"dropdown","access":"public","value":"560x315","options":{"label":"Size","values":[{"label":"560x315","value":"560x315"},{"label":"1280x720","value":"1280x720"},{"label":"853x480","value":"853x480"},{"label":"640x360","value":"640x360"},{"label":"Custom size","value":"custom"}]}},"customSize":{"type":"string","access":"public","value":"","options":{"label":"Custom width","description":"Enter custom width and the height will be automatically calculated for 16:9 aspect ratio.","onChange":{"rules":{"size":{"rule":"value","options":{"value":"custom"}}},"actions":[{"action":"toggleVisibility"}]}}},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from Custom CSS option."}},"advanced":{"type":"toggle","access":"public","value":false,"options":{"label":"Advanced options"}},"autoplay":{"type":"toggle","access":"public","value":false,"options":{"label":"Autoplay","description":"Automatically start to play the video when the player loads. The sound will be muted until the users\' first interaction with the video.","onChange":{"rules":{"advanced":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"color":{"type":"dropdown","access":"public","value":"red","options":{"label":"Color","description":"Specifies the color that will be used in the player\'s video progress bar to highlight the amount of the video that the viewer has already seen.","values":[{"label":"White","value":"white"},{"label":"Red","value":"red"}],"onChange":{"rules":{"advanced":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"controls":{"type":"toggle","access":"public","value":true,"options":{"label":"Show controls","description":"Indicates whether the video player controls are displayed.","onChange":{"rules":{"advanced":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"loop":{"type":"toggle","access":"public","value":false,"options":{"label":"Repeat video","description":"Play the video again when it reaches the end.","onChange":{"rules":{"advanced":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"rel":{"type":"toggle","access":"public","value":false,"options":{"label":"Show related videos","description":"Indicates whether the player should show related videos when playback of the initial video ends.","onChange":{"rules":{"advanced":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"start":{"type":"string","access":"public","value":"","options":{"label":"Start at","description":"Causes the player to begin playing the video at the given time (e.g. 2h09m34s or 2:09:34)","onChange":{"rules":{"advanced":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"end":{"type":"string","access":"public","value":"","options":{"label":"End at","description":"Causes the player to stop playing the video at the given time (e.g. 2h09m34s or 2:09:34)","onChange":{"rules":{"advanced":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options"}},"editFormTab1":{"type":"group","access":"protected","value":["videoPlayer","size","customSize","alignment","advanced","autoplay","color","controls","loop","rel","start","end","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptions"]},"relatedTo":{"type":"group","access":"protected","value":["General"]},"metaBackendLabels":{"type":"group","access":"protected","value":[{"value":["videoPlayer"]}]},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply unique ID to element to link directly to it by using #your_id (for element ID use lowercase input only)."}},"tag":{"access":"protected","type":"string","value":"youtubePlayer"}}')}},[["./youtubePlayer/index.js"]]]);
|
1 |
+
(window.vcvWebpackJsonp4x=window.vcvWebpackJsonp4x||[]).push([[0],{"./node_modules/raw-loader/index.js!./youtubePlayer/editor.css":function(e,t){e.exports='[data-vcv-element-disabled="true"] .vce-yt-video-player-inner::after {\n content: "";\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 999;\n}\n\n.vce-yt-video-player {\n min-height: 1em;\n}\n'},"./node_modules/raw-loader/index.js!./youtubePlayer/styles.css":function(e,t){e.exports='/* ----------------------------------------------\n * YouTube Video Player\n * ---------------------------------------------- */\n.vce-yt-video-player-wrapper {\n display: inline-block;\n max-width: 100%;\n vertical-align: top;\n overflow: hidden;\n}\n.vce-yt-video-player-inner {\n position: relative;\n}\n.vce-yt-video-player-inner::before {\n content: \'\';\n width: 100%;\n display: block;\n padding-top: 56.25%;\n}\n[data-vcv-element-disabled="true"] .vce-yt-video-player-inner::after {\n content: "";\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 999;\n}\n.vce-yt-video-player-iframe {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n margin: 0;\n}\n.vce-yt-video-player--align-center {\n text-align: center;\n}\n.vce-yt-video-player--align-right {\n text-align: right;\n}\n.vce-yt-video-player--align-left {\n text-align: left;\n}\n'},"./youtubePlayer/index.js":function(e,t,a){"use strict";a.r(t);var n=a("./node_modules/vc-cake/index.js"),o=a.n(n),l=a("./node_modules/@babel/runtime/helpers/extends.js"),i=a.n(l),s=a("./node_modules/@babel/runtime/helpers/classCallCheck.js"),c=a.n(s),r=a("./node_modules/@babel/runtime/helpers/createClass.js"),u=a.n(r),d=a("./node_modules/@babel/runtime/helpers/inherits.js"),p=a.n(d),v=a("./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"),y=a.n(v),h=a("./node_modules/@babel/runtime/helpers/getPrototypeOf.js"),m=a.n(h),g=a("./node_modules/react/index.js"),b=a.n(g);function f(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=m()(e);if(t){var o=m()(this).constructor;a=Reflect.construct(n,arguments,o)}else a=n.apply(this,arguments);return y()(this,a)}}var w=function(e){p()(a,e);var t=f(a);function a(){return c()(this,a),t.apply(this,arguments)}return u()(a,[{key:"parseTime",value:function(e){var t={h:0,m:0,s:0,toSeconds:function(){return 60*this.h*60+60*this.m+this.s},toString:function(){return this.h+"h"+this.m+"m"+this.s+"s"}},a=(e=e.replace(/\s+/g,"")).match(/([0-9]+[hms])|([0-9]+(?=:|$))/gi);if(a){var n=function(e,t){return t.slice(-1)===e},o=a.findIndex(n.bind(null,"h"));-1!==o&&(t.h=parseInt(a[o]),a.splice(o,1));var l=a.findIndex(n.bind(null,"m"));-1!==l&&(t.m=parseInt(a[l]),a.splice(l,1));var i=a.findIndex(n.bind(null,"s"));-1!==i&&(t.s=parseInt(a[i]),a.splice(i,1)),(a=a.filter((function(e){return!!/^\d+$/.test(e)}))).splice(3),a.length&&(t.s||(t.s=parseInt(a.pop()))),a.length&&(t.m||(t.m=parseInt(a.pop()))),a.length&&(t.h||(t.h=parseInt(a.pop())))}return t.toSeconds()}},{key:"validUnits",value:function(e){switch(e){case"px":case"em":case"rem":case"vw":case"vh":case"%":return e;default:return"px"}}},{key:"render",value:function(){var e,t,a,n,l=this.props,s=l.id,c=l.atts,r=l.editor,u=c.customClass,d=c.videoPlayer,p=c.alignment,v=c.size,y=c.customSize,h=c.advanced,m=c.metaCustomId,g="vce-yt-video-player",f=h&&c.autoplay?1:0,w=h&&c.color?c.color:"red",x=1,C=h&&c.rel?1:0,_=h&&c.start?this.parseTime(c.start):0,S=h&&c.end?"&end=".concat(this.parseTime(c.end)):"",I=/^.*((youtu\.be\/)|(v\/)|(\/u\/\w\/)|(embed\/)|(watch\?))\??v?=?([^#&?]*)(?:(\?t|&start)=(?:(\d+)h)?(?:(\d+)m)?(\d+)s)?.*/,k={};if(h&&(x=c.controls?1:0),"string"==typeof u&&u&&(g=g.concat(" ".concat(u))),p&&(g+=" vce-yt-video-player--align-".concat(p)),v)if(g+=" vce-yt-video-player--size-".concat(v),"custom"===v)if(/^[0-9.]+$/.test(y))t="".concat(parseFloat(y),"px");else if(parseFloat(y)){var P=y.slice(parseFloat(y).toString().length);t="".concat(parseFloat(y)).concat(this.validUnits(P))}else t="560px";else t="".concat(v.slice(0,v.indexOf("x")),"px");if(d&&d.match(I)){var j=d.trim();a=(j=j.match(I))[7],n=h&&c.loop?"&loop=1&playlist=".concat(a):"&loop=0",j[8]&&(_+=void 0===j[9]?0:60*Number(j[9])*60,_+=void 0===j[10]?0:60*Number(j[10]),_+=void 0===j[11]?0:Number(j[11]))}e="https://www.youtube.com/embed/".concat(a,"?autoplay=").concat(f,"&mute=").concat(f,"&color=").concat(w,"&controls=").concat(x).concat(n,"&rel=").concat(C,"&start=").concat(_).concat(S,"&cc_load_policy=0&iv_load_policy=3"),m&&(k.id=m);var z="<iframe class='vce-yt-video-player-iframe' src='".concat(e,"' width='640' height='390' frameBorder='0' allowFullScreen='true' />");"backend"===o.a.env("editor")&&(e="https://www.youtube.com/embed/".concat(a,"?autoplay=false&color=").concat(w,"&controls=").concat(x).concat(n,"&rel=").concat(C,"&start=").concat(_).concat(S,"&cc_load_policy=0&iv_load_policy=3"));var E=this.applyDO("all");return b.a.createElement("div",i()({className:g},r,k,{"data-vcv-element-disabled":!0}),b.a.createElement("div",i()({className:"vce vce-yt-video-player-wrapper",id:"el-"+s,style:{width:t}},E),b.a.createElement("div",{className:"vce-yt-video-player-inner"},b.a.createElement("div",{className:"vcvhelper","data-vcvs-html":z},b.a.createElement("iframe",{className:"vce-yt-video-player-iframe",src:e,width:"640",height:"390",frameBorder:"0",allowFullScreen:!0})))))}}]),a}(o.a.getService("api").elementComponent);(0,o.a.getService("cook").add)(a("./youtubePlayer/settings.json"),(function(e){e.add(w)}),{css:a("./node_modules/raw-loader/index.js!./youtubePlayer/styles.css"),editorCss:a("./node_modules/raw-loader/index.js!./youtubePlayer/editor.css")},"")},"./youtubePlayer/settings.json":function(e){e.exports=JSON.parse('{"videoPlayer":{"type":"string","access":"public","value":"https://www.youtube.com/watch?v=Im6gfxoiHeU","options":{"label":"YouTube video link","description":"Enter a link to the YouTube video.","link":true}},"alignment":{"type":"buttonGroup","access":"public","value":"left","options":{"label":"Alignment","values":[{"label":"Left","value":"left","icon":"vcv-ui-icon-attribute-alignment-left"},{"label":"Center","value":"center","icon":"vcv-ui-icon-attribute-alignment-center"},{"label":"Right","value":"right","icon":"vcv-ui-icon-attribute-alignment-right"}]}},"size":{"type":"dropdown","access":"public","value":"560x315","options":{"label":"Size","values":[{"label":"560x315","value":"560x315"},{"label":"1280x720","value":"1280x720"},{"label":"853x480","value":"853x480"},{"label":"640x360","value":"640x360"},{"label":"Custom size","value":"custom"}]}},"customSize":{"type":"string","access":"public","value":"","options":{"label":"Custom width","description":"Enter custom width and the height will be automatically calculated for 16:9 aspect ratio.","onChange":{"rules":{"size":{"rule":"value","options":{"value":"custom"}}},"actions":[{"action":"toggleVisibility"}]}}},"customClass":{"type":"string","access":"public","value":"","options":{"label":"Extra class name","description":"Add an extra class name to the element and refer to it from the custom CSS option."}},"advanced":{"type":"toggle","access":"public","value":false,"options":{"label":"Advanced options"}},"autoplay":{"type":"toggle","access":"public","value":false,"options":{"label":"Autoplay","description":"Automatically start to play the video when the player loads. The sound will be muted until the users\' first interaction with the video.","onChange":{"rules":{"advanced":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"color":{"type":"dropdown","access":"public","value":"red","options":{"label":"Color","description":"Specifies the color that will be used in the player\'s video progress bar that highlights the amount of the video that the viewer has already seen.","values":[{"label":"White","value":"white"},{"label":"Red","value":"red"}],"onChange":{"rules":{"advanced":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"controls":{"type":"toggle","access":"public","value":true,"options":{"label":"Show controls","description":"Indicates whether the video player controls are displayed.","onChange":{"rules":{"advanced":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"loop":{"type":"toggle","access":"public","value":false,"options":{"label":"Repeat video","description":"Play the video again when it reaches the end.","onChange":{"rules":{"advanced":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"rel":{"type":"toggle","access":"public","value":false,"options":{"label":"Show related videos","description":"Indicates whether the player should show related videos when playback of the initial video ends.","onChange":{"rules":{"advanced":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"start":{"type":"string","access":"public","value":"","options":{"label":"Start at","description":"Causes the player to begin playing the video at the given time (example: 2h09m34s or 2:09:34).","onChange":{"rules":{"advanced":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"end":{"type":"string","access":"public","value":"","options":{"label":"End at","description":"Causes the player to stop playing the video at the given time (example: 2h09m34s or 2:09:34).","onChange":{"rules":{"advanced":{"rule":"toggle"}},"actions":[{"action":"toggleVisibility"}]}}},"designOptions":{"type":"designOptions","access":"public","value":{},"options":{"label":"Design Options"}},"editFormTab1":{"type":"group","access":"protected","value":["videoPlayer","size","customSize","alignment","advanced","autoplay","color","controls","loop","rel","start","end","metaCustomId","customClass"],"options":{"label":"General"}},"metaEditFormTabs":{"type":"group","access":"protected","value":["editFormTab1","designOptions"]},"relatedTo":{"type":"group","access":"protected","value":["General"]},"metaBackendLabels":{"type":"group","access":"protected","value":[{"value":["videoPlayer"]}]},"metaCustomId":{"type":"customId","access":"public","value":"","options":{"label":"Element ID","description":"Apply a unique ID to the element to link it directly by using #your_id (for element ID use lowercase input only)."}},"tag":{"access":"protected","type":"string","value":"youtubePlayer"}}')}},[["./youtubePlayer/index.js"]]]);
|
elements/youtubePlayer/public/dist/vendor.bundle.js.LICENSE.txt
CHANGED
@@ -17,6 +17,8 @@ object-assign
|
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
Â
|
|
Â
|
|
20 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
Â
|
22 |
Â
/** @license React v0.19.1
|
17 |
Â
* @license MIT
|
18 |
Â
*/
|
19 |
Â
|
20 |
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
21 |
+
|
22 |
Â
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
23 |
Â
|
24 |
Â
/** @license React v0.19.1
|
languages/visualcomposer.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
Â
msgstr ""
|
4 |
Â
"Project-Id-Version: 1.0\n"
|
5 |
Â
"Report-Msgid-Bugs-To: \n"
|
6 |
-
"POT-Creation-Date:
|
7 |
Â
"PO-Revision-Date: 2017-03-20 21:48+0200\n"
|
8 |
Â
"Last-Translator: WPBakery <hello@wpbakery.com>\n"
|
9 |
Â
"Language-Team: WPBakery <hello@wpbakery.com>\n"
|
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
Â
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
Â
"Content-Transfer-Encoding: 8bit\n"
|
13 |
Â
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
14 |
-
"X-Generator: Poedit 2.
|
15 |
Â
"X-Poedit-KeywordsList: esc_html__;esc_html_e;esc_attr__;esc_attr_e;"
|
16 |
Â
"esc_html_x;_x;__;_e\n"
|
17 |
Â
"X-Poedit-Basepath: ../visualcomposer\n"
|
@@ -27,65 +27,74 @@ msgstr ""
|
|
27 |
Â
#: Framework/helpers.php:173
|
28 |
Â
msgid ""
|
29 |
Â
"An error occurred while retrieving the download URL for Visual Composer "
|
30 |
-
"extensions.
|
31 |
-
"
|
32 |
Â
msgstr ""
|
33 |
Â
|
34 |
Â
#: Framework/helpers.php:179
|
35 |
Â
msgid ""
|
36 |
-
"An error occurred when creating temporary installation files.
|
37 |
-
"
|
38 |
Â
msgstr ""
|
39 |
Â
|
40 |
-
#: Framework/helpers.php:185 Helpers/Localizations.php:
|
41 |
Â
msgid ""
|
42 |
-
"An error occurred during the Visual Composer extension download process
|
43 |
-
"<ul><li>- Check if your server has a connection to the Internet
|
44 |
-
"Check your server proxy configuration settings
|
45 |
-
"firewall settings and access to https://account.
|
46 |
-
"li><li>- Check if your server has access to the <a href
|
47 |
-
"visualcomposer.com/vcwb-teasers/
|
48 |
-
"player-preview.jpg\" target
|
Â
|
|
49 |
Â
msgstr ""
|
50 |
Â
|
51 |
Â
#: Framework/helpers.php:192
|
52 |
Â
msgid ""
|
53 |
Â
"An HTTP requests failed during the download process of the plugin.\n"
|
54 |
-
"<ul><li>- Check if your server has a connection to the Internet
|
55 |
-
"Check your server proxy configuration settings
|
56 |
-
"firewall settings and access to <a href=\"https://
|
57 |
-
"\" target=\"_blank\">https://account.
|
58 |
-
"if your server has access to the <a
|
59 |
-
"com/vcwb-teasers/
|
60 |
-
"jpg\" target
|
Â
|
|
61 |
Â
msgstr ""
|
62 |
Â
|
63 |
Â
#: Framework/helpers.php:216
|
64 |
Â
msgid ""
|
65 |
Â
"An error occurred when extracting Visual Composer extension files. Visual "
|
66 |
-
"Composer requires
|
67 |
Â
"if FS_METHOD is defined in wp-config.php and disable it."
|
68 |
Â
msgstr ""
|
69 |
Â
|
70 |
Â
#: Framework/helpers.php:223
|
71 |
Â
msgid ""
|
72 |
-
"A zip file of Visual Composer
|
73 |
-
"Internet connection,
|
Â
|
|
74 |
Â
msgstr ""
|
75 |
Â
|
76 |
Â
#: Framework/helpers.php:229
|
77 |
Â
msgid ""
|
78 |
Â
"We could not copy files to your server. It seems that you have run out of "
|
79 |
-
"the disk space.
|
80 |
Â
msgstr ""
|
81 |
Â
|
82 |
Â
#: Framework/helpers.php:236
|
83 |
Â
msgid ""
|
84 |
Â
"We could not create a directory for the plugin in wp-content/uploads. "
|
85 |
-
"
|
86 |
Â
msgstr ""
|
87 |
Â
|
88 |
-
#: Framework/helpers.php:242
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
89 |
Â
msgid ""
|
90 |
Â
"We could not copy a directory for the plugin in wp-content/uploads. Please "
|
91 |
Â
"check if your server has write permissions for wp-content/uploads."
|
@@ -97,40 +106,36 @@ msgid "WordPress Error: %s"
|
|
97 |
Â
msgstr ""
|
98 |
Â
|
99 |
Â
#: Framework/helpers.php:304
|
100 |
-
msgid "
|
101 |
Â
msgstr ""
|
102 |
Â
|
103 |
Â
#: Framework/helpers.php:318
|
104 |
-
msgid "Bad status code received."
|
105 |
Â
msgstr ""
|
106 |
Â
|
107 |
Â
#: Framework/helpers.php:334
|
108 |
Â
#, php-format
|
109 |
-
msgid "
|
110 |
Â
msgstr ""
|
111 |
Â
|
112 |
Â
#: Framework/helpers.php:350
|
113 |
-
msgid "Failed to process action."
|
114 |
Â
msgstr ""
|
115 |
Â
|
116 |
-
#: Helpers/EditorTemplates.php:
|
117 |
Â
msgid "My Templates"
|
118 |
Â
msgstr ""
|
119 |
Â
|
120 |
-
#: Helpers/EditorTemplates.php:
|
121 |
-
msgid "
|
122 |
-
msgstr ""
|
123 |
-
|
124 |
-
#: Helpers/EditorTemplates.php:86
|
125 |
-
msgid "Content Templates"
|
126 |
Â
msgstr ""
|
127 |
Â
|
128 |
-
#: Helpers/EditorTemplates.php:
|
129 |
-
msgid "Select
|
130 |
Â
msgstr ""
|
131 |
Â
|
132 |
-
#: Helpers/Hub/Bundle.php:
|
133 |
-
msgid "Failed to read remote bundle
|
134 |
Â
msgstr ""
|
135 |
Â
|
136 |
Â
#: Helpers/Hub/Download.php:27
|
@@ -149,907 +154,1938 @@ msgstr ""
|
|
149 |
Â
msgid "Templates library"
|
150 |
Â
msgstr ""
|
151 |
Â
|
152 |
-
#: Helpers/Hub/Update.php:
|
153 |
-
msgid "Create new page"
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
154 |
Â
msgstr ""
|
155 |
Â
|
156 |
-
#: Helpers/
|
157 |
-
msgid "
|
158 |
Â
msgstr ""
|
159 |
Â
|
160 |
-
#: Helpers/License.php:
|
161 |
Â
msgid "Visual Composer Website Builder license has expired."
|
162 |
Â
msgstr ""
|
163 |
Â
|
164 |
-
#: Helpers/License.php:
|
165 |
Â
msgid "Couldn't find a valid Visual Composer Website Builder license."
|
166 |
Â
msgstr ""
|
167 |
Â
|
168 |
-
#: Helpers/License.php:
|
169 |
Â
msgid "Visual Composer Website Builder license has been deactivated."
|
170 |
Â
msgstr ""
|
171 |
Â
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
172 |
Â
#: Helpers/Localizations.php:25
|
173 |
Â
msgid "Add Element"
|
174 |
Â
msgstr ""
|
175 |
Â
|
176 |
Â
#: Helpers/Localizations.php:26
|
177 |
-
msgid "
|
178 |
Â
msgstr ""
|
179 |
Â
|
180 |
-
#: Helpers/Localizations.php:27
|
181 |
-
msgid "
|
182 |
Â
msgstr ""
|
183 |
Â
|
184 |
Â
#: Helpers/Localizations.php:28
|
185 |
-
msgid "
|
186 |
Â
msgstr ""
|
187 |
Â
|
188 |
Â
#: Helpers/Localizations.php:29
|
189 |
-
msgid "
|
190 |
Â
msgstr ""
|
191 |
Â
|
192 |
Â
#: Helpers/Localizations.php:30
|
193 |
-
msgid "
|
194 |
Â
msgstr ""
|
195 |
Â
|
196 |
Â
#: Helpers/Localizations.php:31
|
197 |
-
msgid "
|
198 |
Â
msgstr ""
|
199 |
Â
|
200 |
Â
#: Helpers/Localizations.php:32
|
201 |
-
msgid "
|
202 |
Â
msgstr ""
|
203 |
Â
|
204 |
Â
#: Helpers/Localizations.php:33
|
205 |
-
msgid "
|
206 |
Â
msgstr ""
|
207 |
Â
|
208 |
Â
#: Helpers/Localizations.php:34
|
209 |
-
msgid "Tablet
|
210 |
Â
msgstr ""
|
211 |
Â
|
212 |
Â
#: Helpers/Localizations.php:35
|
213 |
-
msgid "
|
214 |
Â
msgstr ""
|
215 |
Â
|
216 |
Â
#: Helpers/Localizations.php:36
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
217 |
Â
msgid "Mobile Portrait"
|
218 |
Â
msgstr ""
|
219 |
Â
|
220 |
-
#: Helpers/Localizations.php:
|
221 |
Â
msgid "Settings"
|
222 |
Â
msgstr ""
|
223 |
Â
|
224 |
-
#: Helpers/Localizations.php:
|
225 |
Â
msgid "Layout"
|
226 |
Â
msgstr ""
|
227 |
Â
|
228 |
-
#: Helpers/Localizations.php:
|
229 |
Â
msgid "Update"
|
230 |
Â
msgstr ""
|
231 |
Â
|
232 |
-
#: Helpers/Localizations.php:
|
233 |
Â
msgid "Menu"
|
234 |
Â
msgstr ""
|
235 |
Â
|
236 |
-
#: Helpers/Localizations.php:
|
237 |
Â
msgid "View Page"
|
238 |
Â
msgstr ""
|
239 |
Â
|
240 |
-
#: Helpers/Localizations.php:
|
241 |
Â
msgid "Back to WordPress"
|
242 |
Â
msgstr ""
|
243 |
Â
|
244 |
-
#: Helpers/Localizations.php:
|
245 |
Â
msgid "WordPress Dashboard"
|
246 |
Â
msgstr ""
|
247 |
Â
|
248 |
-
#: Helpers/Localizations.php:
|
249 |
Â
msgid "Publish"
|
250 |
Â
msgstr ""
|
251 |
Â
|
252 |
-
#: Helpers/Localizations.php:
|
253 |
Â
msgid "Submit for Review"
|
254 |
Â
msgstr ""
|
255 |
Â
|
256 |
-
#: Helpers/Localizations.php:
|
257 |
Â
msgid "Save Draft"
|
258 |
Â
msgstr ""
|
259 |
Â
|
260 |
-
#: Helpers/Localizations.php:
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
Â
|
|
265 |
Â
msgstr ""
|
266 |
Â
|
267 |
-
#: Helpers/Localizations.php:
|
268 |
Â
msgid "Close"
|
269 |
Â
msgstr ""
|
270 |
Â
|
271 |
-
#: Helpers/Localizations.php:
|
272 |
Â
msgid ""
|
273 |
-
"There is no content on
|
274 |
Â
msgstr ""
|
275 |
Â
|
276 |
-
#: Helpers/Localizations.php:
|
277 |
Â
msgid "Custom CSS"
|
278 |
Â
msgstr ""
|
279 |
Â
|
280 |
-
#: Helpers/Localizations.php:57
|
281 |
-
msgid "Local CSS"
|
282 |
-
msgstr ""
|
283 |
-
|
284 |
Â
#: Helpers/Localizations.php:58
|
285 |
-
msgid "Local CSS
|
286 |
Â
msgstr ""
|
287 |
Â
|
288 |
Â
#: Helpers/Localizations.php:59
|
289 |
-
msgid "
|
290 |
Â
msgstr ""
|
291 |
Â
|
292 |
Â
#: Helpers/Localizations.php:60
|
293 |
-
msgid "Global CSS
|
294 |
Â
msgstr ""
|
295 |
Â
|
296 |
-
#: Helpers/Localizations.php:61
|
297 |
-
msgid "
|
298 |
Â
msgstr ""
|
299 |
Â
|
300 |
Â
#: Helpers/Localizations.php:62
|
301 |
-
msgid "
|
302 |
Â
msgstr ""
|
303 |
Â
|
304 |
Â
#: Helpers/Localizations.php:63
|
305 |
-
msgid "Local JavaScript
|
306 |
Â
msgstr ""
|
307 |
Â
|
308 |
Â
#: Helpers/Localizations.php:64
|
309 |
-
msgid "
|
310 |
Â
msgstr ""
|
311 |
Â
|
312 |
Â
#: Helpers/Localizations.php:65
|
313 |
-
msgid "Global JavaScript
|
314 |
Â
msgstr ""
|
315 |
Â
|
316 |
Â
#: Helpers/Localizations.php:66
|
317 |
-
msgid "
|
318 |
Â
msgstr ""
|
319 |
Â
|
320 |
Â
#: Helpers/Localizations.php:67
|
321 |
-
msgid "
|
322 |
Â
msgstr ""
|
323 |
Â
|
324 |
Â
#: Helpers/Localizations.php:68
|
325 |
-
msgid "
|
326 |
Â
msgstr ""
|
327 |
Â
|
328 |
Â
#: Helpers/Localizations.php:69
|
329 |
-
msgid "
|
330 |
Â
msgstr ""
|
331 |
Â
|
332 |
Â
#: Helpers/Localizations.php:70
|
333 |
-
msgid "Template
|
334 |
Â
msgstr ""
|
335 |
Â
|
336 |
Â
#: Helpers/Localizations.php:71
|
337 |
-
msgid "
|
338 |
Â
msgstr ""
|
339 |
Â
|
340 |
Â
#: Helpers/Localizations.php:72
|
341 |
-
msgid "
|
342 |
Â
msgstr ""
|
343 |
Â
|
344 |
Â
#: Helpers/Localizations.php:73
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
345 |
Â
msgid "Get More Templates"
|
346 |
Â
msgstr ""
|
347 |
Â
|
348 |
-
#: Helpers/Localizations.php:
|
349 |
Â
msgid ""
|
350 |
-
"
|
351 |
-
"
|
352 |
Â
msgstr ""
|
353 |
Â
|
354 |
-
#: Helpers/Localizations.php:
|
355 |
Â
msgid ""
|
356 |
Â
"Didn't find the right template? Check out Visual Composer Hub for more "
|
357 |
-
"
|
358 |
Â
msgstr ""
|
359 |
Â
|
360 |
-
#: Helpers/Localizations.php:
|
361 |
Â
msgid ""
|
362 |
-
"Access Visual Composer Hub -
|
363 |
-
"and
|
364 |
-
msgstr ""
|
365 |
-
|
366 |
-
#: Helpers/Localizations.php:87
|
367 |
-
msgid "Do you want to remove this template?"
|
368 |
Â
msgstr ""
|
369 |
Â
|
370 |
Â
#: Helpers/Localizations.php:88
|
371 |
-
msgid "
|
372 |
Â
msgstr ""
|
373 |
Â
|
374 |
Â
#: Helpers/Localizations.php:89
|
375 |
-
msgid "
|
376 |
Â
msgstr ""
|
377 |
Â
|
378 |
Â
#: Helpers/Localizations.php:90
|
379 |
-
msgid "
|
380 |
Â
msgstr ""
|
381 |
Â
|
382 |
Â
#: Helpers/Localizations.php:91
|
383 |
-
msgid "Name Your "
|
384 |
Â
msgstr ""
|
385 |
Â
|
386 |
Â
#: Helpers/Localizations.php:92
|
387 |
-
msgid "
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
388 |
Â
msgstr ""
|
389 |
Â
|
390 |
Â
#: Helpers/Localizations.php:95
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
391 |
Â
msgid ""
|
392 |
-
"Start by adding an element to
|
393 |
Â
"templates."
|
394 |
Â
msgstr ""
|
395 |
Â
|
396 |
-
#: Helpers/Localizations.php:
|
397 |
Â
msgid "Page title"
|
398 |
Â
msgstr ""
|
399 |
Â
|
400 |
-
#: Helpers/Localizations.php:
|
401 |
Â
msgid ""
|
402 |
-
"Didn't find a perfect template? Get a
|
403 |
-
"Visual Composer Hub."
|
404 |
Â
msgstr ""
|
405 |
Â
|
406 |
-
#: Helpers/Localizations.php:
|
407 |
Â
msgid ""
|
408 |
-
"Didn't find an element? Get a
|
409 |
-
"
|
410 |
Â
msgstr ""
|
411 |
Â
|
412 |
-
#: Helpers/Localizations.php:
|
413 |
Â
msgid ""
|
414 |
-
"Get a
|
415 |
Â
"professionally designed templates, more content elements, extensions, and "
|
416 |
Â
"more."
|
417 |
Â
msgstr ""
|
418 |
Â
|
419 |
-
#: Helpers/Localizations.php:
|
420 |
Â
msgid "Add"
|
421 |
Â
msgstr ""
|
422 |
Â
|
423 |
-
#: Helpers/Localizations.php:
|
424 |
Â
msgid "Row Layout"
|
425 |
Â
msgstr ""
|
426 |
Â
|
427 |
-
#: Helpers/Localizations.php:
|
428 |
Â
msgid "Edit"
|
429 |
Â
msgstr ""
|
430 |
Â
|
431 |
-
#: Helpers/Localizations.php:
|
432 |
Â
msgid "Design Options"
|
433 |
Â
msgstr ""
|
434 |
Â
|
435 |
-
#: Helpers/Localizations.php:
|
436 |
Â
msgid "Clone"
|
437 |
Â
msgstr ""
|
438 |
Â
|
439 |
-
#: Helpers/Localizations.php:
|
440 |
Â
msgid "Copy"
|
441 |
Â
msgstr ""
|
442 |
Â
|
443 |
-
#: Helpers/Localizations.php:
|
444 |
Â
msgid "Paste"
|
445 |
Â
msgstr ""
|
446 |
Â
|
447 |
-
#: Helpers/Localizations.php:
|
448 |
Â
msgid "Paste After"
|
449 |
Â
msgstr ""
|
450 |
Â
|
451 |
-
#: Helpers/Localizations.php:
|
452 |
Â
msgid "Remove"
|
453 |
Â
msgstr ""
|
454 |
Â
|
455 |
-
#: Helpers/Localizations.php:
|
456 |
Â
msgid "Move"
|
457 |
Â
msgstr ""
|
458 |
Â
|
459 |
-
#: Helpers/Localizations.php:
|
460 |
-
msgid "Search content elements"
|
461 |
Â
msgstr ""
|
462 |
Â
|
463 |
-
#: Helpers/Localizations.php:
|
464 |
-
msgid "Search content elements and templates"
|
465 |
Â
msgstr ""
|
466 |
Â
|
467 |
-
#: Helpers/Localizations.php:
|
468 |
-
msgid "Search
|
469 |
Â
msgstr ""
|
470 |
Â
|
471 |
-
#: Helpers/Localizations.php:
|
472 |
-
msgid "
|
Â
|
|
473 |
Â
msgstr ""
|
474 |
Â
|
475 |
-
#: Helpers/Localizations.php:
|
476 |
-
msgid "There is no content on
|
477 |
Â
msgstr ""
|
478 |
Â
|
479 |
-
#: Helpers/Localizations.php:
|
480 |
-
msgid "Enter template name to save
|
481 |
Â
msgstr ""
|
482 |
Â
|
483 |
-
#: Helpers/Localizations.php:
|
484 |
Â
msgid "Add one column"
|
485 |
Â
msgstr ""
|
486 |
Â
|
487 |
-
#: Helpers/Localizations.php:
|
488 |
Â
msgid "Add two columns"
|
489 |
Â
msgstr ""
|
490 |
Â
|
491 |
-
#: Helpers/Localizations.php:
|
492 |
Â
msgid "Add three columns"
|
493 |
Â
msgstr ""
|
494 |
Â
|
495 |
-
#: Helpers/Localizations.php:
|
496 |
Â
msgid "Add four columns"
|
497 |
Â
msgstr ""
|
498 |
Â
|
499 |
-
#: Helpers/Localizations.php:
|
500 |
Â
msgid "Add five columns"
|
501 |
Â
msgstr ""
|
502 |
Â
|
503 |
-
#: Helpers/Localizations.php:
|
504 |
Â
msgid "Add custom row layout"
|
505 |
Â
msgstr ""
|
506 |
Â
|
507 |
-
#: Helpers/Localizations.php:
|
508 |
-
msgid "Add
|
509 |
Â
msgstr ""
|
510 |
Â
|
511 |
-
#: Helpers/Localizations.php:
|
512 |
-
#: Modules/Editors/EditPostLinks/Controller.php:
|
513 |
-
#: Modules/Editors/EditPostLinks/Controller.php:127
|
514 |
Â
#: Modules/Editors/EditPostLinks/Controller.php:128
|
515 |
-
#: Modules/Editors/EditPostLinks/Controller.php:
|
Â
|
|
516 |
Â
msgid "Edit with Visual Composer"
|
517 |
Â
msgstr ""
|
518 |
Â
|
519 |
-
#: Helpers/Localizations.php:
|
520 |
Â
msgid "Classic Editor"
|
521 |
Â
msgstr ""
|
522 |
Â
|
523 |
-
#: Helpers/Localizations.php:
|
524 |
Â
msgid ""
|
525 |
Â
"You are switching to Visual Composer. Visual Composer will load the latest "
|
526 |
-
"version of content created with the builder."
|
527 |
Â
msgstr ""
|
528 |
Â
|
529 |
-
#: Helpers/Localizations.php:
|
530 |
Â
msgid ""
|
531 |
-
"You are switching to Classic
|
532 |
-
"Composer will be copied to Classic
|
533 |
-
"changes made in the Classic
|
534 |
-
"layout. Do you want to proceed?"
|
535 |
Â
msgstr ""
|
536 |
Â
|
537 |
-
#: Helpers/Localizations.php:
|
538 |
Â
msgid "Blank Page"
|
539 |
Â
msgstr ""
|
540 |
Â
|
541 |
-
#: Helpers/Localizations.php:
|
542 |
-
msgid "Search templates by name and description"
|
543 |
Â
msgstr ""
|
544 |
Â
|
545 |
-
#: Helpers/Localizations.php:
|
546 |
Â
msgid "Open Visual Composer Hub"
|
547 |
Â
msgstr ""
|
548 |
Â
|
549 |
-
#: Helpers/Localizations.php:
|
550 |
Â
msgid ""
|
551 |
-
"Didn't find
|
552 |
-
"content elements."
|
553 |
-
msgstr ""
|
554 |
-
|
555 |
-
#: Helpers/Localizations.php:164 Helpers/Localizations.php:175
|
556 |
-
msgid "Nothing found"
|
557 |
-
msgstr ""
|
558 |
-
|
559 |
-
#: Helpers/Localizations.php:165
|
560 |
-
msgid "Add Image"
|
561 |
-
msgstr ""
|
562 |
-
|
563 |
-
#: Helpers/Localizations.php:166
|
564 |
-
msgid "Remove Image"
|
565 |
-
msgstr ""
|
566 |
-
|
567 |
-
#: Helpers/Localizations.php:167
|
568 |
-
msgid "Move Image"
|
569 |
Â
msgstr ""
|
570 |
Â
|
571 |
Â
#: Helpers/Localizations.php:168
|
572 |
-
msgid "
|
573 |
-
|
574 |
-
|
575 |
-
|
576 |
-
|
577 |
-
|
578 |
-
|
579 |
-
#: Helpers/Localizations.php:170
|
580 |
-
msgid "Select URL"
|
581 |
-
msgstr ""
|
582 |
-
|
583 |
-
#: Helpers/Localizations.php:171
|
584 |
-
msgid "Insert or Edit Link"
|
585 |
-
msgstr ""
|
586 |
-
|
587 |
-
#: Helpers/Localizations.php:172 Helpers/Localizations.php:178
|
588 |
-
msgid "Enter destination URL"
|
589 |
-
msgstr ""
|
590 |
-
|
591 |
-
#: Helpers/Localizations.php:173
|
592 |
-
msgid "Or link to existing content"
|
593 |
Â
msgstr ""
|
594 |
Â
|
595 |
-
#: Helpers/Localizations.php:
|
596 |
-
msgid "
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
597 |
Â
msgstr ""
|
598 |
Â
|
599 |
Â
#: Helpers/Localizations.php:176
|
600 |
-
msgid "
|
601 |
-
msgstr ""
|
602 |
-
|
603 |
-
#: Helpers/Localizations.php:177
|
604 |
-
msgid "Add nofollow option to link"
|
605 |
Â
msgstr ""
|
606 |
Â
|
607 |
-
#: Helpers/Localizations.php:179
|
608 |
-
msgid "
|
609 |
Â
msgstr ""
|
610 |
Â
|
611 |
Â
#: Helpers/Localizations.php:180
|
612 |
-
msgid "
|
613 |
Â
msgstr ""
|
614 |
Â
|
615 |
Â
#: Helpers/Localizations.php:181
|
616 |
-
msgid "
|
617 |
Â
msgstr ""
|
618 |
Â
|
619 |
Â
#: Helpers/Localizations.php:182
|
620 |
-
|
621 |
-
msgid "Preview"
|
622 |
Â
msgstr ""
|
623 |
Â
|
624 |
Â
#: Helpers/Localizations.php:183
|
625 |
-
msgid "
|
626 |
Â
msgstr ""
|
627 |
Â
|
628 |
Â
#: Helpers/Localizations.php:184
|
629 |
-
msgid "
|
630 |
Â
msgstr ""
|
631 |
Â
|
632 |
Â
#: Helpers/Localizations.php:185
|
633 |
-
msgid "
|
634 |
Â
msgstr ""
|
635 |
Â
|
636 |
Â
#: Helpers/Localizations.php:186
|
637 |
-
msgid "
|
638 |
Â
msgstr ""
|
639 |
Â
|
640 |
-
#: Helpers/Localizations.php:187
|
641 |
-
msgid "
|
642 |
Â
msgstr ""
|
643 |
Â
|
644 |
Â
#: Helpers/Localizations.php:188
|
645 |
-
msgid "
|
646 |
Â
msgstr ""
|
647 |
Â
|
648 |
Â
#: Helpers/Localizations.php:189
|
649 |
-
msgid "
|
650 |
Â
msgstr ""
|
651 |
Â
|
652 |
Â
#: Helpers/Localizations.php:190
|
653 |
-
msgid "
|
654 |
Â
msgstr ""
|
655 |
Â
|
656 |
-
#: Helpers/Localizations.php:191
|
657 |
-
msgid "
|
658 |
Â
msgstr ""
|
659 |
Â
|
660 |
-
#: Helpers/Localizations.php:
|
661 |
-
msgid ""
|
662 |
-
"Double tap on an element to open the edit window. Tap and hold to initiate "
|
663 |
-
"drag and drop in a Tree view."
|
664 |
Â
msgstr ""
|
665 |
Â
|
666 |
-
#: Helpers/Localizations.php:
|
667 |
-
msgid "
|
668 |
Â
msgstr ""
|
669 |
Â
|
670 |
-
#: Helpers/Localizations.php:
|
671 |
-
msgid "
|
672 |
Â
msgstr ""
|
673 |
Â
|
674 |
-
#: Helpers/Localizations.php:
|
675 |
-
msgid "
|
676 |
Â
msgstr ""
|
677 |
Â
|
678 |
-
#: Helpers/Localizations.php:
|
679 |
-
msgid ""
|
680 |
-
"To apply a template you will need to save changes and content will be "
|
681 |
-
"reloaded."
|
682 |
Â
msgstr ""
|
683 |
Â
|
684 |
-
#: Helpers/Localizations.php:
|
685 |
-
msgid "
|
686 |
Â
msgstr ""
|
687 |
Â
|
688 |
-
#: Helpers/Localizations.php:
|
689 |
-
msgid "
|
690 |
Â
msgstr ""
|
691 |
Â
|
692 |
-
#: Helpers/Localizations.php:
|
693 |
Â
msgid ""
|
694 |
-
"
|
695 |
-
"
|
696 |
Â
msgstr ""
|
697 |
Â
|
698 |
-
#: Helpers/Localizations.php:
|
699 |
-
msgid "
|
700 |
Â
msgstr ""
|
701 |
Â
|
702 |
-
#: Helpers/Localizations.php:
|
703 |
-
msgid "
|
704 |
Â
msgstr ""
|
705 |
Â
|
706 |
-
#: Helpers/Localizations.php:
|
707 |
-
msgid ""
|
708 |
-
"It seems that something went wrong with loading content. Please make sure "
|
709 |
-
"you are loading correct content and try again."
|
710 |
Â
msgstr ""
|
711 |
Â
|
712 |
-
#: Helpers/Localizations.php:
|
713 |
-
|
714 |
-
msgid "Return to WordPress dashboard"
|
715 |
Â
msgstr ""
|
716 |
Â
|
717 |
-
#: Helpers/Localizations.php:
|
718 |
-
msgid ""
|
719 |
-
"It seems you are trying to edit archive page which displays your post "
|
720 |
-
"archive instead of content. Before edit, please make sure to convert it to "
|
721 |
-
"a static page via your WordPress admin"
|
722 |
Â
msgstr ""
|
723 |
Â
|
724 |
-
#: Helpers/Localizations.php:
|
725 |
-
msgid ""
|
726 |
-
"You can replace the {elementLabel} within this element with another "
|
727 |
-
"{elementLabel} from your elements"
|
728 |
Â
msgstr ""
|
729 |
Â
|
730 |
-
#: Helpers/Localizations.php:
|
731 |
-
|
Â
|
|
732 |
Â
msgstr ""
|
733 |
Â
|
734 |
-
#: Helpers/Localizations.php:
|
735 |
-
msgid ""
|
736 |
-
"We would like to acknowledge that we have received your request and a "
|
737 |
-
"ticket has been created. A support representative will be reviewing your "
|
738 |
-
"request and will send you a personal response."
|
739 |
Â
msgstr ""
|
740 |
Â
|
741 |
-
#: Helpers/Localizations.php:
|
742 |
-
msgid "
|
743 |
Â
msgstr ""
|
744 |
Â
|
745 |
-
#: Helpers/Localizations.php:
|
746 |
-
|
747 |
-
msgid ""
|
748 |
-
"There is a new version of Visual Composer Website Builder available. <a "
|
749 |
-
"href=\"%s\">Update now</a> to version %s."
|
750 |
Â
msgstr ""
|
751 |
Â
|
752 |
-
#: Helpers/Localizations.php:
|
753 |
-
|
754 |
-
msgid "Choose %s or %screate new%s."
|
755 |
Â
msgstr ""
|
756 |
Â
|
757 |
-
#: Helpers/Localizations.php:
|
758 |
-
|
759 |
-
msgid "Default"
|
760 |
Â
msgstr ""
|
761 |
Â
|
762 |
-
#: Helpers/Localizations.php:
|
763 |
-
msgid ""
|
764 |
-
"Update Visual Composer plugin to the most recent version to download this "
|
765 |
-
"content element."
|
766 |
Â
msgstr ""
|
767 |
Â
|
768 |
-
#: Helpers/Localizations.php:
|
769 |
Â
msgid ""
|
770 |
-
"
|
771 |
-
"
|
772 |
Â
msgstr ""
|
773 |
Â
|
774 |
-
#: Helpers/Localizations.php:
|
775 |
-
msgid "
|
776 |
Â
msgstr ""
|
777 |
Â
|
778 |
-
#: Helpers/Localizations.php:
|
779 |
-
|
780 |
-
msgid "%s Name"
|
781 |
Â
msgstr ""
|
782 |
Â
|
783 |
-
#: Helpers/Localizations.php:
|
784 |
-
msgid ""
|
785 |
-
|
786 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
787 |
Â
msgstr ""
|
788 |
Â
|
789 |
Â
#: Helpers/Localizations.php:295
|
790 |
Â
msgid ""
|
791 |
-
"
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
792 |
Â
"without header, footer, or sidebar."
|
793 |
Â
msgstr ""
|
794 |
Â
|
795 |
-
#: Helpers/Localizations.php:
|
796 |
-
msgid "
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
797 |
Â
msgstr ""
|
798 |
Â
|
799 |
-
#: Helpers/Localizations.php:
|
800 |
-
msgid "
|
801 |
Â
msgstr ""
|
802 |
Â
|
803 |
-
#: Helpers/Localizations.php:
|
804 |
-
|
805 |
-
"
|
806 |
-
"right."
|
807 |
Â
msgstr ""
|
808 |
Â
|
809 |
-
#: Helpers/Localizations.php:
|
810 |
-
|
811 |
-
"
|
812 |
-
"left."
|
813 |
Â
msgstr ""
|
814 |
Â
|
815 |
-
#: Helpers/Localizations.php:
|
816 |
-
|
Â
|
|
817 |
Â
msgstr ""
|
818 |
Â
|
819 |
-
#: Helpers/Localizations.php:
|
820 |
-
|
821 |
-
"
|
822 |
Â
msgstr ""
|
823 |
Â
|
824 |
-
#: Helpers/Localizations.php:
|
825 |
-
|
Â
|
|
826 |
Â
msgstr ""
|
827 |
Â
|
828 |
-
#: Helpers/Localizations.php:
|
829 |
-
|
Â
|
|
830 |
Â
msgstr ""
|
831 |
Â
|
832 |
-
#: Helpers/Localizations.php:
|
833 |
-
msgid "
|
Â
|
|
Â
|
|
834 |
Â
msgstr ""
|
835 |
Â
|
836 |
-
#: Helpers/Localizations.php:
|
837 |
-
|
Â
|
|
838 |
Â
msgstr ""
|
839 |
Â
|
840 |
-
#: Helpers/Localizations.php:
|
841 |
-
msgid "
|
Â
|
|
Â
|
|
842 |
Â
msgstr ""
|
843 |
Â
|
844 |
-
#: Helpers/Localizations.php:
|
845 |
-
msgid "
|
846 |
Â
msgstr ""
|
847 |
Â
|
848 |
-
#: Helpers/Localizations.php:
|
849 |
-
msgid "
|
Â
|
|
Â
|
|
Â
|
|
850 |
Â
msgstr ""
|
851 |
Â
|
852 |
-
#: Helpers/Localizations.php:
|
853 |
-
|
Â
|
|
Â
|
|
Â
|
|
854 |
Â
msgstr ""
|
855 |
Â
|
856 |
-
#: Helpers/Localizations.php:
|
857 |
-
msgid "
|
Â
|
|
Â
|
|
858 |
Â
msgstr ""
|
859 |
Â
|
860 |
-
#: Helpers/Localizations.php:
|
861 |
-
msgid "Add
|
862 |
Â
msgstr ""
|
863 |
Â
|
864 |
-
#: Helpers/Localizations.php:
|
865 |
-
msgid "
|
866 |
Â
msgstr ""
|
867 |
Â
|
868 |
-
#: Helpers/Localizations.php:
|
869 |
-
msgid "
|
870 |
Â
msgstr ""
|
871 |
Â
|
872 |
-
#: Helpers/Localizations.php:
|
873 |
-
msgid "
|
874 |
Â
msgstr ""
|
875 |
Â
|
876 |
-
#: Helpers/Localizations.php:
|
877 |
-
msgid "
|
878 |
Â
msgstr ""
|
879 |
Â
|
880 |
-
#: Helpers/Localizations.php:
|
881 |
-
msgid "
|
882 |
Â
msgstr ""
|
883 |
Â
|
884 |
-
#: Helpers/Localizations.php:
|
885 |
-
msgid ""
|
886 |
-
"Download additional content from the Visual Composer Hub - right in your "
|
887 |
-
"editor instantly."
|
888 |
Â
msgstr ""
|
889 |
Â
|
890 |
-
#: Helpers/Localizations.php:
|
891 |
-
msgid "
|
892 |
Â
msgstr ""
|
893 |
Â
|
894 |
-
#: Helpers/Localizations.php:
|
895 |
-
msgid "
|
896 |
Â
msgstr ""
|
897 |
Â
|
898 |
-
#: Helpers/Localizations.php:
|
899 |
-
msgid "
|
900 |
Â
msgstr ""
|
901 |
Â
|
902 |
-
#: Helpers/Localizations.php:
|
903 |
-
msgid "
|
904 |
Â
msgstr ""
|
905 |
Â
|
906 |
-
#: Helpers/Localizations.php:
|
907 |
-
msgid ""
|
908 |
-
"Access Visual Composer Hub - download additional elements, templates and "
|
909 |
-
"extensions."
|
910 |
Â
msgstr ""
|
911 |
Â
|
912 |
-
#: Helpers/Localizations.php:
|
913 |
-
msgid ""
|
914 |
-
"Add custom JavaScript code to insert it localy on this page in <header> or "
|
915 |
-
"<footer>. Insert Google Analytics, Tag Manager, Kissmetrics or other "
|
916 |
-
"JavaScript code snippets."
|
917 |
Â
msgstr ""
|
918 |
Â
|
919 |
-
#: Helpers/Localizations.php:
|
920 |
-
msgid ""
|
921 |
-
"Add custom JavaScript code to insert it globally on every page in <header> "
|
922 |
-
"or <footer>. Insert Google Analytics, Tag Manager, Kissmetrics or other "
|
923 |
-
"JavaScript code snippets."
|
924 |
Â
msgstr ""
|
925 |
Â
|
926 |
-
#: Helpers/Localizations.php:
|
927 |
-
|
Â
|
|
Â
|
|
Â
|
|
928 |
Â
msgstr ""
|
929 |
Â
|
930 |
-
#: Helpers/Localizations.php:
|
931 |
-
msgid "
|
932 |
Â
msgstr ""
|
933 |
Â
|
934 |
-
#: Helpers/Localizations.php:
|
935 |
-
|
Â
|
|
936 |
Â
msgstr ""
|
937 |
Â
|
938 |
-
#: Helpers/Localizations.php:
|
939 |
-
msgid ""
|
940 |
-
"Copy your shortcode here with all the correct parameters. The shortcode "
|
941 |
-
"must be installed on your WordPress site via plugin or theme."
|
942 |
Â
msgstr ""
|
943 |
Â
|
944 |
-
#: Helpers/Localizations.php:
|
945 |
-
msgid "
|
946 |
Â
msgstr ""
|
947 |
Â
|
948 |
-
#: Helpers/Localizations.php:
|
949 |
-
msgid "
|
950 |
Â
msgstr ""
|
951 |
Â
|
952 |
-
#: Helpers/Localizations.php:
|
953 |
-
msgid ""
|
954 |
-
"Download and Add Free Beautiful Photos to Your Site With Visual Composer "
|
955 |
-
"Premium"
|
956 |
Â
msgstr ""
|
957 |
Â
|
958 |
-
#: Helpers/Localizations.php:
|
959 |
-
msgid "
|
960 |
Â
msgstr ""
|
961 |
Â
|
962 |
-
#: Helpers/Localizations.php:
|
963 |
-
msgid "
|
Â
|
|
Â
|
|
964 |
Â
msgstr ""
|
965 |
Â
|
966 |
-
#: Helpers/Localizations.php:
|
967 |
-
msgid "
|
Â
|
|
968 |
Â
msgstr ""
|
969 |
Â
|
970 |
-
#: Helpers/Localizations.php:
|
971 |
-
|
Â
|
|
972 |
Â
msgstr ""
|
973 |
Â
|
974 |
-
#: Helpers/Localizations.php:
|
975 |
-
msgid "
|
976 |
Â
msgstr ""
|
977 |
Â
|
978 |
-
#: Helpers/Localizations.php:
|
979 |
-
msgid "
|
Â
|
|
Â
|
|
980 |
Â
msgstr ""
|
981 |
Â
|
982 |
-
#: Helpers/Localizations.php:
|
983 |
-
msgid "
|
984 |
Â
msgstr ""
|
985 |
Â
|
986 |
-
#: Helpers/Localizations.php:
|
987 |
-
msgid "
|
988 |
Â
msgstr ""
|
989 |
Â
|
990 |
-
#: Helpers/Localizations.php:
|
991 |
-
msgid "
|
992 |
Â
msgstr ""
|
993 |
Â
|
994 |
-
#: Helpers/Localizations.php:
|
995 |
-
msgid "
|
996 |
Â
msgstr ""
|
997 |
Â
|
998 |
-
#: Helpers/Localizations.php:
|
999 |
-
msgid "
|
1000 |
Â
msgstr ""
|
1001 |
Â
|
1002 |
-
#: Helpers/Localizations.php:
|
1003 |
-
msgid ""
|
1004 |
-
"Enjoy Visual Composer Website Builder? Let your friends know about it - "
|
1005 |
-
"spread the word."
|
1006 |
Â
msgstr ""
|
1007 |
Â
|
1008 |
-
#: Helpers/Localizations.php:
|
1009 |
-
msgid "
|
1010 |
Â
msgstr ""
|
1011 |
Â
|
1012 |
-
#: Helpers/Localizations.php:
|
1013 |
-
msgid "
|
1014 |
Â
msgstr ""
|
1015 |
Â
|
1016 |
-
#: Helpers/Localizations.php:
|
1017 |
-
msgid "
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1018 |
Â
msgstr ""
|
1019 |
Â
|
1020 |
-
#: Helpers/Localizations.php:
|
1021 |
-
msgid "
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1022 |
Â
msgstr ""
|
1023 |
Â
|
1024 |
-
#: Helpers/Localizations.php:
|
1025 |
-
msgid "
|
Â
|
|
Â
|
|
Â
|
|
1026 |
Â
msgstr ""
|
1027 |
Â
|
1028 |
-
#: Helpers/Localizations.php:
|
1029 |
-
msgid "
|
Â
|
|
Â
|
|
Â
|
|
1030 |
Â
msgstr ""
|
1031 |
Â
|
1032 |
-
#: Helpers/Localizations.php:
|
1033 |
-
msgid "
|
Â
|
|
Â
|
|
Â
|
|
1034 |
Â
msgstr ""
|
1035 |
Â
|
1036 |
-
#: Helpers/Localizations.php:
|
1037 |
-
msgid "
|
Â
|
|
Â
|
|
Â
|
|
1038 |
Â
msgstr ""
|
1039 |
Â
|
1040 |
-
#: Helpers/Localizations.php:
|
1041 |
-
msgid "
|
Â
|
|
Â
|
|
Â
|
|
1042 |
Â
msgstr ""
|
1043 |
Â
|
1044 |
-
#: Helpers/Localizations.php:
|
1045 |
-
msgid "
|
1046 |
Â
msgstr ""
|
1047 |
Â
|
1048 |
Â
#: Helpers/LoginCategory.php:21
|
1049 |
Â
msgid "Business"
|
1050 |
Â
msgstr ""
|
1051 |
Â
|
1052 |
-
#: Helpers/LoginCategory.php:22
|
1053 |
Â
msgid "Blog"
|
1054 |
Â
msgstr ""
|
1055 |
Â
|
@@ -1109,108 +2145,113 @@ msgstr ""
|
|
1109 |
Â
msgid "Travel & Accommodation"
|
1110 |
Â
msgstr ""
|
1111 |
Â
|
1112 |
-
#: Helpers/
|
1113 |
-
|
1114 |
-
msgstr ""
|
1115 |
-
|
1116 |
-
#: Helpers/PostType.php:233
|
1117 |
Â
#, php-format
|
1118 |
Â
msgid "View %s"
|
1119 |
Â
msgstr ""
|
1120 |
Â
|
1121 |
-
#: Helpers/
|
1122 |
-
msgid "All"
|
1123 |
-
msgstr ""
|
1124 |
-
|
1125 |
-
#: Helpers/Token.php:170
|
1126 |
Â
#, php-format
|
1127 |
Â
msgid "Your Visual Composer Website Builder License will expire soon - %s"
|
1128 |
Â
msgstr ""
|
1129 |
Â
|
1130 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
1131 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
1132 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
1133 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
1134 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
1135 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
Â
|
|
1136 |
Â
msgid "Post"
|
1137 |
Â
msgstr ""
|
1138 |
Â
|
1139 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
1140 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
1141 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
1142 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
1143 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
1144 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
Â
|
|
1145 |
Â
msgid "Site"
|
1146 |
Â
msgstr ""
|
1147 |
Â
|
1148 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
1149 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
1150 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
1151 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
1152 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
1153 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
1154 |
Â
msgid "Author"
|
1155 |
Â
msgstr ""
|
1156 |
Â
|
1157 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
1158 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
1159 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
1160 |
-
#: Modules/Editors/DataAjax/PostFieldsController.php:
|
1161 |
Â
msgid "Custom Fields"
|
1162 |
Â
msgstr ""
|
1163 |
Â
|
1164 |
-
#: Modules/Editors/
|
1165 |
-
|
Â
|
|
1166 |
Â
msgstr ""
|
1167 |
Â
|
1168 |
-
#: Modules/Editors/
|
1169 |
-
msgid "
|
1170 |
Â
msgstr ""
|
1171 |
Â
|
1172 |
-
#: Modules/Editors/
|
1173 |
-
|
1174 |
-
msgid "Add New with Visual Composer"
|
1175 |
Â
msgstr ""
|
1176 |
Â
|
1177 |
-
#: Modules/Editors/Frontend/
|
1178 |
-
msgid "
|
1179 |
Â
msgstr ""
|
1180 |
Â
|
1181 |
-
#: Modules/Editors/Frontend/
|
1182 |
-
msgid "
|
1183 |
Â
msgstr ""
|
1184 |
Â
|
1185 |
-
#: Modules/Editors/
|
1186 |
-
msgid "
|
1187 |
Â
msgstr ""
|
1188 |
Â
|
1189 |
-
#: Modules/Editors/Settings/
|
1190 |
Â
msgid ""
|
1191 |
-
"
|
1192 |
-
"
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1193 |
Â
msgstr ""
|
1194 |
Â
|
1195 |
Â
#: Modules/Editors/Settings/ItemPreviewController.php:57
|
1196 |
Â
msgid "Enable Preview"
|
1197 |
Â
msgstr ""
|
1198 |
Â
|
1199 |
-
#: Modules/Editors/Settings/PageTemplatesVariablesController.php:
|
1200 |
-
|
1201 |
-
msgid "Blank Template"
|
1202 |
Â
msgstr ""
|
1203 |
Â
|
1204 |
-
#: Modules/Editors/Settings/PageTemplatesVariablesController.php:
|
1205 |
-
msgid "
|
1206 |
Â
msgstr ""
|
1207 |
Â
|
1208 |
-
#: Modules/Editors/Settings/PageTemplatesVariablesController.php:
|
1209 |
-
#: Modules/Settings/MenuController.php:
|
1210 |
Â
msgid "Visual Composer"
|
1211 |
Â
msgstr ""
|
1212 |
Â
|
1213 |
-
#: Modules/Editors/Settings/PageTemplatesVariablesController.php:
|
1214 |
Â
msgid "Theme Templates"
|
1215 |
Â
msgstr ""
|
1216 |
Â
|
@@ -1218,91 +2259,181 @@ msgstr ""
|
|
1218 |
Â
msgid "Global Templates"
|
1219 |
Â
msgstr ""
|
1220 |
Â
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1221 |
Â
#: Modules/FrontView/PluginsInfoController.php:42
|
1222 |
Â
msgid ""
|
1223 |
-
"Powered by Visual Composer Website Builder - fast and easy
|
1224 |
-
"drop
|
1225 |
Â
msgstr ""
|
1226 |
Â
|
1227 |
-
#: Modules/Hub/Assets/
|
1228 |
Â
msgid "Failed to update shared libraries"
|
1229 |
Â
msgstr ""
|
1230 |
Â
|
1231 |
-
#: Modules/Hub/
|
1232 |
Â
#, php-format
|
1233 |
Â
msgid ""
|
1234 |
-
"A zip file of Visual Composer
|
1235 |
-
"
|
1236 |
-
"Settings and try again.\n"
|
1237 |
Â
"\n"
|
1238 |
Â
"If the problem still occurs, visit %ssupport.visualcomposer.io%s for "
|
1239 |
Â
"technical assistance.\n"
|
1240 |
Â
msgstr ""
|
1241 |
Â
|
1242 |
-
#: Modules/Hub/
|
1243 |
-
msgid "Failed to get the
|
1244 |
Â
msgstr ""
|
1245 |
Â
|
1246 |
-
#: Modules/Hub/
|
1247 |
Â
msgid ""
|
1248 |
-
"No access
|
1249 |
-
"to upload files
|
1250 |
Â
msgstr ""
|
1251 |
Â
|
1252 |
-
#: Modules/Hub/
|
1253 |
Â
msgid "Wrong image extension."
|
1254 |
Â
msgstr ""
|
1255 |
Â
|
1256 |
-
#: Modules/Hub/
|
1257 |
Â
msgid ""
|
1258 |
-
"Failed to download image
|
1259 |
-
"
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1260 |
Â
msgstr ""
|
1261 |
Â
|
1262 |
-
#: Modules/Hub/
|
1263 |
-
msgid "Unknown image
|
1264 |
Â
msgstr ""
|
1265 |
Â
|
1266 |
-
#: Modules/Hub/
|
1267 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1268 |
Â
msgstr ""
|
1269 |
Â
|
1270 |
-
#: Modules/License/LicenseController.php:
|
1271 |
-
msgid "
|
1272 |
Â
msgstr ""
|
1273 |
Â
|
1274 |
-
#: Modules/License/Pages/GettingStarted.php:
|
1275 |
Â
msgid "Getting Started"
|
1276 |
Â
msgstr ""
|
1277 |
Â
|
1278 |
-
#: Modules/License/
|
Â
|
|
1279 |
Â
msgid ""
|
1280 |
-
"
|
1281 |
-
"
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1282 |
Â
msgstr ""
|
1283 |
Â
|
1284 |
-
#: Modules/License/
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1285 |
Â
msgid ""
|
1286 |
Â
"Get more elements and templates from the Visual Composer Hub - a free "
|
1287 |
Â
"online marketplace."
|
1288 |
Â
msgstr ""
|
1289 |
Â
|
1290 |
-
#: Modules/License/UpdateVariablesController.php:
|
1291 |
-
msgid ""
|
1292 |
-
"Unparallel performance for you and your website to rank higher and deliver "
|
1293 |
-
"faster."
|
1294 |
Â
msgstr ""
|
1295 |
Â
|
1296 |
-
#: Modules/License/UpdateVariablesController.php:
|
1297 |
Â
msgid ""
|
1298 |
Â
"Control every detail of your website with flexible design options and "
|
1299 |
Â
"customization tools."
|
1300 |
Â
msgstr ""
|
1301 |
Â
|
1302 |
-
#: Modules/Settings/Fields/CssEditor.php:53
|
1303 |
-
msgid "Add custom CSS code to insert it globally on every page."
|
1304 |
-
msgstr ""
|
1305 |
-
|
1306 |
Â
#: Modules/Settings/Fields/FactoryResetController.php:67
|
1307 |
Â
msgid "Proceed with a reset?"
|
1308 |
Â
msgstr ""
|
@@ -1319,12 +2450,8 @@ msgid ""
|
|
1319 |
Â
"not be affected) - %s."
|
1320 |
Â
msgstr ""
|
1321 |
Â
|
1322 |
-
#: Modules/Settings/Fields/FactoryResetController.php:90
|
1323 |
-
msgid "Reset"
|
1324 |
-
msgstr ""
|
1325 |
-
|
1326 |
Â
#: Modules/Settings/Fields/FactoryResetController.php:113
|
1327 |
-
msgid "
|
1328 |
Â
msgstr ""
|
1329 |
Â
|
1330 |
Â
#: Modules/Settings/Fields/FactoryResetController.php:118
|
@@ -1355,238 +2482,235 @@ msgstr ""
|
|
1355 |
Â
msgid "Post Types"
|
1356 |
Â
msgstr ""
|
1357 |
Â
|
1358 |
-
#: Modules/Settings/
|
1359 |
-
msgid "General"
|
1360 |
-
msgstr ""
|
1361 |
-
|
1362 |
-
#: Modules/Settings/NoticeController.php:78
|
1363 |
Â
msgid "Dismiss"
|
1364 |
Â
msgstr ""
|
1365 |
Â
|
1366 |
-
#: Modules/Settings/Pages/About.php:
|
1367 |
Â
msgid "About"
|
1368 |
Â
msgstr ""
|
1369 |
Â
|
1370 |
-
#: Modules/Settings/Pages/CssJsSettings.php:
|
1371 |
-
#: Modules/Settings/Pages/CssJsSettings.php:112
|
1372 |
Â
msgid "CSS, HTML & JavaScript"
|
1373 |
Â
msgstr ""
|
1374 |
Â
|
1375 |
-
#: Modules/Settings/Pages/
|
1376 |
-
msgid "
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1377 |
Â
msgstr ""
|
1378 |
Â
|
1379 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1380 |
Â
#, php-format
|
1381 |
Â
msgid "PHP version %s or greater (recommended 7 or greater)"
|
1382 |
Â
msgstr ""
|
1383 |
Â
|
1384 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1385 |
Â
#, php-format
|
1386 |
Â
msgid "WordPress version %s or greater"
|
1387 |
Â
msgstr ""
|
1388 |
Â
|
1389 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1390 |
-
msgid "WP_DEBUG
|
1391 |
Â
msgstr ""
|
1392 |
Â
|
1393 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1394 |
-
msgid "WP_DEBUG
|
1395 |
Â
msgstr ""
|
1396 |
Â
|
1397 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1398 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1399 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1400 |
Â
msgid "Unlimited"
|
1401 |
Â
msgstr ""
|
1402 |
Â
|
1403 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1404 |
Â
#, php-format
|
1405 |
Â
msgid "Post max size should be %sM, currently it is %s"
|
1406 |
Â
msgstr ""
|
1407 |
Â
|
1408 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1409 |
Â
#, php-format
|
1410 |
Â
msgid "Memory limit should be %sM, currently it is %s"
|
1411 |
Â
msgstr ""
|
1412 |
Â
|
1413 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1414 |
Â
#, php-format
|
1415 |
Â
msgid "post_max_size limit should be %sM, currently it is %s"
|
1416 |
Â
msgstr ""
|
1417 |
Â
|
1418 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1419 |
Â
#, php-format
|
1420 |
Â
msgid "max_input_nesting_level should be %s, currently it is %s"
|
1421 |
Â
msgstr ""
|
1422 |
Â
|
1423 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1424 |
Â
#, php-format
|
1425 |
Â
msgid "max_input_vars should be %s, currently it is %s"
|
1426 |
Â
msgstr ""
|
1427 |
Â
|
1428 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1429 |
Â
#, php-format
|
1430 |
Â
msgid "Max execution time should be %sS, currently it is %sS"
|
1431 |
Â
msgstr ""
|
1432 |
Â
|
1433 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1434 |
Â
#, php-format
|
1435 |
Â
msgid "File max upload size should be %sM, currently it is %s"
|
1436 |
Â
msgstr ""
|
1437 |
Â
|
1438 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1439 |
Â
msgid "Writable"
|
1440 |
Â
msgstr ""
|
1441 |
Â
|
1442 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1443 |
Â
msgid "Uploads directory is not writable"
|
1444 |
Â
msgstr ""
|
1445 |
Â
|
1446 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1447 |
Â
msgid "Direct"
|
1448 |
Â
msgstr ""
|
1449 |
Â
|
1450 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1451 |
Â
msgid "FS_METHOD should be direct"
|
1452 |
Â
msgstr ""
|
1453 |
Â
|
1454 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1455 |
Â
msgid "Enabled"
|
1456 |
Â
msgstr ""
|
1457 |
Â
|
1458 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1459 |
-
msgid "Zip extension is not installed"
|
1460 |
Â
msgstr ""
|
1461 |
Â
|
1462 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1463 |
Â
msgid "Curl extension is not installed"
|
1464 |
Â
msgstr ""
|
1465 |
Â
|
1466 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1467 |
-
#: Modules/Settings/Pages/SystemStatus.php:271
|
1468 |
-
msgid "Success"
|
1469 |
-
msgstr ""
|
1470 |
-
|
1471 |
-
#: Modules/Settings/Pages/SystemStatus.php:263
|
1472 |
Â
msgid "Connection with AWS was unsuccessful"
|
1473 |
Â
msgstr ""
|
1474 |
Â
|
1475 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1476 |
Â
msgid "Connection with Account was unsuccessful"
|
1477 |
Â
msgstr ""
|
1478 |
Â
|
1479 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1480 |
-
|
1481 |
-
msgid "System status"
|
1482 |
Â
msgstr ""
|
1483 |
Â
|
1484 |
-
#: Modules/Settings/Pages/SystemStatus.php:
|
1485 |
Â
#, php-format
|
1486 |
Â
msgid ""
|
1487 |
-
"It seems that
|
1488 |
-
"affect Visual Composer. For more details,
|
1489 |
-
"
|
1490 |
Â
msgstr ""
|
1491 |
Â
|
1492 |
-
#: Modules/Settings/SettingsController.php:
|
1493 |
-
msgid "
|
1494 |
Â
msgstr ""
|
1495 |
Â
|
1496 |
-
#: Modules/Vendors/
|
1497 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1498 |
Â
msgid "Gutenberg attrs"
|
1499 |
Â
msgstr ""
|
1500 |
Â
|
1501 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1502 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1503 |
Â
msgid "Gutenberg attr"
|
1504 |
Â
msgstr ""
|
1505 |
Â
|
1506 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1507 |
Â
msgid "Add New"
|
1508 |
Â
msgstr ""
|
1509 |
Â
|
1510 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1511 |
Â
msgid "Add New Gutenberg attr"
|
1512 |
Â
msgstr ""
|
1513 |
Â
|
1514 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1515 |
Â
msgid "New Gutenberg attr"
|
1516 |
Â
msgstr ""
|
1517 |
Â
|
1518 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1519 |
Â
msgid "Edit Gutenberg attr"
|
1520 |
Â
msgstr ""
|
1521 |
Â
|
1522 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1523 |
Â
msgid "View Gutenberg attr"
|
1524 |
Â
msgstr ""
|
1525 |
Â
|
1526 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1527 |
Â
msgid "All Gutenberg attrs"
|
1528 |
Â
msgstr ""
|
1529 |
Â
|
1530 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1531 |
Â
msgid "Search Gutenberg attrs"
|
1532 |
Â
msgstr ""
|
1533 |
Â
|
1534 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1535 |
Â
msgid "Parent Gutenberg attrs:"
|
1536 |
Â
msgstr ""
|
1537 |
Â
|
1538 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1539 |
Â
msgid "No Gutenberg attrs found."
|
1540 |
Â
msgstr ""
|
1541 |
Â
|
1542 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1543 |
Â
msgid "No Gutenberg attrs found in Trash."
|
1544 |
Â
msgstr ""
|
1545 |
Â
|
1546 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1547 |
Â
msgid "Gutenberg attr Cover Image"
|
1548 |
Â
msgstr ""
|
1549 |
Â
|
1550 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1551 |
Â
msgid "Set cover image"
|
1552 |
Â
msgstr ""
|
1553 |
Â
|
1554 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1555 |
Â
msgid "Remove cover image"
|
1556 |
Â
msgstr ""
|
1557 |
Â
|
1558 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1559 |
-
msgid "Use as cover image"
|
1560 |
Â
msgstr ""
|
1561 |
Â
|
1562 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1563 |
Â
msgid "Gutenberg attr archives"
|
1564 |
Â
msgstr ""
|
1565 |
Â
|
1566 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1567 |
Â
msgid "Add into Gutenberg attr"
|
1568 |
Â
msgstr ""
|
1569 |
Â
|
1570 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1571 |
Â
msgid "Uploaded to this Gutenberg attr"
|
1572 |
Â
msgstr ""
|
1573 |
Â
|
1574 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1575 |
Â
msgid "Filter Gutenberg attrs list"
|
1576 |
Â
msgstr ""
|
1577 |
Â
|
1578 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1579 |
Â
msgid "Gutenberg attrs list navigation"
|
1580 |
Â
msgstr ""
|
1581 |
Â
|
1582 |
-
#: Modules/Vendors/Gutenberg/AttributeController.php:
|
1583 |
Â
msgid "Gutenberg attrs list"
|
1584 |
Â
msgstr ""
|
1585 |
Â
|
1586 |
Â
#: Modules/Vendors/Gutenberg/SettingsController.php:73
|
1587 |
Â
msgid ""
|
1588 |
-
"Enable/disable Gutenberg editor for your WordPress site. Disabling "
|
1589 |
-
"Gutenberg editor will enable
|
1590 |
Â
"can still use Visual Composer."
|
1591 |
Â
msgstr ""
|
1592 |
Â
|
@@ -1634,8 +2758,7 @@ msgstr ""
|
|
1634 |
Â
msgid "Height:"
|
1635 |
Â
msgstr ""
|
1636 |
Â
|
1637 |
-
#: resources/views/editor/frontend/frontend.php:
|
1638 |
-
#: resources/views/license/fe-update-wrapper.php:30
|
1639 |
Â
#, php-format
|
1640 |
Â
msgid "Frontend editor: %s"
|
1641 |
Â
msgstr ""
|
@@ -1645,11 +2768,56 @@ msgid "Loading..."
|
|
1645 |
Â
msgstr ""
|
1646 |
Â
|
1647 |
Â
#: resources/views/elements/widgets/variables.php:19
|
1648 |
-
msgid "No
|
1649 |
Â
msgstr ""
|
1650 |
Â
|
1651 |
Â
#: resources/views/elements/widgets/variables.php:36
|
1652 |
-
msgid "No
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1653 |
Â
msgstr ""
|
1654 |
Â
|
1655 |
Â
#: resources/views/settings/fields/post-types/post-types-toggle.php:22
|
@@ -1662,195 +2830,196 @@ msgstr ""
|
|
1662 |
Â
msgid "off"
|
1663 |
Â
msgstr ""
|
1664 |
Â
|
1665 |
-
#: resources/views/settings/
|
1666 |
-
msgid "
|
1667 |
Â
msgstr ""
|
1668 |
Â
|
1669 |
-
#: resources/views/settings/
|
1670 |
-
|
1671 |
-
msgid ""
|
1672 |
-
"You are about to deactivate your copy of Visual Composer Website Builder "
|
1673 |
-
"and won’t be able to manage your content. Your content remains untouched "
|
1674 |
-
"but due to plugin deactivation required CSS styles will be missing. To "
|
1675 |
-
"ensure correct content display use\n"
|
1676 |
-
" <a href=\"%s\">this free plugin</a> that will load CSS "
|
1677 |
-
"styles automatically."
|
1678 |
Â
msgstr ""
|
1679 |
Â
|
1680 |
-
#: resources/views/settings/
|
1681 |
-
msgid "
|
1682 |
Â
msgstr ""
|
1683 |
Â
|
1684 |
-
#: resources/views/settings/
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1685 |
Â
msgid ""
|
1686 |
Â
"Check system status and WordPress configuration for compliance with Visual "
|
1687 |
Â
"Composer requirements."
|
1688 |
Â
msgstr ""
|
1689 |
Â
|
1690 |
-
#: resources/views/settings/pages/system-status.php:
|
1691 |
-
msgid "Refresh"
|
1692 |
-
msgstr ""
|
1693 |
-
|
1694 |
-
#: resources/views/settings/pages/system-status.php:75
|
1695 |
Â
msgid "WordPress environment"
|
1696 |
Â
msgstr ""
|
1697 |
Â
|
1698 |
-
#: resources/views/settings/pages/system-status.php:
|
1699 |
-
msgid "WordPress
|
1700 |
Â
msgstr ""
|
1701 |
Â
|
1702 |
-
#: resources/views/settings/pages/system-status.php:
|
1703 |
-
msgid "
|
1704 |
Â
msgstr ""
|
1705 |
Â
|
1706 |
-
#: resources/views/settings/pages/system-status.php:
|
1707 |
-
msgid "PHP
|
1708 |
Â
msgstr ""
|
1709 |
Â
|
1710 |
-
#: resources/views/settings/pages/system-status.php:
|
1711 |
-
msgid "
|
1712 |
Â
msgstr ""
|
1713 |
Â
|
1714 |
-
#: resources/views/settings/pages/system-status.php:
|
1715 |
Â
msgid "WP_DEBUG"
|
1716 |
Â
msgstr ""
|
1717 |
Â
|
1718 |
-
#: resources/views/settings/pages/system-status.php:
|
1719 |
Â
msgid "Displays whether of not WordPress is in Debug Mode"
|
1720 |
Â
msgstr ""
|
1721 |
Â
|
1722 |
-
#: resources/views/settings/pages/system-status.php:
|
1723 |
-
msgid "Visual Composer
|
1724 |
Â
msgstr ""
|
1725 |
Â
|
1726 |
-
#: resources/views/settings/pages/system-status.php:
|
1727 |
-
msgid "
|
1728 |
Â
msgstr ""
|
1729 |
Â
|
1730 |
-
#: resources/views/settings/pages/system-status.php:
|
1731 |
Â
msgid "There is a new version of Visual Composer Website Builder available."
|
1732 |
Â
msgstr ""
|
1733 |
Â
|
1734 |
-
#: resources/views/settings/pages/system-status.php:
|
1735 |
Â
msgid "Configurations"
|
1736 |
Â
msgstr ""
|
1737 |
Â
|
1738 |
-
#: resources/views/settings/pages/system-status.php:
|
1739 |
-
msgid "Memory
|
1740 |
Â
msgstr ""
|
1741 |
Â
|
1742 |
-
#: resources/views/settings/pages/system-status.php:
|
1743 |
-
msgid "
|
Â
|
|
1744 |
Â
msgstr ""
|
1745 |
Â
|
1746 |
-
#: resources/views/settings/pages/system-status.php:
|
1747 |
-
msgid "Post
|
1748 |
Â
msgstr ""
|
1749 |
Â
|
1750 |
-
#: resources/views/settings/pages/system-status.php:
|
1751 |
Â
msgid ""
|
1752 |
-
"
|
1753 |
Â
msgstr ""
|
1754 |
Â
|
1755 |
-
#: resources/views/settings/pages/system-status.php:
|
1756 |
-
msgid "Max
|
1757 |
Â
msgstr ""
|
1758 |
Â
|
1759 |
-
#: resources/views/settings/pages/system-status.php:
|
1760 |
-
msgid "
|
1761 |
Â
msgstr ""
|
1762 |
Â
|
1763 |
-
#: resources/views/settings/pages/system-status.php:
|
1764 |
-
msgid "Max Input Vars"
|
1765 |
Â
msgstr ""
|
1766 |
Â
|
1767 |
-
#: resources/views/settings/pages/system-status.php:
|
1768 |
Â
msgid ""
|
1769 |
-
"
|
1770 |
-
"$_POST and $_COOKIE superglobal separately)"
|
1771 |
Â
msgstr ""
|
1772 |
Â
|
1773 |
-
#: resources/views/settings/pages/system-status.php:
|
1774 |
Â
msgid "Timeout"
|
1775 |
Â
msgstr ""
|
1776 |
Â
|
1777 |
-
#: resources/views/settings/pages/system-status.php:
|
1778 |
-
msgid "
|
1779 |
Â
msgstr ""
|
1780 |
Â
|
1781 |
-
#: resources/views/settings/pages/system-status.php:
|
1782 |
-
msgid "
|
1783 |
Â
msgstr ""
|
1784 |
Â
|
1785 |
-
#: resources/views/settings/pages/system-status.php:
|
1786 |
-
msgid ""
|
1787 |
-
"The largest filesize that can be uploaded to your WordPress installation"
|
1788 |
Â
msgstr ""
|
1789 |
Â
|
1790 |
-
#: resources/views/settings/pages/system-status.php:
|
1791 |
-
msgid "Access to
|
1792 |
Â
msgstr ""
|
1793 |
Â
|
1794 |
-
#: resources/views/settings/pages/system-status.php:
|
1795 |
Â
msgid ""
|
1796 |
Â
"Visual Composer stores assets in the WordPress uploads directory. The "
|
1797 |
Â
"directory must be writable for this to happen."
|
1798 |
Â
msgstr ""
|
1799 |
Â
|
1800 |
-
#: resources/views/settings/pages/system-status.php:
|
1801 |
-
msgid "File
|
1802 |
Â
msgstr ""
|
1803 |
Â
|
1804 |
-
#: resources/views/settings/pages/system-status.php:
|
1805 |
-
msgid "The
|
1806 |
Â
msgstr ""
|
1807 |
Â
|
1808 |
-
#: resources/views/settings/pages/system-status.php:
|
1809 |
Â
msgid "Extensions"
|
1810 |
Â
msgstr ""
|
1811 |
Â
|
1812 |
-
#: resources/views/settings/pages/system-status.php:
|
1813 |
-
msgid "
|
1814 |
Â
msgstr ""
|
1815 |
Â
|
1816 |
-
#: resources/views/settings/pages/system-status.php:
|
1817 |
Â
msgid "The Zip Extension should be enabled on your server"
|
1818 |
Â
msgstr ""
|
1819 |
Â
|
1820 |
-
#: resources/views/settings/pages/system-status.php:
|
1821 |
-
msgid "
|
1822 |
Â
msgstr ""
|
1823 |
Â
|
1824 |
-
#: resources/views/settings/pages/system-status.php:
|
1825 |
-
msgid "The version of cURL installed on your server"
|
1826 |
Â
msgstr ""
|
1827 |
Â
|
1828 |
-
#: resources/views/settings/pages/system-status.php:
|
1829 |
Â
msgid "Connections"
|
1830 |
Â
msgstr ""
|
1831 |
Â
|
1832 |
-
#: resources/views/settings/pages/system-status.php:
|
1833 |
Â
msgid "Account"
|
1834 |
Â
msgstr ""
|
1835 |
Â
|
1836 |
-
#: resources/views/settings/pages/system-status.php:
|
1837 |
-
msgid "Connection with
|
1838 |
Â
msgstr ""
|
1839 |
Â
|
1840 |
-
#: resources/views/settings/pages/system-status.php:
|
1841 |
Â
msgid "AWS"
|
1842 |
Â
msgstr ""
|
1843 |
Â
|
1844 |
-
#: resources/views/settings/pages/system-status.php:
|
1845 |
-
msgid "The connection with the AWS"
|
1846 |
Â
msgstr ""
|
1847 |
Â
|
1848 |
-
#: resources/views/settings/pages/system-status.php:
|
1849 |
-
msgid "Large
|
1850 |
Â
msgstr ""
|
1851 |
Â
|
1852 |
-
#: resources/views/settings/pages/system-status.php:
|
1853 |
Â
msgid ""
|
1854 |
Â
"Ability to send large data. In case if failed - adjust your php.ini file "
|
1855 |
Â
"to increase memory_limit, post_max_size and execution time."
|
1856 |
Â
msgstr ""
|
Â
|
|
Â
|
|
Â
|
|
Â
|
3 |
Â
msgstr ""
|
4 |
Â
"Project-Id-Version: 1.0\n"
|
5 |
Â
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2020-10-28 15:38+0300\n"
|
7 |
Â
"PO-Revision-Date: 2017-03-20 21:48+0200\n"
|
8 |
Â
"Last-Translator: WPBakery <hello@wpbakery.com>\n"
|
9 |
Â
"Language-Team: WPBakery <hello@wpbakery.com>\n"
|
11 |
Â
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
Â
"Content-Transfer-Encoding: 8bit\n"
|
13 |
Â
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
14 |
+
"X-Generator: Poedit 2.4\n"
|
15 |
Â
"X-Poedit-KeywordsList: esc_html__;esc_html_e;esc_attr__;esc_attr_e;"
|
16 |
Â
"esc_html_x;_x;__;_e\n"
|
17 |
Â
"X-Poedit-Basepath: ../visualcomposer\n"
|
27 |
Â
#: Framework/helpers.php:173
|
28 |
Â
msgid ""
|
29 |
Â
"An error occurred while retrieving the download URL for Visual Composer "
|
30 |
+
"extensions. Deactivate other plugins, re-install Visual Composer and try "
|
31 |
+
"again."
|
32 |
Â
msgstr ""
|
33 |
Â
|
34 |
Â
#: Framework/helpers.php:179
|
35 |
Â
msgid ""
|
36 |
+
"An error occurred when creating temporary installation files. Verify that "
|
37 |
+
"WP_TEMP_DIR exists and is writable."
|
38 |
Â
msgstr ""
|
39 |
Â
|
40 |
+
#: Framework/helpers.php:185 Helpers/Localizations.php:163
|
41 |
Â
msgid ""
|
42 |
+
"An error occurred during the Visual Composer extension download process.\n"
|
43 |
+
"<ul><li>- Check if your server has a connection to the Internet.</li><li>- "
|
44 |
+
"Check if your server proxy has proper configuration settings.</li><li>- "
|
45 |
+
"Check your server firewall settings and access to https://account."
|
46 |
+
"visualcomposer.io</li><li>- Check if your server has access to the <a href="
|
47 |
+
"\"https://cdn.hub.visualcomposer.com/vcwb-teasers/"
|
48 |
+
"youtubePlayer.3307569.1518529200.youtube-player-preview.jpg\" target="
|
49 |
+
"\"_blank\">Amazon AWS</a></li></ul>"
|
50 |
Â
msgstr ""
|
51 |
Â
|
52 |
Â
#: Framework/helpers.php:192
|
53 |
Â
msgid ""
|
54 |
Â
"An HTTP requests failed during the download process of the plugin.\n"
|
55 |
+
"<ul><li>- Check if your server has a connection to the Internet.</li><li>- "
|
56 |
+
"Check if your server proxy has proper configuration settings.</li><li>- "
|
57 |
+
"Check your server firewall settings and access to <a href=\"https://"
|
58 |
+
"account.visualcomposer.io\" target=\"_blank\">https://account."
|
59 |
+
"visualcomposer.io</a></li><li>- Check if your server has access to the <a "
|
60 |
+
"href=\"https://cdn.hub.visualcomposer.com/vcwb-teasers/"
|
61 |
+
"youtubePlayer.3307569.1518529200.youtube-player-preview.jpg\" target="
|
62 |
+
"\"_blank\">Amazon AWS</a></li></ul>"
|
63 |
Â
msgstr ""
|
64 |
Â
|
65 |
Â
#: Framework/helpers.php:216
|
66 |
Â
msgid ""
|
67 |
Â
"An error occurred when extracting Visual Composer extension files. Visual "
|
68 |
+
"Composer requires direct access to the file system of your server. Check "
|
69 |
Â
"if FS_METHOD is defined in wp-config.php and disable it."
|
70 |
Â
msgstr ""
|
71 |
Â
|
72 |
Â
#: Framework/helpers.php:223
|
73 |
Â
msgid ""
|
74 |
+
"A .zip file of Visual Composer is broken - the checksum check failed. "
|
75 |
+
"Check your Internet connection, initiate reset under Visual Composer "
|
76 |
+
"Settings, and try again."
|
77 |
Â
msgstr ""
|
78 |
Â
|
79 |
Â
#: Framework/helpers.php:229
|
80 |
Â
msgid ""
|
81 |
Â
"We could not copy files to your server. It seems that you have run out of "
|
82 |
+
"the disk space. Increase your server disk space and try again."
|
83 |
Â
msgstr ""
|
84 |
Â
|
85 |
Â
#: Framework/helpers.php:236
|
86 |
Â
msgid ""
|
87 |
Â
"We could not create a directory for the plugin in wp-content/uploads. "
|
88 |
+
"Check if your server has \"write\" permissions for wp-content/uploads."
|
89 |
Â
msgstr ""
|
90 |
Â
|
91 |
+
#: Framework/helpers.php:242
|
92 |
+
msgid ""
|
93 |
+
"We could not copy a directory for the plugin in wp-content/uploads. Check "
|
94 |
+
"if your server has a \"write\" permissions for wp-content/uploads."
|
95 |
+
msgstr ""
|
96 |
+
|
97 |
+
#: Framework/helpers.php:248
|
98 |
Â
msgid ""
|
99 |
Â
"We could not copy a directory for the plugin in wp-content/uploads. Please "
|
100 |
Â
"check if your server has write permissions for wp-content/uploads."
|
106 |
Â
msgstr ""
|
107 |
Â
|
108 |
Â
#: Framework/helpers.php:304
|
109 |
+
msgid "A wrong response body was received."
|
110 |
Â
msgstr ""
|
111 |
Â
|
112 |
Â
#: Framework/helpers.php:318
|
113 |
+
msgid "Bad status code was received."
|
114 |
Â
msgstr ""
|
115 |
Â
|
116 |
Â
#: Framework/helpers.php:334
|
117 |
Â
#, php-format
|
118 |
+
msgid "A bad response status code %d was received."
|
119 |
Â
msgstr ""
|
120 |
Â
|
121 |
Â
#: Framework/helpers.php:350
|
122 |
+
msgid "Failed to process the action."
|
123 |
Â
msgstr ""
|
124 |
Â
|
125 |
+
#: Helpers/EditorTemplates.php:76
|
126 |
Â
msgid "My Templates"
|
127 |
Â
msgstr ""
|
128 |
Â
|
129 |
+
#: Helpers/EditorTemplates.php:80
|
130 |
+
msgid "Hub Templates"
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
131 |
Â
msgstr ""
|
132 |
Â
|
133 |
+
#: Helpers/EditorTemplates.php:186
|
134 |
+
msgid "Select a template"
|
135 |
Â
msgstr ""
|
136 |
Â
|
137 |
+
#: Helpers/Hub/Bundle.php:165 Helpers/Hub/Bundle.php:372
|
138 |
+
msgid "Failed to read remote bundle JSON."
|
139 |
Â
msgstr ""
|
140 |
Â
|
141 |
Â
#: Helpers/Hub/Download.php:27
|
154 |
Â
msgid "Templates library"
|
155 |
Â
msgstr ""
|
156 |
Â
|
157 |
+
#: Helpers/Hub/Update.php:175 Helpers/Localizations.php:763
|
158 |
+
msgid "Create a new page"
|
159 |
+
msgstr ""
|
160 |
+
|
161 |
+
#: Helpers/Hub/Update.php:190
|
162 |
+
msgid "Create a new post"
|
163 |
Â
msgstr ""
|
164 |
Â
|
165 |
+
#: Helpers/License.php:136
|
166 |
+
msgid "License data have been refreshed successfully."
|
167 |
Â
msgstr ""
|
168 |
Â
|
169 |
+
#: Helpers/License.php:182
|
170 |
Â
msgid "Visual Composer Website Builder license has expired."
|
171 |
Â
msgstr ""
|
172 |
Â
|
173 |
+
#: Helpers/License.php:187
|
174 |
Â
msgid "Couldn't find a valid Visual Composer Website Builder license."
|
175 |
Â
msgstr ""
|
176 |
Â
|
177 |
+
#: Helpers/License.php:194
|
178 |
Â
msgid "Visual Composer Website Builder license has been deactivated."
|
179 |
Â
msgstr ""
|
180 |
Â
|
181 |
+
#: Helpers/License.php:197
|
182 |
+
msgid "The license key is missing, enter a valid license key."
|
183 |
+
msgstr ""
|
184 |
+
|
185 |
+
#: Helpers/License.php:200
|
186 |
+
msgid "URL is missing, try again."
|
187 |
+
msgstr ""
|
188 |
+
|
189 |
+
#: Helpers/License.php:203
|
190 |
+
msgid "Visual Composer Website Builder license is already activated."
|
191 |
+
msgstr ""
|
192 |
+
|
193 |
+
#: Helpers/License.php:206
|
194 |
+
msgid "Activation failed, try again."
|
195 |
+
msgstr ""
|
196 |
+
|
197 |
+
#: Helpers/License.php:209
|
198 |
+
msgid "The license key has reached the activation limit."
|
199 |
+
msgstr ""
|
200 |
+
|
201 |
+
#: Helpers/License.php:212
|
202 |
+
msgid ""
|
203 |
+
"The purchase code is already used, deactivate the previous site, and try "
|
204 |
+
"again."
|
205 |
+
msgstr ""
|
206 |
+
|
207 |
+
#: Helpers/License.php:215
|
208 |
+
msgid "An error occurred, try again."
|
209 |
+
msgstr ""
|
210 |
+
|
211 |
+
#: Helpers/License.php:230 Helpers/Localizations.php:1075
|
212 |
+
msgid "Activate Hub"
|
213 |
+
msgstr ""
|
214 |
+
|
215 |
+
#: Helpers/License.php:233 Helpers/Localizations.php:49
|
216 |
+
#: Modules/License/Pages/GoPremium.php:149
|
217 |
+
#: Modules/Vendors/PluginsController.php:147
|
218 |
+
msgid "Go Premium"
|
219 |
+
msgstr ""
|
220 |
+
|
221 |
+
#: Helpers/License.php:247
|
222 |
+
msgid ""
|
223 |
+
"Activate your free or premium license to get access to the Visual Composer "
|
224 |
+
"Hub"
|
225 |
+
msgstr ""
|
226 |
+
|
227 |
+
#: Helpers/License.php:252
|
228 |
+
msgid "Go premium to get unlimited access to the Visual Composer Hub"
|
229 |
+
msgstr ""
|
230 |
+
|
231 |
Â
#: Helpers/Localizations.php:25
|
232 |
Â
msgid "Add Element"
|
233 |
Â
msgstr ""
|
234 |
Â
|
235 |
Â
#: Helpers/Localizations.php:26
|
236 |
+
msgid "Add Content"
|
237 |
Â
msgstr ""
|
238 |
Â
|
239 |
+
#: Helpers/Localizations.php:27 Modules/Settings/Pages/Hub.php:110
|
240 |
+
msgid "Visual Composer Hub"
|
241 |
Â
msgstr ""
|
242 |
Â
|
243 |
Â
#: Helpers/Localizations.php:28
|
244 |
+
msgid "Add Template"
|
245 |
Â
msgstr ""
|
246 |
Â
|
247 |
Â
#: Helpers/Localizations.php:29
|
248 |
+
msgid "Tree View"
|
249 |
Â
msgstr ""
|
250 |
Â
|
251 |
Â
#: Helpers/Localizations.php:30
|
252 |
+
msgid "Undo"
|
253 |
Â
msgstr ""
|
254 |
Â
|
255 |
Â
#: Helpers/Localizations.php:31
|
256 |
+
msgid "Redo"
|
257 |
Â
msgstr ""
|
258 |
Â
|
259 |
Â
#: Helpers/Localizations.php:32
|
260 |
+
msgid "Responsive View"
|
261 |
Â
msgstr ""
|
262 |
Â
|
263 |
Â
#: Helpers/Localizations.php:33
|
264 |
+
msgid "Desktop"
|
265 |
Â
msgstr ""
|
266 |
Â
|
267 |
Â
#: Helpers/Localizations.php:34
|
268 |
+
msgid "Tablet Landscape"
|
269 |
Â
msgstr ""
|
270 |
Â
|
271 |
Â
#: Helpers/Localizations.php:35
|
272 |
+
msgid "Tablet Portrait"
|
273 |
Â
msgstr ""
|
274 |
Â
|
275 |
Â
#: Helpers/Localizations.php:36
|
276 |
+
msgid "Mobile Landscape"
|
277 |
+
msgstr ""
|
278 |
+
|
279 |
+
#: Helpers/Localizations.php:37
|
280 |
Â
msgid "Mobile Portrait"
|
281 |
Â
msgstr ""
|
282 |
Â
|
283 |
+
#: Helpers/Localizations.php:38 Modules/Settings/Pages/Settings.php:75
|
284 |
Â
msgid "Settings"
|
285 |
Â
msgstr ""
|
286 |
Â
|
287 |
+
#: Helpers/Localizations.php:39
|
288 |
Â
msgid "Layout"
|
289 |
Â
msgstr ""
|
290 |
Â
|
291 |
+
#: Helpers/Localizations.php:40 Modules/Hub/Pages/UpdateBePage.php:98
|
292 |
Â
msgid "Update"
|
293 |
Â
msgstr ""
|
294 |
Â
|
295 |
+
#: Helpers/Localizations.php:41
|
296 |
Â
msgid "Menu"
|
297 |
Â
msgstr ""
|
298 |
Â
|
299 |
+
#: Helpers/Localizations.php:42
|
300 |
Â
msgid "View Page"
|
301 |
Â
msgstr ""
|
302 |
Â
|
303 |
+
#: Helpers/Localizations.php:43
|
304 |
Â
msgid "Back to WordPress"
|
305 |
Â
msgstr ""
|
306 |
Â
|
307 |
+
#: Helpers/Localizations.php:44
|
308 |
Â
msgid "WordPress Dashboard"
|
309 |
Â
msgstr ""
|
310 |
Â
|
311 |
+
#: Helpers/Localizations.php:45
|
312 |
Â
msgid "Publish"
|
313 |
Â
msgstr ""
|
314 |
Â
|
315 |
+
#: Helpers/Localizations.php:46
|
316 |
Â
msgid "Submit for Review"
|
317 |
Â
msgstr ""
|
318 |
Â
|
319 |
+
#: Helpers/Localizations.php:47
|
320 |
Â
msgid "Save Draft"
|
321 |
Â
msgstr ""
|
322 |
Â
|
323 |
+
#: Helpers/Localizations.php:50
|
324 |
+
msgid "Get Free License"
|
325 |
+
msgstr ""
|
326 |
+
|
327 |
+
#: Helpers/Localizations.php:51
|
328 |
+
msgid "Activated"
|
329 |
Â
msgstr ""
|
330 |
Â
|
331 |
+
#: Helpers/Localizations.php:52
|
332 |
Â
msgid "Close"
|
333 |
Â
msgstr ""
|
334 |
Â
|
335 |
+
#: Helpers/Localizations.php:54
|
336 |
Â
msgid ""
|
337 |
+
"There is no content on the page - start by adding an element or template."
|
338 |
Â
msgstr ""
|
339 |
Â
|
340 |
+
#: Helpers/Localizations.php:57 Modules/Settings/Fields/CssEditor.php:59
|
341 |
Â
msgid "Custom CSS"
|
342 |
Â
msgstr ""
|
343 |
Â
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
344 |
Â
#: Helpers/Localizations.php:58
|
345 |
+
msgid "Local CSS"
|
346 |
Â
msgstr ""
|
347 |
Â
|
348 |
Â
#: Helpers/Localizations.php:59
|
349 |
+
msgid "Local CSS will be applied to this particular page only."
|
350 |
Â
msgstr ""
|
351 |
Â
|
352 |
Â
#: Helpers/Localizations.php:60
|
353 |
+
msgid "Global CSS"
|
354 |
Â
msgstr ""
|
355 |
Â
|
356 |
+
#: Helpers/Localizations.php:61 Modules/Settings/Fields/CssEditor.php:53
|
357 |
+
msgid "Global CSS will be applied sitewide."
|
358 |
Â
msgstr ""
|
359 |
Â
|
360 |
Â
#: Helpers/Localizations.php:62
|
361 |
+
msgid "Custom JavaScript"
|
362 |
Â
msgstr ""
|
363 |
Â
|
364 |
Â
#: Helpers/Localizations.php:63
|
365 |
+
msgid "Local JavaScript"
|
366 |
Â
msgstr ""
|
367 |
Â
|
368 |
Â
#: Helpers/Localizations.php:64
|
369 |
+
msgid "Local JavaScript will be applied to this particular page only."
|
370 |
Â
msgstr ""
|
371 |
Â
|
372 |
Â
#: Helpers/Localizations.php:65
|
373 |
+
msgid "Global JavaScript"
|
374 |
Â
msgstr ""
|
375 |
Â
|
376 |
Â
#: Helpers/Localizations.php:66
|
377 |
+
msgid "Apply custom Global Javascript code sitewide."
|
378 |
Â
msgstr ""
|
379 |
Â
|
380 |
Â
#: Helpers/Localizations.php:67
|
381 |
+
msgid "Save"
|
382 |
Â
msgstr ""
|
383 |
Â
|
384 |
Â
#: Helpers/Localizations.php:68
|
385 |
+
msgid "Template Name"
|
386 |
Â
msgstr ""
|
387 |
Â
|
388 |
Â
#: Helpers/Localizations.php:69
|
389 |
+
msgid "Save Template"
|
390 |
Â
msgstr ""
|
391 |
Â
|
392 |
Â
#: Helpers/Localizations.php:70
|
393 |
+
msgid "Remove Template"
|
394 |
Â
msgstr ""
|
395 |
Â
|
396 |
Â
#: Helpers/Localizations.php:71
|
397 |
+
msgid "Failed to save the template."
|
398 |
Â
msgstr ""
|
399 |
Â
|
400 |
Â
#: Helpers/Localizations.php:72
|
401 |
+
msgid "Download More Templates"
|
402 |
Â
msgstr ""
|
403 |
Â
|
404 |
Â
#: Helpers/Localizations.php:73
|
405 |
+
msgid "Get More Elements"
|
406 |
+
msgstr ""
|
407 |
+
|
408 |
+
#: Helpers/Localizations.php:74
|
409 |
Â
msgid "Get More Templates"
|
410 |
Â
msgstr ""
|
411 |
Â
|
412 |
+
#: Helpers/Localizations.php:77
|
413 |
Â
msgid ""
|
414 |
+
"There are no templates yet. Save the current layout as a template or "
|
415 |
+
"download templates from Visual Composer Hub."
|
416 |
Â
msgstr ""
|
417 |
Â
|
418 |
+
#: Helpers/Localizations.php:81
|
419 |
Â
msgid ""
|
420 |
Â
"Didn't find the right template? Check out Visual Composer Hub for more "
|
421 |
+
"templates."
|
422 |
Â
msgstr ""
|
423 |
Â
|
424 |
+
#: Helpers/Localizations.php:85 Helpers/Localizations.php:419
|
425 |
Â
msgid ""
|
426 |
+
"Access the Visual Composer Hub - download additional elements, blocks, "
|
427 |
+
"templates, and addons."
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
428 |
Â
msgstr ""
|
429 |
Â
|
430 |
Â
#: Helpers/Localizations.php:88
|
431 |
+
msgid "Do you want to delete this template?"
|
432 |
Â
msgstr ""
|
433 |
Â
|
434 |
Â
#: Helpers/Localizations.php:89
|
435 |
+
msgid "Do you want to delete this element preset?"
|
436 |
Â
msgstr ""
|
437 |
Â
|
438 |
Â
#: Helpers/Localizations.php:90
|
439 |
+
msgid "Failed to remove the template"
|
440 |
Â
msgstr ""
|
441 |
Â
|
442 |
Â
#: Helpers/Localizations.php:91
|
443 |
+
msgid "Name Your Page, Select"
|
444 |
Â
msgstr ""
|
445 |
Â
|
446 |
Â
#: Helpers/Localizations.php:92
|
447 |
+
msgid "Name The Page"
|
448 |
+
msgstr ""
|
449 |
+
|
450 |
+
#: Helpers/Localizations.php:93
|
451 |
+
msgid "Layout and Start Building"
|
452 |
+
msgstr ""
|
453 |
+
|
454 |
+
#: Helpers/Localizations.php:94
|
455 |
+
msgid "Name Your "
|
456 |
Â
msgstr ""
|
457 |
Â
|
458 |
Â
#: Helpers/Localizations.php:95
|
459 |
+
msgid "and Start Building"
|
460 |
+
msgstr ""
|
461 |
+
|
462 |
+
#: Helpers/Localizations.php:98
|
463 |
Â
msgid ""
|
464 |
+
"Start by adding an element to the layout or select one of the pre-defined "
|
465 |
Â
"templates."
|
466 |
Â
msgstr ""
|
467 |
Â
|
468 |
+
#: Helpers/Localizations.php:101
|
469 |
Â
msgid "Page title"
|
470 |
Â
msgstr ""
|
471 |
Â
|
472 |
+
#: Helpers/Localizations.php:104
|
473 |
Â
msgid ""
|
474 |
+
"Didn't find a perfect template? Get a premium license to download "
|
475 |
+
"templates from the Visual Composer Hub."
|
476 |
Â
msgstr ""
|
477 |
Â
|
478 |
+
#: Helpers/Localizations.php:109
|
479 |
Â
msgid ""
|
480 |
+
"Didn't find an element? Get a premium license to download elements from "
|
481 |
+
"the Visual Composer Hub."
|
482 |
Â
msgstr ""
|
483 |
Â
|
484 |
+
#: Helpers/Localizations.php:114
|
485 |
Â
msgid ""
|
486 |
+
"Get a premium license to access Visual Composer Hub. Download "
|
487 |
Â
"professionally designed templates, more content elements, extensions, and "
|
488 |
Â
"more."
|
489 |
Â
msgstr ""
|
490 |
Â
|
491 |
+
#: Helpers/Localizations.php:117
|
492 |
Â
msgid "Add"
|
493 |
Â
msgstr ""
|
494 |
Â
|
495 |
+
#: Helpers/Localizations.php:118
|
496 |
Â
msgid "Row Layout"
|
497 |
Â
msgstr ""
|
498 |
Â
|
499 |
+
#: Helpers/Localizations.php:119 Modules/Editors/Tutorial/PostType.php:72
|
500 |
Â
msgid "Edit"
|
501 |
Â
msgstr ""
|
502 |
Â
|
503 |
+
#: Helpers/Localizations.php:120
|
504 |
Â
msgid "Design Options"
|
505 |
Â
msgstr ""
|
506 |
Â
|
507 |
+
#: Helpers/Localizations.php:121
|
508 |
Â
msgid "Clone"
|
509 |
Â
msgstr ""
|
510 |
Â
|
511 |
+
#: Helpers/Localizations.php:122
|
512 |
Â
msgid "Copy"
|
513 |
Â
msgstr ""
|
514 |
Â
|
515 |
+
#: Helpers/Localizations.php:123
|
516 |
Â
msgid "Paste"
|
517 |
Â
msgstr ""
|
518 |
Â
|
519 |
+
#: Helpers/Localizations.php:124
|
520 |
Â
msgid "Paste After"
|
521 |
Â
msgstr ""
|
522 |
Â
|
523 |
+
#: Helpers/Localizations.php:125
|
524 |
Â
msgid "Remove"
|
525 |
Â
msgstr ""
|
526 |
Â
|
527 |
+
#: Helpers/Localizations.php:126
|
528 |
Â
msgid "Move"
|
529 |
Â
msgstr ""
|
530 |
Â
|
531 |
+
#: Helpers/Localizations.php:127
|
532 |
+
msgid "Search for content elements"
|
533 |
Â
msgstr ""
|
534 |
Â
|
535 |
+
#: Helpers/Localizations.php:128
|
536 |
+
msgid "Search for content elements and templates"
|
537 |
Â
msgstr ""
|
538 |
Â
|
539 |
+
#: Helpers/Localizations.php:129
|
540 |
+
msgid "Search templates"
|
541 |
Â
msgstr ""
|
542 |
Â
|
543 |
+
#: Helpers/Localizations.php:131
|
544 |
+
msgid ""
|
545 |
+
"A template with this name already exists. Choose a different template name."
|
546 |
Â
msgstr ""
|
547 |
Â
|
548 |
+
#: Helpers/Localizations.php:134
|
549 |
+
msgid "There is no content on the page to be saved."
|
550 |
Â
msgstr ""
|
551 |
Â
|
552 |
+
#: Helpers/Localizations.php:135
|
553 |
+
msgid "Enter the template name to save this page as a template."
|
554 |
Â
msgstr ""
|
555 |
Â
|
556 |
+
#: Helpers/Localizations.php:136
|
557 |
Â
msgid "Add one column"
|
558 |
Â
msgstr ""
|
559 |
Â
|
560 |
+
#: Helpers/Localizations.php:137
|
561 |
Â
msgid "Add two columns"
|
562 |
Â
msgstr ""
|
563 |
Â
|
564 |
+
#: Helpers/Localizations.php:138
|
565 |
Â
msgid "Add three columns"
|
566 |
Â
msgstr ""
|
567 |
Â
|
568 |
+
#: Helpers/Localizations.php:139
|
569 |
Â
msgid "Add four columns"
|
570 |
Â
msgstr ""
|
571 |
Â
|
572 |
+
#: Helpers/Localizations.php:140
|
573 |
Â
msgid "Add five columns"
|
574 |
Â
msgstr ""
|
575 |
Â
|
576 |
+
#: Helpers/Localizations.php:141
|
577 |
Â
msgid "Add custom row layout"
|
578 |
Â
msgstr ""
|
579 |
Â
|
580 |
+
#: Helpers/Localizations.php:142
|
581 |
+
msgid "Add a text block"
|
582 |
Â
msgstr ""
|
583 |
Â
|
584 |
+
#: Helpers/Localizations.php:143
|
585 |
+
#: Modules/Editors/EditPostLinks/Controller.php:92
|
Â
|
|
586 |
Â
#: Modules/Editors/EditPostLinks/Controller.php:128
|
587 |
+
#: Modules/Editors/EditPostLinks/Controller.php:129
|
588 |
+
#: Modules/Editors/EditPostLinks/Controller.php:189
|
589 |
Â
msgid "Edit with Visual Composer"
|
590 |
Â
msgstr ""
|
591 |
Â
|
592 |
+
#: Helpers/Localizations.php:144
|
593 |
Â
msgid "Classic Editor"
|
594 |
Â
msgstr ""
|
595 |
Â
|
596 |
+
#: Helpers/Localizations.php:147
|
597 |
Â
msgid ""
|
598 |
Â
"You are switching to Visual Composer. Visual Composer will load the latest "
|
599 |
+
"version of the content created with the website builder."
|
600 |
Â
msgstr ""
|
601 |
Â
|
602 |
+
#: Helpers/Localizations.php:152
|
603 |
Â
msgid ""
|
604 |
+
"You are switching to the Classic Editor. The content created with Visual "
|
605 |
+
"Composer will be copied to Classic Editor (style changes may apply). Any "
|
606 |
+
"changes made in the Classic Editor will not be synced with the Visual "
|
607 |
+
"Composer layout. Do you want to proceed?"
|
608 |
Â
msgstr ""
|
609 |
Â
|
610 |
+
#: Helpers/Localizations.php:155
|
611 |
Â
msgid "Blank Page"
|
612 |
Â
msgstr ""
|
613 |
Â
|
614 |
+
#: Helpers/Localizations.php:156
|
615 |
+
msgid "Search for templates by name and description"
|
616 |
Â
msgstr ""
|
617 |
Â
|
618 |
+
#: Helpers/Localizations.php:157
|
619 |
Â
msgid "Open Visual Composer Hub"
|
620 |
Â
msgstr ""
|
621 |
Â
|
622 |
+
#: Helpers/Localizations.php:159
|
623 |
Â
msgid ""
|
624 |
+
"Didn't find an element? Check the Visual Composer Hub for more elements."
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
625 |
Â
msgstr ""
|
626 |
Â
|
627 |
Â
#: Helpers/Localizations.php:168
|
628 |
+
msgid ""
|
629 |
+
"Forgot your license? Retrieve it in <a href=\"https://my.visualcomposer."
|
630 |
+
"com/licenses/?utm_medium=wp-dashboard&utm_source=activation-"
|
631 |
+
"page&utm_campaign=get-license\" class=\"vcv-activation-input-field-forgot-"
|
632 |
+
"license-link\" target=\"_blank\">My Visual Composer</a> under Licenses "
|
633 |
+
"section"
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
634 |
Â
msgstr ""
|
635 |
Â
|
636 |
+
#: Helpers/Localizations.php:172
|
637 |
+
msgid ""
|
638 |
+
"Already have a license? Log in to <a href=\"https://my.visualcomposer.com/"
|
639 |
+
"licenses/?utm_medium=wp-dashboard&utm_source=activation-"
|
640 |
+
"page&utm_campaign=get-license\" class=\"vcv-activation-input-field-forgot-"
|
641 |
+
"license-link\" target=\"_blank\">My Visual Composer</a> to find it."
|
642 |
Â
msgstr ""
|
643 |
Â
|
644 |
Â
#: Helpers/Localizations.php:176
|
645 |
+
msgid "Do more with the Visual Composer Hub"
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
646 |
Â
msgstr ""
|
647 |
Â
|
648 |
+
#: Helpers/Localizations.php:179 Helpers/Localizations.php:205
|
649 |
+
msgid "Nothing found"
|
650 |
Â
msgstr ""
|
651 |
Â
|
652 |
Â
#: Helpers/Localizations.php:180
|
653 |
+
msgid "Add an image"
|
654 |
Â
msgstr ""
|
655 |
Â
|
656 |
Â
#: Helpers/Localizations.php:181
|
657 |
+
msgid "Remove the image"
|
658 |
Â
msgstr ""
|
659 |
Â
|
660 |
Â
#: Helpers/Localizations.php:182
|
661 |
+
msgid "Move the image"
|
Â
|
|
662 |
Â
msgstr ""
|
663 |
Â
|
664 |
Â
#: Helpers/Localizations.php:183
|
665 |
+
msgid "Edit or replace the image"
|
666 |
Â
msgstr ""
|
667 |
Â
|
668 |
Â
#: Helpers/Localizations.php:184
|
669 |
+
msgid "Add a link"
|
670 |
Â
msgstr ""
|
671 |
Â
|
672 |
Â
#: Helpers/Localizations.php:185
|
673 |
+
msgid "Select a URL"
|
674 |
Â
msgstr ""
|
675 |
Â
|
676 |
Â
#: Helpers/Localizations.php:186
|
677 |
+
msgid "Insert or edit a link"
|
678 |
Â
msgstr ""
|
679 |
Â
|
680 |
+
#: Helpers/Localizations.php:187 Helpers/Localizations.php:208
|
681 |
+
msgid "Enter the destination URL"
|
682 |
Â
msgstr ""
|
683 |
Â
|
684 |
Â
#: Helpers/Localizations.php:188
|
685 |
+
msgid "Or link to an existing content"
|
686 |
Â
msgstr ""
|
687 |
Â
|
688 |
Â
#: Helpers/Localizations.php:189
|
689 |
+
msgid "Search existing content"
|
690 |
Â
msgstr ""
|
691 |
Â
|
692 |
Â
#: Helpers/Localizations.php:190
|
693 |
+
msgid "Popup"
|
694 |
Â
msgstr ""
|
695 |
Â
|
696 |
+
#: Helpers/Localizations.php:191 Helpers/Localizations.php:195
|
697 |
+
msgid "Select a popup template"
|
698 |
Â
msgstr ""
|
699 |
Â
|
700 |
+
#: Helpers/Localizations.php:192
|
701 |
+
msgid "Popup on every page load"
|
Â
|
|
Â
|
|
702 |
Â
msgstr ""
|
703 |
Â
|
704 |
+
#: Helpers/Localizations.php:193
|
705 |
+
msgid "Popup on exit-intent"
|
706 |
Â
msgstr ""
|
707 |
Â
|
708 |
+
#: Helpers/Localizations.php:194
|
709 |
+
msgid "Popup on element ID"
|
710 |
Â
msgstr ""
|
711 |
Â
|
712 |
+
#: Helpers/Localizations.php:196
|
713 |
+
msgid "Delay (seconds)"
|
714 |
Â
msgstr ""
|
715 |
Â
|
716 |
+
#: Helpers/Localizations.php:197
|
717 |
+
msgid "Show every (days)"
|
Â
|
|
Â
|
|
718 |
Â
msgstr ""
|
719 |
Â
|
720 |
+
#: Helpers/Localizations.php:198
|
721 |
+
msgid "The popup will open once the page is loaded."
|
722 |
Â
msgstr ""
|
723 |
Â
|
724 |
+
#: Helpers/Localizations.php:199
|
725 |
+
msgid "The popup will load if a user tries to exit the page."
|
726 |
Â
msgstr ""
|
727 |
Â
|
728 |
+
#: Helpers/Localizations.php:201
|
729 |
Â
msgid ""
|
730 |
+
"The popup will appear when an element with a unique Element ID will be "
|
731 |
+
"displayed (scrolled to) on the page."
|
732 |
Â
msgstr ""
|
733 |
Â
|
734 |
+
#: Helpers/Localizations.php:204
|
735 |
+
msgid "OnClick action"
|
736 |
Â
msgstr ""
|
737 |
Â
|
738 |
+
#: Helpers/Localizations.php:206
|
739 |
+
msgid "Open the link in a new tab"
|
740 |
Â
msgstr ""
|
741 |
Â
|
742 |
+
#: Helpers/Localizations.php:207
|
743 |
+
msgid "Add \"nofollow\" option to the link"
|
Â
|
|
Â
|
|
744 |
Â
msgstr ""
|
745 |
Â
|
746 |
+
#: Helpers/Localizations.php:209
|
747 |
+
msgid "The title attribute will be displayed on the link hover."
|
Â
|
|
748 |
Â
msgstr ""
|
749 |
Â
|
750 |
+
#: Helpers/Localizations.php:210
|
751 |
+
msgid "Title"
|
Â
|
|
Â
|
|
Â
|
|
752 |
Â
msgstr ""
|
753 |
Â
|
754 |
+
#: Helpers/Localizations.php:211
|
755 |
+
msgid "Visual Composer Hub update failed, try again."
|
Â
|
|
Â
|
|
756 |
Â
msgstr ""
|
757 |
Â
|
758 |
+
#: Helpers/Localizations.php:212
|
759 |
+
#: Modules/Editors/Settings/ItemPreviewController.php:71
|
760 |
+
msgid "Preview"
|
761 |
Â
msgstr ""
|
762 |
Â
|
763 |
+
#: Helpers/Localizations.php:213
|
764 |
+
msgid "Preview Changes"
|
Â
|
|
Â
|
|
Â
|
|
765 |
Â
msgstr ""
|
766 |
Â
|
767 |
+
#: Helpers/Localizations.php:214
|
768 |
+
msgid "Saving Results"
|
769 |
Â
msgstr ""
|
770 |
Â
|
771 |
+
#: Helpers/Localizations.php:215
|
772 |
+
msgid "Hide Element"
|
Â
|
|
Â
|
|
Â
|
|
773 |
Â
msgstr ""
|
774 |
Â
|
775 |
+
#: Helpers/Localizations.php:216
|
776 |
+
msgid "Show Element"
|
Â
|
|
777 |
Â
msgstr ""
|
778 |
Â
|
779 |
+
#: Helpers/Localizations.php:217
|
780 |
+
msgid "Element is Hidden"
|
Â
|
|
781 |
Â
msgstr ""
|
782 |
Â
|
783 |
+
#: Helpers/Localizations.php:218
|
784 |
+
msgid "Element Settings"
|
Â
|
|
Â
|
|
785 |
Â
msgstr ""
|
786 |
Â
|
787 |
+
#: Helpers/Localizations.php:220
|
788 |
Â
msgid ""
|
789 |
+
"Change default parameters to create a unique element. The new element will "
|
790 |
+
"be added to the Element Library."
|
791 |
Â
msgstr ""
|
792 |
Â
|
793 |
+
#: Helpers/Localizations.php:223
|
794 |
+
msgid "Save as a Preset"
|
795 |
Â
msgstr ""
|
796 |
Â
|
797 |
+
#: Helpers/Localizations.php:224
|
798 |
+
msgid "Save as a Template"
|
Â
|
|
799 |
Â
msgstr ""
|
800 |
Â
|
801 |
+
#: Helpers/Localizations.php:225
|
802 |
+
msgid "Downloading initial extensions"
|
803 |
+
msgstr ""
|
804 |
+
|
805 |
+
#: Helpers/Localizations.php:226
|
806 |
+
msgid "Downloading assets {i} of {cnt}: {name}"
|
807 |
+
msgstr ""
|
808 |
+
|
809 |
+
#: Helpers/Localizations.php:227
|
810 |
+
msgid "Downloading"
|
811 |
+
msgstr ""
|
812 |
+
|
813 |
+
#: Helpers/Localizations.php:228
|
814 |
+
msgid "Updating posts {i} in {cnt}: {name}"
|
815 |
+
msgstr ""
|
816 |
+
|
817 |
+
#: Helpers/Localizations.php:229
|
818 |
+
msgid "Failed to load: {file}"
|
819 |
+
msgstr ""
|
820 |
+
|
821 |
+
#: Helpers/Localizations.php:230
|
822 |
+
msgid "None"
|
823 |
+
msgstr ""
|
824 |
+
|
825 |
+
#: Helpers/Localizations.php:233
|
826 |
+
msgid ""
|
827 |
+
"Double-tap on an element to open the edit window. Tap and hold to initiate "
|
828 |
+
"drag and drop."
|
829 |
+
msgstr ""
|
830 |
+
|
831 |
+
#: Helpers/Localizations.php:236
|
832 |
+
msgid "Template"
|
833 |
+
msgstr ""
|
834 |
+
|
835 |
+
#: Helpers/Localizations.php:237
|
836 |
+
msgid "Theme Default"
|
837 |
+
msgstr ""
|
838 |
+
|
839 |
+
#: Helpers/Localizations.php:239
|
840 |
+
msgid "To apply a template save changes and reload the page."
|
841 |
+
msgstr ""
|
842 |
+
|
843 |
+
#: Helpers/Localizations.php:243
|
844 |
+
msgid "To apply title, save changes, and reload the page."
|
845 |
+
msgstr ""
|
846 |
+
|
847 |
+
#: Helpers/Localizations.php:247
|
848 |
+
msgid "To apply title changes save changes and reload the page"
|
849 |
+
msgstr ""
|
850 |
+
|
851 |
+
#: Helpers/Localizations.php:250
|
852 |
+
msgid "Disable the page title"
|
853 |
+
msgstr ""
|
854 |
+
|
855 |
+
#: Helpers/Localizations.php:252
|
856 |
+
msgid ""
|
857 |
+
"{name} has been successfully downloaded from the Visual Composer Hub and "
|
858 |
+
"added to the Element Library."
|
859 |
+
msgstr ""
|
860 |
+
|
861 |
+
#: Helpers/Localizations.php:256
|
862 |
+
msgid ""
|
863 |
+
"{name} has been successfully downloaded from the Visual Composer Hub and "
|
864 |
+
"added to the Element Library. To finish the installation process reload "
|
865 |
+
"the page."
|
866 |
+
msgstr ""
|
867 |
+
|
868 |
+
#: Helpers/Localizations.php:260
|
869 |
+
msgid ""
|
870 |
+
"The element was copied without a unique Element ID. Adjust the Element ID "
|
871 |
+
"by editing the element."
|
872 |
+
msgstr ""
|
873 |
+
|
874 |
+
#: Helpers/Localizations.php:264
|
875 |
+
msgid ""
|
876 |
+
"The element was cloned without a unique Element ID. Adjust the Element ID "
|
877 |
+
"by editing the element."
|
878 |
+
msgstr ""
|
879 |
+
|
880 |
+
#: Helpers/Localizations.php:268
|
881 |
+
msgid "Failed to download the element (license expired or request timed out)"
|
882 |
+
msgstr ""
|
883 |
+
|
884 |
+
#: Helpers/Localizations.php:271
|
885 |
+
msgid "Failed to download the element"
|
886 |
+
msgstr ""
|
887 |
+
|
888 |
+
#: Helpers/Localizations.php:274
|
889 |
+
msgid ""
|
890 |
+
"It seems that something went wrong with loading the content. Make sure you "
|
891 |
+
"are loading the correct content and try again."
|
892 |
+
msgstr ""
|
893 |
+
|
894 |
+
#: Helpers/Localizations.php:277 Helpers/Localizations.php:285
|
895 |
+
#: Helpers/Localizations.php:299
|
896 |
+
msgid "Return to WordPress dashboard"
|
897 |
+
msgstr ""
|
898 |
+
|
899 |
+
#: Helpers/Localizations.php:278
|
900 |
+
msgid "Try Again"
|
901 |
+
msgstr ""
|
902 |
+
|
903 |
+
#: Helpers/Localizations.php:279
|
904 |
+
msgid "Report an Issue"
|
905 |
+
msgstr ""
|
906 |
+
|
907 |
+
#: Helpers/Localizations.php:282
|
908 |
+
msgid ""
|
909 |
+
"It seems you are trying to edit the archive page which displays post "
|
910 |
+
"archives instead of content. Before the edit, make sure to convert it to a "
|
911 |
+
"static page via your WordPress admin."
|
912 |
+
msgstr ""
|
913 |
+
|
914 |
+
#: Helpers/Localizations.php:287
|
915 |
+
msgid ""
|
916 |
+
"Replace the {elementLabel} within this element with another {elementLabel} "
|
917 |
+
"from the Element Library."
|
918 |
+
msgstr ""
|
919 |
+
|
920 |
+
#: Helpers/Localizations.php:291
|
921 |
+
msgid "Replace the element with a different element from the same category."
|
922 |
Â
msgstr ""
|
923 |
Â
|
924 |
Â
#: Helpers/Localizations.php:295
|
925 |
Â
msgid ""
|
926 |
+
"We have received your request - the ticket has been created. Our support "
|
927 |
+
"representative will contact you shortly."
|
928 |
+
msgstr ""
|
929 |
+
|
930 |
+
#: Helpers/Localizations.php:303
|
931 |
+
msgid "Thank You!"
|
932 |
+
msgstr ""
|
933 |
+
|
934 |
+
#: Helpers/Localizations.php:308
|
935 |
+
#, php-format
|
936 |
+
msgid ""
|
937 |
+
"There is a new version of Visual Composer Website Builder available. <a "
|
938 |
+
"href=\"%s\">Update now</a> to version %s."
|
939 |
+
msgstr ""
|
940 |
+
|
941 |
+
#: Helpers/Localizations.php:316
|
942 |
+
#, php-format
|
943 |
+
msgid "Select a %s or %screate a new one%s."
|
944 |
+
msgstr ""
|
945 |
+
|
946 |
+
#: Helpers/Localizations.php:324
|
947 |
+
#: Modules/Editors/Settings/PageTemplatesVariablesController.php:81
|
948 |
+
msgid "Default"
|
949 |
+
msgstr ""
|
950 |
+
|
951 |
+
#: Helpers/Localizations.php:328
|
952 |
+
msgid "Global Default"
|
953 |
+
msgstr ""
|
954 |
+
|
955 |
+
#: Helpers/Localizations.php:332
|
956 |
+
msgid "Layout Default"
|
957 |
+
msgstr ""
|
958 |
+
|
959 |
+
#: Helpers/Localizations.php:336
|
960 |
+
msgid ""
|
961 |
+
"Update Visual Composer plugin to the most recent version to download this "
|
962 |
+
"content element."
|
963 |
+
msgstr ""
|
964 |
+
|
965 |
+
#: Helpers/Localizations.php:340
|
966 |
+
msgid ""
|
967 |
+
"Update Visual Composer plugin to the most recent version to download this "
|
968 |
+
"template."
|
969 |
+
msgstr ""
|
970 |
+
|
971 |
+
#: Helpers/Localizations.php:344
|
972 |
+
msgid ""
|
973 |
+
"Update Visual Composer plugin to the most recent version to download this "
|
974 |
+
"addon."
|
975 |
+
msgstr ""
|
976 |
+
|
977 |
+
#: Helpers/Localizations.php:347
|
978 |
+
msgid "Start Building"
|
979 |
+
msgstr ""
|
980 |
+
|
981 |
+
#: Helpers/Localizations.php:350
|
982 |
+
#, php-format
|
983 |
+
msgid "%s Name"
|
984 |
+
msgstr ""
|
985 |
+
|
986 |
+
#: Helpers/Localizations.php:356
|
987 |
+
msgid ""
|
988 |
+
"WordPress theme defined layout for a specific page, post, or custom post "
|
989 |
+
"type."
|
990 |
+
msgstr ""
|
991 |
+
|
992 |
+
#: Helpers/Localizations.php:360
|
993 |
+
msgid ""
|
994 |
+
"A blank page layout with a boxed content area in the middle of the page "
|
995 |
Â
"without header, footer, or sidebar."
|
996 |
Â
msgstr ""
|
997 |
Â
|
998 |
+
#: Helpers/Localizations.php:364
|
999 |
+
msgid "A full-width blank page without header, footer, or sidebar."
|
1000 |
+
msgstr ""
|
1001 |
+
|
1002 |
+
#: Helpers/Localizations.php:368
|
1003 |
+
msgid ""
|
1004 |
+
"A default layout for the post type created in the Visual Composer Theme "
|
1005 |
+
"Builder."
|
1006 |
+
msgstr ""
|
1007 |
+
|
1008 |
+
#: Helpers/Localizations.php:372
|
1009 |
+
msgid "A default layout with custom header, content, and footer area."
|
1010 |
+
msgstr ""
|
1011 |
+
|
1012 |
+
#: Helpers/Localizations.php:376
|
1013 |
+
msgid ""
|
1014 |
+
"A default layout with custom header, content, footer, and sidebar area on "
|
1015 |
+
"the right."
|
1016 |
+
msgstr ""
|
1017 |
+
|
1018 |
+
#: Helpers/Localizations.php:380
|
1019 |
+
msgid ""
|
1020 |
+
"A default layout with custom header, content, footer, and sidebar area on "
|
1021 |
+
"the left."
|
1022 |
+
msgstr ""
|
1023 |
+
|
1024 |
+
#: Helpers/Localizations.php:384
|
1025 |
+
msgid "Available in the Premium version."
|
1026 |
+
msgstr ""
|
1027 |
+
|
1028 |
+
#: Helpers/Localizations.php:388
|
1029 |
+
msgid "Gutenberg plugin doesn't work properly. Check the Gutenberg plugin."
|
1030 |
+
msgstr ""
|
1031 |
+
|
1032 |
+
#: Helpers/Localizations.php:391
|
1033 |
+
msgid "Free"
|
1034 |
+
msgstr ""
|
1035 |
+
|
1036 |
+
#: Helpers/Localizations.php:392
|
1037 |
+
msgid "Premium"
|
1038 |
+
msgstr ""
|
1039 |
+
|
1040 |
+
#: Helpers/Localizations.php:393
|
1041 |
+
msgid "Remove All"
|
1042 |
+
msgstr ""
|
1043 |
+
|
1044 |
+
#: Helpers/Localizations.php:394
|
1045 |
+
msgid "Continue importing"
|
1046 |
+
msgstr ""
|
1047 |
+
|
1048 |
+
#: Helpers/Localizations.php:395
|
1049 |
+
msgid "Back to import"
|
1050 |
+
msgstr ""
|
1051 |
+
|
1052 |
+
#: Helpers/Localizations.php:396
|
1053 |
+
msgid "Starting import process..."
|
1054 |
+
msgstr ""
|
1055 |
+
|
1056 |
+
#: Helpers/Localizations.php:397
|
1057 |
+
msgid "Back to parent"
|
1058 |
+
msgstr ""
|
1059 |
+
|
1060 |
+
#: Helpers/Localizations.php:398
|
1061 |
+
msgid "Editor Settings"
|
1062 |
+
msgstr ""
|
1063 |
+
|
1064 |
+
#: Helpers/Localizations.php:399
|
1065 |
+
msgid "Click to edit column value"
|
1066 |
+
msgstr ""
|
1067 |
+
|
1068 |
+
#: Helpers/Localizations.php:400
|
1069 |
+
msgid "Addon"
|
1070 |
+
msgstr ""
|
1071 |
+
|
1072 |
+
#: Helpers/Localizations.php:402
|
1073 |
+
msgid "Don't close this window while the download is in progress."
|
1074 |
+
msgstr ""
|
1075 |
+
|
1076 |
+
#: Helpers/Localizations.php:405
|
1077 |
+
msgid "Create Your WordPress Website."
|
1078 |
+
msgstr ""
|
1079 |
+
|
1080 |
+
#: Helpers/Localizations.php:406
|
1081 |
+
msgid "Any Layout. Fast and Easy."
|
1082 |
+
msgstr ""
|
1083 |
+
|
1084 |
+
#: Helpers/Localizations.php:407
|
1085 |
+
msgid "Skip this post"
|
1086 |
+
msgstr ""
|
1087 |
+
|
1088 |
+
#: Helpers/Localizations.php:408
|
1089 |
+
msgid "Connect to Visual Composer Hub."
|
1090 |
+
msgstr ""
|
1091 |
+
|
1092 |
+
#: Helpers/Localizations.php:409
|
1093 |
+
msgid "Do More."
|
1094 |
+
msgstr ""
|
1095 |
+
|
1096 |
+
#: Helpers/Localizations.php:411
|
1097 |
+
msgid "Get Started"
|
1098 |
+
msgstr ""
|
1099 |
+
|
1100 |
+
#: Helpers/Localizations.php:412
|
1101 |
+
msgid "Sending Error Report"
|
1102 |
+
msgstr ""
|
1103 |
+
|
1104 |
+
#: Helpers/Localizations.php:414
|
1105 |
+
msgid "Don't close this window while sending an error is in the process."
|
1106 |
+
msgstr ""
|
1107 |
+
|
1108 |
+
#: Helpers/Localizations.php:417
|
1109 |
+
msgid "Oops ... Something Went Wrong"
|
1110 |
+
msgstr ""
|
1111 |
+
|
1112 |
+
#: Helpers/Localizations.php:423
|
1113 |
+
msgid ""
|
1114 |
+
"Add custom JavaScript code to insert it locally on this page in <footer>. "
|
1115 |
+
"Insert Google Analytics, Tag Manager, Kissmetrics, or other JavaScript "
|
1116 |
+
"code snippets."
|
1117 |
+
msgstr ""
|
1118 |
+
|
1119 |
+
#: Helpers/Localizations.php:427
|
1120 |
+
msgid ""
|
1121 |
+
"Add custom JavaScript code to insert it locally on this page in <header> "
|
1122 |
+
"or <footer>. Insert Google Analytics, Tag Manager, Kissmetrics, or other "
|
1123 |
+
"JavaScript code snippets."
|
1124 |
+
msgstr ""
|
1125 |
+
|
1126 |
+
#: Helpers/Localizations.php:431
|
1127 |
+
msgid ""
|
1128 |
+
"Add custom JavaScript code to insert it globally on every page in <header> "
|
1129 |
+
"or <footer>. Insert Google Analytics, Tag Manager, Kissmetrics, or other "
|
1130 |
+
"JavaScript code snippets."
|
1131 |
+
msgstr ""
|
1132 |
+
|
1133 |
+
#: Helpers/Localizations.php:434
|
1134 |
+
msgid "Open the Edit Form"
|
1135 |
+
msgstr ""
|
1136 |
+
|
1137 |
+
#: Helpers/Localizations.php:436
|
1138 |
+
msgid "Shortcode"
|
1139 |
+
msgstr ""
|
1140 |
+
|
1141 |
+
#: Helpers/Localizations.php:440
|
1142 |
+
msgid ""
|
1143 |
+
"Paste shortcode with all the parameters. The shortcode must be installed "
|
1144 |
+
"on your WordPress site via a plugin or theme."
|
1145 |
+
msgstr ""
|
1146 |
+
|
1147 |
+
#: Helpers/Localizations.php:444
|
1148 |
+
msgid "Activate Premium"
|
1149 |
+
msgstr ""
|
1150 |
+
|
1151 |
+
#: Helpers/Localizations.php:448
|
1152 |
+
msgid "Search for free high-resolution photos on Unsplash"
|
1153 |
+
msgstr ""
|
1154 |
+
|
1155 |
+
#: Helpers/Localizations.php:452
|
1156 |
+
msgid ""
|
1157 |
+
"Download and Add Free Beautiful Photos to Your Site With Visual Composer "
|
1158 |
+
"Premium"
|
1159 |
+
msgstr ""
|
1160 |
+
|
1161 |
+
#: Helpers/Localizations.php:456
|
1162 |
+
msgid "Download and Add Free Beautiful Photos to Your Site"
|
1163 |
+
msgstr ""
|
1164 |
+
|
1165 |
+
#: Helpers/Localizations.php:460
|
1166 |
+
msgid "No access, check your license."
|
1167 |
+
msgstr ""
|
1168 |
+
|
1169 |
+
#: Helpers/Localizations.php:464
|
1170 |
+
msgid "Could not connect to Unsplash Server."
|
1171 |
+
msgstr ""
|
1172 |
+
|
1173 |
+
#: Helpers/Localizations.php:468
|
1174 |
+
msgid "The image has been downloaded to the Media Library."
|
1175 |
+
msgstr ""
|
1176 |
+
|
1177 |
+
#: Helpers/Localizations.php:472
|
1178 |
+
msgid "Could not parse data from the server."
|
1179 |
+
msgstr ""
|
1180 |
+
|
1181 |
+
#: Helpers/Localizations.php:476
|
1182 |
+
msgid "Small"
|
1183 |
+
msgstr ""
|
1184 |
+
|
1185 |
+
#: Helpers/Localizations.php:480
|
1186 |
+
msgid "Medium"
|
1187 |
+
msgstr ""
|
1188 |
+
|
1189 |
+
#: Helpers/Localizations.php:484
|
1190 |
+
msgid "Large"
|
1191 |
+
msgstr ""
|
1192 |
+
|
1193 |
+
#: Helpers/Localizations.php:488
|
1194 |
+
msgid "images"
|
1195 |
+
msgstr ""
|
1196 |
+
|
1197 |
+
#: Helpers/Localizations.php:492
|
1198 |
+
msgid "Download images from Unsplash to the Media Library"
|
1199 |
+
msgstr ""
|
1200 |
+
|
1201 |
+
#: Helpers/Localizations.php:496
|
1202 |
+
msgid "Permalink"
|
1203 |
+
msgstr ""
|
1204 |
+
|
1205 |
+
#: Helpers/Localizations.php:500
|
1206 |
+
msgid ""
|
1207 |
+
"Enjoying Visual Composer Website Builder? Let your friends know about it - "
|
1208 |
+
"spread the word."
|
1209 |
+
msgstr ""
|
1210 |
+
|
1211 |
+
#: Helpers/Localizations.php:504
|
1212 |
+
msgid "Insert dynamic content"
|
1213 |
+
msgstr ""
|
1214 |
+
|
1215 |
+
#: Helpers/Localizations.php:508
|
1216 |
+
msgid "Edit dynamic content"
|
1217 |
+
msgstr ""
|
1218 |
+
|
1219 |
+
#: Helpers/Localizations.php:512
|
1220 |
+
msgid "Remove dynamic content"
|
1221 |
+
msgstr ""
|
1222 |
+
|
1223 |
+
#: Helpers/Localizations.php:516
|
1224 |
+
msgid "Select page, post, or custom post type."
|
1225 |
+
msgstr ""
|
1226 |
+
|
1227 |
+
#: Helpers/Localizations.php:520
|
1228 |
+
msgid "By default, dynamic content is taken from the current post."
|
1229 |
+
msgstr ""
|
1230 |
+
|
1231 |
+
#: Helpers/Localizations.php:524
|
1232 |
+
msgid "Set custom post source"
|
1233 |
+
msgstr ""
|
1234 |
+
|
1235 |
+
#: Helpers/Localizations.php:528
|
1236 |
+
msgid "Select a custom field"
|
1237 |
+
msgstr ""
|
1238 |
+
|
1239 |
+
#: Helpers/Localizations.php:532
|
1240 |
+
msgid "Dynamic Content"
|
1241 |
+
msgstr ""
|
1242 |
+
|
1243 |
+
#: Helpers/Localizations.php:536
|
1244 |
+
msgid "No value set"
|
1245 |
+
msgstr ""
|
1246 |
+
|
1247 |
+
#: Helpers/Localizations.php:540
|
1248 |
+
msgid "Activate Premium to Unlock Unsplash"
|
1249 |
+
msgstr ""
|
1250 |
+
|
1251 |
+
#: Helpers/Localizations.php:544
|
1252 |
+
msgid "Get Access to the Visual Composer Hub"
|
1253 |
+
msgstr ""
|
1254 |
+
|
1255 |
+
#: Helpers/Localizations.php:548
|
1256 |
+
msgid "Free License"
|
1257 |
+
msgstr ""
|
1258 |
+
|
1259 |
+
#: Helpers/Localizations.php:552
|
1260 |
+
msgid "A theme builder with Header, Footer, and Sidebar editor"
|
1261 |
+
msgstr ""
|
1262 |
+
|
1263 |
+
#: Helpers/Localizations.php:556
|
1264 |
+
msgid "WooCommerce compatibility"
|
1265 |
+
msgstr ""
|
1266 |
+
|
1267 |
+
#: Helpers/Localizations.php:560
|
1268 |
+
msgid "Premium support and updates"
|
1269 |
+
msgstr ""
|
1270 |
+
|
1271 |
+
#: Helpers/Localizations.php:564
|
1272 |
+
msgid "Premium support"
|
1273 |
+
msgstr ""
|
1274 |
+
|
1275 |
+
#: Helpers/Localizations.php:568
|
1276 |
+
msgid "Regular updates"
|
1277 |
+
msgstr ""
|
1278 |
+
|
1279 |
+
#: Helpers/Localizations.php:572
|
1280 |
+
msgid "I Want a Free License"
|
1281 |
+
msgstr ""
|
1282 |
+
|
1283 |
+
#: Helpers/Localizations.php:576
|
1284 |
+
msgid "Premium License"
|
1285 |
+
msgstr ""
|
1286 |
+
|
1287 |
+
#: Helpers/Localizations.php:580
|
1288 |
+
msgid ""
|
1289 |
+
"Unlimited access to the Visual Composer Hub of elements, templates, and "
|
1290 |
+
"addons"
|
1291 |
+
msgstr ""
|
1292 |
+
|
1293 |
+
#: Helpers/Localizations.php:584
|
1294 |
+
msgid ""
|
1295 |
+
"Limited access to the Visual Composer Hub of elements, templates, and "
|
1296 |
+
"addons"
|
1297 |
+
msgstr ""
|
1298 |
+
|
1299 |
+
#: Helpers/Localizations.php:588
|
1300 |
+
msgid "I want to go premium"
|
1301 |
+
msgstr ""
|
1302 |
+
|
1303 |
+
#: Helpers/Localizations.php:593
|
1304 |
+
#, php-format
|
1305 |
+
msgid "%sEdit%s this %s.%s"
|
1306 |
+
msgstr ""
|
1307 |
+
|
1308 |
+
#: Helpers/Localizations.php:602
|
1309 |
+
msgid "Enter your license key"
|
1310 |
+
msgstr ""
|
1311 |
+
|
1312 |
+
#: Helpers/Localizations.php:606
|
1313 |
+
msgid "The element has been successfully saved."
|
1314 |
+
msgstr ""
|
1315 |
+
|
1316 |
+
#: Helpers/Localizations.php:610
|
1317 |
+
msgid "The element with such a name already exists!"
|
1318 |
+
msgstr ""
|
1319 |
+
|
1320 |
+
#: Helpers/Localizations.php:614
|
1321 |
+
msgid "Enter a preset name to save the element as a preset!"
|
1322 |
+
msgstr ""
|
1323 |
+
|
1324 |
+
#: Helpers/Localizations.php:618
|
1325 |
+
msgid "The template has been successfully saved."
|
1326 |
+
msgstr ""
|
1327 |
+
|
1328 |
+
#: Helpers/Localizations.php:622
|
1329 |
+
msgid ""
|
1330 |
+
"Change the default parameters of sections and their content to create a "
|
1331 |
+
"unique block template. The new block template will be added to your "
|
1332 |
+
"library."
|
1333 |
+
msgstr ""
|
1334 |
+
|
1335 |
+
#: Helpers/Localizations.php:626
|
1336 |
+
msgid "Element preset has been removed."
|
1337 |
+
msgstr ""
|
1338 |
+
|
1339 |
+
#: Helpers/Localizations.php:630
|
1340 |
+
msgid ""
|
1341 |
+
"How disappointed would you be if this product no longer existed tomorrow?"
|
1342 |
+
msgstr ""
|
1343 |
+
|
1344 |
+
#: Helpers/Localizations.php:634
|
1345 |
+
msgid "Very disappointed"
|
1346 |
+
msgstr ""
|
1347 |
+
|
1348 |
+
#: Helpers/Localizations.php:638
|
1349 |
+
msgid "Somewhat disappointed"
|
1350 |
+
msgstr ""
|
1351 |
+
|
1352 |
+
#: Helpers/Localizations.php:642
|
1353 |
+
msgid "Not disappointed (it really isn’t that useful)"
|
1354 |
+
msgstr ""
|
1355 |
+
|
1356 |
+
#: Helpers/Localizations.php:646
|
1357 |
+
msgid "Submit Your Feedback"
|
1358 |
+
msgstr ""
|
1359 |
+
|
1360 |
+
#: Helpers/Localizations.php:650
|
1361 |
+
msgid "How can we become better?"
|
1362 |
+
msgstr ""
|
1363 |
+
|
1364 |
+
#: Helpers/Localizations.php:654
|
1365 |
+
msgid ""
|
1366 |
+
"Thanks for your feedback. Please rate us on WordPress.org and help others "
|
1367 |
+
"to discover Visual Composer."
|
1368 |
+
msgstr ""
|
1369 |
+
|
1370 |
+
#: Helpers/Localizations.php:658
|
1371 |
+
msgid "Your opinion matters. Help us to improve by taking a quick survey."
|
1372 |
+
msgstr ""
|
1373 |
+
|
1374 |
+
#: Helpers/Localizations.php:662
|
1375 |
+
msgid "Write Your Review"
|
1376 |
+
msgstr ""
|
1377 |
+
|
1378 |
+
#: Helpers/Localizations.php:666
|
1379 |
+
msgid "Leave Your Feedback"
|
1380 |
+
msgstr ""
|
1381 |
+
|
1382 |
+
#: Helpers/Localizations.php:670
|
1383 |
+
msgid "Like"
|
1384 |
+
msgstr ""
|
1385 |
+
|
1386 |
+
#: Helpers/Localizations.php:674
|
1387 |
+
msgid "Dislike"
|
1388 |
+
msgstr ""
|
1389 |
+
|
1390 |
+
#: Helpers/Localizations.php:678
|
1391 |
+
msgid "The current popup will be replaced with the popup template."
|
1392 |
+
msgstr ""
|
1393 |
+
|
1394 |
+
#: Helpers/Localizations.php:683
|
1395 |
+
msgid "QUICK FEEDBACK"
|
1396 |
+
msgstr ""
|
1397 |
+
|
1398 |
+
#: Helpers/Localizations.php:687
|
1399 |
+
msgid ""
|
1400 |
+
"If you have a moment, please share why you are deactivating Visual "
|
1401 |
+
"Composer:"
|
1402 |
+
msgstr ""
|
1403 |
+
|
1404 |
+
#: Helpers/Localizations.php:691
|
1405 |
+
msgid "I no longer need the plugin"
|
1406 |
+
msgstr ""
|
1407 |
+
|
1408 |
+
#: Helpers/Localizations.php:695
|
1409 |
+
msgid "I found a better plugin"
|
1410 |
+
msgstr ""
|
1411 |
+
|
1412 |
+
#: Helpers/Localizations.php:699
|
1413 |
+
msgid "Please share which plugin"
|
1414 |
+
msgstr ""
|
1415 |
+
|
1416 |
+
#: Helpers/Localizations.php:703
|
1417 |
+
msgid "I couldn't get the plugin to work"
|
1418 |
+
msgstr ""
|
1419 |
+
|
1420 |
+
#: Helpers/Localizations.php:707
|
1421 |
+
msgid "It's a temporary deactivation"
|
1422 |
+
msgstr ""
|
1423 |
+
|
1424 |
+
#: Helpers/Localizations.php:711 Helpers/LoginCategory.php:37
|
1425 |
+
msgid "Other"
|
1426 |
+
msgstr ""
|
1427 |
+
|
1428 |
+
#: Helpers/Localizations.php:715
|
1429 |
+
msgid "Please share the reason"
|
1430 |
+
msgstr ""
|
1431 |
+
|
1432 |
+
#: Helpers/Localizations.php:719
|
1433 |
+
msgid "Submit & Deactivate"
|
1434 |
+
msgstr ""
|
1435 |
+
|
1436 |
+
#: Helpers/Localizations.php:723
|
1437 |
+
msgid "Skip & Deactivate"
|
1438 |
+
msgstr ""
|
1439 |
+
|
1440 |
+
#: Helpers/Localizations.php:727
|
1441 |
+
msgid "Download Addon"
|
1442 |
+
msgstr ""
|
1443 |
+
|
1444 |
+
#: Helpers/Localizations.php:731
|
1445 |
+
msgid "Installed"
|
1446 |
+
msgstr ""
|
1447 |
+
|
1448 |
+
#: Helpers/Localizations.php:735
|
1449 |
+
msgid "Available in Premium"
|
1450 |
+
msgstr ""
|
1451 |
+
|
1452 |
+
#: Helpers/Localizations.php:739
|
1453 |
+
msgid "Don't forget to tweet about Visual Composer Website Builder. Thanks!"
|
1454 |
+
msgstr ""
|
1455 |
+
|
1456 |
+
#: Helpers/Localizations.php:743
|
1457 |
+
msgid "Download"
|
1458 |
+
msgstr ""
|
1459 |
+
|
1460 |
+
#: Helpers/Localizations.php:747
|
1461 |
+
msgid "Install"
|
1462 |
+
msgstr ""
|
1463 |
+
|
1464 |
+
#: Helpers/Localizations.php:751
|
1465 |
+
msgid "Activate"
|
1466 |
+
msgstr ""
|
1467 |
+
|
1468 |
+
#: Helpers/Localizations.php:755
|
1469 |
+
msgid "Upgrade To Premium"
|
1470 |
+
msgstr ""
|
1471 |
+
|
1472 |
+
#: Helpers/Localizations.php:759
|
1473 |
+
msgid "Try The Tutorial Template"
|
1474 |
+
msgstr ""
|
1475 |
+
|
1476 |
+
#: Helpers/Localizations.php:767
|
1477 |
+
#: Modules/License/UpdateVariablesController.php:59
|
1478 |
+
msgid ""
|
1479 |
+
"Build your site with the help of the drag and drop builder straight from "
|
1480 |
+
"the frontend editor - it's that easy."
|
1481 |
+
msgstr ""
|
1482 |
+
|
1483 |
+
#: Helpers/Localizations.php:771
|
1484 |
+
msgid ""
|
1485 |
+
"It seems that your copy of Visual Composer was bundled in a theme - use "
|
1486 |
+
"your Envato purchase key to activate Visual Composer Premium. You can also "
|
1487 |
+
"activate Visual Composer with a free or premium license."
|
1488 |
+
msgstr ""
|
1489 |
+
|
1490 |
+
#: Helpers/Localizations.php:775
|
1491 |
+
msgid "Lock Element"
|
1492 |
+
msgstr ""
|
1493 |
+
|
1494 |
+
#: Helpers/Localizations.php:779
|
1495 |
+
msgid "URL"
|
1496 |
+
msgstr ""
|
1497 |
+
|
1498 |
+
#: Helpers/Localizations.php:783
|
1499 |
+
msgid "Open Popup"
|
1500 |
+
msgstr ""
|
1501 |
+
|
1502 |
+
#: Helpers/Localizations.php:787
|
1503 |
+
msgid "Close Popup"
|
1504 |
+
msgstr ""
|
1505 |
+
|
1506 |
+
#: Helpers/Localizations.php:791
|
1507 |
+
msgid "Closing the popup option will close the current popup."
|
1508 |
+
msgstr ""
|
1509 |
+
|
1510 |
+
#: Helpers/Localizations.php:795
|
1511 |
+
msgid "The element has been locked by your site Administrator."
|
1512 |
+
msgstr ""
|
1513 |
+
|
1514 |
+
#: Helpers/Localizations.php:799
|
1515 |
+
msgid "Element lock"
|
1516 |
+
msgstr ""
|
1517 |
+
|
1518 |
+
#: Helpers/Localizations.php:803
|
1519 |
+
msgid "Lock All Elements"
|
1520 |
+
msgstr ""
|
1521 |
+
|
1522 |
+
#: Helpers/Localizations.php:807
|
1523 |
+
msgid "Unlock All Elements"
|
1524 |
+
msgstr ""
|
1525 |
+
|
1526 |
+
#: Helpers/Localizations.php:811
|
1527 |
+
msgid ""
|
1528 |
+
"Lock or unlock all elements on the page. Users with Administrator role "
|
1529 |
+
"access will be able to edit elements."
|
1530 |
+
msgstr ""
|
1531 |
+
|
1532 |
+
#: Helpers/Localizations.php:815
|
1533 |
+
msgid "Lock or unlock specific elements under the element edit window."
|
1534 |
+
msgstr ""
|
1535 |
+
|
1536 |
+
#: Helpers/Localizations.php:819
|
1537 |
+
msgid ""
|
1538 |
+
"All elements on the page have been locked. Only the Administrator role can "
|
1539 |
+
"edit the content."
|
1540 |
+
msgstr ""
|
1541 |
+
|
1542 |
+
#: Helpers/Localizations.php:823
|
1543 |
+
msgid ""
|
1544 |
+
"All elements on the page have been unlocked. All users with the edit "
|
1545 |
+
"option can edit the content."
|
1546 |
+
msgstr ""
|
1547 |
+
|
1548 |
+
#: Helpers/Localizations.php:827
|
1549 |
+
msgid ""
|
1550 |
+
"The element has been locked and can be edited only by the Administrator "
|
1551 |
+
"role."
|
1552 |
+
msgstr ""
|
1553 |
+
|
1554 |
+
#: Helpers/Localizations.php:831
|
1555 |
+
msgid ""
|
1556 |
+
"The element has been unlocked and can be edited by all roles with the edit "
|
1557 |
+
"option."
|
1558 |
+
msgstr ""
|
1559 |
+
|
1560 |
+
#: Helpers/Localizations.php:835
|
1561 |
+
msgid ""
|
1562 |
+
"The element and all inner elements have been locked and can be edited only "
|
1563 |
+
"by the Administrator role."
|
1564 |
+
msgstr ""
|
1565 |
+
|
1566 |
+
#: Helpers/Localizations.php:839
|
1567 |
+
msgid ""
|
1568 |
+
"The element and all inner elements have been unlocked and can be edited by "
|
1569 |
+
"all roles with the edit option."
|
1570 |
+
msgstr ""
|
1571 |
+
|
1572 |
+
#: Helpers/Localizations.php:843
|
1573 |
+
msgid "Changes may not be saved."
|
1574 |
+
msgstr ""
|
1575 |
+
|
1576 |
+
#: Helpers/Localizations.php:847
|
1577 |
+
msgid "Visual Composer Insights"
|
1578 |
+
msgstr ""
|
1579 |
+
|
1580 |
+
#: Helpers/Localizations.php:851 Helpers/PostsGridSourcePosts.php:38
|
1581 |
+
msgid "All"
|
1582 |
+
msgstr ""
|
1583 |
+
|
1584 |
+
#: Helpers/Localizations.php:855
|
1585 |
+
msgid "Critical"
|
1586 |
+
msgstr ""
|
1587 |
+
|
1588 |
+
#: Helpers/Localizations.php:859
|
1589 |
+
msgid "Warnings"
|
1590 |
+
msgstr ""
|
1591 |
+
|
1592 |
+
#: Helpers/Localizations.php:863 Modules/Settings/Pages/SystemStatus.php:244
|
1593 |
+
#: Modules/Settings/Pages/SystemStatus.php:252
|
1594 |
+
msgid "Success"
|
1595 |
+
msgstr ""
|
1596 |
+
|
1597 |
+
#: Helpers/Localizations.php:867
|
1598 |
+
msgid "Image size exceeded"
|
1599 |
+
msgstr ""
|
1600 |
+
|
1601 |
+
#: Helpers/Localizations.php:871
|
1602 |
+
msgid "Background Image size exceeded"
|
1603 |
+
msgstr ""
|
1604 |
+
|
1605 |
+
#: Helpers/Localizations.php:875
|
1606 |
+
#, php-format
|
1607 |
+
msgid ""
|
1608 |
+
"The image size exceeds %s. This may impact the page's performance and SEO "
|
1609 |
+
"ranking."
|
1610 |
+
msgstr ""
|
1611 |
+
|
1612 |
+
#: Helpers/Localizations.php:879
|
1613 |
+
msgid "The image ALT attribute is missing"
|
1614 |
+
msgstr ""
|
1615 |
+
|
1616 |
+
#: Helpers/Localizations.php:883
|
1617 |
+
msgid ""
|
1618 |
+
"Missing the ALT attribute for the image. This may impact the SEO ranking "
|
1619 |
+
"of the page."
|
1620 |
+
msgstr ""
|
1621 |
+
|
1622 |
+
#: Helpers/Localizations.php:887
|
1623 |
+
msgid "H1 title missing on the page"
|
1624 |
+
msgstr ""
|
1625 |
+
|
1626 |
+
#: Helpers/Localizations.php:891
|
1627 |
+
msgid ""
|
1628 |
+
"The page is missing the H1 tag. This may impact the SEO ranking of the "
|
1629 |
+
"page."
|
1630 |
+
msgstr ""
|
1631 |
+
|
1632 |
+
#: Helpers/Localizations.php:895
|
1633 |
+
msgid "H1 title exists on the page"
|
1634 |
+
msgstr ""
|
1635 |
+
|
1636 |
+
#: Helpers/Localizations.php:899
|
1637 |
+
msgid "The page has an H1 tag. Great job!"
|
1638 |
+
msgstr ""
|
1639 |
+
|
1640 |
+
#: Helpers/Localizations.php:903
|
1641 |
+
msgid "More than one H1 tag found"
|
1642 |
+
msgstr ""
|
1643 |
+
|
1644 |
+
#: Helpers/Localizations.php:907
|
1645 |
+
msgid ""
|
1646 |
+
"You have more than one H1 tag on your page which is bad for SEO ranking. "
|
1647 |
+
"Make sure to keep only one H1 and use lower-level headings (H2, H3, etc.) "
|
1648 |
+
"to structure your content."
|
1649 |
+
msgstr ""
|
1650 |
+
|
1651 |
+
#: Helpers/Localizations.php:911
|
1652 |
+
msgid "All images have ALT attributes"
|
1653 |
+
msgstr ""
|
1654 |
+
|
1655 |
+
#: Helpers/Localizations.php:915
|
1656 |
+
msgid "All images have ALT attributes. Great Job!"
|
1657 |
+
msgstr ""
|
1658 |
+
|
1659 |
+
#: Helpers/Localizations.php:919
|
1660 |
+
msgid "All images have optimal sizes"
|
1661 |
+
msgstr ""
|
1662 |
+
|
1663 |
+
#: Helpers/Localizations.php:923
|
1664 |
+
msgid "All images have optimal sizes. Awesome!"
|
1665 |
+
msgstr ""
|
1666 |
+
|
1667 |
+
#: Helpers/Localizations.php:927
|
1668 |
+
msgid "No content found"
|
1669 |
+
msgstr ""
|
1670 |
+
|
1671 |
+
#: Helpers/Localizations.php:931
|
1672 |
+
msgid ""
|
1673 |
+
"It seems this page has no content. Make sure to add elements or templates."
|
1674 |
+
msgstr ""
|
1675 |
+
|
1676 |
+
#: Helpers/Localizations.php:935
|
1677 |
+
msgid "No Critical Issues Found"
|
1678 |
+
msgstr ""
|
1679 |
+
|
1680 |
+
#: Helpers/Localizations.php:939
|
1681 |
+
msgid ""
|
1682 |
+
"There are no critical issues on the page. Congratulations and keep up the "
|
1683 |
+
"good work!"
|
1684 |
+
msgstr ""
|
1685 |
+
|
1686 |
+
#: Helpers/Localizations.php:943
|
1687 |
+
msgid "No Warnings Found"
|
1688 |
+
msgstr ""
|
1689 |
+
|
1690 |
+
#: Helpers/Localizations.php:947
|
1691 |
+
msgid ""
|
1692 |
+
"There are no warnings on the page. Congratulations and keep up the good "
|
1693 |
+
"work!"
|
1694 |
+
msgstr ""
|
1695 |
+
|
1696 |
+
#: Helpers/Localizations.php:951
|
1697 |
+
msgid "Paragraph length"
|
1698 |
+
msgstr ""
|
1699 |
+
|
1700 |
+
#: Helpers/Localizations.php:955
|
1701 |
+
msgid "Paragraph word count is"
|
1702 |
+
msgstr ""
|
1703 |
+
|
1704 |
+
#: Helpers/Localizations.php:959
|
1705 |
+
msgid "You set a proper length for the paragraphs. Great job!"
|
1706 |
+
msgstr ""
|
1707 |
+
|
1708 |
+
#: Helpers/Localizations.php:963
|
1709 |
+
msgid ""
|
1710 |
+
"The paragraph contains more than 150 words. This may affect readability."
|
1711 |
+
msgstr ""
|
1712 |
+
|
1713 |
+
#: Helpers/Localizations.php:967
|
1714 |
+
msgid ""
|
1715 |
+
"The paragraph contains more than 200 words. This may affect readability."
|
1716 |
+
msgstr ""
|
1717 |
+
|
1718 |
+
#: Helpers/Localizations.php:971
|
1719 |
+
msgid "The page title is too long."
|
1720 |
+
msgstr ""
|
1721 |
+
|
1722 |
+
#: Helpers/Localizations.php:975
|
1723 |
+
msgid ""
|
1724 |
+
"The page title exceeds 60 characters which are considered too long. Make "
|
1725 |
+
"sure to adjust it between 10 to 60 characters."
|
1726 |
+
msgstr ""
|
1727 |
+
|
1728 |
+
#: Helpers/Localizations.php:979
|
1729 |
+
msgid ""
|
1730 |
+
"The page title contains more than 100 characters and will be cut off by "
|
1731 |
+
"search engines. Shorten your page title!"
|
1732 |
+
msgstr ""
|
1733 |
+
|
1734 |
+
#: Helpers/Localizations.php:983
|
1735 |
+
msgid "The page title is too short."
|
1736 |
+
msgstr ""
|
1737 |
+
|
1738 |
+
#: Helpers/Localizations.php:987
|
1739 |
+
msgid ""
|
1740 |
+
"The page title is too short. Make sure to adjust the title between 10 to "
|
1741 |
+
"60 characters."
|
1742 |
+
msgstr ""
|
1743 |
+
|
1744 |
+
#: Helpers/Localizations.php:991
|
1745 |
+
msgid "The page title length is optimal."
|
1746 |
+
msgstr ""
|
1747 |
+
|
1748 |
+
#: Helpers/Localizations.php:995
|
1749 |
+
msgid "It seems that this page is set to \"noindex\" directive."
|
1750 |
+
msgstr ""
|
1751 |
+
|
1752 |
+
#: Helpers/Localizations.php:999
|
1753 |
+
msgid ""
|
1754 |
+
"Using \"noindex\" will exclude this page from search results. If you have "
|
1755 |
+
"set \"noindex\" on purpose, ignore this warning."
|
1756 |
+
msgstr ""
|
1757 |
+
|
1758 |
+
#: Helpers/Localizations.php:1003
|
1759 |
+
msgid "Google Analytics Tag is missing."
|
1760 |
+
msgstr ""
|
1761 |
+
|
1762 |
+
#: Helpers/Localizations.php:1007
|
1763 |
+
msgid "Google Analytics Tag is added to the page."
|
1764 |
+
msgstr ""
|
1765 |
+
|
1766 |
+
#: Helpers/Localizations.php:1011
|
1767 |
+
msgid "It seems Google Analytics Tags is not added to the page."
|
1768 |
+
msgstr ""
|
1769 |
+
|
1770 |
+
#: Helpers/Localizations.php:1015
|
1771 |
+
msgid "Google Analytics Tag is added to the page. Great job!"
|
1772 |
+
msgstr ""
|
1773 |
+
|
1774 |
+
#: Helpers/Localizations.php:1019
|
1775 |
+
msgid "Text length"
|
1776 |
+
msgstr ""
|
1777 |
+
|
1778 |
+
#: Helpers/Localizations.php:1023
|
1779 |
+
#, php-format
|
1780 |
+
msgid ""
|
1781 |
+
"The text contains %length words. This is far below the recommended minimum "
|
1782 |
+
"of 300 words."
|
1783 |
+
msgstr ""
|
1784 |
+
|
1785 |
+
#: Helpers/Localizations.php:1027
|
1786 |
+
#, php-format
|
1787 |
+
msgid "The text contains %length words. Good job!"
|
1788 |
+
msgstr ""
|
1789 |
+
|
1790 |
+
#: Helpers/Localizations.php:1031
|
1791 |
+
msgid "No internal links appear on the page."
|
1792 |
+
msgstr ""
|
1793 |
+
|
1794 |
+
#: Helpers/Localizations.php:1035
|
1795 |
+
msgid "There are no internal links on the page. Add some!"
|
1796 |
+
msgstr ""
|
1797 |
+
|
1798 |
+
#: Helpers/Localizations.php:1039
|
1799 |
+
msgid "No external links appear on the page."
|
1800 |
Â
msgstr ""
|
1801 |
Â
|
1802 |
+
#: Helpers/Localizations.php:1043
|
1803 |
+
msgid "There are no external links to the page. Add some!"
|
1804 |
Â
msgstr ""
|
1805 |
Â
|
1806 |
+
#: Helpers/Localizations.php:1047
|
1807 |
+
#, php-format
|
1808 |
+
msgid "Only one %element element can be added to the page."
|
Â
|
|
1809 |
Â
msgstr ""
|
1810 |
Â
|
1811 |
+
#: Helpers/Localizations.php:1051
|
1812 |
+
#, php-format
|
1813 |
+
msgid "Only two %element elements can be added to the page."
|
Â
|
|
1814 |
Â
msgstr ""
|
1815 |
Â
|
1816 |
+
#: Helpers/Localizations.php:1055
|
1817 |
+
#, php-format
|
1818 |
+
msgid "Only three %element elements can be added to the page."
|
1819 |
Â
msgstr ""
|
1820 |
Â
|
1821 |
+
#: Helpers/Localizations.php:1059
|
1822 |
+
#, php-format
|
1823 |
+
msgid "Only four %element elements can be added to the page."
|
1824 |
Â
msgstr ""
|
1825 |
Â
|
1826 |
+
#: Helpers/Localizations.php:1063
|
1827 |
+
#, php-format
|
1828 |
+
msgid "Only five %element elements can be added to the page."
|
1829 |
Â
msgstr ""
|
1830 |
Â
|
1831 |
+
#: Helpers/Localizations.php:1067
|
1832 |
+
#, php-format
|
1833 |
+
msgid "Only %count %element elements can be added to the page."
|
1834 |
Â
msgstr ""
|
1835 |
Â
|
1836 |
+
#: Helpers/Localizations.php:1071
|
1837 |
+
msgid ""
|
1838 |
+
"This is a default WordPress content area where the post or page content "
|
1839 |
+
"will be displayed."
|
1840 |
Â
msgstr ""
|
1841 |
Â
|
1842 |
+
#: Helpers/Localizations.php:1079
|
1843 |
+
#: resources/views/license/pages/license.php:33
|
1844 |
+
msgid "Activate Visual Composer Hub"
|
1845 |
Â
msgstr ""
|
1846 |
Â
|
1847 |
+
#: Helpers/Localizations.php:1083
|
1848 |
+
msgid ""
|
1849 |
+
"Make the final step! Enter your license key to activate Visual Composer "
|
1850 |
+
"Hub and start creating the website right away."
|
1851 |
Â
msgstr ""
|
1852 |
Â
|
1853 |
+
#: Helpers/Localizations.php:1087
|
1854 |
+
msgid "Define a comments area for a post or page layout."
|
1855 |
Â
msgstr ""
|
1856 |
Â
|
1857 |
+
#: Helpers/Localizations.php:1091
|
1858 |
+
msgid ""
|
1859 |
+
"The content area is missing for your layout. Make sure to add the Content "
|
1860 |
+
"Area element to specify the place in your layout where the page or post "
|
1861 |
+
"content will be displayed."
|
1862 |
Â
msgstr ""
|
1863 |
Â
|
1864 |
+
#: Helpers/Localizations.php:1095
|
1865 |
+
#, php-format
|
1866 |
+
msgid ""
|
1867 |
+
"The template you want to add contains %element element. You already have "
|
1868 |
+
"%element element added - remove it before adding the template."
|
1869 |
Â
msgstr ""
|
1870 |
Â
|
1871 |
+
#: Helpers/Localizations.php:1099
|
1872 |
+
msgid ""
|
1873 |
+
"Download and Add Free Animated GIFs to Your Site With Visual Composer "
|
1874 |
+
"Premium"
|
1875 |
Â
msgstr ""
|
1876 |
Â
|
1877 |
+
#: Helpers/Localizations.php:1103
|
1878 |
+
msgid "Download and Add Free Animated GIFs to Your Site"
|
1879 |
Â
msgstr ""
|
1880 |
Â
|
1881 |
+
#: Helpers/Localizations.php:1107
|
1882 |
+
msgid "Could not connect to Giphy Server!"
|
1883 |
Â
msgstr ""
|
1884 |
Â
|
1885 |
+
#: Helpers/Localizations.php:1111
|
1886 |
+
msgid "Discover the best GIF animations from Giphy."
|
1887 |
Â
msgstr ""
|
1888 |
Â
|
1889 |
+
#: Helpers/Localizations.php:1115
|
1890 |
+
msgid "Download animations from Giphy to your Media Library"
|
1891 |
Â
msgstr ""
|
1892 |
Â
|
1893 |
+
#: Helpers/Localizations.php:1119
|
1894 |
+
msgid "Activate Premium to Unlock Giphy Integration"
|
1895 |
Â
msgstr ""
|
1896 |
Â
|
1897 |
+
#: Helpers/Localizations.php:1123
|
1898 |
+
msgid "GIF animations"
|
1899 |
Â
msgstr ""
|
1900 |
Â
|
1901 |
+
#: Helpers/Localizations.php:1127
|
1902 |
+
msgid "GIF animation has been downloaded to your Media Library."
|
Â
|
|
Â
|
|
1903 |
Â
msgstr ""
|
1904 |
Â
|
1905 |
+
#: Helpers/Localizations.php:1131
|
1906 |
+
msgid "Regular"
|
1907 |
Â
msgstr ""
|
1908 |
Â
|
1909 |
+
#: Helpers/Localizations.php:1135
|
1910 |
+
msgid "Full"
|
1911 |
Â
msgstr ""
|
1912 |
Â
|
1913 |
+
#: Helpers/Localizations.php:1139
|
1914 |
+
msgid "Powered by"
|
1915 |
Â
msgstr ""
|
1916 |
Â
|
1917 |
+
#: Helpers/Localizations.php:1143
|
1918 |
+
msgid "Substitute Element"
|
1919 |
Â
msgstr ""
|
1920 |
Â
|
1921 |
+
#: Helpers/Localizations.php:1147
|
1922 |
+
msgid "Manage your site menus"
|
Â
|
|
Â
|
|
1923 |
Â
msgstr ""
|
1924 |
Â
|
1925 |
+
#: Helpers/Localizations.php:1151
|
1926 |
+
msgid "in the WordPress dashboard."
|
Â
|
|
Â
|
|
Â
|
|
1927 |
Â
msgstr ""
|
1928 |
Â
|
1929 |
+
#: Helpers/Localizations.php:1155
|
1930 |
+
msgid "Help us make Visual Composer better"
|
Â
|
|
Â
|
|
Â
|
|
1931 |
Â
msgstr ""
|
1932 |
Â
|
1933 |
+
#: Helpers/Localizations.php:1159
|
1934 |
+
#: Modules/Editors/Settings/ItemDataCollectionController.php:49
|
1935 |
+
msgid ""
|
1936 |
+
"Help us to improve the plugin by sharing anonymous data about Visual "
|
1937 |
+
"Composer usage. We appreciate your help!"
|
1938 |
Â
msgstr ""
|
1939 |
Â
|
1940 |
+
#: Helpers/Localizations.php:1163
|
1941 |
+
msgid "Read more"
|
1942 |
Â
msgstr ""
|
1943 |
Â
|
1944 |
+
#: Helpers/Localizations.php:1167
|
1945 |
+
#: Modules/Editors/Settings/ItemDataCollectionController.php:70
|
1946 |
+
msgid "Yes, I would like to help"
|
1947 |
Â
msgstr ""
|
1948 |
Â
|
1949 |
+
#: Helpers/Localizations.php:1171
|
1950 |
+
msgid "Submit"
|
Â
|
|
Â
|
|
1951 |
Â
msgstr ""
|
1952 |
Â
|
1953 |
+
#: Helpers/Localizations.php:1175
|
1954 |
+
msgid "New"
|
1955 |
Â
msgstr ""
|
1956 |
Â
|
1957 |
+
#: Helpers/Localizations.php:1179
|
1958 |
+
msgid "Elements"
|
1959 |
Â
msgstr ""
|
1960 |
Â
|
1961 |
+
#: Helpers/Localizations.php:1183
|
1962 |
+
msgid "Templates"
|
Â
|
|
Â
|
|
1963 |
Â
msgstr ""
|
1964 |
Â
|
1965 |
+
#: Helpers/Localizations.php:1187
|
1966 |
+
msgid "Get full access to the Visual Composer Hub"
|
1967 |
Â
msgstr ""
|
1968 |
Â
|
1969 |
+
#: Helpers/Localizations.php:1191
|
1970 |
+
msgid ""
|
1971 |
+
"Download all exclusive elements, templates, and extensions with Visual "
|
1972 |
+
"Composer Premium."
|
1973 |
Â
msgstr ""
|
1974 |
Â
|
1975 |
+
#: Helpers/Localizations.php:1195
|
1976 |
+
msgid ""
|
1977 |
+
"This page can not be saved, because it is made for the demo purposes only."
|
1978 |
Â
msgstr ""
|
1979 |
Â
|
1980 |
+
#: Helpers/Localizations.php:1199
|
1981 |
+
#: Modules/Settings/Fields/FactoryResetController.php:90
|
1982 |
+
msgid "Reset"
|
1983 |
Â
msgstr ""
|
1984 |
Â
|
1985 |
+
#: Helpers/Localizations.php:1203
|
1986 |
+
msgid "welcome"
|
1987 |
Â
msgstr ""
|
1988 |
Â
|
1989 |
+
#: Helpers/Localizations.php:1207
|
1990 |
+
msgid ""
|
1991 |
+
"Discover visual editor that gives everything to create a website you are "
|
1992 |
+
"proud of."
|
1993 |
Â
msgstr ""
|
1994 |
Â
|
1995 |
+
#: Helpers/Localizations.php:1211
|
1996 |
+
msgid "Done"
|
1997 |
Â
msgstr ""
|
1998 |
Â
|
1999 |
+
#: Helpers/Localizations.php:1215
|
2000 |
+
msgid "Next Tip"
|
2001 |
Â
msgstr ""
|
2002 |
Â
|
2003 |
+
#: Helpers/Localizations.php:1219
|
2004 |
+
msgid "Click here to skip"
|
2005 |
Â
msgstr ""
|
2006 |
Â
|
2007 |
+
#: Helpers/Localizations.php:1223
|
2008 |
+
msgid "Element Controls"
|
2009 |
Â
msgstr ""
|
2010 |
Â
|
2011 |
+
#: Helpers/Localizations.php:1227
|
2012 |
+
msgid "Quick Actions"
|
2013 |
Â
msgstr ""
|
2014 |
Â
|
2015 |
+
#: Helpers/Localizations.php:1231
|
2016 |
+
msgid "Insights"
|
Â
|
|
Â
|
|
2017 |
Â
msgstr ""
|
2018 |
Â
|
2019 |
+
#: Helpers/Localizations.php:1235
|
2020 |
+
msgid "On-Page Settings"
|
2021 |
Â
msgstr ""
|
2022 |
Â
|
2023 |
+
#: Helpers/Localizations.php:1239
|
2024 |
+
msgid "Publishing Options"
|
2025 |
Â
msgstr ""
|
2026 |
Â
|
2027 |
+
#: Helpers/Localizations.php:1243
|
2028 |
+
msgid ""
|
2029 |
+
"This is your content library. <a href=\"https://visualcomposer.com/help/"
|
2030 |
+
"content-elements-structure/add-content-element/\" target=\"blank\">Add an "
|
2031 |
+
"element</a> by dragging or clicking on it and find templates you have "
|
2032 |
+
"created or downloaded from the <a href=\"https://visualcomposer.com/help/"
|
2033 |
+
"visual-composer-hub/\" target=\"blank\">Hub</a>."
|
2034 |
Â
msgstr ""
|
2035 |
Â
|
2036 |
+
#: Helpers/Localizations.php:1247
|
2037 |
+
msgid ""
|
2038 |
+
"Use <a href=\"https://visualcomposer.com/help/interface/element-controls/"
|
2039 |
+
"\" target=\"blank\">element controls</a> to see your <a href=\"https://"
|
2040 |
+
"visualcomposer.com/help/content-elements-structure/grid-layout-row-column/"
|
2041 |
+
"\" target=\"blank\">layout structure</a> or modify the particular row, "
|
2042 |
+
"column, or content element."
|
2043 |
Â
msgstr ""
|
2044 |
Â
|
2045 |
+
#: Helpers/Localizations.php:1251
|
2046 |
+
msgid ""
|
2047 |
+
"Use <a href=\"https://visualcomposer.com/help/content-elements-structure/"
|
2048 |
+
"add-content-element/\" target=\"blank\">quick actions</a> at the bottom of "
|
2049 |
+
"the page to add the most popular row/column layouts and elements."
|
2050 |
Â
msgstr ""
|
2051 |
Â
|
2052 |
+
#: Helpers/Localizations.php:1255
|
2053 |
+
msgid ""
|
2054 |
+
"<a href=\"https://visualcomposer.com/help/visual-composer-insights-"
|
2055 |
+
"assistant/\" target=\"blank\">Validate your page</a> for SEO and "
|
2056 |
+
"performance to speed up your site and rank higher."
|
2057 |
Â
msgstr ""
|
2058 |
Â
|
2059 |
+
#: Helpers/Localizations.php:1259
|
2060 |
+
msgid ""
|
2061 |
+
"Check how your page looks on different devices. Select the device type to "
|
2062 |
+
"<a href=\"https://visualcomposer.com/help/responsive-design/\" target="
|
2063 |
+
"\"blank\">preview your layout responsiveness</a>."
|
2064 |
Â
msgstr ""
|
2065 |
Â
|
2066 |
+
#: Helpers/Localizations.php:1263
|
2067 |
+
msgid ""
|
2068 |
+
"Access <a href=\"https://visualcomposer.com/help/visual-composer-hub/\" "
|
2069 |
+
"target=\"blank\">Visual Composer Hub</a> in-built cloud library to "
|
2070 |
+
"download additional elements, templates, add-ons, stock images, and more."
|
2071 |
Â
msgstr ""
|
2072 |
Â
|
2073 |
+
#: Helpers/Localizations.php:1267
|
2074 |
+
msgid ""
|
2075 |
+
"Change <a href=\"https://visualcomposer.com/help/settings/\" target=\"blank"
|
2076 |
+
"\">settings of your page or post</a>, modify the layout, control popups, "
|
2077 |
+
"add custom CSS, and Javascript."
|
2078 |
Â
msgstr ""
|
2079 |
Â
|
2080 |
+
#: Helpers/Localizations.php:1271
|
2081 |
+
msgid "Preview, save, and publish your content."
|
2082 |
Â
msgstr ""
|
2083 |
Â
|
2084 |
Â
#: Helpers/LoginCategory.php:21
|
2085 |
Â
msgid "Business"
|
2086 |
Â
msgstr ""
|
2087 |
Â
|
2088 |
+
#: Helpers/LoginCategory.php:22 resources/views/vendors/dashboard.php:61
|
2089 |
Â
msgid "Blog"
|
2090 |
Â
msgstr ""
|
2091 |
Â
|
2145 |
Â
msgid "Travel & Accommodation"
|
2146 |
Â
msgstr ""
|
2147 |
Â
|
2148 |
+
#: Helpers/PostType.php:249 Modules/Editors/Tutorial/PostType.php:75
|
2149 |
+
#: Modules/Editors/Tutorial/PostType.php:76
|
Â
|
|
Â
|
|
Â
|
|
2150 |
Â
#, php-format
|
2151 |
Â
msgid "View %s"
|
2152 |
Â
msgstr ""
|
2153 |
Â
|
2154 |
+
#: Helpers/Token.php:132
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
2155 |
Â
#, php-format
|
2156 |
Â
msgid "Your Visual Composer Website Builder License will expire soon - %s"
|
2157 |
Â
msgstr ""
|
2158 |
Â
|
2159 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:65
|
2160 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:85
|
2161 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:105
|
2162 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:125
|
2163 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:151
|
2164 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:177
|
2165 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:203
|
2166 |
Â
msgid "Post"
|
2167 |
Â
msgstr ""
|
2168 |
Â
|
2169 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:71
|
2170 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:91
|
2171 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:111
|
2172 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:131
|
2173 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:157
|
2174 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:183
|
2175 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:209
|
2176 |
Â
msgid "Site"
|
2177 |
Â
msgstr ""
|
2178 |
Â
|
2179 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:77
|
2180 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:97
|
2181 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:117
|
2182 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:137
|
2183 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:163
|
2184 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:189
|
2185 |
Â
msgid "Author"
|
2186 |
Â
msgstr ""
|
2187 |
Â
|
2188 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:143
|
2189 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:169
|
2190 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:195
|
2191 |
+
#: Modules/Editors/DataAjax/PostFieldsController.php:215
|
2192 |
Â
msgid "Custom Fields"
|
2193 |
Â
msgstr ""
|
2194 |
Â
|
2195 |
+
#: Modules/Editors/EditPostLinks/Controller.php:153
|
2196 |
+
#: Modules/Editors/Frontend/MenuController.php:87
|
2197 |
+
msgid "Add New with Visual Composer"
|
2198 |
Â
msgstr ""
|
2199 |
Â
|
2200 |
+
#: Modules/Editors/Frontend/Controller.php:98
|
2201 |
+
msgid "Cheatin’ uh?"
|
2202 |
Â
msgstr ""
|
2203 |
Â
|
2204 |
+
#: Modules/Editors/Frontend/Controller.php:99
|
2205 |
+
msgid "Sorry, you are not allowed to create posts."
|
Â
|
|
2206 |
Â
msgstr ""
|
2207 |
Â
|
2208 |
+
#: Modules/Editors/Frontend/MenuController.php:155
|
2209 |
+
msgid "Add New with Visual Composer"
|
2210 |
Â
msgstr ""
|
2211 |
Â
|
2212 |
+
#: Modules/Editors/Frontend/MenuController.php:189
|
2213 |
+
msgid "Select your menu"
|
2214 |
Â
msgstr ""
|
2215 |
Â
|
2216 |
+
#: Modules/Editors/Settings/ItemDataCollectionController.php:56
|
2217 |
+
msgid "Help Us Make Visual Composer Better"
|
2218 |
Â
msgstr ""
|
2219 |
Â
|
2220 |
+
#: Modules/Editors/Settings/ItemInitialHelpersController.php:48
|
2221 |
Â
msgid ""
|
2222 |
+
"Display an interactive help guide when you enter the editor next time."
|
2223 |
+
msgstr ""
|
2224 |
+
|
2225 |
+
#: Modules/Editors/Settings/ItemInitialHelpersController.php:55
|
2226 |
+
msgid "Help Guide"
|
2227 |
+
msgstr ""
|
2228 |
+
|
2229 |
+
#: Modules/Editors/Settings/ItemInitialHelpersController.php:69
|
2230 |
+
msgid "Display Help Guide"
|
2231 |
+
msgstr ""
|
2232 |
+
|
2233 |
+
#: Modules/Editors/Settings/ItemPreviewController.php:50
|
2234 |
+
msgid "Enable element and template preview popup."
|
2235 |
Â
msgstr ""
|
2236 |
Â
|
2237 |
Â
#: Modules/Editors/Settings/ItemPreviewController.php:57
|
2238 |
Â
msgid "Enable Preview"
|
2239 |
Â
msgstr ""
|
2240 |
Â
|
2241 |
+
#: Modules/Editors/Settings/PageTemplatesVariablesController.php:49
|
2242 |
+
msgid "Default Layout or Select Custom"
|
Â
|
|
2243 |
Â
msgstr ""
|
2244 |
Â
|
2245 |
+
#: Modules/Editors/Settings/PageTemplatesVariablesController.php:53
|
2246 |
+
msgid "Blank Layout"
|
2247 |
Â
msgstr ""
|
2248 |
Â
|
2249 |
+
#: Modules/Editors/Settings/PageTemplatesVariablesController.php:65
|
2250 |
+
#: Modules/Settings/MenuController.php:60
|
2251 |
Â
msgid "Visual Composer"
|
2252 |
Â
msgstr ""
|
2253 |
Â
|
2254 |
+
#: Modules/Editors/Settings/PageTemplatesVariablesController.php:101
|
2255 |
Â
msgid "Theme Templates"
|
2256 |
Â
msgstr ""
|
2257 |
Â
|
2259 |
Â
msgid "Global Templates"
|
2260 |
Â
msgstr ""
|
2261 |
Â
|
2262 |
+
#: Modules/Editors/Tutorial/PostType.php:32
|
2263 |
+
msgid "Tutorial"
|
2264 |
+
msgstr ""
|
2265 |
+
|
2266 |
+
#: Modules/Editors/Tutorial/PostType.php:33
|
2267 |
+
msgid "Tutorials"
|
2268 |
+
msgstr ""
|
2269 |
+
|
2270 |
+
#: Modules/Editors/Tutorial/PostType.php:70
|
2271 |
+
#, php-format
|
2272 |
+
msgid "Add %s"
|
2273 |
+
msgstr ""
|
2274 |
+
|
2275 |
+
#: Modules/Editors/Tutorial/PostType.php:71
|
2276 |
+
#, php-format
|
2277 |
+
msgid "Add New %s"
|
2278 |
+
msgstr ""
|
2279 |
+
|
2280 |
+
#: Modules/Editors/Tutorial/PostType.php:73
|
2281 |
+
#, php-format
|
2282 |
+
msgid "Edit %s"
|
2283 |
+
msgstr ""
|
2284 |
+
|
2285 |
+
#: Modules/Editors/Tutorial/PostType.php:74
|
2286 |
+
#, php-format
|
2287 |
+
msgid "New %s"
|
2288 |
+
msgstr ""
|
2289 |
+
|
2290 |
+
#: Modules/Editors/Tutorial/PostType.php:77
|
2291 |
+
#, php-format
|
2292 |
+
msgid "Search %s"
|
2293 |
+
msgstr ""
|
2294 |
+
|
2295 |
+
#: Modules/Editors/Tutorial/PostType.php:78
|
2296 |
+
#, php-format
|
2297 |
+
msgid "No %s Found"
|
2298 |
+
msgstr ""
|
2299 |
+
|
2300 |
+
#: Modules/Editors/Tutorial/PostType.php:80
|
2301 |
+
#, php-format
|
2302 |
+
msgid "No %s Found in Trash"
|
2303 |
+
msgstr ""
|
2304 |
+
|
2305 |
+
#: Modules/Editors/Tutorial/PostType.php:83
|
2306 |
+
#, php-format
|
2307 |
+
msgid "Parent %s"
|
2308 |
+
msgstr ""
|
2309 |
+
|
2310 |
+
#: Modules/Editors/Tutorial/PostType.php:84
|
2311 |
+
#, php-format
|
2312 |
+
msgid "Filter %s"
|
2313 |
+
msgstr ""
|
2314 |
+
|
2315 |
+
#: Modules/Editors/Tutorial/PostType.php:85
|
2316 |
+
#, php-format
|
2317 |
+
msgid "%s Navigation"
|
2318 |
+
msgstr ""
|
2319 |
+
|
2320 |
+
#: Modules/Editors/Tutorial/PostType.php:86
|
2321 |
+
#, php-format
|
2322 |
+
msgid "%s List"
|
2323 |
+
msgstr ""
|
2324 |
+
|
2325 |
Â
#: Modules/FrontView/PluginsInfoController.php:42
|
2326 |
Â
msgid ""
|
2327 |
+
"Powered by Visual Composer Website Builder - fast and easy-to-use drag and "
|
2328 |
+
"drop visual editor for WordPress."
|
2329 |
Â
msgstr ""
|
2330 |
Â
|
2331 |
+
#: Modules/Hub/Assets/AssetDownloadController.php:138
|
2332 |
Â
msgid "Failed to update shared libraries"
|
2333 |
Â
msgstr ""
|
2334 |
Â
|
2335 |
+
#: Modules/Hub/DownloadController.php:83
|
2336 |
Â
#, php-format
|
2337 |
Â
msgid ""
|
2338 |
+
"A .zip file of the Visual Composer is broken - the checksum check failed. "
|
2339 |
+
"Check your Internet connection, initiate reset under Visual Composer "
|
2340 |
+
"Settings, and try again.\n"
|
2341 |
Â
"\n"
|
2342 |
Â
"If the problem still occurs, visit %ssupport.visualcomposer.io%s for "
|
2343 |
Â
"technical assistance.\n"
|
2344 |
Â
msgstr ""
|
2345 |
Â
|
2346 |
+
#: Modules/Hub/StockMedia/StockMediaDownloadController.php:85
|
2347 |
+
msgid "Failed to get the media's item ID, please try again."
|
2348 |
Â
msgstr ""
|
2349 |
Â
|
2350 |
+
#: Modules/Hub/StockMedia/StockMediaDownloadController.php:93
|
2351 |
Â
msgid ""
|
2352 |
+
"No access to upload files. Check your license options to make sure you are "
|
2353 |
+
"allowed to upload files."
|
2354 |
Â
msgstr ""
|
2355 |
Â
|
2356 |
+
#: Modules/Hub/StockMedia/StockMediaDownloadController.php:144
|
2357 |
Â
msgid "Wrong image extension."
|
2358 |
Â
msgstr ""
|
2359 |
Â
|
2360 |
+
#: Modules/Hub/StockMedia/StockMediaDownloadController.php:156
|
2361 |
Â
msgid ""
|
2362 |
+
"Failed to download the image. Make sure the upload folder is writable and "
|
2363 |
+
"try again."
|
2364 |
+
msgstr ""
|
2365 |
+
|
2366 |
+
#: Modules/Hub/StockMedia/StockMediaDownloadController.php:165
|
2367 |
+
msgid "Unknown image format."
|
2368 |
Â
msgstr ""
|
2369 |
Â
|
2370 |
+
#: Modules/Hub/StockMedia/StockMediaDownloadController.php:169
|
2371 |
+
msgid "Unknown image provider."
|
2372 |
Â
msgstr ""
|
2373 |
Â
|
2374 |
+
#: Modules/Hub/Traits/Action.php:73
|
2375 |
+
#, php-format
|
2376 |
+
msgid ""
|
2377 |
+
"A .zip file of the Visual Composer is broken - the checksum check failed. "
|
2378 |
+
"Check your Internet connection, initiate reset under Visual Composer "
|
2379 |
+
"Settings, and try again.\n"
|
2380 |
+
"\n"
|
2381 |
+
"If the problem still occurs, visit %smy.visualcomposer.com/support%s for "
|
2382 |
+
"technical assistance.\n"
|
2383 |
Â
msgstr ""
|
2384 |
Â
|
2385 |
+
#: Modules/License/LicenseController.php:106
|
2386 |
+
msgid "Failed to activate the license, try again."
|
2387 |
Â
msgstr ""
|
2388 |
Â
|
2389 |
+
#: Modules/License/Pages/GettingStarted.php:101
|
2390 |
Â
msgid "Getting Started"
|
2391 |
Â
msgstr ""
|
2392 |
Â
|
2393 |
+
#: Modules/License/Pages/GoPremium.php:95
|
2394 |
+
#, php-format
|
2395 |
Â
msgid ""
|
2396 |
+
"<strong>Visual Composer:</strong> <a href=\"%s\">Activate Visual Composer "
|
2397 |
+
"Hub</a> with a free or premium license to get more content elements, "
|
2398 |
+
"templates, and addons."
|
2399 |
+
msgstr ""
|
2400 |
+
|
2401 |
+
#: Modules/License/Pages/GoPremium.php:181
|
2402 |
+
#: Modules/Vendors/PluginsController.php:114
|
2403 |
+
msgid "Help Center"
|
2404 |
Â
msgstr ""
|
2405 |
Â
|
2406 |
+
#: Modules/License/Pages/GoPremium.php:186
|
2407 |
+
#: Modules/Vendors/PluginsController.php:119
|
2408 |
+
msgid "API"
|
2409 |
+
msgstr ""
|
2410 |
+
|
2411 |
+
#: Modules/License/Pages/GoPremium.php:191
|
2412 |
+
#: Modules/Vendors/PluginsController.php:124
|
2413 |
+
msgid "Premium Support"
|
2414 |
+
msgstr ""
|
2415 |
+
|
2416 |
+
#: Modules/License/Pages/LicenseStatus.php:73
|
2417 |
+
#: Modules/License/Pages/LicenseStatus.php:103
|
2418 |
+
msgid "License"
|
2419 |
+
msgstr ""
|
2420 |
+
|
2421 |
+
#: Modules/License/UpdateVariablesController.php:67
|
2422 |
Â
msgid ""
|
2423 |
Â
"Get more elements and templates from the Visual Composer Hub - a free "
|
2424 |
Â
"online marketplace."
|
2425 |
Â
msgstr ""
|
2426 |
Â
|
2427 |
+
#: Modules/License/UpdateVariablesController.php:76
|
2428 |
+
msgid "Next level website performance to rank higher and deliver faster."
|
Â
|
|
Â
|
|
2429 |
Â
msgstr ""
|
2430 |
Â
|
2431 |
+
#: Modules/License/UpdateVariablesController.php:85
|
2432 |
Â
msgid ""
|
2433 |
Â
"Control every detail of your website with flexible design options and "
|
2434 |
Â
"customization tools."
|
2435 |
Â
msgstr ""
|
2436 |
Â
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
2437 |
Â
#: Modules/Settings/Fields/FactoryResetController.php:67
|
2438 |
Â
msgid "Proceed with a reset?"
|
2439 |
Â
msgstr ""
|
2450 |
Â
"not be affected) - %s."
|
2451 |
Â
msgstr ""
|
2452 |
Â
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
2453 |
Â
#: Modules/Settings/Fields/FactoryResetController.php:113
|
2454 |
+
msgid "Incorrect permissions."
|
2455 |
Â
msgstr ""
|
2456 |
Â
|
2457 |
Â
#: Modules/Settings/Fields/FactoryResetController.php:118
|
2482 |
Â
msgid "Post Types"
|
2483 |
Â
msgstr ""
|
2484 |
Â
|
2485 |
+
#: Modules/Settings/NoticeController.php:79
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
2486 |
Â
msgid "Dismiss"
|
2487 |
Â
msgstr ""
|
2488 |
Â
|
2489 |
+
#: Modules/Settings/Pages/About.php:82
|
2490 |
Â
msgid "About"
|
2491 |
Â
msgstr ""
|
2492 |
Â
|
2493 |
+
#: Modules/Settings/Pages/CssJsSettings.php:99
|
Â
|
|
2494 |
Â
msgid "CSS, HTML & JavaScript"
|
2495 |
Â
msgstr ""
|
2496 |
Â
|
2497 |
+
#: Modules/Settings/Pages/Settings.php:74
|
2498 |
+
msgid "Dashboard"
|
2499 |
+
msgstr ""
|
2500 |
+
|
2501 |
+
#: Modules/Settings/Pages/Settings.php:76
|
2502 |
+
msgid "General"
|
2503 |
Â
msgstr ""
|
2504 |
Â
|
2505 |
+
#: Modules/Settings/Pages/SystemStatus.php:105
|
2506 |
Â
#, php-format
|
2507 |
Â
msgid "PHP version %s or greater (recommended 7 or greater)"
|
2508 |
Â
msgstr ""
|
2509 |
Â
|
2510 |
+
#: Modules/Settings/Pages/SystemStatus.php:113
|
2511 |
Â
#, php-format
|
2512 |
Â
msgid "WordPress version %s or greater"
|
2513 |
Â
msgstr ""
|
2514 |
Â
|
2515 |
+
#: Modules/Settings/Pages/SystemStatus.php:122
|
2516 |
+
msgid "WP_DEBUG, false"
|
2517 |
Â
msgstr ""
|
2518 |
Â
|
2519 |
+
#: Modules/Settings/Pages/SystemStatus.php:122
|
2520 |
+
msgid "WP_DEBUG, true"
|
2521 |
Â
msgstr ""
|
2522 |
Â
|
2523 |
+
#: Modules/Settings/Pages/SystemStatus.php:133
|
2524 |
+
#: Modules/Settings/Pages/SystemStatus.php:147
|
2525 |
+
#: Modules/Settings/Pages/SystemStatus.php:161
|
2526 |
Â
msgid "Unlimited"
|
2527 |
Â
msgstr ""
|
2528 |
Â
|
2529 |
+
#: Modules/Settings/Pages/SystemStatus.php:136
|
2530 |
Â
#, php-format
|
2531 |
Â
msgid "Post max size should be %sM, currently it is %s"
|
2532 |
Â
msgstr ""
|
2533 |
Â
|
2534 |
+
#: Modules/Settings/Pages/SystemStatus.php:150
|
2535 |
Â
#, php-format
|
2536 |
Â
msgid "Memory limit should be %sM, currently it is %s"
|
2537 |
Â
msgstr ""
|
2538 |
Â
|
2539 |
+
#: Modules/Settings/Pages/SystemStatus.php:164
|
2540 |
Â
#, php-format
|
2541 |
Â
msgid "post_max_size limit should be %sM, currently it is %s"
|
2542 |
Â
msgstr ""
|
2543 |
Â
|
2544 |
+
#: Modules/Settings/Pages/SystemStatus.php:175
|
2545 |
Â
#, php-format
|
2546 |
Â
msgid "max_input_nesting_level should be %s, currently it is %s"
|
2547 |
Â
msgstr ""
|
2548 |
Â
|
2549 |
+
#: Modules/Settings/Pages/SystemStatus.php:186
|
2550 |
Â
#, php-format
|
2551 |
Â
msgid "max_input_vars should be %s, currently it is %s"
|
2552 |
Â
msgstr ""
|
2553 |
Â
|
2554 |
+
#: Modules/Settings/Pages/SystemStatus.php:195
|
2555 |
Â
#, php-format
|
2556 |
Â
msgid "Max execution time should be %sS, currently it is %sS"
|
2557 |
Â
msgstr ""
|
2558 |
Â
|
2559 |
+
#: Modules/Settings/Pages/SystemStatus.php:204
|
2560 |
Â
#, php-format
|
2561 |
Â
msgid "File max upload size should be %sM, currently it is %s"
|
2562 |
Â
msgstr ""
|
2563 |
Â
|
2564 |
+
#: Modules/Settings/Pages/SystemStatus.php:212
|
2565 |
Â
msgid "Writable"
|
2566 |
Â
msgstr ""
|
2567 |
Â
|
2568 |
+
#: Modules/Settings/Pages/SystemStatus.php:212
|
2569 |
Â
msgid "Uploads directory is not writable"
|
2570 |
Â
msgstr ""
|
2571 |
Â
|
2572 |
+
#: Modules/Settings/Pages/SystemStatus.php:220
|
2573 |
Â
msgid "Direct"
|
2574 |
Â
msgstr ""
|
2575 |
Â
|
2576 |
+
#: Modules/Settings/Pages/SystemStatus.php:220
|
2577 |
Â
msgid "FS_METHOD should be direct"
|
2578 |
Â
msgstr ""
|
2579 |
Â
|
2580 |
+
#: Modules/Settings/Pages/SystemStatus.php:228
|
2581 |
Â
msgid "Enabled"
|
2582 |
Â
msgstr ""
|
2583 |
Â
|
2584 |
+
#: Modules/Settings/Pages/SystemStatus.php:228
|
2585 |
+
msgid "The Zip extension is not installed."
|
2586 |
Â
msgstr ""
|
2587 |
Â
|
2588 |
+
#: Modules/Settings/Pages/SystemStatus.php:236
|
2589 |
Â
msgid "Curl extension is not installed"
|
2590 |
Â
msgstr ""
|
2591 |
Â
|
2592 |
+
#: Modules/Settings/Pages/SystemStatus.php:244
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
2593 |
Â
msgid "Connection with AWS was unsuccessful"
|
2594 |
Â
msgstr ""
|
2595 |
Â
|
2596 |
+
#: Modules/Settings/Pages/SystemStatus.php:252
|
2597 |
Â
msgid "Connection with Account was unsuccessful"
|
2598 |
Â
msgstr ""
|
2599 |
Â
|
2600 |
+
#: Modules/Settings/Pages/SystemStatus.php:312
|
2601 |
+
msgid "System Status"
|
Â
|
|
2602 |
Â
msgstr ""
|
2603 |
Â
|
2604 |
+
#: Modules/Settings/Pages/SystemStatus.php:340
|
2605 |
Â
#, php-format
|
2606 |
Â
msgid ""
|
2607 |
+
"It seems that there is a problem with your server configuration that might "
|
2608 |
+
"affect Visual Composer. For more details, visit <a href=\"%s\">System "
|
2609 |
+
"Status</a> page."
|
2610 |
Â
msgstr ""
|
2611 |
Â
|
2612 |
+
#: Modules/Settings/SettingsController.php:92
|
2613 |
+
msgid "Your settings are saved."
|
2614 |
Â
msgstr ""
|
2615 |
Â
|
2616 |
+
#: Modules/Vendors/DashboardController.php:34
|
2617 |
+
msgid "Visual Composer News"
|
2618 |
+
msgstr ""
|
2619 |
+
|
2620 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:82
|
2621 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:84
|
2622 |
Â
msgid "Gutenberg attrs"
|
2623 |
Â
msgstr ""
|
2624 |
Â
|
2625 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:83
|
2626 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:85
|
2627 |
Â
msgid "Gutenberg attr"
|
2628 |
Â
msgstr ""
|
2629 |
Â
|
2630 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:86
|
2631 |
Â
msgid "Add New"
|
2632 |
Â
msgstr ""
|
2633 |
Â
|
2634 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:87
|
2635 |
Â
msgid "Add New Gutenberg attr"
|
2636 |
Â
msgstr ""
|
2637 |
Â
|
2638 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:88
|
2639 |
Â
msgid "New Gutenberg attr"
|
2640 |
Â
msgstr ""
|
2641 |
Â
|
2642 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:89
|
2643 |
Â
msgid "Edit Gutenberg attr"
|
2644 |
Â
msgstr ""
|
2645 |
Â
|
2646 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:90
|
2647 |
Â
msgid "View Gutenberg attr"
|
2648 |
Â
msgstr ""
|
2649 |
Â
|
2650 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:91
|
2651 |
Â
msgid "All Gutenberg attrs"
|
2652 |
Â
msgstr ""
|
2653 |
Â
|
2654 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:92
|
2655 |
Â
msgid "Search Gutenberg attrs"
|
2656 |
Â
msgstr ""
|
2657 |
Â
|
2658 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:93
|
2659 |
Â
msgid "Parent Gutenberg attrs:"
|
2660 |
Â
msgstr ""
|
2661 |
Â
|
2662 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:94
|
2663 |
Â
msgid "No Gutenberg attrs found."
|
2664 |
Â
msgstr ""
|
2665 |
Â
|
2666 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:95
|
2667 |
Â
msgid "No Gutenberg attrs found in Trash."
|
2668 |
Â
msgstr ""
|
2669 |
Â
|
2670 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:97
|
2671 |
Â
msgid "Gutenberg attr Cover Image"
|
2672 |
Â
msgstr ""
|
2673 |
Â
|
2674 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:102
|
2675 |
Â
msgid "Set cover image"
|
2676 |
Â
msgstr ""
|
2677 |
Â
|
2678 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:107
|
2679 |
Â
msgid "Remove cover image"
|
2680 |
Â
msgstr ""
|
2681 |
Â
|
2682 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:112
|
2683 |
+
msgid "Use as a cover image"
|
2684 |
Â
msgstr ""
|
2685 |
Â
|
2686 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:117
|
2687 |
Â
msgid "Gutenberg attr archives"
|
2688 |
Â
msgstr ""
|
2689 |
Â
|
2690 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:122
|
2691 |
Â
msgid "Add into Gutenberg attr"
|
2692 |
Â
msgstr ""
|
2693 |
Â
|
2694 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:127
|
2695 |
Â
msgid "Uploaded to this Gutenberg attr"
|
2696 |
Â
msgstr ""
|
2697 |
Â
|
2698 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:132
|
2699 |
Â
msgid "Filter Gutenberg attrs list"
|
2700 |
Â
msgstr ""
|
2701 |
Â
|
2702 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:137
|
2703 |
Â
msgid "Gutenberg attrs list navigation"
|
2704 |
Â
msgstr ""
|
2705 |
Â
|
2706 |
+
#: Modules/Vendors/Gutenberg/AttributeController.php:142
|
2707 |
Â
msgid "Gutenberg attrs list"
|
2708 |
Â
msgstr ""
|
2709 |
Â
|
2710 |
Â
#: Modules/Vendors/Gutenberg/SettingsController.php:73
|
2711 |
Â
msgid ""
|
2712 |
+
"Enable/disable the Gutenberg editor for your WordPress site. Disabling "
|
2713 |
+
"Gutenberg editor will enable classic WordPress editor. In both cases, you "
|
2714 |
Â
"can still use Visual Composer."
|
2715 |
Â
msgstr ""
|
2716 |
Â
|
2758 |
Â
msgid "Height:"
|
2759 |
Â
msgstr ""
|
2760 |
Â
|
2761 |
+
#: resources/views/editor/frontend/frontend.php:33
|
Â
|
|
2762 |
Â
#, php-format
|
2763 |
Â
msgid "Frontend editor: %s"
|
2764 |
Â
msgstr ""
|
2768 |
Â
msgstr ""
|
2769 |
Â
|
2770 |
Â
#: resources/views/elements/widgets/variables.php:19
|
2771 |
+
msgid "No custom widgets found."
|
2772 |
Â
msgstr ""
|
2773 |
Â
|
2774 |
Â
#: resources/views/elements/widgets/variables.php:36
|
2775 |
+
msgid "No widgets found."
|
2776 |
+
msgstr ""
|
2777 |
+
|
2778 |
+
#: resources/views/license/pages/license.php:26
|
2779 |
+
msgid ""
|
2780 |
+
"It seems you haven’t activated your access to Visual Composer Hub to "
|
2781 |
+
"access elements, templates, and add-ons."
|
2782 |
+
msgstr ""
|
2783 |
+
|
2784 |
+
#: resources/views/license/pages/license.php:41
|
2785 |
+
msgid "License Information"
|
2786 |
+
msgstr ""
|
2787 |
+
|
2788 |
+
#: resources/views/license/pages/license.php:45
|
2789 |
+
msgid ""
|
2790 |
+
"Visual Composer license information. Click refresh to check for license "
|
2791 |
+
"updates."
|
2792 |
+
msgstr ""
|
2793 |
+
|
2794 |
+
#: resources/views/license/pages/license.php:51
|
2795 |
+
#: resources/views/settings/pages/system-status.php:27
|
2796 |
+
msgid "Refresh"
|
2797 |
+
msgstr ""
|
2798 |
+
|
2799 |
+
#: resources/views/license/pages/license.php:61
|
2800 |
+
msgid "License information"
|
2801 |
+
msgstr ""
|
2802 |
+
|
2803 |
+
#: resources/views/license/pages/license.php:66
|
2804 |
+
msgid "License key"
|
2805 |
+
msgstr ""
|
2806 |
+
|
2807 |
+
#: resources/views/license/pages/license.php:72
|
2808 |
+
msgid "Deactivate"
|
2809 |
+
msgstr ""
|
2810 |
+
|
2811 |
+
#: resources/views/license/pages/license.php:78
|
2812 |
+
msgid "License type"
|
2813 |
+
msgstr ""
|
2814 |
+
|
2815 |
+
#: resources/views/license/pages/license.php:83
|
2816 |
+
msgid "Upgrade"
|
2817 |
+
msgstr ""
|
2818 |
+
|
2819 |
+
#: resources/views/license/pages/license.php:89
|
2820 |
+
msgid "License expiration date"
|
2821 |
Â
msgstr ""
|
2822 |
Â
|
2823 |
Â
#: resources/views/settings/fields/post-types/post-types-toggle.php:22
|
2830 |
Â
msgid "off"
|
2831 |
Â
msgstr ""
|
2832 |
Â
|
2833 |
+
#: resources/views/settings/fields/yesnotoggle.php:18
|
2834 |
+
msgid "yes"
|
2835 |
Â
msgstr ""
|
2836 |
Â
|
2837 |
+
#: resources/views/settings/fields/yesnotoggle.php:19
|
2838 |
+
msgid "no"
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
2839 |
Â
msgstr ""
|
2840 |
Â
|
2841 |
+
#: resources/views/settings/layouts/dashboard-main-layout.php:193
|
2842 |
+
msgid "Help"
|
2843 |
Â
msgstr ""
|
2844 |
Â
|
2845 |
+
#: resources/views/settings/layouts/dashboard-main-layout.php:198
|
2846 |
+
msgid "My Visual Composer"
|
2847 |
+
msgstr ""
|
2848 |
+
|
2849 |
+
#: resources/views/settings/pages/index.php:88
|
2850 |
+
msgid "Save Changes"
|
2851 |
+
msgstr ""
|
2852 |
+
|
2853 |
+
#: resources/views/settings/pages/system-status.php:26
|
2854 |
Â
msgid ""
|
2855 |
Â
"Check system status and WordPress configuration for compliance with Visual "
|
2856 |
Â
"Composer requirements."
|
2857 |
Â
msgstr ""
|
2858 |
Â
|
2859 |
+
#: resources/views/settings/pages/system-status.php:74
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
2860 |
Â
msgid "WordPress environment"
|
2861 |
Â
msgstr ""
|
2862 |
Â
|
2863 |
+
#: resources/views/settings/pages/system-status.php:79
|
2864 |
+
msgid "WordPress version"
|
2865 |
Â
msgstr ""
|
2866 |
Â
|
2867 |
+
#: resources/views/settings/pages/system-status.php:83
|
2868 |
+
msgid "WordPress version currently installed on your site."
|
2869 |
Â
msgstr ""
|
2870 |
Â
|
2871 |
+
#: resources/views/settings/pages/system-status.php:89
|
2872 |
+
msgid "PHP version"
|
2873 |
Â
msgstr ""
|
2874 |
Â
|
2875 |
+
#: resources/views/settings/pages/system-status.php:93
|
2876 |
+
msgid "PHP version currently installed on your site."
|
2877 |
Â
msgstr ""
|
2878 |
Â
|
2879 |
+
#: resources/views/settings/pages/system-status.php:99
|
2880 |
Â
msgid "WP_DEBUG"
|
2881 |
Â
msgstr ""
|
2882 |
Â
|
2883 |
+
#: resources/views/settings/pages/system-status.php:103
|
2884 |
Â
msgid "Displays whether of not WordPress is in Debug Mode"
|
2885 |
Â
msgstr ""
|
2886 |
Â
|
2887 |
+
#: resources/views/settings/pages/system-status.php:109
|
2888 |
+
msgid "Visual Composer version"
|
2889 |
Â
msgstr ""
|
2890 |
Â
|
2891 |
+
#: resources/views/settings/pages/system-status.php:112
|
2892 |
+
msgid "Visual Composer version installed on your site."
|
2893 |
Â
msgstr ""
|
2894 |
Â
|
2895 |
+
#: resources/views/settings/pages/system-status.php:125
|
2896 |
Â
msgid "There is a new version of Visual Composer Website Builder available."
|
2897 |
Â
msgstr ""
|
2898 |
Â
|
2899 |
+
#: resources/views/settings/pages/system-status.php:140
|
2900 |
Â
msgid "Configurations"
|
2901 |
Â
msgstr ""
|
2902 |
Â
|
2903 |
+
#: resources/views/settings/pages/system-status.php:145
|
2904 |
+
msgid "Memory limit"
|
2905 |
Â
msgstr ""
|
2906 |
Â
|
2907 |
+
#: resources/views/settings/pages/system-status.php:150
|
2908 |
+
msgid ""
|
2909 |
+
"The maximum amount of memory (RAM) that your site can use at one time."
|
2910 |
Â
msgstr ""
|
2911 |
Â
|
2912 |
+
#: resources/views/settings/pages/system-status.php:158
|
2913 |
+
msgid "Post max size"
|
2914 |
Â
msgstr ""
|
2915 |
Â
|
2916 |
+
#: resources/views/settings/pages/system-status.php:163
|
2917 |
Â
msgid ""
|
2918 |
+
"The maximum size of the post data allowed that also affects file upload."
|
2919 |
Â
msgstr ""
|
2920 |
Â
|
2921 |
+
#: resources/views/settings/pages/system-status.php:171
|
2922 |
+
msgid "Max input nesting level"
|
2923 |
Â
msgstr ""
|
2924 |
Â
|
2925 |
+
#: resources/views/settings/pages/system-status.php:176
|
2926 |
+
msgid "The maximum nesting depth of input variables (i.e. $_GET, $_POST.). "
|
2927 |
Â
msgstr ""
|
2928 |
Â
|
2929 |
+
#: resources/views/settings/pages/system-status.php:184
|
2930 |
+
msgid "PHP Max Input Vars"
|
2931 |
Â
msgstr ""
|
2932 |
Â
|
2933 |
+
#: resources/views/settings/pages/system-status.php:189
|
2934 |
Â
msgid ""
|
2935 |
+
"The number of input variables that may be accepted (limit is applied to "
|
2936 |
+
"$_GET, $_POST, and $_COOKIE superglobal separately)."
|
2937 |
Â
msgstr ""
|
2938 |
Â
|
2939 |
+
#: resources/views/settings/pages/system-status.php:197
|
2940 |
Â
msgid "Timeout"
|
2941 |
Â
msgstr ""
|
2942 |
Â
|
2943 |
+
#: resources/views/settings/pages/system-status.php:201
|
2944 |
+
msgid "The maximum execution time for PHP scripts."
|
2945 |
Â
msgstr ""
|
2946 |
Â
|
2947 |
+
#: resources/views/settings/pages/system-status.php:207
|
2948 |
+
msgid "Max upload file size"
|
2949 |
Â
msgstr ""
|
2950 |
Â
|
2951 |
+
#: resources/views/settings/pages/system-status.php:212
|
2952 |
+
msgid "The largest file size that can be uploaded to your WordPress site."
|
Â
|
|
2953 |
Â
msgstr ""
|
2954 |
Â
|
2955 |
+
#: resources/views/settings/pages/system-status.php:220
|
2956 |
+
msgid "Access to the upload directory"
|
2957 |
Â
msgstr ""
|
2958 |
Â
|
2959 |
+
#: resources/views/settings/pages/system-status.php:225
|
2960 |
Â
msgid ""
|
2961 |
Â
"Visual Composer stores assets in the WordPress uploads directory. The "
|
2962 |
Â
"directory must be writable for this to happen."
|
2963 |
Â
msgstr ""
|
2964 |
Â
|
2965 |
+
#: resources/views/settings/pages/system-status.php:233
|
2966 |
+
msgid "File system method"
|
2967 |
Â
msgstr ""
|
2968 |
Â
|
2969 |
+
#: resources/views/settings/pages/system-status.php:237
|
2970 |
+
msgid "The file system method should be direct."
|
2971 |
Â
msgstr ""
|
2972 |
Â
|
2973 |
+
#: resources/views/settings/pages/system-status.php:248
|
2974 |
Â
msgid "Extensions"
|
2975 |
Â
msgstr ""
|
2976 |
Â
|
2977 |
+
#: resources/views/settings/pages/system-status.php:253
|
2978 |
+
msgid ".zip extension"
|
2979 |
Â
msgstr ""
|
2980 |
Â
|
2981 |
+
#: resources/views/settings/pages/system-status.php:257
|
2982 |
Â
msgid "The Zip Extension should be enabled on your server"
|
2983 |
Â
msgstr ""
|
2984 |
Â
|
2985 |
+
#: resources/views/settings/pages/system-status.php:263
|
2986 |
+
msgid "cURL extension"
|
2987 |
Â
msgstr ""
|
2988 |
Â
|
2989 |
+
#: resources/views/settings/pages/system-status.php:267
|
2990 |
+
msgid "The version of cURL installed on your server."
|
2991 |
Â
msgstr ""
|
2992 |
Â
|
2993 |
+
#: resources/views/settings/pages/system-status.php:278
|
2994 |
Â
msgid "Connections"
|
2995 |
Â
msgstr ""
|
2996 |
Â
|
2997 |
+
#: resources/views/settings/pages/system-status.php:283
|
2998 |
Â
msgid "Account"
|
2999 |
Â
msgstr ""
|
3000 |
Â
|
3001 |
+
#: resources/views/settings/pages/system-status.php:287
|
3002 |
+
msgid "Connection with your account."
|
3003 |
Â
msgstr ""
|
3004 |
Â
|
3005 |
+
#: resources/views/settings/pages/system-status.php:293
|
3006 |
Â
msgid "AWS"
|
3007 |
Â
msgstr ""
|
3008 |
Â
|
3009 |
+
#: resources/views/settings/pages/system-status.php:297
|
3010 |
+
msgid "The connection with the AWS."
|
3011 |
Â
msgstr ""
|
3012 |
Â
|
3013 |
+
#: resources/views/settings/pages/system-status.php:303
|
3014 |
+
msgid "Large data transfer"
|
3015 |
Â
msgstr ""
|
3016 |
Â
|
3017 |
+
#: resources/views/settings/pages/system-status.php:308
|
3018 |
Â
msgid ""
|
3019 |
Â
"Ability to send large data. In case if failed - adjust your php.ini file "
|
3020 |
Â
"to increase memory_limit, post_max_size and execution time."
|
3021 |
Â
msgstr ""
|
3022 |
+
|
3023 |
+
#: resources/views/vendors/dashboard.php:55
|
3024 |
+
msgid "No news found."
|
3025 |
+
msgstr ""
|
plugin-wordpress.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Â
* Plugin Name: Visual Composer
|
4 |
Â
* Plugin URI: https://visualcomposer.com/premium/?utm_medium=wp-dashboard&utm_source=plugins-page&utm_campaign=vcwb&utm_content=plugin-link
|
5 |
Â
* Description: Create your WordPress website with the fast and easy-to-use drag-and-drop builder for experts and beginners.
|
6 |
-
* Version: 31.0-beta.
|
7 |
Â
* Author: visualcomposer.com
|
8 |
Â
* Author URI: https://visualcomposer.com/?utm_medium=wp-dashboard&utm_source=plugins-page&utm_campaign=vcwb&utm_content=author-link
|
9 |
Â
* Copyright: (c) 2017 TechMill Ltd.
|
@@ -45,7 +45,7 @@ if (defined('VCV_VERSION')) {
|
|
45 |
Â
/**
|
46 |
Â
* Plugin version constant
|
47 |
Â
*/
|
48 |
-
define('VCV_VERSION', '31.0-beta.
|
49 |
Â
/**
|
50 |
Â
* Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
|
51 |
Â
*/
|
3 |
Â
* Plugin Name: Visual Composer
|
4 |
Â
* Plugin URI: https://visualcomposer.com/premium/?utm_medium=wp-dashboard&utm_source=plugins-page&utm_campaign=vcwb&utm_content=plugin-link
|
5 |
Â
* Description: Create your WordPress website with the fast and easy-to-use drag-and-drop builder for experts and beginners.
|
6 |
+
* Version: 31.0-beta.3
|
7 |
Â
* Author: visualcomposer.com
|
8 |
Â
* Author URI: https://visualcomposer.com/?utm_medium=wp-dashboard&utm_source=plugins-page&utm_campaign=vcwb&utm_content=author-link
|
9 |
Â
* Copyright: (c) 2017 TechMill Ltd.
|
45 |
Â
/**
|
46 |
Â
* Plugin version constant
|
47 |
Â
*/
|
48 |
+
define('VCV_VERSION', '31.0-beta.3');
|
49 |
Â
/**
|
50 |
Â
* Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
|
51 |
Â
*/
|
public/dist/fonts/VC-Icons.ttf
CHANGED
Binary file
|
public/dist/fonts/VC-Icons.woff
CHANGED
Binary file
|
public/dist/hub.bundle.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
Â
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Nunito+Sans:400,400i,700,700i);@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,greek,greek-ext,cyrillic-ext,latin-ext,cyrillic);
|
2 |
Â
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{overflow:auto}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.screen-reader-text{display:none}
|
3 |
-
/*! reboot css styles */html{box-sizing:border-box;font-size:16px}body,body.vcv-wb-editor{font-size:.875rem;font-family:Nunito Sans,sans-serif}*,:after,:before{box-sizing:inherit}[tabindex="-1"]:focus{outline:none!important}img{max-width:100%}a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}a:focus,area:focus,button:focus,input:focus,label:focus,select:focus,summary:focus,textarea:focus{outline:none}@font-face{font-family:VC-Icons;src:url(fonts/VC-Icons.ttf?292d8ae915d7e914f3b5c2414962477d) format("truetype"),url(fonts/VC-Icons.woff?b21f0e8a2c2dcb891eeba7721e6c35d8) format("woff"),url("data:image/svg+xml,%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %3E %3Csvg xmlns='http://www.w3.org/2000/svg'%3E %3Cmetadata%3EGenerated by IcoMoon%3C/metadata%3E %3Cdefs%3E %3Cfont id='VC-Icons' horiz-adv-x='1024'%3E %3Cfont-face units-per-em='1024' ascent='960' descent='-64' /%3E %3Cmissing-glyph horiz-adv-x='1024' /%3E %3Cglyph unicode='&%23x20;' horiz-adv-x='512' d='' /%3E %3Cglyph unicode='&%23x2261;' glyph-name='mobile-menu' d='M74.668 822.856h874.666v-124.953h-874.666v124.953zM74.668 510.495h874.666v-124.97h-874.666v124.97zM74.668 198.096h874.666v-124.953h-874.666v124.953z' /%3E %3Cglyph unicode='&%23x22ee;' glyph-name='drag-dots' d='M619.59 448c0-59.421-48.17-107.59-107.59-107.59s-107.59 48.17-107.59 107.59c0 59.421 48.17 107.59 107.59 107.59s107.59-48.17 107.59-107.59zM619.59 820.411c0-59.421-48.17-107.59-107.59-107.59s-107.59 48.17-107.59 107.59c0 59.421 48.17 107.59 107.59 107.59s107.59-48.17 107.59-107.59zM619.59 75.591c0-59.421-48.17-107.59-107.59-107.59s-107.59 48.17-107.59 107.59c0 59.421 48.17 107.59 107.59 107.59s107.59-48.17 107.59-107.59z' /%3E %3Cglyph unicode='&%23x22ef;' glyph-name='more-dots' d='M512 340.41c-59.421 0-107.59 48.17-107.59 107.59s48.17 107.59 107.59 107.59c59.421 0 107.59-48.17 107.59-107.59s-48.17-107.59-107.59-107.59zM884.411 340.41c-59.421 0-107.59 48.17-107.59 107.59s48.17 107.59 107.59 107.59c59.421 0 107.59-48.17 107.59-107.59s-48.17-107.59-107.59-107.59zM139.591 340.41c-59.421 0-107.59 48.17-107.59 107.59s48.17 107.59 107.59 107.59c59.421 0 107.59-48.17 107.59-107.59s-48.17-107.59-107.59-107.59z' /%3E %3Cglyph unicode='&%23x2315;' glyph-name='search' horiz-adv-x='951' d='M658.286 475.428q0 105.714-75.143 180.857t-180.857 75.143-180.857-75.143-75.143-180.857 75.143-180.857 180.857-75.143 180.857 75.143 75.143 180.857zM950.857 0q0-29.714-21.714-51.429t-51.429-21.714q-30.857 0-51.429 21.714l-196 195.429q-102.286-70.857-228-70.857-81.714 0-156.286 31.714t-128.571 85.714-85.714 128.571-31.714 156.286 31.714 156.286 85.714 128.571 128.571 85.714 156.286 31.714 156.286-31.714 128.571-85.714 85.714-128.571 31.714-156.286q0-125.714-70.857-228l196-196q21.143-21.143 21.143-51.429z' /%3E %3Cglyph unicode='&%23x23f8;' glyph-name='row-layout' d='M92-32h360v960h-420v-960h60zM152 88v720h180v-720h-180zM932-32h-360v960h420v-960h-60zM872 88v720h-180v-720h180z' /%3E %3Cglyph unicode='&%23x25b4;' glyph-name='arrow-up' d='M775.22 340.565l-263.22 263.22-263.22-263.22c-17.844-17.844-5.212-48.35 20.025-48.35h486.389c25.237 0 37.87 30.506 20.025 48.35z' /%3E %3Cglyph unicode='&%23x25b8;' glyph-name='arrow-right' d='M404.565 184.78l263.22 263.22-263.22 263.22c-17.844 17.844-48.35 5.212-48.35-20.025v-486.389c0-25.237 30.506-37.87 48.35-20.025z' /%3E %3Cglyph unicode='&%23x25be;' glyph-name='expand' d='M248.78 555.435l263.22-263.22 263.22 263.22c17.844 17.844 5.212 48.35-20.025 48.35h-486.389c-25.237 0-37.87-30.506-20.025-48.35z' /%3E %3Cglyph unicode='&%23x25c4;' glyph-name='arrow-left' d='M619.435 711.22l-263.22-263.22 263.22-263.22c17.844-17.844 48.35-5.212 48.35 20.025v486.389c0 25.237-30.506 37.87-48.35 20.025z' /%3E %3Cglyph unicode='&%23x2661;' glyph-name='heart-stroke' d='M739.616 768c78.624 0 143.744-58.24 154.752-134.016l-382.24-438.976-382.496 438.976c11.008 75.776 76.128 134.016 154.752 134.016 64.512 0 123.36-69.248 123.36-69.248l104.256-110.752 104.256 110.752c0 0 58.88 69.248 123.36 69.248M739.616 896c-95.488 0-176-50.496-227.616-123.008-51.616 72.512-132.128 123.008-227.616 123.008-156.896 0-284.384-127.744-284.384-284.512v-23.488l512.256-588 511.744 588v23.488c0 156.768-127.488 284.512-284.384 284.512v0z' /%3E %3Cglyph unicode='&%23x270e;' glyph-name='edit' d='M320.892-0.215l639.258 639.21c25.772 25.772 31.447 56.233 5.659 81.989l-172.175 172.159c-25.74 25.756-65.886 28.488-91.673 2.716l-640.858-637.011c-28.698-27.373-22.409-27.826-22.442-45.95l-0.469-187.535c0.065-28.036 22.458-50.93 50.477-50.995l199.775 5.336c14.002-0.049 21.585 9.152 32.45 20.081zM773.893 775.89l74.664-74.697c11.932-11.948 6.289-30.477-5.691-42.442l-44.446-44.462-113.21 113.193 52.66 52.223c11.948 11.981 24.042 8.133 36.023-3.816zM237.755 53.495l-81.375 3.007c-12.984 0.032-22.976 9.442-23.055 22.458l1.778 92.935c0 6.435 0.211 9.184 13.889 22.927l0.016-0.032 453.664 450.817 113.516-113.516-463.816-463.816c-10.865-10.865-8.181-14.842-14.616-14.778z' /%3E %3Cglyph unicode='&%23x2710;' glyph-name='pen-alt-fill' d='M948.992 884.992c-99.872 100-262.112 100-361.984 0l-586.016-585.984-0.992-363.008h361.984l587.008 587.008c100 100 100 261.984 0 361.984zM307.616 64h-180.992v182.016c49.984 49.984 131.008 49.984 180.992 0s50.016-132.032 0-182.016zM856.128 613.504l-180.992 180.992c49.984 49.984 131.008 49.984 180.992 0s49.984-131.008 0-180.992z' /%3E %3Cglyph unicode='&%23x2714;' glyph-name='save' d='M496.783 176.777l527.215 527.237-108.612 108.589-512.011-511.989-294.788 294.788-108.589-108.589 403.376-403.42z' /%3E %3Cglyph unicode='&%23x2715;' glyph-name='add-thin' d='M64 503.552h896v-111.119h-896v111.119zM456.433 896h111.104v-896h-111.104v896z' /%3E %3Cglyph unicode='&%23x2716;' glyph-name='close' d='M64 135.363l760.637 760.637 135.139-135.139-760.412-760.861-135.363 135.363zM64 760.637l135.139 135.139 760.637-760.637-135.139-135.139-760.637 760.637z' /%3E %3Cglyph unicode='&%23x2717;' glyph-name='close-thin' d='M861.143 0.020l-797.107 797.107 98.855 98.855 797.107-797.107-98.855-98.855zM162.845 0.032l-98.842 98.842 797.107 797.107 98.842-98.842-797.107-797.107z' /%3E %3Cglyph unicode='&%23x2723;' glyph-name='move' d='M576 320v-192h128l-192-192-192 192h128v192zM448 576v192h-128l192 192 192-192h-128v-192zM384 384h-192v-128l-192 192 192 192v-128h192zM640 512h192v128l192-192-192-192v128h-192z' /%3E %3Cglyph unicode='&%23x2795;' glyph-name='add' d='M32.001 533.328h959.998v-170.658h-959.998v170.658zM426.659 927.986h170.658v-959.973h-170.658v959.973z' /%3E %3Cglyph unicode='&%23x2796;' glyph-name='remove' d='M32.001 533.328h959.998v-170.658h-959.998v170.658z' /%3E %3Cglyph unicode='&%23x293e;' glyph-name='undo' horiz-adv-x='1022' d='M900.936 840.968c-158.614 158.582-435.332 158.71-593.85 0l-179.094-179.222v170.23h-127.992v-383.976h383.976v127.992l-160.726-0.096 174.486 174.486c110.234 110.362 302.478 110.362 412.71-0.128 55.132-55.134 85.498-128.376 85.498-206.356 0-78.076-30.366-151.35-85.498-206.644l-96.506-96.474 90.49-90.458 96.506 96.25c79.258 79.516 123 185.046 123 297.326 0 112.216-43.742 217.714-123 297.070zM590.332-64l-90.492 90.618 90.556 90.458 90.49-90.618z' /%3E %3Cglyph unicode='&%23x293f;' glyph-name='redo' horiz-adv-x='1022' d='M121.064 840.968c158.614 158.582 435.332 158.71 593.85 0l179.094-179.222v170.23h127.992v-383.976h-383.976v127.992l160.726-0.096-174.486 174.486c-110.234 110.362-302.478 110.362-412.71-0.128-55.132-55.134-85.498-128.376-85.498-206.356 0-78.076 30.366-151.35 85.498-206.644l96.506-96.474-90.49-90.458-96.506 96.25c-79.258 79.516-123 185.046-123 297.326 0 112.216 43.742 217.714 123 297.070zM431.668-64l90.492 90.618-90.556 90.458-90.49-90.618z' /%3E %3Cglyph unicode='&%23xe900;' glyph-name='error' horiz-adv-x='1152' d='M1139.232 79.872l-480 832c-16.608 28.736-47.68 48.128-83.232 48.128s-66.624-19.392-83.232-48.128l-480-832c-8.096-14.080-12.768-30.432-12.768-47.872 0-52.992 43.008-96 96-96h960c52.992 0 96 43.008 96 96 0 17.44-4.64 33.792-12.768 47.872zM95.936 31.904l480.128 832 479.936-831.904-960.064-0.096z' /%3E %3Cglyph unicode='&%23xe901;' glyph-name='key' d='M620.291 299.094c-6.728 16.669-12.558 35.711-17.828 58.211-7.395 31.589-38.431 51.066-69.338 43.501-30.898-7.56-49.951-39.296-42.554-70.882 6.679-28.528 14.322-53.283 23.357-75.678 24.156-59.879 80.361-98.669 143.319-98.819h181.573c0.123 0 0.242 0 0.368 0 61.408 0 116.909 37.131 141.458 94.685 19.882 46.611 43.54 119.122 43.353 199.875-0.187 80.541-24.050 151.934-44.041 197.649-24.628 56.306-80.096 92.785-141.45 92.935h-179.404c-0.13 0-0.256 0-0.389 0-64.722 0-121.18-38.987-143.898-99.407-3.023-8.039-6.719-18.163-10.577-29.971h-347.892c-15.553 0-30.441-6.437-41.277-17.842l-98.822-104.055c-21.766-22.918-21.657-59.405 0.247-82.187l100.674-104.714c10.815-11.25 25.597-17.587 41.029-17.587h172.584c31.773 0 57.528 26.329 57.528 58.809s-25.755 58.809-57.528 58.809h-148.462l-44.377 46.156 42.732 44.997h366.715c26.5 0 49.572 18.507 55.877 44.821 4.654 19.427 10.496 38.108 18.941 60.567 5.571 14.808 19.551 23.994 36.642 23.994 0.040 0 0.078 0 0.115 0h179.401c16.269-0.038 30.274-8.977 36.547-23.321 15.443-35.32 33.884-90.003 34.022-149.926 0.141-60.361-18.282-116.294-33.763-152.587-6.242-14.637-20.365-24.079-36.13-24.079-0.031 0-0.063 0-0.095 0h-181.573c-15.912 0.038-30.818 10.506-37.088 26.049zM819.2 448c0-28.515-22.923-51.63-51.2-51.63s-51.2 23.115-51.2 51.63c0 28.515 22.923 51.63 51.2 51.63s51.2-23.115 51.2-51.63z' /%3E %3Cglyph unicode='&%23xe902;' glyph-name='eye-on' horiz-adv-x='1336' d='M1319.57 481.22c-2.411 4.767-59.563 118.14-166.47 232.225-145.209 154.47-312.995 236.335-485.273 236.335s-340.064-81.865-485.273-236.664c-106.852-114.030-164.059-227.403-166.415-232.225-7.891-15.398-7.891-33.535 0-48.988 2.411-4.767 59.563-118.14 166.415-232.171 145.209-154.47 312.995-236.335 485.273-236.335s340.064 81.865 485.273 236.664c106.852 114.030 164.059 227.403 166.47 232.171 7.891 15.069 7.891 33.535 0 48.988zM1071.234 272.667c-125.373-132.551-260.993-199.677-403.408-199.677s-278.090 67.125-403.408 199.677c-68.495 72.605-115.4 146.579-136.99 183.895 21.59 36.987 68.166 110.962 136.99 183.895 125.318 132.551 260.938 199.677 403.408 199.677s278.090-67.125 403.408-199.677c68.495-72.933 115.4-146.579 136.99-183.895-21.918-36.987-68.495-110.962-136.99-183.895zM667.826 675.746c-120.88 0-219.184-98.304-219.184-219.184s98.304-219.184 219.184-219.184c120.88 0 219.184 98.304 219.184 219.184s-98.304 219.184-219.184 219.184zM667.826 346.97c-60.276 0-109.592 49.316-109.592 109.592s49.316 109.592 109.592 109.592c60.276 0 109.592-49.316 109.592-109.592s-49.316-109.592-109.592-109.592z' /%3E %3Cglyph unicode='&%23xe903;' glyph-name='copy-icon' horiz-adv-x='853' d='M698.182 866.909h-46.545c0 51.2-41.891 93.091-93.091 93.091h-279.273c-51.2 0-93.091-41.891-93.091-93.091h-46.545c-77.079 0-139.636-62.557-139.636-139.636v-651.636c0-77.079 62.557-139.636 139.636-139.636h558.545c77.079 0 139.636 62.557 139.636 139.636v651.636c0 77.079-62.557 139.636-139.636 139.636zM279.273 866.909h279.273v-93.091h-279.273v93.091zM744.727 75.636c0-25.6-20.945-46.545-46.545-46.545h-558.545c-25.6 0-46.545 20.945-46.545 46.545v651.636c0 25.6 20.945 46.545 46.545 46.545h46.545c0-51.2 41.891-93.091 93.091-93.091h279.273c51.2 0 93.091 41.891 93.091 93.091h46.545c25.6 0 46.545-20.945 46.545-46.545v-651.636z' /%3E %3Cglyph unicode='&%23xe904;' glyph-name='paste-icon' horiz-adv-x='864' d='M785.455 576h-87.273v165.818c0 24-19.636 43.636-43.636 43.636h-43.636c0-48-39.273-87.273-87.273-87.273h-261.818c-48 0-87.273 39.273-87.273 87.273h-43.636c-24 0-43.636-19.636-43.636-43.636v-610.909c0-24 19.636-43.636 43.636-43.636h93.091v-87.273h-93.091c-72.262 0-130.909 58.647-130.909 130.909v610.909c0 72.262 58.647 130.909 130.909 130.909h43.636c0 48 39.273 87.273 87.273 87.273h261.818c48 0 87.273-39.273 87.273-87.273h43.636c72.262 0 130.909-58.647 130.909-130.909v-165.818zM261.818 872.727v0.087-87.36h261.818v87.273h-261.818zM802.944 512h-471.968c-39.808 0-42.976-8.864-42.976-48.672v-478.688c0-39.776 21.28-48.64 61.056-48.64h472c39.776 0 42.944 8.864 42.944 48.64v478.688c0 39.776-21.28 48.672-61.056 48.672zM413.472 32c-30.56 0-29.472 9.792-29.472 40.384v303.2c0 30.592-3.2 40.384 27.392 40.384h327.104c30.592 0 29.504-9.792 29.504-40.384v-303.2c0-30.592 3.2-40.384-27.392-40.384h-327.136z' /%3E %3Cglyph unicode='&%23xe905;' glyph-name='star' d='M512 893.44l122.266-344.166h328.294l-267.878-202.138 95.795-354.714-278.477 212.685-278.426-212.685 95.744 354.714-267.93 202.138h328.294l122.317 344.166z' /%3E %3Cglyph unicode='&%23xe906;' glyph-name='lock1' horiz-adv-x='777' d='M674.877 43.6v482.997h-577.806v-482.997h577.806zM236.997 718.477v-97.071h297.955v97.071c0 81.278-67.7 148.978-148.978 148.978s-148.978-67.7-148.978-148.978v0zM674.877 621.406c51.906 0 97.071-42.902 97.071-94.808v-482.997c0-51.906-45.165-94.808-97.071-94.808h-577.806c-51.906 0-97.071 42.902-97.071 94.808v482.997c0 51.906 45.165 94.808 97.071 94.808h47.38v97.071c0 133.184 108.339 241.523 241.523 241.523s241.523-108.339 241.523-241.523v-97.071h47.38z' /%3E %3Cglyph unicode='&%23xe907;' glyph-name='eye-off' horiz-adv-x='1336' d='M565.741 838.736c31.179 7.562 65.755 11.672 101.044 11.672h1.37c142.47 0 278.090-67.125 403.079-199.677 68.495-72.605 115.072-146.579 136.661-183.567-29.425-51.015-61.974-97.592-98.633-141.1-19.507-22.96-16.768-57.536 6.521-77.043 10.302-8.548 22.96-12.987 35.289-12.987 15.398 0 31.179 6.521 41.755 19.507 47.946 56.878 89.043 117.483 126.031 185.594 8.548 15.781 8.877 34.576 0.658 50.686-2.411 4.767-59.563 118.14-166.47 232.225-145.209 154.141-312.995 235.952-485.273 235.952h-1.37c-43.508 0-87.345-5.151-127.072-14.74-29.425-7.178-47.289-36.987-40.056-66.084 7.562-29.425 36.987-47.618 66.413-40.439h0.055zM1032.548 179.486c-0.329 0.329-764.404 764.404-764.404 764.404-21.206 21.206-56.166 21.206-77.427 0s-21.206-56.166 0-77.427l69.865-69.865c-98.304-84.605-180.169-186.635-243.842-303.46-8.548-15.781-8.877-34.576-1.041-50.686 2.411-4.767 59.618-118.14 166.799-232.171 145.209-154.799 312.995-236.664 485.602-236.664 115.784 2.027 224.664 34.905 318.858 96.222l80.112-80.167c10.63-10.63 24.658-16.11 38.686-16.11s28.11 5.48 38.686 16.11c21.918 21.206 21.918 56.166 0.329 77.427l-112.222 112.387zM559.604 497.303l138.689-138.689c-10.959-3.781-22.576-5.48-34.576-5.48-60.276 0-109.592 49.316-109.592 109.592 0 12 2.082 23.617 5.48 34.576zM667.826 83.264c-142.47 0-278.090 67.454-403.408 199.677-68.495 72.605-115.072 146.25-136.661 183.567 56.166 96.934 127.072 181.484 210.636 252.39l139.73-139.73c-21.59-34.576-33.535-75.016-33.535-116.441 0-120.88 98.304-219.184 219.184-219.184 41.426 0 81.865 12 116.441 33.535l127.401-127.401c-72.276-42.138-154.141-65.098-239.732-66.413h-0.055z' /%3E %3Cglyph unicode='&%23xe908;' glyph-name='brush-alt' horiz-adv-x='1022' d='M384 192c0 70.752-57.376 128-128 128-70.752 0-128-57.248-128-128v-0.256c0-94.624-51.488-177.12-128-221.376l0.512-0.384c37.504-21.6 80.992-33.984 127.488-33.984 141.376 0 256 114.624 256 256v0zM986.432 922.496c-49.984 49.984-131.008 49.984-180.992 0l-483.936-484c88.256-23.616 157.504-92.736 180.992-181.12l483.936 484.128c50.016 49.984 50.016 131.008 0 180.992z' /%3E %3Cglyph unicode='&%23xe909;' glyph-name='hub-shop' d='M960 64h-64v128c0 35.328-28.608 64-64 64s-64-28.672-64-64v-128h-512v128c0 35.328-28.608 64-64 64s-64-28.672-64-64v-128h-64c-35.392 0-64-28.672-64-64s28.608-64 64-64h896c35.392 0 64 28.672 64 64s-28.608 64-64 64zM960 960h-896c-35.392 0-64-28.672-64-64v-384c0-70.656 57.28-128 128-128s128 57.344 128 128c0-70.656 57.344-128 128-128s128 57.344 128 128c0-70.656 57.344-128 128-128s128 57.344 128 128c0-70.656 57.344-128 128-128s128 57.344 128 128v384c0 35.328-28.608 64-64 64z' /%3E %3Cglyph unicode='&%23xe90a;' glyph-name='download' horiz-adv-x='781' d='M329.007 144.021v755.267c0 33.53 27.174 60.712 60.711 60.712 33.53 0 60.711-27.196 60.711-60.712v-755.514l225.618 225.618c23.704 23.704 62.135 23.705 85.85-0.009 23.709-23.709 23.712-62.147 0.009-85.85l-329.144-329.144c-11.851-11.851-27.382-17.777-42.915-17.778-15.543 0.003-31.076 5.928-42.926 17.778l-329.144 329.144c-23.704 23.704-23.705 62.135 0.009 85.85 23.709 23.709 62.147 23.712 85.85 0.009l225.371-225.371z' /%3E %3Cglyph unicode='&%23xe90b;' glyph-name='chevron-up' d='M512 758.319l-517.198-517.198 103.44-103.44 413.758 413.758 413.758-413.758 103.44 103.44z' /%3E %3Cglyph unicode='&%23xe90c;' glyph-name='chevron-down' d='M512 137.681l-517.198 517.198 103.44 103.44 413.758-413.758 413.758 413.758 103.44-103.44z' /%3E %3Cglyph unicode='&%23xe90d;' glyph-name='chevron-right' horiz-adv-x='658' d='M663.198 448l-517.198-517.198-103.44 103.44 413.758 413.758-413.758 413.758 103.44 103.44z' /%3E %3Cglyph unicode='&%23xe90e;' glyph-name='chevron-left' horiz-adv-x='658' d='M-5.198 448l517.198-517.198 103.44 103.44-413.758 413.758 413.758 413.758-103.44 103.44z' /%3E %3Cglyph unicode='&%23xe90f;' glyph-name='plug' d='M902.254 728.131l-131.542-131.148-109.502 109.814 131.192 131.148c27.988 27.978 27.988 73.093 0 101.071s-73.118 27.978-101.106 0l-131.192-131.148-48.629 48.612c-13.294 13.29-56.325 39.169-101.106 0l-204.31-204.24c-123.146-123.104-138.539-314.404-45.48-454.295l-139.589-139.891c-27.988-27.978-27.988-73.093 0-101.071s73.118-27.978 101.106 0l139.589 139.541c58.774-39.169 127.344-60.153 199.412-60.153 96.208 0 186.818 37.421 255.038 105.617l204.31 204.24c27.988 27.978 27.988 73.093 0 101.071l-48.629 48.612 131.192 131.148c27.988 27.978 27.988 73.093 0 101.071-27.638 27.978-73.118 27.978-100.756 0zM615.030 243.060c-41.282-41.268-95.858-63.65-153.932-63.65s-113 22.732-153.932 63.65c-85.013 84.984-85.013 223.126 0 307.76l153.932 153.88 307.865-307.76-153.932-153.88z' /%3E %3Cglyph unicode='&%23xe910;' glyph-name='thumbs-down' horiz-adv-x='1331' d='M412.315-64c8.546 0 16.807 2.772 23.683 7.85l4.879 4.234 291.482 295.12c51.953 52.589 83.037 124.85 86.515 200.040l0.327 14.128v203.96c0 160.839-122.726 292.419-275.741 298.452l-10.98 0.216h-259.080c-42.524 0-82.188-20.541-107.778-55.362l-5.264-7.678-133.159-222.668c-17.56-27.376-27.199-59.040-27.199-90.416 0-25.074 2.054-53.867 16.13-81.321l5.862-10.223 18.962-31.792v-12.584c0-90.801 68.502-165.326 154.483-170.393l9.277-0.275 154.241-0.040 5.76-9.832-75.559-153.624c-8.321-17.168-12.641-36.168-12.641-55.208 0-64.768 48.492-117.979 109.636-122.301l8.044-0.283h18.121zM1208.32 294.4c65.050 0 118.45 51.592 122.618 116.606l0.262 8.194v416c0 66.066-50.798 120.301-114.812 124.534l-8.068 0.266h-163.841c-65.050 0-118.45-51.592-122.618-116.606l-0.262-8.194v-416c0-66.066 50.798-120.301 114.812-124.534l8.068-0.266h163.841zM1196.372 396.8h-129.708c-16.517 0-30.172 12.58-32.175 28.807l-0.253 4.127v380.532c0 16.775 12.387 30.643 28.364 32.678l4.064 0.257h129.708c16.517 0 30.172-12.58 32.175-28.807l0.253-4.127v-380.532c0-16.775-12.387-30.643-28.364-32.678l-4.064-0.257zM399.379 40.527c-18.489 0-30.002 5.142-30.002 24.86 0 3.679 0.533 7.359 1.577 10.838l1.947 5.041 72.492 151.578c13.273 27.602 15.188 68.124 0 94.562-13.886 24.274-49.81 35.842-76.017 38.259l-7.213 0.336-144.599 0.038c-40.073 0.036-73.112 32.996-76.479 74.862l-0.283 7.056v23.762c0 5.731-1.118 11.372-3.274 16.567l-2.5 5.033-24.188 41.522c-6.188 9.961-8.438 22.28-8.438 43.599 0 11.434 3.255 23.811 9.288 35.513l3.949 6.927 124.875 213.799c7.645 12.217 20.631 20.603 35.113 22.509l6.287 0.412h242.885c102.652 0 186.758-86.395 191.761-194.593l0.243-10.205v-195.805c0-51.072-18.267-100.902-50.481-138.44l-7.68-8.44-259.262-269.59z' /%3E %3Cglyph unicode='&%23xe911;' glyph-name='thumbs-up' horiz-adv-x='1331' d='M918.885 960c-8.546 0-16.807-2.772-23.683-7.85l-4.879-4.234-291.482-295.12c-51.953-52.589-83.037-124.85-86.515-200.040l-0.327-14.128v-203.96c0-160.839 122.726-292.419 275.741-298.452l10.98-0.216h259.080c42.524 0 82.188 20.541 107.778 55.362l5.264 7.678 133.159 222.668c17.56 27.376 27.199 59.040 27.199 90.416 0 25.074-2.054 53.867-16.13 81.321l-5.862 10.223-18.962 31.792v12.584c0 90.801-68.502 165.326-154.483 170.393l-9.277 0.275-154.241 0.040-5.76 9.832 75.559 153.624c8.321 17.168 12.641 36.168 12.641 55.208 0 64.768-48.492 117.979-109.636 122.301l-8.044 0.283h-18.121zM122.88 601.6c-65.050 0-118.45-51.592-122.618-116.606l-0.262-8.194v-416c0-66.066 50.798-120.301 114.812-124.534l8.068-0.266h163.841c65.050 0 118.45 51.592 122.618 116.606l0.262 8.194v416c0 66.066-50.798 120.301-114.812 124.534l-8.068 0.266h-163.841zM134.828 499.2h129.708c16.517 0 30.172-12.58 32.175-28.807l0.253-4.127v-380.532c0-16.775-12.387-30.643-28.364-32.678l-4.064-0.257h-129.708c-16.517 0-30.172 12.58-32.175 28.807l-0.253 4.127v380.532c0 16.775 12.387 30.643 28.364 32.678l4.064 0.257zM931.821 855.473c18.489 0 30.002-5.142 30.002-24.86 0-3.679-0.533-7.359-1.577-10.838l-1.947-5.041-72.492-151.578c-13.273-27.602-15.188-68.124 0-94.563 13.886-24.274 49.81-35.842 76.017-38.259l7.213-0.336 144.599-0.038c40.073-0.036 73.112-32.996 76.479-74.862l0.283-7.056v-23.762c0-5.731 1.118-11.372 3.274-16.567l2.5-5.033 24.188-41.522c6.188-9.961 8.438-22.28 8.438-43.599 0-11.434-3.255-23.811-9.288-35.513l-3.949-6.927-124.875-213.799c-7.645-12.217-20.631-20.603-35.113-22.509l-6.287-0.412h-242.885c-102.652 0-186.758 86.395-191.761 194.593l-0.243 10.205v195.805c0 51.072 18.267 100.902 50.481 138.44l7.68 8.44 259.262 269.59z' /%3E %3Cglyph unicode='&%23xe912;' glyph-name='unlock' horiz-adv-x='740' d='M643.294 519.901h-15.252v186.965c0 139.59-115.864 253.134-258.264 253.134s-258.264-113.545-258.264-253.134v-14.325c0-38.125 31.536-69.035 70.434-69.035s70.434 30.912 70.434 69.035v14.325c0 63.44 52.672 115.063 117.397 115.063s117.395-51.623 117.395-115.063v-186.965h-390.911c-53.17 0-96.262-42.237-96.262-94.352v-395.199c0-52.114 43.091-94.35 96.262-94.35h547.032c53.17 0 96.262 42.235 96.262 94.35v395.202c0 52.112-43.091 94.35-96.262 94.35z' /%3E %3Cglyph unicode='&%23xe913;' glyph-name='lock' horiz-adv-x='740' d='M643.294 519.901h-15.252v186.965c0 139.59-115.864 253.134-258.264 253.134s-258.264-113.545-258.264-253.134v-14.325c0-38.125-38.897-386.596 0-386.596 13.343 0 130.232-59.095 140.867 0 20.367 113.173 0 361.551 0 386.596v14.325c0 63.44 52.672 115.063 117.397 115.063s117.395-51.623 117.395-115.063v-186.965h-390.911c-53.17 0-96.262-42.237-96.262-94.352v-395.199c0-52.114 43.091-94.35 96.262-94.35h547.032c53.17 0 96.262 42.235 96.262 94.35v395.202c0 52.112-43.091 94.35-96.262 94.35z' /%3E %3Cglyph unicode='&%23xe914;' glyph-name='lamp' horiz-adv-x='801' d='M400.696 960c220.944 0 400.696-180.087 400.696-401.441 0-157.282-90.756-293.712-222.555-359.517l-0.054-134.875c0-32.274-39.12-60.338-96.258-74.28-13.638-31.699-45.142-53.886-81.829-53.886s-68.192 22.187-81.829 53.874c-54.323 13.267-92.359 39.286-95.976 69.553l-0.282 4.739-0.009 134.853c-131.823 65.796-222.6 202.239-222.6 359.539 0 221.354 179.752 401.441 400.696 401.441zM583.871 601.863c-17.387 0-31.757-13.21-34.032-30.347l-0.314-4.764v-47.197l-118.981-37.677c-7.285-2.307-14.728-3.767-22.214-4.386l-7.497-0.338c-7.856-0.035-15.497 0.791-22.968 2.476l-7.416 1.971-118.583 36.368v48.782c0 19.391-15.378 35.111-34.345 35.111-17.387 0-31.757-13.21-34.032-30.347l-0.314-4.764v-74.904c0-13.782 7.861-26.115 19.811-31.815l4.666-1.817 143.060-43.875 7.79-2.173 7.848-1.794 0.002-241.954c11.549-0.823 23.049-1.237 34.343-1.237 11.524 0 22.982 0.432 34.367 1.288l-0.021 242.175 7.943 1.883 7.881 2.272 143.167 45.336c12.784 4.047 21.949 15.24 23.828 28.485l0.356 5.053v73.079c0 19.391-15.378 35.111-34.345 35.111z' /%3E %3Cglyph unicode='&%23xe915;' glyph-name='forward' horiz-adv-x='970' d='M942.263 678.728l-339.537 265.821c-21.924 17.109-51.804 20.299-76.735 8.12-25.029-12.083-40.938-37.408-40.938-65.15v-177.858c-274.831-46.205-485.053-284.38-485.053-571.273v-105.724c0-53.358 43.461-96.662 97.011-96.662s97.011 43.305 97.011 96.662v105.724c0 179.598 124.173 329.715 291.032 372.923v-155.433c0-27.742 15.91-53.068 40.938-65.15 10.089-4.93 20.954-7.346 31.819-7.346 16.007 0 31.916 5.22 44.916 15.466l339.537 265.821c17.656 13.726 27.842 34.798 27.842 57.031s-10.186 43.305-27.842 57.031z' /%3E %3Cglyph unicode='&%23xe916;' glyph-name='swap' horiz-adv-x='740' d='M169.175 379.176c21.173 23.499 55.503 23.499 76.673 0 21.173-23.503 21.173-61.61 0-85.109v0l-60.795-67.484h488.908c29.942 0 54.216-26.945 54.216-60.182s-24.274-60.182-54.216-60.182v0h-488.908l60.795-67.484c21.173-23.503 21.173-61.61 0-85.109-21.177-23.507-55.507-23.499-76.673 0v0l-153.338 170.21c-21.365 23.683-20.866 61.995 0 85.129v0zM482.332 942.373c21.177 23.503 55.503 23.503 76.673 0v0l153.339-170.208c20.722-22.985 21.499-61.28 0-85.128v0l-153.339-170.208c-21.173-23.503-55.5-23.507-76.673 0-21.173 23.503-21.173 61.609 0 85.108v0l60.795 67.483h-488.91c-29.942 0-54.217 26.945-54.217 60.181s24.275 60.181 54.217 60.181v0h488.91l-60.795 67.483c-21.173 23.503-21.173 61.609 0 85.108z' /%3E %3Cglyph unicode='&%23x1f41e;' glyph-name='bug' horiz-adv-x='951' d='M932.571 402.286q0-14.857-10.857-25.714t-25.714-10.857h-128q0-97.714-38.286-165.714l118.857-119.429q10.857-10.857 10.857-25.714t-10.857-25.714q-10.286-10.857-25.714-10.857t-25.714 10.857l-113.143 112.571q-2.857-2.857-8.571-7.429t-24-16.286-37.143-20.857-46.857-16.571-55.429-7.429v512h-73.143v-512q-29.143 0-58 7.714t-49.714 18.857-37.714 22.286-24.857 18.571l-8.571 8-104.571-118.286q-11.429-12-27.429-12-13.714 0-24.571 9.143-10.857 10.286-11.714 25.429t8.857 26.571l115.429 129.714q-33.143 65.143-33.143 156.571h-128q-14.857 0-25.714 10.857t-10.857 25.714 10.857 25.714 25.714 10.857h128v168l-98.857 98.857q-10.857 10.857-10.857 25.714t10.857 25.714 25.714 10.857 25.714-10.857l98.857-98.857h482.286l98.857 98.857q10.857 10.857 25.714 10.857t25.714-10.857 10.857-25.714-10.857-25.714l-98.857-98.857v-168h128q14.857 0 25.714-10.857t10.857-25.714zM658.286 731.428h-365.714q0 76 53.429 129.429t129.429 53.429 129.429-53.429 53.429-129.429z' /%3E %3Cglyph unicode='&%23x1f4bb;' glyph-name='tablet-landscape' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M351 105h505.988c22.112 0 40.012 17.908 40.012 39.998v600.003c0 22.072-17.914 39.998-40.012 39.998h-505.988v-680zM251 105v680h-83.988c-22.112 0-40.012-17.908-40.012-39.998v-600.003c0-22.072 17.914-39.998 40.012-39.998h83.988zM937.009 885c33.132 0 59.991-26.877 59.991-60.010v-759.98c0-33.143-26.86-60.010-59.991-60.010h-850.017c-33.132 0-59.991 26.877-59.991 60.010v759.98c0 33.143 26.86 60.010 59.991 60.010h850.017z' /%3E %3Cglyph unicode='&%23x1f4f0;' glyph-name='template' d='M861.584 928h-696c-39.743 0-73.583-38.232-73.583-78.001v-258.001h840v258.001c0 39.768-30.624 78.001-70.417 78.001zM836 688.001h-648.001v98.257c0 30.6 27.456 45.744 58.032 45.744h535.128c30.577 0 54.84-15.144 54.84-45.744v-98.257zM162.392-32h696c39.768 0 73.608 38.232 73.608 78.001v450h-840v-450c0-39.768 30.6-78.001 70.393-78.001zM188 400h648.001v-290.256c0-30.6-27.48-45.744-58.056-45.744h-535.128c-30.577 0-54.816 15.144-54.816 45.744v290.256z' /%3E %3Cglyph unicode='&%23x1f4f1;' glyph-name='mobile-portrait' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M772 284v505.988c0 22.112-17.906 40.012-39.994 40.012h-440.012c-22.094 0-39.994-17.914-39.994-40.012v-505.988h520zM772 184h-520v-83.988c0-22.112 17.906-40.012 39.994-40.012h440.012c22.094 0 39.994 17.914 39.994 40.012v83.988zM152 870.009c0 33.132 26.857 59.991 59.994 59.991h600.011c33.134 0 59.994-26.86 59.994-59.991v-850.017c0-33.132-26.857-59.991-59.994-59.991h-600.011c-33.134 0-59.994 26.86-59.994 59.991v850.017z' /%3E %3Cglyph unicode='&%23x1f4f2;' glyph-name='mobile-landscape' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M351 185h505.988c22.112 0 40.012 17.906 40.012 39.994v440.012c0 22.094-17.914 39.994-40.012 39.994h-505.988v-520zM251 185v520h-83.988c-22.112 0-40.012-17.906-40.012-39.994v-440.012c0-22.094 17.914-39.994 40.012-39.994h83.988zM937.009 805c33.132 0 59.991-26.857 59.991-59.994v-600.011c0-33.134-26.86-59.994-59.991-59.994h-850.017c-33.132 0-59.991 26.857-59.991 59.994v600.011c0 33.134 26.86 59.994 59.991 59.994h850.017z' /%3E %3Cglyph unicode='&%23x1f4fa;' glyph-name='desktop' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M462 66h-150v-100h400v100h-150v114h329.99c33.132 0 60.010 26.858 60.010 59.99v630.021c0 33.131-26.867 59.99-60.010 59.99h-759.98c-33.132 0-60.010-26.858-60.010-59.99v-630.021c0-33.131 26.867-59.99 60.010-59.99h329.99v-114zM172 790.002c0 22.090 17.926 39.998 39.998 39.998h600.003c22.091 0 39.998-17.909 39.998-39.998v-470.005c0-22.090-17.926-39.998-39.998-39.998h-600.003c-22.091 0-39.998 17.909-39.998 39.998v470.005z' /%3E %3Cglyph unicode='&%23x1f512;' glyph-name='lock-stroke' horiz-adv-x='768' d='M448.128 960c-176.32 0-319.936-143.488-319.936-320v-64h-128.192v-448c0-105.76 86.24-192 191.936-192h384.064c106.016 0 192 86.24 192 192v512c0 176.512-143.488 320-319.872 320zM256.192 640c0 105.984 86.176 192 191.936 192 105.888 0 191.872-86.016 191.872-192v-64h-383.808v64zM576 64h-384.064c-35.264 0-64 28.736-64 64v320h512.064v-320c0-35.264-28.512-64-64-64zM448 256c0-35.264-28.736-64-64-64-35.488 0-64 28.736-64 64 0 35.488 28.512 64 64 64 35.264 0 64-28.512 64-64z' /%3E %3Cglyph unicode='&%23x1f513;' glyph-name='unlock-stroke' horiz-adv-x='768' d='M448.128 960c-176.448 0-319.936-143.616-319.936-320h128c0 105.76 86.048 192 191.936 192s191.872-86.24 191.872-192v-64h-640v-448c0-105.984 86.112-192 191.936-192h384.064c105.888 0 192 86.016 192 192v512c0 176.384-143.488 320-319.872 320zM576 64h-384.064c-35.264 0-64 28.64-64 64v320h512.064v-320c0-35.36-28.736-64-64-64zM448 256c0-35.488-28.64-64-64-64s-64 28.512-64 64c0 35.264 28.64 64 64 64s64-28.736 64-64z' /%3E %3Cglyph unicode='&%23x1f517;' glyph-name='link' d='M1005.248 941.248c-24.992 24.992-65.888 24.992-90.88 0l-130.24-130.368c-53.376 35.488-114.624 53.12-176.128 53.12-81.888 0-163.744-31.264-226.24-93.76l-192-192c-109.504-109.376-123.008-278.496-40.736-402.624l-130.24-130.368c-24.992-24.992-24.992-65.504 0-90.496 12.48-12.512 28.832-18.752 45.216-18.752s32.736 6.24 45.248 18.752l130.24 130.368c53.376-35.488 115.008-53.12 176.512-53.12 81.888 0 163.744 31.264 226.24 93.76l191.616 192c109.504 109.376 123.008 278.496 40.736 402.624l130.624 130.368c25.024 24.992 25.024 65.504 0.032 90.496zM799.616 544c0-51.264-20-99.488-56.256-135.744l-191.616-192c-36.256-36.256-84.48-56.256-135.744-56.256-28.992 0-56.736 7.136-82.24 19.264l95.488 95.488c24.992 24.992 24.992 65.504 0 90.496s-65.504 24.992-90.496 0l-95.488-95.488c-12.256 25.376-19.264 53.12-19.264 82.24 0 51.264 20 99.488 56.256 135.744l192 192c36.256 36.256 84.48 56.256 135.744 56.256 28.992 0 56.64-7.136 82.112-19.264l-97.376-97.504c-24.992-24.992-24.992-65.504 0-90.496 12.512-12.512 28.864-18.752 45.248-18.752 16.256 0 32.64 6.24 45.12 18.752l97.248 97.504c12.288-25.376 19.264-53.12 19.264-82.24z' /%3E %3Cglyph unicode='&%23x1f58d;' glyph-name='eyedropper' horiz-adv-x='1022' d='M948.96 522.112c99.872 99.808 99.872 261.76 0 361.504-49.888 49.888-115.36 74.88-180.736 74.88-65.312 0-130.816-24.992-180.672-74.88l-18.88-18.88-95.168 95.264-90.24-90.304 95.264-95.2-478.528-478.816v-231.936l125.76-127.744h237.248l476.832 476.992 92-92.064 90.368 90.24-92.128 92.064 18.88 18.88zM330.24 84.256c1.504 48.512-15.264 97.12-52.128 134.016-33.888 33.984-78.112 50.624-122.624 52.128l413.408 413.536 180.576-180.448-419.232-419.232z' /%3E %3Cglyph unicode='&%23x1f5a7;' glyph-name='multiple-devices' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M342 86h-110v-100h320v100h-110v34h250.006c33.138 0 59.994 26.859 59.994 59.99v470.019c0 33.13-26.86 59.99-59.994 59.99h-600.011c-33.138 0-59.994-26.859-59.994-59.99v-470.019c0-33.13 26.86-59.99 59.994-59.99h250.006v-34zM132 570.005c0 22.089 17.9 39.995 39.994 39.995h440.012c22.088 0 39.994-17.899 39.994-39.995v-310.010c0-22.089-17.9-39.995-39.994-39.995h-440.012c-22.088 0-39.994 17.899-39.994 39.995v310.010zM892 790.002c0 22.089-17.905 39.998-39.993 39.998h-220.015c-22.069 0-39.993-17.908-39.993-39.998v-80.002h-100v160.010c0 33.131 26.882 59.99 60.001 59.99h379.998c33.138 0 60.001-26.859 60.001-59.99v-630.021c0-33.131-26.882-59.99-60.001-59.99h-179.999v100h100.007c22.069 0 39.993 17.908 39.993 39.998v44.002h-140v100h140v326.002z' /%3E %3Cglyph unicode='&%23x1f5b3;' glyph-name='tablet-portrait' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M852 284v505.988c0 22.112-17.908 40.012-39.998 40.012h-600.003c-22.072 0-39.998-17.914-39.998-40.012v-505.988h680zM852 184h-680v-83.988c0-22.112 17.908-40.012 39.998-40.012h600.003c22.072 0 39.998 17.914 39.998 40.012v83.988zM72 870.009c0 33.132 26.877 59.991 60.010 59.991h759.98c33.143 0 60.010-26.86 60.010-59.991v-850.017c0-33.132-26.877-59.991-60.010-59.991h-759.98c-33.143 0-60.010 26.86-60.010 59.991v850.017z' /%3E %3Cglyph unicode='&%23x1f5c7;' glyph-name='copy' d='M706.943 704h-631.983c-39.792 0-42.96-8.88-42.96-48.656v-638.687c0-39.776 21.28-48.656 61.056-48.656h631.999c39.776 0 42.944 8.88 42.944 48.656v638.687c0 39.776-21.28 48.656-61.056 48.656zM644.608 64h-487.12c-30.576 0-29.488 9.808-29.488 40.4v463.2c0 30.593-3.2 40.4 27.392 40.4h487.104c30.593 0 29.504-9.808 29.504-40.4v-463.2c0-30.593 3.2-40.4-27.392-40.4zM930.943 927.999h-631.983c-39.792 0-42.96-8.88-42.96-48.656v-175.344h96v87.6c0 30.593-3.2 40.4 27.392 40.4h487.104c30.593 0 29.504-9.808 29.504-40.4v-463.2c0-30.593 3.2-40.4-27.392-40.4h-100.608v-96h181.040c39.792 0 42.96 8.88 42.96 48.656v638.687c0 39.776-21.28 48.656-61.056 48.656z' /%3E %3Cglyph unicode='&%23x1f5ca;' glyph-name='paste' d='M154.384-32h712c39.776 0 69.616 14.224 69.616 54v682h-848v-682c0-39.776 26.608-54 66.384-54zM184 608h656v-498.256c0-30.624-23.472-45.744-54.064-45.744h-551.12c-30.576 0-50.816 15.12-50.816 45.744v498.256zM88 874v-266h848v266c0 39.776-29.84 54-69.632 54h-712c-39.76 0-66.368-14.224-66.368-54zM184 786.256c0 30.608 20.24 45.744 50.816 45.744h567.12c30.592 0 38.064-15.136 38.064-45.744v-82.256h-656v82.256z' /%3E %3Cglyph unicode='&%23x1f5cb;' glyph-name='document-alt-stroke' horiz-adv-x='768' d='M448 960h-448v-1024h768v704.064l-320 319.936zM128 64v768h256v-256h256v-512h-512z' /%3E %3Cglyph unicode='&%23x1f5d1;' glyph-name='trash' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M882 608h80.017c16.55 0 29.983 13.43 29.983 29.997v260.006c0 16.553-13.424 29.997-29.983 29.997h-900.034c-16.55 0-29.983-13.43-29.983-29.997v-260.006c0-16.553 13.424-29.997 29.983-29.997h80.017v-609.996c0-16.582 13.424-30.004 29.983-30.004h680.034c16.547 0 29.983 13.433 29.983 30.004v609.996zM122 818.016c0 11.037 8.962 19.984 20.015 19.984h739.969c11.054 0 20.015-8.971 20.015-19.984v-100.032c0-11.037-8.962-19.984-20.015-19.984h-739.969c-11.054 0-20.015 8.971-20.015 19.984v100.032zM232 588.019c0 11.035 8.968 19.981 19.992 19.981h104.008v-550h-104.008c-11.041 0-19.992 8.946-19.992 19.981v510.037zM668 608h104.008c11.041 0 19.992-8.946 19.992-19.981v-510.037c0-11.035-8.968-19.981-19.992-19.981h-104.008v550zM446 608h132v-550h-132v550z' /%3E %3Cglyph unicode='&%23x1f5d7;' glyph-name='layers' horiz-adv-x='1022' d='M0 256l512.032-128 511.968 128v-128l-511.968-128-512.032 128zM0 512l512.032-128 511.968 128v-128l-511.968-128-512.032 128zM0 768l512.032 128 511.968-128v-128l-511.968-128-512.032 128z' /%3E %3Cglyph unicode='&%23x1f6e0;' glyph-name='cog' d='M1024 384.992v128l-152.992 63.744c-4.256 12-8.736 23.616-14.24 35.008l61.76 153.76-90.528 90.496-152.384-62.752c-11.616 5.632-23.488 10.368-35.744 14.752l-64.864 152h-128l-63.264-151.488c-12.736-4.512-24.992-9.248-37.12-15.008l-152.128 61.12-90.496-90.496 62.016-150.752c-6.016-12.384-10.88-24.992-15.52-38.016l-150.496-64.352v-128l150.624-62.752c4.64-12.992 9.632-25.632 15.616-38.016l-60.864-151.744 90.496-90.496 151.136 62.24c12.128-5.76 24.512-10.368 37.248-14.752l64.736-151.488h128l63.36 152.256c12.128 4.512 24.128 9.248 35.616 14.752l153.504-61.504 90.496 90.496-63.008 152.736c5.376 11.488 9.76 23.136 14.016 35.008l153.024 65.248zM511.008 256c-105.984 0-192 86.016-192 192s86.016 192 192 192 192-86.016 192-192-86.016-192-192-192z' /%3E %3C/font%3E%3C/defs%3E%3C/svg%3E#VC-Icons") format("svg");font-weight:400;font-style:normal}.vcv-ui-icon{font-family:VC-Icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vcv-ui-icon-unlock-fill:before{content:"\e912"}.vcv-ui-icon-lock-fill:before{content:"\e913"}.vcv-ui-icon-thumbs-down:before{content:"\e910"}.vcv-ui-icon-thumbs-up:before{content:"\e911"}.vcv-ui-icon-download:before{content:"\e90a"}.vcv-ui-icon-error:before{content:"\e900"}.vcv-ui-icon-hub-shop:before{content:"\e909"}.vcv-ui-icon-lock:before{content:"\e906"}.vcv-ui-icon-star:before{content:"\e905"}.vcv-ui-icon-copy-icon:before{content:"\e903"}.vcv-ui-icon-paste-icon:before{content:"\e904"}.vcv-ui-icon-eye-on:before{content:"\e902"}.vcv-ui-icon-eye-off:before{content:"\e907"}.vcv-ui-icon-mobile-menu:before{content:"\2261"}.vcv-ui-icon-drag-dots:before{content:"\22ee"}.vcv-ui-icon-more-dots:before{content:"\22ef"}.vcv-ui-icon-search:before{content:"\2315"}.vcv-ui-icon-row-layout:before{content:"\23f8"}.vcv-ui-icon-arrow-up:before{content:"\25b4"}.vcv-ui-icon-arrow-right:before{content:"\25b8"}.vcv-ui-icon-expand:before{content:"\25be"}.vcv-ui-icon-arrow-left:before{content:"\25c4"}.vcv-ui-icon-heart-stroke:before{content:"\2661"}.vcv-ui-icon-edit:before{content:"\270e"}.vcv-ui-icon-pen-alt-fill:before{content:"\2710"}.vcv-ui-icon-save:before{content:"\2714"}.vcv-ui-icon-add-thin:before{content:"\2715"}.vcv-ui-icon-close:before{content:"\2716"}.vcv-ui-icon-close-thin:before{content:"\2717"}.vcv-ui-icon-move:before{content:"\2723"}.vcv-ui-icon-add:before{content:"\2795"}.vcv-ui-icon-remove:before{content:"\2796"}.vcv-ui-icon-undo:before{content:"\293e"}.vcv-ui-icon-redo:before{content:"\293f"}.vcv-ui-icon-brush-alt:before{content:"\e908"}.vcv-ui-icon-bug:before{content:"\1f41e"}.vcv-ui-icon-tablet-landscape:before{content:"\1f4bb"}.vcv-ui-icon-template:before{content:"\1f4f0"}.vcv-ui-icon-mobile-portrait:before{content:"\1f4f1"}.vcv-ui-icon-mobile-landscape:before{content:"\1f4f2"}.vcv-ui-icon-desktop:before{content:"\1f4fa"}.vcv-ui-icon-lock-stroke:before{content:"\1f512"}.vcv-ui-icon-unlock-stroke:before{content:"\1f513"}.vcv-ui-icon-link:before{content:"\1f517"}.vcv-ui-icon-eyedropper:before{content:"\1f58d"}.vcv-ui-icon-multiple-devices:before{content:"\1f5a7"}.vcv-ui-icon-tablet-portrait:before{content:"\1f5b3"}.vcv-ui-icon-copy:before{content:"\1f5c7"}.vcv-ui-icon-paste:before{content:"\1f5ca"}.vcv-ui-icon-document-alt-stroke:before{content:"\1f5cb"}.vcv-ui-icon-trash:before{content:"\1f5d1"}.vcv-ui-icon-layers:before{content:"\1f5d7"}.vcv-ui-icon-cog:before{content:"\1f6e0"}.vcv-ui-icon-chevron-left:before{content:"\e90e"}.vcv-ui-icon-chevron-up:before{content:"\e90b"}.vcv-ui-icon-chevron-down:before{content:"\e90c"}.vcv-ui-icon-chevron-right:before{content:"\e90d"}.vcv-ui-icon-plug:before{content:"\e90f"}.vcv-ui-icon-key:before{content:"\e901"}.vcv-ui-icon-lamp:before{content:"\e914"}.vcv-ui-icon-forward:before{content:"\e915"}.vcv-ui-icon-swap:before{content:"\e916"}.vcv-layout-container{height:100%;width:100%;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout,.vcv-layout-container{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;direction:ltr}.vcv-layout-header{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-content,.vcv-layout-header{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout-content{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;background:#282828;overflow:auto}.vcv-layout-iframe-container{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;position:relative;width:100%;background:#fff;margin:0 auto;transition:width .2s ease-in-out}.vcv-layout-iframe-container--mobile{-webkit-overflow-scrolling:touch;overflow-y:scroll}.vcv-layout-iframe-container-editor--sidebars{width:480px}.vcv-layout-iframe-overlay{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0}.vcv-layout-iframe,.vcv-layout-iframe-wrapper{width:100%;height:100%;overflow:auto;border:0;position:absolute}.vcv-layout-bar{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;z-index:1130;background:linear-gradient(180deg,#1a399d,#693bc5);box-shadow:1px 0 10px 0 rgba(0,0,0,.3)}.vcv-layout-bar,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-header{position:relative}.vcv-layout-bar.vcv-inline-editor--active .vcv-ui-resizer{display:none}.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-all:after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-end:after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-start:after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3000;background:rgba(0,0,0,.6);transition:opacity .2s ease-in-out}.vcv-layout-dock--bottom .vcv-layout-bar,.vcv-layout-dock--bottom .vcv-ui-tree-view-content,.vcv-layout-dock--detached .vcv-layout-bar,.vcv-layout-dock--detached .vcv-ui-tree-view-content,.vcv-layout-dock--top .vcv-layout-bar,.vcv-layout-dock--top .vcv-ui-tree-view-content{background:linear-gradient(90deg,#1a399d,#693bc5)}.vcv-layout-dock--bottom .vcv-layout-bar-content:before,.vcv-layout-dock--top .vcv-layout-bar-content:before{content:"";position:absolute;left:0;right:0;height:10px}.vcv-layout-dock--top .vcv-layout-bar-content:not(.vcv-content-full-size):before{bottom:-10px;box-shadow:inset 0 10px 10px -10px rgba(0,0,0,.3)}.vcv-layout-dock--bottom .vcv-layout-bar-content:not(.vcv-content-full-size):before{top:-10px;box-shadow:inset 0 -10px 10px -10px rgba(0,0,0,.3)}.vcv-layout-dock--detached .vcv-ui-tree-view-content,.vcv-layout-dock--top .vcv-ui-tree-view-content{border-top:1px solid hsla(0,0%,100%,.1)}.vcv-layout-bar-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.vcv-layout-bar-header{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-bar-content,.vcv-layout-bar-header{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout-bar-content{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;pointer-events:none}.vcv-layout-bar-content:not(.vcv-ui-state--visible){display:none}.rtl .vcv-layout-bar-content{direction:rtl}.vcv-layout-bar-content-all,.vcv-layout-bar-content-start{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;pointer-events:all;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-bar-content-all>*,.vcv-layout-bar-content-start>*{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.vcv-layout-bar-content-all:not(.vcv-ui-state--visible),.vcv-layout-bar-content-start:not(.vcv-ui-state--visible){display:none}.vcv-layout-bar-content-end{-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0;pointer-events:all;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-bar-content-end>*{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.vcv-layout-bar-content-end:not(.vcv-ui-state--visible){display:none}.vcv-layout-bar-content-toggle{position:absolute;left:0;top:0;height:61px;width:60px;color:#fff;transition:all .2s ease-in-out}.vcv-layout-bar-content-toggle-icon:before{font-size:1.25em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-layout-bar-content-start:not(.vcv-ui-state--visible)+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle{opacity:.5}.vcv-layout-bar-content-start:not(.vcv-ui-state--visible)+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle:hover{opacity:.6}.vcv-layout-bar-content-start.vcv-ui-state--visible+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle{opacity:1}.vcv-layout-bar-content-start.vcv-ui-state--visible+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle:hover{opacity:.9}.vcv-layout-bar-content-hide{text-decoration:none;position:absolute;right:0;top:0;height:61px;width:60px;color:#fff;transition:all .2s ease-in-out;cursor:pointer}.vcv-layout-bar-content-hide:hover .vcv-layout-bar-content-hide-icon:before{opacity:.5}.vcv-layout-bar-content-aligned{height:61px}.rtl .vcv-layout-bar-content-hide{right:auto;left:0}.vcv-layout-bar-content-hide-icon:before{font-size:1.2em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:opacity .2s ease-in-out}.vcv-layout-dock:not(.vcv-layout-dock--detached) .vcv-layout-bar-header{z-index:1140}.vcv-layout-dock.vcv-layout-dock--top.vcv-layout-dock--unlock .vcv-layout-bar-content{position:absolute;top:100%;bottom:auto;left:0;right:0}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile{height:calc(100vh - 60px);overflow:hidden;min-width:0}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile .vcv-layout-bar-content-end,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile .vcv-layout-bar-content-start{width:100%;min-width:0}.vcv-layout-dock.vcv-layout-dock--bottom.vcv-layout-dock--unlock .vcv-layout-bar-content{position:absolute;top:auto;bottom:100%;left:0;right:0}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar{position:fixed}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar,.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-header{height:0}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar{width:auto!important;height:auto!important;left:auto!important;top:auto!important}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content{width:auto!important}@media (min-width:768px){.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{height:auto!important}}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{width:100%!important}}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar{width:auto!important;height:auto!important;left:auto!important;top:auto!important}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content{height:auto!important}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-start{width:100%!important}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content{width:auto!important}.vcv-layout-dock .vcv-layout-bar-content{height:40vh;width:400px;min-height:200px;min-width:410px}.vcv-layout-dock .vcv-layout-bar-content-start{height:20vh;width:400px;min-height:100px;min-width:383px}.vcv-layout-dock .vcv-layout-bar-content-end{min-height:200px;min-width:384px}.vcv-layout-dock .vcv-layout-bar-content-all{height:20vh;width:100%;min-height:100px;min-width:383px}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar{width:400px;min-width:410px}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content{min-height:300px}@media (max-width:767px){.vcv-layout-dock .vcv-ui-content-start--visible.vcv-ui-content-end--visible .vcv-layout-bar-content{min-height:300px}}.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-bottom,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-left-bottom,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-left-top,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-right-bottom,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-right-top,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-top{display:none}.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top{display:block}.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-target-content{display:none}@media (max-width:767px){.vcv-layout-dock--top .vcv-ui-content-end--visible .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-target-bar,.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-content-start-right,.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-content-start-right-bottom{display:none}.vcv-layout-dock--top .vcv-ui-content-end--visible .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-target-content{display:block}}.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom{display:block}.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-target-content{display:none}@media (max-width:767px){.vcv-layout-dock--bottom .vcv-ui-content-start--visible .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-end-top,.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-bottom,.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-right,.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-right-top{display:none}.vcv-layout-dock--bottom .vcv-ui-content-start--visible .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-bottom{display:block}}.vcv-layout-dock--left .vcv-ui-resizer-layout-placement-left{display:block}.vcv-layout-dock--left .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-left.vcv-ui-resizer-content-start-bottom,.vcv-layout-dock--left .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-left.vcv-ui-resizer-content-start-right-bottom{display:none}.vcv-layout-dock--right .vcv-ui-resizer-layout-placement-right{display:block}.vcv-layout-dock--right .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-right.vcv-ui-resizer-content-start-bottom,.vcv-layout-dock--right .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-right.vcv-ui-resizer-content-start-left-bottom{display:none}.vcv-layout-dock--detached .vcv-ui-resizer-layout-placement-detached{display:block}.vcv-loading-overlay--enabled .vcv-layout-bar-content{display:none}.vcv-loading-overlay{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;background:#fff;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-loading-overlay,.vcv-loading-overlay-inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-loading-overlay-inner{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.vcv-loading-dots-container{width:60px;height:60px;text-align:center;-webkit-animation:vcvDotsRotate 2s linear infinite;animation:vcvDotsRotate 2s linear infinite}.vcv-loading-dots-container .vcv-loading-dot{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#eee;border-radius:100%;-webkit-animation:vcvDotsBounce 2s ease-in-out infinite;animation:vcvDotsBounce 2s ease-in-out infinite}.vcv-loading-dots-container .vcv-loading-dot-2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes vcvDotsRotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes vcvDotsRotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes vcvDotsBounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes vcvDotsBounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.vcv-loading-text{position:relative;margin-top:20px;text-align:center;color:#c2c2c2;padding:0 20px}.vcv-loading-text-main{font-size:16px;margin:.6em 0;line-height:1.5}.vcv-loading-text-helper{font-style:italic;font-size:13px;margin:.6em 0;line-height:1.5}.vcv-freshdesk-iframe{height:580px;width:640px;max-height:100%;max-width:100%;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;display:none;z-index:100001;border:0}.vcv-skip-post-update-block .vcv-popup-button{color:#c2c2c2}.vcv-screen-section{position:relative;-webkit-font-smoothing:antialiased;box-sizing:border-box;text-align:center}.vcv-screen-section .vcv-logo{margin:17px 0 10px}.vcv-screen-section *{box-sizing:border-box}.vcv-screen-content{opacity:0;transition:opacity .5s;padding:20px;min-height:100vh;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-screen-content.vcv-activation-content--active,.vcv-screen-content.vcv-screen-content--active{opacity:1}.vcv-error-screen .vcv-screen-text{text-align:center;font-family:Montserrat,sans-serif;line-height:22px;letter-spacing:.56px;font-weight:600;font-size:18px;margin:31px 0 6px}.vcv-error-screen .vcv-screen-helper-text{font-family:Nunito Sans,sans-serif;font-weight:500;font-style:italic;color:#999;font-size:13px;letter-spacing:.82px;margin:0;line-height:24px}.vcv-screen-button-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px;margin-top:20px}.vcv-screen-button-container a.vcv-screen-button,.vcv-screen-button-container button.vcv-screen-button{text-decoration:none;font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:.92px;line-height:15px;font-size:12px;color:#fff;border:0;padding:18px 38px;border-radius:0;background:#294a82;text-transform:uppercase;min-width:210px;margin:10px 20px;outline:none;transition:background .2s ease-in-out;cursor:pointer}.vcv-screen-button-container a.vcv-screen-button:focus,.vcv-screen-button-container a.vcv-screen-button:hover,.vcv-screen-button-container button.vcv-screen-button:focus,.vcv-screen-button-container button.vcv-screen-button:hover{background:#1f3152}.vcv-screen-button-container a.vcv-screen-button--dark,.vcv-screen-button-container button.vcv-screen-button--dark{background:#363636}.vcv-screen-button-container a.vcv-screen-button--dark:focus,.vcv-screen-button-container a.vcv-screen-button--dark:hover,.vcv-screen-button-container button.vcv-screen-button--dark:focus,.vcv-screen-button-container button.vcv-screen-button--dark:hover{background:#1e1e1e}.vcv-overlay--enabled .vcv-layout-bar-content{display:none}.vcv-overlay{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;z-index:1200}.vcv-popup-error-description{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.vcv-popup-error-description .vcv-logo,.vcv-popup-error-description .vcv-popup-heading{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-popup-error-description .vcv-popup-heading{margin:55px auto 35px}.vcv-popup-error-description .vcv-popup-loading-heading{max-width:700px;line-height:1.5;margin:0 auto 70px;font-size:1em;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-popup-error-description .vcv-button-container{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-popup-error-description .vcv-popup-button{padding:16px 46px;color:inherit}.vcv-loading-overlay .vcv-popup--hidden{display:none}.vcv-loading-overlay .vcv-popup-error-description{color:#c2c2c2}.vcv-loading-overlay .vcv-popup-heading{font:normal normal normal 50px Montserrat,serif}.vcv-loading-overlay .vcv-popup-loading-heading{font:normal normal normal 16px Montserrat,sans-serif;letter-spacing:.077em;display:block;font-size:1em}.vcv-loading-overlay .vcv-popup-button{display:inline-block;background:transparent;font:normal normal 700 12px Montserrat,sans-serif;letter-spacing:.077em;text-transform:uppercase;border:2px solid #c2c2c2;transition:color .2s ease-in-out,border-color .2s ease-in-out;margin-bottom:10px;max-width:100%;border-radius:0}.vcv-loading-overlay .vcv-popup-button>span{position:relative}.vcv-loading-overlay .vcv-popup-button.vcv-popup-button--hidden{display:none}.vcv-loading-overlay .vcv-popup-button:hover{cursor:pointer;color:#a0a0a0;border-color:#a0a0a0}[data-vcv-send-error-report]{margin-left:30px}.vcv-popup-error-with-button a,.vcv-popup-error-with-button button{text-transform:capitalize;padding:13px 17px;margin:0}.vcv-popup-error-with-button .vcv-error-message{display:block;margin-bottom:20px}@media screen and (min-width:768px){.vcv-popup-error-with-button{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-popup-error-with-button .vcv-popup-button{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:0}.vcv-popup-error-with-button .vcv-popup-button:hover{cursor:pointer;background:#fff;border-color:#fff;color:#fa6262}.vcv-popup-error-with-button .vcv-popup-button:focus,.vcv-popup-error-with-button .vcv-popup-button:hover{outline:none}.vcv-popup-error-with-button .vcv-error-message{text-align:left;padding-right:30px;display:inline-block;margin-bottom:0}}.vcv-skip-post-update-block{position:absolute;bottom:0;left:0;right:0;-webkit-transform:translateY(120%);transform:translateY(120%);text-align:center}.vcv-skip-post-update-block.vcv-popup--hidden{display:none}.vcv-skip-post-update-block .vcv-popup-button{padding:16px 46px}.vcv-ui-resizer{position:absolute;pointer-events:all;display:none;z-index:10}.vcv-ui-resizer-e{cursor:e-resize}.vcv-ui-resizer-n{cursor:n-resize}.vcv-ui-resizer-ne{cursor:ne-resize}.vcv-ui-resizer-nw{cursor:nw-resize}.vcv-ui-resizer-overlay{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0}.vcv-ui-resizer-content-all-bottom,.vcv-ui-resizer-content-all-top,.vcv-ui-resizer-content-end-bottom,.vcv-ui-resizer-content-end-top,.vcv-ui-resizer-content-start-bottom,.vcv-ui-resizer-content-start-top,.vcv-ui-resizer-layout-bar-bottom,.vcv-ui-resizer-layout-bar-top{width:100%;height:10px;left:0}.vcv-ui-resizer-content-all-left,.vcv-ui-resizer-content-all-right,.vcv-ui-resizer-content-end-left,.vcv-ui-resizer-content-end-right,.vcv-ui-resizer-content-start-left,.vcv-ui-resizer-content-start-right,.vcv-ui-resizer-layout-bar-left,.vcv-ui-resizer-layout-bar-right{height:100%;width:10px;top:0}.vcv-ui-resizer-content-all-top,.vcv-ui-resizer-content-end-top,.vcv-ui-resizer-content-start-top,.vcv-ui-resizer-layout-bar-top{top:-7px}.vcv-ui-resizer-content-all-left,.vcv-ui-resizer-content-end-left,.vcv-ui-resizer-content-start-left,.vcv-ui-resizer-layout-bar-left{left:-7px}.vcv-ui-resizer-content-all-right,.vcv-ui-resizer-content-end-right,.vcv-ui-resizer-content-start-right,.vcv-ui-resizer-layout-bar-right{right:-7px}.vcv-ui-resizer-content-all-bottom,.vcv-ui-resizer-content-end-bottom,.vcv-ui-resizer-content-start-bottom,.vcv-ui-resizer-layout-bar-bottom{bottom:-7px}.vcv-ui-resizer-content-all-left-bottom,.vcv-ui-resizer-content-all-right-bottom,.vcv-ui-resizer-content-all-right-top,.vcv-ui-resizer-content-start-left-bottom,.vcv-ui-resizer-content-start-right-bottom,.vcv-ui-resizer-content-start-right-top,.vcv-ui-resizer-layout-bar-left-bottom,.vcv-ui-resizer-layout-bar-left-top,.vcv-ui-resizer-layout-bar-right-bottom,.vcv-ui-resizer-layout-bar-right-top{width:20px;height:20px;z-index:20}.vcv-ui-resizer-content-all-left-bottom,.vcv-ui-resizer-content-start-left-bottom,.vcv-ui-resizer-layout-bar-left-bottom{left:-13px;bottom:-13px}.vcv-ui-resizer-content-all-right-top,.vcv-ui-resizer-content-start-right-top,.vcv-ui-resizer-layout-bar-right-top{right:-13px;top:-13px}.vcv-ui-resizer-content-all-right-bottom,.vcv-ui-resizer-content-start-right-bottom,.vcv-ui-resizer-layout-bar-right-bottom{right:-13px;bottom:-13px}.vcv-ui-resizer-layout-bar-left-top{left:-13px;top:-13px}.vcv-ui-color-picker-dropdown{margin-right:4px}.rtl .vcv-ui-color-picker-dropdown{margin-right:0;margin-left:4px}.vcv-ui-sketch-picker{display:inline-block}.vcv-ui-form-dropdown-color-swatch{width:16px;height:16px;position:relative;border-radius:3px;margin:2px 0 3px}.vcv-ui-form-dropdown-color-swatch:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;border-radius:inherit;background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-size:12px 12px;background-position:0 0,6px 6px;background-repeat:repeat}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--transparent:before{background-size:cover;background-color:transparent;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAG5JREFUOBFjZCATvI+MtP//9+9aRnL0wzUzMweTbACyZsHlyw+SZAC6ZpDriTYAm2aiDcClmSgD8GkmaAAhzXgNIEYzTgOI1YzVAFI0YxhAqmYUA8jRDDeAXM1gAyjRDDKACZwlgbkKlDFAAqQCAB5beZgTNEIdAAAAAElFTkSuQmCC")}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--no-color:before{content:"-";background:none;left:0;right:0;top:0;bottom:0}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--no-color .vcv-ui-form-dropdown-color-value{box-shadow:none}.vcv-ui-form-dropdown-color-value{border-radius:inherit;height:100%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.14902);position:relative}.vcv-ui-form-dropdown-color-popover{position:relative;z-index:2;margin-top:4px}.vcv-ui-color-picker-panel{padding:10px;box-sizing:initial;background:#fff;border-radius:3px;border:1px solid #d1d1d1;margin-top:4px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:200px;direction:ltr}.vcv-media--sm .vcv-ui-color-picker-panel{width:365px}.vcv-ui-color-picker-custom-color,.vcv-ui-color-picker-presets-color{width:100%;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-media--sm .vcv-ui-color-picker-custom-color,.vcv-media--sm .vcv-ui-color-picker-presets-color{width:0}.vcv-ui-color-picker-custom-color{border-bottom:1px solid #eee}.vcv-media--sm .vcv-ui-color-picker-custom-color{border-bottom:0}.vcv-ui-color-picker-used-stack-wrapper{border-bottom:1px solid #eee;padding:10px 0;width:100%}.vcv-media--sm .vcv-ui-color-picker-used-stack-wrapper{border-right:1px solid #eee;border-bottom:none;padding:0 10px;width:auto}.vcv-ui-color-picker-used-stack{margin:0 0 -10px -10px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.vcv-media--sm .vcv-ui-color-picker-used-stack{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-ui-color-picker-presets-color{margin:0 0 -10px -10px;padding-top:10px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.vcv-media--sm .vcv-ui-color-picker-presets-color{margin:0 0 -10px;padding-top:0}.rtl .vcv-ui-color-picker-presets-color{direction:rtl}.vcv-ui-replace-element-block{padding:20px 20px 0;position:relative}.vcv-ui-replace-element-block.vcv-ui-replace-element-block--inner{padding:0}.vcv-ui-replace-element-heading{font-size:16px;font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:1px;margin-top:0;-webkit-font-smoothing:antialiased}.vcv-ui-replace-element-description{font-size:13px;font-weight:500;color:#999;font-style:italic;letter-spacing:1px;margin-bottom:23px}.vcv-ui-replace-element-container{overflow:hidden;position:relative;margin-bottom:30px}.vcv-ui-replace-element-hide{position:absolute;z-index:1;top:0;right:18px;height:25px;width:25px;color:#c6c6c6;display:inline-block;cursor:pointer}.vcv-ui-replace-element-hide:before{font-size:.8em}.vcv-ui-replace-element-list{margin:0 -15px -30px;list-style:none;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.vcv-ui-replace-element-list .vcv-ui-item-list-item-content--active{border:1px solid rgba(70,115,189,.8);box-shadow:0 0 0 1px rgba(70,115,189,.8)}.vcv-ui-replace-element-list .vcv-ui-item-element-name{white-space:normal}.vcv-ui-google-fonts-fontfamily-container{position:relative}.vcv-ui-google-fonts-fontfamily-container .vcv-ui-wp-spinner{position:absolute;height:100%;width:100%;background:rgba(0,0,0,.1);transition:opacity .3s ease;opacity:0;pointer-events:none}.vcv-ui-google-fonts-fontfamily-container.vcv-ui-google-fonts-spinner .vcv-ui-wp-spinner{opacity:1;pointer-events:all}.vcv-ui-font-preview-text{font-size:30px}.vcv-row-html-editor-container{border:1px solid #d1d1d1;border-radius:3px}.vcv-ui-form-layout-layouts{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:-20px;margin-right:-20px;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.vcv-ui-form-layout-description{color:#a9a9a8;font-style:italic;display:inline-block;margin-bottom:25px}.vcv-ui-form-layout-layouts-col{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-basis:60px;-ms-flex-preferred-size:60px;flex-basis:60px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;cursor:pointer}.vcv-ui-form-layout-layouts-col>span{height:40px;border:2px solid #d1d1d1;-webkit-flex:1;-ms-flex:1;flex:1;background:#fff}.vcv-ui-form-layout-layouts-col.vcv-ui-state--active>span{border-color:#2b4b80}.vcv-ui-form-layout-layouts-col{margin-left:20px;margin-right:20px;margin-bottom:20px}.vcv-ui-form-layout-layouts-col span:not(:first-child){margin-left:2px}.rtl .vcv-ui-form-layout-layouts-col span:not(:first-child){margin-right:2px;margin-left:0}.vcv-ui-form-layout-custom-layout-columns{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-form-layout-custom-layout-columns .vcv-ui-form-layout-custom-layout-col{-webkit-flex:1;-ms-flex:1;flex:1}.vcv-ui-form-layout-custom-layout-input-wrapper .vcv-ui-form-layout-custom-layout-input{width:95%}.vcv-ui-form-layout-reverse-column-toggle{margin-top:3px}.vcv-ui-form-responsiveness-settings-devices{display:-webkit-flex;display:-ms-flexbox;display:flex;background:#2b4b80;color:#fff}.vcv-ui-form-responsiveness-settings-devices-item{-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;flex-basis:20%;text-align:center;padding:12px 0;border-right:1px solid hsla(0,0%,100%,.1)}.vcv-ui-form-responsiveness-settings-devices-item:first-child{border-left:1px solid #2b4b80}.vcv-ui-form-responsiveness-settings-devices-item:last-child{border-right:1px solid #2b4b80}.vcv-ui-form-responsiveness-settings-devices-item .vcv-ui-icon{font-size:18px;vertical-align:middle}.vcv-ui-form-responsiveness-settings-devices-item-title{margin-bottom:0;font-size:10px}.vcv-ui-form-responsiveness-settings-hide-labels .vcv-ui-form-responsiveness-settings-devices-item-title{display:none}.vcv-ui-form-responsiveness-settings-options{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-form-responsiveness-settings-device-layout{border-right:1px solid #d1d1d1;-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;flex-basis:20%}.vcv-ui-form-responsiveness-settings-device-layout:first-child{border-left:1px solid #d1d1d1}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container{border-bottom:1px solid #d1d1d1;background:#fff;padding:5px 0;transition:background .2s ease-in-out}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-ajax-form-container input.vcv-ui-tag-list-input,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-form-input.vcv-ui-tag-list-input{transition:background .2s ease-in-out}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container.vcv-ui-tag-list-container--active,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container.vcv-ui-tag-list-container--active .vcv-ui-tag-list-input,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container:hover,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container:hover .vcv-ui-tag-list-input{background:#eee}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-tag-list-input{border-radius:0;padding:0;text-align:center;border:0;box-shadow:none}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-tag-list-input:focus{border:0;box-shadow:none;-webkit-animation:none;animation:none}.vcv-ui-tag-list-item{display:inline-block;background-color:#2b4b80;color:#fff;margin:1px 3px;border-radius:2em;padding:1px 11px;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;pointer-events:auto}.vcv-ui-tag-list-item:before{content:attr(data-vcv-tag-list-label)}.vcv-ui-tag-list-item.vcv-ui-tag-list-item--active,.vcv-ui-tag-list-item:hover{background-color:#203251}.vcv-ui-tag-list-item.vcv-ui-tag-list-item--active:before,.vcv-ui-tag-list-item:hover:before{content:attr(data-vcv-tag-list-label-hover)}.vcv-ui-tag-list-item-error{background-color:#ed5656}.vcv-ui-tag-list-item-error:hover{background-color:#cf3f3f}.vcv-ui-tag-list-item-remove{background:transparent;border:0;cursor:pointer;color:#fff;font-size:.9em;padding:2px;margin:-2px -6px -2px 6px}.rtl .vcv-ui-tag-list-item-remove{margin:-2px 6px -2px -6px}.vcv-ui-tag-list-container{position:relative}.vcv-layout-header .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input{display:block}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-tag-list-input,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input,.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input{transition:none;resize:none;word-wrap:break-word;word-break:break-all}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled,.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled{position:absolute;opacity:0;pointer-events:none}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-tag-list,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-tag-list,.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list{cursor:text;min-height:30px;padding:3px 2px}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input{position:fixed;background:#fff;padding:0;z-index:1111;margin-bottom:5px;max-width:70px;transition:none;overflow:auto;overflow-x:hidden}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container input>:first-child,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container textarea>:first-child,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input>:first-child{border-top:none}@media (max-width:400px){.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input{display:none}}.vcv-ui-suggest-box-item{box-sizing:border-box;padding:5px 10px;display:block;cursor:pointer;transition:background-color .2s ease-in-out;border-top:1px solid #d1d1d1}.vcv-ui-suggest-box-item.vcv-selected,.vcv-ui-suggest-box-item:hover{background-color:#ddd}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-autocomplete{max-width:250px}.vcv-ui-tag-list-container .vcv-ui-wp-spinner{position:absolute;z-index:5;right:14px;top:0;bottom:0;margin:auto}.vcv-ui-tag-list-item-validating,.vcv-ui-tag-list-item-validating:hover{background-color:#c6c6c6}.vcv-ui-form-params-group{margin:0 -20px}.vcv-ui-form-params-group .vcv-ui-icon-arrow-right{color:hsla(0,0%,100%,.4)}.vcv-ui-form-params-group .vcv-ui-drag-handler{z-index:1000}.vcv-ui-form-params-group .vcv-ui-form-params-group-item{padding:15px 7px 15px 5px;color:#fff;background:#203251}.vcv-ui-form-params-group .vcv-ui-form-params-group-item:last-of-type{border-bottom:none}.vcv-ui-form-params-group .vcv-ui-form-params-group-item:hover{background-color:rgba(38,59,93,.9)}.vcv-ui-form-params-group-item--dragging{z-index:10000;background:#203251;color:#fff}.vcv-ui-form-params-group-item--dragging .vcv-ui-tree-layout-control-label{padding-left:18px}.vcv-ui-form-params-group-item--dragging .vcv-ui-icon-arrow-right{color:hsla(0,0%,100%,.4)}.vcv-ui-form-params-group-add-item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:15px 20px;height:46px;border:1px dashed #000;color:#000;cursor:pointer;opacity:.15;transition:opacity .2s ease-in-out}.vcv-ui-form-params-group-add-item:hover{opacity:.3}.vcv-ui-forms-params-group-content-editable{outline:none}.vcv-gutenberg-modal{position:fixed;overflow:hidden;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:10000}.vcv-gutenberg-modal .vcv-loading-overlay{top:20px;left:20px;right:20px;bottom:20px;background:#fff;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:1}.vcv-gutenberg-modal-inner{background:#fff;position:fixed;top:20px;left:20px;right:20px;bottom:20px}.vcv-gutenberg-modal-inner iframe{width:100%;height:100%}button.vcv-gutenberg-modal-close-button{position:absolute;top:25px;right:25px;color:rgba(0,0,0,.5);background:transparent;border:0;box-shadow:none;transition:color .2s ease-in-out;font-size:16px;padding:5px;cursor:pointer;z-index:2}button.vcv-gutenberg-modal-close-button:focus,button.vcv-gutenberg-modal-close-button:hover{background:transparent;border:0;box-shadow:none;color:rgba(0,0,0,.7)}.vcv-ui-form-tree-view--attribute .vcv-ui-tree-layout-container{margin:0 -20px}.vcv-ui-form-tree-view--attribute .vcv-ui-tree-layout-actions{border-top:0}.vcv-ui-tinymce-fonts-selectbox input.vcv-ui-tinymce-fonts-selectbox-filter{margin:5px 9px;width:calc(100% - 18px);cursor:text;border:1px solid #ddd;box-shadow:none;outline:none;padding:4px 4px 4px 24px;box-sizing:border-box;line-height:19px;border-radius:0;background:transparent;display:inline-block;font-size:14px}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:0;margin:2px 0 0;background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.2)}.vcv-ui-tinymce-fonts-selectbox.mce-active>.vcv-ui-tinymce-fonts-selectbox-options{display:block}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options ul{max-height:350px;overflow-x:hidden;overflow-y:auto;margin:5px 0 0;width:240px}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options ul>li{margin-bottom:2px}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options ul>li:last-child{margin-bottom:0}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a{display:block;padding:3px 10px;clear:both;font-weight:400;line-height:16px;height:22px;color:#333;white-space:nowrap;text-decoration:none;box-sizing:border-box;text-indent:-9999px;background-image:url(https://cdn.hub.visualcomposer.com/plugin-assets/fonts.png);background-repeat:no-repeat;border:none;box-shadow:0 0 0 1px transparent;transition:box-shadow .2s,opacity .2s}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a:focus,.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a:hover{opacity:.7;text-decoration:none;box-shadow:0 0 0 1px #a9a9a9}.vcv-ui-tinymce-fonts-selectbox-input-box:before{content:"\2315";color:#c5c5c5;position:absolute;top:12px;left:15px;font-family:VC-Icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
|
4 |
-
/*! media breakpoints */.vcv-ui-form-group{border:0;margin:0 0 20px}.vcv-ui-form-group.vcv-ui-form-group--has-inner-fields{margin-bottom:0}.vcv-ui-ajax-form-container label,.vcv-ui-form-group-heading{display:block;font-size:12px;font-weight:700;margin:0 0 3px}.vcv-ui-ajax-form-container label>.vcv-ui-wp-spinner,.vcv-ui-form-group-heading>.vcv-ui-wp-spinner{margin-left:15px}.vcv-ui-ajax-form-container small,.vcv-ui-form-helper,.vcv-ui-form-message{clear:both;color:#9a9a9a;display:block;font-size:.9em;font-style:italic;line-height:normal;margin:8px 0 12px}.vcv-ui-form-helper--action{color:#0073aa;text-decoration:underline;transition:border .05s ease-in-out,color .05s ease-in-out;cursor:pointer}.vcv-ui-form-helper--action:hover{color:#00a0d2}.vcv-ui-form-message{padding-top:24px;text-align:center}.vcv-ui-element-lock-container .vcv-ui-ajax-form-container small,.vcv-ui-element-lock-container .vcv-ui-form-helper{margin:0 0 20px}.vcv-ui-element-lock-container .vcv-ui-ajax-form-container small:last-of-type,.vcv-ui-element-lock-container .vcv-ui-form-helper:last-of-type{margin:0 0 30px}.vcv-ui-form-group-style--inline .vcv-ui-ajax-form-container label,.vcv-ui-form-group-style--inline .vcv-ui-form-group-heading{display:inline-block;vertical-align:baseline;margin:8px}.vcv-ui-form-group-style--inline .vcv-ui-ajax-form-container label:first-child,.vcv-ui-form-group-style--inline .vcv-ui-form-group-heading:first-child{margin-left:0}.vcv-ui-form-group-heading--inline{display:inline-block;margin-left:10px}@-webkit-keyframes vcv-ui-form-blink{0%{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}50%{box-shadow:0 0 0 1px #8cabdd;border-color:#8cabdd}to{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}}@keyframes vcv-ui-form-blink{0%{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}50%{box-shadow:0 0 0 1px #8cabdd;border-color:#8cabdd}to{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}}@-webkit-keyframes vcv-ui-form-shadow-blink{0%{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}50%{box-shadow:0 0 0 1px #8cabdd,inset 0 6px 6px -6px transparent;border-color:#8cabdd}to{box-shadow:0 0 0 1px rgba(140,171,221,0),inset 0 6px 6px -6px rgba(0,0,0,.1);border-color:#c4c4c4}}@keyframes vcv-ui-form-shadow-blink{0%{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}50%{box-shadow:0 0 0 1px #8cabdd,inset 0 6px 6px -6px transparent;border-color:#8cabdd}to{box-shadow:0 0 0 1px rgba(140,171,221,0),inset 0 6px 6px -6px rgba(0,0,0,.1);border-color:#c4c4c4}}.vcv-ui-ajax-form-container .vcv-ui-ajax-form-container label,.vcv-ui-ajax-form-container .vcv-ui-form-group-heading{margin-top:20px}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox],.vcv-layout-header .vcv-ui-ajax-form-container input[type=radio],.vcv-layout-header .vcv-ui-ajax-form-container textarea[type=checkbox],.vcv-layout-header .vcv-ui-ajax-form-container textarea[type=radio]{width:auto;display:inline-block;vertical-align:middle}.vcv-layout-header .vcv-ui-ajax-form-container label input[type=email],.vcv-layout-header .vcv-ui-ajax-form-container label input[type=number],.vcv-layout-header .vcv-ui-ajax-form-container label input[type=search],.vcv-layout-header .vcv-ui-ajax-form-container label input[type=text]{margin-top:12px}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox]{line-height:normal;height:16px}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox]+label{display:inline-block;margin-right:1em;margin-left:.4em;margin-bottom:.2em}.vcv-layout-header .vcv-ui-ajax-form-container .vcv-ui-wp-spinner:before{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cdefs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Ccircle r='4' cx='50%25' cy='25%25'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle r='18' cx='50%25' cy='50%25' mask='url(%23a)' fill='gray'/%3E%3C/svg%3E") 50% 50% no-repeat;background-size:contain}.vcv-layout-header .vcv-ui-ajax-form-container a{color:#2b4b80;text-decoration:none}.vcv-layout-header .vcv-ui-ajax-form-container a:active,.vcv-layout-header .vcv-ui-ajax-form-container a:hover{color:#203251}.vce-image-filter--xpro2{-webkit-filter:contrast(1.3) brightness(.8) sepia(.25) saturate(1.5) hue-rotate(-10deg);filter:contrast(1.3) brightness(.8) sepia(.25) saturate(1.5) hue-rotate(-10deg)}.vce-image-filter--willow{-webkit-filter:saturate(.02) contrast(.85) brightness(1.2) sepia(.02);filter:saturate(.02) contrast(.85) brightness(1.2) sepia(.02)}.vce-image-filter--walden{-webkit-filter:sepia(.35) contrast(.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5);filter:sepia(.35) contrast(.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5)}.vce-image-filter--valencia{-webkit-filter:sepia(.15) saturate(1.5) contrast(.9);filter:sepia(.15) saturate(1.5) contrast(.9)}.vce-image-filter--toaster{-webkit-filter:sepia(.4) saturate(2.5) hue-rotate(-30deg) contrast(.67);filter:sepia(.4) saturate(2.5) hue-rotate(-30deg) contrast(.67)}.vce-image-filter--sutro{-webkit-filter:brightness(.75) contrast(1.3) sepia(.5) hue-rotate(-25deg);filter:brightness(.75) contrast(1.3) sepia(.5) hue-rotate(-25deg)}.vce-image-filter--sierra{-webkit-filter:contrast(.8) saturate(1.2) sepia(.15);filter:contrast(.8) saturate(1.2) sepia(.15)}.vce-image-filter--rise{-webkit-filter:saturate(1.4) sepia(.25) hue-rotate(-15deg) contrast(.8) brightness(1.1);filter:saturate(1.4) sepia(.25) hue-rotate(-15deg) contrast(.8) brightness(1.1)}.vce-image-filter--nashville{-webkit-filter:sepia(.4) saturate(1.5) contrast(.9) brightness(1.1) hue-rotate(-15deg);filter:sepia(.4) saturate(1.5) contrast(.9) brightness(1.1) hue-rotate(-15deg)}.vce-image-filter--mayfair{-webkit-filter:saturate(1.4) contrast(1.1);filter:saturate(1.4) contrast(1.1)}.vce-image-filter--lofi{-webkit-filter:contrast(1.4) brightness(.9) sepia(.05);filter:contrast(1.4) brightness(.9) sepia(.05)}.vce-image-filter--kelvin{-webkit-filter:sepia(.4) saturate(2.4) brightness(1.3) contrast(1);filter:sepia(.4) saturate(2.4) brightness(1.3) contrast(1)}.vce-image-filter--inkwell{-webkit-filter:grayscale(1) brightness(1.2) contrast(1.05);filter:grayscale(1) brightness(1.2) contrast(1.05)}.vce-image-filter--hudson{-webkit-filter:contrast(1.2) brightness(.9) hue-rotate(-10deg);filter:contrast(1.2) brightness(.9) hue-rotate(-10deg)}.vce-image-filter--hefe{-webkit-filter:contrast(1.3) sepia(.3) saturate(1.3) hue-rotate(-10deg) brightness(.95);filter:contrast(1.3) sepia(.3) saturate(1.3) hue-rotate(-10deg) brightness(.95)}.vce-image-filter--earlybird{-webkit-filter:sepia(.4) saturate(1.6) contrast(1.1) brightness(.9) hue-rotate(-10deg);filter:sepia(.4) saturate(1.6) contrast(1.1) brightness(.9) hue-rotate(-10deg)}.vce-image-filter--brannan{-webkit-filter:sepia(.5) contrast(1.4);filter:sepia(.5) contrast(1.4)}.vce-image-filter--amaro{-webkit-filter:hue-rotate(-10deg) contrast(.9) brightness(1.1) saturate(1.5);filter:hue-rotate(-10deg) contrast(.9) brightness(1.1) saturate(1.5)}.vce-image-filter--1977{-webkit-filter:sepia(.5) hue-rotate(-30deg) saturate(1.2) contrast(.8);filter:sepia(.5) hue-rotate(-30deg) saturate(1.2) contrast(.8)}.vcv-ui-form-attach-image{margin:0 -5px}.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-form-link-button-group{width:100%}.vcv-ui-form-attach-image-items{padding:0;margin:0;list-style:none}.vcv-ui-form-attach-image-items:after{content:" ";display:table;clear:both}.vcv-ui-form-attach-image-item{margin:5px;overflow:hidden;float:left;list-style:none}.vcv-ui-form-attach-image-item.vcv-ui-form-attach-image-item--dragging{z-index:9999999}.rtl .vcv-ui-form-attach-image-item{float:right}.vcv-ui-form-attach-image-item-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-form-attach-image-item-inner{position:relative}.vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-form-attach-image-item-inner{margin-right:5px}.rtl .vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-form-attach-image-item-inner{margin-right:0;margin-left:5px}.vcv-ui-form-attach-image-item-add-control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-form-attach-image-item-add-control.vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-form-attach-image-control{margin-right:5px}.rtl .vcv-ui-form-attach-image-item-add-control.vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-form-attach-image-control{margin-right:0;margin-left:5px}.vcv-ui-form-attach-image-thumbnail{overflow:hidden;position:relative;height:80px;width:80px;margin:0;padding:0;background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-size:20px 20px;background-position:0 0,10px 10px;background-repeat:repeat}.vcv-ui-form-attach-image-thumbnail img{max-height:100%;max-width:none;width:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:none;background-color:transparent}.vcv-ui-form-attach-image-item-view--portrait .vcv-ui-form-attach-image-thumbnail img{max-height:none;height:auto;max-width:100%}.vcv-ui-form-attach-image-item-controls{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.8);transition-duration:.2s;transition-property:opacity;transition-timing-function:ease-in-out;opacity:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-form-attach-image-item-controls:focus,.vcv-ui-form-attach-image-item-controls:hover{opacity:1}.vcv-ui-form-attach-image-item-control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;outline:none;line-height:1;text-decoration:none;color:#fff;font-size:16px;height:2em;width:2em;transition-duration:.2s;transition-property:color;transition-timing-function:ease-in-out;cursor:pointer}.vcv-ui-form-attach-image-item-control:hover{color:#ededed}.vcv-ui-form-attach-image-item-control-state--danger{color:#fb7978}.vcv-ui-form-attach-image-item-control-state--danger:hover{color:#fa5755}.vcv-ui-form-attach-image-control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;height:80px;width:80px;border:1px dashed;line-height:1;font-size:18px;color:#d1d1d1;transition-duration:.2s;transition-property:color;transition-timing-function:ease-in-out;cursor:pointer;background:#fff}.vcv-ui-form-attach-image-control:focus,.vcv-ui-form-attach-image-control:hover{color:#bfbfbf}.vcv-ui-form-attach-image-item .vcv-ui-form-link .vcv-ui-form-link-button{padding:6px 0;width:100%;font-size:9px}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link,.vcv-ui-form-attach-image .vcv-ui-form-link{max-width:80px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-form-link-button-group,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-form-link-button-group{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-container,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-container{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;background:transparent;padding:0;border:none}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls{direction:ltr;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon{background:#fff;font-size:12px;padding:6px;color:#6f747b;transition:background .2s;border-radius:0;border:1px solid #d0d0d0;border-left:none}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:hover,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:hover{background:#ddd}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:first-child,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px;border-left:1px solid #d0d0d0}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:last-child,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon-close,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon-close{font-size:13px}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link,.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-form-link-button-group{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.vcv-ui-form-attach-image-item .vcv-ui-form-link-button-group .vcv-ui-form-link-button,.vcv-ui-form-group .vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link-button{width:auto;padding:6px 8px;line-height:13px}.vcv-ui-form-attach-image-item .vcv-ui-form-link-button-group .vcv-ui-form-link-button .vcv-ui-icon,.vcv-ui-form-group .vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link-button .vcv-ui-icon{vertical-align:middle;font-size:9px}.vcv-ui-form-attach-image-item.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default,.vcv-ui-form-attach-image-url-dynamic.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default{background-color:#ddd}.vcv-ui-form-attach-image-item.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default.vcv-ui-state--active,.vcv-ui-form-attach-image-item.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default:hover,.vcv-ui-form-attach-image-url-dynamic.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default.vcv-ui-state--active,.vcv-ui-form-attach-image-url-dynamic.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default:hover{background-color:#fff}.vcv-ui-form-attach-image-item .vcv-ui-form-button .vcv-ui-icon+*{margin-left:.6em}.rtl .vcv-ui-form-attach-image-item .vcv-ui-form-button .vcv-ui-icon+*{margin-left:0;margin-right:.6em}.vcv-ui-form-attach-image-item .vcv-ui-form-button .vcv-ui-icon{font-size:.8em;vertical-align:initial}.vcv-ui-form-attach-image-item .vcv-ui-form-link{margin-top:6px;margin-bottom:6px}.vcv-ui-form-attach-image-item .vcv-ui-form-link .vcv-ui-form-link-title{display:none}.vcv-ui-form-attach-image-filter{color:#484848;width:80px;position:relative;text-align:center;cursor:pointer;display:block;margin:0 auto}.vcv-ui-form-attach-image-filter-toggle{margin-top:10px}.vcv-ui-form-attach-image-filter-block{border-top:1px solid #ededed;border-bottom:1px solid #ededed;padding:0 20px;margin:20px -20px;box-shadow:inset 0 -180px 150px -160px #fbfbfb,inset 0 180px 150px -160px #fbfbfb;position:relative}.vcv-ui-form-attach-image-filter-container{width:calc(100% + 20px);overflow:hidden;position:relative}.vcv-ui-form-attach-image-filter-list{list-style-type:none;padding:20px 2px 10px;margin:0;white-space:nowrap;overflow-x:auto}.vcv-ui-form-attach-image-filter-list-item{display:inline-block;margin:0 7px;vertical-align:top}.vcv-ui-form-attach-image-filter-list-item:first-child{margin-left:0}.vcv-ui-form-attach-image-filter .vcv-ui-form-attach-image-filter-image{max-height:100%;max-width:none;width:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:none;background-color:transparent}.vcv-ui-form-attach-image-filter-content{position:relative;display:block;height:80px;overflow:hidden;background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-size:20px 20px;background-position:0 0,10px 10px;background-repeat:repeat}.vcv-ui-form-attach-image-filter-content--active{box-shadow:0 0 0 2px rgba(70,115,189,.8)}.vcv-ui-form-attach-image-filter-name{white-space:normal;display:block;margin:5px 0;color:#6f747b;font-size:12px}.vcv-ui-form-button{display:inline-block;margin:0;text-align:center;vertical-align:middle;cursor:pointer;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:3px;box-sizing:border-box;word-wrap:break-word;-webkit-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;font-weight:700;line-height:1.5;padding:5px 14px;font-size:12px;transition-property:color,background,border,opacity,-webkit-transform;transition-property:color,background,border,opacity,transform;transition-property:color,background,border,opacity,transform,-webkit-transform;transition-duration:.2s;transition-timing-function:ease-in-out}.vcv-ui-form-button[disabled]:not(.vcv-ui-form-button-undisabled){color:#f3f3f3;background-color:#d8d8d8;cursor:not-allowed}.vcv-ui-form-button[disabled]:not(.vcv-ui-form-button-undisabled):hover{background-color:#d8d8d8}.vcv-ui-form-button .vcv-ui-icon{position:relative;width:1em;height:1em;line-height:inherit;display:inline-block;vertical-align:middle;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.vcv-ui-form-button .vcv-ui-icon+*{margin-left:1em}.vcv-ui-form-button .vcv-ui-icon:before{position:absolute;font-size:1.35em;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-form-button--large{background:#2b4b80;padding:16px 34px;font-family:Montserrat,sans-serif;font-size:12px;letter-spacing:.077em;text-transform:uppercase;color:#fff;-webkit-font-smoothing:antialiased;margin-bottom:12px;max-width:100%;box-shadow:none;border:none;border-radius:0}.vcv-ui-form-button--large:focus,.vcv-ui-form-button--large:hover{background:#274473;color:#fff}.vcv-ui-form-button--large:active,.vcv-ui-form-button--large:focus,.vcv-ui-form-button--large:hover,.vcv-ui-form-button--large:visited{text-decoration:none;box-shadow:none;border:none}.rtl .vcv-ui-form-button .vcv-ui-icon+*{margin-left:0;margin-right:1em}.vcv-ui-form-button--default{color:#707070;background-color:#fff;border-color:#d1d1d1}.vcv-ui-form-button--default.vcv-ui-state--active,.vcv-ui-form-button--default:hover{background-color:#ddd}.vcv-ui-form-button--action,.vcv-ui-form-button-group--action .vcv-ui-form-button{color:#fff;background-color:#2b4b80;padding:11px 24px}.vcv-ui-form-button--action.vcv-ui-state--active,.vcv-ui-form-button--action:hover,.vcv-ui-form-button-group--action .vcv-ui-form-button.vcv-ui-state--active,.vcv-ui-form-button-group--action .vcv-ui-form-button:hover{background-color:#203251}.vcv-ui-lock-control-container .vcv-ui-form-button--action,.vcv-ui-lock-control-container .vcv-ui-form-button-group--action .vcv-ui-form-button{margin:0 20px 0 0}.vcv-ui-lock-control-container .vcv-ui-form-button--default{padding:11px 24px}.vcv-ui-form-buttons-group{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;border-radius:3px;overflow:hidden}.vcv-ui-form-buttons-group>.vcv-ui-form-button{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;margin-left:1px;margin-bottom:1px;border-radius:0;font-weight:700}.vcv-ui-form-button-group--action{background-color:#3a5c95}.vcv-ui-form-button-group--attribute{border:1px solid #d0d0d0;direction:ltr}.vcv-ui-form-button-group--attribute .vcv-ui-form-button{margin:0;padding:0;border:0;border-left:1px solid #d0d0d0;font-size:11px;font-weight:700;background:#fff;min-width:40px;height:40px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#6f747b}.vcv-ui-form-button-group--attribute .vcv-ui-form-button:first-child{border-left:none}.vcv-ui-form-button-group--attribute .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-form-button-group--attribute .vcv-ui-form-button:hover{background:#ddd}.vcv-ui-form-button-group--attribute .vcv-ui-form-button .vcv-ui-icon-attribute{font-size:14px}.vcv-ui-form-button-group--large{border:1px solid #d0d0d0;direction:ltr}.vcv-ui-form-button-group--large .vcv-ui-form-button{margin:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;padding:14px 24px;background:#fff;border:none;border-left:1px solid #d0d0d0;color:#6f747b;border-radius:0;cursor:pointer;transition:background .2s ease-in-out}.vcv-ui-form-button-group--large .vcv-ui-form-button:first-child{border-left:none}.vcv-ui-form-button-group--large .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-form-button-group--large .vcv-ui-form-button:hover{background:#ddd}.vcv-ui-form-button-group--large .vcv-ui-form-button .vcv-ui-icon-expand{margin-left:8px}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item .vcv-ui-form-button{border-left:1px solid #d0d0d0}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item:first-child .vcv-ui-form-button{border-left:none}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item:focus .vcv-ui-form-button-group-dropdown,.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item:hover .vcv-ui-form-button-group-dropdown{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown{display:none;position:absolute;z-index:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border:1px solid #d0d0d0}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item{background:#fff;text-align:left;border-radius:0;cursor:pointer;border:none;border-bottom:1px solid #d0d0d0;color:#73747a;font-size:12px;font-weight:500;-webkit-font-smoothing:antialiased;min-width:150px;padding:10px 15px}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item:last-child{border-bottom:0}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item.vcv-ui-form-button-group-dropdown-item--active,.vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item:hover{background:#ddd}.vcv-ui-form-checkboxes{margin:8px 0 12px}.vcv-ui-form-checkboxes--list .vcv-ui-form-checkbox{display:block}.vcv-ui-form-checkbox{cursor:pointer;display:inline-block;vertical-align:middle;padding-left:2em;padding-right:1em;position:relative;font-weight:700;font-size:12px;margin:0 0 10px}.vcv-ui-form-checkbox .vcv-ui-form-checkbox-indicator{position:absolute;top:-1px;left:0;display:block;width:18px;height:18px;font-size:1em;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:3px;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;text-align:center;color:#294a82}.vcv-ui-form-checkbox:hover .vcv-ui-form-checkbox-indicator{border-color:#c4c4c4}.vcv-ui-form-checkbox>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-form-checkbox>input:focus+.vcv-ui-form-checkbox-indicator{-webkit-animation:vcv-ui-form-blink .4s ease-out;animation:vcv-ui-form-blink .4s ease-out}.vcv-ui-form-checkbox>input:checked+.vcv-ui-form-checkbox-indicator:before{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.vcv-ui-form-checkbox>input+.vcv-ui-form-checkbox-indicator:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;content:"";font-style:normal;font-weight:400;font-variant:normal;text-transform:none;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:.85em;height:8px;width:8px;background-color:#294a82}.vcv-ui-form-checkbox>input:disabled+.vcv-ui-form-checkbox-indicator,.vcv-ui-form-checkbox>input[disabled]+.vcv-ui-form-checkbox-indicator{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-form-checkbox+.vcv-ui-ajax-form-container small,.vcv-ui-form-checkbox+.vcv-ui-form-helper{margin-left:2em}.rtl .vcv-ui-form-checkbox{padding-right:2em;padding-left:1em}.rtl .vcv-ui-form-checkbox .vcv-ui-form-checkbox-indicator{left:auto;right:0}.rtl .vcv-ui-form-checkbox+.vcv-ui-ajax-form-container small,.rtl .vcv-ui-form-checkbox+.vcv-ui-form-helper{margin-left:0;margin-right:2em}.vcv-ui-form-colorpicker{position:relative}.vcv-ui-form-colorpicker--default{padding:11px 14px;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.vcv-ui-color-picker{display:block;width:255px}.vcv-ui-color-picker .wp-color-result{background-color:#fff;border:1px solid #c5c5c5;border-radius:3px;box-sizing:border-box;padding:8px 14px;font-size:14px;line-height:1.5;box-shadow:none;vertical-align:middle;outline:none;margin:0 2% 0 0;width:23%;height:40px}.vcv-ui-color-picker .wp-color-result:focus,.vcv-ui-color-picker .wp-color-result:hover{border-color:#c4c4c4}.vcv-ui-color-picker .wp-color-result:after,.vcv-ui-color-picker .wp-color-result:before{display:block;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;box-shadow:none}.vcv-ui-color-picker .wp-color-result:after{background:inherit;border:inherit}.vcv-ui-color-picker .wp-color-result:before{background-color:#fff;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-size:20px 20px;background-position:0 0,10px 10px;background-repeat:repeat}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon{position:absolute;border:inherit;border-radius:inherit;top:-1px;bottom:-1px;left:100%;display:none;background-color:#eaeaea;color:#707070;transition-duration:.2s;transition-property:background-color;transition-timing-function:ease-in-out}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon:hover{background-color:#ddd}.vcv-ui-color-picker .wp-color-result,.vcv-ui-color-picker .wp-picker-holder,.vcv-ui-color-picker .wp-picker-input-wrap{position:relative}.vcv-ui-color-picker .wp-color-result.wp-picker-open,.vcv-ui-color-picker .wp-color-result.wp-picker-open~.wp-picker-holder,.vcv-ui-color-picker .wp-color-result.wp-picker-open~.wp-picker-input-wrap{z-index:10}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open){margin-right:40px}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open):after{border-top-right-radius:0;border-bottom-right-radius:0}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open) .vcv-ui-icon{visibility:visible;display:block;width:40px;border-top-left-radius:0;border-bottom-left-radius:0}.vcv-ui-color-picker .vcv-ui-form-input-group{box-sizing:border-box;width:75%;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.vcv-ui-color-picker .vcv-ui-form-input-group-button{overflow:visible}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open)~.vcv-ui-form-input-group,.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open)~.wp-picker-holder{display:none}.vcv-ui-color-picker .vcv-ui-color-picker-alpha-container{padding:10px}.vcv-ui-color-picker .vcv-ui-color-picker-alpha-container>label{display:block}.vcv-ui-color-picker .iris-square-value{box-shadow:none}.vcv-ui-color-picker .wp-picker-holder{background-color:#fff;border:1px solid #c5c5c5;border-radius:3px;font-size:14px;margin-top:4px}.vcv-ui-color-picker .iris-picker{background-color:transparent;background-image:none;border:none;margin:0}.vcv-ui-color-picker .iris-picker~*{border-top:inherit}.vcv-ui-form-button{position:relative}.vcv-ui-form-button>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-ajax-form-container select,.vcv-ui-form-dropdown{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") right 1em center no-repeat #fff;border:1px solid #d1d1d1;border-radius:3px;box-sizing:border-box;box-shadow:none;color:#5c5b5b;display:inline-block;font-size:12px;font-weight:400;height:auto;line-height:1.5;padding:5px 2em 5px 14px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;vertical-align:middle;width:100%;-webkit-appearance:none;appearance:none}.vcv-ui-ajax-form-container select.vcv-ui-form-state--focus,.vcv-ui-ajax-form-container select:focus,.vcv-ui-ajax-form-container select:hover,.vcv-ui-form-dropdown.vcv-ui-form-state--focus,.vcv-ui-form-dropdown:focus,.vcv-ui-form-dropdown:hover{border-color:#c4c4c4}.vcv-ui-ajax-form-container select.vcv-ui-form-state--focus,.vcv-ui-ajax-form-container select:focus,.vcv-ui-form-dropdown.vcv-ui-form-state--focus,.vcv-ui-form-dropdown:focus{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-ui-ajax-form-container select::-ms-expand,.vcv-ui-form-dropdown::-ms-expand{display:none}.vcv-ui-ajax-form-container select:disabled,.vcv-ui-ajax-form-container select[disabled],.vcv-ui-form-dropdown:disabled,.vcv-ui-form-dropdown[disabled]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-ajax-form-container select:not(select),.vcv-ui-form-dropdown:not(select){width:auto;padding:8px 2.5em 8px 14px}.vcv-ui-ajax-form-container select.vcv-ui-form-input-select,.vcv-ui-form-dropdown.vcv-ui-form-input-select{padding:5px 14px}.rtl .vcv-ui-ajax-form-container select,.rtl .vcv-ui-form-dropdown{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") left 1em center no-repeat #fff;padding:8px 14px 8px 2em}.vcv-ui-form-dropdown-style--inline{width:auto}.vcv-ui-editor-dropdown-input-container{display:-webkit-flex;display:-ms-flexbox;display:flex;background:#fff;border-radius:3px;margin:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container select,.vcv-ui-editor-dropdown-input-container .vcv-ui-form-dropdown{height:100%;border-radius:0;opacity:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container input,.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container textarea,.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input{width:auto;border:none;padding-left:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container input:focus,.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container textarea:focus,.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input:focus{-webkit-animation:none;animation:none;box-shadow:none}.vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container .vcv-ui-editor-dropdown-input-field{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding-left:10px;border:1px solid #d1d1d1;border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.vcv-ui-editor-dropdown-input-icon-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 60px;-ms-flex:0 0 60px;flex:0 0 60px}.vcv-ui-editor-dropdown-input-icon-container .vcv-ui-icon-dropdown-input{color:#c5c5c5;font-size:19px}.vcv-ui-editor-dropdown-input-dropdown-container{position:relative;display:inline-block;-webkit-flex:0 0 100px;-ms-flex:0 0 100px;flex:0 0 100px;background-color:#fff;border-top-left-radius:3px;border-bottom-left-radius:3px;border:1px solid #d1d1d1;border-right:0}.vcv-ui-editor-dropdown-input-dropdown-container:before{content:attr(data-content);position:absolute;top:0;right:0;bottom:0;left:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;pointer-events:none;color:#5c5b5b;padding:8px 2em 8px 14px;line-height:normal;border-right:1px solid #d1d1d1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") right 1em center no-repeat}.rtl .vcv-ui-editor-dropdown-input-dropdown-container{border-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px;border:1px solid #d1d1d1;border-left:0}.rtl .vcv-ui-editor-dropdown-input-dropdown-container:before{padding:8px 14px 8px 2em;border-right:0;border-left:1px solid #d1d1d1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") left 1em center no-repeat}.rtl .vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container .vcv-ui-editor-dropdown-input-field{padding-right:10px;border-radius:3px;border:1px solid #d1d1d1;border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.vcv-ui-editor-field-highlight{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;animation:vcv-ui-form-shadow-blink .4s ease-out;outline:none;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-check-new-form-elements{margin:3rem auto;width:50vw}.vcv-ui-iconpicker-picker-dropdown{min-height:36px}.vcv-ui-form-iconpicker-content{border-radius:3px;border:1px solid #d1d1d1;margin-top:4px;padding:0;display:none}.vcv-ui-form-iconpicker-content.vcv-ui-form-state--active{display:block}.vcv-ui-form-iconpicker-content-heading{padding:14px 14px 7px;background-color:#f5f5f5;border-bottom:1px solid #ebebeb}.vcv-ui-form-iconpicker-content-heading>*{margin-bottom:7px}.vcv-ui-form-iconpicker-options{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;max-height:300px;overflow:auto}.vcv-ui-form-iconpicker-option{border:1px solid #ebebeb;border-right:0;border-bottom:0;-webkit-flex:1 1 80px;-ms-flex:1 1 80px;flex:1 1 80px;height:40px;width:80px;font-size:1rem;position:relative;margin-top:-1px;margin-left:-1px;color:#5c5b5b;background-color:#fff;cursor:pointer;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out}.vcv-ui-form-iconpicker-option>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-form-iconpicker-option.vcv-ui-form-state--active,.vcv-ui-form-iconpicker-option:hover{color:#fff;background-color:#294a82}.vcv-ui-form-iconpicker-error{padding:7px 14px}.vcv-ui-form-iconpicker-option.vcv-ui-form-iconpicker--disabled{color:#eee;cursor:not-allowed;pointer-events:none}.vcv-ui-form-iconpicker-option.vcv-ui-form-iconpicker--disabled:hover{background-color:#fff}.rtl .vcv-ui-form-iconpicker-option{border:1px solid #ebebeb;border-left:0;margin-left:0;margin-right:-1px;text-align:left}.vcv-layout-header .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input{background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:3px;color:#5c5b5b;font-size:12px;font-weight:400;line-height:1.5;padding:5px 14px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;width:100%;height:auto;box-shadow:none}.vcv-layout-header .vcv-ui-ajax-form-container input::-ms-clear,.vcv-layout-header .vcv-ui-ajax-form-container textarea::-ms-clear,.vcv-layout-header .vcv-ui-form-input::-ms-clear{display:none}.vcv-layout-header .vcv-ui-ajax-form-container input:focus,.vcv-layout-header .vcv-ui-ajax-form-container input:hover,.vcv-layout-header .vcv-ui-ajax-form-container textarea:focus,.vcv-layout-header .vcv-ui-ajax-form-container textarea:hover,.vcv-layout-header .vcv-ui-form-input:focus,.vcv-layout-header .vcv-ui-form-input:hover{border-color:#c4c4c4}.vcv-layout-header .vcv-ui-ajax-form-container input:focus,.vcv-layout-header .vcv-ui-ajax-form-container textarea:focus,.vcv-layout-header .vcv-ui-form-input:focus{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-layout-header .vcv-ui-ajax-form-container input::-webkit-input-placeholder,.vcv-layout-header .vcv-ui-ajax-form-container textarea::-webkit-input-placeholder,.vcv-layout-header .vcv-ui-form-input::-webkit-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-ajax-form-container input:-ms-input-placeholder,.vcv-layout-header .vcv-ui-ajax-form-container textarea:-ms-input-placeholder,.vcv-layout-header .vcv-ui-form-input:-ms-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-ajax-form-container input::placeholder,.vcv-layout-header .vcv-ui-ajax-form-container textarea::placeholder,.vcv-layout-header .vcv-ui-form-input::placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-ajax-form-container input:disabled,.vcv-layout-header .vcv-ui-ajax-form-container input[disabled],.vcv-layout-header .vcv-ui-ajax-form-container input[readonly],.vcv-layout-header .vcv-ui-ajax-form-container textarea:disabled,.vcv-layout-header .vcv-ui-ajax-form-container textarea[disabled],.vcv-layout-header .vcv-ui-ajax-form-container textarea[readonly],.vcv-layout-header .vcv-ui-form-input:disabled,.vcv-layout-header .vcv-ui-form-input[disabled],.vcv-layout-header .vcv-ui-form-input[readonly]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-form-input--error,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-form-input--error,.vcv-layout-header .vcv-ui-form-input.vcv-ui-form-input--error{border-color:#f44}.vcv-layout-header textarea.vcv-ui-ajax-form-container input,.vcv-layout-header textarea.vcv-ui-ajax-form-container textarea,.vcv-layout-header textarea.vcv-ui-form-input{overflow:auto;resize:vertical;height:10em}.vcv-layout-header .vcv-ui-form-input-group{display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:1px}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:50%;width:auto;position:relative;margin-left:-1px}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container input:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container input:hover,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea:hover,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:hover{z-index:10}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container input:not(:first-child),.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea:not(:first-child),.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container input:not(:last-child),.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea:not(:last-child),.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-addon{background:#f5f5f5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto;margin-left:-1px}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-addon:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-addon:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto;margin-left:-1px;position:relative}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button:hover{z-index:10}.vcv-ui-ajax-form-container select.vcv-ui-color-picker-dropdown,.vcv-ui-form-dropdown.vcv-ui-color-picker-dropdown{font-size:14px;font-weight:400;line-height:16px;color:#c5c5c5;font-style:italic;text-align:center}.vcv-ui-input-search{position:relative}.vcv-ui-input-search .vcv-ui-form-input-search-addon{display:block;background:transparent;color:#c5c5c5;font-size:14px;padding:8px 14px;font-weight:400;line-height:1.5;position:absolute;top:0;bottom:0;pointer-events:none}.vcv-ui-input-search .vcv-ui-form-input-search-addon>*{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.vcv-ui-input-search .vcv-ui-form-input-search-addon:first-child{left:0}.vcv-ui-input-search .vcv-ui-form-input-search-addon:first-child>*{left:14px}.vcv-ui-input-search .vcv-ui-form-input-search-addon:last-child{right:0}.vcv-ui-input-search .vcv-ui-form-input-search-addon:last-child>*{right:14px}.vcv-ui-input-search .vcv-ui-ajax-form-container input:not(:first-child),.vcv-ui-input-search .vcv-ui-ajax-form-container textarea:not(:first-child),.vcv-ui-input-search .vcv-ui-form-input:not(:first-child){padding-left:35px}.vcv-ui-input-search .vcv-ui-ajax-form-container input:not(:last-child),.vcv-ui-input-search .vcv-ui-ajax-form-container textarea:not(:last-child),.vcv-ui-input-search .vcv-ui-form-input:not(:last-child){padding-right:35px}.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;min-width:0;width:140px}.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container select,.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-dropdown{width:80px;background-color:#f5f5f5;border-top-left-radius:0;border-bottom-left-radius:0}.vcv-layout-header .vcv-ui-form-input-select-list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border:1px solid #d1d1d1;border-radius:3px;font-size:14px;margin-top:4px;padding:5px;background:#fff}.vcv-layout-header .vcv-ui-form-input-select-item{width:32%;min-height:35px;padding:5px 5px 5px 14px;margin:3px 0;cursor:pointer;border-radius:3px}.vcv-layout-header .vcv-ui-form-input-select-item span{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:block}.vcv-layout-header .vcv-ui-form-input-select-item-active,.vcv-layout-header .vcv-ui-form-input-select-item:hover{background:#eaeaea}.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container input,.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container textarea,.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input{border-right:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px}.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container select,.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-dropdown{border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-form-input{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;min-width:0;width:calc(100% - 40px)}.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-form-icon{background:#f5f5f5;border-top-right-radius:0;border-bottom-right-radius:0;padding-right:14px}.vcv-ui-form-link{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-form-link .vcv-ui-form-link-data{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0;width:0;font-size:13px}.vcv-ui-form-link .vcv-ui-form-link-button{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;text-transform:uppercase;font-weight:700;font-size:10px;letter-spacing:.5px;padding-top:11px;padding-bottom:11px}.vcv-ui-form-link .vcv-ui-form-link-title{color:#9a9a9a;display:inline-block;vertical-align:middle;max-width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin:2px 0 2px 14px}.vcv-ui-form-link .vcv-ui-form-link-title:before{content:attr(data-vc-link-title)}.vcv-ui-form-link .vcv-ui-form-link-title:empty{display:none}.vcv-ui-form-link .vcv-ui-form-link-button-group{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;direction:ltr}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-form-link-button{border-top-right-radius:0;border-bottom-right-radius:0}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-dynamic-field-control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:1px solid #d1d1d1;color:#707070;background-color:#fff;padding:6px;border-left:0;border-top-right-radius:3px;border-bottom-right-radius:3px;font-size:12px;transition-property:color,background,border,opacity;transition-duration:.2s;transition-timing-function:ease-in-out}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-dynamic-field-control:hover{background-color:#ddd}.vcv-ui-form-radio-buttons{margin:8px 0 12px}.vcv-ui-form-radio-buttons--list .vcv-ui-form-radio{display:block}.vcv-ui-form-radio{cursor:pointer;display:inline-block;vertical-align:middle;padding-left:2em;padding-right:1em;position:relative;margin:0 0 10px;font-weight:700;font-size:12px}.vcv-ui-form-radio .vcv-ui-form-radio-indicator{position:absolute;top:-1px;left:0;display:block;width:18px;height:18px;font-size:1em;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:100%;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;text-align:center;color:#294a82}.vcv-ui-form-radio:hover .vcv-ui-form-radio-indicator{border-color:#c4c4c4}.vcv-ui-form-radio>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-form-radio>input:focus+.vcv-ui-form-radio-indicator{-webkit-animation:vcv-ui-form-blink .4s ease-out;animation:vcv-ui-form-blink .4s ease-out}.vcv-ui-form-radio>input+.vcv-ui-form-radio-indicator:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);content:"";border-radius:inherit;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;speak:none;line-height:1;height:8px;width:8px;box-sizing:border-box;font-size:.85em;background-color:#294a82}.vcv-ui-form-radio>input+.vcv-ui-form-radio-indicator:before,.vcv-ui-form-radio>input:checked+.vcv-ui-form-radio-indicator:before{transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.vcv-ui-form-radio>input:checked+.vcv-ui-form-radio-indicator:before{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.vcv-ui-form-radio>input:disabled+.vcv-ui-form-radio-indicator,.vcv-ui-form-radio>input[disabled]+.vcv-ui-form-radio-indicator{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-form-radio+.vcv-ui-ajax-form-container small,.vcv-ui-form-radio+.vcv-ui-form-helper{margin-left:2em}.vcv-ui-form-range{display:-webkit-flex;display:-ms-flexbox;display:flex;height:30px}.vcv-ui-form-range .vcv-ui-form-range-helper{position:relative;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-right:20px;line-height:30px}.vcv-ui-form-range .vcv-ui-form-range-bg{background:#2b4b80;position:absolute;left:1px;top:11px;width:0;min-width:12px;max-width:99%;height:8px;border-radius:5px;z-index:1;pointer-events:none}.vcv-ui-form-range .vcv-ui-form-range-slider-bg{background:#fff;position:absolute;left:0;top:11px;width:100%;height:8px;border-radius:5px;z-index:0;pointer-events:none;border:1px solid #d3d3d3}.vcv-ui-form-range .vcv-ui-form-range-slider{-webkit-appearance:none;margin:9px 0;padding:0;width:100%;background:transparent;vertical-align:middle;position:relative;z-index:2}.vcv-ui-form-range .vcv-ui-form-range-slider:focus{outline:none}.vcv-ui-form-range .vcv-ui-form-range-slider::-webkit-slider-runnable-track{width:100%;height:8px;cursor:pointer;animate:.2s;background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-webkit-slider-thumb{border:5px solid #2b4b80;height:18px;width:18px;border-radius:50%;background:#fff;cursor:pointer;position:relative;z-index:2;box-sizing:border-box;-webkit-appearance:none;margin-top:-6px}.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-webkit-slider-runnable-track{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-moz-range-track{width:100%;height:8px;cursor:pointer;animate:.2s;background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-moz-range-track{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-moz-range-thumb{border:5px solid #2b4b80;height:18px;width:18px;border-radius:50%;background:#fff;cursor:pointer;position:relative;z-index:2;box-sizing:border-box}.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-track{width:100%;height:8px;cursor:pointer;animate:.2s;background:transparent;border-color:transparent;border-width:1px 0;color:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-fill-lower,.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-fill-upper{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-thumb{border:5px solid #2b4b80;height:18px;width:18px;border-radius:50%;background:#fff;cursor:pointer;position:relative;z-index:2;box-sizing:border-box;margin-top:0}.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-ms-fill-lower,.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-ms-fill-upper{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-input{width:60px}.rtl .vcv-ui-form-range .vcv-ui-form-range-helper{margin-right:0;margin-left:20px}.rtl .vcv-ui-form-range .vcv-ui-form-range-bg{left:auto;right:1px}.vcv-ui-editor-search-container{display:-webkit-flex;display:-ms-flexbox;display:flex;background:#fff;border-radius:3px;margin:12px 60px 12px 20px}.vcv-ui-editor-search-container .vcv-ui-ajax-form-container select,.vcv-ui-editor-search-container .vcv-ui-form-dropdown{height:100%;border-radius:0;opacity:0}.vcv-ui-editor-search-container .vcv-ui-ajax-form-container input,.vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea,.vcv-ui-editor-search-container .vcv-ui-form-input{width:auto;border:none}.vcv-ui-editor-search-container .vcv-ui-ajax-form-container input:focus,.vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea:focus,.vcv-ui-editor-search-container .vcv-ui-form-input:focus{-webkit-animation:none;animation:none;box-shadow:none}.rtl .vcv-ui-editor-search-container{margin:12px 20px 12px 60px}.rtl .vcv-ui-editor-search-container .vcv-ui-ajax-form-container input,.rtl .vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea,.rtl .vcv-ui-editor-search-container .vcv-ui-form-input{padding-right:0}.rtl .vcv-ui-editor-search-container .vcv-ui-editor-search-dropdown-container{border:0;border-top-right-radius:3px;border-bottom-right-radius:3px}.rtl .vcv-ui-editor-search-container .vcv-ui-editor-search-dropdown-container:before{border-right:0;border-left:1px solid #d1d1d1}:not(.rtl) .vcv-ui-editor-search-container .vcv-ui-ajax-form-container input,:not(.rtl) .vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea,:not(.rtl) .vcv-ui-editor-search-container .vcv-ui-form-input{padding-left:0}.vcv-ui-editor-search-field-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.vcv-ui-editor-search-field-container .vcv-ui-editor-search-field{width:0;font-size:14px;padding:8px 14px}.vcv-ui-editor-search-icon-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 60px;-ms-flex:0 0 60px;flex:0 0 60px}.vcv-ui-editor-search-icon-container .vcv-ui-icon-search{color:#c5c5c5;font-size:19px}.vcv-ui-editor-search-field{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.vcv-ui-editor-search-dropdown-container{position:relative;display:inline-block;-webkit-flex:0 0 100px;-ms-flex:0 0 100px;flex:0 0 100px;background-color:#eaeaea;border-top-left-radius:3px;border-bottom-left-radius:3px}.vcv-ui-editor-search-dropdown-container:before{content:attr(data-content);position:absolute;top:0;right:0;bottom:0;left:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-transform:capitalize;pointer-events:none;color:#5c5b5b;padding:8px 2em 8px 14px;line-height:1.7;border-right:1px solid #d1d1d1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") right 1em center no-repeat}.vcv-ui-form-switch-container,.vcv-ui-form-switch-trigger-label{display:inline-block;vertical-align:middle}.vcv-ui-form-switch-trigger-label{font-size:12px;font-weight:700;margin:8px}.vcv-ui-form-switch{font-size:10px;font-weight:600;text-transform:uppercase;color:#fff;position:relative;display:inline-block;vertical-align:middle;padding:1em}.vcv-ui-form-switch:hover{cursor:pointer}.vcv-ui-form-switch>input{position:absolute;z-index:-1;opacity:0}.vcv-ui-form-switch .vcv-ui-form-switch-label{display:block;text-align:center}.vcv-ui-form-switch .vcv-ui-form-switch-label:after,.vcv-ui-form-switch .vcv-ui-form-switch-label:before{display:block;box-sizing:border-box;line-height:1}.vcv-ui-form-switch .vcv-ui-form-switch-label:before{overflow:hidden;visibility:hidden;opacity:0;height:.5em}.vcv-ui-form-switch .vcv-ui-form-switch-label:after{position:absolute;top:50%;left:1em;right:1em;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition-property:opacity;transition-duration:.2s;transition-timing-function:ease-in-out}.vcv-ui-form-switch [data-vc-switch-on]:after,.vcv-ui-form-switch [data-vc-switch-on]:before{content:attr(data-vc-switch-on);margin-left:2em}.vcv-ui-form-switch [data-vc-switch-off]:after,.vcv-ui-form-switch [data-vc-switch-off]:before{content:attr(data-vc-switch-off);margin-right:2em}.vcv-ui-form-switch>input~.vcv-ui-form-switch-label:after{opacity:0}.vcv-ui-form-switch>input:checked~[data-vc-switch-on]:after,.vcv-ui-form-switch>input:not(:checked)~[data-vc-switch-off]:after{opacity:1}.vcv-ui-form-switch .vcv-ui-form-switch-indicator{left:0;right:0;top:0;bottom:0}.vcv-ui-form-switch .vcv-ui-form-switch-indicator,.vcv-ui-form-switch .vcv-ui-form-switch-indicator:before{position:absolute;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;border-radius:4em}.vcv-ui-form-switch .vcv-ui-form-switch-indicator:before{content:"";display:block;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:1.6em;width:1.6em;background:#fff;z-index:10}.vcv-ui-form-switch>input:checked~.vcv-ui-form-switch-indicator{background-color:#2b4b80}.vcv-ui-form-switch>input:checked~.vcv-ui-form-switch-indicator:before{left:0;margin-left:1.5em}.vcv-ui-form-switch>input:not(:checked)~.vcv-ui-form-switch-indicator{background-color:#5c5b5b}.vcv-ui-form-switch>input:not(:checked)~.vcv-ui-form-switch-indicator:before{left:100%;margin-left:-1.5em}.vcv-ui-form-switch:hover>input:checked~.vcv-ui-form-switch-indicator{background-color:#274475}.vcv-ui-form-switch:hover>input:not(:checked)~.vcv-ui-form-switch-indicator{background-color:#545353}.vcv-ui-form-switch:hover>input:disabled~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch:hover>input[disabled]~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch>input:disabled~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch>input[disabled]~.vcv-ui-form-switch-indicator{background-color:#f5f5f5;border:1px solid #d1d1d1;cursor:not-allowed}.vcv-ui-form-switch:hover>input:disabled~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch:hover>input[disabled]~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch>input:disabled~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch>input[disabled]~.vcv-ui-form-switch-indicator:before{border:inherit}.vcv-ui-form-switch:hover>input:disabled~.vcv-ui-form-switch-label,.vcv-ui-form-switch:hover>input[disabled]~.vcv-ui-form-switch-label,.vcv-ui-form-switch>input:disabled~.vcv-ui-form-switch-label,.vcv-ui-form-switch>input[disabled]~.vcv-ui-form-switch-label{cursor:not-allowed;color:#7e7e7e}.vcv-ui-form-switch-small-container,.vcv-ui-form-switch-small-trigger-label{display:inline-block;vertical-align:middle}.vcv-ui-form-switch-small-trigger-label{margin:8px}.vcv-ui-form-switch-small{width:34px;height:20px;position:relative;display:inline-block;vertical-align:middle}.vcv-ui-form-switch-small:hover{cursor:pointer}.vcv-ui-form-switch-small>input{position:absolute;z-index:-1;opacity:0}.vcv-ui-form-switch-small .vcv-ui-form-switch-small-indicator{position:absolute;left:0;right:0;top:0;bottom:0;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;border-radius:4em}.vcv-ui-form-switch-small .vcv-ui-form-switch-small-indicator:before{content:"";display:block;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:12px;width:12px;background:#fff;border-radius:4em;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;z-index:10}.vcv-ui-form-switch-small>input:checked~.vcv-ui-form-switch-small-indicator{background-color:#2f2f2f}.vcv-ui-form-switch-small>input:checked~.vcv-ui-form-switch-small-indicator:before{left:0;margin-left:1.6em}.vcv-ui-form-switch-small>input:not(:checked)~.vcv-ui-form-switch-small-indicator{background-color:#e7e7e7}.vcv-ui-form-switch-small>input:not(:checked)~.vcv-ui-form-switch-small-indicator:before{left:100%;margin-left:-1.6em}.vcv-ui-form-switch-small:hover>input:checked~.vcv-ui-form-switch-small-indicator{background-color:#272727}.vcv-ui-form-switch-small:hover>input:not(:checked)~.vcv-ui-form-switch-small-indicator{background-color:#dadada}.vcv-ui-form-switch-small:hover>input:disabled~.vcv-ui-form-switch-small-indicator,.vcv-ui-form-switch-small:hover>input[disabled]~.vcv-ui-form-switch-small-indicator,.vcv-ui-form-switch-small>input:disabled~.vcv-ui-form-switch-small-indicator,.vcv-ui-form-switch-small>input[disabled]~.vcv-ui-form-switch-small-indicator{background-color:#f5f5f5;border:1px solid #d1d1d1;cursor:not-allowed}.vcv-ui-form-switch-small:hover>input:disabled~.vcv-ui-form-switch-small-indicator:before,.vcv-ui-form-switch-small:hover>input[disabled]~.vcv-ui-form-switch-small-indicator:before,.vcv-ui-form-switch-small>input:disabled~.vcv-ui-form-switch-small-indicator:before,.vcv-ui-form-switch-small>input[disabled]~.vcv-ui-form-switch-small-indicator:before{border:inherit}.vcv-ui-form-table{width:100%;max-width:100%;color:#6f747b;border:1px solid #d1d1d1;margin:12px 0;font-size:14px;border-collapse:collapse}.vcv-ui-form-table>tbody>tr:nth-of-type(2n){background-color:#ededed}.vcv-ui-form-table>tbody>tr:nth-of-type(odd){background-color:#fff}.vcv-ui-form-table>tbody>tr>td{border-top:1px solid #d1d1d1;vertical-align:top;text-align:left;padding:8px 14px;line-height:1.5}.vcv-ui-form-table>tbody>tr>td:last-child{text-align:right;font-size:12px;text-transform:uppercase;line-height:21px}.vcv-ui-form-table>tbody>tr:last-child>td{border-bottom:1px solid #d1d1d1}.vcv-ui-form-table .vcv-ui-form-table-link-row{cursor:pointer}.vcv-ui-form-table .vcv-ui-form-table-link-row a{color:inherit;text-decoration:none;font-size:12px;font-weight:700}.vcv-ui-form-table .vcv-ui-form-table-link-row a:hover{color:inherit}.vcv-ui-form-table .vcv-ui-form-table-link-row.vcv-ui-state--active,.vcv-ui-form-table .vcv-ui-form-table-link-row:hover{color:#fff;background-color:#203251}.vcv-ui-form-table .vcv-ui-form-table-link-type{max-width:5em;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;vertical-align:middle;font-size:11px;font-weight:700}.rtl .vcv-ui-form-table>tbody>tr>td{text-align:right}.rtl .vcv-ui-form-table>tbody>tr>td:last-child{text-align:left}.vcv-ui-form-group .react-datepicker__input-container{width:200px}.vcv-ui-form-datepicker.react-datepicker{font-family:inherit;font-size:12px;border-radius:3px;border:none;color:#838383;box-shadow:0 0 4px 0 rgba(0,0,0,.1)}.vcv-ui-form-datepicker .react-datepicker__triangle{display:none}.vcv-ui-form-datepicker .react-datepicker__header{padding:0;background-color:#fff;border:none;text-align:left}.vcv-ui-form-datepicker .react-datepicker__current-month{padding:5px 13px 10px 0;border-bottom:2px solid #f6f6f6;margin:0 7px 0 9px}.vcv-ui-form-datepicker .react-datepicker-time__header,.vcv-ui-form-datepicker .react-datepicker__current-month{color:#838383}.vcv-ui-form-datepicker .react-datepicker__month-container{margin:10px 5px}.vcv-ui-form-datepicker .react-datepicker__time-container{border:none;width:100px}.vcv-ui-form-datepicker .react-datepicker__month{margin:0}.vcv-ui-form-datepicker .react-datepicker__day,.vcv-ui-form-datepicker .react-datepicker__day-name,.vcv-ui-form-datepicker .react-datepicker__time-name{color:#838383;font-weight:600;width:25px;height:25px;line-height:25px;margin:5px}.vcv-ui-form-datepicker .react-datepicker__day-name{text-transform:uppercase}.vcv-ui-form-datepicker .react-datepicker__day--outside-month{color:silver}.vcv-ui-form-datepicker .react-datepicker__day:hover{border-radius:4em;background-color:#ededed}.vcv-ui-form-datepicker .react-datepicker__day--keyboard-selected,.vcv-ui-form-datepicker .react-datepicker__day--keyboard-selected:hover,.vcv-ui-form-datepicker .react-datepicker__day--selected,.vcv-ui-form-datepicker .react-datepicker__day--selected:hover{border-radius:4em;background-color:#2a4b80;color:#fff}.vcv-ui-form-datepicker .react-datepicker__navigation{top:12px;border:2px solid #838383;height:24px;width:24px;border-radius:4em;opacity:.4;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath d='M5.807 4.407L2.275.876a.843.843 0 00-1.19 1.19l2.939 2.939-2.94 2.939a.843.843 0 000 1.19.838.838 0 001.186 0l3.532-3.532a.844.844 0 00.005-1.195z' fill='%23838383' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50%;background-size:10px 10px}.vcv-ui-form-datepicker .react-datepicker__navigation:hover{opacity:1;border-color:#838383}.vcv-ui-form-datepicker .react-datepicker__navigation--next{right:10px}.vcv-ui-form-datepicker .react-datepicker__navigation--previous{left:187px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vcv-ui-form-datepicker .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:106px}.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:auto}.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:100px;padding-right:10px;border-left:2px solid #f6f6f6}.vcv-ui-form-datepicker .react-datepicker__time-list::-webkit-scrollbar{background:transparent;width:7px}.vcv-ui-form-datepicker .react-datepicker__time-list::-webkit-scrollbar-thumb{border-radius:5px;background:silver;margin-right:4px}.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected,.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#2a4b80}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__navigation--previous{left:184px}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__current-month{margin:0 0 0 9px}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__month-container,.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__time-container{float:none}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__month-container{margin-right:0}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__header--time{margin:10px 10px 0 0;padding:5px 0 10px 10px;border-bottom:2px solid #f6f6f6;border-left:2px solid #f6f6f6;border-radius:0}.vcv-layout-header .vcv-ui-form-datalist{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") right 1em center no-repeat #fff;box-sizing:border-box;box-shadow:none;display:inline-block;padding:5px 2em 5px 14px;vertical-align:middle;-webkit-appearance:none;appearance:none;border:1px solid #d1d1d1;border-radius:3px;color:#5c5b5b;font-size:12px;font-weight:400;line-height:1.5;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;width:100%;height:auto}.vcv-layout-header .vcv-ui-form-datalist::-webkit-calendar-picker-indicator{display:none}.vcv-layout-header .vcv-ui-form-datalist::-ms-clear{display:none}.vcv-layout-header .vcv-ui-form-datalist:focus,.vcv-layout-header .vcv-ui-form-datalist:hover{border-color:#c4c4c4}.vcv-layout-header .vcv-ui-form-datalist:focus{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-layout-header .vcv-ui-form-datalist::-webkit-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-datalist:-ms-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-datalist::placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-datalist:disabled,.vcv-layout-header .vcv-ui-form-datalist[disabled],.vcv-layout-header .vcv-ui-form-datalist[readonly]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container input.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container select.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container textarea.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-dropdown.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-field-dynamic-url.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input-select.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-tag-list-container.vcv-ui-form-field-dynamic{width:92%;margin-right:5px;display:inline-block;vertical-align:top}.vcv-ui-dynamic-field-autocomplete-container{position:relative}.vcv-ui-dynamic-field-autocomplete-container>.vcv-ui-wp-spinner{position:absolute;top:8px;right:5px}.vcv-ui-form-field-dynamic+.vcv-ui-form-link{margin-top:10px}.vcv-ui-form-attach-image.vcv-ui-form-field-dynamic{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.vcv-ui-form-attach-image.vcv-ui-form-field-dynamic .vcv-ui-form-attach-image-items{margin-right:5px}.vcv-ui-form-attach-image.vcv-ui-form-field-dynamic .vcv-ui-form-link{margin-top:10px}.vcv-ui-dynamic-field-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 0 10px;background-color:#fff;border:1px solid #d1d1d1;border-radius:3px;padding:3px 2px}.vcv-ui-dynamic-field-container .vcv-ui-dynamic-field-control{padding:0 5px}.vcv-ui-form-link .vcv-ui-dynamic-field-container{margin-bottom:0;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.vcv-ui-dynamic-field-tag{background:#2a4b80;color:#fff;margin:1px 3px;border-radius:2em;padding:1px 11px 0;font-size:12px;word-break:break-all;cursor:pointer}.vcv-ui-dynamic-field-tag.vcv-ui-dynamic-field-tag--inactive{background:#ed5656}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-form-switch-small-container{margin-top:8px;position:absolute;right:30px}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-dynamic-field-control{margin-top:5px;display:inline-block;vertical-align:top;position:absolute;right:2px}.vcv-ui-form-wp-tinymce .wp-editor-container{border:1px solid #d1d1d1;border-bottom:0}.vcv-ui-form-wp-tinymce .mce-top-part:before{display:none}.vcv-ui-form-wp-tinymce div.mce-toolbar-grp{border-bottom:0}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-form-wp-tinymce-inner{position:relative}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-form-wp-tinymce-inner:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:99;background:#fff;opacity:.6}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened.vcv-ui-form-field-dynamic-is-active .vcv-ui-form-wp-tinymce-inner:after{display:none}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-dynamic-field-container{border-top-left-radius:0;border-top-right-radius:0}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened+.vcv-ui-ajax-form-container small,.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened+.vcv-ui-form-helper,.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-form-switch-small-container,.vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-exception-field .vcv-ui-form-wp-tinymce-inner{display:none}.vcv-ui-dynamic-field-controls{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-dynamic-field-control{display:inline-block;border:none;background:transparent;vertical-align:middle;cursor:pointer;padding:6px 0 6px 5px;font-size:16px;transition:color .2s ease-in-out}.vcv-ui-dynamic-field-control:hover{color:#2a4b80}.vcv-ui-dynamic-field-inner{padding:5px 0 20px}.vcv-ui-ajax-form-container input.vcv-ui-form-field-dynamic-extra,.vcv-ui-ajax-form-container textarea.vcv-ui-form-field-dynamic-extra,.vcv-ui-form-input.vcv-ui-form-field-dynamic-extra{margin-top:10px}.vcv-ui-form-attach-image-item-dynamic-open{height:80px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.rtl .vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-form-switch-small-container{right:auto;left:30px}.rtl .vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-dynamic-field-control{right:auto;left:2px}.rtl .vcv-ui-dynamic-field-control{padding:6px 5px 6px 0}.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container input.vcv-ui-form-field-dynamic,.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container textarea.vcv-ui-form-field-dynamic,.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input-select.vcv-ui-form-field-dynamic,.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input.vcv-ui-form-field-dynamic{margin-right:0;margin-left:5px}.vcv-ui-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.vcv-ui-col{box-sizing:border-box}.vcv-media--lg .vcv-ui-col,.vcv-media--md .vcv-ui-col,.vcv-media--sm .vcv-ui-col,.vcv-media--xl .vcv-ui-col,.vcv-media--xs .vcv-ui-col,.vcv-ui-col{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.vcv-media--lg .vcv-ui-col--fixed-width,.vcv-media--md .vcv-ui-col--fixed-width,.vcv-media--sm .vcv-ui-col--fixed-width,.vcv-media--xl .vcv-ui-col--fixed-width,.vcv-media--xs .vcv-ui-col--fixed-width,.vcv-ui-col--fixed-width{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:400px}@media (min-width:0){.vcv-ui-col--xs-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--xs .vcv-ui-col--xs-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:0){.vcv-ui-col--xs-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--xs .vcv-ui-col--xs-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:0){.vcv-ui-col--xs-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--xs .vcv-ui-col--xs-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:0){.vcv-ui-col--xs-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--xs .vcv-ui-col--xs-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:0){.vcv-ui-col--xs-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--xs .vcv-ui-col--xs-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:0){.vcv-ui-col--xs-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--xs .vcv-ui-col--xs-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:0){.vcv-ui-col--xs-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--xs .vcv-ui-col--xs-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:0){.vcv-ui-col--xs-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--xs .vcv-ui-col--xs-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:0){.vcv-ui-col--xs-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--xs .vcv-ui-col--xs-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:0){.vcv-ui-col--xs-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--xs .vcv-ui-col--xs-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:0){.vcv-ui-col--xs-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--xs .vcv-ui-col--xs-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:0){.vcv-ui-col--xs-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--xs .vcv-ui-col--xs-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}@media (min-width:400px){.vcv-ui-col--sm-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--sm .vcv-ui-col--sm-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:400px){.vcv-ui-col--sm-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--sm .vcv-ui-col--sm-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:400px){.vcv-ui-col--sm-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--sm .vcv-ui-col--sm-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:400px){.vcv-ui-col--sm-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--sm .vcv-ui-col--sm-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:400px){.vcv-ui-col--sm-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--sm .vcv-ui-col--sm-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:400px){.vcv-ui-col--sm-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--sm .vcv-ui-col--sm-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:400px){.vcv-ui-col--sm-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--sm .vcv-ui-col--sm-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:400px){.vcv-ui-col--sm-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--sm .vcv-ui-col--sm-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:400px){.vcv-ui-col--sm-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--sm .vcv-ui-col--sm-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:400px){.vcv-ui-col--sm-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--sm .vcv-ui-col--sm-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:400px){.vcv-ui-col--sm-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--sm .vcv-ui-col--sm-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:400px){.vcv-ui-col--sm-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--sm .vcv-ui-col--sm-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}@media (min-width:800px){.vcv-ui-col--md-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--md .vcv-ui-col--md-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:800px){.vcv-ui-col--md-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--md .vcv-ui-col--md-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:800px){.vcv-ui-col--md-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--md .vcv-ui-col--md-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:800px){.vcv-ui-col--md-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--md .vcv-ui-col--md-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:800px){.vcv-ui-col--md-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--md .vcv-ui-col--md-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:800px){.vcv-ui-col--md-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--md .vcv-ui-col--md-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:800px){.vcv-ui-col--md-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--md .vcv-ui-col--md-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:800px){.vcv-ui-col--md-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--md .vcv-ui-col--md-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:800px){.vcv-ui-col--md-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--md .vcv-ui-col--md-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:800px){.vcv-ui-col--md-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--md .vcv-ui-col--md-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:800px){.vcv-ui-col--md-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--md .vcv-ui-col--md-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:800px){.vcv-ui-col--md-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--md .vcv-ui-col--md-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--lg .vcv-ui-col--lg-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:1200px){.vcv-ui-col--lg-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--lg .vcv-ui-col--lg-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--lg .vcv-ui-col--lg-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--lg .vcv-ui-col--lg-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:1200px){.vcv-ui-col--lg-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--lg .vcv-ui-col--lg-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--lg .vcv-ui-col--lg-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--lg .vcv-ui-col--lg-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:1200px){.vcv-ui-col--lg-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--lg .vcv-ui-col--lg-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--lg .vcv-ui-col--lg-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--lg .vcv-ui-col--lg-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:1200px){.vcv-ui-col--lg-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--lg .vcv-ui-col--lg-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--lg .vcv-ui-col--lg-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--xl .vcv-ui-col--xl-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:1600px){.vcv-ui-col--xl-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--xl .vcv-ui-col--xl-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--xl .vcv-ui-col--xl-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--xl .vcv-ui-col--xl-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:1600px){.vcv-ui-col--xl-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--xl .vcv-ui-col--xl-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--xl .vcv-ui-col--xl-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--xl .vcv-ui-col--xl-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:1600px){.vcv-ui-col--xl-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--xl .vcv-ui-col--xl-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--xl .vcv-ui-col--xl-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--xl .vcv-ui-col--xl-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:1600px){.vcv-ui-col--xl-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--xl .vcv-ui-col--xl-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--xl .vcv-ui-col--xl-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}.vcv-ui-row-gap--md.vcv-ui-row{margin-left:-15px;margin-right:-15px}.vcv-ui-row-gap--md>.vcv-ui-col{padding-left:15px;padding-right:15px}.vcv-ui-row-gap--sm.vcv-ui-row{margin-left:-10px;margin-right:-10px}.vcv-ui-row-gap--sm>.vcv-ui-col{padding-left:10px;padding-right:10px}.vcv-ui-row-order--reverse{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vcv-media--lg .vcv-ui-visibility--hidden-lg,.vcv-media--lg:not(.vcv-media--xl) .vcv-ui-visibility--hidden-lg-only,.vcv-media--md .vcv-ui-visibility--hidden-md,.vcv-media--md:not(.vcv-media--lg) .vcv-ui-visibility--hidden-md-only,.vcv-media--sm .vcv-ui-visibility--hidden-sm,.vcv-media--sm:not(.vcv-media--md) .vcv-ui-visibility--hidden-sm-only,.vcv-media--xl .vcv-ui-visibility--hidden-xl,.vcv-media--xl .vcv-ui-visibility--hidden-xl-only,.vcv-media--xs .vcv-ui-visibility--hidden-xs,.vcv-media--xs:not(.vcv-media--sm) .vcv-ui-visibility--hidden-xs-only,.vcv-ui-visibility--hidden,.vcv-ui-visibility--hidden-xs{display:none!important}@media (min-width:0){.vcv-ui-visibility--hidden-xs{display:none!important}}@media (min-width:400px){.vcv-ui-visibility--hidden-sm{display:none!important}}@media (min-width:800px){.vcv-ui-visibility--hidden-md{display:none!important}}@media (min-width:1200px){.vcv-ui-visibility--hidden-lg{display:none!important}}@media (min-width:1600px){.vcv-ui-visibility--hidden-xl{display:none!important}}@media (min-width:0) and (max-width:399px){.vcv-ui-visibility--hidden-xs-only{display:none!important}}@media (min-width:400px) and (max-width:799px){.vcv-ui-visibility--hidden-sm-only{display:none!important}}@media (min-width:800px) and (max-width:1199px){.vcv-ui-visibility--hidden-md-only{display:none!important}}@media (min-width:1200px) and (max-width:1599px){.vcv-ui-visibility--hidden-lg-only{display:none!important}}@media (min-width:1600px){.vcv-ui-visibility--hidden-xl-only{display:none!important}}.vcv-ui-scroll{position:relative;height:100%;width:100%;overflow:hidden;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;flex-flow:column nowrap}.vcv-ui-scroll,.vcv-ui-scroll-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap}.vcv-ui-scroll-content{position:absolute;top:0;left:0;right:0;bottom:0;overflow:scroll;overflow-scrolling:touch;flex-flow:column nowrap;direction:ltr}.vcv-ui-tree-layout-filled .vcv-ui-scroll-content{-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.vcv-ui-scroll-track--horizontal,.vcv-ui-scroll-track--vertical{position:absolute;cursor:pointer;right:5px;bottom:5px;transition-duration:.2s;transition-property:opacity;transition-timing-function:ease-in-out;opacity:0}.vcv-ui-scroll:hover .vcv-ui-scroll-track--horizontal,.vcv-ui-scroll:hover .vcv-ui-scroll-track--vertical{opacity:1}.vcv-ui-scroll-track--horizontal{left:5px;border-radius:5px;height:5px}.vcv-ui-scroll-track--vertical{top:5px;border-radius:5px;width:5px}.vcv-ui-scroll-thumb--horizontal,.vcv-ui-scroll-thumb--vertical{position:relative;display:block;cursor:pointer;border-radius:inherit;background-color:rgba(124,152,198,.5)}.vcv-ui-scroll-thumb--horizontal{height:100%}.vcv-ui-scroll-thumb--vertical{width:100%}.vcv-ui-modal-overlay{position:fixed;overflow:hidden;left:0;right:0;bottom:0;top:0;background-color:rgba(0,0,0,.5);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:2000}.vcv-ui-modal-container{overflow:auto;width:100%;pointer-events:none}.vcv-ui-modal{pointer-events:all;max-width:400px;box-sizing:border-box;margin:20px auto;background-color:#fff;word-wrap:break-word;color:#6f747b;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-ui-modal-header{padding:15px 20px;border-bottom:1px solid #d1d1d1}.vcv-ui-modal-content{padding:15px 20px;max-height:50vh;overflow:auto}.vcv-ui-modal-content .vcv-ui-wp-spinner{width:100%;margin-top:15px}.vcv-ui-modal-content .vcv-ui-tag-list-container .vcv-ui-wp-spinner{width:auto;margin:auto}.vcv-ui-modal-header-title{margin:0;font:normal 400 1.25rem/1 Montserrat,sans-serif}.vcv-ui-modal-close{display:block;float:right;text-align:right;cursor:pointer;position:relative;height:1.25rem;width:1.25rem;opacity:.3;transition:opacity}.vcv-ui-modal-close:hover{opacity:.6}.vcv-ui-modal-close-icon{font-size:1rem;height:1em;position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.rtl .vcv-ui-modal-close{float:left;text-align:left}.rtl .vcv-ui-modal-close-icon{right:auto;left:0}.vcv-ui-modal-actions{font-size:1rem;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;background:#203251}.vcv-ui-modal-actions .vcv-ui-modal-action-content span{margin-left:16px;display:none}.vcv-ui-modal-actions .vcv-ui-modal-action-content .vcv-ui-wp-spinner{display:inline-block;margin:0}.rtl .vcv-ui-modal-actions .vcv-ui-modal-action-content span{margin-left:0;margin-right:16px}.vcv-ui-modal-action{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;color:#fff;text-decoration:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;border-color:hsla(0,0%,100%,.1);border-style:solid;border-width:0 1px 1px 0}.vcv-ui-modal-action:hover{background-color:rgba(124,173,222,.16)}.vcv-ui-modal-action[disabled]{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-modal-action-submit-input{display:none}.vcv-ui-modal-action-icon{height:1rem;width:1rem;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-modal-action-icon:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-drag-handler{cursor:move;min-height:16px;min-width:16px;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative;opacity:.15}.vcv-ui-drag-handler-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-tree-view-layout.vcv-hidden{display:none}.vcv-ui-tree-layout-container{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:100%;font-size:.75rem;line-height:1;color:#fff;background-color:#203251;border-right:1px solid rgba(73,109,163,.15);border-bottom:1px solid rgba(73,109,163,.15);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-ui-tree-layout-container.vcv-ui-state--hidden{display:none}.vcv-ui-tree-layout{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0;padding:0;list-style:none;position:relative;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.rtl .vcv-ui-tree-layout{direction:rtl}.vcv-ui-tree-layout-actions{font-size:1rem;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;height:auto;border-top:1px solid rgba(73,109,163,.15);margin-top:-1px}.vcv-ui-tree-layout-actions .vcv-ui-tree-layout-action-content span{margin-left:16px;display:none}.rtl .vcv-ui-tree-layout-actions{direction:rtl}.vcv-layout-bar-content-mobile .vcv-ui-tree-layout-actions{min-height:60px}.vcv-ui-tree-layout-filled .vcv-ui-tree-layout-actions{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;height:40px}.vcv-ui-tree-layout-action{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;color:#fff;text-decoration:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0}.vcv-ui-tree-layout-action.vcv-ui-state--active,.vcv-ui-tree-layout-action:hover{background-color:rgba(124,173,222,.16)}.vcv-ui-tree-layout-action[disabled]{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-tree-layout-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-tree-layout-control-dropdown-content{display:-webkit-flex;display:-ms-flexbox;display:flex;opacity:0;position:absolute;left:0;right:0;top:calc(100% + 1px);background:#31486a;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-height:40px;z-index:-5;transition:opacity .2s ease-in-out .2s,z-index .2s ease .2s;padding-right:8px}.vcv-ui-tree-layout-control-dropdown-content.vcv-ui-state--active{opacity:1;z-index:1;transition:opacity .2s ease-in-out 0s,z-index .2s ease 0s}.vcv-ui-tree-layout-action-icon{height:1rem;width:1rem;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-tree-layout-action-icon:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-tree-layout-messages{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;line-height:1.7;color:#7d94bb;text-align:center;font-style:italic}.vcv-ui-tree-layout-messages>*{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}.vcv-ui-tree-layout-message{padding:8px 1em;margin:0;min-height:40px}.vcv-ui-tree-layout-control{border-bottom:1px solid rgba(73,109,163,.15);transition:background-color .2s ease-in-out;padding:8px 8px 8px 0;min-height:40px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative}.vcv-ui-tree-layout-control.vcv-ui-state--active,.vcv-ui-tree-layout-control.vcv-ui-state--outline,.vcv-ui-tree-layout-control:hover{background-color:rgba(124,173,222,.16)}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile{min-height:60px;line-height:60px;padding:0}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile:hover{background-color:#354e73}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-controls-content{position:absolute;top:calc(100% + 1px);background:#354e73;left:0;right:0;z-index:99;text-align:center}.vcv-ui-tree-layout-control-content{white-space:nowrap;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.vcv-ui-tree-layout-control-content>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;min-width:0}.vcv-ui-tree-layout-control-label{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:13px;padding-right:8px}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-label{-webkit-user-select:none;-ms-user-select:none;user-select:none}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-label-text{position:relative}.vcv-ui-tree-layout-control-label-editable{white-space:normal;text-overflow:clip}.vcv-ui-tree-layout-control-icon{position:relative;width:1.5rem;height:1em;display:inline-block;vertical-align:middle;color:inherit}.vcv-ui-tree-layout-control-icon>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:1.5rem;width:1.5rem;height:1.5rem}.vcv-ui-tree-layout-control-actions{opacity:1;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-action{position:relative;width:40px;height:1em;display:inline-block;vertical-align:middle;color:inherit;cursor:pointer}.vcv-ui-tree-layout-control-action>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:1rem}.vcv-ui-tree-layout-control-action[disabled]{opacity:.5;cursor:not-allowed}.vcv-ui-tree-layout-control-action .vcv-ui-icon-lock-fill:before,.vcv-ui-tree-layout-control-action:hover .vcv-ui-icon:before{opacity:.5}.vcv-ui-tree-layout-control-action .vcv-ui-icon:before{transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control:not(:hover).vcv-ui-tree-layout-control:not(.vcv-ui-state--active) .vcv-ui-tree-layout-control-actions{opacity:0}.vcv-ui-tree-layout-control:not(:hover).vcv-ui-tree-layout-control:not(.vcv-ui-state--active) .vcv-ui-tree-layout-control-state-container{opacity:1;z-index:auto}.vcv-ui-tree-layout-control-actions~.vcv-ui-tree-layout-control-state-container{z-index:-999;opacity:0;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-state-container{position:absolute;right:0}.vcv-ui-tree-layout-control-state{position:relative;width:40px;height:1em;display:inline-block;vertical-align:middle;color:inherit}.vcv-ui-tree-layout-control-state>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:1rem}.rtl .vcv-ui-tree-layout-control-state-container{right:auto;left:0}.vcv-ui-tree-layout-control-drag-handler{position:absolute;left:0;top:0;bottom:0;min-width:1em;min-height:1em;opacity:.2;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-drag-handler .vcv-ui-drag-handler-icon{font-size:.9em}.vcv-ui-tree-layout-control-drag-handler.vcv-ui-tree-layout-control-drag-handler-mobile{position:relative;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;text-overflow:ellipsis}.rtl .vcv-ui-tree-layout-control-drag-handler{left:auto;right:.9rem}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-controls-trigger{width:60px;text-align:center}.vcv-ui-tree-layout-control:not(:hover).vcv-ui-tree-layout-control:not(.vcv-ui-tree-layout-control-mobile) .vcv-ui-tree-layout-control-drag-handler{opacity:0}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-drag-handler-mobile{opacity:1}.vcv-ui-tree-layout-node{list-style:none;padding:0;margin:0}.vcv-ui-tree-layout-node-expand-trigger{position:absolute;left:-1.25em;top:50%;margin-top:-.5em;cursor:pointer;opacity:.6;font-size:.9rem;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.rtl .vcv-ui-tree-layout-node-expand-trigger{left:auto;right:-1.25em;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.vcv-ui-tree-layout-node-child{position:relative;margin:0}.vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-expand>.vcv-ui-tree-layout-control>.vcv-ui-tree-layout-control-content>.vcv-ui-tree-layout-node-expand-trigger{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.vcv-ui-tree-layout-node-child:not(.vcv-ui-tree-layout-node-expand)>.vcv-ui-tree-layout-node{display:none}.vcv-ui-tree-layout-control-is-locked .vcv-ui-tree-layout-control-content,.vcv-ui-tree-layout-control-is-locked .vcv-ui-tree-layout-control-dropdown-content .vcv-ui-tree-layout-control-action,.vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content,.vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-dropdown-content .vcv-ui-tree-layout-control-action{opacity:.5}.vcv-ui-tree-layout-node-non-draggable .vcv-ui-tree-layout-control--lock{cursor:default}.vcv-ui-tree-layout-node-child--drag-item{z-index:99999;font-size:.75rem;line-height:1;color:#fff;list-style-type:none}.vcv-ui-tree-layout-node-child--drag-item .vcv-ui-tree-layout{display:none}.vcv-layout-bar-content-mobile .vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content{opacity:1}.vcv-layout-bar-content-mobile .vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content .vcv-ui-tree-layout-control-drag-handler-mobile{opacity:.5}.vcv-ui-tree-layout-node-state-draft.vcv-ui-tree-layout-node-child{opacity:.6}.vcv-ui-tree-layout-container .vcv-ui-tree-layout-action{padding:8px;min-height:40px}.vcv-ui-item-container{top:0;height:60vh;min-height:250px;max-height:calc(100% - 65px);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:.875rem;color:#fff;background-color:#203251;z-index:1200}.vcv-ui-item-content .vcv-ui-editor-search-field-container{margin:0 0 0 1px}.vcv-ui-item-layout-hidden{display:none}.vcv-ui-item-list-container{margin-bottom:30px;-webkit-flex:1;-ms-flex:1;flex:1}.vcv-ui-item-list{margin:0 -15px -30px;list-style:none;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.vcv-ui-item-list,.vcv-ui-item-list-item{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-item-list-item{margin:0 15px 15px}.vcv-ui-item-list-item--preset .vcv-ui-item-element-content:before{content:"";position:absolute;top:0;right:0;border-color:#2b4b81 #2b4b81 transparent transparent;border-style:solid;border-width:25px;z-index:1}.vcv-ui-item-list-item--preset .vcv-ui-item-element-content:after{content:"";position:absolute;top:5px;right:5px;width:18px;height:18px;background-size:auto;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.697 15.006c.041-.04.079-.082.113-.127A8.96 8.96 0 0018 9c0-4.963-4.037-9-9-9S0 4.037 0 9c0 2.244.826 4.299 2.189 5.877.035.047.074.09.116.131A8.98 8.98 0 009 18a8.98 8.98 0 006.697-2.994zm-11.489-.973a3.664 3.664 0 013.279-2.008h3.026c1.406 0 2.66.787 3.279 2.008A6.927 6.927 0 019 15.955a6.927 6.927 0 01-4.792-1.922zM9 9.98a2.026 2.026 0 01-2.024-2.024c0-1.116.908-2.024 2.024-2.024s2.024.908 2.024 2.024A2.027 2.027 0 019 9.98zm0-7.935A6.962 6.962 0 0115.955 9a6.909 6.909 0 01-.835 3.301 5.696 5.696 0 00-2.78-2.025c.46-.658.73-1.458.73-2.32A4.074 4.074 0 009 3.886a4.074 4.074 0 00-4.07 4.07c0 .862.27 1.662.73 2.32a5.696 5.696 0 00-2.78 2.025A6.913 6.913 0 012.045 9 6.962 6.962 0 019 2.045z' fill='%23FDFDFD' fill-rule='nonzero'/%3E%3C/svg%3E");z-index:2}.vcv-ui-item-list-item--preset .vcv-ui-item-overlay span{padding:.6em}.vcv-ui-item-list-item--inactive .vcv-ui-item-element{cursor:default}.vcv-ui-item-list-item--inactive .vcv-ui-item-element:hover .vcv-ui-item-overlay{opacity:0}.vcv-ui-item-element{color:#484848;width:100px;position:relative;text-align:center;cursor:pointer;display:block;margin:0 auto}.vcv-ui-item-element:focus .vcv-ui-item-overlay,.vcv-ui-item-element:hover .vcv-ui-item-overlay{opacity:1}.vcv-ui-item-element.vcv-ui-item-element-inactive.vcv-ui-item-element-inactive--locked .vcv-ui-item-overlay{opacity:.8}.vcv-ui-item-element.vcv-ui-item-element-inactive.vcv-ui-item-element-inactive--locked:hover .vcv-ui-item-overlay{opacity:1}.vcv-ui-item-element-content{position:relative;display:block;height:100px;overflow:hidden;border-radius:5px;background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-size:20px 20px;background-position:0 0,10px 10px;background-repeat:repeat}.vcv-ui-item-element-content .vcv-ui-item-element-image{-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;display:block;position:relative}.vcv-ui-hub-item-badge{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9;height:20px;padding:1px 8px;border-radius:15px;color:#fff;font-size:12px;font-style:italic}.vcv-ui-hub-item-badge--new{background:#feb718}.vcv-ui-item-element>.vcv-ui-hub-item-badge{position:absolute;top:-9px;right:-12px}.vcv-ui-item-preview-caption .vcv-ui-hub-item-badge{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin:0 0 0 25px}.vcv-hub-addon-item-content-container .vcv-ui-hub-item-badge{margin:0 0 10px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.vcv-ui-item-image,.vcv-ui-item-overlay{position:absolute;bottom:0;right:0;left:0;top:0}.vcv-ui-item-overlay{transition:opacity .2s ease-in-out;background-color:rgba(0,0,0,.5);color:#fff;overflow:hidden;opacity:0;z-index:3}.vcv-ui-item-downloading{opacity:1}.vcv-ui-icon.vcv-ui-item-add{line-height:100px}.vcv-ui-item-edit{height:100px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-item-move{position:relative;cursor:move;-webkit-flex:1;-ms-flex:1;flex:1}.vcv-ui-item-move:before{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;left:50%;top:50%}.vcv-ui-item-remove{background-color:#f46172;line-height:30px;height:30px}.vcv-ui-item-element-name{line-height:18px;max-height:36px;position:relative;margin:10px 0;display:block}.vcv-ui-item-element-name span{line-height:18px;font-size:14px;letter-spacing:.3px;font-weight:700;color:#70757d}.vcv-ui-item-badge{position:relative}.vcv-ui-item-badge:after{left:-.75em;right:auto;top:.4em}.vcv-ui-item-preview-container{z-index:2020;pointer-events:none;position:fixed;display:block;width:520px;margin:0;visibility:hidden;opacity:0;border-radius:5px;transition:visibility 0s .2s,opacity .2s ease-in-out}.vcv-ui-item-preview-container.vcv-ui-state--visible{transition:visibility 0s,opacity .2s ease-in-out;visibility:visible;opacity:1}.vcv-ui-item-preview-addon-tag{position:absolute;top:15px;right:15px;padding:3px 9px;font-size:14px;color:#fff;background:#2b4b80;border-radius:20px}.vcv-ui-item-preview-image{max-height:240px;display:block;width:100%;border-top-left-radius:5px;border-top-right-radius:5px}.vcv-ui-item-preview-caption{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;background:linear-gradient(90deg,#1a399d,#693bc5);color:#fff;font-style:italic;text-align:left;padding:20px;line-height:1.43;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.vcv-ui-item-preview-text{line-height:18px;overflow:hidden}.vcv-ui-editor-get-more{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-ui-editor-get-more-description{color:#9a9a9a;font:italic 700 12px/20px Nunito Sans,Arial,sans-serif;text-align:center;padding:0 45px}.vcv-ui-editor-plate--addon .vcv-ui-item-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;margin:0}.vcv-ui-editor-plate--addon .vcv-ui-item-list-item{margin:0}.vcv-hub-addon-item-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;border-radius:5px;overflow:hidden;transition:box-shadow .2s ease-in-out}.vcv-hub-addon-item-container:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.1)}.vcv-hub-addon-item-content-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding:20px 15px;background:#fff}.vcv-hub-addon-item-content-container .vcv-ui-wp-spinner{width:40px;height:40px;margin-top:auto}.vcv-hub-addon-item-content-container .vcv-ui-wp-spinner:before{height:27px;width:27px;opacity:.5}.vcv-hub-addon-name{margin:0 0 10px;font-size:16px;font-weight:600;line-height:22px;letter-spacing:1px}.vcv-hub-addon-description{margin:0 0 15px;font-size:13px;font-weight:500;font-style:italic;line-height:24px;letter-spacing:1px}.vcv-hub-addon-control{margin-top:auto;border:none;border-radius:3px;background:#2b4b81;color:#fff;width:180px;height:40px;cursor:pointer;transition:background .2s ease-in-out}.vcv-hub-addon-control:hover{background:#ffae27}.vcv-hub-addon-control--locked{background:#c6cbd4;pointer-events:none}.vcv-hub-addon-control--locked:hover{background:#c6cbd4}.vcv-hub-addon-image{width:100%;vertical-align:top}.vcv-ui-tree-content-section-inner.vcv-ui-state--centered-content{min-height:100%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-tree-content-section-inner .vcv-ui-editor-plates-container,.vcv-ui-tree-content-section-inner.vcv-ui-state--centered-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-tree-content-section-inner .vcv-ui-editor-plates-container{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-ui-editor-no-items-container{max-width:544px;margin:auto;text-align:center}.vcv-ui-editor-no-items-container .vcv-ui-ajax-form-container small,.vcv-ui-editor-no-items-container .vcv-ui-form-helper{margin:15px 0 12px;font-size:13px;display:inline-block;text-align:center}.vcv-ui-editor-no-items-image{margin:0 0 35px}.vcv-ui-editor-no-items-action{position:relative;min-height:50px;padding:17px 32px;border-radius:3px;border:none;background:#304568;color:#fff;cursor:pointer;transition:background .2s ease-in-out}.vcv-ui-editor-no-items-action:hover{background:#203251}.vcv-ui-editor-no-items-action.vcv-ui-editor-button-disabled{background:transparent;border-radius:0;cursor:default;border:2px solid #d6d6d6;padding:16px 34px;font-family:Montserrat,sans-serif;font-weight:700;font-size:12px;letter-spacing:.077em;text-transform:uppercase;color:#d6d6d6;-webkit-font-smoothing:antialiased;max-width:100%}.vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon{margin-left:5px}.vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon+span{margin-left:10px}.vcv-ui-panel-heading{line-height:37px;padding:12px 60px 12px 20px;font-size:16px}.vcv-ui-panel-heading .vcv-ui-panel-heading-icon{display:inline-block;vertical-align:middle;margin-right:12px}.vcv-ui-panel-heading .vcv-ui-panel-heading-text{display:inline-block;vertical-align:middle}.vcv-ui-tree-view-content--full-width .vcv-ui-form-group{max-width:500px}.vcv-ui-panel-controls-container.vcv-is-hidden .vcv-ui-form-buttons-group{position:fixed;top:-9999px;left:-9999px;z-index:-9999}.vcv-ui-panel-dropdown-container{margin:6px 60px 12px 20px}.vcv-ui-panel-controls-container{text-align:left;margin-bottom:0;background:#203251}.vcv-ui-panel-controls-container .vcv-ui-form-button-group--large{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border:0;border-radius:0}.vcv-ui-panel-navigation-container .vcv-ui-form-button-group--large .vcv-ui-form-button{width:100%;border:0;background:transparent;color:#f6f6f6;font-size:14px;font-weight:500;letter-spacing:.5px}.vcv-ui-panel-navigation-container .vcv-ui-form-button-group--large .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-panel-navigation-container .vcv-ui-form-button-group--large .vcv-ui-form-button:focus,.vcv-ui-panel-navigation-container .vcv-ui-form-button-group--large .vcv-ui-form-button:hover{background:#1f3aa0}.rtl .vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon{margin-left:0;margin-right:5px}.rtl .vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon+span{margin-left:0;margin-right:10px}.vcv-ui-script-control-container,.vcv-ui-style-control-container{text-align:center;margin:10px 0 0}.vcv-ui-script-editor-container,.vcv-ui-style-editor-container{margin:25px 0 0}.vcv-row-html-editor-container+.CodeMirror-wrap,.vcv-ui-script-editor .CodeMirror-wrap,.vcv-ui-style-editor .CodeMirror-wrap{border:1px solid #d1d1d1;border-radius:3px}.vcv-ui-script-editor:not(.vcv-ui-state--active),.vcv-ui-style-editor:not(.vcv-ui-state--active){display:none}.vcv-ui-settings-actions{font-size:1rem;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-ui-settings-actions.vcv-ui-settings-actions-background{background-color:#203251}.vcv-ui-settings-actions .vcv-ui-settings-action-content span{margin-left:16px;display:none}.vcv-ui-settings-action{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;color:#fff;text-decoration:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0}.vcv-ui-settings-action.vcv-ui-state--active,.vcv-ui-settings-action:hover{background-color:rgba(124,173,222,.16)}.vcv-ui-settings-action[disabled]{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-settings-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-settings-action-icon{height:1rem;width:1rem;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-settings-action-icon:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-template-group-wrapper{overflow:hidden}.vcv-ui-template-options-wrapper{margin-right:-32px;margin-bottom:-25px}.vcv-ui-template-options-wrapper .vcv-ui-template-options-item-icon{display:inline-block;background-color:#fff;cursor:pointer;margin:0 32px 25px 0}.vcv-ui-template-options-wrapper .vcv-ui-template-options-item-icon svg{vertical-align:top}.vcv-ui-form-group--wp-menu .vcv-ui-ajax-form-container small,.vcv-ui-form-group--wp-menu .vcv-ui-form-helper{font-family:Roboto,sans-serif;font-weight:500;font-style:italic;color:#999;letter-spacing:.3px;line-height:16px;-webkit-font-smoothing:antialiased}.vcv-ui-form-group--wp-menu .vcv-ui-form-link{display:inline;text-decoration:none;color:#2a4b80;border-bottom:1px solid transparent;transition:color .2s,border-color .2s}.vcv-ui-form-group--wp-menu .vcv-ui-form-link:focus,.vcv-ui-form-group--wp-menu .vcv-ui-form-link:hover{color:#176286;border-bottom-color:#176286}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-ajax-form-container small,.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-form-helper{margin:20px 0 0}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-tag{font-style:italic;font-size:14px;letter-spacing:.5px;color:#797979;background:#e3e1e1;border-radius:3px;padding:4px 5px;line-height:1;margin:10px 0;display:inline-block}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-tag:first-of-type{margin-top:0}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-container{margin:20px 0 0}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-container-type{margin:0 0 10px}.vcv-ui-tree-view-content{height:100%;font-size:.875rem;color:#fff}.vcv-ui-tree-content,.vcv-ui-tree-view-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.vcv-ui-tree-content{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-height:1em}.vcv-ui-tree-content>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-tree-content-section{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;color:#6f747b;background-color:#f6f6f6;min-height:1em;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-ui-tree-content-section>*{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.vcv-ui-tree-content-section-inner{padding:20px}.rtl .vcv-ui-tree-content-section-inner{direction:rtl}.vcv-element-category-items{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:wrap;-ms-flex-flow:wrap;flex-flow:wrap;width:100%}.vcv-element-category-title-wrapper{width:100%;margin:0 15px 15px;position:relative}.vcv-element-category-title-wrapper>.vcv-element-category-title{line-height:18px;font-size:14px;letter-spacing:.3px;font-weight:700;color:#70757d;cursor:pointer}.vcv-element-categories-expand-button{position:absolute;right:0;top:0;bottom:0;border:0;background-color:transparent;color:#70757d;font-size:18px;cursor:pointer}.vcv-ui-tree-content-title-controls{padding-left:0;padding-right:0;font-size:1.2em;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:-8px}.vcv-ui-tree-content-title-control{position:relative;display:inline-block;vertical-align:middle;color:inherit;cursor:pointer;text-decoration:none;padding:0 10px}.vcv-ui-editor-tabs-container{margin-top:8px;padding-left:20px;padding-right:60px}.vcv-ui-editor-tabs,.vcv-ui-editor-tabs-container{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-editor-tabs{font-family:Nunito Sans,sans-serif;font-size:.875rem;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex:1;-ms-flex:1;flex:1}.vcv-ui-editor-tabs>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-editor-tab{padding:14px 32px;color:#fff;background-color:#304568;border-radius:4px 4px 0 0;margin:0 2px 0 1px;text-decoration:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer;transition:all .2s ease-in-out}.vcv-ui-editor-tab:hover{background-color:#3b5580}.vcv-ui-editor-tab.vcv-ui-state--active{background-color:#fff;color:#6f747b}.vcv-ui-editor-tab[disabled]{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-editor-tab.vcv-ui-state--hidden{display:none}.vcv-ui-editor-tab-dropdown>.vcv-ui-editor-tab{padding-left:16px;padding-right:16px}.vcv-ui-editor-tab-toggle-tree{min-width:60px;background:none}.vcv-ui-editor-tab-content{white-space:nowrap}.vcv-ui-editor-tab-icon{font-size:1em;height:1em;width:1.25em;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-editor-tab-icon:before{font-size:1.25em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-editor-tab-icon+*{margin-left:16px}.vcv-ui-add-element-content .vcv-ui-item-overlay{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-add-element-content .vcv-ui-state--hidden{display:none}.vcv-ui-add-element-content .vcv-ui-editor-list-cta-wrapper{text-align:center}.vcv-ui-add-template-content .vcv-ui-editor-tabs-container{margin:0}.vcv-ui-add-template-content .vcv-ui-tree-content-section{overflow:hidden}.vcv-ui-add-template-content .vcv-ui-item-element-content:before{content:attr(data-letter);position:absolute;top:50%;left:50%;margin-right:-50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:50px;color:#fff;z-index:1}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message-container{position:absolute;top:100%;right:0;left:0;z-index:2}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message{position:absolute;bottom:0;width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#f96262;color:#fff;font-style:italic;-webkit-transform:translateY(100%);transform:translateY(100%);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;padding:15px 20px;z-index:1}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message--visible{-webkit-transform:translateY(0);transform:translateY(0)}.vcv-ui-add-template-content .vcv-ui-item-element{cursor:default}.vcv-ui-add-template-content .vcv-ui-item-element:hover .vcv-ui-item-control{visibility:visible;transition:visibility 0s .1s}.vcv-ui-add-template-content .vcv-ui-item-overlay{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:2}.vcv-ui-add-template-content .vcv-ui-item-control{padding:.6em;font-size:16px;cursor:pointer;transition:color .2s ease-in-out,visibility 0s 0s;visibility:hidden}.vcv-ui-add-template-content .vcv-ui-item-control.vcv-ui-icon-add:hover{color:#e6e6e6}.vcv-ui-add-template-content .vcv-ui-item-control.vcv-ui-wp-spinner-light{visibility:visible}.vcv-ui-add-template-content .vcv-ui-save-template-form{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-ajax-form-container input,.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-ajax-form-container textarea,.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-form-input{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-appearance:none}.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-editor-no-items-action{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:11px 32px;margin:0 0 0 10px;min-height:auto;white-space:nowrap;font-size:12px;font-weight:700}.vcv-ui-add-template-content .vcv-ui-editor-list-cta-wrapper{text-align:center}.vcv-ui-add-template-content .vcv-ui-state--hidden{display:none}.vcv-ui-add-template-content .vcv-ui-editor-no-items-container .vcv-ui-ajax-form-container small,.vcv-ui-add-template-content .vcv-ui-editor-no-items-container .vcv-ui-form-helper{margin-bottom:30px}.vcv-ui-add-template-content .vcv-ui-item-overlay--visible{opacity:1}.vcv-ui-add-template-content .vcv-ui-wp-spinner{cursor:default}.vcv-ui-add-template-content .vcv-ui-save-template-submit[disabled]{cursor:not-allowed;color:hsla(0,0%,100%,.5)}.vcv-ui-add-template-content .vcv-ui-save-template-submit[disabled]:hover{background:#304568}.rtl .vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-editor-no-items-action{margin:0 10px 0 0}.vcv-ui-editor-tab-dropdown{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;margin:0}.vcv-ui-editor-tab-dropdown>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-editor-tab-dropdown:hover .vcv-ui-editor-tab-dropdown-trigger{background-color:#3b5580}.vcv-ui-editor-tab-dropdown:hover .vcv-ui-editor-tab-dropdown-content{visibility:visible;opacity:1}.vcv-ui-editor-tab-dropdown.vcv-ui-state--active .vcv-ui-editor-tab-dropdown-trigger{background-color:#fff;color:#6f747b}.vcv-ui-editor-tab-dropdown.vcv-ui-state--hidden{display:none}.vcv-ui-editor-tab-dropdown-trigger{cursor:default;min-width:0}.vcv-ui-editor-tab-dropdown-content{min-width:140px;position:absolute;top:100%;right:0;z-index:1020;visibility:hidden;opacity:0;transition:visibility 0s,opacity .2s ease-in-out;box-shadow:1px 0 10px 0 rgba(0,0,0,.3);margin-right:2px;margin-left:1px}.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab{text-align:left;background-color:#fff;color:#6f747b;border-radius:0;margin:0}.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab.vcv-ui-state--active,.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab:hover{background-color:#3b5580;color:#fff}.vcv-ui-editor-tabs-free-space{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}.vcv-ui-editor-plate:not(.vcv-ui-state--active){display:none}.vcv-ui-design-options-onion{background-color:#f6f6f6;width:100%}.vcv-ui-design-options-onion-layers{padding-top:100%;position:relative}[class*=vcv-ui-design-options-onion-layer--]{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0}[class*=vcv-ui-design-options-onion-layer--] [class*=vcv-ui-design-options-onion-control-position--]{pointer-events:all;padding-left:2px;padding-right:2px;width:36px;height:30px;text-align:center;position:absolute;z-index:1}[class*=vcv-ui-design-options-onion-layer--]:before{content:"";display:block;position:absolute;top:15px;right:20px;bottom:15px;left:20px;border:1px solid #d1d1d1}[class*=vcv-ui-design-options-onion-layer--] .vcv-ui-ajax-form-container label,[class*=vcv-ui-design-options-onion-layer--] .vcv-ui-form-group-heading{position:absolute;z-index:1;pointer-events:all;right:calc(50% + 24px);max-width:95px;min-height:30px;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#f6f6f6;padding:0 4px;text-align:right}.vcv-ui-design-options-onion-layer--border{margin:50px}.vcv-ui-design-options-onion-layer--padding{margin:100px}.vcv-ui-design-options-onion-layer--border-radius .vcv-ui-ajax-form-container label,.vcv-ui-design-options-onion-layer--border-radius .vcv-ui-form-group-heading{right:44px}.vcv-ui-design-options-onion-control-position--top{top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vcv-ui-design-options-onion-control-position--bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vcv-ui-design-options-onion-control-position--left{left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.vcv-ui-design-options-onion-control-position--right{right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.vcv-ui-design-options-onion-control-position--top-left{top:0;left:0}.vcv-ui-design-options-onion-control-position--top-right{top:0;right:0}.vcv-ui-design-options-onion-control-position--bottom-left{bottom:0;left:0}.vcv-ui-design-options-onion-control-position--bottom-right{bottom:0;right:0}.vcv-ui-form-dependency.vcv-ui-state--hidden,.vcv-ui-tab-dependency.vcv-ui-state--hidden{display:none}.vcv-ui-form-dependency.vcv-ui-state--visible,.vcv-ui-tab-dependency.vcv-ui-state--visible{display:block}.vcv-ui-edit-form-actions{font-size:1rem;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-ui-edit-form-actions .vcv-ui-edit-form-action-content span{margin-left:16px;display:none}.vcv-ui-edit-form-action{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;color:#fff;text-decoration:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0}.vcv-ui-edit-form-action.vcv-ui-state--active,.vcv-ui-edit-form-action:hover{background-color:rgba(124,173,222,.16)}.vcv-ui-edit-form-action[disabled]{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-edit-form-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-edit-form-action-icon{height:1rem;width:1rem;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-edit-form-action-icon:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-editor-tabs-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-editor-tabs-wrapper-state--hidden{position:absolute;visibility:hidden;opacity:0;z-index:-1}.vcv-ui-editors-header-dropdown{margin-top:-1px;margin-bottom:6px}.vcv-ui-form-dropdown-option.vcv-ui-state--hidden{display:none}.vcv-ui-edit-form-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:10px 10px 10px 14px;min-height:61px}.vcv-ui-edit-form-header-image{margin:0 12px 0 0}.vcv-ui-edit-form-header-title{padding:1px 12px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;outline:none;letter-spacing:.3px;border-radius:12px;border:2px solid transparent;caret-color:hsla(0,0%,100%,.5);transition:border-color .2s ease-in-out}.vcv-ui-edit-form-header-title:focus,.vcv-ui-edit-form-header-title:hover{border-color:#3b5e91}.vcv-ui-edit-form-header-title.active{text-overflow:clip;white-space:normal}.vcv-ui-icon-edit-form-header-title{padding:15px 10px;margin-right:35px;cursor:pointer;font-size:12px;opacity:.5;position:relative;text-align:center}.vcv-ui-icon-edit-form-header-title:before{font-size:1.25em;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-edit-form-header-control-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;font-size:1.2em}.vcv-ui-edit-form-header-control-container .vcv-ui-icon{vertical-align:top;line-height:unset;display:inline-block}.vcv-ui-edit-form-header-control-container .vcv-ui-icon:before{transition:opacity .2s}.vcv-ui-edit-form-header-control{padding:7px;cursor:pointer;color:#fff;margin:0 4px}.vcv-ui-edit-form-header-control:focus .vcv-ui-icon:before,.vcv-ui-edit-form-header-control:hover .vcv-ui-icon:before{opacity:.5}.vcv-ui-tree-view-content-accordion .vcv-ui-tree-content-section-inner{padding:0}.vcv-ui-edit-form-back-button{padding:5px 10px;cursor:pointer}.vcv-ui-edit-form-back-button .vcv-ui-icon:before{vertical-align:middle}.vcv-ui-edit-form-section.vcv-ui-state--hidden{display:none}.vcv-ui-edit-form-section.vcv-ui-state--visible{display:block}.vcv-ui-form-group .vcv-ui-edit-form-section{margin:0 -20px}.vcv-ui-edit-form-section--opened>.vcv-ui-edit-form-section-content{display:block}.vcv-ui-edit-form-section--closed>.vcv-ui-edit-form-section-content{display:none}.vcv-ui-edit-form-section-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;padding:15px 20px 15px 18px;color:#fff;background:#203251;border-top:1px solid #263b5d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;letter-spacing:.3px;transition:background .2s ease-in-out}.vcv-ui-edit-form-section-header:hover{background:#16243f}.vcv-ui-edit-form-section-header-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-ui-edit-form-section-header-control{width:22px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;color:#fff;font-size:1.2em;transition:opacity .2s;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.vcv-ui-edit-form-section-header-control:hover{opacity:.5}.vcv-ui-edit-form-section-header-control .vcv-ui-icon{vertical-align:middle}.vcv-ui-edit-form-section-header-go-back{width:22px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-right:7px;cursor:pointer;color:#fff;transition:opacity .2s;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.vcv-ui-edit-form-section-header-go-back:hover{opacity:.5}.vcv-ui-edit-form-section-header-go-back .vcv-ui-icon{vertical-align:middle}.vcv-ui-edit-form-section-content{padding:20px 20px 5px}.vcv-ui-presets-form .vcv-ui-form-button{margin:0 0 0 10px}.rtl .vcv-ui-presets-form .vcv-ui-form-button{margin:0 10px 0 0}[class*=vcv-ui-badge--] i:after{content:"";display:block;height:6px;width:6px;border-radius:50%;position:absolute;top:-5px;right:-3px}.vcv-ui-badge--warning i:after{background-color:#fdb713}.vcv-ui-badge--success i:after{background-color:#6dab3c}.vcv-ui-badge--error i:after{background-color:#f44}.vcv-ui-navbar-logo{display:inline-block;vertical-align:middle;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='29' viewBox='0 0 963 696' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%230584B5' d='M.6 139.7v277.8l240.6 138.9V278.6z'/%3E%3Cpath fill='%2309AEEF' d='M241.2.8L.6 139.7l240.6 138.9 240.6-138.9z'/%3E%3Cpath fill='%23AED13B' d='M722.4.8L481.8 139.7l240.6 138.9L963 139.7z'/%3E%3Cpath fill='%23B9880C' d='M481.8 139.7v277.8l240.6 138.9V278.6z'/%3E%3Cpath fill='%23B76800' d='M241.2 278.6v277.8l240.6-138.9V139.7z'/%3E%3Cpath fill='%23FDB715' d='M481.8 417.5L241.2 556.4l240.6 138.9 240.6-138.9z'/%3E%3Cpath fill='%237F9E2E' d='M722.4 278.6v277.8L963 417.5V139.7z'/%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat;min-width:60px;min-height:60px;padding:16px;color:inherit;text-decoration:none;-webkit-order:-100;-ms-flex-order:-100;order:-100;cursor:pointer}.vcv-ui-navbar-logo.vcv-ui-navbar-logo--no-click{cursor:default}.vcv-ui-navbar-logo:focus,.vcv-ui-navbar-logo:hover{box-shadow:none}.vcv-ui-navbar-logo-title{display:none;padding-left:40px}.vcv-ui-navbar-logo--show-title{background-position:8px 50%}.vcv-ui-navbar-logo--show-title .vcv-ui-navbar-logo-title{display:inline}.vcv-ui-wp-spinner{margin:0;padding:0;height:1em;width:1em;display:inline-block;vertical-align:middle;opacity:.7;position:relative}.vcv-ui-wp-spinner:before{content:"";display:block;height:16px;width:16px;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cdefs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Ccircle r='4' cx='50%25' cy='25%25'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle r='18' cx='50%25' cy='50%25' mask='url(%23a)' fill='gray'/%3E%3C/svg%3E") 50% 50% no-repeat;background-size:contain;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:vcv-ui-wp-spinner-animation 1.08s linear infinite;animation:vcv-ui-wp-spinner-animation 1.08s linear infinite}.vcv-ui-wp-spinner.vcv-ui-wp-spinner-lg:before{height:20.8px;width:20.8px}.vcv-ui-item-add-hub{cursor:pointer}.vcv-ui-item-add-hub.vcv-ui-wp-spinner-light{position:static;cursor:auto}.vcv-ui-wp-spinner-light{margin:0;padding:0;height:1em;width:1em;display:inline-block;vertical-align:middle;opacity:.7;position:relative}.vcv-ui-wp-spinner-light:before{content:"";display:block;height:16px;width:16px;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cdefs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Ccircle r='4' cx='50%25' cy='25%25'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle r='18' cx='50%25' cy='50%25' mask='url(%23a)' fill='%23fff'/%3E%3C/svg%3E") 50% 50% no-repeat;background-size:contain;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:vcv-ui-wp-spinner-animation 1.08s linear infinite;animation:vcv-ui-wp-spinner-animation 1.08s linear infinite}.vcv-ui-wp-spinner-light.vcv-ui-wp-spinner-lg:before{height:20.8px;width:20.8px}@-webkit-keyframes vcv-ui-wp-spinner-animation{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}@keyframes vcv-ui-wp-spinner-animation{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}#vc-navbar-container,.vcv-ui-navbar-container{-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}#vc-navbar-container,.vcv-ui-navbar,.vcv-ui-navbar-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.vcv-ui-navbar{font-size:.875rem;color:#fff;min-height:60px;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:relative;z-index:2010}.vcv-ui-navbar>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.vcv-ui-navbar>.vcv-ui-pull-end{-webkit-order:1;-ms-flex-order:1;order:1}.rtl .vcv-ui-navbar{direction:rtl}.vcv-ui-navbar-control{padding:16px;min-width:60px;min-height:60px;color:#fff;text-decoration:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer;transition-timing-function:ease-in-out;transition-duration:.2s;transition-property:color,background-color;position:relative}.vcv-ui-navbar-control:hover{background-color:#203251}.vcv-ui-navbar-control[disabled]{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-navbar-control.vcv-go-premium{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;line-height:27px}.vcv-ui-navbar-control.vcv-go-premium .vcv-ui-icon-star{width:23px;height:23px}.vcv-ui-navbar-control.vcv-go-premium .vcv-ui-navbar-control-content{margin-left:7px}.rtl .vcv-ui-navbar-control{direction:rtl}.rtl .vcv-ui-navbar-control .vcv-go-premium .vcv-ui-navbar-control-content{margin-left:0;margin-right:7px}.vcv-ui-navbar-control-content{white-space:nowrap;letter-spacing:.3px;font-size:14px}.vcv-ui-navbar-control-icon{font-size:1em;height:1em;width:1.25em;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-navbar-control-icon:before{font-size:1.25em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-navbar-control-icon+span{margin-left:16px}.rtl .vcv-ui-navbar-control-icon+span{margin-left:0;margin-right:16px}.vcv-ui-navbar-controls-group{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.vcv-ui-navbar-controls-group>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-navbar-sandwich .vcv-ui-navbar-controls-set:not(:last-child):after{content:"";height:1px;display:block;background-color:hsla(0,0%,100%,.1)}.rtl .vcv-ui-navbar-controls-set{direction:rtl}.vcv-ui-navbar-dropdown{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;margin:0}.vcv-ui-navbar-dropdown>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-navbar-dropdown .vcv-ui-navbar-controls-group{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-ui-navbar-dropdown.vcv-ui-navbar-dropdown--active .vcv-ui-navbar-dropdown-content,.vcv-ui-navbar-dropdown:not(.vcv-ui-navbar-sandwich):hover .vcv-ui-navbar-dropdown-content{visibility:visible;opacity:1;max-height:none}.vcv-ui-navbar-dropdown.vcv-ui-navbar-dropdown--active .vcv-ui-navbar-dropdown-trigger,.vcv-ui-navbar-dropdown:not(.vcv-ui-navbar-sandwich):hover .vcv-ui-navbar-dropdown-trigger{background-color:#203251}.vcv-ui-navbar-dropdown:hover .vcv-ui-navbar-dropdown-content{z-index:2006}.vcv-ui-navbar-dropdown[disabled] .vcv-ui-navbar-dropdown-content{visibility:hidden;opacity:0}.vcv-ui-navbar-dropdown[disabled] .vcv-ui-navbar-dropdown-trigger{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{left:auto;right:0}.rtl .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{left:0;right:auto}.vcv-ui-navbar-dropdown-trigger{width:100%;position:relative;z-index:2010}.vcv-ui-navbar-dropdown-content{background-color:#203251;min-width:200px;max-height:0;overflow:hidden;margin:0;padding:0;position:absolute;top:100%;left:0;z-index:2005;visibility:hidden;opacity:0;box-shadow:1px 0 10px 0 rgba(0,0,0,.3)}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control{text-align:left}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control.vcv-ui-state--active,.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control:hover{background-color:#693bc5}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control[disabled]{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-navbar-control-separator{min-height:1px;min-width:1px;display:block;background-color:hsla(0,0%,100%,.1)}.vcv-ui-navbar-drag-handler{-webkit-order:-100;-ms-flex-order:-100;order:-100}.vcv-ui-navbar-controls-spacer{-webkit-order:0;-ms-flex-order:0;order:0;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.vcv-ui-navbar-hide-labels .vcv-ui-navbar-control{text-align:center}.vcv-ui-navbar-hide-labels .vcv-ui-navbar-control-content>span{display:none}.vcv-ui-navbar-show-labels .vcv-ui-navbar-control{text-align:left}.vcv-ui-navbar-show-labels .vcv-ui-navbar-control-content>span{display:inline}.rtl .vcv-ui-navbar-show-labels .vcv-ui-navbar-control{text-align:right}.vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{min-width:100%}.vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control{min-height:0;min-width:0;padding:12px}.vcv-ui-navbar-show-labels .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-ui-navbar-show-labels .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control{min-height:60px}.vcv-ui-navbar-control.vcv-ui-state--active{background-color:#203251}.vcv-ui-navbar-control.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-navbar-control.vcv-ui-state--warning{background-color:#fdb713}.vcv-ui-navbar-control.vcv-ui-state--error{background-color:#f44}.vcv-ui-navbar-control.vcv-ui-toggle--inactive{opacity:.5}.vcv-ui-navbar-control.vcv-ui-toggle--active{opacity:1}.vcv-ui-navbar-control-hidden{display:none}.vcv-layout-bar-header.vcv-layout-bar-header--loading{cursor:not-allowed}.vcv-layout-bar-header.vcv-layout-bar-header--loading .vcv-ui-navbar-control{pointer-events:none}.vcv-layout-dock--bottom .vcv-ui-navbar-dropdown-content{top:auto;bottom:100%}.vcv-layout-dock--left #vc-navbar-container,.vcv-layout-dock--left .vcv-ui-navbar,.vcv-layout-dock--left .vcv-ui-navbar-controls-group{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock--left .vcv-ui-navbar-drag-handler .vcv-ui-drag-handler-icon{-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-content{top:0;bottom:auto;left:100%;right:auto}.vcv-layout-dock--left .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{top:auto;bottom:0;left:100%;right:auto}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-controls-group{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{min-width:0;min-height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout-dock--right #vc-navbar-container,.vcv-layout-dock--right .vcv-ui-navbar,.vcv-layout-dock--right .vcv-ui-navbar-controls-group{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock--right .vcv-ui-navbar-drag-handler .vcv-ui-drag-handler-icon{-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-content{top:0;bottom:auto;left:auto;right:100%}.vcv-layout-dock--right .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{top:auto;bottom:0;right:100%;left:auto}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-controls-group{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{min-width:0;min-height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-navbar-is-dragging{-webkit-user-select:none;-ms-user-select:none;user-select:none}.vcv-ui-navbar-is-dragging .vcv-ui-navbar-container>:not(.vcv-ui-navbar-drag-handler){pointer-events:none}.vcv-ui-navbar-is-dragging .vcv-layout-content:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;opacity:.2;cursor:move;z-index:2000}.vcv-ui-navbar-guideline{position:fixed;transition-property:height,width;transition-duration:.2s;transition-timing-function:ease-in-out;background-color:#2b4b80;box-shadow:inset 0 0 10px 1px #203251;z-index:-1}.vcv-ui-navbar-guideline-top{top:0;left:0;right:0;height:0}.vcv-ui-navbar-guideline-top.vcv-ui-navbar-guideline-is-visible{height:5px}.vcv-ui-navbar-guideline-bottom{bottom:0;left:0;right:0;height:0}.vcv-ui-navbar-guideline-bottom.vcv-ui-navbar-guideline-is-visible{height:5px}.vcv-ui-navbar-guideline-left{top:0;bottom:0;left:0;width:0}.vcv-ui-navbar-guideline-left.vcv-ui-navbar-guideline-is-visible{width:5px}.vcv-ui-navbar-guideline-right{top:0;right:0;bottom:0;width:0}.vcv-ui-navbar-guideline-right.vcv-ui-navbar-guideline-is-visible{width:5px}.vcv-ui-wpbackend-navbar-guideline{position:fixed;background-color:#2b4b80;box-shadow:inset 0 0 10px 1px #203251;z-index:-1}.vcv-ui-wpbackend-navbar-guideline-top{height:0}.vcv-ui-wpbackend-navbar-guideline-top.vcv-ui-wpbackend-navbar-guideline-is-visible{height:5px}.vcv-ui-wpbackend-navbar-guideline-bottom{height:0}.vcv-ui-wpbackend-navbar-guideline-bottom.vcv-ui-wpbackend-navbar-guideline-is-visible{height:5px}.vcv-ui-wpbackend-navbar-guideline-left{width:0}.vcv-ui-wpbackend-navbar-guideline-left.vcv-ui-wpbackend-navbar-guideline-is-visible{width:5px}.vcv-ui-wpbackend-navbar-guideline-right{width:0}.vcv-ui-wpbackend-navbar-guideline-right.vcv-ui-wpbackend-navbar-guideline-is-visible{width:5px}.vcv-ui-teaser-add-element-content .vcv-ui-hub-control-container{text-align:left;margin-bottom:0;background:#203251}.vcv-ui-teaser-add-element-content .vcv-ui-hub-dropdown-container{margin:6px 60px 12px 20px}.vcv-ui-teaser-add-element-content .vcv-ui-hub-dropdown-container .vcv-ui-ajax-form-container select,.vcv-ui-teaser-add-element-content .vcv-ui-hub-dropdown-container .vcv-ui-form-dropdown{padding:9px 14px 8px}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large{border:0;border-radius:0}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button{border:0;background:transparent;color:#f6f6f6;font-size:14px;font-weight:500;letter-spacing:.5px}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button:hover{background:#1f3aa0}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown{border:0;z-index:4}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item{border:0;color:#fff;font-size:14px;font-weight:500;background:#1f3aa0;padding:15px 24px;letter-spacing:.5px}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item:hover{background:#693bc5}.vcv-ui-editor-plate--teaser .vcv-ui-icon-more-dots,.vcv-ui-editor-plate--teaser .vcv-ui-item-element-inactive{cursor:default}.vcv-ui-editor-plate--teaser .vcv-ui-icon-more-dots{font-size:1rem}.vcv-ui-editor-plate--teaser .vcv-ui-item-element{cursor:default}.vcv-ui-hub-control-container{text-align:center;margin:0 0 20px}.vcv-ui-hub-control-container.vcv-is-hidden{height:0;margin:0}.vcv-ui-hub-control-container.vcv-is-hidden .vcv-ui-form-buttons-group{position:fixed;top:-9999px;left:-9999px;z-index:-9999}.vcv-ui-hub-control-container.vcv-is-hidden~.vcv-ui-hub-dropdown-container{display:block}.vcv-ui-hub-control-container .vcv-ui-form-buttons-group{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.vcv-ui-hub-control{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;padding:14px 24px;background:#fff;border:1px solid #d0d0d0;color:#6f747b;border-radius:0;cursor:pointer;transition:background .2s ease-in-out}.vcv-ui-hub-control:first-of-type{border-radius:3px 0 0 3px}.vcv-ui-hub-control:last-of-type{border-radius:0 3px 3px 0}.vcv-ui-hub-control:not(:last-of-type){border-right:none}.vcv-ui-hub-control.vcv-ui-state--active,.vcv-ui-hub-control:hover{background:#ddd}.vcv-layout-dock .vcv-ui-hide-resizers .vcv-ui-resizer{display:none}.vcv-ui-hub-dropdown-container{margin:0 0 20px;display:none}.vcv-hub-banner{height:300px;padding:20px;margin-bottom:20px;position:relative;overflow:hidden;background:#2d3036}.vcv-hub-banner:before{content:"";position:absolute;left:0;top:0;bottom:0;right:0;background:url(https://s3-us-west-2.amazonaws.com/cdn.hub.visualcomposer.com/plugin-assets/vcwb-hub-banner-bg.png) 50%;background-size:cover}.vcv-hub-banner-content{position:relative;z-index:1;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;color:#fff}.vcv-hub-banner-title{font-family:Montserrat,sans-serif;font-weight:600;font-size:24px;line-height:32px;letter-spacing:1.12px;margin:0}.vcv-hub-banner-subtitle{font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:500;letter-spacing:.5px}.vcv-hub-banner .vcv-hub-banner-button,.vcv-ui-editor-plate--stock-images .vcv-stock-images-button{font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:.92px;font-size:12px;width:315px;max-width:100%;background:#ebaf4b;text-decoration:none;padding:15px 20px;color:#fff;margin-top:26px;transition:background .2s;box-shadow:none;outline:none;text-transform:uppercase;cursor:pointer}.vcv-hub-banner .vcv-hub-banner-button:hover,.vcv-ui-editor-plate--stock-images .vcv-stock-images-button:hover{background:#bb8c3d}@media (min-width:768px){.vcv-hub-banner-title{font-size:36px;line-height:42px}}@-webkit-keyframes vcv-slide-image-left{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-2796px,0,0);transform:translate3d(-2796px,0,0)}}@keyframes vcv-slide-image-left{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-2796px,0,0);transform:translate3d(-2796px,0,0)}}.vcv-ui-editor-plate--stock-images{background:#1a1a1a}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used{background:transparent}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-subtitle,.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-unsplash-logo,.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-media-powered-text{display:none}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-inner{max-width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-container{min-height:auto;padding-bottom:0}.vcv-stock-images-container{min-height:360px;padding:20px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;background-size:cover;background-position:50%;position:relative}.vcv-ui-editor-plate--stock-images:not(.vcv-ui-editor-plate--stock-images--search-is-used) .vcv-stock-media-container--giphy{background:#110f1d;position:relative}.vcv-ui-editor-plate--stock-images:not(.vcv-ui-editor-plate--stock-images--search-is-used) .vcv-stock-media-container--giphy:before{content:"";position:absolute;top:0;left:0;right:0;height:10px;background:#ff6569}.vcv-ui-editor-plate--stock-images:not(.vcv-ui-editor-plate--stock-images--search-is-used) .vcv-stock-media-container--giphy:after{content:"";position:absolute;bottom:0;left:0;right:0;height:10px;background:#aa39ff}.vcv-stock-media-powered-text{text-align:right;margin-top:14px;font-family:Roboto,sans-serif;color:#bbb;font-weight:500;font-style:italic;font-size:13px;letter-spacing:1px}.vcv-stock-media-powered-text a{color:#fff;text-decoration:none;transition:color .2s;outline:none}.vcv-stock-media-powered-text a:hover{color:#e4e4e4}.vcv-stock-images-inner{max-width:600px;margin:auto;width:100%}.vcv-stock-images-unsplash-logo{display:inline-block}.vcv-stock-images-unsplash-logo svg{vertical-align:bottom}.vcv-stock-images-subtitle{font-size:18px;font-family:Montserrat,sans-serif;font-weight:600;letter-spacing:.82px;line-height:28px;-webkit-font-smoothing:antialiased}.vcv-ui-editor-plate--stock-images .vcv-stock-images-button{display:inline-block;background:#2a4b80;margin-top:6px;width:auto;padding-left:40px;padding-right:40px}.vcv-ui-editor-plate--stock-images .vcv-stock-images-button:hover{background:#1a4080}.vcv-stock-images-results-container{padding:10px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;max-width:1600px;width:100%;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;box-sizing:border-box}.vcv-stock-images-results-data{padding:20px 20px 0;color:#9a9a9a;font-size:14px;font-weight:600;-webkit-font-smoothing:antialiased;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-stock-images-column-count--1 .vcv-stock-images-col{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vcv-stock-images-column-count--2 .vcv-stock-images-col{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.vcv-stock-images-column-count--3 .vcv-stock-images-col{-webkit-flex:0 0 33.333%;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%}.vcv-stock-images-column-count--4 .vcv-stock-images-col{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.vcv-stock-images-column-count--5 .vcv-stock-images-col{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.vcv-stock-image-wrapper{position:relative;padding:10px}.vcv-stock-image-wrapper:before{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;background-color:#e8e8e8;transition:background-color .2s;transition-delay:.2s}.vcv-stock-image-wrapper.vcv-stock-image--loaded:before{background-color:transparent}.vcv-stock-image--loaded .vcv-stock-image-inner{opacity:1}.vcv-stock-image-inner{position:relative;opacity:0;transition:opacity .2s}.vcv-stock-image-inner:hover .vcv-stock-image-author,.vcv-stock-image-inner:hover .vcv-stock-image-hover-download{opacity:1}.vcv-stock-image-inner.vcv-stock-image-inner--active .vcv-stock-image-download-container{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-author,.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-download-container,.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-hover-download,.vcv-stock-image-inner.vcv-stock-image-inner--active .vcv-stock-image-author,.vcv-stock-image-inner.vcv-stock-image-inner--active .vcv-stock-image-hover-download{display:none}.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-loading{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-stock-image{vertical-align:top;position:absolute;left:0;right:0;bottom:0;top:0;width:100%}.vcv-ui-editor-plate--stock-images~.vcv-loading-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:5px 20px 20px}.vcv-ui-editor-plate--stock-images~.vcv-loading-dots-container{margin:auto}.vcv-stock-image-download-container{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(38,37,37,.6);display:none;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;transition:opacity .2s}.vcv-stock-image-download-options{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;padding:10px 25px;height:100%;max-height:170px}.vcv-stock-image-download-options .vcv-stock-image-download-button:last-child{border-bottom:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.vcv-stock-image-download-options .vcv-stock-image-download-button:first-child{border-top-left-radius:5px;border-top-right-radius:5px}.vcv-stock-image-download-button{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;background:#fff;padding:5px 10px;border:none;border-bottom:1px solid #d8d8d8;cursor:pointer;font-family:Nunito Sans,sans-serif;font-weight:700;font-size:14px;color:#303030;transition:background-color .2s,color .2s,border-color .2s;-webkit-font-smoothing:antialiased;outline:none}.vcv-stock-image-download-button span{color:#9a9a9a;transition:color .2s}.vcv-stock-image-download-button:hover{background-color:#2a4c80;color:#fff;border-color:#2a4c80}.vcv-stock-image-download-button:hover span{color:#fff}.vcv-stock-image-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:none;background-color:rgba(38,37,37,.6);-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff}.vcv-stock-image-loading .vcv-ui-wp-spinner{visibility:visible}.vcv-stock-image-hover-download{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(38,37,37,.6);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .2s;cursor:pointer}.vcv-stock-image-hover-download.vcv-stock-image-hover-lock{cursor:not-allowed}.vcv-stock-image-hover-download .vcv-ui-icon-download,.vcv-stock-image-hover-download .vcv-ui-icon-lock{font-size:18px;color:#fff}a.vcv-stock-image-author{position:absolute;bottom:13px;left:13px;display:-webkit-flex;display:-ms-flexbox;display:flex;font-family:Nunito Sans,sans-serif;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;text-decoration:none;font-size:14px;font-weight:800;-webkit-font-smoothing:antialiased;transition:color .2s,opacity .2s;box-shadow:none;opacity:0}a.vcv-stock-image-author:hover{color:#e6e6e6}a.vcv-stock-image-author:focus{outline:none;box-shadow:none}.vcv-stock-image-author-image{border-radius:50%;margin-right:10px;width:32px}.media-frame .vcv-ui-search-container .vcv-ui-search-field{font-size:14px;border:none;box-shadow:none}.media-frame .vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-ui-search-container{border:1px solid #f6f6f6}.media-frame .vcv-loading-dots-container,.media-frame .vcv-ui-editor-no-items-image{margin-top:50px}.media-frame .vcv-stock-images-results-container{margin:auto}.vcv-ui-search-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;background:#fff;border-radius:5px;height:55px}.vcv-ui-search-container .vcv-ui-search-button{background:transparent;border:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 60px;-ms-flex:0 0 60px;flex:0 0 60px;padding:0;cursor:pointer}.vcv-ui-search-container .vcv-ui-icon-search{color:#c5c5c5;font-size:19px}.vcv-ui-search-container .vcv-ui-search-field{width:0;font-size:14px;padding:8px 14px 8px 0;background:transparent;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;border:none}.vcv-ui-search-container .vcv-ui-search-field:focus,.vcv-ui-search-container .vcv-ui-search-field:hover{box-shadow:none;-webkit-animation:none;animation:none}.vcv-ui-search-field:focus::-webkit-input-placeholder{color:transparent}.vcv-ui-search-field:focus:-moz-placeholder,.vcv-ui-search-field:focus::-moz-placeholder{color:transparent}.vcv-ui-search-field:focus:-ms-input-placeholder{color:transparent}.vcv-wb-editor .CodeMirror-lint-tooltip{z-index:1141}.vcv-wb-editor .CodeMirror-gutters{background-color:#e8e8e8}.vcv-wb-editor ul.CodeMirror-hints{z-index:1141}.vcv-row-html-editor-container,.vcv-ui-script-ace-container,.vcv-ui-style-ace-container{box-sizing:border-box;border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);color:#32373c;outline:none;transition:border-color .05s ease-in-out;font-family:Consolas,Monaco,monospace;font-size:13px;width:100%;background-color:#f9f9f9;-moz-tab-size:4;tab-size:4;height:50vh}.vcv-start-layout-item-list{margin:30px auto 0;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-start-layout-list-item .vcv-ui-start-layout-list-item-icon-stroke{transition:stroke .2s ease;stroke:#d1d1d1}.vcv-ui-start-layout-list-item .vcv-ui-start-layout-list-item-icon-fill{transition:fill .2s ease;fill:#d1d1d1}.vcv-ui-start-layout-list-item-active .vcv-ui-start-layout-list-item-icon-stroke,.vcv-ui-start-layout-list-item:hover .vcv-ui-start-layout-list-item-icon-stroke{stroke:#294a82}.vcv-ui-start-layout-list-item-active .vcv-ui-start-layout-list-item-icon-fill,.vcv-ui-start-layout-list-item:hover .vcv-ui-start-layout-list-item-icon-fill{fill:#294a82}.vcv-ui-start-layout-list-item-disabled .vcv-ui-item-element{cursor:not-allowed}.vcv-ui-start-layout-list-item-disabled .vcv-ui-start-layout-list-item-icon-fill,.vcv-ui-start-layout-list-item-disabled .vcv-ui-start-layout-list-item-icon-stroke{opacity:.5;transition:opacity .2s ease}.vcv-ui-start-layout-list-item-disabled:hover .vcv-ui-start-layout-list-item-icon-stroke{opacity:1;stroke:#d1d1d1}.vcv-ui-start-layout-list-item-disabled:hover .vcv-ui-start-layout-list-item-icon-fill{opacity:1;fill:#d1d1d1}.vcv-ui-start-layout-list-item .vcv-ui-item-element-content-layout{border:2px solid #d1d1d1;width:100px;height:100px;display:block;position:relative}.vcv-ui-start-layout-list-item-active .vcv-ui-item-element-content-layout,.vcv-ui-start-layout-list-item .vcv-ui-item-element-content-layout:hover{border-color:#294a82}.vcv-ui-start-layout-list-item-active .vcv-ui-item-element-content-layout .vcv-ui-start-layout-list-item-icon-name,.vcv-ui-start-layout-list-item .vcv-ui-item-element-content-layout:hover .vcv-ui-start-layout-list-item-icon-name{color:#294a82}.vcv-ui-start-layout-list-item-icon-name{position:absolute;line-height:100px;width:100%;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:0;display:block;text-align:center;font-size:20px;font-weight:200;color:#adadad}.vcv-ui-start-layout-list-item-icon{display:block;width:100%;height:100%;margin:0;position:relative}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:before{content:"";display:block;position:absolute;width:100%;left:0;height:2px;background:#d1d1d1}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:before{top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:after{bottom:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:before{content:"";display:block;position:absolute;width:100%;left:0;height:2px;background:#d1d1d1}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:before{top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:after{bottom:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar .vcv-ui-start-layout-list-item-icon-helper{position:absolute;width:2px;height:56px;background:#d1d1d1;right:25px;top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:before{content:"";display:block;position:absolute;width:100%;left:0;height:2px;background:#d1d1d1}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:before{top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:after{bottom:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar .vcv-ui-start-layout-list-item-icon-helper{position:absolute;width:2px;height:56px;background:#d1d1d1;left:25px;top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:before{content:"";display:block;position:absolute;width:0;top:0;height:100%;border:1px dashed #d1d1d1}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:before{left:15px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:after{right:15px}.vcv-insights.vcv-ui-tree-content-section-inner{background-color:#f6f6f6}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight{background-color:#fff;background-image:none;border-radius:5px;color:#5c5b5b;font-family:Roboto,sans-serif;font-weight:500;padding:14px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px;position:relative;transition:box-shadow .2s ease-in-out;-webkit-font-smoothing:antialiased}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.1)}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight .vcv-insight-title{font-size:14px;line-height:19px;letter-spacing:.3px;padding-left:16px;position:relative}.vcv-insight-description,.vcv-insight-item-description{color:#999;font-size:12px;line-height:20px;letter-spacing:.92px;padding:8px 16px 0;font-style:italic;font-family:inherit}.vcv-insight-item-description{padding:0 0 0 20px;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.vcv-insight-no-issues .vcv-insight-description{padding:0;text-align:center;width:300px}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight .vcv-insight-title:before{content:"";border-radius:50%;width:9px;height:9px;position:absolute;top:0;bottom:0;left:0;margin:auto}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight-critical .vcv-insight-title:before{background-color:#f05a59}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight-warning .vcv-insight-title:before{background-color:#feb716}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight-success .vcv-insight-title:before{background-color:#6bdd4d}.vcv-insight-go-to-action{cursor:pointer;border:none;background-color:transparent;padding:7px;font-size:17px;color:#c6cbd4;transition:color .2s ease-in-out}.vcv-insight-go-to-action:hover{color:#2039a0}.vcv-insight-items{margin-top:15px;border-top:1px solid #f4f4f4}.vcv-insight-item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:15px 0}.vcv-insight-item .vcv-insight-item-thumbnail{width:80px;height:80px;object-fit:cover}.vcv-insight-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;padding-right:20px}.vcv-insight-collapse-button{position:absolute;right:0;top:0;bottom:0;border:0;background-color:transparent;color:#d8d8d8;font-size:18px;cursor:pointer}.vcv-insight-no-issues,.vcv-ui-insights-spinner,.vcv-ui-settings-popup-panel-spinner{position:absolute;width:auto;height:auto;top:0;right:0;bottom:0;left:0}.vcv-no-issues-heading{letter-spacing:1px;margin:20px 0 10px;font:normal 600 16px/22px Montserrat,sans-serif}.vcv-insight-no-issues{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-family:Roboto,sans-serif}.vcv-insight-no-issues,.vcv-layout-popup{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout-popup{position:fixed;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;bottom:0;z-index:3010;color:#fff;opacity:0;width:100%;pointer-events:none;-webkit-transform:translateY(100%);transform:translateY(100%);transition:opacity .5s ease-in-out,-webkit-transform .5s ease-in-out;transition:opacity .5s ease-in-out,transform .5s ease-in-out;transition:opacity .5s ease-in-out,transform .5s ease-in-out,-webkit-transform .5s ease-in-out}.vcv-layout-popup-container{margin:30px;max-width:440px;pointer-events:all}.vcv-layout-dock--right .vcv-layout-popup-container{margin-right:90px}.vcv-layout-dock--left .vcv-layout-popup-container{margin-left:90px}.vcv-layout-dock--bottom .vcv-layout-popup-container{margin-bottom:90px}.vcv-layout-popup.vcv-layout-popup--visible{-webkit-transform:translate(0);transform:translate(0);opacity:1}.vcv-layout-popup.vcv-layout-popup--visible.vcv-layout-popup--action-clicked{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0}.vcv-layout-popup-inner{position:relative;background:#2b4b81;border-radius:5px;padding:20px}.vcv-layout-popup-header{position:relative;margin:0 0 16px;padding-right:20px}.vcv-layout-popup-heading{margin:0;font-size:16px;font-weight:700;text-transform:uppercase;line-height:19px;letter-spacing:1px;color:inherit}.vcv-layout-popup-close{position:absolute;margin-top:1px;top:-10px;right:-10px;padding:10px;background:transparent;border:none;color:inherit;cursor:pointer;opacity:1;transition:opacity .2s ease-in-out}.vcv-layout-popup-close:hover{opacity:.5}.vcv-layout-popup-content{margin-bottom:16px}.vcv-layout-popup-btn{display:inline-block;padding:9px 27px;background:transparent;border:2px solid #fff;border-radius:3px;line-height:normal;font-size:13px;color:inherit;text-decoration:none;text-align:center;cursor:pointer;transition:background .2s ease-in-out,border-color .2s ease-in-out}.vcv-layout-popup-btn:hover{color:inherit;background:#ffae27;border-color:#ffae27}.vcv-layout-popup-btn:disabled{cursor:not-allowed;opacity:.7;background:transparent;border-color:#fff}.vcv-layout-popup-text{margin:0 0 17px;font-size:13px;font-style:italic;line-height:24px;letter-spacing:1px;color:inherit}.vcv-layout-popup-checkbox-option-wrapper{margin:16px 0}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox{margin:0 14px 0 0;border-color:#fff}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox:checked:before{background-color:#ffae27}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox-label{font-size:13px;font-style:italic;line-height:24px;letter-spacing:1px}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=checkbox]{border-radius:3px;width:16px;height:16px;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=checkbox]:before{content:"";width:8px;height:8px;border-radius:50%;margin:0;padding:0;float:none;transition:background-color .2s}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox:focus{border-color:#fff;box-shadow:none}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox:checked:before,.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox:hover:before{background-color:#ffae27}.vcv-layout-popup-text--anchor{text-decoration:none;border-bottom:2px solid;color:#fff;transition:color .2s,border-bottom-color .2s}.vcv-layout-popup-text--anchor:active,.vcv-layout-popup-text--anchor:focus,.vcv-layout-popup-text--anchor:hover{color:#c3c3c3;border-bottom-color:#c3c3c3;outline:none;box-shadow:none}.vc-v-root-element .controls{padding:10px;text-align:center}.vc-v-root-element .controls a{font-size:12px;width:12px;height:12px;cursor:pointer;display:inline-block;margin-right:4px}[data-vc-dnd-status=allowed]{background-color:#ff0}[data-vc-dnd-status=success]{background-color:green}[data-vc-dnd-status=is-dragging]{opacity:.7}[data-vc-dnd-hidden=true]{display:none!important}.vcv-ui-drag-placeholder{opacity:.4}.vcv-ui-outline{position:absolute;pointer-events:none;box-sizing:border-box;z-index:1010;border:1px dashed hsla(0,0%,71.8%,.5)}.vcv-ui-outline.vcv-ui-outline-element{border:1px dashed transparent}.vcv-ui-outline-type-base.vcv-ui-outline,.vcv-ui-outline-type-section.vcv-ui-outline{border:1px dashed #2b4b80}.vcv-ui-outline-type-column.vcv-ui-outline,.vcv-ui-outline-type-element.vcv-ui-outline,.vcv-ui-outline-type-index-0.vcv-ui-outline,.vcv-ui-outline-type-row.vcv-ui-outline{border:1px dashed hsla(0,0%,71.8%,.5)}.vcv-ui-outline-type-index-0.vcv-ui-outline.vcv-js-highlight{border-color:#4673bd}.vcv-ui-outline-type-index-1.vcv-ui-outline{border:1px dashed hsla(0,0%,71.8%,.5)}.vcv-ui-outline-type-index-1.vcv-ui-outline.vcv-js-highlight{border-color:#fec53f}.vcv-ui-outline-type-index-2.vcv-ui-outline{border:1px dashed transparent}.vcv-ui-outline-type-index-2.vcv-ui-outline.vcv-js-highlight{border-color:#6dab3c}.vcv-ui-outline.vcv-state-highlight{border:2px solid rgba(70,115,189,.8)}.vcv-ui-element-frame,.vcv-ui-element-outline{position:absolute;pointer-events:none;box-sizing:border-box;opacity:0;transition:opacity .2s ease-in-out;z-index:1010}.vcv-ui-element-frame.vcv-state--visible,.vcv-ui-element-outline.vcv-state--visible{opacity:1}.vcv-ui-element-outline{border:1px solid rgba(70,115,189,.8);box-shadow:0 0 0 1px rgba(70,115,189,.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-custom{border:0;box-shadow:none}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-0{border:1px solid rgba(70,115,189,.8);box-shadow:0 0 0 1px rgba(70,115,189,.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-1{border:1px solid rgba(254,197,63,.8);box-shadow:0 0 0 1px rgba(254,197,63,.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-2{border:1px solid rgba(109,171,60,.8);box-shadow:0 0 0 1px rgba(109,171,60,.8)}.vcv-ui-element-frame{border:1px dashed hsla(0,0%,71.8%,.8)}.vcv-ui-element-frame--locked{border-top:none;border-left:none;border-right:none}.vcv-ui-element-frame--parent-locked{border:none}.vcv-ui-element-frames-container,.vcv-ui-element-outline-container{overflow:hidden}.vcv-ui-element-frames-container,.vcv-ui-element-outline-container,.vcv-ui-outline-controls-wrapper{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0}.vcv-ui-outline-controls-wrapper{overflow:hidden}.vcv-ui-outline-controls-wrapper .vcv-ui-outline-control-dropdown-content{position:absolute}.vcv-ui-outline-controls-wrapper .vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control-dropdown-content{visibility:visible;opacity:1;transition:visibility 0s,opacity .2s ease-in-out}.vcv-ui-outline-controls-container{position:absolute;z-index:1100;pointer-events:none}.vcv-ui-outline-controls-container:hover{z-index:1200}.vcv-ui-outline-controls-container>.vcv-ui-outline-controls>*{background-color:#2b4b80}.vcv-ui-outline-controls-container>.vcv-ui-outline-controls>:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.vcv-ui-outline-controls-container>.vcv-ui-outline-controls>:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.vcv-ui-outline-controls{font-size:13px;line-height:13px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;pointer-events:all;position:absolute;left:0;bottom:100%;padding:1px 1px 2px;margin-bottom:-1px}.vcv-ui-outline-controls>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-outline-controls>:hover .vcv-ui-outline-control{border-top-left-radius:5px;border-top-right-radius:5px}.vcv-ui-outline-controls>.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control{border-radius:5px}.vcv-ui-outline-control-separator{color:#fff;background-color:#2b4b80;position:relative;width:10px}.vcv-ui-outline-control-separator:before{position:absolute;top:50%;left:50%;opacity:.3;font-size:14px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-outline-control{padding:0;overflow:hidden;min-width:40px;min-height:40px;text-decoration:none;color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer;transition:all .2s ease-in-out}.vcv-ui-outline-control[disabled]{opacity:.5;cursor:not-allowed}.vcv-ui-outline-control-content{white-space:nowrap;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-outline-control-content>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-outline-control-content>.vcv-ui-outline-control-icon{width:32px;height:32px;margin:4px}.vcv-ui-outline-control-content[disabled]{opacity:.5;cursor:not-allowed}.vcv-ui-outline-control-icon{position:relative;width:40px;height:40px;text-align:center}.vcv-ui-outline-control-icon:before{font-size:1.25em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-outline-control-dropdown{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;line-height:inherit;margin:0}.vcv-ui-outline-control-dropdown>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-outline-control-dropdown:not(.vcv-ui-outline-control-dropdown-o-drop-up):hover .vcv-ui-outline-control-dropdown-trigger.vcv-ui-outline-control{border-bottom-left-radius:0;border-bottom-right-radius:0}.vcv-ui-outline-control-dropdown-trigger{line-height:inherit;margin:0;padding:0;display:block;cursor:move}.vcv-ui-outline-control-dropdown-non-draggable .vcv-ui-outline-control-dropdown-trigger{cursor:default}.vcv-ui-outline-control-dropdown-content{display:block;line-height:inherit;margin:0;padding:0;min-width:140px;position:fixed;top:100%;left:0;z-index:1110;visibility:hidden;opacity:0;transition:visibility 0s,opacity .2s ease-in-out}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control{border-radius:5px;text-align:left;padding-left:8px;padding-right:16px}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#223b65}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:not(:first-child):not(:last-child){border-radius:0}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:first-child:not(:last-child){border-top-left-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control-icon{left:-8px}.vcv-ui-outline-control-type-base.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-base.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-base.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-base.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-base.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-base.vcv-ui-outline-control:hover{background-color:#2b4b80}.vcv-ui-outline-control-type-base.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-base.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-base.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-base.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#223b65}.vcv-ui-outline-control-type-section.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-section.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-section.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-section.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-section.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-section.vcv-ui-outline-control:hover{background-color:#2b4b80}.vcv-ui-outline-control-type-section.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-section.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-section.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-section.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#223b65}.vcv-ui-outline-control-type-row.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-row.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-row.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-row.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-row.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-row.vcv-ui-outline-control:hover{background-color:#4673bd}.vcv-ui-outline-control-type-row.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-row.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-row.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-row.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#3b63a5}.vcv-ui-outline-control-type-column.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-column.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-column.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-column.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-column.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-column.vcv-ui-outline-control:hover{background-color:#fec53f}.vcv-ui-outline-control-type-column.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-column.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-column.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-column.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#feba1b}.vcv-ui-outline-control-type-element.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-element.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-element.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-element.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-element.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-element.vcv-ui-outline-control:hover{background-color:#6dab3c}.vcv-ui-outline-control-type-element.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-element.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-element.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-element.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#5c9133}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control:hover{background-color:#4673bd}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#3b63a5}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control:hover{background-color:#fec53f}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#feba1b}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control:hover{background-color:#6dab3c}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#5c9133}.vcv-ui-outline-controls-container.vcv-ui-controls-o-controls-left .vcv-ui-outline-controls{right:auto;left:0}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-right .vcv-ui-outline-control-dropdown-content,.vcv-ui-outline-controls-container.vcv-ui-controls-o-controls-right .vcv-ui-outline-controls{left:auto;right:0}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-right .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:first-child{border-top-left-radius:5px;border-top-right-radius:0}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up:hover .vcv-ui-outline-control-dropdown-trigger.vcv-ui-outline-control{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up .vcv-ui-outline-control-dropdown-content{top:auto;bottom:100%;margin:0}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:first-child{border-top-left-radius:5px;border-top-right-radius:5px}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:last-child{border-bottom-left-radius:0;border-bottom-right-radius:5px}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up.vcv-ui-outline-control-dropdown-o-drop-right .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:0}.vcv-ui-outline-control-more:hover{background-color:#203251}.vcv-ui-append-control-container{position:absolute;z-index:1020;pointer-events:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-append-control-wrapper{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden}.vcv-ui-append-control{background-color:#2b4b80;color:#fff;pointer-events:all;padding:6px;border-radius:5px;cursor:pointer;transition:background-color .2s ease-in-out;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-append-control:hover{background-color:#fec53f;color:#fff}.wip.vcv-ui-outline-controls-container.vcv-ui-controls-o-inset .vcv-ui-outline-controls{bottom:100%}#vcv-dnd-frame{pointer-events:none;position:absolute;z-index:10999;opacity:0}#vcv-dnd-frame.vcv-dnd-frame-top{border-top:2px solid rgba(70,115,189,.5)}#vcv-dnd-frame.vcv-dnd-frame-bottom{border-bottom:2px solid rgba(70,115,189,.5)}#vcv-dnd-frame.vcv-dnd-frame-left{border-left:2px solid rgba(70,115,189,.5)}#vcv-dnd-frame.vcv-dnd-frame-right{border-right:2px solid rgba(70,115,189,.5)}#vcv-dnd-frame.vcv-dnd-frame-center{border:3px solid rgba(70,115,189,.5)}#vcv-dnd-frame.vcv-is-shown{transition:opacity .5s;opacity:1}.vcv-layout-content #vcv-dnd-smart-line{z-index:1129}#vcv-dnd-smart-line{pointer-events:none;position:absolute;z-index:10999;background-color:rgba(70,115,189,.5);opacity:0}#vcv-dnd-smart-line.vcv-is-shown{transition:opacity .5s;opacity:1}#vcv-dnd-smart-line.vcv-smart-line-transition{-webkit-transform:scaleY(4);transform:scaleY(4);background-color:rgba(70,115,189,.75);transition:opacity .5s,background-color .5s,-webkit-transform .4s ease .5s;transition:opacity .5s,background-color .5s,transform .4s ease .5s;transition:opacity .5s,background-color .5s,transform .4s ease .5s,-webkit-transform .4s ease .5s}#vcv-dnd-smart-line.vcv-smart-line-transition.vcv-smart-line-vertical{-webkit-transform:scaleX(4);transform:scaleX(4)}#vcv-dnd-smart-line.vcv-dnd-smart-line-frame{-webkit-transform:scale(1);transform:scale(1);border:2px solid rgba(70,115,189,.75);background-color:transparent;transition:opacity .5s}#vcv-dnd-smart-line.vcv-dnd-smart-line-frame.vcv-smart-line-transition{box-shadow:0 0 0 2px rgba(70,115,189,.75),inset 0 0 0 2px rgba(70,115,189,.75);transition:opacity .5s,box-shadow .4s ease .5s}.vcv-dnd-dragging--start{cursor:move}.vcv-ui-smart-line-container{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden}.vcv-drag-helper{position:absolute;z-index:11000;background-color:#6dab3c;color:#fff;width:40px;height:40px;white-space:nowrap;display:block;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:5px;overflow:hidden;text-decoration:none;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer;transition:background-color .4s ease,opacity .4s ease}.vcv-drag-helper.vcv-drag-helper-container{background-color:#4673bd}.vcv-drag-helper.vcv-drag-helper-container.vcv-drag-helper-column{background-color:#fec53f}[data-vcv-dnd-helper] .vcv-ui-tree-layout-control{background:#416196}[data-vcv-dnd-helper] .vcv-ui-tree-layout-node{display:none}.vcv-ui-drag-helper-wrapper{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden}.vcv-ui-mobile-tooltip{position:absolute;bottom:20px;left:20px;right:20px;background:rgba(0,0,0,.75);color:#fff;padding:20px;border-radius:10px;font-size:16px;opacity:1;transition:opacity .7s ease;pointer-events:all}.vcv-ui-mobile-tooltip.disabled{pointer-events:none;opacity:0}.vcv-layout-notifications{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.vcv-layout-notifications .vcv-layout-notifications-top{pointer-events:none;position:absolute;left:0;top:0;right:0;z-index:2000}.vcv-layout-notifications .vcv-layout-notifications-top .vcv-layout-notifications-position--top:last-child{border-bottom:0}.vcv-layout-notifications .vcv-layout-notifications-bottom{pointer-events:none;position:absolute;left:0;bottom:0;right:0;z-index:1140}.vcv-layout-notifications .vcv-layout-notifications-bottom .vcv-layout-notifications-position--bottom:first-child{border-top:0}.vcv-layout-notifications .vcv-layout-notifications-position--top{color:#fff;border-bottom:1px solid hsla(0,0%,100%,.2);padding:30px;font-size:14px;opacity:1;transition:opacity .7s ease;pointer-events:all;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout-notifications .vcv-layout-notifications-position--top.vcv-layout-notifications-shape--rounded{margin:15px 20px 0;border-radius:10px;padding:20px;border-bottom:0}.vcv-layout-notifications .vcv-layout-notifications-position--top.vcv-layout-notifications-type--disabled{pointer-events:none;opacity:0}.vcv-layout-notifications .vcv-layout-notifications-position--top .vcv-layout-notifications-close-btn{position:absolute;width:16px;height:16px;right:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.vcv-layout-notifications .vcv-layout-notifications-position--top .vcv-layout-notifications-close-btn:after,.vcv-layout-notifications .vcv-layout-notifications-position--top .vcv-layout-notifications-close-btn:before{content:"";display:block;position:absolute;background:#fff;width:2px;height:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg);left:7px;top:-2px}.vcv-layout-notifications .vcv-layout-notifications-position--top .vcv-layout-notifications-close-btn:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.vcv-layout-notifications .vcv-layout-notifications-position--top .vcv-layout-notifications-close-btn+.vcv-layout-notifications-text{width:calc(100% - 30px)}.vcv-layout-notifications .vcv-layout-notifications-position--bottom{color:#fff;border-top:1px solid hsla(0,0%,100%,.2);padding:30px;font-size:14px;opacity:1;transition:opacity .7s ease;pointer-events:all;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout-notifications .vcv-layout-notifications-position--bottom.vcv-layout-notifications-shape--rounded{margin:0 20px 15px;border-radius:10px;padding:20px;border-top:0}.vcv-layout-notifications .vcv-layout-notifications-position--bottom.vcv-layout-notifications-type--disabled{pointer-events:none;opacity:0}.vcv-layout-notifications .vcv-layout-notifications-position--bottom .vcv-layout-notifications-close-btn{position:absolute;width:16px;height:16px;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.vcv-layout-notifications .vcv-layout-notifications-position--bottom .vcv-layout-notifications-close-btn:after,.vcv-layout-notifications .vcv-layout-notifications-position--bottom .vcv-layout-notifications-close-btn:before{content:"";display:block;position:absolute;background:#fff;width:2px;height:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg);left:7px;top:-2px}.vcv-layout-notifications .vcv-layout-notifications-position--bottom .vcv-layout-notifications-close-btn:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.vcv-layout-notifications .vcv-layout-notifications-position--bottom .vcv-layout-notifications-close-btn+.vcv-layout-notifications-text{width:calc(100% - 30px)}.vcv-layout-notifications .vcv-layout-notifications-type--default{background:#000}.vcv-layout-notifications .vcv-layout-notifications-type--default.vcv-layout-notifications-style--transparent{background:rgba(0,0,0,.75)}.vcv-layout-notifications .vcv-layout-notifications-type--success{background:#4caf50}.vcv-layout-notifications .vcv-layout-notifications-type--success.vcv-layout-notifications-style--transparent{background:rgba(76,175,80,.75)}.vcv-layout-notifications .vcv-layout-notifications-type--warning{background:#f6c768}.vcv-layout-notifications .vcv-layout-notifications-type--warning.vcv-layout-notifications-style--transparent{background:rgba(246,199,104,.9)}.vcv-layout-notifications .vcv-layout-notifications-type--error{background:#f25855}.vcv-layout-notifications .vcv-layout-notifications-type--error.vcv-layout-notifications-style--transparent{background:rgba(242,88,85,.9)}.vcv-layout-notifications .vcv-layout-notifications-icon{margin-right:30px;font-size:1.5em}.vcv-layout-notifications .vcv-layout-notifications-icon i{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:block}.vcv-layout-notifications .vcv-layout-notifications-text{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-layout-notifications .vcv-layout-notifications-text a{color:inherit;text-decoration:underline}.vcv-layout-notifications .vcv-layout-notifications-close{width:20px;margin-left:30px}.vcv-layout-dock--left .vcv-layout-notifications .vcv-layout-notifications-bottom,.vcv-layout-dock--left .vcv-layout-notifications .vcv-layout-notifications-top{left:60px}.vcv-layout-dock--right .vcv-layout-notifications .vcv-layout-notifications-bottom,.vcv-layout-dock--right .vcv-layout-notifications .vcv-layout-notifications-top{right:60px}.vcv-layout-dock--top .vcv-layout-notifications .vcv-layout-notifications-top{top:60px}.vcv-layout-dock--bottom .vcv-layout-notifications .vcv-layout-notifications-bottom{bottom:60px}.media-modal-content .media-frame .vcv-layout-notifications .vcv-layout-notifications-top{left:0;right:0;top:86px}.media-modal-content .media-frame .vcv-layout-notifications .vcv-layout-notifications-bottom{left:0;right:0;bottom:60px}.vcv-layout-dock--left .vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-bottom,.vcv-layout-dock--left .vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-top{left:0}.vcv-layout-dock--right .vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-bottom,.vcv-layout-dock--right .vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-top{right:0}.vcv-layout-dock--bottom .vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-bottom{bottom:0}.vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-position--bottom,.vcv-ui-tree-content-section .vcv-layout-notifications .vcv-layout-notifications-position--top{padding:15px 20px;border:0}.vcv-ui-tree-content-section .vcv-layout-notifications-type--default{background:#6dab3c}.rtl .vcv-layout-notifications .vcv-layout-notifications-position--top .vcv-layout-notifications-close-btn{left:30px;right:auto}.rtl .vcv-layout-notifications .vcv-layout-notifications-close{margin-left:0;margin-right:30px}#poststuff .vcv-wpbackend-switcher,#poststuff .vcv-wpbackend-switcher--type-classic,#poststuff .vcv-wpbackend-switcher--type-gutenberg{margin-top:10px}#poststuff .vcv-wpbackend-switcher-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#poststuff .composer-switch+.vcv-wpbackend-switcher-container .vcv-wpbackend-switcher{line-height:23px}.vcv-wpbackend-switcher-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-wpbackend-switcher{box-sizing:border-box;display:inline-block;margin-right:10px;font-size:14px;font-family:Nunito Sans,sans-serif}.vcv-wpbackend-switcher .vcv-wpbackend-switcher-option[disabled]{background-color:#a2a6aa}.vcv-wpbackend-switcher--type-classic,.vcv-wpbackend-switcher--type-gutenberg{box-sizing:border-box;display:inline-block;margin-right:10px;font-size:14px}.vcv-wpbackend-switcher--type-classic .vcv-wpbackend-switcher-option,.vcv-wpbackend-switcher--type-gutenberg .vcv-wpbackend-switcher-option{padding:10px;line-height:1;border:0;border-radius:4px;background-color:#a2a6aa}.vcv-wpbackend-switcher--type-classic .vcv-wpbackend-switcher-option:hover,.vcv-wpbackend-switcher--type-gutenberg .vcv-wpbackend-switcher-option:hover{background-color:#75797e}.vcv-wpbackend-switcher-option{font:inherit;margin:0;overflow:visible;text-transform:none;cursor:pointer;display:inline-block;vertical-align:top;border:0;border-left:1px hsla(0,0%,100%,.1);border-style:solid;padding:0;transition:background-color .2s ease-in-out;border-radius:4px}.vcv-wpbackend-switcher-option,.vcv-wpbackend-switcher-option:active,.vcv-wpbackend-switcher-option:focus,.vcv-wpbackend-switcher-option:hover,.vcv-wpbackend-switcher-option:visited{color:#fff;text-decoration:none}.vcv-wpbackend-switcher-option:hover{background-color:#203251}.vcv-wpbackend-switcher-option--vceditor{width:180px;height:34px;background:#2b4b80 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKEAAAAQCAMAAABJGe9UAAADAFBMVEVMaXGm4Kb///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+QmCO7iAoDhbf///////////////////////////////////////////////////////94ly93oidymy9/ni7///////////////////////////////////////////////////////8Nq+f5tBT9uhYEsPMKsfMFhbax1TwAUP8IjcDu3CnwqBHPgQb///////////////////////////////////8Glc2Any8Kr/AHndl/ni6vyzeBni8JsfPRiwmlxzi0qyKq1UCNrTEIoN2bvDay1T25kBGAni4JsPKAny+v0zyhxDeBoC8IrfCv0zuw1Dyqzj30sRT+uhXEkQ6w1Duw0zus1j7anxAJsPKjnCL4txT/thJ/oTCtzz2x1DzfohGYqiz+uhb+uhX/vBv9uBW6agH/uBX/uRb/uRex4kWwyDX+uhUGhbcFhLZDl6AKsO60pR+XdS4Nreq0wSt8jllPkpEEhrb/uBcDh7qDe0XWnBwcgJ+oniP///+5iAwFhLUJrvB/ni7+txWu0Tv/uhW3aACv0zsIsPIEib3/vhURgql9ny+Coy+8ZgC3ZgCBoC8Eg7W12j2x1TwJsvQGs/e5iQy4cQOlaxK5aAC02D3BjQy2hgwFt/25hQq6jQ4FhbYFgrN9nC61bgKLqzH/wRaSmyW13T+fcCO/cwK0ZQCpaQyqbxSv03onAAAA3HRSTlMAATQg2ibwCdJ6FK8SGeuydwsEIhbk7oR5fvZIw1/ptw9dJGhpcmFZKvT7Vj1A8lCNi7RuAt7ckIL9kaD3yUJSaoZ1ra5l+MzAtTHPnR7+Bp+Z+v7+o3/W5+1KxhFMOIeqDkUKExPnii8oWDenpYmB5ZbZXBD4/os/uKWLBf4H/v5jLDsNbLyU0NSptDP97f5Xqf7+/Qz9/bht/ex0aF39zmTT7hXl7/7f9iX9xXcnHNs7mf379t0Ta/49mgsa/tAu8/1N/f3+4bX9O1q0/sJKCf/////////////+88ziXgAABL9JREFUeNq9lGdUU1kQx4eEl0ACqSSQQAhICT2UUAMBQYoUEXWBRUpk3RUVwd511+723nvvvffe2xm6FAUXxLL27dW5LxBB1w/rOfj/kDu5M3fe782bO8Dk8uA962FEL657BM6WV75dCeeWO7qKYQK1es3w8DMf8+ZTLz059MSdt54VkoYYesEJXSwWfr3mxp79bW37h9esXv/uuoeHujv3DT1038YzgkP1sqgLThiQ1pSwOQeuWnGsjann2IovPv9jXyfT4cN3XHJGtKcHXHBC2BQ5xQ+ht/fath6q4Wdf/vnXiU/e6+7s7O6+/9e757KIzLRmenBpc5pZHVcnAYm7VJ7CwZZk760ACckmAE4nlXurxxI21MlzFJ5kqMvJFQag9E6umie32rYG2+XuHmBRJNfm2uXNQhYc5i2X6tRkSHwomCPDXBxvNbtAwORYQbZVMEko8DJA6+BPG25va/vo04GBgweOn7jl+u6bb2tvv4wnjEJcABCJWFuPyIn9kOSqzEI9IRThIojUsh1N2GnCrHC2k7gQzDJmiAwg4Xcw/Ur2WyC2uCLv0dQCGETMkplBXMCf8ii18rFlFs88pNQGx0u3trYODm74dmBg196DB1pajt/1yp6f239wEMJFmKFSZaAdfDFPGIapy7gmEwSjzAtgNhZDpjY52lRJxihhVAT6GYKW5i0QitAtNzQf8wRz/LEyN8gfsTGyEbEG3BCtkT4yLFIJ0jEjNKgCYyZxOM3A1QWCD8oiSwJj0OxB7PYQzknYOmv3Pz/uchC2zJyxp91JuFmP9fWY3sAI1RIZ7gzxhDGEIFwu8bCjH6V2EFoxqZp2BVCO2knUvItxidgfdQB1WBkAXloMJsJ4CjQgFsaihvJwImwO8Ec3yly6FI3mzEw3LFsuouyj6j3JCA8xwl9anITXzXV4y7CgAK3ACDmop/e/ONtJOB0ERm1ERMQYwgKUOs4VYz5btmM81XAbQDYmiaFag0FEqCMHF4FVjbidLL5dbDsRtSFUAoeKq0W4zEm49sPekzzh32/e9PhRB2F//9Ujd5mLQQyfP0KotFTlIIaZMLwE6Ek7VBWYERKccY4aclRDDe6gGiYAKDBRCR6LeUIjm16OGtIXmS/CFMrsa5+G0eSLttlsvpyXiC6AUx+sndW7+9DeXVdc3rXy5SNHZ87o73/gBpdRbzLiElpYH0Yl6bgqPdpK9GhctiQVzcvDsdkSlugkPN2HJurDiqzcIkwvnDOe0NGH7lrqw8J0zM/NqkCROiqpnPPVY3QCxigEUWlN4ClCE4zRV9/s/pf4ujo6ulY+feT3F+4dMwxLwtPZOKhBFBoi2BeYHQAhqcyYrrJQRWWYSh9Uh5qRu6z/j7scwsZRpRIkItxGhHyIZuHoXfY3QyifOSNAVcxWKi3d5UAYp++/6+vrYOr67dFnLx3nCgzlv/Y8bwkIYo1ShYT+2cqMi0wWGvoKeXxCTVwwRMdlqxzhhbFTpY55yEYl9YdSF7cFKEBRCmL3uFoXN0zbNCU+xTkP3akAlHmq3Idl9i0z5mSXwJzmeQ0wXhu/fr+Patj32KrnYUJlcUPv8zz6zhuv9b369nMwwSLCyed9+PVVb8GE6/8TngKjExNWYqkgpgAAAABJRU5ErkJggg==) 50% 50% no-repeat}.composer-switch{margin-right:10px}.rtl .vcv-wpbackend-switcher--type-classic{margin-left:0;margin-right:10px}#postdivrich.vcv-hidden{opacity:0;position:absolute;pointer-events:none;max-height:1px;overflow:hidden}@media screen and (max-width:454px){.vcv-wpbackend-switcher{margin:15px 30px 0 0}.vcv-wpbackend-switcher--type-classic{margin:10px 0 0}}@font-face{font-family:vcattributes;src:url(fonts/vcAttributes.ttf?6da652f7ec4c90cb9b262aac0e5f3a70) format("truetype"),url(data:application/font-woff;base64,d09GRgABAAAAABTwAAsAAAAAFKQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIdWmNtYXAAAAFoAAABDAAAAQzS08i7Z2FzcAAAAnQAAAAIAAAACAAAABBnbHlmAAACfAAADuwAAA7sYh2i/GhlYWQAABFoAAAANgAAADYW9DRZaGhlYQAAEaAAAAAkAAAAJAo+Bp1obXR4AAARxAAAAMQAAADExNQRZ2xvY2EAABKIAAAAZAAAAGRQuFR+bWF4cAAAEuwAAAAgAAAAIABCAE5uYW1lAAATDAAAAcIAAAHC51vHQHBvc3QAABTQAAAAIAAAACAAAwAAAAMEMQGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA//8DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAABgAAAAMAAAA0AAAABAAAAIQAAQADAAAANAABAAQAAACEAAMAAQAAADQAAwAKAAAAhAAEAFAAAAAQABAAAwAAAAEAIOkc6R7pIOkq//3//wAAAAAAIOkA6R7pIOki//3//wAB/+MXBBcDFwIXAQADAAEAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAIgAAAAAAAAACgAAAAAAAAABAAAAAQAAACAAAAAgAAAAAwAA6QAAAOkcAAAABAAA6R4AAOkeAAAAIQAA6SAAAOkgAAAAIgAA6SIAAOkqAAAAIwAB9LsAAfS7AAAALAAB9PEAAfTyAAAALQAB9PoAAfT6AAAALwAB9bMAAfWzAAAAMAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAMAAP/ABM0DwAADAAgADAAAEyEVIRUhFSE1ESEVIQAEzfszBM37MwTN+zMDwM3NzMz+Z80AAAAAAwAA/8AFDQPAAAMABwALAAATIRUhESEVIREhFSEABQ368wUN+vMFDfrzA8Ci/vOi/vOiAAMAAP/ABVUDwAADAAcACwAAEyEVIREhFSERIRUhAAVV+qsFVfqrBVX6qwPAcv6rcv6rcgADAAD/wAUNA8AAAwAIAAwAABMhFSEBIRUhNQEhFSEABQ368wENBAD8AP7zBQ368wPAov7zoqL+UaIAAAADAAD/wAUNA8AAAwAHAAsAABMhFSERIRUhESEVIQAC8/0NBQ368wQA/AADwKL+86L+86IACAIi/8AEAAPAAAcADwAWAB4AIgAmACoALgAABTM1IxUjFTMlFTM1IzUjFQEVIzUjNTMhMxUjFSM1MwEzFSMVMxUjATMVIxUzFSMDvESJRIn+Zs1EiQHeiUTN/maJRIlEARGJiYmJ/quJiYmJQM1EiUREiUSJA3iJRImJRM3+781EzQHezUTNAAIAAP/AAd4DwAAEAAgAABMRMxEjJyERIYnMzIkB3v4iAzf9EgLuifwAAAAACAAA/8AB3gPAAAYADgAWAB4AIgAmACsAMAAAEyMVMzUzNQU1IxUzFTM1ATUzFTMVIzUFIzUzNTMVIwEjNTM1IzUzASM1MxURIzUzFUREiUQBEc1Eif4iiUTNAZqJRIlE/u+JiYmJAVWJiYmJA8DNRIlERIlEifyIiUSJRESJRM0BEc1Ezf4izc0BEc3NAAAABAAA/8AEAAPAAAQACAANABIAABMhFSE1AyEVIRchFSE1AyEVITXbAkr9ttsEAPwA2wJK/bbbBAD8AAPAkpL+25KSkpL+25KSAAAAAAQAAP/ABAADwAADAAcACwAQAAATIRUhFSEVIRUhFSEVIRUhNQACkv1uBAD8AAKS/W4EAPwAA8CSk5KSkpOSkgAEAAD/wAQAA8AABAAIAA0AEgAAASEVITUBIRUhBSEVITUBIRUhNQFuApL9bv6SBAD8AAFuApL9bv6SBAD8AAPAkpL+25KSkpL+25KSAAAAAAIAAP/ABAADwAAEAAgAABMRIREhJyERIYkC7v0SiQQA/AADN/0SAu6J/AAAEAAA/8AGIgPAAAYADQAUABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsAABMzFSMVIzUFFSM1IzUzATM1IzUjFSU1IxUjFTMDMxUjFTMVIwEzFSMVMxUjATMVIyUzFSMlMxUjJTMVIwEzFSMlMxUjJTMVIyUzFSNEiUSJBiKIRc36IolEiQYiiEXNiIiIiIj6ZomJiYkDM83NARHNzfzNzc0BEc3NARHNzQERzc38zc3NARHNzQPAiUTNRIlEifwAiUTNRIlEiQLvzUTNAd7NRM0C74mJiYmJiYn9EomJiYmJiYkAAgAA/8AGIgPAAAQACAAAExEhESEnIREhiQUR+u+JBiL53gM3/RIC7on8AAACAAD/wAQAA8AAHAA4AAATFBceARcWMzI3PgE3NjU0Jy4BJyYjIgcOAQcGFSM0Nz4BNzYzMhceARcWFRQHDgEHBiMiJy4BJyaSHR1jQ0JMTEJDYx0dHR1jQ0JMTEJDYx0dkigpi11dampdXosoKCgpi11dampdXosoKAHATEJDYx0dHR1jQ0JMTEJDYx0dHR1jQ0JMal1eiygoKCmLXV1qal1eiygoKCmLXV0AAgAA/8AEAAPAABAAMQAAExEUFjMhMjY1ETQmIyEiBhUjNDc+ATc2MyEyFx4BFxYVERQHDgEHBiMhIicuAScmNRGSKx8CSB8rKx/9uB8rkhERPCgoLgJILigoOxIRERE8KCgu/bguKCg7EhEC5P24HysrHwJIHysrHy4oKDsSERERPCgoLv24LigoOxIRERE8KCguAkgAAAAEAAD/wAQAA8AABAAIAA0AEQAAExEzESMnIREhJTMRIxEDIREhkpOTkgG3/kkC25OTkgG3/kkDLv0kAtyS/ACSAtz9JANu/AAAAAAAAgAA/8AEAAPAAAMACAAAEyERIRMRIREhAAQA/ACSAtz9JAPA/AADbv0kAtwAAAAAAgEl/8AC2wF3AAQACQAAASERIREXFTM1IwElAbb+SpKSkgF3/kkBt5KTkwACAiL/wAQAA8AABAAIAAAlESMRMxchESEDd8zMif4iAd5JAu79EokEAAAAAAIBJQDlAtsCmwAEAAgAAAEhESERFxUzNQElAbb+SpKSApv+SgG2kpKSAAAACAAAAeIEAAPAAAYADgAVAB0AIQAlACoALwAAATUjFTMVMwMzNSMVIxUzATMVIxUjNRE1MxUzFSM1ATUzFTM1MxUBNTMVIyE1MxUjBADNRIlERIlEifyIiUSJiUTNARHNRM3+Is3NARHNzQN8RIlE/u/NRIkB3olEzf5miUSJRAERiYmJif6riYmJiQACASUCCQLbA8AABAAIAAABIREhERcVMzUBJQG2/kqSkgPA/kkBt5KTkwAAAAIAAP/ABAABngAEAAgAADchNSEVBxEhEYkC7v0SiQQASczMiQHe/iIAAAAAAgAA/8ABtwF3AAMACAAAEyERIRMVMzUjAAG3/kmSk5MBd/5JASWTkwAAAAAIAAD/wAQAAZ4ABwAPABYAHgAiACYAKgAuAAA3FTM1IzUjFRMjFTM1MzUjASM1MzUzFREVIzUjNTMVARUjNSMVIzUBFSM1IxUjNQDNRIlERIlEiQN4iUSJiUTN/u/NRM0B3s1EzQREiUSJAZrNRIn+IolEzQGaiUSJRP7viYmJiQFViYmJiQAAAgAAAOUBtwKbAAQACAAAEyERIREXFTM1AAG3/kmSkwKb/koBtpKSkgAAAAACAAAB4gQAA8AABAAIAAABIRUhNTcRIREDd/0SAu6J/AADN8zMif4iAd4AAAIAAAIJAbcDwAADAAcAABMhESETFTM1AAG3/kmSkwPA/kkBJZOTAAACAkn/wAQAAXcAAwAIAAABIREhExUzNSMCSQG3/kmSk5MBd/5JASWTkwAAAAICSQDlBAACmwAEAAkAAAEhESERFxUzNSMCSQG3/kmSk5MCm/5KAbaSkpIAAgJJAgkEAAPAAAMACAAAASERIRMVMzUjAkkBt/5JkpOTA8D+SQElk5MAAAACAAD/wAQAA8AABAAIAAA3IREhEQMhESGSAtz9JJIEAPwAUgLc/SQDbvwAAAEAf//AAtkDoAAFAAAlIREjESEC2f4hewJaLwNx/CAAAQB//8AEUAOgAA8AABcRMwEzATMRMxEjASMBIxHyCAE5aQE4CXOQ/q0L/qyPQAL2/REC7/0KA+D8ywM1/CAAAAEARgAdAtcDuAA8AAATFhceARcWMzI3PgE3NjU0Jy4BJyYvAS4BNTQ2MzIWFzMmJy4BJyYjIgcOAQcGFRQWHwEeARUUBiMiJicjRgUZGVY6O0ZLPT1WFxcODj4xMEVcW09rWFJqDG4DGBlRNzZARjo5UhcWbXdyW1V1WV56C28BGDkuL0ESEhMSRTExPTEmJjsXFhEZF0E0Q1FNQzUtLEESEhISQi4vOF5xHx0XSjhCVlJFAAIANwAdBnwDuAAOAEsAADczEzMTMwkBIwMjAyMJASUWFx4BFxYzMjc+ATc2NTQnLgEnJi8BLgE1NDYzMhYXMyYnLgEnJiMiBw4BBwYVFBYfAR4BFRQGIyImJyM3fesK54T+1QExfewJ6YQBKv7SA7QFGRlWOjtGSz09VhcXDg4+MTBFXFtPa1hSagxuAxkYUTc3P0Y6OVIXFm13cVxVdVleewpvMgFb/qUBtwG7/qEBX/5J/kXmOS4vQRISExJFMTE9MSYmOxcWERkXQTRDUU1DNS0sQRISEhJCLi84XnEfHRdKOEJWUkUAAAAABAAA/8AEAAPAAAQACAANABEAABMRMxEjJyERISUzESMRAyERIZKTk5IBt/5JAtuTk5IBt/5JAy79JALckvwAkgEl/tsBt/23AAAAAAQAAP/ABAADwAAEAAgADQARAAATETMRIychESEBMxEjEQMhESGSk5OSAbf+SQLbk5OSAbf+SQMu/SQC3JL8AAFuAST+3AG3/bYAAAAEAAD/wAQAA8AABAAIAA0AEQAAExEzESMnIREhATMRIxEDIREhkpOTkgG3/kkC25OTkgG3/kkDLv0kAtyS/AACSQEl/tsBt/23AAAAAwAbAAUD5QN1AAoAFQAlAAAlITI2NRE0JiMhESMRIyIGFREUFjsBATIWFREUBiMhIiY1ETQ2MwFfAfoRFxcR/gZkVBEXFxFUAq4ZIyMZ/K4ZIyMZaRcRAlgRF/1YAqgXEf2oERcDDCMZ/QgZIyMZAvgZIwADAJj/2ANoA6IACQAUACUAAAERNCYjISIGFREFIRUUFjMhMjY9AQE0NjMhMhYVERQGIyEiJjURAwQXEf5IERcCCP34FxEBuBEX/ZQjGQJYGSMjGf2oGSMBHAH6ERcXEf4GZFQRFxcRVAKuGSMjGfyuGSMjGQNSAAADABsAVQPlAyUACgAVACUAACUhMjY1ETQmIyERIxEjIgYVERQWOwEBMhYVERQGIyEiJjURNDYzAV8B+hEXFxH+BmRUERcXEVQCrhkjIxn8rhkjIxm5FxEBuBEX/fgCCBcR/kgRFwJsIxn9qBkjIxkCWBkjAAIASP/eA7gDogAXACgAACUjFSE1IzUhMjY1ETQmIyEiBhURFBYzIQE0NjMhMhYVERQGIyEiJjURAc6WAZCWAUoZIyMZ/QgZIyMZAUr+3hcRAlgRFxcR/agRF0JkZHIjGQJ2GSMjGf2KGSMCYhEXFxH+KhEXFxEB1gAAAAADAEj/2AO4A6IACgAVACUAAAERNCYjISIGFREhFSEVFBYzITI2PQEBNDYzITIWFREUBiMhIiY1A1QXEf2oERcCqP1YFxECWBEX/PQjGQL4GSMjGf0IGSMBHAH6ERcXEf4GZFQRFxcRVAKuGSMjGfyuGSMjGQAAAAABAAAAAQAAeW+8e18PPPUACwQAAAAAANisd+4AAAAA2Kx37gAA/8AGfAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAarAAAAAAZ8AAEAAAAAAAAAAAAAAAAAAAAxBAAAAAAAAAAAAAAAAgAAAATNAAAFDQAABVUAAAUNAAAFDQAABAACIgQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAYiAAAGIgAABAAAAAQAAAAEAAAABAAAAAQAASUEAAIiBAABJQQAAAAEAAElBAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAACSQQAAkkEAAJJBAAAAAMAAH8EgAB/AxwARgarADcEAAAABAAAAAQAAAAEAAAbBAAAmAQAABsEAABIBAAASAAAAAAACgAUAB4AOgBUAG4AjACmAOoBAAFIAW4BjgG2AcwCPgJUAqoC9gMcAzQDSgNgA3YDvAPSA+gD/gRCBFgEbgSCBJgErgTEBNoE6gUKBWQF2gYABiYGTAaGBsIG/Ac6B3YAAQAAADEATAAQAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAwAAAABAAAAAAACAAcAjQABAAAAAAADAAwARQABAAAAAAAEAAwAogABAAAAAAAFAAsAJAABAAAAAAAGAAwAaQABAAAAAAAKABoAxgADAAEECQABABgADAADAAEECQACAA4AlAADAAEECQADABgAUQADAAEECQAEABgArgADAAEECQAFABYALwADAAEECQAGABgAdQADAAEECQAKADQA4HZjQXR0cmlidXRlcwB2AGMAQQB0AHQAcgBpAGIAdQB0AGUAc1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMHZjQXR0cmlidXRlcwB2AGMAQQB0AHQAcgBpAGIAdQB0AGUAc3ZjQXR0cmlidXRlcwB2AGMAQQB0AHQAcgBpAGIAdQB0AGUAc1JlZ3VsYXIAUgBlAGcAdQBsAGEAcnZjQXR0cmlidXRlcwB2AGMAQQB0AHQAcgBpAGIAdQB0AGUAc0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("woff"),url("data:image/svg+xml,%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %3E %3Csvg xmlns='http://www.w3.org/2000/svg'%3E %3Cmetadata%3EGenerated by IcoMoon%3C/metadata%3E %3Cdefs%3E %3Cfont id='vcAttributes' horiz-adv-x='1024'%3E %3Cfont-face units-per-em='1024' ascent='960' descent='-64' /%3E %3Cmissing-glyph horiz-adv-x='1024' /%3E %3Cglyph unicode='&%23x20;' horiz-adv-x='512' d='' /%3E %3Cglyph unicode='&%23xe900;' glyph-name='sandwich-bold' horiz-adv-x='1229' d='M0 960h1228.8v-204.8h-1228.8v204.8zM0 550.4h1228.8v-204.8h-1228.8v204.8zM0 140.8h1228.8v-204.8h-1228.8v204.8z' /%3E %3Cglyph unicode='&%23xe901;' glyph-name='sandwich-regular' horiz-adv-x='1293' d='M0 960h1293.474v-161.684h-1293.474v161.684zM0 528.842h1293.474v-161.684h-1293.474v161.684zM0 97.684h1293.474v-161.684h-1293.474v161.684z' /%3E %3Cglyph unicode='&%23xe902;' glyph-name='sandwich-thin' horiz-adv-x='1365' d='M0 960h1365.333v-113.778h-1365.333v113.778zM0 504.889h1365.333v-113.778h-1365.333v113.778zM0 49.778h1365.333v-113.778h-1365.333v113.778z' /%3E %3Cglyph unicode='&%23xe903;' glyph-name='sandwich-right' horiz-adv-x='1293' d='M0 960h1293.474v-161.684h-1293.474v161.684zM269.474 528.842h1024v-161.684h-1024v161.684zM0 97.684h1293.474v-161.684h-1293.474v161.684z' /%3E %3Cglyph unicode='&%23xe904;' glyph-name='sandwich-left' horiz-adv-x='1293' d='M0 960h754.526v-161.684h-754.526v161.684zM0 528.842h1293.474v-161.684h-1293.474v161.684zM0 97.684h1024v-161.684h-1024z' /%3E %3Cglyph unicode='&%23xe905;' glyph-name='mirror-horizontally-left-path-1' d='M955.733-64h68.267v204.8h-136.533v-68.267h-68.267v-136.533h136.533zM546.133 4.267v-68.267h204.8v136.533h-68.267v68.267h-136.533v-136.533zM1024 891.733v-136.533h-136.533v68.267h-68.267v136.533h204.8v-68.267zM614.4 960h136.533v-136.533h-68.267v-68.267h-136.533v204.8h68.267zM887.467 686.933h136.533v-204.8h-136.533v204.8zM887.467 413.867h136.533v-204.8h-136.533v204.8zM546.133 686.933h136.533v-204.8h-136.533v204.8zM546.133 413.867h136.533v-204.8h-136.533v204.8z' /%3E %3Cglyph unicode='&%23xe906;' glyph-name='mirror-horizontally-left-path-2' d='M136.533 823.467v-750.933h204.8v750.933h-204.8zM0 960h477.867v-1024h-477.867v1024z' /%3E %3Cglyph unicode='&%23xe907;' glyph-name='mirror-horizontally-right-path-1' d='M68.267 960h-68.267v-204.8h136.533v68.267h68.267v136.533h-136.533zM477.867 891.733v68.267h-204.8v-136.533h68.267v-68.267h136.533v136.533zM0 4.267v136.533h136.533v-68.267h68.267v-136.533h-204.8v68.267zM409.6-64h-136.533v136.533h68.267v68.267h136.533v-204.8h-68.267zM136.533 209.067h-136.533v204.8h136.533v-204.8zM136.533 482.133h-136.533v204.8h136.533v-204.8zM477.867 209.067h-136.533v204.8h136.533v-204.8zM477.867 482.133h-136.533v204.8h136.533v-204.8z' /%3E %3Cglyph unicode='&%23xe908;' glyph-name='alignment-center' d='M219.429 960h585.143v-146.286h-585.143v146.286zM0 667.429h1024v-146.286h-1024v146.286zM219.429 374.857h585.143v-146.286h-585.143v146.286zM0 82.286h1024v-146.286h-1024v146.286z' /%3E %3Cglyph unicode='&%23xe909;' glyph-name='alignment-left' d='M0 960h658.286v-146.286h-658.286v146.286zM0 667.429h1024v-146.286h-1024v146.286zM0 374.857h658.286v-146.286h-658.286v146.286zM0 82.286h1024v-146.286h-1024v146.286z' /%3E %3Cglyph unicode='&%23xe90a;' glyph-name='alignment-right' d='M365.714 960h658.286v-146.286h-658.286v146.286zM0 667.429h1024v-146.286h-1024v146.286zM365.714 374.857h658.286v-146.286h-658.286v146.286zM0 82.286h1024v-146.286h-1024v146.286z' /%3E %3Cglyph unicode='&%23xe90b;' glyph-name='row-width-boxed' d='M136.533 823.467v-750.933h750.933v750.933h-750.933zM0 960h1024v-1024h-1024v1024z' /%3E %3Cglyph unicode='&%23xe90c;' glyph-name='row-width-stretched' horiz-adv-x='1570' d='M68.267 960h136.533v-136.533h-68.267v-68.267h-136.533v204.8h68.267zM1570.133 891.733v-136.533h-136.533v68.267h-68.267v136.533h204.8v-68.267zM68.267-64h136.533v136.533h-68.267v68.267h-136.533v-204.8h68.267zM1570.133 4.267v136.533h-136.533v-68.267h-68.267v-136.533h204.8v68.267zM1433.6 686.933h136.533v-204.8h-136.533v204.8zM1433.6 413.867h136.533v-204.8h-136.533v204.8zM0 686.933h136.533v-204.8h-136.533v204.8zM0 413.867h136.533v-204.8h-136.533v204.8zM819.2 960h204.8v-136.533h-204.8v136.533zM1092.267 960h204.8v-136.533h-204.8v136.533zM273.067 960h204.8v-136.533h-204.8v136.533zM546.133 960h204.8v-136.533h-204.8v136.533zM819.2 72.533h204.8v-136.533h-204.8v136.533zM1092.267 72.533h204.8v-136.533h-204.8v136.533zM273.067 72.533h204.8v-136.533h-204.8v136.533zM546.133 72.533h204.8v-136.533h-204.8v136.533z' /%3E %3Cglyph unicode='&%23xe90d;' glyph-name='row-width-stretched-content' horiz-adv-x='1570' d='M136.533 823.467v-750.933h1297.067v750.933h-1297.067zM0 960h1570.133v-1024h-1570.133v1024z' /%3E %3Cglyph unicode='&%23xe90e;' glyph-name='shape-round' d='M146.286 448c0-201.627 163.96-365.714 365.714-365.714 201.627 0 365.714 163.96 365.714 365.714 0 201.627-163.96 365.714-365.714 365.714-201.627 0-365.714-163.96-365.714-365.714zM0 448c0 282.77 229.806 512 512 512 282.77 0 512-229.806 512-512 0-282.77-229.806-512-512-512-282.77 0-512 229.806-512 512z' /%3E %3Cglyph unicode='&%23xe90f;' glyph-name='shape-rounded' d='M146.286 740.326v-584.653c0-40.623 32.783-73.388 73.388-73.388h584.653c40.623 0 73.388 32.783 73.388 73.388v584.653c0 40.623-32.783 73.388-73.388 73.388h-584.653c-40.623 0-73.388-32.783-73.388-73.388zM0 740.326c0 121.322 98.185 219.674 219.674 219.674h584.653c121.322 0 219.674-98.185 219.674-219.674v-584.653c0-121.322-98.185-219.674-219.674-219.674h-584.653c-121.322 0-219.674 98.185-219.674 219.674v584.653z' /%3E %3Cglyph unicode='&%23xe910;' glyph-name='vertical-alignment-full-height' d='M146.286 813.714v-731.429h146.286v731.429h-146.286zM0 960h438.857v-1024h-438.857v1024zM731.429 82.286h146.286v731.429h-146.286v-731.429zM585.143 960h438.857v-1024h-438.857v1024z' /%3E %3Cglyph unicode='&%23xe911;' glyph-name='background-position-full' d='M0 960h1024v-1024h-1024v1024zM146.286 813.714v-731.429h731.429v731.429h-731.429z' /%3E %3Cglyph unicode='&%23xe912;' glyph-name='background-position-center-bottom' d='M292.571 374.857h438.857v-438.857h-438.857v438.857zM438.857 228.571v-146.286h146.286v146.286h-146.286z' /%3E %3Cglyph unicode='&%23xe913;' glyph-name='mirror-horizontally-right-path-2' d='M887.467 72.533v750.933h-204.8v-750.933h204.8zM1024-64h-477.867v1024h477.867v-1024z' /%3E %3Cglyph unicode='&%23xe914;' glyph-name='background-position-center-center' d='M292.571 667.429h438.857v-438.857h-438.857v438.857zM438.857 521.143v-146.286h146.286v146.286h-146.286z' /%3E %3Cglyph unicode='&%23xe915;' glyph-name='mirror-vertically-down-path-1' d='M1024 891.733v68.267h-204.8v-136.533h68.267v-68.267h136.533v136.533zM955.733 482.133h68.267v204.8h-136.533v-68.267h-68.267v-136.533h136.533zM68.267 960h136.533v-136.533h-68.267v-68.267h-136.533v204.8h68.267zM0 550.4v136.533h136.533v-68.267h68.267v-136.533h-204.8v68.267zM273.067 823.467v136.533h204.8v-136.533h-204.8zM546.133 823.467v136.533h204.8v-136.533h-204.8zM273.067 482.133v136.533h204.8v-136.533h-204.8zM546.133 482.133v136.533h204.8v-136.533h-204.8z' /%3E %3Cglyph unicode='&%23xe916;' glyph-name='background-position-center-top' d='M292.571 960h438.857v-438.857h-438.857v438.857zM438.857 813.714v-146.286h146.286v146.286h-146.286z' /%3E %3Cglyph unicode='&%23xe917;' glyph-name='mirror-vertically-down-path-2' d='M136.533 72.533h750.933v204.8h-750.933v-204.8zM0-64v477.867h1024v-477.867h-1024z' /%3E %3Cglyph unicode='&%23xe918;' glyph-name='background-position-left-bottom' d='M0 374.857h438.857v-438.857h-438.857v438.857zM146.286 228.571v-146.286h146.286v146.286h-146.286z' /%3E %3Cglyph unicode='&%23xe919;' glyph-name='mirror-vertically-up-path-1' d='M0 4.267v-68.267h204.8v136.533h-68.267v68.267h-136.533v-136.533zM68.267 413.867h-68.267v-204.8h136.533v68.267h68.267v136.533h-136.533zM955.733-64h-136.533v136.533h68.267v68.267h136.533v-204.8h-68.267zM1024 345.6v-136.533h-136.533v68.267h-68.267v136.533h204.8v-68.267zM750.933 72.533v-136.533h-204.8v136.533h204.8zM477.867 72.533v-136.533h-204.8v136.533h204.8zM750.933 413.867v-136.533h-204.8v136.533h204.8zM477.867 413.867v-136.533h-204.8v136.533h204.8z' /%3E %3Cglyph unicode='&%23xe91a;' glyph-name='background-position-left-center' d='M0 667.429h438.857v-438.857h-438.857v438.857zM146.286 521.143v-146.286h146.286v146.286h-146.286z' /%3E %3Cglyph unicode='&%23xe91b;' glyph-name='mirror-vertically-up-path-2' d='M887.467 823.467h-750.933v-204.8h750.933v204.8zM1024 960v-477.867h-1024v477.867h1024z' /%3E %3Cglyph unicode='&%23xe91c;' glyph-name='background-position-left-top' d='M0 960h438.857v-438.857h-438.857v438.857zM146.286 813.714v-146.286h146.286v146.286h-146.286z' /%3E %3Cglyph unicode='&%23xe91e;' glyph-name='background-position-right-bottom' d='M585.143 374.857h438.857v-438.857h-438.857v438.857zM731.429 228.571v-146.286h146.286v146.286h-146.286z' /%3E %3Cglyph unicode='&%23xe920;' glyph-name='background-position-right-center' d='M585.143 667.429h438.857v-438.857h-438.857v438.857zM731.429 521.143v-146.286h146.286v146.286h-146.286z' /%3E %3Cglyph unicode='&%23xe922;' glyph-name='background-position-right-top' d='M585.143 960h438.857v-438.857h-438.857v438.857zM731.429 813.714v-146.286h146.286v146.286h-146.286z' /%3E %3Cglyph unicode='&%23xe923;' glyph-name='shape-square' d='M146.286 82.286h731.429v731.429h-731.429v-731.429zM0 960h1024v-1024h-1024v1024z' /%3E %3Cglyph unicode='&%23xe924;' glyph-name='size-l' horiz-adv-x='768' d='M728.75 47.375h-478.5v880.688h-123.75v-992.063h602.25z' /%3E %3Cglyph unicode='&%23xe925;' glyph-name='size-m' horiz-adv-x='1152' d='M242-64v757.625h8.25l312.813-750.75h104.5l312.813 750.75h8.25v-757.625h115.5v992.063h-143.688l-339.625-820.875h-11l-339.625 820.875h-143.688v-992.063z' /%3E %3Cglyph unicode='&%23xe926;' glyph-name='size-s' horiz-adv-x='796' d='M70.278 280.167c11.611-152.167 140.556-251.167 327.556-251.167 201.667 0 329.389 103.278 329.389 265.222 0 129.556-73.333 200.444-256.056 246.278l-92.278 24.444c-121.611 31.167-169.889 70.889-169.889 139.944 0 89.222 77.611 147.889 194.944 147.889 110 0 184.556-53.778 199.833-144.222h110.611c-9.167 142.389-136.278 243.833-306.778 243.833-186.389 0-311.667-101.444-311.667-251.167 0-125.278 69.056-197.389 228.556-237.722l113.056-29.333c121.611-30.556 176.611-78.222 176.611-153.389 0-87.389-87.389-151.556-205.944-151.556-125.278 0-213.278 58.667-226.722 150.944h-111.222z' /%3E %3Cglyph unicode='&%23xe927;' glyph-name='size-xs' horiz-adv-x='1707' d='M55 49.778h124.667l235.278 347.722h9.778l231-347.722h132l-298.833 438.778 305.556 443.056h-125.278l-235.889-350.778h-9.778l-232.222 350.778h-132.611l298.222-438.167-301.889-443.667zM1003.19 280.167c11.611-152.167 140.556-251.167 327.556-251.167 201.667 0 329.389 103.278 329.389 265.222 0 129.556-73.333 200.444-256.056 246.278l-92.278 24.444c-121.611 31.167-169.889 70.889-169.889 139.944 0 89.222 77.611 147.889 194.944 147.889 110 0 184.556-53.778 199.833-144.222h110.611c-9.167 142.389-136.278 243.833-306.778 243.833-186.389 0-311.667-101.444-311.667-251.167 0-125.278 69.056-197.389 228.556-237.722l113.056-29.333c121.611-30.556 176.611-78.222 176.611-153.389 0-87.389-87.389-151.556-205.944-151.556-125.278 0-213.278 58.667-226.722 150.944h-111.222z' /%3E %3Cglyph unicode='&%23xe928;' glyph-name='vertical-alignment-bottom' d='M146.286 813.714v-731.429h146.286v731.429h-146.286zM0 960h438.857v-1024h-438.857v1024zM731.429 82.286h146.286v292.571h-146.286v-292.571zM585.143 521.143h438.857v-585.143h-438.857v585.143z' /%3E %3Cglyph unicode='&%23xe929;' glyph-name='vertical-alignment-middle' d='M146.286 813.714v-731.429h146.286v731.429h-146.286zM0 960h438.857v-1024h-438.857v1024zM731.429 301.714h146.286v292.571h-146.286v-292.571zM585.143 740.571h438.857v-585.143h-438.857v585.143z' /%3E %3Cglyph unicode='&%23xe92a;' glyph-name='vertical-alignment-top' d='M146.286 813.714v-731.429h146.286v731.429h-146.286zM0 960h438.857v-1024h-438.857v1024zM731.429 521.143h146.286v292.571h-146.286v-292.571zM585.143 960h438.857v-585.143h-438.857v585.143z' /%3E %3Cglyph unicode='&%23x1f4bb;' glyph-name='tablet-landscape' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M351 105h505.988c22.112 0 40.012 17.908 40.012 39.998v600.003c0 22.072-17.914 39.998-40.012 39.998h-505.988v-680zM251 105v680h-83.988c-22.112 0-40.012-17.908-40.012-39.998v-600.003c0-22.072 17.914-39.998 40.012-39.998h83.988zM937.009 885c33.132 0 59.991-26.877 59.991-60.010v-759.98c0-33.143-26.86-60.010-59.991-60.010h-850.017c-33.132 0-59.991 26.877-59.991 60.010v759.98c0 33.143 26.86 60.010 59.991 60.010h850.017z' /%3E %3Cglyph unicode='&%23x1f4f1;' glyph-name='mobile-portrait' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M772 284v505.988c0 22.112-17.906 40.012-39.994 40.012h-440.012c-22.094 0-39.994-17.914-39.994-40.012v-505.988h520zM772 184h-520v-83.988c0-22.112 17.906-40.012 39.994-40.012h440.012c22.094 0 39.994 17.914 39.994 40.012v83.988zM152 870.009c0 33.132 26.857 59.991 59.994 59.991h600.011c33.134 0 59.994-26.86 59.994-59.991v-850.017c0-33.132-26.857-59.991-59.994-59.991h-600.011c-33.134 0-59.994 26.86-59.994 59.991v850.017z' /%3E %3Cglyph unicode='&%23x1f4f2;' glyph-name='mobile-landscape' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M351 185h505.988c22.112 0 40.012 17.906 40.012 39.994v440.012c0 22.094-17.914 39.994-40.012 39.994h-505.988v-520zM251 185v520h-83.988c-22.112 0-40.012-17.906-40.012-39.994v-440.012c0-22.094 17.914-39.994 40.012-39.994h83.988zM937.009 805c33.132 0 59.991-26.857 59.991-59.994v-600.011c0-33.134-26.86-59.994-59.991-59.994h-850.017c-33.132 0-59.991 26.857-59.991 59.994v600.011c0 33.134 26.86 59.994 59.991 59.994h850.017z' /%3E %3Cglyph unicode='&%23x1f4fa;' glyph-name='desktop' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M462 66h-150v-100h400v100h-150v114h329.99c33.132 0 60.010 26.858 60.010 59.99v630.021c0 33.131-26.867 59.99-60.010 59.99h-759.98c-33.132 0-60.010-26.858-60.010-59.99v-630.021c0-33.131 26.867-59.99 60.010-59.99h329.99v-114zM172 790.002c0 22.090 17.926 39.998 39.998 39.998h600.003c22.091 0 39.998-17.909 39.998-39.998v-470.005c0-22.090-17.926-39.998-39.998-39.998h-600.003c-22.091 0-39.998 17.909-39.998 39.998v470.005z' /%3E %3Cglyph unicode='&%23x1f5b3;' glyph-name='tablet-portrait' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M852 284v505.988c0 22.112-17.908 40.012-39.998 40.012h-600.003c-22.072 0-39.998-17.914-39.998-40.012v-505.988h680zM852 184h-680v-83.988c0-22.112 17.908-40.012 39.998-40.012h600.003c22.072 0 39.998 17.914 39.998 40.012v83.988zM72 870.009c0 33.132 26.877 59.991 60.010 59.991h759.98c33.143 0 60.010-26.86 60.010-59.991v-850.017c0-33.132-26.877-59.991-60.010-59.991h-759.98c-33.143 0-60.010 26.86-60.010 59.991v850.017z' /%3E %3C/font%3E%3C/defs%3E%3C/svg%3E#vcAttributes") format("svg");font-weight:400;font-style:normal}.vcv-ui-icon-attribute{font-family:vcattributes!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vcv-ui-icon-attribute-background-position-center-bottom:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-center-bottom:after{content:"\e912";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-center-center:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-center-center:after{content:"\e914";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-center-top:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-center-top:after{content:"\e916";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-left-bottom:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-left-bottom:after{content:"\e918";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-left-center:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-left-center:after{content:"\e91a";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-left-top:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-left-top:after{content:"\e91c";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-right-bottom:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-right-bottom:after{content:"\e91e";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-right-center:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-right-center:after{content:"\e920";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-background-position-right-top:before{content:"\e911";color:#d0d0d0}.vcv-ui-icon-attribute-background-position-right-top:after{content:"\e922";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-vertical-alignment-full-height:before{content:"\e910"}.vcv-ui-icon-attribute-alignment-center:before{content:"\e908"}.vcv-ui-icon-attribute-alignment-left:before{content:"\e909"}.vcv-ui-icon-attribute-alignment-right:before{content:"\e90a"}.vcv-ui-icon-attribute-row-width-boxed:before{content:"\e90b"}.vcv-ui-icon-attribute-row-width-stretched:before{content:"\e90c"}.vcv-ui-icon-attribute-row-width-stretched-content:before{content:"\e90d"}.vcv-ui-icon-attribute-shape-round:before{content:"\e90e"}.vcv-ui-icon-attribute-shape-rounded:before{content:"\e90f"}.vcv-ui-icon-attribute-shape-square:before{content:"\e923"}.vcv-ui-icon-attribute-size-l:before{content:"\e924"}.vcv-ui-icon-attribute-size-m:before{content:"\e925"}.vcv-ui-icon-attribute-size-s:before{content:"\e926"}.vcv-ui-icon-attribute-size-xs:before{content:"\e927"}.vcv-ui-icon-attribute-vertical-alignment-bottom:before{content:"\e928"}.vcv-ui-icon-attribute-vertical-alignment-middle:before{content:"\e929"}.vcv-ui-icon-attribute-vertical-alignment-top:before{content:"\e92a"}.vcv-ui-icon-attribute-mirror-horizontally-left:before{content:"\e905";color:#d0d0d0}.vcv-ui-icon-attribute-mirror-horizontally-left:after{content:"\e906";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-mirror-horizontally-right:before{content:"\e907";color:#d0d0d0}.vcv-ui-icon-attribute-mirror-horizontally-right:after{content:"\e913";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-mirror-vertically-down:before{content:"\e915";color:#d0d0d0}.vcv-ui-icon-attribute-mirror-vertically-down:after{content:"\e917";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-mirror-vertically-up:before{content:"\e919";color:#d0d0d0}.vcv-ui-icon-attribute-mirror-vertically-up:after{content:"\e91b";margin-left:-1em;color:#7b7b7b}.vcv-ui-icon-attribute-sandwich-bold:before{content:"\e900"}.vcv-ui-icon-attribute-sandwich-regular:before{content:"\e901"}.vcv-ui-icon-attribute-sandwich-thin:before{content:"\e902"}.vcv-ui-icon-attribute-sandwich-right:before{content:"\e903"}.vcv-ui-icon-attribute-sandwich-left:before{content:"\e904"}.vcv-ui-icon-attribute-tablet-landscape:before{content:"\1f4bb"}.vcv-ui-icon-attribute-mobile-portrait:before{content:"\1f4f1"}.vcv-ui-icon-attribute-mobile-landscape:before{content:"\1f4f2"}.vcv-ui-icon-attribute-desktop:before{content:"\1f4fa"}.vcv-ui-icon-attribute-tablet-portrait:before{content:"\1f5b3"}.vcv-row-control-container{box-sizing:border-box;min-height:60px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;opacity:0;cursor:pointer;margin:10px 0;transition:opacity .2s ease-in-out}.vce-row:hover .vcv-row-control-container{opacity:1}.vcv-row-control-container-hide-labels .vcv-row-control-content>span{display:none}.vcv-row-control-container-show-labels .vcv-row-control-content>span{display:inline}.vcv-row-control{box-sizing:border-box;padding:16px;min-width:60px;min-height:60px;text-decoration:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;cursor:pointer;transition:background .2s ease-in-out;border-radius:3px;background:rgba(0,0,0,.15);margin:5px;font-size:14px}.vcv-row-control:active,.vcv-row-control:focus,.vcv-row-control:hover{color:#fff;background:rgba(0,0,0,.2);text-decoration:none}.vcv-row-control[disabled]{color:#fff;background:rgba(0,0,0,.15);opacity:.5;cursor:not-allowed}.vcv-row-control-content{white-space:nowrap;line-height:16px}.vcv-row-control-icon{font-size:1em;height:1.25em;width:1.25em;display:inline-block;vertical-align:middle;position:relative}.vcv-row-control-icon:before{font-size:1.25em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-row-control-icon+span{margin-left:16px;vertical-align:middle;font-family:Nunito Sans,sans-serif}.vce-col.vce-element--has-background>.vce-col-content>.vcv-row-control-container,.vce-row.vce-element--has-background>.vce-row-content>.vce-col>.vce-col-content>.vcv-row-control-container{margin-bottom:35px;padding:0}.vce-col-content[data-vcv-centered-control=true],.vce-col[data-vcv-centered-control=true]{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;width:100%}.vce-col-inner[data-vcv-centered-control=true]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-blank-page-container{max-width:500px;margin:30px auto;padding:0 20px;font-family:Nunito Sans,sans-serif}.vcv-blank-page-heading-container{margin:0 0 25px;text-align:center}.vcv-blank-page-heading{display:inline-block;font-family:inherit;font-size:26px;line-height:1.2em;text-transform:capitalize}.vcv-blank-page-controls-container{margin:0 auto}.vcv-blank-page-controls-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -10px}.vcv-ui-element-control{position:relative;width:60px;height:60px;padding:10px;margin:10px;border:none;border-radius:3px;color:#fff;background:#2b4b80;cursor:pointer;text-decoration:none;transition:background .2s ease-in-out;vertical-align:middle;overflow:visible}.vcv-ui-element-control:hover{background:#6dab3c}.vcv-ui-element-control--row:hover{background:#4673bd}.vcv-ui-element-control--add:hover{background:#203251}.vcv-ui-element-control--template{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;transition:background .2s ease-in-out}.vcv-ui-element-control--template:hover{background:#fec53f}.vcv-ui-element-control--full-width{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%}.vcv-ui-element-control .vcv-ui-icon{width:50px;height:50px;font-size:1.2em}.vcv-ui-element-control .vcv-ui-icon,.vcv-ui-element-control .vcv-ui-icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-element-control .vcv-ui-icon:before{font-size:23px}.vcv-ui-element-control .vcv-ui-icon-template:before{font-size:30px}.vcv-ui-element-control-label{display:none;font-family:inherit}.vcv-ui-element-controls--lock-width{-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.vcv-ui-element-controls--lock-width .vcv-ui-element-control{padding:0 10px;width:auto;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;font-size:1.2em;text-align:left}.vcv-ui-element-controls--lock-width .vcv-ui-element-control,.vcv-ui-element-controls--lock-width .vcv-ui-element-control-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-element-controls--lock-width .vcv-ui-element-control-label{display:inline-block;font-size:.8em;margin-left:16px}.vcv-ui-element-controls--lock-width .vcv-ui-icon{position:relative;top:auto;left:auto;-webkit-transform:initial;transform:none;font-size:medium}.vcv-blank-page-description-container{display:block;min-height:160px;margin-top:20px;font-family:Nunito Sans,sans-serif;font-size:14px;font-style:italic;line-height:1.4em;opacity:0;transition:opacity .2s ease-in-out}.vcv-blank-page-description-container.vcv-blank-page-description-active{opacity:1}.vcv-ui-blank-row-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:50vh;position:relative}.vcv-ui-blank-row-drag-overlay{position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;opacity:0;visibility:hidden;transition:all .2s}.vcv-ui-blank-row-drag-overlay svg{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;opacity:.15}.vcv-drag-helper-over-blank-row .vcv-ui-blank-row-drag-overlay{z-index:1;opacity:1;visibility:visible}.vcv-drag-helper-over-blank-row .vcv-ui-blank-row-controls-container{opacity:0}.vcv-layouts-html{position:relative}.vcv-layouts-html .vcv-ui-blank-row-container{height:auto;min-height:0}.vcv-layouts-html .vcv-ui-blank-row{margin-top:20px}.vcv-ui-blank-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;border:1px dashed hsla(0,0%,71.8%,.8);position:relative}.vcv-ui-blank-row-controls-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:10px 0;transition:opacity .2s}.vcv-ui-blank-row-element-control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100px;padding:0;margin:10px 0;border:none;cursor:pointer}.vcv-ui-blank-row-element-control,.vcv-ui-blank-row-element-control:active,.vcv-ui-blank-row-element-control:focus,.vcv-ui-blank-row-element-control:hover{background:transparent;box-shadow:none}.vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon{opacity:.3}.vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon{opacity:.15;transition:opacity .2s ease-in-out}.vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon svg{vertical-align:top}.vce-col-content .vcv-row-control-container .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon:hover{opacity:.3}.vcv-row-control-container .vcv-ui-blank-row-element-control{position:absolute;top:0;left:0;margin:0;width:100%;height:100%;min-height:80px}.vcv-row-control-container .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon{opacity:.15}.vcv-row-control-container.vcv-row-control-container-mobile-add{opacity:1}.vcv-ui-blank-row-element-control-label{display:none;font-family:inherit}.vcv-is-hidden{visibility:hidden}.single-vcv_footers .vcv-ui-blank-row .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon,.single-vcv_headers .vcv-ui-blank-row .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon,.single-vcv_sidebars .vcv-ui-blank-row .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon{opacity:.35}.single-vcv_footers .vcv-ui-blank-row .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon,.single-vcv_headers .vcv-ui-blank-row .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon,.single-vcv_sidebars .vcv-ui-blank-row .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon{opacity:.8}.single-vcv_footers .vcv-ui-blank-row,.single-vcv_headers .vcv-ui-blank-row,.single-vcv_sidebars .vcv-ui-blank-row{border:0;margin-bottom:15px}.single-vcv_headers .vcv-ui-blank-row-container,.single-vcv_sidebars .vcv-ui-blank-row-container{position:absolute;bottom:0;left:0;right:0;-webkit-transform:translateY(100%);transform:translateY(100%)}.single-vcv_footers .vcv-ui-blank-row-container{background:#292929}[data-vcv-element] [contenteditable]:focus{outline:none}[data-vcv-element] .vcvhelper[data-vcv-content-editable-inline-mode=text] div,[data-vcv-element] .vcvhelper[data-vcv-content-editable-inline-mode=text] p,[data-vcv-element] vcvhelper[data-vcv-content-editable-inline-mode=text] div,[data-vcv-element] vcvhelper[data-vcv-content-editable-inline-mode=text] p{display:inline;margin:0;padding:0}[data-vcv-element] .vcvhelper[data-vcv-content-editable-inline-mode=text] br,[data-vcv-element] vcvhelper[data-vcv-content-editable-inline-mode=text] br{display:none}.vcv-ui-content-editable-helper-loader{display:-webkit-flex;display:-ms-flexbox;display:flex;padding:16px;min-width:60px;min-height:60px}.vcv-row-placeholder{border:1px dashed hsla(0,0%,71.8%,.8);opacity:1;margin-top:10px}.vce-column-resizer.vce-column-resizer--active,.vcv-state--show-resizer .vce-column-resizer{display:block}.vce-column-resizer{position:relative;width:0;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;display:none}.vce-column-resizer-handler{position:absolute;right:0;top:0;bottom:0;z-index:999;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:col-resize}.vce-column-resizer-handler:before{display:block;content:"";position:absolute;border-right:1px dashed hsla(0,0%,71.8%,.8);top:0;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.rtl.vce-column-resizer-handler,.rtl .vce-column-resizer-handler{left:0;right:auto}.vce-row--col-gap-0 .vce-column-resizer .vce-column-resizer-handler{width:2px;-webkit-transform:translate(50%);transform:translate(50%)}.vce-column-resizer-label-container{position:relative;height:29px}.vce-column-resizer-label-container:before{z-index:99999;content:"";position:absolute;width:3px;height:3px;background:#fff;border-radius:50%;-webkit-transform:translate(-50%,13px);transform:translate(-50%,13px);box-shadow:0 5px #fff,0 -5px #fff}.vce-column-resizer-label-container.vce-column-resizer-label-container--active .vce-column-resizer-label{width:45px;opacity:1;background:#2b4b80}.vce-column-resizer-label-container.vce-column-resizer-label-container--active .vce-column-resizer-label-percentage{opacity:1}.vce-column-resizer-label{position:absolute;top:0;width:7px;height:100%;color:#fff;font-size:12px;font-family:Nunito Sans,sans-serif;font-weight:700;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;direction:ltr;z-index:9999;background:#2b4b80;background:rgba(0,0,0,.3);transition:width .2s ease-in-out,background .2s ease-in-out}.vce-column-resizer-label.vce-column-resizer-label-left{right:0;border-radius:7.5px 0 0 7.5px}.vce-column-resizer-label.vce-column-resizer-label-right{left:0;border-radius:0 7.5px 7.5px 0}.vce-column-resizer-label-percentage{line-height:0;opacity:0;transition:opacity .2s ease-in-out}.vce-column-wrap-blocker{width:100%;height:0;opacity:0;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0}.vce-col--all-hide+.vce-column-resizer,.vce-col--all-last+.vce-column-resizer{display:none}@media (min-width:0) and (max-width:543px){.vce-col--xs-hide+.vce-column-resizer,.vce-col--xs-last+.vce-column-resizer{display:none}}@media (min-width:544px) and (max-width:767px){.vce-col--sm-hide+.vce-column-resizer,.vce-col--sm-last+.vce-column-resizer{display:none}}@media (min-width:768px) and (max-width:991px){.vce-col--md-hide+.vce-column-resizer,.vce-col--md-last+.vce-column-resizer{display:none}}@media (min-width:992px) and (max-width:1199px){.vce-col--lg-hide+.vce-column-resizer,.vce-col--lg-last+.vce-column-resizer{display:none}}@media (min-width:1200px){.vce-col--xl-hide+.vce-column-resizer,.vce-col--xl-last+.vce-column-resizer{display:none}}.vcv-blank-element{height:50px}[data-vcv-layout-zone]{position:relative;min-height:40px}[data-vcv-layout-zone].vcv-drag-helper-over-hfs{cursor:not-allowed}[data-vcv-layout-zone].vcv-drag-helper-over-hfs .vcv-zone-overlay{visibility:hidden;z-index:-1}[data-vcv-layout-zone] .vcv-zone-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;transition:background .2s;z-index:100}[data-vcv-layout-zone] .vcv-zone-overlay:hover{background:hsla(0,0%,100%,.2)}[data-vcv-layout-zone] .vcv-zone-overlay:hover .vcv-zone-button{opacity:1}[data-vcv-layout-zone] .vcv-zone-button{position:-webkit-sticky;position:sticky;top:15px;bottom:15px;opacity:0;background:#2b4b80;color:#fff;transition:opacity .2s,background .2s;font-size:14px;border:0;border-radius:3px;padding:8px 20px;font-family:Nunito Sans,sans-serif;font-weight:400;margin:0 5px;line-height:unset;text-decoration:none;box-shadow:none;z-index:100}[data-vcv-layout-zone] .vcv-zone-button:focus{outline:none;text-decoration:none;box-shadow:none;border:0}[data-vcv-layout-zone] .vcv-zone-button:hover{background-color:#203251;text-decoration:none;box-shadow:none;border:0;cursor:pointer}[data-vcv-layout-zone] .vcv-zone-button .vcv-ui-icon{margin-right:14px}[data-vcv-layout-zone] .vcv-zone-empty{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;transition:background .2s}[data-vcv-layout-zone] .vcv-zone-empty .vcv-zone-empty-text{position:-webkit-sticky;position:sticky;top:15px;bottom:15px;display:inline-block;padding:6px 0;font-size:.9em;font-style:italic;font-family:Nunito Sans,sans-serif;color:#9a9a9a;font-weight:400}[data-vcv-layout-zone] .vcv-zone-button-container{position:-webkit-sticky;position:sticky;display:-webkit-flex;display:-ms-flexbox;display:flex;top:15px;bottom:15px;z-index:100}[data-vcv-layout-zone] .vcv-zone-button-container .vcv-zone-button{position:relative;top:auto;bottom:auto}[data-vcv-layout-zone=sidebar] .vcv-zone-overlay{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}[data-vcv-layout-zone=sidebar] .vcv-zone-button{margin:5px 0}[data-vcv-layout-zone=sidebar] .vcv-zone-button-container{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-migration-notice-container{position:absolute;top:0;left:0;z-index:1150;width:100%;height:100%}.vcv-migration-notice,.vcv-migration-notice-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#fff}.vcv-migration-notice{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 15%;text-align:center;font:normal normal normal 12px Montserrat,sans-serif}.vcv-migration-title{width:80%;font-size:2em;line-height:1.3;color:#363636;letter-spacing:1px}.vcv-migration-description{text-align:left;font:normal normal 700 12px Nunito Sans,sans-serif}.vcv-migration-description,.vcv-migration-label{color:#717171;font-size:14px;line-height:24px;letter-spacing:1px;margin:0 0 1.5em}.vcv-migration-description.vcv-migration-description--emphasized{margin:5px 0 2em;font-style:italic;color:#a6a6a6;line-height:1.6;font-size:13px;font-weight:400}.vcv-migration-button{width:422px}.vcv-migration-label{position:relative;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;vertical-align:-3px;padding:0 0 0 25px}.vcv-migration-label:after,.vcv-migration-label:before{content:"";position:absolute}.vcv-migration-label:before{top:4px;left:0;width:16px;height:16px;transition:border .2s ease-in-out,background .2s ease-in-out}.vcv-migration-label:after{height:10px;width:6px;border:2px solid #fff;border-left:0;border-top:0;top:5px;left:5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);transition:border-color .2s ease-in-out}.vcv-migration-checkbox{position:absolute;top:0;left:0;margin:0;padding:0;height:16px;width:16px;opacity:0;z-index:-99}.vcv-migration-checkbox:not(:checked)+label:before{border:2px solid #d4d4d4}.vcv-migration-checkbox:checked+label:before{border:2px solid #21a1d1;background:#21a1d1}.vcv-migration-checkbox:not(:checked)+label:after{border-color:transparent}.vcv-migration-checkbox:checked+label:after{border-color:#fff}.vcv-migration-button{display:inline-block;background:transparent;color:#d6d6d6;letter-spacing:.077em;text-transform:uppercase;border:2px solid #d6d6d6;padding:16px 34px;transition:color .2s ease-in-out,border-color .2s ease-in-out,background .2s ease-in-out;margin-bottom:20px;max-width:100%;border-radius:0;cursor:pointer;font:normal normal normal 12px Montserrat,sans-serif}.vcv-migration-button--start{border-color:#294a82;background:#294a82;color:#fff}.vcv-migration-button--start:hover{border-color:#1f3152;background:#1f3152}.vcv-migration-button--back:hover{color:#a0a0a0;border-color:#a0a0a0}.vcv-migration-notes{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.vcv-migration-note,.vcv-migration-notes{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-migration-note{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;margin:0 0 .5em;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}.vcv-migration-note:last-of-type{margin:0 0 1.5em}.vcv-migration-note .vcv-ui-icon{margin:3px 13px 0 0;font-size:17px}.vcv-migration-note .vcv-ui-icon.vcv-ui-state--success{color:#6dab3c}.vcv-migration-note .vcv-ui-icon.vcv-ui-state--error{color:#f44}.vcv-migration-note .vcv-migration-description{margin:0}@media screen and (max-width:1024px){.vcv-migration-notice{padding:0 10%}.vcv-migration-title{font-size:2em;margin:.5em 0}.vcv-migration-description,.vcv-migration-label{line-height:22px;font-size:13px;margin:0 0 1.5em}.vcv-migration-description--emphasized{margin:0 0 2em}.vcv-migration-button{margin-bottom:15px}}@media screen and (max-width:768px){.vcv-migration-notice{position:absolute;top:0;left:0;width:100%;padding:12% 3%}.vcv-migration-title{width:100%;font-size:2em;margin:.4em 0}.vcv-migration-description,.vcv-migration-label{line-height:20px;font-size:13px;margin:0 0 1.3em}.vcv-migration-description--emphasized{font-size:12px}.vcv-migration-button{margin-bottom:13px}}.medium-toolbar-arrow-under:after{border-color:#2b4b80 transparent transparent;top:auto;bottom:-6px;border-width:6px 6px 0}.medium-toolbar-arrow-over:before{border-color:transparent transparent #2b4b80;border-width:0 6px 6px;top:-6px}.medium-editor-toolbar{background-color:#2b4b80;border:none;box-shadow:1px 0 10px 0 rgba(0,0,0,.3);color:#fff;border-radius:4px;font-size:14px}.medium-editor-toolbar-actions{border-radius:inherit;overflow:hidden}.medium-editor-toolbar-actions .medium-editor-action{background-color:#2b4b80;background-image:none;border:none;color:#fff;box-sizing:border-box;cursor:pointer;max-width:100%;position:relative;text-align:center;text-decoration:none;white-space:normal;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:all .2s ease-in-out;width:40px;height:40px;margin:0;padding:0;-webkit-appearance:none}.medium-editor-toolbar-actions .medium-editor-action>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.medium-editor-toolbar-actions .medium-editor-action.medium-editor-button-active,.medium-editor-toolbar-actions .medium-editor-action:hover{background-color:#203251}.medium-editor-toolbar-actions .medium-editor-action.medium-editor-button-active:hover{background-color:#2e4567}.medium-editor-toolbar-form a{color:inherit;border:none;display:inline-block;vertical-align:middle;height:40px;width:40px;line-height:40px;margin:0;text-align:center;background-color:#2b4b80;padding:0}.medium-editor-toolbar-form a:hover{background-color:#203251}.medium-editor-toolbar-input{background:transparent;color:inherit;height:40px}.medium-editor-toolbar-input:-moz-placeholder,.medium-editor-toolbar-input:-ms-input-placeholder,.medium-editor-toolbar-input::-moz-placeholder,.medium-editor-toolbar-input::-webkit-input-placeholder{color:hsla(0,0%,100%,.8)}.medium-editor-action-bold>b{visibility:hidden}.medium-editor-action-bold:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath fill='%23fff' d='M293.582 360.73c19.375 0 34.434-15.059 34.434-34.434s-15.059-34.434-34.434-34.434h-80.714v68.868h80.714zm-80.713-206.605v68.868h68.869c19.375 0 34.434-15.059 34.434-34.434s-15.059-34.434-34.434-34.434H212.87zm129.128 97.908c30.142 13.98 49.493 44.121 49.493 78.556 0 48.414-36.592 87.165-85.007 87.165H144V96.001h144.188c51.651 0 91.457 40.885 91.457 92.536 0 23.668-15.059 48.415-37.671 63.496h.023z'/%3E%3C/svg%3E");background-position:50% 50%;background-size:16px 16px;background-repeat:no-repeat;height:inherit;width:inherit;display:block}.medium-editor-action-italic>b{visibility:hidden}.medium-editor-action-italic:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath fill='%23fff' d='M219.48 96h184.016v68.868H338.92l-77.477 184.017h50.572v68.868H127.998v-68.868h64.576l77.477-184.017h-50.572V96z'/%3E%3C/svg%3E");background-position:50% 50%;background-size:16px 16px;background-repeat:no-repeat;height:inherit;width:inherit;display:block}.medium-editor-action-underline>b{visibility:hidden}.medium-editor-action-underline:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath fill='%23fff' d='M112 462.931h320.674v46.279H112v-46.279zm160.325-45.178a137.32 137.32 0 01-137.737-137.737V95.999h57.023v184.017c0 44.121 36.592 79.635 80.714 79.635s80.714-35.513 80.714-79.635V95.999h57.023v184.017a137.32 137.32 0 01-137.737 137.737z'/%3E%3C/svg%3E");background-position:50% 50%;background-size:16px 16px;background-repeat:no-repeat;height:inherit;width:inherit;display:block}body:not(.vcv-wb-editor)[vcv-tinymce-active]{padding-left:1px;padding-right:1px}body:not(.vcv-wb-editor) .mce-content-body{line-height:unset}body:not(.vcv-wb-editor) .mce-floatpanel{box-shadow:none}body:not(.vcv-wb-editor) div.mce-panel.mce-tinymce-inline{background:transparent;border:none!important}body:not(.vcv-wb-editor) div.mce-toolbar-grp{background:#2a4b80;border-radius:5px;border:none}body:not(.vcv-wb-editor) .mce-btn-group:not(:first-child){border-left-color:hsla(0,0%,100%,.1);margin-left:0}body:not(.vcv-wb-editor) .mce-flow-layout-item.mce-first .mce-btn.mce-first{border-top-left-radius:5px;border-bottom-left-radius:5px}body:not(.vcv-wb-editor) .mce-flow-layout-item.mce-last{margin:0}body:not(.vcv-wb-editor) .mce-flow-layout-item.mce-last .mce-btn.mce-last{border-top-right-radius:5px;border-bottom-right-radius:5px}body:not(.vcv-wb-editor) .mce-toolbar .mce-btn-group{padding:0}body:not(.vcv-wb-editor) .mce-toolbar .mce-ico{color:#fff;transition:none}body:not(.vcv-wb-editor) .mce-btn-group .mce-btn{background:transparent;border:none;text-shadow:none;padding:5px 6px;cursor:pointer;margin:0}body:not(.vcv-wb-editor) .mce-toolbar .mce-btn-group .mce-btn.mce-active,body:not(.vcv-wb-editor) .mce-toolbar .mce-btn-group .mce-btn:active,body:not(.vcv-wb-editor) .mce-toolbar .mce-btn-group .mce-btn:focus,body:not(.vcv-wb-editor) .mce-toolbar .mce-btn-group .mce-btn:hover,body:not(.vcv-wb-editor) .qt-dfw.active,body:not(.vcv-wb-editor) .qt-dfw:focus,body:not(.vcv-wb-editor) .qt-dfw:hover{background-color:#203251;border-color:transparent;box-shadow:none}body:not(.vcv-wb-editor) .mce-btn:hover .mce-caret,body:not(.vcv-wb-editor) .mce-caret{border-top-color:#fff}body:not(.vcv-wb-editor) .mce-btn button,body:not(.vcv-wb-editor) .mce-menubtn button{color:#fff;background:transparent;letter-spacing:normal;text-transform:none}body:not(.vcv-wb-editor) .mce-container-body.mce-stack-layout>.mce-toolbar:not(:first-child){border-top:1px solid hsla(0,0%,100%,.1)}body:not(.vcv-wb-editor) .mce-ico.mce-i-vcv-ui-icon-more-dots{font-family:VC-Icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not(.vcv-wb-editor) .mce-ico.mce-i-vcv-ui-icon-more-dots:before{content:"\22ef"}body:not(.vcv-wb-editor) .mce-tinymce-inline .mce-container-body.mce-abs-layout{overflow:visible}.vcv-ui-form-group--permalink{margin-top:-10px}.vcv-permalink-container{width:100%;text-align:left;font-size:13px;font-weight:700;-webkit-font-smoothing:antialiased;display:-webkit-flex;display:-ms-flexbox;display:flex;line-height:25px}.vcv-permalink-text{color:#a2a2a2}.vcv-permalink-link{color:#a2a2a2;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.vcv-permalink-editable{outline:none;transition:box-shadow .2s,padding .2s,color .2s,margin .2s;padding:0;border-radius:12px;cursor:text;word-break:break-all}.vcv-permalink-editable:focus,.vcv-permalink-editable:hover{outline:none}.vcv-permalink-container--editable .vcv-permalink-link{color:#2a4b80}.vcv-permalink-container--editable .vcv-permalink-editable:focus,.vcv-permalink-container--editable .vcv-permalink-editable:hover,.vcv-permalink-container--editable .vcv-permalink-link:hover .vcv-permalink-editable{box-shadow:0 0 0 2px #d1d1d1;padding:0 9px;margin:0 3px;color:#a2a2a2}.vcv-is-no-selection{-webkit-user-select:none;-ms-user-select:none;user-select:none}.vcv-is-invisible{visibility:hidden}vcvhelper{display:block}.vcvhelper,vcvhelper{border:none}.vcv-is-disabled-outline:focus,.vcv-is-disabled-outline [tabindex]:focus,.vcv-is-disabled-outline a:focus,.vcv-is-disabled-outline area:focus,.vcv-is-disabled-outline button:focus,.vcv-is-disabled-outline input:focus,.vcv-is-disabled-outline label:focus,.vcv-is-disabled-outline select:focus,.vcv-is-disabled-outline summary:focus,.vcv-is-disabled-outline textarea:focus{outline:none}#vc_v-editor .navbar-fixed-top{top:32px}
|
1 |
Â
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Nunito+Sans:400,400i,700,700i);@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,greek,greek-ext,cyrillic-ext,latin-ext,cyrillic);
|
2 |
Â
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{overflow:auto}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.screen-reader-text{display:none}
|
3 |
+
/*! reboot css styles */html{box-sizing:border-box;font-size:16px}body,body.vcv-wb-editor{font-size:.875rem;font-family:Nunito Sans,sans-serif}*,:after,:before{box-sizing:inherit}[tabindex="-1"]:focus{outline:none!important}img{max-width:100%}a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}a:focus,area:focus,button:focus,input:focus,label:focus,select:focus,summary:focus,textarea:focus{outline:none}@font-face{font-family:VC-Icons;src:url(fonts/VC-Icons.ttf?ef8610166ed0345dbab5757066b007e1) format("truetype"),url(fonts/VC-Icons.woff?aefaba2ae748ad726e91c9edb2cfe323) format("woff"),url("data:image/svg+xml,%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %3E %3Csvg xmlns='http://www.w3.org/2000/svg'%3E %3Cmetadata%3EGenerated by IcoMoon%3C/metadata%3E %3Cdefs%3E %3Cfont id='VC-Icons' horiz-adv-x='1024'%3E %3Cfont-face units-per-em='1024' ascent='960' descent='-64' /%3E %3Cmissing-glyph horiz-adv-x='1024' /%3E %3Cglyph unicode='&%23x20;' horiz-adv-x='512' d='' /%3E %3Cglyph unicode='&%23x2261;' glyph-name='mobile-menu' d='M74.668 822.856h874.666v-124.953h-874.666v124.953zM74.668 510.495h874.666v-124.97h-874.666v124.97zM74.668 198.096h874.666v-124.953h-874.666v124.953z' /%3E %3Cglyph unicode='&%23x22ee;' glyph-name='drag-dots' d='M619.59 448c0-59.421-48.17-107.59-107.59-107.59s-107.59 48.17-107.59 107.59c0 59.421 48.17 107.59 107.59 107.59s107.59-48.17 107.59-107.59zM619.59 820.411c0-59.421-48.17-107.59-107.59-107.59s-107.59 48.17-107.59 107.59c0 59.421 48.17 107.59 107.59 107.59s107.59-48.17 107.59-107.59zM619.59 75.591c0-59.421-48.17-107.59-107.59-107.59s-107.59 48.17-107.59 107.59c0 59.421 48.17 107.59 107.59 107.59s107.59-48.17 107.59-107.59z' /%3E %3Cglyph unicode='&%23x22ef;' glyph-name='more-dots' d='M512 340.41c-59.421 0-107.59 48.17-107.59 107.59s48.17 107.59 107.59 107.59c59.421 0 107.59-48.17 107.59-107.59s-48.17-107.59-107.59-107.59zM884.411 340.41c-59.421 0-107.59 48.17-107.59 107.59s48.17 107.59 107.59 107.59c59.421 0 107.59-48.17 107.59-107.59s-48.17-107.59-107.59-107.59zM139.591 340.41c-59.421 0-107.59 48.17-107.59 107.59s48.17 107.59 107.59 107.59c59.421 0 107.59-48.17 107.59-107.59s-48.17-107.59-107.59-107.59z' /%3E %3Cglyph unicode='&%23x2315;' glyph-name='search' horiz-adv-x='951' d='M658.286 475.428q0 105.714-75.143 180.857t-180.857 75.143-180.857-75.143-75.143-180.857 75.143-180.857 180.857-75.143 180.857 75.143 75.143 180.857zM950.857 0q0-29.714-21.714-51.429t-51.429-21.714q-30.857 0-51.429 21.714l-196 195.429q-102.286-70.857-228-70.857-81.714 0-156.286 31.714t-128.571 85.714-85.714 128.571-31.714 156.286 31.714 156.286 85.714 128.571 128.571 85.714 156.286 31.714 156.286-31.714 128.571-85.714 85.714-128.571 31.714-156.286q0-125.714-70.857-228l196-196q21.143-21.143 21.143-51.429z' /%3E %3Cglyph unicode='&%23x23f8;' glyph-name='row-layout' d='M92-32h360v960h-420v-960h60zM152 88v720h180v-720h-180zM932-32h-360v960h420v-960h-60zM872 88v720h-180v-720h180z' /%3E %3Cglyph unicode='&%23x25b4;' glyph-name='arrow-up' d='M775.22 340.565l-263.22 263.22-263.22-263.22c-17.844-17.844-5.212-48.35 20.025-48.35h486.389c25.237 0 37.87 30.506 20.025 48.35z' /%3E %3Cglyph unicode='&%23x25b8;' glyph-name='arrow-right' d='M404.565 184.78l263.22 263.22-263.22 263.22c-17.844 17.844-48.35 5.212-48.35-20.025v-486.389c0-25.237 30.506-37.87 48.35-20.025z' /%3E %3Cglyph unicode='&%23x25be;' glyph-name='expand' d='M248.78 555.435l263.22-263.22 263.22 263.22c17.844 17.844 5.212 48.35-20.025 48.35h-486.389c-25.237 0-37.87-30.506-20.025-48.35z' /%3E %3Cglyph unicode='&%23x25c4;' glyph-name='arrow-left' d='M619.435 711.22l-263.22-263.22 263.22-263.22c17.844-17.844 48.35-5.212 48.35 20.025v486.389c0 25.237-30.506 37.87-48.35 20.025z' /%3E %3Cglyph unicode='&%23x2661;' glyph-name='heart-stroke' d='M739.616 768c78.624 0 143.744-58.24 154.752-134.016l-382.24-438.976-382.496 438.976c11.008 75.776 76.128 134.016 154.752 134.016 64.512 0 123.36-69.248 123.36-69.248l104.256-110.752 104.256 110.752c0 0 58.88 69.248 123.36 69.248M739.616 896c-95.488 0-176-50.496-227.616-123.008-51.616 72.512-132.128 123.008-227.616 123.008-156.896 0-284.384-127.744-284.384-284.512v-23.488l512.256-588 511.744 588v23.488c0 156.768-127.488 284.512-284.384 284.512v0z' /%3E %3Cglyph unicode='&%23x270e;' glyph-name='edit' d='M320.892-0.215l639.258 639.21c25.772 25.772 31.447 56.233 5.659 81.989l-172.175 172.159c-25.74 25.756-65.886 28.488-91.673 2.716l-640.858-637.011c-28.698-27.373-22.409-27.826-22.442-45.95l-0.469-187.535c0.065-28.036 22.458-50.93 50.477-50.995l199.775 5.336c14.002-0.049 21.585 9.152 32.45 20.081zM773.893 775.89l74.664-74.697c11.932-11.948 6.289-30.477-5.691-42.442l-44.446-44.462-113.21 113.193 52.66 52.223c11.948 11.981 24.042 8.133 36.023-3.816zM237.755 53.495l-81.375 3.007c-12.984 0.032-22.976 9.442-23.055 22.458l1.778 92.935c0 6.435 0.211 9.184 13.889 22.927l0.016-0.032 453.664 450.817 113.516-113.516-463.816-463.816c-10.865-10.865-8.181-14.842-14.616-14.778z' /%3E %3Cglyph unicode='&%23x2710;' glyph-name='pen-alt-fill' d='M948.992 884.992c-99.872 100-262.112 100-361.984 0l-586.016-585.984-0.992-363.008h361.984l587.008 587.008c100 100 100 261.984 0 361.984zM307.616 64h-180.992v182.016c49.984 49.984 131.008 49.984 180.992 0s50.016-132.032 0-182.016zM856.128 613.504l-180.992 180.992c49.984 49.984 131.008 49.984 180.992 0s49.984-131.008 0-180.992z' /%3E %3Cglyph unicode='&%23x2714;' glyph-name='save' d='M496.783 176.777l527.215 527.237-108.612 108.589-512.011-511.989-294.788 294.788-108.589-108.589 403.376-403.42z' /%3E %3Cglyph unicode='&%23x2715;' glyph-name='add-thin' d='M64 503.552h896v-111.119h-896v111.119zM456.433 896h111.104v-896h-111.104v896z' /%3E %3Cglyph unicode='&%23x2716;' glyph-name='close' d='M64 135.363l760.637 760.637 135.139-135.139-760.412-760.861-135.363 135.363zM64 760.637l135.139 135.139 760.637-760.637-135.139-135.139-760.637 760.637z' /%3E %3Cglyph unicode='&%23x2717;' glyph-name='close-thin' d='M861.143 0.020l-797.107 797.107 98.855 98.855 797.107-797.107-98.855-98.855zM162.845 0.032l-98.842 98.842 797.107 797.107 98.842-98.842-797.107-797.107z' /%3E %3Cglyph unicode='&%23x2723;' glyph-name='move' d='M576 320v-192h128l-192-192-192 192h128v192zM448 576v192h-128l192 192 192-192h-128v-192zM384 384h-192v-128l-192 192 192 192v-128h192zM640 512h192v128l192-192-192-192v128h-192z' /%3E %3Cglyph unicode='&%23x2795;' glyph-name='add' d='M32.001 533.328h959.998v-170.658h-959.998v170.658zM426.659 927.986h170.658v-959.973h-170.658v959.973z' /%3E %3Cglyph unicode='&%23x2796;' glyph-name='remove' d='M32.001 533.328h959.998v-170.658h-959.998v170.658z' /%3E %3Cglyph unicode='&%23x293e;' glyph-name='undo' horiz-adv-x='1022' d='M900.936 840.968c-158.614 158.582-435.332 158.71-593.85 0l-179.094-179.222v170.23h-127.992v-383.976h383.976v127.992l-160.726-0.096 174.486 174.486c110.234 110.362 302.478 110.362 412.71-0.128 55.132-55.134 85.498-128.376 85.498-206.356 0-78.076-30.366-151.35-85.498-206.644l-96.506-96.474 90.49-90.458 96.506 96.25c79.258 79.516 123 185.046 123 297.326 0 112.216-43.742 217.714-123 297.070zM590.332-64l-90.492 90.618 90.556 90.458 90.49-90.618z' /%3E %3Cglyph unicode='&%23x293f;' glyph-name='redo' horiz-adv-x='1022' d='M121.064 840.968c158.614 158.582 435.332 158.71 593.85 0l179.094-179.222v170.23h127.992v-383.976h-383.976v127.992l160.726-0.096-174.486 174.486c-110.234 110.362-302.478 110.362-412.71-0.128-55.132-55.134-85.498-128.376-85.498-206.356 0-78.076 30.366-151.35 85.498-206.644l96.506-96.474-90.49-90.458-96.506 96.25c-79.258 79.516-123 185.046-123 297.326 0 112.216 43.742 217.714 123 297.070zM431.668-64l90.492 90.618-90.556 90.458-90.49-90.618z' /%3E %3Cglyph unicode='&%23xe900;' glyph-name='error' horiz-adv-x='1152' d='M1139.232 79.872l-480 832c-16.608 28.736-47.68 48.128-83.232 48.128s-66.624-19.392-83.232-48.128l-480-832c-8.096-14.080-12.768-30.432-12.768-47.872 0-52.992 43.008-96 96-96h960c52.992 0 96 43.008 96 96 0 17.44-4.64 33.792-12.768 47.872zM95.936 31.904l480.128 832 479.936-831.904-960.064-0.096z' /%3E %3Cglyph unicode='&%23xe901;' glyph-name='key' d='M620.291 299.094c-6.728 16.669-12.558 35.711-17.828 58.211-7.395 31.589-38.431 51.066-69.338 43.501-30.898-7.56-49.951-39.296-42.554-70.882 6.679-28.528 14.322-53.283 23.357-75.678 24.156-59.879 80.361-98.669 143.319-98.819h181.573c0.123 0 0.242 0 0.368 0 61.408 0 116.909 37.131 141.458 94.685 19.882 46.611 43.54 119.122 43.353 199.875-0.187 80.541-24.050 151.934-44.041 197.649-24.628 56.306-80.096 92.785-141.45 92.935h-179.404c-0.13 0-0.256 0-0.389 0-64.722 0-121.18-38.987-143.898-99.407-3.023-8.039-6.719-18.163-10.577-29.971h-347.892c-15.553 0-30.441-6.437-41.277-17.842l-98.822-104.055c-21.766-22.918-21.657-59.405 0.247-82.187l100.674-104.714c10.815-11.25 25.597-17.587 41.029-17.587h172.584c31.773 0 57.528 26.329 57.528 58.809s-25.755 58.809-57.528 58.809h-148.462l-44.377 46.156 42.732 44.997h366.715c26.5 0 49.572 18.507 55.877 44.821 4.654 19.427 10.496 38.108 18.941 60.567 5.571 14.808 19.551 23.994 36.642 23.994 0.040 0 0.078 0 0.115 0h179.401c16.269-0.038 30.274-8.977 36.547-23.321 15.443-35.32 33.884-90.003 34.022-149.926 0.141-60.361-18.282-116.294-33.763-152.587-6.242-14.637-20.365-24.079-36.13-24.079-0.031 0-0.063 0-0.095 0h-181.573c-15.912 0.038-30.818 10.506-37.088 26.049zM819.2 448c0-28.515-22.923-51.63-51.2-51.63s-51.2 23.115-51.2 51.63c0 28.515 22.923 51.63 51.2 51.63s51.2-23.115 51.2-51.63z' /%3E %3Cglyph unicode='&%23xe902;' glyph-name='eye-on' horiz-adv-x='1336' d='M1319.57 481.22c-2.411 4.767-59.563 118.14-166.47 232.225-145.209 154.47-312.995 236.335-485.273 236.335s-340.064-81.865-485.273-236.664c-106.852-114.030-164.059-227.403-166.415-232.225-7.891-15.398-7.891-33.535 0-48.988 2.411-4.767 59.563-118.14 166.415-232.171 145.209-154.47 312.995-236.335 485.273-236.335s340.064 81.865 485.273 236.664c106.852 114.030 164.059 227.403 166.47 232.171 7.891 15.069 7.891 33.535 0 48.988zM1071.234 272.667c-125.373-132.551-260.993-199.677-403.408-199.677s-278.090 67.125-403.408 199.677c-68.495 72.605-115.4 146.579-136.99 183.895 21.59 36.987 68.166 110.962 136.99 183.895 125.318 132.551 260.938 199.677 403.408 199.677s278.090-67.125 403.408-199.677c68.495-72.933 115.4-146.579 136.99-183.895-21.918-36.987-68.495-110.962-136.99-183.895zM667.826 675.746c-120.88 0-219.184-98.304-219.184-219.184s98.304-219.184 219.184-219.184c120.88 0 219.184 98.304 219.184 219.184s-98.304 219.184-219.184 219.184zM667.826 346.97c-60.276 0-109.592 49.316-109.592 109.592s49.316 109.592 109.592 109.592c60.276 0 109.592-49.316 109.592-109.592s-49.316-109.592-109.592-109.592z' /%3E %3Cglyph unicode='&%23xe903;' glyph-name='copy-icon' horiz-adv-x='853' d='M698.182 866.909h-46.545c0 51.2-41.891 93.091-93.091 93.091h-279.273c-51.2 0-93.091-41.891-93.091-93.091h-46.545c-77.079 0-139.636-62.557-139.636-139.636v-651.636c0-77.079 62.557-139.636 139.636-139.636h558.545c77.079 0 139.636 62.557 139.636 139.636v651.636c0 77.079-62.557 139.636-139.636 139.636zM279.273 866.909h279.273v-93.091h-279.273v93.091zM744.727 75.636c0-25.6-20.945-46.545-46.545-46.545h-558.545c-25.6 0-46.545 20.945-46.545 46.545v651.636c0 25.6 20.945 46.545 46.545 46.545h46.545c0-51.2 41.891-93.091 93.091-93.091h279.273c51.2 0 93.091 41.891 93.091 93.091h46.545c25.6 0 46.545-20.945 46.545-46.545v-651.636z' /%3E %3Cglyph unicode='&%23xe904;' glyph-name='paste-icon' horiz-adv-x='864' d='M785.455 576h-87.273v165.818c0 24-19.636 43.636-43.636 43.636h-43.636c0-48-39.273-87.273-87.273-87.273h-261.818c-48 0-87.273 39.273-87.273 87.273h-43.636c-24 0-43.636-19.636-43.636-43.636v-610.909c0-24 19.636-43.636 43.636-43.636h93.091v-87.273h-93.091c-72.262 0-130.909 58.647-130.909 130.909v610.909c0 72.262 58.647 130.909 130.909 130.909h43.636c0 48 39.273 87.273 87.273 87.273h261.818c48 0 87.273-39.273 87.273-87.273h43.636c72.262 0 130.909-58.647 130.909-130.909v-165.818zM261.818 872.727v0.087-87.36h261.818v87.273h-261.818zM802.944 512h-471.968c-39.808 0-42.976-8.864-42.976-48.672v-478.688c0-39.776 21.28-48.64 61.056-48.64h472c39.776 0 42.944 8.864 42.944 48.64v478.688c0 39.776-21.28 48.672-61.056 48.672zM413.472 32c-30.56 0-29.472 9.792-29.472 40.384v303.2c0 30.592-3.2 40.384 27.392 40.384h327.104c30.592 0 29.504-9.792 29.504-40.384v-303.2c0-30.592 3.2-40.384-27.392-40.384h-327.136z' /%3E %3Cglyph unicode='&%23xe905;' glyph-name='star' d='M512 893.44l122.266-344.166h328.294l-267.878-202.138 95.795-354.714-278.477 212.685-278.426-212.685 95.744 354.714-267.93 202.138h328.294l122.317 344.166z' /%3E %3Cglyph unicode='&%23xe906;' glyph-name='lock1' horiz-adv-x='777' d='M674.877 43.6v482.997h-577.806v-482.997h577.806zM236.997 718.477v-97.071h297.955v97.071c0 81.278-67.7 148.978-148.978 148.978s-148.978-67.7-148.978-148.978v0zM674.877 621.406c51.906 0 97.071-42.902 97.071-94.808v-482.997c0-51.906-45.165-94.808-97.071-94.808h-577.806c-51.906 0-97.071 42.902-97.071 94.808v482.997c0 51.906 45.165 94.808 97.071 94.808h47.38v97.071c0 133.184 108.339 241.523 241.523 241.523s241.523-108.339 241.523-241.523v-97.071h47.38z' /%3E %3Cglyph unicode='&%23xe907;' glyph-name='eye-off' horiz-adv-x='1336' d='M565.741 838.736c31.179 7.562 65.755 11.672 101.044 11.672h1.37c142.47 0 278.090-67.125 403.079-199.677 68.495-72.605 115.072-146.579 136.661-183.567-29.425-51.015-61.974-97.592-98.633-141.1-19.507-22.96-16.768-57.536 6.521-77.043 10.302-8.548 22.96-12.987 35.289-12.987 15.398 0 31.179 6.521 41.755 19.507 47.946 56.878 89.043 117.483 126.031 185.594 8.548 15.781 8.877 34.576 0.658 50.686-2.411 4.767-59.563 118.14-166.47 232.225-145.209 154.141-312.995 235.952-485.273 235.952h-1.37c-43.508 0-87.345-5.151-127.072-14.74-29.425-7.178-47.289-36.987-40.056-66.084 7.562-29.425 36.987-47.618 66.413-40.439h0.055zM1032.548 179.486c-0.329 0.329-764.404 764.404-764.404 764.404-21.206 21.206-56.166 21.206-77.427 0s-21.206-56.166 0-77.427l69.865-69.865c-98.304-84.605-180.169-186.635-243.842-303.46-8.548-15.781-8.877-34.576-1.041-50.686 2.411-4.767 59.618-118.14 166.799-232.171 145.209-154.799 312.995-236.664 485.602-236.664 115.784 2.027 224.664 34.905 318.858 96.222l80.112-80.167c10.63-10.63 24.658-16.11 38.686-16.11s28.11 5.48 38.686 16.11c21.918 21.206 21.918 56.166 0.329 77.427l-112.222 112.387zM559.604 497.303l138.689-138.689c-10.959-3.781-22.576-5.48-34.576-5.48-60.276 0-109.592 49.316-109.592 109.592 0 12 2.082 23.617 5.48 34.576zM667.826 83.264c-142.47 0-278.090 67.454-403.408 199.677-68.495 72.605-115.072 146.25-136.661 183.567 56.166 96.934 127.072 181.484 210.636 252.39l139.73-139.73c-21.59-34.576-33.535-75.016-33.535-116.441 0-120.88 98.304-219.184 219.184-219.184 41.426 0 81.865 12 116.441 33.535l127.401-127.401c-72.276-42.138-154.141-65.098-239.732-66.413h-0.055z' /%3E %3Cglyph unicode='&%23xe908;' glyph-name='brush-alt' horiz-adv-x='1022' d='M384 192c0 70.752-57.376 128-128 128-70.752 0-128-57.248-128-128v-0.256c0-94.624-51.488-177.12-128-221.376l0.512-0.384c37.504-21.6 80.992-33.984 127.488-33.984 141.376 0 256 114.624 256 256v0zM986.432 922.496c-49.984 49.984-131.008 49.984-180.992 0l-483.936-484c88.256-23.616 157.504-92.736 180.992-181.12l483.936 484.128c50.016 49.984 50.016 131.008 0 180.992z' /%3E %3Cglyph unicode='&%23xe909;' glyph-name='hub-shop' d='M960 64h-64v128c0 35.328-28.608 64-64 64s-64-28.672-64-64v-128h-512v128c0 35.328-28.608 64-64 64s-64-28.672-64-64v-128h-64c-35.392 0-64-28.672-64-64s28.608-64 64-64h896c35.392 0 64 28.672 64 64s-28.608 64-64 64zM960 960h-896c-35.392 0-64-28.672-64-64v-384c0-70.656 57.28-128 128-128s128 57.344 128 128c0-70.656 57.344-128 128-128s128 57.344 128 128c0-70.656 57.344-128 128-128s128 57.344 128 128c0-70.656 57.344-128 128-128s128 57.344 128 128v384c0 35.328-28.608 64-64 64z' /%3E %3Cglyph unicode='&%23xe90a;' glyph-name='download' horiz-adv-x='781' d='M329.007 144.021v755.267c0 33.53 27.174 60.712 60.711 60.712 33.53 0 60.711-27.196 60.711-60.712v-755.514l225.618 225.618c23.704 23.704 62.135 23.705 85.85-0.009 23.709-23.709 23.712-62.147 0.009-85.85l-329.144-329.144c-11.851-11.851-27.382-17.777-42.915-17.778-15.543 0.003-31.076 5.928-42.926 17.778l-329.144 329.144c-23.704 23.704-23.705 62.135 0.009 85.85 23.709 23.709 62.147 23.712 85.85 0.009l225.371-225.371z' /%3E %3Cglyph unicode='&%23xe90b;' glyph-name='chevron-up' d='M512 758.319l-517.198-517.198 103.44-103.44 413.758 413.758 413.758-413.758 103.44 103.44z' /%3E %3Cglyph unicode='&%23xe90c;' glyph-name='chevron-down' d='M512 137.681l-517.198 517.198 103.44 103.44 413.758-413.758 413.758 413.758 103.44-103.44z' /%3E %3Cglyph unicode='&%23xe90d;' glyph-name='chevron-right' horiz-adv-x='658' d='M663.198 448l-517.198-517.198-103.44 103.44 413.758 413.758-413.758 413.758 103.44 103.44z' /%3E %3Cglyph unicode='&%23xe90e;' glyph-name='chevron-left' horiz-adv-x='658' d='M-5.198 448l517.198-517.198 103.44 103.44-413.758 413.758 413.758 413.758-103.44 103.44z' /%3E %3Cglyph unicode='&%23xe90f;' glyph-name='plug' d='M902.254 728.131l-131.542-131.148-109.502 109.814 131.192 131.148c27.988 27.978 27.988 73.093 0 101.071s-73.118 27.978-101.106 0l-131.192-131.148-48.629 48.612c-13.294 13.29-56.325 39.169-101.106 0l-204.31-204.24c-123.146-123.104-138.539-314.404-45.48-454.295l-139.589-139.891c-27.988-27.978-27.988-73.093 0-101.071s73.118-27.978 101.106 0l139.589 139.541c58.774-39.169 127.344-60.153 199.412-60.153 96.208 0 186.818 37.421 255.038 105.617l204.31 204.24c27.988 27.978 27.988 73.093 0 101.071l-48.629 48.612 131.192 131.148c27.988 27.978 27.988 73.093 0 101.071-27.638 27.978-73.118 27.978-100.756 0zM615.030 243.060c-41.282-41.268-95.858-63.65-153.932-63.65s-113 22.732-153.932 63.65c-85.013 84.984-85.013 223.126 0 307.76l153.932 153.88 307.865-307.76-153.932-153.88z' /%3E %3Cglyph unicode='&%23xe910;' glyph-name='thumbs-down' horiz-adv-x='1331' d='M412.315-64c8.546 0 16.807 2.772 23.683 7.85l4.879 4.234 291.482 295.12c51.953 52.589 83.037 124.85 86.515 200.040l0.327 14.128v203.96c0 160.839-122.726 292.419-275.741 298.452l-10.98 0.216h-259.080c-42.524 0-82.188-20.541-107.778-55.362l-5.264-7.678-133.159-222.668c-17.56-27.376-27.199-59.040-27.199-90.416 0-25.074 2.054-53.867 16.13-81.321l5.862-10.223 18.962-31.792v-12.584c0-90.801 68.502-165.326 154.483-170.393l9.277-0.275 154.241-0.040 5.76-9.832-75.559-153.624c-8.321-17.168-12.641-36.168-12.641-55.208 0-64.768 48.492-117.979 109.636-122.301l8.044-0.283h18.121zM1208.32 294.4c65.050 0 118.45 51.592 122.618 116.606l0.262 8.194v416c0 66.066-50.798 120.301-114.812 124.534l-8.068 0.266h-163.841c-65.050 0-118.45-51.592-122.618-116.606l-0.262-8.194v-416c0-66.066 50.798-120.301 114.812-124.534l8.068-0.266h163.841zM1196.372 396.8h-129.708c-16.517 0-30.172 12.58-32.175 28.807l-0.253 4.127v380.532c0 16.775 12.387 30.643 28.364 32.678l4.064 0.257h129.708c16.517 0 30.172-12.58 32.175-28.807l0.253-4.127v-380.532c0-16.775-12.387-30.643-28.364-32.678l-4.064-0.257zM399.379 40.527c-18.489 0-30.002 5.142-30.002 24.86 0 3.679 0.533 7.359 1.577 10.838l1.947 5.041 72.492 151.578c13.273 27.602 15.188 68.124 0 94.562-13.886 24.274-49.81 35.842-76.017 38.259l-7.213 0.336-144.599 0.038c-40.073 0.036-73.112 32.996-76.479 74.862l-0.283 7.056v23.762c0 5.731-1.118 11.372-3.274 16.567l-2.5 5.033-24.188 41.522c-6.188 9.961-8.438 22.28-8.438 43.599 0 11.434 3.255 23.811 9.288 35.513l3.949 6.927 124.875 213.799c7.645 12.217 20.631 20.603 35.113 22.509l6.287 0.412h242.885c102.652 0 186.758-86.395 191.761-194.593l0.243-10.205v-195.805c0-51.072-18.267-100.902-50.481-138.44l-7.68-8.44-259.262-269.59z' /%3E %3Cglyph unicode='&%23xe911;' glyph-name='thumbs-up' horiz-adv-x='1331' d='M918.885 960c-8.546 0-16.807-2.772-23.683-7.85l-4.879-4.234-291.482-295.12c-51.953-52.589-83.037-124.85-86.515-200.040l-0.327-14.128v-203.96c0-160.839 122.726-292.419 275.741-298.452l10.98-0.216h259.080c42.524 0 82.188 20.541 107.778 55.362l5.264 7.678 133.159 222.668c17.56 27.376 27.199 59.040 27.199 90.416 0 25.074-2.054 53.867-16.13 81.321l-5.862 10.223-18.962 31.792v12.584c0 90.801-68.502 165.326-154.483 170.393l-9.277 0.275-154.241 0.040-5.76 9.832 75.559 153.624c8.321 17.168 12.641 36.168 12.641 55.208 0 64.768-48.492 117.979-109.636 122.301l-8.044 0.283h-18.121zM122.88 601.6c-65.050 0-118.45-51.592-122.618-116.606l-0.262-8.194v-416c0-66.066 50.798-120.301 114.812-124.534l8.068-0.266h163.841c65.050 0 118.45 51.592 122.618 116.606l0.262 8.194v416c0 66.066-50.798 120.301-114.812 124.534l-8.068 0.266h-163.841zM134.828 499.2h129.708c16.517 0 30.172-12.58 32.175-28.807l0.253-4.127v-380.532c0-16.775-12.387-30.643-28.364-32.678l-4.064-0.257h-129.708c-16.517 0-30.172 12.58-32.175 28.807l-0.253 4.127v380.532c0 16.775 12.387 30.643 28.364 32.678l4.064 0.257zM931.821 855.473c18.489 0 30.002-5.142 30.002-24.86 0-3.679-0.533-7.359-1.577-10.838l-1.947-5.041-72.492-151.578c-13.273-27.602-15.188-68.124 0-94.563 13.886-24.274 49.81-35.842 76.017-38.259l7.213-0.336 144.599-0.038c40.073-0.036 73.112-32.996 76.479-74.862l0.283-7.056v-23.762c0-5.731 1.118-11.372 3.274-16.567l2.5-5.033 24.188-41.522c6.188-9.961 8.438-22.28 8.438-43.599 0-11.434-3.255-23.811-9.288-35.513l-3.949-6.927-124.875-213.799c-7.645-12.217-20.631-20.603-35.113-22.509l-6.287-0.412h-242.885c-102.652 0-186.758 86.395-191.761 194.593l-0.243 10.205v195.805c0 51.072 18.267 100.902 50.481 138.44l7.68 8.44 259.262 269.59z' /%3E %3Cglyph unicode='&%23xe912;' glyph-name='unlock' horiz-adv-x='740' d='M643.294 519.901h-15.252v186.965c0 139.59-115.864 253.134-258.264 253.134s-258.264-113.545-258.264-253.134v-14.325c0-38.125 31.536-69.035 70.434-69.035s70.434 30.912 70.434 69.035v14.325c0 63.44 52.672 115.063 117.397 115.063s117.395-51.623 117.395-115.063v-186.965h-390.911c-53.17 0-96.262-42.237-96.262-94.352v-395.199c0-52.114 43.091-94.35 96.262-94.35h547.032c53.17 0 96.262 42.235 96.262 94.35v395.202c0 52.112-43.091 94.35-96.262 94.35z' /%3E %3Cglyph unicode='&%23xe913;' glyph-name='lock' horiz-adv-x='740' d='M643.294 519.901h-15.252v186.965c0 139.59-115.864 253.134-258.264 253.134s-258.264-113.545-258.264-253.134v-14.325c0-38.125-38.897-386.596 0-386.596 13.343 0 130.232-59.095 140.867 0 20.367 113.173 0 361.551 0 386.596v14.325c0 63.44 52.672 115.063 117.397 115.063s117.395-51.623 117.395-115.063v-186.965h-390.911c-53.17 0-96.262-42.237-96.262-94.352v-395.199c0-52.114 43.091-94.35 96.262-94.35h547.032c53.17 0 96.262 42.235 96.262 94.35v395.202c0 52.112-43.091 94.35-96.262 94.35z' /%3E %3Cglyph unicode='&%23xe914;' glyph-name='lamp' horiz-adv-x='801' d='M400.696 960c220.944 0 400.696-180.087 400.696-401.441 0-157.282-90.756-293.712-222.555-359.517l-0.054-134.875c0-32.274-39.12-60.338-96.258-74.28-13.638-31.699-45.142-53.886-81.829-53.886s-68.192 22.187-81.829 53.874c-54.323 13.267-92.359 39.286-95.976 69.553l-0.282 4.739-0.009 134.853c-131.823 65.796-222.6 202.239-222.6 359.539 0 221.354 179.752 401.441 400.696 401.441zM583.871 601.863c-17.387 0-31.757-13.21-34.032-30.347l-0.314-4.764v-47.197l-118.981-37.677c-7.285-2.307-14.728-3.767-22.214-4.386l-7.497-0.338c-7.856-0.035-15.497 0.791-22.968 2.476l-7.416 1.971-118.583 36.368v48.782c0 19.391-15.378 35.111-34.345 35.111-17.387 0-31.757-13.21-34.032-30.347l-0.314-4.764v-74.904c0-13.782 7.861-26.115 19.811-31.815l4.666-1.817 143.060-43.875 7.79-2.173 7.848-1.794 0.002-241.954c11.549-0.823 23.049-1.237 34.343-1.237 11.524 0 22.982 0.432 34.367 1.288l-0.021 242.175 7.943 1.883 7.881 2.272 143.167 45.336c12.784 4.047 21.949 15.24 23.828 28.485l0.356 5.053v73.079c0 19.391-15.378 35.111-34.345 35.111z' /%3E %3Cglyph unicode='&%23xe915;' glyph-name='forward' horiz-adv-x='970' d='M942.263 678.728l-339.537 265.821c-21.924 17.109-51.804 20.299-76.735 8.12-25.029-12.083-40.938-37.408-40.938-65.15v-177.858c-274.831-46.205-485.053-284.38-485.053-571.273v-105.724c0-53.358 43.461-96.662 97.011-96.662s97.011 43.305 97.011 96.662v105.724c0 179.598 124.173 329.715 291.032 372.923v-155.433c0-27.742 15.91-53.068 40.938-65.15 10.089-4.93 20.954-7.346 31.819-7.346 16.007 0 31.916 5.22 44.916 15.466l339.537 265.821c17.656 13.726 27.842 34.798 27.842 57.031s-10.186 43.305-27.842 57.031z' /%3E %3Cglyph unicode='&%23xe916;' glyph-name='swap' horiz-adv-x='740' d='M169.175 379.176c21.173 23.499 55.503 23.499 76.673 0 21.173-23.503 21.173-61.61 0-85.109v0l-60.795-67.484h488.908c29.942 0 54.216-26.945 54.216-60.182s-24.274-60.182-54.216-60.182v0h-488.908l60.795-67.484c21.173-23.503 21.173-61.61 0-85.109-21.177-23.507-55.507-23.499-76.673 0v0l-153.338 170.21c-21.365 23.683-20.866 61.995 0 85.129v0zM482.332 942.373c21.177 23.503 55.503 23.503 76.673 0v0l153.339-170.208c20.722-22.985 21.499-61.28 0-85.128v0l-153.339-170.208c-21.173-23.503-55.5-23.507-76.673 0-21.173 23.503-21.173 61.609 0 85.108v0l60.795 67.483h-488.91c-29.942 0-54.217 26.945-54.217 60.181s24.275 60.181 54.217 60.181v0h488.91l-60.795 67.483c-21.173 23.503-21.173 61.609 0 85.108z' /%3E %3Cglyph unicode='&%23xe917;' glyph-name='question' d='M512 960c282.968 0 512-228.994 512-512 0-282.968-228.994-512-512-512-282.968 0-512 228.994-512 512 0 282.968 228.994 512 512 512zM512 179.81c-40.396 0-73.143-32.747-73.143-73.143s32.747-73.143 73.143-73.143c40.396 0 73.143 32.747 73.143 73.143s-32.747 73.143-73.143 73.143zM512 813.714c-120.993 0-219.429-99.998-219.429-222.912 0-30.778 24.56-55.728 54.857-55.728 29.982 0 54.345 24.432 54.849 54.768l0.023 2.8c0.971 60.611 49.808 109.616 109.7 109.616 60.496 0 109.714-49.999 109.714-111.456 0-60.842-48.238-110.455-107.903-111.441l-2.756-0.023c-29.544-0.507-53.4-24.738-53.904-54.75l-0.008-0.97v-139.32l0.008-0.96c0.504-30.336 24.867-54.768 54.849-54.768s54.345 24.432 54.849 54.768l0.008 0.96v90.644l2.829 0.763c93.1 25.793 161.743 112.454 161.743 215.096 0 122.913-98.436 222.912-219.429 222.912z' /%3E %3Cglyph unicode='&%23x1f41e;' glyph-name='bug' horiz-adv-x='951' d='M932.571 402.286q0-14.857-10.857-25.714t-25.714-10.857h-128q0-97.714-38.286-165.714l118.857-119.429q10.857-10.857 10.857-25.714t-10.857-25.714q-10.286-10.857-25.714-10.857t-25.714 10.857l-113.143 112.571q-2.857-2.857-8.571-7.429t-24-16.286-37.143-20.857-46.857-16.571-55.429-7.429v512h-73.143v-512q-29.143 0-58 7.714t-49.714 18.857-37.714 22.286-24.857 18.571l-8.571 8-104.571-118.286q-11.429-12-27.429-12-13.714 0-24.571 9.143-10.857 10.286-11.714 25.429t8.857 26.571l115.429 129.714q-33.143 65.143-33.143 156.571h-128q-14.857 0-25.714 10.857t-10.857 25.714 10.857 25.714 25.714 10.857h128v168l-98.857 98.857q-10.857 10.857-10.857 25.714t10.857 25.714 25.714 10.857 25.714-10.857l98.857-98.857h482.286l98.857 98.857q10.857 10.857 25.714 10.857t25.714-10.857 10.857-25.714-10.857-25.714l-98.857-98.857v-168h128q14.857 0 25.714-10.857t10.857-25.714zM658.286 731.428h-365.714q0 76 53.429 129.429t129.429 53.429 129.429-53.429 53.429-129.429z' /%3E %3Cglyph unicode='&%23x1f4bb;' glyph-name='tablet-landscape' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M351 105h505.988c22.112 0 40.012 17.908 40.012 39.998v600.003c0 22.072-17.914 39.998-40.012 39.998h-505.988v-680zM251 105v680h-83.988c-22.112 0-40.012-17.908-40.012-39.998v-600.003c0-22.072 17.914-39.998 40.012-39.998h83.988zM937.009 885c33.132 0 59.991-26.877 59.991-60.010v-759.98c0-33.143-26.86-60.010-59.991-60.010h-850.017c-33.132 0-59.991 26.877-59.991 60.010v759.98c0 33.143 26.86 60.010 59.991 60.010h850.017z' /%3E %3Cglyph unicode='&%23x1f4f0;' glyph-name='template' d='M861.584 928h-696c-39.743 0-73.583-38.232-73.583-78.001v-258.001h840v258.001c0 39.768-30.624 78.001-70.417 78.001zM836 688.001h-648.001v98.257c0 30.6 27.456 45.744 58.032 45.744h535.128c30.577 0 54.84-15.144 54.84-45.744v-98.257zM162.392-32h696c39.768 0 73.608 38.232 73.608 78.001v450h-840v-450c0-39.768 30.6-78.001 70.393-78.001zM188 400h648.001v-290.256c0-30.6-27.48-45.744-58.056-45.744h-535.128c-30.577 0-54.816 15.144-54.816 45.744v290.256z' /%3E %3Cglyph unicode='&%23x1f4f1;' glyph-name='mobile-portrait' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M772 284v505.988c0 22.112-17.906 40.012-39.994 40.012h-440.012c-22.094 0-39.994-17.914-39.994-40.012v-505.988h520zM772 184h-520v-83.988c0-22.112 17.906-40.012 39.994-40.012h440.012c22.094 0 39.994 17.914 39.994 40.012v83.988zM152 870.009c0 33.132 26.857 59.991 59.994 59.991h600.011c33.134 0 59.994-26.86 59.994-59.991v-850.017c0-33.132-26.857-59.991-59.994-59.991h-600.011c-33.134 0-59.994 26.86-59.994 59.991v850.017z' /%3E %3Cglyph unicode='&%23x1f4f2;' glyph-name='mobile-landscape' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M351 185h505.988c22.112 0 40.012 17.906 40.012 39.994v440.012c0 22.094-17.914 39.994-40.012 39.994h-505.988v-520zM251 185v520h-83.988c-22.112 0-40.012-17.906-40.012-39.994v-440.012c0-22.094 17.914-39.994 40.012-39.994h83.988zM937.009 805c33.132 0 59.991-26.857 59.991-59.994v-600.011c0-33.134-26.86-59.994-59.991-59.994h-850.017c-33.132 0-59.991 26.857-59.991 59.994v600.011c0 33.134 26.86 59.994 59.991 59.994h850.017z' /%3E %3Cglyph unicode='&%23x1f4fa;' glyph-name='desktop' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M462 66h-150v-100h400v100h-150v114h329.99c33.132 0 60.010 26.858 60.010 59.99v630.021c0 33.131-26.867 59.99-60.010 59.99h-759.98c-33.132 0-60.010-26.858-60.010-59.99v-630.021c0-33.131 26.867-59.99 60.010-59.99h329.99v-114zM172 790.002c0 22.090 17.926 39.998 39.998 39.998h600.003c22.091 0 39.998-17.909 39.998-39.998v-470.005c0-22.090-17.926-39.998-39.998-39.998h-600.003c-22.091 0-39.998 17.909-39.998 39.998v470.005z' /%3E %3Cglyph unicode='&%23x1f512;' glyph-name='lock-stroke' horiz-adv-x='768' d='M448.128 960c-176.32 0-319.936-143.488-319.936-320v-64h-128.192v-448c0-105.76 86.24-192 191.936-192h384.064c106.016 0 192 86.24 192 192v512c0 176.512-143.488 320-319.872 320zM256.192 640c0 105.984 86.176 192 191.936 192 105.888 0 191.872-86.016 191.872-192v-64h-383.808v64zM576 64h-384.064c-35.264 0-64 28.736-64 64v320h512.064v-320c0-35.264-28.512-64-64-64zM448 256c0-35.264-28.736-64-64-64-35.488 0-64 28.736-64 64 0 35.488 28.512 64 64 64 35.264 0 64-28.512 64-64z' /%3E %3Cglyph unicode='&%23x1f513;' glyph-name='unlock-stroke' horiz-adv-x='768' d='M448.128 960c-176.448 0-319.936-143.616-319.936-320h128c0 105.76 86.048 192 191.936 192s191.872-86.24 191.872-192v-64h-640v-448c0-105.984 86.112-192 191.936-192h384.064c105.888 0 192 86.016 192 192v512c0 176.384-143.488 320-319.872 320zM576 64h-384.064c-35.264 0-64 28.64-64 64v320h512.064v-320c0-35.36-28.736-64-64-64zM448 256c0-35.488-28.64-64-64-64s-64 28.512-64 64c0 35.264 28.64 64 64 64s64-28.736 64-64z' /%3E %3Cglyph unicode='&%23x1f517;' glyph-name='link' d='M1005.248 941.248c-24.992 24.992-65.888 24.992-90.88 0l-130.24-130.368c-53.376 35.488-114.624 53.12-176.128 53.12-81.888 0-163.744-31.264-226.24-93.76l-192-192c-109.504-109.376-123.008-278.496-40.736-402.624l-130.24-130.368c-24.992-24.992-24.992-65.504 0-90.496 12.48-12.512 28.832-18.752 45.216-18.752s32.736 6.24 45.248 18.752l130.24 130.368c53.376-35.488 115.008-53.12 176.512-53.12 81.888 0 163.744 31.264 226.24 93.76l191.616 192c109.504 109.376 123.008 278.496 40.736 402.624l130.624 130.368c25.024 24.992 25.024 65.504 0.032 90.496zM799.616 544c0-51.264-20-99.488-56.256-135.744l-191.616-192c-36.256-36.256-84.48-56.256-135.744-56.256-28.992 0-56.736 7.136-82.24 19.264l95.488 95.488c24.992 24.992 24.992 65.504 0 90.496s-65.504 24.992-90.496 0l-95.488-95.488c-12.256 25.376-19.264 53.12-19.264 82.24 0 51.264 20 99.488 56.256 135.744l192 192c36.256 36.256 84.48 56.256 135.744 56.256 28.992 0 56.64-7.136 82.112-19.264l-97.376-97.504c-24.992-24.992-24.992-65.504 0-90.496 12.512-12.512 28.864-18.752 45.248-18.752 16.256 0 32.64 6.24 45.12 18.752l97.248 97.504c12.288-25.376 19.264-53.12 19.264-82.24z' /%3E %3Cglyph unicode='&%23x1f58d;' glyph-name='eyedropper' horiz-adv-x='1022' d='M948.96 522.112c99.872 99.808 99.872 261.76 0 361.504-49.888 49.888-115.36 74.88-180.736 74.88-65.312 0-130.816-24.992-180.672-74.88l-18.88-18.88-95.168 95.264-90.24-90.304 95.264-95.2-478.528-478.816v-231.936l125.76-127.744h237.248l476.832 476.992 92-92.064 90.368 90.24-92.128 92.064 18.88 18.88zM330.24 84.256c1.504 48.512-15.264 97.12-52.128 134.016-33.888 33.984-78.112 50.624-122.624 52.128l413.408 413.536 180.576-180.448-419.232-419.232z' /%3E %3Cglyph unicode='&%23x1f5a7;' glyph-name='multiple-devices' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M342 86h-110v-100h320v100h-110v34h250.006c33.138 0 59.994 26.859 59.994 59.99v470.019c0 33.13-26.86 59.99-59.994 59.99h-600.011c-33.138 0-59.994-26.859-59.994-59.99v-470.019c0-33.13 26.86-59.99 59.994-59.99h250.006v-34zM132 570.005c0 22.089 17.9 39.995 39.994 39.995h440.012c22.088 0 39.994-17.899 39.994-39.995v-310.010c0-22.089-17.9-39.995-39.994-39.995h-440.012c-22.088 0-39.994 17.899-39.994 39.995v310.010zM892 790.002c0 22.089-17.905 39.998-39.993 39.998h-220.015c-22.069 0-39.993-17.908-39.993-39.998v-80.002h-100v160.010c0 33.131 26.882 59.99 60.001 59.99h379.998c33.138 0 60.001-26.859 60.001-59.99v-630.021c0-33.131-26.882-59.99-60.001-59.99h-179.999v100h100.007c22.069 0 39.993 17.908 39.993 39.998v44.002h-140v100h140v326.002z' /%3E %3Cglyph unicode='&%23x1f5b3;' glyph-name='tablet-portrait' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M852 284v505.988c0 22.112-17.908 40.012-39.998 40.012h-600.003c-22.072 0-39.998-17.914-39.998-40.012v-505.988h680zM852 184h-680v-83.988c0-22.112 17.908-40.012 39.998-40.012h600.003c22.072 0 39.998 17.914 39.998 40.012v83.988zM72 870.009c0 33.132 26.877 59.991 60.010 59.991h759.98c33.143 0 60.010-26.86 60.010-59.991v-850.017c0-33.132-26.877-59.991-60.010-59.991h-759.98c-33.143 0-60.010 26.86-60.010 59.991v850.017z' /%3E %3Cglyph unicode='&%23x1f5c7;' glyph-name='copy' d='M706.943 704h-631.983c-39.792 0-42.96-8.88-42.96-48.656v-638.687c0-39.776 21.28-48.656 61.056-48.656h631.999c39.776 0 42.944 8.88 42.944 48.656v638.687c0 39.776-21.28 48.656-61.056 48.656zM644.608 64h-487.12c-30.576 0-29.488 9.808-29.488 40.4v463.2c0 30.593-3.2 40.4 27.392 40.4h487.104c30.593 0 29.504-9.808 29.504-40.4v-463.2c0-30.593 3.2-40.4-27.392-40.4zM930.943 927.999h-631.983c-39.792 0-42.96-8.88-42.96-48.656v-175.344h96v87.6c0 30.593-3.2 40.4 27.392 40.4h487.104c30.593 0 29.504-9.808 29.504-40.4v-463.2c0-30.593 3.2-40.4-27.392-40.4h-100.608v-96h181.040c39.792 0 42.96 8.88 42.96 48.656v638.687c0 39.776-21.28 48.656-61.056 48.656z' /%3E %3Cglyph unicode='&%23x1f5ca;' glyph-name='paste' d='M154.384-32h712c39.776 0 69.616 14.224 69.616 54v682h-848v-682c0-39.776 26.608-54 66.384-54zM184 608h656v-498.256c0-30.624-23.472-45.744-54.064-45.744h-551.12c-30.576 0-50.816 15.12-50.816 45.744v498.256zM88 874v-266h848v266c0 39.776-29.84 54-69.632 54h-712c-39.76 0-66.368-14.224-66.368-54zM184 786.256c0 30.608 20.24 45.744 50.816 45.744h567.12c30.592 0 38.064-15.136 38.064-45.744v-82.256h-656v82.256z' /%3E %3Cglyph unicode='&%23x1f5cb;' glyph-name='document-alt-stroke' horiz-adv-x='768' d='M448 960h-448v-1024h768v704.064l-320 319.936zM128 64v768h256v-256h256v-512h-512z' /%3E %3Cglyph unicode='&%23x1f5d1;' glyph-name='trash' d='M32 960v-1024M64 960v-1024M96 960v-1024M128 960v-1024M160 960v-1024M192 960v-1024M224 960v-1024M256 960v-1024M288 960v-1024M320 960v-1024M352 960v-1024M384 960v-1024M416 960v-1024M448 960v-1024M480 960v-1024M512 960v-1024M544 960v-1024M576 960v-1024M608 960v-1024M640 960v-1024M672 960v-1024M704 960v-1024M736 960v-1024M768 960v-1024M800 960v-1024M832 960v-1024M864 960v-1024M896 960v-1024M928 960v-1024M960 960v-1024M992 960v-1024M0 928h1024M0 896h1024M0 864h1024M0 832h1024M0 800h1024M0 768h1024M0 736h1024M0 704h1024M0 672h1024M0 640h1024M0 608h1024M0 576h1024M0 544h1024M0 512h1024M0 480h1024M0 448h1024M0 416h1024M0 384h1024M0 352h1024M0 320h1024M0 288h1024M0 256h1024M0 224h1024M0 192h1024M0 160h1024M0 128h1024M0 96h1024M0 64h1024M0 32h1024M0 0h1024M0-32h1024M882 608h80.017c16.55 0 29.983 13.43 29.983 29.997v260.006c0 16.553-13.424 29.997-29.983 29.997h-900.034c-16.55 0-29.983-13.43-29.983-29.997v-260.006c0-16.553 13.424-29.997 29.983-29.997h80.017v-609.996c0-16.582 13.424-30.004 29.983-30.004h680.034c16.547 0 29.983 13.433 29.983 30.004v609.996zM122 818.016c0 11.037 8.962 19.984 20.015 19.984h739.969c11.054 0 20.015-8.971 20.015-19.984v-100.032c0-11.037-8.962-19.984-20.015-19.984h-739.969c-11.054 0-20.015 8.971-20.015 19.984v100.032zM232 588.019c0 11.035 8.968 19.981 19.992 19.981h104.008v-550h-104.008c-11.041 0-19.992 8.946-19.992 19.981v510.037zM668 608h104.008c11.041 0 19.992-8.946 19.992-19.981v-510.037c0-11.035-8.968-19.981-19.992-19.981h-104.008v550zM446 608h132v-550h-132v550z' /%3E %3Cglyph unicode='&%23x1f5d7;' glyph-name='layers' horiz-adv-x='1022' d='M0 256l512.032-128 511.968 128v-128l-511.968-128-512.032 128zM0 512l512.032-128 511.968 128v-128l-511.968-128-512.032 128zM0 768l512.032 128 511.968-128v-128l-511.968-128-512.032 128z' /%3E %3Cglyph unicode='&%23x1f6e0;' glyph-name='cog' d='M1024 384.992v128l-152.992 63.744c-4.256 12-8.736 23.616-14.24 35.008l61.76 153.76-90.528 90.496-152.384-62.752c-11.616 5.632-23.488 10.368-35.744 14.752l-64.864 152h-128l-63.264-151.488c-12.736-4.512-24.992-9.248-37.12-15.008l-152.128 61.12-90.496-90.496 62.016-150.752c-6.016-12.384-10.88-24.992-15.52-38.016l-150.496-64.352v-128l150.624-62.752c4.64-12.992 9.632-25.632 15.616-38.016l-60.864-151.744 90.496-90.496 151.136 62.24c12.128-5.76 24.512-10.368 37.248-14.752l64.736-151.488h128l63.36 152.256c12.128 4.512 24.128 9.248 35.616 14.752l153.504-61.504 90.496 90.496-63.008 152.736c5.376 11.488 9.76 23.136 14.016 35.008l153.024 65.248zM511.008 256c-105.984 0-192 86.016-192 192s86.016 192 192 192 192-86.016 192-192-86.016-192-192-192z' /%3E %3C/font%3E%3C/defs%3E%3C/svg%3E#VC-Icons") format("svg");font-weight:400;font-style:normal}.vcv-ui-icon{font-family:VC-Icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vcv-ui-icon-question:before{content:"\e917"}.vcv-ui-icon-unlock-fill:before{content:"\e912"}.vcv-ui-icon-lock-fill:before{content:"\e913"}.vcv-ui-icon-thumbs-down:before{content:"\e910"}.vcv-ui-icon-thumbs-up:before{content:"\e911"}.vcv-ui-icon-download:before{content:"\e90a"}.vcv-ui-icon-error:before{content:"\e900"}.vcv-ui-icon-hub-shop:before{content:"\e909"}.vcv-ui-icon-lock:before{content:"\e906"}.vcv-ui-icon-star:before{content:"\e905"}.vcv-ui-icon-copy-icon:before{content:"\e903"}.vcv-ui-icon-paste-icon:before{content:"\e904"}.vcv-ui-icon-eye-on:before{content:"\e902"}.vcv-ui-icon-eye-off:before{content:"\e907"}.vcv-ui-icon-mobile-menu:before{content:"\2261"}.vcv-ui-icon-drag-dots:before{content:"\22ee"}.vcv-ui-icon-more-dots:before{content:"\22ef"}.vcv-ui-icon-search:before{content:"\2315"}.vcv-ui-icon-row-layout:before{content:"\23f8"}.vcv-ui-icon-arrow-up:before{content:"\25b4"}.vcv-ui-icon-arrow-right:before{content:"\25b8"}.vcv-ui-icon-expand:before{content:"\25be"}.vcv-ui-icon-arrow-left:before{content:"\25c4"}.vcv-ui-icon-heart-stroke:before{content:"\2661"}.vcv-ui-icon-edit:before{content:"\270e"}.vcv-ui-icon-pen-alt-fill:before{content:"\2710"}.vcv-ui-icon-save:before{content:"\2714"}.vcv-ui-icon-add-thin:before{content:"\2715"}.vcv-ui-icon-close:before{content:"\2716"}.vcv-ui-icon-close-thin:before{content:"\2717"}.vcv-ui-icon-move:before{content:"\2723"}.vcv-ui-icon-add:before{content:"\2795"}.vcv-ui-icon-remove:before{content:"\2796"}.vcv-ui-icon-undo:before{content:"\293e"}.vcv-ui-icon-redo:before{content:"\293f"}.vcv-ui-icon-brush-alt:before{content:"\e908"}.vcv-ui-icon-bug:before{content:"\1f41e"}.vcv-ui-icon-tablet-landscape:before{content:"\1f4bb"}.vcv-ui-icon-template:before{content:"\1f4f0"}.vcv-ui-icon-mobile-portrait:before{content:"\1f4f1"}.vcv-ui-icon-mobile-landscape:before{content:"\1f4f2"}.vcv-ui-icon-desktop:before{content:"\1f4fa"}.vcv-ui-icon-lock-stroke:before{content:"\1f512"}.vcv-ui-icon-unlock-stroke:before{content:"\1f513"}.vcv-ui-icon-link:before{content:"\1f517"}.vcv-ui-icon-eyedropper:before{content:"\1f58d"}.vcv-ui-icon-multiple-devices:before{content:"\1f5a7"}.vcv-ui-icon-tablet-portrait:before{content:"\1f5b3"}.vcv-ui-icon-copy:before{content:"\1f5c7"}.vcv-ui-icon-paste:before{content:"\1f5ca"}.vcv-ui-icon-document-alt-stroke:before{content:"\1f5cb"}.vcv-ui-icon-trash:before{content:"\1f5d1"}.vcv-ui-icon-layers:before{content:"\1f5d7"}.vcv-ui-icon-cog:before{content:"\1f6e0"}.vcv-ui-icon-chevron-left:before{content:"\e90e"}.vcv-ui-icon-chevron-up:before{content:"\e90b"}.vcv-ui-icon-chevron-down:before{content:"\e90c"}.vcv-ui-icon-chevron-right:before{content:"\e90d"}.vcv-ui-icon-plug:before{content:"\e90f"}.vcv-ui-icon-key:before{content:"\e901"}.vcv-ui-icon-lamp:before{content:"\e914"}.vcv-ui-icon-forward:before{content:"\e915"}.vcv-ui-icon-swap:before{content:"\e916"}.vcv-layout-container{height:100%;width:100%;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout,.vcv-layout-container{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;direction:ltr}.vcv-layout-header{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-content,.vcv-layout-header{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout-content{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;background:#282828;overflow:auto}.vcv-layout-iframe-container{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;position:relative;width:100%;background:#fff;margin:0 auto;transition:width .2s ease-in-out}.vcv-layout-iframe-container--mobile{-webkit-overflow-scrolling:touch;overflow-y:scroll}.vcv-layout-iframe-container-editor--sidebars{width:480px}.vcv-layout-iframe-overlay{pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0}.vcv-layout-iframe,.vcv-layout-iframe-wrapper{width:100%;height:100%;overflow:auto;border:0;position:absolute}.vcv-layout-bar{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;z-index:1130;background:linear-gradient(180deg,#1a399d,#693bc5);box-shadow:1px 0 10px 0 rgba(0,0,0,.3)}.vcv-layout-bar,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-header{position:relative}.vcv-layout-bar.vcv-inline-editor--active .vcv-ui-resizer{display:none}.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-all:after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-end:after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-start:after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3000;background:rgba(0,0,0,.6);transition:opacity .2s ease-in-out}.vcv-layout-dock--bottom .vcv-layout-bar,.vcv-layout-dock--bottom .vcv-ui-tree-view-content,.vcv-layout-dock--detached .vcv-layout-bar,.vcv-layout-dock--detached .vcv-ui-tree-view-content,.vcv-layout-dock--top .vcv-layout-bar,.vcv-layout-dock--top .vcv-ui-tree-view-content{background:linear-gradient(90deg,#1a399d,#693bc5)}.vcv-layout-dock--bottom .vcv-layout-bar-content:before,.vcv-layout-dock--top .vcv-layout-bar-content:before{content:"";position:absolute;left:0;right:0;height:10px}.vcv-layout-dock--top .vcv-layout-bar-content:not(.vcv-content-full-size):before{bottom:-10px;box-shadow:inset 0 10px 10px -10px rgba(0,0,0,.3)}.vcv-layout-dock--bottom .vcv-layout-bar-content:not(.vcv-content-full-size):before{top:-10px;box-shadow:inset 0 -10px 10px -10px rgba(0,0,0,.3)}.vcv-layout-dock--detached .vcv-ui-tree-view-content,.vcv-layout-dock--top .vcv-ui-tree-view-content{border-top:1px solid hsla(0,0%,100%,.1)}.vcv-layout-bar-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.vcv-layout-bar-header{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-bar-content,.vcv-layout-bar-header{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-layout-bar-content{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;pointer-events:none}.vcv-layout-bar-content:not(.vcv-ui-state--visible){display:none}.rtl .vcv-layout-bar-content{direction:rtl}.vcv-layout-bar-content-all,.vcv-layout-bar-content-start{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;pointer-events:all;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-bar-content-all>*,.vcv-layout-bar-content-start>*{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.vcv-layout-bar-content-all:not(.vcv-ui-state--visible),.vcv-layout-bar-content-start:not(.vcv-ui-state--visible){display:none}.vcv-layout-bar-content-end{-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0;pointer-events:all;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-layout-bar-content-end>*{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.vcv-layout-bar-content-end:not(.vcv-ui-state--visible){display:none}.vcv-layout-bar-content-toggle{position:absolute;left:0;top:0;height:61px;width:60px;color:#fff;transition:all .2s ease-in-out}.vcv-layout-bar-content-toggle-icon:before{font-size:1.25em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-layout-bar-content-start:not(.vcv-ui-state--visible)+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle{opacity:.5}.vcv-layout-bar-content-start:not(.vcv-ui-state--visible)+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle:hover{opacity:.6}.vcv-layout-bar-content-start.vcv-ui-state--visible+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle{opacity:1}.vcv-layout-bar-content-start.vcv-ui-state--visible+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle:hover{opacity:.9}.vcv-layout-bar-content-hide{text-decoration:none;position:absolute;right:0;top:0;height:61px;width:60px;color:#fff;transition:all .2s ease-in-out;cursor:pointer}.vcv-layout-bar-content-hide:hover .vcv-layout-bar-content-hide-icon:before{opacity:.5}.vcv-layout-bar-content-aligned{height:61px}.rtl .vcv-layout-bar-content-hide{right:auto;left:0}.vcv-layout-bar-content-hide-icon:before{font-size:1.2em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:opacity .2s ease-in-out}.vcv-layout-dock:not(.vcv-layout-dock--detached) .vcv-layout-bar-header{z-index:1140}.vcv-layout-dock.vcv-layout-dock--top.vcv-layout-dock--unlock .vcv-layout-bar-content{position:absolute;top:100%;bottom:auto;left:0;right:0}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile{height:calc(100vh - 60px);overflow:hidden;min-width:0}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile .vcv-layout-bar-content-end,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile .vcv-layout-bar-content-start{width:100%;min-width:0}.vcv-layout-dock.vcv-layout-dock--bottom.vcv-layout-dock--unlock .vcv-layout-bar-content{position:absolute;top:auto;bottom:100%;left:0;right:0}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar{position:fixed}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar,.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-start{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-header{height:0}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar{width:auto!important;height:auto!important;left:auto!important;top:auto!important}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content{width:auto!important}@media (min-width:768px){.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{height:auto!important}}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{width:100%!important}}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar{width:auto!important;height:auto!important;left:auto!important;top:auto!important}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content{height:auto!important}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-start,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-start{width:100%!important}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content{width:auto!important}.vcv-layout-dock .vcv-layout-bar-content{height:40vh;width:400px;min-height:200px;min-width:410px}.vcv-layout-dock .vcv-layout-bar-content-start{height:20vh;width:400px;min-height:100px;min-width:383px}.vcv-layout-dock .vcv-layout-bar-content-end{min-height:200px;min-width:384px}.vcv-layout-dock .vcv-layout-bar-content-all{height:20vh;width:100%;min-height:100px;min-width:383px}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar{width:400px;min-width:410px}.vcv-layout-dock.vcv-layout-dock--detached .vcv-layout-bar-content{min-height:300px}@media (max-width:767px){.vcv-layout-dock .vcv-ui-content-start--visible.vcv-ui-content-end--visible .vcv-layout-bar-content{min-height:300px}}.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-bottom,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-left-bottom,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-left-top,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-right-bottom,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-right-top,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-top{display:none}.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top{display:block}.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-target-content{display:none}@media (max-width:767px){.vcv-layout-dock--top .vcv-ui-content-end--visible .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-target-bar,.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-content-start-right,.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-content-start-right-bottom{display:none}.vcv-layout-dock--top .vcv-ui-content-end--visible .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-target-content{display:block}}.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom{display:block}.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-target-content{display:none}@media (max-width:767px){.vcv-layout-dock--bottom .vcv-ui-content-start--visible .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-end-top,.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-bottom,.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-right,.vcv-layout-dock--bottom .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-right-top{display:none}.vcv-layout-dock--bottom .vcv-ui-content-start--visible .vcv-ui-resizer-layout-placement-bottom.vcv-ui-resizer-content-start-bottom{display:block}}.vcv-layout-dock--left .vcv-ui-resizer-layout-placement-left{display:block}.vcv-layout-dock--left .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-left.vcv-ui-resizer-content-start-bottom,.vcv-layout-dock--left .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-left.vcv-ui-resizer-content-start-right-bottom{display:none}.vcv-layout-dock--right .vcv-ui-resizer-layout-placement-right{display:block}.vcv-layout-dock--right .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-right.vcv-ui-resizer-content-start-bottom,.vcv-layout-dock--right .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-right.vcv-ui-resizer-content-start-left-bottom{display:none}.vcv-layout-dock--detached .vcv-ui-resizer-layout-placement-detached{display:block}.vcv-layout-iframe-content{height:0;width:0}.vcv-start-blank-container{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;background:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;word-wrap:break-word}.vcv-start-blank-container.vcv-ui-state--visible .vcv-start-blank-inner{opacity:1}.vcv-start-blank-scroll-container{overflow:auto;width:100%;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-start-blank-inner{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:70px 20px;position:relative;opacity:0;transition:opacity .5s ease-in-out}.vcv-start-blank-page-heading{font-family:Montserrat,serif;line-height:normal;font-size:30px;color:#363636;letter-spacing:.045em;-webkit-font-smoothing:antialiased}.vcv-start-blank-inner .vcv-start-blank-title-input{width:90%;border:1px solid #e1e1e1;box-shadow:none;color:#000;font:normal normal 700 14px Montserrat,sans-serif;-webkit-font-smoothing:antialiased;padding:14px;letter-spacing:.077em;margin:0 0 14px}.vcv-start-blank-inner .vcv-start-blank-title-input::-webkit-input-placeholder{opacity:1;color:#bdbdbd}.vcv-start-blank-inner .vcv-start-blank-title-input:-ms-input-placeholder{opacity:1;color:#bdbdbd}.vcv-start-blank-inner .vcv-start-blank-title-input::placeholder{opacity:1;color:#bdbdbd}.vcv-start-blank-controls .vcv-start-blank-title-input{width:100%}.vcv-hfs-start-blank-form{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:50px 0 0}.vcv-hfs-start-blank-form .vcv-hfs-start-blank-start-button{width:90%;padding:16px;background:#2a4a82;color:#fff;border:none;text-transform:uppercase;font:normal normal 700 14px Montserrat,sans-serif;-webkit-font-smoothing:antialiased;letter-spacing:.077em;cursor:pointer;transition:background .2s ease-in-out}.vcv-hfs-start-blank-form .vcv-hfs-start-blank-start-button:hover{background:#172948}.vcv-start-blank-controls{margin:65px auto 0;max-width:700px}.vcv-start-blank-controls-layout{max-width:750px}.vcv-start-blank-item-list-container{margin:0 -15px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-start-blank-item-list-container,.vcv-start-blank-item-list-container .vcv-ui-item-overlay{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-start-blank-item-list-container .vcv-ui-item-control{padding:.6em;font-size:16px;cursor:pointer;transition:color .2s ease-in-out}.vcv-start-blank-item-list-container .vcv-start-blank-item-list{margin-left:0;margin-right:0;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-start-blank-description{margin-top:42px;color:#9a9a9a;-webkit-font-smoothing:antialiased;font:italic 700 12px/20px Nunito Sans,Arial,sans-serif}.vcv-start-blank-title-input-container{width:100%;max-width:650px;padding:0 15px}.vcv-start-blank-button-container{margin:44px -9px 0}.vcv-start-blank-button-container .vcv-ui-form-button{margin-left:9px;margin-right:9px;width:100%;max-width:220px}@media screen and (min-width:544px){.vcv-start-blank-page-heading{font-size:40px}.vcv-start-blank-inner{padding:100px 50px}.vcv-hfs-start-blank-container .vcv-hfs-start-blank-start-button,.vcv-hfs-start-blank-container .vcv-start-blank-title-input{width:390px}}@media screen and (min-width:544px){.vcv-start-blank-page-heading{font-size:40px}.vcv-start-blank-controls{margin:50px auto 0}.vcv-start-blank-inner{padding:100px 50px}.vcv-hfs-start-blank-container .vcv-hfs-start-blank-start-button,.vcv-hfs-start-blank-container .vcv-start-blank-title-input{width:390px}}@media screen and (min-width:768px){.vcv-hfs-start-blank-container .vcv-hfs-start-blank-start-button,.vcv-hfs-start-blank-container .vcv-start-blank-title-input{width:430px}}.vcv-loading-overlay--enabled .vcv-layout-bar-content{display:none}.vcv-loading-overlay{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;background:#fff;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-loading-overlay,.vcv-loading-overlay-inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-loading-overlay-inner{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.vcv-loading-dots-container{width:60px;height:60px;text-align:center;-webkit-animation:vcvDotsRotate 2s linear infinite;animation:vcvDotsRotate 2s linear infinite}.vcv-loading-dots-container .vcv-loading-dot{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#eee;border-radius:100%;-webkit-animation:vcvDotsBounce 2s ease-in-out infinite;animation:vcvDotsBounce 2s ease-in-out infinite}.vcv-loading-dots-container .vcv-loading-dot-2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes vcvDotsRotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes vcvDotsRotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes vcvDotsBounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes vcvDotsBounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.vcv-loading-text{position:relative;margin-top:20px;text-align:center;color:#c2c2c2;padding:0 20px}.vcv-loading-text-main{font-size:16px;margin:.6em 0;line-height:1.5}.vcv-loading-text-helper{font-style:italic;font-size:13px;margin:.6em 0;line-height:1.5}.vcv-freshdesk-iframe{height:580px;width:640px;max-height:100%;max-width:100%;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;display:none;z-index:100001;border:0}.vcv-skip-post-update-block .vcv-popup-button{color:#c2c2c2}.vcv-screen-section{position:relative;-webkit-font-smoothing:antialiased;box-sizing:border-box;text-align:center}.vcv-screen-section .vcv-logo{margin:17px 0 10px}.vcv-screen-section *{box-sizing:border-box}.vcv-screen-content{opacity:0;transition:opacity .5s;padding:20px;min-height:100vh;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-screen-content.vcv-activation-content--active,.vcv-screen-content.vcv-screen-content--active{opacity:1}.vcv-error-screen .vcv-screen-text{text-align:center;font-family:Montserrat,sans-serif;line-height:22px;letter-spacing:.56px;font-weight:600;font-size:18px;margin:31px 0 6px}.vcv-error-screen .vcv-screen-helper-text{font-family:Nunito Sans,sans-serif;font-weight:500;font-style:italic;color:#999;font-size:13px;letter-spacing:.82px;margin:0;line-height:24px}.vcv-screen-button-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px;margin-top:20px}.vcv-screen-button-container a.vcv-screen-button,.vcv-screen-button-container button.vcv-screen-button{text-decoration:none;font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:.92px;line-height:15px;font-size:12px;color:#fff;border:0;padding:18px 38px;border-radius:0;background:#294a82;text-transform:uppercase;min-width:210px;margin:10px 20px;outline:none;transition:background .2s ease-in-out;cursor:pointer}.vcv-screen-button-container a.vcv-screen-button:focus,.vcv-screen-button-container a.vcv-screen-button:hover,.vcv-screen-button-container button.vcv-screen-button:focus,.vcv-screen-button-container button.vcv-screen-button:hover{background:#1f3152}.vcv-screen-button-container a.vcv-screen-button--dark,.vcv-screen-button-container button.vcv-screen-button--dark{background:#363636}.vcv-screen-button-container a.vcv-screen-button--dark:focus,.vcv-screen-button-container a.vcv-screen-button--dark:hover,.vcv-screen-button-container button.vcv-screen-button--dark:focus,.vcv-screen-button-container button.vcv-screen-button--dark:hover{background:#1e1e1e}.vcv-overlay--enabled .vcv-layout-bar-content{display:none}.vcv-overlay{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;z-index:1200}.vcv-popup-error-description{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.vcv-popup-error-description .vcv-logo,.vcv-popup-error-description .vcv-popup-heading{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-popup-error-description .vcv-popup-heading{margin:55px auto 35px}.vcv-popup-error-description .vcv-popup-loading-heading{max-width:700px;line-height:1.5;margin:0 auto 70px;font-size:1em;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-popup-error-description .vcv-button-container{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-popup-error-description .vcv-popup-button{padding:16px 46px;color:inherit}.vcv-loading-overlay .vcv-popup--hidden{display:none}.vcv-loading-overlay .vcv-popup-error-description{color:#c2c2c2}.vcv-loading-overlay .vcv-popup-heading{font:normal normal normal 50px Montserrat,serif}.vcv-loading-overlay .vcv-popup-loading-heading{font:normal normal normal 16px Montserrat,sans-serif;letter-spacing:.077em;display:block;font-size:1em}.vcv-loading-overlay .vcv-popup-button{display:inline-block;background:transparent;font:normal normal 700 12px Montserrat,sans-serif;letter-spacing:.077em;text-transform:uppercase;border:2px solid #c2c2c2;transition:color .2s ease-in-out,border-color .2s ease-in-out;margin-bottom:10px;max-width:100%;border-radius:0}.vcv-loading-overlay .vcv-popup-button>span{position:relative}.vcv-loading-overlay .vcv-popup-button.vcv-popup-button--hidden{display:none}.vcv-loading-overlay .vcv-popup-button:hover{cursor:pointer;color:#a0a0a0;border-color:#a0a0a0}[data-vcv-send-error-report]{margin-left:30px}.vcv-popup-error-with-button a,.vcv-popup-error-with-button button{text-transform:capitalize;padding:13px 17px;margin:0}.vcv-popup-error-with-button .vcv-error-message{display:block;margin-bottom:20px}@media screen and (min-width:768px){.vcv-popup-error-with-button{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-popup-error-with-button .vcv-popup-button{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:0}.vcv-popup-error-with-button .vcv-popup-button:hover{cursor:pointer;background:#fff;border-color:#fff;color:#fa6262}.vcv-popup-error-with-button .vcv-popup-button:focus,.vcv-popup-error-with-button .vcv-popup-button:hover{outline:none}.vcv-popup-error-with-button .vcv-error-message{text-align:left;padding-right:30px;display:inline-block;margin-bottom:0}}.vcv-skip-post-update-block{position:absolute;bottom:0;left:0;right:0;-webkit-transform:translateY(120%);transform:translateY(120%);text-align:center}.vcv-skip-post-update-block.vcv-popup--hidden{display:none}.vcv-skip-post-update-block .vcv-popup-button{padding:16px 46px}.vcv-ui-resizer{position:absolute;pointer-events:all;display:none;z-index:10}.vcv-ui-resizer-e{cursor:e-resize}.vcv-ui-resizer-n{cursor:n-resize}.vcv-ui-resizer-ne{cursor:ne-resize}.vcv-ui-resizer-nw{cursor:nw-resize}.vcv-ui-resizer-overlay{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0}.vcv-ui-resizer-content-all-bottom,.vcv-ui-resizer-content-all-top,.vcv-ui-resizer-content-end-bottom,.vcv-ui-resizer-content-end-top,.vcv-ui-resizer-content-start-bottom,.vcv-ui-resizer-content-start-top,.vcv-ui-resizer-layout-bar-bottom,.vcv-ui-resizer-layout-bar-top{width:100%;height:10px;left:0}.vcv-ui-resizer-content-all-left,.vcv-ui-resizer-content-all-right,.vcv-ui-resizer-content-end-left,.vcv-ui-resizer-content-end-right,.vcv-ui-resizer-content-start-left,.vcv-ui-resizer-content-start-right,.vcv-ui-resizer-layout-bar-left,.vcv-ui-resizer-layout-bar-right{height:100%;width:10px;top:0}.vcv-ui-resizer-content-all-top,.vcv-ui-resizer-content-end-top,.vcv-ui-resizer-content-start-top,.vcv-ui-resizer-layout-bar-top{top:-7px}.vcv-ui-resizer-content-all-left,.vcv-ui-resizer-content-end-left,.vcv-ui-resizer-content-start-left,.vcv-ui-resizer-layout-bar-left{left:-7px}.vcv-ui-resizer-content-all-right,.vcv-ui-resizer-content-end-right,.vcv-ui-resizer-content-start-right,.vcv-ui-resizer-layout-bar-right{right:-7px}.vcv-ui-resizer-content-all-bottom,.vcv-ui-resizer-content-end-bottom,.vcv-ui-resizer-content-start-bottom,.vcv-ui-resizer-layout-bar-bottom{bottom:-7px}.vcv-ui-resizer-content-all-left-bottom,.vcv-ui-resizer-content-all-right-bottom,.vcv-ui-resizer-content-all-right-top,.vcv-ui-resizer-content-start-left-bottom,.vcv-ui-resizer-content-start-right-bottom,.vcv-ui-resizer-content-start-right-top,.vcv-ui-resizer-layout-bar-left-bottom,.vcv-ui-resizer-layout-bar-left-top,.vcv-ui-resizer-layout-bar-right-bottom,.vcv-ui-resizer-layout-bar-right-top{width:20px;height:20px;z-index:20}.vcv-ui-resizer-content-all-left-bottom,.vcv-ui-resizer-content-start-left-bottom,.vcv-ui-resizer-layout-bar-left-bottom{left:-13px;bottom:-13px}.vcv-ui-resizer-content-all-right-top,.vcv-ui-resizer-content-start-right-top,.vcv-ui-resizer-layout-bar-right-top{right:-13px;top:-13px}.vcv-ui-resizer-content-all-right-bottom,.vcv-ui-resizer-content-start-right-bottom,.vcv-ui-resizer-layout-bar-right-bottom{right:-13px;bottom:-13px}.vcv-ui-resizer-layout-bar-left-top{left:-13px;top:-13px}.vcv-ui-color-picker-dropdown{margin-right:4px}.rtl .vcv-ui-color-picker-dropdown{margin-right:0;margin-left:4px}.vcv-ui-sketch-picker{display:inline-block}.vcv-ui-form-dropdown-color-swatch{width:16px;height:16px;position:relative;border-radius:3px;margin:2px 0 3px}.vcv-ui-form-dropdown-color-swatch:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;border-radius:inherit;background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-size:12px 12px;background-position:0 0,6px 6px;background-repeat:repeat}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--transparent:before{background-size:cover;background-color:transparent;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAG5JREFUOBFjZCATvI+MtP//9+9aRnL0wzUzMweTbACyZsHlyw+SZAC6ZpDriTYAm2aiDcClmSgD8GkmaAAhzXgNIEYzTgOI1YzVAFI0YxhAqmYUA8jRDDeAXM1gAyjRDDKACZwlgbkKlDFAAqQCAB5beZgTNEIdAAAAAElFTkSuQmCC")}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--no-color:before{content:"-";background:none;left:0;right:0;top:0;bottom:0}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--no-color .vcv-ui-form-dropdown-color-value{box-shadow:none}.vcv-ui-form-dropdown-color-value{border-radius:inherit;height:100%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.14902);position:relative}.vcv-ui-form-dropdown-color-popover{position:relative;z-index:2;margin-top:4px}.vcv-ui-color-picker-panel{padding:10px;box-sizing:initial;background:#fff;border-radius:3px;border:1px solid #d1d1d1;margin-top:4px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:200px;direction:ltr}.vcv-media--sm .vcv-ui-color-picker-panel{width:365px}.vcv-ui-color-picker-custom-color,.vcv-ui-color-picker-presets-color{width:100%;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-media--sm .vcv-ui-color-picker-custom-color,.vcv-media--sm .vcv-ui-color-picker-presets-color{width:0}.vcv-ui-color-picker-custom-color{border-bottom:1px solid #eee}.vcv-media--sm .vcv-ui-color-picker-custom-color{border-bottom:0}.vcv-ui-color-picker-used-stack-wrapper{border-bottom:1px solid #eee;padding:10px 0;width:100%}.vcv-media--sm .vcv-ui-color-picker-used-stack-wrapper{border-right:1px solid #eee;border-bottom:none;padding:0 10px;width:auto}.vcv-ui-color-picker-used-stack{margin:0 0 -10px -10px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.vcv-media--sm .vcv-ui-color-picker-used-stack{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-ui-color-picker-presets-color{margin:0 0 -10px -10px;padding-top:10px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.vcv-media--sm .vcv-ui-color-picker-presets-color{margin:0 0 -10px;padding-top:0}.rtl .vcv-ui-color-picker-presets-color{direction:rtl}.vcv-ui-replace-element-block{padding:20px 20px 0;position:relative}.vcv-ui-replace-element-block.vcv-ui-replace-element-block--inner{padding:0}.vcv-ui-replace-element-heading{font-size:16px;font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:1px;margin-top:0;-webkit-font-smoothing:antialiased}.vcv-ui-replace-element-description{font-size:13px;font-weight:500;color:#999;font-style:italic;letter-spacing:1px;margin-bottom:23px}.vcv-ui-replace-element-container{overflow:hidden;position:relative;margin-bottom:30px}.vcv-ui-replace-element-hide{position:absolute;z-index:1;top:0;right:18px;height:25px;width:25px;color:#c6c6c6;display:inline-block;cursor:pointer}.vcv-ui-replace-element-hide:before{font-size:.8em}.vcv-ui-replace-element-list{margin:0 -15px -30px;list-style:none;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.vcv-ui-replace-element-list .vcv-ui-item-list-item-content--active{border:1px solid rgba(70,115,189,.8);box-shadow:0 0 0 1px rgba(70,115,189,.8)}.vcv-ui-replace-element-list .vcv-ui-item-element-name{white-space:normal}.vcv-ui-google-fonts-fontfamily-container{position:relative}.vcv-ui-google-fonts-fontfamily-container .vcv-ui-wp-spinner{position:absolute;height:100%;width:100%;background:rgba(0,0,0,.1);transition:opacity .3s ease;opacity:0;pointer-events:none}.vcv-ui-google-fonts-fontfamily-container.vcv-ui-google-fonts-spinner .vcv-ui-wp-spinner{opacity:1;pointer-events:all}.vcv-ui-font-preview-text{font-size:30px}.vcv-row-html-editor-container{border:1px solid #d1d1d1;border-radius:3px}.vcv-ui-form-layout-layouts{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:-20px;margin-right:-20px;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.vcv-ui-form-layout-description{color:#a9a9a8;font-style:italic;display:inline-block;margin-bottom:25px}.vcv-ui-form-layout-layouts-col{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-basis:60px;-ms-flex-preferred-size:60px;flex-basis:60px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;cursor:pointer}.vcv-ui-form-layout-layouts-col>span{height:40px;border:2px solid #d1d1d1;-webkit-flex:1;-ms-flex:1;flex:1;background:#fff}.vcv-ui-form-layout-layouts-col.vcv-ui-state--active>span{border-color:#2b4b80}.vcv-ui-form-layout-layouts-col{margin-left:20px;margin-right:20px;margin-bottom:20px}.vcv-ui-form-layout-layouts-col span:not(:first-child){margin-left:2px}.rtl .vcv-ui-form-layout-layouts-col span:not(:first-child){margin-right:2px;margin-left:0}.vcv-ui-form-layout-custom-layout-columns{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-form-layout-custom-layout-columns .vcv-ui-form-layout-custom-layout-col{-webkit-flex:1;-ms-flex:1;flex:1}.vcv-ui-form-layout-custom-layout-input-wrapper .vcv-ui-form-layout-custom-layout-input{width:95%}.vcv-ui-form-layout-reverse-column-toggle{margin-top:3px}.vcv-ui-form-responsiveness-settings-devices{display:-webkit-flex;display:-ms-flexbox;display:flex;background:#2b4b80;color:#fff}.vcv-ui-form-responsiveness-settings-devices-item{-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;flex-basis:20%;text-align:center;padding:12px 0;border-right:1px solid hsla(0,0%,100%,.1)}.vcv-ui-form-responsiveness-settings-devices-item:first-child{border-left:1px solid #2b4b80}.vcv-ui-form-responsiveness-settings-devices-item:last-child{border-right:1px solid #2b4b80}.vcv-ui-form-responsiveness-settings-devices-item .vcv-ui-icon{font-size:18px;vertical-align:middle}.vcv-ui-form-responsiveness-settings-devices-item-title{margin-bottom:0;font-size:10px}.vcv-ui-form-responsiveness-settings-hide-labels .vcv-ui-form-responsiveness-settings-devices-item-title{display:none}.vcv-ui-form-responsiveness-settings-options{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-form-responsiveness-settings-device-layout{border-right:1px solid #d1d1d1;-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;flex-basis:20%}.vcv-ui-form-responsiveness-settings-device-layout:first-child{border-left:1px solid #d1d1d1}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container{border-bottom:1px solid #d1d1d1;background:#fff;padding:5px 0;transition:background .2s ease-in-out}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-ajax-form-container input.vcv-ui-tag-list-input,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-form-input.vcv-ui-tag-list-input{transition:background .2s ease-in-out}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container.vcv-ui-tag-list-container--active,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container.vcv-ui-tag-list-container--active .vcv-ui-tag-list-input,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container:hover,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container:hover .vcv-ui-tag-list-input{background:#eee}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-tag-list-input{border-radius:0;padding:0;text-align:center;border:0;box-shadow:none}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-tag-list-input:focus{border:0;box-shadow:none;-webkit-animation:none;animation:none}.vcv-ui-tag-list-item{display:inline-block;background-color:#2b4b80;color:#fff;margin:1px 3px;border-radius:2em;padding:1px 11px;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;pointer-events:auto}.vcv-ui-tag-list-item:before{content:attr(data-vcv-tag-list-label)}.vcv-ui-tag-list-item.vcv-ui-tag-list-item--active,.vcv-ui-tag-list-item:hover{background-color:#203251}.vcv-ui-tag-list-item.vcv-ui-tag-list-item--active:before,.vcv-ui-tag-list-item:hover:before{content:attr(data-vcv-tag-list-label-hover)}.vcv-ui-tag-list-item-error{background-color:#ed5656}.vcv-ui-tag-list-item-error:hover{background-color:#cf3f3f}.vcv-ui-tag-list-item-remove{background:transparent;border:0;cursor:pointer;color:#fff;font-size:.9em;padding:2px;margin:-2px -6px -2px 6px}.rtl .vcv-ui-tag-list-item-remove{margin:-2px 6px -2px -6px}.vcv-ui-tag-list-container{position:relative}.vcv-layout-header .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input{display:block}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-tag-list-input,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input,.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input{transition:none;resize:none;word-wrap:break-word;word-break:break-all}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled,.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled{position:absolute;opacity:0;pointer-events:none}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-tag-list,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-tag-list,.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list{cursor:text;min-height:30px;padding:3px 2px}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input{position:fixed;background:#fff;padding:0;z-index:1111;margin-bottom:5px;max-width:70px;transition:none;overflow:auto;overflow-x:hidden}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container input>:first-child,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container textarea>:first-child,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input>:first-child{border-top:none}@media (max-width:400px){.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input{display:none}}.vcv-ui-suggest-box-item{box-sizing:border-box;padding:5px 10px;display:block;cursor:pointer;transition:background-color .2s ease-in-out;border-top:1px solid #d1d1d1}.vcv-ui-suggest-box-item.vcv-selected,.vcv-ui-suggest-box-item:hover{background-color:#ddd}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-autocomplete{max-width:250px}.vcv-ui-tag-list-container .vcv-ui-wp-spinner{position:absolute;z-index:5;right:14px;top:0;bottom:0;margin:auto}.vcv-ui-tag-list-item-validating,.vcv-ui-tag-list-item-validating:hover{background-color:#c6c6c6}.vcv-ui-form-params-group{margin:0 -20px}.vcv-ui-form-params-group .vcv-ui-icon-arrow-right{color:hsla(0,0%,100%,.4)}.vcv-ui-form-params-group .vcv-ui-drag-handler{z-index:1000}.vcv-ui-form-params-group .vcv-ui-form-params-group-item{padding:15px 7px 15px 5px;color:#fff;background:#203251}.vcv-ui-form-params-group .vcv-ui-form-params-group-item:last-of-type{border-bottom:none}.vcv-ui-form-params-group .vcv-ui-form-params-group-item:hover{background-color:rgba(38,59,93,.9)}.vcv-ui-form-params-group-item--dragging{z-index:10000;background:#203251;color:#fff}.vcv-ui-form-params-group-item--dragging .vcv-ui-tree-layout-control-label{padding-left:18px}.vcv-ui-form-params-group-item--dragging .vcv-ui-icon-arrow-right{color:hsla(0,0%,100%,.4)}.vcv-ui-form-params-group-add-item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:15px 20px;height:46px;border:1px dashed #000;color:#000;cursor:pointer;opacity:.15;transition:opacity .2s ease-in-out}.vcv-ui-form-params-group-add-item:hover{opacity:.3}.vcv-ui-forms-params-group-content-editable{outline:none}.vcv-gutenberg-modal{position:fixed;overflow:hidden;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:10000}.vcv-gutenberg-modal .vcv-loading-overlay{top:20px;left:20px;right:20px;bottom:20px;background:#fff;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:1}.vcv-gutenberg-modal-inner{background:#fff;position:fixed;top:20px;left:20px;right:20px;bottom:20px}.vcv-gutenberg-modal-inner iframe{width:100%;height:100%}button.vcv-gutenberg-modal-close-button{position:absolute;top:25px;right:25px;color:rgba(0,0,0,.5);background:transparent;border:0;box-shadow:none;transition:color .2s ease-in-out;font-size:16px;padding:5px;cursor:pointer;z-index:2}button.vcv-gutenberg-modal-close-button:focus,button.vcv-gutenberg-modal-close-button:hover{background:transparent;border:0;box-shadow:none;color:rgba(0,0,0,.7)}.vcv-ui-form-tree-view--attribute .vcv-ui-tree-layout-container{margin:0 -20px}.vcv-ui-form-tree-view--attribute .vcv-ui-tree-layout-actions{border-top:0}.vcv-ui-tinymce-fonts-selectbox input.vcv-ui-tinymce-fonts-selectbox-filter{margin:5px 9px;width:calc(100% - 18px);cursor:text;border:1px solid #ddd;box-shadow:none;outline:none;padding:4px 4px 4px 24px;box-sizing:border-box;line-height:19px;border-radius:0;background:transparent;display:inline-block;font-size:14px}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:0;margin:2px 0 0;background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.2)}.vcv-ui-tinymce-fonts-selectbox.mce-active>.vcv-ui-tinymce-fonts-selectbox-options{display:block}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options ul{max-height:350px;overflow-x:hidden;overflow-y:auto;margin:5px 0 0;width:240px}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options ul>li{margin-bottom:2px}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options ul>li:last-child{margin-bottom:0}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a{display:block;padding:3px 10px;clear:both;font-weight:400;line-height:16px;height:22px;color:#333;white-space:nowrap;text-decoration:none;box-sizing:border-box;text-indent:-9999px;background-image:url(https://cdn.hub.visualcomposer.com/plugin-assets/fonts2.png);background-repeat:no-repeat;border:none;box-shadow:0 0 0 1px transparent;transition:box-shadow .2s,opacity .2s}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a:focus,.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a:hover{opacity:.7;text-decoration:none;box-shadow:0 0 0 1px #a9a9a9}.vcv-ui-tinymce-fonts-selectbox-input-box:before{content:"\2315";color:#c5c5c5;position:absolute;top:12px;left:15px;font-family:VC-Icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
|
4 |
+
/*! media breakpoints */.vcv-ui-form-group{border:0;margin:0 0 20px}.vcv-ui-form-group.vcv-ui-form-group--has-inner-fields{margin-bottom:0}.vcv-ui-ajax-form-container label,.vcv-ui-form-group-heading{display:block;font-size:12px;font-weight:700;margin:0 0 3px}.vcv-ui-ajax-form-container label>.vcv-ui-wp-spinner,.vcv-ui-form-group-heading>.vcv-ui-wp-spinner{margin-left:15px}.vcv-ui-ajax-form-container small,.vcv-ui-form-helper,.vcv-ui-form-message{clear:both;color:#9a9a9a;display:block;font-size:.9em;font-style:italic;line-height:normal;margin:8px 0 12px}.vcv-ui-form-helper--action{color:#0073aa;text-decoration:underline;transition:border .05s ease-in-out,color .05s ease-in-out;cursor:pointer}.vcv-ui-form-helper--action:hover{color:#00a0d2}.vcv-ui-form-message{padding-top:24px;text-align:center}.vcv-ui-element-lock-container .vcv-ui-ajax-form-container small,.vcv-ui-element-lock-container .vcv-ui-form-helper{margin:0 0 20px}.vcv-ui-element-lock-container .vcv-ui-ajax-form-container small:last-of-type,.vcv-ui-element-lock-container .vcv-ui-form-helper:last-of-type{margin:0 0 30px}.vcv-ui-form-group-style--inline .vcv-ui-ajax-form-container label,.vcv-ui-form-group-style--inline .vcv-ui-form-group-heading{display:inline-block;vertical-align:baseline;margin:8px}.vcv-ui-form-group-style--inline .vcv-ui-ajax-form-container label:first-child,.vcv-ui-form-group-style--inline .vcv-ui-form-group-heading:first-child{margin-left:0}.vcv-ui-form-group-heading--inline{display:inline-block;margin-left:10px}@-webkit-keyframes vcv-ui-form-blink{0%{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}50%{box-shadow:0 0 0 1px #8cabdd;border-color:#8cabdd}to{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}}@keyframes vcv-ui-form-blink{0%{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}50%{box-shadow:0 0 0 1px #8cabdd;border-color:#8cabdd}to{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}}@-webkit-keyframes vcv-ui-form-shadow-blink{0%{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}50%{box-shadow:0 0 0 1px #8cabdd,inset 0 6px 6px -6px transparent;border-color:#8cabdd}to{box-shadow:0 0 0 1px rgba(140,171,221,0),inset 0 6px 6px -6px rgba(0,0,0,.1);border-color:#c4c4c4}}@keyframes vcv-ui-form-shadow-blink{0%{box-shadow:0 0 0 1px rgba(140,171,221,0);border-color:#c4c4c4}50%{box-shadow:0 0 0 1px #8cabdd,inset 0 6px 6px -6px transparent;border-color:#8cabdd}to{box-shadow:0 0 0 1px rgba(140,171,221,0),inset 0 6px 6px -6px rgba(0,0,0,.1);border-color:#c4c4c4}}.vcv-ui-ajax-form-container .vcv-ui-ajax-form-container label,.vcv-ui-ajax-form-container .vcv-ui-form-group-heading{margin-top:20px}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox],.vcv-layout-header .vcv-ui-ajax-form-container input[type=radio],.vcv-layout-header .vcv-ui-ajax-form-container textarea[type=checkbox],.vcv-layout-header .vcv-ui-ajax-form-container textarea[type=radio]{width:auto;display:inline-block;vertical-align:middle}.vcv-layout-header .vcv-ui-ajax-form-container label input[type=email],.vcv-layout-header .vcv-ui-ajax-form-container label input[type=number],.vcv-layout-header .vcv-ui-ajax-form-container label input[type=search],.vcv-layout-header .vcv-ui-ajax-form-container label input[type=text]{margin-top:12px}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox]{line-height:normal;height:16px}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox]+label{display:inline-block;margin-right:1em;margin-left:.4em;margin-bottom:.2em}.vcv-layout-header .vcv-ui-ajax-form-container .vcv-ui-wp-spinner:before{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cdefs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Ccircle r='4' cx='50%25' cy='25%25'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle r='18' cx='50%25' cy='50%25' mask='url(%23a)' fill='gray'/%3E%3C/svg%3E") 50% 50% no-repeat;background-size:contain}.vcv-layout-header .vcv-ui-ajax-form-container a{color:#2b4b80;text-decoration:none}.vcv-layout-header .vcv-ui-ajax-form-container a:active,.vcv-layout-header .vcv-ui-ajax-form-container a:hover{color:#203251}.vce-image-filter--xpro2{-webkit-filter:contrast(1.3) brightness(.8) sepia(.25) saturate(1.5) hue-rotate(-10deg);filter:contrast(1.3) brightness(.8) sepia(.25) saturate(1.5) hue-rotate(-10deg)}.vce-image-filter--willow{-webkit-filter:saturate(.02) contrast(.85) brightness(1.2) sepia(.02);filter:saturate(.02) contrast(.85) brightness(1.2) sepia(.02)}.vce-image-filter--walden{-webkit-filter:sepia(.35) contrast(.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5);filter:sepia(.35) contrast(.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5)}.vce-image-filter--valencia{-webkit-filter:sepia(.15) saturate(1.5) contrast(.9);filter:sepia(.15) saturate(1.5) contrast(.9)}.vce-image-filter--toaster{-webkit-filter:sepia(.4) saturate(2.5) hue-rotate(-30deg) contrast(.67);filter:sepia(.4) saturate(2.5) hue-rotate(-30deg) contrast(.67)}.vce-image-filter--sutro{-webkit-filter:brightness(.75) contrast(1.3) sepia(.5) hue-rotate(-25deg);filter:brightness(.75) contrast(1.3) sepia(.5) hue-rotate(-25deg)}.vce-image-filter--sierra{-webkit-filter:contrast(.8) saturate(1.2) sepia(.15);filter:contrast(.8) saturate(1.2) sepia(.15)}.vce-image-filter--rise{-webkit-filter:saturate(1.4) sepia(.25) hue-rotate(-15deg) contrast(.8) brightness(1.1);filter:saturate(1.4) sepia(.25) hue-rotate(-15deg) contrast(.8) brightness(1.1)}.vce-image-filter--nashville{-webkit-filter:sepia(.4) saturate(1.5) contrast(.9) brightness(1.1) hue-rotate(-15deg);filter:sepia(.4) saturate(1.5) contrast(.9) brightness(1.1) hue-rotate(-15deg)}.vce-image-filter--mayfair{-webkit-filter:saturate(1.4) contrast(1.1);filter:saturate(1.4) contrast(1.1)}.vce-image-filter--lofi{-webkit-filter:contrast(1.4) brightness(.9) sepia(.05);filter:contrast(1.4) brightness(.9) sepia(.05)}.vce-image-filter--kelvin{-webkit-filter:sepia(.4) saturate(2.4) brightness(1.3) contrast(1);filter:sepia(.4) saturate(2.4) brightness(1.3) contrast(1)}.vce-image-filter--inkwell{-webkit-filter:grayscale(1) brightness(1.2) contrast(1.05);filter:grayscale(1) brightness(1.2) contrast(1.05)}.vce-image-filter--hudson{-webkit-filter:contrast(1.2) brightness(.9) hue-rotate(-10deg);filter:contrast(1.2) brightness(.9) hue-rotate(-10deg)}.vce-image-filter--hefe{-webkit-filter:contrast(1.3) sepia(.3) saturate(1.3) hue-rotate(-10deg) brightness(.95);filter:contrast(1.3) sepia(.3) saturate(1.3) hue-rotate(-10deg) brightness(.95)}.vce-image-filter--earlybird{-webkit-filter:sepia(.4) saturate(1.6) contrast(1.1) brightness(.9) hue-rotate(-10deg);filter:sepia(.4) saturate(1.6) contrast(1.1) brightness(.9) hue-rotate(-10deg)}.vce-image-filter--brannan{-webkit-filter:sepia(.5) contrast(1.4);filter:sepia(.5) contrast(1.4)}.vce-image-filter--amaro{-webkit-filter:hue-rotate(-10deg) contrast(.9) brightness(1.1) saturate(1.5);filter:hue-rotate(-10deg) contrast(.9) brightness(1.1) saturate(1.5)}.vce-image-filter--1977{-webkit-filter:sepia(.5) hue-rotate(-30deg) saturate(1.2) contrast(.8);filter:sepia(.5) hue-rotate(-30deg) saturate(1.2) contrast(.8)}.vcv-ui-form-attach-image{margin:0 -5px}.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-form-link-button-group{width:100%}.vcv-ui-form-attach-image-items{padding:0;margin:0;list-style:none}.vcv-ui-form-attach-image-items:after{content:" ";display:table;clear:both}.vcv-ui-form-attach-image-item{margin:5px;overflow:hidden;float:left;list-style:none}.vcv-ui-form-attach-image-item.vcv-ui-form-attach-image-item--dragging{z-index:9999999}.rtl .vcv-ui-form-attach-image-item{float:right}.vcv-ui-form-attach-image-item-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-form-attach-image-item-inner{position:relative}.vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-form-attach-image-item-inner{margin-right:5px}.rtl .vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-form-attach-image-item-inner{margin-right:0;margin-left:5px}.vcv-ui-form-attach-image-item-add-control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-form-attach-image-item-add-control.vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-form-attach-image-control{margin-right:5px}.rtl .vcv-ui-form-attach-image-item-add-control.vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-form-attach-image-control{margin-right:0;margin-left:5px}.vcv-ui-form-attach-image-thumbnail{overflow:hidden;position:relative;height:80px;width:80px;margin:0;padding:0;background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-size:20px 20px;background-position:0 0,10px 10px;background-repeat:repeat}.vcv-ui-form-attach-image-thumbnail img{max-height:100%;max-width:none;width:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:none;background-color:transparent}.vcv-ui-form-attach-image-item-view--portrait .vcv-ui-form-attach-image-thumbnail img{max-height:none;height:auto;max-width:100%}.vcv-ui-form-attach-image-item-controls{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.8);transition-duration:.2s;transition-property:opacity;transition-timing-function:ease-in-out;opacity:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-form-attach-image-item-controls:focus,.vcv-ui-form-attach-image-item-controls:hover{opacity:1}.vcv-ui-form-attach-image-item-control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;outline:none;line-height:1;text-decoration:none;color:#fff;font-size:16px;height:2em;width:2em;transition-duration:.2s;transition-property:color;transition-timing-function:ease-in-out;cursor:pointer}.vcv-ui-form-attach-image-item-control:hover{color:#ededed}.vcv-ui-form-attach-image-item-control-state--danger{color:#fb7978}.vcv-ui-form-attach-image-item-control-state--danger:hover{color:#fa5755}.vcv-ui-form-attach-image-control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;height:80px;width:80px;border:1px dashed;line-height:1;font-size:18px;color:#d1d1d1;transition-duration:.2s;transition-property:color;transition-timing-function:ease-in-out;cursor:pointer;background:#fff}.vcv-ui-form-attach-image-control:focus,.vcv-ui-form-attach-image-control:hover{color:#bfbfbf}.vcv-ui-form-attach-image-item .vcv-ui-form-link .vcv-ui-form-link-button{padding:6px 0;width:100%;font-size:9px}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link,.vcv-ui-form-attach-image .vcv-ui-form-link{max-width:80px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-form-link-button-group,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-form-link-button-group{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-container,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-container{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;background:transparent;padding:0;border:none}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls{direction:ltr;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon{background:#fff;font-size:12px;padding:6px;color:#6f747b;transition:background .2s;border-radius:0;border:1px solid #d0d0d0;border-left:none}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:hover,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:hover{background:#ddd}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:first-child,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px;border-left:1px solid #d0d0d0}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:last-child,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon-close,.vcv-ui-form-attach-image .vcv-ui-form-link .vcv-ui-dynamic-field-controls .vcv-ui-icon-close{font-size:13px}.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link,.vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link .vcv-ui-form-link-button-group{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.vcv-ui-form-attach-image-item .vcv-ui-form-link-button-group .vcv-ui-form-link-button,.vcv-ui-form-group .vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link-button{width:auto;padding:6px 8px;line-height:13px}.vcv-ui-form-attach-image-item .vcv-ui-form-link-button-group .vcv-ui-form-link-button .vcv-ui-icon,.vcv-ui-form-group .vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link-button .vcv-ui-icon{vertical-align:middle;font-size:9px}.vcv-ui-form-attach-image-item.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default,.vcv-ui-form-attach-image-url-dynamic.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default{background-color:#ddd}.vcv-ui-form-attach-image-item.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default.vcv-ui-state--active,.vcv-ui-form-attach-image-item.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default:hover,.vcv-ui-form-attach-image-url-dynamic.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default.vcv-ui-state--active,.vcv-ui-form-attach-image-url-dynamic.vcv-ui-form-attach-image-item-has-link-value .vcv-ui-form-link .vcv-ui-form-link-button.vcv-ui-form-button--default:hover{background-color:#fff}.vcv-ui-form-attach-image-item .vcv-ui-form-button .vcv-ui-icon+*{margin-left:.6em}.rtl .vcv-ui-form-attach-image-item .vcv-ui-form-button .vcv-ui-icon+*{margin-left:0;margin-right:.6em}.vcv-ui-form-attach-image-item .vcv-ui-form-button .vcv-ui-icon{font-size:.8em;vertical-align:initial}.vcv-ui-form-attach-image-item .vcv-ui-form-link{margin-top:6px;margin-bottom:6px}.vcv-ui-form-attach-image-item .vcv-ui-form-link .vcv-ui-form-link-title{display:none}.vcv-ui-form-attach-image-filter{color:#484848;width:80px;position:relative;text-align:center;cursor:pointer;display:block;margin:0 auto}.vcv-ui-form-attach-image-filter-toggle{margin-top:10px}.vcv-ui-form-attach-image-filter-block{border-top:1px solid #ededed;border-bottom:1px solid #ededed;padding:0 20px;margin:20px -20px;box-shadow:inset 0 -180px 150px -160px #fbfbfb,inset 0 180px 150px -160px #fbfbfb;position:relative}.vcv-ui-form-attach-image-filter-container{width:calc(100% + 20px);overflow:hidden;position:relative}.vcv-ui-form-attach-image-filter-list{list-style-type:none;padding:20px 2px 10px;margin:0;white-space:nowrap;overflow-x:auto}.vcv-ui-form-attach-image-filter-list-item{display:inline-block;margin:0 7px;vertical-align:top}.vcv-ui-form-attach-image-filter-list-item:first-child{margin-left:0}.vcv-ui-form-attach-image-filter .vcv-ui-form-attach-image-filter-image{max-height:100%;max-width:none;width:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:none;background-color:transparent}.vcv-ui-form-attach-image-filter-content{position:relative;display:block;height:80px;overflow:hidden;background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-size:20px 20px;background-position:0 0,10px 10px;background-repeat:repeat}.vcv-ui-form-attach-image-filter-content--active{box-shadow:0 0 0 2px rgba(70,115,189,.8)}.vcv-ui-form-attach-image-filter-name{white-space:normal;display:block;margin:5px 0;color:#6f747b;font-size:12px}.vcv-ui-form-button{display:inline-block;margin:0;text-align:center;vertical-align:middle;cursor:pointer;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:3px;box-sizing:border-box;word-wrap:break-word;-webkit-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;font-weight:700;line-height:1.5;padding:5px 14px;font-size:12px;transition-property:color,background,border,opacity,-webkit-transform;transition-property:color,background,border,opacity,transform;transition-property:color,background,border,opacity,transform,-webkit-transform;transition-duration:.2s;transition-timing-function:ease-in-out}.vcv-ui-form-button[disabled]:not(.vcv-ui-form-button-undisabled){color:#f3f3f3;background-color:#d8d8d8;cursor:not-allowed}.vcv-ui-form-button[disabled]:not(.vcv-ui-form-button-undisabled):hover{background-color:#d8d8d8}.vcv-ui-form-button .vcv-ui-icon{position:relative;width:1em;height:1em;line-height:inherit;display:inline-block;vertical-align:middle;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.vcv-ui-form-button .vcv-ui-icon+*{margin-left:1em}.vcv-ui-form-button .vcv-ui-icon:before{position:absolute;font-size:1.35em;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-form-button--large{background:#2b4b80;padding:16px 34px;font-family:Montserrat,sans-serif;font-size:12px;letter-spacing:.077em;text-transform:uppercase;color:#fff;-webkit-font-smoothing:antialiased;margin-bottom:12px;max-width:100%;box-shadow:none;border:none;border-radius:0}.vcv-ui-form-button--large:focus,.vcv-ui-form-button--large:hover{background:#274473;color:#fff}.vcv-ui-form-button--large:active,.vcv-ui-form-button--large:focus,.vcv-ui-form-button--large:hover,.vcv-ui-form-button--large:visited{text-decoration:none;box-shadow:none;border:none}.rtl .vcv-ui-form-button .vcv-ui-icon+*{margin-left:0;margin-right:1em}.vcv-ui-form-button--default{color:#707070;background-color:#fff;border-color:#d1d1d1}.vcv-ui-form-button--default.vcv-ui-state--active,.vcv-ui-form-button--default:hover{background-color:#ddd}.vcv-ui-form-button--action,.vcv-ui-form-button-group--action .vcv-ui-form-button{color:#fff;background-color:#2b4b80;padding:11px 24px}.vcv-ui-form-button--action.vcv-ui-state--active,.vcv-ui-form-button--action:hover,.vcv-ui-form-button-group--action .vcv-ui-form-button.vcv-ui-state--active,.vcv-ui-form-button-group--action .vcv-ui-form-button:hover{background-color:#203251}.vcv-ui-lock-control-container .vcv-ui-form-button--action,.vcv-ui-lock-control-container .vcv-ui-form-button-group--action .vcv-ui-form-button{margin:0 20px 0 0}.vcv-ui-lock-control-container .vcv-ui-form-button--default{padding:11px 24px}.vcv-ui-form-buttons-group{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;border-radius:3px;overflow:hidden}.vcv-ui-form-buttons-group>.vcv-ui-form-button{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;margin-left:1px;margin-bottom:1px;border-radius:0;font-weight:700}.vcv-ui-form-button-group--action{background-color:#3a5c95}.vcv-ui-form-button-group--attribute{border:1px solid #d0d0d0;direction:ltr}.vcv-ui-form-button-group--attribute .vcv-ui-form-button{margin:0;padding:0;border:0;border-left:1px solid #d0d0d0;font-size:11px;font-weight:700;background:#fff;min-width:40px;height:40px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#6f747b}.vcv-ui-form-button-group--attribute .vcv-ui-form-button:first-child{border-left:none}.vcv-ui-form-button-group--attribute .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-form-button-group--attribute .vcv-ui-form-button:hover{background:#ddd}.vcv-ui-form-button-group--attribute .vcv-ui-form-button .vcv-ui-icon-attribute{font-size:14px}.vcv-ui-form-button-group--large{border:1px solid #d0d0d0;direction:ltr}.vcv-ui-form-button-group--large .vcv-ui-form-button{margin:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;padding:14px 24px;background:#fff;border:none;border-left:1px solid #d0d0d0;color:#6f747b;border-radius:0;cursor:pointer;transition:background .2s ease-in-out}.vcv-ui-form-button-group--large .vcv-ui-form-button:first-child{border-left:none}.vcv-ui-form-button-group--large .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-form-button-group--large .vcv-ui-form-button:hover{background:#ddd}.vcv-ui-form-button-group--large .vcv-ui-form-button .vcv-ui-icon-expand{margin-left:8px}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item .vcv-ui-form-button{border-left:1px solid #d0d0d0}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item:first-child .vcv-ui-form-button{border-left:none}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item:focus .vcv-ui-form-button-group-dropdown,.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item:hover .vcv-ui-form-button-group-dropdown{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown{display:none;position:absolute;z-index:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border:1px solid #d0d0d0}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item{background:#fff;text-align:left;border-radius:0;cursor:pointer;border:none;border-bottom:1px solid #d0d0d0;color:#73747a;font-size:12px;font-weight:500;-webkit-font-smoothing:antialiased;min-width:150px;padding:10px 15px}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item:last-child{border-bottom:0}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item.vcv-ui-form-button-group-dropdown-item--active,.vcv-ui-form-button-group--large .vcv-ui-form-button-group-dropdown-item:hover{background:#ddd}.vcv-ui-form-checkboxes{margin:8px 0 12px}.vcv-ui-form-checkboxes--list .vcv-ui-form-checkbox{display:block}.vcv-ui-form-checkbox{cursor:pointer;display:inline-block;vertical-align:middle;padding-left:2em;padding-right:1em;position:relative;font-weight:700;font-size:12px;margin:0 0 10px}.vcv-ui-form-checkbox .vcv-ui-form-checkbox-indicator{position:absolute;top:-1px;left:0;display:block;width:18px;height:18px;font-size:1em;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:3px;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;text-align:center;color:#294a82}.vcv-ui-form-checkbox:hover .vcv-ui-form-checkbox-indicator{border-color:#c4c4c4}.vcv-ui-form-checkbox>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-form-checkbox>input:focus+.vcv-ui-form-checkbox-indicator{-webkit-animation:vcv-ui-form-blink .4s ease-out;animation:vcv-ui-form-blink .4s ease-out}.vcv-ui-form-checkbox>input:checked+.vcv-ui-form-checkbox-indicator:before{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.vcv-ui-form-checkbox>input+.vcv-ui-form-checkbox-indicator:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;content:"";font-style:normal;font-weight:400;font-variant:normal;text-transform:none;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:.85em;height:8px;width:8px;background-color:#294a82}.vcv-ui-form-checkbox>input:disabled+.vcv-ui-form-checkbox-indicator,.vcv-ui-form-checkbox>input[disabled]+.vcv-ui-form-checkbox-indicator{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-form-checkbox+.vcv-ui-ajax-form-container small,.vcv-ui-form-checkbox+.vcv-ui-form-helper{margin-left:2em}.rtl .vcv-ui-form-checkbox{padding-right:2em;padding-left:1em}.rtl .vcv-ui-form-checkbox .vcv-ui-form-checkbox-indicator{left:auto;right:0}.rtl .vcv-ui-form-checkbox+.vcv-ui-ajax-form-container small,.rtl .vcv-ui-form-checkbox+.vcv-ui-form-helper{margin-left:0;margin-right:2em}.vcv-ui-form-colorpicker{position:relative}.vcv-ui-form-colorpicker--default{padding:11px 14px;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.vcv-ui-color-picker{display:block;width:255px}.vcv-ui-color-picker .wp-color-result{background-color:#fff;border:1px solid #c5c5c5;border-radius:3px;box-sizing:border-box;padding:8px 14px;font-size:14px;line-height:1.5;box-shadow:none;vertical-align:middle;outline:none;margin:0 2% 0 0;width:23%;height:40px}.vcv-ui-color-picker .wp-color-result:focus,.vcv-ui-color-picker .wp-color-result:hover{border-color:#c4c4c4}.vcv-ui-color-picker .wp-color-result:after,.vcv-ui-color-picker .wp-color-result:before{display:block;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;box-shadow:none}.vcv-ui-color-picker .wp-color-result:after{background:inherit;border:inherit}.vcv-ui-color-picker .wp-color-result:before{background-color:#fff;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-size:20px 20px;background-position:0 0,10px 10px;background-repeat:repeat}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon{position:absolute;border:inherit;border-radius:inherit;top:-1px;bottom:-1px;left:100%;display:none;background-color:#eaeaea;color:#707070;transition-duration:.2s;transition-property:background-color;transition-timing-function:ease-in-out}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon:hover{background-color:#ddd}.vcv-ui-color-picker .wp-color-result,.vcv-ui-color-picker .wp-picker-holder,.vcv-ui-color-picker .wp-picker-input-wrap{position:relative}.vcv-ui-color-picker .wp-color-result.wp-picker-open,.vcv-ui-color-picker .wp-color-result.wp-picker-open~.wp-picker-holder,.vcv-ui-color-picker .wp-color-result.wp-picker-open~.wp-picker-input-wrap{z-index:10}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open){margin-right:40px}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open):after{border-top-right-radius:0;border-bottom-right-radius:0}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open) .vcv-ui-icon{visibility:visible;display:block;width:40px;border-top-left-radius:0;border-bottom-left-radius:0}.vcv-ui-color-picker .vcv-ui-form-input-group{box-sizing:border-box;width:75%;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.vcv-ui-color-picker .vcv-ui-form-input-group-button{overflow:visible}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open)~.vcv-ui-form-input-group,.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open)~.wp-picker-holder{display:none}.vcv-ui-color-picker .vcv-ui-color-picker-alpha-container{padding:10px}.vcv-ui-color-picker .vcv-ui-color-picker-alpha-container>label{display:block}.vcv-ui-color-picker .iris-square-value{box-shadow:none}.vcv-ui-color-picker .wp-picker-holder{background-color:#fff;border:1px solid #c5c5c5;border-radius:3px;font-size:14px;margin-top:4px}.vcv-ui-color-picker .iris-picker{background-color:transparent;background-image:none;border:none;margin:0}.vcv-ui-color-picker .iris-picker~*{border-top:inherit}.vcv-ui-form-button{position:relative}.vcv-ui-form-button>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-ajax-form-container select,.vcv-ui-form-dropdown{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") right 1em center no-repeat #fff;border:1px solid #d1d1d1;border-radius:3px;box-sizing:border-box;box-shadow:none;color:#5c5b5b;display:inline-block;font-size:12px;font-weight:400;height:auto;line-height:1.5;padding:5px 2em 5px 14px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;vertical-align:middle;width:100%;-webkit-appearance:none;appearance:none}.vcv-ui-ajax-form-container select.vcv-ui-form-state--focus,.vcv-ui-ajax-form-container select:focus,.vcv-ui-ajax-form-container select:hover,.vcv-ui-form-dropdown.vcv-ui-form-state--focus,.vcv-ui-form-dropdown:focus,.vcv-ui-form-dropdown:hover{border-color:#c4c4c4}.vcv-ui-ajax-form-container select.vcv-ui-form-state--focus,.vcv-ui-ajax-form-container select:focus,.vcv-ui-form-dropdown.vcv-ui-form-state--focus,.vcv-ui-form-dropdown:focus{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-ui-ajax-form-container select::-ms-expand,.vcv-ui-form-dropdown::-ms-expand{display:none}.vcv-ui-ajax-form-container select:disabled,.vcv-ui-ajax-form-container select[disabled],.vcv-ui-form-dropdown:disabled,.vcv-ui-form-dropdown[disabled]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-ajax-form-container select:not(select),.vcv-ui-form-dropdown:not(select){width:auto;padding:8px 2.5em 8px 14px}.vcv-ui-ajax-form-container select.vcv-ui-form-input-select,.vcv-ui-form-dropdown.vcv-ui-form-input-select{padding:5px 14px}.rtl .vcv-ui-ajax-form-container select,.rtl .vcv-ui-form-dropdown{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") left 1em center no-repeat #fff;padding:8px 14px 8px 2em}.vcv-ui-form-dropdown-style--inline{width:auto}.vcv-ui-editor-dropdown-input-container{display:-webkit-flex;display:-ms-flexbox;display:flex;background:#fff;border-radius:3px;margin:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container select,.vcv-ui-editor-dropdown-input-container .vcv-ui-form-dropdown{height:100%;border-radius:0;opacity:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container input,.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container textarea,.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input{width:auto;border:none;padding-left:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container input:focus,.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container textarea:focus,.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input:focus{-webkit-animation:none;animation:none;box-shadow:none}.vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container .vcv-ui-editor-dropdown-input-field{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding-left:10px;border:1px solid #d1d1d1;border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.vcv-ui-editor-dropdown-input-icon-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 60px;-ms-flex:0 0 60px;flex:0 0 60px}.vcv-ui-editor-dropdown-input-icon-container .vcv-ui-icon-dropdown-input{color:#c5c5c5;font-size:19px}.vcv-ui-editor-dropdown-input-dropdown-container{position:relative;display:inline-block;-webkit-flex:0 0 100px;-ms-flex:0 0 100px;flex:0 0 100px;background-color:#fff;border-top-left-radius:3px;border-bottom-left-radius:3px;border:1px solid #d1d1d1;border-right:0}.vcv-ui-editor-dropdown-input-dropdown-container:before{content:attr(data-content);position:absolute;top:0;right:0;bottom:0;left:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;pointer-events:none;color:#5c5b5b;padding:8px 2em 8px 14px;line-height:normal;border-right:1px solid #d1d1d1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") right 1em center no-repeat}.rtl .vcv-ui-editor-dropdown-input-dropdown-container{border-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px;border:1px solid #d1d1d1;border-left:0}.rtl .vcv-ui-editor-dropdown-input-dropdown-container:before{padding:8px 14px 8px 2em;border-right:0;border-left:1px solid #d1d1d1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") left 1em center no-repeat}.rtl .vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container .vcv-ui-editor-dropdown-input-field{padding-right:10px;border-radius:3px;border:1px solid #d1d1d1;border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.vcv-ui-editor-field-highlight{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;animation:vcv-ui-form-shadow-blink .4s ease-out;outline:none;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-check-new-form-elements{margin:3rem auto;width:50vw}.vcv-ui-iconpicker-picker-dropdown{min-height:36px}.vcv-ui-form-iconpicker-content{border-radius:3px;border:1px solid #d1d1d1;margin-top:4px;padding:0;display:none}.vcv-ui-form-iconpicker-content.vcv-ui-form-state--active{display:block}.vcv-ui-form-iconpicker-content-heading{padding:14px 14px 7px;background-color:#f5f5f5;border-bottom:1px solid #ebebeb}.vcv-ui-form-iconpicker-content-heading>*{margin-bottom:7px}.vcv-ui-form-iconpicker-options{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;max-height:300px;overflow:auto}.vcv-ui-form-iconpicker-option{border:1px solid #ebebeb;border-right:0;border-bottom:0;-webkit-flex:1 1 80px;-ms-flex:1 1 80px;flex:1 1 80px;height:40px;width:80px;font-size:1rem;position:relative;margin-top:-1px;margin-left:-1px;color:#5c5b5b;background-color:#fff;cursor:pointer;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out}.vcv-ui-form-iconpicker-option>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-form-iconpicker-option.vcv-ui-form-state--active,.vcv-ui-form-iconpicker-option:hover{color:#fff;background-color:#294a82}.vcv-ui-form-iconpicker-error{padding:7px 14px}.vcv-ui-form-iconpicker-option.vcv-ui-form-iconpicker--disabled{color:#eee;cursor:not-allowed;pointer-events:none}.vcv-ui-form-iconpicker-option.vcv-ui-form-iconpicker--disabled:hover{background-color:#fff}.rtl .vcv-ui-form-iconpicker-option{border:1px solid #ebebeb;border-left:0;margin-left:0;margin-right:-1px;text-align:left}.vcv-layout-header .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input{background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:3px;color:#5c5b5b;font-size:12px;font-weight:400;line-height:1.5;padding:5px 14px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;width:100%;height:auto;box-shadow:none}.vcv-layout-header .vcv-ui-ajax-form-container input::-ms-clear,.vcv-layout-header .vcv-ui-ajax-form-container textarea::-ms-clear,.vcv-layout-header .vcv-ui-form-input::-ms-clear{display:none}.vcv-layout-header .vcv-ui-ajax-form-container input:focus,.vcv-layout-header .vcv-ui-ajax-form-container input:hover,.vcv-layout-header .vcv-ui-ajax-form-container textarea:focus,.vcv-layout-header .vcv-ui-ajax-form-container textarea:hover,.vcv-layout-header .vcv-ui-form-input:focus,.vcv-layout-header .vcv-ui-form-input:hover{border-color:#c4c4c4}.vcv-layout-header .vcv-ui-ajax-form-container input:focus,.vcv-layout-header .vcv-ui-ajax-form-container textarea:focus,.vcv-layout-header .vcv-ui-form-input:focus{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-layout-header .vcv-ui-ajax-form-container input::-webkit-input-placeholder,.vcv-layout-header .vcv-ui-ajax-form-container textarea::-webkit-input-placeholder,.vcv-layout-header .vcv-ui-form-input::-webkit-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-ajax-form-container input:-ms-input-placeholder,.vcv-layout-header .vcv-ui-ajax-form-container textarea:-ms-input-placeholder,.vcv-layout-header .vcv-ui-form-input:-ms-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-ajax-form-container input::placeholder,.vcv-layout-header .vcv-ui-ajax-form-container textarea::placeholder,.vcv-layout-header .vcv-ui-form-input::placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-ajax-form-container input:disabled,.vcv-layout-header .vcv-ui-ajax-form-container input[disabled],.vcv-layout-header .vcv-ui-ajax-form-container input[readonly],.vcv-layout-header .vcv-ui-ajax-form-container textarea:disabled,.vcv-layout-header .vcv-ui-ajax-form-container textarea[disabled],.vcv-layout-header .vcv-ui-ajax-form-container textarea[readonly],.vcv-layout-header .vcv-ui-form-input:disabled,.vcv-layout-header .vcv-ui-form-input[disabled],.vcv-layout-header .vcv-ui-form-input[readonly]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-layout-header .vcv-ui-ajax-form-container input.vcv-ui-form-input--error,.vcv-layout-header .vcv-ui-ajax-form-container textarea.vcv-ui-form-input--error,.vcv-layout-header .vcv-ui-form-input.vcv-ui-form-input--error{border-color:#f44}.vcv-layout-header textarea.vcv-ui-ajax-form-container input,.vcv-layout-header textarea.vcv-ui-ajax-form-container textarea,.vcv-layout-header textarea.vcv-ui-form-input{overflow:auto;resize:vertical;height:10em}.vcv-layout-header .vcv-ui-form-input-group{display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:1px}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:50%;width:auto;position:relative;margin-left:-1px}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container input:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container input:hover,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea:hover,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:hover{z-index:10}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container input:not(:first-child),.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea:not(:first-child),.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container input:not(:last-child),.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-ajax-form-container textarea:not(:last-child),.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-addon{background:#f5f5f5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto;margin-left:-1px}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-addon:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-addon:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto;margin-left:-1px;position:relative}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input-group-button:hover{z-index:10}.vcv-ui-ajax-form-container select.vcv-ui-color-picker-dropdown,.vcv-ui-form-dropdown.vcv-ui-color-picker-dropdown{font-size:14px;font-weight:400;line-height:16px;color:#c5c5c5;font-style:italic;text-align:center}.vcv-ui-input-search{position:relative}.vcv-ui-input-search .vcv-ui-form-input-search-addon{display:block;background:transparent;color:#c5c5c5;font-size:14px;padding:8px 14px;font-weight:400;line-height:1.5;position:absolute;top:0;bottom:0;pointer-events:none}.vcv-ui-input-search .vcv-ui-form-input-search-addon>*{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.vcv-ui-input-search .vcv-ui-form-input-search-addon:first-child{left:0}.vcv-ui-input-search .vcv-ui-form-input-search-addon:first-child>*{left:14px}.vcv-ui-input-search .vcv-ui-form-input-search-addon:last-child{right:0}.vcv-ui-input-search .vcv-ui-form-input-search-addon:last-child>*{right:14px}.vcv-ui-input-search .vcv-ui-ajax-form-container input:not(:first-child),.vcv-ui-input-search .vcv-ui-ajax-form-container textarea:not(:first-child),.vcv-ui-input-search .vcv-ui-form-input:not(:first-child){padding-left:35px}.vcv-ui-input-search .vcv-ui-ajax-form-container input:not(:last-child),.vcv-ui-input-search .vcv-ui-ajax-form-container textarea:not(:last-child),.vcv-ui-input-search .vcv-ui-form-input:not(:last-child){padding-right:35px}.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;min-width:0;width:140px}.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container select,.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-dropdown{width:80px;background-color:#f5f5f5;border-top-left-radius:0;border-bottom-left-radius:0}.vcv-layout-header .vcv-ui-form-input-select-list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border:1px solid #d1d1d1;border-radius:3px;font-size:14px;margin-top:4px;padding:5px;background:#fff}.vcv-layout-header .vcv-ui-form-input-select-item{width:32%;min-height:35px;padding:5px 5px 5px 14px;margin:3px 0;cursor:pointer;border-radius:3px}.vcv-layout-header .vcv-ui-form-input-select-item span{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:block}.vcv-layout-header .vcv-ui-form-input-select-item-active,.vcv-layout-header .vcv-ui-form-input-select-item:hover{background:#eaeaea}.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container input,.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container textarea,.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input{border-right:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px}.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container select,.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-dropdown{border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-ajax-form-container input,.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-ajax-form-container textarea,.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-form-input{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;min-width:0;width:calc(100% - 40px)}.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-form-icon{background:#f5f5f5;border-top-right-radius:0;border-bottom-right-radius:0;padding-right:14px}.vcv-ui-form-link{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-form-link .vcv-ui-form-link-data{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0;width:0;font-size:13px}.vcv-ui-form-link .vcv-ui-form-link-button{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;text-transform:uppercase;font-weight:700;font-size:10px;letter-spacing:.5px;padding-top:11px;padding-bottom:11px}.vcv-ui-form-link .vcv-ui-form-link-title{color:#9a9a9a;display:inline-block;vertical-align:middle;max-width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin:2px 0 2px 14px}.vcv-ui-form-link .vcv-ui-form-link-title:before{content:attr(data-vc-link-title)}.vcv-ui-form-link .vcv-ui-form-link-title:empty{display:none}.vcv-ui-form-link .vcv-ui-form-link-button-group{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;direction:ltr}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-form-link-button{border-top-right-radius:0;border-bottom-right-radius:0}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-dynamic-field-control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:1px solid #d1d1d1;color:#707070;background-color:#fff;padding:6px;border-left:0;border-top-right-radius:3px;border-bottom-right-radius:3px;font-size:12px;transition-property:color,background,border,opacity;transition-duration:.2s;transition-timing-function:ease-in-out}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-dynamic-field-control:hover{background-color:#ddd}.vcv-ui-form-radio-buttons{margin:8px 0 12px}.vcv-ui-form-radio-buttons--list .vcv-ui-form-radio{display:block}.vcv-ui-form-radio{cursor:pointer;display:inline-block;vertical-align:middle;padding-left:2em;padding-right:1em;position:relative;margin:0 0 10px;font-weight:700;font-size:12px}.vcv-ui-form-radio .vcv-ui-form-radio-indicator{position:absolute;top:-1px;left:0;display:block;width:18px;height:18px;font-size:1em;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:100%;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;text-align:center;color:#294a82}.vcv-ui-form-radio:hover .vcv-ui-form-radio-indicator{border-color:#c4c4c4}.vcv-ui-form-radio>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-form-radio>input:focus+.vcv-ui-form-radio-indicator{-webkit-animation:vcv-ui-form-blink .4s ease-out;animation:vcv-ui-form-blink .4s ease-out}.vcv-ui-form-radio>input+.vcv-ui-form-radio-indicator:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);content:"";border-radius:inherit;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;speak:none;line-height:1;height:8px;width:8px;box-sizing:border-box;font-size:.85em;background-color:#294a82}.vcv-ui-form-radio>input+.vcv-ui-form-radio-indicator:before,.vcv-ui-form-radio>input:checked+.vcv-ui-form-radio-indicator:before{transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.vcv-ui-form-radio>input:checked+.vcv-ui-form-radio-indicator:before{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.vcv-ui-form-radio>input:disabled+.vcv-ui-form-radio-indicator,.vcv-ui-form-radio>input[disabled]+.vcv-ui-form-radio-indicator{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-form-radio+.vcv-ui-ajax-form-container small,.vcv-ui-form-radio+.vcv-ui-form-helper{margin-left:2em}.vcv-ui-form-range{display:-webkit-flex;display:-ms-flexbox;display:flex;height:30px}.vcv-ui-form-range .vcv-ui-form-range-helper{position:relative;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-right:20px;line-height:30px}.vcv-ui-form-range .vcv-ui-form-range-bg{background:#2b4b80;position:absolute;left:1px;top:11px;width:0;min-width:12px;max-width:99%;height:8px;border-radius:5px;z-index:1;pointer-events:none}.vcv-ui-form-range .vcv-ui-form-range-slider-bg{background:#fff;position:absolute;left:0;top:11px;width:100%;height:8px;border-radius:5px;z-index:0;pointer-events:none;border:1px solid #d3d3d3}.vcv-ui-form-range .vcv-ui-form-range-slider{-webkit-appearance:none;margin:9px 0;padding:0;width:100%;background:transparent;vertical-align:middle;position:relative;z-index:2}.vcv-ui-form-range .vcv-ui-form-range-slider:focus{outline:none}.vcv-ui-form-range .vcv-ui-form-range-slider::-webkit-slider-runnable-track{width:100%;height:8px;cursor:pointer;animate:.2s;background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-webkit-slider-thumb{border:5px solid #2b4b80;height:18px;width:18px;border-radius:50%;background:#fff;cursor:pointer;position:relative;z-index:2;box-sizing:border-box;-webkit-appearance:none;margin-top:-6px}.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-webkit-slider-runnable-track{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-moz-range-track{width:100%;height:8px;cursor:pointer;animate:.2s;background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-moz-range-track{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-moz-range-thumb{border:5px solid #2b4b80;height:18px;width:18px;border-radius:50%;background:#fff;cursor:pointer;position:relative;z-index:2;box-sizing:border-box}.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-track{width:100%;height:8px;cursor:pointer;animate:.2s;background:transparent;border-color:transparent;border-width:1px 0;color:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-fill-lower,.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-fill-upper{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-thumb{border:5px solid #2b4b80;height:18px;width:18px;border-radius:50%;background:#fff;cursor:pointer;position:relative;z-index:2;box-sizing:border-box;margin-top:0}.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-ms-fill-lower,.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-ms-fill-upper{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-input{width:60px}.rtl .vcv-ui-form-range .vcv-ui-form-range-helper{margin-right:0;margin-left:20px}.rtl .vcv-ui-form-range .vcv-ui-form-range-bg{left:auto;right:1px}.vcv-ui-editor-search-container{display:-webkit-flex;display:-ms-flexbox;display:flex;background:#fff;border-radius:3px;margin:12px 60px 12px 20px}.vcv-ui-editor-search-container .vcv-ui-ajax-form-container select,.vcv-ui-editor-search-container .vcv-ui-form-dropdown{height:100%;border-radius:0;opacity:0}.vcv-ui-editor-search-container .vcv-ui-ajax-form-container input,.vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea,.vcv-ui-editor-search-container .vcv-ui-form-input{width:auto;border:none}.vcv-ui-editor-search-container .vcv-ui-ajax-form-container input:focus,.vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea:focus,.vcv-ui-editor-search-container .vcv-ui-form-input:focus{-webkit-animation:none;animation:none;box-shadow:none}.rtl .vcv-ui-editor-search-container{margin:12px 20px 12px 60px}.rtl .vcv-ui-editor-search-container .vcv-ui-ajax-form-container input,.rtl .vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea,.rtl .vcv-ui-editor-search-container .vcv-ui-form-input{padding-right:0}.rtl .vcv-ui-editor-search-container .vcv-ui-editor-search-dropdown-container{border:0;border-top-right-radius:3px;border-bottom-right-radius:3px}.rtl .vcv-ui-editor-search-container .vcv-ui-editor-search-dropdown-container:before{border-right:0;border-left:1px solid #d1d1d1}:not(.rtl) .vcv-ui-editor-search-container .vcv-ui-ajax-form-container input,:not(.rtl) .vcv-ui-editor-search-container .vcv-ui-ajax-form-container textarea,:not(.rtl) .vcv-ui-editor-search-container .vcv-ui-form-input{padding-left:0}.vcv-ui-editor-search-field-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.vcv-ui-editor-search-field-container .vcv-ui-editor-search-field{width:0;font-size:14px;padding:8px 14px}.vcv-ui-editor-search-icon-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:0 0 60px;-ms-flex:0 0 60px;flex:0 0 60px}.vcv-ui-editor-search-icon-container .vcv-ui-icon-search{color:#c5c5c5;font-size:19px}.vcv-ui-editor-search-field{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.vcv-ui-editor-search-dropdown-container{position:relative;display:inline-block;-webkit-flex:0 0 100px;-ms-flex:0 0 100px;flex:0 0 100px;background-color:#eaeaea;border-top-left-radius:3px;border-bottom-left-radius:3px}.vcv-ui-editor-search-dropdown-container:before{content:attr(data-content);position:absolute;top:0;right:0;bottom:0;left:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-transform:capitalize;pointer-events:none;color:#5c5b5b;padding:8px 2em 8px 14px;line-height:1.7;border-right:1px solid #d1d1d1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") right 1em center no-repeat}.vcv-ui-form-switch-container,.vcv-ui-form-switch-trigger-label{display:inline-block;vertical-align:middle}.vcv-ui-form-switch-trigger-label{font-size:12px;font-weight:700;margin:8px}.vcv-ui-form-switch{font-size:10px;font-weight:600;text-transform:uppercase;color:#fff;position:relative;display:inline-block;vertical-align:middle;padding:1em}.vcv-ui-form-switch:hover{cursor:pointer}.vcv-ui-form-switch>input{position:absolute;z-index:-1;opacity:0}.vcv-ui-form-switch .vcv-ui-form-switch-label{display:block;text-align:center}.vcv-ui-form-switch .vcv-ui-form-switch-label:after,.vcv-ui-form-switch .vcv-ui-form-switch-label:before{display:block;box-sizing:border-box;line-height:1}.vcv-ui-form-switch .vcv-ui-form-switch-label:before{overflow:hidden;visibility:hidden;opacity:0;height:.5em}.vcv-ui-form-switch .vcv-ui-form-switch-label:after{position:absolute;top:50%;left:1em;right:1em;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition-property:opacity;transition-duration:.2s;transition-timing-function:ease-in-out}.vcv-ui-form-switch [data-vc-switch-on]:after,.vcv-ui-form-switch [data-vc-switch-on]:before{content:attr(data-vc-switch-on);margin-left:2em}.vcv-ui-form-switch [data-vc-switch-off]:after,.vcv-ui-form-switch [data-vc-switch-off]:before{content:attr(data-vc-switch-off);margin-right:2em}.vcv-ui-form-switch>input~.vcv-ui-form-switch-label:after{opacity:0}.vcv-ui-form-switch>input:checked~[data-vc-switch-on]:after,.vcv-ui-form-switch>input:not(:checked)~[data-vc-switch-off]:after{opacity:1}.vcv-ui-form-switch .vcv-ui-form-switch-indicator{left:0;right:0;top:0;bottom:0}.vcv-ui-form-switch .vcv-ui-form-switch-indicator,.vcv-ui-form-switch .vcv-ui-form-switch-indicator:before{position:absolute;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;border-radius:4em}.vcv-ui-form-switch .vcv-ui-form-switch-indicator:before{content:"";display:block;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:1.6em;width:1.6em;background:#fff;z-index:10}.vcv-ui-form-switch>input:checked~.vcv-ui-form-switch-indicator{background-color:#2b4b80}.vcv-ui-form-switch>input:checked~.vcv-ui-form-switch-indicator:before{left:0;margin-left:1.5em}.vcv-ui-form-switch>input:not(:checked)~.vcv-ui-form-switch-indicator{background-color:#5c5b5b}.vcv-ui-form-switch>input:not(:checked)~.vcv-ui-form-switch-indicator:before{left:100%;margin-left:-1.5em}.vcv-ui-form-switch:hover>input:checked~.vcv-ui-form-switch-indicator{background-color:#274475}.vcv-ui-form-switch:hover>input:not(:checked)~.vcv-ui-form-switch-indicator{background-color:#545353}.vcv-ui-form-switch:hover>input:disabled~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch:hover>input[disabled]~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch>input:disabled~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch>input[disabled]~.vcv-ui-form-switch-indicator{background-color:#f5f5f5;border:1px solid #d1d1d1;cursor:not-allowed}.vcv-ui-form-switch:hover>input:disabled~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch:hover>input[disabled]~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch>input:disabled~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch>input[disabled]~.vcv-ui-form-switch-indicator:before{border:inherit}.vcv-ui-form-switch:hover>input:disabled~.vcv-ui-form-switch-label,.vcv-ui-form-switch:hover>input[disabled]~.vcv-ui-form-switch-label,.vcv-ui-form-switch>input:disabled~.vcv-ui-form-switch-label,.vcv-ui-form-switch>input[disabled]~.vcv-ui-form-switch-label{cursor:not-allowed;color:#7e7e7e}.vcv-ui-form-switch-small-container,.vcv-ui-form-switch-small-trigger-label{display:inline-block;vertical-align:middle}.vcv-ui-form-switch-small-trigger-label{margin:8px}.vcv-ui-form-switch-small{width:34px;height:20px;position:relative;display:inline-block;vertical-align:middle}.vcv-ui-form-switch-small:hover{cursor:pointer}.vcv-ui-form-switch-small>input{position:absolute;z-index:-1;opacity:0}.vcv-ui-form-switch-small .vcv-ui-form-switch-small-indicator{position:absolute;left:0;right:0;top:0;bottom:0;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;border-radius:4em}.vcv-ui-form-switch-small .vcv-ui-form-switch-small-indicator:before{content:"";display:block;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:12px;width:12px;background:#fff;border-radius:4em;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;z-index:10}.vcv-ui-form-switch-small>input:checked~.vcv-ui-form-switch-small-indicator{background-color:#2f2f2f}.vcv-ui-form-switch-small>input:checked~.vcv-ui-form-switch-small-indicator:before{left:0;margin-left:1.6em}.vcv-ui-form-switch-small>input:not(:checked)~.vcv-ui-form-switch-small-indicator{background-color:#e7e7e7}.vcv-ui-form-switch-small>input:not(:checked)~.vcv-ui-form-switch-small-indicator:before{left:100%;margin-left:-1.6em}.vcv-ui-form-switch-small:hover>input:checked~.vcv-ui-form-switch-small-indicator{background-color:#272727}.vcv-ui-form-switch-small:hover>input:not(:checked)~.vcv-ui-form-switch-small-indicator{background-color:#dadada}.vcv-ui-form-switch-small:hover>input:disabled~.vcv-ui-form-switch-small-indicator,.vcv-ui-form-switch-small:hover>input[disabled]~.vcv-ui-form-switch-small-indicator,.vcv-ui-form-switch-small>input:disabled~.vcv-ui-form-switch-small-indicator,.vcv-ui-form-switch-small>input[disabled]~.vcv-ui-form-switch-small-indicator{background-color:#f5f5f5;border:1px solid #d1d1d1;cursor:not-allowed}.vcv-ui-form-switch-small:hover>input:disabled~.vcv-ui-form-switch-small-indicator:before,.vcv-ui-form-switch-small:hover>input[disabled]~.vcv-ui-form-switch-small-indicator:before,.vcv-ui-form-switch-small>input:disabled~.vcv-ui-form-switch-small-indicator:before,.vcv-ui-form-switch-small>input[disabled]~.vcv-ui-form-switch-small-indicator:before{border:inherit}.vcv-ui-form-table{width:100%;max-width:100%;color:#6f747b;border:1px solid #d1d1d1;margin:12px 0;font-size:14px;border-collapse:collapse}.vcv-ui-form-table>tbody>tr:nth-of-type(2n){background-color:#ededed}.vcv-ui-form-table>tbody>tr:nth-of-type(odd){background-color:#fff}.vcv-ui-form-table>tbody>tr>td{border-top:1px solid #d1d1d1;vertical-align:top;text-align:left;padding:8px 14px;line-height:1.5}.vcv-ui-form-table>tbody>tr>td:last-child{text-align:right;font-size:12px;text-transform:uppercase;line-height:21px}.vcv-ui-form-table>tbody>tr:last-child>td{border-bottom:1px solid #d1d1d1}.vcv-ui-form-table .vcv-ui-form-table-link-row{cursor:pointer}.vcv-ui-form-table .vcv-ui-form-table-link-row a{color:inherit;text-decoration:none;font-size:12px;font-weight:700}.vcv-ui-form-table .vcv-ui-form-table-link-row a:hover{color:inherit}.vcv-ui-form-table .vcv-ui-form-table-link-row.vcv-ui-state--active,.vcv-ui-form-table .vcv-ui-form-table-link-row:hover{color:#fff;background-color:#203251}.vcv-ui-form-table .vcv-ui-form-table-link-type{max-width:5em;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;vertical-align:middle;font-size:11px;font-weight:700}.rtl .vcv-ui-form-table>tbody>tr>td{text-align:right}.rtl .vcv-ui-form-table>tbody>tr>td:last-child{text-align:left}.vcv-ui-form-group .react-datepicker__input-container{width:200px}.vcv-ui-form-datepicker.react-datepicker{font-family:inherit;font-size:12px;border-radius:3px;border:none;color:#838383;box-shadow:0 0 4px 0 rgba(0,0,0,.1)}.vcv-ui-form-datepicker .react-datepicker__triangle{display:none}.vcv-ui-form-datepicker .react-datepicker__header{padding:0;background-color:#fff;border:none;text-align:left}.vcv-ui-form-datepicker .react-datepicker__current-month{padding:5px 13px 10px 0;border-bottom:2px solid #f6f6f6;margin:0 7px 0 9px}.vcv-ui-form-datepicker .react-datepicker-time__header,.vcv-ui-form-datepicker .react-datepicker__current-month{color:#838383}.vcv-ui-form-datepicker .react-datepicker__month-container{margin:10px 5px}.vcv-ui-form-datepicker .react-datepicker__time-container{border:none;width:100px}.vcv-ui-form-datepicker .react-datepicker__month{margin:0}.vcv-ui-form-datepicker .react-datepicker__day,.vcv-ui-form-datepicker .react-datepicker__day-name,.vcv-ui-form-datepicker .react-datepicker__time-name{color:#838383;font-weight:600;width:25px;height:25px;line-height:25px;margin:5px}.vcv-ui-form-datepicker .react-datepicker__day-name{text-transform:uppercase}.vcv-ui-form-datepicker .react-datepicker__day--outside-month{color:silver}.vcv-ui-form-datepicker .react-datepicker__day:hover{border-radius:4em;background-color:#ededed}.vcv-ui-form-datepicker .react-datepicker__day--keyboard-selected,.vcv-ui-form-datepicker .react-datepicker__day--keyboard-selected:hover,.vcv-ui-form-datepicker .react-datepicker__day--selected,.vcv-ui-form-datepicker .react-datepicker__day--selected:hover{border-radius:4em;background-color:#2a4b80;color:#fff}.vcv-ui-form-datepicker .react-datepicker__navigation{top:12px;border:2px solid #838383;height:24px;width:24px;border-radius:4em;opacity:.4;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath d='M5.807 4.407L2.275.876a.843.843 0 00-1.19 1.19l2.939 2.939-2.94 2.939a.843.843 0 000 1.19.838.838 0 001.186 0l3.532-3.532a.844.844 0 00.005-1.195z' fill='%23838383' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50%;background-size:10px 10px}.vcv-ui-form-datepicker .react-datepicker__navigation:hover{opacity:1;border-color:#838383}.vcv-ui-form-datepicker .react-datepicker__navigation--next{right:10px}.vcv-ui-form-datepicker .react-datepicker__navigation--previous{left:187px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vcv-ui-form-datepicker .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:106px}.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:auto}.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:100px;padding-right:10px;border-left:2px solid #f6f6f6}.vcv-ui-form-datepicker .react-datepicker__time-list::-webkit-scrollbar{background:transparent;width:7px}.vcv-ui-form-datepicker .react-datepicker__time-list::-webkit-scrollbar-thumb{border-radius:5px;background:silver;margin-right:4px}.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected,.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#2a4b80}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__navigation--previous{left:184px}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__current-month{margin:0 0 0 9px}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__month-container,.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__time-container{float:none}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__month-container{margin-right:0}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__header--time{margin:10px 10px 0 0;padding:5px 0 10px 10px;border-bottom:2px solid #f6f6f6;border-left:2px solid #f6f6f6;border-radius:0}.vcv-layout-header .vcv-ui-form-datalist{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3 0h1v4H3V0zm1 1h1v3H4V1zm1 1h1v2H5V2zm1 1h1v1H6V3zM2 1h1v3H2V1zM1 2h1v2H1V2zM0 3h1v1H0V3zm4 8H3V7h1v4zm-1-1H2V7h1v3zM2 9H1V7h1v2zM1 8H0V7h1v1zm4 2H4V7h1v3zm1-1H5V7h1v2zm1-1H6V7h1v1z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='7' height='11' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse stroke='%237b7b7b' mask='url(%23b)' stroke-width='2' xlink:href='%23a' fill='none'/%3E%3C/svg%3E") right 1em center no-repeat #fff;box-sizing:border-box;box-shadow:none;display:inline-block;padding:5px 2em 5px 14px;vertical-align:middle;-webkit-appearance:none;appearance:none;border:1px solid #d1d1d1;border-radius:3px;color:#5c5b5b;font-size:12px;font-weight:400;line-height:1.5;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;width:100%;height:auto}.vcv-layout-header .vcv-ui-form-datalist::-webkit-calendar-picker-indicator{display:none}.vcv-layout-header .vcv-ui-form-datalist::-ms-clear{display:none}.vcv-layout-header .vcv-ui-form-datalist:focus,.vcv-layout-header .vcv-ui-form-datalist:hover{border-color:#c4c4c4}.vcv-layout-header .vcv-ui-form-datalist:focus{-webkit-animation:vcv-ui-form-shadow-blink .4s ease-out;animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-layout-header .vcv-ui-form-datalist::-webkit-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-datalist:-ms-input-placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-datalist::placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-datalist:disabled,.vcv-layout-header .vcv-ui-form-datalist[disabled],.vcv-layout-header .vcv-ui-form-datalist[readonly]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container input.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container select.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container textarea.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-dropdown.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-field-dynamic-url.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input-select.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-tag-list-container.vcv-ui-form-field-dynamic{width:92%;margin-right:5px;display:inline-block;vertical-align:top}.vcv-ui-dynamic-field-autocomplete-container{position:relative}.vcv-ui-dynamic-field-autocomplete-container>.vcv-ui-wp-spinner{position:absolute;top:8px;right:5px}.vcv-ui-form-field-dynamic+.vcv-ui-form-link{margin-top:10px}.vcv-ui-form-attach-image.vcv-ui-form-field-dynamic{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.vcv-ui-form-attach-image.vcv-ui-form-field-dynamic .vcv-ui-form-attach-image-items{margin-right:5px}.vcv-ui-form-attach-image.vcv-ui-form-field-dynamic .vcv-ui-form-link{margin-top:10px}.vcv-ui-dynamic-field-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 0 10px;background-color:#fff;border:1px solid #d1d1d1;border-radius:3px;padding:3px 2px}.vcv-ui-dynamic-field-container .vcv-ui-dynamic-field-control{padding:0 5px}.vcv-ui-form-link .vcv-ui-dynamic-field-container{margin-bottom:0;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.vcv-ui-dynamic-field-tag{background:#2a4b80;color:#fff;margin:1px 3px;border-radius:2em;padding:1px 11px 0;font-size:12px;word-break:break-all;cursor:pointer}.vcv-ui-dynamic-field-tag.vcv-ui-dynamic-field-tag--inactive{background:#ed5656}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-form-switch-small-container{margin-top:8px;position:absolute;right:30px}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-dynamic-field-control{margin-top:5px;display:inline-block;vertical-align:top;position:absolute;right:2px}.vcv-ui-form-wp-tinymce .wp-editor-container{border:1px solid #d1d1d1;border-bottom:0}.vcv-ui-form-wp-tinymce .mce-top-part:before{display:none}.vcv-ui-form-wp-tinymce div.mce-toolbar-grp{border-bottom:0}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-form-wp-tinymce-inner{position:relative}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-form-wp-tinymce-inner:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:99;background:#fff;opacity:.6}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened.vcv-ui-form-field-dynamic-is-active .vcv-ui-form-wp-tinymce-inner:after{display:none}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-dynamic-field-container{border-top-left-radius:0;border-top-right-radius:0}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened+.vcv-ui-ajax-form-container small,.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened+.vcv-ui-form-helper,.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-form-switch-small-container,.vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-exception-field .vcv-ui-form-wp-tinymce-inner{display:none}.vcv-ui-dynamic-field-controls{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-dynamic-field-control{display:inline-block;border:none;background:transparent;vertical-align:middle;cursor:pointer;padding:6px 0 6px 5px;font-size:16px;transition:color .2s ease-in-out}.vcv-ui-dynamic-field-control:hover{color:#2a4b80}.vcv-ui-dynamic-field-inner{padding:5px 0 20px}.vcv-ui-ajax-form-container input.vcv-ui-form-field-dynamic-extra,.vcv-ui-ajax-form-container textarea.vcv-ui-form-field-dynamic-extra,.vcv-ui-form-input.vcv-ui-form-field-dynamic-extra{margin-top:10px}.vcv-ui-form-attach-image-item-dynamic-open{height:80px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.rtl .vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-form-switch-small-container{right:auto;left:30px}.rtl .vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-dynamic-field-control{right:auto;left:2px}.rtl .vcv-ui-dynamic-field-control{padding:6px 5px 6px 0}.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container input.vcv-ui-form-field-dynamic,.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container textarea.vcv-ui-form-field-dynamic,.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input-select.vcv-ui-form-field-dynamic,.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input.vcv-ui-form-field-dynamic{margin-right:0;margin-left:5px}.vcv-ui-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.vcv-ui-col{box-sizing:border-box}.vcv-media--lg .vcv-ui-col,.vcv-media--md .vcv-ui-col,.vcv-media--sm .vcv-ui-col,.vcv-media--xl .vcv-ui-col,.vcv-media--xs .vcv-ui-col,.vcv-ui-col{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.vcv-media--lg .vcv-ui-col--fixed-width,.vcv-media--md .vcv-ui-col--fixed-width,.vcv-media--sm .vcv-ui-col--fixed-width,.vcv-media--xl .vcv-ui-col--fixed-width,.vcv-media--xs .vcv-ui-col--fixed-width,.vcv-ui-col--fixed-width{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:400px}@media (min-width:0){.vcv-ui-col--xs-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--xs .vcv-ui-col--xs-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:0){.vcv-ui-col--xs-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--xs .vcv-ui-col--xs-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:0){.vcv-ui-col--xs-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--xs .vcv-ui-col--xs-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:0){.vcv-ui-col--xs-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--xs .vcv-ui-col--xs-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:0){.vcv-ui-col--xs-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--xs .vcv-ui-col--xs-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:0){.vcv-ui-col--xs-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--xs .vcv-ui-col--xs-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:0){.vcv-ui-col--xs-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--xs .vcv-ui-col--xs-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:0){.vcv-ui-col--xs-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--xs .vcv-ui-col--xs-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:0){.vcv-ui-col--xs-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--xs .vcv-ui-col--xs-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:0){.vcv-ui-col--xs-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--xs .vcv-ui-col--xs-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:0){.vcv-ui-col--xs-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--xs .vcv-ui-col--xs-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:0){.vcv-ui-col--xs-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--xs .vcv-ui-col--xs-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}@media (min-width:400px){.vcv-ui-col--sm-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--sm .vcv-ui-col--sm-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:400px){.vcv-ui-col--sm-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--sm .vcv-ui-col--sm-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:400px){.vcv-ui-col--sm-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--sm .vcv-ui-col--sm-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:400px){.vcv-ui-col--sm-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--sm .vcv-ui-col--sm-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:400px){.vcv-ui-col--sm-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--sm .vcv-ui-col--sm-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:400px){.vcv-ui-col--sm-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--sm .vcv-ui-col--sm-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:400px){.vcv-ui-col--sm-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--sm .vcv-ui-col--sm-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:400px){.vcv-ui-col--sm-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--sm .vcv-ui-col--sm-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:400px){.vcv-ui-col--sm-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--sm .vcv-ui-col--sm-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:400px){.vcv-ui-col--sm-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--sm .vcv-ui-col--sm-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:400px){.vcv-ui-col--sm-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--sm .vcv-ui-col--sm-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:400px){.vcv-ui-col--sm-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--sm .vcv-ui-col--sm-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}@media (min-width:800px){.vcv-ui-col--md-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--md .vcv-ui-col--md-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:800px){.vcv-ui-col--md-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--md .vcv-ui-col--md-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:800px){.vcv-ui-col--md-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--md .vcv-ui-col--md-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:800px){.vcv-ui-col--md-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--md .vcv-ui-col--md-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:800px){.vcv-ui-col--md-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--md .vcv-ui-col--md-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:800px){.vcv-ui-col--md-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--md .vcv-ui-col--md-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:800px){.vcv-ui-col--md-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--md .vcv-ui-col--md-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:800px){.vcv-ui-col--md-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--md .vcv-ui-col--md-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:800px){.vcv-ui-col--md-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--md .vcv-ui-col--md-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:800px){.vcv-ui-col--md-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--md .vcv-ui-col--md-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:800px){.vcv-ui-col--md-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--md .vcv-ui-col--md-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:800px){.vcv-ui-col--md-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--md .vcv-ui-col--md-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--lg .vcv-ui-col--lg-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:1200px){.vcv-ui-col--lg-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--lg .vcv-ui-col--lg-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--lg .vcv-ui-col--lg-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--lg .vcv-ui-col--lg-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:1200px){.vcv-ui-col--lg-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--lg .vcv-ui-col--lg-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--lg .vcv-ui-col--lg-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--lg .vcv-ui-col--lg-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:1200px){.vcv-ui-col--lg-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--lg .vcv-ui-col--lg-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--lg .vcv-ui-col--lg-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--lg .vcv-ui-col--lg-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:1200px){.vcv-ui-col--lg-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--lg .vcv-ui-col--lg-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--lg .vcv-ui-col--lg-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.vcv-media--xl .vcv-ui-col--xl-12{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}@media (min-width:1600px){.vcv-ui-col--xl-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--xl .vcv-ui-col--xl-11{-webkit-flex-basis:91.66666667%;-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;width:91.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--xl .vcv-ui-col--xl-10{-webkit-flex-basis:83.33333333%;-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;width:83.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}}.vcv-media--xl .vcv-ui-col--xl-9{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%}@media (min-width:1600px){.vcv-ui-col--xl-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--xl .vcv-ui-col--xl-8{-webkit-flex-basis:66.66666667%;-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;width:66.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--xl .vcv-ui-col--xl-7{-webkit-flex-basis:58.33333333%;-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;width:58.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}}.vcv-media--xl .vcv-ui-col--xl-6{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}@media (min-width:1600px){.vcv-ui-col--xl-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--xl .vcv-ui-col--xl-5{-webkit-flex-basis:41.66666667%;-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;width:41.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--xl .vcv-ui-col--xl-4{-webkit-flex-basis:33.33333333%;-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;width:33.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}}.vcv-media--xl .vcv-ui-col--xl-3{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%}@media (min-width:1600px){.vcv-ui-col--xl-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--xl .vcv-ui-col--xl-2{-webkit-flex-basis:16.66666667%;-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;width:16.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--xl .vcv-ui-col--xl-1{-webkit-flex-basis:8.33333333%;-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;width:8.33333333%}.vcv-ui-row-gap--md.vcv-ui-row{margin-left:-15px;margin-right:-15px}.vcv-ui-row-gap--md>.vcv-ui-col{padding-left:15px;padding-right:15px}.vcv-ui-row-gap--sm.vcv-ui-row{margin-left:-10px;margin-right:-10px}.vcv-ui-row-gap--sm>.vcv-ui-col{padding-left:10px;padding-right:10px}.vcv-ui-row-order--reverse{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vcv-media--lg .vcv-ui-visibility--hidden-lg,.vcv-media--lg:not(.vcv-media--xl) .vcv-ui-visibility--hidden-lg-only,.vcv-media--md .vcv-ui-visibility--hidden-md,.vcv-media--md:not(.vcv-media--lg) .vcv-ui-visibility--hidden-md-only,.vcv-media--sm .vcv-ui-visibility--hidden-sm,.vcv-media--sm:not(.vcv-media--md) .vcv-ui-visibility--hidden-sm-only,.vcv-media--xl .vcv-ui-visibility--hidden-xl,.vcv-media--xl .vcv-ui-visibility--hidden-xl-only,.vcv-media--xs .vcv-ui-visibility--hidden-xs,.vcv-media--xs:not(.vcv-media--sm) .vcv-ui-visibility--hidden-xs-only,.vcv-ui-visibility--hidden,.vcv-ui-visibility--hidden-xs{display:none!important}@media (min-width:0){.vcv-ui-visibility--hidden-xs{display:none!important}}@media (min-width:400px){.vcv-ui-visibility--hidden-sm{display:none!important}}@media (min-width:800px){.vcv-ui-visibility--hidden-md{display:none!important}}@media (min-width:1200px){.vcv-ui-visibility--hidden-lg{display:none!important}}@media (min-width:1600px){.vcv-ui-visibility--hidden-xl{display:none!important}}@media (min-width:0) and (max-width:399px){.vcv-ui-visibility--hidden-xs-only{display:none!important}}@media (min-width:400px) and (max-width:799px){.vcv-ui-visibility--hidden-sm-only{display:none!important}}@media (min-width:800px) and (max-width:1199px){.vcv-ui-visibility--hidden-md-only{display:none!important}}@media (min-width:1200px) and (max-width:1599px){.vcv-ui-visibility--hidden-lg-only{display:none!important}}@media (min-width:1600px){.vcv-ui-visibility--hidden-xl-only{display:none!important}}.vcv-ui-scroll{position:relative;height:100%;width:100%;overflow:hidden;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;flex-flow:column nowrap}.vcv-ui-scroll,.vcv-ui-scroll-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap}.vcv-ui-scroll-content{position:absolute;top:0;left:0;right:0;bottom:0;overflow:scroll;overflow-scrolling:touch;flex-flow:column nowrap;direction:ltr}.vcv-ui-tree-layout-filled .vcv-ui-scroll-content{-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.vcv-ui-scroll-track--horizontal,.vcv-ui-scroll-track--vertical{position:absolute;cursor:pointer;right:5px;bottom:5px;transition-duration:.2s;transition-property:opacity;transition-timing-function:ease-in-out;opacity:0}.vcv-ui-scroll:hover .vcv-ui-scroll-track--horizontal,.vcv-ui-scroll:hover .vcv-ui-scroll-track--vertical{opacity:1}.vcv-ui-scroll-track--horizontal{left:5px;border-radius:5px;height:5px}.vcv-ui-scroll-track--vertical{top:5px;border-radius:5px;width:5px}.vcv-ui-scroll-thumb--horizontal,.vcv-ui-scroll-thumb--vertical{position:relative;display:block;cursor:pointer;border-radius:inherit;background-color:rgba(124,152,198,.5)}.vcv-ui-scroll-thumb--horizontal{height:100%}.vcv-ui-scroll-thumb--vertical{width:100%}.vcv-ui-modal-overlay{position:fixed;overflow:hidden;left:0;right:0;bottom:0;top:0;background-color:rgba(0,0,0,.5);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:2000}.vcv-ui-modal-container{overflow:auto;width:100%;pointer-events:none}.vcv-ui-modal{pointer-events:all;max-width:400px;box-sizing:border-box;margin:20px auto;background-color:#fff;word-wrap:break-word;color:#6f747b;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-ui-modal-header{padding:15px 20px;border-bottom:1px solid #d1d1d1}.vcv-ui-modal-content{padding:15px 20px;max-height:50vh;overflow:auto}.vcv-ui-modal-content .vcv-ui-wp-spinner{width:100%;margin-top:15px}.vcv-ui-modal-content .vcv-ui-tag-list-container .vcv-ui-wp-spinner{width:auto;margin:auto}.vcv-ui-modal-header-title{margin:0;font:normal 400 1.25rem/1 Montserrat,sans-serif}.vcv-ui-modal-close{display:block;float:right;text-align:right;cursor:pointer;position:relative;height:1.25rem;width:1.25rem;opacity:.3;transition:opacity}.vcv-ui-modal-close:hover{opacity:.6}.vcv-ui-modal-close-icon{font-size:1rem;height:1em;position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.rtl .vcv-ui-modal-close{float:left;text-align:left}.rtl .vcv-ui-modal-close-icon{right:auto;left:0}.vcv-ui-modal-actions{font-size:1rem;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;background:#203251}.vcv-ui-modal-actions .vcv-ui-modal-action-content span{margin-left:16px;display:none}.vcv-ui-modal-actions .vcv-ui-modal-action-content .vcv-ui-wp-spinner{display:inline-block;margin:0}.rtl .vcv-ui-modal-actions .vcv-ui-modal-action-content span{margin-left:0;margin-right:16px}.vcv-ui-modal-action{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;color:#fff;text-decoration:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;border-color:hsla(0,0%,100%,.1);border-style:solid;border-width:0 1px 1px 0}.vcv-ui-modal-action:hover{background-color:rgba(124,173,222,.16)}.vcv-ui-modal-action[disabled]{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-modal-action-submit-input{display:none}.vcv-ui-modal-action-icon{height:1rem;width:1rem;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-modal-action-icon:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-drag-handler{cursor:move;min-height:16px;min-width:16px;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative;opacity:.15}.vcv-ui-drag-handler-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-tree-view-layout.vcv-hidden{display:none}.vcv-ui-tree-layout-container{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:100%;font-size:.75rem;line-height:1;color:#fff;background-color:#203251;border-right:1px solid rgba(73,109,163,.15);border-bottom:1px solid rgba(73,109,163,.15);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-ui-tree-layout-container.vcv-ui-state--hidden{display:none}.vcv-ui-tree-layout{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0;padding:0;list-style:none;position:relative;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.rtl .vcv-ui-tree-layout{direction:rtl}.vcv-ui-tree-layout-actions{font-size:1rem;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;height:auto;border-top:1px solid rgba(73,109,163,.15);margin-top:-1px}.vcv-ui-tree-layout-actions .vcv-ui-tree-layout-action-content span{margin-left:16px;display:none}.rtl .vcv-ui-tree-layout-actions{direction:rtl}.vcv-layout-bar-content-mobile .vcv-ui-tree-layout-actions{min-height:60px}.vcv-ui-tree-layout-filled .vcv-ui-tree-layout-actions{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;height:40px}.vcv-ui-tree-layout-action{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;color:#fff;text-decoration:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0}.vcv-ui-tree-layout-action.vcv-ui-state--active,.vcv-ui-tree-layout-action:hover{background-color:rgba(124,173,222,.16)}.vcv-ui-tree-layout-action[disabled]{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-tree-layout-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-tree-layout-control-dropdown-content{display:-webkit-flex;display:-ms-flexbox;display:flex;opacity:0;position:absolute;left:0;right:0;top:calc(100% + 1px);background:#31486a;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-height:40px;z-index:-5;transition:opacity .2s ease-in-out .2s,z-index .2s ease .2s;padding-right:8px}.vcv-ui-tree-layout-control-dropdown-content.vcv-ui-state--active{opacity:1;z-index:1;transition:opacity .2s ease-in-out 0s,z-index .2s ease 0s}.vcv-ui-tree-layout-action-icon{height:1rem;width:1rem;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-tree-layout-action-icon:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-tree-layout-messages{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;line-height:1.7;color:#7d94bb;text-align:center;font-style:italic}.vcv-ui-tree-layout-messages>*{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}.vcv-ui-tree-layout-message{padding:8px 1em;margin:0;min-height:40px}.vcv-ui-tree-layout-control{border-bottom:1px solid rgba(73,109,163,.15);transition:background-color .2s ease-in-out;padding:8px 8px 8px 0;min-height:40px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative}.vcv-ui-tree-layout-control.vcv-ui-state--active,.vcv-ui-tree-layout-control.vcv-ui-state--outline,.vcv-ui-tree-layout-control:hover{background-color:rgba(124,173,222,.16)}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile{min-height:60px;line-height:60px;padding:0}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile:hover{background-color:#354e73}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-controls-content{position:absolute;top:calc(100% + 1px);background:#354e73;left:0;right:0;z-index:99;text-align:center}.vcv-ui-tree-layout-control-content{white-space:nowrap;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.vcv-ui-tree-layout-control-content>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;min-width:0}.vcv-ui-tree-layout-control-label{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:13px;padding-right:8px}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-label{-webkit-user-select:none;-ms-user-select:none;user-select:none}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-label-text{position:relative}.vcv-ui-tree-layout-control-label-editable{white-space:normal;text-overflow:clip}.vcv-ui-tree-layout-control-icon{position:relative;width:1.5rem;height:1em;display:inline-block;vertical-align:middle;color:inherit}.vcv-ui-tree-layout-control-icon>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:1.5rem;width:1.5rem;height:1.5rem}.vcv-ui-tree-layout-control-actions{opacity:1;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-action{position:relative;width:40px;height:1em;display:inline-block;vertical-align:middle;color:inherit;cursor:pointer}.vcv-ui-tree-layout-control-action>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:1rem}.vcv-ui-tree-layout-control-action[disabled]{opacity:.5;cursor:not-allowed}.vcv-ui-tree-layout-control-action .vcv-ui-icon-lock-fill:before,.vcv-ui-tree-layout-control-action:hover .vcv-ui-icon:before{opacity:.5}.vcv-ui-tree-layout-control-action .vcv-ui-icon:before{transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control:not(:hover).vcv-ui-tree-layout-control:not(.vcv-ui-state--active) .vcv-ui-tree-layout-control-actions{opacity:0}.vcv-ui-tree-layout-control:not(:hover).vcv-ui-tree-layout-control:not(.vcv-ui-state--active) .vcv-ui-tree-layout-control-state-container{opacity:1;z-index:auto}.vcv-ui-tree-layout-control-actions~.vcv-ui-tree-layout-control-state-container{z-index:-999;opacity:0;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-state-container{position:absolute;right:0}.vcv-ui-tree-layout-control-state{position:relative;width:40px;height:1em;display:inline-block;vertical-align:middle;color:inherit}.vcv-ui-tree-layout-control-state>*{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:1rem}.rtl .vcv-ui-tree-layout-control-state-container{right:auto;left:0}.vcv-ui-tree-layout-control-drag-handler{position:absolute;left:0;top:0;bottom:0;min-width:1em;min-height:1em;opacity:.2;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-drag-handler .vcv-ui-drag-handler-icon{font-size:.9em}.vcv-ui-tree-layout-control-drag-handler.vcv-ui-tree-layout-control-drag-handler-mobile{position:relative;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;text-overflow:ellipsis}.rtl .vcv-ui-tree-layout-control-drag-handler{left:auto;right:.9rem}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-controls-trigger{width:60px;text-align:center}.vcv-ui-tree-layout-control:not(:hover).vcv-ui-tree-layout-control:not(.vcv-ui-tree-layout-control-mobile) .vcv-ui-tree-layout-control-drag-handler{opacity:0}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-drag-handler-mobile{opacity:1}.vcv-ui-tree-layout-node{list-style:none;padding:0;margin:0}.vcv-ui-tree-layout-node-expand-trigger{position:absolute;left:-1.25em;top:50%;margin-top:-.5em;cursor:pointer;opacity:.6;font-size:.9rem;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.rtl .vcv-ui-tree-layout-node-expand-trigger{left:auto;right:-1.25em;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.vcv-ui-tree-layout-node-child{position:relative;margin:0}.vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-expand>.vcv-ui-tree-layout-control>.vcv-ui-tree-layout-control-content>.vcv-ui-tree-layout-node-expand-trigger{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.vcv-ui-tree-layout-node-child:not(.vcv-ui-tree-layout-node-expand)>.vcv-ui-tree-layout-node{display:none}.vcv-ui-tree-layout-control-is-locked .vcv-ui-tree-layout-control-content,.vcv-ui-tree-layout-control-is-locked .vcv-ui-tree-layout-control-dropdown-content .vcv-ui-tree-layout-control-action,.vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content,.vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-dropdown-content .vcv-ui-tree-layout-control-action{opacity:.5}.vcv-ui-tree-layout-node-non-draggable .vcv-ui-tree-layout-control--lock{cursor:default}.vcv-ui-tree-layout-node-child--drag-item{z-index:99999;font-size:.75rem;line-height:1;color:#fff;list-style-type:none}.vcv-ui-tree-layout-node-child--drag-item .vcv-ui-tree-layout{display:none}.vcv-layout-bar-content-mobile .vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content{opacity:1}.vcv-layout-bar-content-mobile .vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content .vcv-ui-tree-layout-control-drag-handler-mobile{opacity:.5}.vcv-ui-tree-layout-node-state-draft.vcv-ui-tree-layout-node-child{opacity:.6}.vcv-ui-tree-layout-container .vcv-ui-tree-layout-action{padding:8px;min-height:40px}.vcv-ui-item-container{top:0;height:60vh;min-height:250px;max-height:calc(100% - 65px);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:.875rem;color:#fff;background-color:#203251;z-index:1200}.vcv-ui-item-content .vcv-ui-editor-search-field-container{margin:0 0 0 1px}.vcv-ui-item-layout-hidden{display:none}.vcv-ui-item-list-container{margin-bottom:30px;-webkit-flex:1;-ms-flex:1;flex:1}.vcv-ui-item-list{margin:0 -15px -30px;list-style:none;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.vcv-ui-item-list,.vcv-ui-item-list-item{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-item-list-item{margin:0 15px 15px}.vcv-ui-item-list-item--preset .vcv-ui-item-element-content:before{content:"";position:absolute;top:0;right:0;border-color:#2b4b81 #2b4b81 transparent transparent;border-style:solid;border-width:25px;z-index:1}.vcv-ui-item-list-item--preset .vcv-ui-item-element-content:after{content:"";position:absolute;top:5px;right:5px;width:18px;height:18px;background-size:auto;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.697 15.006c.041-.04.079-.082.113-.127A8.96 8.96 0 0018 9c0-4.963-4.037-9-9-9S0 4.037 0 9c0 2.244.826 4.299 2.189 5.877.035.047.074.09.116.131A8.98 8.98 0 009 18a8.98 8.98 0 006.697-2.994zm-11.489-.973a3.664 3.664 0 013.279-2.008h3.026c1.406 0 2.66.787 3.279 2.008A6.927 6.927 0 019 15.955a6.927 6.927 0 01-4.792-1.922zM9 9.98a2.026 2.026 0 01-2.024-2.024c0-1.116.908-2.024 2.024-2.024s2.024.908 2.024 2.024A2.027 2.027 0 019 9.98zm0-7.935A6.962 6.962 0 0115.955 9a6.909 6.909 0 01-.835 3.301 5.696 5.696 0 00-2.78-2.025c.46-.658.73-1.458.73-2.32A4.074 4.074 0 009 3.886a4.074 4.074 0 00-4.07 4.07c0 .862.27 1.662.73 2.32a5.696 5.696 0 00-2.78 2.025A6.913 6.913 0 012.045 9 6.962 6.962 0 019 2.045z' fill='%23FDFDFD' fill-rule='nonzero'/%3E%3C/svg%3E");z-index:2}.vcv-ui-item-list-item--preset .vcv-ui-item-overlay span{padding:.6em}.vcv-ui-item-list-item--inactive .vcv-ui-item-element{cursor:default}.vcv-ui-item-list-item--inactive .vcv-ui-item-element:hover .vcv-ui-item-overlay{opacity:0}.vcv-ui-item-element{color:#484848;width:100px;position:relative;text-align:center;cursor:pointer;display:block;margin:0 auto}.vcv-ui-item-element:focus .vcv-ui-item-overlay,.vcv-ui-item-element:hover .vcv-ui-item-overlay{opacity:1}.vcv-ui-item-element.vcv-ui-item-element-inactive.vcv-ui-item-element-inactive--locked .vcv-ui-item-overlay{opacity:.8}.vcv-ui-item-element.vcv-ui-item-element-inactive.vcv-ui-item-element-inactive--locked:hover .vcv-ui-item-overlay{opacity:1}.vcv-ui-item-element-content{position:relative;display:block;height:100px;overflow:hidden;border-radius:5px;background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-size:20px 20px;background-position:0 0,10px 10px;background-repeat:repeat}.vcv-ui-item-element-content .vcv-ui-item-element-image{-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;display:block;position:relative}.vcv-ui-hub-item-badge{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9;height:20px;padding:1px 8px;border-radius:15px;color:#fff;font-size:12px;font-style:italic}.vcv-ui-hub-item-badge--new{background:#feb718}.vcv-ui-item-element>.vcv-ui-hub-item-badge{position:absolute;top:-9px;right:-12px;z-index:4}.vcv-ui-item-preview-caption .vcv-ui-hub-item-badge{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin:0 0 0 25px}.vcv-hub-addon-item-content-container .vcv-ui-hub-item-badge{margin:0 0 10px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.vcv-ui-item-image,.vcv-ui-item-overlay{position:absolute;bottom:0;right:0;left:0;top:0}.vcv-ui-item-overlay{transition:opacity .2s ease-in-out;background-color:rgba(0,0,0,.5);color:#fff;overflow:hidden;opacity:0;z-index:3}.vcv-ui-item-downloading{opacity:1}.vcv-ui-icon.vcv-ui-item-add{line-height:100px}.vcv-ui-item-edit{height:100px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-item-move{position:relative;cursor:move;-webkit-flex:1;-ms-flex:1;flex:1}.vcv-ui-item-move:before{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;left:50%;top:50%}.vcv-ui-item-remove{background-color:#f46172;line-height:30px;height:30px}.vcv-ui-item-element-name{line-height:18px;max-height:36px;position:relative;margin:10px 0;display:block}.vcv-ui-item-element-name span{line-height:18px;font-size:14px;letter-spacing:.3px;font-weight:700;color:#70757d}.vcv-ui-item-badge{position:relative}.vcv-ui-item-badge:after{left:-.75em;right:auto;top:.4em}.vcv-ui-item-preview-container{z-index:2020;pointer-events:none;position:fixed;display:block;width:520px;margin:0;visibility:hidden;opacity:0;border-radius:5px;transition:visibility 0s .2s,opacity .2s ease-in-out}.vcv-ui-item-preview-container.vcv-ui-state--visible{transition:visibility 0s,opacity .2s ease-in-out;visibility:visible;opacity:1}.vcv-ui-item-preview-addon-tag{position:absolute;top:15px;right:15px;padding:3px 9px;font-size:14px;color:#fff;background:#2b4b80;border-radius:20px}.vcv-ui-item-preview-image{max-height:240px;display:block;width:100%;border-top-left-radius:5px;border-top-right-radius:5px}.vcv-ui-item-preview-caption{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;background:linear-gradient(90deg,#1a399d,#693bc5);color:#fff;font-style:italic;text-align:left;padding:20px;line-height:1.43;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.vcv-ui-item-preview-text{line-height:18px;overflow:hidden}.vcv-ui-editor-get-more{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vcv-ui-editor-get-more-description{color:#9a9a9a;font:italic 700 12px/20px Nunito Sans,Arial,sans-serif;text-align:center;padding:0 45px}.vcv-ui-editor-plate--addon .vcv-ui-item-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;margin:0}.vcv-ui-editor-plate--addon .vcv-ui-item-list-item{margin:0}.vcv-hub-addon-item-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;border-radius:5px;overflow:hidden;transition:box-shadow .2s ease-in-out}.vcv-hub-addon-item-container:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.1)}.vcv-hub-addon-item-content-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding:20px 15px;background:#fff}.vcv-hub-addon-item-content-container .vcv-ui-wp-spinner{width:40px;height:40px;margin-top:auto}.vcv-hub-addon-item-content-container .vcv-ui-wp-spinner:before{height:27px;width:27px;opacity:.5}.vcv-hub-addon-name{margin:0 0 10px;font-size:16px;font-weight:600;line-height:22px;letter-spacing:1px}.vcv-hub-addon-description{margin:0 0 15px;font-size:13px;font-weight:500;font-style:italic;line-height:24px;letter-spacing:1px}.vcv-hub-addon-control{margin-top:auto;border:none;border-radius:3px;background:#2b4b81;color:#fff;width:180px;height:40px;cursor:pointer;transition:background .2s ease-in-out}.vcv-hub-addon-control:hover{background:#ffae27}.vcv-hub-addon-control--locked{background:#c6cbd4;pointer-events:none}.vcv-hub-addon-control--locked:hover{background:#c6cbd4}.vcv-hub-addon-image{width:100%;vertical-align:top}.vcv-ui-tree-content-section-inner.vcv-ui-state--centered-content{min-height:100%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-tree-content-section-inner .vcv-ui-editor-plates-container,.vcv-ui-tree-content-section-inner.vcv-ui-state--centered-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vcv-ui-tree-content-section-inner .vcv-ui-editor-plates-container{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-ui-editor-no-items-container{max-width:544px;margin:auto;text-align:center}.vcv-ui-editor-no-items-container .vcv-ui-ajax-form-container small,.vcv-ui-editor-no-items-container .vcv-ui-form-helper{margin:15px 0 12px;font-size:13px;display:inline-block;text-align:center}.vcv-ui-editor-no-items-image{margin:0 0 35px}.vcv-ui-editor-no-items-action{position:relative;min-height:50px;padding:17px 32px;border-radius:3px;border:none;background:#304568;color:#fff;cursor:pointer;transition:background .2s ease-in-out}.vcv-ui-editor-no-items-action:hover{background:#203251}.vcv-ui-editor-no-items-action.vcv-ui-editor-button-disabled{background:transparent;border-radius:0;cursor:default;border:2px solid #d6d6d6;padding:16px 34px;font-family:Montserrat,sans-serif;font-weight:700;font-size:12px;letter-spacing:.077em;text-transform:uppercase;color:#d6d6d6;-webkit-font-smoothing:antialiased;max-width:100%}.vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon{margin-left:5px}.vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon+span{margin-left:10px}.vcv-ui-panel-heading{line-height:37px;padding:12px 60px 12px 20px;font-size:16px}.vcv-ui-panel-heading .vcv-ui-panel-heading-icon{display:inline-block;vertical-align:middle;margin-right:12px}.vcv-ui-panel-heading .vcv-ui-panel-heading-text{display:inline-block;vertical-align:middle}.vcv-ui-tree-view-content--full-width .vcv-ui-form-group{max-width:500px}.vcv-ui-panel-controls-container.vcv-is-hidden .vcv-ui-form-buttons-group{position:fixed;top:-9999px;left:-9999px;z-index:-9999}.vcv-ui-panel-dropdown-container{margin:6px 60px 12px 20px}.vcv-ui-panel-controls-container{text-align:left;margin-bottom:0;background:#203251}.vcv-ui-panel-controls-container .vcv-ui-form-button-group--large{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border:0;border-radius:0}.vcv-ui-panel-navigation-container .vcv-ui-form-button-group--large .vcv-ui-form-button{width:100%;border:0;background:transparent;color:#f6f6f6;font-size:14px;font-weight:500;letter-spacing:.5px}.vcv-ui-panel-navigation-container .vcv-ui-form-button-group--large .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-panel-navigation-container .vcv-ui-form-button-group--large .vcv-ui-form-button:focus,.vcv-ui-panel-navigation-container .vcv-ui-form-button-group--large .vcv-ui-form-button:hover{background:#1f3aa0}.rtl .vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon{margin-left:0;margin-right:5px}.rtl .vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon+span{margin-left:0;margin-right:10px}.vcv-ui-script-control-container,.vcv-ui-style-control-container{text-align:center;margin:10px 0 0}.vcv-ui-script-editor-container,.vcv-ui-style-editor-container{margin:25px 0 0}.vcv-row-html-editor-container+.CodeMirror-wrap,.vcv-ui-script-editor .CodeMirror-wrap,.vcv-ui-style-editor .CodeMirror-wrap{border:1px solid #d1d1d1;border-radius:3px}.vcv-ui-script-editor:not(.vcv-ui-state--active),.vcv-ui-style-editor:not(.vcv-ui-state--active){display:none}.vcv-ui-settings-actions{font-size:1rem;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-ui-settings-actions.vcv-ui-settings-actions-background{background-color:#203251}.vcv-ui-settings-actions .vcv-ui-settings-action-content span{margin-left:16px;display:none}.vcv-ui-settings-action{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;color:#fff;text-decoration:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0}.vcv-ui-settings-action.vcv-ui-state--active,.vcv-ui-settings-action:hover{background-color:rgba(124,173,222,.16)}.vcv-ui-settings-action[disabled]{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-settings-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-settings-action-icon{height:1rem;width:1rem;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-settings-action-icon:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-template-group-wrapper{overflow:hidden}.vcv-ui-template-options-wrapper{margin-right:-32px;margin-bottom:-25px}.vcv-ui-template-options-wrapper .vcv-ui-template-options-item-icon{display:inline-block;background-color:#fff;cursor:pointer;margin:0 32px 25px 0}.vcv-ui-template-options-wrapper .vcv-ui-template-options-item-icon svg{vertical-align:top}.vcv-ui-form-group--wp-menu .vcv-ui-ajax-form-container small,.vcv-ui-form-group--wp-menu .vcv-ui-form-helper{font-family:Roboto,sans-serif;font-weight:500;font-style:italic;color:#999;letter-spacing:.3px;line-height:16px;-webkit-font-smoothing:antialiased}.vcv-ui-form-group--wp-menu .vcv-ui-form-link{display:inline;text-decoration:none;color:#2a4b80;border-bottom:1px solid transparent;transition:color .2s,border-color .2s}.vcv-ui-form-group--wp-menu .vcv-ui-form-link:focus,.vcv-ui-form-group--wp-menu .vcv-ui-form-link:hover{color:#176286;border-bottom-color:#176286}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-ajax-form-container small,.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-form-helper{margin:20px 0 0}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-tag{font-style:italic;font-size:14px;letter-spacing:.5px;color:#797979;background:#e3e1e1;border-radius:3px;padding:4px 5px;line-height:1;margin:10px 0;display:inline-block}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-tag:first-of-type{margin-top:0}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-container{margin:20px 0 0}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-container-type{margin:0 0 10px}.vcv-ui-tree-view-content{height:100%;font-size:.875rem;color:#fff}.vcv-ui-tree-content,.vcv-ui-tree-view-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.vcv-ui-tree-content{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-height:1em}.vcv-ui-tree-content>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-tree-content-section{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;color:#6f747b;background-color:#f6f6f6;min-height:1em;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vcv-ui-tree-content-section>*{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.vcv-ui-tree-content-section-inner{padding:20px}.rtl .vcv-ui-tree-content-section-inner{direction:rtl}.vcv-element-category-items{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:wrap;-ms-flex-flow:wrap;flex-flow:wrap;width:100%}.vcv-element-category-title-wrapper{width:100%;margin:0 15px 15px;position:relative}.vcv-element-category-title-wrapper>.vcv-element-category-title{line-height:18px;font-size:14px;letter-spacing:.3px;font-weight:700;color:#70757d;cursor:pointer}.vcv-element-categories-expand-button{position:absolute;right:-8px;top:0;bottom:0;border:0;background-color:transparent;color:#70757d;font-size:18px;cursor:pointer;padding:0 5px}.rtl .vcv-element-categories-expand-button{right:auto;left:-8px}.vcv-ui-tree-content-title-controls{padding-left:0;padding-right:0;font-size:1.2em;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:-8px}.vcv-ui-tree-content-title-control{position:relative;display:inline-block;vertical-align:middle;color:inherit;cursor:pointer;text-decoration:none;padding:0 10px}.vcv-ui-editor-tabs-container{margin-top:8px;padding-left:20px;padding-right:60px}.vcv-ui-editor-tabs,.vcv-ui-editor-tabs-container{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-editor-tabs{font-family:Nunito Sans,sans-serif;font-size:.875rem;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex:1;-ms-flex:1;flex:1}.vcv-ui-editor-tabs>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-editor-tab{padding:14px 32px;color:#fff;background-color:#304568;border-radius:4px 4px 0 0;margin:0 2px 0 1px;text-decoration:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer;transition:all .2s ease-in-out}.vcv-ui-editor-tab:hover{background-color:#3b5580}.vcv-ui-editor-tab.vcv-ui-state--active{background-color:#fff;color:#6f747b}.vcv-ui-editor-tab[disabled]{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-editor-tab.vcv-ui-state--hidden{display:none}.vcv-ui-editor-tab-dropdown>.vcv-ui-editor-tab{padding-left:16px;padding-right:16px}.vcv-ui-editor-tab-toggle-tree{min-width:60px;background:none}.vcv-ui-editor-tab-content{white-space:nowrap}.vcv-ui-editor-tab-icon{font-size:1em;height:1em;width:1.25em;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-editor-tab-icon:before{font-size:1.25em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-editor-tab-icon+*{margin-left:16px}.vcv-ui-add-element-content .vcv-ui-item-overlay{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vcv-ui-add-element-content .vcv-ui-state--hidden{display:none}.vcv-ui-add-element-content .vcv-ui-editor-list-cta-wrapper{text-align:center}.vcv-ui-add-template-content .vcv-ui-editor-tabs-container{margin:0}.vcv-ui-add-template-content .vcv-ui-tree-content-section{overflow:hidden}.vcv-ui-add-template-content .vcv-ui-item-element-content:before{content:attr(data-letter);position:absolute;top:50%;left:50%;margin-right:-50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:50px;color:#fff;z-index:1}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message-container{position:absolute;top:100%;right:0;left:0;z-index:2}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message{position:absolute;bottom:0;width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#f96262;color:#fff;font-style:italic;-webkit-transform:translateY(100%);transform:translateY(100%);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;padding:15px 20px;z-index:1}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message--visible{-webkit-transform:translateY(0);transform:translateY(0)}.vcv-ui-add-template-content .vcv-ui-item-element{cursor:default}.vcv-ui-add-template-content .vcv-ui-item-element:hover .vcv-ui-item-control{visibility:visible;transition:visibility 0s .1s}.vcv-ui-add-template-content .vcv-ui-item-overlay{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:2}.vcv-ui-add-template-content .vcv-ui-item-control{padding:.6em;font-size:16px;cursor:pointer;transition:color .2s ease-in-out,visibility 0s 0s;visibility:hidden}.vcv-ui-add-template-content .vcv-ui-item-control.vcv-ui-icon-add:hover{color:#e6e6e6}.vcv-ui-add-template-content .vcv-ui-item-control.vcv-ui-wp-spinner-light{visibility:visible}.vcv-ui-add-template-content .vcv-ui-save-template-form{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-ajax-form-container input,.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-ajax-form-container textarea,.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-form-input{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-appearance:none}.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-editor-no-items-action{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:11px 32px;margin:0 0 0 10px;min-height:auto;white-space:nowrap;font-size:12px;font-weight:700}.vcv-ui-add-template-content .vcv-ui-editor-list-cta-wrapper{text-align:center}.vcv-ui-add-template-content .vcv-ui-state--hidden{display:none}.vcv-ui-add-template-content .vcv-ui-editor-no-items-container .vcv-ui-ajax-form-container small,.vcv-ui-add-template-content .vcv-ui-editor-no-items-container .vcv-ui-form-helper{margin-bottom:30px}.vcv-ui-add-template-content .vcv-ui-item-overlay--visible{opacity:1}.vcv-ui-add-template-content .vcv-ui-wp-spinner{cursor:default}.vcv-ui-add-template-content .vcv-ui-save-template-submit[disabled]{cursor:not-allowed;color:hsla(0,0%,100%,.5)}.vcv-ui-add-template-content .vcv-ui-save-template-submit[disabled]:hover{background:#304568}.rtl .vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-editor-no-items-action{margin:0 10px 0 0}.vcv-ui-editor-tab-dropdown{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;margin:0}.vcv-ui-editor-tab-dropdown>*{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.vcv-ui-editor-tab-dropdown:hover .vcv-ui-editor-tab-dropdown-trigger{background-color:#3b5580}.vcv-ui-editor-tab-dropdown:hover .vcv-ui-editor-tab-dropdown-content{visibility:visible;opacity:1}.vcv-ui-editor-tab-dropdown.vcv-ui-state--active .vcv-ui-editor-tab-dropdown-trigger{background-color:#fff;color:#6f747b}.vcv-ui-editor-tab-dropdown.vcv-ui-state--hidden{display:none}.vcv-ui-editor-tab-dropdown-trigger{cursor:default;min-width:0}.vcv-ui-editor-tab-dropdown-content{min-width:140px;position:absolute;top:100%;right:0;z-index:1020;visibility:hidden;opacity:0;transition:visibility 0s,opacity .2s ease-in-out;box-shadow:1px 0 10px 0 rgba(0,0,0,.3);margin-right:2px;margin-left:1px}.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab{text-align:left;background-color:#fff;color:#6f747b;border-radius:0;margin:0}.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab.vcv-ui-state--active,.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab:hover{background-color:#3b5580;color:#fff}.vcv-ui-editor-tabs-free-space{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}.vcv-ui-editor-plate:not(.vcv-ui-state--active){display:none}.vcv-ui-design-options-onion{background-color:#f6f6f6;width:100%}.vcv-ui-design-options-onion-layers{padding-top:100%;position:relative}[class*=vcv-ui-design-options-onion-layer--]{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0}[class*=vcv-ui-design-options-onion-layer--] [class*=vcv-ui-design-options-onion-control-position--]{pointer-events:all;padding-left:2px;padding-right:2px;width:36px;height:30px;text-align:center;position:absolute;z-index:1}[class*=vcv-ui-design-options-onion-layer--]:before{content:"";display:block;position:absolute;top:15px;right:20px;bottom:15px;left:20px;border:1px solid #d1d1d1}[class*=vcv-ui-design-options-onion-layer--] .vcv-ui-ajax-form-container label,[class*=vcv-ui-design-options-onion-layer--] .vcv-ui-form-group-heading{position:absolute;z-index:1;pointer-events:all;right:calc(50% + 24px);max-width:95px;min-height:30px;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#f6f6f6;padding:0 4px;text-align:right}.vcv-ui-design-options-onion-layer--border{margin:50px}.vcv-ui-design-options-onion-layer--padding{margin:100px}.vcv-ui-design-options-onion-layer--border-radius .vcv-ui-ajax-form-container label,.vcv-ui-design-options-onion-layer--border-radius .vcv-ui-form-group-heading{right:44px}.vcv-ui-design-options-onion-control-position--top{top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vcv-ui-design-options-onion-control-position--bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vcv-ui-design-options-onion-control-position--left{left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.vcv-ui-design-options-onion-control-position--right{right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.vcv-ui-design-options-onion-control-position--top-left{top:0;left:0}.vcv-ui-design-options-onion-control-position--top-right{top:0;right:0}.vcv-ui-design-options-onion-control-position--bottom-left{bottom:0;left:0}.vcv-ui-design-options-onion-control-position--bottom-right{bottom:0;right:0}.vcv-ui-form-dependency.vcv-ui-state--hidden,.vcv-ui-tab-dependency.vcv-ui-state--hidden{display:none}.vcv-ui-form-dependency.vcv-ui-state--visible,.vcv-ui-tab-dependency.vcv-ui-state--visible{display:block}.vcv-ui-edit-form-actions{font-size:1rem;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.vcv-ui-edit-form-actions .vcv-ui-edit-form-action-content span{margin-left:16px;display:none}.vcv-ui-edit-form-action{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;color:#fff;text-decoration:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0}.vcv-ui-edit-form-action.vcv-ui-state--active,.vcv-ui-edit-form-action:hover{background-color:rgba(124,173,222,.16)}.vcv-ui-edit-form-action[disabled]{background-color:transparent;opacity:.5;cursor:not-allowed}.vcv-ui-edit-form-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-edit-form-action-icon{height:1rem;width:1rem;display:inline-block;vertical-align:middle;position:relative}.vcv-ui-edit-form-action-icon:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-editor-tabs-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.vcv-ui-editor-tabs-wrapper-state--hidden{position:absolute;visibility:hidden;opacity:0;z-index:-1}.vcv-ui-editors-header-dropdown{margin-top:-1px;margin-bottom:6px}.vcv-ui-form-dropdown-option.vcv-ui-state--hidden{display:none}.vcv-ui-edit-form-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:10px 10px 10px 14px;min-height:61px}.vcv-ui-edit-form-header-image{margin:0 12px 0 0}.vcv-ui-edit-form-header-title{padding:1px 12px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;outline:none;letter-spacing:.3px;border-radius:12px;border:2px solid transparent;caret-color:hsla(0,0%,100%,.5);transition:border-color .2s ease-in-out}.vcv-ui-edit-form-header-title:focus,.vcv-ui-edit-form-header-title:hover{border-color:#3b5e91}.vcv-ui-edit-form-header-title.active{text-overflow:clip;white-space:normal}.vcv-ui-icon-edit-form-header-title{padding:15px 10px;margin-right:35px;cursor:pointer;font-size:12px;opacity:.5;position:relative;text-align:center}.vcv-ui-icon-edit-form-header-title:before{font-size:1.25em;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vcv-ui-edit-form-header-control-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;font-size:1.2em}.vcv-ui-edit-form-header-control-container .vcv-ui-icon{vertical-align:top;line-height:unset;display:inline-block}.vcv-ui-edit-form-header-control-container .vcv-ui-icon:before{transition:opacity .2s}.vcv-ui-edit-form-header-control{padding:7px;cursor:pointer;color:#fff;margin:0 4px}.vcv-ui-edit-form-header-control:focus .vcv-ui-icon:before,.vcv-ui-edit-form-header-control:hover .vcv-ui-icon:before{opacity:.5}.vcv-ui-tree-view-content-accordion .vcv-ui-tree-content-section-inner{padding:0}.vcv-ui-edit-form-back-button{padding:5px 10px;cursor:pointer}.vcv-ui-edit-form-back-button .vcv-ui-icon:before{vertical-align:middle}.vcv-ui-edit-form-section.vcv-ui-state--hidden{display:none}.vcv-ui-edit-form-section.vcv-ui-state--visible{display:block}.vcv-ui-form-group .vcv-ui-edit-form-section{margin:0 -20px}.vcv-ui-edit-form-section--opened>.vcv-ui-edit-form-section-content{display:block}.vcv-ui-edit-form-section--closed>.vcv-ui-edit-form-section-content{display:none}.vcv-ui-edit-form-section-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;padding:15px 20px 15px 18px;color:#fff;background:#203251;border-top:1px solid #263b5d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;letter-spacing:.3px;transition:background .2s ease-in-out}.vcv-ui-edit-form-section-header:hover{background:#16243f}.vcv-ui-edit-form-section-header-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.vcv-ui-edit-form-section-header-control{width:22px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;color:#fff;font-size:1.2em;transition:opacity .2s;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.vcv-ui-edit-form-section-header-control:hover{opacity:.5}.vcv-ui-edit-form-section-header-control .vcv-ui-icon{vertical-align:middle}.vcv-ui-edit-form-section-header-go-back{width:22px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-right:7px;cursor:pointer;color:#fff;transition:opacity .2s;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.vcv-ui-edit-form-section-header-go-back:hover{opacity:.5}.vcv-ui-edit-form-section-header-go-back .vcv-ui-icon{vertical-align:middle}.vcv-ui-edit-form-section-content{padding:20px 20px 5px}.vcv-ui-presets-form .vcv-ui-form-button{margin:0 0 0 10px}.rtl .vcv-ui-presets-form .vcv-ui-form-button{margin:0 10px 0 0}[class*=vcv-ui-badge--] i:after{content:"";display:block;height:6px;width:6px;border-radius:50%;position:absolute;top:-5px;right:-3px}.vcv-ui-badge--warning i:after{background-color:#fdb713}.vcv-ui-badge--success i:after{background-color:#6dab3c}.vcv-ui-badge--error i:after{background-color:#f44}.vcv-ui-navbar-logo{display:inline-block;vertical-align:middle;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='29' viewBox='0 0 963 696' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%230584B5' d='M.6 139.7v277.8l240.6 138.9V278.6z'/%3E%3Cpath fill='%2309AEEF' d='M241.2.8L.6 139.7l240.6 138.9 240.6-138.9z'/%3E%3Cpath fill='%23AED13B' d='M722.4.8L481.8 139.7l240.6 138.9L963 139.7z'/%3E%3Cpath fill='%23B9880C' d='M481.8 139.7v277.8l240.6 138.9V278.6z'/%3E%3Cpath fill='%23B76800' d='M241.2 278.6v277.8l240.6-138.9V139.7z'/%3E%3Cpath fill='%23FDB715' d='M481.8 417.5L241.2 556.4l240.6 138.9 240.6-138.9z'/%3E%3Cpath fill='%237F9E2E' d='M722.4 278.6v277.8L963 417.5V139.7z'/%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat;min-width:60px;min-height:60px;padding:16px;color:inherit;text-decoration:none;-webkit-order:-100;-ms-flex-order:-100;order:-100;cursor:pointer}.vcv-ui-navbar-logo.vcv-ui-navbar-logo--no-click{cursor:default}.vcv-ui-navbar-logo:focus,.vcv-ui-navbar-logo:hover{box-shadow:none}.vcv-ui-navbar-logo-title{display:none;padding-left:40px}.vcv-ui-navbar-logo--show-title{background-position:8px 50%}.vcv-ui-navbar-logo--show-title .vcv-ui-navbar-logo-title{display:inline}.vcv-ui-wp-spinner{margin:0;padding:0;height:1em;width:1em;display:inline-block;vertical-align:middle;opacity:.7;position:relative}.vcv-ui-wp-spinner:before{content:"";display:block;height:16px;width:16px;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cdefs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Ccircle r='4' cx='50%25' cy='25%25'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle r='18' cx='50%25' cy='50%25' mask='url(%23a)' fill='gray'/%3E%3C/svg%3E") 50% 50% no-repeat;background-size:contain;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:vcv-ui-wp-spinner-animation 1.08s linear infinite;animation:vcv-ui-wp-spinner-animation 1.08s linear infinite}.vcv-ui-wp-spinner.vcv-ui-wp-spinner-lg:before{height:20.8px;width:20.8px}.vcv-ui-item-add-hub{cursor:pointer}.vcv-ui-item-add-hub.vcv-ui-wp-spinner-light{position:static;cursor:auto}.vcv-ui-wp-spinner-light{margin:0;padding:0;height:1em;width:1em;display:inline-block;vertical-align:middle;opacity:.7;position:relative}.vcv-ui-wp-spinner-light:before{content:"";display:block;height:16px;width:16px;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cdefs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Ccircle r='4' cx='50%25' cy='25%25'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle r='18' cx='50%25' cy='50%25' mask='url(%23a)' fill='%23fff'/%3E%3C/svg%3E") 50% 50% no-repeat;background-size:contain;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:vcv-ui-wp-spinner-animation 1.08s linear infinite;animation:vcv-ui-wp-spinner-animation 1.08s linear infinite}.vcv-ui-wp-spinner-light.vcv-ui-wp-spinner-lg:before{height:20.8px;width:20.8px}@-webkit-keyframes vcv-ui-wp-spinner-animation{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}@keyframes vcv-ui-wp-spinner-animation{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}#vc-navbar-container,.vcv-ui-navbar-container{-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}#vc-navbar-container,.vcv-ui-navbar,.vcv-ui-navbar-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.vcv-ui-navbar{font-size:.875rem;color:#fff;min-height:60px;-webkit-flex-wrap:now
|