PluginProbe
Elementor Website Builder – more than just a page builder / 3.6.7
Elementor Website Builder – more than just a page builder v3.6.7
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 4.0.7 All 451 releases
← All changes | assets/css/admin.css +1152 -911 3.6.63.6.7 View file →
@@ -1,5 +1,5 @@
1 -/*! elementor - v3.6.6 - 08-06-2022 */
1 +/*! elementor - v3.6.7 - 03-07-2022 */
2 2 .elementor-button {
3 3 font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
4 4 font-weight: 500;
5 5 text-transform: uppercase;
@@ -10,124 +10,156 @@
10 10 transition-property: background, color, opacity, -webkit-box-shadow;
11 11 -o-transition-property: background, color, box-shadow, opacity;
12 12 transition-property: background, color, box-shadow, opacity;
13 13 transition-property: background, color, box-shadow, opacity, -webkit-box-shadow;
14 - -webkit-transition-duration: .3s;
15 - -o-transition-duration: .3s;
16 - transition-duration: .3s; }
17 - .elementor-button:hover {
18 - border: none; }
19 - .elementor-button:not([disabled]) {
20 - cursor: pointer; }
21 - .elementor-button:not(.elementor-button-state) .elementor-state-icon {
22 - display: none; }
23 - .elementor-button.elementor-button-success {
24 - color: #fff; }
25 - .elementor-button.elementor-button-success[disabled] {
26 - background-color: #c2cbd2; }
27 - .elementor-button.elementor-button-success:not([disabled]) {
28 - background-color: #39b54a; }
29 - .elementor-button.elementor-button-success:not([disabled]):hover {
30 - opacity: 0.85;
31 - -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
32 - box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
33 - .elementor-button.elementor-button-success:not([disabled]):active {
34 - -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
35 - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
36 - .elementor-button.elementor-button-warning {
37 - background-color: #a4afb7;
38 - color: #fff; }
39 - .elementor-button.elementor-button-warning[disabled] {
40 - background-color: #c2cbd2; }
41 - .elementor-button.elementor-button-warning:not([disabled]):hover {
42 - background-color: #b01b1b;
43 - opacity: 0.85;
44 - -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
45 - box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
46 - .elementor-button.elementor-button-warning:not([disabled]):active {
47 - -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
48 - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
49 - .elementor-button.elementor-button-danger {
50 - background-color: #d72b3f;
51 - color: #fff; }
52 - .elementor-button.elementor-button-danger[disabled] {
53 - background-color: #c2cbd2; }
54 - .elementor-button.elementor-button-danger:not([disabled]):hover {
55 - opacity: 0.85;
56 - -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
57 - box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
58 - .elementor-button.elementor-button-danger:not([disabled]):active {
59 - -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
60 - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
61 - .elementor-button.elementor-edit-template {
62 - display: inline-block;
63 - margin-top: 15px;
64 - color: #fff; }
65 - .elementor-button.elementor-button-default {
66 - background-color: #a4afb7;
67 - color: #fff;
68 - font-size: 11px;
69 - padding: 7px 21px; }
70 - .elementor-button.elementor-button-default:hover {
71 - background-color: #6d7882;
72 - -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
73 - box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
74 - .elementor-button.elementor-button-default:active {
75 - -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
76 - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); }
77 - .elementor-button.elementor-button-default:visited {
78 - color: #fff; }
79 - .elementor-button.elementor-button-go-pro {
80 - background-color: #93003c; }
81 - .elementor-button i {
82 - margin-right: 10px; }
14 + -webkit-transition-duration: 0.3s;
15 + -o-transition-duration: 0.3s;
16 + transition-duration: 0.3s;
17 +}
18 +.elementor-button:hover {
19 + border: none;
20 +}
21 +.elementor-button:not([disabled]) {
22 + cursor: pointer;
23 +}
24 +.elementor-button:not(.elementor-button-state) .elementor-state-icon {
25 + display: none;
26 +}
27 +.elementor-button.elementor-button-success {
28 + color: #fff;
29 +}
30 +.elementor-button.elementor-button-success[disabled] {
31 + background-color: #c2cbd2;
32 +}
33 +.elementor-button.elementor-button-success:not([disabled]) {
34 + background-color: #39b54a;
35 +}
36 +.elementor-button.elementor-button-success:not([disabled]):hover {
37 + opacity: 0.85;
38 + -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
39 + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
40 +}
41 +.elementor-button.elementor-button-success:not([disabled]):active {
42 + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
43 + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
44 +}
45 +.elementor-button.elementor-button-warning {
46 + background-color: #a4afb7;
47 + color: #fff;
48 +}
49 +.elementor-button.elementor-button-warning[disabled] {
50 + background-color: #c2cbd2;
51 +}
52 +.elementor-button.elementor-button-warning:not([disabled]):hover {
53 + background-color: #b01b1b;
54 + opacity: 0.85;
55 + -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
56 + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
57 +}
58 +.elementor-button.elementor-button-warning:not([disabled]):active {
59 + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
60 + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
61 +}
62 +.elementor-button.elementor-button-danger {
63 + background-color: #d72b3f;
64 + color: #fff;
65 +}
66 +.elementor-button.elementor-button-danger[disabled] {
67 + background-color: #c2cbd2;
68 +}
69 +.elementor-button.elementor-button-danger:not([disabled]):hover {
70 + opacity: 0.85;
71 + -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
72 + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
73 +}
74 +.elementor-button.elementor-button-danger:not([disabled]):active {
75 + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
76 + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
77 +}
78 +.elementor-button.elementor-edit-template {
79 + display: inline-block;
80 + margin-top: 15px;
81 + color: #fff;
82 +}
83 +.elementor-button.elementor-button-default {
84 + background-color: #a4afb7;
85 + color: #fff;
86 + font-size: 11px;
87 + padding: 7px 21px;
88 +}
89 +.elementor-button.elementor-button-default:hover {
90 + background-color: #6d7882;
91 + -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
92 + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
93 +}
94 +.elementor-button.elementor-button-default:active {
95 + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
96 + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
97 +}
98 +.elementor-button.elementor-button-default:visited {
99 + color: #fff;
100 +}
101 +.elementor-button.elementor-button-go-pro {
102 + background-color: #93003c;
103 +}
104 +.elementor-button i {
105 + margin-right: 10px;
106 +}
83 107
84 108 #adminmenu #toplevel_page_elementor div.wp-menu-image:before {
85 109 content: "\e813";
86 110 font-family: eicons;
87 111 font-size: 18px;
88 - margin-top: 1px; }
89 -
112 + margin-top: 1px;
113 +}
90 114 #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"] {
91 - font-weight: 700; }
92 - #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"]:hover {
93 - color: #e0005b; }
94 -
115 + font-weight: 700;
116 +}
117 +#adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"]:hover {
118 + color: #e0005b;
119 +}
95 120 #adminmenu #toplevel_page_elementor .dashicons.dashicons-star-filled {
96 - height: auto; }
97 -
121 + height: auto;
122 +}
98 123 #adminmenu #menu-posts-elementor_library .wp-menu-image:before {
99 - content: '\e8ff';
124 + content: "\e8ff";
100 125 font-family: eicons;
101 - font-size: 18px; }
126 + font-size: 18px;
127 +}
102 128
103 129 #e-admin-menu__kit-library {
104 - color: #5cb85c; }
130 + color: #5cb85c;
131 +}
105 132
106 133 body.admin-color-fresh #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"] {
107 - color: #c60051; }
134 + color: #c60051;
135 +}
108 136
109 137 .elementor-plugins-gopro {
110 138 color: #93003c;
111 139 text-shadow: 1px 1px 1px #eee;
112 - font-weight: bold; }
140 + font-weight: bold;
141 +}
113 142
114 143 #elementor-switch-mode {
115 - margin: 15px 0; }
144 + margin: 15px 0;
145 +}
116 146
117 147 #elementor-switch-mode-button,
118 148 #elementor-editor-button {
119 149 outline: none;
120 - cursor: pointer; }
121 - #elementor-switch-mode-button i,
122 - #elementor-editor-button i {
123 - margin-right: 3px;
124 - font-size: 125%;
125 - font-style: normal; }
150 + cursor: pointer;
151 +}
152 +#elementor-switch-mode-button i,
153 +#elementor-editor-button i {
154 + margin-right: 3px;
155 + font-size: 125%;
156 + font-style: normal;
157 +}
126 158
127 159 body.elementor-editor-active .elementor-switch-mode-off {
128 - display: none; }
129 -
160 + display: none;
161 +}
130 162 body.elementor-editor-active #elementor-switch-mode-button {
131 163 background-color: #f7f7f7;
132 164 color: #555;
133 165 border-color: #ccc;
@@ -132,58 +164,65 @@
132 164 color: #555;
133 165 border-color: #ccc;
134 166 -webkit-box-shadow: 0 1px 0 #ccc !important;
135 167 box-shadow: 0 1px 0 #ccc !important;
136 - text-shadow: unset; }
137 - body.elementor-editor-active #elementor-switch-mode-button:hover {
138 - background-color: #e9e9e9; }
139 - body.elementor-editor-active #elementor-switch-mode-button:active {
140 - -webkit-box-shadow: inset 0 1px 0 #ccc;
141 - box-shadow: inset 0 1px 0 #ccc;
142 - -webkit-transform: translateY(1px);
143 - -ms-transform: translateY(1px);
144 - transform: translateY(1px); }
145 -
168 + text-shadow: unset;
169 +}
170 +body.elementor-editor-active #elementor-switch-mode-button:hover {
171 + background-color: #e9e9e9;
172 +}
173 +body.elementor-editor-active #elementor-switch-mode-button:active {
174 + -webkit-box-shadow: inset 0 1px 0 #ccc;
175 + box-shadow: inset 0 1px 0 #ccc;
176 + -webkit-transform: translateY(1px);
177 + -ms-transform: translateY(1px);
178 + transform: translateY(1px);
179 +}
146 180 body.elementor-editor-active #postdivrich {
147 - display: none !important; }
148 -
181 + display: none !important;
182 +}
149 183 body.elementor-editor-active .editor-block-list__layout,
150 184 body.elementor-editor-active .block-editor-block-list__layout {
151 - display: none; }
152 -
185 + display: none;
186 +}
153 187 body.elementor-editor-inactive .elementor-switch-mode-on {
154 - display: none; }
155 -
188 + display: none;
189 +}
156 190 body.elementor-editor-inactive #elementor-editor {
157 - display: none; }
191 + display: none;
192 +}
158 193
159 194 body.elementor-editor-active .editor-block-list__layout {
160 - display: none; }
161 -
195 + display: none;
196 +}
162 197 body.elementor-editor-active .edit-post-layout__content .edit-post-visual-editor {
163 198 -ms-flex-preferred-size: auto;
164 - flex-basis: auto; }
165 -
199 + flex-basis: auto;
200 +}
166 201 body.elementor-editor-active #elementor-editor {
167 - margin-bottom: 50px; }
168 -
202 + margin-bottom: 50px;
203 +}
169 204 body.elementor-editor-active .edit-post-text-editor__body .editor-post-text-editor {
170 - display: none; }
171 -
205 + display: none;
206 +}
172 207 body .block-editor #elementor-switch-mode {
173 - margin: 0 15px; }
174 - body .block-editor #elementor-switch-mode .button {
175 - margin: 2px;
176 - height: 33px;
177 - font-size: 13px;
178 - line-height: 1; }
179 - body .block-editor #elementor-switch-mode .button i {
180 - padding-right: 5px; }
208 + margin: 0 15px;
209 +}
210 +body .block-editor #elementor-switch-mode .button {
211 + margin: 2px;
212 + height: 33px;
213 + font-size: 13px;
214 + line-height: 1;
215 +}
216 +body .block-editor #elementor-switch-mode .button i {
217 + padding-right: 5px;
218 +}
181 219
182 220 .elementor-button {
183 221 font-size: 13px;
184 222 text-decoration: none;
185 - padding: 15px 40px; }
223 + padding: 15px 40px;
224 +}
186 225
187 226 #elementor-editor {
188 227 height: 300px;
189 228 width: 100%;
@@ -188,74 +227,85 @@
188 227 height: 300px;
189 228 width: 100%;
190 229 -webkit-transition: all 0.5s ease;
191 230 -o-transition: all 0.5s ease;
192 - transition: all 0.5s ease; }
193 - #elementor-editor .elementor-loader-wrapper {
194 - position: absolute;
195 - top: 50%;
196 - left: 50%;
197 - -webkit-transform: translate(-50%, -50%);
198 - -ms-transform: translate(-50%, -50%);
199 - transform: translate(-50%, -50%);
200 - width: 300px;
201 - display: -webkit-box;
202 - display: -ms-flexbox;
203 - display: flex;
204 - -ms-flex-wrap: wrap;
205 - flex-wrap: wrap;
206 - -webkit-box-pack: center;
207 - -ms-flex-pack: center;
208 - justify-content: center; }
209 - #elementor-editor .elementor-loader {
210 - border-radius: 50%;
211 - padding: 40px;
212 - height: 150px;
213 - width: 150px;
214 - background-color: rgba(255, 255, 255, 0.9);
215 - -webkit-box-sizing: border-box;
216 - box-sizing: border-box;
217 - -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02);
218 - box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02); }
219 - #elementor-editor .elementor-loader-boxes {
220 - height: 100%;
221 - width: 100%;
222 - position: relative; }
223 - #elementor-editor .elementor-loader-box {
224 - position: absolute;
225 - background-color: #d5dadf;
226 - -webkit-animation: load 1.8s linear infinite;
227 - animation: load 1.8s linear infinite; }
228 - #elementor-editor .elementor-loader-box:nth-of-type(1) {
229 - width: 20%;
230 - height: 100%;
231 - left: 0;
232 - top: 0; }
233 - #elementor-editor .elementor-loader-box:not(:nth-of-type(1)) {
234 - right: 0;
235 - height: 20%;
236 - width: 60%; }
237 - #elementor-editor .elementor-loader-box:nth-of-type(2) {
238 - top: 0;
239 - -webkit-animation-delay: -0.45s;
240 - animation-delay: -0.45s; }
241 - #elementor-editor .elementor-loader-box:nth-of-type(3) {
242 - top: 40%;
243 - -webkit-animation-delay: -0.9s;
244 - animation-delay: -0.9s; }
245 - #elementor-editor .elementor-loader-box:nth-of-type(4) {
246 - bottom: 0;
247 - -webkit-animation-delay: -1.35s;
248 - animation-delay: -1.35s; }
249 - #elementor-editor .elementor-loading-title {
250 - color: #a4afb7;
251 - text-align: center;
252 - text-transform: uppercase;
253 - margin-top: 30px;
254 - letter-spacing: 7px;
255 - text-indent: 7px;
256 - font-size: 10px;
257 - width: 100%; }
231 + transition: all 0.5s ease;
232 +}
233 +#elementor-editor .elementor-loader-wrapper {
234 + position: absolute;
235 + top: 50%;
236 + left: 50%;
237 + -webkit-transform: translate(-50%, -50%);
238 + -ms-transform: translate(-50%, -50%);
239 + transform: translate(-50%, -50%);
240 + width: 300px;
241 + display: -webkit-box;
242 + display: -ms-flexbox;
243 + display: flex;
244 + -ms-flex-wrap: wrap;
245 + flex-wrap: wrap;
246 + -webkit-box-pack: center;
247 + -ms-flex-pack: center;
248 + justify-content: center;
249 +}
250 +#elementor-editor .elementor-loader {
251 + border-radius: 50%;
252 + padding: 40px;
253 + height: 150px;
254 + width: 150px;
255 + background-color: rgba(255, 255, 255, 0.9);
256 + -webkit-box-sizing: border-box;
257 + box-sizing: border-box;
258 + -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02);
259 + box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02);
260 +}
261 +#elementor-editor .elementor-loader-boxes {
262 + height: 100%;
263 + width: 100%;
264 + position: relative;
265 +}
266 +#elementor-editor .elementor-loader-box {
267 + position: absolute;
268 + background-color: #d5dadf;
269 + -webkit-animation: load 1.8s linear infinite;
270 + animation: load 1.8s linear infinite;
271 +}
272 +#elementor-editor .elementor-loader-box:nth-of-type(1) {
273 + width: 20%;
274 + height: 100%;
275 + left: 0;
276 + top: 0;
277 +}
278 +#elementor-editor .elementor-loader-box:not(:nth-of-type(1)) {
279 + right: 0;
280 + height: 20%;
281 + width: 60%;
282 +}
283 +#elementor-editor .elementor-loader-box:nth-of-type(2) {
284 + top: 0;
285 + -webkit-animation-delay: -0.45s;
286 + animation-delay: -0.45s;
287 +}
288 +#elementor-editor .elementor-loader-box:nth-of-type(3) {
289 + top: 40%;
290 + -webkit-animation-delay: -0.9s;
291 + animation-delay: -0.9s;
292 +}
293 +#elementor-editor .elementor-loader-box:nth-of-type(4) {
294 + bottom: 0;
295 + -webkit-animation-delay: -1.35s;
296 + animation-delay: -1.35s;
297 +}
298 +#elementor-editor .elementor-loading-title {
299 + color: #a4afb7;
300 + text-align: center;
301 + text-transform: uppercase;
302 + margin-top: 30px;
303 + letter-spacing: 7px;
304 + text-indent: 7px;
305 + font-size: 10px;
306 + width: 100%;
307 +}
258 308
259 309 #elementor-go-to-edit-page-link {
260 310 height: 100%;
261 311 display: -webkit-box;
@@ -270,21 +320,26 @@
270 320 border: 1px solid #DDD;
271 321 background-color: #F7F7F7;
272 322 text-decoration: none;
273 323 position: relative;
274 - font-family: Sans-serif; }
275 - #elementor-go-to-edit-page-link:hover {
276 - background-color: #ffffff; }
277 - #elementor-go-to-edit-page-link:focus {
278 - -webkit-box-shadow: none;
279 - box-shadow: none; }
280 - #elementor-go-to-edit-page-link.elementor-animate #elementor-editor-button {
281 - display: none; }
282 - #elementor-go-to-edit-page-link:not(.elementor-animate) .elementor-loader-wrapper {
283 - display: none; }
324 + font-family: Sans-serif;
325 +}
326 +#elementor-go-to-edit-page-link:hover {
327 + background-color: #ffffff;
328 +}
329 +#elementor-go-to-edit-page-link:focus {
330 + -webkit-box-shadow: none;
331 + box-shadow: none;
332 +}
333 +#elementor-go-to-edit-page-link.elementor-animate #elementor-editor-button {
334 + display: none;
335 +}
336 +#elementor-go-to-edit-page-link:not(.elementor-animate) .elementor-loader-wrapper {
337 + display: none;
338 +}
284 339
285 340 .elementor-button-spinner:before {
286 - font: normal 20px/.5 dashicons;
341 + font: normal 20px/0.5 dashicons;
287 342 speak: none;
288 343 display: inline-block;
289 344 padding: 0;
290 345 top: 8px;
@@ -290,17 +345,18 @@
290 345 top: 8px;
291 346 left: -4px;
292 347 position: relative;
293 348 vertical-align: top;
294 - content: "\f463"; }
295 -
349 + content: "\f463";
350 +}
296 351 .elementor-button-spinner.loading:before {
297 352 -webkit-animation: rotation 1s infinite linear;
298 - animation: rotation 1s infinite linear; }
299 -
353 + animation: rotation 1s infinite linear;
354 +}
300 355 .elementor-button-spinner.success:before {
301 356 content: "\f147";
302 - color: #46b450; }
357 + color: #46b450;
358 +}
303 359
304 360 .elementor-blank_state {
305 361 padding: 5em 0;
306 362 margin: auto;
@@ -306,44 +362,55 @@
306 362 margin: auto;
307 363 max-width: 520px;
308 364 text-align: center;
309 365 color: #6d7882;
310 - font-family: Roboto, sans-serif; }
311 - .elementor-blank_state i {
312 - font-size: 50px;
313 - color: #a4afb7; }
314 - .elementor-blank_state h2 {
315 - font-size: 32px;
316 - font-weight: 300;
317 - color: inherit;
318 - margin: 40px 0 10px;
319 - line-height: 1.2; }
320 - .elementor-blank_state p {
321 - font-size: 16px;
322 - font-weight: normal;
323 - color: #a4afb7;
324 - margin-bottom: 40px; }
325 - .elementor-blank_state .elementor-button {
326 - display: inline-block; }
366 + font-family: Roboto, sans-serif;
367 +}
368 +.elementor-blank_state i {
369 + font-size: 50px;
370 + color: #a4afb7;
371 +}
372 +.elementor-blank_state h2 {
373 + font-size: 32px;
374 + font-weight: 300;
375 + color: inherit;
376 + margin: 40px 0 10px;
377 + line-height: 1.2;
378 +}
379 +.elementor-blank_state p {
380 + font-size: 16px;
381 + font-weight: normal;
382 + color: #a4afb7;
383 + margin-bottom: 40px;
384 +}
385 +.elementor-blank_state .elementor-button {
386 + display: inline-block;
387 +}
327 388
328 -#available-widgets [class*="elementor-template"] .widget-title:before {
389 +#available-widgets [class*=elementor-template] .widget-title:before {
329 390 content: "\e813";
330 391 font-family: eicons;
331 - font-size: 17px; }
392 + font-size: 17px;
393 +}
332 394
333 395 .elementor-settings-form-page {
334 - padding-top: 30px; }
335 - .elementor-settings-form-page:not(.elementor-active) {
336 - display: none; }
396 + padding-top: 30px;
397 +}
398 +.elementor-settings-form-page:not(.elementor-active) {
399 + display: none;
400 +}
337 401
338 402 ._elementor_settings_update_time {
339 - display: none; }
403 + display: none;
404 +}
340 405
341 406 #confirm_fa_migration_admin_modal .dialog-confirm-ok {
342 - color: #6d7882; }
407 + color: #6d7882;
408 +}
343 409
344 410 body.post-type-attachment table.media .column-title .media-icon img[src$=".svg"] {
345 - width: 100%; }
411 + width: 100%;
412 +}
346 413
347 414 .e-major-update-warning {
348 415 margin-bottom: 5px;
349 416 max-width: 1000px;
@@ -348,51 +415,61 @@
348 415 margin-bottom: 5px;
349 416 max-width: 1000px;
350 417 display: -webkit-box;
351 418 display: -ms-flexbox;
352 - display: flex; }
353 - .e-major-update-warning__separator {
354 - margin: 15px -12px; }
355 - .e-major-update-warning__icon {
356 - font-size: 17px;
357 - margin-right: 9px;
358 - margin-left: 2px; }
359 - .e-major-update-warning__title {
360 - font-weight: 600;
361 - margin-bottom: 10px; }
362 - .e-major-update-warning + p {
363 - display: none; }
419 + display: flex;
420 +}
421 +.e-major-update-warning__separator {
422 + margin: 15px -12px;
423 +}
424 +.e-major-update-warning__icon {
425 + font-size: 17px;
426 + margin-right: 9px;
427 + margin-left: 2px;
428 +}
429 +.e-major-update-warning__title {
430 + font-weight: 600;
431 + margin-bottom: 10px;
432 +}
433 +.e-major-update-warning + p {
434 + display: none;
435 +}
364 436
365 437 .notice-success .e-major-update-warning__separator {
366 - border: 1px solid #46b450; }
367 -
438 + border: 1px solid #46b450;
439 +}
368 440 .notice-success .e-major-update-warning__icon {
369 - color: #79ba49; }
441 + color: #79ba49;
442 +}
370 443
371 444 .notice-warning .e-major-update-warning__separator {
372 - border: 1px solid #ffb900; }
373 -
445 + border: 1px solid #ffb900;
446 +}
374 447 .notice-warning .e-major-update-warning__icon {
375 - color: #f56e28; }
448 + color: #f56e28;
449 +}
376 450
377 451 .plugins table.e-compatibility-update-table tr {
378 - background: transparent; }
379 - .plugins table.e-compatibility-update-table tr th {
380 - font-weight: 600; }
381 - .plugins table.e-compatibility-update-table tr th, .plugins table.e-compatibility-update-table tr td {
382 - min-width: 250px;
383 - font-size: 13px;
384 - background: transparent;
385 - -webkit-box-shadow: none;
386 - box-shadow: none;
387 - border: none;
388 - padding-top: 5px;
389 - padding-bottom: 5px;
390 - padding-right: 15px;
391 - padding-left: 0; }
452 + background: transparent;
453 +}
454 +.plugins table.e-compatibility-update-table tr th {
455 + font-weight: 600;
456 +}
457 +.plugins table.e-compatibility-update-table tr th, .plugins table.e-compatibility-update-table tr td {
458 + min-width: 250px;
459 + font-size: 13px;
460 + background: transparent;
461 + -webkit-box-shadow: none;
462 + box-shadow: none;
463 + border: none;
464 + padding-top: 5px;
465 + padding-bottom: 5px;
466 + padding-right: 15px;
467 + padding-left: 0;
468 +}
392 469
393 470 :root {
394 - --e-focus-color: rgba(0, 115, 170, .4);
471 + --e-focus-color: rgba(0, 115, 170, .4);
395 472 --e-context-primary-color: #0073aa;
396 473 --e-context-primary-color-dark: #005177;
397 474 --e-context-primary-tint-4: rgba(0, 115, 170, 0.4);
398 475 --e-context-primary-tint-1: rgba(0, 115, 170, 0.04);
@@ -414,65 +491,78 @@
414 491 --e-context-error-tint-1: rgba(215, 43, 63, 0.04);
415 492 --e-context-cta-color: #93003c;
416 493 --e-context-cta-color-dark: #600027;
417 494 --e-context-cta-tint-4: rgba(147, 0, 60, 0.4);
418 - --e-context-cta-tint-1: rgba(147, 0, 60, 0.04); }
495 + --e-context-cta-tint-1: rgba(147, 0, 60, 0.04);
496 +}
419 497
420 498 .e-getting-started {
421 499 max-width: 900px;
422 500 padding: 2.5em 0;
423 501 margin: auto;
424 - text-align: center; }
425 - .e-getting-started__header {
426 - display: -webkit-box;
427 - display: -ms-flexbox;
428 - display: flex;
429 - -webkit-box-orient: horizontal;
430 - -webkit-box-direction: normal;
431 - -ms-flex-direction: row;
432 - flex-direction: row;
433 - -webkit-box-pack: justify;
434 - -ms-flex-pack: justify;
435 - justify-content: space-between;
436 - -webkit-box-align: center;
437 - -ms-flex-align: center;
438 - align-items: center;
439 - -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
440 - box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
441 - .e-getting-started__header .e-logo-wrapper {
442 - font-size: 10px;
443 - margin-right: 10px; }
444 - .e-getting-started__title {
445 - padding: 0 15px;
446 - font-weight: 600;
447 - text-transform: uppercase;
448 - display: -webkit-box;
449 - display: -ms-flexbox;
450 - display: flex;
451 - -webkit-box-align: center;
452 - -ms-flex-align: center;
453 - align-items: center; }
454 - .e-getting-started__skip {
455 - border-left: 1px solid #eee;
456 - font-size: 16px;
457 - color: inherit; }
458 - .e-getting-started__skip i {
459 - padding: 15px; }
460 - .e-getting-started__content {
461 - padding: 50px; }
462 - .e-getting-started__content h2 {
463 - font-size: 2em;
464 - margin-top: 0; }
465 - .e-getting-started__content--narrow {
466 - max-width: 500px;
467 - margin: auto; }
468 - .e-getting-started__video {
469 - margin: 40px 0 60px; }
470 - .e-getting-started__video iframe {
471 - -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
472 - box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15); }
473 - .e-getting-started__actions .button-primary {
474 - margin-right: 20px; }
502 + text-align: center;
503 +}
504 +.e-getting-started__header {
505 + display: -webkit-box;
506 + display: -ms-flexbox;
507 + display: flex;
508 + -webkit-box-orient: horizontal;
509 + -webkit-box-direction: normal;
510 + -ms-flex-direction: row;
511 + flex-direction: row;
512 + -webkit-box-pack: justify;
513 + -ms-flex-pack: justify;
514 + justify-content: space-between;
515 + -webkit-box-align: center;
516 + -ms-flex-align: center;
517 + align-items: center;
518 + -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
519 + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
520 +}
521 +.e-getting-started__header .e-logo-wrapper {
522 + font-size: 10px;
523 + margin-right: 10px;
524 +}
525 +.e-getting-started__title {
526 + padding: 0 15px;
527 + font-weight: 600;
528 + text-transform: uppercase;
529 + display: -webkit-box;
530 + display: -ms-flexbox;
531 + display: flex;
532 + -webkit-box-align: center;
533 + -ms-flex-align: center;
534 + align-items: center;
535 +}
536 +.e-getting-started__skip {
537 + border-left: 1px solid #eee;
538 + font-size: 16px;
539 + color: inherit;
540 +}
541 +.e-getting-started__skip i {
542 + padding: 15px;
543 +}
544 +.e-getting-started__content {
545 + padding: 50px;
546 +}
547 +.e-getting-started__content h2 {
548 + font-size: 2em;
549 + margin-top: 0;
550 +}
551 +.e-getting-started__content--narrow {
552 + max-width: 500px;
553 + margin: auto;
554 +}
555 +.e-getting-started__video {
556 + margin: 40px 0 60px;
557 +}
558 +.e-getting-started__video iframe {
559 + -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
560 + box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
561 +}
562 +.e-getting-started__actions .button-primary {
563 + margin-right: 20px;
564 +}
475 565
476 566 :root {
477 567 --e-button-padding-y: 0.4375rem;
478 568 --e-button-padding-x: 0.75rem;
@@ -481,9 +571,10 @@
481 571 --e-button-line-height: 0.9375rem;
482 572 --e-button-border-radius: 3px;
483 573 --e-button-context-color: var(--e-context-primary-color);
484 574 --e-button-context-color-dark: var(--e-context-primary-color-dark);
485 - --e-button-context-tint: var(--e-context-primary-tint-1); }
575 + --e-button-context-tint: var(--e-context-primary-tint-1);
576 +}
486 577
487 578 .e-button {
488 579 display: inline-block;
489 580 font-weight: var(--e-button-font-weight);
@@ -501,91 +592,112 @@
501 592 padding: var(--e-button-padding-y) var(--e-button-padding-x);
502 593 font-size: var(--e-button-font-size);
503 594 line-height: var(--e-button-line-height);
504 595 border-radius: var(--e-button-border-radius);
505 - -webkit-transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
506 - transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
507 - -o-transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
508 - transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
509 - transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
510 - .e-button:active, .e-button:hover, .e-button:focus {
511 - color: #ffffff;
512 - text-decoration: none;
513 - background: var(--e-button-context-color-dark); }
514 - .e-button:focus, .e-button.focus {
515 - outline: 0;
516 - -webkit-box-shadow: 0 0 0 2px var(--e-focus-color);
517 - box-shadow: 0 0 0 2px var(--e-focus-color); }
518 - .e-button.disabled, .e-button:disabled {
519 - opacity: 0.5;
520 - -webkit-box-shadow: none;
521 - box-shadow: none; }
522 - .e-button:not(:disabled):not(.disabled) {
523 - cursor: pointer; }
524 - .e-button:not(:disabled):not(.disabled):active:focus, .e-button:not(:disabled):not(.disabled).active:focus {
525 - -webkit-box-shadow: 0 0 0 2px var(--e-focus-color);
526 - box-shadow: 0 0 0 2px var(--e-focus-color); }
527 - .e-button--primary {
528 - --e-button-context-color: var(--e-context-primary-color);
529 - --e-button-context-color-dark: var(--e-context-primary-color-dark);
530 - --e-button-context-tint: var(--e-context-primary-tint-1);
531 - --e-focus-color: var(--e-context-primary-tint-4); }
532 - .e-button--success {
533 - --e-button-context-color: var(--e-context-success-color);
534 - --e-button-context-color-dark: var(--e-context-success-color-dark);
535 - --e-button-context-tint: var(--e-context-success-tint-1);
536 - --e-focus-color: var(--e-context-success-tint-4); }
537 - .e-button--info {
538 - --e-button-context-color: var(--e-context-info-color);
539 - --e-button-context-color-dark: var(--e-context-info-color-dark);
540 - --e-button-context-tint: var(--e-context-info-tint-1);
541 - --e-focus-color: var(--e-context-info-tint-4); }
542 - .e-button--warning {
543 - --e-button-context-color: var(--e-context-warning-color);
544 - --e-button-context-color-dark: var(--e-context-warning-color-dark);
545 - --e-button-context-tint: var(--e-context-warning-tint-1);
546 - --e-focus-color: var(--e-context-warning-tint-4); }
547 - .e-button--error {
548 - --e-button-context-color: var(--e-context-error-color);
549 - --e-button-context-color-dark: var(--e-context-error-color-dark);
550 - --e-button-context-tint: var(--e-context-error-tint-1);
551 - --e-focus-color: var(--e-context-error-tint-4); }
552 - .e-button--cta {
553 - --e-button-context-color: var(--e-context-cta-color);
554 - --e-button-context-color-dark: var(--e-context-cta-color-dark);
555 - --e-button-context-tint: var(--e-context-cta-tint-1);
556 - --e-focus-color: var(--e-context-cta-tint-4); }
557 - .e-button.e-button--outline {
558 - color: var(--e-button-context-color);
559 - background: none;
560 - border: 1px solid currentColor; }
561 - .e-button.e-button--outline:hover, .e-button.e-button--outline:focus {
562 - color: var(--e-button-context-color-dark);
563 - background: var(--e-button-context-tint); }
564 - .e-button.e-button--outline.disabled, .e-button.e-button--outline:disabled {
565 - color: var(--e-button-context-color-dark);
566 - background: #818a91; }
567 - .e-button > i {
568 - line-height: inherit;
569 - height: var(--e-button-line-height);
570 - width: -webkit-min-content;
571 - width: -moz-min-content;
572 - width: min-content; }
573 - .e-button > * + * {
574 - -webkit-margin-start: .5ch;
575 - margin-inline-start: .5ch; }
576 - .e-button--link {
577 - color: var(--e-button-context-color);
578 - background-color: transparent; }
579 - .e-button--link:hover, .e-button--link:focus {
580 - color: var(--e-button-context-color-dark);
581 - background: var(--e-button-context-tint); }
582 - .e-button--link:disabled, .e-button--link.disabled {
583 - color: #818a91; }
596 + -webkit-transition: background-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
597 + transition: background-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
598 + -o-transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
599 + transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
600 + transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
601 +}
602 +.e-button:active, .e-button:hover, .e-button:focus {
603 + color: #ffffff;
604 + text-decoration: none;
605 + background: var(--e-button-context-color-dark);
606 +}
607 +.e-button:focus, .e-button.focus {
608 + outline: 0;
609 + -webkit-box-shadow: 0 0 0 2px var(--e-focus-color);
610 + box-shadow: 0 0 0 2px var(--e-focus-color);
611 +}
612 +.e-button.disabled, .e-button:disabled {
613 + opacity: 0.5;
614 + -webkit-box-shadow: none;
615 + box-shadow: none;
616 +}
617 +.e-button:not(:disabled):not(.disabled) {
618 + cursor: pointer;
619 +}
620 +.e-button:not(:disabled):not(.disabled):active:focus, .e-button:not(:disabled):not(.disabled).active:focus {
621 + -webkit-box-shadow: 0 0 0 2px var(--e-focus-color);
622 + box-shadow: 0 0 0 2px var(--e-focus-color);
623 +}
624 +.e-button--primary {
625 + --e-button-context-color: var(--e-context-primary-color);
626 + --e-button-context-color-dark: var(--e-context-primary-color-dark);
627 + --e-button-context-tint: var(--e-context-primary-tint-1);
628 + --e-focus-color: var(--e-context-primary-tint-4);
629 +}
630 +.e-button--success {
631 + --e-button-context-color: var(--e-context-success-color);
632 + --e-button-context-color-dark: var(--e-context-success-color-dark);
633 + --e-button-context-tint: var(--e-context-success-tint-1);
634 + --e-focus-color: var(--e-context-success-tint-4);
635 +}
636 +.e-button--info {
637 + --e-button-context-color: var(--e-context-info-color);
638 + --e-button-context-color-dark: var(--e-context-info-color-dark);
639 + --e-button-context-tint: var(--e-context-info-tint-1);
640 + --e-focus-color: var(--e-context-info-tint-4);
641 +}
642 +.e-button--warning {
643 + --e-button-context-color: var(--e-context-warning-color);
644 + --e-button-context-color-dark: var(--e-context-warning-color-dark);
645 + --e-button-context-tint: var(--e-context-warning-tint-1);
646 + --e-focus-color: var(--e-context-warning-tint-4);
647 +}
648 +.e-button--error {
649 + --e-button-context-color: var(--e-context-error-color);
650 + --e-button-context-color-dark: var(--e-context-error-color-dark);
651 + --e-button-context-tint: var(--e-context-error-tint-1);
652 + --e-focus-color: var(--e-context-error-tint-4);
653 +}
654 +.e-button--cta {
655 + --e-button-context-color: var(--e-context-cta-color);
656 + --e-button-context-color-dark: var(--e-context-cta-color-dark);
657 + --e-button-context-tint: var(--e-context-cta-tint-1);
658 + --e-focus-color: var(--e-context-cta-tint-4);
659 +}
660 +.e-button.e-button--outline {
661 + color: var(--e-button-context-color);
662 + background: none;
663 + border: 1px solid currentColor;
664 +}
665 +.e-button.e-button--outline:hover, .e-button.e-button--outline:focus {
666 + color: var(--e-button-context-color-dark);
667 + background: var(--e-button-context-tint);
668 +}
669 +.e-button.e-button--outline.disabled, .e-button.e-button--outline:disabled {
670 + color: var(--e-button-context-color-dark);
671 + background: #818a91;
672 +}
673 +.e-button > i {
674 + line-height: inherit;
675 + height: var(--e-button-line-height);
676 + width: -webkit-min-content;
677 + width: -moz-min-content;
678 + width: min-content;
679 +}
680 +.e-button > * + * {
681 + -webkit-margin-start: 0.5ch;
682 + margin-inline-start: 0.5ch;
683 +}
684 +.e-button--link {
685 + color: var(--e-button-context-color);
686 + background-color: transparent;
687 +}
688 +.e-button--link:hover, .e-button--link:focus {
689 + color: var(--e-button-context-color-dark);
690 + background: var(--e-button-context-tint);
691 +}
692 +.e-button--link:disabled, .e-button--link.disabled {
693 + color: #818a91;
694 +}
584 695
585 696 a.e-button.disabled,
586 697 fieldset:disabled a.e-button {
587 - pointer-events: none; }
698 + pointer-events: none;
699 +}
588 700
589 701 :root {
590 702 --e-notice-bg: #fff;
591 703 --e-notice-border-color: #ccd0d4;
@@ -591,9 +703,10 @@
591 703 --e-notice-border-color: #ccd0d4;
592 704 --e-notice-context-color: #93003c;
593 705 --e-notice-context-tint: var(--e-context-cta-tint-1);
594 706 --e-notice-box-shadow: 0 1px 4px rgba(0,0,0,.15);
595 - --e-notice-dismiss-color: #6d7882; }
707 + --e-notice-dismiss-color: #6d7882;
708 +}
596 709
597 710 .e-notice {
598 711 position: relative;
599 712 display: -webkit-box;
@@ -604,125 +717,150 @@
604 717 border: 1px solid var(--e-notice-border-color);
605 718 border-inline-start-width: 4px;
606 719 -webkit-box-shadow: var(--e-notice-box-shadow);
607 720 box-shadow: var(--e-notice-box-shadow);
608 - margin: 5px 20px 5px 2px; }
609 - .e-notice.notice {
610 - padding: 0; }
611 - .e-notice::before {
612 - display: block;
613 - content: '';
614 - position: absolute;
615 - left: -4px;
616 - top: -1px;
617 - bottom: -1px;
618 - width: 4px;
619 - background-color: var(--e-notice-context-color); }
620 - .e-notice--primary {
621 - --e-notice-context-color: var(--e-context-primary-color);
622 - --e-notice-context-color-dark: var(--e-context-primary-color-dark);
623 - --e-notice-context-tint: var(--e-context-primary-tint-1); }
624 - .e-notice--success {
625 - --e-notice-context-color: var(--e-context-success-color);
626 - --e-notice-context-color-dark: var(--e-context-success-color-dark);
627 - --e-notice-context-tint: var(--e-context-success-tint-1); }
628 - .e-notice--info {
629 - --e-notice-context-color: var(--e-context-info-color);
630 - --e-notice-context-color-dark: var(--e-context-info-color-dark);
631 - --e-notice-context-tint: var(--e-context-info-tint-1); }
632 - .e-notice--warning {
633 - --e-notice-context-color: var(--e-context-warning-color);
634 - --e-notice-context-color-dark: var(--e-context-warning-color-dark);
635 - --e-notice-context-tint: var(--e-context-warning-tint-1); }
636 - .e-notice--error {
637 - --e-notice-context-color: var(--e-context-error-color);
638 - --e-notice-context-color-dark: var(--e-context-error-color-dark);
639 - --e-notice-context-tint: var(--e-context-error-tint-1); }
640 - .e-notice--cta {
641 - --e-notice-context-color: var(--e-context-cta-color);
642 - --e-notice-context-color-dark: var(--e-context-cta-color-dark);
643 - --e-notice-context-tint: var(--e-context-cta-tint-1); }
644 - .e-notice--extended {
645 - --e-notice-is-extended: 1; }
646 - .e-notice--dismissible {
647 - padding-right: 38px; }
648 - .e-notice__aside {
649 - overflow: hidden;
650 - background-color: var(--e-notice-context-tint);
651 - width: calc(var(--e-notice-is-extended, 0) * 50px);
652 - text-align: center;
653 - padding-top: 15px;
654 - -webkit-box-flex: 0;
655 - -ms-flex-positive: 0;
656 - flex-grow: 0;
657 - -ms-flex-negative: 0;
658 - flex-shrink: 0; }
659 - .e-notice__icon-wrapper {
660 - display: inline-block;
661 - font-size: 0.625rem;
662 - max-height: 1.5rem;
663 - width: 1.5rem;
664 - line-height: 1.5rem;
665 - border-radius: 100px;
666 - background: var(--e-notice-context-color);
667 - color: #fff;
668 - 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); }
669 - .e-notice__content {
670 - padding: 20px; }
671 - .e-notice__actions {
672 - display: -webkit-box;
673 - display: -ms-flexbox;
674 - display: flex; }
675 - .e-notice__actions > * + * {
676 - -webkit-margin-start: 8px;
677 - margin-inline-start: 8px; }
678 - .e-notice__dismiss {
679 - width: 20px;
680 - height: 20px;
681 - line-height: 20px;
682 - font-size: 0.8125rem;
683 - text-align: center;
684 - background: none;
685 - display: block;
686 - position: absolute;
687 - top: 0;
688 - right: 1px;
689 - border: none;
690 - margin: 0;
691 - padding: 9px;
692 - cursor: pointer;
693 - font-style: normal; }
694 - .e-notice__dismiss:before {
695 - font-family: eicons;
696 - display: inline-block;
697 - content: "\e87f";
698 - color: var(--e-notice-dismiss-color);
699 - width: 20px;
700 - border-radius: 20px;
701 - speak: none;
702 - text-align: center;
703 - -webkit-font-smoothing: antialiased;
704 - -moz-osx-font-smoothing: grayscale; }
705 - .e-notice__dismiss:hover:before, .e-notice__dismiss:active:before, .e-notice__dismiss:focus:before {
706 - font-weight: bold; }
707 - .e-notice__dismiss:focus:before {
708 - color: #fff;
709 - background: var(--e-notice-dismiss-color);
710 - outline: none; }
711 - .e-notice__dismiss:focus {
712 - outline: none; }
713 - .e-notice p {
714 - line-height: 1.2;
715 - padding: 0;
716 - margin: 0; }
717 - .e-notice p + .e-notice__actions {
718 - margin-top: 1rem; }
719 - .e-notice h3 {
720 - font-size: 1.0625rem;
721 - line-height: 1.2;
722 - margin: 0; }
723 - .e-notice h3 + p {
724 - margin-top: 8px; }
721 + margin: 5px 20px 5px 2px;
722 +}
723 +.e-notice.notice {
724 + padding: 0;
725 +}
726 +.e-notice::before {
727 + display: block;
728 + content: "";
729 + position: absolute;
730 + left: -4px;
731 + top: -1px;
732 + bottom: -1px;
733 + width: 4px;
734 + background-color: var(--e-notice-context-color);
735 +}
736 +.e-notice--primary {
737 + --e-notice-context-color: var(--e-context-primary-color);
738 + --e-notice-context-color-dark: var(--e-context-primary-color-dark);
739 + --e-notice-context-tint: var(--e-context-primary-tint-1);
740 +}
741 +.e-notice--success {
742 + --e-notice-context-color: var(--e-context-success-color);
743 + --e-notice-context-color-dark: var(--e-context-success-color-dark);
744 + --e-notice-context-tint: var(--e-context-success-tint-1);
745 +}
746 +.e-notice--info {
747 + --e-notice-context-color: var(--e-context-info-color);
748 + --e-notice-context-color-dark: var(--e-context-info-color-dark);
749 + --e-notice-context-tint: var(--e-context-info-tint-1);
750 +}
751 +.e-notice--warning {
752 + --e-notice-context-color: var(--e-context-warning-color);
753 + --e-notice-context-color-dark: var(--e-context-warning-color-dark);
754 + --e-notice-context-tint: var(--e-context-warning-tint-1);
755 +}
756 +.e-notice--error {
757 + --e-notice-context-color: var(--e-context-error-color);
758 + --e-notice-context-color-dark: var(--e-context-error-color-dark);
759 + --e-notice-context-tint: var(--e-context-error-tint-1);
760 +}
761 +.e-notice--cta {
762 + --e-notice-context-color: var(--e-context-cta-color);
763 + --e-notice-context-color-dark: var(--e-context-cta-color-dark);
764 + --e-notice-context-tint: var(--e-context-cta-tint-1);
765 +}
766 +.e-notice--extended {
767 + --e-notice-is-extended: 1;
768 +}
769 +.e-notice--dismissible {
770 + padding-right: 38px;
771 +}
772 +.e-notice__aside {
773 + overflow: hidden;
774 + background-color: var(--e-notice-context-tint);
775 + width: calc(var(--e-notice-is-extended, 0) * 50px);
776 + text-align: center;
777 + padding-top: 15px;
778 + -webkit-box-flex: 0;
779 + -ms-flex-positive: 0;
780 + flex-grow: 0;
781 + -ms-flex-negative: 0;
782 + flex-shrink: 0;
783 +}
784 +.e-notice__icon-wrapper {
785 + display: inline-block;
786 + font-size: 0.625rem;
787 + max-height: 1.5rem;
788 + width: 1.5rem;
789 + line-height: 1.5rem;
790 + border-radius: 100px;
791 + background: var(--e-notice-context-color);
792 + color: #fff;
793 + 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);
794 +}
795 +.e-notice__content {
796 + padding: 20px;
797 +}
798 +.e-notice__actions {
799 + display: -webkit-box;
800 + display: -ms-flexbox;
801 + display: flex;
802 +}
803 +.e-notice__actions > * + * {
804 + -webkit-margin-start: 8px;
805 + margin-inline-start: 8px;
806 +}
807 +.e-notice__dismiss {
808 + width: 20px;
809 + height: 20px;
810 + line-height: 20px;
811 + font-size: 0.8125rem;
812 + text-align: center;
813 + background: none;
814 + display: block;
815 + position: absolute;
816 + top: 0;
817 + right: 1px;
818 + border: none;
819 + margin: 0;
820 + padding: 9px;
821 + cursor: pointer;
822 + font-style: normal;
823 +}
824 +.e-notice__dismiss:before {
825 + font-family: eicons;
826 + display: inline-block;
827 + content: "\e87f";
828 + color: var(--e-notice-dismiss-color);
829 + width: 20px;
830 + border-radius: 20px;
831 + speak: none;
832 + text-align: center;
833 + -webkit-font-smoothing: antialiased;
834 + -moz-osx-font-smoothing: grayscale;
835 +}
836 +.e-notice__dismiss:hover:before, .e-notice__dismiss:active:before, .e-notice__dismiss:focus:before {
837 + font-weight: bold;
838 +}
839 +.e-notice__dismiss:focus:before {
840 + color: #fff;
841 + background: var(--e-notice-dismiss-color);
842 + outline: none;
843 +}
844 +.e-notice__dismiss:focus {
845 + outline: none;
846 +}
847 +.e-notice p {
848 + line-height: 1.2;
849 + padding: 0;
850 + margin: 0;
851 +}
852 +.e-notice p + .e-notice__actions {
853 + margin-top: 1rem;
854 +}
855 +.e-notice h3 {
856 + font-size: 1.0625rem;
857 + line-height: 1.2;
858 + margin: 0;
859 +}
860 +.e-notice h3 + p {
861 + margin-top: 8px;
862 +}
725 863
726 864 /*= Elementor Admin Alert
727 865 ---------------------------------------*/
728 866 .elementor-admin-alert {
@@ -730,129 +868,161 @@
730 868 border-left: 5px solid transparent;
731 869 position: relative;
732 870 font-size: 12px;
733 871 line-height: 1.5;
734 - text-align: left; }
735 - .elementor-admin-alert a {
736 - color: inherit; }
737 - .elementor-admin-alert.elementor-alert-info {
738 - color: #31708f;
739 - background-color: #d9edf7;
740 - border-color: #bcdff1; }
741 - .elementor-admin-alert.elementor-alert-success {
742 - color: #3c763d;
743 - background-color: #dff0d8;
744 - border-color: #cae6be; }
745 - .elementor-admin-alert.elementor-alert-warning {
746 - color: #8a6d3b;
747 - background-color: #fcf8e3;
748 - border-color: #f9f0c3; }
749 - .elementor-admin-alert.elementor-alert-danger {
750 - color: #a94442;
751 - background-color: #f2dede;
752 - border-color: #e8c4c4; }
872 + text-align: left;
873 +}
874 +.elementor-admin-alert a {
875 + color: inherit;
876 +}
877 +.elementor-admin-alert.elementor-alert-info {
878 + color: #31708f;
879 + background-color: #d9edf7;
880 + border-color: #bcdff1;
881 +}
882 +.elementor-admin-alert.elementor-alert-success {
883 + color: #3c763d;
884 + background-color: #dff0d8;
885 + border-color: #cae6be;
886 +}
887 +.elementor-admin-alert.elementor-alert-warning {
888 + color: #8a6d3b;
889 + background-color: #fcf8e3;
890 + border-color: #f9f0c3;
891 +}
892 +.elementor-admin-alert.elementor-alert-danger {
893 + color: #a94442;
894 + background-color: #f2dede;
895 + border-color: #e8c4c4;
896 +}
753 897
754 898 /*= Elementor System Info
755 899 ---------------------------------------*/
756 900 #elementor-system-info {
757 - padding: 15px; }
758 - #elementor-system-info .elementor-system-info-section {
759 - margin-bottom: 10px; }
760 - #elementor-system-info .elementor-system-info-section > .elementor-system-info-report-name {
761 - padding-left: 10px;
762 - border-bottom: 1px solid #e1e1e1; }
763 - #elementor-system-info .elementor-system-info-section .widefat {
764 - white-space: pre; }
765 - #elementor-system-info .elementor-system-info-section .elementor-log-entries {
766 - white-space: pre-wrap; }
767 - #elementor-system-info .elementor-system-info-section:not(.elementor-system-info-log) tbody td:first-child {
768 - width: 300px; }
769 - #elementor-system-info .elementor-system-info-report-name {
770 - text-transform: uppercase;
771 - font-size: 14px;
772 - margin: 0;
773 - line-height: 2; }
774 - #elementor-system-info .elementor-system-info-report-row {
775 - overflow: hidden;
776 - padding: 5px 0; }
777 - #elementor-system-info .elementor-system-info-report-row > * {
778 - float: left; }
779 - #elementor-system-info .elementor-system-info-report-field,
780 - #elementor-system-info .elementor-system-info-field-recommendation {
781 - padding-left: 10px;
782 - color: #7F7F7F; }
783 - #elementor-system-info .elementor-system-info-report-fields {
784 - padding-left: 20px; }
785 - #elementor-system-info .elementor-system-info-plugin-name {
786 - color: #000; }
787 - #elementor-system-info .elementor-system-info-plugin-properties {
788 - padding: 10px; }
789 - #elementor-system-info #elementor-system-info-raw-code {
790 - width: 100%;
791 - height: 200px; }
792 - #elementor-system-info #elementor-system-info-raw-code-label {
793 - padding: 5px;
794 - display: block; }
795 - #elementor-system-info .elementor-warning td:first-child {
796 - border-left: 3px solid #fcb92c; }
797 - #elementor-system-info a.box-title-tool {
798 - font-size: 80%;
799 - margin-left: 15px;
800 - color: #818a91; }
801 - #elementor-system-info a.box-title-tool:hover {
802 - text-decoration: underline; }
803 - #elementor-system-info #elementor-usage-recalc {
804 - font-size: 12px;
805 - color: #ffffff;
806 - background-color: #a4afb7;
807 - padding: 4px 18px 5px 18px;
808 - border-radius: 3px; }
901 + padding: 15px;
902 +}
903 +#elementor-system-info .elementor-system-info-section {
904 + margin-bottom: 10px;
905 +}
906 +#elementor-system-info .elementor-system-info-section > .elementor-system-info-report-name {
907 + padding-left: 10px;
908 + border-bottom: 1px solid #e1e1e1;
909 +}
910 +#elementor-system-info .elementor-system-info-section .widefat {
911 + white-space: pre;
912 +}
913 +#elementor-system-info .elementor-system-info-section .elementor-log-entries {
914 + white-space: pre-wrap;
915 +}
916 +#elementor-system-info .elementor-system-info-section:not(.elementor-system-info-log) tbody td:first-child {
917 + width: 300px;
918 +}
919 +#elementor-system-info .elementor-system-info-report-name {
920 + text-transform: uppercase;
921 + font-size: 14px;
922 + margin: 0;
923 + line-height: 2;
924 +}
925 +#elementor-system-info .elementor-system-info-report-row {
926 + overflow: hidden;
927 + padding: 5px 0;
928 +}
929 +#elementor-system-info .elementor-system-info-report-row > * {
930 + float: left;
931 +}
932 +#elementor-system-info .elementor-system-info-report-field,
933 +#elementor-system-info .elementor-system-info-field-recommendation {
934 + padding-left: 10px;
935 + color: #7F7F7F;
936 +}
937 +#elementor-system-info .elementor-system-info-report-fields {
938 + padding-left: 20px;
939 +}
940 +#elementor-system-info .elementor-system-info-plugin-name {
941 + color: #000;
942 +}
943 +#elementor-system-info .elementor-system-info-plugin-properties {
944 + padding: 10px;
945 +}
946 +#elementor-system-info #elementor-system-info-raw-code {
947 + width: 100%;
948 + height: 200px;
949 +}
950 +#elementor-system-info #elementor-system-info-raw-code-label {
951 + padding: 5px;
952 + display: block;
953 +}
954 +#elementor-system-info .elementor-warning td:first-child {
955 + border-left: 3px solid #fcb92c;
956 +}
957 +#elementor-system-info a.box-title-tool {
958 + font-size: 80%;
959 + margin-left: 15px;
960 + color: #818a91;
961 +}
962 +#elementor-system-info a.box-title-tool:hover {
963 + text-decoration: underline;
964 +}
965 +#elementor-system-info #elementor-usage-recalc {
966 + font-size: 12px;
967 + color: #ffffff;
968 + background-color: #a4afb7;
969 + padding: 4px 18px 5px 18px;
970 + border-radius: 3px;
971 +}
809 972
810 973 @-webkit-keyframes elementor-rotation {
811 974 0% {
812 975 -webkit-transform: rotate(0deg);
813 - transform: rotate(0deg); }
976 + transform: rotate(0deg);
977 + }
814 978 100% {
815 979 -webkit-transform: rotate(359deg);
816 - transform: rotate(359deg); } }
980 + transform: rotate(359deg);
981 + }
982 +}
817 983
818 984 @keyframes elementor-rotation {
819 985 0% {
820 986 -webkit-transform: rotate(0deg);
821 - transform: rotate(0deg); }
987 + transform: rotate(0deg);
988 + }
822 989 100% {
823 990 -webkit-transform: rotate(359deg);
824 - transform: rotate(359deg); } }
825 -
991 + transform: rotate(359deg);
992 + }
993 +}
826 994 #elementor-deactivate-feedback-dialog-wrapper {
827 - display: none; }
995 + display: none;
996 +}
828 997
829 998 #elementor-deactivate-feedback-modal .dialog-widget-content {
830 - width: 550px; }
831 -
999 + width: 550px;
1000 +}
832 1001 #elementor-deactivate-feedback-modal .dialog-header {
833 1002 padding: 18px 15px;
834 1003 -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
835 1004 box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
836 - text-align: left; }
837 -
1005 + text-align: left;
1006 +}
838 1007 #elementor-deactivate-feedback-modal .dialog-message {
839 1008 padding: 30px 30px 0;
840 - text-align: left; }
841 -
1009 + text-align: left;
1010 +}
842 1011 #elementor-deactivate-feedback-modal .elementor-deactivate-feedback-dialog-input {
843 1012 float: left;
844 1013 margin: 0 15px 0 0;
845 1014 -webkit-box-shadow: none;
846 - box-shadow: none; }
847 - #elementor-deactivate-feedback-modal .elementor-deactivate-feedback-dialog-input:not(:checked) ~ .elementor-feedback-text {
848 - display: none; }
849 -
1015 + box-shadow: none;
1016 +}
1017 +#elementor-deactivate-feedback-modal .elementor-deactivate-feedback-dialog-input:not(:checked) ~ .elementor-feedback-text {
1018 + display: none;
1019 +}
850 1020 #elementor-deactivate-feedback-modal .elementor-deactivate-feedback-dialog-label {
851 1021 display: block;
852 1022 font-size: 13px;
853 - color: #6d7882; }
854 -
1023 + color: #6d7882;
1024 +}
855 1025 #elementor-deactivate-feedback-modal .elementor-feedback-text {
856 1026 margin: 10px 0 0 30px;
857 1027 padding: 5px;
858 1028 font-size: 13px;
@@ -858,16 +1028,16 @@
858 1028 font-size: 13px;
859 1029 -webkit-box-shadow: none;
860 1030 box-shadow: none;
861 1031 background-color: #fff;
862 - width: 92%; }
863 -
1032 + width: 92%;
1033 +}
864 1034 #elementor-deactivate-feedback-modal .dialog-buttons-wrapper {
865 1035 border-top: none;
866 1036 text-align: left;
867 1037 padding: 20px 30px 30px;
868 - overflow: hidden; }
869 -
1038 + overflow: hidden;
1039 +}
870 1040 #elementor-deactivate-feedback-modal .dialog-submit {
871 1041 background-color: #93003c;
872 1042 border-radius: 3px;
873 1043 color: #fff;
@@ -874,64 +1044,71 @@
874 1044 line-height: 1;
875 1045 padding: 12px 20px;
876 1046 font-size: 13px;
877 1047 width: 180px;
878 - height: 38px; }
879 - #elementor-deactivate-feedback-modal .dialog-submit.elementor-loading:before {
880 - display: inline-block;
881 - content: '\f463';
882 - font: 18px dashicons;
883 - -webkit-animation: elementor-rotation 2s infinite linear;
884 - animation: elementor-rotation 2s infinite linear; }
885 -
1048 + height: 38px;
1049 +}
1050 +#elementor-deactivate-feedback-modal .dialog-submit.elementor-loading:before {
1051 + display: inline-block;
1052 + content: "\f463";
1053 + font: 18px dashicons;
1054 + -webkit-animation: elementor-rotation 2s infinite linear;
1055 + animation: elementor-rotation 2s infinite linear;
1056 +}
886 1057 #elementor-deactivate-feedback-modal .dialog-skip {
887 1058 font-size: 12px;
888 1059 color: #a4afb7;
889 1060 background: none;
890 1061 float: right;
891 - width: auto; }
892 -
893 -#elementor-deactivate-feedback-modal[data-feedback-selected="elementor_pro"] .elementor-feedback-text {
1062 + width: auto;
1063 +}
1064 +#elementor-deactivate-feedback-modal[data-feedback-selected=elementor_pro] .elementor-feedback-text {
894 1065 color: #b01b1b;
895 - padding: 0; }
1066 + padding: 0;
1067 +}
1068 +#elementor-deactivate-feedback-modal[data-feedback-selected=elementor_pro] .dialog-submit {
1069 + display: none;
1070 +}
896 1071
897 -#elementor-deactivate-feedback-modal[data-feedback-selected="elementor_pro"] .dialog-submit {
898 - display: none; }
899 -
900 1072 #elementor-deactivate-feedback-dialog-header i {
901 1073 color: #93003c;
902 - font-size: 19px; }
903 -
1074 + font-size: 19px;
1075 +}
904 1076 #elementor-deactivate-feedback-dialog-header-title {
905 1077 font-size: 15px;
906 1078 text-transform: uppercase;
907 1079 font-weight: bold;
908 - padding-left: 5px; }
909 -
1080 + padding-left: 5px;
1081 +}
910 1082 #elementor-deactivate-feedback-dialog-form-caption {
911 1083 font-weight: bold;
912 1084 font-size: 15px;
913 1085 color: #495157;
914 - line-height: 1.4; }
915 -
1086 + line-height: 1.4;
1087 +}
916 1088 #elementor-deactivate-feedback-dialog-form-body {
917 - padding-top: 30px; }
1089 + padding-top: 30px;
1090 +}
918 1091
919 1092 .elementor-deactivate-feedback-dialog-input-wrapper {
920 1093 line-height: 1;
921 1094 overflow: hidden;
922 - margin-bottom: 15px; }
1095 + margin-bottom: 15px;
1096 +}
923 1097
924 1098 #elementor-hidden-area {
925 - display: none; }
1099 + display: none;
1100 +}
926 1101
927 1102 #elementor-import-template-trigger {
928 - cursor: pointer; }
1103 + cursor: pointer;
1104 +}
929 1105
930 1106 #elementor-import-template-area {
931 1107 display: none;
932 1108 margin: 50px 0 30px;
933 - text-align: center; }
1109 + text-align: center;
1110 +}
934 1111
935 1112 #elementor-import-template-form {
936 1113 display: inline-block;
937 1114 margin-top: 30px;
@@ -936,26 +1113,31 @@
936 1113 display: inline-block;
937 1114 margin-top: 30px;
938 1115 padding: 30px 50px;
939 1116 background-color: #FFFFFF;
940 - border: 1px solid #e5e5e5; }
1117 + border: 1px solid #e5e5e5;
1118 +}
941 1119
942 1120 #elementor-import-template-title {
943 1121 font-size: 18px;
944 - color: #555d66; }
1122 + color: #555d66;
1123 +}
945 1124
946 1125 .form-table:not(.elementor-maintenance-mode-is-enabled) .elementor-default-hide {
947 - display: none; }
1126 + display: none;
1127 +}
948 1128
949 1129 .elementor-maintenance-mode-error {
950 1130 color: red;
951 1131 line-height: 1.6;
952 - display: none; }
1132 + display: none;
1133 +}
953 1134
954 1135 #tab-replace_url.elementor-active ~ p.submit,
955 1136 #tab-fontawesome4_migration.elementor-active ~ p.submit,
956 1137 #tab-import-export-kit.elementor-active ~ p.submit {
957 - display: none; }
1138 + display: none;
1139 +}
958 1140
959 1141 #elementor_rollback > div,
960 1142 #elementor_rollback_pro > div,
961 1143 #elementor_replace_url > div {
@@ -960,41 +1142,44 @@
960 1142 #elementor_rollback_pro > div,
961 1143 #elementor_replace_url > div {
962 1144 display: -webkit-box;
963 1145 display: -ms-flexbox;
964 - display: flex; }
965 - #elementor_rollback > div input,
966 - #elementor_rollback > div select,
967 - #elementor_rollback_pro > div input,
968 - #elementor_rollback_pro > div select,
969 - #elementor_replace_url > div input,
970 - #elementor_replace_url > div select {
971 - margin-right: 6px; }
1146 + display: flex;
1147 +}
1148 +#elementor_rollback > div input,
1149 +#elementor_rollback > div select,
1150 +#elementor_rollback_pro > div input,
1151 +#elementor_rollback_pro > div select,
1152 +#elementor_replace_url > div input,
1153 +#elementor_replace_url > div select {
1154 + margin-right: 6px;
1155 +}
972 1156
973 1157 .tab-import-export-kit__wrapper {
974 1158 margin: 40px 0;
975 - max-width: 700px; }
976 -
1159 + max-width: 700px;
1160 +}
977 1161 .tab-import-export-kit__container {
978 1162 background-color: white;
979 1163 font-size: 16px;
980 1164 max-width: 700px;
981 - padding: 30px; }
982 - .tab-import-export-kit__container:not(:first-child) {
983 - margin-top: 5px; }
984 - .tab-import-export-kit__container p {
985 - color: #A4AFB7;
986 - font-size: 16px;
987 - margin: 20px 0 25px; }
988 -
1165 + padding: 30px;
1166 +}
1167 +.tab-import-export-kit__container:not(:first-child) {
1168 + margin-top: 5px;
1169 +}
1170 +.tab-import-export-kit__container p {
1171 + color: #A4AFB7;
1172 + font-size: 16px;
1173 + margin: 20px 0 25px;
1174 +}
989 1175 .tab-import-export-kit__info {
990 - font-size: 14px; }
991 -
992 -.tab-import-export-kit__container a:not(.elementor-button),
993 -.tab-import-export-kit__info a {
1176 + font-size: 14px;
1177 +}
1178 +.tab-import-export-kit__container a:not(.elementor-button), .tab-import-export-kit__info a {
994 1179 color: #58d0f5;
995 - text-decoration: underline; }
996 -
1180 + text-decoration: underline;
1181 +}
997 1182 .tab-import-export-kit__box {
998 1183 display: -webkit-box;
999 1184 display: -ms-flexbox;
1000 1185 display: flex;
@@ -1002,51 +1187,57 @@
1002 1187 -ms-flex-pack: justify;
1003 1188 justify-content: space-between;
1004 1189 -webkit-box-align: start;
1005 1190 -ms-flex-align: start;
1006 - align-items: flex-start; }
1007 - .tab-import-export-kit__box h2 {
1008 - color: #6D7882;
1009 - font-size: 28px;
1010 - font-weight: normal;
1011 - line-height: 1;
1012 - margin: 0; }
1013 - .tab-import-export-kit__box .elementor-button.elementor-button-success {
1014 - font-weight: bold;
1015 - padding: 8px 16px;
1016 - text-transform: initial; }
1191 + align-items: flex-start;
1192 +}
1193 +.tab-import-export-kit__box h2 {
1194 + color: #6D7882;
1195 + font-size: 28px;
1196 + font-weight: normal;
1197 + line-height: 1;
1198 + margin: 0;
1199 +}
1200 +.tab-import-export-kit__box .elementor-button.elementor-button-success {
1201 + font-weight: bold;
1202 + padding: 8px 16px;
1203 + text-transform: initial;
1204 +}
1017 1205
1018 1206 #dashboard-widgets .e-dashboard-widget h3.e-heading {
1019 1207 font-weight: 600;
1020 - margin-bottom: 13px; }
1021 -
1208 + margin-bottom: 13px;
1209 +}
1022 1210 #dashboard-widgets .e-dashboard-widget .e-divider_bottom {
1023 1211 border-bottom: 1px solid #eee;
1024 1212 margin: 0 -12px;
1025 - padding: 6px 12px; }
1026 -
1213 + padding: 6px 12px;
1214 +}
1027 1215 #dashboard-widgets .e-dashboard-widget .e-divider_top {
1028 1216 border-top: 1px solid #eee;
1029 1217 margin: 0 -12px;
1030 - padding: 6px 12px; }
1031 -
1218 + padding: 6px 12px;
1219 +}
1032 1220 #dashboard-widgets .e-dashboard-widget .e-quick-actions-wrap .e-divider_top,
1033 1221 #dashboard-widgets .e-dashboard-widget .e-news-feed-wrap .e-divider_top {
1034 1222 padding-top: 18px;
1035 - margin-top: 18px; }
1223 + margin-top: 18px;
1224 +}
1036 1225
1037 1226 .e-dashboard-widget .dashicons {
1038 - color: #606a73; }
1039 -
1227 + color: #606a73;
1228 +}
1040 1229 .e-dashboard-widget ul.e-action-list li {
1041 - margin-top: 14px; }
1042 - .e-dashboard-widget ul.e-action-list li a {
1043 - margin-left: 5px; }
1230 + margin-top: 14px;
1231 +}
1232 +.e-dashboard-widget ul.e-action-list li a {
1233 + margin-left: 5px;
1234 +}
1044 1235
1045 1236 #e-dashboard-overview .dashicons {
1046 1237 vertical-align: middle;
1047 - font-size: 17px; }
1048 -
1238 + font-size: 17px;
1239 +}
1049 1240 #e-dashboard-overview .e-overview__header {
1050 1241 display: table;
1051 1242 width: 100%;
1052 1243 -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05);
@@ -1051,38 +1242,38 @@
1051 1242 width: 100%;
1052 1243 -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05);
1053 1244 box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05);
1054 1245 margin: 0 -12px 8px;
1055 - padding: 0 12px 12px; }
1056 -
1246 + padding: 0 12px 12px;
1247 +}
1057 1248 #e-dashboard-overview .e-overview__logo, #e-dashboard-overview .e-overview__versions, #e-dashboard-overview .e-overview__create {
1058 1249 display: table-cell;
1059 - vertical-align: middle; }
1060 -
1250 + vertical-align: middle;
1251 +}
1061 1252 #e-dashboard-overview .e-overview__logo {
1062 - width: 30px; }
1063 -
1253 + width: 30px;
1254 +}
1064 1255 #e-dashboard-overview .e-overview__versions {
1065 1256 padding: 0 10px;
1066 1257 font-size: 0.9em;
1067 - line-height: 1.5; }
1068 -
1258 + line-height: 1.5;
1259 +}
1069 1260 #e-dashboard-overview .e-overview__version {
1070 - display: block; }
1071 -
1261 + display: block;
1262 +}
1072 1263 #e-dashboard-overview .e-overview__create {
1073 - text-align: right; }
1074 -
1264 + text-align: right;
1265 +}
1075 1266 #e-dashboard-overview .e-overview__feed {
1076 1267 font-size: 14px;
1077 - font-weight: 500; }
1078 -
1268 + font-weight: 500;
1269 +}
1079 1270 #e-dashboard-overview .e-overview__post {
1080 - margin-top: 10px; }
1081 -
1271 + margin-top: 10px;
1272 +}
1082 1273 #e-dashboard-overview .e-overview__post-link {
1083 - display: inline-block; }
1084 -
1274 + display: inline-block;
1275 +}
1085 1276 #e-dashboard-overview .e-overview__badge {
1086 1277 background: #39b54a;
1087 1278 color: white;
1088 1279 font-size: 0.75em;
@@ -1087,20 +1278,20 @@
1087 1278 color: white;
1088 1279 font-size: 0.75em;
1089 1280 padding: 3px 6px;
1090 1281 border-radius: 3px;
1091 - text-transform: uppercase; }
1092 -
1282 + text-transform: uppercase;
1283 +}
1093 1284 #e-dashboard-overview .e-overview__post-description {
1094 - margin: 0 0 1.5em; }
1095 -
1285 + margin: 0 0 1.5em;
1286 +}
1096 1287 #e-dashboard-overview .e-overview__recently-edited li {
1097 - color: #72777c; }
1098 -
1288 + color: #72777c;
1289 +}
1099 1290 #e-dashboard-overview .e-overview__footer.e-divider_top {
1100 1291 padding-top: 12px;
1101 - padding-bottom: 0; }
1102 -
1292 + padding-bottom: 0;
1293 +}
1103 1294 #e-dashboard-overview .e-overview__footer ul {
1104 1295 display: -webkit-box;
1105 1296 display: -ms-flexbox;
1106 1297 display: flex;
@@ -1105,31 +1296,35 @@
1105 1296 display: -ms-flexbox;
1106 1297 display: flex;
1107 1298 list-style: none;
1108 1299 margin: 0;
1109 - padding: 0; }
1110 - #e-dashboard-overview .e-overview__footer ul li {
1111 - padding: 0 10px;
1112 - margin: 0;
1113 - border-left: 1px solid #ddd; }
1114 - #e-dashboard-overview .e-overview__footer ul li:first-child {
1115 - padding-left: 0;
1116 - border: none; }
1117 -
1300 + padding: 0;
1301 +}
1302 +#e-dashboard-overview .e-overview__footer ul li {
1303 + padding: 0 10px;
1304 + margin: 0;
1305 + border-left: 1px solid #ddd;
1306 +}
1307 +#e-dashboard-overview .e-overview__footer ul li:first-child {
1308 + padding-left: 0;
1309 + border: none;
1310 +}
1118 1311 #e-dashboard-overview .e-overview__go-pro a {
1119 1312 color: #93003c;
1120 - font-weight: 500; }
1313 + font-weight: 500;
1314 +}
1121 1315
1122 1316 .post-type-elementor_library #elementor-template-library-tabs-wrapper {
1123 1317 padding-top: 2em;
1124 - margin-bottom: 2em; }
1125 -
1318 + margin-bottom: 2em;
1319 +}
1126 1320 .post-type-elementor_library th#taxonomy-elementor_library_category {
1127 - width: 110px; }
1321 + width: 110px;
1322 +}
1128 1323
1129 1324 #elementor-new-template-modal .dialog-message {
1130 - max-height: 70vh; }
1131 -
1325 + max-height: 70vh;
1326 +}
1132 1327 #elementor-new-template-dialog-content {
1133 1328 display: -webkit-box;
1134 1329 display: -ms-flexbox;
1135 1330 display: flex;
@@ -1137,29 +1332,36 @@
1137 1332 -ms-flex-align: center;
1138 1333 align-items: center;
1139 1334 height: 100%;
1140 1335 text-align: left;
1141 - color: #6d7882; }
1142 - @media (max-width: 1439px) {
1143 - #elementor-new-template-dialog-content {
1144 - padding: 0 50px; } }
1145 - @media (min-width: 1440px) {
1146 - #elementor-new-template-dialog-content {
1147 - padding: 0 120px; } }
1148 -
1336 + color: #6d7882;
1337 +}
1338 +@media (max-width: 1439px) {
1339 + #elementor-new-template-dialog-content {
1340 + padding: 0 50px;
1341 + }
1342 +}
1343 +@media (min-width: 1440px) {
1344 + #elementor-new-template-dialog-content {
1345 + padding: 0 120px;
1346 + }
1347 +}
1149 1348 #elementor-new-template__description {
1150 1349 width: 35%;
1151 1350 max-width: 300px;
1152 - padding-right: 100px; }
1153 - #elementor-new-template__description__title {
1154 - font-size: 30px;
1155 - color: #556068; }
1156 - #elementor-new-template__description__title span {
1157 - font-weight: bold; }
1158 - #elementor-new-template__description__content {
1159 - font-size: 16px;
1160 - padding: 30px 0; }
1161 -
1351 + padding-right: 100px;
1352 +}
1353 +#elementor-new-template__description__title {
1354 + font-size: 30px;
1355 + color: #556068;
1356 +}
1357 +#elementor-new-template__description__title span {
1358 + font-weight: bold;
1359 +}
1360 +#elementor-new-template__description__content {
1361 + font-size: 16px;
1362 + padding: 30px 0;
1363 +}
1162 1364 #elementor-new-template__take_a_tour {
1163 1365 display: -webkit-box;
1164 1366 display: -ms-flexbox;
1165 1367 display: flex;
@@ -1165,18 +1367,20 @@
1165 1367 display: flex;
1166 1368 -webkit-box-align: center;
1167 1369 -ms-flex-align: center;
1168 1370 align-items: center;
1169 - font-size: 15px; }
1170 - #elementor-new-template__take_a_tour i {
1171 - color: #93003c;
1172 - font-size: 30px; }
1173 - #elementor-new-template__take_a_tour a {
1174 - color: #6d7882;
1175 - padding-left: 10px;
1176 - text-decoration: none;
1177 - font-weight: 500; }
1178 -
1371 + font-size: 15px;
1372 +}
1373 +#elementor-new-template__take_a_tour i {
1374 + color: #93003c;
1375 + font-size: 30px;
1376 +}
1377 +#elementor-new-template__take_a_tour a {
1378 + color: #6d7882;
1379 + padding-left: 10px;
1380 + text-decoration: none;
1381 + font-weight: 500;
1382 +}
1179 1383 #elementor-new-template__form {
1180 1384 -webkit-box-flex: 1;
1181 1385 -ms-flex-positive: 1;
1182 1386 flex-grow: 1;
@@ -1184,158 +1388,189 @@
1184 1388 padding: 55px;
1185 1389 background-color: #fff;
1186 1390 border-radius: 3px;
1187 1391 -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.08);
1188 - box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.08); }
1189 - #elementor-new-template__form__title {
1190 - font-size: 23px;
1191 - color: #556068; }
1192 - #elementor-new-template__form__template-type.elementor-form-field__select {
1193 - max-width: initial; }
1194 - #elementor-new-template__form .elementor-form-field__label {
1195 - display: block;
1196 - margin: 25px 0 7px;
1197 - font-size: 14px;
1198 - line-height: 1; }
1199 - #elementor-new-template__form .elementor-form-field input,
1200 - #elementor-new-template__form .elementor-form-field select {
1201 - width: 100%;
1202 - height: 50px;
1203 - padding: 10px;
1204 - font-size: 14px;
1205 - -webkit-box-shadow: none;
1206 - box-shadow: none;
1207 - border-radius: 3px;
1208 - background: none;
1209 - color: #495157;
1210 - border: 1px solid;
1211 - outline: none; }
1212 - #elementor-new-template__form .elementor-form-field input:not(:focus),
1213 - #elementor-new-template__form .elementor-form-field select:not(:focus) {
1214 - border-color: #d5dadf; }
1215 - #elementor-new-template__form .elementor-form-field input:focus,
1216 - #elementor-new-template__form .elementor-form-field select:focus {
1217 - border-color: #a4afb7; }
1218 - #elementor-new-template__form .elementor-form-field__select {
1219 - appearance: none;
1220 - -webkit-appearance: none;
1221 - -moz-appearance: none;
1222 - cursor: pointer; }
1223 - #elementor-new-template__form .elementor-form-field__select__wrapper {
1224 - position: relative; }
1225 - #elementor-new-template__form .elementor-form-field__select__wrapper:after {
1226 - font-family: eicons;
1227 - content: '\e8ad';
1228 - position: absolute;
1229 - top: 50%;
1230 - right: 10px;
1231 - -webkit-transform: translateY(-50%);
1232 - -ms-transform: translateY(-50%);
1233 - transform: translateY(-50%); }
1234 - #elementor-new-template__form__submit {
1235 - width: 100%;
1236 - height: 50px;
1237 - margin-top: 25px; }
1392 + box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.08);
1393 +}
1394 +#elementor-new-template__form__title {
1395 + font-size: 23px;
1396 + color: #556068;
1397 +}
1398 +#elementor-new-template__form__template-type.elementor-form-field__select {
1399 + max-width: initial;
1400 +}
1401 +#elementor-new-template__form .elementor-form-field__label {
1402 + display: block;
1403 + margin: 25px 0 7px;
1404 + font-size: 14px;
1405 + line-height: 1;
1406 +}
1407 +#elementor-new-template__form .elementor-form-field input,
1408 +#elementor-new-template__form .elementor-form-field select {
1409 + width: 100%;
1410 + height: 50px;
1411 + padding: 10px;
1412 + font-size: 14px;
1413 + -webkit-box-shadow: none;
1414 + box-shadow: none;
1415 + border-radius: 3px;
1416 + background: none;
1417 + color: #495157;
1418 + border: 1px solid;
1419 + outline: none;
1420 +}
1421 +#elementor-new-template__form .elementor-form-field input:not(:focus),
1422 +#elementor-new-template__form .elementor-form-field select:not(:focus) {
1423 + border-color: #d5dadf;
1424 +}
1425 +#elementor-new-template__form .elementor-form-field input:focus,
1426 +#elementor-new-template__form .elementor-form-field select:focus {
1427 + border-color: #a4afb7;
1428 +}
1429 +#elementor-new-template__form .elementor-form-field__select {
1430 + appearance: none;
1431 + -webkit-appearance: none;
1432 + -moz-appearance: none;
1433 + cursor: pointer;
1434 +}
1435 +#elementor-new-template__form .elementor-form-field__select__wrapper {
1436 + position: relative;
1437 +}
1438 +#elementor-new-template__form .elementor-form-field__select__wrapper:after {
1439 + font-family: eicons;
1440 + content: "\e8ad";
1441 + position: absolute;
1442 + top: 50%;
1443 + right: 10px;
1444 + -webkit-transform: translateY(-50%);
1445 + -ms-transform: translateY(-50%);
1446 + transform: translateY(-50%);
1447 +}
1448 +#elementor-new-template__form__submit {
1449 + width: 100%;
1450 + height: 50px;
1451 + margin-top: 25px;
1452 +}
1238 1453
1239 1454 @media (max-width: 1024px) {
1240 1455 #elementor-new-template__description {
1241 1456 max-width: 250px;
1242 - padding-right: 30px; } }
1243 -
1457 + padding-right: 30px;
1458 + }
1459 +}
1244 1460 @media (max-width: 767px) {
1245 1461 #elementor-new-template__description {
1246 - display: none; } }
1247 -
1462 + display: none;
1463 + }
1464 +}
1248 1465 #elementor-role-manager {
1249 1466 max-width: 500px;
1250 - margin-top: 50px; }
1251 - #elementor-role-manager h3 {
1252 - color: #6d7882;
1253 - font-weight: normal;
1254 - font-size: 22px; }
1255 - #elementor-role-manager .elementor-settings-form-page {
1256 - padding: 0; }
1257 - #elementor-role-manager .elementor-role-row {
1258 - background: #ffffff;
1259 - color: #6d7882;
1260 - margin-bottom: 2px; }
1261 - #elementor-role-manager .elementor-role-row .elementor-role-label {
1262 - display: -webkit-box;
1263 - display: -ms-flexbox;
1264 - display: flex;
1265 - padding: 15px 20px;
1266 - font-weight: 500;
1267 - cursor: pointer; }
1268 - #elementor-role-manager .elementor-role-row .elementor-role-label span.elementor-role-name {
1269 - padding-right: 20px; }
1270 - #elementor-role-manager .elementor-role-row .elementor-role-label span.elementor-role-toggle {
1271 - text-align: right;
1272 - -webkit-box-flex: 1;
1273 - -ms-flex-positive: 1;
1274 - flex-grow: 1; }
1275 - #elementor-role-manager .elementor-role-row .elementor-role-label span.elementor-role-excluded-indicator {
1276 - color: #a4afb7; }
1277 - #elementor-role-manager .elementor-role-row .elementor-role-controls {
1278 - background-color: #f7f7f7;
1279 - padding: 20px 20px 5px; }
1280 - #elementor-role-manager .elementor-role-row .elementor-role-controls > div {
1281 - margin-bottom: 15px; }
1282 - #elementor-role-manager .elementor-role-row .elementor-role-controls .elementor-role-go-pro {
1283 - display: -webkit-box;
1284 - display: -ms-flexbox;
1285 - display: flex; }
1286 - #elementor-role-manager .elementor-role-row .elementor-role-controls .elementor-role-go-pro .elementor-role-go-pro__desc {
1287 - font-weight: 500;
1288 - font-style: italic; }
1289 - #elementor-role-manager .elementor-role-row .elementor-role-controls .elementor-role-go-pro .elementor-role-go-pro__link {
1290 - text-align: right;
1291 - -webkit-box-flex: 1;
1292 - -ms-flex-positive: 1;
1293 - flex-grow: 1; }
1467 + margin-top: 50px;
1468 +}
1469 +#elementor-role-manager h3 {
1470 + color: #6d7882;
1471 + font-weight: normal;
1472 + font-size: 22px;
1473 +}
1474 +#elementor-role-manager .elementor-settings-form-page {
1475 + padding: 0;
1476 +}
1477 +#elementor-role-manager .elementor-role-row {
1478 + background: #ffffff;
1479 + color: #6d7882;
1480 + margin-bottom: 2px;
1481 +}
1482 +#elementor-role-manager .elementor-role-row .elementor-role-label {
1483 + display: -webkit-box;
1484 + display: -ms-flexbox;
1485 + display: flex;
1486 + padding: 15px 20px;
1487 + font-weight: 500;
1488 + cursor: pointer;
1489 +}
1490 +#elementor-role-manager .elementor-role-row .elementor-role-label span.elementor-role-name {
1491 + padding-right: 20px;
1492 +}
1493 +#elementor-role-manager .elementor-role-row .elementor-role-label span.elementor-role-toggle {
1494 + text-align: right;
1495 + -webkit-box-flex: 1;
1496 + -ms-flex-positive: 1;
1497 + flex-grow: 1;
1498 +}
1499 +#elementor-role-manager .elementor-role-row .elementor-role-label span.elementor-role-excluded-indicator {
1500 + color: #a4afb7;
1501 +}
1502 +#elementor-role-manager .elementor-role-row .elementor-role-controls {
1503 + background-color: #f7f7f7;
1504 + padding: 20px 20px 5px;
1505 +}
1506 +#elementor-role-manager .elementor-role-row .elementor-role-controls > div {
1507 + margin-bottom: 15px;
1508 +}
1509 +#elementor-role-manager .elementor-role-row .elementor-role-controls .elementor-role-go-pro {
1510 + display: -webkit-box;
1511 + display: -ms-flexbox;
1512 + display: flex;
1513 +}
1514 +#elementor-role-manager .elementor-role-row .elementor-role-controls .elementor-role-go-pro .elementor-role-go-pro__desc {
1515 + font-weight: 500;
1516 + font-style: italic;
1517 +}
1518 +#elementor-role-manager .elementor-role-row .elementor-role-controls .elementor-role-go-pro .elementor-role-go-pro__link {
1519 + text-align: right;
1520 + -webkit-box-flex: 1;
1521 + -ms-flex-positive: 1;
1522 + flex-grow: 1;
1523 +}
1294 1524
1295 1525 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area {
1296 1526 color: #c2cbd2;
1297 - cursor: pointer; }
1298 - #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-beta-tester-do-not-show-again,
1299 - #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-templates-modal__header__item > i {
1300 - color: #6d7882; }
1301 - #elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-templates-modal__header__close {
1302 - border: none; }
1303 - #elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-beta-tester-do-not-show-again {
1304 - text-transform: uppercase;
1305 - font-weight: bold;
1306 - font-size: 12px;
1307 - -webkit-transition: all 0.3s;
1308 - -o-transition: all 0.3s;
1309 - transition: all 0.3s; }
1310 -
1527 + cursor: pointer;
1528 +}
1529 +#elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-beta-tester-do-not-show-again,
1530 +#elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-templates-modal__header__item > i {
1531 + color: #6d7882;
1532 +}
1533 +#elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-templates-modal__header__close {
1534 + border: none;
1535 +}
1536 +#elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-beta-tester-do-not-show-again {
1537 + text-transform: uppercase;
1538 + font-weight: bold;
1539 + font-size: 12px;
1540 + -webkit-transition: all 0.3s;
1541 + -o-transition: all 0.3s;
1542 + transition: all 0.3s;
1543 +}
1311 1544 #elementor-beta-tester-modal .dialog-lightbox-widget-content {
1312 1545 max-width: 500px;
1313 - height: initial; }
1314 -
1546 + height: initial;
1547 +}
1315 1548 #elementor-beta-tester-modal .dialog-lightbox-message {
1316 1549 padding: 40px;
1317 1550 height: 300px;
1318 - background-color: #fff; }
1551 + background-color: #fff;
1552 +}
1319 1553
1320 1554 #elementor-beta-tester-form__caption {
1321 1555 font-weight: bold;
1322 1556 font-size: 20px;
1323 - color: #495157; }
1324 -
1557 + color: #495157;
1558 +}
1325 1559 #elementor-beta-tester-form__description {
1326 1560 font-size: 15px;
1327 1561 color: #6d7882;
1328 - margin-top: 10px; }
1329 -
1562 + margin-top: 10px;
1563 +}
1330 1564 #elementor-beta-tester-form__input-wrapper {
1331 1565 display: -webkit-box;
1332 1566 display: -ms-flexbox;
1333 1567 display: flex;
1334 - margin-top: 30px; }
1335 - #elementor-beta-tester-form__input-wrapper .elementor-button {
1336 - border-radius: 0 3px 3px 0; }
1337 -
1568 + margin-top: 30px;
1569 +}
1570 +#elementor-beta-tester-form__input-wrapper .elementor-button {
1571 + border-radius: 0 3px 3px 0;
1572 +}
1338 1573 #elementor-beta-tester-form__email {
1339 1574 -webkit-box-flex: 1;
1340 1575 -ms-flex-positive: 1;
1341 1576 flex-grow: 1;
@@ -1343,14 +1578,15 @@
1343 1578 border-right: 0;
1344 1579 border-radius: 3px 0 0 3px;
1345 1580 margin: 0;
1346 1581 padding: 10px;
1347 - height: 50px; }
1348 -
1582 + height: 50px;
1583 +}
1349 1584 #elementor-beta-tester-form__terms {
1350 1585 margin-top: 40px;
1351 1586 font-size: 11px;
1352 - color: #a4afb7; }
1587 + color: #a4afb7;
1588 +}
1353 1589
1354 1590 .e-experiment__title {
1355 1591 display: -webkit-box;
1356 1592 display: -ms-flexbox;
@@ -1356,41 +1592,46 @@
1356 1592 display: -ms-flexbox;
1357 1593 display: flex;
1358 1594 -webkit-box-align: start;
1359 1595 -ms-flex-align: start;
1360 - align-items: flex-start; }
1361 - .e-experiment__title__indicator {
1362 - height: 10px;
1363 - width: 10px;
1364 - border-radius: 50%;
1365 - border: 2px solid white;
1366 - -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
1367 - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
1368 - -ms-flex-negative: 0;
1369 - flex-shrink: 0;
1370 - margin-top: 2px; }
1371 - .e-experiment__title__indicator--active {
1372 - background: #39b54a; }
1373 - .e-experiment__title__label {
1374 - margin-left: 10px; }
1375 -
1596 + align-items: flex-start;
1597 +}
1598 +.e-experiment__title__indicator {
1599 + height: 10px;
1600 + width: 10px;
1601 + border-radius: 50%;
1602 + border: 2px solid white;
1603 + -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
1604 + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
1605 + -ms-flex-negative: 0;
1606 + flex-shrink: 0;
1607 + margin-top: 2px;
1608 +}
1609 +.e-experiment__title__indicator--active {
1610 + background: #39b54a;
1611 +}
1612 +.e-experiment__title__label {
1613 + margin-left: 10px;
1614 +}
1376 1615 .e-experiment__table-title {
1377 - margin: 30px 0; }
1378 -
1616 + margin: 30px 0;
1617 +}
1379 1618 .e-experiment__description {
1380 - max-width: 820px; }
1381 -
1619 + max-width: 820px;
1620 +}
1382 1621 .e-experiment__status {
1383 1622 margin-top: 5px;
1384 1623 font-size: 13px;
1385 1624 font-weight: bold;
1386 - font-style: italic; }
1387 -
1625 + font-style: italic;
1626 +}
1388 1627 .e-experiment__button.button {
1389 - margin: 18px 14px 22px 0; }
1628 + margin: 18px 14px 22px 0;
1629 +}
1390 1630
1391 1631 .e-landing-pages-empty .elementor-blank_state {
1392 - padding: 5em 0 2em 0; }
1393 -
1632 + padding: 5em 0 2em 0;
1633 +}
1394 1634 .e-landing-pages-empty .e-trashed-items {
1395 - text-align: center; }
1635 + text-align: center;
1636 +}
1396 1637 /*# sourceMappingURL=admin.css.map */