PluginProbe
Elementor Website Builder – more than just a page builder / 3.1.0-dev2
Elementor Website Builder – more than just a page builder v3.1.0-dev2
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 / editor.css

editor.css in Elementor Website Builder – more than just a page builder 3.1.0-dev2, at assets/css/editor.css

5,526 lines 178.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*! elementor - v3.0.14 - 16-12-2020 */
2 @charset "UTF-8";
3 .elementor-control-unit-1 {
4 width: 27px; }
5
6 .elementor-control-unit-2 {
7 width: 54px; }
8
9 .elementor-control-unit-3 {
10 width: 81px; }
11
12 .elementor-control-unit-4 {
13 width: 108px; }
14
15 .elementor-control-unit-5 {
16 max-width: 400px;
17 width: 52%; }
18
19 *, :before, :after {
20 margin: 0;
21 padding: 0;
22 -webkit-box-sizing: border-box;
23 box-sizing: border-box; }
24
25 body,
26 html {
27 height: 100%; }
28
29 html {
30 background-color: #F1F1F1; }
31
32 iframe,
33 img {
34 border: 0 none; }
35
36 li {
37 list-style: none; }
38
39 a {
40 text-decoration: none; }
41
42 body {
43 color: #6d7882;
44 font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
45 font-size: 13px;
46 font-weight: normal;
47 line-height: 1;
48 text-decoration: none;
49 text-transform: none;
50 overflow: hidden; }
51 body:after {
52 content: '';
53 position: absolute;
54 top: 0;
55 right: 0;
56 height: 100%;
57 width: 0;
58 background-color: #71d7f7;
59 -webkit-transition: width .5s;
60 -o-transition: width .5s;
61 transition: width .5s; }
62 body a {
63 color: #71d7f7; }
64 body a:hover {
65 color: #93003c; }
66 body.elementor-editor-active #elementor-preview {
67 right: 0; }
68 @media (max-width: 1439px) {
69 body.elementor-editor-active #elementor-preview {
70 left: 280px; } }
71 @media (min-width: 1440px) {
72 body.elementor-editor-active #elementor-preview {
73 left: 300px; } }
74 body.elementor-editor-active #elementor-mode-switcher-preview .eicon:before {
75 content: ""; }
76 body.elementor-editor-preview #elementor-preview {
77 left: 0; }
78 body.elementor-editor-preview #elementor-mode-switcher-preview .eicon:before {
79 content: ""; }
80 body.elementor-navigator--dock-hint:after {
81 width: 30px; }
82
83 #elementor-panel:not(.ui-resizable-resizing),
84 #elementor-preview:not(.ui-resizable-resizing) {
85 -webkit-transition: left 0.5s, width 0.5s;
86 -o-transition: left 0.5s, width 0.5s;
87 transition: left 0.5s, width 0.5s; }
88
89 #elementor-loading {
90 position: fixed;
91 top: 0;
92 left: 0;
93 bottom: 0;
94 right: 0;
95 background: #f1f3f5;
96 z-index: 9999; }
97
98 #elementor-preview-loading {
99 display: -webkit-box;
100 display: -ms-flexbox;
101 display: flex;
102 -webkit-box-align: center;
103 -ms-flex-align: center;
104 align-items: center;
105 -webkit-box-pack: center;
106 -ms-flex-pack: center;
107 justify-content: center;
108 position: absolute;
109 top: 0;
110 left: 0;
111 width: 100%;
112 height: 100%;
113 background-color: #fff; }
114 #elementor-preview-loading i {
115 color: #d5dadf;
116 font-size: 50px; }
117
118 #elementor-fatal-error-dialog button.dialog-ok {
119 color: #71d7f7; }
120
121 #elementor-fatal-error-dialog .dialog-header {
122 color: #6d7882; }
123
124 #elementor-flexbox-attention-dialog .dialog-cancel {
125 color: #39b54a; }
126
127 #elementor-flexbox-attention-dialog .dialog-ok {
128 color: #6d7882; }
129
130 .elementor-nerd-box {
131 padding: 30px;
132 text-align: center; }
133 .elementor-nerd-box-icon {
134 width: 100px;
135 margin-right: 10px; }
136 .elementor-nerd-box-title {
137 margin-top: 20px;
138 font-size: 16px;
139 font-weight: bold;
140 line-height: 1.4; }
141 .elementor-nerd-box-message {
142 margin-top: 5px;
143 line-height: 1.8;
144 font-size: 11px; }
145 .elementor-nerd-box .elementor-button.elementor-nerd-box-link {
146 background-color: #93003c;
147 color: #ffffff;
148 padding: 7px 25px;
149 margin-top: 20px;
150 -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
151 box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
152 -webkit-transition: .5s;
153 -o-transition: .5s;
154 transition: .5s; }
155 .elementor-nerd-box .elementor-button.elementor-nerd-box-link:hover {
156 background-color: #c60051; }
157
158 .eicon-nerd:hover:before {
159 content: '\e8b7'; }
160
161 .eicon-nerd:active:before {
162 content: '\e8b6'; }
163
164 .e-group-control-header {
165 display: -webkit-box;
166 display: -ms-flexbox;
167 display: flex;
168 -webkit-box-pack: justify;
169 -ms-flex-pack: justify;
170 justify-content: space-between;
171 -webkit-box-align: center;
172 -ms-flex-align: center;
173 align-items: center;
174 font-weight: bold;
175 font-size: 12px;
176 padding: 10px;
177 -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
178 box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
179 margin-bottom: 15px; }
180
181 .e-control-tools {
182 display: -webkit-box;
183 display: -ms-flexbox;
184 display: flex; }
185
186 .e-control-tool {
187 width: 20px;
188 height: 20px;
189 display: -webkit-inline-box;
190 display: -ms-inline-flexbox;
191 display: inline-flex;
192 -webkit-border-radius: 3px;
193 border-radius: 3px;
194 margin: 0 3px 0;
195 border: 0;
196 position: relative;
197 background-color: #fff; }
198 .e-control-tool:not(.e-control-tool-disabled) {
199 -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
200 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
201 cursor: pointer; }
202 .e-control-tool-disabled {
203 background: #e6e9ec;
204 pointer-events: none; }
205 .e-control-tool-disabled i {
206 color: #fff; }
207 .e-control-tool i {
208 position: absolute;
209 top: 50%;
210 left: 50%;
211 -webkit-transform: translateX(-50%) translateY(-50%);
212 -ms-transform: translateX(-50%) translateY(-50%);
213 transform: translateX(-50%) translateY(-50%);
214 color: #6d7882;
215 font-size: 13px; }
216
217 #e-enable-unfiltered-files-dialog .dialog-confirm-ok {
218 color: #39b54a; }
219
220 .elementor-loader-wrapper {
221 position: absolute;
222 top: 50%;
223 left: 50%;
224 -webkit-transform: translate(-50%, -50%);
225 -ms-transform: translate(-50%, -50%);
226 transform: translate(-50%, -50%);
227 width: 300px;
228 display: -webkit-box;
229 display: -ms-flexbox;
230 display: flex;
231 -ms-flex-wrap: wrap;
232 flex-wrap: wrap;
233 -webkit-box-pack: center;
234 -ms-flex-pack: center;
235 justify-content: center; }
236
237 .elementor-loader {
238 -webkit-border-radius: 50%;
239 border-radius: 50%;
240 padding: 40px;
241 height: 150px;
242 width: 150px;
243 background-color: rgba(255, 255, 255, 0.9);
244 -webkit-box-sizing: border-box;
245 box-sizing: border-box;
246 -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02);
247 box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02); }
248
249 .elementor-loader-boxes {
250 height: 100%;
251 width: 100%;
252 position: relative; }
253
254 .elementor-loader-box {
255 position: absolute;
256 background-color: #d5dadf;
257 -webkit-animation: load 1.8s linear infinite;
258 animation: load 1.8s linear infinite; }
259 .elementor-loader-box:nth-of-type(1) {
260 width: 20%;
261 height: 100%;
262 left: 0;
263 top: 0; }
264 .elementor-loader-box:not(:nth-of-type(1)) {
265 right: 0;
266 height: 20%;
267 width: 60%; }
268 .elementor-loader-box:nth-of-type(2) {
269 top: 0;
270 -webkit-animation-delay: -0.45s;
271 animation-delay: -0.45s; }
272 .elementor-loader-box:nth-of-type(3) {
273 top: 40%;
274 -webkit-animation-delay: -0.9s;
275 animation-delay: -0.9s; }
276 .elementor-loader-box:nth-of-type(4) {
277 bottom: 0;
278 -webkit-animation-delay: -1.35s;
279 animation-delay: -1.35s; }
280
281 .elementor-loading-title {
282 color: #a4afb7;
283 text-align: center;
284 text-transform: uppercase;
285 margin-top: 30px;
286 letter-spacing: 7px;
287 text-indent: 7px;
288 font-size: 10px;
289 width: 100%; }
290
291 .elementor-button {
292 font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
293 font-weight: 500;
294 text-transform: uppercase;
295 outline: none;
296 border: none;
297 -webkit-border-radius: 3px;
298 border-radius: 3px;
299 -webkit-transition-property: background, color, opacity, -webkit-box-shadow;
300 transition-property: background, color, opacity, -webkit-box-shadow;
301 -o-transition-property: background, color, box-shadow, opacity;
302 transition-property: background, color, box-shadow, opacity;
303 transition-property: background, color, box-shadow, opacity, -webkit-box-shadow;
304 -webkit-transition-duration: .3s;
305 -o-transition-duration: .3s;
306 transition-duration: .3s; }
307 .elementor-button:hover {
308 border: none; }
309 .elementor-button:not([disabled]) {
310 cursor: pointer; }
311 .elementor-button:not(.elementor-button-state) .elementor-state-icon {
312 display: none; }
313 .elementor-button.elementor-button-success {
314 color: #fff; }
315 .elementor-button.elementor-button-success[disabled] {
316 background-color: #c2cbd2; }
317 .elementor-button.elementor-button-success:not([disabled]) {
318 background-color: #39b54a; }
319 .elementor-button.elementor-button-success:not([disabled]):hover {
320 opacity: 0.85;
321 -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
322 box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
323 .elementor-button.elementor-button-success:not([disabled]):active {
324 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
325 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
326 .elementor-button.elementor-button-warning {
327 background-color: #a4afb7;
328 color: #fff; }
329 .elementor-button.elementor-button-warning[disabled] {
330 background-color: #c2cbd2; }
331 .elementor-button.elementor-button-warning:not([disabled]):hover {
332 background-color: #b01b1b;
333 opacity: 0.85;
334 -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
335 box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
336 .elementor-button.elementor-button-warning:not([disabled]):active {
337 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
338 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
339 .elementor-button.elementor-button-danger {
340 background-color: #d72b3f;
341 color: #fff; }
342 .elementor-button.elementor-button-danger[disabled] {
343 background-color: #c2cbd2; }
344 .elementor-button.elementor-button-danger:not([disabled]):hover {
345 opacity: 0.85;
346 -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
347 box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
348 .elementor-button.elementor-button-danger:not([disabled]):active {
349 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
350 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
351 .elementor-button.elementor-edit-template {
352 display: inline-block;
353 margin-top: 15px;
354 color: #fff; }
355 .elementor-button.elementor-button-default {
356 background-color: #a4afb7;
357 color: #fff;
358 font-size: 11px;
359 padding: 7px 21px; }
360 .elementor-button.elementor-button-default:hover {
361 background-color: #6d7882;
362 -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
363 box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
364 .elementor-button.elementor-button-default:active {
365 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
366 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
367 .elementor-button.elementor-button-default:visited {
368 color: #fff; }
369 .elementor-button.elementor-button-go-pro {
370 background-color: #93003c; }
371 .elementor-button i {
372 margin-right: 10px; }
373
374 input, select, textarea, .elementor-input-style {
375 -webkit-border-radius: 3px;
376 border-radius: 3px;
377 font-size: 12px;
378 width: 100%;
379 background: none;
380 -webkit-box-shadow: none;
381 box-shadow: none;
382 color: #6d7882;
383 border: 1px solid;
384 outline: none; }
385 input:not(:focus), select:not(:focus), textarea:not(:focus), .elementor-input-style:not(:focus) {
386 border-color: #d5dadf; }
387 input:focus, input:focus + .elementor-control-dynamic-switcher, select:focus, select:focus + .elementor-control-dynamic-switcher, textarea:focus, textarea:focus + .elementor-control-dynamic-switcher, .elementor-input-style:focus, .elementor-input-style:focus + .elementor-control-dynamic-switcher {
388 border-color: #a4afb7; }
389 input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .elementor-input-style::-webkit-input-placeholder {
390 color: #a4afb7; }
391 input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, .elementor-input-style::-moz-placeholder {
392 color: #a4afb7; }
393 input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder, .elementor-input-style::-ms-input-placeholder {
394 color: #a4afb7; }
395 input::placeholder, select::placeholder, textarea::placeholder, .elementor-input-style::placeholder {
396 color: #a4afb7; }
397
398 .elementor-error input, .elementor-error select, .elementor-error textarea {
399 border-color: #b01b1b; }
400
401 input {
402 min-width: 0; }
403
404 input, textarea, .elementor-input-style {
405 padding: 5px; }
406
407 textarea, .elementor-input-style {
408 resize: vertical; }
409
410 input[type="checkbox"],
411 input[type="radio"] {
412 height: auto;
413 width: auto; }
414
415 input[disabled] {
416 background-color: #e6e9ec;
417 cursor: not-allowed;
418 opacity: 1; }
419
420 select {
421 outline: none;
422 height: 27px; }
423
424 /*
425 * Container style
426 */
427 .ps {
428 overflow: hidden !important;
429 overflow-anchor: none;
430 -ms-touch-action: auto;
431 touch-action: auto; }
432
433 /*
434 * Scrollbar rail styles
435 */
436 .ps__rail-y {
437 display: none;
438 opacity: 0;
439 -webkit-transition: background-color .2s linear, opacity .2s linear;
440 -o-transition: background-color .2s linear, opacity .2s linear;
441 transition: background-color .2s linear, opacity .2s linear;
442 width: 15px;
443 /* there must be 'right' or 'left' for ps__rail-y */
444 right: 0;
445 left: initial !important;
446 /* please don't change 'position' */
447 position: absolute; }
448
449 .ps--active-y > .ps__rail-y {
450 display: block;
451 background-color: transparent; }
452
453 .ps:hover > .ps__rail-y,
454 .ps--focus > .ps__rail-y,
455 .ps--scrolling-y > .ps__rail-y {
456 opacity: 0.6; }
457
458 .ps .ps__rail-y:hover,
459 .ps .ps__rail-y:focus,
460 .ps .ps__rail-y.ps--clicking {
461 opacity: 0.9; }
462
463 .ps__thumb-y {
464 background-color: #aaa;
465 -webkit-border-radius: 6px;
466 border-radius: 6px;
467 -webkit-transition: background-color .2s linear, width .2s ease-in-out;
468 -o-transition: background-color .2s linear, width .2s ease-in-out;
469 transition: background-color .2s linear, width .2s ease-in-out;
470 width: 6px;
471 /* there must be 'right' for ps__thumb-y */
472 right: 2px;
473 /* please don't change 'position' */
474 position: absolute; }
475
476 .ps__rail-y:hover > .ps__thumb-y,
477 .ps__rail-y:focus > .ps__thumb-y,
478 .ps__rail-y.ps--clicking .ps__thumb-y {
479 background-color: #999;
480 width: 6px; }
481
482 /* Make clicks pass-through */
483 #nprogress {
484 pointer-events: none; }
485
486 #nprogress .bar {
487 background: #39b54a;
488 position: fixed;
489 z-index: 1031;
490 top: 0;
491 left: 0;
492 width: 100%;
493 height: 2px; }
494
495 /* Fancy blur effect */
496 #nprogress .peg {
497 display: block;
498 position: absolute;
499 right: 0;
500 width: 100px;
501 height: 100%;
502 -webkit-box-shadow: 0 0 10px #39b54a, 0 0 5px #39b54a;
503 box-shadow: 0 0 10px #39b54a, 0 0 5px #39b54a;
504 opacity: 1.0;
505 -webkit-transform: rotate(3deg) translate(0px, -4px);
506 -ms-transform: rotate(3deg) translate(0px, -4px);
507 transform: rotate(3deg) translate(0px, -4px); }
508
509 /* Remove these to get rid of the spinner */
510 #nprogress .spinner {
511 display: none;
512 position: fixed;
513 z-index: 1031;
514 top: 15px;
515 right: 15px; }
516
517 #nprogress .spinner-icon {
518 width: 18px;
519 height: 18px;
520 -webkit-box-sizing: border-box;
521 box-sizing: border-box;
522 border: solid 2px transparent;
523 border-top-color: #39b54a;
524 border-left-color: #39b54a;
525 -webkit-border-radius: 50%;
526 border-radius: 50%;
527 -webkit-animation: nprogress-spinner 400ms linear infinite;
528 animation: nprogress-spinner 400ms linear infinite; }
529
530 .nprogress-custom-parent {
531 overflow: hidden;
532 position: relative; }
533
534 .nprogress-custom-parent #nprogress .spinner,
535 .nprogress-custom-parent #nprogress .bar {
536 position: absolute; }
537
538 @-webkit-keyframes nprogress-spinner {
539 0% {
540 -webkit-transform: rotate(0deg);
541 transform: rotate(0deg); }
542 100% {
543 -webkit-transform: rotate(360deg);
544 transform: rotate(360deg); } }
545
546 @keyframes nprogress-spinner {
547 0% {
548 -webkit-transform: rotate(0deg);
549 transform: rotate(0deg); }
550 100% {
551 -webkit-transform: rotate(360deg);
552 transform: rotate(360deg); } }
553
554 #nprogress .bar,
555 #nprogress .spinner {
556 z-index: 100000; }
557
558 .elementor-panel {
559 position: fixed;
560 height: 100%;
561 top: 0;
562 bottom: 0;
563 overflow: visible;
564 background-color: #e6e9ec;
565 z-index: 1;
566 font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
567 font-size: 13px; }
568 .elementor-editor-active .elementor-panel {
569 left: 0; }
570 @media (max-width: 1439px) {
571 .elementor-editor-preview .elementor-panel {
572 left: -280px; } }
573 @media (min-width: 1440px) {
574 .elementor-editor-preview .elementor-panel {
575 left: -300px; } }
576 .elementor-editor-preview .elementor-panel > .ui-resizable-e, .elementor-editor-preview .elementor-panel > .ui-resizable-w {
577 display: none; }
578 @media (max-width: 1439px) {
579 .elementor-panel {
580 width: 280px; } }
581 @media (min-width: 1440px) {
582 .elementor-panel {
583 width: 300px; } }
584 .elementor-panel .ps-scrollbar-y-rail {
585 z-index: 2; }
586 .elementor-panel ::-moz-selection {
587 background: #5bc0de;
588 color: #ffffff; }
589 .elementor-panel ::selection {
590 background: #5bc0de;
591 color: #ffffff; }
592 .elementor-panel a {
593 color: #93003c; }
594 .elementor-panel h1,
595 .elementor-panel h2,
596 .elementor-panel h3,
597 .elementor-panel h4,
598 .elementor-panel h5,
599 .elementor-panel h6 {
600 font-size: 100%;
601 font-weight: normal; }
602 .elementor-panel abbr,
603 .elementor-panel acronym {
604 border: 0;
605 font-variant: normal; }
606 .elementor-panel sup {
607 vertical-align: text-top; }
608 .elementor-panel sub {
609 vertical-align: text-bottom; }
610 .elementor-panel img {
611 max-width: 100%;
612 height: auto;
613 border: 0; }
614 .elementor-panel ::-moz-focus-inner {
615 padding: 0;
616 border: 0; }
617 .elementor-panel :focus {
618 outline: 0; }
619 .elementor-panel .elementor-panel-box {
620 margin-top: 10px;
621 background-color: #fff; }
622 .elementor-panel .elementor-panel-box-content {
623 padding: 20px 20px 10px; }
624 .elementor-panel .elementor-button {
625 display: inline-block; }
626 .elementor-panel .elementor-panel-alert {
627 background-color: #fcfcfc;
628 padding: 15px;
629 border-left: 3px solid transparent;
630 position: relative;
631 font-size: 12px;
632 font-weight: 300;
633 font-style: italic;
634 line-height: 1.5;
635 text-align: left;
636 -webkit-border-radius: 0 3px 3px 0;
637 border-radius: 0 3px 3px 0;
638 -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
639 box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07); }
640 .elementor-panel .elementor-panel-alert a {
641 color: inherit; }
642 .elementor-panel .elementor-panel-alert.elementor-panel-alert-info {
643 border-color: #71d7f7;
644 background-color: #f3fcff; }
645 .elementor-panel .elementor-panel-alert.elementor-panel-alert-success {
646 border-color: #39b54a; }
647 .elementor-panel .elementor-panel-alert.elementor-panel-alert-warning {
648 border-color: #fcb92c; }
649 .elementor-panel .elementor-panel-alert.elementor-panel-alert-danger {
650 border-color: #d72b3f; }
651 .elementor-panel .elementor-label {
652 display: inline;
653 padding: .2em .6em .3em;
654 font-size: 75%;
655 font-weight: 700;
656 line-height: 1;
657 color: #fff;
658 text-align: center;
659 white-space: nowrap;
660 vertical-align: baseline;
661 -webkit-border-radius: .25em;
662 border-radius: .25em;
663 text-transform: capitalize; }
664 .elementor-panel .elementor-label.elementor-label-default {
665 background-color: #a4afb7; }
666 .elementor-panel .elementor-label.elementor-label-info {
667 background-color: #5bc0de; }
668 .elementor-panel .elementor-label.elementor-label-success {
669 background-color: #5cb85c; }
670 .elementor-panel .elementor-label.elementor-label-warning {
671 background-color: #f0ad4e; }
672 .elementor-panel .elementor-label.elementor-label-danger {
673 background-color: #d9534f; }
674 .elementor-panel .elementor-descriptor, .elementor-panel .elementor-control-field-description {
675 font-size: 11px;
676 font-style: italic;
677 line-height: 1.4;
678 color: #a4afb7; }
679 .elementor-panel .elementor-controls-popover {
680 display: none;
681 position: absolute;
682 -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
683 box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
684 -webkit-border-radius: 3px;
685 border-radius: 3px;
686 left: 0;
687 right: 0;
688 margin: -4px auto 5px;
689 padding-top: 15px;
690 width: 90%;
691 z-index: 10000;
692 background-color: #fff; }
693 .elementor-panel .elementor-controls-popover:before {
694 content: '';
695 position: absolute;
696 top: -16px;
697 right: 22px;
698 border: 8px solid transparent;
699 border-bottom-color: #fff; }
700 .elementor-panel .elementor-controls-popover div.elementor-control {
701 background-color: transparent; }
702 .elementor-panel .elementor-controls-popover div.elementor-control:before {
703 content: none; }
704 .elementor-panel #elementor-controls .pojo-widget-button-collapse {
705 display: none; }
706 .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon {
707 margin-top: 20px; }
708 .elementor-panel #elementor-panel-header {
709 display: table;
710 height: 40px;
711 width: 100%;
712 background-color: #93003c;
713 color: #fff; }
714 .elementor-panel #elementor-panel-header > * {
715 display: table-cell;
716 vertical-align: middle;
717 text-align: center; }
718 .elementor-panel .elementor-header-button {
719 width: 40px; }
720 .elementor-panel .elementor-header-button .elementor-icon {
721 cursor: pointer;
722 display: block;
723 font-size: 19px;
724 height: 40px;
725 line-height: 40px;
726 -webkit-transition: all 0.3s;
727 -o-transition: all 0.3s;
728 transition: all 0.3s; }
729 .elementor-panel .elementor-header-button .elementor-icon.eicon-menu-bar {
730 font-size: 18px; }
731 .elementor-panel .elementor-header-button .elementor-icon:hover {
732 color: #d5dadf; }
733 .elementor-panel #elementor-panel-header-title {
734 font-size: 15px; }
735 .elementor-panel #elementor-panel-header-title img {
736 width: 90px; }
737 .elementor-panel .elementor-panel-category {
738 position: relative; }
739 .elementor-panel .elementor-panel-category:first-child .elementor-panel-category-title {
740 padding-top: 14px; }
741 .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-category-title:before {
742 -webkit-transform: rotate(90deg);
743 -ms-transform: rotate(90deg);
744 transform: rotate(90deg); }
745 .elementor-panel .elementor-panel-category:not(.elementor-active):after {
746 content: '';
747 position: absolute;
748 left: 15px;
749 right: 15px;
750 bottom: 0;
751 height: 8px;
752 background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), to(transparent));
753 background: -webkit-linear-gradient(rgba(0, 0, 0, 0.03), transparent);
754 background: -o-linear-gradient(rgba(0, 0, 0, 0.03), transparent);
755 background: linear-gradient(rgba(0, 0, 0, 0.03), transparent);
756 -webkit-transform: translateY(100%);
757 -ms-transform: translateY(100%);
758 transform: translateY(100%); }
759 .elementor-panel .elementor-panel-category-title {
760 margin: 0 15px;
761 padding: 20px 0;
762 position: relative;
763 text-transform: uppercase;
764 font-size: 11px;
765 cursor: pointer; }
766 .elementor-panel .elementor-panel-category-title:before {
767 content: "";
768 font-family: eicons;
769 position: absolute;
770 right: 0;
771 -webkit-transition: -webkit-transform .3s;
772 transition: -webkit-transform .3s;
773 -o-transition: transform .3s;
774 transition: transform .3s;
775 transition: transform .3s, -webkit-transform .3s; }
776 .elementor-panel .elementor-panel-category-items {
777 overflow: hidden;
778 padding: 0 5px;
779 display: none; }
780 .elementor-panel .elementor-panel-scheme-title {
781 padding: 10px 20px;
782 margin-top: 10px; }
783 .elementor-panel .elementor-panel-scheme-description {
784 padding: 20px 20px 0; }
785 .elementor-panel .elementor-panel-scheme-buttons {
786 padding: 0 20px;
787 display: table;
788 table-layout: fixed;
789 width: 100%;
790 height: 40px;
791 background-color: #fff;
792 -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
793 box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
794 .elementor-panel .elementor-panel-scheme-buttons .elementor-button {
795 font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
796 font-size: 11px;
797 font-weight: 400; }
798 .elementor-panel .elementor-panel-scheme-button-wrapper {
799 display: table-cell;
800 vertical-align: middle;
801 text-align: center; }
802 .elementor-panel .elementor-panel-scheme-button-wrapper:first-child {
803 text-align: left; }
804 .elementor-panel .elementor-panel-scheme-button-wrapper:last-child {
805 text-align: right; }
806 .elementor-panel .elementor-panel-scheme-save .elementor-button {
807 padding: 6px 18px; }
808 .elementor-panel .elementor-panel-scheme-reset .elementor-button, .elementor-panel .elementor-panel-scheme-discard .elementor-button {
809 color: #a4afb7;
810 background: none; }
811 .elementor-panel .elementor-panel-scheme-color .elementor-panel-scheme-items {
812 position: relative;
813 display: grid;
814 grid-template-columns: repeat(4, 27px);
815 -webkit-box-pack: justify;
816 -ms-flex-pack: justify;
817 justify-content: space-between; }
818 .elementor-panel .elementor-panel-scheme-color-title {
819 text-align: center;
820 text-transform: uppercase;
821 margin: 10px 0;
822 color: #c2cbd2;
823 font-size: 8px; }
824 .elementor-panel .elementor-panel-scheme-typography-item {
825 display: table;
826 table-layout: fixed;
827 width: 100%;
828 margin-bottom: 15px; }
829 .elementor-panel .elementor-panel-scheme-typography-item > * {
830 display: table-cell;
831 vertical-align: middle; }
832 .elementor-panel .elementor-panel-scheme-typography-item-value select, .elementor-panel .elementor-panel-scheme-typography-item-value input {
833 width: 100%; }
834 .elementor-panel .elementor-panel-scheme-item:not(.elementor-open) .elementor-panel-scheme-typography-items {
835 display: none; }
836 .elementor-panel .elementor-panel-scheme-color-system-scheme {
837 margin-bottom: 10px; }
838 .elementor-panel .elementor-panel-scheme-color-system-scheme .elementor-title {
839 font-size: 11px;
840 color: #a4afb7;
841 font-style: italic;
842 margin-top: 5px; }
843 .elementor-panel .elementor-panel-scheme-color-system-items {
844 display: -webkit-box;
845 display: -ms-flexbox;
846 display: flex;
847 -webkit-transition: border .5s;
848 -o-transition: border .5s;
849 transition: border .5s;
850 overflow: hidden;
851 padding: 3px;
852 -webkit-border-radius: 3px;
853 border-radius: 3px;
854 border: 1px solid #d5dadf;
855 cursor: pointer; }
856 .elementor-panel .elementor-panel-scheme-color-system-items:hover {
857 border: 1px solid #a4afb7; }
858 .elementor-panel .elementor-panel-scheme-color-system-item {
859 height: 20px;
860 -webkit-box-flex: 1;
861 -ms-flex-positive: 1;
862 flex-grow: 1; }
863 .elementor-panel #elementor-panel-schemes-disabled a {
864 color: #39b54a; }
865 .elementor-panel #elementor-panel-schemes-disabled a:hover {
866 text-decoration: underline; }
867 .elementor-panel #elementor-panel-schemes-disabled .elementor-nerd-box-icon {
868 margin-top: 20px; }
869 .elementor-panel #elementor-panel-page-menu {
870 padding: 25px 15px; }
871 .elementor-panel .elementor-panel-menu-group-title {
872 text-transform: uppercase;
873 font-size: 11px; }
874 .elementor-panel .elementor-panel-menu-items {
875 margin: 15px 0 25px;
876 -webkit-border-radius: 5px;
877 border-radius: 5px;
878 overflow: hidden; }
879 .elementor-panel .elementor-panel-menu-item {
880 display: table;
881 width: 100%;
882 height: 40px;
883 cursor: pointer;
884 margin-bottom: 1px;
885 background-color: #fff; }
886 .elementor-panel .elementor-panel-menu-item:hover {
887 background-color: rgba(255, 255, 255, 0.8); }
888 .elementor-panel .elementor-panel-menu-item > * {
889 display: table-cell;
890 vertical-align: middle; }
891 .elementor-panel .elementor-panel-menu-item-icon {
892 text-align: center;
893 width: 50px;
894 color: #a4afb7;
895 font-size: 19px; }
896 .elementor-panel .elementor-panel-menu-item-icon .eicon-editor-external-link {
897 font-size: 18px; }
898 .elementor-panel .elementor-panel-menu-item-title {
899 font-weight: 500; }
900 .elementor-panel .elementor-panel-menu-item-title > span {
901 color: #39b54a; }
902 .elementor-panel .elementor-panel-menu-item a {
903 color: #6d7882; }
904 .elementor-panel .elementor-panel-menu-item-exit-to-dashboard {
905 background-color: #0085ba;
906 color: #fff;
907 text-transform: uppercase;
908 font-size: 12px; }
909 .elementor-panel .elementor-panel-menu-item-exit-to-dashboard:hover {
910 background-color: #0073a1; }
911 .elementor-panel .elementor-panel-menu-item-exit-to-dashboard .elementor-panel-menu-item-title,
912 .elementor-panel .elementor-panel-menu-item-exit-to-dashboard .elementor-panel-menu-item-icon {
913 color: #fff; }
914 .elementor-panel .elementor-panel-menu-item-settings-additional-settings {
915 background-color: #f1f3f5; }
916 .elementor-panel .elementor-control.elementor-control-clear_page {
917 background-color: transparent; }
918 .elementor-panel .elementor-control.elementor-control-clear_page .elementor-control-raw-html {
919 display: -webkit-box;
920 display: -ms-flexbox;
921 display: flex;
922 -webkit-box-align: center;
923 -ms-flex-align: center;
924 align-items: center;
925 -webkit-box-pack: justify;
926 -ms-flex-pack: justify;
927 justify-content: space-between; }
928 .elementor-panel .elementor-panel-navigation {
929 background-color: #ffffff;
930 -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
931 box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
932 display: table;
933 table-layout: fixed;
934 width: 100%; }
935 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab {
936 display: table-cell; }
937 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active {
938 background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f5), to(#fff));
939 background-image: -webkit-linear-gradient(top, #f1f3f5, #fff);
940 background-image: -o-linear-gradient(top, #f1f3f5, #fff);
941 background-image: linear-gradient(to bottom, #f1f3f5, #fff);
942 border-bottom: 3px solid #93003c; }
943 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a {
944 display: block;
945 text-align: center;
946 padding: 12px 0 8px;
947 font-size: 10px;
948 color: #6d7882; }
949 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a:before {
950 font-family: eicons;
951 font-size: 16px;
952 display: block;
953 margin-bottom: 6px; }
954 .elementor-panel .elementor-tab-control-content a:before {
955 content: '\e92c'; }
956 .elementor-panel .elementor-tab-control-style a:before {
957 content: '\e921'; }
958 .elementor-panel .elementor-tab-control-advanced a:before, .elementor-panel .elementor-tab-control-settings a:before, .elementor-panel .elementor-tab-control-general_style a:before {
959 content: '\e916'; }
960 .elementor-panel .elementor-tab-control-responsive a:before {
961 content: '\e885'; }
962 .elementor-panel .elementor-tab-control-layout a:before, .elementor-panel .elementor-tab-control-column a:before {
963 content: '\e899'; }
964 .elementor-panel .elementor-tab-control-lightbox a:before {
965 content: '\e922'; }
966 .elementor-panel #elementor-panel__editor__help {
967 padding: 50px 25px;
968 display: -webkit-box;
969 display: -ms-flexbox;
970 display: flex;
971 -webkit-box-align: center;
972 -ms-flex-align: center;
973 align-items: center;
974 -webkit-box-pack: center;
975 -ms-flex-pack: center;
976 justify-content: center; }
977 .elementor-panel #elementor-panel__editor__help__link {
978 display: -webkit-inline-box;
979 display: -ms-inline-flexbox;
980 display: inline-flex;
981 -webkit-box-align: center;
982 -ms-flex-align: center;
983 align-items: center;
984 -webkit-box-pack: center;
985 -ms-flex-pack: center;
986 justify-content: center;
987 color: #6d7882;
988 font-size: 12px;
989 font-weight: 500;
990 -webkit-transition: all 0.3s;
991 -o-transition: all 0.3s;
992 transition: all 0.3s; }
993 .elementor-panel #elementor-panel__editor__help__link i {
994 padding: 0 5px;
995 color: #a4afb7;
996 font-size: 18px;
997 position: relative; }
998 .elementor-panel #elementor-panel__editor__help__link i:after {
999 content: '';
1000 position: absolute;
1001 height: 13px;
1002 width: 13px;
1003 top: 3px;
1004 bottom: 0;
1005 left: 8px;
1006 right: 0;
1007 -webkit-border-radius: 50%;
1008 border-radius: 50%;
1009 z-index: -1; }
1010 .elementor-panel #elementor-panel__editor__help__link:hover {
1011 color: #495157; }
1012 .elementor-panel #elementor-panel__editor__help__link:hover i {
1013 color: #71d7f7; }
1014 .elementor-panel #elementor-panel__editor__help__link:hover i:before {
1015 content: '\e941'; }
1016 .elementor-panel #elementor-panel__editor__help__link:hover i:after {
1017 background: #fff; }
1018 .elementor-panel #elementor-panel-footer {
1019 position: absolute;
1020 bottom: 0;
1021 left: 0;
1022 right: 0;
1023 height: 40px;
1024 background-color: #495157; }
1025 .elementor-panel #elementor-panel-footer-tools {
1026 display: table;
1027 table-layout: fixed;
1028 width: 100%;
1029 height: 100%; }
1030 .elementor-panel .elementor-panel-footer-tool {
1031 display: table-cell;
1032 vertical-align: middle;
1033 text-align: center;
1034 cursor: pointer;
1035 color: #a4afb7;
1036 -webkit-transition: all 0.3s;
1037 -o-transition: all 0.3s;
1038 transition: all 0.3s; }
1039 .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-update {
1040 border-right: 1px solid #2d8739;
1041 -webkit-border-radius: 3px 0 0 3px;
1042 border-radius: 3px 0 0 3px; }
1043 .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-update i {
1044 margin-right: 5px; }
1045 .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options {
1046 float: left;
1047 -webkit-border-radius: 0 3px 3px 0;
1048 border-radius: 0 3px 3px 0; }
1049 .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options i {
1050 margin: auto; }
1051 .elementor-panel .elementor-panel-footer-tool.elementor-open {
1052 color: #fff; }
1053 .elementor-panel .elementor-panel-footer-tool:not(.elementor-open):hover {
1054 color: #d5dadf; }
1055 .elementor-panel .elementor-panel-footer-tool:not(.elementor-open) .elementor-panel-footer-sub-menu-wrapper {
1056 display: none; }
1057 .elementor-panel .elementor-panel-footer-sub-menu-wrapper {
1058 position: absolute;
1059 bottom: 100%;
1060 left: 0;
1061 width: 100%;
1062 background-color: #556068;
1063 padding: 10px;
1064 -webkit-box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1);
1065 box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1);
1066 cursor: default;
1067 z-index: 10000; }
1068 .elementor-panel .elementor-panel-footer-sub-menu {
1069 -webkit-border-radius: 5px;
1070 border-radius: 5px;
1071 overflow: hidden; }
1072 .elementor-panel .elementor-panel-footer-sub-menu-item {
1073 background-color: #495157;
1074 display: table;
1075 table-layout: fixed;
1076 width: 100%;
1077 cursor: pointer; }
1078 .elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled .elementor-icon,
1079 .elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled .elementor-title {
1080 color: #6d7882; }
1081 .elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child) {
1082 margin-bottom: 1px; }
1083 .elementor-panel .elementor-panel-footer-sub-menu-item:hover {
1084 background-color: rgba(0, 0, 0, 0.2); }
1085 .elementor-panel .elementor-panel-footer-sub-menu-item.active {
1086 background-color: rgba(0, 0, 0, 0.3); }
1087 .elementor-panel .elementor-panel-footer-sub-menu-item > * {
1088 display: table-cell;
1089 height: 40px;
1090 vertical-align: middle; }
1091 .elementor-panel .elementor-panel-footer-sub-menu-item .elementor-icon {
1092 width: 40px;
1093 color: #a4afb7; }
1094 .elementor-panel .elementor-panel-footer-sub-menu-item .elementor-title {
1095 text-align: left;
1096 color: #d5dadf; }
1097 .elementor-panel .elementor-panel-footer-sub-menu-item .elementor-description {
1098 width: 95px;
1099 text-align: left;
1100 font-size: 11px;
1101 font-style: italic;
1102 color: #a4afb7; }
1103 .elementor-panel #elementor-panel-footer-help-title {
1104 text-align: left;
1105 padding: 10px 0;
1106 color: #d5dadf; }
1107 .elementor-panel #elementor-panel-footer-responsive > i {
1108 display: block;
1109 height: 100%;
1110 line-height: 40px; }
1111 .elementor-panel #elementor-panel-footer-saver-publish {
1112 width: 80px; }
1113 .elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state i {
1114 margin-right: 0; }
1115 .elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state #elementor-panel-saver-button-publish-label {
1116 display: none; }
1117 .elementor-panel #elementor-panel-footer-saver-options {
1118 width: 35px;
1119 border-left: 1px solid #495157; }
1120 .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper {
1121 font-size: 11px;
1122 font-style: italic;
1123 color: #a4afb7;
1124 padding: 5px 0 15px; }
1125 .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper:not(.elementor-state-active) .elementor-state-icon {
1126 display: none; }
1127 .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time {
1128 border-bottom: 1px dotted transparent;
1129 -webkit-transition: all ease-in-out .3s;
1130 -o-transition: all ease-in-out .3s;
1131 transition: all ease-in-out .3s;
1132 cursor: pointer; }
1133 .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time:hover {
1134 border-bottom-color: inherit; }
1135 .elementor-panel .elementor-disabled {
1136 cursor: default; }
1137 .elementor-panel #elementor-panel-saver-button-preview a {
1138 color: #a4afb7; }
1139 .elementor-panel #elementor-panel-saver-button-publish, .elementor-panel #elementor-panel-saver-button-save-options {
1140 font-size: 11px;
1141 text-transform: uppercase;
1142 height: 26px; }
1143 .elementor-panel #elementor-panel-saver-button-publish.elementor-disabled, .elementor-panel #elementor-panel-saver-button-save-options.elementor-disabled {
1144 background-color: #556068;
1145 color: #a4afb7; }
1146 .elementor-panel #elementor-panel-saver-button-publish {
1147 width: 100%;
1148 -webkit-border-radius: 3px 0 0 3px;
1149 border-radius: 3px 0 0 3px; }
1150 .elementor-panel #elementor-panel-saver-button-save-options {
1151 width: 25px; }
1152
1153 #elementor-panel-elements-navigation .elementor-panel-navigation-tab {
1154 text-align: center;
1155 padding: 10px 0;
1156 font-size: 11px;
1157 text-transform: uppercase;
1158 cursor: pointer; }
1159
1160 #elementor-panel-elements {
1161 overflow: hidden;
1162 padding: 0 5px; }
1163
1164 #elementor-panel-state-loading {
1165 display: none; }
1166 body.elementor-panel-loading #elementor-panel-state-loading {
1167 position: absolute;
1168 top: 0;
1169 left: 0;
1170 height: 100%;
1171 width: 100%;
1172 display: -webkit-box;
1173 display: -ms-flexbox;
1174 display: flex;
1175 -webkit-box-align: center;
1176 -ms-flex-align: center;
1177 align-items: center;
1178 -webkit-box-pack: center;
1179 -ms-flex-pack: center;
1180 justify-content: center;
1181 background-color: rgba(255, 255, 255, 0.5);
1182 z-index: 1; }
1183 #elementor-panel-state-loading .eicon-loading {
1184 font-size: 25px;
1185 color: #71d7f7; }
1186
1187 #elementor-panel-elements-search-wrapper {
1188 position: relative;
1189 margin: 10px 10px 5px; }
1190
1191 #elementor-panel-elements-search-input {
1192 background-color: rgba(255, 255, 255, 0.7);
1193 font-size: 11px;
1194 padding: 10px 10px 10px 29px;
1195 font-style: italic;
1196 color: #a4afb7;
1197 border: none;
1198 -webkit-transition: all 1s;
1199 -o-transition: all 1s;
1200 transition: all 1s;
1201 -webkit-border-radius: 3px;
1202 border-radius: 3px;
1203 appearance: none;
1204 -webkit-appearance: none;
1205 -moz-appearance: none; }
1206 #elementor-panel-elements-search-input + i {
1207 position: absolute;
1208 left: 10px;
1209 top: 50%;
1210 color: #a4afb7;
1211 -webkit-transform: translateY(-50%);
1212 -ms-transform: translateY(-50%);
1213 transform: translateY(-50%); }
1214 #elementor-panel-elements-search-input:focus {
1215 background-color: white;
1216 padding-right: 15px; }
1217
1218 .elementor-panel .elementor-element {
1219 -webkit-border-radius: 3px;
1220 border-radius: 3px;
1221 background-color: #fff;
1222 cursor: move;
1223 position: relative; }
1224 .elementor-panel .elementor-element-wrapper {
1225 float: left;
1226 width: 50%;
1227 padding: 5px;
1228 text-align: center;
1229 -webkit-box-sizing: border-box;
1230 box-sizing: border-box; }
1231 .elementor-panel .elementor-element--promotion .elementor-element {
1232 cursor: pointer;
1233 -webkit-user-select: none;
1234 -moz-user-select: none;
1235 -ms-user-select: none;
1236 user-select: none; }
1237 .elementor-panel .elementor-element .icon,
1238 .elementor-panel .elementor-element .title {
1239 color: #556068;
1240 -webkit-transition: all 0.3s;
1241 -o-transition: all 0.3s;
1242 transition: all 0.3s; }
1243 .elementor-panel .elementor-element:hover {
1244 -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
1245 box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }
1246 .elementor-panel .elementor-element:hover .icon, .elementor-panel .elementor-element:hover .title {
1247 color: #93003c; }
1248 .elementor-panel .elementor-element .icon {
1249 font-size: 28px;
1250 padding-top: 15px; }
1251 .elementor-panel .elementor-element .elementor-element-title-wrapper {
1252 display: table;
1253 width: 100%; }
1254 .elementor-panel .elementor-element .title {
1255 font-size: 11px;
1256 display: table-cell;
1257 vertical-align: middle;
1258 height: 40px; }
1259 .elementor-panel .elementor-element > .eicon-lock {
1260 position: absolute;
1261 top: 5px;
1262 right: 5px;
1263 color: #e6e9ec; }
1264
1265 #elementor-element--promotion__dialog {
1266 position: absolute;
1267 width: 300px;
1268 z-index: 1;
1269 background-color: #fff;
1270 -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
1271 box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
1272 -webkit-border-radius: 3px;
1273 border-radius: 3px; }
1274 #elementor-element--promotion__dialog:after {
1275 content: '';
1276 position: absolute;
1277 top: 15px;
1278 right: 100%;
1279 -webkit-transform: scaleY(0.7);
1280 -ms-transform: scaleY(0.7);
1281 transform: scaleY(0.7);
1282 border: 10px solid transparent;
1283 border-right-color: #fff; }
1284 #elementor-element--promotion__dialog__title {
1285 font-size: 14px; }
1286 #elementor-element--promotion__dialog .dialog-header {
1287 display: -webkit-box;
1288 display: -ms-flexbox;
1289 display: flex;
1290 padding: 20px;
1291 color: #495157;
1292 border-bottom: 1px solid #e6e9ec;
1293 font-weight: 500; }
1294 #elementor-element--promotion__dialog .dialog-header i {
1295 color: #a4afb7; }
1296 #elementor-element--promotion__dialog .dialog-header .eicon-pro-icon {
1297 -webkit-box-flex: 1;
1298 -ms-flex-positive: 1;
1299 flex-grow: 1;
1300 margin-left: 10px;
1301 font-size: 14px; }
1302 #elementor-element--promotion__dialog .dialog-header .eicon-close {
1303 cursor: pointer; }
1304 #elementor-element--promotion__dialog .dialog-message {
1305 padding: 20px; }
1306 #elementor-element--promotion__dialog .dialog-buttons-wrapper {
1307 padding: 0 20px 20px 20px; }
1308 #elementor-element--promotion__dialog .dialog-button {
1309 width: 100%;
1310 padding: 6.5px;
1311 font-size: 12px; }
1312 #elementor-element--promotion__dialog .dialog-button::-moz-focus-inner {
1313 border: 0; }
1314
1315 #elementor-panel-inner {
1316 position: relative;
1317 height: 100%;
1318 -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
1319 box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }
1320
1321 #elementor-panel-content-wrapper {
1322 position: absolute;
1323 bottom: 40px;
1324 top: 40px;
1325 left: 0;
1326 width: 100%; }
1327
1328 .elementor-panel-container {
1329 clear: both;
1330 padding-left: 15px;
1331 padding-right: 15px; }
1332
1333 .media-modal.wp-core-ui input {
1334 width: auto; }
1335
1336 .media-modal.wp-core-ui select {
1337 width: initial; }
1338
1339 .media-modal.wp-core-ui fieldset {
1340 padding: 0;
1341 border: 0; }
1342
1343 .media-modal.wp-core-ui .wp-clearfix::after {
1344 content: '';
1345 display: table;
1346 clear: both; }
1347
1348 #elementor-panel-get-pro-elements .elementor-nerd-box-message {
1349 margin-top: 10px; }
1350
1351 #elementor-panel-get-pro-elements .elementor-nerd-box-icon {
1352 margin-top: 20px; }
1353
1354 .elementor-control {
1355 --control-title-size: 12px;
1356 background-color: #fff;
1357 position: relative;
1358 padding: 0 20px 15px; }
1359 .elementor-control a {
1360 font-weight: 500;
1361 text-decoration: none;
1362 border-bottom: 1px dotted transparent;
1363 -webkit-transition: all ease-in-out .3s;
1364 -o-transition: all ease-in-out .3s;
1365 transition: all ease-in-out .3s; }
1366 .elementor-control a:hover {
1367 border-bottom-color: inherit; }
1368 .elementor-control .elementor-control-content {
1369 display: -webkit-box;
1370 display: -ms-flexbox;
1371 display: flex;
1372 -webkit-box-orient: vertical;
1373 -webkit-box-direction: normal;
1374 -ms-flex-direction: column;
1375 flex-direction: column; }
1376 .elementor-control .elementor-control-title {
1377 font-size: var(--control-title-size);
1378 line-height: 1;
1379 margin-right: 5px; }
1380 .elementor-control .elementor-control-spinner {
1381 display: -webkit-box;
1382 display: -ms-flexbox;
1383 display: flex;
1384 -webkit-box-align: center;
1385 -ms-flex-align: center;
1386 align-items: center; }
1387 .elementor-control.elementor-control-type-divider {
1388 padding: 0;
1389 background-color: transparent; }
1390 .elementor-control.elementor-control-type-divider .elementor-control-content {
1391 border-width: 0;
1392 border-color: #e6e9ec;
1393 border-style: solid;
1394 border-top-width: 1px;
1395 background-color: #ffffff;
1396 height: 15px; }
1397 .elementor-control.elementor-control-separator-default:not(.elementor-control-type-divider).elementor-control-wp {
1398 margin-top: 15px; }
1399 .elementor-control.elementor-control-separator-default:not(.elementor-control-type-divider).elementor-control-wp:before {
1400 content: '';
1401 height: 1px;
1402 display: block;
1403 margin-bottom: 15px;
1404 background-color: transparent; }
1405 .elementor-control.elementor-control-separator-before {
1406 padding-top: 15px; }
1407 .elementor-control.elementor-control-separator-before:before {
1408 content: '';
1409 position: absolute;
1410 height: 1px;
1411 width: 100%;
1412 top: 0;
1413 left: 0;
1414 background-color: #e6e9ec; }
1415 .elementor-control.elementor-control-separator-after:after {
1416 content: '';
1417 position: absolute;
1418 height: 1px;
1419 width: 100%;
1420 bottom: 0;
1421 left: 0;
1422 background-color: #e6e9ec; }
1423 .elementor-control.elementor-control-separator-after + .elementor-control-type-tabs + .elementor-control-separator-default, .elementor-control.elementor-control-separator-after:not(.elementor-hidden-control) + .elementor-control-separator-default {
1424 padding-top: 15px; }
1425 .elementor-control.elementor-control-deprecated {
1426 color: #b01b1b; }
1427 .elementor-control.elementor-control-deprecated .elementor-control-field-description {
1428 color: #b01b1b; }
1429 .elementor-control.elementor-control-hidden-label > * > .elementor-control-title, .elementor-control.elementor-control-hidden-label > * > * > .elementor-control-title {
1430 display: none; }
1431 .elementor-control.elementor-hidden-control {
1432 display: none; }
1433 .elementor-control.elementor-control-type-heading .elementor-control-title {
1434 font-weight: bold;
1435 margin: 0; }
1436 body:not(.elementor-device-desktop) .elementor-control.elementor-control-responsive-desktop {
1437 display: none; }
1438 body:not(.elementor-device-tablet) .elementor-control.elementor-control-responsive-tablet {
1439 display: none; }
1440 body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile {
1441 display: none; }
1442 .elementor-control.elementor-control-type-select .elementor-control-input-wrapper {
1443 position: relative; }
1444 .elementor-control.elementor-control-type-select .elementor-control-input-wrapper select {
1445 appearance: none;
1446 -webkit-appearance: none;
1447 -moz-appearance: none;
1448 font-size: 12px;
1449 font-family: inherit;
1450 font-weight: inherit;
1451 font-style: inherit;
1452 text-transform: inherit;
1453 letter-spacing: inherit;
1454 line-height: inherit;
1455 -ms-flex-preferred-size: 100%;
1456 flex-basis: 100%;
1457 padding-left: 5px;
1458 padding-right: 20px;
1459 cursor: pointer; }
1460 .elementor-control.elementor-control-type-select .elementor-control-input-wrapper:after {
1461 font-family: eicons;
1462 content: '\e8ad';
1463 font-size: 12px;
1464 position: absolute;
1465 top: 50%;
1466 -webkit-transform: translateY(-50%);
1467 -ms-transform: translateY(-50%);
1468 transform: translateY(-50%);
1469 right: 5px;
1470 pointer-events: none; }
1471 .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message {
1472 margin-top: 5px; }
1473 .elementor-control.elementor-control-custom_css_title {
1474 font-size: 12px; }
1475
1476 .elementor-control.elementor-open .elementor-panel-heading-toggle .eicon:before,
1477 .elementor-panel-scheme-item.elementor-open .elementor-panel-heading-toggle .eicon:before {
1478 content: '\e92a'; }
1479
1480 .elementor-control:not(.elementor-open) .elementor-panel-heading-toggle .eicon:before,
1481 .elementor-panel-scheme-item:not(.elementor-open) .elementor-panel-heading-toggle .eicon:before {
1482 content: ""; }
1483
1484 .elementor-panel-heading {
1485 display: table;
1486 table-layout: fixed;
1487 height: 40px;
1488 padding: 0 20px;
1489 width: 100%;
1490 border-bottom: 1px solid #e6e9ec;
1491 cursor: pointer; }
1492 .elementor-panel-heading > * {
1493 display: table-cell;
1494 vertical-align: middle; }
1495 .elementor-panel-heading-toggle {
1496 width: 20px;
1497 color: #495157; }
1498 .elementor-panel-heading-title {
1499 color: #495157;
1500 font-weight: bold; }
1501
1502 .elementor-control-wp {
1503 line-height: 1.5; }
1504 .elementor-control-wp p {
1505 margin: 15px 0; }
1506
1507 .elementor-control-field {
1508 display: -webkit-box;
1509 display: -ms-flexbox;
1510 display: flex;
1511 -webkit-box-align: center;
1512 -ms-flex-align: center;
1513 align-items: center; }
1514
1515 .elementor-label-block > .elementor-control-content > .elementor-control-field {
1516 -ms-flex-wrap: wrap;
1517 flex-wrap: wrap; }
1518 .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1519 width: 100%;
1520 margin-top: 10px; }
1521
1522 .elementor-label-block.elementor-control-hidden-label:not(.elementor-control-dynamic) > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1523 margin-top: 0; }
1524
1525 .elementor-label-block.elementor-control-hidden-label.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1526 margin-top: 0; }
1527
1528 .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-title {
1529 -ms-flex-negative: 0;
1530 flex-shrink: 0; }
1531
1532 .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1533 margin-left: auto; }
1534
1535 .elementor-control-field-description {
1536 margin-top: 10px; }
1537
1538 .elementor-group-control-attachment_alert .elementor-control-field-description {
1539 margin-top: 0; }
1540
1541 .elementor-required {
1542 color: #b01b1b; }
1543
1544 .elementor-units-choices {
1545 -webkit-box-flex: 1;
1546 -ms-flex-positive: 1;
1547 flex-grow: 1;
1548 text-align: right; }
1549 .elementor-units-choices input {
1550 display: none; }
1551 .elementor-units-choices input:not(:checked) + label {
1552 color: #a4afb7; }
1553 .elementor-units-choices input:checked + label {
1554 text-decoration: underline; }
1555 .elementor-units-choices label {
1556 cursor: pointer;
1557 padding: 0 2px;
1558 text-transform: uppercase;
1559 font-size: 9px; }
1560
1561 .elementor-control-responsive-switchers {
1562 --selected-option: 0;
1563 --pointer-position: var(--selected-option);
1564 position: relative;
1565 width: 2em;
1566 height: 2em;
1567 margin: calc( -2em + var(--control-title-size)) 0;
1568 margin-right: 5px; }
1569 .elementor-control-responsive-switchers__holder {
1570 position: absolute;
1571 width: 100%;
1572 top: 0;
1573 background-color: #fff;
1574 -webkit-border-radius: 3px;
1575 border-radius: 3px;
1576 -webkit-transition: 0.15s;
1577 -o-transition: 0.15s;
1578 transition: 0.15s;
1579 border: 1px transparent solid; }
1580 .elementor-control-responsive-switchers.elementor-responsive-switchers-open {
1581 z-index: 11000; }
1582 .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher {
1583 height: 2em;
1584 -webkit-transform: scale(1);
1585 -ms-transform: scale(1);
1586 transform: scale(1);
1587 opacity: 1; }
1588 .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover {
1589 color: #71d7f7; }
1590 .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder {
1591 top: calc(-1 * var(--selected-option) * 2em);
1592 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
1593 box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
1594
1595 .elementor-responsive-switcher {
1596 display: -webkit-box;
1597 display: -ms-flexbox;
1598 display: flex;
1599 -webkit-box-align: center;
1600 -ms-flex-align: center;
1601 align-items: center;
1602 -webkit-box-pack: center;
1603 -ms-flex-pack: center;
1604 justify-content: center;
1605 position: relative;
1606 z-index: 2;
1607 cursor: pointer;
1608 height: 0;
1609 -webkit-transform: scale(0);
1610 -ms-transform: scale(0);
1611 transform: scale(0);
1612 opacity: 0;
1613 -webkit-transition: 0.15s;
1614 -o-transition: 0.15s;
1615 transition: 0.15s;
1616 font-size: 12px; }
1617
1618 a.elementor-responsive-switcher {
1619 color: #a4afb7; }
1620 a.elementor-responsive-switcher:hover {
1621 color: #71d7f7; }
1622
1623 .elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop {
1624 height: 2em;
1625 -webkit-transform: scale(1);
1626 -ms-transform: scale(1);
1627 transform: scale(1);
1628 opacity: 1; }
1629
1630 .elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop {
1631 color: #71d7f7; }
1632
1633 .elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet {
1634 height: 2em;
1635 -webkit-transform: scale(1);
1636 -ms-transform: scale(1);
1637 transform: scale(1);
1638 opacity: 1; }
1639
1640 .elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet {
1641 color: #71d7f7; }
1642
1643 .elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile {
1644 height: 2em;
1645 -webkit-transform: scale(1);
1646 -ms-transform: scale(1);
1647 transform: scale(1);
1648 opacity: 1; }
1649
1650 .elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile {
1651 color: #71d7f7; }
1652
1653 .elementor-update-preview {
1654 margin: 15px 15px 0;
1655 display: -webkit-box;
1656 display: -ms-flexbox;
1657 display: flex;
1658 -webkit-box-align: center;
1659 -ms-flex-align: center;
1660 align-items: center; }
1661
1662 .elementor-update-preview-button-wrapper {
1663 -webkit-box-flex: 1;
1664 -ms-flex-positive: 1;
1665 flex-grow: 1;
1666 text-align: right; }
1667
1668 .elementor-update-preview-button {
1669 padding: 8px 15px;
1670 text-transform: uppercase; }
1671
1672 .elementor-control-direction-ltr input,
1673 .elementor-control-direction-ltr textarea {
1674 direction: ltr; }
1675
1676 .elementor-control-direction-rtl input,
1677 .elementor-control-direction-rtl textarea {
1678 direction: rtl; }
1679
1680 .elementor-control-type-button .elementor-control-input-wrapper {
1681 text-align: right; }
1682
1683 .elementor-control-type-button .elementor-button {
1684 width: auto;
1685 height: 26px; }
1686
1687 .elementor-control-type-choose.elementor-label-block .elementor-choices {
1688 width: 100%; }
1689
1690 .elementor-choices {
1691 display: -webkit-box;
1692 display: -ms-flexbox;
1693 display: flex;
1694 height: 27px;
1695 line-height: 27px;
1696 text-align: center;
1697 border-spacing: 1px;
1698 -webkit-border-radius: 3px;
1699 border-radius: 3px;
1700 overflow: hidden; }
1701 .elementor-choices .elementor-choices-label {
1702 border-top: 1px solid #d5dadf;
1703 border-bottom: 1px solid #d5dadf;
1704 border-left: 1px solid #d5dadf;
1705 border-right: none;
1706 font-size: 12px;
1707 -webkit-transition: all .5s;
1708 -o-transition: all .5s;
1709 transition: all .5s;
1710 cursor: pointer;
1711 overflow: hidden; }
1712 .elementor-choices .elementor-choices-label:nth-child(2) {
1713 -webkit-border-top-left-radius: 3px;
1714 border-top-left-radius: 3px;
1715 -webkit-border-bottom-left-radius: 3px;
1716 border-bottom-left-radius: 3px; }
1717 .elementor-choices .elementor-choices-label:last-child {
1718 border-right: 1px solid #d5dadf;
1719 -webkit-border-top-right-radius: 3px;
1720 border-top-right-radius: 3px;
1721 -webkit-border-bottom-right-radius: 3px;
1722 border-bottom-right-radius: 3px; }
1723 .elementor-choices input {
1724 display: none; }
1725 .elementor-choices input:checked + .elementor-choices-label {
1726 color: #fff;
1727 background-color: #a4afb7;
1728 border-color: #a4afb7; }
1729
1730 .elementor-label-inline .elementor-choices {
1731 -webkit-box-pack: end;
1732 -ms-flex-pack: end;
1733 justify-content: flex-end; }
1734
1735 .rtl .elementor-control-text_align .elementor-choices,
1736 .rtl .elementor-control-align .elementor-choices,
1737 .rtl .elementor-control-position .elementor-choices {
1738 -webkit-box-orient: horizontal;
1739 -webkit-box-direction: reverse;
1740 -ms-flex-direction: row-reverse;
1741 flex-direction: row-reverse; }
1742 .rtl .elementor-control-text_align .elementor-choices .elementor-choices-label:nth-child(2),
1743 .rtl .elementor-control-align .elementor-choices .elementor-choices-label:nth-child(2),
1744 .rtl .elementor-control-position .elementor-choices .elementor-choices-label:nth-child(2) {
1745 border-right: 1px solid #d5dadf;
1746 -webkit-border-radius: 3px 0 0 3px;
1747 border-radius: 3px 0 0 3px; }
1748 .rtl .elementor-control-text_align .elementor-choices .elementor-choices-label:last-child,
1749 .rtl .elementor-control-align .elementor-choices .elementor-choices-label:last-child,
1750 .rtl .elementor-control-position .elementor-choices .elementor-choices-label:last-child {
1751 border-right: none;
1752 -webkit-border-radius: 0 3px 3px 0;
1753 border-radius: 0 3px 3px 0; }
1754
1755 .elementor-control-type-color.e-control-global .e-global__popover-toggle ~ .pickr {
1756 -webkit-border-radius: 0px 3px 3px 0;
1757 border-radius: 0px 3px 3px 0;
1758 -ms-flex-negative: 0;
1759 flex-shrink: 0; }
1760
1761 .elementor-control-type-color .elementor-control-title {
1762 -webkit-box-flex: 1;
1763 -ms-flex-positive: 1;
1764 flex-grow: 1; }
1765
1766 .elementor-control-type-color .elementor-control-input-wrapper {
1767 display: -webkit-box;
1768 display: -ms-flexbox;
1769 display: flex;
1770 -webkit-box-pack: end;
1771 -ms-flex-pack: end;
1772 justify-content: flex-end; }
1773
1774 .elementor-control-type-color .elementor-control-dynamic-switcher {
1775 border-left-width: 0;
1776 -webkit-border-radius: 0 3px 3px 0;
1777 border-radius: 0 3px 3px 0; }
1778
1779 .elementor-control-type-color.elementor-control-dynamic .pickr {
1780 -webkit-border-radius: 3px 0 0 3px;
1781 border-radius: 3px 0 0 3px; }
1782
1783 .elementor-group-control-css-filter .elementor-slider {
1784 height: 6px;
1785 -webkit-box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2);
1786 box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); }
1787
1788 .elementor-group-control-css-filter .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1789 margin-top: 0;
1790 margin-bottom: 5px; }
1791
1792 .elementor-group-control-blur .elementor-slider {
1793 background: url("../images/blur.png");
1794 -webkit-background-size: cover;
1795 background-size: cover;
1796 background-position: center; }
1797
1798 .elementor-group-control-contrast .elementor-slider {
1799 background: url("../images/contrast.png");
1800 -webkit-background-size: 100% 100%;
1801 background-size: 100% 100%; }
1802
1803 .elementor-group-control-hue .elementor-slider {
1804 background-image: -webkit-gradient(linear, left top, right top, from(red), color-stop(orange), color-stop(yellow), color-stop(greenyellow), color-stop(limegreen), color-stop(deepskyblue), color-stop(blue), color-stop(95%, darkviolet));
1805 background-image: -webkit-linear-gradient(left, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%);
1806 background-image: -o-linear-gradient(left, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%);
1807 background-image: linear-gradient(to right, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%); }
1808
1809 .elementor-group-control-saturate .elementor-slider {
1810 background-image: -webkit-gradient(linear, left top, right top, from(gray), to(red));
1811 background-image: -webkit-linear-gradient(left, gray, red);
1812 background-image: -o-linear-gradient(left, gray, red);
1813 background-image: linear-gradient(to right, gray, red); }
1814
1815 .elementor-group-control-brightness .elementor-slider {
1816 background-image: -webkit-gradient(linear, left top, right top, from(black), to(white));
1817 background-image: -webkit-linear-gradient(left, black, white);
1818 background-image: -o-linear-gradient(left, black, white);
1819 background-image: linear-gradient(to right, black, white); }
1820
1821 .elementor-control-type-dimensions .elementor-control-dimensions {
1822 overflow: hidden; }
1823
1824 .elementor-control-type-dimensions li {
1825 float: left;
1826 width: 20%; }
1827 .elementor-control-type-dimensions li input,
1828 .elementor-control-type-dimensions li .elementor-link-dimensions {
1829 display: block;
1830 text-align: center;
1831 width: 100%;
1832 border-color: #d5dadf;
1833 height: 27px; }
1834 .elementor-control-type-dimensions li input {
1835 border-left: none;
1836 -webkit-border-radius: 0;
1837 border-radius: 0;
1838 padding: 4px 0; }
1839 .elementor-control-type-dimensions li input:focus {
1840 border-left: solid 1px;
1841 border-color: #a4afb7;
1842 margin-left: -1px;
1843 width: calc(100% + 1px); }
1844 .elementor-control-type-dimensions li input:focus + .elementor-control-dimension-label {
1845 color: #a4afb7; }
1846 .elementor-control-type-dimensions li .elementor-link-dimensions {
1847 border: 1px solid #d5dadf;
1848 border-left: none;
1849 background-color: #fff;
1850 padding: 0;
1851 outline: none;
1852 -webkit-border-radius: 0 3px 3px 0;
1853 border-radius: 0 3px 3px 0;
1854 cursor: pointer; }
1855 .elementor-control-type-dimensions li:first-child input {
1856 border-left: 1px solid #d5dadf;
1857 -webkit-border-radius: 3px 0 0 3px;
1858 border-radius: 3px 0 0 3px; }
1859 .elementor-control-type-dimensions li:first-child input:focus {
1860 border-color: #a4afb7;
1861 margin-left: 0;
1862 width: 100%; }
1863
1864 .elementor-control-type-dimensions .elementor-control-dimension-label {
1865 display: block;
1866 text-align: center;
1867 color: #d5dadf;
1868 font-size: 9px;
1869 text-transform: uppercase;
1870 padding-top: 5px; }
1871
1872 .elementor-control-type-dimensions .elementor-link-dimensions.unlinked {
1873 background-color: #fff; }
1874 .elementor-control-type-dimensions .elementor-link-dimensions.unlinked .elementor-linked {
1875 display: none; }
1876
1877 .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) {
1878 background-color: #a4afb7;
1879 border-color: #a4afb7; }
1880 .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) .elementor-unlinked {
1881 display: none; }
1882
1883 .elementor-control-type-dimensions .elementor-link-dimensions .elementor-linked {
1884 color: #fff; }
1885
1886 .elementor-control-type-icons .elementor-control-media__preview > * {
1887 position: absolute;
1888 top: 50%;
1889 left: 50%;
1890 -webkit-transform: translate(-50%, -50%);
1891 -ms-transform: translate(-50%, -50%);
1892 transform: translate(-50%, -50%); }
1893
1894 .elementor-control-type-icons .elementor-control-media__preview i {
1895 font-size: 70px;
1896 color: #6d7882; }
1897
1898 .elementor-control-type-icons .elementor-control-media__preview svg {
1899 height: 75%; }
1900
1901 .elementor-control-type-icons .elementor-control-icons--inline__svg i.eicon-upload {
1902 font-size: 15px; }
1903
1904 .elementor-control-type-gallery .elementor-control-media__content {
1905 border: 1px solid #d5dadf;
1906 -webkit-border-radius: 3px;
1907 border-radius: 3px; }
1908
1909 .elementor-control-type-gallery .elementor-control-gallery-status {
1910 font-size: 12px;
1911 height: 27px;
1912 padding-left: 10px;
1913 border-bottom: 1px solid #d5dadf;
1914 display: -webkit-box;
1915 display: -ms-flexbox;
1916 display: flex; }
1917 .elementor-control-type-gallery .elementor-control-gallery-status > * {
1918 display: -webkit-box;
1919 display: -ms-flexbox;
1920 display: flex;
1921 -webkit-box-align: center;
1922 -ms-flex-align: center;
1923 align-items: center; }
1924 .elementor-control-type-gallery .elementor-control-gallery-status-title {
1925 -webkit-box-flex: 1;
1926 -ms-flex-positive: 1;
1927 flex-grow: 1; }
1928
1929 .elementor-control-type-gallery .elementor-control-gallery-content {
1930 position: relative;
1931 overflow: hidden; }
1932 .elementor-control-type-gallery .elementor-control-gallery-content:not(:hover) .elementor-control-gallery-edit {
1933 opacity: 0; }
1934
1935 .elementor-control-type-gallery .elementor-control-gallery-thumbnails {
1936 display: grid;
1937 grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
1938 grid-gap: 10px;
1939 cursor: pointer;
1940 padding: 10px; }
1941
1942 .elementor-control-type-gallery .elementor-control-gallery-thumbnail {
1943 width: 48px;
1944 height: 48px;
1945 -webkit-background-size: cover;
1946 background-size: cover;
1947 background-position: 50% 50%; }
1948
1949 .elementor-control-type-gallery .elementor-control-gallery-edit {
1950 position: absolute;
1951 top: 0;
1952 bottom: 0;
1953 left: 0;
1954 right: 0;
1955 background-color: rgba(109, 120, 130, 0.3);
1956 padding: 10px;
1957 font-size: 11px;
1958 -webkit-transition: all .3s ease-in-out;
1959 -o-transition: all .3s ease-in-out;
1960 transition: all .3s ease-in-out;
1961 pointer-events: none;
1962 cursor: pointer;
1963 opacity: 1; }
1964 .elementor-control-type-gallery .elementor-control-gallery-edit span {
1965 position: absolute;
1966 top: 10px;
1967 right: 10px;
1968 width: 21px;
1969 height: 21px;
1970 background-color: rgba(255, 255, 255, 0.9);
1971 color: #a4afb7;
1972 -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
1973 box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
1974 -webkit-border-radius: 3px;
1975 border-radius: 3px; }
1976 .elementor-control-type-gallery .elementor-control-gallery-edit span i {
1977 font-size: 11px;
1978 padding: 5px; }
1979
1980 .elementor-control-type-gallery .elementor-control-gallery-add {
1981 width: 48px;
1982 height: 48px;
1983 color: #fff;
1984 background-color: #d5dadf;
1985 font-size: 14px;
1986 -webkit-border-radius: 0;
1987 border-radius: 0; }
1988 .elementor-control-type-gallery .elementor-control-gallery-add:hover {
1989 background-color: #c2cbd2; }
1990 .elementor-control-type-gallery .elementor-control-gallery-add i {
1991 margin: 0;
1992 color: #a4afb7; }
1993
1994 .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-clear,
1995 .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-thumbnails,
1996 .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-edit {
1997 display: none; }
1998
1999 .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-content {
2000 padding: 10px; }
2001
2002 .elementor-control-type-gallery.elementor-gallery-has-images .elementor-control-gallery-add {
2003 display: none; }
2004
2005 .elementor-control-type-gallery.elementor-control-dynamic .elementor-control-gallery-clear {
2006 border-left: 1px solid #d5dadf; }
2007
2008 .elementor-control-type-gallery .elementor-control-gallery-clear {
2009 cursor: pointer;
2010 -webkit-box-pack: center;
2011 -ms-flex-pack: center;
2012 justify-content: center; }
2013 .elementor-control-type-gallery .elementor-control-gallery-clear:hover {
2014 color: #b01b1b; }
2015
2016 .elementor-control-type-gallery .elementor-control-dynamic-switcher {
2017 border: none;
2018 border-bottom: 1px solid #d5dadf;
2019 border-left: 1px solid #d5dadf;
2020 -webkit-border-radius: 0 3px 0 0;
2021 border-radius: 0 3px 0 0; }
2022
2023 .e-global__popover {
2024 width: 288px;
2025 z-index: 1;
2026 font-size: 12px;
2027 padding-left: 10px; }
2028 .e-global__popover-toggle {
2029 border: 1px solid #d5dadf;
2030 border-right: 0;
2031 -webkit-border-radius: 3px 0 0 3px;
2032 border-radius: 3px 0 0 3px;
2033 display: -webkit-box;
2034 display: -ms-flexbox;
2035 display: flex;
2036 -webkit-box-align: center;
2037 -ms-flex-align: center;
2038 align-items: center;
2039 -webkit-box-pack: center;
2040 -ms-flex-pack: center;
2041 justify-content: center;
2042 cursor: pointer; }
2043 .e-global__popover-toggle--active i {
2044 color: #71d7f7; }
2045 .e-global__popover-container {
2046 -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
2047 box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
2048 -webkit-border-radius: 3px;
2049 border-radius: 3px;
2050 background-color: #fff;
2051 padding-bottom: 5px; }
2052 .e-global__popover-title {
2053 padding: 15px 20px;
2054 font-weight: 500;
2055 color: #6d7882;
2056 border-bottom: 1px solid #e6e9ec;
2057 display: -webkit-box;
2058 display: -ms-flexbox;
2059 display: flex; }
2060 .e-global__popover-title > i {
2061 margin-right: 5px;
2062 color: #d5dadf; }
2063 .e-global__popover-title-text {
2064 -webkit-box-flex: 1;
2065 -ms-flex-positive: 1;
2066 flex-grow: 1; }
2067 .e-global__popover-info {
2068 margin-right: 5px;
2069 display: inline-block; }
2070 .e-global__popover-info-tooltip {
2071 width: 270px;
2072 z-index: 1;
2073 background-color: rgba(0, 0, 0, 0.9);
2074 color: #fff;
2075 padding: 20px;
2076 -webkit-border-radius: 3px;
2077 border-radius: 3px; }
2078 .e-global__popover-info-tooltip:after {
2079 content: '';
2080 position: absolute;
2081 bottom: -17px;
2082 left: 16px;
2083 border: 10px solid transparent;
2084 border-top-color: rgba(0, 0, 0, 0.9); }
2085 .e-global__popover-info i {
2086 color: #d5dadf;
2087 font-size: 13px; }
2088
2089 .e-global__preview-items-container {
2090 max-height: 260px;
2091 overflow-y: auto;
2092 margin-top: 5px; }
2093 .e-global__preview-items-container::-webkit-scrollbar {
2094 width: 7px; }
2095 .e-global__preview-items-container::-webkit-scrollbar-thumb {
2096 background-color: #c2cbd2;
2097 -webkit-border-radius: 10px;
2098 border-radius: 10px; }
2099
2100 .e-global__manage-button {
2101 font-weight: 500;
2102 cursor: pointer; }
2103 .e-global__manage-button:hover i {
2104 color: #4ab7f4; }
2105 .e-global__manage-button i {
2106 color: #6d7882; }
2107
2108 .e-global__typography {
2109 padding: 5px 10px 5px 35px;
2110 white-space: nowrap;
2111 -o-text-overflow: ellipsis;
2112 text-overflow: ellipsis;
2113 overflow: hidden; }
2114 .e-global__typography.e-global__preview-item--selected:before {
2115 font-family: 'eicons';
2116 font-size: 13px;
2117 content: '\e90e';
2118 position: absolute;
2119 -webkit-transform: translateY(-50%);
2120 -ms-transform: translateY(-50%);
2121 transform: translateY(-50%);
2122 top: 50%;
2123 left: 12px; }
2124
2125 .e-global__color {
2126 margin: 5px auto;
2127 padding: 5px 20px;
2128 display: -webkit-box;
2129 display: -ms-flexbox;
2130 display: flex;
2131 -webkit-box-align: center;
2132 -ms-flex-align: center;
2133 align-items: center; }
2134 .e-global__color:first-child {
2135 margin-top: 5px; }
2136 .e-global__color:last-child {
2137 margin-bottom: 10px; }
2138 .e-global__color-preview-container {
2139 height: 20px;
2140 width: 20px;
2141 -webkit-border-radius: 3px;
2142 border-radius: 3px;
2143 border: 1px solid rgba(0, 0, 0, 0.1);
2144 margin-right: 10px;
2145 -ms-flex-negative: 0;
2146 flex-shrink: 0;
2147 position: relative; }
2148 .e-global__color-preview-color, .e-global__color-preview-transparent-bg {
2149 -webkit-border-radius: 3px;
2150 border-radius: 3px;
2151 height: 100%;
2152 width: 100%;
2153 position: absolute;
2154 top: 0;
2155 left: 0; }
2156 .e-global__color-preview-transparent-bg {
2157 background-image: -webkit-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), -webkit-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd);
2158 background-image: -o-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), -o-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd);
2159 background-image: linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd);
2160 -webkit-background-size: 12px 12px;
2161 background-size: 12px 12px;
2162 background-position: 0 0, 6px 6px; }
2163 .e-global__color-title {
2164 font-weight: 500;
2165 color: #6d7882;
2166 -webkit-box-flex: 1;
2167 -ms-flex-positive: 1;
2168 flex-grow: 1;
2169 white-space: nowrap;
2170 -o-text-overflow: ellipsis;
2171 text-overflow: ellipsis;
2172 overflow: hidden;
2173 padding-right: 10px; }
2174 .e-global__color-hex {
2175 font-size: 10px;
2176 font-weight: 500;
2177 color: #c2cbd2; }
2178 .e-global__color .pcr-button {
2179 background-color: #fff; }
2180 .e-global__color.e-global__preview-item--selected .e-global__color-preview-container {
2181 display: -webkit-box;
2182 display: -ms-flexbox;
2183 display: flex;
2184 -webkit-box-pack: center;
2185 -ms-flex-pack: center;
2186 justify-content: center;
2187 -webkit-box-align: center;
2188 -ms-flex-align: center;
2189 align-items: center;
2190 color: #ffffff; }
2191 .e-global__color.e-global__preview-item--selected .e-global__color-preview-container:before {
2192 font-family: 'eicons';
2193 font-size: 13px;
2194 content: '\e90e';
2195 text-shadow: 0px 0px 1px #000;
2196 z-index: 1; }
2197
2198 .e-global__preview-item {
2199 cursor: pointer;
2200 position: relative; }
2201 .e-global__preview-item:hover {
2202 background-color: #f1f3f5; }
2203 .e-global__preview-item:hover .e-global__color-hex {
2204 color: #a4afb7; }
2205
2206 .e-global__confirm-add .dialog-buttons-wrapper > .dialog-button.dialog-confirm-ok {
2207 color: #39b54a; }
2208
2209 .e-global__confirm-delete i {
2210 color: #b01b1b; }
2211
2212 .e-global__confirm-message-text i {
2213 color: #fcb92c; }
2214
2215 .e-global__confirm-input-wrapper {
2216 display: -webkit-box;
2217 display: -ms-flexbox;
2218 display: flex;
2219 -webkit-box-align: center;
2220 -ms-flex-align: center;
2221 align-items: center;
2222 border: 1px solid #a4afb7;
2223 -webkit-border-radius: 3px;
2224 border-radius: 3px;
2225 margin-top: 10px;
2226 padding: 2px; }
2227 .e-global__confirm-input-wrapper input {
2228 font-family: Roboto, Arial, sans-serif;
2229 font-weight: 500;
2230 font-size: 12px;
2231 padding: 2px;
2232 border: 0; }
2233
2234 .e-control-global .elementor-control-input-wrapper {
2235 display: -webkit-box;
2236 display: -ms-flexbox;
2237 display: flex;
2238 -webkit-box-pack: end;
2239 -ms-flex-pack: end;
2240 justify-content: flex-end;
2241 max-width: 135px;
2242 width: 100%; }
2243
2244 .e-control-global.elementor-control .elementor-control-input-wrapper {
2245 direction: ltr; }
2246
2247 .e-control-global .elementor-control-spinner {
2248 margin-right: 4px; }
2249
2250 .elementor-control-type-hidden {
2251 display: none !important; }
2252
2253 .elementor-control-type-icon .select2-selection__rendered .eicon {
2254 margin-right: 3px; }
2255
2256 .elementor-control-type-image_dimensions .elementor-control-field-description {
2257 margin: 0 0 15px;
2258 line-height: 1.4; }
2259
2260 .elementor-control-type-image_dimensions .elementor-control-input-wrapper {
2261 overflow: hidden; }
2262
2263 .elementor-control-type-image_dimensions .elementor-image-dimensions-field {
2264 width: 65px;
2265 float: left; }
2266 .elementor-control-type-image_dimensions .elementor-image-dimensions-field input:focus + .elementor-image-dimensions-field-description {
2267 color: #a4afb7; }
2268
2269 .elementor-control-type-image_dimensions .elementor-image-dimensions-separator {
2270 width: 20px;
2271 text-align: center;
2272 float: left;
2273 padding-top: 4px; }
2274
2275 .elementor-control-type-image_dimensions .elementor-image-dimensions-field-description {
2276 display: block;
2277 text-transform: uppercase;
2278 margin-top: 5px;
2279 color: #d5dadf;
2280 font-size: 9px;
2281 text-align: center; }
2282
2283 .elementor-control-type-image_dimensions .elementor-image-dimensions-apply-button {
2284 float: right;
2285 height: 27px;
2286 width: 65px; }
2287
2288 .elementor-control-media.elementor-media-empty .elementor-control-media-area {
2289 display: none; }
2290
2291 .elementor-control-media:not(.elementor-media-empty) .elementor-control-media__content__upload-button {
2292 display: none; }
2293
2294 .elementor-control-media .elementor-control-input-wrapper {
2295 border: 1px solid #d5dadf; }
2296
2297 .elementor-control-media .eicon-plus-circle {
2298 position: absolute;
2299 top: 50%;
2300 left: 50%;
2301 -webkit-transform: translate(-50%, -50%);
2302 -ms-transform: translate(-50%, -50%);
2303 transform: translate(-50%, -50%);
2304 color: #fff;
2305 font-size: 20px; }
2306
2307 .elementor-control-media__content__upload-button {
2308 background-color: #d5dadf; }
2309
2310 .elementor-control-media__preview {
2311 height: 100%;
2312 -webkit-background-size: cover;
2313 background-size: cover;
2314 background-position: center; }
2315
2316 .elementor-control-media-area {
2317 background-image: -webkit-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), -webkit-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd);
2318 background-image: -o-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), -o-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd);
2319 background-image: linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd);
2320 -webkit-background-size: 16px 16px;
2321 background-size: 16px 16px;
2322 background-position: 0 0, 8px 8px;
2323 background-color: #f6f6f6; }
2324 .elementor-control-media-area:not(:hover) .elementor-control-media__remove {
2325 display: none; }
2326 .elementor-control-media-area .eicon-video-camera {
2327 position: absolute;
2328 top: 50%;
2329 left: 50%;
2330 -webkit-transform: translate(-50%, -50%);
2331 -ms-transform: translate(-50%, -50%);
2332 transform: translate(-50%, -50%);
2333 color: rgba(255, 255, 255, 0.7);
2334 font-size: 21px; }
2335
2336 .elementor-control-media .elementor-control-media__content {
2337 cursor: pointer;
2338 overflow: hidden; }
2339 .elementor-control-media .elementor-control-media__content:hover:after {
2340 content: '';
2341 position: absolute;
2342 top: 0;
2343 bottom: 0;
2344 left: 0;
2345 right: 0;
2346 background-color: rgba(0, 0, 0, 0.2);
2347 pointer-events: none; }
2348 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
2349 bottom: -30px; }
2350
2351 .elementor-control-media__content {
2352 -webkit-transition: all .2s ease-in-out;
2353 -o-transition: all .2s ease-in-out;
2354 transition: all .2s ease-in-out; }
2355
2356 .elementor-control-media__tools {
2357 position: absolute;
2358 bottom: 0;
2359 left: 0;
2360 right: 0;
2361 height: 27px;
2362 -webkit-transition: all .2s ease-in-out;
2363 -o-transition: all .2s ease-in-out;
2364 transition: all .2s ease-in-out; }
2365 .elementor-control-media__tools > *:not(:first-child) {
2366 margin-left: 1px; }
2367
2368 .elementor-control-media__tool {
2369 display: -webkit-box;
2370 display: -ms-flexbox;
2371 display: flex;
2372 -webkit-box-align: center;
2373 -ms-flex-align: center;
2374 align-items: center;
2375 -webkit-box-pack: center;
2376 -ms-flex-pack: center;
2377 justify-content: center;
2378 -webkit-box-flex: 1;
2379 -ms-flex-positive: 1;
2380 flex-grow: 1;
2381 color: #fff;
2382 background-color: rgba(109, 120, 130, 0.85);
2383 font-size: 11px;
2384 -webkit-transition: background .3s;
2385 -o-transition: background .3s;
2386 transition: background .3s; }
2387 .elementor-control-media__tool:hover {
2388 background-color: rgba(109, 120, 130, 0.95); }
2389
2390 .elementor-control-media__remove {
2391 display: -webkit-box;
2392 display: -ms-flexbox;
2393 display: flex;
2394 -webkit-box-align: center;
2395 -ms-flex-align: center;
2396 align-items: center;
2397 -webkit-box-pack: center;
2398 -ms-flex-pack: center;
2399 justify-content: center;
2400 -webkit-transition: all .3s ease-in-out;
2401 -o-transition: all .3s ease-in-out;
2402 transition: all .3s ease-in-out; }
2403
2404 .elementor-control-media__content__remove {
2405 position: absolute;
2406 z-index: 1;
2407 top: 10px;
2408 right: 10px;
2409 width: 20px;
2410 height: 20px;
2411 font-size: 11px;
2412 color: #a4afb7;
2413 background-color: rgba(255, 255, 255, 0.9);
2414 -webkit-border-radius: 3px;
2415 border-radius: 3px;
2416 -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
2417 box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); }
2418 .elementor-control-media__content__remove:hover {
2419 background-color: white;
2420 -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
2421 box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); }
2422
2423 .elementor-control-media.elementor-media-empty .elementor-control-file-area {
2424 display: none; }
2425
2426 .elementor-control-media__file {
2427 display: -webkit-box;
2428 display: -ms-flexbox;
2429 display: flex;
2430 -webkit-box-pack: justify;
2431 -ms-flex-pack: justify;
2432 justify-content: space-between;
2433 -webkit-box-align: center;
2434 -ms-flex-align: center;
2435 align-items: center;
2436 width: 100%;
2437 margin-top: 10px;
2438 border: 1px solid #d5dadf; }
2439 .elementor-control-media__file__content {
2440 padding-left: 5px;
2441 font-size: 12px; }
2442 .elementor-control-media__file__content__label {
2443 color: #a4afb7; }
2444 .elementor-control-media__file__content__info {
2445 display: -webkit-box;
2446 display: -ms-flexbox;
2447 display: flex;
2448 -webkit-box-align: center;
2449 -ms-flex-align: center;
2450 align-items: center;
2451 font-weight: 500; }
2452 .elementor-control-media__file__content__info__icon {
2453 margin-right: 5px; }
2454 .elementor-control-media__file__controls {
2455 display: -webkit-box;
2456 display: -ms-flexbox;
2457 display: flex;
2458 border-left: 1px solid #d5dadf; }
2459 .elementor-control-media__file__controls__upload-button, .elementor-control-media__file__controls__remove {
2460 width: 27px;
2461 height: 27px;
2462 cursor: pointer;
2463 -webkit-box-align: center;
2464 -ms-flex-align: center;
2465 align-items: center; }
2466 .elementor-control-media__file__controls__upload-button {
2467 display: -webkit-box;
2468 display: -ms-flexbox;
2469 display: flex;
2470 -webkit-box-pack: center;
2471 -ms-flex-pack: center;
2472 justify-content: center; }
2473 .elementor-control-media__file__controls__remove {
2474 border-right: 1px solid #d5dadf; }
2475
2476 .elementor-control-media:not(.elementor-media-empty) .elementor-control-media__file__content__label {
2477 display: none; }
2478
2479 .elementor-control-media.elementor-media-empty .elementor-control-media__file__content__info {
2480 display: none; }
2481
2482 .elementor-control-media.elementor-media-empty .elementor-control-media__file__controls__remove {
2483 display: none; }
2484
2485 .elementor-control-media .elementor-control-dynamic-switcher {
2486 border: none;
2487 -webkit-border-radius: 0;
2488 border-radius: 0;
2489 background-color: rgba(109, 120, 130, 0.85);
2490 color: #fff; }
2491 .elementor-control-media .elementor-control-dynamic-switcher:hover {
2492 background-color: rgba(109, 120, 130, 0.95); }
2493
2494 .elementor-control-type-media.elementor-control-dynamic-value .elementor-control-input-wrapper {
2495 border: none; }
2496
2497 .elementor-control-type-number.elementor-control-dynamic input {
2498 -webkit-border-radius: 3px 0 0 3px;
2499 border-radius: 3px 0 0 3px;
2500 border-right: none; }
2501
2502 .elementor-control-type-number.elementor-control-dynamic .elementor-control-dynamic-switcher {
2503 -webkit-border-radius: 0 3px 3px 0;
2504 border-radius: 0 3px 3px 0; }
2505
2506 .elementor-control-type-order .elementor-control-oreder-wrapper {
2507 display: -webkit-box;
2508 display: -ms-flexbox;
2509 display: flex; }
2510
2511 .elementor-control-type-order input {
2512 display: none; }
2513 .elementor-control-type-order input:checked + .elementor-control-order-label {
2514 -webkit-transform: scale(1, -1);
2515 -ms-transform: scale(1, -1);
2516 transform: scale(1, -1); }
2517
2518 .elementor-control-type-order select {
2519 -webkit-border-radius: 3px 0 0 3px;
2520 border-radius: 3px 0 0 3px; }
2521 .elementor-control-type-order select:not(:focus) ~ .elementor-control-order-label {
2522 border-color: #d5dadf; }
2523 .elementor-control-type-order select:focus ~ .elementor-control-order-label {
2524 border-color: #a4afb7; }
2525
2526 .elementor-control-type-order .elementor-control-order-label {
2527 position: relative;
2528 padding: 0;
2529 width: 40px;
2530 border: 1px solid;
2531 font-size: 10px;
2532 -webkit-border-radius: 0 3px 3px 0;
2533 border-radius: 0 3px 3px 0;
2534 margin-left: -3px;
2535 background-color: #fff;
2536 cursor: pointer; }
2537 .elementor-control-type-order .elementor-control-order-label i {
2538 position: absolute;
2539 top: 50%;
2540 left: 50%;
2541 -webkit-transform: translate(-50%, -50%);
2542 -ms-transform: translate(-50%, -50%);
2543 transform: translate(-50%, -50%); }
2544
2545 .elementor-control-type-popover_toggle input {
2546 display: none; }
2547
2548 .elementor-control-type-popover_toggle label {
2549 cursor: pointer; }
2550
2551 .elementor-control-type-popover_toggle .elementor-control-input-wrapper {
2552 direction: rtl; }
2553
2554 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:checked + .elementor-control-popover-toggle-toggle-label {
2555 color: #71d7f7; }
2556
2557 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:not(:checked) ~ .elementor-control-popover-toggle-reset-label {
2558 display: none; }
2559
2560 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label {
2561 color: #c2cbd2;
2562 margin-right: 5px; }
2563
2564 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle-label {
2565 height: 27px;
2566 display: -webkit-inline-box;
2567 display: -ms-inline-flexbox;
2568 display: inline-flex;
2569 -webkit-box-align: center;
2570 -ms-flex-align: center;
2571 align-items: center;
2572 -webkit-box-pack: center;
2573 -ms-flex-pack: center;
2574 justify-content: center;
2575 -webkit-border-radius: 3px;
2576 border-radius: 3px;
2577 border: 1px solid #d5dadf; }
2578
2579 .elementor-controls-popover.e-controls-popover--typography {
2580 padding-top: 0; }
2581
2582 .e-control-global .elementor-control-popover-toggle-toggle-label {
2583 -webkit-border-radius: 0 3px 3px 0;
2584 border-radius: 0 3px 3px 0;
2585 -ms-flex-negative: 0;
2586 flex-shrink: 0; }
2587
2588 .elementor-control-type-repeater .elementor-control:not(.elementor-control-type-tab) {
2589 padding-right: 10px;
2590 padding-left: 10px;
2591 padding-bottom: 10px; }
2592
2593 .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove {
2594 display: none; }
2595
2596 .elementor-control-type-repeater .elementor-repeater-fields {
2597 margin: 10px 0; }
2598
2599 .elementor-control-type-repeater .elementor-repeater-row-controls {
2600 border: 1px solid #d5dadf;
2601 border-top-width: 0;
2602 padding-top: 15px; }
2603 .elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable) {
2604 display: none; }
2605
2606 .elementor-control-type-repeater .elementor-repeater-row-tools {
2607 display: table;
2608 table-layout: fixed;
2609 width: 100%;
2610 color: #556068;
2611 background-color: #d5dadf;
2612 height: 40px;
2613 border-spacing: 1px;
2614 -webkit-transition: all .5s;
2615 -o-transition: all .5s;
2616 transition: all .5s; }
2617 .elementor-control-type-repeater .elementor-repeater-row-tools:hover {
2618 background-color: #a4afb7; }
2619 .elementor-control-type-repeater .elementor-repeater-row-tools > div {
2620 display: table-cell;
2621 text-align: center;
2622 vertical-align: middle;
2623 cursor: pointer; }
2624 .elementor-control-type-repeater .elementor-repeater-row-tools > div:not(.elementor-repeater-row-handle-sortable) {
2625 background-color: #fff; }
2626 .elementor-control-type-repeater .elementor-repeater-row-tools > div:hover {
2627 opacity: .95; }
2628 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title {
2629 text-align: left;
2630 padding: 0 10px;
2631 font-size: 12px;
2632 white-space: nowrap;
2633 -o-text-overflow: ellipsis;
2634 text-overflow: ellipsis;
2635 overflow: hidden; }
2636 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title .eicon,
2637 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title i,
2638 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title svg {
2639 margin-right: 5px; }
2640 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title img[src$="svg"] {
2641 width: 1em; }
2642 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool {
2643 width: 40px; }
2644 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable {
2645 cursor: move;
2646 width: 10px;
2647 color: #fff; }
2648
2649 .elementor-control-type-repeater .elementor-button-wrapper {
2650 text-align: center;
2651 padding-top: 5px; }
2652
2653 .elementor-control-type-section {
2654 margin-top: 10px;
2655 padding: 0; }
2656 .elementor-control-type-section.elementor-open {
2657 padding-bottom: 15px; }
2658 .elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before {
2659 display: none; }
2660
2661 .elementor-shadow-box .elementor-shadow-slider {
2662 margin-top: 10px; }
2663
2664 .elementor-shadow-box .elementor-color-picker-wrapper .elementor-control-title {
2665 -webkit-box-flex: 1;
2666 -ms-flex-positive: 1;
2667 flex-grow: 1; }
2668
2669 .elementor-control-type-slider.elementor-control-dynamic input {
2670 -webkit-border-radius: 3px 0 0 3px;
2671 border-radius: 3px 0 0 3px; }
2672
2673 .elementor-control-type-slider .elementor-control-unit-2 {
2674 width: 21%; }
2675
2676 .elementor-control-type-slider.elementor-control-type-slider--multiple .elementor-control-input-wrapper {
2677 display: block; }
2678
2679 .elementor-control-type-slider--multiple {
2680 padding-bottom: 40px; }
2681 .elementor-control-type-slider--multiple .elementor-slider {
2682 margin-top: 12px;
2683 width: 98%; }
2684
2685 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle {
2686 -webkit-border-radius: 0;
2687 border-radius: 0;
2688 width: 10px;
2689 -webkit-transform: translateY(calc(50% - 14px)) translateX(4px);
2690 -ms-transform: translateY(calc(50% - 14px)) translateX(4px);
2691 transform: translateY(calc(50% - 14px)) translateX(4px); }
2692 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
2693 content: '';
2694 position: absolute;
2695 top: 2px;
2696 height: 12px;
2697 width: 11px;
2698 -webkit-transform: rotate(45deg);
2699 -ms-transform: rotate(45deg);
2700 transform: rotate(45deg);
2701 background-color: #fff;
2702 -webkit-border-radius: 3px;
2703 border-radius: 3px; }
2704 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after {
2705 left: 5px;
2706 -webkit-box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.1);
2707 box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.1); }
2708 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after {
2709 right: 5px;
2710 -webkit-box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1);
2711 box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); }
2712
2713 .elementor-control-type-slider .elementor-control-dynamic-switcher {
2714 border-left-width: 0;
2715 -webkit-border-radius: 0 3px 3px 0;
2716 border-radius: 0 3px 3px 0; }
2717
2718 .elementor-control-type-slider .elementor-control-input-wrapper {
2719 display: -webkit-box;
2720 display: -ms-flexbox;
2721 display: flex;
2722 -webkit-box-align: center;
2723 -ms-flex-align: center;
2724 align-items: center; }
2725
2726 .elementor-control-type-slider .elementor-dynamic-cover {
2727 margin-top: 10px; }
2728
2729 .elementor-slider {
2730 -webkit-box-flex: 1;
2731 -ms-flex-positive: 1;
2732 flex-grow: 1;
2733 height: 4px;
2734 background-color: #d5dadf;
2735 -webkit-border-radius: 5px;
2736 border-radius: 5px;
2737 position: relative;
2738 cursor: pointer; }
2739 .elementor-slider-input {
2740 width: 21%;
2741 min-width: 54px;
2742 margin-left: 12px; }
2743 .elementor-slider__extra {
2744 position: relative; }
2745 .elementor-slider__labels {
2746 display: -webkit-box;
2747 display: -ms-flexbox;
2748 display: flex;
2749 -webkit-box-pack: justify;
2750 -ms-flex-pack: justify;
2751 justify-content: space-between; }
2752 .elementor-slider__label {
2753 font-size: 9px;
2754 color: #c2cbd2; }
2755 .elementor-slider__scales {
2756 position: absolute;
2757 display: -webkit-box;
2758 display: -ms-flexbox;
2759 display: flex;
2760 -webkit-box-pack: space-evenly;
2761 -ms-flex-pack: space-evenly;
2762 justify-content: space-evenly;
2763 width: 100%;
2764 margin-top: 4px; }
2765 .elementor-slider__scale {
2766 width: 1px;
2767 height: 21px;
2768 background-color: #a4afb7; }
2769 .elementor-slider .noUi-handle {
2770 height: 16px;
2771 width: 16px;
2772 background-color: #fff;
2773 right: 0;
2774 -webkit-transform: translateY(calc(50% - 14px)) translateX(8px);
2775 -ms-transform: translateY(calc(50% - 14px)) translateX(8px);
2776 transform: translateY(calc(50% - 14px)) translateX(8px);
2777 position: absolute;
2778 -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
2779 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
2780 -webkit-border-radius: 50%;
2781 border-radius: 50%; }
2782 .elementor-slider .noUi-connects {
2783 position: absolute;
2784 width: 100%;
2785 height: 4px; }
2786 .elementor-slider .noUi-connect {
2787 position: absolute;
2788 z-index: 0;
2789 top: 0;
2790 left: 0;
2791 height: 100%;
2792 width: 100%;
2793 will-change: transform;
2794 -webkit-transform-origin: 0 0;
2795 -ms-transform-origin: 0 0;
2796 transform-origin: 0 0;
2797 background-color: #a4afb7; }
2798 .elementor-slider .noUi-tooltip {
2799 position: absolute;
2800 top: calc(100% + 5px);
2801 left: calc(50% - 4px);
2802 -webkit-transform: translateX(-50%);
2803 -ms-transform: translateX(-50%);
2804 transform: translateX(-50%);
2805 font-size: 10px; }
2806
2807 .elementor-control-type-structure .elementor-control-field {
2808 display: initial; }
2809
2810 .elementor-control-type-structure .elementor-control-structure-preset {
2811 padding: 3px;
2812 -webkit-border-radius: 3px;
2813 border-radius: 3px;
2814 display: inline-block;
2815 cursor: pointer;
2816 height: 50px; }
2817 .elementor-control-type-structure .elementor-control-structure-preset svg {
2818 height: 100%; }
2819 .elementor-control-type-structure .elementor-control-structure-preset path {
2820 fill: #e6e9ec; }
2821
2822 .elementor-control-type-structure .elementor-control-structure-reset {
2823 padding: 15px 20px 0;
2824 font-size: 11px;
2825 cursor: pointer;
2826 color: #a4afb7;
2827 border-top: 1px solid #e6e9ec;
2828 margin: 0 -20px; }
2829
2830 .elementor-control-type-structure .elementor-control-structure-title {
2831 margin: 10px -20px 0; }
2832 .elementor-control-type-structure .elementor-control-structure-title:before {
2833 height: 10px;
2834 -webkit-box-shadow: inset 0 2px 4px rgba(127, 127, 127, 0.1);
2835 box-shadow: inset 0 2px 4px rgba(127, 127, 127, 0.1); }
2836
2837 .elementor-control-type-structure .elementor-control-structure-presets {
2838 display: -webkit-box;
2839 display: -ms-flexbox;
2840 display: flex;
2841 -ms-flex-wrap: wrap;
2842 flex-wrap: wrap;
2843 -webkit-box-pack: justify;
2844 -ms-flex-pack: justify;
2845 justify-content: space-between; }
2846 .elementor-control-type-structure .elementor-control-structure-presets input {
2847 display: none; }
2848 .elementor-control-type-structure .elementor-control-structure-presets input:checked + .elementor-control-structure-preset path {
2849 fill: #a4afb7; }
2850
2851 .elementor-control-type-structure .elementor-control-structure-preset-wrapper {
2852 margin-bottom: 15px; }
2853
2854 .elementor-control-type-structure .elementor-control-structure-preset-title {
2855 text-align: center;
2856 padding-top: 5px;
2857 font-style: italic;
2858 font-size: 11px;
2859 color: #a4afb7; }
2860
2861 .elementor-control-type-switcher .elementor-control-input-wrapper {
2862 text-align: right; }
2863
2864 .elementor-control-type-switcher .elementor-switch {
2865 position: relative;
2866 display: inline-block;
2867 vertical-align: top;
2868 height: 20px;
2869 background-color: white;
2870 -webkit-border-radius: 18px;
2871 border-radius: 18px;
2872 cursor: pointer; }
2873
2874 .elementor-control-type-switcher .elementor-switch-input {
2875 display: none; }
2876
2877 .elementor-control-type-switcher .elementor-switch-label {
2878 position: relative;
2879 display: block;
2880 height: inherit;
2881 font-size: 7px;
2882 text-transform: uppercase;
2883 background: #eceeef;
2884 -webkit-border-radius: inherit;
2885 border-radius: inherit;
2886 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
2887 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
2888 -webkit-transition: 0.15s ease-out;
2889 -o-transition: 0.15s ease-out;
2890 transition: 0.15s ease-out;
2891 -webkit-transition-property: opacity, background;
2892 -o-transition-property: opacity, background;
2893 transition-property: opacity, background; }
2894
2895 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
2896 position: absolute;
2897 top: 0;
2898 width: 50%;
2899 text-align: center;
2900 line-height: 20px;
2901 -webkit-transition: inherit;
2902 -o-transition: inherit;
2903 transition: inherit; }
2904
2905 .elementor-control-type-switcher .elementor-switch-label:before {
2906 content: attr(data-off);
2907 right: 3px;
2908 color: #a4afb7;
2909 text-shadow: 0 1px rgba(255, 255, 255, 0.5); }
2910
2911 .elementor-control-type-switcher .elementor-switch-label:after {
2912 content: attr(data-on);
2913 left: 3px;
2914 color: white;
2915 text-shadow: 0 1px rgba(0, 0, 0, 0.2);
2916 opacity: 0; }
2917
2918 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
2919 background: #71d7f7;
2920 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
2921 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); }
2922 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:before {
2923 opacity: 0; }
2924 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:after {
2925 opacity: 1; }
2926
2927 .elementor-control-type-switcher .elementor-switch-handle {
2928 position: absolute;
2929 top: 1px;
2930 left: 1px;
2931 width: 18px;
2932 height: 18px;
2933 background: white;
2934 -webkit-border-radius: 10px;
2935 border-radius: 10px;
2936 -webkit-transition: left 0.15s ease-out;
2937 -o-transition: left 0.15s ease-out;
2938 transition: left 0.15s ease-out; }
2939
2940 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
2941 left: initial;
2942 right: 1px;
2943 -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
2944 box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); }
2945
2946 .elementor-control-type-tabs {
2947 font-size: 0.8em;
2948 text-transform: uppercase;
2949 display: -webkit-box;
2950 display: -ms-flexbox;
2951 display: flex; }
2952
2953 .elementor-control-type-tab {
2954 text-align: center;
2955 width: 100%;
2956 padding: 0;
2957 line-height: 25px;
2958 border-top: 1px solid #d5dadf;
2959 border-bottom: 1px solid #d5dadf;
2960 border-right: 1px solid #d5dadf;
2961 cursor: pointer; }
2962 .elementor-control-type-tab:first-child {
2963 border-left: 1px solid #d5dadf;
2964 -webkit-border-top-left-radius: 3px;
2965 border-top-left-radius: 3px;
2966 -webkit-border-bottom-left-radius: 3px;
2967 border-bottom-left-radius: 3px; }
2968 .elementor-control-type-tab:last-child {
2969 -webkit-border-top-right-radius: 3px;
2970 border-top-right-radius: 3px;
2971 -webkit-border-bottom-right-radius: 3px;
2972 border-bottom-right-radius: 3px; }
2973 .elementor-control-type-tab.elementor-tab-active {
2974 background-color: #a4afb7;
2975 border-color: #a4afb7;
2976 color: #ffffff; }
2977
2978 .elementor-tab-close {
2979 display: none !important; }
2980
2981 .elementor-control-type-textarea.elementor-control-dynamic-value .elementor-control-dynamic-switcher {
2982 -webkit-border-radius: 0 3px 3px 0;
2983 border-radius: 0 3px 3px 0;
2984 border-left-width: 0; }
2985
2986 .elementor-control-type-textarea .elementor-control-dynamic-switcher {
2987 -webkit-border-radius: 0px 3px;
2988 border-radius: 0px 3px; }
2989
2990 .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher {
2991 position: absolute;
2992 top: 0;
2993 right: 0; }
2994
2995 .elementor-control-type-textarea .elementor-control-input-wrapper {
2996 position: relative; }
2997
2998 .elementor-control-type-textarea textarea {
2999 display: block;
3000 font-family: inherit; }
3001 .elementor-control-type-textarea textarea:focus + .elementor-control-dynamic-switcher {
3002 display: none; }
3003
3004 .elementor-control-type-url.elementor-control-dynamic .elementor-input {
3005 -webkit-border-radius: 3px 0 0 3px;
3006 border-radius: 3px 0 0 3px; }
3007
3008 .elementor-control-type-url .elementor-control-field {
3009 position: relative; }
3010
3011 .elementor-control-type-url:not(.elementor-control-dynamic) .elementor-control-url-more, .elementor-control-type-url.elementor-control-dynamic-value .elementor-control-url-more {
3012 -webkit-border-radius: 0 3px 3px 0;
3013 border-radius: 0 3px 3px 0; }
3014
3015 .elementor-control-type-url .elementor-control-input-wrapper {
3016 display: -webkit-box;
3017 display: -ms-flexbox;
3018 display: flex;
3019 -webkit-box-orient: horizontal;
3020 -webkit-box-direction: normal;
3021 -ms-flex-direction: row;
3022 flex-direction: row; }
3023
3024 .elementor-control-type-url .elementor-control-url-more {
3025 display: -webkit-box;
3026 display: -ms-flexbox;
3027 display: flex;
3028 -webkit-box-align: center;
3029 -ms-flex-align: center;
3030 align-items: center;
3031 -webkit-box-pack: center;
3032 -ms-flex-pack: center;
3033 justify-content: center;
3034 -ms-flex-negative: 0;
3035 flex-shrink: 0;
3036 border: 1px solid #d5dadf;
3037 border-left: none;
3038 cursor: pointer; }
3039 .elementor-control-type-url .elementor-control-url-more i {
3040 font-size: 12px; }
3041 .elementor-control-type-url .elementor-control-url-more-options {
3042 display: none;
3043 padding-top: 10px; }
3044 .elementor-control-type-url .elementor-control-url-more-options .elementor-control-field-description {
3045 margin-top: 10px; }
3046
3047 .elementor-control-type-url .elementor-control-url-option {
3048 display: -webkit-box;
3049 display: -ms-flexbox;
3050 display: flex;
3051 -webkit-box-align: center;
3052 -ms-flex-align: center;
3053 align-items: center; }
3054 .elementor-control-type-url .elementor-control-url-option:not(:last-child) {
3055 padding-bottom: 10px; }
3056 .elementor-control-type-url .elementor-control-url-option input,
3057 .elementor-control-type-url .elementor-control-url-option label {
3058 cursor: pointer; }
3059 .elementor-control-type-url .elementor-control-url-option-input {
3060 margin: 0;
3061 padding: 0;
3062 -webkit-border-radius: 2px;
3063 border-radius: 2px;
3064 margin-right: 5px;
3065 -webkit-appearance: none;
3066 -moz-appearance: none;
3067 outline: none;
3068 content: none;
3069 height: 15px;
3070 width: 15px;
3071 border: 1px solid #d5dadf;
3072 display: -webkit-inline-box;
3073 display: -ms-inline-flexbox;
3074 display: inline-flex;
3075 -webkit-box-align: center;
3076 -ms-flex-align: center;
3077 align-items: center;
3078 -webkit-box-pack: center;
3079 -ms-flex-pack: center;
3080 justify-content: center; }
3081 .elementor-control-type-url .elementor-control-url-option-input:checked {
3082 background: #71d7f7;
3083 border: none; }
3084 .elementor-control-type-url .elementor-control-url-option-input:checked:before {
3085 display: block;
3086 content: "";
3087 width: 4px;
3088 height: 7px;
3089 border: solid white;
3090 border-width: 0 2px 2px 0;
3091 -webkit-transform: rotate(45deg);
3092 -ms-transform: rotate(45deg);
3093 transform: rotate(45deg); }
3094 .elementor-control-type-url .elementor-control-url-option label {
3095 font-size: 12px; }
3096
3097 .elementor-control-type-url .elementor-control-url-external-hide .elementor-control-url-more {
3098 display: none; }
3099
3100 .elementor-control-type-url .elementor-control-url-external-show .elementor-input,
3101 .elementor-control-type-url .elementor-control-url-external-show .elementor-dynamic-cover {
3102 -webkit-border-radius: 3px 0 0 3px;
3103 border-radius: 3px 0 0 3px; }
3104
3105 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
3106 display: none;
3107 position: absolute;
3108 top: 5px;
3109 right: 0px;
3110 width: 10px;
3111 height: 10px;
3112 font-size: 10px;
3113 color: #D4D4D4; }
3114
3115 .elementor-control-type-url .elementor-control-url__custom-attributes {
3116 margin-top: 5px; }
3117 .elementor-control-type-url .elementor-control-url__custom-attributes label {
3118 font-size: 12px; }
3119 .elementor-control-type-url .elementor-control-url__custom-attributes input {
3120 width: 100%;
3121 margin-top: 10px; }
3122
3123 .elementor-control-type-url .elementor-input {
3124 direction: ltr; }
3125 .elementor-control-type-url .elementor-input:not(:focus) + .elementor-control-url-more {
3126 border-color: #d5dadf; }
3127 .elementor-control-type-url .elementor-input:focus ~ div {
3128 border-color: #a4afb7; }
3129
3130 .elementor-control-type-url .elementor-control-dynamic-switcher {
3131 border-left: none;
3132 -webkit-border-radius: 0 3px 3px 0;
3133 border-radius: 0 3px 3px 0; }
3134
3135 .elementor-autocomplete-menu {
3136 position: absolute;
3137 background: #fff;
3138 color: #495157;
3139 border: 1px solid #a4afb7;
3140 margin: 0;
3141 list-style: none;
3142 padding: 4px 0;
3143 height: auto;
3144 width: 100%;
3145 min-width: 260px;
3146 max-width: 300px;
3147 max-height: 200px;
3148 overflow-y: auto;
3149 -webkit-border-radius: 3px;
3150 border-radius: 3px;
3151 -webkit-transition: all .3s ease-in-out;
3152 -o-transition: all .3s ease-in-out;
3153 transition: all .3s ease-in-out;
3154 cursor: default;
3155 z-index: 1; }
3156 .elementor-autocomplete-menu .ui-menu-item {
3157 display: -webkit-box;
3158 display: -ms-flexbox;
3159 display: flex;
3160 -webkit-box-pack: justify;
3161 -ms-flex-pack: justify;
3162 justify-content: space-between;
3163 -ms-flex-item-align: baseline;
3164 align-self: baseline;
3165 padding: 5px 8px;
3166 font-size: 12px;
3167 width: 100%;
3168 line-height: 1.2;
3169 cursor: pointer; }
3170 .elementor-autocomplete-menu .ui-menu-item.ui-state-hover, .elementor-autocomplete-menu .ui-menu-item.ui-state-active, .elementor-autocomplete-menu .ui-menu-item.ui-state-focus {
3171 background: #e6e9ec; }
3172 .elementor-autocomplete-menu .elementor-autocomplete-item-info {
3173 font-size: 10px;
3174 padding-top: 2px; }
3175
3176 .elementor-control-type-wp_widget .widget-inside {
3177 display: block; }
3178
3179 .elementor-control-type-wp_widget .quicktags-toolbar input {
3180 width: auto; }
3181
3182 .elementor-control-type-wysiwyg.elementor-rich-editing-disabled .wp-editor-container {
3183 margin-top: 10px; }
3184
3185 .elementor-control-type-wysiwyg * {
3186 -webkit-box-sizing: content-box;
3187 box-sizing: content-box; }
3188
3189 .elementor-control-type-wysiwyg .wp-editor-container {
3190 border: 1px solid #e6e9ec; }
3191
3192 .elementor-control-type-wysiwyg .wp-editor-tabs {
3193 border: 1px solid #d5dadf;
3194 border-bottom: none;
3195 -webkit-border-radius: 3px 3px 0 0;
3196 border-radius: 3px 3px 0 0; }
3197
3198 .elementor-control-type-wysiwyg #insert-media-button {
3199 height: initial;
3200 line-height: 24px;
3201 font-size: 10px;
3202 color: #6d7882;
3203 border-color: #d5dadf;
3204 background-color: #e6e9ec;
3205 min-height: initial; }
3206
3207 .elementor-control-type-wysiwyg .ed_button {
3208 height: 22px;
3209 width: initial; }
3210
3211 .elementor-control-type-wysiwyg .wp-media-buttons-icon {
3212 height: 14px;
3213 margin: 0; }
3214 .elementor-control-type-wysiwyg .wp-media-buttons-icon:before {
3215 font-size: 14px; }
3216
3217 .elementor-control-type-wysiwyg .wp-switch-editor {
3218 position: static;
3219 border: none;
3220 margin: 0;
3221 color: #6d7882;
3222 font-size: 10px;
3223 padding: 3px 9px 4px; }
3224
3225 .elementor-control-type-wysiwyg .switch-html {
3226 border: solid #d5dadf;
3227 border-width: 0 1px; }
3228
3229 .elementor-control-type-wysiwyg .html-active .switch-tmce {
3230 background-color: transparent; }
3231
3232 .elementor-control-type-wysiwyg .html-active .switch-html {
3233 background-color: #e6e9ec; }
3234
3235 .elementor-control-type-wysiwyg .tmce-active .switch-tmce {
3236 background-color: #e6e9ec; }
3237
3238 .elementor-control-type-wysiwyg .tmce-active .switch-html {
3239 background-color: transparent; }
3240
3241 .elementor-control-type-wysiwyg .mce-toolbar-grp, .elementor-control-type-wysiwyg .quicktags-toolbar {
3242 background-color: #e6e9ec; }
3243
3244 .elementor-control-type-wysiwyg .mce-toolbar-grp > div {
3245 padding: 0 3px; }
3246
3247 .elementor-control-type-wysiwyg .elementor-wp-editor {
3248 -webkit-box-sizing: border-box;
3249 box-sizing: border-box; }
3250
3251 .elementor-control-type-wysiwyg .mce-ico {
3252 color: #6d7882;
3253 font-size: 16px; }
3254
3255 .elementor-control-type-wysiwyg .mce-btn {
3256 margin-right: 0;
3257 margin-left: 0; }
3258 .elementor-control-type-wysiwyg .mce-btn:hover, .elementor-control-type-wysiwyg .mce-btn:active, .elementor-control-type-wysiwyg .mce-btn.mce-active {
3259 border-color: #d5dadf; }
3260
3261 .elementor-control-type-wysiwyg .mce-path {
3262 padding: 5px 10px; }
3263
3264 .elementor-control-type-wysiwyg .mce-path-item {
3265 font-size: 12px;
3266 color: #6d7882; }
3267
3268 .elementor-control-type-wysiwyg .elementor-control-dynamic-switcher {
3269 border: none; }
3270
3271 .elementor-control-type-text .elementor-control-dynamic-switcher {
3272 border-left-width: 0;
3273 -webkit-border-radius: 0 3px 3px 0;
3274 border-radius: 0 3px 3px 0; }
3275
3276 .elementor-control-type-text.elementor-control-dynamic input {
3277 -webkit-border-radius: 3px 0 0 3px;
3278 border-radius: 3px 0 0 3px; }
3279
3280 #elementor-mode-switcher {
3281 position: absolute;
3282 left: 100%;
3283 top: 50%;
3284 width: 15px;
3285 height: 50px;
3286 -webkit-transform: translateY(-50%);
3287 -ms-transform: translateY(-50%);
3288 transform: translateY(-50%);
3289 background-color: #e6e9ec;
3290 font-size: 15px;
3291 -webkit-box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.1);
3292 box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.1);
3293 cursor: pointer; }
3294 #elementor-mode-switcher:hover {
3295 background-color: #93003c;
3296 color: #FFFFFF; }
3297
3298 #elementor-mode-switcher-inner, #elementor-mode-switcher-preview {
3299 width: 100%;
3300 height: 100%;
3301 position: absolute;
3302 top: 0;
3303 left: 0; }
3304
3305 #elementor-mode-switcher-preview {
3306 cursor: pointer; }
3307 #elementor-mode-switcher-preview .eicon {
3308 position: absolute;
3309 top: 50%;
3310 left: 50%;
3311 -webkit-transform: translate(-50%, -50%);
3312 -ms-transform: translate(-50%, -50%);
3313 transform: translate(-50%, -50%); }
3314
3315 #elementor-mode-switcher-preview-input {
3316 display: none; }
3317
3318 .elementor-revision-item__wrapper {
3319 display: -webkit-box;
3320 display: -ms-flexbox;
3321 display: flex;
3322 -webkit-box-align: center;
3323 -ms-flex-align: center;
3324 align-items: center;
3325 border: 1px solid #d5dadf;
3326 padding: 10px 15px;
3327 margin-bottom: 10px;
3328 font-size: 11px;
3329 -webkit-transition: all 0.3s;
3330 -o-transition: all 0.3s;
3331 transition: all 0.3s; }
3332 .elementor-revision-item__wrapper.current {
3333 font-weight: bold; }
3334 .elementor-revision-item__wrapper .elementor-revision-item__tools-current {
3335 color: #71d7f7; }
3336
3337 .elementor-revision-item:hover:not(.elementor-revision-current-preview) {
3338 background-color: rgba(230, 233, 236, 0.3); }
3339
3340 .elementor-revision-item-loading .elementor-revision-item__tools-current {
3341 display: none; }
3342
3343 .elementor-revision-item:not(.elementor-revision-item-loading) .elementor-revision-item__tools-spinner {
3344 display: none; }
3345
3346 .elementor-revision-item__gravatar {
3347 -webkit-border-radius: 50%;
3348 border-radius: 50%;
3349 overflow: hidden; }
3350 .elementor-revision-item__gravatar img {
3351 display: block; }
3352
3353 .elementor-revision-item__details {
3354 padding-left: 15px;
3355 -webkit-box-flex: 1;
3356 -ms-flex-positive: 1;
3357 flex-grow: 1;
3358 cursor: pointer; }
3359
3360 .elementor-revision-meta {
3361 padding-top: 5px;
3362 font-size: 10px;
3363 font-weight: bold; }
3364
3365 .elementor-revision-current-preview {
3366 background-color: #e6e9ec; }
3367
3368 #elementor-restore-autosave-dialog.dialog-widget {
3369 background-color: rgba(0, 0, 0, 0.3); }
3370
3371 #elementor-panel-revisions-loading {
3372 position: absolute;
3373 top: 50%;
3374 left: 50%;
3375 -webkit-transform: translate(-50%, -50%);
3376 -ms-transform: translate(-50%, -50%);
3377 transform: translate(-50%, -50%); }
3378 #elementor-panel-revisions-loading .eicon-loading {
3379 font-size: 50px;
3380 color: #a4afb7; }
3381
3382 .elementor-history-item {
3383 display: -webkit-box;
3384 display: -ms-flexbox;
3385 display: flex;
3386 -webkit-box-align: center;
3387 -ms-flex-align: center;
3388 align-items: center;
3389 border: 1px solid #d5dadf;
3390 padding: 10px 15px;
3391 margin-bottom: 10px;
3392 font-size: 11px;
3393 line-height: 1.4;
3394 cursor: pointer;
3395 -webkit-transition: all 0.3s;
3396 -o-transition: all 0.3s;
3397 transition: all 0.3s; }
3398 .elementor-history-item:hover {
3399 background-color: rgba(230, 233, 236, 0.3); }
3400 .elementor-history-item:hover .elementor-history-item__icon .eicon:before {
3401 content: '\e924'; }
3402 .elementor-history-item-applied {
3403 color: #a4afb7; }
3404 .elementor-history-item-current {
3405 background: #e6e9ec;
3406 cursor: default; }
3407 .elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before {
3408 content: '\e90e'; }
3409 .elementor-history-item__details {
3410 width: 95%; }
3411 .elementor-history-item__title {
3412 font-weight: bold; }
3413 .elementor-history-item__subtitle, .elementor-history-item__action {
3414 font-weight: lighter; }
3415 .elementor-history-item__action {
3416 font-style: italic;
3417 text-decoration: underline; }
3418 .elementor-history-item .__icon {
3419 float: right; }
3420
3421 .elementor-history-revisions-message {
3422 font-size: 11px;
3423 text-align: center;
3424 padding-top: 5px; }
3425
3426 #elementor-panel-history {
3427 padding: 20px 20px 15px; }
3428 #elementor-panel-history.elementor-empty .elementor-history-revisions-message {
3429 padding-top: 20px; }
3430 #elementor-panel-history:not(.elementor-empty) {
3431 background-color: #fff;
3432 margin-top: 10px; }
3433
3434 #elementor-panel-history-no-items,
3435 #elementor-panel-revisions-no-revisions {
3436 text-align: center; }
3437 #elementor-panel-history-no-items .elementor-nerd-box-icon,
3438 #elementor-panel-revisions-no-revisions .elementor-nerd-box-icon {
3439 margin-top: 20px; }
3440
3441 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close,
3442 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back {
3443 display: none; }
3444
3445 .elementor-editor-kit .elementor-panel #elementor-panel-header {
3446 background-color: #4ab7f4; }
3447 .elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close,
3448 .elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back {
3449 display: table-cell; }
3450 body:not(.e-routes-has-history) #elementor-panel-header-kit-back {
3451 pointer-events: none;
3452 opacity: 0.4; }
3453 body:not(.e-routes-has-history) #elementor-panel-header-kit-back:hover .elementor-icon {
3454 cursor: inherit;
3455 color: inherit; }
3456
3457 .elementor-editor-kit .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active {
3458 border-bottom-color: #4ab7f4; }
3459
3460 .elementor-editor-kit .elementor-panel #elementor-panel-page-settings .elementor-panel-navigation {
3461 display: none; }
3462
3463 .elementor-editor-kit .elementor-panel #elementor-panel-saver-button-publish.elementor-button.elementor-button-success:not(.elementor-disabled),
3464 .elementor-editor-kit .elementor-panel #elementor-panel-saver-button-save-options.elementor-button.elementor-button-success:not(.elementor-disabled) {
3465 background-color: #4ab7f4; }
3466
3467 .elementor-editor-kit .elementor-panel #elementor-panel-page-menu {
3468 padding: 25px 15px 0; }
3469
3470 .elementor-editor-kit #elementor-panel-header-add-button,
3471 .elementor-editor-kit #elementor-panel-header-menu-button,
3472 .elementor-editor-kit #elementor-panel-footer-sub-menu-item-save-template,
3473 .elementor-editor-kit #elementor-panel-footer-navigator {
3474 display: none; }
3475
3476 .elementor-control-type-global-style-repeater .elementor-repeater-fields {
3477 margin-bottom: 15px;
3478 position: relative; }
3479
3480 .elementor-control-type-global-style-repeater .elementor-repeater-row-controls {
3481 display: -webkit-box;
3482 display: -ms-flexbox;
3483 display: flex;
3484 -webkit-box-align: center;
3485 -ms-flex-align: center;
3486 align-items: center; }
3487
3488 .elementor-control-type-global-style-repeater .elementor-repeater-row-tool {
3489 cursor: pointer;
3490 color: #d5dadf;
3491 padding: 5px; }
3492
3493 .elementor-control-type-global-style-repeater .elementor-control {
3494 padding: 0; }
3495 .elementor-control-type-global-style-repeater .elementor-control-title {
3496 -webkit-box-flex: 1;
3497 -ms-flex-positive: 1;
3498 flex-grow: 1; }
3499 .elementor-control-type-global-style-repeater .elementor-control-title input {
3500 max-width: 135px; }
3501 .elementor-control-type-global-style-repeater .elementor-control-title input:not(:focus) {
3502 background: none;
3503 border: none; }
3504 .elementor-control-type-global-style-repeater .elementor-control-input-wrapper {
3505 display: -webkit-box;
3506 display: -ms-flexbox;
3507 display: flex;
3508 -webkit-box-align: center;
3509 -ms-flex-align: center;
3510 align-items: center;
3511 min-width: 81px; }
3512 .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:hover .e-global-colors__color-value {
3513 display: none; }
3514 .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-remove,
3515 .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-remove--disabled {
3516 display: none; }
3517
3518 .elementor-control-type-global-style-repeater .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
3519 margin-top: 0; }
3520
3521 .elementor-control-type-global-style-repeater .elementor-controls-popover {
3522 -ms-flex-item-align: end;
3523 align-self: end;
3524 margin-top: 35px;
3525 top: 0;
3526 width: 100%; }
3527 .elementor-control-type-global-style-repeater .elementor-controls-popover:before {
3528 right: 5px; }
3529 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control {
3530 padding: 0 20px 15px; }
3531 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control-title {
3532 -webkit-box-flex: initial;
3533 -ms-flex-positive: initial;
3534 flex-grow: initial; }
3535
3536 .elementor-control-type-global-style-repeater .elementor-button-wrapper {
3537 text-align: center;
3538 border-top: 1px solid #e6e9ec;
3539 max-width: 260px;
3540 padding-top: 15px; }
3541
3542 .elementor-control-type-global-style-repeater .pickr,
3543 .elementor-control-type-global-style-repeater .elementor-control-popover-toggle-toggle-label {
3544 margin-left: 5px; }
3545
3546 .elementor-control-system_colors, .elementor-control-system_typography {
3547 padding-bottom: 0; }
3548
3549 .e-global-colors__color-value {
3550 color: #d5dadf;
3551 font-size: 10px;
3552 padding: 0 5px;
3553 text-align: right;
3554 white-space: nowrap;
3555 -o-text-overflow: ellipsis;
3556 text-overflow: ellipsis;
3557 overflow: hidden; }
3558
3559 @-webkit-keyframes load {
3560 0% {
3561 opacity: .3; }
3562 50% {
3563 opacity: 1; }
3564 100% {
3565 opacity: .3; } }
3566
3567 @keyframes load {
3568 0% {
3569 opacity: .3; }
3570 50% {
3571 opacity: 1; }
3572 100% {
3573 opacity: .3; } }
3574
3575 @-webkit-keyframes fadeIn {
3576 from {
3577 opacity: 0; }
3578 to {
3579 opacity: 1; } }
3580
3581 @keyframes fadeIn {
3582 from {
3583 opacity: 0; }
3584 to {
3585 opacity: 1; } }
3586
3587 @-webkit-keyframes mover {
3588 0% {
3589 -webkit-transform: translateY(0);
3590 transform: translateY(0); }
3591 100% {
3592 -webkit-transform: translateY(-5px);
3593 transform: translateY(-5px); } }
3594
3595 @keyframes mover {
3596 0% {
3597 -webkit-transform: translateY(0);
3598 transform: translateY(0); }
3599 100% {
3600 -webkit-transform: translateY(-5px);
3601 transform: translateY(-5px); } }
3602
3603 @-webkit-keyframes slideDown {
3604 0% {
3605 -webkit-transform: translateY(-30px);
3606 transform: translateY(-30px); }
3607 100% {
3608 -webkit-transform: translateY(0);
3609 transform: translateY(0); } }
3610
3611 @keyframes slideDown {
3612 0% {
3613 -webkit-transform: translateY(-30px);
3614 transform: translateY(-30px); }
3615 100% {
3616 -webkit-transform: translateY(0);
3617 transform: translateY(0); } }
3618
3619 #elementor-preview {
3620 background-color: #333;
3621 position: absolute;
3622 height: 100%;
3623 top: 0;
3624 right: 0;
3625 border: 0; }
3626 .elementor-device-desktop #elementor-preview {
3627 overflow-y: hidden; }
3628 body:not(.elementor-device-desktop) #elementor-preview {
3629 overflow-y: auto; }
3630
3631 #elementor-preview-responsive-wrapper {
3632 position: absolute;
3633 top: 0;
3634 bottom: 0;
3635 left: 0;
3636 right: 0;
3637 -webkit-transition: all .5s ease 0s;
3638 -o-transition: all .5s ease 0s;
3639 transition: all .5s ease 0s; }
3640 .elementor-device-desktop #elementor-preview-responsive-wrapper {
3641 min-width: 1025px;
3642 margin: 0 auto;
3643 width: 100%;
3644 height: 100%; }
3645 .elementor-device-tablet #elementor-preview-responsive-wrapper {
3646 width: 768px;
3647 height: 1025px;
3648 padding: 40px 10px 70px; }
3649 .elementor-device-mobile #elementor-preview-responsive-wrapper {
3650 width: 360px;
3651 height: 640px;
3652 padding: 40px 10px 70px; }
3653 body:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper {
3654 -webkit-border-radius: 30px;
3655 border-radius: 30px;
3656 background-color: #111;
3657 margin: 30px auto 80px;
3658 -webkit-box-sizing: content-box;
3659 box-sizing: content-box; }
3660
3661 #elementor-preview-iframe {
3662 width: 100%;
3663 height: 100%;
3664 background-color: #fff; }
3665
3666 .tipsy {
3667 font-size: 10px;
3668 position: absolute;
3669 padding: 5px;
3670 z-index: 100000; }
3671
3672 .tipsy-inner {
3673 background-color: #000;
3674 color: #FFF;
3675 max-width: 200px;
3676 padding: 6px 12px 6px;
3677 text-align: center;
3678 -webkit-border-radius: 3px;
3679 border-radius: 3px;
3680 -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
3681 box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
3682
3683 .tipsy-arrow {
3684 position: absolute;
3685 width: 0;
3686 height: 0;
3687 line-height: 0;
3688 border: 5px dashed #000; }
3689
3690 .tipsy-arrow-n {
3691 border-bottom-color: #000; }
3692
3693 .tipsy-arrow-s {
3694 border-top-color: #000; }
3695
3696 .tipsy-arrow-e {
3697 border-left-color: #000; }
3698
3699 .tipsy-arrow-w {
3700 border-right-color: #000; }
3701
3702 .tipsy-n .tipsy-arrow, .tipsy-nw .tipsy-arrow {
3703 border-left-color: transparent;
3704 border-right-color: transparent;
3705 top: 0;
3706 border-bottom-style: solid;
3707 border-top: none; }
3708
3709 .tipsy-n .tipsy-arrow {
3710 left: 50%;
3711 margin-left: -5px; }
3712
3713 .tipsy-nw .tipsy-arrow {
3714 left: 10px; }
3715
3716 .tipsy-ne .tipsy-arrow {
3717 top: 0;
3718 right: 10px;
3719 border-bottom-style: solid;
3720 border-top: none;
3721 border-left-color: transparent;
3722 border-right-color: transparent; }
3723
3724 .tipsy-s .tipsy-arrow, .tipsy-se .tipsy-arrow, .tipsy-sw .tipsy-arrow {
3725 bottom: 0;
3726 border-top-style: solid;
3727 border-bottom: none;
3728 border-left-color: transparent;
3729 border-right-color: transparent; }
3730
3731 .tipsy-s .tipsy-arrow {
3732 left: 50%;
3733 margin-left: -5px; }
3734
3735 .tipsy-sw .tipsy-arrow {
3736 left: 10px; }
3737
3738 .tipsy-se .tipsy-arrow {
3739 right: 10px; }
3740
3741 .tipsy-e .tipsy-arrow, .tipsy-w .tipsy-arrow {
3742 top: 50%;
3743 margin-top: -5px;
3744 border-top-color: transparent;
3745 border-bottom-color: transparent; }
3746
3747 .tipsy-e .tipsy-arrow {
3748 right: 0;
3749 border-left-style: solid;
3750 border-right: none; }
3751
3752 .tipsy-w .tipsy-arrow {
3753 left: 0;
3754 border-right-style: solid;
3755 border-left: none; }
3756
3757 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
3758 font-style: normal;
3759 text-decoration: underline;
3760 color: #39b54a; }
3761 #elementor-template-library-modal a.elementor-template-library-blank-footer-link:hover {
3762 color: #2d8e3a; }
3763
3764 #elementor-template-library-modal .dialog-buttons-wrapper {
3765 display: none; }
3766
3767 #elementor-template-library-modal .select2-container {
3768 z-index: 0; }
3769
3770 #elementor-template-library-header-menu {
3771 text-align: center;
3772 color: #6d7882;
3773 font-size: 13px; }
3774
3775 .elementor-template-library-menu-item {
3776 display: inline-block;
3777 padding: 17px 0;
3778 width: 115px;
3779 cursor: pointer; }
3780 .elementor-template-library-menu-item.elementor-active {
3781 background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f5), to(#fff));
3782 background-image: -webkit-linear-gradient(top, #f1f3f5, #fff);
3783 background-image: -o-linear-gradient(top, #f1f3f5, #fff);
3784 background-image: linear-gradient(to bottom, #f1f3f5, #fff);
3785 border-bottom: 3px solid #93003c; }
3786
3787 #elementor-template-library-header-actions {
3788 display: -webkit-box;
3789 display: -ms-flexbox;
3790 display: flex; }
3791 #elementor-template-library-header-actions > div {
3792 padding-right: 16px; }
3793
3794 #elementor-template-library-header-preview-insert-wrapper {
3795 cursor: default;
3796 padding: 0 10px; }
3797 #elementor-template-library-header-preview-insert-wrapper .elementor-button {
3798 padding: 8px 14px;
3799 font-size: 11px; }
3800 #elementor-template-library-header-preview-insert-wrapper .elementor-template-library-template-insert {
3801 color: #fff;
3802 background-color: #39b54a; }
3803 #elementor-template-library-header-preview-insert-wrapper .elementor-go-pro {
3804 background-color: #93003c;
3805 color: #fff; }
3806
3807 #elementor-template-library-header-preview-back {
3808 padding: 16.5px 16.5px 15px 0;
3809 border-right: 1px solid #e6e9ec;
3810 cursor: pointer;
3811 -webkit-transition: color .5s;
3812 -o-transition: color .5s;
3813 transition: color .5s; }
3814 #elementor-template-library-header-preview-back:not(:hover) {
3815 color: #a4afb7; }
3816 #elementor-template-library-header-preview-back i {
3817 padding-right: 10px;
3818 font-size: 18px; }
3819 #elementor-template-library-header-preview-back i:before {
3820 content: ""; }
3821
3822 #elementor-template-library-templates {
3823 padding: 0 15px; }
3824 #elementor-template-library-templates[data-template-source="local"] #elementor-template-library-templates-container {
3825 -webkit-box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.03);
3826 box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.03);
3827 margin-top: 10px;
3828 margin-bottom: 45px; }
3829 #elementor-template-library-templates[data-template-source="local"] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
3830 color: #6d7882; }
3831 #elementor-template-library-templates[data-template-source="remote"] #elementor-template-library-templates-container {
3832 margin: 10px -15px 0; }
3833 #elementor-template-library-templates[data-template-source="remote"] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
3834 color: #495157; }
3835 #elementor-template-library-templates[data-template-source="empty"] #elementor-template-library-order-toolbar-local, #elementor-template-library-templates[data-template-source="empty"] #elementor-template-library-footer-banner {
3836 display: none; }
3837 #elementor-template-library-templates.elementor-templates-filter-active #elementor-template-library-footer-banner {
3838 display: none; }
3839 #elementor-template-library-templates .elementor-template-library-order-input {
3840 display: none; }
3841 #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
3842 padding-right: 8px; }
3843 #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label:after {
3844 font-family: eicons;
3845 content: '\e8ae';
3846 margin-left: 3px; }
3847 #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after {
3848 content: '\e8ad'; }
3849
3850 #elementor-template-library-templates-container {
3851 display: -webkit-box;
3852 display: -ms-flexbox;
3853 display: flex;
3854 -ms-flex-wrap: wrap;
3855 flex-wrap: wrap;
3856 -webkit-box-align: start;
3857 -ms-flex-align: start;
3858 align-items: flex-start; }
3859 #elementor-template-library-templates-container .elementor-template-library-template-local .elementor-template-library-template-insert {
3860 text-transform: none;
3861 font-size: 12px; }
3862
3863 #elementor-template-library-toolbar {
3864 display: -webkit-box;
3865 display: -ms-flexbox;
3866 display: flex;
3867 -webkit-box-pack: justify;
3868 -ms-flex-pack: justify;
3869 justify-content: space-between;
3870 -webkit-box-align: center;
3871 -ms-flex-align: center;
3872 align-items: center; }
3873
3874 .elementor-template-library-filter-toolbar {
3875 display: -webkit-box;
3876 display: -ms-flexbox;
3877 display: flex;
3878 -webkit-box-align: center;
3879 -ms-flex-align: center;
3880 align-items: center; }
3881
3882 #elementor-template-library-filter-toolbar-remote {
3883 font-size: 11px; }
3884
3885 #elementor-template-library-order {
3886 display: -webkit-box;
3887 display: -ms-flexbox;
3888 display: flex;
3889 border-right: 1px solid #d5dadf; }
3890
3891 .elementor-template-library-order-label {
3892 text-transform: uppercase;
3893 padding-right: 22px;
3894 -webkit-user-select: none;
3895 -moz-user-select: none;
3896 -ms-user-select: none;
3897 user-select: none; }
3898
3899 label.elementor-template-library-order-label {
3900 cursor: pointer; }
3901 label.elementor-template-library-order-label:hover {
3902 color: #556068; }
3903
3904 #elementor-template-library-filter .select2 {
3905 text-align: left;
3906 width: calc(27px * 5) !important; }
3907
3908 #elementor-template-library-filter .select2-selection__rendered {
3909 text-transform: capitalize; }
3910
3911 #select2-elementor-template-library-filter-subtype-results .select2-results__option {
3912 text-transform: capitalize;
3913 text-align: left;
3914 padding-left: 5px; }
3915
3916 #elementor-template-library-my-favorites {
3917 -webkit-box-flex: 1;
3918 -ms-flex-positive: 1;
3919 flex-grow: 1;
3920 text-align: left;
3921 padding-left: 20px; }
3922
3923 #elementor-template-library-filter-my-favorites {
3924 display: none; }
3925 #elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label {
3926 color: #495157; }
3927 #elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label i:after {
3928 color: #93003c;
3929 content: '\e93f'; }
3930
3931 #elementor-template-library-filter-my-favorites-label {
3932 cursor: pointer;
3933 text-transform: uppercase; }
3934 #elementor-template-library-filter-my-favorites-label:hover {
3935 color: #556068; }
3936 #elementor-template-library-filter-my-favorites-label:hover i:after {
3937 color: #93003c; }
3938 #elementor-template-library-filter-my-favorites-label i {
3939 padding-right: 5px; }
3940 #elementor-template-library-filter-my-favorites-label i:after {
3941 color: #a4afb7;
3942 content: '\e923'; }
3943
3944 #elementor-template-library-filter-text-wrapper {
3945 width: 200px;
3946 position: relative; }
3947 #elementor-template-library-filter-text-wrapper i {
3948 position: absolute;
3949 top: 50%;
3950 right: 0;
3951 -webkit-transform: translateY(-50%);
3952 -ms-transform: translateY(-50%);
3953 transform: translateY(-50%); }
3954
3955 #elementor-template-library-filter-text {
3956 border: none;
3957 border-bottom: 1px solid #d5dadf;
3958 -webkit-border-radius: 0;
3959 border-radius: 0;
3960 font-size: 11px;
3961 padding: 8px 15px 8px 0;
3962 -webkit-transition: border 0.5s;
3963 -o-transition: border 0.5s;
3964 transition: border 0.5s; }
3965 #elementor-template-library-filter-text:focus {
3966 border-color: #c2cbd2; }
3967 #elementor-template-library-filter-text::-webkit-input-placeholder {
3968 font-weight: 300;
3969 text-transform: uppercase; }
3970 #elementor-template-library-filter-text::-moz-placeholder {
3971 font-weight: 300;
3972 text-transform: uppercase; }
3973 #elementor-template-library-filter-text::-ms-input-placeholder {
3974 font-weight: 300;
3975 text-transform: uppercase; }
3976 #elementor-template-library-filter-text::placeholder {
3977 font-weight: 300;
3978 text-transform: uppercase; }
3979 #elementor-template-library-filter-text:focus {
3980 border-color: #c2cbd2; }
3981
3982 .elementor-template-library-template-remote {
3983 margin: 15px;
3984 padding: 8px;
3985 background-color: #fff;
3986 -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.07);
3987 box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.07);
3988 -webkit-border-radius: 3px;
3989 border-radius: 3px; }
3990 .elementor-template-library-template-remote:hover .elementor-template-library-template-name {
3991 display: none; }
3992 .elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview {
3993 opacity: 0; }
3994 .elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite,
3995 .elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action {
3996 display: none; }
3997 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
3998 position: absolute;
3999 content: 'pro';
4000 text-transform: uppercase;
4001 top: 5px;
4002 right: 5px;
4003 background-color: #93003c;
4004 color: #d5dadf;
4005 padding: 2px 4px 0;
4006 font-size: 9px;
4007 -webkit-border-radius: 2px;
4008 border-radius: 2px; }
4009 .elementor-template-library-template-remote:not(.elementor-template-library-template-page) {
4010 position: relative;
4011 width: calc(33.333% - 30px);
4012 overflow: hidden; }
4013 .elementor-template-library-template-remote:not(.elementor-template-library-template-page) img {
4014 display: block;
4015 width: 100%; }
4016 .elementor-template-library-template-remote:not(.elementor-template-library-template-page) .elementor-template-library-template-footer {
4017 position: absolute;
4018 width: 100%;
4019 bottom: 0;
4020 left: 0;
4021 padding: 10px;
4022 background-color: #fff;
4023 -webkit-transition: -webkit-transform .5s;
4024 transition: -webkit-transform .5s;
4025 -o-transition: transform .5s;
4026 transition: transform .5s;
4027 transition: transform .5s, -webkit-transform .5s; }
4028 .elementor-template-library-template-remote:not(.elementor-template-library-template-page) .elementor-template-library-template-name {
4029 display: none; }
4030 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(:hover) .elementor-template-library-template-footer {
4031 -webkit-transform: translateY(100%);
4032 -ms-transform: translateY(100%);
4033 transform: translateY(100%); }
4034 .elementor-template-library-template-remote .elementor-template-library-template-body {
4035 position: relative; }
4036 @media (max-width: 1025px) {
4037 .elementor-template-library-template-remote .elementor-template-library-template-body {
4038 height: 300px; } }
4039 .elementor-template-library-template-remote .elementor-template-library-template-screenshot {
4040 height: 100%;
4041 -webkit-background-size: cover;
4042 background-size: cover;
4043 background-position-x: 50%;
4044 -webkit-box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07);
4045 box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); }
4046 .elementor-template-library-template-remote .elementor-template-library-template-preview {
4047 position: absolute;
4048 top: 0;
4049 left: 0;
4050 width: 100%;
4051 height: 100%;
4052 background-color: rgba(0, 0, 0, 0.5);
4053 -webkit-transition: opacity .5s;
4054 -o-transition: opacity .5s;
4055 transition: opacity .5s;
4056 cursor: pointer; }
4057 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
4058 font-size: 20px;
4059 color: #d5dadf;
4060 position: absolute;
4061 top: 50%;
4062 left: 50%;
4063 -webkit-transform: translate(-50%, -50%);
4064 -ms-transform: translate(-50%, -50%);
4065 transform: translate(-50%, -50%); }
4066 .elementor-template-library-template-remote .elementor-template-library-template-insert {
4067 color: #39b54a; }
4068 .elementor-template-library-template-remote .elementor-go-pro {
4069 color: #93003c; }
4070 .elementor-template-library-template-remote .elementor-template-library-template-footer {
4071 display: -webkit-box;
4072 display: -ms-flexbox;
4073 display: flex;
4074 -webkit-box-pack: justify;
4075 -ms-flex-pack: justify;
4076 justify-content: space-between;
4077 margin-top: 10px;
4078 font-size: 11px;
4079 line-height: 1; }
4080 .elementor-template-library-template-remote .elementor-template-library-template-name {
4081 text-align: left;
4082 color: #6d7882;
4083 -webkit-box-flex: 1;
4084 -ms-flex-positive: 1;
4085 flex-grow: 1;
4086 white-space: nowrap;
4087 -o-text-overflow: ellipsis;
4088 text-overflow: ellipsis;
4089 overflow: hidden;
4090 padding-right: 5px; }
4091 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input {
4092 display: none; }
4093 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
4094 content: '\e93f';
4095 color: #93003c; }
4096 .elementor-template-library-template-remote .elementor-template-library-template-favorite-label {
4097 cursor: pointer; }
4098 .elementor-template-library-template-remote .elementor-template-library-template-favorite-label:hover i {
4099 color: #93003c; }
4100
4101 @media (max-width: 1439px) {
4102 .elementor-template-library-template-page {
4103 width: calc(25% - 30px); } }
4104
4105 @media (min-width: 1440px) {
4106 .elementor-template-library-template-page {
4107 width: calc(20% - 30px); } }
4108
4109 @media (max-width: 1025px) {
4110 .elementor-template-library-template-page {
4111 width: calc(33.333% - 30px); } }
4112
4113 .elementor-template-library-template-page .elementor-template-library-template-body {
4114 height: 200px; }
4115
4116 #elementor-template-library-order-toolbar-local,
4117 .elementor-template-library-template-local {
4118 display: -webkit-box;
4119 display: -ms-flexbox;
4120 display: flex;
4121 -webkit-box-align: center;
4122 -ms-flex-align: center;
4123 align-items: center;
4124 padding: 0 25px;
4125 text-align: left; }
4126
4127 #elementor-template-library-order-toolbar-local {
4128 margin-top: 30px; }
4129 #elementor-template-library-order-toolbar-local .elementor-template-library-order-label {
4130 line-height: 1;
4131 font-size: 10px;
4132 font-weight: 500; }
4133 #elementor-template-library-order-toolbar-local .elementor-template-library-order-label:not(:hover) {
4134 color: #a4afb7; }
4135
4136 .elementor-template-library-template-local {
4137 height: 50px;
4138 width: 100%;
4139 margin-top: 1px;
4140 background-color: #fff;
4141 -webkit-transition: background-color .3s linear;
4142 -o-transition: background-color .3s linear;
4143 transition: background-color .3s linear; }
4144 .elementor-template-library-template-local:hover {
4145 background-color: #fafbfb; }
4146 .elementor-template-library-template-local:not(:hover) .elementor-template-library-template-insert {
4147 background: none;
4148 color: #a4afb7; }
4149 .elementor-template-library-template-local:first-child {
4150 -webkit-border-radius: 3px 3px 0 0;
4151 border-radius: 3px 3px 0 0; }
4152 .elementor-template-library-template-local:last-child {
4153 -webkit-border-radius: 0 0 3px 3px;
4154 border-radius: 0 0 3px 3px; }
4155 .elementor-template-library-template-local .elementor-template-library-template-name {
4156 font-weight: 500; }
4157 .elementor-template-library-template-local .elementor-template-library-template-name,
4158 .elementor-template-library-template-local .elementor-template-library-template-meta {
4159 padding-right: 20px; }
4160 .elementor-template-library-template-local .elementor-template-library-template-meta {
4161 color: #a4afb7; }
4162 .elementor-template-library-template-local .elementor-template-library-template-name,
4163 .elementor-template-library-template-local .elementor-template-library-template-meta,
4164 .elementor-template-library-template-local .elementor-template-library-template-preview,
4165 .elementor-template-library-template-local .elementor-template-library-template-action {
4166 white-space: nowrap;
4167 -o-text-overflow: ellipsis;
4168 text-overflow: ellipsis;
4169 overflow: hidden; }
4170 .elementor-template-library-template-local .elementor-template-library-template-controls {
4171 position: relative;
4172 display: -webkit-box;
4173 display: -ms-flexbox;
4174 display: flex;
4175 -webkit-box-align: center;
4176 -ms-flex-align: center;
4177 align-items: center; }
4178 .elementor-template-library-template-local .elementor-template-library-template-controls,
4179 .elementor-template-library-template-local .elementor-template-library-template-controls a {
4180 color: #a4afb7; }
4181 .elementor-template-library-template-local .elementor-template-library-template-controls > div {
4182 cursor: pointer;
4183 -webkit-transition: color .5s;
4184 -o-transition: color .5s;
4185 transition: color .5s; }
4186 .elementor-template-library-template-local .elementor-template-library-template-insert i {
4187 margin-right: 3px; }
4188 .elementor-template-library-template-local .elementor-template-library-template-control-title {
4189 margin-left: 6px; }
4190 .elementor-template-library-template-local .elementor-template-library-template-more:hover,
4191 .elementor-template-library-template-local .elementor-template-library-template-more a:hover {
4192 color: #556068; }
4193 .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover {
4194 color: #d72b3f; }
4195 .elementor-template-library-template-local .elementor-template-library-template-action {
4196 padding: 8px 18px;
4197 margin: 0 5%; }
4198 .elementor-template-library-template-local .elementor-template-library-template-more {
4199 display: none;
4200 position: absolute;
4201 background-color: #fff;
4202 padding: 3px 20px;
4203 -webkit-border-radius: 3px;
4204 border-radius: 3px;
4205 -webkit-box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
4206 box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
4207 top: 100%;
4208 right: 0;
4209 -webkit-transform: translateX(65%) translateY(-7px);
4210 -ms-transform: translateX(65%) translateY(-7px);
4211 transform: translateX(65%) translateY(-7px);
4212 z-index: 1; }
4213 .elementor-template-library-template-local .elementor-template-library-template-more:before {
4214 content: '';
4215 position: absolute;
4216 border: solid transparent;
4217 border-width: 8px 4px;
4218 border-bottom-color: #fff;
4219 -webkit-transform: translateY(-100%);
4220 -ms-transform: translateY(-100%);
4221 transform: translateY(-100%); }
4222 .elementor-template-library-template-local .elementor-template-library-template-more > div {
4223 margin: 10px 0;
4224 font-size: 11px; }
4225 .elementor-template-library-template-local .elementor-template-library-template-more-toggle {
4226 -webkit-box-flex: 1;
4227 -ms-flex-positive: 1;
4228 flex-grow: 1;
4229 text-align: right; }
4230 .elementor-template-library-template-local .elementor-template-library-template-more-toggle i {
4231 font-size: 16px; }
4232
4233 #elementor-template-library-preview {
4234 height: 100%;
4235 overflow: hidden; }
4236 #elementor-template-library-preview iframe {
4237 height: 150%;
4238 -webkit-transform: scale(0.666) translateX(-25%) translateY(-25%);
4239 -ms-transform: scale(0.666) translateX(-25%) translateY(-25%);
4240 transform: scale(0.666) translateX(-25%) translateY(-25%); }
4241 @media (max-width: 1439px) {
4242 #elementor-template-library-preview iframe {
4243 width: 1440px; } }
4244 @media (min-width: 1440px) {
4245 #elementor-template-library-preview iframe {
4246 width: 1710px; } }
4247
4248 .elementor-template-library-blank-icon {
4249 font-size: 65px;
4250 margin-top: 45px;
4251 color: #c2cbd2;
4252 line-height: 1; }
4253 .elementor-template-library-blank-icon img {
4254 width: 70px; }
4255 .elementor-template-library-blank-icon .elementor-template-library-no-results {
4256 width: 200px; }
4257
4258 .elementor-template-library-blank-title {
4259 font-size: 30px;
4260 margin-top: 40px; }
4261 @media (max-width: 1439px) {
4262 .elementor-template-library-blank-title {
4263 font-size: 25px; } }
4264
4265 .elementor-template-library-blank-message {
4266 font-size: 18px;
4267 color: #a4afb7;
4268 margin-top: 15px;
4269 font-weight: 300; }
4270 @media (max-width: 1439px) {
4271 .elementor-template-library-blank-message {
4272 font-size: 16px;
4273 margin-top: 10px; } }
4274
4275 #elementor-template-library-save-template-form {
4276 margin-top: 40px;
4277 display: -webkit-box;
4278 display: -ms-flexbox;
4279 display: flex;
4280 -webkit-box-align: center;
4281 -ms-flex-align: center;
4282 align-items: center;
4283 -webkit-box-pack: center;
4284 -ms-flex-pack: center;
4285 justify-content: center; }
4286 #elementor-template-library-save-template-form > * {
4287 height: 55px;
4288 font-size: 16px; }
4289
4290 #elementor-template-library-save-template-name {
4291 width: 500px;
4292 background-color: #fff;
4293 font-weight: 300;
4294 color: #a4afb7;
4295 padding-left: 25px;
4296 -webkit-border-radius: 3px 0 0 3px;
4297 border-radius: 3px 0 0 3px;
4298 border: none; }
4299
4300 #elementor-template-library-save-template-submit {
4301 width: 150px;
4302 -webkit-border-radius: 0 3px 3px 0;
4303 border-radius: 0 3px 3px 0; }
4304 #elementor-template-library-save-template-submit:hover {
4305 -webkit-box-shadow: none;
4306 box-shadow: none; }
4307
4308 #elementor-template-library-import-form {
4309 width: 95%;
4310 background-color: rgba(255, 255, 255, 0.5);
4311 padding: 60px;
4312 border: 2px dashed #d5dadf;
4313 margin: 35px auto;
4314 -webkit-transition: background-color 0.5s;
4315 -o-transition: background-color 0.5s;
4316 transition: background-color 0.5s; }
4317 #elementor-template-library-import-form:hover {
4318 background-color: rgba(255, 255, 255, 0.9); }
4319 #elementor-template-library-import-form-or {
4320 margin-top: 15px;
4321 font-size: 18px; }
4322 #elementor-template-library-import-form-label {
4323 margin-top: 20px;
4324 padding: 15px 35px;
4325 display: inline-block; }
4326 #elementor-template-library-import-form-input {
4327 display: none; }
4328 #elementor-template-library-import-form.elementor-drag-over {
4329 border: 3px dashed #71d7f7; }
4330
4331 #elementor-template-library-import .elementor-template-library-blank-icon {
4332 margin-top: 0; }
4333
4334 #elementor-template-library-import .elementor-template-library-blank-message {
4335 margin-top: 20px; }
4336
4337 .e-route-library-connect #elementor-template-library-modal .dialog-message {
4338 max-height: 95vh;
4339 padding: 100px 0 0;
4340 min-height: 550px; }
4341
4342 #elementor-template-library-connect-logo {
4343 font-size: 20px; }
4344
4345 #elementor-template-library-connect__button {
4346 display: inline-block;
4347 position: relative;
4348 z-index: 1;
4349 margin-top: 25px;
4350 padding: 12px 24px;
4351 font-size: 14px; }
4352
4353 #elementor-template-library-connect__background-image-left-1 {
4354 right: 22.4%;
4355 bottom: -29%;
4356 -webkit-animation: 1.5s fadeIn, 1.5s slideDown, 3.5s mover 1.5s infinite alternate;
4357 animation: 1.5s fadeIn, 1.5s slideDown, 3.5s mover 1.5s infinite alternate; }
4358
4359 #elementor-template-library-connect__background-image-left-2 {
4360 right: 46.25%;
4361 bottom: -15.5%;
4362 -webkit-animation: 3s fadeIn, 3s slideDown, 2s mover 3s infinite alternate;
4363 animation: 3s fadeIn, 3s slideDown, 2s mover 3s infinite alternate; }
4364
4365 #elementor-template-library-connect__background-image-right-1 {
4366 left: 37%;
4367 bottom: -41%;
4368 -webkit-animation: 2.5s fadeIn, 2.5s slideDown, 2s mover 2.5s infinite alternate;
4369 animation: 2.5s fadeIn, 2.5s slideDown, 2s mover 2.5s infinite alternate; }
4370
4371 #elementor-template-library-connect__background-image-right-2 {
4372 left: 48%;
4373 bottom: -12.5%;
4374 -webkit-animation: 1.5s fadeIn, 1.5s slideDown, 1.5s mover 1.5s infinite alternate;
4375 animation: 1.5s fadeIn, 1.5s slideDown, 1.5s mover 1.5s infinite alternate; }
4376
4377 .elementor-template-library-connect__background-image {
4378 position: absolute; }
4379
4380 .elementor-template-library-blank-footer {
4381 position: absolute;
4382 bottom: 70px;
4383 left: 50%;
4384 -webkit-transform: translateX(-50%);
4385 -ms-transform: translateX(-50%);
4386 transform: translateX(-50%);
4387 color: #a4afb7;
4388 font-style: italic; }
4389 @media (max-height: 700px) {
4390 .elementor-template-library-blank-footer {
4391 display: none; } }
4392
4393 #elementor-template-library-footer-banner i {
4394 color: #c2cbd2;
4395 font-size: 56px;
4396 margin-top: 40px; }
4397
4398 #elementor-template-library-footer-banner .elementor-nerd-box-icon {
4399 margin-top: 70px; }
4400
4401 #elementor-template-library-footer-banner .elementor-excerpt {
4402 color: #a4afb7;
4403 font-size: 15px;
4404 font-weight: 500;
4405 margin: 20px 0; }
4406
4407 #elementor-template-library-templates-empty {
4408 width: 100%;
4409 margin-top: 40px; }
4410
4411 #elementor-template-library-error-dialog .dialog-message {
4412 text-align: start; }
4413
4414 #elementor-template-library-error-info {
4415 margin-top: 10px; }
4416
4417 @media (max-width: 1439px) {
4418 .elementor-template-library-local-column-1 {
4419 width: 33%; }
4420 .elementor-template-library-local-column-2 {
4421 width: 10%; }
4422 .elementor-template-library-local-column-3 {
4423 width: 15%; }
4424 .elementor-template-library-local-column-4 {
4425 width: 15%; }
4426 .elementor-template-library-local-column-5 {
4427 width: 27%; } }
4428
4429 @media (min-width: 1440px) {
4430 .elementor-template-library-local-column-1 {
4431 width: 25%; }
4432 .elementor-template-library-local-column-2 {
4433 width: 17%; }
4434 .elementor-template-library-local-column-3 {
4435 width: 17%; }
4436 .elementor-template-library-local-column-4 {
4437 width: 17%; }
4438 .elementor-template-library-local-column-5 {
4439 width: 24%; } }
4440
4441 @media (max-width: 1024px) {
4442 .elementor-template-library-local-column-3 {
4443 display: none; }
4444 .elementor-template-library-local-column-5 {
4445 width: 41%; } }
4446
4447 .elementor-tags-list {
4448 display: none;
4449 position: absolute;
4450 width: 260px;
4451 max-height: 300px;
4452 overflow: auto;
4453 padding-bottom: 5px;
4454 background-color: #fff;
4455 border: 1px solid #a4afb7;
4456 -webkit-border-radius: 3px;
4457 border-radius: 3px;
4458 z-index: 10000; }
4459 .elementor-tags-list__group-title {
4460 color: #495157;
4461 font-weight: bold;
4462 font-size: 12px;
4463 padding: 10px 15px;
4464 display: -webkit-box;
4465 display: -ms-flexbox;
4466 display: flex;
4467 -webkit-box-align: center;
4468 -ms-flex-align: center;
4469 align-items: center; }
4470 .elementor-tags-list__group-title .eicon-info-circle {
4471 padding-right: 5px;
4472 color: #71d7f7;
4473 font-size: 14px; }
4474 .elementor-tags-list__item {
4475 font-size: 10px;
4476 padding: 6px 15px;
4477 cursor: pointer; }
4478 .elementor-tags-list__item:before {
4479 content: '>';
4480 font-size: 8px;
4481 padding-right: 5px; }
4482 .elementor-tags-list__item:hover {
4483 background-color: #e6e9ec; }
4484 .elementor-tags-list__teaser {
4485 border-top: 2px solid #d5dadf;
4486 padding-top: 4px;
4487 margin-top: 4px; }
4488 .elementor-tags-list__teaser-title {
4489 color: #6d7882; }
4490 .elementor-tags-list__teaser-text {
4491 padding: 2px 15px 8px;
4492 line-height: 1.5;
4493 font-size: 12px; }
4494 .elementor-tags-list__teaser-link {
4495 color: #93003c;
4496 text-decoration: underline;
4497 font-style: italic;
4498 font-weight: bold; }
4499
4500 .elementor-dynamic-cover {
4501 display: -webkit-box;
4502 display: -ms-flexbox;
4503 display: flex;
4504 -webkit-box-align: center;
4505 -ms-flex-align: center;
4506 align-items: center;
4507 width: 100%;
4508 height: 27px;
4509 -webkit-box-sizing: border-box;
4510 box-sizing: border-box; }
4511 .elementor-dynamic-cover__title {
4512 padding: 0 8px;
4513 -webkit-box-flex: 1;
4514 -ms-flex-positive: 1;
4515 flex-grow: 1;
4516 white-space: nowrap;
4517 -o-text-overflow: ellipsis;
4518 text-overflow: ellipsis;
4519 overflow: hidden; }
4520 .elementor-dynamic-cover__settings, .elementor-dynamic-cover__remove {
4521 color: #c2cbd2;
4522 cursor: pointer;
4523 -webkit-transition: all 0.3s;
4524 -o-transition: all 0.3s;
4525 transition: all 0.3s; }
4526 .elementor-dynamic-cover__settings:hover, .elementor-dynamic-cover__remove:hover {
4527 color: #a4afb7; }
4528 .elementor-control-type-wysiwyg .elementor-dynamic-cover {
4529 margin-top: 10px; }
4530
4531 .elementor-tag-settings-popup {
4532 position: absolute;
4533 width: 260px;
4534 background-color: #e6e9ec;
4535 -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
4536 box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
4537 z-index: 1; }
4538 .elementor-tag-settings-popup:before {
4539 content: '';
4540 position: absolute;
4541 top: -20px;
4542 left: 5px;
4543 border: 10px solid transparent;
4544 border-bottom-color: #fff; }
4545 .elementor-tag-settings-popup .elementor-control-type-section:first-child {
4546 margin: 0; }
4547
4548 .elementor-tag-controls-stack-empty {
4549 background-color: #fff;
4550 padding: 10px;
4551 font-size: 13px;
4552 text-align: center; }
4553
4554 .elementor-control-dynamic-switcher {
4555 display: -webkit-inline-box;
4556 display: -ms-inline-flexbox;
4557 display: inline-flex;
4558 -webkit-box-align: center;
4559 -ms-flex-align: center;
4560 align-items: center;
4561 -webkit-box-pack: center;
4562 -ms-flex-pack: center;
4563 justify-content: center;
4564 -ms-flex-negative: 0;
4565 flex-shrink: 0;
4566 height: 27px;
4567 cursor: pointer;
4568 border: 1px solid #d5dadf;
4569 -webkit-border-radius: 3px;
4570 border-radius: 3px;
4571 background: #fff; }
4572 .elementor-control-dynamic-switcher.e-control-tool {
4573 height: 20px;
4574 border: 0; }
4575 .elementor-control-dynamic-switcher-wrapper {
4576 display: -webkit-box;
4577 display: -ms-flexbox;
4578 display: flex; }
4579 .elementor-control-dynamic-switcher .eicon-database {
4580 font-size: 12px; }
4581
4582 .elementor-control-dynamic-value .elementor-control-tag-area,
4583 .elementor-control-dynamic-value .elementor-control-dynamic-switcher,
4584 .elementor-control-dynamic-value .e-global__popover-toggle {
4585 display: none; }
4586
4587 #elementor-toast {
4588 position: absolute;
4589 width: 280px;
4590 padding: 20px;
4591 -webkit-border-radius: 5px;
4592 border-radius: 5px;
4593 color: #d5dadf;
4594 background-color: rgba(0, 0, 0, 0.8);
4595 z-index: 10000; }
4596 #elementor-toast .dialog-message {
4597 font-size: 13px; }
4598 #elementor-toast .dialog-buttons-wrapper {
4599 display: -webkit-box;
4600 display: -ms-flexbox;
4601 display: flex;
4602 -webkit-box-pack: end;
4603 -ms-flex-pack: end;
4604 justify-content: flex-end;
4605 margin-top: 15px; }
4606 #elementor-toast .dialog-button {
4607 color: #fcb92c;
4608 margin: 0 5px;
4609 text-transform: uppercase;
4610 cursor: pointer; }
4611 #elementor-toast .dialog-button:last-child {
4612 margin-right: 0; }
4613
4614 .elementor-context-menu {
4615 position: absolute;
4616 width: 200px;
4617 background-color: #fff;
4618 border: 1px solid #e6e9ec;
4619 -webkit-border-radius: 3px;
4620 border-radius: 3px;
4621 -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
4622 box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
4623 -webkit-user-select: none;
4624 -moz-user-select: none;
4625 -ms-user-select: none;
4626 user-select: none;
4627 z-index: 3; }
4628 .elementor-context-menu-list__group {
4629 padding: 5px 0; }
4630 .elementor-context-menu-list__group:not(:last-child) {
4631 border-bottom: 1px solid #e6e9ec; }
4632 .elementor-context-menu-list__item {
4633 padding: 5px 10px;
4634 padding-right: 20px;
4635 display: -webkit-box;
4636 display: -ms-flexbox;
4637 display: flex;
4638 cursor: pointer; }
4639 .elementor-context-menu-list__item--disabled {
4640 cursor: default;
4641 color: #d5dadf; }
4642 .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover {
4643 background-color: #71d7f7; }
4644 .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover > * {
4645 color: #fff; }
4646 .elementor-context-menu-list__item__icon {
4647 width: 20px;
4648 color: #c2cbd2; }
4649 .elementor-context-menu-list__item__title {
4650 -webkit-box-flex: 1;
4651 -ms-flex-positive: 1;
4652 flex-grow: 1;
4653 white-space: nowrap;
4654 -o-text-overflow: ellipsis;
4655 text-overflow: ellipsis;
4656 overflow: hidden; }
4657 .elementor-context-menu-list__item__shortcut {
4658 color: #d5dadf; }
4659 .elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):hover {
4660 background-color: #d72b3f; }
4661 .elementor-context-menu .eicon-pro-icon {
4662 color: #fcb92c; }
4663
4664 .elementor-right-click-introduction {
4665 position: absolute;
4666 width: 250px;
4667 padding: 30px 20px;
4668 background-color: #fff;
4669 -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
4670 box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
4671 text-align: center;
4672 -webkit-border-radius: 3px;
4673 border-radius: 3px; }
4674 .elementor-right-click-introduction:before {
4675 content: '';
4676 position: absolute;
4677 border: solid transparent;
4678 border-width: 7px 5px;
4679 border-bottom-color: #fff;
4680 top: -14px;
4681 left: 50%;
4682 -webkit-transform: translateX(-50%);
4683 -ms-transform: translateX(-50%);
4684 transform: translateX(-50%); }
4685 .elementor-right-click-introduction .dialog-header {
4686 color: #6d7882;
4687 font-size: 16px; }
4688 .elementor-right-click-introduction .dialog-message {
4689 font-size: 13px;
4690 line-height: 1.6;
4691 margin-top: 10px;
4692 color: #a4afb7; }
4693 .elementor-right-click-introduction .dialog-buttons-wrapper {
4694 display: -webkit-box;
4695 display: -ms-flexbox;
4696 display: flex;
4697 -webkit-box-align: center;
4698 -ms-flex-align: center;
4699 align-items: center;
4700 -webkit-box-pack: center;
4701 -ms-flex-pack: center;
4702 justify-content: center;
4703 margin-top: 25px; }
4704 .elementor-right-click-introduction .dialog-button {
4705 font-size: 11px; }
4706 .elementor-right-click-introduction .dialog-ok {
4707 padding: 7px 27px;
4708 text-transform: capitalize; }
4709 .elementor-right-click-introduction .dialog-learn-more {
4710 color: #39b54a;
4711 margin-right: 15px;
4712 cursor: pointer; }
4713
4714 #elementor-hotkeys {
4715 text-align: left; }
4716 #elementor-hotkeys__content {
4717 display: -webkit-box;
4718 display: -ms-flexbox;
4719 display: flex;
4720 width: 100%;
4721 overflow: hidden;
4722 margin-bottom: 30px; }
4723 @media (max-width: 1024px) {
4724 #elementor-hotkeys__content {
4725 -webkit-box-orient: vertical;
4726 -webkit-box-direction: normal;
4727 -ms-flex-direction: column;
4728 flex-direction: column; } }
4729 #elementor-hotkeys__actions .elementor-hotkeys__list {
4730 -webkit-border-radius: 3px 0 0 3px;
4731 border-radius: 3px 0 0 3px; }
4732 @media (max-width: 1024px) {
4733 #elementor-hotkeys__actions .elementor-hotkeys__list {
4734 -webkit-border-radius: 3px;
4735 border-radius: 3px; } }
4736 @media (min-width: 1025px) {
4737 #elementor-hotkeys__actions .elementor-hotkeys__header,
4738 #elementor-hotkeys__actions .elementor-hotkeys__list {
4739 padding-right: 25px; } }
4740 @media (min-width: 1440px) {
4741 #elementor-hotkeys__actions .elementor-hotkeys__header,
4742 #elementor-hotkeys__actions .elementor-hotkeys__list {
4743 padding-right: 50px; } }
4744 #elementor-hotkeys__navigation .elementor-hotkeys__list {
4745 -webkit-border-radius: 0 3px 3px 0;
4746 border-radius: 0 3px 3px 0; }
4747 @media (max-width: 1024px) {
4748 #elementor-hotkeys__navigation .elementor-hotkeys__list {
4749 -webkit-border-radius: 3px;
4750 border-radius: 3px; } }
4751 @media (min-width: 1025px) {
4752 #elementor-hotkeys__navigation .elementor-hotkeys__header {
4753 padding-left: 25px; } }
4754 @media (min-width: 1440px) {
4755 #elementor-hotkeys__navigation .elementor-hotkeys__header {
4756 padding-left: 50px; } }
4757 @media (min-width: 1025px) {
4758 #elementor-hotkeys__navigation .elementor-hotkeys__list {
4759 padding-left: 15px; } }
4760 @media (min-width: 1440px) {
4761 #elementor-hotkeys__navigation .elementor-hotkeys__list {
4762 padding-left: 40px; } }
4763
4764 .elementor-hotkeys__col {
4765 width: 50%; }
4766 @media (max-width: 1024px) {
4767 .elementor-hotkeys__col {
4768 width: 100%; } }
4769
4770 .elementor-hotkeys__header, .elementor-hotkeys__list {
4771 width: 100%; }
4772
4773 .elementor-hotkeys__header {
4774 padding: 10px 30px;
4775 font-weight: 500; }
4776 @media (max-width: 479px) {
4777 .elementor-hotkeys__header {
4778 padding-right: 10px;
4779 padding-left: 10px; } }
4780
4781 .elementor-hotkeys__list {
4782 background-color: #ffffff;
4783 height: calc(100% - 42px);
4784 padding: 10px 20px; }
4785 @media (max-width: 479px) {
4786 .elementor-hotkeys__list {
4787 padding: 0; } }
4788 @media (max-width: 1024px) {
4789 .elementor-hotkeys__list {
4790 margin-bottom: 30px; } }
4791 @media (max-width: 1024px) {
4792 .elementor-hotkeys__list {
4793 height: auto; } }
4794
4795 .elementor-hotkeys__item {
4796 display: -webkit-box;
4797 display: -ms-flexbox;
4798 display: flex;
4799 -webkit-box-align: center;
4800 -ms-flex-align: center;
4801 align-items: center;
4802 padding: 20px 10px;
4803 border-bottom: 1px solid #eceeef; }
4804 .elementor-hotkeys__item:last-child {
4805 margin-bottom: 30px; }
4806 @media (max-width: 479px) {
4807 .elementor-hotkeys__item:last-child {
4808 margin-bottom: 0; } }
4809 .elementor-hotkeys__item--label {
4810 font-size: 13px;
4811 font-weight: 400;
4812 -webkit-box-flex: 1;
4813 -ms-flex-positive: 1;
4814 flex-grow: 1; }
4815 .elementor-hotkeys__item--shortcut {
4816 -webkit-box-flex: 0;
4817 -ms-flex-positive: 0;
4818 flex-grow: 0;
4819 display: -webkit-box;
4820 display: -ms-flexbox;
4821 display: flex; }
4822 .elementor-hotkeys__item--shortcut span {
4823 position: relative;
4824 background-color: #eceeef;
4825 padding: 5px 12px;
4826 margin-right: 27px;
4827 -webkit-border-radius: 3px;
4828 border-radius: 3px; }
4829 @media (max-width: 479px) {
4830 .elementor-hotkeys__item--shortcut span {
4831 padding: 4px 9px;
4832 margin-right: 23px; } }
4833 .elementor-hotkeys__item--shortcut span:after {
4834 content: '+';
4835 position: absolute;
4836 right: -18px;
4837 width: 9px;
4838 text-align: center; }
4839 @media (max-width: 479px) {
4840 .elementor-hotkeys__item--shortcut span:after {
4841 right: -16px; } }
4842 .elementor-hotkeys__item--shortcut span:last-child {
4843 margin-right: 0; }
4844 .elementor-hotkeys__item--shortcut span:last-child:after {
4845 display: none; }
4846
4847 .ui-resizable-n {
4848 top: -5px; }
4849
4850 .ui-resizable-e {
4851 right: -5px; }
4852
4853 .ui-resizable-s {
4854 bottom: -5px; }
4855
4856 .ui-resizable-w {
4857 left: -5px; }
4858
4859 .ui-resizable-ne {
4860 top: -5px;
4861 right: -5px; }
4862
4863 .ui-resizable-nw {
4864 top: -5px;
4865 left: -5px; }
4866
4867 .ui-resizable-se {
4868 bottom: -5px;
4869 right: -5px; }
4870
4871 .ui-resizable-sw {
4872 bottom: -5px;
4873 left: -5px; }
4874
4875 .ui-resizable-n, .ui-resizable-s {
4876 left: 0;
4877 height: 10px;
4878 width: 100%;
4879 cursor: ns-resize; }
4880
4881 .ui-resizable-e, .ui-resizable-w {
4882 top: 0;
4883 height: 100%;
4884 width: 10px;
4885 cursor: ew-resize; }
4886
4887 .ui-resizable-ne, .ui-resizable-nw, .ui-resizable-se, .ui-resizable-sw {
4888 height: 15px;
4889 width: 15px; }
4890
4891 .ui-resizable-nw, .ui-resizable-se {
4892 cursor: nwse-resize; }
4893
4894 .ui-resizable-ne, .ui-resizable-sw {
4895 cursor: nesw-resize; }
4896
4897 .ui-resizable-handle {
4898 position: absolute; }
4899
4900 .ui-resizable-resizing {
4901 pointer-events: none; }
4902
4903 #elementor-navigator {
4904 position: fixed;
4905 top: 100px;
4906 width: 240px;
4907 height: 339px;
4908 right: 30px;
4909 background-color: #fff;
4910 -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
4911 box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
4912 -webkit-user-select: none;
4913 -moz-user-select: none;
4914 -ms-user-select: none;
4915 user-select: none;
4916 overflow: hidden;
4917 z-index: 2;
4918 display: none; }
4919 body.elementor-navigator-docked #elementor-navigator {
4920 top: 0;
4921 right: 0;
4922 height: 100%; }
4923 body:not(.elementor-navigator-docked) #elementor-navigator {
4924 -webkit-border-radius: 5px;
4925 border-radius: 5px; }
4926 #elementor-navigator__inner {
4927 height: 100%;
4928 background-color: #e6e9ec; }
4929 #elementor-navigator__header {
4930 display: -webkit-box;
4931 display: -ms-flexbox;
4932 display: flex;
4933 -webkit-box-align: center;
4934 -ms-flex-align: center;
4935 align-items: center;
4936 -webkit-box-pack: justify;
4937 -ms-flex-pack: justify;
4938 justify-content: space-between;
4939 padding: 12px 10px;
4940 background-color: #fff;
4941 border-bottom: 1px solid #e6e9ec;
4942 cursor: move; }
4943 #elementor-navigator__close, #elementor-navigator__toggle-all {
4944 -webkit-transition: color .5s;
4945 -o-transition: color .5s;
4946 transition: color .5s;
4947 cursor: pointer; }
4948 #elementor-navigator__close:not(:hover), #elementor-navigator__toggle-all:not(:hover) {
4949 color: #a4afb7; }
4950 #elementor-navigator__toggle-all {
4951 font-size: 13px; }
4952 #elementor-navigator__close {
4953 font-size: 11px; }
4954 #elementor-navigator__elements {
4955 height: calc(100% - 49px);
4956 overflow: auto;
4957 position: relative; }
4958 .elementor-navigator-docked #elementor-navigator__elements {
4959 height: calc(100% - 35px); }
4960 #elementor-navigator__elements .elementor-nerd-box {
4961 padding: 25px; }
4962 #elementor-navigator__footer {
4963 position: absolute;
4964 width: 100%;
4965 left: 0;
4966 bottom: 0;
4967 text-align: center;
4968 background-color: #fff;
4969 border-top: 1px solid #e6e9ec;
4970 color: #a4afb7; }
4971 .elementor-navigator-docked #elementor-navigator__footer {
4972 display: none; }
4973
4974 .elementor-navigator__item {
4975 position: relative;
4976 display: -webkit-box;
4977 display: -ms-flexbox;
4978 display: flex;
4979 height: 30px;
4980 font-size: 11px;
4981 border-bottom: 1px solid #e6e9ec;
4982 cursor: pointer;
4983 -webkit-transition: padding .5s linear;
4984 -o-transition: padding .5s linear;
4985 transition: padding .5s linear;
4986 overflow: hidden; }
4987 .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i {
4988 -webkit-transform: rotate(-90deg);
4989 -ms-transform: rotate(-90deg);
4990 transform: rotate(-90deg); }
4991 .elementor-navigator__item > * {
4992 display: -webkit-box;
4993 display: -ms-flexbox;
4994 display: flex;
4995 -webkit-box-align: center;
4996 -ms-flex-align: center;
4997 align-items: center; }
4998 .elementor-navigator__item + .elementor-navigator__elements {
4999 display: none; }
5000
5001 .elementor-navigator__elements .elementor-empty-view {
5002 padding: 10px;
5003 border-bottom: 1px solid #e6e9ec; }
5004 .elementor-navigator__elements .elementor-empty-view__title {
5005 margin-left: 23px;
5006 color: #c2cbd2;
5007 font-size: 10px;
5008 font-style: italic; }
5009
5010 .elementor-navigator__elements .ui-sortable-helper {
5011 background-color: #fff;
5012 -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1);
5013 box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1);
5014 -webkit-transform: rotate(4deg);
5015 -ms-transform: rotate(4deg);
5016 transform: rotate(4deg);
5017 border: 1px solid #e6e9ec;
5018 pointer-events: none; }
5019
5020 .elementor-navigator__elements .ui-sortable-placeholder {
5021 background-color: #f1f3f5; }
5022
5023 .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view {
5024 border-top: 2px solid #71d7f7; }
5025 .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view .elementor-empty-view__title {
5026 display: none; }
5027 .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view + .ui-sortable-placeholder {
5028 display: none; }
5029
5030 .elementor-navigator__element:not(.elementor-navigator__element--has-children) .elementor-navigator__element__list-toggle {
5031 visibility: hidden; }
5032
5033 .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item .elementor-navigator__element__toggle {
5034 color: #71d7f7; }
5035
5036 .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item:not(:hover) .elementor-navigator__element__toggle {
5037 display: none; }
5038
5039 .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing {
5040 background-color: #71d7f7; }
5041 .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing > * {
5042 color: #fff; }
5043
5044 .elementor-navigator__element__list-toggle {
5045 margin-right: 7px;
5046 -webkit-transition: -webkit-transform .3s;
5047 transition: -webkit-transform .3s;
5048 -o-transition: transform .3s;
5049 transition: transform .3s;
5050 transition: transform .3s, -webkit-transform .3s;
5051 color: #a4afb7; }
5052
5053 .elementor-navigator__element__element-type {
5054 margin-right: 8px; }
5055
5056 .elementor-navigator__element__title {
5057 -webkit-box-flex: 1;
5058 -ms-flex-positive: 1;
5059 flex-grow: 1;
5060 overflow: hidden; }
5061 .elementor-navigator__element__title__text {
5062 white-space: nowrap;
5063 -webkit-user-select: text; }
5064 .elementor-navigator__element__title__text[contenteditable="true"] {
5065 outline: none;
5066 color: #6d7882;
5067 background-color: #fff;
5068 padding: 2px 3px;
5069 -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
5070 box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
5071 .elementor-navigator__element__title__text:not([contenteditable="true"]) {
5072 white-space: nowrap;
5073 -o-text-overflow: ellipsis;
5074 text-overflow: ellipsis;
5075 overflow: hidden; }
5076
5077 .elementor-navigator__element__toggle {
5078 position: absolute;
5079 right: 15px;
5080 height: 100%;
5081 z-index: 0;
5082 font-size: 13px; }
5083
5084 .elementor-navigator__element__indicators {
5085 position: relative;
5086 -webkit-transition: -webkit-transform .5s;
5087 transition: -webkit-transform .5s;
5088 -o-transition: transform .5s;
5089 transition: transform .5s;
5090 transition: transform .5s, -webkit-transform .5s;
5091 padding-left: 5px;
5092 z-index: 91; }
5093 .elementor-navigator__element__indicators:not(:hover) {
5094 -webkit-transform: translateX(calc(100% - 8px));
5095 -ms-transform: translateX(calc(100% - 8px));
5096 transform: translateX(calc(100% - 8px)); }
5097
5098 .elementor-navigator__element__indicator {
5099 height: 100%;
5100 width: 31px;
5101 display: -webkit-inline-box;
5102 display: -ms-inline-flexbox;
5103 display: inline-flex;
5104 -webkit-box-align: center;
5105 -ms-flex-align: center;
5106 align-items: center;
5107 -webkit-box-pack: center;
5108 -ms-flex-pack: center;
5109 justify-content: center;
5110 color: #6d7882;
5111 background-color: #fff;
5112 border-left: 1px solid #e6e9ec; }
5113 .elementor-navigator__element__indicator:first-child {
5114 border-left: 3px solid #71d7f7; }
5115 .elementor-editing .elementor-navigator__element__indicator:first-child {
5116 border-color: #41c9f4; }
5117 .elementor-navigator__element__indicator:hover {
5118 color: #495157; }
5119
5120 .elementor-navigator__element--hidden .elementor-navigator__element__title,
5121 .elementor-navigator__element--hidden .elementor-navigator__element__toggle {
5122 opacity: .5; }
5123
5124 .elementor-navigator__element-column {
5125 background-color: #fafbfb; }
5126 .elementor-navigator__element-column > .elementor-navigator__item .elementor-navigator__element__element-type {
5127 color: #a4afb7; }
5128
5129 .elementor-navigator__element-section {
5130 background-color: #fff; }
5131
5132 #elementor-notice-bar {
5133 position: absolute;
5134 width: 100%;
5135 bottom: 0;
5136 display: -webkit-box;
5137 display: -ms-flexbox;
5138 display: flex;
5139 -webkit-box-align: center;
5140 -ms-flex-align: center;
5141 align-items: center;
5142 height: 40px;
5143 color: #fff;
5144 background-color: #6d7882;
5145 padding: 0 50px; }
5146 #elementor-notice-bar__message {
5147 padding-left: 15px;
5148 -webkit-box-flex: 1;
5149 -ms-flex-positive: 1;
5150 flex-grow: 1; }
5151 #elementor-notice-bar__message a {
5152 text-decoration: underline; }
5153 #elementor-notice-bar__action {
5154 text-transform: uppercase; }
5155 #elementor-notice-bar__close {
5156 margin: 0 20px;
5157 cursor: pointer; }
5158 #elementor-notice-bar i {
5159 font-size: 16px;
5160 opacity: .9; }
5161 #elementor-notice-bar a {
5162 color: #fff; }
5163 #elementor-notice-bar a,
5164 #elementor-notice-bar i {
5165 -webkit-transition: all 0.3s;
5166 -o-transition: all 0.3s;
5167 transition: all 0.3s; }
5168 #elementor-notice-bar a:hover,
5169 #elementor-notice-bar i:hover {
5170 color: #D4D4D4; }
5171
5172 body:not(.elementor-device-desktop) #elementor-notice-bar {
5173 display: none; }
5174
5175 #elementor-fatal-error-dialog.elementor-preview-loading-error .dialog-header {
5176 color: #495157; }
5177
5178 #elementor-fatal-error-dialog.elementor-preview-loading-error .dialog-message a {
5179 color: #6d7882;
5180 text-decoration: underline;
5181 font-style: italic; }
5182
5183 #elementor-preview-debug-link-text {
5184 display: inline-block; }
5185
5186 #elementor-icons-manager-modal .dialog-message {
5187 padding: 0;
5188 height: 700px; }
5189
5190 #elementor-icons-manager-modal .dialog-content {
5191 display: -webkit-box;
5192 display: -ms-flexbox;
5193 display: flex; }
5194
5195 #elementor-icons-manager-modal .dialog-buttons-wrapper {
5196 display: -webkit-box;
5197 display: -ms-flexbox;
5198 display: flex; }
5199
5200 #elementor-icons-manager__wrapper {
5201 display: -webkit-box;
5202 display: -ms-flexbox;
5203 display: flex; }
5204
5205 @media (max-width: 479px) {
5206 #elementor-icons-manager__sidebar {
5207 display: none; } }
5208
5209 #elementor-icons-manager__tab-links {
5210 margin-top: 30px; }
5211
5212 #elementor-icons-manager__upload {
5213 margin: 20px 45px;
5214 padding-top: 35px;
5215 border-top: 1px solid #e6e9ec;
5216 display: -webkit-box;
5217 display: -ms-flexbox;
5218 display: flex;
5219 -webkit-box-align: center;
5220 -ms-flex-align: center;
5221 align-items: center;
5222 -webkit-box-pack: justify;
5223 -ms-flex-pack: justify;
5224 justify-content: space-between; }
5225 @media (max-width: 1439px) {
5226 #elementor-icons-manager__upload {
5227 margin: 20px 25px; } }
5228 #elementor-icons-manager__upload__title {
5229 color: #a4afb7;
5230 font-size: 11px;
5231 text-transform: uppercase; }
5232
5233 #elementor-icons-manager__main {
5234 display: -webkit-box;
5235 display: -ms-flexbox;
5236 display: flex;
5237 -webkit-box-orient: vertical;
5238 -webkit-box-direction: normal;
5239 -ms-flex-direction: column;
5240 flex-direction: column;
5241 padding: 30px 80px 0; }
5242 @media (max-width: 1439px) {
5243 #elementor-icons-manager__main {
5244 padding: 30px 50px 0; } }
5245 @media (max-width: 479px) {
5246 #elementor-icons-manager__main {
5247 width: 100%; } }
5248
5249 #elementor-icons-manager__search {
5250 position: relative; }
5251 #elementor-icons-manager__search input {
5252 padding: 8px 15px;
5253 background-color: #fff;
5254 border: none; }
5255 #elementor-icons-manager__search input::-webkit-input-placeholder {
5256 font-style: italic; }
5257 #elementor-icons-manager__search input::-moz-placeholder {
5258 font-style: italic; }
5259 #elementor-icons-manager__search input::-ms-input-placeholder {
5260 font-style: italic; }
5261 #elementor-icons-manager__search input::placeholder {
5262 font-style: italic; }
5263 #elementor-icons-manager__search i {
5264 position: absolute;
5265 top: 50%;
5266 -webkit-transform: translateY(-50%);
5267 -ms-transform: translateY(-50%);
5268 transform: translateY(-50%);
5269 right: 15px; }
5270
5271 #elementor-icons-manager__tab__wrapper {
5272 overflow: auto;
5273 margin: 25px -15px 0;
5274 padding: 0 15px 15px; }
5275
5276 #elementor-icons-manager__tab__title {
5277 color: #556068;
5278 font-size: 16px;
5279 font-weight: 500;
5280 text-align: left; }
5281 @media (max-width: 479px) {
5282 #elementor-icons-manager__tab__title {
5283 display: none; } }
5284
5285 #elementor-icons-manager__tab__content {
5286 display: grid;
5287 grid-template-columns: repeat(7, 1fr);
5288 grid-gap: 20px;
5289 margin: 20px 0; }
5290 @media (max-width: 1439px) {
5291 #elementor-icons-manager__tab__content {
5292 grid-template-columns: repeat(6, 1fr); } }
5293 @media (max-width: 1024px) {
5294 #elementor-icons-manager__tab__content {
5295 grid-template-columns: repeat(5, 1fr); } }
5296 @media (max-width: 767px) {
5297 #elementor-icons-manager__tab__content {
5298 grid-template-columns: repeat(4, 1fr); } }
5299 @media (max-width: 479px) {
5300 #elementor-icons-manager__tab__content {
5301 grid-template-columns: repeat(3, 1fr); } }
5302
5303 #elementor-icons-manager__promotion {
5304 display: -webkit-box;
5305 display: -ms-flexbox;
5306 display: flex;
5307 -webkit-box-align: center;
5308 -ms-flex-align: center;
5309 align-items: center;
5310 -webkit-box-orient: vertical;
5311 -webkit-box-direction: normal;
5312 -ms-flex-direction: column;
5313 flex-direction: column;
5314 padding-top: 70px; }
5315 #elementor-icons-manager__promotion__icon {
5316 font-size: 60px;
5317 color: #c2cbd2; }
5318 #elementor-icons-manager__promotion__text {
5319 width: 300px;
5320 font-size: 16px;
5321 padding-top: 25px; }
5322 #elementor-icons-manager__promotion__link {
5323 margin-top: 20px; }
5324
5325 .elementor-icons-manager__tab-link {
5326 padding: 15px 0 15px 45px;
5327 font-size: 14px;
5328 color: #6d7882;
5329 text-align: left;
5330 cursor: pointer;
5331 position: relative; }
5332 .elementor-icons-manager__tab-link i {
5333 font-size: 20px;
5334 padding-right: 15px;
5335 color: #a4afb7; }
5336 @media (max-width: 1439px) {
5337 .elementor-icons-manager__tab-link {
5338 padding: 15px 15px 15px 25px;
5339 font-size: 11px; }
5340 .elementor-icons-manager__tab-link i {
5341 font-size: 15px; } }
5342 @media (max-width: 1024px) {
5343 .elementor-icons-manager__tab-link i {
5344 display: none; } }
5345 .elementor-icons-manager__tab-link.elementor-active {
5346 background-color: #fff;
5347 -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
5348 box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1); }
5349 .elementor-icons-manager__tab-link.elementor-active:after {
5350 content: '';
5351 position: absolute;
5352 height: 100%;
5353 width: 5px;
5354 top: 0;
5355 left: 0;
5356 background-color: #71d7f7; }
5357 .elementor-icons-manager__tab-link.elementor-active i {
5358 color: #71d7f7; }
5359
5360 .elementor-icons-manager__tab__item {
5361 position: relative;
5362 height: 0;
5363 padding-bottom: 100%;
5364 background-color: #fff;
5365 -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05);
5366 box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05);
5367 -webkit-border-radius: 3px;
5368 border-radius: 3px;
5369 cursor: pointer;
5370 -webkit-transition: all 0.3s;
5371 -o-transition: all 0.3s;
5372 transition: all 0.3s;
5373 overflow: hidden; }
5374 .elementor-icons-manager__tab__item:hover {
5375 -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.16);
5376 box-shadow: 0 1px 14px rgba(0, 0, 0, 0.16); }
5377 .elementor-icons-manager__tab__item.elementor-selected {
5378 -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 0 0 3px #71d7f7;
5379 box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 0 0 3px #71d7f7; }
5380 .elementor-icons-manager__tab__item__content {
5381 display: -webkit-box;
5382 display: -ms-flexbox;
5383 display: flex;
5384 -webkit-box-orient: vertical;
5385 -webkit-box-direction: normal;
5386 -ms-flex-direction: column;
5387 flex-direction: column;
5388 -webkit-box-align: center;
5389 -ms-flex-align: center;
5390 align-items: center;
5391 width: 100%;
5392 position: absolute;
5393 top: 50%;
5394 left: 50%;
5395 -webkit-transform: translate(-50%, -50%);
5396 -ms-transform: translate(-50%, -50%);
5397 transform: translate(-50%, -50%);
5398 padding: 1px; }
5399 .elementor-icons-manager__tab__item__icon {
5400 font-size: 25px;
5401 color: #6d7882; }
5402 .elementor-icons-manager__tab__item__name {
5403 color: #c2cbd2;
5404 font-size: 11px;
5405 padding: 13px 20px 0;
5406 max-width: 100%;
5407 white-space: nowrap;
5408 -o-text-overflow: ellipsis;
5409 text-overflow: ellipsis;
5410 overflow: hidden; }
5411
5412 #elementor-enable-fa5-dialog a {
5413 font-style: italic;
5414 text-decoration: underline; }
5415
5416 #elementor-enable-fa5-dialog .dialog-confirm-ok {
5417 color: #39b54a; }
5418
5419 .elementor-color-picker__header {
5420 display: -webkit-box;
5421 display: -ms-flexbox;
5422 display: flex;
5423 -webkit-box-pack: justify;
5424 -ms-flex-pack: justify;
5425 justify-content: space-between;
5426 -webkit-box-align: center;
5427 -ms-flex-align: center;
5428 align-items: center;
5429 font-weight: bold;
5430 padding: 10px;
5431 -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
5432 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
5433
5434 .e-color-picker__tools {
5435 display: -webkit-box;
5436 display: -ms-flexbox;
5437 display: flex; }
5438
5439 .e-control-color--no-value .pcr-button {
5440 background-image: -webkit-linear-gradient(315deg, transparent 46%, #ff3030 50%, transparent 54%);
5441 background-image: -o-linear-gradient(315deg, transparent 46%, #ff3030 50%, transparent 54%);
5442 background-image: linear-gradient(135deg, transparent 46%, #ff3030 50%, transparent 54%);
5443 -webkit-background-size: cover;
5444 background-size: cover;
5445 background-color: transparent;
5446 border: 1px solid #d5dadf; }
5447
5448 .pcr-app[data-theme=monolith] {
5449 padding: 0; }
5450
5451 .pcr-result {
5452 border-right-width: 1px;
5453 -webkit-border-radius: 3px;
5454 border-radius: 3px; }
5455
5456 .pcr-selection, .pcr-interaction {
5457 padding: 0 20px; }
5458
5459 .pcr-interaction {
5460 padding-bottom: 20px; }
5461
5462 .pcr .elementor-control-dynamic-switcher {
5463 height: 20px;
5464 border: 0; }
5465
5466 .select2-container {
5467 width: 100% !important;
5468 outline: none;
5469 z-index: 9999;
5470 font-size: 12px;
5471 /* Due to the add-new-item button, we need to make the button vertically aligned to the selected item before it. */ }
5472 .select2-container.select2-container--default .select2-selection--single {
5473 height: 27px; }
5474 .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
5475 color: #6d7882;
5476 line-height: 27px; }
5477 .select2-container.select2-container--default .select2-selection--multiple {
5478 min-height: 27px; }
5479 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear {
5480 display: none; }
5481 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice {
5482 line-height: 1.5;
5483 font-size: 0.9em;
5484 border: none;
5485 -webkit-border-radius: 0;
5486 border-radius: 0; }
5487 .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single,
5488 .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--multiple {
5489 border-color: #d5dadf; }
5490 .select2-container.select2-container--open .select2-selection--single,
5491 .select2-container.select2-container--open .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--single,
5492 .select2-container.select2-container--focus .select2-selection--multiple {
5493 border-color: #a4afb7; }
5494 .select2-container .select2-selection--multiple .select2-search--inline {
5495 padding-top: 0.6px; }
5496 .select2-container:not(.select2-container--all-selected) .select2-selection--multiple .select2-search--inline::before {
5497 content: '+';
5498 cursor: pointer;
5499 position: relative;
5500 display: inline-block;
5501 margin-right: 5px;
5502 padding: 3px 5px;
5503 background-color: #e4e4e4;
5504 color: #999;
5505 font-size: 0.9em;
5506 text-align: center; }
5507
5508 .select2-selection {
5509 outline: none; }
5510 .select2-selection--single {
5511 height: 27px; }
5512
5513 .select2-selection__arrow {
5514 height: 27px;
5515 top: 0; }
5516
5517 .select2-results__option[aria-selected=true] {
5518 color: #495157; }
5519 .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
5520 background-color: initial; }
5521
5522 .select2-dropdown {
5523 border-color: #a4afb7; }
5524 .select2-dropdown .select2-search__field {
5525 outline: none; }
5526 /*# sourceMappingURL=editor.css.map */