| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.24.0 - 04-09-2024 */ | |
| 1 | 2 | .elementor-button, |
| 2 | 3 | .e-btn, |
| 3 | 4 | #elementor-deactivate-feedback-modal .dialog-skip, |
| 4 | 5 | #elementor-deactivate-feedback-modal .dialog-submit { |
| @@ -540,17 +541,8 @@ | ||
| 540 | 541 | #elementor-deactivate-feedback-modal .e-danger.dialog-skip, |
| 541 | 542 | #elementor-deactivate-feedback-modal .e-danger.dialog-submit { |
| 542 | 543 | background-color: var(--e-a-btn-bg-danger); |
| 543 | 544 | } |
| 544 | -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white, | |
| 545 | -.e-btn.elementor-button-danger.color-white, | |
| 546 | -#elementor-deactivate-feedback-modal .elementor-button-danger.color-white.dialog-skip, | |
| 547 | -#elementor-deactivate-feedback-modal .elementor-button-danger.color-white.dialog-submit, | |
| 548 | -.e-btn.e-danger.color-white, | |
| 549 | -#elementor-deactivate-feedback-modal .e-danger.color-white.dialog-skip, | |
| 550 | -#elementor-deactivate-feedback-modal .e-danger.color-white.dialog-submit { | |
| 551 | - color: var(--e-a-color-white); | |
| 552 | -} | |
| 553 | 545 | .elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus, |
| 554 | 546 | .e-btn.elementor-button-danger:hover, |
| 555 | 547 | #elementor-deactivate-feedback-modal .elementor-button-danger.dialog-skip:hover, |
| 556 | 548 | #elementor-deactivate-feedback-modal .elementor-button-danger.dialog-submit:hover, |
| @@ -588,9 +580,9 @@ | ||
| 588 | 580 | border-radius: 3px; |
| 589 | 581 | transition: all 0.3s; |
| 590 | 582 | } |
| 591 | 583 | #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"]:hover, #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"]:focus { |
| 592 | - background-color: rgb(198, 0, 84.8571428571); | |
| 584 | + background-color: #c60055; | |
| 593 | 585 | box-shadow: none; |
| 594 | 586 | } |
| 595 | 587 | #adminmenu #menu-posts-elementor_library .wp-menu-image:before { |
| 596 | 588 | content: "\e8ff"; |
| @@ -606,9 +598,9 @@ | ||
| 606 | 598 | color: #93003f; |
| 607 | 599 | font-weight: bold; |
| 608 | 600 | } |
| 609 | 601 | .elementor-plugins-gopro:hover, .elementor-plugins-gopro:focus { |
| 610 | - color: rgb(198, 0, 84.8571428571); | |
| 602 | + color: #c60055; | |
| 611 | 603 | } |
| 612 | 604 | |
| 613 | 605 | #elementor-switch-mode { |
| 614 | 606 | margin: 15px 0; |
| @@ -698,11 +690,11 @@ | ||
| 698 | 690 | transition: all 0.5s ease; |
| 699 | 691 | } |
| 700 | 692 | #elementor-editor .elementor-loader-wrapper { |
| 701 | 693 | position: absolute; |
| 702 | - inset-block-start: 50%; | |
| 703 | - inset-inline-start: 50%; | |
| 704 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 694 | + top: 50%; | |
| 695 | + left: 50%; | |
| 696 | + transform: translate(-50%, -50%); | |
| 705 | 697 | width: 300px; |
| 706 | 698 | display: flex; |
| 707 | 699 | flex-direction: column; |
| 708 | 700 | align-items: center; |
| @@ -1210,13 +1202,8 @@ | ||
| 1210 | 1202 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger, |
| 1211 | 1203 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger { |
| 1212 | 1204 | background-color: var(--e-a-btn-bg-danger); |
| 1213 | 1205 | } |
| 1214 | -.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, | |
| 1215 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, | |
| 1216 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger.color-white { | |
| 1217 | - color: var(--e-a-color-white); | |
| 1218 | -} | |
| 1219 | 1206 | .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, |
| 1220 | 1207 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, |
| 1221 | 1208 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, |
| 1222 | 1209 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover, |
| @@ -1232,52 +1219,89 @@ | ||
| 1232 | 1219 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, |
| 1233 | 1220 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { |
| 1234 | 1221 | color: initial; |
| 1235 | 1222 | } |
| 1236 | -.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, | |
| 1237 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover, | |
| 1238 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, | |
| 1239 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { | |
| 1240 | - background-color: var(--e-a-btn-bg-disabled); | |
| 1241 | -} | |
| 1242 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 1243 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 1244 | - background-color: var(--e-a-btn-bg-disabled); | |
| 1245 | - cursor: not-allowed; | |
| 1246 | -} | |
| 1247 | - | |
| 1248 | 1223 | :root { |
| 1249 | 1224 | --e-focus-color: rgba(0, 115, 170, .4); |
| 1250 | 1225 | --e-context-primary-color: #0073aa; |
| 1251 | - --e-context-primary-color-dark: rgb(0, 80.5, 119); | |
| 1226 | + --e-context-primary-color-dark: #005177; | |
| 1252 | 1227 | --e-context-primary-tint-4: rgba(0, 115, 170, 0.4); |
| 1253 | 1228 | --e-context-primary-tint-1: rgba(0, 115, 170, 0.04); |
| 1254 | 1229 | --e-context-success-color: #0A875A; |
| 1255 | - --e-context-success-color-dark: rgb(6.4827586207, 87.5172413793, 58.3448275862); | |
| 1230 | + --e-context-success-color-dark: #06583a; | |
| 1256 | 1231 | --e-context-success-tint-4: rgba(10, 135, 90, 0.4); |
| 1257 | 1232 | --e-context-success-tint-1: rgba(10, 135, 90, 0.04); |
| 1258 | 1233 | --e-context-info-color: #2563EB; |
| 1259 | - --e-context-info-color-dark: rgb(18.5714285714, 76.1428571429, 202.4285714286); | |
| 1234 | + --e-context-info-color-dark: #134cca; | |
| 1260 | 1235 | --e-context-info-tint-4: rgba(37, 99, 235, 0.4); |
| 1261 | 1236 | --e-context-info-tint-1: rgba(37, 99, 235, 0.04); |
| 1262 | 1237 | --e-context-warning-color: #F59E0B; |
| 1263 | - --e-context-warning-color-dark: rgb(196.9291338583, 126.7125984252, 8.0708661417); | |
| 1238 | + --e-context-warning-color-dark: #c57f08; | |
| 1264 | 1239 | --e-context-warning-tint-4: rgba(245, 158, 11, 0.4); |
| 1265 | 1240 | --e-context-warning-tint-1: rgba(245, 158, 11, 0.04); |
| 1266 | 1241 | --e-context-error-color: #DC2626; |
| 1267 | - --e-context-error-color-dark: rgb(178.25, 28.75, 28.75); | |
| 1242 | + --e-context-error-color-dark: #b21d1d; | |
| 1268 | 1243 | --e-context-error-tint-4: rgba(220, 38, 38, 0.4); |
| 1269 | 1244 | --e-context-error-tint-1: rgba(220, 38, 38, 0.04); |
| 1270 | 1245 | --e-context-cta-color: #524CFF; |
| 1271 | - --e-context-cta-color-dark: rgb(32.7094972067, 25, 255); | |
| 1246 | + --e-context-cta-color-dark: #2119ff; | |
| 1272 | 1247 | --e-context-cta-tint-4: rgba(82, 76, 255, 0.4); |
| 1273 | 1248 | --e-context-cta-tint-1: rgba(82, 76, 255, 0.04); |
| 1274 | - --e-context-promotion-color: #93003f; | |
| 1275 | - --e-context-promotion-color-dark: rgb(96, 0, 41.1428571429); | |
| 1276 | - --e-context-promotion-tint-4: rgba(147, 0, 63, 0.4); | |
| 1277 | - --e-context-promotion-tint-1: rgba(147, 0, 63, 0.04); | |
| 1278 | 1249 | } |
| 1279 | 1250 | |
| 1251 | +.e-getting-started { | |
| 1252 | + max-width: 900px; | |
| 1253 | + padding: 2.5em 0; | |
| 1254 | + margin: auto; | |
| 1255 | + text-align: center; | |
| 1256 | +} | |
| 1257 | +.e-getting-started__header { | |
| 1258 | + display: flex; | |
| 1259 | + flex-direction: row; | |
| 1260 | + justify-content: space-between; | |
| 1261 | + align-items: center; | |
| 1262 | + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 1263 | +} | |
| 1264 | +.e-getting-started__header .e-logo-wrapper { | |
| 1265 | + font-size: 10px; | |
| 1266 | + margin-inline-end: 10px; | |
| 1267 | +} | |
| 1268 | +.e-getting-started__title { | |
| 1269 | + padding: 0 15px; | |
| 1270 | + font-weight: 600; | |
| 1271 | + text-transform: uppercase; | |
| 1272 | + display: flex; | |
| 1273 | + align-items: center; | |
| 1274 | +} | |
| 1275 | +.e-getting-started__skip { | |
| 1276 | + border-inline-start: 1px solid #eee; | |
| 1277 | + font-size: 16px; | |
| 1278 | + color: inherit; | |
| 1279 | +} | |
| 1280 | +.e-getting-started__skip i { | |
| 1281 | + padding: 15px; | |
| 1282 | +} | |
| 1283 | +.e-getting-started__content { | |
| 1284 | + padding: 50px; | |
| 1285 | +} | |
| 1286 | +.e-getting-started__content h2 { | |
| 1287 | + font-size: 2em; | |
| 1288 | + margin-block-start: 0; | |
| 1289 | +} | |
| 1290 | +.e-getting-started__content--narrow { | |
| 1291 | + max-width: 500px; | |
| 1292 | + margin: auto; | |
| 1293 | +} | |
| 1294 | +.e-getting-started__video { | |
| 1295 | + margin: 40px 0 60px; | |
| 1296 | +} | |
| 1297 | +.e-getting-started__video iframe { | |
| 1298 | + box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15); | |
| 1299 | +} | |
| 1300 | +.e-getting-started__actions .button-primary { | |
| 1301 | + margin-inline-end: 20px; | |
| 1302 | +} | |
| 1303 | + | |
| 1280 | 1304 | :root { |
| 1281 | 1305 | --e-button-padding-block: 0.4375rem; |
| 1282 | 1306 | --e-button-padding-inline: 0.75rem; |
| 1283 | 1307 | --e-button-font-size: 0.8125rem; |
| @@ -1288,49 +1312,8 @@ | ||
| 1288 | 1312 | --e-button-context-color-dark: var(--e-context-primary-color-dark); |
| 1289 | 1313 | --e-button-context-tint: var(--e-context-primary-tint-1); |
| 1290 | 1314 | } |
| 1291 | 1315 | |
| 1292 | -.notice a.e-button, | |
| 1293 | -.error a.e-button, | |
| 1294 | -.updated a.e-button { | |
| 1295 | - color: #ffffff; | |
| 1296 | - text-decoration: none; | |
| 1297 | -} | |
| 1298 | -.notice a.e-button:hover, .notice a.e-button:focus, .notice a.e-button:active, | |
| 1299 | -.error a.e-button:hover, | |
| 1300 | -.error a.e-button:focus, | |
| 1301 | -.error a.e-button:active, | |
| 1302 | -.updated a.e-button:hover, | |
| 1303 | -.updated a.e-button:focus, | |
| 1304 | -.updated a.e-button:active { | |
| 1305 | - color: #ffffff; | |
| 1306 | - text-decoration: none; | |
| 1307 | -} | |
| 1308 | -.notice a.e-button.e-button--outline, | |
| 1309 | -.error a.e-button.e-button--outline, | |
| 1310 | -.updated a.e-button.e-button--outline { | |
| 1311 | - color: var(--e-button-context-color); | |
| 1312 | -} | |
| 1313 | -.notice a.e-button.e-button--outline:hover, .notice a.e-button.e-button--outline:focus, | |
| 1314 | -.error a.e-button.e-button--outline:hover, | |
| 1315 | -.error a.e-button.e-button--outline:focus, | |
| 1316 | -.updated a.e-button.e-button--outline:hover, | |
| 1317 | -.updated a.e-button.e-button--outline:focus { | |
| 1318 | - color: var(--e-button-context-color-dark); | |
| 1319 | -} | |
| 1320 | -.notice a.e-button.e-button--link, | |
| 1321 | -.error a.e-button.e-button--link, | |
| 1322 | -.updated a.e-button.e-button--link { | |
| 1323 | - color: var(--e-button-context-color); | |
| 1324 | -} | |
| 1325 | -.notice a.e-button.e-button--link:hover, .notice a.e-button.e-button--link:focus, | |
| 1326 | -.error a.e-button.e-button--link:hover, | |
| 1327 | -.error a.e-button.e-button--link:focus, | |
| 1328 | -.updated a.e-button.e-button--link:hover, | |
| 1329 | -.updated a.e-button.e-button--link:focus { | |
| 1330 | - color: var(--e-button-context-color-dark); | |
| 1331 | -} | |
| 1332 | - | |
| 1333 | 1316 | .e-button { |
| 1334 | 1317 | display: inline-block; |
| 1335 | 1318 | font-weight: var(--e-button-font-weight); |
| 1336 | 1319 | text-align: center; |
| @@ -1403,14 +1386,8 @@ | ||
| 1403 | 1386 | --e-button-context-color-dark: var(--e-context-cta-color-dark); |
| 1404 | 1387 | --e-button-context-tint: var(--e-context-cta-tint-1); |
| 1405 | 1388 | --e-focus-color: var(--e-context-cta-tint-4); |
| 1406 | 1389 | } |
| 1407 | -.e-button--promotion { | |
| 1408 | - --e-button-context-color: var(--e-context-promotion-color); | |
| 1409 | - --e-button-context-color-dark: var(--e-context-promotion-color-dark); | |
| 1410 | - --e-button-context-tint: var(--e-context-promotion-tint-1); | |
| 1411 | - --e-focus-color: var(--e-context-promotion-tint-4); | |
| 1412 | -} | |
| 1413 | 1390 | .e-button.e-button--outline { |
| 1414 | 1391 | color: var(--e-button-context-color); |
| 1415 | 1392 | background: none; |
| 1416 | 1393 | border: 1px solid currentColor; |
| @@ -1510,13 +1487,8 @@ | ||
| 1510 | 1487 | --e-notice-context-color: var(--e-context-cta-color); |
| 1511 | 1488 | --e-notice-context-color-dark: var(--e-context-cta-color-dark); |
| 1512 | 1489 | --e-notice-context-tint: var(--e-context-cta-tint-1); |
| 1513 | 1490 | } |
| 1514 | -.e-notice--promotion { | |
| 1515 | - --e-notice-context-color: var(--e-context-promotion-color); | |
| 1516 | - --e-notice-context-color-dark: var(--e-context-promotion-color-dark); | |
| 1517 | - --e-notice-context-tint: var(--e-context-promotion-tint-1); | |
| 1518 | -} | |
| 1519 | 1491 | .e-notice--extended { |
| 1520 | 1492 | --e-notice-is-extended: 1; |
| 1521 | 1493 | } |
| 1522 | 1494 | .e-notice--dismissible { |
| @@ -1532,14 +1504,16 @@ | ||
| 1532 | 1504 | flex-shrink: 0; |
| 1533 | 1505 | } |
| 1534 | 1506 | .e-notice__icon-wrapper { |
| 1535 | 1507 | display: inline-block; |
| 1536 | - font-size: 1.5rem; | |
| 1508 | + font-size: 0.625rem; | |
| 1537 | 1509 | max-height: 1.5rem; |
| 1538 | 1510 | width: 1.5rem; |
| 1539 | 1511 | line-height: 1.5rem; |
| 1540 | - color: var(--e-notice-context-color); | |
| 1541 | 1512 | border-radius: 100px; |
| 1513 | + background: var(--e-notice-context-color); | |
| 1514 | + color: #fff; | |
| 1515 | + text-shadow: 0 0 3px var(--e-notice-context-color-dark), 0 0 1px var(--e-notice-context-color-dark), 0 0 1px var(--e-notice-context-color-dark); | |
| 1542 | 1516 | } |
| 1543 | 1517 | .e-notice__content { |
| 1544 | 1518 | padding: 20px; |
| 1545 | 1519 | } |
| @@ -1544,10 +1518,12 @@ | ||
| 1544 | 1518 | padding: 20px; |
| 1545 | 1519 | } |
| 1546 | 1520 | .e-notice__actions { |
| 1547 | 1521 | display: flex; |
| 1548 | - gap: 8px; | |
| 1549 | 1522 | } |
| 1523 | +.e-notice__actions > * + * { | |
| 1524 | + margin-inline-start: 8px; | |
| 1525 | +} | |
| 1550 | 1526 | .e-notice__dismiss { |
| 1551 | 1527 | width: 20px; |
| 1552 | 1528 | height: 20px; |
| 1553 | 1529 | line-height: 20px; |
| @@ -1943,13 +1919,8 @@ | ||
| 1943 | 1919 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger, |
| 1944 | 1920 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger { |
| 1945 | 1921 | background-color: var(--e-a-btn-bg-danger); |
| 1946 | 1922 | } |
| 1947 | -.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, | |
| 1948 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, | |
| 1949 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger.color-white { | |
| 1950 | - color: var(--e-a-color-white); | |
| 1951 | -} | |
| 1952 | 1923 | .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, |
| 1953 | 1924 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, |
| 1954 | 1925 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, |
| 1955 | 1926 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover, |
| @@ -1965,20 +1936,8 @@ | ||
| 1965 | 1936 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, |
| 1966 | 1937 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { |
| 1967 | 1938 | color: initial; |
| 1968 | 1939 | } |
| 1969 | -.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, | |
| 1970 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover, | |
| 1971 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, | |
| 1972 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { | |
| 1973 | - background-color: var(--e-a-btn-bg-disabled); | |
| 1974 | -} | |
| 1975 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 1976 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 1977 | - background-color: var(--e-a-btn-bg-disabled); | |
| 1978 | - cursor: not-allowed; | |
| 1979 | -} | |
| 1980 | - | |
| 1981 | 1940 | @keyframes elementor-rotation { |
| 1982 | 1941 | 0% { |
| 1983 | 1942 | transform: rotate(0deg); |
| 1984 | 1943 | } |
| @@ -2124,9 +2083,8 @@ | ||
| 2124 | 2083 | |
| 2125 | 2084 | #elementor_rollback > div, |
| 2126 | 2085 | #elementor_rollback_pro > div { |
| 2127 | 2086 | display: flex; |
| 2128 | - align-items: center; | |
| 2129 | 2087 | } |
| 2130 | 2088 | #elementor_rollback > div input, |
| 2131 | 2089 | #elementor_rollback > div select, |
| 2132 | 2090 | #elementor_rollback_pro > div input, |
| @@ -2146,26 +2104,12 @@ | ||
| 2146 | 2104 | } |
| 2147 | 2105 | .tab-import-export-kit__container:not(:first-child) { |
| 2148 | 2106 | margin-block-start: 5px; |
| 2149 | 2107 | } |
| 2150 | -.tab-import-export-kit__container.e-editor-one { | |
| 2151 | - border: 1px solid rgba(0, 0, 0, 0.12); | |
| 2152 | - border-radius: 8px; | |
| 2153 | -} | |
| 2154 | -.tab-import-export-kit__container.e-editor-one:not(:first-child) { | |
| 2155 | - margin-block-start: 20px; | |
| 2156 | -} | |
| 2157 | 2108 | .tab-import-export-kit__container p { |
| 2158 | 2109 | font-size: 16px; |
| 2159 | 2110 | margin: 20px 0 25px; |
| 2160 | 2111 | } |
| 2161 | -.tab-import-export-kit__container .description { | |
| 2162 | - font-size: 16px; | |
| 2163 | - margin: 8px 0 8px; | |
| 2164 | -} | |
| 2165 | -.tab-import-export-kit__container .action-buttons { | |
| 2166 | - margin-block-start: 20px; | |
| 2167 | -} | |
| 2168 | 2112 | .tab-import-export-kit__info { |
| 2169 | 2113 | font-size: 14px; |
| 2170 | 2114 | } |
| 2171 | 2115 | .tab-import-export-kit__container a:not(.elementor-button), .tab-import-export-kit__info a { |
| @@ -2176,12 +2120,8 @@ | ||
| 2176 | 2120 | display: flex; |
| 2177 | 2121 | justify-content: space-between; |
| 2178 | 2122 | align-items: flex-start; |
| 2179 | 2123 | } |
| 2180 | -.tab-import-export-kit__box.action-buttons { | |
| 2181 | - justify-content: end; | |
| 2182 | - gap: 12px; | |
| 2183 | -} | |
| 2184 | 2124 | .tab-import-export-kit__box h2 { |
| 2185 | 2125 | font-size: 28px; |
| 2186 | 2126 | font-weight: normal; |
| 2187 | 2127 | line-height: 1; |
| @@ -2209,11 +2149,10 @@ | ||
| 2209 | 2149 | margin: 0; |
| 2210 | 2150 | } |
| 2211 | 2151 | .tab-import-export-kit__revert .tab-import-export-kit__kit-item img { |
| 2212 | 2152 | width: 330px; |
| 2213 | - height: auto; | |
| 2214 | - max-width: 100%; | |
| 2215 | - aspect-ratio: 330/315; | |
| 2153 | + height: 315px; | |
| 2154 | + padding: 0.625rem; | |
| 2216 | 2155 | } |
| 2217 | 2156 | .tab-import-export-kit__revert .button, .tab-import-export-kit__revert .button:hover { |
| 2218 | 2157 | color: #a94442; |
| 2219 | 2158 | border-color: #a94442; |
| @@ -2326,54 +2265,8 @@ | ||
| 2326 | 2265 | color: #93003f; |
| 2327 | 2266 | font-weight: 500; |
| 2328 | 2267 | } |
| 2329 | 2268 | |
| 2330 | -[class*=branch-7].wp-core-ui .button .dashicons { | |
| 2331 | - vertical-align: middle; | |
| 2332 | - line-height: 1.2; | |
| 2333 | - color: var(--wp-admin-theme-color); | |
| 2334 | -} | |
| 2335 | - | |
| 2336 | -#e-dashboard-ally .ui-sortable-handle { | |
| 2337 | - justify-content: flex-start; | |
| 2338 | - gap: 8px; | |
| 2339 | -} | |
| 2340 | - | |
| 2341 | -#dashboard-widgets .e-dashboard-ally { | |
| 2342 | - padding: 28px 0; | |
| 2343 | -} | |
| 2344 | -#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-img { | |
| 2345 | - text-align: center; | |
| 2346 | - margin-block-end: 16px; | |
| 2347 | -} | |
| 2348 | -#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-info { | |
| 2349 | - display: flex; | |
| 2350 | - flex-direction: column; | |
| 2351 | - align-items: center; | |
| 2352 | - text-align: center; | |
| 2353 | - margin-block-end: 20px; | |
| 2354 | -} | |
| 2355 | -#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-title { | |
| 2356 | - font-size: 20px; | |
| 2357 | - line-height: 32px; | |
| 2358 | - color: #0C0D0E; | |
| 2359 | - margin-block-end: 0; | |
| 2360 | -} | |
| 2361 | -#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-description { | |
| 2362 | - max-width: 295px; | |
| 2363 | - font-size: 14px; | |
| 2364 | - line-height: 20px; | |
| 2365 | - color: #3F444B; | |
| 2366 | - margin: 0 0 16px; | |
| 2367 | -} | |
| 2368 | - | |
| 2369 | -label[for=e-dashboard-ally-hide] svg { | |
| 2370 | - display: inline-block; | |
| 2371 | - vertical-align: middle; | |
| 2372 | - margin-inline-end: 4px; | |
| 2373 | - margin-block-end: 2px; | |
| 2374 | -} | |
| 2375 | - | |
| 2376 | 2269 | .post-type-elementor_library #elementor-template-library-tabs-wrapper { |
| 2377 | 2270 | padding-block-start: 2em; |
| 2378 | 2271 | margin-block-end: 2em; |
| 2379 | 2272 | } |
| @@ -2539,17 +2432,8 @@ | ||
| 2539 | 2432 | background: #ffffff; |
| 2540 | 2433 | color: #3f444b; |
| 2541 | 2434 | margin-block-end: 2px; |
| 2542 | 2435 | } |
| 2543 | -#elementor-role-manager .elementor-role-row.e-editor-one { | |
| 2544 | - border: 1px solid rgba(0, 0, 0, 0.12); | |
| 2545 | - margin-block-end: 20px; | |
| 2546 | - border-radius: 8px; | |
| 2547 | -} | |
| 2548 | -#elementor-role-manager .elementor-role-row.e-editor-one .elementor-role-controls { | |
| 2549 | - border-end-start-radius: 8px; | |
| 2550 | - border-end-end-radius: 8px; | |
| 2551 | -} | |
| 2552 | 2436 | #elementor-role-manager .elementor-role-row .elementor-role-label { |
| 2553 | 2437 | display: flex; |
| 2554 | 2438 | padding: 15px 20px; |
| 2555 | 2439 | font-weight: 500; |
| @@ -2567,9 +2451,8 @@ | ||
| 2567 | 2451 | } |
| 2568 | 2452 | #elementor-role-manager .elementor-role-row .elementor-role-controls { |
| 2569 | 2453 | background-color: #F9FAFA; |
| 2570 | 2454 | padding: 20px 20px 5px; |
| 2571 | - transition: all 0.3s ease-in-out; | |
| 2572 | 2455 | } |
| 2573 | 2456 | #elementor-role-manager .elementor-role-row .elementor-role-controls > div { |
| 2574 | 2457 | margin-block-end: 15px; |
| 2575 | 2458 | } |
| @@ -2602,8 +2485,11 @@ | ||
| 2602 | 2485 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-beta-tester-do-not-show-again, |
| 2603 | 2486 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-templates-modal__header__item > i { |
| 2604 | 2487 | color: var(--e-a-color-txt-hover); |
| 2605 | 2488 | } |
| 2489 | +#elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-templates-modal__header__close { | |
| 2490 | + border: none; | |
| 2491 | +} | |
| 2606 | 2492 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-beta-tester-do-not-show-again { |
| 2607 | 2493 | text-transform: uppercase; |
| 2608 | 2494 | font-weight: bold; |
| 2609 | 2495 | font-size: 12px; |
| @@ -2658,9 +2544,8 @@ | ||
| 2658 | 2544 | .e-experiment__title { |
| 2659 | 2545 | display: flex; |
| 2660 | 2546 | align-items: flex-start; |
| 2661 | 2547 | flex-direction: column; |
| 2662 | - position: relative; | |
| 2663 | 2548 | } |
| 2664 | 2549 | .e-experiment__title__indicator { |
| 2665 | 2550 | position: absolute; |
| 2666 | 2551 | height: 10px; |
| @@ -2691,16 +2576,8 @@ | ||
| 2691 | 2576 | .e-experiment__title__tag__secondary { |
| 2692 | 2577 | background: rgba(0, 0, 0, 0.1); |
| 2693 | 2578 | color: inherit; |
| 2694 | 2579 | } |
| 2695 | -.e-experiment__title__tag__deprecated { | |
| 2696 | - background: #e66; | |
| 2697 | - color: white; | |
| 2698 | -} | |
| 2699 | -.e-experiment__title__tag.e-editor-one { | |
| 2700 | - background: #EBEBEB; | |
| 2701 | - color: #3F444B; | |
| 2702 | -} | |
| 2703 | 2580 | .e-experiment__table-title { |
| 2704 | 2581 | margin: 30px 0; |
| 2705 | 2582 | } |
| 2706 | 2583 | .e-experiment__dependency, .e-experiment__status { |
| @@ -2740,9 +2617,9 @@ | ||
| 2740 | 2617 | justify-content: space-between; |
| 2741 | 2618 | align-items: center; |
| 2742 | 2619 | align-content: center; |
| 2743 | 2620 | margin: auto; |
| 2744 | - transform: translate(calc(-10px * var(--direction-multiplier)), 40px); | |
| 2621 | + transform: translate(-10px, 40px); | |
| 2745 | 2622 | text-align: center; |
| 2746 | 2623 | font-family: var(--e-a-font-family); |
| 2747 | 2624 | } |
| 2748 | 2625 | .e-feature-promotion_data { |
| @@ -2770,24 +2647,24 @@ | ||
| 2770 | 2647 | margin-block-end: 1.6rem; |
| 2771 | 2648 | text-align: start; |
| 2772 | 2649 | } |
| 2773 | 2650 | .e-feature-promotion_data ul > li { |
| 2651 | + margin-block-start: 0; | |
| 2652 | + margin-inline-end: 9px; | |
| 2653 | + margin-block-end: 8px; | |
| 2654 | + margin-inline-start: 8px; | |
| 2774 | 2655 | display: flex; |
| 2775 | 2656 | font-size: 1rem; |
| 2776 | 2657 | line-height: 21px; |
| 2777 | 2658 | color: var(--e-black); |
| 2778 | - margin-block-start: 0; | |
| 2779 | - margin-block-end: 8px; | |
| 2780 | - margin-inline-start: 8px; | |
| 2781 | - margin-inline-end: 9px; | |
| 2782 | 2659 | } |
| 2783 | 2660 | .e-feature-promotion_data ul > li:before { |
| 2784 | 2661 | content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5201 6.46967C21.813 6.76256 21.813 7.23744 21.5201 7.53033L11.5201 17.5303C11.2272 17.8232 10.7523 17.8232 10.4594 17.5303L5.45942 12.5303C5.16652 12.2374 5.16652 11.7626 5.45942 11.4697C5.75231 11.1768 6.22718 11.1768 6.52008 11.4697L10.9897 15.9393L20.4594 6.46967C20.7523 6.17678 21.2272 6.17678 21.5201 6.46967Z' fill='%230C0D0E'/%3E%3C/svg%3E%0A"); |
| 2785 | 2662 | font-size: 1.4rem; |
| 2786 | 2663 | margin-block-start: -3px; |
| 2664 | + margin-inline-end: 9px; | |
| 2787 | 2665 | margin-block-end: 0; |
| 2788 | 2666 | margin-inline-start: -9px; |
| 2789 | - margin-inline-end: 9px; | |
| 2790 | 2667 | } |
| 2791 | 2668 | .e-feature-promotion_data > .go-pro { |
| 2792 | 2669 | display: flex; |
| 2793 | 2670 | align-items: center; |
| @@ -2806,8 +2683,12 @@ | ||
| 2806 | 2683 | width: 608px; |
| 2807 | 2684 | border: none; |
| 2808 | 2685 | } |
| 2809 | 2686 | |
| 2687 | +body.rtl .e-feature-promotion { | |
| 2688 | + transform: translateX(10px); | |
| 2689 | +} | |
| 2690 | + | |
| 2810 | 2691 | @media (max-width: 1410px) { |
| 2811 | 2692 | .e-feature-promotion { |
| 2812 | 2693 | display: flex; |
| 2813 | 2694 | flex-direction: column; |
| @@ -2823,126 +2704,8 @@ | ||
| 2823 | 2704 | max-width: 90%; |
| 2824 | 2705 | aspect-ratio: 16/9; |
| 2825 | 2706 | } |
| 2826 | 2707 | } |
| 2827 | -#wpcontent .wrap.elementor-admin-page-license { | |
| 2828 | - flex-direction: column; | |
| 2829 | - align-items: flex-start; | |
| 2830 | - flex-wrap: nowrap; | |
| 2831 | -} | |
| 2832 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box { | |
| 2833 | - width: 100%; | |
| 2834 | - max-width: 600px; | |
| 2835 | - background: white; | |
| 2836 | - margin: 20px 0; | |
| 2837 | - padding: 20px 20px; | |
| 2838 | - box-sizing: border-box; | |
| 2839 | -} | |
| 2840 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 { | |
| 2841 | - display: flex; | |
| 2842 | - justify-content: space-between; | |
| 2843 | - align-items: center; | |
| 2844 | - margin: 0; | |
| 2845 | - padding: 0; | |
| 2846 | - padding-block-end: 20px; | |
| 2847 | - border-block-end: 1px solid #eee; | |
| 2848 | -} | |
| 2849 | -@media screen and (max-width: 782px) { | |
| 2850 | - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 { | |
| 2851 | - flex-wrap: wrap; | |
| 2852 | - gap: 15px; | |
| 2853 | - } | |
| 2854 | -} | |
| 2855 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 span { | |
| 2856 | - flex-grow: 1; | |
| 2857 | - padding-inline-start: 5px; | |
| 2858 | -} | |
| 2859 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 small { | |
| 2860 | - font-size: 13px; | |
| 2861 | - font-weight: normal; | |
| 2862 | -} | |
| 2863 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box label { | |
| 2864 | - display: block; | |
| 2865 | - font-size: 1.3em; | |
| 2866 | - font-weight: 600; | |
| 2867 | - margin: 1em 0; | |
| 2868 | -} | |
| 2869 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button { | |
| 2870 | - margin-inline-start: 15px; | |
| 2871 | - margin-block-end: 0; | |
| 2872 | -} | |
| 2873 | -@media screen and (max-width: 782px) { | |
| 2874 | - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button { | |
| 2875 | - margin-inline: 0; | |
| 2876 | - min-height: auto; | |
| 2877 | - } | |
| 2878 | -} | |
| 2879 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box p.description { | |
| 2880 | - margin: 10px 0; | |
| 2881 | -} | |
| 2882 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, #wpcontent .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch { | |
| 2883 | - display: flex; | |
| 2884 | - align-items: center; | |
| 2885 | - justify-content: space-between; | |
| 2886 | -} | |
| 2887 | -@media screen and (max-width: 782px) { | |
| 2888 | - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, #wpcontent .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch { | |
| 2889 | - align-items: flex-start; | |
| 2890 | - } | |
| 2891 | - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch .button, #wpcontent .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch .button { | |
| 2892 | - margin-inline-start: 10px; | |
| 2893 | - } | |
| 2894 | -} | |
| 2895 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-divider-bottom { | |
| 2896 | - padding-block-end: 15px; | |
| 2897 | - border-block-end: 1px solid #eeeeee; | |
| 2898 | -} | |
| 2899 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link { | |
| 2900 | - color: #93003f; | |
| 2901 | - border-color: #93003f; | |
| 2902 | -} | |
| 2903 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link:hover { | |
| 2904 | - color: #fff; | |
| 2905 | - background-color: #93003f; | |
| 2906 | -} | |
| 2907 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion { | |
| 2908 | - display: flex; | |
| 2909 | - flex-direction: row; | |
| 2910 | - gap: 40px; | |
| 2911 | - justify-content: start; | |
| 2912 | - align-items: center; | |
| 2913 | -} | |
| 2914 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion h2 { | |
| 2915 | - line-height: 24px; | |
| 2916 | -} | |
| 2917 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .elementor-box-action { | |
| 2918 | - justify-content: flex-start; | |
| 2919 | -} | |
| 2920 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .button-upgrade { | |
| 2921 | - display: inline-flex; | |
| 2922 | - align-items: center; | |
| 2923 | - gap: 10px; | |
| 2924 | - margin-inline: 0; | |
| 2925 | - margin-block-start: 10px; | |
| 2926 | - color: #fff; | |
| 2927 | - background-color: #93003f; | |
| 2928 | - border: 0; | |
| 2929 | -} | |
| 2930 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion > img { | |
| 2931 | - width: 45%; | |
| 2932 | -} | |
| 2933 | -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action { | |
| 2934 | - display: flex; | |
| 2935 | - justify-content: flex-end; | |
| 2936 | -} | |
| 2937 | -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link { | |
| 2938 | - color: #72777c; | |
| 2939 | - margin-inline-end: 15px; | |
| 2940 | -} | |
| 2941 | -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link:hover { | |
| 2942 | - color: inherit; | |
| 2943 | -} | |
| 2944 | - | |
| 2945 | 2708 | .elementor-control-notice { |
| 2946 | 2709 | display: flex; |
| 2947 | 2710 | justify-content: flex-start; |
| 2948 | 2711 | align-items: flex-start; |