PluginProbe
Elementor Website Builder – more than just a page builder / 3.6.0-dev1
Elementor Website Builder – more than just a page builder v3.6.0-dev1
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
elementor / trunk / assets / css / admin.css

admin.css in Elementor Website Builder – more than just a page builder 3.6.0-dev1, at trunk/assets/css/admin.css

1,396 lines 44.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*! elementor - v3.5.5 - 14-02-2022 */
2 .elementor-button {
3 font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
4 font-weight: 500;
5 text-transform: uppercase;
6 outline: none;
7 border: none;
8 border-radius: 3px;
9 -webkit-transition-property: background, color, opacity, -webkit-box-shadow;
10 transition-property: background, color, opacity, -webkit-box-shadow;
11 -o-transition-property: background, color, box-shadow, opacity;
12 transition-property: background, color, box-shadow, opacity;
13 transition-property: background, color, box-shadow, opacity, -webkit-box-shadow;
14 -webkit-transition-duration: .3s;
15 -o-transition-duration: .3s;
16 transition-duration: .3s; }
17 .elementor-button:hover {
18 border: none; }
19 .elementor-button:not([disabled]) {
20 cursor: pointer; }
21 .elementor-button:not(.elementor-button-state) .elementor-state-icon {
22 display: none; }
23 .elementor-button.elementor-button-success {
24 color: #fff; }
25 .elementor-button.elementor-button-success[disabled] {
26 background-color: #c2cbd2; }
27 .elementor-button.elementor-button-success:not([disabled]) {
28 background-color: #39b54a; }
29 .elementor-button.elementor-button-success:not([disabled]):hover {
30 opacity: 0.85;
31 -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
32 box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
33 .elementor-button.elementor-button-success:not([disabled]):active {
34 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
35 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
36 .elementor-button.elementor-button-warning {
37 background-color: #a4afb7;
38 color: #fff; }
39 .elementor-button.elementor-button-warning[disabled] {
40 background-color: #c2cbd2; }
41 .elementor-button.elementor-button-warning:not([disabled]):hover {
42 background-color: #b01b1b;
43 opacity: 0.85;
44 -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
45 box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
46 .elementor-button.elementor-button-warning:not([disabled]):active {
47 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
48 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
49 .elementor-button.elementor-button-danger {
50 background-color: #d72b3f;
51 color: #fff; }
52 .elementor-button.elementor-button-danger[disabled] {
53 background-color: #c2cbd2; }
54 .elementor-button.elementor-button-danger:not([disabled]):hover {
55 opacity: 0.85;
56 -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
57 box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
58 .elementor-button.elementor-button-danger:not([disabled]):active {
59 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
60 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
61 .elementor-button.elementor-edit-template {
62 display: inline-block;
63 margin-top: 15px;
64 color: #fff; }
65 .elementor-button.elementor-button-default {
66 background-color: #a4afb7;
67 color: #fff;
68 font-size: 11px;
69 padding: 7px 21px; }
70 .elementor-button.elementor-button-default:hover {
71 background-color: #6d7882;
72 -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
73 box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
74 .elementor-button.elementor-button-default:active {
75 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
76 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
77 .elementor-button.elementor-button-default:visited {
78 color: #fff; }
79 .elementor-button.elementor-button-go-pro {
80 background-color: #93003c; }
81 .elementor-button i {
82 margin-right: 10px; }
83
84 #adminmenu #toplevel_page_elementor div.wp-menu-image:before {
85 content: "\e813";
86 font-family: eicons;
87 font-size: 18px;
88 margin-top: 1px; }
89
90 #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"] {
91 font-weight: 700; }
92 #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"]:hover {
93 color: #e0005b; }
94
95 #adminmenu #toplevel_page_elementor .dashicons.dashicons-star-filled {
96 height: auto; }
97
98 #adminmenu #menu-posts-elementor_library .wp-menu-image:before {
99 content: '\e8ff';
100 font-family: eicons;
101 font-size: 18px; }
102
103 #e-admin-menu__kit-library {
104 color: #5cb85c; }
105
106 body.admin-color-fresh #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"] {
107 color: #c60051; }
108
109 .elementor-plugins-gopro {
110 color: #93003c;
111 text-shadow: 1px 1px 1px #eee;
112 font-weight: bold; }
113
114 #elementor-switch-mode {
115 margin: 15px 0; }
116
117 #elementor-switch-mode-button,
118 #elementor-editor-button {
119 outline: none;
120 cursor: pointer; }
121 #elementor-switch-mode-button i,
122 #elementor-editor-button i {
123 margin-right: 3px;
124 font-size: 125%;
125 font-style: normal; }
126
127 body.elementor-editor-active .elementor-switch-mode-off {
128 display: none; }
129
130 body.elementor-editor-active #elementor-switch-mode-button {
131 background-color: #f7f7f7;
132 color: #555;
133 border-color: #ccc;
134 -webkit-box-shadow: 0 1px 0 #ccc !important;
135 box-shadow: 0 1px 0 #ccc !important;
136 text-shadow: unset; }
137 body.elementor-editor-active #elementor-switch-mode-button:hover {
138 background-color: #e9e9e9; }
139 body.elementor-editor-active #elementor-switch-mode-button:active {
140 -webkit-box-shadow: inset 0 1px 0 #ccc;
141 box-shadow: inset 0 1px 0 #ccc;
142 -webkit-transform: translateY(1px);
143 -ms-transform: translateY(1px);
144 transform: translateY(1px); }
145
146 body.elementor-editor-active #postdivrich {
147 display: none !important; }
148
149 body.elementor-editor-active .editor-block-list__layout,
150 body.elementor-editor-active .block-editor-block-list__layout {
151 display: none; }
152
153 body.elementor-editor-inactive .elementor-switch-mode-on {
154 display: none; }
155
156 body.elementor-editor-inactive #elementor-editor {
157 display: none; }
158
159 body.elementor-editor-active .editor-block-list__layout {
160 display: none; }
161
162 body.elementor-editor-active .edit-post-layout__content .edit-post-visual-editor {
163 -ms-flex-preferred-size: auto;
164 flex-basis: auto; }
165
166 body.elementor-editor-active #elementor-editor {
167 margin-bottom: 50px; }
168
169 body.elementor-editor-active .edit-post-text-editor__body .editor-post-text-editor {
170 display: none; }
171
172 body .block-editor #elementor-switch-mode {
173 margin: 0 15px; }
174 body .block-editor #elementor-switch-mode .button {
175 margin: 2px;
176 height: 33px;
177 font-size: 13px;
178 line-height: 1; }
179 body .block-editor #elementor-switch-mode .button i {
180 padding-right: 5px; }
181
182 .elementor-button {
183 font-size: 13px;
184 text-decoration: none;
185 padding: 15px 40px; }
186
187 #elementor-editor {
188 height: 300px;
189 width: 100%;
190 -webkit-transition: all 0.5s ease;
191 -o-transition: all 0.5s ease;
192 transition: all 0.5s ease; }
193 #elementor-editor .elementor-loader-wrapper {
194 position: absolute;
195 top: 50%;
196 left: 50%;
197 -webkit-transform: translate(-50%, -50%);
198 -ms-transform: translate(-50%, -50%);
199 transform: translate(-50%, -50%);
200 width: 300px;
201 display: -webkit-box;
202 display: -ms-flexbox;
203 display: flex;
204 -ms-flex-wrap: wrap;
205 flex-wrap: wrap;
206 -webkit-box-pack: center;
207 -ms-flex-pack: center;
208 justify-content: center; }
209 #elementor-editor .elementor-loader {
210 border-radius: 50%;
211 padding: 40px;
212 height: 150px;
213 width: 150px;
214 background-color: rgba(255, 255, 255, 0.9);
215 -webkit-box-sizing: border-box;
216 box-sizing: border-box;
217 -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02);
218 box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02); }
219 #elementor-editor .elementor-loader-boxes {
220 height: 100%;
221 width: 100%;
222 position: relative; }
223 #elementor-editor .elementor-loader-box {
224 position: absolute;
225 background-color: #d5dadf;
226 -webkit-animation: load 1.8s linear infinite;
227 animation: load 1.8s linear infinite; }
228 #elementor-editor .elementor-loader-box:nth-of-type(1) {
229 width: 20%;
230 height: 100%;
231 left: 0;
232 top: 0; }
233 #elementor-editor .elementor-loader-box:not(:nth-of-type(1)) {
234 right: 0;
235 height: 20%;
236 width: 60%; }
237 #elementor-editor .elementor-loader-box:nth-of-type(2) {
238 top: 0;
239 -webkit-animation-delay: -0.45s;
240 animation-delay: -0.45s; }
241 #elementor-editor .elementor-loader-box:nth-of-type(3) {
242 top: 40%;
243 -webkit-animation-delay: -0.9s;
244 animation-delay: -0.9s; }
245 #elementor-editor .elementor-loader-box:nth-of-type(4) {
246 bottom: 0;
247 -webkit-animation-delay: -1.35s;
248 animation-delay: -1.35s; }
249 #elementor-editor .elementor-loading-title {
250 color: #a4afb7;
251 text-align: center;
252 text-transform: uppercase;
253 margin-top: 30px;
254 letter-spacing: 7px;
255 text-indent: 7px;
256 font-size: 10px;
257 width: 100%; }
258
259 #elementor-go-to-edit-page-link {
260 height: 100%;
261 display: -webkit-box;
262 display: -ms-flexbox;
263 display: flex;
264 -webkit-box-pack: center;
265 -ms-flex-pack: center;
266 justify-content: center;
267 -webkit-box-align: center;
268 -ms-flex-align: center;
269 align-items: center;
270 border: 1px solid #DDD;
271 background-color: #F7F7F7;
272 text-decoration: none;
273 position: relative;
274 font-family: Sans-serif; }
275 #elementor-go-to-edit-page-link:hover {
276 background-color: #ffffff; }
277 #elementor-go-to-edit-page-link:focus {
278 -webkit-box-shadow: none;
279 box-shadow: none; }
280 #elementor-go-to-edit-page-link.elementor-animate #elementor-editor-button {
281 display: none; }
282 #elementor-go-to-edit-page-link:not(.elementor-animate) .elementor-loader-wrapper {
283 display: none; }
284
285 .elementor-button-spinner:before {
286 font: normal 20px/.5 dashicons;
287 speak: none;
288 display: inline-block;
289 padding: 0;
290 top: 8px;
291 left: -4px;
292 position: relative;
293 vertical-align: top;
294 content: "\f463"; }
295
296 .elementor-button-spinner.loading:before {
297 -webkit-animation: rotation 1s infinite linear;
298 animation: rotation 1s infinite linear; }
299
300 .elementor-button-spinner.success:before {
301 content: "\f147";
302 color: #46b450; }
303
304 .elementor-blank_state {
305 padding: 5em 0;
306 margin: auto;
307 max-width: 520px;
308 text-align: center;
309 color: #6d7882;
310 font-family: Roboto, sans-serif; }
311 .elementor-blank_state i {
312 font-size: 50px;
313 color: #a4afb7; }
314 .elementor-blank_state h2 {
315 font-size: 32px;
316 font-weight: 300;
317 color: inherit;
318 margin: 40px 0 10px;
319 line-height: 1.2; }
320 .elementor-blank_state p {
321 font-size: 16px;
322 font-weight: normal;
323 color: #a4afb7;
324 margin-bottom: 40px; }
325 .elementor-blank_state .elementor-button {
326 display: inline-block; }
327
328 #available-widgets [class*="elementor-template"] .widget-title:before {
329 content: "\e813";
330 font-family: eicons;
331 font-size: 17px; }
332
333 .elementor-settings-form-page {
334 padding-top: 30px; }
335 .elementor-settings-form-page:not(.elementor-active) {
336 display: none; }
337
338 ._elementor_settings_update_time {
339 display: none; }
340
341 #confirm_fa_migration_admin_modal .dialog-confirm-ok {
342 color: #6d7882; }
343
344 body.post-type-attachment table.media .column-title .media-icon img[src$=".svg"] {
345 width: 100%; }
346
347 .e-major-update-warning {
348 margin-bottom: 5px;
349 max-width: 1000px;
350 display: -webkit-box;
351 display: -ms-flexbox;
352 display: flex; }
353 .e-major-update-warning__separator {
354 margin: 15px -12px; }
355 .e-major-update-warning__icon {
356 font-size: 17px;
357 margin-right: 9px;
358 margin-left: 2px; }
359 .e-major-update-warning__title {
360 font-weight: 600;
361 margin-bottom: 10px; }
362 .e-major-update-warning + p {
363 display: none; }
364
365 .notice-success .e-major-update-warning__separator {
366 border: 1px solid #46b450; }
367
368 .notice-success .e-major-update-warning__icon {
369 color: #79ba49; }
370
371 .notice-warning .e-major-update-warning__separator {
372 border: 1px solid #ffb900; }
373
374 .notice-warning .e-major-update-warning__icon {
375 color: #f56e28; }
376
377 .plugins table.e-compatibility-update-table tr {
378 background: transparent; }
379 .plugins table.e-compatibility-update-table tr th {
380 font-weight: 600; }
381 .plugins table.e-compatibility-update-table tr th, .plugins table.e-compatibility-update-table tr td {
382 min-width: 250px;
383 font-size: 13px;
384 background: transparent;
385 -webkit-box-shadow: none;
386 box-shadow: none;
387 border: none;
388 padding-top: 5px;
389 padding-bottom: 5px;
390 padding-right: 15px;
391 padding-left: 0; }
392
393 :root {
394 --e-focus-color: rgba(0, 115, 170, .4);
395 --e-context-primary-color: #0073aa;
396 --e-context-primary-color-dark: #005177;
397 --e-context-primary-tint-4: rgba(0, 115, 170, 0.4);
398 --e-context-primary-tint-1: rgba(0, 115, 170, 0.04);
399 --e-context-success-color: #39b54a;
400 --e-context-success-color-dark: #2d8e3a;
401 --e-context-success-tint-4: rgba(57, 181, 74, 0.4);
402 --e-context-success-tint-1: rgba(57, 181, 74, 0.04);
403 --e-context-info-color: #71d7f7;
404 --e-context-info-color-dark: #41c9f4;
405 --e-context-info-tint-4: rgba(113, 215, 247, 0.4);
406 --e-context-info-tint-1: rgba(113, 215, 247, 0.04);
407 --e-context-warning-color: #fcb92c;
408 --e-context-warning-color-dark: #f2a503;
409 --e-context-warning-tint-4: rgba(252, 185, 44, 0.4);
410 --e-context-warning-tint-1: rgba(252, 185, 44, 0.04);
411 --e-context-error-color: #d72b3f;
412 --e-context-error-color-dark: #ae2131;
413 --e-context-error-tint-4: rgba(215, 43, 63, 0.4);
414 --e-context-error-tint-1: rgba(215, 43, 63, 0.04);
415 --e-context-cta-color: #93003c;
416 --e-context-cta-color-dark: #600027;
417 --e-context-cta-tint-4: rgba(147, 0, 60, 0.4);
418 --e-context-cta-tint-1: rgba(147, 0, 60, 0.04); }
419
420 .e-getting-started {
421 max-width: 900px;
422 padding: 2.5em 0;
423 margin: auto;
424 text-align: center; }
425 .e-getting-started__header {
426 display: -webkit-box;
427 display: -ms-flexbox;
428 display: flex;
429 -webkit-box-orient: horizontal;
430 -webkit-box-direction: normal;
431 -ms-flex-direction: row;
432 flex-direction: row;
433 -webkit-box-pack: justify;
434 -ms-flex-pack: justify;
435 justify-content: space-between;
436 -webkit-box-align: center;
437 -ms-flex-align: center;
438 align-items: center;
439 -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
440 box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
441 .e-getting-started__header .e-logo-wrapper {
442 font-size: 10px;
443 margin-right: 10px; }
444 .e-getting-started__title {
445 padding: 0 15px;
446 font-weight: 600;
447 text-transform: uppercase;
448 display: -webkit-box;
449 display: -ms-flexbox;
450 display: flex;
451 -webkit-box-align: center;
452 -ms-flex-align: center;
453 align-items: center; }
454 .e-getting-started__skip {
455 border-left: 1px solid #eee;
456 font-size: 16px;
457 color: inherit; }
458 .e-getting-started__skip i {
459 padding: 15px; }
460 .e-getting-started__content {
461 padding: 50px; }
462 .e-getting-started__content h2 {
463 font-size: 2em;
464 margin-top: 0; }
465 .e-getting-started__content--narrow {
466 max-width: 500px;
467 margin: auto; }
468 .e-getting-started__video {
469 margin: 40px 0 60px; }
470 .e-getting-started__video iframe {
471 -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
472 box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15); }
473 .e-getting-started__actions .button-primary {
474 margin-right: 20px; }
475
476 :root {
477 --e-button-padding-y: 0.4375rem;
478 --e-button-padding-x: 0.75rem;
479 --e-button-font-size: 0.8125rem;
480 --e-button-font-weight: 500;
481 --e-button-line-height: 0.9375rem;
482 --e-button-border-radius: 3px;
483 --e-button-context-color: var(--e-context-primary-color);
484 --e-button-context-color-dark: var(--e-context-primary-color-dark);
485 --e-button-context-tint: var(--e-context-primary-tint-1); }
486
487 .e-button {
488 display: inline-block;
489 font-weight: var(--e-button-font-weight);
490 text-align: center;
491 white-space: nowrap;
492 vertical-align: middle;
493 -webkit-user-select: none;
494 -moz-user-select: none;
495 -ms-user-select: none;
496 user-select: none;
497 color: #ffffff;
498 border: 0;
499 text-decoration: none;
500 background: var(--e-button-context-color);
501 padding: var(--e-button-padding-y) var(--e-button-padding-x);
502 font-size: var(--e-button-font-size);
503 line-height: var(--e-button-line-height);
504 border-radius: var(--e-button-border-radius);
505 -webkit-transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
506 transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
507 -o-transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
508 transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
509 transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
510 .e-button:active, .e-button:hover, .e-button:focus {
511 color: #ffffff;
512 text-decoration: none;
513 background: var(--e-button-context-color-dark); }
514 .e-button:focus, .e-button.focus {
515 outline: 0;
516 -webkit-box-shadow: 0 0 0 2px var(--e-focus-color);
517 box-shadow: 0 0 0 2px var(--e-focus-color); }
518 .e-button.disabled, .e-button:disabled {
519 opacity: 0.5;
520 -webkit-box-shadow: none;
521 box-shadow: none; }
522 .e-button:not(:disabled):not(.disabled) {
523 cursor: pointer; }
524 .e-button:not(:disabled):not(.disabled):active:focus, .e-button:not(:disabled):not(.disabled).active:focus {
525 -webkit-box-shadow: 0 0 0 2px var(--e-focus-color);
526 box-shadow: 0 0 0 2px var(--e-focus-color); }
527 .e-button--primary {
528 --e-button-context-color: var(--e-context-primary-color);
529 --e-button-context-color-dark: var(--e-context-primary-color-dark);
530 --e-button-context-tint: var(--e-context-primary-tint-1);
531 --e-focus-color: var(--e-context-primary-tint-4); }
532 .e-button--success {
533 --e-button-context-color: var(--e-context-success-color);
534 --e-button-context-color-dark: var(--e-context-success-color-dark);
535 --e-button-context-tint: var(--e-context-success-tint-1);
536 --e-focus-color: var(--e-context-success-tint-4); }
537 .e-button--info {
538 --e-button-context-color: var(--e-context-info-color);
539 --e-button-context-color-dark: var(--e-context-info-color-dark);
540 --e-button-context-tint: var(--e-context-info-tint-1);
541 --e-focus-color: var(--e-context-info-tint-4); }
542 .e-button--warning {
543 --e-button-context-color: var(--e-context-warning-color);
544 --e-button-context-color-dark: var(--e-context-warning-color-dark);
545 --e-button-context-tint: var(--e-context-warning-tint-1);
546 --e-focus-color: var(--e-context-warning-tint-4); }
547 .e-button--error {
548 --e-button-context-color: var(--e-context-error-color);
549 --e-button-context-color-dark: var(--e-context-error-color-dark);
550 --e-button-context-tint: var(--e-context-error-tint-1);
551 --e-focus-color: var(--e-context-error-tint-4); }
552 .e-button--cta {
553 --e-button-context-color: var(--e-context-cta-color);
554 --e-button-context-color-dark: var(--e-context-cta-color-dark);
555 --e-button-context-tint: var(--e-context-cta-tint-1);
556 --e-focus-color: var(--e-context-cta-tint-4); }
557 .e-button.e-button--outline {
558 color: var(--e-button-context-color);
559 background: none;
560 border: 1px solid currentColor; }
561 .e-button.e-button--outline:hover, .e-button.e-button--outline:focus {
562 color: var(--e-button-context-color-dark);
563 background: var(--e-button-context-tint); }
564 .e-button.e-button--outline.disabled, .e-button.e-button--outline:disabled {
565 color: var(--e-button-context-color-dark);
566 background: #818a91; }
567 .e-button > i {
568 line-height: inherit;
569 height: var(--e-button-line-height);
570 width: -webkit-min-content;
571 width: -moz-min-content;
572 width: min-content; }
573 .e-button > * + * {
574 -webkit-margin-start: .5ch;
575 margin-inline-start: .5ch; }
576 .e-button--link {
577 color: var(--e-button-context-color);
578 background-color: transparent; }
579 .e-button--link:hover, .e-button--link:focus {
580 color: var(--e-button-context-color-dark);
581 background: var(--e-button-context-tint); }
582 .e-button--link:disabled, .e-button--link.disabled {
583 color: #818a91; }
584
585 a.e-button.disabled,
586 fieldset:disabled a.e-button {
587 pointer-events: none; }
588
589 :root {
590 --e-notice-bg: #fff;
591 --e-notice-border-color: #ccd0d4;
592 --e-notice-context-color: #93003c;
593 --e-notice-context-tint: var(--e-context-cta-tint-1);
594 --e-notice-box-shadow: 0 1px 4px rgba(0,0,0,.15);
595 --e-notice-dismiss-color: #6d7882; }
596
597 .e-notice {
598 position: relative;
599 display: -webkit-box;
600 display: -ms-flexbox;
601 display: flex;
602 font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
603 background: var(--e-notice-bg);
604 border: 1px solid var(--e-notice-border-color);
605 border-inline-start-width: 4px;
606 -webkit-box-shadow: var(--e-notice-box-shadow);
607 box-shadow: var(--e-notice-box-shadow);
608 margin: 5px 20px 5px 2px; }
609 .e-notice.notice {
610 padding: 0; }
611 .e-notice::before {
612 display: block;
613 content: '';
614 position: absolute;
615 left: -4px;
616 top: -1px;
617 bottom: -1px;
618 width: 4px;
619 background-color: var(--e-notice-context-color); }
620 .e-notice--primary {
621 --e-notice-context-color: var(--e-context-primary-color);
622 --e-notice-context-color-dark: var(--e-context-primary-color-dark);
623 --e-notice-context-tint: var(--e-context-primary-tint-1); }
624 .e-notice--success {
625 --e-notice-context-color: var(--e-context-success-color);
626 --e-notice-context-color-dark: var(--e-context-success-color-dark);
627 --e-notice-context-tint: var(--e-context-success-tint-1); }
628 .e-notice--info {
629 --e-notice-context-color: var(--e-context-info-color);
630 --e-notice-context-color-dark: var(--e-context-info-color-dark);
631 --e-notice-context-tint: var(--e-context-info-tint-1); }
632 .e-notice--warning {
633 --e-notice-context-color: var(--e-context-warning-color);
634 --e-notice-context-color-dark: var(--e-context-warning-color-dark);
635 --e-notice-context-tint: var(--e-context-warning-tint-1); }
636 .e-notice--error {
637 --e-notice-context-color: var(--e-context-error-color);
638 --e-notice-context-color-dark: var(--e-context-error-color-dark);
639 --e-notice-context-tint: var(--e-context-error-tint-1); }
640 .e-notice--cta {
641 --e-notice-context-color: var(--e-context-cta-color);
642 --e-notice-context-color-dark: var(--e-context-cta-color-dark);
643 --e-notice-context-tint: var(--e-context-cta-tint-1); }
644 .e-notice--extended {
645 --e-notice-is-extended: 1; }
646 .e-notice--dismissible {
647 padding-right: 38px; }
648 .e-notice__aside {
649 overflow: hidden;
650 background-color: var(--e-notice-context-tint);
651 width: calc(var(--e-notice-is-extended, 0) * 50px);
652 text-align: center;
653 padding-top: 15px;
654 -webkit-box-flex: 0;
655 -ms-flex-positive: 0;
656 flex-grow: 0;
657 -ms-flex-negative: 0;
658 flex-shrink: 0; }
659 .e-notice__icon-wrapper {
660 display: inline-block;
661 font-size: 0.625rem;
662 max-height: 1.5rem;
663 width: 1.5rem;
664 line-height: 1.5rem;
665 border-radius: 100px;
666 background: var(--e-notice-context-color);
667 color: #fff;
668 text-shadow: 0 0 3px var(--e-notice-context-color-dark), 0 0 1px var(--e-notice-context-color-dark), 0 0 1px var(--e-notice-context-color-dark); }
669 .e-notice__content {
670 padding: 20px; }
671 .e-notice__actions {
672 display: -webkit-box;
673 display: -ms-flexbox;
674 display: flex; }
675 .e-notice__actions > * + * {
676 -webkit-margin-start: 8px;
677 margin-inline-start: 8px; }
678 .e-notice__dismiss {
679 width: 20px;
680 height: 20px;
681 line-height: 20px;
682 font-size: 0.8125rem;
683 text-align: center;
684 background: none;
685 display: block;
686 position: absolute;
687 top: 0;
688 right: 1px;
689 border: none;
690 margin: 0;
691 padding: 9px;
692 cursor: pointer;
693 font-style: normal; }
694 .e-notice__dismiss:before {
695 font-family: eicons;
696 display: inline-block;
697 content: "\e87f";
698 color: var(--e-notice-dismiss-color);
699 width: 20px;
700 border-radius: 20px;
701 speak: none;
702 text-align: center;
703 -webkit-font-smoothing: antialiased;
704 -moz-osx-font-smoothing: grayscale; }
705 .e-notice__dismiss:hover:before, .e-notice__dismiss:active:before, .e-notice__dismiss:focus:before {
706 font-weight: bold; }
707 .e-notice__dismiss:focus:before {
708 color: #fff;
709 background: var(--e-notice-dismiss-color);
710 outline: none; }
711 .e-notice__dismiss:focus {
712 outline: none; }
713 .e-notice p {
714 line-height: 1.2;
715 padding: 0;
716 margin: 0; }
717 .e-notice p + .e-notice__actions {
718 margin-top: 1rem; }
719 .e-notice h3 {
720 font-size: 1.0625rem;
721 line-height: 1.2;
722 margin: 0; }
723 .e-notice h3 + p {
724 margin-top: 8px; }
725
726 /*= Elementor Admin Alert
727 ---------------------------------------*/
728 .elementor-admin-alert {
729 padding: 15px;
730 border-left: 5px solid transparent;
731 position: relative;
732 font-size: 12px;
733 line-height: 1.5;
734 text-align: left; }
735 .elementor-admin-alert a {
736 color: inherit; }
737 .elementor-admin-alert.elementor-alert-info {
738 color: #31708f;
739 background-color: #d9edf7;
740 border-color: #bcdff1; }
741 .elementor-admin-alert.elementor-alert-success {
742 color: #3c763d;
743 background-color: #dff0d8;
744 border-color: #cae6be; }
745 .elementor-admin-alert.elementor-alert-warning {
746 color: #8a6d3b;
747 background-color: #fcf8e3;
748 border-color: #f9f0c3; }
749 .elementor-admin-alert.elementor-alert-danger {
750 color: #a94442;
751 background-color: #f2dede;
752 border-color: #e8c4c4; }
753
754 /*= Elementor System Info
755 ---------------------------------------*/
756 #elementor-system-info {
757 padding: 15px; }
758 #elementor-system-info .elementor-system-info-section {
759 margin-bottom: 10px; }
760 #elementor-system-info .elementor-system-info-section > .elementor-system-info-report-name {
761 padding-left: 10px;
762 border-bottom: 1px solid #e1e1e1; }
763 #elementor-system-info .elementor-system-info-section .widefat {
764 white-space: pre; }
765 #elementor-system-info .elementor-system-info-section .elementor-log-entries {
766 white-space: pre-wrap; }
767 #elementor-system-info .elementor-system-info-section:not(.elementor-system-info-log) tbody td:first-child {
768 width: 300px; }
769 #elementor-system-info .elementor-system-info-report-name {
770 text-transform: uppercase;
771 font-size: 14px;
772 margin: 0;
773 line-height: 2; }
774 #elementor-system-info .elementor-system-info-report-row {
775 overflow: hidden;
776 padding: 5px 0; }
777 #elementor-system-info .elementor-system-info-report-row > * {
778 float: left; }
779 #elementor-system-info .elementor-system-info-report-field,
780 #elementor-system-info .elementor-system-info-field-recommendation {
781 padding-left: 10px;
782 color: #7F7F7F; }
783 #elementor-system-info .elementor-system-info-report-fields {
784 padding-left: 20px; }
785 #elementor-system-info .elementor-system-info-plugin-name {
786 color: #000; }
787 #elementor-system-info .elementor-system-info-plugin-properties {
788 padding: 10px; }
789 #elementor-system-info #elementor-system-info-raw-code {
790 width: 100%;
791 height: 200px; }
792 #elementor-system-info #elementor-system-info-raw-code-label {
793 padding: 5px;
794 display: block; }
795 #elementor-system-info .elementor-warning td:first-child {
796 border-left: 3px solid #fcb92c; }
797 #elementor-system-info a.box-title-tool {
798 font-size: 80%;
799 margin-left: 15px;
800 color: #818a91; }
801 #elementor-system-info a.box-title-tool:hover {
802 text-decoration: underline; }
803 #elementor-system-info #elementor-usage-recalc {
804 font-size: 12px;
805 color: #ffffff;
806 background-color: #a4afb7;
807 padding: 4px 18px 5px 18px;
808 border-radius: 3px; }
809
810 @-webkit-keyframes elementor-rotation {
811 0% {
812 -webkit-transform: rotate(0deg);
813 transform: rotate(0deg); }
814 100% {
815 -webkit-transform: rotate(359deg);
816 transform: rotate(359deg); } }
817
818 @keyframes elementor-rotation {
819 0% {
820 -webkit-transform: rotate(0deg);
821 transform: rotate(0deg); }
822 100% {
823 -webkit-transform: rotate(359deg);
824 transform: rotate(359deg); } }
825
826 #elementor-deactivate-feedback-dialog-wrapper {
827 display: none; }
828
829 #elementor-deactivate-feedback-modal .dialog-widget-content {
830 width: 550px; }
831
832 #elementor-deactivate-feedback-modal .dialog-header {
833 padding: 18px 15px;
834 -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
835 box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
836 text-align: left; }
837
838 #elementor-deactivate-feedback-modal .dialog-message {
839 padding: 30px 30px 0;
840 text-align: left; }
841
842 #elementor-deactivate-feedback-modal .elementor-deactivate-feedback-dialog-input {
843 float: left;
844 margin: 0 15px 0 0;
845 -webkit-box-shadow: none;
846 box-shadow: none; }
847 #elementor-deactivate-feedback-modal .elementor-deactivate-feedback-dialog-input:not(:checked) ~ .elementor-feedback-text {
848 display: none; }
849
850 #elementor-deactivate-feedback-modal .elementor-deactivate-feedback-dialog-label {
851 display: block;
852 font-size: 13px;
853 color: #6d7882; }
854
855 #elementor-deactivate-feedback-modal .elementor-feedback-text {
856 margin: 10px 0 0 30px;
857 padding: 5px;
858 font-size: 13px;
859 -webkit-box-shadow: none;
860 box-shadow: none;
861 background-color: #fff;
862 width: 92%; }
863
864 #elementor-deactivate-feedback-modal .dialog-buttons-wrapper {
865 border-top: none;
866 text-align: left;
867 padding: 20px 30px 30px;
868 overflow: hidden; }
869
870 #elementor-deactivate-feedback-modal .dialog-submit {
871 background-color: #93003c;
872 border-radius: 3px;
873 color: #fff;
874 line-height: 1;
875 padding: 12px 20px;
876 font-size: 13px;
877 width: 180px;
878 height: 38px; }
879 #elementor-deactivate-feedback-modal .dialog-submit.elementor-loading:before {
880 display: inline-block;
881 content: '\f463';
882 font: 18px dashicons;
883 -webkit-animation: elementor-rotation 2s infinite linear;
884 animation: elementor-rotation 2s infinite linear; }
885
886 #elementor-deactivate-feedback-modal .dialog-skip {
887 font-size: 12px;
888 color: #a4afb7;
889 background: none;
890 float: right;
891 width: auto; }
892
893 #elementor-deactivate-feedback-modal[data-feedback-selected="elementor_pro"] .elementor-feedback-text {
894 color: #b01b1b;
895 padding: 0; }
896
897 #elementor-deactivate-feedback-modal[data-feedback-selected="elementor_pro"] .dialog-submit {
898 display: none; }
899
900 #elementor-deactivate-feedback-dialog-header i {
901 color: #93003c;
902 font-size: 19px; }
903
904 #elementor-deactivate-feedback-dialog-header-title {
905 font-size: 15px;
906 text-transform: uppercase;
907 font-weight: bold;
908 padding-left: 5px; }
909
910 #elementor-deactivate-feedback-dialog-form-caption {
911 font-weight: bold;
912 font-size: 15px;
913 color: #495157;
914 line-height: 1.4; }
915
916 #elementor-deactivate-feedback-dialog-form-body {
917 padding-top: 30px; }
918
919 .elementor-deactivate-feedback-dialog-input-wrapper {
920 line-height: 1;
921 overflow: hidden;
922 margin-bottom: 15px; }
923
924 #elementor-hidden-area {
925 display: none; }
926
927 #elementor-import-template-trigger {
928 cursor: pointer; }
929
930 #elementor-import-template-area {
931 display: none;
932 margin: 50px 0 30px;
933 text-align: center; }
934
935 #elementor-import-template-form {
936 display: inline-block;
937 margin-top: 30px;
938 padding: 30px 50px;
939 background-color: #FFFFFF;
940 border: 1px solid #e5e5e5; }
941
942 #elementor-import-template-title {
943 font-size: 18px;
944 color: #555d66; }
945
946 .form-table:not(.elementor-maintenance-mode-is-enabled) .elementor-default-hide {
947 display: none; }
948
949 .elementor-maintenance-mode-error {
950 color: red;
951 line-height: 1.6;
952 display: none; }
953
954 #tab-replace_url.elementor-active ~ p.submit,
955 #tab-fontawesome4_migration.elementor-active ~ p.submit,
956 #tab-import-export-kit.elementor-active ~ p.submit {
957 display: none; }
958
959 #elementor_rollback > div,
960 #elementor_rollback_pro > div,
961 #elementor_replace_url > div {
962 display: -webkit-box;
963 display: -ms-flexbox;
964 display: flex; }
965 #elementor_rollback > div input,
966 #elementor_rollback > div select,
967 #elementor_rollback_pro > div input,
968 #elementor_rollback_pro > div select,
969 #elementor_replace_url > div input,
970 #elementor_replace_url > div select {
971 margin-right: 6px; }
972
973 .tab-import-export-kit__wrapper {
974 margin: 40px 0;
975 max-width: 700px; }
976
977 .tab-import-export-kit__container {
978 background-color: white;
979 font-size: 16px;
980 max-width: 700px;
981 padding: 30px; }
982 .tab-import-export-kit__container:not(:first-child) {
983 margin-top: 5px; }
984 .tab-import-export-kit__container p {
985 color: #A4AFB7;
986 font-size: 16px;
987 margin: 20px 0 25px; }
988
989 .tab-import-export-kit__info {
990 font-size: 14px; }
991
992 .tab-import-export-kit__container a:not(.elementor-button),
993 .tab-import-export-kit__info a {
994 color: #58d0f5;
995 text-decoration: underline; }
996
997 .tab-import-export-kit__box {
998 display: -webkit-box;
999 display: -ms-flexbox;
1000 display: flex;
1001 -webkit-box-pack: justify;
1002 -ms-flex-pack: justify;
1003 justify-content: space-between;
1004 -webkit-box-align: start;
1005 -ms-flex-align: start;
1006 align-items: flex-start; }
1007 .tab-import-export-kit__box h2 {
1008 color: #6D7882;
1009 font-size: 28px;
1010 font-weight: normal;
1011 line-height: 1;
1012 margin: 0; }
1013 .tab-import-export-kit__box .elementor-button.elementor-button-success {
1014 font-weight: bold;
1015 padding: 8px 16px;
1016 text-transform: initial; }
1017
1018 #dashboard-widgets .e-dashboard-widget h3.e-heading {
1019 font-weight: 600;
1020 margin-bottom: 13px; }
1021
1022 #dashboard-widgets .e-dashboard-widget .e-divider_bottom {
1023 border-bottom: 1px solid #eee;
1024 margin: 0 -12px;
1025 padding: 6px 12px; }
1026
1027 #dashboard-widgets .e-dashboard-widget .e-divider_top {
1028 border-top: 1px solid #eee;
1029 margin: 0 -12px;
1030 padding: 6px 12px; }
1031
1032 #dashboard-widgets .e-dashboard-widget .e-quick-actions-wrap .e-divider_top,
1033 #dashboard-widgets .e-dashboard-widget .e-news-feed-wrap .e-divider_top {
1034 padding-top: 18px;
1035 margin-top: 18px; }
1036
1037 .e-dashboard-widget .dashicons {
1038 color: #606a73; }
1039
1040 .e-dashboard-widget ul.e-action-list li {
1041 margin-top: 14px; }
1042 .e-dashboard-widget ul.e-action-list li a {
1043 margin-left: 5px; }
1044
1045 #e-dashboard-overview .dashicons {
1046 vertical-align: middle;
1047 font-size: 17px; }
1048
1049 #e-dashboard-overview .e-overview__header {
1050 display: table;
1051 width: 100%;
1052 -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05);
1053 box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05);
1054 margin: 0 -12px 8px;
1055 padding: 0 12px 12px; }
1056
1057 #e-dashboard-overview .e-overview__logo, #e-dashboard-overview .e-overview__versions, #e-dashboard-overview .e-overview__create {
1058 display: table-cell;
1059 vertical-align: middle; }
1060
1061 #e-dashboard-overview .e-overview__logo {
1062 width: 30px; }
1063
1064 #e-dashboard-overview .e-overview__versions {
1065 padding: 0 10px;
1066 font-size: 0.9em;
1067 line-height: 1.5; }
1068
1069 #e-dashboard-overview .e-overview__version {
1070 display: block; }
1071
1072 #e-dashboard-overview .e-overview__create {
1073 text-align: right; }
1074
1075 #e-dashboard-overview .e-overview__feed {
1076 font-size: 14px;
1077 font-weight: 500; }
1078
1079 #e-dashboard-overview .e-overview__post {
1080 margin-top: 10px; }
1081
1082 #e-dashboard-overview .e-overview__post-link {
1083 display: inline-block; }
1084
1085 #e-dashboard-overview .e-overview__badge {
1086 background: #39b54a;
1087 color: white;
1088 font-size: 0.75em;
1089 padding: 3px 6px;
1090 border-radius: 3px;
1091 text-transform: uppercase; }
1092
1093 #e-dashboard-overview .e-overview__post-description {
1094 margin: 0 0 1.5em; }
1095
1096 #e-dashboard-overview .e-overview__recently-edited li {
1097 color: #72777c; }
1098
1099 #e-dashboard-overview .e-overview__footer.e-divider_top {
1100 padding-top: 12px;
1101 padding-bottom: 0; }
1102
1103 #e-dashboard-overview .e-overview__footer ul {
1104 display: -webkit-box;
1105 display: -ms-flexbox;
1106 display: flex;
1107 list-style: none;
1108 margin: 0;
1109 padding: 0; }
1110 #e-dashboard-overview .e-overview__footer ul li {
1111 padding: 0 10px;
1112 margin: 0;
1113 border-left: 1px solid #ddd; }
1114 #e-dashboard-overview .e-overview__footer ul li:first-child {
1115 padding-left: 0;
1116 border: none; }
1117
1118 #e-dashboard-overview .e-overview__go-pro a {
1119 color: #93003c;
1120 font-weight: 500; }
1121
1122 .post-type-elementor_library #elementor-template-library-tabs-wrapper {
1123 padding-top: 2em;
1124 margin-bottom: 2em; }
1125
1126 .post-type-elementor_library th#taxonomy-elementor_library_category {
1127 width: 110px; }
1128
1129 #elementor-new-template-modal .dialog-message {
1130 max-height: 70vh; }
1131
1132 #elementor-new-template-dialog-content {
1133 display: -webkit-box;
1134 display: -ms-flexbox;
1135 display: flex;
1136 -webkit-box-align: center;
1137 -ms-flex-align: center;
1138 align-items: center;
1139 height: 100%;
1140 text-align: left;
1141 color: #6d7882; }
1142 @media (max-width: 1439px) {
1143 #elementor-new-template-dialog-content {
1144 padding: 0 50px; } }
1145 @media (min-width: 1440px) {
1146 #elementor-new-template-dialog-content {
1147 padding: 0 120px; } }
1148
1149 #elementor-new-template__description {
1150 width: 35%;
1151 max-width: 300px;
1152 padding-right: 100px; }
1153 #elementor-new-template__description__title {
1154 font-size: 30px;
1155 color: #556068; }
1156 #elementor-new-template__description__title span {
1157 font-weight: bold; }
1158 #elementor-new-template__description__content {
1159 font-size: 16px;
1160 padding: 30px 0; }
1161
1162 #elementor-new-template__take_a_tour {
1163 display: -webkit-box;
1164 display: -ms-flexbox;
1165 display: flex;
1166 -webkit-box-align: center;
1167 -ms-flex-align: center;
1168 align-items: center;
1169 font-size: 15px; }
1170 #elementor-new-template__take_a_tour i {
1171 color: #93003c;
1172 font-size: 30px; }
1173 #elementor-new-template__take_a_tour a {
1174 color: #6d7882;
1175 padding-left: 10px;
1176 text-decoration: none;
1177 font-weight: 500; }
1178
1179 #elementor-new-template__form {
1180 -webkit-box-flex: 1;
1181 -ms-flex-positive: 1;
1182 flex-grow: 1;
1183 max-width: 440px;
1184 padding: 55px;
1185 background-color: #fff;
1186 border-radius: 3px;
1187 -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.08);
1188 box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.08); }
1189 #elementor-new-template__form__title {
1190 font-size: 23px;
1191 color: #556068; }
1192 #elementor-new-template__form__template-type.elementor-form-field__select {
1193 max-width: initial; }
1194 #elementor-new-template__form .elementor-form-field__label {
1195 display: block;
1196 margin: 25px 0 7px;
1197 font-size: 14px;
1198 line-height: 1; }
1199 #elementor-new-template__form .elementor-form-field input,
1200 #elementor-new-template__form .elementor-form-field select {
1201 width: 100%;
1202 height: 50px;
1203 padding: 10px;
1204 font-size: 14px;
1205 -webkit-box-shadow: none;
1206 box-shadow: none;
1207 border-radius: 3px;
1208 background: none;
1209 color: #495157;
1210 border: 1px solid;
1211 outline: none; }
1212 #elementor-new-template__form .elementor-form-field input:not(:focus),
1213 #elementor-new-template__form .elementor-form-field select:not(:focus) {
1214 border-color: #d5dadf; }
1215 #elementor-new-template__form .elementor-form-field input:focus,
1216 #elementor-new-template__form .elementor-form-field select:focus {
1217 border-color: #a4afb7; }
1218 #elementor-new-template__form .elementor-form-field__select {
1219 appearance: none;
1220 -webkit-appearance: none;
1221 -moz-appearance: none;
1222 cursor: pointer; }
1223 #elementor-new-template__form .elementor-form-field__select__wrapper {
1224 position: relative; }
1225 #elementor-new-template__form .elementor-form-field__select__wrapper:after {
1226 font-family: eicons;
1227 content: '\e8ad';
1228 position: absolute;
1229 top: 50%;
1230 right: 10px;
1231 -webkit-transform: translateY(-50%);
1232 -ms-transform: translateY(-50%);
1233 transform: translateY(-50%); }
1234 #elementor-new-template__form__submit {
1235 width: 100%;
1236 height: 50px;
1237 margin-top: 25px; }
1238
1239 @media (max-width: 1024px) {
1240 #elementor-new-template__description {
1241 max-width: 250px;
1242 padding-right: 30px; } }
1243
1244 @media (max-width: 767px) {
1245 #elementor-new-template__description {
1246 display: none; } }
1247
1248 #elementor-role-manager {
1249 max-width: 500px;
1250 margin-top: 50px; }
1251 #elementor-role-manager h3 {
1252 color: #6d7882;
1253 font-weight: normal;
1254 font-size: 22px; }
1255 #elementor-role-manager .elementor-settings-form-page {
1256 padding: 0; }
1257 #elementor-role-manager .elementor-role-row {
1258 background: #ffffff;
1259 color: #6d7882;
1260 margin-bottom: 2px; }
1261 #elementor-role-manager .elementor-role-row .elementor-role-label {
1262 display: -webkit-box;
1263 display: -ms-flexbox;
1264 display: flex;
1265 padding: 15px 20px;
1266 font-weight: 500;
1267 cursor: pointer; }
1268 #elementor-role-manager .elementor-role-row .elementor-role-label span.elementor-role-name {
1269 padding-right: 20px; }
1270 #elementor-role-manager .elementor-role-row .elementor-role-label span.elementor-role-toggle {
1271 text-align: right;
1272 -webkit-box-flex: 1;
1273 -ms-flex-positive: 1;
1274 flex-grow: 1; }
1275 #elementor-role-manager .elementor-role-row .elementor-role-label span.elementor-role-excluded-indicator {
1276 color: #a4afb7; }
1277 #elementor-role-manager .elementor-role-row .elementor-role-controls {
1278 background-color: #f7f7f7;
1279 padding: 20px 20px 5px; }
1280 #elementor-role-manager .elementor-role-row .elementor-role-controls > div {
1281 margin-bottom: 15px; }
1282 #elementor-role-manager .elementor-role-row .elementor-role-controls .elementor-role-go-pro {
1283 display: -webkit-box;
1284 display: -ms-flexbox;
1285 display: flex; }
1286 #elementor-role-manager .elementor-role-row .elementor-role-controls .elementor-role-go-pro .elementor-role-go-pro__desc {
1287 font-weight: 500;
1288 font-style: italic; }
1289 #elementor-role-manager .elementor-role-row .elementor-role-controls .elementor-role-go-pro .elementor-role-go-pro__link {
1290 text-align: right;
1291 -webkit-box-flex: 1;
1292 -ms-flex-positive: 1;
1293 flex-grow: 1; }
1294
1295 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area {
1296 color: #c2cbd2;
1297 cursor: pointer; }
1298 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-beta-tester-do-not-show-again,
1299 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-templates-modal__header__item > i {
1300 color: #6d7882; }
1301 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-templates-modal__header__close {
1302 border: none; }
1303 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-beta-tester-do-not-show-again {
1304 text-transform: uppercase;
1305 font-weight: bold;
1306 font-size: 12px;
1307 -webkit-transition: all 0.3s;
1308 -o-transition: all 0.3s;
1309 transition: all 0.3s; }
1310
1311 #elementor-beta-tester-modal .dialog-lightbox-widget-content {
1312 max-width: 500px;
1313 height: initial; }
1314
1315 #elementor-beta-tester-modal .dialog-lightbox-message {
1316 padding: 40px;
1317 height: 300px;
1318 background-color: #fff; }
1319
1320 #elementor-beta-tester-form__caption {
1321 font-weight: bold;
1322 font-size: 20px;
1323 color: #495157; }
1324
1325 #elementor-beta-tester-form__description {
1326 font-size: 15px;
1327 color: #6d7882;
1328 margin-top: 10px; }
1329
1330 #elementor-beta-tester-form__input-wrapper {
1331 display: -webkit-box;
1332 display: -ms-flexbox;
1333 display: flex;
1334 margin-top: 30px; }
1335 #elementor-beta-tester-form__input-wrapper .elementor-button {
1336 border-radius: 0 3px 3px 0; }
1337
1338 #elementor-beta-tester-form__email {
1339 -webkit-box-flex: 1;
1340 -ms-flex-positive: 1;
1341 flex-grow: 1;
1342 border: #d5dadf 1px solid;
1343 border-right: 0;
1344 border-radius: 3px 0 0 3px;
1345 margin: 0;
1346 padding: 10px;
1347 height: 50px; }
1348
1349 #elementor-beta-tester-form__terms {
1350 margin-top: 40px;
1351 font-size: 11px;
1352 color: #a4afb7; }
1353
1354 .e-experiment__title {
1355 display: -webkit-box;
1356 display: -ms-flexbox;
1357 display: flex;
1358 -webkit-box-align: start;
1359 -ms-flex-align: start;
1360 align-items: flex-start; }
1361 .e-experiment__title__indicator {
1362 height: 10px;
1363 width: 10px;
1364 border-radius: 50%;
1365 border: 2px solid white;
1366 -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
1367 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
1368 -ms-flex-negative: 0;
1369 flex-shrink: 0;
1370 margin-top: 2px; }
1371 .e-experiment__title__indicator--active {
1372 background: #39b54a; }
1373 .e-experiment__title__label {
1374 margin-left: 10px; }
1375
1376 .e-experiment__table-title {
1377 margin: 30px 0; }
1378
1379 .e-experiment__description {
1380 max-width: 820px; }
1381
1382 .e-experiment__status {
1383 margin-top: 5px;
1384 font-size: 13px;
1385 font-weight: bold;
1386 font-style: italic; }
1387
1388 .e-experiment__button.button {
1389 margin: 18px 14px 22px 0; }
1390
1391 .e-landing-pages-empty .elementor-blank_state {
1392 padding: 5em 0 2em 0; }
1393
1394 .e-landing-pages-empty .e-trashed-items {
1395 text-align: center; }
1396 /*# sourceMappingURL=admin.css.map */