Version Description
- Scoped all admin CSS to reduce conflict with other plugin admin pages.
- Fixed incompatibility with Max Mega Menu plugin.
- Fixed PHP 8 Fatal error: Uncaught ValueError: Unknown format specifier.
Download this release
Release Info
Developer | Collizo4sky |
Plugin | WP User Avatar |
Version | 3.1.1 |
Comparing to | |
See all releases |
Code changes from version 3.1 to 3.1.1
- assets/css/admin-style.css +106 -204
- assets/css/frontend.css +4 -4
- assets/css/frontend.min.css +1 -1
- assets/js/admin.js +1 -1
- changelog.txt +6 -1
- languages/wp-user-avatar.pot +39 -39
- readme.txt +6 -1
- src/Admin/SettingsPages/AbstractSettingsPage.php +1 -1
- src/Admin/SettingsPages/DragDropBuilder/Controls/WPEditor.php +2 -1
- src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php +5 -1
- src/Admin/SettingsPages/EmailSettings/WPListTable.php +1 -1
- src/Admin/SettingsPages/GeneralSettings.php +1 -1
- src/Admin/SettingsPages/ToolsSettingsPage.php +1 -1
- src/Functions/custom-settings-api.php +1 -1
- src/NavigationMenuLinks/Frontend.php +1 -1
- src/Themes/DragDrop/FieldListing.php +1 -1
- vendor/autoload.php +1 -1
- vendor/composer/InstalledVersions.php +2 -2
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.php +2 -2
- wp-user-avatar.php +2 -2
assets/css/admin-style.css
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Rye|Work+Sans');
|
2 |
|
3 |
-
.pp_forms th#shortcode {
|
4 |
width: 33%;
|
5 |
}
|
6 |
|
7 |
-
.pp_forms th#title {
|
8 |
width: 35%;
|
9 |
}
|
10 |
|
11 |
-
.profile-press-design-gateway {
|
12 |
width: 100%;
|
13 |
max-width: 700px;
|
14 |
}
|
@@ -17,16 +17,12 @@
|
|
17 |
font-size: 24px !important;
|
18 |
}
|
19 |
|
20 |
-
.
|
21 |
-
font-family: 'Open Sans', sans-serif;
|
22 |
-
}
|
23 |
-
|
24 |
-
.profile-press-design-gateway-inner .responsive-image img {
|
25 |
width: 100%;
|
26 |
height: auto;
|
27 |
}
|
28 |
|
29 |
-
.pp-hald-first {
|
30 |
float: left;
|
31 |
width: 50%;
|
32 |
text-align: center;
|
@@ -38,33 +34,28 @@
|
|
38 |
color: #555;
|
39 |
}
|
40 |
|
41 |
-
.pp-builder-select-active {
|
42 |
border: 2px solid #3498db;
|
43 |
}
|
44 |
|
45 |
-
.
|
46 |
-
position: absolute;
|
47 |
-
right: 0;
|
48 |
-
}
|
49 |
-
|
50 |
-
.pp-half-meta-inner {
|
51 |
background: #fff;
|
52 |
padding: 20px;
|
53 |
position: relative;
|
54 |
cursor: pointer;
|
55 |
}
|
56 |
|
57 |
-
.pp-half-first-thumb.responsive-image img {
|
58 |
width: 70px;
|
59 |
height: 70px;
|
60 |
padding: 20px;
|
61 |
}
|
62 |
|
63 |
-
.pp-half-first-thumb.responsive-image {
|
64 |
text-align: center;
|
65 |
}
|
66 |
|
67 |
-
.pp-builder-create-btn {
|
68 |
background: #3498db;
|
69 |
padding: 20px;
|
70 |
width: 100%;
|
@@ -78,28 +69,16 @@
|
|
78 |
cursor: pointer;
|
79 |
}
|
80 |
|
81 |
-
.pp-half-meta p {
|
82 |
font-size: 17px;
|
83 |
line-height: 1.5;
|
84 |
margin-top: 20px;
|
85 |
}
|
86 |
|
87 |
-
.pp-builder-create-btn:focus {
|
88 |
border-bottom: 2px solid #2980b9;
|
89 |
}
|
90 |
|
91 |
-
.drag-and-drop-btn {
|
92 |
-
background: #e74c3c;
|
93 |
-
width: 47px;
|
94 |
-
height: 47px;
|
95 |
-
border-radius: 100%;
|
96 |
-
color: #fff;
|
97 |
-
font-weight: 600;
|
98 |
-
right: 27px;
|
99 |
-
border: 4px solid #c0392b;
|
100 |
-
box-shadow: 1px 4px 11px #3a3a3a;
|
101 |
-
}
|
102 |
-
|
103 |
.ppview .postbox input[type=number], .ppview input[type=password],
|
104 |
.ppview .postbox input[type=text],
|
105 |
.ppview .postbox select,
|
@@ -108,7 +87,7 @@
|
|
108 |
max-width: 500px !important;
|
109 |
}
|
110 |
|
111 |
-
input.shortcode-in-list-table {
|
112 |
width: 100% !important;
|
113 |
max-width: 260px;
|
114 |
border: none;
|
@@ -309,7 +288,6 @@ input.shortcode-in-list-table {
|
|
309 |
}
|
310 |
|
311 |
/* shortcode builder modal END */
|
312 |
-
|
313 |
.ppSCB .pp-form-builder-shortcodes-btn a:before {
|
314 |
font-family: dashicons;
|
315 |
content: "\f475";
|
@@ -318,45 +296,27 @@ input.shortcode-in-list-table {
|
|
318 |
display: inline-block;
|
319 |
}
|
320 |
|
321 |
-
|
322 |
background-color: #eee;
|
323 |
margin: 1px
|
324 |
}
|
325 |
|
326 |
-
.ppview .
|
327 |
-
width: 30%
|
328 |
-
}
|
329 |
-
|
330 |
-
.ppview .column-widget {
|
331 |
-
width: 10%
|
332 |
-
}
|
333 |
-
|
334 |
-
.ppview .column-date {
|
335 |
-
width: 25%
|
336 |
-
}
|
337 |
-
|
338 |
-
.custom-field-anchor {
|
339 |
width: 30px;
|
340 |
border-right: 1px solid #e1e1e1;
|
341 |
text-align: center !important;
|
342 |
}
|
343 |
|
344 |
-
tbody tr td.custom-field-anchor {
|
345 |
cursor: move;
|
346 |
}
|
347 |
|
348 |
-
table.custom_profile_fields tbody tr:hover {
|
349 |
-
background-color: #e3e3e3;
|
350 |
-
}
|
351 |
-
|
352 |
-
table#pp_contact_info tbody tr:hover {
|
353 |
background-color: #e3e3e3;
|
354 |
}
|
355 |
|
356 |
-
.
|
357 |
background-color: #e3e3e3;
|
358 |
-
width: 100%;
|
359 |
-
margin: 10px 0;
|
360 |
}
|
361 |
|
362 |
.pp_circle_green {
|
@@ -377,17 +337,7 @@ table#pp_contact_info tbody tr:hover {
|
|
377 |
width: 2px
|
378 |
}
|
379 |
|
380 |
-
.pp-
|
381 |
-
background: url(../images/admin/dashicon.png);
|
382 |
-
font: 400 18px/1 dashicons;
|
383 |
-
margin: 0 2px;
|
384 |
-
padding: 0;
|
385 |
-
height: 100%;
|
386 |
-
width: auto;
|
387 |
-
vertical-align: top
|
388 |
-
}
|
389 |
-
|
390 |
-
.banner {
|
391 |
position: absolute;
|
392 |
left: 10%;
|
393 |
display: block;
|
@@ -403,7 +353,7 @@ table#pp_contact_info tbody tr:hover {
|
|
403 |
box-shadow: 0 0 30px rgba(0, 0, 0, .15) inset, 0 6px 10px rgba(0, 0, 0, .15)
|
404 |
}
|
405 |
|
406 |
-
.banner::after, .banner::before {
|
407 |
content: '';
|
408 |
position: absolute;
|
409 |
left: -70px;
|
@@ -418,7 +368,7 @@ table#pp_contact_info tbody tr:hover {
|
|
418 |
transform: rotate(-5deg)
|
419 |
}
|
420 |
|
421 |
-
.banner::after {
|
422 |
left: auto;
|
423 |
right: -70px;
|
424 |
border-left: 20px solid #791;
|
@@ -426,18 +376,18 @@ table#pp_contact_info tbody tr:hover {
|
|
426 |
transform: rotate(5deg)
|
427 |
}
|
428 |
|
429 |
-
.pp-settings-wrap {
|
430 |
display: flex;
|
431 |
border: 1px solid #c8d7e1;
|
432 |
border-top: 0;
|
433 |
}
|
434 |
|
435 |
-
.pp-settings-wrap .dashicons {
|
436 |
padding-top: 2px;
|
437 |
margin-right: 5px;
|
438 |
}
|
439 |
|
440 |
-
.pp-settings-wrap h2.nav-tab-wrapper {
|
441 |
flex: 1;
|
442 |
border-bottom: none;
|
443 |
padding: 0;
|
@@ -445,7 +395,7 @@ table#pp_contact_info tbody tr:hover {
|
|
445 |
border-right: 1px solid #c8d7e1;
|
446 |
}
|
447 |
|
448 |
-
.pp-settings-wrap h2.nav-tab-wrapper a {
|
449 |
float: none;
|
450 |
display: block;
|
451 |
margin: 0;
|
@@ -456,33 +406,33 @@ table#pp_contact_info tbody tr:hover {
|
|
456 |
border-bottom: 1px solid #c8d7e1;
|
457 |
}
|
458 |
|
459 |
-
.pp-settings-wrap h2.nav-tab-wrapper a.nav-tab-active {
|
460 |
background: #fff !important;
|
461 |
border-right: 1px solid #c8d7e1;
|
462 |
width: 99%;
|
463 |
color: #2e4453;
|
464 |
}
|
465 |
|
466 |
-
.pp-settings-wrap .metabox-holder {
|
467 |
flex: 3;
|
468 |
padding-left: 3%;
|
469 |
padding-right: 10px;
|
470 |
background: #fff;
|
471 |
}
|
472 |
|
473 |
-
.pp-settings-wrap .pp-tab-settings .postbox {
|
474 |
border: none;
|
475 |
box-shadow: none;
|
476 |
}
|
477 |
|
478 |
-
.pp-settings-wrap .metabox-holder h3.hndle {
|
479 |
padding: 12px;
|
480 |
cursor: default;
|
481 |
border-top: 1px solid #eee;
|
482 |
border-bottom: 1px solid #eee;
|
483 |
}
|
484 |
|
485 |
-
.pp-settings-wrap .postbox:first-child h3.hndle {
|
486 |
border-top: none !important;
|
487 |
}
|
488 |
|
@@ -550,11 +500,11 @@ table#pp_contact_info tbody tr:hover {
|
|
550 |
background: #007cba;
|
551 |
}
|
552 |
|
553 |
-
.pp-optin-clear, .pp-template-clear {
|
554 |
clear: both;
|
555 |
}
|
556 |
|
557 |
-
.pp-optin-clear:after, .pp-template-clear:after {
|
558 |
clear: both;
|
559 |
content: '.';
|
560 |
display: block;
|
@@ -565,14 +515,14 @@ table#pp_contact_info tbody tr:hover {
|
|
565 |
zoom: 1;
|
566 |
}
|
567 |
|
568 |
-
.pp-form-new-list .pp-dash-spinner {
|
569 |
visibility: hidden;
|
570 |
float: none;
|
571 |
margin-right: 0;
|
572 |
margin-left: 0;
|
573 |
}
|
574 |
|
575 |
-
.pp-error {
|
576 |
color: #ff0000;
|
577 |
font-size: 13px;
|
578 |
font-weight: 600;
|
@@ -581,13 +531,13 @@ table#pp_contact_info tbody tr:hover {
|
|
581 |
margin-top: -3px;
|
582 |
}
|
583 |
|
584 |
-
.pp-input-error {
|
585 |
border-color: #ff0000 !important;
|
586 |
-webkit-box-shadow: 0 0 2px rgba(255, 0, 0, .8) !important;
|
587 |
box-shadow: 0 0 2px rgba(255, 0, 0, .8) !important;
|
588 |
}
|
589 |
|
590 |
-
.pp-form-new-list {
|
591 |
height: 38px;
|
592 |
padding: 10px;
|
593 |
background: #fff;
|
@@ -597,7 +547,7 @@ table#pp_contact_info tbody tr:hover {
|
|
597 |
box-shadow: 0 1px 1px -1px rgba(0, 0, 0, .1);
|
598 |
}
|
599 |
|
600 |
-
.pp-form-new-list h4 {
|
601 |
color: #222;
|
602 |
font-size: 18px;
|
603 |
font-weight: 600;
|
@@ -606,12 +556,12 @@ table#pp_contact_info tbody tr:hover {
|
|
606 |
padding: 0;
|
607 |
}
|
608 |
|
609 |
-
.pp-form-new-list strong {
|
610 |
font-size: 16px;
|
611 |
vertical-align: middle;
|
612 |
}
|
613 |
|
614 |
-
.pp-form-new-list input, .pp-form-new-list select {
|
615 |
position: relative;
|
616 |
top: 1px;
|
617 |
margin-left: 5px;
|
@@ -622,7 +572,7 @@ table#pp_contact_info tbody tr:hover {
|
|
622 |
height: 32px;
|
623 |
}
|
624 |
|
625 |
-
.ppress-premium-flag {
|
626 |
position: absolute;
|
627 |
top: -8px;
|
628 |
right: -8px;
|
@@ -633,7 +583,7 @@ table#pp_contact_info tbody tr:hover {
|
|
633 |
transform: rotate(70deg)
|
634 |
}
|
635 |
|
636 |
-
.pp-optin-theme {
|
637 |
cursor: pointer;
|
638 |
float: left;
|
639 |
margin: 0 4% 4% 0;
|
@@ -647,19 +597,19 @@ table#pp_contact_info tbody tr:hover {
|
|
647 |
box-sizing: border-box;
|
648 |
}
|
649 |
|
650 |
-
.pp-optin-theme a {
|
651 |
text-decoration: none;
|
652 |
}
|
653 |
|
654 |
-
.pp-optin-theme:nth-child(3n) {
|
655 |
margin-right: 0;
|
656 |
}
|
657 |
|
658 |
-
.pp-optin-theme.pp-last-theme {
|
659 |
margin-right: 0;
|
660 |
}
|
661 |
|
662 |
-
.pp-optin-theme-screenshot {
|
663 |
display: block;
|
664 |
overflow: hidden;
|
665 |
position: relative;
|
@@ -667,24 +617,13 @@ table#pp_contact_info tbody tr:hover {
|
|
667 |
transition: opacity .2s ease-in-out;
|
668 |
}
|
669 |
|
670 |
-
.pp-optin-theme-screenshot:after {
|
671 |
content: '';
|
672 |
display: block;
|
673 |
padding-top: 66.66666%;
|
674 |
}
|
675 |
|
676 |
-
.pp-
|
677 |
-
height: auto;
|
678 |
-
position: absolute;
|
679 |
-
left: 0;
|
680 |
-
top: 0;
|
681 |
-
width: 100%;
|
682 |
-
-webkit-transform: translateZ(0);
|
683 |
-
-webkit-transition: opacity .2s ease-in-out;
|
684 |
-
transition: opacity .2s ease-in-out;
|
685 |
-
}
|
686 |
-
|
687 |
-
.pp-optin-theme .pp-optin-theme-name {
|
688 |
font-size: 15px;
|
689 |
font-weight: 600;
|
690 |
height: 18px;
|
@@ -699,7 +638,7 @@ table#pp_contact_info tbody tr:hover {
|
|
699 |
background: rgba(255, 255, 255, .65);
|
700 |
}
|
701 |
|
702 |
-
.pp-optin-theme .pp-optin-theme-actions {
|
703 |
position: absolute;
|
704 |
bottom: 0;
|
705 |
right: 0;
|
@@ -709,7 +648,7 @@ table#pp_contact_info tbody tr:hover {
|
|
709 |
border-left: 1px solid rgba(0, 0, 0, .05);
|
710 |
}
|
711 |
|
712 |
-
.pp-optin-theme-screenshot img {
|
713 |
height: 100%;
|
714 |
position: absolute;
|
715 |
left: 0;
|
@@ -720,7 +659,7 @@ table#pp_contact_info tbody tr:hover {
|
|
720 |
transition: opacity .2s ease-in-out;
|
721 |
}
|
722 |
|
723 |
-
.pp-melange-jbox {
|
724 |
margin: 0 0 0 -18px;
|
725 |
font-size: 18px;
|
726 |
cursor: pointer;
|
@@ -738,43 +677,6 @@ table#pp_contact_info tbody tr:hover {
|
|
738 |
width: 20%;
|
739 |
}
|
740 |
|
741 |
-
.pp_diy_outter {
|
742 |
-
padding: 64px 20px 0 20px;
|
743 |
-
margin: 0 auto;
|
744 |
-
text-align: center;
|
745 |
-
height: 218px;
|
746 |
-
border: 1px solid #dedede;
|
747 |
-
-webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, .1);
|
748 |
-
box-shadow: 0px 1px 6px inset rgba(0, 0, 0, .1);
|
749 |
-
}
|
750 |
-
|
751 |
-
.pp_diy_tagling {
|
752 |
-
text-transform: capitalize;
|
753 |
-
}
|
754 |
-
|
755 |
-
|
756 |
-
.pp_create_your_own {
|
757 |
-
margin-top: 20px;
|
758 |
-
padding: 14px 25px;
|
759 |
-
text-transform: uppercase;
|
760 |
-
font-weight: 900;
|
761 |
-
font-size: 14px;
|
762 |
-
background: #0085ba;
|
763 |
-
border: 0;
|
764 |
-
color: #fff;
|
765 |
-
box-shadow: 0px 3px #2d505e;
|
766 |
-
}
|
767 |
-
|
768 |
-
.pp_diy_tagling {
|
769 |
-
margin-bottom: 50px;
|
770 |
-
}
|
771 |
-
|
772 |
-
.pp_diy_outter h1 {
|
773 |
-
font-size: 26px;
|
774 |
-
text-transform: uppercase;
|
775 |
-
font-weight: 700;
|
776 |
-
}
|
777 |
-
|
778 |
.pp-form-buider-settings-popup-container * {
|
779 |
box-sizing: border-box;
|
780 |
-webkit-box-sizing: border-box;
|
@@ -842,14 +744,14 @@ table#pp_contact_info tbody tr:hover {
|
|
842 |
white-space: nowrap;
|
843 |
}
|
844 |
|
845 |
-
.pp-actions-left {
|
846 |
display: flex;
|
847 |
align-items: center;
|
848 |
margin-left: 10px;
|
849 |
margin-right: auto;
|
850 |
}
|
851 |
|
852 |
-
span.pp-form-buider-settings-field-type {
|
853 |
-webkit-font-smoothing: antialiased;
|
854 |
background-color: #f2f2f2;
|
855 |
border: 2px solid transparent;
|
@@ -878,21 +780,21 @@ span.pp-form-buider-settings-field-type {
|
|
878 |
text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
|
879 |
}
|
880 |
|
881 |
-
span.pp-form-buider-settings-field-type.field-bar-title {
|
882 |
margin-top: 3px;
|
883 |
margin-left: 5px;
|
884 |
padding: 0 8px;
|
885 |
font-size: 11px;
|
886 |
}
|
887 |
|
888 |
-
.pp-actions-right {
|
889 |
display: flex;
|
890 |
align-items: center;
|
891 |
margin-left: auto;
|
892 |
-
margin-right:
|
893 |
}
|
894 |
|
895 |
-
.pp-form-buider-settings-popup-tabs {
|
896 |
-webkit-font-smoothing: antialiased;
|
897 |
border-top: 0 solid #e6e6e6;
|
898 |
box-sizing: border-box;
|
@@ -906,7 +808,7 @@ span.pp-form-buider-settings-field-type.field-bar-title {
|
|
906 |
text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
|
907 |
}
|
908 |
|
909 |
-
a.pp-form-buider-settings-popup-tab-menu {
|
910 |
-webkit-font-smoothing: antialiased;
|
911 |
border-bottom: 2px solid transparent;
|
912 |
box-shadow: none;
|
@@ -926,12 +828,12 @@ a.pp-form-buider-settings-popup-tab-menu {
|
|
926 |
text-transform: uppercase;
|
927 |
}
|
928 |
|
929 |
-
a.pp-form-buider-settings-popup-tab-menu.active {
|
930 |
color: rgb(51, 51, 51);
|
931 |
border-bottom-color: rgb(51, 51, 51);
|
932 |
}
|
933 |
|
934 |
-
.pp-form-buider-settings-popup-tab-content {
|
935 |
-webkit-font-smoothing: antialiased;
|
936 |
border-top: 1px solid #e6e6e6;
|
937 |
box-sizing: border-box;
|
@@ -944,7 +846,7 @@ a.pp-form-buider-settings-popup-tab-menu.active {
|
|
944 |
text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
|
945 |
}
|
946 |
|
947 |
-
.pp-form-row {
|
948 |
flex-direction: row;
|
949 |
flex-wrap: wrap;
|
950 |
width: 100%;
|
@@ -952,11 +854,11 @@ a.pp-form-buider-settings-popup-tab-menu.active {
|
|
952 |
margin-bottom: 30px;
|
953 |
}
|
954 |
|
955 |
-
.pp-form-row:last-child {
|
956 |
margin-bottom: 0;
|
957 |
}
|
958 |
|
959 |
-
.pp-form-column {
|
960 |
display: flex;
|
961 |
flex-direction: column;
|
962 |
flex-basis: 100%;
|
@@ -965,7 +867,7 @@ a.pp-form-buider-settings-popup-tab-menu.active {
|
|
965 |
padding-right: 15px;
|
966 |
}
|
967 |
|
968 |
-
.pp-form-double-column {
|
969 |
display: flex;
|
970 |
flex-direction: column;
|
971 |
flex-basis: 100%;
|
@@ -976,7 +878,7 @@ a.pp-form-buider-settings-popup-tab-menu.active {
|
|
976 |
cursor: pointer;
|
977 |
}
|
978 |
|
979 |
-
label.pp-label {
|
980 |
-webkit-font-smoothing: antialiased;
|
981 |
border-width: 0;
|
982 |
box-sizing: border-box;
|
@@ -1001,7 +903,7 @@ label.pp-label {
|
|
1001 |
vertical-align: middle;
|
1002 |
}
|
1003 |
|
1004 |
-
.pp-form-control-description {
|
1005 |
-webkit-font-smoothing: antialiased;
|
1006 |
box-sizing: border-box;
|
1007 |
color: #888;
|
@@ -1063,12 +965,12 @@ label.pp-label {
|
|
1063 |
appearance: none;
|
1064 |
}
|
1065 |
|
1066 |
-
.pp-form-control:not([type=checkbox]) {
|
1067 |
width: 100% !important;
|
1068 |
max-width: 100% !important;
|
1069 |
}
|
1070 |
|
1071 |
-
.pp-form-buider-settings-popup-footer {
|
1072 |
-webkit-font-smoothing: antialiased;
|
1073 |
align-items: center;
|
1074 |
border-top: 1px solid #e6e6e6;
|
@@ -1081,22 +983,22 @@ label.pp-label {
|
|
1081 |
text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
|
1082 |
}
|
1083 |
|
1084 |
-
textarea.pp-form-control {
|
1085 |
max-width: 100%;
|
1086 |
min-height: 100px;
|
1087 |
resize: vertical;
|
1088 |
line-height: 20px;
|
1089 |
}
|
1090 |
|
1091 |
-
.pp-form-buider-settings-field-close-btn {
|
1092 |
color: #aaaaaa;
|
1093 |
float: right;
|
1094 |
font-size: 28px;
|
1095 |
font-weight: bold;
|
1096 |
}
|
1097 |
|
1098 |
-
.pp-form-buider-settings-field-close-btn:hover,
|
1099 |
-
.pp-form-buider-settings-field-close-btn:focus {
|
1100 |
color: #000;
|
1101 |
text-decoration: none;
|
1102 |
cursor: pointer;
|
@@ -1190,19 +1092,19 @@ textarea.wp-editor-area {
|
|
1190 |
color: #0073aa;
|
1191 |
}
|
1192 |
|
1193 |
-
.ppSCB-tab-box {
|
1194 |
float: left;
|
1195 |
width: 100%;
|
1196 |
}
|
1197 |
|
1198 |
-
.ppSCB-tab-box-div {
|
1199 |
background: #fff;
|
1200 |
border: 1px solid #ccc;
|
1201 |
min-height: 617px;
|
1202 |
padding: 0;
|
1203 |
}
|
1204 |
|
1205 |
-
.ppSCB-sidebar {
|
1206 |
float: right;
|
1207 |
border: 1px solid #ccc;
|
1208 |
background: #fff;
|
@@ -1215,20 +1117,20 @@ textarea.wp-editor-area {
|
|
1215 |
min-height: 684.4px;
|
1216 |
}
|
1217 |
|
1218 |
-
.ppSCB-sidebar h2 {
|
1219 |
font-size: 16px;
|
1220 |
text-align: center;
|
1221 |
color: #888;
|
1222 |
line-height: 24px;
|
1223 |
}
|
1224 |
|
1225 |
-
.ppSCB-sidebar iframe {
|
1226 |
width: 100% !important;
|
1227 |
height: 100% !important;
|
1228 |
min-height: 649px;
|
1229 |
}
|
1230 |
|
1231 |
-
.ppSCB-sidebar h3 {
|
1232 |
border-bottom: 1px solid #eee;
|
1233 |
margin: 0;
|
1234 |
padding: 10px;
|
@@ -1248,8 +1150,8 @@ textarea.wp-editor-area {
|
|
1248 |
line-height: normal;
|
1249 |
}
|
1250 |
|
1251 |
-
.ppSCB-preview-h-left,
|
1252 |
-
.ppSCB-preview-h-right {
|
1253 |
text-align: center;
|
1254 |
display: inline-block;
|
1255 |
width: 49%;
|
@@ -1257,18 +1159,18 @@ textarea.wp-editor-area {
|
|
1257 |
cursor: pointer;
|
1258 |
}
|
1259 |
|
1260 |
-
.ppSCB-preview-h-right h3,
|
1261 |
-
.ppSCB-preview-h-left h3 {
|
1262 |
display: inline;
|
1263 |
border: 0;
|
1264 |
font-size: 14px;
|
1265 |
}
|
1266 |
|
1267 |
-
.ppSCB-preview-header {
|
1268 |
border-bottom: 1px solid #eee;
|
1269 |
}
|
1270 |
|
1271 |
-
.ppSCB-preview-active {
|
1272 |
background: #eee;
|
1273 |
color: #fff !important;
|
1274 |
border: 0;
|
@@ -1279,18 +1181,18 @@ textarea.wp-editor-area {
|
|
1279 |
}
|
1280 |
|
1281 |
/* email editor for settings */
|
1282 |
-
.
|
1283 |
margin: 0;
|
1284 |
padding: 0;
|
1285 |
}
|
1286 |
|
1287 |
-
.pp-email-editor-tab {
|
1288 |
border-bottom: 1px solid #ddd;
|
1289 |
margin: 0;
|
1290 |
padding: 0;
|
1291 |
}
|
1292 |
|
1293 |
-
.pp-email-editor-tablinks {
|
1294 |
padding: 8px 15px;
|
1295 |
color: #666;
|
1296 |
background-color: #fff;
|
@@ -1299,24 +1201,24 @@ textarea.wp-editor-area {
|
|
1299 |
cursor: pointer;
|
1300 |
}
|
1301 |
|
1302 |
-
.pp-email-editor-tabcontent {
|
1303 |
border: 1px solid #ddd;
|
1304 |
border-top: 0;
|
1305 |
display: none;
|
1306 |
}
|
1307 |
|
1308 |
-
.pp-email-editor-tablinks.ecode {
|
1309 |
margin-left: 31px;
|
1310 |
}
|
1311 |
|
1312 |
-
.pp-email-editor-tablinks.eactive {
|
1313 |
border: 1px solid #ddd;
|
1314 |
border-bottom: 0;
|
1315 |
margin-bottom: -1px;
|
1316 |
padding-bottom: 9px;
|
1317 |
}
|
1318 |
|
1319 |
-
.pp-email-editor-tabcontent.epreview {
|
1320 |
padding: 10px 10px 8px;
|
1321 |
margin: 0;
|
1322 |
max-height: 450px;
|
@@ -1328,18 +1230,18 @@ textarea.wp-editor-area {
|
|
1328 |
width: 600px;
|
1329 |
}
|
1330 |
|
1331 |
-
#social_login_settings .CodeMirror {
|
1332 |
height: 230px;
|
1333 |
}
|
1334 |
|
1335 |
-
.wrap.ppview .pp-settings-wrap .
|
1336 |
height: 400px;
|
1337 |
width: 600px;
|
1338 |
border-top: 0;
|
1339 |
padding: 0 5px;
|
1340 |
}
|
1341 |
|
1342 |
-
.pp-custom-field-notice {
|
1343 |
background: #fff;
|
1344 |
border-left: 4px solid #fff;
|
1345 |
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
|
@@ -1351,13 +1253,13 @@ textarea.wp-editor-area {
|
|
1351 |
clear: left;
|
1352 |
}
|
1353 |
|
1354 |
-
.pp-custom-field-notice p {
|
1355 |
margin: .5em 0;
|
1356 |
padding: 2px 5px;
|
1357 |
}
|
1358 |
|
1359 |
/* Email settings page */
|
1360 |
-
.pp-email-notification-status {
|
1361 |
margin-right: 18px;
|
1362 |
font-size: 28px;
|
1363 |
line-height: 22px;
|
@@ -1368,19 +1270,19 @@ textarea.wp-editor-area {
|
|
1368 |
-webkit-box-sizing: border-box;
|
1369 |
}
|
1370 |
|
1371 |
-
.pp-email-notification-status.pp-is-active {
|
1372 |
color: #46b450;
|
1373 |
}
|
1374 |
|
1375 |
-
.pp-email-notifications th.column-title.column-primary {
|
1376 |
padding-left: 48px;
|
1377 |
}
|
1378 |
|
1379 |
-
.pp-email-notifications .pp-email-configure span {
|
1380 |
line-height: 24px;
|
1381 |
}
|
1382 |
|
1383 |
-
.pp-email-notifications .column-configure {
|
1384 |
width: 60px;
|
1385 |
text-align: center;
|
1386 |
}
|
@@ -1408,7 +1310,7 @@ textarea.wp-editor-area {
|
|
1408 |
min-height: 50px;
|
1409 |
}
|
1410 |
|
1411 |
-
.
|
1412 |
background: #ca4a1f;
|
1413 |
color: #fff;
|
1414 |
padding: 2px 5px;
|
@@ -1416,32 +1318,32 @@ textarea.wp-editor-area {
|
|
1416 |
box-sizing: border-box;
|
1417 |
}
|
1418 |
|
1419 |
-
.
|
1420 |
overflow: scroll;
|
1421 |
height: 300px;
|
1422 |
width: 100%;
|
1423 |
margin: 10px 0;
|
1424 |
}
|
1425 |
|
1426 |
-
.
|
1427 |
background-color: rgb(239, 239, 239);
|
1428 |
}
|
1429 |
|
1430 |
-
.
|
1431 |
padding: 15px;
|
1432 |
}
|
1433 |
|
1434 |
-
.
|
1435 |
background: #ddd9;
|
1436 |
padding: 15px;
|
1437 |
}
|
1438 |
|
1439 |
-
.
|
1440 |
display: inline;
|
1441 |
font-weight: normal;
|
1442 |
}
|
1443 |
|
1444 |
-
#logs textarea.
|
1445 |
width: 100% !important;
|
1446 |
max-width: 100% !important;
|
1447 |
min-height: 300px !important;
|
1 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Rye|Work+Sans');
|
2 |
|
3 |
+
.pp-form-listing .pp_forms th#shortcode {
|
4 |
width: 33%;
|
5 |
}
|
6 |
|
7 |
+
.pp-form-listing .pp_forms th#title {
|
8 |
width: 35%;
|
9 |
}
|
10 |
|
11 |
+
.pp-add-new-form-wrapper .profile-press-design-gateway {
|
12 |
width: 100%;
|
13 |
max-width: 700px;
|
14 |
}
|
17 |
font-size: 24px !important;
|
18 |
}
|
19 |
|
20 |
+
.pp-add-new-form-wrapper .profile-press-design-gateway-inner .responsive-image img {
|
|
|
|
|
|
|
|
|
21 |
width: 100%;
|
22 |
height: auto;
|
23 |
}
|
24 |
|
25 |
+
.pp-add-new-form-wrapper .pp-hald-first {
|
26 |
float: left;
|
27 |
width: 50%;
|
28 |
text-align: center;
|
34 |
color: #555;
|
35 |
}
|
36 |
|
37 |
+
.pp-add-new-form-wrapper .pp-builder-select-active {
|
38 |
border: 2px solid #3498db;
|
39 |
}
|
40 |
|
41 |
+
.pp-add-new-form-wrapper .pp-half-meta-inner {
|
|
|
|
|
|
|
|
|
|
|
42 |
background: #fff;
|
43 |
padding: 20px;
|
44 |
position: relative;
|
45 |
cursor: pointer;
|
46 |
}
|
47 |
|
48 |
+
.profile-press-design-gateway .pp-half-first-thumb.responsive-image img {
|
49 |
width: 70px;
|
50 |
height: 70px;
|
51 |
padding: 20px;
|
52 |
}
|
53 |
|
54 |
+
.profile-press-design-gateway .pp-half-first-thumb.responsive-image {
|
55 |
text-align: center;
|
56 |
}
|
57 |
|
58 |
+
.pp-add-new-form-wrapper .pp-builder-create-btn {
|
59 |
background: #3498db;
|
60 |
padding: 20px;
|
61 |
width: 100%;
|
69 |
cursor: pointer;
|
70 |
}
|
71 |
|
72 |
+
.pp-add-new-form-wrapper .pp-half-meta p {
|
73 |
font-size: 17px;
|
74 |
line-height: 1.5;
|
75 |
margin-top: 20px;
|
76 |
}
|
77 |
|
78 |
+
.pp-add-new-form-wrapper .pp-builder-create-btn:focus {
|
79 |
border-bottom: 2px solid #2980b9;
|
80 |
}
|
81 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
.ppview .postbox input[type=number], .ppview input[type=password],
|
83 |
.ppview .postbox input[type=text],
|
84 |
.ppview .postbox select,
|
87 |
max-width: 500px !important;
|
88 |
}
|
89 |
|
90 |
+
.pp-form-listing .pp_forms input.shortcode-in-list-table {
|
91 |
width: 100% !important;
|
92 |
max-width: 260px;
|
93 |
border: none;
|
288 |
}
|
289 |
|
290 |
/* shortcode builder modal END */
|
|
|
291 |
.ppSCB .pp-form-builder-shortcodes-btn a:before {
|
292 |
font-family: dashicons;
|
293 |
content: "\f475";
|
296 |
display: inline-block;
|
297 |
}
|
298 |
|
299 |
+
.pp-form-listing .pp_formsinput[readonly] {
|
300 |
background-color: #eee;
|
301 |
margin: 1px
|
302 |
}
|
303 |
|
304 |
+
.ppview .custom-field-anchor {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
305 |
width: 30px;
|
306 |
border-right: 1px solid #e1e1e1;
|
307 |
text-align: center !important;
|
308 |
}
|
309 |
|
310 |
+
.ppview tbody tr td.custom-field-anchor {
|
311 |
cursor: move;
|
312 |
}
|
313 |
|
314 |
+
.ppview table.custom_profile_fields tbody tr:hover {
|
|
|
|
|
|
|
|
|
315 |
background-color: #e3e3e3;
|
316 |
}
|
317 |
|
318 |
+
.ppview table#pp_contact_info tbody tr:hover {
|
319 |
background-color: #e3e3e3;
|
|
|
|
|
320 |
}
|
321 |
|
322 |
.pp_circle_green {
|
337 |
width: 2px
|
338 |
}
|
339 |
|
340 |
+
.wp_csa_view.pp-license .banner {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
341 |
position: absolute;
|
342 |
left: 10%;
|
343 |
display: block;
|
353 |
box-shadow: 0 0 30px rgba(0, 0, 0, .15) inset, 0 6px 10px rgba(0, 0, 0, .15)
|
354 |
}
|
355 |
|
356 |
+
.wp_csa_view.pp-license .banner::after, .wp_csa_view.pp-license .banner::before {
|
357 |
content: '';
|
358 |
position: absolute;
|
359 |
left: -70px;
|
368 |
transform: rotate(-5deg)
|
369 |
}
|
370 |
|
371 |
+
.wp_csa_view.pp-license .banner::after {
|
372 |
left: auto;
|
373 |
right: -70px;
|
374 |
border-left: 20px solid #791;
|
376 |
transform: rotate(5deg)
|
377 |
}
|
378 |
|
379 |
+
.ppview .pp-settings-wrap {
|
380 |
display: flex;
|
381 |
border: 1px solid #c8d7e1;
|
382 |
border-top: 0;
|
383 |
}
|
384 |
|
385 |
+
.ppview .pp-settings-wrap .dashicons {
|
386 |
padding-top: 2px;
|
387 |
margin-right: 5px;
|
388 |
}
|
389 |
|
390 |
+
.ppview .pp-settings-wrap h2.nav-tab-wrapper {
|
391 |
flex: 1;
|
392 |
border-bottom: none;
|
393 |
padding: 0;
|
395 |
border-right: 1px solid #c8d7e1;
|
396 |
}
|
397 |
|
398 |
+
.ppview .pp-settings-wrap h2.nav-tab-wrapper a {
|
399 |
float: none;
|
400 |
display: block;
|
401 |
margin: 0;
|
406 |
border-bottom: 1px solid #c8d7e1;
|
407 |
}
|
408 |
|
409 |
+
.ppview .pp-settings-wrap h2.nav-tab-wrapper a.nav-tab-active {
|
410 |
background: #fff !important;
|
411 |
border-right: 1px solid #c8d7e1;
|
412 |
width: 99%;
|
413 |
color: #2e4453;
|
414 |
}
|
415 |
|
416 |
+
.ppview .pp-settings-wrap .metabox-holder {
|
417 |
flex: 3;
|
418 |
padding-left: 3%;
|
419 |
padding-right: 10px;
|
420 |
background: #fff;
|
421 |
}
|
422 |
|
423 |
+
.ppview .pp-settings-wrap .pp-tab-settings .postbox {
|
424 |
border: none;
|
425 |
box-shadow: none;
|
426 |
}
|
427 |
|
428 |
+
.ppview .pp-settings-wrap .metabox-holder h3.hndle {
|
429 |
padding: 12px;
|
430 |
cursor: default;
|
431 |
border-top: 1px solid #eee;
|
432 |
border-bottom: 1px solid #eee;
|
433 |
}
|
434 |
|
435 |
+
.ppview .pp-settings-wrap .postbox:first-child h3.hndle {
|
436 |
border-top: none !important;
|
437 |
}
|
438 |
|
500 |
background: #007cba;
|
501 |
}
|
502 |
|
503 |
+
.pp-add-new-form-wrapper .pp-optin-clear, .pp-add-new-form-wrapper .pp-template-clear {
|
504 |
clear: both;
|
505 |
}
|
506 |
|
507 |
+
.pp-add-new-form-wrapper .pp-optin-clear:after, .pp-add-new-form-wrapper .pp-template-clear:after {
|
508 |
clear: both;
|
509 |
content: '.';
|
510 |
display: block;
|
515 |
zoom: 1;
|
516 |
}
|
517 |
|
518 |
+
.pp-add-new-form-wrapper .pp-form-new-list .pp-dash-spinner {
|
519 |
visibility: hidden;
|
520 |
float: none;
|
521 |
margin-right: 0;
|
522 |
margin-left: 0;
|
523 |
}
|
524 |
|
525 |
+
.pp-add-new-form-wrapper .pp-error {
|
526 |
color: #ff0000;
|
527 |
font-size: 13px;
|
528 |
font-weight: 600;
|
531 |
margin-top: -3px;
|
532 |
}
|
533 |
|
534 |
+
.pp-add-new-form-wrapper .pp-input-error {
|
535 |
border-color: #ff0000 !important;
|
536 |
-webkit-box-shadow: 0 0 2px rgba(255, 0, 0, .8) !important;
|
537 |
box-shadow: 0 0 2px rgba(255, 0, 0, .8) !important;
|
538 |
}
|
539 |
|
540 |
+
.pp-add-new-form-wrapper .pp-form-new-list {
|
541 |
height: 38px;
|
542 |
padding: 10px;
|
543 |
background: #fff;
|
547 |
box-shadow: 0 1px 1px -1px rgba(0, 0, 0, .1);
|
548 |
}
|
549 |
|
550 |
+
.pp-add-new-form-wrapper .pp-form-new-list h4 {
|
551 |
color: #222;
|
552 |
font-size: 18px;
|
553 |
font-weight: 600;
|
556 |
padding: 0;
|
557 |
}
|
558 |
|
559 |
+
.pp-add-new-form-wrapper .pp-form-new-list strong {
|
560 |
font-size: 16px;
|
561 |
vertical-align: middle;
|
562 |
}
|
563 |
|
564 |
+
.pp-add-new-form-wrapper .pp-form-new-list input, .pp-add-new-form-wrapper .pp-form-new-list select {
|
565 |
position: relative;
|
566 |
top: 1px;
|
567 |
margin-left: 5px;
|
572 |
height: 32px;
|
573 |
}
|
574 |
|
575 |
+
.pp-add-new-form-wrapper .ppress-premium-flag {
|
576 |
position: absolute;
|
577 |
top: -8px;
|
578 |
right: -8px;
|
583 |
transform: rotate(70deg)
|
584 |
}
|
585 |
|
586 |
+
.pp-add-new-form-wrapper .pp-optin-theme {
|
587 |
cursor: pointer;
|
588 |
float: left;
|
589 |
margin: 0 4% 4% 0;
|
597 |
box-sizing: border-box;
|
598 |
}
|
599 |
|
600 |
+
.pp-add-new-form-wrapper .pp-optin-theme a {
|
601 |
text-decoration: none;
|
602 |
}
|
603 |
|
604 |
+
.pp-add-new-form-wrapper .pp-optin-theme:nth-child(3n) {
|
605 |
margin-right: 0;
|
606 |
}
|
607 |
|
608 |
+
.pp-add-new-form-wrapper .pp-optin-theme.pp-last-theme {
|
609 |
margin-right: 0;
|
610 |
}
|
611 |
|
612 |
+
.pp-add-new-form-wrapper .pp-optin-theme-screenshot {
|
613 |
display: block;
|
614 |
overflow: hidden;
|
615 |
position: relative;
|
617 |
transition: opacity .2s ease-in-out;
|
618 |
}
|
619 |
|
620 |
+
.pp-add-new-form-wrapper .pp-optin-theme-screenshot:after {
|
621 |
content: '';
|
622 |
display: block;
|
623 |
padding-top: 66.66666%;
|
624 |
}
|
625 |
|
626 |
+
.pp-add-new-form-wrapper .pp-optin-theme .pp-optin-theme-name {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
627 |
font-size: 15px;
|
628 |
font-weight: 600;
|
629 |
height: 18px;
|
638 |
background: rgba(255, 255, 255, .65);
|
639 |
}
|
640 |
|
641 |
+
.pp-add-new-form-wrapper .pp-optin-theme .pp-optin-theme-actions {
|
642 |
position: absolute;
|
643 |
bottom: 0;
|
644 |
right: 0;
|
648 |
border-left: 1px solid rgba(0, 0, 0, .05);
|
649 |
}
|
650 |
|
651 |
+
.pp-add-new-form-wrapper .pp-optin-theme-screenshot img {
|
652 |
height: 100%;
|
653 |
position: absolute;
|
654 |
left: 0;
|
659 |
transition: opacity .2s ease-in-out;
|
660 |
}
|
661 |
|
662 |
+
#pp-sub-bar .pp-new-toolbar .pp-melange-jbox {
|
663 |
margin: 0 0 0 -18px;
|
664 |
font-size: 18px;
|
665 |
cursor: pointer;
|
677 |
width: 20%;
|
678 |
}
|
679 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
680 |
.pp-form-buider-settings-popup-container * {
|
681 |
box-sizing: border-box;
|
682 |
-webkit-box-sizing: border-box;
|
744 |
white-space: nowrap;
|
745 |
}
|
746 |
|
747 |
+
.pp-form-buider-settings-popup-container .pp-actions-left {
|
748 |
display: flex;
|
749 |
align-items: center;
|
750 |
margin-left: 10px;
|
751 |
margin-right: auto;
|
752 |
}
|
753 |
|
754 |
+
.pp-dnd-form-builder-wrap span.pp-form-buider-settings-field-type {
|
755 |
-webkit-font-smoothing: antialiased;
|
756 |
background-color: #f2f2f2;
|
757 |
border: 2px solid transparent;
|
780 |
text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
|
781 |
}
|
782 |
|
783 |
+
.pp-dnd-form-builder-wrap span.pp-form-buider-settings-field-type.field-bar-title {
|
784 |
margin-top: 3px;
|
785 |
margin-left: 5px;
|
786 |
padding: 0 8px;
|
787 |
font-size: 11px;
|
788 |
}
|
789 |
|
790 |
+
.pp-form-buider-settings-popup-container .pp-actions-right {
|
791 |
display: flex;
|
792 |
align-items: center;
|
793 |
margin-left: auto;
|
794 |
+
margin-right: 0;
|
795 |
}
|
796 |
|
797 |
+
.pp-form-buider-settings-popup-body .pp-form-buider-settings-popup-tabs {
|
798 |
-webkit-font-smoothing: antialiased;
|
799 |
border-top: 0 solid #e6e6e6;
|
800 |
box-sizing: border-box;
|
808 |
text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
|
809 |
}
|
810 |
|
811 |
+
.pp-form-buider-settings-popup-body a.pp-form-buider-settings-popup-tab-menu {
|
812 |
-webkit-font-smoothing: antialiased;
|
813 |
border-bottom: 2px solid transparent;
|
814 |
box-shadow: none;
|
828 |
text-transform: uppercase;
|
829 |
}
|
830 |
|
831 |
+
.pp-form-buider-settings-popup-body a.pp-form-buider-settings-popup-tab-menu.active {
|
832 |
color: rgb(51, 51, 51);
|
833 |
border-bottom-color: rgb(51, 51, 51);
|
834 |
}
|
835 |
|
836 |
+
.pp-form-buider-settings-popup-body .pp-form-buider-settings-popup-tab-content {
|
837 |
-webkit-font-smoothing: antialiased;
|
838 |
border-top: 1px solid #e6e6e6;
|
839 |
box-sizing: border-box;
|
846 |
text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
|
847 |
}
|
848 |
|
849 |
+
.pp-form-buider-settings-popup-tab-content .pp-form-row {
|
850 |
flex-direction: row;
|
851 |
flex-wrap: wrap;
|
852 |
width: 100%;
|
854 |
margin-bottom: 30px;
|
855 |
}
|
856 |
|
857 |
+
.pp-form-buider-settings-popup-tab-content .pp-form-row:last-child {
|
858 |
margin-bottom: 0;
|
859 |
}
|
860 |
|
861 |
+
.pp-form-buider-settings-popup-tab-content .pp-form-column {
|
862 |
display: flex;
|
863 |
flex-direction: column;
|
864 |
flex-basis: 100%;
|
867 |
padding-right: 15px;
|
868 |
}
|
869 |
|
870 |
+
pp-form-buider-settings-popup-tab-content .pp-form-double-column {
|
871 |
display: flex;
|
872 |
flex-direction: column;
|
873 |
flex-basis: 100%;
|
878 |
cursor: pointer;
|
879 |
}
|
880 |
|
881 |
+
.pp-form-buider-settings-popup-container label.pp-label {
|
882 |
-webkit-font-smoothing: antialiased;
|
883 |
border-width: 0;
|
884 |
box-sizing: border-box;
|
903 |
vertical-align: middle;
|
904 |
}
|
905 |
|
906 |
+
.pp-form-buider-settings-popup-container .pp-form-control-description {
|
907 |
-webkit-font-smoothing: antialiased;
|
908 |
box-sizing: border-box;
|
909 |
color: #888;
|
965 |
appearance: none;
|
966 |
}
|
967 |
|
968 |
+
.pp-form-buider-settings-popup-content .pp-form-control:not([type=checkbox]) {
|
969 |
width: 100% !important;
|
970 |
max-width: 100% !important;
|
971 |
}
|
972 |
|
973 |
+
.pp-form-buider-settings-popup-content .pp-form-buider-settings-popup-footer {
|
974 |
-webkit-font-smoothing: antialiased;
|
975 |
align-items: center;
|
976 |
border-top: 1px solid #e6e6e6;
|
983 |
text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
|
984 |
}
|
985 |
|
986 |
+
.pp-form-buider-settings-popup-content textarea.pp-form-control {
|
987 |
max-width: 100%;
|
988 |
min-height: 100px;
|
989 |
resize: vertical;
|
990 |
line-height: 20px;
|
991 |
}
|
992 |
|
993 |
+
.pp-form-buider-settings-popup-container .pp-form-buider-settings-field-close-btn {
|
994 |
color: #aaaaaa;
|
995 |
float: right;
|
996 |
font-size: 28px;
|
997 |
font-weight: bold;
|
998 |
}
|
999 |
|
1000 |
+
.pp-form-buider-settings-popup-container .pp-form-buider-settings-field-close-btn:hover,
|
1001 |
+
.pp-form-buider-settings-popup-container .pp-form-buider-settings-field-close-btn:focus {
|
1002 |
color: #000;
|
1003 |
text-decoration: none;
|
1004 |
cursor: pointer;
|
1092 |
color: #0073aa;
|
1093 |
}
|
1094 |
|
1095 |
+
.ppSCB-margin-r .ppSCB-tab-box {
|
1096 |
float: left;
|
1097 |
width: 100%;
|
1098 |
}
|
1099 |
|
1100 |
+
.ppSCB-margin-r .ppSCB-tab-box-div {
|
1101 |
background: #fff;
|
1102 |
border: 1px solid #ccc;
|
1103 |
min-height: 617px;
|
1104 |
padding: 0;
|
1105 |
}
|
1106 |
|
1107 |
+
.ppSCB-margin-r .ppSCB-sidebar {
|
1108 |
float: right;
|
1109 |
border: 1px solid #ccc;
|
1110 |
background: #fff;
|
1117 |
min-height: 684.4px;
|
1118 |
}
|
1119 |
|
1120 |
+
.ppSCB-margin-r .ppSCB-sidebar h2 {
|
1121 |
font-size: 16px;
|
1122 |
text-align: center;
|
1123 |
color: #888;
|
1124 |
line-height: 24px;
|
1125 |
}
|
1126 |
|
1127 |
+
.ppSCB-margin-r .ppSCB-sidebar iframe {
|
1128 |
width: 100% !important;
|
1129 |
height: 100% !important;
|
1130 |
min-height: 649px;
|
1131 |
}
|
1132 |
|
1133 |
+
.ppSCB-margin-r .ppSCB-sidebar h3 {
|
1134 |
border-bottom: 1px solid #eee;
|
1135 |
margin: 0;
|
1136 |
padding: 10px;
|
1150 |
line-height: normal;
|
1151 |
}
|
1152 |
|
1153 |
+
.ppSCB-margin-r .ppSCB-preview-h-left,
|
1154 |
+
.ppSCB-margin-r .ppSCB-preview-h-right {
|
1155 |
text-align: center;
|
1156 |
display: inline-block;
|
1157 |
width: 49%;
|
1159 |
cursor: pointer;
|
1160 |
}
|
1161 |
|
1162 |
+
.ppSCB-margin-r .ppSCB-preview-h-right h3,
|
1163 |
+
.ppSCB-margin-r .ppSCB-preview-h-left h3 {
|
1164 |
display: inline;
|
1165 |
border: 0;
|
1166 |
font-size: 14px;
|
1167 |
}
|
1168 |
|
1169 |
+
.ppSCB-margin-r .ppSCB-preview-header {
|
1170 |
border-bottom: 1px solid #eee;
|
1171 |
}
|
1172 |
|
1173 |
+
.ppSCB-margin-r .ppSCB-preview-active {
|
1174 |
background: #eee;
|
1175 |
color: #fff !important;
|
1176 |
border: 0;
|
1181 |
}
|
1182 |
|
1183 |
/* email editor for settings */
|
1184 |
+
.ppress-email-editor-wrap {
|
1185 |
margin: 0;
|
1186 |
padding: 0;
|
1187 |
}
|
1188 |
|
1189 |
+
.ppress-email-editor-wrap .pp-email-editor-tab {
|
1190 |
border-bottom: 1px solid #ddd;
|
1191 |
margin: 0;
|
1192 |
padding: 0;
|
1193 |
}
|
1194 |
|
1195 |
+
.ppress-email-editor-wrap .pp-email-editor-tablinks {
|
1196 |
padding: 8px 15px;
|
1197 |
color: #666;
|
1198 |
background-color: #fff;
|
1201 |
cursor: pointer;
|
1202 |
}
|
1203 |
|
1204 |
+
.ppress-email-editor-wrap .pp-email-editor-tabcontent {
|
1205 |
border: 1px solid #ddd;
|
1206 |
border-top: 0;
|
1207 |
display: none;
|
1208 |
}
|
1209 |
|
1210 |
+
.ppress-email-editor-wrap .pp-email-editor-tablinks.ecode {
|
1211 |
margin-left: 31px;
|
1212 |
}
|
1213 |
|
1214 |
+
.ppress-email-editor-wrap .pp-email-editor-tablinks.eactive {
|
1215 |
border: 1px solid #ddd;
|
1216 |
border-bottom: 0;
|
1217 |
margin-bottom: -1px;
|
1218 |
padding-bottom: 9px;
|
1219 |
}
|
1220 |
|
1221 |
+
.ppress-email-editor-wrap .pp-email-editor-tabcontent.epreview {
|
1222 |
padding: 10px 10px 8px;
|
1223 |
margin: 0;
|
1224 |
max-height: 450px;
|
1230 |
width: 600px;
|
1231 |
}
|
1232 |
|
1233 |
+
.ppview #social_login_settings .CodeMirror {
|
1234 |
height: 230px;
|
1235 |
}
|
1236 |
|
1237 |
+
.wrap.ppview .pp-settings-wrap .ppress-email-editor-wrap .pp-email-editor-tabcontent .CodeMirror {
|
1238 |
height: 400px;
|
1239 |
width: 600px;
|
1240 |
border-top: 0;
|
1241 |
padding: 0 5px;
|
1242 |
}
|
1243 |
|
1244 |
+
.ppview .pp-custom-field-notice {
|
1245 |
background: #fff;
|
1246 |
border-left: 4px solid #fff;
|
1247 |
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
|
1253 |
clear: left;
|
1254 |
}
|
1255 |
|
1256 |
+
.ppview .pp-custom-field-notice p {
|
1257 |
margin: .5em 0;
|
1258 |
padding: 2px 5px;
|
1259 |
}
|
1260 |
|
1261 |
/* Email settings page */
|
1262 |
+
.ppress_settings_data .pp-email-notification-status {
|
1263 |
margin-right: 18px;
|
1264 |
font-size: 28px;
|
1265 |
line-height: 22px;
|
1270 |
-webkit-box-sizing: border-box;
|
1271 |
}
|
1272 |
|
1273 |
+
.ppress_settings_data .pp-email-notification-status.pp-is-active {
|
1274 |
color: #46b450;
|
1275 |
}
|
1276 |
|
1277 |
+
.ppress_settings_data .pp-email-notifications th.column-title.column-primary {
|
1278 |
padding-left: 48px;
|
1279 |
}
|
1280 |
|
1281 |
+
.ppress_settings_data .pp-email-notifications .pp-email-configure span {
|
1282 |
line-height: 24px;
|
1283 |
}
|
1284 |
|
1285 |
+
.ppress_settings_data.pp-email-notifications .column-configure {
|
1286 |
width: 60px;
|
1287 |
text-align: center;
|
1288 |
}
|
1310 |
min-height: 50px;
|
1311 |
}
|
1312 |
|
1313 |
+
.ppress-below-text-field-error {
|
1314 |
background: #ca4a1f;
|
1315 |
color: #fff;
|
1316 |
padding: 2px 5px;
|
1318 |
box-sizing: border-box;
|
1319 |
}
|
1320 |
|
1321 |
+
.ppress-placeholder-tags {
|
1322 |
overflow: scroll;
|
1323 |
height: 300px;
|
1324 |
width: 100%;
|
1325 |
margin: 10px 0;
|
1326 |
}
|
1327 |
|
1328 |
+
.ppress-placeholder-tags tbody tr:first-of-type {
|
1329 |
background-color: rgb(239, 239, 239);
|
1330 |
}
|
1331 |
|
1332 |
+
.ppress-placeholder-tags tbody tr th {
|
1333 |
padding: 15px;
|
1334 |
}
|
1335 |
|
1336 |
+
.ppress-settings-page-notice {
|
1337 |
background: #ddd9;
|
1338 |
padding: 15px;
|
1339 |
}
|
1340 |
|
1341 |
+
.ppress-hint-tooltip {
|
1342 |
display: inline;
|
1343 |
font-weight: normal;
|
1344 |
}
|
1345 |
|
1346 |
+
#logs textarea.ppress-error-log-textarea {
|
1347 |
width: 100% !important;
|
1348 |
max-width: 100% !important;
|
1349 |
min-height: 300px !important;
|
assets/css/frontend.css
CHANGED
@@ -649,8 +649,8 @@ html .pp-form-container .select2 input.select2-search__field {
|
|
649 |
display: block;
|
650 |
}
|
651 |
|
652 |
-
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-standard .
|
653 |
-
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .
|
654 |
display: none;
|
655 |
}
|
656 |
|
@@ -658,12 +658,12 @@ html .pp-form-container .select2 input.select2-search__field {
|
|
658 |
display: none;
|
659 |
}
|
660 |
|
661 |
-
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .
|
662 |
display: inline;
|
663 |
font-weight: normal;
|
664 |
}
|
665 |
|
666 |
-
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .
|
667 |
position: relative;
|
668 |
margin: 0;
|
669 |
padding: 0;
|
649 |
display: block;
|
650 |
}
|
651 |
|
652 |
+
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-standard .ppress-hint-tooltip,
|
653 |
+
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .ppress-hint-tooltip {
|
654 |
display: none;
|
655 |
}
|
656 |
|
658 |
display: none;
|
659 |
}
|
660 |
|
661 |
+
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip {
|
662 |
display: inline;
|
663 |
font-weight: normal;
|
664 |
}
|
665 |
|
666 |
+
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip .pp-form-material-icons {
|
667 |
position: relative;
|
668 |
margin: 0;
|
669 |
padding: 0;
|
assets/css/frontend.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;transition:.3s ease;transition-delay:0s}[class*=hint--]:before{content:'';background:0 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;transition-delay:.1s}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{transition-duration:0s}.hint--bounce:after,.hint--bounce:before{transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24)}.hint--no-shadow:after,.hint--no-shadow:before{text-shadow:initial;box-shadow:initial}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(./material-icons/MaterialIcons-Regular.eot);src:local('Material Icons'),local('MaterialIcons-Regular'),url(./material-icons/MaterialIcons-Regular.woff2) format('woff2'),url(./material-icons/MaterialIcons-Regular.woff) format('woff'),url(./material-icons/MaterialIcons-Regular.ttf) format('truetype')}#profilepress-myaccount-wrapper .ppmyac-icons,.pp-form-field-wrap .pp-form-material-icons,.ppress-material-icons{font-family:'Material Icons'!important;font-weight:400;font-style:normal;font-size:20px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga'}.pp-tab-widget-avatar img{display:block;border-radius:50%;height:190px;margin:0 auto 10px!important;padding:2px;text-align:center;width:190px;float:none!important}.pp-user-panel{border-radius:6px;text-align:center}.pp-user-panel-title{font-size:20px;margin:0}.pp-user-panel p{font-size:15px;margin-bottom:23px}.pp-tabbed-btn{border:0;font-size:15px;font-weight:400;line-height:1.4;border-radius:4px;padding:10px 15px;-webkit-font-smoothing:subpixel-antialiased;transition:border .25s linear,color .25s linear,background-color .25s linear}.pp-tabbed-btn-inverse{color:#fff!important;background-color:#34495e}.pp-password-reset-handler-wrap .pp-reset-password-form{padding:40px;max-width:500px;margin-top:5px;margin-bottom:5px}.pp-password-reset-handler-wrap .pp-reset-password-form h3{color:#444;font-weight:300;margin:0 auto 40px}.pp-password-reset-handler-wrap .pp-reset-password-form label{color:#444;font-size:15px}.pp-password-reset-handler-wrap .pp-reset-password-form label .req{margin:2px;color:red}.pp-password-reset-handler-wrap .pp-reset-password-form label.active .req{opacity:0}.pp-password-reset-handler-wrap .pp-reset-password-form input{font-size:22px;display:block;width:100%;box-sizing:border-box;height:auto;padding:5px 10px;background:0 0;margin-bottom:40px;border:1px solid #a0b3b0;border-radius:0;transition:border-color .25s ease,box-shadow .25s ease}.pp-password-reset-handler-wrap .pp-reset-password-form input:focus{outline:0;border-color:#1ab188}.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button{border:0;outline:0;border-radius:0;padding:15px 0;font-size:20px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;background:#1ab188;color:#fff;transition:all .5s ease;-webkit-appearance:none;text-shadow:none;box-shadow:none}.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:focus,.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:hover{background:#179b77}.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button-block{display:block;width:100%}.pp-password-reset-handler-wrap .profilepress-reset-status{margin-left:40px;max-width:420px}#pp-pass-strength-result{background-color:#eee;border:1px solid #ddd;color:#23282d;padding:3px 5px;text-align:center;width:100%;box-sizing:border-box}#pp-pass-strength-result.short{background-color:#f1adad;border-color:#e35b5b;opacity:1}#pp-pass-strength-result.bad{background-color:#fbc5a9;border-color:#f78b53;opacity:1}#pp-pass-strength-result.good{background-color:#ffe399;border-color:#ffc733;opacity:1}#pp-pass-strength-result.strong{background-color:#c1e1b9;border-color:#83c373;opacity:1}.pp-form-wrapper .pp-form-label-wrap .pp-form-required-label{color:red;font-weight:400}.pp-form-wrapper input[type=checkbox],.pp-form-wrapper input[type=radio]{cursor:pointer}.pp-form-wrapper p{margin:0 0 5px!important;padding:0!important}.pp-form-wrapper input[type=datetime],.pp-form-wrapper input[type=email],.pp-form-wrapper input[type=number],.pp-form-wrapper input[type=password],.pp-form-wrapper input[type=search],.pp-form-wrapper input[type=tel],.pp-form-wrapper input[type=text],.pp-form-wrapper input[type=url],.pp-form-wrapper select,.pp-form-wrapper textarea{-webkit-appearance:none;width:100%;background:#fff;border:1px solid #dedee5;padding:13px 15px;outline:0;line-height:1}.pp-form-wrapper select{background-image:url(../images/frontend/arrow-down.png)!important;background-position:right 20px center!important;background-repeat:no-repeat!important;background-size:10px auto!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.pp-form-wrapper .pp-form-label-wrap{margin:0 0 4px;padding:0}.pp-form-wrapper .pp-form-label{font-size:14px;text-transform:none;text-align:left;font-weight:400;font-style:normal;float:none;line-height:1.3;margin:0;padding:0;width:auto;display:inline;cursor:pointer}.pp-form-wrapper .pp-checkbox-wrap,.pp-form-wrapper .pp-radio-wrap{display:block;text-align:left;line-height:normal;margin:5px 0;padding:0}.pp-form-wrapper .pp-checkbox-wrap label,.pp-form-wrapper .pp-radio-wrap label{margin-left:5px}.pp-form-wrapper input[type=checkbox],.pp-form-wrapper input[type=radio]{border:1px solid #ccc;background-color:#fff;width:14px!important;height:14px!important;display:inline-block;vertical-align:baseline}.pp-form-wrapper .ppress-pf-profile-connect{padding:5px 0 10px}.pp-form-wrapper a.ppress-pf-social-icon{width:100%;height:100%;display:inline}.pp-form-wrapper .ppress-pf-social-icon svg{vertical-align:middle;width:40px;height:40px}.pp-form-wrapper .ppress-pf-social-icon.dpf-github svg,.pp-form-wrapper .ppress-pf-social-icon.dpf-instagram svg{padding:3px}a.pp-button-social-login:focus{outline-color:transparent}a.pp-button-social-login:focus .ppsc,a.pp-button-social-login:hover .ppsc{background-color:rgba(255,255,255,.75)}a.pp-button-social-login:visited{color:#fff}a.pp-button-social-login,a.pp-button-social-login .ppsc{display:inline-block;font-size:100%;height:2.5em;padding:0}a.pp-button-social-login{position:relative;vertical-align:middle;line-height:2.5em;font-family:inherit;font-weight:700;overflow:hidden;white-space:nowrap;border:1px solid #333;color:#fff!important;background:#333;margin:6px 0;border-radius:2px;box-sizing:content-box;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.1);text-decoration:none!important;min-width:220px}a.pp-button-social-login .ppsc{font-style:normal;font-weight:400;text-decoration:none;text-transform:none;vertical-align:top;text-align:center;width:2.5em;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:1.8em 1.8em;border-top-left-radius:1px;border-bottom-left-radius:1px;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;position:absolute;left:0;margin:0}a.pp-button-social-login span.ppsc-text{margin-left:40px;padding:.5em;color:#fff!important}a.pp-button-social-login .ppsc-google{background-image:url(../images/social-login/google.svg)}a.pp-button-social-login.pp-button-social-login-google{background:#4285f4;border-color:#4285f4}a.pp-button-social-login.pp-button-social-login-facebook{background:#3b5998;border-color:#3b5998}a.pp-button-social-login.pp-button-social-login-twitter{background:#55acee;border-color:#55acee}a.pp-button-social-login.pp-button-social-login-linkedin{background:#0077b5;border-color:#0077b5}a.pp-button-social-login.pp-button-social-login-vk{background:#4a76a8;border-color:#4a76a8}a.pp-button-social-login.pp-button-social-login-github{background:#24292e;border-color:#24292e}a.pp-button-social-login .ppsc-vk{background-image:url(../images/social-login/vk-fa.svg)}a.pp-button-social-login .ppsc-facebook{background-image:url(../images/social-login/facebook.svg)}a.pp-button-social-login .ppsc-twitter{background-image:url(../images/social-login/twitter.svg)}a.pp-button-social-login .ppsc-linkedin{background-image:url(../images/social-login/linkedin.svg)}a.pp-button-social-login .ppsc-github{background-image:url(../images/social-login/github-fa.svg)}#profilepress-myaccount-wrapper,#profilepress-myaccount-wrapper *,#profilepress-myaccount-wrapper ::after,#profilepress-myaccount-wrapper ::before,.pp-form-container *,.pp-form-container .pp-form-wrapper,.pp-form-container .pp-form-wrapper *{box-sizing:border-box}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap span.select2-selection.select2-selection--multiple,html .pp-form-container .select2 input.select2-search__field{border:0!important}.pp-form-container form input[type=submit]{-webkit-appearance:none!important;cursor:pointer;text-shadow:none}.pp-form-container form{margin:0;padding:0;background-color:transparent}.woocommerce .woocommerce-MyAccount-content .pp-form-container{margin-right:0!important;margin-left:0!important}.pp-form-container form input,.pp-form-container form select,.pp-form-container form textarea{outline:0;background-image:none;height:auto;float:none;position:static;box-shadow:none;text-shadow:none;text-transform:none;text-decoration:none;resize:vertical}.pp-form-container form p{margin:0 0 .5em}.pp-form-container form input[type=submit]:focus{outline:0}.pp-form-container .pp-user-avatar{border-radius:50%!important;display:block!important;margin:0 auto 10px!important;text-align:center!important}.pp-form-container img.pp-user-cover-image{width:100%!important;height:auto!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox],#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border:1px solid #7e8993!important;border-radius:4px!important;background:#fff!important;color:#555!important;clear:none!important;cursor:pointer!important;display:inline-block!important;line-height:0!important;margin:0!important;outline:0!important;padding:0!important;text-align:center!important;vertical-align:middle!important;-webkit-appearance:none!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)!important;transition:.05s border-color ease-in-out!important;width:16px!important;height:16px!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border-radius:50%!important}.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border-radius:4px!important}.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border-radius:50%!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before{content:url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E)!important;margin:-3px 0 0 -4px!important;width:20px!important;height:20px!important;position:static}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before{content:"";border-radius:50%!important;margin:3px!important;background-color:#000!important;line-height:1.14285714!important;width:8px!important;height:8px!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before{float:left!important;display:inline-block!important;vertical-align:middle!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pp-form-container .pp-form-wrapper.ppBuildScratch,.pp-form-container .pp-form-wrapper.ppBuildScratch *{font-family:'Merriweather',sans-serif}.pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline{font-weight:700;font-size:20px;margin-bottom:1em;margin-top:0;text-align:center;margin-right:6.387%}.pp-form-container .pp-form-wrapper.ppBuildScratch h1,.pp-form-container .pp-form-wrapper.ppBuildScratch h2,.pp-form-container .pp-form-wrapper.ppBuildScratch h3,.pp-form-container .pp-form-wrapper.ppBuildScratch h4{font-weight:700;font-size:20px;margin-bottom:1em;margin-top:1em}.pp-form-container .pp-form-wrapper.ppBuildScratch input:disabled{opacity:.5}.pp-form-container .pp-form-wrapper.ppBuildScratch{max-width:100%;width:100%;padding:6% 0 6% 6%;background:#fff;color:#222;font-size:14px;position:relative;box-shadow:0 0 0 .5px rgba(0,20,40,.1),0 2px 8px 0 rgba(50,55,90,.2);border-radius:3px;margin:0 auto}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-remove-frame{box-shadow:none;border-radius:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap{padding:0 6.387% 4% 0;display:inline-block;width:100%;vertical-align:top}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap{display:inline-block;width:100%;vertical-align:top;padding:0 6.387% 0 0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap{margin:0 0 5px;padding:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-description,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-hint-tooltip,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-standard .pp-hint-tooltip,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .pp-form-field-description{display:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-input-textarea-wrap .pp-form-field:focus~.pp-form-field-description{display:block}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .pp-hint-tooltip{display:inline;font-weight:400}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .pp-hint-tooltip .pp-form-material-icons{position:relative;margin:0;padding:0;font-size:110%;display:inline;vertical-align:top}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside{position:relative}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-label-wrap{position:absolute;top:5px;left:15px;z-index:2}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap.fld-inside .pp-form-label-wrap{left:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field{padding-top:18px;padding-bottom:2px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field{padding-top:23px;padding-bottom:7px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field{padding-top:30px;padding-bottom:10px}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-half{width:50%}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-third{width:33.3333333333%}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea{border:1px solid #dbdbdb;font-size:14px;padding:10px 15px;transition:all .35s;background:#fff;color:#69717a;width:100%;border-radius:0;line-height:1.3;min-height:40px;display:inline-block;margin:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea{height:100px;overflow:auto}.pp-form-field-wrap .pp-form-material-icons{width:24px;height:24px;position:absolute;right:0;top:0;cursor:text;margin:8px 12px 0 0}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon textarea{padding-right:40px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon textarea{padding-left:40px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon textarea{padding-left:30px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon textarea{padding-right:30px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap .pp-form-material-icons{left:0;margin-left:12px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap .pp-form-material-icons{left:0!important;margin-left:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap .pp-form-material-icons{margin-right:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap .pp-form-material-icons{margin-top:10px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap .pp-form-material-icons{margin-top:18px}.pp-form-container .pp-form-wrapper.ppBuildScratch .has-password-visibility-icon .pp-form-material-icons{cursor:pointer}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap textarea{border-radius:25px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap textarea{border-radius:6px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap .select2.select2-container,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea{border:0!important;border-bottom:1px solid #dbdbdb!important;padding-left:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input[type=text]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea:focus{border-top:0!important;border-right:0!important;border-left:0!important;box-shadow:none!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap .select2-selection,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap textarea{border:0!important;background:#f7f7f7!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap select{padding-top:15px;padding-bottom:15px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap textarea{height:150px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap select{padding-top:20px;padding-bottom:20px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap textarea{height:200px}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea:focus{border:1px solid #999}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap .pp-form-label,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label{font-style:normal;background-color:transparent;display:block;font-weight:700;font-size:14px;float:none;line-height:1.3;margin:0;padding:0;color:#444}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label{display:inline-block}.pp-field-user-avatar-picture-wrap .pp-profile-avatar-overlay ins,.pp-field-user-cover-image-wrap .pp-cover-image-overlay ins,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-hide-asterisk .pp-form-required-label{display:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]{background:#000;border:0;color:#fff;font-weight:700;font-size:16px;line-height:1;padding:15px 10px;transition:.15s ease-in-out;width:auto;min-width:110px;text-align:center}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-submit-button-wrap input[type=submit],.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-submit-button-wrap input[type=submit]{padding-top:20px;padding-bottom:20px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit]{border-radius:25px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-round .pp-form-submit-button-wrap input[type=submit]{border-radius:6px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:hover{background-color:#ededed;color:#000;text-decoration:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap{margin:0 0 5px}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkboxes-container,.ppressmd-new-dropdown ul{margin:0;padding:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap:last-of-type,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap:last-of-type{margin-bottom:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-description{font-size:12px;font-weight:400;color:#666;line-height:1.3;text-align:left;margin:4px 0 0}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-wide .pp-form-submit-button-wrap input[type=submit]{width:100%}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap{margin-top:4%;margin-bottom:4%}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type=submit]{width:100%!important;position:absolute!important;bottom:0!important;right:0!important;left:0!important;border-top-right-radius:0!important;border-top-left-radius:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill{border-bottom-right-radius:25px!important;border-bottom-left-radius:25px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-round{border-bottom-right-radius:6px!important;border-bottom-left-radius:6px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch a.pp-button-social-login:last-of-type{margin-bottom:1.5em!important}#profilepress-myaccount-wrapper{font-size:16px}#profilepress-myaccount-wrapper .profilepress-myaccount-row{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#profilepress-myaccount-wrapper .profilepress-myaccount-nav{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}#profilepress-myaccount-wrapper .ppmyac-dashboard-item{text-decoration:none!important;position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125);width:100%;text-align:inherit;box-shadow:none}#profilepress-myaccount-wrapper .ppmyac-dashboard-item.isactive{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}#profilepress-myaccount-wrapper .ppmyac-dashboard-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}#profilepress-myaccount-wrapper .ppmyac-dashboard-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}#profilepress-myaccount-wrapper .ppmyac-icons{margin-right:.5rem;vertical-align:text-bottom}#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3{position:relative;width:100%;padding-right:15px;padding-left:15px}@media (min-width:576px){#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3{-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}}#profilepress-myaccount-wrapper .profilepress-myaccount-content{position:relative;width:100%;padding-top:30px;padding-right:15px;padding-left:15px}@media (min-width:576px){#profilepress-myaccount-wrapper .profilepress-myaccount-content{-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}}#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap{text-align:center;margin-bottom:20px}#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap .profilepress-myaccount-avatar img.pp-user-avatar{margin:0!important;position:static!important;float:none!important;display:inline-block;border-radius:999px}#profilepress-myaccount-wrapper .profilepress-myaccount-nav a:focus{outline:0;text-shadow:none;box-shadow:none}#profilepress-myaccount-wrapper .profilepress-myaccount-content h2{margin-top:0!important;margin-bottom:1.8rem!important;font-weight:700!important;line-height:1.2!important;font-size:2rem!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content h3{margin-top:0!important;line-height:1.2!important;font-weight:500!important;font-size:1.2rem!important;margin-bottom:1rem!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenus-wrap{margin-bottom:2rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-wrap{display:inline;padding-right:1rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item{color:inherit;padding:0 0 10px}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item.ppsubmenu-active{border-bottom:3px solid #6c757d}.profilepress-myaccount-alert,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.profilepress-myaccount-alert.pp-alert-danger,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.profilepress-myaccount-alert.pp-alert-success,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status.success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field{margin-top:.5rem;margin-bottom:1rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-cover-image-empty{min-height:250px;background-color:#eee}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap{padding:.75rem;background-color:#fff;border:1px solid rgba(0,0,0,.125);margin-bottom:0;border-radius:.25rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap img{width:100%;height:auto}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap .profilepress-myaccount-form-field{margin-top:.5rem;margin-bottom:.5rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap{margin-bottom:2rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field label{margin-bottom:.2rem;font-weight:500;display:block}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=checkbox]+label,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=radio]+label{display:inline}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]),#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]),#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;overflow:visible;box-shadow:inset 0 1px 1px rgba(0,0,0,.125)}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea{height:auto!important;min-height:100px!important;resize:vertical!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control:focus,#profilepress-myaccount-wrapper .profilepress-myaccount-content select.profilepress-myaccount-form-control:focus,#profilepress-myaccount-wrapper .profilepress-myaccount-content textarea.profilepress-myaccount-form-control:focus{background-color:#fff;border-color:#bbb;outline:0;box-shadow:none}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]{display:inline-block;cursor:pointer;width:auto}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]:hover{color:#fff;background-color:#0069d9;border-color:#0062cc;text-decoration:none}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label::after{position:absolute;top:0;right:0;box-sizing:border-box;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input~.ppmyac-custom-file-label[data-browse]::after{content:attr(data-browse)}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-checkbox-wrap label.pp-form-label,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-radio-wrap label.pp-form-label{display:inline-block;margin:0 0 0 .3819820591em}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar-wrap{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin:1em 0 0;padding-left:0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar{position:relative;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125);margin-bottom:0;border-radius:.25rem;-webkit-justify-content:space-between!important;justify-content:space-between!important;display:-webkit-flex!important;display:flex!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content .pp-user-avatar{width:70px;height:70px;min-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:50%}#profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar{margin-bottom:.5rem!important;margin-top:.5rem!important;padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem;color:#fff;height:35px;background-color:#6c757d;display:inline-block;font-weight:400;text-align:center;vertical-align:middle;text-shadow:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #6c757d;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap .ppmyac-remove-avatar{margin-top:.75rem!important;margin-bottom:0!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control::-webkit-file-upload-button{background:#fff;border-radius:6px;font-size:14px;border:1px solid #ddd}#profilepress-myaccount-wrapper .profilepress-myaccount-content .select2-selection{border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow:inset 0 1px 1px rgba(0,0,0,.125)}.pp-form-container .pp-field-user-avatar-picture-wrap{width:250px;height:auto;margin:auto;position:relative}.pp-form-container .pp-field-user-cover-image-wrap{margin:auto;position:relative}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap{position:absolute;top:0;left:0;background:rgba(0,0,0,.5);text-align:center;box-sizing:border-box;padding:0;color:#fff;text-shadow:0 1px #666;line-height:21px;font-size:16px;height:100%;width:100%;border-radius:50%}.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap{border-radius:0}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay{display:table;height:100%;width:100%}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay ins,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay ins{display:table-cell;vertical-align:middle;height:100%;text-decoration:none!important;background:0 0!important;color:#fff!important;border-bottom:none!important}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap .pp-profile-avatar-overlay .pp-form-material-icons,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap .pp-cover-image-overlay .pp-form-material-icons{font-size:35px!important;display:block!important;position:static!important;right:auto!important;top:auto!important;color:#fff!important;margin:0!important;width:auto!important;height:auto!important;cursor:pointer}html .select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field{border:0!important;height:auto!important}.select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field{border:0!important;box-shadow:none!important}.select2.select2-container .select2-selection.select2-selection--multiple li.select2-selection__choice{height:auto;line-height:normal}.pp-form-wrapper.pp-member-directory{opacity:0}.pp-form-wrapper.ppress-default-profile{max-width:1000px;width:100%;box-sizing:border-box;font-size:15px;color:#666;margin-bottom:30px;opacity:0}.pp-form-wrapper.ppress-default-profile *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}.pp-form-wrapper.ppress-default-profile a,.pp-form-wrapper.ppress-default-profile a:hover{text-decoration:none!important}.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover{background-color:#eee;box-sizing:border-box;position:relative}.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e{text-align:center;overflow:hidden}.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e img{width:100%;display:block;overflow:hidden;border-radius:0;margin:0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-header{position:relative;padding:0 0 25px;border-bottom:solid 2px #eee;min-height:85px;box-sizing:content-box}.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon{position:absolute;top:15px;right:0;vertical-align:middle;font-size:30px;height:30px;line-height:30px;z-index:66;margin-right:10px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon .ppress-dpf-edit-a .ppress-material-icons{font-size:30px}.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a{color:#aaa;text-decoration:none;border-bottom:0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon a:hover,.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a.active{color:#007bff}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo{float:left;position:absolute;margin:0 0 0 30px;box-sizing:border-box;width:200px;height:200px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo img{width:100%;height:auto;border-radius:100%;display:block;overflow:hidden;margin:0;box-shadow:none;background:#fff;border:5px solid #fff}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-meta{padding-right:30px;-ms-word-break:break-all;word-break:break-word;word-wrap:break-word}.pp-form-wrapper.ppress-default-profile .ppress-dpf-main-meta{padding:10px 0 0;color:#999}.pp-form-wrapper.ppress-default-profile .ppress-dpf-name{font-size:24px;font-weight:700;margin-right:30px;color:#555;line-height:1.7em}.pp-form-wrapper.ppress-default-profile .ppress-dpf-clear{clear:both}.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span{margin:0 5px;font-size:14px;display:inline-block;line-height:.1}.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span:first-child{margin:0 5px 0 0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta-text{margin:5px 0 0;line-height:1.4em;font-size:13px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav{padding:10px;background:#444;text-align:center}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a{color:#fff;font-size:14px;font-weight:600;padding:6px 10px 6px 28px;display:block;float:left;border-radius:4px;margin-left:5px;position:relative;border-bottom:0;text-decoration:none!important}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a:hover{background:#555}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item .ppress-material-icons{font-size:18px;height:18px;line-height:1.5;position:absolute;display:block;left:10px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item span.ppress-dpf-nav-title{padding-left:5px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item.ppress-dpf-active a{background:#007bff}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body{max-width:600px;padding-top:15px;padding-bottom:15px;margin:auto}.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item,.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note{text-align:center;padding-top:20px;color:#666}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note .ppress-material-icons{display:inline-block;font-size:70px;height:70px;line-height:70px}.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item span,.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note span{margin-top:10px;display:block;font-size:16px;color:#888}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note a{border:0!important}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-items{margin:0 0 30px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-item{position:relative;padding:15px 0 0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-item-label{display:block;margin:0 0 8px;border-bottom:solid 2px #eee;padding-bottom:4px;font-size:15px;line-height:22px;font-weight:700}.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon{float:left;margin:0 8px 0 0;height:22px;line-height:18px;display:inline-block;width:24px;text-align:center}.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon i{font-size:22px;position:relative;top:1px}.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-photo{float:none;margin:0 auto;text-align:center;position:relative}.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-meta{padding-left:0!important;padding-right:0!important;text-align:center!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav{padding:0}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a{margin-left:0;border-radius:0}.ppress-dpf-profile-nav-item.ppressui340 .ppress-dpf-profile-body{padding-left:0;padding-right:0}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{position:static;top:auto;left:auto}.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-profile-meta{text-align:center;padding:0;margin-top:-30px}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta{padding-top:0}.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-name{float:none;margin-right:0;font-size:18px}.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-meta-text{padding:0 20px}.ppress-default-profile.ppressui340 .ppress-dpf-profile-photo{position:relative;width:100px;height:100px;margin:0 auto;float:none;left:auto;text-align:center;top:-40px}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{width:120px;height:120px}.ppress-default-profile.ppressui340 .ppress-dpf-nav-title{font-size:12px}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons{display:block;position:static;top:auto;left:auto;height:20px;line-height:20px}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta{margin-top:0}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav{padding:0}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i{display:block;position:static;top:auto;left:auto;font-size:22px;height:22px;line-height:22px}.ppress-default-profile.ppressui500 .ppress-dpf-profile-body{padding-left:0;padding-right:0}.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{position:static;top:auto;left:auto;width:120px;height:120px}.ppress-default-profile.ppressui500 .ppress-dpf-profile-photo{position:relative;width:100px;height:100px;margin:0 auto;float:none;display:block;top:-40px;left:0}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-profile-meta{text-align:center;padding:0;margin-top:-30px}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-name{float:none;margin-right:0;font-size:21px}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta-text{padding-top:10px}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta{padding:0 20px;display:block}.ppress-default-profile.ppressui500 .ppress-dpf-nav-title{font-size:12px}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons{display:block;position:static;top:auto;left:auto;height:20px;line-height:20px}.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta{margin-top:0}.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav{padding:0}.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item a{padding:10px 20px;margin-left:0;border-radius:0}.ppress-default-profile.ppressui800 .ppress-dpf-profile-photo{width:140px;height:140px;top:-70px}.ppress-default-profile.ppressui800.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{top:auto}.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-profile-meta{padding-left:200px}.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-meta-text{padding-top:10px}.ppress-default-profile.ppressui800 .ppress-dpf-nav-title{font-size:12px}.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item .ppress-material-icons{display:block;position:static;top:auto;left:auto;font-size:20px;height:20px;line-height:20px}.ppress-default-profile.ppressui960 .ppress-dpf-profile-photo{width:140px;height:140px;top:-70px}.ppress-default-profile.ppressui960.ppdf-nocover .ppress-dpf-profile-meta{margin-top:-50px}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a{padding:5px 11px;font-size:12px}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons{font-size:14px}.ppress-default-profile.ppressui340 span.ppress-dpf-nav-title,.ppress-default-profile.ppressui500 span.ppress-dpf-nav-title{font-size:10px}.pp-form-wrapper.ppress-default-profile ul.pp-user-post-list{list-style:none;margin:0;padding:0}.pp-form-wrapper.ppress-default-profile li.pp-user-post-item{padding:20px 0;border-bottom:1px solid #eee}.pp-form-wrapper.ppress-default-profile .pp-user-post-item a,.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3{font-size:16px;font-weight:400;margin:0;text-decoration:none}.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3.pp-post-item-head{line-height:20px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-more-post-wrap{text-align:center;padding-top:30px}.pp-form-wrapper.ppress-default-profile a.ppress-dpf-more-post-btn{font-size:15px;border:0;display:block;width:100%;line-height:1em;padding:15px;text-decoration:none;text-align:center;text-transform:none;font-weight:400;transition:.25s;border-radius:4px;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);max-width:250px;margin:0 auto;color:#fff;background:#007bff}.pp-form-wrapper.ppress-default-profile .pp-user-comment-item{padding:20px 0;border-bottom:1px solid #eee}.pp-form-wrapper.ppress-default-profile .pp-user-comment-item-link a{color:inherit}.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item+.ppress-dpf-more-post-wrap{display:none}.pp-member-directory .ppressmd-member-directory-header.ppressmd-form{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:stretch;align-items:stretch;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;width:100%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row:not(.ppressmd-member-directory-filters-bar){display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:baseline;align-items:baseline;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;margin:0 0 10px}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-search-row{-webkit-justify-content:flex-end;justify-content:flex-end}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;width:60%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label{-webkit-flex:1;flex:1;margin:0 10px 0 0;min-width:90px;max-width:85%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line{-webkit-appearance:textfield;width:100%;padding:0 12px!important;display:block!important;border-radius:2px;outline:0!important;cursor:text!important;font-size:15px!important;height:40px!important;box-sizing:border-box!important;box-shadow:none!important;margin:0!important;position:static}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line .ppressmd-do-search{min-width:15%;width:auto}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;width:100%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:baseline;align-items:baseline;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:5;flex:5}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:baseline;align-items:baseline;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;cursor:pointer}.pp-member-directory .ppressmd-member-directory-header a{text-decoration:none;border-bottom:none;box-shadow:none}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons{display:inline;vertical-align:middle}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:baseline;align-items:baseline;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:2;flex:2;text-align:right}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:baseline;align-items:baseline;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;cursor:pointer}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a a{margin:0 5px 0 0}.ppressmd-member-directory-header:not(.ppmd-filters-expand) .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-up{display:none}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible,.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-down{display:none}.ppressmd-new-dropdown{font-size:16px;margin:0;position:absolute;height:auto;background:#fff;z-index:10;display:none;border:1px solid #ddd;box-shadow:0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.07);-webkit-box-shadow:0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.07);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px}.ppressmd-new-dropdown ul li{list-style-type:none;padding:0;margin:0}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a .ppressmd-new-dropdown{top:24px;width:200px;left:-12px}.ppressmd-new-dropdown ul li a{display:block;padding:8px 12px;line-height:1}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-filters-bar{padding:0 0 10px}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-header-row-invisible{margin:0}.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible{display:grid}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search{margin:0;width:100%;display:grid;grid-template-rows:auto 1fr;grid-template-columns:repeat(3,1fr);grid-gap:10px;grid-auto-rows:minmax(-webkit-max-content,auto);grid-auto-rows:minmax(max-content,auto);-ms-grid-template-rows:auto 1fr;-ms-grid-template-columns:repeat(3,1fr);-ms-grid-gap:10px;-ms-grid-auto-rows:minmax(max-content,auto);-webkit-align-items:center;align-items:center}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter{display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline;flex-wrap:nowrap;width:100%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input{width:100%;padding:10px 30px}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input:not(.select2-search__field),.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection{background-color:transparent;border:1px solid #ddd!important}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input,.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection__rendered{color:#666;background-color:transparent}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row input[type=search]:focus{border:1px solid #bbb!important}.pp-member-directory .ppressmd-member-directory-header .ppressmd-button{border:0!important;display:block;width:100%;line-height:1em!important;padding:16px 20px!important;text-decoration:none!important;text-align:center;text-transform:none!important;font-weight:400!important;overflow:hidden;position:relative;transition:.25s;box-sizing:border-box;border-radius:4px!important;box-shadow:none;vertical-align:middle!important;height:auto!important;cursor:pointer!important;text-shadow:none;font-family:inherit;outline:0!important;margin:0;-webkit-appearance:none}.pp-member-directory .ppressmd-members-total-wrap{text-align:center;margin:0 0 10px}.pp-member-directory .ppressmd-members-total{font-size:20px;font-weight:300}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container{width:100%!important}.pp-member-directory .ppressmd-member-directory-header .select2-search.select2-search--inline .select2-search__field{width:auto!important}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection{display:block!important;height:40px;padding:0 0 0 12px!important;overflow:hidden!important;position:relative!important;white-space:nowrap!important;line-height:35px!important;font-size:15px!important;text-align:left!important;text-decoration:none!important;border-radius:2px!important;background-clip:padding-box!important;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:0 0!important}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection .select2-selection__arrow{display:inline-block!important;width:34px!important;height:100%!important;position:absolute!important;right:0!important;top:0!important;border-radius:0 2px 2px 0!important;background-clip:padding-box!important;text-align:center!important;background:0 0!important;border-left:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown{border:1px solid #ddd;border-top:0;border-radius:0}.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown .select2-results li{list-style:none;display:list-item;background-image:none;font-size:15px;margin:5px!important;color:#666!important;padding:3px 7px 4px!important;cursor:pointer;min-height:1em!important}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection.select2-selection--multiple{height:auto!important;line-height:.8!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:0!important;line-height:37px}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered{line-height:37px;box-sizing:border-box;list-style:none;margin:0;padding-left:0!important;padding-right:30px;width:100%;font-size:13px}.pp-member-directory .ppressmd-member-directory-header .select2-results li.select2-results__option.select2-results__option--highlighted{background:0 0!important;background:#f4f4f4!important;color:#666!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear{right:10px;margin:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear{right:10px;font-size:30px;margin:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear,.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__arrow b,.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear{color:#888!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear{position:absolute}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__choice{padding:3px 3px 3px 5px}.pp-member-directory .ppressmd-member-directory-header .select2-container .select2-search.select2-search--inline>input{border:0!important;padding:0!important;border-radius:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered li{overflow-x:hidden;text-overflow:ellipsis;max-width:100%;box-sizing:border-box}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear{font-size:20px!important}.pp-member-directory .ppmd-pagination-wrap{font-size:16px;width:100%;margin:0 auto 10px;padding:0;text-align:center}.pp-member-directory .ppmd-pagination-wrap .page-numbers{display:inline-block;width:auto;height:34px;line-height:34px;transition:all .2s linear;padding:0 14px;color:#666;font-weight:400}.pp-member-directory .ppmd-pagination-wrap .page-numbers.current{background:#007bff;color:#fff}.pp-member-directory .ppmd-pagination-wrap .page-numbers .ppress-material-icons{vertical-align:middle}
|
1 |
+
[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;transition:.3s ease;transition-delay:0s}[class*=hint--]:before{content:'';background:0 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;transition-delay:.1s}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{transition-duration:0s}.hint--bounce:after,.hint--bounce:before{transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24)}.hint--no-shadow:after,.hint--no-shadow:before{text-shadow:initial;box-shadow:initial}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(./material-icons/MaterialIcons-Regular.eot);src:local('Material Icons'),local('MaterialIcons-Regular'),url(./material-icons/MaterialIcons-Regular.woff2) format('woff2'),url(./material-icons/MaterialIcons-Regular.woff) format('woff'),url(./material-icons/MaterialIcons-Regular.ttf) format('truetype')}#profilepress-myaccount-wrapper .ppmyac-icons,.pp-form-field-wrap .pp-form-material-icons,.ppress-material-icons{font-family:'Material Icons'!important;font-weight:400;font-style:normal;font-size:20px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga'}.pp-tab-widget-avatar img{display:block;border-radius:50%;height:190px;margin:0 auto 10px!important;padding:2px;text-align:center;width:190px;float:none!important}.pp-user-panel{border-radius:6px;text-align:center}.pp-user-panel-title{font-size:20px;margin:0}.pp-user-panel p{font-size:15px;margin-bottom:23px}.pp-tabbed-btn{border:0;font-size:15px;font-weight:400;line-height:1.4;border-radius:4px;padding:10px 15px;-webkit-font-smoothing:subpixel-antialiased;transition:border .25s linear,color .25s linear,background-color .25s linear}.pp-tabbed-btn-inverse{color:#fff!important;background-color:#34495e}.pp-password-reset-handler-wrap .pp-reset-password-form{padding:40px;max-width:500px;margin-top:5px;margin-bottom:5px}.pp-password-reset-handler-wrap .pp-reset-password-form h3{color:#444;font-weight:300;margin:0 auto 40px}.pp-password-reset-handler-wrap .pp-reset-password-form label{color:#444;font-size:15px}.pp-password-reset-handler-wrap .pp-reset-password-form label .req{margin:2px;color:red}.pp-password-reset-handler-wrap .pp-reset-password-form label.active .req{opacity:0}.pp-password-reset-handler-wrap .pp-reset-password-form input{font-size:22px;display:block;width:100%;box-sizing:border-box;height:auto;padding:5px 10px;background:0 0;margin-bottom:40px;border:1px solid #a0b3b0;border-radius:0;transition:border-color .25s ease,box-shadow .25s ease}.pp-password-reset-handler-wrap .pp-reset-password-form input:focus{outline:0;border-color:#1ab188}.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button{border:0;outline:0;border-radius:0;padding:15px 0;font-size:20px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;background:#1ab188;color:#fff;transition:all .5s ease;-webkit-appearance:none;text-shadow:none;box-shadow:none}.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:focus,.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:hover{background:#179b77}.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button-block{display:block;width:100%}.pp-password-reset-handler-wrap .profilepress-reset-status{margin-left:40px;max-width:420px}#pp-pass-strength-result{background-color:#eee;border:1px solid #ddd;color:#23282d;padding:3px 5px;text-align:center;width:100%;box-sizing:border-box}#pp-pass-strength-result.short{background-color:#f1adad;border-color:#e35b5b;opacity:1}#pp-pass-strength-result.bad{background-color:#fbc5a9;border-color:#f78b53;opacity:1}#pp-pass-strength-result.good{background-color:#ffe399;border-color:#ffc733;opacity:1}#pp-pass-strength-result.strong{background-color:#c1e1b9;border-color:#83c373;opacity:1}.pp-form-wrapper .pp-form-label-wrap .pp-form-required-label{color:red;font-weight:400}.pp-form-wrapper input[type=checkbox],.pp-form-wrapper input[type=radio]{cursor:pointer}.pp-form-wrapper p{margin:0 0 5px!important;padding:0!important}.pp-form-wrapper input[type=datetime],.pp-form-wrapper input[type=email],.pp-form-wrapper input[type=number],.pp-form-wrapper input[type=password],.pp-form-wrapper input[type=search],.pp-form-wrapper input[type=tel],.pp-form-wrapper input[type=text],.pp-form-wrapper input[type=url],.pp-form-wrapper select,.pp-form-wrapper textarea{-webkit-appearance:none;width:100%;background:#fff;border:1px solid #dedee5;padding:13px 15px;outline:0;line-height:1}.pp-form-wrapper select{background-image:url(../images/frontend/arrow-down.png)!important;background-position:right 20px center!important;background-repeat:no-repeat!important;background-size:10px auto!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.pp-form-wrapper .pp-form-label-wrap{margin:0 0 4px;padding:0}.pp-form-wrapper .pp-form-label{font-size:14px;text-transform:none;text-align:left;font-weight:400;font-style:normal;float:none;line-height:1.3;margin:0;padding:0;width:auto;display:inline;cursor:pointer}.pp-form-wrapper .pp-checkbox-wrap,.pp-form-wrapper .pp-radio-wrap{display:block;text-align:left;line-height:normal;margin:5px 0;padding:0}.pp-form-wrapper .pp-checkbox-wrap label,.pp-form-wrapper .pp-radio-wrap label{margin-left:5px}.pp-form-wrapper input[type=checkbox],.pp-form-wrapper input[type=radio]{border:1px solid #ccc;background-color:#fff;width:14px!important;height:14px!important;display:inline-block;vertical-align:baseline}.pp-form-wrapper .ppress-pf-profile-connect{padding:5px 0 10px}.pp-form-wrapper a.ppress-pf-social-icon{width:100%;height:100%;display:inline}.pp-form-wrapper .ppress-pf-social-icon svg{vertical-align:middle;width:40px;height:40px}.pp-form-wrapper .ppress-pf-social-icon.dpf-github svg,.pp-form-wrapper .ppress-pf-social-icon.dpf-instagram svg{padding:3px}a.pp-button-social-login:focus{outline-color:transparent}a.pp-button-social-login:focus .ppsc,a.pp-button-social-login:hover .ppsc{background-color:rgba(255,255,255,.75)}a.pp-button-social-login:visited{color:#fff}a.pp-button-social-login,a.pp-button-social-login .ppsc{display:inline-block;font-size:100%;height:2.5em;padding:0}a.pp-button-social-login{position:relative;vertical-align:middle;line-height:2.5em;font-family:inherit;font-weight:700;overflow:hidden;white-space:nowrap;border:1px solid #333;color:#fff!important;background:#333;margin:6px 0;border-radius:2px;box-sizing:content-box;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.1);text-decoration:none!important;min-width:220px}a.pp-button-social-login .ppsc{font-style:normal;font-weight:400;text-decoration:none;text-transform:none;vertical-align:top;text-align:center;width:2.5em;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:1.8em 1.8em;border-top-left-radius:1px;border-bottom-left-radius:1px;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;position:absolute;left:0;margin:0}a.pp-button-social-login span.ppsc-text{margin-left:40px;padding:.5em;color:#fff!important}a.pp-button-social-login .ppsc-google{background-image:url(../images/social-login/google.svg)}a.pp-button-social-login.pp-button-social-login-google{background:#4285f4;border-color:#4285f4}a.pp-button-social-login.pp-button-social-login-facebook{background:#3b5998;border-color:#3b5998}a.pp-button-social-login.pp-button-social-login-twitter{background:#55acee;border-color:#55acee}a.pp-button-social-login.pp-button-social-login-linkedin{background:#0077b5;border-color:#0077b5}a.pp-button-social-login.pp-button-social-login-vk{background:#4a76a8;border-color:#4a76a8}a.pp-button-social-login.pp-button-social-login-github{background:#24292e;border-color:#24292e}a.pp-button-social-login .ppsc-vk{background-image:url(../images/social-login/vk-fa.svg)}a.pp-button-social-login .ppsc-facebook{background-image:url(../images/social-login/facebook.svg)}a.pp-button-social-login .ppsc-twitter{background-image:url(../images/social-login/twitter.svg)}a.pp-button-social-login .ppsc-linkedin{background-image:url(../images/social-login/linkedin.svg)}a.pp-button-social-login .ppsc-github{background-image:url(../images/social-login/github-fa.svg)}#profilepress-myaccount-wrapper,#profilepress-myaccount-wrapper *,#profilepress-myaccount-wrapper ::after,#profilepress-myaccount-wrapper ::before,.pp-form-container *,.pp-form-container .pp-form-wrapper,.pp-form-container .pp-form-wrapper *{box-sizing:border-box}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap span.select2-selection.select2-selection--multiple,html .pp-form-container .select2 input.select2-search__field{border:0!important}.pp-form-container form input[type=submit]{-webkit-appearance:none!important;cursor:pointer;text-shadow:none}.pp-form-container form{margin:0;padding:0;background-color:transparent}.woocommerce .woocommerce-MyAccount-content .pp-form-container{margin-right:0!important;margin-left:0!important}.pp-form-container form input,.pp-form-container form select,.pp-form-container form textarea{outline:0;background-image:none;height:auto;float:none;position:static;box-shadow:none;text-shadow:none;text-transform:none;text-decoration:none;resize:vertical}.pp-form-container form p{margin:0 0 .5em}.pp-form-container form input[type=submit]:focus{outline:0}.pp-form-container .pp-user-avatar{border-radius:50%!important;display:block!important;margin:0 auto 10px!important;text-align:center!important}.pp-form-container img.pp-user-cover-image{width:100%!important;height:auto!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox],#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border:1px solid #7e8993!important;border-radius:4px!important;background:#fff!important;color:#555!important;clear:none!important;cursor:pointer!important;display:inline-block!important;line-height:0!important;margin:0!important;outline:0!important;padding:0!important;text-align:center!important;vertical-align:middle!important;-webkit-appearance:none!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)!important;transition:.05s border-color ease-in-out!important;width:16px!important;height:16px!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border-radius:50%!important}.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border-radius:4px!important}.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border-radius:50%!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before{content:url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E)!important;margin:-3px 0 0 -4px!important;width:20px!important;height:20px!important;position:static}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before{content:"";border-radius:50%!important;margin:3px!important;background-color:#000!important;line-height:1.14285714!important;width:8px!important;height:8px!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before{float:left!important;display:inline-block!important;vertical-align:middle!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pp-form-container .pp-form-wrapper.ppBuildScratch,.pp-form-container .pp-form-wrapper.ppBuildScratch *{font-family:'Merriweather',sans-serif}.pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline{font-weight:700;font-size:20px;margin-bottom:1em;margin-top:0;text-align:center;margin-right:6.387%}.pp-form-container .pp-form-wrapper.ppBuildScratch h1,.pp-form-container .pp-form-wrapper.ppBuildScratch h2,.pp-form-container .pp-form-wrapper.ppBuildScratch h3,.pp-form-container .pp-form-wrapper.ppBuildScratch h4{font-weight:700;font-size:20px;margin-bottom:1em;margin-top:1em}.pp-form-container .pp-form-wrapper.ppBuildScratch input:disabled{opacity:.5}.pp-form-container .pp-form-wrapper.ppBuildScratch{max-width:100%;width:100%;padding:6% 0 6% 6%;background:#fff;color:#222;font-size:14px;position:relative;box-shadow:0 0 0 .5px rgba(0,20,40,.1),0 2px 8px 0 rgba(50,55,90,.2);border-radius:3px;margin:0 auto}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-remove-frame{box-shadow:none;border-radius:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap{padding:0 6.387% 4% 0;display:inline-block;width:100%;vertical-align:top}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap{display:inline-block;width:100%;vertical-align:top;padding:0 6.387% 0 0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap{margin:0 0 5px;padding:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-description,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .ppress-hint-tooltip,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-standard .ppress-hint-tooltip,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .pp-form-field-description{display:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-input-textarea-wrap .pp-form-field:focus~.pp-form-field-description{display:block}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip{display:inline;font-weight:400}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip .pp-form-material-icons{position:relative;margin:0;padding:0;font-size:110%;display:inline;vertical-align:top}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside{position:relative}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-label-wrap{position:absolute;top:5px;left:15px;z-index:2}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap.fld-inside .pp-form-label-wrap{left:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field{padding-top:18px;padding-bottom:2px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field{padding-top:23px;padding-bottom:7px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field{padding-top:30px;padding-bottom:10px}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-half{width:50%}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-third{width:33.3333333333%}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea{border:1px solid #dbdbdb;font-size:14px;padding:10px 15px;transition:all .35s;background:#fff;color:#69717a;width:100%;border-radius:0;line-height:1.3;min-height:40px;display:inline-block;margin:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea{height:100px;overflow:auto}.pp-form-field-wrap .pp-form-material-icons{width:24px;height:24px;position:absolute;right:0;top:0;cursor:text;margin:8px 12px 0 0}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon textarea{padding-right:40px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon textarea{padding-left:40px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon textarea{padding-left:30px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon textarea{padding-right:30px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap .pp-form-material-icons{left:0;margin-left:12px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap .pp-form-material-icons{left:0!important;margin-left:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap .pp-form-material-icons{margin-right:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap .pp-form-material-icons{margin-top:10px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap .pp-form-material-icons{margin-top:18px}.pp-form-container .pp-form-wrapper.ppBuildScratch .has-password-visibility-icon .pp-form-material-icons{cursor:pointer}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap textarea{border-radius:25px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap textarea{border-radius:6px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap .select2.select2-container,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea{border:0!important;border-bottom:1px solid #dbdbdb!important;padding-left:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input[type=text]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea:focus{border-top:0!important;border-right:0!important;border-left:0!important;box-shadow:none!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap .select2-selection,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap textarea{border:0!important;background:#f7f7f7!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap select{padding-top:15px;padding-bottom:15px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap textarea{height:150px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap select{padding-top:20px;padding-bottom:20px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap textarea{height:200px}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea:focus{border:1px solid #999}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap .pp-form-label,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label{font-style:normal;background-color:transparent;display:block;font-weight:700;font-size:14px;float:none;line-height:1.3;margin:0;padding:0;color:#444}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label{display:inline-block}.pp-field-user-avatar-picture-wrap .pp-profile-avatar-overlay ins,.pp-field-user-cover-image-wrap .pp-cover-image-overlay ins,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-hide-asterisk .pp-form-required-label{display:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]{background:#000;border:0;color:#fff;font-weight:700;font-size:16px;line-height:1;padding:15px 10px;transition:.15s ease-in-out;width:auto;min-width:110px;text-align:center}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-submit-button-wrap input[type=submit],.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-submit-button-wrap input[type=submit]{padding-top:20px;padding-bottom:20px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit]{border-radius:25px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-round .pp-form-submit-button-wrap input[type=submit]{border-radius:6px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:hover{background-color:#ededed;color:#000;text-decoration:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap{margin:0 0 5px}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkboxes-container,.ppressmd-new-dropdown ul{margin:0;padding:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap:last-of-type,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap:last-of-type{margin-bottom:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-description{font-size:12px;font-weight:400;color:#666;line-height:1.3;text-align:left;margin:4px 0 0}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-wide .pp-form-submit-button-wrap input[type=submit]{width:100%}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap{margin-top:4%;margin-bottom:4%}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type=submit]{width:100%!important;position:absolute!important;bottom:0!important;right:0!important;left:0!important;border-top-right-radius:0!important;border-top-left-radius:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill{border-bottom-right-radius:25px!important;border-bottom-left-radius:25px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-round{border-bottom-right-radius:6px!important;border-bottom-left-radius:6px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch a.pp-button-social-login:last-of-type{margin-bottom:1.5em!important}#profilepress-myaccount-wrapper{font-size:16px}#profilepress-myaccount-wrapper .profilepress-myaccount-row{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#profilepress-myaccount-wrapper .profilepress-myaccount-nav{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}#profilepress-myaccount-wrapper .ppmyac-dashboard-item{text-decoration:none!important;position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125);width:100%;text-align:inherit;box-shadow:none}#profilepress-myaccount-wrapper .ppmyac-dashboard-item.isactive{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}#profilepress-myaccount-wrapper .ppmyac-dashboard-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}#profilepress-myaccount-wrapper .ppmyac-dashboard-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}#profilepress-myaccount-wrapper .ppmyac-icons{margin-right:.5rem;vertical-align:text-bottom}#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3{position:relative;width:100%;padding-right:15px;padding-left:15px}@media (min-width:576px){#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3{-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}}#profilepress-myaccount-wrapper .profilepress-myaccount-content{position:relative;width:100%;padding-top:30px;padding-right:15px;padding-left:15px}@media (min-width:576px){#profilepress-myaccount-wrapper .profilepress-myaccount-content{-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}}#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap{text-align:center;margin-bottom:20px}#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap .profilepress-myaccount-avatar img.pp-user-avatar{margin:0!important;position:static!important;float:none!important;display:inline-block;border-radius:999px}#profilepress-myaccount-wrapper .profilepress-myaccount-nav a:focus{outline:0;text-shadow:none;box-shadow:none}#profilepress-myaccount-wrapper .profilepress-myaccount-content h2{margin-top:0!important;margin-bottom:1.8rem!important;font-weight:700!important;line-height:1.2!important;font-size:2rem!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content h3{margin-top:0!important;line-height:1.2!important;font-weight:500!important;font-size:1.2rem!important;margin-bottom:1rem!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenus-wrap{margin-bottom:2rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-wrap{display:inline;padding-right:1rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item{color:inherit;padding:0 0 10px}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item.ppsubmenu-active{border-bottom:3px solid #6c757d}.profilepress-myaccount-alert,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.profilepress-myaccount-alert.pp-alert-danger,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.profilepress-myaccount-alert.pp-alert-success,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status.success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field{margin-top:.5rem;margin-bottom:1rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-cover-image-empty{min-height:250px;background-color:#eee}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap{padding:.75rem;background-color:#fff;border:1px solid rgba(0,0,0,.125);margin-bottom:0;border-radius:.25rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap img{width:100%;height:auto}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap .profilepress-myaccount-form-field{margin-top:.5rem;margin-bottom:.5rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap{margin-bottom:2rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field label{margin-bottom:.2rem;font-weight:500;display:block}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=checkbox]+label,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=radio]+label{display:inline}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]),#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]),#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;overflow:visible;box-shadow:inset 0 1px 1px rgba(0,0,0,.125)}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea{height:auto!important;min-height:100px!important;resize:vertical!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control:focus,#profilepress-myaccount-wrapper .profilepress-myaccount-content select.profilepress-myaccount-form-control:focus,#profilepress-myaccount-wrapper .profilepress-myaccount-content textarea.profilepress-myaccount-form-control:focus{background-color:#fff;border-color:#bbb;outline:0;box-shadow:none}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]{display:inline-block;cursor:pointer;width:auto}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]:hover{color:#fff;background-color:#0069d9;border-color:#0062cc;text-decoration:none}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label::after{position:absolute;top:0;right:0;box-sizing:border-box;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input~.ppmyac-custom-file-label[data-browse]::after{content:attr(data-browse)}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-checkbox-wrap label.pp-form-label,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-radio-wrap label.pp-form-label{display:inline-block;margin:0 0 0 .3819820591em}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar-wrap{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin:1em 0 0;padding-left:0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar{position:relative;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125);margin-bottom:0;border-radius:.25rem;-webkit-justify-content:space-between!important;justify-content:space-between!important;display:-webkit-flex!important;display:flex!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content .pp-user-avatar{width:70px;height:70px;min-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:50%}#profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar{margin-bottom:.5rem!important;margin-top:.5rem!important;padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem;color:#fff;height:35px;background-color:#6c757d;display:inline-block;font-weight:400;text-align:center;vertical-align:middle;text-shadow:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #6c757d;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap .ppmyac-remove-avatar{margin-top:.75rem!important;margin-bottom:0!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control::-webkit-file-upload-button{background:#fff;border-radius:6px;font-size:14px;border:1px solid #ddd}#profilepress-myaccount-wrapper .profilepress-myaccount-content .select2-selection{border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow:inset 0 1px 1px rgba(0,0,0,.125)}.pp-form-container .pp-field-user-avatar-picture-wrap{width:250px;height:auto;margin:auto;position:relative}.pp-form-container .pp-field-user-cover-image-wrap{margin:auto;position:relative}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap{position:absolute;top:0;left:0;background:rgba(0,0,0,.5);text-align:center;box-sizing:border-box;padding:0;color:#fff;text-shadow:0 1px #666;line-height:21px;font-size:16px;height:100%;width:100%;border-radius:50%}.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap{border-radius:0}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay{display:table;height:100%;width:100%}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay ins,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay ins{display:table-cell;vertical-align:middle;height:100%;text-decoration:none!important;background:0 0!important;color:#fff!important;border-bottom:none!important}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap .pp-profile-avatar-overlay .pp-form-material-icons,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap .pp-cover-image-overlay .pp-form-material-icons{font-size:35px!important;display:block!important;position:static!important;right:auto!important;top:auto!important;color:#fff!important;margin:0!important;width:auto!important;height:auto!important;cursor:pointer}html .select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field{border:0!important;height:auto!important}.select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field{border:0!important;box-shadow:none!important}.select2.select2-container .select2-selection.select2-selection--multiple li.select2-selection__choice{height:auto;line-height:normal}.pp-form-wrapper.pp-member-directory{opacity:0}.pp-form-wrapper.ppress-default-profile{max-width:1000px;width:100%;box-sizing:border-box;font-size:15px;color:#666;margin-bottom:30px;opacity:0}.pp-form-wrapper.ppress-default-profile *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}.pp-form-wrapper.ppress-default-profile a,.pp-form-wrapper.ppress-default-profile a:hover{text-decoration:none!important}.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover{background-color:#eee;box-sizing:border-box;position:relative}.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e{text-align:center;overflow:hidden}.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e img{width:100%;display:block;overflow:hidden;border-radius:0;margin:0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-header{position:relative;padding:0 0 25px;border-bottom:solid 2px #eee;min-height:85px;box-sizing:content-box}.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon{position:absolute;top:15px;right:0;vertical-align:middle;font-size:30px;height:30px;line-height:30px;z-index:66;margin-right:10px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon .ppress-dpf-edit-a .ppress-material-icons{font-size:30px}.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a{color:#aaa;text-decoration:none;border-bottom:0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon a:hover,.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a.active{color:#007bff}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo{float:left;position:absolute;margin:0 0 0 30px;box-sizing:border-box;width:200px;height:200px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo img{width:100%;height:auto;border-radius:100%;display:block;overflow:hidden;margin:0;box-shadow:none;background:#fff;border:5px solid #fff}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-meta{padding-right:30px;-ms-word-break:break-all;word-break:break-word;word-wrap:break-word}.pp-form-wrapper.ppress-default-profile .ppress-dpf-main-meta{padding:10px 0 0;color:#999}.pp-form-wrapper.ppress-default-profile .ppress-dpf-name{font-size:24px;font-weight:700;margin-right:30px;color:#555;line-height:1.7em}.pp-form-wrapper.ppress-default-profile .ppress-dpf-clear{clear:both}.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span{margin:0 5px;font-size:14px;display:inline-block;line-height:.1}.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span:first-child{margin:0 5px 0 0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta-text{margin:5px 0 0;line-height:1.4em;font-size:13px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav{padding:10px;background:#444;text-align:center}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a{color:#fff;font-size:14px;font-weight:600;padding:6px 10px 6px 28px;display:block;float:left;border-radius:4px;margin-left:5px;position:relative;border-bottom:0;text-decoration:none!important}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a:hover{background:#555}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item .ppress-material-icons{font-size:18px;height:18px;line-height:1.5;position:absolute;display:block;left:10px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item span.ppress-dpf-nav-title{padding-left:5px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item.ppress-dpf-active a{background:#007bff}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body{max-width:600px;padding-top:15px;padding-bottom:15px;margin:auto}.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item,.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note{text-align:center;padding-top:20px;color:#666}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note .ppress-material-icons{display:inline-block;font-size:70px;height:70px;line-height:70px}.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item span,.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note span{margin-top:10px;display:block;font-size:16px;color:#888}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note a{border:0!important}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-items{margin:0 0 30px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-item{position:relative;padding:15px 0 0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-item-label{display:block;margin:0 0 8px;border-bottom:solid 2px #eee;padding-bottom:4px;font-size:15px;line-height:22px;font-weight:700}.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon{float:left;margin:0 8px 0 0;height:22px;line-height:18px;display:inline-block;width:24px;text-align:center}.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon i{font-size:22px;position:relative;top:1px}.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-photo{float:none;margin:0 auto;text-align:center;position:relative}.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-meta{padding-left:0!important;padding-right:0!important;text-align:center!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav{padding:0}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a{margin-left:0;border-radius:0}.ppress-dpf-profile-nav-item.ppressui340 .ppress-dpf-profile-body{padding-left:0;padding-right:0}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{position:static;top:auto;left:auto}.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-profile-meta{text-align:center;padding:0;margin-top:-30px}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta{padding-top:0}.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-name{float:none;margin-right:0;font-size:18px}.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-meta-text{padding:0 20px}.ppress-default-profile.ppressui340 .ppress-dpf-profile-photo{position:relative;width:100px;height:100px;margin:0 auto;float:none;left:auto;text-align:center;top:-40px}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{width:120px;height:120px}.ppress-default-profile.ppressui340 .ppress-dpf-nav-title{font-size:12px}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons{display:block;position:static;top:auto;left:auto;height:20px;line-height:20px}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta{margin-top:0}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav{padding:0}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i{display:block;position:static;top:auto;left:auto;font-size:22px;height:22px;line-height:22px}.ppress-default-profile.ppressui500 .ppress-dpf-profile-body{padding-left:0;padding-right:0}.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{position:static;top:auto;left:auto;width:120px;height:120px}.ppress-default-profile.ppressui500 .ppress-dpf-profile-photo{position:relative;width:100px;height:100px;margin:0 auto;float:none;display:block;top:-40px;left:0}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-profile-meta{text-align:center;padding:0;margin-top:-30px}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-name{float:none;margin-right:0;font-size:21px}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta-text{padding-top:10px}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta{padding:0 20px;display:block}.ppress-default-profile.ppressui500 .ppress-dpf-nav-title{font-size:12px}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons{display:block;position:static;top:auto;left:auto;height:20px;line-height:20px}.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta{margin-top:0}.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav{padding:0}.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item a{padding:10px 20px;margin-left:0;border-radius:0}.ppress-default-profile.ppressui800 .ppress-dpf-profile-photo{width:140px;height:140px;top:-70px}.ppress-default-profile.ppressui800.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{top:auto}.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-profile-meta{padding-left:200px}.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-meta-text{padding-top:10px}.ppress-default-profile.ppressui800 .ppress-dpf-nav-title{font-size:12px}.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item .ppress-material-icons{display:block;position:static;top:auto;left:auto;font-size:20px;height:20px;line-height:20px}.ppress-default-profile.ppressui960 .ppress-dpf-profile-photo{width:140px;height:140px;top:-70px}.ppress-default-profile.ppressui960.ppdf-nocover .ppress-dpf-profile-meta{margin-top:-50px}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a{padding:5px 11px;font-size:12px}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons{font-size:14px}.ppress-default-profile.ppressui340 span.ppress-dpf-nav-title,.ppress-default-profile.ppressui500 span.ppress-dpf-nav-title{font-size:10px}.pp-form-wrapper.ppress-default-profile ul.pp-user-post-list{list-style:none;margin:0;padding:0}.pp-form-wrapper.ppress-default-profile li.pp-user-post-item{padding:20px 0;border-bottom:1px solid #eee}.pp-form-wrapper.ppress-default-profile .pp-user-post-item a,.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3{font-size:16px;font-weight:400;margin:0;text-decoration:none}.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3.pp-post-item-head{line-height:20px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-more-post-wrap{text-align:center;padding-top:30px}.pp-form-wrapper.ppress-default-profile a.ppress-dpf-more-post-btn{font-size:15px;border:0;display:block;width:100%;line-height:1em;padding:15px;text-decoration:none;text-align:center;text-transform:none;font-weight:400;transition:.25s;border-radius:4px;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);max-width:250px;margin:0 auto;color:#fff;background:#007bff}.pp-form-wrapper.ppress-default-profile .pp-user-comment-item{padding:20px 0;border-bottom:1px solid #eee}.pp-form-wrapper.ppress-default-profile .pp-user-comment-item-link a{color:inherit}.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item+.ppress-dpf-more-post-wrap{display:none}.pp-member-directory .ppressmd-member-directory-header.ppressmd-form{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:stretch;align-items:stretch;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;width:100%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row:not(.ppressmd-member-directory-filters-bar){display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:baseline;align-items:baseline;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;margin:0 0 10px}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-search-row{-webkit-justify-content:flex-end;justify-content:flex-end}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;width:60%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label{-webkit-flex:1;flex:1;margin:0 10px 0 0;min-width:90px;max-width:85%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line{-webkit-appearance:textfield;width:100%;padding:0 12px!important;display:block!important;border-radius:2px;outline:0!important;cursor:text!important;font-size:15px!important;height:40px!important;box-sizing:border-box!important;box-shadow:none!important;margin:0!important;position:static}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line .ppressmd-do-search{min-width:15%;width:auto}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;width:100%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:baseline;align-items:baseline;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:5;flex:5}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:baseline;align-items:baseline;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;cursor:pointer}.pp-member-directory .ppressmd-member-directory-header a{text-decoration:none;border-bottom:none;box-shadow:none}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons{display:inline;vertical-align:middle}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:baseline;align-items:baseline;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:2;flex:2;text-align:right}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:baseline;align-items:baseline;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;cursor:pointer}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a a{margin:0 5px 0 0}.ppressmd-member-directory-header:not(.ppmd-filters-expand) .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-up{display:none}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible,.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-down{display:none}.ppressmd-new-dropdown{font-size:16px;margin:0;position:absolute;height:auto;background:#fff;z-index:10;display:none;border:1px solid #ddd;box-shadow:0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.07);-webkit-box-shadow:0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.07);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px}.ppressmd-new-dropdown ul li{list-style-type:none;padding:0;margin:0}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a .ppressmd-new-dropdown{top:24px;width:200px;left:-12px}.ppressmd-new-dropdown ul li a{display:block;padding:8px 12px;line-height:1}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-filters-bar{padding:0 0 10px}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-header-row-invisible{margin:0}.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible{display:grid}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search{margin:0;width:100%;display:grid;grid-template-rows:auto 1fr;grid-template-columns:repeat(3,1fr);grid-gap:10px;grid-auto-rows:minmax(-webkit-max-content,auto);grid-auto-rows:minmax(max-content,auto);-ms-grid-template-rows:auto 1fr;-ms-grid-template-columns:repeat(3,1fr);-ms-grid-gap:10px;-ms-grid-auto-rows:minmax(max-content,auto);-webkit-align-items:center;align-items:center}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter{display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline;flex-wrap:nowrap;width:100%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input{width:100%;padding:10px 30px}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input:not(.select2-search__field),.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection{background-color:transparent;border:1px solid #ddd!important}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input,.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection__rendered{color:#666;background-color:transparent}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row input[type=search]:focus{border:1px solid #bbb!important}.pp-member-directory .ppressmd-member-directory-header .ppressmd-button{border:0!important;display:block;width:100%;line-height:1em!important;padding:16px 20px!important;text-decoration:none!important;text-align:center;text-transform:none!important;font-weight:400!important;overflow:hidden;position:relative;transition:.25s;box-sizing:border-box;border-radius:4px!important;box-shadow:none;vertical-align:middle!important;height:auto!important;cursor:pointer!important;text-shadow:none;font-family:inherit;outline:0!important;margin:0;-webkit-appearance:none}.pp-member-directory .ppressmd-members-total-wrap{text-align:center;margin:0 0 10px}.pp-member-directory .ppressmd-members-total{font-size:20px;font-weight:300}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container{width:100%!important}.pp-member-directory .ppressmd-member-directory-header .select2-search.select2-search--inline .select2-search__field{width:auto!important}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection{display:block!important;height:40px;padding:0 0 0 12px!important;overflow:hidden!important;position:relative!important;white-space:nowrap!important;line-height:35px!important;font-size:15px!important;text-align:left!important;text-decoration:none!important;border-radius:2px!important;background-clip:padding-box!important;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:0 0!important}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection .select2-selection__arrow{display:inline-block!important;width:34px!important;height:100%!important;position:absolute!important;right:0!important;top:0!important;border-radius:0 2px 2px 0!important;background-clip:padding-box!important;text-align:center!important;background:0 0!important;border-left:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown{border:1px solid #ddd;border-top:0;border-radius:0}.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown .select2-results li{list-style:none;display:list-item;background-image:none;font-size:15px;margin:5px!important;color:#666!important;padding:3px 7px 4px!important;cursor:pointer;min-height:1em!important}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection.select2-selection--multiple{height:auto!important;line-height:.8!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:0!important;line-height:37px}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered{line-height:37px;box-sizing:border-box;list-style:none;margin:0;padding-left:0!important;padding-right:30px;width:100%;font-size:13px}.pp-member-directory .ppressmd-member-directory-header .select2-results li.select2-results__option.select2-results__option--highlighted{background:0 0!important;background:#f4f4f4!important;color:#666!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear{right:10px;margin:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear{right:10px;font-size:30px;margin:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear,.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__arrow b,.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear{color:#888!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear{position:absolute}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__choice{padding:3px 3px 3px 5px}.pp-member-directory .ppressmd-member-directory-header .select2-container .select2-search.select2-search--inline>input{border:0!important;padding:0!important;border-radius:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered li{overflow-x:hidden;text-overflow:ellipsis;max-width:100%;box-sizing:border-box}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear{font-size:20px!important}.pp-member-directory .ppmd-pagination-wrap{font-size:16px;width:100%;margin:0 auto 10px;padding:0;text-align:center}.pp-member-directory .ppmd-pagination-wrap .page-numbers{display:inline-block;width:auto;height:34px;line-height:34px;transition:all .2s linear;padding:0 14px;color:#666;font-weight:400}.pp-member-directory .ppmd-pagination-wrap .page-numbers.current{background:#007bff;color:#fff}.pp-member-directory .ppmd-pagination-wrap .page-numbers .ppress-material-icons{vertical-align:middle}
|
assets/js/admin.js
CHANGED
@@ -328,7 +328,7 @@
|
|
328 |
$('.pp-email-editor-tablinks').click(function (e) {
|
329 |
e.preventDefault();
|
330 |
$(this).blur();
|
331 |
-
var parent = $(this).parents('.
|
332 |
$('.pp-email-editor-tablinks', parent).removeClass('eactive');
|
333 |
var key = parent.find('.pp-email-editor-textarea').attr('id');
|
334 |
|
328 |
$('.pp-email-editor-tablinks').click(function (e) {
|
329 |
e.preventDefault();
|
330 |
$(this).blur();
|
331 |
+
var parent = $(this).parents('.ppress-email-editor-wrap');
|
332 |
$('.pp-email-editor-tablinks', parent).removeClass('eactive');
|
333 |
var key = parent.find('.pp-email-editor-textarea').attr('id');
|
334 |
|
changelog.txt
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
-
= 3.1 =
|
|
|
|
|
|
|
|
|
|
|
2 |
* Fixed bug where disabling admin new user notifications wasn’t working.
|
3 |
* Fixed fatar error: Cannot use ProfilePress\Core\Base as Base because the name is already in use.
|
4 |
* Fixed issue where myaccount js was shown on all pages.
|
1 |
+
= 3.1.1 =
|
2 |
+
* Scoped all admin CSS to reduce conflict with other plugin admin pages.
|
3 |
+
* Fixed incompatibility with Max Mega Menu plugin.
|
4 |
+
* Fixed PHP 8 Fatal error: Uncaught ValueError: Unknown format specifier.
|
5 |
+
|
6 |
+
= 3.1 =
|
7 |
* Fixed bug where disabling admin new user notifications wasn’t working.
|
8 |
* Fixed fatar error: Cannot use ProfilePress\Core\Base as Base because the name is already in use.
|
9 |
* Fixed issue where myaccount js was shown on all pages.
|
languages/wp-user-avatar.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the ProfilePress package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: ProfilePress 3.1\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-user-avatar\n"
|
7 |
-
"POT-Creation-Date: 2021-05-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -509,47 +509,47 @@ msgid ""
|
|
509 |
"\" target=\"_blank\">WordPress.org</a> to help us spread the word."
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
513 |
msgid "Form title cannot empty"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
517 |
msgid "Changes saved"
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
521 |
msgid "Select Icon"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
525 |
#: src/Functions/GlobalFunctions.php:1275
|
526 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:202
|
527 |
msgid "Standard Fields"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
531 |
msgid "Extra Fields"
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
535 |
#: src/Classes/ExtensionManager.php:53 src/Functions/GlobalFunctions.php:1278
|
536 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:216
|
537 |
msgid "Custom Fields"
|
538 |
msgstr ""
|
539 |
|
540 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
541 |
msgid "WooCommerce Billing Address"
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
545 |
msgid "WooCommerce Shipping Address"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
549 |
msgid "No custom field available. %sClick here to create one%s."
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
553 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeEditProfile/edit_screen.php:22
|
554 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeLogin/edit_screen.php:21
|
555 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeMelange/edit_screen.php:25
|
@@ -560,8 +560,8 @@ msgstr ""
|
|
560 |
msgid "Enter title here"
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
564 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
565 |
#: src/Admin/SettingsPages/EmailSettings/CustomizerTrait.php:11
|
566 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeEditProfile/edit_screen.php:24
|
567 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeLogin/edit_screen.php:23
|
@@ -576,36 +576,36 @@ msgstr ""
|
|
576 |
msgid "Save Changes"
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
580 |
msgid "Delete Form"
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
584 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
585 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
586 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeEditProfile/edit_screen.php:60
|
587 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodePasswordReset/edit_screen.php:67
|
588 |
msgid "Success Message"
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
592 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeRegistration/edit_screen.php:77
|
593 |
msgid "New User Role"
|
594 |
msgstr ""
|
595 |
|
596 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
597 |
msgid "Role users registered through this form will be assigned."
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
601 |
msgid "Username Requirement"
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
605 |
msgid "Check to disable username requirement"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
609 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeMelange/edit_screen.php:99
|
610 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeRegistration/edit_screen.php:93
|
611 |
msgid ""
|
@@ -613,35 +613,35 @@ msgid ""
|
|
613 |
"Usernames will automatically be generated from their email addresses."
|
614 |
msgstr ""
|
615 |
|
616 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
617 |
#: src/Admin/SettingsPages/GeneralSettings.php:120
|
618 |
msgid "Registration Settings"
|
619 |
msgstr ""
|
620 |
|
621 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
622 |
msgid "Edit Profile Settings"
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
626 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeLogin/edit_screen.php:59
|
627 |
#: src/Classes/ExtensionManager.php:77
|
628 |
msgid "Passwordless Login"
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
632 |
msgid "Check to make this a passwordless login form."
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
636 |
#: src/Admin/SettingsPages/GeneralSettings.php:134
|
637 |
msgid "Login Settings"
|
638 |
msgstr ""
|
639 |
|
640 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
641 |
msgid "Password Reset Settings"
|
642 |
msgstr ""
|
643 |
|
644 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
645 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:35
|
646 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Country.php:35
|
647 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Checkbox.php:50
|
@@ -655,7 +655,7 @@ msgstr ""
|
|
655 |
msgid "Label"
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
659 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeEditProfile/edit_screen.php:52
|
660 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeLogin/edit_screen.php:50
|
661 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeMelange/edit_screen.php:54
|
@@ -664,30 +664,30 @@ msgstr ""
|
|
664 |
msgid "Processing Label"
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
668 |
msgid "Submit Button"
|
669 |
msgstr ""
|
670 |
|
671 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
672 |
msgid "Appearance"
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
676 |
msgid "Colors"
|
677 |
msgstr ""
|
678 |
|
679 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
680 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:533
|
681 |
#: src/Themes/DragDrop/Login/PerfectoLite.php:51
|
682 |
#: src/Themes/DragDrop/Registration/PerfectoLite.php:53
|
683 |
msgid "Text"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
687 |
msgid "Visual"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:
|
691 |
msgid "Add Media"
|
692 |
msgstr ""
|
693 |
|
@@ -5796,9 +5796,9 @@ msgstr ""
|
|
5796 |
msgid "ProfilePress"
|
5797 |
msgstr ""
|
5798 |
|
5799 |
-
#. #-#-#-#-# wp-user-avatar.pot (ProfilePress 3.1) #-#-#-#-#
|
5800 |
#. Plugin URI of the plugin/theme
|
5801 |
-
#. #-#-#-#-# wp-user-avatar.pot (ProfilePress 3.1) #-#-#-#-#
|
5802 |
#. Author URI of the plugin/theme
|
5803 |
msgid "https://profilepress.net"
|
5804 |
msgstr ""
|
2 |
# This file is distributed under the same license as the ProfilePress package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: ProfilePress 3.1.1\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-user-avatar\n"
|
7 |
+
"POT-Creation-Date: 2021-05-22 13:28:33+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
509 |
"\" target=\"_blank\">WordPress.org</a> to help us spread the word."
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:168
|
513 |
msgid "Form title cannot empty"
|
514 |
msgstr ""
|
515 |
|
516 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:187
|
517 |
msgid "Changes saved"
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1174
|
521 |
msgid "Select Icon"
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1202
|
525 |
#: src/Functions/GlobalFunctions.php:1275
|
526 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:202
|
527 |
msgid "Standard Fields"
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1203
|
531 |
msgid "Extra Fields"
|
532 |
msgstr ""
|
533 |
|
534 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1205
|
535 |
#: src/Classes/ExtensionManager.php:53 src/Functions/GlobalFunctions.php:1278
|
536 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:216
|
537 |
msgid "Custom Fields"
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1206
|
541 |
msgid "WooCommerce Billing Address"
|
542 |
msgstr ""
|
543 |
|
544 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1207
|
545 |
msgid "WooCommerce Shipping Address"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1230
|
549 |
msgid "No custom field available. %sClick here to create one%s."
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1255
|
553 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeEditProfile/edit_screen.php:22
|
554 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeLogin/edit_screen.php:21
|
555 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeMelange/edit_screen.php:25
|
560 |
msgid "Enter title here"
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1257
|
564 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1274
|
565 |
#: src/Admin/SettingsPages/EmailSettings/CustomizerTrait.php:11
|
566 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeEditProfile/edit_screen.php:24
|
567 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeLogin/edit_screen.php:23
|
576 |
msgid "Save Changes"
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1277
|
580 |
msgid "Delete Form"
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1335
|
584 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1374
|
585 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1421
|
586 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeEditProfile/edit_screen.php:60
|
587 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodePasswordReset/edit_screen.php:67
|
588 |
msgid "Success Message"
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1341
|
592 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeRegistration/edit_screen.php:77
|
593 |
msgid "New User Role"
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1342
|
597 |
msgid "Role users registered through this form will be assigned."
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1349
|
601 |
msgid "Username Requirement"
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1350
|
605 |
msgid "Check to disable username requirement"
|
606 |
msgstr ""
|
607 |
|
608 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1351
|
609 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeMelange/edit_screen.php:99
|
610 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeRegistration/edit_screen.php:93
|
611 |
msgid ""
|
613 |
"Usernames will automatically be generated from their email addresses."
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1358
|
617 |
#: src/Admin/SettingsPages/GeneralSettings.php:120
|
618 |
msgid "Registration Settings"
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1381
|
622 |
msgid "Edit Profile Settings"
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1397
|
626 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeLogin/edit_screen.php:59
|
627 |
#: src/Classes/ExtensionManager.php:77
|
628 |
msgid "Passwordless Login"
|
629 |
msgstr ""
|
630 |
|
631 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1398
|
632 |
msgid "Check to make this a passwordless login form."
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1405
|
636 |
#: src/Admin/SettingsPages/GeneralSettings.php:134
|
637 |
msgid "Login Settings"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1428
|
641 |
msgid "Password Reset Settings"
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1449
|
645 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:35
|
646 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Country.php:35
|
647 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Checkbox.php:50
|
655 |
msgid "Label"
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1455
|
659 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeEditProfile/edit_screen.php:52
|
660 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeLogin/edit_screen.php:50
|
661 |
#: src/Admin/SettingsPages/ShortcodeBuilder/EditShortcodeMelange/edit_screen.php:54
|
664 |
msgid "Processing Label"
|
665 |
msgstr ""
|
666 |
|
667 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1462
|
668 |
msgid "Submit Button"
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1469
|
672 |
msgid "Appearance"
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1476
|
676 |
msgid "Colors"
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1504
|
680 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:533
|
681 |
#: src/Themes/DragDrop/Login/PerfectoLite.php:51
|
682 |
#: src/Themes/DragDrop/Registration/PerfectoLite.php:53
|
683 |
msgid "Text"
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1505
|
687 |
msgid "Visual"
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1506
|
691 |
msgid "Add Media"
|
692 |
msgstr ""
|
693 |
|
5796 |
msgid "ProfilePress"
|
5797 |
msgstr ""
|
5798 |
|
5799 |
+
#. #-#-#-#-# wp-user-avatar.pot (ProfilePress 3.1.1) #-#-#-#-#
|
5800 |
#. Plugin URI of the plugin/theme
|
5801 |
+
#. #-#-#-#-# wp-user-avatar.pot (ProfilePress 3.1.1) #-#-#-#-#
|
5802 |
#. Author URI of the plugin/theme
|
5803 |
msgid "https://profilepress.net"
|
5804 |
msgstr ""
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: user registration, user profile, registration form, membership, login form
|
|
5 |
Requires at least: 4.7
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 5.7
|
8 |
-
Stable tag: 3.1
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
Modern membership plugin for user registration, login form, user profile, member directories & content restriction.
|
@@ -119,6 +119,11 @@ No. You can create and manage your forms, user profiles and member directories w
|
|
119 |
|
120 |
== Changelog ==
|
121 |
|
|
|
|
|
|
|
|
|
|
|
122 |
= 3.1 =
|
123 |
* Fixed bug where disabling admin new user notifications wasn’t working.
|
124 |
* Fixed fatar error: Cannot use ProfilePress\Core\Base as Base because the name is already in use.
|
5 |
Requires at least: 4.7
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 5.7
|
8 |
+
Stable tag: 3.1.1
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
Modern membership plugin for user registration, login form, user profile, member directories & content restriction.
|
119 |
|
120 |
== Changelog ==
|
121 |
|
122 |
+
= 3.1.1 =
|
123 |
+
* Scoped all admin CSS to reduce conflict with other plugin admin pages.
|
124 |
+
* Fixed incompatibility with Max Mega Menu plugin.
|
125 |
+
* Fixed PHP 8 Fatal error: Uncaught ValueError: Unknown format specifier.
|
126 |
+
|
127 |
= 3.1 =
|
128 |
* Fixed bug where disabling admin new user notifications wasn’t working.
|
129 |
* Fixed fatar error: Cannot use ProfilePress\Core\Base as Base because the name is already in use.
|
src/Admin/SettingsPages/AbstractSettingsPage.php
CHANGED
@@ -120,7 +120,7 @@ abstract class AbstractSettingsPage
|
|
120 |
protected function placeholder_tags_table($placeholders)
|
121 |
{
|
122 |
?>
|
123 |
-
<div class="
|
124 |
<table class="widefat striped">
|
125 |
<tbody>
|
126 |
<tr>
|
120 |
protected function placeholder_tags_table($placeholders)
|
121 |
{
|
122 |
?>
|
123 |
+
<div class="ppress-placeholder-tags">
|
124 |
<table class="widefat striped">
|
125 |
<tbody>
|
126 |
<tr>
|
src/Admin/SettingsPages/DragDropBuilder/Controls/WPEditor.php
CHANGED
@@ -24,7 +24,8 @@ class WPEditor
|
|
24 |
}
|
25 |
|
26 |
echo sprintf(
|
27 |
-
|
|
|
28 |
$this->args['name'],
|
29 |
@$this->args['value'],
|
30 |
@$this->args['placeholder']
|
24 |
}
|
25 |
|
26 |
echo sprintf(
|
27 |
+
// 100%% double 1% cos we are escaping %
|
28 |
+
'<textarea style="height: 300px;padding: 10px;width: 100%%" placeholder="%3$s" id="%1$s" name="%1$s" class="pp-form-control pp-form-control-wpeditor">%2$s</textarea>',
|
29 |
$this->args['name'],
|
30 |
@$this->args['value'],
|
31 |
@$this->args['placeholder']
|
src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php
CHANGED
@@ -60,6 +60,10 @@ class DragDropBuilder
|
|
60 |
{
|
61 |
if ( ! in_array($this->form_type, [FR::REGISTRATION_TYPE, FR::EDIT_PROFILE_TYPE])) return [];
|
62 |
|
|
|
|
|
|
|
|
|
63 |
$custom_fields = PROFILEPRESS_sql::get_profile_custom_fields();
|
64 |
|
65 |
$contact_infos = PROFILEPRESS_sql::get_contact_info_fields();
|
@@ -110,7 +114,7 @@ class DragDropBuilder
|
|
110 |
|
111 |
if ($woocommerce_field !== false) {
|
112 |
|
113 |
-
$bucket = 'billing' == $woocommerce_field ? ppress_woocommerce_billing_fields() : ppress_woocommerce_shipping_fields();
|
114 |
|
115 |
if ( ! in_array($field_key, $bucket)) continue;
|
116 |
}
|
60 |
{
|
61 |
if ( ! in_array($this->form_type, [FR::REGISTRATION_TYPE, FR::EDIT_PROFILE_TYPE])) return [];
|
62 |
|
63 |
+
if ($woocommerce_field !== false && ( ! EM::is_enabled(EM::WOOCOMMERCE) || ! EM::is_enabled(EM::CUSTOM_FIELDS))) {
|
64 |
+
return [];
|
65 |
+
}
|
66 |
+
|
67 |
$custom_fields = PROFILEPRESS_sql::get_profile_custom_fields();
|
68 |
|
69 |
$contact_infos = PROFILEPRESS_sql::get_contact_info_fields();
|
114 |
|
115 |
if ($woocommerce_field !== false) {
|
116 |
|
117 |
+
$bucket = ('billing' == $woocommerce_field ? ppress_woocommerce_billing_fields() : ppress_woocommerce_shipping_fields());
|
118 |
|
119 |
if ( ! in_array($field_key, $bucket)) continue;
|
120 |
}
|
src/Admin/SettingsPages/EmailSettings/WPListTable.php
CHANGED
@@ -66,7 +66,7 @@ class WPListTable extends \WP_List_Table
|
|
66 |
$hint = '';
|
67 |
if ( ! empty($item['description'])) {
|
68 |
$hint = sprintf(
|
69 |
-
' <span class="
|
70 |
$item['description']
|
71 |
);
|
72 |
}
|
66 |
$hint = '';
|
67 |
if ( ! empty($item['description'])) {
|
68 |
$hint = sprintf(
|
69 |
+
' <span class="ppress-hint-tooltip hint--top hint--medium hint--bounce" aria-label="%s"><span class="dashicons dashicons-editor-help"></span></span>',
|
70 |
$item['description']
|
71 |
);
|
72 |
}
|
src/Admin/SettingsPages/GeneralSettings.php
CHANGED
@@ -284,7 +284,7 @@ class GeneralSettings extends AbstractSettingsPage
|
|
284 |
'type' => 'arbitrary',
|
285 |
'data' => '',
|
286 |
'description' => sprintf(
|
287 |
-
'<div class="
|
288 |
'<strong>', '</strong>', '<a target="_blank" href="' . PPRESS_CONTENT_PROTECTION_SETTINGS_PAGE . '">', '</a>'
|
289 |
)
|
290 |
],
|
284 |
'type' => 'arbitrary',
|
285 |
'data' => '',
|
286 |
'description' => sprintf(
|
287 |
+
'<div class="ppress-settings-page-notice">' . esc_html__('%sNote:%s Access setting takes precedence over %sContent Protection rules%s.', 'wp-user-avatar'),
|
288 |
'<strong>', '</strong>', '<a target="_blank" href="' . PPRESS_CONTENT_PROTECTION_SETTINGS_PAGE . '">', '</a>'
|
289 |
)
|
290 |
],
|
src/Admin/SettingsPages/ToolsSettingsPage.php
CHANGED
@@ -45,7 +45,7 @@ class ToolsSettingsPage extends AbstractSettingsPage
|
|
45 |
'debug_log_content' => [
|
46 |
'type' => 'arbitrary',
|
47 |
'data' => sprintf(
|
48 |
-
'<textarea class="
|
49 |
$debug_log_content
|
50 |
),
|
51 |
'description' => sprintf(
|
45 |
'debug_log_content' => [
|
46 |
'type' => 'arbitrary',
|
47 |
'data' => sprintf(
|
48 |
+
'<textarea class="ppress-error-log-textarea" disabled>%s</textarea>',
|
49 |
$debug_log_content
|
50 |
),
|
51 |
'description' => sprintf(
|
src/Functions/custom-settings-api.php
CHANGED
@@ -850,7 +850,7 @@ class Custom_Settings_Page_Api
|
|
850 |
<td>
|
851 |
<?php do_action('wp_cspa_before_email_editor_field', $db_options, $option_name, $key, $args); ?>
|
852 |
|
853 |
-
<div class="
|
854 |
<div class="pp-email-editor-tab">
|
855 |
<button class="pp-email-editor-tablinks ecode"><?= esc_html__('Code', 'wp-user-avatar'); ?></button>
|
856 |
<button class="pp-email-editor-tablinks epreview eactive"><?= esc_html__('Preview', 'wp-user-avatar'); ?></button>
|
850 |
<td>
|
851 |
<?php do_action('wp_cspa_before_email_editor_field', $db_options, $option_name, $key, $args); ?>
|
852 |
|
853 |
+
<div class="ppress-email-editor-wrap">
|
854 |
<div class="pp-email-editor-tab">
|
855 |
<button class="pp-email-editor-tablinks ecode"><?= esc_html__('Code', 'wp-user-avatar'); ?></button>
|
856 |
<button class="pp-email-editor-tablinks epreview eactive"><?= esc_html__('Preview', 'wp-user-avatar'); ?></button>
|
src/NavigationMenuLinks/Frontend.php
CHANGED
@@ -120,7 +120,7 @@ class Frontend
|
|
120 |
// in self::setup_nav_menu_item we made the title and url of some nav items the same.
|
121 |
// an item that fall in this category get removed here.
|
122 |
foreach ($sorted_menu_items as $k => $item) {
|
123 |
-
if ($item->title == $item->url) {
|
124 |
unset($sorted_menu_items[$k]);
|
125 |
}
|
126 |
}
|
120 |
// in self::setup_nav_menu_item we made the title and url of some nav items the same.
|
121 |
// an item that fall in this category get removed here.
|
122 |
foreach ($sorted_menu_items as $k => $item) {
|
123 |
+
if (strlen($item->title) && ($item->title == $item->url)) {
|
124 |
unset($sorted_menu_items[$k]);
|
125 |
}
|
126 |
}
|
src/Themes/DragDrop/FieldListing.php
CHANGED
@@ -79,7 +79,7 @@ class FieldListing
|
|
79 |
|
80 |
if (isset($field_setting['description_appearance']) && $field_setting['description_appearance'] == 'tooltip' && ! empty($field_setting['description'])) {
|
81 |
$output .= sprintf(
|
82 |
-
' <span class="
|
83 |
sanitize_text_field($field_setting['description'])
|
84 |
);
|
85 |
}
|
79 |
|
80 |
if (isset($field_setting['description_appearance']) && $field_setting['description_appearance'] == 'tooltip' && ! empty($field_setting['description'])) {
|
81 |
$output .= sprintf(
|
82 |
+
' <span class="ppress-hint-tooltip hint--top hint--medium hint--bounce" aria-label="%s"><i class="pp-form-material-icons">help</i></span>',
|
83 |
sanitize_text_field($field_setting['description'])
|
84 |
);
|
85 |
}
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInitfd2c4c8579a2572d6a3bac152f5ab0bf::getLoader();
|
vendor/composer/InstalledVersions.php
CHANGED
@@ -29,7 +29,7 @@ private static $installed = array (
|
|
29 |
'aliases' =>
|
30 |
array (
|
31 |
),
|
32 |
-
'reference' => '
|
33 |
'name' => '__root__',
|
34 |
),
|
35 |
'versions' =>
|
@@ -41,7 +41,7 @@ private static $installed = array (
|
|
41 |
'aliases' =>
|
42 |
array (
|
43 |
),
|
44 |
-
'reference' => '
|
45 |
),
|
46 |
'collizo4sky/persist-admin-notices-dismissal' =>
|
47 |
array (
|
29 |
'aliases' =>
|
30 |
array (
|
31 |
),
|
32 |
+
'reference' => 'a6e7eb3ec997340b9cc87aedd2690b41232e9507',
|
33 |
'name' => '__root__',
|
34 |
),
|
35 |
'versions' =>
|
41 |
'aliases' =>
|
42 |
array (
|
43 |
),
|
44 |
+
'reference' => 'a6e7eb3ec997340b9cc87aedd2690b41232e9507',
|
45 |
),
|
46 |
'collizo4sky/persist-admin-notices-dismissal' =>
|
47 |
array (
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -24,15 +24,15 @@ class ComposerAutoloaderInit59f78ec32559233aa93d4f6ecd95adf9
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
29 |
-
spl_autoload_unregister(array('
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
-
call_user_func(\Composer\Autoload\
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
@@ -53,19 +53,19 @@ class ComposerAutoloaderInit59f78ec32559233aa93d4f6ecd95adf9
|
|
53 |
$loader->register(true);
|
54 |
|
55 |
if ($useStaticLoader) {
|
56 |
-
$includeFiles = Composer\Autoload\
|
57 |
} else {
|
58 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
59 |
}
|
60 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
61 |
-
|
62 |
}
|
63 |
|
64 |
return $loader;
|
65 |
}
|
66 |
}
|
67 |
|
68 |
-
function
|
69 |
{
|
70 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
71 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInitfd2c4c8579a2572d6a3bac152f5ab0bf
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInitfd2c4c8579a2572d6a3bac152f5ab0bf', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitfd2c4c8579a2572d6a3bac152f5ab0bf', 'loadClassLoader'));
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
+
call_user_func(\Composer\Autoload\ComposerStaticInitfd2c4c8579a2572d6a3bac152f5ab0bf::getInitializer($loader));
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
53 |
$loader->register(true);
|
54 |
|
55 |
if ($useStaticLoader) {
|
56 |
+
$includeFiles = Composer\Autoload\ComposerStaticInitfd2c4c8579a2572d6a3bac152f5ab0bf::$files;
|
57 |
} else {
|
58 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
59 |
}
|
60 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
61 |
+
composerRequirefd2c4c8579a2572d6a3bac152f5ab0bf($fileIdentifier, $file);
|
62 |
}
|
63 |
|
64 |
return $loader;
|
65 |
}
|
66 |
}
|
67 |
|
68 |
+
function composerRequirefd2c4c8579a2572d6a3bac152f5ab0bf($fileIdentifier, $file)
|
69 |
{
|
70 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
71 |
require $file;
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'fda73876e8be17735f680f484cec1679' => __DIR__ . '/../..' . '/src/Functions/custom-settings-api.php',
|
@@ -290,9 +290,9 @@ class ComposerStaticInit59f78ec32559233aa93d4f6ecd95adf9
|
|
290 |
public static function getInitializer(ClassLoader $loader)
|
291 |
{
|
292 |
return \Closure::bind(function () use ($loader) {
|
293 |
-
$loader->prefixLengthsPsr4 =
|
294 |
-
$loader->prefixDirsPsr4 =
|
295 |
-
$loader->classMap =
|
296 |
|
297 |
}, null, ClassLoader::class);
|
298 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInitfd2c4c8579a2572d6a3bac152f5ab0bf
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'fda73876e8be17735f680f484cec1679' => __DIR__ . '/../..' . '/src/Functions/custom-settings-api.php',
|
290 |
public static function getInitializer(ClassLoader $loader)
|
291 |
{
|
292 |
return \Closure::bind(function () use ($loader) {
|
293 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInitfd2c4c8579a2572d6a3bac152f5ab0bf::$prefixLengthsPsr4;
|
294 |
+
$loader->prefixDirsPsr4 = ComposerStaticInitfd2c4c8579a2572d6a3bac152f5ab0bf::$prefixDirsPsr4;
|
295 |
+
$loader->classMap = ComposerStaticInitfd2c4c8579a2572d6a3bac152f5ab0bf::$classMap;
|
296 |
|
297 |
}, null, ClassLoader::class);
|
298 |
}
|
vendor/composer/installed.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
'aliases' =>
|
7 |
array (
|
8 |
),
|
9 |
-
'reference' => '
|
10 |
'name' => '__root__',
|
11 |
),
|
12 |
'versions' =>
|
@@ -18,7 +18,7 @@
|
|
18 |
'aliases' =>
|
19 |
array (
|
20 |
),
|
21 |
-
'reference' => '
|
22 |
),
|
23 |
'collizo4sky/persist-admin-notices-dismissal' =>
|
24 |
array (
|
6 |
'aliases' =>
|
7 |
array (
|
8 |
),
|
9 |
+
'reference' => 'a6e7eb3ec997340b9cc87aedd2690b41232e9507',
|
10 |
'name' => '__root__',
|
11 |
),
|
12 |
'versions' =>
|
18 |
'aliases' =>
|
19 |
array (
|
20 |
),
|
21 |
+
'reference' => 'a6e7eb3ec997340b9cc87aedd2690b41232e9507',
|
22 |
),
|
23 |
'collizo4sky/persist-admin-notices-dismissal' =>
|
24 |
array (
|
wp-user-avatar.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: ProfilePress
|
4 |
* Plugin URI: https://profilepress.net
|
5 |
* Description: The modern WordPress membership and user profile plugin.
|
6 |
-
* Version: 3.1
|
7 |
* Author: ProfilePress Team
|
8 |
* Author URI: https://profilepress.net
|
9 |
* Text Domain: wp-user-avatar
|
@@ -14,7 +14,7 @@
|
|
14 |
defined('ABSPATH') or die("No script kiddies please!");
|
15 |
|
16 |
define('PROFILEPRESS_SYSTEM_FILE_PATH', __FILE__);
|
17 |
-
define('PPRESS_VERSION_NUMBER', '3.1');
|
18 |
|
19 |
require __DIR__ . '/vendor/autoload.php';
|
20 |
|
3 |
* Plugin Name: ProfilePress
|
4 |
* Plugin URI: https://profilepress.net
|
5 |
* Description: The modern WordPress membership and user profile plugin.
|
6 |
+
* Version: 3.1.1
|
7 |
* Author: ProfilePress Team
|
8 |
* Author URI: https://profilepress.net
|
9 |
* Text Domain: wp-user-avatar
|
14 |
defined('ABSPATH') or die("No script kiddies please!");
|
15 |
|
16 |
define('PROFILEPRESS_SYSTEM_FILE_PATH', __FILE__);
|
17 |
+
define('PPRESS_VERSION_NUMBER', '3.1.1');
|
18 |
|
19 |
require __DIR__ . '/vendor/autoload.php';
|
20 |
|