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-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/common.css +447 -346 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 .dialog-widget-content {
3 3 background-color: #fff;
4 4 position: absolute;
5 5 border-radius: 3px;
@@ -4,15 +4,17 @@
4 4 position: absolute;
5 5 border-radius: 3px;
6 6 -webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
7 7 box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
8 - overflow: hidden; }
8 + overflow: hidden;
9 +}
9 10
10 11 .dialog-message {
11 12 font-size: 12px;
12 13 line-height: 1.5;
13 14 -webkit-box-sizing: border-box;
14 - box-sizing: border-box; }
15 + box-sizing: border-box;
16 +}
15 17
16 18 .dialog-type-lightbox {
17 19 position: fixed;
18 20 height: 100%;
@@ -23,46 +25,58 @@
23 25 z-index: 9999;
24 26 -webkit-user-select: none;
25 27 -moz-user-select: none;
26 28 -ms-user-select: none;
27 - user-select: none; }
28 - .dialog-type-lightbox .dialog-widget-content {
29 - margin: auto;
30 - width: 375px; }
31 - .dialog-type-lightbox .dialog-header {
32 - font-size: 15px;
33 - color: #495157;
34 - padding: 30px 0 10px;
35 - font-weight: 500; }
36 - .dialog-type-lightbox .dialog-message {
37 - padding: 0 30px 30px;
38 - min-height: 50px; }
39 - .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
40 - .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
41 - text-align: center; }
42 - .dialog-type-lightbox .dialog-buttons-wrapper {
43 - border-top: 1px solid #e6e9ec;
44 - text-align: center; }
45 - .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button {
46 - font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
47 - width: 50%;
48 - border: none;
49 - background: none;
50 - color: #6d7882;
51 - font-size: 15px;
52 - cursor: pointer;
53 - padding: 13px 0;
54 - outline: 0; }
55 - .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:hover {
56 - background-color: #f4f6f7; }
57 - .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-ok {
58 - color: #b01b1b; }
59 - .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-take_over {
60 - color: #39b54a; }
61 - .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:active {
62 - background-color: rgba(230, 233, 236, 0.5); }
63 - .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button::-moz-focus-inner {
64 - border: 0; }
29 + user-select: none;
30 +}
31 +.dialog-type-lightbox .dialog-widget-content {
32 + margin: auto;
33 + width: 375px;
34 +}
35 +.dialog-type-lightbox .dialog-header {
36 + font-size: 15px;
37 + color: #495157;
38 + padding: 30px 0 10px;
39 + font-weight: 500;
40 +}
41 +.dialog-type-lightbox .dialog-message {
42 + padding: 0 30px 30px;
43 + min-height: 50px;
44 +}
45 +.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
46 +.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
47 + text-align: center;
48 +}
49 +.dialog-type-lightbox .dialog-buttons-wrapper {
50 + border-top: 1px solid #e6e9ec;
51 + text-align: center;
52 +}
53 +.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button {
54 + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
55 + width: 50%;
56 + border: none;
57 + background: none;
58 + color: #6d7882;
59 + font-size: 15px;
60 + cursor: pointer;
61 + padding: 13px 0;
62 + outline: 0;
63 +}
64 +.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:hover {
65 + background-color: #f4f6f7;
66 +}
67 +.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-ok {
68 + color: #b01b1b;
69 +}
70 +.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-take_over {
71 + color: #39b54a;
72 +}
73 +.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:active {
74 + background-color: rgba(230, 233, 236, 0.5);
75 +}
76 +.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button::-moz-focus-inner {
77 + border: 0;
78 +}
65 79
66 80 .dialog-close-button {
67 81 cursor: pointer;
68 82 position: absolute;
@@ -68,89 +82,109 @@
68 82 position: absolute;
69 83 margin-top: 15px;
70 84 right: 15px;
71 85 font-size: 15px;
72 - line-height: 1; }
73 - .dialog-close-button:not(:hover) {
74 - opacity: .4; }
86 + line-height: 1;
87 +}
88 +.dialog-close-button:not(:hover) {
89 + opacity: 0.4;
90 +}
75 91
76 92 .dialog-alert-widget .dialog-buttons-wrapper > button {
77 - width: 100%; }
93 + width: 100%;
94 +}
78 95
79 96 .dialog-confirm-widget .dialog-button:first-child {
80 - border-right: 1px solid #e6e9ec; }
97 + border-right: 1px solid #e6e9ec;
98 +}
81 99
82 100 .dialog-prevent-scroll {
83 101 overflow: hidden;
84 - max-height: 100vh; }
102 + max-height: 100vh;
103 +}
85 104
86 105 @media (min-width: 1024px) {
87 106 body.admin-bar .dialog-lightbox-widget {
88 - height: calc(100vh - 32px); } }
89 -
107 + height: calc(100vh - 32px);
108 + }
109 +}
90 110 @media (max-width: 1024px) {
91 111 body.admin-bar .dialog-type-lightbox {
92 112 position: sticky;
93 - height: 100vh; } }
94 -
113 + height: 100vh;
114 + }
115 +}
95 116 .elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
96 - padding-bottom: 42.8571%; }
97 -
117 + padding-bottom: 42.8571%;
118 +}
98 119 .elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
99 - padding-bottom: 56.25%; }
100 -
120 + padding-bottom: 56.25%;
121 +}
101 122 .elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
102 - padding-bottom: 75%; }
103 -
123 + padding-bottom: 75%;
124 +}
104 125 .elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
105 - padding-bottom: 66.6666%; }
106 -
126 + padding-bottom: 66.6666%;
127 +}
107 128 .elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
108 - padding-bottom: 100%; }
109 -
129 + padding-bottom: 100%;
130 +}
110 131 .elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
111 - padding-bottom: 177.8%; }
132 + padding-bottom: 177.8%;
133 +}
112 134
113 135 .elementor-fit-aspect-ratio {
114 136 position: relative;
115 - height: 0; }
116 - .elementor-fit-aspect-ratio iframe {
117 - position: absolute;
118 - top: 0;
119 - left: 0;
120 - height: 100%;
121 - width: 100%;
122 - border: 0;
123 - background-color: #000; }
124 - .elementor-fit-aspect-ratio video {
125 - width: 100%; }
137 + height: 0;
138 +}
139 +.elementor-fit-aspect-ratio iframe {
140 + position: absolute;
141 + top: 0;
142 + left: 0;
143 + height: 100%;
144 + width: 100%;
145 + border: 0;
146 + background-color: #000;
147 +}
148 +.elementor-fit-aspect-ratio video {
149 + width: 100%;
150 +}
126 151
127 152 .flatpickr-calendar {
128 - width: 280px; }
129 - .flatpickr-calendar .flatpickr-current-month span.cur-month {
130 - font-weight: 300; }
131 - .flatpickr-calendar .dayContainer {
132 - width: 280px;
133 - min-width: 280px;
134 - max-width: 280px; }
135 - .flatpickr-calendar .flatpickr-days {
136 - width: 280px; }
137 - .flatpickr-calendar .flatpickr-day {
138 - max-width: 37px;
139 - height: 37px;
140 - line-height: 37px; }
153 + width: 280px;
154 +}
155 +.flatpickr-calendar .flatpickr-current-month span.cur-month {
156 + font-weight: 300;
157 +}
158 +.flatpickr-calendar .dayContainer {
159 + width: 280px;
160 + min-width: 280px;
161 + max-width: 280px;
162 +}
163 +.flatpickr-calendar .flatpickr-days {
164 + width: 280px;
165 +}
166 +.flatpickr-calendar .flatpickr-day {
167 + max-width: 37px;
168 + height: 37px;
169 + line-height: 37px;
170 +}
141 171
142 172 .elementor-templates-modal .dialog-widget-content {
143 173 font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
144 174 background-color: #f1f3f5;
145 - width: 100%; }
146 - @media (max-width: 1439px) {
147 - .elementor-templates-modal .dialog-widget-content {
148 - max-width: 990px; } }
149 - @media (min-width: 1440px) {
150 - .elementor-templates-modal .dialog-widget-content {
151 - max-width: 1200px; } }
152 -
175 + width: 100%;
176 +}
177 +@media (max-width: 1439px) {
178 + .elementor-templates-modal .dialog-widget-content {
179 + max-width: 990px;
180 + }
181 +}
182 +@media (min-width: 1440px) {
183 + .elementor-templates-modal .dialog-widget-content {
184 + max-width: 1200px;
185 + }
186 +}
153 187 .elementor-templates-modal .dialog-header {
154 188 padding: 0;
155 189 background-color: #fff;
156 190 -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
@@ -155,10 +189,10 @@
155 189 background-color: #fff;
156 190 -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
157 191 box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
158 192 position: relative;
159 - z-index: 1; }
160 -
193 + z-index: 1;
194 +}
161 195 .elementor-templates-modal .dialog-buttons-wrapper {
162 196 background-color: #fff;
163 197 border: none;
164 198 display: none;
@@ -167,32 +201,35 @@
167 201 justify-content: flex-end;
168 202 padding: 5px;
169 203 -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
170 204 box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
171 - position: relative; }
172 - .elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
173 - height: 40px;
174 - margin-left: 5px; }
175 - .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
176 - padding: 12px 36px;
177 - color: #fff;
178 - width: initial;
179 - font-size: 15px; }
180 - .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
181 - background-color: #39b54a; }
182 -
205 + position: relative;
206 +}
207 +.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
208 + height: 40px;
209 + margin-left: 5px;
210 +}
211 +.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
212 + padding: 12px 36px;
213 + color: #fff;
214 + width: initial;
215 + font-size: 15px;
216 +}
217 +.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
218 + background-color: #39b54a;
219 +}
183 220 .elementor-templates-modal .dialog-message {
184 221 height: 750px;
185 222 max-height: 85vh;
186 223 overflow: auto;
187 - padding-top: 25px; }
188 -
224 + padding-top: 25px;
225 +}
189 226 .elementor-templates-modal .dialog-content {
190 - height: 100%; }
191 -
227 + height: 100%;
228 +}
192 229 .elementor-templates-modal .dialog-loading {
193 - display: none; }
194 -
230 + display: none;
231 +}
195 232 .elementor-templates-modal__header {
196 233 display: -webkit-box;
197 234 display: -ms-flexbox;
198 235 display: flex;
@@ -201,103 +238,120 @@
201 238 align-items: center;
202 239 -webkit-box-pack: justify;
203 240 -ms-flex-pack: justify;
204 241 justify-content: space-between;
205 - height: 50px; }
206 - .elementor-templates-modal__header__logo {
207 - line-height: 1;
208 - text-transform: uppercase;
209 - font-weight: bold;
210 - cursor: pointer; }
211 - .elementor-templates-modal__header__logo-area {
212 - text-align: left;
213 - padding-left: 15px; }
214 - .elementor-templates-modal__header__logo-area > * {
215 - display: -webkit-box;
216 - display: -ms-flexbox;
217 - display: flex;
218 - -webkit-box-align: center;
219 - -ms-flex-align: center;
220 - align-items: center; }
221 - .elementor-templates-modal__header__logo__icon-wrapper {
222 - margin-right: 10px;
223 - font-size: 12px; }
224 - .elementor-templates-modal__header__logo__title {
225 - padding-top: 2px; }
226 - .elementor-templates-modal__header__items-area {
227 - display: -webkit-box;
228 - display: -ms-flexbox;
229 - display: flex;
230 - -webkit-box-orient: horizontal;
231 - -webkit-box-direction: reverse;
232 - -ms-flex-direction: row-reverse;
233 - flex-direction: row-reverse; }
234 - .elementor-templates-modal__header__item {
235 - position: relative;
236 - display: -webkit-box;
237 - display: -ms-flexbox;
238 - display: flex;
239 - -webkit-box-align: center;
240 - -ms-flex-align: center;
241 - align-items: center;
242 - -webkit-box-pack: center;
243 - -ms-flex-pack: center;
244 - justify-content: center;
245 - -webkit-box-sizing: content-box;
246 - box-sizing: content-box; }
247 - .elementor-templates-modal__header__item > i {
248 - font-size: 20px;
249 - -webkit-transition: all 0.3s;
250 - -o-transition: all 0.3s;
251 - transition: all 0.3s;
252 - cursor: pointer; }
253 - .elementor-templates-modal__header__item > i:not(:hover) {
254 - color: #a4afb7; }
255 - .elementor-templates-modal__header__close--normal {
256 - width: 47px;
257 - border-left: 1px solid #e6e9ec; }
258 - .elementor-templates-modal__header__close--normal i {
259 - font-size: 18px; }
260 - .elementor-templates-modal__header__close--skip {
261 - padding: 10px;
262 - padding-left: 20px;
263 - margin-right: 10px;
264 - color: #fff;
265 - background-color: #a4afb7;
266 - font-size: 11px;
267 - font-weight: normal;
268 - line-height: 1;
269 - text-transform: uppercase;
270 - border-radius: 2px;
271 - cursor: pointer; }
272 - .elementor-templates-modal__header__close--skip > i {
273 - font-size: inherit;
274 - padding-left: 10px;
275 - margin-left: 15px;
276 - border-left: 1px solid; }
277 - .elementor-templates-modal__header__close--skip > i:not(:hover) {
278 - color: #fff; }
279 -
242 + height: 50px;
243 +}
244 +.elementor-templates-modal__header__logo {
245 + line-height: 1;
246 + text-transform: uppercase;
247 + font-weight: bold;
248 + cursor: pointer;
249 +}
250 +.elementor-templates-modal__header__logo-area {
251 + text-align: left;
252 + padding-left: 15px;
253 +}
254 +.elementor-templates-modal__header__logo-area > * {
255 + display: -webkit-box;
256 + display: -ms-flexbox;
257 + display: flex;
258 + -webkit-box-align: center;
259 + -ms-flex-align: center;
260 + align-items: center;
261 +}
262 +.elementor-templates-modal__header__logo__icon-wrapper {
263 + margin-right: 10px;
264 + font-size: 12px;
265 +}
266 +.elementor-templates-modal__header__logo__title {
267 + padding-top: 2px;
268 +}
269 +.elementor-templates-modal__header__items-area {
270 + display: -webkit-box;
271 + display: -ms-flexbox;
272 + display: flex;
273 + -webkit-box-orient: horizontal;
274 + -webkit-box-direction: reverse;
275 + -ms-flex-direction: row-reverse;
276 + flex-direction: row-reverse;
277 +}
278 +.elementor-templates-modal__header__item {
279 + position: relative;
280 + display: -webkit-box;
281 + display: -ms-flexbox;
282 + display: flex;
283 + -webkit-box-align: center;
284 + -ms-flex-align: center;
285 + align-items: center;
286 + -webkit-box-pack: center;
287 + -ms-flex-pack: center;
288 + justify-content: center;
289 + -webkit-box-sizing: content-box;
290 + box-sizing: content-box;
291 +}
292 +.elementor-templates-modal__header__item > i {
293 + font-size: 20px;
294 + -webkit-transition: all 0.3s;
295 + -o-transition: all 0.3s;
296 + transition: all 0.3s;
297 + cursor: pointer;
298 +}
299 +.elementor-templates-modal__header__item > i:not(:hover) {
300 + color: #a4afb7;
301 +}
302 +.elementor-templates-modal__header__close--normal {
303 + width: 47px;
304 + border-left: 1px solid #e6e9ec;
305 +}
306 +.elementor-templates-modal__header__close--normal i {
307 + font-size: 18px;
308 +}
309 +.elementor-templates-modal__header__close--skip {
310 + padding: 10px;
311 + padding-left: 20px;
312 + margin-right: 10px;
313 + color: #fff;
314 + background-color: #a4afb7;
315 + font-size: 11px;
316 + font-weight: normal;
317 + line-height: 1;
318 + text-transform: uppercase;
319 + border-radius: 2px;
320 + cursor: pointer;
321 +}
322 +.elementor-templates-modal__header__close--skip > i {
323 + font-size: inherit;
324 + padding-left: 10px;
325 + margin-left: 15px;
326 + border-left: 1px solid;
327 +}
328 +.elementor-templates-modal__header__close--skip > i:not(:hover) {
329 + color: #fff;
330 +}
280 331 .elementor-templates-modal__sidebar {
281 332 -ms-flex-negative: 0;
282 333 flex-shrink: 0;
283 334 width: 25%;
284 - background-color: rgba(255, 255, 255, 0.3); }
285 -
335 + background-color: rgba(255, 255, 255, 0.3);
336 +}
286 337 .elementor-templates-modal__content {
287 338 -webkit-box-flex: 1;
288 339 -ms-flex-positive: 1;
289 340 flex-grow: 1;
290 341 -webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, 0.05);
291 - box-shadow: 0 0 13px inset rgba(0, 0, 0, 0.05); }
342 + box-shadow: 0 0 13px inset rgba(0, 0, 0, 0.05);
343 +}
292 344
293 345 /* Will select next element after last '.elementor-general-section' */
294 346 #wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section + .elementor-second-section {
295 347 border-top: 1px solid #464b50;
296 - margin-top: 6px; }
348 + margin-top: 6px;
349 +}
297 350
298 351 .elementor-hidden {
299 - display: none; }
352 + display: none;
353 +}
300 354
301 355 .elementor-screen-only,
302 356 .screen-reader-text,
303 357 .screen-reader-text span,
@@ -309,16 +363,18 @@
309 363 margin: -1px;
310 364 padding: 0;
311 365 overflow: hidden;
312 366 clip: rect(0, 0, 0, 0);
313 - border: 0; }
367 + border: 0;
368 +}
314 369
315 370 .elementor-clearfix:after {
316 - content: '';
371 + content: "";
317 372 display: block;
318 373 clear: both;
319 374 width: 0;
320 - height: 0; }
375 + height: 0;
376 +}
321 377
322 378 .e-logo-wrapper {
323 379 background: #93003c;
324 380 display: inline-block;
@@ -323,33 +379,38 @@
323 379 background: #93003c;
324 380 display: inline-block;
325 381 padding: 0.75em;
326 382 border-radius: 50%;
327 - line-height: 1; }
328 - .e-logo-wrapper i {
329 - color: #fff;
330 - font-size: 1em; }
383 + line-height: 1;
384 +}
385 +.e-logo-wrapper i {
386 + color: #fff;
387 + font-size: 1em;
388 +}
331 389
332 390 #e-enable-unfiltered-files-dialog-import-template .dialog-confirm-ok {
333 - color: #39b54a; }
334 -
391 + color: #39b54a;
392 +}
335 393 #e-enable-unfiltered-files-dialog-import-template .dialog-confirm-cancel {
336 - color: #b01b1b; }
394 + color: #b01b1b;
395 +}
337 396
338 397 #elementor-finder__modal {
339 398 background: none;
340 - z-index: 99999; }
341 - #elementor-finder__modal .dialog-widget-content {
342 - width: 650px;
343 - max-width: 98%;
344 - top: 18vh;
345 - left: calc( 50% - 650px / 2); }
346 - #elementor-finder__modal .dialog-message {
347 - height: initial;
348 - min-height: 0;
349 - padding: 0;
350 - text-align: left; }
351 -
399 + z-index: 99999;
400 +}
401 +#elementor-finder__modal .dialog-widget-content {
402 + width: 650px;
403 + max-width: 98%;
404 + top: 18vh;
405 + left: calc( 50% - 650px / 2 );
406 +}
407 +#elementor-finder__modal .dialog-message {
408 + height: initial;
409 + min-height: 0;
410 + padding: 0;
411 + text-align: left;
412 +}
352 413 #elementor-finder__search {
353 414 padding: 14px 15px 14px 21px;
354 415 display: -webkit-box;
355 416 display: -ms-flexbox;
@@ -354,136 +415,159 @@
354 415 display: -webkit-box;
355 416 display: -ms-flexbox;
356 417 display: flex;
357 418 -webkit-box-shadow: 0 -3px 15px 6px rgba(0, 0, 0, 0.03);
358 - box-shadow: 0 -3px 15px 6px rgba(0, 0, 0, 0.03); }
359 - #elementor-finder__search i {
360 - font-size: 16px;
361 - color: #a4afb7;
362 - font-weight: bold;
363 - margin-right: 15px; }
364 - #elementor-finder__search__input {
365 - border: none;
366 - background: none;
367 - outline: none;
368 - padding: 0;
369 - margin: 0;
370 - -webkit-box-flex: 1;
371 - -ms-flex-positive: 1;
372 - flex-grow: 1;
373 - font-size: 14px;
374 - color: #495157;
375 - -webkit-box-shadow: none;
376 - box-shadow: none; }
377 - #elementor-finder__search__input::-webkit-input-placeholder {
378 - color: #a4afb7;
379 - font-style: italic;
380 - font-weight: 300; }
381 - #elementor-finder__search__input::-moz-placeholder {
382 - color: #a4afb7;
383 - font-style: italic;
384 - font-weight: 300; }
385 - #elementor-finder__search__input::-ms-input-placeholder {
386 - color: #a4afb7;
387 - font-style: italic;
388 - font-weight: 300; }
389 - #elementor-finder__search__input::placeholder {
390 - color: #a4afb7;
391 - font-style: italic;
392 - font-weight: 300; }
393 -
419 + box-shadow: 0 -3px 15px 6px rgba(0, 0, 0, 0.03);
420 +}
421 +#elementor-finder__search i {
422 + font-size: 16px;
423 + color: #a4afb7;
424 + font-weight: bold;
425 + margin-right: 15px;
426 +}
427 +#elementor-finder__search__input {
428 + border: none;
429 + background: none;
430 + outline: none;
431 + padding: 0;
432 + margin: 0;
433 + -webkit-box-flex: 1;
434 + -ms-flex-positive: 1;
435 + flex-grow: 1;
436 + font-size: 14px;
437 + color: #495157;
438 + -webkit-box-shadow: none;
439 + box-shadow: none;
440 +}
441 +#elementor-finder__search__input::-webkit-input-placeholder {
442 + color: #a4afb7;
443 + font-style: italic;
444 + font-weight: 300;
445 +}
446 +#elementor-finder__search__input::-moz-placeholder {
447 + color: #a4afb7;
448 + font-style: italic;
449 + font-weight: 300;
450 +}
451 +#elementor-finder__search__input::-ms-input-placeholder {
452 + color: #a4afb7;
453 + font-style: italic;
454 + font-weight: 300;
455 +}
456 +#elementor-finder__search__input::placeholder {
457 + color: #a4afb7;
458 + font-style: italic;
459 + font-weight: 300;
460 +}
394 461 #elementor-finder__results {
395 462 max-height: 50vh;
396 - overflow: auto; }
397 -
463 + overflow: auto;
464 +}
398 465 #elementor-finder__no-results {
399 466 display: none;
400 467 padding: 20px;
401 - color: #a4afb7; }
468 + color: #a4afb7;
469 +}
402 470
403 471 .elementor-finder__results__category {
404 - position: relative; }
405 - .elementor-finder__results__category__title {
406 - padding: 5px 25px;
407 - color: #6d7882;
408 - background-color: #e6e9ec;
409 - font-size: 9px;
410 - text-transform: uppercase; }
411 - .elementor-finder__results__category--dynamic .elementor-finder__results__category__items {
412 - min-height: 26px; }
413 - .elementor-finder__results__category .eicon-loading {
414 - display: none;
415 - position: absolute;
416 - right: 10px;
417 - top: 30px;
418 - color: #71d7f7;
419 - font-size: 14px; }
420 -
472 + position: relative;
473 +}
474 +.elementor-finder__results__category__title {
475 + padding: 5px 25px;
476 + color: #6d7882;
477 + background-color: #e6e9ec;
478 + font-size: 9px;
479 + text-transform: uppercase;
480 +}
481 +.elementor-finder__results__category--dynamic .elementor-finder__results__category__items {
482 + min-height: 26px;
483 +}
484 +.elementor-finder__results__category .eicon-loading {
485 + display: none;
486 + position: absolute;
487 + right: 10px;
488 + top: 30px;
489 + color: #71d7f7;
490 + font-size: 14px;
491 +}
421 492 .elementor-finder__results__item {
422 493 display: -webkit-box;
423 494 display: -ms-flexbox;
424 - display: flex; }
425 - .elementor-finder__results__item a {
426 - text-decoration: none;
427 - -webkit-box-shadow: none;
428 - box-shadow: none;
429 - outline: none; }
430 - .elementor-finder__results__item.elementor-active {
431 - background-color: #71d7f7;
432 - -webkit-box-shadow: none;
433 - box-shadow: none;
434 - outline: none; }
435 - .elementor-finder__results__item.elementor-active * {
436 - color: #fff; }
437 - .elementor-finder__results__item:not(.elementor-active) .elementor-finder__results__item__actions {
438 - display: none; }
439 - .elementor-finder__results__item__link {
440 - display: -webkit-box;
441 - display: -ms-flexbox;
442 - display: flex;
443 - -webkit-box-align: center;
444 - -ms-flex-align: center;
445 - align-items: center;
446 - height: 35px;
447 - -webkit-box-flex: 1;
448 - -ms-flex-positive: 1;
449 - flex-grow: 1; }
450 - .elementor-finder__results__item__icon {
451 - width: 60px;
452 - text-align: center;
453 - color: #6d7882;
454 - font-size: 17px; }
455 - .elementor-finder__results__item__title {
456 - color: #6d7882;
457 - font-size: 13px; }
458 - .elementor-finder__results__item__description {
459 - margin-left: 5px;
460 - color: #a4afb7;
461 - font-style: italic; }
462 - .elementor-finder__results__item__actions {
463 - display: -webkit-box;
464 - display: -ms-flexbox;
465 - display: flex; }
466 - .elementor-finder__results__item__action {
467 - display: -webkit-box;
468 - display: -ms-flexbox;
469 - display: flex;
470 - -webkit-box-align: center;
471 - -ms-flex-align: center;
472 - align-items: center;
473 - -webkit-box-pack: center;
474 - -ms-flex-pack: center;
475 - justify-content: center;
476 - height: 100%;
477 - width: 35px; }
478 - .elementor-finder__results__item__action:hover {
479 - background-color: rgba(0, 0, 0, 0.07); }
495 + display: flex;
496 +}
497 +.elementor-finder__results__item a {
498 + text-decoration: none;
499 + -webkit-box-shadow: none;
500 + box-shadow: none;
501 + outline: none;
502 +}
503 +.elementor-finder__results__item.elementor-active {
504 + background-color: #71d7f7;
505 + -webkit-box-shadow: none;
506 + box-shadow: none;
507 + outline: none;
508 +}
509 +.elementor-finder__results__item.elementor-active * {
510 + color: #fff;
511 +}
512 +.elementor-finder__results__item:not(.elementor-active) .elementor-finder__results__item__actions {
513 + display: none;
514 +}
515 +.elementor-finder__results__item__link {
516 + display: -webkit-box;
517 + display: -ms-flexbox;
518 + display: flex;
519 + -webkit-box-align: center;
520 + -ms-flex-align: center;
521 + align-items: center;
522 + height: 35px;
523 + -webkit-box-flex: 1;
524 + -ms-flex-positive: 1;
525 + flex-grow: 1;
526 +}
527 +.elementor-finder__results__item__icon {
528 + width: 60px;
529 + text-align: center;
530 + color: #6d7882;
531 + font-size: 17px;
532 +}
533 +.elementor-finder__results__item__title {
534 + color: #6d7882;
535 + font-size: 13px;
536 +}
537 +.elementor-finder__results__item__description {
538 + margin-left: 5px;
539 + color: #a4afb7;
540 + font-style: italic;
541 +}
542 +.elementor-finder__results__item__actions {
543 + display: -webkit-box;
544 + display: -ms-flexbox;
545 + display: flex;
546 +}
547 +.elementor-finder__results__item__action {
548 + display: -webkit-box;
549 + display: -ms-flexbox;
550 + display: flex;
551 + -webkit-box-align: center;
552 + -ms-flex-align: center;
553 + align-items: center;
554 + -webkit-box-pack: center;
555 + -ms-flex-pack: center;
556 + justify-content: center;
557 + height: 100%;
558 + width: 35px;
559 +}
560 +.elementor-finder__results__item__action:hover {
561 + background-color: rgba(0, 0, 0, 0.07);
562 +}
480 563
481 564 .tipsy {
482 565 font-size: 10px;
483 566 position: absolute;
484 567 padding: 5px;
485 - z-index: 100000; }
568 + z-index: 100000;
569 +}
486 570
487 571 .tipsy-inner {
488 572 background-color: #000;
489 573 color: #FFF;
@@ -492,9 +576,10 @@
492 576 padding: 5px 12px;
493 577 text-align: center;
494 578 border-radius: 3px;
495 579 -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
496 - box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
580 + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
581 +}
497 582
498 583 .tipsy-arrow {
499 584 position: absolute;
500 585 width: 0;
@@ -499,21 +584,26 @@
499 584 position: absolute;
500 585 width: 0;
501 586 height: 0;
502 587 line-height: 0;
503 - border: 5px dashed #000; }
588 + border: 5px dashed #000;
589 +}
504 590
505 591 .tipsy-arrow-n {
506 - border-bottom-color: #000; }
592 + border-bottom-color: #000;
593 +}
507 594
508 595 .tipsy-arrow-s {
509 - border-top-color: #000; }
596 + border-top-color: #000;
597 +}
510 598
511 599 .tipsy-arrow-e {
512 - border-left-color: #000; }
600 + border-left-color: #000;
601 +}
513 602
514 603 .tipsy-arrow-w {
515 - border-right-color: #000; }
604 + border-right-color: #000;
605 +}
516 606
517 607 .tipsy-n .tipsy-arrow, .tipsy-nw .tipsy-arrow {
518 608 border-left-color: transparent;
519 609 border-right-color: transparent;
@@ -518,16 +608,19 @@
518 608 border-left-color: transparent;
519 609 border-right-color: transparent;
520 610 top: 0;
521 611 border-bottom-style: solid;
522 - border-top: none; }
612 + border-top: none;
613 +}
523 614
524 615 .tipsy-n .tipsy-arrow {
525 616 left: 50%;
526 - margin-left: -5px; }
617 + margin-left: -5px;
618 +}
527 619
528 620 .tipsy-nw .tipsy-arrow {
529 - left: 10px; }
621 + left: 10px;
622 +}
530 623
531 624 .tipsy-ne .tipsy-arrow {
532 625 top: 0;
533 626 right: 10px;
@@ -533,9 +626,10 @@
533 626 right: 10px;
534 627 border-bottom-style: solid;
535 628 border-top: none;
536 629 border-left-color: transparent;
537 - border-right-color: transparent; }
630 + border-right-color: transparent;
631 +}
538 632
539 633 .tipsy-s .tipsy-arrow, .tipsy-se .tipsy-arrow, .tipsy-sw .tipsy-arrow {
540 634 bottom: 0;
541 635 border-top-style: solid;
@@ -540,32 +634,39 @@
540 634 bottom: 0;
541 635 border-top-style: solid;
542 636 border-bottom: none;
543 637 border-left-color: transparent;
544 - border-right-color: transparent; }
638 + border-right-color: transparent;
639 +}
545 640
546 641 .tipsy-s .tipsy-arrow {
547 642 left: 50%;
548 - margin-left: -5px; }
643 + margin-left: -5px;
644 +}
549 645
550 646 .tipsy-sw .tipsy-arrow {
551 - left: 10px; }
647 + left: 10px;
648 +}
552 649
553 650 .tipsy-se .tipsy-arrow {
554 - right: 10px; }
651 + right: 10px;
652 +}
555 653
556 654 .tipsy-e .tipsy-arrow, .tipsy-w .tipsy-arrow {
557 655 top: 50%;
558 656 margin-top: -5px;
559 657 border-top-color: transparent;
560 - border-bottom-color: transparent; }
658 + border-bottom-color: transparent;
659 +}
561 660
562 661 .tipsy-e .tipsy-arrow {
563 662 right: 0;
564 663 border-left-style: solid;
565 - border-right: none; }
664 + border-right: none;
665 +}
566 666
567 667 .tipsy-w .tipsy-arrow {
568 668 left: 0;
569 669 border-right-style: solid;
570 - border-left: none; }
670 + border-left: none;
671 +}
571 672 /*# sourceMappingURL=common.css.map */