| @@ -1437,10 +1437,10 @@ | ||
| 1437 | 1437 | .elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus { |
| 1438 | 1438 | background-color: var(--e-a-bg-hover); |
| 1439 | 1439 | border-color: var(--e-a-border-color-bold); |
| 1440 | 1440 | } |
| 1441 | -.elementor-panel .elementor-element:hover > .eicon-upgrade-crown-full, .elementor-panel .elementor-element:focus > .eicon-upgrade-crown-full { | |
| 1442 | - color: var(--e-a-color-accent-promotion); | |
| 1441 | +.elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock { | |
| 1442 | + color: var(--e-a-color-accent); | |
| 1443 | 1443 | } |
| 1444 | 1444 | .elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug { |
| 1445 | 1445 | color: var(--e-a-color-info); |
| 1446 | 1446 | } |
| @@ -1456,17 +1456,12 @@ | ||
| 1456 | 1456 | } |
| 1457 | 1457 | .elementor-panel .elementor-element .title { |
| 1458 | 1458 | font-size: 12px; |
| 1459 | 1459 | } |
| 1460 | -.elementor-panel .elementor-element > .eicon-upgrade-crown-full, .elementor-panel .elementor-element .eicon-plug { | |
| 1460 | +.elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug { | |
| 1461 | 1461 | position: absolute; |
| 1462 | 1462 | inset-block-start: 5px; |
| 1463 | 1463 | inset-inline-end: 5px; |
| 1464 | -} | |
| 1465 | -.elementor-panel .elementor-element > .eicon-upgrade-crown-full { | |
| 1466 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 1467 | -} | |
| 1468 | -.elementor-panel .elementor-element > .eicon-plug { | |
| 1469 | 1464 | color: var(--e-a-color-txt-disabled); |
| 1470 | 1465 | } |
| 1471 | 1466 | .elementor-panel .elementor-element:active { |
| 1472 | 1467 | background-color: var(--e-a-bg-hover); |
| @@ -1604,9 +1599,9 @@ | ||
| 1604 | 1599 | margin-block-start: 16px; |
| 1605 | 1600 | padding: 0; |
| 1606 | 1601 | border: none; |
| 1607 | 1602 | background: none; |
| 1608 | - color: #C00BB9; | |
| 1603 | + color: var(--e-a-color-accent-promotion, #D6107C); | |
| 1609 | 1604 | font-size: 14px; |
| 1610 | 1605 | font-weight: 500; |
| 1611 | 1606 | cursor: pointer; |
| 1612 | 1607 | font-family: var(--e-a-font-family); |
| @@ -1620,36 +1615,8 @@ | ||
| 1620 | 1615 | .elementor-panel-elements-widget-creation--search-footer { |
| 1621 | 1616 | border-block-start: var(--e-a-border); |
| 1622 | 1617 | } |
| 1623 | 1618 | |
| 1624 | -.elementor-panel-category-custom-widgets-empty { | |
| 1625 | - grid-column: 1/-1; | |
| 1626 | - width: 100%; | |
| 1627 | - padding: 0 16px 16px; | |
| 1628 | -} | |
| 1629 | -.elementor-panel-category-custom-widgets-empty__message { | |
| 1630 | - margin: 0; | |
| 1631 | - font-size: 12px; | |
| 1632 | - line-height: 1.6; | |
| 1633 | - color: var(--e-a-color-txt-muted); | |
| 1634 | -} | |
| 1635 | - | |
| 1636 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading { | |
| 1637 | - margin-inline-start: auto; | |
| 1638 | - padding: 4px 10px; | |
| 1639 | - border: none; | |
| 1640 | - background: none; | |
| 1641 | - color: #C00BB9; | |
| 1642 | - font-size: 12px; | |
| 1643 | - font-weight: 500; | |
| 1644 | - cursor: pointer; | |
| 1645 | - font-family: var(--e-a-font-family); | |
| 1646 | - flex-shrink: 0; | |
| 1647 | -} | |
| 1648 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover { | |
| 1649 | - opacity: 0.8; | |
| 1650 | -} | |
| 1651 | - | |
| 1652 | 1619 | #elementor-panel-inner { |
| 1653 | 1620 | position: relative; |
| 1654 | 1621 | height: 100%; |
| 1655 | 1622 | display: flex; |
| @@ -1675,54 +1642,18 @@ | ||
| 1675 | 1642 | #elementor-panel-get-pro-elements .elementor-nerd-box-icon { |
| 1676 | 1643 | margin-block-start: 20px; |
| 1677 | 1644 | } |
| 1678 | 1645 | |
| 1679 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) { | |
| 1680 | - display: flex; | |
| 1681 | - flex-direction: column; | |
| 1682 | -} | |
| 1683 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor { | |
| 1684 | - display: flex; | |
| 1685 | - flex-direction: column; | |
| 1686 | - flex: 1; | |
| 1687 | - min-height: 0; | |
| 1688 | -} | |
| 1689 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion { | |
| 1690 | - position: sticky; | |
| 1691 | - inset-block-end: 0; | |
| 1692 | - margin-block-start: auto; | |
| 1693 | -} | |
| 1694 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1695 | - margin-block-start: 0; | |
| 1696 | -} | |
| 1697 | - | |
| 1698 | 1646 | #elementor-panel-get-pro-elements-sticky { |
| 1699 | 1647 | position: sticky; |
| 1700 | 1648 | inset-block-end: 0; |
| 1649 | + font-size: 14px; | |
| 1650 | + font-weight: 400; | |
| 1651 | + line-height: 1.6; | |
| 1701 | 1652 | margin-block-end: -10px; |
| 1702 | 1653 | } |
| 1703 | 1654 | #elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { |
| 1704 | 1655 | margin-block-start: -14px; |
| 1705 | -} | |
| 1706 | - | |
| 1707 | -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) { | |
| 1708 | - display: flex; | |
| 1709 | - flex-direction: column; | |
| 1710 | - min-height: 100%; | |
| 1711 | -} | |
| 1712 | -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky { | |
| 1713 | - margin-block-start: auto; | |
| 1714 | -} | |
| 1715 | - | |
| 1716 | -#elementor-panel-get-pro-elements-sticky, | |
| 1717 | -.elementor-panel-editor-sticky-promotion { | |
| 1718 | - font-size: 14px; | |
| 1719 | - font-weight: 400; | |
| 1720 | - line-height: 1.6; | |
| 1721 | - background-color: var(--e-a-color-white); | |
| 1722 | -} | |
| 1723 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message, | |
| 1724 | -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1725 | 1656 | min-height: 40px; |
| 1726 | 1657 | display: block; |
| 1727 | 1658 | padding: 9px min(35px, 5%); |
| 1728 | 1659 | gap: 10px; |
| @@ -1730,17 +1661,15 @@ | ||
| 1730 | 1661 | color: var(--e-a-color-black); |
| 1731 | 1662 | text-align: center; |
| 1732 | 1663 | box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05); |
| 1733 | 1664 | } |
| 1734 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a, | |
| 1735 | -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a { | |
| 1665 | +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a { | |
| 1736 | 1666 | display: inline-block; |
| 1737 | 1667 | font-size: 13px; |
| 1738 | 1668 | font-weight: 500; |
| 1739 | 1669 | color: var(--e-a-btn-bg-accent); |
| 1740 | 1670 | } |
| 1741 | -#elementor-panel-get-pro-elements-sticky img, | |
| 1742 | -.elementor-panel-editor-sticky-promotion img { | |
| 1671 | +#elementor-panel-get-pro-elements-sticky img { | |
| 1743 | 1672 | margin-inline-start: 17px; |
| 1744 | 1673 | } |
| 1745 | 1674 | |
| 1746 | 1675 | #elementor-panel-notice-wrapper .elementor-panel-notice { |
| @@ -4566,10 +4495,10 @@ | ||
| 4566 | 4495 | .e-control-display-conditions-promotion__wrapper { |
| 4567 | 4496 | display: flex; |
| 4568 | 4497 | justify-content: space-between; |
| 4569 | 4498 | } |
| 4570 | -.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion { | |
| 4571 | - color: var(--e-a-color-accent-promotion); | |
| 4499 | +.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion { | |
| 4500 | + color: var(--e-a-color-accent); | |
| 4572 | 4501 | } |
| 4573 | 4502 | .e-control-display-conditions-promotion__description { |
| 4574 | 4503 | display: flex; |
| 4575 | 4504 | align-self: center; |
| @@ -4582,11 +4511,8 @@ | ||
| 4582 | 4511 | display: flex; |
| 4583 | 4512 | justify-content: center; |
| 4584 | 4513 | align-items: center; |
| 4585 | 4514 | } |
| 4586 | -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4587 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4588 | -} | |
| 4589 | 4515 | .e-control-display-conditions-promotion.eicon-flow { |
| 4590 | 4516 | align-self: flex-end; |
| 4591 | 4517 | cursor: pointer; |
| 4592 | 4518 | border: var(--e-a-border-bold); |
| @@ -4597,10 +4523,10 @@ | ||
| 4597 | 4523 | background-color: var(--e-a-bg-active); |
| 4598 | 4524 | color: #E73CF6; |
| 4599 | 4525 | } |
| 4600 | 4526 | |
| 4601 | -.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full { | |
| 4602 | - color: var(--e-a-color-accent-promotion); | |
| 4527 | +.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock { | |
| 4528 | + color: var(--e-a-color-accent); | |
| 4603 | 4529 | } |
| 4604 | 4530 | .e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title { |
| 4605 | 4531 | margin-inline-end: 0; |
| 4606 | 4532 | } |
| @@ -4625,11 +4551,8 @@ | ||
| 4625 | 4551 | display: flex; |
| 4626 | 4552 | justify-content: center; |
| 4627 | 4553 | align-items: center; |
| 4628 | 4554 | } |
| 4629 | -.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4630 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4631 | -} | |
| 4632 | 4555 | |
| 4633 | 4556 | .e-link-promotion { |
| 4634 | 4557 | font-family: "Roboto", sans-serif; |
| 4635 | 4558 | font-weight: 500; |
| @@ -5155,8 +5078,17 @@ | ||
| 5155 | 5078 | outline: 2px solid var(--e-a-border-color-focus); |
| 5156 | 5079 | outline-offset: 2px; |
| 5157 | 5080 | border-radius: 2px; |
| 5158 | 5081 | } |
| 5082 | +#elementor-template-library-modal button.elementor-templates-modal__header__close { | |
| 5083 | + background: transparent; | |
| 5084 | + margin: 0; | |
| 5085 | + font-size: inherit; | |
| 5086 | + font-family: inherit; | |
| 5087 | + color: inherit; | |
| 5088 | + border: none; | |
| 5089 | + cursor: pointer; | |
| 5090 | +} | |
| 5159 | 5091 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5160 | 5092 | font-style: normal; |
| 5161 | 5093 | text-decoration: underline; |
| 5162 | 5094 | } |
| @@ -7851,8 +7783,26 @@ | ||
| 7851 | 7783 | .elementor-navigator__element--hidden .elementor-navigator__element__title, |
| 7852 | 7784 | .elementor-navigator__element--hidden .elementor-navigator__element__toggle { |
| 7853 | 7785 | opacity: 0.5; |
| 7854 | 7786 | } |
| 7787 | +.elementor-navigator__element.elementor-navigator__inline-child .elementor-navigator__element__list-toggle { | |
| 7788 | + visibility: hidden; | |
| 7789 | +} | |
| 7790 | +.elementor-navigator__element.elementor-navigator__inline-child .elementor-navigator__element__element-type i { | |
| 7791 | + font-size: 14px; | |
| 7792 | +} | |
| 7793 | +.elementor-navigator__element.elementor-navigator__inline-child .elementor-navigator__element__toggle { | |
| 7794 | + display: none; | |
| 7795 | +} | |
| 7796 | +.elementor-navigator__element.elementor-navigator__inline-child .elementor-navigator__element__indicators { | |
| 7797 | + display: none; | |
| 7798 | +} | |
| 7799 | +.elementor-navigator__element.elementor-navigator__inline-child .elementor-navigator__item { | |
| 7800 | + cursor: pointer; | |
| 7801 | +} | |
| 7802 | +.elementor-navigator__element.elementor-navigator__inline-child .elementor-navigator__item.elementor-editing { | |
| 7803 | + background-color: var(--e-a-bg-active); | |
| 7804 | +} | |
| 7855 | 7805 | .elementor-navigator__promotion-text { |
| 7856 | 7806 | line-height: 18px; |
| 7857 | 7807 | } |
| 7858 | 7808 | |
| @@ -8420,16 +8370,6 @@ | ||
| 8420 | 8370 | transform: rotate(calc(var(--is-rtl) * 180deg)); |
| 8421 | 8371 | } |
| 8422 | 8372 | .e-ui-state--document-direction-mode__row-reverse [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end), .e-ui-state--document-direction-mode__row-reverse [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end) { |
| 8423 | 8373 | transform: rotate(calc(var(--is-ltr) * 180deg)); |
| 8424 | -} | |
| 8425 | - | |
| 8426 | -.elementor-editor-active .embed-media-settings .setting.caption { | |
| 8427 | - display: none; | |
| 8428 | -} | |
| 8429 | -.elementor-editor-active .embed-media-settings .setting.align { | |
| 8430 | - display: none; | |
| 8431 | -} | |
| 8432 | -.elementor-editor-active .embed-media-settings fieldset.setting-group { | |
| 8433 | - display: none; | |
| 8434 | 8374 | } |
| 8435 | 8375 | /*# sourceMappingURL=editor.css.map */ |