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

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

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