PluginProbe
Elementor Website Builder – more than just a page builder / 3.13.2
Elementor Website Builder – more than just a page builder v3.13.2
4.3.2 4.3.1 4.3.0 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 All 455 releases
← All changes | assets/lib/eicons/css/elementor-icons.css +472 -740 4.3.0 → 3.13.2 View file →
@@ -1,2096 +1,1828 @@
1 1 @font-face {
2 - font-family: "eicons";
3 - src: url("../fonts/eicons.eot?5.54.0");
4 - src: url("../fonts/eicons.eot?5.54.0#iefix") format("embedded-opentype"), url("../fonts/eicons.woff2?5.54.0") format("woff2"), url("../fonts/eicons.woff?5.54.0") format("woff"), url("../fonts/eicons.ttf?5.54.0") format("truetype"), url("../fonts/eicons.svg?5.54.0#eicon") format("svg");
5 - font-weight: normal;
6 - font-style: normal;
2 + font-family: "eicons";
3 + src: url("../fonts/eicons.eot?5.20.0");
4 + src: url("../fonts/eicons.eot?5.20.0#iefix") format("embedded-opentype"), url("../fonts/eicons.woff2?5.20.0") format("woff2"), url("../fonts/eicons.woff?5.20.0") format("woff"), url("../fonts/eicons.ttf?5.20.0") format("truetype"), url("../fonts/eicons.svg?5.20.0#eicon") format("svg");
5 + font-weight: normal;
6 + font-style: normal;
7 7 }
8 8 [class^=eicon],
9 9 [class*=" eicon-"] {
10 - display: inline-block;
11 - font-family: eicons;
12 - font-size: inherit;
13 - font-weight: normal;
14 - font-style: normal;
15 - font-variant: normal;
16 - line-height: 1;
17 - text-rendering: auto;
18 - -webkit-font-smoothing: antialiased;
19 - -moz-osx-font-smoothing: grayscale;
10 + display: inline-block;
11 + font-family: eicons;
12 + font-size: inherit;
13 + font-weight: normal;
14 + font-style: normal;
15 + font-variant: normal;
16 + line-height: 1;
17 + text-rendering: auto;
18 + -webkit-font-smoothing: antialiased;
19 + -moz-osx-font-smoothing: grayscale;
20 20 }
21 21
22 22 @keyframes eicon-spin {
23 - 0% {
24 - transform: rotate(0deg);
25 - }
26 - 100% {
27 - transform: rotate(359deg);
28 - }
23 + 0% {
24 + transform: rotate(0deg);
25 + }
26 + 100% {
27 + transform: rotate(359deg);
28 + }
29 29 }
30 30 .eicon-animation-spin {
31 - animation: eicon-spin 2s infinite linear;
31 + animation: eicon-spin 2s infinite linear;
32 32 }
33 33
34 34 .eicon-editor-link:before {
35 - content: "\e800";
35 + content: "\e800";
36 36 }
37 37
38 38 .eicon-editor-unlink:before {
39 - content: "\e801";
39 + content: "\e801";
40 40 }
41 41
42 42 .eicon-editor-external-link:before {
43 - content: "\e802";
43 + content: "\e802";
44 44 }
45 45
46 46 .eicon-editor-close:before {
47 - content: "\e803";
47 + content: "\e803";
48 48 }
49 49
50 50 .eicon-editor-list-ol:before {
51 - content: "\e804";
51 + content: "\e804";
52 52 }
53 53
54 54 .eicon-editor-list-ul:before {
55 - content: "\e805";
55 + content: "\e805";
56 56 }
57 57
58 58 .eicon-editor-bold:before {
59 - content: "\e806";
59 + content: "\e806";
60 60 }
61 61
62 62 .eicon-editor-italic:before {
63 - content: "\e807";
63 + content: "\e807";
64 64 }
65 65
66 66 .eicon-editor-underline:before {
67 - content: "\e808";
67 + content: "\e808";
68 68 }
69 69
70 70 .eicon-editor-paragraph:before {
71 - content: "\e809";
71 + content: "\e809";
72 72 }
73 73
74 74 .eicon-editor-h1:before {
75 - content: "\e80a";
75 + content: "\e80a";
76 76 }
77 77
78 78 .eicon-editor-h2:before {
79 - content: "\e80b";
79 + content: "\e80b";
80 80 }
81 81
82 82 .eicon-editor-h3:before {
83 - content: "\e80c";
83 + content: "\e80c";
84 84 }
85 85
86 86 .eicon-editor-h4:before {
87 - content: "\e80d";
87 + content: "\e80d";
88 88 }
89 89
90 90 .eicon-editor-h5:before {
91 - content: "\e80e";
91 + content: "\e80e";
92 92 }
93 93
94 94 .eicon-editor-h6:before {
95 - content: "\e80f";
95 + content: "\e80f";
96 96 }
97 97
98 98 .eicon-editor-quote:before {
99 - content: "\e810";
99 + content: "\e810";
100 100 }
101 101
102 102 .eicon-editor-code:before {
103 - content: "\e811";
103 + content: "\e811";
104 104 }
105 105
106 106 .eicon-elementor:before {
107 - content: "\e812";
107 + content: "\e812";
108 108 }
109 109
110 110 .eicon-elementor-circle:before {
111 - content: "\e813";
111 + content: "\e813";
112 112 }
113 113
114 114 .eicon-pojome:before {
115 - content: "\e814";
115 + content: "\e814";
116 116 }
117 117
118 118 .eicon-plus:before {
119 - content: "\e815";
119 + content: "\e815";
120 120 }
121 121
122 122 .eicon-menu-bar:before {
123 - content: "\e816";
123 + content: "\e816";
124 124 }
125 125
126 126 .eicon-apps:before {
127 - content: "\e817";
127 + content: "\e817";
128 128 }
129 129
130 130 .eicon-accordion:before {
131 - content: "\e818";
131 + content: "\e818";
132 132 }
133 133
134 134 .eicon-alert:before {
135 - content: "\e819";
135 + content: "\e819";
136 136 }
137 137
138 138 .eicon-animation-text:before {
139 - content: "\e81a";
139 + content: "\e81a";
140 140 }
141 141
142 142 .eicon-animation:before {
143 - content: "\e81b";
143 + content: "\e81b";
144 144 }
145 145
146 146 .eicon-banner:before {
147 - content: "\e81c";
147 + content: "\e81c";
148 148 }
149 149
150 150 .eicon-blockquote:before {
151 - content: "\e81d";
151 + content: "\e81d";
152 152 }
153 153
154 154 .eicon-button:before {
155 - content: "\e81e";
155 + content: "\e81e";
156 156 }
157 157
158 158 .eicon-call-to-action:before {
159 - content: "\e81f";
159 + content: "\e81f";
160 160 }
161 161
162 162 .eicon-captcha:before {
163 - content: "\e820";
163 + content: "\e820";
164 164 }
165 165
166 166 .eicon-carousel:before {
167 - content: "\e821";
167 + content: "\e821";
168 168 }
169 169
170 170 .eicon-checkbox:before {
171 - content: "\e822";
171 + content: "\e822";
172 172 }
173 173
174 174 .eicon-columns:before {
175 - content: "\e823";
175 + content: "\e823";
176 176 }
177 177
178 178 .eicon-countdown:before {
179 - content: "\e824";
179 + content: "\e824";
180 180 }
181 181
182 182 .eicon-counter:before {
183 - content: "\e825";
183 + content: "\e825";
184 184 }
185 185
186 186 .eicon-date:before {
187 - content: "\e826";
187 + content: "\e826";
188 188 }
189 189
190 190 .eicon-divider-shape:before {
191 - content: "\e827";
191 + content: "\e827";
192 192 }
193 193
194 194 .eicon-divider:before {
195 - content: "\e828";
195 + content: "\e828";
196 196 }
197 197
198 198 .eicon-download-button:before {
199 - content: "\e829";
199 + content: "\e829";
200 200 }
201 201
202 202 .eicon-dual-button:before {
203 - content: "\e82a";
203 + content: "\e82a";
204 204 }
205 205
206 206 .eicon-email-field:before {
207 - content: "\e82b";
207 + content: "\e82b";
208 208 }
209 209
210 210 .eicon-facebook-comments:before {
211 - content: "\e82c";
211 + content: "\e82c";
212 212 }
213 213
214 214 .eicon-facebook-like-box:before {
215 - content: "\e82d";
215 + content: "\e82d";
216 216 }
217 217
218 218 .eicon-form-horizontal:before {
219 - content: "\e82e";
219 + content: "\e82e";
220 220 }
221 221
222 222 .eicon-form-vertical:before {
223 - content: "\e82f";
223 + content: "\e82f";
224 224 }
225 225
226 226 .eicon-gallery-grid:before {
227 - content: "\e830";
227 + content: "\e830";
228 228 }
229 229
230 230 .eicon-gallery-group:before {
231 - content: "\e831";
231 + content: "\e831";
232 232 }
233 233
234 234 .eicon-gallery-justified:before {
235 - content: "\e832";
235 + content: "\e832";
236 236 }
237 237
238 238 .eicon-gallery-masonry:before {
239 - content: "\e833";
239 + content: "\e833";
240 240 }
241 241
242 242 .eicon-icon-box:before {
243 - content: "\e834";
243 + content: "\e834";
244 244 }
245 245
246 246 .eicon-image-before-after:before {
247 - content: "\e835";
247 + content: "\e835";
248 248 }
249 249
250 250 .eicon-image-box:before {
251 - content: "\e836";
251 + content: "\e836";
252 252 }
253 253
254 254 .eicon-image-hotspot:before {
255 - content: "\e837";
255 + content: "\e837";
256 256 }
257 257
258 258 .eicon-image-rollover:before {
259 - content: "\e838";
259 + content: "\e838";
260 260 }
261 261
262 262 .eicon-info-box:before {
263 - content: "\e839";
263 + content: "\e839";
264 264 }
265 265
266 266 .eicon-inner-section:before {
267 - content: "\e83a";
267 + content: "\e83a";
268 268 }
269 269
270 270 .eicon-mailchimp:before {
271 - content: "\e83b";
271 + content: "\e83b";
272 272 }
273 273
274 274 .eicon-menu-card:before {
275 - content: "\e83c";
275 + content: "\e83c";
276 276 }
277 277
278 278 .eicon-navigation-horizontal:before {
279 - content: "\e83d";
279 + content: "\e83d";
280 280 }
281 281
282 282 .eicon-nav-menu:before {
283 - content: "\e83e";
283 + content: "\e83e";
284 284 }
285 285
286 286 .eicon-navigation-vertical:before {
287 - content: "\e83f";
287 + content: "\e83f";
288 288 }
289 289
290 290 .eicon-number-field:before {
291 - content: "\e840";
291 + content: "\e840";
292 292 }
293 293
294 294 .eicon-parallax:before {
295 - content: "\e841";
295 + content: "\e841";
296 296 }
297 297
298 298 .eicon-php7:before {
299 - content: "\e842";
299 + content: "\e842";
300 300 }
301 301
302 302 .eicon-post-list:before {
303 - content: "\e843";
303 + content: "\e843";
304 304 }
305 305
306 306 .eicon-post-slider:before {
307 - content: "\e844";
307 + content: "\e844";
308 308 }
309 309
310 310 .eicon-post:before {
311 - content: "\e845";
311 + content: "\e845";
312 312 }
313 313
314 314 .eicon-posts-carousel:before {
315 - content: "\e846";
315 + content: "\e846";
316 316 }
317 317
318 318 .eicon-posts-grid:before {
319 - content: "\e847";
319 + content: "\e847";
320 320 }
321 321
322 322 .eicon-posts-group:before {
323 - content: "\e848";
323 + content: "\e848";
324 324 }
325 325
326 326 .eicon-posts-justified:before {
327 - content: "\e849";
327 + content: "\e849";
328 328 }
329 329
330 330 .eicon-posts-masonry:before {
331 - content: "\e84a";
331 + content: "\e84a";
332 332 }
333 333
334 334 .eicon-posts-ticker:before {
335 - content: "\e84b";
335 + content: "\e84b";
336 336 }
337 337
338 338 .eicon-price-list:before {
339 - content: "\e84c";
339 + content: "\e84c";
340 340 }
341 341
342 342 .eicon-price-table:before {
343 - content: "\e84d";
343 + content: "\e84d";
344 344 }
345 345
346 346 .eicon-radio:before {
347 - content: "\e84e";
347 + content: "\e84e";
348 348 }
349 349
350 350 .eicon-rtl:before {
351 - content: "\e84f";
351 + content: "\e84f";
352 352 }
353 353
354 354 .eicon-scroll:before {
355 - content: "\e850";
355 + content: "\e850";
356 356 }
357 357
358 358 .eicon-search:before {
359 - content: "\e851";
359 + content: "\e851";
360 360 }
361 361
362 362 .eicon-select:before {
363 - content: "\e852";
363 + content: "\e852";
364 364 }
365 365
366 366 .eicon-share:before {
367 - content: "\e853";
367 + content: "\e853";
368 368 }
369 369
370 370 .eicon-sidebar:before {
371 - content: "\e854";
371 + content: "\e854";
372 372 }
373 373
374 374 .eicon-skill-bar:before {
375 - content: "\e855";
375 + content: "\e855";
376 376 }
377 377
378 378 .eicon-slider-3d:before {
379 - content: "\e856";
379 + content: "\e856";
380 380 }
381 381
382 382 .eicon-slider-album:before {
383 - content: "\e857";
383 + content: "\e857";
384 384 }
385 385
386 386 .eicon-slider-device:before {
387 - content: "\e858";
387 + content: "\e858";
388 388 }
389 389
390 390 .eicon-slider-full-screen:before {
391 - content: "\e859";
391 + content: "\e859";
392 392 }
393 393
394 394 .eicon-slider-push:before {
395 - content: "\e85a";
395 + content: "\e85a";
396 396 }
397 397
398 398 .eicon-slider-vertical:before {
399 - content: "\e85b";
399 + content: "\e85b";
400 400 }
401 401
402 402 .eicon-slider-video:before {
403 - content: "\e85c";
403 + content: "\e85c";
404 404 }
405 405
406 406 .eicon-slides:before {
407 - content: "\e85d";
407 + content: "\e85d";
408 408 }
409 409
410 410 .eicon-social-icons:before {
411 - content: "\e85e";
411 + content: "\e85e";
412 412 }
413 413
414 414 .eicon-spacer:before {
415 - content: "\e85f";
415 + content: "\e85f";
416 416 }
417 417
418 418 .eicon-table:before {
419 - content: "\e860";
419 + content: "\e860";
420 420 }
421 421
422 422 .eicon-tabs:before {
423 - content: "\e861";
423 + content: "\e861";
424 424 }
425 425
426 426 .eicon-tel-field:before {
427 - content: "\e862";
427 + content: "\e862";
428 428 }
429 429
430 430 .eicon-text-area:before {
431 - content: "\e863";
431 + content: "\e863";
432 432 }
433 433
434 434 .eicon-text-field:before {
435 - content: "\e864";
435 + content: "\e864";
436 436 }
437 437
438 438 .eicon-thumbnails-down:before {
439 - content: "\e865";
439 + content: "\e865";
440 440 }
441 441
442 442 .eicon-thumbnails-half:before {
443 - content: "\e866";
443 + content: "\e866";
444 444 }
445 445
446 446 .eicon-thumbnails-right:before {
447 - content: "\e867";
447 + content: "\e867";
448 448 }
449 449
450 450 .eicon-time-line:before {
451 - content: "\e868";
451 + content: "\e868";
452 452 }
453 453
454 454 .eicon-toggle:before {
455 - content: "\e869";
455 + content: "\e869";
456 456 }
457 457
458 458 .eicon-url:before {
459 - content: "\e86a";
459 + content: "\e86a";
460 460 }
461 461
462 462 .eicon-t-letter:before {
463 - content: "\e86b";
463 + content: "\e86b";
464 464 }
465 465
466 466 .eicon-wordpress:before {
467 - content: "\e86c";
467 + content: "\e86c";
468 468 }
469 469
470 470 .eicon-text:before {
471 - content: "\e86d";
471 + content: "\e86d";
472 472 }
473 473
474 474 .eicon-anchor:before {
475 - content: "\e86e";
475 + content: "\e86e";
476 476 }
477 477
478 478 .eicon-bullet-list:before {
479 - content: "\e86f";
479 + content: "\e86f";
480 480 }
481 481
482 482 .eicon-code:before {
483 - content: "\e870";
483 + content: "\e870";
484 484 }
485 485
486 486 .eicon-favorite:before {
487 - content: "\e871";
487 + content: "\e871";
488 488 }
489 489
490 490 .eicon-google-maps:before {
491 - content: "\e872";
491 + content: "\e872";
492 492 }
493 493
494 494 .eicon-image:before {
495 - content: "\e873";
495 + content: "\e873";
496 496 }
497 497
498 498 .eicon-photo-library:before {
499 - content: "\e874";
499 + content: "\e874";
500 500 }
501 501
502 502 .eicon-woocommerce:before {
503 - content: "\e875";
503 + content: "\e875";
504 504 }
505 505
506 506 .eicon-youtube:before {
507 - content: "\e876";
507 + content: "\e876";
508 508 }
509 509
510 510 .eicon-flip-box:before {
511 - content: "\e877";
511 + content: "\e877";
512 512 }
513 513
514 514 .eicon-settings:before {
515 - content: "\e878";
515 + content: "\e878";
516 516 }
517 517
518 518 .eicon-headphones:before {
519 - content: "\e879";
519 + content: "\e879";
520 520 }
521 521
522 522 .eicon-testimonial:before {
523 - content: "\e87a";
523 + content: "\e87a";
524 524 }
525 525
526 526 .eicon-counter-circle:before {
527 - content: "\e87b";
527 + content: "\e87b";
528 528 }
529 529
530 530 .eicon-person:before {
531 - content: "\e87c";
531 + content: "\e87c";
532 532 }
533 533
534 534 .eicon-chevron-right:before {
535 - content: "\e87d";
535 + content: "\e87d";
536 536 }
537 537
538 538 .eicon-chevron-left:before {
539 - content: "\e87e";
539 + content: "\e87e";
540 540 }
541 541
542 542 .eicon-close:before {
543 - content: "\e87f";
543 + content: "\e87f";
544 544 }
545 545
546 546 .eicon-file-download:before {
547 - content: "\e880";
547 + content: "\e880";
548 548 }
549 549
550 550 .eicon-save:before {
551 - content: "\e881";
551 + content: "\e881";
552 552 }
553 553
554 554 .eicon-zoom-in:before {
555 - content: "\e882";
555 + content: "\e882";
556 556 }
557 557
558 558 .eicon-shortcode:before {
559 - content: "\e883";
559 + content: "\e883";
560 560 }
561 561
562 562 .eicon-nerd:before {
563 - content: "\e884";
563 + content: "\e884";
564 564 }
565 565
566 566 .eicon-device-desktop:before {
567 - content: "\e885";
567 + content: "\e885";
568 568 }
569 569
570 570 .eicon-device-tablet:before {
571 - content: "\e886";
571 + content: "\e886";
572 572 }
573 573
574 574 .eicon-device-mobile:before {
575 - content: "\e887";
575 + content: "\e887";
576 576 }
577 577
578 578 .eicon-document-file:before {
579 - content: "\e888";
579 + content: "\e888";
580 580 }
581 581
582 582 .eicon-folder-o:before {
583 - content: "\e889";
583 + content: "\e889";
584 584 }
585 585
586 586 .eicon-hypster:before {
587 - content: "\e88a";
587 + content: "\e88a";
588 588 }
589 589
590 590 .eicon-h-align-left:before {
591 - content: "\e88b";
591 + content: "\e88b";
592 592 }
593 593
594 594 .eicon-h-align-right:before {
595 - content: "\e88c";
595 + content: "\e88c";
596 596 }
597 597
598 598 .eicon-h-align-center:before {
599 - content: "\e88d";
599 + content: "\e88d";
600 600 }
601 601
602 602 .eicon-h-align-stretch:before {
603 - content: "\e88e";
603 + content: "\e88e";
604 604 }
605 605
606 606 .eicon-v-align-top:before {
607 - content: "\e88f";
607 + content: "\e88f";
608 608 }
609 609
610 610 .eicon-v-align-bottom:before {
611 - content: "\e890";
611 + content: "\e890";
612 612 }
613 613
614 614 .eicon-v-align-middle:before {
615 - content: "\e891";
615 + content: "\e891";
616 616 }
617 617
618 618 .eicon-v-align-stretch:before {
619 - content: "\e892";
619 + content: "\e892";
620 620 }
621 621
622 622 .eicon-pro-icon:before {
623 - content: "\e893";
623 + content: "\e893";
624 624 }
625 625
626 626 .eicon-mail:before {
627 - content: "\e894";
627 + content: "\e894";
628 628 }
629 629
630 630 .eicon-lock-user:before {
631 - content: "\e895";
631 + content: "\e895";
632 632 }
633 633
634 634 .eicon-testimonial-carousel:before {
635 - content: "\e896";
635 + content: "\e896";
636 636 }
637 637
638 638 .eicon-media-carousel:before {
639 - content: "\e897";
639 + content: "\e897";
640 640 }
641 641
642 642 .eicon-section:before {
643 - content: "\e898";
643 + content: "\e898";
644 644 }
645 645
646 646 .eicon-column:before {
647 - content: "\e899";
647 + content: "\e899";
648 648 }
649 649
650 650 .eicon-edit:before {
651 - content: "\e89a";
651 + content: "\e89a";
652 652 }
653 653
654 654 .eicon-clone:before {
655 - content: "\e89b";
655 + content: "\e89b";
656 656 }
657 657
658 658 .eicon-trash:before {
659 - content: "\e89c";
659 + content: "\e89c";
660 660 }
661 661
662 662 .eicon-play:before {
663 - content: "\e89d";
663 + content: "\e89d";
664 664 }
665 665
666 666 .eicon-angle-right:before {
667 - content: "\e89e";
667 + content: "\e89e";
668 668 }
669 669
670 670 .eicon-angle-left:before {
671 - content: "\e89f";
671 + content: "\e89f";
672 672 }
673 673
674 674 .eicon-animated-headline:before {
675 - content: "\e8a0";
675 + content: "\e8a0";
676 676 }
677 677
678 678 .eicon-menu-toggle:before {
679 - content: "\e8a1";
679 + content: "\e8a1";
680 680 }
681 681
682 682 .eicon-fb-embed:before {
683 - content: "\e8a2";
683 + content: "\e8a2";
684 684 }
685 685
686 686 .eicon-fb-feed:before {
687 - content: "\e8a3";
687 + content: "\e8a3";
688 688 }
689 689
690 690 .eicon-twitter-embed:before {
691 - content: "\e8a4";
691 + content: "\e8a4";
692 692 }
693 693
694 694 .eicon-twitter-feed:before {
695 - content: "\e8a5";
695 + content: "\e8a5";
696 696 }
697 697
698 698 .eicon-sync:before {
699 - content: "\e8a6";
699 + content: "\e8a6";
700 700 }
701 701
702 702 .eicon-import-export:before {
703 - content: "\e8a7";
703 + content: "\e8a7";
704 704 }
705 705
706 706 .eicon-check-circle:before {
707 - content: "\e8a8";
707 + content: "\e8a8";
708 708 }
709 709
710 710 .eicon-library-save:before {
711 - content: "\e8a9";
711 + content: "\e8a9";
712 712 }
713 713
714 714 .eicon-library-download:before {
715 - content: "\e9dd";
715 + content: "\e8aa";
716 716 }
717 717
718 718 .eicon-insert:before {
719 - content: "\e8ab";
719 + content: "\e8ab";
720 720 }
721 721
722 722 .eicon-preview-medium:before {
723 - content: "\e8ac";
723 + content: "\e8ac";
724 724 }
725 725
726 726 .eicon-sort-down:before {
727 - content: "\e8ad";
727 + content: "\e8ad";
728 728 }
729 729
730 730 .eicon-sort-up:before {
731 - content: "\e8ae";
731 + content: "\e8ae";
732 732 }
733 733
734 734 .eicon-heading:before {
735 - content: "\e8af";
735 + content: "\e8af";
736 736 }
737 737
738 738 .eicon-logo:before {
739 - content: "\e8b0";
739 + content: "\e8b0";
740 740 }
741 741
742 742 .eicon-meta-data:before {
743 - content: "\e8b1";
743 + content: "\e8b1";
744 744 }
745 745
746 746 .eicon-post-content:before {
747 - content: "\e8b2";
747 + content: "\e8b2";
748 748 }
749 749
750 750 .eicon-post-excerpt:before {
751 - content: "\e8b3";
751 + content: "\e8b3";
752 752 }
753 753
754 754 .eicon-post-navigation:before {
755 - content: "\e8b4";
755 + content: "\e8b4";
756 756 }
757 757
758 758 .eicon-yoast:before {
759 - content: "\e8b5";
759 + content: "\e8b5";
760 760 }
761 761
762 762 .eicon-nerd-chuckle:before {
763 - content: "\e8b6";
763 + content: "\e8b6";
764 764 }
765 765
766 766 .eicon-nerd-wink:before {
767 - content: "\e8b7";
767 + content: "\e8b7";
768 768 }
769 769
770 770 .eicon-comments:before {
771 - content: "\e8b8";
771 + content: "\e8b8";
772 772 }
773 773
774 774 .eicon-download-circle-o:before {
775 - content: "\e8b9";
775 + content: "\e8b9";
776 776 }
777 777
778 778 .eicon-library-upload:before {
779 - content: "\e8ba";
779 + content: "\e8ba";
780 780 }
781 781
782 782 .eicon-save-o:before {
783 - content: "\e8bb";
783 + content: "\e8bb";
784 784 }
785 785
786 786 .eicon-upload-circle-o:before {
787 - content: "\e8bc";
787 + content: "\e8bc";
788 788 }
789 789
790 790 .eicon-ellipsis-h:before {
791 - content: "\e8bd";
791 + content: "\e8bd";
792 792 }
793 793
794 794 .eicon-ellipsis-v:before {
795 - content: "\e8be";
795 + content: "\e8be";
796 796 }
797 797
798 798 .eicon-arrow-left:before {
799 - content: "\e8bf";
799 + content: "\e8bf";
800 800 }
801 801
802 802 .eicon-arrow-right:before {
803 - content: "\e8c0";
803 + content: "\e8c0";
804 804 }
805 805
806 806 .eicon-arrow-up:before {
807 - content: "\e8c1";
807 + content: "\e8c1";
808 808 }
809 809
810 810 .eicon-arrow-down:before {
811 - content: "\e8c2";
811 + content: "\e8c2";
812 812 }
813 813
814 814 .eicon-play-o:before {
815 - content: "\e8c3";
815 + content: "\e8c3";
816 816 }
817 817
818 818 .eicon-archive-posts:before {
819 - content: "\e8c4";
819 + content: "\e8c4";
820 820 }
821 821
822 822 .eicon-archive-title:before {
823 - content: "\e8c5";
823 + content: "\e8c5";
824 824 }
825 825
826 826 .eicon-featured-image:before {
827 - content: "\e8c6";
827 + content: "\e8c6";
828 828 }
829 829
830 830 .eicon-post-info:before {
831 - content: "\e8c7";
831 + content: "\e8c7";
832 832 }
833 833
834 834 .eicon-post-title:before {
835 - content: "\e8c8";
835 + content: "\e8c8";
836 836 }
837 837
838 838 .eicon-site-logo:before {
839 - content: "\e8c9";
839 + content: "\e8c9";
840 840 }
841 841
842 842 .eicon-site-search:before {
843 - content: "\e8ca";
843 + content: "\e8ca";
844 844 }
845 845
846 846 .eicon-site-title:before {
847 - content: "\e8cb";
847 + content: "\e8cb";
848 848 }
849 849
850 850 .eicon-plus-square:before {
851 - content: "\e8cc";
851 + content: "\e8cc";
852 852 }
853 853
854 854 .eicon-minus-square:before {
855 - content: "\e8cd";
855 + content: "\e8cd";
856 856 }
857 857
858 858 .eicon-cloud-check:before {
859 - content: "\e8ce";
859 + content: "\e8ce";
860 860 }
861 861
862 862 .eicon-drag-n-drop:before {
863 - content: "\e8cf";
863 + content: "\e8cf";
864 864 }
865 865
866 866 .eicon-welcome:before {
867 - content: "\e8d0";
867 + content: "\e8d0";
868 868 }
869 869
870 870 .eicon-handle:before {
871 - content: "\e8d1";
871 + content: "\e8d1";
872 872 }
873 873
874 874 .eicon-cart:before {
875 - content: "\e8d2";
875 + content: "\e8d2";
876 876 }
877 877
878 878 .eicon-product-add-to-cart:before {
879 - content: "\e8d3";
879 + content: "\e8d3";
880 880 }
881 881
882 882 .eicon-product-breadcrumbs:before {
883 - content: "\e8d4";
883 + content: "\e8d4";
884 884 }
885 885
886 886 .eicon-product-categories:before {
887 - content: "\e8d5";
887 + content: "\e8d5";
888 888 }
889 889
890 890 .eicon-product-description:before {
891 - content: "\e8d6";
891 + content: "\e8d6";
892 892 }
893 893
894 894 .eicon-product-images:before {
895 - content: "\e8d7";
895 + content: "\e8d7";
896 896 }
897 897
898 898 .eicon-product-info:before {
899 - content: "\e8d8";
899 + content: "\e8d8";
900 900 }
901 901
902 902 .eicon-product-meta:before {
903 - content: "\e8d9";
903 + content: "\e8d9";
904 904 }
905 905
906 906 .eicon-product-pages:before {
907 - content: "\e8da";
907 + content: "\e8da";
908 908 }
909 909
910 910 .eicon-product-price:before {
911 - content: "\e8db";
911 + content: "\e8db";
912 912 }
913 913
914 914 .eicon-product-rating:before {
915 - content: "\e8dc";
915 + content: "\e8dc";
916 916 }
917 917
918 918 .eicon-product-related:before {
919 - content: "\e8dd";
919 + content: "\e8dd";
920 920 }
921 921
922 922 .eicon-product-stock:before {
923 - content: "\e8de";
923 + content: "\e8de";
924 924 }
925 925
926 926 .eicon-product-tabs:before {
927 - content: "\e8df";
927 + content: "\e8df";
928 928 }
929 929
930 930 .eicon-product-title:before {
931 - content: "\e8e0";
931 + content: "\e8e0";
932 932 }
933 933
934 934 .eicon-product-upsell:before {
935 - content: "\e8e1";
935 + content: "\e8e1";
936 936 }
937 937
938 938 .eicon-products:before {
939 - content: "\e8e2";
939 + content: "\e8e2";
940 940 }
941 941
942 942 .eicon-bag-light:before {
943 - content: "\e8e3";
943 + content: "\e8e3";
944 944 }
945 945
946 946 .eicon-bag-medium:before {
947 - content: "\e8e4";
947 + content: "\e8e4";
948 948 }
949 949
950 950 .eicon-bag-solid:before {
951 - content: "\e8e5";
951 + content: "\e8e5";
952 952 }
953 953
954 954 .eicon-basket-light:before {
955 - content: "\e8e6";
955 + content: "\e8e6";
956 956 }
957 957
958 958 .eicon-basket-medium:before {
959 - content: "\e8e7";
959 + content: "\e8e7";
960 960 }
961 961
962 962 .eicon-basket-solid:before {
963 - content: "\e8e8";
963 + content: "\e8e8";
964 964 }
965 965
966 966 .eicon-cart-light:before {
967 - content: "\e8e9";
967 + content: "\e8e9";
968 968 }
969 969
970 970 .eicon-cart-medium:before {
971 - content: "\e8ea";
971 + content: "\e8ea";
972 972 }
973 973
974 974 .eicon-cart-solid:before {
975 - content: "\e8eb";
975 + content: "\e8eb";
976 976 }
977 977
978 978 .eicon-exchange:before {
979 - content: "\e8ec";
979 + content: "\e8ec";
980 980 }
981 981
982 982 .eicon-preview-thin:before {
983 - content: "\e8ed";
983 + content: "\e8ed";
984 984 }
985 985
986 986 .eicon-device-laptop:before {
987 - content: "\e8ee";
987 + content: "\e8ee";
988 988 }
989 989
990 990 .eicon-collapse:before {
991 - content: "\e8ef";
991 + content: "\e8ef";
992 992 }
993 993
994 994 .eicon-expand:before {
995 - content: "\e8f0";
995 + content: "\e8f0";
996 996 }
997 997
998 998 .eicon-navigator:before {
999 - content: "\e8f1";
999 + content: "\e8f1";
1000 1000 }
1001 1001
1002 1002 .eicon-plug:before {
1003 - content: "\e8f2";
1003 + content: "\e8f2";
1004 1004 }
1005 1005
1006 1006 .eicon-dashboard:before {
1007 - content: "\e8f3";
1007 + content: "\e8f3";
1008 1008 }
1009 1009
1010 1010 .eicon-typography:before {
1011 - content: "\e8f4";
1011 + content: "\e8f4";
1012 1012 }
1013 1013
1014 1014 .eicon-info-circle-o:before {
1015 - content: "\e8f5";
1015 + content: "\e8f5";
1016 1016 }
1017 1017
1018 1018 .eicon-integration:before {
1019 - content: "\e8f6";
1019 + content: "\e8f6";
1020 1020 }
1021 1021
1022 1022 .eicon-plus-circle-o:before {
1023 - content: "\e8f7";
1023 + content: "\e8f7";
1024 1024 }
1025 1025
1026 1026 .eicon-rating:before {
1027 - content: "\e8f8";
1027 + content: "\e8f8";
1028 1028 }
1029 1029
1030 1030 .eicon-review:before {
1031 - content: "\e8f9";
1031 + content: "\e8f9";
1032 1032 }
1033 1033
1034 1034 .eicon-tools:before {
1035 - content: "\e8fa";
1035 + content: "\e8fa";
1036 1036 }
1037 1037
1038 1038 .eicon-loading:before {
1039 - content: "\e8fb";
1039 + content: "\e8fb";
1040 1040 }
1041 1041
1042 1042 .eicon-sitemap:before {
1043 - content: "\e8fc";
1043 + content: "\e8fc";
1044 1044 }
1045 1045
1046 1046 .eicon-click:before {
1047 - content: "\e8fd";
1047 + content: "\e8fd";
1048 1048 }
1049 1049
1050 1050 .eicon-clock:before {
1051 - content: "\e8fe";
1051 + content: "\e8fe";
1052 1052 }
1053 1053
1054 1054 .eicon-library-open:before {
1055 - content: "\e8ff";
1055 + content: "\e8ff";
1056 1056 }
1057 1057
1058 1058 .eicon-warning:before {
1059 - content: "\e900";
1059 + content: "\e900";
1060 1060 }
1061 1061
1062 1062 .eicon-flow:before {
1063 - content: "\e901";
1063 + content: "\e901";
1064 1064 }
1065 1065
1066 1066 .eicon-cursor-move:before {
1067 - content: "\e902";
1067 + content: "\e902";
1068 1068 }
1069 1069
1070 1070 .eicon-arrow-circle-left:before {
1071 - content: "\e903";
1071 + content: "\e903";
1072 1072 }
1073 1073
1074 1074 .eicon-flash:before {
1075 - content: "\e904";
1075 + content: "\e904";
1076 1076 }
1077 1077
1078 1078 .eicon-redo:before {
1079 - content: "\e905";
1079 + content: "\e905";
1080 1080 }
1081 1081
1082 1082 .eicon-ban:before {
1083 - content: "\e906";
1083 + content: "\e906";
1084 1084 }
1085 1085
1086 1086 .eicon-barcode:before {
1087 - content: "\e907";
1087 + content: "\e907";
1088 1088 }
1089 1089
1090 1090 .eicon-calendar:before {
1091 - content: "\e908";
1091 + content: "\e908";
1092 1092 }
1093 1093
1094 1094 .eicon-caret-left:before {
1095 - content: "\e909";
1095 + content: "\e909";
1096 1096 }
1097 1097
1098 1098 .eicon-caret-right:before {
1099 - content: "\e90a";
1099 + content: "\e90a";
1100 1100 }
1101 1101
1102 1102 .eicon-caret-up:before {
1103 - content: "\e90b";
1103 + content: "\e90b";
1104 1104 }
1105 1105
1106 1106 .eicon-chain-broken:before {
1107 - content: "\e90c";
1107 + content: "\e90c";
1108 1108 }
1109 1109
1110 1110 .eicon-check-circle-o:before {
1111 - content: "\e90d";
1111 + content: "\e90d";
1112 1112 }
1113 1113
1114 1114 .eicon-check:before {
1115 - content: "\e90e";
1115 + content: "\e90e";
1116 1116 }
1117 1117
1118 1118 .eicon-chevron-double-left:before {
1119 - content: "\e90f";
1119 + content: "\e90f";
1120 1120 }
1121 1121
1122 1122 .eicon-chevron-double-right:before {
1123 - content: "\e910";
1123 + content: "\e910";
1124 1124 }
1125 1125
1126 1126 .eicon-undo:before {
1127 - content: "\e911";
1127 + content: "\e911";
1128 1128 }
1129 1129
1130 1130 .eicon-filter:before {
1131 - content: "\e912";
1131 + content: "\e912";
1132 1132 }
1133 1133
1134 1134 .eicon-circle-o:before {
1135 - content: "\e913";
1135 + content: "\e913";
1136 1136 }
1137 1137
1138 1138 .eicon-circle:before {
1139 - content: "\e914";
1139 + content: "\e914";
1140 1140 }
1141 1141
1142 1142 .eicon-clock-o:before {
1143 - content: "\e915";
1143 + content: "\e915";
1144 1144 }
1145 1145
1146 1146 .eicon-cog:before {
1147 - content: "\e916";
1147 + content: "\e916";
1148 1148 }
1149 1149
1150 1150 .eicon-cogs:before {
1151 - content: "\e917";
1151 + content: "\e917";
1152 1152 }
1153 1153
1154 1154 .eicon-commenting-o:before {
1155 - content: "\e918";
1155 + content: "\e918";
1156 1156 }
1157 1157
1158 1158 .eicon-copy:before {
1159 - content: "\e919";
1159 + content: "\e919";
1160 1160 }
1161 1161
1162 1162 .eicon-database:before {
1163 - content: "\e91a";
1163 + content: "\e91a";
1164 1164 }
1165 1165
1166 1166 .eicon-dot-circle-o:before {
1167 - content: "\e91b";
1167 + content: "\e91b";
1168 1168 }
1169 1169
1170 1170 .eicon-envelope:before {
1171 - content: "\e91c";
1171 + content: "\e91c";
1172 1172 }
1173 1173
1174 1174 .eicon-external-link-square:before {
1175 - content: "\e91d";
1175 + content: "\e91d";
1176 1176 }
1177 1177
1178 1178 .eicon-eyedropper:before {
1179 - content: "\e91e";
1179 + content: "\e91e";
1180 1180 }
1181 1181
1182 1182 .eicon-folder:before {
1183 - content: "\e91f";
1183 + content: "\e91f";
1184 1184 }
1185 1185
1186 1186 .eicon-font:before {
1187 - content: "\e920";
1187 + content: "\e920";
1188 1188 }
1189 1189
1190 1190 .eicon-adjust:before {
1191 - content: "\e921";
1191 + content: "\e921";
1192 1192 }
1193 1193
1194 1194 .eicon-lightbox:before {
1195 - content: "\e922";
1195 + content: "\e922";
1196 1196 }
1197 1197
1198 1198 .eicon-heart-o:before {
1199 - content: "\e923";
1199 + content: "\e923";
1200 1200 }
1201 1201
1202 1202 .eicon-history:before {
1203 - content: "\e924";
1203 + content: "\e924";
1204 1204 }
1205 1205
1206 1206 .eicon-image-bold:before {
1207 - content: "\e925";
1207 + content: "\e925";
1208 1208 }
1209 1209
1210 1210 .eicon-info-circle:before {
1211 - content: "\e926";
1211 + content: "\e926";
1212 1212 }
1213 1213
1214 1214 .eicon-link:before {
1215 - content: "\e927";
1215 + content: "\e927";
1216 1216 }
1217 1217
1218 1218 .eicon-long-arrow-left:before {
1219 - content: "\e928";
1219 + content: "\e928";
1220 1220 }
1221 1221
1222 1222 .eicon-long-arrow-right:before {
1223 - content: "\e929";
1223 + content: "\e929";
1224 1224 }
1225 1225
1226 1226 .eicon-caret-down:before {
1227 - content: "\e92a";
1227 + content: "\e92a";
1228 1228 }
1229 1229
1230 1230 .eicon-paint-brush:before {
1231 - content: "\e92b";
1231 + content: "\e92b";
1232 1232 }
1233 1233
1234 1234 .eicon-pencil:before {
1235 - content: "\e92c";
1235 + content: "\e92c";
1236 1236 }
1237 1237
1238 1238 .eicon-plus-circle:before {
1239 - content: "\e92d";
1239 + content: "\e92d";
1240 1240 }
1241 1241
1242 1242 .eicon-zoom-in-bold:before {
1243 - content: "\e92e";
1243 + content: "\e92e";
1244 1244 }
1245 1245
1246 1246 .eicon-sort-amount-desc:before {
1247 - content: "\e92f";
1247 + content: "\e92f";
1248 1248 }
1249 1249
1250 1250 .eicon-sign-out:before {
1251 - content: "\e930";
1251 + content: "\e930";
1252 1252 }
1253 1253
1254 1254 .eicon-spinner:before {
1255 - content: "\e931";
1255 + content: "\e931";
1256 1256 }
1257 1257
1258 1258 .eicon-square:before {
1259 - content: "\e932";
1259 + content: "\e932";
1260 1260 }
1261 1261
1262 1262 .eicon-star-o:before {
1263 - content: "\e933";
1263 + content: "\e933";
1264 1264 }
1265 1265
1266 1266 .eicon-star:before {
1267 - content: "\e934";
1267 + content: "\e934";
1268 1268 }
1269 1269
1270 1270 .eicon-text-align-justify:before {
1271 - content: "\e935";
1271 + content: "\e935";
1272 1272 }
1273 1273
1274 1274 .eicon-text-align-center:before {
1275 - content: "\e936";
1275 + content: "\e936";
1276 1276 }
1277 1277
1278 1278 .eicon-tags:before {
1279 - content: "\e937";
1279 + content: "\e937";
1280 1280 }
1281 1281
1282 1282 .eicon-text-align-left:before {
1283 - content: "\e938";
1283 + content: "\e938";
1284 1284 }
1285 1285
1286 1286 .eicon-text-align-right:before {
1287 - content: "\e939";
1287 + content: "\e939";
1288 1288 }
1289 1289
1290 1290 .eicon-close-circle:before {
1291 - content: "\e93a";
1291 + content: "\e93a";
1292 1292 }
1293 1293
1294 1294 .eicon-trash-o:before {
1295 - content: "\e93b";
1295 + content: "\e93b";
1296 1296 }
1297 1297
1298 1298 .eicon-font-awesome:before {
1299 - content: "\e93c";
1299 + content: "\e93c";
1300 1300 }
1301 1301
1302 1302 .eicon-user-circle-o:before {
1303 - content: "\e93d";
1303 + content: "\e93d";
1304 1304 }
1305 1305
1306 1306 .eicon-video-camera:before {
1307 - content: "\e93e";
1307 + content: "\e93e";
1308 1308 }
1309 1309
1310 1310 .eicon-heart:before {
1311 - content: "\e93f";
1311 + content: "\e93f";
1312 1312 }
1313 1313
1314 1314 .eicon-wrench:before {
1315 - content: "\e940";
1315 + content: "\e940";
1316 1316 }
1317 1317
1318 1318 .eicon-help:before {
1319 - content: "\e941";
1319 + content: "\e941";
1320 1320 }
1321 1321
1322 1322 .eicon-help-o:before {
1323 - content: "\e942";
1323 + content: "\e942";
1324 1324 }
1325 1325
1326 1326 .eicon-zoom-out-bold:before {
1327 - content: "\e943";
1327 + content: "\e943";
1328 1328 }
1329 1329
1330 1330 .eicon-plus-square-o:before {
1331 - content: "\e944";
1331 + content: "\e944";
1332 1332 }
1333 1333
1334 1334 .eicon-minus-square-o:before {
1335 - content: "\e945";
1335 + content: "\e945";
1336 1336 }
1337 1337
1338 1338 .eicon-minus-circle:before {
1339 - content: "\e946";
1339 + content: "\e946";
1340 1340 }
1341 1341
1342 1342 .eicon-minus-circle-o:before {
1343 - content: "\e947";
1343 + content: "\e947";
1344 1344 }
1345 1345
1346 1346 .eicon-code-bold:before {
1347 - content: "\e948";
1347 + content: "\e948";
1348 1348 }
1349 1349
1350 1350 .eicon-cloud-upload:before {
1351 - content: "\e949";
1351 + content: "\e949";
1352 1352 }
1353 1353
1354 1354 .eicon-search-bold:before {
1355 - content: "\e94a";
1355 + content: "\e94a";
1356 1356 }
1357 1357
1358 1358 .eicon-map-pin:before {
1359 - content: "\e94b";
1359 + content: "\e94b";
1360 1360 }
1361 1361
1362 1362 .eicon-meetup:before {
1363 - content: "\e94c";
1363 + content: "\e94c";
1364 1364 }
1365 1365
1366 1366 .eicon-slideshow:before {
1367 - content: "\e94d";
1367 + content: "\e94d";
1368 1368 }
1369 1369
1370 1370 .eicon-t-letter-bold:before {
1371 - content: "\e94e";
1371 + content: "\e94e";
1372 1372 }
1373 1373
1374 1374 .eicon-preferences:before {
1375 - content: "\e94f";
1375 + content: "\e94f";
1376 1376 }
1377 1377
1378 1378 .eicon-table-of-contents:before {
1379 - content: "\e950";
1379 + content: "\e950";
1380 1380 }
1381 1381
1382 1382 .eicon-tv:before {
1383 - content: "\e951";
1383 + content: "\e951";
1384 1384 }
1385 1385
1386 1386 .eicon-upload:before {
1387 - content: "\e952";
1387 + content: "\e952";
1388 1388 }
1389 1389
1390 1390 .eicon-instagram-comments:before {
1391 - content: "\e953";
1391 + content: "\e953";
1392 1392 }
1393 1393
1394 1394 .eicon-instagram-nested-gallery:before {
1395 - content: "\e954";
1395 + content: "\e954";
1396 1396 }
1397 1397
1398 1398 .eicon-instagram-post:before {
1399 - content: "\e955";
1399 + content: "\e955";
1400 1400 }
1401 1401
1402 1402 .eicon-instagram-video:before {
1403 - content: "\e956";
1403 + content: "\e956";
1404 1404 }
1405 1405
1406 1406 .eicon-instagram-gallery:before {
1407 - content: "\e957";
1407 + content: "\e957";
1408 1408 }
1409 1409
1410 1410 .eicon-instagram-likes:before {
1411 - content: "\e958";
1411 + content: "\e958";
1412 1412 }
1413 1413
1414 1414 .eicon-facebook:before {
1415 - content: "\e959";
1415 + content: "\e959";
1416 1416 }
1417 1417
1418 1418 .eicon-twitter:before {
1419 - content: "\e95a";
1419 + content: "\e95a";
1420 1420 }
1421 1421
1422 1422 .eicon-pinterest:before {
1423 - content: "\e95b";
1423 + content: "\e95b";
1424 1424 }
1425 1425
1426 1426 .eicon-frame-expand:before {
1427 - content: "\e95c";
1427 + content: "\e95c";
1428 1428 }
1429 1429
1430 1430 .eicon-frame-minimize:before {
1431 - content: "\e95d";
1431 + content: "\e95d";
1432 1432 }
1433 1433
1434 1434 .eicon-archive:before {
1435 - content: "\e95e";
1435 + content: "\e95e";
1436 1436 }
1437 1437
1438 1438 .eicon-colors-typography:before {
1439 - content: "\e95f";
1439 + content: "\e95f";
1440 1440 }
1441 1441
1442 1442 .eicon-custom:before {
1443 - content: "\e960";
1443 + content: "\e960";
1444 1444 }
1445 1445
1446 1446 .eicon-footer:before {
1447 - content: "\e961";
1447 + content: "\e961";
1448 1448 }
1449 1449
1450 1450 .eicon-header:before {
1451 - content: "\e962";
1451 + content: "\e962";
1452 1452 }
1453 1453
1454 1454 .eicon-layout-settings:before {
1455 - content: "\e963";
1455 + content: "\e963";
1456 1456 }
1457 1457
1458 1458 .eicon-lightbox-expand:before {
1459 - content: "\e964";
1459 + content: "\e964";
1460 1460 }
1461 1461
1462 1462 .eicon-error-404:before {
1463 - content: "\e965";
1463 + content: "\e965";
1464 1464 }
1465 1465
1466 1466 .eicon-theme-style:before {
1467 - content: "\e966";
1467 + content: "\e966";
1468 1468 }
1469 1469
1470 1470 .eicon-search-results:before {
1471 - content: "\e967";
1471 + content: "\e967";
1472 1472 }
1473 1473
1474 1474 .eicon-single-post:before {
1475 - content: "\e968";
1475 + content: "\e968";
1476 1476 }
1477 1477
1478 1478 .eicon-site-identity:before {
1479 - content: "\e969";
1479 + content: "\e969";
1480 1480 }
1481 1481
1482 1482 .eicon-theme-builder:before {
1483 - content: "\e96a";
1483 + content: "\e96a";
1484 1484 }
1485 1485
1486 1486 .eicon-download-bold:before {
1487 - content: "\e96b";
1487 + content: "\e96b";
1488 1488 }
1489 1489
1490 1490 .eicon-share-arrow:before {
1491 - content: "\e96c";
1491 + content: "\e96c";
1492 1492 }
1493 1493
1494 1494 .eicon-global-settings:before {
1495 - content: "\e96d";
1495 + content: "\e96d";
1496 1496 }
1497 1497
1498 1498 .eicon-user-preferences:before {
1499 - content: "\e96e";
1499 + content: "\e96e";
1500 1500 }
1501 1501
1502 1502 .eicon-lock:before {
1503 - content: "\e96f";
1503 + content: "\e96f";
1504 1504 }
1505 1505
1506 1506 .eicon-export-kit:before {
1507 - content: "\e970";
1507 + content: "\e970";
1508 1508 }
1509 1509
1510 1510 .eicon-import-kit:before {
1511 - content: "\e971";
1511 + content: "\e971";
1512 1512 }
1513 1513
1514 1514 .eicon-lottie:before {
1515 - content: "\e972";
1515 + content: "\e972";
1516 1516 }
1517 1517
1518 1518 .eicon-products-archive:before {
1519 - content: "\e973";
1519 + content: "\e973";
1520 1520 }
1521 1521
1522 1522 .eicon-single-product:before {
1523 - content: "\e974";
1523 + content: "\e974";
1524 1524 }
1525 1525
1526 1526 .eicon-disable-trash-o:before {
1527 - content: "\e975";
1527 + content: "\e975";
1528 1528 }
1529 1529
1530 1530 .eicon-single-page:before {
1531 - content: "\e976";
1531 + content: "\e976";
1532 1532 }
1533 1533
1534 1534 .eicon-wordpress-light:before {
1535 - content: "\e977";
1535 + content: "\e977";
1536 1536 }
1537 1537
1538 1538 .eicon-cogs-check:before {
1539 - content: "\e978";
1539 + content: "\e978";
1540 1540 }
1541 1541
1542 1542 .eicon-custom-css:before {
1543 - content: "\e979";
1543 + content: "\e979";
1544 1544 }
1545 1545
1546 1546 .eicon-global-colors:before {
1547 - content: "\e97a";
1547 + content: "\e97a";
1548 1548 }
1549 1549
1550 1550 .eicon-globe:before {
1551 - content: "\e97b";
1551 + content: "\e97b";
1552 1552 }
1553 1553
1554 1554 .eicon-typography-1:before {
1555 - content: "\e97c";
1555 + content: "\e97c";
1556 1556 }
1557 1557
1558 1558 .eicon-background:before {
1559 - content: "\e97d";
1559 + content: "\e97d";
1560 1560 }
1561 1561
1562 1562 .eicon-device-responsive:before {
1563 - content: "\e97e";
1563 + content: "\e97e";
1564 1564 }
1565 1565
1566 1566 .eicon-device-wide:before {
1567 - content: "\e97f";
1567 + content: "\e97f";
1568 1568 }
1569 1569
1570 1570 .eicon-code-highlight:before {
1571 - content: "\e980";
1571 + content: "\e980";
1572 1572 }
1573 1573
1574 1574 .eicon-video-playlist:before {
1575 - content: "\e981";
1575 + content: "\e981";
1576 1576 }
1577 1577
1578 1578 .eicon-download-kit:before {
1579 - content: "\e982";
1579 + content: "\e982";
1580 1580 }
1581 1581
1582 1582 .eicon-kit-details:before {
1583 - content: "\e983";
1583 + content: "\e983";
1584 1584 }
1585 1585
1586 1586 .eicon-kit-parts:before {
1587 - content: "\e984";
1587 + content: "\e984";
1588 1588 }
1589 1589
1590 1590 .eicon-kit-upload:before {
1591 - content: "\e985";
1591 + content: "\e985";
1592 1592 }
1593 1593
1594 1594 .eicon-kit-plugins:before {
1595 - content: "\e986";
1595 + content: "\e986";
1596 1596 }
1597 1597
1598 1598 .eicon-kit-upload-alt:before {
1599 - content: "\e987";
1599 + content: "\e987";
1600 1600 }
1601 1601
1602 1602 .eicon-hotspot:before {
1603 - content: "\e988";
1603 + content: "\e988";
1604 1604 }
1605 1605
1606 1606 .eicon-paypal-button:before {
1607 - content: "\e989";
1607 + content: "\e989";
1608 1608 }
1609 1609
1610 1610 .eicon-shape:before {
1611 - content: "\e98a";
1611 + content: "\e98a";
1612 1612 }
1613 1613
1614 1614 .eicon-wordart:before {
1615 - content: "\e98b";
1615 + content: "\e98b";
1616 1616 }
1617 1617
1618 1618 .eicon-checkout:before {
1619 - content: "\e98c";
1619 + content: "\e98c";
1620 1620 }
1621 1621
1622 1622 .eicon-container:before {
1623 - content: "\e98d";
1623 + content: "\e98d";
1624 1624 }
1625 1625
1626 1626 .eicon-flip:before {
1627 - content: "\e98e";
1627 + content: "\e98e";
1628 1628 }
1629 1629
1630 1630 .eicon-info:before {
1631 - content: "\e98f";
1631 + content: "\e98f";
1632 1632 }
1633 1633
1634 1634 .eicon-my-account:before {
1635 - content: "\e990";
1635 + content: "\e990";
1636 1636 }
1637 1637
1638 1638 .eicon-purchase-summary:before {
1639 - content: "\e991";
1639 + content: "\e991";
1640 1640 }
1641 1641
1642 1642 .eicon-page-transition:before {
1643 - content: "\e992";
1643 + content: "\e992";
1644 1644 }
1645 1645
1646 1646 .eicon-spotify:before {
1647 - content: "\e993";
1647 + content: "\e993";
1648 1648 }
1649 1649
1650 1650 .eicon-stripe-button:before {
1651 - content: "\e994";
1651 + content: "\e994";
1652 1652 }
1653 1653
1654 1654 .eicon-woo-settings:before {
1655 - content: "\e995";
1655 + content: "\e995";
1656 1656 }
1657 1657
1658 1658 .eicon-woo-cart:before {
1659 - content: "\e996";
1659 + content: "\e996";
1660 1660 }
1661 1661
1662 1662 .eicon-grow:before {
1663 - content: "\e997";
1663 + content: "\e997";
1664 1664 }
1665 1665
1666 1666 .eicon-order-end:before {
1667 - content: "\e998";
1667 + content: "\e998";
1668 1668 }
1669 1669
1670 1670 .eicon-nowrap:before {
1671 - content: "\e999";
1671 + content: "\e999";
1672 1672 }
1673 1673
1674 1674 .eicon-order-start:before {
1675 - content: "\e99a";
1675 + content: "\e99a";
1676 1676 }
1677 1677
1678 1678 .eicon-progress-tracker:before {
1679 - content: "\e99b";
1679 + content: "\e99b";
1680 1680 }
1681 1681
1682 1682 .eicon-shrink:before {
1683 - content: "\e99c";
1683 + content: "\e99c";
1684 1684 }
1685 1685
1686 1686 .eicon-wrap:before {
1687 - content: "\e99d";
1687 + content: "\e99d";
1688 1688 }
1689 1689
1690 1690 .eicon-align-center-h:before {
1691 - content: "\e99e";
1691 + content: "\e99e";
1692 1692 }
1693 1693
1694 1694 .eicon-align-center-v:before {
1695 - content: "\e99f";
1695 + content: "\e99f";
1696 1696 }
1697 1697
1698 1698 .eicon-align-end-h:before {
1699 - content: "\e9a0";
1699 + content: "\e9a0";
1700 1700 }
1701 1701
1702 1702 .eicon-align-end-v:before {
1703 - content: "\e9a1";
1703 + content: "\e9a1";
1704 1704 }
1705 1705
1706 1706 .eicon-align-start-h:before {
1707 - content: "\e9a2";
1707 + content: "\e9a2";
1708 1708 }
1709 1709
1710 1710 .eicon-align-start-v:before {
1711 - content: "\e9a3";
1711 + content: "\e9a3";
1712 1712 }
1713 1713
1714 1714 .eicon-align-stretch-h:before {
1715 - content: "\e9a4";
1715 + content: "\e9a4";
1716 1716 }
1717 1717
1718 1718 .eicon-align-stretch-v:before {
1719 - content: "\e9a5";
1719 + content: "\e9a5";
1720 1720 }
1721 1721
1722 1722 .eicon-justify-center-h:before {
1723 - content: "\e9a6";
1723 + content: "\e9a6";
1724 1724 }
1725 1725
1726 1726 .eicon-justify-center-v:before {
1727 - content: "\e9a7";
1727 + content: "\e9a7";
1728 1728 }
1729 1729
1730 1730 .eicon-justify-end-h:before {
1731 - content: "\e9a8";
1731 + content: "\e9a8";
1732 1732 }
1733 1733
1734 1734 .eicon-justify-end-v:before {
1735 - content: "\e9a9";
1735 + content: "\e9a9";
1736 1736 }
1737 1737
1738 1738 .eicon-justify-space-around-h:before {
1739 - content: "\e9aa";
1739 + content: "\e9aa";
1740 1740 }
1741 1741
1742 1742 .eicon-justify-space-around-v:before {
1743 - content: "\e9ab";
1743 + content: "\e9ab";
1744 1744 }
1745 1745
1746 1746 .eicon-justify-space-between-h:before {
1747 - content: "\e9ac";
1747 + content: "\e9ac";
1748 1748 }
1749 1749
1750 1750 .eicon-justify-space-between-v:before {
1751 - content: "\e9ad";
1751 + content: "\e9ad";
1752 1752 }
1753 1753
1754 1754 .eicon-justify-space-evenly-h:before {
1755 - content: "\e9ae";
1755 + content: "\e9ae";
1756 1756 }
1757 1757
1758 1758 .eicon-justify-space-evenly-v:before {
1759 - content: "\e9af";
1759 + content: "\e9af";
1760 1760 }
1761 1761
1762 1762 .eicon-justify-start-h:before {
1763 - content: "\e9b0";
1763 + content: "\e9b0";
1764 1764 }
1765 1765
1766 1766 .eicon-justify-start-v:before {
1767 - content: "\e9b1";
1767 + content: "\e9b1";
1768 1768 }
1769 1769
1770 1770 .eicon-woocommerce-cross-sells:before {
1771 - content: "\e9b2";
1771 + content: "\e9b2";
1772 1772 }
1773 1773
1774 1774 .eicon-woocommerce-notices:before {
1775 - content: "\e9b3";
1775 + content: "\e9b3";
1776 1776 }
1777 1777
1778 1778 .eicon-inner-container:before {
1779 - content: "\e9b4";
1779 + content: "\e9b4";
1780 1780 }
1781 1781
1782 1782 .eicon-warning-full:before {
1783 - content: "\e9b5";
1783 + content: "\e9b5";
1784 1784 }
1785 1785
1786 1786 .eicon-exit:before {
1787 - content: "\e9b6";
1787 + content: "\e9b6";
1788 1788 }
1789 1789
1790 1790 .eicon-loop-builder:before {
1791 - content: "\e9b7";
1791 + content: "\e9b7";
1792 1792 }
1793 1793
1794 1794 .eicon-notes:before {
1795 - content: "\e9b8";
1795 + content: "\e9b8";
1796 1796 }
1797 1797
1798 1798 .eicon-read:before {
1799 - content: "\e9b9";
1799 + content: "\e9b9";
1800 1800 }
1801 1801
1802 1802 .eicon-unread:before {
1803 - content: "\e9ba";
1803 + content: "\e9ba";
1804 1804 }
1805 1805
1806 1806 .eicon-carousel-loop:before {
1807 - content: "\e9bb";
1807 + content: "\e9bb";
1808 1808 }
1809 1809
1810 1810 .eicon-mega-menu:before {
1811 - content: "\eb78";
1811 + content: "\eb78";
1812 1812 }
1813 1813
1814 1814 .eicon-nested-carousel:before {
1815 - content: "\e9bd";
1815 + content: "\e9bd";
1816 1816 }
1817 1817
1818 1818 .eicon-ai:before {
1819 - content: "\e9be";
1819 + content: "\e9be";
1820 1820 }
1821 1821
1822 -.eicon-taxonomy-filter:before {
1823 - content: "\eb7d";
1824 -}
1825 -
1826 -.eicon-container-grid:before {
1827 - content: "\ef02";
1828 -}
1829 -
1830 -.eicon-upgrade:before {
1831 - content: "\e9c1";
1832 -}
1833 -
1834 -.eicon-advanced:before {
1835 - content: "\eb84";
1836 -}
1837 -
1838 -.eicon-div-block:before {
1839 - content: "\eb9b";
1840 -}
1841 -
1842 -.eicon-notification:before {
1843 - content: "\e9c3";
1844 -}
1845 -
1846 -.eicon-light-mode:before {
1847 - content: "\e9c4";
1848 -}
1849 -
1850 -.eicon-dark-mode:before {
1851 - content: "\e9c5";
1852 -}
1853 -
1854 -.eicon-upgrade-crown:before {
1855 - content: "\e9c6";
1856 -}
1857 -
1858 -.eicon-off-canvas:before {
1859 - content: "\e9c7";
1860 -}
1861 -
1862 -.eicon-speakerphone:before {
1863 - content: "\e9c9";
1864 -}
1865 -
1866 -.eicon-ehp-cta:before {
1867 - content: "\e9cb";
1868 -}
1869 -
1870 -.eicon-ehp-forms:before {
1871 - content: "\e9bc";
1872 -}
1873 -
1874 -.eicon-ehp-hero:before {
1875 - content: "\e9ca";
1876 -}
1877 -
1878 -.eicon-ehp-zigzag:before {
1879 - content: "\e9cc";
1880 -}
1881 -
1882 -.eicon-e-button:before {
1883 - content: "\e9ce";
1884 -}
1885 -
1886 -.eicon-flexbox:before {
1887 - content: "\e9d0";
1888 -}
1889 -
1890 -.eicon-paragraph:before {
1891 - content: "\e9d1";
1892 -}
1893 -
1894 -.eicon-icon:before {
1895 - content: "\e9d2";
1896 -}
1897 -
1898 -.eicon-e-image:before {
1899 - content: "\e9d3";
1900 -}
1901 -
1902 -.eicon-video:before {
1903 - content: "\e9d4";
1904 -}
1905 -
1906 -.eicon-svg:before {
1907 - content: "\e9d5";
1908 -}
1909 -
1910 -.eicon-e-divider:before {
1911 - content: "\e9d6";
1912 -}
1913 -
1914 -.eicon-e-heading:before {
1915 - content: "\e9d7";
1916 -}
1917 -
1918 -.eicon-atomic:before {
1919 - content: "\ebae";
1920 -}
1921 -
1922 -.eicon-library-delete:before {
1923 - content: "\e9d8";
1924 -}
1925 -
1926 -.eicon-library-copy:before {
1927 - content: "\e9d9";
1928 -}
1929 -
1930 -.eicon-library-folder-empty:before {
1931 - content: "\e9da";
1932 -}
1933 -
1934 -.eicon-library-move:before {
1935 - content: "\e9db";
1936 -}
1937 -
1938 -.eicon-library-edit:before {
1939 - content: "\e9dc";
1940 -}
1941 -
1942 -.eicon-library-subscription-upgrade:before {
1943 - content: "\e9de";
1944 -}
1945 -
1946 -.eicon-library-folder-view:before {
1947 - content: "\e9df";
1948 -}
1949 -
1950 -.eicon-library-grid:before {
1951 - content: "\e9e1";
1952 -}
1953 -
1954 -.eicon-library-cloud-connect:before {
1955 - content: "\e9e2";
1956 -}
1957 -
1958 -.eicon-library-import:before {
1959 - content: "\e9e3";
1960 -}
1961 -
1962 -.eicon-library-list:before {
1963 - content: "\e9e4";
1964 -}
1965 -
1966 -.eicon-library-cloud-empty:before {
1967 - content: "\e9e5";
1968 -}
1969 -
1970 -.eicon-folder-plus:before {
1971 - content: "\e8aa";
1972 -}
1973 -
1974 -.eicon-library-folder:before {
1975 - content: "\e9e6";
1976 -}
1977 -
1978 -.eicon-accessibility:before {
1979 - content: "\e9bf";
1980 -}
1981 -
1982 -.eicon-lock-outline:before {
1983 - content: "\e9e7";
1984 -}
1985 -
1986 -.eicon-e-youtube:before {
1987 - content: "\e9e8";
1988 -}
1989 -
1990 -.eicon-contact:before {
1991 - content: "\ebd2";
1992 -}
1993 -
1994 -.eicon-layout:before {
1995 - content: "\ebd8";
1996 -}
1997 -
1998 -.eicon-components:before {
1999 - content: "\ebd9";
2000 -}
2001 -
2002 -.eicon-tab-content:before {
2003 - content: "\ebda";
2004 -}
2005 -
2006 -.eicon-tab-menu:before {
2007 - content: "\ebdb";
2008 -}
2009 -
2010 -.eicon-atomic-label:before {
2011 - content: "\e9ee";
2012 -}
2013 -
2014 -.eicon-atomic-form:before {
2015 - content: "\e9ef";
2016 -}
2017 -
2018 -.eicon-atomic-submit-button:before {
2019 - content: "\e9f0";
2020 -}
2021 -
2022 -.eicon-atomic-input:before {
2023 - content: "\e9f1";
2024 -}
2025 -
2026 -.eicon-atomic-text-area:before {
2027 - content: "\e9f2";
2028 -}
2029 -
2030 -.eicon-atomic-select:before {
2031 - content: "\e9f3";
2032 -}
2033 -
2034 -.eicon-atomic-checkbox:before {
2035 - content: "\e9f4";
2036 -}
2037 -
2038 -.eicon-atomic-radiobutton:before {
2039 - content: "\e9f5";
2040 -}
2041 -
2042 -.eicon-atomic-file-upload:before {
2043 - content: "\ebe9";
2044 -}
2045 -
2046 -.eicon-atomic-time-picker:before {
2047 - content: "\ebea";
2048 -}
2049 -
2050 -.eicon-atomic-date-picker:before {
2051 - content: "\ebeb";
2052 -}
2053 -
2054 -.eicon-upgrade-crown-full:before {
2055 - content: "\ef03";
2056 -}
2057 -
2058 -.eicon-after:before {
2059 - content: "\ebfa";
2060 -}
2061 -
2062 -.eicon-pagination-item:before {
2063 - content: "\ebfb";
2064 -}
2065 -
2066 -.eicon-before:before {
2067 - content: "\ebfc";
2068 -}
2069 -
2070 -.eicon-pagination:before {
2071 - content: "\ebfd";
2072 -}
2073 -
2074 -.eicon-loop-item:before {
2075 - content: "\ec00";
2076 -}
2077 -
2078 -.eicon-loop-widget:before {
2079 - content: "\ec01";
2080 -}
2081 -
2082 -.eicon-x-twitter:before {
2083 - content: "\ef04";
2084 -}
2085 -
2086 -.eicon-background-video:before {
2087 - content: "\ea01";
2088 -}
2089 -
2090 1822 .eicon-eye:before {
2091 - content: "\e8ac";
1823 + content: "\e8ac";
2092 1824 }
2093 1825
2094 1826 .eicon-elementor-square:before {
2095 - content: "\e813";
2096 -}
1827 + content: "\e813";
1828 +}