PluginProbe
Elementor Website Builder – more than just a page builder / 3.0.1
Elementor Website Builder – more than just a page builder v3.0.1
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-rtl.css

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

5,487 lines 176.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*! elementor - v3.0.1 - 25-08-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 left: 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 left: 0; }
68 @media (max-width: 1439px) {
69 body.elementor-editor-active #elementor-preview {
70 right: 280px; } }
71 @media (min-width: 1440px) {
72 body.elementor-editor-active #elementor-preview {
73 right: 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: right 0.5s, width 0.5s;
86 -o-transition: right 0.5s, width 0.5s;
87 transition: right 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-left: 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 right: 0; }
615 @media (max-width: 1439px) {
616 .elementor-editor-preview .elementor-panel {
617 right: -280px; } }
618 @media (min-width: 1440px) {
619 .elementor-editor-preview .elementor-panel {
620 right: -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-right: 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: right;
681 -webkit-border-radius: 3px 0 0 3px;
682 border-radius: 3px 0 0 3px;
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 left: 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 left: 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: right; }
849 .elementor-panel .elementor-panel-scheme-button-wrapper:last-child {
850 text-align: left; }
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 right: 8px;
1051 left: 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-left: 1px solid #2d8739;
1086 -webkit-border-radius: 0 3px 3px 0;
1087 border-radius: 0 3px 3px 0; }
1088 .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-update i {
1089 margin-left: 5px; }
1090 .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options {
1091 float: right;
1092 -webkit-border-radius: 3px 0 0 3px;
1093 border-radius: 3px 0 0 3px; }
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: right;
1141 color: #d5dadf; }
1142 .elementor-panel .elementor-panel-footer-sub-menu-item .elementor-description {
1143 width: 95px;
1144 text-align: right;
1145 font-size: 11px;
1146 font-style: italic;
1147 color: #a4afb7; }
1148 .elementor-panel #elementor-panel-footer-help-title {
1149 text-align: right;
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-left: 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-right: 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: 0 3px 3px 0;
1194 border-radius: 0 3px 3px 0; }
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 29px 10px 10px;
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 right: 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-left: 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: right;
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 left: 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 left: 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-left-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-right: 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-left: 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-right: 5px;
1502 padding-left: 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 left: 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-right: 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: left; }
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-start-end .eicon-h-align-left, .elementor-control-start-end .eicon-h-align-right {
1606 -webkit-transform: rotate(180deg);
1607 -ms-transform: rotate(180deg);
1608 transform: rotate(180deg); }
1609
1610 .elementor-control-responsive-switchers {
1611 margin-left: 5px;
1612 --selected-option: 0;
1613 --pointer-position: var(--selected-option);
1614 position: relative;
1615 width: 2em;
1616 height: 2em; }
1617 .elementor-control-responsive-switchers__holder {
1618 position: absolute;
1619 width: 100%;
1620 top: 0;
1621 background-color: #fff;
1622 -webkit-border-radius: 3px;
1623 border-radius: 3px;
1624 -webkit-transition: 0.15s;
1625 -o-transition: 0.15s;
1626 transition: 0.15s;
1627 border: 1px transparent solid; }
1628 .elementor-control-responsive-switchers.elementor-responsive-switchers-open {
1629 z-index: 11000; }
1630 .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher {
1631 height: 2em;
1632 -webkit-transform: scale(1);
1633 -ms-transform: scale(1);
1634 transform: scale(1);
1635 opacity: 1; }
1636 .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover {
1637 color: #71d7f7; }
1638 .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder {
1639 top: calc(-1 * var(--selected-option) * 2em);
1640 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
1641 box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
1642
1643 .elementor-responsive-switcher {
1644 display: -webkit-box;
1645 display: -ms-flexbox;
1646 display: flex;
1647 -webkit-box-align: center;
1648 -ms-flex-align: center;
1649 align-items: center;
1650 -webkit-box-pack: center;
1651 -ms-flex-pack: center;
1652 justify-content: center;
1653 position: relative;
1654 z-index: 2;
1655 cursor: pointer;
1656 height: 0;
1657 -webkit-transform: scale(0);
1658 -ms-transform: scale(0);
1659 transform: scale(0);
1660 opacity: 0;
1661 -webkit-transition: 0.15s;
1662 -o-transition: 0.15s;
1663 transition: 0.15s;
1664 font-size: 12px; }
1665
1666 a.elementor-responsive-switcher {
1667 color: #a4afb7; }
1668 a.elementor-responsive-switcher:hover {
1669 color: #71d7f7; }
1670
1671 .elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop {
1672 height: 2em;
1673 -webkit-transform: scale(1);
1674 -ms-transform: scale(1);
1675 transform: scale(1);
1676 opacity: 1; }
1677
1678 .elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop {
1679 color: #71d7f7; }
1680
1681 .elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet {
1682 height: 2em;
1683 -webkit-transform: scale(1);
1684 -ms-transform: scale(1);
1685 transform: scale(1);
1686 opacity: 1; }
1687
1688 .elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet {
1689 color: #71d7f7; }
1690
1691 .elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile {
1692 height: 2em;
1693 -webkit-transform: scale(1);
1694 -ms-transform: scale(1);
1695 transform: scale(1);
1696 opacity: 1; }
1697
1698 .elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile {
1699 color: #71d7f7; }
1700
1701 .elementor-update-preview {
1702 margin: 15px 15px 0;
1703 display: -webkit-box;
1704 display: -ms-flexbox;
1705 display: flex;
1706 -webkit-box-align: center;
1707 -ms-flex-align: center;
1708 align-items: center; }
1709
1710 .elementor-update-preview-button-wrapper {
1711 -webkit-box-flex: 1;
1712 -ms-flex-positive: 1;
1713 flex-grow: 1;
1714 text-align: left; }
1715
1716 .elementor-update-preview-button {
1717 padding: 8px 15px;
1718 text-transform: uppercase; }
1719
1720 .elementor-control-direction-ltr input,
1721 .elementor-control-direction-ltr textarea {
1722 direction: ltr; }
1723
1724 .elementor-control-direction-rtl input,
1725 .elementor-control-direction-rtl textarea {
1726 direction: rtl; }
1727
1728 .elementor-control-type-button .elementor-control-input-wrapper {
1729 text-align: left; }
1730
1731 .elementor-control-type-button .elementor-button {
1732 width: auto;
1733 height: 26px; }
1734
1735 .elementor-control-type-choose.elementor-label-block .elementor-choices {
1736 width: 100%; }
1737
1738 .elementor-choices {
1739 display: -webkit-box;
1740 display: -ms-flexbox;
1741 display: flex;
1742 height: 27px;
1743 line-height: 27px;
1744 text-align: center;
1745 border-spacing: 1px;
1746 -webkit-border-radius: 3px;
1747 border-radius: 3px;
1748 overflow: hidden; }
1749 .elementor-choices .elementor-choices-label {
1750 border-top: 1px solid #d5dadf;
1751 border-bottom: 1px solid #d5dadf;
1752 border-right: 1px solid #d5dadf;
1753 border-left: none;
1754 font-size: 12px;
1755 -webkit-transition: all .5s;
1756 -o-transition: all .5s;
1757 transition: all .5s;
1758 cursor: pointer;
1759 overflow: hidden; }
1760 .elementor-choices .elementor-choices-label:nth-child(2) {
1761 -webkit-border-top-right-radius: 3px;
1762 border-top-right-radius: 3px;
1763 -webkit-border-bottom-right-radius: 3px;
1764 border-bottom-right-radius: 3px; }
1765 .elementor-choices .elementor-choices-label:last-child {
1766 border-left: 1px solid #d5dadf;
1767 -webkit-border-top-left-radius: 3px;
1768 border-top-left-radius: 3px;
1769 -webkit-border-bottom-left-radius: 3px;
1770 border-bottom-left-radius: 3px; }
1771 .elementor-choices input {
1772 display: none; }
1773 .elementor-choices input:checked + .elementor-choices-label {
1774 color: #fff;
1775 background-color: #a4afb7;
1776 border-color: #a4afb7; }
1777
1778 .elementor-label-inline .elementor-choices {
1779 -webkit-box-pack: end;
1780 -ms-flex-pack: end;
1781 justify-content: flex-end; }
1782
1783 .rtl .elementor-control-text_align .elementor-choices,
1784 .rtl .elementor-control-align .elementor-choices,
1785 .rtl .elementor-control-position .elementor-choices {
1786 -webkit-box-orient: horizontal;
1787 -webkit-box-direction: reverse;
1788 -ms-flex-direction: row-reverse;
1789 flex-direction: row-reverse; }
1790 .rtl .elementor-control-text_align .elementor-choices .elementor-choices-label:nth-child(2),
1791 .rtl .elementor-control-align .elementor-choices .elementor-choices-label:nth-child(2),
1792 .rtl .elementor-control-position .elementor-choices .elementor-choices-label:nth-child(2) {
1793 border-left: 1px solid #d5dadf;
1794 -webkit-border-radius: 3px 0 0 3px;
1795 border-radius: 3px 0 0 3px; }
1796 .rtl .elementor-control-text_align .elementor-choices .elementor-choices-label:last-child,
1797 .rtl .elementor-control-align .elementor-choices .elementor-choices-label:last-child,
1798 .rtl .elementor-control-position .elementor-choices .elementor-choices-label:last-child {
1799 border-left: none;
1800 -webkit-border-radius: 0 3px 3px 0;
1801 border-radius: 0 3px 3px 0; }
1802
1803 .elementor-control-type-color.e-control-global .e-global__popover-toggle ~ .pickr {
1804 -webkit-border-radius: 3px 0 0 3px;
1805 border-radius: 3px 0 0 3px;
1806 -ms-flex-negative: 0;
1807 flex-shrink: 0; }
1808
1809 .elementor-control-type-color .elementor-control-title {
1810 -webkit-box-flex: 1;
1811 -ms-flex-positive: 1;
1812 flex-grow: 1; }
1813
1814 .elementor-control-type-color .elementor-control-input-wrapper {
1815 display: -webkit-box;
1816 display: -ms-flexbox;
1817 display: flex;
1818 -webkit-box-pack: end;
1819 -ms-flex-pack: end;
1820 justify-content: flex-end; }
1821
1822 .elementor-control-type-color .elementor-control-dynamic-switcher {
1823 border-right-width: 0;
1824 -webkit-border-radius: 3px 0 0 3px;
1825 border-radius: 3px 0 0 3px; }
1826
1827 .elementor-control-type-color.elementor-control-dynamic .pickr {
1828 -webkit-border-radius: 0 3px 3px 0;
1829 border-radius: 0 3px 3px 0; }
1830
1831 .elementor-group-control-css-filter .elementor-slider {
1832 height: 6px;
1833 -webkit-box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2);
1834 box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); }
1835
1836 .elementor-group-control-css-filter .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1837 margin-top: 0;
1838 margin-bottom: 5px; }
1839
1840 .elementor-group-control-blur .elementor-slider {
1841 background: url("../images/blur.png");
1842 -webkit-background-size: cover;
1843 background-size: cover;
1844 background-position: center; }
1845
1846 .elementor-group-control-contrast .elementor-slider {
1847 background: url("../images/contrast.png");
1848 -webkit-background-size: 100% 100%;
1849 background-size: 100% 100%; }
1850
1851 .elementor-group-control-hue .elementor-slider {
1852 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));
1853 background-image: -webkit-linear-gradient(left, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%);
1854 background-image: -o-linear-gradient(left, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%);
1855 background-image: linear-gradient(to right, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%); }
1856
1857 .elementor-group-control-saturate .elementor-slider {
1858 background-image: -webkit-gradient(linear, left top, right top, from(gray), to(red));
1859 background-image: -webkit-linear-gradient(left, gray, red);
1860 background-image: -o-linear-gradient(left, gray, red);
1861 background-image: linear-gradient(to right, gray, red); }
1862
1863 .elementor-group-control-brightness .elementor-slider {
1864 background-image: -webkit-gradient(linear, left top, right top, from(black), to(white));
1865 background-image: -webkit-linear-gradient(left, black, white);
1866 background-image: -o-linear-gradient(left, black, white);
1867 background-image: linear-gradient(to right, black, white); }
1868
1869 .elementor-control-type-dimensions .elementor-control-dimensions {
1870 overflow: hidden; }
1871
1872 .elementor-control-type-dimensions li {
1873 float: left;
1874 width: 20%; }
1875 .elementor-control-type-dimensions li input,
1876 .elementor-control-type-dimensions li .elementor-link-dimensions {
1877 display: block;
1878 text-align: center;
1879 width: 100%;
1880 border-color: #d5dadf;
1881 height: 27px; }
1882 .elementor-control-type-dimensions li input {
1883 border-left: none;
1884 -webkit-border-radius: 0;
1885 border-radius: 0;
1886 padding: 4px 0; }
1887 .elementor-control-type-dimensions li input:focus {
1888 border-left: solid 1px;
1889 border-color: #a4afb7;
1890 margin-left: -1px;
1891 width: calc(100% + 1px); }
1892 .elementor-control-type-dimensions li input:focus + .elementor-control-dimension-label {
1893 color: #a4afb7; }
1894 .elementor-control-type-dimensions li .elementor-link-dimensions {
1895 border: 1px solid #d5dadf;
1896 border-left: none;
1897 background-color: #fff;
1898 padding: 0;
1899 outline: none;
1900 -webkit-border-radius: 0 3px 3px 0;
1901 border-radius: 0 3px 3px 0;
1902 cursor: pointer; }
1903 .elementor-control-type-dimensions li:first-child input {
1904 border-left: 1px solid #d5dadf;
1905 -webkit-border-radius: 3px 0 0 3px;
1906 border-radius: 3px 0 0 3px; }
1907 .elementor-control-type-dimensions li:first-child input:focus {
1908 border-color: #a4afb7;
1909 margin-left: 0;
1910 width: 100%; }
1911
1912 .elementor-control-type-dimensions .elementor-control-dimension-label {
1913 display: block;
1914 text-align: center;
1915 color: #d5dadf;
1916 font-size: 9px;
1917 text-transform: uppercase;
1918 padding-top: 5px; }
1919
1920 .elementor-control-type-dimensions .elementor-link-dimensions.unlinked {
1921 background-color: #fff; }
1922 .elementor-control-type-dimensions .elementor-link-dimensions.unlinked .elementor-linked {
1923 display: none; }
1924
1925 .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) {
1926 background-color: #a4afb7;
1927 border-color: #a4afb7; }
1928 .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) .elementor-unlinked {
1929 display: none; }
1930
1931 .elementor-control-type-dimensions .elementor-link-dimensions .elementor-linked {
1932 color: #fff; }
1933
1934 .elementor-control-type-icons .elementor-control-media__preview > * {
1935 position: absolute;
1936 top: 50%;
1937 left: 50%;
1938 -webkit-transform: translate(-50%, -50%);
1939 -ms-transform: translate(-50%, -50%);
1940 transform: translate(-50%, -50%); }
1941
1942 .elementor-control-type-icons .elementor-control-media__preview i {
1943 font-size: 70px;
1944 color: #6d7882; }
1945
1946 .elementor-control-type-icons .elementor-control-media__preview svg {
1947 height: 75%; }
1948
1949 .elementor-control-type-icons .elementor-control-icons--inline__svg i.eicon-upload {
1950 font-size: 15px; }
1951
1952 .elementor-control-type-gallery .elementor-control-media__content {
1953 border: 1px solid #d5dadf;
1954 -webkit-border-radius: 3px;
1955 border-radius: 3px; }
1956
1957 .elementor-control-type-gallery .elementor-control-gallery-status {
1958 font-size: 12px;
1959 height: 27px;
1960 padding-right: 10px;
1961 border-bottom: 1px solid #d5dadf;
1962 display: -webkit-box;
1963 display: -ms-flexbox;
1964 display: flex; }
1965 .elementor-control-type-gallery .elementor-control-gallery-status > * {
1966 display: -webkit-box;
1967 display: -ms-flexbox;
1968 display: flex;
1969 -webkit-box-align: center;
1970 -ms-flex-align: center;
1971 align-items: center; }
1972 .elementor-control-type-gallery .elementor-control-gallery-status-title {
1973 -webkit-box-flex: 1;
1974 -ms-flex-positive: 1;
1975 flex-grow: 1; }
1976
1977 .elementor-control-type-gallery .elementor-control-gallery-content {
1978 position: relative;
1979 overflow: hidden; }
1980 .elementor-control-type-gallery .elementor-control-gallery-content:not(:hover) .elementor-control-gallery-edit {
1981 opacity: 0; }
1982
1983 .elementor-control-type-gallery .elementor-control-gallery-thumbnails {
1984 display: grid;
1985 grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
1986 grid-gap: 10px;
1987 cursor: pointer;
1988 padding: 10px; }
1989
1990 .elementor-control-type-gallery .elementor-control-gallery-thumbnail {
1991 width: 48px;
1992 height: 48px;
1993 -webkit-background-size: cover;
1994 background-size: cover;
1995 background-position: 50% 50%; }
1996
1997 .elementor-control-type-gallery .elementor-control-gallery-edit {
1998 position: absolute;
1999 top: 0;
2000 bottom: 0;
2001 left: 0;
2002 right: 0;
2003 background-color: rgba(109, 120, 130, 0.3);
2004 padding: 10px;
2005 font-size: 11px;
2006 -webkit-transition: all .3s ease-in-out;
2007 -o-transition: all .3s ease-in-out;
2008 transition: all .3s ease-in-out;
2009 pointer-events: none;
2010 cursor: pointer;
2011 opacity: 1; }
2012 .elementor-control-type-gallery .elementor-control-gallery-edit span {
2013 position: absolute;
2014 top: 10px;
2015 left: 10px;
2016 width: 21px;
2017 height: 21px;
2018 background-color: rgba(255, 255, 255, 0.9);
2019 color: #a4afb7;
2020 -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
2021 box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
2022 -webkit-border-radius: 3px;
2023 border-radius: 3px; }
2024 .elementor-control-type-gallery .elementor-control-gallery-edit span i {
2025 font-size: 11px;
2026 padding: 5px; }
2027
2028 .elementor-control-type-gallery .elementor-control-gallery-add {
2029 width: 48px;
2030 height: 48px;
2031 color: #fff;
2032 background-color: #d5dadf;
2033 font-size: 14px;
2034 -webkit-border-radius: 0;
2035 border-radius: 0; }
2036 .elementor-control-type-gallery .elementor-control-gallery-add:hover {
2037 background-color: #c2cbd2; }
2038 .elementor-control-type-gallery .elementor-control-gallery-add i {
2039 margin: 0;
2040 color: #a4afb7; }
2041
2042 .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-clear,
2043 .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-thumbnails,
2044 .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-edit {
2045 display: none; }
2046
2047 .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-content {
2048 padding: 10px; }
2049
2050 .elementor-control-type-gallery.elementor-gallery-has-images .elementor-control-gallery-add {
2051 display: none; }
2052
2053 .elementor-control-type-gallery.elementor-control-dynamic .elementor-control-gallery-clear {
2054 border: solid #d5dadf;
2055 border-width: 0 1px; }
2056
2057 .elementor-control-type-gallery .elementor-control-gallery-clear {
2058 cursor: pointer;
2059 -webkit-box-pack: center;
2060 -ms-flex-pack: center;
2061 justify-content: center; }
2062 .elementor-control-type-gallery .elementor-control-gallery-clear:hover {
2063 color: #b01b1b; }
2064
2065 .elementor-control-type-gallery .elementor-control-dynamic-switcher {
2066 border: none;
2067 border-bottom: 1px solid #d5dadf;
2068 border-right: 1px solid #d5dadf;
2069 -webkit-border-radius: 3px 0 0 0;
2070 border-radius: 3px 0 0 0; }
2071
2072 .e-global__popover {
2073 width: 270px;
2074 z-index: 1;
2075 font-size: 12px; }
2076 .e-global__popover-toggle {
2077 border: 1px solid #d5dadf;
2078 border-left: 0;
2079 -webkit-border-radius: 0 3px 3px 0;
2080 border-radius: 0 3px 3px 0;
2081 display: -webkit-box;
2082 display: -ms-flexbox;
2083 display: flex;
2084 -webkit-box-align: center;
2085 -ms-flex-align: center;
2086 align-items: center;
2087 -webkit-box-pack: center;
2088 -ms-flex-pack: center;
2089 justify-content: center;
2090 cursor: pointer; }
2091 .e-global__popover-toggle--active i {
2092 color: #71d7f7; }
2093 .e-global__popover-container {
2094 -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
2095 box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
2096 -webkit-border-radius: 3px;
2097 border-radius: 3px;
2098 background-color: #fff;
2099 padding-bottom: 5px; }
2100 .e-global__popover-title {
2101 padding: 15px 20px;
2102 font-weight: bold;
2103 color: #6d7882;
2104 border-bottom: 1px solid #e6e9ec;
2105 display: -webkit-box;
2106 display: -ms-flexbox;
2107 display: flex; }
2108 .e-global__popover-title > i {
2109 margin-left: 5px;
2110 color: #d5dadf; }
2111 .e-global__popover-title-text {
2112 -webkit-box-flex: 1;
2113 -ms-flex-positive: 1;
2114 flex-grow: 1; }
2115 .e-global__popover-info {
2116 margin-left: 5px;
2117 display: inline-block; }
2118 .e-global__popover-info-tooltip {
2119 width: 270px;
2120 z-index: 1;
2121 background-color: rgba(0, 0, 0, 0.9);
2122 color: #fff;
2123 padding: 20px;
2124 -webkit-border-radius: 3px;
2125 border-radius: 3px; }
2126 .e-global__popover-info-tooltip:after {
2127 content: '';
2128 position: absolute;
2129 bottom: -17px;
2130 right: 16px;
2131 border: 10px solid transparent;
2132 border-top-color: rgba(0, 0, 0, 0.9); }
2133 .e-global__popover-info i {
2134 color: #d5dadf; }
2135
2136 .e-global__preview-items-container {
2137 max-height: 260px;
2138 overflow-y: auto;
2139 margin-top: 5px; }
2140 .e-global__preview-items-container::-webkit-scrollbar {
2141 width: 8px; }
2142 .e-global__preview-items-container::-webkit-scrollbar-thumb {
2143 background-color: #a4afb7;
2144 outline: 1px solid #556068;
2145 -webkit-border-radius: 10px;
2146 border-radius: 10px; }
2147
2148 .e-global__manage-button {
2149 font-weight: 500;
2150 cursor: pointer; }
2151 .e-global__manage-button:hover i {
2152 color: #4ab7f4; }
2153 .e-global__manage-button i {
2154 color: #6d7882; }
2155
2156 .e-global__typography {
2157 padding: 5px 35px 5px 10px;
2158 white-space: nowrap;
2159 -o-text-overflow: ellipsis;
2160 text-overflow: ellipsis;
2161 overflow: hidden; }
2162 .e-global__typography.e-global__preview-item--selected:before {
2163 font-family: 'eicons';
2164 font-size: 13px;
2165 content: '\e90e';
2166 position: absolute;
2167 -webkit-transform: translateY(-50%);
2168 -ms-transform: translateY(-50%);
2169 transform: translateY(-50%);
2170 top: 50%;
2171 left: 12px; }
2172
2173 .e-global__color {
2174 margin: 5px auto;
2175 padding: 5px 20px;
2176 display: -webkit-box;
2177 display: -ms-flexbox;
2178 display: flex;
2179 -webkit-box-align: center;
2180 -ms-flex-align: center;
2181 align-items: center; }
2182 .e-global__color:first-child {
2183 margin-top: 5px; }
2184 .e-global__color:last-child {
2185 margin-bottom: 10px; }
2186 .e-global__color-preview {
2187 height: 20px;
2188 width: 20px;
2189 -webkit-border-radius: 3px;
2190 border-radius: 3px;
2191 border: 1px solid rgba(0, 0, 0, 0.1);
2192 margin-left: 10px;
2193 -ms-flex-negative: 0;
2194 flex-shrink: 0; }
2195 .e-global__color-title {
2196 font-weight: 500;
2197 color: #6d7882;
2198 -webkit-box-flex: 1;
2199 -ms-flex-positive: 1;
2200 flex-grow: 1;
2201 white-space: nowrap;
2202 -o-text-overflow: ellipsis;
2203 text-overflow: ellipsis;
2204 overflow: hidden;
2205 padding-left: 10px; }
2206 .e-global__color-hex {
2207 font-size: 10px;
2208 font-weight: 500;
2209 color: #a4afb7; }
2210 .e-global__color .pcr-button {
2211 background-color: #fff; }
2212 .e-global__color.e-global__preview-item--selected .e-global__color-preview {
2213 display: -webkit-box;
2214 display: -ms-flexbox;
2215 display: flex;
2216 -webkit-box-pack: center;
2217 -ms-flex-pack: center;
2218 justify-content: center;
2219 -webkit-box-align: center;
2220 -ms-flex-align: center;
2221 align-items: center;
2222 color: #ffffff; }
2223 .e-global__color.e-global__preview-item--selected .e-global__color-preview:before {
2224 font-family: 'eicons';
2225 font-size: 13px;
2226 content: '\e90e';
2227 text-shadow: 0px 0px 1px #000; }
2228
2229 .e-global__preview-item {
2230 cursor: pointer;
2231 position: relative; }
2232 .e-global__preview-item:hover {
2233 background-color: #f1f3f5; }
2234
2235 .e-global__confirm-add .dialog-buttons-wrapper > .dialog-button.dialog-confirm-ok {
2236 color: #39b54a; }
2237
2238 .e-global__confirm-delete i {
2239 color: #b01b1b; }
2240
2241 .e-global__confirm-message-text i {
2242 color: #fcb92c; }
2243
2244 .e-global__confirm-input-wrapper {
2245 display: -webkit-box;
2246 display: -ms-flexbox;
2247 display: flex;
2248 -webkit-box-align: center;
2249 -ms-flex-align: center;
2250 align-items: center;
2251 border: 1px solid #a4afb7;
2252 -webkit-border-radius: 3px;
2253 border-radius: 3px;
2254 margin-top: 10px;
2255 padding: 2px; }
2256 .e-global__confirm-input-wrapper input {
2257 font-family: Roboto, Arial, sans-serif;
2258 font-weight: 500;
2259 font-size: 12px;
2260 padding: 2px;
2261 border: 0; }
2262
2263 .e-control-global .elementor-control-input-wrapper {
2264 display: -webkit-box;
2265 display: -ms-flexbox;
2266 display: flex;
2267 -webkit-box-pack: end;
2268 -ms-flex-pack: end;
2269 justify-content: flex-end;
2270 max-width: 135px;
2271 width: 100%; }
2272
2273 .e-control-global.elementor-control .elementor-control-input-wrapper {
2274 direction: rtl; }
2275
2276 .elementor-control-type-hidden {
2277 display: none !important; }
2278
2279 .elementor-control-type-icon .select2-selection__rendered .eicon {
2280 margin-right: 3px; }
2281
2282 .elementor-control-type-image_dimensions .elementor-control-field-description {
2283 margin: 0 0 15px;
2284 line-height: 1.4; }
2285
2286 .elementor-control-type-image_dimensions .elementor-control-input-wrapper {
2287 overflow: hidden; }
2288
2289 .elementor-control-type-image_dimensions .elementor-image-dimensions-field {
2290 width: 65px;
2291 float: right; }
2292 .elementor-control-type-image_dimensions .elementor-image-dimensions-field input:focus + .elementor-image-dimensions-field-description {
2293 color: #a4afb7; }
2294
2295 .elementor-control-type-image_dimensions .elementor-image-dimensions-separator {
2296 width: 20px;
2297 text-align: center;
2298 float: right;
2299 padding-top: 4px; }
2300
2301 .elementor-control-type-image_dimensions .elementor-image-dimensions-field-description {
2302 display: block;
2303 text-transform: uppercase;
2304 margin-top: 5px;
2305 color: #d5dadf;
2306 font-size: 9px;
2307 text-align: center; }
2308
2309 .elementor-control-type-image_dimensions .elementor-image-dimensions-apply-button {
2310 float: left;
2311 height: 27px;
2312 width: 65px; }
2313
2314 .elementor-control-media.elementor-media-empty .elementor-control-media-area {
2315 display: none; }
2316
2317 .elementor-control-media:not(.elementor-media-empty) .elementor-control-media__content__upload-button {
2318 display: none; }
2319
2320 .elementor-control-media .elementor-control-input-wrapper {
2321 border: 1px solid #d5dadf; }
2322
2323 .elementor-control-media .eicon-plus-circle {
2324 position: absolute;
2325 top: 50%;
2326 left: 50%;
2327 -webkit-transform: translate(-50%, -50%);
2328 -ms-transform: translate(-50%, -50%);
2329 transform: translate(-50%, -50%);
2330 color: #fff;
2331 font-size: 20px; }
2332
2333 .elementor-control-media__content__upload-button {
2334 background-color: #d5dadf; }
2335
2336 .elementor-control-media__preview {
2337 height: 100%;
2338 -webkit-background-size: cover;
2339 background-size: cover;
2340 background-position: center; }
2341
2342 .elementor-control-media-area {
2343 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);
2344 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);
2345 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);
2346 -webkit-background-size: 16px 16px;
2347 background-size: 16px 16px;
2348 background-position: 0 0, 8px 8px;
2349 background-color: #f6f6f6; }
2350 .elementor-control-media-area:not(:hover) .elementor-control-media__remove {
2351 display: none; }
2352 .elementor-control-media-area .eicon-video-camera {
2353 position: absolute;
2354 top: 50%;
2355 left: 50%;
2356 -webkit-transform: translate(-50%, -50%);
2357 -ms-transform: translate(-50%, -50%);
2358 transform: translate(-50%, -50%);
2359 color: rgba(255, 255, 255, 0.7);
2360 font-size: 21px; }
2361
2362 .elementor-control-media .elementor-control-media__content {
2363 cursor: pointer;
2364 overflow: hidden; }
2365 .elementor-control-media .elementor-control-media__content:hover:after {
2366 content: '';
2367 position: absolute;
2368 top: 0;
2369 bottom: 0;
2370 left: 0;
2371 right: 0;
2372 background-color: rgba(0, 0, 0, 0.2);
2373 pointer-events: none; }
2374 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
2375 bottom: -30px; }
2376
2377 .elementor-control-media__content {
2378 -webkit-transition: all .2s ease-in-out;
2379 -o-transition: all .2s ease-in-out;
2380 transition: all .2s ease-in-out; }
2381
2382 .elementor-control-media__tools {
2383 position: absolute;
2384 bottom: 0;
2385 left: 0;
2386 right: 0;
2387 height: 27px;
2388 -webkit-transition: all .2s ease-in-out;
2389 -o-transition: all .2s ease-in-out;
2390 transition: all .2s ease-in-out; }
2391 .elementor-control-media__tools > *:not(:first-child) {
2392 margin-right: 1px; }
2393
2394 .elementor-control-media__tool {
2395 display: -webkit-box;
2396 display: -ms-flexbox;
2397 display: flex;
2398 -webkit-box-align: center;
2399 -ms-flex-align: center;
2400 align-items: center;
2401 -webkit-box-pack: center;
2402 -ms-flex-pack: center;
2403 justify-content: center;
2404 -webkit-box-flex: 1;
2405 -ms-flex-positive: 1;
2406 flex-grow: 1;
2407 color: #fff;
2408 background-color: rgba(109, 120, 130, 0.85);
2409 font-size: 11px;
2410 -webkit-transition: background .3s;
2411 -o-transition: background .3s;
2412 transition: background .3s; }
2413 .elementor-control-media__tool:hover {
2414 background-color: rgba(109, 120, 130, 0.95); }
2415
2416 .elementor-control-media__remove {
2417 display: -webkit-box;
2418 display: -ms-flexbox;
2419 display: flex;
2420 -webkit-box-align: center;
2421 -ms-flex-align: center;
2422 align-items: center;
2423 -webkit-box-pack: center;
2424 -ms-flex-pack: center;
2425 justify-content: center;
2426 -webkit-transition: all .3s ease-in-out;
2427 -o-transition: all .3s ease-in-out;
2428 transition: all .3s ease-in-out; }
2429
2430 .elementor-control-media__content__remove {
2431 position: absolute;
2432 z-index: 1;
2433 top: 10px;
2434 left: 10px;
2435 width: 20px;
2436 height: 20px;
2437 font-size: 11px;
2438 color: #a4afb7;
2439 background-color: rgba(255, 255, 255, 0.9);
2440 -webkit-border-radius: 3px;
2441 border-radius: 3px;
2442 -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
2443 box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); }
2444 .elementor-control-media__content__remove:hover {
2445 background-color: white;
2446 -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
2447 box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); }
2448
2449 .elementor-control-media.elementor-media-empty .elementor-control-file-area {
2450 display: none; }
2451
2452 .elementor-control-media__file {
2453 display: -webkit-box;
2454 display: -ms-flexbox;
2455 display: flex;
2456 -webkit-box-pack: justify;
2457 -ms-flex-pack: justify;
2458 justify-content: space-between;
2459 -webkit-box-align: center;
2460 -ms-flex-align: center;
2461 align-items: center;
2462 width: 100%;
2463 margin-top: 10px;
2464 border: 1px solid #d5dadf; }
2465 .elementor-control-media__file__content {
2466 padding-right: 5px;
2467 font-size: 12px; }
2468 .elementor-control-media__file__content__label {
2469 color: #a4afb7; }
2470 .elementor-control-media__file__content__info {
2471 display: -webkit-box;
2472 display: -ms-flexbox;
2473 display: flex;
2474 -webkit-box-align: center;
2475 -ms-flex-align: center;
2476 align-items: center;
2477 font-weight: 500; }
2478 .elementor-control-media__file__content__info__icon {
2479 margin-left: 5px; }
2480 .elementor-control-media__file__controls {
2481 display: -webkit-box;
2482 display: -ms-flexbox;
2483 display: flex;
2484 border-right: 1px solid #d5dadf; }
2485 .elementor-control-media__file__controls__upload-button, .elementor-control-media__file__controls__remove {
2486 width: 27px;
2487 height: 27px;
2488 cursor: pointer;
2489 -webkit-box-align: center;
2490 -ms-flex-align: center;
2491 align-items: center; }
2492 .elementor-control-media__file__controls__upload-button {
2493 display: -webkit-box;
2494 display: -ms-flexbox;
2495 display: flex;
2496 -webkit-box-pack: center;
2497 -ms-flex-pack: center;
2498 justify-content: center; }
2499 .elementor-control-media__file__controls__remove {
2500 border-left: 1px solid #d5dadf; }
2501
2502 .elementor-control-media:not(.elementor-media-empty) .elementor-control-media__file__content__label {
2503 display: none; }
2504
2505 .elementor-control-media.elementor-media-empty .elementor-control-media__file__content__info {
2506 display: none; }
2507
2508 .elementor-control-media.elementor-media-empty .elementor-control-media__file__controls__remove {
2509 display: none; }
2510
2511 .elementor-control-media .elementor-control-dynamic-switcher {
2512 border: none;
2513 -webkit-border-radius: 0;
2514 border-radius: 0;
2515 background-color: rgba(109, 120, 130, 0.85);
2516 color: #fff; }
2517 .elementor-control-media .elementor-control-dynamic-switcher:hover {
2518 background-color: rgba(109, 120, 130, 0.95); }
2519
2520 .elementor-control-type-media.elementor-control-dynamic-value .elementor-control-input-wrapper {
2521 border: none; }
2522
2523 .elementor-control-type-number.elementor-control-dynamic input {
2524 -webkit-border-radius: 0 3px 3px 0;
2525 border-radius: 0 3px 3px 0;
2526 border-left: none; }
2527
2528 .elementor-control-type-number.elementor-control-dynamic .elementor-control-dynamic-switcher {
2529 -webkit-border-radius: 3px 0 0 3px;
2530 border-radius: 3px 0 0 3px; }
2531
2532 .elementor-control-type-order .elementor-control-oreder-wrapper {
2533 display: -webkit-box;
2534 display: -ms-flexbox;
2535 display: flex; }
2536
2537 .elementor-control-type-order input {
2538 display: none; }
2539 .elementor-control-type-order input:checked + .elementor-control-order-label {
2540 -webkit-transform: scale(1, -1);
2541 -ms-transform: scale(1, -1);
2542 transform: scale(1, -1); }
2543
2544 .elementor-control-type-order select {
2545 -webkit-border-radius: 3px 0 0 3px;
2546 border-radius: 3px 0 0 3px; }
2547 .elementor-control-type-order select:not(:focus) ~ .elementor-control-order-label {
2548 border-color: #d5dadf; }
2549 .elementor-control-type-order select:focus ~ .elementor-control-order-label {
2550 border-color: #a4afb7; }
2551
2552 .elementor-control-type-order .elementor-control-order-label {
2553 position: relative;
2554 padding: 0;
2555 width: 40px;
2556 border: 1px solid;
2557 font-size: 10px;
2558 -webkit-border-radius: 0 3px 3px 0;
2559 border-radius: 0 3px 3px 0;
2560 margin-left: -3px;
2561 background-color: #fff;
2562 cursor: pointer; }
2563 .elementor-control-type-order .elementor-control-order-label i {
2564 position: absolute;
2565 top: 50%;
2566 left: 50%;
2567 -webkit-transform: translate(-50%, -50%);
2568 -ms-transform: translate(-50%, -50%);
2569 transform: translate(-50%, -50%); }
2570
2571 .elementor-control-type-popover_toggle input {
2572 display: none; }
2573
2574 .elementor-control-type-popover_toggle label {
2575 cursor: pointer; }
2576
2577 .elementor-control-type-popover_toggle .elementor-control-input-wrapper {
2578 direction: ltr; }
2579
2580 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:checked + .elementor-control-popover-toggle-toggle-label {
2581 color: #71d7f7; }
2582
2583 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:not(:checked) ~ .elementor-control-popover-toggle-reset-label {
2584 display: none; }
2585
2586 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label {
2587 color: #c2cbd2;
2588 margin-left: 5px; }
2589
2590 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle-label {
2591 height: 27px;
2592 display: -webkit-inline-box;
2593 display: -ms-inline-flexbox;
2594 display: inline-flex;
2595 -webkit-box-align: center;
2596 -ms-flex-align: center;
2597 align-items: center;
2598 -webkit-box-pack: center;
2599 -ms-flex-pack: center;
2600 justify-content: center;
2601 -webkit-border-radius: 3px;
2602 border-radius: 3px;
2603 border: 1px solid #d5dadf; }
2604
2605 .elementor-controls-popover.e-controls-popover--typography {
2606 padding-top: 0; }
2607
2608 .e-control-global .elementor-control-popover-toggle-toggle-label {
2609 -webkit-border-radius: 3px 0 0 3px;
2610 border-radius: 3px 0 0 3px;
2611 -ms-flex-negative: 0;
2612 flex-shrink: 0; }
2613
2614 .elementor-control-type-repeater .elementor-control:not(.elementor-control-type-tab) {
2615 padding-right: 10px;
2616 padding-left: 10px;
2617 padding-bottom: 10px; }
2618
2619 .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove {
2620 display: none; }
2621
2622 .elementor-control-type-repeater .elementor-repeater-fields {
2623 margin: 10px 0; }
2624
2625 .elementor-control-type-repeater .elementor-repeater-row-controls {
2626 border: 1px solid #d5dadf;
2627 border-top-width: 0;
2628 padding-top: 15px; }
2629 .elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable) {
2630 display: none; }
2631
2632 .elementor-control-type-repeater .elementor-repeater-row-tools {
2633 display: table;
2634 table-layout: fixed;
2635 width: 100%;
2636 color: #556068;
2637 background-color: #d5dadf;
2638 height: 40px;
2639 border-spacing: 1px;
2640 -webkit-transition: all .5s;
2641 -o-transition: all .5s;
2642 transition: all .5s; }
2643 .elementor-control-type-repeater .elementor-repeater-row-tools:hover {
2644 background-color: #a4afb7; }
2645 .elementor-control-type-repeater .elementor-repeater-row-tools > div {
2646 display: table-cell;
2647 text-align: center;
2648 vertical-align: middle;
2649 cursor: pointer; }
2650 .elementor-control-type-repeater .elementor-repeater-row-tools > div:not(.elementor-repeater-row-handle-sortable) {
2651 background-color: #fff; }
2652 .elementor-control-type-repeater .elementor-repeater-row-tools > div:hover {
2653 opacity: .95; }
2654 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title {
2655 text-align: right;
2656 padding: 0 10px;
2657 font-size: 12px;
2658 white-space: nowrap;
2659 -o-text-overflow: ellipsis;
2660 text-overflow: ellipsis;
2661 overflow: hidden; }
2662 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title .eicon,
2663 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title i,
2664 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title svg {
2665 margin-left: 5px; }
2666 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title img[src$="svg"] {
2667 width: 1em; }
2668 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool {
2669 width: 40px; }
2670 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable {
2671 cursor: move;
2672 width: 10px;
2673 color: #fff; }
2674
2675 .elementor-control-type-repeater .elementor-button-wrapper {
2676 text-align: center;
2677 padding-top: 5px; }
2678
2679 .elementor-control-type-section {
2680 margin-top: 10px;
2681 padding: 0; }
2682 .elementor-control-type-section.elementor-open {
2683 padding-bottom: 15px; }
2684 .elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before {
2685 display: none; }
2686
2687 .elementor-shadow-box .elementor-shadow-slider {
2688 margin-top: 10px; }
2689
2690 .elementor-shadow-box .elementor-color-picker-wrapper .elementor-control-title {
2691 -webkit-box-flex: 1;
2692 -ms-flex-positive: 1;
2693 flex-grow: 1; }
2694
2695 .elementor-control-type-slider.elementor-control-dynamic input {
2696 -webkit-border-radius: 0 3px 3px 0;
2697 border-radius: 0 3px 3px 0; }
2698
2699 .elementor-control-type-slider.elementor-control-type-slider--multiple .elementor-control-input-wrapper {
2700 display: block; }
2701
2702 .elementor-control-type-slider--multiple {
2703 padding-bottom: 40px; }
2704 .elementor-control-type-slider--multiple .elementor-slider {
2705 margin-top: 12px;
2706 width: 98%; }
2707
2708 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle {
2709 -webkit-border-radius: 0;
2710 border-radius: 0;
2711 width: 10px;
2712 -webkit-transform: translateY(calc(50% - 14px)) translateX(-4px);
2713 -ms-transform: translateY(calc(50% - 14px)) translateX(-4px);
2714 transform: translateY(calc(50% - 14px)) translateX(-4px); }
2715 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
2716 content: '';
2717 position: absolute;
2718 top: 2px;
2719 height: 12px;
2720 width: 11px;
2721 -webkit-transform: rotate(45deg);
2722 -ms-transform: rotate(45deg);
2723 transform: rotate(45deg);
2724 background-color: #fff;
2725 -webkit-border-radius: 3px;
2726 border-radius: 3px; }
2727 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after {
2728 left: 5px;
2729 -webkit-box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.1);
2730 box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.1); }
2731 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after {
2732 right: 5px;
2733 -webkit-box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1);
2734 box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); }
2735
2736 .elementor-control-type-slider .elementor-control-dynamic-switcher {
2737 border-right-width: 0;
2738 -webkit-border-radius: 3px 0 0 3px;
2739 border-radius: 3px 0 0 3px; }
2740
2741 .elementor-control-type-slider .elementor-control-input-wrapper {
2742 display: -webkit-box;
2743 display: -ms-flexbox;
2744 display: flex;
2745 -webkit-box-align: center;
2746 -ms-flex-align: center;
2747 align-items: center; }
2748
2749 .elementor-control-type-slider .elementor-dynamic-cover {
2750 margin-top: 10px; }
2751
2752 .elementor-slider {
2753 -webkit-box-flex: 1;
2754 -ms-flex-positive: 1;
2755 flex-grow: 1;
2756 height: 4px;
2757 background-color: #d5dadf;
2758 -webkit-border-radius: 5px;
2759 border-radius: 5px;
2760 position: relative;
2761 cursor: pointer; }
2762 .elementor-slider-input {
2763 width: 21%;
2764 min-width: 54px;
2765 margin-right: 12px; }
2766 .elementor-slider__extra {
2767 position: relative; }
2768 .elementor-slider__labels {
2769 display: -webkit-box;
2770 display: -ms-flexbox;
2771 display: flex;
2772 -webkit-box-pack: justify;
2773 -ms-flex-pack: justify;
2774 justify-content: space-between; }
2775 .elementor-slider__label {
2776 font-size: 9px;
2777 color: #c2cbd2; }
2778 .elementor-slider__scales {
2779 position: absolute;
2780 display: -webkit-box;
2781 display: -ms-flexbox;
2782 display: flex;
2783 -webkit-box-pack: space-evenly;
2784 -ms-flex-pack: space-evenly;
2785 justify-content: space-evenly;
2786 width: 100%;
2787 margin-top: 4px; }
2788 .elementor-slider__scale {
2789 width: 1px;
2790 height: 21px;
2791 background-color: #a4afb7; }
2792 .elementor-slider .noUi-handle {
2793 height: 16px;
2794 width: 16px;
2795 background-color: #fff;
2796 left: 0;
2797 -webkit-transform: translateY(calc(50% - 14px)) translateX(-8px);
2798 -ms-transform: translateY(calc(50% - 14px)) translateX(-8px);
2799 transform: translateY(calc(50% - 14px)) translateX(-8px);
2800 position: absolute;
2801 -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
2802 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
2803 -webkit-border-radius: 50%;
2804 border-radius: 50%; }
2805 .elementor-slider .noUi-connects {
2806 position: absolute;
2807 width: 100%;
2808 height: 4px; }
2809 .elementor-slider .noUi-connect {
2810 position: absolute;
2811 z-index: 0;
2812 top: 0;
2813 left: 0;
2814 height: 100%;
2815 width: 100%;
2816 will-change: transform;
2817 -webkit-transform-origin: 0 0;
2818 -ms-transform-origin: 0 0;
2819 transform-origin: 0 0;
2820 background-color: #a4afb7; }
2821 .elementor-slider .noUi-tooltip {
2822 position: absolute;
2823 top: calc(100% + 5px);
2824 left: calc(50% - 4px);
2825 -webkit-transform: translateX(-50%);
2826 -ms-transform: translateX(-50%);
2827 transform: translateX(-50%);
2828 font-size: 10px; }
2829
2830 .elementor-control-type-structure .elementor-control-field {
2831 display: initial; }
2832
2833 .elementor-control-type-structure .elementor-control-structure-preset {
2834 padding: 3px;
2835 -webkit-border-radius: 3px;
2836 border-radius: 3px;
2837 display: inline-block;
2838 cursor: pointer;
2839 height: 50px; }
2840 .elementor-control-type-structure .elementor-control-structure-preset svg {
2841 height: 100%; }
2842 .elementor-control-type-structure .elementor-control-structure-preset path {
2843 fill: #e6e9ec; }
2844
2845 .elementor-control-type-structure .elementor-control-structure-reset {
2846 padding: 15px 20px 0;
2847 font-size: 11px;
2848 cursor: pointer;
2849 color: #a4afb7;
2850 border-top: 1px solid #e6e9ec;
2851 margin: 0 -20px; }
2852
2853 .elementor-control-type-structure .elementor-control-structure-title {
2854 margin: 10px -20px 0; }
2855 .elementor-control-type-structure .elementor-control-structure-title:before {
2856 height: 10px;
2857 -webkit-box-shadow: inset 0 2px 4px rgba(127, 127, 127, 0.1);
2858 box-shadow: inset 0 2px 4px rgba(127, 127, 127, 0.1); }
2859
2860 .elementor-control-type-structure .elementor-control-structure-presets {
2861 display: -webkit-box;
2862 display: -ms-flexbox;
2863 display: flex;
2864 -ms-flex-wrap: wrap;
2865 flex-wrap: wrap;
2866 -webkit-box-pack: justify;
2867 -ms-flex-pack: justify;
2868 justify-content: space-between; }
2869 .elementor-control-type-structure .elementor-control-structure-presets input {
2870 display: none; }
2871 .elementor-control-type-structure .elementor-control-structure-presets input:checked + .elementor-control-structure-preset path {
2872 fill: #a4afb7; }
2873
2874 .elementor-control-type-structure .elementor-control-structure-preset-wrapper {
2875 margin-bottom: 15px; }
2876
2877 .elementor-control-type-structure .elementor-control-structure-preset-title {
2878 text-align: center;
2879 padding-top: 5px;
2880 font-style: italic;
2881 font-size: 11px;
2882 color: #a4afb7; }
2883
2884 .elementor-control-type-switcher .elementor-control-input-wrapper {
2885 text-align: left; }
2886
2887 .elementor-control-type-switcher .elementor-switch {
2888 position: relative;
2889 display: inline-block;
2890 vertical-align: top;
2891 height: 20px;
2892 background-color: white;
2893 -webkit-border-radius: 18px;
2894 border-radius: 18px;
2895 cursor: pointer; }
2896
2897 .elementor-control-type-switcher .elementor-switch-input {
2898 display: none; }
2899
2900 .elementor-control-type-switcher .elementor-switch-label {
2901 position: relative;
2902 display: block;
2903 height: inherit;
2904 font-size: 7px;
2905 text-transform: uppercase;
2906 background: #eceeef;
2907 -webkit-border-radius: inherit;
2908 border-radius: inherit;
2909 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
2910 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
2911 -webkit-transition: 0.15s ease-out;
2912 -o-transition: 0.15s ease-out;
2913 transition: 0.15s ease-out;
2914 -webkit-transition-property: opacity, background;
2915 -o-transition-property: opacity, background;
2916 transition-property: opacity, background; }
2917
2918 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
2919 position: absolute;
2920 top: 0;
2921 width: 50%;
2922 text-align: center;
2923 line-height: 20px;
2924 -webkit-transition: inherit;
2925 -o-transition: inherit;
2926 transition: inherit; }
2927
2928 .elementor-control-type-switcher .elementor-switch-label:before {
2929 content: attr(data-off);
2930 right: 3px;
2931 color: #a4afb7;
2932 text-shadow: 0 1px rgba(255, 255, 255, 0.5); }
2933
2934 .elementor-control-type-switcher .elementor-switch-label:after {
2935 content: attr(data-on);
2936 left: 3px;
2937 color: white;
2938 text-shadow: 0 1px rgba(0, 0, 0, 0.2);
2939 opacity: 0; }
2940
2941 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
2942 background: #71d7f7;
2943 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
2944 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); }
2945 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:before {
2946 opacity: 0; }
2947 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:after {
2948 opacity: 1; }
2949
2950 .elementor-control-type-switcher .elementor-switch-handle {
2951 position: absolute;
2952 top: 1px;
2953 left: 1px;
2954 width: 18px;
2955 height: 18px;
2956 background: white;
2957 -webkit-border-radius: 10px;
2958 border-radius: 10px;
2959 -webkit-transition: left 0.15s ease-out;
2960 -o-transition: left 0.15s ease-out;
2961 transition: left 0.15s ease-out; }
2962
2963 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
2964 left: initial;
2965 right: 1px;
2966 -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
2967 box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); }
2968
2969 .elementor-control-type-tabs {
2970 font-size: 0.8em;
2971 text-transform: uppercase;
2972 display: -webkit-box;
2973 display: -ms-flexbox;
2974 display: flex; }
2975
2976 .elementor-control-type-tab {
2977 text-align: center;
2978 width: 100%;
2979 padding: 0;
2980 line-height: 25px;
2981 border-top: 1px solid #d5dadf;
2982 border-bottom: 1px solid #d5dadf;
2983 border-left: 1px solid #d5dadf;
2984 cursor: pointer; }
2985 .elementor-control-type-tab:first-child {
2986 border-right: 1px solid #d5dadf;
2987 -webkit-border-top-right-radius: 3px;
2988 border-top-right-radius: 3px;
2989 -webkit-border-bottom-right-radius: 3px;
2990 border-bottom-right-radius: 3px; }
2991 .elementor-control-type-tab:last-child {
2992 -webkit-border-top-left-radius: 3px;
2993 border-top-left-radius: 3px;
2994 -webkit-border-bottom-left-radius: 3px;
2995 border-bottom-left-radius: 3px; }
2996 .elementor-control-type-tab.elementor-tab-active {
2997 background-color: #a4afb7;
2998 border-color: #a4afb7;
2999 color: #ffffff; }
3000
3001 .elementor-tab-close {
3002 display: none !important; }
3003
3004 .elementor-control-type-textarea.elementor-control-dynamic-value .elementor-control-dynamic-switcher {
3005 -webkit-border-radius: 3px 0 0 3px;
3006 border-radius: 3px 0 0 3px;
3007 border-right-width: 0; }
3008
3009 .elementor-control-type-textarea .elementor-control-dynamic-switcher {
3010 -webkit-border-radius: 0px 3px;
3011 border-radius: 0px 3px; }
3012
3013 .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher {
3014 position: absolute;
3015 top: 0;
3016 left: 0; }
3017
3018 .elementor-control-type-textarea .elementor-control-input-wrapper {
3019 position: relative; }
3020
3021 .elementor-control-type-textarea textarea {
3022 display: block;
3023 font-family: inherit; }
3024 .elementor-control-type-textarea textarea:focus + .elementor-control-dynamic-switcher {
3025 display: none; }
3026
3027 .elementor-control-type-url.elementor-control-dynamic .elementor-input {
3028 -webkit-border-radius: 3px 0 0 3px;
3029 border-radius: 3px 0 0 3px; }
3030
3031 .elementor-control-type-url .elementor-control-field {
3032 position: relative; }
3033
3034 .elementor-control-type-url:not(.elementor-control-dynamic) .elementor-control-url-more, .elementor-control-type-url.elementor-control-dynamic-value .elementor-control-url-more {
3035 -webkit-border-radius: 0 3px 3px 0;
3036 border-radius: 0 3px 3px 0; }
3037
3038 .elementor-control-type-url .elementor-control-input-wrapper {
3039 display: -webkit-box;
3040 display: -ms-flexbox;
3041 display: flex;
3042 -webkit-box-orient: horizontal;
3043 -webkit-box-direction: reverse;
3044 -ms-flex-direction: row-reverse;
3045 flex-direction: row-reverse; }
3046
3047 .elementor-control-type-url .elementor-control-url-more {
3048 display: -webkit-box;
3049 display: -ms-flexbox;
3050 display: flex;
3051 -webkit-box-align: center;
3052 -ms-flex-align: center;
3053 align-items: center;
3054 -webkit-box-pack: center;
3055 -ms-flex-pack: center;
3056 justify-content: center;
3057 -ms-flex-negative: 0;
3058 flex-shrink: 0;
3059 border: 1px solid #d5dadf;
3060 border-left: none;
3061 cursor: pointer; }
3062 .elementor-control-type-url .elementor-control-url-more i {
3063 font-size: 12px; }
3064 .elementor-control-type-url .elementor-control-url-more-options {
3065 display: none;
3066 padding-top: 10px; }
3067 .elementor-control-type-url .elementor-control-url-more-options .elementor-control-field-description {
3068 margin-top: 10px; }
3069
3070 .elementor-control-type-url .elementor-control-url-option {
3071 display: -webkit-box;
3072 display: -ms-flexbox;
3073 display: flex;
3074 -webkit-box-align: center;
3075 -ms-flex-align: center;
3076 align-items: center; }
3077 .elementor-control-type-url .elementor-control-url-option:not(:last-child) {
3078 padding-bottom: 10px; }
3079 .elementor-control-type-url .elementor-control-url-option input,
3080 .elementor-control-type-url .elementor-control-url-option label {
3081 cursor: pointer; }
3082 .elementor-control-type-url .elementor-control-url-option-input {
3083 margin: 0;
3084 padding: 0;
3085 -webkit-border-radius: 2px;
3086 border-radius: 2px;
3087 margin-left: 5px;
3088 -webkit-appearance: none;
3089 -moz-appearance: none;
3090 outline: none;
3091 content: none;
3092 height: 15px;
3093 width: 15px;
3094 border: 1px solid #d5dadf;
3095 display: -webkit-inline-box;
3096 display: -ms-inline-flexbox;
3097 display: inline-flex;
3098 -webkit-box-align: center;
3099 -ms-flex-align: center;
3100 align-items: center;
3101 -webkit-box-pack: center;
3102 -ms-flex-pack: center;
3103 justify-content: center; }
3104 .elementor-control-type-url .elementor-control-url-option-input:checked {
3105 background: #71d7f7;
3106 border: none; }
3107 .elementor-control-type-url .elementor-control-url-option-input:checked:before {
3108 display: block;
3109 content: "";
3110 width: 4px;
3111 height: 7px;
3112 border: solid white;
3113 border-width: 0 2px 2px 0;
3114 -webkit-transform: rotate(45deg);
3115 -ms-transform: rotate(45deg);
3116 transform: rotate(45deg); }
3117 .elementor-control-type-url .elementor-control-url-option label {
3118 font-size: 12px; }
3119
3120 .elementor-control-type-url .elementor-control-url-external-hide .elementor-control-url-more {
3121 display: none; }
3122
3123 .elementor-control-type-url .elementor-control-url-external-show .elementor-input,
3124 .elementor-control-type-url .elementor-control-url-external-show .elementor-dynamic-cover {
3125 -webkit-border-radius: 3px 0 0 3px;
3126 border-radius: 3px 0 0 3px; }
3127
3128 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
3129 display: none;
3130 position: absolute;
3131 top: 5px;
3132 right: 0px;
3133 width: 10px;
3134 height: 10px;
3135 font-size: 10px;
3136 color: #D4D4D4; }
3137
3138 .elementor-control-type-url .elementor-control-url__custom-attributes {
3139 margin-top: 5px; }
3140 .elementor-control-type-url .elementor-control-url__custom-attributes label {
3141 font-size: 12px; }
3142 .elementor-control-type-url .elementor-control-url__custom-attributes input {
3143 width: 100%;
3144 margin-top: 10px; }
3145
3146 .elementor-control-type-url .elementor-input {
3147 direction: ltr; }
3148 .elementor-control-type-url .elementor-input:not(:focus) + .elementor-control-url-more {
3149 border-color: #d5dadf; }
3150 .elementor-control-type-url .elementor-input:focus ~ div {
3151 border-color: #a4afb7; }
3152
3153 .elementor-control-type-url .elementor-control-dynamic-switcher {
3154 border-left: none;
3155 -webkit-border-radius: 0 3px 3px 0;
3156 border-radius: 0 3px 3px 0; }
3157
3158 .elementor-autocomplete-menu {
3159 position: absolute;
3160 background: #fff;
3161 color: #495157;
3162 border: 1px solid #a4afb7;
3163 margin: 0;
3164 list-style: none;
3165 padding: 4px 0;
3166 height: auto;
3167 width: 100%;
3168 min-width: 260px;
3169 max-width: 300px;
3170 max-height: 200px;
3171 overflow-y: auto;
3172 -webkit-border-radius: 3px;
3173 border-radius: 3px;
3174 -webkit-transition: all .3s ease-in-out;
3175 -o-transition: all .3s ease-in-out;
3176 transition: all .3s ease-in-out;
3177 cursor: default;
3178 z-index: 1; }
3179 .elementor-autocomplete-menu .ui-menu-item {
3180 display: -webkit-box;
3181 display: -ms-flexbox;
3182 display: flex;
3183 -webkit-box-pack: justify;
3184 -ms-flex-pack: justify;
3185 justify-content: space-between;
3186 -ms-flex-item-align: baseline;
3187 align-self: baseline;
3188 padding: 5px 8px;
3189 font-size: 12px;
3190 width: 100%;
3191 line-height: 1.2;
3192 cursor: pointer; }
3193 .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 {
3194 background: #e6e9ec; }
3195 .elementor-autocomplete-menu .elementor-autocomplete-item-info {
3196 font-size: 10px;
3197 padding-top: 2px; }
3198
3199 .elementor-control-type-wp_widget .widget-inside {
3200 display: block; }
3201
3202 .elementor-control-type-wp_widget .quicktags-toolbar input {
3203 width: auto; }
3204
3205 .elementor-control-type-wysiwyg.elementor-rich-editing-disabled .wp-editor-container {
3206 margin-top: 10px; }
3207
3208 .elementor-control-type-wysiwyg * {
3209 -webkit-box-sizing: content-box;
3210 box-sizing: content-box; }
3211
3212 .elementor-control-type-wysiwyg .wp-editor-container {
3213 border: 1px solid #e6e9ec; }
3214
3215 .elementor-control-type-wysiwyg .wp-editor-tabs {
3216 border: 1px solid #d5dadf;
3217 border-bottom: none;
3218 -webkit-border-radius: 3px 3px 0 0;
3219 border-radius: 3px 3px 0 0; }
3220
3221 .elementor-control-type-wysiwyg #insert-media-button {
3222 height: initial;
3223 line-height: 24px;
3224 font-size: 10px;
3225 color: #6d7882;
3226 border-color: #d5dadf;
3227 background-color: #e6e9ec;
3228 min-height: initial; }
3229
3230 .elementor-control-type-wysiwyg .ed_button {
3231 height: 22px;
3232 width: initial; }
3233
3234 .elementor-control-type-wysiwyg .wp-media-buttons-icon {
3235 height: 14px;
3236 margin: 0; }
3237 .elementor-control-type-wysiwyg .wp-media-buttons-icon:before {
3238 font-size: 14px; }
3239
3240 .elementor-control-type-wysiwyg .wp-switch-editor {
3241 position: static;
3242 border: none;
3243 margin: 0;
3244 color: #6d7882;
3245 font-size: 10px;
3246 padding: 3px 9px 4px; }
3247
3248 .elementor-control-type-wysiwyg .switch-html {
3249 border: solid #d5dadf;
3250 border-width: 0 1px; }
3251
3252 .elementor-control-type-wysiwyg .html-active .switch-tmce {
3253 background-color: transparent; }
3254
3255 .elementor-control-type-wysiwyg .html-active .switch-html {
3256 background-color: #e6e9ec; }
3257
3258 .elementor-control-type-wysiwyg .tmce-active .switch-tmce {
3259 background-color: #e6e9ec; }
3260
3261 .elementor-control-type-wysiwyg .tmce-active .switch-html {
3262 background-color: transparent; }
3263
3264 .elementor-control-type-wysiwyg .mce-toolbar-grp, .elementor-control-type-wysiwyg .quicktags-toolbar {
3265 background-color: #e6e9ec; }
3266
3267 .elementor-control-type-wysiwyg .mce-toolbar-grp > div {
3268 padding: 0 3px; }
3269
3270 .elementor-control-type-wysiwyg .elementor-wp-editor {
3271 -webkit-box-sizing: border-box;
3272 box-sizing: border-box; }
3273
3274 .elementor-control-type-wysiwyg .mce-ico {
3275 color: #6d7882;
3276 font-size: 16px; }
3277
3278 .elementor-control-type-wysiwyg .mce-btn {
3279 margin-right: 0;
3280 margin-left: 0; }
3281 .elementor-control-type-wysiwyg .mce-btn:hover, .elementor-control-type-wysiwyg .mce-btn:active, .elementor-control-type-wysiwyg .mce-btn.mce-active {
3282 border-color: #d5dadf; }
3283
3284 .elementor-control-type-wysiwyg .mce-path {
3285 padding: 5px 10px; }
3286
3287 .elementor-control-type-wysiwyg .mce-path-item {
3288 font-size: 12px;
3289 color: #6d7882; }
3290
3291 .elementor-control-type-wysiwyg .elementor-control-dynamic-switcher {
3292 border: none; }
3293
3294 .elementor-control-type-text .elementor-control-dynamic-switcher {
3295 border-right-width: 0;
3296 -webkit-border-radius: 3px 0 0 3px;
3297 border-radius: 3px 0 0 3px; }
3298
3299 .elementor-control-type-text.elementor-control-dynamic input {
3300 -webkit-border-radius: 0 3px 3px 0;
3301 border-radius: 0 3px 3px 0; }
3302
3303 #elementor-mode-switcher {
3304 position: absolute;
3305 right: 100%;
3306 top: 50%;
3307 width: 15px;
3308 height: 50px;
3309 -webkit-transform: translateY(-50%);
3310 -ms-transform: translateY(-50%);
3311 transform: translateY(-50%);
3312 background-color: #e6e9ec;
3313 font-size: 15px;
3314 -webkit-box-shadow: -3px 1px 5px rgba(0, 0, 0, 0.1);
3315 box-shadow: -3px 1px 5px rgba(0, 0, 0, 0.1);
3316 cursor: pointer; }
3317 #elementor-mode-switcher:hover {
3318 background-color: #93003c;
3319 color: #FFFFFF; }
3320
3321 #elementor-mode-switcher-inner, #elementor-mode-switcher-preview {
3322 width: 100%;
3323 height: 100%;
3324 position: absolute;
3325 top: 0;
3326 left: 0; }
3327
3328 #elementor-mode-switcher-preview {
3329 cursor: pointer; }
3330 #elementor-mode-switcher-preview .eicon {
3331 position: absolute;
3332 top: 50%;
3333 left: 50%;
3334 -webkit-transform: translate(-50%, -50%);
3335 -ms-transform: translate(-50%, -50%);
3336 transform: translate(-50%, -50%); }
3337
3338 #elementor-mode-switcher-preview-input {
3339 display: none; }
3340
3341 .elementor-revision-item__wrapper {
3342 display: -webkit-box;
3343 display: -ms-flexbox;
3344 display: flex;
3345 -webkit-box-align: center;
3346 -ms-flex-align: center;
3347 align-items: center;
3348 border: 1px solid #d5dadf;
3349 padding: 10px 15px;
3350 margin-bottom: 10px;
3351 font-size: 11px;
3352 -webkit-transition: all 0.3s;
3353 -o-transition: all 0.3s;
3354 transition: all 0.3s; }
3355 .elementor-revision-item__wrapper.current {
3356 font-weight: bold; }
3357 .elementor-revision-item__wrapper .elementor-revision-item__tools-current {
3358 color: #71d7f7; }
3359
3360 .elementor-revision-item:hover:not(.elementor-revision-current-preview) {
3361 background-color: rgba(230, 233, 236, 0.3); }
3362
3363 .elementor-revision-item-loading .elementor-revision-item__tools-current {
3364 display: none; }
3365
3366 .elementor-revision-item:not(.elementor-revision-item-loading) .elementor-revision-item__tools-spinner {
3367 display: none; }
3368
3369 .elementor-revision-item__gravatar {
3370 -webkit-border-radius: 50%;
3371 border-radius: 50%;
3372 overflow: hidden; }
3373 .elementor-revision-item__gravatar img {
3374 display: block; }
3375
3376 .elementor-revision-item__details {
3377 padding-right: 15px;
3378 -webkit-box-flex: 1;
3379 -ms-flex-positive: 1;
3380 flex-grow: 1;
3381 cursor: pointer; }
3382
3383 .elementor-revision-meta {
3384 padding-top: 5px;
3385 font-size: 10px;
3386 font-weight: bold; }
3387
3388 .elementor-revision-current-preview {
3389 background-color: #e6e9ec; }
3390
3391 #elementor-restore-autosave-dialog.dialog-widget {
3392 background-color: rgba(0, 0, 0, 0.3); }
3393
3394 #elementor-panel-revisions-loading {
3395 position: absolute;
3396 top: 50%;
3397 left: 50%;
3398 -webkit-transform: translate(-50%, -50%);
3399 -ms-transform: translate(-50%, -50%);
3400 transform: translate(-50%, -50%); }
3401 #elementor-panel-revisions-loading .eicon-loading {
3402 font-size: 50px;
3403 color: #a4afb7; }
3404
3405 .elementor-history-item {
3406 display: -webkit-box;
3407 display: -ms-flexbox;
3408 display: flex;
3409 -webkit-box-align: center;
3410 -ms-flex-align: center;
3411 align-items: center;
3412 border: 1px solid #d5dadf;
3413 padding: 10px 15px;
3414 margin-bottom: 10px;
3415 font-size: 11px;
3416 line-height: 1.4;
3417 cursor: pointer;
3418 -webkit-transition: all 0.3s;
3419 -o-transition: all 0.3s;
3420 transition: all 0.3s; }
3421 .elementor-history-item:hover {
3422 background-color: rgba(230, 233, 236, 0.3); }
3423 .elementor-history-item:hover .elementor-history-item__icon .eicon:before {
3424 content: '\e924'; }
3425 .elementor-history-item-applied {
3426 color: #a4afb7; }
3427 .elementor-history-item-current {
3428 background: #e6e9ec;
3429 cursor: default; }
3430 .elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before {
3431 content: '\e90e'; }
3432 .elementor-history-item__details {
3433 width: 95%; }
3434 .elementor-history-item__title {
3435 font-weight: bold; }
3436 .elementor-history-item__subtitle, .elementor-history-item__action {
3437 font-weight: lighter; }
3438 .elementor-history-item__action {
3439 font-style: italic;
3440 text-decoration: underline; }
3441 .elementor-history-item .__icon {
3442 float: left; }
3443
3444 .elementor-history-revisions-message {
3445 font-size: 11px;
3446 text-align: center;
3447 padding-top: 5px; }
3448
3449 #elementor-panel-history {
3450 padding: 20px 20px 15px; }
3451 #elementor-panel-history.elementor-empty .elementor-history-revisions-message {
3452 padding-top: 20px; }
3453 #elementor-panel-history:not(.elementor-empty) {
3454 background-color: #fff;
3455 margin-top: 10px; }
3456
3457 #elementor-panel-history-no-items,
3458 #elementor-panel-revisions-no-revisions {
3459 text-align: center; }
3460 #elementor-panel-history-no-items .elementor-nerd-box-icon,
3461 #elementor-panel-revisions-no-revisions .elementor-nerd-box-icon {
3462 margin-top: 20px; }
3463
3464 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close,
3465 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back {
3466 display: none; }
3467
3468 .elementor-editor-kit .elementor-panel #elementor-panel-header {
3469 background-color: #4ab7f4; }
3470 .elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close,
3471 .elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back {
3472 display: table-cell; }
3473 body:not(.e-routes-has-history) #elementor-panel-header-kit-back {
3474 pointer-events: none;
3475 opacity: 0.4; }
3476 body:not(.e-routes-has-history) #elementor-panel-header-kit-back:hover .elementor-icon {
3477 cursor: inherit;
3478 color: inherit; }
3479
3480 .elementor-editor-kit .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active {
3481 border-bottom-color: #4ab7f4; }
3482
3483 .elementor-editor-kit .elementor-panel #elementor-panel-page-settings .elementor-panel-navigation {
3484 display: none; }
3485
3486 .elementor-editor-kit .elementor-panel #elementor-panel-saver-button-publish.elementor-button.elementor-button-success:not(.elementor-disabled),
3487 .elementor-editor-kit .elementor-panel #elementor-panel-saver-button-save-options.elementor-button.elementor-button-success:not(.elementor-disabled) {
3488 background-color: #4ab7f4; }
3489
3490 .elementor-editor-kit .elementor-panel #elementor-panel-page-menu {
3491 padding: 25px 15px 0; }
3492
3493 .elementor-editor-kit #elementor-panel-header-add-button,
3494 .elementor-editor-kit #elementor-panel-header-menu-button,
3495 .elementor-editor-kit #elementor-panel-footer-sub-menu-item-save-template,
3496 .elementor-editor-kit #elementor-panel-footer-navigator {
3497 display: none; }
3498
3499 .elementor-control-type-global-style-repeater .elementor-repeater-fields {
3500 margin-bottom: 15px;
3501 position: relative; }
3502
3503 .elementor-control-type-global-style-repeater .elementor-repeater-row-controls {
3504 display: -webkit-box;
3505 display: -ms-flexbox;
3506 display: flex;
3507 -webkit-box-align: center;
3508 -ms-flex-align: center;
3509 align-items: center; }
3510
3511 .elementor-control-type-global-style-repeater .elementor-repeater-row-tool {
3512 cursor: pointer;
3513 color: #d5dadf;
3514 padding: 5px; }
3515
3516 .elementor-control-type-global-style-repeater .elementor-control {
3517 padding: 0; }
3518 .elementor-control-type-global-style-repeater .elementor-control-title {
3519 -webkit-box-flex: 1;
3520 -ms-flex-positive: 1;
3521 flex-grow: 1; }
3522 .elementor-control-type-global-style-repeater .elementor-control-title input {
3523 max-width: 135px; }
3524 .elementor-control-type-global-style-repeater .elementor-control-title input:not(:focus) {
3525 background: none;
3526 border: none; }
3527 .elementor-control-type-global-style-repeater .elementor-control-input-wrapper {
3528 display: -webkit-box;
3529 display: -ms-flexbox;
3530 display: flex;
3531 -webkit-box-align: center;
3532 -ms-flex-align: center;
3533 align-items: center;
3534 min-width: 81px; }
3535 .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:hover .e-global-colors__color-value {
3536 display: none; }
3537 .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-remove,
3538 .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-remove--disabled {
3539 display: none; }
3540
3541 .elementor-control-type-global-style-repeater .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
3542 margin-top: 0; }
3543
3544 .elementor-control-type-global-style-repeater .elementor-controls-popover {
3545 -ms-flex-item-align: end;
3546 align-self: end;
3547 margin-top: 35px;
3548 top: 0;
3549 width: 100%; }
3550 .elementor-control-type-global-style-repeater .elementor-controls-popover:before {
3551 left: 5px; }
3552 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control {
3553 padding: 0 20px 15px; }
3554 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control-title {
3555 -webkit-box-flex: initial;
3556 -ms-flex-positive: initial;
3557 flex-grow: initial; }
3558
3559 .elementor-control-type-global-style-repeater .elementor-button-wrapper {
3560 text-align: center;
3561 border-top: 1px solid #e6e9ec;
3562 max-width: 260px;
3563 padding-top: 15px; }
3564
3565 .elementor-control-type-global-style-repeater .pickr,
3566 .elementor-control-type-global-style-repeater .elementor-control-popover-toggle-toggle-label {
3567 margin-right: 5px; }
3568
3569 .elementor-control-system_colors, .elementor-control-system_typography {
3570 padding-bottom: 0; }
3571
3572 .e-global-colors__color-value {
3573 color: #d5dadf;
3574 font-size: 10px;
3575 padding: 0 5px; }
3576
3577 @-webkit-keyframes load {
3578 0% {
3579 opacity: .3; }
3580 50% {
3581 opacity: 1; }
3582 100% {
3583 opacity: .3; } }
3584
3585 @keyframes load {
3586 0% {
3587 opacity: .3; }
3588 50% {
3589 opacity: 1; }
3590 100% {
3591 opacity: .3; } }
3592
3593 @-webkit-keyframes fadeIn {
3594 from {
3595 opacity: 0; }
3596 to {
3597 opacity: 1; } }
3598
3599 @keyframes fadeIn {
3600 from {
3601 opacity: 0; }
3602 to {
3603 opacity: 1; } }
3604
3605 @-webkit-keyframes mover {
3606 0% {
3607 -webkit-transform: translateY(0);
3608 transform: translateY(0); }
3609 100% {
3610 -webkit-transform: translateY(-5px);
3611 transform: translateY(-5px); } }
3612
3613 @keyframes mover {
3614 0% {
3615 -webkit-transform: translateY(0);
3616 transform: translateY(0); }
3617 100% {
3618 -webkit-transform: translateY(-5px);
3619 transform: translateY(-5px); } }
3620
3621 @-webkit-keyframes slideDown {
3622 0% {
3623 -webkit-transform: translateY(-30px);
3624 transform: translateY(-30px); }
3625 100% {
3626 -webkit-transform: translateY(0);
3627 transform: translateY(0); } }
3628
3629 @keyframes slideDown {
3630 0% {
3631 -webkit-transform: translateY(-30px);
3632 transform: translateY(-30px); }
3633 100% {
3634 -webkit-transform: translateY(0);
3635 transform: translateY(0); } }
3636
3637 #elementor-preview {
3638 background-color: #333;
3639 position: absolute;
3640 height: 100%;
3641 top: 0;
3642 right: 0;
3643 border: 0; }
3644 .elementor-device-desktop #elementor-preview {
3645 overflow-y: hidden; }
3646 body:not(.elementor-device-desktop) #elementor-preview {
3647 overflow-y: auto; }
3648
3649 #elementor-preview-responsive-wrapper {
3650 position: absolute;
3651 top: 0;
3652 bottom: 0;
3653 left: 0;
3654 right: 0;
3655 -webkit-transition: all .5s ease 0s;
3656 -o-transition: all .5s ease 0s;
3657 transition: all .5s ease 0s; }
3658 .elementor-device-desktop #elementor-preview-responsive-wrapper {
3659 min-width: 1025px;
3660 margin: 0 auto;
3661 width: 100%;
3662 height: 100%; }
3663 .elementor-device-tablet #elementor-preview-responsive-wrapper {
3664 width: 768px;
3665 height: 1025px;
3666 padding: 40px 10px 70px; }
3667 .elementor-device-mobile #elementor-preview-responsive-wrapper {
3668 width: 360px;
3669 height: 640px;
3670 padding: 40px 10px 70px; }
3671 body:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper {
3672 -webkit-border-radius: 30px;
3673 border-radius: 30px;
3674 background-color: #111;
3675 margin: 30px auto 80px;
3676 -webkit-box-sizing: content-box;
3677 box-sizing: content-box; }
3678
3679 #elementor-preview-iframe {
3680 width: 100%;
3681 height: 100%;
3682 background-color: #fff; }
3683
3684 .tipsy {
3685 font-size: 10px;
3686 position: absolute;
3687 padding: 5px;
3688 z-index: 100000; }
3689
3690 .tipsy-inner {
3691 background-color: #000;
3692 color: #FFF;
3693 max-width: 200px;
3694 padding: 6px 12px 6px;
3695 text-align: center;
3696 -webkit-border-radius: 3px;
3697 border-radius: 3px;
3698 -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
3699 box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
3700
3701 .tipsy-arrow {
3702 position: absolute;
3703 width: 0;
3704 height: 0;
3705 line-height: 0;
3706 border: 5px dashed #000; }
3707
3708 .tipsy-arrow-n {
3709 border-bottom-color: #000; }
3710
3711 .tipsy-arrow-s {
3712 border-top-color: #000; }
3713
3714 .tipsy-arrow-e {
3715 border-left-color: #000; }
3716
3717 .tipsy-arrow-w {
3718 border-right-color: #000; }
3719
3720 .tipsy-n .tipsy-arrow, .tipsy-nw .tipsy-arrow {
3721 border-left-color: transparent;
3722 border-right-color: transparent;
3723 top: 0;
3724 border-bottom-style: solid;
3725 border-top: none; }
3726
3727 .tipsy-n .tipsy-arrow {
3728 left: 50%;
3729 margin-left: -5px; }
3730
3731 .tipsy-nw .tipsy-arrow {
3732 left: 10px; }
3733
3734 .tipsy-ne .tipsy-arrow {
3735 top: 0;
3736 right: 10px;
3737 border-bottom-style: solid;
3738 border-top: none;
3739 border-left-color: transparent;
3740 border-right-color: transparent; }
3741
3742 .tipsy-s .tipsy-arrow, .tipsy-se .tipsy-arrow, .tipsy-sw .tipsy-arrow {
3743 bottom: 0;
3744 border-top-style: solid;
3745 border-bottom: none;
3746 border-left-color: transparent;
3747 border-right-color: transparent; }
3748
3749 .tipsy-s .tipsy-arrow {
3750 left: 50%;
3751 margin-left: -5px; }
3752
3753 .tipsy-sw .tipsy-arrow {
3754 left: 10px; }
3755
3756 .tipsy-se .tipsy-arrow {
3757 right: 10px; }
3758
3759 .tipsy-e .tipsy-arrow, .tipsy-w .tipsy-arrow {
3760 top: 50%;
3761 margin-top: -5px;
3762 border-top-color: transparent;
3763 border-bottom-color: transparent; }
3764
3765 .tipsy-e .tipsy-arrow {
3766 right: 0;
3767 border-left-style: solid;
3768 border-right: none; }
3769
3770 .tipsy-w .tipsy-arrow {
3771 left: 0;
3772 border-right-style: solid;
3773 border-left: none; }
3774
3775 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
3776 font-style: normal;
3777 text-decoration: underline;
3778 color: #39b54a; }
3779 #elementor-template-library-modal a.elementor-template-library-blank-footer-link:hover {
3780 color: #2d8e3a; }
3781
3782 #elementor-template-library-modal .dialog-buttons-wrapper {
3783 display: none; }
3784
3785 #elementor-template-library-modal .select2-container {
3786 z-index: 0; }
3787
3788 #elementor-template-library-header-menu {
3789 text-align: center;
3790 color: #6d7882;
3791 font-size: 13px; }
3792
3793 .elementor-template-library-menu-item {
3794 display: inline-block;
3795 padding: 17px 0;
3796 width: 115px;
3797 cursor: pointer; }
3798 .elementor-template-library-menu-item.elementor-active {
3799 background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f5), to(#fff));
3800 background-image: -webkit-linear-gradient(top, #f1f3f5, #fff);
3801 background-image: -o-linear-gradient(top, #f1f3f5, #fff);
3802 background-image: linear-gradient(to bottom, #f1f3f5, #fff);
3803 border-bottom: 3px solid #93003c; }
3804
3805 #elementor-template-library-header-actions {
3806 display: -webkit-box;
3807 display: -ms-flexbox;
3808 display: flex; }
3809 #elementor-template-library-header-actions > div {
3810 padding-left: 16px; }
3811
3812 #elementor-template-library-header-preview-insert-wrapper {
3813 cursor: default;
3814 padding: 0 10px; }
3815 #elementor-template-library-header-preview-insert-wrapper .elementor-button {
3816 padding: 8px 14px;
3817 font-size: 11px; }
3818 #elementor-template-library-header-preview-insert-wrapper .elementor-template-library-template-insert {
3819 color: #fff;
3820 background-color: #39b54a; }
3821 #elementor-template-library-header-preview-insert-wrapper .elementor-go-pro {
3822 background-color: #93003c;
3823 color: #fff; }
3824
3825 #elementor-template-library-header-preview-back {
3826 padding: 16.5px 0 15px 16.5px;
3827 border-left: 1px solid #e6e9ec;
3828 cursor: pointer;
3829 -webkit-transition: color .5s;
3830 -o-transition: color .5s;
3831 transition: color .5s; }
3832 #elementor-template-library-header-preview-back:not(:hover) {
3833 color: #a4afb7; }
3834 #elementor-template-library-header-preview-back i {
3835 padding-left: 10px;
3836 font-size: 18px; }
3837 #elementor-template-library-header-preview-back i:before {
3838 content: ""; }
3839
3840 #elementor-template-library-templates {
3841 padding: 0 15px; }
3842 #elementor-template-library-templates[data-template-source="local"] #elementor-template-library-templates-container {
3843 -webkit-box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.03);
3844 box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.03);
3845 margin-top: 10px;
3846 margin-bottom: 45px; }
3847 #elementor-template-library-templates[data-template-source="local"] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
3848 color: #6d7882; }
3849 #elementor-template-library-templates[data-template-source="remote"] #elementor-template-library-templates-container {
3850 margin: 10px -15px 0; }
3851 #elementor-template-library-templates[data-template-source="remote"] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
3852 color: #495157; }
3853 #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 {
3854 display: none; }
3855 #elementor-template-library-templates.elementor-templates-filter-active #elementor-template-library-footer-banner {
3856 display: none; }
3857 #elementor-template-library-templates .elementor-template-library-order-input {
3858 display: none; }
3859 #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
3860 padding-left: 8px; }
3861 #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label:after {
3862 font-family: eicons;
3863 content: '\e8ae';
3864 margin-right: 3px; }
3865 #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after {
3866 content: '\e8ad'; }
3867
3868 #elementor-template-library-templates-container {
3869 display: -webkit-box;
3870 display: -ms-flexbox;
3871 display: flex;
3872 -ms-flex-wrap: wrap;
3873 flex-wrap: wrap;
3874 -webkit-box-align: start;
3875 -ms-flex-align: start;
3876 align-items: flex-start; }
3877 #elementor-template-library-templates-container .elementor-template-library-template-local .elementor-template-library-template-insert {
3878 text-transform: none;
3879 font-size: 12px; }
3880
3881 #elementor-template-library-toolbar {
3882 display: -webkit-box;
3883 display: -ms-flexbox;
3884 display: flex;
3885 -webkit-box-pack: justify;
3886 -ms-flex-pack: justify;
3887 justify-content: space-between;
3888 -webkit-box-align: center;
3889 -ms-flex-align: center;
3890 align-items: center; }
3891
3892 .elementor-template-library-filter-toolbar {
3893 display: -webkit-box;
3894 display: -ms-flexbox;
3895 display: flex;
3896 -webkit-box-align: center;
3897 -ms-flex-align: center;
3898 align-items: center; }
3899
3900 #elementor-template-library-filter-toolbar-remote {
3901 font-size: 11px; }
3902
3903 #elementor-template-library-order {
3904 display: -webkit-box;
3905 display: -ms-flexbox;
3906 display: flex;
3907 border-left: 1px solid #d5dadf; }
3908
3909 .elementor-template-library-order-label {
3910 text-transform: uppercase;
3911 padding-left: 22px;
3912 -webkit-user-select: none;
3913 -moz-user-select: none;
3914 -ms-user-select: none;
3915 user-select: none; }
3916
3917 label.elementor-template-library-order-label {
3918 cursor: pointer; }
3919 label.elementor-template-library-order-label:hover {
3920 color: #556068; }
3921
3922 #elementor-template-library-filter .select2 {
3923 text-align: right;
3924 width: calc(27px * 5) !important; }
3925
3926 #elementor-template-library-filter .select2-selection__rendered {
3927 text-transform: capitalize; }
3928
3929 #select2-elementor-template-library-filter-subtype-results .select2-results__option {
3930 text-transform: capitalize;
3931 text-align: right;
3932 padding-right: 5px; }
3933
3934 #elementor-template-library-my-favorites {
3935 -webkit-box-flex: 1;
3936 -ms-flex-positive: 1;
3937 flex-grow: 1;
3938 text-align: right;
3939 padding-right: 20px; }
3940
3941 #elementor-template-library-filter-my-favorites {
3942 display: none; }
3943 #elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label {
3944 color: #495157; }
3945 #elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label i:after {
3946 color: #93003c;
3947 content: '\e93f'; }
3948
3949 #elementor-template-library-filter-my-favorites-label {
3950 cursor: pointer;
3951 text-transform: uppercase; }
3952 #elementor-template-library-filter-my-favorites-label:hover {
3953 color: #556068; }
3954 #elementor-template-library-filter-my-favorites-label:hover i:after {
3955 color: #93003c; }
3956 #elementor-template-library-filter-my-favorites-label i {
3957 padding-left: 5px; }
3958 #elementor-template-library-filter-my-favorites-label i:after {
3959 color: #a4afb7;
3960 content: '\e923'; }
3961
3962 #elementor-template-library-filter-text-wrapper {
3963 width: 200px;
3964 position: relative; }
3965 #elementor-template-library-filter-text-wrapper i {
3966 position: absolute;
3967 top: 50%;
3968 left: 0;
3969 -webkit-transform: translateY(-50%);
3970 -ms-transform: translateY(-50%);
3971 transform: translateY(-50%); }
3972
3973 #elementor-template-library-filter-text {
3974 border: none;
3975 border-bottom: 1px solid #d5dadf;
3976 -webkit-border-radius: 0;
3977 border-radius: 0;
3978 font-size: 11px;
3979 padding: 8px 15px 8px 0;
3980 -webkit-transition: border 0.5s;
3981 -o-transition: border 0.5s;
3982 transition: border 0.5s; }
3983 #elementor-template-library-filter-text:focus {
3984 border-color: #c2cbd2; }
3985 #elementor-template-library-filter-text::-webkit-input-placeholder {
3986 font-weight: 300;
3987 text-transform: uppercase; }
3988 #elementor-template-library-filter-text::-moz-placeholder {
3989 font-weight: 300;
3990 text-transform: uppercase; }
3991 #elementor-template-library-filter-text::-ms-input-placeholder {
3992 font-weight: 300;
3993 text-transform: uppercase; }
3994 #elementor-template-library-filter-text::placeholder {
3995 font-weight: 300;
3996 text-transform: uppercase; }
3997 #elementor-template-library-filter-text:focus {
3998 border-color: #c2cbd2; }
3999
4000 .elementor-template-library-template-remote {
4001 margin: 15px;
4002 padding: 8px;
4003 background-color: #fff;
4004 -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.07);
4005 box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.07);
4006 -webkit-border-radius: 3px;
4007 border-radius: 3px; }
4008 .elementor-template-library-template-remote:hover .elementor-template-library-template-name {
4009 display: none; }
4010 .elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview {
4011 opacity: 0; }
4012 .elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite,
4013 .elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action {
4014 display: none; }
4015 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
4016 position: absolute;
4017 content: 'pro';
4018 text-transform: uppercase;
4019 top: 5px;
4020 left: 5px;
4021 background-color: #93003c;
4022 color: #d5dadf;
4023 padding: 2px 4px 0;
4024 font-size: 9px;
4025 -webkit-border-radius: 2px;
4026 border-radius: 2px; }
4027 .elementor-template-library-template-remote:not(.elementor-template-library-template-page) {
4028 position: relative;
4029 width: calc(33.333% - 30px);
4030 overflow: hidden; }
4031 .elementor-template-library-template-remote:not(.elementor-template-library-template-page) img {
4032 display: block;
4033 width: 100%; }
4034 .elementor-template-library-template-remote:not(.elementor-template-library-template-page) .elementor-template-library-template-footer {
4035 position: absolute;
4036 width: 100%;
4037 bottom: 0;
4038 right: 0;
4039 padding: 10px;
4040 background-color: #fff;
4041 -webkit-transition: -webkit-transform .5s;
4042 transition: -webkit-transform .5s;
4043 -o-transition: transform .5s;
4044 transition: transform .5s;
4045 transition: transform .5s, -webkit-transform .5s; }
4046 .elementor-template-library-template-remote:not(.elementor-template-library-template-page) .elementor-template-library-template-name {
4047 display: none; }
4048 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(:hover) .elementor-template-library-template-footer {
4049 -webkit-transform: translateY(100%);
4050 -ms-transform: translateY(100%);
4051 transform: translateY(100%); }
4052 .elementor-template-library-template-remote .elementor-template-library-template-body {
4053 position: relative; }
4054 @media (max-width: 1025px) {
4055 .elementor-template-library-template-remote .elementor-template-library-template-body {
4056 height: 300px; } }
4057 .elementor-template-library-template-remote .elementor-template-library-template-screenshot {
4058 height: 100%;
4059 -webkit-background-size: cover;
4060 background-size: cover;
4061 background-position-x: 50%;
4062 -webkit-box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07);
4063 box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); }
4064 .elementor-template-library-template-remote .elementor-template-library-template-preview {
4065 position: absolute;
4066 top: 0;
4067 left: 0;
4068 width: 100%;
4069 height: 100%;
4070 background-color: rgba(0, 0, 0, 0.5);
4071 -webkit-transition: opacity .5s;
4072 -o-transition: opacity .5s;
4073 transition: opacity .5s;
4074 cursor: pointer; }
4075 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
4076 font-size: 20px;
4077 color: #d5dadf;
4078 position: absolute;
4079 top: 50%;
4080 left: 50%;
4081 -webkit-transform: translate(-50%, -50%);
4082 -ms-transform: translate(-50%, -50%);
4083 transform: translate(-50%, -50%); }
4084 .elementor-template-library-template-remote .elementor-template-library-template-insert {
4085 color: #39b54a; }
4086 .elementor-template-library-template-remote .elementor-go-pro {
4087 color: #93003c; }
4088 .elementor-template-library-template-remote .elementor-template-library-template-footer {
4089 display: -webkit-box;
4090 display: -ms-flexbox;
4091 display: flex;
4092 -webkit-box-pack: justify;
4093 -ms-flex-pack: justify;
4094 justify-content: space-between;
4095 margin-top: 10px;
4096 font-size: 11px;
4097 line-height: 1; }
4098 .elementor-template-library-template-remote .elementor-template-library-template-name {
4099 text-align: right;
4100 color: #6d7882;
4101 -webkit-box-flex: 1;
4102 -ms-flex-positive: 1;
4103 flex-grow: 1;
4104 white-space: nowrap;
4105 -o-text-overflow: ellipsis;
4106 text-overflow: ellipsis;
4107 overflow: hidden;
4108 padding-left: 5px; }
4109 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input {
4110 display: none; }
4111 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
4112 content: '\e93f';
4113 color: #93003c; }
4114 .elementor-template-library-template-remote .elementor-template-library-template-favorite-label {
4115 cursor: pointer; }
4116 .elementor-template-library-template-remote .elementor-template-library-template-favorite-label:hover i {
4117 color: #93003c; }
4118
4119 @media (max-width: 1439px) {
4120 .elementor-template-library-template-page {
4121 width: calc(25% - 30px); } }
4122
4123 @media (min-width: 1440px) {
4124 .elementor-template-library-template-page {
4125 width: calc(20% - 30px); } }
4126
4127 @media (max-width: 1025px) {
4128 .elementor-template-library-template-page {
4129 width: calc(33.333% - 30px); } }
4130
4131 .elementor-template-library-template-page .elementor-template-library-template-body {
4132 height: 200px; }
4133
4134 #elementor-template-library-order-toolbar-local,
4135 .elementor-template-library-template-local {
4136 display: -webkit-box;
4137 display: -ms-flexbox;
4138 display: flex;
4139 -webkit-box-align: center;
4140 -ms-flex-align: center;
4141 align-items: center;
4142 padding: 0 25px;
4143 text-align: right; }
4144
4145 #elementor-template-library-order-toolbar-local {
4146 margin-top: 30px; }
4147 #elementor-template-library-order-toolbar-local .elementor-template-library-order-label {
4148 line-height: 1;
4149 font-size: 10px;
4150 font-weight: 500; }
4151 #elementor-template-library-order-toolbar-local .elementor-template-library-order-label:not(:hover) {
4152 color: #a4afb7; }
4153
4154 .elementor-template-library-template-local {
4155 height: 50px;
4156 width: 100%;
4157 margin-top: 1px;
4158 background-color: #fff;
4159 -webkit-transition: background-color .3s linear;
4160 -o-transition: background-color .3s linear;
4161 transition: background-color .3s linear; }
4162 .elementor-template-library-template-local:hover {
4163 background-color: #fafbfb; }
4164 .elementor-template-library-template-local:not(:hover) .elementor-template-library-template-insert {
4165 background: none;
4166 color: #a4afb7; }
4167 .elementor-template-library-template-local:first-child {
4168 -webkit-border-radius: 3px 3px 0 0;
4169 border-radius: 3px 3px 0 0; }
4170 .elementor-template-library-template-local:last-child {
4171 -webkit-border-radius: 0 0 3px 3px;
4172 border-radius: 0 0 3px 3px; }
4173 .elementor-template-library-template-local .elementor-template-library-template-name {
4174 font-weight: 500; }
4175 .elementor-template-library-template-local .elementor-template-library-template-name,
4176 .elementor-template-library-template-local .elementor-template-library-template-meta {
4177 padding-left: 20px; }
4178 .elementor-template-library-template-local .elementor-template-library-template-meta {
4179 color: #a4afb7; }
4180 .elementor-template-library-template-local .elementor-template-library-template-name,
4181 .elementor-template-library-template-local .elementor-template-library-template-meta,
4182 .elementor-template-library-template-local .elementor-template-library-template-preview,
4183 .elementor-template-library-template-local .elementor-template-library-template-action {
4184 white-space: nowrap;
4185 -o-text-overflow: ellipsis;
4186 text-overflow: ellipsis;
4187 overflow: hidden; }
4188 .elementor-template-library-template-local .elementor-template-library-template-controls {
4189 position: relative;
4190 display: -webkit-box;
4191 display: -ms-flexbox;
4192 display: flex;
4193 -webkit-box-align: center;
4194 -ms-flex-align: center;
4195 align-items: center; }
4196 .elementor-template-library-template-local .elementor-template-library-template-controls,
4197 .elementor-template-library-template-local .elementor-template-library-template-controls a {
4198 color: #a4afb7; }
4199 .elementor-template-library-template-local .elementor-template-library-template-controls > div {
4200 cursor: pointer;
4201 -webkit-transition: color .5s;
4202 -o-transition: color .5s;
4203 transition: color .5s; }
4204 .elementor-template-library-template-local .elementor-template-library-template-insert i {
4205 margin-left: 3px; }
4206 .elementor-template-library-template-local .elementor-template-library-template-control-title {
4207 margin-right: 6px; }
4208 .elementor-template-library-template-local .elementor-template-library-template-more:hover,
4209 .elementor-template-library-template-local .elementor-template-library-template-more a:hover {
4210 color: #556068; }
4211 .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover {
4212 color: #d72b3f; }
4213 .elementor-template-library-template-local .elementor-template-library-template-action {
4214 padding: 8px 18px;
4215 margin: 0 5%; }
4216 .elementor-template-library-template-local .elementor-template-library-template-more {
4217 display: none;
4218 position: absolute;
4219 background-color: #fff;
4220 padding: 3px 20px;
4221 -webkit-border-radius: 3px;
4222 border-radius: 3px;
4223 -webkit-box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
4224 box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
4225 top: 100%;
4226 left: 0;
4227 -webkit-transform: translateX(-65%) translateY(-7px);
4228 -ms-transform: translateX(-65%) translateY(-7px);
4229 transform: translateX(-65%) translateY(-7px);
4230 z-index: 1; }
4231 .elementor-template-library-template-local .elementor-template-library-template-more:before {
4232 content: '';
4233 position: absolute;
4234 border: solid transparent;
4235 border-width: 8px 4px;
4236 border-bottom-color: #fff;
4237 -webkit-transform: translateY(-100%);
4238 -ms-transform: translateY(-100%);
4239 transform: translateY(-100%); }
4240 .elementor-template-library-template-local .elementor-template-library-template-more > div {
4241 margin: 10px 0;
4242 font-size: 11px; }
4243 .elementor-template-library-template-local .elementor-template-library-template-more-toggle {
4244 -webkit-box-flex: 1;
4245 -ms-flex-positive: 1;
4246 flex-grow: 1;
4247 text-align: left; }
4248 .elementor-template-library-template-local .elementor-template-library-template-more-toggle i {
4249 font-size: 16px; }
4250
4251 #elementor-template-library-preview {
4252 height: 100%;
4253 overflow: hidden; }
4254 #elementor-template-library-preview iframe {
4255 height: 150%;
4256 -webkit-transform: scale(0.666) translateX(25%) translateY(-25%);
4257 -ms-transform: scale(0.666) translateX(25%) translateY(-25%);
4258 transform: scale(0.666) translateX(25%) translateY(-25%); }
4259 @media (max-width: 1439px) {
4260 #elementor-template-library-preview iframe {
4261 width: 1440px; } }
4262 @media (min-width: 1440px) {
4263 #elementor-template-library-preview iframe {
4264 width: 1710px; } }
4265
4266 .elementor-template-library-blank-icon {
4267 font-size: 65px;
4268 margin-top: 45px;
4269 color: #c2cbd2;
4270 line-height: 1; }
4271 .elementor-template-library-blank-icon img {
4272 width: 70px; }
4273 .elementor-template-library-blank-icon .elementor-template-library-no-results {
4274 width: 200px; }
4275
4276 .elementor-template-library-blank-title {
4277 font-size: 30px;
4278 margin-top: 40px; }
4279 @media (max-width: 1439px) {
4280 .elementor-template-library-blank-title {
4281 font-size: 25px; } }
4282
4283 .elementor-template-library-blank-message {
4284 font-size: 18px;
4285 color: #a4afb7;
4286 margin-top: 15px;
4287 font-weight: 300; }
4288 @media (max-width: 1439px) {
4289 .elementor-template-library-blank-message {
4290 font-size: 16px;
4291 margin-top: 10px; } }
4292
4293 #elementor-template-library-save-template-form {
4294 margin-top: 40px;
4295 display: -webkit-box;
4296 display: -ms-flexbox;
4297 display: flex;
4298 -webkit-box-align: center;
4299 -ms-flex-align: center;
4300 align-items: center;
4301 -webkit-box-pack: center;
4302 -ms-flex-pack: center;
4303 justify-content: center; }
4304 #elementor-template-library-save-template-form > * {
4305 height: 55px;
4306 font-size: 16px; }
4307
4308 #elementor-template-library-save-template-name {
4309 width: 500px;
4310 background-color: #fff;
4311 font-weight: 300;
4312 color: #a4afb7;
4313 padding-right: 25px;
4314 -webkit-border-radius: 0 3px 3px 0;
4315 border-radius: 0 3px 3px 0;
4316 border: none; }
4317
4318 #elementor-template-library-save-template-submit {
4319 width: 150px;
4320 -webkit-border-radius: 3px 0 0 3px;
4321 border-radius: 3px 0 0 3px; }
4322 #elementor-template-library-save-template-submit:hover {
4323 -webkit-box-shadow: none;
4324 box-shadow: none; }
4325
4326 #elementor-template-library-import-form {
4327 width: 95%;
4328 background-color: rgba(255, 255, 255, 0.5);
4329 padding: 60px;
4330 border: 2px dashed #d5dadf;
4331 margin: 35px auto;
4332 -webkit-transition: background-color 0.5s;
4333 -o-transition: background-color 0.5s;
4334 transition: background-color 0.5s; }
4335 #elementor-template-library-import-form:hover {
4336 background-color: rgba(255, 255, 255, 0.9); }
4337 #elementor-template-library-import-form-or {
4338 margin-top: 15px;
4339 font-size: 18px; }
4340 #elementor-template-library-import-form-label {
4341 margin-top: 20px;
4342 padding: 15px 35px;
4343 display: inline-block; }
4344 #elementor-template-library-import-form-input {
4345 display: none; }
4346 #elementor-template-library-import-form.elementor-drag-over {
4347 border: 3px dashed #71d7f7; }
4348
4349 #elementor-template-library-import .elementor-template-library-blank-icon {
4350 margin-top: 0; }
4351
4352 #elementor-template-library-import .elementor-template-library-blank-message {
4353 margin-top: 20px; }
4354
4355 .e-route-library-connect #elementor-template-library-modal .dialog-message {
4356 max-height: 95vh;
4357 padding: 100px 0 0;
4358 min-height: 550px; }
4359
4360 #elementor-template-library-connect-logo {
4361 font-size: 20px; }
4362
4363 #elementor-template-library-connect__button {
4364 display: inline-block;
4365 position: relative;
4366 z-index: 1;
4367 margin-top: 25px;
4368 padding: 12px 24px;
4369 font-size: 14px; }
4370
4371 #elementor-template-library-connect__background-image-left-1 {
4372 right: 22.4%;
4373 bottom: -29%;
4374 -webkit-animation: 1.5s fadeIn, 1.5s slideDown, 3.5s mover 1.5s infinite alternate;
4375 animation: 1.5s fadeIn, 1.5s slideDown, 3.5s mover 1.5s infinite alternate; }
4376
4377 #elementor-template-library-connect__background-image-left-2 {
4378 right: 46.25%;
4379 bottom: -15.5%;
4380 -webkit-animation: 3s fadeIn, 3s slideDown, 2s mover 3s infinite alternate;
4381 animation: 3s fadeIn, 3s slideDown, 2s mover 3s infinite alternate; }
4382
4383 #elementor-template-library-connect__background-image-right-1 {
4384 left: 37%;
4385 bottom: -41%;
4386 -webkit-animation: 2.5s fadeIn, 2.5s slideDown, 2s mover 2.5s infinite alternate;
4387 animation: 2.5s fadeIn, 2.5s slideDown, 2s mover 2.5s infinite alternate; }
4388
4389 #elementor-template-library-connect__background-image-right-2 {
4390 left: 48%;
4391 bottom: -12.5%;
4392 -webkit-animation: 1.5s fadeIn, 1.5s slideDown, 1.5s mover 1.5s infinite alternate;
4393 animation: 1.5s fadeIn, 1.5s slideDown, 1.5s mover 1.5s infinite alternate; }
4394
4395 .elementor-template-library-connect__background-image {
4396 position: absolute; }
4397
4398 .elementor-template-library-blank-footer {
4399 position: absolute;
4400 bottom: 70px;
4401 left: 50%;
4402 -webkit-transform: translateX(-50%);
4403 -ms-transform: translateX(-50%);
4404 transform: translateX(-50%);
4405 color: #a4afb7;
4406 font-style: italic; }
4407 @media (max-height: 700px) {
4408 .elementor-template-library-blank-footer {
4409 display: none; } }
4410
4411 #elementor-template-library-footer-banner i {
4412 color: #c2cbd2;
4413 font-size: 56px;
4414 margin-top: 40px; }
4415
4416 #elementor-template-library-footer-banner .elementor-nerd-box-icon {
4417 margin-top: 70px; }
4418
4419 #elementor-template-library-footer-banner .elementor-excerpt {
4420 color: #a4afb7;
4421 font-size: 15px;
4422 font-weight: 500;
4423 margin: 20px 0; }
4424
4425 #elementor-template-library-templates-empty {
4426 width: 100%;
4427 margin-top: 40px; }
4428
4429 #elementor-template-library-error-dialog .dialog-message {
4430 text-align: start; }
4431
4432 #elementor-template-library-error-info {
4433 margin-top: 10px; }
4434
4435 @media (max-width: 1439px) {
4436 .elementor-template-library-local-column-1 {
4437 width: 33%; }
4438 .elementor-template-library-local-column-2 {
4439 width: 10%; }
4440 .elementor-template-library-local-column-3 {
4441 width: 15%; }
4442 .elementor-template-library-local-column-4 {
4443 width: 15%; }
4444 .elementor-template-library-local-column-5 {
4445 width: 27%; } }
4446
4447 @media (min-width: 1440px) {
4448 .elementor-template-library-local-column-1 {
4449 width: 25%; }
4450 .elementor-template-library-local-column-2 {
4451 width: 17%; }
4452 .elementor-template-library-local-column-3 {
4453 width: 17%; }
4454 .elementor-template-library-local-column-4 {
4455 width: 17%; }
4456 .elementor-template-library-local-column-5 {
4457 width: 24%; } }
4458
4459 @media (max-width: 1024px) {
4460 .elementor-template-library-local-column-3 {
4461 display: none; }
4462 .elementor-template-library-local-column-5 {
4463 width: 41%; } }
4464
4465 .elementor-tags-list {
4466 display: none;
4467 position: absolute;
4468 width: 260px;
4469 max-height: 300px;
4470 overflow: auto;
4471 padding-bottom: 5px;
4472 background-color: #fff;
4473 border: 1px solid #a4afb7;
4474 -webkit-border-radius: 3px;
4475 border-radius: 3px;
4476 z-index: 10000; }
4477 .elementor-tags-list__group-title {
4478 color: #495157;
4479 font-weight: bold;
4480 font-size: 12px;
4481 padding: 10px 15px;
4482 display: -webkit-box;
4483 display: -ms-flexbox;
4484 display: flex;
4485 -webkit-box-align: center;
4486 -ms-flex-align: center;
4487 align-items: center; }
4488 .elementor-tags-list__group-title .eicon-info-circle {
4489 padding-left: 5px;
4490 color: #71d7f7;
4491 font-size: 14px; }
4492 .elementor-tags-list__item {
4493 font-size: 10px;
4494 padding: 6px 15px;
4495 cursor: pointer; }
4496 .elementor-tags-list__item:before {
4497 content: '>';
4498 font-size: 8px;
4499 padding-left: 5px; }
4500 .elementor-tags-list__item:hover {
4501 background-color: #e6e9ec; }
4502 .elementor-tags-list__teaser {
4503 border-top: 2px solid #d5dadf;
4504 padding-top: 4px;
4505 margin-top: 4px; }
4506 .elementor-tags-list__teaser-title {
4507 color: #6d7882; }
4508 .elementor-tags-list__teaser-text {
4509 padding: 2px 15px 8px;
4510 line-height: 1.5;
4511 font-size: 12px; }
4512 .elementor-tags-list__teaser-link {
4513 color: #93003c;
4514 text-decoration: underline;
4515 font-style: italic;
4516 font-weight: bold; }
4517
4518 .elementor-dynamic-cover {
4519 display: -webkit-box;
4520 display: -ms-flexbox;
4521 display: flex;
4522 -webkit-box-align: center;
4523 -ms-flex-align: center;
4524 align-items: center;
4525 width: 100%;
4526 height: 27px;
4527 -webkit-box-sizing: border-box;
4528 box-sizing: border-box; }
4529 .elementor-dynamic-cover__title {
4530 padding: 0 8px;
4531 -webkit-box-flex: 1;
4532 -ms-flex-positive: 1;
4533 flex-grow: 1;
4534 white-space: nowrap;
4535 -o-text-overflow: ellipsis;
4536 text-overflow: ellipsis;
4537 overflow: hidden; }
4538 .elementor-dynamic-cover__settings, .elementor-dynamic-cover__remove {
4539 color: #c2cbd2;
4540 cursor: pointer;
4541 -webkit-transition: all 0.3s;
4542 -o-transition: all 0.3s;
4543 transition: all 0.3s; }
4544 .elementor-dynamic-cover__settings:hover, .elementor-dynamic-cover__remove:hover {
4545 color: #a4afb7; }
4546 .elementor-control-type-wysiwyg .elementor-dynamic-cover {
4547 margin-top: 10px; }
4548
4549 .elementor-tag-settings-popup {
4550 position: absolute;
4551 width: 260px;
4552 background-color: #e6e9ec;
4553 -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
4554 box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
4555 z-index: 1; }
4556 .elementor-tag-settings-popup:before {
4557 content: '';
4558 position: absolute;
4559 top: -20px;
4560 right: 5px;
4561 border: 10px solid transparent;
4562 border-bottom-color: #fff; }
4563 .elementor-tag-settings-popup .elementor-control-type-section:first-child {
4564 margin: 0; }
4565
4566 .elementor-tag-controls-stack-empty {
4567 background-color: #fff;
4568 padding: 10px;
4569 font-size: 13px;
4570 text-align: center; }
4571
4572 .elementor-control-dynamic-switcher {
4573 display: -webkit-inline-box;
4574 display: -ms-inline-flexbox;
4575 display: inline-flex;
4576 -webkit-box-align: center;
4577 -ms-flex-align: center;
4578 align-items: center;
4579 -webkit-box-pack: center;
4580 -ms-flex-pack: center;
4581 justify-content: center;
4582 -ms-flex-negative: 0;
4583 flex-shrink: 0;
4584 height: 27px;
4585 cursor: pointer;
4586 border: 1px solid #d5dadf;
4587 -webkit-border-radius: 3px;
4588 border-radius: 3px;
4589 background: #fff; }
4590 .elementor-control-dynamic-switcher.e-control-tool {
4591 height: 20px;
4592 border: 0; }
4593 .elementor-control-dynamic-switcher-wrapper {
4594 display: -webkit-box;
4595 display: -ms-flexbox;
4596 display: flex; }
4597 .elementor-control-dynamic-switcher .eicon-database {
4598 font-size: 12px; }
4599
4600 .elementor-control-dynamic-value .elementor-control-tag-area,
4601 .elementor-control-dynamic-value .elementor-control-dynamic-switcher,
4602 .elementor-control-dynamic-value .e-global__popover-toggle {
4603 display: none; }
4604
4605 #elementor-toast {
4606 position: absolute;
4607 width: 280px;
4608 padding: 20px;
4609 -webkit-border-radius: 5px;
4610 border-radius: 5px;
4611 color: #d5dadf;
4612 background-color: rgba(0, 0, 0, 0.8);
4613 z-index: 10000; }
4614 #elementor-toast .dialog-message {
4615 font-size: 13px; }
4616 #elementor-toast .dialog-buttons-wrapper {
4617 display: -webkit-box;
4618 display: -ms-flexbox;
4619 display: flex;
4620 -webkit-box-pack: end;
4621 -ms-flex-pack: end;
4622 justify-content: flex-end;
4623 margin-top: 15px; }
4624 #elementor-toast .dialog-button {
4625 color: #fcb92c;
4626 margin: 0 5px;
4627 text-transform: uppercase;
4628 cursor: pointer; }
4629 #elementor-toast .dialog-button:last-child {
4630 margin-left: 0; }
4631
4632 .elementor-context-menu {
4633 position: absolute;
4634 width: 200px;
4635 background-color: #fff;
4636 border: 1px solid #e6e9ec;
4637 -webkit-border-radius: 3px;
4638 border-radius: 3px;
4639 -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
4640 box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
4641 -webkit-user-select: none;
4642 -moz-user-select: none;
4643 -ms-user-select: none;
4644 user-select: none;
4645 z-index: 3; }
4646 .elementor-context-menu-list__group {
4647 padding: 5px 0; }
4648 .elementor-context-menu-list__group:not(:last-child) {
4649 border-bottom: 1px solid #e6e9ec; }
4650 .elementor-context-menu-list__item {
4651 padding: 5px 10px;
4652 padding-left: 20px;
4653 display: -webkit-box;
4654 display: -ms-flexbox;
4655 display: flex;
4656 cursor: pointer; }
4657 .elementor-context-menu-list__item--disabled {
4658 cursor: default;
4659 color: #d5dadf; }
4660 .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover {
4661 background-color: #71d7f7; }
4662 .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover > * {
4663 color: #fff; }
4664 .elementor-context-menu-list__item__icon {
4665 width: 20px;
4666 color: #c2cbd2; }
4667 .elementor-context-menu-list__item__title {
4668 -webkit-box-flex: 1;
4669 -ms-flex-positive: 1;
4670 flex-grow: 1;
4671 white-space: nowrap;
4672 -o-text-overflow: ellipsis;
4673 text-overflow: ellipsis;
4674 overflow: hidden; }
4675 .elementor-context-menu-list__item__shortcut {
4676 color: #d5dadf; }
4677 .elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):hover {
4678 background-color: #d72b3f; }
4679 .elementor-context-menu .eicon-pro-icon {
4680 color: #fcb92c; }
4681
4682 .elementor-right-click-introduction {
4683 position: absolute;
4684 width: 250px;
4685 padding: 30px 20px;
4686 background-color: #fff;
4687 -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
4688 box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
4689 text-align: center;
4690 -webkit-border-radius: 3px;
4691 border-radius: 3px; }
4692 .elementor-right-click-introduction:before {
4693 content: '';
4694 position: absolute;
4695 border: solid transparent;
4696 border-width: 7px 5px;
4697 border-bottom-color: #fff;
4698 top: -14px;
4699 left: 50%;
4700 -webkit-transform: translateX(-50%);
4701 -ms-transform: translateX(-50%);
4702 transform: translateX(-50%); }
4703 .elementor-right-click-introduction .dialog-header {
4704 color: #6d7882;
4705 font-size: 16px; }
4706 .elementor-right-click-introduction .dialog-message {
4707 font-size: 13px;
4708 line-height: 1.6;
4709 margin-top: 10px;
4710 color: #a4afb7; }
4711 .elementor-right-click-introduction .dialog-buttons-wrapper {
4712 display: -webkit-box;
4713 display: -ms-flexbox;
4714 display: flex;
4715 -webkit-box-align: center;
4716 -ms-flex-align: center;
4717 align-items: center;
4718 -webkit-box-pack: center;
4719 -ms-flex-pack: center;
4720 justify-content: center;
4721 margin-top: 25px; }
4722 .elementor-right-click-introduction .dialog-button {
4723 font-size: 11px; }
4724 .elementor-right-click-introduction .dialog-ok {
4725 padding: 7px 27px;
4726 text-transform: capitalize; }
4727 .elementor-right-click-introduction .dialog-learn-more {
4728 color: #39b54a;
4729 margin-left: 15px;
4730 cursor: pointer; }
4731
4732 #elementor-hotkeys {
4733 text-align: right; }
4734 #elementor-hotkeys__content {
4735 display: -webkit-box;
4736 display: -ms-flexbox;
4737 display: flex;
4738 width: 100%;
4739 overflow: hidden;
4740 margin-bottom: 30px; }
4741 @media (max-width: 1024px) {
4742 #elementor-hotkeys__content {
4743 -webkit-box-orient: vertical;
4744 -webkit-box-direction: normal;
4745 -ms-flex-direction: column;
4746 flex-direction: column; } }
4747 #elementor-hotkeys__actions .elementor-hotkeys__list {
4748 -webkit-border-radius: 0 3px 3px 0;
4749 border-radius: 0 3px 3px 0; }
4750 @media (max-width: 1024px) {
4751 #elementor-hotkeys__actions .elementor-hotkeys__list {
4752 -webkit-border-radius: 3px;
4753 border-radius: 3px; } }
4754 @media (min-width: 1025px) {
4755 #elementor-hotkeys__actions .elementor-hotkeys__header,
4756 #elementor-hotkeys__actions .elementor-hotkeys__list {
4757 padding-left: 25px; } }
4758 @media (min-width: 1440px) {
4759 #elementor-hotkeys__actions .elementor-hotkeys__header,
4760 #elementor-hotkeys__actions .elementor-hotkeys__list {
4761 padding-left: 50px; } }
4762 #elementor-hotkeys__navigation .elementor-hotkeys__list {
4763 -webkit-border-radius: 3px 0 0 3px;
4764 border-radius: 3px 0 0 3px; }
4765 @media (max-width: 1024px) {
4766 #elementor-hotkeys__navigation .elementor-hotkeys__list {
4767 -webkit-border-radius: 3px;
4768 border-radius: 3px; } }
4769 @media (min-width: 1025px) {
4770 #elementor-hotkeys__navigation .elementor-hotkeys__header {
4771 padding-right: 25px; } }
4772 @media (min-width: 1440px) {
4773 #elementor-hotkeys__navigation .elementor-hotkeys__header {
4774 padding-right: 50px; } }
4775 @media (min-width: 1025px) {
4776 #elementor-hotkeys__navigation .elementor-hotkeys__list {
4777 padding-right: 15px; } }
4778 @media (min-width: 1440px) {
4779 #elementor-hotkeys__navigation .elementor-hotkeys__list {
4780 padding-right: 40px; } }
4781
4782 .elementor-hotkeys__col {
4783 width: 50%; }
4784 @media (max-width: 1024px) {
4785 .elementor-hotkeys__col {
4786 width: 100%; } }
4787
4788 .elementor-hotkeys__header, .elementor-hotkeys__list {
4789 width: 100%; }
4790
4791 .elementor-hotkeys__header {
4792 padding: 10px 30px;
4793 font-weight: 500; }
4794 @media (max-width: 479px) {
4795 .elementor-hotkeys__header {
4796 padding-right: 10px;
4797 padding-left: 10px; } }
4798
4799 .elementor-hotkeys__list {
4800 background-color: #ffffff;
4801 height: calc(100% - 42px);
4802 padding: 10px 20px; }
4803 @media (max-width: 479px) {
4804 .elementor-hotkeys__list {
4805 padding: 0; } }
4806 @media (max-width: 1024px) {
4807 .elementor-hotkeys__list {
4808 margin-bottom: 30px; } }
4809 @media (max-width: 1024px) {
4810 .elementor-hotkeys__list {
4811 height: auto; } }
4812
4813 .elementor-hotkeys__item {
4814 display: -webkit-box;
4815 display: -ms-flexbox;
4816 display: flex;
4817 -webkit-box-align: center;
4818 -ms-flex-align: center;
4819 align-items: center;
4820 padding: 20px 10px;
4821 border-bottom: 1px solid #eceeef; }
4822 .elementor-hotkeys__item:last-child {
4823 margin-bottom: 30px; }
4824 @media (max-width: 479px) {
4825 .elementor-hotkeys__item:last-child {
4826 margin-bottom: 0; } }
4827 .elementor-hotkeys__item--label {
4828 font-size: 13px;
4829 font-weight: 400;
4830 -webkit-box-flex: 1;
4831 -ms-flex-positive: 1;
4832 flex-grow: 1; }
4833 .elementor-hotkeys__item--shortcut {
4834 -webkit-box-flex: 0;
4835 -ms-flex-positive: 0;
4836 flex-grow: 0;
4837 display: -webkit-box;
4838 display: -ms-flexbox;
4839 display: flex;
4840 -webkit-box-orient: horizontal;
4841 -webkit-box-direction: reverse;
4842 -ms-flex-direction: row-reverse;
4843 flex-direction: row-reverse; }
4844 .elementor-hotkeys__item--shortcut span {
4845 position: relative;
4846 background-color: #eceeef;
4847 padding: 5px 12px;
4848 margin-right: 27px;
4849 -webkit-border-radius: 3px;
4850 border-radius: 3px; }
4851 @media (max-width: 479px) {
4852 .elementor-hotkeys__item--shortcut span {
4853 padding: 4px 9px;
4854 margin-right: 23px; } }
4855 .elementor-hotkeys__item--shortcut span:after {
4856 content: '+';
4857 position: absolute;
4858 right: -18px;
4859 width: 9px;
4860 text-align: center; }
4861 @media (max-width: 479px) {
4862 .elementor-hotkeys__item--shortcut span:after {
4863 right: -16px; } }
4864 .elementor-hotkeys__item--shortcut span:last-child {
4865 margin-right: 0; }
4866 .elementor-hotkeys__item--shortcut span:last-child:after {
4867 display: none; }
4868
4869 .ui-resizable-n {
4870 top: -5px; }
4871
4872 .ui-resizable-e {
4873 right: -5px; }
4874
4875 .ui-resizable-s {
4876 bottom: -5px; }
4877
4878 .ui-resizable-w {
4879 left: -5px; }
4880
4881 .ui-resizable-ne {
4882 top: -5px;
4883 right: -5px; }
4884
4885 .ui-resizable-nw {
4886 top: -5px;
4887 left: -5px; }
4888
4889 .ui-resizable-se {
4890 bottom: -5px;
4891 right: -5px; }
4892
4893 .ui-resizable-sw {
4894 bottom: -5px;
4895 left: -5px; }
4896
4897 .ui-resizable-n, .ui-resizable-s {
4898 left: 0;
4899 height: 10px;
4900 width: 100%;
4901 cursor: ns-resize; }
4902
4903 .ui-resizable-e, .ui-resizable-w {
4904 top: 0;
4905 height: 100%;
4906 width: 10px;
4907 cursor: ew-resize; }
4908
4909 .ui-resizable-ne, .ui-resizable-nw, .ui-resizable-se, .ui-resizable-sw {
4910 height: 15px;
4911 width: 15px; }
4912
4913 .ui-resizable-nw, .ui-resizable-se {
4914 cursor: nwse-resize; }
4915
4916 .ui-resizable-ne, .ui-resizable-sw {
4917 cursor: nesw-resize; }
4918
4919 .ui-resizable-handle {
4920 position: absolute; }
4921
4922 .ui-resizable-resizing {
4923 pointer-events: none; }
4924
4925 #elementor-navigator {
4926 position: fixed;
4927 top: 100px;
4928 width: 240px;
4929 height: 339px;
4930 left: 30px;
4931 background-color: #fff;
4932 -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
4933 box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
4934 -webkit-user-select: none;
4935 -moz-user-select: none;
4936 -ms-user-select: none;
4937 user-select: none;
4938 overflow: hidden;
4939 z-index: 2;
4940 display: none; }
4941 body.elementor-navigator-docked #elementor-navigator {
4942 top: 0;
4943 left: 0;
4944 height: 100%; }
4945 body:not(.elementor-navigator-docked) #elementor-navigator {
4946 -webkit-border-radius: 5px;
4947 border-radius: 5px; }
4948 #elementor-navigator__inner {
4949 height: 100%;
4950 background-color: #e6e9ec; }
4951 #elementor-navigator__header {
4952 display: -webkit-box;
4953 display: -ms-flexbox;
4954 display: flex;
4955 -webkit-box-align: center;
4956 -ms-flex-align: center;
4957 align-items: center;
4958 -webkit-box-pack: justify;
4959 -ms-flex-pack: justify;
4960 justify-content: space-between;
4961 padding: 12px 10px;
4962 background-color: #fff;
4963 border-bottom: 1px solid #e6e9ec;
4964 cursor: move; }
4965 #elementor-navigator__close, #elementor-navigator__toggle-all {
4966 -webkit-transition: color .5s;
4967 -o-transition: color .5s;
4968 transition: color .5s;
4969 cursor: pointer; }
4970 #elementor-navigator__close:not(:hover), #elementor-navigator__toggle-all:not(:hover) {
4971 color: #a4afb7; }
4972 #elementor-navigator__toggle-all {
4973 font-size: 13px; }
4974 #elementor-navigator__close {
4975 font-size: 11px; }
4976 #elementor-navigator__elements {
4977 height: calc(100% - 49px);
4978 overflow: auto;
4979 position: relative; }
4980 .elementor-navigator-docked #elementor-navigator__elements {
4981 height: calc(100% - 35px); }
4982 #elementor-navigator__elements .elementor-nerd-box {
4983 padding: 25px; }
4984 #elementor-navigator__footer {
4985 position: absolute;
4986 width: 100%;
4987 left: 0;
4988 bottom: 0;
4989 text-align: center;
4990 background-color: #fff;
4991 border-top: 1px solid #e6e9ec;
4992 color: #a4afb7; }
4993 .elementor-navigator-docked #elementor-navigator__footer {
4994 display: none; }
4995
4996 .elementor-navigator__item {
4997 position: relative;
4998 display: -webkit-box;
4999 display: -ms-flexbox;
5000 display: flex;
5001 height: 30px;
5002 font-size: 11px;
5003 border-bottom: 1px solid #e6e9ec;
5004 cursor: pointer;
5005 -webkit-transition: padding .5s linear;
5006 -o-transition: padding .5s linear;
5007 transition: padding .5s linear;
5008 overflow: hidden; }
5009 .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i {
5010 -webkit-transform: rotate(90deg);
5011 -ms-transform: rotate(90deg);
5012 transform: rotate(90deg); }
5013 .elementor-navigator__item > * {
5014 display: -webkit-box;
5015 display: -ms-flexbox;
5016 display: flex;
5017 -webkit-box-align: center;
5018 -ms-flex-align: center;
5019 align-items: center; }
5020 .elementor-navigator__item + .elementor-navigator__elements {
5021 display: none; }
5022
5023 .elementor-navigator__elements .elementor-empty-view {
5024 padding: 10px;
5025 border-bottom: 1px solid #e6e9ec; }
5026 .elementor-navigator__elements .elementor-empty-view__title {
5027 margin-right: 23px;
5028 color: #c2cbd2;
5029 font-size: 10px;
5030 font-style: italic; }
5031
5032 .elementor-navigator__elements .ui-sortable-helper {
5033 background-color: #fff;
5034 -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1);
5035 box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1);
5036 -webkit-transform: rotate(4deg);
5037 -ms-transform: rotate(4deg);
5038 transform: rotate(4deg);
5039 border: 1px solid #e6e9ec;
5040 pointer-events: none; }
5041
5042 .elementor-navigator__elements .ui-sortable-placeholder {
5043 background-color: #f1f3f5; }
5044
5045 .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view {
5046 border-top: 2px solid #71d7f7; }
5047 .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view .elementor-empty-view__title {
5048 display: none; }
5049 .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view + .ui-sortable-placeholder {
5050 display: none; }
5051
5052 .elementor-navigator__element:not(.elementor-navigator__element--has-children) .elementor-navigator__element__list-toggle {
5053 visibility: hidden; }
5054
5055 .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item .elementor-navigator__element__toggle {
5056 color: #71d7f7; }
5057
5058 .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item:not(:hover) .elementor-navigator__element__toggle {
5059 display: none; }
5060
5061 .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing {
5062 background-color: #71d7f7; }
5063 .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing > * {
5064 color: #fff; }
5065
5066 .elementor-navigator__element__list-toggle {
5067 margin-left: 7px;
5068 -webkit-transition: -webkit-transform .3s;
5069 transition: -webkit-transform .3s;
5070 -o-transition: transform .3s;
5071 transition: transform .3s;
5072 transition: transform .3s, -webkit-transform .3s;
5073 color: #a4afb7; }
5074
5075 .elementor-navigator__element__element-type {
5076 margin-left: 8px; }
5077
5078 .elementor-navigator__element__title {
5079 -webkit-box-flex: 1;
5080 -ms-flex-positive: 1;
5081 flex-grow: 1;
5082 overflow: hidden; }
5083 .elementor-navigator__element__title__text {
5084 white-space: nowrap;
5085 -webkit-user-select: text; }
5086 .elementor-navigator__element__title__text[contenteditable="true"] {
5087 outline: none;
5088 color: #6d7882;
5089 background-color: #fff;
5090 padding: 2px 3px;
5091 -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
5092 box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
5093 .elementor-navigator__element__title__text:not([contenteditable="true"]) {
5094 white-space: nowrap;
5095 -o-text-overflow: ellipsis;
5096 text-overflow: ellipsis;
5097 overflow: hidden; }
5098
5099 .elementor-navigator__element__toggle {
5100 position: absolute;
5101 left: 15px;
5102 height: 100%;
5103 z-index: 0;
5104 font-size: 13px; }
5105
5106 .elementor-navigator__element__indicators {
5107 position: relative;
5108 -webkit-transition: -webkit-transform .5s;
5109 transition: -webkit-transform .5s;
5110 -o-transition: transform .5s;
5111 transition: transform .5s;
5112 transition: transform .5s, -webkit-transform .5s;
5113 padding-right: 5px;
5114 z-index: 91; }
5115 .elementor-navigator__element__indicators:not(:hover) {
5116 -webkit-transform: translateX(calc(-100% + 8px));
5117 -ms-transform: translateX(calc(-100% + 8px));
5118 transform: translateX(calc(-100% + 8px)); }
5119
5120 .elementor-navigator__element__indicator {
5121 height: 100%;
5122 width: 31px;
5123 display: -webkit-inline-box;
5124 display: -ms-inline-flexbox;
5125 display: inline-flex;
5126 -webkit-box-align: center;
5127 -ms-flex-align: center;
5128 align-items: center;
5129 -webkit-box-pack: center;
5130 -ms-flex-pack: center;
5131 justify-content: center;
5132 color: #6d7882;
5133 background-color: #fff;
5134 border-right: 1px solid #e6e9ec; }
5135 .elementor-navigator__element__indicator:first-child {
5136 border-right: 3px solid #71d7f7; }
5137 .elementor-editing .elementor-navigator__element__indicator:first-child {
5138 border-color: #41c9f4; }
5139 .elementor-navigator__element__indicator:hover {
5140 color: #495157; }
5141
5142 .elementor-navigator__element--hidden .elementor-navigator__element__title,
5143 .elementor-navigator__element--hidden .elementor-navigator__element__toggle {
5144 opacity: .5; }
5145
5146 .elementor-navigator__element-column {
5147 background-color: #fafbfb; }
5148 .elementor-navigator__element-column > .elementor-navigator__item .elementor-navigator__element__element-type {
5149 color: #a4afb7; }
5150
5151 .elementor-navigator__element-section {
5152 background-color: #fff; }
5153
5154 #elementor-notice-bar {
5155 position: absolute;
5156 width: 100%;
5157 bottom: 0;
5158 display: -webkit-box;
5159 display: -ms-flexbox;
5160 display: flex;
5161 -webkit-box-align: center;
5162 -ms-flex-align: center;
5163 align-items: center;
5164 height: 40px;
5165 color: #fff;
5166 background-color: #6d7882;
5167 padding: 0 50px; }
5168 #elementor-notice-bar__message {
5169 padding-right: 15px;
5170 -webkit-box-flex: 1;
5171 -ms-flex-positive: 1;
5172 flex-grow: 1; }
5173 #elementor-notice-bar__message a {
5174 text-decoration: underline; }
5175 #elementor-notice-bar__action {
5176 text-transform: uppercase; }
5177 #elementor-notice-bar__close {
5178 margin: 0 20px;
5179 cursor: pointer; }
5180 #elementor-notice-bar i {
5181 font-size: 16px;
5182 opacity: .9; }
5183 #elementor-notice-bar a {
5184 color: #fff; }
5185 #elementor-notice-bar a,
5186 #elementor-notice-bar i {
5187 -webkit-transition: all 0.3s;
5188 -o-transition: all 0.3s;
5189 transition: all 0.3s; }
5190 #elementor-notice-bar a:hover,
5191 #elementor-notice-bar i:hover {
5192 color: #D4D4D4; }
5193
5194 body:not(.elementor-device-desktop) #elementor-notice-bar {
5195 display: none; }
5196
5197 #elementor-fatal-error-dialog.elementor-preview-loading-error .dialog-header {
5198 color: #495157; }
5199
5200 #elementor-fatal-error-dialog.elementor-preview-loading-error .dialog-message a {
5201 color: #6d7882;
5202 text-decoration: underline;
5203 font-style: italic; }
5204
5205 #elementor-preview-debug-link-text {
5206 display: inline-block; }
5207
5208 #elementor-icons-manager-modal .dialog-message {
5209 padding: 0;
5210 height: 700px; }
5211
5212 #elementor-icons-manager-modal .dialog-content {
5213 display: -webkit-box;
5214 display: -ms-flexbox;
5215 display: flex; }
5216
5217 #elementor-icons-manager-modal .dialog-buttons-wrapper {
5218 display: -webkit-box;
5219 display: -ms-flexbox;
5220 display: flex; }
5221
5222 #elementor-icons-manager__wrapper {
5223 display: -webkit-box;
5224 display: -ms-flexbox;
5225 display: flex; }
5226
5227 @media (max-width: 479px) {
5228 #elementor-icons-manager__sidebar {
5229 display: none; } }
5230
5231 #elementor-icons-manager__tab-links {
5232 margin-top: 30px; }
5233
5234 #elementor-icons-manager__upload {
5235 margin: 20px 45px;
5236 padding-top: 35px;
5237 border-top: 1px solid #e6e9ec;
5238 display: -webkit-box;
5239 display: -ms-flexbox;
5240 display: flex;
5241 -webkit-box-align: center;
5242 -ms-flex-align: center;
5243 align-items: center;
5244 -webkit-box-pack: justify;
5245 -ms-flex-pack: justify;
5246 justify-content: space-between; }
5247 @media (max-width: 1439px) {
5248 #elementor-icons-manager__upload {
5249 margin: 20px 25px; } }
5250 #elementor-icons-manager__upload__title {
5251 color: #a4afb7;
5252 font-size: 11px;
5253 text-transform: uppercase; }
5254
5255 #elementor-icons-manager__main {
5256 display: -webkit-box;
5257 display: -ms-flexbox;
5258 display: flex;
5259 -webkit-box-orient: vertical;
5260 -webkit-box-direction: normal;
5261 -ms-flex-direction: column;
5262 flex-direction: column;
5263 padding: 30px 80px 0; }
5264 @media (max-width: 1439px) {
5265 #elementor-icons-manager__main {
5266 padding: 30px 50px 0; } }
5267 @media (max-width: 479px) {
5268 #elementor-icons-manager__main {
5269 width: 100%; } }
5270
5271 #elementor-icons-manager__search {
5272 position: relative; }
5273 #elementor-icons-manager__search input {
5274 padding: 8px 15px;
5275 background-color: #fff;
5276 border: none; }
5277 #elementor-icons-manager__search input::-webkit-input-placeholder {
5278 font-style: italic; }
5279 #elementor-icons-manager__search input::-moz-placeholder {
5280 font-style: italic; }
5281 #elementor-icons-manager__search input::-ms-input-placeholder {
5282 font-style: italic; }
5283 #elementor-icons-manager__search input::placeholder {
5284 font-style: italic; }
5285 #elementor-icons-manager__search i {
5286 position: absolute;
5287 top: 50%;
5288 -webkit-transform: translateY(-50%);
5289 -ms-transform: translateY(-50%);
5290 transform: translateY(-50%);
5291 left: 15px; }
5292
5293 #elementor-icons-manager__tab__wrapper {
5294 overflow: auto;
5295 margin: 25px -15px 0;
5296 padding: 0 15px 15px; }
5297
5298 #elementor-icons-manager__tab__title {
5299 color: #556068;
5300 font-size: 16px;
5301 font-weight: 500;
5302 text-align: right; }
5303 @media (max-width: 479px) {
5304 #elementor-icons-manager__tab__title {
5305 display: none; } }
5306
5307 #elementor-icons-manager__tab__content {
5308 display: grid;
5309 grid-template-columns: repeat(7, 1fr);
5310 grid-gap: 20px;
5311 margin: 20px 0; }
5312 @media (max-width: 1439px) {
5313 #elementor-icons-manager__tab__content {
5314 grid-template-columns: repeat(6, 1fr); } }
5315 @media (max-width: 1024px) {
5316 #elementor-icons-manager__tab__content {
5317 grid-template-columns: repeat(5, 1fr); } }
5318 @media (max-width: 767px) {
5319 #elementor-icons-manager__tab__content {
5320 grid-template-columns: repeat(4, 1fr); } }
5321 @media (max-width: 479px) {
5322 #elementor-icons-manager__tab__content {
5323 grid-template-columns: repeat(3, 1fr); } }
5324
5325 #elementor-icons-manager__promotion {
5326 display: -webkit-box;
5327 display: -ms-flexbox;
5328 display: flex;
5329 -webkit-box-align: center;
5330 -ms-flex-align: center;
5331 align-items: center;
5332 -webkit-box-orient: vertical;
5333 -webkit-box-direction: normal;
5334 -ms-flex-direction: column;
5335 flex-direction: column;
5336 padding-top: 70px; }
5337 #elementor-icons-manager__promotion__icon {
5338 font-size: 60px;
5339 color: #c2cbd2; }
5340 #elementor-icons-manager__promotion__text {
5341 width: 300px;
5342 font-size: 16px;
5343 padding-top: 25px; }
5344 #elementor-icons-manager__promotion__link {
5345 margin-top: 20px; }
5346
5347 .elementor-icons-manager__tab-link {
5348 padding: 15px 45px 15px 0;
5349 font-size: 14px;
5350 color: #6d7882;
5351 text-align: right;
5352 cursor: pointer;
5353 position: relative; }
5354 .elementor-icons-manager__tab-link i {
5355 font-size: 20px;
5356 padding-left: 15px;
5357 color: #a4afb7; }
5358 @media (max-width: 1439px) {
5359 .elementor-icons-manager__tab-link {
5360 padding: 15px 25px 15px 15px;
5361 font-size: 11px; }
5362 .elementor-icons-manager__tab-link i {
5363 font-size: 15px; } }
5364 @media (max-width: 1024px) {
5365 .elementor-icons-manager__tab-link i {
5366 display: none; } }
5367 .elementor-icons-manager__tab-link.elementor-active {
5368 background-color: #fff;
5369 -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
5370 box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1); }
5371 .elementor-icons-manager__tab-link.elementor-active:after {
5372 content: '';
5373 position: absolute;
5374 height: 100%;
5375 width: 5px;
5376 top: 0;
5377 right: 0;
5378 background-color: #71d7f7; }
5379 .elementor-icons-manager__tab-link.elementor-active i {
5380 color: #71d7f7; }
5381
5382 .elementor-icons-manager__tab__item {
5383 position: relative;
5384 height: 0;
5385 padding-bottom: 100%;
5386 background-color: #fff;
5387 -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05);
5388 box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05);
5389 -webkit-border-radius: 3px;
5390 border-radius: 3px;
5391 cursor: pointer;
5392 -webkit-transition: all 0.3s;
5393 -o-transition: all 0.3s;
5394 transition: all 0.3s;
5395 overflow: hidden; }
5396 .elementor-icons-manager__tab__item:hover {
5397 -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.16);
5398 box-shadow: 0 1px 14px rgba(0, 0, 0, 0.16); }
5399 .elementor-icons-manager__tab__item.elementor-selected {
5400 -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 0 0 3px #71d7f7;
5401 box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 0 0 3px #71d7f7; }
5402 .elementor-icons-manager__tab__item__content {
5403 display: -webkit-box;
5404 display: -ms-flexbox;
5405 display: flex;
5406 -webkit-box-orient: vertical;
5407 -webkit-box-direction: normal;
5408 -ms-flex-direction: column;
5409 flex-direction: column;
5410 -webkit-box-align: center;
5411 -ms-flex-align: center;
5412 align-items: center;
5413 width: 100%;
5414 position: absolute;
5415 top: 50%;
5416 left: 50%;
5417 -webkit-transform: translate(-50%, -50%);
5418 -ms-transform: translate(-50%, -50%);
5419 transform: translate(-50%, -50%);
5420 padding: 1px; }
5421 .elementor-icons-manager__tab__item__icon {
5422 font-size: 25px;
5423 color: #6d7882; }
5424 .elementor-icons-manager__tab__item__name {
5425 color: #c2cbd2;
5426 font-size: 11px;
5427 padding: 13px 20px 0;
5428 max-width: 100%;
5429 white-space: nowrap;
5430 -o-text-overflow: ellipsis;
5431 text-overflow: ellipsis;
5432 overflow: hidden; }
5433
5434 #elementor-enable-fa5-dialog a {
5435 font-style: italic;
5436 text-decoration: underline; }
5437
5438 #elementor-enable-fa5-dialog .dialog-confirm-ok {
5439 color: #39b54a; }
5440
5441 .elementor-color-picker__header {
5442 display: -webkit-box;
5443 display: -ms-flexbox;
5444 display: flex;
5445 -webkit-box-pack: justify;
5446 -ms-flex-pack: justify;
5447 justify-content: space-between;
5448 -webkit-box-align: center;
5449 -ms-flex-align: center;
5450 align-items: center;
5451 font-weight: bold;
5452 padding: 10px;
5453 -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
5454 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
5455
5456 .e-color-picker__tools {
5457 display: -webkit-box;
5458 display: -ms-flexbox;
5459 display: flex; }
5460
5461 .e-control-color--no-value .pcr-button {
5462 background-image: -webkit-linear-gradient(315deg, transparent 46%, #ff3030 50%, transparent 54%);
5463 background-image: -o-linear-gradient(315deg, transparent 46%, #ff3030 50%, transparent 54%);
5464 background-image: linear-gradient(135deg, transparent 46%, #ff3030 50%, transparent 54%);
5465 -webkit-background-size: cover;
5466 background-size: cover;
5467 background-color: transparent;
5468 border: 1px solid #d5dadf; }
5469
5470 .pcr-app[data-theme=monolith] {
5471 padding: 0; }
5472
5473 .pcr-result {
5474 border-right-width: 1px;
5475 -webkit-border-radius: 3px;
5476 border-radius: 3px; }
5477
5478 .pcr-selection, .pcr-interaction {
5479 padding: 0 20px; }
5480
5481 .pcr-interaction {
5482 padding-bottom: 20px; }
5483
5484 .pcr .elementor-control-dynamic-switcher {
5485 height: 20px;
5486 border: 0; }
5487 /*# sourceMappingURL=editor-rtl.css.map */