PluginProbe
Elementor Website Builder – more than just a page builder / 3.6.7
Elementor Website Builder – more than just a page builder v3.6.7
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 / assets / css / admin.css

admin.css in Elementor Website Builder – more than just a page builder 3.6.7, at assets/css/admin.css

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