Elementor Essential Addons - Version 3.0.0

Version Description

  • 22/05/2019 =
  • Refractored code for better performance
  • Minimized dependencies to keep the plugin lighter
  • Lots of bugfix and improvements
Download this release

Release Info

Developer re_enter_rupok
Plugin Icon 128x128 Elementor Essential Addons
Version 3.0.0
Comparing to
See all releases

Code changes from version 2.10.5 to 3.0.0

Files changed (52) hide show
  1. assets/admin/css/admin.css +286 -62
  2. assets/admin/css/eael-notice.css +49 -0
  3. assets/admin/css/editor.css +36 -0
  4. assets/admin/images/ea-icon-color.png +0 -0
  5. assets/admin/images/ea-icon-white.svg +14 -0
  6. assets/admin/images/ea-logo.svg +0 -65
  7. assets/admin/images/icon-clean-cache.svg +22 -0
  8. assets/admin/images/icon-contribute.svg +41 -0
  9. assets/admin/images/icon-documentation.svg +25 -0
  10. assets/admin/images/icon-ea-logo.svg +122 -0
  11. assets/admin/images/icon-elements.svg +40 -0
  12. assets/admin/images/icon-extensions.svg +26 -4
  13. assets/admin/images/icon-general.svg +36 -0
  14. assets/admin/images/icon-modules.svg +0 -6
  15. assets/admin/images/icon-need-help.svg +28 -0
  16. assets/admin/images/icon-settings.svg +0 -6
  17. assets/admin/images/icon-show-love.svg +20 -0
  18. assets/admin/images/icon-tools.svg +44 -0
  19. assets/admin/images/icon-upgrade.svg +28 -9
  20. assets/admin/images/icon-why-premium.svg +102 -0
  21. assets/admin/images/lock-icon.png +0 -0
  22. assets/admin/images/tools.svg +0 -85
  23. assets/admin/images/wpsp-logo.svg +0 -54
  24. assets/admin/js/admin.js +78 -24
  25. assets/admin/vendor/sweetalert2/css/sweetalert2.min.css +1 -1
  26. assets/admin/vendor/sweetalert2/js/sweetalert2.min.js +1 -1
  27. assets/front-end/css/adv-accordion.css +0 -74
  28. assets/front-end/css/adv-accordion/index.css +127 -0
  29. assets/front-end/css/adv-accordion/index.min.css +1 -0
  30. assets/front-end/css/{adv-tabs.css → adv-tabs/index.css} +83 -18
  31. assets/front-end/css/adv-tabs/index.min.css +1 -0
  32. assets/front-end/css/{caldera-form.css → caldera-form/index.css} +0 -0
  33. assets/front-end/css/caldera-form/index.min.css +1 -0
  34. assets/front-end/css/{call-to-action.css → call-to-action/index.css} +57 -18
  35. assets/front-end/css/call-to-action/index.min.css +1 -0
  36. assets/front-end/css/components/load-more.css +87 -0
  37. assets/front-end/css/components/load-more.min.css +1 -0
  38. assets/front-end/css/{contact-form-7.css → contact-form-7/index.css} +4 -0
  39. assets/front-end/css/contact-form-7/index.min.css +1 -0
  40. assets/front-end/css/{content-ticker.css → content-ticker/index.css} +25 -5
  41. assets/front-end/css/content-ticker/index.min.css +1 -0
  42. assets/front-end/css/{count-down.css → count-down/index.css} +0 -0
  43. assets/front-end/css/count-down/index.min.css +1 -0
  44. assets/front-end/css/{creative-btn.css → creative-btn/index.css} +68 -21
  45. assets/front-end/css/creative-btn/index.min.css +1 -0
  46. assets/front-end/css/{data-table.css → data-table/index.css} +84 -18
  47. assets/front-end/css/data-table/index.min.css +1 -0
  48. assets/front-end/css/{dual-header.css → dual-header/index.css} +0 -0
  49. assets/front-end/css/dual-header/index.min.css +1 -0
  50. assets/front-end/css/{eael-editor.css → eael-editor/index.css} +0 -0
  51. assets/front-end/css/eael-editor/index.min.css +1 -0
  52. assets/front-end/css/eael.css +18928 -4221
assets/admin/css/admin.css CHANGED
@@ -8,17 +8,24 @@
8
  .eael-settings-wrap {
9
  padding: 15px;
10
  }
 
11
  .eael-header-bar {
12
  height: auto;
13
  padding: 10px;
14
  background: #fff;
15
- border: 1px solid rgba(0, 0, 0, 0.1);
16
  -webkit-display: flex;
 
 
17
  display: flex;
18
- -webkit-justify-content: flex-end;
 
19
  justify-content: flex-end;
20
- -webkit-align-items: center;
 
21
  align-items: center;
 
 
 
22
  }
23
 
24
  .eael-settings-wrap .eael-header-left {
@@ -27,20 +34,19 @@
27
  align-items: center;
28
  }
29
  .eael-header-bar .eael-admin-logo-inline {
30
- width: 32px;
31
- box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1);
32
- padding: 10px 10px 5px;
33
- margin-right: 10px;
34
  }
35
  .eael-header-bar .eael-admin-logo-inline img {
36
  width: 100%;
37
  }
38
  .eael-header-bar .title {
39
- font-size: 24px;
40
- color: #444;
41
- font-weight: 600;
42
  margin: 0px;
43
- line-height: 1;
44
  }
45
 
46
  .eael-header-left,
@@ -52,7 +58,7 @@
52
  text-align: right;
53
  }
54
  .eael-settings-tabs {
55
- padding-top: 15px;
56
  }
57
 
58
  .eael-settings-tab h4 {
@@ -60,42 +66,54 @@
60
  }
61
 
62
  .eael-settings-tab p {
63
- font-size: 14px;
 
 
 
64
  }
65
 
66
  .eael-settings-tabs ul {
67
  width: 100%;
68
  height: auto;
69
- margin: 25px 0px 20px 0px;
70
  }
 
71
  .eael-settings-tabs ul li {
72
  display: inline-block;
 
73
  }
 
74
  .eael-settings-tabs ul li a {
75
- padding: 15px 20px;
76
  background: #f8fafb;
77
- color: #516378;
78
  font-size: 15px;
79
  font-weight: 600;
80
  text-decoration: none;
81
- border-top: 2px solid #f8fafb;
 
 
 
 
 
 
82
  }
83
- .eael-settings-tabs ul li:first-child a {
84
- border-left: 1px solid rgba(0, 0, 0, 0.1);
 
85
  }
 
86
  .eael-settings-tabs ul li a:focus {
87
  outline: none;
88
  box-shadow: none;
89
  }
90
  .eael-settings-tabs ul li a img {
91
- width: 20px;
92
- margin: 0 5px -3px 0;
93
  }
94
  .eael-settings-tab {
95
  background: #fff;
96
  padding: 15px 25px;
97
- margin-top: -8px;
98
- border: 1px solid rgba(0, 0, 0, 0.1);
99
  border-top: none;
100
  position: relative;
101
  }
@@ -154,9 +172,10 @@ textarea.eael-form-control {
154
  flex-flow: row wrap;
155
  align-items: center;
156
  }
 
157
  .eael-checkbox {
158
  display: flex;
159
- flex: 0 0 300px;
160
  flex-flow: row-reverse;
161
  justify-content: space-between;
162
  align-items: center;
@@ -164,9 +183,17 @@ textarea.eael-form-control {
164
  margin: 10px;
165
  padding: 15px;
166
  box-sizing: border-box;
167
- border-radius: 3px;
168
- border: 1px solid rgba(0,0,0, .05);
169
- box-shadow: 0px 6px 20px 0px rgba(194,204,222,0.3);
 
 
 
 
 
 
 
 
170
  }
171
  .eael-checkbox input[type="checkbox"] {
172
  visibility: hidden;
@@ -205,12 +232,12 @@ textarea.eael-form-control {
205
  animation: switch-off 0.3s ease-out;
206
  }
207
  .eael-checkbox input[type="checkbox"]:checked + label::before {
208
- background: rgba(54,214,107, .8);
209
- border: 1px solid #36d66b;
210
  }
211
  .eael-checkbox input[type="checkbox"]:checked + label::after {
212
  left: 1.2em;
213
- background: rgba(54,214,107, .8);
214
  animation: switch-on 0.3s ease-out;
215
  }
216
 
@@ -235,7 +262,7 @@ textarea.eael-form-control {
235
  }
236
  .eael-tabs li a.active {
237
  background-color: #fff;
238
- border-top: 2px solid #6648fe;
239
  }
240
 
241
  /* Footer Style */
@@ -388,7 +415,12 @@ textarea.eael-form-control {
388
  }
389
 
390
  .go-premium .eael-btn.eael-license-btn {
 
391
  margin-top: 30px;
 
 
 
 
392
  }
393
 
394
  .go-premium img {
@@ -432,9 +464,37 @@ textarea.eael-form-control {
432
  align-content: center;
433
  }
434
 
 
 
 
 
 
 
 
 
 
435
  /* Header Button */
436
- .eael-header-bar .eael-btn {
437
- background-color: #3ccd94;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
438
  }
439
  .eael-header-bar .eael-btn:hover,
440
  .eael-header-bar .eael-btn:focus {
@@ -451,6 +511,34 @@ textarea.eael-form-control {
451
  background: #ff5544;
452
  }
453
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
454
  /* Admin Blocks */
455
  .eael-admin-general-wrapper {
456
  width: 100%;
@@ -473,14 +561,20 @@ textarea.eael-form-control {
473
  justify-content: space-between;
474
  margin: -10px;
475
  }
 
476
  .eael-admin-block-wrapper .eael-admin-block {
477
  background-color: #fff;
478
  flex: 1 1 auto;
479
  min-width: 250px;
480
  width: 300px;
481
  margin: 10px 10px 25px 10px;
482
- box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
 
 
 
 
483
  }
 
484
  .eael-admin-block-large,
485
  .eael-sidebar-widget {
486
  background: #fff;
@@ -492,45 +586,49 @@ textarea.eael-form-control {
492
  padding: 8px;
493
  }
494
  .eael-admin-block-header {
495
- max-height: 4em;
496
- overflow: hidden;
497
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
498
- background-color: #fff;
499
- box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
500
  display: flex;
501
  align-content: center;
502
  align-items: center;
 
503
  }
504
  .eael-admin-block-header-icon {
505
- width: 42px;
506
- box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1);
 
507
  padding: 10px;
 
 
508
  }
509
  .eael-admin-block-header-icon svg {
510
- width: 80%;
511
  display: block;
512
- margin: 0 auto;
513
  }
514
  .eael-admin-block-review .eael-admin-block-header-icon svg {
515
- width: 100%;
516
  }
517
  .eael-admin-block-support .eael-admin-block-header-icon {
518
- width: 30px;
519
  }
520
  .eael-settings-tab .eael-admin-title {
521
- margin: 1em 0;
522
  padding: 0 1.26582em;
523
- font-size: 1.185em;
524
  font-weight: 600;
525
  text-overflow: ellipsis;
526
  white-space: nowrap;
 
527
  }
528
  .eael-admin-block-content {
529
  overflow: hidden;
530
  position: relative;
531
  padding: 1em 1.5em 1.5em;
532
  background-color: #fff;
 
 
 
533
  }
 
534
  .eael-preview-img {
535
  width: 100%;
536
  height: 100%;
@@ -560,29 +658,26 @@ textarea.eael-form-control {
560
  display: block;
561
  margin: 10px auto;
562
  }
 
 
 
 
563
  .eael-admin-sidebar-cta a {
564
- font-size: 1em;
565
- color: rgba(35, 40, 45, 0.45);
 
566
  text-decoration: none;
567
- text-transform: uppercase;
568
- letter-spacing: 0.065em;
569
  text-align: center;
570
  margin: 20px auto;
571
- display: block;
572
- border: 1px solid rgba(35, 40, 45, 0.185);
573
- border-radius: 4px;
574
- padding: 15px;
575
- width: 200px;
576
  outline: none;
577
- box-shadow: none;
578
  transition: all 0.3s;
579
  }
580
 
581
- .eael-admin-sidebar-cta a:hover {
582
- color: #23282d;
583
- box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.715);
584
- }
585
-
586
  /* Facebook Settings CSS */
587
  #social-networks input {
588
  padding: 10px;
@@ -629,3 +724,132 @@ textarea.eael-form-control {
629
  .eael-notice-text {
630
  padding-left: 10px;
631
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  .eael-settings-wrap {
9
  padding: 15px;
10
  }
11
+
12
  .eael-header-bar {
13
  height: auto;
14
  padding: 10px;
15
  background: #fff;
 
16
  -webkit-display: flex;
17
+ display: -webkit-box;
18
+ display: -ms-flexbox;
19
  display: flex;
20
+ -webkit-box-pack: end;
21
+ -ms-flex-pack: end;
22
  justify-content: flex-end;
23
+ -webkit-box-align: center;
24
+ -ms-flex-align: center;
25
  align-items: center;
26
+ border-radius: 5px;
27
+ -webkit-box-shadow: 0px 8px 21px 0px rgba(36, 39, 50, 0.08);
28
+ box-shadow: 0px 8px 21px 0px rgba(36, 39, 50, 0.08);
29
  }
30
 
31
  .eael-settings-wrap .eael-header-left {
34
  align-items: center;
35
  }
36
  .eael-header-bar .eael-admin-logo-inline {
37
+ width: 40px;
38
+ padding: 5px 15px;
39
+ margin-right: 25px;
 
40
  }
41
  .eael-header-bar .eael-admin-logo-inline img {
42
  width: 100%;
43
  }
44
  .eael-header-bar .title {
45
+ font-size: 22px;
46
+ color: #3f3f3f;
47
+ font-weight: 500;
48
  margin: 0px;
49
+ line-height: 2.5;
50
  }
51
 
52
  .eael-header-left,
58
  text-align: right;
59
  }
60
  .eael-settings-tabs {
61
+ padding-top: 10px;
62
  }
63
 
64
  .eael-settings-tab h4 {
66
  }
67
 
68
  .eael-settings-tab p {
69
+ font-size: 13px;
70
+ color: #707070;
71
+ margin: 0px 0 20px 0;
72
+ line-height: 21px;
73
  }
74
 
75
  .eael-settings-tabs ul {
76
  width: 100%;
77
  height: auto;
78
+ margin: 25px 0px 0px 0px;
79
  }
80
+
81
  .eael-settings-tabs ul li {
82
  display: inline-block;
83
+ margin-bottom: 0;
84
  }
85
+
86
  .eael-settings-tabs ul li a {
87
+ padding: 19px 22px;
88
  background: #f8fafb;
89
+ color: #252525;
90
  font-size: 15px;
91
  font-weight: 600;
92
  text-decoration: none;
93
+ margin-right: 5px;
94
+ display: block;
95
+ border-radius: 4px 4px 0 0;
96
+ }
97
+
98
+ .eael-settings-tabs ul li a img {
99
+ opacity: 0.6;
100
  }
101
+
102
+ .eael-settings-tabs ul li a.active img {
103
+ opacity: 1;
104
  }
105
+
106
  .eael-settings-tabs ul li a:focus {
107
  outline: none;
108
  box-shadow: none;
109
  }
110
  .eael-settings-tabs ul li a img {
111
+ width: 18px;
112
+ margin: 0 15px -3px 0;
113
  }
114
  .eael-settings-tab {
115
  background: #fff;
116
  padding: 15px 25px;
 
 
117
  border-top: none;
118
  position: relative;
119
  }
172
  flex-flow: row wrap;
173
  align-items: center;
174
  }
175
+
176
  .eael-checkbox {
177
  display: flex;
178
+ flex-basis: 330px;
179
  flex-flow: row-reverse;
180
  justify-content: space-between;
181
  align-items: center;
183
  margin: 10px;
184
  padding: 15px;
185
  box-sizing: border-box;
186
+ border-radius: 5px;
187
+ background-color: rgb(255, 255, 255);
188
+ box-shadow: 0px 5px 18px 0px rgba(0, 4, 32, 0.08);
189
+ }
190
+
191
+ .eael-checkbox.checkbox-toggle-all {
192
+ border-radius: 100px;
193
+ padding: 12px 25px;
194
+ flex-basis: 270px;
195
+ box-shadow: none;
196
+ border: 1px solid rgba(0, 0, 0, 0.15);
197
  }
198
  .eael-checkbox input[type="checkbox"] {
199
  visibility: hidden;
232
  animation: switch-off 0.3s ease-out;
233
  }
234
  .eael-checkbox input[type="checkbox"]:checked + label::before {
235
+ background: #2ddaa3;
236
+ border: 1px solid #2ddaa3;
237
  }
238
  .eael-checkbox input[type="checkbox"]:checked + label::after {
239
  left: 1.2em;
240
+ background: #ffffff;
241
  animation: switch-on 0.3s ease-out;
242
  }
243
 
262
  }
263
  .eael-tabs li a.active {
264
  background-color: #fff;
265
+ color: #724fb6;
266
  }
267
 
268
  /* Footer Style */
415
  }
416
 
417
  .go-premium .eael-btn.eael-license-btn {
418
+ background: linear-gradient(-30deg, #4d18ff, #9a7cff);
419
  margin-top: 30px;
420
+ transition: all 0.3s ease;
421
+ }
422
+ .go-premium .eael-btn.eael-license-btn:hover {
423
+ opacity: 0.85;
424
  }
425
 
426
  .go-premium img {
464
  align-content: center;
465
  }
466
 
467
+ .eael-elements-list h4 {
468
+ font-size: 20px;
469
+ text-transform: capitalize;
470
+ letter-spacing: 1px;
471
+ color: #724fb6;
472
+ margin: 2em 10px 1em;
473
+ font-weight: 500;
474
+ }
475
+
476
  /* Header Button */
477
+ .eael-header-bar .eael-btn,
478
+ .eael-save-btn-wrap .eael-btn {
479
+ border-radius: 3px;
480
+ background-image: -moz-linear-gradient(
481
+ -169deg,
482
+ rgb(146, 113, 255) 0%,
483
+ rgb(87, 37, 255) 100%
484
+ );
485
+ background-image: -webkit-linear-gradient(
486
+ -169deg,
487
+ rgb(146, 113, 255) 0%,
488
+ rgb(87, 37, 255) 100%
489
+ );
490
+ background-image: -ms-linear-gradient(
491
+ -169deg,
492
+ rgb(146, 113, 255) 0%,
493
+ rgb(87, 37, 255) 100%
494
+ );
495
+ width: 160px;
496
+ height: 50px;
497
+ transition: all 300ms ease-in-out;
498
  }
499
  .eael-header-bar .eael-btn:hover,
500
  .eael-header-bar .eael-btn:focus {
511
  background: #ff5544;
512
  }
513
 
514
+ .eael-admin-block-content .ea-button {
515
+ font-size: 13px;
516
+ border-radius: 3px;
517
+ background-image: -webkit-linear-gradient(
518
+ -169deg,
519
+ rgb(146, 113, 255) 0%,
520
+ rgb(87, 37, 255) 100%
521
+ );
522
+ background-image: -ms-linear-gradient(
523
+ -169deg,
524
+ rgb(146, 113, 255) 0%,
525
+ rgb(87, 37, 255) 100%
526
+ );
527
+ -webkit-box-shadow: 0px 14px 15px 0px rgba(0, 5, 41, 0.08);
528
+ box-shadow: 0px 14px 15px 0px rgba(0, 5, 41, 0.08);
529
+ box-shadow: 0px 14px 15px 0px rgba(0, 5, 41, 0.08);
530
+ color: #fff;
531
+ display: inline-block;
532
+ padding: 12px 22px 14px;
533
+ text-decoration: none;
534
+ line-height: 1;
535
+ transition: all 0.3s;
536
+ }
537
+
538
+ .ea-button:hover {
539
+ opacity: 0.85;
540
+ }
541
+
542
  /* Admin Blocks */
543
  .eael-admin-general-wrapper {
544
  width: 100%;
561
  justify-content: space-between;
562
  margin: -10px;
563
  }
564
+
565
  .eael-admin-block-wrapper .eael-admin-block {
566
  background-color: #fff;
567
  flex: 1 1 auto;
568
  min-width: 250px;
569
  width: 300px;
570
  margin: 10px 10px 25px 10px;
571
+ box-shadow: 0px 8px 38px 0px rgba(16, 16, 16, 0.07);
572
+ border-radius: 5px;
573
+ display: flex;
574
+ flex-direction: column;
575
+ justify-content: center;
576
  }
577
+
578
  .eael-admin-block-large,
579
  .eael-sidebar-widget {
580
  background: #fff;
586
  padding: 8px;
587
  }
588
  .eael-admin-block-header {
 
 
 
 
 
589
  display: flex;
590
  align-content: center;
591
  align-items: center;
592
+ padding: 30px 0 0 25px;
593
  }
594
  .eael-admin-block-header-icon {
595
+ height: 40px;
596
+ width: 40px;
597
+ background: #f3edff;
598
  padding: 10px;
599
+ box-sizing: border-box;
600
+ border-radius: 50%;
601
  }
602
  .eael-admin-block-header-icon svg {
603
+ /* width: 80%;
604
  display: block;
605
+ margin: 0 auto; */
606
  }
607
  .eael-admin-block-review .eael-admin-block-header-icon svg {
608
+ /* width: 100%; */
609
  }
610
  .eael-admin-block-support .eael-admin-block-header-icon {
611
+ /* width: 30px; */
612
  }
613
  .eael-settings-tab .eael-admin-title {
614
+ margin: 0.7em 0 1em;
615
  padding: 0 1.26582em;
616
+ font-size: 15px;
617
  font-weight: 600;
618
  text-overflow: ellipsis;
619
  white-space: nowrap;
620
+ color: #333333;
621
  }
622
  .eael-admin-block-content {
623
  overflow: hidden;
624
  position: relative;
625
  padding: 1em 1.5em 1.5em;
626
  background-color: #fff;
627
+ padding-left: 85px;
628
+ padding-bottom: 30px;
629
+ padding-top: 0px;
630
  }
631
+
632
  .eael-preview-img {
633
  width: 100%;
634
  height: 100%;
658
  display: block;
659
  margin: 10px auto;
660
  }
661
+ .eael-admin-sidebar-cta {
662
+ text-align: center;
663
+ }
664
+
665
  .eael-admin-sidebar-cta a {
666
+ font-size: 16px;
667
+ font-weight: 600;
668
+ color: #333333;
669
  text-decoration: none;
 
 
670
  text-align: center;
671
  margin: 20px auto;
672
+ display: inline-block;
673
+ border-radius: 5px;
674
+ box-shadow: 0px 5px 23px 0px rgba(5, 9, 54, 0.12);
675
+ background: #ffffff;
676
+ padding: 15px 35px;
677
  outline: none;
 
678
  transition: all 0.3s;
679
  }
680
 
 
 
 
 
 
681
  /* Facebook Settings CSS */
682
  #social-networks input {
683
  padding: 10px;
724
  .eael-notice-text {
725
  padding-left: 10px;
726
  }
727
+ .eael-el-title {
728
+ position: relative;
729
+ }
730
+ .eael-checkbox {
731
+ overflow: hidden;
732
+ }
733
+
734
+ label.eael-get-pro + .eael-el-title {
735
+ padding-left: 25px;
736
+ }
737
+
738
+ .pro-label {
739
+ font-size: 11px;
740
+ color: #ffffff;
741
+ text-transform: uppercase;
742
+ text-align: center;
743
+ -webkit-transform: rotate(-45deg);
744
+ -moz-transform: rotate(-45deg);
745
+ -ms-transform: rotate(-45deg);
746
+ -o-transform: rotate(-45deg);
747
+ position: absolute;
748
+ top: -14px;
749
+ left: -45px;
750
+ width: 80px;
751
+ background-image: -moz-linear-gradient(
752
+ -122deg,
753
+ rgb(146, 113, 255) 0%,
754
+ rgb(87, 37, 255) 100%
755
+ );
756
+ background-image: -webkit-linear-gradient(
757
+ -122deg,
758
+ rgb(146, 113, 255) 0%,
759
+ rgb(87, 37, 255) 100%
760
+ );
761
+ background-image: -ms-linear-gradient(
762
+ -122deg,
763
+ rgb(146, 113, 255) 0%,
764
+ rgb(87, 37, 255) 100%
765
+ );
766
+ box-shadow: 0px 3px 7px 0px rgba(0, 5, 41, 0.1);
767
+ color: #fff;
768
+ }
769
+ #toplevel_page_eael-settings.current .wp-menu-image img {
770
+ opacity: 1;
771
+ }
772
+
773
+ .eael-admin-block-content a {
774
+ color: #5725ff;
775
+ }
776
+
777
+ .elements-global-control-wrap {
778
+ text-align: center;
779
+ }
780
+
781
+ .eael-checkbox-container.elements-global-control-wrap
782
+ .eael-checkbox.checkbox-toggle-all {
783
+ display: inline-block;
784
+ margin: 0 auto;
785
+ }
786
+
787
+ .eael-checkbox-container.elements-global-control-wrap
788
+ .eael-checkbox
789
+ label:after {
790
+ width: 1.8em;
791
+ height: 1.8em;
792
+ }
793
+
794
+ .eael-checkbox-container.elements-global-control-wrap
795
+ .eael-checkbox
796
+ input[type="checkbox"]:checked
797
+ + label::after {
798
+ left: 2.2em;
799
+ }
800
+
801
+ .eael-checkbox-container.elements-global-control-wrap .eael-checkbox label,
802
+ .eael-checkbox-container.elements-global-control-wrap
803
+ .eael-checkbox
804
+ label:before {
805
+ width: 100px;
806
+ height: 2em;
807
+ }
808
+
809
+ .eael-checkbox-container.elements-global-control-wrap
810
+ .eael-checkbox.checkbox-toggle-all {
811
+ flex-basis: 150px;
812
+ padding: 10px 20px 5px;
813
+ }
814
+
815
+ .elements-global-control-wrap h4 {
816
+ font-size: 25px;
817
+ font-weight: bold;
818
+ font-style: normal;
819
+ color: #333333;
820
+ letter-spacing: 1px;
821
+ text-transform: uppercase;
822
+ }
823
+
824
+ .elements-controls-wrap.elements-global-control-wrap p {
825
+ font-size: 14px;
826
+ color: #707070;
827
+ }
828
+
829
+ button.eael-btn.eael-global-control-enable {
830
+ background: #0099cc;
831
+ }
832
+
833
+ button.eael-btn.eael-global-control-disable {
834
+ background: #dc4444;
835
+ }
836
+
837
+ .eael-btn-group button {
838
+ border: 0px solid;
839
+ color: #fff;
840
+ padding: 13px 25px;
841
+ border-radius: 3px;
842
+ font-size: 14px;
843
+ letter-spacing: 1px;
844
+ margin: 0 3px;
845
+ cursor: pointer;
846
+ transition: 300ms;
847
+ }
848
+
849
+ button.eael-btn.eael-global-control-enable:hover {
850
+ background: #46c1ea;
851
+ }
852
+
853
+ button.eael-btn.eael-global-control-disable:hover {
854
+ background: #d01111;
855
+ }
assets/admin/css/eael-notice.css CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  /* review notice */
2
  .wpdeveloper-review-notice {
3
  padding: 10px;
@@ -34,6 +46,39 @@
34
  .wpdeveloper-notice-thumbnail img:hover {
35
  opacity: 1;
36
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  .eael-review-text {
38
  overflow: hidden;
39
  }
@@ -97,3 +142,7 @@
97
  padding: 0;
98
  width: 80px;
99
  }
 
 
 
 
1
+ .notice:after, .notice:before {
2
+ content: "";
3
+ display: table;
4
+ }
5
+ .notice:after {
6
+ clear: both;
7
+ }
8
+ .notice {
9
+ display: flex;
10
+ align-items: center;
11
+ position: relative;
12
+ }
13
  /* review notice */
14
  .wpdeveloper-review-notice {
15
  padding: 10px;
46
  .wpdeveloper-notice-thumbnail img:hover {
47
  opacity: 1;
48
  }
49
+ .wpdeveloper-update-notice .wpdeveloper-notice-thumbnail img {
50
+ width: 40px;
51
+ }
52
+ .wpdeveloper-update-notice .wpdeveloper-notice-thumbnail {
53
+ width: auto;
54
+ padding: 0;
55
+ }
56
+ .wpdeveloper-update-notice .wpdeveloper-notice-message {
57
+ padding: 5px 0;
58
+ }
59
+ .wpdeveloper-update-notice {
60
+ border-color: #6648fe;
61
+ }
62
+ a.ea-notice-cta {
63
+ background-color: #4D18FF;
64
+ background: linear-gradient(-30deg, #4D18FF, #9A7CFF);
65
+ margin-top: 30px;
66
+ color: #fff;
67
+ padding: 8px 20px;
68
+ outline: none;
69
+ text-decoration: none;
70
+ border-radius: 3px;
71
+ margin-left: 10px;
72
+ transition: all .3s ease;
73
+ }
74
+ a.ea-notice-cta:hover{
75
+ opacity: 0.85;
76
+ }
77
+ span.coupon-code {
78
+ background: #ebebeb;
79
+ padding: 5px 10px;
80
+ letter-spacing: 0.035em;
81
+ }
82
  .eael-review-text {
83
  overflow: hidden;
84
  }
142
  padding: 0;
143
  width: 80px;
144
  }
145
+ .toplevel_page_eael-settings .wp-menu-image img {
146
+ max-width: 20px;
147
+ padding-top: 8px !important;
148
+ }
assets/admin/css/editor.css ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .elementor-panel .pro-feature, .elementor-panel .pro-feature a {
2
+ color: #a4afb7;
3
+ text-transform: uppercase;
4
+ letter-spacing: 1px;
5
+ line-height: 1.8;
6
+ font-style: normal;
7
+ }
8
+
9
+ .elementor-panel .pro-feature a {
10
+ text-decoration: underline;
11
+ color: #f54 !important;
12
+ }
13
+
14
+ .elementor-panel .elementor-control-eael_section_pro .elementor-panel-heading-title.elementor-panel-heading-title,
15
+ .elementor-panel .elementor-control-eael_section_pro .elementor-panel-heading-toggle,
16
+ .elementor-control-data_table_header_colspan_pro_alert .elementor-control-title,
17
+ .elementor-control-data_table_header_img_pro_alert .elementor-control-title,
18
+ .elementor-control-data_table_content_rowspan_pro_alert .elementor-control-title,
19
+ .elementor-control-data_table_content_colspan_pro_alert .elementor-control-title,
20
+ .elementor-control-data_table_content_template_pro_alert .elementor-control-title {
21
+ color: #f54;
22
+ }
23
+
24
+ .elementor-panel .elementor-control-eael_control_get_pro .elementor-control-field {
25
+ display: none !important;
26
+ }
27
+
28
+ .elementor-control-eael_pricing_table_style_pro_alert .elementor-control-title,
29
+ .elementor-control-eael_section_countdown_style_pro_alert .elementor-control-title,
30
+ .elementor-control-eael_fancy_text_style_pro_alert .elementor-control-title,
31
+ .elementor-control-eael_section_data_table_enabled_pro_alert .elementor-control-title,
32
+ .elementor-control-eael_img_accordion_type_pro_alert .elementor-control-title,
33
+ .elementor-control-eael_ticker_type_pro_alert .elementor-control-title,
34
+ .elementor-control-eael_team_members_preset_pro_alert .elementor-control-title {
35
+ color: #f54;
36
+ }
assets/admin/images/ea-icon-color.png DELETED
Binary file
assets/admin/images/ea-icon-white.svg ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="500px" height="500px" viewBox="0 0 500 500" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 52.4 (67378) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Layout</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="EA-Icon-White" transform="translate(-6.000000, -6.000000)">
8
+ <g id="Layout" transform="translate(6.000000, 6.000000)">
9
+ <circle id="Oval" fill="#FFFFFF" cx="250" cy="250" r="250"></circle>
10
+ <path d="M99.7198474,162 L184.587381,162 L184.993446,162.201576 L185.297995,162.201576 C190.37383,162.201576 194.502113,164.788436 197.68297,169.962234 C198.765815,172.112383 199.307229,174.329692 199.307229,176.614226 C199.307229,182.191177 196.532481,186.491412 190.982901,189.51506 C189.087923,190.388559 187.192973,190.825301 185.297995,190.825301 L98.8062017,190.825301 C94.7455338,190.825301 91.1586644,188.977544 88.0454857,185.281974 C86.0151517,182.594287 85,179.839449 85,177.017377 L85,175.807924 C85,171.37324 87.2333338,167.576939 91.7000685,164.418906 C94.1364692,162.940678 96.538995,162.201576 98.9077179,162.201576 L99.3137827,162.201576 L99.7198474,162 Z M99.5162779,233.566265 L143.268136,233.768548 C146.178174,233.768548 149.291191,235.25194 152.60728,238.21877 C155.246617,241.253027 156.566265,244.556947 156.566265,248.130628 C156.566265,253.120296 154.231502,257.199625 149.561907,260.368738 C147.260947,261.717297 145.027696,262.391566 142.862087,262.391566 L98.602666,262.391566 C94.2714472,262.391566 90.5155247,260.233904 87.334786,255.918516 C85.7782542,253.49111 85,251.063741 85,248.636335 L85,247.422638 C85,242.837538 87.4024369,238.893062 92.2073827,235.589093 C94.6436933,234.37539 96.9446188,233.768548 99.1102281,233.768548 L99.313253,233.768548 C99.4486036,233.768548 99.5162779,233.701121 99.5162779,233.566265 Z M184.540583,233.566265 L185.248573,233.566265 C190.710237,233.566265 194.991847,236.41821 198.093532,242.122185 C198.902667,244.159319 199.307229,246.128519 199.307229,248.029844 C199.307229,253.733819 196.509011,258.113591 190.912492,261.169292 C188.889654,261.984146 187.10284,262.391566 185.551997,262.391566 L184.136018,262.391566 C179.550918,262.391566 175.640156,259.980994 172.403614,255.159777 C171.122484,252.715216 170.481928,250.304644 170.481928,247.927988 C170.481928,242.359821 173.246432,238.014001 178.775523,234.890396 C180.865789,234.007637 182.787457,233.566265 184.540583,233.566265 Z M99.7198474,306.126506 L184.587381,306.126506 C184.587381,306.262315 185.636372,306.432074 187.734383,306.635787 C191.253629,307.518545 193.926862,309.114276 195.754162,311.423028 C198.122885,314.207111 199.307229,317.398573 199.307229,320.997509 C199.307229,326.497771 196.532481,330.843592 190.982901,334.035102 C189.290956,334.646242 188.140451,334.951807 187.531351,334.951807 L96.7758779,334.951807 C94.407155,334.951807 91.5647301,333.356076 88.2485181,330.164566 C86.0828285,327.244674 85,324.290874 85,321.303078 L85,320.386372 C85,315.361442 87.5378793,311.253283 92.6137142,308.061774 C94.1026257,307.179016 96.4036363,306.567885 99.516815,306.228362 C99.516815,306.160458 99.5844918,306.126506 99.7198474,306.126506 Z M328.836284,163.987952 L330.041973,163.987952 C335.266652,163.987952 339.586995,166.61038 343.003132,171.855315 C368.52368,222.758082 381.451218,248.747018 381.786134,249.822902 C382.723897,253.117797 383.192771,255.101429 383.192771,255.773856 C383.192771,261.825705 380.279051,266.566248 374.451525,269.995629 C371.973151,271.205998 369.528306,271.811174 367.116915,271.811174 C361.892236,271.811174 357.504911,269.424092 353.954808,264.649856 C353.55291,264.044671 346.41932,249.789421 332.553825,221.883676 C331.616062,220.942278 330.57784,220.471585 329.439128,220.471585 C327.29567,220.471585 325.554137,222.354354 324.214475,226.119949 L272.771737,328.294808 C270.762245,331.320732 267.815034,333.472468 263.930016,334.75008 C263.394152,334.884565 262.925277,334.951807 262.523379,334.951807 L257.198251,334.951807 C254.853844,334.951807 252.074089,333.606972 248.858901,330.917262 C245.643714,327.622367 244.036145,323.789587 244.036145,319.418808 C244.036145,316.392884 246.313535,310.677335 250.868383,302.271991 C250.868383,302.070262 268.61863,266.465756 304.119656,195.457405 C311.889691,179.7226 316.07607,171.418244 316.678918,170.544088 C320.22902,166.173309 324.281435,163.987952 328.836284,163.987952 Z M398.89759,308.114458 L400.189759,308.114458 C405.225929,308.114458 409.433718,310.673784 412.813253,315.792514 C414.271092,318.553934 415,321.146936 415,323.571598 C415,329.431197 412.216895,334.078395 406.650602,337.513332 C404.662641,338.456256 403.171692,338.927711 402.177711,338.927711 L397.009036,338.927711 C394.623482,338.927711 391.774113,337.445995 388.460843,334.48252 C385.611432,331.182286 384.186747,327.579024 384.186747,323.672625 C384.186747,318.688598 386.274076,314.47918 390.448795,311.044243 C393.298207,309.091043 396.114444,308.114458 398.89759,308.114458 Z" id="EA" fill="#23282D"></path>
11
+ </g>
12
+ </g>
13
+ </g>
14
+ </svg>
assets/admin/images/ea-logo.svg DELETED
@@ -1,65 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="453px" height="446px" viewBox="0 0 453 446" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
4
- <title>EA Logo</title>
5
- <desc>Created with Sketch.</desc>
6
- <defs>
7
- <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
8
- <stop stop-color="#2460FF" offset="0%"></stop>
9
- <stop stop-color="#B80AFF" offset="100%"></stop>
10
- </linearGradient>
11
- <path d="M86.5578125,142.765625 L145.339062,142.765625 L145.620312,142.90625 L145.83125,142.90625 C149.346893,142.90625 152.206239,144.710919 154.409375,148.320312 C155.159379,149.82032 155.534375,151.36718 155.534375,152.960938 C155.534375,156.851582 153.612519,159.851552 149.76875,161.960938 C148.456243,162.570316 147.143757,162.875 145.83125,162.875 L85.925,162.875 C83.1124859,162.875 80.6281357,161.58595 78.471875,159.007812 C77.0656179,157.132803 76.3625,155.210947 76.3625,153.242188 L76.3625,152.398438 C76.3625,149.304672 77.9093595,146.656261 81.003125,144.453125 C82.6906334,143.42187 84.3546792,142.90625 85.9953125,142.90625 L86.2765625,142.90625 L86.5578125,142.765625 Z M86.4171875,193.039062 L116.721875,193.179688 C118.73751,193.179688 120.893738,194.210927 123.190625,196.273438 C125.018759,198.382823 125.932812,200.679675 125.932812,203.164062 C125.932812,206.63283 124.315641,209.468739 121.08125,211.671875 C119.487492,212.60938 117.940632,213.078125 116.440625,213.078125 L85.784375,213.078125 C82.78436,213.078125 80.1828235,211.57814 77.9796875,208.578125 C76.9015571,206.890617 76.3625,205.203133 76.3625,203.515625 L76.3625,202.671875 C76.3625,199.484359 78.0265458,196.742199 81.3546875,194.445312 C83.0421959,193.601558 84.63593,193.179688 86.1359375,193.179688 L86.2765625,193.179688 C86.3703129,193.179688 86.4171875,193.132813 86.4171875,193.039062 Z M145.26875,193.179688 L145.760937,193.179688 C149.557831,193.179688 152.534364,195.148418 154.690625,199.085938 C155.253128,200.492195 155.534375,201.851556 155.534375,203.164062 C155.534375,207.101582 153.589082,210.124989 149.698437,212.234375 C148.29218,212.796878 147.050005,213.078125 145.971875,213.078125 L144.9875,213.078125 C141.799984,213.078125 139.081261,211.414079 136.83125,208.085938 C135.94062,206.398429 135.495312,204.734383 135.495312,203.09375 C135.495312,199.249981 137.417168,196.250011 141.260937,194.09375 C142.71407,193.484372 144.049994,193.179688 145.26875,193.179688 Z M86.5578125,243.101562 L145.339062,243.101562 C145.339062,243.195313 146.065618,243.312499 147.51875,243.453125 C149.956262,244.062503 151.807806,245.164055 153.073437,246.757812 C154.714071,248.679697 155.534375,250.8828 155.534375,253.367188 C155.534375,257.164081 153.612519,260.164051 149.76875,262.367188 C148.596869,262.789065 147.800002,263 147.378125,263 L84.51875,263 C82.8781167,263 80.9093864,261.898449 78.6125,259.695312 C77.1124925,257.679677 76.3625,255.640635 76.3625,253.578125 L76.3625,252.945312 C76.3625,249.476545 78.1202949,246.640636 81.6359375,244.4375 C82.6671926,243.828122 84.2609267,243.406251 86.4171875,243.171875 C86.4171875,243.125 86.464062,243.101562 86.5578125,243.101562 Z M246.01875,143.820312 L246.8625,143.820312 C250.518768,143.820312 253.542175,145.648419 255.932812,149.304688 C273.792277,184.78924 282.839061,202.906246 283.073437,203.65625 C283.729691,205.953136 284.057812,207.335935 284.057812,207.804688 C284.057812,212.023459 282.01877,215.328113 277.940625,217.71875 C276.206241,218.562504 274.495321,218.984375 272.807812,218.984375 C269.151544,218.984375 266.081262,217.320329 263.596875,213.992188 C263.315624,213.57031 258.323486,203.63291 248.620312,184.179688 C247.964059,183.523434 247.237504,183.195312 246.440625,183.195312 C244.940617,183.195312 243.72188,184.507799 242.784375,187.132812 L206.784375,258.359375 C205.378118,260.468761 203.315639,261.968746 200.596875,262.859375 C200.221873,262.953125 199.893751,263 199.6125,263 L195.885937,263 C194.245304,263 192.300011,262.062509 190.05,260.1875 C187.799989,257.890614 186.675,255.218765 186.675,252.171875 C186.675,250.062489 188.268734,246.078154 191.45625,240.21875 C191.45625,240.078124 203.878001,215.25806 228.721875,165.757812 C234.159402,154.789008 237.08906,149.000003 237.510937,148.390625 C239.995325,145.343735 242.831234,143.820312 246.01875,143.820312 Z M294.815625,241.554688 L295.729687,241.554688 C299.292205,241.554688 302.268738,243.33592 304.659375,246.898438 C305.69063,248.820322 306.20625,250.624992 306.20625,252.3125 C306.20625,256.390645 304.23752,259.624988 300.3,262.015625 C298.893743,262.671878 297.839066,263 297.135937,263 L293.479687,263 C291.792179,263 289.776574,261.96876 287.432812,259.90625 C285.417177,257.609364 284.409375,255.101576 284.409375,252.382812 C284.409375,248.914045 285.885923,245.984387 288.839062,243.59375 C290.854698,242.234368 292.846865,241.554688 294.815625,241.554688 Z" id="path-2"></path>
12
- <filter x="-17.6%" y="-21.2%" width="135.2%" height="167.4%" filterUnits="objectBoundingBox" id="filter-3">
13
- <feOffset dx="0" dy="15" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
14
- <feGaussianBlur stdDeviation="11" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
15
- <feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
16
- </filter>
17
- <circle id="path-4" cx="318.5" cy="60.5" r="55.5"></circle>
18
- <filter x="-65.8%" y="-44.1%" width="222.5%" height="222.5%" filterUnits="objectBoundingBox" id="filter-5">
19
- <feOffset dx="-5" dy="19" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
20
- <feGaussianBlur stdDeviation="19.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
21
- <feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.28161798 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
22
- </filter>
23
- <circle id="path-6" cx="319" cy="61" r="17"></circle>
24
- <filter x="-152.9%" y="-111.8%" width="388.2%" height="388.2%" filterUnits="objectBoundingBox" id="filter-7">
25
- <feOffset dx="-3" dy="11" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
26
- <feGaussianBlur stdDeviation="14.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
27
- <feColorMatrix values="0 0 0 0 0.382304935 0 0 0 0 0.0324290316 0 0 0 0 0.516581633 0 0 0 0.654381793 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
28
- </filter>
29
- <circle id="path-8" cx="63.5" cy="348.5" r="9.5"></circle>
30
- <filter x="-147.4%" y="-89.5%" width="363.2%" height="363.2%" filterUnits="objectBoundingBox" id="filter-9">
31
- <feOffset dx="-3" dy="8" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
32
- <feGaussianBlur stdDeviation="7" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
33
- <feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.28161798 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
34
- </filter>
35
- <linearGradient x1="79.4076969%" y1="0%" x2="6.26301354%" y2="100%" id="linearGradient-10">
36
- <stop stop-color="#FF710F" offset="0%"></stop>
37
- <stop stop-color="#CB16A9" offset="100%"></stop>
38
- </linearGradient>
39
- </defs>
40
- <g id="EA-Logo" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
41
- <g id="Group-5" transform="translate(29.000000, 19.000000)">
42
- <circle id="Oval-2" fill="url(#linearGradient-1)" cx="187" cy="208" r="187"></circle>
43
- <g id="EA">
44
- <use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
45
- <use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-2"></use>
46
- </g>
47
- <g id="Oval-3" opacity="0.913225446">
48
- <use fill="black" fill-opacity="1" filter="url(#filter-5)" xlink:href="#path-4"></use>
49
- <use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-4"></use>
50
- </g>
51
- <g id="Oval-3">
52
- <use fill="black" fill-opacity="1" filter="url(#filter-7)" xlink:href="#path-6"></use>
53
- <use fill="#A43DFF" fill-rule="evenodd" xlink:href="#path-6"></use>
54
- </g>
55
- <g id="Oval-3-Copy-2" opacity="0.913225446" transform="translate(63.500000, 348.500000) rotate(-7.000000) translate(-63.500000, -348.500000) ">
56
- <use fill="black" fill-opacity="1" filter="url(#filter-9)" xlink:href="#path-8"></use>
57
- <use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-8"></use>
58
- </g>
59
- <circle id="Oval-3-Copy-4" fill="#F5A623" cx="385" cy="117" r="12"></circle>
60
- <circle id="Oval-3-Copy-5" fill="#D8D8D8" cx="257" cy="9" r="9"></circle>
61
- <path d="M145.182623,334.548531 C139.966285,339.764869 137.156925,346.476118 136.753323,353.300766 C136.311922,360.746058 133.113592,367.759704 127.839945,373.033351 C122.604098,378.270418 115.653858,381.543128 108.259778,381.941852 C100.95349,382.335699 93.769137,385.480378 88.3930654,391.383204 C83.408402,396.856823 80.9099736,403.833889 80.8989995,410.813393 L80.8989995,410.914598 C80.9111929,417.89898 83.4144987,424.878484 88.4064781,430.352103 C99.6170933,442.645492 118.683918,442.977153 130.316425,431.343426 C135.532764,426.127088 138.340904,419.418278 138.745725,412.591191 C139.185907,405.144679 142.384237,398.132253 147.659103,392.857387 C152.894951,387.62032 159.843972,384.350049 167.239271,383.951325 C174.544339,383.557478 181.729912,380.41036 187.104764,374.508753 C192.077234,369.048547 194.575662,362.093429 194.59883,355.130996 L194.59883,354.934682 C194.575662,347.964933 192.073576,341.002499 187.092571,335.541074 C181.332407,329.223671 173.498145,326.06558 165.663883,326.06558 C158.251513,326.06558 150.839143,328.89323 145.182623,334.548531" id="Fill-1" fill="url(#linearGradient-10)" opacity="0.897879464" transform="translate(137.748915, 382.946435) rotate(34.000000) translate(-137.748915, -382.946435) "></path>
62
- <path d="M220.972652,42 C213.584652,42.035 207.609652,48.035 207.609652,55.43 C207.609652,58.85 208.887652,61.971 210.992652,64.341 C213.289652,66.927 214.540652,70.274 214.540652,73.732 L214.539652,73.732 C214.539652,76.922 213.499652,80.038 211.513652,82.514 C209.037652,84.5 205.920652,85.541 202.731652,85.541 C199.272652,85.541 195.925652,84.29 193.340652,81.994 C190.969652,79.888 187.849652,78.609 184.429652,78.609 C176.801652,78.609 170.659652,84.969 171.014652,92.675 C171.330652,99.551 176.908652,105.132 183.784652,105.454 C187.483652,105.627 190.869652,104.303 193.393652,102.036 C195.949652,99.743 199.300652,98.537 202.733652,98.537 C206.191652,98.537 209.539652,99.788 212.125652,102.085 C214.494652,104.189 217.614652,105.469 221.035652,105.469 C222.732652,105.469 224.354652,105.152 225.849652,104.578 C225.856652,104.576 225.863652,104.574 225.869652,104.57 C226.071652,104.492 226.271652,104.411 226.467652,104.323 C226.485652,104.315 226.501652,104.307 226.519652,104.299 C226.705652,104.216 226.888652,104.13 227.070652,104.038 C227.097652,104.024 227.125652,104.009 227.152652,103.995 C227.322652,103.908 227.489652,103.818 227.656652,103.725 C227.693652,103.704 227.729652,103.681 227.765652,103.659 C227.920652,103.569 228.073652,103.479 228.223652,103.384 C228.270652,103.355 228.315652,103.323 228.361652,103.292 C228.499652,103.202 228.637652,103.111 228.772652,103.017 C228.828652,102.977 228.882652,102.936 228.936652,102.896 C229.058652,102.806 229.181652,102.717 229.301652,102.623 C229.366652,102.572 229.427652,102.52 229.491652,102.468 C229.598652,102.381 229.705652,102.295 229.809652,102.205 C229.882652,102.143 229.952652,102.077 230.023652,102.013 C230.115652,101.931 230.207652,101.848 230.296652,101.763 C230.377652,101.687 230.452652,101.608 230.530652,101.531 C230.608652,101.454 230.686652,101.377 230.762652,101.298 C230.847652,101.208 230.929652,101.116 231.012652,101.024 C231.076652,100.952 231.141652,100.883 231.204652,100.811 C231.294652,100.706 231.380652,100.599 231.467652,100.492 C231.518652,100.429 231.572652,100.366 231.621652,100.302 C231.715652,100.182 231.805652,100.06 231.894652,99.938 C231.934652,99.882 231.976652,99.829 232.015652,99.774 C232.110652,99.639 232.201652,99.501 232.291652,99.362 C232.321652,99.317 232.353652,99.271 232.383652,99.224 C232.478652,99.074 232.569652,98.921 232.658652,98.767 C232.679652,98.73 232.702652,98.694 232.723652,98.656 C232.818652,98.491 232.906652,98.322 232.994652,98.152 C233.008652,98.125 233.022652,98.099 233.037652,98.071 C233.129652,97.89 233.214652,97.707 233.298652,97.519 C233.305652,97.503 233.314652,97.486 233.321652,97.469 C233.409652,97.272 233.491652,97.072 233.569652,96.871 L233.578652,96.851 C234.152652,95.356 234.467652,93.733 234.467652,92.037 C234.467652,88.617 233.189652,85.496 231.083652,83.125 C228.787652,80.54 227.536652,77.191 227.536652,73.733 C227.536652,70.301 228.741652,66.949 231.035652,64.395 C233.302652,61.87 234.625652,58.484 234.453652,54.786 C234.131652,47.91 228.550652,42.332 221.673652,42.015 C221.486652,42.006 221.299652,42.001 221.113652,42 L220.972652,42 Z" id="Fill-1" fill="#FFFFFF" opacity="0.096875"></path>
63
- </g>
64
- </g>
65
- </svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/admin/images/icon-clean-cache.svg ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:url(#SVGID_1_);}
7
+ </style>
8
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="0" y1="250.782" x2="500" y2="250.782">
9
+ <stop offset="0" style="stop-color:#5725FF"/>
10
+ <stop offset="1" style="stop-color:#9271FF"/>
11
+ </linearGradient>
12
+ <path class="st0" d="M250,500.8c-137.8,0-250-112.1-250-250c0-137.9,112.2-250,250-250s250,112.1,250,250
13
+ C500,388.6,387.8,500.8,250,500.8z M250,25.2c-124.4,0-225.6,101.2-225.6,225.6S125.6,476.4,250,476.4s225.6-101.2,225.6-225.6
14
+ S374.4,25.2,250,25.2L250,25.2z M261.5,423.9c-2.2,0-4.4-0.6-6.4-1.8l-60-36.9c-0.4-0.2-0.7-0.4-1.1-0.7L66.9,306.2
15
+ c-4.2-2.6-6.4-7.5-5.6-12.3c0.8-4.9,4.5-8.8,9.3-9.9c0.8-0.2,78.2-19.3,130.3-110c3.3-5.7,10.4-7.8,16.2-4.8l34.1,17.7l56.1-111
16
+ c3-6,10.4-8.4,16.4-5.4c6,3,8.4,10.4,5.4,16.4c0,0,0,0,0,0l-56.2,111.2l14.2,7.4l55.8-110.4c3-6,10.3-8.4,16.4-5.4
17
+ c6,3,8.4,10.4,5.4,16.4l-55.9,110.6l30.8,16c4.2,2.2,6.7,6.6,6.6,11.3c-0.1,4-4.4,100.1-75.7,176.1
18
+ C268.1,422.5,264.8,423.9,261.5,423.9z M220.5,372.1l38.7,23.8c22.5-26.1,36.9-54.4,46.1-79.5l-126-73.2c-28.8,29.9-58,46.6-78,55.5
19
+ l32.1,19.7l29.2-21.7c5.4-4,13.1-2.9,17.1,2.5c4,5.4,2.9,13-2.5,17.1l-21.4,15.9l43.4,26.7l22.1-22.1c4.8-4.7,12.5-4.8,17.3,0
20
+ c4.8,4.8,4.7,12.5,0,17.2L220.5,372.1L220.5,372.1z M195.7,224.6l117.2,68.1c5.1-18.5,7.2-33.6,8.1-42.1l-105.1-54.5
21
+ C209.4,206.5,202.6,216,195.7,224.6L195.7,224.6z"/>
22
+ </svg>
assets/admin/images/icon-contribute.svg ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:url(#SVGID_1_);}
7
+ .st1{fill:url(#SVGID_2_);}
8
+ </style>
9
+ <g>
10
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="2.0012" y1="192.8752" x2="498" y2="192.8752">
11
+ <stop offset="0" style="stop-color:#5725FF"/>
12
+ <stop offset="1" style="stop-color:#9271FF"/>
13
+ </linearGradient>
14
+ <path class="st0" d="M168,373.08c2.06,5.79,7.54,9.67,13.69,9.67h137.59c6.15,0,11.63-3.87,13.69-9.67
15
+ c8.63-24.28,29.25-41.87,53.62-46.95v56.62h29.06h33.64h34.17c4.72,0,9.14-2.29,11.86-6.14c2.73-3.85,3.41-8.78,1.84-13.23
16
+ c-14.34-40.56-52.93-67.81-96.05-67.81c-17.68,0-34.6,4.68-49.41,13.01v-43.05h23.19c8.03,0,14.53-6.51,14.53-14.53
17
+ c0-8.03-6.51-14.53-14.53-14.53h-23.19V205.4c49.23-7.07,87.19-49.52,87.19-100.68V75.66c0-8.03-6.51-14.53-14.53-14.53
18
+ c-8.03,0-14.53,6.51-14.53,14.53v29.06c0,36.09-26.45,66.1-60.97,71.71c-4.55-11.92-14.17-21.34-26.21-25.61v-17.03
19
+ c0-18.45-6.93-35.31-18.3-48.14c27.63-10.29,47.37-36.93,47.37-68.11c0-8.03-6.51-14.53-14.53-14.53s-14.53,6.51-14.53,14.53
20
+ c0,24.04-19.56,43.59-43.59,43.59h-58.12c-24.04,0-43.59-19.56-43.59-43.59c0-8.03-6.51-14.53-14.53-14.53s-14.53,6.51-14.53,14.53
21
+ c0,31.17,19.74,57.81,47.37,68.11c-11.38,12.83-18.3,29.69-18.3,48.14v17.03c-12.05,4.27-21.67,13.7-26.21,25.61
22
+ c-34.53-5.61-60.97-35.62-60.97-71.71V75.66c0-8.03-6.51-14.53-14.53-14.53c-8.03,0-14.53,6.51-14.53,14.53v29.06
23
+ c0,51.15,37.96,93.61,87.19,100.68v31.07h-25.29c-8.03,0-14.53,6.51-14.53,14.53c0,8.03,6.51,14.53,14.53,14.53h25.29v42.5
24
+ c-14.57-8-31.15-12.46-48.44-12.46c-43.54,0-82.74,27.67-97,67.79c-1.58,4.45-0.9,9.39,1.82,13.25c2.72,3.86,7.15,6.15,11.87,6.15
25
+ h41.1h27.68h29.06v-56.62C138.75,331.21,159.37,348.81,168,373.08z M415.66,326.09c17.51,3.57,33.08,13.46,43.72,27.59h-43.72
26
+ V326.09z M206.41,133.78c0-24.04,19.56-43.59,43.59-43.59s43.59,19.56,43.59,43.59v14.53h-87.19V133.78z M177.34,191.91
27
+ c0-8.01,6.52-14.53,14.53-14.53h43.59h29.06h43.59c8.01,0,14.53,6.52,14.53,14.53v140.67c0,0.15,0.02,0.29,0.02,0.44
28
+ c-5.12,6.27-9.54,13.19-13.09,20.67h-45.06h-29.06h-44.09c-3.78-7.94-8.52-15.24-14.04-21.81V191.91z M85.31,353.69H40.88
29
+ c10.85-14,26.8-23.98,44.43-27.58V353.69z"/>
30
+ <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2.0012" y1="455.261" x2="498" y2="455.261">
31
+ <stop offset="0" style="stop-color:#5725FF"/>
32
+ <stop offset="1" style="stop-color:#9271FF"/>
33
+ </linearGradient>
34
+ <path class="st1" d="M483.47,411.81h-67.81v-0.29h-29.06v56.91c-24.37-5.07-44.99-22.67-53.62-46.95
35
+ c-2.06-5.79-7.54-9.67-13.69-9.67H181.69c-6.15,0-11.63,3.87-13.69,9.67c-8.63,24.28-29.25,41.88-53.62,46.95v-56.78H85.31v0.16
36
+ H16.53c-4.72,0-9.15,2.29-11.87,6.15c-2.72,3.86-3.4,8.8-1.82,13.24c14.23,40.03,53.35,67.79,97,67.79
37
+ c39.24,0,74.82-22.97,91.54-58.12h118.21c16.71,35.15,52.3,58.12,91.53,58.12c43.11,0,81.71-27.25,96.05-67.81
38
+ c1.57-4.45,0.89-9.38-1.84-13.23C492.61,414.1,488.19,411.81,483.47,411.81z M85.31,468.46c-17.64-3.6-33.58-13.58-44.43-27.58
39
+ h44.43V468.46z M415.66,468.47v-27.59h43.72C448.73,455,433.17,464.9,415.66,468.47z"/>
40
+ </g>
41
+ </svg>
assets/admin/images/icon-documentation.svg ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:url(#SVGID_1_);}
7
+ </style>
8
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="34.5243" y1="249.6" x2="484" y2="249.6">
9
+ <stop offset="0" style="stop-color:#5725FF"/>
10
+ <stop offset="1" style="stop-color:#9271FF"/>
11
+ </linearGradient>
12
+ <path class="st0" d="M266.7,500.83c-4.27,0-8.43-1.75-11.42-4.81c-4.06-4.16-5.54-10.21-3.85-15.78l23.84-78.48
13
+ c0.76-2.5,2.14-4.81,4-6.66l109.47-109.22c10.52-10.52,24.53-16.31,39.46-16.31c14.93,0,28.95,5.8,39.48,16.33
14
+ C478.2,296.42,484,310.44,484,325.37c0,14.93-5.8,28.95-16.32,39.48L358.44,473.87c-1.94,1.94-4.37,3.35-7.01,4.08l-80.48,22.29
15
+ C269.57,500.63,268.13,500.83,266.7,500.83z M304.63,414.86l-14.25,46.9l48.49-13.43l76.99-76.85l-33.84-33.84L304.63,414.86z
16
+ M428.2,301.45c-6.4,0-12.41,2.49-16.92,7l-6.67,6.66l33.84,33.84l6.68-6.67c9.32-9.33,9.32-24.5-0.01-33.83
17
+ C440.61,303.94,434.6,301.45,428.2,301.45z M110.29,500.83c-41.78,0-75.77-33.99-75.77-75.77V74.14c0-41.78,33.99-75.77,75.77-75.77
18
+ h245.13c41.78,0,75.77,33.99,75.77,75.77v122.62c0,8.8-7.16,15.95-15.95,15.95c-8.8,0-15.95-7.16-15.95-15.95V74.14
19
+ c0-24.19-19.68-43.86-43.86-43.86H110.29c-24.19,0-43.86,19.68-43.86,43.86v350.92c0,24.19,19.68,43.86,43.86,43.86h66.68
20
+ c8.8,0,15.95,7.16,15.95,15.95s-7.16,15.95-15.95,15.95H110.29z M130.12,309.42c-8.8,0-15.95-7.16-15.95-15.95
21
+ s7.16-15.95,15.95-15.95h124.73c8.8,0,15.95,7.16,15.95,15.95s-7.16,15.95-15.95,15.95H130.12z M130.12,229.66
22
+ c-8.8,0-15.95-7.16-15.95-15.95s7.16-15.95,15.95-15.95h205.37c8.8,0,15.95,7.16,15.95,15.95s-7.16,15.95-15.95,15.95H130.12z
23
+ M130.12,149.91c-8.8,0-15.95-7.16-15.95-15.95s7.16-15.95,15.95-15.95h205.37c8.8,0,15.95,7.16,15.95,15.95
24
+ s-7.16,15.95-15.95,15.95H130.12z"/>
25
+ </svg>
assets/admin/images/icon-ea-logo.svg ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="OBJECTS" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill-rule:evenodd;clip-rule:evenodd;fill:url(#Oval-2_2_);}
7
+ .st1{fill-rule:evenodd;clip-rule:evenodd;}
8
+ .st2{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
9
+ .st3{opacity:0.9132;}
10
+ .st4{fill-rule:evenodd;clip-rule:evenodd;fill:#A43DFF;}
11
+ .st5{fill-rule:evenodd;clip-rule:evenodd;fill:#F5A623;}
12
+ .st6{fill-rule:evenodd;clip-rule:evenodd;fill:#D8D8D8;}
13
+ .st7{opacity:0.8979;fill-rule:evenodd;clip-rule:evenodd;fill:url(#Fill-1_2_);enable-background:new ;}
14
+ .st8{opacity:0.0969;fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;enable-background:new ;}
15
+ </style>
16
+ <g id="EA-Logo_1_">
17
+ <g id="Group-5_1_" transform="translate(29.000000, 19.000000)">
18
+
19
+ <linearGradient id="Oval-2_2_" gradientUnits="userSpaceOnUse" x1="-735.5507" y1="505.9755" x2="-735.5507" y2="504.7895" gradientTransform="matrix(374 0 0 -374 275303 189242)">
20
+ <stop offset="0" style="stop-color:#2460FF"/>
21
+ <stop offset="1" style="stop-color:#B80AFF"/>
22
+ </linearGradient>
23
+ <circle id="Oval-2_1_" class="st0" cx="207.06" cy="228.95" r="221.79"/>
24
+ <g id="EA_1_">
25
+ <g>
26
+ <path id="path-2_1_" class="st1" d="M87.93,151.58h69.72l0.33,0.17h0.25c4.17,0,7.56,2.14,10.17,6.42
27
+ c0.89,1.78,1.33,3.61,1.33,5.5c0,4.61-2.28,8.17-6.84,10.67c-1.56,0.72-3.11,1.08-4.67,1.08H87.18c-3.34,0-6.28-1.53-8.84-4.59
28
+ c-1.67-2.22-2.5-4.5-2.5-6.84v-1c0-3.67,1.83-6.81,5.5-9.42c2-1.22,3.98-1.83,5.92-1.83h0.33L87.93,151.58z M87.76,211.21
29
+ l35.94,0.17c2.39,0,4.95,1.22,7.67,3.67c2.17,2.5,3.25,5.23,3.25,8.17c0,4.11-1.92,7.48-5.75,10.09
30
+ c-1.89,1.11-3.72,1.67-5.5,1.67H87.01c-3.56,0-6.64-1.78-9.26-5.34c-1.28-2-1.92-4-1.92-6v-1c0-3.78,1.97-7.03,5.92-9.76
31
+ c2-1,3.89-1.5,5.67-1.5h0.17C87.71,211.38,87.76,211.32,87.76,211.21z M157.56,211.38h0.58c4.5,0,8.03,2.33,10.59,7
32
+ c0.67,1.67,1,3.28,1,4.84c0,4.67-2.31,8.26-6.92,10.76c-1.67,0.67-3.14,1-4.42,1h-1.17c-3.78,0-7-1.97-9.67-5.92
33
+ c-1.06-2-1.58-3.98-1.58-5.92c0-4.56,2.28-8.12,6.84-10.67C154.53,211.74,156.12,211.38,157.56,211.38z M87.93,270.58h69.72
34
+ c0,0.11,0.86,0.25,2.59,0.42c2.89,0.72,5.09,2.03,6.59,3.92c1.95,2.28,2.92,4.89,2.92,7.84c0,4.5-2.28,8.06-6.84,10.67
35
+ c-1.39,0.5-2.33,0.75-2.84,0.75H85.51c-1.95,0-4.28-1.31-7-3.92c-1.78-2.39-2.67-4.81-2.67-7.26v-0.75
36
+ c0-4.11,2.08-7.48,6.25-10.09c1.22-0.72,3.11-1.22,5.67-1.5C87.76,270.61,87.82,270.58,87.93,270.58z M277.05,152.83h1
37
+ c4.34,0,7.92,2.17,10.76,6.5c21.18,42.09,31.91,63.57,32.19,64.46c0.78,2.72,1.17,4.36,1.17,4.92c0,5-2.42,8.92-7.26,11.76
38
+ c-2.06,1-4.09,1.5-6.09,1.5c-4.34,0-7.98-1.97-10.92-5.92c-0.33-0.5-6.25-12.29-17.76-35.36c-0.78-0.78-1.64-1.17-2.59-1.17
39
+ c-1.78,0-3.22,1.56-4.34,4.67l-42.7,84.48c-1.67,2.5-4.11,4.28-7.34,5.34c-0.44,0.11-0.83,0.17-1.17,0.17h-4.42
40
+ c-1.95,0-4.25-1.11-6.92-3.34c-2.67-2.72-4-5.89-4-9.51c0-2.5,1.89-7.23,5.67-14.18c0-0.17,14.73-29.6,44.2-88.31
41
+ c6.45-13.01,9.92-19.88,10.42-20.6C269.91,154.64,273.27,152.83,277.05,152.83z M334.93,268.75h1.08
42
+ c4.23,0,7.76,2.11,10.59,6.34c1.22,2.28,1.83,4.42,1.83,6.42c0,4.84-2.33,8.67-7,11.51c-1.67,0.78-2.92,1.17-3.75,1.17h-4.34
43
+ c-2,0-4.39-1.22-7.17-3.67c-2.39-2.72-3.59-5.7-3.59-8.92c0-4.11,1.75-7.59,5.25-10.42
44
+ C330.23,269.56,332.59,268.75,334.93,268.75z"/>
45
+ </g>
46
+ <g>
47
+ <path class="st2" d="M87.93,151.58h69.72l0.33,0.17h0.25c4.17,0,7.56,2.14,10.17,6.42c0.89,1.78,1.33,3.61,1.33,5.5
48
+ c0,4.61-2.28,8.17-6.84,10.67c-1.56,0.72-3.11,1.08-4.67,1.08H87.18c-3.34,0-6.28-1.53-8.84-4.59c-1.67-2.22-2.5-4.5-2.5-6.84
49
+ v-1c0-3.67,1.83-6.81,5.5-9.42c2-1.22,3.98-1.83,5.92-1.83h0.33L87.93,151.58z M87.76,211.21l35.94,0.17
50
+ c2.39,0,4.95,1.22,7.67,3.67c2.17,2.5,3.25,5.23,3.25,8.17c0,4.11-1.92,7.48-5.75,10.09c-1.89,1.11-3.72,1.67-5.5,1.67H87.01
51
+ c-3.56,0-6.64-1.78-9.26-5.34c-1.28-2-1.92-4-1.92-6v-1c0-3.78,1.97-7.03,5.92-9.76c2-1,3.89-1.5,5.67-1.5h0.17
52
+ C87.71,211.38,87.76,211.32,87.76,211.21z M157.56,211.38h0.58c4.5,0,8.03,2.33,10.59,7c0.67,1.67,1,3.28,1,4.84
53
+ c0,4.67-2.31,8.26-6.92,10.76c-1.67,0.67-3.14,1-4.42,1h-1.17c-3.78,0-7-1.97-9.67-5.92c-1.06-2-1.58-3.98-1.58-5.92
54
+ c0-4.56,2.28-8.12,6.84-10.67C154.53,211.74,156.12,211.38,157.56,211.38z M87.93,270.58h69.72c0,0.11,0.86,0.25,2.59,0.42
55
+ c2.89,0.72,5.09,2.03,6.59,3.92c1.95,2.28,2.92,4.89,2.92,7.84c0,4.5-2.28,8.06-6.84,10.67c-1.39,0.5-2.33,0.75-2.84,0.75H85.51
56
+ c-1.95,0-4.28-1.31-7-3.92c-1.78-2.39-2.67-4.81-2.67-7.26v-0.75c0-4.11,2.08-7.48,6.25-10.09c1.22-0.72,3.11-1.22,5.67-1.5
57
+ C87.76,270.61,87.82,270.58,87.93,270.58z M277.05,152.83h1c4.34,0,7.92,2.17,10.76,6.5c21.18,42.09,31.91,63.57,32.19,64.46
58
+ c0.78,2.72,1.17,4.36,1.17,4.92c0,5-2.42,8.92-7.26,11.76c-2.06,1-4.09,1.5-6.09,1.5c-4.34,0-7.98-1.97-10.92-5.92
59
+ c-0.33-0.5-6.25-12.29-17.76-35.36c-0.78-0.78-1.64-1.17-2.59-1.17c-1.78,0-3.22,1.56-4.34,4.67l-42.7,84.48
60
+ c-1.67,2.5-4.11,4.28-7.34,5.34c-0.44,0.11-0.83,0.17-1.17,0.17h-4.42c-1.95,0-4.25-1.11-6.92-3.34c-2.67-2.72-4-5.89-4-9.51
61
+ c0-2.5,1.89-7.23,5.67-14.18c0-0.17,14.73-29.6,44.2-88.31c6.45-13.01,9.92-19.88,10.42-20.6
62
+ C269.91,154.64,273.27,152.83,277.05,152.83z M334.93,268.75h1.08c4.23,0,7.76,2.11,10.59,6.34c1.22,2.28,1.83,4.42,1.83,6.42
63
+ c0,4.84-2.33,8.67-7,11.51c-1.67,0.78-2.92,1.17-3.75,1.17h-4.34c-2,0-4.39-1.22-7.17-3.67c-2.39-2.72-3.59-5.7-3.59-8.92
64
+ c0-4.11,1.75-7.59,5.25-10.42C330.23,269.56,332.59,268.75,334.93,268.75z"/>
65
+ </g>
66
+ </g>
67
+ <g id="Oval-3_1_" class="st3">
68
+ <g>
69
+ <circle id="path-4_1_" class="st1" cx="363.02" cy="54.02" r="65.82"/>
70
+ </g>
71
+ <g>
72
+ <circle class="st2" cx="363.02" cy="54.02" r="65.82"/>
73
+ </g>
74
+ </g>
75
+ <g>
76
+ <g>
77
+ <circle id="path-6_1_" class="st1" cx="363.61" cy="54.61" r="20.16"/>
78
+ </g>
79
+ <g>
80
+ <circle class="st4" cx="363.61" cy="54.61" r="20.16"/>
81
+ </g>
82
+ </g>
83
+
84
+ <g id="Oval-3-Copy-2_1_" transform="translate(63.500000, 348.500000) rotate(-7.000000) translate(-63.500000, -348.500000) " class="st3">
85
+ <g>
86
+ <circle id="path-8_1_" class="st1" cx="54.87" cy="394.88" r="11.27"/>
87
+ </g>
88
+ <g>
89
+ <circle class="st2" cx="54.87" cy="394.88" r="11.27"/>
90
+ </g>
91
+ </g>
92
+ <circle id="Oval-3-Copy-4_1_" class="st5" cx="441.89" cy="121.03" r="14.23"/>
93
+ <circle id="Oval-3-Copy-5_1_" class="st6" cx="290.08" cy="-7.06" r="10.67"/>
94
+
95
+ <linearGradient id="Fill-1_2_" gradientUnits="userSpaceOnUse" x1="-731.4705" y1="509.0337" x2="-732.3381" y2="507.8477" gradientTransform="matrix(94.2614 63.5801 63.6147 -94.3127 36789.3086 94925.375)">
96
+ <stop offset="0" style="stop-color:#FF710F"/>
97
+ <stop offset="1" style="stop-color:#CB16A9"/>
98
+ </linearGradient>
99
+ <path id="Fill-1_1_" class="st7" d="M188.05,393.79c-8.59,1.67-15.8,6.41-20.72,12.85c-5.37,7.03-13.17,11.8-21.85,13.49
100
+ c-8.62,1.68-17.63,0.29-25.16-4.23c-7.45-4.46-16.59-6.13-25.8-3.89c-8.53,2.08-15.62,7.28-20.25,14.13l-0.07,0.1
101
+ c-4.62,6.88-6.79,15.4-5.51,24.09c2.87,19.52,21.4,32.49,40.55,28.77c8.59-1.67,15.8-6.4,20.72-12.85
102
+ c5.37-7.03,13.17-11.8,21.85-13.49c8.62-1.68,17.62-0.28,25.16,4.23c7.44,4.46,16.6,6.13,25.8,3.89
103
+ c8.51-2.07,15.58-7.25,20.22-14.08l0.13-0.19c4.6-6.87,6.76-15.37,5.48-24.05c-1.47-10.03-7.08-18.33-14.79-23.53
104
+ C206.53,394.11,197.36,391.98,188.05,393.79"/>
105
+ <path class="st8" d="M247.35,32.07c-8.76,0.04-15.85,7.16-15.85,15.93c0,4.06,1.52,7.76,4.01,10.57
106
+ c2.72,3.07,4.21,7.04,4.21,11.14h0c0,3.78-1.23,7.48-3.59,10.42c-2.94,2.36-6.63,3.59-10.42,3.59c-4.1,0-8.07-1.48-11.14-4.21
107
+ c-2.81-2.5-6.51-4.01-10.57-4.01c-9.05,0-16.33,7.54-15.91,16.68c0.37,8.16,6.99,14.77,15.15,15.16c4.39,0.21,8.4-1.37,11.4-4.05
108
+ c3.03-2.72,7.01-4.15,11.08-4.15c4.1,0,8.07,1.48,11.14,4.21c2.81,2.5,6.51,4.01,10.57,4.01c2.01,0,3.94-0.38,5.71-1.06
109
+ c0.01,0,0.02,0,0.02-0.01c0.24-0.09,0.48-0.19,0.71-0.29c0.02-0.01,0.04-0.02,0.06-0.03c0.22-0.1,0.44-0.2,0.65-0.31
110
+ c0.03-0.02,0.07-0.03,0.1-0.05c0.2-0.1,0.4-0.21,0.6-0.32c0.04-0.02,0.09-0.05,0.13-0.08c0.18-0.11,0.37-0.21,0.54-0.33
111
+ c0.06-0.03,0.11-0.07,0.16-0.11c0.16-0.11,0.33-0.21,0.49-0.33c0.07-0.05,0.13-0.1,0.19-0.14c0.14-0.11,0.29-0.21,0.43-0.32
112
+ c0.08-0.06,0.15-0.12,0.23-0.18c0.13-0.1,0.25-0.21,0.38-0.31c0.09-0.07,0.17-0.15,0.25-0.23c0.11-0.1,0.22-0.2,0.32-0.3
113
+ c0.1-0.09,0.19-0.18,0.28-0.28c0.09-0.09,0.19-0.18,0.28-0.28c0.1-0.11,0.2-0.22,0.3-0.32c0.08-0.09,0.15-0.17,0.23-0.25
114
+ c0.11-0.12,0.21-0.25,0.31-0.38c0.06-0.07,0.12-0.15,0.18-0.23c0.11-0.14,0.22-0.29,0.32-0.43c0.05-0.07,0.1-0.13,0.14-0.19
115
+ c0.11-0.16,0.22-0.32,0.33-0.49c0.04-0.05,0.07-0.11,0.11-0.16c0.11-0.18,0.22-0.36,0.33-0.54c0.02-0.04,0.05-0.09,0.08-0.13
116
+ c0.11-0.2,0.22-0.4,0.32-0.6c0.02-0.03,0.03-0.06,0.05-0.1c0.11-0.21,0.21-0.43,0.31-0.65c0.01-0.02,0.02-0.04,0.03-0.06
117
+ c0.1-0.23,0.2-0.47,0.29-0.71l0.01-0.02c0.68-1.77,1.05-3.7,1.05-5.71c0-4.06-1.52-7.76-4.01-10.57
118
+ c-2.72-3.07-4.21-7.04-4.21-11.14c0-4.07,1.43-8.05,4.15-11.08c2.69-2.99,4.26-7.01,4.05-11.4c-0.38-8.16-7-14.77-15.16-15.15
119
+ c-0.22-0.01-0.44-0.02-0.66-0.02H247.35z"/>
120
+ </g>
121
+ </g>
122
+ </svg>
assets/admin/images/icon-elements.svg ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:url(#SVGID_1_);}
7
+ .st1{fill:url(#SVGID_2_);}
8
+ .st2{fill:url(#SVGID_3_);}
9
+ </style>
10
+ <g>
11
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-3.9837" y1="147.7842" x2="508.0342" y2="147.7842">
12
+ <stop offset="0" style="stop-color:#5725FF"/>
13
+ <stop offset="1" style="stop-color:#9271FF"/>
14
+ </linearGradient>
15
+ <path class="st0" d="M359.88,206.46c1.77-2.9,2.53-6.31,2.53-9.71V97.9c-0.05,0.03-0.1,0.05-0.15,0.08
16
+ c-33.92-19.18-66.02-37.02-97.76-55.47c-8.86-5.15-16.21-4.99-25.01,0.11c-28.26,16.38-68.29,38.5-97.46,54.97
17
+ c7.63,4.2,15.47,8.53,23.41,12.9c-8.46-4.58-16.51-8.93-23.29-12.58v98.86c0,3.4,0.76,6.8,2.53,9.71c0.88,1.44,1.91,2.61,3.09,3.3
18
+ c29.63,17.34,85.01,47.1,85.01,47.1l0.97-108.9c4.33,2.36,8.59,4.67,12.75,6.93c2.7,1.46,7.31,2.07,9.81,0.73
19
+ c4.91-2.62,9.81-5.25,14.72-7.89l0.74,109.13c0,0,55.37-29.75,85.01-47.1C357.97,209.07,359,207.9,359.88,206.46z"/>
20
+ <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-3.9837" y1="352.079" x2="508.0342" y2="352.079">
21
+ <stop offset="0" style="stop-color:#5725FF"/>
22
+ <stop offset="1" style="stop-color:#9271FF"/>
23
+ </linearGradient>
24
+ <path class="st1" d="M499.85,302.27c-33.92-19.18-66.02-37.02-97.76-55.47c-8.86-5.15-16.21-4.99-25.01,0.11
25
+ c-28.26,16.38-68.29,38.5-97.46,54.97c7.63,4.2,15.47,8.52,23.4,12.9c-8.46-4.58-16.51-8.93-23.28-12.58v98.86
26
+ c0,3.4,0.76,6.8,2.53,9.7c0.88,1.44,1.91,2.61,3.09,3.3c29.63,17.34,85.01,47.1,85.01,47.1l0.97-108.9
27
+ c4.33,2.36,8.59,4.67,12.75,6.93c2.7,1.46,7.31,2.07,9.81,0.73c4.91-2.62,9.81-5.25,14.72-7.89l0.74,109.13
28
+ c0,0,55.37-29.75,85.01-47.1c1.18-0.69,2.22-1.86,3.09-3.3c1.77-2.9,2.53-6.31,2.53-9.7v-98.86
29
+ C499.95,302.22,499.9,302.24,499.85,302.27z"/>
30
+ <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-3.9837" y1="352.079" x2="508.0342" y2="352.079">
31
+ <stop offset="0" style="stop-color:#5725FF"/>
32
+ <stop offset="1" style="stop-color:#9271FF"/>
33
+ </linearGradient>
34
+ <path class="st2" d="M122.86,246.8c-8.86-5.15-16.21-4.99-25.01,0.11C69.6,263.28,29.57,285.4,0.4,301.87
35
+ c7.63,4.2,15.47,8.52,23.4,12.9c-8.46-4.58-16.51-8.93-23.28-12.58v98.86c0,3.4,0.76,6.8,2.53,9.7c0.88,1.44,1.91,2.61,3.09,3.3
36
+ c29.63,17.34,85.01,47.1,85.01,47.1l0.97-108.9c4.33,2.36,8.59,4.67,12.75,6.93c2.7,1.46,7.31,2.07,9.81,0.73
37
+ c4.91-2.62,9.81-5.25,14.72-7.89l0.74,109.13c0,0,55.37-29.75,85.01-47.1c1.18-0.69,2.22-1.86,3.09-3.3
38
+ c1.77-2.9,2.53-6.31,2.53-9.7v-98.86c-0.05,0.03-0.1,0.05-0.15,0.08C186.7,283.09,154.6,265.25,122.86,246.8z"/>
39
+ </g>
40
+ </svg>
assets/admin/images/icon-extensions.svg CHANGED
@@ -1,4 +1,26 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80">
3
- <path style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal" d="M 9 11 C 6.8026661 11 5 12.802666 5 15 L 5 27 L 5 28 L 5 65 C 5 67.197334 6.8026661 69 9 69 L 71 69 C 73.197334 69 75 67.197334 75 65 L 75 27 C 75 24.802666 73.197334 23 71 23 L 70 23 L 70 21 C 70 18.802666 68.197334 17 66 17 L 28.166016 17 L 27.205078 14.693359 L 27.205078 14.691406 C 26.27448 12.459084 24.086456 11 21.667969 11 L 9 11 z M 9 13 L 21.667969 13 C 23.284912 13 24.7376 13.968195 25.359375 15.460938 L 26.833984 19 L 66 19 C 67.116666 19 68 19.883334 68 21 L 68 23 L 9 23 C 8.2573422 23 7.5981308 23.261659 7 23.619141 L 7 15 C 7 13.883334 7.8833339 13 9 13 z M 9 25 L 71 25 C 72.116666 25 73 25.883334 73 27 L 73 65 C 73 66.116666 72.116666 67 71 67 L 9 67 C 7.8833339 67 7 66.116666 7 65 L 7 28 L 7 27 C 7 25.883334 7.8833339 25 9 25 z M 69 26 A 1 1 0 0 0 68 27 A 1 1 0 0 0 69 28 A 1 1 0 0 0 70 27 A 1 1 0 0 0 69 26 z M 40 29 C 37.250484 29 35 31.250484 35 34 C 35 34.36902 35.197011 34.656907 35.275391 35 L 31 35 C 29.35503 35 28 36.35503 28 38 L 28 41.275391 C 27.656907 41.197011 27.36902 41 27 41 C 24.250484 41 22 43.250484 22 46 C 22 48.749516 24.250484 51 27 51 C 27.36902 51 27.656907 50.802989 28 50.724609 L 28 55 C 28 56.64497 29.35503 58 31 58 L 34 58 L 37.414062 58 L 37.09375 56.751953 C 37.032056 56.511196 37 56.259976 37 56 C 37 54.331516 38.331516 53 40 53 C 41.668484 53 43 54.331516 43 56 C 43 56.259976 42.96794 56.511196 42.90625 56.751953 L 42.585938 58 L 45 58 L 49 58 C 50.64497 58 52 56.64497 52 55 L 52 51 L 52 48.585938 L 50.751953 48.90625 C 50.511196 48.967944 50.259976 49 50 49 C 48.331516 49 47 47.668484 47 46 C 47 44.331516 48.331516 43 50 43 C 50.259976 43 50.511196 43.03206 50.751953 43.09375 L 52 43.414062 L 52 41 L 52 38 C 52 36.35503 50.64497 35 49 35 L 44.724609 35 C 44.802989 34.656907 45 34.36902 45 34 C 45 31.250484 42.749516 29 40 29 z M 69 30 A 1 1 0 0 0 68 31 A 1 1 0 0 0 69 32 A 1 1 0 0 0 70 31 A 1 1 0 0 0 69 30 z M 40 31 C 41.668484 31 43 32.331516 43 34 C 43 34.539832 42.847747 35.040361 42.582031 35.496094 L 41.705078 37 L 49 37 C 49.56503 37 50 37.43497 50 38 L 50 41 C 47.250484 41 45 43.250484 45 46 C 45 48.749516 47.250484 51 50 51 L 50 55 C 50 55.56503 49.56503 56 49 56 L 45 56 C 45 53.250484 42.749516 51 40 51 C 37.250484 51 35 53.250484 35 56 L 34 56 L 31 56 C 30.43497 56 30 55.56503 30 55 L 30 47.705078 L 28.496094 48.582031 C 28.040361 48.847747 27.539832 49 27 49 C 25.331516 49 24 47.668484 24 46 C 24 44.331516 25.331516 43 27 43 C 27.539832 43 28.040361 43.152253 28.496094 43.417969 L 30 44.294922 L 30 38 C 30 37.43497 30.43497 37 31 37 L 38.294922 37 L 37.417969 35.496094 C 37.152253 35.040361 37 34.539832 37 34 C 37 32.331516 38.331516 31 40 31 z M 69 34 A 1 1 0 0 0 68 35 A 1 1 0 0 0 69 36 A 1 1 0 0 0 70 35 A 1 1 0 0 0 69 34 z M 69 38 A 1 1 0 0 0 68 39 A 1 1 0 0 0 69 40 A 1 1 0 0 0 70 39 A 1 1 0 0 0 69 38 z M 69 42 A 1 1 0 0 0 68 43 A 1 1 0 0 0 69 44 A 1 1 0 0 0 70 43 A 1 1 0 0 0 69 42 z M 69 46 A 1 1 0 0 0 68 47 A 1 1 0 0 0 69 48 A 1 1 0 0 0 70 47 A 1 1 0 0 0 69 46 z M 69 50 A 1 1 0 0 0 68 51 A 1 1 0 0 0 69 52 A 1 1 0 0 0 70 51 A 1 1 0 0 0 69 50 z M 69 54 A 1 1 0 0 0 68 55 A 1 1 0 0 0 69 56 A 1 1 0 0 0 70 55 A 1 1 0 0 0 69 54 z M 69 58 A 1 1 0 0 0 68 59 A 1 1 0 0 0 69 60 A 1 1 0 0 0 70 59 A 1 1 0 0 0 69 58 z M 9 62 A 1 1 0 0 0 8 63 A 1 1 0 0 0 9 64 A 1 1 0 0 0 10 63 A 1 1 0 0 0 9 62 z M 13 62 A 1 1 0 0 0 12 63 A 1 1 0 0 0 13 64 A 1 1 0 0 0 14 63 A 1 1 0 0 0 13 62 z M 17 62 A 1 1 0 0 0 16 63 A 1 1 0 0 0 17 64 A 1 1 0 0 0 18 63 A 1 1 0 0 0 17 62 z M 21 62 A 1 1 0 0 0 20 63 A 1 1 0 0 0 21 64 A 1 1 0 0 0 22 63 A 1 1 0 0 0 21 62 z M 25 62 A 1 1 0 0 0 24 63 A 1 1 0 0 0 25 64 A 1 1 0 0 0 26 63 A 1 1 0 0 0 25 62 z M 29 62 A 1 1 0 0 0 28 63 A 1 1 0 0 0 29 64 A 1 1 0 0 0 30 63 A 1 1 0 0 0 29 62 z M 33 62 A 1 1 0 0 0 32 63 A 1 1 0 0 0 33 64 A 1 1 0 0 0 34 63 A 1 1 0 0 0 33 62 z M 37 62 A 1 1 0 0 0 36 63 A 1 1 0 0 0 37 64 A 1 1 0 0 0 38 63 A 1 1 0 0 0 37 62 z M 41 62 A 1 1 0 0 0 40 63 A 1 1 0 0 0 41 64 A 1 1 0 0 0 42 63 A 1 1 0 0 0 41 62 z M 45 62 A 1 1 0 0 0 44 63 A 1 1 0 0 0 45 64 A 1 1 0 0 0 46 63 A 1 1 0 0 0 45 62 z M 49 62 A 1 1 0 0 0 48 63 A 1 1 0 0 0 49 64 A 1 1 0 0 0 50 63 A 1 1 0 0 0 49 62 z M 53 62 A 1 1 0 0 0 52 63 A 1 1 0 0 0 53 64 A 1 1 0 0 0 54 63 A 1 1 0 0 0 53 62 z M 57 62 A 1 1 0 0 0 56 63 A 1 1 0 0 0 57 64 A 1 1 0 0 0 58 63 A 1 1 0 0 0 57 62 z M 61 62 A 1 1 0 0 0 60 63 A 1 1 0 0 0 61 64 A 1 1 0 0 0 62 63 A 1 1 0 0 0 61 62 z M 65 62 A 1 1 0 0 0 64 63 A 1 1 0 0 0 65 64 A 1 1 0 0 0 66 63 A 1 1 0 0 0 65 62 z M 69 62 A 1 1 0 0 0 68 63 A 1 1 0 0 0 69 64 A 1 1 0 0 0 70 63 A 1 1 0 0 0 69 62 z"></path>
4
- </svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:url(#SVGID_1_);}
7
+ </style>
8
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="0.408" y1="249.3124" x2="493.897" y2="249.3124">
9
+ <stop offset="0" style="stop-color:#5725FF"/>
10
+ <stop offset="1" style="stop-color:#9271FF"/>
11
+ </linearGradient>
12
+ <path class="st0" d="M493.02,310.32c-9.36-54.01-73.97-80.4-116.59-41.94c-5.11,4.61-10.69,6.49-17.59,5.9
13
+ c-4.43-0.38-7.36-1.8-7.29-7.07c0.31-21.06,1.44-41.71-0.17-62.72c-0.9-11.8,0.43-24.48-6.34-35.19
14
+ c-10.63-16.79-24.64-27.58-45.78-27.63c-23.08-0.06-73.65-2.01-75.54-2.01c-2.74-8.35-0.7-15.07,3.85-21.29
15
+ c1.23-1.68,2.33-3.46,3.59-5.11c10.48-13.67,14.44-29.04,13.97-46.27c-1.33-49.5-50.35-78.36-93.62-62.77
16
+ c-45.84,16.52-60.71,73.63-29.21,111.08c6.54,7.78,9.02,15.2,4.86,25.18c-1.86,0-56.96,0.81-82.28,1.4
17
+ c-19.6,0.46-42.72,21.88-43.35,40.65c-0.25,7.26-0.5,20.17-0.6,25.81c0.45,13.48,0.05,26.87-0.26,40.38
18
+ c-0.02,3.95-0.04,8.12-0.06,12.48c0.64,3.64,3.33,4.74,7.14,5.07c6.9,0.59,12.48-1.29,17.59-5.9
19
+ c42.63-38.47,107.23-12.07,116.59,41.94c0.14,0.83,0.58,1.62,0.88,2.43v15.63c-1,3.63-1.93,7.29-3,10.9
20
+ c-14.63,49.35-72.89,67.39-112.46,34.49c-7.72-6.42-15.48-8.48-25.9-5.77c0,4.13-0.65,36.72-1.02,62.22
21
+ c0.09,13.6,0.23,22.96,0.46,25.53v1.03h0.09c0.32,3.63,0.64,7.26,0.99,10.88c0.94,9.94,6.08,17.69,13.18,24.66
22
+ c4.23,4.15,8.8,7.35,13.69,9.69c6.59,3.16,13.87,4.61,21.18,4.61h250.71c7.35,0,14.63-1.65,21.15-5.05
23
+ c0.05-0.02,0.09-0.05,0.14-0.07c10.33-5.42,17.68-14.26,24.06-24.01c3.56-5.44,5.17-10.9,5.21-17.44
24
+ c0.12-22.39,1.28-78.56,1.28-84.06c10.42-2.71,18.17-0.65,25.9,5.77c39.56,32.9,97.83,14.86,112.46-34.49
25
+ c1.07-3.61,2.01-7.27,3-10.9v-15.63C493.6,311.94,493.16,311.15,493.02,310.32z"/>
26
+ </svg>
assets/admin/images/icon-general.svg ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:url(#SVGID_1_);}
7
+ </style>
8
+ <g>
9
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-3.051759e-05" y1="251.286" x2="500" y2="251.286">
10
+ <stop offset="0" style="stop-color:#5725FF"/>
11
+ <stop offset="1" style="stop-color:#9271FF"/>
12
+ </linearGradient>
13
+ <path class="st0" d="M498.43,223.54c-0.79-7.03-8.98-12.32-16.07-12.32c-22.91,0-43.25-13.44-51.77-34.25
14
+ c-8.7-21.32-3.09-46.16,13.98-61.82c5.37-4.91,6.03-13.15,1.52-18.86c-11.73-14.89-25.05-28.34-39.6-40
15
+ c-5.69-4.57-14.05-3.94-19,1.53c-14.91,16.5-41.67,22.64-62.36,14.01c-21.52-9.06-35.1-30.87-33.77-54.28
16
+ c0.44-7.36-4.94-13.75-12.27-14.6c-18.68-2.16-37.52-2.23-56.26-0.15c-7.23,0.8-12.61,7.04-12.37,14.31
17
+ c0.81,23.19-12.92,44.61-34.23,53.34c-20.44,8.34-47.02,2.26-61.89-14.1c-4.91-5.4-13.14-6.05-18.87-1.58
18
+ c-14.97,11.75-28.6,25.21-40.44,39.98c-4.61,5.74-3.93,14.06,1.49,18.99c17.41,15.76,23.02,40.82,13.98,62.38
19
+ c-8.63,20.56-29.96,33.8-54.4,33.8C8.18,209.67,2.54,215,1.67,222.21c-2.19,18.77-2.22,37.91-0.11,56.85
20
+ c0.79,7.05,9.23,12.3,16.4,12.3c21.77-0.56,42.67,12.91,51.44,34.25c8.74,21.31,3.11,46.15-13.98,61.83
21
+ c-5.35,4.91-6.03,13.12-1.52,18.83c11.61,14.8,24.95,28.26,39.55,40.02c5.72,4.61,14.06,3.97,19.03-1.51
22
+ c14.96-16.53,41.73-22.66,62.33-14.01c21.58,9.03,35.15,30.84,33.83,54.26c-0.44,7.36,4.95,13.77,12.26,14.6
23
+ c9.57,1.12,19.17,1.67,28.8,1.67c9.15,0,18.3-0.49,27.45-1.51c7.24-0.8,12.61-7.05,12.36-14.32c-0.83-23.18,12.94-44.6,34.22-53.32
24
+ c20.57-8.39,47.04-2.25,61.91,14.09c4.94,5.37,13.1,6.03,18.87,1.58c14.95-11.73,28.55-25.18,40.44-40
25
+ c4.61-5.73,3.96-14.06-1.49-19c-17.4-15.74-23.04-40.82-14.01-62.36c8.5-20.27,29.05-33.89,51.15-33.89l3.09,0.09
26
+ c7.17,0.58,13.77-4.94,14.63-12.26C500.53,261.59,500.55,242.47,498.43,223.54z M373.74,325.19c-0.9,1.54-1.88,3.04-2.83,4.54
27
+ l-51.16-51.16c3.88-9.14,5.93-19.06,5.93-29.3c0-20.03-7.81-38.88-21.98-53.04c-14.16-14.16-33.01-21.97-53.05-21.97
28
+ c-6.69,0-13.34,0.89-19.78,2.64c-2.82,0.77-5.13,3.09-5.88,5.92c-0.76,2.89,0.1,5.85,2.36,8.11c0,0,26.45,26.66,35.3,35.51
29
+ c0.93,0.92,0.92,3.14,0.8,3.94l-0.08,0.58c-0.9,9.73-2.62,21.41-4.03,25.9c-0.19,0.19-0.37,0.35-0.57,0.55
30
+ c-0.2,0.2-0.39,0.39-0.59,0.6c-4.55,1.46-16.41,3.2-26.29,4.08l0.01-0.06l-0.45,0.12c-0.08,0.01-0.22,0.02-0.42,0.02
31
+ c-1.07,0-2.64-0.3-4.07-1.72c-9.21-9.22-34.63-34.45-34.63-34.45c-2.28-2.28-4.62-2.75-6.18-2.75c-3.63,0-6.88,2.63-7.91,6.39
32
+ c-7,25.89,0.42,53.74,19.35,72.69c14.17,14.17,33.02,21.97,53.05,21.97c10.24,0,20.15-2.04,29.3-5.93l51.66,51.67
33
+ c-0.78,0.53-1.54,1.09-2.34,1.61l-1.72,1.11c-23.17,14.83-50.84,23.24-80.54,22.64c-76.23-1.55-138.75-63.37-141.08-139.58
34
+ c-2.54-83.24,65.51-151.21,148.76-148.57c77.16,2.45,139.27,66.56,139.43,143.75C394.19,278.12,386.73,303.5,373.74,325.19z"/>
35
+ </g>
36
+ </svg>
assets/admin/images/icon-modules.svg DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 50 50" version="1.1">
3
- <g id="ea-icon-modules">
4
- <path style=" " d="M 24.8125 2 C 24.703125 2.023438 24.597656 2.066406 24.5 2.125 L 16.5 6.5625 C 16.46875 6.582031 16.4375 6.601563 16.40625 6.625 C 16.394531 6.636719 16.386719 6.644531 16.375 6.65625 C 16.363281 6.667969 16.355469 6.675781 16.34375 6.6875 C 16.320313 6.707031 16.300781 6.726563 16.28125 6.75 C 16.234375 6.796875 16.191406 6.851563 16.15625 6.90625 C 16.144531 6.925781 16.132813 6.949219 16.125 6.96875 C 16.113281 6.988281 16.101563 7.011719 16.09375 7.03125 C 16.082031 7.042969 16.074219 7.050781 16.0625 7.0625 C 16.0625 7.074219 16.0625 7.082031 16.0625 7.09375 C 16.050781 7.113281 16.039063 7.136719 16.03125 7.15625 C 16.03125 7.167969 16.03125 7.175781 16.03125 7.1875 C 16.03125 7.207031 16.03125 7.230469 16.03125 7.25 C 16.019531 7.289063 16.007813 7.332031 16 7.375 C 15.992188 7.4375 15.992188 7.5 16 7.5625 L 16 10.84375 L 6.5 16.125 C 6.1875 16.304688 5.996094 16.640625 6 17 L 6 25.625 L 2.625 27.5 L 2.5 27.5625 C 2.46875 27.582031 2.4375 27.601563 2.40625 27.625 C 2.394531 27.636719 2.386719 27.644531 2.375 27.65625 C 2.363281 27.667969 2.355469 27.675781 2.34375 27.6875 C 2.320313 27.707031 2.300781 27.726563 2.28125 27.75 C 2.257813 27.769531 2.238281 27.789063 2.21875 27.8125 C 2.195313 27.84375 2.175781 27.875 2.15625 27.90625 C 2.144531 27.925781 2.132813 27.949219 2.125 27.96875 C 2.113281 27.988281 2.101563 28.011719 2.09375 28.03125 C 2.082031 28.042969 2.074219 28.050781 2.0625 28.0625 C 2.0625 28.074219 2.0625 28.082031 2.0625 28.09375 C 2.050781 28.113281 2.039063 28.136719 2.03125 28.15625 C 2.03125 28.167969 2.03125 28.175781 2.03125 28.1875 C 2.03125 28.207031 2.03125 28.230469 2.03125 28.25 C 2.019531 28.289063 2.007813 28.332031 2 28.375 C 1.992188 28.4375 1.992188 28.5 2 28.5625 L 2 37.34375 C 1.996094 37.703125 2.1875 38.039063 2.5 38.21875 L 10.4375 42.625 L 10.5 42.65625 C 10.511719 42.667969 10.519531 42.675781 10.53125 42.6875 C 10.550781 42.6875 10.574219 42.6875 10.59375 42.6875 C 10.605469 42.699219 10.613281 42.707031 10.625 42.71875 C 10.644531 42.730469 10.667969 42.742188 10.6875 42.75 C 10.699219 42.75 10.707031 42.75 10.71875 42.75 C 10.738281 42.75 10.761719 42.75 10.78125 42.75 C 10.792969 42.761719 10.800781 42.769531 10.8125 42.78125 C 10.832031 42.78125 10.855469 42.78125 10.875 42.78125 C 10.886719 42.78125 10.894531 42.78125 10.90625 42.78125 C 10.925781 42.78125 10.949219 42.78125 10.96875 42.78125 C 10.980469 42.78125 10.988281 42.78125 11 42.78125 C 11.019531 42.78125 11.042969 42.78125 11.0625 42.78125 C 11.082031 42.78125 11.105469 42.78125 11.125 42.78125 C 11.210938 42.769531 11.292969 42.75 11.375 42.71875 C 11.386719 42.71875 11.394531 42.71875 11.40625 42.71875 C 11.417969 42.707031 11.425781 42.699219 11.4375 42.6875 C 11.457031 42.679688 11.480469 42.667969 11.5 42.65625 L 11.59375 42.59375 C 11.613281 42.585938 11.636719 42.574219 11.65625 42.5625 L 13.3125 41.65625 L 24.5 47.875 C 24.808594 48.054688 25.191406 48.054688 25.5 47.875 L 36.6875 41.65625 L 38.4375 42.625 C 38.46875 42.648438 38.5 42.667969 38.53125 42.6875 C 38.550781 42.6875 38.574219 42.6875 38.59375 42.6875 C 38.605469 42.699219 38.613281 42.707031 38.625 42.71875 C 38.644531 42.730469 38.667969 42.742188 38.6875 42.75 C 38.699219 42.75 38.707031 42.75 38.71875 42.75 C 38.738281 42.75 38.761719 42.75 38.78125 42.75 C 38.792969 42.761719 38.800781 42.769531 38.8125 42.78125 C 38.832031 42.78125 38.855469 42.78125 38.875 42.78125 C 38.886719 42.78125 38.894531 42.78125 38.90625 42.78125 C 38.925781 42.78125 38.949219 42.78125 38.96875 42.78125 C 38.980469 42.78125 38.988281 42.78125 39 42.78125 C 39.019531 42.78125 39.042969 42.78125 39.0625 42.78125 C 39.082031 42.78125 39.105469 42.78125 39.125 42.78125 C 39.210938 42.769531 39.292969 42.75 39.375 42.71875 C 39.386719 42.71875 39.394531 42.71875 39.40625 42.71875 C 39.417969 42.707031 39.425781 42.699219 39.4375 42.6875 C 39.457031 42.679688 39.480469 42.667969 39.5 42.65625 L 39.59375 42.59375 C 39.613281 42.585938 39.636719 42.574219 39.65625 42.5625 L 47.5 38.21875 C 47.8125 38.039063 48.003906 37.703125 48 37.34375 L 48 28.96875 C 48.261719 28.652344 48.300781 28.207031 48.097656 27.847656 C 47.898438 27.488281 47.5 27.289063 47.09375 27.34375 L 44 25.625 L 44 17 C 44.003906 16.640625 43.8125 16.304688 43.5 16.125 L 34 10.84375 L 34 7.96875 C 34.261719 7.652344 34.300781 7.207031 34.097656 6.847656 C 33.898438 6.488281 33.5 6.289063 33.09375 6.34375 L 25.5 2.125 C 25.320313 2.023438 25.113281 1.980469 24.90625 2 C 24.875 2 24.84375 2 24.8125 2 Z M 25 4.15625 L 30.9375 7.4375 L 25 10.65625 L 19.0625 7.4375 Z M 18 9.125 L 24 12.375 L 24 19.0625 L 18 15.75 L 18 11.71875 C 18.058594 11.527344 18.058594 11.316406 18 11.125 Z M 32 9.125 L 32 11.125 C 31.945313 11.308594 31.945313 11.503906 32 11.6875 L 32 15.75 L 26 19.0625 L 26 12.375 Z M 16 13.15625 L 16 16.34375 C 15.996094 16.703125 16.1875 17.039063 16.5 17.21875 L 24.5 21.65625 C 24.511719 21.667969 24.519531 21.675781 24.53125 21.6875 C 24.550781 21.6875 24.574219 21.6875 24.59375 21.6875 C 24.605469 21.699219 24.613281 21.707031 24.625 21.71875 C 24.644531 21.730469 24.667969 21.742188 24.6875 21.75 C 24.699219 21.75 24.707031 21.75 24.71875 21.75 C 24.738281 21.75 24.761719 21.75 24.78125 21.75 C 24.792969 21.761719 24.800781 21.769531 24.8125 21.78125 C 24.832031 21.78125 24.855469 21.78125 24.875 21.78125 C 24.886719 21.78125 24.894531 21.78125 24.90625 21.78125 C 24.925781 21.78125 24.949219 21.78125 24.96875 21.78125 C 24.980469 21.78125 24.988281 21.78125 25 21.78125 C 25.019531 21.78125 25.042969 21.78125 25.0625 21.78125 C 25.082031 21.78125 25.105469 21.78125 25.125 21.78125 C 25.210938 21.769531 25.292969 21.75 25.375 21.71875 C 25.386719 21.71875 25.394531 21.71875 25.40625 21.71875 C 25.417969 21.707031 25.425781 21.699219 25.4375 21.6875 C 25.457031 21.679688 25.480469 21.667969 25.5 21.65625 L 25.59375 21.59375 C 25.613281 21.585938 25.636719 21.574219 25.65625 21.5625 L 33.5 17.21875 C 33.8125 17.039063 34.003906 16.703125 34 16.34375 L 34 13.15625 L 42 17.59375 L 42 24.5 L 39.5 23.125 C 39.320313 23.023438 39.113281 22.980469 38.90625 23 C 38.875 23 38.84375 23 38.8125 23 C 38.703125 23.023438 38.597656 23.066406 38.5 23.125 L 30.5 27.5625 C 30.480469 27.570313 30.457031 27.582031 30.4375 27.59375 C 30.414063 27.613281 30.394531 27.632813 30.375 27.65625 C 30.363281 27.667969 30.355469 27.675781 30.34375 27.6875 C 30.320313 27.707031 30.300781 27.726563 30.28125 27.75 C 30.203125 27.832031 30.140625 27.925781 30.09375 28.03125 C 30.082031 28.042969 30.074219 28.050781 30.0625 28.0625 C 30.0625 28.074219 30.0625 28.082031 30.0625 28.09375 C 30.050781 28.113281 30.039063 28.136719 30.03125 28.15625 C 30.011719 28.226563 30.003906 28.300781 30 28.375 C 30 28.394531 30 28.417969 30 28.4375 L 30 37.34375 C 29.996094 37.703125 30.1875 38.039063 30.5 38.21875 L 34.625 40.5 L 25 45.84375 L 15.375 40.5 L 19.5 38.21875 C 19.8125 38.039063 20.003906 37.703125 20 37.34375 L 20 28.96875 C 20.261719 28.652344 20.300781 28.207031 20.097656 27.847656 C 19.898438 27.488281 19.5 27.289063 19.09375 27.34375 L 11.5 23.125 C 11.320313 23.023438 11.113281 22.980469 10.90625 23 C 10.875 23 10.84375 23 10.8125 23 C 10.703125 23.023438 10.597656 23.066406 10.5 23.125 L 8 24.5 L 8 17.59375 Z M 11 25.15625 L 16.9375 28.4375 L 11 31.65625 L 5.0625 28.4375 L 7.3125 27.1875 L 7.5 27.09375 C 7.519531 27.085938 7.542969 27.074219 7.5625 27.0625 L 7.59375 27.03125 C 7.613281 27.023438 7.636719 27.011719 7.65625 27 Z M 39 25.15625 L 42.4375 27.0625 C 42.496094 27.101563 42.558594 27.132813 42.625 27.15625 L 44.9375 28.4375 L 39 31.65625 L 33.0625 28.4375 Z M 4 30.125 L 10 33.375 L 10 40.0625 L 4 36.75 Z M 18 30.125 L 18 36.75 L 12.9375 39.5625 L 12.90625 39.5625 C 12.886719 39.570313 12.863281 39.582031 12.84375 39.59375 C 12.777344 39.617188 12.714844 39.648438 12.65625 39.6875 C 12.632813 39.707031 12.613281 39.726563 12.59375 39.75 L 12 40.0625 L 12 33.375 Z M 32 30.125 L 38 33.375 L 38 40.0625 L 37.3125 39.6875 C 37.300781 39.675781 37.292969 39.667969 37.28125 39.65625 L 37.21875 39.625 C 37.1875 39.613281 37.15625 39.601563 37.125 39.59375 L 32 36.75 Z M 46 30.125 L 46 36.75 L 40 40.0625 L 40 33.375 Z "></path>
5
- </g>
6
- </svg>
 
 
 
 
 
 
assets/admin/images/icon-need-help.svg ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:url(#SVGID_1_);}
7
+ </style>
8
+ <g>
9
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="22.1892" y1="250.5491" x2="476.903" y2="250.5491">
10
+ <stop offset="0" style="stop-color:#5725FF"/>
11
+ <stop offset="1" style="stop-color:#9271FF"/>
12
+ </linearGradient>
13
+ <path class="st0" d="M66.5,500.1c-24.43,0-44.31-19.93-44.31-44.42v-61.3c0-42.22,31.52-77.68,73.33-82.47l0.48-0.05
14
+ c25.23-2.89,48.29-13.65,66.67-31.12l1.13-1.07l-1.08-1.11c-13.44-13.81-23.51-30.8-29.11-49.12l-0.33-1.09h-2.75
15
+ c-36.51,0-66.22-29.71-66.22-66.22v-0.19c0-36.26,29.5-65.97,65.75-66.22l1.21-0.01l0.28-1.18c6.13-26.15,21.12-49.89,42.22-66.84
16
+ C195.17,10.48,222.09,1,249.55,1s54.37,9.48,75.79,26.69c21.1,16.95,36.09,40.69,42.22,66.84l0.28,1.18l1.21,0.01
17
+ c36.18,0.26,65.61,30.01,65.61,66.32c0,36.57-29.65,66.31-66.09,66.31h-2.73l-0.33,1.09c-5.66,18.55-15.9,35.71-29.59,49.62
18
+ l-1.1,1.12l1.14,1.08c18.31,17.27,42.15,28.27,67.11,30.96c42.1,4.55,73.86,40.03,73.86,82.53v60.93
19
+ c0,24.49-19.88,44.42-44.31,44.42H66.5z M198.82,305.3c-25.74,27.48-60.51,44.97-97.89,49.25l-0.5,0.06
20
+ c-20.1,2.3-35.26,19.39-35.26,39.77v62.73h368.73l0.01-62.37c0-20.51-15.26-37.62-35.49-39.8c-37.73-4.07-72.85-21.59-98.87-49.33
21
+ l-0.74-0.79l-0.99,0.43c-15.28,6.66-31.53,10.03-48.28,10.03c-17.03,0-33.51-3.48-48.98-10.34l-1-0.44L198.82,305.3z M249.55,43.99
22
+ c-43.13,0-78.21,35.09-78.21,78.21v71.9c0,43.13,35.09,78.21,78.21,78.21c29.02,0,55.52-15.98,69.16-41.71l1.2-2.25h-68.75
23
+ c-11.85,0-21.49-9.64-21.49-21.49s9.64-21.49,21.49-21.49h76.61V122.2c0-0.98-0.02-1.96-0.05-2.93c-0.06-0.68-0.09-1.27-0.1-1.86
24
+ C325.06,76.2,290.78,43.99,249.55,43.99z M126.55,139.04c-11.16,1.94-19.26,11.57-19.26,22.9v0.19c0,11.34,8.1,20.97,19.27,22.9
25
+ l1.8,0.31v-46.6L126.55,139.04z M370.74,185.32l1.8-0.32c11.07-1.96,19.11-11.62,19.11-22.97c0-11.36-8.04-21.03-19.11-22.98
26
+ l-1.8-0.32V185.32z"/>
27
+ </g>
28
+ </svg>
assets/admin/images/icon-settings.svg DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 80 80" version="1.1" fill="#333333" width="32px" height="32px">
3
- <g id="ea-icon-settings" fill="#333333">
4
- <path style=" " d="M 36.324219 6 L 34.050781 11.675781 C 30.46875 12.425781 27.136719 13.828125 24.171875 15.765625 L 18.558594 13.359375 L 13.359375 18.558594 L 15.765625 24.171875 C 13.824219 27.136719 12.425781 30.46875 11.675781 34.050781 L 6 36.324219 L 6 43.675781 L 11.675781 45.949219 C 12.425781 49.53125 13.828125 52.863281 15.765625 55.828125 L 13.359375 61.441406 L 18.558594 66.640625 L 24.171875 64.234375 C 27.136719 66.175781 30.46875 67.574219 34.050781 68.324219 L 36.324219 74 L 43.675781 74 L 45.949219 68.324219 C 49.53125 67.574219 52.863281 66.171875 55.828125 64.234375 L 61.441406 66.640625 L 66.640625 61.441406 L 64.234375 55.828125 C 66.175781 52.863281 67.574219 49.53125 68.324219 45.949219 L 74 43.675781 L 74 36.324219 L 68.324219 34.050781 C 67.574219 30.46875 66.171875 27.136719 64.234375 24.171875 L 66.640625 18.558594 L 61.441406 13.359375 L 55.828125 15.765625 C 52.863281 13.824219 49.53125 12.425781 45.949219 11.675781 L 43.675781 6 Z M 37.675781 8 L 42.324219 8 L 44.46875 13.371094 L 45.011719 13.46875 C 48.738281 14.171875 52.199219 15.632813 55.21875 17.699219 L 55.671875 18.003906 L 60.984375 15.730469 L 64.269531 19.015625 L 61.992188 24.328125 L 62.300781 24.78125 C 64.367188 27.800781 65.828125 31.257813 66.527344 34.988281 L 66.628906 35.53125 L 72 37.675781 L 72 42.324219 L 66.628906 44.46875 L 66.53125 45.011719 C 65.828125 48.738281 64.367188 52.199219 62.300781 55.21875 L 61.996094 55.671875 L 64.269531 60.984375 L 60.984375 64.269531 L 55.671875 61.992188 L 55.21875 62.300781 C 52.199219 64.367188 48.742188 65.828125 45.011719 66.527344 L 44.46875 66.628906 L 42.324219 72 L 37.675781 72 L 35.53125 66.628906 L 34.988281 66.53125 C 31.261719 65.828125 27.800781 64.367188 24.78125 62.300781 L 24.328125 61.996094 L 19.015625 64.269531 L 15.730469 60.984375 L 18.007813 55.671875 L 17.699219 55.21875 C 15.632813 52.199219 14.171875 48.742188 13.472656 45.011719 L 13.371094 44.46875 L 8 42.324219 L 8 37.675781 L 13.371094 35.53125 L 13.46875 34.988281 C 14.171875 31.261719 15.632813 27.800781 17.699219 24.78125 L 18.003906 24.328125 L 15.730469 19.015625 L 19.015625 15.730469 L 24.328125 18.007813 L 24.78125 17.699219 C 27.800781 15.632813 31.257813 14.171875 34.988281 13.472656 L 35.53125 13.371094 Z M 40 21 C 39.449219 21 39 21.449219 39 22 C 39 22.550781 39.449219 23 40 23 C 40.550781 23 41 22.550781 41 22 C 41 21.449219 40.550781 21 40 21 Z M 35.347656 21.613281 C 35.324219 21.613281 35.300781 21.613281 35.28125 21.613281 C 35.210938 21.621094 35.148438 21.628906 35.082031 21.648438 C 34.546875 21.792969 34.230469 22.339844 34.375 22.875 C 34.519531 23.40625 35.066406 23.722656 35.597656 23.578125 C 36.132813 23.4375 36.449219 22.890625 36.308594 22.355469 C 36.191406 21.921875 35.800781 21.617188 35.347656 21.613281 Z M 44.652344 21.613281 C 44.203125 21.617188 43.808594 21.921875 43.691406 22.355469 C 43.550781 22.890625 43.867188 23.4375 44.402344 23.578125 C 44.933594 23.722656 45.480469 23.40625 45.625 22.875 C 45.769531 22.339844 45.453125 21.792969 44.917969 21.648438 C 44.832031 21.625 44.742188 21.613281 44.652344 21.613281 Z M 30.976563 23.410156 C 30.808594 23.414063 30.644531 23.460938 30.5 23.546875 C 30.269531 23.675781 30.101563 23.894531 30.03125 24.152344 C 29.964844 24.410156 30 24.683594 30.132813 24.910156 C 30.265625 25.140625 30.484375 25.308594 30.742188 25.378906 C 30.996094 25.445313 31.269531 25.410156 31.5 25.277344 C 31.976563 25 32.140625 24.390625 31.863281 23.910156 C 31.683594 23.59375 31.34375 23.402344 30.976563 23.410156 Z M 48.953125 23.414063 C 48.613281 23.429688 48.304688 23.617188 48.132813 23.910156 C 48 24.140625 47.964844 24.414063 48.03125 24.671875 C 48.101563 24.929688 48.269531 25.148438 48.5 25.28125 C 48.976563 25.554688 49.589844 25.390625 49.863281 24.910156 C 50.140625 24.433594 49.976563 23.824219 49.5 23.546875 C 49.332031 23.449219 49.144531 23.40625 48.953125 23.414063 Z M 27.285156 26.269531 C 27.015625 26.269531 26.753906 26.375 26.5625 26.5625 C 26.175781 26.953125 26.175781 27.589844 26.5625 27.980469 C 26.953125 28.367188 27.589844 28.367188 27.980469 27.980469 C 28.367188 27.589844 28.367188 26.953125 27.980469 26.5625 C 27.792969 26.378906 27.546875 26.273438 27.285156 26.269531 Z M 52.742188 26.269531 C 52.472656 26.265625 52.210938 26.371094 52.019531 26.5625 C 51.628906 26.953125 51.628906 27.589844 52.019531 27.980469 C 52.410156 28.367188 53.042969 28.367188 53.433594 27.980469 C 53.824219 27.589844 53.824219 26.953125 53.433594 26.5625 C 53.25 26.378906 53.003906 26.277344 52.742188 26.269531 Z M 55.5625 30 C 55.394531 30.003906 55.230469 30.050781 55.085938 30.132813 C 54.855469 30.265625 54.6875 30.484375 54.621094 30.742188 C 54.550781 30.996094 54.585938 31.269531 54.71875 31.5 C 54.996094 31.976563 55.609375 32.140625 56.085938 31.863281 C 56.5625 31.589844 56.730469 30.976563 56.453125 30.5 C 56.269531 30.183594 55.929688 29.992188 55.5625 30 Z M 24.363281 30 C 24.023438 30.019531 23.714844 30.207031 23.546875 30.5 C 23.410156 30.730469 23.375 31.003906 23.445313 31.257813 C 23.515625 31.515625 23.683594 31.734375 23.910156 31.867188 C 24.390625 32.144531 25 31.976563 25.277344 31.5 C 25.554688 31.023438 25.390625 30.410156 24.910156 30.136719 C 24.746094 30.039063 24.554688 29.992188 24.363281 30 Z M 40 32 C 35.59375 32 32 35.59375 32 40 C 32 44.40625 35.59375 48 40 48 C 44.40625 48 48 44.40625 48 40 C 48 35.59375 44.40625 32 40 32 Z M 40 34 C 43.324219 34 46 36.675781 46 40 C 46 43.324219 43.324219 46 40 46 C 36.675781 46 34 43.324219 34 40 C 34 36.675781 36.675781 34 40 34 Z M 22.605469 34.34375 C 22.152344 34.347656 21.761719 34.648438 21.644531 35.082031 C 21.503906 35.617188 21.820313 36.164063 22.355469 36.308594 C 22.886719 36.453125 23.433594 36.136719 23.578125 35.601563 C 23.722656 35.066406 23.40625 34.519531 22.871094 34.375 C 22.785156 34.351563 22.695313 34.339844 22.605469 34.34375 Z M 57.394531 34.34375 C 57.371094 34.339844 57.347656 34.34375 57.324219 34.34375 C 57.257813 34.347656 57.191406 34.359375 57.125 34.375 C 56.59375 34.519531 56.277344 35.066406 56.421875 35.601563 C 56.5625 36.136719 57.109375 36.453125 57.644531 36.308594 C 58.179688 36.164063 58.496094 35.617188 58.351563 35.082031 C 58.234375 34.648438 57.84375 34.347656 57.394531 34.34375 Z M 22 39 C 21.449219 39 21 39.449219 21 40 C 21 40.550781 21.449219 41 22 41 C 22.550781 41 23 40.550781 23 40 C 23 39.449219 22.550781 39 22 39 Z M 58 39 C 57.449219 39 57 39.449219 57 40 C 57 40.550781 57.449219 41 58 41 C 58.550781 41 59 40.550781 59 40 C 59 39.449219 58.550781 39 58 39 Z M 22.652344 43.660156 C 22.550781 43.65625 22.449219 43.667969 22.355469 43.691406 C 21.820313 43.835938 21.503906 44.382813 21.644531 44.917969 C 21.789063 45.453125 22.335938 45.769531 22.871094 45.625 C 23.40625 45.480469 23.722656 44.933594 23.578125 44.402344 C 23.464844 43.976563 23.089844 43.675781 22.652344 43.660156 Z M 57.375 43.660156 C 56.925781 43.664063 56.535156 43.96875 56.421875 44.402344 C 56.351563 44.660156 56.386719 44.933594 56.519531 45.160156 C 56.652344 45.390625 56.871094 45.558594 57.128906 45.625 C 57.664063 45.769531 58.210938 45.453125 58.355469 44.921875 C 58.496094 44.386719 58.179688 43.839844 57.644531 43.695313 C 57.558594 43.671875 57.46875 43.660156 57.375 43.660156 Z M 24.390625 48 C 24.222656 48.003906 24.058594 48.046875 23.910156 48.132813 C 23.433594 48.410156 23.269531 49.019531 23.546875 49.5 C 23.675781 49.726563 23.894531 49.894531 24.152344 49.964844 C 24.410156 50.035156 24.683594 50 24.910156 49.863281 C 25.140625 49.734375 25.308594 49.515625 25.378906 49.257813 C 25.445313 49 25.410156 48.726563 25.277344 48.5 C 25.09375 48.179688 24.753906 47.988281 24.390625 48 Z M 55.542969 48.003906 C 55.199219 48.019531 54.890625 48.207031 54.71875 48.5 C 54.585938 48.730469 54.550781 49.003906 54.621094 49.261719 C 54.691406 49.519531 54.859375 49.738281 55.089844 49.871094 C 55.566406 50.144531 56.175781 49.980469 56.453125 49.5 C 56.730469 49.023438 56.566406 48.414063 56.089844 48.136719 C 55.921875 48.039063 55.730469 47.996094 55.542969 48.003906 Z M 27.285156 51.730469 C 27.015625 51.726563 26.753906 51.832031 26.5625 52.019531 C 26.175781 52.410156 26.175781 53.046875 26.5625 53.4375 C 26.953125 53.824219 27.589844 53.824219 27.980469 53.4375 C 28.367188 53.046875 28.367188 52.410156 27.980469 52.019531 C 27.792969 51.835938 27.546875 51.730469 27.285156 51.730469 Z M 52.742188 51.730469 C 52.472656 51.722656 52.210938 51.828125 52.019531 52.019531 C 51.628906 52.410156 51.628906 53.046875 52.019531 53.4375 C 52.410156 53.824219 53.042969 53.824219 53.433594 53.4375 C 53.824219 53.046875 53.824219 52.410156 53.433594 52.019531 C 53.25 51.835938 53.003906 51.734375 52.742188 51.730469 Z M 48.972656 54.589844 C 48.808594 54.589844 48.644531 54.636719 48.5 54.71875 C 48.019531 54.996094 47.855469 55.609375 48.132813 56.085938 C 48.410156 56.5625 49.019531 56.730469 49.5 56.453125 C 49.726563 56.320313 49.894531 56.101563 49.964844 55.84375 C 50.035156 55.589844 50 55.316406 49.863281 55.085938 C 49.683594 54.769531 49.339844 54.578125 48.972656 54.589844 Z M 30.953125 54.589844 C 30.609375 54.605469 30.300781 54.792969 30.132813 55.089844 C 29.855469 55.566406 30.019531 56.179688 30.5 56.453125 C 30.726563 56.589844 31 56.625 31.257813 56.554688 C 31.515625 56.488281 31.734375 56.320313 31.863281 56.089844 C 32 55.859375 32.035156 55.585938 31.964844 55.332031 C 31.894531 55.074219 31.726563 54.855469 31.5 54.722656 C 31.332031 54.625 31.140625 54.582031 30.953125 54.589844 Z M 35.332031 56.390625 C 34.882813 56.394531 34.492188 56.695313 34.375 57.128906 C 34.230469 57.664063 34.546875 58.210938 35.082031 58.355469 C 35.617188 58.5 36.164063 58.183594 36.308594 57.648438 C 36.375 57.390625 36.339844 57.117188 36.207031 56.886719 C 36.074219 56.660156 35.855469 56.492188 35.597656 56.421875 C 35.511719 56.398438 35.421875 56.386719 35.332031 56.390625 Z M 44.699219 56.390625 C 44.597656 56.386719 44.496094 56.394531 44.402344 56.421875 C 43.867188 56.566406 43.550781 57.113281 43.691406 57.644531 C 43.835938 58.179688 44.382813 58.496094 44.917969 58.355469 C 45.453125 58.210938 45.769531 57.664063 45.625 57.128906 C 45.511719 56.707031 45.136719 56.40625 44.699219 56.390625 Z M 40 57 C 39.449219 57 39 57.449219 39 58 C 39 58.550781 39.449219 59 40 59 C 40.550781 59 41 58.550781 41 58 C 41 57.449219 40.550781 57 40 57 Z " fill="#333333"/>
5
- </g>
6
- </svg>
 
 
 
 
 
 
assets/admin/images/icon-show-love.svg ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:url(#SVGID_1_);}
7
+ </style>
8
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-3.527677e-03" y1="251.0002" x2="500" y2="251.0002">
9
+ <stop offset="0" style="stop-color:#5725FF"/>
10
+ <stop offset="1" style="stop-color:#9271FF"/>
11
+ </linearGradient>
12
+ <path class="st0" d="M460.77,80.19c-26.49-27.09-61.93-42.02-99.78-42.02c-37.27,0-72.32,14.52-98.68,40.88l-12.05,12.05
13
+ L238.2,79.05c-26.36-26.36-61.4-40.88-98.66-40.88c-37.27,0-72.32,14.52-98.67,40.88C14.51,105.4,0,140.44,0,177.71
14
+ s14.51,72.31,40.87,98.67l171.98,171.98c9.98,9.97,23.26,15.47,37.4,15.47c14.15,0,27.43-5.5,37.4-15.47L458.52,277.5
15
+ C512.94,223.09,513.94,134.57,460.77,80.19z M139.54,67.52c29.42,0,57.09,11.46,77.9,32.28l12.07,12.07l-19.21,19.22
16
+ c-5.72,5.72-5.72,15.03,0.01,20.76c2.77,2.77,6.46,4.29,10.37,4.29c3.92,0,7.61-1.53,10.38-4.3l52-52.04
17
+ c20.81-20.82,48.49-32.28,77.92-32.28c29.89,0,57.87,11.79,78.8,33.18c41.99,42.94,41.09,112.94-2.02,156.04L266.89,427.61
18
+ c-4.44,4.44-10.35,6.88-16.64,6.88c-6.3,0-12.21-2.44-16.64-6.88L61.62,255.62c-20.81-20.81-32.27-48.48-32.27-77.91
19
+ c0-29.43,11.46-57.1,32.27-77.91C82.43,78.99,110.11,67.52,139.54,67.52z"/>
20
+ </svg>
assets/admin/images/icon-tools.svg ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:url(#SVGID_1_);}
7
+ .st1{fill:url(#SVGID_2_);}
8
+ .st2{fill:url(#SVGID_3_);}
9
+ </style>
10
+ <g>
11
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7322" y1="250.6266" x2="508.4976" y2="250.6266">
12
+ <stop offset="0" style="stop-color:#5725FF"/>
13
+ <stop offset="1" style="stop-color:#9271FF"/>
14
+ </linearGradient>
15
+ <path class="st0" d="M103.03,0.46c65.49,0.51,114.22,62.05,99.12,126.43c-2.1,8.96-0.04,14.2,6.13,20.31
16
+ c48.88,48.47,97.59,97.12,145.91,146.15c6.65,6.74,12.42,8.13,21.41,6.1c63.95-14.4,124.12,33.06,124.41,97.93
17
+ c0.04,8.1-1.2,16.35-2.95,24.28c-3.29,14.88-15.4,18.74-26.48,8.33c-13.28-12.48-25.71-25.87-38.98-38.35
18
+ c-9.99-9.39-25.26-10.11-36.12-2.69c-10.79,7.37-15.64,21.09-10.93,33.49c1.78,4.69,5.05,9.12,8.56,12.8
19
+ c10.77,11.31,22.6,21.69,32.74,33.52c4.28,5,8.36,13.45,7.01,19c-1.15,4.72-9.77,9.63-15.82,10.87
20
+ c-72.17,14.84-134.72-48.92-118.82-121.14c2.17-9.88,0.36-16.1-6.84-23.21c-48.73-48.09-97.1-96.56-145.19-145.28
21
+ c-6.56-6.65-12.27-8.23-21.38-6.19C52.4,219.01-11.53,157.31,2.28,84.99c1.4-7.35,2.5-16.64,11.38-17.03
22
+ c6.34-0.28,14.14,3.28,19.16,7.6c11.81,10.16,22.21,21.95,33.44,32.82c13.25,12.82,31.09,13.26,42.83,1.4
23
+ c11.88-12,11.3-29.33-1.74-42.75C95.94,55.3,83.73,44.29,72.99,31.97c-3.84-4.4-6.92-12.3-5.65-17.45
24
+ c1.1-4.45,8.39-8.55,13.78-10.46C87.99,1.63,95.69,1.55,103.03,0.46z"/>
25
+ <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.7322" y1="381.7935" x2="508.4976" y2="381.7935">
26
+ <stop offset="0" style="stop-color:#5725FF"/>
27
+ <stop offset="1" style="stop-color:#9271FF"/>
28
+ </linearGradient>
29
+ <path class="st1" d="M156.64,262.29c27.4,27.47,54.42,54.56,81.98,82.19c-0.87,1.2-1.88,3.11-3.34,4.57
30
+ c-44.44,44.47-88.86,88.97-133.44,133.29c-24.9,24.76-61.33,25.27-84.88,1.55c-23.22-23.39-22.77-59.63,1.52-84.09
31
+ c44.3-44.62,88.82-89,133.28-133.46C153.28,264.81,155.08,263.56,156.64,262.29z M181.34,338.85c-3.94-4.67-6.84-11.33-10.78-12.02
32
+ c-5.57-0.98-13.75,0.55-17.64,4.3C124,358.97,95.8,387.56,67.53,416.08c-7.85,7.92-8.14,16.03-1.58,22.53
33
+ c6.45,6.39,14.24,5.82,22.37-2.25c28.23-28.02,56.39-56.11,84.37-84.38C175.89,348.75,177.84,344.26,181.34,338.85z"/>
34
+ <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="10.7322" y1="110.2108" x2="508.4976" y2="110.2108">
35
+ <stop offset="0" style="stop-color:#5725FF"/>
36
+ <stop offset="1" style="stop-color:#9271FF"/>
37
+ </linearGradient>
38
+ <path class="st2" d="M323,219.3c-15.44-15.37-28.56-28.42-42.01-41.81c32.57-32.35,65.1-64.66,97.73-97.07
39
+ c-3.9-4.85-7.03-7.65-8.78-11.15c-3.85-7.69-2.32-14.81,5.16-19.37c25.69-15.66,51.55-31.05,77.39-46.45
40
+ c7.14-4.25,13.64-2.35,19.25,3.09c7.47,7.24,14.72,14.71,22.13,22.01c7.17,7.06,7.63,14.42,2.36,23.03
41
+ c-14.15,23.13-27.79,46.58-41.88,69.75c-9.17,15.07-16.86,15.83-29.97,3.54c-1.31-1.22-2.76-2.29-5.41-4.49
42
+ C386.99,153.35,355.26,186.05,323,219.3z"/>
43
+ </g>
44
+ </svg>
assets/admin/images/icon-upgrade.svg CHANGED
@@ -1,10 +1,29 @@
1
- <?xml version="1.0"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 48 48" version="1.1">
3
- <g id="surface1">
4
- <path style=" fill:#424242;" d="M 24 4 C 18.484375 4 14 8.484375 14 14 L 14 18 L 18 18 L 18 14 C 18 10.691406 20.691406 8 24 8 C 27.308594 8 30 10.691406 30 14 L 30 18 L 34 18 L 34 14 C 34 8.484375 29.515625 4 24 4 "></path>
5
- <path style=" fill:#8BC34A;" d="M 37 44 L 11 44 C 8.789063 44 7 42.210938 7 40 L 7 22 C 7 19.789063 8.789063 18 11 18 L 37 18 C 39.210938 18 41 19.789063 41 22 L 41 40 C 41 42.210938 39.210938 44 37 44 "></path>
6
- <path style=" fill:#F1F8E9;" d="M 17 31 C 17 32.65625 15.65625 34 14 34 C 12.34375 34 11 32.65625 11 31 C 11 29.34375 12.34375 28 14 28 C 15.65625 28 17 29.34375 17 31 "></path>
7
- <path style=" fill:#F1F8E9;" d="M 37 31 C 37 32.65625 35.65625 34 34 34 C 32.34375 34 31 32.65625 31 31 C 31 29.34375 32.34375 28 34 28 C 35.65625 28 37 29.34375 37 31 "></path>
8
- <path style=" fill:#F1F8E9;" d="M 27 31 C 27 32.65625 25.65625 34 24 34 C 22.34375 34 21 32.65625 21 31 C 21 29.34375 22.34375 28 24 28 C 25.65625 28 27 29.34375 27 31 "></path>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  </g>
10
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:url(#SVGID_1_);}
7
+ .st1{fill:url(#SVGID_2_);}
8
+ </style>
9
+ <g>
10
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="70.0504" y1="249.2361" x2="431.5472" y2="249.2361">
11
+ <stop offset="0" style="stop-color:#5725FF"/>
12
+ <stop offset="1" style="stop-color:#9271FF"/>
13
+ </linearGradient>
14
+ <path class="st0" d="M393.79,192.71l-233.11,0.2c-0.02-0.95-0.04-1.9-0.07-2.87c-0.66-27.5-1.4-58.67,1.31-81.7
15
+ c3.57-30.27,23.57-52.89,56.32-63.69c9.21-3.04,18.32-4.58,27.09-4.58c19.69,0,38.36,7.73,55.5,22.98
16
+ c17.16,15.26,26.34,35.46,27.28,60.03c0.5,13.23,7.54,20.93,19.82,21.69c0.39,0.03,0.78,0.04,1.17,0.04
17
+ c4.81,0,9.16-1.81,12.58-5.24c4.27-4.27,6.61-10.59,6.61-17.8c0-4.96-0.4-9.92-1.18-14.76C357.08,45,305.28,0,243.96,0
18
+ c-3.33,0-6.71,0.14-10.05,0.4c-65.25,5.18-114.56,59.47-114.69,126.3c-0.04,18.46-0.03,44.52-0.02,66.25l-9.92,0.01
19
+ c-23.22,0-42.04,18.82-42.04,42.04V480.9c0,9.7,7.87,17.57,17.57,17.57l327.81-0.25c12.82,0,23.21-10.39,23.21-23.21V234.74
20
+ C435.83,211.53,417.01,192.71,393.79,192.71z M269.79,373.7v38.87c0,9.88-8.01,17.88-17.88,17.88c-9.88,0-17.88-8.01-17.88-17.88
21
+ V373.7c-18.17-7.15-31.06-24.81-31.06-45.52c0-27.03,21.91-48.94,48.94-48.94c27.03,0,48.94,21.91,48.94,48.94
22
+ C300.85,348.89,287.96,366.56,269.79,373.7z"/>
23
+ <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="87.2524" y1="328.1822" x2="448.7491" y2="328.1822">
24
+ <stop offset="0" style="stop-color:#5725FF"/>
25
+ <stop offset="1" style="stop-color:#9271FF"/>
26
+ </linearGradient>
27
+ <circle class="st1" cx="252.16" cy="328.18" r="17.88"/>
28
  </g>
29
+ </svg>
assets/admin/images/icon-why-premium.svg ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:url(#SVGID_1_);}
7
+ .st1{fill:url(#SVGID_2_);}
8
+ .st2{fill:url(#SVGID_3_);}
9
+ .st3{fill:url(#SVGID_4_);}
10
+ .st4{fill:url(#SVGID_5_);}
11
+ .st5{fill:url(#SVGID_6_);}
12
+ .st6{fill:url(#SVGID_7_);}
13
+ .st7{fill:url(#SVGID_8_);}
14
+ .st8{fill:url(#SVGID_9_);}
15
+ .st9{fill:url(#SVGID_10_);}
16
+ </style>
17
+ <g>
18
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-2.5273" y1="250.782" x2="497.9953" y2="250.782">
19
+ <stop offset="0" style="stop-color:#5725FF"/>
20
+ <stop offset="1" style="stop-color:#9271FF"/>
21
+ </linearGradient>
22
+ <path class="st0" d="M428.9,76.4C382.2,28.3,319.4,1.4,252,0.6c-1,0-2,0-3,0c-65.7,0-127.8,25.5-175,71.8
23
+ C26.5,119.2-0.1,182-0.8,249.1c-0.4,66,24.8,128.6,71,176.1c46.6,48,109.3,74.9,176.5,75.8c1.1,0,2.1,0,3.2,0c0,0,0,0,0,0
24
+ c65.7,0,127.8-25.5,174.9-71.7c47.7-46.8,74.3-109.5,74.9-176.6C500.3,186.6,475.2,124,428.9,76.4z M249.8,481.4l-0.8,0
25
+ C121.8,481,18.5,377.4,18.8,250.4c0.3-127,103.7-230.3,230.5-230.3l0.4,0c127.2,0.2,230.5,103.7,230.4,230.8
26
+ C480.1,378,376.7,481.4,249.8,481.4z"/>
27
+ <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-2.5273" y1="237.9246" x2="498.4112" y2="237.9246">
28
+ <stop offset="0" style="stop-color:#5725FF"/>
29
+ <stop offset="1" style="stop-color:#9271FF"/>
30
+ </linearGradient>
31
+ <path class="st1" d="M258.1,108.1c-3.1-3.1-5.8-4.5-8.6-4.5c-2.8,0-5.5,1.4-8.5,4.5c-33.2,33.2-66.5,66.4-99.7,99.7
32
+ c-6,6-6.1,11.2-0.2,17.1c10.1,10.3,20.6,20.7,31.1,31.1c3.2,3.1,5.9,4.6,8.6,4.6c2.7,0,5.4-1.4,8.5-4.5c5-4.9,10-9.9,14.8-14.7
33
+ c2.5-2.5,5-5,7.5-7.5c0.7-0.7,1.4-1.4,2.4-2.3c0,0,0,0,0.1,0l0,126.5c0,11.5,2.7,14.2,14.4,14.2l25.4,0l17.6,0
34
+ c10.6,0,13.5-2.9,13.5-13.7c0-31.8,0-127.4,0-127.4c2.3,2.3,4.6,4.7,7,7c5.8,5.9,11.8,11.9,17.8,17.8c3.1,3.1,5.9,4.5,8.5,4.5
35
+ c0,0,0,0,0,0c2.7,0,5.4-1.4,8.6-4.6c10.1-10,20.6-20.5,31.1-31.1c5.9-6,5.9-11.1-0.1-17.1C324.5,174.5,291.3,141.3,258.1,108.1z
36
+ M317.5,236.4l-6.4-6.4c-7-7-14-14.1-21.1-21.2c-0.7-0.7-1.4-1.5-2.1-2.2c-1.7-1.9-3.5-3.9-5.7-5.2c-2.7-1.5-5.9-2.5-8.5-2.5
37
+ c-0.6,0-1.3,0.1-1.8,0.2c-4,0.7-6.4,4.4-6.5,9.7c0,2.7,0,5.4,0,8.1l0,39.2c0,30.2,0,60.5,0,90.7c0,0.6,0,1.2,0,1.7c0,2,0,3.6-0.3,4
38
+ c-0.2,0.2-1.7,0.2-2.2,0.2c-0.4,0-0.8,0-1.2,0c-0.6,0-1.2,0-1.9,0l-1.9,0c-2,0-4,0-6,0c-2,0-4,0-6.1,0c-3.3,0-6.1,0.1-8.6,0.2
39
+ c-0.2,0-0.4,0-0.6,0c-1.2,0-1.9-0.2-2.4-0.6c-0.6-0.6-0.7-2.1-0.7-3.9c0.1-35.8,0.1-72.2,0.1-107.4l0-29.2c0-0.8,0-1.6,0-2.4
40
+ c0-5.3-2.1-8.8-6.2-10.4c-1.2-0.5-2.5-0.7-3.7-0.7c-2.8,0-5.5,1.3-8,3.8c-9.7,9.8-19.7,19.7-29.3,29.3l-4.3,4.3
41
+ c-0.2,0.2-0.3,0.3-0.5,0.5L162,216.5l87.7-87.7l87.3,87.4L317.5,236.4z"/>
42
+ <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-2.5273" y1="223.0584" x2="498.4112" y2="223.0584">
43
+ <stop offset="0" style="stop-color:#5725FF"/>
44
+ <stop offset="1" style="stop-color:#9271FF"/>
45
+ </linearGradient>
46
+ <path class="st2" d="M71.6,228.6c6.4-47.4,28.3-86.7,64.9-116.7c24.7-20.3,53.7-33.1,86-38.1c9-1.4,18.2-2.1,27.2-2.1
47
+ c8.8,0,17.8,0.7,26.7,2c0.9,0.1,1.7,0.2,2.6,0.2c5.5,0,9.2-3.1,10.1-8.2c0.4-2.5-0.1-4.9-1.5-6.8c-1.7-2.3-4.5-3.9-8.2-4.5
48
+ c-9.7-1.6-19.7-2.4-29.5-2.4c-12.3,0-24.9,1.3-37.4,3.7C160,66,118.4,92.5,88.7,134.3c-40.8,57.5-49,120.9-24.4,188.5
49
+ c8.8,24.2,23.4,46.7,43.3,67.1c1.9,1.9,4.6,4.2,8.1,4.2c1.1,0,2.2-0.2,3.4-0.6c3.3-1.2,5.5-3.6,6.2-6.5c0.8-3.6-0.7-7.6-4.1-11.2
50
+ c-32-33.2-49.1-73.7-50.7-120.5c0-1.4,0-2.7,0-4.1c0-3.1-0.1-6.2,0.1-9.3C70.8,236.5,71.1,232.4,71.6,228.6z"/>
51
+ <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="-2.5273" y1="242.9939" x2="498.4112" y2="242.9939">
52
+ <stop offset="0" style="stop-color:#5725FF"/>
53
+ <stop offset="1" style="stop-color:#9271FF"/>
54
+ </linearGradient>
55
+ <path class="st3" d="M396.5,117.2c-6.4-6.9-13.6-13.2-20.5-19.3c-1.1-1-2.2-1.9-3.3-2.9c-2-1.8-4.4-2.8-6.9-2.8
56
+ c-2.8,0-5.4,1.2-7.3,3.4c-3.6,4.3-3,9.6,1.6,14c0.9,0.9,1.8,1.7,2.8,2.4c0.4,0.3,0.7,0.6,1.1,0.9c44.2,37.9,65.9,86.3,64.5,143.7
57
+ c-1,40.4-14.9,77-41.3,108.7c-1.4,1.7-2.9,3.3-4.4,4.8c-2.4,2.5-4.9,5.1-6.8,8c-1.8,2.7-2.4,7.2-1.3,10.2c0.9,2.6,5,5.4,7.8,5.4
58
+ l0.1,0c3.4-0.1,7.1-2.4,9.3-4.6c35.3-36.5,55.3-82.5,56.3-129.6C448.9,204.2,430.5,153.7,396.5,117.2z"/>
59
+ <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="-2.5273" y1="77.7156" x2="498.4112" y2="77.7156">
60
+ <stop offset="0" style="stop-color:#5725FF"/>
61
+ <stop offset="1" style="stop-color:#9271FF"/>
62
+ </linearGradient>
63
+ <path class="st4" d="M311.6,82.5c5.7,2.7,12,5.4,19.2,8.3c1.2,0.5,2.5,0.8,3.8,0.8c3.7,0,7.1-2.1,8.7-5.5c2.4-5,0.4-10.4-4.7-12.9
64
+ c-4.7-2.3-9.5-4.3-14.2-6.3c-1.4-0.6-2.7-1.2-4.1-1.7c-1-0.4-2.1-0.7-3-1c-0.3-0.1-0.6-0.2-0.9-0.3l-0.2-0.1l-0.3,0
65
+ c-5.4,0.6-8.7,3.3-9.7,7.9C305.1,76.4,307.1,80.4,311.6,82.5z"/>
66
+ <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="-2.5273" y1="431.2239" x2="498.4112" y2="431.2239">
67
+ <stop offset="0" style="stop-color:#5725FF"/>
68
+ <stop offset="1" style="stop-color:#9271FF"/>
69
+ </linearGradient>
70
+ <path class="st5" d="M249.7,412.9l-0.2,0c-5.3,0-9.3,3.8-9.7,9.5c-0.2,2-0.1,4-0.1,5.9c0,0.9,0,1.8,0,2.7c0,0.8,0,1.7,0,2.5
71
+ c0,2-0.1,4,0.1,6c0.4,5.7,4.5,9.9,9.6,10l0.2,0c5.1,0,9.4-4.2,9.7-9.7c0.3-5.6,0.3-11.5,0-17.6C258.9,416.9,255,413,249.7,412.9z"
72
+ />
73
+ <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="-2.5273" y1="407.6321" x2="498.4112" y2="407.6321">
74
+ <stop offset="0" style="stop-color:#5725FF"/>
75
+ <stop offset="1" style="stop-color:#9271FF"/>
76
+ </linearGradient>
77
+ <path class="st6" d="M164.4,390.4l-0.4,0l-0.3,0.2c-0.2,0.2-0.6,0.4-1.1,0.6c-1.5,0.8-3.5,1.8-4.7,3.5c-3.7,5.3-6.8,11.1-9.4,16
78
+ c-2.4,4.5-0.9,9.6,3.5,12.4c1.7,1,3.5,1.6,5.4,1.6c3,0,5.7-1.5,7.4-4c4.1-6.1,7.3-11.7,9.8-17c1.3-2.8,1.2-5.9-0.4-8.5
79
+ C172.2,392.3,168.7,390.5,164.4,390.4z"/>
80
+ <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="-2.5273" y1="407.1936" x2="498.4112" y2="407.1936">
81
+ <stop offset="0" style="stop-color:#5725FF"/>
82
+ <stop offset="1" style="stop-color:#9271FF"/>
83
+ </linearGradient>
84
+ <path class="st7" d="M351.5,414.6c0-0.6,0-1.3-0.3-1.9c-1-1.7-1.9-3.4-2.8-5.1c-2.6-4.8-5.3-9.7-8.5-14.3c-1.4-2-3.6-3.1-6.1-3.1
85
+ c-1.8,0-3.7,0.6-5.5,1.7c-4.5,2.8-6,7.1-3.9,11.4c2.9,5.9,6.1,12.2,10.4,17.8c1.6,2.1,5.5,3.1,8.4,3.1c0.5,0,1,0,1.4-0.1
86
+ c4-0.5,6.7-3.9,7-8.7l0-0.1l0-0.1C351.5,415,351.5,414.8,351.5,414.6z"/>
87
+ <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="-2.5273" y1="425.1868" x2="498.4112" y2="425.1868">
88
+ <stop offset="0" style="stop-color:#5725FF"/>
89
+ <stop offset="1" style="stop-color:#9271FF"/>
90
+ </linearGradient>
91
+ <path class="st8" d="M208.8,407.6c-0.9-0.3-1.8-0.4-2.8-0.4c-3.9,0-7.4,2.3-8.6,5.7c-1.6,4.6-2.9,9.4-4,13.6
92
+ c-0.4,1.6-0.8,3.2-1.3,4.6l0,0.1l0,0.1c-0.2,5.9,2.4,10.2,7,11.4c0.9,0.2,1.9,0.4,2.8,0.4c0,0,0,0,0,0c4.2,0,7.5-2.4,8.8-6.2
93
+ c2.1-6.5,3.8-12.8,5-18.9C216.5,413.2,214,409.3,208.8,407.6z"/>
94
+ <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="-2.5273" y1="425.1707" x2="498.4112" y2="425.1707">
95
+ <stop offset="0" style="stop-color:#5725FF"/>
96
+ <stop offset="1" style="stop-color:#9271FF"/>
97
+ </linearGradient>
98
+ <path class="st9" d="M305.6,426.7c-1.1-4.3-2.4-9.3-4.2-14c-1.3-3.5-4.3-5.5-8.1-5.5c-0.9,0-1.9,0.1-2.9,0.4
99
+ c-5.2,1.4-8,5.4-7.1,10.3c1.2,6.6,3,13.3,5.4,19.8c1.2,3.5,4.2,5.5,8.1,5.5c0.9,0,1.9-0.1,2.9-0.4c4.8-1.2,7.2-4.7,7.4-10.9l0-0.2
100
+ l-0.1-0.2C306.5,430.1,306.1,428.4,305.6,426.7z"/>
101
+ </g>
102
+ </svg>
assets/admin/images/lock-icon.png DELETED
Binary file
assets/admin/images/tools.svg DELETED
@@ -1,85 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 512.257 512.257" style="enable-background:new 0 0 512.257 512.257;" xml:space="preserve">
5
- <g transform="translate(1 1)">
6
- <g>
7
- <path d="M482.059,385.817c-10.639-7.487-22.917-11.509-35.319-12.165c-46.744-30.61-77.364-53.585-95.241-71.462l-54.915-54.915
8
- l33.324-37.302c6.316,3.565,13.099,5.914,19.884,6.883c5.12,0.853,8.533,0.853,11.947,0.853c6.827,0,8.533,0,15.36,5.973
9
- c-3.413,2.56-5.12,6.827-5.12,11.093s1.707,9.387,5.12,12.8l29.867,29.867c4.267,5.12,11.093,7.68,17.92,7.68
10
- s13.653-2.56,17.92-8.533l60.587-60.587c5.12-4.267,7.68-11.093,7.68-17.92s-2.56-12.8-7.68-17.92l-29.867-29.867
11
- c-3.413-3.413-7.68-5.12-11.947-5.12s-8.533,2.56-11.947,5.12c-6.827-5.973-6.827-7.68-6.827-14.507c0-3.413,0-7.68-1.707-12.8
12
- c-1.707-11.947-7.68-23.893-17.067-33.28l-30.72-30.72c-17.92-17.92-26.453-26.453-49.493-36.693
13
- c-49.493-23.04-99.84-18.773-173.227,14.507c-4.267,1.707-5.973,5.12-5.12,9.387s4.267,6.827,8.533,6.827h11.093
14
- c37.547,0,57.173,0,91.307,34.133c14.946,14.946,15.377,37.863,1.986,54.724c-1.805,0.272-3.179,1.082-4.546,2.449l-37.906,42.308
15
- l-28.654-28.654c-31.494-31.494-53.646-61.291-70.695-94.47c-0.895-16.789-7.632-32.497-19.758-44.623
16
- C102.325,4.377,81.845-2.45,61.365-0.743c-2.56,0.853-5.12,2.56-5.973,4.267c-1.707,2.56-1.707,5.973,0,8.533l23.893,42.667
17
- c-5.12,11.093-17.067,17.92-29.013,17.067L25.525,30.83c-0.853-2.56-4.267-4.267-6.827-4.267c-2.56-0.853-5.12,0.853-6.827,3.413
18
- c-20.48,30.72-12.8,71.68,17.92,93.013c10.584,7.56,22.508,11.764,34.584,12.626c0.135,0.057,0.262,0.127,0.402,0.174
19
- c33.28,17.067,63.147,39.253,94.72,70.827l31.209,30.499L9.312,439.577c-6.827,6.827-10.24,16.213-10.24,25.6
20
- c0,9.387,3.413,17.92,10.24,24.747l11.947,11.947c6.827,5.973,15.36,9.387,23.893,9.387s17.92-3.413,24.747-10.24l181.187-202.813
21
- l52.626,52.626c17.903,17.903,40.917,49.435,71.594,95.444c1.1,16.423,7.821,31.757,19.713,43.649
22
- c12.8,12.8,29.867,19.627,47.787,19.627c2.56,0,5.12,0,6.827,0c2.56,0,5.12-1.707,6.827-4.267s1.707-5.973,0-8.533l-24.747-41.813
23
- c5.973-11.093,17.067-17.92,29.867-17.067l23.893,40.96c0.853,2.56,4.267,4.267,6.827,4.267c3.413-0.853,5.973-1.707,7.68-4.267
24
- C520.459,448.11,511.925,407.15,482.059,385.817z M287.499,73.497c-27.307-26.453-47.787-34.987-70.827-37.547
25
- c48.64-15.36,84.48-14.507,120.32,1.707c20.48,8.533,27.307,15.36,45.227,33.28l30.72,30.72
26
- c6.827,6.827,11.093,15.36,11.947,23.893c0.853,4.267,0.853,7.68,0.853,10.24c0,9.387,0.853,16.213,11.093,26.453
27
- c3.413,3.413,8.533,5.12,12.8,5.12c5.12,0,9.387-1.707,11.947-5.12l29.867,29.867c1.707,1.707,2.56,3.413,2.56,5.973
28
- s-0.853,4.267-2.56,5.973l-60.587,60.587c-3.413,3.413-8.533,3.413-11.947,0l-29.867-29.867c3.413-2.56,5.12-6.827,4.267-11.947
29
- c0-4.267-1.707-9.387-5.12-12.8c-10.24-10.24-17.067-11.093-26.453-11.093c-2.56,0-5.973,0-10.24-0.853
30
- c-9.387-0.853-17.067-5.12-23.893-11.947l-36.693-36.693C309.685,126.404,307.979,93.977,287.499,73.497z M19.552,53.017
31
- l17.92,30.72c1.707,2.56,4.267,4.267,6.827,4.267h4.267c19.627,0.853,37.547-9.387,46.08-26.453l1.707-4.267
32
- c1.707-2.56,1.707-5.12,0-7.68L77.579,17.177c10.24,1.707,19.627,6.827,27.307,14.507c8.798,9.531,14.431,21.585,14.764,34.533
33
- c-0.165,0.657-0.258,1.364-0.258,2.161c0,3.952-0.477,7.807-1.36,11.523c-3.219,12.356-10.938,23.129-21.68,30.291
34
- c-17.067,11.093-40.107,11.093-57.173-0.853C21.259,96.537,13.579,73.497,19.552,53.017z M171.445,194.67
35
- c-25.6-26.453-51.2-46.933-78.507-63.147c4.267-1.707,9.387-4.267,13.653-6.827c12.8-8.533,21.333-19.627,26.453-33.28
36
- c16.213,27.307,36.693,52.907,62.293,78.507l29.31,29.31l-22.985,25.655L171.445,194.67z M57.952,488.217
37
- c-6.827,6.827-17.92,7.68-24.747,0.853l-11.947-11.093c-3.413-3.413-5.12-7.68-5.12-11.947c0-5.12,1.707-9.387,5.973-13.653
38
- l4.833-5.407l12.234,12.234c1.707,1.707,3.413,2.56,5.973,2.56s4.267-0.853,5.973-2.56c3.413-3.413,3.413-8.533,0-11.947
39
- l-12.904-12.904l11.277-12.617l13.574,13.574c1.707,1.707,3.413,2.56,5.973,2.56s4.267-0.853,5.973-2.56
40
- c3.413-3.413,3.413-8.533,0-11.947L60.775,409.12l219.494-245.573l35.84,35.84l-35.215,39.399
41
- c-1.006,0.426-1.896,1.077-2.782,1.964l-34.133,38.4c-0.975,0.975-1.661,2.091-2.079,3.264L57.952,488.217z M262.762,285.134
42
- l23.353-26.14l55.143,55.143c15.36,16.213,41.813,36.693,80.213,62.293c-5.12,1.707-10.24,4.267-15.36,7.68
43
- c-10.587,6.617-18.085,15.804-23.31,25.96c-0.077,0.145-0.148,0.293-0.224,0.439c-0.31,0.611-0.612,1.225-0.906,1.843
44
- c-0.421,0.875-0.821,1.76-1.204,2.654c-0.262,0.605-0.523,1.21-0.77,1.819c-0.035,0.088-0.069,0.176-0.104,0.264
45
- c-0.269,0.668-0.536,1.336-0.788,2.008c-4.847-7.109-9.51-13.818-13.995-20.138l11.435-11.435c3.413-3.413,3.413-8.533,0-11.947
46
- c-3.413-3.413-8.533-3.413-11.947,0l-9.513,9.513c-3.546-4.812-6.971-9.351-10.275-13.618l7.842-7.842
47
- c3.413-3.413,3.413-8.533,0-11.947c-3.413-3.413-8.533-3.413-11.947,0l-6.514,6.514c-6.272-7.559-12.057-13.992-17.379-19.314
48
- L262.762,285.134z M491.445,455.79l-17.92-30.72c-1.707-2.56-4.267-4.267-6.827-4.267h-4.267
49
- c-19.627-1.707-37.547,9.387-46.08,26.453l-1.707,4.267c-1.707,2.56-1.707,5.12,0,7.68l18.773,32.427
50
- c-10.24-1.707-19.627-6.827-27.307-14.507c-8.631-9.351-14.21-21.13-14.735-33.797c0.146-0.624,0.228-1.294,0.228-2.043
51
- c0-10.81,3.432-20.931,9.413-29.504c3.675-5.114,8.271-9.591,13.627-13.162c8.533-5.973,17.92-8.533,28.16-8.533
52
- c10.24,0,20.48,3.413,29.013,9.387C489.739,412.27,497.419,435.31,491.445,455.79z"/>
53
- </g>
54
- </g>
55
- <g>
56
- </g>
57
- <g>
58
- </g>
59
- <g>
60
- </g>
61
- <g>
62
- </g>
63
- <g>
64
- </g>
65
- <g>
66
- </g>
67
- <g>
68
- </g>
69
- <g>
70
- </g>
71
- <g>
72
- </g>
73
- <g>
74
- </g>
75
- <g>
76
- </g>
77
- <g>
78
- </g>
79
- <g>
80
- </g>
81
- <g>
82
- </g>
83
- <g>
84
- </g>
85
- </svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/admin/images/wpsp-logo.svg DELETED
@@ -1,54 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg version="1.1" width="80px" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 960 960" style="enable-background:new 0 0 960 960;" xml:space="preserve">
3
- <style type="text/css">
4
- .st0{fill:#FFFFFF;}
5
- .st1{fill:#6c63ff;}
6
- .st2{fill:#FFFFFF;}
7
- .st3{fill:#CCCCCC;}
8
- .st4{fill:#E6E6E6;}
9
- .st5{fill:#6c63ff;}
10
- .st6{fill:#F2F2F2;}
11
- .st7{fill:none;stroke:#999999;stroke-width:17.9763;stroke-linecap:round;stroke-miterlimit:10;}
12
- .st8{fill:none;stroke:#333333;stroke-width:8.9882;stroke-linecap:round;stroke-miterlimit:10;}
13
- .st9{fill:none;stroke:#C1272D;stroke-width:5.9921;stroke-linecap:round;stroke-miterlimit:10;}
14
- .st10{fill:#245F7F;}
15
- </style>
16
- <g>
17
- <path class="st0" d="M601.2,699.8H205c-30.7,0-55.6-24.9-55.6-55.6V248c0-30.7,24.9-55.6,55.6-55.6h396.2 c30.7,0,55.6,24.9,55.6,55.6v396.2C656.8,674.9,631.9,699.8,601.2,699.8z"/>
18
- <path class="st1" d="M601.2,192.4H205c-30.7,0-55.6,24.9-55.6,55.6v88.5h507.4V248C656.8,217.3,631.9,192.4,601.2,192.4z"/>
19
- <circle class="st2" cx="253.3" cy="264.5" r="36.7"/>
20
- <circle class="st2" cx="551.6" cy="264.5" r="36.7"/>
21
- <path class="st3" d="M253.3,275.7L253.3,275.7c-11.8,0-21.3-9.6-21.3-21.3v-85.8c0-11.8,9.6-21.3,21.3-21.3l0,0 c11.8,0,21.3,9.6,21.3,21.3v85.8C274.6,266.2,265.1,275.7,253.3,275.7z"/>
22
- <path class="st3" d="M551.6,275.7L551.6,275.7c-11.8,0-21.3-9.6-21.3-21.3v-85.8c0-11.8,9.6-21.3,21.3-21.3l0,0 c11.8,0,21.3,9.6,21.3,21.3v85.8C573,266.2,563.4,275.7,551.6,275.7z"/>
23
- <rect x="215.7" y="370.9" class="st4" width="75.2" height="75.2"/>
24
- <rect x="313" y="370.9" class="st4" width="75.2" height="75.2"/>
25
- <rect x="410.2" y="370.9" class="st4" width="75.2" height="75.2"/>
26
- <rect x="507.5" y="370.9" class="st4" width="75.2" height="75.2"/>
27
- <rect x="215.7" y="465" class="st4" width="75.2" height="75.2"/>
28
- <rect x="313" y="465" class="st1" width="75.2" height="75.2" opacity="0.75"/>
29
- <rect x="410.2" y="465" class="st4" width="75.2" height="75.2"/>
30
- <rect x="507.5" y="465" class="st4" width="75.2" height="75.2"/>
31
- <rect x="215.7" y="559.1" class="st4" width="75.2" height="75.2"/>
32
- <rect x="313" y="559.1" class="st4" width="75.2" height="75.2"/>
33
- <rect x="410.2" y="559.1" class="st4" width="75.2" height="75.2"/>
34
- <rect x="507.5" y="559.1" class="st4" width="75.2" height="75.2"/>
35
- <g>
36
- <circle class="st5" cx="621.9" cy="624" r="188.7"/>
37
- <circle class="st0" cx="621.9" cy="624" r="148"/>
38
- <path class="st6" d="M486.6,636.8c0-81.7,66.3-148,148-148c37.6,0,72,14.1,98.1,37.2c-27.1-30.6-66.7-49.9-110.8-49.9 c-81.7,0-148,66.3-148,148c0,44.1,19.3,83.7,49.9,110.8C500.7,708.7,486.6,674.4,486.6,636.8z"/>
39
- <polyline class="st7" points="621.9,530.4 621.9,624 559,624 "/>
40
- <g>
41
- <line class="st8" x1="621.9" y1="508.3" x2="621.9" y2="497.1"/>
42
- <line class="st8" x1="621.9" y1="756.3" x2="621.9" y2="745.1"/>
43
- <line class="st8" x1="740.3" y1="626.7" x2="751.5" y2="626.7"/>
44
- <line class="st8" x1="492.3" y1="626.7" x2="503.5" y2="626.7"/>
45
- <line class="st8" x1="705.6" y1="710.4" x2="713.5" y2="718.3"/>
46
- <line class="st8" x1="530.3" y1="535.1" x2="538.2" y2="543"/>
47
- <line class="st8" x1="538.2" y1="710.4" x2="530.3" y2="718.3"/>
48
- <line class="st8" x1="713.5" y1="535.1" x2="705.6" y2="543"/>
49
- </g>
50
- <line class="st9" x1="604.4" y1="606.3" x2="684.5" y2="687.4"/>
51
- <circle class="st10" cx="621.9" cy="624" r="16.1"/>
52
- </g>
53
- </g>
54
- </svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/admin/js/admin.js CHANGED
@@ -15,26 +15,28 @@
15
  });
16
 
17
  $(".eael-get-pro").on("click", function() {
18
- swal({
19
- title: "<h2><span>Go</span> Premium",
20
  type: "warning",
 
21
  html:
22
  'Purchase our <b><a href="https://wpdeveloper.net/in/upgrade-essential-addons-elementor" rel="nofollow">premium version</a></b> to unlock these pro components!',
23
- showCloseButton: true,
24
- showCancelButton: false,
25
- focusConfirm: true
26
  });
27
  });
28
 
29
  // Save Button reacting on any changes
30
- var headerSaveBtn = $(".eael-header-bar .eael-btn");
31
- var footerSaveBtn = $(".eael-save-btn-wrap .eael-btn");
32
- $('.eael-checkbox input[type="checkbox"]').on("click", function(e) {
33
- headerSaveBtn.addClass("save-now");
34
- footerSaveBtn.addClass("save-now");
35
- headerSaveBtn.removeAttr("disabled").css("cursor", "pointer");
36
- footerSaveBtn.removeAttr("disabled").css("cursor", "pointer");
37
- });
 
 
 
38
 
39
  // Saving Data With Ajax Request
40
  $(".js-eael-settings-save").on("click", function(event) {
@@ -59,17 +61,22 @@
59
  success: function(response) {
60
  setTimeout(function() {
61
  _this.html("Save Settings");
62
- swal(
63
- "Settings Saved!",
64
- "Click OK to continue",
65
- "success"
66
- );
67
- headerSaveBtn.removeClass("save-now");
68
- footerSaveBtn.removeClass("save-now");
69
- }, 1000);
 
70
  },
71
  error: function() {
72
- swal("Oops...", "Something went wrong!", "error");
 
 
 
 
73
  }
74
  });
75
  } else {
@@ -99,12 +106,59 @@
99
  success: function(response) {
100
  setTimeout(function() {
101
  _this.html("Clear Cache");
102
- swal("Cache Cleared!", "Click OK to continue", "success");
 
 
 
 
 
 
103
  }, 1000);
104
  },
105
  error: function() {
106
- swal("Ops!", "Something went wrong!", "error");
 
 
 
 
 
 
107
  }
108
  });
109
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
  })(jQuery);
15
  });
16
 
17
  $(".eael-get-pro").on("click", function() {
18
+ Swal.fire({
 
19
  type: "warning",
20
+ title: "<h2><span>Go</span> Premium",
21
  html:
22
  'Purchase our <b><a href="https://wpdeveloper.net/in/upgrade-essential-addons-elementor" rel="nofollow">premium version</a></b> to unlock these pro components!',
23
+ showConfirmButton: false,
24
+ timer: 3000
 
25
  });
26
  });
27
 
28
  // Save Button reacting on any changes
29
+ var saveButton = $(".js-eael-settings-save");
30
+
31
+ $(".eael-checkbox-container .eael-checkbox input:enabled").on(
32
+ "click",
33
+ function(e) {
34
+ saveButton
35
+ .addClass("save-now")
36
+ .removeAttr("disabled")
37
+ .css("cursor", "pointer");
38
+ }
39
+ );
40
 
41
  // Saving Data With Ajax Request
42
  $(".js-eael-settings-save").on("click", function(event) {
61
  success: function(response) {
62
  setTimeout(function() {
63
  _this.html("Save Settings");
64
+ Swal.fire({
65
+ type: "success",
66
+ title: "Settings Saved!",
67
+ footer: "Have Fun :-)",
68
+ showConfirmButton: false,
69
+ timer: 2000
70
+ });
71
+ saveButton.removeClass("save-now");
72
+ }, 500);
73
  },
74
  error: function() {
75
+ Swal.fire({
76
+ type: "error",
77
+ title: "Oops...",
78
+ text: "Something went wrong!"
79
+ });
80
  }
81
  });
82
  } else {
106
  success: function(response) {
107
  setTimeout(function() {
108
  _this.html("Clear Cache");
109
+
110
+ Swal.fire({
111
+ type: "success",
112
+ title: "Cache Cleared!",
113
+ showConfirmButton: false,
114
+ timer: 2000
115
+ });
116
  }, 1000);
117
  },
118
  error: function() {
119
+ Swal.fire({
120
+ type: "error",
121
+ title: "Ops!",
122
+ footer: "Something went wrong!",
123
+ showConfirmButton: false,
124
+ timer: 2000
125
+ });
126
  }
127
  });
128
  });
129
+
130
+ // Elements global control
131
+ $(document).on("click", ".eael-global-control-enable", function(e) {
132
+ e.preventDefault();
133
+
134
+ $(".eael-checkbox-container .eael-checkbox input:enabled").each(
135
+ function(i) {
136
+ $(this)
137
+ .prop("checked", true)
138
+ .change();
139
+ }
140
+ );
141
+
142
+ saveButton
143
+ .addClass("save-now")
144
+ .removeAttr("disabled")
145
+ .css("cursor", "pointer");
146
+ });
147
+
148
+ $(document).on("click", ".eael-global-control-disable", function(e) {
149
+ e.preventDefault();
150
+
151
+ $(".eael-checkbox-container .eael-checkbox input:enabled").each(
152
+ function(i) {
153
+ $(this)
154
+ .prop("checked", false)
155
+ .change();
156
+ }
157
+ );
158
+
159
+ saveButton
160
+ .addClass("save-now")
161
+ .removeAttr("disabled")
162
+ .css("cursor", "pointer");
163
+ });
164
  })(jQuery);
assets/admin/vendor/sweetalert2/css/sweetalert2.min.css CHANGED
@@ -1 +1 @@
1
- body.swal2-shown{overflow-y:hidden}body.swal2-iosfix{position:fixed;left:0;right:0}.swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;left:0;bottom:0;right:0;padding:10px;background-color:transparent;z-index:1060}.swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.swal2-modal{background-color:#fff;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;margin:auto;overflow-x:hidden;overflow-y:auto;display:none;position:relative;max-width:100%}.swal2-modal:focus{outline:0}.swal2-modal.swal2-loading{overflow-y:hidden}.swal2-modal .swal2-title{color:#595959;font-size:30px;text-align:center;font-weight:600;text-transform:none;position:relative;margin:0 0 .4em;padding:0;display:block;word-wrap:break-word}.swal2-modal .swal2-buttonswrapper{margin-top:15px}.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4;cursor:no-drop}.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm{-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid transparent;border-color:transparent;width:40px;height:40px;padding:0;margin:7.5px;vertical-align:top;background-color:transparent!important;color:transparent;cursor:default;border-radius:100%;-webkit-animation:rotate-loading 1.5s linear 0s infinite normal;animation:rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel{margin-left:30px;margin-right:30px}.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after{display:inline-block;content:'';margin-left:5px;vertical-align:-1px;height:15px;width:15px;border:3px solid #999;-webkit-box-shadow:1px 1px 1px #fff;box-shadow:1px 1px 1px #fff;border-right-color:transparent;border-radius:50%;-webkit-animation:rotate-loading 1.5s linear 0s infinite normal;animation:rotate-loading 1.5s linear 0s infinite normal}.swal2-modal .swal2-styled{border:0;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;font-size:17px;font-weight:500;margin:15px 5px 0;padding:10px 32px}.swal2-modal .swal2-styled:focus{outline:0;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4);box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.swal2-modal .swal2-image{margin:20px auto;max-width:100%}.swal2-modal .swal2-close{background:0 0;border:0;margin:0;padding:0;width:38px;height:40px;font-size:36px;line-height:40px;font-family:serif;position:absolute;top:5px;right:8px;cursor:pointer;color:#ccc;-webkit-transition:color .1s ease;transition:color .1s ease}.swal2-modal .swal2-close:hover{color:#d55}.swal2-modal>.swal2-checkbox,.swal2-modal>.swal2-file,.swal2-modal>.swal2-input,.swal2-modal>.swal2-radio,.swal2-modal>.swal2-select,.swal2-modal>.swal2-textarea{display:none}.swal2-modal .swal2-content{font-size:18px;text-align:center;font-weight:300;position:relative;float:none;margin:0;padding:0;line-height:normal;color:#545454;word-wrap:break-word}.swal2-modal .swal2-checkbox,.swal2-modal .swal2-file,.swal2-modal .swal2-input,.swal2-modal .swal2-radio,.swal2-modal .swal2-select,.swal2-modal .swal2-textarea{margin:20px auto}.swal2-modal .swal2-file,.swal2-modal .swal2-input,.swal2-modal .swal2-textarea{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:18px;border-radius:3px;border:1px solid #d9d9d9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,box-shadow .3s;transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s}.swal2-modal .swal2-file.swal2-inputerror,.swal2-modal .swal2-input.swal2-inputerror,.swal2-modal .swal2-textarea.swal2-inputerror{border-color:#f27474!important;-webkit-box-shadow:0 0 2px #f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-modal .swal2-file:focus,.swal2-modal .swal2-input:focus,.swal2-modal .swal2-textarea:focus{outline:0;border:1px solid #b4dbed;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.swal2-modal .swal2-file::-webkit-input-placeholder,.swal2-modal .swal2-input::-webkit-input-placeholder,.swal2-modal .swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-modal .swal2-file:-ms-input-placeholder,.swal2-modal .swal2-input:-ms-input-placeholder,.swal2-modal .swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-modal .swal2-file::placeholder,.swal2-modal .swal2-input::placeholder,.swal2-modal .swal2-textarea::placeholder{color:#ccc}.swal2-modal .swal2-range input{float:left;width:80%}.swal2-modal .swal2-range output{float:right;width:20%;font-size:20px;font-weight:600;text-align:center}.swal2-modal .swal2-range input,.swal2-modal .swal2-range output{height:43px;line-height:43px;vertical-align:middle;margin:20px auto;padding:0}.swal2-modal .swal2-input{height:43px;padding:0 12px}.swal2-modal .swal2-input[type=number]{max-width:150px}.swal2-modal .swal2-file{font-size:20px}.swal2-modal .swal2-textarea{height:108px;padding:12px}.swal2-modal .swal2-select{color:#545454;font-size:inherit;padding:5px 10px;min-width:40%;max-width:100%}.swal2-modal .swal2-radio{border:0}.swal2-modal .swal2-radio label:not(:first-child){margin-left:20px}.swal2-modal .swal2-radio input,.swal2-modal .swal2-radio span{vertical-align:middle}.swal2-modal .swal2-radio input{margin:0 3px 0 0}.swal2-modal .swal2-checkbox{color:#545454}.swal2-modal .swal2-checkbox input,.swal2-modal .swal2-checkbox span{vertical-align:middle}.swal2-modal .swal2-validationerror{background-color:#f0f0f0;margin:0 -20px;overflow:hidden;padding:10px;color:gray;font-size:16px;font-weight:300;display:none}.swal2-modal .swal2-validationerror::before{content:'!';display:inline-block;width:24px;height:24px;border-radius:50%;background-color:#ea7d7d;color:#fff;line-height:24px;text-align:center;margin-right:10px}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}.swal2-icon{width:80px;height:80px;border:4px solid transparent;border-radius:50%;margin:20px auto 30px;padding:0;position:relative;-webkit-box-sizing:content-box;box-sizing:content-box;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;display:block}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{position:absolute;height:5px;width:47px;background-color:#f27474;display:block;top:37px;border-radius:2px}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{-webkit-transform:rotate(45deg);transform:rotate(45deg);left:17px}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);right:16px}.swal2-icon.swal2-warning{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;color:#f8bb86;border-color:#facea8;font-size:60px;line-height:80px;text-align:center}.swal2-icon.swal2-info{font-family:'Open Sans',sans-serif;color:#3fc3ee;border-color:#9de0f6;font-size:60px;line-height:80px;text-align:center}.swal2-icon.swal2-question{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;color:#87adbd;border-color:#c9dae1;font-size:60px;line-height:80px;text-align:center}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{border-radius:50%;position:absolute;width:60px;height:120px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px}.swal2-icon.swal2-success .swal2-success-ring{width:80px;height:80px;border:4px solid rgba(165,220,134,.2);border-radius:50%;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.swal2-icon.swal2-success .swal2-success-fix{width:7px;height:90px;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{height:5px;background-color:#a5dc86;display:block;border-radius:2px;position:absolute;z-index:2}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-progresssteps{font-weight:600;margin:0 0 20px;padding:0}.swal2-progresssteps li{display:inline-block;position:relative}.swal2-progresssteps .swal2-progresscircle{background:#3085d6;border-radius:2em;color:#fff;height:2em;line-height:2em;text-align:center;width:2em;z-index:20}.swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle{background:#add8e6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.swal2-progresssteps .swal2-progressline{background:#3085d6;height:.4em;margin:0 -1px;z-index:10}[class^=swal2]{-webkit-tap-highlight-color:transparent}@-webkit-keyframes showSweetAlert{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes showSweetAlert{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes hideSweetAlert{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes hideSweetAlert{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}.swal2-show{-webkit-animation:showSweetAlert .3s;animation:showSweetAlert .3s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:hideSweetAlert .15s forwards;animation:hideSweetAlert .15s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}@-webkit-keyframes animate-success-tip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animate-success-tip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@-webkit-keyframes animate-success-long{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@keyframes animate-success-long{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@-webkit-keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}.swal2-animate-success-line-tip{-webkit-animation:animate-success-tip .75s;animation:animate-success-tip .75s}.swal2-animate-success-line-long{-webkit-animation:animate-success-long .75s;animation:animate-success-long .75s}.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in}@-webkit-keyframes animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.swal2-animate-error-icon{-webkit-animation:animate-error-icon .5s;animation:animate-error-icon .5s}@-webkit-keyframes animate-x-mark{0%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}50%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}80%{-webkit-transform:scale(1.15);transform:scale(1.15);margin-top:-6px}100%{-webkit-transform:scale(1);transform:scale(1);margin-top:0;opacity:1}}@keyframes animate-x-mark{0%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}50%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}80%{-webkit-transform:scale(1.15);transform:scale(1.15);margin-top:-6px}100%{-webkit-transform:scale(1);transform:scale(1);margin-top:0;opacity:1}}.swal2-animate-x-mark{-webkit-animation:animate-x-mark .5s;animation:animate-x-mark .5s}@-webkit-keyframes rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
1
+ @charset "UTF-8";@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}100%{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}100%{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}body.swal2-toast-shown .swal2-container{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-shown{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;overflow-y:hidden;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{flex-direction:row}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:initial;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon::before{display:flex;align-items:center;font-size:2em;font-weight:700}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-popup.swal2-toast .swal2-icon::before{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:2em;height:2.8125em;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;left:-.9375em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;-webkit-transform-origin:0 2em;transform-origin:0 2em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotateZ(2deg);transform:translateY(-.625em) rotateZ(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotateZ(-2deg);transform:translateY(0) rotateZ(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotateZ(2deg);transform:translateY(.3125em) rotateZ(2deg);opacity:.7}100%{-webkit-transform:translateY(0) rotateZ(0);transform:translateY(0) rotateZ(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotateZ(2deg);transform:translateY(-.625em) rotateZ(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotateZ(-2deg);transform:translateY(0) rotateZ(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotateZ(2deg);transform:translateY(.3125em) rotateZ(2deg);opacity:.7}100%{-webkit-transform:translateY(0) rotateZ(0);transform:translateY(0) rotateZ(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}100%{-webkit-transform:rotateZ(1deg);transform:rotateZ(1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}100%{-webkit-transform:rotateZ(1deg);transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;max-width:calc(100% - .625em * 2);background-color:transparent}body.swal2-no-backdrop .swal2-shown>.swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-top-left,body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-left,body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.swal2-container{display:flex;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:.625em;overflow-x:hidden;background-color:transparent;-webkit-overflow-scrolling:touch}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-container.swal2-fade{transition:background-color .1s}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.swal2-popup{display:none;position:relative;box-sizing:border-box;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-header{display:flex;flex-direction:column;align-items:center}.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{z-index:1;flex-wrap:wrap;align-items:center;justify-content:center;margin:1.25em auto 0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-actions.swal2-loading .swal2-styled.swal2-confirm{box-sizing:border-box;width:2.5em;height:2.5em;margin:.46875em;padding:0;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:.25em solid transparent;border-radius:100%;border-color:transparent;background-color:transparent!important;color:transparent;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after{content:'';display:inline-block;width:15px;height:15px;margin-left:5px;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff}.swal2-styled{margin:.3125em;padding:.625em 2em;box-shadow:none;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.swal2-styled:focus{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-image{max-width:100%;margin:1.25em auto}.swal2-close{position:absolute;top:0;right:0;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-close:hover{-webkit-transform:none;transform:none;color:#f27474}.swal2-content{z-index:1;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;word-wrap:break-word}#swal2-content{text-align:center}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em auto}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 3px #c4e6f5}.swal2-file::-webkit-input-placeholder,.swal2-input::-webkit-input-placeholder,.swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::-ms-input-placeholder,.swal2-input::-ms-input-placeholder,.swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em auto;background:inherit}.swal2-range input{width:80%}.swal2-range output{width:20%;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-input[type=number]{max-width:10em}.swal2-file{background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:#545454;font-size:1.125em}.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{margin:0 .4em}.swal2-validation-message{display:none;align-items:center;justify-content:center;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message::before{content:'!';display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;zoom:normal;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;zoom:normal;border:.25em solid transparent;border-radius:50%;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon::before{display:flex;align-items:center;height:92%;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-warning::before{content:'!'}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-info::before{content:'i'}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-question::before{content:'?'}.swal2-icon.swal2-question.swal2-arabic-question-mark::before{content:'ØŸ'}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 3.75em;transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-progress-steps{align-items:center;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#3085d6}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;width:2.5em;height:.4em;margin:0 -1px;background:#3085d6}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:initial!important}}
assets/admin/vendor/sweetalert2/js/sweetalert2.min.js CHANGED
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.Sweetalert2=t()}(this,function(){"use strict";var e={title:"",titleText:"",text:"",html:"",type:null,customClass:"",target:"body",animation:!0,allowOutsideClick:!0,allowEscapeKey:!0,allowEnterKey:!0,showConfirmButton:!0,showCancelButton:!1,preConfirm:null,confirmButtonText:"OK",confirmButtonAriaLabel:"",confirmButtonColor:"#3085d6",confirmButtonClass:null,cancelButtonText:"Cancel",cancelButtonAriaLabel:"",cancelButtonColor:"#aaa",cancelButtonClass:null,buttonsStyling:!0,reverseButtons:!1,focusConfirm:!0,focusCancel:!1,showCloseButton:!1,closeButtonAriaLabel:"Close this dialog",showLoaderOnConfirm:!1,imageUrl:null,imageWidth:null,imageHeight:null,imageAlt:"",imageClass:null,timer:null,width:500,padding:20,background:"#fff",input:null,inputPlaceholder:"",inputValue:"",inputOptions:{},inputAutoTrim:!0,inputClass:null,inputAttributes:{},inputValidator:null,progressSteps:[],currentProgressStep:null,progressStepsDistance:"40px",onOpen:null,onClose:null,useRejections:!0},t=function(e){var t={};for(var n in e)t[e[n]]="swal2-"+e[n];return t},n=t(["container","shown","iosfix","modal","overlay","fade","show","hide","noanimation","close","title","content","buttonswrapper","confirm","cancel","icon","image","input","file","range","select","radio","checkbox","textarea","inputerror","validationerror","progresssteps","activeprogressstep","progresscircle","progressline","loading","styled"]),o=t(["success","warning","info","question","error"]),r=function(e,t){(e=String(e).replace(/[^0-9a-f]/gi,"")).length<6&&(e=e[0]+e[0]+e[1]+e[1]+e[2]+e[2]),t=t||0;for(var n="#",o=0;o<3;o++){var r=parseInt(e.substr(2*o,2),16);n+=("00"+(r=Math.round(Math.min(Math.max(0,r+r*t),255)).toString(16))).substr(r.length)}return n},i=function(e){var t=[];for(var n in e)-1===t.indexOf(e[n])&&t.push(e[n]);return t},a={previousWindowKeyDown:null,previousActiveElement:null,previousBodyPadding:null},l=function(e){var t=u();t&&t.parentNode.removeChild(t);{if("undefined"!=typeof document){var o=document.createElement("div");o.className=n.container,o.innerHTML=s,("string"==typeof e.target?document.querySelector(e.target):e.target).appendChild(o);var r=c(),i=E(r,n.input),a=E(r,n.file),l=r.querySelector("."+n.range+" input"),d=r.querySelector("."+n.range+" output"),p=E(r,n.select),f=r.querySelector("."+n.checkbox+" input"),m=E(r,n.textarea);return i.oninput=function(){Y.resetValidationError()},i.onkeydown=function(t){setTimeout(function(){13===t.keyCode&&e.allowEnterKey&&(t.stopPropagation(),Y.clickConfirm())},0)},a.onchange=function(){Y.resetValidationError()},l.oninput=function(){Y.resetValidationError(),d.value=l.value},l.onchange=function(){Y.resetValidationError(),l.previousSibling.value=l.value},p.onchange=function(){Y.resetValidationError()},f.onchange=function(){Y.resetValidationError()},m.oninput=function(){Y.resetValidationError()},r}console.error("SweetAlert2 requires document to initialize")}},s=('\n <div role="dialog" aria-labelledby="'+n.title+'" aria-describedby="'+n.content+'" class="'+n.modal+'" tabindex="-1">\n <ul class="'+n.progresssteps+'"></ul>\n <div class="'+n.icon+" "+o.error+'">\n <span class="swal2-x-mark"><span class="swal2-x-mark-line-left"></span><span class="swal2-x-mark-line-right"></span></span>\n </div>\n <div class="'+n.icon+" "+o.question+'">?</div>\n <div class="'+n.icon+" "+o.warning+'">!</div>\n <div class="'+n.icon+" "+o.info+'">i</div>\n <div class="'+n.icon+" "+o.success+'">\n <div class="swal2-success-circular-line-left"></div>\n <span class="swal2-success-line-tip"></span> <span class="swal2-success-line-long"></span>\n <div class="swal2-success-ring"></div> <div class="swal2-success-fix"></div>\n <div class="swal2-success-circular-line-right"></div>\n </div>\n <img class="'+n.image+'" />\n <h2 class="'+n.title+'" id="'+n.title+'"></h2>\n <div id="'+n.content+'" class="'+n.content+'"></div>\n <input class="'+n.input+'" />\n <input type="file" class="'+n.file+'" />\n <div class="'+n.range+'">\n <output></output>\n <input type="range" />\n </div>\n <select class="'+n.select+'"></select>\n <div class="'+n.radio+'"></div>\n <label for="'+n.checkbox+'" class="'+n.checkbox+'">\n <input type="checkbox" />\n </label>\n <textarea class="'+n.textarea+'"></textarea>\n <div class="'+n.validationerror+'" id="'+n.validationerror+'"></div>\n <div class="'+n.buttonswrapper+'">\n <button type="button" class="'+n.confirm+'">OK</button>\n <button type="button" class="'+n.cancel+'">Cancel</button>\n </div>\n <button type="button" class="'+n.close+'">×</button>\n </div>\n').replace(/(^|\n)\s*/g,""),u=function(){return document.body.querySelector("."+n.container)},c=function(){return u()?u().querySelector("."+n.modal):null},d=function(){return c().querySelectorAll("."+n.icon)},p=function(e){return u()?u().querySelector("."+e):null},f=function(){return p(n.title)},m=function(){return p(n.content)},v=function(){return p(n.image)},h=function(){return p(n.buttonswrapper)},b=function(){return p(n.progresssteps)},y=function(){return p(n.validationerror)},g=function(){return p(n.confirm)},w=function(){return p(n.cancel)},C=function(){return p(n.close)},x=function(){var e=Array.from(c().querySelectorAll('[tabindex]:not([tabindex="-1"]):not([tabindex="0"])')).sort(function(e,t){return e=parseInt(e.getAttribute("tabindex")),t=parseInt(t.getAttribute("tabindex")),e>t?1:e<t?-1:0}),t=Array.prototype.slice.call(c().querySelectorAll('button, input:not([type=hidden]), textarea, select, a, [tabindex="0"]'));return i(e.concat(t))},k=function(e,t){return!!e.classList&&e.classList.contains(t)},S=function(e){if(e.focus(),"file"!==e.type){var t=e.value;e.value="",e.value=t}},A=function(e,t){e&&t&&t.split(/\s+/).filter(Boolean).forEach(function(t){e.classList.add(t)})},B=function(e,t){e&&t&&t.split(/\s+/).filter(Boolean).forEach(function(t){e.classList.remove(t)})},E=function(e,t){for(var n=0;n<e.childNodes.length;n++)if(k(e.childNodes[n],t))return e.childNodes[n]},P=function(e,t){t||(t="block"),e.style.opacity="",e.style.display=t},L=function(e){e.style.opacity="",e.style.display="none"},T=function(e){for(;e.firstChild;)e.removeChild(e.firstChild)},q=function(e){return e.offsetWidth||e.offsetHeight||e.getClientRects().length},V=function(e,t){e.style.removeProperty?e.style.removeProperty(t):e.style.removeAttribute(t)},M=function(){var e=document.createElement("div"),t={WebkitAnimation:"webkitAnimationEnd",OAnimation:"oAnimationEnd oanimationend",msAnimation:"MSAnimationEnd",animation:"animationend"};for(var n in t)if(t.hasOwnProperty(n)&&void 0!==e.style[n])return t[n];return!1}(),O=function(){if(window.onkeydown=a.previousWindowKeyDown,a.previousActiveElement&&a.previousActiveElement.focus){var e=window.scrollX,t=window.scrollY;a.previousActiveElement.focus(),e&&t&&window.scrollTo(e,t)}},H=function(){if("ontouchstart"in window||navigator.msMaxTouchPoints)return 0;var e=document.createElement("div");e.style.width="50px",e.style.height="50px",e.style.overflow="scroll",document.body.appendChild(e);var t=e.offsetWidth-e.clientWidth;return document.body.removeChild(e),t},N=function(e,t){var n=void 0;return function(){clearTimeout(n),n=setTimeout(function(){n=null,e()},t)}},j="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},I=(function(){function e(e){this.value=e}function t(t){function n(r,i){try{var a=t[r](i),l=a.value;l instanceof e?Promise.resolve(l.value).then(function(e){n("next",e)},function(e){n("throw",e)}):o(a.done?"return":"normal",a.value)}catch(e){o("throw",e)}}function o(e,t){switch(e){case"return":r.resolve({value:t,done:!0});break;case"throw":r.reject(t);break;default:r.resolve({value:t,done:!1})}(r=r.next)?n(r.key,r.arg):i=null}var r,i;this._invoke=function(e,t){return new Promise(function(o,a){var l={key:e,arg:t,resolve:o,reject:a,next:null};i?i=i.next=l:(r=i=l,n(e,t))})},"function"!=typeof t.return&&(this.return=void 0)}"function"==typeof Symbol&&Symbol.asyncIterator&&(t.prototype[Symbol.asyncIterator]=function(){return this}),t.prototype.next=function(e){return this._invoke("next",e)},t.prototype.throw=function(e){return this._invoke("throw",e)},t.prototype.return=function(e){return this._invoke("return",e)}}(),Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e}),R=I({},e),K=[],W=void 0,D=function(e){("string"==typeof e.target&&!document.querySelector(e.target)||"string"!=typeof e.target&&!e.target.appendChild)&&(console.warn('SweetAlert2: Target parameter is not valid, defaulting to "body"'),e.target="body");var t=void 0,r=c(),i="string"==typeof e.target?document.querySelector(e.target):e.target;t=r&&i&&r.parentNode!==i.parentNode?l(e):r||l(e);for(var a in e)Y.isValidParameter(a)||console.warn('SweetAlert2: Unknown parameter "'+a+'"');t.style.width="number"==typeof e.width?e.width+"px":e.width,t.style.padding=e.padding+"px",t.style.background=e.background;for(var s=t.querySelectorAll("[class^=swal2-success-circular-line], .swal2-success-fix"),u=0;u<s.length;u++)s[u].style.background=e.background;var p=f(),y=m(),x=h(),k=g(),S=w(),E=C();if(e.titleText?p.innerText=e.titleText:p.innerHTML=e.title.split("\n").join("<br />"),e.text||e.html){if("object"===j(e.html))if(y.innerHTML="",0 in e.html)for(var q=0;q in e.html;q++)y.appendChild(e.html[q].cloneNode(!0));else y.appendChild(e.html.cloneNode(!0));else e.html?y.innerHTML=e.html:e.text&&(y.textContent=e.text);P(y)}else L(y);e.showCloseButton?(E.setAttribute("aria-label",e.closeButtonAriaLabel),P(E)):L(E),t.className=n.modal,e.customClass&&A(t,e.customClass);var M=b(),O=parseInt(null===e.currentProgressStep?Y.getQueueStep():e.currentProgressStep,10);e.progressSteps.length?(P(M),T(M),O>=e.progressSteps.length&&console.warn("SweetAlert2: Invalid currentProgressStep parameter, it should be less than progressSteps.length (currentProgressStep like JS arrays starts from 0)"),e.progressSteps.forEach(function(t,o){var r=document.createElement("li");if(A(r,n.progresscircle),r.innerHTML=t,o===O&&A(r,n.activeprogressstep),M.appendChild(r),o!==e.progressSteps.length-1){var i=document.createElement("li");A(i,n.progressline),i.style.width=e.progressStepsDistance,M.appendChild(i)}})):L(M);for(var H=d(),N=0;N<H.length;N++)L(H[N]);if(e.type){var I=!1;for(var R in o)if(e.type===R){I=!0;break}if(!I)return console.error("SweetAlert2: Unknown alert type: "+e.type),!1;var K=t.querySelector("."+n.icon+"."+o[e.type]);if(P(K),e.animation)switch(e.type){case"success":A(K,"swal2-animate-success-icon"),A(K.querySelector(".swal2-success-line-tip"),"swal2-animate-success-line-tip"),A(K.querySelector(".swal2-success-line-long"),"swal2-animate-success-line-long");break;case"error":A(K,"swal2-animate-error-icon"),A(K.querySelector(".swal2-x-mark"),"swal2-animate-x-mark")}}var W=v();e.imageUrl?(W.setAttribute("src",e.imageUrl),W.setAttribute("alt",e.imageAlt),P(W),e.imageWidth?W.setAttribute("width",e.imageWidth):W.removeAttribute("width"),e.imageHeight?W.setAttribute("height",e.imageHeight):W.removeAttribute("height"),W.className=n.image,e.imageClass&&A(W,e.imageClass)):L(W),e.showCancelButton?S.style.display="inline-block":L(S),e.showConfirmButton?V(k,"display"):L(k),e.showConfirmButton||e.showCancelButton?P(x):L(x),k.innerHTML=e.confirmButtonText,S.innerHTML=e.cancelButtonText,k.setAttribute("aria-label",e.confirmButtonAriaLabel),S.setAttribute("aria-label",e.cancelButtonAriaLabel),e.buttonsStyling&&(k.style.backgroundColor=e.confirmButtonColor,S.style.backgroundColor=e.cancelButtonColor),k.className=n.confirm,A(k,e.confirmButtonClass),S.className=n.cancel,A(S,e.cancelButtonClass),e.buttonsStyling?(A(k,n.styled),A(S,n.styled)):(B(k,n.styled),B(S,n.styled),k.style.backgroundColor=k.style.borderLeftColor=k.style.borderRightColor="",S.style.backgroundColor=S.style.borderLeftColor=S.style.borderRightColor=""),!0===e.animation?B(t,n.noanimation):A(t,n.noanimation),e.showLoaderOnConfirm&&!e.preConfirm&&console.warn("SweetAlert2: showLoaderOnConfirm is set to true, but preConfirm is not defined.\nshowLoaderOnConfirm should be used together with preConfirm, see usage example:\nhttps://limonte.github.io/sweetalert2/#ajax-request")},U=function(e,t){var o=u(),r=c();e?(A(r,n.show),A(o,n.fade),B(r,n.hide)):B(r,n.fade),P(r),o.style.overflowY="hidden",M&&!k(r,n.noanimation)?r.addEventListener(M,function e(){r.removeEventListener(M,e),o.style.overflowY="auto"}):o.style.overflowY="auto",A(document.documentElement,n.shown),A(document.body,n.shown),A(o,n.shown),z(),Z(),a.previousActiveElement=document.activeElement,null!==t&&"function"==typeof t&&setTimeout(function(){t(r)})},z=function(){null===a.previousBodyPadding&&document.body.scrollHeight>window.innerHeight&&(a.previousBodyPadding=document.body.style.paddingRight,document.body.style.paddingRight=H()+"px")},_=function(){null!==a.previousBodyPadding&&(document.body.style.paddingRight=a.previousBodyPadding,a.previousBodyPadding=null)},Z=function(){if(/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream&&!k(document.body,n.iosfix)){var e=document.body.scrollTop;document.body.style.top=-1*e+"px",A(document.body,n.iosfix)}},Q=function(){if(k(document.body,n.iosfix)){var e=parseInt(document.body.style.top,10);B(document.body,n.iosfix),document.body.style.top="",document.body.scrollTop=-1*e}},Y=function e(){for(var t=arguments.length,o=Array(t),i=0;i<t;i++)o[i]=arguments[i];if(void 0===o[0])return console.error("SweetAlert2 expects at least 1 attribute!"),!1;var l=I({},R);switch(j(o[0])){case"string":l.title=o[0],l.html=o[1],l.type=o[2];break;case"object":I(l,o[0]),l.extraParams=o[0].extraParams,"email"===l.input&&null===l.inputValidator&&(l.inputValidator=function(e){return new Promise(function(t,n){/^[a-zA-Z0-9.+_-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,6}$/.test(e)?t():n("Invalid email address")})}),"url"===l.input&&null===l.inputValidator&&(l.inputValidator=function(e){return new Promise(function(t,n){/^https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_+.~#?&//=]*)$/.test(e)?t():n("Invalid URL")})});break;default:return console.error('SweetAlert2: Unexpected type of argument! Expected "string" or "object", got '+j(o[0])),!1}D(l);var s=u(),d=c();return new Promise(function(t,o){l.timer&&(d.timeout=setTimeout(function(){e.closeModal(l.onClose),l.useRejections?o("timer"):t({dismiss:"timer"})},l.timer));var i=function(e){if(!(e=e||l.input))return null;switch(e){case"select":case"textarea":case"file":return E(d,n[e]);case"checkbox":return d.querySelector("."+n.checkbox+" input");case"radio":return d.querySelector("."+n.radio+" input:checked")||d.querySelector("."+n.radio+" input:first-child");case"range":return d.querySelector("."+n.range+" input");default:return E(d,n.input)}},p=function(){var e=i();if(!e)return null;switch(l.input){case"checkbox":return e.checked?1:0;case"radio":return e.checked?e.value:null;case"file":return e.files.length?e.files[0]:null;default:return l.inputAutoTrim?e.value.trim():e.value}};l.input&&setTimeout(function(){var e=i();e&&S(e)},0);for(var k=function(n){l.showLoaderOnConfirm&&e.showLoading(),l.preConfirm?l.preConfirm(n,l.extraParams).then(function(o){e.closeModal(l.onClose),t(o||n)},function(t){e.hideLoading(),t&&e.showValidationError(t)}):(e.closeModal(l.onClose),t(l.useRejections?n:{value:n}))},T=function(n){var i=n||window.event,a=i.target||i.srcElement,s=g(),u=w(),c=s&&(s===a||s.contains(a)),d=u&&(u===a||u.contains(a));switch(i.type){case"mouseover":case"mouseup":l.buttonsStyling&&(c?s.style.backgroundColor=r(l.confirmButtonColor,-.1):d&&(u.style.backgroundColor=r(l.cancelButtonColor,-.1)));break;case"mouseout":l.buttonsStyling&&(c?s.style.backgroundColor=l.confirmButtonColor:d&&(u.style.backgroundColor=l.cancelButtonColor));break;case"mousedown":l.buttonsStyling&&(c?s.style.backgroundColor=r(l.confirmButtonColor,-.2):d&&(u.style.backgroundColor=r(l.cancelButtonColor,-.2)));break;case"click":if(c&&e.isVisible())if(e.disableButtons(),l.input){var f=p();l.inputValidator?(e.disableInput(),l.inputValidator(f,l.extraParams).then(function(){e.enableButtons(),e.enableInput(),k(f)},function(t){e.enableButtons(),e.enableInput(),t&&e.showValidationError(t)})):k(f)}else k(!0);else d&&e.isVisible()&&(e.disableButtons(),e.closeModal(l.onClose),l.useRejections?o("cancel"):t({dismiss:"cancel"}))}},V=d.querySelectorAll("button"),M=0;M<V.length;M++)V[M].onclick=T,V[M].onmouseover=T,V[M].onmouseout=T,V[M].onmousedown=T;C().onclick=function(){e.closeModal(l.onClose),l.useRejections?o("close"):t({dismiss:"close"})},s.onclick=function(n){n.target===s&&l.allowOutsideClick&&(e.closeModal(l.onClose),l.useRejections?o("overlay"):t({dismiss:"overlay"}))};var O=h(),H=g(),I=w();l.reverseButtons?H.parentNode.insertBefore(I,H):H.parentNode.insertBefore(H,I);var R=function(e,t){for(var n=x(l.focusCancel),o=0;o<n.length;o++){(e+=t)===n.length?e=0:-1===e&&(e=n.length-1);var r=n[e];if(q(r))return r.focus()}},K=function(n){var r=n||window.event,i=r.keyCode||r.which;if(-1!==[9,13,32,27,37,38,39,40].indexOf(i)){for(var a=r.target||r.srcElement,s=x(l.focusCancel),u=-1,c=0;c<s.length;c++)if(a===s[c]){u=c;break}9===i?(r.shiftKey?R(u,-1):R(u,1),r.stopPropagation(),r.preventDefault()):37===i||38===i||39===i||40===i?document.activeElement===H&&q(I)?I.focus():document.activeElement===I&&q(H)&&H.focus():27===i&&!0===l.allowEscapeKey&&(e.closeModal(l.onClose),l.useRejections?o("esc"):t({dismiss:"esc"}))}};window.onkeydown&&window.onkeydown.toString()===K.toString()||(a.previousWindowKeyDown=window.onkeydown,window.onkeydown=K),l.buttonsStyling&&(H.style.borderLeftColor=l.confirmButtonColor,H.style.borderRightColor=l.confirmButtonColor),e.hideLoading=e.disableLoading=function(){l.showConfirmButton||(L(H),l.showCancelButton||L(h())),B(O,n.loading),B(d,n.loading),d.removeAttribute("aria-busy"),H.disabled=!1,I.disabled=!1},e.getTitle=function(){return f()},e.getContent=function(){return m()},e.getInput=function(){return i()},e.getImage=function(){return v()},e.getButtonsWrapper=function(){return h()},e.getConfirmButton=function(){return g()},e.getCancelButton=function(){return w()},e.enableButtons=function(){H.disabled=!1,I.disabled=!1},e.disableButtons=function(){H.disabled=!0,I.disabled=!0},e.enableConfirmButton=function(){H.disabled=!1},e.disableConfirmButton=function(){H.disabled=!0},e.enableInput=function(){var e=i();if(!e)return!1;if("radio"===e.type)for(var t=e.parentNode.parentNode.querySelectorAll("input"),n=0;n<t.length;n++)t[n].disabled=!1;else e.disabled=!1},e.disableInput=function(){var e=i();if(!e)return!1;if(e&&"radio"===e.type)for(var t=e.parentNode.parentNode.querySelectorAll("input"),n=0;n<t.length;n++)t[n].disabled=!0;else e.disabled=!0},e.recalculateHeight=N(function(){var e=c();if(e){var t=e.style.display;e.style.minHeight="",P(e),e.style.minHeight=e.scrollHeight+1+"px",e.style.display=t}},50),e.showValidationError=function(e){var t=y();t.innerHTML=e,P(t);var o=i();o&&(o.setAttribute("aria-invalid",!0),o.setAttribute("aria-describedBy",n.validationerror),S(o),A(o,n.inputerror))},e.resetValidationError=function(){var t=y();L(t),e.recalculateHeight();var o=i();o&&(o.removeAttribute("aria-invalid"),o.removeAttribute("aria-describedBy"),B(o,n.inputerror))},e.getProgressSteps=function(){return l.progressSteps},e.setProgressSteps=function(e){l.progressSteps=e,D(l)},e.showProgressSteps=function(){P(b())},e.hideProgressSteps=function(){L(b())},e.enableButtons(),e.hideLoading(),e.resetValidationError();for(var z=["input","file","range","select","radio","checkbox","textarea"],_=void 0,Z=0;Z<z.length;Z++){var Q=n[z[Z]],Y=E(d,Q);if(_=i(z[Z])){for(var $ in _.attributes)if(_.attributes.hasOwnProperty($)){var J=_.attributes[$].name;"type"!==J&&"value"!==J&&_.removeAttribute(J)}for(var X in l.inputAttributes)_.setAttribute(X,l.inputAttributes[X])}Y.className=Q,l.inputClass&&A(Y,l.inputClass),L(Y)}var F=void 0;switch(l.input){case"text":case"email":case"password":case"number":case"tel":case"url":(_=E(d,n.input)).value=l.inputValue,_.placeholder=l.inputPlaceholder,_.type=l.input,P(_);break;case"file":(_=E(d,n.file)).placeholder=l.inputPlaceholder,_.type=l.input,P(_);break;case"range":var G=E(d,n.range),ee=G.querySelector("input"),te=G.querySelector("output");ee.value=l.inputValue,ee.type=l.input,te.value=l.inputValue,P(G);break;case"select":var ne=E(d,n.select);if(ne.innerHTML="",l.inputPlaceholder){var oe=document.createElement("option");oe.innerHTML=l.inputPlaceholder,oe.value="",oe.disabled=!0,oe.selected=!0,ne.appendChild(oe)}F=function(e){for(var t in e){var n=document.createElement("option");n.value=t,n.innerHTML=e[t],l.inputValue===t&&(n.selected=!0),ne.appendChild(n)}P(ne),ne.focus()};break;case"radio":var re=E(d,n.radio);re.innerHTML="",F=function(e){for(var t in e){var o=document.createElement("input"),r=document.createElement("label"),i=document.createElement("span");o.type="radio",o.name=n.radio,o.value=t,l.inputValue===t&&(o.checked=!0),i.innerHTML=e[t],r.appendChild(o),r.appendChild(i),r.for=o.id,re.appendChild(r)}P(re);var a=re.querySelectorAll("input");a.length&&a[0].focus()};break;case"checkbox":var ie=E(d,n.checkbox),ae=i("checkbox");ae.type="checkbox",ae.value=1,ae.id=n.checkbox,ae.checked=Boolean(l.inputValue);var le=ie.getElementsByTagName("span");le.length&&ie.removeChild(le[0]),(le=document.createElement("span")).innerHTML=l.inputPlaceholder,ie.appendChild(le),P(ie);break;case"textarea":var se=E(d,n.textarea);se.value=l.inputValue,se.placeholder=l.inputPlaceholder,P(se);break;case null:break;default:console.error('SweetAlert2: Unexpected type of input! Expected "text", "email", "password", "number", "tel", "select", "radio", "checkbox", "textarea", "file" or "url", got "'+l.input+'"')}"select"!==l.input&&"radio"!==l.input||(l.inputOptions instanceof Promise?(e.showLoading(),l.inputOptions.then(function(t){e.hideLoading(),F(t)})):"object"===j(l.inputOptions)?F(l.inputOptions):console.error("SweetAlert2: Unexpected type of inputOptions! Expected object or Promise, got "+j(l.inputOptions))),U(l.animation,l.onOpen),l.allowEnterKey?l.focusCancel&&q(I)?I.focus():l.focusConfirm&&q(H)?H.focus():R(-1,1):document.activeElement&&document.activeElement.blur(),u().scrollTop=0,"undefined"==typeof MutationObserver||W||(W=new MutationObserver(e.recalculateHeight)).observe(d,{childList:!0,characterData:!0,subtree:!0})})};return Y.isVisible=function(){return!!c()},Y.queue=function(e){K=e;var t=function(){K=[],document.body.removeAttribute("data-swal2-queue-step")},n=[];return new Promise(function(e,o){!function r(i,a){i<K.length?(document.body.setAttribute("data-swal2-queue-step",i),Y(K[i]).then(function(e){n.push(e),r(i+1,a)},function(e){t(),o(e)})):(t(),e(n))}(0)})},Y.getQueueStep=function(){return document.body.getAttribute("data-swal2-queue-step")},Y.insertQueueStep=function(e,t){return t&&t<K.length?K.splice(t,0,e):K.push(e)},Y.deleteQueueStep=function(e){void 0!==K[e]&&K.splice(e,1)},Y.close=Y.closeModal=function(e){var t=u(),o=c();if(o){B(o,n.show),A(o,n.hide),clearTimeout(o.timeout),O();var r=function(){t.parentNode&&t.parentNode.removeChild(t),B(document.documentElement,n.shown),B(document.body,n.shown),_(),Q()};M&&!k(o,n.noanimation)?o.addEventListener(M,function e(){o.removeEventListener(M,e),k(o,n.hide)&&r()}):r(),null!==e&&"function"==typeof e&&setTimeout(function(){e(o)})}},Y.clickConfirm=function(){return g().click()},Y.clickCancel=function(){return w().click()},Y.showLoading=Y.enableLoading=function(){var e=c();e||Y(""),e=c();var t=h(),o=g(),r=w();P(t),P(o,"inline-block"),A(t,n.loading),A(e,n.loading),o.disabled=!0,r.disabled=!0,e.setAttribute("aria-busy",!0),e.focus()},Y.isValidParameter=function(t){return e.hasOwnProperty(t)||"extraParams"===t},Y.setDefaults=function(e){if(!e||"object"!==(void 0===e?"undefined":j(e)))return console.error("SweetAlert2: the argument for setDefaults() is required and has to be a object");for(var t in e)Y.isValidParameter(t)||(console.warn('SweetAlert2: Unknown parameter "'+t+'"'),delete e[t]);I(R,e)},Y.resetDefaults=function(){R=I({},e)},Y.noop=function(){},Y.version="6.9.0",Y.default=Y,Y}),window.Sweetalert2&&(window.sweetAlert=window.swal=window.Sweetalert2);
1
+ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.Sweetalert2=e()}(this,function(){"use strict";function f(t){return(f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function r(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),t}function a(){return(a=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])}return t}).apply(this,arguments)}function s(t){return(s=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function u(t,e){return(u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function c(t,e,n){return(c=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(t){return!1}}()?Reflect.construct:function(t,e,n){var o=[null];o.push.apply(o,e);var i=new(Function.bind.apply(t,o));return n&&u(i,n.prototype),i}).apply(null,arguments)}function l(t,e){return!e||"object"!=typeof e&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function d(t,e,n){return(d="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var o=function(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=s(t)););return t}(t,e);if(o){var i=Object.getOwnPropertyDescriptor(o,e);return i.get?i.get.call(n):i.value}})(t,e,n||t)}var e="SweetAlert2:",p=function(e){return Object.keys(e).map(function(t){return e[t]})},m=function(t){return Array.prototype.slice.call(t)},g=function(t){console.warn("".concat(e," ").concat(t))},h=function(t){console.error("".concat(e," ").concat(t))},n=[],v=function(t,e){!function(t){-1===n.indexOf(t)&&(n.push(t),g(t))}('"'.concat(t,'" is deprecated and will be removed in the next major release. Please use "').concat(e,'" instead.'))},b=function(t){return"function"==typeof t?t():t},y=function(t){return t&&Promise.resolve(t)===t},t=Object.freeze({cancel:"cancel",backdrop:"backdrop",close:"close",esc:"esc",timer:"timer"}),w=function(t){var e={};for(var n in t)e[t[n]]="swal2-"+t[n];return e},C=w(["container","shown","height-auto","iosfix","popup","modal","no-backdrop","toast","toast-shown","toast-column","fade","show","hide","noanimation","close","title","header","content","actions","confirm","cancel","footer","icon","image","input","file","range","select","radio","checkbox","label","textarea","inputerror","validation-message","progress-steps","active-progress-step","progress-step","progress-step-line","loading","styled","top","top-start","top-end","top-left","top-right","center","center-start","center-end","center-left","center-right","bottom","bottom-start","bottom-end","bottom-left","bottom-right","grow-row","grow-column","grow-fullscreen","rtl"]),k=w(["success","warning","info","question","error"]),B={previousBodyPadding:null},x=function(t,e){return t.classList.contains(e)},S=function(e,t,n){m(e.classList).forEach(function(t){-1===p(C).indexOf(t)&&-1===p(k).indexOf(t)&&e.classList.remove(t)}),t&&t[n]&&O(e,t[n])};function A(t,e){if(!e)return null;switch(e){case"select":case"textarea":case"file":return M(t,C[e]);case"checkbox":return t.querySelector(".".concat(C.checkbox," input"));case"radio":return t.querySelector(".".concat(C.radio," input:checked"))||t.querySelector(".".concat(C.radio," input:first-child"));case"range":return t.querySelector(".".concat(C.range," input"));default:return M(t,C.input)}}var P,L=function(t){if(t.focus(),"file"!==t.type){var e=t.value;t.value="",t.value=e}},E=function(t,e,n){t&&e&&("string"==typeof e&&(e=e.split(/\s+/).filter(Boolean)),e.forEach(function(e){t.forEach?t.forEach(function(t){n?t.classList.add(e):t.classList.remove(e)}):n?t.classList.add(e):t.classList.remove(e)}))},O=function(t,e){E(t,e,!0)},T=function(t,e){E(t,e,!1)},M=function(t,e){for(var n=0;n<t.childNodes.length;n++)if(x(t.childNodes[n],e))return t.childNodes[n]},V=function(t,e,n){n||0===parseInt(n)?t.style[e]="number"==typeof n?n+"px":n:t.style.removeProperty(e)},j=function(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:"flex";t.style.opacity="",t.style.display=e},q=function(t){t.style.opacity="",t.style.display="none"},I=function(t,e,n){e?j(t,n):q(t)},H=function(t){return!(!t||!(t.offsetWidth||t.offsetHeight||t.getClientRects().length))},R=function(){return document.body.querySelector("."+C.container)},D=function(t){var e=R();return e?e.querySelector(t):null},N=function(t){return D("."+t)},U=function(){return N(C.popup)},_=function(){var t=U();return m(t.querySelectorAll("."+C.icon))},z=function(){var t=_().filter(function(t){return H(t)});return t.length?t[0]:null},W=function(){return N(C.title)},K=function(){return N(C.content)},F=function(){return N(C.image)},Z=function(){return N(C["progress-steps"])},Q=function(){return N(C["validation-message"])},Y=function(){return D("."+C.actions+" ."+C.confirm)},$=function(){return D("."+C.actions+" ."+C.cancel)},J=function(){return N(C.actions)},X=function(){return N(C.header)},G=function(){return N(C.footer)},tt=function(){return N(C.close)},et=function(){var t=m(U().querySelectorAll('[tabindex]:not([tabindex="-1"]):not([tabindex="0"])')).sort(function(t,e){return t=parseInt(t.getAttribute("tabindex")),(e=parseInt(e.getAttribute("tabindex")))<t?1:t<e?-1:0}),e=m(U().querySelectorAll('a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, [tabindex="0"], [contenteditable], audio[controls], video[controls]')).filter(function(t){return"-1"!==t.getAttribute("tabindex")});return function(t){for(var e=[],n=0;n<t.length;n++)-1===e.indexOf(t[n])&&e.push(t[n]);return e}(t.concat(e)).filter(function(t){return H(t)})},nt=function(){return!ot()&&!document.body.classList.contains(C["no-backdrop"])},ot=function(){return document.body.classList.contains(C["toast-shown"])},it=function(){return"undefined"==typeof window||"undefined"==typeof document},rt='\n <div aria-labelledby="'.concat(C.title,'" aria-describedby="').concat(C.content,'" class="').concat(C.popup,'" tabindex="-1">\n <div class="').concat(C.header,'">\n <ul class="').concat(C["progress-steps"],'"></ul>\n <div class="').concat(C.icon," ").concat(k.error,'">\n <span class="swal2-x-mark"><span class="swal2-x-mark-line-left"></span><span class="swal2-x-mark-line-right"></span></span>\n </div>\n <div class="').concat(C.icon," ").concat(k.question,'"></div>\n <div class="').concat(C.icon," ").concat(k.warning,'"></div>\n <div class="').concat(C.icon," ").concat(k.info,'"></div>\n <div class="').concat(C.icon," ").concat(k.success,'">\n <div class="swal2-success-circular-line-left"></div>\n <span class="swal2-success-line-tip"></span> <span class="swal2-success-line-long"></span>\n <div class="swal2-success-ring"></div> <div class="swal2-success-fix"></div>\n <div class="swal2-success-circular-line-right"></div>\n </div>\n <img class="').concat(C.image,'" />\n <h2 class="').concat(C.title,'" id="').concat(C.title,'"></h2>\n <button type="button" class="').concat(C.close,'">&times;</button>\n </div>\n <div class="').concat(C.content,'">\n <div id="').concat(C.content,'"></div>\n <input class="').concat(C.input,'" />\n <input type="file" class="').concat(C.file,'" />\n <div class="').concat(C.range,'">\n <input type="range" />\n <output></output>\n </div>\n <select class="').concat(C.select,'"></select>\n <div class="').concat(C.radio,'"></div>\n <label for="').concat(C.checkbox,'" class="').concat(C.checkbox,'">\n <input type="checkbox" />\n <span class="').concat(C.label,'"></span>\n </label>\n <textarea class="').concat(C.textarea,'"></textarea>\n <div class="').concat(C["validation-message"],'" id="').concat(C["validation-message"],'"></div>\n </div>\n <div class="').concat(C.actions,'">\n <button type="button" class="').concat(C.confirm,'">OK</button>\n <button type="button" class="').concat(C.cancel,'">Cancel</button>\n </div>\n <div class="').concat(C.footer,'">\n </div>\n </div>\n').replace(/(^|\n)\s*/g,""),at=function(t){se.isVisible()&&P!==t.target.value&&se.resetValidationMessage(),P=t.target.value},st=function(t){if(function(){var t=R();t&&(t.parentNode.removeChild(t),T([document.documentElement,document.body],[C["no-backdrop"],C["toast-shown"],C["has-column"]]))}(),it())h("SweetAlert2 requires document to initialize");else{var e=document.createElement("div");e.className=C.container,e.innerHTML=rt;var n=function(t){return"string"==typeof t?document.querySelector(t):t}(t.target);n.appendChild(e),function(t){var e=U();e.setAttribute("role",t.toast?"alert":"dialog"),e.setAttribute("aria-live",t.toast?"polite":"assertive"),t.toast||e.setAttribute("aria-modal","true")}(t),function(t){"rtl"===window.getComputedStyle(t).direction&&O(R(),C.rtl)}(n),function(){var t=K(),e=M(t,C.input),n=M(t,C.file),o=t.querySelector(".".concat(C.range," input")),i=t.querySelector(".".concat(C.range," output")),r=M(t,C.select),a=t.querySelector(".".concat(C.checkbox," input")),s=M(t,C.textarea);e.oninput=at,n.onchange=at,r.onchange=at,a.onchange=at,s.oninput=at,o.oninput=function(t){at(t),i.value=o.value},o.onchange=function(t){at(t),o.nextSibling.value=o.value}}()}},ut=function(t,e){t instanceof HTMLElement?e.appendChild(t):"object"===f(t)?ct(e,t):t&&(e.innerHTML=t)},ct=function(t,e){if(t.innerHTML="",0 in e)for(var n=0;n in e;n++)t.appendChild(e[n].cloneNode(!0));else t.appendChild(e.cloneNode(!0))},lt=function(){if(it())return!1;var t=document.createElement("div"),e={WebkitAnimation:"webkitAnimationEnd",OAnimation:"oAnimationEnd oanimationend",animation:"animationend"};for(var n in e)if(e.hasOwnProperty(n)&&void 0!==t.style[n])return e[n];return!1}();function dt(t,e,n){I(t,n["showC"+e.substring(1)+"Button"],"inline-block"),t.innerHTML=n[e+"ButtonText"],t.setAttribute("aria-label",n[e+"ButtonAriaLabel"]),t.className=C[e],S(t,n.customClass,e+"Button"),O(t,n[e+"ButtonClass"])}var pt=function(t,e){var n=J(),o=Y(),i=$();e.showConfirmButton||e.showCancelButton?j(n):q(n),S(n,e.customClass,"actions"),dt(o,"confirm",e),dt(i,"cancel",e),e.buttonsStyling?function(t,e,n){O([t,e],C.styled),n.confirmButtonColor&&(t.style.backgroundColor=n.confirmButtonColor),n.cancelButtonColor&&(e.style.backgroundColor=n.cancelButtonColor);var o=window.getComputedStyle(t).getPropertyValue("background-color");t.style.borderLeftColor=o,t.style.borderRightColor=o}(o,i,e):(T([o,i],C.styled),o.style.backgroundColor=o.style.borderLeftColor=o.style.borderRightColor="",i.style.backgroundColor=i.style.borderLeftColor=i.style.borderRightColor="")};var ft=function(t,e){var n=R();n&&(function(t,e){"string"==typeof e?t.style.background=e:e||O([document.documentElement,document.body],C["no-backdrop"])}(n,e.backdrop),!e.backdrop&&e.allowOutsideClick&&g('"allowOutsideClick" parameter requires `backdrop` parameter to be set to `true`'),function(t,e){e in C?O(t,C[e]):(g('The "position" parameter is not valid, defaulting to "center"'),O(t,C.center))}(n,e.position),function(t,e){if(e&&"string"==typeof e){var n="grow-"+e;n in C&&O(t,C[n])}}(n,e.grow),S(n,e.customClass,"container"),e.customContainerClass&&O(n,e.customContainerClass))},mt={promise:new WeakMap,innerParams:new WeakMap,domCache:new WeakMap},gt=function(t,e){var n=A(K(),t);if(n)for(var o in function(t){for(var e=0;e<t.attributes.length;e++){var n=t.attributes[e].name;-1===["type","value","style"].indexOf(n)&&t.removeAttribute(n)}}(n),e)"range"===t&&"placeholder"===o||n.setAttribute(o,e[o])},ht=function(t,e,n){t.className=e,n.inputClass&&O(t,n.inputClass),n.customClass&&O(t,n.customClass.input)},vt=function(t,e){t.placeholder&&!e.inputPlaceholder||(t.placeholder=e.inputPlaceholder)},bt={};bt.text=bt.email=bt.password=bt.number=bt.tel=bt.url=function(t){var e=M(K(),C.input);return"string"==typeof t.inputValue||"number"==typeof t.inputValue?e.value=t.inputValue:y(t.inputValue)||g('Unexpected type of inputValue! Expected "string", "number" or "Promise", got "'.concat(f(t.inputValue),'"')),vt(e,t),e.type=t.input,e},bt.file=function(t){var e=M(K(),C.file);return vt(e,t),e.type=t.input,e},bt.range=function(t){var e=M(K(),C.range),n=e.querySelector("input"),o=e.querySelector("output");return n.value=t.inputValue,n.type=t.input,o.value=t.inputValue,e},bt.select=function(t){var e=M(K(),C.select);if(e.innerHTML="",t.inputPlaceholder){var n=document.createElement("option");n.innerHTML=t.inputPlaceholder,n.value="",n.disabled=!0,n.selected=!0,e.appendChild(n)}return e},bt.radio=function(){var t=M(K(),C.radio);return t.innerHTML="",t},bt.checkbox=function(t){var e=M(K(),C.checkbox),n=A(K(),"checkbox");return n.type="checkbox",n.value=1,n.id=C.checkbox,n.checked=Boolean(t.inputValue),e.querySelector("span").innerHTML=t.inputPlaceholder,e},bt.textarea=function(t){var e=M(K(),C.textarea);return e.value=t.inputValue,vt(e,t),e};var yt=function(t,e){var n=K().querySelector("#"+C.content);e.html?(ut(e.html,n),j(n,"block")):e.text?(n.textContent=e.text,j(n,"block")):q(n),function(t,e){for(var n=mt.innerParams.get(t),o=!n||e.input!==n.input,i=K(),r=["input","file","range","select","radio","checkbox","textarea"],a=0;a<r.length;a++){var s=C[r[a]],u=M(i,s);gt(r[a],e.inputAttributes),ht(u,s,e),o&&q(u)}if(e.input){if(!bt[e.input])return h('Unexpected type of input! Expected "text", "email", "password", "number", "tel", "select", "radio", "checkbox", "textarea", "file" or "url", got "'.concat(e.input,'"'));if(o){var c=bt[e.input](e);j(c)}}}(t,e),S(K(),e.customClass,"content")},wt=function(){for(var t=_(),e=0;e<t.length;e++)q(t[e])},Ct=function(){for(var t=U(),e=window.getComputedStyle(t).getPropertyValue("background-color"),n=t.querySelectorAll("[class^=swal2-success-circular-line], .swal2-success-fix"),o=0;o<n.length;o++)n[o].style.backgroundColor=e},kt=function(t,i){var r=Z();if(!i.progressSteps||0===i.progressSteps.length)return q(r);j(r),r.innerHTML="";var a=parseInt(null===i.currentProgressStep?se.getQueueStep():i.currentProgressStep);a>=i.progressSteps.length&&g("Invalid currentProgressStep parameter, it should be less than progressSteps.length (currentProgressStep like JS arrays starts from 0)"),i.progressSteps.forEach(function(t,e){var n=function(t){var e=document.createElement("li");return O(e,C["progress-step"]),e.innerHTML=t,e}(t);if(r.appendChild(n),e===a&&O(n,C["active-progress-step"]),e!==i.progressSteps.length-1){var o=function(t){var e=document.createElement("li");return O(e,C["progress-step-line"]),t.progressStepsDistance&&(e.style.width=t.progressStepsDistance),e}(t);r.appendChild(o)}})},Bt=function(t,e){var n=X();S(n,e.customClass,"header"),kt(0,e),function(t,e){var n=mt.innerParams.get(t);if(n&&e.type===n.type&&z())S(z(),e.customClass,"icon");else if(wt(),e.type)if(Ct(),-1!==Object.keys(k).indexOf(e.type)){var o=D(".".concat(C.icon,".").concat(k[e.type]));j(o),S(o,e.customClass,"icon"),E(o,"swal2-animate-".concat(e.type,"-icon"),e.animation)}else h('Unknown type! Expected "success", "error", "warning", "info" or "question", got "'.concat(e.type,'"'))}(t,e),function(t,e){var n=F();if(!e.imageUrl)return q(n);j(n),n.setAttribute("src",e.imageUrl),n.setAttribute("alt",e.imageAlt),V(n,"width",e.imageWidth),V(n,"height",e.imageHeight),n.className=C.image,S(n,e.customClass,"image"),e.imageClass&&O(n,e.imageClass)}(0,e),function(t,e){var n=W();I(n,e.title||e.titleText),e.title&&ut(e.title,n),e.titleText&&(n.innerText=e.titleText),S(n,e.customClass,"title")}(0,e),function(t,e){var n=tt();S(n,e.customClass,"closeButton"),I(n,e.showCloseButton),n.setAttribute("aria-label",e.closeButtonAriaLabel)}(0,e)},xt=function(t,e){!function(t,e){var n=U();V(n,"width",e.width),V(n,"padding",e.padding),e.background&&(n.style.background=e.background),n.className=C.popup,e.toast?(O([document.documentElement,document.body],C["toast-shown"]),O(n,C.toast)):O(n,C.modal),S(n,e.customClass,"popup"),"string"==typeof e.customClass&&O(n,e.customClass),E(n,C.noanimation,!e.animation)}(0,e),ft(0,e),Bt(t,e),yt(t,e),pt(0,e),function(t,e){var n=G();I(n,e.footer),e.footer&&ut(e.footer,n),S(n,e.customClass,"footer")}(0,e)};var St=[],At=function(){var t=U();t||se.fire(""),t=U();var e=J(),n=Y(),o=$();j(e),j(n),O([t,e],C.loading),n.disabled=!0,o.disabled=!0,t.setAttribute("data-loading",!0),t.setAttribute("aria-busy",!0),t.focus()},Pt={},Lt=function(){return new Promise(function(t){var e=window.scrollX,n=window.scrollY;Pt.restoreFocusTimeout=setTimeout(function(){Pt.previousActiveElement&&Pt.previousActiveElement.focus?(Pt.previousActiveElement.focus(),Pt.previousActiveElement=null):document.body&&document.body.focus(),t()},100),void 0!==e&&void 0!==n&&window.scrollTo(e,n)})},Et={title:"",titleText:"",text:"",html:"",footer:"",type:null,toast:!1,customClass:"",customContainerClass:"",target:"body",backdrop:!0,animation:!0,heightAuto:!0,allowOutsideClick:!0,allowEscapeKey:!0,allowEnterKey:!0,stopKeydownPropagation:!0,keydownListenerCapture:!1,showConfirmButton:!0,showCancelButton:!1,preConfirm:null,confirmButtonText:"OK",confirmButtonAriaLabel:"",confirmButtonColor:null,confirmButtonClass:"",cancelButtonText:"Cancel",cancelButtonAriaLabel:"",cancelButtonColor:null,cancelButtonClass:"",buttonsStyling:!0,reverseButtons:!1,focusConfirm:!0,focusCancel:!1,showCloseButton:!1,closeButtonAriaLabel:"Close this dialog",showLoaderOnConfirm:!1,imageUrl:null,imageWidth:null,imageHeight:null,imageAlt:"",imageClass:"",timer:null,width:null,padding:null,background:null,input:null,inputPlaceholder:"",inputValue:"",inputOptions:{},inputAutoTrim:!0,inputClass:"",inputAttributes:{},inputValidator:null,validationMessage:null,grow:!1,position:"center",progressSteps:[],currentProgressStep:null,progressStepsDistance:null,onBeforeOpen:null,onAfterClose:null,onOpen:null,onClose:null,scrollbarPadding:!0},Ot=["title","titleText","text","html","type","customClass","showConfirmButton","showCancelButton","confirmButtonText","confirmButtonAriaLabel","confirmButtonColor","confirmButtonClass","cancelButtonText","cancelButtonAriaLabel","cancelButtonColor","cancelButtonClass","buttonsStyling","reverseButtons","imageUrl","imageWidth","imageHeigth","imageAlt","imageClass","progressSteps","currentProgressStep"],Tt={customContainerClass:"customClass",confirmButtonClass:"customClass",cancelButtonClass:"customClass",imageClass:"customClass",inputClass:"customClass"},Mt=["allowOutsideClick","allowEnterKey","backdrop","focusConfirm","focusCancel","heightAuto","keydownListenerCapture"],Vt=function(t){return Et.hasOwnProperty(t)},jt=function(t){return Tt[t]},qt=Object.freeze({isValidParameter:Vt,isUpdatableParameter:function(t){return-1!==Ot.indexOf(t)},isDeprecatedParameter:jt,argsToParams:function(n){var o={};switch(f(n[0])){case"object":a(o,n[0]);break;default:["title","html","type"].forEach(function(t,e){switch(f(n[e])){case"string":o[t]=n[e];break;case"undefined":break;default:h("Unexpected type of ".concat(t,'! Expected "string", got ').concat(f(n[e])))}})}return o},isVisible:function(){return H(U())},clickConfirm:function(){return Y()&&Y().click()},clickCancel:function(){return $()&&$().click()},getContainer:R,getPopup:U,getTitle:W,getContent:K,getImage:F,getIcon:z,getIcons:_,getCloseButton:tt,getActions:J,getConfirmButton:Y,getCancelButton:$,getHeader:X,getFooter:G,getFocusableElements:et,getValidationMessage:Q,isLoading:function(){return U().hasAttribute("data-loading")},fire:function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return c(this,e)},mixin:function(n){return function(t){function e(){return o(this,e),l(this,s(e).apply(this,arguments))}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(e,t),r(e,[{key:"_main",value:function(t){return d(s(e.prototype),"_main",this).call(this,a({},n,t))}}]),e}(this)},queue:function(t){var r=this;St=t;var a=function(t,e){St=[],document.body.removeAttribute("data-swal2-queue-step"),t(e)},s=[];return new Promise(function(i){!function e(n,o){n<St.length?(document.body.setAttribute("data-swal2-queue-step",n),r.fire(St[n]).then(function(t){void 0!==t.value?(s.push(t.value),e(n+1,o)):a(i,{dismiss:t.dismiss})})):a(i,{value:s})}(0)})},getQueueStep:function(){return document.body.getAttribute("data-swal2-queue-step")},insertQueueStep:function(t,e){return e&&e<St.length?St.splice(e,0,t):St.push(t)},deleteQueueStep:function(t){void 0!==St[t]&&St.splice(t,1)},showLoading:At,enableLoading:At,getTimerLeft:function(){return Pt.timeout&&Pt.timeout.getTimerLeft()},stopTimer:function(){return Pt.timeout&&Pt.timeout.stop()},resumeTimer:function(){return Pt.timeout&&Pt.timeout.start()},toggleTimer:function(){var t=Pt.timeout;return t&&(t.running?t.stop():t.start())},increaseTimer:function(t){return Pt.timeout&&Pt.timeout.increase(t)},isTimerRunning:function(){return Pt.timeout&&Pt.timeout.isRunning()}});function It(){var t=mt.innerParams.get(this),e=mt.domCache.get(this);t.showConfirmButton||(q(e.confirmButton),t.showCancelButton||q(e.actions)),T([e.popup,e.actions],C.loading),e.popup.removeAttribute("aria-busy"),e.popup.removeAttribute("data-loading"),e.confirmButton.disabled=!1,e.cancelButton.disabled=!1}var Ht=function(){null===B.previousBodyPadding&&document.body.scrollHeight>window.innerHeight&&(B.previousBodyPadding=parseInt(window.getComputedStyle(document.body).getPropertyValue("padding-right")),document.body.style.paddingRight=B.previousBodyPadding+function(){if("ontouchstart"in window||navigator.msMaxTouchPoints)return 0;var t=document.createElement("div");t.style.width="50px",t.style.height="50px",t.style.overflow="scroll",document.body.appendChild(t);var e=t.offsetWidth-t.clientWidth;return document.body.removeChild(t),e}()+"px")},Rt=function(){null!==B.previousBodyPadding&&(document.body.style.paddingRight=B.previousBodyPadding+"px",B.previousBodyPadding=null)},Dt=function(){if(x(document.body,C.iosfix)){var t=parseInt(document.body.style.top,10);T(document.body,C.iosfix),document.body.style.top="",document.body.scrollTop=-1*t}},Nt=function(){return!!window.MSInputMethodContext&&!!document.documentMode},Ut=function(){var t=R(),e=U();t.style.removeProperty("align-items"),e.offsetTop<0&&(t.style.alignItems="flex-start")},_t=function(){"undefined"!=typeof window&&Nt()&&window.removeEventListener("resize",Ut)},zt=function(){m(document.body.children).forEach(function(t){t.hasAttribute("data-previous-aria-hidden")?(t.setAttribute("aria-hidden",t.getAttribute("data-previous-aria-hidden")),t.removeAttribute("data-previous-aria-hidden")):t.removeAttribute("aria-hidden")})},Wt={swalPromiseResolve:new WeakMap};function Kt(t,e){ot()?Qt(e):(Lt().then(function(){return Qt(e)}),Pt.keydownTarget.removeEventListener("keydown",Pt.keydownHandler,{capture:Pt.keydownListenerCapture}),Pt.keydownHandlerAdded=!1),t.parentNode&&t.parentNode.removeChild(t),T([document.documentElement,document.body],[C.shown,C["height-auto"],C["no-backdrop"],C["toast-shown"],C["toast-column"]]),nt()&&(Rt(),Dt(),_t(),zt())}function Ft(t,e,n){t.removeEventListener(lt,Ft),x(t,C.hide)&&Kt(e,n)}function Zt(t){var e=R(),n=U(),o=mt.innerParams.get(this),i=Wt.swalPromiseResolve.get(this),r=o.onClose,a=o.onAfterClose;n&&(null!==r&&"function"==typeof r&&r(n),T(n,C.show),O(n,C.hide),lt&&!x(n,C.noanimation)?n.addEventListener(lt,Ft.bind(null,n,e,a)):Kt(e,a),i(t||{}))}var Qt=function(t){null!==t&&"function"==typeof t&&setTimeout(function(){t()})};function Yt(t,e,n){var o=mt.domCache.get(t);e.forEach(function(t){o[t].disabled=n})}function $t(t,e){if(!t)return!1;if("radio"===t.type)for(var n=t.parentNode.parentNode.querySelectorAll("input"),o=0;o<n.length;o++)n[o].disabled=e;else t.disabled=e}var Jt=function(){function n(t,e){o(this,n),this.callback=t,this.remaining=e,this.running=!1,this.start()}return r(n,[{key:"start",value:function(){return this.running||(this.running=!0,this.started=new Date,this.id=setTimeout(this.callback,this.remaining)),this.remaining}},{key:"stop",value:function(){return this.running&&(this.running=!1,clearTimeout(this.id),this.remaining-=new Date-this.started),this.remaining}},{key:"increase",value:function(t){var e=this.running;return e&&this.stop(),this.remaining+=t,e&&this.start(),this.remaining}},{key:"getTimerLeft",value:function(){return this.running&&(this.stop(),this.start()),this.remaining}},{key:"isRunning",value:function(){return this.running}}]),n}(),Xt={email:function(t,e){return/^[a-zA-Z0-9.+_-]+@[a-zA-Z0-9.-]+\.[a-zA-Z0-9-]{2,24}$/.test(t)?Promise.resolve():Promise.resolve(e||"Invalid email address")},url:function(t,e){return/^https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{2,256}\.[a-z]{2,63}\b([-a-zA-Z0-9@:%_+.~#?&//=]*)$/.test(t)?Promise.resolve():Promise.resolve(e||"Invalid URL")}};function Gt(t,e){t.removeEventListener(lt,Gt),e.style.overflowY="auto"}var te=function(t){var e=R(),n=U();null!==t.onBeforeOpen&&"function"==typeof t.onBeforeOpen&&t.onBeforeOpen(n),t.animation&&(O(n,C.show),O(e,C.fade)),j(n),lt&&!x(n,C.noanimation)?(e.style.overflowY="hidden",n.addEventListener(lt,Gt.bind(null,n,e))):e.style.overflowY="auto",O([document.documentElement,document.body,e],C.shown),t.heightAuto&&t.backdrop&&!t.toast&&O([document.documentElement,document.body],C["height-auto"]),nt()&&(t.scrollbarPadding&&Ht(),function(){if(/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream&&!x(document.body,C.iosfix)){var t=document.body.scrollTop;document.body.style.top=-1*t+"px",O(document.body,C.iosfix)}}(),"undefined"!=typeof window&&Nt()&&(Ut(),window.addEventListener("resize",Ut)),m(document.body.children).forEach(function(t){t===R()||function(t,e){if("function"==typeof t.contains)return t.contains(e)}(t,R())||(t.hasAttribute("aria-hidden")&&t.setAttribute("data-previous-aria-hidden",t.getAttribute("aria-hidden")),t.setAttribute("aria-hidden","true"))}),setTimeout(function(){e.scrollTop=0})),ot()||Pt.previousActiveElement||(Pt.previousActiveElement=document.activeElement),null!==t.onOpen&&"function"==typeof t.onOpen&&setTimeout(function(){t.onOpen(n)})},ee=void 0,ne={select:function(t,e,i){var r=M(t,C.select);e.forEach(function(t){var e=t[0],n=t[1],o=document.createElement("option");o.value=e,o.innerHTML=n,i.inputValue.toString()===e.toString()&&(o.selected=!0),r.appendChild(o)}),r.focus()},radio:function(t,e,a){var s=M(t,C.radio);e.forEach(function(t){var e=t[0],n=t[1],o=document.createElement("input"),i=document.createElement("label");o.type="radio",o.name=C.radio,o.value=e,a.inputValue.toString()===e.toString()&&(o.checked=!0);var r=document.createElement("span");r.innerHTML=n,r.className=C.label,i.appendChild(o),i.appendChild(r),s.appendChild(i)});var n=s.querySelectorAll("input");n.length&&n[0].focus()}},oe=function(e){var n=[];return"undefined"!=typeof Map&&e instanceof Map?e.forEach(function(t,e){n.push([e,t])}):Object.keys(e).forEach(function(t){n.push([t,e[t]])}),n};var ie,re=Object.freeze({hideLoading:It,disableLoading:It,getInput:function(t){var e=mt.innerParams.get(t||this);return A(mt.domCache.get(t||this).content,e.input)},close:Zt,closePopup:Zt,closeModal:Zt,closeToast:Zt,enableButtons:function(){Yt(this,["confirmButton","cancelButton"],!1)},disableButtons:function(){Yt(this,["confirmButton","cancelButton"],!0)},enableConfirmButton:function(){v("Swal.disableConfirmButton()","Swal.getConfirmButton().removeAttribute('disabled')"),Yt(this,["confirmButton"],!1)},disableConfirmButton:function(){v("Swal.enableConfirmButton()","Swal.getConfirmButton().setAttribute('disabled', '')"),Yt(this,["confirmButton"],!0)},enableInput:function(){return $t(this.getInput(),!1)},disableInput:function(){return $t(this.getInput(),!0)},showValidationMessage:function(t){var e=mt.domCache.get(this);e.validationMessage.innerHTML=t;var n=window.getComputedStyle(e.popup);e.validationMessage.style.marginLeft="-".concat(n.getPropertyValue("padding-left")),e.validationMessage.style.marginRight="-".concat(n.getPropertyValue("padding-right")),j(e.validationMessage);var o=this.getInput();o&&(o.setAttribute("aria-invalid",!0),o.setAttribute("aria-describedBy",C["validation-message"]),L(o),O(o,C.inputerror))},resetValidationMessage:function(){var t=mt.domCache.get(this);t.validationMessage&&q(t.validationMessage);var e=this.getInput();e&&(e.removeAttribute("aria-invalid"),e.removeAttribute("aria-describedBy"),T(e,C.inputerror))},getProgressSteps:function(){return v("Swal.getProgressSteps()","const swalInstance = Swal.fire({progressSteps: ['1', '2', '3']}); const progressSteps = swalInstance.params.progressSteps"),mt.innerParams.get(this).progressSteps},setProgressSteps:function(t){v("Swal.setProgressSteps()","Swal.update()");var e=a({},mt.innerParams.get(this),{progressSteps:t});kt(0,e),mt.innerParams.set(this,e)},showProgressSteps:function(){var t=mt.domCache.get(this);j(t.progressSteps)},hideProgressSteps:function(){var t=mt.domCache.get(this);q(t.progressSteps)},_main:function(t){var c=this;!function(t){for(var e in t)Vt(i=e)||g('Unknown parameter "'.concat(i,'"')),t.toast&&(o=e,-1!==Mt.indexOf(o)&&g('The parameter "'.concat(o,'" is incompatible with toasts'))),jt(n=void 0)&&v(n,jt(n));var n,o,i}(t);var l=a({},Et,t);!function(e){e.inputValidator||Object.keys(Xt).forEach(function(t){e.input===t&&(e.inputValidator=Xt[t])}),e.showLoaderOnConfirm&&!e.preConfirm&&g("showLoaderOnConfirm is set to true, but preConfirm is not defined.\nshowLoaderOnConfirm should be used together with preConfirm, see usage example:\nhttps://sweetalert2.github.io/#ajax-request"),e.animation=b(e.animation),(!e.target||"string"==typeof e.target&&!document.querySelector(e.target)||"string"!=typeof e.target&&!e.target.appendChild)&&(g('Target parameter is not valid, defaulting to "body"'),e.target="body"),"string"==typeof e.title&&(e.title=e.title.split("\n").join("<br />"));var t=U(),n="string"==typeof e.target?document.querySelector(e.target):e.target;(!t||t&&n&&t.parentNode!==n.parentNode)&&st(e)}(l),Object.freeze(l),Pt.timeout&&(Pt.timeout.stop(),delete Pt.timeout),clearTimeout(Pt.restoreFocusTimeout);var d={popup:U(),container:R(),content:K(),actions:J(),confirmButton:Y(),cancelButton:$(),closeButton:tt(),validationMessage:Q(),progressSteps:Z()};mt.domCache.set(this,d),xt(this,l),mt.innerParams.set(this,l);var p=this.constructor;return new Promise(function(t){var n=function(t){c.closePopup({value:t})},s=function(t){c.closePopup({dismiss:t})};Wt.swalPromiseResolve.set(c,t),l.timer&&(Pt.timeout=new Jt(function(){s("timer"),delete Pt.timeout},l.timer)),l.input&&setTimeout(function(){var t=c.getInput();t&&L(t)},0);for(var u=function(e){l.showLoaderOnConfirm&&p.showLoading(),l.preConfirm?(c.resetValidationMessage(),Promise.resolve().then(function(){return l.preConfirm(e,l.validationMessage)}).then(function(t){H(d.validationMessage)||!1===t?c.hideLoading():n(void 0===t?e:t)})):n(e)},e=function(t){var e=t.target,n=d.confirmButton,o=d.cancelButton,i=n&&(n===e||n.contains(e)),r=o&&(o===e||o.contains(e));switch(t.type){case"click":if(i)if(c.disableButtons(),l.input){var a=function(){var t=c.getInput();if(!t)return null;switch(l.input){case"checkbox":return t.checked?1:0;case"radio":return t.checked?t.value:null;case"file":return t.files.length?t.files[0]:null;default:return l.inputAutoTrim?t.value.trim():t.value}}();l.inputValidator?(c.disableInput(),Promise.resolve().then(function(){return l.inputValidator(a,l.validationMessage)}).then(function(t){c.enableButtons(),c.enableInput(),t?c.showValidationMessage(t):u(a)})):c.getInput().checkValidity()?u(a):(c.enableButtons(),c.showValidationMessage(l.validationMessage))}else u(!0);else r&&(c.disableButtons(),s(p.DismissReason.cancel))}},o=d.popup.querySelectorAll("button"),i=0;i<o.length;i++)o[i].onclick=e,o[i].onmouseover=e,o[i].onmouseout=e,o[i].onmousedown=e;if(d.closeButton.onclick=function(){s(p.DismissReason.close)},l.toast)d.popup.onclick=function(){l.showConfirmButton||l.showCancelButton||l.showCloseButton||l.input||s(p.DismissReason.close)};else{var r=!1;d.popup.onmousedown=function(){d.container.onmouseup=function(t){d.container.onmouseup=void 0,t.target===d.container&&(r=!0)}},d.container.onmousedown=function(){d.popup.onmouseup=function(t){d.popup.onmouseup=void 0,(t.target===d.popup||d.popup.contains(t.target))&&(r=!0)}},d.container.onclick=function(t){r?r=!1:t.target===d.container&&b(l.allowOutsideClick)&&s(p.DismissReason.backdrop)}}l.reverseButtons?d.confirmButton.parentNode.insertBefore(d.cancelButton,d.confirmButton):d.confirmButton.parentNode.insertBefore(d.confirmButton,d.cancelButton);var a=function(t,e){for(var n=et(l.focusCancel),o=0;o<n.length;o++)return(t+=e)===n.length?t=0:-1===t&&(t=n.length-1),n[t].focus();d.popup.focus()};Pt.keydownHandlerAdded&&(Pt.keydownTarget.removeEventListener("keydown",Pt.keydownHandler,{capture:Pt.keydownListenerCapture}),Pt.keydownHandlerAdded=!1),l.toast||(Pt.keydownHandler=function(t){return function(t,e){if(e.stopKeydownPropagation&&t.stopPropagation(),"Enter"!==t.key||t.isComposing)if("Tab"===t.key){for(var n=t.target,o=et(e.focusCancel),i=-1,r=0;r<o.length;r++)if(n===o[r]){i=r;break}t.shiftKey?a(i,-1):a(i,1),t.stopPropagation(),t.preventDefault()}else-1!==["ArrowLeft","ArrowRight","ArrowUp","ArrowDown","Left","Right","Up","Down"].indexOf(t.key)?document.activeElement===d.confirmButton&&H(d.cancelButton)?d.cancelButton.focus():document.activeElement===d.cancelButton&&H(d.confirmButton)&&d.confirmButton.focus():"Escape"!==t.key&&"Esc"!==t.key||!0!==b(e.allowEscapeKey)||(t.preventDefault(),s(p.DismissReason.esc));else if(t.target&&c.getInput()&&t.target.outerHTML===c.getInput().outerHTML){if(-1!==["textarea","file"].indexOf(e.input))return;p.clickConfirm(),t.preventDefault()}}(t,l)},Pt.keydownTarget=l.keydownListenerCapture?window:d.popup,Pt.keydownListenerCapture=l.keydownListenerCapture,Pt.keydownTarget.addEventListener("keydown",Pt.keydownHandler,{capture:Pt.keydownListenerCapture}),Pt.keydownHandlerAdded=!0),c.enableButtons(),c.hideLoading(),c.resetValidationMessage(),l.toast&&(l.input||l.footer||l.showCloseButton)?O(document.body,C["toast-column"]):T(document.body,C["toast-column"]),"select"===l.input||"radio"===l.input?function(e,n){var o=K(),i=function(t){return ne[n.input](o,oe(t),n)};y(n.inputOptions)?(At(),n.inputOptions.then(function(t){e.hideLoading(),i(t)})):"object"===f(n.inputOptions)?i(n.inputOptions):h("Unexpected type of inputOptions! Expected object, Map or Promise, got ".concat(f(n.inputOptions)))}(c,l):-1!==["text","email","number","tel","textarea"].indexOf(l.input)&&y(l.inputValue)&&function(e,n){var o=e.getInput();q(o),n.inputValue.then(function(t){o.value="number"===n.input?parseFloat(t)||0:t+"",j(o),o.focus(),e.hideLoading()}).catch(function(t){h("Error in inputValue promise: "+t),o.value="",j(o),o.focus(),ee.hideLoading()})}(c,l),te(l),l.toast||(b(l.allowEnterKey)?l.focusCancel&&H(d.cancelButton)?d.cancelButton.focus():l.focusConfirm&&H(d.confirmButton)?d.confirmButton.focus():a(-1,1):document.activeElement&&"function"==typeof document.activeElement.blur&&document.activeElement.blur()),d.container.scrollTop=0})},update:function(e){var n={};Object.keys(e).forEach(function(t){se.isUpdatableParameter(t)?n[t]=e[t]:g('Invalid parameter to update: "'.concat(t,'". Updatable params are listed here: https://github.com/sweetalert2/sweetalert2/blob/master/src/utils/params.js'))});var t=a({},mt.innerParams.get(this),n);xt(this,t),mt.innerParams.set(this,t),Object.defineProperties(this,{params:{value:a({},this.params,e),writable:!1,enumerable:!0}})}});function ae(){if("undefined"!=typeof window){"undefined"==typeof Promise&&h("This package requires a Promise library, please include a shim to enable it in this browser (See: https://github.com/sweetalert2/sweetalert2/wiki/Migration-from-SweetAlert-to-SweetAlert2#1-ie-support)"),ie=this;for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var o=Object.freeze(this.constructor.argsToParams(e));Object.defineProperties(this,{params:{value:o,writable:!1,enumerable:!0,configurable:!0}});var i=this._main(this.params);mt.promise.set(this,i)}}ae.prototype.then=function(t){return mt.promise.get(this).then(t)},ae.prototype.finally=function(t){return mt.promise.get(this).finally(t)},a(ae.prototype,re),a(ae,qt),Object.keys(re).forEach(function(e){ae[e]=function(){var t;if(ie)return(t=ie)[e].apply(t,arguments)}}),ae.DismissReason=t,ae.version="8.8.7";var se=ae;return se.default=se}),"undefined"!=typeof window&&window.Sweetalert2&&(window.swal=window.sweetAlert=window.Swal=window.SweetAlert=window.Sweetalert2);
assets/front-end/css/adv-accordion.css DELETED
@@ -1,74 +0,0 @@
1
- /*------------------------------*/
2
- /* 31. Advance Accordion
3
- /*------------------------------*/
4
- .eael-adv-accordion {
5
- width: auto;
6
- height: auto;
7
- transition: all 0.3s ease-in-out;
8
- }
9
-
10
- .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
11
- padding: 15px;
12
- border: 1px solid rgba(0, 0, 0, 0.02);
13
- font-size: 1rem;
14
- font-weight: 600;
15
- line-height: 1;
16
- transition: all 0.3s ease-in-out;
17
- display: flex;
18
- justify-content: space-between;
19
- align-items: center;
20
- cursor: pointer;
21
- }
22
-
23
- .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle {
24
- transform: rotate(0deg);
25
- z-index: 10;
26
- transition: all 0.3s ease-in-out;
27
- }
28
-
29
- .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
30
- transform: rotate(90deg);
31
- z-index: 10;
32
- transition: all 0.3s ease-in-out;
33
- }
34
-
35
- .fa-accordion-icon {
36
- display: inline-block;
37
- margin-right: 10px;
38
- }
39
-
40
- .eael-adv-accordion .eael-accordion-list .eael-accordion-content {
41
- display: none;
42
- border: 1px solid #eee;
43
- padding: 15px;
44
- box-sizing: border-box;
45
- font-size: 1rem;
46
- line-height: 1.7;
47
- }
48
-
49
- .eael-adv-accordion .eael-accordion-list .eael-accordion-content p {
50
- margin: 0;
51
- }
52
-
53
- .eael-adv-accordion .eael-accordion-list .eael-accordion-content.active {
54
- display: block;
55
- }
56
-
57
- @keyframes rotate-90 {
58
- 0% {
59
- transform: rotateY(0deg);
60
- }
61
- 100% {
62
- transform: rotateY(-180deg);
63
- }
64
- }
65
- @keyframes fadeIn {
66
- 0% {
67
- opacity: 1;
68
- transition: all 0.3s ease-in-out;
69
- }
70
- 100% {
71
- opacity: 1;
72
- transition: all 0.3s ease-in-out;
73
- }
74
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/front-end/css/adv-accordion/index.css ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*------------------------------*/
2
+ /* 31. Advance Accordion
3
+ /*------------------------------*/
4
+ .eael-adv-accordion {
5
+ width: auto;
6
+ height: auto;
7
+ -webkit-transition: all 0.3s ease-in-out;
8
+ -o-transition: all 0.3s ease-in-out;
9
+ transition: all 0.3s ease-in-out;
10
+ }
11
+
12
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
13
+ padding: 15px;
14
+ border: 1px solid rgba(0, 0, 0, 0.02);
15
+ font-size: 1rem;
16
+ font-weight: 600;
17
+ line-height: 1;
18
+ -webkit-transition: all 0.3s ease-in-out;
19
+ -o-transition: all 0.3s ease-in-out;
20
+ transition: all 0.3s ease-in-out;
21
+ display: -webkit-box;
22
+ display: -webkit-flex;
23
+ display: -ms-flexbox;
24
+ display: flex;
25
+ -webkit-box-pack: justify;
26
+ -webkit-justify-content: space-between;
27
+ -ms-flex-pack: justify;
28
+ justify-content: space-between;
29
+ -webkit-box-align: center;
30
+ -webkit-align-items: center;
31
+ -ms-flex-align: center;
32
+ align-items: center;
33
+ cursor: pointer;
34
+ }
35
+
36
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle {
37
+ -webkit-transform: rotate(0deg);
38
+ -ms-transform: rotate(0deg);
39
+ transform: rotate(0deg);
40
+ z-index: 10;
41
+ -webkit-transition: all 0.3s ease-in-out;
42
+ -o-transition: all 0.3s ease-in-out;
43
+ transition: all 0.3s ease-in-out;
44
+ }
45
+
46
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
47
+ -webkit-transform: rotate(90deg);
48
+ -ms-transform: rotate(90deg);
49
+ transform: rotate(90deg);
50
+ z-index: 10;
51
+ -webkit-transition: all 0.3s ease-in-out;
52
+ -o-transition: all 0.3s ease-in-out;
53
+ transition: all 0.3s ease-in-out;
54
+ }
55
+
56
+ .fa-accordion-icon {
57
+ display: inline-block;
58
+ margin-right: 10px;
59
+ }
60
+
61
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-content {
62
+ display: none;
63
+ border: 1px solid #eee;
64
+ padding: 15px;
65
+ -webkit-box-sizing: border-box;
66
+ box-sizing: border-box;
67
+ font-size: 1rem;
68
+ line-height: 1.7;
69
+ }
70
+
71
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-content p {
72
+ margin: 0;
73
+ }
74
+
75
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-content.active {
76
+ display: block;
77
+ }
78
+
79
+ @-webkit-keyframes rotate-90 {
80
+ 0% {
81
+ -webkit-transform: rotateY(0deg);
82
+ transform: rotateY(0deg);
83
+ }
84
+ 100% {
85
+ -webkit-transform: rotateY(-180deg);
86
+ transform: rotateY(-180deg);
87
+ }
88
+ }
89
+
90
+ @keyframes rotate-90 {
91
+ 0% {
92
+ -webkit-transform: rotateY(0deg);
93
+ transform: rotateY(0deg);
94
+ }
95
+ 100% {
96
+ -webkit-transform: rotateY(-180deg);
97
+ transform: rotateY(-180deg);
98
+ }
99
+ }
100
+ @-webkit-keyframes fadeIn {
101
+ 0% {
102
+ opacity: 1;
103
+ -webkit-transition: all 0.3s ease-in-out;
104
+ -o-transition: all 0.3s ease-in-out;
105
+ transition: all 0.3s ease-in-out;
106
+ }
107
+ 100% {
108
+ opacity: 1;
109
+ -webkit-transition: all 0.3s ease-in-out;
110
+ -o-transition: all 0.3s ease-in-out;
111
+ transition: all 0.3s ease-in-out;
112
+ }
113
+ }
114
+ @keyframes fadeIn {
115
+ 0% {
116
+ opacity: 1;
117
+ -webkit-transition: all 0.3s ease-in-out;
118
+ -o-transition: all 0.3s ease-in-out;
119
+ transition: all 0.3s ease-in-out;
120
+ }
121
+ 100% {
122
+ opacity: 1;
123
+ -webkit-transition: all 0.3s ease-in-out;
124
+ -o-transition: all 0.3s ease-in-out;
125
+ transition: all 0.3s ease-in-out;
126
+ }
127
+ }
assets/front-end/css/adv-accordion/index.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .eael-adv-accordion{width:auto;height:auto;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-adv-accordion .eael-accordion-list .eael-accordion-header{padding:15px;border:1px solid rgba(0,0,0,.02);font-size:1rem;font-weight:600;line-height:1;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer}.eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);z-index:10;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);z-index:10;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.fa-accordion-icon{display:inline-block;margin-right:10px}.eael-adv-accordion .eael-accordion-list .eael-accordion-content{display:none;border:1px solid #eee;padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:1rem;line-height:1.7}.eael-adv-accordion .eael-accordion-list .eael-accordion-content p{margin:0}.eael-adv-accordion .eael-accordion-list .eael-accordion-content.active{display:block}@-webkit-keyframes rotate-90{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}100%{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}@keyframes rotate-90{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}100%{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}@-webkit-keyframes fadeIn{0%{opacity:1;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}100%{opacity:1;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}}@keyframes fadeIn{0%{opacity:1;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}100%{opacity:1;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}}
assets/front-end/css/{adv-tabs.css → adv-tabs/index.css} RENAMED
@@ -10,20 +10,41 @@
10
  padding: 0px;
11
  margin: 0px;
12
  list-style-type: none;
 
 
 
13
  display: flex;
14
- justify-content: flex-start;
15
- align-items: center;
 
 
 
 
 
 
16
  z-index: 1;
17
  }
18
 
19
  .eael-advance-tabs .eael-tabs-nav > ul li {
20
  position: relative;
21
  padding: 1em 1.5em;
22
- flex: 1 1 auto;
 
 
 
23
  cursor: pointer;
 
 
 
24
  display: flex;
25
- justify-content: center;
26
- align-items: center;
 
 
 
 
 
 
27
  text-align: center;
28
  }
29
 
@@ -55,8 +76,14 @@
55
  }
56
 
57
  .eael-tabs-content {
 
 
 
58
  display: flex;
59
- flex: 1 1 auto;
 
 
 
60
  }
61
 
62
  .eael-advance-tabs .eael-tabs-content > div {
@@ -70,7 +97,8 @@
70
  width: 100%;
71
  padding: 1em;
72
  opacity: 1;
73
- animation: fadeIn linear 0.3s;
 
74
  }
75
 
76
  /*--- Inline Icon ---*/
@@ -80,14 +108,22 @@
80
  }
81
 
82
  .eael-tab-top-icon li a {
 
 
 
83
  display: flex;
84
- flex-wrap: wrap;
 
 
85
  text-align: center;
86
  }
87
 
88
  .eael-tab-top-icon li a .fa,
89
  .eael-tab-top-icon li a .eael-tab-title {
90
- flex: 1 1 100%;
 
 
 
91
  line-height: 1;
92
  }
93
 
@@ -97,20 +133,33 @@
97
 
98
  /*--- Vertical Tabs ---*/
99
  .eael-advance-tabs.eael-tabs-vertical {
 
 
 
100
  display: flex;
101
  }
102
 
103
  .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav {
104
- flex: 0 0 auto;
 
 
 
105
  }
106
 
107
  .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul {
108
- flex-flow: column wrap;
 
 
 
 
109
  }
110
 
111
  .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul > li {
112
  width: 100%;
113
- justify-content: start;
 
 
 
114
  }
115
 
116
  .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul li::after {
@@ -126,27 +175,43 @@
126
 
127
  @media only screen and (max-width: 767px) {
128
  .eael-advance-tabs .eael-tabs-nav > ul {
129
- flex-wrap: wrap;
 
 
130
  }
131
 
132
  .eael-advance-tabs .eael-tabs-nav > ul li {
133
- flex: 1 100%;
 
 
 
134
  }
135
 
136
  .eael-advance-tabs.eael-tabs-vertical {
137
- flex-wrap: wrap;
 
 
138
  }
139
 
140
  .eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav {
141
- flex: 1 100%;
 
 
 
142
  }
143
 
144
  .eael-advance-tabs.eael-tabs-vertical ul {
145
- flex: 1 100%;
 
 
 
146
  }
147
 
148
  .eael-advance-tabs.eael-tabs-vertical ul li {
149
- flex: 1 100%;
 
 
 
150
  }
151
 
152
  div.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav > ul li::after {
10
  padding: 0px;
11
  margin: 0px;
12
  list-style-type: none;
13
+ display: -webkit-box;
14
+ display: -webkit-flex;
15
+ display: -ms-flexbox;
16
  display: flex;
17
+ -webkit-box-pack: start;
18
+ -webkit-justify-content: flex-start;
19
+ -ms-flex-pack: start;
20
+ justify-content: flex-start;
21
+ -webkit-box-align: center;
22
+ -webkit-align-items: center;
23
+ -ms-flex-align: center;
24
+ align-items: center;
25
  z-index: 1;
26
  }
27
 
28
  .eael-advance-tabs .eael-tabs-nav > ul li {
29
  position: relative;
30
  padding: 1em 1.5em;
31
+ -webkit-box-flex: 1;
32
+ -webkit-flex: 1 1 auto;
33
+ -ms-flex: 1 1 auto;
34
+ flex: 1 1 auto;
35
  cursor: pointer;
36
+ display: -webkit-box;
37
+ display: -webkit-flex;
38
+ display: -ms-flexbox;
39
  display: flex;
40
+ -webkit-box-pack: center;
41
+ -webkit-justify-content: center;
42
+ -ms-flex-pack: center;
43
+ justify-content: center;
44
+ -webkit-box-align: center;
45
+ -webkit-align-items: center;
46
+ -ms-flex-align: center;
47
+ align-items: center;
48
  text-align: center;
49
  }
50
 
76
  }
77
 
78
  .eael-tabs-content {
79
+ display: -webkit-box;
80
+ display: -webkit-flex;
81
+ display: -ms-flexbox;
82
  display: flex;
83
+ -webkit-box-flex: 1;
84
+ -webkit-flex: 1 1 auto;
85
+ -ms-flex: 1 1 auto;
86
+ flex: 1 1 auto;
87
  }
88
 
89
  .eael-advance-tabs .eael-tabs-content > div {
97
  width: 100%;
98
  padding: 1em;
99
  opacity: 1;
100
+ -webkit-animation: fadeIn linear 0.3s;
101
+ animation: fadeIn linear 0.3s;
102
  }
103
 
104
  /*--- Inline Icon ---*/
108
  }
109
 
110
  .eael-tab-top-icon li a {
111
+ display: -webkit-box;
112
+ display: -webkit-flex;
113
+ display: -ms-flexbox;
114
  display: flex;
115
+ -webkit-flex-wrap: wrap;
116
+ -ms-flex-wrap: wrap;
117
+ flex-wrap: wrap;
118
  text-align: center;
119
  }
120
 
121
  .eael-tab-top-icon li a .fa,
122
  .eael-tab-top-icon li a .eael-tab-title {
123
+ -webkit-box-flex: 1;
124
+ -webkit-flex: 1 1 100%;
125
+ -ms-flex: 1 1 100%;
126
+ flex: 1 1 100%;
127
  line-height: 1;
128
  }
129
 
133
 
134
  /*--- Vertical Tabs ---*/
135
  .eael-advance-tabs.eael-tabs-vertical {
136
+ display: -webkit-box;
137
+ display: -webkit-flex;
138
+ display: -ms-flexbox;
139
  display: flex;
140
  }
141
 
142
  .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav {
143
+ -webkit-box-flex: 0;
144
+ -webkit-flex: 0 0 auto;
145
+ -ms-flex: 0 0 auto;
146
+ flex: 0 0 auto;
147
  }
148
 
149
  .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul {
150
+ -webkit-box-orient: vertical;
151
+ -webkit-box-direction: normal;
152
+ -webkit-flex-flow: column wrap;
153
+ -ms-flex-flow: column wrap;
154
+ flex-flow: column wrap;
155
  }
156
 
157
  .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul > li {
158
  width: 100%;
159
+ -webkit-box-pack: start;
160
+ -webkit-justify-content: start;
161
+ -ms-flex-pack: start;
162
+ justify-content: start;
163
  }
164
 
165
  .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul li::after {
175
 
176
  @media only screen and (max-width: 767px) {
177
  .eael-advance-tabs .eael-tabs-nav > ul {
178
+ -webkit-flex-wrap: wrap;
179
+ -ms-flex-wrap: wrap;
180
+ flex-wrap: wrap;
181
  }
182
 
183
  .eael-advance-tabs .eael-tabs-nav > ul li {
184
+ -webkit-box-flex: 1;
185
+ -webkit-flex: 1 100%;
186
+ -ms-flex: 1 100%;
187
+ flex: 1 100%;
188
  }
189
 
190
  .eael-advance-tabs.eael-tabs-vertical {
191
+ -webkit-flex-wrap: wrap;
192
+ -ms-flex-wrap: wrap;
193
+ flex-wrap: wrap;
194
  }
195
 
196
  .eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav {
197
+ -webkit-box-flex: 1;
198
+ -webkit-flex: 1 100%;
199
+ -ms-flex: 1 100%;
200
+ flex: 1 100%;
201
  }
202
 
203
  .eael-advance-tabs.eael-tabs-vertical ul {
204
+ -webkit-box-flex: 1;
205
+ -webkit-flex: 1 100%;
206
+ -ms-flex: 1 100%;
207
+ flex: 1 100%;
208
  }
209
 
210
  .eael-advance-tabs.eael-tabs-vertical ul li {
211
+ -webkit-box-flex: 1;
212
+ -webkit-flex: 1 100%;
213
+ -ms-flex: 1 100%;
214
+ flex: 1 100%;
215
  }
216
 
217
  div.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav > ul li::after {
assets/front-end/css/adv-tabs/index.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .eael-advance-tabs{display:block}.eael-advance-tabs .eael-tabs-nav>ul{position:relative;padding:0;margin:0;list-style-type:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:1}.eael-advance-tabs .eael-tabs-nav>ul li{position:relative;padding:1em 1.5em;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.eael-advance-tabs .eael-tabs-nav>ul li:after{content:"";position:absolute;bottom:-10px;left:0;right:0;margin:0 auto;z-index:1;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #444;border-bottom:0;display:none}.eael-advance-tabs.active-caret-on .eael-tabs-nav>ul li.active-default:after,.eael-advance-tabs.active-caret-on .eael-tabs-nav>ul li.active:after{display:none}.eael-advance-tabs .eael-tabs-nav>ul li.active-default:after,.eael-advance-tabs .eael-tabs-nav>ul li.active:after{display:block}.eael-tabs-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.eael-advance-tabs .eael-tabs-content>div{display:none;opacity:0}.eael-advance-tabs .eael-tabs-content>div.active,.eael-advance-tabs .eael-tabs-content>div.active-default{display:block;width:100%;padding:1em;opacity:1;-webkit-animation:fadeIn linear .3s;animation:fadeIn linear .3s}.eael-tab-inline-icon li a .fa{margin-right:10px;line-height:1}.eael-tab-top-icon li a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}.eael-tab-top-icon li a .eael-tab-title,.eael-tab-top-icon li a .fa{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;line-height:1}.eael-tab-top-icon li a .eael-tab-title{margin-top:10px}.eael-advance-tabs.eael-tabs-vertical{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap}.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav>ul>li{width:100%;-webkit-box-pack:start;-webkit-justify-content:start;-ms-flex-pack:start;justify-content:start}.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav>ul li::after{bottom:auto!important;right:-10px;top:calc(50% - 10px);left:auto!important;border-left:10px solid #444;border-right:0;border-top:10px solid transparent;border-bottom:10px solid transparent}@media only screen and (max-width:767px){.eael-advance-tabs .eael-tabs-nav>ul{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.eael-advance-tabs .eael-tabs-nav>ul li{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.eael-advance-tabs.eael-tabs-vertical{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.eael-advance-tabs.eael-tabs-vertical ul{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.eael-advance-tabs.eael-tabs-vertical ul li{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}div.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav>ul li::after{border-left-color:transparent!important;bottom:-20px!important;left:0!important;right:0!important;top:auto!important;border-left:10px solid transparent;border-right:10px solid transparent;border-top-color:#444!important}}
assets/front-end/css/{caldera-form.css → caldera-form/index.css} RENAMED
File without changes
assets/front-end/css/caldera-form/index.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .eael-caldera-form-align-left,.eael-caldera-form-btn-align-left{text-align:left}.eael-caldera-form-align-right,.eael-caldera-form-btn-align-right{text-align:right}.eael-caldera-form-align-center,.eael-caldera-form-btn-align-center{text-align:center}.eael-caldera-form .control-label{display:none}.eael-caldera-form-labels-yes .control-label{display:block}.eael-caldera-form-button-center .form-group input[type=button],.eael-caldera-form-button-center .form-group input[type=submit]{display:block;margin:0 auto}.eael-caldera-form-button-right .form-group input[type=button],.eael-caldera-form-button-right .form-group input[type=submit]{float:right}.eael-caldera-form .intl-tel-input{display:inherit}.eael-custom-radio-checkbox .caldera-grid input[type=checkbox],.eael-custom-radio-checkbox .caldera-grid input[type=radio]{border-style:solid;border-width:0;padding:3px;-webkit-appearance:none}.eael-caldera-form-button-full-width .form-group input[type=button],.eael-caldera-form-button-full-width .form-group input[type=submit]{width:100%}
assets/front-end/css/{call-to-action.css → call-to-action/index.css} RENAMED
@@ -46,7 +46,8 @@
46
  background-image: url("../img/bg.jpg");
47
  background-repeat: no-repeat;
48
  background-position: center;
49
- background-size: cover;
 
50
  position: relative;
51
  z-index: 0;
52
  color: rgba(255, 255, 255, 0.7);
@@ -79,42 +80,70 @@
79
  /*--- Cta Flex ---*/
80
  .eael-call-to-action.cta-flex,
81
  .eael-call-to-action.cta-icon-flex {
 
 
 
82
  display: flex;
83
- justify-content: space-between;
84
- align-items: flex-start;
 
 
 
 
 
 
85
  }
86
 
87
  /*--- Cta Icon Flex ---*/
88
  .eael-call-to-action.cta-icon-flex .icon {
89
- flex-grow: 1;
 
 
 
90
  font-size: 80px;
91
  text-align: left;
92
  line-height: 130px;
93
  }
94
 
95
  .eael-call-to-action.cta-icon-flex .action {
96
- flex-grow: 1;
 
 
 
97
  text-align: right;
98
  padding-top: 22px;
99
- flex-basis: 22%;
 
 
100
  }
101
 
102
  .eael-call-to-action.cta-icon-flex .content {
103
- flex-grow: 1;
 
 
 
104
  padding: 0px 30px;
105
  }
106
 
107
  /*--- Cta Flex ---*/
108
  .eael-call-to-action.cta-flex .content {
109
  padding: 0px 15px;
110
- flex-grow: 1;
 
 
 
111
  }
112
 
113
  .eael-call-to-action.cta-flex .action {
114
- flex-grow: 1;
 
 
 
115
  text-align: right;
116
  padding-top: 25px;
117
- flex-basis: 23%;
 
 
118
  }
119
 
120
  /*--- Cta Button ---*/
@@ -127,7 +156,7 @@
127
  text-decoration: none;
128
  color: #4d4d4d;
129
  -webkit-transition: .5s;
130
- -ms-transition: .5s;
131
  transition: .5s;
132
  -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
133
  -ms-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
@@ -169,7 +198,7 @@
169
  -ms-transform: translateY(-100%);
170
  z-index: -1;
171
  -webkit-transition: .5s;
172
- -ms-transition: .5s;
173
  transition: .5s;
174
  color: #fff;
175
  }
@@ -191,23 +220,27 @@
191
  left: 0px;
192
  z-index: -1;
193
  -webkit-transition: .5s;
194
- -ms-transition: .5s;
195
  transition: .5s;
196
  color: #fff;
197
  -webkit-transform: translateX(-100%);
198
- transform: translateX(-100%);
 
199
  }
200
 
201
  .eael-call-to-action .cta-button.effect-2:hover::after {
202
  -webkit-transform: translateX(0);
203
- transform: translateX(0);
 
204
  }
205
 
206
  /*--- Media Queries ---*/
207
  @media only screen and (max-width: 768px) {
208
  .eael-call-to-action.cta-flex,
209
  .eael-call-to-action.cta-icon-flex {
210
- flex-wrap: wrap;
 
 
211
  }
212
 
213
  .eael-call-to-action .title {
@@ -217,7 +250,10 @@
217
  }
218
 
219
  .eael-call-to-action.cta-icon-flex .icon {
220
- flex-grow: 1;
 
 
 
221
  font-size: 48px;
222
  line-height: 90px;
223
  text-align: center;
@@ -225,7 +261,10 @@
225
 
226
  .eael-call-to-action.cta-flex .content,
227
  .eael-call-to-action.cta-icon-flex .content {
228
- flex-grow: 1;
 
 
 
229
  text-align: center;
230
  padding: 0px;
231
  }
46
  background-image: url("../img/bg.jpg");
47
  background-repeat: no-repeat;
48
  background-position: center;
49
+ -webkit-background-size: cover;
50
+ background-size: cover;
51
  position: relative;
52
  z-index: 0;
53
  color: rgba(255, 255, 255, 0.7);
80
  /*--- Cta Flex ---*/
81
  .eael-call-to-action.cta-flex,
82
  .eael-call-to-action.cta-icon-flex {
83
+ display: -webkit-box;
84
+ display: -webkit-flex;
85
+ display: -ms-flexbox;
86
  display: flex;
87
+ -webkit-box-pack: justify;
88
+ -webkit-justify-content: space-between;
89
+ -ms-flex-pack: justify;
90
+ justify-content: space-between;
91
+ -webkit-box-align: start;
92
+ -webkit-align-items: flex-start;
93
+ -ms-flex-align: start;
94
+ align-items: flex-start;
95
  }
96
 
97
  /*--- Cta Icon Flex ---*/
98
  .eael-call-to-action.cta-icon-flex .icon {
99
+ -webkit-box-flex: 1;
100
+ -webkit-flex-grow: 1;
101
+ -ms-flex-positive: 1;
102
+ flex-grow: 1;
103
  font-size: 80px;
104
  text-align: left;
105
  line-height: 130px;
106
  }
107
 
108
  .eael-call-to-action.cta-icon-flex .action {
109
+ -webkit-box-flex: 1;
110
+ -webkit-flex-grow: 1;
111
+ -ms-flex-positive: 1;
112
+ flex-grow: 1;
113
  text-align: right;
114
  padding-top: 22px;
115
+ -webkit-flex-basis: 22%;
116
+ -ms-flex-preferred-size: 22%;
117
+ flex-basis: 22%;
118
  }
119
 
120
  .eael-call-to-action.cta-icon-flex .content {
121
+ -webkit-box-flex: 1;
122
+ -webkit-flex-grow: 1;
123
+ -ms-flex-positive: 1;
124
+ flex-grow: 1;
125
  padding: 0px 30px;
126
  }
127
 
128
  /*--- Cta Flex ---*/
129
  .eael-call-to-action.cta-flex .content {
130
  padding: 0px 15px;
131
+ -webkit-box-flex: 1;
132
+ -webkit-flex-grow: 1;
133
+ -ms-flex-positive: 1;
134
+ flex-grow: 1;
135
  }
136
 
137
  .eael-call-to-action.cta-flex .action {
138
+ -webkit-box-flex: 1;
139
+ -webkit-flex-grow: 1;
140
+ -ms-flex-positive: 1;
141
+ flex-grow: 1;
142
  text-align: right;
143
  padding-top: 25px;
144
+ -webkit-flex-basis: 23%;
145
+ -ms-flex-preferred-size: 23%;
146
+ flex-basis: 23%;
147
  }
148
 
149
  /*--- Cta Button ---*/
156
  text-decoration: none;
157
  color: #4d4d4d;
158
  -webkit-transition: .5s;
159
+ -o-transition: .5s;
160
  transition: .5s;
161
  -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
162
  -ms-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
198
  -ms-transform: translateY(-100%);
199
  z-index: -1;
200
  -webkit-transition: .5s;
201
+ -o-transition: .5s;
202
  transition: .5s;
203
  color: #fff;
204
  }
220
  left: 0px;
221
  z-index: -1;
222
  -webkit-transition: .5s;
223
+ -o-transition: .5s;
224
  transition: .5s;
225
  color: #fff;
226
  -webkit-transform: translateX(-100%);
227
+ -ms-transform: translateX(-100%);
228
+ transform: translateX(-100%);
229
  }
230
 
231
  .eael-call-to-action .cta-button.effect-2:hover::after {
232
  -webkit-transform: translateX(0);
233
+ -ms-transform: translateX(0);
234
+ transform: translateX(0);
235
  }
236
 
237
  /*--- Media Queries ---*/
238
  @media only screen and (max-width: 768px) {
239
  .eael-call-to-action.cta-flex,
240
  .eael-call-to-action.cta-icon-flex {
241
+ -webkit-flex-wrap: wrap;
242
+ -ms-flex-wrap: wrap;
243
+ flex-wrap: wrap;
244
  }
245
 
246
  .eael-call-to-action .title {
250
  }
251
 
252
  .eael-call-to-action.cta-icon-flex .icon {
253
+ -webkit-box-flex: 1;
254
+ -webkit-flex-grow: 1;
255
+ -ms-flex-positive: 1;
256
+ flex-grow: 1;
257
  font-size: 48px;
258
  line-height: 90px;
259
  text-align: center;
261
 
262
  .eael-call-to-action.cta-flex .content,
263
  .eael-call-to-action.cta-icon-flex .content {
264
+ -webkit-box-flex: 1;
265
+ -webkit-flex-grow: 1;
266
+ -ms-flex-positive: 1;
267
+ flex-grow: 1;
268
  text-align: center;
269
  padding: 0px;
270
  }
assets/front-end/css/call-to-action/index.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .eael-call-to-action{width:100%;height:auto;display:block;padding:30px;font-size:16px;color:#4d4d4d;font-weight:400;line-height:27px;margin:0 auto}.eael-call-to-action p{margin-bottom:10px}.eael-call-to-action .title{font-size:36px;font-weight:600;line-height:36px;margin-bottom:10px;text-transform:capitalize;font-style:normal}.eael-call-to-action.cta-center{text-align:center}.eael-call-to-action.cta-right{text-align:right}.eael-call-to-action.cta-left{text-align:left}.eael-call-to-action.bg-lite{background:#f4f4f4}.eael-call-to-action.bg-img{background-image:url(../img/bg.jpg);background-repeat:no-repeat;background-position:center;-webkit-background-size:cover;background-size:cover;position:relative;z-index:0;color:rgba(255,255,255,.7)}.eael-call-to-action.bg-img .icon{color:#fff}.eael-call-to-action.bg-img:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;background:rgba(0,0,0,.8)}.eael-call-to-action.bg-img.bg-fixed{background-attachment:fixed;background-position:center center}.eael-call-to-action.bg-img .title{color:rgba(255,255,255,.9)}.eael-call-to-action.cta-flex,.eael-call-to-action.cta-icon-flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.eael-call-to-action.cta-icon-flex .icon{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;font-size:80px;text-align:left;line-height:130px}.eael-call-to-action.cta-icon-flex .action{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-align:right;padding-top:22px;-webkit-flex-basis:22%;-ms-flex-preferred-size:22%;flex-basis:22%}.eael-call-to-action.cta-icon-flex .content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:0 30px}.eael-call-to-action.cta-flex .content{padding:0 15px;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.eael-call-to-action.cta-flex .action{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-align:right;padding-top:25px;-webkit-flex-basis:23%;-ms-flex-preferred-size:23%;flex-basis:23%}.eael-call-to-action .cta-button{position:relative;display:inline-block;padding:12px 30px;background:#f9f9f9;font-size:16px;text-decoration:none;color:#4d4d4d;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;-webkit-box-shadow:0 0 3px -1px rgba(0,0,0,.2);-ms-box-shadow:0 0 3px -1px rgba(0,0,0,.2);box-shadow:0 0 3px -1px rgba(0,0,0,.2);margin-right:10px;margin-top:10px;z-index:0;overflow:hidden}.eael-call-to-action .cta-button:last-child{margin-right:0}.eael-call-to-action .cta-button:focus{outline:0}.eael-call-to-action .cta-button:hover{color:#fff;background:#3f51b5;-webkit-box-shadow:0 1px 12px 1px rgba(0,0,0,.1);-ms-box-shadow:0 1px 12px 1px rgba(0,0,0,.1);box-shadow:0 1px 12px 1px rgba(0,0,0,.1)}.eael-call-to-action .cta-button.effect-1:after{content:"";position:absolute;width:100%;height:100%;background:#3f51b5;top:0;left:0;transform:translateY(-100%);-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);z-index:-1;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;color:#fff}.eael-call-to-action .cta-button.effect-1:hover::after{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-call-to-action .cta-button.effect-2:after{content:"";position:absolute;width:100%;height:100%;background:#3f51b5;top:0;left:0;z-index:-1;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;color:#fff;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.eael-call-to-action .cta-button.effect-2:hover::after{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}@media only screen and (max-width:768px){.eael-call-to-action.cta-flex,.eael-call-to-action.cta-icon-flex{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.eael-call-to-action .title{font-size:28px;line-height:36px;margin-top:0}.eael-call-to-action.cta-icon-flex .icon{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;font-size:48px;line-height:90px;text-align:center}.eael-call-to-action.cta-flex .content,.eael-call-to-action.cta-icon-flex .content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-align:center;padding:0}.eael-call-to-action.cta-flex .action,.eael-call-to-action.cta-icon-flex .action{text-align:center;padding-top:0}.eael-call-to-action .cta-button{padding:12px 25px}}@media only screen and (max-width:360px){.eael-call-to-action{font-size:14px;line-height:26px}.eael-call-to-action .cta-button{padding:4px 20px;font-size:12px}.eael-call-to-action .title{font-size:20px;line-height:30px}}
assets/front-end/css/components/load-more.css ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @-webkit-keyframes "loaderSpin" {
2
+ 0% {
3
+ -webkit-transform: rotate(0deg);
4
+ transform: rotate(0deg);
5
+ }
6
+ 100% {
7
+ -webkit-transform: rotate(360deg);
8
+ transform: rotate(360deg);
9
+ }
10
+ }
11
+ @keyframes "loaderSpin" {
12
+ 0% {
13
+ -webkit-transform: rotate(0deg);
14
+ transform: rotate(0deg);
15
+ }
16
+ 100% {
17
+ -webkit-transform: rotate(360deg);
18
+ transform: rotate(360deg);
19
+ }
20
+ }
21
+ .eael-load-more-button-wrap {
22
+ display: -webkit-box;
23
+ display: -webkit-flex;
24
+ display: -ms-flexbox;
25
+ display: flex;
26
+ }
27
+
28
+ .eael-load-more-button {
29
+ display: -webkit-box;
30
+ display: -webkit-flex;
31
+ display: -ms-flexbox;
32
+ display: flex;
33
+ -webkit-box-align: center;
34
+ -webkit-align-items: center;
35
+ -ms-flex-align: center;
36
+ align-items: center;
37
+ -webkit-box-pack: center;
38
+ -webkit-justify-content: center;
39
+ -ms-flex-pack: center;
40
+ justify-content: center;
41
+ padding: 1em 2em;
42
+ border: 0px solid;
43
+ font-size: 16px;
44
+ overflow: hidden;
45
+ }
46
+ .eael-load-more-button .button__loader {
47
+ left: -100%;
48
+ top: auto;
49
+ margin-right: 5px;
50
+ -webkit-transition: all .2s;
51
+ -o-transition: all .2s;
52
+ transition: all .2s;
53
+ }
54
+ .eael-load-more-button > span {
55
+ margin-left: -20px;
56
+ }
57
+
58
+ .eael-load-more-button.button--loading > span {
59
+ margin-left: 0;
60
+ }
61
+ .eael-load-more-button.button--loading .button__loader {
62
+ left: 0;
63
+ }
64
+
65
+ .eael-btn-loader {
66
+ -webkit-border-radius: 50%;
67
+ border-radius: 50%;
68
+ width: 20px;
69
+ height: 20px;
70
+ font-size: 10px;
71
+ position: relative;
72
+ text-indent: -9999em;
73
+ border-top: 4px solid rgba(255, 255, 255, 0.2);
74
+ border-right: 4px solid rgba(255, 255, 255, 0.2);
75
+ border-bottom: 4px solid rgba(255, 255, 255, 0.2);
76
+ border-left: 4px solid #ffffff;
77
+ -webkit-transform: translateZ(0);
78
+ transform: translateZ(0);
79
+ -webkit-animation: loaderSpin 1.1s infinite linear;
80
+ animation: loaderSpin 1.1s infinite linear;
81
+ }
82
+ .eael-btn-loader:after {
83
+ -webkit-border-radius: 50%;
84
+ border-radius: 50%;
85
+ width: 20px;
86
+ height: 20px;
87
+ }
assets/front-end/css/components/load-more.min.css ADDED
@@ -0,0 +1 @@
 
1
+ @-webkit-keyframes loaderSpin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loaderSpin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.eael-load-more-button-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.eael-load-more-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:1em 2em;border:0 solid;font-size:16px;overflow:hidden}.eael-load-more-button .button__loader{left:-100%;top:auto;margin-right:5px;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.eael-load-more-button>span{margin-left:-20px}.eael-load-more-button.button--loading>span{margin-left:0}.eael-load-more-button.button--loading .button__loader{left:0}.eael-btn-loader{-webkit-border-radius:50%;border-radius:50%;width:20px;height:20px;font-size:10px;position:relative;text-indent:-9999em;border-top:4px solid rgba(255,255,255,.2);border-right:4px solid rgba(255,255,255,.2);border-bottom:4px solid rgba(255,255,255,.2);border-left:4px solid #fff;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:loaderSpin 1.1s infinite linear;animation:loaderSpin 1.1s infinite linear}.eael-btn-loader:after{-webkit-border-radius:50%;border-radius:50%;width:20px;height:20px}
assets/front-end/css/{contact-form-7.css → contact-form-7/index.css} RENAMED
@@ -38,7 +38,11 @@
38
  .eael-contact-form-7 input[type="color"],
39
  .eael-contact-form-7 .uneditable-input {
40
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
 
 
 
41
  transition: border linear 0.2s, box-shadow linear 0.2s;
 
42
  }
43
 
44
  .eael-contact-form-7 .wpcf7-form::before,
38
  .eael-contact-form-7 input[type="color"],
39
  .eael-contact-form-7 .uneditable-input {
40
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
41
+ -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
42
+ transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
43
+ -o-transition: border linear 0.2s, box-shadow linear 0.2s;
44
  transition: border linear 0.2s, box-shadow linear 0.2s;
45
+ transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
46
  }
47
 
48
  .eael-contact-form-7 .wpcf7-form::before,
assets/front-end/css/contact-form-7/index.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .eael-contact-form-7.eael-contact-form-btn-align-center input.wpcf7-submit,.eael-contact-form.eael-contact-form-align-center{margin-left:auto!important;margin-right:auto!important;display:block;float:none}.eael-contact-form-7.eael-contact-form-btn-align-left input.wpcf7-submit,.eael-contact-form.eael-contact-form-align-left{float:left;width:auto}.eael-contact-form-7.eael-contact-form-btn-align-right input.wpcf7-submit,.eael-contact-form.eael-contact-form-align-right{float:right;width:auto}.eael-contact-form-7 .uneditable-input,.eael-contact-form-7 input[type=color],.eael-contact-form-7 input[type=date],.eael-contact-form-7 input[type=datetime-local],.eael-contact-form-7 input[type=datetime],.eael-contact-form-7 input[type=email],.eael-contact-form-7 input[type=month],.eael-contact-form-7 input[type=number],.eael-contact-form-7 input[type=password],.eael-contact-form-7 input[type=search],.eael-contact-form-7 input[type=tel],.eael-contact-form-7 input[type=text],.eael-contact-form-7 input[type=time],.eael-contact-form-7 input[type=url],.eael-contact-form-7 input[type=week],.eael-contact-form-7 textarea{-webkit-transition:border linear .2s,box-shadow linear .2s;-webkit-transition:border linear .2s,-webkit-box-shadow linear .2s;transition:border linear .2s,-webkit-box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s,-webkit-box-shadow linear .2s}.eael-contact-form-7 .wpcf7-form::after,.eael-contact-form-7 .wpcf7-form::before{content:" ";clear:both;display:table}.eael-contact-form-7 .wpcf7-form:after{clear:both;content:"";font-size:0;height:0;display:block;visibility:hidden}.eael-contact-form-7 .wpcf7-form .wpcf7-form-control-wrap,.eael-contact-form-7 .wpcf7-form label{display:block}.eael-contact-form-7 .wpcf7-form p{margin-bottom:0}.eael-contact-form-7.labels-hide .wpcf7-form label{display:none}.eael-contact-form-7-title{margin-bottom:10px}.eael-contact-form-7-description{margin-bottom:20px}.eael-contact-form-7-button-full-width .wpcf7-form-control.wpcf7-submit{width:100%}
assets/front-end/css/{content-ticker.css → content-ticker/index.css} RENAMED
@@ -3,20 +3,36 @@
3
  /*----------------------------*/
4
  .eael-ticker-wrap {
5
  overflow: hidden;
 
 
 
6
  display: flex;
7
- flex-flow: row nowrap;
8
- align-items: center;
 
 
 
 
 
 
 
9
  width: 100%;
10
  }
11
 
12
  .eael-ticker-wrap .ticker-badge {
13
- flex: 0 0 auto;
 
 
 
14
  padding: 8px 12px;
15
  }
16
 
17
  .eael-ticker-wrap .eael-ticker {
18
  overflow: hidden;
19
- flex: 1 1 auto;
 
 
 
20
  }
21
 
22
  .eael-ticker-wrap .eael-ticker .ticker-content {
@@ -49,7 +65,11 @@
49
 
50
  @media only screen and (max-width: 767px) {
51
  .eael-ticker-wrap {
52
- flex-flow: row wrap;
 
 
 
 
53
  }
54
 
55
  .content-ticker-pagination {
3
  /*----------------------------*/
4
  .eael-ticker-wrap {
5
  overflow: hidden;
6
+ display: -webkit-box;
7
+ display: -webkit-flex;
8
+ display: -ms-flexbox;
9
  display: flex;
10
+ -webkit-box-orient: horizontal;
11
+ -webkit-box-direction: normal;
12
+ -webkit-flex-flow: row nowrap;
13
+ -ms-flex-flow: row nowrap;
14
+ flex-flow: row nowrap;
15
+ -webkit-box-align: center;
16
+ -webkit-align-items: center;
17
+ -ms-flex-align: center;
18
+ align-items: center;
19
  width: 100%;
20
  }
21
 
22
  .eael-ticker-wrap .ticker-badge {
23
+ -webkit-box-flex: 0;
24
+ -webkit-flex: 0 0 auto;
25
+ -ms-flex: 0 0 auto;
26
+ flex: 0 0 auto;
27
  padding: 8px 12px;
28
  }
29
 
30
  .eael-ticker-wrap .eael-ticker {
31
  overflow: hidden;
32
+ -webkit-box-flex: 1;
33
+ -webkit-flex: 1 1 auto;
34
+ -ms-flex: 1 1 auto;
35
+ flex: 1 1 auto;
36
  }
37
 
38
  .eael-ticker-wrap .eael-ticker .ticker-content {
65
 
66
  @media only screen and (max-width: 767px) {
67
  .eael-ticker-wrap {
68
+ -webkit-box-orient: horizontal;
69
+ -webkit-box-direction: normal;
70
+ -webkit-flex-flow: row wrap;
71
+ -ms-flex-flow: row wrap;
72
+ flex-flow: row wrap;
73
  }
74
 
75
  .content-ticker-pagination {
assets/front-end/css/content-ticker/index.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .eael-ticker-wrap{overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%}.eael-ticker-wrap .ticker-badge{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:8px 12px}.eael-ticker-wrap .eael-ticker{overflow:hidden;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.eael-ticker-wrap .eael-ticker .ticker-content{padding:8px 12px;line-height:1.8}.eael-ticker-wrap .eael-ticker .ticker-content p{margin:0}.eael-ticker-wrap .swiper-button-prev{left:auto!important;right:25px}.eael-ticker-wrap div.swiper-slide,.eael-ticker-wrap div.swiper-slide.swiper-slide-next,.eael-ticker-wrap div.swiper-slide.swiper-slide-prev{opacity:0!important}.eael-ticker-wrap div.swiper-slide.swiper-slide-active{opacity:1!important}.eael-ticker-wrap .eael-content-ticker.swiper-container .swiper-slide{text-align:left}@media only screen and (max-width:767px){.eael-ticker-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.content-ticker-pagination{display:none}}
assets/front-end/css/{count-down.css → count-down/index.css} RENAMED
File without changes
assets/front-end/css/count-down/index.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .eael-countdown-items{list-style:none;margin:0;padding:0;display:table;table-layout:fixed;width:100%}.eael-countdown-items>li{list-style:none;margin:0;padding:0;display:table-cell;position:relative}.eael-countdown-item>div{text-align:center;padding:20px}.eael-countdown-label-block .eael-countdown-digits,.eael-countdown-label-block .eael-countdown-label{display:block;text-align:center}.eael-countdown-digits{font-size:54px;line-height:1}.eael-countdown-label{font-size:18px;line-height:1;color:#fff}.eael-countdown-show-separator .eael-countdown-digits::after{content:":";position:absolute;left:98%;z-index:9999}.eael-countdown-item:last-child .eael-countdown-digits::after{display:none}.eael-countdown-items.style-1 .eael-countdown-item>div{background:#262625}
assets/front-end/css/{creative-btn.css → creative-btn/index.css} RENAMED
@@ -1,26 +1,42 @@
1
- /*-----------------------------*/
2
- /* 04. Creative Button styles
3
- /*-----------------------------*/
4
  .eael-creative-button-align-center {
5
  text-align: center;
6
  }
7
 
8
  .eael-creative-button-wrapper {
 
 
 
9
  display: flex;
10
  }
11
 
12
  .eael-creative-button {
13
- flex: 0 0 auto;
 
 
 
14
  min-width: 150px;
15
  text-align: center;
16
  vertical-align: middle;
17
  position: relative;
18
  z-index: 1;
 
 
 
 
 
19
  -webkit-backface-visibility: hidden;
20
  backface-visibility: hidden;
21
  -moz-osx-font-smoothing: grayscale;
22
  }
23
 
 
 
 
 
 
24
  .eael-creative-button:focus {
25
  outline: none;
26
  }
@@ -29,21 +45,19 @@
29
  vertical-align: middle;
30
  }
31
 
32
- .eael-creative-button {
33
- border-radius: 2px;
34
- padding: 20px 30px;
35
- font-size: 16px;
36
- line-height: 1;
37
- }
38
-
39
  /*--- Winona ---*/
40
  .eael-creative-button--winona {
41
  overflow: hidden;
42
  padding: 0 !important;
43
  -webkit-transition: border-color 0.3s, background-color 0.3s;
 
44
  transition: border-color 0.3s, background-color 0.3s;
45
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
46
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
 
47
  }
48
 
49
  .eael-creative-button--winona::after {
@@ -66,9 +80,14 @@
66
  .eael-creative-button--winona > span {
67
  padding: 1em 2em;
68
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
 
 
 
69
  transition: transform 0.3s, opacity 0.3s;
 
70
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
71
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
 
72
  }
73
 
74
  .eael-creative-button--winona:hover::after {
@@ -86,6 +105,7 @@
86
  /*--- Ujarak ---*/
87
  .eael-creative-button--ujarak {
88
  -webkit-transition: border-color 0.4s, color 0.4s;
 
89
  transition: border-color 0.4s, color 0.4s;
90
  }
91
 
@@ -101,15 +121,21 @@
101
  -webkit-transform: scale3d(0.7, 1, 1);
102
  transform: scale3d(0.7, 1, 1);
103
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
 
 
 
104
  transition: transform 0.4s, opacity 0.4s;
 
105
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
106
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
 
107
  }
108
 
109
  .eael-creative-button--ujarak,
110
  .eael-creative-button--ujarak::before {
111
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
112
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
 
113
  }
114
 
115
  .eael-creative-button--ujarak:hover::before {
@@ -122,9 +148,11 @@
122
  .eael-creative-button--wayra {
123
  overflow: hidden;
124
  -webkit-transition: border-color 0.3s, color 0.3s;
 
125
  transition: border-color 0.3s, color 0.3s;
126
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
127
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
 
128
  }
129
 
130
  .eael-creative-button--wayra::before {
@@ -138,9 +166,14 @@
138
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
139
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
140
  -webkit-transform-origin: 0% 100%;
141
- transform-origin: 0% 100%;
 
142
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
 
 
 
143
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
 
144
  }
145
 
146
  .eael-creative-button--wayra:hover::before {
@@ -148,7 +181,8 @@
148
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
149
  transform: rotate3d(0, 0, 1, 0deg);
150
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
151
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
 
152
  }
153
 
154
  /*--- Tamaya ---*/
@@ -165,9 +199,13 @@
165
  left: 0;
166
  overflow: hidden;
167
  -webkit-transition: -webkit-transform 0.3s;
 
 
168
  transition: transform 0.3s;
 
169
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
170
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
 
171
  }
172
 
173
  .eael-creative-button--tamaya::before {
@@ -190,9 +228,14 @@
190
  transform: scale3d(0.2, 0.2, 1);
191
  opacity: 0;
192
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
 
 
 
193
  transition: transform 0.3s, opacity 0.3s;
 
194
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
195
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
 
196
  }
197
 
198
  .eael-creative-button--tamaya:hover::before {
@@ -236,9 +279,13 @@
236
  .eael-creative-button--rayen > span {
237
  padding: 1em 2em;
238
  -webkit-transition: -webkit-transform 0.3s;
 
 
239
  transition: transform 0.3s;
 
240
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
241
- transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
 
242
  }
243
 
244
  .eael-creative-button--rayen:hover::before {
1
+ /*--------------------------------*/
2
+ /* 08. Creative Button styles
3
+ /*--------------------------------*/
4
  .eael-creative-button-align-center {
5
  text-align: center;
6
  }
7
 
8
  .eael-creative-button-wrapper {
9
+ display: -webkit-box;
10
+ display: -webkit-flex;
11
+ display: -ms-flexbox;
12
  display: flex;
13
  }
14
 
15
  .eael-creative-button {
16
+ -webkit-box-flex: 0;
17
+ -webkit-flex: 0 0 auto;
18
+ -ms-flex: 0 0 auto;
19
+ flex: 0 0 auto;
20
  min-width: 150px;
21
  text-align: center;
22
  vertical-align: middle;
23
  position: relative;
24
  z-index: 1;
25
+ -webkit-border-radius: 2px;
26
+ border-radius: 2px;
27
+ padding: 20px 30px;
28
+ font-size: 16px;
29
+ line-height: 1;
30
  -webkit-backface-visibility: hidden;
31
  backface-visibility: hidden;
32
  -moz-osx-font-smoothing: grayscale;
33
  }
34
 
35
+ .eael-creative-button-align-center .eael-creative-button {
36
+ float: none;
37
+ display: inline-block;
38
+ }
39
+
40
  .eael-creative-button:focus {
41
  outline: none;
42
  }
45
  vertical-align: middle;
46
  }
47
 
48
+ /*--------------------------------------------*/
49
+ /* 09. Individual eael-creative-button styles
50
+ /*--------------------------------------------*/
 
 
 
 
51
  /*--- Winona ---*/
52
  .eael-creative-button--winona {
53
  overflow: hidden;
54
  padding: 0 !important;
55
  -webkit-transition: border-color 0.3s, background-color 0.3s;
56
+ -o-transition: border-color 0.3s, background-color 0.3s;
57
  transition: border-color 0.3s, background-color 0.3s;
58
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
59
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
60
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
61
  }
62
 
63
  .eael-creative-button--winona::after {
80
  .eael-creative-button--winona > span {
81
  padding: 1em 2em;
82
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
83
+ -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
84
+ transition: opacity 0.3s, -webkit-transform 0.3s;
85
+ -o-transition: transform 0.3s, opacity 0.3s;
86
  transition: transform 0.3s, opacity 0.3s;
87
+ transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
88
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
89
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
90
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
91
  }
92
 
93
  .eael-creative-button--winona:hover::after {
105
  /*--- Ujarak ---*/
106
  .eael-creative-button--ujarak {
107
  -webkit-transition: border-color 0.4s, color 0.4s;
108
+ -o-transition: border-color 0.4s, color 0.4s;
109
  transition: border-color 0.4s, color 0.4s;
110
  }
111
 
121
  -webkit-transform: scale3d(0.7, 1, 1);
122
  transform: scale3d(0.7, 1, 1);
123
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
124
+ -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
125
+ transition: opacity 0.4s, -webkit-transform 0.4s;
126
+ -o-transition: transform 0.4s, opacity 0.4s;
127
  transition: transform 0.4s, opacity 0.4s;
128
+ transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
129
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
130
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
131
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
132
  }
133
 
134
  .eael-creative-button--ujarak,
135
  .eael-creative-button--ujarak::before {
136
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
137
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
138
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
139
  }
140
 
141
  .eael-creative-button--ujarak:hover::before {
148
  .eael-creative-button--wayra {
149
  overflow: hidden;
150
  -webkit-transition: border-color 0.3s, color 0.3s;
151
+ -o-transition: border-color 0.3s, color 0.3s;
152
  transition: border-color 0.3s, color 0.3s;
153
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
154
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
155
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
156
  }
157
 
158
  .eael-creative-button--wayra::before {
166
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
167
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
168
  -webkit-transform-origin: 0% 100%;
169
+ -ms-transform-origin: 0% 100%;
170
+ transform-origin: 0% 100%;
171
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
172
+ -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
173
+ transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
174
+ -o-transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
175
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
176
+ transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
177
  }
178
 
179
  .eael-creative-button--wayra:hover::before {
181
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
182
  transform: rotate3d(0, 0, 1, 0deg);
183
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
184
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
185
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
186
  }
187
 
188
  /*--- Tamaya ---*/
199
  left: 0;
200
  overflow: hidden;
201
  -webkit-transition: -webkit-transform 0.3s;
202
+ transition: -webkit-transform 0.3s;
203
+ -o-transition: transform 0.3s;
204
  transition: transform 0.3s;
205
+ transition: transform 0.3s, -webkit-transform 0.3s;
206
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
207
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
208
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
209
  }
210
 
211
  .eael-creative-button--tamaya::before {
228
  transform: scale3d(0.2, 0.2, 1);
229
  opacity: 0;
230
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
231
+ -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
232
+ transition: opacity 0.3s, -webkit-transform 0.3s;
233
+ -o-transition: transform 0.3s, opacity 0.3s;
234
  transition: transform 0.3s, opacity 0.3s;
235
+ transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
236
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
237
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
238
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
239
  }
240
 
241
  .eael-creative-button--tamaya:hover::before {
279
  .eael-creative-button--rayen > span {
280
  padding: 1em 2em;
281
  -webkit-transition: -webkit-transform 0.3s;
282
+ transition: -webkit-transform 0.3s;
283
+ -o-transition: transform 0.3s;
284
  transition: transform 0.3s;
285
+ transition: transform 0.3s, -webkit-transform 0.3s;
286
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
287
+ -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
288
+ transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
289
  }
290
 
291
  .eael-creative-button--rayen:hover::before {
assets/front-end/css/creative-btn/index.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .eael-creative-button-align-center{text-align:center}.eael-creative-button-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.eael-creative-button{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;min-width:150px;text-align:center;vertical-align:middle;position:relative;z-index:1;-webkit-border-radius:2px;border-radius:2px;padding:20px 30px;font-size:16px;line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.eael-creative-button-align-center .eael-creative-button{float:none;display:inline-block}.eael-creative-button:focus{outline:0}.eael-creative-button>span{vertical-align:middle}.eael-creative-button--winona{overflow:hidden;padding:0!important;-webkit-transition:border-color .3s,background-color .3s;-o-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);-o-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--winona::after{content:attr(data-text);position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;-webkit-transform:translate3d(0,25%,0);transform:translate3d(0,25%,0)}.eael-creative-button--winona>span{display:block}.eael-creative-button--winona::after,.eael-creative-button--winona>span{padding:1em 2em;-webkit-transition:-webkit-transform .3s,opacity .3s;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;-o-transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);-o-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--winona:hover::after{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.eael-creative-button--winona:hover>span{opacity:0;-webkit-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}.eael-creative-button--ujarak{-webkit-transition:border-color .4s,color .4s;-o-transition:border-color .4s,color .4s;transition:border-color .4s,color .4s}.eael-creative-button--ujarak::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:0;-webkit-transform:scale3d(.7,1,1);transform:scale3d(.7,1,1);-webkit-transition:-webkit-transform .4s,opacity .4s;-webkit-transition:opacity .4s,-webkit-transform .4s;transition:opacity .4s,-webkit-transform .4s;-o-transition:transform .4s,opacity .4s;transition:transform .4s,opacity .4s;transition:transform .4s,opacity .4s,-webkit-transform .4s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);-o-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--ujarak,.eael-creative-button--ujarak::before{-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);-o-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--ujarak:hover::before{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.eael-creative-button--wayra{overflow:hidden;-webkit-transition:border-color .3s,color .3s;-o-transition:border-color .3s,color .3s;transition:border-color .3s,color .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);-o-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--wayra::before{content:'';position:absolute;top:0;left:0;width:150%;height:100%;z-index:-1;-webkit-transform:rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);transform:rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-transition:-webkit-transform .3s,opacity .3s,background-color .3s;-webkit-transition:opacity .3s,background-color .3s,-webkit-transform .3s;transition:opacity .3s,background-color .3s,-webkit-transform .3s;-o-transition:transform .3s,opacity .3s,background-color .3s;transition:transform .3s,opacity .3s,background-color .3s;transition:transform .3s,opacity .3s,background-color .3s,-webkit-transform .3s}.eael-creative-button--wayra:hover::before{opacity:1;-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg);-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);-o-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--tamaya{overflow:hidden}.eael-creative-button--tamaya::after,.eael-creative-button--tamaya::before{content:attr(data-text);position:absolute;width:100%;height:50%;left:0;overflow:hidden;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);-o-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--tamaya::before{top:0;padding:20px 30px}.eael-creative-button--tamaya::after{bottom:0;line-height:0}.eael-creative-button--tamaya:hover::after{bottom:-1px}.eael-creative-button--tamaya>span{display:block;-webkit-transform:scale3d(.2,.2,1);transform:scale3d(.2,.2,1);opacity:0;-webkit-transition:-webkit-transform .3s,opacity .3s;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;-o-transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);-o-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--tamaya:hover::before{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.eael-creative-button--tamaya:hover::after{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.eael-creative-button--tamaya:hover>span{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.eael-creative-button--rayen{overflow:hidden;padding:0!important}.eael-creative-button--rayen::before{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.eael-creative-button--rayen>span{display:block}.eael-creative-button--rayen::before,.eael-creative-button--rayen>span{padding:1em 2em;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);-o-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.eael-creative-button--rayen:hover::before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.eael-creative-button--rayen:hover>span{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
assets/front-end/css/{data-table.css → data-table/index.css} RENAMED
@@ -12,18 +12,35 @@ table.eael-data-table thead .sorting:after, table.eael-data-table thead .sorting
12
  font-family: "FontAwesome";
13
  color: #fff;
14
  z-index: 1;
15
- transform: translateY(-50%);
 
 
16
  }
17
 
18
  .eael-data-table-wrap .eael-data-tables_wrapper {
 
 
 
19
  display: flex;
20
- flex-flow: row wrap;
21
- justify-content: flex-start;
 
 
 
 
 
 
 
22
  width: 100%;
23
  }
24
  .eael-data-table-wrap .eael-data-tables_filter {
25
- flex-grow: 1;
26
- flex-basis: 50%;
 
 
 
 
 
27
  text-align: right;
28
  }
29
  .eael-data-table-wrap .eael-data-tables_filter label {
@@ -37,8 +54,13 @@ table.eael-data-table thead .sorting:after, table.eael-data-table thead .sorting
37
  margin-left: 10px;
38
  }
39
  .eael-data-table-wrap .eael-data-tables_length {
40
- flex-grow: 1;
41
- flex-basis: 50%;
 
 
 
 
 
42
  }
43
  .eael-data-table-wrap .eael-data-tables_length select {
44
  width: auto;
@@ -53,13 +75,23 @@ table.eael-data-table thead .sorting:after, table.eael-data-table thead .sorting
53
  font-weight: 700;
54
  }
55
  .eael-data-table-wrap .eael-data-tables_info {
56
- flex-grow: 1;
57
- flex-basis: 50%;
 
 
 
 
 
58
  font-weight: 700;
59
  }
60
  .eael-data-table-wrap .eael-data-tables_paginate {
61
- flex-grow: 1;
62
- flex-basis: 50%;
 
 
 
 
 
63
  text-align: right;
64
  }
65
  .eael-data-table-wrap .eael-data-tables_paginate .paginate_button {
@@ -67,6 +99,8 @@ table.eael-data-table thead .sorting:after, table.eael-data-table thead .sorting
67
  background: #f2f2f2;
68
  margin-right: 2px;
69
  cursor: pointer;
 
 
70
  transition: all .3s;
71
  }
72
  .eael-data-table-wrap .eael-data-tables_paginate .paginate_button:hover {
@@ -118,6 +152,8 @@ table.eael-data-table thead .sorting:after, table.eael-data-table thead .sorting
118
  border-color: #000;
119
  }
120
  .eael-data-table tbody tr.even {
 
 
121
  transition: background 0.4s ease-in-out;
122
  }
123
  .eael-data-table tbody tr.even:hover {
@@ -128,6 +164,8 @@ table.eael-data-table thead .sorting:after, table.eael-data-table thead .sorting
128
  }
129
  .eael-data-table tbody tr.odd {
130
  background: rgba(242, 242, 242, 0.5);
 
 
131
  transition: background 0.2s ease-in-out;
132
  }
133
  .eael-data-table tbody tr.odd:hover {
@@ -167,9 +205,16 @@ table.eael-data-table thead .sorting:after, table.eael-data-table thead .sorting
167
  padding: 0 .6em;
168
  margin-right: 10px;
169
  text-align: center;
170
- flex-grow: 0;
171
- flex-shrink: 0;
172
- flex-basis: 100px;
 
 
 
 
 
 
 
173
  }
174
  .th-mobile-screen .eael-data-table-th-img {
175
  margin: 0 auto 15px auto;
@@ -181,17 +226,26 @@ table.eael-data-table thead .sorting:after, table.eael-data-table thead .sorting
181
  }
182
 
183
  .td-content-wrapper {
 
 
 
184
  display: flex;
185
  width: 100%;
186
  }
187
 
188
  .td-content {
189
  width: 100%;
190
- justify-content: center;
 
 
 
191
  }
192
  .td-content > p {
193
  width: 100%;
194
- justify-content: center;
 
 
 
195
  }
196
 
197
  .custom-responsive-option-enable .eael-data-table thead {
@@ -202,12 +256,24 @@ table.eael-data-table thead .sorting:after, table.eael-data-table thead .sorting
202
  clear: left;
203
  width: 100%;
204
  text-align: left;
 
 
 
205
  display: flex;
206
- align-items: center;
 
 
 
207
  }
208
 
209
  .eael-data-table .td-content {
210
- align-items: center;
 
 
 
 
 
 
211
  display: flex;
212
  }
213
  }
12
  font-family: "FontAwesome";
13
  color: #fff;
14
  z-index: 1;
15
+ -webkit-transform: translateY(-50%);
16
+ -ms-transform: translateY(-50%);
17
+ transform: translateY(-50%);
18
  }
19
 
20
  .eael-data-table-wrap .eael-data-tables_wrapper {
21
+ display: -webkit-box;
22
+ display: -webkit-flex;
23
+ display: -ms-flexbox;
24
  display: flex;
25
+ -webkit-box-orient: horizontal;
26
+ -webkit-box-direction: normal;
27
+ -webkit-flex-flow: row wrap;
28
+ -ms-flex-flow: row wrap;
29
+ flex-flow: row wrap;
30
+ -webkit-box-pack: start;
31
+ -webkit-justify-content: flex-start;
32
+ -ms-flex-pack: start;
33
+ justify-content: flex-start;
34
  width: 100%;
35
  }
36
  .eael-data-table-wrap .eael-data-tables_filter {
37
+ -webkit-box-flex: 1;
38
+ -webkit-flex-grow: 1;
39
+ -ms-flex-positive: 1;
40
+ flex-grow: 1;
41
+ -webkit-flex-basis: 50%;
42
+ -ms-flex-preferred-size: 50%;
43
+ flex-basis: 50%;
44
  text-align: right;
45
  }
46
  .eael-data-table-wrap .eael-data-tables_filter label {
54
  margin-left: 10px;
55
  }
56
  .eael-data-table-wrap .eael-data-tables_length {
57
+ -webkit-box-flex: 1;
58
+ -webkit-flex-grow: 1;
59
+ -ms-flex-positive: 1;
60
+ flex-grow: 1;
61
+ -webkit-flex-basis: 50%;
62
+ -ms-flex-preferred-size: 50%;
63
+ flex-basis: 50%;
64
  }
65
  .eael-data-table-wrap .eael-data-tables_length select {
66
  width: auto;
75
  font-weight: 700;
76
  }
77
  .eael-data-table-wrap .eael-data-tables_info {
78
+ -webkit-box-flex: 1;
79
+ -webkit-flex-grow: 1;
80
+ -ms-flex-positive: 1;
81
+ flex-grow: 1;
82
+ -webkit-flex-basis: 50%;
83
+ -ms-flex-preferred-size: 50%;
84
+ flex-basis: 50%;
85
  font-weight: 700;
86
  }
87
  .eael-data-table-wrap .eael-data-tables_paginate {
88
+ -webkit-box-flex: 1;
89
+ -webkit-flex-grow: 1;
90
+ -ms-flex-positive: 1;
91
+ flex-grow: 1;
92
+ -webkit-flex-basis: 50%;
93
+ -ms-flex-preferred-size: 50%;
94
+ flex-basis: 50%;
95
  text-align: right;
96
  }
97
  .eael-data-table-wrap .eael-data-tables_paginate .paginate_button {
99
  background: #f2f2f2;
100
  margin-right: 2px;
101
  cursor: pointer;
102
+ -webkit-transition: all .3s;
103
+ -o-transition: all .3s;
104
  transition: all .3s;
105
  }
106
  .eael-data-table-wrap .eael-data-tables_paginate .paginate_button:hover {
152
  border-color: #000;
153
  }
154
  .eael-data-table tbody tr.even {
155
+ -webkit-transition: background 0.4s ease-in-out;
156
+ -o-transition: background 0.4s ease-in-out;
157
  transition: background 0.4s ease-in-out;
158
  }
159
  .eael-data-table tbody tr.even:hover {
164
  }
165
  .eael-data-table tbody tr.odd {
166
  background: rgba(242, 242, 242, 0.5);
167
+ -webkit-transition: background 0.2s ease-in-out;
168
+ -o-transition: background 0.2s ease-in-out;
169
  transition: background 0.2s ease-in-out;
170
  }
171
  .eael-data-table tbody tr.odd:hover {
205
  padding: 0 .6em;
206
  margin-right: 10px;
207
  text-align: center;
208
+ -webkit-box-flex: 0;
209
+ -webkit-flex-grow: 0;
210
+ -ms-flex-positive: 0;
211
+ flex-grow: 0;
212
+ -webkit-flex-shrink: 0;
213
+ -ms-flex-negative: 0;
214
+ flex-shrink: 0;
215
+ -webkit-flex-basis: 100px;
216
+ -ms-flex-preferred-size: 100px;
217
+ flex-basis: 100px;
218
  }
219
  .th-mobile-screen .eael-data-table-th-img {
220
  margin: 0 auto 15px auto;
226
  }
227
 
228
  .td-content-wrapper {
229
+ display: -webkit-box;
230
+ display: -webkit-flex;
231
+ display: -ms-flexbox;
232
  display: flex;
233
  width: 100%;
234
  }
235
 
236
  .td-content {
237
  width: 100%;
238
+ -webkit-box-pack: center;
239
+ -webkit-justify-content: center;
240
+ -ms-flex-pack: center;
241
+ justify-content: center;
242
  }
243
  .td-content > p {
244
  width: 100%;
245
+ -webkit-box-pack: center;
246
+ -webkit-justify-content: center;
247
+ -ms-flex-pack: center;
248
+ justify-content: center;
249
  }
250
 
251
  .custom-responsive-option-enable .eael-data-table thead {
256
  clear: left;
257
  width: 100%;
258
  text-align: left;
259
+ display: -webkit-box;
260
+ display: -webkit-flex;
261
+ display: -ms-flexbox;
262
  display: flex;
263
+ -webkit-box-align: center;
264
+ -webkit-align-items: center;
265
+ -ms-flex-align: center;
266
+ align-items: center;
267
  }
268
 
269
  .eael-data-table .td-content {
270
+ -webkit-box-align: center;
271
+ -webkit-align-items: center;
272
+ -ms-flex-align: center;
273
+ align-items: center;
274
+ display: -webkit-box;
275
+ display: -webkit-flex;
276
+ display: -ms-flexbox;
277
  display: flex;
278
  }
279
  }
assets/front-end/css/data-table/index.min.css ADDED
@@ -0,0 +1 @@
 
1
+ table.eael-data-table thead .sorting,table.eael-data-table thead .sorting_asc,table.eael-data-table thead .sorting_desc{position:relative;z-index:0;outline:0;cursor:pointer}table.eael-data-table thead .sorting:after,table.eael-data-table thead .sorting_asc:after,table.eael-data-table thead .sorting_desc:after{position:absolute;top:50%;right:10px;font-family:FontAwesome;color:#fff;z-index:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.eael-data-table-wrap .eael-data-tables_wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;width:100%}.eael-data-table-wrap .eael-data-tables_filter{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;text-align:right}.eael-data-table-wrap .eael-data-tables_filter label{font-weight:700}.eael-data-table-wrap .eael-data-tables_filter label input[type=search]{height:40px;border:1px solid rgba(0,0,0,.09);outline:0;padding:10px;margin-left:10px}.eael-data-table-wrap .eael-data-tables_length{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.eael-data-table-wrap .eael-data-tables_length select{width:auto;max-width:120px;height:40px;border:1px solid rgba(0,0,0,.09);outline:0;margin-left:10px;margin-right:10px}.eael-data-table-wrap .eael-data-tables_length label{font-weight:700}.eael-data-table-wrap .eael-data-tables_info{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;font-weight:700}.eael-data-table-wrap .eael-data-tables_paginate{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;text-align:right}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button{padding:10px 15px;background:#f2f2f2;margin-right:2px;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button:hover{color:#fff;background:#4a4893}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.current{color:#fff;background:#4a4893}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.disabled{cursor:no-drop;background:#f2f2f2;opacity:.5;color:#888}.data-header-icon{margin-right:10px}.eael-data-table{width:100%;height:auto;margin:0;border-collapse:collapse;border:none}.eael-data-table tr{border-style:none}.eael-data-table thead tr{text-align:left}.eael-data-table thead tr th{padding:20px 15px;background:#4a4893;font-size:16px;font-weight:600;font-family:Montserrat,sans-serif;line-height:1;color:#fff;border-color:#000;border-width:2px;border-style:none;background-clip:padding-box}.eael-data-table thead tr th:hover{border-color:#000}.eael-data-table tbody tr.even{-webkit-transition:background .4s ease-in-out;-o-transition:background .4s ease-in-out;transition:background .4s ease-in-out}.eael-data-table tbody tr.even:hover{background:rgba(242,242,242,.7)}.eael-data-table tbody tr.even:last-child{border-bottom:1px solid rgba(0,0,0,.09)}.eael-data-table tbody tr.odd{background:rgba(242,242,242,.5);-webkit-transition:background .2s ease-in-out;-o-transition:background .2s ease-in-out;transition:background .2s ease-in-out}.eael-data-table tbody tr.odd:hover{background:rgba(242,242,242,.7)}.eael-data-table tbody tr.odd:last-child{border-bottom:1px solid rgba(0,0,0,.09)}.eael-data-table tbody tr td{padding:20px 15px;font-size:14px;font-family:Montserrat,sans-serif;line-height:1;border-width:2px;border-style:none;background-clip:padding-box}.eael-data-table-th-img{display:inline-block;margin:0 15px 0 0;line-height:1}.th-mobile-screen{display:none}@media (max-width:39.9375em){.eael-data-table-wrap{overflow-x:scroll!important;padding-bottom:5px}.th-mobile-screen{display:inline-block;padding:0 .6em;margin-right:10px;text-align:center;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-basis:100px;-ms-flex-preferred-size:100px;flex-basis:100px}.th-mobile-screen .eael-data-table-th-img{margin:0 auto 15px auto;display:block}.th-mobile-screen .data-header-icon{margin:0 auto 15px auto;display:block}.td-content-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.td-content{width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.td-content>p{width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.custom-responsive-option-enable .eael-data-table thead{display:none}.custom-responsive-option-enable .eael-data-table tbody tr td{float:none;clear:left;width:100%;text-align:left;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.eael-data-table .td-content{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}table.eael-data-table thead .sorting:after{content:"\f0dc"}table.eael-data-table thead .headerSortDown:after{content:"\f0dd"}table.eael-data-table thead .headerSortUp:after{content:"\f0de"}table.eael-data-table thead .sorting_disabled.sorting:after{display:none}table.eael-data-table .sorting.sorting-none:after{display:none}table.eael-data-table .sorting_desc.sorting-none:after{display:none}table.eael-data-table .sorting_asc.sorting-none:after{display:none}.eael-table-align-left table.eael-data-table{float:left}.eael-table-align-center table.eael-data-table{margin:0 auto}.eael-table-align-right table.eael-data-table{float:right}.eael-hide-elements .eael-data-tables_info{display:none}.eael-dt-th-align-left .eael-data-table thead tr th{text-align:left}.eael-dt-td-align-left .eael-data-table tbody tr td{text-align:left}.eael-dt-th-align-right .eael-data-table thead tr th{text-align:right;padding-right:30px}.eael-dt-td-align-right .eael-data-table tbody tr td{text-align:right;padding-right:30px}.eael-dt-th-align-center .eael-data-table thead tr th{text-align:center}.eael-dt-td-align-center .eael-data-table tbody tr td{text-align:center}
assets/front-end/css/{dual-header.css → dual-header/index.css} RENAMED
File without changes
assets/front-end/css/dual-header/index.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .eael-dual-header{display:block;margin-bottom:50px}.eael-dual-header .title,.eael-dual-header .title span{font-size:36px;font-weight:700;text-transform:uppercase;line-height:48px;margin:10px 0}.eael-dual-header .subtext{font-size:16px;display:block}.eael-dual-header i{display:block;padding:0;margin:20px 0 10px 0;font-size:36px}.eael-dual-header .title span.lead{color:#1abc9c}.eael-dual-header-content-align-center{text-align:center}.eael-dual-header-content-align-left{text-align:left}.eael-dual-header-content-align-right{text-align:right}
assets/front-end/css/{eael-editor.css → eael-editor/index.css} RENAMED
File without changes
assets/front-end/css/eael-editor/index.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .elementor-panel .pro-feature,.elementor-panel .pro-feature a{color:#a4afb7;text-transform:uppercase;letter-spacing:1px;line-height:1.8;font-style:normal}.elementor-panel .pro-feature a{text-decoration:underline;color:#f54!important}.elementor-control-data_table_content_colspan_pro_alert .elementor-control-title,.elementor-control-data_table_content_rowspan_pro_alert .elementor-control-title,.elementor-control-data_table_content_template_pro_alert .elementor-control-title,.elementor-control-data_table_header_colspan_pro_alert .elementor-control-title,.elementor-control-data_table_header_img_pro_alert .elementor-control-title,.elementor-panel .elementor-control-eael_section_pro .elementor-panel-heading-title.elementor-panel-heading-title,.elementor-panel .elementor-control-eael_section_pro .elementor-panel-heading-toggle{color:#f54}.elementor-panel .elementor-control-eael_control_get_pro .elementor-control-field{display:none!important}.elementor-control-eael_fancy_text_style_pro_alert .elementor-control-title,.elementor-control-eael_img_accordion_type_pro_alert .elementor-control-title,.elementor-control-eael_pricing_table_style_pro_alert .elementor-control-title,.elementor-control-eael_section_countdown_style_pro_alert .elementor-control-title,.elementor-control-eael_section_data_table_enabled_pro_alert .elementor-control-title,.elementor-control-eael_team_members_preset_pro_alert .elementor-control-title,.elementor-control-eael_ticker_type_pro_alert .elementor-control-title{color:#f54}
assets/front-end/css/eael.css CHANGED
@@ -1,2765 +1,3311 @@
1
- /*
2
- ______ _ _ _ _ _
3
- | ____| | | (_) | | /\ | | | |
4
- | |__ ___ ___ ___ _ __ | |_ _ __ _| | / \ __| | __| | ___ _ __ ___
5
- | __| / __/ __|/ _ \ '_ \| __| |/ _` | | / /\ \ / _` |/ _` |/ _ \| '_ \/ __|
6
- | |____\__ \__ \ __/ | | | |_| | (_| | | / ____ \ (_| | (_| | (_) | | | \__ \
7
- |______|___/___/\___|_| |_|\__|_|\__,_|_| /_/ \_\__,_|\__,_|\___/|_| |_|___/
8
- -------------------------------------------------------------------------------------
9
-
10
- 01. General Styles
11
- 02. Common styles for slider elements
12
- 03. Fancy Text Style
13
- 04. Creative Button styles
14
- 05. Countdown Styles
15
- 06. Post Timeline Styles
16
- 07. Team Members Styles
17
- 08. Testimonials Styles
18
- 09. Product Styles
19
- 10. Contact forms common
20
- 11. Contact Form 7 Styles
21
- 12. weForm Styles
22
- 13. Ninja Form Styles
23
- 14. Gravity Form
24
- 15. Post Grid Style
25
- 16. Post Grid Column
26
- 17. Infobox Style
27
- 18. Flipbox Style
28
- 19. Call To Action
29
- 20. Dual Color Heading
30
- 21. Pricing Table
31
- 22. Caldera Contact Form Styler
32
- 23. WPForms
33
- 24. Social Feeds
34
- 25. Data Table
35
- 26. Magnific Popup
36
- 27. Filterable Gallery
37
- 28. Swiper
38
- 29. Content Ticker
39
- 30. Advance Tabs
40
- 31. Advance Accordion
41
- 32. Tooltip
42
- 33. Progress Bar
43
- 34. Image accordion
44
- 35. Feature List
45
- -------------------------------------------------------*/
46
- /*--------------------------*/
47
- /* 01. General Styles
48
- /*--------------------------*/
49
- .clearfix::before,
50
- .clearfix::after {
51
- content: " ";
52
- display: table;
53
- clear: both;
54
- }
55
-
56
- /*---------------------------------------*/
57
- /* 02. Common styles for slider elements
58
- /*---------------------------------------*/
59
- .eael-testimonial-slider.nav-top-left,
60
- .eael-testimonial-slider.nav-top-right,
61
- .eael-team-slider.nav-top-left,
62
- .eael-team-slider.nav-top-right,
63
- .eael-logo-carousel.nav-top-left,
64
- .eael-logo-carousel.nav-top-right,
65
- .eael-post-carousel.nav-top-left,
66
- .eael-post-carousel.nav-top-right,
67
- .eael-product-carousel.nav-top-left,
68
- .eael-product-carousel.nav-top-right {
69
- padding-top: 40px;
70
- }
71
-
72
- /*----------------------------*/
73
- /* 28. Swiper
74
- /*----------------------------*/
75
- .swiper-container-wrap .swiper-slide,
76
- .swiper-container .swiper-slide {
77
- text-align: center;
78
- }
79
-
80
- .swiper-container-wrap .swiper-slide img,
81
- .swiper-container .swiper-slide img {
82
  width: auto;
83
- }
84
-
85
- .swiper-container-wrap-dots-outside .swiper-pagination,
86
- .swiper-container-dots-outside .swiper-pagination {
87
- position: static;
88
- }
89
-
90
- .swiper-container-wrap .swiper-button-next,
91
- .swiper-container-wrap .swiper-button-prev,
92
- .swiper-container .swiper-button-next,
93
- .swiper-container .swiper-button-prev {
94
- background: transparent;
95
- font-size: 20px;
96
  height: auto;
97
- line-height: 1;
98
- margin: 0;
99
- text-align: center;
100
- transform: translateY(-50%);
101
- width: auto;
102
- }
103
-
104
- .swiper-container-wrap .swiper-button-next .fa,
105
- .swiper-container-wrap .swiper-button-prev .fa,
106
- .swiper-container .swiper-button-next .fa,
107
- .swiper-container .swiper-button-prev .fa {
108
- vertical-align: top;
109
- }
110
-
111
- .swiper-container-wrap .swiper-pagination {
112
- bottom: 10px;
113
- left: 0;
114
- width: 100%;
115
  }
116
 
117
- .swiper-container-wrap-dots-outside .swiper-pagination {
118
- position: static;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  }
120
 
121
- .swiper-container-wrap .swiper-pagination-bullet {
122
- background: #ccc;
123
- margin: 0 4px;
124
- opacity: 1;
125
- height: 8px;
126
- width: 8px;
 
 
127
  }
128
 
129
- .swiper-container-wrap .swiper-pagination-bullet-active {
130
- background: #000;
 
 
 
 
 
 
131
  }
132
 
133
- .swiper-container-3d .swiper-slide {
134
- transition-property: all;
135
- -webkit-transition-property: all;
136
  }
137
 
138
- /*--------------------------------*/
139
- /* 10. Contact forms common
140
- /*--------------------------------*/
141
- .eael-contact-form input[type=text],
142
- .eael-contact-form input[type=email],
143
- .eael-contact-form input[type=url],
144
- .eael-contact-form input[type=tel],
145
- .eael-contact-form input[type=date],
146
- .eael-contact-form input[type=number],
147
- .eael-contact-form textarea {
148
- background: #fff;
149
- box-shadow: none;
150
- -webkit-box-shadow: none;
151
- float: none;
152
- height: auto;
153
- margin: 0;
154
- outline: 0;
155
- width: 100%;
156
  }
157
 
158
- .eael-contact-form input[type=submit] {
159
- border: 0;
160
- float: none;
161
- height: auto;
162
  margin: 0;
163
- padding: 10px 20px;
164
- width: auto;
165
- -webkit-transition: all 0.25s linear 0s;
166
- transition: all 0.25s linear 0s;
167
- }
168
-
169
- .eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
170
- .eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
171
- opacity: 0;
172
- visibility: hidden;
173
- }
174
-
175
- .eael-contact-form.placeholder-hide input::-moz-placeholder,
176
- .eael-contact-form.placeholder-hide textarea::-moz-placeholder {
177
- opacity: 0;
178
- visibility: hidden;
179
- }
180
-
181
- .eael-contact-form.placeholder-hide input:-ms-input-placeholder,
182
- .eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
183
- opacity: 0;
184
- visibility: hidden;
185
- }
186
-
187
- .eael-contact-form.placeholder-hide input:-moz-placeholder,
188
- .eael-contact-form.placeholder-hide textarea:-moz-placeholder {
189
- opacity: 0;
190
- visibility: hidden;
191
  }
192
 
193
- .eael-custom-radio-checkbox input[type=checkbox],
194
- .eael-custom-radio-checkbox input[type=radio] {
195
- -webkit-appearance: none;
196
- -moz-appearance: none;
197
- border-style: solid;
198
- border-width: 0;
199
- outline: none;
200
- min-width: 1px;
201
- width: 15px;
202
- height: 15px;
203
- background: #ddd;
204
- padding: 3px;
205
- }
206
-
207
- .eael-custom-radio-checkbox input[type=checkbox]:before,
208
- .eael-custom-radio-checkbox input[type=radio]:before {
209
- content: "";
210
- width: 100%;
211
- height: 100%;
212
- padding: 0;
213
- margin: 0;
214
  display: block;
215
  }
216
 
217
- .eael-custom-radio-checkbox input[type=checkbox]:checked:before,
218
- .eael-custom-radio-checkbox input[type=radio]:checked:before {
219
- background: #999;
220
- -webkit-transition: all 0.25s linear 0s;
221
- transition: all 0.25s linear 0s;
222
- }
223
-
224
- .eael-custom-radio-checkbox input[type=radio] {
225
- border-radius: 50%;
226
- }
227
-
228
- .eael-custom-radio-checkbox input[type=radio]:before {
229
- border-radius: 50%;
230
- }
231
-
232
- /*--------------------------*/
233
- /* 03. Fancy Text Style
234
- /*--------------------------*/
235
- .eael-fancy-text-container p {
236
- margin: 0;
237
- }
238
-
239
- .eael-fancy-text-strings,
240
- .eael-fancy-text-prefix,
241
- .eael-fancy-text-suffix {
242
- display: inline-block;
243
- }
244
-
245
- .morphext > .animated {
246
- display: inline-block;
247
- }
248
-
249
- .typed-cursor {
250
- opacity: 1;
251
- -webkit-animation: blink_cursor 0.7s infinite;
252
- -moz-animation: blink_cursor 0.7s infinite;
253
- animation: blink_cursor 0.7s infinite;
254
  }
255
 
256
- @keyframes blink_cursor {
257
  0% {
258
- opacity: 1;
259
- }
260
- 50% {
261
- opacity: 0;
262
  }
263
  100% {
264
- opacity: 1;
 
265
  }
266
  }
267
- @-webkit-keyframes blink_cursor {
268
  0% {
269
  opacity: 1;
270
- }
271
- 50% {
272
- opacity: 0;
273
  }
274
  100% {
275
  opacity: 1;
 
 
 
276
  }
277
  }
278
- @-moz-keyframes blink_cursor {
279
  0% {
280
  opacity: 1;
281
- }
282
- 50% {
283
- opacity: 0;
284
  }
285
  100% {
286
  opacity: 1;
 
 
 
287
  }
288
  }
289
- /*--- Style 2 ---*/
290
- .eael-fancy-text-container.style-2 {
291
- font-size: 24px;
292
- }
293
 
294
- .eael-fancy-text-container.style-2 .eael-fancy-text-strings {
295
- background: #ff5544;
296
- color: #fff;
297
- padding: 10px 25px;
 
298
  }
299
 
300
- /*-----------------------------*/
301
- /* 04. Creative Button styles
302
- /*-----------------------------*/
303
- .eael-creative-button-align-center {
304
- text-align: center;
305
- }
306
-
307
- .eael-creative-button-wrapper {
308
  display: flex;
 
 
 
 
 
 
 
 
 
309
  }
310
 
311
- .eael-creative-button {
312
- flex: 0 0 auto;
313
- min-width: 150px;
314
- text-align: center;
315
- vertical-align: middle;
316
  position: relative;
317
- z-index: 1;
318
- -webkit-backface-visibility: hidden;
319
- backface-visibility: hidden;
320
- -moz-osx-font-smoothing: grayscale;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
321
  }
322
 
323
- .eael-creative-button:focus {
324
- outline: none;
 
 
 
 
 
 
 
 
 
 
 
 
 
325
  }
326
 
327
- .eael-creative-button > span {
328
- vertical-align: middle;
 
329
  }
330
 
331
- .eael-creative-button {
332
- border-radius: 2px;
333
- padding: 20px 30px;
334
- font-size: 16px;
335
- line-height: 1;
336
  }
337
 
338
- /*--- Winona ---*/
339
- .eael-creative-button--winona {
340
- overflow: hidden;
341
- padding: 0 !important;
342
- -webkit-transition: border-color 0.3s, background-color 0.3s;
343
- transition: border-color 0.3s, background-color 0.3s;
344
- -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
345
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
 
346
  }
347
 
348
- .eael-creative-button--winona::after {
349
- content: attr(data-text);
350
- position: absolute;
351
- width: 100%;
352
- height: 100%;
353
- top: 0;
354
- left: 0;
355
  opacity: 0;
356
- -webkit-transform: translate3d(0, 25%, 0);
357
- transform: translate3d(0, 25%, 0);
358
  }
359
 
360
- .eael-creative-button--winona > span {
 
361
  display: block;
 
 
 
 
 
362
  }
363
 
364
- .eael-creative-button--winona::after,
365
- .eael-creative-button--winona > span {
366
- padding: 1em 2em;
367
- -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
368
- transition: transform 0.3s, opacity 0.3s;
369
- -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
370
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
371
  }
372
 
373
- .eael-creative-button--winona:hover::after {
374
- opacity: 1;
375
- -webkit-transform: translate3d(0, 0, 0);
376
- transform: translate3d(0, 0, 0);
 
 
 
 
 
377
  }
378
 
379
- .eael-creative-button--winona:hover > span {
380
- opacity: 0;
381
- -webkit-transform: translate3d(0, -25%, 0);
382
- transform: translate3d(0, -25%, 0);
 
 
 
383
  }
384
 
385
- /*--- Ujarak ---*/
386
- .eael-creative-button--ujarak {
387
- -webkit-transition: border-color 0.4s, color 0.4s;
388
- transition: border-color 0.4s, color 0.4s;
389
  }
390
 
391
- .eael-creative-button--ujarak::before {
392
- content: '';
393
- position: absolute;
394
- top: 0;
395
- left: 0;
396
- width: 100%;
397
- height: 100%;
398
- z-index: -1;
399
- opacity: 0;
400
- -webkit-transform: scale3d(0.7, 1, 1);
401
- transform: scale3d(0.7, 1, 1);
402
- -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
403
- transition: transform 0.4s, opacity 0.4s;
404
- -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
405
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
406
  }
407
 
408
- .eael-creative-button--ujarak,
409
- .eael-creative-button--ujarak::before {
410
- -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
411
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
 
412
  }
413
 
414
- .eael-creative-button--ujarak:hover::before {
415
- opacity: 1;
416
- -webkit-transform: translate3d(0, 0, 0);
417
- transform: translate3d(0, 0, 0);
 
 
418
  }
419
 
420
- /*--- Wayra ---*/
421
- .eael-creative-button--wayra {
422
- overflow: hidden;
423
- -webkit-transition: border-color 0.3s, color 0.3s;
424
- transition: border-color 0.3s, color 0.3s;
425
- -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
426
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
427
  }
428
 
429
- .eael-creative-button--wayra::before {
430
- content: '';
431
- position: absolute;
432
- top: 0;
433
- left: 0;
434
- width: 150%;
435
- height: 100%;
436
- z-index: -1;
437
- -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
438
- transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
439
- -webkit-transform-origin: 0% 100%;
440
- transform-origin: 0% 100%;
441
- -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
442
- transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
443
  }
444
 
445
- .eael-creative-button--wayra:hover::before {
446
- opacity: 1;
447
- -webkit-transform: rotate3d(0, 0, 1, 0deg);
448
- transform: rotate3d(0, 0, 1, 0deg);
449
- -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
450
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
451
  }
452
 
453
- /*--- Tamaya ---*/
454
- .eael-creative-button--tamaya {
455
- overflow: hidden;
 
 
 
456
  }
457
 
458
- .eael-creative-button--tamaya::before,
459
- .eael-creative-button--tamaya::after {
460
- content: attr(data-text);
461
- position: absolute;
462
- width: 100%;
463
- height: 50%;
464
- left: 0;
465
- overflow: hidden;
466
- -webkit-transition: -webkit-transform 0.3s;
467
- transition: transform 0.3s;
468
- -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
469
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
470
  }
471
 
472
- .eael-creative-button--tamaya::before {
473
- top: 0;
474
- padding: 20px 30px;
475
  }
476
 
477
- .eael-creative-button--tamaya::after {
478
- bottom: 0;
479
- line-height: 0;
480
  }
481
 
482
- .eael-creative-button--tamaya:hover::after {
483
- bottom: -1px;
484
  }
485
 
486
- .eael-creative-button--tamaya > span {
 
487
  display: block;
488
- -webkit-transform: scale3d(0.2, 0.2, 1);
489
- transform: scale3d(0.2, 0.2, 1);
490
- opacity: 0;
491
- -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
492
- transition: transform 0.3s, opacity 0.3s;
493
- -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
494
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
495
  }
496
 
497
- .eael-creative-button--tamaya:hover::before {
498
- -webkit-transform: translate3d(0, -100%, 0);
499
- transform: translate3d(0, -100%, 0);
500
  }
501
 
502
- .eael-creative-button--tamaya:hover::after {
503
- -webkit-transform: translate3d(0, 100%, 0);
504
- transform: translate3d(0, 100%, 0);
505
- }
506
-
507
- .eael-creative-button--tamaya:hover > span {
508
- opacity: 1;
509
- -webkit-transform: scale3d(1, 1, 1);
510
- transform: scale3d(1, 1, 1);
511
  }
512
 
513
- /*--- Rayen ---*/
514
- .eael-creative-button--rayen {
515
- overflow: hidden;
516
- padding: 0 !important;
 
 
517
  }
518
 
519
- .eael-creative-button--rayen::before {
520
- content: attr(data-text);
521
- position: absolute;
522
- top: 0;
523
- left: 0;
524
  width: 100%;
525
- height: 100%;
526
- -webkit-transform: translate3d(-100%, 0, 0);
527
- transform: translate3d(-100%, 0, 0);
528
  }
529
 
530
- .eael-creative-button--rayen > span {
 
 
 
 
 
531
  display: block;
 
 
 
 
 
 
532
  }
533
 
534
- .eael-creative-button--rayen::before,
535
- .eael-creative-button--rayen > span {
536
- padding: 1em 2em;
537
- -webkit-transition: -webkit-transform 0.3s;
538
- transition: transform 0.3s;
539
- -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
540
- transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
541
  }
542
 
543
- .eael-creative-button--rayen:hover::before {
544
- -webkit-transform: translate3d(0, 0, 0);
545
- transform: translate3d(0, 0, 0);
 
 
 
 
546
  }
547
 
548
- .eael-creative-button--rayen:hover > span {
549
- -webkit-transform: translate3d(0, 100%, 0);
550
- transform: translate3d(0, 100%, 0);
551
  }
552
 
553
- /*---------------------------------*/
554
- /* 05. Countdown Styles
555
- /*---------------------------------*/
556
- /*--- General ---*/
557
- .eael-countdown-items {
558
- list-style: none;
559
- margin: 0;
560
- padding: 0;
561
- display: table;
562
- table-layout: fixed;
563
- width: 100%;
564
  }
565
 
566
- .eael-countdown-items > li {
567
- list-style: none;
568
- margin: 0;
569
- padding: 0;
570
- display: table-cell;
571
- position: relative;
572
  }
573
 
574
- .eael-countdown-item > div {
575
- text-align: center;
576
- padding: 20px;
577
  }
578
 
579
- .eael-countdown-label-block .eael-countdown-digits,
580
- .eael-countdown-label-block .eael-countdown-label {
581
- display: block;
582
- text-align: center;
 
 
 
 
 
583
  }
584
 
585
- .eael-countdown-digits {
586
- font-size: 54px;
587
- line-height: 1;
588
  }
589
 
590
- .eael-countdown-label {
591
- font-size: 18px;
592
- line-height: 1;
593
- color: #ffffff;
 
 
 
 
 
594
  }
595
 
596
- .eael-countdown-show-separator .eael-countdown-digits::after {
597
- content: ":";
598
- position: absolute;
599
- left: 98%;
600
- z-index: 9999;
601
  }
602
 
603
- .eael-countdown-item:last-child .eael-countdown-digits::after {
604
- display: none;
605
  }
606
 
607
- /*--- Style 1 ---*/
608
- .eael-countdown-items.style-1 .eael-countdown-item > div {
609
- background: #262625;
 
 
 
 
 
 
 
 
 
 
 
 
610
  }
611
 
612
- /*----------------------------*/
613
- /* 06. Post Timeline Styles
614
- /*----------------------------*/
615
- .eael-post-timeline {
616
- margin-bottom: 0;
617
- min-height: 100%;
618
- overflow: hidden;
619
- position: relative;
 
620
  }
621
 
622
- .eael-timeline-column {
623
- width: 50%;
624
- margin-left: 0;
625
- float: left;
626
- margin-top: 0 !important;
 
 
 
 
 
627
  }
628
 
629
- .eael-timeline-post {
630
- position: relative;
 
 
 
 
631
  }
632
 
633
- .eael-timeline-post:after {
634
- background-color: rgba(83, 85, 86, 0.2);
635
- content: "";
636
- width: 2px;
637
- height: 245px;
638
- position: absolute;
639
- right: 0;
640
- top: 70px;
641
  }
642
 
643
- .eael-timeline-post:nth-child(2n):after {
644
- display: none;
 
 
 
 
 
 
 
 
645
  }
646
 
647
- .eael-timeline-bullet {
648
- background-color: #9fa9af;
649
- border: 5px solid #fff;
650
- border-radius: 50%;
651
- box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
652
- content: "";
653
- height: 20px;
654
- position: absolute;
655
- right: -9px;
656
- top: 60px;
657
- width: 20px;
658
- z-index: 3;
659
- cursor: pointer;
 
 
 
 
 
 
660
  }
661
 
662
- .eael-timeline-post:nth-child(2n) .eael-timeline-bullet {
663
- background-color: #9fa9af;
664
- border: 5px solid #fff;
665
- border-radius: 50%;
666
- bottom: 36px;
667
- content: "";
668
- height: 20px;
669
- left: -11px;
670
- position: absolute;
671
- top: 300px;
672
- width: 20px;
673
- z-index: 3;
674
  }
675
 
676
- .eael-timeline-post-inner {
677
- background: linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 transparent;
678
- border: 8px solid #e5eaed;
679
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
680
- float: right;
681
- margin: 30px 40px 30px auto;
682
- position: relative;
683
- height: 320px;
684
- width: calc(100% - 40px);
685
  }
686
 
687
- .eael-timeline-post:nth-child(even) .eael-timeline-post-inner {
688
- float: left;
689
- margin-left: 40px;
 
 
 
 
690
  }
691
 
692
- .eael-timeline-post-inner:after {
693
- border-color: transparent transparent transparent #e5eaed;
694
- border-style: solid;
695
- border-width: 15px;
696
  content: "";
697
- height: 0;
698
  position: absolute;
699
- right: -36px;
700
- top: 17px;
701
- width: 0;
702
- }
703
-
704
- .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner:after {
705
- border-color: transparent #e5eaed transparent transparent;
706
- border-style: solid;
707
- border-width: 15px;
708
- content: "";
709
- height: 0;
710
- left: -36px;
711
- position: absolute;
712
- top: 257px;
713
- width: 0;
714
- }
715
-
716
- .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner::after {
717
- border-left-color: transparent !important;
718
  }
719
 
720
- .eael-timeline-post p {
721
- margin: 1.6rem 0 0 0;
722
- font-size: 0.9em;
723
- line-height: 1.6em;
724
  }
725
 
726
- .eael-timeline-post-image {
727
- background-size: cover;
728
- background-position: center center;
729
- background-repeat: no-repeat;
730
- display: block;
731
  height: 100%;
732
- overflow: hidden;
733
- position: relative;
734
- opacity: .6;
735
- -webkit-transition: all .3s;
736
- -moz-transition: all .3s;
737
- transition: all .3s;
 
 
 
 
 
738
  }
739
 
740
- .eael-timeline-post-title {
741
- bottom: 40px;
742
- position: absolute;
743
- width: 100%;
744
  }
745
 
746
- .eael-timeline-post-title h2 {
747
- color: #fff;
748
- font-size: 20px;
749
- font-weight: bold;
750
- letter-spacing: 1px;
751
- line-height: 24px;
752
- padding: 0 25px;
753
- text-align: left;
754
- text-transform: uppercase;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
755
  }
 
 
 
 
 
756
 
757
- .eael-timeline-post-excerpt {
758
- opacity: 0;
759
- position: absolute;
760
- top: 0;
761
- left: 0;
762
- -webkit-transition: all .3s;
763
- -moz-transition: all .3s;
764
- transition: all .3s;
 
765
  }
766
 
767
- .eael-timeline-post-excerpt p {
768
- color: #fff;
769
- font-size: 14px;
770
- padding: 25px;
 
 
 
 
 
771
  }
772
 
773
- .eael-timeline-post-inner:hover .eael-timeline-post-excerpt {
774
- opacity: 1;
775
- top: 10px;
 
776
  }
777
 
778
- .eael-timeline-post-inner:hover .eael-timeline-post-image {
779
- opacity: .3;
 
 
780
  }
781
 
782
- .eael-timeline-post time {
783
- opacity: 0;
784
- background-color: rgba(0, 0, 0, 0.7);
785
- color: #fff;
786
- font-size: 10px;
787
- border-radius: 20px;
788
- position: absolute;
789
- right: -97px;
790
- width: 100px;
791
- height: 30px;
792
- line-height: 30px;
793
- text-align: center;
794
- top: 50px;
795
- z-index: 99;
796
- -webkit-transition: all .5s;
797
- -moz-transition: all .5s;
798
- transition: all .5s;
 
 
 
 
 
799
  }
800
 
801
- .eael-timeline-post:nth-child(2n) time {
802
- background-color: rgba(0, 0, 0, 0.7);
803
- border-radius: 20px;
804
- color: #fff;
805
- font-size: 10px;
806
- height: 30px;
807
- left: -99px;
808
- line-height: 30px;
809
- position: absolute;
810
- text-align: center;
811
- top: 290px;
812
- width: 100px;
813
- z-index: 99;
814
  }
815
 
816
- .eael-timeline-post time:before {
817
- border-bottom: 5px solid rgba(0, 0, 0, 0.7);
818
- border-left: 5px solid transparent;
819
- border-right: 5px solid transparent;
820
  content: "";
 
821
  height: 0;
822
- left: 45px;
823
- position: absolute;
824
- top: -5px;
825
- width: 0;
826
- }
827
-
828
- .eael-timeline-post:hover time {
829
- opacity: 1;
830
  }
831
 
832
- .eael-timeline-post::after {
833
- height: 100%;
 
834
  }
835
 
836
- .eael-post-timeline .eael-timeline-post:nth-last-child(2)::after {
837
- height: 245px;
838
  }
839
 
840
- .eael-post-timeline .eael-timeline-post:last-child::after {
841
  display: none;
842
  }
843
 
844
- /*--- Responsive Style for Post Timeline ---*/
845
- @media only screen and (max-width: 1366px) {
846
- .eael-timeline-post-title h2 {
847
- font-size: 0.8em;
848
- }
849
 
850
- .eael-timeline-post-excerpt p {
851
- font-size: 13px;
852
- }
853
  }
854
- @media only screen and (max-width: 1169px) {
855
- .eael-timeline-post-inner {
856
- height: 320px;
857
- }
858
  }
859
- @media only screen and (max-width: 992px) {
860
- .eael-post-timeline {
861
- margin-left: 0;
862
- }
863
 
864
- .eael-timeline-bullet,
865
- .eael-timeline-post:after,
866
- .eael-timeline-post:before,
867
- .eael-timeline-post-inner:after {
868
- display: none;
869
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
870
 
871
- .eael-timeline-post {
872
- display: inline-block;
873
- float: left !important;
874
- width: 50% !important;
875
- margin: 15px auto;
876
- }
 
877
 
878
- .eael-timeline-post-inner {
879
- height: 320px;
880
- padding-bottom: 30px;
881
- }
 
 
 
882
 
883
- .eael-timeline-post-title {
884
- bottom: 50px;
885
- }
 
886
 
887
- .eael-timeline-post-title h2 {
888
- font-size: 0.8em;
889
- line-height: 1.2em;
890
- }
891
 
892
- .eael-timeline-post .eael-timeline-post-inner {
893
- margin: 0 10px auto 0;
894
- width: 90%;
895
- }
896
 
897
- .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
898
- margin: 0 auto 0 10px;
899
- width: 90%;
900
- }
 
901
 
902
- .eael-timeline-post-excerpt {
903
- opacity: 0 !important;
904
- }
905
 
906
- .eael-timeline-post-image {
907
- opacity: .3;
908
- }
909
 
910
- .eael-timeline-post time,
911
- .eael-timeline-post:nth-child(2n) time {
912
- background-color: #fff;
913
- border-radius: 0;
914
- color: #444;
915
- font-size: 12px;
916
- text-transform: uppercase;
917
- left: 0;
918
- opacity: 1;
919
- padding-top: 3px;
920
- top: 275px;
921
- width: 100%;
922
  }
923
 
924
- time:before {
925
  display: none;
926
  }
927
  }
928
- @media only screen and (max-width: 767px) {
929
- .eael-timeline-post {
930
- display: block;
931
- float: none !important;
932
- margin: 20px auto;
933
- width: 100% !important;
934
- }
935
 
936
- .eael-timeline-post .eael-timeline-post-inner,
937
- .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
938
- display: block;
939
- float: none;
940
- margin: 0 auto;
941
- }
 
 
 
 
 
942
  }
943
- @media only screen and (max-width: 479px) {
944
- .eael-timeline-post .eael-timeline-post-inner,
945
- .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
946
- height: 250px;
947
- margin: 0 auto;
948
- width: 95%;
949
- }
950
 
951
- .eael-timeline-post time,
952
- .eael-timeline-post:nth-child(2n) time {
953
- top: 205px;
954
- }
955
- }
956
- /*----------------------------*/
957
- /* 07. Team Members Styles
958
- /*----------------------------*/
959
- .eael-team-item {
960
- overflow: hidden;
961
  position: relative;
962
  }
963
 
964
- .team-avatar-rounded figure img {
965
- border-radius: 50%;
966
- height: auto;
967
- }
968
-
969
- .eael-team-image > figure {
970
- margin: 0;
971
- padding: 0;
972
  }
973
 
974
- .eael-team-image > figure img {
 
975
  display: block;
976
- margin: 0 auto;
977
  }
978
 
979
- .eael-team-item .eael-team-content {
980
- padding: 10px;
 
981
  }
982
 
983
- .eael-team-item .eael-team-member-name {
984
- font-size: 20px;
985
- font-weight: bold;
986
- letter-spacing: 0.05em;
987
- margin: 5px 0;
988
- text-transform: uppercase;
989
  }
990
 
991
- .eael-team-item .eael-team-member-position {
992
- font-size: 14px;
993
- font-weight: normal;
994
- letter-spacing: 0.05em;
995
- margin: 5px 0 10px;
996
- text-transform: uppercase;
997
  }
998
 
999
- .eael-team-item .eael-team-content,
1000
- .eael-team-item .eael-team-content .eael-team-text {
1001
- font-size: 14px;
1002
- line-height: 1.5;
1003
  }
1004
 
1005
- .eael-team-content > ul {
1006
- margin: 0;
1007
- padding: 0;
1008
  }
1009
 
1010
- .eael-team-content li {
1011
- display: inline-block;
1012
- list-style: outside none none;
1013
- margin-right: 10px;
1014
  text-align: center;
1015
  }
1016
 
1017
- .eael-team-content li a {
1018
- font-size: 2.5rem;
 
 
 
1019
  }
1020
 
1021
- .eael-team-align-left .eael-team-item .eael-team-member-name,
1022
- .eael-team-align-left .eael-team-item .eael-team-member-position,
1023
- .eael-team-align-left .eael-team-item .eael-team-text,
1024
- .eael-team-align-left .eael-team-item .eael-team-content p,
1025
- .eael-team-align-left .eael-team-item .eael-team-content ul,
1026
- .eael-team-align-left .eael-team-item .eael-team-content li {
1027
- text-align: left;
 
 
 
 
 
 
1028
  }
1029
 
1030
- .eael-team-align-right .eael-team-item .eael-team-member-name,
1031
- .eael-team-align-right .eael-team-item .eael-team-member-position,
1032
- .eael-team-align-right .eael-team-item .eael-team-text,
1033
- .eael-team-align-right .eael-team-item .eael-team-content p,
1034
- .eael-team-align-right .eael-team-item .eael-team-content ul,
1035
- .eael-team-align-right .eael-team-item .eael-team-content li {
1036
- text-align: right;
1037
  }
1038
 
1039
- .eael-team-align-centered .eael-team-item .eael-team-member-name,
1040
- .eael-team-align-centered .eael-team-item .eael-team-member-position,
1041
- .eael-team-align-centered .eael-team-item .eael-team-text,
1042
- .eael-team-align-centered .eael-team-item .eael-team-content p,
1043
- .eael-team-align-centered .eael-team-item .eael-team-content ul,
1044
- .eael-team-align-centered .eael-team-item .eael-team-content li {
1045
- text-align: center;
1046
  }
1047
 
1048
- .eael-team-item.eael-team-members-overlay .eael-team-content {
1049
- bottom: 10px;
1050
- left: 10px;
1051
- margin-bottom: 0;
1052
- padding-top: 15%;
1053
- opacity: 0;
 
 
 
 
1054
  overflow: hidden;
1055
- text-overflow: ellipsis;
1056
- position: absolute;
1057
- right: 10px;
1058
- top: 10px;
1059
- -webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
1060
- transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
 
1061
  }
1062
 
1063
- .eael-team-item.eael-team-members-overlay:hover .eael-team-content {
1064
- opacity: 1;
 
 
 
 
 
 
 
 
1065
  }
1066
 
1067
- .eael-team-member-social-link > a {
1068
- display: inline-block;
1069
- -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
1070
- transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
1071
  }
1072
 
1073
- .eael-team-member-social-link > a:focus {
1074
- outline: none;
 
 
 
 
 
 
 
 
 
 
1075
  }
1076
 
1077
- /*----------------------------*/
1078
- /* 08. Testimonials Styles
1079
- /*----------------------------*/
1080
- .eael-testimonial-slider {
1081
- position: relative;
1082
  }
1083
 
1084
- .testimonial-star-rating {
1085
- padding: 0;
1086
- margin: 0;
 
1087
  }
1088
 
1089
- .testimonial-star-rating li {
1090
- list-style: none;
1091
- display: inline-block;
 
 
1092
  }
1093
 
1094
- .testimonial-star-rating li i {
1095
- color: #d8d8d8;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1096
  }
1097
 
1098
- .rating-five .testimonial-star-rating li i {
1099
- color: #f2b01e;
 
 
 
1100
  }
1101
 
1102
- .rating-one .testimonial-star-rating li:first-child i {
1103
- color: #f2b01e;
 
 
1104
  }
1105
 
1106
- .rating-two .testimonial-star-rating li:nth-child(1) i,
1107
- .rating-two .testimonial-star-rating li:nth-child(2) i {
1108
- color: #f2b01e;
 
 
 
 
 
 
1109
  }
1110
 
1111
- .rating-three .testimonial-star-rating li:nth-child(1) i,
1112
- .rating-three .testimonial-star-rating li:nth-child(2) i,
1113
- .rating-three .testimonial-star-rating li:nth-child(3) i {
1114
- color: #f2b01e;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1115
  }
1116
 
1117
- .rating-four .testimonial-star-rating li:nth-child(1) i,
1118
- .rating-four .testimonial-star-rating li:nth-child(2) i,
1119
- .rating-four .testimonial-star-rating li:nth-child(3) i,
1120
- .rating-four .testimonial-star-rating li:nth-child(4) i {
1121
- color: #f2b01e;
 
 
1122
  }
1123
 
1124
- /*--- Default styles ---*/
1125
- .eael-testimonial-image img {
1126
- max-width: 100%;
1127
  }
1128
 
1129
- .eael-testimonial-image {
1130
- padding: 10px 0px 0px 0px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1131
  }
1132
 
1133
- .eael-testimonial-image > figure {
1134
- display: block;
1135
- margin: 0;
1136
  }
1137
 
1138
- .testimonial-avatar-rounded figure img {
1139
- border-radius: 50%;
1140
- height: auto;
1141
  }
1142
 
1143
- .eael-testimonial-content {
1144
- margin: 0;
1145
- padding: 10px;
1146
  }
1147
 
1148
- .eael-testimonial-item > figure {
1149
- margin: 0 auto;
1150
- padding: 0 20px;
 
 
 
 
 
 
 
 
 
 
 
1151
  }
1152
 
1153
- .eael-testimonial-item .center-text {
1154
- text-align: center;
 
1155
  }
1156
 
1157
- .eael-testimonial-item .right-text {
1158
- text-align: right;
 
1159
  }
1160
 
1161
- .eael-testimonial-item .left-text {
1162
- text-align: left;
 
 
1163
  }
1164
 
1165
- .eael-testimonial-item .justify-text {
1166
- text-align: justify;
 
 
1167
  }
1168
 
1169
- .eael-testimonial-content .eael-testimonial-text {
1170
- font-size: 100%;
1171
- font-style: italic;
1172
- line-height: 1.5;
1173
- margin-top: 0px;
1174
- margin-bottom: 10px;
1175
- word-wrap: break-word;
 
 
1176
  }
1177
 
1178
- .eael-testimonial-content .eael-testimonial-user {
1179
- display: inline-block;
1180
- font-family: inherit;
1181
- font-size: 105%;
1182
- font-style: italic;
1183
- font-weight: normal;
1184
- line-height: 1.5;
1185
- margin-top: 0;
1186
- margin-bottom: 0;
1187
- margin-right: 5px;
1188
  }
1189
 
1190
- .eael-testimonial-content .eael-testimonial-user-company {
1191
- display: inline-block;
1192
- font-family: inherit;
1193
- font-size: 90%;
1194
- font-style: italic;
1195
- font-weight: lighter;
1196
- line-height: 1.75;
1197
- margin-bottom: 0;
1198
- margin-top: 1px;
 
 
1199
  }
1200
 
1201
- .eael-testimonial-image {
 
 
 
 
 
 
 
 
 
 
1202
  position: relative;
 
 
 
1203
  }
1204
 
1205
- .eael-testimonial-item .eael-testimonial-quote::after {
1206
- color: inherit !important;
1207
- content: "\f10e";
 
1208
  font-family: "FontAwesome";
1209
- font-size: 200%;
 
 
 
 
1210
  }
1211
 
1212
- .eael-testimonial-slider.default-style .eael-testimonial-align-centered .eael-testimonial-image figure img {
1213
- margin: 0 auto;
 
 
 
 
 
 
 
 
 
 
 
 
 
1214
  }
1215
-
1216
- .eael-testimonial-slider.default-style .eael-testimonial-align-left .eael-testimonial-image figure img,
1217
- .eael-testimonial-slider.default-style .eael-testimonial-align-right .eael-testimonial-image figure img,
1218
- .eael-testimonial-slider.classic-style .eael-testimonial-align-left .eael-testimonial-image figure img,
1219
- .eael-testimonial-slider.classic-style .eael-testimonial-align-right .eael-testimonial-image figure img,
1220
- .eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-image figure img,
1221
- .eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-image figure img {
1222
- margin: 0;
1223
- }
1224
-
1225
- .eael-testimonial-slider.default-style .eael-testimonial-align-right .eael-testimonial-image figure,
1226
- .eael-testimonial-slider.classic-style .eael-testimonial-align-right .eael-testimonial-image figure,
1227
- .eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-image figure {
1228
  text-align: right;
1229
  }
1230
-
1231
- .eael-testimonial-slider.default-style .eael-testimonial-align-left .eael-testimonial-image figure,
1232
- .eael-testimonial-slider.classic-style .eael-testimonial-align-left .eael-testimonial-image figure,
1233
- .eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-image figure {
1234
- text-align: left;
1235
- }
1236
-
1237
- .eael-testimonial-slider.default-style .eael-testimonial-align-right .default-style-testimonial-content,
1238
- .eael-testimonial-slider.classic-style .eael-testimonial-align-right .testimonial-classic-style-content,
1239
- .eael-testimonial-slider.middle-style .eael-testimonial-align-right .middle-style-content,
1240
- .eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-text {
1241
- text-align: right;
1242
  }
1243
-
1244
- .eael-testimonial-slider.default-style .eael-testimonial-align-center .default-style-testimonial-content,
1245
- .eael-testimonial-slider.classic-style .eael-testimonial-align-center .testimonial-classic-style-content,
1246
- .eael-testimonial-slider.middle-style .eael-testimonial-align-center .middle-style-content,
1247
- .eael-testimonial-slider.middle-style .eael-testimonial-align-center .eael-testimonial-text {
1248
- text-align: center;
1249
  }
1250
-
1251
- .eael-testimonial-slider.default-style .eael-testimonial-align-left .default-style-testimonial-content,
1252
- .eael-testimonial-slider.classic-style .eael-testimonial-align-left .testimonial-classic-style-content,
1253
- .eael-testimonial-slider.middle-style .eael-testimonial-align-left .middle-style-content,
1254
- .eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-text {
1255
- text-align: left;
 
 
1256
  }
1257
-
1258
- .eael-testimonial-slider.icon-img-left-content .eael-testimonial-text > p,
1259
- .eael-testimonial-slider.icon-img-right-content .eael-testimonial-text > p {
1260
- margin: 0px;
 
 
 
 
1261
  }
1262
-
1263
- /*--- Left align ---*/
1264
- .icon-img-left-content .eael-testimonial-image {
1265
- float: left;
1266
- width: 30%;
1267
  }
1268
-
1269
- .icon-img-left-content .eael-testimonial-content {
1270
- float: left;
1271
- width: 70%;
1272
- text-align: left;
 
 
 
 
1273
  }
1274
-
1275
- .icon-img-left-content.eael-testimonial-item {
1276
- overflow: hidden;
1277
- position: relative;
 
 
 
 
 
1278
  }
1279
-
1280
- .icon-img-left-content .eael-testimonial-quote {
1281
- position: absolute;
1282
- right: 0;
 
 
 
 
1283
  }
1284
-
1285
- .icon-img-left-content .eael-testimonial-text {
1286
- margin-top: 0;
1287
  }
1288
-
1289
- /*--- Center align ---*/
1290
- .eael-testimonial-align-centered .eael-testimonial-user,
1291
- .eael-testimonial-align-centered .eael-testimonial-user-company {
1292
- float: none;
1293
- text-align: center;
1294
  }
1295
-
1296
- .eael-testimonial-align-centered .eael-testimonial-image > figure img {
1297
- display: block;
1298
- margin-left: auto !important;
1299
- margin-right: auto !important;
1300
  }
1301
 
1302
- /* .eael-testimonial-align-centered .testimonial-star-rating{
1303
- text-align: center;
1304
- } */
1305
- /*--- Right align ---*/
1306
- .icon-img-right-content .eael-testimonial-image {
1307
- float: right;
1308
- width: 30%;
1309
  }
1310
 
1311
- .icon-img-right-content .eael-testimonial-content {
1312
- float: right;
1313
- width: 70%;
1314
- text-align: right;
 
 
1315
  }
1316
-
1317
- .icon-img-right-content.eael-testimonial-item {
1318
- overflow: hidden;
1319
- position: relative;
1320
  }
1321
-
1322
- .icon-img-right-content .eael-testimonial-quote {
1323
- position: absolute;
1324
  }
1325
-
1326
- .icon-img-right-content .eael-testimonial-text {
1327
- margin-top: 0;
 
 
 
 
 
 
 
 
 
1328
  }
1329
-
1330
- .eael-testimonial-item {
1331
- position: relative;
1332
  }
1333
-
1334
- .classic-style.testimonial-alignment-center .eael-testimonial-image,
1335
- .default-style.testimonial-alignment-center .eael-testimonial-image {
1336
- text-align: center;
1337
  }
1338
-
1339
- .classic-style.testimonial-alignment-right .eael-testimonial-image,
1340
- .default-style.testimonial-alignment-right .eael-testimonial-image {
1341
- text-align: right;
1342
  }
1343
-
1344
- .classic-style.testimonial-alignment-center .eael-testimonial-image > figure,
1345
- .default-style.testimonial-alignment-center .eael-testimonial-image > figure {
1346
- text-align: center;
1347
  }
1348
-
1349
- .eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-centered .eael-testimonial-content {
1350
- text-align: center;
 
 
1351
  }
1352
-
1353
- .eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-left .eael-testimonial-content {
1354
- text-align: left;
1355
  }
1356
-
1357
- .eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-right .eael-testimonial-content {
1358
- text-align: right;
1359
  }
1360
-
1361
- .eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-centered .eael-testimonial-content {
1362
- text-align: center;
 
 
 
 
 
1363
  }
1364
 
1365
- .eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-left .eael-testimonial-content {
1366
- text-align: left;
 
 
1367
  }
1368
 
1369
- .eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-right .eael-testimonial-content {
1370
- text-align: right;
1371
  }
1372
 
1373
- span.eael-testimonial-quote {
1374
- position: absolute;
1375
- right: 10px;
1376
- top: 10px;
1377
- }
1378
 
1379
- /*--- Image align ---*/
1380
- .eael-testimonial-item.left .eael-testimonial-image {
1381
- text-align: left;
1382
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1383
 
1384
- .eael-testimonial-item.center .eael-testimonial-image {
1385
- text-align: center;
1386
- }
 
 
 
 
1387
 
1388
- .eael-testimonial-item.right .eael-testimonial-image {
1389
- text-align: right;
1390
- }
 
 
 
 
 
 
 
 
 
 
 
1391
 
1392
- /*--- Float title image style ---*/
1393
- .eael-testimonial-inline-bio .eael-testimonial-image {
1394
- float: left;
1395
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
1396
 
1397
- .eael-testimonial-inline-bio .bio-text {
1398
- padding-top: 10px;
 
 
 
 
 
 
 
 
1399
  }
1400
-
1401
- .eael-testimonial-content.eael-testimonial-inline-bio {
1402
- overflow: hidden;
1403
- margin-bottom: 0;
1404
- padding-bottom: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1405
  }
1406
 
1407
- .eael-testimonial-inline-bio .testimonial-star-rating,
1408
- .eael-testimonial-inline-bio .bio-text {
1409
  float: left;
1410
- width: 65%;
1411
  }
1412
 
1413
- .eael-testimonial-content.eael-testimonial-inline-bio {
1414
- text-align: left !important;
1415
  }
1416
 
1417
- /*--- Float inline style ---*/
1418
- .testimonial-inline-style .eael-testimonial-image {
1419
- float: left;
1420
- max-width: 100%;
1421
- padding: 0;
1422
- margin-right: 15px;
1423
  }
1424
 
1425
- .testimonial-inline-style {
1426
- overflow: hidden;
 
 
 
1427
  text-align: left;
1428
  }
1429
 
1430
- .content-top-icon-title-inline .eael-testimonial-text,
1431
- .content-top-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text {
1432
  text-align: left;
1433
  }
1434
 
1435
- .content-top-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
1436
- text-align: center;
 
1437
  }
1438
 
1439
- .content-top-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
1440
  text-align: right;
 
1441
  }
1442
 
1443
- .content-bottom-icon-title-inline .eael-testimonial-text,
1444
- .content-bottom-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text {
1445
- text-align: left;
1446
  }
1447
 
1448
- .content-bottom-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
1449
  text-align: center;
1450
  }
1451
 
1452
- .content-bottom-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
1453
- text-align: right;
 
 
 
 
1454
  }
1455
 
1456
- /*--------------------------*/
1457
- /* 09. Product Styles
1458
- /*--------------------------*/
1459
- .eael-product-grid .woocommerce ul.products,
1460
- .eael-post-grid .woocommerce ul.products {
1461
- display: grid;
1462
- grid-gap: 25px;
1463
- margin: 0 !important;
1464
- padding: 0 !important;
1465
  }
1466
- .eael-product-grid .woocommerce ul.products:before, .eael-product-grid .woocommerce ul.products:after,
1467
- .eael-post-grid .woocommerce ul.products:before,
1468
- .eael-post-grid .woocommerce ul.products:after {
1469
- display: none;
1470
  }
1471
- .eael-product-grid .woocommerce ul.products .product,
1472
- .eael-post-grid .woocommerce ul.products .product {
1473
- width: 100%;
1474
- margin: 0;
1475
- padding: 0;
 
1476
  }
1477
- .eael-product-grid .woocommerce ul.products.eael-product-columns-1,
1478
- .eael-post-grid .woocommerce ul.products.eael-product-columns-1 {
1479
- grid-template-columns: 100%;
1480
  }
1481
- .eael-product-grid .woocommerce ul.products.eael-product-columns-2,
1482
- .eael-post-grid .woocommerce ul.products.eael-product-columns-2 {
1483
- grid-template-columns: repeat(2, 1fr);
 
1484
  }
1485
- @media screen and (max-width: 480px) {
1486
- .eael-product-grid .woocommerce ul.products.eael-product-columns-2,
1487
- .eael-post-grid .woocommerce ul.products.eael-product-columns-2 {
1488
- grid-template-columns: repeat(1, 1fr);
1489
- }
1490
  }
1491
- .eael-product-grid .woocommerce ul.products.eael-product-columns-3,
1492
- .eael-post-grid .woocommerce ul.products.eael-product-columns-3 {
1493
- grid-template-columns: repeat(3, 1fr);
1494
  }
1495
- @media screen and (max-width: 767px) {
1496
- .eael-product-grid .woocommerce ul.products.eael-product-columns-3,
1497
- .eael-post-grid .woocommerce ul.products.eael-product-columns-3 {
1498
- grid-template-columns: repeat(2, 1fr);
1499
- }
 
 
1500
  }
1501
- @media screen and (max-width: 480px) {
1502
- .eael-product-grid .woocommerce ul.products.eael-product-columns-3,
1503
- .eael-post-grid .woocommerce ul.products.eael-product-columns-3 {
1504
- grid-template-columns: repeat(1, 1fr);
1505
- }
1506
  }
1507
- .eael-product-grid .woocommerce ul.products.eael-product-columns-4,
1508
- .eael-post-grid .woocommerce ul.products.eael-product-columns-4 {
1509
- grid-template-columns: repeat(4, 1fr);
 
 
 
 
 
 
1510
  }
1511
- @media screen and (max-width: 767px) {
1512
- .eael-product-grid .woocommerce ul.products.eael-product-columns-4,
1513
- .eael-post-grid .woocommerce ul.products.eael-product-columns-4 {
1514
- grid-template-columns: repeat(2, 1fr);
1515
- }
1516
  }
1517
- @media screen and (max-width: 480px) {
1518
- .eael-product-grid .woocommerce ul.products.eael-product-columns-4,
1519
- .eael-post-grid .woocommerce ul.products.eael-product-columns-4 {
1520
- grid-template-columns: repeat(1, 1fr);
1521
- }
 
 
 
 
1522
  }
1523
- .eael-product-grid .woocommerce ul.products.eael-product-columns-5,
1524
- .eael-post-grid .woocommerce ul.products.eael-product-columns-5 {
1525
- grid-template-columns: repeat(5, 1fr);
 
 
 
1526
  }
1527
- @media screen and (max-width: 767px) {
1528
- .eael-product-grid .woocommerce ul.products.eael-product-columns-5,
1529
- .eael-post-grid .woocommerce ul.products.eael-product-columns-5 {
1530
- grid-template-columns: repeat(2, 1fr);
1531
- }
1532
  }
1533
- @media screen and (max-width: 480px) {
1534
- .eael-product-grid .woocommerce ul.products.eael-product-columns-5,
1535
- .eael-post-grid .woocommerce ul.products.eael-product-columns-5 {
1536
- grid-template-columns: repeat(1, 1fr);
1537
- }
1538
  }
1539
- .eael-product-grid .woocommerce ul.products.eael-product-columns-6,
1540
- .eael-post-grid .woocommerce ul.products.eael-product-columns-6 {
1541
- grid-template-columns: repeat(6, 1fr);
 
 
1542
  }
1543
- @media screen and (max-width: 767px) {
1544
- .eael-product-grid .woocommerce ul.products.eael-product-columns-6,
1545
- .eael-post-grid .woocommerce ul.products.eael-product-columns-6 {
1546
- grid-template-columns: repeat(2, 1fr);
1547
  }
1548
- }
1549
- @media screen and (max-width: 480px) {
1550
- .eael-product-grid .woocommerce ul.products.eael-product-columns-6,
1551
- .eael-post-grid .woocommerce ul.products.eael-product-columns-6 {
1552
- grid-template-columns: repeat(1, 1fr);
1553
  }
1554
  }
1555
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,
1556
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product,
1557
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product {
1558
- position: relative;
1559
- float: left;
1560
- overflow: hidden;
1561
- text-align: center;
1562
- padding: 0;
1563
- border-radius: 0;
1564
- background-color: #fff;
1565
- box-shadow: none;
1566
  }
1567
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product a, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a,
1568
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product a,
1569
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a {
1570
- text-decoration: none;
1571
  }
1572
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product a:hover, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a:hover,
1573
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product a:hover,
1574
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a:hover {
1575
- outline: none;
1576
- box-shadow: none;
1577
  }
1578
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product img, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product img,
1579
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product img,
1580
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product img {
1581
- width: 100%;
1582
- height: auto;
1583
- backface-visibility: hidden;
1584
  }
1585
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title,
1586
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,
1587
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title {
1588
- font-size: 16px;
1589
- font-weight: 700;
1590
- line-height: 1;
1591
- color: #333;
1592
- margin: 25px 0 12px;
1593
- padding: 0;
1594
  }
1595
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .onsale, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .onsale,
1596
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .onsale,
1597
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .onsale {
1598
- display: block;
1599
- line-height: 170px;
1600
- font-size: 13px;
1601
- text-align: center;
1602
- letter-spacing: 0;
1603
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
1604
- text-transform: uppercase;
1605
- color: #fff;
1606
- background-color: #ff2a13;
1607
- border-radius: 0;
1608
- border: none;
1609
- box-shadow: none;
1610
- position: absolute;
1611
- height: 100px;
1612
- width: 200px;
1613
- z-index: 1;
1614
- left: -100px;
1615
- top: -50px;
1616
- right: auto;
1617
- margin: 0;
1618
- padding: 0;
1619
- transform: rotate(-45deg);
1620
  }
1621
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price,
1622
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price,
1623
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price {
1624
- font-size: 14px;
1625
- margin-bottom: 0;
1626
  }
1627
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price del, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price del,
1628
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price del,
1629
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price del {
1630
- opacity: 0.5;
1631
- display: inline-block;
1632
  }
1633
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price ins, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price ins,
1634
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price ins,
1635
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price ins {
1636
- font-weight: 400;
1637
- background-color: transparent;
1638
- color: #ff2a13;
1639
  }
1640
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .star-rating, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating,
1641
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,
1642
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating {
1643
- display: block;
1644
- float: none;
1645
- font-size: 14px;
1646
- margin: 10px auto;
1647
  }
1648
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
1649
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,
1650
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button {
1651
- display: block;
1652
- font-size: 14px;
1653
- font-weight: 400;
1654
- line-height: 38px;
1655
- text-align: center;
1656
- text-transform: uppercase;
1657
- color: #fff;
1658
- background-color: #333;
1659
  padding: 0;
1660
- margin: 15px;
1661
- border-radius: 0;
1662
  }
1663
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus,
1664
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,
1665
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus {
1666
- outline: none;
1667
  }
1668
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,
1669
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,
1670
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart {
1671
  display: block;
1672
- margin: 0 0 15px 0;
1673
- padding: 0;
1674
- font-size: 14px;
1675
- line-height: 1;
1676
- text-transform: capitalize;
1677
- color: #333;
1678
- background-color: transparent;
 
 
 
 
1679
  }
1680
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product,
1681
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product {
1682
- border: 1px solid #eee;
1683
  }
1684
- .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,
1685
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product {
1686
- border: 1px solid transparent;
 
 
1687
  }
1688
- .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
1689
- .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,
1690
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
1691
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart {
1692
- visibility: hidden;
1693
- transition: none;
1694
  }
1695
- .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover,
1696
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover {
1697
- border: 1px solid #eee;
 
 
 
 
 
 
1698
  }
1699
- .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,
1700
- .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart,
1701
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,
1702
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart {
1703
- visibility: visible;
 
1704
  }
1705
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product,
1706
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product {
1707
- position: relative;
1708
- float: left;
1709
- overflow: hidden;
 
 
 
1710
  text-align: center;
1711
- padding: 0 0 15px 0;
1712
- border-radius: 0;
1713
- background-color: #fff;
1714
- box-shadow: none;
1715
- }
1716
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a,
1717
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a {
1718
- text-decoration: none;
1719
- }
1720
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a:hover,
1721
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a:hover {
1722
- outline: none;
1723
- box-shadow: none;
1724
  }
1725
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product img,
1726
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product img {
1727
- width: 100%;
1728
- height: auto;
1729
- margin: 0;
1730
- backface-visibility: hidden;
1731
  }
1732
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay,
1733
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay {
 
1734
  position: relative;
1735
- overflow: hidden;
1736
- line-height: 0;
1737
  }
1738
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap,
1739
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap {
1740
  position: absolute;
1741
- top: 50%;
1742
- left: 0;
1743
- right: 0;
1744
- text-align: center;
1745
- transform: translateY(-50%);
1746
  }
1747
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,
1748
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
1749
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,
1750
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,
1751
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
1752
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart {
1753
- display: inline-block;
1754
- font-size: 14px;
1755
- line-height: 38px;
1756
- text-align: center;
1757
- color: #fff;
1758
- background-color: #333;
1759
- width: 38px;
1760
- height: 38px;
1761
- border-style: none;
1762
- border-radius: 50%;
1763
- vertical-align: middle;
1764
- padding: 0;
1765
- margin: 0 5px;
1766
- transform: translateY(20px);
1767
- opacity: 0;
1768
- transition: transform 200ms, opacity 300ms;
1769
- }
1770
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,
1771
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,
1772
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,
1773
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,
1774
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,
1775
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus {
1776
- outline: none;
1777
  }
1778
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
1779
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button {
1780
- font-size: 0;
1781
  }
1782
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before,
1783
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before {
1784
- display: none;
1785
  }
1786
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after,
1787
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after {
1788
- content: "\f217";
1789
- font: normal normal normal 14px/1 FontAwesome;
1790
- font-size: 14px;
1791
- line-height: 38px;
1792
- text-rendering: auto;
1793
- -webkit-font-smoothing: antialiased;
1794
- vertical-align: middle;
1795
- margin: 0;
1796
  padding: 0;
1797
- }
1798
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before,
1799
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before {
1800
- display: none;
1801
- }
1802
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after,
1803
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after {
1804
- content: "\f110";
1805
- display: inline-block;
1806
- font: normal normal normal 14px/1 FontAwesome;
1807
- font-size: 14px;
1808
- line-height: 38px;
1809
- color: #fff;
1810
- height: auto;
1811
- width: auto;
1812
- position: relative;
1813
- top: 0;
1814
- left: 0;
1815
  margin: 0;
1816
- padding: 0;
1817
- }
1818
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,
1819
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart {
1820
- font-size: 0;
1821
- }
1822
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after,
1823
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after {
1824
- content: "\f06e";
1825
- font: normal normal normal 14px/1 FontAwesome;
1826
  font-size: 14px;
1827
- line-height: 38px;
1828
- color: #fff;
1829
- text-rendering: auto;
1830
- -webkit-font-smoothing: antialiased;
1831
- vertical-align: middle;
1832
- margin: 0;
1833
- padding: 0;
1834
- }
1835
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title,
1836
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title {
1837
- font-size: 16px;
1838
- font-weight: 700;
1839
- line-height: 1;
1840
- color: #333;
1841
- margin: 25px 0 12px;
1842
- padding: 0;
1843
  }
1844
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .onsale,
1845
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .onsale {
1846
- display: block;
1847
- line-height: 170px;
1848
- font-size: 13px;
1849
- text-align: center;
1850
- letter-spacing: 0;
1851
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
1852
- text-transform: uppercase;
1853
  color: #fff;
1854
- background-color: #ff2a13;
1855
- border-radius: 0;
1856
- border: none;
1857
- box-shadow: none;
1858
- position: absolute;
1859
- height: 100px;
1860
- width: 200px;
1861
- z-index: 1;
1862
- left: -100px;
1863
- top: -50px;
1864
- right: auto;
1865
- margin: 0;
1866
- padding: 0;
1867
- transform: rotate(-45deg);
1868
- }
1869
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price,
1870
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price {
1871
- font-size: 14px;
1872
- margin-bottom: 0;
1873
  }
1874
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price del,
1875
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price del {
1876
- opacity: 0.5;
1877
- display: inline-block;
1878
  }
1879
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price ins,
1880
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price ins {
1881
- font-weight: 400;
1882
- background-color: transparent;
1883
- color: #ff2a13;
1884
  }
1885
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating,
1886
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating {
1887
- display: block;
1888
- float: none;
1889
- font-size: 14px;
1890
- margin: 10px auto;
1891
  }
1892
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,
1893
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button,
1894
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,
1895
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button {
1896
- opacity: 1;
1897
- transform: translateY(0);
1898
  }
1899
-
1900
- /*--------------------------------*/
1901
- /* 11. Contact Form 7 Styles
1902
- /*--------------------------------*/
1903
- .eael-contact-form.eael-contact-form-align-center,
1904
- .eael-contact-form-7.eael-contact-form-btn-align-center input.wpcf7-submit {
1905
- margin-left: auto !important;
1906
- margin-right: auto !important;
1907
- display: block;
1908
- float: none;
1909
  }
1910
-
1911
- .eael-contact-form.eael-contact-form-align-left,
1912
- .eael-contact-form-7.eael-contact-form-btn-align-left input.wpcf7-submit {
1913
- float: left;
1914
- width: auto;
1915
  }
1916
-
1917
- .eael-contact-form.eael-contact-form-align-right,
1918
- .eael-contact-form-7.eael-contact-form-btn-align-right input.wpcf7-submit {
1919
- float: right;
1920
- width: auto;
1921
  }
1922
-
1923
- .eael-contact-form-7 textarea,
1924
- .eael-contact-form-7 input[type="text"],
1925
- .eael-contact-form-7 input[type="password"],
1926
- .eael-contact-form-7 input[type="datetime"],
1927
- .eael-contact-form-7 input[type="datetime-local"],
1928
- .eael-contact-form-7 input[type="date"],
1929
- .eael-contact-form-7 input[type="month"],
1930
- .eael-contact-form-7 input[type="time"],
1931
- .eael-contact-form-7 input[type="week"],
1932
- .eael-contact-form-7 input[type="number"],
1933
- .eael-contact-form-7 input[type="email"],
1934
- .eael-contact-form-7 input[type="url"],
1935
- .eael-contact-form-7 input[type="search"],
1936
- .eael-contact-form-7 input[type="tel"],
1937
- .eael-contact-form-7 input[type="color"],
1938
- .eael-contact-form-7 .uneditable-input {
1939
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
1940
- transition: border linear 0.2s, box-shadow linear 0.2s;
1941
  }
1942
-
1943
- .eael-contact-form-7 .wpcf7-form::before,
1944
- .eael-contact-form-7 .wpcf7-form::after {
1945
- content: " ";
1946
- clear: both;
1947
- display: table;
1948
  }
1949
-
1950
- .eael-contact-form-7 .wpcf7-form:after {
1951
- clear: both;
1952
  content: "";
1953
- font-size: 0;
1954
- height: 0;
1955
  display: block;
1956
- visibility: hidden;
1957
  }
1958
-
1959
- .eael-contact-form-7 .wpcf7-form label,
1960
- .eael-contact-form-7 .wpcf7-form .wpcf7-form-control-wrap {
1961
- display: block;
 
 
 
1962
  }
1963
-
1964
- .eael-contact-form-7 .wpcf7-form p {
1965
- margin-bottom: 0;
 
 
 
 
 
1966
  }
1967
-
1968
- .eael-contact-form-7.labels-hide .wpcf7-form label {
1969
  display: none;
1970
  }
1971
-
1972
- .eael-contact-form-7-title {
1973
- margin-bottom: 10px;
1974
- }
1975
-
1976
- .eael-contact-form-7-description {
1977
- margin-bottom: 20px;
1978
- }
1979
-
1980
- .eael-contact-form-7-button-full-width .wpcf7-form-control.wpcf7-submit {
1981
- width: 100%;
1982
- }
1983
-
1984
- /*----------------------*/
1985
- /* 12. weForm Styles
1986
- /*----------------------*/
1987
- .eael-weform-container input,
1988
- .eael-weform-container textarea {
1989
- height: auto;
1990
- padding: 10px;
1991
- }
1992
-
1993
- .eael-contact-form-align-center .eael-weform-container,
1994
- .eael-contact-form-btn-align-center .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
1995
- margin-left: auto !important;
1996
- margin-right: auto !important;
1997
- display: block;
1998
- float: none;
1999
- }
2000
-
2001
- .eael-contact-form-align-left .eael-weform-container,
2002
- .eael-contact-form-btn-align-left .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
2003
- float: left;
2004
- width: auto;
2005
  }
2006
-
2007
- .eael-contact-form-align-right .eael-weform-container,
2008
- .eael-contact-form-btn-align-right .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
2009
- float: right;
2010
- width: auto;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2011
  }
2012
-
2013
- .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="text"],
2014
- .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="password"],
2015
- .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="email"],
2016
- .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="url"],
2017
- .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="number"],
2018
- .eael-weform-container ul.wpuf-form li .wpuf-fields textarea {
2019
- max-width: 100%;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2020
  }
2021
-
2022
- /*----------------------*/
2023
- /* 13. Ninja Form Styles
2024
- /*----------------------*/
2025
- .eael-ninja-container input,
2026
- .eael-ninja-container textarea {
2027
- height: auto;
2028
- padding: 10px;
 
 
 
 
2029
  }
2030
-
2031
- .eael-contact-form-align-center .eael-ninja-container,
2032
- .eael-contact-form-btn-align-center .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
2033
- margin-left: auto !important;
2034
- margin-right: auto !important;
2035
- display: block;
2036
- float: none;
2037
  }
2038
-
2039
- .eael-contact-form-align-left .eael-ninja-container,
2040
- .eael-contact-form-btn-align-left .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
2041
- float: left;
2042
- width: auto;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2043
  }
2044
-
2045
- .eael-contact-form-align-right .eael-ninja-container,
2046
- .eael-contact-form-btn-align-right .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
2047
- float: right;
2048
- width: auto;
 
 
2049
  }
2050
-
2051
- .eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="text"],
2052
- .eael-ninja-container .nf-field .nf-field-element input[type="password"],
2053
- .eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="email"],
2054
- .eael-ninja-container .nf-field .nf-field-element input[type="url"],
2055
- .eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="number"],
2056
- .eael-ninja-container .nf-field .nf-field-element textarea {
2057
- max-width: 100%;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2058
  }
2059
-
2060
- .eael-ninja-form .nf-form-title {
2061
- display: none;
 
 
 
 
2062
  }
2063
-
2064
- .eael-ninja-form-title-yes .nf-form-title {
2065
- display: block;
 
 
 
 
 
 
 
 
 
 
 
 
2066
  }
2067
-
2068
- .eael-ninja-form .title-description-hide .nf-form-title {
2069
- display: none;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2070
  }
2071
-
2072
- .eael-ninja-form.title-description-hide .nf-form-title {
2073
- display: none;
 
 
 
 
 
 
 
 
 
 
2074
  }
2075
-
2076
- .eael-ninja-form .nf-field-label {
2077
- display: none;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2078
  }
2079
-
2080
- .eael-ninja-form-labels-yes .nf-field-label {
2081
- display: block;
 
 
 
 
 
 
 
 
 
 
2082
  }
2083
-
2084
- .eael-ninja-form .submit-container input[type=button] {
2085
- border: 0;
2086
- border-radius: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2087
  }
2088
-
2089
- .eael-ninja-form-button-full-width .submit-container input[type=button] {
2090
- width: 100%;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2091
  }
2092
 
2093
- /*----------------------*/
2094
- /* 14. Gravity Form
2095
- /*----------------------*/
2096
- .eael-gravity-form-align-default,
2097
- .eael-gravity-form-align-left,
2098
- .eael-gravity-form-btn-align-left {
2099
- text-align: left;
2100
  }
2101
 
2102
- .eael-gravity-form-align-right,
2103
- .eael-gravity-form-btn-align-right {
2104
- text-align: right;
2105
  }
2106
 
2107
- .eael-gravity-form-align-center,
2108
- .eael-gravity-form-btn-align-center {
 
2109
  text-align: center;
2110
  }
2111
 
2112
- .eael-gravity-form .gform_wrapper .gform_footer {
2113
- margin: 0;
2114
- padding: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2115
  }
2116
 
2117
- .gform_wrapper form li,
2118
- .gform_wrapper li {
2119
  list-style: none;
 
 
 
2120
  }
2121
 
2122
- .eael-gravity-form .gform_wrapper ul.gform_fields li.gfield {
2123
- padding: 0;
 
 
 
 
2124
  }
2125
 
2126
- .eael-gravity-form .gform_wrapper textarea {
2127
- padding: 0;
 
2128
  }
2129
 
2130
- .eael-gravity-form .gform_wrapper .gform_footer input.button,
2131
- .eael-gravity-form .gform_wrapper .gform_footer input[type=submit],
2132
- .eael-gravity-form .gform_wrapper .gform_page_footer input.button,
2133
- .eael-gravity-form .gform_wrapper .gform_page_footer input[type=submit] {
2134
- margin: 0;
2135
  }
2136
 
2137
- .eael-gravity-form.title-description-hide .gform_heading {
2138
- display: none;
 
 
2139
  }
2140
 
2141
- .eael-gravity-form.labels-hide .gform_wrapper .top_label .gfield_label,
2142
- .eael-gravity-form.labels-hide .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2143
  display: none;
2144
  }
2145
 
2146
- .eael-gravity-form-button-full-width .gform_wrapper .gform_footer input[type="submit"] {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2147
  width: 100%;
 
2148
  }
2149
 
2150
- /*-----------------------------*/
2151
- /* 15. Post Grid Style
2152
- /*-----------------------------*/
2153
- .eael-post-grid {
2154
- margin: 0 -10px;
2155
  }
2156
 
2157
- .eael-grid-post {
2158
- float: left;
2159
- padding: 10px;
 
 
 
2160
  }
2161
 
2162
- .eael-post-carousel .eael-grid-post {
2163
- float: none;
2164
- padding: 0;
 
 
2165
  }
2166
 
2167
- .eael-grid-post-holder {
2168
- border: 1px solid rgba(0, 0, 0, 0.1);
 
 
 
2169
  }
2170
 
2171
- .eael-grid-post-holder-inner {
2172
- height: 100%;
 
 
 
2173
  }
2174
 
2175
- .eael-entry-media {
2176
- position: relative;
 
 
 
2177
  }
2178
 
2179
- .eael-entry-overlay {
2180
- position: absolute;
2181
- top: 0;
2182
- left: 0;
2183
- width: 100%;
2184
- height: 100%;
2185
- z-index: 2;
2186
- -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
2187
- -moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
2188
- transition: opacity 0.2s ease-in-out, transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
2189
  }
2190
 
2191
- .eael-entry-overlay > a {
2192
- position: absolute;
2193
- top: 0;
2194
- left: 0;
2195
- width: 100%;
2196
- height: 100%;
2197
- z-index: 3;
2198
  }
2199
 
2200
- .eael-entry-title {
2201
- margin: 10px 0 5px;
2202
- font-size: 1.2em;
 
 
2203
  }
2204
 
2205
- .eael-entry-thumbnail img {
2206
- width: 100%;
2207
- max-width: 100%;
2208
- vertical-align: middle;
 
2209
  }
2210
 
2211
- .eael-entry-thumbnail > img {
2212
- height: 100%;
 
 
 
2213
  }
2214
 
2215
- .eael-entry-footer .eael-author-avatar {
 
2216
  width: 50px;
 
 
 
 
 
 
 
 
 
 
 
2217
  }
2218
 
2219
- .eael-entry-footer .eael-author-avatar .avatar {
2220
- border-radius: 50%;
 
 
 
 
2221
  }
2222
 
2223
- .eael-post-grid .eael-entry-footer .eael-entry-meta {
2224
- padding-left: 8px;
2225
- text-align: left;
 
2226
  }
2227
 
2228
- .eael-grid-post .eael-entry-meta {
2229
- display: flex;
2230
- flex-direction: row;
 
2231
  }
2232
 
2233
- .eael-grid-post .eael-entry-footer .eael-entry-meta {
2234
- flex-direction: column;
 
 
 
 
2235
  }
2236
 
2237
- .eael-entry-meta > div {
2238
- font-size: 12px;
2239
- line-height: 1.2;
2240
- padding-bottom: 5px;
2241
  }
2242
 
2243
- .eael-grid-post-excerpt p {
2244
- margin: 0;
2245
- font-size: 14px;
2246
  }
2247
 
2248
- .eael-entry-meta .eael-entry-footer .eael-posted-by {
2249
- display: block;
 
 
 
 
 
 
 
2250
  }
2251
 
2252
- .eael-grid-post .eael-entry-wrapper,
2253
- .eael-grid-post .eael-entry-footer {
2254
  padding: 15px;
2255
  }
2256
 
2257
- .eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on {
2258
- padding-left: 5px;
 
 
 
 
 
 
2259
  }
2260
 
2261
- .eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on::before {
2262
- content: '\f111';
2263
- font-family: FontAwesome;
2264
- color: inherit;
2265
- opacity: .4;
2266
- font-size: .8em;
2267
- padding-right: 7px;
2268
  }
2269
 
2270
- .eael-load-more-button-wrap {
2271
- display: flex;
2272
  }
2273
 
2274
- .eael-load-more-button {
2275
- display: flex;
2276
- align-items: center;
2277
- justify-content: center;
2278
  }
2279
 
2280
- .eael-load-more-button {
2281
- padding: 1em 2em;
2282
- border: 0px solid;
2283
- font-size: 16px;
2284
- overflow: hidden;
2285
  }
2286
 
2287
- .eael-load-more-button .button__loader {
2288
- left: -100%;
2289
- top: auto;
2290
- margin-right: 5px;
2291
- transition: all .2s;
2292
  }
2293
 
2294
- .eael-load-more-button > span {
2295
- margin-left: -20px;
 
2296
  }
2297
 
2298
- .eael-load-more-button.button--loading > span {
2299
- margin-left: 0;
2300
  }
2301
 
2302
- .eael-load-more-button.button--loading .button__loader {
2303
- left: 0;
2304
  }
2305
 
2306
- .eael-btn-loader,
2307
- .eael-btn-loader:after {
2308
- border-radius: 50%;
2309
- width: 20px;
2310
- height: 20px;
2311
  }
2312
 
2313
- .eael-btn-loader {
2314
- font-size: 10px;
2315
- position: relative;
2316
- text-indent: -9999em;
2317
- border-top: 4px solid rgba(255, 255, 255, 0.2);
2318
- border-right: 4px solid rgba(255, 255, 255, 0.2);
2319
- border-bottom: 4px solid rgba(255, 255, 255, 0.2);
2320
- border-left: 4px solid #ffffff;
2321
- transform: translateZ(0);
2322
- animation: loaderSpin 1.1s infinite linear;
2323
  }
2324
 
2325
- @keyframes loaderSpin {
2326
- 0% {
2327
- transform: rotate(0deg);
2328
- }
2329
- 100% {
2330
- transform: rotate(360deg);
2331
- }
2332
- }
2333
- /*--- Post Grid Thumbnail Hover Effects ---*/
2334
- .eael-entry-medianone {
2335
- position: relative;
2336
- }
2337
-
2338
- .eael-entry-overlay {
2339
- display: flex;
2340
- align-items: center;
2341
- justify-content: center;
2342
  }
2343
 
2344
- .eael-entry-overlay > i {
2345
- color: #fff;
 
 
 
 
 
 
 
2346
  }
2347
 
2348
- /*--- fade in ---*/
2349
- .eael-entry-overlay.fade-in {
2350
- visibility: hidden;
2351
- opacity: 0;
2352
- transition: 300ms;
2353
  }
2354
 
2355
- .eael-entry-medianone:hover .eael-entry-overlay.fade-in {
2356
- visibility: visible;
2357
- opacity: 1;
2358
  }
2359
 
2360
- .eael-entry-medianone:hover .eael-entry-overlay.fade-in > i {
2361
- transform: translate(0);
2362
- opacity: 1;
2363
  }
2364
 
2365
- /*--- zoom in --- */
2366
- .eael-entry-overlay.zoom-in {
2367
- transform: scale(0.9);
2368
- visibility: hidden;
2369
- opacity: 0;
2370
- transition: 300ms;
2371
  }
2372
 
2373
- .eael-entry-medianone:hover .eael-entry-overlay.zoom-in {
2374
- visibility: visible;
2375
- opacity: 1;
2376
- transform: scale(1);
2377
  }
2378
 
2379
- /*--- slide up ---*/
2380
- .eael-entry-overlay.slide-up {
2381
- transform: translateY(100%);
2382
- visibility: hidden;
2383
- opacity: 0;
2384
- transition: 300ms;
2385
  }
2386
 
2387
- .eael-entry-medianone:hover .eael-entry-overlay.slide-up {
2388
- transform: translateY(0);
2389
- visibility: visible;
2390
- opacity: 1;
 
 
 
 
2391
  }
2392
 
2393
- .eael-entry-medianone {
2394
- overflow: hidden;
 
 
 
2395
  }
2396
 
2397
- /*--- Post Grid & Carousel Hover Styles ---*/
2398
- .eael-entry-media.grid-hover-style-fade-in .eael-entry-overlay {
2399
- opacity: 0;
 
 
2400
  }
2401
 
2402
- .eael-entry-media.grid-hover-style-fade-in:hover .eael-entry-overlay {
2403
- opacity: 1;
 
 
 
2404
  }
2405
 
2406
- .eael-entry-media.grid-hover-style-none .eael-entry-overlay {
2407
- display: none;
2408
  }
2409
 
2410
- .eael-entry-media.grid-hover-style-zoom-in .eael-entry-overlay {
2411
- transform: scale(0.4);
2412
- opacity: 0;
2413
  }
2414
 
2415
- .eael-entry-media.grid-hover-style-zoom-in:hover .eael-entry-overlay {
2416
- transform: scale(1);
2417
- opacity: 1;
 
2418
  }
2419
 
2420
- .eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay {
2421
- transform: translateY(-100%);
 
 
 
2422
  }
2423
 
2424
- .eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay > i {
2425
- transform: translateY(-100px);
2426
- transition-delay: 100ms;
2427
- transition-duration: 300ms;
2428
  }
2429
 
2430
- .eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay {
2431
- transform: translate(0);
 
 
 
2432
  }
2433
 
2434
- .eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay > i {
2435
- transform: translateY(0);
 
 
 
 
 
 
 
 
 
2436
  }
2437
 
2438
- .eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay {
2439
- transform: translateY(100%);
2440
  visibility: hidden;
2441
  opacity: 0;
 
 
 
 
 
 
 
 
 
 
 
2442
  }
2443
 
2444
- .eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay > i {
2445
- transform: translateY(100px);
2446
- transition-delay: 100ms;
2447
- transition-duration: 300ms;
2448
- }
2449
-
2450
- .eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay {
2451
- transform: translate(0);
2452
- visibility: visible;
2453
  opacity: 1;
 
2454
  }
2455
 
2456
- .eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay > i {
2457
- transform: translateY(0);
 
 
2458
  }
2459
 
2460
- /*--- Post Grid Column Styles ---*/
2461
- .eael-col-1 .eael-post-grid-column {
2462
- float: none;
2463
- width: 100%;
 
 
 
2464
  }
2465
 
2466
- .eael-col-2 .eael-post-grid-column {
2467
- float: left;
2468
- width: 50%;
2469
  }
2470
 
2471
- .eael-col-3 .eael-post-grid-column {
2472
- float: left;
2473
- width: 33.3333%;
 
 
 
 
2474
  }
2475
 
2476
- .eael-col-4 .eael-post-grid-column {
2477
- float: left;
2478
- width: 25%;
 
 
 
 
2479
  }
2480
 
2481
- .eael-col-5 .eael-post-grid-column {
2482
- float: left;
2483
- width: 20%;
 
 
 
 
2484
  }
2485
 
2486
- .eael-col-6 .eael-post-grid-column {
2487
- float: left;
2488
- width: 16.6666%;
 
 
 
 
2489
  }
2490
 
2491
- @media only screen and (max-width: 979px) {
2492
- .eael-col-1 .eael-post-grid-column,
2493
- .eael-col-2 .eael-post-grid-column,
2494
- .eael-col-3 .eael-post-grid-column,
2495
- .eael-col-4 .eael-post-grid-column,
2496
- .eael-col-5 .eael-post-grid-column,
2497
- .eael-col-6 .eael-post-grid-column {
2498
- width: 33.3333%;
2499
- }
2500
- }
2501
- @media only screen and (max-width: 767px) {
2502
- .eael-col-1 .eael-post-grid-column,
2503
- .eael-col-2 .eael-post-grid-column,
2504
- .eael-col-3 .eael-post-grid-column,
2505
- .eael-col-4 .eael-post-grid-column,
2506
- .eael-col-5 .eael-post-grid-column,
2507
- .eael-col-6 .eael-post-grid-column {
2508
- width: 50%;
2509
- }
2510
- }
2511
- @media only screen and (max-width: 480px) {
2512
- .eael-col-1 .eael-post-grid-column,
2513
- .eael-col-2 .eael-post-grid-column,
2514
- .eael-col-3 .eael-post-grid-column,
2515
- .eael-col-4 .eael-post-grid-column,
2516
- .eael-col-5 .eael-post-grid-column,
2517
- .eael-col-6 .eael-post-grid-column {
2518
- float: none;
2519
- width: 100%;
2520
- }
2521
- }
2522
- .eael-author-avatar > a {
2523
- display: block;
2524
  }
2525
 
2526
- .eael-entry-footer {
2527
- overflow: hidden;
2528
- display: flex;
 
 
 
2529
  }
2530
 
2531
- .eael-entry-footer > div {
2532
- display: inline-block;
2533
- float: left;
 
2534
  }
2535
 
2536
- /* ------------------------ */
2537
- /* 17. Infobox Style
2538
- /* ------------------------ */
2539
- /*--- Image/Icon On Top ---*/
2540
- .eael-infobox .infobox-icon {
2541
- height: auto;
2542
  }
2543
 
2544
- .eael-infobox .infobox-icon .infobox-icon-wrap {
2545
- display: block;
 
 
 
 
2546
  width: 100%;
2547
- height: auto;
2548
- transition: .3s;
2549
- }
2550
-
2551
- .eael-infobox .infobox-icon .infobox-icon-wrap i {
2552
- transition: .3s;
2553
- }
2554
-
2555
- /*--- For Content Alignment ---*/
2556
- .eael-infobox-content-align-left .eael-infobox .infobox-icon,
2557
- .eael-infobox-content-align-left .eael-infobox .infobox-content,
2558
- .eael-infobox-content-align-left .eael-infobox .infobox-button {
2559
- text-align: left;
2560
- }
2561
-
2562
- .eael-infobox-content-align-right .eael-infobox .infobox-icon,
2563
- .eael-infobox-content-align-right .eael-infobox .infobox-content,
2564
- .eael-infobox-content-align-right .eael-infobox .infobox-button {
2565
- text-align: right;
2566
- }
2567
-
2568
- .eael-infobox-content-align-center .eael-infobox .infobox-icon,
2569
- .eael-infobox-content-align-center .eael-infobox .infobox-content,
2570
- .eael-infobox-content-align-center .eael-infobox .infobox-button {
2571
- text-align: center;
2572
- }
2573
-
2574
- /*--- For icon background shape ---*/
2575
- .eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap,
2576
- .eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
2577
- .eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap {
2578
- width: 90px;
2579
- height: 90px;
2580
- text-align: center;
2581
- }
2582
-
2583
- .eael-infobox-icon-hover-bg-shape-square:hover .infobox-icon .infobox-icon-wrap {
2584
- border-radius: 0;
2585
  }
2586
 
2587
- .eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
2588
- .eael-infobox-icon-hover-bg-shape-radius:hover .infobox-icon .infobox-icon-wrap {
2589
- border-radius: 15px;
 
 
 
 
2590
  }
2591
 
2592
- .eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap {
 
 
 
2593
  display: flex;
2594
- align-items: center;
2595
- justify-content: center;
 
 
 
 
 
 
2596
  }
2597
 
2598
- .eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap,
2599
- .eael-infobox-icon-hover-bg-shape-circle:hover .infobox-icon .infobox-icon-wrap {
2600
- border-radius: 50%;
 
2601
  }
2602
 
2603
- .eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap i,
2604
- .eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap i {
2605
- margin-top: 50%;
2606
- transform: translateY(-50%);
 
 
2607
  }
2608
 
2609
- /*--- Infobox Button ---*/
2610
- .eael-infobox .infobox-button a.eael-infobox-button {
2611
- display: inline-block;
2612
- padding: 5px 10px;
2613
- -webkit-transition: all 300ms ease-in-out 0s;
2614
- -o-transition: all 300ms ease-in-out 0s;
2615
- transition: all 300ms ease-in-out 0s;
2616
  }
2617
 
2618
- /*--- For icon bg shape alignment ---*/
2619
- .eael-infobox-content-align-left.eael-infobox-icon-bg-shape-square .infobox-icon,
2620
- .eael-infobox-content-align-left.eael-infobox-icon-bg-shape-radius .infobox-icon,
2621
- .eael-infobox-content-align-left.eael-infobox-icon-bg-shape-circle .infobox-icon {
 
 
 
 
 
2622
  display: flex;
2623
- justify-content: flex-start;
 
 
 
 
 
 
 
2624
  }
2625
 
2626
- .eael-infobox-content-align-center.eael-infobox-icon-bg-shape-square .infobox-icon,
2627
- .eael-infobox-content-align-center.eael-infobox-icon-bg-shape-radius .infobox-icon,
2628
- .eael-infobox-content-align-center.eael-infobox-icon-bg-shape-circle .infobox-icon {
2629
- display: flex;
2630
- justify-content: center;
 
2631
  }
2632
 
2633
- .eael-infobox-content-align-right.eael-infobox-icon-bg-shape-square .infobox-icon,
2634
- .eael-infobox-content-align-right.eael-infobox-icon-bg-shape-radius .infobox-icon,
2635
- .eael-infobox-content-align-right.eael-infobox-icon-bg-shape-circle .infobox-icon {
2636
- display: flex;
2637
- justify-content: flex-end;
2638
  }
2639
 
2640
- /*--- Image/Icon On Left ---*/
2641
- .eael-infobox.icon-on-left {
2642
- position: relative;
2643
- z-index: 0;
2644
  display: flex;
 
 
 
 
 
 
 
 
 
2645
  }
2646
 
2647
- .eael-infobox.icon-on-right .infobox-icon-wrap,
2648
- .eael-infobox.icon-on-left .infobox-icon-wrap {
2649
- justify-content: center;
2650
- display: flex !important;
2651
- align-items: center;
2652
- }
2653
 
2654
- .eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap {
2655
- background: none;
2656
- border: 0px;
2657
- text-align: left;
2658
- height: auto;
2659
- display: block;
2660
- }
2661
 
2662
- .eael-infobox .infobox-content p {
2663
- margin: 0 0 15px;
2664
- }
2665
 
2666
- .eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap i {
2667
- margin-top: 0px;
2668
- transform: translateY(0%);
2669
- }
2670
 
2671
- .eael-infobox.icon-on-left .infobox-content {
2672
- padding-left: 15px;
2673
- flex: 1 1 auto;
2674
- }
2675
 
2676
- .eael-infobox.icon-on-left .infobox-content .title {
2677
- line-height: 1;
2678
- margin: 0 0 10px 0;
2679
- }
2680
 
2681
- /*--- Image/Icon On Right ---*/
2682
- .eael-infobox.icon-on-right {
2683
- position: relative;
2684
- z-index: 0;
2685
- display: flex;
2686
- flex-direction: row-reverse;
2687
- }
2688
 
2689
- .eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap {
2690
- background: none;
2691
- border: 0px;
2692
- text-align: right;
2693
- width: auto;
2694
- height: auto;
2695
- display: block;
2696
- }
2697
 
2698
- .eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap i {
2699
- margin-top: 0px;
2700
- transform: translateY(0%);
2701
- }
2702
 
2703
- .eael-infobox.icon-on-right .infobox-content {
2704
- padding-right: 15px;
2705
- text-align: right;
2706
- flex: 1 1 auto;
2707
- box-sizing: border-box;
2708
- }
2709
 
2710
- .eael-infobox.icon-on-right .infobox-content .title {
2711
- line-height: 1;
2712
- margin: 0 0 10px 0;
2713
- }
2714
 
2715
- /*--- Imgae Circle On Top ---*/
2716
- .eael-infobox .infobox-icon img {
2717
- -webkit-transition: all 300ms ease-in-out 0s;
2718
- -o-transition: all 300ms ease-in-out 0s;
2719
- transition: all 300ms ease-in-out 0s;
2720
- }
2721
 
2722
- .eael-infobox-hover-img-shape-square:hover .eael-infobox .infobox-icon img {
2723
- border-radius: 0;
2724
- }
2725
 
2726
- .eael-infobox-shape-circle .eael-infobox .infobox-icon img,
2727
- .eael-infobox-hover-img-shape-circle:hover .eael-infobox .infobox-icon img {
2728
- border-radius: 50%;
2729
- }
2730
 
2731
- .eael-infobox-shape-radius .eael-infobox .infobox-icon img,
2732
- .eael-infobox-hover-img-shape-radius:hover .eael-infobox .infobox-icon img {
2733
- border-radius: 15px;
2734
- }
2735
 
2736
- /*---------------------------*/
2737
- /* 18. Flipbox Style
2738
- /*---------------------------*/
2739
- .eael-elements-flip-box-container {
2740
- position: relative;
2741
- height: 300px;
2742
- width: 100%;
2743
- }
2744
 
2745
- .eael-elements-flip-box-container .flipbox-button {
2746
- display: inline-block;
2747
- -webkit-transition: all 400ms;
2748
- -o-transition: all 400ms;
2749
- transition: all 400ms;
2750
- }
2751
 
2752
- .eael-elements-flip-box-container a {
2753
- display: block;
2754
- }
2755
 
2756
- .eael-elements-flip-box-vertical-align {
2757
- width: 100%;
2758
- }
2759
 
2760
- .eael-elements-flip-box-padding {
2761
- padding: 0px 30px 5px 30px;
2762
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2763
 
2764
  .eael-elements-flip-box-icon-image {
2765
  display: inline-block;
@@ -2776,7 +3322,8 @@ span.eael-testimonial-quote {
2776
  }
2777
 
2778
  .eael_flip_box_icon_border_round {
2779
- border-radius: 100px;
 
2780
  }
2781
 
2782
  .eael_eleements_flip_front_icon_style_background,
@@ -2806,9 +3353,13 @@ span.eael-testimonial-quote {
2806
  color: #ffffff;
2807
  border-color: #000000;
2808
  -webkit-display: flex;
 
 
2809
  display: flex;
2810
  -webkit-align-items: center;
2811
- align-items: center;
 
 
2812
  }
2813
 
2814
  .eael-elements-flip-box-content,
@@ -2831,9 +3382,14 @@ span.eael-testimonial-quote {
2831
  height: 100%;
2832
  background: #444444;
2833
  color: #ffffff;
 
 
 
2834
  display: flex;
2835
  -webkit-align-items: center;
2836
- align-items: center;
 
 
2837
  border-color: #000000;
2838
  }
2839
 
@@ -2867,51 +3423,66 @@ span.eael-testimonial-quote {
2867
 
2868
  /*--- CSS3 Transitions ---*/
2869
  .eael-elements-flip-box-container {
2870
- perspective: 1000px;
 
2871
  }
2872
 
2873
  .eael-elements-flip-box-front-container,
2874
  .eael-elements-flip-box-rear-container {
2875
- transition-duration: 500ms;
 
 
 
 
2876
  transition-property: all;
2877
- transition-timing-function: ease;
 
 
2878
  }
2879
 
2880
  .eael-elements-flip-box-flip-card {
2881
  width: 100%;
2882
  height: 100%;
2883
- transform-style: preserve-3d;
 
 
 
2884
  transition: all 500ms ease;
2885
  }
2886
 
2887
  .eael-elements-flip-box-rear-container,
2888
  .eael-elements-flip-box-front-container {
2889
- -moz-backface-visibility: hidden;
2890
  -webkit-backface-visibility: hidden;
2891
  backface-visibility: hidden;
2892
- transform: rotateX(0deg);
2893
- transform: rotateY(0deg);
 
 
2894
  }
2895
 
2896
  /*--- Flip ---*/
2897
  .eael-animate-flip.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
2898
  .eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container {
2899
- transform: rotateX(180deg);
 
2900
  }
2901
 
2902
  .eael-animate-flip.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
2903
  .eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
2904
- transform: rotateX(-180deg);
 
2905
  }
2906
 
2907
  .eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
2908
  .eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container {
2909
- transform: rotateY(-180deg);
 
2910
  }
2911
 
2912
  .eael-animate-flip.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
2913
  .eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container {
2914
- transform: rotateY(180deg);
 
2915
  }
2916
 
2917
  /*--- Slide ---*/
@@ -2989,19 +3560,25 @@ span.eael-testimonial-quote {
2989
  /*--- Zoom In ---*/
2990
  .eael-animate-zoom-in .eael-elements-flip-box-rear-container {
2991
  opacity: 0;
2992
- transform: scale(0.75);
 
 
2993
  z-index: 3;
2994
  }
2995
 
2996
  .eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
2997
  opacity: 1;
2998
- transform: scale(1);
 
 
2999
  }
3000
 
3001
  /*--- Zoom Out ---*/
3002
  .eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
3003
  opacity: 0;
3004
- transform: scale(0.75);
 
 
3005
  }
3006
 
3007
  .eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
@@ -3023,4238 +3600,29135 @@ span.eael-testimonial-quote {
3023
 
3024
  .eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,
3025
  .eael-flipbox-img-circle .flipbox-back-image-icon img {
3026
- border-radius: 50%;
 
3027
  overflow: hidden;
3028
  }
3029
 
3030
  /*--------------------------*/
3031
- /* 19. Call To Action
3032
- /*-------------------------*/
3033
- .eael-call-to-action {
3034
- width: 100%;
3035
- height: auto;
3036
- display: block;
3037
- padding: 30px;
3038
- font-size: 16px;
3039
- color: #4d4d4d;
3040
- font-weight: 400;
3041
- line-height: 27px;
3042
- margin: 0 auto;
3043
- }
3044
-
3045
- .eael-call-to-action p {
3046
- margin-bottom: 10px;
3047
  }
3048
 
3049
- .eael-call-to-action .title {
3050
- font-size: 36px;
3051
- font-weight: 600;
3052
- line-height: 36px;
3053
- margin-bottom: 10px;
3054
- text-transform: capitalize;
3055
- font-style: normal;
 
 
 
 
 
 
 
3056
  }
3057
 
3058
- .eael-call-to-action.cta-center {
 
 
 
 
3059
  text-align: center;
3060
  }
3061
 
3062
- .eael-call-to-action.cta-right {
3063
- text-align: right;
3064
- }
3065
-
3066
- .eael-call-to-action.cta-left {
3067
- text-align: left;
3068
  }
3069
 
3070
- .eael-call-to-action.bg-lite {
3071
- background: #f4f4f4;
 
3072
  }
3073
 
3074
- .eael-call-to-action.bg-img {
3075
- background-image: url("../img/bg.jpg");
3076
- background-repeat: no-repeat;
3077
- background-position: center;
3078
- background-size: cover;
3079
- position: relative;
3080
- z-index: 0;
3081
- color: rgba(255, 255, 255, 0.7);
 
 
 
 
 
 
3082
  }
3083
 
3084
- .eael-call-to-action.bg-img .icon {
3085
- color: #fff;
 
 
 
3086
  }
3087
 
3088
- .eael-call-to-action.bg-img:after {
3089
- content: "";
3090
- position: absolute;
3091
  width: 100%;
3092
- height: 100%;
3093
- top: 0px;
3094
- left: 0px;
3095
- z-index: -1;
3096
- background: rgba(0, 0, 0, 0.8);
3097
  }
3098
 
3099
- .eael-call-to-action.bg-img.bg-fixed {
3100
- background-attachment: fixed;
3101
- background-position: center center;
3102
  }
3103
 
3104
- .eael-call-to-action.bg-img .title {
3105
- color: rgba(255, 255, 255, 0.9);
 
 
 
 
3106
  }
3107
 
3108
- /*--- Cta Flex ---*/
3109
- .eael-call-to-action.cta-flex,
3110
- .eael-call-to-action.cta-icon-flex {
3111
- display: flex;
3112
- justify-content: space-between;
3113
- align-items: flex-start;
3114
  }
3115
 
3116
- /*--- Cta Icon Flex ---*/
3117
- .eael-call-to-action.cta-icon-flex .icon {
3118
- flex-grow: 1;
3119
- font-size: 80px;
3120
- text-align: left;
3121
- line-height: 130px;
3122
  }
3123
 
3124
- .eael-call-to-action.cta-icon-flex .action {
3125
- flex-grow: 1;
3126
- text-align: right;
3127
- padding-top: 22px;
3128
- flex-basis: 22%;
 
 
 
 
 
 
 
 
 
 
 
 
 
3129
  }
3130
 
3131
- .eael-call-to-action.cta-icon-flex .content {
3132
- flex-grow: 1;
3133
- padding: 0px 30px;
 
 
 
 
 
 
 
3134
  }
3135
 
3136
- /*--- Cta Flex ---*/
3137
- .eael-call-to-action.cta-flex .content {
3138
- padding: 0px 15px;
3139
- flex-grow: 1;
3140
  }
3141
 
3142
- .eael-call-to-action.cta-flex .action {
3143
- flex-grow: 1;
3144
- text-align: right;
3145
- padding-top: 25px;
3146
- flex-basis: 23%;
3147
  }
3148
 
3149
- /*--- Cta Button ---*/
3150
- .eael-call-to-action .cta-button {
3151
- position: relative;
3152
- display: inline-block;
3153
- padding: 12px 30px;
3154
- background: #f9f9f9;
3155
- font-size: 16px;
3156
- text-decoration: none;
3157
- color: #4d4d4d;
3158
- -webkit-transition: .5s;
3159
- -ms-transition: .5s;
3160
- transition: .5s;
3161
- -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
3162
- -ms-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
3163
- box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
3164
- margin-right: 10px;
3165
- margin-top: 10px;
3166
- z-index: 0;
3167
- overflow: hidden;
3168
  }
3169
 
3170
- .eael-call-to-action .cta-button:last-child {
3171
- margin-right: 0px;
 
 
3172
  }
3173
 
3174
- .eael-call-to-action .cta-button:focus {
 
 
 
 
 
3175
  outline: none;
 
 
 
 
 
3176
  }
3177
 
3178
- /*--- Hover ---*/
3179
- .eael-call-to-action .cta-button:hover {
3180
- color: #fff;
3181
- background: #3F51B5;
3182
- -webkit-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
3183
- -ms-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
3184
- box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
3185
- }
3186
-
3187
- /*--- Cta Button effect 1 ---*/
3188
- .eael-call-to-action .cta-button.effect-1:after {
3189
  content: "";
3190
- position: absolute;
3191
  width: 100%;
3192
  height: 100%;
3193
- background: #3F51B5;
3194
- top: 0px;
3195
- left: 0px;
3196
- transform: translateY(-100%);
3197
- -webkit-transform: translateY(-100%);
3198
- -ms-transform: translateY(-100%);
3199
- z-index: -1;
3200
- -webkit-transition: .5s;
3201
- -ms-transition: .5s;
3202
- transition: .5s;
3203
- color: #fff;
3204
  }
3205
 
3206
- .eael-call-to-action .cta-button.effect-1:hover::after {
3207
- -webkit-transform: translateY(0);
3208
- -ms-transform: translateY(0);
3209
- transform: translateY(0);
 
 
3210
  }
3211
 
3212
- /*--- Cta Button effect 2 ---*/
3213
- .eael-call-to-action .cta-button.effect-2:after {
3214
- content: "";
3215
- position: absolute;
3216
- width: 100%;
3217
- height: 100%;
3218
- background: #3F51B5;
3219
- top: 0px;
3220
- left: 0px;
3221
- z-index: -1;
3222
- -webkit-transition: .5s;
3223
- -ms-transition: .5s;
3224
- transition: .5s;
3225
- color: #fff;
3226
- -webkit-transform: translateX(-100%);
3227
- transform: translateX(-100%);
3228
  }
3229
 
3230
- .eael-call-to-action .cta-button.effect-2:hover::after {
3231
- -webkit-transform: translateX(0);
3232
- transform: translateX(0);
3233
  }
3234
 
3235
- /*--- Media Queries ---*/
3236
- @media only screen and (max-width: 768px) {
3237
- .eael-call-to-action.cta-flex,
3238
- .eael-call-to-action.cta-icon-flex {
3239
- flex-wrap: wrap;
3240
- }
3241
-
3242
- .eael-call-to-action .title {
3243
- font-size: 28px;
3244
- line-height: 36px;
3245
- margin-top: 0px;
3246
- }
3247
-
3248
- .eael-call-to-action.cta-icon-flex .icon {
3249
- flex-grow: 1;
3250
- font-size: 48px;
3251
- line-height: 90px;
3252
- text-align: center;
3253
- }
3254
 
3255
- .eael-call-to-action.cta-flex .content,
3256
- .eael-call-to-action.cta-icon-flex .content {
3257
- flex-grow: 1;
3258
- text-align: center;
3259
- padding: 0px;
3260
- }
3261
 
3262
- .eael-call-to-action.cta-flex .action,
3263
- .eael-call-to-action.cta-icon-flex .action {
3264
- text-align: center;
3265
- padding-top: 0px;
3266
- }
3267
 
3268
- .eael-call-to-action .cta-button {
3269
- padding: 12px 25px;
3270
- }
3271
  }
3272
- @media only screen and (max-width: 360px) {
3273
- .eael-call-to-action {
3274
- font-size: 14px;
3275
- line-height: 26px;
3276
- }
3277
 
3278
- .eael-call-to-action .cta-button {
3279
- padding: 4px 20px;
3280
- font-size: 12px;
3281
- }
3282
 
3283
- .eael-call-to-action .title {
3284
- font-size: 20px;
3285
- line-height: 30px;
3286
- }
3287
  }
3288
- /* -------------------------------- */
3289
- /* 20. Dual Color Heading
3290
- /* -------------------------------- */
3291
- .eael-dual-header {
3292
- display: block;
3293
- margin-bottom: 50px;
3294
  }
3295
 
3296
- .eael-dual-header .title,
3297
- .eael-dual-header .title span {
3298
- font-size: 36px;
3299
- font-weight: 700;
3300
- text-transform: uppercase;
3301
- line-height: 48px;
3302
- margin: 10px 0px;
3303
  }
3304
 
3305
- .eael-dual-header .subtext {
3306
- font-size: 16px;
3307
- display: block;
3308
  }
3309
 
3310
- .eael-dual-header i {
3311
- display: block;
3312
- padding: 0px;
3313
- margin: 20px 0px 10px 0px;
3314
- font-size: 36px;
3315
  }
3316
 
3317
- .eael-dual-header .title span.lead {
3318
- color: #1abc9c;
3319
  }
3320
 
3321
- /*--- Builder Related Css ---*/
3322
- .eael-dual-header-content-align-center {
3323
- text-align: center;
 
 
 
 
 
 
3324
  }
3325
 
3326
- .eael-dual-header-content-align-left {
3327
- text-align: left;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3328
  }
3329
 
3330
- .eael-dual-header-content-align-right {
3331
- text-align: right;
 
 
 
3332
  }
3333
 
3334
- /* -------------------------------- */
3335
- /* 21. Pricing Table
3336
- /* -------------------------------- */
3337
- .eael-pricing {
3338
- -webkit-display: flex;
3339
  display: flex;
3340
- -webkit-justify-content: center;
3341
- justify-content: center;
3342
  -webkit-align-items: center;
3343
- align-items: center;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3344
  }
3345
 
3346
- .eael-pricing .eael-pricing-item {
 
 
 
 
 
 
3347
  width: 100%;
3348
- height: auto;
3349
- margin: 0;
 
 
 
 
 
 
 
3350
  }
3351
 
3352
- .eael-pricing .eael-pricing-button {
3353
- display: inline-block;
3354
- padding: 12px 25px;
3355
- background: #00C853;
3356
- font-size: 14px;
3357
- font-weight: 600;
 
 
3358
  color: #fff;
3359
- text-transform: uppercase;
3360
- text-decoration: none;
3361
- -webkit-transition: .3s;
3362
- transition: .3s;
3363
- -webkit-border-radius: 4px;
3364
- border-radius: 4px;
3365
  }
3366
 
3367
- .eael-pricing .eael-pricing-button:hover {
3368
- background: #03b048;
 
 
3369
  }
3370
 
3371
- .eael-pricing .eael-pricing-item ul {
3372
- padding: 0px;
3373
- margin: 0px;
3374
- list-style: none;
 
 
 
 
 
3375
  }
3376
 
3377
- .eael-pricing .eael-pricing-item ul li.disable-item {
3378
- text-decoration: line-through;
3379
- opacity: 0.5;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3380
  }
3381
 
3382
- .eael-pricing .eael-pricing-item ul li span.li-icon {
3383
- color: #00C853;
3384
- margin-right: 6px;
 
 
 
3385
  }
3386
 
3387
- .eael-pricing .eael-pricing-item ul li.disable-item span.li-icon {
3388
- color: #EF5350;
 
 
 
 
 
3389
  }
3390
 
3391
- /*--- Pricing Table: Style 1 ---*/
3392
- .eael-pricing.style-1 {
3393
- position: relative;
3394
- z-index: 0;
3395
- text-align: center;
3396
  }
3397
 
3398
- .eael-pricing.style-1 .eael-pricing-item {
3399
- border: 1px solid rgba(9, 9, 9, 0.1);
3400
- padding: 30px;
3401
- -webkit-border-radius: 5px;
3402
- border-radius: 5px;
3403
- -webkit-transition: .5s;
3404
- transition: .5s;
3405
  }
3406
 
3407
- .eael-pricing.style-1 .eael-pricing-item:hover {
3408
- -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
3409
- box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
 
3410
  }
3411
 
3412
- .eael-pricing.style-1 .eael-pricing-item.featured {
3413
- position: relative;
 
 
3414
  }
3415
 
3416
- .eael-pricing.style-1 .eael-pricing-item.ribbon-1:before {
3417
- content: "";
3418
- position: absolute;
3419
- width: 100%;
3420
- height: 3px;
3421
- background: #00C853;
3422
- top: 0px;
3423
- left: 0px;
3424
- right: 0px;
3425
- z-index: 1;
3426
- -webkit-border-radius: 5px 5px 0px 0px;
3427
- border-radius: 5px 5px 0px 0px;
3428
  }
3429
 
3430
- .eael-pricing.style-1 .eael-pricing-item.ribbon-2:before {
3431
- content: "Featured";
3432
- position: absolute;
3433
- width: auto;
3434
- background: #00C853;
3435
- color: #fff;
3436
- top: 35px;
3437
- right: -15px;
3438
- z-index: 10;
3439
- font-size: 10px;
3440
- font-weight: 600;
3441
- text-transform: uppercase;
3442
- padding: 5px 10px;
3443
  }
3444
 
3445
- .eael-pricing.style-1 .eael-pricing-item.ribbon-2:after {
3446
- content: "";
3447
- position: absolute;
3448
- top: 20px;
3449
- right: -15px;
3450
- width: 0;
3451
- height: 0;
3452
- border-bottom: 15px solid #00C853;
3453
- border-right: 15px solid transparent;
3454
- z-index: 9;
3455
- opacity: 0.9;
3456
  }
3457
 
3458
- .eael-pricing.style-1 .eael-pricing-item.ribbon-3:before {
3459
- content: "Featured";
3460
- position: absolute;
3461
- width: auto;
3462
- background: rgba(0, 0, 0, 0.6);
3463
- color: #fff;
3464
- top: 15px;
3465
- right: 15px;
3466
- z-index: 10;
3467
- font-size: 11px;
3468
- font-weight: 600;
3469
- text-transform: uppercase;
3470
- padding: 5px 15px;
3471
  }
3472
 
3473
- .eael-pricing.style-1 .eael-pricing-item .header {
3474
- display: block;
3475
- position: relative;
3476
- z-index: 0;
3477
- padding-bottom: 15px;
3478
- margin-bottom: 15px;
3479
  }
3480
 
3481
- .eael-pricing.style-1 .eael-pricing-item .header:after {
3482
- content: "";
3483
- position: absolute;
3484
- width: 140px;
3485
- height: 1px;
3486
- bottom: 0px;
3487
- left: 0px;
3488
- right: 0px;
3489
- margin: 0 auto;
3490
- z-index: 1;
3491
- background: rgba(9, 9, 9, 0.1);
3492
  }
3493
 
3494
- .eael-pricing.style-1 .eael-pricing-item .header .title {
3495
- font-weight: 700;
3496
- line-height: 30px;
3497
- margin: 0px;
 
 
 
3498
  }
3499
 
3500
- .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag {
3501
- position: relative;
3502
- z-index: 0;
3503
- padding: 15px 0px;
3504
- margin-bottom: 15px;
 
 
 
 
 
 
 
3505
  }
3506
 
3507
- .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after {
3508
- content: "";
3509
- position: absolute;
3510
- width: 140px;
3511
- height: 1px;
3512
- bottom: 0px;
3513
- left: 0px;
3514
- right: 0px;
3515
- margin: 0 auto;
3516
- z-index: 1;
3517
- background: rgba(9, 9, 9, 0.04);
3518
  }
3519
 
3520
- .eael-pricing.style-1 .eael-pricing-item .price-tag {
3521
- position: relative;
3522
- display: inline-block;
3523
- font-size: 28px;
3524
- font-weight: 500;
3525
- line-height: 0px;
3526
- margin: 0px auto;
 
 
 
 
3527
  }
3528
 
3529
- .eael-pricing.style-1 .eael-pricing-item .price-tag .price-currency {
3530
- font-size: 24px;
3531
- font-weight: 700;
 
 
 
 
 
3532
  }
3533
 
3534
- .eael-pricing.style-1 .eael-pricing-item .price-period {
3535
- color: #999;
 
 
 
 
 
 
 
 
 
 
 
 
3536
  }
3537
 
3538
- .eael-pricing.style-1 .eael-pricing-item .body ul {
 
 
 
 
3539
  display: block;
3540
- width: 100%;
3541
- margin-bottom: 15px;
3542
  }
3543
 
3544
- .eael-pricing.style-1 .eael-pricing-item .body ul li {
3545
- display: block;
3546
- width: 100%;
3547
- height: auto;
3548
- padding: 10px 0px;
3549
- font-size: 14px;
3550
- color: #6d6d6d;
3551
- border-bottom: 1px solid rgba(9, 9, 9, 0.04);
3552
  }
3553
 
3554
- .eael-pricing.style-1 .eael-pricing-item .body ul li:last-child {
3555
- border: none;
 
 
 
3556
  }
3557
 
3558
- .eael-pricing.style-1 .eael-pricing-item.featured-large {
3559
- padding: 60px 0px;
 
 
 
 
3560
  }
3561
 
3562
- /*--- Pricing Table : Style 2 ---*/
3563
- .eael-pricing.style-2 {
 
 
 
 
 
3564
  position: relative;
3565
  z-index: 0;
3566
- text-align: center;
 
 
 
 
 
 
 
 
3567
  }
3568
 
3569
- .eael-pricing.style-2 .eael-pricing-item {
3570
- padding: 30px 0px;
3571
- border-radius: 5px;
3572
- margin: 0px;
3573
- border: 1px solid rgba(9, 9, 9, 0.1);
 
 
3574
  }
3575
 
3576
- .eael-pricing.style-2 .eael-pricing-item.featured {
3577
- -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
3578
- box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
 
 
3579
  }
3580
 
3581
- .eael-pricing.style-2 .eael-pricing-item.ribbon-1:before {
3582
- content: "";
3583
- position: absolute;
3584
- width: 100%;
3585
- height: 3px;
3586
- background: #00C853;
3587
- top: 0px;
3588
- left: 0px;
3589
- right: 0px;
3590
- z-index: 1;
3591
- -webkit-border-radius: 5px 5px 0px 0px;
3592
- border-radius: 5px 5px 0px 0px;
3593
  }
3594
 
3595
- .eael-pricing.style-2 .eael-pricing-item.ribbon-2:before {
3596
- content: "Featured";
3597
- position: absolute;
3598
- width: auto;
3599
- background: #00C853;
3600
- color: #fff;
3601
- top: 35px;
3602
- right: -15px;
3603
- z-index: 10;
3604
- font-size: 10px;
3605
- font-weight: 600;
3606
- text-transform: uppercase;
3607
- padding: 5px 10px;
3608
  }
3609
 
3610
- .eael-pricing.style-2 .eael-pricing-item.ribbon-2:after {
3611
- content: "";
3612
- position: absolute;
3613
- top: 20px;
3614
- right: -15px;
3615
- width: 0;
3616
- height: 0;
3617
- border-bottom: 15px solid #00C853;
3618
- border-right: 15px solid transparent;
3619
- z-index: 9;
3620
- opacity: 0.9;
3621
  }
3622
 
3623
- .eael-pricing.style-2 .eael-pricing-item.ribbon-3:before {
3624
- content: "Featured";
3625
- position: absolute;
3626
- width: auto;
3627
- background: rgba(0, 0, 0, 0.6);
3628
- color: #fff;
3629
- top: 15px;
3630
- right: 15px;
3631
- z-index: 10;
3632
- font-size: 11px;
3633
- font-weight: 600;
3634
- text-transform: uppercase;
3635
- padding: 5px 15px;
3636
- }
3637
-
3638
- .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon {
3639
- display: inline-block;
3640
- position: relative;
3641
- width: 80px;
3642
- height: 80px;
3643
- background: #00c853;
3644
- border-radius: 50%;
3645
- margin-bottom: 30px;
3646
- text-align: center;
3647
- -webkit-transition: .5s;
3648
- transition: .5s;
3649
- overflow: hidden;
3650
  }
3651
 
3652
- .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon i {
3653
- font-size: 30px;
3654
- color: #fff;
3655
- line-height: 80px;
3656
- -webkit-transition: .5s;
3657
- transition: .5s;
3658
  }
3659
 
3660
- .eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon {
3661
- background: #43A047;
 
 
3662
  }
3663
 
3664
- .eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon i {
3665
- color: #fff;
 
 
 
 
 
 
 
 
 
 
 
 
3666
  }
3667
 
3668
- .eael-pricing.style-2 .eael-pricing-item .header {
3669
- background: #C8E6C9;
3670
- padding: 25px 30px;
3671
- margin-bottom: 15px;
3672
- position: relative;
3673
- z-index: 0;
 
 
 
 
3674
  }
3675
 
3676
- .eael-pricing.style-2 .eael-pricing-item.featured .header:after {
3677
- content: "";
3678
  position: absolute;
3679
  width: 100%;
3680
  height: 100%;
3681
- top: 0px;
3682
- left: 0px;
3683
- right: 0px;
3684
- bottom: 0px;
3685
- z-index: -1;
3686
- background: rgba(255, 255, 255, 0.4);
3687
  }
3688
 
3689
- .eael-pricing.style-2 .eael-pricing-item .header .title {
3690
- font-size: 28px;
3691
- font-weight: 700;
3692
- line-height: 40px;
3693
- margin: 0px;
3694
  }
3695
 
3696
- .eael-pricing.style-2 .eael-pricing-item .header .subititle {
3697
- font-size: 14px;
3698
- font-weight: 600;
3699
- color: #6d6d6d;
3700
  }
3701
 
3702
- .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag {
3703
  position: relative;
3704
- z-index: 0;
3705
- padding: 15px 0px;
3706
- margin-bottom: 15px;
3707
- }
3708
-
3709
- .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after {
3710
- content: "";
3711
- position: absolute;
3712
- width: 140px;
3713
- height: 1px;
3714
- bottom: 0px;
3715
- left: 0px;
3716
- right: 0px;
3717
  margin: 0 auto;
3718
- z-index: 1;
3719
- background: rgba(9, 9, 9, 0.04);
3720
  }
3721
 
3722
- .eael-pricing.style-2 .eael-pricing-item .price-tag {
3723
- position: relative;
3724
- display: inline-block;
3725
- font-size: 28px;
3726
- font-weight: 500;
3727
- line-height: 0px;
3728
- margin: 0px auto;
3729
  }
3730
 
3731
- .eael-pricing.style-2 .eael-pricing-item .price-tag .price-currency {
3732
- font-size: 24px;
3733
- font-weight: 700;
3734
- color: #00C853;
3735
  }
3736
 
3737
- .eael-pricing.style-2 .eael-pricing-item .price-period {
3738
- color: #999;
 
 
3739
  }
3740
 
3741
- .eael-pricing.style-2 .eael-pricing-item .body ul {
3742
- display: block;
3743
- width: 100%;
3744
- margin-bottom: 15px;
3745
  }
3746
 
3747
- .eael-pricing.style-2 .eael-pricing-item .body ul li {
3748
- display: block;
3749
- width: 100%;
3750
- height: auto;
3751
- padding: 10px 15px;
3752
- font-size: 14px;
3753
- color: #6d6d6d;
3754
- border-bottom: 1px solid rgba(9, 9, 9, 0.04);
3755
  }
3756
 
3757
- .eael-pricing.style-2 .eael-pricing-item .body ul li:last-child {
3758
- border: none;
 
 
 
 
 
 
3759
  }
3760
 
3761
- /*--- Media Query ---*/
3762
- @media only screen and (min-width: 768px) and (max-width: 992px) {
3763
- .eael-pricing {
3764
- display: block;
3765
- }
3766
-
3767
- .eael-pricing .eael-pricing-item,
3768
- .eael-pricing.style-2 .eael-pricing-item,
3769
- .eael-pricing.style-4 .eael-pricing-item {
3770
- width: 100%;
3771
- margin: 0 auto 30px auto;
3772
- }
3773
  }
3774
- @media only screen and (max-width: 480px) {
3775
- .eael-pricing {
3776
- display: block;
3777
- }
3778
-
3779
- .eael-pricing .eael-pricing-item {
3780
- width: 100%;
3781
- }
3782
 
3783
- .eael-pricing .eael-pricing-item,
3784
- .eael-pricing.style-2 .eael-pricing-item,
3785
- .eael-pricing.style-4 .eael-pricing-item {
3786
- margin: 0 auto 30px auto;
3787
- }
3788
- }
3789
- /*--- Page Builder Related Style ---*/
3790
- .eael-pricing-content-align-center .eael-pricing {
3791
- text-align: center;
3792
  }
3793
 
3794
- .eael-pricing-content-align-left .eael-pricing {
3795
- text-align: left;
 
 
 
 
 
 
 
 
3796
  }
3797
 
3798
- .eael-pricing-content-align-right .eael-pricing {
3799
- text-align: right;
3800
  }
3801
 
3802
- .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag {
3803
- padding-left: 45px;
3804
  }
3805
 
3806
- .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag:before {
3807
- left: 30px;
3808
  }
3809
 
3810
- .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag {
3811
- padding-right: 30px;
3812
  }
3813
 
3814
- .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .header,
3815
- .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,
3816
- .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .footer,
3817
- .eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .header,
3818
- .eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .footer {
3819
- padding-left: 30px;
3820
- padding-right: 30px;
 
 
 
 
 
 
 
 
3821
  }
3822
 
3823
- .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .header,
3824
- .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,
3825
- .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .footer,
3826
- .eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .header,
3827
- .eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .footer {
3828
- padding-right: 30px;
3829
- padding-left: 30px;
3830
  }
3831
 
3832
- .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .body ul li,
3833
- .eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .body ul li {
3834
- padding-left: 30px;
3835
- }
3836
-
3837
- .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .body ul li,
3838
- .eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .body ul li {
3839
- padding-right: 30px;
 
 
 
 
 
 
 
3840
  }
3841
 
3842
- .eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after {
3843
- -webkit-transform: translateX(-80%);
3844
- transform: translateX(-80%);
3845
  }
3846
 
3847
- .eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after {
3848
- -webkit-transform: translateX(80%);
3849
- transform: translateX(80%);
3850
  }
3851
 
3852
- .eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,
3853
- .eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after {
3854
- -webkit-transform: translateX(0%);
3855
- transform: translateX(0%);
3856
  }
3857
 
3858
- .eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,
3859
- .eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .header:after,
3860
- .eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,
3861
- .eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,
3862
- .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after,
3863
- .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after {
3864
- margin: 0;
3865
  width: 100%;
3866
  }
3867
 
3868
- /*--- Button Alignment ---*/
3869
- .eael-pricing-button-align-right .eael-pricing.style-1 .footer,
3870
- .eael-pricing-button-align-right .eael-pricing.style-2 .footer,
3871
- .eael-pricing-button-align-right .eael-pricing.style-3 .footer,
3872
- .eael-pricing-button-align-right .eael-pricing.style-4 .footer {
3873
- text-align: right;
 
 
3874
  }
3875
 
3876
- .eael-pricing-button-align-center .eael-pricing.style-1 .footer,
3877
- .eael-pricing-button-align-center .eael-pricing.style-2 .footer,
3878
- .eael-pricing-button-align-center .eael-pricing.style-3 .footer,
3879
- .eael-pricing-button-align-center .eael-pricing.style-4 .footer {
3880
- text-align: center;
 
 
 
 
 
3881
  }
3882
 
3883
- .eael-pricing-button-align-left .eael-pricing.style-1 .footer,
3884
- .eael-pricing-button-align-left .eael-pricing.style-2 .footer,
3885
- .eael-pricing-button-align-left .eael-pricing.style-3 .footer,
3886
- .eael-pricing-button-align-left .eael-pricing.style-4 .footer {
3887
- text-align: left;
3888
  }
3889
 
3890
- .eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-2 .footer,
3891
- .eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-4 .footer {
3892
- padding-right: 30px;
3893
  }
3894
 
3895
- .eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-2 .footer,
3896
- .eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-4 .footer {
3897
- padding-left: 30px;
 
 
 
 
 
 
 
 
 
3898
  }
3899
 
3900
- /*--- Only In Pro Alert ---*/
3901
- .only-in-pro {
3902
- width: 100%;
3903
- -webkit-display: flex;
3904
- display: flex;
3905
- -webkit-align-items: center;
3906
- align-items: center;
3907
- -webkit-justify-content: center;
3908
- justify-content: center;
3909
- padding: 15px;
3910
- min-width: 200px;
3911
- background: #EF5350;
3912
- color: #fff;
3913
- text-align: center;
3914
  }
3915
 
3916
- .only-in-pro .title {
3917
- font-family: 'Roboto', sans-serif;
3918
- font-size: 24px;
3919
- line-height: 40px;
3920
- margin: 0px;
3921
  }
3922
 
3923
- /*--- Pricing Table Tooltip ---*/
3924
- div.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow {
3925
- position: absolute;
3926
- top: 50%;
3927
  }
3928
 
3929
- div.tooltipster-sidetip.tooltipster-top div.tooltipster-box {
3930
- margin-bottom: 0px !important;
 
3931
  }
3932
 
3933
- div.tooltipster-sidetip.tooltipster-bottom div.tooltipster-box {
3934
- margin-top: 0px !important;
 
3935
  }
3936
 
3937
- .tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
3938
- top: auto;
3939
- bottom: -8px;
3940
  }
3941
 
3942
- div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
3943
- top: -8px;
3944
- bottom: auto;
3945
  }
3946
 
3947
- /* ----------------------------------------- */
3948
- /* 22. Caldera Contact Form Styler
3949
- /* ----------------------------------------- */
3950
- .eael-caldera-form-align-left,
3951
- .eael-caldera-form-btn-align-left {
3952
- text-align: left;
3953
  }
3954
 
3955
- .eael-caldera-form-align-right,
3956
- .eael-caldera-form-btn-align-right {
3957
- text-align: right;
3958
  }
3959
 
3960
- .eael-caldera-form-align-center,
3961
- .eael-caldera-form-btn-align-center {
3962
- text-align: center;
 
3963
  }
3964
 
3965
- .eael-caldera-form .control-label {
3966
- display: none;
3967
  }
3968
 
3969
- .eael-caldera-form-labels-yes .control-label {
 
 
 
 
 
 
 
 
3970
  display: block;
 
 
 
 
 
 
 
3971
  }
3972
 
3973
- .eael-caldera-form-button-center .form-group input[type=button],
3974
- .eael-caldera-form-button-center .form-group input[type=submit] {
 
 
 
3975
  display: block;
 
 
 
 
3976
  margin: 0 auto;
3977
  }
3978
 
3979
- .eael-caldera-form-button-right .form-group input[type=button],
3980
- .eael-caldera-form-button-right .form-group input[type=submit] {
3981
- float: right;
3982
  }
3983
 
3984
- .eael-caldera-form .intl-tel-input {
3985
- display: inherit;
 
 
 
 
 
 
 
 
 
 
 
 
3986
  }
3987
 
3988
- .eael-custom-radio-checkbox .caldera-grid input[type=checkbox],
3989
- .eael-custom-radio-checkbox .caldera-grid input[type=radio] {
3990
- border-style: solid;
3991
- border-width: 0;
3992
- padding: 3px;
3993
- -webkit-appearance: none;
3994
  }
3995
 
3996
- .eael-caldera-form-button-full-width .form-group input[type=submit],
3997
- .eael-caldera-form-button-full-width .form-group input[type=button] {
3998
- width: 100%;
3999
  }
4000
 
4001
- /* ------------------- */
4002
- /* 23. WPForms
4003
- /* ------------------- */
4004
- .eael-wpforms .wpforms-container .wpforms-form input[type=submit],
4005
- .eael-wpforms .wpforms-container .wpforms-form button[type=submit],
4006
- .eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button {
4007
- border: 0;
4008
  }
4009
 
4010
- .eael-wpforms .wpforms-container .wpforms-form input[type=submit]:hover,
4011
- .eael-wpforms .wpforms-container .wpforms-form button[type=submit]:hover,
4012
- .eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button:hover {
4013
- border: 0;
 
 
4014
  }
4015
 
4016
- .eael-wpforms .wpforms-container .wpforms-form input[type=checkbox],
4017
- .eael-wpforms .wpforms-container .wpforms-form input[type=radio] {
4018
- padding: 3px;
4019
  }
4020
 
4021
- .eael-wpforms .wpforms-container .wpforms-form .wpforms-field-label {
4022
- display: none;
4023
  }
4024
 
4025
- .eael-wpforms .wpforms-container .wpforms-form .wpforms-field-name .wpforms-field-row {
4026
- max-width: 100%;
 
 
 
4027
  }
4028
 
4029
- .eael-wpforms .wpforms-container .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
4030
- .eael-wpforms .wpforms-container .wpforms-field textarea,
4031
- .eael-wpforms .wpforms-container .wpforms-field select {
4032
- max-width: 100% !important;
4033
  }
4034
 
4035
- .eael-wpforms-labels-yes .wpforms-container .wpforms-form .wpforms-field-label {
4036
- display: block;
4037
- }
 
 
 
 
 
4038
 
4039
- .eael-wpforms-form-button-full-width .wpforms-submit-container .wpforms-submit {
4040
- width: 100%;
4041
- }
4042
 
4043
- /* ------------------------ */
4044
- /* 24. Social Feeds
4045
- /* ------------------------ */
4046
- .swiper-container-wrap .swiper-slide .eael-social-feed-element img {
4047
- width: 100%;
4048
- }
4049
 
4050
- /*--- Twitter Feed Styles ---*/
4051
- .eael-social-feed-element.hidden {
4052
- background-color: red !important;
4053
- }
4054
 
4055
- .eael-twitter-feed-wrapper::before,
4056
- .eael-twitter-feed-wrapper::after,
4057
- .eael-twitter-feed-container::before,
4058
- .eael-twitter-feed-container::after {
4059
- content: "";
4060
- clear: both;
4061
- }
 
 
 
4062
 
4063
- .eael-social-feed-element .pull-left {
4064
- float: left;
4065
- margin-right: 10px;
4066
- }
4067
 
4068
- .eael-social-feed-element .pull-right {
4069
- margin-left: 10px;
4070
- }
 
4071
 
4072
- .eael-social-feed-element img {
4073
- width: 100%;
4074
- height: auto;
4075
- border: 0;
4076
- vertical-align: middle;
4077
- -ms-interpolation-mode: bicubic;
 
 
 
 
 
4078
  }
 
 
 
 
 
 
4079
 
4080
- .eael-social-feed-element .attachment {
4081
- vertical-align: middle;
4082
- -ms-interpolation-mode: bicubic;
 
 
 
 
 
 
 
 
 
 
 
 
 
4083
  }
4084
 
4085
- /*--- Link styles ---*/
4086
- .eael-social-feed-element a {
4087
- color: #0088cc;
4088
- text-decoration: none;
 
 
 
4089
  }
4090
 
4091
- .eael-social-feed-element a:focus {
4092
- outline: thin dotted #333;
4093
- outline: 5px auto -webkit-focus-ring-color;
4094
- outline-offset: -2px;
 
 
4095
  }
4096
 
4097
- .eael-social-feed-element a:hover,
4098
- .eael-social-feed-element a:active {
4099
- outline: 0;
4100
- color: #005580;
4101
- text-decoration: underline;
4102
  }
4103
 
4104
- /*--- Text styles ---*/
4105
- .eael-social-feed-element small {
4106
- font-size: 85%;
 
4107
  }
4108
 
4109
- .eael-social-feed-element strong {
4110
- font-weight: bold;
 
 
 
 
 
4111
  }
4112
 
4113
- .eael-social-feed-element em {
4114
- font-style: italic;
4115
  }
4116
 
4117
- .eael-social-feed-element p {
4118
- margin: 0 0 10px;
4119
  }
4120
 
4121
- .eael-social-feed-element .media-body > p {
4122
- margin-bottom: 4px;
4123
- min-height: 20px;
4124
  }
4125
 
4126
- .eael-social-feed-element p.social-feed-text {
4127
- margin: 0;
4128
- overflow: hidden;
4129
- text-overflow: ellipsis;
4130
- -webkit-line-clamp: 5;
4131
- -webkit-box-orient: vertical;
4132
  }
4133
 
4134
- /*--- Message styles ---*/
4135
- .eael-social-feed-element,
4136
- .eael-social-feed-element .media-body {
4137
- overflow: hidden;
4138
- zoom: 1;
4139
- overflow: visible;
4140
  }
4141
 
4142
- .eael-social-feed-element {
4143
- padding: 10px;
4144
- background: none;
4145
  }
4146
 
4147
- .eael-social-feed-element .media-body .social-network-icon {
4148
- margin-top: -3px;
4149
- margin-right: 5px;
4150
- width: 16px;
4151
  }
4152
 
4153
- .eael-social-feed-element .media-body div {
4154
- color: #666;
4155
- line-height: 20px;
4156
- clear: both;
4157
  }
4158
 
4159
- .eael-social-feed-element:first-child {
4160
- margin-top: 0;
 
 
 
4161
  }
4162
 
4163
- .eael-social-feed-element .media-object {
4164
- display: block;
4165
- width: 48px;
4166
- border-radius: 50%;
4167
  }
4168
 
4169
- .eael-social-feed-element .media-heading {
4170
- margin: 0 0 5px;
 
4171
  }
4172
 
4173
- .eael-social-feed-element .media-list {
4174
- margin-left: 0;
4175
- list-style: none;
4176
  }
4177
 
4178
- .eael-social-feed-element .muted {
4179
- color: #999;
4180
  }
4181
 
4182
- .eael-social-feed-element a.muted:hover,
4183
- .eael-social-feed-element a.muted:focus {
4184
- color: #808080;
4185
  }
4186
 
4187
- .eael-social-feed-element {
4188
- transition: 0.25s;
4189
- -webkit-backface-visibility: hidden;
4190
- backface-visibility: hidden;
4191
- margin: -1px;
4192
- margin-top: 25px;
4193
- color: #333;
4194
- text-align: left;
4195
- font-size: 14px;
4196
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
4197
- line-height: 16px;
 
4198
  }
4199
 
4200
- .eael-social-feed-element .eael-content {
4201
- padding: 20px 15px 15px;
4202
- transition: .4s;
4203
- background: #fff;
 
 
 
4204
  }
4205
 
4206
- .eael-social-feed-element .social-network-icon {
4207
- opacity: 0.7;
 
4208
  }
4209
 
4210
- .eael-social-feed-element .author-title {
4211
- color: #444;
4212
- line-height: 1.5em;
4213
- font-weight: 500;
4214
  }
4215
 
4216
- /*--- Icon Color ---*/
4217
- .media-body .fa-twitter {
4218
- color: #1da1f2;
4219
- margin-right: 8px;
4220
  }
4221
 
4222
- .media-body .fa-facebook {
4223
- color: #3b5998;
4224
- margin-right: 8px;
4225
  }
4226
 
4227
- /*--- Read More Link ---*/
4228
- .text-wrapper p .read-more-link {
4229
- margin-top: 9px;
4230
- display: block;
4231
  }
4232
 
4233
- /*--- Loading Loader ---*/
4234
- .eael-social-feed-wrapper {
4235
- width: 100%;
4236
- height: auto;
4237
- position: relative;
4238
- z-index: 0;
4239
  }
4240
 
4241
- .eael-loading-feed {
4242
- display: none;
4243
- position: absolute;
4244
- width: 100%;
4245
- height: 100%;
4246
- top: 0px;
4247
- left: 0px;
4248
- bottom: 0px;
4249
- right: 0px;
 
4250
  }
4251
 
4252
- .eael-loading-feed.show-loading {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4253
  display: block;
4254
- text-align: center;
4255
- z-index: 10;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4256
  display: flex;
4257
- align-items: center;
4258
- justify-content: center;
4259
- transition: .5s;
4260
  }
4261
 
4262
- .eael-loading-feed .loader {
4263
- border: 3px solid #f3f3f3;
4264
- border-radius: 50%;
4265
- border-top: 3px solid #3498db;
4266
- width: 30px;
4267
- height: 30px;
4268
- -webkit-animation: spin 2s linear infinite;
4269
- /* Safari */
4270
- animation: spin 2s linear infinite;
4271
- margin: 0 auto;
 
 
 
4272
  }
4273
 
4274
- /*--- Safari ---*/
4275
- @-webkit-keyframes spin {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4276
  0% {
4277
  -webkit-transform: rotate(0deg);
 
4278
  }
4279
  100% {
4280
  -webkit-transform: rotate(360deg);
 
4281
  }
4282
  }
4283
- @keyframes spin {
 
4284
  0% {
4285
- transform: rotate(0deg);
 
4286
  }
4287
  100% {
4288
- transform: rotate(360deg);
 
4289
  }
4290
  }
4291
- /*--- List View ---*/
4292
- .eael-social-feed-container.list-view .eael-social-feed-element {
4293
- margin: 15px;
4294
- border: 1px solid rgba(0, 0, 0, 0.1);
4295
- background: none;
4296
  }
4297
 
4298
- /*--- Carousel View ---*/
4299
- .eael-social-feed-container.carousel-view {
4300
- width: 100%;
4301
- height: auto;
 
 
 
 
 
 
 
 
 
4302
  }
4303
 
4304
- /*--- Masonry View ---*/
4305
- .eael-twitter-feed-container.masonry-view .eael-social-feed-element {
4306
- width: 33.33%;
4307
- margin-top: 0px;
4308
- float: left;
4309
  }
4310
 
4311
- .eael-social-feed-element .eael-content {
4312
- border: 1px solid rgba(0, 0, 0, 0.1);
 
 
 
 
 
4313
  }
4314
 
4315
- /*--- Editor Related Style ---*/
4316
- .eael-social-feed-avatar-circle .eael-social-feed-element .media-object {
4317
- border-radius: 50%;
4318
  }
4319
 
4320
- .eael-social-feed-avatar-square .eael-social-feed-element .media-object {
4321
- border-radius: 0%;
 
 
 
4322
  }
4323
 
4324
- .eael-social-feed-masonry-col-4 .eael-social-feed-element .social-feed-date .eael-social-feed-masonry-col-4 .eael-social-feed-element .social-feed-date {
4325
- text-align: left !important;
 
 
 
 
 
 
 
 
4326
  }
4327
 
4328
- /*--- Media Query ---*/
4329
- @media only screen and (min-width: 768px) and (max-width: 992px) {
4330
- .eael-twitter-feed-container.masonry-view .eael-social-feed-element {
4331
- width: 50% !important;
4332
- }
 
4333
  }
4334
- @media only screen and (max-width: 480px) {
4335
- .eael-twitter-feed-container.masonry-view .eael-social-feed-element {
4336
- width: 100% !important;
4337
- }
 
 
 
 
 
 
 
4338
  }
4339
- table.eael-data-table thead .sorting, table.eael-data-table thead .sorting_desc, table.eael-data-table thead .sorting_asc {
4340
- position: relative;
4341
- z-index: 0;
4342
- outline: 0;
4343
- cursor: pointer;
 
 
4344
  }
4345
 
4346
- table.eael-data-table thead .sorting:after, table.eael-data-table thead .sorting_desc:after, table.eael-data-table thead .sorting_asc:after {
4347
- position: absolute;
4348
- top: 50%;
4349
- right: 10px;
4350
- font-family: "FontAwesome";
4351
- color: #fff;
4352
- z-index: 1;
4353
- transform: translateY(-50%);
4354
  }
4355
 
4356
- .eael-data-table-wrap .eael-data-tables_wrapper {
4357
- display: flex;
4358
- flex-flow: row wrap;
4359
- justify-content: flex-start;
4360
- width: 100%;
4361
- }
4362
- .eael-data-table-wrap .eael-data-tables_filter {
4363
- flex-grow: 1;
4364
- flex-basis: 50%;
4365
- text-align: right;
4366
  }
4367
- .eael-data-table-wrap .eael-data-tables_filter label {
4368
- font-weight: 700;
 
4369
  }
4370
- .eael-data-table-wrap .eael-data-tables_filter label input[type="search"] {
4371
- height: 40px;
4372
- border: 1px solid rgba(0, 0, 0, 0.09);
4373
- outline: 0;
4374
- padding: 10px;
4375
- margin-left: 10px;
4376
  }
4377
- .eael-data-table-wrap .eael-data-tables_length {
4378
- flex-grow: 1;
4379
- flex-basis: 50%;
 
 
 
4380
  }
4381
- .eael-data-table-wrap .eael-data-tables_length select {
4382
- width: auto;
4383
- max-width: 120px;
4384
- height: 40px;
4385
- border: 1px solid rgba(0, 0, 0, 0.09);
4386
- outline: 0;
4387
- margin-left: 10px;
4388
- margin-right: 10px;
4389
  }
4390
- .eael-data-table-wrap .eael-data-tables_length label {
4391
- font-weight: 700;
 
 
 
4392
  }
4393
- .eael-data-table-wrap .eael-data-tables_info {
4394
- flex-grow: 1;
4395
- flex-basis: 50%;
4396
- font-weight: 700;
 
 
 
 
 
 
 
4397
  }
4398
- .eael-data-table-wrap .eael-data-tables_paginate {
4399
- flex-grow: 1;
4400
- flex-basis: 50%;
4401
- text-align: right;
 
4402
  }
4403
- .eael-data-table-wrap .eael-data-tables_paginate .paginate_button {
4404
- padding: 10px 15px;
4405
- background: #f2f2f2;
4406
- margin-right: 2px;
4407
- cursor: pointer;
4408
- transition: all .3s;
4409
  }
4410
- .eael-data-table-wrap .eael-data-tables_paginate .paginate_button:hover {
4411
- color: #fff;
4412
- background: #4a4893;
 
 
 
 
4413
  }
4414
- .eael-data-table-wrap .eael-data-tables_paginate .paginate_button.current {
4415
- color: #fff;
4416
- background: #4a4893;
 
 
 
 
 
 
 
 
4417
  }
4418
- .eael-data-table-wrap .eael-data-tables_paginate .paginate_button.disabled {
4419
- cursor: no-drop;
4420
- background: #f2f2f2;
4421
- opacity: .5;
4422
- color: #888;
 
 
4423
  }
4424
 
4425
- .data-header-icon {
4426
- margin-right: 10px;
 
 
4427
  }
4428
 
4429
- .eael-data-table {
 
 
4430
  width: 100%;
4431
- height: auto;
4432
- margin: 0;
4433
- border-collapse: collapse;
4434
- border: none;
4435
  }
4436
- .eael-data-table tr {
4437
- border-style: none;
4438
- }
4439
- .eael-data-table thead tr {
4440
- text-align: left;
4441
  }
4442
- .eael-data-table thead tr th {
4443
- padding: 20px 15px;
4444
- background: #4a4893;
4445
- font-size: 16px;
4446
- font-weight: 600;
4447
- font-family: "Montserrat", "sans-serif";
4448
- line-height: 1;
4449
- color: #fff;
4450
- border-color: #000;
4451
- border-width: 2px;
4452
- border-style: none;
4453
- background-clip: padding-box;
4454
  }
4455
- .eael-data-table thead tr th:hover {
4456
- border-color: #000;
 
 
4457
  }
4458
- .eael-data-table tbody tr.even {
4459
- transition: background 0.4s ease-in-out;
 
 
4460
  }
4461
- .eael-data-table tbody tr.even:hover {
4462
- background: rgba(242, 242, 242, 0.7);
 
 
4463
  }
4464
- .eael-data-table tbody tr.even:last-child {
4465
- border-bottom: 1px solid rgba(0, 0, 0, 0.09);
 
 
 
 
 
 
 
 
4466
  }
4467
- .eael-data-table tbody tr.odd {
4468
- background: rgba(242, 242, 242, 0.5);
4469
- transition: background 0.2s ease-in-out;
 
 
 
 
 
 
4470
  }
4471
- .eael-data-table tbody tr.odd:hover {
4472
- background: rgba(242, 242, 242, 0.7);
 
 
 
 
 
 
 
 
4473
  }
4474
- .eael-data-table tbody tr.odd:last-child {
4475
- border-bottom: 1px solid rgba(0, 0, 0, 0.09);
4476
  }
4477
- .eael-data-table tbody tr td {
4478
- padding: 20px 15px;
4479
- font-size: 14px;
4480
- font-family: "Montserrat", "sans-serif";
4481
- line-height: 1;
4482
- border-width: 2px;
4483
- border-style: none;
4484
- background-clip: padding-box;
4485
  }
4486
 
4487
- .eael-data-table-th-img {
4488
  display: inline-block;
4489
- margin: 0 15px 0 0;
4490
- line-height: 1;
4491
  }
4492
 
4493
- .th-mobile-screen {
4494
- display: none;
 
 
 
 
 
 
4495
  }
4496
 
4497
- @media (max-width: 39.9375em) {
4498
- .eael-data-table-wrap {
4499
- overflow-x: scroll !important;
4500
- padding-bottom: 5px;
4501
- }
 
4502
 
4503
- .th-mobile-screen {
4504
- display: inline-block;
4505
- padding: 0 .6em;
4506
- margin-right: 10px;
4507
- text-align: center;
4508
- flex-grow: 0;
4509
- flex-shrink: 0;
4510
- flex-basis: 100px;
4511
- }
4512
- .th-mobile-screen .eael-data-table-th-img {
4513
- margin: 0 auto 15px auto;
4514
- display: block;
4515
- }
4516
- .th-mobile-screen .data-header-icon {
4517
- margin: 0 auto 15px auto;
4518
- display: block;
4519
- }
4520
 
4521
- .td-content-wrapper {
4522
- display: flex;
4523
- width: 100%;
4524
- }
 
 
 
 
 
4525
 
4526
- .td-content {
4527
- width: 100%;
4528
- justify-content: center;
4529
- }
4530
- .td-content > p {
4531
- width: 100%;
4532
- justify-content: center;
4533
- }
4534
-
4535
- .custom-responsive-option-enable .eael-data-table thead {
4536
- display: none;
4537
- }
4538
- .custom-responsive-option-enable .eael-data-table tbody tr td {
4539
- float: none;
4540
- clear: left;
4541
- width: 100%;
4542
- text-align: left;
4543
- display: flex;
4544
- align-items: center;
4545
- }
4546
-
4547
- .eael-data-table .td-content {
4548
- align-items: center;
4549
- display: flex;
4550
- }
4551
- }
4552
- table.eael-data-table thead .sorting:after {
4553
- content: "\f0dc";
4554
- }
4555
- table.eael-data-table thead .headerSortDown:after {
4556
- content: "\f0dd";
4557
- }
4558
- table.eael-data-table thead .headerSortUp:after {
4559
- content: "\f0de";
4560
- }
4561
- table.eael-data-table thead .sorting_disabled.sorting:after {
4562
- display: none;
4563
- }
4564
- table.eael-data-table .sorting.sorting-none:after {
4565
- display: none;
4566
- }
4567
- table.eael-data-table .sorting_desc.sorting-none:after {
4568
- display: none;
4569
- }
4570
- table.eael-data-table .sorting_asc.sorting-none:after {
4571
  display: none;
4572
  }
4573
 
4574
- .eael-table-align-left table.eael-data-table {
4575
- float: left;
 
 
 
 
 
 
 
 
 
 
 
 
 
4576
  }
4577
 
4578
- .eael-table-align-center table.eael-data-table {
4579
- margin: 0 auto;
 
 
 
 
 
 
 
 
 
 
 
4580
  }
4581
 
4582
- .eael-table-align-right table.eael-data-table {
 
 
 
 
 
 
4583
  float: right;
 
 
 
 
4584
  }
4585
 
4586
- .eael-hide-elements .eael-data-tables_info {
4587
- display: none;
 
4588
  }
4589
 
4590
- .eael-dt-th-align-left .eael-data-table thead tr th {
4591
- text-align: left;
 
 
 
 
 
 
 
 
4592
  }
4593
 
4594
- .eael-dt-td-align-left .eael-data-table tbody tr td {
4595
- text-align: left;
 
 
 
 
 
 
 
 
4596
  }
4597
 
4598
- .eael-dt-th-align-right .eael-data-table thead tr th {
4599
- text-align: right;
4600
- padding-right: 30px;
4601
  }
4602
 
4603
- .eael-dt-td-align-right .eael-data-table tbody tr td {
4604
- text-align: right;
4605
- padding-right: 30px;
 
4606
  }
4607
 
4608
- .eael-dt-th-align-center .eael-data-table thead tr th {
4609
- text-align: center;
 
 
 
 
 
 
 
 
 
 
 
4610
  }
4611
 
4612
- .eael-dt-td-align-center .eael-data-table tbody tr td {
4613
- text-align: center;
 
 
4614
  }
4615
 
4616
- /* ------------------------ */
4617
- /* 26. Magnific Popup
4618
- /* ------------------------ */
4619
- /*--- Magnific Popup CSS ---*/
4620
- .mfp-bg {
4621
- top: 0;
4622
- left: 0;
4623
- width: 100%;
4624
- height: 100%;
4625
- z-index: 1042;
4626
- overflow: hidden;
4627
- position: fixed;
4628
- background: #0b0b0b;
4629
- opacity: 0.8;
4630
  }
4631
 
4632
- .mfp-wrap {
 
 
4633
  top: 0;
4634
  left: 0;
4635
- width: 100%;
4636
- height: 100%;
4637
- z-index: 1043;
4638
- position: fixed;
4639
- outline: none !important;
4640
- -webkit-backface-visibility: hidden;
4641
- backface-visibility: hidden;
4642
  }
4643
 
4644
- .mfp-container {
4645
- text-align: center;
4646
- position: absolute;
4647
- width: 100%;
4648
- height: 100%;
4649
- left: 0;
4650
- top: 0;
4651
- padding: 0 8px;
4652
- box-sizing: border-box;
4653
  }
4654
 
4655
- .mfp-container:before {
4656
- content: '';
4657
- display: inline-block;
4658
- height: 100%;
4659
- vertical-align: middle;
4660
  }
4661
 
4662
- .mfp-align-top .mfp-container:before {
4663
- display: none;
4664
  }
4665
 
4666
- .mfp-content {
4667
- position: relative;
4668
- display: inline-block;
4669
- vertical-align: middle;
4670
- margin: 0 auto;
4671
- text-align: left;
4672
- z-index: 1045;
 
 
 
 
 
 
 
 
 
 
 
4673
  }
4674
 
4675
- .mfp-inline-holder .mfp-content,
4676
- .mfp-ajax-holder .mfp-content {
4677
- width: 100%;
4678
- cursor: auto;
 
 
 
 
 
 
 
 
 
 
4679
  }
4680
 
4681
- .mfp-ajax-cur {
4682
- cursor: progress;
 
 
 
 
 
 
 
 
4683
  }
4684
 
4685
- .mfp-zoom-out-cur,
4686
- .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
4687
- cursor: -moz-zoom-out;
4688
- cursor: -webkit-zoom-out;
4689
- cursor: zoom-out;
4690
  }
4691
 
4692
- .mfp-zoom {
4693
- cursor: pointer;
4694
- cursor: -webkit-zoom-in;
4695
- cursor: -moz-zoom-in;
4696
- cursor: zoom-in;
4697
  }
4698
 
4699
- .mfp-auto-cursor .mfp-content {
4700
- cursor: auto;
4701
  }
4702
 
4703
- .mfp-close,
4704
- .mfp-arrow,
4705
- .mfp-preloader,
4706
- .mfp-counter {
4707
- -webkit-user-select: none;
4708
- -moz-user-select: none;
4709
- user-select: none;
4710
- }
4711
-
4712
- .mfp-loading.mfp-figure {
4713
  display: none;
4714
  }
4715
 
4716
- .mfp-hide {
4717
- display: none !important;
 
 
 
4718
  }
4719
 
4720
- .mfp-preloader {
4721
- color: #CCC;
4722
- position: absolute;
4723
- top: 50%;
4724
- width: auto;
4725
- text-align: center;
4726
- margin-top: -0.8em;
4727
- left: 8px;
4728
- right: 8px;
4729
- z-index: 1044;
4730
- }
4731
 
4732
- .mfp-preloader a {
4733
- color: #CCC;
 
 
 
 
 
 
4734
  }
 
 
 
 
4735
 
4736
- .mfp-preloader a:hover {
4737
- color: #FFF;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4738
  }
 
 
 
 
 
 
 
4739
 
4740
- .mfp-s-ready .mfp-preloader {
4741
- display: none;
 
 
 
 
4742
  }
 
 
 
 
 
 
 
4743
 
4744
- .mfp-s-error .mfp-content {
4745
- display: none;
 
 
4746
  }
4747
 
4748
- button.mfp-close,
4749
- button.mfp-arrow {
4750
- overflow: visible;
4751
- cursor: pointer;
4752
- background: transparent;
4753
- border: 0;
4754
- -webkit-appearance: none;
4755
- display: block;
4756
- outline: none;
4757
- padding: 0;
4758
- z-index: 1046;
4759
- box-shadow: none;
4760
- touch-action: manipulation;
 
 
 
4761
  }
4762
 
4763
- button::-moz-focus-inner {
4764
- padding: 0;
4765
- border: 0;
 
4766
  }
4767
 
4768
- .mfp-close {
4769
- width: 44px;
4770
- height: 44px;
4771
- line-height: 44px;
4772
- position: absolute;
4773
- right: 0;
4774
- top: 0;
 
4775
  text-decoration: none;
4776
- text-align: center;
4777
- opacity: 0.65;
4778
- padding: 0 0 18px 10px;
4779
- color: #FFF;
4780
- font-style: normal;
4781
- font-size: 28px;
4782
- font-family: Arial, Baskerville, monospace;
4783
  }
4784
 
4785
- .mfp-close:hover,
4786
- .mfp-close:focus {
4787
- opacity: 1;
4788
  }
4789
 
4790
- .mfp-close:active {
4791
- top: 1px;
 
 
4792
  }
4793
 
4794
- .mfp-close-btn-in .mfp-close {
4795
- color: #333;
 
4796
  }
4797
 
4798
- .mfp-image-holder .mfp-close,
4799
- .mfp-iframe-holder .mfp-close {
4800
- color: #FFF;
4801
- right: -6px;
4802
- text-align: right;
4803
- padding-right: 6px;
4804
- width: 100%;
4805
  }
4806
 
4807
- .mfp-counter {
4808
- position: absolute;
4809
- top: 0;
4810
- right: 0;
4811
- color: #CCC;
4812
- font-size: 12px;
4813
- line-height: 18px;
4814
- white-space: nowrap;
4815
  }
4816
 
4817
- .mfp-arrow {
4818
- position: absolute;
4819
- opacity: 0.65;
4820
- margin: 0;
4821
- top: 50%;
4822
- margin-top: -55px;
4823
- padding: 0;
4824
- width: 90px;
4825
- height: 110px;
4826
- -webkit-tap-highlight-color: transparent;
4827
  }
4828
 
4829
- .mfp-arrow:active {
4830
- margin-top: -54px;
 
 
 
 
 
 
4831
  }
4832
 
4833
- .mfp-arrow:hover,
4834
- .mfp-arrow:focus {
4835
- opacity: 1;
4836
  }
4837
 
4838
- .mfp-arrow:before,
4839
- .mfp-arrow:after {
4840
- content: '';
4841
- display: block;
4842
- width: 0;
4843
- height: 0;
4844
  position: absolute;
4845
- left: 0;
4846
- top: 0;
4847
- margin-top: 35px;
4848
- margin-left: 35px;
4849
- border: medium inset transparent;
 
 
 
 
4850
  }
4851
 
4852
- .mfp-arrow:after {
4853
- border-top-width: 13px;
4854
- border-bottom-width: 13px;
4855
- top: 8px;
 
 
 
 
 
 
 
 
 
4856
  }
4857
 
4858
- .mfp-arrow:before {
4859
- border-top-width: 21px;
4860
- border-bottom-width: 21px;
4861
- opacity: 0.7;
 
 
 
 
 
 
 
4862
  }
4863
 
4864
- .mfp-arrow-left {
4865
- left: 0;
 
 
 
 
 
 
 
 
 
 
 
4866
  }
4867
 
4868
- .mfp-arrow-left:after {
4869
- border-right: 17px solid #FFF;
4870
- margin-left: 31px;
 
 
 
4871
  }
4872
 
4873
- .mfp-arrow-left:before {
4874
- margin-left: 25px;
4875
- border-right: 27px solid #3F3F3F;
 
 
 
 
 
 
 
 
4876
  }
4877
 
4878
- .mfp-arrow-right {
4879
- right: 0;
 
 
4880
  }
4881
 
4882
- .mfp-arrow-right:after {
4883
- border-left: 17px solid #FFF;
4884
- margin-left: 39px;
 
 
4885
  }
4886
 
4887
- .mfp-arrow-right:before {
4888
- border-left: 27px solid #3F3F3F;
 
 
 
 
 
 
 
 
 
4889
  }
4890
 
4891
- .mfp-iframe-holder {
4892
- padding-top: 40px;
4893
- padding-bottom: 40px;
 
 
 
 
4894
  }
4895
 
4896
- .mfp-iframe-holder .mfp-content {
4897
- line-height: 0;
4898
- width: 100%;
4899
- max-width: 900px;
4900
  }
4901
 
4902
- .mfp-iframe-holder .mfp-close {
4903
- top: -40px;
4904
  }
4905
 
4906
- .mfp-iframe-scaler {
 
4907
  width: 100%;
4908
- height: 0;
4909
- overflow: hidden;
4910
- padding-top: 56.25%;
4911
  }
4912
 
4913
- .mfp-iframe-scaler iframe {
4914
- position: absolute;
4915
  display: block;
4916
- top: 0;
4917
- left: 0;
4918
  width: 100%;
4919
- height: 100%;
4920
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
4921
- background: #000;
 
 
4922
  }
4923
 
4924
- /*--- Main image in popup ---*/
4925
- img.mfp-img {
4926
- width: auto;
4927
- max-width: 100%;
4928
- height: auto;
4929
- display: block;
4930
- line-height: 0;
4931
- box-sizing: border-box;
4932
- padding: 40px 0 40px;
4933
- margin: 0 auto;
4934
  }
4935
 
4936
- /*--- The shadow behind the image ---*/
4937
- .mfp-figure {
4938
- line-height: 0;
4939
  }
4940
 
4941
- .mfp-figure:after {
4942
- content: '';
4943
- position: absolute;
4944
- left: 0;
4945
- top: 40px;
4946
- bottom: 40px;
4947
- display: block;
4948
- right: 0;
4949
- width: auto;
4950
- height: auto;
4951
- z-index: -1;
4952
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
4953
- background: #444;
4954
  }
4955
 
4956
- .mfp-figure small {
4957
- color: #BDBDBD;
4958
- display: block;
4959
- font-size: 12px;
4960
- line-height: 14px;
 
4961
  }
4962
 
4963
- .mfp-figure figure {
4964
- margin: 0;
 
4965
  }
4966
 
4967
- .mfp-bottom-bar {
4968
- margin-top: -36px;
4969
  position: absolute;
4970
- top: 100%;
4971
- left: 0;
4972
  width: 100%;
4973
- cursor: auto;
4974
- }
4975
-
4976
- .mfp-title {
4977
- text-align: left;
4978
- line-height: 18px;
4979
- color: #F3F3F3;
4980
- word-wrap: break-word;
4981
- padding-right: 36px;
4982
- }
4983
-
4984
- .mfp-image-holder .mfp-content {
4985
- max-width: 100%;
4986
  }
4987
 
4988
- .mfp-gallery .mfp-image-holder .mfp-figure {
4989
- cursor: pointer;
 
 
 
 
 
 
 
 
 
 
 
4990
  }
4991
 
4992
- button.mfp-close,
4993
- button.mfp-close:hover {
4994
- display: inline-block !important;
4995
- background: transparent;
4996
- width: auto !important;
4997
- }
4998
-
4999
- .mfp-arrow,
5000
- .mfp-arrow:hover {
5001
- background: transparent;
5002
- }
5003
-
5004
- @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
5005
- /**
5006
- * Remove all paddings around the image on small screen
5007
- */
5008
- .mfp-img-mobile .mfp-image-holder {
5009
- padding-left: 0;
5010
- padding-right: 0;
5011
- }
5012
-
5013
- .mfp-img-mobile img.mfp-img {
5014
- padding: 0;
5015
- }
5016
-
5017
- .mfp-img-mobile .mfp-figure:after {
5018
- top: 0;
5019
- bottom: 0;
5020
- }
5021
-
5022
- .mfp-img-mobile .mfp-figure small {
5023
- display: inline;
5024
- margin-left: 5px;
5025
- }
5026
-
5027
- .mfp-img-mobile .mfp-bottom-bar {
5028
- background: rgba(0, 0, 0, 0.6);
5029
- bottom: 0;
5030
- margin: 0;
5031
- top: auto;
5032
- padding: 3px 5px;
5033
- position: fixed;
5034
- box-sizing: border-box;
5035
- }
5036
-
5037
- .mfp-img-mobile .mfp-bottom-bar:empty {
5038
- padding: 0;
5039
- }
5040
-
5041
- .mfp-img-mobile .mfp-counter {
5042
- right: 5px;
5043
- top: 3px;
5044
- }
5045
-
5046
- .mfp-img-mobile .mfp-close {
5047
- top: 0;
5048
- right: 0;
5049
- width: 35px;
5050
- height: 35px;
5051
- line-height: 35px;
5052
- background: rgba(0, 0, 0, 0.6);
5053
- position: fixed;
5054
- text-align: center;
5055
- padding: 0;
5056
- }
5057
- }
5058
- @media all and (max-width: 900px) {
5059
- .mfp-arrow {
5060
- -webkit-transform: scale(0.75);
5061
- transform: scale(0.75);
5062
- }
5063
-
5064
- .mfp-arrow-left {
5065
- -webkit-transform-origin: 0;
5066
- transform-origin: 0;
5067
- }
5068
-
5069
- .mfp-arrow-right {
5070
- -webkit-transform-origin: 100%;
5071
- transform-origin: 100%;
5072
- }
5073
-
5074
- .mfp-container {
5075
- padding-left: 6px;
5076
- padding-right: 6px;
5077
- }
5078
- }
5079
- /*------------------------------*/
5080
- /* 27. Filterable Gallery
5081
- /*------------------------------*/
5082
- .eael-filter-gallery-control {
5083
- width: 100%;
5084
- }
5085
-
5086
- .eael-filter-gallery-control ul,
5087
- .eael-filter-gallery-control ul li {
5088
- text-align: center;
5089
- }
5090
-
5091
- .eael-filter-gallery-control ul {
5092
- margin: 0px 0px 20px 0px;
5093
- padding: 0px;
5094
- text-align: center;
5095
  }
5096
 
5097
- .eael-filter-gallery-control {
5098
- display: flex;
5099
- flex-flow: 1 1 auto;
5100
- align-items: center;
5101
- justify-content: center;
5102
- flex-flow: row wrap;
5103
- padding: 0px;
5104
- margin: 0px;
 
 
 
 
 
5105
  }
5106
 
5107
- .eael-filter-gallery-control ul li {
5108
- list-style: none;
5109
- font-size: 24px;
5110
  display: inline-block;
 
 
 
 
 
 
 
5111
  text-align: center;
 
 
 
 
5112
  }
5113
 
5114
- .eael-filter-gallery-control ul li a.control {
5115
- font-family: 'Montserrat', sans-serif;
5116
- font-size: 16px;
5117
- font-weight: 600;
5118
- padding: 10px 25px;
5119
- margin: 10px 6px;
 
5120
  }
5121
 
5122
- .eael-filter-gallery-container {
5123
- text-align: justify;
5124
- font-size: 0.1px;
5125
  }
5126
 
5127
- .eael-filter-gallery-container:after {
5128
- content: '';
5129
- display: inline-block;
5130
- width: 100%;
5131
  }
5132
 
5133
- .eael-filter-gallery-container:not(.eael-cards) .item:before {
5134
- content: '';
5135
- display: inline-block;
5136
- padding-top: 56.25%;
 
 
5137
  }
5138
 
5139
- .eael-filter-gallery-container .item .caption {
 
5140
  position: absolute;
5141
- display: flex;
5142
- flex-flow: 1 1 100%;
5143
- align-items: center;
5144
- justify-content: center;
5145
- z-index: 1;
5146
  top: 0px;
5147
  left: 0px;
5148
  right: 0px;
5149
  bottom: 0px;
5150
- transition: transform .4s;
 
5151
  }
5152
 
5153
- .eael-filter-gallery-container.eael-cards .item .caption {
5154
- display: none;
 
 
 
5155
  }
5156
 
5157
- .eael-filter-gallery-container.eael-cards .item .item-img .caption {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5158
  position: absolute;
5159
- display: flex;
5160
- flex-flow: 1 1 100%;
5161
- align-items: center;
5162
- justify-content: center;
5163
- z-index: 10;
5164
- top: 0px;
5165
  left: 0px;
5166
  right: 0px;
5167
- bottom: 0px;
5168
- transition: transform .4s;
 
5169
  }
5170
 
5171
- .gallery-item-caption-over {
5172
- width: 100%;
5173
- height: auto;
 
 
 
 
5174
  }
5175
 
5176
- a.eael-gallery-load-more, a.eael-gallery-load-more:hover {
5177
- text-decoration: none;
 
 
5178
  }
5179
 
5180
- /*--- Caption Animation ---*/
5181
- .eael-filter-gallery-container .item .caption.eael-zoom-in,
5182
- .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in {
5183
- transform: scale(0);
5184
  }
5185
 
5186
- .eael-filter-gallery-container .item:hover .caption.eael-zoom-in,
5187
- .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in {
5188
- transform: scale(1);
 
5189
  }
5190
 
5191
- .eael-filter-gallery-container .item .caption.eael-slide-left,
5192
- .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left {
5193
- transform: translateX(-100%);
 
 
 
 
 
5194
  }
5195
 
5196
- .eael-filter-gallery-container .item:hover .caption.eael-slide-left,
5197
- .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left {
5198
- transform: translateX(0%);
5199
  }
5200
 
5201
- .eael-filter-gallery-container .item .caption.eael-slide-right,
5202
- .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right {
5203
- transform: translateX(100%);
5204
- }
5205
-
5206
- .eael-filter-gallery-container .item:hover .caption.eael-slide-right,
5207
- .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right {
5208
- transform: translateX(0%);
5209
- }
5210
-
5211
- .eael-filter-gallery-container .item .caption.eael-slide-top,
5212
- .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top {
5213
- transform: translateY(-100%);
5214
- }
5215
 
5216
- .eael-filter-gallery-container .item:hover .caption.eael-slide-top,
5217
- .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top {
5218
- transform: translateY(0%);
 
 
 
5219
  }
 
 
 
 
5220
 
5221
- .eael-filter-gallery-container .item .caption.eael-slide-bottom,
5222
- .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom {
5223
- transform: translateY(100%);
5224
- }
5225
 
5226
- .eael-filter-gallery-container .item:hover .caption.eael-slide-bottom,
5227
- .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom {
5228
- transform: translateY(0%);
 
 
5229
  }
5230
-
5231
- .eael-filter-gallery-container .item .caption a {
5232
- display: inline-block;
5233
- width: 50px;
5234
- height: 50px;
5235
  text-align: center;
5236
- line-height: 50px;
5237
- border-radius: 50%;
5238
- margin: 0 5px;
5239
- font-size: 20px;
5240
- cursor: pointer;
5241
- transition: .3s;
5242
  }
5243
 
5244
- .eael-filter-gallery-container .item .caption a:nth-child(1),
5245
- .eael-container .item .caption a:nth-child(2) {
5246
- transition: .6s;
5247
- opacity: 0;
5248
  }
5249
 
5250
- .eael-filter-gallery-container .item .caption a:nth-child(1) {
5251
- transform: translateY(-100%);
5252
  }
5253
 
5254
- .eael-filter-gallery-container .item .caption a:nth-child(2) {
5255
- transform: translateY(100%);
5256
  }
5257
 
5258
- .eael-filter-gallery-container .item .caption:hover a:nth-child(1),
5259
- .eael-filter-gallery-container .item .caption:hover a:nth-child(2) {
5260
- transform: translateY(0%);
5261
- opacity: 1;
5262
  }
5263
 
5264
- .eael-filter-gallery-container .item .caption .eael-popup-link {
5265
- outline: 0;
5266
  }
5267
 
5268
- /*--- Filter Gallery Card Style ---*/
5269
- .eael-filter-gallery-container.eael-cards .item:before {
5270
- padding-top: 0px;
 
 
 
 
5271
  }
5272
 
5273
- .eael-filter-gallery-container.eael-cards .item-img {
5274
- position: relative;
5275
- background-repeat: no-repeat;
5276
- background-position: center;
5277
- background-size: cover;
5278
- height: 220px;
5279
- z-index: 0;
5280
- overflow: hidden;
5281
  }
5282
 
5283
- .eael-filter-gallery-container.eael-cards .item-content {
5284
- padding: 15px;
 
5285
  }
5286
 
5287
- .eael-filter-gallery-container.eael-cards .item-content .title,
5288
- .eael-filter-gallery-container.eael-cards .item-content .title a {
5289
- font-size: 20px;
5290
- line-height: 1;
5291
- margin-bottom: 0px;
5292
- transition: .3s;
5293
  }
5294
 
5295
- .eael-filter-gallery-container.eael-cards .item-content p {
5296
- font-size: 14px;
5297
- line-height: 26px;
 
5298
  }
5299
 
5300
- .eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
5301
- text-align: center;
 
 
5302
  }
5303
 
5304
- .eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
5305
- text-align: right;
 
 
 
5306
  }
5307
 
5308
- .eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
5309
- text-align: center;
 
 
 
 
 
 
5310
  }
5311
 
5312
- .eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
 
 
 
 
5313
  text-align: right;
5314
  }
5315
 
5316
- /*--- Editor Specific Style ---*/
5317
- .eael-fg-content-align-left .eael-cards .item .item-content {
5318
- text-align: left;
5319
- }
5320
-
5321
- .eael-fg-content-align-center .eael-cards .item .item-content {
5322
  text-align: center;
5323
  }
5324
 
5325
- .eael-fg-content-align-right .eael-cards .item .item-content {
5326
- text-align: right;
 
 
 
5327
  }
5328
 
5329
- /*--- Magnific Gallery Fix ---*/
5330
- .mfp-wrap ~ div.dialog-widget {
5331
- display: none !important;
5332
  }
5333
 
5334
- .eael-filterable-gallery-item-wrap {
5335
- float: left;
5336
- width: 33.33%;
5337
  }
5338
 
5339
- .eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap {
 
5340
  width: 100%;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5341
  }
5342
 
5343
- .eael-filter-gallery-control > ul li {
5344
- font-size: 13px;
5345
- line-height: 1.8;
5346
- text-transform: uppercase;
5347
- letter-spacing: 1px;
5348
- padding: 6px 15px;
5349
- cursor: pointer;
5350
- margin: 0 5px;
5351
- font-weight: normal;
5352
  }
5353
 
5354
- .eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap {
5355
- width: 50%;
 
 
5356
  }
5357
 
5358
- .eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap {
5359
- width: 25%;
5360
  }
5361
 
5362
- .eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap {
5363
- width: 20%;
5364
  }
5365
 
5366
- .gallery-grid-item {
5367
- margin-left: calc(20px/2);
5368
- margin-right: calc(20px/2);
5369
- margin-bottom: 20px;
5370
- position: relative;
5371
- overflow: hidden;
5372
  }
5373
 
5374
- .gallery-item-caption-wrap,
5375
- .media-content-wrap {
5376
- font-size: 14px;
5377
- text-align: left;
5378
  }
5379
 
5380
- .gallery-item-thumbnail-wrap.caption-style-card img {
5381
- max-height: 100%;
5382
- width: 100%;
 
 
 
 
 
 
5383
  }
5384
-
5385
- .gallery-item-caption-wrap.caption-style-hoverer {
5386
- position: absolute;
5387
- left: 0;
5388
- top: 0;
5389
- height: 100%;
5390
- width: 100%;
5391
- padding: 15px;
5392
- z-index: 10;
5393
  }
5394
-
5395
- .eael-filterable-gallery-item-wrap .gallery-grid-item .gallery-item-thumbnail-wrap > img {
5396
- height: 100%;
5397
  width: 100%;
5398
- object-fit: cover;
 
5399
  }
5400
-
5401
- /*--- Gallery content css ---*/
5402
- .fg-item-title,
5403
- .fg-item-content {
5404
- color: #ffffff;
5405
- font-family: inherit;
5406
  }
5407
-
5408
- /*--- Gallery Card Style CSS ---*/
5409
- .gallery-item-caption-wrap.caption-style-card .fg-item-title {
5410
- font-size: 18px;
5411
- margin: 15px 0 15px;
5412
- line-height: 1;
5413
  }
5414
-
5415
- .gallery-item-caption-wrap.caption-style-card {
5416
- background: #f7f7f7;
 
 
5417
  }
5418
-
5419
- .gallery-item-caption-wrap.caption-style-card .fg-item-title {
5420
- margin: 10px 0 15px;
5421
- color: #000000;
5422
  }
5423
-
5424
- .gallery-item-caption-wrap.caption-style-card .fg-item-content {
5425
- color: #212529;
5426
- line-height: 1.5;
5427
- font-weight: normal;
5428
  }
5429
-
5430
- .gallery-item-buttons > a {
5431
- display: inline-block;
5432
- font-size: 16px;
5433
- color: #000;
5434
- margin-right: 15px;
5435
  }
5436
-
5437
- .gallery-item-buttons > a:visited {
5438
- color: #000;
5439
  }
5440
-
5441
- .gallery-item-caption-wrap.caption-style-card {
5442
- padding: 10px;
5443
- box-sizing: border-box;
5444
- font-family: inherit;
5445
  }
5446
-
5447
- /*--- Gallery item hover style ---*/
5448
- .gallery-item-caption-wrap .gallery-item-hoverer-bg {
5449
- position: absolute;
5450
- left: 0;
5451
- top: 0;
5452
- height: 100%;
5453
- width: 100%;
5454
- content: '';
5455
- background: #000000;
5456
- z-index: -1;
5457
- opacity: .7;
5458
  }
5459
-
5460
- .gallery-item-caption-wrap.caption-style-hoverer {
5461
- visibility: hidden;
5462
- opacity: 0;
5463
- transition: 0.6s all ease;
5464
- display: flex;
5465
- align-items: center;
5466
  }
5467
-
5468
- .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer {
5469
- opacity: 1;
5470
- visibility: visible;
 
5471
  }
5472
-
5473
- .gallery-item-caption-wrap.caption-style-hoverer h5 {
5474
- font-size: 20px;
5475
- margin-bottom: 5px;
5476
- line-height: 1;
5477
  }
5478
-
5479
- .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5 {
5480
- transform: translateY(20px);
5481
- transition: 0.6s all ease;
5482
  }
5483
-
5484
- .gallery-item-caption-wrap.caption-style-hoverer p {
5485
- margin-bottom: 5px;
 
 
5486
  }
5487
-
5488
- .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
5489
- transform: translateY(40px);
5490
- transition: 0.6s all ease;
 
5491
  }
5492
-
5493
- .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons {
5494
- transform: translateY(40px);
5495
- transition: 0.6s all ease;
 
 
 
 
 
 
 
 
 
5496
  }
5497
-
5498
- .gallery-item-caption-wrap .gallery-item-buttons > a {
5499
- padding: 5px 15px;
5500
- display: inline-block;
5501
- border-radius: 50%;
5502
- outline: none;
5503
  text-decoration: none;
5504
  }
5505
-
5506
- .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
5507
- transform: scale(0.8);
5508
- transition: 0.6s all ease;
5509
- }
5510
-
5511
- .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,
5512
- .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,
5513
- .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
5514
- transform: translate(0);
5515
- }
5516
-
5517
- .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
5518
- transform: scale(1);
5519
- visibility: visible;
5520
- opacity: 1;
5521
  }
5522
-
5523
- .gallery-item-caption-wrap.caption-style-hoverer.eael-none {
5524
- transition: none;
 
 
 
 
5525
  }
5526
-
5527
- /*--- Video Gallery ---*/
5528
- .gallery-item-thumbnail-wrap {
5529
- position: relative;
 
 
 
 
 
5530
  }
5531
-
5532
- .video-popup,
5533
- .video-popup-bg {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5534
  position: absolute;
5535
- left: 0;
5536
- top: 0;
5537
- height: 100%;
5538
- width: 100%;
5539
- }
5540
-
5541
- .video-popup > img {
5542
- width: 62px;
5543
- position: relative;
5544
  z-index: 1;
5545
- transition: 300ms;
5546
- }
5547
-
5548
- .video-popup {
5549
- display: flex;
5550
- align-items: center;
5551
- justify-content: center;
 
5552
  }
5553
-
5554
- .video-popup:hover > img {
5555
- transform: scale(1.1);
 
 
5556
  }
5557
-
5558
- .video-popup-bg {
5559
- visibility: hidden;
5560
- opacity: 0;
5561
- transition: 350ms;
5562
  }
5563
-
5564
- .gallery-grid-item:hover .video-popup-bg {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5565
  visibility: visible;
5566
- opacity: 1;
5567
  }
5568
-
5569
- .gallery-item-thumbnail-wrap > .gallery-item-caption-wrap {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5570
  position: absolute;
 
5571
  left: 0;
5572
- top: 0;
5573
- height: 100%;
5574
- width: 100%;
5575
- display: flex;
5576
- align-items: center;
5577
- justify-content: center;
5578
  }
5579
-
5580
- .gallery-item-caption-wrap.card-hover-bg {
5581
- visibility: hidden;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5582
  opacity: 0;
5583
- transition: 800ms;
 
 
 
 
5584
  }
5585
-
5586
- .gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg {
5587
- visibility: visible;
5588
- opacity: 1;
 
 
 
5589
  }
5590
-
5591
- .gallery-item-caption-wrap .gallery-item-buttons > a > i {
5592
- display: flex;
5593
- align-items: center;
5594
- justify-content: center;
5595
- height: 100%;
5596
  }
5597
-
5598
- /*--- Gallery Column CSS ---*/
5599
- @media only screen and (min-width: 1025px) {
5600
- /* For Desktop: */
5601
- .elementor-element.elementor-grid-1 {
5602
- position: relative;
5603
- }
5604
-
5605
- .elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap {
5606
- width: 100%;
5607
- float: left;
5608
- }
5609
-
5610
- .elementor-element.elementor-grid-2 {
5611
- position: relative;
5612
- }
5613
-
5614
- .elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap {
5615
- width: 50%;
5616
- float: left;
5617
- }
5618
-
5619
- .elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
5620
- margin-right: 0 !important;
5621
- }
5622
-
5623
- .elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
5624
- clear: left;
5625
- }
5626
-
5627
- .elementor-element.elementor-grid-3 {
5628
- position: relative;
5629
- }
5630
-
5631
- .elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap {
5632
- width: 33.3333%;
5633
- float: left;
5634
- }
5635
-
5636
- .elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
5637
- margin-right: 0 !important;
5638
- }
5639
-
5640
- .elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
5641
- clear: left;
5642
- }
5643
-
5644
- .elementor-element.elementor-grid-4 {
5645
- position: relative;
5646
- }
5647
-
5648
- .elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap {
5649
- width: 25%;
5650
- float: left;
5651
- }
5652
-
5653
- .elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
5654
- margin-right: 0 !important;
5655
- }
5656
-
5657
- .elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
5658
- clear: left;
5659
- }
5660
-
5661
- .elementor-element.elementor-grid-5 {
5662
- position: relative;
5663
- }
5664
-
5665
- .elementor-element.elementor-grid-5 .pp-logo-grid {
5666
- margin-right: -5px;
5667
- }
5668
-
5669
- .elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap {
5670
- width: 20%;
5671
- float: left;
5672
- }
5673
-
5674
- .elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
5675
- margin-right: 0 !important;
5676
- }
5677
-
5678
- .elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
5679
- clear: left;
5680
- }
5681
-
5682
- .elementor-element.elementor-grid-6 {
5683
- position: relative;
5684
- }
5685
-
5686
- .elementor-element.elementor-grid-6 .pp-logo-grid {
5687
- margin-right: -6px;
5688
- }
5689
-
5690
- .elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap {
5691
- width: 16.6667%;
5692
- float: left;
5693
- }
5694
-
5695
- .elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
5696
- margin-right: 0 !important;
5697
- }
5698
-
5699
- .elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
5700
- clear: left;
5701
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5702
  }
5703
- @media only screen and (max-width: 1024px) and (min-width: 766px) {
5704
- /* For tablets: */
5705
- .elementor-element.elementor-grid-tablet-1 {
5706
- position: relative;
5707
- }
5708
 
5709
- .elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap {
5710
- width: 100%;
5711
- float: left;
 
5712
  }
5713
-
5714
- .elementor-element.elementor-grid-tablet-2 {
5715
- position: relative;
5716
  }
5717
-
5718
- .elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap {
5719
- width: 50%;
5720
- float: left;
 
5721
  }
5722
-
5723
- .elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
5724
- margin-right: 0 !important;
5725
  }
5726
-
5727
- .elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
5728
- clear: left;
 
 
5729
  }
5730
-
5731
- .elementor-element.elementor-grid-tablet-3 {
5732
- position: relative;
5733
  }
5734
-
5735
- .elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap {
5736
- width: 33.3333%;
5737
- float: left;
 
5738
  }
5739
-
5740
- .elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
5741
- margin-right: 0 !important;
5742
  }
 
 
 
 
5743
 
5744
- .elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
5745
- clear: left;
5746
- }
 
5747
 
5748
- .elementor-element.elementor-grid-tablet-4 {
5749
- position: relative;
5750
- }
 
 
 
 
 
 
 
 
 
 
 
 
5751
 
5752
- .elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap {
5753
- width: 25%;
5754
- float: left;
5755
- }
 
 
 
 
 
 
 
 
 
 
 
 
5756
 
5757
- .elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
5758
- margin-right: 0 !important;
5759
- }
 
 
 
 
 
 
 
 
 
 
5760
 
5761
- .elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
5762
- clear: left;
5763
- }
 
 
 
 
5764
 
5765
- .elementor-element.elementor-grid-tablet-5 {
5766
- position: relative;
5767
- }
 
 
 
 
 
 
5768
 
5769
- .elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap {
5770
- width: 20%;
5771
- float: left;
5772
- }
 
 
 
 
 
5773
 
5774
- .elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
5775
- margin-right: 0 !important;
5776
- }
 
 
 
 
 
 
 
 
 
 
 
5777
 
5778
- .elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
5779
- clear: left;
5780
- }
 
 
5781
 
5782
- .elementor-element.elementor-grid-tablet-6 {
5783
- position: relative;
5784
- }
 
 
 
5785
 
5786
- .elementor-element.elementor-grid-tablet-6 .pp-logo-grid {
5787
- margin-right: -6px;
5788
- }
 
 
 
 
 
 
5789
 
5790
- .elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap {
5791
- width: 16.6667%;
5792
- float: left;
5793
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5794
 
5795
- .elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
5796
- margin-right: 0 !important;
5797
- }
 
 
 
5798
 
5799
- .elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
5800
- clear: left;
5801
- }
5802
  }
5803
- @media only screen and (max-width: 767px) {
5804
- .elementor-element.elementor-grid-mobile-1 {
5805
- position: relative;
5806
- }
5807
 
5808
- .elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap {
5809
- width: 100%;
5810
- float: left;
5811
- }
 
 
 
 
 
 
 
 
 
5812
 
5813
- .elementor-element.elementor-grid-mobile-2 {
5814
- position: relative;
5815
- }
 
5816
 
5817
- .elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap {
5818
- width: 50%;
5819
- float: left;
5820
- }
5821
 
5822
- .elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
5823
- margin-right: 0 !important;
5824
- }
5825
 
5826
- .elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
5827
- clear: left;
5828
- }
 
 
 
5829
 
5830
- .elementor-element.elementor-grid-mobile-3 {
5831
- position: relative;
5832
- }
 
 
5833
 
5834
- .elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap {
5835
- width: 33.3333%;
5836
- float: left;
5837
- }
 
5838
 
5839
- .elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
5840
- margin-right: 0 !important;
5841
- }
 
 
 
 
5842
 
5843
- .elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
5844
- clear: left;
5845
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*------------------------------*/
2
+ /* 31. Advance Accordion
3
+ /*------------------------------*/
4
+ .eael-adv-accordion {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  width: auto;
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  height: auto;
7
+ -webkit-transition: all 0.3s ease-in-out;
8
+ -o-transition: all 0.3s ease-in-out;
9
+ transition: all 0.3s ease-in-out;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  }
11
 
12
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
13
+ padding: 15px;
14
+ border: 1px solid rgba(0, 0, 0, 0.02);
15
+ font-size: 1rem;
16
+ font-weight: 600;
17
+ line-height: 1;
18
+ -webkit-transition: all 0.3s ease-in-out;
19
+ -o-transition: all 0.3s ease-in-out;
20
+ transition: all 0.3s ease-in-out;
21
+ display: -webkit-box;
22
+ display: -webkit-flex;
23
+ display: -ms-flexbox;
24
+ display: flex;
25
+ -webkit-box-pack: justify;
26
+ -webkit-justify-content: space-between;
27
+ -ms-flex-pack: justify;
28
+ justify-content: space-between;
29
+ -webkit-box-align: center;
30
+ -webkit-align-items: center;
31
+ -ms-flex-align: center;
32
+ align-items: center;
33
+ cursor: pointer;
34
  }
35
 
36
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle {
37
+ -webkit-transform: rotate(0deg);
38
+ -ms-transform: rotate(0deg);
39
+ transform: rotate(0deg);
40
+ z-index: 10;
41
+ -webkit-transition: all 0.3s ease-in-out;
42
+ -o-transition: all 0.3s ease-in-out;
43
+ transition: all 0.3s ease-in-out;
44
  }
45
 
46
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
47
+ -webkit-transform: rotate(90deg);
48
+ -ms-transform: rotate(90deg);
49
+ transform: rotate(90deg);
50
+ z-index: 10;
51
+ -webkit-transition: all 0.3s ease-in-out;
52
+ -o-transition: all 0.3s ease-in-out;
53
+ transition: all 0.3s ease-in-out;
54
  }
55
 
56
+ .fa-accordion-icon {
57
+ display: inline-block;
58
+ margin-right: 10px;
59
  }
60
 
61
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-content {
62
+ display: none;
63
+ border: 1px solid #eee;
64
+ padding: 15px;
65
+ -webkit-box-sizing: border-box;
66
+ box-sizing: border-box;
67
+ font-size: 1rem;
68
+ line-height: 1.7;
 
 
 
 
 
 
 
 
 
 
69
  }
70
 
71
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-content p {
 
 
 
72
  margin: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  }
74
 
75
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-content.active {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  display: block;
77
  }
78
 
79
+ @-webkit-keyframes rotate-90 {
80
+ 0% {
81
+ -webkit-transform: rotateY(0deg);
82
+ transform: rotateY(0deg);
83
+ }
84
+ 100% {
85
+ -webkit-transform: rotateY(-180deg);
86
+ transform: rotateY(-180deg);
87
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  }
89
 
90
+ @keyframes rotate-90 {
91
  0% {
92
+ -webkit-transform: rotateY(0deg);
93
+ transform: rotateY(0deg);
 
 
94
  }
95
  100% {
96
+ -webkit-transform: rotateY(-180deg);
97
+ transform: rotateY(-180deg);
98
  }
99
  }
100
+ @-webkit-keyframes fadeIn {
101
  0% {
102
  opacity: 1;
103
+ -webkit-transition: all 0.3s ease-in-out;
104
+ -o-transition: all 0.3s ease-in-out;
105
+ transition: all 0.3s ease-in-out;
106
  }
107
  100% {
108
  opacity: 1;
109
+ -webkit-transition: all 0.3s ease-in-out;
110
+ -o-transition: all 0.3s ease-in-out;
111
+ transition: all 0.3s ease-in-out;
112
  }
113
  }
114
+ @keyframes fadeIn {
115
  0% {
116
  opacity: 1;
117
+ -webkit-transition: all 0.3s ease-in-out;
118
+ -o-transition: all 0.3s ease-in-out;
119
+ transition: all 0.3s ease-in-out;
120
  }
121
  100% {
122
  opacity: 1;
123
+ -webkit-transition: all 0.3s ease-in-out;
124
+ -o-transition: all 0.3s ease-in-out;
125
+ transition: all 0.3s ease-in-out;
126
  }
127
  }
 
 
 
 
128
 
129
+ /*----------------------------*/
130
+ /* 30. Advance Tabs
131
+ /*----------------------------*/
132
+ .eael-advance-tabs {
133
+ display: block;
134
  }
135
 
136
+ .eael-advance-tabs .eael-tabs-nav > ul {
137
+ position: relative;
138
+ padding: 0px;
139
+ margin: 0px;
140
+ list-style-type: none;
141
+ display: -webkit-box;
142
+ display: -webkit-flex;
143
+ display: -ms-flexbox;
144
  display: flex;
145
+ -webkit-box-pack: start;
146
+ -webkit-justify-content: flex-start;
147
+ -ms-flex-pack: start;
148
+ justify-content: flex-start;
149
+ -webkit-box-align: center;
150
+ -webkit-align-items: center;
151
+ -ms-flex-align: center;
152
+ align-items: center;
153
+ z-index: 1;
154
  }
155
 
156
+ .eael-advance-tabs .eael-tabs-nav > ul li {
 
 
 
 
157
  position: relative;
158
+ padding: 1em 1.5em;
159
+ -webkit-box-flex: 1;
160
+ -webkit-flex: 1 1 auto;
161
+ -ms-flex: 1 1 auto;
162
+ flex: 1 1 auto;
163
+ cursor: pointer;
164
+ display: -webkit-box;
165
+ display: -webkit-flex;
166
+ display: -ms-flexbox;
167
+ display: flex;
168
+ -webkit-box-pack: center;
169
+ -webkit-justify-content: center;
170
+ -ms-flex-pack: center;
171
+ justify-content: center;
172
+ -webkit-box-align: center;
173
+ -webkit-align-items: center;
174
+ -ms-flex-align: center;
175
+ align-items: center;
176
+ text-align: center;
177
  }
178
 
179
+ .eael-advance-tabs .eael-tabs-nav > ul li:after {
180
+ content: "";
181
+ position: absolute;
182
+ bottom: -10px;
183
+ left: 0px;
184
+ right: 0px;
185
+ margin: 0 auto;
186
+ z-index: 1;
187
+ width: 0px;
188
+ height: 0px;
189
+ border-left: 10px solid transparent;
190
+ border-right: 10px solid transparent;
191
+ border-top: 10px solid #444;
192
+ border-bottom: 0px;
193
+ display: none;
194
  }
195
 
196
+ .eael-advance-tabs.active-caret-on .eael-tabs-nav > ul li.active:after,
197
+ .eael-advance-tabs.active-caret-on .eael-tabs-nav > ul li.active-default:after {
198
+ display: none;
199
  }
200
 
201
+ .eael-advance-tabs .eael-tabs-nav > ul li.active:after,
202
+ .eael-advance-tabs .eael-tabs-nav > ul li.active-default:after {
203
+ display: block;
 
 
204
  }
205
 
206
+ .eael-tabs-content {
207
+ display: -webkit-box;
208
+ display: -webkit-flex;
209
+ display: -ms-flexbox;
210
+ display: flex;
211
+ -webkit-box-flex: 1;
212
+ -webkit-flex: 1 1 auto;
213
+ -ms-flex: 1 1 auto;
214
+ flex: 1 1 auto;
215
  }
216
 
217
+ .eael-advance-tabs .eael-tabs-content > div {
218
+ display: none;
 
 
 
 
 
219
  opacity: 0;
 
 
220
  }
221
 
222
+ .eael-advance-tabs .eael-tabs-content > div.active,
223
+ .eael-advance-tabs .eael-tabs-content > div.active-default {
224
  display: block;
225
+ width: 100%;
226
+ padding: 1em;
227
+ opacity: 1;
228
+ -webkit-animation: fadeIn linear 0.3s;
229
+ animation: fadeIn linear 0.3s;
230
  }
231
 
232
+ /*--- Inline Icon ---*/
233
+ .eael-tab-inline-icon li a .fa {
234
+ margin-right: 10px;
235
+ line-height: 1;
 
 
 
236
  }
237
 
238
+ .eael-tab-top-icon li a {
239
+ display: -webkit-box;
240
+ display: -webkit-flex;
241
+ display: -ms-flexbox;
242
+ display: flex;
243
+ -webkit-flex-wrap: wrap;
244
+ -ms-flex-wrap: wrap;
245
+ flex-wrap: wrap;
246
+ text-align: center;
247
  }
248
 
249
+ .eael-tab-top-icon li a .fa,
250
+ .eael-tab-top-icon li a .eael-tab-title {
251
+ -webkit-box-flex: 1;
252
+ -webkit-flex: 1 1 100%;
253
+ -ms-flex: 1 1 100%;
254
+ flex: 1 1 100%;
255
+ line-height: 1;
256
  }
257
 
258
+ .eael-tab-top-icon li a .eael-tab-title {
259
+ margin-top: 10px;
 
 
260
  }
261
 
262
+ /*--- Vertical Tabs ---*/
263
+ .eael-advance-tabs.eael-tabs-vertical {
264
+ display: -webkit-box;
265
+ display: -webkit-flex;
266
+ display: -ms-flexbox;
267
+ display: flex;
 
 
 
 
 
 
 
 
 
268
  }
269
 
270
+ .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav {
271
+ -webkit-box-flex: 0;
272
+ -webkit-flex: 0 0 auto;
273
+ -ms-flex: 0 0 auto;
274
+ flex: 0 0 auto;
275
  }
276
 
277
+ .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul {
278
+ -webkit-box-orient: vertical;
279
+ -webkit-box-direction: normal;
280
+ -webkit-flex-flow: column wrap;
281
+ -ms-flex-flow: column wrap;
282
+ flex-flow: column wrap;
283
  }
284
 
285
+ .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul > li {
286
+ width: 100%;
287
+ -webkit-box-pack: start;
288
+ -webkit-justify-content: start;
289
+ -ms-flex-pack: start;
290
+ justify-content: start;
 
291
  }
292
 
293
+ .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul li::after {
294
+ bottom: auto !important;
295
+ right: -10px;
296
+ top: calc(50% - 10px);
297
+ left: auto !important;
298
+ border-left: 10px solid #444;
299
+ border-right: 0;
300
+ border-top: 10px solid transparent;
301
+ border-bottom: 10px solid transparent;
 
 
 
 
 
302
  }
303
 
304
+ @media only screen and (max-width: 767px) {
305
+ .eael-advance-tabs .eael-tabs-nav > ul {
306
+ -webkit-flex-wrap: wrap;
307
+ -ms-flex-wrap: wrap;
308
+ flex-wrap: wrap;
309
+ }
310
+
311
+ .eael-advance-tabs .eael-tabs-nav > ul li {
312
+ -webkit-box-flex: 1;
313
+ -webkit-flex: 1 100%;
314
+ -ms-flex: 1 100%;
315
+ flex: 1 100%;
316
+ }
317
+
318
+ .eael-advance-tabs.eael-tabs-vertical {
319
+ -webkit-flex-wrap: wrap;
320
+ -ms-flex-wrap: wrap;
321
+ flex-wrap: wrap;
322
+ }
323
+
324
+ .eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav {
325
+ -webkit-box-flex: 1;
326
+ -webkit-flex: 1 100%;
327
+ -ms-flex: 1 100%;
328
+ flex: 1 100%;
329
+ }
330
+
331
+ .eael-advance-tabs.eael-tabs-vertical ul {
332
+ -webkit-box-flex: 1;
333
+ -webkit-flex: 1 100%;
334
+ -ms-flex: 1 100%;
335
+ flex: 1 100%;
336
+ }
337
+
338
+ .eael-advance-tabs.eael-tabs-vertical ul li {
339
+ -webkit-box-flex: 1;
340
+ -webkit-flex: 1 100%;
341
+ -ms-flex: 1 100%;
342
+ flex: 1 100%;
343
+ }
344
+
345
+ div.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav > ul li::after {
346
+ border-left-color: transparent !important;
347
+ bottom: -20px !important;
348
+ left: 0 !important;
349
+ right: 0 !important;
350
+ top: auto !important;
351
+ border-left: 10px solid transparent;
352
+ border-right: 10px solid transparent;
353
+ border-top-color: #444 !important;
354
+ }
355
  }
356
 
357
+ /* ----------------------------------------- */
358
+ /* 22. Caldera Contact Form Styler
359
+ /* ----------------------------------------- */
360
+ .eael-caldera-form-align-left,
361
+ .eael-caldera-form-btn-align-left {
362
+ text-align: left;
363
  }
364
 
365
+ .eael-caldera-form-align-right,
366
+ .eael-caldera-form-btn-align-right {
367
+ text-align: right;
 
 
 
 
 
 
 
 
 
368
  }
369
 
370
+ .eael-caldera-form-align-center,
371
+ .eael-caldera-form-btn-align-center {
372
+ text-align: center;
373
  }
374
 
375
+ .eael-caldera-form .control-label {
376
+ display: none;
 
377
  }
378
 
379
+ .eael-caldera-form-labels-yes .control-label {
380
+ display: block;
381
  }
382
 
383
+ .eael-caldera-form-button-center .form-group input[type=button],
384
+ .eael-caldera-form-button-center .form-group input[type=submit] {
385
  display: block;
386
+ margin: 0 auto;
 
 
 
 
 
 
387
  }
388
 
389
+ .eael-caldera-form-button-right .form-group input[type=button],
390
+ .eael-caldera-form-button-right .form-group input[type=submit] {
391
+ float: right;
392
  }
393
 
394
+ .eael-caldera-form .intl-tel-input {
395
+ display: inherit;
 
 
 
 
 
 
 
396
  }
397
 
398
+ .eael-custom-radio-checkbox .caldera-grid input[type=checkbox],
399
+ .eael-custom-radio-checkbox .caldera-grid input[type=radio] {
400
+ border-style: solid;
401
+ border-width: 0;
402
+ padding: 3px;
403
+ -webkit-appearance: none;
404
  }
405
 
406
+ .eael-caldera-form-button-full-width .form-group input[type=submit],
407
+ .eael-caldera-form-button-full-width .form-group input[type=button] {
 
 
 
408
  width: 100%;
 
 
 
409
  }
410
 
411
+ /*--------------------------*/
412
+ /* 19. Call To Action
413
+ /*-------------------------*/
414
+ .eael-call-to-action {
415
+ width: 100%;
416
+ height: auto;
417
  display: block;
418
+ padding: 30px;
419
+ font-size: 16px;
420
+ color: #4d4d4d;
421
+ font-weight: 400;
422
+ line-height: 27px;
423
+ margin: 0 auto;
424
  }
425
 
426
+ .eael-call-to-action p {
427
+ margin-bottom: 10px;
 
 
 
 
 
428
  }
429
 
430
+ .eael-call-to-action .title {
431
+ font-size: 36px;
432
+ font-weight: 600;
433
+ line-height: 36px;
434
+ margin-bottom: 10px;
435
+ text-transform: capitalize;
436
+ font-style: normal;
437
  }
438
 
439
+ .eael-call-to-action.cta-center {
440
+ text-align: center;
 
441
  }
442
 
443
+ .eael-call-to-action.cta-right {
444
+ text-align: right;
 
 
 
 
 
 
 
 
 
445
  }
446
 
447
+ .eael-call-to-action.cta-left {
448
+ text-align: left;
 
 
 
 
449
  }
450
 
451
+ .eael-call-to-action.bg-lite {
452
+ background: #f4f4f4;
 
453
  }
454
 
455
+ .eael-call-to-action.bg-img {
456
+ background-image: url("../img/bg.jpg");
457
+ background-repeat: no-repeat;
458
+ background-position: center;
459
+ -webkit-background-size: cover;
460
+ background-size: cover;
461
+ position: relative;
462
+ z-index: 0;
463
+ color: rgba(255, 255, 255, 0.7);
464
  }
465
 
466
+ .eael-call-to-action.bg-img .icon {
467
+ color: #fff;
 
468
  }
469
 
470
+ .eael-call-to-action.bg-img:after {
471
+ content: "";
472
+ position: absolute;
473
+ width: 100%;
474
+ height: 100%;
475
+ top: 0px;
476
+ left: 0px;
477
+ z-index: -1;
478
+ background: rgba(0, 0, 0, 0.8);
479
  }
480
 
481
+ .eael-call-to-action.bg-img.bg-fixed {
482
+ background-attachment: fixed;
483
+ background-position: center center;
 
 
484
  }
485
 
486
+ .eael-call-to-action.bg-img .title {
487
+ color: rgba(255, 255, 255, 0.9);
488
  }
489
 
490
+ /*--- Cta Flex ---*/
491
+ .eael-call-to-action.cta-flex,
492
+ .eael-call-to-action.cta-icon-flex {
493
+ display: -webkit-box;
494
+ display: -webkit-flex;
495
+ display: -ms-flexbox;
496
+ display: flex;
497
+ -webkit-box-pack: justify;
498
+ -webkit-justify-content: space-between;
499
+ -ms-flex-pack: justify;
500
+ justify-content: space-between;
501
+ -webkit-box-align: start;
502
+ -webkit-align-items: flex-start;
503
+ -ms-flex-align: start;
504
+ align-items: flex-start;
505
  }
506
 
507
+ /*--- Cta Icon Flex ---*/
508
+ .eael-call-to-action.cta-icon-flex .icon {
509
+ -webkit-box-flex: 1;
510
+ -webkit-flex-grow: 1;
511
+ -ms-flex-positive: 1;
512
+ flex-grow: 1;
513
+ font-size: 80px;
514
+ text-align: left;
515
+ line-height: 130px;
516
  }
517
 
518
+ .eael-call-to-action.cta-icon-flex .action {
519
+ -webkit-box-flex: 1;
520
+ -webkit-flex-grow: 1;
521
+ -ms-flex-positive: 1;
522
+ flex-grow: 1;
523
+ text-align: right;
524
+ padding-top: 22px;
525
+ -webkit-flex-basis: 22%;
526
+ -ms-flex-preferred-size: 22%;
527
+ flex-basis: 22%;
528
  }
529
 
530
+ .eael-call-to-action.cta-icon-flex .content {
531
+ -webkit-box-flex: 1;
532
+ -webkit-flex-grow: 1;
533
+ -ms-flex-positive: 1;
534
+ flex-grow: 1;
535
+ padding: 0px 30px;
536
  }
537
 
538
+ /*--- Cta Flex ---*/
539
+ .eael-call-to-action.cta-flex .content {
540
+ padding: 0px 15px;
541
+ -webkit-box-flex: 1;
542
+ -webkit-flex-grow: 1;
543
+ -ms-flex-positive: 1;
544
+ flex-grow: 1;
 
545
  }
546
 
547
+ .eael-call-to-action.cta-flex .action {
548
+ -webkit-box-flex: 1;
549
+ -webkit-flex-grow: 1;
550
+ -ms-flex-positive: 1;
551
+ flex-grow: 1;
552
+ text-align: right;
553
+ padding-top: 25px;
554
+ -webkit-flex-basis: 23%;
555
+ -ms-flex-preferred-size: 23%;
556
+ flex-basis: 23%;
557
  }
558
 
559
+ /*--- Cta Button ---*/
560
+ .eael-call-to-action .cta-button {
561
+ position: relative;
562
+ display: inline-block;
563
+ padding: 12px 30px;
564
+ background: #f9f9f9;
565
+ font-size: 16px;
566
+ text-decoration: none;
567
+ color: #4d4d4d;
568
+ -webkit-transition: .5s;
569
+ -o-transition: .5s;
570
+ transition: .5s;
571
+ -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
572
+ -ms-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
573
+ box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
574
+ margin-right: 10px;
575
+ margin-top: 10px;
576
+ z-index: 0;
577
+ overflow: hidden;
578
  }
579
 
580
+ .eael-call-to-action .cta-button:last-child {
581
+ margin-right: 0px;
 
 
 
 
 
 
 
 
 
 
582
  }
583
 
584
+ .eael-call-to-action .cta-button:focus {
585
+ outline: none;
 
 
 
 
 
 
 
586
  }
587
 
588
+ /*--- Hover ---*/
589
+ .eael-call-to-action .cta-button:hover {
590
+ color: #fff;
591
+ background: #3F51B5;
592
+ -webkit-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
593
+ -ms-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
594
+ box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
595
  }
596
 
597
+ /*--- Cta Button effect 1 ---*/
598
+ .eael-call-to-action .cta-button.effect-1:after {
 
 
599
  content: "";
 
600
  position: absolute;
601
+ width: 100%;
602
+ height: 100%;
603
+ background: #3F51B5;
604
+ top: 0px;
605
+ left: 0px;
606
+ transform: translateY(-100%);
607
+ -webkit-transform: translateY(-100%);
608
+ -ms-transform: translateY(-100%);
609
+ z-index: -1;
610
+ -webkit-transition: .5s;
611
+ -o-transition: .5s;
612
+ transition: .5s;
613
+ color: #fff;
 
 
 
 
 
 
614
  }
615
 
616
+ .eael-call-to-action .cta-button.effect-1:hover::after {
617
+ -webkit-transform: translateY(0);
618
+ -ms-transform: translateY(0);
619
+ transform: translateY(0);
620
  }
621
 
622
+ /*--- Cta Button effect 2 ---*/
623
+ .eael-call-to-action .cta-button.effect-2:after {
624
+ content: "";
625
+ position: absolute;
626
+ width: 100%;
627
  height: 100%;
628
+ background: #3F51B5;
629
+ top: 0px;
630
+ left: 0px;
631
+ z-index: -1;
632
+ -webkit-transition: .5s;
633
+ -o-transition: .5s;
634
+ transition: .5s;
635
+ color: #fff;
636
+ -webkit-transform: translateX(-100%);
637
+ -ms-transform: translateX(-100%);
638
+ transform: translateX(-100%);
639
  }
640
 
641
+ .eael-call-to-action .cta-button.effect-2:hover::after {
642
+ -webkit-transform: translateX(0);
643
+ -ms-transform: translateX(0);
644
+ transform: translateX(0);
645
  }
646
 
647
+ /*--- Media Queries ---*/
648
+ @media only screen and (max-width: 768px) {
649
+ .eael-call-to-action.cta-flex,
650
+ .eael-call-to-action.cta-icon-flex {
651
+ -webkit-flex-wrap: wrap;
652
+ -ms-flex-wrap: wrap;
653
+ flex-wrap: wrap;
654
+ }
655
+
656
+ .eael-call-to-action .title {
657
+ font-size: 28px;
658
+ line-height: 36px;
659
+ margin-top: 0px;
660
+ }
661
+
662
+ .eael-call-to-action.cta-icon-flex .icon {
663
+ -webkit-box-flex: 1;
664
+ -webkit-flex-grow: 1;
665
+ -ms-flex-positive: 1;
666
+ flex-grow: 1;
667
+ font-size: 48px;
668
+ line-height: 90px;
669
+ text-align: center;
670
+ }
671
+
672
+ .eael-call-to-action.cta-flex .content,
673
+ .eael-call-to-action.cta-icon-flex .content {
674
+ -webkit-box-flex: 1;
675
+ -webkit-flex-grow: 1;
676
+ -ms-flex-positive: 1;
677
+ flex-grow: 1;
678
+ text-align: center;
679
+ padding: 0px;
680
+ }
681
+
682
+ .eael-call-to-action.cta-flex .action,
683
+ .eael-call-to-action.cta-icon-flex .action {
684
+ text-align: center;
685
+ padding-top: 0px;
686
+ }
687
+
688
+ .eael-call-to-action .cta-button {
689
+ padding: 12px 25px;
690
+ }
691
  }
692
+ @media only screen and (max-width: 360px) {
693
+ .eael-call-to-action {
694
+ font-size: 14px;
695
+ line-height: 26px;
696
+ }
697
 
698
+ .eael-call-to-action .cta-button {
699
+ padding: 4px 20px;
700
+ font-size: 12px;
701
+ }
702
+
703
+ .eael-call-to-action .title {
704
+ font-size: 20px;
705
+ line-height: 30px;
706
+ }
707
  }
708
 
709
+ /*--------------------------------*/
710
+ /* 11. Contact Form 7 Styles
711
+ /*--------------------------------*/
712
+ .eael-contact-form.eael-contact-form-align-center,
713
+ .eael-contact-form-7.eael-contact-form-btn-align-center input.wpcf7-submit {
714
+ margin-left: auto !important;
715
+ margin-right: auto !important;
716
+ display: block;
717
+ float: none;
718
  }
719
 
720
+ .eael-contact-form.eael-contact-form-align-left,
721
+ .eael-contact-form-7.eael-contact-form-btn-align-left input.wpcf7-submit {
722
+ float: left;
723
+ width: auto;
724
  }
725
 
726
+ .eael-contact-form.eael-contact-form-align-right,
727
+ .eael-contact-form-7.eael-contact-form-btn-align-right input.wpcf7-submit {
728
+ float: right;
729
+ width: auto;
730
  }
731
 
732
+ .eael-contact-form-7 textarea,
733
+ .eael-contact-form-7 input[type="text"],
734
+ .eael-contact-form-7 input[type="password"],
735
+ .eael-contact-form-7 input[type="datetime"],
736
+ .eael-contact-form-7 input[type="datetime-local"],
737
+ .eael-contact-form-7 input[type="date"],
738
+ .eael-contact-form-7 input[type="month"],
739
+ .eael-contact-form-7 input[type="time"],
740
+ .eael-contact-form-7 input[type="week"],
741
+ .eael-contact-form-7 input[type="number"],
742
+ .eael-contact-form-7 input[type="email"],
743
+ .eael-contact-form-7 input[type="url"],
744
+ .eael-contact-form-7 input[type="search"],
745
+ .eael-contact-form-7 input[type="tel"],
746
+ .eael-contact-form-7 input[type="color"],
747
+ .eael-contact-form-7 .uneditable-input {
748
+ -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
749
+ -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
750
+ transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
751
+ -o-transition: border linear 0.2s, box-shadow linear 0.2s;
752
+ transition: border linear 0.2s, box-shadow linear 0.2s;
753
+ transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
754
  }
755
 
756
+ .eael-contact-form-7 .wpcf7-form::before,
757
+ .eael-contact-form-7 .wpcf7-form::after {
758
+ content: " ";
759
+ clear: both;
760
+ display: table;
 
 
 
 
 
 
 
 
761
  }
762
 
763
+ .eael-contact-form-7 .wpcf7-form:after {
764
+ clear: both;
 
 
765
  content: "";
766
+ font-size: 0;
767
  height: 0;
768
+ display: block;
769
+ visibility: hidden;
 
 
 
 
 
 
770
  }
771
 
772
+ .eael-contact-form-7 .wpcf7-form label,
773
+ .eael-contact-form-7 .wpcf7-form .wpcf7-form-control-wrap {
774
+ display: block;
775
  }
776
 
777
+ .eael-contact-form-7 .wpcf7-form p {
778
+ margin-bottom: 0;
779
  }
780
 
781
+ .eael-contact-form-7.labels-hide .wpcf7-form label {
782
  display: none;
783
  }
784
 
785
+ .eael-contact-form-7-title {
786
+ margin-bottom: 10px;
787
+ }
 
 
788
 
789
+ .eael-contact-form-7-description {
790
+ margin-bottom: 20px;
 
791
  }
792
+
793
+ .eael-contact-form-7-button-full-width .wpcf7-form-control.wpcf7-submit {
794
+ width: 100%;
 
795
  }
 
 
 
 
796
 
797
+ /*----------------------------*/
798
+ /* 29. Content Ticker
799
+ /*----------------------------*/
800
+ .eael-ticker-wrap {
801
+ overflow: hidden;
802
+ display: -webkit-box;
803
+ display: -webkit-flex;
804
+ display: -ms-flexbox;
805
+ display: flex;
806
+ -webkit-box-orient: horizontal;
807
+ -webkit-box-direction: normal;
808
+ -webkit-flex-flow: row nowrap;
809
+ -ms-flex-flow: row nowrap;
810
+ flex-flow: row nowrap;
811
+ -webkit-box-align: center;
812
+ -webkit-align-items: center;
813
+ -ms-flex-align: center;
814
+ align-items: center;
815
+ width: 100%;
816
+ }
817
 
818
+ .eael-ticker-wrap .ticker-badge {
819
+ -webkit-box-flex: 0;
820
+ -webkit-flex: 0 0 auto;
821
+ -ms-flex: 0 0 auto;
822
+ flex: 0 0 auto;
823
+ padding: 8px 12px;
824
+ }
825
 
826
+ .eael-ticker-wrap .eael-ticker {
827
+ overflow: hidden;
828
+ -webkit-box-flex: 1;
829
+ -webkit-flex: 1 1 auto;
830
+ -ms-flex: 1 1 auto;
831
+ flex: 1 1 auto;
832
+ }
833
 
834
+ .eael-ticker-wrap .eael-ticker .ticker-content {
835
+ padding: 8px 12px;
836
+ line-height: 1.8;
837
+ }
838
 
839
+ .eael-ticker-wrap .eael-ticker .ticker-content p {
840
+ margin: 0;
841
+ }
 
842
 
843
+ .eael-ticker-wrap .swiper-button-prev {
844
+ left: auto !important;
845
+ right: 25px;
846
+ }
847
 
848
+ .eael-ticker-wrap div.swiper-slide,
849
+ .eael-ticker-wrap div.swiper-slide.swiper-slide-prev,
850
+ .eael-ticker-wrap div.swiper-slide.swiper-slide-next {
851
+ opacity: 0 !important;
852
+ }
853
 
854
+ .eael-ticker-wrap div.swiper-slide.swiper-slide-active {
855
+ opacity: 1 !important;
856
+ }
857
 
858
+ .eael-ticker-wrap .eael-content-ticker.swiper-container .swiper-slide {
859
+ text-align: left;
860
+ }
861
 
862
+ @media only screen and (max-width: 767px) {
863
+ .eael-ticker-wrap {
864
+ -webkit-box-orient: horizontal;
865
+ -webkit-box-direction: normal;
866
+ -webkit-flex-flow: row wrap;
867
+ -ms-flex-flow: row wrap;
868
+ flex-flow: row wrap;
 
 
 
 
 
869
  }
870
 
871
+ .content-ticker-pagination {
872
  display: none;
873
  }
874
  }
 
 
 
 
 
 
 
875
 
876
+ /*---------------------------------*/
877
+ /* 05. Countdown Styles
878
+ /*---------------------------------*/
879
+ /*--- General ---*/
880
+ .eael-countdown-items {
881
+ list-style: none;
882
+ margin: 0;
883
+ padding: 0;
884
+ display: table;
885
+ table-layout: fixed;
886
+ width: 100%;
887
  }
 
 
 
 
 
 
 
888
 
889
+ .eael-countdown-items > li {
890
+ list-style: none;
891
+ margin: 0;
892
+ padding: 0;
893
+ display: table-cell;
 
 
 
 
 
894
  position: relative;
895
  }
896
 
897
+ .eael-countdown-item > div {
898
+ text-align: center;
899
+ padding: 20px;
 
 
 
 
 
900
  }
901
 
902
+ .eael-countdown-label-block .eael-countdown-digits,
903
+ .eael-countdown-label-block .eael-countdown-label {
904
  display: block;
905
+ text-align: center;
906
  }
907
 
908
+ .eael-countdown-digits {
909
+ font-size: 54px;
910
+ line-height: 1;
911
  }
912
 
913
+ .eael-countdown-label {
914
+ font-size: 18px;
915
+ line-height: 1;
916
+ color: #ffffff;
 
 
917
  }
918
 
919
+ .eael-countdown-show-separator .eael-countdown-digits::after {
920
+ content: ":";
921
+ position: absolute;
922
+ left: 98%;
923
+ z-index: 9999;
 
924
  }
925
 
926
+ .eael-countdown-item:last-child .eael-countdown-digits::after {
927
+ display: none;
 
 
928
  }
929
 
930
+ /*--- Style 1 ---*/
931
+ .eael-countdown-items.style-1 .eael-countdown-item > div {
932
+ background: #262625;
933
  }
934
 
935
+ /*-----------------------------*/
936
+ /* 04. Creative Button styles
937
+ /*-----------------------------*/
938
+ .eael-creative-button-align-center {
939
  text-align: center;
940
  }
941
 
942
+ .eael-creative-button-wrapper {
943
+ display: -webkit-box;
944
+ display: -webkit-flex;
945
+ display: -ms-flexbox;
946
+ display: flex;
947
  }
948
 
949
+ .eael-creative-button {
950
+ -webkit-box-flex: 0;
951
+ -webkit-flex: 0 0 auto;
952
+ -ms-flex: 0 0 auto;
953
+ flex: 0 0 auto;
954
+ min-width: 150px;
955
+ text-align: center;
956
+ vertical-align: middle;
957
+ position: relative;
958
+ z-index: 1;
959
+ -webkit-backface-visibility: hidden;
960
+ backface-visibility: hidden;
961
+ -moz-osx-font-smoothing: grayscale;
962
  }
963
 
964
+ .eael-creative-button:focus {
965
+ outline: none;
 
 
 
 
 
966
  }
967
 
968
+ .eael-creative-button > span {
969
+ vertical-align: middle;
 
 
 
 
 
970
  }
971
 
972
+ .eael-creative-button {
973
+ -webkit-border-radius: 2px;
974
+ border-radius: 2px;
975
+ padding: 20px 30px;
976
+ font-size: 16px;
977
+ line-height: 1;
978
+ }
979
+
980
+ /*--- Winona ---*/
981
+ .eael-creative-button--winona {
982
  overflow: hidden;
983
+ padding: 0 !important;
984
+ -webkit-transition: border-color 0.3s, background-color 0.3s;
985
+ -o-transition: border-color 0.3s, background-color 0.3s;
986
+ transition: border-color 0.3s, background-color 0.3s;
987
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
988
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
989
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
990
  }
991
 
992
+ .eael-creative-button--winona::after {
993
+ content: attr(data-text);
994
+ position: absolute;
995
+ width: 100%;
996
+ height: 100%;
997
+ top: 0;
998
+ left: 0;
999
+ opacity: 0;
1000
+ -webkit-transform: translate3d(0, 25%, 0);
1001
+ transform: translate3d(0, 25%, 0);
1002
  }
1003
 
1004
+ .eael-creative-button--winona > span {
1005
+ display: block;
 
 
1006
  }
1007
 
1008
+ .eael-creative-button--winona::after,
1009
+ .eael-creative-button--winona > span {
1010
+ padding: 1em 2em;
1011
+ -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
1012
+ -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
1013
+ transition: opacity 0.3s, -webkit-transform 0.3s;
1014
+ -o-transition: transform 0.3s, opacity 0.3s;
1015
+ transition: transform 0.3s, opacity 0.3s;
1016
+ transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
1017
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
1018
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
1019
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
1020
  }
1021
 
1022
+ .eael-creative-button--winona:hover::after {
1023
+ opacity: 1;
1024
+ -webkit-transform: translate3d(0, 0, 0);
1025
+ transform: translate3d(0, 0, 0);
 
1026
  }
1027
 
1028
+ .eael-creative-button--winona:hover > span {
1029
+ opacity: 0;
1030
+ -webkit-transform: translate3d(0, -25%, 0);
1031
+ transform: translate3d(0, -25%, 0);
1032
  }
1033
 
1034
+ /*--- Ujarak ---*/
1035
+ .eael-creative-button--ujarak {
1036
+ -webkit-transition: border-color 0.4s, color 0.4s;
1037
+ -o-transition: border-color 0.4s, color 0.4s;
1038
+ transition: border-color 0.4s, color 0.4s;
1039
  }
1040
 
1041
+ .eael-creative-button--ujarak::before {
1042
+ content: '';
1043
+ position: absolute;
1044
+ top: 0;
1045
+ left: 0;
1046
+ width: 100%;
1047
+ height: 100%;
1048
+ z-index: -1;
1049
+ opacity: 0;
1050
+ -webkit-transform: scale3d(0.7, 1, 1);
1051
+ transform: scale3d(0.7, 1, 1);
1052
+ -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
1053
+ -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
1054
+ transition: opacity 0.4s, -webkit-transform 0.4s;
1055
+ -o-transition: transform 0.4s, opacity 0.4s;
1056
+ transition: transform 0.4s, opacity 0.4s;
1057
+ transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
1058
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
1059
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
1060
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
1061
  }
1062
 
1063
+ .eael-creative-button--ujarak,
1064
+ .eael-creative-button--ujarak::before {
1065
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
1066
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
1067
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
1068
  }
1069
 
1070
+ .eael-creative-button--ujarak:hover::before {
1071
+ opacity: 1;
1072
+ -webkit-transform: translate3d(0, 0, 0);
1073
+ transform: translate3d(0, 0, 0);
1074
  }
1075
 
1076
+ /*--- Wayra ---*/
1077
+ .eael-creative-button--wayra {
1078
+ overflow: hidden;
1079
+ -webkit-transition: border-color 0.3s, color 0.3s;
1080
+ -o-transition: border-color 0.3s, color 0.3s;
1081
+ transition: border-color 0.3s, color 0.3s;
1082
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
1083
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
1084
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
1085
  }
1086
 
1087
+ .eael-creative-button--wayra::before {
1088
+ content: '';
1089
+ position: absolute;
1090
+ top: 0;
1091
+ left: 0;
1092
+ width: 150%;
1093
+ height: 100%;
1094
+ z-index: -1;
1095
+ -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
1096
+ transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
1097
+ -webkit-transform-origin: 0% 100%;
1098
+ -ms-transform-origin: 0% 100%;
1099
+ transform-origin: 0% 100%;
1100
+ -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
1101
+ -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
1102
+ transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
1103
+ -o-transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
1104
+ transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
1105
+ transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
1106
  }
1107
 
1108
+ .eael-creative-button--wayra:hover::before {
1109
+ opacity: 1;
1110
+ -webkit-transform: rotate3d(0, 0, 1, 0deg);
1111
+ transform: rotate3d(0, 0, 1, 0deg);
1112
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
1113
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
1114
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
1115
  }
1116
 
1117
+ /*--- Tamaya ---*/
1118
+ .eael-creative-button--tamaya {
1119
+ overflow: hidden;
1120
  }
1121
 
1122
+ .eael-creative-button--tamaya::before,
1123
+ .eael-creative-button--tamaya::after {
1124
+ content: attr(data-text);
1125
+ position: absolute;
1126
+ width: 100%;
1127
+ height: 50%;
1128
+ left: 0;
1129
+ overflow: hidden;
1130
+ -webkit-transition: -webkit-transform 0.3s;
1131
+ transition: -webkit-transform 0.3s;
1132
+ -o-transition: transform 0.3s;
1133
+ transition: transform 0.3s;
1134
+ transition: transform 0.3s, -webkit-transform 0.3s;
1135
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
1136
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
1137
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
1138
  }
1139
 
1140
+ .eael-creative-button--tamaya::before {
1141
+ top: 0;
1142
+ padding: 20px 30px;
1143
  }
1144
 
1145
+ .eael-creative-button--tamaya::after {
1146
+ bottom: 0;
1147
+ line-height: 0;
1148
  }
1149
 
1150
+ .eael-creative-button--tamaya:hover::after {
1151
+ bottom: -1px;
 
1152
  }
1153
 
1154
+ .eael-creative-button--tamaya > span {
1155
+ display: block;
1156
+ -webkit-transform: scale3d(0.2, 0.2, 1);
1157
+ transform: scale3d(0.2, 0.2, 1);
1158
+ opacity: 0;
1159
+ -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
1160
+ -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
1161
+ transition: opacity 0.3s, -webkit-transform 0.3s;
1162
+ -o-transition: transform 0.3s, opacity 0.3s;
1163
+ transition: transform 0.3s, opacity 0.3s;
1164
+ transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
1165
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
1166
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
1167
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
1168
  }
1169
 
1170
+ .eael-creative-button--tamaya:hover::before {
1171
+ -webkit-transform: translate3d(0, -100%, 0);
1172
+ transform: translate3d(0, -100%, 0);
1173
  }
1174
 
1175
+ .eael-creative-button--tamaya:hover::after {
1176
+ -webkit-transform: translate3d(0, 100%, 0);
1177
+ transform: translate3d(0, 100%, 0);
1178
  }
1179
 
1180
+ .eael-creative-button--tamaya:hover > span {
1181
+ opacity: 1;
1182
+ -webkit-transform: scale3d(1, 1, 1);
1183
+ transform: scale3d(1, 1, 1);
1184
  }
1185
 
1186
+ /*--- Rayen ---*/
1187
+ .eael-creative-button--rayen {
1188
+ overflow: hidden;
1189
+ padding: 0 !important;
1190
  }
1191
 
1192
+ .eael-creative-button--rayen::before {
1193
+ content: attr(data-text);
1194
+ position: absolute;
1195
+ top: 0;
1196
+ left: 0;
1197
+ width: 100%;
1198
+ height: 100%;
1199
+ -webkit-transform: translate3d(-100%, 0, 0);
1200
+ transform: translate3d(-100%, 0, 0);
1201
  }
1202
 
1203
+ .eael-creative-button--rayen > span {
1204
+ display: block;
 
 
 
 
 
 
 
 
1205
  }
1206
 
1207
+ .eael-creative-button--rayen::before,
1208
+ .eael-creative-button--rayen > span {
1209
+ padding: 1em 2em;
1210
+ -webkit-transition: -webkit-transform 0.3s;
1211
+ transition: -webkit-transform 0.3s;
1212
+ -o-transition: transform 0.3s;
1213
+ transition: transform 0.3s;
1214
+ transition: transform 0.3s, -webkit-transform 0.3s;
1215
+ -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
1216
+ -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
1217
+ transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
1218
  }
1219
 
1220
+ .eael-creative-button--rayen:hover::before {
1221
+ -webkit-transform: translate3d(0, 0, 0);
1222
+ transform: translate3d(0, 0, 0);
1223
+ }
1224
+
1225
+ .eael-creative-button--rayen:hover > span {
1226
+ -webkit-transform: translate3d(0, 100%, 0);
1227
+ transform: translate3d(0, 100%, 0);
1228
+ }
1229
+
1230
+ table.eael-data-table thead .sorting, table.eael-data-table thead .sorting_desc, table.eael-data-table thead .sorting_asc {
1231
  position: relative;
1232
+ z-index: 0;
1233
+ outline: 0;
1234
+ cursor: pointer;
1235
  }
1236
 
1237
+ table.eael-data-table thead .sorting:after, table.eael-data-table thead .sorting_desc:after, table.eael-data-table thead .sorting_asc:after {
1238
+ position: absolute;
1239
+ top: 50%;
1240
+ right: 10px;
1241
  font-family: "FontAwesome";
1242
+ color: #fff;
1243
+ z-index: 1;
1244
+ -webkit-transform: translateY(-50%);
1245
+ -ms-transform: translateY(-50%);
1246
+ transform: translateY(-50%);
1247
  }
1248
 
1249
+ .eael-data-table-wrap .eael-data-tables_wrapper {
1250
+ display: -webkit-box;
1251
+ display: -webkit-flex;
1252
+ display: -ms-flexbox;
1253
+ display: flex;
1254
+ -webkit-box-orient: horizontal;
1255
+ -webkit-box-direction: normal;
1256
+ -webkit-flex-flow: row wrap;
1257
+ -ms-flex-flow: row wrap;
1258
+ flex-flow: row wrap;
1259
+ -webkit-box-pack: start;
1260
+ -webkit-justify-content: flex-start;
1261
+ -ms-flex-pack: start;
1262
+ justify-content: flex-start;
1263
+ width: 100%;
1264
  }
1265
+ .eael-data-table-wrap .eael-data-tables_filter {
1266
+ -webkit-box-flex: 1;
1267
+ -webkit-flex-grow: 1;
1268
+ -ms-flex-positive: 1;
1269
+ flex-grow: 1;
1270
+ -webkit-flex-basis: 50%;
1271
+ -ms-flex-preferred-size: 50%;
1272
+ flex-basis: 50%;
 
 
 
 
 
1273
  text-align: right;
1274
  }
1275
+ .eael-data-table-wrap .eael-data-tables_filter label {
1276
+ font-weight: 700;
 
 
 
 
 
 
 
 
 
 
1277
  }
1278
+ .eael-data-table-wrap .eael-data-tables_filter label input[type="search"] {
1279
+ height: 40px;
1280
+ border: 1px solid rgba(0, 0, 0, 0.09);
1281
+ outline: 0;
1282
+ padding: 10px;
1283
+ margin-left: 10px;
1284
  }
1285
+ .eael-data-table-wrap .eael-data-tables_length {
1286
+ -webkit-box-flex: 1;
1287
+ -webkit-flex-grow: 1;
1288
+ -ms-flex-positive: 1;
1289
+ flex-grow: 1;
1290
+ -webkit-flex-basis: 50%;
1291
+ -ms-flex-preferred-size: 50%;
1292
+ flex-basis: 50%;
1293
  }
1294
+ .eael-data-table-wrap .eael-data-tables_length select {
1295
+ width: auto;
1296
+ max-width: 120px;
1297
+ height: 40px;
1298
+ border: 1px solid rgba(0, 0, 0, 0.09);
1299
+ outline: 0;
1300
+ margin-left: 10px;
1301
+ margin-right: 10px;
1302
  }
1303
+ .eael-data-table-wrap .eael-data-tables_length label {
1304
+ font-weight: 700;
 
 
 
1305
  }
1306
+ .eael-data-table-wrap .eael-data-tables_info {
1307
+ -webkit-box-flex: 1;
1308
+ -webkit-flex-grow: 1;
1309
+ -ms-flex-positive: 1;
1310
+ flex-grow: 1;
1311
+ -webkit-flex-basis: 50%;
1312
+ -ms-flex-preferred-size: 50%;
1313
+ flex-basis: 50%;
1314
+ font-weight: 700;
1315
  }
1316
+ .eael-data-table-wrap .eael-data-tables_paginate {
1317
+ -webkit-box-flex: 1;
1318
+ -webkit-flex-grow: 1;
1319
+ -ms-flex-positive: 1;
1320
+ flex-grow: 1;
1321
+ -webkit-flex-basis: 50%;
1322
+ -ms-flex-preferred-size: 50%;
1323
+ flex-basis: 50%;
1324
+ text-align: right;
1325
  }
1326
+ .eael-data-table-wrap .eael-data-tables_paginate .paginate_button {
1327
+ padding: 10px 15px;
1328
+ background: #f2f2f2;
1329
+ margin-right: 2px;
1330
+ cursor: pointer;
1331
+ -webkit-transition: all .3s;
1332
+ -o-transition: all .3s;
1333
+ transition: all .3s;
1334
  }
1335
+ .eael-data-table-wrap .eael-data-tables_paginate .paginate_button:hover {
1336
+ color: #fff;
1337
+ background: #4a4893;
1338
  }
1339
+ .eael-data-table-wrap .eael-data-tables_paginate .paginate_button.current {
1340
+ color: #fff;
1341
+ background: #4a4893;
 
 
 
1342
  }
1343
+ .eael-data-table-wrap .eael-data-tables_paginate .paginate_button.disabled {
1344
+ cursor: no-drop;
1345
+ background: #f2f2f2;
1346
+ opacity: .5;
1347
+ color: #888;
1348
  }
1349
 
1350
+ .data-header-icon {
1351
+ margin-right: 10px;
 
 
 
 
 
1352
  }
1353
 
1354
+ .eael-data-table {
1355
+ width: 100%;
1356
+ height: auto;
1357
+ margin: 0;
1358
+ border-collapse: collapse;
1359
+ border: none;
1360
  }
1361
+ .eael-data-table tr {
1362
+ border-style: none;
 
 
1363
  }
1364
+ .eael-data-table thead tr {
1365
+ text-align: left;
 
1366
  }
1367
+ .eael-data-table thead tr th {
1368
+ padding: 20px 15px;
1369
+ background: #4a4893;
1370
+ font-size: 16px;
1371
+ font-weight: 600;
1372
+ font-family: "Montserrat", "sans-serif";
1373
+ line-height: 1;
1374
+ color: #fff;
1375
+ border-color: #000;
1376
+ border-width: 2px;
1377
+ border-style: none;
1378
+ background-clip: padding-box;
1379
  }
1380
+ .eael-data-table thead tr th:hover {
1381
+ border-color: #000;
 
1382
  }
1383
+ .eael-data-table tbody tr.even {
1384
+ -webkit-transition: background 0.4s ease-in-out;
1385
+ -o-transition: background 0.4s ease-in-out;
1386
+ transition: background 0.4s ease-in-out;
1387
  }
1388
+ .eael-data-table tbody tr.even:hover {
1389
+ background: rgba(242, 242, 242, 0.7);
 
 
1390
  }
1391
+ .eael-data-table tbody tr.even:last-child {
1392
+ border-bottom: 1px solid rgba(0, 0, 0, 0.09);
 
 
1393
  }
1394
+ .eael-data-table tbody tr.odd {
1395
+ background: rgba(242, 242, 242, 0.5);
1396
+ -webkit-transition: background 0.2s ease-in-out;
1397
+ -o-transition: background 0.2s ease-in-out;
1398
+ transition: background 0.2s ease-in-out;
1399
  }
1400
+ .eael-data-table tbody tr.odd:hover {
1401
+ background: rgba(242, 242, 242, 0.7);
 
1402
  }
1403
+ .eael-data-table tbody tr.odd:last-child {
1404
+ border-bottom: 1px solid rgba(0, 0, 0, 0.09);
 
1405
  }
1406
+ .eael-data-table tbody tr td {
1407
+ padding: 20px 15px;
1408
+ font-size: 14px;
1409
+ font-family: "Montserrat", "sans-serif";
1410
+ line-height: 1;
1411
+ border-width: 2px;
1412
+ border-style: none;
1413
+ background-clip: padding-box;
1414
  }
1415
 
1416
+ .eael-data-table-th-img {
1417
+ display: inline-block;
1418
+ margin: 0 15px 0 0;
1419
+ line-height: 1;
1420
  }
1421
 
1422
+ .th-mobile-screen {
1423
+ display: none;
1424
  }
1425
 
1426
+ @media (max-width: 39.9375em) {
1427
+ .eael-data-table-wrap {
1428
+ overflow-x: scroll !important;
1429
+ padding-bottom: 5px;
1430
+ }
1431
 
1432
+ .th-mobile-screen {
1433
+ display: inline-block;
1434
+ padding: 0 .6em;
1435
+ margin-right: 10px;
1436
+ text-align: center;
1437
+ -webkit-box-flex: 0;
1438
+ -webkit-flex-grow: 0;
1439
+ -ms-flex-positive: 0;
1440
+ flex-grow: 0;
1441
+ -webkit-flex-shrink: 0;
1442
+ -ms-flex-negative: 0;
1443
+ flex-shrink: 0;
1444
+ -webkit-flex-basis: 100px;
1445
+ -ms-flex-preferred-size: 100px;
1446
+ flex-basis: 100px;
1447
+ }
1448
+ .th-mobile-screen .eael-data-table-th-img {
1449
+ margin: 0 auto 15px auto;
1450
+ display: block;
1451
+ }
1452
+ .th-mobile-screen .data-header-icon {
1453
+ margin: 0 auto 15px auto;
1454
+ display: block;
1455
+ }
1456
 
1457
+ .td-content-wrapper {
1458
+ display: -webkit-box;
1459
+ display: -webkit-flex;
1460
+ display: -ms-flexbox;
1461
+ display: flex;
1462
+ width: 100%;
1463
+ }
1464
 
1465
+ .td-content {
1466
+ width: 100%;
1467
+ -webkit-box-pack: center;
1468
+ -webkit-justify-content: center;
1469
+ -ms-flex-pack: center;
1470
+ justify-content: center;
1471
+ }
1472
+ .td-content > p {
1473
+ width: 100%;
1474
+ -webkit-box-pack: center;
1475
+ -webkit-justify-content: center;
1476
+ -ms-flex-pack: center;
1477
+ justify-content: center;
1478
+ }
1479
 
1480
+ .custom-responsive-option-enable .eael-data-table thead {
1481
+ display: none;
1482
+ }
1483
+ .custom-responsive-option-enable .eael-data-table tbody tr td {
1484
+ float: none;
1485
+ clear: left;
1486
+ width: 100%;
1487
+ text-align: left;
1488
+ display: -webkit-box;
1489
+ display: -webkit-flex;
1490
+ display: -ms-flexbox;
1491
+ display: flex;
1492
+ -webkit-box-align: center;
1493
+ -webkit-align-items: center;
1494
+ -ms-flex-align: center;
1495
+ align-items: center;
1496
+ }
1497
 
1498
+ .eael-data-table .td-content {
1499
+ -webkit-box-align: center;
1500
+ -webkit-align-items: center;
1501
+ -ms-flex-align: center;
1502
+ align-items: center;
1503
+ display: -webkit-box;
1504
+ display: -webkit-flex;
1505
+ display: -ms-flexbox;
1506
+ display: flex;
1507
+ }
1508
  }
1509
+ table.eael-data-table thead .sorting:after {
1510
+ content: "\f0dc";
1511
+ }
1512
+ table.eael-data-table thead .headerSortDown:after {
1513
+ content: "\f0dd";
1514
+ }
1515
+ table.eael-data-table thead .headerSortUp:after {
1516
+ content: "\f0de";
1517
+ }
1518
+ table.eael-data-table thead .sorting_disabled.sorting:after {
1519
+ display: none;
1520
+ }
1521
+ table.eael-data-table .sorting.sorting-none:after {
1522
+ display: none;
1523
+ }
1524
+ table.eael-data-table .sorting_desc.sorting-none:after {
1525
+ display: none;
1526
+ }
1527
+ table.eael-data-table .sorting_asc.sorting-none:after {
1528
+ display: none;
1529
  }
1530
 
1531
+ .eael-table-align-left table.eael-data-table {
 
1532
  float: left;
 
1533
  }
1534
 
1535
+ .eael-table-align-center table.eael-data-table {
1536
+ margin: 0 auto;
1537
  }
1538
 
1539
+ .eael-table-align-right table.eael-data-table {
1540
+ float: right;
 
 
 
 
1541
  }
1542
 
1543
+ .eael-hide-elements .eael-data-tables_info {
1544
+ display: none;
1545
+ }
1546
+
1547
+ .eael-dt-th-align-left .eael-data-table thead tr th {
1548
  text-align: left;
1549
  }
1550
 
1551
+ .eael-dt-td-align-left .eael-data-table tbody tr td {
 
1552
  text-align: left;
1553
  }
1554
 
1555
+ .eael-dt-th-align-right .eael-data-table thead tr th {
1556
+ text-align: right;
1557
+ padding-right: 30px;
1558
  }
1559
 
1560
+ .eael-dt-td-align-right .eael-data-table tbody tr td {
1561
  text-align: right;
1562
+ padding-right: 30px;
1563
  }
1564
 
1565
+ .eael-dt-th-align-center .eael-data-table thead tr th {
1566
+ text-align: center;
 
1567
  }
1568
 
1569
+ .eael-dt-td-align-center .eael-data-table tbody tr td {
1570
  text-align: center;
1571
  }
1572
 
1573
+ /* -------------------------------- */
1574
+ /* 20. Dual Color Heading
1575
+ /* -------------------------------- */
1576
+ .eael-dual-header {
1577
+ display: block;
1578
+ margin-bottom: 50px;
1579
  }
1580
 
1581
+ .eael-dual-header .title,
1582
+ .eael-dual-header .title span {
1583
+ font-size: 36px;
1584
+ font-weight: 700;
1585
+ text-transform: uppercase;
1586
+ line-height: 48px;
1587
+ margin: 10px 0px;
 
 
1588
  }
1589
+
1590
+ .eael-dual-header .subtext {
1591
+ font-size: 16px;
1592
+ display: block;
1593
  }
1594
+
1595
+ .eael-dual-header i {
1596
+ display: block;
1597
+ padding: 0px;
1598
+ margin: 20px 0px 10px 0px;
1599
+ font-size: 36px;
1600
  }
1601
+
1602
+ .eael-dual-header .title span.lead {
1603
+ color: #1abc9c;
1604
  }
1605
+
1606
+ /*--- Builder Related Css ---*/
1607
+ .eael-dual-header-content-align-center {
1608
+ text-align: center;
1609
  }
1610
+
1611
+ .eael-dual-header-content-align-left {
1612
+ text-align: left;
 
 
1613
  }
1614
+
1615
+ .eael-dual-header-content-align-right {
1616
+ text-align: right;
1617
  }
1618
+
1619
+ .elementor-panel .pro-feature, .elementor-panel .pro-feature a {
1620
+ color: #a4afb7;
1621
+ text-transform: uppercase;
1622
+ letter-spacing: 1px;
1623
+ line-height: 1.8;
1624
+ font-style: normal;
1625
  }
1626
+
1627
+ .elementor-panel .pro-feature a {
1628
+ text-decoration: underline;
1629
+ color: #f54 !important;
 
1630
  }
1631
+
1632
+ .elementor-panel .elementor-control-eael_section_pro .elementor-panel-heading-title.elementor-panel-heading-title,
1633
+ .elementor-panel .elementor-control-eael_section_pro .elementor-panel-heading-toggle,
1634
+ .elementor-control-data_table_header_colspan_pro_alert .elementor-control-title,
1635
+ .elementor-control-data_table_header_img_pro_alert .elementor-control-title,
1636
+ .elementor-control-data_table_content_rowspan_pro_alert .elementor-control-title,
1637
+ .elementor-control-data_table_content_colspan_pro_alert .elementor-control-title,
1638
+ .elementor-control-data_table_content_template_pro_alert .elementor-control-title {
1639
+ color: #f54;
1640
  }
1641
+
1642
+ .elementor-panel .elementor-control-eael_control_get_pro .elementor-control-field {
1643
+ display: none !important;
 
 
1644
  }
1645
+
1646
+ .elementor-control-eael_pricing_table_style_pro_alert .elementor-control-title,
1647
+ .elementor-control-eael_section_countdown_style_pro_alert .elementor-control-title,
1648
+ .elementor-control-eael_fancy_text_style_pro_alert .elementor-control-title,
1649
+ .elementor-control-eael_section_data_table_enabled_pro_alert .elementor-control-title,
1650
+ .elementor-control-eael_img_accordion_type_pro_alert .elementor-control-title,
1651
+ .elementor-control-eael_ticker_type_pro_alert .elementor-control-title,
1652
+ .elementor-control-eael_team_members_preset_pro_alert .elementor-control-title {
1653
+ color: #f54;
1654
  }
1655
+
1656
+ /*--------------------------*/
1657
+ /* 03. Fancy Text Style
1658
+ /*--------------------------*/
1659
+ .eael-fancy-text-container p {
1660
+ margin: 0;
1661
  }
1662
+
1663
+ .eael-fancy-text-strings,
1664
+ .eael-fancy-text-prefix,
1665
+ .eael-fancy-text-suffix {
1666
+ display: inline-block;
1667
  }
1668
+
1669
+ .morphext > .animated {
1670
+ display: inline-block;
 
 
1671
  }
1672
+
1673
+ .typed-cursor {
1674
+ opacity: 1;
1675
+ -webkit-animation: blink_cursor 0.7s infinite;
1676
+ animation: blink_cursor 0.7s infinite;
1677
  }
1678
+
1679
+ @keyframes blink_cursor {
1680
+ 0% {
1681
+ opacity: 1;
1682
  }
1683
+ 50% {
1684
+ opacity: 0;
1685
+ }
1686
+ 100% {
1687
+ opacity: 1;
1688
  }
1689
  }
1690
+ @-webkit-keyframes blink_cursor {
1691
+ 0% {
1692
+ opacity: 1;
1693
+ }
1694
+ 50% {
1695
+ opacity: 0;
1696
+ }
1697
+ 100% {
1698
+ opacity: 1;
1699
+ }
 
1700
  }
1701
+ /*--- Style 2 ---*/
1702
+ .eael-fancy-text-container.style-2 {
1703
+ font-size: 24px;
 
1704
  }
1705
+
1706
+ .eael-fancy-text-container.style-2 .eael-fancy-text-strings {
1707
+ background: #ff5544;
1708
+ color: #fff;
1709
+ padding: 10px 25px;
1710
  }
1711
+
1712
+ /*----------------------------*/
1713
+ /* 35. Feature List
1714
+ /*----------------------------*/
1715
+ .elementor-widget-eael-feature-list.-icon-position-left .connector-type-modern.rhombus .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top .connector-type-modern.rhombus .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right .connector-type-modern.rhombus .eael-feature-list-item:before {
1716
+ top: 3px !important;
1717
  }
1718
+ .elementor-widget-eael-feature-list.-icon-position-left .connector-type-modern.rhombus .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top .connector-type-modern.rhombus .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right .connector-type-modern.rhombus .eael-feature-list-item:after {
1719
+ top: 45px !important;
 
 
 
 
 
 
 
1720
  }
1721
+ .elementor-widget-eael-feature-list.-icon-position-right .connector, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .connector {
1722
+ right: 0;
1723
+ left: calc(100% - 60px);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1724
  }
1725
+ .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
1726
+ padding: 0 50px 0 0;
 
 
 
1727
  }
1728
+ @media (max-width: 767px) {
1729
+ .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
1730
+ padding: 0 30px 0 0;
1731
+ }
 
1732
  }
1733
+ .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
1734
+ left: auto;
1735
+ right: 0;
 
 
 
1736
  }
1737
+ .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
1738
+ left: auto;
1739
+ right: 5px;
1740
+ top: 30px;
 
 
 
1741
  }
1742
+ .elementor-widget-eael-feature-list .eael-feature-list-items {
1743
+ list-style-type: none;
1744
+ margin: 0;
 
 
 
 
 
 
 
 
1745
  padding: 0;
 
 
1746
  }
1747
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item {
1748
+ position: relative;
 
 
1749
  }
1750
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector {
 
 
1751
  display: block;
1752
+ position: absolute;
1753
+ width: 0;
1754
+ margin: 0 auto;
1755
+ z-index: 1;
1756
+ height: 100%;
1757
+ top: 0.5em;
1758
+ font-size: 60px;
1759
+ left: 0;
1760
+ right: calc(100% - 60px);
1761
+ border-left: 2px solid #2ecc71;
1762
+ border-right: none !important;
1763
  }
1764
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item:last-child .connector {
1765
+ display: none;
 
1766
  }
1767
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box {
1768
+ z-index: 2;
1769
+ -webkit-transition: all 0.5s;
1770
+ -o-transition: all 0.5s;
1771
+ transition: all 0.5s;
1772
  }
1773
+ @media (prefers-reduced-motion: reduce) {
1774
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box {
1775
+ -webkit-transition: none;
1776
+ -o-transition: none;
1777
+ transition: none;
1778
+ }
1779
  }
1780
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner {
1781
+ background-color: #37368e;
1782
+ -webkit-transition: all 0.5s;
1783
+ -o-transition: all 0.5s;
1784
+ transition: all 0.5s;
1785
+ display: -webkit-inline-box;
1786
+ display: -webkit-inline-flex;
1787
+ display: -ms-inline-flexbox;
1788
+ display: inline-flex;
1789
  }
1790
+ @media (prefers-reduced-motion: reduce) {
1791
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner {
1792
+ -webkit-transition: none;
1793
+ -o-transition: none;
1794
+ transition: none;
1795
+ }
1796
  }
1797
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon {
1798
+ padding: 0.5em;
1799
+ -webkit-transition: all 0.5s;
1800
+ -o-transition: all 0.5s;
1801
+ transition: all 0.5s;
1802
+ font-size: 30px;
1803
+ line-height: 1;
1804
+ color: #37368e;
1805
  text-align: center;
1806
+ display: -webkit-inline-box;
1807
+ display: -webkit-inline-flex;
1808
+ display: -ms-inline-flexbox;
1809
+ display: inline-flex;
 
 
 
 
 
 
 
 
 
1810
  }
1811
+ @media (prefers-reduced-motion: reduce) {
1812
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon {
1813
+ -webkit-transition: none;
1814
+ -o-transition: none;
1815
+ transition: none;
1816
+ }
1817
  }
1818
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon i {
1819
+ width: 1em;
1820
+ height: 1em;
1821
  position: relative;
1822
+ display: block;
 
1823
  }
1824
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon i:before {
 
1825
  position: absolute;
1826
+ left: 50%;
1827
+ -webkit-transform: translateX(-50%);
1828
+ -ms-transform: translateX(-50%);
1829
+ transform: translateX(-50%);
 
1830
  }
1831
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-img {
1832
+ font-size: 8px;
1833
+ line-height: 1;
1834
+ max-width: inherit;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1835
  }
1836
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box {
1837
+ margin: 0 0 0 20px;
 
1838
  }
1839
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-title {
1840
+ margin-top: -2px;
1841
+ line-height: 1.5em;
1842
  }
1843
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-content {
 
 
 
 
 
 
 
 
 
1844
  padding: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1845
  margin: 0;
 
 
 
 
 
 
 
 
 
 
1846
  font-size: 14px;
1847
+ line-height: 1.5em;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1848
  }
1849
+ .elementor-widget-eael-feature-list .eael-feature-list-items.stacked .eael-feature-list-icon-box .eael-feature-list-icon {
 
 
 
 
 
 
 
 
1850
  color: #fff;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1851
  }
1852
+ .elementor-widget-eael-feature-list .eael-feature-list-items.framed .eael-feature-list-icon-box .eael-feature-list-icon {
1853
+ background-color: #fff;
 
 
1854
  }
1855
+ .elementor-widget-eael-feature-list .eael-feature-list-items.circle .eael-feature-list-icon-box .eael-feature-list-icon-inner {
1856
+ -webkit-border-radius: 50%;
1857
+ border-radius: 50%;
 
 
1858
  }
1859
+ .elementor-widget-eael-feature-list .eael-feature-list-items.circle .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon {
1860
+ -webkit-border-radius: 50%;
1861
+ border-radius: 50%;
 
 
 
1862
  }
1863
+ .elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon-inner {
1864
+ -webkit-transform: rotate(45deg);
1865
+ -ms-transform: rotate(45deg);
1866
+ transform: rotate(45deg);
1867
+ margin: 15px;
 
1868
  }
1869
+ .elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon i {
1870
+ -ms-transform: rotate(-45deg);
1871
+ -webkit-transform: rotate(-45deg);
1872
+ transform: rotate(-45deg);
 
 
 
 
 
 
1873
  }
1874
+ .elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon img {
1875
+ -ms-transform: rotate(-45deg);
1876
+ -webkit-transform: rotate(-45deg);
1877
+ transform: rotate(-45deg);
 
1878
  }
1879
+ .elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-content-box .eael-feature-list-title {
1880
+ margin-top: 15px;
 
 
 
1881
  }
1882
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
1883
+ padding: 0 0 0 50px;
1884
+ position: relative;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1885
  }
1886
+ @media (max-width: 767px) {
1887
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
1888
+ padding: 0 0 0 30px;
1889
+ display: block;
1890
+ }
 
1891
  }
1892
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
 
 
1893
  content: "";
1894
+ position: absolute;
 
1895
  display: block;
 
1896
  }
1897
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
1898
+ left: 0;
1899
+ top: 0;
1900
+ z-index: 1;
1901
+ border-left: 1px solid #000;
1902
+ border-right: none !important;
1903
+ height: 100%;
1904
  }
1905
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
1906
+ left: 5px;
1907
+ top: 30px;
1908
+ width: 23px;
1909
+ display: block;
1910
+ z-index: 2;
1911
+ border-bottom: 1px dashed #000;
1912
+ border-top: none !important;
1913
  }
1914
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item .connector {
 
1915
  display: none;
1916
  }
1917
+ @media (min-width: 768px) {
1918
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item {
1919
+ padding: 0 50px 0 0;
1920
+ }
1921
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item:before {
1922
+ left: auto;
1923
+ right: 0;
1924
+ }
1925
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item:after {
1926
+ left: auto;
1927
+ right: 5px;
1928
+ top: 30px;
1929
+ }
1930
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item .connector {
1931
+ display: none;
1932
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1933
  }
1934
+ @media (min-width: 1025px) {
1935
+ .elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-content-box {
1936
+ margin-right: 0 !important;
1937
+ margin-top: 0 !important;
1938
+ margin-bottom: 0 !important;
1939
+ }
1940
+ .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-content-box {
1941
+ margin-left: 0 !important;
1942
+ margin-top: 0 !important;
1943
+ margin-bottom: 0 !important;
1944
+ }
1945
+ .elementor-widget-eael-feature-list.-icon-position-top .eael-feature-list-content-box {
1946
+ margin-left: 0 !important;
1947
+ margin-right: 0 !important;
1948
+ margin-bottom: 0 !important;
1949
+ }
1950
+ .elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-item {
1951
+ display: -webkit-box;
1952
+ display: -webkit-flex;
1953
+ display: -ms-flexbox;
1954
+ display: flex;
1955
+ }
1956
+ .elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-item {
1957
+ text-align: left;
1958
+ -webkit-box-orient: horizontal;
1959
+ -webkit-box-direction: normal;
1960
+ -webkit-flex-direction: row;
1961
+ -ms-flex-direction: row;
1962
+ flex-direction: row;
1963
+ }
1964
+ .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-item {
1965
+ text-align: right;
1966
+ -webkit-box-orient: horizontal;
1967
+ -webkit-box-direction: reverse;
1968
+ -webkit-flex-direction: row-reverse;
1969
+ -ms-flex-direction: row-reverse;
1970
+ flex-direction: row-reverse;
1971
+ }
1972
  }
1973
+ @media (max-width: 1024px) {
1974
+ .elementor-widget-eael-feature-list.-tablet-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list.-tablet-icon-position-right .eael-feature-list-item {
1975
+ display: -webkit-box;
1976
+ display: -webkit-flex;
1977
+ display: -ms-flexbox;
1978
+ display: flex;
1979
+ }
1980
+ .elementor-widget-eael-feature-list.-tablet-icon-position-left .eael-feature-list-item {
1981
+ text-align: left;
1982
+ -webkit-box-orient: horizontal;
1983
+ -webkit-box-direction: normal;
1984
+ -webkit-flex-direction: row;
1985
+ -ms-flex-direction: row;
1986
+ flex-direction: row;
1987
+ }
1988
+ .elementor-widget-eael-feature-list.-tablet-icon-position-right .eael-feature-list-item {
1989
+ text-align: right;
1990
+ -webkit-box-orient: horizontal;
1991
+ -webkit-box-direction: reverse;
1992
+ -webkit-flex-direction: row-reverse;
1993
+ -ms-flex-direction: row-reverse;
1994
+ flex-direction: row-reverse;
1995
+ }
1996
  }
1997
+ @media (min-width: 768px) and (max-width: 1024px) {
1998
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-content-box {
1999
+ margin-right: 0 !important;
2000
+ margin-top: 0 !important;
2001
+ margin-bottom: 0 !important;
2002
+ }
2003
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
2004
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
2005
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
2006
+ .eael-feature-list-item {
2007
+ padding: 0 0 0 50px;
2008
+ }
2009
  }
2010
+ @media (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
2011
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
2012
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
2013
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
2014
+ .eael-feature-list-item {
2015
+ padding: 0 0 0 30px;
2016
+ }
2017
  }
2018
+ @media (min-width: 768px) and (max-width: 1024px) {
2019
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
2020
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
2021
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
2022
+ .eael-feature-list-item:before {
2023
+ left: 0;
2024
+ right: auto;
2025
+ }
2026
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
2027
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
2028
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
2029
+ .eael-feature-list-item:after {
2030
+ left: 5px;
2031
+ top: 30px;
2032
+ }
2033
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-content-box {
2034
+ margin-left: 0 !important;
2035
+ margin-right: 0 !important;
2036
+ margin-bottom: 0 !important;
2037
+ }
2038
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
2039
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
2040
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
2041
+ .eael-feature-list-item {
2042
+ padding: 0 0 0 50px;
2043
+ }
2044
  }
2045
+ @media (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
2046
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
2047
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
2048
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
2049
+ .eael-feature-list-item {
2050
+ padding: 0 0 0 30px;
2051
+ }
2052
  }
2053
+ @media (min-width: 768px) and (max-width: 1024px) {
2054
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
2055
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
2056
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
2057
+ .eael-feature-list-item:before {
2058
+ left: 0;
2059
+ right: auto;
2060
+ }
2061
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
2062
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
2063
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
2064
+ .eael-feature-list-item:after {
2065
+ left: 5px;
2066
+ }
2067
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-content-box {
2068
+ margin-left: 0 !important;
2069
+ margin-top: 0 !important;
2070
+ margin-bottom: 0 !important;
2071
+ }
2072
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
2073
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
2074
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
2075
+ .eael-feature-list-item {
2076
+ padding: 0 50px 0 0;
2077
+ }
2078
  }
2079
+ @media (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
2080
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
2081
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
2082
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
2083
+ .eael-feature-list-item {
2084
+ padding: 0 30px 0 0;
2085
+ }
2086
  }
2087
+ @media (min-width: 768px) and (max-width: 1024px) {
2088
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
2089
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
2090
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
2091
+ .eael-feature-list-item:before {
2092
+ right: 0;
2093
+ left: auto;
2094
+ }
2095
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
2096
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
2097
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
2098
+ .eael-feature-list-item:after {
2099
+ left: auto;
2100
+ right: 5px;
2101
+ }
2102
  }
2103
+ @media (max-width: 767px) {
2104
+ .elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-item, .elementor-widget-eael-feature-list.-tablet-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list.-tablet-icon-position-right .eael-feature-list-item {
2105
+ display: block;
2106
+ text-align: left;
2107
+ }
2108
+ .elementor-widget-eael-feature-list.-mobile-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list.-mobile-icon-position-right .eael-feature-list-item {
2109
+ display: -webkit-box;
2110
+ display: -webkit-flex;
2111
+ display: -ms-flexbox;
2112
+ display: flex;
2113
+ }
2114
+ .elementor-widget-eael-feature-list.-mobile-icon-position-left .eael-feature-list-item {
2115
+ text-align: left;
2116
+ -webkit-box-orient: horizontal;
2117
+ -webkit-box-direction: normal;
2118
+ -webkit-flex-direction: row;
2119
+ -ms-flex-direction: row;
2120
+ flex-direction: row;
2121
+ }
2122
+ .elementor-widget-eael-feature-list.-mobile-icon-position-right .eael-feature-list-item {
2123
+ text-align: right;
2124
+ -webkit-box-orient: horizontal;
2125
+ -webkit-box-direction: reverse;
2126
+ -webkit-flex-direction: row-reverse;
2127
+ -ms-flex-direction: row-reverse;
2128
+ flex-direction: row-reverse;
2129
+ }
2130
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box {
2131
+ margin-right: 0 !important;
2132
+ margin-top: 0 !important;
2133
+ margin-bottom: 0 !important;
2134
+ }
2135
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2136
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2137
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2138
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2139
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2140
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2141
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2142
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2143
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2144
+ .eael-feature-list-item {
2145
+ padding: 0 0 0 50px;
2146
+ }
2147
  }
2148
+ @media (max-width: 767px) and (max-width: 767px) {
2149
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2150
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2151
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2152
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2153
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2154
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2155
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2156
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2157
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2158
+ .eael-feature-list-item {
2159
+ padding: 0 0 0 30px;
2160
+ }
2161
  }
2162
+ @media (max-width: 767px) {
2163
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2164
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2165
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2166
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2167
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2168
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2169
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2170
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2171
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2172
+ .eael-feature-list-item:before {
2173
+ left: 0;
2174
+ right: auto;
2175
+ }
2176
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2177
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2178
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2179
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2180
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2181
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2182
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2183
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2184
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
2185
+ .eael-feature-list-item:after {
2186
+ left: 5px;
2187
+ }
2188
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-content-box {
2189
+ margin-left: 0 !important;
2190
+ margin-right: 0 !important;
2191
+ margin-bottom: 0 !important;
2192
+ }
2193
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2194
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2195
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2196
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2197
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2198
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2199
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2200
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2201
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2202
+ .eael-feature-list-item {
2203
+ padding: 0 0 0 50px;
2204
+ }
2205
  }
2206
+ @media (max-width: 767px) and (max-width: 767px) {
2207
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2208
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2209
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2210
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2211
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2212
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2213
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2214
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2215
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2216
+ .eael-feature-list-item {
2217
+ padding: 0 0 0 30px;
2218
+ }
2219
  }
2220
+ @media (max-width: 767px) {
2221
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2222
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2223
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2224
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2225
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2226
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2227
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2228
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2229
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2230
+ .eael-feature-list-item:before {
2231
+ left: 0;
2232
+ right: auto;
2233
+ }
2234
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2235
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2236
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2237
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2238
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2239
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2240
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2241
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2242
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
2243
+ .eael-feature-list-item:after {
2244
+ left: 5px;
2245
+ }
2246
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-content-box {
2247
+ margin-left: 0 !important;
2248
+ margin-top: 0 !important;
2249
+ margin-bottom: 0 !important;
2250
+ }
2251
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2252
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2253
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2254
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2255
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2256
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2257
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2258
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2259
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2260
+ .eael-feature-list-item {
2261
+ padding: 0 50px 0 0;
2262
+ }
2263
  }
2264
+ @media (max-width: 767px) and (max-width: 767px) {
2265
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2266
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2267
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2268
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2269
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2270
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2271
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2272
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2273
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2274
+ .eael-feature-list-item {
2275
+ padding: 0 30px 0 0;
2276
+ }
2277
+ }
2278
+ @media (max-width: 767px) {
2279
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2280
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2281
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2282
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2283
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2284
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2285
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2286
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2287
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2288
+ .eael-feature-list-item:before {
2289
+ right: 0;
2290
+ left: auto;
2291
+ }
2292
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2293
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2294
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2295
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2296
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2297
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2298
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2299
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2300
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
2301
+ .eael-feature-list-item:after {
2302
+ left: auto;
2303
+ right: 5px;
2304
+ }
2305
  }
2306
 
2307
+ /*------------------------------*/
2308
+ /* 27. Filterable Gallery
2309
+ /*------------------------------*/
2310
+ .eael-filter-gallery-control {
2311
+ width: 100%;
 
 
2312
  }
2313
 
2314
+ .eael-filter-gallery-control ul,
2315
+ .eael-filter-gallery-control ul li {
2316
+ text-align: center;
2317
  }
2318
 
2319
+ .eael-filter-gallery-control ul {
2320
+ margin: 0px 0px 20px 0px;
2321
+ padding: 0px;
2322
  text-align: center;
2323
  }
2324
 
2325
+ .eael-filter-gallery-control {
2326
+ display: -webkit-box;
2327
+ display: -webkit-flex;
2328
+ display: -ms-flexbox;
2329
+ display: flex;
2330
+ -webkit-box-orient: vertical;
2331
+ -webkit-box-direction: normal;
2332
+ -webkit-flex-flow: 1 1 auto;
2333
+ -ms-flex-flow: 1 1 auto;
2334
+ flex-flow: 1 1 auto;
2335
+ -webkit-box-align: center;
2336
+ -webkit-align-items: center;
2337
+ -ms-flex-align: center;
2338
+ align-items: center;
2339
+ -webkit-box-pack: center;
2340
+ -webkit-justify-content: center;
2341
+ -ms-flex-pack: center;
2342
+ justify-content: center;
2343
+ -webkit-flex-flow: row wrap;
2344
+ -ms-flex-flow: row wrap;
2345
+ flex-flow: row wrap;
2346
+ padding: 0px;
2347
+ margin: 0px;
2348
  }
2349
 
2350
+ .eael-filter-gallery-control ul li {
 
2351
  list-style: none;
2352
+ font-size: 24px;
2353
+ display: inline-block;
2354
+ text-align: center;
2355
  }
2356
 
2357
+ .eael-filter-gallery-control ul li a.control {
2358
+ font-family: 'Montserrat', sans-serif;
2359
+ font-size: 16px;
2360
+ font-weight: 600;
2361
+ padding: 10px 25px;
2362
+ margin: 10px 6px;
2363
  }
2364
 
2365
+ .eael-filter-gallery-container {
2366
+ text-align: justify;
2367
+ font-size: 0.1px;
2368
  }
2369
 
2370
+ .eael-filter-gallery-container:after {
2371
+ content: '';
2372
+ display: inline-block;
2373
+ width: 100%;
 
2374
  }
2375
 
2376
+ .eael-filter-gallery-container:not(.eael-cards) .item:before {
2377
+ content: '';
2378
+ display: inline-block;
2379
+ padding-top: 56.25%;
2380
  }
2381
 
2382
+ .eael-filter-gallery-container .item .caption {
2383
+ position: absolute;
2384
+ display: -webkit-box;
2385
+ display: -webkit-flex;
2386
+ display: -ms-flexbox;
2387
+ display: flex;
2388
+ -webkit-box-orient: vertical;
2389
+ -webkit-box-direction: normal;
2390
+ -webkit-flex-flow: 1 1 100%;
2391
+ -ms-flex-flow: 1 1 100%;
2392
+ flex-flow: 1 1 100%;
2393
+ -webkit-box-align: center;
2394
+ -webkit-align-items: center;
2395
+ -ms-flex-align: center;
2396
+ align-items: center;
2397
+ -webkit-box-pack: center;
2398
+ -webkit-justify-content: center;
2399
+ -ms-flex-pack: center;
2400
+ justify-content: center;
2401
+ z-index: 1;
2402
+ top: 0px;
2403
+ left: 0px;
2404
+ right: 0px;
2405
+ bottom: 0px;
2406
+ -webkit-transition: -webkit-transform .4s;
2407
+ transition: -webkit-transform .4s;
2408
+ -o-transition: transform .4s;
2409
+ transition: transform .4s;
2410
+ transition: transform .4s, -webkit-transform .4s;
2411
+ }
2412
+
2413
+ .eael-filter-gallery-container.eael-cards .item .caption {
2414
  display: none;
2415
  }
2416
 
2417
+ .eael-filter-gallery-container.eael-cards .item .item-img .caption {
2418
+ position: absolute;
2419
+ display: -webkit-box;
2420
+ display: -webkit-flex;
2421
+ display: -ms-flexbox;
2422
+ display: flex;
2423
+ -webkit-box-orient: vertical;
2424
+ -webkit-box-direction: normal;
2425
+ -webkit-flex-flow: 1 1 100%;
2426
+ -ms-flex-flow: 1 1 100%;
2427
+ flex-flow: 1 1 100%;
2428
+ -webkit-box-align: center;
2429
+ -webkit-align-items: center;
2430
+ -ms-flex-align: center;
2431
+ align-items: center;
2432
+ -webkit-box-pack: center;
2433
+ -webkit-justify-content: center;
2434
+ -ms-flex-pack: center;
2435
+ justify-content: center;
2436
+ z-index: 10;
2437
+ top: 0px;
2438
+ left: 0px;
2439
+ right: 0px;
2440
+ bottom: 0px;
2441
+ -webkit-transition: -webkit-transform .4s;
2442
+ transition: -webkit-transform .4s;
2443
+ -o-transition: transform .4s;
2444
+ transition: transform .4s;
2445
+ transition: transform .4s, -webkit-transform .4s;
2446
+ }
2447
+
2448
+ .gallery-item-caption-over {
2449
  width: 100%;
2450
+ height: auto;
2451
  }
2452
 
2453
+ a.eael-gallery-load-more, a.eael-gallery-load-more:hover {
2454
+ text-decoration: none;
 
 
 
2455
  }
2456
 
2457
+ /*--- Caption Animation ---*/
2458
+ .eael-filter-gallery-container .item .caption.eael-zoom-in,
2459
+ .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in {
2460
+ -webkit-transform: scale(0);
2461
+ -ms-transform: scale(0);
2462
+ transform: scale(0);
2463
  }
2464
 
2465
+ .eael-filter-gallery-container .item:hover .caption.eael-zoom-in,
2466
+ .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in {
2467
+ -webkit-transform: scale(1);
2468
+ -ms-transform: scale(1);
2469
+ transform: scale(1);
2470
  }
2471
 
2472
+ .eael-filter-gallery-container .item .caption.eael-slide-left,
2473
+ .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left {
2474
+ -webkit-transform: translateX(-100%);
2475
+ -ms-transform: translateX(-100%);
2476
+ transform: translateX(-100%);
2477
  }
2478
 
2479
+ .eael-filter-gallery-container .item:hover .caption.eael-slide-left,
2480
+ .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left {
2481
+ -webkit-transform: translateX(0%);
2482
+ -ms-transform: translateX(0%);
2483
+ transform: translateX(0%);
2484
  }
2485
 
2486
+ .eael-filter-gallery-container .item .caption.eael-slide-right,
2487
+ .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right {
2488
+ -webkit-transform: translateX(100%);
2489
+ -ms-transform: translateX(100%);
2490
+ transform: translateX(100%);
2491
  }
2492
 
2493
+ .eael-filter-gallery-container .item:hover .caption.eael-slide-right,
2494
+ .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right {
2495
+ -webkit-transform: translateX(0%);
2496
+ -ms-transform: translateX(0%);
2497
+ transform: translateX(0%);
 
 
 
 
 
2498
  }
2499
 
2500
+ .eael-filter-gallery-container .item .caption.eael-slide-top,
2501
+ .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top {
2502
+ -webkit-transform: translateY(-100%);
2503
+ -ms-transform: translateY(-100%);
2504
+ transform: translateY(-100%);
 
 
2505
  }
2506
 
2507
+ .eael-filter-gallery-container .item:hover .caption.eael-slide-top,
2508
+ .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top {
2509
+ -webkit-transform: translateY(0%);
2510
+ -ms-transform: translateY(0%);
2511
+ transform: translateY(0%);
2512
  }
2513
 
2514
+ .eael-filter-gallery-container .item .caption.eael-slide-bottom,
2515
+ .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom {
2516
+ -webkit-transform: translateY(100%);
2517
+ -ms-transform: translateY(100%);
2518
+ transform: translateY(100%);
2519
  }
2520
 
2521
+ .eael-filter-gallery-container .item:hover .caption.eael-slide-bottom,
2522
+ .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom {
2523
+ -webkit-transform: translateY(0%);
2524
+ -ms-transform: translateY(0%);
2525
+ transform: translateY(0%);
2526
  }
2527
 
2528
+ .eael-filter-gallery-container .item .caption a {
2529
+ display: inline-block;
2530
  width: 50px;
2531
+ height: 50px;
2532
+ text-align: center;
2533
+ line-height: 50px;
2534
+ -webkit-border-radius: 50%;
2535
+ border-radius: 50%;
2536
+ margin: 0 5px;
2537
+ font-size: 20px;
2538
+ cursor: pointer;
2539
+ -webkit-transition: .3s;
2540
+ -o-transition: .3s;
2541
+ transition: .3s;
2542
  }
2543
 
2544
+ .eael-filter-gallery-container .item .caption a:nth-child(1),
2545
+ .eael-container .item .caption a:nth-child(2) {
2546
+ -webkit-transition: .6s;
2547
+ -o-transition: .6s;
2548
+ transition: .6s;
2549
+ opacity: 0;
2550
  }
2551
 
2552
+ .eael-filter-gallery-container .item .caption a:nth-child(1) {
2553
+ -webkit-transform: translateY(-100%);
2554
+ -ms-transform: translateY(-100%);
2555
+ transform: translateY(-100%);
2556
  }
2557
 
2558
+ .eael-filter-gallery-container .item .caption a:nth-child(2) {
2559
+ -webkit-transform: translateY(100%);
2560
+ -ms-transform: translateY(100%);
2561
+ transform: translateY(100%);
2562
  }
2563
 
2564
+ .eael-filter-gallery-container .item .caption:hover a:nth-child(1),
2565
+ .eael-filter-gallery-container .item .caption:hover a:nth-child(2) {
2566
+ -webkit-transform: translateY(0%);
2567
+ -ms-transform: translateY(0%);
2568
+ transform: translateY(0%);
2569
+ opacity: 1;
2570
  }
2571
 
2572
+ .eael-filter-gallery-container .item .caption .eael-popup-link {
2573
+ outline: 0;
 
 
2574
  }
2575
 
2576
+ /*--- Filter Gallery Card Style ---*/
2577
+ .eael-filter-gallery-container.eael-cards .item:before {
2578
+ padding-top: 0px;
2579
  }
2580
 
2581
+ .eael-filter-gallery-container.eael-cards .item-img {
2582
+ position: relative;
2583
+ background-repeat: no-repeat;
2584
+ background-position: center;
2585
+ -webkit-background-size: cover;
2586
+ background-size: cover;
2587
+ height: 220px;
2588
+ z-index: 0;
2589
+ overflow: hidden;
2590
  }
2591
 
2592
+ .eael-filter-gallery-container.eael-cards .item-content {
 
2593
  padding: 15px;
2594
  }
2595
 
2596
+ .eael-filter-gallery-container.eael-cards .item-content .title,
2597
+ .eael-filter-gallery-container.eael-cards .item-content .title a {
2598
+ font-size: 20px;
2599
+ line-height: 1;
2600
+ margin-bottom: 0px;
2601
+ -webkit-transition: .3s;
2602
+ -o-transition: .3s;
2603
+ transition: .3s;
2604
  }
2605
 
2606
+ .eael-filter-gallery-container.eael-cards .item-content p {
2607
+ font-size: 14px;
2608
+ line-height: 26px;
 
 
 
 
2609
  }
2610
 
2611
+ .eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
2612
+ text-align: center;
2613
  }
2614
 
2615
+ .eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
2616
+ text-align: right;
 
 
2617
  }
2618
 
2619
+ .eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
2620
+ text-align: center;
 
 
 
2621
  }
2622
 
2623
+ .eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
2624
+ text-align: right;
 
 
 
2625
  }
2626
 
2627
+ /*--- Editor Specific Style ---*/
2628
+ .eael-fg-content-align-left .eael-cards .item .item-content {
2629
+ text-align: left;
2630
  }
2631
 
2632
+ .eael-fg-content-align-center .eael-cards .item .item-content {
2633
+ text-align: center;
2634
  }
2635
 
2636
+ .eael-fg-content-align-right .eael-cards .item .item-content {
2637
+ text-align: right;
2638
  }
2639
 
2640
+ /*--- Magnific Gallery Fix ---*/
2641
+ .mfp-wrap ~ div.dialog-widget {
2642
+ display: none !important;
 
 
2643
  }
2644
 
2645
+ .eael-filterable-gallery-item-wrap {
2646
+ float: left;
2647
+ width: 33.33%;
 
 
 
 
 
 
 
2648
  }
2649
 
2650
+ .eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap {
2651
+ width: 100%;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2652
  }
2653
 
2654
+ .eael-filter-gallery-control > ul li {
2655
+ font-size: 13px;
2656
+ line-height: 1.8;
2657
+ text-transform: uppercase;
2658
+ letter-spacing: 1px;
2659
+ padding: 6px 15px;
2660
+ cursor: pointer;
2661
+ margin: 0 5px;
2662
+ font-weight: normal;
2663
  }
2664
 
2665
+ .eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap {
2666
+ width: 50%;
 
 
 
2667
  }
2668
 
2669
+ .eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap {
2670
+ width: 25%;
 
2671
  }
2672
 
2673
+ .eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap {
2674
+ width: 20%;
 
2675
  }
2676
 
2677
+ .gallery-grid-item {
2678
+ margin-left: calc(20px/2);
2679
+ margin-right: calc(20px/2);
2680
+ margin-bottom: 20px;
2681
+ position: relative;
2682
+ overflow: hidden;
2683
  }
2684
 
2685
+ .gallery-item-caption-wrap,
2686
+ .media-content-wrap {
2687
+ font-size: 14px;
2688
+ text-align: left;
2689
  }
2690
 
2691
+ .gallery-item-thumbnail-wrap.caption-style-card img {
2692
+ max-height: 100%;
2693
+ width: 100%;
 
 
 
2694
  }
2695
 
2696
+ .gallery-item-caption-wrap.caption-style-hoverer {
2697
+ position: absolute;
2698
+ left: 0;
2699
+ top: 0;
2700
+ height: 100%;
2701
+ width: 100%;
2702
+ padding: 15px;
2703
+ z-index: 10;
2704
  }
2705
 
2706
+ .eael-filterable-gallery-item-wrap .gallery-grid-item .gallery-item-thumbnail-wrap > img {
2707
+ height: 100%;
2708
+ width: 100%;
2709
+ -o-object-fit: cover;
2710
+ object-fit: cover;
2711
  }
2712
 
2713
+ /*--- Gallery content css ---*/
2714
+ .fg-item-title,
2715
+ .fg-item-content {
2716
+ color: #ffffff;
2717
+ font-family: inherit;
2718
  }
2719
 
2720
+ /*--- Gallery Card Style CSS ---*/
2721
+ .gallery-item-caption-wrap.caption-style-card .fg-item-title {
2722
+ font-size: 18px;
2723
+ margin: 15px 0 15px;
2724
+ line-height: 1;
2725
  }
2726
 
2727
+ .gallery-item-caption-wrap.caption-style-card {
2728
+ background: #f7f7f7;
2729
  }
2730
 
2731
+ .gallery-item-caption-wrap.caption-style-card .fg-item-title {
2732
+ margin: 10px 0 15px;
2733
+ color: #000000;
2734
  }
2735
 
2736
+ .gallery-item-caption-wrap.caption-style-card .fg-item-content {
2737
+ color: #212529;
2738
+ line-height: 1.5;
2739
+ font-weight: normal;
2740
  }
2741
 
2742
+ .gallery-item-buttons > a {
2743
+ display: inline-block;
2744
+ font-size: 16px;
2745
+ color: #000;
2746
+ margin-right: 15px;
2747
  }
2748
 
2749
+ .gallery-item-buttons > a:visited {
2750
+ color: #000;
 
 
2751
  }
2752
 
2753
+ .gallery-item-caption-wrap.caption-style-card {
2754
+ padding: 10px;
2755
+ -webkit-box-sizing: border-box;
2756
+ box-sizing: border-box;
2757
+ font-family: inherit;
2758
  }
2759
 
2760
+ /*--- Gallery item hover style ---*/
2761
+ .gallery-item-caption-wrap .gallery-item-hoverer-bg {
2762
+ position: absolute;
2763
+ left: 0;
2764
+ top: 0;
2765
+ height: 100%;
2766
+ width: 100%;
2767
+ content: '';
2768
+ background: #000000;
2769
+ z-index: -1;
2770
+ opacity: .7;
2771
  }
2772
 
2773
+ .gallery-item-caption-wrap.caption-style-hoverer {
 
2774
  visibility: hidden;
2775
  opacity: 0;
2776
+ -webkit-transition: 0.6s all ease;
2777
+ -o-transition: 0.6s all ease;
2778
+ transition: 0.6s all ease;
2779
+ display: -webkit-box;
2780
+ display: -webkit-flex;
2781
+ display: -ms-flexbox;
2782
+ display: flex;
2783
+ -webkit-box-align: center;
2784
+ -webkit-align-items: center;
2785
+ -ms-flex-align: center;
2786
+ align-items: center;
2787
  }
2788
 
2789
+ .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer {
 
 
 
 
 
 
 
 
2790
  opacity: 1;
2791
+ visibility: visible;
2792
  }
2793
 
2794
+ .gallery-item-caption-wrap.caption-style-hoverer h5 {
2795
+ font-size: 20px;
2796
+ margin-bottom: 5px;
2797
+ line-height: 1;
2798
  }
2799
 
2800
+ .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5 {
2801
+ -webkit-transform: translateY(20px);
2802
+ -ms-transform: translateY(20px);
2803
+ transform: translateY(20px);
2804
+ -webkit-transition: 0.6s all ease;
2805
+ -o-transition: 0.6s all ease;
2806
+ transition: 0.6s all ease;
2807
  }
2808
 
2809
+ .gallery-item-caption-wrap.caption-style-hoverer p {
2810
+ margin-bottom: 5px;
 
2811
  }
2812
 
2813
+ .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
2814
+ -webkit-transform: translateY(40px);
2815
+ -ms-transform: translateY(40px);
2816
+ transform: translateY(40px);
2817
+ -webkit-transition: 0.6s all ease;
2818
+ -o-transition: 0.6s all ease;
2819
+ transition: 0.6s all ease;
2820
  }
2821
 
2822
+ .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons {
2823
+ -webkit-transform: translateY(40px);
2824
+ -ms-transform: translateY(40px);
2825
+ transform: translateY(40px);
2826
+ -webkit-transition: 0.6s all ease;
2827
+ -o-transition: 0.6s all ease;
2828
+ transition: 0.6s all ease;
2829
  }
2830
 
2831
+ .gallery-item-caption-wrap .gallery-item-buttons > a {
2832
+ padding: 5px 15px;
2833
+ display: inline-block;
2834
+ -webkit-border-radius: 50%;
2835
+ border-radius: 50%;
2836
+ outline: none;
2837
+ text-decoration: none;
2838
  }
2839
 
2840
+ .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
2841
+ -webkit-transform: scale(0.8);
2842
+ -ms-transform: scale(0.8);
2843
+ transform: scale(0.8);
2844
+ -webkit-transition: 0.6s all ease;
2845
+ -o-transition: 0.6s all ease;
2846
+ transition: 0.6s all ease;
2847
  }
2848
 
2849
+ .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,
2850
+ .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,
2851
+ .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
2852
+ -webkit-transform: translate(0);
2853
+ -ms-transform: translate(0);
2854
+ transform: translate(0);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2855
  }
2856
 
2857
+ .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
2858
+ -webkit-transform: scale(1);
2859
+ -ms-transform: scale(1);
2860
+ transform: scale(1);
2861
+ visibility: visible;
2862
+ opacity: 1;
2863
  }
2864
 
2865
+ .gallery-item-caption-wrap.caption-style-hoverer.eael-none {
2866
+ -webkit-transition: none;
2867
+ -o-transition: none;
2868
+ transition: none;
2869
  }
2870
 
2871
+ /*--- Video Gallery ---*/
2872
+ .gallery-item-thumbnail-wrap {
2873
+ position: relative;
 
 
 
2874
  }
2875
 
2876
+ .video-popup,
2877
+ .video-popup-bg {
2878
+ position: absolute;
2879
+ left: 0;
2880
+ top: 0;
2881
+ height: 100%;
2882
  width: 100%;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2883
  }
2884
 
2885
+ .video-popup > img {
2886
+ width: 62px;
2887
+ position: relative;
2888
+ z-index: 1;
2889
+ -webkit-transition: 300ms;
2890
+ -o-transition: 300ms;
2891
+ transition: 300ms;
2892
  }
2893
 
2894
+ .video-popup {
2895
+ display: -webkit-box;
2896
+ display: -webkit-flex;
2897
+ display: -ms-flexbox;
2898
  display: flex;
2899
+ -webkit-box-align: center;
2900
+ -webkit-align-items: center;
2901
+ -ms-flex-align: center;
2902
+ align-items: center;
2903
+ -webkit-box-pack: center;
2904
+ -webkit-justify-content: center;
2905
+ -ms-flex-pack: center;
2906
+ justify-content: center;
2907
  }
2908
 
2909
+ .video-popup:hover > img {
2910
+ -webkit-transform: scale(1.1);
2911
+ -ms-transform: scale(1.1);
2912
+ transform: scale(1.1);
2913
  }
2914
 
2915
+ .video-popup-bg {
2916
+ visibility: hidden;
2917
+ opacity: 0;
2918
+ -webkit-transition: 350ms;
2919
+ -o-transition: 350ms;
2920
+ transition: 350ms;
2921
  }
2922
 
2923
+ .gallery-grid-item:hover .video-popup-bg {
2924
+ visibility: visible;
2925
+ opacity: 1;
 
 
 
 
2926
  }
2927
 
2928
+ .gallery-item-thumbnail-wrap > .gallery-item-caption-wrap {
2929
+ position: absolute;
2930
+ left: 0;
2931
+ top: 0;
2932
+ height: 100%;
2933
+ width: 100%;
2934
+ display: -webkit-box;
2935
+ display: -webkit-flex;
2936
+ display: -ms-flexbox;
2937
  display: flex;
2938
+ -webkit-box-align: center;
2939
+ -webkit-align-items: center;
2940
+ -ms-flex-align: center;
2941
+ align-items: center;
2942
+ -webkit-box-pack: center;
2943
+ -webkit-justify-content: center;
2944
+ -ms-flex-pack: center;
2945
+ justify-content: center;
2946
  }
2947
 
2948
+ .gallery-item-caption-wrap.card-hover-bg {
2949
+ visibility: hidden;
2950
+ opacity: 0;
2951
+ -webkit-transition: 800ms;
2952
+ -o-transition: 800ms;
2953
+ transition: 800ms;
2954
  }
2955
 
2956
+ .gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg {
2957
+ visibility: visible;
2958
+ opacity: 1;
 
 
2959
  }
2960
 
2961
+ .gallery-item-caption-wrap .gallery-item-buttons > a > i {
2962
+ display: -webkit-box;
2963
+ display: -webkit-flex;
2964
+ display: -ms-flexbox;
2965
  display: flex;
2966
+ -webkit-box-align: center;
2967
+ -webkit-align-items: center;
2968
+ -ms-flex-align: center;
2969
+ align-items: center;
2970
+ -webkit-box-pack: center;
2971
+ -webkit-justify-content: center;
2972
+ -ms-flex-pack: center;
2973
+ justify-content: center;
2974
+ height: 100%;
2975
  }
2976
 
2977
+ /*--- Gallery Column CSS ---*/
2978
+ @media only screen and (min-width: 1025px) {
2979
+ /* For Desktop: */
2980
+ .elementor-element.elementor-grid-1 {
2981
+ position: relative;
2982
+ }
2983
 
2984
+ .elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap {
2985
+ width: 100%;
2986
+ float: left;
2987
+ }
 
 
 
2988
 
2989
+ .elementor-element.elementor-grid-2 {
2990
+ position: relative;
2991
+ }
2992
 
2993
+ .elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap {
2994
+ width: 50%;
2995
+ float: left;
2996
+ }
2997
 
2998
+ .elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
2999
+ margin-right: 0 !important;
3000
+ }
 
3001
 
3002
+ .elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
3003
+ clear: left;
3004
+ }
 
3005
 
3006
+ .elementor-element.elementor-grid-3 {
3007
+ position: relative;
3008
+ }
 
 
 
 
3009
 
3010
+ .elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap {
3011
+ width: 33.3333%;
3012
+ float: left;
3013
+ }
 
 
 
 
3014
 
3015
+ .elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
3016
+ margin-right: 0 !important;
3017
+ }
 
3018
 
3019
+ .elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
3020
+ clear: left;
3021
+ }
 
 
 
3022
 
3023
+ .elementor-element.elementor-grid-4 {
3024
+ position: relative;
3025
+ }
 
3026
 
3027
+ .elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap {
3028
+ width: 25%;
3029
+ float: left;
3030
+ }
 
 
3031
 
3032
+ .elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
3033
+ margin-right: 0 !important;
3034
+ }
3035
 
3036
+ .elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
3037
+ clear: left;
3038
+ }
 
3039
 
3040
+ .elementor-element.elementor-grid-5 {
3041
+ position: relative;
3042
+ }
 
3043
 
3044
+ .elementor-element.elementor-grid-5 .pp-logo-grid {
3045
+ margin-right: -5px;
3046
+ }
 
 
 
 
 
3047
 
3048
+ .elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap {
3049
+ width: 20%;
3050
+ float: left;
3051
+ }
 
 
3052
 
3053
+ .elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
3054
+ margin-right: 0 !important;
3055
+ }
3056
 
3057
+ .elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
3058
+ clear: left;
3059
+ }
3060
 
3061
+ .elementor-element.elementor-grid-6 {
3062
+ position: relative;
3063
+ }
3064
+
3065
+ .elementor-element.elementor-grid-6 .pp-logo-grid {
3066
+ margin-right: -6px;
3067
+ }
3068
+
3069
+ .elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap {
3070
+ width: 16.6667%;
3071
+ float: left;
3072
+ }
3073
+
3074
+ .elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
3075
+ margin-right: 0 !important;
3076
+ }
3077
+
3078
+ .elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
3079
+ clear: left;
3080
+ }
3081
+ }
3082
+ @media only screen and (max-width: 1024px) and (min-width: 766px) {
3083
+ /* For tablets: */
3084
+ .elementor-element.elementor-grid-tablet-1 {
3085
+ position: relative;
3086
+ }
3087
+
3088
+ .elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap {
3089
+ width: 100%;
3090
+ float: left;
3091
+ }
3092
+
3093
+ .elementor-element.elementor-grid-tablet-2 {
3094
+ position: relative;
3095
+ }
3096
+
3097
+ .elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap {
3098
+ width: 50%;
3099
+ float: left;
3100
+ }
3101
+
3102
+ .elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
3103
+ margin-right: 0 !important;
3104
+ }
3105
+
3106
+ .elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
3107
+ clear: left;
3108
+ }
3109
+
3110
+ .elementor-element.elementor-grid-tablet-3 {
3111
+ position: relative;
3112
+ }
3113
+
3114
+ .elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap {
3115
+ width: 33.3333%;
3116
+ float: left;
3117
+ }
3118
+
3119
+ .elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
3120
+ margin-right: 0 !important;
3121
+ }
3122
+
3123
+ .elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
3124
+ clear: left;
3125
+ }
3126
+
3127
+ .elementor-element.elementor-grid-tablet-4 {
3128
+ position: relative;
3129
+ }
3130
+
3131
+ .elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap {
3132
+ width: 25%;
3133
+ float: left;
3134
+ }
3135
+
3136
+ .elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
3137
+ margin-right: 0 !important;
3138
+ }
3139
+
3140
+ .elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
3141
+ clear: left;
3142
+ }
3143
+
3144
+ .elementor-element.elementor-grid-tablet-5 {
3145
+ position: relative;
3146
+ }
3147
+
3148
+ .elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap {
3149
+ width: 20%;
3150
+ float: left;
3151
+ }
3152
+
3153
+ .elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
3154
+ margin-right: 0 !important;
3155
+ }
3156
+
3157
+ .elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
3158
+ clear: left;
3159
+ }
3160
+
3161
+ .elementor-element.elementor-grid-tablet-6 {
3162
+ position: relative;
3163
+ }
3164
+
3165
+ .elementor-element.elementor-grid-tablet-6 .pp-logo-grid {
3166
+ margin-right: -6px;
3167
+ }
3168
+
3169
+ .elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap {
3170
+ width: 16.6667%;
3171
+ float: left;
3172
+ }
3173
+
3174
+ .elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
3175
+ margin-right: 0 !important;
3176
+ }
3177
+
3178
+ .elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
3179
+ clear: left;
3180
+ }
3181
+ }
3182
+ @media only screen and (max-width: 767px) {
3183
+ .elementor-element.elementor-grid-mobile-1 {
3184
+ position: relative;
3185
+ }
3186
+
3187
+ .elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap {
3188
+ width: 100%;
3189
+ float: left;
3190
+ }
3191
+
3192
+ .elementor-element.elementor-grid-mobile-2 {
3193
+ position: relative;
3194
+ }
3195
+
3196
+ .elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap {
3197
+ width: 50%;
3198
+ float: left;
3199
+ }
3200
+
3201
+ .elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
3202
+ margin-right: 0 !important;
3203
+ }
3204
+
3205
+ .elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
3206
+ clear: left;
3207
+ }
3208
+
3209
+ .elementor-element.elementor-grid-mobile-3 {
3210
+ position: relative;
3211
+ }
3212
+
3213
+ .elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap {
3214
+ width: 33.3333%;
3215
+ float: left;
3216
+ }
3217
+
3218
+ .elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
3219
+ margin-right: 0 !important;
3220
+ }
3221
+
3222
+ .elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
3223
+ clear: left;
3224
+ }
3225
+
3226
+ .elementor-element.elementor-grid-mobile-4 {
3227
+ position: relative;
3228
+ }
3229
+
3230
+ .elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap {
3231
+ width: 25%;
3232
+ float: left;
3233
+ }
3234
+
3235
+ .elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
3236
+ margin-right: 0 !important;
3237
+ }
3238
+
3239
+ .elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
3240
+ clear: left;
3241
+ }
3242
+
3243
+ .elementor-element.elementor-grid-mobile-5 {
3244
+ position: relative;
3245
+ }
3246
+
3247
+ .elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap {
3248
+ width: 20%;
3249
+ float: left;
3250
+ }
3251
+
3252
+ .elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
3253
+ margin-right: 0 !important;
3254
+ }
3255
+
3256
+ .elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
3257
+ clear: left;
3258
+ }
3259
+
3260
+ .elementor-element.elementor-grid-mobile-6 {
3261
+ position: relative;
3262
+ }
3263
+
3264
+ .elementor-element.elementor-grid-mobile-6 .pp-logo-grid {
3265
+ margin-right: -6px;
3266
+ }
3267
+
3268
+ .elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap {
3269
+ width: 16.6667%;
3270
+ float: left;
3271
+ }
3272
+
3273
+ .elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
3274
+ margin-right: 0 !important;
3275
+ }
3276
+
3277
+ .elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
3278
+ clear: left;
3279
+ }
3280
+ }
3281
+
3282
+ /*---------------------------*/
3283
+ /* 18. Flipbox Style
3284
+ /*---------------------------*/
3285
+ .eael-elements-flip-box-container {
3286
+ position: relative;
3287
+ height: 300px;
3288
+ width: 100%;
3289
+ }
3290
+
3291
+ .eael-elements-flip-box-container .flipbox-button {
3292
+ display: inline-block;
3293
+ -webkit-transition: all 400ms;
3294
+ -o-transition: all 400ms;
3295
+ transition: all 400ms;
3296
+ }
3297
+
3298
+ .eael-elements-flip-box-container a {
3299
+ display: block;
3300
+ }
3301
+
3302
+ .eael-elements-flip-box-vertical-align {
3303
+ width: 100%;
3304
+ }
3305
+
3306
+ .eael-elements-flip-box-padding {
3307
+ padding: 0px 30px 5px 30px;
3308
+ }
3309
 
3310
  .eael-elements-flip-box-icon-image {
3311
  display: inline-block;
3322
  }
3323
 
3324
  .eael_flip_box_icon_border_round {
3325
+ -webkit-border-radius: 100px;
3326
+ border-radius: 100px;
3327
  }
3328
 
3329
  .eael_eleements_flip_front_icon_style_background,
3353
  color: #ffffff;
3354
  border-color: #000000;
3355
  -webkit-display: flex;
3356
+ display: -webkit-box;
3357
+ display: -ms-flexbox;
3358
  display: flex;
3359
  -webkit-align-items: center;
3360
+ -webkit-box-align: center;
3361
+ -ms-flex-align: center;
3362
+ align-items: center;
3363
  }
3364
 
3365
  .eael-elements-flip-box-content,
3382
  height: 100%;
3383
  background: #444444;
3384
  color: #ffffff;
3385
+ display: -webkit-box;
3386
+ display: -webkit-flex;
3387
+ display: -ms-flexbox;
3388
  display: flex;
3389
  -webkit-align-items: center;
3390
+ -webkit-box-align: center;
3391
+ -ms-flex-align: center;
3392
+ align-items: center;
3393
  border-color: #000000;
3394
  }
3395
 
3423
 
3424
  /*--- CSS3 Transitions ---*/
3425
  .eael-elements-flip-box-container {
3426
+ -webkit-perspective: 1000px;
3427
+ perspective: 1000px;
3428
  }
3429
 
3430
  .eael-elements-flip-box-front-container,
3431
  .eael-elements-flip-box-rear-container {
3432
+ -webkit-transition-duration: 500ms;
3433
+ -o-transition-duration: 500ms;
3434
+ transition-duration: 500ms;
3435
+ -webkit-transition-property: all;
3436
+ -o-transition-property: all;
3437
  transition-property: all;
3438
+ -webkit-transition-timing-function: ease;
3439
+ -o-transition-timing-function: ease;
3440
+ transition-timing-function: ease;
3441
  }
3442
 
3443
  .eael-elements-flip-box-flip-card {
3444
  width: 100%;
3445
  height: 100%;
3446
+ -webkit-transform-style: preserve-3d;
3447
+ transform-style: preserve-3d;
3448
+ -webkit-transition: all 500ms ease;
3449
+ -o-transition: all 500ms ease;
3450
  transition: all 500ms ease;
3451
  }
3452
 
3453
  .eael-elements-flip-box-rear-container,
3454
  .eael-elements-flip-box-front-container {
 
3455
  -webkit-backface-visibility: hidden;
3456
  backface-visibility: hidden;
3457
+ -webkit-transform: rotateX(0deg);
3458
+ transform: rotateX(0deg);
3459
+ -webkit-transform: rotateY(0deg);
3460
+ transform: rotateY(0deg);
3461
  }
3462
 
3463
  /*--- Flip ---*/
3464
  .eael-animate-flip.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
3465
  .eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container {
3466
+ -webkit-transform: rotateX(180deg);
3467
+ transform: rotateX(180deg);
3468
  }
3469
 
3470
  .eael-animate-flip.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
3471
  .eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
3472
+ -webkit-transform: rotateX(-180deg);
3473
+ transform: rotateX(-180deg);
3474
  }
3475
 
3476
  .eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
3477
  .eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container {
3478
+ -webkit-transform: rotateY(-180deg);
3479
+ transform: rotateY(-180deg);
3480
  }
3481
 
3482
  .eael-animate-flip.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
3483
  .eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container {
3484
+ -webkit-transform: rotateY(180deg);
3485
+ transform: rotateY(180deg);
3486
  }
3487
 
3488
  /*--- Slide ---*/
3560
  /*--- Zoom In ---*/
3561
  .eael-animate-zoom-in .eael-elements-flip-box-rear-container {
3562
  opacity: 0;
3563
+ -webkit-transform: scale(0.75);
3564
+ -ms-transform: scale(0.75);
3565
+ transform: scale(0.75);
3566
  z-index: 3;
3567
  }
3568
 
3569
  .eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
3570
  opacity: 1;
3571
+ -webkit-transform: scale(1);
3572
+ -ms-transform: scale(1);
3573
+ transform: scale(1);
3574
  }
3575
 
3576
  /*--- Zoom Out ---*/
3577
  .eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
3578
  opacity: 0;
3579
+ -webkit-transform: scale(0.75);
3580
+ -ms-transform: scale(0.75);
3581
+ transform: scale(0.75);
3582
  }
3583
 
3584
  .eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
3600
 
3601
  .eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,
3602
  .eael-flipbox-img-circle .flipbox-back-image-icon img {
3603
+ -webkit-border-radius: 50%;
3604
+ border-radius: 50%;
3605
  overflow: hidden;
3606
  }
3607
 
3608
  /*--------------------------*/
3609
+ /* 01. General Styles
3610
+ /*--------------------------*/
3611
+ .clearfix::before,
3612
+ .clearfix::after {
3613
+ content: " ";
3614
+ display: table;
3615
+ clear: both;
 
 
 
 
 
 
 
 
 
3616
  }
3617
 
3618
+ /*---------------------------------------*/
3619
+ /* 02. Common styles for slider elements
3620
+ /*---------------------------------------*/
3621
+ .eael-testimonial-slider.nav-top-left,
3622
+ .eael-testimonial-slider.nav-top-right,
3623
+ .eael-team-slider.nav-top-left,
3624
+ .eael-team-slider.nav-top-right,
3625
+ .eael-logo-carousel.nav-top-left,
3626
+ .eael-logo-carousel.nav-top-right,
3627
+ .eael-post-carousel.nav-top-left,
3628
+ .eael-post-carousel.nav-top-right,
3629
+ .eael-product-carousel.nav-top-left,
3630
+ .eael-product-carousel.nav-top-right {
3631
+ padding-top: 40px;
3632
  }
3633
 
3634
+ /*----------------------------*/
3635
+ /* 28. Swiper
3636
+ /*----------------------------*/
3637
+ .swiper-container-wrap .swiper-slide,
3638
+ .swiper-container .swiper-slide {
3639
  text-align: center;
3640
  }
3641
 
3642
+ .swiper-container-wrap .swiper-slide img,
3643
+ .swiper-container .swiper-slide img {
3644
+ width: auto;
 
 
 
3645
  }
3646
 
3647
+ .swiper-container-wrap-dots-outside .swiper-pagination,
3648
+ .swiper-container-dots-outside .swiper-pagination {
3649
+ position: static;
3650
  }
3651
 
3652
+ .swiper-container-wrap .swiper-button-next,
3653
+ .swiper-container-wrap .swiper-button-prev,
3654
+ .swiper-container .swiper-button-next,
3655
+ .swiper-container .swiper-button-prev {
3656
+ background: transparent;
3657
+ font-size: 20px;
3658
+ height: auto;
3659
+ line-height: 1;
3660
+ margin: 0;
3661
+ text-align: center;
3662
+ -webkit-transform: translateY(-50%);
3663
+ -ms-transform: translateY(-50%);
3664
+ transform: translateY(-50%);
3665
+ width: auto;
3666
  }
3667
 
3668
+ .swiper-container-wrap .swiper-button-next .fa,
3669
+ .swiper-container-wrap .swiper-button-prev .fa,
3670
+ .swiper-container .swiper-button-next .fa,
3671
+ .swiper-container .swiper-button-prev .fa {
3672
+ vertical-align: top;
3673
  }
3674
 
3675
+ .swiper-container-wrap .swiper-pagination {
3676
+ bottom: 10px;
3677
+ left: 0;
3678
  width: 100%;
 
 
 
 
 
3679
  }
3680
 
3681
+ .swiper-container-wrap-dots-outside .swiper-pagination {
3682
+ position: static;
 
3683
  }
3684
 
3685
+ .swiper-container-wrap .swiper-pagination-bullet {
3686
+ background: #ccc;
3687
+ margin: 0 4px;
3688
+ opacity: 1;
3689
+ height: 8px;
3690
+ width: 8px;
3691
  }
3692
 
3693
+ .swiper-container-wrap .swiper-pagination-bullet-active {
3694
+ background: #000;
 
 
 
 
3695
  }
3696
 
3697
+ .swiper-container-3d .swiper-slide {
3698
+ -o-transition-property: all;
3699
+ transition-property: all;
3700
+ -webkit-transition-property: all;
 
 
3701
  }
3702
 
3703
+ /*--------------------------------*/
3704
+ /* 10. Contact forms common
3705
+ /*--------------------------------*/
3706
+ .eael-contact-form input[type=text],
3707
+ .eael-contact-form input[type=email],
3708
+ .eael-contact-form input[type=url],
3709
+ .eael-contact-form input[type=tel],
3710
+ .eael-contact-form input[type=date],
3711
+ .eael-contact-form input[type=number],
3712
+ .eael-contact-form textarea {
3713
+ background: #fff;
3714
+ box-shadow: none;
3715
+ -webkit-box-shadow: none;
3716
+ float: none;
3717
+ height: auto;
3718
+ margin: 0;
3719
+ outline: 0;
3720
+ width: 100%;
3721
  }
3722
 
3723
+ .eael-contact-form input[type=submit] {
3724
+ border: 0;
3725
+ float: none;
3726
+ height: auto;
3727
+ margin: 0;
3728
+ padding: 10px 20px;
3729
+ width: auto;
3730
+ -webkit-transition: all 0.25s linear 0s;
3731
+ -o-transition: all 0.25s linear 0s;
3732
+ transition: all 0.25s linear 0s;
3733
  }
3734
 
3735
+ .eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
3736
+ .eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
3737
+ opacity: 0;
3738
+ visibility: hidden;
3739
  }
3740
 
3741
+ .eael-contact-form.placeholder-hide input::-moz-placeholder,
3742
+ .eael-contact-form.placeholder-hide textarea::-moz-placeholder {
3743
+ opacity: 0;
3744
+ visibility: hidden;
 
3745
  }
3746
 
3747
+ .eael-contact-form.placeholder-hide input:-ms-input-placeholder,
3748
+ .eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
3749
+ opacity: 0;
3750
+ visibility: hidden;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3751
  }
3752
 
3753
+ .eael-contact-form.placeholder-hide input:-moz-placeholder,
3754
+ .eael-contact-form.placeholder-hide textarea:-moz-placeholder {
3755
+ opacity: 0;
3756
+ visibility: hidden;
3757
  }
3758
 
3759
+ .eael-custom-radio-checkbox input[type=checkbox],
3760
+ .eael-custom-radio-checkbox input[type=radio] {
3761
+ -webkit-appearance: none;
3762
+ -moz-appearance: none;
3763
+ border-style: solid;
3764
+ border-width: 0;
3765
  outline: none;
3766
+ min-width: 1px;
3767
+ width: 15px;
3768
+ height: 15px;
3769
+ background: #ddd;
3770
+ padding: 3px;
3771
  }
3772
 
3773
+ .eael-custom-radio-checkbox input[type=checkbox]:before,
3774
+ .eael-custom-radio-checkbox input[type=radio]:before {
 
 
 
 
 
 
 
 
 
3775
  content: "";
 
3776
  width: 100%;
3777
  height: 100%;
3778
+ padding: 0;
3779
+ margin: 0;
3780
+ display: block;
 
 
 
 
 
 
 
 
3781
  }
3782
 
3783
+ .eael-custom-radio-checkbox input[type=checkbox]:checked:before,
3784
+ .eael-custom-radio-checkbox input[type=radio]:checked:before {
3785
+ background: #999;
3786
+ -webkit-transition: all 0.25s linear 0s;
3787
+ -o-transition: all 0.25s linear 0s;
3788
+ transition: all 0.25s linear 0s;
3789
  }
3790
 
3791
+ .eael-custom-radio-checkbox input[type=radio] {
3792
+ -webkit-border-radius: 50%;
3793
+ border-radius: 50%;
 
 
 
 
 
 
 
 
 
 
 
 
 
3794
  }
3795
 
3796
+ .eael-custom-radio-checkbox input[type=radio]:before {
3797
+ -webkit-border-radius: 50%;
3798
+ border-radius: 50%;
3799
  }
3800
 
3801
+ /*----------------------*/
3802
+ /* 14. Gravity Form
3803
+ /*----------------------*/
3804
+ .eael-gravity-form-align-default,
3805
+ .eael-gravity-form-align-left,
3806
+ .eael-gravity-form-btn-align-left {
3807
+ text-align: left;
3808
+ }
 
 
 
 
 
 
 
 
 
 
 
3809
 
3810
+ .eael-gravity-form-align-right,
3811
+ .eael-gravity-form-btn-align-right {
3812
+ text-align: right;
3813
+ }
 
 
3814
 
3815
+ .eael-gravity-form-align-center,
3816
+ .eael-gravity-form-btn-align-center {
3817
+ text-align: center;
3818
+ }
 
3819
 
3820
+ .eael-gravity-form .gform_wrapper .gform_footer {
3821
+ margin: 0;
3822
+ padding: 0;
3823
  }
 
 
 
 
 
3824
 
3825
+ .gform_wrapper form li,
3826
+ .gform_wrapper li {
3827
+ list-style: none;
3828
+ }
3829
 
3830
+ .eael-gravity-form .gform_wrapper ul.gform_fields li.gfield {
3831
+ padding: 0;
 
 
3832
  }
3833
+
3834
+ .eael-gravity-form .gform_wrapper textarea {
3835
+ padding: 0;
 
 
 
3836
  }
3837
 
3838
+ .eael-gravity-form .gform_wrapper .gform_footer input.button,
3839
+ .eael-gravity-form .gform_wrapper .gform_footer input[type=submit],
3840
+ .eael-gravity-form .gform_wrapper .gform_page_footer input.button,
3841
+ .eael-gravity-form .gform_wrapper .gform_page_footer input[type=submit] {
3842
+ margin: 0;
 
 
3843
  }
3844
 
3845
+ .eael-gravity-form.title-description-hide .gform_heading {
3846
+ display: none;
 
3847
  }
3848
 
3849
+ .eael-gravity-form.labels-hide .gform_wrapper .top_label .gfield_label,
3850
+ .eael-gravity-form.labels-hide .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
3851
+ display: none;
 
 
3852
  }
3853
 
3854
+ .eael-gravity-form-button-full-width .gform_wrapper .gform_footer input[type="submit"] {
3855
+ width: 100%;
3856
  }
3857
 
3858
+ /*------------------------------*/
3859
+ /* 34. Image accordion
3860
+ /*------------------------------*/
3861
+ .eael-img-accordion {
3862
+ display: -webkit-box;
3863
+ display: -webkit-flex;
3864
+ display: -ms-flexbox;
3865
+ display: flex;
3866
+ height: 50vh;
3867
  }
3868
 
3869
+ .eael-img-accordion a {
3870
+ position: relative;
3871
+ -webkit-box-flex: 1;
3872
+ -webkit-flex: 1;
3873
+ -ms-flex: 1;
3874
+ flex: 1;
3875
+ text-align: center;
3876
+ text-decoration: none;
3877
+ color: #fff;
3878
+ -webkit-background-size: cover;
3879
+ background-size: cover;
3880
+ background-position: center;
3881
+ background-repeat: no-repeat;
3882
+ -webkit-transition: -webkit-box-flex .4s, -webkit-flex .4s;
3883
+ transition: -webkit-box-flex .4s, -webkit-flex .4s;
3884
+ -o-transition: flex .4s;
3885
+ transition: flex .4s;
3886
+ transition: flex .4s, -webkit-box-flex .4s, -webkit-flex .4s, -ms-flex .4s;
3887
  }
3888
 
3889
+ .eael-grow-accordion {
3890
+ -webkit-box-flex: 3;
3891
+ -webkit-flex: 3;
3892
+ -ms-flex: 3;
3893
+ flex: 3;
3894
  }
3895
 
3896
+ .eael-img-accordion .overlay {
3897
+ display: -webkit-box;
3898
+ display: -webkit-flex;
3899
+ display: -ms-flexbox;
 
3900
  display: flex;
3901
+ -webkit-box-align: center;
 
3902
  -webkit-align-items: center;
3903
+ -ms-flex-align: center;
3904
+ align-items: center;
3905
+ -webkit-box-pack: center;
3906
+ -webkit-justify-content: center;
3907
+ -ms-flex-pack: center;
3908
+ justify-content: center;
3909
+ padding: 0 10px;
3910
+ position: absolute;
3911
+ top: 0;
3912
+ right: 0;
3913
+ bottom: 0;
3914
+ left: 0;
3915
+ -webkit-transition: background-color .4s;
3916
+ -o-transition: background-color .4s;
3917
+ transition: background-color .4s;
3918
  }
3919
 
3920
+ .eael-img-accordion .overlay .overlay-inner {
3921
+ z-index: 1;
3922
+ }
3923
+
3924
+ .eael-img-accordion a:after {
3925
+ content: "";
3926
+ position: absolute;
3927
  width: 100%;
3928
+ height: 100%;
3929
+ z-index: 0;
3930
+ top: 0px;
3931
+ left: 0px;
3932
+ bottom: 0px;
3933
+ right: 0px;
3934
+ -webkit-transition: all 0.3s ease-in-out;
3935
+ -o-transition: all 0.3s ease-in-out;
3936
+ transition: all 0.3s ease-in-out;
3937
  }
3938
 
3939
+ .eael-img-accordion .overlay-inner * {
3940
+ visibility: hidden;
3941
+ opacity: 0;
3942
+ -webkit-transform-style: preserve-3d;
3943
+ transform-style: preserve-3d;
3944
+ }
3945
+
3946
+ .eael-img-accordion .overlay h2 {
3947
  color: #fff;
3948
+ -webkit-transform: translate3d(0, -60px, 0);
3949
+ transform: translate3d(0, -60px, 0);
 
 
 
 
3950
  }
3951
 
3952
+ .eael-img-accordion .overlay p {
3953
+ color: #fff;
3954
+ -webkit-transform: translate3d(0, 60px, 0);
3955
+ transform: translate3d(0, 60px, 0);
3956
  }
3957
 
3958
+ .eael-img-accordion .overlay-inner-show * {
3959
+ opacity: 1;
3960
+ visibility: visible;
3961
+ -webkit-transform: none !important;
3962
+ -ms-transform: none !important;
3963
+ transform: none !important;
3964
+ -webkit-transition: all .3s .3s;
3965
+ -o-transition: all .3s .3s;
3966
+ transition: all .3s .3s;
3967
  }
3968
 
3969
+ @media screen and (max-width: 800px) {
3970
+ .eael-img-accordion {
3971
+ -webkit-box-orient: vertical;
3972
+ -webkit-box-direction: normal;
3973
+ -webkit-flex-direction: column;
3974
+ -ms-flex-direction: column;
3975
+ flex-direction: column;
3976
+ }
3977
+
3978
+ .eael-img-accordion a:hover {
3979
+ -webkit-box-flex: 1;
3980
+ -webkit-flex: 1;
3981
+ -ms-flex: 1;
3982
+ flex: 1;
3983
+ }
3984
+
3985
+ .eael-img-accordion a:hover .overlay {
3986
+ background-color: transparent;
3987
+ }
3988
  }
3989
 
3990
+ /* ------------------------ */
3991
+ /* 17. Infobox Style
3992
+ /* ------------------------ */
3993
+ /*--- Image/Icon On Top ---*/
3994
+ .eael-infobox .infobox-icon {
3995
+ height: auto;
3996
  }
3997
 
3998
+ .eael-infobox .infobox-icon .infobox-icon-wrap {
3999
+ display: block;
4000
+ width: 100%;
4001
+ height: auto;
4002
+ -webkit-transition: .3s;
4003
+ -o-transition: .3s;
4004
+ transition: .3s;
4005
  }
4006
 
4007
+ .eael-infobox .infobox-icon .infobox-icon-wrap i {
4008
+ -webkit-transition: .3s;
4009
+ -o-transition: .3s;
4010
+ transition: .3s;
 
4011
  }
4012
 
4013
+ /*--- For Content Alignment ---*/
4014
+ .eael-infobox-content-align-left .eael-infobox .infobox-icon,
4015
+ .eael-infobox-content-align-left .eael-infobox .infobox-content,
4016
+ .eael-infobox-content-align-left .eael-infobox .infobox-button {
4017
+ text-align: left;
 
 
4018
  }
4019
 
4020
+ .eael-infobox-content-align-right .eael-infobox .infobox-icon,
4021
+ .eael-infobox-content-align-right .eael-infobox .infobox-content,
4022
+ .eael-infobox-content-align-right .eael-infobox .infobox-button {
4023
+ text-align: right;
4024
  }
4025
 
4026
+ .eael-infobox-content-align-center .eael-infobox .infobox-icon,
4027
+ .eael-infobox-content-align-center .eael-infobox .infobox-content,
4028
+ .eael-infobox-content-align-center .eael-infobox .infobox-button {
4029
+ text-align: center;
4030
  }
4031
 
4032
+ /*--- For icon background shape ---*/
4033
+ .eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap,
4034
+ .eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
4035
+ .eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap {
4036
+ width: 90px;
4037
+ height: 90px;
4038
+ text-align: center;
 
 
 
 
 
4039
  }
4040
 
4041
+ .eael-infobox-icon-hover-bg-shape-square:hover .infobox-icon .infobox-icon-wrap {
4042
+ -webkit-border-radius: 0;
4043
+ border-radius: 0;
 
 
 
 
 
 
 
 
 
 
4044
  }
4045
 
4046
+ .eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
4047
+ .eael-infobox-icon-hover-bg-shape-radius:hover .infobox-icon .infobox-icon-wrap {
4048
+ -webkit-border-radius: 15px;
4049
+ border-radius: 15px;
 
 
 
 
 
 
 
4050
  }
4051
 
4052
+ .eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap {
4053
+ display: -webkit-box;
4054
+ display: -webkit-flex;
4055
+ display: -ms-flexbox;
4056
+ display: flex;
4057
+ -webkit-box-align: center;
4058
+ -webkit-align-items: center;
4059
+ -ms-flex-align: center;
4060
+ align-items: center;
4061
+ -webkit-box-pack: center;
4062
+ -webkit-justify-content: center;
4063
+ -ms-flex-pack: center;
4064
+ justify-content: center;
4065
  }
4066
 
4067
+ .eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap,
4068
+ .eael-infobox-icon-hover-bg-shape-circle:hover .infobox-icon .infobox-icon-wrap {
4069
+ -webkit-border-radius: 50%;
4070
+ border-radius: 50%;
 
 
4071
  }
4072
 
4073
+ .eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap i,
4074
+ .eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap i {
4075
+ margin-top: 50%;
4076
+ -webkit-transform: translateY(-50%);
4077
+ -ms-transform: translateY(-50%);
4078
+ transform: translateY(-50%);
 
 
 
 
 
4079
  }
4080
 
4081
+ /*--- Infobox Button ---*/
4082
+ .eael-infobox .infobox-button a.eael-infobox-button {
4083
+ display: inline-block;
4084
+ padding: 5px 10px;
4085
+ -webkit-transition: all 300ms ease-in-out 0s;
4086
+ -o-transition: all 300ms ease-in-out 0s;
4087
+ transition: all 300ms ease-in-out 0s;
4088
  }
4089
 
4090
+ /*--- For icon bg shape alignment ---*/
4091
+ .eael-infobox-content-align-left.eael-infobox-icon-bg-shape-square .infobox-icon,
4092
+ .eael-infobox-content-align-left.eael-infobox-icon-bg-shape-radius .infobox-icon,
4093
+ .eael-infobox-content-align-left.eael-infobox-icon-bg-shape-circle .infobox-icon {
4094
+ display: -webkit-box;
4095
+ display: -webkit-flex;
4096
+ display: -ms-flexbox;
4097
+ display: flex;
4098
+ -webkit-box-pack: start;
4099
+ -webkit-justify-content: flex-start;
4100
+ -ms-flex-pack: start;
4101
+ justify-content: flex-start;
4102
  }
4103
 
4104
+ .eael-infobox-content-align-center.eael-infobox-icon-bg-shape-square .infobox-icon,
4105
+ .eael-infobox-content-align-center.eael-infobox-icon-bg-shape-radius .infobox-icon,
4106
+ .eael-infobox-content-align-center.eael-infobox-icon-bg-shape-circle .infobox-icon {
4107
+ display: -webkit-box;
4108
+ display: -webkit-flex;
4109
+ display: -ms-flexbox;
4110
+ display: flex;
4111
+ -webkit-box-pack: center;
4112
+ -webkit-justify-content: center;
4113
+ -ms-flex-pack: center;
4114
+ justify-content: center;
4115
  }
4116
 
4117
+ .eael-infobox-content-align-right.eael-infobox-icon-bg-shape-square .infobox-icon,
4118
+ .eael-infobox-content-align-right.eael-infobox-icon-bg-shape-radius .infobox-icon,
4119
+ .eael-infobox-content-align-right.eael-infobox-icon-bg-shape-circle .infobox-icon {
4120
+ display: -webkit-box;
4121
+ display: -webkit-flex;
4122
+ display: -ms-flexbox;
4123
+ display: flex;
4124
+ -webkit-box-pack: end;
4125
+ -webkit-justify-content: flex-end;
4126
+ -ms-flex-pack: end;
4127
+ justify-content: flex-end;
4128
  }
4129
 
4130
+ /*--- Image/Icon On Left ---*/
4131
+ .eael-infobox.icon-on-left {
4132
+ position: relative;
4133
+ z-index: 0;
4134
+ display: -webkit-box;
4135
+ display: -webkit-flex;
4136
+ display: -ms-flexbox;
4137
+ display: flex;
4138
  }
4139
 
4140
+ .eael-infobox.icon-on-right .infobox-icon-wrap,
4141
+ .eael-infobox.icon-on-left .infobox-icon-wrap {
4142
+ -webkit-box-pack: center;
4143
+ -webkit-justify-content: center;
4144
+ -ms-flex-pack: center;
4145
+ justify-content: center;
4146
+ display: -webkit-box !important;
4147
+ display: -webkit-flex !important;
4148
+ display: -ms-flexbox !important;
4149
+ display: flex !important;
4150
+ -webkit-box-align: center;
4151
+ -webkit-align-items: center;
4152
+ -ms-flex-align: center;
4153
+ align-items: center;
4154
  }
4155
 
4156
+ .eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap {
4157
+ background: none;
4158
+ border: 0px;
4159
+ text-align: left;
4160
+ height: auto;
4161
  display: block;
 
 
4162
  }
4163
 
4164
+ .eael-infobox .infobox-content p {
4165
+ margin: 0 0 15px;
 
 
 
 
 
 
4166
  }
4167
 
4168
+ .eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap i {
4169
+ margin-top: 0px;
4170
+ -webkit-transform: translateY(0%);
4171
+ -ms-transform: translateY(0%);
4172
+ transform: translateY(0%);
4173
  }
4174
 
4175
+ .eael-infobox.icon-on-left .infobox-content {
4176
+ padding-left: 15px;
4177
+ -webkit-box-flex: 1;
4178
+ -webkit-flex: 1 1 auto;
4179
+ -ms-flex: 1 1 auto;
4180
+ flex: 1 1 auto;
4181
  }
4182
 
4183
+ .eael-infobox.icon-on-left .infobox-content .title {
4184
+ line-height: 1;
4185
+ margin: 0 0 10px 0;
4186
+ }
4187
+
4188
+ /*--- Image/Icon On Right ---*/
4189
+ .eael-infobox.icon-on-right {
4190
  position: relative;
4191
  z-index: 0;
4192
+ display: -webkit-box;
4193
+ display: -webkit-flex;
4194
+ display: -ms-flexbox;
4195
+ display: flex;
4196
+ -webkit-box-orient: horizontal;
4197
+ -webkit-box-direction: reverse;
4198
+ -webkit-flex-direction: row-reverse;
4199
+ -ms-flex-direction: row-reverse;
4200
+ flex-direction: row-reverse;
4201
  }
4202
 
4203
+ .eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap {
4204
+ background: none;
4205
+ border: 0px;
4206
+ text-align: right;
4207
+ width: auto;
4208
+ height: auto;
4209
+ display: block;
4210
  }
4211
 
4212
+ .eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap i {
4213
+ margin-top: 0px;
4214
+ -webkit-transform: translateY(0%);
4215
+ -ms-transform: translateY(0%);
4216
+ transform: translateY(0%);
4217
  }
4218
 
4219
+ .eael-infobox.icon-on-right .infobox-content {
4220
+ padding-right: 15px;
4221
+ text-align: right;
4222
+ -webkit-box-flex: 1;
4223
+ -webkit-flex: 1 1 auto;
4224
+ -ms-flex: 1 1 auto;
4225
+ flex: 1 1 auto;
4226
+ -webkit-box-sizing: border-box;
4227
+ box-sizing: border-box;
 
 
 
4228
  }
4229
 
4230
+ .eael-infobox.icon-on-right .infobox-content .title {
4231
+ line-height: 1;
4232
+ margin: 0 0 10px 0;
 
 
 
 
 
 
 
 
 
 
4233
  }
4234
 
4235
+ /*--- Imgae Circle On Top ---*/
4236
+ .eael-infobox .infobox-icon img {
4237
+ -webkit-transition: all 300ms ease-in-out 0s;
4238
+ -o-transition: all 300ms ease-in-out 0s;
4239
+ transition: all 300ms ease-in-out 0s;
 
 
 
 
 
 
4240
  }
4241
 
4242
+ .eael-infobox-hover-img-shape-square:hover .eael-infobox .infobox-icon img {
4243
+ -webkit-border-radius: 0;
4244
+ border-radius: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4245
  }
4246
 
4247
+ .eael-infobox-shape-circle .eael-infobox .infobox-icon img,
4248
+ .eael-infobox-hover-img-shape-circle:hover .eael-infobox .infobox-icon img {
4249
+ -webkit-border-radius: 50%;
4250
+ border-radius: 50%;
 
 
4251
  }
4252
 
4253
+ .eael-infobox-shape-radius .eael-infobox .infobox-icon img,
4254
+ .eael-infobox-hover-img-shape-radius:hover .eael-infobox .infobox-icon img {
4255
+ -webkit-border-radius: 15px;
4256
+ border-radius: 15px;
4257
  }
4258
 
4259
+ /* ------------------------ */
4260
+ /* 26. Magnific Popup
4261
+ /* ------------------------ */
4262
+ /*--- Magnific Popup CSS ---*/
4263
+ .mfp-bg {
4264
+ top: 0;
4265
+ left: 0;
4266
+ width: 100%;
4267
+ height: 100%;
4268
+ z-index: 1042;
4269
+ overflow: hidden;
4270
+ position: fixed;
4271
+ background: #0b0b0b;
4272
+ opacity: 0.8;
4273
  }
4274
 
4275
+ .mfp-wrap {
4276
+ top: 0;
4277
+ left: 0;
4278
+ width: 100%;
4279
+ height: 100%;
4280
+ z-index: 1043;
4281
+ position: fixed;
4282
+ outline: none !important;
4283
+ -webkit-backface-visibility: hidden;
4284
+ backface-visibility: hidden;
4285
  }
4286
 
4287
+ .mfp-container {
4288
+ text-align: center;
4289
  position: absolute;
4290
  width: 100%;
4291
  height: 100%;
4292
+ left: 0;
4293
+ top: 0;
4294
+ padding: 0 8px;
4295
+ -webkit-box-sizing: border-box;
4296
+ box-sizing: border-box;
 
4297
  }
4298
 
4299
+ .mfp-container:before {
4300
+ content: '';
4301
+ display: inline-block;
4302
+ height: 100%;
4303
+ vertical-align: middle;
4304
  }
4305
 
4306
+ .mfp-align-top .mfp-container:before {
4307
+ display: none;
 
 
4308
  }
4309
 
4310
+ .mfp-content {
4311
  position: relative;
4312
+ display: inline-block;
4313
+ vertical-align: middle;
 
 
 
 
 
 
 
 
 
 
 
4314
  margin: 0 auto;
4315
+ text-align: left;
4316
+ z-index: 1045;
4317
  }
4318
 
4319
+ .mfp-inline-holder .mfp-content,
4320
+ .mfp-ajax-holder .mfp-content {
4321
+ width: 100%;
4322
+ cursor: auto;
 
 
 
4323
  }
4324
 
4325
+ .mfp-ajax-cur {
4326
+ cursor: progress;
 
 
4327
  }
4328
 
4329
+ .mfp-zoom-out-cur,
4330
+ .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
4331
+ cursor: -webkit-zoom-out;
4332
+ cursor: zoom-out;
4333
  }
4334
 
4335
+ .mfp-zoom {
4336
+ cursor: pointer;
4337
+ cursor: -webkit-zoom-in;
4338
+ cursor: zoom-in;
4339
  }
4340
 
4341
+ .mfp-auto-cursor .mfp-content {
4342
+ cursor: auto;
 
 
 
 
 
 
4343
  }
4344
 
4345
+ .mfp-close,
4346
+ .mfp-arrow,
4347
+ .mfp-preloader,
4348
+ .mfp-counter {
4349
+ -webkit-user-select: none;
4350
+ -moz-user-select: none;
4351
+ -ms-user-select: none;
4352
+ user-select: none;
4353
  }
4354
 
4355
+ .mfp-loading.mfp-figure {
4356
+ display: none;
 
 
 
 
 
 
 
 
 
 
4357
  }
 
 
 
 
 
 
 
 
4358
 
4359
+ .mfp-hide {
4360
+ display: none !important;
 
 
 
 
 
 
 
4361
  }
4362
 
4363
+ .mfp-preloader {
4364
+ color: #CCC;
4365
+ position: absolute;
4366
+ top: 50%;
4367
+ width: auto;
4368
+ text-align: center;
4369
+ margin-top: -0.8em;
4370
+ left: 8px;
4371
+ right: 8px;
4372
+ z-index: 1044;
4373
  }
4374
 
4375
+ .mfp-preloader a {
4376
+ color: #CCC;
4377
  }
4378
 
4379
+ .mfp-preloader a:hover {
4380
+ color: #FFF;
4381
  }
4382
 
4383
+ .mfp-s-ready .mfp-preloader {
4384
+ display: none;
4385
  }
4386
 
4387
+ .mfp-s-error .mfp-content {
4388
+ display: none;
4389
  }
4390
 
4391
+ button.mfp-close,
4392
+ button.mfp-arrow {
4393
+ overflow: visible;
4394
+ cursor: pointer;
4395
+ background: transparent;
4396
+ border: 0;
4397
+ -webkit-appearance: none;
4398
+ display: block;
4399
+ outline: none;
4400
+ padding: 0;
4401
+ z-index: 1046;
4402
+ -webkit-box-shadow: none;
4403
+ box-shadow: none;
4404
+ -ms-touch-action: manipulation;
4405
+ touch-action: manipulation;
4406
  }
4407
 
4408
+ button::-moz-focus-inner {
4409
+ padding: 0;
4410
+ border: 0;
 
 
 
 
4411
  }
4412
 
4413
+ .mfp-close {
4414
+ width: 44px;
4415
+ height: 44px;
4416
+ line-height: 44px;
4417
+ position: absolute;
4418
+ right: 0;
4419
+ top: 0;
4420
+ text-decoration: none;
4421
+ text-align: center;
4422
+ opacity: 0.65;
4423
+ padding: 0 0 18px 10px;
4424
+ color: #FFF;
4425
+ font-style: normal;
4426
+ font-size: 28px;
4427
+ font-family: Arial, Baskerville, monospace;
4428
  }
4429
 
4430
+ .mfp-close:hover,
4431
+ .mfp-close:focus {
4432
+ opacity: 1;
4433
  }
4434
 
4435
+ .mfp-close:active {
4436
+ top: 1px;
 
4437
  }
4438
 
4439
+ .mfp-close-btn-in .mfp-close {
4440
+ color: #333;
 
 
4441
  }
4442
 
4443
+ .mfp-image-holder .mfp-close,
4444
+ .mfp-iframe-holder .mfp-close {
4445
+ color: #FFF;
4446
+ right: -6px;
4447
+ text-align: right;
4448
+ padding-right: 6px;
 
4449
  width: 100%;
4450
  }
4451
 
4452
+ .mfp-counter {
4453
+ position: absolute;
4454
+ top: 0;
4455
+ right: 0;
4456
+ color: #CCC;
4457
+ font-size: 12px;
4458
+ line-height: 18px;
4459
+ white-space: nowrap;
4460
  }
4461
 
4462
+ .mfp-arrow {
4463
+ position: absolute;
4464
+ opacity: 0.65;
4465
+ margin: 0;
4466
+ top: 50%;
4467
+ margin-top: -55px;
4468
+ padding: 0;
4469
+ width: 90px;
4470
+ height: 110px;
4471
+ -webkit-tap-highlight-color: transparent;
4472
  }
4473
 
4474
+ .mfp-arrow:active {
4475
+ margin-top: -54px;
 
 
 
4476
  }
4477
 
4478
+ .mfp-arrow:hover,
4479
+ .mfp-arrow:focus {
4480
+ opacity: 1;
4481
  }
4482
 
4483
+ .mfp-arrow:before,
4484
+ .mfp-arrow:after {
4485
+ content: '';
4486
+ display: block;
4487
+ width: 0;
4488
+ height: 0;
4489
+ position: absolute;
4490
+ left: 0;
4491
+ top: 0;
4492
+ margin-top: 35px;
4493
+ margin-left: 35px;
4494
+ border: medium inset transparent;
4495
  }
4496
 
4497
+ .mfp-arrow:after {
4498
+ border-top-width: 13px;
4499
+ border-bottom-width: 13px;
4500
+ top: 8px;
 
 
 
 
 
 
 
 
 
 
4501
  }
4502
 
4503
+ .mfp-arrow:before {
4504
+ border-top-width: 21px;
4505
+ border-bottom-width: 21px;
4506
+ opacity: 0.7;
 
4507
  }
4508
 
4509
+ .mfp-arrow-left {
4510
+ left: 0;
 
 
4511
  }
4512
 
4513
+ .mfp-arrow-left:after {
4514
+ border-right: 17px solid #FFF;
4515
+ margin-left: 31px;
4516
  }
4517
 
4518
+ .mfp-arrow-left:before {
4519
+ margin-left: 25px;
4520
+ border-right: 27px solid #3F3F3F;
4521
  }
4522
 
4523
+ .mfp-arrow-right {
4524
+ right: 0;
 
4525
  }
4526
 
4527
+ .mfp-arrow-right:after {
4528
+ border-left: 17px solid #FFF;
4529
+ margin-left: 39px;
4530
  }
4531
 
4532
+ .mfp-arrow-right:before {
4533
+ border-left: 27px solid #3F3F3F;
 
 
 
 
4534
  }
4535
 
4536
+ .mfp-iframe-holder {
4537
+ padding-top: 40px;
4538
+ padding-bottom: 40px;
4539
  }
4540
 
4541
+ .mfp-iframe-holder .mfp-content {
4542
+ line-height: 0;
4543
+ width: 100%;
4544
+ max-width: 900px;
4545
  }
4546
 
4547
+ .mfp-iframe-holder .mfp-close {
4548
+ top: -40px;
4549
  }
4550
 
4551
+ .mfp-iframe-scaler {
4552
+ width: 100%;
4553
+ height: 0;
4554
+ overflow: hidden;
4555
+ padding-top: 56.25%;
4556
+ }
4557
+
4558
+ .mfp-iframe-scaler iframe {
4559
+ position: absolute;
4560
  display: block;
4561
+ top: 0;
4562
+ left: 0;
4563
+ width: 100%;
4564
+ height: 100%;
4565
+ -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
4566
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
4567
+ background: #000;
4568
  }
4569
 
4570
+ /*--- Main image in popup ---*/
4571
+ img.mfp-img {
4572
+ width: auto;
4573
+ max-width: 100%;
4574
+ height: auto;
4575
  display: block;
4576
+ line-height: 0;
4577
+ -webkit-box-sizing: border-box;
4578
+ box-sizing: border-box;
4579
+ padding: 40px 0 40px;
4580
  margin: 0 auto;
4581
  }
4582
 
4583
+ /*--- The shadow behind the image ---*/
4584
+ .mfp-figure {
4585
+ line-height: 0;
4586
  }
4587
 
4588
+ .mfp-figure:after {
4589
+ content: '';
4590
+ position: absolute;
4591
+ left: 0;
4592
+ top: 40px;
4593
+ bottom: 40px;
4594
+ display: block;
4595
+ right: 0;
4596
+ width: auto;
4597
+ height: auto;
4598
+ z-index: -1;
4599
+ -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
4600
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
4601
+ background: #444;
4602
  }
4603
 
4604
+ .mfp-figure small {
4605
+ color: #BDBDBD;
4606
+ display: block;
4607
+ font-size: 12px;
4608
+ line-height: 14px;
 
4609
  }
4610
 
4611
+ .mfp-figure figure {
4612
+ margin: 0;
 
4613
  }
4614
 
4615
+ .mfp-bottom-bar {
4616
+ margin-top: -36px;
4617
+ position: absolute;
4618
+ top: 100%;
4619
+ left: 0;
4620
+ width: 100%;
4621
+ cursor: auto;
4622
  }
4623
 
4624
+ .mfp-title {
4625
+ text-align: left;
4626
+ line-height: 18px;
4627
+ color: #F3F3F3;
4628
+ word-wrap: break-word;
4629
+ padding-right: 36px;
4630
  }
4631
 
4632
+ .mfp-image-holder .mfp-content {
4633
+ max-width: 100%;
 
4634
  }
4635
 
4636
+ .mfp-gallery .mfp-image-holder .mfp-figure {
4637
+ cursor: pointer;
4638
  }
4639
 
4640
+ button.mfp-close,
4641
+ button.mfp-close:hover {
4642
+ display: inline-block !important;
4643
+ background: transparent;
4644
+ width: auto !important;
4645
  }
4646
 
4647
+ .mfp-arrow,
4648
+ .mfp-arrow:hover {
4649
+ background: transparent;
 
4650
  }
4651
 
4652
+ @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
4653
+ /**
4654
+ * Remove all paddings around the image on small screen
4655
+ */
4656
+ .mfp-img-mobile .mfp-image-holder {
4657
+ padding-left: 0;
4658
+ padding-right: 0;
4659
+ }
4660
 
4661
+ .mfp-img-mobile img.mfp-img {
4662
+ padding: 0;
4663
+ }
4664
 
4665
+ .mfp-img-mobile .mfp-figure:after {
4666
+ top: 0;
4667
+ bottom: 0;
4668
+ }
 
 
4669
 
4670
+ .mfp-img-mobile .mfp-figure small {
4671
+ display: inline;
4672
+ margin-left: 5px;
4673
+ }
4674
 
4675
+ .mfp-img-mobile .mfp-bottom-bar {
4676
+ background: rgba(0, 0, 0, 0.6);
4677
+ bottom: 0;
4678
+ margin: 0;
4679
+ top: auto;
4680
+ padding: 3px 5px;
4681
+ position: fixed;
4682
+ -webkit-box-sizing: border-box;
4683
+ box-sizing: border-box;
4684
+ }
4685
 
4686
+ .mfp-img-mobile .mfp-bottom-bar:empty {
4687
+ padding: 0;
4688
+ }
 
4689
 
4690
+ .mfp-img-mobile .mfp-counter {
4691
+ right: 5px;
4692
+ top: 3px;
4693
+ }
4694
 
4695
+ .mfp-img-mobile .mfp-close {
4696
+ top: 0;
4697
+ right: 0;
4698
+ width: 35px;
4699
+ height: 35px;
4700
+ line-height: 35px;
4701
+ background: rgba(0, 0, 0, 0.6);
4702
+ position: fixed;
4703
+ text-align: center;
4704
+ padding: 0;
4705
+ }
4706
  }
4707
+ @media all and (max-width: 900px) {
4708
+ .mfp-arrow {
4709
+ -webkit-transform: scale(0.75);
4710
+ -ms-transform: scale(0.75);
4711
+ transform: scale(0.75);
4712
+ }
4713
 
4714
+ .mfp-arrow-left {
4715
+ -webkit-transform-origin: 0;
4716
+ -ms-transform-origin: 0;
4717
+ transform-origin: 0;
4718
+ }
4719
+
4720
+ .mfp-arrow-right {
4721
+ -webkit-transform-origin: 100%;
4722
+ -ms-transform-origin: 100%;
4723
+ transform-origin: 100%;
4724
+ }
4725
+
4726
+ .mfp-container {
4727
+ padding-left: 6px;
4728
+ padding-right: 6px;
4729
+ }
4730
  }
4731
 
4732
+ /*----------------------*/
4733
+ /* 13. Ninja Form Styles
4734
+ /*----------------------*/
4735
+ .eael-ninja-container input,
4736
+ .eael-ninja-container textarea {
4737
+ height: auto;
4738
+ padding: 10px;
4739
  }
4740
 
4741
+ .eael-contact-form-align-center .eael-ninja-container,
4742
+ .eael-contact-form-btn-align-center .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
4743
+ margin-left: auto !important;
4744
+ margin-right: auto !important;
4745
+ display: block;
4746
+ float: none;
4747
  }
4748
 
4749
+ .eael-contact-form-align-left .eael-ninja-container,
4750
+ .eael-contact-form-btn-align-left .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
4751
+ float: left;
4752
+ width: auto;
 
4753
  }
4754
 
4755
+ .eael-contact-form-align-right .eael-ninja-container,
4756
+ .eael-contact-form-btn-align-right .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
4757
+ float: right;
4758
+ width: auto;
4759
  }
4760
 
4761
+ .eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="text"],
4762
+ .eael-ninja-container .nf-field .nf-field-element input[type="password"],
4763
+ .eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="email"],
4764
+ .eael-ninja-container .nf-field .nf-field-element input[type="url"],
4765
+ .eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="number"],
4766
+ .eael-ninja-container .nf-field .nf-field-element textarea {
4767
+ max-width: 100%;
4768
  }
4769
 
4770
+ .eael-ninja-form .nf-form-title {
4771
+ display: none;
4772
  }
4773
 
4774
+ .eael-ninja-form-title-yes .nf-form-title {
4775
+ display: block;
4776
  }
4777
 
4778
+ .eael-ninja-form .title-description-hide .nf-form-title {
4779
+ display: none;
 
4780
  }
4781
 
4782
+ .eael-ninja-form.title-description-hide .nf-form-title {
4783
+ display: none;
 
 
 
 
4784
  }
4785
 
4786
+ .eael-ninja-form .nf-field-label {
4787
+ display: none;
 
 
 
 
4788
  }
4789
 
4790
+ .eael-ninja-form-labels-yes .nf-field-label {
4791
+ display: block;
 
4792
  }
4793
 
4794
+ .eael-ninja-form .submit-container input[type=button] {
4795
+ border: 0;
4796
+ -webkit-border-radius: 0;
4797
+ border-radius: 0;
4798
  }
4799
 
4800
+ .eael-ninja-form-button-full-width .submit-container input[type=button] {
4801
+ width: 100%;
 
 
4802
  }
4803
 
4804
+ /*-----------------------------*/
4805
+ /* 15. Post Grid Style
4806
+ /*-----------------------------*/
4807
+ .eael-post-grid {
4808
+ margin: 0 -10px;
4809
  }
4810
 
4811
+ .eael-grid-post {
4812
+ float: left;
4813
+ padding: 10px;
 
4814
  }
4815
 
4816
+ .eael-post-carousel .eael-grid-post {
4817
+ float: none;
4818
+ padding: 0;
4819
  }
4820
 
4821
+ .eael-grid-post-holder {
4822
+ border: 1px solid rgba(0, 0, 0, 0.1);
 
4823
  }
4824
 
4825
+ .eael-grid-post-holder-inner {
4826
+ height: 100%;
4827
  }
4828
 
4829
+ .eael-entry-media {
4830
+ position: relative;
 
4831
  }
4832
 
4833
+ .eael-entry-overlay {
4834
+ position: absolute;
4835
+ top: 0;
4836
+ left: 0;
4837
+ width: 100%;
4838
+ height: 100%;
4839
+ z-index: 2;
4840
+ -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
4841
+ transition: opacity 0.2s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
4842
+ -o-transition: opacity 0.2s ease-in-out, transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
4843
+ transition: opacity 0.2s ease-in-out, transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
4844
+ transition: opacity 0.2s ease-in-out, transform 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
4845
  }
4846
 
4847
+ .eael-entry-overlay > a {
4848
+ position: absolute;
4849
+ top: 0;
4850
+ left: 0;
4851
+ width: 100%;
4852
+ height: 100%;
4853
+ z-index: 3;
4854
  }
4855
 
4856
+ .eael-entry-title {
4857
+ margin: 10px 0 5px;
4858
+ font-size: 1.2em;
4859
  }
4860
 
4861
+ .eael-entry-thumbnail img {
4862
+ width: 100%;
4863
+ max-width: 100%;
4864
+ vertical-align: middle;
4865
  }
4866
 
4867
+ .eael-entry-thumbnail > img {
4868
+ height: 100%;
 
 
4869
  }
4870
 
4871
+ .eael-entry-footer .eael-author-avatar {
4872
+ width: 50px;
 
4873
  }
4874
 
4875
+ .eael-entry-footer .eael-author-avatar .avatar {
4876
+ -webkit-border-radius: 50%;
4877
+ border-radius: 50%;
 
4878
  }
4879
 
4880
+ .eael-post-grid .eael-entry-footer .eael-entry-meta {
4881
+ padding-left: 8px;
4882
+ text-align: left;
 
 
 
4883
  }
4884
 
4885
+ .eael-grid-post .eael-entry-meta {
4886
+ display: -webkit-box;
4887
+ display: -webkit-flex;
4888
+ display: -ms-flexbox;
4889
+ display: flex;
4890
+ -webkit-box-orient: horizontal;
4891
+ -webkit-box-direction: normal;
4892
+ -webkit-flex-direction: row;
4893
+ -ms-flex-direction: row;
4894
+ flex-direction: row;
4895
  }
4896
 
4897
+ .eael-grid-post .eael-entry-footer .eael-entry-meta {
4898
+ -webkit-box-orient: vertical;
4899
+ -webkit-box-direction: normal;
4900
+ -webkit-flex-direction: column;
4901
+ -ms-flex-direction: column;
4902
+ flex-direction: column;
4903
+ }
4904
+
4905
+ .eael-entry-meta > div {
4906
+ font-size: 12px;
4907
+ line-height: 1.2;
4908
+ padding-bottom: 5px;
4909
+ }
4910
+
4911
+ .eael-grid-post-excerpt p {
4912
+ margin: 0;
4913
+ font-size: 14px;
4914
+ }
4915
+
4916
+ .eael-entry-meta .eael-entry-footer .eael-posted-by {
4917
  display: block;
4918
+ }
4919
+
4920
+ .eael-grid-post .eael-entry-wrapper,
4921
+ .eael-grid-post .eael-entry-footer {
4922
+ padding: 15px;
4923
+ }
4924
+
4925
+ .eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on {
4926
+ padding-left: 5px;
4927
+ }
4928
+
4929
+ .eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on::before {
4930
+ content: '\f111';
4931
+ font-family: FontAwesome;
4932
+ color: inherit;
4933
+ opacity: .4;
4934
+ font-size: .8em;
4935
+ padding-right: 7px;
4936
+ }
4937
+
4938
+ .eael-load-more-button-wrap {
4939
+ display: -webkit-box;
4940
+ display: -webkit-flex;
4941
+ display: -ms-flexbox;
4942
  display: flex;
 
 
 
4943
  }
4944
 
4945
+ .eael-load-more-button {
4946
+ display: -webkit-box;
4947
+ display: -webkit-flex;
4948
+ display: -ms-flexbox;
4949
+ display: flex;
4950
+ -webkit-box-align: center;
4951
+ -webkit-align-items: center;
4952
+ -ms-flex-align: center;
4953
+ align-items: center;
4954
+ -webkit-box-pack: center;
4955
+ -webkit-justify-content: center;
4956
+ -ms-flex-pack: center;
4957
+ justify-content: center;
4958
  }
4959
 
4960
+ .eael-load-more-button {
4961
+ padding: 1em 2em;
4962
+ border: 0px solid;
4963
+ font-size: 16px;
4964
+ overflow: hidden;
4965
+ }
4966
+
4967
+ .eael-load-more-button .button__loader {
4968
+ left: -100%;
4969
+ top: auto;
4970
+ margin-right: 5px;
4971
+ -webkit-transition: all .2s;
4972
+ -o-transition: all .2s;
4973
+ transition: all .2s;
4974
+ }
4975
+
4976
+ .eael-load-more-button > span {
4977
+ margin-left: -20px;
4978
+ }
4979
+
4980
+ .eael-load-more-button.button--loading > span {
4981
+ margin-left: 0;
4982
+ }
4983
+
4984
+ .eael-load-more-button.button--loading .button__loader {
4985
+ left: 0;
4986
+ }
4987
+
4988
+ .eael-btn-loader,
4989
+ .eael-btn-loader:after {
4990
+ -webkit-border-radius: 50%;
4991
+ border-radius: 50%;
4992
+ width: 20px;
4993
+ height: 20px;
4994
+ }
4995
+
4996
+ .eael-btn-loader {
4997
+ font-size: 10px;
4998
+ position: relative;
4999
+ text-indent: -9999em;
5000
+ border-top: 4px solid rgba(255, 255, 255, 0.2);
5001
+ border-right: 4px solid rgba(255, 255, 255, 0.2);
5002
+ border-bottom: 4px solid rgba(255, 255, 255, 0.2);
5003
+ border-left: 4px solid #ffffff;
5004
+ -webkit-transform: translateZ(0);
5005
+ transform: translateZ(0);
5006
+ -webkit-animation: loaderSpin 1.1s infinite linear;
5007
+ animation: loaderSpin 1.1s infinite linear;
5008
+ }
5009
+
5010
+ @-webkit-keyframes loaderSpin {
5011
  0% {
5012
  -webkit-transform: rotate(0deg);
5013
+ transform: rotate(0deg);
5014
  }
5015
  100% {
5016
  -webkit-transform: rotate(360deg);
5017
+ transform: rotate(360deg);
5018
  }
5019
  }
5020
+
5021
+ @keyframes loaderSpin {
5022
  0% {
5023
+ -webkit-transform: rotate(0deg);
5024
+ transform: rotate(0deg);
5025
  }
5026
  100% {
5027
+ -webkit-transform: rotate(360deg);
5028
+ transform: rotate(360deg);
5029
  }
5030
  }
5031
+ /*--- Post Grid Thumbnail Hover Effects ---*/
5032
+ .eael-entry-medianone {
5033
+ position: relative;
 
 
5034
  }
5035
 
5036
+ .eael-entry-overlay {
5037
+ display: -webkit-box;
5038
+ display: -webkit-flex;
5039
+ display: -ms-flexbox;
5040
+ display: flex;
5041
+ -webkit-box-align: center;
5042
+ -webkit-align-items: center;
5043
+ -ms-flex-align: center;
5044
+ align-items: center;
5045
+ -webkit-box-pack: center;
5046
+ -webkit-justify-content: center;
5047
+ -ms-flex-pack: center;
5048
+ justify-content: center;
5049
  }
5050
 
5051
+ .eael-entry-overlay > i {
5052
+ color: #fff;
 
 
 
5053
  }
5054
 
5055
+ /*--- fade in ---*/
5056
+ .eael-entry-overlay.fade-in {
5057
+ visibility: hidden;
5058
+ opacity: 0;
5059
+ -webkit-transition: 300ms;
5060
+ -o-transition: 300ms;
5061
+ transition: 300ms;
5062
  }
5063
 
5064
+ .eael-entry-medianone:hover .eael-entry-overlay.fade-in {
5065
+ visibility: visible;
5066
+ opacity: 1;
5067
  }
5068
 
5069
+ .eael-entry-medianone:hover .eael-entry-overlay.fade-in > i {
5070
+ -webkit-transform: translate(0);
5071
+ -ms-transform: translate(0);
5072
+ transform: translate(0);
5073
+ opacity: 1;
5074
  }
5075
 
5076
+ /*--- zoom in --- */
5077
+ .eael-entry-overlay.zoom-in {
5078
+ -webkit-transform: scale(0.9);
5079
+ -ms-transform: scale(0.9);
5080
+ transform: scale(0.9);
5081
+ visibility: hidden;
5082
+ opacity: 0;
5083
+ -webkit-transition: 300ms;
5084
+ -o-transition: 300ms;
5085
+ transition: 300ms;
5086
  }
5087
 
5088
+ .eael-entry-medianone:hover .eael-entry-overlay.zoom-in {
5089
+ visibility: visible;
5090
+ opacity: 1;
5091
+ -webkit-transform: scale(1);
5092
+ -ms-transform: scale(1);
5093
+ transform: scale(1);
5094
  }
5095
+
5096
+ /*--- slide up ---*/
5097
+ .eael-entry-overlay.slide-up {
5098
+ -webkit-transform: translateY(100%);
5099
+ -ms-transform: translateY(100%);
5100
+ transform: translateY(100%);
5101
+ visibility: hidden;
5102
+ opacity: 0;
5103
+ -webkit-transition: 300ms;
5104
+ -o-transition: 300ms;
5105
+ transition: 300ms;
5106
  }
5107
+
5108
+ .eael-entry-medianone:hover .eael-entry-overlay.slide-up {
5109
+ -webkit-transform: translateY(0);
5110
+ -ms-transform: translateY(0);
5111
+ transform: translateY(0);
5112
+ visibility: visible;
5113
+ opacity: 1;
5114
  }
5115
 
5116
+ .eael-entry-medianone {
5117
+ overflow: hidden;
 
 
 
 
 
 
5118
  }
5119
 
5120
+ /*--- Post Grid & Carousel Hover Styles ---*/
5121
+ .eael-entry-media.grid-hover-style-fade-in .eael-entry-overlay {
5122
+ opacity: 0;
 
 
 
 
 
 
 
5123
  }
5124
+
5125
+ .eael-entry-media.grid-hover-style-fade-in:hover .eael-entry-overlay {
5126
+ opacity: 1;
5127
  }
5128
+
5129
+ .eael-entry-media.grid-hover-style-none .eael-entry-overlay {
5130
+ display: none;
 
 
 
5131
  }
5132
+
5133
+ .eael-entry-media.grid-hover-style-zoom-in .eael-entry-overlay {
5134
+ -webkit-transform: scale(0.4);
5135
+ -ms-transform: scale(0.4);
5136
+ transform: scale(0.4);
5137
+ opacity: 0;
5138
  }
5139
+
5140
+ .eael-entry-media.grid-hover-style-zoom-in:hover .eael-entry-overlay {
5141
+ -webkit-transform: scale(1);
5142
+ -ms-transform: scale(1);
5143
+ transform: scale(1);
5144
+ opacity: 1;
 
 
5145
  }
5146
+
5147
+ .eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay {
5148
+ -webkit-transform: translateY(-100%);
5149
+ -ms-transform: translateY(-100%);
5150
+ transform: translateY(-100%);
5151
  }
5152
+
5153
+ .eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay > i {
5154
+ -webkit-transform: translateY(-100px);
5155
+ -ms-transform: translateY(-100px);
5156
+ transform: translateY(-100px);
5157
+ -webkit-transition-delay: 100ms;
5158
+ -o-transition-delay: 100ms;
5159
+ transition-delay: 100ms;
5160
+ -webkit-transition-duration: 300ms;
5161
+ -o-transition-duration: 300ms;
5162
+ transition-duration: 300ms;
5163
  }
5164
+
5165
+ .eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay {
5166
+ -webkit-transform: translate(0);
5167
+ -ms-transform: translate(0);
5168
+ transform: translate(0);
5169
  }
5170
+
5171
+ .eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay > i {
5172
+ -webkit-transform: translateY(0);
5173
+ -ms-transform: translateY(0);
5174
+ transform: translateY(0);
 
5175
  }
5176
+
5177
+ .eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay {
5178
+ -webkit-transform: translateY(100%);
5179
+ -ms-transform: translateY(100%);
5180
+ transform: translateY(100%);
5181
+ visibility: hidden;
5182
+ opacity: 0;
5183
  }
5184
+
5185
+ .eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay > i {
5186
+ -webkit-transform: translateY(100px);
5187
+ -ms-transform: translateY(100px);
5188
+ transform: translateY(100px);
5189
+ -webkit-transition-delay: 100ms;
5190
+ -o-transition-delay: 100ms;
5191
+ transition-delay: 100ms;
5192
+ -webkit-transition-duration: 300ms;
5193
+ -o-transition-duration: 300ms;
5194
+ transition-duration: 300ms;
5195
  }
5196
+
5197
+ .eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay {
5198
+ -webkit-transform: translate(0);
5199
+ -ms-transform: translate(0);
5200
+ transform: translate(0);
5201
+ visibility: visible;
5202
+ opacity: 1;
5203
  }
5204
 
5205
+ .eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay > i {
5206
+ -webkit-transform: translateY(0);
5207
+ -ms-transform: translateY(0);
5208
+ transform: translateY(0);
5209
  }
5210
 
5211
+ /*--- Post Grid Column Styles ---*/
5212
+ .eael-col-1 .eael-post-grid-column {
5213
+ float: none;
5214
  width: 100%;
 
 
 
 
5215
  }
5216
+
5217
+ .eael-col-2 .eael-post-grid-column {
5218
+ float: left;
5219
+ width: 50%;
 
5220
  }
5221
+
5222
+ .eael-col-3 .eael-post-grid-column {
5223
+ float: left;
5224
+ width: 33.3333%;
 
 
 
 
 
 
 
 
5225
  }
5226
+
5227
+ .eael-col-4 .eael-post-grid-column {
5228
+ float: left;
5229
+ width: 25%;
5230
  }
5231
+
5232
+ .eael-col-5 .eael-post-grid-column {
5233
+ float: left;
5234
+ width: 20%;
5235
  }
5236
+
5237
+ .eael-col-6 .eael-post-grid-column {
5238
+ float: left;
5239
+ width: 16.6666%;
5240
  }
5241
+
5242
+ @media only screen and (max-width: 979px) {
5243
+ .eael-col-1 .eael-post-grid-column,
5244
+ .eael-col-2 .eael-post-grid-column,
5245
+ .eael-col-3 .eael-post-grid-column,
5246
+ .eael-col-4 .eael-post-grid-column,
5247
+ .eael-col-5 .eael-post-grid-column,
5248
+ .eael-col-6 .eael-post-grid-column {
5249
+ width: 33.3333%;
5250
+ }
5251
  }
5252
+ @media only screen and (max-width: 767px) {
5253
+ .eael-col-1 .eael-post-grid-column,
5254
+ .eael-col-2 .eael-post-grid-column,
5255
+ .eael-col-3 .eael-post-grid-column,
5256
+ .eael-col-4 .eael-post-grid-column,
5257
+ .eael-col-5 .eael-post-grid-column,
5258
+ .eael-col-6 .eael-post-grid-column {
5259
+ width: 50%;
5260
+ }
5261
  }
5262
+ @media only screen and (max-width: 480px) {
5263
+ .eael-col-1 .eael-post-grid-column,
5264
+ .eael-col-2 .eael-post-grid-column,
5265
+ .eael-col-3 .eael-post-grid-column,
5266
+ .eael-col-4 .eael-post-grid-column,
5267
+ .eael-col-5 .eael-post-grid-column,
5268
+ .eael-col-6 .eael-post-grid-column {
5269
+ float: none;
5270
+ width: 100%;
5271
+ }
5272
  }
5273
+ .eael-author-avatar > a {
5274
+ display: block;
5275
  }
5276
+
5277
+ .eael-entry-footer {
5278
+ overflow: hidden;
5279
+ display: -webkit-box;
5280
+ display: -webkit-flex;
5281
+ display: -ms-flexbox;
5282
+ display: flex;
 
5283
  }
5284
 
5285
+ .eael-entry-footer > div {
5286
  display: inline-block;
5287
+ float: left;
 
5288
  }
5289
 
5290
+ /*----------------------------*/
5291
+ /* 06. Post Timeline Styles
5292
+ /*----------------------------*/
5293
+ .eael-post-timeline {
5294
+ margin-bottom: 0;
5295
+ min-height: 100%;
5296
+ overflow: hidden;
5297
+ position: relative;
5298
  }
5299
 
5300
+ .eael-timeline-column {
5301
+ width: 50%;
5302
+ margin-left: 0;
5303
+ float: left;
5304
+ margin-top: 0 !important;
5305
+ }
5306
 
5307
+ .eael-timeline-post {
5308
+ position: relative;
5309
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5310
 
5311
+ .eael-timeline-post:after {
5312
+ background-color: rgba(83, 85, 86, 0.2);
5313
+ content: "";
5314
+ width: 2px;
5315
+ height: 245px;
5316
+ position: absolute;
5317
+ right: 0;
5318
+ top: 70px;
5319
+ }
5320
 
5321
+ .eael-timeline-post:nth-child(2n):after {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5322
  display: none;
5323
  }
5324
 
5325
+ .eael-timeline-bullet {
5326
+ background-color: #9fa9af;
5327
+ border: 5px solid #fff;
5328
+ -webkit-border-radius: 50%;
5329
+ border-radius: 50%;
5330
+ -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
5331
+ box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
5332
+ content: "";
5333
+ height: 20px;
5334
+ position: absolute;
5335
+ right: -9px;
5336
+ top: 60px;
5337
+ width: 20px;
5338
+ z-index: 3;
5339
+ cursor: pointer;
5340
  }
5341
 
5342
+ .eael-timeline-post:nth-child(2n) .eael-timeline-bullet {
5343
+ background-color: #9fa9af;
5344
+ border: 5px solid #fff;
5345
+ -webkit-border-radius: 50%;
5346
+ border-radius: 50%;
5347
+ bottom: 36px;
5348
+ content: "";
5349
+ height: 20px;
5350
+ left: -11px;
5351
+ position: absolute;
5352
+ top: 300px;
5353
+ width: 20px;
5354
+ z-index: 3;
5355
  }
5356
 
5357
+ .eael-timeline-post-inner {
5358
+ background: -webkit-linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 transparent;
5359
+ background: -o-linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 transparent;
5360
+ background: linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 transparent;
5361
+ border: 8px solid #e5eaed;
5362
+ -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
5363
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
5364
  float: right;
5365
+ margin: 30px 40px 30px auto;
5366
+ position: relative;
5367
+ height: 320px;
5368
+ width: calc(100% - 40px);
5369
  }
5370
 
5371
+ .eael-timeline-post:nth-child(even) .eael-timeline-post-inner {
5372
+ float: left;
5373
+ margin-left: 40px;
5374
  }
5375
 
5376
+ .eael-timeline-post-inner:after {
5377
+ border-color: transparent transparent transparent #e5eaed;
5378
+ border-style: solid;
5379
+ border-width: 15px;
5380
+ content: "";
5381
+ height: 0;
5382
+ position: absolute;
5383
+ right: -36px;
5384
+ top: 17px;
5385
+ width: 0;
5386
  }
5387
 
5388
+ .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner:after {
5389
+ border-color: transparent #e5eaed transparent transparent;
5390
+ border-style: solid;
5391
+ border-width: 15px;
5392
+ content: "";
5393
+ height: 0;
5394
+ left: -36px;
5395
+ position: absolute;
5396
+ top: 257px;
5397
+ width: 0;
5398
  }
5399
 
5400
+ .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner::after {
5401
+ border-left-color: transparent !important;
 
5402
  }
5403
 
5404
+ .eael-timeline-post p {
5405
+ margin: 1.6rem 0 0 0;
5406
+ font-size: 0.9em;
5407
+ line-height: 1.6em;
5408
  }
5409
 
5410
+ .eael-timeline-post-image {
5411
+ -webkit-background-size: cover;
5412
+ background-size: cover;
5413
+ background-position: center center;
5414
+ background-repeat: no-repeat;
5415
+ display: block;
5416
+ height: 100%;
5417
+ overflow: hidden;
5418
+ position: relative;
5419
+ opacity: .6;
5420
+ -webkit-transition: all .3s;
5421
+ -o-transition: all .3s;
5422
+ transition: all .3s;
5423
  }
5424
 
5425
+ .eael-timeline-post-title {
5426
+ bottom: 40px;
5427
+ position: absolute;
5428
+ width: 100%;
5429
  }
5430
 
5431
+ .eael-timeline-post-title h2 {
5432
+ color: #fff;
5433
+ font-size: 20px;
5434
+ font-weight: bold;
5435
+ letter-spacing: 1px;
5436
+ line-height: 24px;
5437
+ padding: 0 25px;
5438
+ text-align: left;
5439
+ text-transform: uppercase;
 
 
 
 
 
5440
  }
5441
 
5442
+ .eael-timeline-post-excerpt {
5443
+ opacity: 0;
5444
+ position: absolute;
5445
  top: 0;
5446
  left: 0;
5447
+ -webkit-transition: all .3s;
5448
+ -o-transition: all .3s;
5449
+ transition: all .3s;
 
 
 
 
5450
  }
5451
 
5452
+ .eael-timeline-post-excerpt p {
5453
+ color: #fff;
5454
+ font-size: 14px;
5455
+ padding: 25px;
 
 
 
 
 
5456
  }
5457
 
5458
+ .eael-timeline-post-inner:hover .eael-timeline-post-excerpt {
5459
+ opacity: 1;
5460
+ top: 10px;
 
 
5461
  }
5462
 
5463
+ .eael-timeline-post-inner:hover .eael-timeline-post-image {
5464
+ opacity: .3;
5465
  }
5466
 
5467
+ .eael-timeline-post time {
5468
+ opacity: 0;
5469
+ background-color: rgba(0, 0, 0, 0.7);
5470
+ color: #fff;
5471
+ font-size: 10px;
5472
+ -webkit-border-radius: 20px;
5473
+ border-radius: 20px;
5474
+ position: absolute;
5475
+ right: -97px;
5476
+ width: 100px;
5477
+ height: 30px;
5478
+ line-height: 30px;
5479
+ text-align: center;
5480
+ top: 50px;
5481
+ z-index: 99;
5482
+ -webkit-transition: all .5s;
5483
+ -o-transition: all .5s;
5484
+ transition: all .5s;
5485
  }
5486
 
5487
+ .eael-timeline-post:nth-child(2n) time {
5488
+ background-color: rgba(0, 0, 0, 0.7);
5489
+ -webkit-border-radius: 20px;
5490
+ border-radius: 20px;
5491
+ color: #fff;
5492
+ font-size: 10px;
5493
+ height: 30px;
5494
+ left: -99px;
5495
+ line-height: 30px;
5496
+ position: absolute;
5497
+ text-align: center;
5498
+ top: 290px;
5499
+ width: 100px;
5500
+ z-index: 99;
5501
  }
5502
 
5503
+ .eael-timeline-post time:before {
5504
+ border-bottom: 5px solid rgba(0, 0, 0, 0.7);
5505
+ border-left: 5px solid transparent;
5506
+ border-right: 5px solid transparent;
5507
+ content: "";
5508
+ height: 0;
5509
+ left: 45px;
5510
+ position: absolute;
5511
+ top: -5px;
5512
+ width: 0;
5513
  }
5514
 
5515
+ .eael-timeline-post:hover time {
5516
+ opacity: 1;
 
 
 
5517
  }
5518
 
5519
+ .eael-timeline-post::after {
5520
+ height: 100%;
 
 
 
5521
  }
5522
 
5523
+ .eael-post-timeline .eael-timeline-post:nth-last-child(2)::after {
5524
+ height: 245px;
5525
  }
5526
 
5527
+ .eael-post-timeline .eael-timeline-post:last-child::after {
 
 
 
 
 
 
 
 
 
5528
  display: none;
5529
  }
5530
 
5531
+ .eael-load-more-button-wrap {
5532
+ display: -webkit-box;
5533
+ display: -webkit-flex;
5534
+ display: -ms-flexbox;
5535
+ display: flex;
5536
  }
5537
 
5538
+ /*--- Responsive Style for Post Timeline ---*/
5539
+ @media only screen and (max-width: 1366px) {
5540
+ .eael-timeline-post-title h2 {
5541
+ font-size: 0.8em;
5542
+ }
 
 
 
 
 
 
5543
 
5544
+ .eael-timeline-post-excerpt p {
5545
+ font-size: 13px;
5546
+ }
5547
+ }
5548
+ @media only screen and (max-width: 1169px) {
5549
+ .eael-timeline-post-inner {
5550
+ height: 320px;
5551
+ }
5552
  }
5553
+ @media only screen and (max-width: 992px) {
5554
+ .eael-post-timeline {
5555
+ margin-left: 0;
5556
+ }
5557
 
5558
+ .eael-timeline-bullet,
5559
+ .eael-timeline-post:after,
5560
+ .eael-timeline-post:before,
5561
+ .eael-timeline-post-inner:after {
5562
+ display: none;
5563
+ }
5564
+
5565
+ .eael-timeline-post {
5566
+ display: inline-block;
5567
+ float: left !important;
5568
+ width: 50% !important;
5569
+ margin: 15px auto;
5570
+ }
5571
+
5572
+ .eael-timeline-post-inner {
5573
+ height: 320px;
5574
+ padding-bottom: 30px;
5575
+ }
5576
+
5577
+ .eael-timeline-post-title {
5578
+ bottom: 50px;
5579
+ }
5580
+
5581
+ .eael-timeline-post-title h2 {
5582
+ font-size: 0.8em;
5583
+ line-height: 1.2em;
5584
+ }
5585
+
5586
+ .eael-timeline-post .eael-timeline-post-inner {
5587
+ margin: 0 10px auto 0;
5588
+ width: 90%;
5589
+ }
5590
+
5591
+ .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
5592
+ margin: 0 auto 0 10px;
5593
+ width: 90%;
5594
+ }
5595
+
5596
+ .eael-timeline-post-excerpt {
5597
+ opacity: 0 !important;
5598
+ }
5599
+
5600
+ .eael-timeline-post-image {
5601
+ opacity: .3;
5602
+ }
5603
+
5604
+ .eael-timeline-post time,
5605
+ .eael-timeline-post:nth-child(2n) time {
5606
+ background-color: #fff;
5607
+ -webkit-border-radius: 0;
5608
+ border-radius: 0;
5609
+ color: #444;
5610
+ font-size: 12px;
5611
+ text-transform: uppercase;
5612
+ left: 0;
5613
+ opacity: 1;
5614
+ padding-top: 3px;
5615
+ top: 275px;
5616
+ width: 100%;
5617
+ }
5618
+
5619
+ time:before {
5620
+ display: none;
5621
+ }
5622
  }
5623
+ @media only screen and (max-width: 767px) {
5624
+ .eael-timeline-post {
5625
+ display: block;
5626
+ float: none !important;
5627
+ margin: 20px auto;
5628
+ width: 100% !important;
5629
+ }
5630
 
5631
+ .eael-timeline-post .eael-timeline-post-inner,
5632
+ .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
5633
+ display: block;
5634
+ float: none;
5635
+ margin: 0 auto;
5636
+ }
5637
  }
5638
+ @media only screen and (max-width: 479px) {
5639
+ .eael-timeline-post .eael-timeline-post-inner,
5640
+ .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
5641
+ height: 250px;
5642
+ margin: 0 auto;
5643
+ width: 95%;
5644
+ }
5645
 
5646
+ .eael-timeline-post time,
5647
+ .eael-timeline-post:nth-child(2n) time {
5648
+ top: 205px;
5649
+ }
5650
  }
5651
 
5652
+ /* -------------------------------- */
5653
+ /* 21. Pricing Table
5654
+ /* -------------------------------- */
5655
+ .eael-pricing {
5656
+ -webkit-display: flex;
5657
+ display: -webkit-box;
5658
+ display: -ms-flexbox;
5659
+ display: flex;
5660
+ -webkit-justify-content: center;
5661
+ -webkit-box-pack: center;
5662
+ -ms-flex-pack: center;
5663
+ justify-content: center;
5664
+ -webkit-align-items: center;
5665
+ -webkit-box-align: center;
5666
+ -ms-flex-align: center;
5667
+ align-items: center;
5668
  }
5669
 
5670
+ .eael-pricing .eael-pricing-item {
5671
+ width: 100%;
5672
+ height: auto;
5673
+ margin: 0;
5674
  }
5675
 
5676
+ .eael-pricing .eael-pricing-button {
5677
+ display: inline-block;
5678
+ padding: 12px 25px;
5679
+ background: #00C853;
5680
+ font-size: 14px;
5681
+ font-weight: 600;
5682
+ color: #fff;
5683
+ text-transform: uppercase;
5684
  text-decoration: none;
5685
+ -webkit-transition: .3s;
5686
+ -o-transition: .3s;
5687
+ transition: .3s;
5688
+ -webkit-border-radius: 4px;
5689
+ border-radius: 4px;
 
 
5690
  }
5691
 
5692
+ .eael-pricing .eael-pricing-button:hover {
5693
+ background: #03b048;
 
5694
  }
5695
 
5696
+ .eael-pricing .eael-pricing-item ul {
5697
+ padding: 0px;
5698
+ margin: 0px;
5699
+ list-style: none;
5700
  }
5701
 
5702
+ .eael-pricing .eael-pricing-item ul li.disable-item {
5703
+ text-decoration: line-through;
5704
+ opacity: 0.5;
5705
  }
5706
 
5707
+ .eael-pricing .eael-pricing-item ul li span.li-icon {
5708
+ color: #00C853;
5709
+ margin-right: 6px;
 
 
 
 
5710
  }
5711
 
5712
+ .eael-pricing .eael-pricing-item ul li.disable-item span.li-icon {
5713
+ color: #EF5350;
 
 
 
 
 
 
5714
  }
5715
 
5716
+ /*--- Pricing Table: Style 1 ---*/
5717
+ .eael-pricing.style-1 {
5718
+ position: relative;
5719
+ z-index: 0;
5720
+ text-align: center;
 
 
 
 
 
5721
  }
5722
 
5723
+ .eael-pricing.style-1 .eael-pricing-item {
5724
+ border: 1px solid rgba(9, 9, 9, 0.1);
5725
+ padding: 30px;
5726
+ -webkit-border-radius: 5px;
5727
+ border-radius: 5px;
5728
+ -webkit-transition: .5s;
5729
+ -o-transition: .5s;
5730
+ transition: .5s;
5731
  }
5732
 
5733
+ .eael-pricing.style-1 .eael-pricing-item:hover {
5734
+ -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
5735
+ box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
5736
  }
5737
 
5738
+ .eael-pricing.style-1 .eael-pricing-item.featured {
5739
+ position: relative;
5740
+ }
5741
+
5742
+ .eael-pricing.style-1 .eael-pricing-item.ribbon-1:before {
5743
+ content: "";
5744
  position: absolute;
5745
+ width: 100%;
5746
+ height: 3px;
5747
+ background: #00C853;
5748
+ top: 0px;
5749
+ left: 0px;
5750
+ right: 0px;
5751
+ z-index: 1;
5752
+ -webkit-border-radius: 5px 5px 0px 0px;
5753
+ border-radius: 5px 5px 0px 0px;
5754
  }
5755
 
5756
+ .eael-pricing.style-1 .eael-pricing-item.ribbon-2:before {
5757
+ content: "Featured";
5758
+ position: absolute;
5759
+ width: auto;
5760
+ background: #00C853;
5761
+ color: #fff;
5762
+ top: 35px;
5763
+ right: -15px;
5764
+ z-index: 10;
5765
+ font-size: 10px;
5766
+ font-weight: 600;
5767
+ text-transform: uppercase;
5768
+ padding: 5px 10px;
5769
  }
5770
 
5771
+ .eael-pricing.style-1 .eael-pricing-item.ribbon-2:after {
5772
+ content: "";
5773
+ position: absolute;
5774
+ top: 20px;
5775
+ right: -15px;
5776
+ width: 0;
5777
+ height: 0;
5778
+ border-bottom: 15px solid #00C853;
5779
+ border-right: 15px solid transparent;
5780
+ z-index: 9;
5781
+ opacity: 0.9;
5782
  }
5783
 
5784
+ .eael-pricing.style-1 .eael-pricing-item.ribbon-3:before {
5785
+ content: "Featured";
5786
+ position: absolute;
5787
+ width: auto;
5788
+ background: rgba(0, 0, 0, 0.6);
5789
+ color: #fff;
5790
+ top: 15px;
5791
+ right: 15px;
5792
+ z-index: 10;
5793
+ font-size: 11px;
5794
+ font-weight: 600;
5795
+ text-transform: uppercase;
5796
+ padding: 5px 15px;
5797
  }
5798
 
5799
+ .eael-pricing.style-1 .eael-pricing-item .header {
5800
+ display: block;
5801
+ position: relative;
5802
+ z-index: 0;
5803
+ padding-bottom: 15px;
5804
+ margin-bottom: 15px;
5805
  }
5806
 
5807
+ .eael-pricing.style-1 .eael-pricing-item .header:after {
5808
+ content: "";
5809
+ position: absolute;
5810
+ width: 140px;
5811
+ height: 1px;
5812
+ bottom: 0px;
5813
+ left: 0px;
5814
+ right: 0px;
5815
+ margin: 0 auto;
5816
+ z-index: 1;
5817
+ background: rgba(9, 9, 9, 0.1);
5818
  }
5819
 
5820
+ .eael-pricing.style-1 .eael-pricing-item .header .title {
5821
+ font-weight: 700;
5822
+ line-height: 30px;
5823
+ margin: 0px;
5824
  }
5825
 
5826
+ .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag {
5827
+ position: relative;
5828
+ z-index: 0;
5829
+ padding: 15px 0px;
5830
+ margin-bottom: 15px;
5831
  }
5832
 
5833
+ .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after {
5834
+ content: "";
5835
+ position: absolute;
5836
+ width: 140px;
5837
+ height: 1px;
5838
+ bottom: 0px;
5839
+ left: 0px;
5840
+ right: 0px;
5841
+ margin: 0 auto;
5842
+ z-index: 1;
5843
+ background: rgba(9, 9, 9, 0.04);
5844
  }
5845
 
5846
+ .eael-pricing.style-1 .eael-pricing-item .price-tag {
5847
+ position: relative;
5848
+ display: inline-block;
5849
+ font-size: 28px;
5850
+ font-weight: 500;
5851
+ line-height: 0px;
5852
+ margin: 0px auto;
5853
  }
5854
 
5855
+ .eael-pricing.style-1 .eael-pricing-item .price-tag .price-currency {
5856
+ font-size: 24px;
5857
+ font-weight: 700;
 
5858
  }
5859
 
5860
+ .eael-pricing.style-1 .eael-pricing-item .price-period {
5861
+ color: #999;
5862
  }
5863
 
5864
+ .eael-pricing.style-1 .eael-pricing-item .body ul {
5865
+ display: block;
5866
  width: 100%;
5867
+ margin-bottom: 15px;
 
 
5868
  }
5869
 
5870
+ .eael-pricing.style-1 .eael-pricing-item .body ul li {
 
5871
  display: block;
 
 
5872
  width: 100%;
5873
+ height: auto;
5874
+ padding: 10px 0px;
5875
+ font-size: 14px;
5876
+ color: #6d6d6d;
5877
+ border-bottom: 1px solid rgba(9, 9, 9, 0.04);
5878
  }
5879
 
5880
+ .eael-pricing.style-1 .eael-pricing-item .body ul li:last-child {
5881
+ border: none;
 
 
 
 
 
 
 
 
5882
  }
5883
 
5884
+ .eael-pricing.style-1 .eael-pricing-item.featured-large {
5885
+ padding: 60px 0px;
 
5886
  }
5887
 
5888
+ /*--- Pricing Table : Style 2 ---*/
5889
+ .eael-pricing.style-2 {
5890
+ position: relative;
5891
+ z-index: 0;
5892
+ text-align: center;
 
 
 
 
 
 
 
 
5893
  }
5894
 
5895
+ .eael-pricing.style-2 .eael-pricing-item {
5896
+ padding: 30px 0px;
5897
+ -webkit-border-radius: 5px;
5898
+ border-radius: 5px;
5899
+ margin: 0px;
5900
+ border: 1px solid rgba(9, 9, 9, 0.1);
5901
  }
5902
 
5903
+ .eael-pricing.style-2 .eael-pricing-item.featured {
5904
+ -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
5905
+ box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
5906
  }
5907
 
5908
+ .eael-pricing.style-2 .eael-pricing-item.ribbon-1:before {
5909
+ content: "";
5910
  position: absolute;
 
 
5911
  width: 100%;
5912
+ height: 3px;
5913
+ background: #00C853;
5914
+ top: 0px;
5915
+ left: 0px;
5916
+ right: 0px;
5917
+ z-index: 1;
5918
+ -webkit-border-radius: 5px 5px 0px 0px;
5919
+ border-radius: 5px 5px 0px 0px;
 
 
 
 
 
5920
  }
5921
 
5922
+ .eael-pricing.style-2 .eael-pricing-item.ribbon-2:before {
5923
+ content: "Featured";
5924
+ position: absolute;
5925
+ width: auto;
5926
+ background: #00C853;
5927
+ color: #fff;
5928
+ top: 35px;
5929
+ right: -15px;
5930
+ z-index: 10;
5931
+ font-size: 10px;
5932
+ font-weight: 600;
5933
+ text-transform: uppercase;
5934
+ padding: 5px 10px;
5935
  }
5936
 
5937
+ .eael-pricing.style-2 .eael-pricing-item.ribbon-2:after {
5938
+ content: "";
5939
+ position: absolute;
5940
+ top: 20px;
5941
+ right: -15px;
5942
+ width: 0;
5943
+ height: 0;
5944
+ border-bottom: 15px solid #00C853;
5945
+ border-right: 15px solid transparent;
5946
+ z-index: 9;
5947
+ opacity: 0.9;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5948
  }
5949
 
5950
+ .eael-pricing.style-2 .eael-pricing-item.ribbon-3:before {
5951
+ content: "Featured";
5952
+ position: absolute;
5953
+ width: auto;
5954
+ background: rgba(0, 0, 0, 0.6);
5955
+ color: #fff;
5956
+ top: 15px;
5957
+ right: 15px;
5958
+ z-index: 10;
5959
+ font-size: 11px;
5960
+ font-weight: 600;
5961
+ text-transform: uppercase;
5962
+ padding: 5px 15px;
5963
  }
5964
 
5965
+ .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon {
 
 
5966
  display: inline-block;
5967
+ position: relative;
5968
+ width: 80px;
5969
+ height: 80px;
5970
+ background: #00c853;
5971
+ -webkit-border-radius: 50%;
5972
+ border-radius: 50%;
5973
+ margin-bottom: 30px;
5974
  text-align: center;
5975
+ -webkit-transition: .5s;
5976
+ -o-transition: .5s;
5977
+ transition: .5s;
5978
+ overflow: hidden;
5979
  }
5980
 
5981
+ .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon i {
5982
+ font-size: 30px;
5983
+ color: #fff;
5984
+ line-height: 80px;
5985
+ -webkit-transition: .5s;
5986
+ -o-transition: .5s;
5987
+ transition: .5s;
5988
  }
5989
 
5990
+ .eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon {
5991
+ background: #43A047;
 
5992
  }
5993
 
5994
+ .eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon i {
5995
+ color: #fff;
 
 
5996
  }
5997
 
5998
+ .eael-pricing.style-2 .eael-pricing-item .header {
5999
+ background: #C8E6C9;
6000
+ padding: 25px 30px;
6001
+ margin-bottom: 15px;
6002
+ position: relative;
6003
+ z-index: 0;
6004
  }
6005
 
6006
+ .eael-pricing.style-2 .eael-pricing-item.featured .header:after {
6007
+ content: "";
6008
  position: absolute;
6009
+ width: 100%;
6010
+ height: 100%;
 
 
 
6011
  top: 0px;
6012
  left: 0px;
6013
  right: 0px;
6014
  bottom: 0px;
6015
+ z-index: -1;
6016
+ background: rgba(255, 255, 255, 0.4);
6017
  }
6018
 
6019
+ .eael-pricing.style-2 .eael-pricing-item .header .title {
6020
+ font-size: 28px;
6021
+ font-weight: 700;
6022
+ line-height: 40px;
6023
+ margin: 0px;
6024
  }
6025
 
6026
+ .eael-pricing.style-2 .eael-pricing-item .header .subititle {
6027
+ font-size: 14px;
6028
+ font-weight: 600;
6029
+ color: #6d6d6d;
6030
+ }
6031
+
6032
+ .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag {
6033
+ position: relative;
6034
+ z-index: 0;
6035
+ padding: 15px 0px;
6036
+ margin-bottom: 15px;
6037
+ }
6038
+
6039
+ .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after {
6040
+ content: "";
6041
  position: absolute;
6042
+ width: 140px;
6043
+ height: 1px;
6044
+ bottom: 0px;
 
 
 
6045
  left: 0px;
6046
  right: 0px;
6047
+ margin: 0 auto;
6048
+ z-index: 1;
6049
+ background: rgba(9, 9, 9, 0.04);
6050
  }
6051
 
6052
+ .eael-pricing.style-2 .eael-pricing-item .price-tag {
6053
+ position: relative;
6054
+ display: inline-block;
6055
+ font-size: 28px;
6056
+ font-weight: 500;
6057
+ line-height: 0px;
6058
+ margin: 0px auto;
6059
  }
6060
 
6061
+ .eael-pricing.style-2 .eael-pricing-item .price-tag .price-currency {
6062
+ font-size: 24px;
6063
+ font-weight: 700;
6064
+ color: #00C853;
6065
  }
6066
 
6067
+ .eael-pricing.style-2 .eael-pricing-item .price-period {
6068
+ color: #999;
 
 
6069
  }
6070
 
6071
+ .eael-pricing.style-2 .eael-pricing-item .body ul {
6072
+ display: block;
6073
+ width: 100%;
6074
+ margin-bottom: 15px;
6075
  }
6076
 
6077
+ .eael-pricing.style-2 .eael-pricing-item .body ul li {
6078
+ display: block;
6079
+ width: 100%;
6080
+ height: auto;
6081
+ padding: 10px 15px;
6082
+ font-size: 14px;
6083
+ color: #6d6d6d;
6084
+ border-bottom: 1px solid rgba(9, 9, 9, 0.04);
6085
  }
6086
 
6087
+ .eael-pricing.style-2 .eael-pricing-item .body ul li:last-child {
6088
+ border: none;
 
6089
  }
6090
 
6091
+ /*--- Media Query ---*/
6092
+ @media only screen and (min-width: 768px) and (max-width: 992px) {
6093
+ .eael-pricing {
6094
+ display: block;
6095
+ }
 
 
 
 
 
 
 
 
 
6096
 
6097
+ .eael-pricing .eael-pricing-item,
6098
+ .eael-pricing.style-2 .eael-pricing-item,
6099
+ .eael-pricing.style-4 .eael-pricing-item {
6100
+ width: 100%;
6101
+ margin: 0 auto 30px auto;
6102
+ }
6103
  }
6104
+ @media only screen and (max-width: 480px) {
6105
+ .eael-pricing {
6106
+ display: block;
6107
+ }
6108
 
6109
+ .eael-pricing .eael-pricing-item {
6110
+ width: 100%;
6111
+ }
 
6112
 
6113
+ .eael-pricing .eael-pricing-item,
6114
+ .eael-pricing.style-2 .eael-pricing-item,
6115
+ .eael-pricing.style-4 .eael-pricing-item {
6116
+ margin: 0 auto 30px auto;
6117
+ }
6118
  }
6119
+ /*--- Page Builder Related Style ---*/
6120
+ .eael-pricing-content-align-center .eael-pricing {
 
 
 
6121
  text-align: center;
 
 
 
 
 
 
6122
  }
6123
 
6124
+ .eael-pricing-content-align-left .eael-pricing {
6125
+ text-align: left;
 
 
6126
  }
6127
 
6128
+ .eael-pricing-content-align-right .eael-pricing {
6129
+ text-align: right;
6130
  }
6131
 
6132
+ .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag {
6133
+ padding-left: 45px;
6134
  }
6135
 
6136
+ .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag:before {
6137
+ left: 30px;
 
 
6138
  }
6139
 
6140
+ .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag {
6141
+ padding-right: 30px;
6142
  }
6143
 
6144
+ .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .header,
6145
+ .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,
6146
+ .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .footer,
6147
+ .eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .header,
6148
+ .eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .footer {
6149
+ padding-left: 30px;
6150
+ padding-right: 30px;
6151
  }
6152
 
6153
+ .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .header,
6154
+ .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,
6155
+ .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .footer,
6156
+ .eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .header,
6157
+ .eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .footer {
6158
+ padding-right: 30px;
6159
+ padding-left: 30px;
 
6160
  }
6161
 
6162
+ .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .body ul li,
6163
+ .eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .body ul li {
6164
+ padding-left: 30px;
6165
  }
6166
 
6167
+ .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .body ul li,
6168
+ .eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .body ul li {
6169
+ padding-right: 30px;
 
 
 
6170
  }
6171
 
6172
+ .eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after {
6173
+ -webkit-transform: translateX(-80%);
6174
+ -ms-transform: translateX(-80%);
6175
+ transform: translateX(-80%);
6176
  }
6177
 
6178
+ .eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after {
6179
+ -webkit-transform: translateX(80%);
6180
+ -ms-transform: translateX(80%);
6181
+ transform: translateX(80%);
6182
  }
6183
 
6184
+ .eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,
6185
+ .eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after {
6186
+ -webkit-transform: translateX(0%);
6187
+ -ms-transform: translateX(0%);
6188
+ transform: translateX(0%);
6189
  }
6190
 
6191
+ .eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,
6192
+ .eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .header:after,
6193
+ .eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,
6194
+ .eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,
6195
+ .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after,
6196
+ .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after {
6197
+ margin: 0;
6198
+ width: 100%;
6199
  }
6200
 
6201
+ /*--- Button Alignment ---*/
6202
+ .eael-pricing-button-align-right .eael-pricing.style-1 .footer,
6203
+ .eael-pricing-button-align-right .eael-pricing.style-2 .footer,
6204
+ .eael-pricing-button-align-right .eael-pricing.style-3 .footer,
6205
+ .eael-pricing-button-align-right .eael-pricing.style-4 .footer {
6206
  text-align: right;
6207
  }
6208
 
6209
+ .eael-pricing-button-align-center .eael-pricing.style-1 .footer,
6210
+ .eael-pricing-button-align-center .eael-pricing.style-2 .footer,
6211
+ .eael-pricing-button-align-center .eael-pricing.style-3 .footer,
6212
+ .eael-pricing-button-align-center .eael-pricing.style-4 .footer {
 
 
6213
  text-align: center;
6214
  }
6215
 
6216
+ .eael-pricing-button-align-left .eael-pricing.style-1 .footer,
6217
+ .eael-pricing-button-align-left .eael-pricing.style-2 .footer,
6218
+ .eael-pricing-button-align-left .eael-pricing.style-3 .footer,
6219
+ .eael-pricing-button-align-left .eael-pricing.style-4 .footer {
6220
+ text-align: left;
6221
  }
6222
 
6223
+ .eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-2 .footer,
6224
+ .eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-4 .footer {
6225
+ padding-right: 30px;
6226
  }
6227
 
6228
+ .eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-2 .footer,
6229
+ .eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-4 .footer {
6230
+ padding-left: 30px;
6231
  }
6232
 
6233
+ /*--- Only In Pro Alert ---*/
6234
+ .only-in-pro {
6235
  width: 100%;
6236
+ -webkit-display: flex;
6237
+ display: -webkit-box;
6238
+ display: -ms-flexbox;
6239
+ display: flex;
6240
+ -webkit-align-items: center;
6241
+ -webkit-box-align: center;
6242
+ -ms-flex-align: center;
6243
+ align-items: center;
6244
+ -webkit-justify-content: center;
6245
+ -webkit-box-pack: center;
6246
+ -ms-flex-pack: center;
6247
+ justify-content: center;
6248
+ padding: 15px;
6249
+ min-width: 200px;
6250
+ background: #EF5350;
6251
+ color: #fff;
6252
+ text-align: center;
6253
  }
6254
 
6255
+ .only-in-pro .title {
6256
+ font-family: 'Roboto', sans-serif;
6257
+ font-size: 24px;
6258
+ line-height: 40px;
6259
+ margin: 0px;
 
 
 
 
6260
  }
6261
 
6262
+ /*--- Pricing Table Tooltip ---*/
6263
+ div.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow {
6264
+ position: absolute;
6265
+ top: 50%;
6266
  }
6267
 
6268
+ div.tooltipster-sidetip.tooltipster-top div.tooltipster-box {
6269
+ margin-bottom: 0px !important;
6270
  }
6271
 
6272
+ div.tooltipster-sidetip.tooltipster-bottom div.tooltipster-box {
6273
+ margin-top: 0px !important;
6274
  }
6275
 
6276
+ .tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
6277
+ top: auto;
6278
+ bottom: -8px;
 
 
 
6279
  }
6280
 
6281
+ div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
6282
+ top: -8px;
6283
+ bottom: auto;
 
6284
  }
6285
 
6286
+ /*--------------------------*/
6287
+ /* 09. Product Styles
6288
+ /*--------------------------*/
6289
+ .eael-product-grid .woocommerce ul.products,
6290
+ .eael-post-grid .woocommerce ul.products {
6291
+ display: grid;
6292
+ grid-gap: 25px;
6293
+ margin: 0 !important;
6294
+ padding: 0 !important;
6295
  }
6296
+ .eael-product-grid .woocommerce ul.products:before, .eael-product-grid .woocommerce ul.products:after,
6297
+ .eael-post-grid .woocommerce ul.products:before,
6298
+ .eael-post-grid .woocommerce ul.products:after {
6299
+ display: none;
 
 
 
 
 
6300
  }
6301
+ .eael-product-grid .woocommerce ul.products .product,
6302
+ .eael-post-grid .woocommerce ul.products .product {
 
6303
  width: 100%;
6304
+ margin: 0;
6305
+ padding: 0;
6306
  }
6307
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-1,
6308
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-1 {
6309
+ grid-template-columns: 100%;
 
 
 
6310
  }
6311
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-2,
6312
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-2 {
6313
+ grid-template-columns: repeat(2, 1fr);
 
 
 
6314
  }
6315
+ @media screen and (max-width: 480px) {
6316
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-2,
6317
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-2 {
6318
+ grid-template-columns: repeat(1, 1fr);
6319
+ }
6320
  }
6321
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-3,
6322
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-3 {
6323
+ grid-template-columns: repeat(3, 1fr);
 
6324
  }
6325
+ @media screen and (max-width: 767px) {
6326
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-3,
6327
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-3 {
6328
+ grid-template-columns: repeat(2, 1fr);
6329
+ }
6330
  }
6331
+ @media screen and (max-width: 480px) {
6332
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-3,
6333
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-3 {
6334
+ grid-template-columns: repeat(1, 1fr);
6335
+ }
 
6336
  }
6337
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-4,
6338
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-4 {
6339
+ grid-template-columns: repeat(4, 1fr);
6340
  }
6341
+ @media screen and (max-width: 767px) {
6342
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-4,
6343
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-4 {
6344
+ grid-template-columns: repeat(2, 1fr);
6345
+ }
6346
  }
6347
+ @media screen and (max-width: 480px) {
6348
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-4,
6349
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-4 {
6350
+ grid-template-columns: repeat(1, 1fr);
6351
+ }
 
 
 
 
 
 
 
6352
  }
6353
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-5,
6354
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-5 {
6355
+ grid-template-columns: repeat(5, 1fr);
 
 
 
 
6356
  }
6357
+ @media screen and (max-width: 767px) {
6358
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-5,
6359
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-5 {
6360
+ grid-template-columns: repeat(2, 1fr);
6361
+ }
6362
  }
6363
+ @media screen and (max-width: 480px) {
6364
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-5,
6365
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-5 {
6366
+ grid-template-columns: repeat(1, 1fr);
6367
+ }
6368
  }
6369
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-6,
6370
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-6 {
6371
+ grid-template-columns: repeat(6, 1fr);
 
6372
  }
6373
+ @media screen and (max-width: 767px) {
6374
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-6,
6375
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-6 {
6376
+ grid-template-columns: repeat(2, 1fr);
6377
+ }
6378
  }
6379
+ @media screen and (max-width: 480px) {
6380
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-6,
6381
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-6 {
6382
+ grid-template-columns: repeat(1, 1fr);
6383
+ }
6384
  }
6385
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,
6386
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product,
6387
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product {
6388
+ position: relative;
6389
+ float: left;
6390
+ overflow: hidden;
6391
+ text-align: center;
6392
+ padding: 0;
6393
+ -webkit-border-radius: 0;
6394
+ border-radius: 0;
6395
+ background-color: #fff;
6396
+ -webkit-box-shadow: none;
6397
+ box-shadow: none;
6398
  }
6399
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product a, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a,
6400
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product a,
6401
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a {
 
 
 
6402
  text-decoration: none;
6403
  }
6404
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product a:hover, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a:hover,
6405
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product a:hover,
6406
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a:hover {
6407
+ outline: none;
6408
+ -webkit-box-shadow: none;
6409
+ box-shadow: none;
 
 
 
 
 
 
 
 
 
 
6410
  }
6411
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product img, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product img,
6412
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product img,
6413
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product img {
6414
+ width: 100%;
6415
+ height: auto;
6416
+ -webkit-backface-visibility: hidden;
6417
+ backface-visibility: hidden;
6418
  }
6419
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title,
6420
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,
6421
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title {
6422
+ font-size: 16px;
6423
+ font-weight: 700;
6424
+ line-height: 1;
6425
+ color: #333;
6426
+ margin: 25px 0 12px;
6427
+ padding: 0;
6428
  }
6429
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .onsale, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .onsale,
6430
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .onsale,
6431
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .onsale {
6432
+ display: block;
6433
+ line-height: 170px;
6434
+ font-size: 13px;
6435
+ text-align: center;
6436
+ letter-spacing: 0;
6437
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
6438
+ text-transform: uppercase;
6439
+ color: #fff;
6440
+ background-color: #ff2a13;
6441
+ -webkit-border-radius: 0;
6442
+ border-radius: 0;
6443
+ border: none;
6444
+ -webkit-box-shadow: none;
6445
+ box-shadow: none;
6446
  position: absolute;
6447
+ height: 100px;
6448
+ width: 200px;
 
 
 
 
 
 
 
6449
  z-index: 1;
6450
+ left: -100px;
6451
+ top: -50px;
6452
+ right: auto;
6453
+ margin: 0;
6454
+ padding: 0;
6455
+ -webkit-transform: rotate(-45deg);
6456
+ -ms-transform: rotate(-45deg);
6457
+ transform: rotate(-45deg);
6458
  }
6459
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price,
6460
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price,
6461
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price {
6462
+ font-size: 14px;
6463
+ margin-bottom: 0;
6464
  }
6465
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price del, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price del,
6466
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price del,
6467
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price del {
6468
+ opacity: 0.5;
6469
+ display: inline-block;
6470
  }
6471
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price ins, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price ins,
6472
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price ins,
6473
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price ins {
6474
+ font-weight: 400;
6475
+ background-color: transparent;
6476
+ color: #ff2a13;
6477
+ }
6478
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .star-rating, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating,
6479
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,
6480
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating {
6481
+ display: block;
6482
+ float: none;
6483
+ font-size: 14px;
6484
+ margin: 10px auto;
6485
+ }
6486
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
6487
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,
6488
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button {
6489
+ display: block;
6490
+ font-size: 14px;
6491
+ font-weight: 400;
6492
+ line-height: 38px;
6493
+ text-align: center;
6494
+ text-transform: uppercase;
6495
+ color: #fff;
6496
+ background-color: #333;
6497
+ padding: 0;
6498
+ margin: 15px;
6499
+ -webkit-border-radius: 0;
6500
+ border-radius: 0;
6501
+ }
6502
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus,
6503
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,
6504
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus {
6505
+ outline: none;
6506
+ }
6507
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,
6508
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,
6509
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart {
6510
+ display: block;
6511
+ margin: 0 0 15px 0;
6512
+ padding: 0;
6513
+ font-size: 14px;
6514
+ line-height: 1;
6515
+ text-transform: capitalize;
6516
+ color: #333;
6517
+ background-color: transparent;
6518
+ }
6519
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product,
6520
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product {
6521
+ border: 1px solid #eee;
6522
+ }
6523
+ .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,
6524
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product {
6525
+ border: 1px solid transparent;
6526
+ }
6527
+ .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
6528
+ .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,
6529
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
6530
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart {
6531
+ visibility: hidden;
6532
+ -webkit-transition: none;
6533
+ -o-transition: none;
6534
+ transition: none;
6535
+ }
6536
+ .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover,
6537
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover {
6538
+ border: 1px solid #eee;
6539
+ }
6540
+ .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,
6541
+ .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart,
6542
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,
6543
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart {
6544
  visibility: visible;
 
6545
  }
6546
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product,
6547
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product {
6548
+ position: relative;
6549
+ float: left;
6550
+ overflow: hidden;
6551
+ text-align: center;
6552
+ padding: 0 0 15px 0;
6553
+ -webkit-border-radius: 0;
6554
+ border-radius: 0;
6555
+ background-color: #fff;
6556
+ -webkit-box-shadow: none;
6557
+ box-shadow: none;
6558
+ }
6559
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a,
6560
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a {
6561
+ text-decoration: none;
6562
+ }
6563
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a:hover,
6564
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a:hover {
6565
+ outline: none;
6566
+ -webkit-box-shadow: none;
6567
+ box-shadow: none;
6568
+ }
6569
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product img,
6570
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product img {
6571
+ width: 100%;
6572
+ height: auto;
6573
+ margin: 0;
6574
+ -webkit-backface-visibility: hidden;
6575
+ backface-visibility: hidden;
6576
+ }
6577
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay,
6578
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay {
6579
+ position: relative;
6580
+ overflow: hidden;
6581
+ line-height: 0;
6582
+ }
6583
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap,
6584
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap {
6585
  position: absolute;
6586
+ top: 50%;
6587
  left: 0;
6588
+ right: 0;
6589
+ text-align: center;
6590
+ -webkit-transform: translateY(-50%);
6591
+ -ms-transform: translateY(-50%);
6592
+ transform: translateY(-50%);
 
6593
  }
6594
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,
6595
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
6596
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,
6597
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,
6598
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
6599
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart {
6600
+ display: inline-block;
6601
+ font-size: 14px;
6602
+ line-height: 38px;
6603
+ text-align: center;
6604
+ color: #fff;
6605
+ background-color: #333;
6606
+ width: 38px;
6607
+ height: 38px;
6608
+ border-style: none;
6609
+ -webkit-border-radius: 50%;
6610
+ border-radius: 50%;
6611
+ vertical-align: middle;
6612
+ padding: 0;
6613
+ margin: 0 5px;
6614
+ -webkit-transform: translateY(20px);
6615
+ -ms-transform: translateY(20px);
6616
+ transform: translateY(20px);
6617
  opacity: 0;
6618
+ -webkit-transition: opacity 300ms, -webkit-transform 200ms;
6619
+ transition: opacity 300ms, -webkit-transform 200ms;
6620
+ -o-transition: transform 200ms, opacity 300ms;
6621
+ transition: transform 200ms, opacity 300ms;
6622
+ transition: transform 200ms, opacity 300ms, -webkit-transform 200ms;
6623
  }
6624
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,
6625
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,
6626
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,
6627
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,
6628
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,
6629
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus {
6630
+ outline: none;
6631
  }
6632
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
6633
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button {
6634
+ font-size: 0;
 
 
 
6635
  }
6636
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before,
6637
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before {
6638
+ display: none;
6639
+ }
6640
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after,
6641
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after {
6642
+ content: "\f217";
6643
+ font: normal normal normal 14px/1 FontAwesome;
6644
+ font-size: 14px;
6645
+ line-height: 38px;
6646
+ text-rendering: auto;
6647
+ -webkit-font-smoothing: antialiased;
6648
+ vertical-align: middle;
6649
+ margin: 0;
6650
+ padding: 0;
6651
+ }
6652
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before,
6653
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before {
6654
+ display: none;
6655
+ }
6656
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after,
6657
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after {
6658
+ content: "\f110";
6659
+ display: inline-block;
6660
+ font: normal normal normal 14px/1 FontAwesome;
6661
+ font-size: 14px;
6662
+ line-height: 38px;
6663
+ color: #fff;
6664
+ height: auto;
6665
+ width: auto;
6666
+ position: relative;
6667
+ top: 0;
6668
+ left: 0;
6669
+ margin: 0;
6670
+ padding: 0;
6671
+ }
6672
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,
6673
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart {
6674
+ font-size: 0;
6675
+ }
6676
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after,
6677
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after {
6678
+ content: "\f06e";
6679
+ font: normal normal normal 14px/1 FontAwesome;
6680
+ font-size: 14px;
6681
+ line-height: 38px;
6682
+ color: #fff;
6683
+ text-rendering: auto;
6684
+ -webkit-font-smoothing: antialiased;
6685
+ vertical-align: middle;
6686
+ margin: 0;
6687
+ padding: 0;
6688
+ }
6689
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title,
6690
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title {
6691
+ font-size: 16px;
6692
+ font-weight: 700;
6693
+ line-height: 1;
6694
+ color: #333;
6695
+ margin: 25px 0 12px;
6696
+ padding: 0;
6697
+ }
6698
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .onsale,
6699
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .onsale {
6700
+ display: block;
6701
+ line-height: 170px;
6702
+ font-size: 13px;
6703
+ text-align: center;
6704
+ letter-spacing: 0;
6705
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
6706
+ text-transform: uppercase;
6707
+ color: #fff;
6708
+ background-color: #ff2a13;
6709
+ -webkit-border-radius: 0;
6710
+ border-radius: 0;
6711
+ border: none;
6712
+ -webkit-box-shadow: none;
6713
+ box-shadow: none;
6714
+ position: absolute;
6715
+ height: 100px;
6716
+ width: 200px;
6717
+ z-index: 1;
6718
+ left: -100px;
6719
+ top: -50px;
6720
+ right: auto;
6721
+ margin: 0;
6722
+ padding: 0;
6723
+ -webkit-transform: rotate(-45deg);
6724
+ -ms-transform: rotate(-45deg);
6725
+ transform: rotate(-45deg);
6726
+ }
6727
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price,
6728
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price {
6729
+ font-size: 14px;
6730
+ margin-bottom: 0;
6731
+ }
6732
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price del,
6733
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price del {
6734
+ opacity: 0.5;
6735
+ display: inline-block;
6736
+ }
6737
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price ins,
6738
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price ins {
6739
+ font-weight: 400;
6740
+ background-color: transparent;
6741
+ color: #ff2a13;
6742
+ }
6743
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating,
6744
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating {
6745
+ display: block;
6746
+ float: none;
6747
+ font-size: 14px;
6748
+ margin: 10px auto;
6749
+ }
6750
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,
6751
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button,
6752
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,
6753
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button {
6754
+ opacity: 1;
6755
+ -webkit-transform: translateY(0);
6756
+ -ms-transform: translateY(0);
6757
+ transform: translateY(0);
6758
  }
 
 
 
 
 
6759
 
6760
+ @-webkit-keyframes animateStripe {
6761
+ 0% {
6762
+ -webkit-transform: translate(0, 0);
6763
+ transform: translate(0, 0);
6764
  }
6765
+ 100% {
6766
+ -webkit-transform: translate(35px, 0);
6767
+ transform: translate(35px, 0);
6768
  }
6769
+ }
6770
+ @keyframes animateStripe {
6771
+ 0% {
6772
+ -webkit-transform: translate(0, 0);
6773
+ transform: translate(0, 0);
6774
  }
6775
+ 100% {
6776
+ -webkit-transform: translate(35px, 0);
6777
+ transform: translate(35px, 0);
6778
  }
6779
+ }
6780
+ @-webkit-keyframes animateStripeRTL {
6781
+ 0% {
6782
+ -webkit-transform: translate(0, 0);
6783
+ transform: translate(0, 0);
6784
  }
6785
+ 100% {
6786
+ -webkit-transform: translate(-35px, 0);
6787
+ transform: translate(-35px, 0);
6788
  }
6789
+ }
6790
+ @keyframes animateStripeRTL {
6791
+ 0% {
6792
+ -webkit-transform: translate(0, 0);
6793
+ transform: translate(0, 0);
6794
  }
6795
+ 100% {
6796
+ -webkit-transform: translate(-35px, 0);
6797
+ transform: translate(-35px, 0);
6798
  }
6799
+ }
6800
+ .eael-progressbar {
6801
+ position: relative;
6802
+ }
6803
 
6804
+ .eael-progressbar-title {
6805
+ font-size: 20px;
6806
+ font-weight: 400;
6807
+ }
6808
 
6809
+ .eael-progressbar-line {
6810
+ position: relative;
6811
+ display: block;
6812
+ width: 100%;
6813
+ height: 12px;
6814
+ background-color: #eeeeee;
6815
+ }
6816
+ .eael-progressbar-line .eael-progressbar-count-wrap {
6817
+ position: absolute;
6818
+ right: 0;
6819
+ bottom: calc(100% + 5px);
6820
+ font-size: 16px;
6821
+ font-weight: 400;
6822
+ line-height: 1;
6823
+ }
6824
 
6825
+ .eael-progressbar-line-fill {
6826
+ display: inline-block;
6827
+ position: absolute;
6828
+ top: 50%;
6829
+ left: 0;
6830
+ width: 0;
6831
+ height: 12px;
6832
+ background-color: #000000;
6833
+ -webkit-transform: translateY(-50%);
6834
+ -ms-transform: translateY(-50%);
6835
+ transform: translateY(-50%);
6836
+ -webkit-transition: width 1500ms linear;
6837
+ -o-transition: width 1500ms linear;
6838
+ transition: width 1500ms linear;
6839
+ overflow: hidden;
6840
+ }
6841
 
6842
+ .eael-progressbar-circle {
6843
+ position: relative;
6844
+ width: 200px;
6845
+ height: 200px;
6846
+ }
6847
+ .eael-progressbar-circle .eael-progressbar-title {
6848
+ font-size: 16px;
6849
+ font-weight: 400;
6850
+ }
6851
+ .eael-progressbar-circle .eael-progressbar-count-wrap {
6852
+ font-size: 28px;
6853
+ font-weight: 700;
6854
+ }
6855
 
6856
+ .eael-progressbar-circle-shadow {
6857
+ width: 220px;
6858
+ height: 220px;
6859
+ padding: 10px;
6860
+ -webkit-border-radius: 50%;
6861
+ border-radius: 50%;
6862
+ }
6863
 
6864
+ .eael-progressbar-circle-pie {
6865
+ position: absolute;
6866
+ top: 0;
6867
+ left: 0;
6868
+ width: 100%;
6869
+ height: 100%;
6870
+ -webkit-clip-path: inset(0 0 0 50%);
6871
+ clip-path: inset(0 0 0 50%);
6872
+ }
6873
 
6874
+ .eael-progressbar-circle-inner {
6875
+ height: 100%;
6876
+ width: 100%;
6877
+ border-width: 12px;
6878
+ border-style: solid;
6879
+ border-color: #eeeeee;
6880
+ -webkit-border-radius: 50%;
6881
+ border-radius: 50%;
6882
+ }
6883
 
6884
+ .eael-progressbar-circle-half {
6885
+ position: absolute;
6886
+ left: 0;
6887
+ top: 0;
6888
+ height: 100%;
6889
+ width: 100%;
6890
+ border-width: 12px;
6891
+ border-style: solid;
6892
+ border-color: #000000;
6893
+ -webkit-border-radius: 50%;
6894
+ border-radius: 50%;
6895
+ -webkit-clip-path: inset(0 50% 0 0);
6896
+ clip-path: inset(0 50% 0 0);
6897
+ }
6898
 
6899
+ .eael-progressbar-circle-half-left {
6900
+ -webkit-transform: rotate(0deg);
6901
+ -ms-transform: rotate(0deg);
6902
+ transform: rotate(0deg);
6903
+ }
6904
 
6905
+ .eael-progressbar-circle-half-right {
6906
+ -webkit-transform: rotate(180deg);
6907
+ -ms-transform: rotate(180deg);
6908
+ transform: rotate(180deg);
6909
+ visibility: hidden;
6910
+ }
6911
 
6912
+ .eael-progressbar-circle-inner-content {
6913
+ position: absolute;
6914
+ top: 50%;
6915
+ width: 100%;
6916
+ -webkit-transform: translateY(-50%);
6917
+ -ms-transform: translateY(-50%);
6918
+ transform: translateY(-50%);
6919
+ text-align: center;
6920
+ }
6921
 
6922
+ .eael-progressbar-half-circle {
6923
+ position: relative;
6924
+ width: 200px;
6925
+ height: 100px;
6926
+ overflow: hidden;
6927
+ }
6928
+ .eael-progressbar-half-circle .eael-progressbar-circle-pie {
6929
+ -webkit-clip-path: inset(0 0 50% 0);
6930
+ clip-path: inset(0 0 50% 0);
6931
+ }
6932
+ .eael-progressbar-half-circle .eael-progressbar-circle-half {
6933
+ -webkit-clip-path: inset(50% 0 0 0);
6934
+ clip-path: inset(50% 0 0 0);
6935
+ -webkit-transform: rotate(0deg);
6936
+ -ms-transform: rotate(0deg);
6937
+ transform: rotate(0deg);
6938
+ -webkit-transition: -webkit-transform 1500ms linear;
6939
+ transition: -webkit-transform 1500ms linear;
6940
+ -o-transition: transform 1500ms linear;
6941
+ transition: transform 1500ms linear;
6942
+ transition: transform 1500ms linear, -webkit-transform 1500ms linear;
6943
+ }
6944
+ .eael-progressbar-half-circle .eael-progressbar-circle-inner-content {
6945
+ top: initial;
6946
+ bottom: 0;
6947
+ -webkit-transform: translateY(0);
6948
+ -ms-transform: translateY(0);
6949
+ transform: translateY(0);
6950
+ }
6951
+ .eael-progressbar-half-circle .eael-progressbar-title {
6952
+ font-size: 16px;
6953
+ font-weight: 400;
6954
+ }
6955
+ .eael-progressbar-half-circle .eael-progressbar-count-wrap {
6956
+ font-size: 28px;
6957
+ font-weight: 700;
6958
+ }
6959
 
6960
+ .eael-progressbar-half-circle-after {
6961
+ position: relative;
6962
+ font-size: 12px;
6963
+ font-weight: 400;
6964
+ clear: both;
6965
+ }
6966
 
6967
+ .eael-progressbar-postfix-label {
6968
+ float: right;
 
6969
  }
 
 
 
 
6970
 
6971
+ .eael-progressbar-line-stripe .eael-progressbar-line-fill:after {
6972
+ content: '';
6973
+ position: absolute;
6974
+ top: 0;
6975
+ left: -35px;
6976
+ width: calc(100% + 70px);
6977
+ height: 100%;
6978
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
6979
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
6980
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
6981
+ -webkit-background-size: 35px 35px;
6982
+ background-size: 35px 35px;
6983
+ }
6984
 
6985
+ .eael-progressbar-line-animate .eael-progressbar-line-fill:after {
6986
+ -webkit-animation: animateStripe 2s linear infinite;
6987
+ animation: animateStripe 2s linear infinite;
6988
+ }
6989
 
6990
+ .eael-progressbar-line-animate-rtl .eael-progressbar-line-fill:after {
6991
+ -webkit-animation: animateStripeRTL 2s linear infinite;
6992
+ animation: animateStripeRTL 2s linear infinite;
6993
+ }
6994
 
6995
+ .eael-progressbar-circle-wrap > div {
6996
+ margin: 0 auto;
6997
+ }
6998
 
6999
+ /*alignment*/
7000
+ .eael-progressbar-line-container.left,
7001
+ .eael-progressbar-circle-container.left > div,
7002
+ .eael-progressbar-box-container.left > div {
7003
+ margin: 0 auto 0 0;
7004
+ }
7005
 
7006
+ .eael-progressbar-line-container.center,
7007
+ .eael-progressbar-circle-container.center > div,
7008
+ .eael-progressbar-box-container.center > div {
7009
+ margin: 0 auto;
7010
+ }
7011
 
7012
+ .eael-progressbar-line-container.right,
7013
+ .eael-progressbar-circle-container.right > div,
7014
+ .eael-progressbar-box-container.right > div {
7015
+ margin: 0 0 0 auto;
7016
+ }
7017
 
7018
+ /*----------------------------*/
7019
+ /* 07. Team Members Styles
7020
+ /*----------------------------*/
7021
+ .eael-team-item {
7022
+ overflow: hidden;
7023
+ position: relative;
7024
+ }
7025
 
7026
+ .team-avatar-rounded figure img {
7027
+ -webkit-border-radius: 50%;
7028
+ border-radius: 50%;
7029
+ height: auto;
7030
+ }
7031
+
7032
+ .eael-team-image > figure {
7033
+ margin: 0;
7034
+ padding: 0;
7035
+ }
7036
+
7037
+ .eael-team-image > figure img {
7038
+ display: block;
7039
+ margin: 0 auto;
7040
+ }
7041
+
7042
+ .eael-team-item .eael-team-content {
7043
+ padding: 10px;
7044
+ }
7045
+
7046
+ .eael-team-item .eael-team-member-name {
7047
+ font-size: 20px;
7048
+ font-weight: bold;
7049
+ letter-spacing: 0.05em;
7050
+ margin: 5px 0;
7051
+ text-transform: uppercase;
7052
+ }
7053
+
7054
+ .eael-team-item .eael-team-member-position {
7055
+ font-size: 14px;
7056
+ font-weight: normal;
7057
+ letter-spacing: 0.05em;
7058
+ margin: 5px 0 10px;
7059
+ text-transform: uppercase;
7060
+ }
7061
+
7062
+ .eael-team-item .eael-team-content,
7063
+ .eael-team-item .eael-team-content .eael-team-text {
7064
+ font-size: 14px;
7065
+ line-height: 1.5;
7066
+ }
7067
+
7068
+ .eael-team-content > ul {
7069
+ margin: 0;
7070
+ padding: 0;
7071
+ }
7072
+
7073
+ .eael-team-content li {
7074
+ display: inline-block;
7075
+ list-style: outside none none;
7076
+ margin-right: 10px;
7077
+ text-align: center;
7078
+ }
7079
+
7080
+ .eael-team-content li a {
7081
+ font-size: 2.5rem;
7082
+ }
7083
+
7084
+ .eael-team-align-left .eael-team-item .eael-team-member-name,
7085
+ .eael-team-align-left .eael-team-item .eael-team-member-position,
7086
+ .eael-team-align-left .eael-team-item .eael-team-text,
7087
+ .eael-team-align-left .eael-team-item .eael-team-content p,
7088
+ .eael-team-align-left .eael-team-item .eael-team-content ul,
7089
+ .eael-team-align-left .eael-team-item .eael-team-content li {
7090
+ text-align: left;
7091
+ }
7092
+
7093
+ .eael-team-align-right .eael-team-item .eael-team-member-name,
7094
+ .eael-team-align-right .eael-team-item .eael-team-member-position,
7095
+ .eael-team-align-right .eael-team-item .eael-team-text,
7096
+ .eael-team-align-right .eael-team-item .eael-team-content p,
7097
+ .eael-team-align-right .eael-team-item .eael-team-content ul,
7098
+ .eael-team-align-right .eael-team-item .eael-team-content li {
7099
+ text-align: right;
7100
+ }
7101
+
7102
+ .eael-team-align-centered .eael-team-item .eael-team-member-name,
7103
+ .eael-team-align-centered .eael-team-item .eael-team-member-position,
7104
+ .eael-team-align-centered .eael-team-item .eael-team-text,
7105
+ .eael-team-align-centered .eael-team-item .eael-team-content p,
7106
+ .eael-team-align-centered .eael-team-item .eael-team-content ul,
7107
+ .eael-team-align-centered .eael-team-item .eael-team-content li {
7108
+ text-align: center;
7109
+ }
7110
+
7111
+ .eael-team-item.eael-team-members-overlay .eael-team-content {
7112
+ bottom: 10px;
7113
+ left: 10px;
7114
+ margin-bottom: 0;
7115
+ padding-top: 15%;
7116
+ opacity: 0;
7117
+ overflow: hidden;
7118
+ -o-text-overflow: ellipsis;
7119
+ text-overflow: ellipsis;
7120
+ position: absolute;
7121
+ right: 10px;
7122
+ top: 10px;
7123
+ -webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
7124
+ -o-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
7125
+ transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
7126
+ }
7127
+
7128
+ .eael-team-item.eael-team-members-overlay:hover .eael-team-content {
7129
+ opacity: 1;
7130
+ }
7131
+
7132
+ .eael-team-member-social-link > a {
7133
+ display: inline-block;
7134
+ -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
7135
+ -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
7136
+ transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
7137
+ }
7138
+
7139
+ .eael-team-member-social-link > a:focus {
7140
+ outline: none;
7141
+ }
7142
+
7143
+ /*----------------------------*/
7144
+ /* 08. Testimonials Styles
7145
+ /*----------------------------*/
7146
+ .eael-testimonial-slider {
7147
+ position: relative;
7148
+ }
7149
+
7150
+ .testimonial-star-rating {
7151
+ padding: 0;
7152
+ margin: 0;
7153
+ }
7154
+
7155
+ .testimonial-star-rating li {
7156
+ list-style: none;
7157
+ display: inline-block;
7158
+ }
7159
+
7160
+ .testimonial-star-rating li i {
7161
+ color: #d8d8d8;
7162
+ }
7163
+
7164
+ .rating-five .testimonial-star-rating li i {
7165
+ color: #f2b01e;
7166
+ }
7167
+
7168
+ .rating-one .testimonial-star-rating li:first-child i {
7169
+ color: #f2b01e;
7170
+ }
7171
+
7172
+ .rating-two .testimonial-star-rating li:nth-child(1) i,
7173
+ .rating-two .testimonial-star-rating li:nth-child(2) i {
7174
+ color: #f2b01e;
7175
+ }
7176
+
7177
+ .rating-three .testimonial-star-rating li:nth-child(1) i,
7178
+ .rating-three .testimonial-star-rating li:nth-child(2) i,
7179
+ .rating-three .testimonial-star-rating li:nth-child(3) i {
7180
+ color: #f2b01e;
7181
+ }
7182
+
7183
+ .rating-four .testimonial-star-rating li:nth-child(1) i,
7184
+ .rating-four .testimonial-star-rating li:nth-child(2) i,
7185
+ .rating-four .testimonial-star-rating li:nth-child(3) i,
7186
+ .rating-four .testimonial-star-rating li:nth-child(4) i {
7187
+ color: #f2b01e;
7188
+ }
7189
+
7190
+ /*--- Default styles ---*/
7191
+ .eael-testimonial-image img {
7192
+ max-width: 100%;
7193
+ }
7194
+
7195
+ .eael-testimonial-image {
7196
+ padding: 10px 0px 0px 0px;
7197
+ }
7198
+
7199
+ .eael-testimonial-image > figure {
7200
+ display: block;
7201
+ margin: 0;
7202
+ }
7203
+
7204
+ .testimonial-avatar-rounded figure img {
7205
+ -webkit-border-radius: 50%;
7206
+ border-radius: 50%;
7207
+ height: auto;
7208
+ }
7209
+
7210
+ .eael-testimonial-content {
7211
+ margin: 0;
7212
+ padding: 10px;
7213
+ }
7214
+
7215
+ .eael-testimonial-item > figure {
7216
+ margin: 0 auto;
7217
+ padding: 0 20px;
7218
+ }
7219
+
7220
+ .eael-testimonial-item .center-text {
7221
+ text-align: center;
7222
+ }
7223
+
7224
+ .eael-testimonial-item .right-text {
7225
+ text-align: right;
7226
+ }
7227
+
7228
+ .eael-testimonial-item .left-text {
7229
+ text-align: left;
7230
+ }
7231
+
7232
+ .eael-testimonial-item .justify-text {
7233
+ text-align: justify;
7234
+ }
7235
+
7236
+ .eael-testimonial-content .eael-testimonial-text {
7237
+ font-size: 100%;
7238
+ font-style: italic;
7239
+ line-height: 1.5;
7240
+ margin-top: 0px;
7241
+ margin-bottom: 10px;
7242
+ word-wrap: break-word;
7243
+ }
7244
+
7245
+ .eael-testimonial-content .eael-testimonial-user {
7246
+ display: inline-block;
7247
+ font-family: inherit;
7248
+ font-size: 105%;
7249
+ font-style: italic;
7250
+ font-weight: normal;
7251
+ line-height: 1.5;
7252
+ margin-top: 0;
7253
+ margin-bottom: 0;
7254
+ margin-right: 5px;
7255
+ }
7256
+
7257
+ .eael-testimonial-content .eael-testimonial-user-company {
7258
+ display: inline-block;
7259
+ font-family: inherit;
7260
+ font-size: 90%;
7261
+ font-style: italic;
7262
+ font-weight: lighter;
7263
+ line-height: 1.75;
7264
+ margin-bottom: 0;
7265
+ margin-top: 1px;
7266
+ }
7267
+
7268
+ .eael-testimonial-image {
7269
+ position: relative;
7270
+ }
7271
+
7272
+ .eael-testimonial-item .eael-testimonial-quote::after {
7273
+ color: inherit !important;
7274
+ content: "\f10e";
7275
+ font-family: "FontAwesome";
7276
+ font-size: 200%;
7277
+ }
7278
+
7279
+ .eael-testimonial-slider.default-style .eael-testimonial-align-centered .eael-testimonial-image figure img {
7280
+ margin: 0 auto;
7281
+ }
7282
+
7283
+ .eael-testimonial-slider.default-style .eael-testimonial-align-left .eael-testimonial-image figure img,
7284
+ .eael-testimonial-slider.default-style .eael-testimonial-align-right .eael-testimonial-image figure img,
7285
+ .eael-testimonial-slider.classic-style .eael-testimonial-align-left .eael-testimonial-image figure img,
7286
+ .eael-testimonial-slider.classic-style .eael-testimonial-align-right .eael-testimonial-image figure img,
7287
+ .eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-image figure img,
7288
+ .eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-image figure img {
7289
+ margin: 0;
7290
+ }
7291
+
7292
+ .eael-testimonial-slider.default-style .eael-testimonial-align-right .eael-testimonial-image figure,
7293
+ .eael-testimonial-slider.classic-style .eael-testimonial-align-right .eael-testimonial-image figure,
7294
+ .eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-image figure {
7295
+ text-align: right;
7296
+ }
7297
+
7298
+ .eael-testimonial-slider.default-style .eael-testimonial-align-left .eael-testimonial-image figure,
7299
+ .eael-testimonial-slider.classic-style .eael-testimonial-align-left .eael-testimonial-image figure,
7300
+ .eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-image figure {
7301
+ text-align: left;
7302
+ }
7303
+
7304
+ .eael-testimonial-slider.default-style .eael-testimonial-align-right .default-style-testimonial-content,
7305
+ .eael-testimonial-slider.classic-style .eael-testimonial-align-right .testimonial-classic-style-content,
7306
+ .eael-testimonial-slider.middle-style .eael-testimonial-align-right .middle-style-content,
7307
+ .eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-text {
7308
+ text-align: right;
7309
+ }
7310
+
7311
+ .eael-testimonial-slider.default-style .eael-testimonial-align-center .default-style-testimonial-content,
7312
+ .eael-testimonial-slider.classic-style .eael-testimonial-align-center .testimonial-classic-style-content,
7313
+ .eael-testimonial-slider.middle-style .eael-testimonial-align-center .middle-style-content,
7314
+ .eael-testimonial-slider.middle-style .eael-testimonial-align-center .eael-testimonial-text {
7315
+ text-align: center;
7316
+ }
7317
+
7318
+ .eael-testimonial-slider.default-style .eael-testimonial-align-left .default-style-testimonial-content,
7319
+ .eael-testimonial-slider.classic-style .eael-testimonial-align-left .testimonial-classic-style-content,
7320
+ .eael-testimonial-slider.middle-style .eael-testimonial-align-left .middle-style-content,
7321
+ .eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-text {
7322
+ text-align: left;
7323
+ }
7324
+
7325
+ .eael-testimonial-slider.icon-img-left-content .eael-testimonial-text > p,
7326
+ .eael-testimonial-slider.icon-img-right-content .eael-testimonial-text > p {
7327
+ margin: 0px;
7328
+ }
7329
+
7330
+ /*--- Left align ---*/
7331
+ .icon-img-left-content .eael-testimonial-image {
7332
+ float: left;
7333
+ width: 30%;
7334
+ }
7335
+
7336
+ .icon-img-left-content .eael-testimonial-content {
7337
+ float: left;
7338
+ width: 70%;
7339
+ text-align: left;
7340
+ }
7341
+
7342
+ .icon-img-left-content.eael-testimonial-item {
7343
+ overflow: hidden;
7344
+ position: relative;
7345
+ }
7346
+
7347
+ .icon-img-left-content .eael-testimonial-quote {
7348
+ position: absolute;
7349
+ right: 0;
7350
+ }
7351
+
7352
+ .icon-img-left-content .eael-testimonial-text {
7353
+ margin-top: 0;
7354
+ }
7355
+
7356
+ /*--- Center align ---*/
7357
+ .eael-testimonial-align-centered .eael-testimonial-user,
7358
+ .eael-testimonial-align-centered .eael-testimonial-user-company {
7359
+ float: none;
7360
+ text-align: center;
7361
+ }
7362
+
7363
+ .eael-testimonial-align-centered .eael-testimonial-image > figure img {
7364
+ display: block;
7365
+ margin-left: auto !important;
7366
+ margin-right: auto !important;
7367
+ }
7368
+
7369
+ /* .eael-testimonial-align-centered .testimonial-star-rating{
7370
+ text-align: center;
7371
+ } */
7372
+ /*--- Right align ---*/
7373
+ .icon-img-right-content .eael-testimonial-image {
7374
+ float: right;
7375
+ width: 30%;
7376
+ }
7377
+
7378
+ .icon-img-right-content .eael-testimonial-content {
7379
+ float: right;
7380
+ width: 70%;
7381
+ text-align: right;
7382
+ }
7383
+
7384
+ .icon-img-right-content.eael-testimonial-item {
7385
+ overflow: hidden;
7386
+ position: relative;
7387
+ }
7388
+
7389
+ .icon-img-right-content .eael-testimonial-quote {
7390
+ position: absolute;
7391
+ }
7392
+
7393
+ .icon-img-right-content .eael-testimonial-text {
7394
+ margin-top: 0;
7395
+ }
7396
+
7397
+ .eael-testimonial-item {
7398
+ position: relative;
7399
+ }
7400
+
7401
+ .classic-style.testimonial-alignment-center .eael-testimonial-image,
7402
+ .default-style.testimonial-alignment-center .eael-testimonial-image {
7403
+ text-align: center;
7404
+ }
7405
+
7406
+ .classic-style.testimonial-alignment-right .eael-testimonial-image,
7407
+ .default-style.testimonial-alignment-right .eael-testimonial-image {
7408
+ text-align: right;
7409
+ }
7410
+
7411
+ .classic-style.testimonial-alignment-center .eael-testimonial-image > figure,
7412
+ .default-style.testimonial-alignment-center .eael-testimonial-image > figure {
7413
+ text-align: center;
7414
+ }
7415
+
7416
+ .eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-centered .eael-testimonial-content {
7417
+ text-align: center;
7418
+ }
7419
+
7420
+ .eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-left .eael-testimonial-content {
7421
+ text-align: left;
7422
+ }
7423
+
7424
+ .eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-right .eael-testimonial-content {
7425
+ text-align: right;
7426
+ }
7427
+
7428
+ .eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-centered .eael-testimonial-content {
7429
+ text-align: center;
7430
+ }
7431
+
7432
+ .eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-left .eael-testimonial-content {
7433
+ text-align: left;
7434
+ }
7435
+
7436
+ .eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-right .eael-testimonial-content {
7437
+ text-align: right;
7438
+ }
7439
+
7440
+ span.eael-testimonial-quote {
7441
+ position: absolute;
7442
+ right: 10px;
7443
+ top: 10px;
7444
+ }
7445
+
7446
+ /*--- Image align ---*/
7447
+ .eael-testimonial-item.left .eael-testimonial-image {
7448
+ text-align: left;
7449
+ }
7450
+
7451
+ .eael-testimonial-item.center .eael-testimonial-image {
7452
+ text-align: center;
7453
+ }
7454
+
7455
+ .eael-testimonial-item.right .eael-testimonial-image {
7456
+ text-align: right;
7457
+ }
7458
+
7459
+ /*--- Float title image style ---*/
7460
+ .eael-testimonial-inline-bio .eael-testimonial-image {
7461
+ float: left;
7462
+ }
7463
+
7464
+ .eael-testimonial-inline-bio .bio-text {
7465
+ padding-top: 10px;
7466
+ }
7467
+
7468
+ .eael-testimonial-content.eael-testimonial-inline-bio {
7469
+ overflow: hidden;
7470
+ margin-bottom: 0;
7471
+ padding-bottom: 0;
7472
+ }
7473
+
7474
+ .eael-testimonial-inline-bio .testimonial-star-rating,
7475
+ .eael-testimonial-inline-bio .bio-text {
7476
+ float: left;
7477
+ width: 65%;
7478
+ }
7479
+
7480
+ .eael-testimonial-content.eael-testimonial-inline-bio {
7481
+ text-align: left !important;
7482
+ }
7483
+
7484
+ /*--- Float inline style ---*/
7485
+ .testimonial-inline-style .eael-testimonial-image {
7486
+ float: left;
7487
+ max-width: 100%;
7488
+ padding: 0;
7489
+ margin-right: 15px;
7490
+ }
7491
+
7492
+ .testimonial-inline-style {
7493
+ overflow: hidden;
7494
+ text-align: left;
7495
+ }
7496
+
7497
+ .content-top-icon-title-inline .eael-testimonial-text,
7498
+ .content-top-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text {
7499
+ text-align: left;
7500
+ }
7501
+
7502
+ .content-top-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
7503
+ text-align: center;
7504
+ }
7505
+
7506
+ .content-top-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
7507
+ text-align: right;
7508
+ }
7509
+
7510
+ .content-bottom-icon-title-inline .eael-testimonial-text,
7511
+ .content-bottom-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text {
7512
+ text-align: left;
7513
+ }
7514
+
7515
+ .content-bottom-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
7516
+ text-align: center;
7517
+ }
7518
+
7519
+ .content-bottom-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
7520
+ text-align: right;
7521
+ }
7522
+
7523
+ /*------------------------------*/
7524
+ /* 32. Tooltip
7525
+ /*------------------------------*/
7526
+ .eael-tooltip {
7527
+ position: relative;
7528
+ display: inline-block;
7529
+ min-width: 150px;
7530
+ text-align: center;
7531
+ padding: 12px 24px;
7532
+ font-size: .93rem;
7533
+ color: #333;
7534
+ line-height: 1;
7535
+ cursor: pointer;
7536
+ -webkit-transition: all 0.3s ease-in-out;
7537
+ -o-transition: all 0.3s ease-in-out;
7538
+ transition: all 0.3s ease-in-out;
7539
+ }
7540
+
7541
+ .eael-tooltip .eael-tooltip-text {
7542
+ display: block;
7543
+ width: 100%;
7544
+ visibility: hidden;
7545
+ background-color: black;
7546
+ color: #fff;
7547
+ text-align: center;
7548
+ -webkit-border-radius: 4px;
7549
+ border-radius: 4px;
7550
+ padding: 10px;
7551
+ position: absolute;
7552
+ z-index: 1;
7553
+ font-size: .93rem;
7554
+ line-height: 1.3;
7555
+ }
7556
+
7557
+ .eael-tooltip .eael-tooltip-text::after {
7558
+ content: "";
7559
+ position: absolute;
7560
+ border-width: 5px;
7561
+ border-style: solid;
7562
+ }
7563
+
7564
+ .eael-tooltip:hover .eael-tooltip-text {
7565
+ visibility: visible;
7566
+ }
7567
+
7568
+ /*--- Left ---*/
7569
+ .eael-tooltip .eael-tooltip-text.eael-tooltip-left {
7570
+ top: 50%;
7571
+ right: 100%;
7572
+ -webkit-transform: translateY(-50%);
7573
+ -ms-transform: translateY(-50%);
7574
+ transform: translateY(-50%);
7575
+ margin-right: 10px;
7576
+ }
7577
+
7578
+ .eael-tooltip:hover .eael-tooltip-text.eael-tooltip-left {
7579
+ -webkit-animation: tooltipLeftIn 300ms ease-in-out;
7580
+ animation: tooltipLeftIn 300ms ease-in-out;
7581
+ }
7582
+
7583
+ .eael-tooltip .eael-tooltip-text.eael-tooltip-left::after {
7584
+ top: calc(50% - 5px);
7585
+ left: 100%;
7586
+ border-color: transparent transparent transparent black;
7587
+ }
7588
+
7589
+ /*--- Right ---*/
7590
+ .eael-tooltip .eael-tooltip-text.eael-tooltip-right {
7591
+ top: 50%;
7592
+ left: 100%;
7593
+ -webkit-transform: translateY(-50%);
7594
+ -ms-transform: translateY(-50%);
7595
+ transform: translateY(-50%);
7596
+ -webkit-transition: all 0.3s ease-in-out;
7597
+ -o-transition: all 0.3s ease-in-out;
7598
+ transition: all 0.3s ease-in-out;
7599
+ margin-left: 10px;
7600
+ }
7601
+
7602
+ .eael-tooltip:hover .eael-tooltip-text.eael-tooltip-right {
7603
+ -webkit-animation: tooltipRightIn 300ms linear;
7604
+ animation: tooltipRightIn 300ms linear;
7605
+ }
7606
+
7607
+ .eael-tooltip .eael-tooltip-text.eael-tooltip-right::after {
7608
+ top: calc(50% - 5px);
7609
+ right: 100%;
7610
+ border-color: transparent black transparent transparent;
7611
+ }
7612
+
7613
+ /*--- Top ---*/
7614
+ .eael-tooltip .eael-tooltip-text.eael-tooltip-top {
7615
+ bottom: calc(100%);
7616
+ left: 0;
7617
+ right: 0;
7618
+ margin: 0 auto 10px auto;
7619
+ }
7620
+
7621
+ .eael-tooltip .eael-tooltip-text.eael-tooltip-top::after {
7622
+ margin-top: 0px;
7623
+ top: 100%;
7624
+ left: calc( 50% - 5px);
7625
+ border-color: black transparent transparent transparent;
7626
+ }
7627
+
7628
+ .eael-tooltip:hover .eael-tooltip-text.eael-tooltip-top {
7629
+ -webkit-animation: tooltipTopIn 300ms linear;
7630
+ animation: tooltipTopIn 300ms linear;
7631
+ }
7632
+
7633
+ /*--- Bottom ---*/
7634
+ .eael-tooltip .eael-tooltip-text.eael-tooltip-bottom {
7635
+ top: 100%;
7636
+ left: 0;
7637
+ right: 0;
7638
+ margin: 10px auto 0px auto;
7639
+ }
7640
+
7641
+ .eael-tooltip .eael-tooltip-text.eael-tooltip-bottom::after {
7642
+ margin-top: 0px;
7643
+ bottom: 100%;
7644
+ left: calc( 50% - 5px);
7645
+ border-color: transparent transparent black transparent;
7646
+ }
7647
+
7648
+ .eael-tooltip:hover .eael-tooltip-text.eael-tooltip-bottom {
7649
+ -webkit-animation: tooltipBottomIn 300ms linear;
7650
+ animation: tooltipBottomIn 300ms linear;
7651
+ }
7652
+
7653
+ /*--- Alignments ---*/
7654
+ .eael-tooltip-align-left {
7655
+ display: -webkit-box;
7656
+ display: -webkit-flex;
7657
+ display: -ms-flexbox;
7658
+ display: flex;
7659
+ width: 100%;
7660
+ -webkit-box-pack: start;
7661
+ -webkit-justify-content: flex-start;
7662
+ -ms-flex-pack: start;
7663
+ justify-content: flex-start;
7664
+ }
7665
+
7666
+ .eael-tooltip-align-right {
7667
+ display: -webkit-box;
7668
+ display: -webkit-flex;
7669
+ display: -ms-flexbox;
7670
+ display: flex;
7671
+ width: 100%;
7672
+ -webkit-box-pack: end;
7673
+ -webkit-justify-content: flex-end;
7674
+ -ms-flex-pack: end;
7675
+ justify-content: flex-end;
7676
+ }
7677
+
7678
+ .eael-tooltip-align-center {
7679
+ display: -webkit-box;
7680
+ display: -webkit-flex;
7681
+ display: -ms-flexbox;
7682
+ display: flex;
7683
+ width: 100%;
7684
+ -webkit-box-pack: center;
7685
+ -webkit-justify-content: center;
7686
+ -ms-flex-pack: center;
7687
+ justify-content: center;
7688
+ }
7689
+
7690
+ .eael-tooltip-align-justify .eael-tooltip {
7691
+ display: -webkit-box;
7692
+ display: -webkit-flex;
7693
+ display: -ms-flexbox;
7694
+ display: flex;
7695
+ -webkit-box-pack: center;
7696
+ -webkit-justify-content: center;
7697
+ -ms-flex-pack: center;
7698
+ justify-content: center;
7699
+ -webkit-box-align: center;
7700
+ -webkit-align-items: center;
7701
+ -ms-flex-align: center;
7702
+ align-items: center;
7703
+ }
7704
+
7705
+ /*--- Tooltip Keyframes ---*/
7706
+ @-webkit-keyframes tooltipRightIn {
7707
+ 0% {
7708
+ opacity: 0;
7709
+ left: 105%;
7710
+ }
7711
+ 100% {
7712
+ opacity: 1;
7713
+ left: 100%;
7714
+ }
7715
+ }
7716
+ @keyframes tooltipRightIn {
7717
+ 0% {
7718
+ opacity: 0;
7719
+ left: 105%;
7720
+ }
7721
+ 100% {
7722
+ opacity: 1;
7723
+ left: 100%;
7724
+ }
7725
+ }
7726
+ @-webkit-keyframes tooltipLeftIn {
7727
+ 0% {
7728
+ opacity: 0;
7729
+ right: 105%;
7730
+ }
7731
+ 100% {
7732
+ opacity: 1;
7733
+ right: 100%;
7734
+ }
7735
+ }
7736
+ @keyframes tooltipLeftIn {
7737
+ 0% {
7738
+ opacity: 0;
7739
+ right: 105%;
7740
+ }
7741
+ 100% {
7742
+ opacity: 1;
7743
+ right: 100%;
7744
+ }
7745
+ }
7746
+ @-webkit-keyframes tooltipTopIn {
7747
+ 0% {
7748
+ opacity: 0;
7749
+ bottom: 110%;
7750
+ }
7751
+ 100% {
7752
+ opacity: 1;
7753
+ bottom: 100%;
7754
+ }
7755
+ }
7756
+ @keyframes tooltipTopIn {
7757
+ 0% {
7758
+ opacity: 0;
7759
+ bottom: 110%;
7760
+ }
7761
+ 100% {
7762
+ opacity: 1;
7763
+ bottom: 100%;
7764
+ }
7765
+ }
7766
+ @-webkit-keyframes tooltipBottomIn {
7767
+ 0% {
7768
+ opacity: 0;
7769
+ top: 110%;
7770
+ }
7771
+ 100% {
7772
+ opacity: 1;
7773
+ top: 100%;
7774
+ }
7775
+ }
7776
+ @keyframes tooltipBottomIn {
7777
+ 0% {
7778
+ opacity: 0;
7779
+ top: 110%;
7780
+ }
7781
+ 100% {
7782
+ opacity: 1;
7783
+ top: 100%;
7784
+ }
7785
+ }
7786
+
7787
+ /* ------------------------ */
7788
+ /* 24. Social Feeds
7789
+ /* ------------------------ */
7790
+ .swiper-container-wrap .swiper-slide .eael-social-feed-element img {
7791
+ width: 100%;
7792
+ }
7793
+
7794
+ /*--- Twitter Feed Styles ---*/
7795
+ .eael-social-feed-element.hidden {
7796
+ background-color: red !important;
7797
+ }
7798
+
7799
+ .eael-twitter-feed-wrapper::before,
7800
+ .eael-twitter-feed-wrapper::after,
7801
+ .eael-twitter-feed-container::before,
7802
+ .eael-twitter-feed-container::after {
7803
+ content: "";
7804
+ clear: both;
7805
+ }
7806
+
7807
+ .eael-social-feed-element .pull-left {
7808
+ float: left;
7809
+ margin-right: 10px;
7810
+ }
7811
+
7812
+ .eael-social-feed-element .pull-right {
7813
+ margin-left: 10px;
7814
+ }
7815
+
7816
+ .eael-social-feed-element img {
7817
+ width: 100%;
7818
+ height: auto;
7819
+ border: 0;
7820
+ vertical-align: middle;
7821
+ -ms-interpolation-mode: bicubic;
7822
+ }
7823
+
7824
+ .eael-social-feed-element .attachment {
7825
+ vertical-align: middle;
7826
+ -ms-interpolation-mode: bicubic;
7827
+ }
7828
+
7829
+ /*--- Link styles ---*/
7830
+ .eael-social-feed-element a {
7831
+ color: #0088cc;
7832
+ text-decoration: none;
7833
+ }
7834
+
7835
+ .eael-social-feed-element a:focus {
7836
+ outline: thin dotted #333;
7837
+ outline: 5px auto -webkit-focus-ring-color;
7838
+ outline-offset: -2px;
7839
+ }
7840
+
7841
+ .eael-social-feed-element a:hover,
7842
+ .eael-social-feed-element a:active {
7843
+ outline: 0;
7844
+ color: #005580;
7845
+ text-decoration: underline;
7846
+ }
7847
+
7848
+ /*--- Text styles ---*/
7849
+ .eael-social-feed-element small {
7850
+ font-size: 85%;
7851
+ }
7852
+
7853
+ .eael-social-feed-element strong {
7854
+ font-weight: bold;
7855
+ }
7856
+
7857
+ .eael-social-feed-element em {
7858
+ font-style: italic;
7859
+ }
7860
+
7861
+ .eael-social-feed-element p {
7862
+ margin: 0 0 10px;
7863
+ }
7864
+
7865
+ .eael-social-feed-element .media-body > p {
7866
+ margin-bottom: 4px;
7867
+ min-height: 20px;
7868
+ }
7869
+
7870
+ .eael-social-feed-element p.social-feed-text {
7871
+ margin: 0;
7872
+ overflow: hidden;
7873
+ -o-text-overflow: ellipsis;
7874
+ text-overflow: ellipsis;
7875
+ -webkit-line-clamp: 5;
7876
+ -webkit-box-orient: vertical;
7877
+ }
7878
+
7879
+ /*--- Message styles ---*/
7880
+ .eael-social-feed-element,
7881
+ .eael-social-feed-element .media-body {
7882
+ overflow: hidden;
7883
+ zoom: 1;
7884
+ overflow: visible;
7885
+ }
7886
+
7887
+ .eael-social-feed-element {
7888
+ padding: 10px;
7889
+ background: none;
7890
+ }
7891
+
7892
+ .eael-social-feed-element .media-body .social-network-icon {
7893
+ margin-top: -3px;
7894
+ margin-right: 5px;
7895
+ width: 16px;
7896
+ }
7897
+
7898
+ .eael-social-feed-element .media-body div {
7899
+ color: #666;
7900
+ line-height: 20px;
7901
+ clear: both;
7902
+ }
7903
+
7904
+ .eael-social-feed-element:first-child {
7905
+ margin-top: 0;
7906
+ }
7907
+
7908
+ .eael-social-feed-element .media-object {
7909
+ display: block;
7910
+ width: 48px;
7911
+ -webkit-border-radius: 50%;
7912
+ border-radius: 50%;
7913
+ }
7914
+
7915
+ .eael-social-feed-element .media-heading {
7916
+ margin: 0 0 5px;
7917
+ }
7918
+
7919
+ .eael-social-feed-element .media-list {
7920
+ margin-left: 0;
7921
+ list-style: none;
7922
+ }
7923
+
7924
+ .eael-social-feed-element .muted {
7925
+ color: #999;
7926
+ }
7927
+
7928
+ .eael-social-feed-element a.muted:hover,
7929
+ .eael-social-feed-element a.muted:focus {
7930
+ color: #808080;
7931
+ }
7932
+
7933
+ .eael-social-feed-element {
7934
+ -webkit-transition: 0.25s;
7935
+ -o-transition: 0.25s;
7936
+ transition: 0.25s;
7937
+ -webkit-backface-visibility: hidden;
7938
+ backface-visibility: hidden;
7939
+ margin: -1px;
7940
+ margin-top: 25px;
7941
+ color: #333;
7942
+ text-align: left;
7943
+ font-size: 14px;
7944
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
7945
+ line-height: 16px;
7946
+ }
7947
+
7948
+ .eael-social-feed-element .eael-content {
7949
+ padding: 20px 15px 15px;
7950
+ -webkit-transition: .4s;
7951
+ -o-transition: .4s;
7952
+ transition: .4s;
7953
+ background: #fff;
7954
+ }
7955
+
7956
+ .eael-social-feed-element .social-network-icon {
7957
+ opacity: 0.7;
7958
+ }
7959
+
7960
+ .eael-social-feed-element .author-title {
7961
+ color: #444;
7962
+ line-height: 1.5em;
7963
+ font-weight: 500;
7964
+ }
7965
+
7966
+ /*--- Icon Color ---*/
7967
+ .media-body .fa-twitter {
7968
+ color: #1da1f2;
7969
+ margin-right: 8px;
7970
+ }
7971
+
7972
+ .media-body .fa-facebook {
7973
+ color: #3b5998;
7974
+ margin-right: 8px;
7975
+ }
7976
+
7977
+ /*--- Read More Link ---*/
7978
+ .text-wrapper p .read-more-link {
7979
+ margin-top: 9px;
7980
+ display: block;
7981
+ }
7982
+
7983
+ /*--- Loading Loader ---*/
7984
+ .eael-social-feed-wrapper {
7985
+ width: 100%;
7986
+ height: auto;
7987
+ position: relative;
7988
+ z-index: 0;
7989
+ }
7990
+
7991
+ .eael-loading-feed {
7992
+ display: none;
7993
+ position: absolute;
7994
+ width: 100%;
7995
+ height: 100%;
7996
+ top: 0px;
7997
+ left: 0px;
7998
+ bottom: 0px;
7999
+ right: 0px;
8000
+ }
8001
+
8002
+ .eael-loading-feed.show-loading {
8003
+ display: block;
8004
+ text-align: center;
8005
+ z-index: 10;
8006
+ display: -webkit-box;
8007
+ display: -webkit-flex;
8008
+ display: -ms-flexbox;
8009
+ display: flex;
8010
+ -webkit-box-align: center;
8011
+ -webkit-align-items: center;
8012
+ -ms-flex-align: center;
8013
+ align-items: center;
8014
+ -webkit-box-pack: center;
8015
+ -webkit-justify-content: center;
8016
+ -ms-flex-pack: center;
8017
+ justify-content: center;
8018
+ -webkit-transition: .5s;
8019
+ -o-transition: .5s;
8020
+ transition: .5s;
8021
+ }
8022
+
8023
+ .eael-loading-feed .loader {
8024
+ border: 3px solid #f3f3f3;
8025
+ -webkit-border-radius: 50%;
8026
+ border-radius: 50%;
8027
+ border-top: 3px solid #3498db;
8028
+ width: 30px;
8029
+ height: 30px;
8030
+ -webkit-animation: spin 2s linear infinite;
8031
+ /* Safari */
8032
+ animation: spin 2s linear infinite;
8033
+ margin: 0 auto;
8034
+ }
8035
+
8036
+ /*--- Safari ---*/
8037
+ @-webkit-keyframes spin {
8038
+ 0% {
8039
+ -webkit-transform: rotate(0deg);
8040
+ }
8041
+ 100% {
8042
+ -webkit-transform: rotate(360deg);
8043
+ }
8044
+ }
8045
+ @keyframes spin {
8046
+ 0% {
8047
+ -webkit-transform: rotate(0deg);
8048
+ transform: rotate(0deg);
8049
+ }
8050
+ 100% {
8051
+ -webkit-transform: rotate(360deg);
8052
+ transform: rotate(360deg);
8053
+ }
8054
+ }
8055
+ /*--- List View ---*/
8056
+ .eael-social-feed-container.list-view .eael-social-feed-element {
8057
+ margin: 15px;
8058
+ border: 1px solid rgba(0, 0, 0, 0.1);
8059
+ background: none;
8060
+ }
8061
+
8062
+ /*--- Carousel View ---*/
8063
+ .eael-social-feed-container.carousel-view {
8064
+ width: 100%;
8065
+ height: auto;
8066
+ }
8067
+
8068
+ /*--- Masonry View ---*/
8069
+ .eael-twitter-feed-container.masonry-view .eael-social-feed-element {
8070
+ width: 33.33%;
8071
+ margin-top: 0px;
8072
+ float: left;
8073
+ }
8074
+
8075
+ .eael-social-feed-element .eael-content {
8076
+ border: 1px solid rgba(0, 0, 0, 0.1);
8077
+ }
8078
+
8079
+ /*--- Editor Related Style ---*/
8080
+ .eael-social-feed-avatar-circle .eael-social-feed-element .media-object {
8081
+ -webkit-border-radius: 50%;
8082
+ border-radius: 50%;
8083
+ }
8084
+
8085
+ .eael-social-feed-avatar-square .eael-social-feed-element .media-object {
8086
+ -webkit-border-radius: 0%;
8087
+ border-radius: 0%;
8088
+ }
8089
+
8090
+ .eael-social-feed-masonry-col-4 .eael-social-feed-element .social-feed-date .eael-social-feed-masonry-col-4 .eael-social-feed-element .social-feed-date {
8091
+ text-align: left !important;
8092
+ }
8093
+
8094
+ /*--- Media Query ---*/
8095
+ @media only screen and (min-width: 768px) and (max-width: 992px) {
8096
+ .eael-twitter-feed-container.masonry-view .eael-social-feed-element {
8097
+ width: 50% !important;
8098
+ }
8099
+ }
8100
+ @media only screen and (max-width: 480px) {
8101
+ .eael-twitter-feed-container.masonry-view .eael-social-feed-element {
8102
+ width: 100% !important;
8103
+ }
8104
+ }
8105
+
8106
+ /*----------------------*/
8107
+ /* 12. weForm Styles
8108
+ /*----------------------*/
8109
+ .eael-weform-container input,
8110
+ .eael-weform-container textarea {
8111
+ height: auto;
8112
+ padding: 10px;
8113
+ }
8114
+
8115
+ .eael-contact-form-align-center .eael-weform-container,
8116
+ .eael-contact-form-btn-align-center .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
8117
+ margin-left: auto !important;
8118
+ margin-right: auto !important;
8119
+ display: block;
8120
+ float: none;
8121
+ }
8122
+
8123
+ .eael-contact-form-align-left .eael-weform-container,
8124
+ .eael-contact-form-btn-align-left .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
8125
+ float: left;
8126
+ width: auto;
8127
+ }
8128
+
8129
+ .eael-contact-form-align-right .eael-weform-container,
8130
+ .eael-contact-form-btn-align-right .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
8131
+ float: right;
8132
+ width: auto;
8133
+ }
8134
+
8135
+ .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="text"],
8136
+ .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="password"],
8137
+ .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="email"],
8138
+ .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="url"],
8139
+ .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="number"],
8140
+ .eael-weform-container ul.wpuf-form li .wpuf-fields textarea {
8141
+ max-width: 100%;
8142
+ }
8143
+
8144
+ /* ------------------- */
8145
+ /* 23. WPForms
8146
+ /* ------------------- */
8147
+ .eael-wpforms .wpforms-container .wpforms-form input[type=submit],
8148
+ .eael-wpforms .wpforms-container .wpforms-form button[type=submit],
8149
+ .eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button {
8150
+ border: 0;
8151
+ }
8152
+
8153
+ .eael-wpforms .wpforms-container .wpforms-form input[type=submit]:hover,
8154
+ .eael-wpforms .wpforms-container .wpforms-form button[type=submit]:hover,
8155
+ .eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button:hover {
8156
+ border: 0;
8157
+ }
8158
+
8159
+ .eael-wpforms .wpforms-container .wpforms-form input[type=checkbox],
8160
+ .eael-wpforms .wpforms-container .wpforms-form input[type=radio] {
8161
+ padding: 3px;
8162
+ }
8163
+
8164
+ .eael-wpforms .wpforms-container .wpforms-form .wpforms-field-label {
8165
+ display: none;
8166
+ }
8167
+
8168
+ .eael-wpforms .wpforms-container .wpforms-form .wpforms-field-name .wpforms-field-row {
8169
+ max-width: 100%;
8170
+ }
8171
+
8172
+ .eael-wpforms .wpforms-container .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
8173
+ .eael-wpforms .wpforms-container .wpforms-field textarea,
8174
+ .eael-wpforms .wpforms-container .wpforms-field select {
8175
+ max-width: 100% !important;
8176
+ }
8177
+
8178
+ .eael-wpforms-labels-yes .wpforms-container .wpforms-form .wpforms-field-label {
8179
+ display: block;
8180
+ }
8181
+
8182
+ .eael-wpforms-form-button-full-width .wpforms-submit-container .wpforms-submit {
8183
+ width: 100%;
8184
+ }
8185
+
8186
+ /*------------------------------*/
8187
+ /* 31. Advance Accordion
8188
+ /*------------------------------*/
8189
+ .eael-adv-accordion {
8190
+ width: auto;
8191
+ height: auto;
8192
+ -webkit-transition: all 0.3s ease-in-out;
8193
+ -o-transition: all 0.3s ease-in-out;
8194
+ transition: all 0.3s ease-in-out;
8195
+ }
8196
+
8197
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
8198
+ padding: 15px;
8199
+ border: 1px solid rgba(0, 0, 0, 0.02);
8200
+ font-size: 1rem;
8201
+ font-weight: 600;
8202
+ line-height: 1;
8203
+ -webkit-transition: all 0.3s ease-in-out;
8204
+ -o-transition: all 0.3s ease-in-out;
8205
+ transition: all 0.3s ease-in-out;
8206
+ display: -webkit-box;
8207
+ display: -webkit-flex;
8208
+ display: -ms-flexbox;
8209
+ display: flex;
8210
+ -webkit-box-pack: justify;
8211
+ -webkit-justify-content: space-between;
8212
+ -ms-flex-pack: justify;
8213
+ justify-content: space-between;
8214
+ -webkit-box-align: center;
8215
+ -webkit-align-items: center;
8216
+ -ms-flex-align: center;
8217
+ align-items: center;
8218
+ cursor: pointer;
8219
+ }
8220
+
8221
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle {
8222
+ -webkit-transform: rotate(0deg);
8223
+ -ms-transform: rotate(0deg);
8224
+ transform: rotate(0deg);
8225
+ z-index: 10;
8226
+ -webkit-transition: all 0.3s ease-in-out;
8227
+ -o-transition: all 0.3s ease-in-out;
8228
+ transition: all 0.3s ease-in-out;
8229
+ }
8230
+
8231
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
8232
+ -webkit-transform: rotate(90deg);
8233
+ -ms-transform: rotate(90deg);
8234
+ transform: rotate(90deg);
8235
+ z-index: 10;
8236
+ -webkit-transition: all 0.3s ease-in-out;
8237
+ -o-transition: all 0.3s ease-in-out;
8238
+ transition: all 0.3s ease-in-out;
8239
+ }
8240
+
8241
+ .fa-accordion-icon {
8242
+ display: inline-block;
8243
+ margin-right: 10px;
8244
+ }
8245
+
8246
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-content {
8247
+ display: none;
8248
+ border: 1px solid #eee;
8249
+ padding: 15px;
8250
+ -webkit-box-sizing: border-box;
8251
+ box-sizing: border-box;
8252
+ font-size: 1rem;
8253
+ line-height: 1.7;
8254
+ }
8255
+
8256
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-content p {
8257
+ margin: 0;
8258
+ }
8259
+
8260
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-content.active {
8261
+ display: block;
8262
+ }
8263
+
8264
+ @-webkit-keyframes rotate-90 {
8265
+ 0% {
8266
+ -webkit-transform: rotateY(0deg);
8267
+ transform: rotateY(0deg);
8268
+ }
8269
+ 100% {
8270
+ -webkit-transform: rotateY(-180deg);
8271
+ transform: rotateY(-180deg);
8272
+ }
8273
+ }
8274
+
8275
+ @keyframes rotate-90 {
8276
+ 0% {
8277
+ -webkit-transform: rotateY(0deg);
8278
+ transform: rotateY(0deg);
8279
+ }
8280
+ 100% {
8281
+ -webkit-transform: rotateY(-180deg);
8282
+ transform: rotateY(-180deg);
8283
+ }
8284
+ }
8285
+ @-webkit-keyframes fadeIn {
8286
+ 0% {
8287
+ opacity: 1;
8288
+ -webkit-transition: all 0.3s ease-in-out;
8289
+ -o-transition: all 0.3s ease-in-out;
8290
+ transition: all 0.3s ease-in-out;
8291
+ }
8292
+ 100% {
8293
+ opacity: 1;
8294
+ -webkit-transition: all 0.3s ease-in-out;
8295
+ -o-transition: all 0.3s ease-in-out;
8296
+ transition: all 0.3s ease-in-out;
8297
+ }
8298
+ }
8299
+ @keyframes fadeIn {
8300
+ 0% {
8301
+ opacity: 1;
8302
+ -webkit-transition: all 0.3s ease-in-out;
8303
+ -o-transition: all 0.3s ease-in-out;
8304
+ transition: all 0.3s ease-in-out;
8305
+ }
8306
+ 100% {
8307
+ opacity: 1;
8308
+ -webkit-transition: all 0.3s ease-in-out;
8309
+ -o-transition: all 0.3s ease-in-out;
8310
+ transition: all 0.3s ease-in-out;
8311
+ }
8312
+ }
8313
+
8314
+ /*----------------------------*/
8315
+ /* 30. Advance Tabs
8316
+ /*----------------------------*/
8317
+ .eael-advance-tabs {
8318
+ display: block;
8319
+ }
8320
+
8321
+ .eael-advance-tabs .eael-tabs-nav > ul {
8322
+ position: relative;
8323
+ padding: 0px;
8324
+ margin: 0px;
8325
+ list-style-type: none;
8326
+ display: -webkit-box;
8327
+ display: -webkit-flex;
8328
+ display: -ms-flexbox;
8329
+ display: flex;
8330
+ -webkit-box-pack: start;
8331
+ -webkit-justify-content: flex-start;
8332
+ -ms-flex-pack: start;
8333
+ justify-content: flex-start;
8334
+ -webkit-box-align: center;
8335
+ -webkit-align-items: center;
8336
+ -ms-flex-align: center;
8337
+ align-items: center;
8338
+ z-index: 1;
8339
+ }
8340
+
8341
+ .eael-advance-tabs .eael-tabs-nav > ul li {
8342
+ position: relative;
8343
+ padding: 1em 1.5em;
8344
+ -webkit-box-flex: 1;
8345
+ -webkit-flex: 1 1 auto;
8346
+ -ms-flex: 1 1 auto;
8347
+ flex: 1 1 auto;
8348
+ cursor: pointer;
8349
+ display: -webkit-box;
8350
+ display: -webkit-flex;
8351
+ display: -ms-flexbox;
8352
+ display: flex;
8353
+ -webkit-box-pack: center;
8354
+ -webkit-justify-content: center;
8355
+ -ms-flex-pack: center;
8356
+ justify-content: center;
8357
+ -webkit-box-align: center;
8358
+ -webkit-align-items: center;
8359
+ -ms-flex-align: center;
8360
+ align-items: center;
8361
+ text-align: center;
8362
+ }
8363
+
8364
+ .eael-advance-tabs .eael-tabs-nav > ul li:after {
8365
+ content: "";
8366
+ position: absolute;
8367
+ bottom: -10px;
8368
+ left: 0px;
8369
+ right: 0px;
8370
+ margin: 0 auto;
8371
+ z-index: 1;
8372
+ width: 0px;
8373
+ height: 0px;
8374
+ border-left: 10px solid transparent;
8375
+ border-right: 10px solid transparent;
8376
+ border-top: 10px solid #444;
8377
+ border-bottom: 0px;
8378
+ display: none;
8379
+ }
8380
+
8381
+ .eael-advance-tabs.active-caret-on .eael-tabs-nav > ul li.active:after,
8382
+ .eael-advance-tabs.active-caret-on .eael-tabs-nav > ul li.active-default:after {
8383
+ display: none;
8384
+ }
8385
+
8386
+ .eael-advance-tabs .eael-tabs-nav > ul li.active:after,
8387
+ .eael-advance-tabs .eael-tabs-nav > ul li.active-default:after {
8388
+ display: block;
8389
+ }
8390
+
8391
+ .eael-tabs-content {
8392
+ display: -webkit-box;
8393
+ display: -webkit-flex;
8394
+ display: -ms-flexbox;
8395
+ display: flex;
8396
+ -webkit-box-flex: 1;
8397
+ -webkit-flex: 1 1 auto;
8398
+ -ms-flex: 1 1 auto;
8399
+ flex: 1 1 auto;
8400
+ }
8401
+
8402
+ .eael-advance-tabs .eael-tabs-content > div {
8403
+ display: none;
8404
+ opacity: 0;
8405
+ }
8406
+
8407
+ .eael-advance-tabs .eael-tabs-content > div.active,
8408
+ .eael-advance-tabs .eael-tabs-content > div.active-default {
8409
+ display: block;
8410
+ width: 100%;
8411
+ padding: 1em;
8412
+ opacity: 1;
8413
+ -webkit-animation: fadeIn linear 0.3s;
8414
+ animation: fadeIn linear 0.3s;
8415
+ }
8416
+
8417
+ /*--- Inline Icon ---*/
8418
+ .eael-tab-inline-icon li a .fa {
8419
+ margin-right: 10px;
8420
+ line-height: 1;
8421
+ }
8422
+
8423
+ .eael-tab-top-icon li a {
8424
+ display: -webkit-box;
8425
+ display: -webkit-flex;
8426
+ display: -ms-flexbox;
8427
+ display: flex;
8428
+ -webkit-flex-wrap: wrap;
8429
+ -ms-flex-wrap: wrap;
8430
+ flex-wrap: wrap;
8431
+ text-align: center;
8432
+ }
8433
+
8434
+ .eael-tab-top-icon li a .fa,
8435
+ .eael-tab-top-icon li a .eael-tab-title {
8436
+ -webkit-box-flex: 1;
8437
+ -webkit-flex: 1 1 100%;
8438
+ -ms-flex: 1 1 100%;
8439
+ flex: 1 1 100%;
8440
+ line-height: 1;
8441
+ }
8442
+
8443
+ .eael-tab-top-icon li a .eael-tab-title {
8444
+ margin-top: 10px;
8445
+ }
8446
+
8447
+ /*--- Vertical Tabs ---*/
8448
+ .eael-advance-tabs.eael-tabs-vertical {
8449
+ display: -webkit-box;
8450
+ display: -webkit-flex;
8451
+ display: -ms-flexbox;
8452
+ display: flex;
8453
+ }
8454
+
8455
+ .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav {
8456
+ -webkit-box-flex: 0;
8457
+ -webkit-flex: 0 0 auto;
8458
+ -ms-flex: 0 0 auto;
8459
+ flex: 0 0 auto;
8460
+ }
8461
+
8462
+ .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul {
8463
+ -webkit-box-orient: vertical;
8464
+ -webkit-box-direction: normal;
8465
+ -webkit-flex-flow: column wrap;
8466
+ -ms-flex-flow: column wrap;
8467
+ flex-flow: column wrap;
8468
+ }
8469
+
8470
+ .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul > li {
8471
+ width: 100%;
8472
+ -webkit-box-pack: start;
8473
+ -webkit-justify-content: start;
8474
+ -ms-flex-pack: start;
8475
+ justify-content: start;
8476
+ }
8477
+
8478
+ .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul li::after {
8479
+ bottom: auto !important;
8480
+ right: -10px;
8481
+ top: calc(50% - 10px);
8482
+ left: auto !important;
8483
+ border-left: 10px solid #444;
8484
+ border-right: 0;
8485
+ border-top: 10px solid transparent;
8486
+ border-bottom: 10px solid transparent;
8487
+ }
8488
+
8489
+ @media only screen and (max-width: 767px) {
8490
+ .eael-advance-tabs .eael-tabs-nav > ul {
8491
+ -webkit-flex-wrap: wrap;
8492
+ -ms-flex-wrap: wrap;
8493
+ flex-wrap: wrap;
8494
+ }
8495
+
8496
+ .eael-advance-tabs .eael-tabs-nav > ul li {
8497
+ -webkit-box-flex: 1;
8498
+ -webkit-flex: 1 100%;
8499
+ -ms-flex: 1 100%;
8500
+ flex: 1 100%;
8501
+ }
8502
+
8503
+ .eael-advance-tabs.eael-tabs-vertical {
8504
+ -webkit-flex-wrap: wrap;
8505
+ -ms-flex-wrap: wrap;
8506
+ flex-wrap: wrap;
8507
+ }
8508
+
8509
+ .eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav {
8510
+ -webkit-box-flex: 1;
8511
+ -webkit-flex: 1 100%;
8512
+ -ms-flex: 1 100%;
8513
+ flex: 1 100%;
8514
+ }
8515
+
8516
+ .eael-advance-tabs.eael-tabs-vertical ul {
8517
+ -webkit-box-flex: 1;
8518
+ -webkit-flex: 1 100%;
8519
+ -ms-flex: 1 100%;
8520
+ flex: 1 100%;
8521
+ }
8522
+
8523
+ .eael-advance-tabs.eael-tabs-vertical ul li {
8524
+ -webkit-box-flex: 1;
8525
+ -webkit-flex: 1 100%;
8526
+ -ms-flex: 1 100%;
8527
+ flex: 1 100%;
8528
+ }
8529
+
8530
+ div.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav > ul li::after {
8531
+ border-left-color: transparent !important;
8532
+ bottom: -20px !important;
8533
+ left: 0 !important;
8534
+ right: 0 !important;
8535
+ top: auto !important;
8536
+ border-left: 10px solid transparent;
8537
+ border-right: 10px solid transparent;
8538
+ border-top-color: #444 !important;
8539
+ }
8540
+ }
8541
+
8542
+ /* ----------------------------------------- */
8543
+ /* 22. Caldera Contact Form Styler
8544
+ /* ----------------------------------------- */
8545
+ .eael-caldera-form-align-left,
8546
+ .eael-caldera-form-btn-align-left {
8547
+ text-align: left;
8548
+ }
8549
+
8550
+ .eael-caldera-form-align-right,
8551
+ .eael-caldera-form-btn-align-right {
8552
+ text-align: right;
8553
+ }
8554
+
8555
+ .eael-caldera-form-align-center,
8556
+ .eael-caldera-form-btn-align-center {
8557
+ text-align: center;
8558
+ }
8559
+
8560
+ .eael-caldera-form .control-label {
8561
+ display: none;
8562
+ }
8563
+
8564
+ .eael-caldera-form-labels-yes .control-label {
8565
+ display: block;
8566
+ }
8567
+
8568
+ .eael-caldera-form-button-center .form-group input[type=button],
8569
+ .eael-caldera-form-button-center .form-group input[type=submit] {
8570
+ display: block;
8571
+ margin: 0 auto;
8572
+ }
8573
+
8574
+ .eael-caldera-form-button-right .form-group input[type=button],
8575
+ .eael-caldera-form-button-right .form-group input[type=submit] {
8576
+ float: right;
8577
+ }
8578
+
8579
+ .eael-caldera-form .intl-tel-input {
8580
+ display: inherit;
8581
+ }
8582
+
8583
+ .eael-custom-radio-checkbox .caldera-grid input[type=checkbox],
8584
+ .eael-custom-radio-checkbox .caldera-grid input[type=radio] {
8585
+ border-style: solid;
8586
+ border-width: 0;
8587
+ padding: 3px;
8588
+ -webkit-appearance: none;
8589
+ }
8590
+
8591
+ .eael-caldera-form-button-full-width .form-group input[type=submit],
8592
+ .eael-caldera-form-button-full-width .form-group input[type=button] {
8593
+ width: 100%;
8594
+ }
8595
+
8596
+ /*--------------------------*/
8597
+ /* 19. Call To Action
8598
+ /*-------------------------*/
8599
+ .eael-call-to-action {
8600
+ width: 100%;
8601
+ height: auto;
8602
+ display: block;
8603
+ padding: 30px;
8604
+ font-size: 16px;
8605
+ color: #4d4d4d;
8606
+ font-weight: 400;
8607
+ line-height: 27px;
8608
+ margin: 0 auto;
8609
+ }
8610
+
8611
+ .eael-call-to-action p {
8612
+ margin-bottom: 10px;
8613
+ }
8614
+
8615
+ .eael-call-to-action .title {
8616
+ font-size: 36px;
8617
+ font-weight: 600;
8618
+ line-height: 36px;
8619
+ margin-bottom: 10px;
8620
+ text-transform: capitalize;
8621
+ font-style: normal;
8622
+ }
8623
+
8624
+ .eael-call-to-action.cta-center {
8625
+ text-align: center;
8626
+ }
8627
+
8628
+ .eael-call-to-action.cta-right {
8629
+ text-align: right;
8630
+ }
8631
+
8632
+ .eael-call-to-action.cta-left {
8633
+ text-align: left;
8634
+ }
8635
+
8636
+ .eael-call-to-action.bg-lite {
8637
+ background: #f4f4f4;
8638
+ }
8639
+
8640
+ .eael-call-to-action.bg-img {
8641
+ background-image: url("../img/bg.jpg");
8642
+ background-repeat: no-repeat;
8643
+ background-position: center;
8644
+ -webkit-background-size: cover;
8645
+ background-size: cover;
8646
+ position: relative;
8647
+ z-index: 0;
8648
+ color: rgba(255, 255, 255, 0.7);
8649
+ }
8650
+
8651
+ .eael-call-to-action.bg-img .icon {
8652
+ color: #fff;
8653
+ }
8654
+
8655
+ .eael-call-to-action.bg-img:after {
8656
+ content: "";
8657
+ position: absolute;
8658
+ width: 100%;
8659
+ height: 100%;
8660
+ top: 0px;
8661
+ left: 0px;
8662
+ z-index: -1;
8663
+ background: rgba(0, 0, 0, 0.8);
8664
+ }
8665
+
8666
+ .eael-call-to-action.bg-img.bg-fixed {
8667
+ background-attachment: fixed;
8668
+ background-position: center center;
8669
+ }
8670
+
8671
+ .eael-call-to-action.bg-img .title {
8672
+ color: rgba(255, 255, 255, 0.9);
8673
+ }
8674
+
8675
+ /*--- Cta Flex ---*/
8676
+ .eael-call-to-action.cta-flex,
8677
+ .eael-call-to-action.cta-icon-flex {
8678
+ display: -webkit-box;
8679
+ display: -webkit-flex;
8680
+ display: -ms-flexbox;
8681
+ display: flex;
8682
+ -webkit-box-pack: justify;
8683
+ -webkit-justify-content: space-between;
8684
+ -ms-flex-pack: justify;
8685
+ justify-content: space-between;
8686
+ -webkit-box-align: start;
8687
+ -webkit-align-items: flex-start;
8688
+ -ms-flex-align: start;
8689
+ align-items: flex-start;
8690
+ }
8691
+
8692
+ /*--- Cta Icon Flex ---*/
8693
+ .eael-call-to-action.cta-icon-flex .icon {
8694
+ -webkit-box-flex: 1;
8695
+ -webkit-flex-grow: 1;
8696
+ -ms-flex-positive: 1;
8697
+ flex-grow: 1;
8698
+ font-size: 80px;
8699
+ text-align: left;
8700
+ line-height: 130px;
8701
+ }
8702
+
8703
+ .eael-call-to-action.cta-icon-flex .action {
8704
+ -webkit-box-flex: 1;
8705
+ -webkit-flex-grow: 1;
8706
+ -ms-flex-positive: 1;
8707
+ flex-grow: 1;
8708
+ text-align: right;
8709
+ padding-top: 22px;
8710
+ -webkit-flex-basis: 22%;
8711
+ -ms-flex-preferred-size: 22%;
8712
+ flex-basis: 22%;
8713
+ }
8714
+
8715
+ .eael-call-to-action.cta-icon-flex .content {
8716
+ -webkit-box-flex: 1;
8717
+ -webkit-flex-grow: 1;
8718
+ -ms-flex-positive: 1;
8719
+ flex-grow: 1;
8720
+ padding: 0px 30px;
8721
+ }
8722
+
8723
+ /*--- Cta Flex ---*/
8724
+ .eael-call-to-action.cta-flex .content {
8725
+ padding: 0px 15px;
8726
+ -webkit-box-flex: 1;
8727
+ -webkit-flex-grow: 1;
8728
+ -ms-flex-positive: 1;
8729
+ flex-grow: 1;
8730
+ }
8731
+
8732
+ .eael-call-to-action.cta-flex .action {
8733
+ -webkit-box-flex: 1;
8734
+ -webkit-flex-grow: 1;
8735
+ -ms-flex-positive: 1;
8736
+ flex-grow: 1;
8737
+ text-align: right;
8738
+ padding-top: 25px;
8739
+ -webkit-flex-basis: 23%;
8740
+ -ms-flex-preferred-size: 23%;
8741
+ flex-basis: 23%;
8742
+ }
8743
+
8744
+ /*--- Cta Button ---*/
8745
+ .eael-call-to-action .cta-button {
8746
+ position: relative;
8747
+ display: inline-block;
8748
+ padding: 12px 30px;
8749
+ background: #f9f9f9;
8750
+ font-size: 16px;
8751
+ text-decoration: none;
8752
+ color: #4d4d4d;
8753
+ -webkit-transition: .5s;
8754
+ -o-transition: .5s;
8755
+ transition: .5s;
8756
+ -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
8757
+ -ms-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
8758
+ box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
8759
+ margin-right: 10px;
8760
+ margin-top: 10px;
8761
+ z-index: 0;
8762
+ overflow: hidden;
8763
+ }
8764
+
8765
+ .eael-call-to-action .cta-button:last-child {
8766
+ margin-right: 0px;
8767
+ }
8768
+
8769
+ .eael-call-to-action .cta-button:focus {
8770
+ outline: none;
8771
+ }
8772
+
8773
+ /*--- Hover ---*/
8774
+ .eael-call-to-action .cta-button:hover {
8775
+ color: #fff;
8776
+ background: #3F51B5;
8777
+ -webkit-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
8778
+ -ms-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
8779
+ box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
8780
+ }
8781
+
8782
+ /*--- Cta Button effect 1 ---*/
8783
+ .eael-call-to-action .cta-button.effect-1:after {
8784
+ content: "";
8785
+ position: absolute;
8786
+ width: 100%;
8787
+ height: 100%;
8788
+ background: #3F51B5;
8789
+ top: 0px;
8790
+ left: 0px;
8791
+ transform: translateY(-100%);
8792
+ -webkit-transform: translateY(-100%);
8793
+ -ms-transform: translateY(-100%);
8794
+ z-index: -1;
8795
+ -webkit-transition: .5s;
8796
+ -o-transition: .5s;
8797
+ transition: .5s;
8798
+ color: #fff;
8799
+ }
8800
+
8801
+ .eael-call-to-action .cta-button.effect-1:hover::after {
8802
+ -webkit-transform: translateY(0);
8803
+ -ms-transform: translateY(0);
8804
+ transform: translateY(0);
8805
+ }
8806
+
8807
+ /*--- Cta Button effect 2 ---*/
8808
+ .eael-call-to-action .cta-button.effect-2:after {
8809
+ content: "";
8810
+ position: absolute;
8811
+ width: 100%;
8812
+ height: 100%;
8813
+ background: #3F51B5;
8814
+ top: 0px;
8815
+ left: 0px;
8816
+ z-index: -1;
8817
+ -webkit-transition: .5s;
8818
+ -o-transition: .5s;
8819
+ transition: .5s;
8820
+ color: #fff;
8821
+ -webkit-transform: translateX(-100%);
8822
+ -ms-transform: translateX(-100%);
8823
+ transform: translateX(-100%);
8824
+ }
8825
+
8826
+ .eael-call-to-action .cta-button.effect-2:hover::after {
8827
+ -webkit-transform: translateX(0);
8828
+ -ms-transform: translateX(0);
8829
+ transform: translateX(0);
8830
+ }
8831
+
8832
+ /*--- Media Queries ---*/
8833
+ @media only screen and (max-width: 768px) {
8834
+ .eael-call-to-action.cta-flex,
8835
+ .eael-call-to-action.cta-icon-flex {
8836
+ -webkit-flex-wrap: wrap;
8837
+ -ms-flex-wrap: wrap;
8838
+ flex-wrap: wrap;
8839
+ }
8840
+
8841
+ .eael-call-to-action .title {
8842
+ font-size: 28px;
8843
+ line-height: 36px;
8844
+ margin-top: 0px;
8845
+ }
8846
+
8847
+ .eael-call-to-action.cta-icon-flex .icon {
8848
+ -webkit-box-flex: 1;
8849
+ -webkit-flex-grow: 1;
8850
+ -ms-flex-positive: 1;
8851
+ flex-grow: 1;
8852
+ font-size: 48px;
8853
+ line-height: 90px;
8854
+ text-align: center;
8855
+ }
8856
+
8857
+ .eael-call-to-action.cta-flex .content,
8858
+ .eael-call-to-action.cta-icon-flex .content {
8859
+ -webkit-box-flex: 1;
8860
+ -webkit-flex-grow: 1;
8861
+ -ms-flex-positive: 1;
8862
+ flex-grow: 1;
8863
+ text-align: center;
8864
+ padding: 0px;
8865
+ }
8866
+
8867
+ .eael-call-to-action.cta-flex .action,
8868
+ .eael-call-to-action.cta-icon-flex .action {
8869
+ text-align: center;
8870
+ padding-top: 0px;
8871
+ }
8872
+
8873
+ .eael-call-to-action .cta-button {
8874
+ padding: 12px 25px;
8875
+ }
8876
+ }
8877
+ @media only screen and (max-width: 360px) {
8878
+ .eael-call-to-action {
8879
+ font-size: 14px;
8880
+ line-height: 26px;
8881
+ }
8882
+
8883
+ .eael-call-to-action .cta-button {
8884
+ padding: 4px 20px;
8885
+ font-size: 12px;
8886
+ }
8887
+
8888
+ .eael-call-to-action .title {
8889
+ font-size: 20px;
8890
+ line-height: 30px;
8891
+ }
8892
+ }
8893
+
8894
+ @-webkit-keyframes "loaderSpin" {
8895
+ 0% {
8896
+ -webkit-transform: rotate(0deg);
8897
+ transform: rotate(0deg);
8898
+ }
8899
+ 100% {
8900
+ -webkit-transform: rotate(360deg);
8901
+ transform: rotate(360deg);
8902
+ }
8903
+ }
8904
+ @keyframes "loaderSpin" {
8905
+ 0% {
8906
+ -webkit-transform: rotate(0deg);
8907
+ transform: rotate(0deg);
8908
+ }
8909
+ 100% {
8910
+ -webkit-transform: rotate(360deg);
8911
+ transform: rotate(360deg);
8912
+ }
8913
+ }
8914
+ .eael-load-more-button-wrap {
8915
+ display: -webkit-box;
8916
+ display: -webkit-flex;
8917
+ display: -ms-flexbox;
8918
+ display: flex;
8919
+ }
8920
+
8921
+ .eael-load-more-button {
8922
+ display: -webkit-box;
8923
+ display: -webkit-flex;
8924
+ display: -ms-flexbox;
8925
+ display: flex;
8926
+ -webkit-box-align: center;
8927
+ -webkit-align-items: center;
8928
+ -ms-flex-align: center;
8929
+ align-items: center;
8930
+ -webkit-box-pack: center;
8931
+ -webkit-justify-content: center;
8932
+ -ms-flex-pack: center;
8933
+ justify-content: center;
8934
+ padding: 1em 2em;
8935
+ border: 0px solid;
8936
+ font-size: 16px;
8937
+ overflow: hidden;
8938
+ }
8939
+ .eael-load-more-button .button__loader {
8940
+ left: -100%;
8941
+ top: auto;
8942
+ margin-right: 5px;
8943
+ -webkit-transition: all .2s;
8944
+ -o-transition: all .2s;
8945
+ transition: all .2s;
8946
+ }
8947
+ .eael-load-more-button > span {
8948
+ margin-left: -20px;
8949
+ }
8950
+
8951
+ .eael-load-more-button.button--loading > span {
8952
+ margin-left: 0;
8953
+ }
8954
+ .eael-load-more-button.button--loading .button__loader {
8955
+ left: 0;
8956
+ }
8957
+
8958
+ .eael-btn-loader {
8959
+ -webkit-border-radius: 50%;
8960
+ border-radius: 50%;
8961
+ width: 20px;
8962
+ height: 20px;
8963
+ font-size: 10px;
8964
+ position: relative;
8965
+ text-indent: -9999em;
8966
+ border-top: 4px solid rgba(255, 255, 255, 0.2);
8967
+ border-right: 4px solid rgba(255, 255, 255, 0.2);
8968
+ border-bottom: 4px solid rgba(255, 255, 255, 0.2);
8969
+ border-left: 4px solid #ffffff;
8970
+ -webkit-transform: translateZ(0);
8971
+ transform: translateZ(0);
8972
+ -webkit-animation: loaderSpin 1.1s infinite linear;
8973
+ animation: loaderSpin 1.1s infinite linear;
8974
+ }
8975
+ .eael-btn-loader:after {
8976
+ -webkit-border-radius: 50%;
8977
+ border-radius: 50%;
8978
+ width: 20px;
8979
+ height: 20px;
8980
+ }
8981
+
8982
+ /*--------------------------------*/
8983
+ /* 11. Contact Form 7 Styles
8984
+ /*--------------------------------*/
8985
+ .eael-contact-form.eael-contact-form-align-center,
8986
+ .eael-contact-form-7.eael-contact-form-btn-align-center input.wpcf7-submit {
8987
+ margin-left: auto !important;
8988
+ margin-right: auto !important;
8989
+ display: block;
8990
+ float: none;
8991
+ }
8992
+
8993
+ .eael-contact-form.eael-contact-form-align-left,
8994
+ .eael-contact-form-7.eael-contact-form-btn-align-left input.wpcf7-submit {
8995
+ float: left;
8996
+ width: auto;
8997
+ }
8998
+
8999
+ .eael-contact-form.eael-contact-form-align-right,
9000
+ .eael-contact-form-7.eael-contact-form-btn-align-right input.wpcf7-submit {
9001
+ float: right;
9002
+ width: auto;
9003
+ }
9004
+
9005
+ .eael-contact-form-7 textarea,
9006
+ .eael-contact-form-7 input[type="text"],
9007
+ .eael-contact-form-7 input[type="password"],
9008
+ .eael-contact-form-7 input[type="datetime"],
9009
+ .eael-contact-form-7 input[type="datetime-local"],
9010
+ .eael-contact-form-7 input[type="date"],
9011
+ .eael-contact-form-7 input[type="month"],
9012
+ .eael-contact-form-7 input[type="time"],
9013
+ .eael-contact-form-7 input[type="week"],
9014
+ .eael-contact-form-7 input[type="number"],
9015
+ .eael-contact-form-7 input[type="email"],
9016
+ .eael-contact-form-7 input[type="url"],
9017
+ .eael-contact-form-7 input[type="search"],
9018
+ .eael-contact-form-7 input[type="tel"],
9019
+ .eael-contact-form-7 input[type="color"],
9020
+ .eael-contact-form-7 .uneditable-input {
9021
+ -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
9022
+ -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
9023
+ transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
9024
+ -o-transition: border linear 0.2s, box-shadow linear 0.2s;
9025
+ transition: border linear 0.2s, box-shadow linear 0.2s;
9026
+ transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
9027
+ }
9028
+
9029
+ .eael-contact-form-7 .wpcf7-form::before,
9030
+ .eael-contact-form-7 .wpcf7-form::after {
9031
+ content: " ";
9032
+ clear: both;
9033
+ display: table;
9034
+ }
9035
+
9036
+ .eael-contact-form-7 .wpcf7-form:after {
9037
+ clear: both;
9038
+ content: "";
9039
+ font-size: 0;
9040
+ height: 0;
9041
+ display: block;
9042
+ visibility: hidden;
9043
+ }
9044
+
9045
+ .eael-contact-form-7 .wpcf7-form label,
9046
+ .eael-contact-form-7 .wpcf7-form .wpcf7-form-control-wrap {
9047
+ display: block;
9048
+ }
9049
+
9050
+ .eael-contact-form-7 .wpcf7-form p {
9051
+ margin-bottom: 0;
9052
+ }
9053
+
9054
+ .eael-contact-form-7.labels-hide .wpcf7-form label {
9055
+ display: none;
9056
+ }
9057
+
9058
+ .eael-contact-form-7-title {
9059
+ margin-bottom: 10px;
9060
+ }
9061
+
9062
+ .eael-contact-form-7-description {
9063
+ margin-bottom: 20px;
9064
+ }
9065
+
9066
+ .eael-contact-form-7-button-full-width .wpcf7-form-control.wpcf7-submit {
9067
+ width: 100%;
9068
+ }
9069
+
9070
+ /*----------------------------*/
9071
+ /* 29. Content Ticker
9072
+ /*----------------------------*/
9073
+ .eael-ticker-wrap {
9074
+ overflow: hidden;
9075
+ display: -webkit-box;
9076
+ display: -webkit-flex;
9077
+ display: -ms-flexbox;
9078
+ display: flex;
9079
+ -webkit-box-orient: horizontal;
9080
+ -webkit-box-direction: normal;
9081
+ -webkit-flex-flow: row nowrap;
9082
+ -ms-flex-flow: row nowrap;
9083
+ flex-flow: row nowrap;
9084
+ -webkit-box-align: center;
9085
+ -webkit-align-items: center;
9086
+ -ms-flex-align: center;
9087
+ align-items: center;
9088
+ width: 100%;
9089
+ }
9090
+
9091
+ .eael-ticker-wrap .ticker-badge {
9092
+ -webkit-box-flex: 0;
9093
+ -webkit-flex: 0 0 auto;
9094
+ -ms-flex: 0 0 auto;
9095
+ flex: 0 0 auto;
9096
+ padding: 8px 12px;
9097
+ }
9098
+
9099
+ .eael-ticker-wrap .eael-ticker {
9100
+ overflow: hidden;
9101
+ -webkit-box-flex: 1;
9102
+ -webkit-flex: 1 1 auto;
9103
+ -ms-flex: 1 1 auto;
9104
+ flex: 1 1 auto;
9105
+ }
9106
+
9107
+ .eael-ticker-wrap .eael-ticker .ticker-content {
9108
+ padding: 8px 12px;
9109
+ line-height: 1.8;
9110
+ }
9111
+
9112
+ .eael-ticker-wrap .eael-ticker .ticker-content p {
9113
+ margin: 0;
9114
+ }
9115
+
9116
+ .eael-ticker-wrap .swiper-button-prev {
9117
+ left: auto !important;
9118
+ right: 25px;
9119
+ }
9120
+
9121
+ .eael-ticker-wrap div.swiper-slide,
9122
+ .eael-ticker-wrap div.swiper-slide.swiper-slide-prev,
9123
+ .eael-ticker-wrap div.swiper-slide.swiper-slide-next {
9124
+ opacity: 0 !important;
9125
+ }
9126
+
9127
+ .eael-ticker-wrap div.swiper-slide.swiper-slide-active {
9128
+ opacity: 1 !important;
9129
+ }
9130
+
9131
+ .eael-ticker-wrap .eael-content-ticker.swiper-container .swiper-slide {
9132
+ text-align: left;
9133
+ }
9134
+
9135
+ @media only screen and (max-width: 767px) {
9136
+ .eael-ticker-wrap {
9137
+ -webkit-box-orient: horizontal;
9138
+ -webkit-box-direction: normal;
9139
+ -webkit-flex-flow: row wrap;
9140
+ -ms-flex-flow: row wrap;
9141
+ flex-flow: row wrap;
9142
+ }
9143
+
9144
+ .content-ticker-pagination {
9145
+ display: none;
9146
+ }
9147
+ }
9148
+
9149
+ /*---------------------------------*/
9150
+ /* 05. Countdown Styles
9151
+ /*---------------------------------*/
9152
+ /*--- General ---*/
9153
+ .eael-countdown-items {
9154
+ list-style: none;
9155
+ margin: 0;
9156
+ padding: 0;
9157
+ display: table;
9158
+ table-layout: fixed;
9159
+ width: 100%;
9160
+ }
9161
+
9162
+ .eael-countdown-items > li {
9163
+ list-style: none;
9164
+ margin: 0;
9165
+ padding: 0;
9166
+ display: table-cell;
9167
+ position: relative;
9168
+ }
9169
+
9170
+ .eael-countdown-item > div {
9171
+ text-align: center;
9172
+ padding: 20px;
9173
+ }
9174
+
9175
+ .eael-countdown-label-block .eael-countdown-digits,
9176
+ .eael-countdown-label-block .eael-countdown-label {
9177
+ display: block;
9178
+ text-align: center;
9179
+ }
9180
+
9181
+ .eael-countdown-digits {
9182
+ font-size: 54px;
9183
+ line-height: 1;
9184
+ }
9185
+
9186
+ .eael-countdown-label {
9187
+ font-size: 18px;
9188
+ line-height: 1;
9189
+ color: #ffffff;
9190
+ }
9191
+
9192
+ .eael-countdown-show-separator .eael-countdown-digits::after {
9193
+ content: ":";
9194
+ position: absolute;
9195
+ left: 98%;
9196
+ z-index: 9999;
9197
+ }
9198
+
9199
+ .eael-countdown-item:last-child .eael-countdown-digits::after {
9200
+ display: none;
9201
+ }
9202
+
9203
+ /*--- Style 1 ---*/
9204
+ .eael-countdown-items.style-1 .eael-countdown-item > div {
9205
+ background: #262625;
9206
+ }
9207
+
9208
+ /*-----------------------------*/
9209
+ /* 04. Creative Button styles
9210
+ /*-----------------------------*/
9211
+ .eael-creative-button-align-center {
9212
+ text-align: center;
9213
+ }
9214
+
9215
+ .eael-creative-button-wrapper {
9216
+ display: -webkit-box;
9217
+ display: -webkit-flex;
9218
+ display: -ms-flexbox;
9219
+ display: flex;
9220
+ }
9221
+
9222
+ .eael-creative-button {
9223
+ -webkit-box-flex: 0;
9224
+ -webkit-flex: 0 0 auto;
9225
+ -ms-flex: 0 0 auto;
9226
+ flex: 0 0 auto;
9227
+ min-width: 150px;
9228
+ text-align: center;
9229
+ vertical-align: middle;
9230
+ position: relative;
9231
+ z-index: 1;
9232
+ -webkit-backface-visibility: hidden;
9233
+ backface-visibility: hidden;
9234
+ -moz-osx-font-smoothing: grayscale;
9235
+ }
9236
+
9237
+ .eael-creative-button:focus {
9238
+ outline: none;
9239
+ }
9240
+
9241
+ .eael-creative-button > span {
9242
+ vertical-align: middle;
9243
+ }
9244
+
9245
+ .eael-creative-button {
9246
+ -webkit-border-radius: 2px;
9247
+ border-radius: 2px;
9248
+ padding: 20px 30px;
9249
+ font-size: 16px;
9250
+ line-height: 1;
9251
+ }
9252
+
9253
+ /*--- Winona ---*/
9254
+ .eael-creative-button--winona {
9255
+ overflow: hidden;
9256
+ padding: 0 !important;
9257
+ -webkit-transition: border-color 0.3s, background-color 0.3s;
9258
+ -o-transition: border-color 0.3s, background-color 0.3s;
9259
+ transition: border-color 0.3s, background-color 0.3s;
9260
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9261
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9262
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9263
+ }
9264
+
9265
+ .eael-creative-button--winona::after {
9266
+ content: attr(data-text);
9267
+ position: absolute;
9268
+ width: 100%;
9269
+ height: 100%;
9270
+ top: 0;
9271
+ left: 0;
9272
+ opacity: 0;
9273
+ -webkit-transform: translate3d(0, 25%, 0);
9274
+ transform: translate3d(0, 25%, 0);
9275
+ }
9276
+
9277
+ .eael-creative-button--winona > span {
9278
+ display: block;
9279
+ }
9280
+
9281
+ .eael-creative-button--winona::after,
9282
+ .eael-creative-button--winona > span {
9283
+ padding: 1em 2em;
9284
+ -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
9285
+ -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
9286
+ transition: opacity 0.3s, -webkit-transform 0.3s;
9287
+ -o-transition: transform 0.3s, opacity 0.3s;
9288
+ transition: transform 0.3s, opacity 0.3s;
9289
+ transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
9290
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9291
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9292
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9293
+ }
9294
+
9295
+ .eael-creative-button--winona:hover::after {
9296
+ opacity: 1;
9297
+ -webkit-transform: translate3d(0, 0, 0);
9298
+ transform: translate3d(0, 0, 0);
9299
+ }
9300
+
9301
+ .eael-creative-button--winona:hover > span {
9302
+ opacity: 0;
9303
+ -webkit-transform: translate3d(0, -25%, 0);
9304
+ transform: translate3d(0, -25%, 0);
9305
+ }
9306
+
9307
+ /*--- Ujarak ---*/
9308
+ .eael-creative-button--ujarak {
9309
+ -webkit-transition: border-color 0.4s, color 0.4s;
9310
+ -o-transition: border-color 0.4s, color 0.4s;
9311
+ transition: border-color 0.4s, color 0.4s;
9312
+ }
9313
+
9314
+ .eael-creative-button--ujarak::before {
9315
+ content: '';
9316
+ position: absolute;
9317
+ top: 0;
9318
+ left: 0;
9319
+ width: 100%;
9320
+ height: 100%;
9321
+ z-index: -1;
9322
+ opacity: 0;
9323
+ -webkit-transform: scale3d(0.7, 1, 1);
9324
+ transform: scale3d(0.7, 1, 1);
9325
+ -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
9326
+ -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
9327
+ transition: opacity 0.4s, -webkit-transform 0.4s;
9328
+ -o-transition: transform 0.4s, opacity 0.4s;
9329
+ transition: transform 0.4s, opacity 0.4s;
9330
+ transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
9331
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9332
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9333
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9334
+ }
9335
+
9336
+ .eael-creative-button--ujarak,
9337
+ .eael-creative-button--ujarak::before {
9338
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9339
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9340
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9341
+ }
9342
+
9343
+ .eael-creative-button--ujarak:hover::before {
9344
+ opacity: 1;
9345
+ -webkit-transform: translate3d(0, 0, 0);
9346
+ transform: translate3d(0, 0, 0);
9347
+ }
9348
+
9349
+ /*--- Wayra ---*/
9350
+ .eael-creative-button--wayra {
9351
+ overflow: hidden;
9352
+ -webkit-transition: border-color 0.3s, color 0.3s;
9353
+ -o-transition: border-color 0.3s, color 0.3s;
9354
+ transition: border-color 0.3s, color 0.3s;
9355
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9356
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9357
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9358
+ }
9359
+
9360
+ .eael-creative-button--wayra::before {
9361
+ content: '';
9362
+ position: absolute;
9363
+ top: 0;
9364
+ left: 0;
9365
+ width: 150%;
9366
+ height: 100%;
9367
+ z-index: -1;
9368
+ -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
9369
+ transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
9370
+ -webkit-transform-origin: 0% 100%;
9371
+ -ms-transform-origin: 0% 100%;
9372
+ transform-origin: 0% 100%;
9373
+ -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
9374
+ -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
9375
+ transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
9376
+ -o-transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
9377
+ transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
9378
+ transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
9379
+ }
9380
+
9381
+ .eael-creative-button--wayra:hover::before {
9382
+ opacity: 1;
9383
+ -webkit-transform: rotate3d(0, 0, 1, 0deg);
9384
+ transform: rotate3d(0, 0, 1, 0deg);
9385
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9386
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9387
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9388
+ }
9389
+
9390
+ /*--- Tamaya ---*/
9391
+ .eael-creative-button--tamaya {
9392
+ overflow: hidden;
9393
+ }
9394
+
9395
+ .eael-creative-button--tamaya::before,
9396
+ .eael-creative-button--tamaya::after {
9397
+ content: attr(data-text);
9398
+ position: absolute;
9399
+ width: 100%;
9400
+ height: 50%;
9401
+ left: 0;
9402
+ overflow: hidden;
9403
+ -webkit-transition: -webkit-transform 0.3s;
9404
+ transition: -webkit-transform 0.3s;
9405
+ -o-transition: transform 0.3s;
9406
+ transition: transform 0.3s;
9407
+ transition: transform 0.3s, -webkit-transform 0.3s;
9408
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9409
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9410
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9411
+ }
9412
+
9413
+ .eael-creative-button--tamaya::before {
9414
+ top: 0;
9415
+ padding: 20px 30px;
9416
+ }
9417
+
9418
+ .eael-creative-button--tamaya::after {
9419
+ bottom: 0;
9420
+ line-height: 0;
9421
+ }
9422
+
9423
+ .eael-creative-button--tamaya:hover::after {
9424
+ bottom: -1px;
9425
+ }
9426
+
9427
+ .eael-creative-button--tamaya > span {
9428
+ display: block;
9429
+ -webkit-transform: scale3d(0.2, 0.2, 1);
9430
+ transform: scale3d(0.2, 0.2, 1);
9431
+ opacity: 0;
9432
+ -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
9433
+ -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
9434
+ transition: opacity 0.3s, -webkit-transform 0.3s;
9435
+ -o-transition: transform 0.3s, opacity 0.3s;
9436
+ transition: transform 0.3s, opacity 0.3s;
9437
+ transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
9438
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9439
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9440
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
9441
+ }
9442
+
9443
+ .eael-creative-button--tamaya:hover::before {
9444
+ -webkit-transform: translate3d(0, -100%, 0);
9445
+ transform: translate3d(0, -100%, 0);
9446
+ }
9447
+
9448
+ .eael-creative-button--tamaya:hover::after {
9449
+ -webkit-transform: translate3d(0, 100%, 0);
9450
+ transform: translate3d(0, 100%, 0);
9451
+ }
9452
+
9453
+ .eael-creative-button--tamaya:hover > span {
9454
+ opacity: 1;
9455
+ -webkit-transform: scale3d(1, 1, 1);
9456
+ transform: scale3d(1, 1, 1);
9457
+ }
9458
+
9459
+ /*--- Rayen ---*/
9460
+ .eael-creative-button--rayen {
9461
+ overflow: hidden;
9462
+ padding: 0 !important;
9463
+ }
9464
+
9465
+ .eael-creative-button--rayen::before {
9466
+ content: attr(data-text);
9467
+ position: absolute;
9468
+ top: 0;
9469
+ left: 0;
9470
+ width: 100%;
9471
+ height: 100%;
9472
+ -webkit-transform: translate3d(-100%, 0, 0);
9473
+ transform: translate3d(-100%, 0, 0);
9474
+ }
9475
+
9476
+ .eael-creative-button--rayen > span {
9477
+ display: block;
9478
+ }
9479
+
9480
+ .eael-creative-button--rayen::before,
9481
+ .eael-creative-button--rayen > span {
9482
+ padding: 1em 2em;
9483
+ -webkit-transition: -webkit-transform 0.3s;
9484
+ transition: -webkit-transform 0.3s;
9485
+ -o-transition: transform 0.3s;
9486
+ transition: transform 0.3s;
9487
+ transition: transform 0.3s, -webkit-transform 0.3s;
9488
+ -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
9489
+ -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
9490
+ transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
9491
+ }
9492
+
9493
+ .eael-creative-button--rayen:hover::before {
9494
+ -webkit-transform: translate3d(0, 0, 0);
9495
+ transform: translate3d(0, 0, 0);
9496
+ }
9497
+
9498
+ .eael-creative-button--rayen:hover > span {
9499
+ -webkit-transform: translate3d(0, 100%, 0);
9500
+ transform: translate3d(0, 100%, 0);
9501
+ }
9502
+
9503
+ table.eael-data-table thead .sorting, table.eael-data-table thead .sorting_desc, table.eael-data-table thead .sorting_asc {
9504
+ position: relative;
9505
+ z-index: 0;
9506
+ outline: 0;
9507
+ cursor: pointer;
9508
+ }
9509
+
9510
+ table.eael-data-table thead .sorting:after, table.eael-data-table thead .sorting_desc:after, table.eael-data-table thead .sorting_asc:after {
9511
+ position: absolute;
9512
+ top: 50%;
9513
+ right: 10px;
9514
+ font-family: "FontAwesome";
9515
+ color: #fff;
9516
+ z-index: 1;
9517
+ -webkit-transform: translateY(-50%);
9518
+ -ms-transform: translateY(-50%);
9519
+ transform: translateY(-50%);
9520
+ }
9521
+
9522
+ .eael-data-table-wrap .eael-data-tables_wrapper {
9523
+ display: -webkit-box;
9524
+ display: -webkit-flex;
9525
+ display: -ms-flexbox;
9526
+ display: flex;
9527
+ -webkit-box-orient: horizontal;
9528
+ -webkit-box-direction: normal;
9529
+ -webkit-flex-flow: row wrap;
9530
+ -ms-flex-flow: row wrap;
9531
+ flex-flow: row wrap;
9532
+ -webkit-box-pack: start;
9533
+ -webkit-justify-content: flex-start;
9534
+ -ms-flex-pack: start;
9535
+ justify-content: flex-start;
9536
+ width: 100%;
9537
+ }
9538
+ .eael-data-table-wrap .eael-data-tables_filter {
9539
+ -webkit-box-flex: 1;
9540
+ -webkit-flex-grow: 1;
9541
+ -ms-flex-positive: 1;
9542
+ flex-grow: 1;
9543
+ -webkit-flex-basis: 50%;
9544
+ -ms-flex-preferred-size: 50%;
9545
+ flex-basis: 50%;
9546
+ text-align: right;
9547
+ }
9548
+ .eael-data-table-wrap .eael-data-tables_filter label {
9549
+ font-weight: 700;
9550
+ }
9551
+ .eael-data-table-wrap .eael-data-tables_filter label input[type="search"] {
9552
+ height: 40px;
9553
+ border: 1px solid rgba(0, 0, 0, 0.09);
9554
+ outline: 0;
9555
+ padding: 10px;
9556
+ margin-left: 10px;
9557
+ }
9558
+ .eael-data-table-wrap .eael-data-tables_length {
9559
+ -webkit-box-flex: 1;
9560
+ -webkit-flex-grow: 1;
9561
+ -ms-flex-positive: 1;
9562
+ flex-grow: 1;
9563
+ -webkit-flex-basis: 50%;
9564
+ -ms-flex-preferred-size: 50%;
9565
+ flex-basis: 50%;
9566
+ }
9567
+ .eael-data-table-wrap .eael-data-tables_length select {
9568
+ width: auto;
9569
+ max-width: 120px;
9570
+ height: 40px;
9571
+ border: 1px solid rgba(0, 0, 0, 0.09);
9572
+ outline: 0;
9573
+ margin-left: 10px;
9574
+ margin-right: 10px;
9575
+ }
9576
+ .eael-data-table-wrap .eael-data-tables_length label {
9577
+ font-weight: 700;
9578
+ }
9579
+ .eael-data-table-wrap .eael-data-tables_info {
9580
+ -webkit-box-flex: 1;
9581
+ -webkit-flex-grow: 1;
9582
+ -ms-flex-positive: 1;
9583
+ flex-grow: 1;
9584
+ -webkit-flex-basis: 50%;
9585
+ -ms-flex-preferred-size: 50%;
9586
+ flex-basis: 50%;
9587
+ font-weight: 700;
9588
+ }
9589
+ .eael-data-table-wrap .eael-data-tables_paginate {
9590
+ -webkit-box-flex: 1;
9591
+ -webkit-flex-grow: 1;
9592
+ -ms-flex-positive: 1;
9593
+ flex-grow: 1;
9594
+ -webkit-flex-basis: 50%;
9595
+ -ms-flex-preferred-size: 50%;
9596
+ flex-basis: 50%;
9597
+ text-align: right;
9598
+ }
9599
+ .eael-data-table-wrap .eael-data-tables_paginate .paginate_button {
9600
+ padding: 10px 15px;
9601
+ background: #f2f2f2;
9602
+ margin-right: 2px;
9603
+ cursor: pointer;
9604
+ -webkit-transition: all .3s;
9605
+ -o-transition: all .3s;
9606
+ transition: all .3s;
9607
+ }
9608
+ .eael-data-table-wrap .eael-data-tables_paginate .paginate_button:hover {
9609
+ color: #fff;
9610
+ background: #4a4893;
9611
+ }
9612
+ .eael-data-table-wrap .eael-data-tables_paginate .paginate_button.current {
9613
+ color: #fff;
9614
+ background: #4a4893;
9615
+ }
9616
+ .eael-data-table-wrap .eael-data-tables_paginate .paginate_button.disabled {
9617
+ cursor: no-drop;
9618
+ background: #f2f2f2;
9619
+ opacity: .5;
9620
+ color: #888;
9621
+ }
9622
+
9623
+ .data-header-icon {
9624
+ margin-right: 10px;
9625
+ }
9626
+
9627
+ .eael-data-table {
9628
+ width: 100%;
9629
+ height: auto;
9630
+ margin: 0;
9631
+ border-collapse: collapse;
9632
+ border: none;
9633
+ }
9634
+ .eael-data-table tr {
9635
+ border-style: none;
9636
+ }
9637
+ .eael-data-table thead tr {
9638
+ text-align: left;
9639
+ }
9640
+ .eael-data-table thead tr th {
9641
+ padding: 20px 15px;
9642
+ background: #4a4893;
9643
+ font-size: 16px;
9644
+ font-weight: 600;
9645
+ font-family: "Montserrat", "sans-serif";
9646
+ line-height: 1;
9647
+ color: #fff;
9648
+ border-color: #000;
9649
+ border-width: 2px;
9650
+ border-style: none;
9651
+ background-clip: padding-box;
9652
+ }
9653
+ .eael-data-table thead tr th:hover {
9654
+ border-color: #000;
9655
+ }
9656
+ .eael-data-table tbody tr.even {
9657
+ -webkit-transition: background 0.4s ease-in-out;
9658
+ -o-transition: background 0.4s ease-in-out;
9659
+ transition: background 0.4s ease-in-out;
9660
+ }
9661
+ .eael-data-table tbody tr.even:hover {
9662
+ background: rgba(242, 242, 242, 0.7);
9663
+ }
9664
+ .eael-data-table tbody tr.even:last-child {
9665
+ border-bottom: 1px solid rgba(0, 0, 0, 0.09);
9666
+ }
9667
+ .eael-data-table tbody tr.odd {
9668
+ background: rgba(242, 242, 242, 0.5);
9669
+ -webkit-transition: background 0.2s ease-in-out;
9670
+ -o-transition: background 0.2s ease-in-out;
9671
+ transition: background 0.2s ease-in-out;
9672
+ }
9673
+ .eael-data-table tbody tr.odd:hover {
9674
+ background: rgba(242, 242, 242, 0.7);
9675
+ }
9676
+ .eael-data-table tbody tr.odd:last-child {
9677
+ border-bottom: 1px solid rgba(0, 0, 0, 0.09);
9678
+ }
9679
+ .eael-data-table tbody tr td {
9680
+ padding: 20px 15px;
9681
+ font-size: 14px;
9682
+ font-family: "Montserrat", "sans-serif";
9683
+ line-height: 1;
9684
+ border-width: 2px;
9685
+ border-style: none;
9686
+ background-clip: padding-box;
9687
+ }
9688
+
9689
+ .eael-data-table-th-img {
9690
+ display: inline-block;
9691
+ margin: 0 15px 0 0;
9692
+ line-height: 1;
9693
+ }
9694
+
9695
+ .th-mobile-screen {
9696
+ display: none;
9697
+ }
9698
+
9699
+ @media (max-width: 39.9375em) {
9700
+ .eael-data-table-wrap {
9701
+ overflow-x: scroll !important;
9702
+ padding-bottom: 5px;
9703
+ }
9704
+
9705
+ .th-mobile-screen {
9706
+ display: inline-block;
9707
+ padding: 0 .6em;
9708
+ margin-right: 10px;
9709
+ text-align: center;
9710
+ -webkit-box-flex: 0;
9711
+ -webkit-flex-grow: 0;
9712
+ -ms-flex-positive: 0;
9713
+ flex-grow: 0;
9714
+ -webkit-flex-shrink: 0;
9715
+ -ms-flex-negative: 0;
9716
+ flex-shrink: 0;
9717
+ -webkit-flex-basis: 100px;
9718
+ -ms-flex-preferred-size: 100px;
9719
+ flex-basis: 100px;
9720
+ }
9721
+ .th-mobile-screen .eael-data-table-th-img {
9722
+ margin: 0 auto 15px auto;
9723
+ display: block;
9724
+ }
9725
+ .th-mobile-screen .data-header-icon {
9726
+ margin: 0 auto 15px auto;
9727
+ display: block;
9728
+ }
9729
+
9730
+ .td-content-wrapper {
9731
+ display: -webkit-box;
9732
+ display: -webkit-flex;
9733
+ display: -ms-flexbox;
9734
+ display: flex;
9735
+ width: 100%;
9736
+ }
9737
+
9738
+ .td-content {
9739
+ width: 100%;
9740
+ -webkit-box-pack: center;
9741
+ -webkit-justify-content: center;
9742
+ -ms-flex-pack: center;
9743
+ justify-content: center;
9744
+ }
9745
+ .td-content > p {
9746
+ width: 100%;
9747
+ -webkit-box-pack: center;
9748
+ -webkit-justify-content: center;
9749
+ -ms-flex-pack: center;
9750
+ justify-content: center;
9751
+ }
9752
+
9753
+ .custom-responsive-option-enable .eael-data-table thead {
9754
+ display: none;
9755
+ }
9756
+ .custom-responsive-option-enable .eael-data-table tbody tr td {
9757
+ float: none;
9758
+ clear: left;
9759
+ width: 100%;
9760
+ text-align: left;
9761
+ display: -webkit-box;
9762
+ display: -webkit-flex;
9763
+ display: -ms-flexbox;
9764
+ display: flex;
9765
+ -webkit-box-align: center;
9766
+ -webkit-align-items: center;
9767
+ -ms-flex-align: center;
9768
+ align-items: center;
9769
+ }
9770
+
9771
+ .eael-data-table .td-content {
9772
+ -webkit-box-align: center;
9773
+ -webkit-align-items: center;
9774
+ -ms-flex-align: center;
9775
+ align-items: center;
9776
+ display: -webkit-box;
9777
+ display: -webkit-flex;
9778
+ display: -ms-flexbox;
9779
+ display: flex;
9780
+ }
9781
+ }
9782
+ table.eael-data-table thead .sorting:after {
9783
+ content: "\f0dc";
9784
+ }
9785
+ table.eael-data-table thead .headerSortDown:after {
9786
+ content: "\f0dd";
9787
+ }
9788
+ table.eael-data-table thead .headerSortUp:after {
9789
+ content: "\f0de";
9790
+ }
9791
+ table.eael-data-table thead .sorting_disabled.sorting:after {
9792
+ display: none;
9793
+ }
9794
+ table.eael-data-table .sorting.sorting-none:after {
9795
+ display: none;
9796
+ }
9797
+ table.eael-data-table .sorting_desc.sorting-none:after {
9798
+ display: none;
9799
+ }
9800
+ table.eael-data-table .sorting_asc.sorting-none:after {
9801
+ display: none;
9802
+ }
9803
+
9804
+ .eael-table-align-left table.eael-data-table {
9805
+ float: left;
9806
+ }
9807
+
9808
+ .eael-table-align-center table.eael-data-table {
9809
+ margin: 0 auto;
9810
+ }
9811
+
9812
+ .eael-table-align-right table.eael-data-table {
9813
+ float: right;
9814
+ }
9815
+
9816
+ .eael-hide-elements .eael-data-tables_info {
9817
+ display: none;
9818
+ }
9819
+
9820
+ .eael-dt-th-align-left .eael-data-table thead tr th {
9821
+ text-align: left;
9822
+ }
9823
+
9824
+ .eael-dt-td-align-left .eael-data-table tbody tr td {
9825
+ text-align: left;
9826
+ }
9827
+
9828
+ .eael-dt-th-align-right .eael-data-table thead tr th {
9829
+ text-align: right;
9830
+ padding-right: 30px;
9831
+ }
9832
+
9833
+ .eael-dt-td-align-right .eael-data-table tbody tr td {
9834
+ text-align: right;
9835
+ padding-right: 30px;
9836
+ }
9837
+
9838
+ .eael-dt-th-align-center .eael-data-table thead tr th {
9839
+ text-align: center;
9840
+ }
9841
+
9842
+ .eael-dt-td-align-center .eael-data-table tbody tr td {
9843
+ text-align: center;
9844
+ }
9845
+
9846
+ /* -------------------------------- */
9847
+ /* 20. Dual Color Heading
9848
+ /* -------------------------------- */
9849
+ .eael-dual-header {
9850
+ display: block;
9851
+ margin-bottom: 50px;
9852
+ }
9853
+
9854
+ .eael-dual-header .title,
9855
+ .eael-dual-header .title span {
9856
+ font-size: 36px;
9857
+ font-weight: 700;
9858
+ text-transform: uppercase;
9859
+ line-height: 48px;
9860
+ margin: 10px 0px;
9861
+ }
9862
+
9863
+ .eael-dual-header .subtext {
9864
+ font-size: 16px;
9865
+ display: block;
9866
+ }
9867
+
9868
+ .eael-dual-header i {
9869
+ display: block;
9870
+ padding: 0px;
9871
+ margin: 20px 0px 10px 0px;
9872
+ font-size: 36px;
9873
+ }
9874
+
9875
+ .eael-dual-header .title span.lead {
9876
+ color: #1abc9c;
9877
+ }
9878
+
9879
+ /*--- Builder Related Css ---*/
9880
+ .eael-dual-header-content-align-center {
9881
+ text-align: center;
9882
+ }
9883
+
9884
+ .eael-dual-header-content-align-left {
9885
+ text-align: left;
9886
+ }
9887
+
9888
+ .eael-dual-header-content-align-right {
9889
+ text-align: right;
9890
+ }
9891
+
9892
+ .elementor-panel .pro-feature, .elementor-panel .pro-feature a {
9893
+ color: #a4afb7;
9894
+ text-transform: uppercase;
9895
+ letter-spacing: 1px;
9896
+ line-height: 1.8;
9897
+ font-style: normal;
9898
+ }
9899
+
9900
+ .elementor-panel .pro-feature a {
9901
+ text-decoration: underline;
9902
+ color: #f54 !important;
9903
+ }
9904
+
9905
+ .elementor-panel .elementor-control-eael_section_pro .elementor-panel-heading-title.elementor-panel-heading-title,
9906
+ .elementor-panel .elementor-control-eael_section_pro .elementor-panel-heading-toggle,
9907
+ .elementor-control-data_table_header_colspan_pro_alert .elementor-control-title,
9908
+ .elementor-control-data_table_header_img_pro_alert .elementor-control-title,
9909
+ .elementor-control-data_table_content_rowspan_pro_alert .elementor-control-title,
9910
+ .elementor-control-data_table_content_colspan_pro_alert .elementor-control-title,
9911
+ .elementor-control-data_table_content_template_pro_alert .elementor-control-title {
9912
+ color: #f54;
9913
+ }
9914
+
9915
+ .elementor-panel .elementor-control-eael_control_get_pro .elementor-control-field {
9916
+ display: none !important;
9917
+ }
9918
+
9919
+ .elementor-control-eael_pricing_table_style_pro_alert .elementor-control-title,
9920
+ .elementor-control-eael_section_countdown_style_pro_alert .elementor-control-title,
9921
+ .elementor-control-eael_fancy_text_style_pro_alert .elementor-control-title,
9922
+ .elementor-control-eael_section_data_table_enabled_pro_alert .elementor-control-title,
9923
+ .elementor-control-eael_img_accordion_type_pro_alert .elementor-control-title,
9924
+ .elementor-control-eael_ticker_type_pro_alert .elementor-control-title,
9925
+ .elementor-control-eael_team_members_preset_pro_alert .elementor-control-title {
9926
+ color: #f54;
9927
+ }
9928
+
9929
+ /*--------------------------*/
9930
+ /* 03. Fancy Text Style
9931
+ /*--------------------------*/
9932
+ .eael-fancy-text-container p {
9933
+ margin: 0;
9934
+ }
9935
+
9936
+ .eael-fancy-text-strings,
9937
+ .eael-fancy-text-prefix,
9938
+ .eael-fancy-text-suffix {
9939
+ display: inline-block;
9940
+ }
9941
+
9942
+ .morphext > .animated {
9943
+ display: inline-block;
9944
+ }
9945
+
9946
+ .typed-cursor {
9947
+ opacity: 1;
9948
+ -webkit-animation: blink_cursor 0.7s infinite;
9949
+ animation: blink_cursor 0.7s infinite;
9950
+ }
9951
+
9952
+ @keyframes blink_cursor {
9953
+ 0% {
9954
+ opacity: 1;
9955
+ }
9956
+ 50% {
9957
+ opacity: 0;
9958
+ }
9959
+ 100% {
9960
+ opacity: 1;
9961
+ }
9962
+ }
9963
+ @-webkit-keyframes blink_cursor {
9964
+ 0% {
9965
+ opacity: 1;
9966
+ }
9967
+ 50% {
9968
+ opacity: 0;
9969
+ }
9970
+ 100% {
9971
+ opacity: 1;
9972
+ }
9973
+ }
9974
+ /*--- Style 2 ---*/
9975
+ .eael-fancy-text-container.style-2 {
9976
+ font-size: 24px;
9977
+ }
9978
+
9979
+ .eael-fancy-text-container.style-2 .eael-fancy-text-strings {
9980
+ background: #ff5544;
9981
+ color: #fff;
9982
+ padding: 10px 25px;
9983
+ }
9984
+
9985
+ /*----------------------------*/
9986
+ /* 35. Feature List
9987
+ /*----------------------------*/
9988
+ .elementor-widget-eael-feature-list.-icon-position-left .connector-type-modern.rhombus .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top .connector-type-modern.rhombus .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right .connector-type-modern.rhombus .eael-feature-list-item:before {
9989
+ top: 3px !important;
9990
+ }
9991
+ .elementor-widget-eael-feature-list.-icon-position-left .connector-type-modern.rhombus .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top .connector-type-modern.rhombus .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right .connector-type-modern.rhombus .eael-feature-list-item:after {
9992
+ top: 45px !important;
9993
+ }
9994
+ .elementor-widget-eael-feature-list.-icon-position-right .connector, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .connector {
9995
+ right: 0;
9996
+ left: calc(100% - 60px);
9997
+ }
9998
+ .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
9999
+ padding: 0 50px 0 0;
10000
+ }
10001
+ @media (max-width: 767px) {
10002
+ .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
10003
+ padding: 0 30px 0 0;
10004
+ }
10005
+ }
10006
+ .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
10007
+ left: auto;
10008
+ right: 0;
10009
+ }
10010
+ .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
10011
+ left: auto;
10012
+ right: 5px;
10013
+ top: 30px;
10014
+ }
10015
+ .elementor-widget-eael-feature-list .eael-feature-list-items {
10016
+ list-style-type: none;
10017
+ margin: 0;
10018
+ padding: 0;
10019
+ }
10020
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item {
10021
+ position: relative;
10022
+ }
10023
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector {
10024
+ display: block;
10025
+ position: absolute;
10026
+ width: 0;
10027
+ margin: 0 auto;
10028
+ z-index: 1;
10029
+ height: 100%;
10030
+ top: 0.5em;
10031
+ font-size: 60px;
10032
+ left: 0;
10033
+ right: calc(100% - 60px);
10034
+ border-left: 2px solid #2ecc71;
10035
+ border-right: none !important;
10036
+ }
10037
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item:last-child .connector {
10038
+ display: none;
10039
+ }
10040
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box {
10041
+ z-index: 2;
10042
+ -webkit-transition: all 0.5s;
10043
+ -o-transition: all 0.5s;
10044
+ transition: all 0.5s;
10045
+ }
10046
+ @media (prefers-reduced-motion: reduce) {
10047
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box {
10048
+ -webkit-transition: none;
10049
+ -o-transition: none;
10050
+ transition: none;
10051
+ }
10052
+ }
10053
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner {
10054
+ background-color: #37368e;
10055
+ -webkit-transition: all 0.5s;
10056
+ -o-transition: all 0.5s;
10057
+ transition: all 0.5s;
10058
+ display: -webkit-inline-box;
10059
+ display: -webkit-inline-flex;
10060
+ display: -ms-inline-flexbox;
10061
+ display: inline-flex;
10062
+ }
10063
+ @media (prefers-reduced-motion: reduce) {
10064
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner {
10065
+ -webkit-transition: none;
10066
+ -o-transition: none;
10067
+ transition: none;
10068
+ }
10069
+ }
10070
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon {
10071
+ padding: 0.5em;
10072
+ -webkit-transition: all 0.5s;
10073
+ -o-transition: all 0.5s;
10074
+ transition: all 0.5s;
10075
+ font-size: 30px;
10076
+ line-height: 1;
10077
+ color: #37368e;
10078
+ text-align: center;
10079
+ display: -webkit-inline-box;
10080
+ display: -webkit-inline-flex;
10081
+ display: -ms-inline-flexbox;
10082
+ display: inline-flex;
10083
+ }
10084
+ @media (prefers-reduced-motion: reduce) {
10085
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon {
10086
+ -webkit-transition: none;
10087
+ -o-transition: none;
10088
+ transition: none;
10089
+ }
10090
+ }
10091
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon i {
10092
+ width: 1em;
10093
+ height: 1em;
10094
+ position: relative;
10095
+ display: block;
10096
+ }
10097
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon i:before {
10098
+ position: absolute;
10099
+ left: 50%;
10100
+ -webkit-transform: translateX(-50%);
10101
+ -ms-transform: translateX(-50%);
10102
+ transform: translateX(-50%);
10103
+ }
10104
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-img {
10105
+ font-size: 8px;
10106
+ line-height: 1;
10107
+ max-width: inherit;
10108
+ }
10109
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box {
10110
+ margin: 0 0 0 20px;
10111
+ }
10112
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-title {
10113
+ margin-top: -2px;
10114
+ line-height: 1.5em;
10115
+ }
10116
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-content {
10117
+ padding: 0;
10118
+ margin: 0;
10119
+ font-size: 14px;
10120
+ line-height: 1.5em;
10121
+ }
10122
+ .elementor-widget-eael-feature-list .eael-feature-list-items.stacked .eael-feature-list-icon-box .eael-feature-list-icon {
10123
+ color: #fff;
10124
+ }
10125
+ .elementor-widget-eael-feature-list .eael-feature-list-items.framed .eael-feature-list-icon-box .eael-feature-list-icon {
10126
+ background-color: #fff;
10127
+ }
10128
+ .elementor-widget-eael-feature-list .eael-feature-list-items.circle .eael-feature-list-icon-box .eael-feature-list-icon-inner {
10129
+ -webkit-border-radius: 50%;
10130
+ border-radius: 50%;
10131
+ }
10132
+ .elementor-widget-eael-feature-list .eael-feature-list-items.circle .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon {
10133
+ -webkit-border-radius: 50%;
10134
+ border-radius: 50%;
10135
+ }
10136
+ .elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon-inner {
10137
+ -webkit-transform: rotate(45deg);
10138
+ -ms-transform: rotate(45deg);
10139
+ transform: rotate(45deg);
10140
+ margin: 15px;
10141
+ }
10142
+ .elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon i {
10143
+ -ms-transform: rotate(-45deg);
10144
+ -webkit-transform: rotate(-45deg);
10145
+ transform: rotate(-45deg);
10146
+ }
10147
+ .elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon img {
10148
+ -ms-transform: rotate(-45deg);
10149
+ -webkit-transform: rotate(-45deg);
10150
+ transform: rotate(-45deg);
10151
+ }
10152
+ .elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-content-box .eael-feature-list-title {
10153
+ margin-top: 15px;
10154
+ }
10155
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
10156
+ padding: 0 0 0 50px;
10157
+ position: relative;
10158
+ }
10159
+ @media (max-width: 767px) {
10160
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
10161
+ padding: 0 0 0 30px;
10162
+ display: block;
10163
+ }
10164
+ }
10165
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
10166
+ content: "";
10167
+ position: absolute;
10168
+ display: block;
10169
+ }
10170
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
10171
+ left: 0;
10172
+ top: 0;
10173
+ z-index: 1;
10174
+ border-left: 1px solid #000;
10175
+ border-right: none !important;
10176
+ height: 100%;
10177
+ }
10178
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
10179
+ left: 5px;
10180
+ top: 30px;
10181
+ width: 23px;
10182
+ display: block;
10183
+ z-index: 2;
10184
+ border-bottom: 1px dashed #000;
10185
+ border-top: none !important;
10186
+ }
10187
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item .connector {
10188
+ display: none;
10189
+ }
10190
+ @media (min-width: 768px) {
10191
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item {
10192
+ padding: 0 50px 0 0;
10193
+ }
10194
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item:before {
10195
+ left: auto;
10196
+ right: 0;
10197
+ }
10198
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item:after {
10199
+ left: auto;
10200
+ right: 5px;
10201
+ top: 30px;
10202
+ }
10203
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item .connector {
10204
+ display: none;
10205
+ }
10206
+ }
10207
+ @media (min-width: 1025px) {
10208
+ .elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-content-box {
10209
+ margin-right: 0 !important;
10210
+ margin-top: 0 !important;
10211
+ margin-bottom: 0 !important;
10212
+ }
10213
+ .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-content-box {
10214
+ margin-left: 0 !important;
10215
+ margin-top: 0 !important;
10216
+ margin-bottom: 0 !important;
10217
+ }
10218
+ .elementor-widget-eael-feature-list.-icon-position-top .eael-feature-list-content-box {
10219
+ margin-left: 0 !important;
10220
+ margin-right: 0 !important;
10221
+ margin-bottom: 0 !important;
10222
+ }
10223
+ .elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-item {
10224
+ display: -webkit-box;
10225
+ display: -webkit-flex;
10226
+ display: -ms-flexbox;
10227
+ display: flex;
10228
+ }
10229
+ .elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-item {
10230
+ text-align: left;
10231
+ -webkit-box-orient: horizontal;
10232
+ -webkit-box-direction: normal;
10233
+ -webkit-flex-direction: row;
10234
+ -ms-flex-direction: row;
10235
+ flex-direction: row;
10236
+ }
10237
+ .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-item {
10238
+ text-align: right;
10239
+ -webkit-box-orient: horizontal;
10240
+ -webkit-box-direction: reverse;
10241
+ -webkit-flex-direction: row-reverse;
10242
+ -ms-flex-direction: row-reverse;
10243
+ flex-direction: row-reverse;
10244
+ }
10245
+ }
10246
+ @media (max-width: 1024px) {
10247
+ .elementor-widget-eael-feature-list.-tablet-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list.-tablet-icon-position-right .eael-feature-list-item {
10248
+ display: -webkit-box;
10249
+ display: -webkit-flex;
10250
+ display: -ms-flexbox;
10251
+ display: flex;
10252
+ }
10253
+ .elementor-widget-eael-feature-list.-tablet-icon-position-left .eael-feature-list-item {
10254
+ text-align: left;
10255
+ -webkit-box-orient: horizontal;
10256
+ -webkit-box-direction: normal;
10257
+ -webkit-flex-direction: row;
10258
+ -ms-flex-direction: row;
10259
+ flex-direction: row;
10260
+ }
10261
+ .elementor-widget-eael-feature-list.-tablet-icon-position-right .eael-feature-list-item {
10262
+ text-align: right;
10263
+ -webkit-box-orient: horizontal;
10264
+ -webkit-box-direction: reverse;
10265
+ -webkit-flex-direction: row-reverse;
10266
+ -ms-flex-direction: row-reverse;
10267
+ flex-direction: row-reverse;
10268
+ }
10269
+ }
10270
+ @media (min-width: 768px) and (max-width: 1024px) {
10271
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-content-box {
10272
+ margin-right: 0 !important;
10273
+ margin-top: 0 !important;
10274
+ margin-bottom: 0 !important;
10275
+ }
10276
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
10277
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
10278
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
10279
+ .eael-feature-list-item {
10280
+ padding: 0 0 0 50px;
10281
+ }
10282
+ }
10283
+ @media (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
10284
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
10285
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
10286
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
10287
+ .eael-feature-list-item {
10288
+ padding: 0 0 0 30px;
10289
+ }
10290
+ }
10291
+ @media (min-width: 768px) and (max-width: 1024px) {
10292
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
10293
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
10294
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
10295
+ .eael-feature-list-item:before {
10296
+ left: 0;
10297
+ right: auto;
10298
+ }
10299
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
10300
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
10301
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
10302
+ .eael-feature-list-item:after {
10303
+ left: 5px;
10304
+ top: 30px;
10305
+ }
10306
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-content-box {
10307
+ margin-left: 0 !important;
10308
+ margin-right: 0 !important;
10309
+ margin-bottom: 0 !important;
10310
+ }
10311
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
10312
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
10313
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
10314
+ .eael-feature-list-item {
10315
+ padding: 0 0 0 50px;
10316
+ }
10317
+ }
10318
+ @media (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
10319
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
10320
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
10321
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
10322
+ .eael-feature-list-item {
10323
+ padding: 0 0 0 30px;
10324
+ }
10325
+ }
10326
+ @media (min-width: 768px) and (max-width: 1024px) {
10327
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
10328
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
10329
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
10330
+ .eael-feature-list-item:before {
10331
+ left: 0;
10332
+ right: auto;
10333
+ }
10334
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
10335
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
10336
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
10337
+ .eael-feature-list-item:after {
10338
+ left: 5px;
10339
+ }
10340
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-content-box {
10341
+ margin-left: 0 !important;
10342
+ margin-top: 0 !important;
10343
+ margin-bottom: 0 !important;
10344
+ }
10345
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
10346
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
10347
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
10348
+ .eael-feature-list-item {
10349
+ padding: 0 50px 0 0;
10350
+ }
10351
+ }
10352
+ @media (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
10353
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
10354
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
10355
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
10356
+ .eael-feature-list-item {
10357
+ padding: 0 30px 0 0;
10358
+ }
10359
+ }
10360
+ @media (min-width: 768px) and (max-width: 1024px) {
10361
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
10362
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
10363
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
10364
+ .eael-feature-list-item:before {
10365
+ right: 0;
10366
+ left: auto;
10367
+ }
10368
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
10369
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
10370
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
10371
+ .eael-feature-list-item:after {
10372
+ left: auto;
10373
+ right: 5px;
10374
+ }
10375
+ }
10376
+ @media (max-width: 767px) {
10377
+ .elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-item, .elementor-widget-eael-feature-list.-tablet-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list.-tablet-icon-position-right .eael-feature-list-item {
10378
+ display: block;
10379
+ text-align: left;
10380
+ }
10381
+ .elementor-widget-eael-feature-list.-mobile-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list.-mobile-icon-position-right .eael-feature-list-item {
10382
+ display: -webkit-box;
10383
+ display: -webkit-flex;
10384
+ display: -ms-flexbox;
10385
+ display: flex;
10386
+ }
10387
+ .elementor-widget-eael-feature-list.-mobile-icon-position-left .eael-feature-list-item {
10388
+ text-align: left;
10389
+ -webkit-box-orient: horizontal;
10390
+ -webkit-box-direction: normal;
10391
+ -webkit-flex-direction: row;
10392
+ -ms-flex-direction: row;
10393
+ flex-direction: row;
10394
+ }
10395
+ .elementor-widget-eael-feature-list.-mobile-icon-position-right .eael-feature-list-item {
10396
+ text-align: right;
10397
+ -webkit-box-orient: horizontal;
10398
+ -webkit-box-direction: reverse;
10399
+ -webkit-flex-direction: row-reverse;
10400
+ -ms-flex-direction: row-reverse;
10401
+ flex-direction: row-reverse;
10402
+ }
10403
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box {
10404
+ margin-right: 0 !important;
10405
+ margin-top: 0 !important;
10406
+ margin-bottom: 0 !important;
10407
+ }
10408
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10409
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10410
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10411
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10412
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10413
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10414
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10415
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10416
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10417
+ .eael-feature-list-item {
10418
+ padding: 0 0 0 50px;
10419
+ }
10420
+ }
10421
+ @media (max-width: 767px) and (max-width: 767px) {
10422
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10423
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10424
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10425
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10426
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10427
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10428
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10429
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10430
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10431
+ .eael-feature-list-item {
10432
+ padding: 0 0 0 30px;
10433
+ }
10434
+ }
10435
+ @media (max-width: 767px) {
10436
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10437
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10438
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10439
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10440
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10441
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10442
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10443
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10444
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10445
+ .eael-feature-list-item:before {
10446
+ left: 0;
10447
+ right: auto;
10448
+ }
10449
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10450
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10451
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10452
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10453
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10454
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10455
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10456
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10457
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
10458
+ .eael-feature-list-item:after {
10459
+ left: 5px;
10460
+ }
10461
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-content-box {
10462
+ margin-left: 0 !important;
10463
+ margin-right: 0 !important;
10464
+ margin-bottom: 0 !important;
10465
+ }
10466
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10467
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10468
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10469
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10470
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10471
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10472
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10473
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10474
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10475
+ .eael-feature-list-item {
10476
+ padding: 0 0 0 50px;
10477
+ }
10478
+ }
10479
+ @media (max-width: 767px) and (max-width: 767px) {
10480
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10481
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10482
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10483
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10484
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10485
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10486
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10487
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10488
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10489
+ .eael-feature-list-item {
10490
+ padding: 0 0 0 30px;
10491
+ }
10492
+ }
10493
+ @media (max-width: 767px) {
10494
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10495
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10496
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10497
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10498
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10499
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10500
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10501
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10502
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10503
+ .eael-feature-list-item:before {
10504
+ left: 0;
10505
+ right: auto;
10506
+ }
10507
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10508
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10509
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10510
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10511
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10512
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10513
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10514
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10515
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
10516
+ .eael-feature-list-item:after {
10517
+ left: 5px;
10518
+ }
10519
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-content-box {
10520
+ margin-left: 0 !important;
10521
+ margin-top: 0 !important;
10522
+ margin-bottom: 0 !important;
10523
+ }
10524
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10525
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10526
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10527
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10528
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10529
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10530
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10531
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10532
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10533
+ .eael-feature-list-item {
10534
+ padding: 0 50px 0 0;
10535
+ }
10536
+ }
10537
+ @media (max-width: 767px) and (max-width: 767px) {
10538
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10539
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10540
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10541
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10542
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10543
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10544
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10545
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10546
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10547
+ .eael-feature-list-item {
10548
+ padding: 0 30px 0 0;
10549
+ }
10550
+ }
10551
+ @media (max-width: 767px) {
10552
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10553
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10554
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10555
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10556
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10557
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10558
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10559
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10560
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10561
+ .eael-feature-list-item:before {
10562
+ right: 0;
10563
+ left: auto;
10564
+ }
10565
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10566
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10567
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10568
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10569
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10570
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10571
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10572
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10573
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
10574
+ .eael-feature-list-item:after {
10575
+ left: auto;
10576
+ right: 5px;
10577
+ }
10578
+ }
10579
+
10580
+ /*------------------------------*/
10581
+ /* 27. Filterable Gallery
10582
+ /*------------------------------*/
10583
+ .eael-filter-gallery-control {
10584
+ width: 100%;
10585
+ }
10586
+
10587
+ .eael-filter-gallery-control ul,
10588
+ .eael-filter-gallery-control ul li {
10589
+ text-align: center;
10590
+ }
10591
+
10592
+ .eael-filter-gallery-control ul {
10593
+ margin: 0px 0px 20px 0px;
10594
+ padding: 0px;
10595
+ text-align: center;
10596
+ }
10597
+
10598
+ .eael-filter-gallery-control {
10599
+ display: -webkit-box;
10600
+ display: -webkit-flex;
10601
+ display: -ms-flexbox;
10602
+ display: flex;
10603
+ -webkit-box-orient: vertical;
10604
+ -webkit-box-direction: normal;
10605
+ -webkit-flex-flow: 1 1 auto;
10606
+ -ms-flex-flow: 1 1 auto;
10607
+ flex-flow: 1 1 auto;
10608
+ -webkit-box-align: center;
10609
+ -webkit-align-items: center;
10610
+ -ms-flex-align: center;
10611
+ align-items: center;
10612
+ -webkit-box-pack: center;
10613
+ -webkit-justify-content: center;
10614
+ -ms-flex-pack: center;
10615
+ justify-content: center;
10616
+ -webkit-flex-flow: row wrap;
10617
+ -ms-flex-flow: row wrap;
10618
+ flex-flow: row wrap;
10619
+ padding: 0px;
10620
+ margin: 0px;
10621
+ }
10622
+
10623
+ .eael-filter-gallery-control ul li {
10624
+ list-style: none;
10625
+ font-size: 24px;
10626
+ display: inline-block;
10627
+ text-align: center;
10628
+ }
10629
+
10630
+ .eael-filter-gallery-control ul li a.control {
10631
+ font-family: 'Montserrat', sans-serif;
10632
+ font-size: 16px;
10633
+ font-weight: 600;
10634
+ padding: 10px 25px;
10635
+ margin: 10px 6px;
10636
+ }
10637
+
10638
+ .eael-filter-gallery-container {
10639
+ text-align: justify;
10640
+ font-size: 0.1px;
10641
+ }
10642
+
10643
+ .eael-filter-gallery-container:after {
10644
+ content: '';
10645
+ display: inline-block;
10646
+ width: 100%;
10647
+ }
10648
+
10649
+ .eael-filter-gallery-container:not(.eael-cards) .item:before {
10650
+ content: '';
10651
+ display: inline-block;
10652
+ padding-top: 56.25%;
10653
+ }
10654
+
10655
+ .eael-filter-gallery-container .item .caption {
10656
+ position: absolute;
10657
+ display: -webkit-box;
10658
+ display: -webkit-flex;
10659
+ display: -ms-flexbox;
10660
+ display: flex;
10661
+ -webkit-box-orient: vertical;
10662
+ -webkit-box-direction: normal;
10663
+ -webkit-flex-flow: 1 1 100%;
10664
+ -ms-flex-flow: 1 1 100%;
10665
+ flex-flow: 1 1 100%;
10666
+ -webkit-box-align: center;
10667
+ -webkit-align-items: center;
10668
+ -ms-flex-align: center;
10669
+ align-items: center;
10670
+ -webkit-box-pack: center;
10671
+ -webkit-justify-content: center;
10672
+ -ms-flex-pack: center;
10673
+ justify-content: center;
10674
+ z-index: 1;
10675
+ top: 0px;
10676
+ left: 0px;
10677
+ right: 0px;
10678
+ bottom: 0px;
10679
+ -webkit-transition: -webkit-transform .4s;
10680
+ transition: -webkit-transform .4s;
10681
+ -o-transition: transform .4s;
10682
+ transition: transform .4s;
10683
+ transition: transform .4s, -webkit-transform .4s;
10684
+ }
10685
+
10686
+ .eael-filter-gallery-container.eael-cards .item .caption {
10687
+ display: none;
10688
+ }
10689
+
10690
+ .eael-filter-gallery-container.eael-cards .item .item-img .caption {
10691
+ position: absolute;
10692
+ display: -webkit-box;
10693
+ display: -webkit-flex;
10694
+ display: -ms-flexbox;
10695
+ display: flex;
10696
+ -webkit-box-orient: vertical;
10697
+ -webkit-box-direction: normal;
10698
+ -webkit-flex-flow: 1 1 100%;
10699
+ -ms-flex-flow: 1 1 100%;
10700
+ flex-flow: 1 1 100%;
10701
+ -webkit-box-align: center;
10702
+ -webkit-align-items: center;
10703
+ -ms-flex-align: center;
10704
+ align-items: center;
10705
+ -webkit-box-pack: center;
10706
+ -webkit-justify-content: center;
10707
+ -ms-flex-pack: center;
10708
+ justify-content: center;
10709
+ z-index: 10;
10710
+ top: 0px;
10711
+ left: 0px;
10712
+ right: 0px;
10713
+ bottom: 0px;
10714
+ -webkit-transition: -webkit-transform .4s;
10715
+ transition: -webkit-transform .4s;
10716
+ -o-transition: transform .4s;
10717
+ transition: transform .4s;
10718
+ transition: transform .4s, -webkit-transform .4s;
10719
+ }
10720
+
10721
+ .gallery-item-caption-over {
10722
+ width: 100%;
10723
+ height: auto;
10724
+ }
10725
+
10726
+ a.eael-gallery-load-more, a.eael-gallery-load-more:hover {
10727
+ text-decoration: none;
10728
+ }
10729
+
10730
+ /*--- Caption Animation ---*/
10731
+ .eael-filter-gallery-container .item .caption.eael-zoom-in,
10732
+ .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in {
10733
+ -webkit-transform: scale(0);
10734
+ -ms-transform: scale(0);
10735
+ transform: scale(0);
10736
+ }
10737
+
10738
+ .eael-filter-gallery-container .item:hover .caption.eael-zoom-in,
10739
+ .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in {
10740
+ -webkit-transform: scale(1);
10741
+ -ms-transform: scale(1);
10742
+ transform: scale(1);
10743
+ }
10744
+
10745
+ .eael-filter-gallery-container .item .caption.eael-slide-left,
10746
+ .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left {
10747
+ -webkit-transform: translateX(-100%);
10748
+ -ms-transform: translateX(-100%);
10749
+ transform: translateX(-100%);
10750
+ }
10751
+
10752
+ .eael-filter-gallery-container .item:hover .caption.eael-slide-left,
10753
+ .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left {
10754
+ -webkit-transform: translateX(0%);
10755
+ -ms-transform: translateX(0%);
10756
+ transform: translateX(0%);
10757
+ }
10758
+
10759
+ .eael-filter-gallery-container .item .caption.eael-slide-right,
10760
+ .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right {
10761
+ -webkit-transform: translateX(100%);
10762
+ -ms-transform: translateX(100%);
10763
+ transform: translateX(100%);
10764
+ }
10765
+
10766
+ .eael-filter-gallery-container .item:hover .caption.eael-slide-right,
10767
+ .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right {
10768
+ -webkit-transform: translateX(0%);
10769
+ -ms-transform: translateX(0%);
10770
+ transform: translateX(0%);
10771
+ }
10772
+
10773
+ .eael-filter-gallery-container .item .caption.eael-slide-top,
10774
+ .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top {
10775
+ -webkit-transform: translateY(-100%);
10776
+ -ms-transform: translateY(-100%);
10777
+ transform: translateY(-100%);
10778
+ }
10779
+
10780
+ .eael-filter-gallery-container .item:hover .caption.eael-slide-top,
10781
+ .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top {
10782
+ -webkit-transform: translateY(0%);
10783
+ -ms-transform: translateY(0%);
10784
+ transform: translateY(0%);
10785
+ }
10786
+
10787
+ .eael-filter-gallery-container .item .caption.eael-slide-bottom,
10788
+ .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom {
10789
+ -webkit-transform: translateY(100%);
10790
+ -ms-transform: translateY(100%);
10791
+ transform: translateY(100%);
10792
+ }
10793
+
10794
+ .eael-filter-gallery-container .item:hover .caption.eael-slide-bottom,
10795
+ .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom {
10796
+ -webkit-transform: translateY(0%);
10797
+ -ms-transform: translateY(0%);
10798
+ transform: translateY(0%);
10799
+ }
10800
+
10801
+ .eael-filter-gallery-container .item .caption a {
10802
+ display: inline-block;
10803
+ width: 50px;
10804
+ height: 50px;
10805
+ text-align: center;
10806
+ line-height: 50px;
10807
+ -webkit-border-radius: 50%;
10808
+ border-radius: 50%;
10809
+ margin: 0 5px;
10810
+ font-size: 20px;
10811
+ cursor: pointer;
10812
+ -webkit-transition: .3s;
10813
+ -o-transition: .3s;
10814
+ transition: .3s;
10815
+ }
10816
+
10817
+ .eael-filter-gallery-container .item .caption a:nth-child(1),
10818
+ .eael-container .item .caption a:nth-child(2) {
10819
+ -webkit-transition: .6s;
10820
+ -o-transition: .6s;
10821
+ transition: .6s;
10822
+ opacity: 0;
10823
+ }
10824
+
10825
+ .eael-filter-gallery-container .item .caption a:nth-child(1) {
10826
+ -webkit-transform: translateY(-100%);
10827
+ -ms-transform: translateY(-100%);
10828
+ transform: translateY(-100%);
10829
+ }
10830
+
10831
+ .eael-filter-gallery-container .item .caption a:nth-child(2) {
10832
+ -webkit-transform: translateY(100%);
10833
+ -ms-transform: translateY(100%);
10834
+ transform: translateY(100%);
10835
+ }
10836
+
10837
+ .eael-filter-gallery-container .item .caption:hover a:nth-child(1),
10838
+ .eael-filter-gallery-container .item .caption:hover a:nth-child(2) {
10839
+ -webkit-transform: translateY(0%);
10840
+ -ms-transform: translateY(0%);
10841
+ transform: translateY(0%);
10842
+ opacity: 1;
10843
+ }
10844
+
10845
+ .eael-filter-gallery-container .item .caption .eael-popup-link {
10846
+ outline: 0;
10847
+ }
10848
+
10849
+ /*--- Filter Gallery Card Style ---*/
10850
+ .eael-filter-gallery-container.eael-cards .item:before {
10851
+ padding-top: 0px;
10852
+ }
10853
+
10854
+ .eael-filter-gallery-container.eael-cards .item-img {
10855
+ position: relative;
10856
+ background-repeat: no-repeat;
10857
+ background-position: center;
10858
+ -webkit-background-size: cover;
10859
+ background-size: cover;
10860
+ height: 220px;
10861
+ z-index: 0;
10862
+ overflow: hidden;
10863
+ }
10864
+
10865
+ .eael-filter-gallery-container.eael-cards .item-content {
10866
+ padding: 15px;
10867
+ }
10868
+
10869
+ .eael-filter-gallery-container.eael-cards .item-content .title,
10870
+ .eael-filter-gallery-container.eael-cards .item-content .title a {
10871
+ font-size: 20px;
10872
+ line-height: 1;
10873
+ margin-bottom: 0px;
10874
+ -webkit-transition: .3s;
10875
+ -o-transition: .3s;
10876
+ transition: .3s;
10877
+ }
10878
+
10879
+ .eael-filter-gallery-container.eael-cards .item-content p {
10880
+ font-size: 14px;
10881
+ line-height: 26px;
10882
+ }
10883
+
10884
+ .eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
10885
+ text-align: center;
10886
+ }
10887
+
10888
+ .eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
10889
+ text-align: right;
10890
+ }
10891
+
10892
+ .eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
10893
+ text-align: center;
10894
+ }
10895
+
10896
+ .eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
10897
+ text-align: right;
10898
+ }
10899
+
10900
+ /*--- Editor Specific Style ---*/
10901
+ .eael-fg-content-align-left .eael-cards .item .item-content {
10902
+ text-align: left;
10903
+ }
10904
+
10905
+ .eael-fg-content-align-center .eael-cards .item .item-content {
10906
+ text-align: center;
10907
+ }
10908
+
10909
+ .eael-fg-content-align-right .eael-cards .item .item-content {
10910
+ text-align: right;
10911
+ }
10912
+
10913
+ /*--- Magnific Gallery Fix ---*/
10914
+ .mfp-wrap ~ div.dialog-widget {
10915
+ display: none !important;
10916
+ }
10917
+
10918
+ .eael-filterable-gallery-item-wrap {
10919
+ float: left;
10920
+ width: 33.33%;
10921
+ }
10922
+
10923
+ .eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap {
10924
+ width: 100%;
10925
+ }
10926
+
10927
+ .eael-filter-gallery-control > ul li {
10928
+ font-size: 13px;
10929
+ line-height: 1.8;
10930
+ text-transform: uppercase;
10931
+ letter-spacing: 1px;
10932
+ padding: 6px 15px;
10933
+ cursor: pointer;
10934
+ margin: 0 5px;
10935
+ font-weight: normal;
10936
+ }
10937
+
10938
+ .eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap {
10939
+ width: 50%;
10940
+ }
10941
+
10942
+ .eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap {
10943
+ width: 25%;
10944
+ }
10945
+
10946
+ .eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap {
10947
+ width: 20%;
10948
+ }
10949
+
10950
+ .gallery-grid-item {
10951
+ margin-left: calc(20px/2);
10952
+ margin-right: calc(20px/2);
10953
+ margin-bottom: 20px;
10954
+ position: relative;
10955
+ overflow: hidden;
10956
+ }
10957
+
10958
+ .gallery-item-caption-wrap,
10959
+ .media-content-wrap {
10960
+ font-size: 14px;
10961
+ text-align: left;
10962
+ }
10963
+
10964
+ .gallery-item-thumbnail-wrap.caption-style-card img {
10965
+ max-height: 100%;
10966
+ width: 100%;
10967
+ }
10968
+
10969
+ .gallery-item-caption-wrap.caption-style-hoverer {
10970
+ position: absolute;
10971
+ left: 0;
10972
+ top: 0;
10973
+ height: 100%;
10974
+ width: 100%;
10975
+ padding: 15px;
10976
+ z-index: 10;
10977
+ }
10978
+
10979
+ .eael-filterable-gallery-item-wrap .gallery-grid-item .gallery-item-thumbnail-wrap > img {
10980
+ height: 100%;
10981
+ width: 100%;
10982
+ -o-object-fit: cover;
10983
+ object-fit: cover;
10984
+ }
10985
+
10986
+ /*--- Gallery content css ---*/
10987
+ .fg-item-title,
10988
+ .fg-item-content {
10989
+ color: #ffffff;
10990
+ font-family: inherit;
10991
+ }
10992
+
10993
+ /*--- Gallery Card Style CSS ---*/
10994
+ .gallery-item-caption-wrap.caption-style-card .fg-item-title {
10995
+ font-size: 18px;
10996
+ margin: 15px 0 15px;
10997
+ line-height: 1;
10998
+ }
10999
+
11000
+ .gallery-item-caption-wrap.caption-style-card {
11001
+ background: #f7f7f7;
11002
+ }
11003
+
11004
+ .gallery-item-caption-wrap.caption-style-card .fg-item-title {
11005
+ margin: 10px 0 15px;
11006
+ color: #000000;
11007
+ }
11008
+
11009
+ .gallery-item-caption-wrap.caption-style-card .fg-item-content {
11010
+ color: #212529;
11011
+ line-height: 1.5;
11012
+ font-weight: normal;
11013
+ }
11014
+
11015
+ .gallery-item-buttons > a {
11016
+ display: inline-block;
11017
+ font-size: 16px;
11018
+ color: #000;
11019
+ margin-right: 15px;
11020
+ }
11021
+
11022
+ .gallery-item-buttons > a:visited {
11023
+ color: #000;
11024
+ }
11025
+
11026
+ .gallery-item-caption-wrap.caption-style-card {
11027
+ padding: 10px;
11028
+ -webkit-box-sizing: border-box;
11029
+ box-sizing: border-box;
11030
+ font-family: inherit;
11031
+ }
11032
+
11033
+ /*--- Gallery item hover style ---*/
11034
+ .gallery-item-caption-wrap .gallery-item-hoverer-bg {
11035
+ position: absolute;
11036
+ left: 0;
11037
+ top: 0;
11038
+ height: 100%;
11039
+ width: 100%;
11040
+ content: '';
11041
+ background: #000000;
11042
+ z-index: -1;
11043
+ opacity: .7;
11044
+ }
11045
+
11046
+ .gallery-item-caption-wrap.caption-style-hoverer {
11047
+ visibility: hidden;
11048
+ opacity: 0;
11049
+ -webkit-transition: 0.6s all ease;
11050
+ -o-transition: 0.6s all ease;
11051
+ transition: 0.6s all ease;
11052
+ display: -webkit-box;
11053
+ display: -webkit-flex;
11054
+ display: -ms-flexbox;
11055
+ display: flex;
11056
+ -webkit-box-align: center;
11057
+ -webkit-align-items: center;
11058
+ -ms-flex-align: center;
11059
+ align-items: center;
11060
+ }
11061
+
11062
+ .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer {
11063
+ opacity: 1;
11064
+ visibility: visible;
11065
+ }
11066
+
11067
+ .gallery-item-caption-wrap.caption-style-hoverer h5 {
11068
+ font-size: 20px;
11069
+ margin-bottom: 5px;
11070
+ line-height: 1;
11071
+ }
11072
+
11073
+ .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5 {
11074
+ -webkit-transform: translateY(20px);
11075
+ -ms-transform: translateY(20px);
11076
+ transform: translateY(20px);
11077
+ -webkit-transition: 0.6s all ease;
11078
+ -o-transition: 0.6s all ease;
11079
+ transition: 0.6s all ease;
11080
+ }
11081
+
11082
+ .gallery-item-caption-wrap.caption-style-hoverer p {
11083
+ margin-bottom: 5px;
11084
+ }
11085
+
11086
+ .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
11087
+ -webkit-transform: translateY(40px);
11088
+ -ms-transform: translateY(40px);
11089
+ transform: translateY(40px);
11090
+ -webkit-transition: 0.6s all ease;
11091
+ -o-transition: 0.6s all ease;
11092
+ transition: 0.6s all ease;
11093
+ }
11094
+
11095
+ .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons {
11096
+ -webkit-transform: translateY(40px);
11097
+ -ms-transform: translateY(40px);
11098
+ transform: translateY(40px);
11099
+ -webkit-transition: 0.6s all ease;
11100
+ -o-transition: 0.6s all ease;
11101
+ transition: 0.6s all ease;
11102
+ }
11103
+
11104
+ .gallery-item-caption-wrap .gallery-item-buttons > a {
11105
+ padding: 5px 15px;
11106
+ display: inline-block;
11107
+ -webkit-border-radius: 50%;
11108
+ border-radius: 50%;
11109
+ outline: none;
11110
+ text-decoration: none;
11111
+ }
11112
+
11113
+ .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
11114
+ -webkit-transform: scale(0.8);
11115
+ -ms-transform: scale(0.8);
11116
+ transform: scale(0.8);
11117
+ -webkit-transition: 0.6s all ease;
11118
+ -o-transition: 0.6s all ease;
11119
+ transition: 0.6s all ease;
11120
+ }
11121
+
11122
+ .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,
11123
+ .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,
11124
+ .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
11125
+ -webkit-transform: translate(0);
11126
+ -ms-transform: translate(0);
11127
+ transform: translate(0);
11128
+ }
11129
+
11130
+ .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
11131
+ -webkit-transform: scale(1);
11132
+ -ms-transform: scale(1);
11133
+ transform: scale(1);
11134
+ visibility: visible;
11135
+ opacity: 1;
11136
+ }
11137
+
11138
+ .gallery-item-caption-wrap.caption-style-hoverer.eael-none {
11139
+ -webkit-transition: none;
11140
+ -o-transition: none;
11141
+ transition: none;
11142
+ }
11143
+
11144
+ /*--- Video Gallery ---*/
11145
+ .gallery-item-thumbnail-wrap {
11146
+ position: relative;
11147
+ }
11148
+
11149
+ .video-popup,
11150
+ .video-popup-bg {
11151
+ position: absolute;
11152
+ left: 0;
11153
+ top: 0;
11154
+ height: 100%;
11155
+ width: 100%;
11156
+ }
11157
+
11158
+ .video-popup > img {
11159
+ width: 62px;
11160
+ position: relative;
11161
+ z-index: 1;
11162
+ -webkit-transition: 300ms;
11163
+ -o-transition: 300ms;
11164
+ transition: 300ms;
11165
+ }
11166
+
11167
+ .video-popup {
11168
+ display: -webkit-box;
11169
+ display: -webkit-flex;
11170
+ display: -ms-flexbox;
11171
+ display: flex;
11172
+ -webkit-box-align: center;
11173
+ -webkit-align-items: center;
11174
+ -ms-flex-align: center;
11175
+ align-items: center;
11176
+ -webkit-box-pack: center;
11177
+ -webkit-justify-content: center;
11178
+ -ms-flex-pack: center;
11179
+ justify-content: center;
11180
+ }
11181
+
11182
+ .video-popup:hover > img {
11183
+ -webkit-transform: scale(1.1);
11184
+ -ms-transform: scale(1.1);
11185
+ transform: scale(1.1);
11186
+ }
11187
+
11188
+ .video-popup-bg {
11189
+ visibility: hidden;
11190
+ opacity: 0;
11191
+ -webkit-transition: 350ms;
11192
+ -o-transition: 350ms;
11193
+ transition: 350ms;
11194
+ }
11195
+
11196
+ .gallery-grid-item:hover .video-popup-bg {
11197
+ visibility: visible;
11198
+ opacity: 1;
11199
+ }
11200
+
11201
+ .gallery-item-thumbnail-wrap > .gallery-item-caption-wrap {
11202
+ position: absolute;
11203
+ left: 0;
11204
+ top: 0;
11205
+ height: 100%;
11206
+ width: 100%;
11207
+ display: -webkit-box;
11208
+ display: -webkit-flex;
11209
+ display: -ms-flexbox;
11210
+ display: flex;
11211
+ -webkit-box-align: center;
11212
+ -webkit-align-items: center;
11213
+ -ms-flex-align: center;
11214
+ align-items: center;
11215
+ -webkit-box-pack: center;
11216
+ -webkit-justify-content: center;
11217
+ -ms-flex-pack: center;
11218
+ justify-content: center;
11219
+ }
11220
+
11221
+ .gallery-item-caption-wrap.card-hover-bg {
11222
+ visibility: hidden;
11223
+ opacity: 0;
11224
+ -webkit-transition: 800ms;
11225
+ -o-transition: 800ms;
11226
+ transition: 800ms;
11227
+ }
11228
+
11229
+ .gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg {
11230
+ visibility: visible;
11231
+ opacity: 1;
11232
+ }
11233
+
11234
+ .gallery-item-caption-wrap .gallery-item-buttons > a > i {
11235
+ display: -webkit-box;
11236
+ display: -webkit-flex;
11237
+ display: -ms-flexbox;
11238
+ display: flex;
11239
+ -webkit-box-align: center;
11240
+ -webkit-align-items: center;
11241
+ -ms-flex-align: center;
11242
+ align-items: center;
11243
+ -webkit-box-pack: center;
11244
+ -webkit-justify-content: center;
11245
+ -ms-flex-pack: center;
11246
+ justify-content: center;
11247
+ height: 100%;
11248
+ }
11249
+
11250
+ /*--- Gallery Column CSS ---*/
11251
+ @media only screen and (min-width: 1025px) {
11252
+ /* For Desktop: */
11253
+ .elementor-element.elementor-grid-1 {
11254
+ position: relative;
11255
+ }
11256
+
11257
+ .elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap {
11258
+ width: 100%;
11259
+ float: left;
11260
+ }
11261
+
11262
+ .elementor-element.elementor-grid-2 {
11263
+ position: relative;
11264
+ }
11265
+
11266
+ .elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap {
11267
+ width: 50%;
11268
+ float: left;
11269
+ }
11270
+
11271
+ .elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
11272
+ margin-right: 0 !important;
11273
+ }
11274
+
11275
+ .elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
11276
+ clear: left;
11277
+ }
11278
+
11279
+ .elementor-element.elementor-grid-3 {
11280
+ position: relative;
11281
+ }
11282
+
11283
+ .elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap {
11284
+ width: 33.3333%;
11285
+ float: left;
11286
+ }
11287
+
11288
+ .elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
11289
+ margin-right: 0 !important;
11290
+ }
11291
+
11292
+ .elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
11293
+ clear: left;
11294
+ }
11295
+
11296
+ .elementor-element.elementor-grid-4 {
11297
+ position: relative;
11298
+ }
11299
+
11300
+ .elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap {
11301
+ width: 25%;
11302
+ float: left;
11303
+ }
11304
+
11305
+ .elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
11306
+ margin-right: 0 !important;
11307
+ }
11308
+
11309
+ .elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
11310
+ clear: left;
11311
+ }
11312
+
11313
+ .elementor-element.elementor-grid-5 {
11314
+ position: relative;
11315
+ }
11316
+
11317
+ .elementor-element.elementor-grid-5 .pp-logo-grid {
11318
+ margin-right: -5px;
11319
+ }
11320
+
11321
+ .elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap {
11322
+ width: 20%;
11323
+ float: left;
11324
+ }
11325
+
11326
+ .elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
11327
+ margin-right: 0 !important;
11328
+ }
11329
+
11330
+ .elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
11331
+ clear: left;
11332
+ }
11333
+
11334
+ .elementor-element.elementor-grid-6 {
11335
+ position: relative;
11336
+ }
11337
+
11338
+ .elementor-element.elementor-grid-6 .pp-logo-grid {
11339
+ margin-right: -6px;
11340
+ }
11341
+
11342
+ .elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap {
11343
+ width: 16.6667%;
11344
+ float: left;
11345
+ }
11346
+
11347
+ .elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
11348
+ margin-right: 0 !important;
11349
+ }
11350
+
11351
+ .elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
11352
+ clear: left;
11353
+ }
11354
+ }
11355
+ @media only screen and (max-width: 1024px) and (min-width: 766px) {
11356
+ /* For tablets: */
11357
+ .elementor-element.elementor-grid-tablet-1 {
11358
+ position: relative;
11359
+ }
11360
+
11361
+ .elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap {
11362
+ width: 100%;
11363
+ float: left;
11364
+ }
11365
+
11366
+ .elementor-element.elementor-grid-tablet-2 {
11367
+ position: relative;
11368
+ }
11369
+
11370
+ .elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap {
11371
+ width: 50%;
11372
+ float: left;
11373
+ }
11374
+
11375
+ .elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
11376
+ margin-right: 0 !important;
11377
+ }
11378
+
11379
+ .elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
11380
+ clear: left;
11381
+ }
11382
+
11383
+ .elementor-element.elementor-grid-tablet-3 {
11384
+ position: relative;
11385
+ }
11386
+
11387
+ .elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap {
11388
+ width: 33.3333%;
11389
+ float: left;
11390
+ }
11391
+
11392
+ .elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
11393
+ margin-right: 0 !important;
11394
+ }
11395
+
11396
+ .elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
11397
+ clear: left;
11398
+ }
11399
+
11400
+ .elementor-element.elementor-grid-tablet-4 {
11401
+ position: relative;
11402
+ }
11403
+
11404
+ .elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap {
11405
+ width: 25%;
11406
+ float: left;
11407
+ }
11408
+
11409
+ .elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
11410
+ margin-right: 0 !important;
11411
+ }
11412
+
11413
+ .elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
11414
+ clear: left;
11415
+ }
11416
+
11417
+ .elementor-element.elementor-grid-tablet-5 {
11418
+ position: relative;
11419
+ }
11420
+
11421
+ .elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap {
11422
+ width: 20%;
11423
+ float: left;
11424
+ }
11425
+
11426
+ .elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
11427
+ margin-right: 0 !important;
11428
+ }
11429
+
11430
+ .elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
11431
+ clear: left;
11432
+ }
11433
+
11434
+ .elementor-element.elementor-grid-tablet-6 {
11435
+ position: relative;
11436
+ }
11437
+
11438
+ .elementor-element.elementor-grid-tablet-6 .pp-logo-grid {
11439
+ margin-right: -6px;
11440
+ }
11441
+
11442
+ .elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap {
11443
+ width: 16.6667%;
11444
+ float: left;
11445
+ }
11446
+
11447
+ .elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
11448
+ margin-right: 0 !important;
11449
+ }
11450
+
11451
+ .elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
11452
+ clear: left;
11453
+ }
11454
+ }
11455
+ @media only screen and (max-width: 767px) {
11456
+ .elementor-element.elementor-grid-mobile-1 {
11457
+ position: relative;
11458
+ }
11459
+
11460
+ .elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap {
11461
+ width: 100%;
11462
+ float: left;
11463
+ }
11464
+
11465
+ .elementor-element.elementor-grid-mobile-2 {
11466
+ position: relative;
11467
+ }
11468
+
11469
+ .elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap {
11470
+ width: 50%;
11471
+ float: left;
11472
+ }
11473
+
11474
+ .elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
11475
+ margin-right: 0 !important;
11476
+ }
11477
+
11478
+ .elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
11479
+ clear: left;
11480
+ }
11481
+
11482
+ .elementor-element.elementor-grid-mobile-3 {
11483
+ position: relative;
11484
+ }
11485
+
11486
+ .elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap {
11487
+ width: 33.3333%;
11488
+ float: left;
11489
+ }
11490
+
11491
+ .elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
11492
+ margin-right: 0 !important;
11493
+ }
11494
+
11495
+ .elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
11496
+ clear: left;
11497
+ }
11498
+
11499
+ .elementor-element.elementor-grid-mobile-4 {
11500
+ position: relative;
11501
+ }
11502
+
11503
+ .elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap {
11504
+ width: 25%;
11505
+ float: left;
11506
+ }
11507
+
11508
+ .elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
11509
+ margin-right: 0 !important;
11510
+ }
11511
+
11512
+ .elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
11513
+ clear: left;
11514
+ }
11515
+
11516
+ .elementor-element.elementor-grid-mobile-5 {
11517
+ position: relative;
11518
+ }
11519
+
11520
+ .elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap {
11521
+ width: 20%;
11522
+ float: left;
11523
+ }
11524
+
11525
+ .elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
11526
+ margin-right: 0 !important;
11527
+ }
11528
+
11529
+ .elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
11530
+ clear: left;
11531
+ }
11532
+
11533
+ .elementor-element.elementor-grid-mobile-6 {
11534
+ position: relative;
11535
+ }
11536
+
11537
+ .elementor-element.elementor-grid-mobile-6 .pp-logo-grid {
11538
+ margin-right: -6px;
11539
+ }
11540
+
11541
+ .elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap {
11542
+ width: 16.6667%;
11543
+ float: left;
11544
+ }
11545
+
11546
+ .elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
11547
+ margin-right: 0 !important;
11548
+ }
11549
+
11550
+ .elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
11551
+ clear: left;
11552
+ }
11553
+ }
11554
+
11555
+ /*---------------------------*/
11556
+ /* 18. Flipbox Style
11557
+ /*---------------------------*/
11558
+ .eael-elements-flip-box-container {
11559
+ position: relative;
11560
+ height: 300px;
11561
+ width: 100%;
11562
+ }
11563
+
11564
+ .eael-elements-flip-box-container .flipbox-button {
11565
+ display: inline-block;
11566
+ -webkit-transition: all 400ms;
11567
+ -o-transition: all 400ms;
11568
+ transition: all 400ms;
11569
+ }
11570
+
11571
+ .eael-elements-flip-box-container a {
11572
+ display: block;
11573
+ }
11574
+
11575
+ .eael-elements-flip-box-vertical-align {
11576
+ width: 100%;
11577
+ }
11578
+
11579
+ .eael-elements-flip-box-padding {
11580
+ padding: 0px 30px 5px 30px;
11581
+ }
11582
+
11583
+ .eael-elements-flip-box-icon-image {
11584
+ display: inline-block;
11585
+ margin: 0 auto 0px auto;
11586
+ line-height: 1;
11587
+ }
11588
+
11589
+ .eael-elements-flip-box-icon-image.eael_eleements_flip_front_icon_style_background {
11590
+ background: #cccccc;
11591
+ }
11592
+
11593
+ .eael_eleements_flip_front_icon_style_bordered {
11594
+ border: 2px solid #ffffff;
11595
+ }
11596
+
11597
+ .eael_flip_box_icon_border_round {
11598
+ -webkit-border-radius: 100px;
11599
+ border-radius: 100px;
11600
+ }
11601
+
11602
+ .eael_eleements_flip_front_icon_style_background,
11603
+ .eael_eleements_flip_front_icon_style_bordered {
11604
+ padding: 15px;
11605
+ }
11606
+
11607
+ .eael-elements-flip-box-icon-image i {
11608
+ font-size: 40px;
11609
+ line-height: 40px;
11610
+ width: 40px;
11611
+ }
11612
+
11613
+ .eael-elements-slider-display-table {
11614
+ width: 100%;
11615
+ }
11616
+
11617
+ .eael-elements-flip-box-front-container {
11618
+ text-align: center;
11619
+ position: absolute;
11620
+ top: 0px;
11621
+ left: 0px;
11622
+ z-index: 2;
11623
+ width: 100%;
11624
+ height: 100%;
11625
+ background: #0e9dd2;
11626
+ color: #ffffff;
11627
+ border-color: #000000;
11628
+ -webkit-display: flex;
11629
+ display: -webkit-box;
11630
+ display: -ms-flexbox;
11631
+ display: flex;
11632
+ -webkit-align-items: center;
11633
+ -webkit-box-align: center;
11634
+ -ms-flex-align: center;
11635
+ align-items: center;
11636
+ }
11637
+
11638
+ .eael-elements-flip-box-content,
11639
+ .eael-elements-flip-box-heading {
11640
+ color: #ffffff;
11641
+ }
11642
+
11643
+ .eael-elements-flip-box-heading.flipbox-linked-title {
11644
+ color: #fff;
11645
+ font-size: 1.5em;
11646
+ font-weight: 700;
11647
+ }
11648
+
11649
+ .eael-elements-flip-box-rear-container {
11650
+ text-align: center;
11651
+ position: absolute;
11652
+ top: 0px;
11653
+ left: 0px;
11654
+ width: 100%;
11655
+ height: 100%;
11656
+ background: #444444;
11657
+ color: #ffffff;
11658
+ display: -webkit-box;
11659
+ display: -webkit-flex;
11660
+ display: -ms-flexbox;
11661
+ display: flex;
11662
+ -webkit-align-items: center;
11663
+ -webkit-box-align: center;
11664
+ -ms-flex-align: center;
11665
+ align-items: center;
11666
+ border-color: #000000;
11667
+ }
11668
+
11669
+ /*--- Floating Button Styles ---*/
11670
+ .eael-elements-button-floating-container {
11671
+ position: fixed;
11672
+ z-index: 100;
11673
+ }
11674
+
11675
+ .eael-elements-button-floating-container .eael-elements-button {
11676
+ margin-top: 0px;
11677
+ font-size: 14px;
11678
+ position: relative;
11679
+ padding: 14px 20px;
11680
+ }
11681
+
11682
+ .eael-elements-button {
11683
+ cursor: pointer;
11684
+ display: inline-block;
11685
+ background: #077bbe;
11686
+ color: #ffffff;
11687
+ line-height: 1;
11688
+ padding: 16px 25px;
11689
+ margin-top: 15px;
11690
+ }
11691
+
11692
+ .eael-elements-button:hover {
11693
+ background: #077bbe;
11694
+ color: #ffffff;
11695
+ }
11696
+
11697
+ /*--- CSS3 Transitions ---*/
11698
+ .eael-elements-flip-box-container {
11699
+ -webkit-perspective: 1000px;
11700
+ perspective: 1000px;
11701
+ }
11702
+
11703
+ .eael-elements-flip-box-front-container,
11704
+ .eael-elements-flip-box-rear-container {
11705
+ -webkit-transition-duration: 500ms;
11706
+ -o-transition-duration: 500ms;
11707
+ transition-duration: 500ms;
11708
+ -webkit-transition-property: all;
11709
+ -o-transition-property: all;
11710
+ transition-property: all;
11711
+ -webkit-transition-timing-function: ease;
11712
+ -o-transition-timing-function: ease;
11713
+ transition-timing-function: ease;
11714
+ }
11715
+
11716
+ .eael-elements-flip-box-flip-card {
11717
+ width: 100%;
11718
+ height: 100%;
11719
+ -webkit-transform-style: preserve-3d;
11720
+ transform-style: preserve-3d;
11721
+ -webkit-transition: all 500ms ease;
11722
+ -o-transition: all 500ms ease;
11723
+ transition: all 500ms ease;
11724
+ }
11725
+
11726
+ .eael-elements-flip-box-rear-container,
11727
+ .eael-elements-flip-box-front-container {
11728
+ -webkit-backface-visibility: hidden;
11729
+ backface-visibility: hidden;
11730
+ -webkit-transform: rotateX(0deg);
11731
+ transform: rotateX(0deg);
11732
+ -webkit-transform: rotateY(0deg);
11733
+ transform: rotateY(0deg);
11734
+ }
11735
+
11736
+ /*--- Flip ---*/
11737
+ .eael-animate-flip.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
11738
+ .eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container {
11739
+ -webkit-transform: rotateX(180deg);
11740
+ transform: rotateX(180deg);
11741
+ }
11742
+
11743
+ .eael-animate-flip.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
11744
+ .eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
11745
+ -webkit-transform: rotateX(-180deg);
11746
+ transform: rotateX(-180deg);
11747
+ }
11748
+
11749
+ .eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
11750
+ .eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container {
11751
+ -webkit-transform: rotateY(-180deg);
11752
+ transform: rotateY(-180deg);
11753
+ }
11754
+
11755
+ .eael-animate-flip.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
11756
+ .eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container {
11757
+ -webkit-transform: rotateY(180deg);
11758
+ transform: rotateY(180deg);
11759
+ }
11760
+
11761
+ /*--- Slide ---*/
11762
+ .eael-animate-push.eael-elements-flip-box-container,
11763
+ .eael-animate-slide.eael-elements-flip-box-container {
11764
+ overflow: hidden;
11765
+ }
11766
+
11767
+ .eael-animate-push .eael-elements-flip-box-rear-container,
11768
+ .eael-animate-slide .eael-elements-flip-box-rear-container {
11769
+ z-index: 3;
11770
+ }
11771
+
11772
+ .eael-animate-push.eael-animate-up .eael-elements-flip-box-rear-container,
11773
+ .eael-animate-slide.eael-animate-up .eael-elements-flip-box-rear-container {
11774
+ top: 100%;
11775
+ }
11776
+
11777
+ .eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
11778
+ .eael-animate-slide.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
11779
+ top: 0;
11780
+ }
11781
+
11782
+ .eael-animate-push.eael-animate-down .eael-elements-flip-box-rear-container,
11783
+ .eael-animate-slide.eael-animate-down .eael-elements-flip-box-rear-container {
11784
+ top: auto;
11785
+ bottom: 100%;
11786
+ }
11787
+
11788
+ .eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
11789
+ .eael-animate-slide.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
11790
+ top: auto;
11791
+ bottom: 0;
11792
+ }
11793
+
11794
+ .eael-animate-push.eael-animate-left .eael-elements-flip-box-rear-container,
11795
+ .eael-animate-slide.eael-animate-left .eael-elements-flip-box-rear-container {
11796
+ left: 100%;
11797
+ }
11798
+
11799
+ .eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
11800
+ .eael-animate-slide.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
11801
+ left: 0;
11802
+ }
11803
+
11804
+ .eael-animate-push.eael-animate-right .eael-elements-flip-box-rear-container,
11805
+ .eael-animate-slide.eael-animate-right .eael-elements-flip-box-rear-container {
11806
+ left: auto;
11807
+ right: 100%;
11808
+ }
11809
+
11810
+ .eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
11811
+ .eael-animate-slide.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
11812
+ left: auto;
11813
+ right: 0;
11814
+ }
11815
+
11816
+ /*--- Push + Slide Above ---*/
11817
+ .eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
11818
+ top: -100%;
11819
+ }
11820
+
11821
+ .eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
11822
+ top: 100%;
11823
+ }
11824
+
11825
+ .eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
11826
+ left: -100%;
11827
+ }
11828
+
11829
+ .eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
11830
+ left: 100%;
11831
+ }
11832
+
11833
+ /*--- Zoom In ---*/
11834
+ .eael-animate-zoom-in .eael-elements-flip-box-rear-container {
11835
+ opacity: 0;
11836
+ -webkit-transform: scale(0.75);
11837
+ -ms-transform: scale(0.75);
11838
+ transform: scale(0.75);
11839
+ z-index: 3;
11840
+ }
11841
+
11842
+ .eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
11843
+ opacity: 1;
11844
+ -webkit-transform: scale(1);
11845
+ -ms-transform: scale(1);
11846
+ transform: scale(1);
11847
+ }
11848
+
11849
+ /*--- Zoom Out ---*/
11850
+ .eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
11851
+ opacity: 0;
11852
+ -webkit-transform: scale(0.75);
11853
+ -ms-transform: scale(0.75);
11854
+ transform: scale(0.75);
11855
+ }
11856
+
11857
+ .eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
11858
+ opacity: 0;
11859
+ }
11860
+
11861
+ /*--- Builder Related Style ---*/
11862
+ .eael-flipbox-content-align-right .eael-elements-flip-box-padding {
11863
+ text-align: right;
11864
+ }
11865
+
11866
+ .eael-flipbox-content-align-left .eael-elements-flip-box-padding {
11867
+ text-align: left;
11868
+ }
11869
+
11870
+ .eael-flipbox-content-align-center .eael-elements-flip-box-padding {
11871
+ text-align: center;
11872
+ }
11873
+
11874
+ .eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,
11875
+ .eael-flipbox-img-circle .flipbox-back-image-icon img {
11876
+ -webkit-border-radius: 50%;
11877
+ border-radius: 50%;
11878
+ overflow: hidden;
11879
+ }
11880
+
11881
+ /*--------------------------*/
11882
+ /* 01. General Styles
11883
+ /*--------------------------*/
11884
+ .clearfix::before,
11885
+ .clearfix::after {
11886
+ content: " ";
11887
+ display: table;
11888
+ clear: both;
11889
+ }
11890
+
11891
+ /*---------------------------------------*/
11892
+ /* 02. Common styles for slider elements
11893
+ /*---------------------------------------*/
11894
+ .eael-testimonial-slider.nav-top-left,
11895
+ .eael-testimonial-slider.nav-top-right,
11896
+ .eael-team-slider.nav-top-left,
11897
+ .eael-team-slider.nav-top-right,
11898
+ .eael-logo-carousel.nav-top-left,
11899
+ .eael-logo-carousel.nav-top-right,
11900
+ .eael-post-carousel.nav-top-left,
11901
+ .eael-post-carousel.nav-top-right,
11902
+ .eael-product-carousel.nav-top-left,
11903
+ .eael-product-carousel.nav-top-right {
11904
+ padding-top: 40px;
11905
+ }
11906
+
11907
+ /*----------------------------*/
11908
+ /* 28. Swiper
11909
+ /*----------------------------*/
11910
+ .swiper-container-wrap .swiper-slide,
11911
+ .swiper-container .swiper-slide {
11912
+ text-align: center;
11913
+ }
11914
+
11915
+ .swiper-container-wrap .swiper-slide img,
11916
+ .swiper-container .swiper-slide img {
11917
+ width: auto;
11918
+ }
11919
+
11920
+ .swiper-container-wrap-dots-outside .swiper-pagination,
11921
+ .swiper-container-dots-outside .swiper-pagination {
11922
+ position: static;
11923
+ }
11924
+
11925
+ .swiper-container-wrap .swiper-button-next,
11926
+ .swiper-container-wrap .swiper-button-prev,
11927
+ .swiper-container .swiper-button-next,
11928
+ .swiper-container .swiper-button-prev {
11929
+ background: transparent;
11930
+ font-size: 20px;
11931
+ height: auto;
11932
+ line-height: 1;
11933
+ margin: 0;
11934
+ text-align: center;
11935
+ -webkit-transform: translateY(-50%);
11936
+ -ms-transform: translateY(-50%);
11937
+ transform: translateY(-50%);
11938
+ width: auto;
11939
+ }
11940
+
11941
+ .swiper-container-wrap .swiper-button-next .fa,
11942
+ .swiper-container-wrap .swiper-button-prev .fa,
11943
+ .swiper-container .swiper-button-next .fa,
11944
+ .swiper-container .swiper-button-prev .fa {
11945
+ vertical-align: top;
11946
+ }
11947
+
11948
+ .swiper-container-wrap .swiper-pagination {
11949
+ bottom: 10px;
11950
+ left: 0;
11951
+ width: 100%;
11952
+ }
11953
+
11954
+ .swiper-container-wrap-dots-outside .swiper-pagination {
11955
+ position: static;
11956
+ }
11957
+
11958
+ .swiper-container-wrap .swiper-pagination-bullet {
11959
+ background: #ccc;
11960
+ margin: 0 4px;
11961
+ opacity: 1;
11962
+ height: 8px;
11963
+ width: 8px;
11964
+ }
11965
+
11966
+ .swiper-container-wrap .swiper-pagination-bullet-active {
11967
+ background: #000;
11968
+ }
11969
+
11970
+ .swiper-container-3d .swiper-slide {
11971
+ -o-transition-property: all;
11972
+ transition-property: all;
11973
+ -webkit-transition-property: all;
11974
+ }
11975
+
11976
+ /*--------------------------------*/
11977
+ /* 10. Contact forms common
11978
+ /*--------------------------------*/
11979
+ .eael-contact-form input[type=text],
11980
+ .eael-contact-form input[type=email],
11981
+ .eael-contact-form input[type=url],
11982
+ .eael-contact-form input[type=tel],
11983
+ .eael-contact-form input[type=date],
11984
+ .eael-contact-form input[type=number],
11985
+ .eael-contact-form textarea {
11986
+ background: #fff;
11987
+ box-shadow: none;
11988
+ -webkit-box-shadow: none;
11989
+ float: none;
11990
+ height: auto;
11991
+ margin: 0;
11992
+ outline: 0;
11993
+ width: 100%;
11994
+ }
11995
+
11996
+ .eael-contact-form input[type=submit] {
11997
+ border: 0;
11998
+ float: none;
11999
+ height: auto;
12000
+ margin: 0;
12001
+ padding: 10px 20px;
12002
+ width: auto;
12003
+ -webkit-transition: all 0.25s linear 0s;
12004
+ -o-transition: all 0.25s linear 0s;
12005
+ transition: all 0.25s linear 0s;
12006
+ }
12007
+
12008
+ .eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
12009
+ .eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
12010
+ opacity: 0;
12011
+ visibility: hidden;
12012
+ }
12013
+
12014
+ .eael-contact-form.placeholder-hide input::-moz-placeholder,
12015
+ .eael-contact-form.placeholder-hide textarea::-moz-placeholder {
12016
+ opacity: 0;
12017
+ visibility: hidden;
12018
+ }
12019
+
12020
+ .eael-contact-form.placeholder-hide input:-ms-input-placeholder,
12021
+ .eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
12022
+ opacity: 0;
12023
+ visibility: hidden;
12024
+ }
12025
+
12026
+ .eael-contact-form.placeholder-hide input:-moz-placeholder,
12027
+ .eael-contact-form.placeholder-hide textarea:-moz-placeholder {
12028
+ opacity: 0;
12029
+ visibility: hidden;
12030
+ }
12031
+
12032
+ .eael-custom-radio-checkbox input[type=checkbox],
12033
+ .eael-custom-radio-checkbox input[type=radio] {
12034
+ -webkit-appearance: none;
12035
+ -moz-appearance: none;
12036
+ border-style: solid;
12037
+ border-width: 0;
12038
+ outline: none;
12039
+ min-width: 1px;
12040
+ width: 15px;
12041
+ height: 15px;
12042
+ background: #ddd;
12043
+ padding: 3px;
12044
+ }
12045
+
12046
+ .eael-custom-radio-checkbox input[type=checkbox]:before,
12047
+ .eael-custom-radio-checkbox input[type=radio]:before {
12048
+ content: "";
12049
+ width: 100%;
12050
+ height: 100%;
12051
+ padding: 0;
12052
+ margin: 0;
12053
+ display: block;
12054
+ }
12055
+
12056
+ .eael-custom-radio-checkbox input[type=checkbox]:checked:before,
12057
+ .eael-custom-radio-checkbox input[type=radio]:checked:before {
12058
+ background: #999;
12059
+ -webkit-transition: all 0.25s linear 0s;
12060
+ -o-transition: all 0.25s linear 0s;
12061
+ transition: all 0.25s linear 0s;
12062
+ }
12063
+
12064
+ .eael-custom-radio-checkbox input[type=radio] {
12065
+ -webkit-border-radius: 50%;
12066
+ border-radius: 50%;
12067
+ }
12068
+
12069
+ .eael-custom-radio-checkbox input[type=radio]:before {
12070
+ -webkit-border-radius: 50%;
12071
+ border-radius: 50%;
12072
+ }
12073
+
12074
+ /*----------------------*/
12075
+ /* 14. Gravity Form
12076
+ /*----------------------*/
12077
+ .eael-gravity-form-align-default,
12078
+ .eael-gravity-form-align-left,
12079
+ .eael-gravity-form-btn-align-left {
12080
+ text-align: left;
12081
+ }
12082
+
12083
+ .eael-gravity-form-align-right,
12084
+ .eael-gravity-form-btn-align-right {
12085
+ text-align: right;
12086
+ }
12087
+
12088
+ .eael-gravity-form-align-center,
12089
+ .eael-gravity-form-btn-align-center {
12090
+ text-align: center;
12091
+ }
12092
+
12093
+ .eael-gravity-form .gform_wrapper .gform_footer {
12094
+ margin: 0;
12095
+ padding: 0;
12096
+ }
12097
+
12098
+ .gform_wrapper form li,
12099
+ .gform_wrapper li {
12100
+ list-style: none;
12101
+ }
12102
+
12103
+ .eael-gravity-form .gform_wrapper ul.gform_fields li.gfield {
12104
+ padding: 0;
12105
+ }
12106
+
12107
+ .eael-gravity-form .gform_wrapper textarea {
12108
+ padding: 0;
12109
+ }
12110
+
12111
+ .eael-gravity-form .gform_wrapper .gform_footer input.button,
12112
+ .eael-gravity-form .gform_wrapper .gform_footer input[type=submit],
12113
+ .eael-gravity-form .gform_wrapper .gform_page_footer input.button,
12114
+ .eael-gravity-form .gform_wrapper .gform_page_footer input[type=submit] {
12115
+ margin: 0;
12116
+ }
12117
+
12118
+ .eael-gravity-form.title-description-hide .gform_heading {
12119
+ display: none;
12120
+ }
12121
+
12122
+ .eael-gravity-form.labels-hide .gform_wrapper .top_label .gfield_label,
12123
+ .eael-gravity-form.labels-hide .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
12124
+ display: none;
12125
+ }
12126
+
12127
+ .eael-gravity-form-button-full-width .gform_wrapper .gform_footer input[type="submit"] {
12128
+ width: 100%;
12129
+ }
12130
+
12131
+ /*------------------------------*/
12132
+ /* 34. Image accordion
12133
+ /*------------------------------*/
12134
+ .eael-img-accordion {
12135
+ display: -webkit-box;
12136
+ display: -webkit-flex;
12137
+ display: -ms-flexbox;
12138
+ display: flex;
12139
+ height: 50vh;
12140
+ }
12141
+
12142
+ .eael-img-accordion a {
12143
+ position: relative;
12144
+ -webkit-box-flex: 1;
12145
+ -webkit-flex: 1;
12146
+ -ms-flex: 1;
12147
+ flex: 1;
12148
+ text-align: center;
12149
+ text-decoration: none;
12150
+ color: #fff;
12151
+ -webkit-background-size: cover;
12152
+ background-size: cover;
12153
+ background-position: center;
12154
+ background-repeat: no-repeat;
12155
+ -webkit-transition: -webkit-box-flex .4s, -webkit-flex .4s;
12156
+ transition: -webkit-box-flex .4s, -webkit-flex .4s;
12157
+ -o-transition: flex .4s;
12158
+ transition: flex .4s;
12159
+ transition: flex .4s, -webkit-box-flex .4s, -webkit-flex .4s, -ms-flex .4s;
12160
+ }
12161
+
12162
+ .eael-grow-accordion {
12163
+ -webkit-box-flex: 3;
12164
+ -webkit-flex: 3;
12165
+ -ms-flex: 3;
12166
+ flex: 3;
12167
+ }
12168
+
12169
+ .eael-img-accordion .overlay {
12170
+ display: -webkit-box;
12171
+ display: -webkit-flex;
12172
+ display: -ms-flexbox;
12173
+ display: flex;
12174
+ -webkit-box-align: center;
12175
+ -webkit-align-items: center;
12176
+ -ms-flex-align: center;
12177
+ align-items: center;
12178
+ -webkit-box-pack: center;
12179
+ -webkit-justify-content: center;
12180
+ -ms-flex-pack: center;
12181
+ justify-content: center;
12182
+ padding: 0 10px;
12183
+ position: absolute;
12184
+ top: 0;
12185
+ right: 0;
12186
+ bottom: 0;
12187
+ left: 0;
12188
+ -webkit-transition: background-color .4s;
12189
+ -o-transition: background-color .4s;
12190
+ transition: background-color .4s;
12191
+ }
12192
+
12193
+ .eael-img-accordion .overlay .overlay-inner {
12194
+ z-index: 1;
12195
+ }
12196
+
12197
+ .eael-img-accordion a:after {
12198
+ content: "";
12199
+ position: absolute;
12200
+ width: 100%;
12201
+ height: 100%;
12202
+ z-index: 0;
12203
+ top: 0px;
12204
+ left: 0px;
12205
+ bottom: 0px;
12206
+ right: 0px;
12207
+ -webkit-transition: all 0.3s ease-in-out;
12208
+ -o-transition: all 0.3s ease-in-out;
12209
+ transition: all 0.3s ease-in-out;
12210
+ }
12211
+
12212
+ .eael-img-accordion .overlay-inner * {
12213
+ visibility: hidden;
12214
+ opacity: 0;
12215
+ -webkit-transform-style: preserve-3d;
12216
+ transform-style: preserve-3d;
12217
+ }
12218
+
12219
+ .eael-img-accordion .overlay h2 {
12220
+ color: #fff;
12221
+ -webkit-transform: translate3d(0, -60px, 0);
12222
+ transform: translate3d(0, -60px, 0);
12223
+ }
12224
+
12225
+ .eael-img-accordion .overlay p {
12226
+ color: #fff;
12227
+ -webkit-transform: translate3d(0, 60px, 0);
12228
+ transform: translate3d(0, 60px, 0);
12229
+ }
12230
+
12231
+ .eael-img-accordion .overlay-inner-show * {
12232
+ opacity: 1;
12233
+ visibility: visible;
12234
+ -webkit-transform: none !important;
12235
+ -ms-transform: none !important;
12236
+ transform: none !important;
12237
+ -webkit-transition: all .3s .3s;
12238
+ -o-transition: all .3s .3s;
12239
+ transition: all .3s .3s;
12240
+ }
12241
+
12242
+ @media screen and (max-width: 800px) {
12243
+ .eael-img-accordion {
12244
+ -webkit-box-orient: vertical;
12245
+ -webkit-box-direction: normal;
12246
+ -webkit-flex-direction: column;
12247
+ -ms-flex-direction: column;
12248
+ flex-direction: column;
12249
+ }
12250
+
12251
+ .eael-img-accordion a:hover {
12252
+ -webkit-box-flex: 1;
12253
+ -webkit-flex: 1;
12254
+ -ms-flex: 1;
12255
+ flex: 1;
12256
+ }
12257
+
12258
+ .eael-img-accordion a:hover .overlay {
12259
+ background-color: transparent;
12260
+ }
12261
+ }
12262
+
12263
+ /* ------------------------ */
12264
+ /* 17. Infobox Style
12265
+ /* ------------------------ */
12266
+ /*--- Image/Icon On Top ---*/
12267
+ .eael-infobox .infobox-icon {
12268
+ height: auto;
12269
+ }
12270
+
12271
+ .eael-infobox .infobox-icon .infobox-icon-wrap {
12272
+ display: block;
12273
+ width: 100%;
12274
+ height: auto;
12275
+ -webkit-transition: .3s;
12276
+ -o-transition: .3s;
12277
+ transition: .3s;
12278
+ }
12279
+
12280
+ .eael-infobox .infobox-icon .infobox-icon-wrap i {
12281
+ -webkit-transition: .3s;
12282
+ -o-transition: .3s;
12283
+ transition: .3s;
12284
+ }
12285
+
12286
+ /*--- For Content Alignment ---*/
12287
+ .eael-infobox-content-align-left .eael-infobox .infobox-icon,
12288
+ .eael-infobox-content-align-left .eael-infobox .infobox-content,
12289
+ .eael-infobox-content-align-left .eael-infobox .infobox-button {
12290
+ text-align: left;
12291
+ }
12292
+
12293
+ .eael-infobox-content-align-right .eael-infobox .infobox-icon,
12294
+ .eael-infobox-content-align-right .eael-infobox .infobox-content,
12295
+ .eael-infobox-content-align-right .eael-infobox .infobox-button {
12296
+ text-align: right;
12297
+ }
12298
+
12299
+ .eael-infobox-content-align-center .eael-infobox .infobox-icon,
12300
+ .eael-infobox-content-align-center .eael-infobox .infobox-content,
12301
+ .eael-infobox-content-align-center .eael-infobox .infobox-button {
12302
+ text-align: center;
12303
+ }
12304
+
12305
+ /*--- For icon background shape ---*/
12306
+ .eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap,
12307
+ .eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
12308
+ .eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap {
12309
+ width: 90px;
12310
+ height: 90px;
12311
+ text-align: center;
12312
+ }
12313
+
12314
+ .eael-infobox-icon-hover-bg-shape-square:hover .infobox-icon .infobox-icon-wrap {
12315
+ -webkit-border-radius: 0;
12316
+ border-radius: 0;
12317
+ }
12318
+
12319
+ .eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
12320
+ .eael-infobox-icon-hover-bg-shape-radius:hover .infobox-icon .infobox-icon-wrap {
12321
+ -webkit-border-radius: 15px;
12322
+ border-radius: 15px;
12323
+ }
12324
+
12325
+ .eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap {
12326
+ display: -webkit-box;
12327
+ display: -webkit-flex;
12328
+ display: -ms-flexbox;
12329
+ display: flex;
12330
+ -webkit-box-align: center;
12331
+ -webkit-align-items: center;
12332
+ -ms-flex-align: center;
12333
+ align-items: center;
12334
+ -webkit-box-pack: center;
12335
+ -webkit-justify-content: center;
12336
+ -ms-flex-pack: center;
12337
+ justify-content: center;
12338
+ }
12339
+
12340
+ .eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap,
12341
+ .eael-infobox-icon-hover-bg-shape-circle:hover .infobox-icon .infobox-icon-wrap {
12342
+ -webkit-border-radius: 50%;
12343
+ border-radius: 50%;
12344
+ }
12345
+
12346
+ .eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap i,
12347
+ .eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap i {
12348
+ margin-top: 50%;
12349
+ -webkit-transform: translateY(-50%);
12350
+ -ms-transform: translateY(-50%);
12351
+ transform: translateY(-50%);
12352
+ }
12353
+
12354
+ /*--- Infobox Button ---*/
12355
+ .eael-infobox .infobox-button a.eael-infobox-button {
12356
+ display: inline-block;
12357
+ padding: 5px 10px;
12358
+ -webkit-transition: all 300ms ease-in-out 0s;
12359
+ -o-transition: all 300ms ease-in-out 0s;
12360
+ transition: all 300ms ease-in-out 0s;
12361
+ }
12362
+
12363
+ /*--- For icon bg shape alignment ---*/
12364
+ .eael-infobox-content-align-left.eael-infobox-icon-bg-shape-square .infobox-icon,
12365
+ .eael-infobox-content-align-left.eael-infobox-icon-bg-shape-radius .infobox-icon,
12366
+ .eael-infobox-content-align-left.eael-infobox-icon-bg-shape-circle .infobox-icon {
12367
+ display: -webkit-box;
12368
+ display: -webkit-flex;
12369
+ display: -ms-flexbox;
12370
+ display: flex;
12371
+ -webkit-box-pack: start;
12372
+ -webkit-justify-content: flex-start;
12373
+ -ms-flex-pack: start;
12374
+ justify-content: flex-start;
12375
+ }
12376
+
12377
+ .eael-infobox-content-align-center.eael-infobox-icon-bg-shape-square .infobox-icon,
12378
+ .eael-infobox-content-align-center.eael-infobox-icon-bg-shape-radius .infobox-icon,
12379
+ .eael-infobox-content-align-center.eael-infobox-icon-bg-shape-circle .infobox-icon {
12380
+ display: -webkit-box;
12381
+ display: -webkit-flex;
12382
+ display: -ms-flexbox;
12383
+ display: flex;
12384
+ -webkit-box-pack: center;
12385
+ -webkit-justify-content: center;
12386
+ -ms-flex-pack: center;
12387
+ justify-content: center;
12388
+ }
12389
+
12390
+ .eael-infobox-content-align-right.eael-infobox-icon-bg-shape-square .infobox-icon,
12391
+ .eael-infobox-content-align-right.eael-infobox-icon-bg-shape-radius .infobox-icon,
12392
+ .eael-infobox-content-align-right.eael-infobox-icon-bg-shape-circle .infobox-icon {
12393
+ display: -webkit-box;
12394
+ display: -webkit-flex;
12395
+ display: -ms-flexbox;
12396
+ display: flex;
12397
+ -webkit-box-pack: end;
12398
+ -webkit-justify-content: flex-end;
12399
+ -ms-flex-pack: end;
12400
+ justify-content: flex-end;
12401
+ }
12402
+
12403
+ /*--- Image/Icon On Left ---*/
12404
+ .eael-infobox.icon-on-left {
12405
+ position: relative;
12406
+ z-index: 0;
12407
+ display: -webkit-box;
12408
+ display: -webkit-flex;
12409
+ display: -ms-flexbox;
12410
+ display: flex;
12411
+ }
12412
+
12413
+ .eael-infobox.icon-on-right .infobox-icon-wrap,
12414
+ .eael-infobox.icon-on-left .infobox-icon-wrap {
12415
+ -webkit-box-pack: center;
12416
+ -webkit-justify-content: center;
12417
+ -ms-flex-pack: center;
12418
+ justify-content: center;
12419
+ display: -webkit-box !important;
12420
+ display: -webkit-flex !important;
12421
+ display: -ms-flexbox !important;
12422
+ display: flex !important;
12423
+ -webkit-box-align: center;
12424
+ -webkit-align-items: center;
12425
+ -ms-flex-align: center;
12426
+ align-items: center;
12427
+ }
12428
+
12429
+ .eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap {
12430
+ background: none;
12431
+ border: 0px;
12432
+ text-align: left;
12433
+ height: auto;
12434
+ display: block;
12435
+ }
12436
+
12437
+ .eael-infobox .infobox-content p {
12438
+ margin: 0 0 15px;
12439
+ }
12440
+
12441
+ .eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap i {
12442
+ margin-top: 0px;
12443
+ -webkit-transform: translateY(0%);
12444
+ -ms-transform: translateY(0%);
12445
+ transform: translateY(0%);
12446
+ }
12447
+
12448
+ .eael-infobox.icon-on-left .infobox-content {
12449
+ padding-left: 15px;
12450
+ -webkit-box-flex: 1;
12451
+ -webkit-flex: 1 1 auto;
12452
+ -ms-flex: 1 1 auto;
12453
+ flex: 1 1 auto;
12454
+ }
12455
+
12456
+ .eael-infobox.icon-on-left .infobox-content .title {
12457
+ line-height: 1;
12458
+ margin: 0 0 10px 0;
12459
+ }
12460
+
12461
+ /*--- Image/Icon On Right ---*/
12462
+ .eael-infobox.icon-on-right {
12463
+ position: relative;
12464
+ z-index: 0;
12465
+ display: -webkit-box;
12466
+ display: -webkit-flex;
12467
+ display: -ms-flexbox;
12468
+ display: flex;
12469
+ -webkit-box-orient: horizontal;
12470
+ -webkit-box-direction: reverse;
12471
+ -webkit-flex-direction: row-reverse;
12472
+ -ms-flex-direction: row-reverse;
12473
+ flex-direction: row-reverse;
12474
+ }
12475
+
12476
+ .eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap {
12477
+ background: none;
12478
+ border: 0px;
12479
+ text-align: right;
12480
+ width: auto;
12481
+ height: auto;
12482
+ display: block;
12483
+ }
12484
+
12485
+ .eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap i {
12486
+ margin-top: 0px;
12487
+ -webkit-transform: translateY(0%);
12488
+ -ms-transform: translateY(0%);
12489
+ transform: translateY(0%);
12490
+ }
12491
+
12492
+ .eael-infobox.icon-on-right .infobox-content {
12493
+ padding-right: 15px;
12494
+ text-align: right;
12495
+ -webkit-box-flex: 1;
12496
+ -webkit-flex: 1 1 auto;
12497
+ -ms-flex: 1 1 auto;
12498
+ flex: 1 1 auto;
12499
+ -webkit-box-sizing: border-box;
12500
+ box-sizing: border-box;
12501
+ }
12502
+
12503
+ .eael-infobox.icon-on-right .infobox-content .title {
12504
+ line-height: 1;
12505
+ margin: 0 0 10px 0;
12506
+ }
12507
+
12508
+ /*--- Imgae Circle On Top ---*/
12509
+ .eael-infobox .infobox-icon img {
12510
+ -webkit-transition: all 300ms ease-in-out 0s;
12511
+ -o-transition: all 300ms ease-in-out 0s;
12512
+ transition: all 300ms ease-in-out 0s;
12513
+ }
12514
+
12515
+ .eael-infobox-hover-img-shape-square:hover .eael-infobox .infobox-icon img {
12516
+ -webkit-border-radius: 0;
12517
+ border-radius: 0;
12518
+ }
12519
+
12520
+ .eael-infobox-shape-circle .eael-infobox .infobox-icon img,
12521
+ .eael-infobox-hover-img-shape-circle:hover .eael-infobox .infobox-icon img {
12522
+ -webkit-border-radius: 50%;
12523
+ border-radius: 50%;
12524
+ }
12525
+
12526
+ .eael-infobox-shape-radius .eael-infobox .infobox-icon img,
12527
+ .eael-infobox-hover-img-shape-radius:hover .eael-infobox .infobox-icon img {
12528
+ -webkit-border-radius: 15px;
12529
+ border-radius: 15px;
12530
+ }
12531
+
12532
+ /* ------------------------ */
12533
+ /* 26. Magnific Popup
12534
+ /* ------------------------ */
12535
+ /*--- Magnific Popup CSS ---*/
12536
+ .mfp-bg {
12537
+ top: 0;
12538
+ left: 0;
12539
+ width: 100%;
12540
+ height: 100%;
12541
+ z-index: 1042;
12542
+ overflow: hidden;
12543
+ position: fixed;
12544
+ background: #0b0b0b;
12545
+ opacity: 0.8;
12546
+ }
12547
+
12548
+ .mfp-wrap {
12549
+ top: 0;
12550
+ left: 0;
12551
+ width: 100%;
12552
+ height: 100%;
12553
+ z-index: 1043;
12554
+ position: fixed;
12555
+ outline: none !important;
12556
+ -webkit-backface-visibility: hidden;
12557
+ backface-visibility: hidden;
12558
+ }
12559
+
12560
+ .mfp-container {
12561
+ text-align: center;
12562
+ position: absolute;
12563
+ width: 100%;
12564
+ height: 100%;
12565
+ left: 0;
12566
+ top: 0;
12567
+ padding: 0 8px;
12568
+ -webkit-box-sizing: border-box;
12569
+ box-sizing: border-box;
12570
+ }
12571
+
12572
+ .mfp-container:before {
12573
+ content: '';
12574
+ display: inline-block;
12575
+ height: 100%;
12576
+ vertical-align: middle;
12577
+ }
12578
+
12579
+ .mfp-align-top .mfp-container:before {
12580
+ display: none;
12581
+ }
12582
+
12583
+ .mfp-content {
12584
+ position: relative;
12585
+ display: inline-block;
12586
+ vertical-align: middle;
12587
+ margin: 0 auto;
12588
+ text-align: left;
12589
+ z-index: 1045;
12590
+ }
12591
+
12592
+ .mfp-inline-holder .mfp-content,
12593
+ .mfp-ajax-holder .mfp-content {
12594
+ width: 100%;
12595
+ cursor: auto;
12596
+ }
12597
+
12598
+ .mfp-ajax-cur {
12599
+ cursor: progress;
12600
+ }
12601
+
12602
+ .mfp-zoom-out-cur,
12603
+ .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
12604
+ cursor: -webkit-zoom-out;
12605
+ cursor: zoom-out;
12606
+ }
12607
+
12608
+ .mfp-zoom {
12609
+ cursor: pointer;
12610
+ cursor: -webkit-zoom-in;
12611
+ cursor: zoom-in;
12612
+ }
12613
+
12614
+ .mfp-auto-cursor .mfp-content {
12615
+ cursor: auto;
12616
+ }
12617
+
12618
+ .mfp-close,
12619
+ .mfp-arrow,
12620
+ .mfp-preloader,
12621
+ .mfp-counter {
12622
+ -webkit-user-select: none;
12623
+ -moz-user-select: none;
12624
+ -ms-user-select: none;
12625
+ user-select: none;
12626
+ }
12627
+
12628
+ .mfp-loading.mfp-figure {
12629
+ display: none;
12630
+ }
12631
+
12632
+ .mfp-hide {
12633
+ display: none !important;
12634
+ }
12635
+
12636
+ .mfp-preloader {
12637
+ color: #CCC;
12638
+ position: absolute;
12639
+ top: 50%;
12640
+ width: auto;
12641
+ text-align: center;
12642
+ margin-top: -0.8em;
12643
+ left: 8px;
12644
+ right: 8px;
12645
+ z-index: 1044;
12646
+ }
12647
+
12648
+ .mfp-preloader a {
12649
+ color: #CCC;
12650
+ }
12651
+
12652
+ .mfp-preloader a:hover {
12653
+ color: #FFF;
12654
+ }
12655
+
12656
+ .mfp-s-ready .mfp-preloader {
12657
+ display: none;
12658
+ }
12659
+
12660
+ .mfp-s-error .mfp-content {
12661
+ display: none;
12662
+ }
12663
+
12664
+ button.mfp-close,
12665
+ button.mfp-arrow {
12666
+ overflow: visible;
12667
+ cursor: pointer;
12668
+ background: transparent;
12669
+ border: 0;
12670
+ -webkit-appearance: none;
12671
+ display: block;
12672
+ outline: none;
12673
+ padding: 0;
12674
+ z-index: 1046;
12675
+ -webkit-box-shadow: none;
12676
+ box-shadow: none;
12677
+ -ms-touch-action: manipulation;
12678
+ touch-action: manipulation;
12679
+ }
12680
+
12681
+ button::-moz-focus-inner {
12682
+ padding: 0;
12683
+ border: 0;
12684
+ }
12685
+
12686
+ .mfp-close {
12687
+ width: 44px;
12688
+ height: 44px;
12689
+ line-height: 44px;
12690
+ position: absolute;
12691
+ right: 0;
12692
+ top: 0;
12693
+ text-decoration: none;
12694
+ text-align: center;
12695
+ opacity: 0.65;
12696
+ padding: 0 0 18px 10px;
12697
+ color: #FFF;
12698
+ font-style: normal;
12699
+ font-size: 28px;
12700
+ font-family: Arial, Baskerville, monospace;
12701
+ }
12702
+
12703
+ .mfp-close:hover,
12704
+ .mfp-close:focus {
12705
+ opacity: 1;
12706
+ }
12707
+
12708
+ .mfp-close:active {
12709
+ top: 1px;
12710
+ }
12711
+
12712
+ .mfp-close-btn-in .mfp-close {
12713
+ color: #333;
12714
+ }
12715
+
12716
+ .mfp-image-holder .mfp-close,
12717
+ .mfp-iframe-holder .mfp-close {
12718
+ color: #FFF;
12719
+ right: -6px;
12720
+ text-align: right;
12721
+ padding-right: 6px;
12722
+ width: 100%;
12723
+ }
12724
+
12725
+ .mfp-counter {
12726
+ position: absolute;
12727
+ top: 0;
12728
+ right: 0;
12729
+ color: #CCC;
12730
+ font-size: 12px;
12731
+ line-height: 18px;
12732
+ white-space: nowrap;
12733
+ }
12734
+
12735
+ .mfp-arrow {
12736
+ position: absolute;
12737
+ opacity: 0.65;
12738
+ margin: 0;
12739
+ top: 50%;
12740
+ margin-top: -55px;
12741
+ padding: 0;
12742
+ width: 90px;
12743
+ height: 110px;
12744
+ -webkit-tap-highlight-color: transparent;
12745
+ }
12746
+
12747
+ .mfp-arrow:active {
12748
+ margin-top: -54px;
12749
+ }
12750
+
12751
+ .mfp-arrow:hover,
12752
+ .mfp-arrow:focus {
12753
+ opacity: 1;
12754
+ }
12755
+
12756
+ .mfp-arrow:before,
12757
+ .mfp-arrow:after {
12758
+ content: '';
12759
+ display: block;
12760
+ width: 0;
12761
+ height: 0;
12762
+ position: absolute;
12763
+ left: 0;
12764
+ top: 0;
12765
+ margin-top: 35px;
12766
+ margin-left: 35px;
12767
+ border: medium inset transparent;
12768
+ }
12769
+
12770
+ .mfp-arrow:after {
12771
+ border-top-width: 13px;
12772
+ border-bottom-width: 13px;
12773
+ top: 8px;
12774
+ }
12775
+
12776
+ .mfp-arrow:before {
12777
+ border-top-width: 21px;
12778
+ border-bottom-width: 21px;
12779
+ opacity: 0.7;
12780
+ }
12781
+
12782
+ .mfp-arrow-left {
12783
+ left: 0;
12784
+ }
12785
+
12786
+ .mfp-arrow-left:after {
12787
+ border-right: 17px solid #FFF;
12788
+ margin-left: 31px;
12789
+ }
12790
+
12791
+ .mfp-arrow-left:before {
12792
+ margin-left: 25px;
12793
+ border-right: 27px solid #3F3F3F;
12794
+ }
12795
+
12796
+ .mfp-arrow-right {
12797
+ right: 0;
12798
+ }
12799
+
12800
+ .mfp-arrow-right:after {
12801
+ border-left: 17px solid #FFF;
12802
+ margin-left: 39px;
12803
+ }
12804
+
12805
+ .mfp-arrow-right:before {
12806
+ border-left: 27px solid #3F3F3F;
12807
+ }
12808
+
12809
+ .mfp-iframe-holder {
12810
+ padding-top: 40px;
12811
+ padding-bottom: 40px;
12812
+ }
12813
+
12814
+ .mfp-iframe-holder .mfp-content {
12815
+ line-height: 0;
12816
+ width: 100%;
12817
+ max-width: 900px;
12818
+ }
12819
+
12820
+ .mfp-iframe-holder .mfp-close {
12821
+ top: -40px;
12822
+ }
12823
+
12824
+ .mfp-iframe-scaler {
12825
+ width: 100%;
12826
+ height: 0;
12827
+ overflow: hidden;
12828
+ padding-top: 56.25%;
12829
+ }
12830
+
12831
+ .mfp-iframe-scaler iframe {
12832
+ position: absolute;
12833
+ display: block;
12834
+ top: 0;
12835
+ left: 0;
12836
+ width: 100%;
12837
+ height: 100%;
12838
+ -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
12839
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
12840
+ background: #000;
12841
+ }
12842
+
12843
+ /*--- Main image in popup ---*/
12844
+ img.mfp-img {
12845
+ width: auto;
12846
+ max-width: 100%;
12847
+ height: auto;
12848
+ display: block;
12849
+ line-height: 0;
12850
+ -webkit-box-sizing: border-box;
12851
+ box-sizing: border-box;
12852
+ padding: 40px 0 40px;
12853
+ margin: 0 auto;
12854
+ }
12855
+
12856
+ /*--- The shadow behind the image ---*/
12857
+ .mfp-figure {
12858
+ line-height: 0;
12859
+ }
12860
+
12861
+ .mfp-figure:after {
12862
+ content: '';
12863
+ position: absolute;
12864
+ left: 0;
12865
+ top: 40px;
12866
+ bottom: 40px;
12867
+ display: block;
12868
+ right: 0;
12869
+ width: auto;
12870
+ height: auto;
12871
+ z-index: -1;
12872
+ -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
12873
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
12874
+ background: #444;
12875
+ }
12876
+
12877
+ .mfp-figure small {
12878
+ color: #BDBDBD;
12879
+ display: block;
12880
+ font-size: 12px;
12881
+ line-height: 14px;
12882
+ }
12883
+
12884
+ .mfp-figure figure {
12885
+ margin: 0;
12886
+ }
12887
+
12888
+ .mfp-bottom-bar {
12889
+ margin-top: -36px;
12890
+ position: absolute;
12891
+ top: 100%;
12892
+ left: 0;
12893
+ width: 100%;
12894
+ cursor: auto;
12895
+ }
12896
+
12897
+ .mfp-title {
12898
+ text-align: left;
12899
+ line-height: 18px;
12900
+ color: #F3F3F3;
12901
+ word-wrap: break-word;
12902
+ padding-right: 36px;
12903
+ }
12904
+
12905
+ .mfp-image-holder .mfp-content {
12906
+ max-width: 100%;
12907
+ }
12908
+
12909
+ .mfp-gallery .mfp-image-holder .mfp-figure {
12910
+ cursor: pointer;
12911
+ }
12912
+
12913
+ button.mfp-close,
12914
+ button.mfp-close:hover {
12915
+ display: inline-block !important;
12916
+ background: transparent;
12917
+ width: auto !important;
12918
+ }
12919
+
12920
+ .mfp-arrow,
12921
+ .mfp-arrow:hover {
12922
+ background: transparent;
12923
+ }
12924
+
12925
+ @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
12926
+ /**
12927
+ * Remove all paddings around the image on small screen
12928
+ */
12929
+ .mfp-img-mobile .mfp-image-holder {
12930
+ padding-left: 0;
12931
+ padding-right: 0;
12932
+ }
12933
+
12934
+ .mfp-img-mobile img.mfp-img {
12935
+ padding: 0;
12936
+ }
12937
+
12938
+ .mfp-img-mobile .mfp-figure:after {
12939
+ top: 0;
12940
+ bottom: 0;
12941
+ }
12942
+
12943
+ .mfp-img-mobile .mfp-figure small {
12944
+ display: inline;
12945
+ margin-left: 5px;
12946
+ }
12947
+
12948
+ .mfp-img-mobile .mfp-bottom-bar {
12949
+ background: rgba(0, 0, 0, 0.6);
12950
+ bottom: 0;
12951
+ margin: 0;
12952
+ top: auto;
12953
+ padding: 3px 5px;
12954
+ position: fixed;
12955
+ -webkit-box-sizing: border-box;
12956
+ box-sizing: border-box;
12957
+ }
12958
+
12959
+ .mfp-img-mobile .mfp-bottom-bar:empty {
12960
+ padding: 0;
12961
+ }
12962
+
12963
+ .mfp-img-mobile .mfp-counter {
12964
+ right: 5px;
12965
+ top: 3px;
12966
+ }
12967
+
12968
+ .mfp-img-mobile .mfp-close {
12969
+ top: 0;
12970
+ right: 0;
12971
+ width: 35px;
12972
+ height: 35px;
12973
+ line-height: 35px;
12974
+ background: rgba(0, 0, 0, 0.6);
12975
+ position: fixed;
12976
+ text-align: center;
12977
+ padding: 0;
12978
+ }
12979
+ }
12980
+ @media all and (max-width: 900px) {
12981
+ .mfp-arrow {
12982
+ -webkit-transform: scale(0.75);
12983
+ -ms-transform: scale(0.75);
12984
+ transform: scale(0.75);
12985
+ }
12986
+
12987
+ .mfp-arrow-left {
12988
+ -webkit-transform-origin: 0;
12989
+ -ms-transform-origin: 0;
12990
+ transform-origin: 0;
12991
+ }
12992
+
12993
+ .mfp-arrow-right {
12994
+ -webkit-transform-origin: 100%;
12995
+ -ms-transform-origin: 100%;
12996
+ transform-origin: 100%;
12997
+ }
12998
+
12999
+ .mfp-container {
13000
+ padding-left: 6px;
13001
+ padding-right: 6px;
13002
+ }
13003
+ }
13004
+
13005
+ /*----------------------*/
13006
+ /* 13. Ninja Form Styles
13007
+ /*----------------------*/
13008
+ .eael-ninja-container input,
13009
+ .eael-ninja-container textarea {
13010
+ height: auto;
13011
+ padding: 10px;
13012
+ }
13013
+
13014
+ .eael-contact-form-align-center .eael-ninja-container,
13015
+ .eael-contact-form-btn-align-center .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
13016
+ margin-left: auto !important;
13017
+ margin-right: auto !important;
13018
+ display: block;
13019
+ float: none;
13020
+ }
13021
+
13022
+ .eael-contact-form-align-left .eael-ninja-container,
13023
+ .eael-contact-form-btn-align-left .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
13024
+ float: left;
13025
+ width: auto;
13026
+ }
13027
+
13028
+ .eael-contact-form-align-right .eael-ninja-container,
13029
+ .eael-contact-form-btn-align-right .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
13030
+ float: right;
13031
+ width: auto;
13032
+ }
13033
+
13034
+ .eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="text"],
13035
+ .eael-ninja-container .nf-field .nf-field-element input[type="password"],
13036
+ .eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="email"],
13037
+ .eael-ninja-container .nf-field .nf-field-element input[type="url"],
13038
+ .eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="number"],
13039
+ .eael-ninja-container .nf-field .nf-field-element textarea {
13040
+ max-width: 100%;
13041
+ }
13042
+
13043
+ .eael-ninja-form .nf-form-title {
13044
+ display: none;
13045
+ }
13046
+
13047
+ .eael-ninja-form-title-yes .nf-form-title {
13048
+ display: block;
13049
+ }
13050
+
13051
+ .eael-ninja-form .title-description-hide .nf-form-title {
13052
+ display: none;
13053
+ }
13054
+
13055
+ .eael-ninja-form.title-description-hide .nf-form-title {
13056
+ display: none;
13057
+ }
13058
+
13059
+ .eael-ninja-form .nf-field-label {
13060
+ display: none;
13061
+ }
13062
+
13063
+ .eael-ninja-form-labels-yes .nf-field-label {
13064
+ display: block;
13065
+ }
13066
+
13067
+ .eael-ninja-form .submit-container input[type=button] {
13068
+ border: 0;
13069
+ -webkit-border-radius: 0;
13070
+ border-radius: 0;
13071
+ }
13072
+
13073
+ .eael-ninja-form-button-full-width .submit-container input[type=button] {
13074
+ width: 100%;
13075
+ }
13076
+
13077
+ /*-----------------------------*/
13078
+ /* 15. Post Grid Style
13079
+ /*-----------------------------*/
13080
+ .eael-post-grid {
13081
+ margin: 0 -10px;
13082
+ }
13083
+
13084
+ .eael-grid-post {
13085
+ float: left;
13086
+ padding: 10px;
13087
+ }
13088
+
13089
+ .eael-post-carousel .eael-grid-post {
13090
+ float: none;
13091
+ padding: 0;
13092
+ }
13093
+
13094
+ .eael-grid-post-holder {
13095
+ border: 1px solid rgba(0, 0, 0, 0.1);
13096
+ }
13097
+
13098
+ .eael-grid-post-holder-inner {
13099
+ height: 100%;
13100
+ }
13101
+
13102
+ .eael-entry-media {
13103
+ position: relative;
13104
+ }
13105
+
13106
+ .eael-entry-overlay {
13107
+ position: absolute;
13108
+ top: 0;
13109
+ left: 0;
13110
+ width: 100%;
13111
+ height: 100%;
13112
+ z-index: 2;
13113
+ -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
13114
+ transition: opacity 0.2s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
13115
+ -o-transition: opacity 0.2s ease-in-out, transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
13116
+ transition: opacity 0.2s ease-in-out, transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
13117
+ transition: opacity 0.2s ease-in-out, transform 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
13118
+ }
13119
+
13120
+ .eael-entry-overlay > a {
13121
+ position: absolute;
13122
+ top: 0;
13123
+ left: 0;
13124
+ width: 100%;
13125
+ height: 100%;
13126
+ z-index: 3;
13127
+ }
13128
+
13129
+ .eael-entry-title {
13130
+ margin: 10px 0 5px;
13131
+ font-size: 1.2em;
13132
+ }
13133
+
13134
+ .eael-entry-thumbnail img {
13135
+ width: 100%;
13136
+ max-width: 100%;
13137
+ vertical-align: middle;
13138
+ }
13139
+
13140
+ .eael-entry-thumbnail > img {
13141
+ height: 100%;
13142
+ }
13143
+
13144
+ .eael-entry-footer .eael-author-avatar {
13145
+ width: 50px;
13146
+ }
13147
+
13148
+ .eael-entry-footer .eael-author-avatar .avatar {
13149
+ -webkit-border-radius: 50%;
13150
+ border-radius: 50%;
13151
+ }
13152
+
13153
+ .eael-post-grid .eael-entry-footer .eael-entry-meta {
13154
+ padding-left: 8px;
13155
+ text-align: left;
13156
+ }
13157
+
13158
+ .eael-grid-post .eael-entry-meta {
13159
+ display: -webkit-box;
13160
+ display: -webkit-flex;
13161
+ display: -ms-flexbox;
13162
+ display: flex;
13163
+ -webkit-box-orient: horizontal;
13164
+ -webkit-box-direction: normal;
13165
+ -webkit-flex-direction: row;
13166
+ -ms-flex-direction: row;
13167
+ flex-direction: row;
13168
+ }
13169
+
13170
+ .eael-grid-post .eael-entry-footer .eael-entry-meta {
13171
+ -webkit-box-orient: vertical;
13172
+ -webkit-box-direction: normal;
13173
+ -webkit-flex-direction: column;
13174
+ -ms-flex-direction: column;
13175
+ flex-direction: column;
13176
+ }
13177
+
13178
+ .eael-entry-meta > div {
13179
+ font-size: 12px;
13180
+ line-height: 1.2;
13181
+ padding-bottom: 5px;
13182
+ }
13183
+
13184
+ .eael-grid-post-excerpt p {
13185
+ margin: 0;
13186
+ font-size: 14px;
13187
+ }
13188
+
13189
+ .eael-entry-meta .eael-entry-footer .eael-posted-by {
13190
+ display: block;
13191
+ }
13192
+
13193
+ .eael-grid-post .eael-entry-wrapper,
13194
+ .eael-grid-post .eael-entry-footer {
13195
+ padding: 15px;
13196
+ }
13197
+
13198
+ .eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on {
13199
+ padding-left: 5px;
13200
+ }
13201
+
13202
+ .eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on::before {
13203
+ content: '\f111';
13204
+ font-family: FontAwesome;
13205
+ color: inherit;
13206
+ opacity: .4;
13207
+ font-size: .8em;
13208
+ padding-right: 7px;
13209
+ }
13210
+
13211
+ /*--- Post Grid Thumbnail Hover Effects ---*/
13212
+ .eael-entry-medianone {
13213
+ position: relative;
13214
+ }
13215
+
13216
+ .eael-entry-overlay {
13217
+ display: -webkit-box;
13218
+ display: -webkit-flex;
13219
+ display: -ms-flexbox;
13220
+ display: flex;
13221
+ -webkit-box-align: center;
13222
+ -webkit-align-items: center;
13223
+ -ms-flex-align: center;
13224
+ align-items: center;
13225
+ -webkit-box-pack: center;
13226
+ -webkit-justify-content: center;
13227
+ -ms-flex-pack: center;
13228
+ justify-content: center;
13229
+ }
13230
+
13231
+ .eael-entry-overlay > i {
13232
+ color: #fff;
13233
+ }
13234
+
13235
+ /*--- fade in ---*/
13236
+ .eael-entry-overlay.fade-in {
13237
+ visibility: hidden;
13238
+ opacity: 0;
13239
+ -webkit-transition: 300ms;
13240
+ -o-transition: 300ms;
13241
+ transition: 300ms;
13242
+ }
13243
+
13244
+ .eael-entry-medianone:hover .eael-entry-overlay.fade-in {
13245
+ visibility: visible;
13246
+ opacity: 1;
13247
+ }
13248
+
13249
+ .eael-entry-medianone:hover .eael-entry-overlay.fade-in > i {
13250
+ -webkit-transform: translate(0);
13251
+ -ms-transform: translate(0);
13252
+ transform: translate(0);
13253
+ opacity: 1;
13254
+ }
13255
+
13256
+ /*--- zoom in --- */
13257
+ .eael-entry-overlay.zoom-in {
13258
+ -webkit-transform: scale(0.9);
13259
+ -ms-transform: scale(0.9);
13260
+ transform: scale(0.9);
13261
+ visibility: hidden;
13262
+ opacity: 0;
13263
+ -webkit-transition: 300ms;
13264
+ -o-transition: 300ms;
13265
+ transition: 300ms;
13266
+ }
13267
+
13268
+ .eael-entry-medianone:hover .eael-entry-overlay.zoom-in {
13269
+ visibility: visible;
13270
+ opacity: 1;
13271
+ -webkit-transform: scale(1);
13272
+ -ms-transform: scale(1);
13273
+ transform: scale(1);
13274
+ }
13275
+
13276
+ /*--- slide up ---*/
13277
+ .eael-entry-overlay.slide-up {
13278
+ -webkit-transform: translateY(100%);
13279
+ -ms-transform: translateY(100%);
13280
+ transform: translateY(100%);
13281
+ visibility: hidden;
13282
+ opacity: 0;
13283
+ -webkit-transition: 300ms;
13284
+ -o-transition: 300ms;
13285
+ transition: 300ms;
13286
+ }
13287
+
13288
+ .eael-entry-medianone:hover .eael-entry-overlay.slide-up {
13289
+ -webkit-transform: translateY(0);
13290
+ -ms-transform: translateY(0);
13291
+ transform: translateY(0);
13292
+ visibility: visible;
13293
+ opacity: 1;
13294
+ }
13295
+
13296
+ .eael-entry-medianone {
13297
+ overflow: hidden;
13298
+ }
13299
+
13300
+ /*--- Post Grid & Carousel Hover Styles ---*/
13301
+ .eael-entry-media.grid-hover-style-fade-in .eael-entry-overlay {
13302
+ opacity: 0;
13303
+ }
13304
+
13305
+ .eael-entry-media.grid-hover-style-fade-in:hover .eael-entry-overlay {
13306
+ opacity: 1;
13307
+ }
13308
+
13309
+ .eael-entry-media.grid-hover-style-none .eael-entry-overlay {
13310
+ display: none;
13311
+ }
13312
+
13313
+ .eael-entry-media.grid-hover-style-zoom-in .eael-entry-overlay {
13314
+ -webkit-transform: scale(0.4);
13315
+ -ms-transform: scale(0.4);
13316
+ transform: scale(0.4);
13317
+ opacity: 0;
13318
+ }
13319
+
13320
+ .eael-entry-media.grid-hover-style-zoom-in:hover .eael-entry-overlay {
13321
+ -webkit-transform: scale(1);
13322
+ -ms-transform: scale(1);
13323
+ transform: scale(1);
13324
+ opacity: 1;
13325
+ }
13326
+
13327
+ .eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay {
13328
+ -webkit-transform: translateY(-100%);
13329
+ -ms-transform: translateY(-100%);
13330
+ transform: translateY(-100%);
13331
+ }
13332
+
13333
+ .eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay > i {
13334
+ -webkit-transform: translateY(-100px);
13335
+ -ms-transform: translateY(-100px);
13336
+ transform: translateY(-100px);
13337
+ -webkit-transition-delay: 100ms;
13338
+ -o-transition-delay: 100ms;
13339
+ transition-delay: 100ms;
13340
+ -webkit-transition-duration: 300ms;
13341
+ -o-transition-duration: 300ms;
13342
+ transition-duration: 300ms;
13343
+ }
13344
+
13345
+ .eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay {
13346
+ -webkit-transform: translate(0);
13347
+ -ms-transform: translate(0);
13348
+ transform: translate(0);
13349
+ }
13350
+
13351
+ .eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay > i {
13352
+ -webkit-transform: translateY(0);
13353
+ -ms-transform: translateY(0);
13354
+ transform: translateY(0);
13355
+ }
13356
+
13357
+ .eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay {
13358
+ -webkit-transform: translateY(100%);
13359
+ -ms-transform: translateY(100%);
13360
+ transform: translateY(100%);
13361
+ visibility: hidden;
13362
+ opacity: 0;
13363
+ }
13364
+
13365
+ .eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay > i {
13366
+ -webkit-transform: translateY(100px);
13367
+ -ms-transform: translateY(100px);
13368
+ transform: translateY(100px);
13369
+ -webkit-transition-delay: 100ms;
13370
+ -o-transition-delay: 100ms;
13371
+ transition-delay: 100ms;
13372
+ -webkit-transition-duration: 300ms;
13373
+ -o-transition-duration: 300ms;
13374
+ transition-duration: 300ms;
13375
+ }
13376
+
13377
+ .eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay {
13378
+ -webkit-transform: translate(0);
13379
+ -ms-transform: translate(0);
13380
+ transform: translate(0);
13381
+ visibility: visible;
13382
+ opacity: 1;
13383
+ }
13384
+
13385
+ .eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay > i {
13386
+ -webkit-transform: translateY(0);
13387
+ -ms-transform: translateY(0);
13388
+ transform: translateY(0);
13389
+ }
13390
+
13391
+ /*--- Post Grid Column Styles ---*/
13392
+ .eael-col-1 .eael-post-grid-column {
13393
+ float: none;
13394
+ width: 100%;
13395
+ }
13396
+
13397
+ .eael-col-2 .eael-post-grid-column {
13398
+ float: left;
13399
+ width: 50%;
13400
+ }
13401
+
13402
+ .eael-col-3 .eael-post-grid-column {
13403
+ float: left;
13404
+ width: 33.3333%;
13405
+ }
13406
+
13407
+ .eael-col-4 .eael-post-grid-column {
13408
+ float: left;
13409
+ width: 25%;
13410
+ }
13411
+
13412
+ .eael-col-5 .eael-post-grid-column {
13413
+ float: left;
13414
+ width: 20%;
13415
+ }
13416
+
13417
+ .eael-col-6 .eael-post-grid-column {
13418
+ float: left;
13419
+ width: 16.6666%;
13420
+ }
13421
+
13422
+ @media only screen and (max-width: 979px) {
13423
+ .eael-col-1 .eael-post-grid-column,
13424
+ .eael-col-2 .eael-post-grid-column,
13425
+ .eael-col-3 .eael-post-grid-column,
13426
+ .eael-col-4 .eael-post-grid-column,
13427
+ .eael-col-5 .eael-post-grid-column,
13428
+ .eael-col-6 .eael-post-grid-column {
13429
+ width: 33.3333%;
13430
+ }
13431
+ }
13432
+ @media only screen and (max-width: 767px) {
13433
+ .eael-col-1 .eael-post-grid-column,
13434
+ .eael-col-2 .eael-post-grid-column,
13435
+ .eael-col-3 .eael-post-grid-column,
13436
+ .eael-col-4 .eael-post-grid-column,
13437
+ .eael-col-5 .eael-post-grid-column,
13438
+ .eael-col-6 .eael-post-grid-column {
13439
+ width: 50%;
13440
+ }
13441
+ }
13442
+ @media only screen and (max-width: 480px) {
13443
+ .eael-col-1 .eael-post-grid-column,
13444
+ .eael-col-2 .eael-post-grid-column,
13445
+ .eael-col-3 .eael-post-grid-column,
13446
+ .eael-col-4 .eael-post-grid-column,
13447
+ .eael-col-5 .eael-post-grid-column,
13448
+ .eael-col-6 .eael-post-grid-column {
13449
+ float: none;
13450
+ width: 100%;
13451
+ }
13452
+ }
13453
+ .eael-author-avatar > a {
13454
+ display: block;
13455
+ }
13456
+
13457
+ .eael-entry-footer {
13458
+ overflow: hidden;
13459
+ display: -webkit-box;
13460
+ display: -webkit-flex;
13461
+ display: -ms-flexbox;
13462
+ display: flex;
13463
+ }
13464
+
13465
+ .eael-entry-footer > div {
13466
+ display: inline-block;
13467
+ float: left;
13468
+ }
13469
+
13470
+ /*----------------------------*/
13471
+ /* 06. Post Timeline Styles
13472
+ /*----------------------------*/
13473
+ .eael-post-timeline {
13474
+ margin-bottom: 0;
13475
+ min-height: 100%;
13476
+ overflow: hidden;
13477
+ position: relative;
13478
+ }
13479
+
13480
+ .eael-timeline-column {
13481
+ width: 50%;
13482
+ margin-left: 0;
13483
+ float: left;
13484
+ margin-top: 0 !important;
13485
+ }
13486
+
13487
+ .eael-timeline-post {
13488
+ position: relative;
13489
+ }
13490
+
13491
+ .eael-timeline-post:after {
13492
+ background-color: rgba(83, 85, 86, 0.2);
13493
+ content: "";
13494
+ width: 2px;
13495
+ height: 245px;
13496
+ position: absolute;
13497
+ right: 0;
13498
+ top: 70px;
13499
+ }
13500
+
13501
+ .eael-timeline-post:nth-child(2n):after {
13502
+ display: none;
13503
+ }
13504
+
13505
+ .eael-timeline-bullet {
13506
+ background-color: #9fa9af;
13507
+ border: 5px solid #fff;
13508
+ -webkit-border-radius: 50%;
13509
+ border-radius: 50%;
13510
+ -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
13511
+ box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
13512
+ content: "";
13513
+ height: 20px;
13514
+ position: absolute;
13515
+ right: -9px;
13516
+ top: 60px;
13517
+ width: 20px;
13518
+ z-index: 3;
13519
+ cursor: pointer;
13520
+ }
13521
+
13522
+ .eael-timeline-post:nth-child(2n) .eael-timeline-bullet {
13523
+ background-color: #9fa9af;
13524
+ border: 5px solid #fff;
13525
+ -webkit-border-radius: 50%;
13526
+ border-radius: 50%;
13527
+ bottom: 36px;
13528
+ content: "";
13529
+ height: 20px;
13530
+ left: -11px;
13531
+ position: absolute;
13532
+ top: 300px;
13533
+ width: 20px;
13534
+ z-index: 3;
13535
+ }
13536
+
13537
+ .eael-timeline-post-inner {
13538
+ background: -webkit-linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 transparent;
13539
+ background: -o-linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 transparent;
13540
+ background: linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 transparent;
13541
+ border: 8px solid #e5eaed;
13542
+ -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
13543
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
13544
+ float: right;
13545
+ margin: 30px 40px 30px auto;
13546
+ position: relative;
13547
+ height: 320px;
13548
+ width: calc(100% - 40px);
13549
+ }
13550
+
13551
+ .eael-timeline-post:nth-child(even) .eael-timeline-post-inner {
13552
+ float: left;
13553
+ margin-left: 40px;
13554
+ }
13555
+
13556
+ .eael-timeline-post-inner:after {
13557
+ border-color: transparent transparent transparent #e5eaed;
13558
+ border-style: solid;
13559
+ border-width: 15px;
13560
+ content: "";
13561
+ height: 0;
13562
+ position: absolute;
13563
+ right: -36px;
13564
+ top: 17px;
13565
+ width: 0;
13566
+ }
13567
+
13568
+ .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner:after {
13569
+ border-color: transparent #e5eaed transparent transparent;
13570
+ border-style: solid;
13571
+ border-width: 15px;
13572
+ content: "";
13573
+ height: 0;
13574
+ left: -36px;
13575
+ position: absolute;
13576
+ top: 257px;
13577
+ width: 0;
13578
+ }
13579
+
13580
+ .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner::after {
13581
+ border-left-color: transparent !important;
13582
+ }
13583
+
13584
+ .eael-timeline-post p {
13585
+ margin: 1.6rem 0 0 0;
13586
+ font-size: 0.9em;
13587
+ line-height: 1.6em;
13588
+ }
13589
+
13590
+ .eael-timeline-post-image {
13591
+ -webkit-background-size: cover;
13592
+ background-size: cover;
13593
+ background-position: center center;
13594
+ background-repeat: no-repeat;
13595
+ display: block;
13596
+ height: 100%;
13597
+ overflow: hidden;
13598
+ position: relative;
13599
+ opacity: .6;
13600
+ -webkit-transition: all .3s;
13601
+ -o-transition: all .3s;
13602
+ transition: all .3s;
13603
+ }
13604
+
13605
+ .eael-timeline-post-title {
13606
+ bottom: 40px;
13607
+ position: absolute;
13608
+ width: 100%;
13609
+ }
13610
+
13611
+ .eael-timeline-post-title h2 {
13612
+ color: #fff;
13613
+ font-size: 20px;
13614
+ font-weight: bold;
13615
+ letter-spacing: 1px;
13616
+ line-height: 24px;
13617
+ padding: 0 25px;
13618
+ text-align: left;
13619
+ text-transform: uppercase;
13620
+ }
13621
+
13622
+ .eael-timeline-post-excerpt {
13623
+ opacity: 0;
13624
+ position: absolute;
13625
+ top: 0;
13626
+ left: 0;
13627
+ -webkit-transition: all .3s;
13628
+ -o-transition: all .3s;
13629
+ transition: all .3s;
13630
+ }
13631
+
13632
+ .eael-timeline-post-excerpt p {
13633
+ color: #fff;
13634
+ font-size: 14px;
13635
+ padding: 25px;
13636
+ }
13637
+
13638
+ .eael-timeline-post-inner:hover .eael-timeline-post-excerpt {
13639
+ opacity: 1;
13640
+ top: 10px;
13641
+ }
13642
+
13643
+ .eael-timeline-post-inner:hover .eael-timeline-post-image {
13644
+ opacity: .3;
13645
+ }
13646
+
13647
+ .eael-timeline-post time {
13648
+ opacity: 0;
13649
+ background-color: rgba(0, 0, 0, 0.7);
13650
+ color: #fff;
13651
+ font-size: 10px;
13652
+ -webkit-border-radius: 20px;
13653
+ border-radius: 20px;
13654
+ position: absolute;
13655
+ right: -97px;
13656
+ width: 100px;
13657
+ height: 30px;
13658
+ line-height: 30px;
13659
+ text-align: center;
13660
+ top: 50px;
13661
+ z-index: 99;
13662
+ -webkit-transition: all .5s;
13663
+ -o-transition: all .5s;
13664
+ transition: all .5s;
13665
+ }
13666
+
13667
+ .eael-timeline-post:nth-child(2n) time {
13668
+ background-color: rgba(0, 0, 0, 0.7);
13669
+ -webkit-border-radius: 20px;
13670
+ border-radius: 20px;
13671
+ color: #fff;
13672
+ font-size: 10px;
13673
+ height: 30px;
13674
+ left: -99px;
13675
+ line-height: 30px;
13676
+ position: absolute;
13677
+ text-align: center;
13678
+ top: 290px;
13679
+ width: 100px;
13680
+ z-index: 99;
13681
+ }
13682
+
13683
+ .eael-timeline-post time:before {
13684
+ border-bottom: 5px solid rgba(0, 0, 0, 0.7);
13685
+ border-left: 5px solid transparent;
13686
+ border-right: 5px solid transparent;
13687
+ content: "";
13688
+ height: 0;
13689
+ left: 45px;
13690
+ position: absolute;
13691
+ top: -5px;
13692
+ width: 0;
13693
+ }
13694
+
13695
+ .eael-timeline-post:hover time {
13696
+ opacity: 1;
13697
+ }
13698
+
13699
+ .eael-timeline-post::after {
13700
+ height: 100%;
13701
+ }
13702
+
13703
+ .eael-post-timeline .eael-timeline-post:nth-last-child(2)::after {
13704
+ height: 245px;
13705
+ }
13706
+
13707
+ .eael-post-timeline .eael-timeline-post:last-child::after {
13708
+ display: none;
13709
+ }
13710
+
13711
+ .eael-load-more-button-wrap {
13712
+ display: -webkit-box;
13713
+ display: -webkit-flex;
13714
+ display: -ms-flexbox;
13715
+ display: flex;
13716
+ }
13717
+
13718
+ /*--- Responsive Style for Post Timeline ---*/
13719
+ @media only screen and (max-width: 1366px) {
13720
+ .eael-timeline-post-title h2 {
13721
+ font-size: 0.8em;
13722
+ }
13723
+
13724
+ .eael-timeline-post-excerpt p {
13725
+ font-size: 13px;
13726
+ }
13727
+ }
13728
+ @media only screen and (max-width: 1169px) {
13729
+ .eael-timeline-post-inner {
13730
+ height: 320px;
13731
+ }
13732
+ }
13733
+ @media only screen and (max-width: 992px) {
13734
+ .eael-post-timeline {
13735
+ margin-left: 0;
13736
+ }
13737
+
13738
+ .eael-timeline-bullet,
13739
+ .eael-timeline-post:after,
13740
+ .eael-timeline-post:before,
13741
+ .eael-timeline-post-inner:after {
13742
+ display: none;
13743
+ }
13744
+
13745
+ .eael-timeline-post {
13746
+ display: inline-block;
13747
+ float: left !important;
13748
+ width: 50% !important;
13749
+ margin: 15px auto;
13750
+ }
13751
+
13752
+ .eael-timeline-post-inner {
13753
+ height: 320px;
13754
+ padding-bottom: 30px;
13755
+ }
13756
+
13757
+ .eael-timeline-post-title {
13758
+ bottom: 50px;
13759
+ }
13760
+
13761
+ .eael-timeline-post-title h2 {
13762
+ font-size: 0.8em;
13763
+ line-height: 1.2em;
13764
+ }
13765
+
13766
+ .eael-timeline-post .eael-timeline-post-inner {
13767
+ margin: 0 10px auto 0;
13768
+ width: 90%;
13769
+ }
13770
+
13771
+ .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
13772
+ margin: 0 auto 0 10px;
13773
+ width: 90%;
13774
+ }
13775
+
13776
+ .eael-timeline-post-excerpt {
13777
+ opacity: 0 !important;
13778
+ }
13779
+
13780
+ .eael-timeline-post-image {
13781
+ opacity: .3;
13782
+ }
13783
+
13784
+ .eael-timeline-post time,
13785
+ .eael-timeline-post:nth-child(2n) time {
13786
+ background-color: #fff;
13787
+ -webkit-border-radius: 0;
13788
+ border-radius: 0;
13789
+ color: #444;
13790
+ font-size: 12px;
13791
+ text-transform: uppercase;
13792
+ left: 0;
13793
+ opacity: 1;
13794
+ padding-top: 3px;
13795
+ top: 275px;
13796
+ width: 100%;
13797
+ }
13798
+
13799
+ time:before {
13800
+ display: none;
13801
+ }
13802
+ }
13803
+ @media only screen and (max-width: 767px) {
13804
+ .eael-timeline-post {
13805
+ display: block;
13806
+ float: none !important;
13807
+ margin: 20px auto;
13808
+ width: 100% !important;
13809
+ }
13810
+
13811
+ .eael-timeline-post .eael-timeline-post-inner,
13812
+ .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
13813
+ display: block;
13814
+ float: none;
13815
+ margin: 0 auto;
13816
+ }
13817
+ }
13818
+ @media only screen and (max-width: 479px) {
13819
+ .eael-timeline-post .eael-timeline-post-inner,
13820
+ .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
13821
+ height: 250px;
13822
+ margin: 0 auto;
13823
+ width: 95%;
13824
+ }
13825
+
13826
+ .eael-timeline-post time,
13827
+ .eael-timeline-post:nth-child(2n) time {
13828
+ top: 205px;
13829
+ }
13830
+ }
13831
+
13832
+ /* -------------------------------- */
13833
+ /* 21. Pricing Table
13834
+ /* -------------------------------- */
13835
+ .eael-pricing {
13836
+ -webkit-display: flex;
13837
+ display: -webkit-box;
13838
+ display: -ms-flexbox;
13839
+ display: flex;
13840
+ -webkit-justify-content: center;
13841
+ -webkit-box-pack: center;
13842
+ -ms-flex-pack: center;
13843
+ justify-content: center;
13844
+ -webkit-align-items: center;
13845
+ -webkit-box-align: center;
13846
+ -ms-flex-align: center;
13847
+ align-items: center;
13848
+ }
13849
+
13850
+ .eael-pricing .eael-pricing-item {
13851
+ width: 100%;
13852
+ height: auto;
13853
+ margin: 0;
13854
+ }
13855
+
13856
+ .eael-pricing .eael-pricing-button {
13857
+ display: inline-block;
13858
+ padding: 12px 25px;
13859
+ background: #00C853;
13860
+ font-size: 14px;
13861
+ font-weight: 600;
13862
+ color: #fff;
13863
+ text-transform: uppercase;
13864
+ text-decoration: none;
13865
+ -webkit-transition: .3s;
13866
+ -o-transition: .3s;
13867
+ transition: .3s;
13868
+ -webkit-border-radius: 4px;
13869
+ border-radius: 4px;
13870
+ }
13871
+
13872
+ .eael-pricing .eael-pricing-button:hover {
13873
+ background: #03b048;
13874
+ }
13875
+
13876
+ .eael-pricing .eael-pricing-item ul {
13877
+ padding: 0px;
13878
+ margin: 0px;
13879
+ list-style: none;
13880
+ }
13881
+
13882
+ .eael-pricing .eael-pricing-item ul li.disable-item {
13883
+ text-decoration: line-through;
13884
+ opacity: 0.5;
13885
+ }
13886
+
13887
+ .eael-pricing .eael-pricing-item ul li span.li-icon {
13888
+ color: #00C853;
13889
+ margin-right: 6px;
13890
+ }
13891
+
13892
+ .eael-pricing .eael-pricing-item ul li.disable-item span.li-icon {
13893
+ color: #EF5350;
13894
+ }
13895
+
13896
+ /*--- Pricing Table: Style 1 ---*/
13897
+ .eael-pricing.style-1 {
13898
+ position: relative;
13899
+ z-index: 0;
13900
+ text-align: center;
13901
+ }
13902
+
13903
+ .eael-pricing.style-1 .eael-pricing-item {
13904
+ border: 1px solid rgba(9, 9, 9, 0.1);
13905
+ padding: 30px;
13906
+ -webkit-border-radius: 5px;
13907
+ border-radius: 5px;
13908
+ -webkit-transition: .5s;
13909
+ -o-transition: .5s;
13910
+ transition: .5s;
13911
+ }
13912
+
13913
+ .eael-pricing.style-1 .eael-pricing-item:hover {
13914
+ -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
13915
+ box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
13916
+ }
13917
+
13918
+ .eael-pricing.style-1 .eael-pricing-item.featured {
13919
+ position: relative;
13920
+ }
13921
+
13922
+ .eael-pricing.style-1 .eael-pricing-item.ribbon-1:before {
13923
+ content: "";
13924
+ position: absolute;
13925
+ width: 100%;
13926
+ height: 3px;
13927
+ background: #00C853;
13928
+ top: 0px;
13929
+ left: 0px;
13930
+ right: 0px;
13931
+ z-index: 1;
13932
+ -webkit-border-radius: 5px 5px 0px 0px;
13933
+ border-radius: 5px 5px 0px 0px;
13934
+ }
13935
+
13936
+ .eael-pricing.style-1 .eael-pricing-item.ribbon-2:before {
13937
+ content: "Featured";
13938
+ position: absolute;
13939
+ width: auto;
13940
+ background: #00C853;
13941
+ color: #fff;
13942
+ top: 35px;
13943
+ right: -15px;
13944
+ z-index: 10;
13945
+ font-size: 10px;
13946
+ font-weight: 600;
13947
+ text-transform: uppercase;
13948
+ padding: 5px 10px;
13949
+ }
13950
+
13951
+ .eael-pricing.style-1 .eael-pricing-item.ribbon-2:after {
13952
+ content: "";
13953
+ position: absolute;
13954
+ top: 20px;
13955
+ right: -15px;
13956
+ width: 0;
13957
+ height: 0;
13958
+ border-bottom: 15px solid #00C853;
13959
+ border-right: 15px solid transparent;
13960
+ z-index: 9;
13961
+ opacity: 0.9;
13962
+ }
13963
+
13964
+ .eael-pricing.style-1 .eael-pricing-item.ribbon-3:before {
13965
+ content: "Featured";
13966
+ position: absolute;
13967
+ width: auto;
13968
+ background: rgba(0, 0, 0, 0.6);
13969
+ color: #fff;
13970
+ top: 15px;
13971
+ right: 15px;
13972
+ z-index: 10;
13973
+ font-size: 11px;
13974
+ font-weight: 600;
13975
+ text-transform: uppercase;
13976
+ padding: 5px 15px;
13977
+ }
13978
+
13979
+ .eael-pricing.style-1 .eael-pricing-item .header {
13980
+ display: block;
13981
+ position: relative;
13982
+ z-index: 0;
13983
+ padding-bottom: 15px;
13984
+ margin-bottom: 15px;
13985
+ }
13986
+
13987
+ .eael-pricing.style-1 .eael-pricing-item .header:after {
13988
+ content: "";
13989
+ position: absolute;
13990
+ width: 140px;
13991
+ height: 1px;
13992
+ bottom: 0px;
13993
+ left: 0px;
13994
+ right: 0px;
13995
+ margin: 0 auto;
13996
+ z-index: 1;
13997
+ background: rgba(9, 9, 9, 0.1);
13998
+ }
13999
+
14000
+ .eael-pricing.style-1 .eael-pricing-item .header .title {
14001
+ font-weight: 700;
14002
+ line-height: 30px;
14003
+ margin: 0px;
14004
+ }
14005
+
14006
+ .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag {
14007
+ position: relative;
14008
+ z-index: 0;
14009
+ padding: 15px 0px;
14010
+ margin-bottom: 15px;
14011
+ }
14012
+
14013
+ .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after {
14014
+ content: "";
14015
+ position: absolute;
14016
+ width: 140px;
14017
+ height: 1px;
14018
+ bottom: 0px;
14019
+ left: 0px;
14020
+ right: 0px;
14021
+ margin: 0 auto;
14022
+ z-index: 1;
14023
+ background: rgba(9, 9, 9, 0.04);
14024
+ }
14025
+
14026
+ .eael-pricing.style-1 .eael-pricing-item .price-tag {
14027
+ position: relative;
14028
+ display: inline-block;
14029
+ font-size: 28px;
14030
+ font-weight: 500;
14031
+ line-height: 0px;
14032
+ margin: 0px auto;
14033
+ }
14034
+
14035
+ .eael-pricing.style-1 .eael-pricing-item .price-tag .price-currency {
14036
+ font-size: 24px;
14037
+ font-weight: 700;
14038
+ }
14039
+
14040
+ .eael-pricing.style-1 .eael-pricing-item .price-period {
14041
+ color: #999;
14042
+ }
14043
+
14044
+ .eael-pricing.style-1 .eael-pricing-item .body ul {
14045
+ display: block;
14046
+ width: 100%;
14047
+ margin-bottom: 15px;
14048
+ }
14049
+
14050
+ .eael-pricing.style-1 .eael-pricing-item .body ul li {
14051
+ display: block;
14052
+ width: 100%;
14053
+ height: auto;
14054
+ padding: 10px 0px;
14055
+ font-size: 14px;
14056
+ color: #6d6d6d;
14057
+ border-bottom: 1px solid rgba(9, 9, 9, 0.04);
14058
+ }
14059
+
14060
+ .eael-pricing.style-1 .eael-pricing-item .body ul li:last-child {
14061
+ border: none;
14062
+ }
14063
+
14064
+ .eael-pricing.style-1 .eael-pricing-item.featured-large {
14065
+ padding: 60px 0px;
14066
+ }
14067
+
14068
+ /*--- Pricing Table : Style 2 ---*/
14069
+ .eael-pricing.style-2 {
14070
+ position: relative;
14071
+ z-index: 0;
14072
+ text-align: center;
14073
+ }
14074
+
14075
+ .eael-pricing.style-2 .eael-pricing-item {
14076
+ padding: 30px 0px;
14077
+ -webkit-border-radius: 5px;
14078
+ border-radius: 5px;
14079
+ margin: 0px;
14080
+ border: 1px solid rgba(9, 9, 9, 0.1);
14081
+ }
14082
+
14083
+ .eael-pricing.style-2 .eael-pricing-item.featured {
14084
+ -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
14085
+ box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
14086
+ }
14087
+
14088
+ .eael-pricing.style-2 .eael-pricing-item.ribbon-1:before {
14089
+ content: "";
14090
+ position: absolute;
14091
+ width: 100%;
14092
+ height: 3px;
14093
+ background: #00C853;
14094
+ top: 0px;
14095
+ left: 0px;
14096
+ right: 0px;
14097
+ z-index: 1;
14098
+ -webkit-border-radius: 5px 5px 0px 0px;
14099
+ border-radius: 5px 5px 0px 0px;
14100
+ }
14101
+
14102
+ .eael-pricing.style-2 .eael-pricing-item.ribbon-2:before {
14103
+ content: "Featured";
14104
+ position: absolute;
14105
+ width: auto;
14106
+ background: #00C853;
14107
+ color: #fff;
14108
+ top: 35px;
14109
+ right: -15px;
14110
+ z-index: 10;
14111
+ font-size: 10px;
14112
+ font-weight: 600;
14113
+ text-transform: uppercase;
14114
+ padding: 5px 10px;
14115
+ }
14116
+
14117
+ .eael-pricing.style-2 .eael-pricing-item.ribbon-2:after {
14118
+ content: "";
14119
+ position: absolute;
14120
+ top: 20px;
14121
+ right: -15px;
14122
+ width: 0;
14123
+ height: 0;
14124
+ border-bottom: 15px solid #00C853;
14125
+ border-right: 15px solid transparent;
14126
+ z-index: 9;
14127
+ opacity: 0.9;
14128
+ }
14129
+
14130
+ .eael-pricing.style-2 .eael-pricing-item.ribbon-3:before {
14131
+ content: "Featured";
14132
+ position: absolute;
14133
+ width: auto;
14134
+ background: rgba(0, 0, 0, 0.6);
14135
+ color: #fff;
14136
+ top: 15px;
14137
+ right: 15px;
14138
+ z-index: 10;
14139
+ font-size: 11px;
14140
+ font-weight: 600;
14141
+ text-transform: uppercase;
14142
+ padding: 5px 15px;
14143
+ }
14144
+
14145
+ .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon {
14146
+ display: inline-block;
14147
+ position: relative;
14148
+ width: 80px;
14149
+ height: 80px;
14150
+ background: #00c853;
14151
+ -webkit-border-radius: 50%;
14152
+ border-radius: 50%;
14153
+ margin-bottom: 30px;
14154
+ text-align: center;
14155
+ -webkit-transition: .5s;
14156
+ -o-transition: .5s;
14157
+ transition: .5s;
14158
+ overflow: hidden;
14159
+ }
14160
+
14161
+ .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon i {
14162
+ font-size: 30px;
14163
+ color: #fff;
14164
+ line-height: 80px;
14165
+ -webkit-transition: .5s;
14166
+ -o-transition: .5s;
14167
+ transition: .5s;
14168
+ }
14169
+
14170
+ .eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon {
14171
+ background: #43A047;
14172
+ }
14173
+
14174
+ .eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon i {
14175
+ color: #fff;
14176
+ }
14177
+
14178
+ .eael-pricing.style-2 .eael-pricing-item .header {
14179
+ background: #C8E6C9;
14180
+ padding: 25px 30px;
14181
+ margin-bottom: 15px;
14182
+ position: relative;
14183
+ z-index: 0;
14184
+ }
14185
+
14186
+ .eael-pricing.style-2 .eael-pricing-item.featured .header:after {
14187
+ content: "";
14188
+ position: absolute;
14189
+ width: 100%;
14190
+ height: 100%;
14191
+ top: 0px;
14192
+ left: 0px;
14193
+ right: 0px;
14194
+ bottom: 0px;
14195
+ z-index: -1;
14196
+ background: rgba(255, 255, 255, 0.4);
14197
+ }
14198
+
14199
+ .eael-pricing.style-2 .eael-pricing-item .header .title {
14200
+ font-size: 28px;
14201
+ font-weight: 700;
14202
+ line-height: 40px;
14203
+ margin: 0px;
14204
+ }
14205
+
14206
+ .eael-pricing.style-2 .eael-pricing-item .header .subititle {
14207
+ font-size: 14px;
14208
+ font-weight: 600;
14209
+ color: #6d6d6d;
14210
+ }
14211
+
14212
+ .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag {
14213
+ position: relative;
14214
+ z-index: 0;
14215
+ padding: 15px 0px;
14216
+ margin-bottom: 15px;
14217
+ }
14218
+
14219
+ .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after {
14220
+ content: "";
14221
+ position: absolute;
14222
+ width: 140px;
14223
+ height: 1px;
14224
+ bottom: 0px;
14225
+ left: 0px;
14226
+ right: 0px;
14227
+ margin: 0 auto;
14228
+ z-index: 1;
14229
+ background: rgba(9, 9, 9, 0.04);
14230
+ }
14231
+
14232
+ .eael-pricing.style-2 .eael-pricing-item .price-tag {
14233
+ position: relative;
14234
+ display: inline-block;
14235
+ font-size: 28px;
14236
+ font-weight: 500;
14237
+ line-height: 0px;
14238
+ margin: 0px auto;
14239
+ }
14240
+
14241
+ .eael-pricing.style-2 .eael-pricing-item .price-tag .price-currency {
14242
+ font-size: 24px;
14243
+ font-weight: 700;
14244
+ color: #00C853;
14245
+ }
14246
+
14247
+ .eael-pricing.style-2 .eael-pricing-item .price-period {
14248
+ color: #999;
14249
+ }
14250
+
14251
+ .eael-pricing.style-2 .eael-pricing-item .body ul {
14252
+ display: block;
14253
+ width: 100%;
14254
+ margin-bottom: 15px;
14255
+ }
14256
+
14257
+ .eael-pricing.style-2 .eael-pricing-item .body ul li {
14258
+ display: block;
14259
+ width: 100%;
14260
+ height: auto;
14261
+ padding: 10px 15px;
14262
+ font-size: 14px;
14263
+ color: #6d6d6d;
14264
+ border-bottom: 1px solid rgba(9, 9, 9, 0.04);
14265
+ }
14266
+
14267
+ .eael-pricing.style-2 .eael-pricing-item .body ul li:last-child {
14268
+ border: none;
14269
+ }
14270
+
14271
+ /*--- Media Query ---*/
14272
+ @media only screen and (min-width: 768px) and (max-width: 992px) {
14273
+ .eael-pricing {
14274
+ display: block;
14275
+ }
14276
+
14277
+ .eael-pricing .eael-pricing-item,
14278
+ .eael-pricing.style-2 .eael-pricing-item,
14279
+ .eael-pricing.style-4 .eael-pricing-item {
14280
+ width: 100%;
14281
+ margin: 0 auto 30px auto;
14282
+ }
14283
+ }
14284
+ @media only screen and (max-width: 480px) {
14285
+ .eael-pricing {
14286
+ display: block;
14287
+ }
14288
+
14289
+ .eael-pricing .eael-pricing-item {
14290
+ width: 100%;
14291
+ }
14292
+
14293
+ .eael-pricing .eael-pricing-item,
14294
+ .eael-pricing.style-2 .eael-pricing-item,
14295
+ .eael-pricing.style-4 .eael-pricing-item {
14296
+ margin: 0 auto 30px auto;
14297
+ }
14298
+ }
14299
+ /*--- Page Builder Related Style ---*/
14300
+ .eael-pricing-content-align-center .eael-pricing {
14301
+ text-align: center;
14302
+ }
14303
+
14304
+ .eael-pricing-content-align-left .eael-pricing {
14305
+ text-align: left;
14306
+ }
14307
+
14308
+ .eael-pricing-content-align-right .eael-pricing {
14309
+ text-align: right;
14310
+ }
14311
+
14312
+ .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag {
14313
+ padding-left: 45px;
14314
+ }
14315
+
14316
+ .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag:before {
14317
+ left: 30px;
14318
+ }
14319
+
14320
+ .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag {
14321
+ padding-right: 30px;
14322
+ }
14323
+
14324
+ .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .header,
14325
+ .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,
14326
+ .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .footer,
14327
+ .eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .header,
14328
+ .eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .footer {
14329
+ padding-left: 30px;
14330
+ padding-right: 30px;
14331
+ }
14332
+
14333
+ .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .header,
14334
+ .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,
14335
+ .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .footer,
14336
+ .eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .header,
14337
+ .eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .footer {
14338
+ padding-right: 30px;
14339
+ padding-left: 30px;
14340
+ }
14341
+
14342
+ .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .body ul li,
14343
+ .eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .body ul li {
14344
+ padding-left: 30px;
14345
+ }
14346
+
14347
+ .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .body ul li,
14348
+ .eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .body ul li {
14349
+ padding-right: 30px;
14350
+ }
14351
+
14352
+ .eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after {
14353
+ -webkit-transform: translateX(-80%);
14354
+ -ms-transform: translateX(-80%);
14355
+ transform: translateX(-80%);
14356
+ }
14357
+
14358
+ .eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after {
14359
+ -webkit-transform: translateX(80%);
14360
+ -ms-transform: translateX(80%);
14361
+ transform: translateX(80%);
14362
+ }
14363
+
14364
+ .eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,
14365
+ .eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after {
14366
+ -webkit-transform: translateX(0%);
14367
+ -ms-transform: translateX(0%);
14368
+ transform: translateX(0%);
14369
+ }
14370
+
14371
+ .eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,
14372
+ .eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .header:after,
14373
+ .eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,
14374
+ .eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,
14375
+ .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after,
14376
+ .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after {
14377
+ margin: 0;
14378
+ width: 100%;
14379
+ }
14380
+
14381
+ /*--- Button Alignment ---*/
14382
+ .eael-pricing-button-align-right .eael-pricing.style-1 .footer,
14383
+ .eael-pricing-button-align-right .eael-pricing.style-2 .footer,
14384
+ .eael-pricing-button-align-right .eael-pricing.style-3 .footer,
14385
+ .eael-pricing-button-align-right .eael-pricing.style-4 .footer {
14386
+ text-align: right;
14387
+ }
14388
+
14389
+ .eael-pricing-button-align-center .eael-pricing.style-1 .footer,
14390
+ .eael-pricing-button-align-center .eael-pricing.style-2 .footer,
14391
+ .eael-pricing-button-align-center .eael-pricing.style-3 .footer,
14392
+ .eael-pricing-button-align-center .eael-pricing.style-4 .footer {
14393
+ text-align: center;
14394
+ }
14395
+
14396
+ .eael-pricing-button-align-left .eael-pricing.style-1 .footer,
14397
+ .eael-pricing-button-align-left .eael-pricing.style-2 .footer,
14398
+ .eael-pricing-button-align-left .eael-pricing.style-3 .footer,
14399
+ .eael-pricing-button-align-left .eael-pricing.style-4 .footer {
14400
+ text-align: left;
14401
+ }
14402
+
14403
+ .eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-2 .footer,
14404
+ .eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-4 .footer {
14405
+ padding-right: 30px;
14406
+ }
14407
+
14408
+ .eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-2 .footer,
14409
+ .eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-4 .footer {
14410
+ padding-left: 30px;
14411
+ }
14412
+
14413
+ /*--- Only In Pro Alert ---*/
14414
+ .only-in-pro {
14415
+ width: 100%;
14416
+ -webkit-display: flex;
14417
+ display: -webkit-box;
14418
+ display: -ms-flexbox;
14419
+ display: flex;
14420
+ -webkit-align-items: center;
14421
+ -webkit-box-align: center;
14422
+ -ms-flex-align: center;
14423
+ align-items: center;
14424
+ -webkit-justify-content: center;
14425
+ -webkit-box-pack: center;
14426
+ -ms-flex-pack: center;
14427
+ justify-content: center;
14428
+ padding: 15px;
14429
+ min-width: 200px;
14430
+ background: #EF5350;
14431
+ color: #fff;
14432
+ text-align: center;
14433
+ }
14434
+
14435
+ .only-in-pro .title {
14436
+ font-family: 'Roboto', sans-serif;
14437
+ font-size: 24px;
14438
+ line-height: 40px;
14439
+ margin: 0px;
14440
+ }
14441
+
14442
+ /*--- Pricing Table Tooltip ---*/
14443
+ div.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow {
14444
+ position: absolute;
14445
+ top: 50%;
14446
+ }
14447
+
14448
+ div.tooltipster-sidetip.tooltipster-top div.tooltipster-box {
14449
+ margin-bottom: 0px !important;
14450
+ }
14451
+
14452
+ div.tooltipster-sidetip.tooltipster-bottom div.tooltipster-box {
14453
+ margin-top: 0px !important;
14454
+ }
14455
+
14456
+ .tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
14457
+ top: auto;
14458
+ bottom: -8px;
14459
+ }
14460
+
14461
+ div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
14462
+ top: -8px;
14463
+ bottom: auto;
14464
+ }
14465
+
14466
+ /*--------------------------*/
14467
+ /* 09. Product Styles
14468
+ /*--------------------------*/
14469
+ .eael-product-grid .woocommerce ul.products,
14470
+ .eael-post-grid .woocommerce ul.products {
14471
+ display: grid;
14472
+ grid-gap: 25px;
14473
+ margin: 0 !important;
14474
+ padding: 0 !important;
14475
+ }
14476
+ .eael-product-grid .woocommerce ul.products:before, .eael-product-grid .woocommerce ul.products:after,
14477
+ .eael-post-grid .woocommerce ul.products:before,
14478
+ .eael-post-grid .woocommerce ul.products:after {
14479
+ display: none;
14480
+ }
14481
+ .eael-product-grid .woocommerce ul.products .product,
14482
+ .eael-post-grid .woocommerce ul.products .product {
14483
+ width: 100%;
14484
+ margin: 0;
14485
+ padding: 0;
14486
+ }
14487
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-1,
14488
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-1 {
14489
+ grid-template-columns: 100%;
14490
+ }
14491
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-2,
14492
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-2 {
14493
+ grid-template-columns: repeat(2, 1fr);
14494
+ }
14495
+ @media screen and (max-width: 480px) {
14496
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-2,
14497
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-2 {
14498
+ grid-template-columns: repeat(1, 1fr);
14499
+ }
14500
+ }
14501
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-3,
14502
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-3 {
14503
+ grid-template-columns: repeat(3, 1fr);
14504
+ }
14505
+ @media screen and (max-width: 767px) {
14506
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-3,
14507
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-3 {
14508
+ grid-template-columns: repeat(2, 1fr);
14509
+ }
14510
+ }
14511
+ @media screen and (max-width: 480px) {
14512
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-3,
14513
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-3 {
14514
+ grid-template-columns: repeat(1, 1fr);
14515
+ }
14516
+ }
14517
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-4,
14518
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-4 {
14519
+ grid-template-columns: repeat(4, 1fr);
14520
+ }
14521
+ @media screen and (max-width: 767px) {
14522
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-4,
14523
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-4 {
14524
+ grid-template-columns: repeat(2, 1fr);
14525
+ }
14526
+ }
14527
+ @media screen and (max-width: 480px) {
14528
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-4,
14529
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-4 {
14530
+ grid-template-columns: repeat(1, 1fr);
14531
+ }
14532
+ }
14533
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-5,
14534
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-5 {
14535
+ grid-template-columns: repeat(5, 1fr);
14536
+ }
14537
+ @media screen and (max-width: 767px) {
14538
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-5,
14539
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-5 {
14540
+ grid-template-columns: repeat(2, 1fr);
14541
+ }
14542
+ }
14543
+ @media screen and (max-width: 480px) {
14544
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-5,
14545
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-5 {
14546
+ grid-template-columns: repeat(1, 1fr);
14547
+ }
14548
+ }
14549
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-6,
14550
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-6 {
14551
+ grid-template-columns: repeat(6, 1fr);
14552
+ }
14553
+ @media screen and (max-width: 767px) {
14554
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-6,
14555
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-6 {
14556
+ grid-template-columns: repeat(2, 1fr);
14557
+ }
14558
+ }
14559
+ @media screen and (max-width: 480px) {
14560
+ .eael-product-grid .woocommerce ul.products.eael-product-columns-6,
14561
+ .eael-post-grid .woocommerce ul.products.eael-product-columns-6 {
14562
+ grid-template-columns: repeat(1, 1fr);
14563
+ }
14564
+ }
14565
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,
14566
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product,
14567
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product {
14568
+ position: relative;
14569
+ float: left;
14570
+ overflow: hidden;
14571
+ text-align: center;
14572
+ padding: 0;
14573
+ -webkit-border-radius: 0;
14574
+ border-radius: 0;
14575
+ background-color: #fff;
14576
+ -webkit-box-shadow: none;
14577
+ box-shadow: none;
14578
+ }
14579
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product a, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a,
14580
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product a,
14581
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a {
14582
+ text-decoration: none;
14583
+ }
14584
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product a:hover, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a:hover,
14585
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product a:hover,
14586
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a:hover {
14587
+ outline: none;
14588
+ -webkit-box-shadow: none;
14589
+ box-shadow: none;
14590
+ }
14591
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product img, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product img,
14592
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product img,
14593
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product img {
14594
+ width: 100%;
14595
+ height: auto;
14596
+ -webkit-backface-visibility: hidden;
14597
+ backface-visibility: hidden;
14598
+ }
14599
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title,
14600
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,
14601
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title {
14602
+ font-size: 16px;
14603
+ font-weight: 700;
14604
+ line-height: 1;
14605
+ color: #333;
14606
+ margin: 25px 0 12px;
14607
+ padding: 0;
14608
+ }
14609
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .onsale, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .onsale,
14610
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .onsale,
14611
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .onsale {
14612
+ display: block;
14613
+ line-height: 170px;
14614
+ font-size: 13px;
14615
+ text-align: center;
14616
+ letter-spacing: 0;
14617
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
14618
+ text-transform: uppercase;
14619
+ color: #fff;
14620
+ background-color: #ff2a13;
14621
+ -webkit-border-radius: 0;
14622
+ border-radius: 0;
14623
+ border: none;
14624
+ -webkit-box-shadow: none;
14625
+ box-shadow: none;
14626
+ position: absolute;
14627
+ height: 100px;
14628
+ width: 200px;
14629
+ z-index: 1;
14630
+ left: -100px;
14631
+ top: -50px;
14632
+ right: auto;
14633
+ margin: 0;
14634
+ padding: 0;
14635
+ -webkit-transform: rotate(-45deg);
14636
+ -ms-transform: rotate(-45deg);
14637
+ transform: rotate(-45deg);
14638
+ }
14639
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price,
14640
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price,
14641
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price {
14642
+ font-size: 14px;
14643
+ margin-bottom: 0;
14644
+ }
14645
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price del, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price del,
14646
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price del,
14647
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price del {
14648
+ opacity: 0.5;
14649
+ display: inline-block;
14650
+ }
14651
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price ins, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price ins,
14652
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price ins,
14653
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price ins {
14654
+ font-weight: 400;
14655
+ background-color: transparent;
14656
+ color: #ff2a13;
14657
+ }
14658
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .star-rating, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating,
14659
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,
14660
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating {
14661
+ display: block;
14662
+ float: none;
14663
+ font-size: 14px;
14664
+ margin: 10px auto;
14665
+ }
14666
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
14667
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,
14668
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button {
14669
+ display: block;
14670
+ font-size: 14px;
14671
+ font-weight: 400;
14672
+ line-height: 38px;
14673
+ text-align: center;
14674
+ text-transform: uppercase;
14675
+ color: #fff;
14676
+ background-color: #333;
14677
+ padding: 0;
14678
+ margin: 15px;
14679
+ -webkit-border-radius: 0;
14680
+ border-radius: 0;
14681
+ }
14682
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus,
14683
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,
14684
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus {
14685
+ outline: none;
14686
+ }
14687
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,
14688
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,
14689
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart {
14690
+ display: block;
14691
+ margin: 0 0 15px 0;
14692
+ padding: 0;
14693
+ font-size: 14px;
14694
+ line-height: 1;
14695
+ text-transform: capitalize;
14696
+ color: #333;
14697
+ background-color: transparent;
14698
+ }
14699
+ .eael-product-grid.eael-product-simple .woocommerce ul.products li.product,
14700
+ .eael-post-grid.eael-product-simple .woocommerce ul.products li.product {
14701
+ border: 1px solid #eee;
14702
+ }
14703
+ .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,
14704
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product {
14705
+ border: 1px solid transparent;
14706
+ }
14707
+ .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
14708
+ .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,
14709
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
14710
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart {
14711
+ visibility: hidden;
14712
+ -webkit-transition: none;
14713
+ -o-transition: none;
14714
+ transition: none;
14715
+ }
14716
+ .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover,
14717
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover {
14718
+ border: 1px solid #eee;
14719
+ }
14720
+ .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,
14721
+ .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart,
14722
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,
14723
+ .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart {
14724
+ visibility: visible;
14725
+ }
14726
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product,
14727
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product {
14728
+ position: relative;
14729
+ float: left;
14730
+ overflow: hidden;
14731
+ text-align: center;
14732
+ padding: 0 0 15px 0;
14733
+ -webkit-border-radius: 0;
14734
+ border-radius: 0;
14735
+ background-color: #fff;
14736
+ -webkit-box-shadow: none;
14737
+ box-shadow: none;
14738
+ }
14739
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a,
14740
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a {
14741
+ text-decoration: none;
14742
+ }
14743
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a:hover,
14744
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a:hover {
14745
+ outline: none;
14746
+ -webkit-box-shadow: none;
14747
+ box-shadow: none;
14748
+ }
14749
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product img,
14750
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product img {
14751
+ width: 100%;
14752
+ height: auto;
14753
+ margin: 0;
14754
+ -webkit-backface-visibility: hidden;
14755
+ backface-visibility: hidden;
14756
+ }
14757
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay,
14758
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay {
14759
+ position: relative;
14760
+ overflow: hidden;
14761
+ line-height: 0;
14762
+ }
14763
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap,
14764
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap {
14765
+ position: absolute;
14766
+ top: 50%;
14767
+ left: 0;
14768
+ right: 0;
14769
+ text-align: center;
14770
+ -webkit-transform: translateY(-50%);
14771
+ -ms-transform: translateY(-50%);
14772
+ transform: translateY(-50%);
14773
+ }
14774
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,
14775
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
14776
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,
14777
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,
14778
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
14779
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart {
14780
+ display: inline-block;
14781
+ font-size: 14px;
14782
+ line-height: 38px;
14783
+ text-align: center;
14784
+ color: #fff;
14785
+ background-color: #333;
14786
+ width: 38px;
14787
+ height: 38px;
14788
+ border-style: none;
14789
+ -webkit-border-radius: 50%;
14790
+ border-radius: 50%;
14791
+ vertical-align: middle;
14792
+ padding: 0;
14793
+ margin: 0 5px;
14794
+ -webkit-transform: translateY(20px);
14795
+ -ms-transform: translateY(20px);
14796
+ transform: translateY(20px);
14797
+ opacity: 0;
14798
+ -webkit-transition: opacity 300ms, -webkit-transform 200ms;
14799
+ transition: opacity 300ms, -webkit-transform 200ms;
14800
+ -o-transition: transform 200ms, opacity 300ms;
14801
+ transition: transform 200ms, opacity 300ms;
14802
+ transition: transform 200ms, opacity 300ms, -webkit-transform 200ms;
14803
+ }
14804
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,
14805
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,
14806
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,
14807
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,
14808
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,
14809
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus {
14810
+ outline: none;
14811
+ }
14812
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
14813
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button {
14814
+ font-size: 0;
14815
+ }
14816
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before,
14817
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before {
14818
+ display: none;
14819
+ }
14820
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after,
14821
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after {
14822
+ content: "\f217";
14823
+ font: normal normal normal 14px/1 FontAwesome;
14824
+ font-size: 14px;
14825
+ line-height: 38px;
14826
+ text-rendering: auto;
14827
+ -webkit-font-smoothing: antialiased;
14828
+ vertical-align: middle;
14829
+ margin: 0;
14830
+ padding: 0;
14831
+ }
14832
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before,
14833
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before {
14834
+ display: none;
14835
+ }
14836
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after,
14837
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after {
14838
+ content: "\f110";
14839
+ display: inline-block;
14840
+ font: normal normal normal 14px/1 FontAwesome;
14841
+ font-size: 14px;
14842
+ line-height: 38px;
14843
+ color: #fff;
14844
+ height: auto;
14845
+ width: auto;
14846
+ position: relative;
14847
+ top: 0;
14848
+ left: 0;
14849
+ margin: 0;
14850
+ padding: 0;
14851
+ }
14852
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,
14853
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart {
14854
+ font-size: 0;
14855
+ }
14856
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after,
14857
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after {
14858
+ content: "\f06e";
14859
+ font: normal normal normal 14px/1 FontAwesome;
14860
+ font-size: 14px;
14861
+ line-height: 38px;
14862
+ color: #fff;
14863
+ text-rendering: auto;
14864
+ -webkit-font-smoothing: antialiased;
14865
+ vertical-align: middle;
14866
+ margin: 0;
14867
+ padding: 0;
14868
+ }
14869
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title,
14870
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title {
14871
+ font-size: 16px;
14872
+ font-weight: 700;
14873
+ line-height: 1;
14874
+ color: #333;
14875
+ margin: 25px 0 12px;
14876
+ padding: 0;
14877
+ }
14878
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .onsale,
14879
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .onsale {
14880
+ display: block;
14881
+ line-height: 170px;
14882
+ font-size: 13px;
14883
+ text-align: center;
14884
+ letter-spacing: 0;
14885
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
14886
+ text-transform: uppercase;
14887
+ color: #fff;
14888
+ background-color: #ff2a13;
14889
+ -webkit-border-radius: 0;
14890
+ border-radius: 0;
14891
+ border: none;
14892
+ -webkit-box-shadow: none;
14893
+ box-shadow: none;
14894
+ position: absolute;
14895
+ height: 100px;
14896
+ width: 200px;
14897
+ z-index: 1;
14898
+ left: -100px;
14899
+ top: -50px;
14900
+ right: auto;
14901
+ margin: 0;
14902
+ padding: 0;
14903
+ -webkit-transform: rotate(-45deg);
14904
+ -ms-transform: rotate(-45deg);
14905
+ transform: rotate(-45deg);
14906
+ }
14907
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price,
14908
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price {
14909
+ font-size: 14px;
14910
+ margin-bottom: 0;
14911
+ }
14912
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price del,
14913
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price del {
14914
+ opacity: 0.5;
14915
+ display: inline-block;
14916
+ }
14917
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price ins,
14918
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price ins {
14919
+ font-weight: 400;
14920
+ background-color: transparent;
14921
+ color: #ff2a13;
14922
+ }
14923
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating,
14924
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating {
14925
+ display: block;
14926
+ float: none;
14927
+ font-size: 14px;
14928
+ margin: 10px auto;
14929
+ }
14930
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,
14931
+ .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button,
14932
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,
14933
+ .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button {
14934
+ opacity: 1;
14935
+ -webkit-transform: translateY(0);
14936
+ -ms-transform: translateY(0);
14937
+ transform: translateY(0);
14938
+ }
14939
+
14940
+ @-webkit-keyframes animateStripe {
14941
+ 0% {
14942
+ -webkit-transform: translate(0, 0);
14943
+ transform: translate(0, 0);
14944
+ }
14945
+ 100% {
14946
+ -webkit-transform: translate(35px, 0);
14947
+ transform: translate(35px, 0);
14948
+ }
14949
+ }
14950
+ @keyframes animateStripe {
14951
+ 0% {
14952
+ -webkit-transform: translate(0, 0);
14953
+ transform: translate(0, 0);
14954
+ }
14955
+ 100% {
14956
+ -webkit-transform: translate(35px, 0);
14957
+ transform: translate(35px, 0);
14958
+ }
14959
+ }
14960
+ @-webkit-keyframes animateStripeRTL {
14961
+ 0% {
14962
+ -webkit-transform: translate(0, 0);
14963
+ transform: translate(0, 0);
14964
+ }
14965
+ 100% {
14966
+ -webkit-transform: translate(-35px, 0);
14967
+ transform: translate(-35px, 0);
14968
+ }
14969
+ }
14970
+ @keyframes animateStripeRTL {
14971
+ 0% {
14972
+ -webkit-transform: translate(0, 0);
14973
+ transform: translate(0, 0);
14974
+ }
14975
+ 100% {
14976
+ -webkit-transform: translate(-35px, 0);
14977
+ transform: translate(-35px, 0);
14978
+ }
14979
+ }
14980
+ .eael-progressbar {
14981
+ position: relative;
14982
+ }
14983
+
14984
+ .eael-progressbar-title {
14985
+ font-size: 20px;
14986
+ font-weight: 400;
14987
+ }
14988
+
14989
+ .eael-progressbar-line {
14990
+ position: relative;
14991
+ display: block;
14992
+ width: 100%;
14993
+ height: 12px;
14994
+ background-color: #eeeeee;
14995
+ }
14996
+ .eael-progressbar-line .eael-progressbar-count-wrap {
14997
+ position: absolute;
14998
+ right: 0;
14999
+ bottom: calc(100% + 5px);
15000
+ font-size: 16px;
15001
+ font-weight: 400;
15002
+ line-height: 1;
15003
+ }
15004
+
15005
+ .eael-progressbar-line-fill {
15006
+ display: inline-block;
15007
+ position: absolute;
15008
+ top: 50%;
15009
+ left: 0;
15010
+ width: 0;
15011
+ height: 12px;
15012
+ background-color: #000000;
15013
+ -webkit-transform: translateY(-50%);
15014
+ -ms-transform: translateY(-50%);
15015
+ transform: translateY(-50%);
15016
+ -webkit-transition: width 1500ms linear;
15017
+ -o-transition: width 1500ms linear;
15018
+ transition: width 1500ms linear;
15019
+ overflow: hidden;
15020
+ }
15021
+
15022
+ .eael-progressbar-circle {
15023
+ position: relative;
15024
+ width: 200px;
15025
+ height: 200px;
15026
+ }
15027
+ .eael-progressbar-circle .eael-progressbar-title {
15028
+ font-size: 16px;
15029
+ font-weight: 400;
15030
+ }
15031
+ .eael-progressbar-circle .eael-progressbar-count-wrap {
15032
+ font-size: 28px;
15033
+ font-weight: 700;
15034
+ }
15035
+
15036
+ .eael-progressbar-circle-shadow {
15037
+ width: 220px;
15038
+ height: 220px;
15039
+ padding: 10px;
15040
+ -webkit-border-radius: 50%;
15041
+ border-radius: 50%;
15042
+ }
15043
+
15044
+ .eael-progressbar-circle-pie {
15045
+ position: absolute;
15046
+ top: 0;
15047
+ left: 0;
15048
+ width: 100%;
15049
+ height: 100%;
15050
+ -webkit-clip-path: inset(0 0 0 50%);
15051
+ clip-path: inset(0 0 0 50%);
15052
+ }
15053
+
15054
+ .eael-progressbar-circle-inner {
15055
+ height: 100%;
15056
+ width: 100%;
15057
+ border-width: 12px;
15058
+ border-style: solid;
15059
+ border-color: #eeeeee;
15060
+ -webkit-border-radius: 50%;
15061
+ border-radius: 50%;
15062
+ }
15063
+
15064
+ .eael-progressbar-circle-half {
15065
+ position: absolute;
15066
+ left: 0;
15067
+ top: 0;
15068
+ height: 100%;
15069
+ width: 100%;
15070
+ border-width: 12px;
15071
+ border-style: solid;
15072
+ border-color: #000000;
15073
+ -webkit-border-radius: 50%;
15074
+ border-radius: 50%;
15075
+ -webkit-clip-path: inset(0 50% 0 0);
15076
+ clip-path: inset(0 50% 0 0);
15077
+ }
15078
+
15079
+ .eael-progressbar-circle-half-left {
15080
+ -webkit-transform: rotate(0deg);
15081
+ -ms-transform: rotate(0deg);
15082
+ transform: rotate(0deg);
15083
+ }
15084
+
15085
+ .eael-progressbar-circle-half-right {
15086
+ -webkit-transform: rotate(180deg);
15087
+ -ms-transform: rotate(180deg);
15088
+ transform: rotate(180deg);
15089
+ visibility: hidden;
15090
+ }
15091
+
15092
+ .eael-progressbar-circle-inner-content {
15093
+ position: absolute;
15094
+ top: 50%;
15095
+ width: 100%;
15096
+ -webkit-transform: translateY(-50%);
15097
+ -ms-transform: translateY(-50%);
15098
+ transform: translateY(-50%);
15099
+ text-align: center;
15100
+ }
15101
+
15102
+ .eael-progressbar-half-circle {
15103
+ position: relative;
15104
+ width: 200px;
15105
+ height: 100px;
15106
+ overflow: hidden;
15107
+ }
15108
+ .eael-progressbar-half-circle .eael-progressbar-circle-pie {
15109
+ -webkit-clip-path: inset(0 0 50% 0);
15110
+ clip-path: inset(0 0 50% 0);
15111
+ }
15112
+ .eael-progressbar-half-circle .eael-progressbar-circle-half {
15113
+ -webkit-clip-path: inset(50% 0 0 0);
15114
+ clip-path: inset(50% 0 0 0);
15115
+ -webkit-transform: rotate(0deg);
15116
+ -ms-transform: rotate(0deg);
15117
+ transform: rotate(0deg);
15118
+ -webkit-transition: -webkit-transform 1500ms linear;
15119
+ transition: -webkit-transform 1500ms linear;
15120
+ -o-transition: transform 1500ms linear;
15121
+ transition: transform 1500ms linear;
15122
+ transition: transform 1500ms linear, -webkit-transform 1500ms linear;
15123
+ }
15124
+ .eael-progressbar-half-circle .eael-progressbar-circle-inner-content {
15125
+ top: initial;
15126
+ bottom: 0;
15127
+ -webkit-transform: translateY(0);
15128
+ -ms-transform: translateY(0);
15129
+ transform: translateY(0);
15130
+ }
15131
+ .eael-progressbar-half-circle .eael-progressbar-title {
15132
+ font-size: 16px;
15133
+ font-weight: 400;
15134
+ }
15135
+ .eael-progressbar-half-circle .eael-progressbar-count-wrap {
15136
+ font-size: 28px;
15137
+ font-weight: 700;
15138
+ }
15139
+
15140
+ .eael-progressbar-half-circle-after {
15141
+ position: relative;
15142
+ font-size: 12px;
15143
+ font-weight: 400;
15144
+ clear: both;
15145
+ }
15146
+
15147
+ .eael-progressbar-postfix-label {
15148
+ float: right;
15149
+ }
15150
+
15151
+ .eael-progressbar-line-stripe .eael-progressbar-line-fill:after {
15152
+ content: '';
15153
+ position: absolute;
15154
+ top: 0;
15155
+ left: -35px;
15156
+ width: calc(100% + 70px);
15157
+ height: 100%;
15158
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
15159
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
15160
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
15161
+ -webkit-background-size: 35px 35px;
15162
+ background-size: 35px 35px;
15163
+ }
15164
+
15165
+ .eael-progressbar-line-animate .eael-progressbar-line-fill:after {
15166
+ -webkit-animation: animateStripe 2s linear infinite;
15167
+ animation: animateStripe 2s linear infinite;
15168
+ }
15169
+
15170
+ .eael-progressbar-line-animate-rtl .eael-progressbar-line-fill:after {
15171
+ -webkit-animation: animateStripeRTL 2s linear infinite;
15172
+ animation: animateStripeRTL 2s linear infinite;
15173
+ }
15174
+
15175
+ .eael-progressbar-circle-wrap > div {
15176
+ margin: 0 auto;
15177
+ }
15178
+
15179
+ /*alignment*/
15180
+ .eael-progressbar-line-container.left,
15181
+ .eael-progressbar-circle-container.left > div,
15182
+ .eael-progressbar-box-container.left > div {
15183
+ margin: 0 auto 0 0;
15184
+ }
15185
+
15186
+ .eael-progressbar-line-container.center,
15187
+ .eael-progressbar-circle-container.center > div,
15188
+ .eael-progressbar-box-container.center > div {
15189
+ margin: 0 auto;
15190
+ }
15191
+
15192
+ .eael-progressbar-line-container.right,
15193
+ .eael-progressbar-circle-container.right > div,
15194
+ .eael-progressbar-box-container.right > div {
15195
+ margin: 0 0 0 auto;
15196
+ }
15197
+
15198
+ /*----------------------------*/
15199
+ /* 07. Team Members Styles
15200
+ /*----------------------------*/
15201
+ .eael-team-item {
15202
+ overflow: hidden;
15203
+ position: relative;
15204
+ }
15205
+
15206
+ .team-avatar-rounded figure img {
15207
+ -webkit-border-radius: 50%;
15208
+ border-radius: 50%;
15209
+ height: auto;
15210
+ }
15211
+
15212
+ .eael-team-image > figure {
15213
+ margin: 0;
15214
+ padding: 0;
15215
+ }
15216
+
15217
+ .eael-team-image > figure img {
15218
+ display: block;
15219
+ margin: 0 auto;
15220
+ }
15221
+
15222
+ .eael-team-item .eael-team-content {
15223
+ padding: 10px;
15224
+ }
15225
+
15226
+ .eael-team-item .eael-team-member-name {
15227
+ font-size: 20px;
15228
+ font-weight: bold;
15229
+ letter-spacing: 0.05em;
15230
+ margin: 5px 0;
15231
+ text-transform: uppercase;
15232
+ }
15233
+
15234
+ .eael-team-item .eael-team-member-position {
15235
+ font-size: 14px;
15236
+ font-weight: normal;
15237
+ letter-spacing: 0.05em;
15238
+ margin: 5px 0 10px;
15239
+ text-transform: uppercase;
15240
+ }
15241
+
15242
+ .eael-team-item .eael-team-content,
15243
+ .eael-team-item .eael-team-content .eael-team-text {
15244
+ font-size: 14px;
15245
+ line-height: 1.5;
15246
+ }
15247
+
15248
+ .eael-team-content > ul {
15249
+ margin: 0;
15250
+ padding: 0;
15251
+ }
15252
+
15253
+ .eael-team-content li {
15254
+ display: inline-block;
15255
+ list-style: outside none none;
15256
+ margin-right: 10px;
15257
+ text-align: center;
15258
+ }
15259
+
15260
+ .eael-team-content li a {
15261
+ font-size: 2.5rem;
15262
+ }
15263
+
15264
+ .eael-team-align-left .eael-team-item .eael-team-member-name,
15265
+ .eael-team-align-left .eael-team-item .eael-team-member-position,
15266
+ .eael-team-align-left .eael-team-item .eael-team-text,
15267
+ .eael-team-align-left .eael-team-item .eael-team-content p,
15268
+ .eael-team-align-left .eael-team-item .eael-team-content ul,
15269
+ .eael-team-align-left .eael-team-item .eael-team-content li {
15270
+ text-align: left;
15271
+ }
15272
+
15273
+ .eael-team-align-right .eael-team-item .eael-team-member-name,
15274
+ .eael-team-align-right .eael-team-item .eael-team-member-position,
15275
+ .eael-team-align-right .eael-team-item .eael-team-text,
15276
+ .eael-team-align-right .eael-team-item .eael-team-content p,
15277
+ .eael-team-align-right .eael-team-item .eael-team-content ul,
15278
+ .eael-team-align-right .eael-team-item .eael-team-content li {
15279
+ text-align: right;
15280
+ }
15281
+
15282
+ .eael-team-align-centered .eael-team-item .eael-team-member-name,
15283
+ .eael-team-align-centered .eael-team-item .eael-team-member-position,
15284
+ .eael-team-align-centered .eael-team-item .eael-team-text,
15285
+ .eael-team-align-centered .eael-team-item .eael-team-content p,
15286
+ .eael-team-align-centered .eael-team-item .eael-team-content ul,
15287
+ .eael-team-align-centered .eael-team-item .eael-team-content li {
15288
+ text-align: center;
15289
+ }
15290
+
15291
+ .eael-team-item.eael-team-members-overlay .eael-team-content {
15292
+ bottom: 10px;
15293
+ left: 10px;
15294
+ margin-bottom: 0;
15295
+ padding-top: 15%;
15296
+ opacity: 0;
15297
+ overflow: hidden;
15298
+ -o-text-overflow: ellipsis;
15299
+ text-overflow: ellipsis;
15300
+ position: absolute;
15301
+ right: 10px;
15302
+ top: 10px;
15303
+ -webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
15304
+ -o-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
15305
+ transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
15306
+ }
15307
+
15308
+ .eael-team-item.eael-team-members-overlay:hover .eael-team-content {
15309
+ opacity: 1;
15310
+ }
15311
+
15312
+ .eael-team-member-social-link > a {
15313
+ display: inline-block;
15314
+ -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
15315
+ -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
15316
+ transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
15317
+ }
15318
+
15319
+ .eael-team-member-social-link > a:focus {
15320
+ outline: none;
15321
+ }
15322
+
15323
+ /*----------------------------*/
15324
+ /* 08. Testimonials Styles
15325
+ /*----------------------------*/
15326
+ .eael-testimonial-slider {
15327
+ position: relative;
15328
+ }
15329
+
15330
+ .testimonial-star-rating {
15331
+ padding: 0;
15332
+ margin: 0;
15333
+ }
15334
+
15335
+ .testimonial-star-rating li {
15336
+ list-style: none;
15337
+ display: inline-block;
15338
+ }
15339
+
15340
+ .testimonial-star-rating li i {
15341
+ color: #d8d8d8;
15342
+ }
15343
+
15344
+ .rating-five .testimonial-star-rating li i {
15345
+ color: #f2b01e;
15346
+ }
15347
+
15348
+ .rating-one .testimonial-star-rating li:first-child i {
15349
+ color: #f2b01e;
15350
+ }
15351
+
15352
+ .rating-two .testimonial-star-rating li:nth-child(1) i,
15353
+ .rating-two .testimonial-star-rating li:nth-child(2) i {
15354
+ color: #f2b01e;
15355
+ }
15356
+
15357
+ .rating-three .testimonial-star-rating li:nth-child(1) i,
15358
+ .rating-three .testimonial-star-rating li:nth-child(2) i,
15359
+ .rating-three .testimonial-star-rating li:nth-child(3) i {
15360
+ color: #f2b01e;
15361
+ }
15362
+
15363
+ .rating-four .testimonial-star-rating li:nth-child(1) i,
15364
+ .rating-four .testimonial-star-rating li:nth-child(2) i,
15365
+ .rating-four .testimonial-star-rating li:nth-child(3) i,
15366
+ .rating-four .testimonial-star-rating li:nth-child(4) i {
15367
+ color: #f2b01e;
15368
+ }
15369
+
15370
+ /*--- Default styles ---*/
15371
+ .eael-testimonial-image img {
15372
+ max-width: 100%;
15373
+ }
15374
+
15375
+ .eael-testimonial-image {
15376
+ padding: 10px 0px 0px 0px;
15377
+ }
15378
+
15379
+ .eael-testimonial-image > figure {
15380
+ display: block;
15381
+ margin: 0;
15382
+ }
15383
+
15384
+ .testimonial-avatar-rounded figure img {
15385
+ -webkit-border-radius: 50%;
15386
+ border-radius: 50%;
15387
+ height: auto;
15388
+ }
15389
+
15390
+ .eael-testimonial-content {
15391
+ margin: 0;
15392
+ padding: 10px;
15393
+ }
15394
+
15395
+ .eael-testimonial-item > figure {
15396
+ margin: 0 auto;
15397
+ padding: 0 20px;
15398
+ }
15399
+
15400
+ .eael-testimonial-item .center-text {
15401
+ text-align: center;
15402
+ }
15403
+
15404
+ .eael-testimonial-item .right-text {
15405
+ text-align: right;
15406
+ }
15407
+
15408
+ .eael-testimonial-item .left-text {
15409
+ text-align: left;
15410
+ }
15411
+
15412
+ .eael-testimonial-item .justify-text {
15413
+ text-align: justify;
15414
+ }
15415
+
15416
+ .eael-testimonial-content .eael-testimonial-text {
15417
+ font-size: 100%;
15418
+ font-style: italic;
15419
+ line-height: 1.5;
15420
+ margin-top: 0px;
15421
+ margin-bottom: 10px;
15422
+ word-wrap: break-word;
15423
+ }
15424
+
15425
+ .eael-testimonial-content .eael-testimonial-user {
15426
+ display: inline-block;
15427
+ font-family: inherit;
15428
+ font-size: 105%;
15429
+ font-style: italic;
15430
+ font-weight: normal;
15431
+ line-height: 1.5;
15432
+ margin-top: 0;
15433
+ margin-bottom: 0;
15434
+ margin-right: 5px;
15435
+ }
15436
+
15437
+ .eael-testimonial-content .eael-testimonial-user-company {
15438
+ display: inline-block;
15439
+ font-family: inherit;
15440
+ font-size: 90%;
15441
+ font-style: italic;
15442
+ font-weight: lighter;
15443
+ line-height: 1.75;
15444
+ margin-bottom: 0;
15445
+ margin-top: 1px;
15446
+ }
15447
+
15448
+ .eael-testimonial-image {
15449
+ position: relative;
15450
+ }
15451
+
15452
+ .eael-testimonial-item .eael-testimonial-quote::after {
15453
+ color: inherit !important;
15454
+ content: "\f10e";
15455
+ font-family: "FontAwesome";
15456
+ font-size: 200%;
15457
+ }
15458
+
15459
+ .eael-testimonial-slider.default-style .eael-testimonial-align-centered .eael-testimonial-image figure img {
15460
+ margin: 0 auto;
15461
+ }
15462
+
15463
+ .eael-testimonial-slider.default-style .eael-testimonial-align-left .eael-testimonial-image figure img,
15464
+ .eael-testimonial-slider.default-style .eael-testimonial-align-right .eael-testimonial-image figure img,
15465
+ .eael-testimonial-slider.classic-style .eael-testimonial-align-left .eael-testimonial-image figure img,
15466
+ .eael-testimonial-slider.classic-style .eael-testimonial-align-right .eael-testimonial-image figure img,
15467
+ .eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-image figure img,
15468
+ .eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-image figure img {
15469
+ margin: 0;
15470
+ }
15471
+
15472
+ .eael-testimonial-slider.default-style .eael-testimonial-align-right .eael-testimonial-image figure,
15473
+ .eael-testimonial-slider.classic-style .eael-testimonial-align-right .eael-testimonial-image figure,
15474
+ .eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-image figure {
15475
+ text-align: right;
15476
+ }
15477
+
15478
+ .eael-testimonial-slider.default-style .eael-testimonial-align-left .eael-testimonial-image figure,
15479
+ .eael-testimonial-slider.classic-style .eael-testimonial-align-left .eael-testimonial-image figure,
15480
+ .eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-image figure {
15481
+ text-align: left;
15482
+ }
15483
+
15484
+ .eael-testimonial-slider.default-style .eael-testimonial-align-right .default-style-testimonial-content,
15485
+ .eael-testimonial-slider.classic-style .eael-testimonial-align-right .testimonial-classic-style-content,
15486
+ .eael-testimonial-slider.middle-style .eael-testimonial-align-right .middle-style-content,
15487
+ .eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-text {
15488
+ text-align: right;
15489
+ }
15490
+
15491
+ .eael-testimonial-slider.default-style .eael-testimonial-align-center .default-style-testimonial-content,
15492
+ .eael-testimonial-slider.classic-style .eael-testimonial-align-center .testimonial-classic-style-content,
15493
+ .eael-testimonial-slider.middle-style .eael-testimonial-align-center .middle-style-content,
15494
+ .eael-testimonial-slider.middle-style .eael-testimonial-align-center .eael-testimonial-text {
15495
+ text-align: center;
15496
+ }
15497
+
15498
+ .eael-testimonial-slider.default-style .eael-testimonial-align-left .default-style-testimonial-content,
15499
+ .eael-testimonial-slider.classic-style .eael-testimonial-align-left .testimonial-classic-style-content,
15500
+ .eael-testimonial-slider.middle-style .eael-testimonial-align-left .middle-style-content,
15501
+ .eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-text {
15502
+ text-align: left;
15503
+ }
15504
+
15505
+ .eael-testimonial-slider.icon-img-left-content .eael-testimonial-text > p,
15506
+ .eael-testimonial-slider.icon-img-right-content .eael-testimonial-text > p {
15507
+ margin: 0px;
15508
+ }
15509
+
15510
+ /*--- Left align ---*/
15511
+ .icon-img-left-content .eael-testimonial-image {
15512
+ float: left;
15513
+ width: 30%;
15514
+ }
15515
+
15516
+ .icon-img-left-content .eael-testimonial-content {
15517
+ float: left;
15518
+ width: 70%;
15519
+ text-align: left;
15520
+ }
15521
+
15522
+ .icon-img-left-content.eael-testimonial-item {
15523
+ overflow: hidden;
15524
+ position: relative;
15525
+ }
15526
+
15527
+ .icon-img-left-content .eael-testimonial-quote {
15528
+ position: absolute;
15529
+ right: 0;
15530
+ }
15531
+
15532
+ .icon-img-left-content .eael-testimonial-text {
15533
+ margin-top: 0;
15534
+ }
15535
+
15536
+ /*--- Center align ---*/
15537
+ .eael-testimonial-align-centered .eael-testimonial-user,
15538
+ .eael-testimonial-align-centered .eael-testimonial-user-company {
15539
+ float: none;
15540
+ text-align: center;
15541
+ }
15542
+
15543
+ .eael-testimonial-align-centered .eael-testimonial-image > figure img {
15544
+ display: block;
15545
+ margin-left: auto !important;
15546
+ margin-right: auto !important;
15547
+ }
15548
+
15549
+ /* .eael-testimonial-align-centered .testimonial-star-rating{
15550
+ text-align: center;
15551
+ } */
15552
+ /*--- Right align ---*/
15553
+ .icon-img-right-content .eael-testimonial-image {
15554
+ float: right;
15555
+ width: 30%;
15556
+ }
15557
+
15558
+ .icon-img-right-content .eael-testimonial-content {
15559
+ float: right;
15560
+ width: 70%;
15561
+ text-align: right;
15562
+ }
15563
+
15564
+ .icon-img-right-content.eael-testimonial-item {
15565
+ overflow: hidden;
15566
+ position: relative;
15567
+ }
15568
+
15569
+ .icon-img-right-content .eael-testimonial-quote {
15570
+ position: absolute;
15571
+ }
15572
+
15573
+ .icon-img-right-content .eael-testimonial-text {
15574
+ margin-top: 0;
15575
+ }
15576
+
15577
+ .eael-testimonial-item {
15578
+ position: relative;
15579
+ }
15580
+
15581
+ .classic-style.testimonial-alignment-center .eael-testimonial-image,
15582
+ .default-style.testimonial-alignment-center .eael-testimonial-image {
15583
+ text-align: center;
15584
+ }
15585
+
15586
+ .classic-style.testimonial-alignment-right .eael-testimonial-image,
15587
+ .default-style.testimonial-alignment-right .eael-testimonial-image {
15588
+ text-align: right;
15589
+ }
15590
+
15591
+ .classic-style.testimonial-alignment-center .eael-testimonial-image > figure,
15592
+ .default-style.testimonial-alignment-center .eael-testimonial-image > figure {
15593
+ text-align: center;
15594
+ }
15595
+
15596
+ .eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-centered .eael-testimonial-content {
15597
+ text-align: center;
15598
+ }
15599
+
15600
+ .eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-left .eael-testimonial-content {
15601
+ text-align: left;
15602
+ }
15603
+
15604
+ .eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-right .eael-testimonial-content {
15605
+ text-align: right;
15606
+ }
15607
+
15608
+ .eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-centered .eael-testimonial-content {
15609
+ text-align: center;
15610
+ }
15611
+
15612
+ .eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-left .eael-testimonial-content {
15613
+ text-align: left;
15614
+ }
15615
+
15616
+ .eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-right .eael-testimonial-content {
15617
+ text-align: right;
15618
+ }
15619
+
15620
+ span.eael-testimonial-quote {
15621
+ position: absolute;
15622
+ right: 10px;
15623
+ top: 10px;
15624
+ }
15625
+
15626
+ /*--- Image align ---*/
15627
+ .eael-testimonial-item.left .eael-testimonial-image {
15628
+ text-align: left;
15629
+ }
15630
+
15631
+ .eael-testimonial-item.center .eael-testimonial-image {
15632
+ text-align: center;
15633
+ }
15634
+
15635
+ .eael-testimonial-item.right .eael-testimonial-image {
15636
+ text-align: right;
15637
+ }
15638
+
15639
+ /*--- Float title image style ---*/
15640
+ .eael-testimonial-inline-bio .eael-testimonial-image {
15641
+ float: left;
15642
+ }
15643
+
15644
+ .eael-testimonial-inline-bio .bio-text {
15645
+ padding-top: 10px;
15646
+ }
15647
+
15648
+ .eael-testimonial-content.eael-testimonial-inline-bio {
15649
+ overflow: hidden;
15650
+ margin-bottom: 0;
15651
+ padding-bottom: 0;
15652
+ }
15653
+
15654
+ .eael-testimonial-inline-bio .testimonial-star-rating,
15655
+ .eael-testimonial-inline-bio .bio-text {
15656
+ float: left;
15657
+ width: 65%;
15658
+ }
15659
+
15660
+ .eael-testimonial-content.eael-testimonial-inline-bio {
15661
+ text-align: left !important;
15662
+ }
15663
+
15664
+ /*--- Float inline style ---*/
15665
+ .testimonial-inline-style .eael-testimonial-image {
15666
+ float: left;
15667
+ max-width: 100%;
15668
+ padding: 0;
15669
+ margin-right: 15px;
15670
+ }
15671
+
15672
+ .testimonial-inline-style {
15673
+ overflow: hidden;
15674
+ text-align: left;
15675
+ }
15676
+
15677
+ .content-top-icon-title-inline .eael-testimonial-text,
15678
+ .content-top-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text {
15679
+ text-align: left;
15680
+ }
15681
+
15682
+ .content-top-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
15683
+ text-align: center;
15684
+ }
15685
+
15686
+ .content-top-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
15687
+ text-align: right;
15688
+ }
15689
+
15690
+ .content-bottom-icon-title-inline .eael-testimonial-text,
15691
+ .content-bottom-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text {
15692
+ text-align: left;
15693
+ }
15694
+
15695
+ .content-bottom-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
15696
+ text-align: center;
15697
+ }
15698
+
15699
+ .content-bottom-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
15700
+ text-align: right;
15701
+ }
15702
+
15703
+ /*------------------------------*/
15704
+ /* 32. Tooltip
15705
+ /*------------------------------*/
15706
+ .eael-tooltip {
15707
+ position: relative;
15708
+ display: inline-block;
15709
+ min-width: 150px;
15710
+ text-align: center;
15711
+ padding: 12px 24px;
15712
+ font-size: .93rem;
15713
+ color: #333;
15714
+ line-height: 1;
15715
+ cursor: pointer;
15716
+ -webkit-transition: all 0.3s ease-in-out;
15717
+ -o-transition: all 0.3s ease-in-out;
15718
+ transition: all 0.3s ease-in-out;
15719
+ }
15720
+
15721
+ .eael-tooltip .eael-tooltip-text {
15722
+ display: block;
15723
+ width: 100%;
15724
+ visibility: hidden;
15725
+ background-color: black;
15726
+ color: #fff;
15727
+ text-align: center;
15728
+ -webkit-border-radius: 4px;
15729
+ border-radius: 4px;
15730
+ padding: 10px;
15731
+ position: absolute;
15732
+ z-index: 1;
15733
+ font-size: .93rem;
15734
+ line-height: 1.3;
15735
+ }
15736
+
15737
+ .eael-tooltip .eael-tooltip-text::after {
15738
+ content: "";
15739
+ position: absolute;
15740
+ border-width: 5px;
15741
+ border-style: solid;
15742
+ }
15743
+
15744
+ .eael-tooltip:hover .eael-tooltip-text {
15745
+ visibility: visible;
15746
+ }
15747
+
15748
+ /*--- Left ---*/
15749
+ .eael-tooltip .eael-tooltip-text.eael-tooltip-left {
15750
+ top: 50%;
15751
+ right: 100%;
15752
+ -webkit-transform: translateY(-50%);
15753
+ -ms-transform: translateY(-50%);
15754
+ transform: translateY(-50%);
15755
+ margin-right: 10px;
15756
+ }
15757
+
15758
+ .eael-tooltip:hover .eael-tooltip-text.eael-tooltip-left {
15759
+ -webkit-animation: tooltipLeftIn 300ms ease-in-out;
15760
+ animation: tooltipLeftIn 300ms ease-in-out;
15761
+ }
15762
+
15763
+ .eael-tooltip .eael-tooltip-text.eael-tooltip-left::after {
15764
+ top: calc(50% - 5px);
15765
+ left: 100%;
15766
+ border-color: transparent transparent transparent black;
15767
+ }
15768
+
15769
+ /*--- Right ---*/
15770
+ .eael-tooltip .eael-tooltip-text.eael-tooltip-right {
15771
+ top: 50%;
15772
+ left: 100%;
15773
+ -webkit-transform: translateY(-50%);
15774
+ -ms-transform: translateY(-50%);
15775
+ transform: translateY(-50%);
15776
+ -webkit-transition: all 0.3s ease-in-out;
15777
+ -o-transition: all 0.3s ease-in-out;
15778
+ transition: all 0.3s ease-in-out;
15779
+ margin-left: 10px;
15780
+ }
15781
+
15782
+ .eael-tooltip:hover .eael-tooltip-text.eael-tooltip-right {
15783
+ -webkit-animation: tooltipRightIn 300ms linear;
15784
+ animation: tooltipRightIn 300ms linear;
15785
+ }
15786
+
15787
+ .eael-tooltip .eael-tooltip-text.eael-tooltip-right::after {
15788
+ top: calc(50% - 5px);
15789
+ right: 100%;
15790
+ border-color: transparent black transparent transparent;
15791
+ }
15792
+
15793
+ /*--- Top ---*/
15794
+ .eael-tooltip .eael-tooltip-text.eael-tooltip-top {
15795
+ bottom: calc(100%);
15796
+ left: 0;
15797
+ right: 0;
15798
+ margin: 0 auto 10px auto;
15799
+ }
15800
+
15801
+ .eael-tooltip .eael-tooltip-text.eael-tooltip-top::after {
15802
+ margin-top: 0px;
15803
+ top: 100%;
15804
+ left: calc( 50% - 5px);
15805
+ border-color: black transparent transparent transparent;
15806
+ }
15807
+
15808
+ .eael-tooltip:hover .eael-tooltip-text.eael-tooltip-top {
15809
+ -webkit-animation: tooltipTopIn 300ms linear;
15810
+ animation: tooltipTopIn 300ms linear;
15811
+ }
15812
+
15813
+ /*--- Bottom ---*/
15814
+ .eael-tooltip .eael-tooltip-text.eael-tooltip-bottom {
15815
+ top: 100%;
15816
+ left: 0;
15817
+ right: 0;
15818
+ margin: 10px auto 0px auto;
15819
+ }
15820
+
15821
+ .eael-tooltip .eael-tooltip-text.eael-tooltip-bottom::after {
15822
+ margin-top: 0px;
15823
+ bottom: 100%;
15824
+ left: calc( 50% - 5px);
15825
+ border-color: transparent transparent black transparent;
15826
+ }
15827
+
15828
+ .eael-tooltip:hover .eael-tooltip-text.eael-tooltip-bottom {
15829
+ -webkit-animation: tooltipBottomIn 300ms linear;
15830
+ animation: tooltipBottomIn 300ms linear;
15831
+ }
15832
+
15833
+ /*--- Alignments ---*/
15834
+ .eael-tooltip-align-left {
15835
+ display: -webkit-box;
15836
+ display: -webkit-flex;
15837
+ display: -ms-flexbox;
15838
+ display: flex;
15839
+ width: 100%;
15840
+ -webkit-box-pack: start;
15841
+ -webkit-justify-content: flex-start;
15842
+ -ms-flex-pack: start;
15843
+ justify-content: flex-start;
15844
+ }
15845
+
15846
+ .eael-tooltip-align-right {
15847
+ display: -webkit-box;
15848
+ display: -webkit-flex;
15849
+ display: -ms-flexbox;
15850
+ display: flex;
15851
+ width: 100%;
15852
+ -webkit-box-pack: end;
15853
+ -webkit-justify-content: flex-end;
15854
+ -ms-flex-pack: end;
15855
+ justify-content: flex-end;
15856
+ }
15857
+
15858
+ .eael-tooltip-align-center {
15859
+ display: -webkit-box;
15860
+ display: -webkit-flex;
15861
+ display: -ms-flexbox;
15862
+ display: flex;
15863
+ width: 100%;
15864
+ -webkit-box-pack: center;
15865
+ -webkit-justify-content: center;
15866
+ -ms-flex-pack: center;
15867
+ justify-content: center;
15868
+ }
15869
+
15870
+ .eael-tooltip-align-justify .eael-tooltip {
15871
+ display: -webkit-box;
15872
+ display: -webkit-flex;
15873
+ display: -ms-flexbox;
15874
+ display: flex;
15875
+ -webkit-box-pack: center;
15876
+ -webkit-justify-content: center;
15877
+ -ms-flex-pack: center;
15878
+ justify-content: center;
15879
+ -webkit-box-align: center;
15880
+ -webkit-align-items: center;
15881
+ -ms-flex-align: center;
15882
+ align-items: center;
15883
+ }
15884
+
15885
+ /*--- Tooltip Keyframes ---*/
15886
+ @-webkit-keyframes tooltipRightIn {
15887
+ 0% {
15888
+ opacity: 0;
15889
+ left: 105%;
15890
+ }
15891
+ 100% {
15892
+ opacity: 1;
15893
+ left: 100%;
15894
+ }
15895
+ }
15896
+ @keyframes tooltipRightIn {
15897
+ 0% {
15898
+ opacity: 0;
15899
+ left: 105%;
15900
+ }
15901
+ 100% {
15902
+ opacity: 1;
15903
+ left: 100%;
15904
+ }
15905
+ }
15906
+ @-webkit-keyframes tooltipLeftIn {
15907
+ 0% {
15908
+ opacity: 0;
15909
+ right: 105%;
15910
+ }
15911
+ 100% {
15912
+ opacity: 1;
15913
+ right: 100%;
15914
+ }
15915
+ }
15916
+ @keyframes tooltipLeftIn {
15917
+ 0% {
15918
+ opacity: 0;
15919
+ right: 105%;
15920
+ }
15921
+ 100% {
15922
+ opacity: 1;
15923
+ right: 100%;
15924
+ }
15925
+ }
15926
+ @-webkit-keyframes tooltipTopIn {
15927
+ 0% {
15928
+ opacity: 0;
15929
+ bottom: 110%;
15930
+ }
15931
+ 100% {
15932
+ opacity: 1;
15933
+ bottom: 100%;
15934
+ }
15935
+ }
15936
+ @keyframes tooltipTopIn {
15937
+ 0% {
15938
+ opacity: 0;
15939
+ bottom: 110%;
15940
+ }
15941
+ 100% {
15942
+ opacity: 1;
15943
+ bottom: 100%;
15944
+ }
15945
+ }
15946
+ @-webkit-keyframes tooltipBottomIn {
15947
+ 0% {
15948
+ opacity: 0;
15949
+ top: 110%;
15950
+ }
15951
+ 100% {
15952
+ opacity: 1;
15953
+ top: 100%;
15954
+ }
15955
+ }
15956
+ @keyframes tooltipBottomIn {
15957
+ 0% {
15958
+ opacity: 0;
15959
+ top: 110%;
15960
+ }
15961
+ 100% {
15962
+ opacity: 1;
15963
+ top: 100%;
15964
+ }
15965
+ }
15966
+
15967
+ /* ------------------------ */
15968
+ /* 24. Social Feeds
15969
+ /* ------------------------ */
15970
+ .swiper-container-wrap .swiper-slide .eael-social-feed-element img {
15971
+ width: 100%;
15972
+ }
15973
+
15974
+ /*--- Twitter Feed Styles ---*/
15975
+ .eael-social-feed-element.hidden {
15976
+ background-color: red !important;
15977
+ }
15978
+
15979
+ .eael-twitter-feed-wrapper::before,
15980
+ .eael-twitter-feed-wrapper::after,
15981
+ .eael-twitter-feed-container::before,
15982
+ .eael-twitter-feed-container::after {
15983
+ content: "";
15984
+ clear: both;
15985
+ }
15986
+
15987
+ .eael-social-feed-element .pull-left {
15988
+ float: left;
15989
+ margin-right: 10px;
15990
+ }
15991
+
15992
+ .eael-social-feed-element .pull-right {
15993
+ margin-left: 10px;
15994
+ }
15995
+
15996
+ .eael-social-feed-element img {
15997
+ width: 100%;
15998
+ height: auto;
15999
+ border: 0;
16000
+ vertical-align: middle;
16001
+ -ms-interpolation-mode: bicubic;
16002
+ }
16003
+
16004
+ .eael-social-feed-element .attachment {
16005
+ vertical-align: middle;
16006
+ -ms-interpolation-mode: bicubic;
16007
+ }
16008
+
16009
+ /*--- Link styles ---*/
16010
+ .eael-social-feed-element a {
16011
+ color: #0088cc;
16012
+ text-decoration: none;
16013
+ }
16014
+
16015
+ .eael-social-feed-element a:focus {
16016
+ outline: thin dotted #333;
16017
+ outline: 5px auto -webkit-focus-ring-color;
16018
+ outline-offset: -2px;
16019
+ }
16020
+
16021
+ .eael-social-feed-element a:hover,
16022
+ .eael-social-feed-element a:active {
16023
+ outline: 0;
16024
+ color: #005580;
16025
+ text-decoration: underline;
16026
+ }
16027
+
16028
+ /*--- Text styles ---*/
16029
+ .eael-social-feed-element small {
16030
+ font-size: 85%;
16031
+ }
16032
+
16033
+ .eael-social-feed-element strong {
16034
+ font-weight: bold;
16035
+ }
16036
+
16037
+ .eael-social-feed-element em {
16038
+ font-style: italic;
16039
+ }
16040
+
16041
+ .eael-social-feed-element p {
16042
+ margin: 0 0 10px;
16043
+ }
16044
+
16045
+ .eael-social-feed-element .media-body > p {
16046
+ margin-bottom: 4px;
16047
+ min-height: 20px;
16048
+ }
16049
+
16050
+ .eael-social-feed-element p.social-feed-text {
16051
+ margin: 0;
16052
+ overflow: hidden;
16053
+ -o-text-overflow: ellipsis;
16054
+ text-overflow: ellipsis;
16055
+ -webkit-line-clamp: 5;
16056
+ -webkit-box-orient: vertical;
16057
+ }
16058
+
16059
+ /*--- Message styles ---*/
16060
+ .eael-social-feed-element,
16061
+ .eael-social-feed-element .media-body {
16062
+ overflow: hidden;
16063
+ zoom: 1;
16064
+ overflow: visible;
16065
+ }
16066
+
16067
+ .eael-social-feed-element {
16068
+ padding: 10px;
16069
+ background: none;
16070
+ }
16071
+
16072
+ .eael-social-feed-element .media-body .social-network-icon {
16073
+ margin-top: -3px;
16074
+ margin-right: 5px;
16075
+ width: 16px;
16076
+ }
16077
+
16078
+ .eael-social-feed-element .media-body div {
16079
+ color: #666;
16080
+ line-height: 20px;
16081
+ clear: both;
16082
+ }
16083
+
16084
+ .eael-social-feed-element:first-child {
16085
+ margin-top: 0;
16086
+ }
16087
+
16088
+ .eael-social-feed-element .media-object {
16089
+ display: block;
16090
+ width: 48px;
16091
+ -webkit-border-radius: 50%;
16092
+ border-radius: 50%;
16093
+ }
16094
+
16095
+ .eael-social-feed-element .media-heading {
16096
+ margin: 0 0 5px;
16097
+ }
16098
+
16099
+ .eael-social-feed-element .media-list {
16100
+ margin-left: 0;
16101
+ list-style: none;
16102
+ }
16103
+
16104
+ .eael-social-feed-element .muted {
16105
+ color: #999;
16106
+ }
16107
+
16108
+ .eael-social-feed-element a.muted:hover,
16109
+ .eael-social-feed-element a.muted:focus {
16110
+ color: #808080;
16111
+ }
16112
+
16113
+ .eael-social-feed-element {
16114
+ -webkit-transition: 0.25s;
16115
+ -o-transition: 0.25s;
16116
+ transition: 0.25s;
16117
+ -webkit-backface-visibility: hidden;
16118
+ backface-visibility: hidden;
16119
+ margin: -1px;
16120
+ margin-top: 25px;
16121
+ color: #333;
16122
+ text-align: left;
16123
+ font-size: 14px;
16124
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
16125
+ line-height: 16px;
16126
+ }
16127
+
16128
+ .eael-social-feed-element .eael-content {
16129
+ padding: 20px 15px 15px;
16130
+ -webkit-transition: .4s;
16131
+ -o-transition: .4s;
16132
+ transition: .4s;
16133
+ background: #fff;
16134
+ }
16135
+
16136
+ .eael-social-feed-element .social-network-icon {
16137
+ opacity: 0.7;
16138
+ }
16139
+
16140
+ .eael-social-feed-element .author-title {
16141
+ color: #444;
16142
+ line-height: 1.5em;
16143
+ font-weight: 500;
16144
+ }
16145
+
16146
+ /*--- Icon Color ---*/
16147
+ .media-body .fa-twitter {
16148
+ color: #1da1f2;
16149
+ margin-right: 8px;
16150
+ }
16151
+
16152
+ .media-body .fa-facebook {
16153
+ color: #3b5998;
16154
+ margin-right: 8px;
16155
+ }
16156
+
16157
+ /*--- Read More Link ---*/
16158
+ .text-wrapper p .read-more-link {
16159
+ margin-top: 9px;
16160
+ display: block;
16161
+ }
16162
+
16163
+ /*--- Loading Loader ---*/
16164
+ .eael-social-feed-wrapper {
16165
+ width: 100%;
16166
+ height: auto;
16167
+ position: relative;
16168
+ z-index: 0;
16169
+ }
16170
+
16171
+ .eael-loading-feed {
16172
+ display: none;
16173
+ position: absolute;
16174
+ width: 100%;
16175
+ height: 100%;
16176
+ top: 0px;
16177
+ left: 0px;
16178
+ bottom: 0px;
16179
+ right: 0px;
16180
+ }
16181
+
16182
+ .eael-loading-feed.show-loading {
16183
+ display: block;
16184
+ text-align: center;
16185
+ z-index: 10;
16186
+ display: -webkit-box;
16187
+ display: -webkit-flex;
16188
+ display: -ms-flexbox;
16189
+ display: flex;
16190
+ -webkit-box-align: center;
16191
+ -webkit-align-items: center;
16192
+ -ms-flex-align: center;
16193
+ align-items: center;
16194
+ -webkit-box-pack: center;
16195
+ -webkit-justify-content: center;
16196
+ -ms-flex-pack: center;
16197
+ justify-content: center;
16198
+ -webkit-transition: .5s;
16199
+ -o-transition: .5s;
16200
+ transition: .5s;
16201
+ }
16202
+
16203
+ .eael-loading-feed .loader {
16204
+ border: 3px solid #f3f3f3;
16205
+ -webkit-border-radius: 50%;
16206
+ border-radius: 50%;
16207
+ border-top: 3px solid #3498db;
16208
+ width: 30px;
16209
+ height: 30px;
16210
+ -webkit-animation: spin 2s linear infinite;
16211
+ /* Safari */
16212
+ animation: spin 2s linear infinite;
16213
+ margin: 0 auto;
16214
+ }
16215
+
16216
+ /*--- Safari ---*/
16217
+ @-webkit-keyframes spin {
16218
+ 0% {
16219
+ -webkit-transform: rotate(0deg);
16220
+ }
16221
+ 100% {
16222
+ -webkit-transform: rotate(360deg);
16223
+ }
16224
+ }
16225
+ @keyframes spin {
16226
+ 0% {
16227
+ -webkit-transform: rotate(0deg);
16228
+ transform: rotate(0deg);
16229
+ }
16230
+ 100% {
16231
+ -webkit-transform: rotate(360deg);
16232
+ transform: rotate(360deg);
16233
+ }
16234
+ }
16235
+ /*--- List View ---*/
16236
+ .eael-social-feed-container.list-view .eael-social-feed-element {
16237
+ margin: 15px;
16238
+ border: 1px solid rgba(0, 0, 0, 0.1);
16239
+ background: none;
16240
+ }
16241
+
16242
+ /*--- Carousel View ---*/
16243
+ .eael-social-feed-container.carousel-view {
16244
+ width: 100%;
16245
+ height: auto;
16246
+ }
16247
+
16248
+ /*--- Masonry View ---*/
16249
+ .eael-twitter-feed-container.masonry-view .eael-social-feed-element {
16250
+ width: 33.33%;
16251
+ margin-top: 0px;
16252
+ float: left;
16253
+ }
16254
+
16255
+ .eael-social-feed-element .eael-content {
16256
+ border: 1px solid rgba(0, 0, 0, 0.1);
16257
+ }
16258
+
16259
+ /*--- Editor Related Style ---*/
16260
+ .eael-social-feed-avatar-circle .eael-social-feed-element .media-object {
16261
+ -webkit-border-radius: 50%;
16262
+ border-radius: 50%;
16263
+ }
16264
+
16265
+ .eael-social-feed-avatar-square .eael-social-feed-element .media-object {
16266
+ -webkit-border-radius: 0%;
16267
+ border-radius: 0%;
16268
+ }
16269
+
16270
+ .eael-social-feed-masonry-col-4 .eael-social-feed-element .social-feed-date .eael-social-feed-masonry-col-4 .eael-social-feed-element .social-feed-date {
16271
+ text-align: left !important;
16272
+ }
16273
+
16274
+ /*--- Media Query ---*/
16275
+ @media only screen and (min-width: 768px) and (max-width: 992px) {
16276
+ .eael-twitter-feed-container.masonry-view .eael-social-feed-element {
16277
+ width: 50% !important;
16278
+ }
16279
+ }
16280
+ @media only screen and (max-width: 480px) {
16281
+ .eael-twitter-feed-container.masonry-view .eael-social-feed-element {
16282
+ width: 100% !important;
16283
+ }
16284
+ }
16285
+
16286
+ /*----------------------*/
16287
+ /* 12. weForm Styles
16288
+ /*----------------------*/
16289
+ .eael-weform-container input,
16290
+ .eael-weform-container textarea {
16291
+ height: auto;
16292
+ padding: 10px;
16293
+ }
16294
+
16295
+ .eael-contact-form-align-center .eael-weform-container,
16296
+ .eael-contact-form-btn-align-center .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
16297
+ margin-left: auto !important;
16298
+ margin-right: auto !important;
16299
+ display: block;
16300
+ float: none;
16301
+ }
16302
+
16303
+ .eael-contact-form-align-left .eael-weform-container,
16304
+ .eael-contact-form-btn-align-left .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
16305
+ float: left;
16306
+ width: auto;
16307
+ }
16308
+
16309
+ .eael-contact-form-align-right .eael-weform-container,
16310
+ .eael-contact-form-btn-align-right .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
16311
+ float: right;
16312
+ width: auto;
16313
+ }
16314
+
16315
+ .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="text"],
16316
+ .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="password"],
16317
+ .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="email"],
16318
+ .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="url"],
16319
+ .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="number"],
16320
+ .eael-weform-container ul.wpuf-form li .wpuf-fields textarea {
16321
+ max-width: 100%;
16322
+ }
16323
+
16324
+ /* ------------------- */
16325
+ /* 23. WPForms
16326
+ /* ------------------- */
16327
+ .eael-wpforms .wpforms-container .wpforms-form input[type=submit],
16328
+ .eael-wpforms .wpforms-container .wpforms-form button[type=submit],
16329
+ .eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button {
16330
+ border: 0;
16331
+ }
16332
+
16333
+ .eael-wpforms .wpforms-container .wpforms-form input[type=submit]:hover,
16334
+ .eael-wpforms .wpforms-container .wpforms-form button[type=submit]:hover,
16335
+ .eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button:hover {
16336
+ border: 0;
16337
+ }
16338
+
16339
+ .eael-wpforms .wpforms-container .wpforms-form input[type=checkbox],
16340
+ .eael-wpforms .wpforms-container .wpforms-form input[type=radio] {
16341
+ padding: 3px;
16342
+ }
16343
+
16344
+ .eael-wpforms .wpforms-container .wpforms-form .wpforms-field-label {
16345
+ display: none;
16346
+ }
16347
+
16348
+ .eael-wpforms .wpforms-container .wpforms-form .wpforms-field-name .wpforms-field-row {
16349
+ max-width: 100%;
16350
+ }
16351
+
16352
+ .eael-wpforms .wpforms-container .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
16353
+ .eael-wpforms .wpforms-container .wpforms-field textarea,
16354
+ .eael-wpforms .wpforms-container .wpforms-field select {
16355
+ max-width: 100% !important;
16356
+ }
16357
+
16358
+ .eael-wpforms-labels-yes .wpforms-container .wpforms-form .wpforms-field-label {
16359
+ display: block;
16360
+ }
16361
+
16362
+ .eael-wpforms-form-button-full-width .wpforms-submit-container .wpforms-submit {
16363
+ width: 100%;
16364
+ }
16365
+
16366
+ /*------------------------------*/
16367
+ /* 31. Advance Accordion
16368
+ /*------------------------------*/
16369
+ .eael-adv-accordion {
16370
+ width: auto;
16371
+ height: auto;
16372
+ -webkit-transition: all 0.3s ease-in-out;
16373
+ -o-transition: all 0.3s ease-in-out;
16374
+ transition: all 0.3s ease-in-out;
16375
+ }
16376
+
16377
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
16378
+ padding: 15px;
16379
+ border: 1px solid rgba(0, 0, 0, 0.02);
16380
+ font-size: 1rem;
16381
+ font-weight: 600;
16382
+ line-height: 1;
16383
+ -webkit-transition: all 0.3s ease-in-out;
16384
+ -o-transition: all 0.3s ease-in-out;
16385
+ transition: all 0.3s ease-in-out;
16386
+ display: -webkit-box;
16387
+ display: -webkit-flex;
16388
+ display: -ms-flexbox;
16389
+ display: flex;
16390
+ -webkit-box-pack: justify;
16391
+ -webkit-justify-content: space-between;
16392
+ -ms-flex-pack: justify;
16393
+ justify-content: space-between;
16394
+ -webkit-box-align: center;
16395
+ -webkit-align-items: center;
16396
+ -ms-flex-align: center;
16397
+ align-items: center;
16398
+ cursor: pointer;
16399
+ }
16400
+
16401
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle {
16402
+ -webkit-transform: rotate(0deg);
16403
+ -ms-transform: rotate(0deg);
16404
+ transform: rotate(0deg);
16405
+ z-index: 10;
16406
+ -webkit-transition: all 0.3s ease-in-out;
16407
+ -o-transition: all 0.3s ease-in-out;
16408
+ transition: all 0.3s ease-in-out;
16409
+ }
16410
+
16411
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
16412
+ -webkit-transform: rotate(90deg);
16413
+ -ms-transform: rotate(90deg);
16414
+ transform: rotate(90deg);
16415
+ z-index: 10;
16416
+ -webkit-transition: all 0.3s ease-in-out;
16417
+ -o-transition: all 0.3s ease-in-out;
16418
+ transition: all 0.3s ease-in-out;
16419
+ }
16420
+
16421
+ .fa-accordion-icon {
16422
+ display: inline-block;
16423
+ margin-right: 10px;
16424
+ }
16425
+
16426
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-content {
16427
+ display: none;
16428
+ border: 1px solid #eee;
16429
+ padding: 15px;
16430
+ -webkit-box-sizing: border-box;
16431
+ box-sizing: border-box;
16432
+ font-size: 1rem;
16433
+ line-height: 1.7;
16434
+ }
16435
+
16436
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-content p {
16437
+ margin: 0;
16438
+ }
16439
+
16440
+ .eael-adv-accordion .eael-accordion-list .eael-accordion-content.active {
16441
+ display: block;
16442
+ }
16443
+
16444
+ @-webkit-keyframes rotate-90 {
16445
+ 0% {
16446
+ -webkit-transform: rotateY(0deg);
16447
+ transform: rotateY(0deg);
16448
+ }
16449
+ 100% {
16450
+ -webkit-transform: rotateY(-180deg);
16451
+ transform: rotateY(-180deg);
16452
+ }
16453
+ }
16454
+
16455
+ @keyframes rotate-90 {
16456
+ 0% {
16457
+ -webkit-transform: rotateY(0deg);
16458
+ transform: rotateY(0deg);
16459
+ }
16460
+ 100% {
16461
+ -webkit-transform: rotateY(-180deg);
16462
+ transform: rotateY(-180deg);
16463
+ }
16464
+ }
16465
+ @-webkit-keyframes fadeIn {
16466
+ 0% {
16467
+ opacity: 1;
16468
+ -webkit-transition: all 0.3s ease-in-out;
16469
+ -o-transition: all 0.3s ease-in-out;
16470
+ transition: all 0.3s ease-in-out;
16471
+ }
16472
+ 100% {
16473
+ opacity: 1;
16474
+ -webkit-transition: all 0.3s ease-in-out;
16475
+ -o-transition: all 0.3s ease-in-out;
16476
+ transition: all 0.3s ease-in-out;
16477
+ }
16478
+ }
16479
+ @keyframes fadeIn {
16480
+ 0% {
16481
+ opacity: 1;
16482
+ -webkit-transition: all 0.3s ease-in-out;
16483
+ -o-transition: all 0.3s ease-in-out;
16484
+ transition: all 0.3s ease-in-out;
16485
+ }
16486
+ 100% {
16487
+ opacity: 1;
16488
+ -webkit-transition: all 0.3s ease-in-out;
16489
+ -o-transition: all 0.3s ease-in-out;
16490
+ transition: all 0.3s ease-in-out;
16491
+ }
16492
+ }
16493
+
16494
+ /*----------------------------*/
16495
+ /* 30. Advance Tabs
16496
+ /*----------------------------*/
16497
+ .eael-advance-tabs {
16498
+ display: block;
16499
+ }
16500
+
16501
+ .eael-advance-tabs .eael-tabs-nav > ul {
16502
+ position: relative;
16503
+ padding: 0px;
16504
+ margin: 0px;
16505
+ list-style-type: none;
16506
+ display: -webkit-box;
16507
+ display: -webkit-flex;
16508
+ display: -ms-flexbox;
16509
+ display: flex;
16510
+ -webkit-box-pack: start;
16511
+ -webkit-justify-content: flex-start;
16512
+ -ms-flex-pack: start;
16513
+ justify-content: flex-start;
16514
+ -webkit-box-align: center;
16515
+ -webkit-align-items: center;
16516
+ -ms-flex-align: center;
16517
+ align-items: center;
16518
+ z-index: 1;
16519
+ }
16520
+
16521
+ .eael-advance-tabs .eael-tabs-nav > ul li {
16522
+ position: relative;
16523
+ padding: 1em 1.5em;
16524
+ -webkit-box-flex: 1;
16525
+ -webkit-flex: 1 1 auto;
16526
+ -ms-flex: 1 1 auto;
16527
+ flex: 1 1 auto;
16528
+ cursor: pointer;
16529
+ display: -webkit-box;
16530
+ display: -webkit-flex;
16531
+ display: -ms-flexbox;
16532
+ display: flex;
16533
+ -webkit-box-pack: center;
16534
+ -webkit-justify-content: center;
16535
+ -ms-flex-pack: center;
16536
+ justify-content: center;
16537
+ -webkit-box-align: center;
16538
+ -webkit-align-items: center;
16539
+ -ms-flex-align: center;
16540
+ align-items: center;
16541
+ text-align: center;
16542
+ }
16543
+
16544
+ .eael-advance-tabs .eael-tabs-nav > ul li:after {
16545
+ content: "";
16546
+ position: absolute;
16547
+ bottom: -10px;
16548
+ left: 0px;
16549
+ right: 0px;
16550
+ margin: 0 auto;
16551
+ z-index: 1;
16552
+ width: 0px;
16553
+ height: 0px;
16554
+ border-left: 10px solid transparent;
16555
+ border-right: 10px solid transparent;
16556
+ border-top: 10px solid #444;
16557
+ border-bottom: 0px;
16558
+ display: none;
16559
+ }
16560
+
16561
+ .eael-advance-tabs.active-caret-on .eael-tabs-nav > ul li.active:after,
16562
+ .eael-advance-tabs.active-caret-on .eael-tabs-nav > ul li.active-default:after {
16563
+ display: none;
16564
+ }
16565
+
16566
+ .eael-advance-tabs .eael-tabs-nav > ul li.active:after,
16567
+ .eael-advance-tabs .eael-tabs-nav > ul li.active-default:after {
16568
+ display: block;
16569
+ }
16570
+
16571
+ .eael-tabs-content {
16572
+ display: -webkit-box;
16573
+ display: -webkit-flex;
16574
+ display: -ms-flexbox;
16575
+ display: flex;
16576
+ -webkit-box-flex: 1;
16577
+ -webkit-flex: 1 1 auto;
16578
+ -ms-flex: 1 1 auto;
16579
+ flex: 1 1 auto;
16580
+ }
16581
+
16582
+ .eael-advance-tabs .eael-tabs-content > div {
16583
+ display: none;
16584
+ opacity: 0;
16585
+ }
16586
+
16587
+ .eael-advance-tabs .eael-tabs-content > div.active,
16588
+ .eael-advance-tabs .eael-tabs-content > div.active-default {
16589
+ display: block;
16590
+ width: 100%;
16591
+ padding: 1em;
16592
+ opacity: 1;
16593
+ -webkit-animation: fadeIn linear 0.3s;
16594
+ animation: fadeIn linear 0.3s;
16595
+ }
16596
+
16597
+ /*--- Inline Icon ---*/
16598
+ .eael-tab-inline-icon li a .fa {
16599
+ margin-right: 10px;
16600
+ line-height: 1;
16601
+ }
16602
+
16603
+ .eael-tab-top-icon li a {
16604
+ display: -webkit-box;
16605
+ display: -webkit-flex;
16606
+ display: -ms-flexbox;
16607
+ display: flex;
16608
+ -webkit-flex-wrap: wrap;
16609
+ -ms-flex-wrap: wrap;
16610
+ flex-wrap: wrap;
16611
+ text-align: center;
16612
+ }
16613
+
16614
+ .eael-tab-top-icon li a .fa,
16615
+ .eael-tab-top-icon li a .eael-tab-title {
16616
+ -webkit-box-flex: 1;
16617
+ -webkit-flex: 1 1 100%;
16618
+ -ms-flex: 1 1 100%;
16619
+ flex: 1 1 100%;
16620
+ line-height: 1;
16621
+ }
16622
+
16623
+ .eael-tab-top-icon li a .eael-tab-title {
16624
+ margin-top: 10px;
16625
+ }
16626
+
16627
+ /*--- Vertical Tabs ---*/
16628
+ .eael-advance-tabs.eael-tabs-vertical {
16629
+ display: -webkit-box;
16630
+ display: -webkit-flex;
16631
+ display: -ms-flexbox;
16632
+ display: flex;
16633
+ }
16634
+
16635
+ .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav {
16636
+ -webkit-box-flex: 0;
16637
+ -webkit-flex: 0 0 auto;
16638
+ -ms-flex: 0 0 auto;
16639
+ flex: 0 0 auto;
16640
+ }
16641
+
16642
+ .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul {
16643
+ -webkit-box-orient: vertical;
16644
+ -webkit-box-direction: normal;
16645
+ -webkit-flex-flow: column wrap;
16646
+ -ms-flex-flow: column wrap;
16647
+ flex-flow: column wrap;
16648
+ }
16649
+
16650
+ .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul > li {
16651
+ width: 100%;
16652
+ -webkit-box-pack: start;
16653
+ -webkit-justify-content: start;
16654
+ -ms-flex-pack: start;
16655
+ justify-content: start;
16656
+ }
16657
+
16658
+ .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul li::after {
16659
+ bottom: auto !important;
16660
+ right: -10px;
16661
+ top: calc(50% - 10px);
16662
+ left: auto !important;
16663
+ border-left: 10px solid #444;
16664
+ border-right: 0;
16665
+ border-top: 10px solid transparent;
16666
+ border-bottom: 10px solid transparent;
16667
+ }
16668
+
16669
+ @media only screen and (max-width: 767px) {
16670
+ .eael-advance-tabs .eael-tabs-nav > ul {
16671
+ -webkit-flex-wrap: wrap;
16672
+ -ms-flex-wrap: wrap;
16673
+ flex-wrap: wrap;
16674
+ }
16675
+
16676
+ .eael-advance-tabs .eael-tabs-nav > ul li {
16677
+ -webkit-box-flex: 1;
16678
+ -webkit-flex: 1 100%;
16679
+ -ms-flex: 1 100%;
16680
+ flex: 1 100%;
16681
+ }
16682
+
16683
+ .eael-advance-tabs.eael-tabs-vertical {
16684
+ -webkit-flex-wrap: wrap;
16685
+ -ms-flex-wrap: wrap;
16686
+ flex-wrap: wrap;
16687
+ }
16688
+
16689
+ .eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav {
16690
+ -webkit-box-flex: 1;
16691
+ -webkit-flex: 1 100%;
16692
+ -ms-flex: 1 100%;
16693
+ flex: 1 100%;
16694
+ }
16695
+
16696
+ .eael-advance-tabs.eael-tabs-vertical ul {
16697
+ -webkit-box-flex: 1;
16698
+ -webkit-flex: 1 100%;
16699
+ -ms-flex: 1 100%;
16700
+ flex: 1 100%;
16701
+ }
16702
+
16703
+ .eael-advance-tabs.eael-tabs-vertical ul li {
16704
+ -webkit-box-flex: 1;
16705
+ -webkit-flex: 1 100%;
16706
+ -ms-flex: 1 100%;
16707
+ flex: 1 100%;
16708
+ }
16709
+
16710
+ div.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav > ul li::after {
16711
+ border-left-color: transparent !important;
16712
+ bottom: -20px !important;
16713
+ left: 0 !important;
16714
+ right: 0 !important;
16715
+ top: auto !important;
16716
+ border-left: 10px solid transparent;
16717
+ border-right: 10px solid transparent;
16718
+ border-top-color: #444 !important;
16719
+ }
16720
+ }
16721
+
16722
+ /* ----------------------------------------- */
16723
+ /* 22. Caldera Contact Form Styler
16724
+ /* ----------------------------------------- */
16725
+ .eael-caldera-form-align-left,
16726
+ .eael-caldera-form-btn-align-left {
16727
+ text-align: left;
16728
+ }
16729
+
16730
+ .eael-caldera-form-align-right,
16731
+ .eael-caldera-form-btn-align-right {
16732
+ text-align: right;
16733
+ }
16734
+
16735
+ .eael-caldera-form-align-center,
16736
+ .eael-caldera-form-btn-align-center {
16737
+ text-align: center;
16738
+ }
16739
+
16740
+ .eael-caldera-form .control-label {
16741
+ display: none;
16742
+ }
16743
+
16744
+ .eael-caldera-form-labels-yes .control-label {
16745
+ display: block;
16746
+ }
16747
+
16748
+ .eael-caldera-form-button-center .form-group input[type=button],
16749
+ .eael-caldera-form-button-center .form-group input[type=submit] {
16750
+ display: block;
16751
+ margin: 0 auto;
16752
+ }
16753
+
16754
+ .eael-caldera-form-button-right .form-group input[type=button],
16755
+ .eael-caldera-form-button-right .form-group input[type=submit] {
16756
+ float: right;
16757
+ }
16758
+
16759
+ .eael-caldera-form .intl-tel-input {
16760
+ display: inherit;
16761
+ }
16762
+
16763
+ .eael-custom-radio-checkbox .caldera-grid input[type=checkbox],
16764
+ .eael-custom-radio-checkbox .caldera-grid input[type=radio] {
16765
+ border-style: solid;
16766
+ border-width: 0;
16767
+ padding: 3px;
16768
+ -webkit-appearance: none;
16769
+ }
16770
+
16771
+ .eael-caldera-form-button-full-width .form-group input[type=submit],
16772
+ .eael-caldera-form-button-full-width .form-group input[type=button] {
16773
+ width: 100%;
16774
+ }
16775
+
16776
+ /*--------------------------*/
16777
+ /* 19. Call To Action
16778
+ /*-------------------------*/
16779
+ .eael-call-to-action {
16780
+ width: 100%;
16781
+ height: auto;
16782
+ display: block;
16783
+ padding: 30px;
16784
+ font-size: 16px;
16785
+ color: #4d4d4d;
16786
+ font-weight: 400;
16787
+ line-height: 27px;
16788
+ margin: 0 auto;
16789
+ }
16790
+
16791
+ .eael-call-to-action p {
16792
+ margin-bottom: 10px;
16793
+ }
16794
+
16795
+ .eael-call-to-action .title {
16796
+ font-size: 36px;
16797
+ font-weight: 600;
16798
+ line-height: 36px;
16799
+ margin-bottom: 10px;
16800
+ text-transform: capitalize;
16801
+ font-style: normal;
16802
+ }
16803
+
16804
+ .eael-call-to-action.cta-center {
16805
+ text-align: center;
16806
+ }
16807
+
16808
+ .eael-call-to-action.cta-right {
16809
+ text-align: right;
16810
+ }
16811
+
16812
+ .eael-call-to-action.cta-left {
16813
+ text-align: left;
16814
+ }
16815
+
16816
+ .eael-call-to-action.bg-lite {
16817
+ background: #f4f4f4;
16818
+ }
16819
+
16820
+ .eael-call-to-action.bg-img {
16821
+ background-image: url("../img/bg.jpg");
16822
+ background-repeat: no-repeat;
16823
+ background-position: center;
16824
+ -webkit-background-size: cover;
16825
+ background-size: cover;
16826
+ position: relative;
16827
+ z-index: 0;
16828
+ color: rgba(255, 255, 255, 0.7);
16829
+ }
16830
+
16831
+ .eael-call-to-action.bg-img .icon {
16832
+ color: #fff;
16833
+ }
16834
+
16835
+ .eael-call-to-action.bg-img:after {
16836
+ content: "";
16837
+ position: absolute;
16838
+ width: 100%;
16839
+ height: 100%;
16840
+ top: 0px;
16841
+ left: 0px;
16842
+ z-index: -1;
16843
+ background: rgba(0, 0, 0, 0.8);
16844
+ }
16845
+
16846
+ .eael-call-to-action.bg-img.bg-fixed {
16847
+ background-attachment: fixed;
16848
+ background-position: center center;
16849
+ }
16850
+
16851
+ .eael-call-to-action.bg-img .title {
16852
+ color: rgba(255, 255, 255, 0.9);
16853
+ }
16854
+
16855
+ /*--- Cta Flex ---*/
16856
+ .eael-call-to-action.cta-flex,
16857
+ .eael-call-to-action.cta-icon-flex {
16858
+ display: -webkit-box;
16859
+ display: -webkit-flex;
16860
+ display: -ms-flexbox;
16861
+ display: flex;
16862
+ -webkit-box-pack: justify;
16863
+ -webkit-justify-content: space-between;
16864
+ -ms-flex-pack: justify;
16865
+ justify-content: space-between;
16866
+ -webkit-box-align: start;
16867
+ -webkit-align-items: flex-start;
16868
+ -ms-flex-align: start;
16869
+ align-items: flex-start;
16870
+ }
16871
+
16872
+ /*--- Cta Icon Flex ---*/
16873
+ .eael-call-to-action.cta-icon-flex .icon {
16874
+ -webkit-box-flex: 1;
16875
+ -webkit-flex-grow: 1;
16876
+ -ms-flex-positive: 1;
16877
+ flex-grow: 1;
16878
+ font-size: 80px;
16879
+ text-align: left;
16880
+ line-height: 130px;
16881
+ }
16882
+
16883
+ .eael-call-to-action.cta-icon-flex .action {
16884
+ -webkit-box-flex: 1;
16885
+ -webkit-flex-grow: 1;
16886
+ -ms-flex-positive: 1;
16887
+ flex-grow: 1;
16888
+ text-align: right;
16889
+ padding-top: 22px;
16890
+ -webkit-flex-basis: 22%;
16891
+ -ms-flex-preferred-size: 22%;
16892
+ flex-basis: 22%;
16893
+ }
16894
+
16895
+ .eael-call-to-action.cta-icon-flex .content {
16896
+ -webkit-box-flex: 1;
16897
+ -webkit-flex-grow: 1;
16898
+ -ms-flex-positive: 1;
16899
+ flex-grow: 1;
16900
+ padding: 0px 30px;
16901
+ }
16902
+
16903
+ /*--- Cta Flex ---*/
16904
+ .eael-call-to-action.cta-flex .content {
16905
+ padding: 0px 15px;
16906
+ -webkit-box-flex: 1;
16907
+ -webkit-flex-grow: 1;
16908
+ -ms-flex-positive: 1;
16909
+ flex-grow: 1;
16910
+ }
16911
+
16912
+ .eael-call-to-action.cta-flex .action {
16913
+ -webkit-box-flex: 1;
16914
+ -webkit-flex-grow: 1;
16915
+ -ms-flex-positive: 1;
16916
+ flex-grow: 1;
16917
+ text-align: right;
16918
+ padding-top: 25px;
16919
+ -webkit-flex-basis: 23%;
16920
+ -ms-flex-preferred-size: 23%;
16921
+ flex-basis: 23%;
16922
+ }
16923
+
16924
+ /*--- Cta Button ---*/
16925
+ .eael-call-to-action .cta-button {
16926
+ position: relative;
16927
+ display: inline-block;
16928
+ padding: 12px 30px;
16929
+ background: #f9f9f9;
16930
+ font-size: 16px;
16931
+ text-decoration: none;
16932
+ color: #4d4d4d;
16933
+ -webkit-transition: .5s;
16934
+ -o-transition: .5s;
16935
+ transition: .5s;
16936
+ -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
16937
+ -ms-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
16938
+ box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
16939
+ margin-right: 10px;
16940
+ margin-top: 10px;
16941
+ z-index: 0;
16942
+ overflow: hidden;
16943
+ }
16944
+
16945
+ .eael-call-to-action .cta-button:last-child {
16946
+ margin-right: 0px;
16947
+ }
16948
+
16949
+ .eael-call-to-action .cta-button:focus {
16950
+ outline: none;
16951
+ }
16952
+
16953
+ /*--- Hover ---*/
16954
+ .eael-call-to-action .cta-button:hover {
16955
+ color: #fff;
16956
+ background: #3F51B5;
16957
+ -webkit-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
16958
+ -ms-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
16959
+ box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
16960
+ }
16961
+
16962
+ /*--- Cta Button effect 1 ---*/
16963
+ .eael-call-to-action .cta-button.effect-1:after {
16964
+ content: "";
16965
+ position: absolute;
16966
+ width: 100%;
16967
+ height: 100%;
16968
+ background: #3F51B5;
16969
+ top: 0px;
16970
+ left: 0px;
16971
+ transform: translateY(-100%);
16972
+ -webkit-transform: translateY(-100%);
16973
+ -ms-transform: translateY(-100%);
16974
+ z-index: -1;
16975
+ -webkit-transition: .5s;
16976
+ -o-transition: .5s;
16977
+ transition: .5s;
16978
+ color: #fff;
16979
+ }
16980
+
16981
+ .eael-call-to-action .cta-button.effect-1:hover::after {
16982
+ -webkit-transform: translateY(0);
16983
+ -ms-transform: translateY(0);
16984
+ transform: translateY(0);
16985
+ }
16986
+
16987
+ /*--- Cta Button effect 2 ---*/
16988
+ .eael-call-to-action .cta-button.effect-2:after {
16989
+ content: "";
16990
+ position: absolute;
16991
+ width: 100%;
16992
+ height: 100%;
16993
+ background: #3F51B5;
16994
+ top: 0px;
16995
+ left: 0px;
16996
+ z-index: -1;
16997
+ -webkit-transition: .5s;
16998
+ -o-transition: .5s;
16999
+ transition: .5s;
17000
+ color: #fff;
17001
+ -webkit-transform: translateX(-100%);
17002
+ -ms-transform: translateX(-100%);
17003
+ transform: translateX(-100%);
17004
+ }
17005
+
17006
+ .eael-call-to-action .cta-button.effect-2:hover::after {
17007
+ -webkit-transform: translateX(0);
17008
+ -ms-transform: translateX(0);
17009
+ transform: translateX(0);
17010
+ }
17011
+
17012
+ /*--- Media Queries ---*/
17013
+ @media only screen and (max-width: 768px) {
17014
+ .eael-call-to-action.cta-flex,
17015
+ .eael-call-to-action.cta-icon-flex {
17016
+ -webkit-flex-wrap: wrap;
17017
+ -ms-flex-wrap: wrap;
17018
+ flex-wrap: wrap;
17019
+ }
17020
+
17021
+ .eael-call-to-action .title {
17022
+ font-size: 28px;
17023
+ line-height: 36px;
17024
+ margin-top: 0px;
17025
+ }
17026
+
17027
+ .eael-call-to-action.cta-icon-flex .icon {
17028
+ -webkit-box-flex: 1;
17029
+ -webkit-flex-grow: 1;
17030
+ -ms-flex-positive: 1;
17031
+ flex-grow: 1;
17032
+ font-size: 48px;
17033
+ line-height: 90px;
17034
+ text-align: center;
17035
+ }
17036
+
17037
+ .eael-call-to-action.cta-flex .content,
17038
+ .eael-call-to-action.cta-icon-flex .content {
17039
+ -webkit-box-flex: 1;
17040
+ -webkit-flex-grow: 1;
17041
+ -ms-flex-positive: 1;
17042
+ flex-grow: 1;
17043
+ text-align: center;
17044
+ padding: 0px;
17045
+ }
17046
+
17047
+ .eael-call-to-action.cta-flex .action,
17048
+ .eael-call-to-action.cta-icon-flex .action {
17049
+ text-align: center;
17050
+ padding-top: 0px;
17051
+ }
17052
+
17053
+ .eael-call-to-action .cta-button {
17054
+ padding: 12px 25px;
17055
+ }
17056
+ }
17057
+ @media only screen and (max-width: 360px) {
17058
+ .eael-call-to-action {
17059
+ font-size: 14px;
17060
+ line-height: 26px;
17061
+ }
17062
+
17063
+ .eael-call-to-action .cta-button {
17064
+ padding: 4px 20px;
17065
+ font-size: 12px;
17066
+ }
17067
+
17068
+ .eael-call-to-action .title {
17069
+ font-size: 20px;
17070
+ line-height: 30px;
17071
+ }
17072
+ }
17073
+
17074
+ @-webkit-keyframes "loaderSpin" {
17075
+ 0% {
17076
+ -webkit-transform: rotate(0deg);
17077
+ transform: rotate(0deg);
17078
+ }
17079
+ 100% {
17080
+ -webkit-transform: rotate(360deg);
17081
+ transform: rotate(360deg);
17082
+ }
17083
+ }
17084
+ @keyframes "loaderSpin" {
17085
+ 0% {
17086
+ -webkit-transform: rotate(0deg);
17087
+ transform: rotate(0deg);
17088
+ }
17089
+ 100% {
17090
+ -webkit-transform: rotate(360deg);
17091
+ transform: rotate(360deg);
17092
+ }
17093
+ }
17094
+ .eael-load-more-button-wrap {
17095
+ display: -webkit-box;
17096
+ display: -webkit-flex;
17097
+ display: -ms-flexbox;
17098
+ display: flex;
17099
+ }
17100
+
17101
+ .eael-load-more-button {
17102
+ display: -webkit-box;
17103
+ display: -webkit-flex;
17104
+ display: -ms-flexbox;
17105
+ display: flex;
17106
+ -webkit-box-align: center;
17107
+ -webkit-align-items: center;
17108
+ -ms-flex-align: center;
17109
+ align-items: center;
17110
+ -webkit-box-pack: center;
17111
+ -webkit-justify-content: center;
17112
+ -ms-flex-pack: center;
17113
+ justify-content: center;
17114
+ padding: 1em 2em;
17115
+ border: 0px solid;
17116
+ font-size: 16px;
17117
+ overflow: hidden;
17118
+ }
17119
+ .eael-load-more-button .button__loader {
17120
+ left: -100%;
17121
+ top: auto;
17122
+ margin-right: 5px;
17123
+ -webkit-transition: all .2s;
17124
+ -o-transition: all .2s;
17125
+ transition: all .2s;
17126
+ }
17127
+ .eael-load-more-button > span {
17128
+ margin-left: -20px;
17129
+ }
17130
+
17131
+ .eael-load-more-button.button--loading > span {
17132
+ margin-left: 0;
17133
+ }
17134
+ .eael-load-more-button.button--loading .button__loader {
17135
+ left: 0;
17136
+ }
17137
+
17138
+ .eael-btn-loader {
17139
+ -webkit-border-radius: 50%;
17140
+ border-radius: 50%;
17141
+ width: 20px;
17142
+ height: 20px;
17143
+ font-size: 10px;
17144
+ position: relative;
17145
+ text-indent: -9999em;
17146
+ border-top: 4px solid rgba(255, 255, 255, 0.2);
17147
+ border-right: 4px solid rgba(255, 255, 255, 0.2);
17148
+ border-bottom: 4px solid rgba(255, 255, 255, 0.2);
17149
+ border-left: 4px solid #ffffff;
17150
+ -webkit-transform: translateZ(0);
17151
+ transform: translateZ(0);
17152
+ -webkit-animation: loaderSpin 1.1s infinite linear;
17153
+ animation: loaderSpin 1.1s infinite linear;
17154
+ }
17155
+ .eael-btn-loader:after {
17156
+ -webkit-border-radius: 50%;
17157
+ border-radius: 50%;
17158
+ width: 20px;
17159
+ height: 20px;
17160
+ }
17161
+
17162
+ /*--------------------------------*/
17163
+ /* 11. Contact Form 7 Styles
17164
+ /*--------------------------------*/
17165
+ .eael-contact-form.eael-contact-form-align-center,
17166
+ .eael-contact-form-7.eael-contact-form-btn-align-center input.wpcf7-submit {
17167
+ margin-left: auto !important;
17168
+ margin-right: auto !important;
17169
+ display: block;
17170
+ float: none;
17171
+ }
17172
+
17173
+ .eael-contact-form.eael-contact-form-align-left,
17174
+ .eael-contact-form-7.eael-contact-form-btn-align-left input.wpcf7-submit {
17175
+ float: left;
17176
+ width: auto;
17177
+ }
17178
+
17179
+ .eael-contact-form.eael-contact-form-align-right,
17180
+ .eael-contact-form-7.eael-contact-form-btn-align-right input.wpcf7-submit {
17181
+ float: right;
17182
+ width: auto;
17183
+ }
17184
+
17185
+ .eael-contact-form-7 textarea,
17186
+ .eael-contact-form-7 input[type="text"],
17187
+ .eael-contact-form-7 input[type="password"],
17188
+ .eael-contact-form-7 input[type="datetime"],
17189
+ .eael-contact-form-7 input[type="datetime-local"],
17190
+ .eael-contact-form-7 input[type="date"],
17191
+ .eael-contact-form-7 input[type="month"],
17192
+ .eael-contact-form-7 input[type="time"],
17193
+ .eael-contact-form-7 input[type="week"],
17194
+ .eael-contact-form-7 input[type="number"],
17195
+ .eael-contact-form-7 input[type="email"],
17196
+ .eael-contact-form-7 input[type="url"],
17197
+ .eael-contact-form-7 input[type="search"],
17198
+ .eael-contact-form-7 input[type="tel"],
17199
+ .eael-contact-form-7 input[type="color"],
17200
+ .eael-contact-form-7 .uneditable-input {
17201
+ -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
17202
+ -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
17203
+ transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
17204
+ -o-transition: border linear 0.2s, box-shadow linear 0.2s;
17205
+ transition: border linear 0.2s, box-shadow linear 0.2s;
17206
+ transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
17207
+ }
17208
+
17209
+ .eael-contact-form-7 .wpcf7-form::before,
17210
+ .eael-contact-form-7 .wpcf7-form::after {
17211
+ content: " ";
17212
+ clear: both;
17213
+ display: table;
17214
+ }
17215
+
17216
+ .eael-contact-form-7 .wpcf7-form:after {
17217
+ clear: both;
17218
+ content: "";
17219
+ font-size: 0;
17220
+ height: 0;
17221
+ display: block;
17222
+ visibility: hidden;
17223
+ }
17224
+
17225
+ .eael-contact-form-7 .wpcf7-form label,
17226
+ .eael-contact-form-7 .wpcf7-form .wpcf7-form-control-wrap {
17227
+ display: block;
17228
+ }
17229
+
17230
+ .eael-contact-form-7 .wpcf7-form p {
17231
+ margin-bottom: 0;
17232
+ }
17233
+
17234
+ .eael-contact-form-7.labels-hide .wpcf7-form label {
17235
+ display: none;
17236
+ }
17237
+
17238
+ .eael-contact-form-7-title {
17239
+ margin-bottom: 10px;
17240
+ }
17241
+
17242
+ .eael-contact-form-7-description {
17243
+ margin-bottom: 20px;
17244
+ }
17245
+
17246
+ .eael-contact-form-7-button-full-width .wpcf7-form-control.wpcf7-submit {
17247
+ width: 100%;
17248
+ }
17249
+
17250
+ /*----------------------------*/
17251
+ /* 29. Content Ticker
17252
+ /*----------------------------*/
17253
+ .eael-ticker-wrap {
17254
+ overflow: hidden;
17255
+ display: -webkit-box;
17256
+ display: -webkit-flex;
17257
+ display: -ms-flexbox;
17258
+ display: flex;
17259
+ -webkit-box-orient: horizontal;
17260
+ -webkit-box-direction: normal;
17261
+ -webkit-flex-flow: row nowrap;
17262
+ -ms-flex-flow: row nowrap;
17263
+ flex-flow: row nowrap;
17264
+ -webkit-box-align: center;
17265
+ -webkit-align-items: center;
17266
+ -ms-flex-align: center;
17267
+ align-items: center;
17268
+ width: 100%;
17269
+ }
17270
+
17271
+ .eael-ticker-wrap .ticker-badge {
17272
+ -webkit-box-flex: 0;
17273
+ -webkit-flex: 0 0 auto;
17274
+ -ms-flex: 0 0 auto;
17275
+ flex: 0 0 auto;
17276
+ padding: 8px 12px;
17277
+ }
17278
+
17279
+ .eael-ticker-wrap .eael-ticker {
17280
+ overflow: hidden;
17281
+ -webkit-box-flex: 1;
17282
+ -webkit-flex: 1 1 auto;
17283
+ -ms-flex: 1 1 auto;
17284
+ flex: 1 1 auto;
17285
+ }
17286
+
17287
+ .eael-ticker-wrap .eael-ticker .ticker-content {
17288
+ padding: 8px 12px;
17289
+ line-height: 1.8;
17290
+ }
17291
+
17292
+ .eael-ticker-wrap .eael-ticker .ticker-content p {
17293
+ margin: 0;
17294
+ }
17295
+
17296
+ .eael-ticker-wrap .swiper-button-prev {
17297
+ left: auto !important;
17298
+ right: 25px;
17299
+ }
17300
+
17301
+ .eael-ticker-wrap div.swiper-slide,
17302
+ .eael-ticker-wrap div.swiper-slide.swiper-slide-prev,
17303
+ .eael-ticker-wrap div.swiper-slide.swiper-slide-next {
17304
+ opacity: 0 !important;
17305
+ }
17306
+
17307
+ .eael-ticker-wrap div.swiper-slide.swiper-slide-active {
17308
+ opacity: 1 !important;
17309
+ }
17310
+
17311
+ .eael-ticker-wrap .eael-content-ticker.swiper-container .swiper-slide {
17312
+ text-align: left;
17313
+ }
17314
+
17315
+ @media only screen and (max-width: 767px) {
17316
+ .eael-ticker-wrap {
17317
+ -webkit-box-orient: horizontal;
17318
+ -webkit-box-direction: normal;
17319
+ -webkit-flex-flow: row wrap;
17320
+ -ms-flex-flow: row wrap;
17321
+ flex-flow: row wrap;
17322
+ }
17323
+
17324
+ .content-ticker-pagination {
17325
+ display: none;
17326
+ }
17327
+ }
17328
+
17329
+ /*---------------------------------*/
17330
+ /* 05. Countdown Styles
17331
+ /*---------------------------------*/
17332
+ /*--- General ---*/
17333
+ .eael-countdown-items {
17334
+ list-style: none;
17335
+ margin: 0;
17336
+ padding: 0;
17337
+ display: table;
17338
+ table-layout: fixed;
17339
+ width: 100%;
17340
+ }
17341
+
17342
+ .eael-countdown-items > li {
17343
+ list-style: none;
17344
+ margin: 0;
17345
+ padding: 0;
17346
+ display: table-cell;
17347
+ position: relative;
17348
+ }
17349
+
17350
+ .eael-countdown-item > div {
17351
+ text-align: center;
17352
+ padding: 20px;
17353
+ }
17354
+
17355
+ .eael-countdown-label-block .eael-countdown-digits,
17356
+ .eael-countdown-label-block .eael-countdown-label {
17357
+ display: block;
17358
+ text-align: center;
17359
+ }
17360
+
17361
+ .eael-countdown-digits {
17362
+ font-size: 54px;
17363
+ line-height: 1;
17364
+ }
17365
+
17366
+ .eael-countdown-label {
17367
+ font-size: 18px;
17368
+ line-height: 1;
17369
+ color: #ffffff;
17370
+ }
17371
+
17372
+ .eael-countdown-show-separator .eael-countdown-digits::after {
17373
+ content: ":";
17374
+ position: absolute;
17375
+ left: 98%;
17376
+ z-index: 9999;
17377
+ }
17378
+
17379
+ .eael-countdown-item:last-child .eael-countdown-digits::after {
17380
+ display: none;
17381
+ }
17382
+
17383
+ /*--- Style 1 ---*/
17384
+ .eael-countdown-items.style-1 .eael-countdown-item > div {
17385
+ background: #262625;
17386
+ }
17387
+
17388
+ /*--------------------------------*/
17389
+ /* 08. Creative Button styles
17390
+ /*--------------------------------*/
17391
+ .eael-creative-button-align-center {
17392
+ text-align: center;
17393
+ }
17394
+
17395
+ .eael-creative-button-wrapper {
17396
+ display: -webkit-box;
17397
+ display: -webkit-flex;
17398
+ display: -ms-flexbox;
17399
+ display: flex;
17400
+ }
17401
+
17402
+ .eael-creative-button {
17403
+ -webkit-box-flex: 0;
17404
+ -webkit-flex: 0 0 auto;
17405
+ -ms-flex: 0 0 auto;
17406
+ flex: 0 0 auto;
17407
+ min-width: 150px;
17408
+ text-align: center;
17409
+ vertical-align: middle;
17410
+ position: relative;
17411
+ z-index: 1;
17412
+ -webkit-border-radius: 2px;
17413
+ border-radius: 2px;
17414
+ padding: 20px 30px;
17415
+ font-size: 16px;
17416
+ line-height: 1;
17417
+ -webkit-backface-visibility: hidden;
17418
+ backface-visibility: hidden;
17419
+ -moz-osx-font-smoothing: grayscale;
17420
+ }
17421
+
17422
+ .eael-creative-button-align-center .eael-creative-button {
17423
+ float: none;
17424
+ display: inline-block;
17425
+ }
17426
+
17427
+ .eael-creative-button:focus {
17428
+ outline: none;
17429
+ }
17430
+
17431
+ .eael-creative-button > span {
17432
+ vertical-align: middle;
17433
+ }
17434
+
17435
+ /*--------------------------------------------*/
17436
+ /* 09. Individual eael-creative-button styles
17437
+ /*--------------------------------------------*/
17438
+ /*--- Winona ---*/
17439
+ .eael-creative-button--winona {
17440
+ overflow: hidden;
17441
+ padding: 0 !important;
17442
+ -webkit-transition: border-color 0.3s, background-color 0.3s;
17443
+ -o-transition: border-color 0.3s, background-color 0.3s;
17444
+ transition: border-color 0.3s, background-color 0.3s;
17445
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17446
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17447
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17448
+ }
17449
+
17450
+ .eael-creative-button--winona::after {
17451
+ content: attr(data-text);
17452
+ position: absolute;
17453
+ width: 100%;
17454
+ height: 100%;
17455
+ top: 0;
17456
+ left: 0;
17457
+ opacity: 0;
17458
+ -webkit-transform: translate3d(0, 25%, 0);
17459
+ transform: translate3d(0, 25%, 0);
17460
+ }
17461
+
17462
+ .eael-creative-button--winona > span {
17463
+ display: block;
17464
+ }
17465
+
17466
+ .eael-creative-button--winona::after,
17467
+ .eael-creative-button--winona > span {
17468
+ padding: 1em 2em;
17469
+ -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
17470
+ -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
17471
+ transition: opacity 0.3s, -webkit-transform 0.3s;
17472
+ -o-transition: transform 0.3s, opacity 0.3s;
17473
+ transition: transform 0.3s, opacity 0.3s;
17474
+ transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
17475
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17476
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17477
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17478
+ }
17479
+
17480
+ .eael-creative-button--winona:hover::after {
17481
+ opacity: 1;
17482
+ -webkit-transform: translate3d(0, 0, 0);
17483
+ transform: translate3d(0, 0, 0);
17484
+ }
17485
+
17486
+ .eael-creative-button--winona:hover > span {
17487
+ opacity: 0;
17488
+ -webkit-transform: translate3d(0, -25%, 0);
17489
+ transform: translate3d(0, -25%, 0);
17490
+ }
17491
+
17492
+ /*--- Ujarak ---*/
17493
+ .eael-creative-button--ujarak {
17494
+ -webkit-transition: border-color 0.4s, color 0.4s;
17495
+ -o-transition: border-color 0.4s, color 0.4s;
17496
+ transition: border-color 0.4s, color 0.4s;
17497
+ }
17498
+
17499
+ .eael-creative-button--ujarak::before {
17500
+ content: '';
17501
+ position: absolute;
17502
+ top: 0;
17503
+ left: 0;
17504
+ width: 100%;
17505
+ height: 100%;
17506
+ z-index: -1;
17507
+ opacity: 0;
17508
+ -webkit-transform: scale3d(0.7, 1, 1);
17509
+ transform: scale3d(0.7, 1, 1);
17510
+ -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
17511
+ -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
17512
+ transition: opacity 0.4s, -webkit-transform 0.4s;
17513
+ -o-transition: transform 0.4s, opacity 0.4s;
17514
+ transition: transform 0.4s, opacity 0.4s;
17515
+ transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
17516
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17517
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17518
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17519
+ }
17520
+
17521
+ .eael-creative-button--ujarak,
17522
+ .eael-creative-button--ujarak::before {
17523
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17524
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17525
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17526
+ }
17527
+
17528
+ .eael-creative-button--ujarak:hover::before {
17529
+ opacity: 1;
17530
+ -webkit-transform: translate3d(0, 0, 0);
17531
+ transform: translate3d(0, 0, 0);
17532
+ }
17533
+
17534
+ /*--- Wayra ---*/
17535
+ .eael-creative-button--wayra {
17536
+ overflow: hidden;
17537
+ -webkit-transition: border-color 0.3s, color 0.3s;
17538
+ -o-transition: border-color 0.3s, color 0.3s;
17539
+ transition: border-color 0.3s, color 0.3s;
17540
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17541
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17542
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17543
+ }
17544
+
17545
+ .eael-creative-button--wayra::before {
17546
+ content: '';
17547
+ position: absolute;
17548
+ top: 0;
17549
+ left: 0;
17550
+ width: 150%;
17551
+ height: 100%;
17552
+ z-index: -1;
17553
+ -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
17554
+ transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
17555
+ -webkit-transform-origin: 0% 100%;
17556
+ -ms-transform-origin: 0% 100%;
17557
+ transform-origin: 0% 100%;
17558
+ -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
17559
+ -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
17560
+ transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
17561
+ -o-transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
17562
+ transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
17563
+ transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
17564
+ }
17565
+
17566
+ .eael-creative-button--wayra:hover::before {
17567
+ opacity: 1;
17568
+ -webkit-transform: rotate3d(0, 0, 1, 0deg);
17569
+ transform: rotate3d(0, 0, 1, 0deg);
17570
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17571
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17572
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17573
+ }
17574
+
17575
+ /*--- Tamaya ---*/
17576
+ .eael-creative-button--tamaya {
17577
+ overflow: hidden;
17578
+ }
17579
+
17580
+ .eael-creative-button--tamaya::before,
17581
+ .eael-creative-button--tamaya::after {
17582
+ content: attr(data-text);
17583
+ position: absolute;
17584
+ width: 100%;
17585
+ height: 50%;
17586
+ left: 0;
17587
+ overflow: hidden;
17588
+ -webkit-transition: -webkit-transform 0.3s;
17589
+ transition: -webkit-transform 0.3s;
17590
+ -o-transition: transform 0.3s;
17591
+ transition: transform 0.3s;
17592
+ transition: transform 0.3s, -webkit-transform 0.3s;
17593
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17594
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17595
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17596
+ }
17597
+
17598
+ .eael-creative-button--tamaya::before {
17599
+ top: 0;
17600
+ padding: 20px 30px;
17601
+ }
17602
+
17603
+ .eael-creative-button--tamaya::after {
17604
+ bottom: 0;
17605
+ line-height: 0;
17606
+ }
17607
+
17608
+ .eael-creative-button--tamaya:hover::after {
17609
+ bottom: -1px;
17610
+ }
17611
+
17612
+ .eael-creative-button--tamaya > span {
17613
+ display: block;
17614
+ -webkit-transform: scale3d(0.2, 0.2, 1);
17615
+ transform: scale3d(0.2, 0.2, 1);
17616
+ opacity: 0;
17617
+ -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
17618
+ -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
17619
+ transition: opacity 0.3s, -webkit-transform 0.3s;
17620
+ -o-transition: transform 0.3s, opacity 0.3s;
17621
+ transition: transform 0.3s, opacity 0.3s;
17622
+ transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
17623
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17624
+ -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17625
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
17626
+ }
17627
+
17628
+ .eael-creative-button--tamaya:hover::before {
17629
+ -webkit-transform: translate3d(0, -100%, 0);
17630
+ transform: translate3d(0, -100%, 0);
17631
+ }
17632
+
17633
+ .eael-creative-button--tamaya:hover::after {
17634
+ -webkit-transform: translate3d(0, 100%, 0);
17635
+ transform: translate3d(0, 100%, 0);
17636
+ }
17637
+
17638
+ .eael-creative-button--tamaya:hover > span {
17639
+ opacity: 1;
17640
+ -webkit-transform: scale3d(1, 1, 1);
17641
+ transform: scale3d(1, 1, 1);
17642
+ }
17643
+
17644
+ /*--- Rayen ---*/
17645
+ .eael-creative-button--rayen {
17646
+ overflow: hidden;
17647
+ padding: 0 !important;
17648
+ }
17649
+
17650
+ .eael-creative-button--rayen::before {
17651
+ content: attr(data-text);
17652
+ position: absolute;
17653
+ top: 0;
17654
+ left: 0;
17655
+ width: 100%;
17656
+ height: 100%;
17657
+ -webkit-transform: translate3d(-100%, 0, 0);
17658
+ transform: translate3d(-100%, 0, 0);
17659
+ }
17660
+
17661
+ .eael-creative-button--rayen > span {
17662
+ display: block;
17663
+ }
17664
+
17665
+ .eael-creative-button--rayen::before,
17666
+ .eael-creative-button--rayen > span {
17667
+ padding: 1em 2em;
17668
+ -webkit-transition: -webkit-transform 0.3s;
17669
+ transition: -webkit-transform 0.3s;
17670
+ -o-transition: transform 0.3s;
17671
+ transition: transform 0.3s;
17672
+ transition: transform 0.3s, -webkit-transform 0.3s;
17673
+ -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
17674
+ -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
17675
+ transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
17676
+ }
17677
+
17678
+ .eael-creative-button--rayen:hover::before {
17679
+ -webkit-transform: translate3d(0, 0, 0);
17680
+ transform: translate3d(0, 0, 0);
17681
+ }
17682
+
17683
+ .eael-creative-button--rayen:hover > span {
17684
+ -webkit-transform: translate3d(0, 100%, 0);
17685
+ transform: translate3d(0, 100%, 0);
17686
+ }
17687
+
17688
+ table.eael-data-table thead .sorting, table.eael-data-table thead .sorting_desc, table.eael-data-table thead .sorting_asc {
17689
+ position: relative;
17690
+ z-index: 0;
17691
+ outline: 0;
17692
+ cursor: pointer;
17693
+ }
17694
+
17695
+ table.eael-data-table thead .sorting:after, table.eael-data-table thead .sorting_desc:after, table.eael-data-table thead .sorting_asc:after {
17696
+ position: absolute;
17697
+ top: 50%;
17698
+ right: 10px;
17699
+ font-family: "FontAwesome";
17700
+ color: #fff;
17701
+ z-index: 1;
17702
+ -webkit-transform: translateY(-50%);
17703
+ -ms-transform: translateY(-50%);
17704
+ transform: translateY(-50%);
17705
+ }
17706
+
17707
+ .eael-data-table-wrap .eael-data-tables_wrapper {
17708
+ display: -webkit-box;
17709
+ display: -webkit-flex;
17710
+ display: -ms-flexbox;
17711
+ display: flex;
17712
+ -webkit-box-orient: horizontal;
17713
+ -webkit-box-direction: normal;
17714
+ -webkit-flex-flow: row wrap;
17715
+ -ms-flex-flow: row wrap;
17716
+ flex-flow: row wrap;
17717
+ -webkit-box-pack: start;
17718
+ -webkit-justify-content: flex-start;
17719
+ -ms-flex-pack: start;
17720
+ justify-content: flex-start;
17721
+ width: 100%;
17722
+ }
17723
+ .eael-data-table-wrap .eael-data-tables_filter {
17724
+ -webkit-box-flex: 1;
17725
+ -webkit-flex-grow: 1;
17726
+ -ms-flex-positive: 1;
17727
+ flex-grow: 1;
17728
+ -webkit-flex-basis: 50%;
17729
+ -ms-flex-preferred-size: 50%;
17730
+ flex-basis: 50%;
17731
+ text-align: right;
17732
+ }
17733
+ .eael-data-table-wrap .eael-data-tables_filter label {
17734
+ font-weight: 700;
17735
+ }
17736
+ .eael-data-table-wrap .eael-data-tables_filter label input[type="search"] {
17737
+ height: 40px;
17738
+ border: 1px solid rgba(0, 0, 0, 0.09);
17739
+ outline: 0;
17740
+ padding: 10px;
17741
+ margin-left: 10px;
17742
+ }
17743
+ .eael-data-table-wrap .eael-data-tables_length {
17744
+ -webkit-box-flex: 1;
17745
+ -webkit-flex-grow: 1;
17746
+ -ms-flex-positive: 1;
17747
+ flex-grow: 1;
17748
+ -webkit-flex-basis: 50%;
17749
+ -ms-flex-preferred-size: 50%;
17750
+ flex-basis: 50%;
17751
+ }
17752
+ .eael-data-table-wrap .eael-data-tables_length select {
17753
+ width: auto;
17754
+ max-width: 120px;
17755
+ height: 40px;
17756
+ border: 1px solid rgba(0, 0, 0, 0.09);
17757
+ outline: 0;
17758
+ margin-left: 10px;
17759
+ margin-right: 10px;
17760
+ }
17761
+ .eael-data-table-wrap .eael-data-tables_length label {
17762
+ font-weight: 700;
17763
+ }
17764
+ .eael-data-table-wrap .eael-data-tables_info {
17765
+ -webkit-box-flex: 1;
17766
+ -webkit-flex-grow: 1;
17767
+ -ms-flex-positive: 1;
17768
+ flex-grow: 1;
17769
+ -webkit-flex-basis: 50%;
17770
+ -ms-flex-preferred-size: 50%;
17771
+ flex-basis: 50%;
17772
+ font-weight: 700;
17773
+ }
17774
+ .eael-data-table-wrap .eael-data-tables_paginate {
17775
+ -webkit-box-flex: 1;
17776
+ -webkit-flex-grow: 1;
17777
+ -ms-flex-positive: 1;
17778
+ flex-grow: 1;
17779
+ -webkit-flex-basis: 50%;
17780
+ -ms-flex-preferred-size: 50%;
17781
+ flex-basis: 50%;
17782
+ text-align: right;
17783
+ }
17784
+ .eael-data-table-wrap .eael-data-tables_paginate .paginate_button {
17785
+ padding: 10px 15px;
17786
+ background: #f2f2f2;
17787
+ margin-right: 2px;
17788
+ cursor: pointer;
17789
+ -webkit-transition: all .3s;
17790
+ -o-transition: all .3s;
17791
+ transition: all .3s;
17792
+ }
17793
+ .eael-data-table-wrap .eael-data-tables_paginate .paginate_button:hover {
17794
+ color: #fff;
17795
+ background: #4a4893;
17796
+ }
17797
+ .eael-data-table-wrap .eael-data-tables_paginate .paginate_button.current {
17798
+ color: #fff;
17799
+ background: #4a4893;
17800
+ }
17801
+ .eael-data-table-wrap .eael-data-tables_paginate .paginate_button.disabled {
17802
+ cursor: no-drop;
17803
+ background: #f2f2f2;
17804
+ opacity: .5;
17805
+ color: #888;
17806
+ }
17807
+
17808
+ .data-header-icon {
17809
+ margin-right: 10px;
17810
+ }
17811
+
17812
+ .eael-data-table {
17813
+ width: 100%;
17814
+ height: auto;
17815
+ margin: 0;
17816
+ border-collapse: collapse;
17817
+ border: none;
17818
+ }
17819
+ .eael-data-table tr {
17820
+ border-style: none;
17821
+ }
17822
+ .eael-data-table thead tr {
17823
+ text-align: left;
17824
+ }
17825
+ .eael-data-table thead tr th {
17826
+ padding: 20px 15px;
17827
+ background: #4a4893;
17828
+ font-size: 16px;
17829
+ font-weight: 600;
17830
+ font-family: "Montserrat", "sans-serif";
17831
+ line-height: 1;
17832
+ color: #fff;
17833
+ border-color: #000;
17834
+ border-width: 2px;
17835
+ border-style: none;
17836
+ background-clip: padding-box;
17837
+ }
17838
+ .eael-data-table thead tr th:hover {
17839
+ border-color: #000;
17840
+ }
17841
+ .eael-data-table tbody tr.even {
17842
+ -webkit-transition: background 0.4s ease-in-out;
17843
+ -o-transition: background 0.4s ease-in-out;
17844
+ transition: background 0.4s ease-in-out;
17845
+ }
17846
+ .eael-data-table tbody tr.even:hover {
17847
+ background: rgba(242, 242, 242, 0.7);
17848
+ }
17849
+ .eael-data-table tbody tr.even:last-child {
17850
+ border-bottom: 1px solid rgba(0, 0, 0, 0.09);
17851
+ }
17852
+ .eael-data-table tbody tr.odd {
17853
+ background: rgba(242, 242, 242, 0.5);
17854
+ -webkit-transition: background 0.2s ease-in-out;
17855
+ -o-transition: background 0.2s ease-in-out;
17856
+ transition: background 0.2s ease-in-out;
17857
+ }
17858
+ .eael-data-table tbody tr.odd:hover {
17859
+ background: rgba(242, 242, 242, 0.7);
17860
+ }
17861
+ .eael-data-table tbody tr.odd:last-child {
17862
+ border-bottom: 1px solid rgba(0, 0, 0, 0.09);
17863
+ }
17864
+ .eael-data-table tbody tr td {
17865
+ padding: 20px 15px;
17866
+ font-size: 14px;
17867
+ font-family: "Montserrat", "sans-serif";
17868
+ line-height: 1;
17869
+ border-width: 2px;
17870
+ border-style: none;
17871
+ background-clip: padding-box;
17872
+ }
17873
+
17874
+ .eael-data-table-th-img {
17875
+ display: inline-block;
17876
+ margin: 0 15px 0 0;
17877
+ line-height: 1;
17878
+ }
17879
+
17880
+ .th-mobile-screen {
17881
+ display: none;
17882
+ }
17883
+
17884
+ @media (max-width: 39.9375em) {
17885
+ .eael-data-table-wrap {
17886
+ overflow-x: scroll !important;
17887
+ padding-bottom: 5px;
17888
+ }
17889
+
17890
+ .th-mobile-screen {
17891
+ display: inline-block;
17892
+ padding: 0 .6em;
17893
+ margin-right: 10px;
17894
+ text-align: center;
17895
+ -webkit-box-flex: 0;
17896
+ -webkit-flex-grow: 0;
17897
+ -ms-flex-positive: 0;
17898
+ flex-grow: 0;
17899
+ -webkit-flex-shrink: 0;
17900
+ -ms-flex-negative: 0;
17901
+ flex-shrink: 0;
17902
+ -webkit-flex-basis: 100px;
17903
+ -ms-flex-preferred-size: 100px;
17904
+ flex-basis: 100px;
17905
+ }
17906
+ .th-mobile-screen .eael-data-table-th-img {
17907
+ margin: 0 auto 15px auto;
17908
+ display: block;
17909
+ }
17910
+ .th-mobile-screen .data-header-icon {
17911
+ margin: 0 auto 15px auto;
17912
+ display: block;
17913
+ }
17914
+
17915
+ .td-content-wrapper {
17916
+ display: -webkit-box;
17917
+ display: -webkit-flex;
17918
+ display: -ms-flexbox;
17919
+ display: flex;
17920
+ width: 100%;
17921
+ }
17922
+
17923
+ .td-content {
17924
+ width: 100%;
17925
+ -webkit-box-pack: center;
17926
+ -webkit-justify-content: center;
17927
+ -ms-flex-pack: center;
17928
+ justify-content: center;
17929
+ }
17930
+ .td-content > p {
17931
+ width: 100%;
17932
+ -webkit-box-pack: center;
17933
+ -webkit-justify-content: center;
17934
+ -ms-flex-pack: center;
17935
+ justify-content: center;
17936
+ }
17937
+
17938
+ .custom-responsive-option-enable .eael-data-table thead {
17939
+ display: none;
17940
+ }
17941
+ .custom-responsive-option-enable .eael-data-table tbody tr td {
17942
+ float: none;
17943
+ clear: left;
17944
+ width: 100%;
17945
+ text-align: left;
17946
+ display: -webkit-box;
17947
+ display: -webkit-flex;
17948
+ display: -ms-flexbox;
17949
+ display: flex;
17950
+ -webkit-box-align: center;
17951
+ -webkit-align-items: center;
17952
+ -ms-flex-align: center;
17953
+ align-items: center;
17954
+ }
17955
+
17956
+ .eael-data-table .td-content {
17957
+ -webkit-box-align: center;
17958
+ -webkit-align-items: center;
17959
+ -ms-flex-align: center;
17960
+ align-items: center;
17961
+ display: -webkit-box;
17962
+ display: -webkit-flex;
17963
+ display: -ms-flexbox;
17964
+ display: flex;
17965
+ }
17966
+ }
17967
+ table.eael-data-table thead .sorting:after {
17968
+ content: "\f0dc";
17969
+ }
17970
+ table.eael-data-table thead .headerSortDown:after {
17971
+ content: "\f0dd";
17972
+ }
17973
+ table.eael-data-table thead .headerSortUp:after {
17974
+ content: "\f0de";
17975
+ }
17976
+ table.eael-data-table thead .sorting_disabled.sorting:after {
17977
+ display: none;
17978
+ }
17979
+ table.eael-data-table .sorting.sorting-none:after {
17980
+ display: none;
17981
+ }
17982
+ table.eael-data-table .sorting_desc.sorting-none:after {
17983
+ display: none;
17984
+ }
17985
+ table.eael-data-table .sorting_asc.sorting-none:after {
17986
+ display: none;
17987
+ }
17988
+
17989
+ .eael-table-align-left table.eael-data-table {
17990
+ float: left;
17991
+ }
17992
+
17993
+ .eael-table-align-center table.eael-data-table {
17994
+ margin: 0 auto;
17995
+ }
17996
+
17997
+ .eael-table-align-right table.eael-data-table {
17998
+ float: right;
17999
+ }
18000
+
18001
+ .eael-hide-elements .eael-data-tables_info {
18002
+ display: none;
18003
+ }
18004
+
18005
+ .eael-dt-th-align-left .eael-data-table thead tr th {
18006
+ text-align: left;
18007
+ }
18008
+
18009
+ .eael-dt-td-align-left .eael-data-table tbody tr td {
18010
+ text-align: left;
18011
+ }
18012
+
18013
+ .eael-dt-th-align-right .eael-data-table thead tr th {
18014
+ text-align: right;
18015
+ padding-right: 30px;
18016
+ }
18017
+
18018
+ .eael-dt-td-align-right .eael-data-table tbody tr td {
18019
+ text-align: right;
18020
+ padding-right: 30px;
18021
+ }
18022
+
18023
+ .eael-dt-th-align-center .eael-data-table thead tr th {
18024
+ text-align: center;
18025
+ }
18026
+
18027
+ .eael-dt-td-align-center .eael-data-table tbody tr td {
18028
+ text-align: center;
18029
+ }
18030
+
18031
+ /* -------------------------------- */
18032
+ /* 20. Dual Color Heading
18033
+ /* -------------------------------- */
18034
+ .eael-dual-header {
18035
+ display: block;
18036
+ margin-bottom: 50px;
18037
+ }
18038
+
18039
+ .eael-dual-header .title,
18040
+ .eael-dual-header .title span {
18041
+ font-size: 36px;
18042
+ font-weight: 700;
18043
+ text-transform: uppercase;
18044
+ line-height: 48px;
18045
+ margin: 10px 0px;
18046
+ }
18047
+
18048
+ .eael-dual-header .subtext {
18049
+ font-size: 16px;
18050
+ display: block;
18051
+ }
18052
+
18053
+ .eael-dual-header i {
18054
+ display: block;
18055
+ padding: 0px;
18056
+ margin: 20px 0px 10px 0px;
18057
+ font-size: 36px;
18058
+ }
18059
+
18060
+ .eael-dual-header .title span.lead {
18061
+ color: #1abc9c;
18062
+ }
18063
+
18064
+ /*--- Builder Related Css ---*/
18065
+ .eael-dual-header-content-align-center {
18066
+ text-align: center;
18067
+ }
18068
+
18069
+ .eael-dual-header-content-align-left {
18070
+ text-align: left;
18071
+ }
18072
+
18073
+ .eael-dual-header-content-align-right {
18074
+ text-align: right;
18075
+ }
18076
+
18077
+ .elementor-panel .pro-feature, .elementor-panel .pro-feature a {
18078
+ color: #a4afb7;
18079
+ text-transform: uppercase;
18080
+ letter-spacing: 1px;
18081
+ line-height: 1.8;
18082
+ font-style: normal;
18083
+ }
18084
+
18085
+ .elementor-panel .pro-feature a {
18086
+ text-decoration: underline;
18087
+ color: #f54 !important;
18088
+ }
18089
+
18090
+ .elementor-panel .elementor-control-eael_section_pro .elementor-panel-heading-title.elementor-panel-heading-title,
18091
+ .elementor-panel .elementor-control-eael_section_pro .elementor-panel-heading-toggle,
18092
+ .elementor-control-data_table_header_colspan_pro_alert .elementor-control-title,
18093
+ .elementor-control-data_table_header_img_pro_alert .elementor-control-title,
18094
+ .elementor-control-data_table_content_rowspan_pro_alert .elementor-control-title,
18095
+ .elementor-control-data_table_content_colspan_pro_alert .elementor-control-title,
18096
+ .elementor-control-data_table_content_template_pro_alert .elementor-control-title {
18097
+ color: #f54;
18098
+ }
18099
+
18100
+ .elementor-panel .elementor-control-eael_control_get_pro .elementor-control-field {
18101
+ display: none !important;
18102
+ }
18103
+
18104
+ .elementor-control-eael_pricing_table_style_pro_alert .elementor-control-title,
18105
+ .elementor-control-eael_section_countdown_style_pro_alert .elementor-control-title,
18106
+ .elementor-control-eael_fancy_text_style_pro_alert .elementor-control-title,
18107
+ .elementor-control-eael_section_data_table_enabled_pro_alert .elementor-control-title,
18108
+ .elementor-control-eael_img_accordion_type_pro_alert .elementor-control-title,
18109
+ .elementor-control-eael_ticker_type_pro_alert .elementor-control-title,
18110
+ .elementor-control-eael_team_members_preset_pro_alert .elementor-control-title {
18111
+ color: #f54;
18112
+ }
18113
+
18114
+ /*--------------------------*/
18115
+ /* 03. Fancy Text Style
18116
+ /*--------------------------*/
18117
+ .eael-fancy-text-container p {
18118
+ margin: 0;
18119
+ }
18120
+
18121
+ .eael-fancy-text-strings,
18122
+ .eael-fancy-text-prefix,
18123
+ .eael-fancy-text-suffix {
18124
+ display: inline-block;
18125
+ }
18126
+
18127
+ .morphext > .animated {
18128
+ display: inline-block;
18129
+ }
18130
+
18131
+ .typed-cursor {
18132
+ opacity: 1;
18133
+ -webkit-animation: blink_cursor 0.7s infinite;
18134
+ animation: blink_cursor 0.7s infinite;
18135
+ }
18136
+
18137
+ @keyframes blink_cursor {
18138
+ 0% {
18139
+ opacity: 1;
18140
+ }
18141
+ 50% {
18142
+ opacity: 0;
18143
+ }
18144
+ 100% {
18145
+ opacity: 1;
18146
+ }
18147
+ }
18148
+ @-webkit-keyframes blink_cursor {
18149
+ 0% {
18150
+ opacity: 1;
18151
+ }
18152
+ 50% {
18153
+ opacity: 0;
18154
+ }
18155
+ 100% {
18156
+ opacity: 1;
18157
+ }
18158
+ }
18159
+ /*--- Style 2 ---*/
18160
+ .eael-fancy-text-container.style-2 {
18161
+ font-size: 24px;
18162
+ }
18163
+
18164
+ .eael-fancy-text-container.style-2 .eael-fancy-text-strings {
18165
+ background: #ff5544;
18166
+ color: #fff;
18167
+ padding: 10px 25px;
18168
+ }
18169
+
18170
+ /*----------------------------*/
18171
+ /* 35. Feature List
18172
+ /*----------------------------*/
18173
+ .elementor-widget-eael-feature-list.-icon-position-left .connector-type-modern.rhombus .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top .connector-type-modern.rhombus .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right .connector-type-modern.rhombus .eael-feature-list-item:before {
18174
+ top: 3px !important;
18175
+ }
18176
+ .elementor-widget-eael-feature-list.-icon-position-left .connector-type-modern.rhombus .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top .connector-type-modern.rhombus .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right .connector-type-modern.rhombus .eael-feature-list-item:after {
18177
+ top: 45px !important;
18178
+ }
18179
+ .elementor-widget-eael-feature-list.-icon-position-right .connector, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .connector {
18180
+ right: 0;
18181
+ left: calc(100% - 60px);
18182
+ }
18183
+ .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
18184
+ padding: 0 50px 0 0;
18185
+ }
18186
+ @media (max-width: 767px) {
18187
+ .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
18188
+ padding: 0 30px 0 0;
18189
+ }
18190
+ }
18191
+ .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
18192
+ left: auto;
18193
+ right: 0;
18194
+ }
18195
+ .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
18196
+ left: auto;
18197
+ right: 5px;
18198
+ top: 30px;
18199
+ }
18200
+ .elementor-widget-eael-feature-list .eael-feature-list-items {
18201
+ list-style-type: none;
18202
+ margin: 0;
18203
+ padding: 0;
18204
+ }
18205
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item {
18206
+ position: relative;
18207
+ }
18208
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector {
18209
+ display: block;
18210
+ position: absolute;
18211
+ width: 0;
18212
+ margin: 0 auto;
18213
+ z-index: 1;
18214
+ height: 100%;
18215
+ top: 0.5em;
18216
+ font-size: 60px;
18217
+ left: 0;
18218
+ right: calc(100% - 60px);
18219
+ border-left: 2px solid #2ecc71;
18220
+ border-right: none !important;
18221
+ }
18222
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item:last-child .connector {
18223
+ display: none;
18224
+ }
18225
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box {
18226
+ z-index: 2;
18227
+ -webkit-transition: all 0.5s;
18228
+ -o-transition: all 0.5s;
18229
+ transition: all 0.5s;
18230
+ }
18231
+ @media (prefers-reduced-motion: reduce) {
18232
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box {
18233
+ -webkit-transition: none;
18234
+ -o-transition: none;
18235
+ transition: none;
18236
+ }
18237
+ }
18238
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner {
18239
+ background-color: #37368e;
18240
+ -webkit-transition: all 0.5s;
18241
+ -o-transition: all 0.5s;
18242
+ transition: all 0.5s;
18243
+ display: -webkit-inline-box;
18244
+ display: -webkit-inline-flex;
18245
+ display: -ms-inline-flexbox;
18246
+ display: inline-flex;
18247
+ }
18248
+ @media (prefers-reduced-motion: reduce) {
18249
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner {
18250
+ -webkit-transition: none;
18251
+ -o-transition: none;
18252
+ transition: none;
18253
+ }
18254
+ }
18255
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon {
18256
+ padding: 0.5em;
18257
+ -webkit-transition: all 0.5s;
18258
+ -o-transition: all 0.5s;
18259
+ transition: all 0.5s;
18260
+ font-size: 30px;
18261
+ line-height: 1;
18262
+ color: #37368e;
18263
+ text-align: center;
18264
+ display: -webkit-inline-box;
18265
+ display: -webkit-inline-flex;
18266
+ display: -ms-inline-flexbox;
18267
+ display: inline-flex;
18268
+ }
18269
+ @media (prefers-reduced-motion: reduce) {
18270
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon {
18271
+ -webkit-transition: none;
18272
+ -o-transition: none;
18273
+ transition: none;
18274
+ }
18275
+ }
18276
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon i {
18277
+ width: 1em;
18278
+ height: 1em;
18279
+ position: relative;
18280
+ display: block;
18281
+ }
18282
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon i:before {
18283
+ position: absolute;
18284
+ left: 50%;
18285
+ -webkit-transform: translateX(-50%);
18286
+ -ms-transform: translateX(-50%);
18287
+ transform: translateX(-50%);
18288
+ }
18289
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-img {
18290
+ font-size: 8px;
18291
+ line-height: 1;
18292
+ max-width: inherit;
18293
+ }
18294
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box {
18295
+ margin: 0 0 0 20px;
18296
+ }
18297
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-title {
18298
+ margin-top: -2px;
18299
+ line-height: 1.5em;
18300
+ }
18301
+ .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-content {
18302
+ padding: 0;
18303
+ margin: 0;
18304
+ font-size: 14px;
18305
+ line-height: 1.5em;
18306
+ }
18307
+ .elementor-widget-eael-feature-list .eael-feature-list-items.stacked .eael-feature-list-icon-box .eael-feature-list-icon {
18308
+ color: #fff;
18309
+ }
18310
+ .elementor-widget-eael-feature-list .eael-feature-list-items.framed .eael-feature-list-icon-box .eael-feature-list-icon {
18311
+ background-color: #fff;
18312
+ }
18313
+ .elementor-widget-eael-feature-list .eael-feature-list-items.circle .eael-feature-list-icon-box .eael-feature-list-icon-inner {
18314
+ -webkit-border-radius: 50%;
18315
+ border-radius: 50%;
18316
+ }
18317
+ .elementor-widget-eael-feature-list .eael-feature-list-items.circle .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon {
18318
+ -webkit-border-radius: 50%;
18319
+ border-radius: 50%;
18320
+ }
18321
+ .elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon-inner {
18322
+ -webkit-transform: rotate(45deg);
18323
+ -ms-transform: rotate(45deg);
18324
+ transform: rotate(45deg);
18325
+ margin: 15px;
18326
+ }
18327
+ .elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon i {
18328
+ -ms-transform: rotate(-45deg);
18329
+ -webkit-transform: rotate(-45deg);
18330
+ transform: rotate(-45deg);
18331
+ }
18332
+ .elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon img {
18333
+ -ms-transform: rotate(-45deg);
18334
+ -webkit-transform: rotate(-45deg);
18335
+ transform: rotate(-45deg);
18336
+ }
18337
+ .elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-content-box .eael-feature-list-title {
18338
+ margin-top: 15px;
18339
+ }
18340
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
18341
+ padding: 0 0 0 50px;
18342
+ position: relative;
18343
+ }
18344
+ @media (max-width: 767px) {
18345
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
18346
+ padding: 0 0 0 30px;
18347
+ display: block;
18348
+ }
18349
+ }
18350
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
18351
+ content: "";
18352
+ position: absolute;
18353
+ display: block;
18354
+ }
18355
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
18356
+ left: 0;
18357
+ top: 0;
18358
+ z-index: 1;
18359
+ border-left: 1px solid #000;
18360
+ border-right: none !important;
18361
+ height: 100%;
18362
+ }
18363
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
18364
+ left: 5px;
18365
+ top: 30px;
18366
+ width: 23px;
18367
+ display: block;
18368
+ z-index: 2;
18369
+ border-bottom: 1px dashed #000;
18370
+ border-top: none !important;
18371
+ }
18372
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item .connector {
18373
+ display: none;
18374
+ }
18375
+ @media (min-width: 768px) {
18376
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item {
18377
+ padding: 0 50px 0 0;
18378
+ }
18379
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item:before {
18380
+ left: auto;
18381
+ right: 0;
18382
+ }
18383
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item:after {
18384
+ left: auto;
18385
+ right: 5px;
18386
+ top: 30px;
18387
+ }
18388
+ .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item .connector {
18389
+ display: none;
18390
+ }
18391
+ }
18392
+ @media (min-width: 1025px) {
18393
+ .elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-content-box {
18394
+ margin-right: 0 !important;
18395
+ margin-top: 0 !important;
18396
+ margin-bottom: 0 !important;
18397
+ }
18398
+ .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-content-box {
18399
+ margin-left: 0 !important;
18400
+ margin-top: 0 !important;
18401
+ margin-bottom: 0 !important;
18402
+ }
18403
+ .elementor-widget-eael-feature-list.-icon-position-top .eael-feature-list-content-box {
18404
+ margin-left: 0 !important;
18405
+ margin-right: 0 !important;
18406
+ margin-bottom: 0 !important;
18407
+ }
18408
+ .elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-item {
18409
+ display: -webkit-box;
18410
+ display: -webkit-flex;
18411
+ display: -ms-flexbox;
18412
+ display: flex;
18413
+ }
18414
+ .elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-item {
18415
+ text-align: left;
18416
+ -webkit-box-orient: horizontal;
18417
+ -webkit-box-direction: normal;
18418
+ -webkit-flex-direction: row;
18419
+ -ms-flex-direction: row;
18420
+ flex-direction: row;
18421
+ }
18422
+ .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-item {
18423
+ text-align: right;
18424
+ -webkit-box-orient: horizontal;
18425
+ -webkit-box-direction: reverse;
18426
+ -webkit-flex-direction: row-reverse;
18427
+ -ms-flex-direction: row-reverse;
18428
+ flex-direction: row-reverse;
18429
+ }
18430
+ }
18431
+ @media (max-width: 1024px) {
18432
+ .elementor-widget-eael-feature-list.-tablet-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list.-tablet-icon-position-right .eael-feature-list-item {
18433
+ display: -webkit-box;
18434
+ display: -webkit-flex;
18435
+ display: -ms-flexbox;
18436
+ display: flex;
18437
+ }
18438
+ .elementor-widget-eael-feature-list.-tablet-icon-position-left .eael-feature-list-item {
18439
+ text-align: left;
18440
+ -webkit-box-orient: horizontal;
18441
+ -webkit-box-direction: normal;
18442
+ -webkit-flex-direction: row;
18443
+ -ms-flex-direction: row;
18444
+ flex-direction: row;
18445
+ }
18446
+ .elementor-widget-eael-feature-list.-tablet-icon-position-right .eael-feature-list-item {
18447
+ text-align: right;
18448
+ -webkit-box-orient: horizontal;
18449
+ -webkit-box-direction: reverse;
18450
+ -webkit-flex-direction: row-reverse;
18451
+ -ms-flex-direction: row-reverse;
18452
+ flex-direction: row-reverse;
18453
+ }
18454
+ }
18455
+ @media (min-width: 768px) and (max-width: 1024px) {
18456
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-content-box {
18457
+ margin-right: 0 !important;
18458
+ margin-top: 0 !important;
18459
+ margin-bottom: 0 !important;
18460
+ }
18461
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
18462
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
18463
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
18464
+ .eael-feature-list-item {
18465
+ padding: 0 0 0 50px;
18466
+ }
18467
+ }
18468
+ @media (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
18469
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
18470
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
18471
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
18472
+ .eael-feature-list-item {
18473
+ padding: 0 0 0 30px;
18474
+ }
18475
+ }
18476
+ @media (min-width: 768px) and (max-width: 1024px) {
18477
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
18478
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
18479
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
18480
+ .eael-feature-list-item:before {
18481
+ left: 0;
18482
+ right: auto;
18483
+ }
18484
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
18485
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
18486
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
18487
+ .eael-feature-list-item:after {
18488
+ left: 5px;
18489
+ top: 30px;
18490
+ }
18491
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-content-box {
18492
+ margin-left: 0 !important;
18493
+ margin-right: 0 !important;
18494
+ margin-bottom: 0 !important;
18495
+ }
18496
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
18497
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
18498
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
18499
+ .eael-feature-list-item {
18500
+ padding: 0 0 0 50px;
18501
+ }
18502
+ }
18503
+ @media (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
18504
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
18505
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
18506
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
18507
+ .eael-feature-list-item {
18508
+ padding: 0 0 0 30px;
18509
+ }
18510
+ }
18511
+ @media (min-width: 768px) and (max-width: 1024px) {
18512
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
18513
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
18514
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
18515
+ .eael-feature-list-item:before {
18516
+ left: 0;
18517
+ right: auto;
18518
+ }
18519
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
18520
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
18521
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
18522
+ .eael-feature-list-item:after {
18523
+ left: 5px;
18524
+ }
18525
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-content-box {
18526
+ margin-left: 0 !important;
18527
+ margin-top: 0 !important;
18528
+ margin-bottom: 0 !important;
18529
+ }
18530
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
18531
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
18532
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
18533
+ .eael-feature-list-item {
18534
+ padding: 0 50px 0 0;
18535
+ }
18536
+ }
18537
+ @media (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
18538
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
18539
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
18540
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
18541
+ .eael-feature-list-item {
18542
+ padding: 0 30px 0 0;
18543
+ }
18544
+ }
18545
+ @media (min-width: 768px) and (max-width: 1024px) {
18546
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
18547
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
18548
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
18549
+ .eael-feature-list-item:before {
18550
+ right: 0;
18551
+ left: auto;
18552
+ }
18553
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
18554
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
18555
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
18556
+ .eael-feature-list-item:after {
18557
+ left: auto;
18558
+ right: 5px;
18559
+ }
18560
+ }
18561
+ @media (max-width: 767px) {
18562
+ .elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-item, .elementor-widget-eael-feature-list.-tablet-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list.-tablet-icon-position-right .eael-feature-list-item {
18563
+ display: block;
18564
+ text-align: left;
18565
+ }
18566
+ .elementor-widget-eael-feature-list.-mobile-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list.-mobile-icon-position-right .eael-feature-list-item {
18567
+ display: -webkit-box;
18568
+ display: -webkit-flex;
18569
+ display: -ms-flexbox;
18570
+ display: flex;
18571
+ }
18572
+ .elementor-widget-eael-feature-list.-mobile-icon-position-left .eael-feature-list-item {
18573
+ text-align: left;
18574
+ -webkit-box-orient: horizontal;
18575
+ -webkit-box-direction: normal;
18576
+ -webkit-flex-direction: row;
18577
+ -ms-flex-direction: row;
18578
+ flex-direction: row;
18579
+ }
18580
+ .elementor-widget-eael-feature-list.-mobile-icon-position-right .eael-feature-list-item {
18581
+ text-align: right;
18582
+ -webkit-box-orient: horizontal;
18583
+ -webkit-box-direction: reverse;
18584
+ -webkit-flex-direction: row-reverse;
18585
+ -ms-flex-direction: row-reverse;
18586
+ flex-direction: row-reverse;
18587
+ }
18588
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box {
18589
+ margin-right: 0 !important;
18590
+ margin-top: 0 !important;
18591
+ margin-bottom: 0 !important;
18592
+ }
18593
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18594
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18595
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18596
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18597
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18598
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18599
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18600
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18601
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18602
+ .eael-feature-list-item {
18603
+ padding: 0 0 0 50px;
18604
+ }
18605
+ }
18606
+ @media (max-width: 767px) and (max-width: 767px) {
18607
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18608
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18609
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18610
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18611
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18612
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18613
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18614
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18615
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18616
+ .eael-feature-list-item {
18617
+ padding: 0 0 0 30px;
18618
+ }
18619
+ }
18620
+ @media (max-width: 767px) {
18621
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18622
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18623
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18624
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18625
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18626
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18627
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18628
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18629
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18630
+ .eael-feature-list-item:before {
18631
+ left: 0;
18632
+ right: auto;
18633
+ }
18634
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18635
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18636
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18637
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18638
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18639
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18640
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18641
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18642
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
18643
+ .eael-feature-list-item:after {
18644
+ left: 5px;
18645
+ }
18646
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-content-box {
18647
+ margin-left: 0 !important;
18648
+ margin-right: 0 !important;
18649
+ margin-bottom: 0 !important;
18650
+ }
18651
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18652
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18653
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18654
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18655
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18656
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18657
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18658
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18659
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18660
+ .eael-feature-list-item {
18661
+ padding: 0 0 0 50px;
18662
+ }
18663
+ }
18664
+ @media (max-width: 767px) and (max-width: 767px) {
18665
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18666
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18667
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18668
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18669
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18670
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18671
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18672
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18673
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18674
+ .eael-feature-list-item {
18675
+ padding: 0 0 0 30px;
18676
+ }
18677
+ }
18678
+ @media (max-width: 767px) {
18679
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18680
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18681
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18682
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18683
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18684
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18685
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18686
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18687
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18688
+ .eael-feature-list-item:before {
18689
+ left: 0;
18690
+ right: auto;
18691
+ }
18692
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18693
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18694
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18695
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18696
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18697
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18698
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18699
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18700
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
18701
+ .eael-feature-list-item:after {
18702
+ left: 5px;
18703
+ }
18704
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-content-box {
18705
+ margin-left: 0 !important;
18706
+ margin-top: 0 !important;
18707
+ margin-bottom: 0 !important;
18708
+ }
18709
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18710
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18711
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18712
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18713
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18714
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18715
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18716
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18717
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18718
+ .eael-feature-list-item {
18719
+ padding: 0 50px 0 0;
18720
+ }
18721
+ }
18722
+ @media (max-width: 767px) and (max-width: 767px) {
18723
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18724
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18725
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18726
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18727
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18728
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18729
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18730
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18731
+ .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18732
+ .eael-feature-list-item {
18733
+ padding: 0 30px 0 0;
18734
+ }
18735
+ }
18736
+ @media (max-width: 767px) {
18737
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18738
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18739
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18740
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18741
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18742
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18743
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18744
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18745
+ .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18746
+ .eael-feature-list-item:before {
18747
+ right: 0;
18748
+ left: auto;
18749
+ }
18750
+ .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18751
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18752
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18753
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18754
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18755
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18756
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18757
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18758
+ .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
18759
+ .eael-feature-list-item:after {
18760
+ left: auto;
18761
+ right: 5px;
18762
+ }
18763
+ }
18764
+
18765
+ /*------------------------------*/
18766
+ /* 27. Filterable Gallery
18767
+ /*------------------------------*/
18768
+ .eael-filter-gallery-control {
18769
+ width: 100%;
18770
+ }
18771
+
18772
+ .eael-filter-gallery-control ul,
18773
+ .eael-filter-gallery-control ul li {
18774
+ text-align: center;
18775
+ }
18776
+
18777
+ .eael-filter-gallery-control ul {
18778
+ margin: 0px 0px 20px 0px;
18779
+ padding: 0px;
18780
+ text-align: center;
18781
+ }
18782
+
18783
+ .eael-filter-gallery-control {
18784
+ display: -webkit-box;
18785
+ display: -webkit-flex;
18786
+ display: -ms-flexbox;
18787
+ display: flex;
18788
+ -webkit-box-orient: vertical;
18789
+ -webkit-box-direction: normal;
18790
+ -webkit-flex-flow: 1 1 auto;
18791
+ -ms-flex-flow: 1 1 auto;
18792
+ flex-flow: 1 1 auto;
18793
+ -webkit-box-align: center;
18794
+ -webkit-align-items: center;
18795
+ -ms-flex-align: center;
18796
+ align-items: center;
18797
+ -webkit-box-pack: center;
18798
+ -webkit-justify-content: center;
18799
+ -ms-flex-pack: center;
18800
+ justify-content: center;
18801
+ -webkit-flex-flow: row wrap;
18802
+ -ms-flex-flow: row wrap;
18803
+ flex-flow: row wrap;
18804
+ padding: 0px;
18805
+ margin: 0px;
18806
+ }
18807
+
18808
+ .eael-filter-gallery-control ul li {
18809
+ list-style: none;
18810
+ font-size: 24px;
18811
+ display: inline-block;
18812
+ text-align: center;
18813
+ }
18814
+
18815
+ .eael-filter-gallery-control ul li a.control {
18816
+ font-family: 'Montserrat', sans-serif;
18817
+ font-size: 16px;
18818
+ font-weight: 600;
18819
+ padding: 10px 25px;
18820
+ margin: 10px 6px;
18821
+ }
18822
+
18823
+ .eael-filter-gallery-container {
18824
+ text-align: justify;
18825
+ font-size: 0.1px;
18826
+ }
18827
+
18828
+ .eael-filter-gallery-container:after {
18829
+ content: '';
18830
+ display: inline-block;
18831
+ width: 100%;
18832
+ }
18833
+
18834
+ .eael-filter-gallery-container:not(.eael-cards) .item:before {
18835
+ content: '';
18836
+ display: inline-block;
18837
+ padding-top: 56.25%;
18838
+ }
18839
+
18840
+ .eael-filter-gallery-container .item .caption {
18841
+ position: absolute;
18842
+ display: -webkit-box;
18843
+ display: -webkit-flex;
18844
+ display: -ms-flexbox;
18845
+ display: flex;
18846
+ -webkit-box-orient: vertical;
18847
+ -webkit-box-direction: normal;
18848
+ -webkit-flex-flow: 1 1 100%;
18849
+ -ms-flex-flow: 1 1 100%;
18850
+ flex-flow: 1 1 100%;
18851
+ -webkit-box-align: center;
18852
+ -webkit-align-items: center;
18853
+ -ms-flex-align: center;
18854
+ align-items: center;
18855
+ -webkit-box-pack: center;
18856
+ -webkit-justify-content: center;
18857
+ -ms-flex-pack: center;
18858
+ justify-content: center;
18859
+ z-index: 1;
18860
+ top: 0px;
18861
+ left: 0px;
18862
+ right: 0px;
18863
+ bottom: 0px;
18864
+ -webkit-transition: -webkit-transform .4s;
18865
+ transition: -webkit-transform .4s;
18866
+ -o-transition: transform .4s;
18867
+ transition: transform .4s;
18868
+ transition: transform .4s, -webkit-transform .4s;
18869
+ }
18870
+
18871
+ .eael-filter-gallery-container.eael-cards .item .caption {
18872
+ display: none;
18873
+ }
18874
+
18875
+ .eael-filter-gallery-container.eael-cards .item .item-img .caption {
18876
+ position: absolute;
18877
+ display: -webkit-box;
18878
+ display: -webkit-flex;
18879
+ display: -ms-flexbox;
18880
+ display: flex;
18881
+ -webkit-box-orient: vertical;
18882
+ -webkit-box-direction: normal;
18883
+ -webkit-flex-flow: 1 1 100%;
18884
+ -ms-flex-flow: 1 1 100%;
18885
+ flex-flow: 1 1 100%;
18886
+ -webkit-box-align: center;
18887
+ -webkit-align-items: center;
18888
+ -ms-flex-align: center;
18889
+ align-items: center;
18890
+ -webkit-box-pack: center;
18891
+ -webkit-justify-content: center;
18892
+ -ms-flex-pack: center;
18893
+ justify-content: center;
18894
+ z-index: 10;
18895
+ top: 0px;
18896
+ left: 0px;
18897
+ right: 0px;
18898
+ bottom: 0px;
18899
+ -webkit-transition: -webkit-transform .4s;
18900
+ transition: -webkit-transform .4s;
18901
+ -o-transition: transform .4s;
18902
+ transition: transform .4s;
18903
+ transition: transform .4s, -webkit-transform .4s;
18904
+ }
18905
+
18906
+ .gallery-item-caption-over {
18907
+ width: 100%;
18908
+ height: auto;
18909
+ }
18910
+
18911
+ a.eael-gallery-load-more, a.eael-gallery-load-more:hover {
18912
+ text-decoration: none;
18913
+ }
18914
+
18915
+ /*--- Caption Animation ---*/
18916
+ .eael-filter-gallery-container .item .caption.eael-zoom-in,
18917
+ .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in {
18918
+ -webkit-transform: scale(0);
18919
+ -ms-transform: scale(0);
18920
+ transform: scale(0);
18921
+ }
18922
+
18923
+ .eael-filter-gallery-container .item:hover .caption.eael-zoom-in,
18924
+ .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in {
18925
+ -webkit-transform: scale(1);
18926
+ -ms-transform: scale(1);
18927
+ transform: scale(1);
18928
+ }
18929
+
18930
+ .eael-filter-gallery-container .item .caption.eael-slide-left,
18931
+ .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left {
18932
+ -webkit-transform: translateX(-100%);
18933
+ -ms-transform: translateX(-100%);
18934
+ transform: translateX(-100%);
18935
+ }
18936
+
18937
+ .eael-filter-gallery-container .item:hover .caption.eael-slide-left,
18938
+ .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left {
18939
+ -webkit-transform: translateX(0%);
18940
+ -ms-transform: translateX(0%);
18941
+ transform: translateX(0%);
18942
+ }
18943
+
18944
+ .eael-filter-gallery-container .item .caption.eael-slide-right,
18945
+ .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right {
18946
+ -webkit-transform: translateX(100%);
18947
+ -ms-transform: translateX(100%);
18948
+ transform: translateX(100%);
18949
+ }
18950
+
18951
+ .eael-filter-gallery-container .item:hover .caption.eael-slide-right,
18952
+ .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right {
18953
+ -webkit-transform: translateX(0%);
18954
+ -ms-transform: translateX(0%);
18955
+ transform: translateX(0%);
18956
+ }
18957
+
18958
+ .eael-filter-gallery-container .item .caption.eael-slide-top,
18959
+ .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top {
18960
+ -webkit-transform: translateY(-100%);
18961
+ -ms-transform: translateY(-100%);
18962
+ transform: translateY(-100%);
18963
+ }
18964
+
18965
+ .eael-filter-gallery-container .item:hover .caption.eael-slide-top,
18966
+ .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top {
18967
+ -webkit-transform: translateY(0%);
18968
+ -ms-transform: translateY(0%);
18969
+ transform: translateY(0%);
18970
+ }
18971
+
18972
+ .eael-filter-gallery-container .item .caption.eael-slide-bottom,
18973
+ .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom {
18974
+ -webkit-transform: translateY(100%);
18975
+ -ms-transform: translateY(100%);
18976
+ transform: translateY(100%);
18977
+ }
18978
+
18979
+ .eael-filter-gallery-container .item:hover .caption.eael-slide-bottom,
18980
+ .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom {
18981
+ -webkit-transform: translateY(0%);
18982
+ -ms-transform: translateY(0%);
18983
+ transform: translateY(0%);
18984
+ }
18985
+
18986
+ .eael-filter-gallery-container .item .caption a {
18987
+ display: inline-block;
18988
+ width: 50px;
18989
+ height: 50px;
18990
+ text-align: center;
18991
+ line-height: 50px;
18992
+ -webkit-border-radius: 50%;
18993
+ border-radius: 50%;
18994
+ margin: 0 5px;
18995
+ font-size: 20px;
18996
+ cursor: pointer;
18997
+ -webkit-transition: .3s;
18998
+ -o-transition: .3s;
18999
+ transition: .3s;
19000
+ }
19001
+
19002
+ .eael-filter-gallery-container .item .caption a:nth-child(1),
19003
+ .eael-container .item .caption a:nth-child(2) {
19004
+ -webkit-transition: .6s;
19005
+ -o-transition: .6s;
19006
+ transition: .6s;
19007
+ opacity: 0;
19008
+ }
19009
+
19010
+ .eael-filter-gallery-container .item .caption a:nth-child(1) {
19011
+ -webkit-transform: translateY(-100%);
19012
+ -ms-transform: translateY(-100%);
19013
+ transform: translateY(-100%);
19014
+ }
19015
+
19016
+ .eael-filter-gallery-container .item .caption a:nth-child(2) {
19017
+ -webkit-transform: translateY(100%);
19018
+ -ms-transform: translateY(100%);
19019
+ transform: translateY(100%);
19020
+ }
19021
+
19022
+ .eael-filter-gallery-container .item .caption:hover a:nth-child(1),
19023
+ .eael-filter-gallery-container .item .caption:hover a:nth-child(2) {
19024
+ -webkit-transform: translateY(0%);
19025
+ -ms-transform: translateY(0%);
19026
+ transform: translateY(0%);
19027
+ opacity: 1;
19028
+ }
19029
+
19030
+ .eael-filter-gallery-container .item .caption .eael-popup-link {
19031
+ outline: 0;
19032
+ }
19033
+
19034
+ /*--- Filter Gallery Card Style ---*/
19035
+ .eael-filter-gallery-container.eael-cards .item:before {
19036
+ padding-top: 0px;
19037
+ }
19038
+
19039
+ .eael-filter-gallery-container.eael-cards .item-img {
19040
+ position: relative;
19041
+ background-repeat: no-repeat;
19042
+ background-position: center;
19043
+ -webkit-background-size: cover;
19044
+ background-size: cover;
19045
+ height: 220px;
19046
+ z-index: 0;
19047
+ overflow: hidden;
19048
+ }
19049
+
19050
+ .eael-filter-gallery-container.eael-cards .item-content {
19051
+ padding: 15px;
19052
+ }
19053
+
19054
+ .eael-filter-gallery-container.eael-cards .item-content .title,
19055
+ .eael-filter-gallery-container.eael-cards .item-content .title a {
19056
+ font-size: 20px;
19057
+ line-height: 1;
19058
+ margin-bottom: 0px;
19059
+ -webkit-transition: .3s;
19060
+ -o-transition: .3s;
19061
+ transition: .3s;
19062
+ }
19063
+
19064
+ .eael-filter-gallery-container.eael-cards .item-content p {
19065
+ font-size: 14px;
19066
+ line-height: 26px;
19067
+ }
19068
+
19069
+ .eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
19070
+ text-align: center;
19071
+ }
19072
+
19073
+ .eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
19074
+ text-align: right;
19075
+ }
19076
+
19077
+ .eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
19078
+ text-align: center;
19079
+ }
19080
+
19081
+ .eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
19082
+ text-align: right;
19083
+ }
19084
+
19085
+ /*--- Editor Specific Style ---*/
19086
+ .eael-fg-content-align-left .eael-cards .item .item-content {
19087
+ text-align: left;
19088
+ }
19089
+
19090
+ .eael-fg-content-align-center .eael-cards .item .item-content {
19091
+ text-align: center;
19092
+ }
19093
+
19094
+ .eael-fg-content-align-right .eael-cards .item .item-content {
19095
+ text-align: right;
19096
+ }
19097
+
19098
+ /*--- Magnific Gallery Fix ---*/
19099
+ .mfp-wrap ~ div.dialog-widget {
19100
+ display: none !important;
19101
+ }
19102
+
19103
+ .eael-filterable-gallery-item-wrap {
19104
+ float: left;
19105
+ width: 33.33%;
19106
+ }
19107
+
19108
+ .eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap {
19109
+ width: 100%;
19110
+ }
19111
+
19112
+ .eael-filter-gallery-control > ul li {
19113
+ font-size: 13px;
19114
+ line-height: 1.8;
19115
+ text-transform: uppercase;
19116
+ letter-spacing: 1px;
19117
+ padding: 6px 15px;
19118
+ cursor: pointer;
19119
+ margin: 0 5px;
19120
+ font-weight: normal;
19121
+ }
19122
+
19123
+ .eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap {
19124
+ width: 50%;
19125
+ }
19126
+
19127
+ .eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap {
19128
+ width: 25%;
19129
+ }
19130
+
19131
+ .eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap {
19132
+ width: 20%;
19133
+ }
19134
+
19135
+ .gallery-grid-item {
19136
+ margin-left: calc(20px/2);
19137
+ margin-right: calc(20px/2);
19138
+ margin-bottom: 20px;
19139
+ position: relative;
19140
+ overflow: hidden;
19141
+ }
19142
+
19143
+ .gallery-item-caption-wrap,
19144
+ .media-content-wrap {
19145
+ font-size: 14px;
19146
+ text-align: left;
19147
+ }
19148
+
19149
+ .gallery-item-thumbnail-wrap.caption-style-card img {
19150
+ max-height: 100%;
19151
+ width: 100%;
19152
+ }
19153
+
19154
+ .gallery-item-caption-wrap.caption-style-hoverer {
19155
+ position: absolute;
19156
+ left: 0;
19157
+ top: 0;
19158
+ height: 100%;
19159
+ width: 100%;
19160
+ padding: 15px;
19161
+ z-index: 10;
19162
+ }
19163
+
19164
+ .eael-filterable-gallery-item-wrap .gallery-grid-item .gallery-item-thumbnail-wrap > img {
19165
+ height: 100%;
19166
+ width: 100%;
19167
+ -o-object-fit: cover;
19168
+ object-fit: cover;
19169
+ }
19170
+
19171
+ /*--- Gallery content css ---*/
19172
+ .fg-item-title,
19173
+ .fg-item-content {
19174
+ color: #ffffff;
19175
+ font-family: inherit;
19176
+ }
19177
+
19178
+ /*--- Gallery Card Style CSS ---*/
19179
+ .gallery-item-caption-wrap.caption-style-card .fg-item-title {
19180
+ font-size: 18px;
19181
+ margin: 15px 0 15px;
19182
+ line-height: 1;
19183
+ }
19184
+
19185
+ .gallery-item-caption-wrap.caption-style-card {
19186
+ background: #f7f7f7;
19187
+ }
19188
+
19189
+ .gallery-item-caption-wrap.caption-style-card .fg-item-title {
19190
+ margin: 10px 0 15px;
19191
+ color: #000000;
19192
+ }
19193
+
19194
+ .gallery-item-caption-wrap.caption-style-card .fg-item-content {
19195
+ color: #212529;
19196
+ line-height: 1.5;
19197
+ font-weight: normal;
19198
+ }
19199
+
19200
+ .gallery-item-buttons > a {
19201
+ display: inline-block;
19202
+ font-size: 16px;
19203
+ color: #000;
19204
+ margin-right: 15px;
19205
+ }
19206
+
19207
+ .gallery-item-buttons > a:visited {
19208
+ color: #000;
19209
+ }
19210
+
19211
+ .gallery-item-caption-wrap.caption-style-card {
19212
+ padding: 10px;
19213
+ -webkit-box-sizing: border-box;
19214
+ box-sizing: border-box;
19215
+ font-family: inherit;
19216
+ }
19217
+
19218
+ /*--- Gallery item hover style ---*/
19219
+ .gallery-item-caption-wrap .gallery-item-hoverer-bg {
19220
+ position: absolute;
19221
+ left: 0;
19222
+ top: 0;
19223
+ height: 100%;
19224
+ width: 100%;
19225
+ content: '';
19226
+ background: #000000;
19227
+ z-index: -1;
19228
+ opacity: .7;
19229
+ }
19230
+
19231
+ .gallery-item-caption-wrap.caption-style-hoverer {
19232
+ visibility: hidden;
19233
+ opacity: 0;
19234
+ -webkit-transition: 0.6s all ease;
19235
+ -o-transition: 0.6s all ease;
19236
+ transition: 0.6s all ease;
19237
+ display: -webkit-box;
19238
+ display: -webkit-flex;
19239
+ display: -ms-flexbox;
19240
+ display: flex;
19241
+ -webkit-box-align: center;
19242
+ -webkit-align-items: center;
19243
+ -ms-flex-align: center;
19244
+ align-items: center;
19245
+ }
19246
+
19247
+ .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer {
19248
+ opacity: 1;
19249
+ visibility: visible;
19250
+ }
19251
+
19252
+ .gallery-item-caption-wrap.caption-style-hoverer h5 {
19253
+ font-size: 20px;
19254
+ margin-bottom: 5px;
19255
+ line-height: 1;
19256
+ }
19257
+
19258
+ .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5 {
19259
+ -webkit-transform: translateY(20px);
19260
+ -ms-transform: translateY(20px);
19261
+ transform: translateY(20px);
19262
+ -webkit-transition: 0.6s all ease;
19263
+ -o-transition: 0.6s all ease;
19264
+ transition: 0.6s all ease;
19265
+ }
19266
+
19267
+ .gallery-item-caption-wrap.caption-style-hoverer p {
19268
+ margin-bottom: 5px;
19269
+ }
19270
+
19271
+ .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
19272
+ -webkit-transform: translateY(40px);
19273
+ -ms-transform: translateY(40px);
19274
+ transform: translateY(40px);
19275
+ -webkit-transition: 0.6s all ease;
19276
+ -o-transition: 0.6s all ease;
19277
+ transition: 0.6s all ease;
19278
+ }
19279
+
19280
+ .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons {
19281
+ -webkit-transform: translateY(40px);
19282
+ -ms-transform: translateY(40px);
19283
+ transform: translateY(40px);
19284
+ -webkit-transition: 0.6s all ease;
19285
+ -o-transition: 0.6s all ease;
19286
+ transition: 0.6s all ease;
19287
+ }
19288
+
19289
+ .gallery-item-caption-wrap .gallery-item-buttons > a {
19290
+ padding: 5px 15px;
19291
+ display: inline-block;
19292
+ -webkit-border-radius: 50%;
19293
+ border-radius: 50%;
19294
+ outline: none;
19295
+ text-decoration: none;
19296
+ }
19297
+
19298
+ .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
19299
+ -webkit-transform: scale(0.8);
19300
+ -ms-transform: scale(0.8);
19301
+ transform: scale(0.8);
19302
+ -webkit-transition: 0.6s all ease;
19303
+ -o-transition: 0.6s all ease;
19304
+ transition: 0.6s all ease;
19305
+ }
19306
+
19307
+ .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,
19308
+ .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,
19309
+ .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
19310
+ -webkit-transform: translate(0);
19311
+ -ms-transform: translate(0);
19312
+ transform: translate(0);
19313
+ }
19314
+
19315
+ .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
19316
+ -webkit-transform: scale(1);
19317
+ -ms-transform: scale(1);
19318
+ transform: scale(1);
19319
+ visibility: visible;
19320
+ opacity: 1;
19321
+ }
19322
+
19323
+ .gallery-item-caption-wrap.caption-style-hoverer.eael-none {
19324
+ -webkit-transition: none;
19325
+ -o-transition: none;
19326
+ transition: none;
19327
+ }
19328
+
19329
+ /*--- Video Gallery ---*/
19330
+ .gallery-item-thumbnail-wrap {
19331
+ position: relative;
19332
+ }
19333
+
19334
+ .video-popup,
19335
+ .video-popup-bg {
19336
+ position: absolute;
19337
+ left: 0;
19338
+ top: 0;
19339
+ height: 100%;
19340
+ width: 100%;
19341
+ }
19342
+
19343
+ .video-popup > img {
19344
+ width: 62px;
19345
+ position: relative;
19346
+ z-index: 1;
19347
+ -webkit-transition: 300ms;
19348
+ -o-transition: 300ms;
19349
+ transition: 300ms;
19350
+ }
19351
+
19352
+ .video-popup {
19353
+ display: -webkit-box;
19354
+ display: -webkit-flex;
19355
+ display: -ms-flexbox;
19356
+ display: flex;
19357
+ -webkit-box-align: center;
19358
+ -webkit-align-items: center;
19359
+ -ms-flex-align: center;
19360
+ align-items: center;
19361
+ -webkit-box-pack: center;
19362
+ -webkit-justify-content: center;
19363
+ -ms-flex-pack: center;
19364
+ justify-content: center;
19365
+ }
19366
+
19367
+ .video-popup:hover > img {
19368
+ -webkit-transform: scale(1.1);
19369
+ -ms-transform: scale(1.1);
19370
+ transform: scale(1.1);
19371
+ }
19372
+
19373
+ .video-popup-bg {
19374
+ visibility: hidden;
19375
+ opacity: 0;
19376
+ -webkit-transition: 350ms;
19377
+ -o-transition: 350ms;
19378
+ transition: 350ms;
19379
+ }
19380
+
19381
+ .gallery-grid-item:hover .video-popup-bg {
19382
+ visibility: visible;
19383
+ opacity: 1;
19384
+ }
19385
+
19386
+ .gallery-item-thumbnail-wrap > .gallery-item-caption-wrap {
19387
+ position: absolute;
19388
+ left: 0;
19389
+ top: 0;
19390
+ height: 100%;
19391
+ width: 100%;
19392
+ display: -webkit-box;
19393
+ display: -webkit-flex;
19394
+ display: -ms-flexbox;
19395
+ display: flex;
19396
+ -webkit-box-align: center;
19397
+ -webkit-align-items: center;
19398
+ -ms-flex-align: center;
19399
+ align-items: center;
19400
+ -webkit-box-pack: center;
19401
+ -webkit-justify-content: center;
19402
+ -ms-flex-pack: center;
19403
+ justify-content: center;
19404
+ }
19405
+
19406
+ .gallery-item-caption-wrap.card-hover-bg {
19407
+ visibility: hidden;
19408
+ opacity: 0;
19409
+ -webkit-transition: 800ms;
19410
+ -o-transition: 800ms;
19411
+ transition: 800ms;
19412
+ }
19413
+
19414
+ .gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg {
19415
+ visibility: visible;
19416
+ opacity: 1;
19417
+ }
19418
+
19419
+ .gallery-item-caption-wrap .gallery-item-buttons > a > i {
19420
+ display: -webkit-box;
19421
+ display: -webkit-flex;
19422
+ display: -ms-flexbox;
19423
+ display: flex;
19424
+ -webkit-box-align: center;
19425
+ -webkit-align-items: center;
19426
+ -ms-flex-align: center;
19427
+ align-items: center;
19428
+ -webkit-box-pack: center;
19429
+ -webkit-justify-content: center;
19430
+ -ms-flex-pack: center;
19431
+ justify-content: center;
19432
+ height: 100%;
19433
+ }
19434
+
19435
+ /*--- Gallery Column CSS ---*/
19436
+ @media only screen and (min-width: 1025px) {
19437
+ /* For Desktop: */
19438
+ .elementor-element.elementor-grid-1 {
19439
+ position: relative;
19440
+ }
19441
+
19442
+ .elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap {
19443
+ width: 100%;
19444
+ float: left;
19445
+ }
19446
+
19447
+ .elementor-element.elementor-grid-2 {
19448
+ position: relative;
19449
+ }
19450
+
19451
+ .elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap {
19452
+ width: 50%;
19453
+ float: left;
19454
+ }
19455
+
19456
+ .elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
19457
+ margin-right: 0 !important;
19458
+ }
19459
+
19460
+ .elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
19461
+ clear: left;
19462
+ }
19463
+
19464
+ .elementor-element.elementor-grid-3 {
19465
+ position: relative;
19466
+ }
19467
+
19468
+ .elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap {
19469
+ width: 33.3333%;
19470
+ float: left;
19471
+ }
19472
+
19473
+ .elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
19474
+ margin-right: 0 !important;
19475
+ }
19476
+
19477
+ .elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
19478
+ clear: left;
19479
+ }
19480
+
19481
+ .elementor-element.elementor-grid-4 {
19482
+ position: relative;
19483
+ }
19484
+
19485
+ .elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap {
19486
+ width: 25%;
19487
+ float: left;
19488
+ }
19489
+
19490
+ .elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
19491
+ margin-right: 0 !important;
19492
+ }
19493
+
19494
+ .elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
19495
+ clear: left;
19496
+ }
19497
+
19498
+ .elementor-element.elementor-grid-5 {
19499
+ position: relative;
19500
+ }
19501
+
19502
+ .elementor-element.elementor-grid-5 .pp-logo-grid {
19503
+ margin-right: -5px;
19504
+ }
19505
+
19506
+ .elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap {
19507
+ width: 20%;
19508
+ float: left;
19509
+ }
19510
+
19511
+ .elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
19512
+ margin-right: 0 !important;
19513
+ }
19514
+
19515
+ .elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
19516
+ clear: left;
19517
+ }
19518
+
19519
+ .elementor-element.elementor-grid-6 {
19520
+ position: relative;
19521
+ }
19522
+
19523
+ .elementor-element.elementor-grid-6 .pp-logo-grid {
19524
+ margin-right: -6px;
19525
+ }
19526
+
19527
+ .elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap {
19528
+ width: 16.6667%;
19529
+ float: left;
19530
+ }
19531
+
19532
+ .elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
19533
+ margin-right: 0 !important;
19534
+ }
19535
+
19536
+ .elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
19537
+ clear: left;
19538
+ }
19539
+ }
19540
+ @media only screen and (max-width: 1024px) and (min-width: 766px) {
19541
+ /* For tablets: */
19542
+ .elementor-element.elementor-grid-tablet-1 {
19543
+ position: relative;
19544
+ }
19545
+
19546
+ .elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap {
19547
+ width: 100%;
19548
+ float: left;
19549
+ }
19550
+
19551
+ .elementor-element.elementor-grid-tablet-2 {
19552
+ position: relative;
19553
+ }
19554
+
19555
+ .elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap {
19556
+ width: 50%;
19557
+ float: left;
19558
+ }
19559
+
19560
+ .elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
19561
+ margin-right: 0 !important;
19562
+ }
19563
+
19564
+ .elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
19565
+ clear: left;
19566
+ }
19567
+
19568
+ .elementor-element.elementor-grid-tablet-3 {
19569
+ position: relative;
19570
+ }
19571
+
19572
+ .elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap {
19573
+ width: 33.3333%;
19574
+ float: left;
19575
+ }
19576
+
19577
+ .elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
19578
+ margin-right: 0 !important;
19579
+ }
19580
+
19581
+ .elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
19582
+ clear: left;
19583
+ }
19584
+
19585
+ .elementor-element.elementor-grid-tablet-4 {
19586
+ position: relative;
19587
+ }
19588
+
19589
+ .elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap {
19590
+ width: 25%;
19591
+ float: left;
19592
+ }
19593
+
19594
+ .elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
19595
+ margin-right: 0 !important;
19596
+ }
19597
+
19598
+ .elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
19599
+ clear: left;
19600
+ }
19601
+
19602
+ .elementor-element.elementor-grid-tablet-5 {
19603
+ position: relative;
19604
+ }
19605
+
19606
+ .elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap {
19607
+ width: 20%;
19608
+ float: left;
19609
+ }
19610
+
19611
+ .elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
19612
+ margin-right: 0 !important;
19613
+ }
19614
+
19615
+ .elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
19616
+ clear: left;
19617
+ }
19618
+
19619
+ .elementor-element.elementor-grid-tablet-6 {
19620
+ position: relative;
19621
+ }
19622
+
19623
+ .elementor-element.elementor-grid-tablet-6 .pp-logo-grid {
19624
+ margin-right: -6px;
19625
+ }
19626
+
19627
+ .elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap {
19628
+ width: 16.6667%;
19629
+ float: left;
19630
+ }
19631
+
19632
+ .elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
19633
+ margin-right: 0 !important;
19634
+ }
19635
+
19636
+ .elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
19637
+ clear: left;
19638
+ }
19639
+ }
19640
+ @media only screen and (max-width: 767px) {
19641
+ .elementor-element.elementor-grid-mobile-1 {
19642
+ position: relative;
19643
+ }
19644
+
19645
+ .elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap {
19646
+ width: 100%;
19647
+ float: left;
19648
+ }
19649
+
19650
+ .elementor-element.elementor-grid-mobile-2 {
19651
+ position: relative;
19652
+ }
19653
+
19654
+ .elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap {
19655
+ width: 50%;
19656
+ float: left;
19657
+ }
19658
+
19659
+ .elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
19660
+ margin-right: 0 !important;
19661
+ }
19662
+
19663
+ .elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
19664
+ clear: left;
19665
+ }
19666
+
19667
+ .elementor-element.elementor-grid-mobile-3 {
19668
+ position: relative;
19669
+ }
19670
+
19671
+ .elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap {
19672
+ width: 33.3333%;
19673
+ float: left;
19674
+ }
19675
+
19676
+ .elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
19677
+ margin-right: 0 !important;
19678
+ }
19679
+
19680
+ .elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
19681
+ clear: left;
19682
+ }
19683
+
19684
+ .elementor-element.elementor-grid-mobile-4 {
19685
+ position: relative;
19686
+ }
19687
+
19688
+ .elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap {
19689
+ width: 25%;
19690
+ float: left;
19691
+ }
19692
+
19693
+ .elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
19694
+ margin-right: 0 !important;
19695
+ }
19696
+
19697
+ .elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
19698
+ clear: left;
19699
+ }
19700
+
19701
+ .elementor-element.elementor-grid-mobile-5 {
19702
+ position: relative;
19703
+ }
19704
+
19705
+ .elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap {
19706
+ width: 20%;
19707
+ float: left;
19708
+ }
19709
+
19710
+ .elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
19711
+ margin-right: 0 !important;
19712
+ }
19713
+
19714
+ .elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
19715
+ clear: left;
19716
+ }
19717
+
19718
+ .elementor-element.elementor-grid-mobile-6 {
19719
+ position: relative;
19720
+ }
19721
+
19722
+ .elementor-element.elementor-grid-mobile-6 .pp-logo-grid {
19723
+ margin-right: -6px;
19724
+ }
19725
+
19726
+ .elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap {
19727
+ width: 16.6667%;
19728
+ float: left;
19729
+ }
19730
+
19731
+ .elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
19732
+ margin-right: 0 !important;
19733
+ }
19734
+
19735
+ .elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
19736
+ clear: left;
19737
+ }
19738
+ }
19739
+
19740
+ /*---------------------------*/
19741
+ /* 18. Flipbox Style
19742
+ /*---------------------------*/
19743
+ .eael-elements-flip-box-container {
19744
+ position: relative;
19745
+ height: 300px;
19746
+ width: 100%;
19747
+ }
19748
+
19749
+ .eael-elements-flip-box-container .flipbox-button {
19750
+ display: inline-block;
19751
+ -webkit-transition: all 400ms;
19752
+ -o-transition: all 400ms;
19753
+ transition: all 400ms;
19754
+ }
19755
+
19756
+ .eael-elements-flip-box-container a {
19757
+ display: block;
19758
+ }
19759
+
19760
+ .eael-elements-flip-box-vertical-align {
19761
+ width: 100%;
19762
+ }
19763
+
19764
+ .eael-elements-flip-box-padding {
19765
+ padding: 0px 30px 5px 30px;
19766
+ }
19767
+
19768
+ .eael-elements-flip-box-icon-image {
19769
+ display: inline-block;
19770
+ margin: 0 auto 0px auto;
19771
+ line-height: 1;
19772
+ }
19773
+
19774
+ .eael-elements-flip-box-icon-image.eael_eleements_flip_front_icon_style_background {
19775
+ background: #cccccc;
19776
+ }
19777
+
19778
+ .eael_eleements_flip_front_icon_style_bordered {
19779
+ border: 2px solid #ffffff;
19780
+ }
19781
+
19782
+ .eael_flip_box_icon_border_round {
19783
+ -webkit-border-radius: 100px;
19784
+ border-radius: 100px;
19785
+ }
19786
+
19787
+ .eael_eleements_flip_front_icon_style_background,
19788
+ .eael_eleements_flip_front_icon_style_bordered {
19789
+ padding: 15px;
19790
+ }
19791
+
19792
+ .eael-elements-flip-box-icon-image i {
19793
+ font-size: 40px;
19794
+ line-height: 40px;
19795
+ width: 40px;
19796
+ }
19797
+
19798
+ .eael-elements-slider-display-table {
19799
+ width: 100%;
19800
+ }
19801
+
19802
+ .eael-elements-flip-box-front-container {
19803
+ text-align: center;
19804
+ position: absolute;
19805
+ top: 0px;
19806
+ left: 0px;
19807
+ z-index: 2;
19808
+ width: 100%;
19809
+ height: 100%;
19810
+ background: #0e9dd2;
19811
+ color: #ffffff;
19812
+ border-color: #000000;
19813
+ -webkit-display: flex;
19814
+ display: -webkit-box;
19815
+ display: -ms-flexbox;
19816
+ display: flex;
19817
+ -webkit-align-items: center;
19818
+ -webkit-box-align: center;
19819
+ -ms-flex-align: center;
19820
+ align-items: center;
19821
+ }
19822
+
19823
+ .eael-elements-flip-box-content,
19824
+ .eael-elements-flip-box-heading {
19825
+ color: #ffffff;
19826
+ }
19827
+
19828
+ .eael-elements-flip-box-heading.flipbox-linked-title {
19829
+ color: #fff;
19830
+ font-size: 1.5em;
19831
+ font-weight: 700;
19832
+ }
19833
+
19834
+ .eael-elements-flip-box-rear-container {
19835
+ text-align: center;
19836
+ position: absolute;
19837
+ top: 0px;
19838
+ left: 0px;
19839
+ width: 100%;
19840
+ height: 100%;
19841
+ background: #444444;
19842
+ color: #ffffff;
19843
+ display: -webkit-box;
19844
+ display: -webkit-flex;
19845
+ display: -ms-flexbox;
19846
+ display: flex;
19847
+ -webkit-align-items: center;
19848
+ -webkit-box-align: center;
19849
+ -ms-flex-align: center;
19850
+ align-items: center;
19851
+ border-color: #000000;
19852
+ }
19853
+
19854
+ /*--- Floating Button Styles ---*/
19855
+ .eael-elements-button-floating-container {
19856
+ position: fixed;
19857
+ z-index: 100;
19858
+ }
19859
+
19860
+ .eael-elements-button-floating-container .eael-elements-button {
19861
+ margin-top: 0px;
19862
+ font-size: 14px;
19863
+ position: relative;
19864
+ padding: 14px 20px;
19865
+ }
19866
+
19867
+ .eael-elements-button {
19868
+ cursor: pointer;
19869
+ display: inline-block;
19870
+ background: #077bbe;
19871
+ color: #ffffff;
19872
+ line-height: 1;
19873
+ padding: 16px 25px;
19874
+ margin-top: 15px;
19875
+ }
19876
+
19877
+ .eael-elements-button:hover {
19878
+ background: #077bbe;
19879
+ color: #ffffff;
19880
+ }
19881
+
19882
+ /*--- CSS3 Transitions ---*/
19883
+ .eael-elements-flip-box-container {
19884
+ -webkit-perspective: 1000px;
19885
+ perspective: 1000px;
19886
+ }
19887
+
19888
+ .eael-elements-flip-box-front-container,
19889
+ .eael-elements-flip-box-rear-container {
19890
+ -webkit-transition-duration: 500ms;
19891
+ -o-transition-duration: 500ms;
19892
+ transition-duration: 500ms;
19893
+ -webkit-transition-property: all;
19894
+ -o-transition-property: all;
19895
+ transition-property: all;
19896
+ -webkit-transition-timing-function: ease;
19897
+ -o-transition-timing-function: ease;
19898
+ transition-timing-function: ease;
19899
+ }
19900
+
19901
+ .eael-elements-flip-box-flip-card {
19902
+ width: 100%;
19903
+ height: 100%;
19904
+ -webkit-transform-style: preserve-3d;
19905
+ transform-style: preserve-3d;
19906
+ -webkit-transition: all 500ms ease;
19907
+ -o-transition: all 500ms ease;
19908
+ transition: all 500ms ease;
19909
+ }
19910
+
19911
+ .eael-elements-flip-box-rear-container,
19912
+ .eael-elements-flip-box-front-container {
19913
+ -webkit-backface-visibility: hidden;
19914
+ backface-visibility: hidden;
19915
+ -webkit-transform: rotateX(0deg);
19916
+ transform: rotateX(0deg);
19917
+ -webkit-transform: rotateY(0deg);
19918
+ transform: rotateY(0deg);
19919
+ }
19920
+
19921
+ /*--- Flip ---*/
19922
+ .eael-animate-flip.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
19923
+ .eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container {
19924
+ -webkit-transform: rotateX(180deg);
19925
+ transform: rotateX(180deg);
19926
+ }
19927
+
19928
+ .eael-animate-flip.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
19929
+ .eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
19930
+ -webkit-transform: rotateX(-180deg);
19931
+ transform: rotateX(-180deg);
19932
+ }
19933
+
19934
+ .eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
19935
+ .eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container {
19936
+ -webkit-transform: rotateY(-180deg);
19937
+ transform: rotateY(-180deg);
19938
+ }
19939
+
19940
+ .eael-animate-flip.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
19941
+ .eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container {
19942
+ -webkit-transform: rotateY(180deg);
19943
+ transform: rotateY(180deg);
19944
+ }
19945
+
19946
+ /*--- Slide ---*/
19947
+ .eael-animate-push.eael-elements-flip-box-container,
19948
+ .eael-animate-slide.eael-elements-flip-box-container {
19949
+ overflow: hidden;
19950
+ }
19951
+
19952
+ .eael-animate-push .eael-elements-flip-box-rear-container,
19953
+ .eael-animate-slide .eael-elements-flip-box-rear-container {
19954
+ z-index: 3;
19955
+ }
19956
+
19957
+ .eael-animate-push.eael-animate-up .eael-elements-flip-box-rear-container,
19958
+ .eael-animate-slide.eael-animate-up .eael-elements-flip-box-rear-container {
19959
+ top: 100%;
19960
+ }
19961
+
19962
+ .eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
19963
+ .eael-animate-slide.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
19964
+ top: 0;
19965
+ }
19966
+
19967
+ .eael-animate-push.eael-animate-down .eael-elements-flip-box-rear-container,
19968
+ .eael-animate-slide.eael-animate-down .eael-elements-flip-box-rear-container {
19969
+ top: auto;
19970
+ bottom: 100%;
19971
+ }
19972
+
19973
+ .eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
19974
+ .eael-animate-slide.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
19975
+ top: auto;
19976
+ bottom: 0;
19977
+ }
19978
+
19979
+ .eael-animate-push.eael-animate-left .eael-elements-flip-box-rear-container,
19980
+ .eael-animate-slide.eael-animate-left .eael-elements-flip-box-rear-container {
19981
+ left: 100%;
19982
+ }
19983
+
19984
+ .eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
19985
+ .eael-animate-slide.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
19986
+ left: 0;
19987
+ }
19988
+
19989
+ .eael-animate-push.eael-animate-right .eael-elements-flip-box-rear-container,
19990
+ .eael-animate-slide.eael-animate-right .eael-elements-flip-box-rear-container {
19991
+ left: auto;
19992
+ right: 100%;
19993
+ }
19994
+
19995
+ .eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
19996
+ .eael-animate-slide.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
19997
+ left: auto;
19998
+ right: 0;
19999
+ }
20000
+
20001
+ /*--- Push + Slide Above ---*/
20002
+ .eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
20003
+ top: -100%;
20004
+ }
20005
+
20006
+ .eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
20007
+ top: 100%;
20008
+ }
20009
+
20010
+ .eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
20011
+ left: -100%;
20012
+ }
20013
+
20014
+ .eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
20015
+ left: 100%;
20016
+ }
20017
+
20018
+ /*--- Zoom In ---*/
20019
+ .eael-animate-zoom-in .eael-elements-flip-box-rear-container {
20020
+ opacity: 0;
20021
+ -webkit-transform: scale(0.75);
20022
+ -ms-transform: scale(0.75);
20023
+ transform: scale(0.75);
20024
+ z-index: 3;
20025
+ }
20026
+
20027
+ .eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
20028
+ opacity: 1;
20029
+ -webkit-transform: scale(1);
20030
+ -ms-transform: scale(1);
20031
+ transform: scale(1);
20032
+ }
20033
+
20034
+ /*--- Zoom Out ---*/
20035
+ .eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
20036
+ opacity: 0;
20037
+ -webkit-transform: scale(0.75);
20038
+ -ms-transform: scale(0.75);
20039
+ transform: scale(0.75);
20040
+ }
20041
+
20042
+ .eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
20043
+ opacity: 0;
20044
+ }
20045
+
20046
+ /*--- Builder Related Style ---*/
20047
+ .eael-flipbox-content-align-right .eael-elements-flip-box-padding {
20048
+ text-align: right;
20049
+ }
20050
+
20051
+ .eael-flipbox-content-align-left .eael-elements-flip-box-padding {
20052
+ text-align: left;
20053
+ }
20054
+
20055
+ .eael-flipbox-content-align-center .eael-elements-flip-box-padding {
20056
+ text-align: center;
20057
+ }
20058
+
20059
+ .eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,
20060
+ .eael-flipbox-img-circle .flipbox-back-image-icon img {
20061
+ -webkit-border-radius: 50%;
20062
+ border-radius: 50%;
20063
+ overflow: hidden;
20064
+ }
20065
+
20066
+ /*--------------------------*/
20067
+ /* 01. General Styles
20068
+ /*--------------------------*/
20069
+ .clearfix::before,
20070
+ .clearfix::after {
20071
+ content: " ";
20072
+ display: table;
20073
+ clear: both;
20074
+ }
20075
+
20076
+ /*---------------------------------------*/
20077
+ /* 02. Common styles for slider elements
20078
+ /*---------------------------------------*/
20079
+ .eael-testimonial-slider.nav-top-left,
20080
+ .eael-testimonial-slider.nav-top-right,
20081
+ .eael-team-slider.nav-top-left,
20082
+ .eael-team-slider.nav-top-right,
20083
+ .eael-logo-carousel.nav-top-left,
20084
+ .eael-logo-carousel.nav-top-right,
20085
+ .eael-post-carousel.nav-top-left,
20086
+ .eael-post-carousel.nav-top-right,
20087
+ .eael-product-carousel.nav-top-left,
20088
+ .eael-product-carousel.nav-top-right {
20089
+ padding-top: 40px;
20090
+ }
20091
+
20092
+ /*----------------------------*/
20093
+ /* 28. Swiper
20094
+ /*----------------------------*/
20095
+ .swiper-container-wrap .swiper-slide,
20096
+ .swiper-container .swiper-slide {
20097
+ text-align: center;
20098
+ }
20099
+
20100
+ .swiper-container-wrap .swiper-slide img,
20101
+ .swiper-container .swiper-slide img {
20102
+ width: auto;
20103
+ }
20104
+
20105
+ .swiper-container-wrap-dots-outside .swiper-pagination,
20106
+ .swiper-container-dots-outside .swiper-pagination {
20107
+ position: static;
20108
+ }
20109
+
20110
+ .swiper-container-wrap .swiper-button-next,
20111
+ .swiper-container-wrap .swiper-button-prev,
20112
+ .swiper-container .swiper-button-next,
20113
+ .swiper-container .swiper-button-prev {
20114
+ background: transparent;
20115
+ font-size: 20px;
20116
+ height: auto;
20117
+ line-height: 1;
20118
+ margin: 0;
20119
+ text-align: center;
20120
+ -webkit-transform: translateY(-50%);
20121
+ -ms-transform: translateY(-50%);
20122
+ transform: translateY(-50%);
20123
+ width: auto;
20124
+ }
20125
+
20126
+ .swiper-container-wrap .swiper-button-next .fa,
20127
+ .swiper-container-wrap .swiper-button-prev .fa,
20128
+ .swiper-container .swiper-button-next .fa,
20129
+ .swiper-container .swiper-button-prev .fa {
20130
+ vertical-align: top;
20131
+ }
20132
+
20133
+ .swiper-container-wrap .swiper-pagination {
20134
+ bottom: 10px;
20135
+ left: 0;
20136
+ width: 100%;
20137
+ }
20138
+
20139
+ .swiper-container-wrap-dots-outside .swiper-pagination {
20140
+ position: static;
20141
+ }
20142
+
20143
+ .swiper-container-wrap .swiper-pagination-bullet {
20144
+ background: #ccc;
20145
+ margin: 0 4px;
20146
+ opacity: 1;
20147
+ height: 8px;
20148
+ width: 8px;
20149
+ }
20150
+
20151
+ .swiper-container-wrap .swiper-pagination-bullet-active {
20152
+ background: #000;
20153
+ }
20154
+
20155
+ .swiper-container-3d .swiper-slide {
20156
+ -o-transition-property: all;
20157
+ transition-property: all;
20158
+ -webkit-transition-property: all;
20159
+ }
20160
+
20161
+ /*--------------------------------*/
20162
+ /* 10. Contact forms common
20163
+ /*--------------------------------*/
20164
+ .eael-contact-form input[type=text],
20165
+ .eael-contact-form input[type=email],
20166
+ .eael-contact-form input[type=url],
20167
+ .eael-contact-form input[type=tel],
20168
+ .eael-contact-form input[type=date],
20169
+ .eael-contact-form input[type=number],
20170
+ .eael-contact-form textarea {
20171
+ background: #fff;
20172
+ box-shadow: none;
20173
+ -webkit-box-shadow: none;
20174
+ float: none;
20175
+ height: auto;
20176
+ margin: 0;
20177
+ outline: 0;
20178
+ width: 100%;
20179
+ }
20180
+
20181
+ .eael-contact-form input[type=submit] {
20182
+ border: 0;
20183
+ float: none;
20184
+ height: auto;
20185
+ margin: 0;
20186
+ padding: 10px 20px;
20187
+ width: auto;
20188
+ -webkit-transition: all 0.25s linear 0s;
20189
+ -o-transition: all 0.25s linear 0s;
20190
+ transition: all 0.25s linear 0s;
20191
+ }
20192
+
20193
+ .eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
20194
+ .eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
20195
+ opacity: 0;
20196
+ visibility: hidden;
20197
+ }
20198
+
20199
+ .eael-contact-form.placeholder-hide input::-moz-placeholder,
20200
+ .eael-contact-form.placeholder-hide textarea::-moz-placeholder {
20201
+ opacity: 0;
20202
+ visibility: hidden;
20203
+ }
20204
+
20205
+ .eael-contact-form.placeholder-hide input:-ms-input-placeholder,
20206
+ .eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
20207
+ opacity: 0;
20208
+ visibility: hidden;
20209
+ }
20210
+
20211
+ .eael-contact-form.placeholder-hide input:-moz-placeholder,
20212
+ .eael-contact-form.placeholder-hide textarea:-moz-placeholder {
20213
+ opacity: 0;
20214
+ visibility: hidden;
20215
+ }
20216
+
20217
+ .eael-custom-radio-checkbox input[type=checkbox],
20218
+ .eael-custom-radio-checkbox input[type=radio] {
20219
+ -webkit-appearance: none;
20220
+ -moz-appearance: none;
20221
+ border-style: solid;
20222
+ border-width: 0;
20223
+ outline: none;
20224
+ min-width: 1px;
20225
+ width: 15px;
20226
+ height: 15px;
20227
+ background: #ddd;
20228
+ padding: 3px;
20229
+ }
20230
+
20231
+ .eael-custom-radio-checkbox input[type=checkbox]:before,
20232
+ .eael-custom-radio-checkbox input[type=radio]:before {
20233
+ content: "";
20234
+ width: 100%;
20235
+ height: 100%;
20236
+ padding: 0;
20237
+ margin: 0;
20238
+ display: block;
20239
+ }
20240
+
20241
+ .eael-custom-radio-checkbox input[type=checkbox]:checked:before,
20242
+ .eael-custom-radio-checkbox input[type=radio]:checked:before {
20243
+ background: #999;
20244
+ -webkit-transition: all 0.25s linear 0s;
20245
+ -o-transition: all 0.25s linear 0s;
20246
+ transition: all 0.25s linear 0s;
20247
+ }
20248
+
20249
+ .eael-custom-radio-checkbox input[type=radio] {
20250
+ -webkit-border-radius: 50%;
20251
+ border-radius: 50%;
20252
+ }
20253
+
20254
+ .eael-custom-radio-checkbox input[type=radio]:before {
20255
+ -webkit-border-radius: 50%;
20256
+ border-radius: 50%;
20257
+ }
20258
+
20259
+ /*----------------------*/
20260
+ /* 14. Gravity Form
20261
+ /*----------------------*/
20262
+ .eael-gravity-form-align-default,
20263
+ .eael-gravity-form-align-left,
20264
+ .eael-gravity-form-btn-align-left {
20265
+ text-align: left;
20266
+ }
20267
+
20268
+ .eael-gravity-form-align-right,
20269
+ .eael-gravity-form-btn-align-right {
20270
+ text-align: right;
20271
+ }
20272
+
20273
+ .eael-gravity-form-align-center,
20274
+ .eael-gravity-form-btn-align-center {
20275
+ text-align: center;
20276
+ }
20277
+
20278
+ .eael-gravity-form .gform_wrapper .gform_footer {
20279
+ margin: 0;
20280
+ padding: 0;
20281
+ }
20282
+
20283
+ .gform_wrapper form li,
20284
+ .gform_wrapper li {
20285
+ list-style: none;
20286
+ }
20287
+
20288
+ .eael-gravity-form .gform_wrapper ul.gform_fields li.gfield {
20289
+ padding: 0;
20290
+ }
20291
+
20292
+ .eael-gravity-form .gform_wrapper textarea {
20293
+ padding: 0;
20294
+ }
20295
+
20296
+ .eael-gravity-form .gform_wrapper .gform_footer input.button,
20297
+ .eael-gravity-form .gform_wrapper .gform_footer input[type=submit],
20298
+ .eael-gravity-form .gform_wrapper .gform_page_footer input.button,
20299
+ .eael-gravity-form .gform_wrapper .gform_page_footer input[type=submit] {
20300
+ margin: 0;
20301
+ }
20302
+
20303
+ .eael-gravity-form.title-description-hide .gform_heading {
20304
+ display: none;
20305
+ }
20306
+
20307
+ .eael-gravity-form.labels-hide .gform_wrapper .top_label .gfield_label,
20308
+ .eael-gravity-form.labels-hide .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
20309
+ display: none;
20310
+ }
20311
+
20312
+ .eael-gravity-form-button-full-width .gform_wrapper .gform_footer input[type="submit"] {
20313
+ width: 100%;
20314
+ }
20315
+
20316
+ /*------------------------------*/
20317
+ /* 34. Image accordion
20318
+ /*------------------------------*/
20319
+ .eael-img-accordion {
20320
+ display: -webkit-box;
20321
+ display: -webkit-flex;
20322
+ display: -ms-flexbox;
20323
+ display: flex;
20324
+ height: 50vh;
20325
+ }
20326
+
20327
+ .eael-img-accordion a {
20328
+ position: relative;
20329
+ -webkit-box-flex: 1;
20330
+ -webkit-flex: 1;
20331
+ -ms-flex: 1;
20332
+ flex: 1;
20333
+ text-align: center;
20334
+ text-decoration: none;
20335
+ color: #fff;
20336
+ -webkit-background-size: cover;
20337
+ background-size: cover;
20338
+ background-position: center;
20339
+ background-repeat: no-repeat;
20340
+ -webkit-transition: -webkit-box-flex .4s, -webkit-flex .4s;
20341
+ transition: -webkit-box-flex .4s, -webkit-flex .4s;
20342
+ -o-transition: flex .4s;
20343
+ transition: flex .4s;
20344
+ transition: flex .4s, -webkit-box-flex .4s, -webkit-flex .4s, -ms-flex .4s;
20345
+ }
20346
+
20347
+ .eael-grow-accordion {
20348
+ -webkit-box-flex: 3;
20349
+ -webkit-flex: 3;
20350
+ -ms-flex: 3;
20351
+ flex: 3;
20352
+ }
20353
+
20354
+ .eael-img-accordion .overlay {
20355
+ display: -webkit-box;
20356
+ display: -webkit-flex;
20357
+ display: -ms-flexbox;
20358
+ display: flex;
20359
+ -webkit-box-align: center;
20360
+ -webkit-align-items: center;
20361
+ -ms-flex-align: center;
20362
+ align-items: center;
20363
+ -webkit-box-pack: center;
20364
+ -webkit-justify-content: center;
20365
+ -ms-flex-pack: center;
20366
+ justify-content: center;
20367
+ padding: 0 10px;
20368
+ position: absolute;
20369
+ top: 0;
20370
+ right: 0;
20371
+ bottom: 0;
20372
+ left: 0;
20373
+ -webkit-transition: background-color .4s;
20374
+ -o-transition: background-color .4s;
20375
+ transition: background-color .4s;
20376
+ }
20377
+
20378
+ .eael-img-accordion .overlay .overlay-inner {
20379
+ z-index: 1;
20380
+ }
20381
+
20382
+ .eael-img-accordion a:after {
20383
+ content: "";
20384
+ position: absolute;
20385
+ width: 100%;
20386
+ height: 100%;
20387
+ z-index: 0;
20388
+ top: 0px;
20389
+ left: 0px;
20390
+ bottom: 0px;
20391
+ right: 0px;
20392
+ -webkit-transition: all 0.3s ease-in-out;
20393
+ -o-transition: all 0.3s ease-in-out;
20394
+ transition: all 0.3s ease-in-out;
20395
+ }
20396
+
20397
+ .eael-img-accordion .overlay-inner * {
20398
+ visibility: hidden;
20399
+ opacity: 0;
20400
+ -webkit-transform-style: preserve-3d;
20401
+ transform-style: preserve-3d;
20402
+ }
20403
+
20404
+ .eael-img-accordion .overlay h2 {
20405
+ color: #fff;
20406
+ -webkit-transform: translate3d(0, -60px, 0);
20407
+ transform: translate3d(0, -60px, 0);
20408
+ }
20409
+
20410
+ .eael-img-accordion .overlay p {
20411
+ color: #fff;
20412
+ -webkit-transform: translate3d(0, 60px, 0);
20413
+ transform: translate3d(0, 60px, 0);
20414
+ }
20415
+
20416
+ .eael-img-accordion .overlay-inner-show * {
20417
+ opacity: 1;
20418
+ visibility: visible;
20419
+ -webkit-transform: none !important;
20420
+ -ms-transform: none !important;
20421
+ transform: none !important;
20422
+ -webkit-transition: all .3s .3s;
20423
+ -o-transition: all .3s .3s;
20424
+ transition: all .3s .3s;
20425
+ }
20426
+
20427
+ @media screen and (max-width: 800px) {
20428
+ .eael-img-accordion {
20429
+ -webkit-box-orient: vertical;
20430
+ -webkit-box-direction: normal;
20431
+ -webkit-flex-direction: column;
20432
+ -ms-flex-direction: column;
20433
+ flex-direction: column;
20434
+ }
20435
+
20436
+ .eael-img-accordion a:hover {
20437
+ -webkit-box-flex: 1;
20438
+ -webkit-flex: 1;
20439
+ -ms-flex: 1;
20440
+ flex: 1;
20441
+ }
20442
+
20443
+ .eael-img-accordion a:hover .overlay {
20444
+ background-color: transparent;
20445
+ }
20446
+ }
20447
+
20448
+ /* ------------------------ */
20449
+ /* 17. Infobox Style
20450
+ /* ------------------------ */
20451
+ /*--- Image/Icon On Top ---*/
20452
+ .eael-infobox .infobox-icon {
20453
+ height: auto;
20454
+ }
20455
+
20456
+ .eael-infobox .infobox-icon .infobox-icon-wrap {
20457
+ display: block;
20458
+ width: 100%;
20459
+ height: auto;
20460
+ -webkit-transition: .3s;
20461
+ -o-transition: .3s;
20462
+ transition: .3s;
20463
+ }
20464
+
20465
+ .eael-infobox .infobox-icon .infobox-icon-wrap i {
20466
+ -webkit-transition: .3s;
20467
+ -o-transition: .3s;
20468
+ transition: .3s;
20469
+ }
20470
+
20471
+ /*--- For Content Alignment ---*/
20472
+ .eael-infobox-content-align-left .eael-infobox .infobox-icon,
20473
+ .eael-infobox-content-align-left .eael-infobox .infobox-content,
20474
+ .eael-infobox-content-align-left .eael-infobox .infobox-button {
20475
+ text-align: left;
20476
+ }
20477
+
20478
+ .eael-infobox-content-align-right .eael-infobox .infobox-icon,
20479
+ .eael-infobox-content-align-right .eael-infobox .infobox-content,
20480
+ .eael-infobox-content-align-right .eael-infobox .infobox-button {
20481
+ text-align: right;
20482
+ }
20483
+
20484
+ .eael-infobox-content-align-center .eael-infobox .infobox-icon,
20485
+ .eael-infobox-content-align-center .eael-infobox .infobox-content,
20486
+ .eael-infobox-content-align-center .eael-infobox .infobox-button {
20487
+ text-align: center;
20488
+ }
20489
+
20490
+ /*--- For icon background shape ---*/
20491
+ .eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap,
20492
+ .eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
20493
+ .eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap {
20494
+ width: 90px;
20495
+ height: 90px;
20496
+ text-align: center;
20497
+ }
20498
+
20499
+ .eael-infobox-icon-hover-bg-shape-square:hover .infobox-icon .infobox-icon-wrap {
20500
+ -webkit-border-radius: 0;
20501
+ border-radius: 0;
20502
+ }
20503
+
20504
+ .eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
20505
+ .eael-infobox-icon-hover-bg-shape-radius:hover .infobox-icon .infobox-icon-wrap {
20506
+ -webkit-border-radius: 15px;
20507
+ border-radius: 15px;
20508
+ }
20509
+
20510
+ .eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap {
20511
+ display: -webkit-box;
20512
+ display: -webkit-flex;
20513
+ display: -ms-flexbox;
20514
+ display: flex;
20515
+ -webkit-box-align: center;
20516
+ -webkit-align-items: center;
20517
+ -ms-flex-align: center;
20518
+ align-items: center;
20519
+ -webkit-box-pack: center;
20520
+ -webkit-justify-content: center;
20521
+ -ms-flex-pack: center;
20522
+ justify-content: center;
20523
+ }
20524
+
20525
+ .eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap,
20526
+ .eael-infobox-icon-hover-bg-shape-circle:hover .infobox-icon .infobox-icon-wrap {
20527
+ -webkit-border-radius: 50%;
20528
+ border-radius: 50%;
20529
+ }
20530
+
20531
+ .eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap i,
20532
+ .eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap i {
20533
+ margin-top: 50%;
20534
+ -webkit-transform: translateY(-50%);
20535
+ -ms-transform: translateY(-50%);
20536
+ transform: translateY(-50%);
20537
+ }
20538
+
20539
+ /*--- Infobox Button ---*/
20540
+ .eael-infobox .infobox-button a.eael-infobox-button {
20541
+ display: inline-block;
20542
+ padding: 5px 10px;
20543
+ -webkit-transition: all 300ms ease-in-out 0s;
20544
+ -o-transition: all 300ms ease-in-out 0s;
20545
+ transition: all 300ms ease-in-out 0s;
20546
+ }
20547
+
20548
+ /*--- For icon bg shape alignment ---*/
20549
+ .eael-infobox-content-align-left.eael-infobox-icon-bg-shape-square .infobox-icon,
20550
+ .eael-infobox-content-align-left.eael-infobox-icon-bg-shape-radius .infobox-icon,
20551
+ .eael-infobox-content-align-left.eael-infobox-icon-bg-shape-circle .infobox-icon {
20552
+ disp