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

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

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