User Profile Picture - Version 2.1.0

Version Description

  • Released 2018-12-19
  • Old block deprecated, but still supported
  • New block added with more control over appearance and includes themes.
Download this release

Release Info

Developer ronalfy
Plugin Icon 128x128 User Profile Picture
Version 2.1.0
Comparing to
See all releases

Code changes from version 2.0.2 to 2.1.0

css/back-end-gutenberg.css CHANGED
@@ -1,184 +1,926 @@
1
- .mpp-profile-wrap {
2
  margin: 0 auto;
3
  padding: 3%;
4
  border-radius: 5px;
5
  margin-bottom: 1.2em;
6
- margin-bottom: 20px; }
 
7
 
8
- .mpp-profile-wrap.round .mpp-profile-image-wrapper {
9
- border-radius: 500px;
10
  overflow: hidden; }
11
 
12
- .mpp-profile-wrap.round .mpp-profile-image-wrapper img {
13
- border-radius: 500px; }
14
-
15
- .mpp-profile-wrap.right .mpp-profile-image-wrapper {
16
- text-align: right;
17
- order: 2; }
18
-
19
- .mpp-profile-gutenberg-wrap {
20
- display: -ms-flexbox;
21
- display: flex;
22
- -ms-flex-flow: row wrap;
23
- flex-flow: row wrap;
24
- -ms-flex-pack: distribute;
25
- justify-content: space-around;
26
- width: 100%; }
27
-
28
- .editor-styles-wrapper .mpp-profile-gutenberg-wrap h2,
29
- .editor-styles-wrapper .mpp-profile-gutenberg-wrap p,
30
- .editor-styles-wrapper .mpp-profile-gutenberg-wrap div {
31
- font-size: 18px;
32
  line-height: 1.1;
33
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
 
35
  /* Icon Sizes */
36
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-10 h2,
 
 
 
 
 
 
37
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-10 p,
38
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-10 div {
39
- font-size: 10px;
40
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
 
42
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-11 h2,
43
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-11 p,
44
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-11 div {
45
- font-size: 11px;
46
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
 
48
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-12 h2,
49
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-12 p,
50
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-12 div {
51
- font-size: 12px;
52
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-13 h2,
55
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-13 p,
56
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-13 div {
57
- font-size: 13px;
58
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
 
60
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-14 h2,
61
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-14 p,
62
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-14 div {
63
- font-size: 14px;
64
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-15 h2,
67
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-15 p,
68
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-15 div {
69
- font-size: 15px;
70
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
 
72
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-16 h2,
73
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-16 p,
74
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-16 div {
75
- font-size: 16px;
76
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
 
78
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-17 h2,
79
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-17 p,
80
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-17 div {
81
- font-size: 17px;
82
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
 
84
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-18 h2,
85
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-18 p,
86
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-18 div {
87
- font-size: 18px;
88
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
 
90
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-19 h2,
91
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-19 p,
92
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-19 div {
93
- font-size: 19px;
94
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
 
96
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-20 h2,
97
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-20 p,
98
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-20 div {
99
- font-size: 20px;
100
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
101
 
102
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-21 h2,
103
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-21 p,
104
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-21 div {
105
- font-size: 21px;
106
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
 
108
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-22 h2,
109
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-22 p,
110
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-22 div {
111
- font-size: 22px;
112
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
 
114
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-23 h2,
115
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-23 p,
116
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-23 div {
117
- font-size: 23px;
118
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
119
 
120
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-24 h2,
121
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-24 p,
122
- .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-24 div {
123
- font-size: 24px;
124
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
 
126
- .mpp-profile-image-wrapper {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
  position: relative;
128
- z-index: 0;
129
- -ms-flex: 1 0 0px;
130
- flex: 1 0 0;
131
- background: #ddd;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  position: relative;
 
 
 
 
 
 
133
  min-width: 150px;
134
  min-height: 150px;
135
- width: 100%; }
 
136
 
137
- .mpp-profile-image-wrapper .mpp-profile-image-square {
138
- position: absolute;
139
- top: 0;
140
- left: 0;
141
- height: 100%;
142
- width: 100%;
143
- z-index: 5; }
144
 
145
- .mpp-profile-image-wrapper .mpp-profile-image-square button {
146
- top: 0;
147
- left: 0;
148
- opacity: 1 !important;
149
- height: 100%; }
150
 
151
- .mpp-profile-image-wrapper .mpp-profile-image-square img {
152
- object-fit: cover;
153
- height: 100%;
154
- width: 100%;
 
 
 
 
 
 
 
155
  position: relative;
156
- z-index: 5; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
157
 
158
- .mpp-profile-view-posts {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
159
  display: block;
160
- width: 100%;
161
  text-align: center;
162
  padding: 10px 20px;
163
  margin-top: 20px;
 
164
  background-color: #cf6d38;
165
- color: #FFF; }
 
166
 
167
- .mpp-profile-view-posts a,
168
- .mpp-profile-view-posts a:hover,
169
- .mpp-profile-view-posts a:visited {
170
  display: block;
171
  width: 100%;
172
  height: 100%;
173
  color: #FFF;
174
  text-decoration: none; }
175
 
176
- .mpp-content-wrap {
 
 
 
 
 
177
  display: block;
178
- padding: 0 15px 0 15px;
179
- -ms-flex: 3 0 0px;
180
- flex: 3 0 0; }
 
 
181
 
182
- .mpp-profile-name {
183
- font: 1.4em;
184
- line-height: 1.2; }
 
 
 
 
 
1
+ .editor-styles-wrapper .mpp-profile-wrap {
2
  margin: 0 auto;
3
  padding: 3%;
4
  border-radius: 5px;
5
  margin-bottom: 1.2em;
6
+ margin-bottom: 20px;
7
+ line-height: 1.1; }
8
 
9
+ .editor-styles-wrapper .mpp-profile-wrap.round .mpp-profile-image-wrapper {
10
+ border-radius: 50%;
11
  overflow: hidden; }
12
 
13
+ .editor-styles-wrapper .mpp-profile-wrap.round .mpp-profile-image-wrapper img {
14
+ border-radius: 50%; }
15
+
16
+ .editor-styles-wrapper .mpp-profile-wrap h1, .editor-styles-wrapper .mpp-profile-wrap h2, .editor-styles-wrapper .mpp-profile-wrap h3, .editor-styles-wrapper .mpp-profile-wrap h4, .editor-styles-wrapper .mpp-profile-wrap h5, .editor-styles-wrapper .mpp-profile-wrap h6 {
17
+ clear: none; }
18
+
19
+ .editor-styles-wrapper .mpp-profile-wrap h2:before {
20
+ display: none; }
21
+
22
+ .editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper {
23
+ position: relative;
24
+ float: left;
 
 
 
 
 
 
 
 
25
  line-height: 1.1;
26
+ z-index: 1000;
27
+ background: #ddd;
28
+ position: relative;
29
+ min-width: 150px;
30
+ min-height: 150px;
31
+ max-width: 150px;
32
+ max-height: 150px;
33
+ width: 100%;
34
+ margin-right: 20px; }
35
+
36
+ .editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper button {
37
+ position: relative;
38
+ min-width: 150px;
39
+ min-height: 150px;
40
+ max-width: 150px;
41
+ max-height: 150px;
42
+ z-index: 1000; }
43
+
44
+ .editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper .mpp-profile-image-square {
45
+ position: relative;
46
+ top: 0;
47
+ left: 0;
48
+ height: 100%;
49
+ width: 100%;
50
+ z-index: 5; }
51
+
52
+ .editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper .mpp-profile-image-square img {
53
+ height: 100%;
54
+ width: 100%;
55
+ position: relative;
56
+ z-index: 5; }
57
+
58
+ .editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper .mpp-content-wrap {
59
+ display: block;
60
+ padding: 0 15px 0 15px;
61
+ -ms-flex: 3 0 0px;
62
+ flex: 3 0 0; }
63
+
64
+ .editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper .mpp-profile-name {
65
+ font: 1.4em;
66
+ line-height: 1.2; }
67
+
68
+ @media only screen and (max-width: 600px) {
69
+ .editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper {
70
+ flex: auto; } }
71
+
72
+ .editor-styles-wrapper .mpp-profile-wrap .mpp-profile-view-posts {
73
+ display: block;
74
+ width: 100%;
75
+ text-align: center;
76
+ padding: 10px 20px;
77
+ margin-top: 20px;
78
+ background-color: #cf6d38;
79
+ color: #FFF; }
80
+
81
+ .editor-styles-wrapper .mpp-profile-wrap .mpp-profile-view-posts a,
82
+ .editor-styles-wrapper .mpp-profile-wrap .mpp-profile-view-posts a:hover,
83
+ .editor-styles-wrapper .mpp-profile-wrap .mpp-profile-view-posts a:visited {
84
+ display: block;
85
+ width: 100%;
86
+ height: 100%;
87
+ color: #FFF;
88
+ text-decoration: none; }
89
+
90
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular {
91
+ position: relative;
92
+ margin: 0 auto;
93
+ line-height: 1.1; }
94
+
95
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular.round .mpp-profile-image-wrapper {
96
+ border-radius: 50%;
97
+ overflow: hidden; }
98
+
99
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular.round .mpp-profile-image-wrapper img {
100
+ border-radius: 50%; }
101
+
102
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular h2:before {
103
+ display: none; }
104
+
105
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper {
106
+ position: relative;
107
+ float: left;
108
+ line-height: 1.1;
109
+ z-index: 1000;
110
+ background: #ddd;
111
+ position: relative;
112
+ min-width: 150px;
113
+ min-height: 150px;
114
+ max-width: 150px;
115
+ max-height: 150px;
116
+ width: 100%;
117
+ margin-right: 20px; }
118
+
119
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper button {
120
+ position: relative;
121
+ min-width: 150px;
122
+ min-height: 150px;
123
+ max-width: 150px;
124
+ max-height: 150px;
125
+ z-index: 1000; }
126
+
127
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-profile-image-square {
128
+ position: relative;
129
+ top: 0;
130
+ left: 0;
131
+ height: 100%;
132
+ width: 100%;
133
+ z-index: 5; }
134
+
135
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-profile-image-square img {
136
+ height: 100%;
137
+ width: 100%;
138
+ position: relative;
139
+ z-index: 5; }
140
+
141
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-content-wrap {
142
+ display: block;
143
+ padding: 0 15px 0 15px;
144
+ -ms-flex: 3 0 0px;
145
+ flex: 3 0 0; }
146
+
147
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-profile-name {
148
+ font: 1.4em;
149
+ line-height: 1.2; }
150
+
151
+ @media only screen and (max-width: 600px) {
152
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper {
153
+ flex: auto; } }
154
+
155
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-gutenberg-view-posts {
156
+ clear: both; }
157
+
158
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-gutenberg-view-posts:after {
159
+ content: "";
160
+ display: table;
161
+ clear: both; }
162
+
163
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts {
164
+ clear: both;
165
+ display: block;
166
+ float: left;
167
+ text-align: center;
168
+ padding: 10px 20px;
169
+ margin-top: 20px;
170
+ margin-right: 20px;
171
+ background-color: #cf6d38;
172
+ color: #FFF; }
173
+
174
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts a,
175
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts a:hover,
176
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts a:visited {
177
+ display: block;
178
+ width: 100%;
179
+ height: 100%;
180
+ color: #FFF;
181
+ text-decoration: none; }
182
+
183
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts:after {
184
+ content: "";
185
+ display: table;
186
+ clear: both; }
187
+
188
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-website {
189
+ display: block;
190
+ float: left;
191
+ text-align: center;
192
+ padding: 10px 20px;
193
+ margin-top: 20px;
194
+ background-color: #333;
195
+ color: #FFF; }
196
+
197
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-website a,
198
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-website a:hover,
199
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-website a:visited {
200
+ display: block;
201
+ width: 100%;
202
+ height: 100%;
203
+ color: #FFF;
204
+ text-decoration: none; }
205
+
206
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular.right .mpp-profile-view-posts {
207
+ float: right;
208
+ margin-left: 20px; }
209
+
210
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular.center .mpp-profile-view-posts {
211
+ display: inline-block;
212
+ float: none;
213
+ margin-left: 20px; }
214
 
215
  /* Icon Sizes */
216
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-10,
217
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-10,
218
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-10,
219
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-10,
220
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-10 {
221
+ font-size: 10px; }
222
+
223
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-10 p,
224
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-10 div,
225
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-10 p,
226
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-10 div,
227
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-10 p,
228
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-10 div,
229
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-10 p,
230
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-10 div,
231
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-10 p,
232
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-10 div {
233
+ font-size: 10px; }
234
+
235
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-11,
236
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-11,
237
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-11,
238
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-11,
239
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-11 {
240
+ font-size: 11px; }
241
 
 
242
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-11 p,
243
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-11 div,
244
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-11 p,
245
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-11 div,
246
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-11 p,
247
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-11 div,
248
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-11 p,
249
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-11 div,
250
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-11 p,
251
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-11 div {
252
+ font-size: 11px; }
253
+
254
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-12,
255
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-12,
256
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-12,
257
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-12,
258
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-12 {
259
+ font-size: 12px; }
260
 
 
261
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-12 p,
262
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-12 div,
263
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-12 p,
264
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-12 div,
265
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-12 p,
266
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-12 div,
267
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-12 p,
268
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-12 div,
269
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-12 p,
270
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-12 div {
271
+ font-size: 12px; }
272
+
273
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-13,
274
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-13,
275
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-13,
276
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-13,
277
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-13 {
278
+ font-size: 13px; }
279
 
 
280
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-13 p,
281
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-13 div,
282
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-13 p,
283
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-13 div,
284
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-13 p,
285
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-13 div,
286
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-13 p,
287
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-13 div,
288
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-13 p,
289
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-13 div {
290
+ font-size: 13px; }
291
+
292
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-14,
293
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-14,
294
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-14,
295
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-14,
296
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-14 {
297
+ font-size: 14px; }
298
 
 
299
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-14 p,
300
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-14 div,
301
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-14 p,
302
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-14 div,
303
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-14 p,
304
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-14 div,
305
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-14 p,
306
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-14 div,
307
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-14 p,
308
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-14 div {
309
+ font-size: 14px; }
310
+
311
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-15,
312
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-15,
313
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-15,
314
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-15,
315
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-15 {
316
+ font-size: 15px; }
317
 
 
318
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-15 p,
319
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-15 div,
320
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-15 p,
321
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-15 div,
322
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-15 p,
323
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-15 div,
324
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-15 p,
325
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-15 div,
326
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-15 p,
327
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-15 div {
328
+ font-size: 15px; }
329
+
330
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-16,
331
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-16,
332
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-16,
333
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-16,
334
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-16 {
335
+ font-size: 16px; }
336
 
 
337
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-16 p,
338
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-16 div,
339
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-16 p,
340
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-16 div,
341
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-16 p,
342
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-16 div,
343
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-16 p,
344
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-16 div,
345
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-16 p,
346
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-16 div {
347
+ font-size: 16px; }
348
+
349
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-17,
350
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-17,
351
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-17,
352
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-17,
353
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-17 {
354
+ font-size: 17px; }
355
 
 
356
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-17 p,
357
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-17 div,
358
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-17 p,
359
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-17 div,
360
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-17 p,
361
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-17 div,
362
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-17 p,
363
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-17 div,
364
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-17 p,
365
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-17 div {
366
+ font-size: 17px; }
367
+
368
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-18,
369
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-18,
370
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-18,
371
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-18,
372
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-18 {
373
+ font-size: 18px; }
374
 
 
375
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-18 p,
376
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-18 div,
377
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-18 p,
378
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-18 div,
379
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-18 p,
380
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-18 div,
381
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-18 p,
382
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-18 div,
383
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-18 p,
384
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-18 div {
385
+ font-size: 18px; }
386
+
387
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-19,
388
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-19,
389
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-19,
390
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-19,
391
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-19 {
392
+ font-size: 19px; }
393
 
 
394
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-19 p,
395
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-19 div,
396
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-19 p,
397
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-19 div,
398
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-19 p,
399
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-19 div,
400
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-19 p,
401
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-19 div,
402
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-19 p,
403
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-19 div {
404
+ font-size: 19px; }
405
+
406
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-20,
407
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-20,
408
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-20,
409
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-20,
410
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-20 {
411
+ font-size: 20px; }
412
 
 
413
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-20 p,
414
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-20 div,
415
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-20 p,
416
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-20 div,
417
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-20 p,
418
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-20 div,
419
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-20 p,
420
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-20 div,
421
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-20 p,
422
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-20 div {
423
+ font-size: 20px; }
424
+
425
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-21,
426
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-21,
427
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-21,
428
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-21,
429
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-21 {
430
+ font-size: 21px; }
431
 
 
432
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-21 p,
433
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-21 div,
434
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-21 p,
435
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-21 div,
436
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-21 p,
437
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-21 div,
438
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-21 p,
439
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-21 div,
440
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-21 p,
441
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-21 div {
442
+ font-size: 21px; }
443
+
444
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-22,
445
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-22,
446
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-22,
447
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-22,
448
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-22 {
449
+ font-size: 22px; }
450
 
 
451
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-22 p,
452
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-22 div,
453
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-22 p,
454
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-22 div,
455
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-22 p,
456
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-22 div,
457
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-22 p,
458
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-22 div,
459
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-22 p,
460
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-22 div {
461
+ font-size: 22px; }
462
+
463
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-23,
464
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-23,
465
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-23,
466
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-23,
467
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-23 {
468
+ font-size: 23px; }
469
 
 
470
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-23 p,
471
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-23 div,
472
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-23 p,
473
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-23 div,
474
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-23 p,
475
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-23 div,
476
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-23 p,
477
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-23 div,
478
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-23 p,
479
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-23 div {
480
+ font-size: 23px; }
481
+
482
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-24,
483
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-24,
484
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-24,
485
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-24,
486
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-24 {
487
+ font-size: 24px; }
488
 
 
489
  .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-24 p,
490
+ .editor-styles-wrapper .mpp-profile-wrap.mt-font-size-24 div,
491
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-24 p,
492
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-24 div,
493
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-24 p,
494
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-24 div,
495
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-24 p,
496
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-24 div,
497
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-24 p,
498
+ .editor-styles-wrapper .mpp-profile-text.mt-font-size-24 div {
499
+ font-size: 24px; }
500
+
501
+ /* For Social Media */
502
+ .mpp-social {
503
+ margin-top: 15px; }
504
+
505
+ .mpp-social svg {
506
+ max-width: 32px;
507
+ max-height: 32px;
508
+ margin-right: 10px; }
509
+
510
+ /* Social Media Colors */
511
+ .mpp-social {
512
+ clear: both; }
513
+
514
+ .mpp-social svg.icon-twitter {
515
+ fill: #00aced; }
516
+
517
+ .mpp-social svg.icon-amazon {
518
+ fill: #000000; }
519
+
520
+ .mpp-social svg.icon-behance {
521
+ fill: #0692e9; }
522
+
523
+ .mpp-social svg.icon-blogger {
524
+ fill: #fb8f3d; }
525
+
526
+ .mpp-social svg.icon-codepen {
527
+ fill: #000000; }
528
 
529
+ .mpp-social svg.icon-dribble {
530
+ fill: #F46899; }
531
+
532
+ .mpp-social svg.icon-dropbox {
533
+ fill: #018BD3; }
534
+
535
+ .mpp-social svg.icon-eventbrite {
536
+ fill: #f6682F; }
537
+
538
+ .mpp-social svg.icon-facebook {
539
+ fill: #3b5998; }
540
+
541
+ .mpp-social svg.icon-flickr {
542
+ fill: #ff0084; }
543
+
544
+ .mpp-social svg.icon-foursquare {
545
+ fill: #0072b1; }
546
+
547
+ .mpp-social svg.icon-ghost {
548
+ fill: #000000; }
549
+
550
+ .mpp-social svg.icon-github {
551
+ fill: #070709; }
552
+
553
+ .mpp-social svg.icon-google-plus {
554
+ fill: #CF3D2E; }
555
+
556
+ .mpp-social svg.icon-instagram {
557
+ fill: #A1755C; }
558
+
559
+ .mpp-social svg.icon-linkedin {
560
+ fill: #0085AE; }
561
+
562
+ .mpp-social svg.icon-feed {
563
+ fill: #f26522; }
564
+
565
+ .mpp-social svg.icon-medium {
566
+ fill: #000000; }
567
+
568
+ .mpp-social svg.icon-path {
569
+ fill: #000000; }
570
+
571
+ .mpp-social svg.icon-pinterest {
572
+ fill: #CC2127; }
573
+
574
+ .mpp-social svg.icon-pocket {
575
+ fill: #000000; }
576
+
577
+ .mpp-social svg.icon-polldaddy {
578
+ fill: #bc0b0b; }
579
+
580
+ .mpp-social svg.icon-reddit {
581
+ fill: #000000; }
582
+
583
+ .mpp-social svg.icon-skype {
584
+ fill: #01AEF2; }
585
+
586
+ .mpp-social svg.icon-spotify {
587
+ fill: #1ed760; }
588
+
589
+ .mpp-social svg.icon-squarespace {
590
+ fill: #000000; }
591
+
592
+ .mpp-social svg.icon-stumbleupon {
593
+ fill: #EB4823; }
594
+
595
+ .mpp-social svg.icon-telegram {
596
+ fill: #000000; }
597
+
598
+ .mpp-social svg.icon-tumblr-alt {
599
+ fill: #314E6C; }
600
+
601
+ .mpp-social svg.icon-twitch {
602
+ fill: #4b367c; }
603
+
604
+ .mpp-social svg.icon-twitter-alt {
605
+ fill: #00aced; }
606
+
607
+ .mpp-social svg.icon-vimeo {
608
+ fill: #1ab7ea; }
609
+
610
+ .mpp-social svg.icon-wordpress {
611
+ fill: #21759b; }
612
+
613
+ .mpp-social svg.icon-youtube {
614
+ fill: #bb0000; }
615
+
616
+ /* For Profile Theme */
617
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile {
618
+ padding: 10px; }
619
+
620
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile h2 {
621
+ font-size: 0.8em;
622
+ font-weight: normal;
623
+ margin-bottom: 5px; }
624
+
625
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile h2:before {
626
+ display: none; }
627
+
628
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile.round .profile-avatar {
629
+ border-radius: 50%; }
630
+
631
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mpp-profile-image-wrapper {
632
  position: relative;
633
+ float: left;
634
+ line-height: 1.0;
635
+ z-index: 1000;
636
+ min-width: 150px;
637
+ min-height: 150px;
638
+ max-width: 150px;
639
+ max-height: 150px;
640
+ margin-right: 15px; }
641
+
642
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mpp-profile-meta {
643
+ clear: both;
644
+ margin: 10px 0; }
645
+
646
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mpp-profile-meta:after {
647
+ content: "";
648
+ display: table;
649
+ clear: both; }
650
+
651
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .alignleft {
652
+ max-width: none;
653
+ float: left; }
654
+
655
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .alignright {
656
+ max-width: none;
657
+ float: right; }
658
+
659
+ /* For Tabbed Theme */
660
+ .editor-styles-wrapper .mpp-author-tabbed {
661
+ padding: 10px; }
662
+
663
+ .editor-styles-wrapper .mpp-author-tabbed:after {
664
+ content: "";
665
+ display: table;
666
+ clear: both; }
667
+
668
+ .editor-styles-wrapper .mpp-author-tabbed .mpp-social {
669
+ margin-top: 0; }
670
+
671
+ .editor-styles-wrapper .mpp-author-tabbed .mpp-author-social-wrapper {
672
+ margin-bottom: 10px; }
673
+
674
+ .editor-styles-wrapper .mpp-author-tabbed .mpp-author-social-wrapper:after {
675
+ content: "";
676
+ display: table;
677
+ clear: both; }
678
+
679
+ .editor-styles-wrapper .mpp-author-tabbed h2 {
680
+ font-size: 0.8em;
681
+ font-weight: normal;
682
+ margin-bottom: 5px; }
683
+
684
+ .editor-styles-wrapper .mpp-author-tabbed h2:before {
685
+ display: none; }
686
+
687
+ .editor-styles-wrapper .mpp-author-tabbed .mpp-tab-wrapper {
688
+ clear: both; }
689
+
690
+ .editor-styles-wrapper .mpp-author-tabbed .mpp-author-heading {
691
+ float: left; }
692
+
693
+ .editor-styles-wrapper .mpp-author-tabbed .mpp-author-social {
694
+ float: right; }
695
+
696
+ .editor-styles-wrapper .mpp-author-tabbed .mpp-author-heading .mpp-author-profile-heading {
697
+ display: inline-block;
698
+ background: #42737b;
699
+ color: #FFF;
700
+ padding: 10px 20px;
701
+ font-size: 14px;
702
+ text-transform: uppercase; }
703
+
704
+ .editor-styles-wrapper .mpp-author-tabbed .mpp-author-profile-sub-heading {
705
+ font-size: 14px;
706
+ line-height: 1.1;
707
+ max-width: 150px;
708
+ text-align: center; }
709
+
710
+ .editor-styles-wrapper .mpp-author-tabbed.round .profile-avatar {
711
+ border-radius: 50%; }
712
+
713
+ .editor-styles-wrapper .mpp-author-tabbed .mpp-profile-image-wrapper {
714
+ clear: both;
715
  position: relative;
716
+ float: left;
717
+ line-height: 1.0;
718
+ z-index: 1000;
719
+ margin-right: 30px; }
720
+
721
+ .editor-styles-wrapper .mpp-author-tabbed .mpp-profile-image-wrapper img {
722
  min-width: 150px;
723
  min-height: 150px;
724
+ max-height: 150px;
725
+ max-width: 150px; }
726
 
727
+ .editor-styles-wrapper .mpp-author-tabbed .mpp-profile-meta {
728
+ clear: both;
729
+ margin: 10px 0; }
 
 
 
 
730
 
731
+ .editor-styles-wrapper .mpp-author-tabbed .mpp-profile-meta:after {
732
+ content: "";
733
+ display: table;
734
+ clear: both; }
 
735
 
736
+ .editor-styles-wrapper .mpp-author-tabbed .mpp-author-profile-title {
737
+ color: gray;
738
+ text-transform: uppercase;
739
+ font-size: 12px; }
740
+
741
+ .editor-styles-wrapper .mpp-author-tabbed .mpp-tabbed-profile-information:after {
742
+ content: "";
743
+ display: table;
744
+ clear: both; }
745
+
746
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tabs {
747
  position: relative;
748
+ list-style-type: none;
749
+ margin: 0;
750
+ padding: 0;
751
+ text-align: center; }
752
+
753
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tabs li {
754
+ cursor: pointer;
755
+ position: relative;
756
+ display: inline-block;
757
+ min-width: 200px;
758
+ background: #42737b;
759
+ margin: 0 5px 0 0;
760
+ text-align: center;
761
+ margin-right: 10px;
762
+ color: #FFF;
763
+ padding: 10px 20px;
764
+ font-size: 16px; }
765
+
766
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tabs li:last-child {
767
+ margin-right: 0; }
768
+
769
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tabs li.mpp-tab-posts {
770
+ background: #30424b; }
771
+
772
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content {
773
+ list-style-type: none;
774
+ margin: 0; }
775
 
776
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content li {
777
+ margin: 0; }
778
+
779
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.light a,
780
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.light a:hover,
781
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.light a:visited {
782
+ display: block;
783
+ background: #f7f7f7;
784
+ border: 1px solid #dedede;
785
+ padding: 10px 20px;
786
+ text-decoration: none;
787
+ color: #333; }
788
+
789
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.light a:hover {
790
+ background: #dedede; }
791
+
792
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.black a,
793
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.black a:hover,
794
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.black a:visited {
795
+ display: block;
796
+ background: #333;
797
+ color: #FFF;
798
+ border: 1px solid #1a1a1a;
799
+ padding: 10px 20px;
800
+ text-decoration: none; }
801
+
802
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.black a:hover {
803
+ background: #1a1a1a; }
804
+
805
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.magenta a,
806
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.magenta a:hover,
807
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.magenta a:visited {
808
+ display: block;
809
+ background: #FF00FF;
810
+ color: #FFF;
811
+ border: 1px solid #cc00cc;
812
+ padding: 10px 20px;
813
+ text-decoration: none; }
814
+
815
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.magenta a:hover {
816
+ background: #cc00cc; }
817
+
818
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.blue a,
819
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.blue a:hover,
820
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.blue a:visited {
821
+ display: block;
822
+ background: #0009c1;
823
+ color: #FFF;
824
+ border: 1px solid #00078e;
825
+ padding: 10px 20px;
826
+ text-decoration: none; }
827
+
828
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.blue a:hover {
829
+ background: #00078e; }
830
+
831
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.green a,
832
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.green a:hover,
833
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.green a:visited {
834
+ display: block;
835
+ background: #03ac27;
836
+ color: #FFF;
837
+ border: 1px solid #027a1c;
838
+ padding: 10px 20px;
839
+ text-decoration: none; }
840
+
841
+ .editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.green a:hover {
842
+ background: #027a1c; }
843
+
844
+ /* For Compact Theme */
845
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact {
846
+ text-align: center;
847
+ padding: 10px;
848
+ max-width: 400px;
849
+ margin: 0 auto;
850
+ line-height: 1.1; }
851
+
852
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact h2 {
853
+ font-size: 0.8em;
854
+ font-weight: normal;
855
+ margin-bottom: 5px; }
856
+
857
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact h2:before {
858
+ display: none; }
859
+
860
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact.round .profile-avatar {
861
+ border-radius: 50%; }
862
+
863
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-image-wrapper {
864
+ position: relative;
865
+ text-align: center;
866
+ line-height: 1.0;
867
+ z-index: 1000;
868
+ min-width: 150px;
869
+ min-height: 150px;
870
+ max-width: 150px;
871
+ max-height: 150px;
872
+ margin: 0 auto; }
873
+
874
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-text {
875
+ line-height: 1.1; }
876
+
877
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-compact-meta {
878
+ clear: both;
879
+ margin: 10px 0; }
880
+
881
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-compact-meta:after {
882
+ content: "";
883
+ display: table;
884
+ clear: both; }
885
+
886
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts {
887
+ clear: both;
888
  display: block;
 
889
  text-align: center;
890
  padding: 10px 20px;
891
  margin-top: 20px;
892
+ margin-right: 20px;
893
  background-color: #cf6d38;
894
+ color: #FFF;
895
+ margin-bottom: 10px; }
896
 
897
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts a,
898
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts a:hover,
899
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts a:visited {
900
  display: block;
901
  width: 100%;
902
  height: 100%;
903
  color: #FFF;
904
  text-decoration: none; }
905
 
906
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts:after {
907
+ content: "";
908
+ display: table;
909
+ clear: both; }
910
+
911
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-website {
912
  display: block;
913
+ text-align: center;
914
+ padding: 10px 20px;
915
+ margin-top: 20px;
916
+ background-color: #333;
917
+ color: #FFF; }
918
 
919
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-website a,
920
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-website a:hover,
921
+ .editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-website a:visited {
922
+ display: block;
923
+ width: 100%;
924
+ height: 100%;
925
+ color: #FFF;
926
+ text-decoration: none; }
css/back-end-gutenberg.min.css CHANGED
@@ -1,2 +1,2 @@
1
- .mpp-profile-wrap{margin:0 auto;padding:3%;border-radius:5px;margin-bottom:1.2em;margin-bottom:20px}.mpp-profile-wrap.round .mpp-profile-image-wrapper{border-radius:500px;overflow:hidden}.mpp-profile-wrap.round .mpp-profile-image-wrapper img{border-radius:500px}.mpp-profile-wrap.right .mpp-profile-image-wrapper{text-align:right;order:2}.mpp-profile-gutenberg-wrap{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack:distribute;justify-content:space-around;width:100%}.editor-styles-wrapper .mpp-profile-gutenberg-wrap h2,.editor-styles-wrapper .mpp-profile-gutenberg-wrap p,.editor-styles-wrapper .mpp-profile-gutenberg-wrap div{font-size:18px;line-height:1.1;margin-bottom:20px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-10 h2,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-10 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-10 div{font-size:10px;margin-bottom:20px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-11 h2,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-11 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-11 div{font-size:11px;margin-bottom:20px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-12 h2,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-12 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-12 div{font-size:12px;margin-bottom:20px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-13 h2,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-13 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-13 div{font-size:13px;margin-bottom:20px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-14 h2,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-14 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-14 div{font-size:14px;margin-bottom:20px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-15 h2,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-15 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-15 div{font-size:15px;margin-bottom:20px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-16 h2,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-16 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-16 div{font-size:16px;margin-bottom:20px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-17 h2,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-17 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-17 div{font-size:17px;margin-bottom:20px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-18 h2,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-18 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-18 div{font-size:18px;margin-bottom:20px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-19 h2,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-19 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-19 div{font-size:19px;margin-bottom:20px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-20 h2,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-20 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-20 div{font-size:20px;margin-bottom:20px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-21 h2,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-21 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-21 div{font-size:21px;margin-bottom:20px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-22 h2,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-22 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-22 div{font-size:22px;margin-bottom:20px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-23 h2,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-23 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-23 div{font-size:23px;margin-bottom:20px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-24 h2,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-24 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-24 div{font-size:24px;margin-bottom:20px}.mpp-profile-image-wrapper{position:relative;z-index:0;-ms-flex:1 0 0;flex:1 0 0;background:#ddd;position:relative;min-width:150px;min-height:150px;width:100%}.mpp-profile-image-wrapper .mpp-profile-image-square{position:absolute;top:0;left:0;height:100%;width:100%;z-index:5}.mpp-profile-image-wrapper .mpp-profile-image-square button{top:0;left:0;opacity:1 !important;height:100%}.mpp-profile-image-wrapper .mpp-profile-image-square img{object-fit:cover;height:100%;width:100%;position:relative;z-index:5}.mpp-profile-view-posts{display:block;width:100%;text-align:center;padding:10px 20px;margin-top:20px;background-color:#cf6d38;color:#FFF}.mpp-profile-view-posts a,.mpp-profile-view-posts a:hover,.mpp-profile-view-posts a:visited{display:block;width:100%;height:100%;color:#FFF;text-decoration:none}.mpp-content-wrap{display:block;padding:0 15px 0 15px;-ms-flex:3 0 0;flex:3 0 0}.mpp-profile-name{font:1.4em;line-height:1.2}
2
  /*# sourceMappingURL=back-end-gutenberg.min.css.map */
1
+ .editor-styles-wrapper .mpp-profile-wrap{margin:0 auto;padding:3%;border-radius:5px;margin-bottom:1.2em;margin-bottom:20px;line-height:1.1}.editor-styles-wrapper .mpp-profile-wrap.round .mpp-profile-image-wrapper{border-radius:50%;overflow:hidden}.editor-styles-wrapper .mpp-profile-wrap.round .mpp-profile-image-wrapper img{border-radius:50%}.editor-styles-wrapper .mpp-profile-wrap h1,.editor-styles-wrapper .mpp-profile-wrap h2,.editor-styles-wrapper .mpp-profile-wrap h3,.editor-styles-wrapper .mpp-profile-wrap h4,.editor-styles-wrapper .mpp-profile-wrap h5,.editor-styles-wrapper .mpp-profile-wrap h6{clear:none}.editor-styles-wrapper .mpp-profile-wrap h2:before{display:none}.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper{position:relative;float:left;line-height:1.1;z-index:1000;background:#ddd;position:relative;min-width:150px;min-height:150px;max-width:150px;max-height:150px;width:100%;margin-right:20px}.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper button{position:relative;min-width:150px;min-height:150px;max-width:150px;max-height:150px;z-index:1000}.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper .mpp-profile-image-square{position:relative;top:0;left:0;height:100%;width:100%;z-index:5}.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper .mpp-profile-image-square img{height:100%;width:100%;position:relative;z-index:5}.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper .mpp-content-wrap{display:block;padding:0 15px 0 15px;-ms-flex:3 0 0;flex:3 0 0}.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper .mpp-profile-name{font:1.4em;line-height:1.2}@media only screen and (max-width:600px){.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper{flex:auto}}.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-view-posts{display:block;width:100%;text-align:center;padding:10px 20px;margin-top:20px;background-color:#cf6d38;color:#FFF}.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-view-posts a,.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-view-posts a:hover,.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-view-posts a:visited{display:block;width:100%;height:100%;color:#FFF;text-decoration:none}.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular{position:relative;margin:0 auto;line-height:1.1}.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular.round .mpp-profile-image-wrapper{border-radius:50%;overflow:hidden}.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular.round .mpp-profile-image-wrapper img{border-radius:50%}.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular h2:before{display:none}.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper{position:relative;float:left;line-height:1.1;z-index:1000;background:#ddd;position:relative;min-width:150px;min-height:150px;max-width:150px;max-height:150px;width:100%;margin-right:20px}.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper button{position:relative;min-width:150px;min-height:150px;max-width:150px;max-height:150px;z-index:1000}.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-profile-image-square{position:relative;top:0;left:0;height:100%;width:100%;z-index:5}.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-profile-image-square img{height:100%;width:100%;position:relative;z-index:5}.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-content-wrap{display:block;padding:0 15px 0 15px;-ms-flex:3 0 0;flex:3 0 0}.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-profile-name{font:1.4em;line-height:1.2}@media only screen and (max-width:600px){.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper{flex:auto}}.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-gutenberg-view-posts{clear:both}.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-gutenberg-view-posts:after{content:"";display:table;clear:both}.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts{clear:both;display:block;float:left;text-align:center;padding:10px 20px;margin-top:20px;margin-right:20px;background-color:#cf6d38;color:#FFF}.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts a,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts a:hover,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts a:visited{display:block;width:100%;height:100%;color:#FFF;text-decoration:none}.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts:after{content:"";display:table;clear:both}.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-website{display:block;float:left;text-align:center;padding:10px 20px;margin-top:20px;background-color:#333;color:#FFF}.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-website a,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-website a:hover,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-website a:visited{display:block;width:100%;height:100%;color:#FFF;text-decoration:none}.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular.right .mpp-profile-view-posts{float:right;margin-left:20px}.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular.center .mpp-profile-view-posts{display:inline-block;float:none;margin-left:20px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-10,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-10,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-10,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-10,.editor-styles-wrapper .mpp-profile-text.mt-font-size-10{font-size:10px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-10 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-10 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-10 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-10 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-10 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-10 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-10 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-10 div,.editor-styles-wrapper .mpp-profile-text.mt-font-size-10 p,.editor-styles-wrapper .mpp-profile-text.mt-font-size-10 div{font-size:10px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-11,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-11,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-11,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-11,.editor-styles-wrapper .mpp-profile-text.mt-font-size-11{font-size:11px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-11 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-11 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-11 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-11 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-11 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-11 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-11 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-11 div,.editor-styles-wrapper .mpp-profile-text.mt-font-size-11 p,.editor-styles-wrapper .mpp-profile-text.mt-font-size-11 div{font-size:11px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-12,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-12,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-12,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-12,.editor-styles-wrapper .mpp-profile-text.mt-font-size-12{font-size:12px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-12 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-12 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-12 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-12 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-12 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-12 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-12 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-12 div,.editor-styles-wrapper .mpp-profile-text.mt-font-size-12 p,.editor-styles-wrapper .mpp-profile-text.mt-font-size-12 div{font-size:12px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-13,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-13,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-13,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-13,.editor-styles-wrapper .mpp-profile-text.mt-font-size-13{font-size:13px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-13 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-13 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-13 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-13 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-13 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-13 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-13 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-13 div,.editor-styles-wrapper .mpp-profile-text.mt-font-size-13 p,.editor-styles-wrapper .mpp-profile-text.mt-font-size-13 div{font-size:13px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-14,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-14,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-14,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-14,.editor-styles-wrapper .mpp-profile-text.mt-font-size-14{font-size:14px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-14 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-14 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-14 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-14 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-14 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-14 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-14 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-14 div,.editor-styles-wrapper .mpp-profile-text.mt-font-size-14 p,.editor-styles-wrapper .mpp-profile-text.mt-font-size-14 div{font-size:14px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-15,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-15,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-15,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-15,.editor-styles-wrapper .mpp-profile-text.mt-font-size-15{font-size:15px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-15 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-15 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-15 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-15 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-15 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-15 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-15 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-15 div,.editor-styles-wrapper .mpp-profile-text.mt-font-size-15 p,.editor-styles-wrapper .mpp-profile-text.mt-font-size-15 div{font-size:15px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-16,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-16,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-16,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-16,.editor-styles-wrapper .mpp-profile-text.mt-font-size-16{font-size:16px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-16 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-16 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-16 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-16 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-16 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-16 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-16 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-16 div,.editor-styles-wrapper .mpp-profile-text.mt-font-size-16 p,.editor-styles-wrapper .mpp-profile-text.mt-font-size-16 div{font-size:16px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-17,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-17,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-17,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-17,.editor-styles-wrapper .mpp-profile-text.mt-font-size-17{font-size:17px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-17 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-17 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-17 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-17 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-17 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-17 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-17 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-17 div,.editor-styles-wrapper .mpp-profile-text.mt-font-size-17 p,.editor-styles-wrapper .mpp-profile-text.mt-font-size-17 div{font-size:17px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-18,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-18,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-18,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-18,.editor-styles-wrapper .mpp-profile-text.mt-font-size-18{font-size:18px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-18 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-18 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-18 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-18 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-18 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-18 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-18 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-18 div,.editor-styles-wrapper .mpp-profile-text.mt-font-size-18 p,.editor-styles-wrapper .mpp-profile-text.mt-font-size-18 div{font-size:18px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-19,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-19,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-19,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-19,.editor-styles-wrapper .mpp-profile-text.mt-font-size-19{font-size:19px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-19 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-19 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-19 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-19 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-19 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-19 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-19 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-19 div,.editor-styles-wrapper .mpp-profile-text.mt-font-size-19 p,.editor-styles-wrapper .mpp-profile-text.mt-font-size-19 div{font-size:19px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-20,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-20,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-20,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-20,.editor-styles-wrapper .mpp-profile-text.mt-font-size-20{font-size:20px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-20 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-20 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-20 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-20 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-20 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-20 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-20 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-20 div,.editor-styles-wrapper .mpp-profile-text.mt-font-size-20 p,.editor-styles-wrapper .mpp-profile-text.mt-font-size-20 div{font-size:20px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-21,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-21,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-21,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-21,.editor-styles-wrapper .mpp-profile-text.mt-font-size-21{font-size:21px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-21 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-21 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-21 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-21 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-21 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-21 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-21 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-21 div,.editor-styles-wrapper .mpp-profile-text.mt-font-size-21 p,.editor-styles-wrapper .mpp-profile-text.mt-font-size-21 div{font-size:21px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-22,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-22,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-22,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-22,.editor-styles-wrapper .mpp-profile-text.mt-font-size-22{font-size:22px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-22 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-22 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-22 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-22 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-22 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-22 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-22 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-22 div,.editor-styles-wrapper .mpp-profile-text.mt-font-size-22 p,.editor-styles-wrapper .mpp-profile-text.mt-font-size-22 div{font-size:22px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-23,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-23,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-23,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-23,.editor-styles-wrapper .mpp-profile-text.mt-font-size-23{font-size:23px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-23 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-23 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-23 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-23 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-23 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-23 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-23 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-23 div,.editor-styles-wrapper .mpp-profile-text.mt-font-size-23 p,.editor-styles-wrapper .mpp-profile-text.mt-font-size-23 div{font-size:23px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-24,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-24,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-24,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-24,.editor-styles-wrapper .mpp-profile-text.mt-font-size-24{font-size:24px}.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-24 p,.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-24 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-24 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-24 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-24 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-24 div,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-24 p,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-24 div,.editor-styles-wrapper .mpp-profile-text.mt-font-size-24 p,.editor-styles-wrapper .mpp-profile-text.mt-font-size-24 div{font-size:24px}.mpp-social{margin-top:15px}.mpp-social svg{max-width:32px;max-height:32px;margin-right:10px}.mpp-social{clear:both}.mpp-social svg.icon-twitter{fill:#00aced}.mpp-social svg.icon-amazon{fill:#000}.mpp-social svg.icon-behance{fill:#0692e9}.mpp-social svg.icon-blogger{fill:#fb8f3d}.mpp-social svg.icon-codepen{fill:#000}.mpp-social svg.icon-dribble{fill:#f46899}.mpp-social svg.icon-dropbox{fill:#018bd3}.mpp-social svg.icon-eventbrite{fill:#f6682f}.mpp-social svg.icon-facebook{fill:#3b5998}.mpp-social svg.icon-flickr{fill:#ff0084}.mpp-social svg.icon-foursquare{fill:#0072b1}.mpp-social svg.icon-ghost{fill:#000}.mpp-social svg.icon-github{fill:#070709}.mpp-social svg.icon-google-plus{fill:#cf3d2e}.mpp-social svg.icon-instagram{fill:#a1755c}.mpp-social svg.icon-linkedin{fill:#0085ae}.mpp-social svg.icon-feed{fill:#f26522}.mpp-social svg.icon-medium{fill:#000}.mpp-social svg.icon-path{fill:#000}.mpp-social svg.icon-pinterest{fill:#cc2127}.mpp-social svg.icon-pocket{fill:#000}.mpp-social svg.icon-polldaddy{fill:#bc0b0b}.mpp-social svg.icon-reddit{fill:#000}.mpp-social svg.icon-skype{fill:#01aef2}.mpp-social svg.icon-spotify{fill:#1ed760}.mpp-social svg.icon-squarespace{fill:#000}.mpp-social svg.icon-stumbleupon{fill:#eb4823}.mpp-social svg.icon-telegram{fill:#000}.mpp-social svg.icon-tumblr-alt{fill:#314e6c}.mpp-social svg.icon-twitch{fill:#4b367c}.mpp-social svg.icon-twitter-alt{fill:#00aced}.mpp-social svg.icon-vimeo{fill:#1ab7ea}.mpp-social svg.icon-wordpress{fill:#21759b}.mpp-social svg.icon-youtube{fill:#b00}.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile{padding:10px}.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile h2{font-size:.8em;font-weight:normal;margin-bottom:5px}.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile h2:before{display:none}.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile.round .profile-avatar{border-radius:50%}.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mpp-profile-image-wrapper{position:relative;float:left;line-height:1;z-index:1000;min-width:150px;min-height:150px;max-width:150px;max-height:150px;margin-right:15px}.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mpp-profile-meta{clear:both;margin:10px 0}.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mpp-profile-meta:after{content:"";display:table;clear:both}.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .alignleft{max-width:none;float:left}.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .alignright{max-width:none;float:right}.editor-styles-wrapper .mpp-author-tabbed{padding:10px}.editor-styles-wrapper .mpp-author-tabbed:after{content:"";display:table;clear:both}.editor-styles-wrapper .mpp-author-tabbed .mpp-social{margin-top:0}.editor-styles-wrapper .mpp-author-tabbed .mpp-author-social-wrapper{margin-bottom:10px}.editor-styles-wrapper .mpp-author-tabbed .mpp-author-social-wrapper:after{content:"";display:table;clear:both}.editor-styles-wrapper .mpp-author-tabbed h2{font-size:.8em;font-weight:normal;margin-bottom:5px}.editor-styles-wrapper .mpp-author-tabbed h2:before{display:none}.editor-styles-wrapper .mpp-author-tabbed .mpp-tab-wrapper{clear:both}.editor-styles-wrapper .mpp-author-tabbed .mpp-author-heading{float:left}.editor-styles-wrapper .mpp-author-tabbed .mpp-author-social{float:right}.editor-styles-wrapper .mpp-author-tabbed .mpp-author-heading .mpp-author-profile-heading{display:inline-block;background:#42737b;color:#FFF;padding:10px 20px;font-size:14px;text-transform:uppercase}.editor-styles-wrapper .mpp-author-tabbed .mpp-author-profile-sub-heading{font-size:14px;line-height:1.1;max-width:150px;text-align:center}.editor-styles-wrapper .mpp-author-tabbed.round .profile-avatar{border-radius:50%}.editor-styles-wrapper .mpp-author-tabbed .mpp-profile-image-wrapper{clear:both;position:relative;float:left;line-height:1;z-index:1000;margin-right:30px}.editor-styles-wrapper .mpp-author-tabbed .mpp-profile-image-wrapper img{min-width:150px;min-height:150px;max-height:150px;max-width:150px}.editor-styles-wrapper .mpp-author-tabbed .mpp-profile-meta{clear:both;margin:10px 0}.editor-styles-wrapper .mpp-author-tabbed .mpp-profile-meta:after{content:"";display:table;clear:both}.editor-styles-wrapper .mpp-author-tabbed .mpp-author-profile-title{color:gray;text-transform:uppercase;font-size:12px}.editor-styles-wrapper .mpp-author-tabbed .mpp-tabbed-profile-information:after{content:"";display:table;clear:both}.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tabs{position:relative;list-style-type:none;margin:0;padding:0;text-align:center}.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tabs li{cursor:pointer;position:relative;display:inline-block;min-width:200px;background:#42737b;margin:0 5px 0 0;text-align:center;margin-right:10px;color:#FFF;padding:10px 20px;font-size:16px}.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tabs li:last-child{margin-right:0}.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tabs li.mpp-tab-posts{background:#30424b}.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content{list-style-type:none;margin:0}.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content li{margin:0}.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.light a,.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.light a:hover,.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.light a:visited{display:block;background:#f7f7f7;border:1px solid #dedede;padding:10px 20px;text-decoration:none;color:#333}.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.light a:hover{background:#dedede}.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.black a,.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.black a:hover,.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.black a:visited{display:block;background:#333;color:#FFF;border:1px solid #1a1a1a;padding:10px 20px;text-decoration:none}.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.black a:hover{background:#1a1a1a}.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.magenta a,.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.magenta a:hover,.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.magenta a:visited{display:block;background:#f0f;color:#FFF;border:1px solid #c0c;padding:10px 20px;text-decoration:none}.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.magenta a:hover{background:#c0c}.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.blue a,.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.blue a:hover,.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.blue a:visited{display:block;background:#0009c1;color:#FFF;border:1px solid #00078e;padding:10px 20px;text-decoration:none}.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.blue a:hover{background:#00078e}.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.green a,.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.green a:hover,.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.green a:visited{display:block;background:#03ac27;color:#FFF;border:1px solid #027a1c;padding:10px 20px;text-decoration:none}.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.green a:hover{background:#027a1c}.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact{text-align:center;padding:10px;max-width:400px;margin:0 auto;line-height:1.1}.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact h2{font-size:.8em;font-weight:normal;margin-bottom:5px}.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact h2:before{display:none}.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact.round .profile-avatar{border-radius:50%}.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-image-wrapper{position:relative;text-align:center;line-height:1;z-index:1000;min-width:150px;min-height:150px;max-width:150px;max-height:150px;margin:0 auto}.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-text{line-height:1.1}.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-compact-meta{clear:both;margin:10px 0}.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-compact-meta:after{content:"";display:table;clear:both}.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts{clear:both;display:block;text-align:center;padding:10px 20px;margin-top:20px;margin-right:20px;background-color:#cf6d38;color:#FFF;margin-bottom:10px}.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts a,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts a:hover,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts a:visited{display:block;width:100%;height:100%;color:#FFF;text-decoration:none}.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts:after{content:"";display:table;clear:both}.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-website{display:block;text-align:center;padding:10px 20px;margin-top:20px;background-color:#333;color:#FFF}.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-website a,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-website a:hover,.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-website a:visited{display:block;width:100%;height:100%;color:#FFF;text-decoration:none}
2
  /*# sourceMappingURL=back-end-gutenberg.min.css.map */
css/back-end-gutenberg.min.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["back-end-gutenberg.scss"],"names":[],"mappings":"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","file":"back-end-gutenberg.min.css","sourcesContent":[".mpp-profile-wrap {\n\tmargin: 0 auto;\n\tpadding: 3%;\n\tborder-radius: 5px;\n\tmargin-bottom: 1.2em;\n\tmargin-bottom: 20px;\n\n\t&.round .mpp-profile-image-wrapper {\n\t\tborder-radius: 500px;\n\t\toverflow: hidden;\n\t}\n\t&.round .mpp-profile-image-wrapper img {\n\t\tborder-radius: 500px;\n\t}\n\t&.right .mpp-profile-image-wrapper {\n\t\ttext-align: right;\n\t\torder: 2;\n\t}\n}\n.mpp-profile-gutenberg-wrap {\n\tdisplay: -ms-flexbox;\n\tdisplay: flex;\n\t-ms-flex-flow: row wrap;\n\tflex-flow: row wrap;\n\t-ms-flex-pack: distribute;\n\tjustify-content: space-around;\n\twidth: 100%;\n}\n.editor-styles-wrapper .mpp-profile-gutenberg-wrap {\n\th2, \n\tp,\n\tdiv {\n\t\tfont-size: 18px;\n\t\tline-height: 1.1;\n\t\tmargin-bottom: 20px;\n\t}\n}\n/* Icon Sizes */ \n$sizes: 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24;\n@each $size in $sizes {\n\t.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-#{$size} {\n\t\th2, \n\t\tp,\n\t\tdiv {\n\t\t\tfont-size: #{$size}px;\n\t\t\tmargin-bottom: 20px;\n\t\t}\n\t\t\n\t}\n}\n.mpp-profile-image-wrapper {\n\tposition: relative;\n\tz-index: 0;\n\t-ms-flex: 1 0 0px;\n\tflex: 1 0 0;\n\tbackground: #ddd;\n\tposition: relative;\n\tmin-width: 150px;\n\tmin-height: 150px;\n\twidth: 100%;\n\t.mpp-profile-image-square {\n\t\tposition: absolute;\n\t\ttop: 0;\n\t\tleft: 0;\n\t\theight: 100%;\n\t\twidth: 100%;\n\t\tz-index: 5;\n\t}\n\t.mpp-profile-image-square button {\n\t\ttop: 0;\n\t\tleft: 0;\n\t\topacity: 1 !important;\n\t\theight: 100%;\n\t}\n\t.mpp-profile-image-square img {\n\t\tobject-fit: cover;\n\t\theight: 100%;\n\t\twidth: 100%;\n\t\tposition: relative;\n\t\tz-index: 5;\n\t}\n}\n.mpp-profile-view-posts {\n\tdisplay: block;\n\twidth: 100%;\n\ttext-align: center;\n\tpadding: 10px 20px;\n\tmargin-top: 20px;\n\tbackground-color: #cf6d38;\n\tcolor: #FFF;\n\ta,\n\ta:hover,\n\ta:visited {\n\t\tdisplay: block;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\tcolor: #FFF;\n\t\ttext-decoration: none;\n\t}\n}\n.mpp-content-wrap {\n\tdisplay: block;\n\tpadding: 0 15px 0 15px;\n\t-ms-flex: 3 0 0px;\n\tflex: 3 0 0;\n}\n.mpp-profile-name {\n\tfont: 1.4em;\n\tline-height: 1.2;\n}"]}
1
+ {"version":3,"sources":["back-end-gutenberg.scss"],"names":[],"mappings":"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","file":"back-end-gutenberg.min.css","sourcesContent":[".editor-styles-wrapper .mpp-profile-wrap {\n\tmargin: 0 auto;\n\tpadding: 3%;\n\tborder-radius: 5px;\n\tmargin-bottom: 1.2em;\n\tmargin-bottom: 20px;\n\tline-height: 1.1;\n\t&.round .mpp-profile-image-wrapper {\n\t\tborder-radius: 50%;\n\t\toverflow: hidden;\n\t}\n\t&.round .mpp-profile-image-wrapper img {\n\t\tborder-radius: 50%;\n\t}\n\th1,h2,h3,h4,h5,h6 {\n\t\tclear: none;\n\t}\n\th2:before {\n\t\tdisplay: none;\n\t}\n\t.mpp-profile-image-wrapper {\n\t\tposition: relative;\n\t\tfloat: left;\n\t\tline-height: 1.1;\n\t\tz-index: 1000;\n\t\tbackground: #ddd;\n\t\tposition: relative;\n\t\tmin-width: 150px;\n\t\tmin-height: 150px;\n\t\tmax-width: 150px;\n\t\tmax-height: 150px;\n\t\twidth: 100%;\n\t\tmargin-right: 20px;\n\t\tbutton {\n\t\t\tposition: relative;\n\t\t\tmin-width: 150px;\n\t\t\tmin-height: 150px;\n\t\t\tmax-width: 150px;\n\t\t\tmax-height: 150px;\n\t\t\tz-index: 1000;\n\t\t}\n\t\t.mpp-profile-image-square {\n\t\t\tposition: relative;\n\t\t\ttop: 0;\n\t\t\tleft: 0;\n\t\t\theight: 100%;\n\t\t\twidth: 100%;\n\t\t\tz-index: 5;\n\t\t}\n\t\t.mpp-profile-image-square img {\n\t\t\theight: 100%;\n\t\t\twidth: 100%;\n\t\t\tposition: relative;\n\t\t\tz-index: 5;\n\t\t}\n\t\t.mpp-content-wrap {\n\t\t\tdisplay: block;\n\t\t\tpadding: 0 15px 0 15px;\n\t\t\t-ms-flex: 3 0 0px;\n\t\t\tflex: 3 0 0;\n\t\t}\n\t\t.mpp-profile-name {\n\t\t\tfont: 1.4em;\n\t\t\tline-height: 1.2;\n\t\t}\n\t\t@media only screen and (max-width: 600px) {\n\t\t\tflex: auto;\n\t\t}\n\t}\n\t.mpp-profile-view-posts {\n\t\tdisplay: block;\n\t\twidth: 100%;\n\t\ttext-align: center;\n\t\tpadding: 10px 20px;\n\t\tmargin-top: 20px;\n\t\tbackground-color: #cf6d38;\n\t\tcolor: #FFF;\n\t\ta,\n\t\ta:hover,\n\t\ta:visited {\n\t\t\tdisplay: block;\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\tcolor: #FFF;\n\t\t\ttext-decoration: none;\n\t\t}\n\t}\n}\n\n.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular {\n\tposition: relative;\n\tmargin: 0 auto;\n\tline-height: 1.1;\n\t&.round .mpp-profile-image-wrapper {\n\t\tborder-radius: 50%;\n\t\toverflow: hidden;\n\t}\n\t&.round .mpp-profile-image-wrapper img {\n\t\tborder-radius: 50%;\n\t}\n\th2:before {\n\t\tdisplay: none;\n\t}\n\t.mpp-profile-image-wrapper {\n\t\tposition: relative;\n\t\tfloat: left;\n\t\tline-height: 1.1;\n\t\tz-index: 1000;\n\t\tbackground: #ddd;\n\t\tposition: relative;\n\t\tmin-width: 150px;\n\t\tmin-height: 150px;\n\t\tmax-width: 150px;\n\t\tmax-height: 150px;\n\t\twidth: 100%;\n\t\tmargin-right: 20px;\n\t\tbutton {\n\t\t\tposition: relative;\n\t\t\tmin-width: 150px;\n\t\t\tmin-height: 150px;\n\t\t\tmax-width: 150px;\n\t\t\tmax-height: 150px;\n\t\t\tz-index: 1000;\n\t\t}\n\t\t.mpp-profile-image-square {\n\t\t\tposition: relative;\n\t\t\ttop: 0;\n\t\t\tleft: 0;\n\t\t\theight: 100%;\n\t\t\twidth: 100%;\n\t\t\tz-index: 5;\n\t\t}\n\t\t.mpp-profile-image-square img {\n\t\t\theight: 100%;\n\t\t\twidth: 100%;\n\t\t\tposition: relative;\n\t\t\tz-index: 5;\n\t\t}\n\t\t.mpp-content-wrap {\n\t\t\tdisplay: block;\n\t\t\tpadding: 0 15px 0 15px;\n\t\t\t-ms-flex: 3 0 0px;\n\t\t\tflex: 3 0 0;\n\t\t}\n\t\t.mpp-profile-name {\n\t\t\tfont: 1.4em;\n\t\t\tline-height: 1.2;\n\t\t}\n\t\t@media only screen and (max-width: 600px) {\n\t\t\tflex: auto;\n\t\t}\n\t}\n\t.mpp-gutenberg-view-posts {\n\t\tclear: both;\n\t\t&:after {\n\t\t\tcontent: \"\";\n\t\t\tdisplay: table;\n\t\t\tclear: both;\n\t\t}\n\t}\n\n\t.mpp-profile-view-posts {\n\t\tclear: both;\n\t\tdisplay: block;\n\t\tfloat: left;\n\t\ttext-align: center;\n\t\tpadding: 10px 20px;\n\t\tmargin-top: 20px;\n\t\tmargin-right: 20px;\n\t\tbackground-color: #cf6d38;\n\t\tcolor: #FFF;\n\t\ta,\n\t\ta:hover,\n\t\ta:visited {\n\t\t\tdisplay: block;\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\tcolor: #FFF;\n\t\t\ttext-decoration: none;\n\t\t}\n\t\t&:after {\n\t\t\tcontent: \"\";\n\t\t\tdisplay: table;\n\t\t\tclear: both;\n\t\t}\n\t}\n\n\t.mpp-profile-view-website {\n\t\tdisplay: block;\n\t\tfloat: left;\n\t\ttext-align: center;\n\t\tpadding: 10px 20px;\n\t\tmargin-top: 20px;\n\t\tbackground-color: #333;\n\t\tcolor: #FFF;\n\t\ta,\n\t\ta:hover,\n\t\ta:visited {\n\t\t\tdisplay: block;\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\tcolor: #FFF;\n\t\t\ttext-decoration: none;\n\t\t}\n\t}\n\t&.right .mpp-profile-view-posts {\n\t\tfloat: right;\n\t\tmargin-left: 20px;\n\t}\n\t&.center .mpp-profile-view-posts {\n\t\tdisplay: inline-block;\n\t\tfloat: none;\n\t\tmargin-left: 20px;\n\t}\n}\n\n\n/* Icon Sizes */\n$sizes: 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24;\n@each $size in $sizes {\n\t.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-#{$size},\n\t.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-#{$size},\n\t.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-#{$size},\n\t.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-#{$size},\n\t.editor-styles-wrapper .mpp-profile-text.mt-font-size-#{$size} {\n\t\tfont-size: #{$size}px;\n\t\tp,\n\t\tdiv {\n\t\t\tfont-size: #{$size}px;\n\t\t}\n\n\t}\n}\n\n/* For Social Media */\n.mpp-social {\n\tmargin-top: 15px;\n\tsvg {\n\t\tmax-width: 32px;\n\t\tmax-height: 32px;\n\t\tmargin-right: 10px;\n\t}\n}\n/* Social Media Colors */\n$colors: twitter #00aced,\n\tamazon #000000,\n\tbehance #0692e9,\n\tblogger #fb8f3d,\n\tcodepen #000000,\n\tdribble #F46899,\n\tdropbox #018BD3,\n\teventbrite #f6682F,\n\tfacebook #3b5998,\n\tflickr #ff0084,\n\tfoursquare #0072b1,\n\tghost #000000,\n\tgithub #070709,\n\tgoogle-plus #CF3D2E,\n\tinstagram #A1755C,\n\tlinkedin #0085AE,\n\tfeed #f26522,\n\tmedium #000000,\n\tpath #000000,\n\tpinterest #CC2127,\n\tpocket #000000,\n\tpolldaddy #bc0b0b,\n\treddit #000000,\n\tskype #01AEF2,\n\tspotify #1ed760,\n\tsquarespace #000000,\n\tstumbleupon #EB4823,\n\ttelegram #000000,\n\ttumblr-alt #314E6C,\n\ttwitch #4b367c,\n\ttwitter-alt #00aced,\n\tvimeo #1ab7ea,\n\twordpress #21759b,\n\tyoutube #bb0000\n;\n.mpp-social {\n\tclear: both;\n}\n.mpp-social svg {\n\t@each $color in $colors {\n\t\t&.icon-#{nth($color,1)} {\n\t\t\tfill: #{nth($color,2)};\n\t\t}\n\t}\n}\n\n/* For Profile Theme */\n.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile {\n\tpadding: 10px;\n\th2 {\n\t\tfont-size: 0.8em;\n\t\tfont-weight: normal;\n\t\tmargin-bottom: 5px;\n\t\t&:before {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n\t&.round .profile-avatar {\n\t\tborder-radius: 50%;\n\t}\n\t.mpp-profile-image-wrapper {\n\t\tposition: relative;\n\t\tfloat: left;\n\t\tline-height: 1.0;\n\t\tz-index: 1000;\n\t\tmin-width: 150px;\n\t\tmin-height: 150px;\n\t\tmax-width: 150px;\n\t\tmax-height: 150px;\n\t\tmargin-right: 15px;\n\t}\n\t.mpp-profile-meta {\n\t\tclear: both;\n\t\tmargin: 10px 0;\n\t\t&:after {\n\t\t\tcontent: \"\";\n\t\t\tdisplay: table;\n\t\t\tclear: both;\n\t\t}\n\t}\n\t.alignleft {\n\t\tmax-width: none;\n\t\tfloat: left;\n\t}\n\t.alignright {\n\t\tmax-width: none;\n\t\tfloat: right;\n\t}\n}\n\n/* For Tabbed Theme */\n.editor-styles-wrapper .mpp-author-tabbed {\n\tpadding: 10px;\n\t&:after {\n\t\tcontent: \"\";\n\t\tdisplay: table;\n\t\tclear: both;\n\t}\n\t.mpp-social {\n\t\tmargin-top: 0;\n\t}\n\t.mpp-author-social-wrapper {\n\t\t&:after {\n\t\t\tcontent: \"\";\n\t\t\tdisplay: table;\n\t\t\tclear: both;\n\t\t}\n\t\tmargin-bottom: 10px;\n\t}\n\th2 {\n\t\tfont-size: 0.8em;\n\t\tfont-weight: normal;\n\t\tmargin-bottom: 5px;\n\t\t&:before {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n\t.mpp-tab-wrapper {\n\t\tclear: both;\n\t}\n\t.mpp-author-heading {\n\t\tfloat: left;\n\t}\n\t.mpp-author-social {\n\t\tfloat: right;\n\t}\n\t.mpp-author-heading .mpp-author-profile-heading {\n\t\tdisplay: inline-block;\n\t\tbackground: #42737b;\n\t\tcolor: #FFF;\n\t\tpadding: 10px 20px;\n\t\tfont-size: 14px;\n\t\ttext-transform: uppercase;\n\t}\n\t.mpp-author-profile-sub-heading {\n\t\tfont-size: 14px;\n\t\tline-height: 1.1;\n\t\tmax-width: 150px;\n\t\ttext-align: center;\n\t}\n\t&.round .profile-avatar {\n\t\tborder-radius: 50%;\n\t}\n\t.mpp-profile-image-wrapper {\n\t\tclear: both;\n\t\tposition: relative;\n\t\tfloat: left;\n\t\tline-height: 1.0;\n\t\tz-index: 1000;\n\t\tmargin-right: 30px;\n\t\timg {\n\t\t\tmin-width: 150px;\n\t\t\tmin-height: 150px;\n\t\t\tmax-height: 150px;\n\t\t\tmax-width: 150px;\n\t\t}\n\n\t}\n\t.mpp-profile-meta {\n\t\tclear: both;\n\t\tmargin: 10px 0;\n\t\t&:after {\n\t\t\tcontent: \"\";\n\t\t\tdisplay: table;\n\t\t\tclear: both;\n\t\t}\n\t}\n\t.mpp-author-profile-title {\n\t\tcolor: gray;\n\t\ttext-transform: uppercase;\n\t\tfont-size: 12px;\n\t}\n\t.mpp-tabbed-profile-information {\n\t\t&:after {\n\t\t\tcontent: \"\";\n\t\t\tdisplay: table;\n\t\t\tclear: both;\n\t\t}\n\t}\n\tul.mpp-author-tabs {\n\t\tposition:relative;\n\t\tlist-style-type: none;\n\t\tmargin: 0;\n\t\tpadding: 0;\n\t\ttext-align: center;\n\n\t\tli {\n\t\t\tcursor: pointer;\n\t\t\tposition: relative;\n\t\t\tdisplay: inline-block;\n\t\t\tmin-width: 200px;\n\t\t\tbackground: #42737b;\n\t\t\tmargin: 0 5px 0 0;\n\t\t\ttext-align: center;\n\t\t\tmargin-right: 10px;\n\t\t\tcolor: #FFF;\n\t\t\tpadding: 10px 20px;\n\t\t\tfont-size: 16px;\n\t\t}\n\t\tli:last-child {\n\t\t\tmargin-right: 0;\n\t\t}\n\t\tli.mpp-tab-posts {\n\t\t\tbackground: #30424b;\n\t\t}\n\t}\n\tul.mpp-author-tab-content {\n\t\tlist-style-type: none;\n\t\tmargin: 0;\n\t\tli {\n\t\t\tmargin: 0;\n\t\t}\n\t\t&.light {\n\t\t\ta,\n\t\t\ta:hover,\n\t\t\ta:visited {\n\t\t\t\tdisplay: block;\n\t\t\t\tbackground: #f7f7f7;\n\t\t\t\tborder: 1px solid darken(#f7f7f7, 10%);\n\t\t\t\tpadding: 10px 20px;\n\t\t\t\ttext-decoration: none;\n\t\t\t\tcolor: #333;\n\t\t\t}\n\t\t\ta:hover {\n\t\t\t\tbackground: darken(#f7f7f7, 10%);\n\t\t\t}\n\t\t}\n\t\t&.black {\n\t\t\ta,\n\t\t\ta:hover,\n\t\t\ta:visited {\n\t\t\t\tdisplay: block;\n\t\t\t\tbackground: #333;\n\t\t\t\tcolor: #FFF;\n\t\t\t\tborder: 1px solid darken(#333, 10%);\n\t\t\t\tpadding: 10px 20px;\n\t\t\t\ttext-decoration: none;\n\t\t\t}\n\t\t\ta:hover {\n\t\t\t\tbackground: darken(#333, 10%);\n\t\t\t}\n\t\t}\n\t\t&.magenta {\n\t\t\ta,\n\t\t\ta:hover,\n\t\t\ta:visited {\n\t\t\t\tdisplay: block;\n\t\t\t\tbackground: #FF00FF;\n\t\t\t\tcolor: #FFF;\n\t\t\t\tborder: 1px solid darken(#FF00FF, 10%);\n\t\t\t\tpadding: 10px 20px;\n\t\t\t\ttext-decoration: none;\n\t\t\t}\n\t\t\ta:hover {\n\t\t\t\tbackground: darken(#FF00FF, 10%);\n\t\t\t}\n\t\t}\n\t\t&.blue {\n\t\t\ta,\n\t\t\ta:hover,\n\t\t\ta:visited {\n\t\t\t\tdisplay: block;\n\t\t\t\tbackground: #0009c1;\n\t\t\t\tcolor: #FFF;\n\t\t\t\tborder: 1px solid darken(#0009c1, 10%);\n\t\t\t\tpadding: 10px 20px;\n\t\t\t\ttext-decoration: none;\n\t\t\t}\n\t\t\ta:hover {\n\t\t\t\tbackground: darken(#0009c1, 10%);\n\t\t\t}\n\t\t}\n\t\t&.green {\n\t\t\ta,\n\t\t\ta:hover,\n\t\t\ta:visited {\n\t\t\t\tdisplay: block;\n\t\t\t\tbackground: #03ac27;\n\t\t\t\tcolor: #FFF;\n\t\t\t\tborder: 1px solid darken(#03ac27, 10%);\n\t\t\t\tpadding: 10px 20px;\n\t\t\t\ttext-decoration: none;\n\t\t\t}\n\t\t\ta:hover {\n\t\t\t\tbackground: darken(#03ac27, 10%);\n\t\t\t}\n\t\t}\n\t}\n}\n\n/* For Compact Theme */\n.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact {\n\ttext-align: center;\n\tpadding: 10px;\n\tmax-width: 400px;\n\tmargin: 0 auto;\n\tline-height: 1.1;\n\th2 {\n\t\tfont-size: 0.8em;\n\t\tfont-weight: normal;\n\t\tmargin-bottom: 5px;\n\t\t&:before {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n\t&.round .profile-avatar {\n\t\tborder-radius: 50%;\n\t}\n\t.mpp-profile-image-wrapper {\n\t\tposition: relative;\n\t\ttext-align: center;\n\t\tline-height: 1.0;\n\t\tz-index: 1000;\n\t\tmin-width: 150px;\n\t\tmin-height: 150px;\n\t\tmax-width: 150px;\n\t\tmax-height: 150px;\n\t\tmargin: 0 auto;\n\t}\n\t.mpp-profile-text {\n\t\tline-height: 1.1;\n\t}\n\t.mpp-compact-meta {\n\t\tclear: both;\n\t\tmargin: 10px 0;\n\t\t&:after {\n\t\t\tcontent: \"\";\n\t\t\tdisplay: table;\n\t\t\tclear: both;\n\t\t}\n\t}\n\t.mpp-profile-view-posts {\n\t\tclear: both;\n\t\tdisplay: block;\n\t\ttext-align: center;\n\t\tpadding: 10px 20px;\n\t\tmargin-top: 20px;\n\t\tmargin-right: 20px;\n\t\tbackground-color: #cf6d38;\n\t\tcolor: #FFF;\n\t\tmargin-bottom: 10px;\n\t\ta,\n\t\ta:hover,\n\t\ta:visited {\n\t\t\tdisplay: block;\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\tcolor: #FFF;\n\t\t\ttext-decoration: none;\n\t\t}\n\t\t&:after {\n\t\t\tcontent: \"\";\n\t\t\tdisplay: table;\n\t\t\tclear: both;\n\t\t}\n\t}\n\n\t.mpp-profile-view-website {\n\t\tdisplay: block;\n\t\ttext-align: center;\n\t\tpadding: 10px 20px;\n\t\tmargin-top: 20px;\n\t\tbackground-color: #333;\n\t\tcolor: #FFF;\n\t\ta,\n\t\ta:hover,\n\t\ta:visited {\n\t\t\tdisplay: block;\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\tcolor: #FFF;\n\t\t\ttext-decoration: none;\n\t\t}\n\t}\n}"]}
css/front-end-gutenberg.css CHANGED
@@ -1,268 +1,1063 @@
 
 
 
 
 
 
 
 
 
 
1
  .mpp-profile-wrap {
2
  margin: 0 auto;
3
  padding: 3%;
4
  border-radius: 5px;
5
  margin-bottom: 1.2em;
6
- margin-bottom: 20px; }
 
7
 
8
  .mpp-profile-wrap.round .mpp-profile-image-wrapper {
9
- border-radius: 500px;
10
  overflow: hidden; }
11
 
12
  .mpp-profile-wrap.round .mpp-profile-image-wrapper img {
13
- border-radius: 500px; }
14
 
15
- .mpp-profile-wrap.right .mpp-profile-image-wrapper {
16
- text-align: right;
17
- order: 2; }
18
 
19
- .mpp-profile-wrap.center .mpp-content-wrap h2,
20
- .mpp-profile-wrap.center .mpp-content-wrap p,
21
- .mpp-profile-wrap.center .mpp-content-wrap div {
22
- text-align: center; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
- .mpp-profile-gutenberg-wrap {
25
- display: -ms-flexbox;
26
- display: flex;
27
- -ms-flex-flow: row wrap;
28
- flex-flow: row wrap;
29
- -ms-flex-pack: distribute;
30
- justify-content: space-around;
31
- width: 100%; }
 
 
 
 
 
 
 
32
 
33
  @media only screen and (max-width: 600px) {
34
- .mpp-profile-gutenberg-wrap {
35
  flex: auto; } }
36
 
37
- .editor-styles-wrapper .mpp-profile-gutenberg-wrap h2,
38
- .editor-styles-wrapper .mpp-profile-gutenberg-wrap p,
39
- .editor-styles-wrapper .mpp-profile-gutenberg-wrap div {
40
- font-size: 18px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  line-height: 1.1;
 
 
 
 
 
 
 
 
 
42
  margin-bottom: 20px; }
43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  /* Icon Sizes */
45
- .mpp-profile-wrap.mt-font-size-10 h2,
 
 
 
 
 
 
46
  .mpp-profile-wrap.mt-font-size-10 p,
47
  .mpp-profile-wrap.mt-font-size-10 div,
48
- .post-content .mpp-profile-wrap.mt-font-size-10 .mpp-content-wrap h2,
49
- .post-content .mpp-profile-wrap.mt-font-size-10 .mpp-content-wrap p,
50
- .post-content .mpp-profile-wrap.mt-font-size-10 .mpp-content-wrap div {
51
- font-size: 10px;
52
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
53
 
54
- .mpp-profile-wrap.mt-font-size-11 h2,
55
  .mpp-profile-wrap.mt-font-size-11 p,
56
  .mpp-profile-wrap.mt-font-size-11 div,
57
- .post-content .mpp-profile-wrap.mt-font-size-11 .mpp-content-wrap h2,
58
- .post-content .mpp-profile-wrap.mt-font-size-11 .mpp-content-wrap p,
59
- .post-content .mpp-profile-wrap.mt-font-size-11 .mpp-content-wrap div {
60
- font-size: 11px;
61
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
62
 
63
- .mpp-profile-wrap.mt-font-size-12 h2,
64
  .mpp-profile-wrap.mt-font-size-12 p,
65
  .mpp-profile-wrap.mt-font-size-12 div,
66
- .post-content .mpp-profile-wrap.mt-font-size-12 .mpp-content-wrap h2,
67
- .post-content .mpp-profile-wrap.mt-font-size-12 .mpp-content-wrap p,
68
- .post-content .mpp-profile-wrap.mt-font-size-12 .mpp-content-wrap div {
69
- font-size: 12px;
70
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
71
 
72
- .mpp-profile-wrap.mt-font-size-13 h2,
73
  .mpp-profile-wrap.mt-font-size-13 p,
74
  .mpp-profile-wrap.mt-font-size-13 div,
75
- .post-content .mpp-profile-wrap.mt-font-size-13 .mpp-content-wrap h2,
76
- .post-content .mpp-profile-wrap.mt-font-size-13 .mpp-content-wrap p,
77
- .post-content .mpp-profile-wrap.mt-font-size-13 .mpp-content-wrap div {
78
- font-size: 13px;
79
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
80
 
81
- .mpp-profile-wrap.mt-font-size-14 h2,
82
  .mpp-profile-wrap.mt-font-size-14 p,
83
  .mpp-profile-wrap.mt-font-size-14 div,
84
- .post-content .mpp-profile-wrap.mt-font-size-14 .mpp-content-wrap h2,
85
- .post-content .mpp-profile-wrap.mt-font-size-14 .mpp-content-wrap p,
86
- .post-content .mpp-profile-wrap.mt-font-size-14 .mpp-content-wrap div {
87
- font-size: 14px;
88
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
89
 
90
- .mpp-profile-wrap.mt-font-size-15 h2,
91
  .mpp-profile-wrap.mt-font-size-15 p,
92
  .mpp-profile-wrap.mt-font-size-15 div,
93
- .post-content .mpp-profile-wrap.mt-font-size-15 .mpp-content-wrap h2,
94
- .post-content .mpp-profile-wrap.mt-font-size-15 .mpp-content-wrap p,
95
- .post-content .mpp-profile-wrap.mt-font-size-15 .mpp-content-wrap div {
96
- font-size: 15px;
97
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
98
 
99
- .mpp-profile-wrap.mt-font-size-16 h2,
100
  .mpp-profile-wrap.mt-font-size-16 p,
101
  .mpp-profile-wrap.mt-font-size-16 div,
102
- .post-content .mpp-profile-wrap.mt-font-size-16 .mpp-content-wrap h2,
103
- .post-content .mpp-profile-wrap.mt-font-size-16 .mpp-content-wrap p,
104
- .post-content .mpp-profile-wrap.mt-font-size-16 .mpp-content-wrap div {
105
- font-size: 16px;
106
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
107
 
108
- .mpp-profile-wrap.mt-font-size-17 h2,
109
  .mpp-profile-wrap.mt-font-size-17 p,
110
  .mpp-profile-wrap.mt-font-size-17 div,
111
- .post-content .mpp-profile-wrap.mt-font-size-17 .mpp-content-wrap h2,
112
- .post-content .mpp-profile-wrap.mt-font-size-17 .mpp-content-wrap p,
113
- .post-content .mpp-profile-wrap.mt-font-size-17 .mpp-content-wrap div {
114
- font-size: 17px;
115
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
116
 
117
- .mpp-profile-wrap.mt-font-size-18 h2,
118
  .mpp-profile-wrap.mt-font-size-18 p,
119
  .mpp-profile-wrap.mt-font-size-18 div,
120
- .post-content .mpp-profile-wrap.mt-font-size-18 .mpp-content-wrap h2,
121
- .post-content .mpp-profile-wrap.mt-font-size-18 .mpp-content-wrap p,
122
- .post-content .mpp-profile-wrap.mt-font-size-18 .mpp-content-wrap div {
123
- font-size: 18px;
124
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
125
 
126
- .mpp-profile-wrap.mt-font-size-19 h2,
127
  .mpp-profile-wrap.mt-font-size-19 p,
128
  .mpp-profile-wrap.mt-font-size-19 div,
129
- .post-content .mpp-profile-wrap.mt-font-size-19 .mpp-content-wrap h2,
130
- .post-content .mpp-profile-wrap.mt-font-size-19 .mpp-content-wrap p,
131
- .post-content .mpp-profile-wrap.mt-font-size-19 .mpp-content-wrap div {
132
- font-size: 19px;
133
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
134
 
135
- .mpp-profile-wrap.mt-font-size-20 h2,
136
  .mpp-profile-wrap.mt-font-size-20 p,
137
  .mpp-profile-wrap.mt-font-size-20 div,
138
- .post-content .mpp-profile-wrap.mt-font-size-20 .mpp-content-wrap h2,
139
- .post-content .mpp-profile-wrap.mt-font-size-20 .mpp-content-wrap p,
140
- .post-content .mpp-profile-wrap.mt-font-size-20 .mpp-content-wrap div {
141
- font-size: 20px;
142
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
143
 
144
- .mpp-profile-wrap.mt-font-size-21 h2,
145
  .mpp-profile-wrap.mt-font-size-21 p,
146
  .mpp-profile-wrap.mt-font-size-21 div,
147
- .post-content .mpp-profile-wrap.mt-font-size-21 .mpp-content-wrap h2,
148
- .post-content .mpp-profile-wrap.mt-font-size-21 .mpp-content-wrap p,
149
- .post-content .mpp-profile-wrap.mt-font-size-21 .mpp-content-wrap div {
150
- font-size: 21px;
151
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
152
 
153
- .mpp-profile-wrap.mt-font-size-22 h2,
154
  .mpp-profile-wrap.mt-font-size-22 p,
155
  .mpp-profile-wrap.mt-font-size-22 div,
156
- .post-content .mpp-profile-wrap.mt-font-size-22 .mpp-content-wrap h2,
157
- .post-content .mpp-profile-wrap.mt-font-size-22 .mpp-content-wrap p,
158
- .post-content .mpp-profile-wrap.mt-font-size-22 .mpp-content-wrap div {
159
- font-size: 22px;
160
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
161
 
162
- .mpp-profile-wrap.mt-font-size-23 h2,
163
  .mpp-profile-wrap.mt-font-size-23 p,
164
  .mpp-profile-wrap.mt-font-size-23 div,
165
- .post-content .mpp-profile-wrap.mt-font-size-23 .mpp-content-wrap h2,
166
- .post-content .mpp-profile-wrap.mt-font-size-23 .mpp-content-wrap p,
167
- .post-content .mpp-profile-wrap.mt-font-size-23 .mpp-content-wrap div {
168
- font-size: 23px;
169
- margin-bottom: 20px; }
 
 
 
 
 
 
 
 
 
 
 
170
 
171
- .mpp-profile-wrap.mt-font-size-24 h2,
172
  .mpp-profile-wrap.mt-font-size-24 p,
173
  .mpp-profile-wrap.mt-font-size-24 div,
174
- .post-content .mpp-profile-wrap.mt-font-size-24 .mpp-content-wrap h2,
175
- .post-content .mpp-profile-wrap.mt-font-size-24 .mpp-content-wrap p,
176
- .post-content .mpp-profile-wrap.mt-font-size-24 .mpp-content-wrap div {
177
- font-size: 24px;
178
- margin-bottom: 20px; }
 
 
 
 
179
 
180
- .mpp-profile-image-wrapper {
181
- position: relative;
182
- z-index: 0;
183
- -ms-flex: 1 0 0px;
184
- flex: 1 0 0;
185
- background: #ddd;