| @@ -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.17.0 - 01-11-2023 */ | |
| 50 | 2 | .dialog-widget-content { |
| 51 | 3 | background-color: var(--e-a-bg-default); |
| 52 | 4 | position: absolute; |
| 53 | 5 | border-radius: 3px; |
| @@ -62,10 +14,10 @@ | ||
| 62 | 14 | |
| 63 | 15 | .dialog-close-button { |
| 64 | 16 | cursor: pointer; |
| 65 | 17 | position: absolute; |
| 66 | - margin-block-start: 15px; | |
| 67 | - inset-inline-end: 15px; | |
| 18 | + margin-top: 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); |
| @@ -187,12 +139,8 @@ | ||
| 187 | 139 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled { |
| 188 | 140 | background: transparent; |
| 189 | 141 | color: var(--e-a-color-txt-disabled); |
| 190 | 142 | } |
| 191 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border, | |
| 192 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border { | |
| 193 | - border: 1px solid var(--e-a-color-txt-muted); | |
| 194 | -} | |
| 195 | 143 | .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success, |
| 196 | 144 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success, |
| 197 | 145 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success { |
| 198 | 146 | background-color: var(--e-a-btn-bg-success); |
| @@ -262,20 +210,8 @@ | ||
| 262 | 210 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active, |
| 263 | 211 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active { |
| 264 | 212 | background-color: var(--e-a-btn-bg-accent-active); |
| 265 | 213 | } |
| 266 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info, | |
| 267 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info, | |
| 268 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info { | |
| 269 | - background-color: var(--e-a-btn-bg-info); | |
| 270 | -} | |
| 271 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus, | |
| 272 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover, | |
| 273 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, | |
| 274 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover, | |
| 275 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus { | |
| 276 | - background-color: var(--e-a-btn-bg-info-hover); | |
| 277 | -} | |
| 278 | 214 | .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning, |
| 279 | 215 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning, |
| 280 | 216 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning { |
| 281 | 217 | background-color: var(--e-a-btn-bg-warning); |
| @@ -291,13 +227,8 @@ | ||
| 291 | 227 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger, |
| 292 | 228 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger { |
| 293 | 229 | background-color: var(--e-a-btn-bg-danger); |
| 294 | 230 | } |
| 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 | 231 | .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 | 232 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, |
| 302 | 233 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, |
| 303 | 234 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover, |
| @@ -313,20 +244,67 @@ | ||
| 313 | 244 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, |
| 314 | 245 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { |
| 315 | 246 | color: initial; |
| 316 | 247 | } |
| 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); | |
| 248 | +.flatpickr-calendar { | |
| 249 | + width: 280px; | |
| 322 | 250 | } |
| 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; | |
| 251 | +.flatpickr-calendar .flatpickr-current-month span.cur-month { | |
| 252 | + font-weight: 300; | |
| 327 | 253 | } |
| 254 | +.flatpickr-calendar .dayContainer { | |
| 255 | + width: 280px; | |
| 256 | + min-width: 280px; | |
| 257 | + max-width: 280px; | |
| 258 | +} | |
| 259 | +.flatpickr-calendar .flatpickr-days { | |
| 260 | + width: 280px; | |
| 261 | +} | |
| 262 | +.flatpickr-calendar .flatpickr-day { | |
| 263 | + max-width: 37px; | |
| 264 | + height: 37px; | |
| 265 | + line-height: 37px; | |
| 266 | +} | |
| 328 | 267 | |
| 268 | +.elementor-hidden { | |
| 269 | + display: none; | |
| 270 | +} | |
| 271 | + | |
| 272 | +.elementor-screen-only, | |
| 273 | +.screen-reader-text, | |
| 274 | +.screen-reader-text span, | |
| 275 | +.ui-helper-hidden-accessible { | |
| 276 | + position: absolute; | |
| 277 | + top: -10000em; | |
| 278 | + width: 1px; | |
| 279 | + height: 1px; | |
| 280 | + margin: -1px; | |
| 281 | + padding: 0; | |
| 282 | + overflow: hidden; | |
| 283 | + clip: rect(0, 0, 0, 0); | |
| 284 | + border: 0; | |
| 285 | +} | |
| 286 | + | |
| 287 | +.elementor-clearfix:after { | |
| 288 | + content: ""; | |
| 289 | + display: block; | |
| 290 | + clear: both; | |
| 291 | + width: 0; | |
| 292 | + height: 0; | |
| 293 | +} | |
| 294 | + | |
| 295 | +.e-logo-wrapper { | |
| 296 | + background: var(--e-a-bg-logo); | |
| 297 | + display: inline-block; | |
| 298 | + padding: 0.75em; | |
| 299 | + border-radius: 50%; | |
| 300 | + line-height: 1; | |
| 301 | +} | |
| 302 | +.e-logo-wrapper i { | |
| 303 | + color: var(--e-a-color-logo); | |
| 304 | + font-size: 1em; | |
| 305 | +} | |
| 306 | + | |
| 329 | 307 | #elementor-change-exit-preference-dialog .dialog-message a { |
| 330 | 308 | cursor: pointer; |
| 331 | 309 | } |
| 332 | 310 | #elementor-change-exit-preference-dialog .dialog-message > div { |
| @@ -426,9 +404,8 @@ | ||
| 426 | 404 | } |
| 427 | 405 | .elementor-templates-modal__header__items-area { |
| 428 | 406 | display: flex; |
| 429 | 407 | flex-direction: row-reverse; |
| 430 | - align-items: center; | |
| 431 | 408 | } |
| 432 | 409 | .elementor-templates-modal__header__item { |
| 433 | 410 | position: relative; |
| 434 | 411 | display: flex; |
| @@ -443,17 +420,8 @@ | ||
| 443 | 420 | } |
| 444 | 421 | .elementor-templates-modal__header__item > i:hover { |
| 445 | 422 | color: var(--e-a-color-txt-hover); |
| 446 | 423 | } |
| 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 | 424 | .elementor-templates-modal__header__close--normal { |
| 457 | 425 | width: 47px; |
| 458 | 426 | border-inline-start: var(--e-a-border); |
| 459 | 427 | } |
| @@ -507,9 +475,9 @@ | ||
| 507 | 475 | display: flex; |
| 508 | 476 | justify-content: flex-end; |
| 509 | 477 | } |
| 510 | 478 | #elementor-toast .dialog-buttons-wrapper:not(:empty) { |
| 511 | - margin-block-start: 15px; | |
| 479 | + margin-top: 15px; | |
| 512 | 480 | } |
| 513 | 481 | #elementor-toast .dialog-button { |
| 514 | 482 | font-size: 12px; |
| 515 | 483 | font-weight: 500; |
| @@ -514,27 +482,20 @@ | ||
| 514 | 482 | font-size: 12px; |
| 515 | 483 | font-weight: 500; |
| 516 | 484 | line-height: 1.2; |
| 517 | 485 | padding: 8px 16px; |
| 518 | - margin-inline-end: 10px; | |
| 486 | + margin-right: 10px; | |
| 519 | 487 | color: var(--e-a-dark-color-txt); |
| 520 | 488 | border-radius: var(--e-a-border-radius); |
| 521 | 489 | transition: var(--e-a-transition-hover); |
| 522 | 490 | cursor: pointer; |
| 523 | - background: none; | |
| 524 | - border: none; | |
| 525 | - font-family: inherit; | |
| 526 | 491 | } |
| 527 | 492 | #elementor-toast .dialog-button:hover { |
| 528 | 493 | background: var(--e-a-bg-hover); |
| 529 | 494 | color: var(--e-a-color-txt-hover); |
| 530 | 495 | } |
| 531 | -#elementor-toast .dialog-button:focus-visible { | |
| 532 | - outline: 2px solid var(--e-a-border-color-focus, #4F46E5); | |
| 533 | - outline-offset: 2px; | |
| 534 | -} | |
| 535 | 496 | #elementor-toast .dialog-button:last-child { |
| 536 | - margin-inline-end: 0; | |
| 497 | + margin-right: 0; | |
| 537 | 498 | } |
| 538 | 499 | |
| 539 | 500 | /* Will select next element after last '.elementor-general-section' */ |
| 540 | 501 | #wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section + .elementor-second-section { |
| @@ -542,14 +503,17 @@ | ||
| 542 | 503 | margin-block-start: 6px; |
| 543 | 504 | } |
| 544 | 505 | |
| 545 | 506 | .e-logo-wrapper { |
| 507 | + background: var(--e-a-bg-logo); | |
| 546 | 508 | display: inline-block; |
| 509 | + padding: 0.75em; | |
| 510 | + border-radius: 50%; | |
| 547 | 511 | line-height: 1; |
| 548 | 512 | } |
| 549 | 513 | .e-logo-wrapper i { |
| 550 | - color: var(--e-a-color-circle-logo); | |
| 551 | - font-size: 2.5em; | |
| 514 | + color: var(--e-a-color-logo); | |
| 515 | + font-size: 1em; | |
| 552 | 516 | } |
| 553 | 517 | |
| 554 | 518 | #elementor-finder__modal { |
| 555 | 519 | background: none; |
| @@ -558,9 +522,9 @@ | ||
| 558 | 522 | #elementor-finder__modal .dialog-widget-content { |
| 559 | 523 | width: 650px; |
| 560 | 524 | max-width: 98%; |
| 561 | 525 | top: 18vh; |
| 562 | - left: calc(50% - 650px / 2); | |
| 526 | + left: calc( 50% - 650px / 2 ); | |
| 563 | 527 | } |
| 564 | 528 | #elementor-finder__modal .dialog-content { |
| 565 | 529 | text-align: start; |
| 566 | 530 | } |
| @@ -567,9 +531,9 @@ | ||
| 567 | 531 | #elementor-finder__modal .dialog-message { |
| 568 | 532 | height: initial; |
| 569 | 533 | min-height: 0; |
| 570 | 534 | padding: 0; |
| 571 | - text-align: start; | |
| 535 | + text-align: left; | |
| 572 | 536 | } |
| 573 | 537 | #elementor-finder__search { |
| 574 | 538 | padding: 15px; |
| 575 | 539 | display: flex; |
| @@ -613,9 +577,9 @@ | ||
| 613 | 577 | } |
| 614 | 578 | .elementor-finder__results__category__title { |
| 615 | 579 | padding: 5px 25px; |
| 616 | 580 | font-size: 10px; |
| 617 | - border-block-end: var(--e-a-border); | |
| 581 | + border-bottom: var(--e-a-border); | |
| 618 | 582 | } |
| 619 | 583 | .elementor-finder__results__category--dynamic .elementor-finder__results__category__items { |
| 620 | 584 | min-height: 26px; |
| 621 | 585 | } |
| @@ -621,10 +585,10 @@ | ||
| 621 | 585 | } |
| 622 | 586 | .elementor-finder__results__category .eicon-loading { |
| 623 | 587 | display: none; |
| 624 | 588 | position: absolute; |
| 625 | - inset-block-start: 30px; | |
| 626 | - inset-inline-end: 10px; | |
| 589 | + right: 10px; | |
| 590 | + top: 30px; | |
| 627 | 591 | color: var(--e-a-color-info); |
| 628 | 592 | font-size: 14px; |
| 629 | 593 | } |
| 630 | 594 | .elementor-finder__results__item { |