| @@ -1,53 +1,5 @@ | ||
| 1 | -:root { | |
| 2 | - --direction-multiplier: 1; | |
| 3 | -} | |
| 4 | - | |
| 5 | -html[dir=rtl], | |
| 6 | -body.rtl { | |
| 7 | - --direction-multiplier: -1; | |
| 8 | -} | |
| 9 | - | |
| 10 | -.elementor-hidden { | |
| 11 | - display: none; | |
| 12 | -} | |
| 13 | - | |
| 14 | -.elementor-visibility-hidden { | |
| 15 | - visibility: hidden; | |
| 16 | -} | |
| 17 | - | |
| 18 | -.elementor-screen-only, | |
| 19 | -.screen-reader-text, | |
| 20 | -.screen-reader-text span, | |
| 21 | -.ui-helper-hidden-accessible { | |
| 22 | - position: absolute; | |
| 23 | - top: -10000em; | |
| 24 | - width: 1px; | |
| 25 | - height: 1px; | |
| 26 | - margin: -1px; | |
| 27 | - padding: 0; | |
| 28 | - overflow: hidden; | |
| 29 | - clip: rect(0, 0, 0, 0); | |
| 30 | - border: 0; | |
| 31 | -} | |
| 32 | - | |
| 33 | -.elementor-clearfix:after { | |
| 34 | - content: ""; | |
| 35 | - display: block; | |
| 36 | - clear: both; | |
| 37 | - width: 0; | |
| 38 | - height: 0; | |
| 39 | -} | |
| 40 | - | |
| 41 | -.e-logo-wrapper { | |
| 42 | - display: inline-block; | |
| 43 | - line-height: 1; | |
| 44 | -} | |
| 45 | -.e-logo-wrapper i { | |
| 46 | - color: var(--e-a-color-circle-logo); | |
| 47 | - font-size: 2.5em; | |
| 48 | -} | |
| 49 | - | |
| 1 | +/*! elementor - v3.20.0 - 20-03-2024 */ | |
| 50 | 2 | .dialog-widget-content { |
| 51 | 3 | background-color: var(--e-a-bg-default); |
| 52 | 4 | position: absolute; |
| 53 | 5 | border-radius: 3px; |
| @@ -63,9 +15,9 @@ | ||
| 63 | 15 | .dialog-close-button { |
| 64 | 16 | cursor: pointer; |
| 65 | 17 | position: absolute; |
| 66 | 18 | margin-block-start: 15px; |
| 67 | - inset-inline-end: 15px; | |
| 19 | + right: 15px; | |
| 68 | 20 | color: var(--e-a-color-txt); |
| 69 | 21 | font-size: 15px; |
| 70 | 22 | line-height: 1; |
| 71 | 23 | transition: var(--e-a-transition-hover); |
| @@ -291,13 +243,8 @@ | ||
| 291 | 243 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger, |
| 292 | 244 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger { |
| 293 | 245 | background-color: var(--e-a-btn-bg-danger); |
| 294 | 246 | } |
| 295 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger.color-white, | |
| 296 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, | |
| 297 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger.color-white { | |
| 298 | - color: var(--e-a-color-white); | |
| 299 | -} | |
| 300 | 247 | .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus, |
| 301 | 248 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, |
| 302 | 249 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, |
| 303 | 250 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover, |
| @@ -313,20 +260,67 @@ | ||
| 313 | 260 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, |
| 314 | 261 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { |
| 315 | 262 | color: initial; |
| 316 | 263 | } |
| 317 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:visited, | |
| 318 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover, | |
| 319 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, | |
| 320 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { | |
| 321 | - background-color: var(--e-a-btn-bg-disabled); | |
| 264 | +.flatpickr-calendar { | |
| 265 | + width: 280px; | |
| 322 | 266 | } |
| 323 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 324 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 325 | - background-color: var(--e-a-btn-bg-disabled); | |
| 326 | - cursor: not-allowed; | |
| 267 | +.flatpickr-calendar .flatpickr-current-month span.cur-month { | |
| 268 | + font-weight: 300; | |
| 327 | 269 | } |
| 270 | +.flatpickr-calendar .dayContainer { | |
| 271 | + width: 280px; | |
| 272 | + min-width: 280px; | |
| 273 | + max-width: 280px; | |
| 274 | +} | |
| 275 | +.flatpickr-calendar .flatpickr-days { | |
| 276 | + width: 280px; | |
| 277 | +} | |
| 278 | +.flatpickr-calendar .flatpickr-day { | |
| 279 | + max-width: 37px; | |
| 280 | + height: 37px; | |
| 281 | + line-height: 37px; | |
| 282 | +} | |
| 328 | 283 | |
| 284 | +.elementor-hidden { | |
| 285 | + display: none; | |
| 286 | +} | |
| 287 | + | |
| 288 | +.elementor-screen-only, | |
| 289 | +.screen-reader-text, | |
| 290 | +.screen-reader-text span, | |
| 291 | +.ui-helper-hidden-accessible { | |
| 292 | + position: absolute; | |
| 293 | + top: -10000em; | |
| 294 | + width: 1px; | |
| 295 | + height: 1px; | |
| 296 | + margin: -1px; | |
| 297 | + padding: 0; | |
| 298 | + overflow: hidden; | |
| 299 | + clip: rect(0, 0, 0, 0); | |
| 300 | + border: 0; | |
| 301 | +} | |
| 302 | + | |
| 303 | +.elementor-clearfix:after { | |
| 304 | + content: ""; | |
| 305 | + display: block; | |
| 306 | + clear: both; | |
| 307 | + width: 0; | |
| 308 | + height: 0; | |
| 309 | +} | |
| 310 | + | |
| 311 | +.e-logo-wrapper { | |
| 312 | + background: var(--e-a-bg-logo); | |
| 313 | + display: inline-block; | |
| 314 | + padding: 0.75em; | |
| 315 | + border-radius: 50%; | |
| 316 | + line-height: 1; | |
| 317 | +} | |
| 318 | +.e-logo-wrapper i { | |
| 319 | + color: var(--e-a-color-logo); | |
| 320 | + font-size: 1em; | |
| 321 | +} | |
| 322 | + | |
| 329 | 323 | #elementor-change-exit-preference-dialog .dialog-message a { |
| 330 | 324 | cursor: pointer; |
| 331 | 325 | } |
| 332 | 326 | #elementor-change-exit-preference-dialog .dialog-message > div { |
| @@ -426,9 +420,8 @@ | ||
| 426 | 420 | } |
| 427 | 421 | .elementor-templates-modal__header__items-area { |
| 428 | 422 | display: flex; |
| 429 | 423 | flex-direction: row-reverse; |
| 430 | - align-items: center; | |
| 431 | 424 | } |
| 432 | 425 | .elementor-templates-modal__header__item { |
| 433 | 426 | position: relative; |
| 434 | 427 | display: flex; |
| @@ -443,17 +436,8 @@ | ||
| 443 | 436 | } |
| 444 | 437 | .elementor-templates-modal__header__item > i:hover { |
| 445 | 438 | color: var(--e-a-color-txt-hover); |
| 446 | 439 | } |
| 447 | -.elementor-templates-modal__header__close:is(button) { | |
| 448 | - background: transparent; | |
| 449 | - margin: 0; | |
| 450 | - font-size: inherit; | |
| 451 | - font-family: inherit; | |
| 452 | - color: inherit; | |
| 453 | - border: none; | |
| 454 | - cursor: pointer; | |
| 455 | -} | |
| 456 | 440 | .elementor-templates-modal__header__close--normal { |
| 457 | 441 | width: 47px; |
| 458 | 442 | border-inline-start: var(--e-a-border); |
| 459 | 443 | } |
| @@ -507,9 +491,9 @@ | ||
| 507 | 491 | display: flex; |
| 508 | 492 | justify-content: flex-end; |
| 509 | 493 | } |
| 510 | 494 | #elementor-toast .dialog-buttons-wrapper:not(:empty) { |
| 511 | - margin-block-start: 15px; | |
| 495 | + margin-top: 15px; | |
| 512 | 496 | } |
| 513 | 497 | #elementor-toast .dialog-button { |
| 514 | 498 | font-size: 12px; |
| 515 | 499 | font-weight: 500; |
| @@ -514,27 +498,20 @@ | ||
| 514 | 498 | font-size: 12px; |
| 515 | 499 | font-weight: 500; |
| 516 | 500 | line-height: 1.2; |
| 517 | 501 | padding: 8px 16px; |
| 518 | - margin-inline-end: 10px; | |
| 502 | + margin-right: 10px; | |
| 519 | 503 | color: var(--e-a-dark-color-txt); |
| 520 | 504 | border-radius: var(--e-a-border-radius); |
| 521 | 505 | transition: var(--e-a-transition-hover); |
| 522 | 506 | cursor: pointer; |
| 523 | - background: none; | |
| 524 | - border: none; | |
| 525 | - font-family: inherit; | |
| 526 | 507 | } |
| 527 | 508 | #elementor-toast .dialog-button:hover { |
| 528 | 509 | background: var(--e-a-bg-hover); |
| 529 | 510 | color: var(--e-a-color-txt-hover); |
| 530 | 511 | } |
| 531 | -#elementor-toast .dialog-button:focus-visible { | |
| 532 | - outline: 2px solid var(--e-a-border-color-focus, #4F46E5); | |
| 533 | - outline-offset: 2px; | |
| 534 | -} | |
| 535 | 512 | #elementor-toast .dialog-button:last-child { |
| 536 | - margin-inline-end: 0; | |
| 513 | + margin-right: 0; | |
| 537 | 514 | } |
| 538 | 515 | |
| 539 | 516 | /* Will select next element after last '.elementor-general-section' */ |
| 540 | 517 | #wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section + .elementor-second-section { |
| @@ -542,14 +519,17 @@ | ||
| 542 | 519 | margin-block-start: 6px; |
| 543 | 520 | } |
| 544 | 521 | |
| 545 | 522 | .e-logo-wrapper { |
| 523 | + background: var(--e-a-bg-logo); | |
| 546 | 524 | display: inline-block; |
| 525 | + padding: 0.75em; | |
| 526 | + border-radius: 50%; | |
| 547 | 527 | line-height: 1; |
| 548 | 528 | } |
| 549 | 529 | .e-logo-wrapper i { |
| 550 | - color: var(--e-a-color-circle-logo); | |
| 551 | - font-size: 2.5em; | |
| 530 | + color: var(--e-a-color-logo); | |
| 531 | + font-size: 1em; | |
| 552 | 532 | } |
| 553 | 533 | |
| 554 | 534 | #elementor-finder__modal { |
| 555 | 535 | background: none; |
| @@ -567,9 +547,9 @@ | ||
| 567 | 547 | #elementor-finder__modal .dialog-message { |
| 568 | 548 | height: initial; |
| 569 | 549 | min-height: 0; |
| 570 | 550 | padding: 0; |
| 571 | - text-align: start; | |
| 551 | + text-align: left; | |
| 572 | 552 | } |
| 573 | 553 | #elementor-finder__search { |
| 574 | 554 | padding: 15px; |
| 575 | 555 | display: flex; |
| @@ -621,10 +601,10 @@ | ||
| 621 | 601 | } |
| 622 | 602 | .elementor-finder__results__category .eicon-loading { |
| 623 | 603 | display: none; |
| 624 | 604 | position: absolute; |
| 625 | - inset-block-start: 30px; | |
| 626 | - inset-inline-end: 10px; | |
| 605 | + right: 10px; | |
| 606 | + top: 30px; | |
| 627 | 607 | color: var(--e-a-color-info); |
| 628 | 608 | font-size: 14px; |
| 629 | 609 | } |
| 630 | 610 | .elementor-finder__results__item { |