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

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