Version Description
- Released 2021-02-18
- Medium level (6.5) security fix. Please update as soon as possible.
- Cleaned up REST user data so only pertitent information is returned to prevent user data leakage to roles with the upload_files capability.
Download this release
Release Info
Developer | ronalfy |
Plugin | ![]() |
Version | 2.5.0 |
Comparing to | |
See all releases |
Code changes from version 2.4.0 to 2.5.0
- dist/blocks.build.css +2 -2109
- dist/blocks.build.css.map +1 -1
- dist/blocks.build.js +1 -1
- dist/blocks.build.js.LICENSE.txt +0 -284
- dist/blocks.build.js.map +1 -1
- dist/blocks.editor.build.css +1 -984
- dist/blocks.editor.build.css.map +1 -1
- dist/blocks.style.build.css +1 -1125
- dist/blocks.style.build.css.map +1 -1
- gutenberg/class-gutenberg.php +8 -1
- metronet-profile-picture.php +23 -19
- readme.txt +10 -2
dist/blocks.build.css
CHANGED
@@ -1,2111 +1,4 @@
|
|
1 |
-
.post-content .mpp-profile-wrap h1, .post-content .mpp-profile-wrap h2, .post-content .mpp-profile-wrap h3, .post-content .mpp-profile-wrap h4, .post-content .mpp-profile-wrap h5, .post-content .mpp-profile-wrap h6,
|
2 |
-
.post-content .mpp-enhanced-profile-wrap h1,
|
3 |
-
.post-content .mpp-enhanced-profile-wrap h2,
|
4 |
-
.post-content .mpp-enhanced-profile-wrap h3,
|
5 |
-
.post-content .mpp-enhanced-profile-wrap h4,
|
6 |
-
.post-content .mpp-enhanced-profile-wrap h5,
|
7 |
-
.post-content .mpp-enhanced-profile-wrap h6 {
|
8 |
-
clear: none;
|
9 |
-
}
|
10 |
-
.post-content .mpp-profile-wrap h2,
|
11 |
-
.post-content .mpp-enhanced-profile-wrap h2 {
|
12 |
-
margin: 0;
|
13 |
-
margin-bottom: 10px;
|
14 |
-
}
|
15 |
-
.post-content .mpp-profile-wrap p,
|
16 |
-
.post-content .mpp-enhanced-profile-wrap p {
|
17 |
-
margin-bottom: 10px;
|
18 |
-
}
|
19 |
-
|
20 |
-
.mpp-profile-wrap {
|
21 |
-
margin: 0 auto;
|
22 |
-
padding: 3%;
|
23 |
-
border-radius: 5px;
|
24 |
-
margin-bottom: 1.2em;
|
25 |
-
margin-bottom: 20px;
|
26 |
-
line-height: 1.3;
|
27 |
-
}
|
28 |
-
.mpp-profile-wrap.round .mpp-profile-image-wrapper {
|
29 |
-
border-radius: 50%;
|
30 |
-
overflow: hidden;
|
31 |
-
}
|
32 |
-
.mpp-profile-wrap.round .mpp-profile-image-wrapper img {
|
33 |
-
border-radius: 50%;
|
34 |
-
}
|
35 |
-
.mpp-profile-wrap h1, .mpp-profile-wrap h2, .mpp-profile-wrap h3, .mpp-profile-wrap h4, .mpp-profile-wrap h5, .mpp-profile-wrap h6 {
|
36 |
-
clear: none;
|
37 |
-
}
|
38 |
-
.mpp-profile-wrap h2 {
|
39 |
-
margin-top: 0;
|
40 |
-
margin-bottom: 10px;
|
41 |
-
}
|
42 |
-
.mpp-profile-wrap h2:before {
|
43 |
-
display: none;
|
44 |
-
}
|
45 |
-
.mpp-profile-wrap .mpp-profile-image-wrapper {
|
46 |
-
position: relative;
|
47 |
-
float: left;
|
48 |
-
line-height: 1.1;
|
49 |
-
z-index: 1000;
|
50 |
-
background: #ddd;
|
51 |
-
position: relative;
|
52 |
-
min-width: 150px;
|
53 |
-
min-height: 150px;
|
54 |
-
max-width: 150px;
|
55 |
-
max-height: 150px;
|
56 |
-
width: 100%;
|
57 |
-
margin-right: 20px;
|
58 |
-
margin-bottom: 20px;
|
59 |
-
}
|
60 |
-
.mpp-profile-wrap .mpp-profile-image-wrapper button {
|
61 |
-
position: relative;
|
62 |
-
min-width: 150px;
|
63 |
-
min-height: 150px;
|
64 |
-
max-width: 150px;
|
65 |
-
max-height: 150px;
|
66 |
-
z-index: 1000;
|
67 |
-
}
|
68 |
-
.mpp-profile-wrap .mpp-profile-image-wrapper .mpp-profile-image-square {
|
69 |
-
position: relative;
|
70 |
-
top: 0;
|
71 |
-
left: 0;
|
72 |
-
height: 100%;
|
73 |
-
width: 100%;
|
74 |
-
z-index: 5;
|
75 |
-
}
|
76 |
-
.mpp-profile-wrap .mpp-profile-image-wrapper .mpp-profile-image-square img {
|
77 |
-
height: 100%;
|
78 |
-
width: 100%;
|
79 |
-
position: relative;
|
80 |
-
z-index: 5;
|
81 |
-
}
|
82 |
-
.mpp-profile-wrap .mpp-profile-image-wrapper .mpp-content-wrap {
|
83 |
-
display: block;
|
84 |
-
padding: 0 15px 0 15px;
|
85 |
-
-ms-flex: 3 0 0px;
|
86 |
-
flex: 3 0 0;
|
87 |
-
}
|
88 |
-
.mpp-profile-wrap .mpp-profile-image-wrapper .mpp-profile-name {
|
89 |
-
font: 1.4em;
|
90 |
-
line-height: 1.2;
|
91 |
-
}
|
92 |
-
@media only screen and (max-width: 600px) {
|
93 |
-
.mpp-profile-wrap .mpp-profile-image-wrapper {
|
94 |
-
flex: auto;
|
95 |
-
}
|
96 |
-
}
|
97 |
-
.mpp-profile-wrap .mpp-gutenberg-view-posts {
|
98 |
-
clear: both;
|
99 |
-
padding-top: 20px;
|
100 |
-
}
|
101 |
-
.mpp-profile-wrap .mpp-profile-view-posts {
|
102 |
-
clear: both;
|
103 |
-
display: block;
|
104 |
-
width: 100%;
|
105 |
-
text-align: center;
|
106 |
-
padding: 10px 20px;
|
107 |
-
background-color: #cf6d38;
|
108 |
-
color: #FFF;
|
109 |
-
}
|
110 |
-
.mpp-profile-wrap .mpp-profile-view-posts a,
|
111 |
-
.mpp-profile-wrap .mpp-profile-view-posts a:hover,
|
112 |
-
.mpp-profile-wrap .mpp-profile-view-posts a:visited {
|
113 |
-
display: block;
|
114 |
-
width: 100%;
|
115 |
-
height: 100%;
|
116 |
-
color: #FFF;
|
117 |
-
text-decoration: none;
|
118 |
-
}
|
119 |
-
|
120 |
-
.mpp-enhanced-profile-wrap.regular {
|
121 |
-
position: relative;
|
122 |
-
margin: 0 auto;
|
123 |
-
line-height: 1.5;
|
124 |
-
}
|
125 |
-
.mpp-enhanced-profile-wrap.regular.round .mpp-profile-image-wrapper {
|
126 |
-
border-radius: 50%;
|
127 |
-
overflow: hidden;
|
128 |
-
}
|
129 |
-
.mpp-enhanced-profile-wrap.regular.round .mpp-profile-image-wrapper img {
|
130 |
-
border-radius: 50%;
|
131 |
-
}
|
132 |
-
.mpp-enhanced-profile-wrap.regular h1, .mpp-enhanced-profile-wrap.regular h2, .mpp-enhanced-profile-wrap.regular h3, .mpp-enhanced-profile-wrap.regular h4, .mpp-enhanced-profile-wrap.regular h5, .mpp-enhanced-profile-wrap.regular h6 {
|
133 |
-
clear: none;
|
134 |
-
}
|
135 |
-
.mpp-enhanced-profile-wrap.regular h2:before {
|
136 |
-
display: none;
|
137 |
-
}
|
138 |
-
.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper {
|
139 |
-
position: relative;
|
140 |
-
float: left;
|
141 |
-
line-height: 1.1;
|
142 |
-
z-index: 1000;
|
143 |
-
background: #ddd;
|
144 |
-
position: relative;
|
145 |
-
min-width: 150px;
|
146 |
-
min-height: 150px;
|
147 |
-
max-width: 150px;
|
148 |
-
max-height: 150px;
|
149 |
-
width: 100%;
|
150 |
-
margin-right: 20px;
|
151 |
-
margin-bottom: 20px;
|
152 |
-
}
|
153 |
-
@media only screen and (max-width: 400px) {
|
154 |
-
.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper {
|
155 |
-
float: none;
|
156 |
-
text-align: center;
|
157 |
-
margin: 0 auto;
|
158 |
-
}
|
159 |
-
}
|
160 |
-
.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper button {
|
161 |
-
position: relative;
|
162 |
-
min-width: 150px;
|
163 |
-
min-height: 150px;
|
164 |
-
max-width: 150px;
|
165 |
-
max-height: 150px;
|
166 |
-
z-index: 1000;
|
167 |
-
}
|
168 |
-
.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-profile-image-square {
|
169 |
-
position: relative;
|
170 |
-
top: 0;
|
171 |
-
left: 0;
|
172 |
-
height: 100%;
|
173 |
-
width: 100%;
|
174 |
-
z-index: 5;
|
175 |
-
}
|
176 |
-
.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-profile-image-square img {
|
177 |
-
height: 100%;
|
178 |
-
width: 100%;
|
179 |
-
position: relative;
|
180 |
-
z-index: 5;
|
181 |
-
}
|
182 |
-
.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-content-wrap {
|
183 |
-
display: block;
|
184 |
-
padding: 0 15px 0 15px;
|
185 |
-
-ms-flex: 3 0 0px;
|
186 |
-
flex: 3 0 0;
|
187 |
-
}
|
188 |
-
@media only screen and (max-width: 400px) {
|
189 |
-
.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-content-wrap {
|
190 |
-
display: block;
|
191 |
-
text-align: center;
|
192 |
-
margin: 0 auto;
|
193 |
-
}
|
194 |
-
}
|
195 |
-
.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-profile-name {
|
196 |
-
font: 1.4em;
|
197 |
-
line-height: 1.2;
|
198 |
-
}
|
199 |
-
@media only screen and (max-width: 600px) {
|
200 |
-
.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper {
|
201 |
-
flex: auto;
|
202 |
-
}
|
203 |
-
}
|
204 |
-
@media only screen and (max-width: 400px) {
|
205 |
-
.mpp-enhanced-profile-wrap.regular .mpp-content-wrap {
|
206 |
-
display: block;
|
207 |
-
text-align: center;
|
208 |
-
margin: 0 auto;
|
209 |
-
}
|
210 |
-
}
|
211 |
-
.mpp-enhanced-profile-wrap.regular .mpp-gutenberg-view-posts {
|
212 |
-
clear: both;
|
213 |
-
}
|
214 |
-
.mpp-enhanced-profile-wrap.regular .mpp-gutenberg-view-posts:after {
|
215 |
-
content: "";
|
216 |
-
display: table;
|
217 |
-
clear: both;
|
218 |
-
}
|
219 |
-
.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts {
|
220 |
-
clear: both;
|
221 |
-
display: block;
|
222 |
-
float: left;
|
223 |
-
text-align: center;
|
224 |
-
padding: 10px 20px;
|
225 |
-
margin-top: 20px;
|
226 |
-
margin-right: 20px;
|
227 |
-
background-color: #cf6d38;
|
228 |
-
color: #FFF;
|
229 |
-
}
|
230 |
-
.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts a,
|
231 |
-
.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts a:hover,
|
232 |
-
.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts a:visited {
|
233 |
-
display: block;
|
234 |
-
width: 100%;
|
235 |
-
height: 100%;
|
236 |
-
color: #FFF;
|
237 |
-
text-decoration: none;
|
238 |
-
}
|
239 |
-
.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts:after {
|
240 |
-
content: "";
|
241 |
-
display: table;
|
242 |
-
clear: both;
|
243 |
-
}
|
244 |
-
@media only screen and (max-width: 400px) {
|
245 |
-
.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts {
|
246 |
-
display: block;
|
247 |
-
width: 90%;
|
248 |
-
margin: 0 auto;
|
249 |
-
text-align: center;
|
250 |
-
margin-bottom: 10px;
|
251 |
-
}
|
252 |
-
}
|
253 |
-
.mpp-enhanced-profile-wrap.regular .mpp-profile-view-website {
|
254 |
-
display: block;
|
255 |
-
float: left;
|
256 |
-
text-align: center;
|
257 |
-
padding: 10px 20px;
|
258 |
-
margin-top: 20px;
|
259 |
-
background-color: #333;
|
260 |
-
color: #FFF;
|
261 |
-
}
|
262 |
-
.mpp-enhanced-profile-wrap.regular .mpp-profile-view-website a,
|
263 |
-
.mpp-enhanced-profile-wrap.regular .mpp-profile-view-website a:hover,
|
264 |
-
.mpp-enhanced-profile-wrap.regular .mpp-profile-view-website a:visited {
|
265 |
-
display: block;
|
266 |
-
width: 100%;
|
267 |
-
height: 100%;
|
268 |
-
color: #FFF;
|
269 |
-
text-decoration: none;
|
270 |
-
}
|
271 |
-
@media only screen and (max-width: 400px) {
|
272 |
-
.mpp-enhanced-profile-wrap.regular .mpp-profile-view-website {
|
273 |
-
display: block;
|
274 |
-
width: 90%;
|
275 |
-
margin: 0 auto;
|
276 |
-
text-align: center;
|
277 |
-
margin-bottom: 10px;
|
278 |
-
}
|
279 |
-
}
|
280 |
-
|
281 |
-
/* Icon Sizes */
|
282 |
-
.mpp-profile-wrap.mt-font-size-10,
|
283 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-10,
|
284 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-10,
|
285 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-10,
|
286 |
-
.mpp-profile-text.mt-font-size-10 {
|
287 |
-
font-size: 10px;
|
288 |
-
}
|
289 |
-
.mpp-profile-wrap.mt-font-size-10 p,
|
290 |
-
.mpp-profile-wrap.mt-font-size-10 div,
|
291 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-10 p,
|
292 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-10 div,
|
293 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-10 p,
|
294 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-10 div,
|
295 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-10 p,
|
296 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-10 div,
|
297 |
-
.mpp-profile-text.mt-font-size-10 p,
|
298 |
-
.mpp-profile-text.mt-font-size-10 div {
|
299 |
-
font-size: 10px;
|
300 |
-
}
|
301 |
-
|
302 |
-
.mpp-profile-wrap.mt-font-size-11,
|
303 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-11,
|
304 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-11,
|
305 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-11,
|
306 |
-
.mpp-profile-text.mt-font-size-11 {
|
307 |
-
font-size: 11px;
|
308 |
-
}
|
309 |
-
.mpp-profile-wrap.mt-font-size-11 p,
|
310 |
-
.mpp-profile-wrap.mt-font-size-11 div,
|
311 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-11 p,
|
312 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-11 div,
|
313 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-11 p,
|
314 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-11 div,
|
315 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-11 p,
|
316 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-11 div,
|
317 |
-
.mpp-profile-text.mt-font-size-11 p,
|
318 |
-
.mpp-profile-text.mt-font-size-11 div {
|
319 |
-
font-size: 11px;
|
320 |
-
}
|
321 |
-
|
322 |
-
.mpp-profile-wrap.mt-font-size-12,
|
323 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-12,
|
324 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-12,
|
325 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-12,
|
326 |
-
.mpp-profile-text.mt-font-size-12 {
|
327 |
-
font-size: 12px;
|
328 |
-
}
|
329 |
-
.mpp-profile-wrap.mt-font-size-12 p,
|
330 |
-
.mpp-profile-wrap.mt-font-size-12 div,
|
331 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-12 p,
|
332 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-12 div,
|
333 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-12 p,
|
334 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-12 div,
|
335 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-12 p,
|
336 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-12 div,
|
337 |
-
.mpp-profile-text.mt-font-size-12 p,
|
338 |
-
.mpp-profile-text.mt-font-size-12 div {
|
339 |
-
font-size: 12px;
|
340 |
-
}
|
341 |
-
|
342 |
-
.mpp-profile-wrap.mt-font-size-13,
|
343 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-13,
|
344 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-13,
|
345 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-13,
|
346 |
-
.mpp-profile-text.mt-font-size-13 {
|
347 |
-
font-size: 13px;
|
348 |
-
}
|
349 |
-
.mpp-profile-wrap.mt-font-size-13 p,
|
350 |
-
.mpp-profile-wrap.mt-font-size-13 div,
|
351 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-13 p,
|
352 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-13 div,
|
353 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-13 p,
|
354 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-13 div,
|
355 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-13 p,
|
356 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-13 div,
|
357 |
-
.mpp-profile-text.mt-font-size-13 p,
|
358 |
-
.mpp-profile-text.mt-font-size-13 div {
|
359 |
-
font-size: 13px;
|
360 |
-
}
|
361 |
-
|
362 |
-
.mpp-profile-wrap.mt-font-size-14,
|
363 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-14,
|
364 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-14,
|
365 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-14,
|
366 |
-
.mpp-profile-text.mt-font-size-14 {
|
367 |
-
font-size: 14px;
|
368 |
-
}
|
369 |
-
.mpp-profile-wrap.mt-font-size-14 p,
|
370 |
-
.mpp-profile-wrap.mt-font-size-14 div,
|
371 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-14 p,
|
372 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-14 div,
|
373 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-14 p,
|
374 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-14 div,
|
375 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-14 p,
|
376 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-14 div,
|
377 |
-
.mpp-profile-text.mt-font-size-14 p,
|
378 |
-
.mpp-profile-text.mt-font-size-14 div {
|
379 |
-
font-size: 14px;
|
380 |
-
}
|
381 |
-
|
382 |
-
.mpp-profile-wrap.mt-font-size-15,
|
383 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-15,
|
384 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-15,
|
385 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-15,
|
386 |
-
.mpp-profile-text.mt-font-size-15 {
|
387 |
-
font-size: 15px;
|
388 |
-
}
|
389 |
-
.mpp-profile-wrap.mt-font-size-15 p,
|
390 |
-
.mpp-profile-wrap.mt-font-size-15 div,
|
391 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-15 p,
|
392 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-15 div,
|
393 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-15 p,
|
394 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-15 div,
|
395 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-15 p,
|
396 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-15 div,
|
397 |
-
.mpp-profile-text.mt-font-size-15 p,
|
398 |
-
.mpp-profile-text.mt-font-size-15 div {
|
399 |
-
font-size: 15px;
|
400 |
-
}
|
401 |
-
|
402 |
-
.mpp-profile-wrap.mt-font-size-16,
|
403 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-16,
|
404 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-16,
|
405 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-16,
|
406 |
-
.mpp-profile-text.mt-font-size-16 {
|
407 |
-
font-size: 16px;
|
408 |
-
}
|
409 |
-
.mpp-profile-wrap.mt-font-size-16 p,
|
410 |
-
.mpp-profile-wrap.mt-font-size-16 div,
|
411 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-16 p,
|
412 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-16 div,
|
413 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-16 p,
|
414 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-16 div,
|
415 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-16 p,
|
416 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-16 div,
|
417 |
-
.mpp-profile-text.mt-font-size-16 p,
|
418 |
-
.mpp-profile-text.mt-font-size-16 div {
|
419 |
-
font-size: 16px;
|
420 |
-
}
|
421 |
-
|
422 |
-
.mpp-profile-wrap.mt-font-size-17,
|
423 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-17,
|
424 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-17,
|
425 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-17,
|
426 |
-
.mpp-profile-text.mt-font-size-17 {
|
427 |
-
font-size: 17px;
|
428 |
-
}
|
429 |
-
.mpp-profile-wrap.mt-font-size-17 p,
|
430 |
-
.mpp-profile-wrap.mt-font-size-17 div,
|
431 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-17 p,
|
432 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-17 div,
|
433 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-17 p,
|
434 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-17 div,
|
435 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-17 p,
|
436 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-17 div,
|
437 |
-
.mpp-profile-text.mt-font-size-17 p,
|
438 |
-
.mpp-profile-text.mt-font-size-17 div {
|
439 |
-
font-size: 17px;
|
440 |
-
}
|
441 |
-
|
442 |
-
.mpp-profile-wrap.mt-font-size-18,
|
443 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-18,
|
444 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-18,
|
445 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-18,
|
446 |
-
.mpp-profile-text.mt-font-size-18 {
|
447 |
-
font-size: 18px;
|
448 |
-
}
|
449 |
-
.mpp-profile-wrap.mt-font-size-18 p,
|
450 |
-
.mpp-profile-wrap.mt-font-size-18 div,
|
451 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-18 p,
|
452 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-18 div,
|
453 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-18 p,
|
454 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-18 div,
|
455 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-18 p,
|
456 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-18 div,
|
457 |
-
.mpp-profile-text.mt-font-size-18 p,
|
458 |
-
.mpp-profile-text.mt-font-size-18 div {
|
459 |
-
font-size: 18px;
|
460 |
-
}
|
461 |
-
|
462 |
-
.mpp-profile-wrap.mt-font-size-19,
|
463 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-19,
|
464 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-19,
|
465 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-19,
|
466 |
-
.mpp-profile-text.mt-font-size-19 {
|
467 |
-
font-size: 19px;
|
468 |
-
}
|
469 |
-
.mpp-profile-wrap.mt-font-size-19 p,
|
470 |
-
.mpp-profile-wrap.mt-font-size-19 div,
|
471 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-19 p,
|
472 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-19 div,
|
473 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-19 p,
|
474 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-19 div,
|
475 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-19 p,
|
476 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-19 div,
|
477 |
-
.mpp-profile-text.mt-font-size-19 p,
|
478 |
-
.mpp-profile-text.mt-font-size-19 div {
|
479 |
-
font-size: 19px;
|
480 |
-
}
|
481 |
-
|
482 |
-
.mpp-profile-wrap.mt-font-size-20,
|
483 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-20,
|
484 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-20,
|
485 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-20,
|
486 |
-
.mpp-profile-text.mt-font-size-20 {
|
487 |
-
font-size: 20px;
|
488 |
-
}
|
489 |
-
.mpp-profile-wrap.mt-font-size-20 p,
|
490 |
-
.mpp-profile-wrap.mt-font-size-20 div,
|
491 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-20 p,
|
492 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-20 div,
|
493 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-20 p,
|
494 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-20 div,
|
495 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-20 p,
|
496 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-20 div,
|
497 |
-
.mpp-profile-text.mt-font-size-20 p,
|
498 |
-
.mpp-profile-text.mt-font-size-20 div {
|
499 |
-
font-size: 20px;
|
500 |
-
}
|
501 |
-
|
502 |
-
.mpp-profile-wrap.mt-font-size-21,
|
503 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-21,
|
504 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-21,
|
505 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-21,
|
506 |
-
.mpp-profile-text.mt-font-size-21 {
|
507 |
-
font-size: 21px;
|
508 |
-
}
|
509 |
-
.mpp-profile-wrap.mt-font-size-21 p,
|
510 |
-
.mpp-profile-wrap.mt-font-size-21 div,
|
511 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-21 p,
|
512 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-21 div,
|
513 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-21 p,
|
514 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-21 div,
|
515 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-21 p,
|
516 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-21 div,
|
517 |
-
.mpp-profile-text.mt-font-size-21 p,
|
518 |
-
.mpp-profile-text.mt-font-size-21 div {
|
519 |
-
font-size: 21px;
|
520 |
-
}
|
521 |
-
|
522 |
-
.mpp-profile-wrap.mt-font-size-22,
|
523 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-22,
|
524 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-22,
|
525 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-22,
|
526 |
-
.mpp-profile-text.mt-font-size-22 {
|
527 |
-
font-size: 22px;
|
528 |
-
}
|
529 |
-
.mpp-profile-wrap.mt-font-size-22 p,
|
530 |
-
.mpp-profile-wrap.mt-font-size-22 div,
|
531 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-22 p,
|
532 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-22 div,
|
533 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-22 p,
|
534 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-22 div,
|
535 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-22 p,
|
536 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-22 div,
|
537 |
-
.mpp-profile-text.mt-font-size-22 p,
|
538 |
-
.mpp-profile-text.mt-font-size-22 div {
|
539 |
-
font-size: 22px;
|
540 |
-
}
|
541 |
-
|
542 |
-
.mpp-profile-wrap.mt-font-size-23,
|
543 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-23,
|
544 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-23,
|
545 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-23,
|
546 |
-
.mpp-profile-text.mt-font-size-23 {
|
547 |
-
font-size: 23px;
|
548 |
-
}
|
549 |
-
.mpp-profile-wrap.mt-font-size-23 p,
|
550 |
-
.mpp-profile-wrap.mt-font-size-23 div,
|
551 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-23 p,
|
552 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-23 div,
|
553 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-23 p,
|
554 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-23 div,
|
555 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-23 p,
|
556 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-23 div,
|
557 |
-
.mpp-profile-text.mt-font-size-23 p,
|
558 |
-
.mpp-profile-text.mt-font-size-23 div {
|
559 |
-
font-size: 23px;
|
560 |
-
}
|
561 |
-
|
562 |
-
.mpp-profile-wrap.mt-font-size-24,
|
563 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-24,
|
564 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-24,
|
565 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-24,
|
566 |
-
.mpp-profile-text.mt-font-size-24 {
|
567 |
-
font-size: 24px;
|
568 |
-
}
|
569 |
-
.mpp-profile-wrap.mt-font-size-24 p,
|
570 |
-
.mpp-profile-wrap.mt-font-size-24 div,
|
571 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-24 p,
|
572 |
-
.mpp-enhanced-profile-wrap.regular .mt-font-size-24 div,
|
573 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-24 p,
|
574 |
-
.mpp-enhanced-profile-wrap.profile .mt-font-size-24 div,
|
575 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-24 p,
|
576 |
-
.mpp-enhanced-profile-wrap.compact .mt-font-size-24 div,
|
577 |
-
.mpp-profile-text.mt-font-size-24 p,
|
578 |
-
.mpp-profile-text.mt-font-size-24 div {
|
579 |
-
font-size: 24px;
|
580 |
-
}
|
581 |
-
|
582 |
-
/* For Social Media */
|
583 |
-
.mpp-social {
|
584 |
-
margin-top: 15px;
|
585 |
-
}
|
586 |
-
.mpp-social svg {
|
587 |
-
max-width: 32px;
|
588 |
-
max-height: 32px;
|
589 |
-
margin-right: 10px;
|
590 |
-
}
|
591 |
-
.mpp-social a,
|
592 |
-
.mpp-social a:hover,
|
593 |
-
.mpp-social a:visited {
|
594 |
-
text-decoration: none !important;
|
595 |
-
}
|
596 |
-
|
597 |
-
/* Social Media Colors */
|
598 |
-
.mpp-social {
|
599 |
-
clear: both;
|
600 |
-
}
|
601 |
-
|
602 |
-
.mpp-social svg.icon-twitter {
|
603 |
-
fill: #00aced;
|
604 |
-
}
|
605 |
-
.mpp-social svg.icon-amazon {
|
606 |
-
fill: #000000;
|
607 |
-
}
|
608 |
-
.mpp-social svg.icon-behance {
|
609 |
-
fill: #0692e9;
|
610 |
-
}
|
611 |
-
.mpp-social svg.icon-blogger {
|
612 |
-
fill: #fb8f3d;
|
613 |
-
}
|
614 |
-
.mpp-social svg.icon-codepen {
|
615 |
-
fill: #000000;
|
616 |
-
}
|
617 |
-
.mpp-social svg.icon-dribble {
|
618 |
-
fill: #F46899;
|
619 |
-
}
|
620 |
-
.mpp-social svg.icon-dropbox {
|
621 |
-
fill: #018BD3;
|
622 |
-
}
|
623 |
-
.mpp-social svg.icon-eventbrite {
|
624 |
-
fill: #f6682F;
|
625 |
-
}
|
626 |
-
.mpp-social svg.icon-facebook {
|
627 |
-
fill: #3b5998;
|
628 |
-
}
|
629 |
-
.mpp-social svg.icon-flickr {
|
630 |
-
fill: #ff0084;
|
631 |
-
}
|
632 |
-
.mpp-social svg.icon-foursquare {
|
633 |
-
fill: #0072b1;
|
634 |
-
}
|
635 |
-
.mpp-social svg.icon-ghost {
|
636 |
-
fill: #000000;
|
637 |
-
}
|
638 |
-
.mpp-social svg.icon-github {
|
639 |
-
fill: #070709;
|
640 |
-
}
|
641 |
-
.mpp-social svg.icon-google-plus {
|
642 |
-
fill: #CF3D2E;
|
643 |
-
}
|
644 |
-
.mpp-social svg.icon-instagram {
|
645 |
-
fill: #A1755C;
|
646 |
-
}
|
647 |
-
.mpp-social svg.icon-linkedin {
|
648 |
-
fill: #0085AE;
|
649 |
-
}
|
650 |
-
.mpp-social svg.icon-feed {
|
651 |
-
fill: #f26522;
|
652 |
-
}
|
653 |
-
.mpp-social svg.icon-medium {
|
654 |
-
fill: #000000;
|
655 |
-
}
|
656 |
-
.mpp-social svg.icon-path {
|
657 |
-
fill: #000000;
|
658 |
-
}
|
659 |
-
.mpp-social svg.icon-pinterest {
|
660 |
-
fill: #CC2127;
|
661 |
-
}
|
662 |
-
.mpp-social svg.icon-pocket {
|
663 |
-
fill: #000000;
|
664 |
-
}
|
665 |
-
.mpp-social svg.icon-polldaddy {
|
666 |
-
fill: #bc0b0b;
|
667 |
-
}
|
668 |
-
.mpp-social svg.icon-reddit {
|
669 |
-
fill: #000000;
|
670 |
-
}
|
671 |
-
.mpp-social svg.icon-skype {
|
672 |
-
fill: #01AEF2;
|
673 |
-
}
|
674 |
-
.mpp-social svg.icon-spotify {
|
675 |
-
fill: #1ed760;
|
676 |
-
}
|
677 |
-
.mpp-social svg.icon-squarespace {
|
678 |
-
fill: #000000;
|
679 |
-
}
|
680 |
-
.mpp-social svg.icon-stumbleupon {
|
681 |
-
fill: #EB4823;
|
682 |
-
}
|
683 |
-
.mpp-social svg.icon-telegram {
|
684 |
-
fill: #000000;
|
685 |
-
}
|
686 |
-
.mpp-social svg.icon-tumblr-alt {
|
687 |
-
fill: #314E6C;
|
688 |
-
}
|
689 |
-
.mpp-social svg.icon-twitch {
|
690 |
-
fill: #4b367c;
|
691 |
-
}
|
692 |
-
.mpp-social svg.icon-twitter-alt {
|
693 |
-
fill: #00aced;
|
694 |
-
}
|
695 |
-
.mpp-social svg.icon-vimeo {
|
696 |
-
fill: #1ab7ea;
|
697 |
-
}
|
698 |
-
.mpp-social svg.icon-wordpress {
|
699 |
-
fill: #21759b;
|
700 |
-
}
|
701 |
-
.mpp-social svg.icon-youtube {
|
702 |
-
fill: #bb0000;
|
703 |
-
}
|
704 |
-
|
705 |
-
.mpp-enhanced-profile-wrap.profile {
|
706 |
-
padding: 10px;
|
707 |
-
}
|
708 |
-
.mpp-enhanced-profile-wrap.profile h2 {
|
709 |
-
margin: 0;
|
710 |
-
font-size: 0.8em;
|
711 |
-
font-weight: normal;
|
712 |
-
margin-bottom: 5px;
|
713 |
-
}
|
714 |
-
.mpp-enhanced-profile-wrap.profile h2:before {
|
715 |
-
display: none;
|
716 |
-
}
|
717 |
-
@media only screen and (max-width: 400px) {
|
718 |
-
.mpp-enhanced-profile-wrap.profile h2 {
|
719 |
-
text-align: center;
|
720 |
-
}
|
721 |
-
}
|
722 |
-
.mpp-enhanced-profile-wrap.profile.round .profile-avatar {
|
723 |
-
border-radius: 50%;
|
724 |
-
}
|
725 |
-
.mpp-enhanced-profile-wrap.profile .mpp-profile-image-wrapper {
|
726 |
-
position: relative;
|
727 |
-
float: left;
|
728 |
-
line-height: 1;
|
729 |
-
z-index: 1000;
|
730 |
-
min-width: 150px;
|
731 |
-
min-height: 150px;
|
732 |
-
max-width: 150px;
|
733 |
-
max-height: 150px;
|
734 |
-
margin-right: 15px;
|
735 |
-
}
|
736 |
-
@media only screen and (max-width: 400px) {
|
737 |
-
.mpp-enhanced-profile-wrap.profile .mpp-profile-image-wrapper {
|
738 |
-
float: none;
|
739 |
-
text-align: center;
|
740 |
-
margin: 0 auto;
|
741 |
-
}
|
742 |
-
}
|
743 |
-
.mpp-enhanced-profile-wrap.profile .mpp-profile-meta {
|
744 |
-
clear: both;
|
745 |
-
margin: 10px 0;
|
746 |
-
}
|
747 |
-
.mpp-enhanced-profile-wrap.profile .mpp-profile-meta:after {
|
748 |
-
content: "";
|
749 |
-
display: table;
|
750 |
-
clear: both;
|
751 |
-
}
|
752 |
-
.mpp-enhanced-profile-wrap.profile .alignleft {
|
753 |
-
max-width: none;
|
754 |
-
float: left;
|
755 |
-
}
|
756 |
-
@media only screen and (max-width: 400px) {
|
757 |
-
.mpp-enhanced-profile-wrap.profile .alignleft {
|
758 |
-
float: none;
|
759 |
-
text-align: center;
|
760 |
-
margin: 0 auto;
|
761 |
-
}
|
762 |
-
}
|
763 |
-
.mpp-enhanced-profile-wrap.profile .alignright {
|
764 |
-
max-width: none;
|
765 |
-
}
|
766 |
-
@media only screen and (max-width: 400px) {
|
767 |
-
.mpp-enhanced-profile-wrap.profile .alignright {
|
768 |
-
float: none;
|
769 |
-
text-align: center;
|
770 |
-
margin: 0 auto;
|
771 |
-
}
|
772 |
-
}
|
773 |
-
|
774 |
-
/* For Tabbed Theme */
|
775 |
-
.mpp-author-tabbed {
|
776 |
-
padding: 10px;
|
777 |
-
}
|
778 |
-
.mpp-author-tabbed:after {
|
779 |
-
content: "";
|
780 |
-
display: table;
|
781 |
-
clear: both;
|
782 |
-
}
|
783 |
-
.mpp-author-tabbed .mpp-social {
|
784 |
-
margin-top: 0;
|
785 |
-
}
|
786 |
-
.mpp-author-tabbed .mpp-author-social-wrapper {
|
787 |
-
margin-bottom: 10px;
|
788 |
-
}
|
789 |
-
.mpp-author-tabbed .mpp-author-social-wrapper:after {
|
790 |
-
content: "";
|
791 |
-
display: table;
|
792 |
-
clear: both;
|
793 |
-
}
|
794 |
-
.mpp-author-tabbed h1, .mpp-author-tabbed h2, .mpp-author-tabbed h3, .mpp-author-tabbed h4, .mpp-author-tabbed h5, .mpp-author-tabbed h6 {
|
795 |
-
clear: none;
|
796 |
-
}
|
797 |
-
.mpp-author-tabbed h2 {
|
798 |
-
font-size: 0.8em;
|
799 |
-
font-weight: normal;
|
800 |
-
margin-bottom: 5px;
|
801 |
-
}
|
802 |
-
.mpp-author-tabbed h2:before {
|
803 |
-
display: none;
|
804 |
-
}
|
805 |
-
.mpp-author-tabbed .mpp-tab-wrapper {
|
806 |
-
clear: both;
|
807 |
-
}
|
808 |
-
.mpp-author-tabbed .mpp-author-heading {
|
809 |
-
float: left;
|
810 |
-
}
|
811 |
-
@media only screen and (max-width: 600px) {
|
812 |
-
.mpp-author-tabbed .mpp-author-heading {
|
813 |
-
float: none;
|
814 |
-
text-align: center;
|
815 |
-
margin: 0 auto;
|
816 |
-
width: 90%;
|
817 |
-
}
|
818 |
-
}
|
819 |
-
.mpp-author-tabbed .mpp-author-social {
|
820 |
-
float: right;
|
821 |
-
}
|
822 |
-
@media only screen and (max-width: 600px) {
|
823 |
-
.mpp-author-tabbed .mpp-author-social {
|
824 |
-
float: none;
|
825 |
-
text-align: center;
|
826 |
-
margin: 0 auto;
|
827 |
-
}
|
828 |
-
}
|
829 |
-
.mpp-author-tabbed .mpp-author-heading .mpp-author-profile-heading {
|
830 |
-
display: inline-block;
|
831 |
-
background: #42737b;
|
832 |
-
color: #FFF;
|
833 |
-
padding: 10px 20px;
|
834 |
-
font-size: 14px;
|
835 |
-
text-transform: uppercase;
|
836 |
-
}
|
837 |
-
@media only screen and (max-width: 600px) {
|
838 |
-
.mpp-author-tabbed .mpp-author-heading .mpp-author-profile-heading {
|
839 |
-
display: block;
|
840 |
-
margin-bottom: 10px;
|
841 |
-
}
|
842 |
-
}
|
843 |
-
.mpp-author-tabbed .mpp-author-profile-sub-heading {
|
844 |
-
font-size: 14px;
|
845 |
-
line-height: 1.1;
|
846 |
-
max-width: 150px;
|
847 |
-
text-align: center;
|
848 |
-
}
|
849 |
-
.mpp-author-tabbed.round .profile-avatar {
|
850 |
-
border-radius: 50%;
|
851 |
-
}
|
852 |
-
.mpp-author-tabbed .mpp-profile-image-wrapper {
|
853 |
-
clear: both;
|
854 |
-
position: relative;
|
855 |
-
float: left;
|
856 |
-
line-height: 1;
|
857 |
-
z-index: 1000;
|
858 |
-
margin-right: 30px;
|
859 |
-
}
|
860 |
-
.mpp-author-tabbed .mpp-profile-image-wrapper img {
|
861 |
-
min-width: 150px;
|
862 |
-
min-height: 150px;
|
863 |
-
max-height: 150px;
|
864 |
-
max-width: 150px;
|
865 |
-
}
|
866 |
-
.mpp-author-tabbed .mpp-profile-meta {
|
867 |
-
clear: both;
|
868 |
-
margin: 10px 0;
|
869 |
-
}
|
870 |
-
.mpp-author-tabbed .mpp-profile-meta:after {
|
871 |
-
content: "";
|
872 |
-
display: table;
|
873 |
-
clear: both;
|
874 |
-
}
|
875 |
-
.mpp-author-tabbed .mpp-author-profile-title {
|
876 |
-
color: gray;
|
877 |
-
text-transform: uppercase;
|
878 |
-
font-size: 12px;
|
879 |
-
}
|
880 |
-
.mpp-author-tabbed .mpp-tabbed-profile-information:after {
|
881 |
-
content: "";
|
882 |
-
display: table;
|
883 |
-
clear: both;
|
884 |
-
}
|
885 |
-
.mpp-author-tabbed .mpp-tab {
|
886 |
-
display: none;
|
887 |
-
}
|
888 |
-
.mpp-author-tabbed .mpp-tab-active {
|
889 |
-
display: block;
|
890 |
-
}
|
891 |
-
.mpp-author-tabbed ul.mpp-author-tabs {
|
892 |
-
position: relative;
|
893 |
-
list-style-type: none;
|
894 |
-
margin: 0;
|
895 |
-
padding: 0;
|
896 |
-
text-align: center;
|
897 |
-
}
|
898 |
-
.mpp-author-tabbed ul.mpp-author-tabs li {
|
899 |
-
cursor: pointer;
|
900 |
-
position: relative;
|
901 |
-
display: inline-block;
|
902 |
-
min-width: 200px;
|
903 |
-
background: #42737b;
|
904 |
-
margin: 0 5px 0 0;
|
905 |
-
text-align: center;
|
906 |
-
margin-right: 10px;
|
907 |
-
color: #FFF;
|
908 |
-
padding: 10px 20px;
|
909 |
-
font-size: 16px;
|
910 |
-
}
|
911 |
-
@media only screen and (max-width: 500px) {
|
912 |
-
.mpp-author-tabbed ul.mpp-author-tabs li {
|
913 |
-
width: 100%;
|
914 |
-
display: block;
|
915 |
-
}
|
916 |
-
}
|
917 |
-
.mpp-author-tabbed ul.mpp-author-tabs li.active:after {
|
918 |
-
content: "";
|
919 |
-
display: block;
|
920 |
-
position: absolute;
|
921 |
-
bottom: -10px;
|
922 |
-
left: calc(50% - 10px);
|
923 |
-
border-top: 10px solid #42737b;
|
924 |
-
border-top-color: #42737b;
|
925 |
-
border-left: 10px solid transparent;
|
926 |
-
border-right: 10px solid transparent;
|
927 |
-
}
|
928 |
-
@media only screen and (max-width: 500px) {
|
929 |
-
.mpp-author-tabbed ul.mpp-author-tabs li.active:after {
|
930 |
-
display: none;
|
931 |
-
}
|
932 |
-
}
|
933 |
-
.mpp-author-tabbed ul.mpp-author-tabs li:last-child {
|
934 |
-
margin-right: 0;
|
935 |
-
}
|
936 |
-
.mpp-author-tabbed ul.mpp-author-tabs li.mpp-tab-posts {
|
937 |
-
background: #30424b;
|
938 |
-
}
|
939 |
-
.mpp-author-tabbed ul.mpp-author-tabs li.mpp-tab-posts.active:after {
|
940 |
-
border-top: 10px solid #30424b;
|
941 |
-
border-top-color: #30424b;
|
942 |
-
}
|
943 |
-
.mpp-author-tabbed ul.mpp-author-tab-content {
|
944 |
-
list-style-type: none;
|
945 |
-
margin: 0;
|
946 |
-
padding: 0;
|
947 |
-
}
|
948 |
-
.mpp-author-tabbed ul.mpp-author-tab-content li {
|
949 |
-
margin: 0;
|
950 |
-
}
|
951 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.white a,
|
952 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.white a:hover,
|
953 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.white a:visited {
|
954 |
-
display: block;
|
955 |
-
background: #FFFFFF;
|
956 |
-
border: 1px solid #f2f2f2;
|
957 |
-
padding: 10px 20px;
|
958 |
-
text-decoration: none;
|
959 |
-
color: #333;
|
960 |
-
}
|
961 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.white a:hover {
|
962 |
-
background: #f2f2f2;
|
963 |
-
}
|
964 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.light a,
|
965 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.light a:hover,
|
966 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.light a:visited {
|
967 |
-
display: block;
|
968 |
-
background: #f7f7f7;
|
969 |
-
border: 1px solid #dedede;
|
970 |
-
padding: 10px 20px;
|
971 |
-
text-decoration: none;
|
972 |
-
color: #333;
|
973 |
-
}
|
974 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.light a:hover {
|
975 |
-
background: #dedede;
|
976 |
-
}
|
977 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.black a,
|
978 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.black a:hover,
|
979 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.black a:visited {
|
980 |
-
display: block;
|
981 |
-
background: #333;
|
982 |
-
color: #FFF;
|
983 |
-
border: 1px solid #1a1a1a;
|
984 |
-
padding: 10px 20px;
|
985 |
-
text-decoration: none;
|
986 |
-
}
|
987 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.black a:hover {
|
988 |
-
background: #1a1a1a;
|
989 |
-
}
|
990 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.magenta a,
|
991 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.magenta a:hover,
|
992 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.magenta a:visited {
|
993 |
-
display: block;
|
994 |
-
background: #FF00FF;
|
995 |
-
color: #FFF;
|
996 |
-
border: 1px solid #cc00cc;
|
997 |
-
padding: 10px 20px;
|
998 |
-
text-decoration: none;
|
999 |
-
}
|
1000 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.magenta a:hover {
|
1001 |
-
background: #cc00cc;
|
1002 |
-
}
|
1003 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.blue a,
|
1004 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.blue a:hover,
|
1005 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.blue a:visited {
|
1006 |
-
display: block;
|
1007 |
-
background: #0009c1;
|
1008 |
-
color: #FFF;
|
1009 |
-
border: 1px solid #00078e;
|
1010 |
-
padding: 10px 20px;
|
1011 |
-
text-decoration: none;
|
1012 |
-
}
|
1013 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.blue a:hover {
|
1014 |
-
background: #00078e;
|
1015 |
-
}
|
1016 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.green a,
|
1017 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.green a:hover,
|
1018 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.green a:visited {
|
1019 |
-
display: block;
|
1020 |
-
background: #03ac27;
|
1021 |
-
color: #FFF;
|
1022 |
-
border: 1px solid #027a1c;
|
1023 |
-
padding: 10px 20px;
|
1024 |
-
text-decoration: none;
|
1025 |
-
}
|
1026 |
-
.mpp-author-tabbed ul.mpp-author-tab-content.green a:hover {
|
1027 |
-
background: #027a1c;
|
1028 |
-
}
|
1029 |
-
|
1030 |
-
/* For Compact Theme */
|
1031 |
-
.mpp-enhanced-profile-wrap.compact {
|
1032 |
-
text-align: center;
|
1033 |
-
padding: 10px;
|
1034 |
-
max-width: 400px;
|
1035 |
-
margin: 0 auto;
|
1036 |
-
line-height: 1.1;
|
1037 |
-
}
|
1038 |
-
.mpp-enhanced-profile-wrap.compact.center {
|
1039 |
-
margin: 0 auto;
|
1040 |
-
}
|
1041 |
-
.mpp-enhanced-profile-wrap.compact.left {
|
1042 |
-
margin-left: 0;
|
1043 |
-
}
|
1044 |
-
.mpp-enhanced-profile-wrap.compact.right {
|
1045 |
-
margin-right: 0;
|
1046 |
-
}
|
1047 |
-
.mpp-enhanced-profile-wrap.compact .mpp-social svg {
|
1048 |
-
margin-right: 0;
|
1049 |
-
}
|
1050 |
-
.mpp-enhanced-profile-wrap.compact h2 {
|
1051 |
-
font-size: 0.8em;
|
1052 |
-
font-weight: normal;
|
1053 |
-
margin-bottom: 5px;
|
1054 |
-
}
|
1055 |
-
.mpp-enhanced-profile-wrap.compact h2:before {
|
1056 |
-
display: none;
|
1057 |
-
}
|
1058 |
-
.mpp-enhanced-profile-wrap.compact.round .profile-avatar {
|
1059 |
-
border-radius: 50%;
|
1060 |
-
}
|
1061 |
-
.mpp-enhanced-profile-wrap.compact .mpp-profile-image-wrapper {
|
1062 |
-
position: relative;
|
1063 |
-
text-align: center;
|
1064 |
-
line-height: 1;
|
1065 |
-
z-index: 1000;
|
1066 |
-
min-width: 150px;
|
1067 |
-
min-height: 150px;
|
1068 |
-
max-width: 150px;
|
1069 |
-
max-height: 150px;
|
1070 |
-
margin: 0 auto;
|
1071 |
-
}
|
1072 |
-
.mpp-enhanced-profile-wrap.compact .mpp-profile-text {
|
1073 |
-
line-height: 1.1;
|
1074 |
-
}
|
1075 |
-
.mpp-enhanced-profile-wrap.compact .mpp-compact-meta {
|
1076 |
-
clear: both;
|
1077 |
-
margin: 10px 0;
|
1078 |
-
}
|
1079 |
-
.mpp-enhanced-profile-wrap.compact .mpp-compact-meta:after {
|
1080 |
-
content: "";
|
1081 |
-
display: table;
|
1082 |
-
clear: both;
|
1083 |
-
}
|
1084 |
-
.mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts {
|
1085 |
-
clear: both;
|
1086 |
-
display: block;
|
1087 |
-
text-align: center;
|
1088 |
-
padding: 10px 20px;
|
1089 |
-
margin-top: 20px;
|
1090 |
-
margin-right: 20px;
|
1091 |
-
background-color: #cf6d38;
|
1092 |
-
color: #FFF;
|
1093 |
-
margin-bottom: 10px;
|
1094 |
-
}
|
1095 |
-
.mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts a,
|
1096 |
-
.mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts a:hover,
|
1097 |
-
.mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts a:visited {
|
1098 |
-
display: block;
|
1099 |
-
width: 100%;
|
1100 |
-
height: 100%;
|
1101 |
-
color: #FFF;
|
1102 |
-
text-decoration: none;
|
1103 |
-
}
|
1104 |
-
.mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts:after {
|
1105 |
-
content: "";
|
1106 |
-
display: table;
|
1107 |
-
clear: both;
|
1108 |
-
}
|
1109 |
-
.mpp-enhanced-profile-wrap.compact .mpp-profile-view-website {
|
1110 |
-
display: block;
|
1111 |
-
text-align: center;
|
1112 |
-
padding: 10px 20px;
|
1113 |
-
margin-top: 20px;
|
1114 |
-
background-color: #333;
|
1115 |
-
color: #FFF;
|
1116 |
-
}
|
1117 |
-
.mpp-enhanced-profile-wrap.compact .mpp-profile-view-website a,
|
1118 |
-
.mpp-enhanced-profile-wrap.compact .mpp-profile-view-website a:hover,
|
1119 |
-
.mpp-enhanced-profile-wrap.compact .mpp-profile-view-website a:visited {
|
1120 |
-
display: block;
|
1121 |
-
width: 100%;
|
1122 |
-
height: 100%;
|
1123 |
-
color: #FFF;
|
1124 |
-
text-decoration: none;
|
1125 |
-
}
|
1126 |
-
.mpp-spinner span {
|
1127 |
-
display: block;
|
1128 |
-
text-align: center;
|
1129 |
-
float: none;
|
1130 |
-
margin: 0 auto;
|
1131 |
-
}
|
1132 |
-
|
1133 |
-
.editor-styles-wrapper .mpp-profile-wrap {
|
1134 |
-
margin: 0 auto;
|
1135 |
-
padding: 3%;
|
1136 |
-
border-radius: 5px;
|
1137 |
-
margin-bottom: 1.2em;
|
1138 |
-
margin-bottom: 20px;
|
1139 |
-
line-height: 1.1;
|
1140 |
-
}
|
1141 |
-
.editor-styles-wrapper .mpp-profile-wrap.round .mpp-profile-image-wrapper {
|
1142 |
-
border-radius: 50%;
|
1143 |
-
overflow: hidden;
|
1144 |
-
}
|
1145 |
-
.editor-styles-wrapper .mpp-profile-wrap.round .mpp-profile-image-wrapper img {
|
1146 |
-
border-radius: 50%;
|
1147 |
-
}
|
1148 |
-
.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper button {
|
1149 |
-
height: auto;
|
1150 |
-
}
|
1151 |
-
.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 {
|
1152 |
-
clear: none;
|
1153 |
-
}
|
1154 |
-
.editor-styles-wrapper .mpp-profile-wrap h2:before {
|
1155 |
-
display: none;
|
1156 |
-
}
|
1157 |
-
.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper {
|
1158 |
-
position: relative;
|
1159 |
-
float: left;
|
1160 |
-
line-height: 1.1;
|
1161 |
-
z-index: 1000;
|
1162 |
-
background: #ddd;
|
1163 |
-
position: relative;
|
1164 |
-
min-width: 150px;
|
1165 |
-
min-height: 150px;
|
1166 |
-
max-width: 150px;
|
1167 |
-
max-height: 150px;
|
1168 |
-
width: 100%;
|
1169 |
-
margin-right: 20px;
|
1170 |
-
}
|
1171 |
-
.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper button.components-button,
|
1172 |
-
.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper button {
|
1173 |
-
position: relative;
|
1174 |
-
min-width: 150px;
|
1175 |
-
min-height: 150px;
|
1176 |
-
max-width: 150px;
|
1177 |
-
max-height: 150px;
|
1178 |
-
z-index: 1000;
|
1179 |
-
}
|
1180 |
-
.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper .mpp-profile-image-square {
|
1181 |
-
position: relative;
|
1182 |
-
top: 0;
|
1183 |
-
left: 0;
|
1184 |
-
height: 100%;
|
1185 |
-
width: 100%;
|
1186 |
-
z-index: 5;
|
1187 |
-
}
|
1188 |
-
.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper .mpp-profile-image-square img {
|
1189 |
-
height: 100%;
|
1190 |
-
width: 100%;
|
1191 |
-
position: relative;
|
1192 |
-
z-index: 5;
|
1193 |
-
}
|
1194 |
-
.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper .mpp-content-wrap {
|
1195 |
-
display: block;
|
1196 |
-
padding: 0 15px 0 15px;
|
1197 |
-
-ms-flex: 3 0 0px;
|
1198 |
-
flex: 3 0 0;
|
1199 |
-
}
|
1200 |
-
.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper .mpp-profile-name {
|
1201 |
-
font: 1.4em;
|
1202 |
-
line-height: 1.2;
|
1203 |
-
}
|
1204 |
-
@media only screen and (max-width: 600px) {
|
1205 |
-
.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-image-wrapper {
|
1206 |
-
flex: auto;
|
1207 |
-
}
|
1208 |
-
}
|
1209 |
-
.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-view-posts {
|
1210 |
-
display: block;
|
1211 |
-
width: 100%;
|
1212 |
-
text-align: center;
|
1213 |
-
padding: 10px 20px;
|
1214 |
-
margin-top: 20px;
|
1215 |
-
background-color: #cf6d38;
|
1216 |
-
color: #FFF;
|
1217 |
-
}
|
1218 |
-
.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-view-posts a,
|
1219 |
-
.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-view-posts a:hover,
|
1220 |
-
.editor-styles-wrapper .mpp-profile-wrap .mpp-profile-view-posts a:visited {
|
1221 |
-
display: block;
|
1222 |
-
width: 100%;
|
1223 |
-
height: 100%;
|
1224 |
-
color: #FFF;
|
1225 |
-
text-decoration: none;
|
1226 |
-
}
|
1227 |
-
|
1228 |
-
.mpp-profile-image-wrapper button {
|
1229 |
-
position: relative;
|
1230 |
-
min-width: 150px;
|
1231 |
-
min-height: 150px;
|
1232 |
-
max-width: 150px;
|
1233 |
-
max-height: 150px;
|
1234 |
-
z-index: 1000;
|
1235 |
-
}
|
1236 |
-
|
1237 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular {
|
1238 |
-
position: relative;
|
1239 |
-
margin: 0 auto;
|
1240 |
-
line-height: 1.1;
|
1241 |
-
}
|
1242 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular.round .mpp-profile-image-wrapper {
|
1243 |
-
border-radius: 50%;
|
1244 |
-
overflow: hidden;
|
1245 |
-
}
|
1246 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular.round .mpp-profile-image-wrapper img {
|
1247 |
-
border-radius: 50%;
|
1248 |
-
}
|
1249 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular h2:before {
|
1250 |
-
display: none;
|
1251 |
-
}
|
1252 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper {
|
1253 |
-
position: relative;
|
1254 |
-
float: left;
|
1255 |
-
line-height: 1.1;
|
1256 |
-
z-index: 1000;
|
1257 |
-
background: #ddd;
|
1258 |
-
position: relative;
|
1259 |
-
min-width: 150px;
|
1260 |
-
min-height: 150px;
|
1261 |
-
max-width: 150px;
|
1262 |
-
max-height: 150px;
|
1263 |
-
width: 100%;
|
1264 |
-
margin-right: 20px;
|
1265 |
-
}
|
1266 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper button {
|
1267 |
-
position: relative;
|
1268 |
-
min-width: 150px;
|
1269 |
-
min-height: 150px;
|
1270 |
-
max-width: 150px;
|
1271 |
-
max-height: 150px;
|
1272 |
-
z-index: 1000;
|
1273 |
-
}
|
1274 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-profile-image-square {
|
1275 |
-
position: relative;
|
1276 |
-
top: 0;
|
1277 |
-
left: 0;
|
1278 |
-
height: 100%;
|
1279 |
-
width: 100%;
|
1280 |
-
z-index: 5;
|
1281 |
-
}
|
1282 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-profile-image-square img {
|
1283 |
-
height: 100%;
|
1284 |
-
width: 100%;
|
1285 |
-
position: relative;
|
1286 |
-
z-index: 5;
|
1287 |
-
}
|
1288 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-content-wrap {
|
1289 |
-
display: block;
|
1290 |
-
padding: 0 15px 0 15px;
|
1291 |
-
-ms-flex: 3 0 0px;
|
1292 |
-
flex: 3 0 0;
|
1293 |
-
}
|
1294 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-profile-name {
|
1295 |
-
font: 1.4em;
|
1296 |
-
line-height: 1.2;
|
1297 |
-
}
|
1298 |
-
@media only screen and (max-width: 600px) {
|
1299 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper {
|
1300 |
-
flex: auto;
|
1301 |
-
}
|
1302 |
-
}
|
1303 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-gutenberg-view-posts {
|
1304 |
-
clear: both;
|
1305 |
-
}
|
1306 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-gutenberg-view-posts:after {
|
1307 |
-
content: "";
|
1308 |
-
display: table;
|
1309 |
-
clear: both;
|
1310 |
-
}
|
1311 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts {
|
1312 |
-
clear: both;
|
1313 |
-
display: block;
|
1314 |
-
float: left;
|
1315 |
-
text-align: center;
|
1316 |
-
padding: 10px 20px;
|
1317 |
-
margin-top: 20px;
|
1318 |
-
margin-right: 20px;
|
1319 |
-
background-color: #cf6d38;
|
1320 |
-
color: #FFF;
|
1321 |
-
}
|
1322 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts a,
|
1323 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts a:hover,
|
1324 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts a:visited {
|
1325 |
-
display: block;
|
1326 |
-
width: 100%;
|
1327 |
-
height: 100%;
|
1328 |
-
color: #FFF;
|
1329 |
-
text-decoration: none;
|
1330 |
-
}
|
1331 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts:after {
|
1332 |
-
content: "";
|
1333 |
-
display: table;
|
1334 |
-
clear: both;
|
1335 |
-
}
|
1336 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-website {
|
1337 |
-
display: block;
|
1338 |
-
float: left;
|
1339 |
-
text-align: center;
|
1340 |
-
padding: 10px 20px;
|
1341 |
-
margin-top: 20px;
|
1342 |
-
background-color: #333;
|
1343 |
-
color: #FFF;
|
1344 |
-
}
|
1345 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-website a,
|
1346 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-website a:hover,
|
1347 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mpp-profile-view-website a:visited {
|
1348 |
-
display: block;
|
1349 |
-
width: 100%;
|
1350 |
-
height: 100%;
|
1351 |
-
color: #FFF;
|
1352 |
-
text-decoration: none;
|
1353 |
-
}
|
1354 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular.right .mpp-profile-view-posts {
|
1355 |
-
float: right;
|
1356 |
-
margin-left: 20px;
|
1357 |
-
}
|
1358 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular.center .mpp-profile-view-posts {
|
1359 |
-
display: inline-block;
|
1360 |
-
float: none;
|
1361 |
-
margin-left: 20px;
|
1362 |
-
}
|
1363 |
-
|
1364 |
-
/* Icon Sizes */
|
1365 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-10,
|
1366 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-10,
|
1367 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-10,
|
1368 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-10,
|
1369 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-10 {
|
1370 |
-
font-size: 10px;
|
1371 |
-
}
|
1372 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-10 p,
|
1373 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-10 div,
|
1374 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-10 p,
|
1375 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-10 div,
|
1376 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-10 p,
|
1377 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-10 div,
|
1378 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-10 p,
|
1379 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-10 div,
|
1380 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-10 p,
|
1381 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-10 div {
|
1382 |
-
font-size: 10px;
|
1383 |
-
}
|
1384 |
-
|
1385 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-11,
|
1386 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-11,
|
1387 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-11,
|
1388 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-11,
|
1389 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-11 {
|
1390 |
-
font-size: 11px;
|
1391 |
-
}
|
1392 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-11 p,
|
1393 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-11 div,
|
1394 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-11 p,
|
1395 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-11 div,
|
1396 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-11 p,
|
1397 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-11 div,
|
1398 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-11 p,
|
1399 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-11 div,
|
1400 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-11 p,
|
1401 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-11 div {
|
1402 |
-
font-size: 11px;
|
1403 |
-
}
|
1404 |
-
|
1405 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-12,
|
1406 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-12,
|
1407 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-12,
|
1408 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-12,
|
1409 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-12 {
|
1410 |
-
font-size: 12px;
|
1411 |
-
}
|
1412 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-12 p,
|
1413 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-12 div,
|
1414 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-12 p,
|
1415 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-12 div,
|
1416 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-12 p,
|
1417 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-12 div,
|
1418 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-12 p,
|
1419 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-12 div,
|
1420 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-12 p,
|
1421 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-12 div {
|
1422 |
-
font-size: 12px;
|
1423 |
-
}
|
1424 |
-
|
1425 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-13,
|
1426 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-13,
|
1427 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-13,
|
1428 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-13,
|
1429 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-13 {
|
1430 |
-
font-size: 13px;
|
1431 |
-
}
|
1432 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-13 p,
|
1433 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-13 div,
|
1434 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-13 p,
|
1435 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-13 div,
|
1436 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-13 p,
|
1437 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-13 div,
|
1438 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-13 p,
|
1439 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-13 div,
|
1440 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-13 p,
|
1441 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-13 div {
|
1442 |
-
font-size: 13px;
|
1443 |
-
}
|
1444 |
-
|
1445 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-14,
|
1446 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-14,
|
1447 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-14,
|
1448 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-14,
|
1449 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-14 {
|
1450 |
-
font-size: 14px;
|
1451 |
-
}
|
1452 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-14 p,
|
1453 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-14 div,
|
1454 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-14 p,
|
1455 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-14 div,
|
1456 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-14 p,
|
1457 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-14 div,
|
1458 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-14 p,
|
1459 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-14 div,
|
1460 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-14 p,
|
1461 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-14 div {
|
1462 |
-
font-size: 14px;
|
1463 |
-
}
|
1464 |
-
|
1465 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-15,
|
1466 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-15,
|
1467 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-15,
|
1468 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-15,
|
1469 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-15 {
|
1470 |
-
font-size: 15px;
|
1471 |
-
}
|
1472 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-15 p,
|
1473 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-15 div,
|
1474 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-15 p,
|
1475 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-15 div,
|
1476 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-15 p,
|
1477 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-15 div,
|
1478 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-15 p,
|
1479 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-15 div,
|
1480 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-15 p,
|
1481 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-15 div {
|
1482 |
-
font-size: 15px;
|
1483 |
-
}
|
1484 |
-
|
1485 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-16,
|
1486 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-16,
|
1487 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-16,
|
1488 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-16,
|
1489 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-16 {
|
1490 |
-
font-size: 16px;
|
1491 |
-
}
|
1492 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-16 p,
|
1493 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-16 div,
|
1494 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-16 p,
|
1495 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-16 div,
|
1496 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-16 p,
|
1497 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-16 div,
|
1498 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-16 p,
|
1499 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-16 div,
|
1500 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-16 p,
|
1501 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-16 div {
|
1502 |
-
font-size: 16px;
|
1503 |
-
}
|
1504 |
-
|
1505 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-17,
|
1506 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-17,
|
1507 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-17,
|
1508 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-17,
|
1509 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-17 {
|
1510 |
-
font-size: 17px;
|
1511 |
-
}
|
1512 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-17 p,
|
1513 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-17 div,
|
1514 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-17 p,
|
1515 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-17 div,
|
1516 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-17 p,
|
1517 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-17 div,
|
1518 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-17 p,
|
1519 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-17 div,
|
1520 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-17 p,
|
1521 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-17 div {
|
1522 |
-
font-size: 17px;
|
1523 |
-
}
|
1524 |
-
|
1525 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-18,
|
1526 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-18,
|
1527 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-18,
|
1528 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-18,
|
1529 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-18 {
|
1530 |
-
font-size: 18px;
|
1531 |
-
}
|
1532 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-18 p,
|
1533 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-18 div,
|
1534 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-18 p,
|
1535 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-18 div,
|
1536 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-18 p,
|
1537 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-18 div,
|
1538 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-18 p,
|
1539 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-18 div,
|
1540 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-18 p,
|
1541 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-18 div {
|
1542 |
-
font-size: 18px;
|
1543 |
-
}
|
1544 |
-
|
1545 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-19,
|
1546 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-19,
|
1547 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-19,
|
1548 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-19,
|
1549 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-19 {
|
1550 |
-
font-size: 19px;
|
1551 |
-
}
|
1552 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-19 p,
|
1553 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-19 div,
|
1554 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-19 p,
|
1555 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-19 div,
|
1556 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-19 p,
|
1557 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-19 div,
|
1558 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-19 p,
|
1559 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-19 div,
|
1560 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-19 p,
|
1561 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-19 div {
|
1562 |
-
font-size: 19px;
|
1563 |
-
}
|
1564 |
-
|
1565 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-20,
|
1566 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-20,
|
1567 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-20,
|
1568 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-20,
|
1569 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-20 {
|
1570 |
-
font-size: 20px;
|
1571 |
-
}
|
1572 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-20 p,
|
1573 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-20 div,
|
1574 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-20 p,
|
1575 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-20 div,
|
1576 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-20 p,
|
1577 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-20 div,
|
1578 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-20 p,
|
1579 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-20 div,
|
1580 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-20 p,
|
1581 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-20 div {
|
1582 |
-
font-size: 20px;
|
1583 |
-
}
|
1584 |
-
|
1585 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-21,
|
1586 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-21,
|
1587 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-21,
|
1588 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-21,
|
1589 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-21 {
|
1590 |
-
font-size: 21px;
|
1591 |
-
}
|
1592 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-21 p,
|
1593 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-21 div,
|
1594 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-21 p,
|
1595 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-21 div,
|
1596 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-21 p,
|
1597 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-21 div,
|
1598 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-21 p,
|
1599 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-21 div,
|
1600 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-21 p,
|
1601 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-21 div {
|
1602 |
-
font-size: 21px;
|
1603 |
-
}
|
1604 |
-
|
1605 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-22,
|
1606 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-22,
|
1607 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-22,
|
1608 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-22,
|
1609 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-22 {
|
1610 |
-
font-size: 22px;
|
1611 |
-
}
|
1612 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-22 p,
|
1613 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-22 div,
|
1614 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-22 p,
|
1615 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-22 div,
|
1616 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-22 p,
|
1617 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-22 div,
|
1618 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-22 p,
|
1619 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-22 div,
|
1620 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-22 p,
|
1621 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-22 div {
|
1622 |
-
font-size: 22px;
|
1623 |
-
}
|
1624 |
-
|
1625 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-23,
|
1626 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-23,
|
1627 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-23,
|
1628 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-23,
|
1629 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-23 {
|
1630 |
-
font-size: 23px;
|
1631 |
-
}
|
1632 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-23 p,
|
1633 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-23 div,
|
1634 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-23 p,
|
1635 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-23 div,
|
1636 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-23 p,
|
1637 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-23 div,
|
1638 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-23 p,
|
1639 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-23 div,
|
1640 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-23 p,
|
1641 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-23 div {
|
1642 |
-
font-size: 23px;
|
1643 |
-
}
|
1644 |
-
|
1645 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-24,
|
1646 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-24,
|
1647 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-24,
|
1648 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-24,
|
1649 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-24 {
|
1650 |
-
font-size: 24px;
|
1651 |
-
}
|
1652 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-24 p,
|
1653 |
-
.editor-styles-wrapper .mpp-profile-wrap.mt-font-size-24 div,
|
1654 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-24 p,
|
1655 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.regular .mt-font-size-24 div,
|
1656 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-24 p,
|
1657 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mt-font-size-24 div,
|
1658 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-24 p,
|
1659 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mt-font-size-24 div,
|
1660 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-24 p,
|
1661 |
-
.editor-styles-wrapper .mpp-profile-text.mt-font-size-24 div {
|
1662 |
-
font-size: 24px;
|
1663 |
-
}
|
1664 |
-
|
1665 |
-
/* For Social Media */
|
1666 |
-
.mpp-social {
|
1667 |
-
margin-top: 15px;
|
1668 |
-
}
|
1669 |
-
.mpp-social svg {
|
1670 |
-
max-width: 32px;
|
1671 |
-
max-height: 32px;
|
1672 |
-
margin-right: 10px;
|
1673 |
-
}
|
1674 |
-
|
1675 |
-
/* Social Media Colors */
|
1676 |
-
.mpp-social {
|
1677 |
-
clear: both;
|
1678 |
-
}
|
1679 |
-
|
1680 |
-
.mpp-social svg.icon-twitter {
|
1681 |
-
fill: #00aced;
|
1682 |
-
}
|
1683 |
-
.mpp-social svg.icon-amazon {
|
1684 |
-
fill: #000000;
|
1685 |
-
}
|
1686 |
-
.mpp-social svg.icon-behance {
|
1687 |
-
fill: #0692e9;
|
1688 |
-
}
|
1689 |
-
.mpp-social svg.icon-blogger {
|
1690 |
-
fill: #fb8f3d;
|
1691 |
-
}
|
1692 |
-
.mpp-social svg.icon-codepen {
|
1693 |
-
fill: #000000;
|
1694 |
-
}
|
1695 |
-
.mpp-social svg.icon-dribble {
|
1696 |
-
fill: #F46899;
|
1697 |
-
}
|
1698 |
-
.mpp-social svg.icon-dropbox {
|
1699 |
-
fill: #018BD3;
|
1700 |
-
}
|
1701 |
-
.mpp-social svg.icon-eventbrite {
|
1702 |
-
fill: #f6682F;
|
1703 |
-
}
|
1704 |
-
.mpp-social svg.icon-facebook {
|
1705 |
-
fill: #3b5998;
|
1706 |
-
}
|
1707 |
-
.mpp-social svg.icon-flickr {
|
1708 |
-
fill: #ff0084;
|
1709 |
-
}
|
1710 |
-
.mpp-social svg.icon-foursquare {
|
1711 |
-
fill: #0072b1;
|
1712 |
-
}
|
1713 |
-
.mpp-social svg.icon-ghost {
|
1714 |
-
fill: #000000;
|
1715 |
-
}
|
1716 |
-
.mpp-social svg.icon-github {
|
1717 |
-
fill: #070709;
|
1718 |
-
}
|
1719 |
-
.mpp-social svg.icon-google-plus {
|
1720 |
-
fill: #CF3D2E;
|
1721 |
-
}
|
1722 |
-
.mpp-social svg.icon-instagram {
|
1723 |
-
fill: #A1755C;
|
1724 |
-
}
|
1725 |
-
.mpp-social svg.icon-linkedin {
|
1726 |
-
fill: #0085AE;
|
1727 |
-
}
|
1728 |
-
.mpp-social svg.icon-feed {
|
1729 |
-
fill: #f26522;
|
1730 |
-
}
|
1731 |
-
.mpp-social svg.icon-medium {
|
1732 |
-
fill: #000000;
|
1733 |
-
}
|
1734 |
-
.mpp-social svg.icon-path {
|
1735 |
-
fill: #000000;
|
1736 |
-
}
|
1737 |
-
.mpp-social svg.icon-pinterest {
|
1738 |
-
fill: #CC2127;
|
1739 |
-
}
|
1740 |
-
.mpp-social svg.icon-pocket {
|
1741 |
-
fill: #000000;
|
1742 |
-
}
|
1743 |
-
.mpp-social svg.icon-polldaddy {
|
1744 |
-
fill: #bc0b0b;
|
1745 |
-
}
|
1746 |
-
.mpp-social svg.icon-reddit {
|
1747 |
-
fill: #000000;
|
1748 |
-
}
|
1749 |
-
.mpp-social svg.icon-skype {
|
1750 |
-
fill: #01AEF2;
|
1751 |
-
}
|
1752 |
-
.mpp-social svg.icon-spotify {
|
1753 |
-
fill: #1ed760;
|
1754 |
-
}
|
1755 |
-
.mpp-social svg.icon-squarespace {
|
1756 |
-
fill: #000000;
|
1757 |
-
}
|
1758 |
-
.mpp-social svg.icon-stumbleupon {
|
1759 |
-
fill: #EB4823;
|
1760 |
-
}
|
1761 |
-
.mpp-social svg.icon-telegram {
|
1762 |
-
fill: #000000;
|
1763 |
-
}
|
1764 |
-
.mpp-social svg.icon-tumblr-alt {
|
1765 |
-
fill: #314E6C;
|
1766 |
-
}
|
1767 |
-
.mpp-social svg.icon-twitch {
|
1768 |
-
fill: #4b367c;
|
1769 |
-
}
|
1770 |
-
.mpp-social svg.icon-twitter-alt {
|
1771 |
-
fill: #00aced;
|
1772 |
-
}
|
1773 |
-
.mpp-social svg.icon-vimeo {
|
1774 |
-
fill: #1ab7ea;
|
1775 |
-
}
|
1776 |
-
.mpp-social svg.icon-wordpress {
|
1777 |
-
fill: #21759b;
|
1778 |
-
}
|
1779 |
-
.mpp-social svg.icon-youtube {
|
1780 |
-
fill: #bb0000;
|
1781 |
-
}
|
1782 |
-
|
1783 |
-
/* For Profile Theme */
|
1784 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile {
|
1785 |
-
padding: 10px;
|
1786 |
-
}
|
1787 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile h2 {
|
1788 |
-
font-size: 0.8em;
|
1789 |
-
font-weight: normal;
|
1790 |
-
margin-bottom: 5px;
|
1791 |
-
}
|
1792 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile h2:before {
|
1793 |
-
display: none;
|
1794 |
-
}
|
1795 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile.round .profile-avatar {
|
1796 |
-
border-radius: 50%;
|
1797 |
-
}
|
1798 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mpp-profile-image-wrapper {
|
1799 |
-
position: relative;
|
1800 |
-
float: left;
|
1801 |
-
line-height: 1;
|
1802 |
-
z-index: 1000;
|
1803 |
-
min-width: 150px;
|
1804 |
-
min-height: 150px;
|
1805 |
-
max-width: 150px;
|
1806 |
-
max-height: 150px;
|
1807 |
-
margin-right: 15px;
|
1808 |
-
}
|
1809 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mpp-profile-meta {
|
1810 |
-
clear: both;
|
1811 |
-
margin: 10px 0;
|
1812 |
-
}
|
1813 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .mpp-profile-meta:after {
|
1814 |
-
content: "";
|
1815 |
-
display: table;
|
1816 |
-
clear: both;
|
1817 |
-
}
|
1818 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .alignleft {
|
1819 |
-
max-width: none;
|
1820 |
-
float: left;
|
1821 |
-
}
|
1822 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.profile .alignright {
|
1823 |
-
max-width: none;
|
1824 |
-
float: right;
|
1825 |
-
}
|
1826 |
-
|
1827 |
-
/* For Tabbed Theme */
|
1828 |
-
.editor-styles-wrapper .mpp-author-tabbed {
|
1829 |
-
padding: 10px;
|
1830 |
-
}
|
1831 |
-
.editor-styles-wrapper .mpp-author-tabbed:after {
|
1832 |
-
content: "";
|
1833 |
-
display: table;
|
1834 |
-
clear: both;
|
1835 |
-
}
|
1836 |
-
.editor-styles-wrapper .mpp-author-tabbed .mpp-social {
|
1837 |
-
margin-top: 0;
|
1838 |
-
}
|
1839 |
-
.editor-styles-wrapper .mpp-author-tabbed .mpp-author-social-wrapper {
|
1840 |
-
margin-bottom: 10px;
|
1841 |
-
}
|
1842 |
-
.editor-styles-wrapper .mpp-author-tabbed .mpp-author-social-wrapper:after {
|
1843 |
-
content: "";
|
1844 |
-
display: table;
|
1845 |
-
clear: both;
|
1846 |
-
}
|
1847 |
-
.editor-styles-wrapper .mpp-author-tabbed h2 {
|
1848 |
-
font-size: 0.8em;
|
1849 |
-
font-weight: normal;
|
1850 |
-
margin-bottom: 5px;
|
1851 |
-
}
|
1852 |
-
.editor-styles-wrapper .mpp-author-tabbed h2:before {
|
1853 |
-
display: none;
|
1854 |
-
}
|
1855 |
-
.editor-styles-wrapper .mpp-author-tabbed .mpp-tab-wrapper {
|
1856 |
-
clear: both;
|
1857 |
-
}
|
1858 |
-
.editor-styles-wrapper .mpp-author-tabbed .mpp-author-heading {
|
1859 |
-
float: left;
|
1860 |
-
}
|
1861 |
-
.editor-styles-wrapper .mpp-author-tabbed .mpp-author-social {
|
1862 |
-
float: right;
|
1863 |
-
}
|
1864 |
-
.editor-styles-wrapper .mpp-author-tabbed .mpp-author-heading .mpp-author-profile-heading {
|
1865 |
-
display: inline-block;
|
1866 |
-
background: #42737b;
|
1867 |
-
color: #FFF;
|
1868 |
-
padding: 10px 20px;
|
1869 |
-
font-size: 14px;
|
1870 |
-
text-transform: uppercase;
|
1871 |
-
}
|
1872 |
-
.editor-styles-wrapper .mpp-author-tabbed .mpp-author-profile-sub-heading {
|
1873 |
-
font-size: 14px;
|
1874 |
-
line-height: 1.1;
|
1875 |
-
max-width: 150px;
|
1876 |
-
text-align: center;
|
1877 |
-
}
|
1878 |
-
.editor-styles-wrapper .mpp-author-tabbed.round .profile-avatar {
|
1879 |
-
border-radius: 50%;
|
1880 |
-
}
|
1881 |
-
.editor-styles-wrapper .mpp-author-tabbed .mpp-profile-image-wrapper {
|
1882 |
-
clear: both;
|
1883 |
-
position: relative;
|
1884 |
-
float: left;
|
1885 |
-
line-height: 1;
|
1886 |
-
z-index: 1000;
|
1887 |
-
margin-right: 30px;
|
1888 |
-
}
|
1889 |
-
.editor-styles-wrapper .mpp-author-tabbed .mpp-profile-image-wrapper img {
|
1890 |
-
min-width: 150px;
|
1891 |
-
min-height: 150px;
|
1892 |
-
max-height: 150px;
|
1893 |
-
max-width: 150px;
|
1894 |
-
}
|
1895 |
-
.editor-styles-wrapper .mpp-author-tabbed .mpp-profile-meta {
|
1896 |
-
clear: both;
|
1897 |
-
margin: 10px 0;
|
1898 |
-
}
|
1899 |
-
.editor-styles-wrapper .mpp-author-tabbed .mpp-profile-meta:after {
|
1900 |
-
content: "";
|
1901 |
-
display: table;
|
1902 |
-
clear: both;
|
1903 |
-
}
|
1904 |
-
.editor-styles-wrapper .mpp-author-tabbed .mpp-author-profile-title {
|
1905 |
-
color: gray;
|
1906 |
-
text-transform: uppercase;
|
1907 |
-
font-size: 12px;
|
1908 |
-
}
|
1909 |
-
.editor-styles-wrapper .mpp-author-tabbed .mpp-tabbed-profile-information:after {
|
1910 |
-
content: "";
|
1911 |
-
display: table;
|
1912 |
-
clear: both;
|
1913 |
-
}
|
1914 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tabs {
|
1915 |
-
position: relative;
|
1916 |
-
list-style-type: none;
|
1917 |
-
margin: 0;
|
1918 |
-
padding: 0;
|
1919 |
-
text-align: center;
|
1920 |
-
}
|
1921 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tabs li {
|
1922 |
-
cursor: pointer;
|
1923 |
-
position: relative;
|
1924 |
-
display: inline-block;
|
1925 |
-
min-width: 200px;
|
1926 |
-
background: #42737b;
|
1927 |
-
margin: 0 5px 0 0;
|
1928 |
-
text-align: center;
|
1929 |
-
margin-right: 10px;
|
1930 |
-
color: #FFF;
|
1931 |
-
padding: 10px 20px;
|
1932 |
-
font-size: 16px;
|
1933 |
-
}
|
1934 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tabs li:last-child {
|
1935 |
-
margin-right: 0;
|
1936 |
-
}
|
1937 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tabs li.mpp-tab-posts {
|
1938 |
-
background: #30424b;
|
1939 |
-
}
|
1940 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content {
|
1941 |
-
list-style-type: none;
|
1942 |
-
margin: 0;
|
1943 |
-
}
|
1944 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content li {
|
1945 |
-
margin: 0;
|
1946 |
-
}
|
1947 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.white a,
|
1948 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.white a:hover,
|
1949 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.white a:visited {
|
1950 |
-
display: block;
|
1951 |
-
background: #FFFFFF;
|
1952 |
-
border: 1px solid #f2f2f2;
|
1953 |
-
padding: 10px 20px;
|
1954 |
-
text-decoration: none;
|
1955 |
-
color: #333;
|
1956 |
-
}
|
1957 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.white a:hover {
|
1958 |
-
background: #f2f2f2;
|
1959 |
-
}
|
1960 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.light a,
|
1961 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.light a:hover,
|
1962 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.light a:visited {
|
1963 |
-
display: block;
|
1964 |
-
background: #f7f7f7;
|
1965 |
-
border: 1px solid #dedede;
|
1966 |
-
padding: 10px 20px;
|
1967 |
-
text-decoration: none;
|
1968 |
-
color: #333;
|
1969 |
-
}
|
1970 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.light a:hover {
|
1971 |
-
background: #dedede;
|
1972 |
-
}
|
1973 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.black a,
|
1974 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.black a:hover,
|
1975 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.black a:visited {
|
1976 |
-
display: block;
|
1977 |
-
background: #333;
|
1978 |
-
color: #FFF;
|
1979 |
-
border: 1px solid #1a1a1a;
|
1980 |
-
padding: 10px 20px;
|
1981 |
-
text-decoration: none;
|
1982 |
-
}
|
1983 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.black a:hover {
|
1984 |
-
background: #1a1a1a;
|
1985 |
-
}
|
1986 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.magenta a,
|
1987 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.magenta a:hover,
|
1988 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.magenta a:visited {
|
1989 |
-
display: block;
|
1990 |
-
background: #FF00FF;
|
1991 |
-
color: #FFF;
|
1992 |
-
border: 1px solid #cc00cc;
|
1993 |
-
padding: 10px 20px;
|
1994 |
-
text-decoration: none;
|
1995 |
-
}
|
1996 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.magenta a:hover {
|
1997 |
-
background: #cc00cc;
|
1998 |
-
}
|
1999 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.blue a,
|
2000 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.blue a:hover,
|
2001 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.blue a:visited {
|
2002 |
-
display: block;
|
2003 |
-
background: #0009c1;
|
2004 |
-
color: #FFF;
|
2005 |
-
border: 1px solid #00078e;
|
2006 |
-
padding: 10px 20px;
|
2007 |
-
text-decoration: none;
|
2008 |
-
}
|
2009 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.blue a:hover {
|
2010 |
-
background: #00078e;
|
2011 |
-
}
|
2012 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.green a,
|
2013 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.green a:hover,
|
2014 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.green a:visited {
|
2015 |
-
display: block;
|
2016 |
-
background: #03ac27;
|
2017 |
-
color: #FFF;
|
2018 |
-
border: 1px solid #027a1c;
|
2019 |
-
padding: 10px 20px;
|
2020 |
-
text-decoration: none;
|
2021 |
-
}
|
2022 |
-
.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.green a:hover {
|
2023 |
-
background: #027a1c;
|
2024 |
-
}
|
2025 |
-
|
2026 |
-
/* For Compact Theme */
|
2027 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact {
|
2028 |
-
text-align: center;
|
2029 |
-
padding: 10px;
|
2030 |
-
max-width: 400px;
|
2031 |
-
margin: 0 auto;
|
2032 |
-
line-height: 1.1;
|
2033 |
-
}
|
2034 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact h2 {
|
2035 |
-
font-size: 0.8em;
|
2036 |
-
font-weight: normal;
|
2037 |
-
margin-bottom: 5px;
|
2038 |
-
}
|
2039 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact h2:before {
|
2040 |
-
display: none;
|
2041 |
-
}
|
2042 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact.round .profile-avatar {
|
2043 |
-
border-radius: 50%;
|
2044 |
-
}
|
2045 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-image-wrapper {
|
2046 |
-
position: relative;
|
2047 |
-
text-align: center;
|
2048 |
-
line-height: 1;
|
2049 |
-
z-index: 1000;
|
2050 |
-
min-width: 150px;
|
2051 |
-
min-height: 150px;
|
2052 |
-
max-width: 150px;
|
2053 |
-
max-height: 150px;
|
2054 |
-
margin: 0 auto;
|
2055 |
-
}
|
2056 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-text {
|
2057 |
-
line-height: 1.1;
|
2058 |
-
}
|
2059 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-compact-meta {
|
2060 |
-
clear: both;
|
2061 |
-
margin: 10px 0;
|
2062 |
-
}
|
2063 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-compact-meta:after {
|
2064 |
-
content: "";
|
2065 |
-
display: table;
|
2066 |
-
clear: both;
|
2067 |
-
}
|
2068 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts {
|
2069 |
-
clear: both;
|
2070 |
-
display: block;
|
2071 |
-
text-align: center;
|
2072 |
-
padding: 10px 20px;
|
2073 |
-
margin-top: 20px;
|
2074 |
-
margin-right: 20px;
|
2075 |
-
background-color: #cf6d38;
|
2076 |
-
color: #FFF;
|
2077 |
-
margin-bottom: 10px;
|
2078 |
-
}
|
2079 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts a,
|
2080 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts a:hover,
|
2081 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts a:visited {
|
2082 |
-
display: block;
|
2083 |
-
width: 100%;
|
2084 |
-
height: 100%;
|
2085 |
-
color: #FFF;
|
2086 |
-
text-decoration: none;
|
2087 |
-
}
|
2088 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts:after {
|
2089 |
-
content: "";
|
2090 |
-
display: table;
|
2091 |
-
clear: both;
|
2092 |
-
}
|
2093 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-website {
|
2094 |
-
display: block;
|
2095 |
-
text-align: center;
|
2096 |
-
padding: 10px 20px;
|
2097 |
-
margin-top: 20px;
|
2098 |
-
background-color: #333;
|
2099 |
-
color: #FFF;
|
2100 |
-
}
|
2101 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-website a,
|
2102 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-website a:hover,
|
2103 |
-
.editor-styles-wrapper .mpp-enhanced-profile-wrap.compact .mpp-profile-view-website a:visited {
|
2104 |
-
display: block;
|
2105 |
-
width: 100%;
|
2106 |
-
height: 100%;
|
2107 |
-
color: #FFF;
|
2108 |
-
text-decoration: none;
|
2109 |
-
}
|
2110 |
|
2111 |
/*# sourceMappingURL=blocks.build.css.map*/
|
1 |
+
.post-content .mpp-profile-wrap h1,.post-content .mpp-profile-wrap h2,.post-content .mpp-profile-wrap h3,.post-content .mpp-profile-wrap h4,.post-content .mpp-profile-wrap h5,.post-content .mpp-profile-wrap h6,.post-content .mpp-enhanced-profile-wrap h1,.post-content .mpp-enhanced-profile-wrap h2,.post-content .mpp-enhanced-profile-wrap h3,.post-content .mpp-enhanced-profile-wrap h4,.post-content .mpp-enhanced-profile-wrap h5,.post-content .mpp-enhanced-profile-wrap h6{clear:none}.post-content .mpp-profile-wrap h2,.post-content .mpp-enhanced-profile-wrap h2{margin:0;margin-bottom:10px}.post-content .mpp-profile-wrap p,.post-content .mpp-enhanced-profile-wrap p{margin-bottom:10px}.mpp-profile-wrap{margin:0 auto;padding:3%;border-radius:5px;margin-bottom:1.2em;margin-bottom:20px;line-height:1.3}.mpp-profile-wrap.round .mpp-profile-image-wrapper{border-radius:50%;overflow:hidden}.mpp-profile-wrap.round .mpp-profile-image-wrapper img{border-radius:50%}.mpp-profile-wrap h1,.mpp-profile-wrap h2,.mpp-profile-wrap h3,.mpp-profile-wrap h4,.mpp-profile-wrap h5,.mpp-profile-wrap h6{clear:none}.mpp-profile-wrap h2{margin-top:0;margin-bottom:10px}.mpp-profile-wrap h2:before{display:none}.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;margin-bottom:20px}.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}.mpp-profile-wrap .mpp-profile-image-wrapper .mpp-profile-image-square{position:relative;top:0;left:0;height:100%;width:100%;z-index:5}.mpp-profile-wrap .mpp-profile-image-wrapper .mpp-profile-image-square img{height:100%;width:100%;position:relative;z-index:5}.mpp-profile-wrap .mpp-profile-image-wrapper .mpp-content-wrap{display:block;padding:0 15px 0 15px;-ms-flex:3 0 0px;flex:3 0 0}.mpp-profile-wrap .mpp-profile-image-wrapper .mpp-profile-name{font:1.4em;line-height:1.2}@media only screen and (max-width: 600px){.mpp-profile-wrap .mpp-profile-image-wrapper{flex:auto}}.mpp-profile-wrap .mpp-gutenberg-view-posts{clear:both;padding-top:20px}.mpp-profile-wrap .mpp-profile-view-posts{clear:both;display:block;width:100%;text-align:center;padding:10px 20px;background-color:#cf6d38;color:#fff}.mpp-profile-wrap .mpp-profile-view-posts a,.mpp-profile-wrap .mpp-profile-view-posts a:hover,.mpp-profile-wrap .mpp-profile-view-posts a:visited{display:block;width:100%;height:100%;color:#fff;text-decoration:none}.mpp-enhanced-profile-wrap.regular{position:relative;margin:0 auto;line-height:1.5}.mpp-enhanced-profile-wrap.regular.round .mpp-profile-image-wrapper{border-radius:50%;overflow:hidden}.mpp-enhanced-profile-wrap.regular.round .mpp-profile-image-wrapper img{border-radius:50%}.mpp-enhanced-profile-wrap.regular h1,.mpp-enhanced-profile-wrap.regular h2,.mpp-enhanced-profile-wrap.regular h3,.mpp-enhanced-profile-wrap.regular h4,.mpp-enhanced-profile-wrap.regular h5,.mpp-enhanced-profile-wrap.regular h6{clear:none}.mpp-enhanced-profile-wrap.regular h2:before{display:none}.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;margin-bottom:20px}@media only screen and (max-width: 400px){.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper{float:none;text-align:center;margin:0 auto}}.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}.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}.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-profile-image-square img{height:100%;width:100%;position:relative;z-index:5}.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-content-wrap{display:block;padding:0 15px 0 15px;-ms-flex:3 0 0px;flex:3 0 0}@media only screen and (max-width: 400px){.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-content-wrap{display:block;text-align:center;margin:0 auto}}.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){.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper{flex:auto}}@media only screen and (max-width: 400px){.mpp-enhanced-profile-wrap.regular .mpp-content-wrap{display:block;text-align:center;margin:0 auto}}.mpp-enhanced-profile-wrap.regular .mpp-gutenberg-view-posts{clear:both}.mpp-enhanced-profile-wrap.regular .mpp-gutenberg-view-posts:after{content:"";display:table;clear:both}.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}.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts a,.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts a:hover,.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts a:visited{display:block;width:100%;height:100%;color:#fff;text-decoration:none}.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts:after{content:"";display:table;clear:both}@media only screen and (max-width: 400px){.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts{display:block;width:90%;margin:0 auto;text-align:center;margin-bottom:10px}}.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}.mpp-enhanced-profile-wrap.regular .mpp-profile-view-website a,.mpp-enhanced-profile-wrap.regular .mpp-profile-view-website a:hover,.mpp-enhanced-profile-wrap.regular .mpp-profile-view-website a:visited{display:block;width:100%;height:100%;color:#fff;text-decoration:none}@media only screen and (max-width: 400px){.mpp-enhanced-profile-wrap.regular .mpp-profile-view-website{display:block;width:90%;margin:0 auto;text-align:center;margin-bottom:10px}}.mpp-profile-wrap.mt-font-size-10,.mpp-enhanced-profile-wrap.regular .mt-font-size-10,.mpp-enhanced-profile-wrap.profile .mt-font-size-10,.mpp-enhanced-profile-wrap.compact .mt-font-size-10,.mpp-profile-text.mt-font-size-10{font-size:10px}.mpp-profile-wrap.mt-font-size-10 p,.mpp-profile-wrap.mt-font-size-10 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-10 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-10 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-10 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-10 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-10 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-10 div,.mpp-profile-text.mt-font-size-10 p,.mpp-profile-text.mt-font-size-10 div{font-size:10px}.mpp-profile-wrap.mt-font-size-11,.mpp-enhanced-profile-wrap.regular .mt-font-size-11,.mpp-enhanced-profile-wrap.profile .mt-font-size-11,.mpp-enhanced-profile-wrap.compact .mt-font-size-11,.mpp-profile-text.mt-font-size-11{font-size:11px}.mpp-profile-wrap.mt-font-size-11 p,.mpp-profile-wrap.mt-font-size-11 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-11 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-11 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-11 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-11 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-11 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-11 div,.mpp-profile-text.mt-font-size-11 p,.mpp-profile-text.mt-font-size-11 div{font-size:11px}.mpp-profile-wrap.mt-font-size-12,.mpp-enhanced-profile-wrap.regular .mt-font-size-12,.mpp-enhanced-profile-wrap.profile .mt-font-size-12,.mpp-enhanced-profile-wrap.compact .mt-font-size-12,.mpp-profile-text.mt-font-size-12{font-size:12px}.mpp-profile-wrap.mt-font-size-12 p,.mpp-profile-wrap.mt-font-size-12 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-12 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-12 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-12 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-12 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-12 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-12 div,.mpp-profile-text.mt-font-size-12 p,.mpp-profile-text.mt-font-size-12 div{font-size:12px}.mpp-profile-wrap.mt-font-size-13,.mpp-enhanced-profile-wrap.regular .mt-font-size-13,.mpp-enhanced-profile-wrap.profile .mt-font-size-13,.mpp-enhanced-profile-wrap.compact .mt-font-size-13,.mpp-profile-text.mt-font-size-13{font-size:13px}.mpp-profile-wrap.mt-font-size-13 p,.mpp-profile-wrap.mt-font-size-13 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-13 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-13 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-13 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-13 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-13 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-13 div,.mpp-profile-text.mt-font-size-13 p,.mpp-profile-text.mt-font-size-13 div{font-size:13px}.mpp-profile-wrap.mt-font-size-14,.mpp-enhanced-profile-wrap.regular .mt-font-size-14,.mpp-enhanced-profile-wrap.profile .mt-font-size-14,.mpp-enhanced-profile-wrap.compact .mt-font-size-14,.mpp-profile-text.mt-font-size-14{font-size:14px}.mpp-profile-wrap.mt-font-size-14 p,.mpp-profile-wrap.mt-font-size-14 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-14 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-14 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-14 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-14 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-14 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-14 div,.mpp-profile-text.mt-font-size-14 p,.mpp-profile-text.mt-font-size-14 div{font-size:14px}.mpp-profile-wrap.mt-font-size-15,.mpp-enhanced-profile-wrap.regular .mt-font-size-15,.mpp-enhanced-profile-wrap.profile .mt-font-size-15,.mpp-enhanced-profile-wrap.compact .mt-font-size-15,.mpp-profile-text.mt-font-size-15{font-size:15px}.mpp-profile-wrap.mt-font-size-15 p,.mpp-profile-wrap.mt-font-size-15 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-15 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-15 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-15 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-15 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-15 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-15 div,.mpp-profile-text.mt-font-size-15 p,.mpp-profile-text.mt-font-size-15 div{font-size:15px}.mpp-profile-wrap.mt-font-size-16,.mpp-enhanced-profile-wrap.regular .mt-font-size-16,.mpp-enhanced-profile-wrap.profile .mt-font-size-16,.mpp-enhanced-profile-wrap.compact .mt-font-size-16,.mpp-profile-text.mt-font-size-16{font-size:16px}.mpp-profile-wrap.mt-font-size-16 p,.mpp-profile-wrap.mt-font-size-16 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-16 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-16 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-16 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-16 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-16 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-16 div,.mpp-profile-text.mt-font-size-16 p,.mpp-profile-text.mt-font-size-16 div{font-size:16px}.mpp-profile-wrap.mt-font-size-17,.mpp-enhanced-profile-wrap.regular .mt-font-size-17,.mpp-enhanced-profile-wrap.profile .mt-font-size-17,.mpp-enhanced-profile-wrap.compact .mt-font-size-17,.mpp-profile-text.mt-font-size-17{font-size:17px}.mpp-profile-wrap.mt-font-size-17 p,.mpp-profile-wrap.mt-font-size-17 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-17 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-17 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-17 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-17 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-17 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-17 div,.mpp-profile-text.mt-font-size-17 p,.mpp-profile-text.mt-font-size-17 div{font-size:17px}.mpp-profile-wrap.mt-font-size-18,.mpp-enhanced-profile-wrap.regular .mt-font-size-18,.mpp-enhanced-profile-wrap.profile .mt-font-size-18,.mpp-enhanced-profile-wrap.compact .mt-font-size-18,.mpp-profile-text.mt-font-size-18{font-size:18px}.mpp-profile-wrap.mt-font-size-18 p,.mpp-profile-wrap.mt-font-size-18 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-18 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-18 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-18 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-18 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-18 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-18 div,.mpp-profile-text.mt-font-size-18 p,.mpp-profile-text.mt-font-size-18 div{font-size:18px}.mpp-profile-wrap.mt-font-size-19,.mpp-enhanced-profile-wrap.regular .mt-font-size-19,.mpp-enhanced-profile-wrap.profile .mt-font-size-19,.mpp-enhanced-profile-wrap.compact .mt-font-size-19,.mpp-profile-text.mt-font-size-19{font-size:19px}.mpp-profile-wrap.mt-font-size-19 p,.mpp-profile-wrap.mt-font-size-19 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-19 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-19 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-19 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-19 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-19 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-19 div,.mpp-profile-text.mt-font-size-19 p,.mpp-profile-text.mt-font-size-19 div{font-size:19px}.mpp-profile-wrap.mt-font-size-20,.mpp-enhanced-profile-wrap.regular .mt-font-size-20,.mpp-enhanced-profile-wrap.profile .mt-font-size-20,.mpp-enhanced-profile-wrap.compact .mt-font-size-20,.mpp-profile-text.mt-font-size-20{font-size:20px}.mpp-profile-wrap.mt-font-size-20 p,.mpp-profile-wrap.mt-font-size-20 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-20 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-20 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-20 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-20 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-20 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-20 div,.mpp-profile-text.mt-font-size-20 p,.mpp-profile-text.mt-font-size-20 div{font-size:20px}.mpp-profile-wrap.mt-font-size-21,.mpp-enhanced-profile-wrap.regular .mt-font-size-21,.mpp-enhanced-profile-wrap.profile .mt-font-size-21,.mpp-enhanced-profile-wrap.compact .mt-font-size-21,.mpp-profile-text.mt-font-size-21{font-size:21px}.mpp-profile-wrap.mt-font-size-21 p,.mpp-profile-wrap.mt-font-size-21 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-21 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-21 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-21 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-21 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-21 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-21 div,.mpp-profile-text.mt-font-size-21 p,.mpp-profile-text.mt-font-size-21 div{font-size:21px}.mpp-profile-wrap.mt-font-size-22,.mpp-enhanced-profile-wrap.regular .mt-font-size-22,.mpp-enhanced-profile-wrap.profile .mt-font-size-22,.mpp-enhanced-profile-wrap.compact .mt-font-size-22,.mpp-profile-text.mt-font-size-22{font-size:22px}.mpp-profile-wrap.mt-font-size-22 p,.mpp-profile-wrap.mt-font-size-22 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-22 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-22 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-22 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-22 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-22 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-22 div,.mpp-profile-text.mt-font-size-22 p,.mpp-profile-text.mt-font-size-22 div{font-size:22px}.mpp-profile-wrap.mt-font-size-23,.mpp-enhanced-profile-wrap.regular .mt-font-size-23,.mpp-enhanced-profile-wrap.profile .mt-font-size-23,.mpp-enhanced-profile-wrap.compact .mt-font-size-23,.mpp-profile-text.mt-font-size-23{font-size:23px}.mpp-profile-wrap.mt-font-size-23 p,.mpp-profile-wrap.mt-font-size-23 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-23 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-23 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-23 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-23 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-23 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-23 div,.mpp-profile-text.mt-font-size-23 p,.mpp-profile-text.mt-font-size-23 div{font-size:23px}.mpp-profile-wrap.mt-font-size-24,.mpp-enhanced-profile-wrap.regular .mt-font-size-24,.mpp-enhanced-profile-wrap.profile .mt-font-size-24,.mpp-enhanced-profile-wrap.compact .mt-font-size-24,.mpp-profile-text.mt-font-size-24{font-size:24px}.mpp-profile-wrap.mt-font-size-24 p,.mpp-profile-wrap.mt-font-size-24 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-24 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-24 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-24 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-24 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-24 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-24 div,.mpp-profile-text.mt-font-size-24 p,.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 a,.mpp-social a:hover,.mpp-social a:visited{text-decoration:none !important}.mpp-social{clear:both}.mpp-social svg.icon-twitter{fill:#00aced}.mpp-social svg.icon-amazon{fill:#000000}.mpp-social svg.icon-behance{fill:#0692e9}.mpp-social svg.icon-blogger{fill:#fb8f3d}.mpp-social svg.icon-codepen{fill:#000000}.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:#000000}.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:#000000}.mpp-social svg.icon-path{fill:#000000}.mpp-social svg.icon-pinterest{fill:#CC2127}.mpp-social svg.icon-pocket{fill:#000000}.mpp-social svg.icon-polldaddy{fill:#bc0b0b}.mpp-social svg.icon-reddit{fill:#000000}.mpp-social svg.icon-skype{fill:#01AEF2}.mpp-social svg.icon-spotify{fill:#1ed760}.mpp-social svg.icon-squarespace{fill:#000000}.mpp-social svg.icon-stumbleupon{fill:#EB4823}.mpp-social svg.icon-telegram{fill:#000000}.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:#bb0000}.mpp-enhanced-profile-wrap.profile{padding:10px}.mpp-enhanced-profile-wrap.profile h2{margin:0;font-size:.8em;font-weight:normal;margin-bottom:5px}.mpp-enhanced-profile-wrap.profile h2:before{display:none}@media only screen and (max-width: 400px){.mpp-enhanced-profile-wrap.profile h2{text-align:center}}.mpp-enhanced-profile-wrap.profile.round .profile-avatar{border-radius:50%}.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}@media only screen and (max-width: 400px){.mpp-enhanced-profile-wrap.profile .mpp-profile-image-wrapper{float:none;text-align:center;margin:0 auto}}.mpp-enhanced-profile-wrap.profile .mpp-profile-meta{clear:both;margin:10px 0}.mpp-enhanced-profile-wrap.profile .mpp-profile-meta:after{content:"";display:table;clear:both}.mpp-enhanced-profile-wrap.profile .alignleft{max-width:none;float:left}@media only screen and (max-width: 400px){.mpp-enhanced-profile-wrap.profile .alignleft{float:none;text-align:center;margin:0 auto}}.mpp-enhanced-profile-wrap.profile .alignright{max-width:none}@media only screen and (max-width: 400px){.mpp-enhanced-profile-wrap.profile .alignright{float:none;text-align:center;margin:0 auto}}.mpp-author-tabbed{padding:10px}.mpp-author-tabbed:after{content:"";display:table;clear:both}.mpp-author-tabbed .mpp-social{margin-top:0}.mpp-author-tabbed .mpp-author-social-wrapper{margin-bottom:10px}.mpp-author-tabbed .mpp-author-social-wrapper:after{content:"";display:table;clear:both}.mpp-author-tabbed h1,.mpp-author-tabbed h2,.mpp-author-tabbed h3,.mpp-author-tabbed h4,.mpp-author-tabbed h5,.mpp-author-tabbed h6{clear:none}.mpp-author-tabbed h2{font-size:.8em;font-weight:normal;margin-bottom:5px}.mpp-author-tabbed h2:before{display:none}.mpp-author-tabbed .mpp-tab-wrapper{clear:both}.mpp-author-tabbed .mpp-author-heading{float:left}@media only screen and (max-width: 600px){.mpp-author-tabbed .mpp-author-heading{float:none;text-align:center;margin:0 auto;width:90%}}.mpp-author-tabbed .mpp-author-social{float:right}@media only screen and (max-width: 600px){.mpp-author-tabbed .mpp-author-social{float:none;text-align:center;margin:0 auto}}.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}@media only screen and (max-width: 600px){.mpp-author-tabbed .mpp-author-heading .mpp-author-profile-heading{display:block;margin-bottom:10px}}.mpp-author-tabbed .mpp-author-profile-sub-heading{font-size:14px;line-height:1.1;max-width:150px;text-align:center}.mpp-author-tabbed.round .profile-avatar{border-radius:50%}.mpp-author-tabbed .mpp-profile-image-wrapper{clear:both;position:relative;float:left;line-height:1;z-index:1000;margin-right:30px}.mpp-author-tabbed .mpp-profile-image-wrapper img{min-width:150px;min-height:150px;max-height:150px;max-width:150px}.mpp-author-tabbed .mpp-profile-meta{clear:both;margin:10px 0}.mpp-author-tabbed .mpp-profile-meta:after{content:"";display:table;clear:both}.mpp-author-tabbed .mpp-author-profile-title{color:gray;text-transform:uppercase;font-size:12px}.mpp-author-tabbed .mpp-tabbed-profile-information:after{content:"";display:table;clear:both}.mpp-author-tabbed .mpp-tab{display:none}.mpp-author-tabbed .mpp-tab-active{display:block}.mpp-author-tabbed ul.mpp-author-tabs{position:relative;list-style-type:none;margin:0;padding:0;text-align:center}.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}@media only screen and (max-width: 500px){.mpp-author-tabbed ul.mpp-author-tabs li{width:100%;display:block}}.mpp-author-tabbed ul.mpp-author-tabs li.active:after{content:"";display:block;position:absolute;bottom:-10px;left:calc(50% - 10px);border-top:10px solid #42737b;border-top-color:#42737b;border-left:10px solid transparent;border-right:10px solid transparent}@media only screen and (max-width: 500px){.mpp-author-tabbed ul.mpp-author-tabs li.active:after{display:none}}.mpp-author-tabbed ul.mpp-author-tabs li:last-child{margin-right:0}.mpp-author-tabbed ul.mpp-author-tabs li.mpp-tab-posts{background:#30424b}.mpp-author-tabbed ul.mpp-author-tabs li.mpp-tab-posts.active:after{border-top:10px solid #30424b;border-top-color:#30424b}.mpp-author-tabbed ul.mpp-author-tab-content{list-style-type:none;margin:0;padding:0}.mpp-author-tabbed ul.mpp-author-tab-content li{margin:0}.mpp-author-tabbed ul.mpp-author-tab-content.white a,.mpp-author-tabbed ul.mpp-author-tab-content.white a:hover,.mpp-author-tabbed ul.mpp-author-tab-content.white a:visited{display:block;background:#fff;border:1px solid #f2f2f2;padding:10px 20px;text-decoration:none;color:#333}.mpp-author-tabbed ul.mpp-author-tab-content.white a:hover{background:#f2f2f2}.mpp-author-tabbed ul.mpp-author-tab-content.light a,.mpp-author-tabbed ul.mpp-author-tab-content.light a:hover,.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}.mpp-author-tabbed ul.mpp-author-tab-content.light a:hover{background:#dedede}.mpp-author-tabbed ul.mpp-author-tab-content.black a,.mpp-author-tabbed ul.mpp-author-tab-content.black a:hover,.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}.mpp-author-tabbed ul.mpp-author-tab-content.black a:hover{background:#1a1a1a}.mpp-author-tabbed ul.mpp-author-tab-content.magenta a,.mpp-author-tabbed ul.mpp-author-tab-content.magenta a:hover,.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}.mpp-author-tabbed ul.mpp-author-tab-content.magenta a:hover{background:#c0c}.mpp-author-tabbed ul.mpp-author-tab-content.blue a,.mpp-author-tabbed ul.mpp-author-tab-content.blue a:hover,.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}.mpp-author-tabbed ul.mpp-author-tab-content.blue a:hover{background:#00078e}.mpp-author-tabbed ul.mpp-author-tab-content.green a,.mpp-author-tabbed ul.mpp-author-tab-content.green a:hover,.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}.mpp-author-tabbed ul.mpp-author-tab-content.green a:hover{background:#027a1c}.mpp-enhanced-profile-wrap.compact{text-align:center;padding:10px;max-width:400px;margin:0 auto;line-height:1.1}.mpp-enhanced-profile-wrap.compact.center{margin:0 auto}.mpp-enhanced-profile-wrap.compact.left{margin-left:0}.mpp-enhanced-profile-wrap.compact.right{margin-right:0}.mpp-enhanced-profile-wrap.compact .mpp-social svg{margin-right:0}.mpp-enhanced-profile-wrap.compact h2{font-size:.8em;font-weight:normal;margin-bottom:5px}.mpp-enhanced-profile-wrap.compact h2:before{display:none}.mpp-enhanced-profile-wrap.compact.round .profile-avatar{border-radius:50%}.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}.mpp-enhanced-profile-wrap.compact .mpp-profile-text{line-height:1.1}.mpp-enhanced-profile-wrap.compact .mpp-compact-meta{clear:both;margin:10px 0}.mpp-enhanced-profile-wrap.compact .mpp-compact-meta:after{content:"";display:table;clear:both}.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}.mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts a,.mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts a:hover,.mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts a:visited{display:block;width:100%;height:100%;color:#fff;text-decoration:none}.mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts:after{content:"";display:table;clear:both}.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}.mpp-enhanced-profile-wrap.compact .mpp-profile-view-website a,.mpp-enhanced-profile-wrap.compact .mpp-profile-view-website a:hover,.mpp-enhanced-profile-wrap.compact .mpp-profile-view-website a:visited{display:block;width:100%;height:100%;color:#fff;text-decoration:none}
|
2 |
+
.mpp-spinner span{display:block;text-align:center;float:none;margin:0 auto}.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 .mpp-profile-image-wrapper button{height:auto}.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.components-button,.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 0px;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}.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{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 0px;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:#000000}.mpp-social svg.icon-behance{fill:#0692e9}.mpp-social svg.icon-blogger{fill:#fb8f3d}.mpp-social svg.icon-codepen{fill:#000000}.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:#000000}.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:#000000}.mpp-social svg.icon-path{fill:#000000}.mpp-social svg.icon-pinterest{fill:#CC2127}.mpp-social svg.icon-pocket{fill:#000000}.mpp-social svg.icon-polldaddy{fill:#bc0b0b}.mpp-social svg.icon-reddit{fill:#000000}.mpp-social svg.icon-skype{fill:#01AEF2}.mpp-social svg.icon-spotify{fill:#1ed760}.mpp-social svg.icon-squarespace{fill:#000000}.mpp-social svg.icon-stumbleupon{fill:#EB4823}.mpp-social svg.icon-telegram{fill:#000000}.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:#bb0000}.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.white a,.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.white a:hover,.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.white a:visited{display:block;background:#fff;border:1px solid #f2f2f2;padding:10px 20px;text-decoration:none;color:#333}.editor-styles-wrapper .mpp-author-tabbed ul.mpp-author-tab-content.white a:hover{background:#f2f2f2}.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}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|