PluginProbe
Elementor Website Builder – more than just a page builder / 3.33.0-dev1
Elementor Website Builder – more than just a page builder v3.33.0-dev1
4.3.0-beta3 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 All 452 releases
← All changes | assets/css/frontend.css +32 -58 4.2.43.33.0-dev1 View file →
@@ -38,14 +38,17 @@
38 38 height: 0;
39 39 }
40 40
41 41 .e-logo-wrapper {
42 + background: var(--e-a-bg-logo);
42 43 display: inline-block;
44 + padding: 0.75em;
45 + border-radius: 50%;
43 46 line-height: 1;
44 47 }
45 48 .e-logo-wrapper i {
46 - color: var(--e-a-color-circle-logo);
47 - font-size: 2.5em;
49 + color: var(--e-a-color-logo);
50 + font-size: 1em;
48 51 }
49 52
50 53 .elementor *, .elementor *:before, .elementor *:after {
51 54 box-sizing: border-box;
@@ -150,11 +153,8 @@
150 153 max-width: 100%;
151 154 }
152 155 }
153 156
154 -.elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
155 - z-index: 1;
156 -}
157 157 .elementor-element {
158 158 --flex-direction: initial;
159 159 --flex-wrap: initial;
160 160 --justify-content: initial;
@@ -171,8 +171,11 @@
171 171 flex-shrink: var(--flex-shrink);
172 172 order: var(--order);
173 173 align-self: var(--align-self);
174 174 }
175 +.elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
176 + z-index: 1;
177 +}
175 178 .elementor-element:where(.e-con-full, .elementor-widget) {
176 179 flex-direction: var(--flex-direction);
177 180 flex-wrap: var(--flex-wrap);
178 181 justify-content: var(--justify-content);
@@ -382,9 +385,10 @@
382 385 position: relative;
383 386 }
384 387 .elementor-section .elementor-container {
385 388 display: flex;
386 - margin-inline: auto;
389 + margin-right: auto;
390 + margin-left: auto;
387 391 position: relative;
388 392 }
389 393 @media (max-width: 1024px) {
390 394 .elementor-section .elementor-container {
@@ -445,12 +449,12 @@
445 449 .elementor-widget {
446 450 position: relative;
447 451 }
448 452 .elementor-widget:not(:last-child) {
449 - margin-block-end: var(--kit-widget-spacing, 20px);
453 + margin-bottom: var(--kit-widget-spacing, 20px);
450 454 }
451 455 .elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial, .elementor-widget:not(:last-child).elementor-absolute {
452 - margin-block-end: 0;
456 + margin-bottom: 0;
453 457 }
454 458
455 459 .elementor-column {
456 460 position: relative;
@@ -1045,13 +1049,13 @@
1045 1049 .elementor-grid-0 .elementor-grid {
1046 1050 display: inline-block;
1047 1051 width: 100%;
1048 1052 word-spacing: var(--grid-column-gap);
1049 - margin-block-end: calc(-1 * var(--grid-row-gap));
1053 + margin-bottom: calc(-1 * var(--grid-row-gap));
1050 1054 }
1051 1055 .elementor-grid-0 .elementor-grid .elementor-grid-item {
1052 1056 display: inline-block;
1053 - margin-block-end: var(--grid-row-gap);
1057 + margin-bottom: var(--grid-row-gap);
1054 1058 word-break: break-word;
1055 1059 }
1056 1060 .elementor-grid-1 .elementor-grid {
1057 1061 grid-template-columns: repeat(1, 1fr);
@@ -1093,13 +1097,13 @@
1093 1097 .elementor-grid-widescreen-0 .elementor-grid {
1094 1098 display: inline-block;
1095 1099 width: 100%;
1096 1100 word-spacing: var(--grid-column-gap);
1097 - margin-block-end: calc(-1 * var(--grid-row-gap));
1101 + margin-bottom: calc(-1 * var(--grid-row-gap));
1098 1102 }
1099 1103 .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
1100 1104 display: inline-block;
1101 - margin-block-end: var(--grid-row-gap);
1105 + margin-bottom: var(--grid-row-gap);
1102 1106 word-break: break-word;
1103 1107 }
1104 1108 .elementor-grid-widescreen-1 .elementor-grid {
1105 1109 grid-template-columns: repeat(1, 1fr);
@@ -1142,13 +1146,13 @@
1142 1146 .elementor-grid-laptop-0 .elementor-grid {
1143 1147 display: inline-block;
1144 1148 width: 100%;
1145 1149 word-spacing: var(--grid-column-gap);
1146 - margin-block-end: calc(-1 * var(--grid-row-gap));
1150 + margin-bottom: calc(-1 * var(--grid-row-gap));
1147 1151 }
1148 1152 .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
1149 1153 display: inline-block;
1150 - margin-block-end: var(--grid-row-gap);
1154 + margin-bottom: var(--grid-row-gap);
1151 1155 word-break: break-word;
1152 1156 }
1153 1157 .elementor-grid-laptop-1 .elementor-grid {
1154 1158 grid-template-columns: repeat(1, 1fr);
@@ -1191,13 +1195,13 @@
1191 1195 .elementor-grid-tablet_extra-0 .elementor-grid {
1192 1196 display: inline-block;
1193 1197 width: 100%;
1194 1198 word-spacing: var(--grid-column-gap);
1195 - margin-block-end: calc(-1 * var(--grid-row-gap));
1199 + margin-bottom: calc(-1 * var(--grid-row-gap));
1196 1200 }
1197 1201 .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
1198 1202 display: inline-block;
1199 - margin-block-end: var(--grid-row-gap);
1203 + margin-bottom: var(--grid-row-gap);
1200 1204 word-break: break-word;
1201 1205 }
1202 1206 .elementor-grid-tablet_extra-1 .elementor-grid {
1203 1207 grid-template-columns: repeat(1, 1fr);
@@ -1240,13 +1244,13 @@
1240 1244 .elementor-grid-tablet-0 .elementor-grid {
1241 1245 display: inline-block;
1242 1246 width: 100%;
1243 1247 word-spacing: var(--grid-column-gap);
1244 - margin-block-end: calc(-1 * var(--grid-row-gap));
1248 + margin-bottom: calc(-1 * var(--grid-row-gap));
1245 1249 }
1246 1250 .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
1247 1251 display: inline-block;
1248 - margin-block-end: var(--grid-row-gap);
1252 + margin-bottom: var(--grid-row-gap);
1249 1253 word-break: break-word;
1250 1254 }
1251 1255 .elementor-grid-tablet-1 .elementor-grid {
1252 1256 grid-template-columns: repeat(1, 1fr);
@@ -1289,13 +1293,13 @@
1289 1293 .elementor-grid-mobile_extra-0 .elementor-grid {
1290 1294 display: inline-block;
1291 1295 width: 100%;
1292 1296 word-spacing: var(--grid-column-gap);
1293 - margin-block-end: calc(-1 * var(--grid-row-gap));
1297 + margin-bottom: calc(-1 * var(--grid-row-gap));
1294 1298 }
1295 1299 .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
1296 1300 display: inline-block;
1297 - margin-block-end: var(--grid-row-gap);
1301 + margin-bottom: var(--grid-row-gap);
1298 1302 word-break: break-word;
1299 1303 }
1300 1304 .elementor-grid-mobile_extra-1 .elementor-grid {
1301 1305 grid-template-columns: repeat(1, 1fr);
@@ -1338,13 +1342,13 @@
1338 1342 .elementor-grid-mobile-0 .elementor-grid {
1339 1343 display: inline-block;
1340 1344 width: 100%;
1341 1345 word-spacing: var(--grid-column-gap);
1342 - margin-block-end: calc(-1 * var(--grid-row-gap));
1346 + margin-bottom: calc(-1 * var(--grid-row-gap));
1343 1347 }
1344 1348 .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
1345 1349 display: inline-block;
1346 - margin-block-end: var(--grid-row-gap);
1350 + margin-bottom: var(--grid-row-gap);
1347 1351 word-break: break-word;
1348 1352 }
1349 1353 .elementor-grid-mobile-1 .elementor-grid {
1350 1354 grid-template-columns: repeat(1, 1fr);
@@ -1469,8 +1473,14 @@
1469 1473 border-radius: var(--border-radius);
1470 1474 z-index: var(--z-index);
1471 1475 overflow: var(--overflow);
1472 1476 --flex-wrap-mobile: wrap;
1477 + margin-block-start: var(--margin-block-start);
1478 + margin-inline-end: var(--margin-inline-end);
1479 + margin-block-end: var(--margin-block-end);
1480 + margin-inline-start: var(--margin-inline-start);
1481 + padding-inline-start: var(--padding-inline-start);
1482 + padding-inline-end: var(--padding-inline-end);
1473 1483 }
1474 1484 .e-con:where(:not(.e-div-block-base)) {
1475 1485 transition: background var(--background-transition, 0.3s), border var(--border-transition, 0.3s), box-shadow var(--border-transition, 0.3s), transform var(--e-con-transform-transition-duration, 0.4s);
1476 1486 }
@@ -1495,16 +1505,8 @@
1495 1505 --margin-inline-end: var(--margin-left);
1496 1506 --border-inline-start-width: var(--border-right-width);
1497 1507 --border-inline-end-width: var(--border-left-width);
1498 1508 }
1499 -.e-con {
1500 - margin-block-start: var(--margin-block-start);
1501 - margin-inline-end: var(--margin-inline-end);
1502 - margin-block-end: var(--margin-block-end);
1503 - margin-inline-start: var(--margin-inline-start);
1504 - padding-inline-start: var(--padding-inline-start);
1505 - padding-inline-end: var(--padding-inline-end);
1506 -}
1507 1509 .e-con.e-flex {
1508 1510 --flex-direction: column;
1509 1511 --flex-basis: auto;
1510 1512 --flex-grow: 0;
@@ -1579,12 +1581,8 @@
1579 1581 --margin-left: auto;
1580 1582 --margin-right: auto;
1581 1583 max-width: min(100%, var(--width));
1582 1584 }
1583 -:is([data-widget_type="e-component.default"], [data-widget_type="e-component.default"] > .elementor-section-wrap) > .e-con {
1584 - --margin-right: 0px;
1585 - --margin-left: 0px;
1586 -}
1587 1585 .e-con .elementor-widget.elementor-widget {
1588 1586 margin-block-end: 0;
1589 1587 }
1590 1588 .e-con::before, :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container::before,
@@ -1821,20 +1819,12 @@
1821 1819 .elementor-button-align-start .elementor-field-type-submit,
1822 1820 .elementor-button-align-start .e-form__buttons {
1823 1821 justify-content: flex-start;
1824 1822 }
1825 -[dir=rtl] .elementor-button-align-start .elementor-field-type-submit,
1826 -[dir=rtl] .elementor-button-align-start .e-form__buttons {
1827 - justify-content: flex-end;
1828 -}
1829 1823 .elementor-button-align-end .elementor-field-type-submit,
1830 1824 .elementor-button-align-end .e-form__buttons {
1831 1825 justify-content: flex-end;
1832 1826 }
1833 -[dir=rtl] .elementor-button-align-end .elementor-field-type-submit,
1834 -[dir=rtl] .elementor-button-align-end .e-form__buttons {
1835 - justify-content: flex-start;
1836 -}
1837 1827 .elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
1838 1828 flex-basis: initial;
1839 1829 }
1840 1830 .elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper {
@@ -1862,20 +1852,12 @@
1862 1852 .elementor-tablet-button-align-start .elementor-field-type-submit,
1863 1853 .elementor-tablet-button-align-start .e-form__buttons {
1864 1854 justify-content: flex-start;
1865 1855 }
1866 - [dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit,
1867 - [dir=rtl] .elementor-tablet-button-align-start .e-form__buttons {
1868 - justify-content: flex-end;
1869 - }
1870 1856 .elementor-tablet-button-align-end .elementor-field-type-submit,
1871 1857 .elementor-tablet-button-align-end .e-form__buttons {
1872 1858 justify-content: flex-end;
1873 1859 }
1874 - [dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit,
1875 - [dir=rtl] .elementor-tablet-button-align-end .e-form__buttons {
1876 - justify-content: flex-start;
1877 - }
1878 1860 .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
1879 1861 flex-basis: initial;
1880 1862 }
1881 1863 .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper {
@@ -1903,19 +1885,11 @@
1903 1885 .elementor-mobile-button-align-start .elementor-field-type-submit,
1904 1886 .elementor-mobile-button-align-start .e-form__buttons {
1905 1887 justify-content: flex-start;
1906 1888 }
1907 - [dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit,
1908 - [dir=rtl] .elementor-mobile-button-align-start .e-form__buttons {
1909 - justify-content: flex-end;
1910 - }
1911 1889 .elementor-mobile-button-align-end .elementor-field-type-submit,
1912 1890 .elementor-mobile-button-align-end .e-form__buttons {
1913 1891 justify-content: flex-end;
1914 - }
1915 - [dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit,
1916 - [dir=rtl] .elementor-mobile-button-align-end .e-form__buttons {
1917 - justify-content: flex-start;
1918 1892 }
1919 1893 .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
1920 1894 flex-basis: initial;
1921 1895 }