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

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

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