Elementor Essential Addons - Version 3.0.2

Version Description

  • 29/05/2019 =
  • Fixed : Notice style breaking issue
  • Fixed : Pricing Table tooltip issue
  • Enhanced : ALT tag for all images thourghout the elements
  • Few minor bugfix and improvements
Download this release

Release Info

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

Code changes from version 3.0.1 to 3.0.2

assets/admin/css/{eael-notice.css → notice.css} RENAMED
@@ -1,15 +1,3 @@
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;
@@ -60,8 +48,8 @@
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;
@@ -69,9 +57,9 @@ a.ea-notice-cta {
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 {
@@ -145,4 +133,4 @@ span.coupon-code {
145
  .toplevel_page_eael-settings .wp-menu-image img {
146
  max-width: 20px;
147
  padding-top: 8px !important;
148
- }
 
 
 
 
 
 
 
 
 
 
 
 
1
  /* review notice */
2
  .wpdeveloper-review-notice {
3
  padding: 10px;
48
  border-color: #6648fe;
49
  }
50
  a.ea-notice-cta {
51
+ background-color: #4d18ff;
52
+ background: linear-gradient(-30deg, #4d18ff, #9a7cff);
53
  margin-top: 30px;
54
  color: #fff;
55
  padding: 8px 20px;
57
  text-decoration: none;
58
  border-radius: 3px;
59
  margin-left: 10px;
60
+ transition: all 0.3s ease;
61
  }
62
+ a.ea-notice-cta:hover {
63
  opacity: 0.85;
64
  }
65
  span.coupon-code {
133
  .toplevel_page_eael-settings .wp-menu-image img {
134
  max-width: 20px;
135
  padding-top: 8px !important;
136
+ }
assets/front-end/css/adv-tabs/index.css CHANGED
@@ -107,6 +107,17 @@
107
  line-height: 1;
108
  }
109
 
 
 
 
 
 
 
 
 
 
 
 
110
  .eael-tab-top-icon li a {
111
  display: -webkit-box;
112
  display: -webkit-flex;
@@ -118,8 +129,8 @@
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%;
107
  line-height: 1;
108
  }
109
 
110
+ .eael-tab-top-icon li {
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 {
122
  display: -webkit-box;
123
  display: -webkit-flex;
129
  text-align: center;
130
  }
131
 
132
+ .eael-tab-top-icon li .fa,
133
+ .eael-tab-top-icon li .eael-tab-title {
134
  -webkit-box-flex: 1;
135
  -webkit-flex: 1 1 100%;
136
  -ms-flex: 1 1 100%;
assets/front-end/css/adv-tabs/index.min.css CHANGED
@@ -1 +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}}
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{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{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 .eael-tab-title,.eael-tab-top-icon li .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/eael.css CHANGED
@@ -235,32741 +235,17 @@
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;
3312
- margin: 0 auto 0px auto;
3313
- line-height: 1;
3314
- }
3315
-
3316
- .eael-elements-flip-box-icon-image.eael_eleements_flip_front_icon_style_background {
3317
- background: #cccccc;
3318
- }
3319
-
3320
- .eael_eleements_flip_front_icon_style_bordered {
3321
- border: 2px solid #ffffff;
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,
3330
- .eael_eleements_flip_front_icon_style_bordered {
3331
- padding: 15px;
3332
- }
3333
-
3334
- .eael-elements-flip-box-icon-image i {
3335
- font-size: 40px;
3336
- line-height: 40px;
3337
- width: 40px;
3338
- }
3339
-
3340
- .eael-elements-slider-display-table {
3341
- width: 100%;
3342
- }
3343
-
3344
- .eael-elements-flip-box-front-container {
3345
- text-align: center;
3346
- position: absolute;
3347
- top: 0px;
3348
- left: 0px;
3349
- z-index: 2;
3350
- width: 100%;
3351
- height: 100%;
3352
- background: #0e9dd2;
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,
3366
- .eael-elements-flip-box-heading {
3367
- color: #ffffff;
3368
- }
3369
-
3370
- .eael-elements-flip-box-heading.flipbox-linked-title {
3371
- color: #fff;
3372
- font-size: 1.5em;
3373
- font-weight: 700;
3374
- }
3375
-
3376
- .eael-elements-flip-box-rear-container {
3377
- text-align: center;
3378
- position: absolute;
3379
- top: 0px;
3380
- left: 0px;
3381
- width: 100%;
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
-
3396
- /*--- Floating Button Styles ---*/
3397
- .eael-elements-button-floating-container {
3398
- position: fixed;
3399
- z-index: 100;
3400
- }
3401
-
3402
- .eael-elements-button-floating-container .eael-elements-button {
3403
- margin-top: 0px;
3404
- font-size: 14px;
3405
- position: relative;
3406
- padding: 14px 20px;
3407
- }
3408
-
3409
- .eael-elements-button {
3410
- cursor: pointer;
3411
- display: inline-block;
3412
- background: #077bbe;
3413
- color: #ffffff;
3414
- line-height: 1;
3415
- padding: 16px 25px;
3416
- margin-top: 15px;
3417
- }
3418
-
3419
- .eael-elements-button:hover {
3420
- background: #077bbe;
3421
- color: #ffffff;
3422
- }
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 ---*/
3489
- .eael-animate-push.eael-elements-flip-box-container,
3490
- .eael-animate-slide.eael-elements-flip-box-container {
3491
- overflow: hidden;
3492
- }
3493
-
3494
- .eael-animate-push .eael-elements-flip-box-rear-container,
3495
- .eael-animate-slide .eael-elements-flip-box-rear-container {
3496
- z-index: 3;
3497
- }
3498
-
3499
- .eael-animate-push.eael-animate-up .eael-elements-flip-box-rear-container,
3500
- .eael-animate-slide.eael-animate-up .eael-elements-flip-box-rear-container {
3501
- top: 100%;
3502
- }
3503
-
3504
- .eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
3505
- .eael-animate-slide.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
3506
- top: 0;
3507
- }
3508
-
3509
- .eael-animate-push.eael-animate-down .eael-elements-flip-box-rear-container,
3510
- .eael-animate-slide.eael-animate-down .eael-elements-flip-box-rear-container {
3511
- top: auto;
3512
- bottom: 100%;
3513
- }
3514
-
3515
- .eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
3516
- .eael-animate-slide.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
3517
- top: auto;
3518
- bottom: 0;
3519
- }
3520
-
3521
- .eael-animate-push.eael-animate-left .eael-elements-flip-box-rear-container,
3522
- .eael-animate-slide.eael-animate-left .eael-elements-flip-box-rear-container {
3523
- left: 100%;
3524
- }
3525
-
3526
- .eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
3527
- .eael-animate-slide.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
3528
- left: 0;
3529
- }
3530
-
3531
- .eael-animate-push.eael-animate-right .eael-elements-flip-box-rear-container,
3532
- .eael-animate-slide.eael-animate-right .eael-elements-flip-box-rear-container {
3533
- left: auto;
3534
- right: 100%;
3535
- }
3536
-
3537
- .eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
3538
- .eael-animate-slide.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
3539
- left: auto;
3540
- right: 0;
3541
- }
3542
-
3543
- /*--- Push + Slide Above ---*/
3544
- .eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
3545
- top: -100%;
3546
- }
3547
-
3548
- .eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
3549
- top: 100%;
3550
- }
3551
-
3552
- .eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
3553
- left: -100%;
3554
- }
3555
-
3556
- .eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
3557
- left: 100%;
3558
- }
3559
-
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 {
3585
- opacity: 0;
3586
- }
3587
-
3588
- /*--- Builder Related Style ---*/
3589
- .eael-flipbox-content-align-right .eael-elements-flip-box-padding {
3590
- text-align: right;
3591
- }
3592
-
3593
- .eael-flipbox-content-align-left .eael-elements-flip-box-padding {
3594
- text-align: left;
3595
- }
3596
-
3597
- .eael-flipbox-content-align-center .eael-elements-flip-box-padding {
3598
- text-align: center;
3599
- }
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
- display: -webkit-box;
20553
- display: -webkit-flex;
20554
- display: -ms-flexbox;
20555
- display: flex;
20556
- -webkit-box-pack: start;
20557
- -webkit-justify-content: flex-start;
20558
- -ms-flex-pack: start;
20559
- justify-content: flex-start;
20560
- }
20561
-
20562
- .eael-infobox-content-align-center.eael-infobox-icon-bg-shape-square .infobox-icon,
20563
- .eael-infobox-content-align-center.eael-infobox-icon-bg-shape-radius .infobox-icon,
20564
- .eael-infobox-content-align-center.eael-infobox-icon-bg-shape-circle .infobox-icon {
20565
- display: -webkit-box;
20566
- display: -webkit-flex;
20567
- display: -ms-flexbox;
20568
- display: flex;
20569
- -webkit-box-pack: center;
20570
- -webkit-justify-content: center;
20571
- -ms-flex-pack: center;
20572
- justify-content: center;
20573
- }
20574
-
20575
- .eael-infobox-content-align-right.eael-infobox-icon-bg-shape-square .infobox-icon,
20576
- .eael-infobox-content-align-right.eael-infobox-icon-bg-shape-radius .infobox-icon,
20577
- .eael-infobox-content-align-right.eael-infobox-icon-bg-shape-circle .infobox-icon {
20578
- display: -webkit-box;
20579
- display: -webkit-flex;
20580
- display: -ms-flexbox;
20581
- display: flex;
20582
- -webkit-box-pack: end;
20583
- -webkit-justify-content: flex-end;
20584
- -ms-flex-pack: end;
20585
- justify-content: flex-end;
20586
- }
20587
-
20588
- /*--- Image/Icon On Left ---*/
20589
- .eael-infobox.icon-on-left {
20590
- position: relative;
20591
- z-index: 0;
20592
- display: -webkit-box;
20593
- display: -webkit-flex;
20594
- display: -ms-flexbox;
20595
- display: flex;
20596
- }
20597
-
20598
- .eael-infobox.icon-on-right .infobox-icon-wrap,
20599
- .eael-infobox.icon-on-left .infobox-icon-wrap {
20600
- -webkit-box-pack: center;
20601
- -webkit-justify-content: center;
20602
- -ms-flex-pack: center;
20603
- justify-content: center;
20604
- display: -webkit-box !important;
20605
- display: -webkit-flex !important;
20606
- display: -ms-flexbox !important;
20607
- display: flex !important;
20608
- -webkit-box-align: center;
20609
- -webkit-align-items: center;
20610
- -ms-flex-align: center;
20611
- align-items: center;
20612
- }
20613
-
20614
- .eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap {
20615
- background: none;
20616
- border: 0px;
20617
- text-align: left;
20618
- height: auto;
20619
- display: block;
20620
- }
20621
-
20622
- .eael-infobox .infobox-content p {
20623
- margin: 0 0 15px;
20624
- }
20625
-
20626
- .eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap i {
20627
- margin-top: 0px;
20628
- -webkit-transform: translateY(0%);
20629
- -ms-transform: translateY(0%);
20630
- transform: translateY(0%);
20631
- }
20632
-
20633
- .eael-infobox.icon-on-left .infobox-content {
20634
- padding-left: 15px;
20635
- -webkit-box-flex: 1;
20636
- -webkit-flex: 1 1 auto;
20637
- -ms-flex: 1 1 auto;
20638
- flex: 1 1 auto;
20639
- }
20640
-
20641
- .eael-infobox.icon-on-left .infobox-content .title {
20642
- line-height: 1;
20643
- margin: 0 0 10px 0;
20644
- }
20645
-
20646
- /*--- Image/Icon On Right ---*/
20647
- .eael-infobox.icon-on-right {
20648
- position: relative;
20649
- z-index: 0;
20650
- display: -webkit-box;
20651
- display: -webkit-flex;
20652
- display: -ms-flexbox;
20653
- display: flex;
20654
- -webkit-box-orient: horizontal;
20655
- -webkit-box-direction: reverse;
20656
- -webkit-flex-direction: row-reverse;
20657
- -ms-flex-direction: row-reverse;
20658
- flex-direction: row-reverse;
20659
- }
20660
-
20661
- .eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap {
20662
- background: none;
20663
- border: 0px;
20664
- text-align: right;
20665
- width: auto;
20666
- height: auto;
20667
- display: block;
20668
- }
20669
-
20670
- .eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap i {
20671
- margin-top: 0px;
20672
- -webkit-transform: translateY(0%);
20673
- -ms-transform: translateY(0%);
20674
- transform: translateY(0%);
20675
- }
20676
-
20677
- .eael-infobox.icon-on-right .infobox-content {
20678
- padding-right: 15px;
20679
- text-align: right;
20680
- -webkit-box-flex: 1;
20681
- -webkit-flex: 1 1 auto;
20682
- -ms-flex: 1 1 auto;
20683
- flex: 1 1 auto;
20684
- -webkit-box-sizing: border-box;
20685
- box-sizing: border-box;
20686
- }
20687
-
20688
- .eael-infobox.icon-on-right .infobox-content .title {
20689
- line-height: 1;
20690
- margin: 0 0 10px 0;
20691
- }
20692
-
20693
- /*--- Imgae Circle On Top ---*/
20694
- .eael-infobox .infobox-icon img {
20695
- -webkit-transition: all 300ms ease-in-out 0s;
20696
- -o-transition: all 300ms ease-in-out 0s;
20697
- transition: all 300ms ease-in-out 0s;
20698
- }
20699
-
20700
- .eael-infobox-hover-img-shape-square:hover .eael-infobox .infobox-icon img {
20701
- -webkit-border-radius: 0;
20702
- border-radius: 0;
20703
- }
20704
-
20705
- .eael-infobox-shape-circle .eael-infobox .infobox-icon img,
20706
- .eael-infobox-hover-img-shape-circle:hover .eael-infobox .infobox-icon img {
20707
- -webkit-border-radius: 50%;
20708
- border-radius: 50%;
20709
- }
20710
-
20711
- .eael-infobox-shape-radius .eael-infobox .infobox-icon img,
20712
- .eael-infobox-hover-img-shape-radius:hover .eael-infobox .infobox-icon img {
20713
- -webkit-border-radius: 15px;
20714
- border-radius: 15px;
20715
- }
20716
-
20717
- /* ------------------------ */
20718
- /* 26. Magnific Popup
20719
- /* ------------------------ */
20720
- /*--- Magnific Popup CSS ---*/
20721
- .mfp-bg {
20722
- top: 0;
20723
- left: 0;
20724
- width: 100%;
20725
- height: 100%;
20726
- z-index: 1042;
20727
- overflow: hidden;
20728
- position: fixed;
20729
- background: #0b0b0b;
20730
- opacity: 0.8;
20731
- }
20732
-
20733
- .mfp-wrap {
20734
- top: 0;
20735
- left: 0;
20736
- width: 100%;
20737
- height: 100%;
20738
- z-index: 1043;
20739
- position: fixed;
20740
- outline: none !important;
20741
- -webkit-backface-visibility: hidden;
20742
- backface-visibility: hidden;
20743
- }
20744
-
20745
- .mfp-container {
20746
- text-align: center;
20747
- position: absolute;
20748
- width: 100%;
20749
- height: 100%;
20750
- left: 0;
20751
- top: 0;
20752
- padding: 0 8px;
20753
- -webkit-box-sizing: border-box;
20754
- box-sizing: border-box;
20755
- }
20756
-
20757
- .mfp-container:before {
20758
- content: '';
20759
- display: inline-block;
20760
- height: 100%;
20761
- vertical-align: middle;
20762
- }
20763
-
20764
- .mfp-align-top .mfp-container:before {
20765
- display: none;
20766
- }
20767
-
20768
- .mfp-content {
20769
- position: relative;
20770
- display: inline-block;
20771
- vertical-align: middle;
20772
- margin: 0 auto;
20773
- text-align: left;
20774
- z-index: 1045;
20775
- }
20776
-
20777
- .mfp-inline-holder .mfp-content,
20778
- .mfp-ajax-holder .mfp-content {
20779
- width: 100%;
20780
- cursor: auto;
20781
- }
20782
-
20783
- .mfp-ajax-cur {
20784
- cursor: progress;
20785
- }
20786
-
20787
- .mfp-zoom-out-cur,
20788
- .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
20789
- cursor: -webkit-zoom-out;
20790
- cursor: zoom-out;
20791
- }
20792
-
20793
- .mfp-zoom {
20794
- cursor: pointer;
20795
- cursor: -webkit-zoom-in;
20796
- cursor: zoom-in;
20797
- }
20798
-
20799
- .mfp-auto-cursor .mfp-content {
20800
- cursor: auto;
20801
- }
20802
-
20803
- .mfp-close,
20804
- .mfp-arrow,
20805
- .mfp-preloader,
20806
- .mfp-counter {
20807
- -webkit-user-select: none;
20808
- -moz-user-select: none;
20809
- -ms-user-select: none;
20810
- user-select: none;
20811
- }
20812
-
20813
- .mfp-loading.mfp-figure {
20814
- display: none;
20815
- }
20816
-
20817
- .mfp-hide {
20818
- display: none !important;
20819
- }
20820
-
20821
- .mfp-preloader {
20822
- color: #CCC;
20823
- position: absolute;
20824
- top: 50%;
20825
- width: auto;
20826
- text-align: center;
20827
- margin-top: -0.8em;
20828
- left: 8px;
20829
- right: 8px;
20830
- z-index: 1044;
20831
- }
20832
-
20833
- .mfp-preloader a {
20834
- color: #CCC;
20835
- }
20836
-
20837
- .mfp-preloader a:hover {
20838
- color: #FFF;
20839
- }
20840
-
20841
- .mfp-s-ready .mfp-preloader {
20842
- display: none;
20843
- }
20844
-
20845
- .mfp-s-error .mfp-content {
20846
- display: none;
20847
- }
20848
-
20849
- button.mfp-close,
20850
- button.mfp-arrow {
20851
- overflow: visible;
20852
- cursor: pointer;
20853
- background: transparent;
20854
- border: 0;
20855
- -webkit-appearance: none;
20856
- display: block;
20857
- outline: none;
20858
- padding: 0;
20859
- z-index: 1046;
20860
- -webkit-box-shadow: none;
20861
- box-shadow: none;
20862
- -ms-touch-action: manipulation;
20863
- touch-action: manipulation;
20864
- }
20865
-
20866
- button::-moz-focus-inner {
20867
- padding: 0;
20868
- border: 0;
20869
- }
20870
-
20871
- .mfp-close {
20872
- width: 44px;
20873
- height: 44px;
20874
- line-height: 44px;
20875
- position: absolute;
20876
- right: 0;
20877
- top: 0;
20878
- text-decoration: none;
20879
- text-align: center;
20880
- opacity: 0.65;
20881
- padding: 0 0 18px 10px;
20882
- color: #FFF;
20883
- font-style: normal;
20884
- font-size: 28px;
20885
- font-family: Arial, Baskerville, monospace;
20886
- }
20887
-
20888
- .mfp-close:hover,
20889
- .mfp-close:focus {
20890
- opacity: 1;
20891
- }
20892
-
20893
- .mfp-close:active {
20894
- top: 1px;
20895
- }
20896
-
20897
- .mfp-close-btn-in .mfp-close {
20898
- color: #333;
20899
- }
20900
-
20901
- .mfp-image-holder .mfp-close,
20902
- .mfp-iframe-holder .mfp-close {
20903
- color: #FFF;
20904
- right: -6px;
20905
- text-align: right;
20906
- padding-right: 6px;
20907
- width: 100%;
20908
- }
20909
-
20910
- .mfp-counter {
20911
- position: absolute;
20912
- top: 0;
20913
- right: 0;
20914
- color: #CCC;
20915
- font-size: 12px;
20916
- line-height: 18px;
20917
- white-space: nowrap;
20918
- }
20919
-
20920
- .mfp-arrow {
20921
- position: absolute;
20922
- opacity: 0.65;
20923
- margin: 0;
20924
- top: 50%;
20925
- margin-top: -55px;
20926
- padding: 0;
20927
- width: 90px;
20928
- height: 110px;
20929
- -webkit-tap-highlight-color: transparent;
20930
- }
20931
-
20932
- .mfp-arrow:active {
20933
- margin-top: -54px;
20934
- }
20935
-
20936
- .mfp-arrow:hover,
20937
- .mfp-arrow:focus {
20938
- opacity: 1;
20939
- }
20940
-
20941
- .mfp-arrow:before,
20942
- .mfp-arrow:after {
20943
- content: '';
20944
- display: block;
20945
- width: 0;
20946
- height: 0;
20947
- position: absolute;
20948
- left: 0;
20949
- top: 0;
20950
- margin-top: 35px;
20951
- margin-left: 35px;
20952
- border: medium inset transparent;
20953
- }
20954
-
20955
- .mfp-arrow:after {
20956
- border-top-width: 13px;
20957
- border-bottom-width: 13px;
20958
- top: 8px;
20959
- }
20960
-
20961
- .mfp-arrow:before {
20962
- border-top-width: 21px;
20963
- border-bottom-width: 21px;
20964
- opacity: 0.7;
20965
- }
20966
-
20967
- .mfp-arrow-left {
20968
- left: 0;
20969
- }
20970
-
20971
- .mfp-arrow-left:after {
20972
- border-right: 17px solid #FFF;
20973
- margin-left: 31px;
20974
- }
20975
-
20976
- .mfp-arrow-left:before {
20977
- margin-left: 25px;
20978
- border-right: 27px solid #3F3F3F;
20979
- }
20980
-
20981
- .mfp-arrow-right {
20982
- right: 0;
20983
- }
20984
-
20985
- .mfp-arrow-right:after {
20986
- border-left: 17px solid #FFF;
20987
- margin-left: 39px;
20988
- }
20989
-
20990
- .mfp-arrow-right:before {
20991
- border-left: 27px solid #3F3F3F;
20992
- }
20993
-
20994
- .mfp-iframe-holder {
20995
- padding-top: 40px;
20996
- padding-bottom: 40px;
20997
- }
20998
-
20999
- .mfp-iframe-holder .mfp-content {
21000
- line-height: 0;
21001
- width: 100%;
21002
- max-width: 900px;
21003
- }
21004
-
21005
- .mfp-iframe-holder .mfp-close {
21006
- top: -40px;
21007
- }
21008
-
21009
- .mfp-iframe-scaler {
21010
- width: 100%;
21011
- height: 0;
21012
- overflow: hidden;
21013
- padding-top: 56.25%;
21014
- }
21015
-
21016
- .mfp-iframe-scaler iframe {
21017
- position: absolute;
21018
- display: block;
21019
- top: 0;
21020
- left: 0;
21021
- width: 100%;
21022
- height: 100%;
21023
- -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
21024
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
21025
- background: #000;
21026
- }
21027
-
21028
- /*--- Main image in popup ---*/
21029
- img.mfp-img {
21030
- width: auto;
21031
- max-width: 100%;
21032
- height: auto;
21033
- display: block;
21034
- line-height: 0;
21035
- -webkit-box-sizing: border-box;
21036
- box-sizing: border-box;
21037
- padding: 40px 0 40px;
21038
- margin: 0 auto;
21039
- }
21040
-
21041
- /*--- The shadow behind the image ---*/
21042
- .mfp-figure {
21043
- line-height: 0;
21044
- }
21045
-
21046
- .mfp-figure:after {
21047
- content: '';
21048
- position: absolute;
21049
- left: 0;
21050
- top: 40px;
21051
- bottom: 40px;
21052
- display: block;
21053
- right: 0;
21054
- width: auto;
21055
- height: auto;
21056
- z-index: -1;
21057
- -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
21058
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
21059
- background: #444;
21060
- }
21061
-
21062
- .mfp-figure small {
21063
- color: #BDBDBD;
21064
- display: block;
21065
- font-size: 12px;
21066
- line-height: 14px;
21067
- }
21068
-
21069
- .mfp-figure figure {
21070
- margin: 0;
21071
- }
21072
-
21073
- .mfp-bottom-bar {
21074
- margin-top: -36px;
21075
- position: absolute;
21076
- top: 100%;
21077
- left: 0;
21078
- width: 100%;
21079
- cursor: auto;
21080
- }
21081
-
21082
- .mfp-title {
21083
- text-align: left;
21084
- line-height: 18px;
21085
- color: #F3F3F3;
21086
- word-wrap: break-word;
21087
- padding-right: 36px;
21088
- }
21089
-
21090
- .mfp-image-holder .mfp-content {
21091
- max-width: 100%;
21092
- }
21093
-
21094
- .mfp-gallery .mfp-image-holder .mfp-figure {
21095
- cursor: pointer;
21096
- }
21097
-
21098
- button.mfp-close,
21099
- button.mfp-close:hover {
21100
- display: inline-block !important;
21101
- background: transparent;
21102
- width: auto !important;
21103
- }
21104
-
21105
- .mfp-arrow,
21106
- .mfp-arrow:hover {
21107
- background: transparent;
21108
- }
21109
-
21110
- @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
21111
- /**
21112
- * Remove all paddings around the image on small screen
21113
- */
21114
- .mfp-img-mobile .mfp-image-holder {
21115
- padding-left: 0;
21116
- padding-right: 0;
21117
- }
21118
-
21119
- .mfp-img-mobile img.mfp-img {
21120
- padding: 0;
21121
- }
21122
-
21123
- .mfp-img-mobile .mfp-figure:after {
21124
- top: 0;
21125
- bottom: 0;
21126
- }
21127
-
21128
- .mfp-img-mobile .mfp-figure small {
21129
- display: inline;
21130
- margin-left: 5px;
21131
- }
21132
-
21133
- .mfp-img-mobile .mfp-bottom-bar {
21134
- background: rgba(0, 0, 0, 0.6);
21135
- bottom: 0;
21136
- margin: 0;
21137
- top: auto;
21138
- padding: 3px 5px;
21139
- position: fixed;
21140
- -webkit-box-sizing: border-box;
21141
- box-sizing: border-box;
21142
- }
21143
-
21144
- .mfp-img-mobile .mfp-bottom-bar:empty {
21145
- padding: 0;
21146
- }
21147
-
21148
- .mfp-img-mobile .mfp-counter {
21149
- right: 5px;
21150
- top: 3px;
21151
- }
21152
-
21153
- .mfp-img-mobile .mfp-close {
21154
- top: 0;
21155
- right: 0;
21156
- width: 35px;
21157
- height: 35px;
21158
- line-height: 35px;
21159
- background: rgba(0, 0, 0, 0.6);
21160
- position: fixed;
21161
- text-align: center;
21162
- padding: 0;
21163
- }
21164
- }
21165
- @media all and (max-width: 900px) {
21166
- .mfp-arrow {
21167
- -webkit-transform: scale(0.75);
21168
- -ms-transform: scale(0.75);
21169
- transform: scale(0.75);
21170
- }
21171
-
21172
- .mfp-arrow-left {
21173
- -webkit-transform-origin: 0;
21174
- -ms-transform-origin: 0;
21175
- transform-origin: 0;
21176
- }
21177
-
21178
- .mfp-arrow-right {
21179
- -webkit-transform-origin: 100%;
21180
- -ms-transform-origin: 100%;
21181
- transform-origin: 100%;
21182
- }
21183
-
21184
- .mfp-container {
21185
- padding-left: 6px;
21186
- padding-right: 6px;
21187
- }
21188
- }
21189
-
21190
- /*----------------------*/
21191
- /* 13. Ninja Form Styles
21192
- /*----------------------*/
21193
- .eael-ninja-container input,
21194
- .eael-ninja-container textarea {
21195
- height: auto;
21196
- padding: 10px;
21197
- }
21198
-
21199
- .eael-contact-form-align-center .eael-ninja-container,
21200
- .eael-contact-form-btn-align-center .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
21201
- margin-left: auto !important;
21202
- margin-right: auto !important;
21203
- display: block;
21204
- float: none;
21205
- }
21206
-
21207
- .eael-contact-form-align-left .eael-ninja-container,
21208
- .eael-contact-form-btn-align-left .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
21209
- float: left;
21210
- width: auto;
21211
- }
21212
-
21213
- .eael-contact-form-align-right .eael-ninja-container,
21214
- .eael-contact-form-btn-align-right .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
21215
- float: right;
21216
- width: auto;
21217
- }
21218
-
21219
- .eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="text"],
21220
- .eael-ninja-container .nf-field .nf-field-element input[type="password"],
21221
- .eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="email"],
21222
- .eael-ninja-container .nf-field .nf-field-element input[type="url"],
21223
- .eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="number"],
21224
- .eael-ninja-container .nf-field .nf-field-element textarea {
21225
- max-width: 100%;
21226
- }
21227
-
21228
- .eael-ninja-form .nf-form-title {
21229
- display: none;
21230
- }
21231
-
21232
- .eael-ninja-form-title-yes .nf-form-title {
21233
- display: block;
21234
- }
21235
-
21236
- .eael-ninja-form .title-description-hide .nf-form-title {
21237
- display: none;
21238
- }
21239
-
21240
- .eael-ninja-form.title-description-hide .nf-form-title {
21241
- display: none;
21242
- }
21243
-
21244
- .eael-ninja-form .nf-field-label {
21245
- display: none;
21246
- }
21247
-
21248
- .eael-ninja-form-labels-yes .nf-field-label {
21249
- display: block;
21250
- }
21251
-
21252
- .eael-ninja-form .submit-container input[type=button] {
21253
- border: 0;
21254
- -webkit-border-radius: 0;
21255
- border-radius: 0;
21256
- }
21257
-
21258
- .eael-ninja-form-button-full-width .submit-container input[type=button] {
21259
- width: 100%;
21260
- }
21261
-
21262
- /*-----------------------------*/
21263
- /* 15. Post Grid Style
21264
- /*-----------------------------*/
21265
- .eael-post-grid {
21266
- margin: 0 -10px;
21267
- }
21268
-
21269
- .eael-grid-post {
21270
- float: left;
21271
- padding: 10px;
21272
- }
21273
-
21274
- .eael-post-carousel .eael-grid-post {
21275
- float: none;
21276
- padding: 0;
21277
- }
21278
-
21279
- .eael-grid-post-holder {
21280
- border: 1px solid rgba(0, 0, 0, 0.1);
21281
- }
21282
-
21283
- .eael-grid-post-holder-inner {
21284
- height: 100%;
21285
- }
21286
-
21287
- .eael-entry-media {
21288
- position: relative;
21289
- }
21290
-
21291
- .eael-entry-overlay {
21292
- position: absolute;
21293
- top: 0;
21294
- left: 0;
21295
- width: 100%;
21296
- height: 100%;
21297
- z-index: 2;
21298
- -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
21299
- transition: opacity 0.2s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
21300
- -o-transition: opacity 0.2s ease-in-out, transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
21301
- transition: opacity 0.2s ease-in-out, transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
21302
- 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);
21303
- }
21304
-
21305
- .eael-entry-overlay > a {
21306
- position: absolute;
21307
- top: 0;
21308
- left: 0;
21309
- width: 100%;
21310
- height: 100%;
21311
- z-index: 3;
21312
- }
21313
-
21314
- .eael-entry-title {
21315
- margin: 10px 0 5px;
21316
- font-size: 1.2em;
21317
- }
21318
-
21319
- .eael-entry-thumbnail img {
21320
- width: 100%;
21321
- max-width: 100%;
21322
- vertical-align: middle;
21323
- }
21324
-
21325
- .eael-entry-thumbnail > img {
21326
- height: 100%;
21327
- }
21328
-
21329
- .eael-entry-footer .eael-author-avatar {
21330
- width: 50px;
21331
- }
21332
-
21333
- .eael-entry-footer .eael-author-avatar .avatar {
21334
- -webkit-border-radius: 50%;
21335
- border-radius: 50%;
21336
- }
21337
-
21338
- .eael-post-grid .eael-entry-footer .eael-entry-meta {
21339
- padding-left: 8px;
21340
- text-align: left;
21341
- }
21342
-
21343
- .eael-grid-post .eael-entry-meta {
21344
- display: -webkit-box;
21345
- display: -webkit-flex;
21346
- display: -ms-flexbox;
21347
- display: flex;
21348
- -webkit-box-orient: horizontal;
21349
- -webkit-box-direction: normal;
21350
- -webkit-flex-direction: row;
21351
- -ms-flex-direction: row;
21352
- flex-direction: row;
21353
- }
21354
-
21355
- .eael-grid-post .eael-entry-footer .eael-entry-meta {
21356
- -webkit-box-orient: vertical;
21357
- -webkit-box-direction: normal;
21358
- -webkit-flex-direction: column;
21359
- -ms-flex-direction: column;
21360
- flex-direction: column;
21361
- }
21362
-
21363
- .eael-entry-meta > div {
21364
- font-size: 12px;
21365
- line-height: 1.2;
21366
- padding-bottom: 5px;
21367
- }
21368
-
21369
- .eael-grid-post-excerpt p {
21370
- margin: 0;
21371
- font-size: 14px;
21372
- }
21373
-
21374
- .eael-entry-meta .eael-entry-footer .eael-posted-by {
21375
- display: block;
21376
- }
21377
-
21378
- .eael-grid-post .eael-entry-wrapper,
21379
- .eael-grid-post .eael-entry-footer {
21380
- padding: 15px;
21381
- }
21382
-
21383
- .eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on {
21384
- padding-left: 5px;
21385
- }
21386
-
21387
- .eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on::before {
21388
- content: '\f111';
21389
- font-family: FontAwesome;
21390
- color: inherit;
21391
- opacity: .4;
21392
- font-size: .8em;
21393
- padding-right: 7px;
21394
- }
21395
-
21396
- /*--- Post Grid Thumbnail Hover Effects ---*/
21397
- .eael-entry-medianone {
21398
- position: relative;
21399
- }
21400
-
21401
- .eael-entry-overlay {
21402
- display: -webkit-box;
21403
- display: -webkit-flex;
21404
- display: -ms-flexbox;
21405
- display: flex;
21406
- -webkit-box-align: center;
21407
- -webkit-align-items: center;
21408
- -ms-flex-align: center;
21409
- align-items: center;
21410
- -webkit-box-pack: center;
21411
- -webkit-justify-content: center;
21412
- -ms-flex-pack: center;
21413
- justify-content: center;
21414
- }
21415
-
21416
- .eael-entry-overlay > i {
21417
- color: #fff;
21418
- }
21419
-
21420
- /*--- fade in ---*/
21421
- .eael-entry-overlay.fade-in {
21422
- visibility: hidden;
21423
- opacity: 0;
21424
- -webkit-transition: 300ms;
21425
- -o-transition: 300ms;
21426
- transition: 300ms;
21427
- }
21428
-
21429
- .eael-entry-medianone:hover .eael-entry-overlay.fade-in {
21430
- visibility: visible;
21431
- opacity: 1;
21432
- }
21433
-
21434
- .eael-entry-medianone:hover .eael-entry-overlay.fade-in > i {
21435
- -webkit-transform: translate(0);
21436
- -ms-transform: translate(0);
21437
- transform: translate(0);
21438
- opacity: 1;
21439
- }
21440
-
21441
- /*--- zoom in --- */
21442
- .eael-entry-overlay.zoom-in {
21443
- -webkit-transform: scale(0.9);
21444
- -ms-transform: scale(0.9);
21445
- transform: scale(0.9);
21446
- visibility: hidden;
21447
- opacity: 0;
21448
- -webkit-transition: 300ms;
21449
- -o-transition: 300ms;
21450
- transition: 300ms;
21451
- }
21452
-
21453
- .eael-entry-medianone:hover .eael-entry-overlay.zoom-in {
21454
- visibility: visible;
21455
- opacity: 1;
21456
- -webkit-transform: scale(1);
21457
- -ms-transform: scale(1);
21458
- transform: scale(1);
21459
- }
21460
-
21461
- /*--- slide up ---*/
21462
- .eael-entry-overlay.slide-up {
21463
- -webkit-transform: translateY(100%);
21464
- -ms-transform: translateY(100%);
21465
- transform: translateY(100%);
21466
- visibility: hidden;
21467
- opacity: 0;
21468
- -webkit-transition: 300ms;
21469
- -o-transition: 300ms;
21470
- transition: 300ms;
21471
- }
21472
-
21473
- .eael-entry-medianone:hover .eael-entry-overlay.slide-up {
21474
- -webkit-transform: translateY(0);
21475
- -ms-transform: translateY(0);
21476
- transform: translateY(0);
21477
- visibility: visible;
21478
- opacity: 1;
21479
- }
21480
-
21481
- .eael-entry-medianone {
21482
- overflow: hidden;
21483
- }
21484
-
21485
- /*--- Post Grid & Carousel Hover Styles ---*/
21486
- .eael-entry-media.grid-hover-style-fade-in .eael-entry-overlay {
21487
- opacity: 0;
21488
- }
21489
-
21490
- .eael-entry-media.grid-hover-style-fade-in:hover .eael-entry-overlay {
21491
- opacity: 1;
21492
- }
21493
-
21494
- .eael-entry-media.grid-hover-style-none .eael-entry-overlay {
21495
- display: none;
21496
- }
21497
-
21498
- .eael-entry-media.grid-hover-style-zoom-in .eael-entry-overlay {
21499
- -webkit-transform: scale(0.4);
21500
- -ms-transform: scale(0.4);
21501
- transform: scale(0.4);
21502
- opacity: 0;
21503
- }
21504
-
21505
- .eael-entry-media.grid-hover-style-zoom-in:hover .eael-entry-overlay {
21506
- -webkit-transform: scale(1);
21507
- -ms-transform: scale(1);
21508
- transform: scale(1);
21509
- opacity: 1;
21510
- }
21511
-
21512
- .eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay {
21513
- -webkit-transform: translateY(-100%);
21514
- -ms-transform: translateY(-100%);
21515
- transform: translateY(-100%);
21516
- }
21517
-
21518
- .eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay > i {
21519
- -webkit-transform: translateY(-100px);
21520
- -ms-transform: translateY(-100px);
21521
- transform: translateY(-100px);
21522
- -webkit-transition-delay: 100ms;
21523
- -o-transition-delay: 100ms;
21524
- transition-delay: 100ms;
21525
- -webkit-transition-duration: 300ms;
21526
- -o-transition-duration: 300ms;
21527
- transition-duration: 300ms;
21528
- }
21529
-
21530
- .eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay {
21531
- -webkit-transform: translate(0);
21532
- -ms-transform: translate(0);
21533
- transform: translate(0);
21534
- }
21535
-
21536
- .eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay > i {
21537
- -webkit-transform: translateY(0);
21538
- -ms-transform: translateY(0);
21539
- transform: translateY(0);
21540
- }
21541
-
21542
- .eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay {
21543
- -webkit-transform: translateY(100%);
21544
- -ms-transform: translateY(100%);
21545
- transform: translateY(100%);
21546
- visibility: hidden;
21547
- opacity: 0;
21548
- }
21549
-
21550
- .eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay > i {
21551
- -webkit-transform: translateY(100px);
21552
- -ms-transform: translateY(100px);
21553
- transform: translateY(100px);
21554
- -webkit-transition-delay: 100ms;
21555
- -o-transition-delay: 100ms;
21556
- transition-delay: 100ms;
21557
- -webkit-transition-duration: 300ms;
21558
- -o-transition-duration: 300ms;
21559
- transition-duration: 300ms;
21560
- }
21561
-
21562
- .eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay {
21563
- -webkit-transform: translate(0);
21564
- -ms-transform: translate(0);
21565
- transform: translate(0);
21566
- visibility: visible;
21567
- opacity: 1;
21568
- }
21569
-
21570
- .eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay > i {
21571
- -webkit-transform: translateY(0);
21572
- -ms-transform: translateY(0);
21573
- transform: translateY(0);
21574
- }
21575
-
21576
- /*--- Post Grid Column Styles ---*/
21577
- .eael-col-1 .eael-post-grid-column {
21578
- float: none;
21579
- width: 100%;
21580
- }
21581
-
21582
- .eael-col-2 .eael-post-grid-column {
21583
- float: left;
21584
- width: 50%;
21585
- }
21586
-
21587
- .eael-col-3 .eael-post-grid-column {
21588
- float: left;
21589
- width: 33.3333%;
21590
- }
21591
-
21592
- .eael-col-4 .eael-post-grid-column {
21593
- float: left;
21594
- width: 25%;
21595
- }
21596
-
21597
- .eael-col-5 .eael-post-grid-column {
21598
- float: left;
21599
- width: 20%;
21600
- }
21601
-
21602
- .eael-col-6 .eael-post-grid-column {
21603
- float: left;
21604
- width: 16.6666%;
21605
- }
21606
-
21607
- @media only screen and (max-width: 979px) {
21608
- .eael-col-1 .eael-post-grid-column,
21609
- .eael-col-2 .eael-post-grid-column,
21610
- .eael-col-3 .eael-post-grid-column,
21611
- .eael-col-4 .eael-post-grid-column,
21612
- .eael-col-5 .eael-post-grid-column,
21613
- .eael-col-6 .eael-post-grid-column {
21614
- width: 33.3333%;
21615
- }
21616
- }
21617
- @media only screen and (max-width: 767px) {
21618
- .eael-col-1 .eael-post-grid-column,
21619
- .eael-col-2 .eael-post-grid-column,
21620
- .eael-col-3 .eael-post-grid-column,
21621
- .eael-col-4 .eael-post-grid-column,
21622
- .eael-col-5 .eael-post-grid-column,
21623
- .eael-col-6 .eael-post-grid-column {
21624
- width: 50%;
21625
- }
21626
- }
21627
- @media only screen and (max-width: 480px) {
21628
- .eael-col-1 .eael-post-grid-column,
21629
- .eael-col-2 .eael-post-grid-column,
21630
- .eael-col-3 .eael-post-grid-column,
21631
- .eael-col-4 .eael-post-grid-column,
21632
- .eael-col-5 .eael-post-grid-column,
21633
- .eael-col-6 .eael-post-grid-column {
21634
- float: none;
21635
- width: 100%;
21636
- }
21637
- }
21638
- .eael-author-avatar > a {
21639
- display: block;
21640
- }
21641
-
21642
- .eael-entry-footer {
21643
- overflow: hidden;
21644
- display: -webkit-box;
21645
- display: -webkit-flex;
21646
- display: -ms-flexbox;
21647
- display: flex;
21648
- }
21649
-
21650
- .eael-entry-footer > div {
21651
- display: inline-block;
21652
- float: left;
21653
- }
21654
-
21655
- /*----------------------------*/
21656
- /* 06. Post Timeline Styles
21657
- /*----------------------------*/
21658
- .eael-post-timeline {
21659
- margin-bottom: 0;
21660
- min-height: 100%;
21661
- overflow: hidden;
21662
- position: relative;
21663
- }
21664
-
21665
- .eael-timeline-column {
21666
- width: 50%;
21667
- margin-left: 0;
21668
- float: left;
21669
- margin-top: 0 !important;
21670
- }
21671
-
21672
- .eael-timeline-post {
21673
- position: relative;
21674
- }
21675
-
21676
- .eael-timeline-post:after {
21677
- background-color: rgba(83, 85, 86, 0.2);
21678
- content: "";
21679
- width: 2px;
21680
- height: 245px;
21681
- position: absolute;
21682
- right: 0;
21683
- top: 70px;
21684
- }
21685
-
21686
- .eael-timeline-post:nth-child(2n):after {
21687
- display: none;
21688
- }
21689
-
21690
- .eael-timeline-bullet {
21691
- background-color: #9fa9af;
21692
- border: 5px solid #fff;
21693
- -webkit-border-radius: 50%;
21694
- border-radius: 50%;
21695
- -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
21696
- box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
21697
- content: "";
21698
- height: 20px;
21699
- position: absolute;
21700
- right: -9px;
21701
- top: 60px;
21702
- width: 20px;
21703
- z-index: 3;
21704
- cursor: pointer;
21705
- }
21706
-
21707
- .eael-timeline-post:nth-child(2n) .eael-timeline-bullet {
21708
- background-color: #9fa9af;
21709
- border: 5px solid #fff;
21710
- -webkit-border-radius: 50%;
21711
- border-radius: 50%;
21712
- bottom: 36px;
21713
- content: "";
21714
- height: 20px;
21715
- left: -11px;
21716
- position: absolute;
21717
- top: 300px;
21718
- width: 20px;
21719
- z-index: 3;
21720
- }
21721
-
21722
- .eael-timeline-post-inner {
21723
- background: -webkit-linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 transparent;
21724
- background: -o-linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 transparent;
21725
- background: linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 transparent;
21726
- border: 8px solid #e5eaed;
21727
- -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
21728
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
21729
- float: right;
21730
- margin: 30px 40px 30px auto;
21731
- position: relative;
21732
- height: 320px;
21733
- width: calc(100% - 40px);
21734
- }
21735
-
21736
- .eael-timeline-post:nth-child(even) .eael-timeline-post-inner {
21737
- float: left;
21738
- margin-left: 40px;
21739
- }
21740
-
21741
- .eael-timeline-post-inner:after {
21742
- border-color: transparent transparent transparent #e5eaed;
21743
- border-style: solid;
21744
- border-width: 15px;
21745
- content: "";
21746
- height: 0;
21747
- position: absolute;
21748
- right: -36px;
21749
- top: 17px;
21750
- width: 0;
21751
- }
21752
-
21753
- .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner:after {
21754
- border-color: transparent #e5eaed transparent transparent;
21755
- border-style: solid;
21756
- border-width: 15px;
21757
- content: "";
21758
- height: 0;
21759
- left: -36px;
21760
- position: absolute;
21761
- top: 257px;
21762
- width: 0;
21763
- }
21764
-
21765
- .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner::after {
21766
- border-left-color: transparent !important;
21767
- }
21768
-
21769
- .eael-timeline-post p {
21770
- margin: 1.6rem 0 0 0;
21771
- font-size: 0.9em;
21772
- line-height: 1.6em;
21773
- }
21774
-
21775
- .eael-timeline-post-image {
21776
- -webkit-background-size: cover;
21777
- background-size: cover;
21778
- background-position: center center;
21779
- background-repeat: no-repeat;
21780
- display: block;
21781
- height: 100%;
21782
- overflow: hidden;
21783
- position: relative;
21784
- opacity: .6;
21785
- -webkit-transition: all .3s;
21786
- -o-transition: all .3s;
21787
- transition: all .3s;
21788
- }
21789
-
21790
- .eael-timeline-post-title {
21791
- bottom: 40px;
21792
- position: absolute;
21793
- width: 100%;
21794
- }
21795
-
21796
- .eael-timeline-post-title h2 {
21797
- color: #fff;
21798
- font-size: 20px;
21799
- font-weight: bold;
21800
- letter-spacing: 1px;
21801
- line-height: 24px;
21802
- padding: 0 25px;
21803
- text-align: left;
21804
- text-transform: uppercase;
21805
- }
21806
-
21807
- .eael-timeline-post-excerpt {
21808
- opacity: 0;
21809
- position: absolute;
21810
- top: 0;
21811
- left: 0;
21812
- -webkit-transition: all .3s;
21813
- -o-transition: all .3s;
21814
- transition: all .3s;
21815
- }
21816
-
21817
- .eael-timeline-post-excerpt p {
21818
- color: #fff;
21819
- font-size: 14px;
21820
- padding: 25px;
21821
- }
21822
-
21823
- .eael-timeline-post-inner:hover .eael-timeline-post-excerpt {
21824
- opacity: 1;
21825
- top: 10px;
21826
- }
21827
-
21828
- .eael-timeline-post-inner:hover .eael-timeline-post-image {
21829
- opacity: .3;
21830
- }
21831
-
21832
- .eael-timeline-post time {
21833
- opacity: 0;
21834
- background-color: rgba(0, 0, 0, 0.7);
21835
- color: #fff;
21836
- font-size: 10px;
21837
- -webkit-border-radius: 20px;
21838
- border-radius: 20px;
21839
- position: absolute;
21840
- right: -97px;
21841
- width: 100px;
21842
- height: 30px;
21843
- line-height: 30px;
21844
- text-align: center;
21845
- top: 50px;
21846
- z-index: 99;
21847
- -webkit-transition: all .5s;
21848
- -o-transition: all .5s;
21849
- transition: all .5s;
21850
- }
21851
-
21852
- .eael-timeline-post:nth-child(2n) time {
21853
- background-color: rgba(0, 0, 0, 0.7);
21854
- -webkit-border-radius: 20px;
21855
- border-radius: 20px;
21856
- color: #fff;
21857
- font-size: 10px;
21858
- height: 30px;
21859
- left: -99px;
21860
- line-height: 30px;
21861
- position: absolute;
21862
- text-align: center;
21863
- top: 290px;
21864
- width: 100px;
21865
- z-index: 99;
21866
- }
21867
-
21868
- .eael-timeline-post time:before {
21869
- border-bottom: 5px solid rgba(0, 0, 0, 0.7);
21870
- border-left: 5px solid transparent;
21871
- border-right: 5px solid transparent;
21872
- content: "";
21873
- height: 0;
21874
- left: 45px;
21875
- position: absolute;
21876
- top: -5px;
21877
- width: 0;
21878
- }
21879
-
21880
- .eael-timeline-post:hover time {
21881
- opacity: 1;
21882
- }
21883
-
21884
- .eael-timeline-post::after {
21885
- height: 100%;
21886
- }
21887
-
21888
- .eael-post-timeline .eael-timeline-post:nth-last-child(2)::after {
21889
- height: 245px;
21890
- }
21891
-
21892
- .eael-post-timeline .eael-timeline-post:last-child::after {
21893
- display: none;
21894
- }
21895
-
21896
- .eael-load-more-button-wrap {
21897
- display: -webkit-box;
21898
- display: -webkit-flex;
21899
- display: -ms-flexbox;
21900
- display: flex;
21901
- }
21902
-
21903
- /*--- Responsive Style for Post Timeline ---*/
21904
- @media only screen and (max-width: 1366px) {
21905
- .eael-timeline-post-title h2 {
21906
- font-size: 0.8em;
21907
- }
21908
-
21909
- .eael-timeline-post-excerpt p {
21910
- font-size: 13px;
21911
- }
21912
- }
21913
- @media only screen and (max-width: 1169px) {
21914
- .eael-timeline-post-inner {
21915
- height: 320px;
21916
- }
21917
- }
21918
- @media only screen and (max-width: 992px) {
21919
- .eael-post-timeline {
21920
- margin-left: 0;
21921
- }
21922
-
21923
- .eael-timeline-bullet,
21924
- .eael-timeline-post:after,
21925
- .eael-timeline-post:before,
21926
- .eael-timeline-post-inner:after {
21927
- display: none;
21928
- }
21929
-
21930
- .eael-timeline-post {
21931
- display: inline-block;
21932
- float: left !important;
21933
- width: 50% !important;
21934
- margin: 15px auto;
21935
- }
21936
-
21937
- .eael-timeline-post-inner {
21938
- height: 320px;
21939
- padding-bottom: 30px;
21940
- }
21941
-
21942
- .eael-timeline-post-title {
21943
- bottom: 50px;
21944
- }
21945
-
21946
- .eael-timeline-post-title h2 {
21947
- font-size: 0.8em;
21948
- line-height: 1.2em;
21949
- }
21950
-
21951
- .eael-timeline-post .eael-timeline-post-inner {
21952
- margin: 0 10px auto 0;
21953
- width: 90%;
21954
- }
21955
-
21956
- .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
21957
- margin: 0 auto 0 10px;
21958
- width: 90%;
21959
- }
21960
-
21961
- .eael-timeline-post-excerpt {
21962
- opacity: 0 !important;
21963
- }
21964
-
21965
- .eael-timeline-post-image {
21966
- opacity: .3;
21967
- }
21968
-
21969
- .eael-timeline-post time,
21970
- .eael-timeline-post:nth-child(2n) time {
21971
- background-color: #fff;
21972
- -webkit-border-radius: 0;
21973
- border-radius: 0;
21974
- color: #444;
21975
- font-size: 12px;
21976
- text-transform: uppercase;
21977
- left: 0;
21978
- opacity: 1;
21979
- padding-top: 3px;
21980
- top: 275px;
21981
- width: 100%;
21982
- }
21983
-
21984
- time:before {
21985
- display: none;
21986
- }
21987
- }
21988
- @media only screen and (max-width: 767px) {
21989
- .eael-timeline-post {
21990
- display: block;
21991
- float: none !important;
21992
- margin: 20px auto;
21993
- width: 100% !important;
21994
- }
21995
-
21996
- .eael-timeline-post .eael-timeline-post-inner,
21997
- .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
21998
- display: block;
21999
- float: none;
22000
- margin: 0 auto;
22001
- }
22002
- }
22003
- @media only screen and (max-width: 479px) {
22004
- .eael-timeline-post .eael-timeline-post-inner,
22005
- .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
22006
- height: 250px;
22007
- margin: 0 auto;
22008
- width: 95%;
22009
- }
22010
-
22011
- .eael-timeline-post time,
22012
- .eael-timeline-post:nth-child(2n) time {
22013
- top: 205px;
22014
- }
22015
- }
22016
-
22017
- /* -------------------------------- */
22018
- /* 21. Pricing Table
22019
- /* -------------------------------- */
22020
- .eael-pricing {
22021
- -webkit-display: flex;
22022
- display: -webkit-box;
22023
- display: -ms-flexbox;
22024
- display: flex;
22025
- -webkit-justify-content: center;
22026
- -webkit-box-pack: center;
22027
- -ms-flex-pack: center;
22028
- justify-content: center;
22029
- -webkit-align-items: center;
22030
- -webkit-box-align: center;
22031
- -ms-flex-align: center;
22032
- align-items: center;
22033
- }
22034
-
22035
- .eael-pricing .eael-pricing-item {
22036
- width: 100%;
22037
- height: auto;
22038
- margin: 0;
22039
- }
22040
-
22041
- .eael-pricing .eael-pricing-button {
22042
- display: inline-block;
22043
- padding: 12px 25px;
22044
- background: #00C853;
22045
- font-size: 14px;
22046
- font-weight: 600;
22047
- color: #fff;
22048
- text-transform: uppercase;
22049
- text-decoration: none;
22050
- -webkit-transition: .3s;
22051
- -o-transition: .3s;
22052
- transition: .3s;
22053
- -webkit-border-radius: 4px;
22054
- border-radius: 4px;
22055
- }
22056
-
22057
- .eael-pricing .eael-pricing-button:hover {
22058
- background: #03b048;
22059
- }
22060
-
22061
- .eael-pricing .eael-pricing-item ul {
22062
- padding: 0px;
22063
- margin: 0px;
22064
- list-style: none;
22065
- }
22066
-
22067
- .eael-pricing .eael-pricing-item ul li.disable-item {
22068
- text-decoration: line-through;
22069
- opacity: 0.5;
22070
- }
22071
-
22072
- .eael-pricing .eael-pricing-item ul li span.li-icon {
22073
- color: #00C853;
22074
- margin-right: 6px;
22075
- }
22076
-
22077
- .eael-pricing .eael-pricing-item ul li.disable-item span.li-icon {
22078
- color: #EF5350;
22079
- }
22080
-
22081
- /*--- Pricing Table: Style 1 ---*/
22082
- .eael-pricing.style-1 {
22083
- position: relative;
22084
- z-index: 0;
22085
- text-align: center;
22086
- }
22087
-
22088
- .eael-pricing.style-1 .eael-pricing-item {
22089
- border: 1px solid rgba(9, 9, 9, 0.1);
22090
- padding: 30px;
22091
- -webkit-border-radius: 5px;
22092
- border-radius: 5px;
22093
- -webkit-transition: .5s;
22094
- -o-transition: .5s;
22095
- transition: .5s;
22096
- }
22097
-
22098
- .eael-pricing.style-1 .eael-pricing-item:hover {
22099
- -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
22100
- box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
22101
- }
22102
-
22103
- .eael-pricing.style-1 .eael-pricing-item.featured {
22104
- position: relative;
22105
- }
22106
-
22107
- .eael-pricing.style-1 .eael-pricing-item.ribbon-1:before {
22108
- content: "";
22109
- position: absolute;
22110
- width: 100%;
22111
- height: 3px;
22112
- background: #00C853;
22113
- top: 0px;
22114
- left: 0px;
22115
- right: 0px;
22116
- z-index: 1;
22117
- -webkit-border-radius: 5px 5px 0px 0px;
22118
- border-radius: 5px 5px 0px 0px;
22119
- }
22120
-
22121
- .eael-pricing.style-1 .eael-pricing-item.ribbon-2:before {
22122
- content: "Featured";
22123
- position: absolute;
22124
- width: auto;
22125
- background: #00C853;
22126
- color: #fff;
22127
- top: 35px;
22128
- right: -15px;
22129
- z-index: 10;
22130
- font-size: 10px;
22131
- font-weight: 600;
22132
- text-transform: uppercase;
22133
- padding: 5px 10px;
22134
- }
22135
-
22136
- .eael-pricing.style-1 .eael-pricing-item.ribbon-2:after {
22137
- content: "";
22138
- position: absolute;
22139
- top: 20px;
22140
- right: -15px;
22141
- width: 0;
22142
- height: 0;
22143
- border-bottom: 15px solid #00C853;
22144
- border-right: 15px solid transparent;
22145
- z-index: 9;
22146
- opacity: 0.9;
22147
- }
22148
-
22149
- .eael-pricing.style-1 .eael-pricing-item.ribbon-3:before {
22150
- content: "Featured";
22151
- position: absolute;
22152
- width: auto;
22153
- background: rgba(0, 0, 0, 0.6);
22154
- color: #fff;
22155
- top: 15px;
22156
- right: 15px;
22157
- z-index: 10;
22158
- font-size: 11px;
22159
- font-weight: 600;
22160
- text-transform: uppercase;
22161
- padding: 5px 15px;
22162
- }
22163
-
22164
- .eael-pricing.style-1 .eael-pricing-item .header {
22165
- display: block;
22166
- position: relative;
22167
- z-index: 0;
22168
- padding-bottom: 15px;
22169
- margin-bottom: 15px;
22170
- }
22171
-
22172
- .eael-pricing.style-1 .eael-pricing-item .header:after {
22173
- content: "";
22174
- position: absolute;
22175
- width: 140px;
22176
- height: 1px;
22177
- bottom: 0px;
22178
- left: 0px;
22179
- right: 0px;
22180
- margin: 0 auto;
22181
- z-index: 1;
22182
- background: rgba(9, 9, 9, 0.1);
22183
- }
22184
-
22185
- .eael-pricing.style-1 .eael-pricing-item .header .title {
22186
- font-weight: 700;
22187
- line-height: 30px;
22188
- margin: 0px;
22189
- }
22190
-
22191
- .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag {
22192
- position: relative;
22193
- z-index: 0;
22194
- padding: 15px 0px;
22195
- margin-bottom: 15px;
22196
- }
22197
-
22198
- .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after {
22199
- content: "";
22200
- position: absolute;
22201
- width: 140px;
22202
- height: 1px;
22203
- bottom: 0px;
22204
- left: 0px;
22205
- right: 0px;
22206
- margin: 0 auto;
22207
- z-index: 1;
22208
- background: rgba(9, 9, 9, 0.04);
22209
- }
22210
-
22211
- .eael-pricing.style-1 .eael-pricing-item .price-tag {
22212
- position: relative;
22213
- display: inline-block;
22214
- font-size: 28px;
22215
- font-weight: 500;
22216
- line-height: 0px;
22217
- margin: 0px auto;
22218
- }
22219
-
22220
- .eael-pricing.style-1 .eael-pricing-item .price-tag .price-currency {
22221
- font-size: 24px;
22222
- font-weight: 700;
22223
- }
22224
-
22225
- .eael-pricing.style-1 .eael-pricing-item .price-period {
22226
- color: #999;
22227
- }
22228
-
22229
- .eael-pricing.style-1 .eael-pricing-item .body ul {
22230
- display: block;
22231
- width: 100%;
22232
- margin-bottom: 15px;
22233
- }
22234
-
22235
- .eael-pricing.style-1 .eael-pricing-item .body ul li {
22236
- display: block;
22237
- width: 100%;
22238
- height: auto;
22239
- padding: 10px 0px;
22240
- font-size: 14px;
22241
- color: #6d6d6d;
22242
- border-bottom: 1px solid rgba(9, 9, 9, 0.04);
22243
- }
22244
-
22245
- .eael-pricing.style-1 .eael-pricing-item .body ul li:last-child {
22246
- border: none;
22247
- }
22248
-
22249
- .eael-pricing.style-1 .eael-pricing-item.featured-large {
22250
- padding: 60px 0px;
22251
- }
22252
-
22253
- /*--- Pricing Table : Style 2 ---*/
22254
- .eael-pricing.style-2 {
22255
- position: relative;
22256
- z-index: 0;
22257
- text-align: center;
22258
- }
22259
-
22260
- .eael-pricing.style-2 .eael-pricing-item {
22261
- padding: 30px 0px;
22262
- -webkit-border-radius: 5px;
22263
- border-radius: 5px;
22264
- margin: 0px;
22265
- border: 1px solid rgba(9, 9, 9, 0.1);
22266
- }
22267
-
22268
- .eael-pricing.style-2 .eael-pricing-item.featured {
22269
- -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
22270
- box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
22271
- }
22272
-
22273
- .eael-pricing.style-2 .eael-pricing-item.ribbon-1:before {
22274
- content: "";
22275
- position: absolute;
22276
- width: 100%;
22277
- height: 3px;
22278
- background: #00C853;
22279
- top: 0px;
22280
- left: 0px;
22281
- right: 0px;
22282
- z-index: 1;
22283
- -webkit-border-radius: 5px 5px 0px 0px;
22284
- border-radius: 5px 5px 0px 0px;
22285
- }
22286
-
22287
- .eael-pricing.style-2 .eael-pricing-item.ribbon-2:before {
22288
- content: "Featured";
22289
- position: absolute;
22290
- width: auto;
22291
- background: #00C853;
22292
- color: #fff;
22293
- top: 35px;
22294
- right: -15px;
22295
- z-index: 10;
22296
- font-size: 10px;
22297
- font-weight: 600;
22298
- text-transform: uppercase;
22299
- padding: 5px 10px;
22300
- }
22301
-
22302
- .eael-pricing.style-2 .eael-pricing-item.ribbon-2:after {
22303
- content: "";
22304
- position: absolute;
22305
- top: 20px;
22306
- right: -15px;
22307
- width: 0;
22308
- height: 0;
22309
- border-bottom: 15px solid #00C853;
22310
- border-right: 15px solid transparent;
22311
- z-index: 9;
22312
- opacity: 0.9;
22313
- }
22314
-
22315
- .eael-pricing.style-2 .eael-pricing-item.ribbon-3:before {
22316
- content: "Featured";
22317
- position: absolute;
22318
- width: auto;
22319
- background: rgba(0, 0, 0, 0.6);
22320
- color: #fff;
22321
- top: 15px;
22322
- right: 15px;
22323
- z-index: 10;
22324
- font-size: 11px;
22325
- font-weight: 600;
22326
- text-transform: uppercase;
22327
- padding: 5px 15px;
22328
- }
22329
-
22330
- .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon {
22331
- display: inline-block;
22332
- position: relative;
22333
- width: 80px;
22334
- height: 80px;
22335
- background: #00c853;
22336
- -webkit-border-radius: 50%;
22337
- border-radius: 50%;
22338
- margin-bottom: 30px;
22339
- text-align: center;
22340
- -webkit-transition: .5s;
22341
- -o-transition: .5s;
22342
- transition: .5s;
22343
- overflow: hidden;
22344
- }
22345
-
22346
- .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon i {
22347
- font-size: 30px;
22348
- color: #fff;
22349
- line-height: 80px;
22350
- -webkit-transition: .5s;
22351
- -o-transition: .5s;
22352
- transition: .5s;
22353
- }
22354
-
22355
- .eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon {
22356
- background: #43A047;
22357
- }
22358
-
22359
- .eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon i {
22360
- color: #fff;
22361
- }
22362
-
22363
- .eael-pricing.style-2 .eael-pricing-item .header {
22364
- background: #C8E6C9;
22365
- padding: 25px 30px;
22366
- margin-bottom: 15px;
22367
- position: relative;
22368
- z-index: 0;
22369
- }
22370
-
22371
- .eael-pricing.style-2 .eael-pricing-item.featured .header:after {
22372
- content: "";
22373
- position: absolute;
22374
- width: 100%;
22375
- height: 100%;
22376
- top: 0px;
22377
- left: 0px;
22378
- right: 0px;
22379
- bottom: 0px;
22380
- z-index: -1;
22381
- background: rgba(255, 255, 255, 0.4);
22382
- }
22383
-
22384
- .eael-pricing.style-2 .eael-pricing-item .header .title {
22385
- font-size: 28px;
22386
- font-weight: 700;
22387
- line-height: 40px;
22388
- margin: 0px;
22389
- }
22390
-
22391
- .eael-pricing.style-2 .eael-pricing-item .header .subititle {
22392
- font-size: 14px;
22393
- font-weight: 600;
22394
- color: #6d6d6d;
22395
- }
22396
-
22397
- .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag {
22398
- position: relative;
22399
- z-index: 0;
22400
- padding: 15px 0px;
22401
- margin-bottom: 15px;
22402
- }
22403
-
22404
- .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after {
22405
- content: "";
22406
- position: absolute;
22407
- width: 140px;
22408
- height: 1px;
22409
- bottom: 0px;
22410
- left: 0px;
22411
- right: 0px;
22412
- margin: 0 auto;
22413
- z-index: 1;
22414
- background: rgba(9, 9, 9, 0.04);
22415
- }
22416
-
22417
- .eael-pricing.style-2 .eael-pricing-item .price-tag {
22418
- position: relative;
22419
- display: inline-block;
22420
- font-size: 28px;
22421
- font-weight: 500;
22422
- line-height: 0px;
22423
- margin: 0px auto;
22424
- }
22425
-
22426
- .eael-pricing.style-2 .eael-pricing-item .price-tag .price-currency {
22427
- font-size: 24px;
22428
- font-weight: 700;
22429
- color: #00C853;
22430
- }
22431
-
22432
- .eael-pricing.style-2 .eael-pricing-item .price-period {
22433
- color: #999;
22434
- }
22435
-
22436
- .eael-pricing.style-2 .eael-pricing-item .body ul {
22437
- display: block;
22438
- width: 100%;
22439
- margin-bottom: 15px;
22440
- }
22441
-
22442
- .eael-pricing.style-2 .eael-pricing-item .body ul li {
22443
- display: block;
22444
- width: 100%;
22445
- height: auto;
22446
- padding: 10px 15px;
22447
- font-size: 14px;
22448
- color: #6d6d6d;
22449
- border-bottom: 1px solid rgba(9, 9, 9, 0.04);
22450
- }
22451
-
22452
- .eael-pricing.style-2 .eael-pricing-item .body ul li:last-child {
22453
- border: none;
22454
- }
22455
-
22456
- /*--- Media Query ---*/
22457
- @media only screen and (min-width: 768px) and (max-width: 992px) {
22458
- .eael-pricing {
22459
- display: block;
22460
- }
22461
-
22462
- .eael-pricing .eael-pricing-item,
22463
- .eael-pricing.style-2 .eael-pricing-item,
22464
- .eael-pricing.style-4 .eael-pricing-item {
22465
- width: 100%;
22466
- margin: 0 auto 30px auto;
22467
- }
22468
- }
22469
- @media only screen and (max-width: 480px) {
22470
- .eael-pricing {
22471
- display: block;
22472
- }
22473
-
22474
- .eael-pricing .eael-pricing-item {
22475
- width: 100%;
22476
- }
22477
-
22478
- .eael-pricing .eael-pricing-item,
22479
- .eael-pricing.style-2 .eael-pricing-item,
22480
- .eael-pricing.style-4 .eael-pricing-item {
22481
- margin: 0 auto 30px auto;
22482
- }
22483
- }
22484
- /*--- Page Builder Related Style ---*/
22485
- .eael-pricing-content-align-center .eael-pricing {
22486
- text-align: center;
22487
- }
22488
-
22489
- .eael-pricing-content-align-left .eael-pricing {
22490
- text-align: left;
22491
- }
22492
-
22493
- .eael-pricing-content-align-right .eael-pricing {
22494
- text-align: right;
22495
- }
22496
-
22497
- .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag {
22498
- padding-left: 45px;
22499
- }
22500
-
22501
- .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag:before {
22502
- left: 30px;
22503
- }
22504
-
22505
- .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag {
22506
- padding-right: 30px;
22507
- }
22508
-
22509
- .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .header,
22510
- .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,
22511
- .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .footer,
22512
- .eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .header,
22513
- .eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .footer {
22514
- padding-left: 30px;
22515
- padding-right: 30px;
22516
- }
22517
-
22518
- .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .header,
22519
- .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,
22520
- .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .footer,
22521
- .eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .header,
22522
- .eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .footer {
22523
- padding-right: 30px;
22524
- padding-left: 30px;
22525
- }
22526
-
22527
- .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .body ul li,
22528
- .eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .body ul li {
22529
- padding-left: 30px;
22530
- }
22531
-
22532
- .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .body ul li,
22533
- .eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .body ul li {
22534
- padding-right: 30px;
22535
- }
22536
-
22537
- .eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after {
22538
- -webkit-transform: translateX(-80%);
22539
- -ms-transform: translateX(-80%);
22540
- transform: translateX(-80%);
22541
- }
22542
-
22543
- .eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after {
22544
- -webkit-transform: translateX(80%);
22545
- -ms-transform: translateX(80%);
22546
- transform: translateX(80%);
22547
- }
22548
-
22549
- .eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,
22550
- .eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after {
22551
- -webkit-transform: translateX(0%);
22552
- -ms-transform: translateX(0%);
22553
- transform: translateX(0%);
22554
- }
22555
-
22556
- .eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,
22557
- .eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .header:after,
22558
- .eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,
22559
- .eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,
22560
- .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after,
22561
- .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after {
22562
- margin: 0;
22563
- width: 100%;
22564
- }
22565
-
22566
- /*--- Button Alignment ---*/
22567
- .eael-pricing-button-align-right .eael-pricing.style-1 .footer,
22568
- .eael-pricing-button-align-right .eael-pricing.style-2 .footer,
22569
- .eael-pricing-button-align-right .eael-pricing.style-3 .footer,
22570
- .eael-pricing-button-align-right .eael-pricing.style-4 .footer {
22571
- text-align: right;
22572
- }
22573
-
22574
- .eael-pricing-button-align-center .eael-pricing.style-1 .footer,
22575
- .eael-pricing-button-align-center .eael-pricing.style-2 .footer,
22576
- .eael-pricing-button-align-center .eael-pricing.style-3 .footer,
22577
- .eael-pricing-button-align-center .eael-pricing.style-4 .footer {
22578
- text-align: center;
22579
- }
22580
-
22581
- .eael-pricing-button-align-left .eael-pricing.style-1 .footer,
22582
- .eael-pricing-button-align-left .eael-pricing.style-2 .footer,
22583
- .eael-pricing-button-align-left .eael-pricing.style-3 .footer,
22584
- .eael-pricing-button-align-left .eael-pricing.style-4 .footer {
22585
- text-align: left;
22586
- }
22587
-
22588
- .eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-2 .footer,
22589
- .eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-4 .footer {
22590
- padding-right: 30px;
22591
- }
22592
-
22593
- .eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-2 .footer,
22594
- .eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-4 .footer {
22595
- padding-left: 30px;
22596
- }
22597
-
22598
- /*--- Only In Pro Alert ---*/
22599
- .only-in-pro {
22600
- width: 100%;
22601
- -webkit-display: flex;
22602
- display: -webkit-box;
22603
- display: -ms-flexbox;
22604
- display: flex;
22605
- -webkit-align-items: center;
22606
- -webkit-box-align: center;
22607
- -ms-flex-align: center;
22608
- align-items: center;
22609
- -webkit-justify-content: center;
22610
- -webkit-box-pack: center;
22611
- -ms-flex-pack: center;
22612
- justify-content: center;
22613
- padding: 15px;
22614
- min-width: 200px;
22615
- background: #EF5350;
22616
- color: #fff;
22617
- text-align: center;
22618
- }
22619
-
22620
- .only-in-pro .title {
22621
- font-family: 'Roboto', sans-serif;
22622
- font-size: 24px;
22623
- line-height: 40px;
22624
- margin: 0px;
22625
- }
22626
-
22627
- /*--- Pricing Table Tooltip ---*/
22628
- div.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow {
22629
- position: absolute;
22630
- top: 50%;
22631
- }
22632
-
22633
- div.tooltipster-sidetip.tooltipster-top div.tooltipster-box {
22634
- margin-bottom: 0px !important;
22635
- }
22636
-
22637
- div.tooltipster-sidetip.tooltipster-bottom div.tooltipster-box {
22638
- margin-top: 0px !important;
22639
- }
22640
-
22641
- .tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
22642
- top: auto;
22643
- bottom: -8px;
22644
- }
22645
-
22646
- div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
22647
- top: -8px;
22648
- bottom: auto;
22649
- }
22650
-
22651
- /*--------------------------*/
22652
- /* 09. Product Styles
22653
- /*--------------------------*/
22654
- .eael-product-grid .woocommerce ul.products,
22655
- .eael-post-grid .woocommerce ul.products {
22656
- display: grid;
22657
- grid-gap: 25px;
22658
- margin: 0 !important;
22659
- padding: 0 !important;
22660
- }
22661
- .eael-product-grid .woocommerce ul.products:before, .eael-product-grid .woocommerce ul.products:after,
22662
- .eael-post-grid .woocommerce ul.products:before,
22663
- .eael-post-grid .woocommerce ul.products:after {
22664
- display: none;
22665
- }
22666
- .eael-product-grid .woocommerce ul.products .product,
22667
- .eael-post-grid .woocommerce ul.products .product {
22668
- width: 100%;
22669
- margin: 0;
22670
- padding: 0;
22671
- }
22672
- .eael-product-grid .woocommerce ul.products.eael-product-columns-1,
22673
- .eael-post-grid .woocommerce ul.products.eael-product-columns-1 {
22674
- grid-template-columns: 100%;
22675
- }
22676
- .eael-product-grid .woocommerce ul.products.eael-product-columns-2,
22677
- .eael-post-grid .woocommerce ul.products.eael-product-columns-2 {
22678
- grid-template-columns: repeat(2, 1fr);
22679
- }
22680
- @media screen and (max-width: 480px) {
22681
- .eael-product-grid .woocommerce ul.products.eael-product-columns-2,
22682
- .eael-post-grid .woocommerce ul.products.eael-product-columns-2 {
22683
- grid-template-columns: repeat(1, 1fr);
22684
- }
22685
- }
22686
- .eael-product-grid .woocommerce ul.products.eael-product-columns-3,
22687
- .eael-post-grid .woocommerce ul.products.eael-product-columns-3 {
22688
- grid-template-columns: repeat(3, 1fr);
22689
- }
22690
- @media screen and (max-width: 767px) {
22691
- .eael-product-grid .woocommerce ul.products.eael-product-columns-3,
22692
- .eael-post-grid .woocommerce ul.products.eael-product-columns-3 {
22693
- grid-template-columns: repeat(2, 1fr);
22694
- }
22695
- }
22696
- @media screen and (max-width: 480px) {
22697
- .eael-product-grid .woocommerce ul.products.eael-product-columns-3,
22698
- .eael-post-grid .woocommerce ul.products.eael-product-columns-3 {
22699
- grid-template-columns: repeat(1, 1fr);
22700
- }
22701
- }
22702
- .eael-product-grid .woocommerce ul.products.eael-product-columns-4,
22703
- .eael-post-grid .woocommerce ul.products.eael-product-columns-4 {
22704
- grid-template-columns: repeat(4, 1fr);
22705
- }
22706
- @media screen and (max-width: 767px) {
22707
- .eael-product-grid .woocommerce ul.products.eael-product-columns-4,
22708
- .eael-post-grid .woocommerce ul.products.eael-product-columns-4 {
22709
- grid-template-columns: repeat(2, 1fr);
22710
- }
22711
- }
22712
- @media screen and (max-width: 480px) {
22713
- .eael-product-grid .woocommerce ul.products.eael-product-columns-4,
22714
- .eael-post-grid .woocommerce ul.products.eael-product-columns-4 {
22715
- grid-template-columns: repeat(1, 1fr);
22716
- }
22717
- }
22718
- .eael-product-grid .woocommerce ul.products.eael-product-columns-5,
22719
- .eael-post-grid .woocommerce ul.products.eael-product-columns-5 {
22720
- grid-template-columns: repeat(5, 1fr);
22721
- }
22722
- @media screen and (max-width: 767px) {
22723
- .eael-product-grid .woocommerce ul.products.eael-product-columns-5,
22724
- .eael-post-grid .woocommerce ul.products.eael-product-columns-5 {
22725
- grid-template-columns: repeat(2, 1fr);
22726
- }
22727
- }
22728
- @media screen and (max-width: 480px) {
22729
- .eael-product-grid .woocommerce ul.products.eael-product-columns-5,
22730
- .eael-post-grid .woocommerce ul.products.eael-product-columns-5 {
22731
- grid-template-columns: repeat(1, 1fr);
22732
- }
22733
- }
22734
- .eael-product-grid .woocommerce ul.products.eael-product-columns-6,
22735
- .eael-post-grid .woocommerce ul.products.eael-product-columns-6 {
22736
- grid-template-columns: repeat(6, 1fr);
22737
- }
22738
- @media screen and (max-width: 767px) {
22739
- .eael-product-grid .woocommerce ul.products.eael-product-columns-6,
22740
- .eael-post-grid .woocommerce ul.products.eael-product-columns-6 {
22741
- grid-template-columns: repeat(2, 1fr);
22742
- }
22743
- }
22744
- @media screen and (max-width: 480px) {
22745
- .eael-product-grid .woocommerce ul.products.eael-product-columns-6,
22746
- .eael-post-grid .woocommerce ul.products.eael-product-columns-6 {
22747
- grid-template-columns: repeat(1, 1fr);
22748
- }
22749
- }
22750
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,
22751
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product,
22752
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product {
22753
- position: relative;
22754
- float: left;
22755
- overflow: hidden;
22756
- text-align: center;
22757
- padding: 0;
22758
- -webkit-border-radius: 0;
22759
- border-radius: 0;
22760
- background-color: #fff;
22761
- -webkit-box-shadow: none;
22762
- box-shadow: none;
22763
- }
22764
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product a, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a,
22765
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product a,
22766
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a {
22767
- text-decoration: none;
22768
- }
22769
- .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,
22770
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product a:hover,
22771
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a:hover {
22772
- outline: none;
22773
- -webkit-box-shadow: none;
22774
- box-shadow: none;
22775
- }
22776
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product img, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product img,
22777
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product img,
22778
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product img {
22779
- width: 100%;
22780
- height: auto;
22781
- -webkit-backface-visibility: hidden;
22782
- backface-visibility: hidden;
22783
- }
22784
- .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,
22785
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,
22786
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title {
22787
- font-size: 16px;
22788
- font-weight: 700;
22789
- line-height: 1;
22790
- color: #333;
22791
- margin: 25px 0 12px;
22792
- padding: 0;
22793
- }
22794
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .onsale, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .onsale,
22795
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .onsale,
22796
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .onsale {
22797
- display: block;
22798
- line-height: 170px;
22799
- font-size: 13px;
22800
- text-align: center;
22801
- letter-spacing: 0;
22802
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
22803
- text-transform: uppercase;
22804
- color: #fff;
22805
- background-color: #ff2a13;
22806
- -webkit-border-radius: 0;
22807
- border-radius: 0;
22808
- border: none;
22809
- -webkit-box-shadow: none;
22810
- box-shadow: none;
22811
- position: absolute;
22812
- height: 100px;
22813
- width: 200px;
22814
- z-index: 1;
22815
- left: -100px;
22816
- top: -50px;
22817
- right: auto;
22818
- margin: 0;
22819
- padding: 0;
22820
- -webkit-transform: rotate(-45deg);
22821
- -ms-transform: rotate(-45deg);
22822
- transform: rotate(-45deg);
22823
- }
22824
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price,
22825
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price,
22826
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price {
22827
- font-size: 14px;
22828
- margin-bottom: 0;
22829
- }
22830
- .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,
22831
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price del,
22832
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price del {
22833
- opacity: 0.5;
22834
- display: inline-block;
22835
- }
22836
- .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,
22837
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price ins,
22838
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price ins {
22839
- font-weight: 400;
22840
- background-color: transparent;
22841
- color: #ff2a13;
22842
- }
22843
- .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,
22844
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,
22845
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating {
22846
- display: block;
22847
- float: none;
22848
- font-size: 14px;
22849
- margin: 10px auto;
22850
- }
22851
- .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,
22852
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,
22853
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button {
22854
- display: block;
22855
- font-size: 14px;
22856
- font-weight: 400;
22857
- line-height: 38px;
22858
- text-align: center;
22859
- text-transform: uppercase;
22860
- color: #fff;
22861
- background-color: #333;
22862
- padding: 0;
22863
- margin: 15px;
22864
- -webkit-border-radius: 0;
22865
- border-radius: 0;
22866
- }
22867
- .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,
22868
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,
22869
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus {
22870
- outline: none;
22871
- }
22872
- .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,
22873
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,
22874
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart {
22875
- display: block;
22876
- margin: 0 0 15px 0;
22877
- padding: 0;
22878
- font-size: 14px;
22879
- line-height: 1;
22880
- text-transform: capitalize;
22881
- color: #333;
22882
- background-color: transparent;
22883
- }
22884
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product,
22885
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product {
22886
- border: 1px solid #eee;
22887
- }
22888
- .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,
22889
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product {
22890
- border: 1px solid transparent;
22891
- }
22892
- .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
22893
- .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,
22894
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
22895
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart {
22896
- visibility: hidden;
22897
- -webkit-transition: none;
22898
- -o-transition: none;
22899
- transition: none;
22900
- }
22901
- .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover,
22902
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover {
22903
- border: 1px solid #eee;
22904
- }
22905
- .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,
22906
- .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart,
22907
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,
22908
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart {
22909
- visibility: visible;
22910
- }
22911
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product,
22912
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product {
22913
- position: relative;
22914
- float: left;
22915
- overflow: hidden;
22916
- text-align: center;
22917
- padding: 0 0 15px 0;
22918
- -webkit-border-radius: 0;
22919
- border-radius: 0;
22920
- background-color: #fff;
22921
- -webkit-box-shadow: none;
22922
- box-shadow: none;
22923
- }
22924
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a,
22925
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a {
22926
- text-decoration: none;
22927
- }
22928
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a:hover,
22929
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a:hover {
22930
- outline: none;
22931
- -webkit-box-shadow: none;
22932
- box-shadow: none;
22933
- }
22934
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product img,
22935
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product img {
22936
- width: 100%;
22937
- height: auto;
22938
- margin: 0;
22939
- -webkit-backface-visibility: hidden;
22940
- backface-visibility: hidden;
22941
- }
22942
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay,
22943
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay {
22944
- position: relative;
22945
- overflow: hidden;
22946
- line-height: 0;
22947
- }
22948
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap,
22949
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap {
22950
- position: absolute;
22951
- top: 50%;
22952
- left: 0;
22953
- right: 0;
22954
- text-align: center;
22955
- -webkit-transform: translateY(-50%);
22956
- -ms-transform: translateY(-50%);
22957
- transform: translateY(-50%);
22958
- }
22959
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,
22960
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
22961
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,
22962
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,
22963
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
22964
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart {
22965
- display: inline-block;
22966
- font-size: 14px;
22967
- line-height: 38px;
22968
- text-align: center;
22969
- color: #fff;
22970
- background-color: #333;
22971
- width: 38px;
22972
- height: 38px;
22973
- border-style: none;
22974
- -webkit-border-radius: 50%;
22975
- border-radius: 50%;
22976
- vertical-align: middle;
22977
- padding: 0;
22978
- margin: 0 5px;
22979
- -webkit-transform: translateY(20px);
22980
- -ms-transform: translateY(20px);
22981
- transform: translateY(20px);
22982
- opacity: 0;
22983
- -webkit-transition: opacity 300ms, -webkit-transform 200ms;
22984
- transition: opacity 300ms, -webkit-transform 200ms;
22985
- -o-transition: transform 200ms, opacity 300ms;
22986
- transition: transform 200ms, opacity 300ms;
22987
- transition: transform 200ms, opacity 300ms, -webkit-transform 200ms;
22988
- }
22989
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,
22990
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,
22991
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,
22992
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,
22993
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,
22994
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus {
22995
- outline: none;
22996
- }
22997
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
22998
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button {
22999
- font-size: 0;
23000
- }
23001
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before,
23002
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before {
23003
- display: none;
23004
- }
23005
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after,
23006
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after {
23007
- content: "\f217";
23008
- font: normal normal normal 14px/1 FontAwesome;
23009
- font-size: 14px;
23010
- line-height: 38px;
23011
- text-rendering: auto;
23012
- -webkit-font-smoothing: antialiased;
23013
- vertical-align: middle;
23014
- margin: 0;
23015
- padding: 0;
23016
- }
23017
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before,
23018
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before {
23019
- display: none;
23020
- }
23021
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after,
23022
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after {
23023
- content: "\f110";
23024
- display: inline-block;
23025
- font: normal normal normal 14px/1 FontAwesome;
23026
- font-size: 14px;
23027
- line-height: 38px;
23028
- color: #fff;
23029
- height: auto;
23030
- width: auto;
23031
- position: relative;
23032
- top: 0;
23033
- left: 0;
23034
- margin: 0;
23035
- padding: 0;
23036
- }
23037
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,
23038
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart {
23039
- font-size: 0;
23040
- }
23041
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after,
23042
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after {
23043
- content: "\f06e";
23044
- font: normal normal normal 14px/1 FontAwesome;
23045
- font-size: 14px;
23046
- line-height: 38px;
23047
- color: #fff;
23048
- text-rendering: auto;
23049
- -webkit-font-smoothing: antialiased;
23050
- vertical-align: middle;
23051
- margin: 0;
23052
- padding: 0;
23053
- }
23054
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title,
23055
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title {
23056
- font-size: 16px;
23057
- font-weight: 700;
23058
- line-height: 1;
23059
- color: #333;
23060
- margin: 25px 0 12px;
23061
- padding: 0;
23062
- }
23063
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .onsale,
23064
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .onsale {
23065
- display: block;
23066
- line-height: 170px;
23067
- font-size: 13px;
23068
- text-align: center;
23069
- letter-spacing: 0;
23070
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
23071
- text-transform: uppercase;
23072
- color: #fff;
23073
- background-color: #ff2a13;
23074
- -webkit-border-radius: 0;
23075
- border-radius: 0;
23076
- border: none;
23077
- -webkit-box-shadow: none;
23078
- box-shadow: none;
23079
- position: absolute;
23080
- height: 100px;
23081
- width: 200px;
23082
- z-index: 1;
23083
- left: -100px;
23084
- top: -50px;
23085
- right: auto;
23086
- margin: 0;
23087
- padding: 0;
23088
- -webkit-transform: rotate(-45deg);
23089
- -ms-transform: rotate(-45deg);
23090
- transform: rotate(-45deg);
23091
- }
23092
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price,
23093
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price {
23094
- font-size: 14px;
23095
- margin-bottom: 0;
23096
- }
23097
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price del,
23098
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price del {
23099
- opacity: 0.5;
23100
- display: inline-block;
23101
- }
23102
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price ins,
23103
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price ins {
23104
- font-weight: 400;
23105
- background-color: transparent;
23106
- color: #ff2a13;
23107
- }
23108
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating,
23109
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating {
23110
- display: block;
23111
- float: none;
23112
- font-size: 14px;
23113
- margin: 10px auto;
23114
- }
23115
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,
23116
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button,
23117
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,
23118
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button {
23119
- opacity: 1;
23120
- -webkit-transform: translateY(0);
23121
- -ms-transform: translateY(0);
23122
- transform: translateY(0);
23123
- }
23124
-
23125
- @-webkit-keyframes animateStripe {
23126
- 0% {
23127
- -webkit-transform: translate(0, 0);
23128
- transform: translate(0, 0);
23129
- }
23130
- 100% {
23131
- -webkit-transform: translate(35px, 0);
23132
- transform: translate(35px, 0);
23133
- }
23134
- }
23135
- @keyframes animateStripe {
23136
- 0% {
23137
- -webkit-transform: translate(0, 0);
23138
- transform: translate(0, 0);
23139
- }
23140
- 100% {
23141
- -webkit-transform: translate(35px, 0);
23142
- transform: translate(35px, 0);
23143
- }
23144
- }
23145
- @-webkit-keyframes animateStripeRTL {
23146
- 0% {
23147
- -webkit-transform: translate(0, 0);
23148
- transform: translate(0, 0);
23149
- }
23150
- 100% {
23151
- -webkit-transform: translate(-35px, 0);
23152
- transform: translate(-35px, 0);
23153
- }
23154
- }
23155
- @keyframes animateStripeRTL {
23156
- 0% {
23157
- -webkit-transform: translate(0, 0);
23158
- transform: translate(0, 0);
23159
- }
23160
- 100% {
23161
- -webkit-transform: translate(-35px, 0);
23162
- transform: translate(-35px, 0);
23163
- }
23164
- }
23165
- .eael-progressbar {
23166
- position: relative;
23167
- }
23168
-
23169
- .eael-progressbar-title {
23170
- font-size: 20px;
23171
- font-weight: 400;
23172
- }
23173
-
23174
- .eael-progressbar-line {
23175
- position: relative;
23176
- display: block;
23177
- width: 100%;
23178
- height: 12px;
23179
- background-color: #eeeeee;
23180
- }
23181
- .eael-progressbar-line .eael-progressbar-count-wrap {
23182
- position: absolute;
23183
- right: 0;
23184
- bottom: calc(100% + 5px);
23185
- font-size: 16px;
23186
- font-weight: 400;
23187
- line-height: 1;
23188
- }
23189
-
23190
- .eael-progressbar-line-fill {
23191
- display: inline-block;
23192
- position: absolute;
23193
- top: 50%;
23194
- left: 0;
23195
- width: 0;
23196
- height: 12px;
23197
- background-color: #000000;
23198
- -webkit-transform: translateY(-50%);
23199
- -ms-transform: translateY(-50%);
23200
- transform: translateY(-50%);
23201
- -webkit-transition: width 1500ms linear;
23202
- -o-transition: width 1500ms linear;
23203
- transition: width 1500ms linear;
23204
- overflow: hidden;
23205
- }
23206
-
23207
- .eael-progressbar-circle {
23208
- position: relative;
23209
- width: 200px;
23210
- height: 200px;
23211
- }
23212
- .eael-progressbar-circle .eael-progressbar-title {
23213
- font-size: 16px;
23214
- font-weight: 400;
23215
- }
23216
- .eael-progressbar-circle .eael-progressbar-count-wrap {
23217
- font-size: 28px;
23218
- font-weight: 700;
23219
- }
23220
-
23221
- .eael-progressbar-circle-shadow {
23222
- width: 220px;
23223
- height: 220px;
23224
- padding: 10px;
23225
- -webkit-border-radius: 50%;
23226
- border-radius: 50%;
23227
- }
23228
-
23229
- .eael-progressbar-circle-pie {
23230
- position: absolute;
23231
- top: 0;
23232
- left: 0;
23233
- width: 100%;
23234
- height: 100%;
23235
- -webkit-clip-path: inset(0 0 0 50%);
23236
- clip-path: inset(0 0 0 50%);
23237
- }
23238
-
23239
- .eael-progressbar-circle-inner {
23240
- height: 100%;
23241
- width: 100%;
23242
- border-width: 12px;
23243
- border-style: solid;
23244
- border-color: #eeeeee;
23245
- -webkit-border-radius: 50%;
23246
- border-radius: 50%;
23247
- }
23248
-
23249
- .eael-progressbar-circle-half {
23250
- position: absolute;
23251
- left: 0;
23252
- top: 0;
23253
- height: 100%;
23254
- width: 100%;
23255
- border-width: 12px;
23256
- border-style: solid;
23257
- border-color: #000000;
23258
- -webkit-border-radius: 50%;
23259
- border-radius: 50%;
23260
- -webkit-clip-path: inset(0 50% 0 0);
23261
- clip-path: inset(0 50% 0 0);
23262
- }
23263
-
23264
- .eael-progressbar-circle-half-left {
23265
- -webkit-transform: rotate(0deg);
23266
- -ms-transform: rotate(0deg);
23267
- transform: rotate(0deg);
23268
- }
23269
-
23270
- .eael-progressbar-circle-half-right {
23271
- -webkit-transform: rotate(180deg);
23272
- -ms-transform: rotate(180deg);
23273
- transform: rotate(180deg);
23274
- visibility: hidden;
23275
- }
23276
-
23277
- .eael-progressbar-circle-inner-content {
23278
- position: absolute;
23279
- top: 50%;
23280
- width: 100%;
23281
- -webkit-transform: translateY(-50%);
23282
- -ms-transform: translateY(-50%);
23283
- transform: translateY(-50%);
23284
- text-align: center;
23285
- }
23286
-
23287
- .eael-progressbar-half-circle {
23288
- position: relative;
23289
- width: 200px;
23290
- height: 100px;
23291
- overflow: hidden;
23292
- }
23293
- .eael-progressbar-half-circle .eael-progressbar-circle-pie {
23294
- -webkit-clip-path: inset(0 0 50% 0);
23295
- clip-path: inset(0 0 50% 0);
23296
- }
23297
- .eael-progressbar-half-circle .eael-progressbar-circle-half {
23298
- -webkit-clip-path: inset(50% 0 0 0);
23299
- clip-path: inset(50% 0 0 0);
23300
- -webkit-transform: rotate(0deg);
23301
- -ms-transform: rotate(0deg);
23302
- transform: rotate(0deg);
23303
- -webkit-transition: -webkit-transform 1500ms linear;
23304
- transition: -webkit-transform 1500ms linear;
23305
- -o-transition: transform 1500ms linear;
23306
- transition: transform 1500ms linear;
23307
- transition: transform 1500ms linear, -webkit-transform 1500ms linear;
23308
- }
23309
- .eael-progressbar-half-circle .eael-progressbar-circle-inner-content {
23310
- top: initial;
23311
- bottom: 0;
23312
- -webkit-transform: translateY(0);
23313
- -ms-transform: translateY(0);
23314
- transform: translateY(0);
23315
- }
23316
- .eael-progressbar-half-circle .eael-progressbar-title {
23317
- font-size: 16px;
23318
- font-weight: 400;
23319
- }
23320
- .eael-progressbar-half-circle .eael-progressbar-count-wrap {
23321
- font-size: 28px;
23322
- font-weight: 700;
23323
- }
23324
-
23325
- .eael-progressbar-half-circle-after {
23326
- position: relative;
23327
- font-size: 12px;
23328
- font-weight: 400;
23329
- clear: both;
23330
- }
23331
-
23332
- .eael-progressbar-postfix-label {
23333
- float: right;
23334
- }
23335
-
23336
- .eael-progressbar-line-stripe .eael-progressbar-line-fill:after {
23337
- content: '';
23338
- position: absolute;
23339
- top: 0;
23340
- left: -35px;
23341
- width: calc(100% + 70px);
23342
- height: 100%;
23343
- 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);
23344
- 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);
23345
- 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);
23346
- -webkit-background-size: 35px 35px;
23347
- background-size: 35px 35px;
23348
- }
23349
-
23350
- .eael-progressbar-line-animate .eael-progressbar-line-fill:after {
23351
- -webkit-animation: animateStripe 2s linear infinite;
23352
- animation: animateStripe 2s linear infinite;
23353
- }
23354
-
23355
- .eael-progressbar-line-animate-rtl .eael-progressbar-line-fill:after {
23356
- -webkit-animation: animateStripeRTL 2s linear infinite;
23357
- animation: animateStripeRTL 2s linear infinite;
23358
- }
23359
-
23360
- .eael-progressbar-circle-wrap > div {
23361
- margin: 0 auto;
23362
- }
23363
-
23364
- /*alignment*/
23365
- .eael-progressbar-line-container.left,
23366
- .eael-progressbar-circle-container.left > div,
23367
- .eael-progressbar-box-container.left > div {
23368
- margin: 0 auto 0 0;
23369
- }
23370
-
23371
- .eael-progressbar-line-container.center,
23372
- .eael-progressbar-circle-container.center > div,
23373
- .eael-progressbar-box-container.center > div {
23374
- margin: 0 auto;
23375
- }
23376
-
23377
- .eael-progressbar-line-container.right,
23378
- .eael-progressbar-circle-container.right > div,
23379
- .eael-progressbar-box-container.right > div {
23380
- margin: 0 0 0 auto;
23381
- }
23382
-
23383
- /*----------------------------*/
23384
- /* 07. Team Members Styles
23385
- /*----------------------------*/
23386
- .eael-team-item {
23387
- overflow: hidden;
23388
- position: relative;
23389
- }
23390
-
23391
- .team-avatar-rounded figure img {
23392
- -webkit-border-radius: 50%;
23393
- border-radius: 50%;
23394
- height: auto;
23395
- }
23396
-
23397
- .eael-team-image > figure {
23398
- margin: 0;
23399
- padding: 0;
23400
- }
23401
-
23402
- .eael-team-image > figure img {
23403
- display: block;
23404
- margin: 0 auto;
23405
- }
23406
-
23407
- .eael-team-item .eael-team-content {
23408
- padding: 10px;
23409
- }
23410
-
23411
- .eael-team-item .eael-team-member-name {
23412
- font-size: 20px;
23413
- font-weight: bold;
23414
- letter-spacing: 0.05em;
23415
- margin: 5px 0;
23416
- text-transform: uppercase;
23417
- }
23418
-
23419
- .eael-team-item .eael-team-member-position {
23420
- font-size: 14px;
23421
- font-weight: normal;
23422
- letter-spacing: 0.05em;
23423
- margin: 5px 0 10px;
23424
- text-transform: uppercase;
23425
- }
23426
-
23427
- .eael-team-item .eael-team-content,
23428
- .eael-team-item .eael-team-content .eael-team-text {
23429
- font-size: 14px;
23430
- line-height: 1.5;
23431
- }
23432
-
23433
- .eael-team-content > ul {
23434
- margin: 0;
23435
- padding: 0;
23436
- }
23437
-
23438
- .eael-team-content li {
23439
- display: inline-block;
23440
- list-style: outside none none;
23441
- margin-right: 10px;
23442
- text-align: center;
23443
- }
23444
-
23445
- .eael-team-content li a {
23446
- font-size: 2.5rem;
23447
- }
23448
-
23449
- .eael-team-align-left .eael-team-item .eael-team-member-name,
23450
- .eael-team-align-left .eael-team-item .eael-team-member-position,
23451
- .eael-team-align-left .eael-team-item .eael-team-text,
23452
- .eael-team-align-left .eael-team-item .eael-team-content p,
23453
- .eael-team-align-left .eael-team-item .eael-team-content ul,
23454
- .eael-team-align-left .eael-team-item .eael-team-content li {
23455
- text-align: left;
23456
- }
23457
-
23458
- .eael-team-align-right .eael-team-item .eael-team-member-name,
23459
- .eael-team-align-right .eael-team-item .eael-team-member-position,
23460
- .eael-team-align-right .eael-team-item .eael-team-text,
23461
- .eael-team-align-right .eael-team-item .eael-team-content p,
23462
- .eael-team-align-right .eael-team-item .eael-team-content ul,
23463
- .eael-team-align-right .eael-team-item .eael-team-content li {
23464
- text-align: right;
23465
- }
23466
-
23467
- .eael-team-align-centered .eael-team-item .eael-team-member-name,
23468
- .eael-team-align-centered .eael-team-item .eael-team-member-position,
23469
- .eael-team-align-centered .eael-team-item .eael-team-text,
23470
- .eael-team-align-centered .eael-team-item .eael-team-content p,
23471
- .eael-team-align-centered .eael-team-item .eael-team-content ul,
23472
- .eael-team-align-centered .eael-team-item .eael-team-content li {
23473
- text-align: center;
23474
- }
23475
-
23476
- .eael-team-item.eael-team-members-overlay .eael-team-content {
23477
- bottom: 10px;
23478
- left: 10px;
23479
- margin-bottom: 0;
23480
- padding-top: 15%;
23481
- opacity: 0;
23482
- overflow: hidden;
23483
- -o-text-overflow: ellipsis;
23484
- text-overflow: ellipsis;
23485
- position: absolute;
23486
- right: 10px;
23487
- top: 10px;
23488
- -webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
23489
- -o-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
23490
- transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
23491
- }
23492
-
23493
- .eael-team-item.eael-team-members-overlay:hover .eael-team-content {
23494
- opacity: 1;
23495
- }
23496
-
23497
- .eael-team-member-social-link > a {
23498
- display: inline-block;
23499
- -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
23500
- -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
23501
- transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
23502
- }
23503
-
23504
- .eael-team-member-social-link > a:focus {
23505
- outline: none;
23506
- }
23507
-
23508
- /*----------------------------*/
23509
- /* 08. Testimonials Styles
23510
- /*----------------------------*/
23511
- .eael-testimonial-slider {
23512
- position: relative;
23513
- }
23514
-
23515
- .testimonial-star-rating {
23516
- padding: 0;
23517
- margin: 0;
23518
- }
23519
-
23520
- .testimonial-star-rating li {
23521
- list-style: none;
23522
- display: inline-block;
23523
- }
23524
-
23525
- .testimonial-star-rating li i {
23526
- color: #d8d8d8;
23527
- }
23528
-
23529
- .rating-five .testimonial-star-rating li i {
23530
- color: #f2b01e;
23531
- }
23532
-
23533
- .rating-one .testimonial-star-rating li:first-child i {
23534
- color: #f2b01e;
23535
- }
23536
-
23537
- .rating-two .testimonial-star-rating li:nth-child(1) i,
23538
- .rating-two .testimonial-star-rating li:nth-child(2) i {
23539
- color: #f2b01e;
23540
- }
23541
-
23542
- .rating-three .testimonial-star-rating li:nth-child(1) i,
23543
- .rating-three .testimonial-star-rating li:nth-child(2) i,
23544
- .rating-three .testimonial-star-rating li:nth-child(3) i {
23545
- color: #f2b01e;
23546
- }
23547
-
23548
- .rating-four .testimonial-star-rating li:nth-child(1) i,
23549
- .rating-four .testimonial-star-rating li:nth-child(2) i,
23550
- .rating-four .testimonial-star-rating li:nth-child(3) i,
23551
- .rating-four .testimonial-star-rating li:nth-child(4) i {
23552
- color: #f2b01e;
23553
- }
23554
-
23555
- /*--- Default styles ---*/
23556
- .eael-testimonial-image img {
23557
- max-width: 100%;
23558
- }
23559
-
23560
- .eael-testimonial-image {
23561
- padding: 10px 0px 0px 0px;
23562
- }
23563
-
23564
- .eael-testimonial-image > figure {
23565
- display: block;
23566
- margin: 0;
23567
- }
23568
-
23569
- .testimonial-avatar-rounded figure img {
23570
- -webkit-border-radius: 50%;
23571
- border-radius: 50%;
23572
- height: auto;
23573
- }
23574
-
23575
- .eael-testimonial-content {
23576
- margin: 0;
23577
- padding: 10px;
23578
- }
23579
-
23580
- .eael-testimonial-item > figure {
23581
- margin: 0 auto;
23582
- padding: 0 20px;
23583
- }
23584
-
23585
- .eael-testimonial-item .center-text {
23586
- text-align: center;
23587
- }
23588
-
23589
- .eael-testimonial-item .right-text {
23590
- text-align: right;
23591
- }
23592
-
23593
- .eael-testimonial-item .left-text {
23594
- text-align: left;
23595
- }
23596
-
23597
- .eael-testimonial-item .justify-text {
23598
- text-align: justify;
23599
- }
23600
-
23601
- .eael-testimonial-content .eael-testimonial-text {
23602
- font-size: 100%;
23603
- font-style: italic;
23604
- line-height: 1.5;
23605
- margin-top: 0px;
23606
- margin-bottom: 10px;
23607
- word-wrap: break-word;
23608
- }
23609
-
23610
- .eael-testimonial-content .eael-testimonial-user {
23611
- display: inline-block;
23612
- font-family: inherit;
23613
- font-size: 105%;
23614
- font-style: italic;
23615
- font-weight: normal;
23616
- line-height: 1.5;
23617
- margin-top: 0;
23618
- margin-bottom: 0;
23619
- margin-right: 5px;
23620
- }
23621
-
23622
- .eael-testimonial-content .eael-testimonial-user-company {
23623
- display: inline-block;
23624
- font-family: inherit;
23625
- font-size: 90%;
23626
- font-style: italic;
23627
- font-weight: lighter;
23628
- line-height: 1.75;
23629
- margin-bottom: 0;
23630
- margin-top: 1px;
23631
- }
23632
-
23633
- .eael-testimonial-image {
23634
- position: relative;
23635
- }
23636
-
23637
- .eael-testimonial-item .eael-testimonial-quote::after {
23638
- color: inherit !important;
23639
- content: "\f10e";
23640
- font-family: "FontAwesome";
23641
- font-size: 200%;
23642
- }
23643
-
23644
- .eael-testimonial-slider.default-style .eael-testimonial-align-centered .eael-testimonial-image figure img {
23645
- margin: 0 auto;
23646
- }
23647
-
23648
- .eael-testimonial-slider.default-style .eael-testimonial-align-left .eael-testimonial-image figure img,
23649
- .eael-testimonial-slider.default-style .eael-testimonial-align-right .eael-testimonial-image figure img,
23650
- .eael-testimonial-slider.classic-style .eael-testimonial-align-left .eael-testimonial-image figure img,
23651
- .eael-testimonial-slider.classic-style .eael-testimonial-align-right .eael-testimonial-image figure img,
23652
- .eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-image figure img,
23653
- .eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-image figure img {
23654
- margin: 0;
23655
- }
23656
-
23657
- .eael-testimonial-slider.default-style .eael-testimonial-align-right .eael-testimonial-image figure,
23658
- .eael-testimonial-slider.classic-style .eael-testimonial-align-right .eael-testimonial-image figure,
23659
- .eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-image figure {
23660
- text-align: right;
23661
- }
23662
-
23663
- .eael-testimonial-slider.default-style .eael-testimonial-align-left .eael-testimonial-image figure,
23664
- .eael-testimonial-slider.classic-style .eael-testimonial-align-left .eael-testimonial-image figure,
23665
- .eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-image figure {
23666
- text-align: left;
23667
- }
23668
-
23669
- .eael-testimonial-slider.default-style .eael-testimonial-align-right .default-style-testimonial-content,
23670
- .eael-testimonial-slider.classic-style .eael-testimonial-align-right .testimonial-classic-style-content,
23671
- .eael-testimonial-slider.middle-style .eael-testimonial-align-right .middle-style-content,
23672
- .eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-text {
23673
- text-align: right;
23674
- }
23675
-
23676
- .eael-testimonial-slider.default-style .eael-testimonial-align-center .default-style-testimonial-content,
23677
- .eael-testimonial-slider.classic-style .eael-testimonial-align-center .testimonial-classic-style-content,
23678
- .eael-testimonial-slider.middle-style .eael-testimonial-align-center .middle-style-content,
23679
- .eael-testimonial-slider.middle-style .eael-testimonial-align-center .eael-testimonial-text {
23680
- text-align: center;
23681
- }
23682
-
23683
- .eael-testimonial-slider.default-style .eael-testimonial-align-left .default-style-testimonial-content,
23684
- .eael-testimonial-slider.classic-style .eael-testimonial-align-left .testimonial-classic-style-content,
23685
- .eael-testimonial-slider.middle-style .eael-testimonial-align-left .middle-style-content,
23686
- .eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-text {
23687
- text-align: left;
23688
- }
23689
-
23690
- .eael-testimonial-slider.icon-img-left-content .eael-testimonial-text > p,
23691
- .eael-testimonial-slider.icon-img-right-content .eael-testimonial-text > p {
23692
- margin: 0px;
23693
- }
23694
-
23695
- /*--- Left align ---*/
23696
- .icon-img-left-content .eael-testimonial-image {
23697
- float: left;
23698
- width: 30%;
23699
- }
23700
-
23701
- .icon-img-left-content .eael-testimonial-content {
23702
- float: left;
23703
- width: 70%;
23704
- text-align: left;
23705
- }
23706
-
23707
- .icon-img-left-content.eael-testimonial-item {
23708
- overflow: hidden;
23709
- position: relative;
23710
- }
23711
-
23712
- .icon-img-left-content .eael-testimonial-quote {
23713
- position: absolute;
23714
- right: 0;
23715
- }
23716
-
23717
- .icon-img-left-content .eael-testimonial-text {
23718
- margin-top: 0;
23719
- }
23720
-
23721
- /*--- Center align ---*/
23722
- .eael-testimonial-align-centered .eael-testimonial-user,
23723
- .eael-testimonial-align-centered .eael-testimonial-user-company {
23724
- float: none;
23725
- text-align: center;
23726
- }
23727
-
23728
- .eael-testimonial-align-centered .eael-testimonial-image > figure img {
23729
- display: block;
23730
- margin-left: auto !important;
23731
- margin-right: auto !important;
23732
- }
23733
-
23734
- /* .eael-testimonial-align-centered .testimonial-star-rating{
23735
- text-align: center;
23736
- } */
23737
- /*--- Right align ---*/
23738
- .icon-img-right-content .eael-testimonial-image {
23739
- float: right;
23740
- width: 30%;
23741
- }
23742
-
23743
- .icon-img-right-content .eael-testimonial-content {
23744
- float: right;
23745
- width: 70%;
23746
- text-align: right;
23747
- }
23748
-
23749
- .icon-img-right-content.eael-testimonial-item {
23750
- overflow: hidden;
23751
- position: relative;
23752
- }
23753
-
23754
- .icon-img-right-content .eael-testimonial-quote {
23755
- position: absolute;
23756
- }
23757
-
23758
- .icon-img-right-content .eael-testimonial-text {
23759
- margin-top: 0;
23760
- }
23761
-
23762
- .eael-testimonial-item {
23763
- position: relative;
23764
- }
23765
-
23766
- .classic-style.testimonial-alignment-center .eael-testimonial-image,
23767
- .default-style.testimonial-alignment-center .eael-testimonial-image {
23768
- text-align: center;
23769
- }
23770
-
23771
- .classic-style.testimonial-alignment-right .eael-testimonial-image,
23772
- .default-style.testimonial-alignment-right .eael-testimonial-image {
23773
- text-align: right;
23774
- }
23775
-
23776
- .classic-style.testimonial-alignment-center .eael-testimonial-image > figure,
23777
- .default-style.testimonial-alignment-center .eael-testimonial-image > figure {
23778
- text-align: center;
23779
- }
23780
-
23781
- .eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-centered .eael-testimonial-content {
23782
- text-align: center;
23783
- }
23784
-
23785
- .eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-left .eael-testimonial-content {
23786
- text-align: left;
23787
- }
23788
-
23789
- .eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-right .eael-testimonial-content {
23790
- text-align: right;
23791
- }
23792
-
23793
- .eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-centered .eael-testimonial-content {
23794
- text-align: center;
23795
- }
23796
-
23797
- .eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-left .eael-testimonial-content {
23798
- text-align: left;
23799
- }
23800
-
23801
- .eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-right .eael-testimonial-content {
23802
- text-align: right;
23803
- }
23804
-
23805
- span.eael-testimonial-quote {
23806
- position: absolute;
23807
- right: 10px;
23808
- top: 10px;
23809
- }
23810
-
23811
- /*--- Image align ---*/
23812
- .eael-testimonial-item.left .eael-testimonial-image {
23813
- text-align: left;
23814
- }
23815
-
23816
- .eael-testimonial-item.center .eael-testimonial-image {
23817
- text-align: center;
23818
- }
23819
-
23820
- .eael-testimonial-item.right .eael-testimonial-image {
23821
- text-align: right;
23822
- }
23823
-
23824
- /*--- Float title image style ---*/
23825
- .eael-testimonial-inline-bio .eael-testimonial-image {
23826
- float: left;
23827
- }
23828
-
23829
- .eael-testimonial-inline-bio .bio-text {
23830
- padding-top: 10px;
23831
- }
23832
-
23833
- .eael-testimonial-content.eael-testimonial-inline-bio {
23834
- overflow: hidden;
23835
- margin-bottom: 0;
23836
- padding-bottom: 0;
23837
- }
23838
-
23839
- .eael-testimonial-inline-bio .testimonial-star-rating,
23840
- .eael-testimonial-inline-bio .bio-text {
23841
- float: left;
23842
- width: 65%;
23843
- }
23844
-
23845
- .eael-testimonial-content.eael-testimonial-inline-bio {
23846
- text-align: left !important;
23847
- }
23848
-
23849
- /*--- Float inline style ---*/
23850
- .testimonial-inline-style .eael-testimonial-image {
23851
- float: left;
23852
- max-width: 100%;
23853
- padding: 0;
23854
- margin-right: 15px;
23855
- }
23856
-
23857
- .testimonial-inline-style {
23858
- overflow: hidden;
23859
- text-align: left;
23860
- }
23861
-
23862
- .content-top-icon-title-inline .eael-testimonial-text,
23863
- .content-top-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text {
23864
- text-align: left;
23865
- }
23866
-
23867
- .content-top-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
23868
- text-align: center;
23869
- }
23870
-
23871
- .content-top-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
23872
- text-align: right;
23873
- }
23874
-
23875
- .content-bottom-icon-title-inline .eael-testimonial-text,
23876
- .content-bottom-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text {
23877
- text-align: left;
23878
- }
23879
-
23880
- .content-bottom-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
23881
- text-align: center;
23882
- }
23883
-
23884
- .content-bottom-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
23885
- text-align: right;
23886
- }
23887
-
23888
- /*------------------------------*/
23889
- /* 32. Tooltip
23890
- /*------------------------------*/
23891
- .eael-tooltip {
23892
- position: relative;
23893
- display: inline-block;
23894
- min-width: 150px;
23895
- text-align: center;
23896
- padding: 12px 24px;
23897
- font-size: .93rem;
23898
- color: #333;
23899
- line-height: 1;
23900
- cursor: pointer;
23901
- -webkit-transition: all 0.3s ease-in-out;
23902
- -o-transition: all 0.3s ease-in-out;
23903
- transition: all 0.3s ease-in-out;
23904
- }
23905
-
23906
- .eael-tooltip .eael-tooltip-text {
23907
- display: block;
23908
- width: 100%;
23909
- visibility: hidden;
23910
- background-color: black;
23911
- color: #fff;
23912
- text-align: center;
23913
- -webkit-border-radius: 4px;
23914
- border-radius: 4px;
23915
- padding: 10px;
23916
- position: absolute;
23917
- z-index: 1;
23918
- font-size: .93rem;
23919
- line-height: 1.3;
23920
- }
23921
-
23922
- .eael-tooltip .eael-tooltip-text::after {
23923
- content: "";
23924
- position: absolute;
23925
- border-width: 5px;
23926
- border-style: solid;
23927
- }
23928
-
23929
- .eael-tooltip:hover .eael-tooltip-text {
23930
- visibility: visible;
23931
- }
23932
-
23933
- /*--- Left ---*/
23934
- .eael-tooltip .eael-tooltip-text.eael-tooltip-left {
23935
- top: 50%;
23936
- right: 100%;
23937
- -webkit-transform: translateY(-50%);
23938
- -ms-transform: translateY(-50%);
23939
- transform: translateY(-50%);
23940
- margin-right: 10px;
23941
- }
23942
-
23943
- .eael-tooltip:hover .eael-tooltip-text.eael-tooltip-left {
23944
- -webkit-animation: tooltipLeftIn 300ms ease-in-out;
23945
- animation: tooltipLeftIn 300ms ease-in-out;
23946
- }
23947
-
23948
- .eael-tooltip .eael-tooltip-text.eael-tooltip-left::after {
23949
- top: calc(50% - 5px);
23950
- left: 100%;
23951
- border-color: transparent transparent transparent black;
23952
- }
23953
-
23954
- /*--- Right ---*/
23955
- .eael-tooltip .eael-tooltip-text.eael-tooltip-right {
23956
- top: 50%;
23957
- left: 100%;
23958
- -webkit-transform: translateY(-50%);
23959
- -ms-transform: translateY(-50%);
23960
- transform: translateY(-50%);
23961
- -webkit-transition: all 0.3s ease-in-out;
23962
- -o-transition: all 0.3s ease-in-out;
23963
- transition: all 0.3s ease-in-out;
23964
- margin-left: 10px;
23965
- }
23966
-
23967
- .eael-tooltip:hover .eael-tooltip-text.eael-tooltip-right {
23968
- -webkit-animation: tooltipRightIn 300ms linear;
23969
- animation: tooltipRightIn 300ms linear;
23970
- }
23971
-
23972
- .eael-tooltip .eael-tooltip-text.eael-tooltip-right::after {
23973
- top: calc(50% - 5px);
23974
- right: 100%;
23975
- border-color: transparent black transparent transparent;
23976
- }
23977
-
23978
- /*--- Top ---*/
23979
- .eael-tooltip .eael-tooltip-text.eael-tooltip-top {
23980
- bottom: calc(100%);
23981
- left: 0;
23982
- right: 0;
23983
- margin: 0 auto 10px auto;
23984
- }
23985
-
23986
- .eael-tooltip .eael-tooltip-text.eael-tooltip-top::after {
23987
- margin-top: 0px;
23988
- top: 100%;
23989
- left: calc( 50% - 5px);
23990
- border-color: black transparent transparent transparent;
23991
- }
23992
-
23993
- .eael-tooltip:hover .eael-tooltip-text.eael-tooltip-top {
23994
- -webkit-animation: tooltipTopIn 300ms linear;
23995
- animation: tooltipTopIn 300ms linear;
23996
- }
23997
-
23998
- /*--- Bottom ---*/
23999
- .eael-tooltip .eael-tooltip-text.eael-tooltip-bottom {
24000
- top: 100%;
24001
- left: 0;
24002
- right: 0;
24003
- margin: 10px auto 0px auto;
24004
- }
24005
-
24006
- .eael-tooltip .eael-tooltip-text.eael-tooltip-bottom::after {
24007
- margin-top: 0px;
24008
- bottom: 100%;
24009
- left: calc( 50% - 5px);
24010
- border-color: transparent transparent black transparent;
24011
- }
24012
-
24013
- .eael-tooltip:hover .eael-tooltip-text.eael-tooltip-bottom {
24014
- -webkit-animation: tooltipBottomIn 300ms linear;
24015
- animation: tooltipBottomIn 300ms linear;
24016
- }
24017
-
24018
- /*--- Alignments ---*/
24019
- .eael-tooltip-align-left {
24020
- display: -webkit-box;
24021
- display: -webkit-flex;
24022
- display: -ms-flexbox;
24023
- display: flex;
24024
- width: 100%;
24025
- -webkit-box-pack: start;
24026
- -webkit-justify-content: flex-start;
24027
- -ms-flex-pack: start;
24028
- justify-content: flex-start;
24029
- }
24030
-
24031
- .eael-tooltip-align-right {
24032
- display: -webkit-box;
24033
- display: -webkit-flex;
24034
- display: -ms-flexbox;
24035
- display: flex;
24036
- width: 100%;
24037
- -webkit-box-pack: end;
24038
- -webkit-justify-content: flex-end;
24039
- -ms-flex-pack: end;
24040
- justify-content: flex-end;
24041
- }
24042
-
24043
- .eael-tooltip-align-center {
24044
- display: -webkit-box;
24045
- display: -webkit-flex;
24046
- display: -ms-flexbox;
24047
- display: flex;
24048
- width: 100%;
24049
- -webkit-box-pack: center;
24050
- -webkit-justify-content: center;
24051
- -ms-flex-pack: center;
24052
- justify-content: center;
24053
- }
24054
-
24055
- .eael-tooltip-align-justify .eael-tooltip {
24056
- display: -webkit-box;
24057
- display: -webkit-flex;
24058
- display: -ms-flexbox;
24059
- display: flex;
24060
- -webkit-box-pack: center;
24061
- -webkit-justify-content: center;
24062
- -ms-flex-pack: center;
24063
- justify-content: center;
24064
- -webkit-box-align: center;
24065
- -webkit-align-items: center;
24066
- -ms-flex-align: center;
24067
- align-items: center;
24068
- }
24069
-
24070
- /*--- Tooltip Keyframes ---*/
24071
- @-webkit-keyframes tooltipRightIn {
24072
- 0% {
24073
- opacity: 0;
24074
- left: 105%;
24075
- }
24076
- 100% {
24077
- opacity: 1;
24078
- left: 100%;
24079
- }
24080
- }
24081
- @keyframes tooltipRightIn {
24082
- 0% {
24083
- opacity: 0;
24084
- left: 105%;
24085
- }
24086
- 100% {
24087
- opacity: 1;
24088
- left: 100%;
24089
- }
24090
- }
24091
- @-webkit-keyframes tooltipLeftIn {
24092
- 0% {
24093
- opacity: 0;
24094
- right: 105%;
24095
- }
24096
- 100% {
24097
- opacity: 1;
24098
- right: 100%;
24099
- }
24100
- }
24101
- @keyframes tooltipLeftIn {
24102
- 0% {
24103
- opacity: 0;
24104
- right: 105%;
24105
- }
24106
- 100% {
24107
- opacity: 1;
24108
- right: 100%;
24109
- }
24110
- }
24111
- @-webkit-keyframes tooltipTopIn {
24112
- 0% {
24113
- opacity: 0;
24114
- bottom: 110%;
24115
- }
24116
- 100% {
24117
- opacity: 1;
24118
- bottom: 100%;
24119
- }
24120
- }
24121
- @keyframes tooltipTopIn {
24122
- 0% {
24123
- opacity: 0;
24124
- bottom: 110%;
24125
- }
24126
- 100% {
24127
- opacity: 1;
24128
- bottom: 100%;
24129
- }
24130
- }
24131
- @-webkit-keyframes tooltipBottomIn {
24132
- 0% {
24133
- opacity: 0;
24134
- top: 110%;
24135
- }
24136
- 100% {
24137
- opacity: 1;
24138
- top: 100%;
24139
- }
24140
- }
24141
- @keyframes tooltipBottomIn {
24142
- 0% {
24143
- opacity: 0;
24144
- top: 110%;
24145
- }
24146
- 100% {
24147
- opacity: 1;
24148
- top: 100%;
24149
- }
24150
- }
24151
-
24152
- /* ------------------------ */
24153
- /* 24. Social Feeds
24154
- /* ------------------------ */
24155
- .swiper-container-wrap .swiper-slide .eael-social-feed-element img {
24156
- width: 100%;
24157
- }
24158
-
24159
- /*--- Twitter Feed Styles ---*/
24160
- .eael-social-feed-element.hidden {
24161
- background-color: red !important;
24162
- }
24163
-
24164
- .eael-twitter-feed-wrapper::before,
24165
- .eael-twitter-feed-wrapper::after,
24166
- .eael-twitter-feed-container::before,
24167
- .eael-twitter-feed-container::after {
24168
- content: "";
24169
- clear: both;
24170
- }
24171
-
24172
- .eael-social-feed-element .pull-left {
24173
- float: left;
24174
- margin-right: 10px;
24175
- }
24176
-
24177
- .eael-social-feed-element .pull-right {
24178
- margin-left: 10px;
24179
- }
24180
-
24181
- .eael-social-feed-element img {
24182
- width: 100%;
24183
- height: auto;
24184
- border: 0;
24185
- vertical-align: middle;
24186
- -ms-interpolation-mode: bicubic;
24187
- }
24188
-
24189
- .eael-social-feed-element .attachment {
24190
- vertical-align: middle;
24191
- -ms-interpolation-mode: bicubic;
24192
- }
24193
-
24194
- /*--- Link styles ---*/
24195
- .eael-social-feed-element a {
24196
- color: #0088cc;
24197
- text-decoration: none;
24198
- }
24199
-
24200
- .eael-social-feed-element a:focus {
24201
- outline: thin dotted #333;
24202
- outline: 5px auto -webkit-focus-ring-color;
24203
- outline-offset: -2px;
24204
- }
24205
-
24206
- .eael-social-feed-element a:hover,
24207
- .eael-social-feed-element a:active {
24208
- outline: 0;
24209
- color: #005580;
24210
- text-decoration: underline;
24211
- }
24212
-
24213
- /*--- Text styles ---*/
24214
- .eael-social-feed-element small {
24215
- font-size: 85%;
24216
- }
24217
-
24218
- .eael-social-feed-element strong {
24219
- font-weight: bold;
24220
- }
24221
-
24222
- .eael-social-feed-element em {
24223
- font-style: italic;
24224
- }
24225
-
24226
- .eael-social-feed-element p {
24227
- margin: 0 0 10px;
24228
- }
24229
-
24230
- .eael-social-feed-element .media-body > p {
24231
- margin-bottom: 4px;
24232
- min-height: 20px;
24233
- }
24234
-
24235
- .eael-social-feed-element p.social-feed-text {
24236
- margin: 0;
24237
- overflow: hidden;
24238
- -o-text-overflow: ellipsis;
24239
- text-overflow: ellipsis;
24240
- -webkit-line-clamp: 5;
24241
- -webkit-box-orient: vertical;
24242
- }
24243
-
24244
- /*--- Message styles ---*/
24245
- .eael-social-feed-element,
24246
- .eael-social-feed-element .media-body {
24247
- overflow: hidden;
24248
- zoom: 1;
24249
- overflow: visible;
24250
- }
24251
-
24252
- .eael-social-feed-element {
24253
- padding: 10px;
24254
- background: none;
24255
- }
24256
-
24257
- .eael-social-feed-element .media-body .social-network-icon {
24258
- margin-top: -3px;
24259
- margin-right: 5px;
24260
- width: 16px;
24261
- }
24262
-
24263
- .eael-social-feed-element .media-body div {
24264
- color: #666;
24265
- line-height: 20px;
24266
- clear: both;
24267
- }
24268
-
24269
- .eael-social-feed-element:first-child {
24270
- margin-top: 0;
24271
- }
24272
-
24273
- .eael-social-feed-element .media-object {
24274
- display: block;
24275
- width: 48px;
24276
- -webkit-border-radius: 50%;
24277
- border-radius: 50%;
24278
- }
24279
-
24280
- .eael-social-feed-element .media-heading {
24281
- margin: 0 0 5px;
24282
- }
24283
-
24284
- .eael-social-feed-element .media-list {
24285
- margin-left: 0;
24286
- list-style: none;
24287
- }
24288
-
24289
- .eael-social-feed-element .muted {
24290
- color: #999;
24291
- }
24292
-
24293
- .eael-social-feed-element a.muted:hover,
24294
- .eael-social-feed-element a.muted:focus {
24295
- color: #808080;
24296
- }
24297
-
24298
- .eael-social-feed-element {
24299
- -webkit-transition: 0.25s;
24300
- -o-transition: 0.25s;
24301
- transition: 0.25s;
24302
- -webkit-backface-visibility: hidden;
24303
- backface-visibility: hidden;
24304
- margin: -1px;
24305
- margin-top: 25px;
24306
- color: #333;
24307
- text-align: left;
24308
- font-size: 14px;
24309
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
24310
- line-height: 16px;
24311
- }
24312
-
24313
- .eael-social-feed-element .eael-content {
24314
- padding: 20px 15px 15px;
24315
- -webkit-transition: .4s;
24316
- -o-transition: .4s;
24317
- transition: .4s;
24318
- background: #fff;
24319
- }
24320
-
24321
- .eael-social-feed-element .social-network-icon {
24322
- opacity: 0.7;
24323
- }
24324
-
24325
- .eael-social-feed-element .author-title {
24326
- color: #444;
24327
- line-height: 1.5em;
24328
- font-weight: 500;
24329
- }
24330
-
24331
- /*--- Icon Color ---*/
24332
- .media-body .fa-twitter {
24333
- color: #1da1f2;
24334
- margin-right: 8px;
24335
- }
24336
-
24337
- .media-body .fa-facebook {
24338
- color: #3b5998;
24339
- margin-right: 8px;
24340
- }
24341
-
24342
- /*--- Read More Link ---*/
24343
- .text-wrapper p .read-more-link {
24344
- margin-top: 9px;
24345
- display: block;
24346
- }
24347
-
24348
- /*--- Loading Loader ---*/
24349
- .eael-social-feed-wrapper {
24350
- width: 100%;
24351
- height: auto;
24352
- position: relative;
24353
- z-index: 0;
24354
- }
24355
-
24356
- .eael-loading-feed {
24357
- display: none;
24358
- position: absolute;
24359
- width: 100%;
24360
- height: 100%;
24361
- top: 0px;
24362
- left: 0px;
24363
- bottom: 0px;
24364
- right: 0px;
24365
- }
24366
-
24367
- .eael-loading-feed.show-loading {
24368
- display: block;
24369
- text-align: center;
24370
- z-index: 10;
24371
- display: -webkit-box;
24372
- display: -webkit-flex;
24373
- display: -ms-flexbox;
24374
- display: flex;
24375
- -webkit-box-align: center;
24376
- -webkit-align-items: center;
24377
- -ms-flex-align: center;
24378
- align-items: center;
24379
- -webkit-box-pack: center;
24380
- -webkit-justify-content: center;
24381
- -ms-flex-pack: center;
24382
- justify-content: center;
24383
- -webkit-transition: .5s;
24384
- -o-transition: .5s;
24385
- transition: .5s;
24386
- }
24387
-
24388
- .eael-loading-feed .loader {
24389
- border: 3px solid #f3f3f3;
24390
- -webkit-border-radius: 50%;
24391
- border-radius: 50%;
24392
- border-top: 3px solid #3498db;
24393
- width: 30px;
24394
- height: 30px;
24395
- -webkit-animation: spin 2s linear infinite;
24396
- /* Safari */
24397
- animation: spin 2s linear infinite;
24398
- margin: 0 auto;
24399
- }
24400
-
24401
- /*--- Safari ---*/
24402
- @-webkit-keyframes spin {
24403
- 0% {
24404
- -webkit-transform: rotate(0deg);
24405
- }
24406
- 100% {
24407
- -webkit-transform: rotate(360deg);
24408
- }
24409
- }
24410
- @keyframes spin {
24411
- 0% {
24412
- -webkit-transform: rotate(0deg);
24413
- transform: rotate(0deg);
24414
- }
24415
- 100% {
24416
- -webkit-transform: rotate(360deg);
24417
- transform: rotate(360deg);
24418
- }
24419
- }
24420
- /*--- List View ---*/
24421
- .eael-social-feed-container.list-view .eael-social-feed-element {
24422
- margin: 15px;
24423
- border: 1px solid rgba(0, 0, 0, 0.1);
24424
- background: none;
24425
- }
24426
-
24427
- /*--- Carousel View ---*/
24428
- .eael-social-feed-container.carousel-view {
24429
- width: 100%;
24430
- height: auto;
24431
- }
24432
-
24433
- /*--- Masonry View ---*/
24434
- .eael-twitter-feed-container.masonry-view .eael-social-feed-element {
24435
- width: 33.33%;
24436
- margin-top: 0px;
24437
- float: left;
24438
- }
24439
-
24440
- .eael-social-feed-element .eael-content {
24441
- border: 1px solid rgba(0, 0, 0, 0.1);
24442
- }
24443
-
24444
- /*--- Editor Related Style ---*/
24445
- .eael-social-feed-avatar-circle .eael-social-feed-element .media-object {
24446
- -webkit-border-radius: 50%;
24447
- border-radius: 50%;
24448
- }
24449
-
24450
- .eael-social-feed-avatar-square .eael-social-feed-element .media-object {
24451
- -webkit-border-radius: 0%;
24452
- border-radius: 0%;
24453
- }
24454
-
24455
- .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 {
24456
- text-align: left !important;
24457
- }
24458
-
24459
- /*--- Media Query ---*/
24460
- @media only screen and (min-width: 768px) and (max-width: 992px) {
24461
- .eael-twitter-feed-container.masonry-view .eael-social-feed-element {
24462
- width: 50% !important;
24463
- }
24464
- }
24465
- @media only screen and (max-width: 480px) {
24466
- .eael-twitter-feed-container.masonry-view .eael-social-feed-element {
24467
- width: 100% !important;
24468
- }
24469
- }
24470
-
24471
- /*----------------------*/
24472
- /* 12. weForm Styles
24473
- /*----------------------*/
24474
- .eael-weform-container input,
24475
- .eael-weform-container textarea {
24476
- height: auto;
24477
- padding: 10px;
24478
- }
24479
-
24480
- .eael-contact-form-align-center .eael-weform-container,
24481
- .eael-contact-form-btn-align-center .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
24482
- margin-left: auto !important;
24483
- margin-right: auto !important;
24484
- display: block;
24485
- float: none;
24486
- }
24487
-
24488
- .eael-contact-form-align-left .eael-weform-container,
24489
- .eael-contact-form-btn-align-left .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
24490
- float: left;
24491
- width: auto;
24492
- }
24493
-
24494
- .eael-contact-form-align-right .eael-weform-container,
24495
- .eael-contact-form-btn-align-right .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
24496
- float: right;
24497
- width: auto;
24498
- }
24499
-
24500
- .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="text"],
24501
- .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="password"],
24502
- .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="email"],
24503
- .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="url"],
24504
- .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="number"],
24505
- .eael-weform-container ul.wpuf-form li .wpuf-fields textarea {
24506
- max-width: 100%;
24507
- }
24508
-
24509
- /* ------------------- */
24510
- /* 23. WPForms
24511
- /* ------------------- */
24512
- .eael-wpforms .wpforms-container .wpforms-form input[type=submit],
24513
- .eael-wpforms .wpforms-container .wpforms-form button[type=submit],
24514
- .eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button {
24515
- border: 0;
24516
- }
24517
-
24518
- .eael-wpforms .wpforms-container .wpforms-form input[type=submit]:hover,
24519
- .eael-wpforms .wpforms-container .wpforms-form button[type=submit]:hover,
24520
- .eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button:hover {
24521
- border: 0;
24522
- }
24523
-
24524
- .eael-wpforms .wpforms-container .wpforms-form input[type=checkbox],
24525
- .eael-wpforms .wpforms-container .wpforms-form input[type=radio] {
24526
- padding: 3px;
24527
- }
24528
-
24529
- .eael-wpforms .wpforms-container .wpforms-form .wpforms-field-label {
24530
- display: none;
24531
- }
24532
-
24533
- .eael-wpforms .wpforms-container .wpforms-form .wpforms-field-name .wpforms-field-row {
24534
- max-width: 100%;
24535
- }
24536
-
24537
- .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]),
24538
- .eael-wpforms .wpforms-container .wpforms-field textarea,
24539
- .eael-wpforms .wpforms-container .wpforms-field select {
24540
- max-width: 100% !important;
24541
- }
24542
-
24543
- .eael-wpforms-labels-yes .wpforms-container .wpforms-form .wpforms-field-label {
24544
- display: block;
24545
- }
24546
-
24547
- .eael-wpforms-form-button-full-width .wpforms-submit-container .wpforms-submit {
24548
- width: 100%;
24549
- }
24550
-
24551
- /*------------------------------*/
24552
- /* 31. Advance Accordion
24553
- /*------------------------------*/
24554
- .eael-adv-accordion {
24555
- width: auto;
24556
- height: auto;
24557
- -webkit-transition: all 0.3s ease-in-out;
24558
- -o-transition: all 0.3s ease-in-out;
24559
- transition: all 0.3s ease-in-out;
24560
- }
24561
-
24562
- .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
24563
- padding: 15px;
24564
- border: 1px solid rgba(0, 0, 0, 0.02);
24565
- font-size: 1rem;
24566
- font-weight: 600;
24567
- line-height: 1;
24568
- -webkit-transition: all 0.3s ease-in-out;
24569
- -o-transition: all 0.3s ease-in-out;
24570
- transition: all 0.3s ease-in-out;
24571
- display: -webkit-box;
24572
- display: -webkit-flex;
24573
- display: -ms-flexbox;
24574
- display: flex;
24575
- -webkit-box-pack: justify;
24576
- -webkit-justify-content: space-between;
24577
- -ms-flex-pack: justify;
24578
- justify-content: space-between;
24579
- -webkit-box-align: center;
24580
- -webkit-align-items: center;
24581
- -ms-flex-align: center;
24582
- align-items: center;
24583
- cursor: pointer;
24584
- }
24585
-
24586
- .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle {
24587
- -webkit-transform: rotate(0deg);
24588
- -ms-transform: rotate(0deg);
24589
- transform: rotate(0deg);
24590
- z-index: 10;
24591
- -webkit-transition: all 0.3s ease-in-out;
24592
- -o-transition: all 0.3s ease-in-out;
24593
- transition: all 0.3s ease-in-out;
24594
- }
24595
-
24596
- .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
24597
- -webkit-transform: rotate(90deg);
24598
- -ms-transform: rotate(90deg);
24599
- transform: rotate(90deg);
24600
- z-index: 10;
24601
- -webkit-transition: all 0.3s ease-in-out;
24602
- -o-transition: all 0.3s ease-in-out;
24603
- transition: all 0.3s ease-in-out;
24604
- }
24605
-
24606
- .fa-accordion-icon {
24607
- display: inline-block;
24608
- margin-right: 10px;
24609
- }
24610
-
24611
- .eael-adv-accordion .eael-accordion-list .eael-accordion-content {
24612
- display: none;
24613
- border: 1px solid #eee;
24614
- padding: 15px;
24615
- -webkit-box-sizing: border-box;
24616
- box-sizing: border-box;
24617
- font-size: 1rem;
24618
- line-height: 1.7;
24619
- }
24620
-
24621
- .eael-adv-accordion .eael-accordion-list .eael-accordion-content p {
24622
- margin: 0;
24623
- }
24624
-
24625
- .eael-adv-accordion .eael-accordion-list .eael-accordion-content.active {
24626
- display: block;
24627
- }
24628
-
24629
- @-webkit-keyframes rotate-90 {
24630
- 0% {
24631
- -webkit-transform: rotateY(0deg);
24632
- transform: rotateY(0deg);
24633
- }
24634
- 100% {
24635
- -webkit-transform: rotateY(-180deg);
24636
- transform: rotateY(-180deg);
24637
- }
24638
- }
24639
-
24640
- @keyframes rotate-90 {
24641
- 0% {
24642
- -webkit-transform: rotateY(0deg);
24643
- transform: rotateY(0deg);
24644
- }
24645
- 100% {
24646
- -webkit-transform: rotateY(-180deg);
24647
- transform: rotateY(-180deg);
24648
- }
24649
- }
24650
- @-webkit-keyframes fadeIn {
24651
- 0% {
24652
- opacity: 1;
24653
- -webkit-transition: all 0.3s ease-in-out;
24654
- -o-transition: all 0.3s ease-in-out;
24655
- transition: all 0.3s ease-in-out;
24656
- }
24657
- 100% {
24658
- opacity: 1;
24659
- -webkit-transition: all 0.3s ease-in-out;
24660
- -o-transition: all 0.3s ease-in-out;
24661
- transition: all 0.3s ease-in-out;
24662
- }
24663
- }
24664
- @keyframes fadeIn {
24665
- 0% {
24666
- opacity: 1;
24667
- -webkit-transition: all 0.3s ease-in-out;
24668
- -o-transition: all 0.3s ease-in-out;
24669
- transition: all 0.3s ease-in-out;
24670
- }
24671
- 100% {
24672
- opacity: 1;
24673
- -webkit-transition: all 0.3s ease-in-out;
24674
- -o-transition: all 0.3s ease-in-out;
24675
- transition: all 0.3s ease-in-out;
24676
- }
24677
- }
24678
-
24679
- /*----------------------------*/
24680
- /* 30. Advance Tabs
24681
- /*----------------------------*/
24682
- .eael-advance-tabs {
24683
- display: block;
24684
- }
24685
-
24686
- .eael-advance-tabs .eael-tabs-nav > ul {
24687
- position: relative;
24688
- padding: 0px;
24689
- margin: 0px;
24690
- list-style-type: none;
24691
- display: -webkit-box;
24692
- display: -webkit-flex;
24693
- display: -ms-flexbox;
24694
- display: flex;
24695
- -webkit-box-pack: start;
24696
- -webkit-justify-content: flex-start;
24697
- -ms-flex-pack: start;
24698
- justify-content: flex-start;
24699
- -webkit-box-align: center;
24700
- -webkit-align-items: center;
24701
- -ms-flex-align: center;
24702
- align-items: center;
24703
- z-index: 1;
24704
- }
24705
-
24706
- .eael-advance-tabs .eael-tabs-nav > ul li {
24707
- position: relative;
24708
- padding: 1em 1.5em;
24709
- -webkit-box-flex: 1;
24710
- -webkit-flex: 1 1 auto;
24711
- -ms-flex: 1 1 auto;
24712
- flex: 1 1 auto;
24713
- cursor: pointer;
24714
- display: -webkit-box;
24715
- display: -webkit-flex;
24716
- display: -ms-flexbox;
24717
- display: flex;
24718
- -webkit-box-pack: center;
24719
- -webkit-justify-content: center;
24720
- -ms-flex-pack: center;
24721
- justify-content: center;
24722
- -webkit-box-align: center;
24723
- -webkit-align-items: center;
24724
- -ms-flex-align: center;
24725
- align-items: center;
24726
- text-align: center;
24727
- }
24728
-
24729
- .eael-advance-tabs .eael-tabs-nav > ul li:after {
24730
- content: "";
24731
- position: absolute;
24732
- bottom: -10px;
24733
- left: 0px;
24734
- right: 0px;
24735
- margin: 0 auto;
24736
- z-index: 1;
24737
- width: 0px;
24738
- height: 0px;
24739
- border-left: 10px solid transparent;
24740
- border-right: 10px solid transparent;
24741
- border-top: 10px solid #444;
24742
- border-bottom: 0px;
24743
- display: none;
24744
- }
24745
-
24746
- .eael-advance-tabs.active-caret-on .eael-tabs-nav > ul li.active:after,
24747
- .eael-advance-tabs.active-caret-on .eael-tabs-nav > ul li.active-default:after {
24748
- display: none;
24749
- }
24750
-
24751
- .eael-advance-tabs .eael-tabs-nav > ul li.active:after,
24752
- .eael-advance-tabs .eael-tabs-nav > ul li.active-default:after {
24753
- display: block;
24754
- }
24755
-
24756
- .eael-tabs-content {
24757
- display: -webkit-box;
24758
- display: -webkit-flex;
24759
- display: -ms-flexbox;
24760
- display: flex;
24761
- -webkit-box-flex: 1;
24762
- -webkit-flex: 1 1 auto;
24763
- -ms-flex: 1 1 auto;
24764
- flex: 1 1 auto;
24765
- }
24766
-
24767
- .eael-advance-tabs .eael-tabs-content > div {
24768
- display: none;
24769
- opacity: 0;
24770
- }
24771
-
24772
- .eael-advance-tabs .eael-tabs-content > div.active,
24773
- .eael-advance-tabs .eael-tabs-content > div.active-default {
24774
- display: block;
24775
- width: 100%;
24776
- padding: 1em;
24777
- opacity: 1;
24778
- -webkit-animation: fadeIn linear 0.3s;
24779
- animation: fadeIn linear 0.3s;
24780
- }
24781
-
24782
- /*--- Inline Icon ---*/
24783
- .eael-tab-inline-icon li a .fa {
24784
- margin-right: 10px;
24785
- line-height: 1;
24786
- }
24787
-
24788
- .eael-tab-top-icon li a {
24789
- display: -webkit-box;
24790
- display: -webkit-flex;
24791
- display: -ms-flexbox;
24792
- display: flex;
24793
- -webkit-flex-wrap: wrap;
24794
- -ms-flex-wrap: wrap;
24795
- flex-wrap: wrap;
24796
- text-align: center;
24797
- }
24798
-
24799
- .eael-tab-top-icon li a .fa,
24800
- .eael-tab-top-icon li a .eael-tab-title {
24801
- -webkit-box-flex: 1;
24802
- -webkit-flex: 1 1 100%;
24803
- -ms-flex: 1 1 100%;
24804
- flex: 1 1 100%;
24805
- line-height: 1;
24806
- }
24807
-
24808
- .eael-tab-top-icon li a .eael-tab-title {
24809
- margin-top: 10px;
24810
- }
24811
-
24812
- /*--- Vertical Tabs ---*/
24813
- .eael-advance-tabs.eael-tabs-vertical {
24814
- display: -webkit-box;
24815
- display: -webkit-flex;
24816
- display: -ms-flexbox;
24817
- display: flex;
24818
- }
24819
-
24820
- .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav {
24821
- -webkit-box-flex: 0;
24822
- -webkit-flex: 0 0 auto;
24823
- -ms-flex: 0 0 auto;
24824
- flex: 0 0 auto;
24825
- }
24826
-
24827
- .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul {
24828
- -webkit-box-orient: vertical;
24829
- -webkit-box-direction: normal;
24830
- -webkit-flex-flow: column wrap;
24831
- -ms-flex-flow: column wrap;
24832
- flex-flow: column wrap;
24833
- }
24834
-
24835
- .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul > li {
24836
- width: 100%;
24837
- -webkit-box-pack: start;
24838
- -webkit-justify-content: start;
24839
- -ms-flex-pack: start;
24840
- justify-content: start;
24841
- }
24842
-
24843
- .eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul li::after {
24844
- bottom: auto !important;
24845
- right: -10px;
24846
- top: calc(50% - 10px);
24847
- left: auto !important;
24848
- border-left: 10px solid #444;
24849
- border-right: 0;
24850
- border-top: 10px solid transparent;
24851
- border-bottom: 10px solid transparent;
24852
- }
24853
-
24854
- @media only screen and (max-width: 767px) {
24855
- .eael-advance-tabs .eael-tabs-nav > ul {
24856
- -webkit-flex-wrap: wrap;
24857
- -ms-flex-wrap: wrap;
24858
- flex-wrap: wrap;
24859
- }
24860
-
24861
- .eael-advance-tabs .eael-tabs-nav > ul li {
24862
- -webkit-box-flex: 1;
24863
- -webkit-flex: 1 100%;
24864
- -ms-flex: 1 100%;
24865
- flex: 1 100%;
24866
- }
24867
-
24868
- .eael-advance-tabs.eael-tabs-vertical {
24869
- -webkit-flex-wrap: wrap;
24870
- -ms-flex-wrap: wrap;
24871
- flex-wrap: wrap;
24872
- }
24873
-
24874
- .eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav {
24875
- -webkit-box-flex: 1;
24876
- -webkit-flex: 1 100%;
24877
- -ms-flex: 1 100%;
24878
- flex: 1 100%;
24879
- }
24880
-
24881
- .eael-advance-tabs.eael-tabs-vertical ul {
24882
- -webkit-box-flex: 1;
24883
- -webkit-flex: 1 100%;
24884
- -ms-flex: 1 100%;
24885
- flex: 1 100%;
24886
- }
24887
-
24888
- .eael-advance-tabs.eael-tabs-vertical ul li {
24889
- -webkit-box-flex: 1;
24890
- -webkit-flex: 1 100%;
24891
- -ms-flex: 1 100%;
24892
- flex: 1 100%;
24893
- }
24894
-
24895
- div.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav > ul li::after {
24896
- border-left-color: transparent !important;
24897
- bottom: -20px !important;
24898
- left: 0 !important;
24899
- right: 0 !important;
24900
- top: auto !important;
24901
- border-left: 10px solid transparent;
24902
- border-right: 10px solid transparent;
24903
- border-top-color: #444 !important;
24904
- }
24905
- }
24906
-
24907
- /* ----------------------------------------- */
24908
- /* 22. Caldera Contact Form Styler
24909
- /* ----------------------------------------- */
24910
- .eael-caldera-form-align-left,
24911
- .eael-caldera-form-btn-align-left {
24912
- text-align: left;
24913
- }
24914
-
24915
- .eael-caldera-form-align-right,
24916
- .eael-caldera-form-btn-align-right {
24917
- text-align: right;
24918
- }
24919
-
24920
- .eael-caldera-form-align-center,
24921
- .eael-caldera-form-btn-align-center {
24922
- text-align: center;
24923
- }
24924
-
24925
- .eael-caldera-form .control-label {
24926
- display: none;
24927
- }
24928
-
24929
- .eael-caldera-form-labels-yes .control-label {
24930
- display: block;
24931
- }
24932
-
24933
- .eael-caldera-form-button-center .form-group input[type=button],
24934
- .eael-caldera-form-button-center .form-group input[type=submit] {
24935
- display: block;
24936
- margin: 0 auto;
24937
- }
24938
-
24939
- .eael-caldera-form-button-right .form-group input[type=button],
24940
- .eael-caldera-form-button-right .form-group input[type=submit] {
24941
- float: right;
24942
- }
24943
-
24944
- .eael-caldera-form .intl-tel-input {
24945
- display: inherit;
24946
- }
24947
-
24948
- .eael-custom-radio-checkbox .caldera-grid input[type=checkbox],
24949
- .eael-custom-radio-checkbox .caldera-grid input[type=radio] {
24950
- border-style: solid;
24951
- border-width: 0;
24952
- padding: 3px;
24953
- -webkit-appearance: none;
24954
- }
24955
-
24956
- .eael-caldera-form-button-full-width .form-group input[type=submit],
24957
- .eael-caldera-form-button-full-width .form-group input[type=button] {
24958
- width: 100%;
24959
- }
24960
-
24961
- /*--------------------------*/
24962
- /* 19. Call To Action
24963
- /*-------------------------*/
24964
- .eael-call-to-action {
24965
- width: 100%;
24966
- height: auto;
24967
- display: block;
24968
- padding: 30px;
24969
- font-size: 16px;
24970
- color: #4d4d4d;
24971
- font-weight: 400;
24972
- line-height: 27px;
24973
- margin: 0 auto;
24974
- }
24975
-
24976
- .eael-call-to-action p {
24977
- margin-bottom: 10px;
24978
- }
24979
-
24980
- .eael-call-to-action .title {
24981
- font-size: 36px;
24982
- font-weight: 600;
24983
- line-height: 36px;
24984
- margin-bottom: 10px;
24985
- text-transform: capitalize;
24986
- font-style: normal;
24987
- }
24988
-
24989
- .eael-call-to-action.cta-center {
24990
- text-align: center;
24991
- }
24992
-
24993
- .eael-call-to-action.cta-right {
24994
- text-align: right;
24995
- }
24996
-
24997
- .eael-call-to-action.cta-left {
24998
- text-align: left;
24999
- }
25000
-
25001
- .eael-call-to-action.bg-lite {
25002
- background: #f4f4f4;
25003
- }
25004
-
25005
- .eael-call-to-action.bg-img {
25006
- background-image: url("../img/bg.jpg");
25007
- background-repeat: no-repeat;
25008
- background-position: center;
25009
- -webkit-background-size: cover;
25010
- background-size: cover;
25011
- position: relative;
25012
- z-index: 0;
25013
- color: rgba(255, 255, 255, 0.7);
25014
- }
25015
-
25016
- .eael-call-to-action.bg-img .icon {
25017
- color: #fff;
25018
- }
25019
-
25020
- .eael-call-to-action.bg-img:after {
25021
- content: "";
25022
- position: absolute;
25023
- width: 100%;
25024
- height: 100%;
25025
- top: 0px;
25026
- left: 0px;
25027
- z-index: -1;
25028
- background: rgba(0, 0, 0, 0.8);
25029
- }
25030
-
25031
- .eael-call-to-action.bg-img.bg-fixed {
25032
- background-attachment: fixed;
25033
- background-position: center center;
25034
- }
25035
-
25036
- .eael-call-to-action.bg-img .title {
25037
- color: rgba(255, 255, 255, 0.9);
25038
- }
25039
-
25040
- /*--- Cta Flex ---*/
25041
- .eael-call-to-action.cta-flex,
25042
- .eael-call-to-action.cta-icon-flex {
25043
- display: -webkit-box;
25044
- display: -webkit-flex;
25045
- display: -ms-flexbox;
25046
- display: flex;
25047
- -webkit-box-pack: justify;
25048
- -webkit-justify-content: space-between;
25049
- -ms-flex-pack: justify;
25050
- justify-content: space-between;
25051
- -webkit-box-align: start;
25052
- -webkit-align-items: flex-start;
25053
- -ms-flex-align: start;
25054
- align-items: flex-start;
25055
- }
25056
-
25057
- /*--- Cta Icon Flex ---*/
25058
- .eael-call-to-action.cta-icon-flex .icon {
25059
- -webkit-box-flex: 1;
25060
- -webkit-flex-grow: 1;
25061
- -ms-flex-positive: 1;
25062
- flex-grow: 1;
25063
- font-size: 80px;
25064
- text-align: left;
25065
- line-height: 130px;
25066
- }
25067
-
25068
- .eael-call-to-action.cta-icon-flex .action {
25069
- -webkit-box-flex: 1;
25070
- -webkit-flex-grow: 1;
25071
- -ms-flex-positive: 1;
25072
- flex-grow: 1;
25073
- text-align: right;
25074
- padding-top: 22px;
25075
- -webkit-flex-basis: 22%;
25076
- -ms-flex-preferred-size: 22%;
25077
- flex-basis: 22%;
25078
- }
25079
-
25080
- .eael-call-to-action.cta-icon-flex .content {
25081
- -webkit-box-flex: 1;
25082
- -webkit-flex-grow: 1;
25083
- -ms-flex-positive: 1;
25084
- flex-grow: 1;
25085
- padding: 0px 30px;
25086
- }
25087
-
25088
- /*--- Cta Flex ---*/
25089
- .eael-call-to-action.cta-flex .content {
25090
- padding: 0px 15px;
25091
- -webkit-box-flex: 1;
25092
- -webkit-flex-grow: 1;
25093
- -ms-flex-positive: 1;
25094
- flex-grow: 1;
25095
- }
25096
-
25097
- .eael-call-to-action.cta-flex .action {
25098
- -webkit-box-flex: 1;
25099
- -webkit-flex-grow: 1;
25100
- -ms-flex-positive: 1;
25101
- flex-grow: 1;
25102
- text-align: right;
25103
- padding-top: 25px;
25104
- -webkit-flex-basis: 23%;
25105
- -ms-flex-preferred-size: 23%;
25106
- flex-basis: 23%;
25107
- }
25108
-
25109
- /*--- Cta Button ---*/
25110
- .eael-call-to-action .cta-button {
25111
- position: relative;
25112
- display: inline-block;
25113
- padding: 12px 30px;
25114
- background: #f9f9f9;
25115
- font-size: 16px;
25116
- text-decoration: none;
25117
- color: #4d4d4d;
25118
- -webkit-transition: .5s;
25119
- -o-transition: .5s;
25120
- transition: .5s;
25121
- -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
25122
- -ms-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
25123
- box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.2);
25124
- margin-right: 10px;
25125
- margin-top: 10px;
25126
- z-index: 0;
25127
- overflow: hidden;
25128
- }
25129
-
25130
- .eael-call-to-action .cta-button:last-child {
25131
- margin-right: 0px;
25132
- }
25133
-
25134
- .eael-call-to-action .cta-button:focus {
25135
- outline: none;
25136
- }
25137
-
25138
- /*--- Hover ---*/
25139
- .eael-call-to-action .cta-button:hover {
25140
- color: #fff;
25141
- background: #3F51B5;
25142
- -webkit-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
25143
- -ms-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
25144
- box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.1);
25145
- }
25146
-
25147
- /*--- Cta Button effect 1 ---*/
25148
- .eael-call-to-action .cta-button.effect-1:after {
25149
- content: "";
25150
- position: absolute;
25151
- width: 100%;
25152
- height: 100%;
25153
- background: #3F51B5;
25154
- top: 0px;
25155
- left: 0px;
25156
- transform: translateY(-100%);
25157
- -webkit-transform: translateY(-100%);
25158
- -ms-transform: translateY(-100%);
25159
- z-index: -1;
25160
- -webkit-transition: .5s;
25161
- -o-transition: .5s;
25162
- transition: .5s;
25163
- color: #fff;
25164
- }
25165
-
25166
- .eael-call-to-action .cta-button.effect-1:hover::after {
25167
- -webkit-transform: translateY(0);
25168
- -ms-transform: translateY(0);
25169
- transform: translateY(0);
25170
- }
25171
-
25172
- /*--- Cta Button effect 2 ---*/
25173
- .eael-call-to-action .cta-button.effect-2:after {
25174
- content: "";
25175
- position: absolute;
25176
- width: 100%;
25177
- height: 100%;
25178
- background: #3F51B5;
25179
- top: 0px;
25180
- left: 0px;
25181
- z-index: -1;
25182
- -webkit-transition: .5s;
25183
- -o-transition: .5s;
25184
- transition: .5s;
25185
- color: #fff;
25186
- -webkit-transform: translateX(-100%);
25187
- -ms-transform: translateX(-100%);
25188
- transform: translateX(-100%);
25189
- }
25190
-
25191
- .eael-call-to-action .cta-button.effect-2:hover::after {
25192
- -webkit-transform: translateX(0);
25193
- -ms-transform: translateX(0);
25194
- transform: translateX(0);
25195
- }
25196
-
25197
- /*--- Media Queries ---*/
25198
- @media only screen and (max-width: 768px) {
25199
- .eael-call-to-action.cta-flex,
25200
- .eael-call-to-action.cta-icon-flex {
25201
- -webkit-flex-wrap: wrap;
25202
- -ms-flex-wrap: wrap;
25203
- flex-wrap: wrap;
25204
- }
25205
-
25206
- .eael-call-to-action .title {
25207
- font-size: 28px;
25208
- line-height: 36px;
25209
- margin-top: 0px;
25210
- }
25211
-
25212
- .eael-call-to-action.cta-icon-flex .icon {
25213
- -webkit-box-flex: 1;
25214
- -webkit-flex-grow: 1;
25215
- -ms-flex-positive: 1;
25216
- flex-grow: 1;
25217
- font-size: 48px;
25218
- line-height: 90px;
25219
- text-align: center;
25220
- }
25221
-
25222
- .eael-call-to-action.cta-flex .content,
25223
- .eael-call-to-action.cta-icon-flex .content {
25224
- -webkit-box-flex: 1;
25225
- -webkit-flex-grow: 1;
25226
- -ms-flex-positive: 1;
25227
- flex-grow: 1;
25228
- text-align: center;
25229
- padding: 0px;
25230
- }
25231
-
25232
- .eael-call-to-action.cta-flex .action,
25233
- .eael-call-to-action.cta-icon-flex .action {
25234
- text-align: center;
25235
- padding-top: 0px;
25236
- }
25237
-
25238
- .eael-call-to-action .cta-button {
25239
- padding: 12px 25px;
25240
- }
25241
- }
25242
- @media only screen and (max-width: 360px) {
25243
- .eael-call-to-action {
25244
- font-size: 14px;
25245
- line-height: 26px;
25246
- }
25247
-
25248
- .eael-call-to-action .cta-button {
25249
- padding: 4px 20px;
25250
- font-size: 12px;
25251
- }
25252
-
25253
- .eael-call-to-action .title {
25254
- font-size: 20px;
25255
- line-height: 30px;
25256
- }
25257
- }
25258
-
25259
- @-webkit-keyframes "loaderSpin" {
25260
- 0% {
25261
- -webkit-transform: rotate(0deg);
25262
- transform: rotate(0deg);
25263
- }
25264
- 100% {
25265
- -webkit-transform: rotate(360deg);
25266
- transform: rotate(360deg);
25267
- }
25268
- }
25269
- @keyframes "loaderSpin" {
25270
- 0% {
25271
- -webkit-transform: rotate(0deg);
25272
- transform: rotate(0deg);
25273
- }
25274
- 100% {
25275
- -webkit-transform: rotate(360deg);
25276
- transform: rotate(360deg);
25277
- }
25278
- }
25279
- .eael-load-more-button-wrap {
25280
- display: -webkit-box;
25281
- display: -webkit-flex;
25282
- display: -ms-flexbox;
25283
- display: flex;
25284
- }
25285
-
25286
- .eael-load-more-button {
25287
- display: -webkit-box;
25288
- display: -webkit-flex;
25289
- display: -ms-flexbox;
25290
- display: flex;
25291
- -webkit-box-align: center;
25292
- -webkit-align-items: center;
25293
- -ms-flex-align: center;
25294
- align-items: center;
25295
- -webkit-box-pack: center;
25296
- -webkit-justify-content: center;
25297
- -ms-flex-pack: center;
25298
- justify-content: center;
25299
- padding: 1em 2em;
25300
- border: 0px solid;
25301
- font-size: 16px;
25302
- overflow: hidden;
25303
- }
25304
- .eael-load-more-button .button__loader {
25305
- left: -100%;
25306
- top: auto;
25307
- margin-right: 5px;
25308
- -webkit-transition: all .2s;
25309
- -o-transition: all .2s;
25310
- transition: all .2s;
25311
- }
25312
- .eael-load-more-button > span {
25313
- margin-left: -20px;
25314
- }
25315
-
25316
- .eael-load-more-button.button--loading > span {
25317
- margin-left: 0;
25318
- }
25319
- .eael-load-more-button.button--loading .button__loader {
25320
- left: 0;
25321
- }
25322
-
25323
- .eael-btn-loader {
25324
- -webkit-border-radius: 50%;
25325
- border-radius: 50%;
25326
- width: 20px;
25327
- height: 20px;
25328
- font-size: 10px;
25329
- position: relative;
25330
- text-indent: -9999em;
25331
- border-top: 4px solid rgba(255, 255, 255, 0.2);
25332
- border-right: 4px solid rgba(255, 255, 255, 0.2);
25333
- border-bottom: 4px solid rgba(255, 255, 255, 0.2);
25334
- border-left: 4px solid #ffffff;
25335
- -webkit-transform: translateZ(0);
25336
- transform: translateZ(0);
25337
- -webkit-animation: loaderSpin 1.1s infinite linear;
25338
- animation: loaderSpin 1.1s infinite linear;
25339
- }
25340
- .eael-btn-loader:after {
25341
- -webkit-border-radius: 50%;
25342
- border-radius: 50%;
25343
- width: 20px;
25344
- height: 20px;
25345
- }
25346
-
25347
- /*--------------------------------*/
25348
- /* 11. Contact Form 7 Styles
25349
- /*--------------------------------*/
25350
- .eael-contact-form.eael-contact-form-align-center,
25351
- .eael-contact-form-7.eael-contact-form-btn-align-center input.wpcf7-submit {
25352
- margin-left: auto !important;
25353
- margin-right: auto !important;
25354
- display: block;
25355
- float: none;
25356
- }
25357
-
25358
- .eael-contact-form.eael-contact-form-align-left,
25359
- .eael-contact-form-7.eael-contact-form-btn-align-left input.wpcf7-submit {
25360
- float: left;
25361
- width: auto;
25362
- }
25363
-
25364
- .eael-contact-form.eael-contact-form-align-right,
25365
- .eael-contact-form-7.eael-contact-form-btn-align-right input.wpcf7-submit {
25366
- float: right;
25367
- width: auto;
25368
- }
25369
-
25370
- .eael-contact-form-7 textarea,
25371
- .eael-contact-form-7 input[type="text"],
25372
- .eael-contact-form-7 input[type="password"],
25373
- .eael-contact-form-7 input[type="datetime"],
25374
- .eael-contact-form-7 input[type="datetime-local"],
25375
- .eael-contact-form-7 input[type="date"],
25376
- .eael-contact-form-7 input[type="month"],
25377
- .eael-contact-form-7 input[type="time"],
25378
- .eael-contact-form-7 input[type="week"],
25379
- .eael-contact-form-7 input[type="number"],
25380
- .eael-contact-form-7 input[type="email"],
25381
- .eael-contact-form-7 input[type="url"],
25382
- .eael-contact-form-7 input[type="search"],
25383
- .eael-contact-form-7 input[type="tel"],
25384
- .eael-contact-form-7 input[type="color"],
25385
- .eael-contact-form-7 .uneditable-input {
25386
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
25387
- -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
25388
- transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
25389
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
25390
- transition: border linear 0.2s, box-shadow linear 0.2s;
25391
- transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
25392
- }
25393
-
25394
- .eael-contact-form-7 .wpcf7-form::before,
25395
- .eael-contact-form-7 .wpcf7-form::after {
25396
- content: " ";
25397
- clear: both;
25398
- display: table;
25399
- }
25400
-
25401
- .eael-contact-form-7 .wpcf7-form:after {
25402
- clear: both;
25403
- content: "";
25404
- font-size: 0;
25405
- height: 0;
25406
- display: block;
25407
- visibility: hidden;
25408
- }
25409
-
25410
- .eael-contact-form-7 .wpcf7-form label,
25411
- .eael-contact-form-7 .wpcf7-form .wpcf7-form-control-wrap {
25412
- display: block;
25413
- }
25414
-
25415
- .eael-contact-form-7 .wpcf7-form p {
25416
- margin-bottom: 0;
25417
- }
25418
-
25419
- .eael-contact-form-7.labels-hide .wpcf7-form label {
25420
- display: none;
25421
- }
25422
-
25423
- .eael-contact-form-7-title {
25424
- margin-bottom: 10px;
25425
- }
25426
-
25427
- .eael-contact-form-7-description {
25428
- margin-bottom: 20px;
25429
- }
25430
-
25431
- .eael-contact-form-7-button-full-width .wpcf7-form-control.wpcf7-submit {
25432
- width: 100%;
25433
- }
25434
-
25435
- /*----------------------------*/
25436
- /* 29. Content Ticker
25437
- /*----------------------------*/
25438
- .eael-ticker-wrap {
25439
- overflow: hidden;
25440
- display: -webkit-box;
25441
- display: -webkit-flex;
25442
- display: -ms-flexbox;
25443
- display: flex;
25444
- -webkit-box-orient: horizontal;
25445
- -webkit-box-direction: normal;
25446
- -webkit-flex-flow: row nowrap;
25447
- -ms-flex-flow: row nowrap;
25448
- flex-flow: row nowrap;
25449
- -webkit-box-align: center;
25450
- -webkit-align-items: center;
25451
- -ms-flex-align: center;
25452
- align-items: center;
25453
- width: 100%;
25454
- }
25455
-
25456
- .eael-ticker-wrap .ticker-badge {
25457
- -webkit-box-flex: 0;
25458
- -webkit-flex: 0 0 auto;
25459
- -ms-flex: 0 0 auto;
25460
- flex: 0 0 auto;
25461
- padding: 8px 12px;
25462
- }
25463
-
25464
- .eael-ticker-wrap .eael-ticker {
25465
- overflow: hidden;
25466
- -webkit-box-flex: 1;
25467
- -webkit-flex: 1 1 auto;
25468
- -ms-flex: 1 1 auto;
25469
- flex: 1 1 auto;
25470
- }
25471
-
25472
- .eael-ticker-wrap .eael-ticker .ticker-content {
25473
- padding: 8px 12px;
25474
- line-height: 1.8;
25475
- }
25476
-
25477
- .eael-ticker-wrap .eael-ticker .ticker-content p {
25478
- margin: 0;
25479
- }
25480
-
25481
- .eael-ticker-wrap .swiper-button-prev {
25482
- left: auto !important;
25483
- right: 25px;
25484
- }
25485
-
25486
- .eael-ticker-wrap div.swiper-slide,
25487
- .eael-ticker-wrap div.swiper-slide.swiper-slide-prev,
25488
- .eael-ticker-wrap div.swiper-slide.swiper-slide-next {
25489
- opacity: 0 !important;
25490
- }
25491
-
25492
- .eael-ticker-wrap div.swiper-slide.swiper-slide-active {
25493
- opacity: 1 !important;
25494
- }
25495
-
25496
- .eael-ticker-wrap .eael-content-ticker.swiper-container .swiper-slide {
25497
- text-align: left;
25498
- }
25499
-
25500
- @media only screen and (max-width: 767px) {
25501
- .eael-ticker-wrap {
25502
- -webkit-box-orient: horizontal;
25503
- -webkit-box-direction: normal;
25504
- -webkit-flex-flow: row wrap;
25505
- -ms-flex-flow: row wrap;
25506
- flex-flow: row wrap;
25507
- }
25508
-
25509
- .content-ticker-pagination {
25510
- display: none;
25511
- }
25512
- }
25513
-
25514
- /*---------------------------------*/
25515
- /* 05. Countdown Styles
25516
- /*---------------------------------*/
25517
- /*--- General ---*/
25518
- .eael-countdown-items {
25519
- list-style: none;
25520
- margin: 0;
25521
- padding: 0;
25522
- display: table;
25523
- table-layout: fixed;
25524
- width: 100%;
25525
- }
25526
-
25527
- .eael-countdown-items > li {
25528
- list-style: none;
25529
- margin: 0;
25530
- padding: 0;
25531
- display: table-cell;
25532
- position: relative;
25533
- }
25534
-
25535
- .eael-countdown-item > div {
25536
- text-align: center;
25537
- padding: 20px;
25538
- }
25539
-
25540
- .eael-countdown-label-block .eael-countdown-digits,
25541
- .eael-countdown-label-block .eael-countdown-label {
25542
- display: block;
25543
- text-align: center;
25544
- }
25545
-
25546
- .eael-countdown-digits {
25547
- font-size: 54px;
25548
- line-height: 1;
25549
- }
25550
-
25551
- .eael-countdown-label {
25552
- font-size: 18px;
25553
- line-height: 1;
25554
- color: #ffffff;
25555
- }
25556
-
25557
- .eael-countdown-show-separator .eael-countdown-digits::after {
25558
- content: ":";
25559
- position: absolute;
25560
- left: 98%;
25561
- z-index: 9999;
25562
- }
25563
-
25564
- .eael-countdown-item:last-child .eael-countdown-digits::after {
25565
- display: none;
25566
- }
25567
-
25568
- /*--- Style 1 ---*/
25569
- .eael-countdown-items.style-1 .eael-countdown-item > div {
25570
- background: #262625;
25571
- }
25572
-
25573
- /*--------------------------------*/
25574
- /* 08. Creative Button styles
25575
- /*--------------------------------*/
25576
- .eael-creative-button-align-center {
25577
- text-align: center;
25578
- }
25579
-
25580
- .eael-creative-button-wrapper {
25581
- display: -webkit-box;
25582
- display: -webkit-flex;
25583
- display: -ms-flexbox;
25584
- display: flex;
25585
- }
25586
-
25587
- .eael-creative-button {
25588
- -webkit-box-flex: 0;
25589
- -webkit-flex: 0 0 auto;
25590
- -ms-flex: 0 0 auto;
25591
- flex: 0 0 auto;
25592
- min-width: 150px;
25593
- text-align: center;
25594
- vertical-align: middle;
25595
- position: relative;
25596
- z-index: 1;
25597
- -webkit-border-radius: 2px;
25598
- border-radius: 2px;
25599
- padding: 20px 30px;
25600
- font-size: 16px;
25601
- line-height: 1;
25602
- -webkit-backface-visibility: hidden;
25603
- backface-visibility: hidden;
25604
- -moz-osx-font-smoothing: grayscale;
25605
- }
25606
-
25607
- .eael-creative-button-align-center .eael-creative-button {
25608
- float: none;
25609
- display: inline-block;
25610
- }
25611
-
25612
- .eael-creative-button:focus {
25613
- outline: none;
25614
- }
25615
-
25616
- .eael-creative-button > span {
25617
- vertical-align: middle;
25618
- }
25619
-
25620
- /*--------------------------------------------*/
25621
- /* 09. Individual eael-creative-button styles
25622
- /*--------------------------------------------*/
25623
- /*--- Winona ---*/
25624
- .eael-creative-button--winona {
25625
- overflow: hidden;
25626
- padding: 0 !important;
25627
- -webkit-transition: border-color 0.3s, background-color 0.3s;
25628
- -o-transition: border-color 0.3s, background-color 0.3s;
25629
- transition: border-color 0.3s, background-color 0.3s;
25630
- -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25631
- -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25632
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25633
- }
25634
-
25635
- .eael-creative-button--winona::after {
25636
- content: attr(data-text);
25637
- position: absolute;
25638
- width: 100%;
25639
- height: 100%;
25640
- top: 0;
25641
- left: 0;
25642
- opacity: 0;
25643
- -webkit-transform: translate3d(0, 25%, 0);
25644
- transform: translate3d(0, 25%, 0);
25645
- }
25646
-
25647
- .eael-creative-button--winona > span {
25648
- display: block;
25649
- }
25650
-
25651
- .eael-creative-button--winona::after,
25652
- .eael-creative-button--winona > span {
25653
- padding: 1em 2em;
25654
- -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
25655
- -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
25656
- transition: opacity 0.3s, -webkit-transform 0.3s;
25657
- -o-transition: transform 0.3s, opacity 0.3s;
25658
- transition: transform 0.3s, opacity 0.3s;
25659
- transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
25660
- -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25661
- -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25662
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25663
- }
25664
-
25665
- .eael-creative-button--winona:hover::after {
25666
- opacity: 1;
25667
- -webkit-transform: translate3d(0, 0, 0);
25668
- transform: translate3d(0, 0, 0);
25669
- }
25670
-
25671
- .eael-creative-button--winona:hover > span {
25672
- opacity: 0;
25673
- -webkit-transform: translate3d(0, -25%, 0);
25674
- transform: translate3d(0, -25%, 0);
25675
- }
25676
-
25677
- /*--- Ujarak ---*/
25678
- .eael-creative-button--ujarak {
25679
- -webkit-transition: border-color 0.4s, color 0.4s;
25680
- -o-transition: border-color 0.4s, color 0.4s;
25681
- transition: border-color 0.4s, color 0.4s;
25682
- }
25683
-
25684
- .eael-creative-button--ujarak::before {
25685
- content: '';
25686
- position: absolute;
25687
- top: 0;
25688
- left: 0;
25689
- width: 100%;
25690
- height: 100%;
25691
- z-index: -1;
25692
- opacity: 0;
25693
- -webkit-transform: scale3d(0.7, 1, 1);
25694
- transform: scale3d(0.7, 1, 1);
25695
- -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
25696
- -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
25697
- transition: opacity 0.4s, -webkit-transform 0.4s;
25698
- -o-transition: transform 0.4s, opacity 0.4s;
25699
- transition: transform 0.4s, opacity 0.4s;
25700
- transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
25701
- -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25702
- -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25703
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25704
- }
25705
-
25706
- .eael-creative-button--ujarak,
25707
- .eael-creative-button--ujarak::before {
25708
- -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25709
- -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25710
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25711
- }
25712
-
25713
- .eael-creative-button--ujarak:hover::before {
25714
- opacity: 1;
25715
- -webkit-transform: translate3d(0, 0, 0);
25716
- transform: translate3d(0, 0, 0);
25717
- }
25718
-
25719
- /*--- Wayra ---*/
25720
- .eael-creative-button--wayra {
25721
- overflow: hidden;
25722
- -webkit-transition: border-color 0.3s, color 0.3s;
25723
- -o-transition: border-color 0.3s, color 0.3s;
25724
- transition: border-color 0.3s, color 0.3s;
25725
- -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25726
- -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25727
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25728
- }
25729
-
25730
- .eael-creative-button--wayra::before {
25731
- content: '';
25732
- position: absolute;
25733
- top: 0;
25734
- left: 0;
25735
- width: 150%;
25736
- height: 100%;
25737
- z-index: -1;
25738
- -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
25739
- transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
25740
- -webkit-transform-origin: 0% 100%;
25741
- -ms-transform-origin: 0% 100%;
25742
- transform-origin: 0% 100%;
25743
- -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
25744
- -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
25745
- transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
25746
- -o-transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
25747
- transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
25748
- transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
25749
- }
25750
-
25751
- .eael-creative-button--wayra:hover::before {
25752
- opacity: 1;
25753
- -webkit-transform: rotate3d(0, 0, 1, 0deg);
25754
- transform: rotate3d(0, 0, 1, 0deg);
25755
- -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25756
- -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25757
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25758
- }
25759
-
25760
- /*--- Tamaya ---*/
25761
- .eael-creative-button--tamaya {
25762
- overflow: hidden;
25763
- }
25764
-
25765
- .eael-creative-button--tamaya::before,
25766
- .eael-creative-button--tamaya::after {
25767
- content: attr(data-text);
25768
- position: absolute;
25769
- width: 100%;
25770
- height: 50%;
25771
- left: 0;
25772
- overflow: hidden;
25773
- -webkit-transition: -webkit-transform 0.3s;
25774
- transition: -webkit-transform 0.3s;
25775
- -o-transition: transform 0.3s;
25776
- transition: transform 0.3s;
25777
- transition: transform 0.3s, -webkit-transform 0.3s;
25778
- -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25779
- -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25780
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25781
- }
25782
-
25783
- .eael-creative-button--tamaya::before {
25784
- top: 0;
25785
- padding: 20px 30px;
25786
- }
25787
-
25788
- .eael-creative-button--tamaya::after {
25789
- bottom: 0;
25790
- line-height: 0;
25791
- }
25792
-
25793
- .eael-creative-button--tamaya:hover::after {
25794
- bottom: -1px;
25795
- }
25796
-
25797
- .eael-creative-button--tamaya > span {
25798
- display: block;
25799
- -webkit-transform: scale3d(0.2, 0.2, 1);
25800
- transform: scale3d(0.2, 0.2, 1);
25801
- opacity: 0;
25802
- -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
25803
- -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
25804
- transition: opacity 0.3s, -webkit-transform 0.3s;
25805
- -o-transition: transform 0.3s, opacity 0.3s;
25806
- transition: transform 0.3s, opacity 0.3s;
25807
- transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
25808
- -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25809
- -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25810
- transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
25811
- }
25812
-
25813
- .eael-creative-button--tamaya:hover::before {
25814
- -webkit-transform: translate3d(0, -100%, 0);
25815
- transform: translate3d(0, -100%, 0);
25816
- }
25817
-
25818
- .eael-creative-button--tamaya:hover::after {
25819
- -webkit-transform: translate3d(0, 100%, 0);
25820
- transform: translate3d(0, 100%, 0);
25821
- }
25822
-
25823
- .eael-creative-button--tamaya:hover > span {
25824
- opacity: 1;
25825
- -webkit-transform: scale3d(1, 1, 1);
25826
- transform: scale3d(1, 1, 1);
25827
- }
25828
-
25829
- /*--- Rayen ---*/
25830
- .eael-creative-button--rayen {
25831
- overflow: hidden;
25832
- padding: 0 !important;
25833
- }
25834
-
25835
- .eael-creative-button--rayen::before {
25836
- content: attr(data-text);
25837
- position: absolute;
25838
- top: 0;
25839
- left: 0;
25840
- width: 100%;
25841
- height: 100%;
25842
- -webkit-transform: translate3d(-100%, 0, 0);
25843
- transform: translate3d(-100%, 0, 0);
25844
- }
25845
-
25846
- .eael-creative-button--rayen > span {
25847
- display: block;
25848
- }
25849
-
25850
- .eael-creative-button--rayen::before,
25851
- .eael-creative-button--rayen > span {
25852
- padding: 1em 2em;
25853
- -webkit-transition: -webkit-transform 0.3s;
25854
- transition: -webkit-transform 0.3s;
25855
- -o-transition: transform 0.3s;
25856
- transition: transform 0.3s;
25857
- transition: transform 0.3s, -webkit-transform 0.3s;
25858
- -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
25859
- -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
25860
- transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
25861
- }
25862
-
25863
- .eael-creative-button--rayen:hover::before {
25864
- -webkit-transform: translate3d(0, 0, 0);
25865
- transform: translate3d(0, 0, 0);
25866
- }
25867
-
25868
- .eael-creative-button--rayen:hover > span {
25869
- -webkit-transform: translate3d(0, 100%, 0);
25870
- transform: translate3d(0, 100%, 0);
25871
- }
25872
-
25873
- table.eael-data-table thead .sorting, table.eael-data-table thead .sorting_desc, table.eael-data-table thead .sorting_asc {
25874
- position: relative;
25875
- z-index: 0;
25876
- outline: 0;
25877
- cursor: pointer;
25878
- }
25879
-
25880
- table.eael-data-table thead .sorting:after, table.eael-data-table thead .sorting_desc:after, table.eael-data-table thead .sorting_asc:after {
25881
- position: absolute;
25882
- top: 50%;
25883
- right: 10px;
25884
- font-family: "FontAwesome";
25885
- color: #fff;
25886
- z-index: 1;
25887
- -webkit-transform: translateY(-50%);
25888
- -ms-transform: translateY(-50%);
25889
- transform: translateY(-50%);
25890
- }
25891
-
25892
- .eael-data-table-wrap .eael-data-tables_wrapper {
25893
- display: -webkit-box;
25894
- display: -webkit-flex;
25895
- display: -ms-flexbox;
25896
- display: flex;
25897
- -webkit-box-orient: horizontal;
25898
- -webkit-box-direction: normal;
25899
- -webkit-flex-flow: row wrap;
25900
- -ms-flex-flow: row wrap;
25901
- flex-flow: row wrap;
25902
- -webkit-box-pack: start;
25903
- -webkit-justify-content: flex-start;
25904
- -ms-flex-pack: start;
25905
- justify-content: flex-start;
25906
- width: 100%;
25907
- }
25908
- .eael-data-table-wrap .eael-data-tables_filter {
25909
- -webkit-box-flex: 1;
25910
- -webkit-flex-grow: 1;
25911
- -ms-flex-positive: 1;
25912
- flex-grow: 1;
25913
- -webkit-flex-basis: 50%;
25914
- -ms-flex-preferred-size: 50%;
25915
- flex-basis: 50%;
25916
- text-align: right;
25917
- }
25918
- .eael-data-table-wrap .eael-data-tables_filter label {
25919
- font-weight: 700;
25920
- }
25921
- .eael-data-table-wrap .eael-data-tables_filter label input[type="search"] {
25922
- height: 40px;
25923
- border: 1px solid rgba(0, 0, 0, 0.09);
25924
- outline: 0;
25925
- padding: 10px;
25926
- margin-left: 10px;
25927
- }
25928
- .eael-data-table-wrap .eael-data-tables_length {
25929
- -webkit-box-flex: 1;
25930
- -webkit-flex-grow: 1;
25931
- -ms-flex-positive: 1;
25932
- flex-grow: 1;
25933
- -webkit-flex-basis: 50%;
25934
- -ms-flex-preferred-size: 50%;
25935
- flex-basis: 50%;
25936
- }
25937
- .eael-data-table-wrap .eael-data-tables_length select {
25938
- width: auto;
25939
- max-width: 120px;
25940
- height: 40px;
25941
- border: 1px solid rgba(0, 0, 0, 0.09);
25942
- outline: 0;
25943
- margin-left: 10px;
25944
- margin-right: 10px;
25945
- }
25946
- .eael-data-table-wrap .eael-data-tables_length label {
25947
- font-weight: 700;
25948
- }
25949
- .eael-data-table-wrap .eael-data-tables_info {
25950
- -webkit-box-flex: 1;
25951
- -webkit-flex-grow: 1;
25952
- -ms-flex-positive: 1;
25953
- flex-grow: 1;
25954
- -webkit-flex-basis: 50%;
25955
- -ms-flex-preferred-size: 50%;
25956
- flex-basis: 50%;
25957
- font-weight: 700;
25958
- }
25959
- .eael-data-table-wrap .eael-data-tables_paginate {
25960
- -webkit-box-flex: 1;
25961
- -webkit-flex-grow: 1;
25962
- -ms-flex-positive: 1;
25963
- flex-grow: 1;
25964
- -webkit-flex-basis: 50%;
25965
- -ms-flex-preferred-size: 50%;
25966
- flex-basis: 50%;
25967
- text-align: right;
25968
- }
25969
- .eael-data-table-wrap .eael-data-tables_paginate .paginate_button {
25970
- padding: 10px 15px;
25971
- background: #f2f2f2;
25972
- margin-right: 2px;
25973
- cursor: pointer;
25974
- -webkit-transition: all .3s;
25975
- -o-transition: all .3s;
25976
- transition: all .3s;
25977
- }
25978
- .eael-data-table-wrap .eael-data-tables_paginate .paginate_button:hover {
25979
- color: #fff;
25980
- background: #4a4893;
25981
- }
25982
- .eael-data-table-wrap .eael-data-tables_paginate .paginate_button.current {
25983
- color: #fff;
25984
- background: #4a4893;
25985
- }
25986
- .eael-data-table-wrap .eael-data-tables_paginate .paginate_button.disabled {
25987
- cursor: no-drop;
25988
- background: #f2f2f2;
25989
- opacity: .5;
25990
- color: #888;
25991
- }
25992
-
25993
- .data-header-icon {
25994
- margin-right: 10px;
25995
- }
25996
-
25997
- .eael-data-table {
25998
- width: 100%;
25999
- height: auto;
26000
- margin: 0;
26001
- border-collapse: collapse;
26002
- border: none;
26003
- }
26004
- .eael-data-table tr {
26005
- border-style: none;
26006
- }
26007
- .eael-data-table thead tr {
26008
- text-align: left;
26009
- }
26010
- .eael-data-table thead tr th {
26011
- padding: 20px 15px;
26012
- background: #4a4893;
26013
- font-size: 16px;
26014
- font-weight: 600;
26015
- font-family: "Montserrat", "sans-serif";
26016
- line-height: 1;
26017
- color: #fff;
26018
- border-color: #000;
26019
- border-width: 2px;
26020
- border-style: none;
26021
- background-clip: padding-box;
26022
- }
26023
- .eael-data-table thead tr th:hover {
26024
- border-color: #000;
26025
- }
26026
- .eael-data-table tbody tr.even {
26027
- -webkit-transition: background 0.4s ease-in-out;
26028
- -o-transition: background 0.4s ease-in-out;
26029
- transition: background 0.4s ease-in-out;
26030
- }
26031
- .eael-data-table tbody tr.even:hover {
26032
- background: rgba(242, 242, 242, 0.7);
26033
- }
26034
- .eael-data-table tbody tr.even:last-child {
26035
- border-bottom: 1px solid rgba(0, 0, 0, 0.09);
26036
- }
26037
- .eael-data-table tbody tr.odd {
26038
- background: rgba(242, 242, 242, 0.5);
26039
- -webkit-transition: background 0.2s ease-in-out;
26040
- -o-transition: background 0.2s ease-in-out;
26041
- transition: background 0.2s ease-in-out;
26042
- }
26043
- .eael-data-table tbody tr.odd:hover {
26044
- background: rgba(242, 242, 242, 0.7);
26045
- }
26046
- .eael-data-table tbody tr.odd:last-child {
26047
- border-bottom: 1px solid rgba(0, 0, 0, 0.09);
26048
- }
26049
- .eael-data-table tbody tr td {
26050
- padding: 20px 15px;
26051
- font-size: 14px;
26052
- font-family: "Montserrat", "sans-serif";
26053
- line-height: 1;
26054
- border-width: 2px;
26055
- border-style: none;
26056
- background-clip: padding-box;
26057
- }
26058
-
26059
- .eael-data-table-th-img {
26060
- display: inline-block;
26061
- margin: 0 15px 0 0;
26062
- line-height: 1;
26063
- }
26064
-
26065
- .th-mobile-screen {
26066
- display: none;
26067
- }
26068
-
26069
- @media (max-width: 39.9375em) {
26070
- .eael-data-table-wrap {
26071
- overflow-x: scroll !important;
26072
- padding-bottom: 5px;
26073
- }
26074
-
26075
- .th-mobile-screen {
26076
- display: inline-block;
26077
- padding: 0 .6em;
26078
- margin-right: 10px;
26079
- text-align: center;
26080
- -webkit-box-flex: 0;
26081
- -webkit-flex-grow: 0;
26082
- -ms-flex-positive: 0;
26083
- flex-grow: 0;
26084
- -webkit-flex-shrink: 0;
26085
- -ms-flex-negative: 0;
26086
- flex-shrink: 0;
26087
- -webkit-flex-basis: 100px;
26088
- -ms-flex-preferred-size: 100px;
26089
- flex-basis: 100px;
26090
- }
26091
- .th-mobile-screen .eael-data-table-th-img {
26092
- margin: 0 auto 15px auto;
26093
- display: block;
26094
- }
26095
- .th-mobile-screen .data-header-icon {
26096
- margin: 0 auto 15px auto;
26097
- display: block;
26098
- }
26099
-
26100
- .td-content-wrapper {
26101
- display: -webkit-box;
26102
- display: -webkit-flex;
26103
- display: -ms-flexbox;
26104
- display: flex;
26105
- width: 100%;
26106
- }
26107
-
26108
- .td-content {
26109
- width: 100%;
26110
- -webkit-box-pack: center;
26111
- -webkit-justify-content: center;
26112
- -ms-flex-pack: center;
26113
- justify-content: center;
26114
- }
26115
- .td-content > p {
26116
- width: 100%;
26117
- -webkit-box-pack: center;
26118
- -webkit-justify-content: center;
26119
- -ms-flex-pack: center;
26120
- justify-content: center;
26121
- }
26122
-
26123
- .custom-responsive-option-enable .eael-data-table thead {
26124
- display: none;
26125
- }
26126
- .custom-responsive-option-enable .eael-data-table tbody tr td {
26127
- float: none;
26128
- clear: left;
26129
- width: 100%;
26130
- text-align: left;
26131
- display: -webkit-box;
26132
- display: -webkit-flex;
26133
- display: -ms-flexbox;
26134
- display: flex;
26135
- -webkit-box-align: center;
26136
- -webkit-align-items: center;
26137
- -ms-flex-align: center;
26138
- align-items: center;
26139
- }
26140
-
26141
- .eael-data-table .td-content {
26142
- -webkit-box-align: center;
26143
- -webkit-align-items: center;
26144
- -ms-flex-align: center;
26145
- align-items: center;
26146
- display: -webkit-box;
26147
- display: -webkit-flex;
26148
- display: -ms-flexbox;
26149
- display: flex;
26150
- }
26151
- }
26152
- table.eael-data-table thead .sorting:after {
26153
- content: "\f0dc";
26154
- }
26155
- table.eael-data-table thead .headerSortDown:after {
26156
- content: "\f0dd";
26157
- }
26158
- table.eael-data-table thead .headerSortUp:after {
26159
- content: "\f0de";
26160
- }
26161
- table.eael-data-table thead .sorting_disabled.sorting:after {
26162
- display: none;
26163
- }
26164
- table.eael-data-table .sorting.sorting-none:after {
26165
- display: none;
26166
- }
26167
- table.eael-data-table .sorting_desc.sorting-none:after {
26168
- display: none;
26169
- }
26170
- table.eael-data-table .sorting_asc.sorting-none:after {
26171
- display: none;
26172
- }
26173
-
26174
- .eael-table-align-left table.eael-data-table {
26175
- float: left;
26176
- }
26177
-
26178
- .eael-table-align-center table.eael-data-table {
26179
- margin: 0 auto;
26180
- }
26181
-
26182
- .eael-table-align-right table.eael-data-table {
26183
- float: right;
26184
- }
26185
-
26186
- .eael-hide-elements .eael-data-tables_info {
26187
- display: none;
26188
- }
26189
-
26190
- .eael-dt-th-align-left .eael-data-table thead tr th {
26191
- text-align: left;
26192
- }
26193
-
26194
- .eael-dt-td-align-left .eael-data-table tbody tr td {
26195
- text-align: left;
26196
- }
26197
-
26198
- .eael-dt-th-align-right .eael-data-table thead tr th {
26199
- text-align: right;
26200
- padding-right: 30px;
26201
- }
26202
-
26203
- .eael-dt-td-align-right .eael-data-table tbody tr td {
26204
- text-align: right;
26205
- padding-right: 30px;
26206
- }
26207
-
26208
- .eael-dt-th-align-center .eael-data-table thead tr th {
26209
- text-align: center;
26210
- }
26211
-
26212
- .eael-dt-td-align-center .eael-data-table tbody tr td {
26213
- text-align: center;
26214
- }
26215
-
26216
- /* -------------------------------- */
26217
- /* 20. Dual Color Heading
26218
- /* -------------------------------- */
26219
- .eael-dual-header {
26220
- display: block;
26221
- margin-bottom: 50px;
26222
- }
26223
-
26224
- .eael-dual-header .title,
26225
- .eael-dual-header .title span {
26226
- font-size: 36px;
26227
- font-weight: 700;
26228
- text-transform: uppercase;
26229
- line-height: 48px;
26230
- margin: 10px 0px;
26231
- }
26232
-
26233
- .eael-dual-header .subtext {
26234
- font-size: 16px;
26235
- display: block;
26236
- }
26237
-
26238
- .eael-dual-header i {
26239
- display: block;
26240
- padding: 0px;
26241
- margin: 20px 0px 10px 0px;
26242
- font-size: 36px;
26243
- }
26244
-
26245
- .eael-dual-header .title span.lead {
26246
- color: #1abc9c;
26247
- }
26248
-
26249
- /*--- Builder Related Css ---*/
26250
- .eael-dual-header-content-align-center {
26251
- text-align: center;
26252
- }
26253
-
26254
- .eael-dual-header-content-align-left {
26255
- text-align: left;
26256
- }
26257
-
26258
- .eael-dual-header-content-align-right {
26259
- text-align: right;
26260
- }
26261
-
26262
- .elementor-panel .pro-feature, .elementor-panel .pro-feature a {
26263
- color: #a4afb7;
26264
- text-transform: uppercase;
26265
- letter-spacing: 1px;
26266
- line-height: 1.8;
26267
- font-style: normal;
26268
- }
26269
-
26270
- .elementor-panel .pro-feature a {
26271
- text-decoration: underline;
26272
- color: #f54 !important;
26273
- }
26274
-
26275
- .elementor-panel .elementor-control-eael_section_pro .elementor-panel-heading-title.elementor-panel-heading-title,
26276
- .elementor-panel .elementor-control-eael_section_pro .elementor-panel-heading-toggle,
26277
- .elementor-control-data_table_header_colspan_pro_alert .elementor-control-title,
26278
- .elementor-control-data_table_header_img_pro_alert .elementor-control-title,
26279
- .elementor-control-data_table_content_rowspan_pro_alert .elementor-control-title,
26280
- .elementor-control-data_table_content_colspan_pro_alert .elementor-control-title,
26281
- .elementor-control-data_table_content_template_pro_alert .elementor-control-title {
26282
- color: #f54;
26283
- }
26284
-
26285
- .elementor-panel .elementor-control-eael_control_get_pro .elementor-control-field {
26286
- display: none !important;
26287
- }
26288
-
26289
- .elementor-control-eael_pricing_table_style_pro_alert .elementor-control-title,
26290
- .elementor-control-eael_section_countdown_style_pro_alert .elementor-control-title,
26291
- .elementor-control-eael_fancy_text_style_pro_alert .elementor-control-title,
26292
- .elementor-control-eael_section_data_table_enabled_pro_alert .elementor-control-title,
26293
- .elementor-control-eael_img_accordion_type_pro_alert .elementor-control-title,
26294
- .elementor-control-eael_ticker_type_pro_alert .elementor-control-title,
26295
- .elementor-control-eael_team_members_preset_pro_alert .elementor-control-title {
26296
- color: #f54;
26297
- }
26298
-
26299
- /*--------------------------*/
26300
- /* 03. Fancy Text Style
26301
- /*--------------------------*/
26302
- .eael-fancy-text-container p {
26303
- margin: 0;
26304
- }
26305
-
26306
- .eael-fancy-text-strings,
26307
- .eael-fancy-text-prefix,
26308
- .eael-fancy-text-suffix {
26309
- display: inline-block;
26310
- }
26311
-
26312
- .morphext > .animated {
26313
- display: inline-block;
26314
- }
26315
-
26316
- .typed-cursor {
26317
- opacity: 1;
26318
- -webkit-animation: blink_cursor 0.7s infinite;
26319
- animation: blink_cursor 0.7s infinite;
26320
- }
26321
-
26322
- @keyframes blink_cursor {
26323
- 0% {
26324
- opacity: 1;
26325
- }
26326
- 50% {
26327
- opacity: 0;
26328
- }
26329
- 100% {
26330
- opacity: 1;
26331
- }
26332
- }
26333
- @-webkit-keyframes blink_cursor {
26334
- 0% {
26335
- opacity: 1;
26336
- }
26337
- 50% {
26338
- opacity: 0;
26339
- }
26340
- 100% {
26341
- opacity: 1;
26342
- }
26343
- }
26344
- /*--- Style 2 ---*/
26345
- .eael-fancy-text-container.style-2 {
26346
- font-size: 24px;
26347
- }
26348
-
26349
- .eael-fancy-text-container.style-2 .eael-fancy-text-strings {
26350
- background: #ff5544;
26351
- color: #fff;
26352
- padding: 10px 25px;
26353
- }
26354
-
26355
- /*----------------------------*/
26356
- /* 35. Feature List
26357
- /*----------------------------*/
26358
- .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 {
26359
- top: 3px !important;
26360
- }
26361
- .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 {
26362
- top: 45px !important;
26363
- }
26364
- .elementor-widget-eael-feature-list.-icon-position-right .connector, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .connector {
26365
- right: 0;
26366
- left: calc(100% - 60px);
26367
- }
26368
- .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 {
26369
- padding: 0 50px 0 0;
26370
- }
26371
- @media (max-width: 767px) {
26372
- .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 {
26373
- padding: 0 30px 0 0;
26374
- }
26375
- }
26376
- .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 {
26377
- left: auto;
26378
- right: 0;
26379
- }
26380
- .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 {
26381
- left: auto;
26382
- right: 5px;
26383
- top: 30px;
26384
- }
26385
- .elementor-widget-eael-feature-list .eael-feature-list-items {
26386
- list-style-type: none;
26387
- margin: 0;
26388
- padding: 0;
26389
- }
26390
- .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item {
26391
- position: relative;
26392
- }
26393
- .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector {
26394
- display: block;
26395
- position: absolute;
26396
- width: 0;
26397
- margin: 0 auto;
26398
- z-index: 1;
26399
- height: 100%;
26400
- top: 0.5em;
26401
- font-size: 60px;
26402
- left: 0;
26403
- right: calc(100% - 60px);
26404
- border-left: 2px solid #2ecc71;
26405
- border-right: none !important;
26406
- }
26407
- .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item:last-child .connector {
26408
- display: none;
26409
- }
26410
- .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box {
26411
- z-index: 2;
26412
- -webkit-transition: all 0.5s;
26413
- -o-transition: all 0.5s;
26414
- transition: all 0.5s;
26415
- }
26416
- @media (prefers-reduced-motion: reduce) {
26417
- .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box {
26418
- -webkit-transition: none;
26419
- -o-transition: none;
26420
- transition: none;
26421
- }
26422
- }
26423
- .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner {
26424
- background-color: #37368e;
26425
- -webkit-transition: all 0.5s;
26426
- -o-transition: all 0.5s;
26427
- transition: all 0.5s;
26428
- display: -webkit-inline-box;
26429
- display: -webkit-inline-flex;
26430
- display: -ms-inline-flexbox;
26431
- display: inline-flex;
26432
- }
26433
- @media (prefers-reduced-motion: reduce) {
26434
- .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner {
26435
- -webkit-transition: none;
26436
- -o-transition: none;
26437
- transition: none;
26438
- }
26439
- }
26440
- .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon {
26441
- padding: 0.5em;
26442
- -webkit-transition: all 0.5s;
26443
- -o-transition: all 0.5s;
26444
- transition: all 0.5s;
26445
- font-size: 30px;
26446
- line-height: 1;
26447
- color: #37368e;
26448
- text-align: center;
26449
- display: -webkit-inline-box;
26450
- display: -webkit-inline-flex;
26451
- display: -ms-inline-flexbox;
26452
- display: inline-flex;
26453
- }
26454
- @media (prefers-reduced-motion: reduce) {
26455
- .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon {
26456
- -webkit-transition: none;
26457
- -o-transition: none;
26458
- transition: none;
26459
- }
26460
- }
26461
- .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon i {
26462
- width: 1em;
26463
- height: 1em;
26464
- position: relative;
26465
- display: block;
26466
- }
26467
- .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon i:before {
26468
- position: absolute;
26469
- left: 50%;
26470
- -webkit-transform: translateX(-50%);
26471
- -ms-transform: translateX(-50%);
26472
- transform: translateX(-50%);
26473
- }
26474
- .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-img {
26475
- font-size: 8px;
26476
- line-height: 1;
26477
- max-width: inherit;
26478
- }
26479
- .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box {
26480
- margin: 0 0 0 20px;
26481
- }
26482
- .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-title {
26483
- margin-top: -2px;
26484
- line-height: 1.5em;
26485
- }
26486
- .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-content {
26487
- padding: 0;
26488
- margin: 0;
26489
- font-size: 14px;
26490
- line-height: 1.5em;
26491
- }
26492
- .elementor-widget-eael-feature-list .eael-feature-list-items.stacked .eael-feature-list-icon-box .eael-feature-list-icon {
26493
- color: #fff;
26494
- }
26495
- .elementor-widget-eael-feature-list .eael-feature-list-items.framed .eael-feature-list-icon-box .eael-feature-list-icon {
26496
- background-color: #fff;
26497
- }
26498
- .elementor-widget-eael-feature-list .eael-feature-list-items.circle .eael-feature-list-icon-box .eael-feature-list-icon-inner {
26499
- -webkit-border-radius: 50%;
26500
- border-radius: 50%;
26501
- }
26502
- .elementor-widget-eael-feature-list .eael-feature-list-items.circle .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon {
26503
- -webkit-border-radius: 50%;
26504
- border-radius: 50%;
26505
- }
26506
- .elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon-inner {
26507
- -webkit-transform: rotate(45deg);
26508
- -ms-transform: rotate(45deg);
26509
- transform: rotate(45deg);
26510
- margin: 15px;
26511
- }
26512
- .elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon i {
26513
- -ms-transform: rotate(-45deg);
26514
- -webkit-transform: rotate(-45deg);
26515
- transform: rotate(-45deg);
26516
- }
26517
- .elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon img {
26518
- -ms-transform: rotate(-45deg);
26519
- -webkit-transform: rotate(-45deg);
26520
- transform: rotate(-45deg);
26521
- }
26522
- .elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-content-box .eael-feature-list-title {
26523
- margin-top: 15px;
26524
- }
26525
- .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
26526
- padding: 0 0 0 50px;
26527
- position: relative;
26528
- }
26529
- @media (max-width: 767px) {
26530
- .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
26531
- padding: 0 0 0 30px;
26532
- display: block;
26533
- }
26534
- }
26535
- .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 {
26536
- content: "";
26537
- position: absolute;
26538
- display: block;
26539
- }
26540
- .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
26541
- left: 0;
26542
- top: 0;
26543
- z-index: 1;
26544
- border-left: 1px solid #000;
26545
- border-right: none !important;
26546
- height: 100%;
26547
- }
26548
- .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
26549
- left: 5px;
26550
- top: 30px;
26551
- width: 23px;
26552
- display: block;
26553
- z-index: 2;
26554
- border-bottom: 1px dashed #000;
26555
- border-top: none !important;
26556
- }
26557
- .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item .connector {
26558
- display: none;
26559
- }
26560
- @media (min-width: 768px) {
26561
- .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item {
26562
- padding: 0 50px 0 0;
26563
- }
26564
- .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item:before {
26565
- left: auto;
26566
- right: 0;
26567
- }
26568
- .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item:after {
26569
- left: auto;
26570
- right: 5px;
26571
- top: 30px;
26572
- }
26573
- .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item .connector {
26574
- display: none;
26575
- }
26576
- }
26577
- @media (min-width: 1025px) {
26578
- .elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-content-box {
26579
- margin-right: 0 !important;
26580
- margin-top: 0 !important;
26581
- margin-bottom: 0 !important;
26582
- }
26583
- .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-content-box {
26584
- margin-left: 0 !important;
26585
- margin-top: 0 !important;
26586
- margin-bottom: 0 !important;
26587
- }
26588
- .elementor-widget-eael-feature-list.-icon-position-top .eael-feature-list-content-box {
26589
- margin-left: 0 !important;
26590
- margin-right: 0 !important;
26591
- margin-bottom: 0 !important;
26592
- }
26593
- .elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-item {
26594
- display: -webkit-box;
26595
- display: -webkit-flex;
26596
- display: -ms-flexbox;
26597
- display: flex;
26598
- }
26599
- .elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-item {
26600
- text-align: left;
26601
- -webkit-box-orient: horizontal;
26602
- -webkit-box-direction: normal;
26603
- -webkit-flex-direction: row;
26604
- -ms-flex-direction: row;
26605
- flex-direction: row;
26606
- }
26607
- .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-item {
26608
- text-align: right;
26609
- -webkit-box-orient: horizontal;
26610
- -webkit-box-direction: reverse;
26611
- -webkit-flex-direction: row-reverse;
26612
- -ms-flex-direction: row-reverse;
26613
- flex-direction: row-reverse;
26614
- }
26615
- }
26616
- @media (max-width: 1024px) {
26617
- .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 {
26618
- display: -webkit-box;
26619
- display: -webkit-flex;
26620
- display: -ms-flexbox;
26621
- display: flex;
26622
- }
26623
- .elementor-widget-eael-feature-list.-tablet-icon-position-left .eael-feature-list-item {
26624
- text-align: left;
26625
- -webkit-box-orient: horizontal;
26626
- -webkit-box-direction: normal;
26627
- -webkit-flex-direction: row;
26628
- -ms-flex-direction: row;
26629
- flex-direction: row;
26630
- }
26631
- .elementor-widget-eael-feature-list.-tablet-icon-position-right .eael-feature-list-item {
26632
- text-align: right;
26633
- -webkit-box-orient: horizontal;
26634
- -webkit-box-direction: reverse;
26635
- -webkit-flex-direction: row-reverse;
26636
- -ms-flex-direction: row-reverse;
26637
- flex-direction: row-reverse;
26638
- }
26639
- }
26640
- @media (min-width: 768px) and (max-width: 1024px) {
26641
- .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 {
26642
- margin-right: 0 !important;
26643
- margin-top: 0 !important;
26644
- margin-bottom: 0 !important;
26645
- }
26646
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
26647
- .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
26648
- .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
26649
- .eael-feature-list-item {
26650
- padding: 0 0 0 50px;
26651
- }
26652
- }
26653
- @media (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
26654
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
26655
- .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
26656
- .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
26657
- .eael-feature-list-item {
26658
- padding: 0 0 0 30px;
26659
- }
26660
- }
26661
- @media (min-width: 768px) and (max-width: 1024px) {
26662
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
26663
- .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
26664
- .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
26665
- .eael-feature-list-item:before {
26666
- left: 0;
26667
- right: auto;
26668
- }
26669
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
26670
- .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
26671
- .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
26672
- .eael-feature-list-item:after {
26673
- left: 5px;
26674
- top: 30px;
26675
- }
26676
- .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 {
26677
- margin-left: 0 !important;
26678
- margin-right: 0 !important;
26679
- margin-bottom: 0 !important;
26680
- }
26681
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
26682
- .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
26683
- .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
26684
- .eael-feature-list-item {
26685
- padding: 0 0 0 50px;
26686
- }
26687
- }
26688
- @media (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
26689
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
26690
- .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
26691
- .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
26692
- .eael-feature-list-item {
26693
- padding: 0 0 0 30px;
26694
- }
26695
- }
26696
- @media (min-width: 768px) and (max-width: 1024px) {
26697
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
26698
- .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
26699
- .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
26700
- .eael-feature-list-item:before {
26701
- left: 0;
26702
- right: auto;
26703
- }
26704
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
26705
- .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
26706
- .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
26707
- .eael-feature-list-item:after {
26708
- left: 5px;
26709
- }
26710
- .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 {
26711
- margin-left: 0 !important;
26712
- margin-top: 0 !important;
26713
- margin-bottom: 0 !important;
26714
- }
26715
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
26716
- .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
26717
- .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
26718
- .eael-feature-list-item {
26719
- padding: 0 50px 0 0;
26720
- }
26721
- }
26722
- @media (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
26723
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
26724
- .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
26725
- .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
26726
- .eael-feature-list-item {
26727
- padding: 0 30px 0 0;
26728
- }
26729
- }
26730
- @media (min-width: 768px) and (max-width: 1024px) {
26731
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
26732
- .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
26733
- .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
26734
- .eael-feature-list-item:before {
26735
- right: 0;
26736
- left: auto;
26737
- }
26738
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
26739
- .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
26740
- .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
26741
- .eael-feature-list-item:after {
26742
- left: auto;
26743
- right: 5px;
26744
- }
26745
- }
26746
- @media (max-width: 767px) {
26747
- .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 {
26748
- display: block;
26749
- text-align: left;
26750
- }
26751
- .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 {
26752
- display: -webkit-box;
26753
- display: -webkit-flex;
26754
- display: -ms-flexbox;
26755
- display: flex;
26756
- }
26757
- .elementor-widget-eael-feature-list.-mobile-icon-position-left .eael-feature-list-item {
26758
- text-align: left;
26759
- -webkit-box-orient: horizontal;
26760
- -webkit-box-direction: normal;
26761
- -webkit-flex-direction: row;
26762
- -ms-flex-direction: row;
26763
- flex-direction: row;
26764
- }
26765
- .elementor-widget-eael-feature-list.-mobile-icon-position-right .eael-feature-list-item {
26766
- text-align: right;
26767
- -webkit-box-orient: horizontal;
26768
- -webkit-box-direction: reverse;
26769
- -webkit-flex-direction: row-reverse;
26770
- -ms-flex-direction: row-reverse;
26771
- flex-direction: row-reverse;
26772
- }
26773
- .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 {
26774
- margin-right: 0 !important;
26775
- margin-top: 0 !important;
26776
- margin-bottom: 0 !important;
26777
- }
26778
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
26779
- .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
26780
- .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
26781
- .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
26782
- .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
26783
- .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
26784
- .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
26785
- .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
26786
- .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
26787
- .eael-feature-list-item {
26788
- padding: 0 0 0 50px;
26789
- }
26790
- }
26791
- @media (max-width: 767px) and (max-width: 767px) {
26792
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
26793
- .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
26794
- .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
26795
- .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
26796
- .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
26797
- .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
26798
- .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
26799
- .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
26800
- .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
26801
- .eael-feature-list-item {
26802
- padding: 0 0 0 30px;
26803
- }
26804
- }
26805
- @media (max-width: 767px) {
26806
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
26807
- .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
26808
- .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
26809
- .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
26810
- .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
26811
- .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
26812
- .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
26813
- .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
26814
- .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
26815
- .eael-feature-list-item:before {
26816
- left: 0;
26817
- right: auto;
26818
- }
26819
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
26820
- .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
26821
- .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
26822
- .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
26823
- .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
26824
- .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
26825
- .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
26826
- .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
26827
- .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
26828
- .eael-feature-list-item:after {
26829
- left: 5px;
26830
- }
26831
- .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 {
26832
- margin-left: 0 !important;
26833
- margin-right: 0 !important;
26834
- margin-bottom: 0 !important;
26835
- }
26836
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
26837
- .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
26838
- .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
26839
- .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
26840
- .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
26841
- .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
26842
- .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
26843
- .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
26844
- .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
26845
- .eael-feature-list-item {
26846
- padding: 0 0 0 50px;
26847
- }
26848
- }
26849
- @media (max-width: 767px) and (max-width: 767px) {
26850
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
26851
- .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
26852
- .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
26853
- .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
26854
- .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
26855
- .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
26856
- .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
26857
- .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
26858
- .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
26859
- .eael-feature-list-item {
26860
- padding: 0 0 0 30px;
26861
- }
26862
- }
26863
- @media (max-width: 767px) {
26864
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
26865
- .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
26866
- .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
26867
- .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
26868
- .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
26869
- .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
26870
- .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
26871
- .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
26872
- .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
26873
- .eael-feature-list-item:before {
26874
- left: 0;
26875
- right: auto;
26876
- }
26877
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
26878
- .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
26879
- .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
26880
- .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
26881
- .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
26882
- .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
26883
- .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
26884
- .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
26885
- .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
26886
- .eael-feature-list-item:after {
26887
- left: 5px;
26888
- }
26889
- .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 {
26890
- margin-left: 0 !important;
26891
- margin-top: 0 !important;
26892
- margin-bottom: 0 !important;
26893
- }
26894
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
26895
- .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
26896
- .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
26897
- .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
26898
- .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
26899
- .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
26900
- .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
26901
- .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
26902
- .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
26903
- .eael-feature-list-item {
26904
- padding: 0 50px 0 0;
26905
- }
26906
- }
26907
- @media (max-width: 767px) and (max-width: 767px) {
26908
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
26909
- .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
26910
- .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
26911
- .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
26912
- .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
26913
- .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
26914
- .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
26915
- .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
26916
- .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
26917
- .eael-feature-list-item {
26918
- padding: 0 30px 0 0;
26919
- }
26920
- }
26921
- @media (max-width: 767px) {
26922
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
26923
- .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
26924
- .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
26925
- .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
26926
- .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
26927
- .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
26928
- .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
26929
- .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
26930
- .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
26931
- .eael-feature-list-item:before {
26932
- right: 0;
26933
- left: auto;
26934
- }
26935
- .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
26936
- .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
26937
- .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
26938
- .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
26939
- .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
26940
- .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
26941
- .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
26942
- .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
26943
- .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
26944
- .eael-feature-list-item:after {
26945
- left: auto;
26946
- right: 5px;
26947
- }
26948
- }
26949
-
26950
- /*------------------------------*/
26951
- /* 27. Filterable Gallery
26952
- /*------------------------------*/
26953
- .eael-filter-gallery-control {
26954
- width: 100%;
26955
- }
26956
-
26957
- .eael-filter-gallery-control ul,
26958
- .eael-filter-gallery-control ul li {
26959
- text-align: center;
26960
- }
26961
-
26962
- .eael-filter-gallery-control ul {
26963
- margin: 0px 0px 20px 0px;
26964
- padding: 0px;
26965
- text-align: center;
26966
- }
26967
-
26968
- .eael-filter-gallery-control {
26969
- display: -webkit-box;
26970
- display: -webkit-flex;
26971
- display: -ms-flexbox;
26972
- display: flex;
26973
- -webkit-box-orient: vertical;
26974
- -webkit-box-direction: normal;
26975
- -webkit-flex-flow: 1 1 auto;
26976
- -ms-flex-flow: 1 1 auto;
26977
- flex-flow: 1 1 auto;
26978
- -webkit-box-align: center;
26979
- -webkit-align-items: center;
26980
- -ms-flex-align: center;
26981
- align-items: center;
26982
- -webkit-box-pack: center;
26983
- -webkit-justify-content: center;
26984
- -ms-flex-pack: center;
26985
- justify-content: center;
26986
- -webkit-flex-flow: row wrap;
26987
- -ms-flex-flow: row wrap;
26988
- flex-flow: row wrap;
26989
- padding: 0px;
26990
- margin: 0px;
26991
- }
26992
-
26993
- .eael-filter-gallery-control ul li {
26994
- list-style: none;
26995
- font-size: 24px;
26996
- display: inline-block;
26997
- text-align: center;
26998
- }
26999
-
27000
- .eael-filter-gallery-control ul li a.control {
27001
- font-family: 'Montserrat', sans-serif;
27002
- font-size: 16px;
27003
- font-weight: 600;
27004
- padding: 10px 25px;
27005
- margin: 10px 6px;
27006
- }
27007
-
27008
- .eael-filter-gallery-container {
27009
- text-align: justify;
27010
- font-size: 0.1px;
27011
- }
27012
-
27013
- .eael-filter-gallery-container:after {
27014
- content: '';
27015
- display: inline-block;
27016
- width: 100%;
27017
- }
27018
-
27019
- .eael-filter-gallery-container:not(.eael-cards) .item:before {
27020
- content: '';
27021
- display: inline-block;
27022
- padding-top: 56.25%;
27023
- }
27024
-
27025
- .eael-filter-gallery-container .item .caption {
27026
- position: absolute;
27027
- display: -webkit-box;
27028
- display: -webkit-flex;
27029
- display: -ms-flexbox;
27030
- display: flex;
27031
- -webkit-box-orient: vertical;
27032
- -webkit-box-direction: normal;
27033
- -webkit-flex-flow: 1 1 100%;
27034
- -ms-flex-flow: 1 1 100%;
27035
- flex-flow: 1 1 100%;
27036
- -webkit-box-align: center;
27037
- -webkit-align-items: center;
27038
- -ms-flex-align: center;
27039
- align-items: center;
27040
- -webkit-box-pack: center;
27041
- -webkit-justify-content: center;
27042
- -ms-flex-pack: center;
27043
- justify-content: center;
27044
- z-index: 1;
27045
- top: 0px;
27046
- left: 0px;
27047
- right: 0px;
27048
- bottom: 0px;
27049
- -webkit-transition: -webkit-transform .4s;
27050
- transition: -webkit-transform .4s;
27051
- -o-transition: transform .4s;
27052
- transition: transform .4s;
27053
- transition: transform .4s, -webkit-transform .4s;
27054
- }
27055
-
27056
- .eael-filter-gallery-container.eael-cards .item .caption {
27057
- display: none;
27058
- }
27059
-
27060
- .eael-filter-gallery-container.eael-cards .item .item-img .caption {
27061
- position: absolute;
27062
- display: -webkit-box;
27063
- display: -webkit-flex;
27064
- display: -ms-flexbox;
27065
- display: flex;
27066
- -webkit-box-orient: vertical;
27067
- -webkit-box-direction: normal;
27068
- -webkit-flex-flow: 1 1 100%;
27069
- -ms-flex-flow: 1 1 100%;
27070
- flex-flow: 1 1 100%;
27071
- -webkit-box-align: center;
27072
- -webkit-align-items: center;
27073
- -ms-flex-align: center;
27074
- align-items: center;
27075
- -webkit-box-pack: center;
27076
- -webkit-justify-content: center;
27077
- -ms-flex-pack: center;
27078
- justify-content: center;
27079
- z-index: 10;
27080
- top: 0px;
27081
- left: 0px;
27082
- right: 0px;
27083
- bottom: 0px;
27084
- -webkit-transition: -webkit-transform .4s;
27085
- transition: -webkit-transform .4s;
27086
- -o-transition: transform .4s;
27087
- transition: transform .4s;
27088
- transition: transform .4s, -webkit-transform .4s;
27089
- }
27090
-
27091
- .gallery-item-caption-over {
27092
- width: 100%;
27093
- height: auto;
27094
- }
27095
-
27096
- a.eael-gallery-load-more, a.eael-gallery-load-more:hover {
27097
- text-decoration: none;
27098
- }
27099
-
27100
- /*--- Caption Animation ---*/
27101
- .eael-filter-gallery-container .item .caption.eael-zoom-in,
27102
- .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in {
27103
- -webkit-transform: scale(0);
27104
- -ms-transform: scale(0);
27105
- transform: scale(0);
27106
- }
27107
-
27108
- .eael-filter-gallery-container .item:hover .caption.eael-zoom-in,
27109
- .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in {
27110
- -webkit-transform: scale(1);
27111
- -ms-transform: scale(1);
27112
- transform: scale(1);
27113
- }
27114
-
27115
- .eael-filter-gallery-container .item .caption.eael-slide-left,
27116
- .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left {
27117
- -webkit-transform: translateX(-100%);
27118
- -ms-transform: translateX(-100%);
27119
- transform: translateX(-100%);
27120
- }
27121
-
27122
- .eael-filter-gallery-container .item:hover .caption.eael-slide-left,
27123
- .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left {
27124
- -webkit-transform: translateX(0%);
27125
- -ms-transform: translateX(0%);
27126
- transform: translateX(0%);
27127
- }
27128
-
27129
- .eael-filter-gallery-container .item .caption.eael-slide-right,
27130
- .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right {
27131
- -webkit-transform: translateX(100%);
27132
- -ms-transform: translateX(100%);
27133
- transform: translateX(100%);
27134
- }
27135
-
27136
- .eael-filter-gallery-container .item:hover .caption.eael-slide-right,
27137
- .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right {
27138
- -webkit-transform: translateX(0%);
27139
- -ms-transform: translateX(0%);
27140
- transform: translateX(0%);
27141
- }
27142
-
27143
- .eael-filter-gallery-container .item .caption.eael-slide-top,
27144
- .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top {
27145
- -webkit-transform: translateY(-100%);
27146
- -ms-transform: translateY(-100%);
27147
- transform: translateY(-100%);
27148
- }
27149
-
27150
- .eael-filter-gallery-container .item:hover .caption.eael-slide-top,
27151
- .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top {
27152
- -webkit-transform: translateY(0%);
27153
- -ms-transform: translateY(0%);
27154
- transform: translateY(0%);
27155
- }
27156
-
27157
- .eael-filter-gallery-container .item .caption.eael-slide-bottom,
27158
- .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom {
27159
- -webkit-transform: translateY(100%);
27160
- -ms-transform: translateY(100%);
27161
- transform: translateY(100%);
27162
- }
27163
-
27164
- .eael-filter-gallery-container .item:hover .caption.eael-slide-bottom,
27165
- .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom {
27166
- -webkit-transform: translateY(0%);
27167
- -ms-transform: translateY(0%);
27168
- transform: translateY(0%);
27169
- }
27170
-
27171
- .eael-filter-gallery-container .item .caption a {
27172
- display: inline-block;
27173
- width: 50px;
27174
- height: 50px;
27175
- text-align: center;
27176
- line-height: 50px;
27177
- -webkit-border-radius: 50%;
27178
- border-radius: 50%;
27179
- margin: 0 5px;
27180
- font-size: 20px;
27181
- cursor: pointer;
27182
- -webkit-transition: .3s;
27183
- -o-transition: .3s;
27184
- transition: .3s;
27185
- }
27186
-
27187
- .eael-filter-gallery-container .item .caption a:nth-child(1),
27188
- .eael-container .item .caption a:nth-child(2) {
27189
- -webkit-transition: .6s;
27190
- -o-transition: .6s;
27191
- transition: .6s;
27192
- opacity: 0;
27193
- }
27194
-
27195
- .eael-filter-gallery-container .item .caption a:nth-child(1) {
27196
- -webkit-transform: translateY(-100%);
27197
- -ms-transform: translateY(-100%);
27198
- transform: translateY(-100%);
27199
- }
27200
-
27201
- .eael-filter-gallery-container .item .caption a:nth-child(2) {
27202
- -webkit-transform: translateY(100%);
27203
- -ms-transform: translateY(100%);
27204
- transform: translateY(100%);
27205
- }
27206
-
27207
- .eael-filter-gallery-container .item .caption:hover a:nth-child(1),
27208
- .eael-filter-gallery-container .item .caption:hover a:nth-child(2) {
27209
- -webkit-transform: translateY(0%);
27210
- -ms-transform: translateY(0%);
27211
- transform: translateY(0%);
27212
- opacity: 1;
27213
- }
27214
-
27215
- .eael-filter-gallery-container .item .caption .eael-popup-link {
27216
- outline: 0;
27217
- }
27218
-
27219
- /*--- Filter Gallery Card Style ---*/
27220
- .eael-filter-gallery-container.eael-cards .item:before {
27221
- padding-top: 0px;
27222
- }
27223
-
27224
- .eael-filter-gallery-container.eael-cards .item-img {
27225
- position: relative;
27226
- background-repeat: no-repeat;
27227
- background-position: center;
27228
- -webkit-background-size: cover;
27229
- background-size: cover;
27230
- height: 220px;
27231
- z-index: 0;
27232
- overflow: hidden;
27233
- }
27234
-
27235
- .eael-filter-gallery-container.eael-cards .item-content {
27236
- padding: 15px;
27237
- }
27238
-
27239
- .eael-filter-gallery-container.eael-cards .item-content .title,
27240
- .eael-filter-gallery-container.eael-cards .item-content .title a {
27241
- font-size: 20px;
27242
- line-height: 1;
27243
- margin-bottom: 0px;
27244
- -webkit-transition: .3s;
27245
- -o-transition: .3s;
27246
- transition: .3s;
27247
- }
27248
-
27249
- .eael-filter-gallery-container.eael-cards .item-content p {
27250
- font-size: 14px;
27251
- line-height: 26px;
27252
- }
27253
-
27254
- .eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
27255
- text-align: center;
27256
- }
27257
-
27258
- .eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
27259
- text-align: right;
27260
- }
27261
-
27262
- .eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
27263
- text-align: center;
27264
- }
27265
-
27266
- .eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
27267
- text-align: right;
27268
- }
27269
-
27270
- /*--- Editor Specific Style ---*/
27271
- .eael-fg-content-align-left .eael-cards .item .item-content {
27272
- text-align: left;
27273
- }
27274
-
27275
- .eael-fg-content-align-center .eael-cards .item .item-content {
27276
- text-align: center;
27277
- }
27278
-
27279
- .eael-fg-content-align-right .eael-cards .item .item-content {
27280
- text-align: right;
27281
- }
27282
-
27283
- /*--- Magnific Gallery Fix ---*/
27284
- .mfp-wrap ~ div.dialog-widget {
27285
- display: none !important;
27286
- }
27287
-
27288
- .eael-filterable-gallery-item-wrap {
27289
- float: left;
27290
- width: 33.33%;
27291
- }
27292
-
27293
- .eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap {
27294
- width: 100%;
27295
- }
27296
-
27297
- .eael-filter-gallery-control > ul li {
27298
- font-size: 13px;
27299
- line-height: 1.8;
27300
- text-transform: uppercase;
27301
- letter-spacing: 1px;
27302
- padding: 6px 15px;
27303
- cursor: pointer;
27304
- margin: 0 5px;
27305
- font-weight: normal;
27306
- }
27307
-
27308
- .eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap {
27309
- width: 50%;
27310
- }
27311
-
27312
- .eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap {
27313
- width: 25%;
27314
- }
27315
-
27316
- .eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap {
27317
- width: 20%;
27318
- }
27319
-
27320
- .gallery-grid-item {
27321
- margin-left: calc(20px/2);
27322
- margin-right: calc(20px/2);
27323
- margin-bottom: 20px;
27324
- position: relative;
27325
- overflow: hidden;
27326
- }
27327
-
27328
- .gallery-item-caption-wrap,
27329
- .media-content-wrap {
27330
- font-size: 14px;
27331
- text-align: left;
27332
- }
27333
-
27334
- .gallery-item-thumbnail-wrap.caption-style-card img {
27335
- max-height: 100%;
27336
- width: 100%;
27337
- }
27338
-
27339
- .gallery-item-caption-wrap.caption-style-hoverer {
27340
- position: absolute;
27341
- left: 0;
27342
- top: 0;
27343
- height: 100%;
27344
- width: 100%;
27345
- padding: 15px;
27346
- z-index: 10;
27347
- }
27348
-
27349
- .eael-filterable-gallery-item-wrap .gallery-grid-item .gallery-item-thumbnail-wrap > img {
27350
- height: 100%;
27351
- width: 100%;
27352
- -o-object-fit: cover;
27353
- object-fit: cover;
27354
- }
27355
-
27356
- /*--- Gallery content css ---*/
27357
- .fg-item-title,
27358
- .fg-item-content {
27359
- color: #ffffff;
27360
- font-family: inherit;
27361
- }
27362
-
27363
- /*--- Gallery Card Style CSS ---*/
27364
- .gallery-item-caption-wrap.caption-style-card .fg-item-title {
27365
- font-size: 18px;
27366
- margin: 15px 0 15px;
27367
- line-height: 1;
27368
- }
27369
-
27370
- .gallery-item-caption-wrap.caption-style-card {
27371
- background: #f7f7f7;
27372
- }
27373
-
27374
- .gallery-item-caption-wrap.caption-style-card .fg-item-title {
27375
- margin: 10px 0 15px;
27376
- color: #000000;
27377
- }
27378
-
27379
- .gallery-item-caption-wrap.caption-style-card .fg-item-content {
27380
- color: #212529;
27381
- line-height: 1.5;
27382
- font-weight: normal;
27383
- }
27384
-
27385
- .gallery-item-buttons > a {
27386
- display: inline-block;
27387
- font-size: 16px;
27388
- color: #000;
27389
- margin-right: 15px;
27390
- }
27391
-
27392
- .gallery-item-buttons > a:visited {
27393
- color: #000;
27394
- }
27395
-
27396
- .gallery-item-caption-wrap.caption-style-card {
27397
- padding: 10px;
27398
- -webkit-box-sizing: border-box;
27399
- box-sizing: border-box;
27400
- font-family: inherit;
27401
- }
27402
-
27403
- /*--- Gallery item hover style ---*/
27404
- .gallery-item-caption-wrap .gallery-item-hoverer-bg {
27405
- position: absolute;
27406
- left: 0;
27407
- top: 0;
27408
- height: 100%;
27409
- width: 100%;
27410
- content: '';
27411
- background: #000000;
27412
- z-index: -1;
27413
- opacity: .7;
27414
- }
27415
-
27416
- .gallery-item-caption-wrap.caption-style-hoverer {
27417
- visibility: hidden;
27418
- opacity: 0;
27419
- -webkit-transition: 0.6s all ease;
27420
- -o-transition: 0.6s all ease;
27421
- transition: 0.6s all ease;
27422
- display: -webkit-box;
27423
- display: -webkit-flex;
27424
- display: -ms-flexbox;
27425
- display: flex;
27426
- -webkit-box-align: center;
27427
- -webkit-align-items: center;
27428
- -ms-flex-align: center;
27429
- align-items: center;
27430
- }
27431
-
27432
- .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer {
27433
- opacity: 1;
27434
- visibility: visible;
27435
- }
27436
-
27437
- .gallery-item-caption-wrap.caption-style-hoverer h5 {
27438
- font-size: 20px;
27439
- margin-bottom: 5px;
27440
- line-height: 1;
27441
- }
27442
-
27443
- .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5 {
27444
- -webkit-transform: translateY(20px);
27445
- -ms-transform: translateY(20px);
27446
- transform: translateY(20px);
27447
- -webkit-transition: 0.6s all ease;
27448
- -o-transition: 0.6s all ease;
27449
- transition: 0.6s all ease;
27450
- }
27451
-
27452
- .gallery-item-caption-wrap.caption-style-hoverer p {
27453
- margin-bottom: 5px;
27454
- }
27455
-
27456
- .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
27457
- -webkit-transform: translateY(40px);
27458
- -ms-transform: translateY(40px);
27459
- transform: translateY(40px);
27460
- -webkit-transition: 0.6s all ease;
27461
- -o-transition: 0.6s all ease;
27462
- transition: 0.6s all ease;
27463
- }
27464
-
27465
- .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons {
27466
- -webkit-transform: translateY(40px);
27467
- -ms-transform: translateY(40px);
27468
- transform: translateY(40px);
27469
- -webkit-transition: 0.6s all ease;
27470
- -o-transition: 0.6s all ease;
27471
- transition: 0.6s all ease;
27472
- }
27473
-
27474
- .gallery-item-caption-wrap .gallery-item-buttons > a {
27475
- padding: 5px 15px;
27476
- display: inline-block;
27477
- -webkit-border-radius: 50%;
27478
- border-radius: 50%;
27479
- outline: none;
27480
- text-decoration: none;
27481
- }
27482
-
27483
- .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
27484
- -webkit-transform: scale(0.8);
27485
- -ms-transform: scale(0.8);
27486
- transform: scale(0.8);
27487
- -webkit-transition: 0.6s all ease;
27488
- -o-transition: 0.6s all ease;
27489
- transition: 0.6s all ease;
27490
- }
27491
-
27492
- .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,
27493
- .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,
27494
- .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
27495
- -webkit-transform: translate(0);
27496
- -ms-transform: translate(0);
27497
- transform: translate(0);
27498
- }
27499
-
27500
- .gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
27501
- -webkit-transform: scale(1);
27502
- -ms-transform: scale(1);
27503
- transform: scale(1);
27504
- visibility: visible;
27505
- opacity: 1;
27506
- }
27507
-
27508
- .gallery-item-caption-wrap.caption-style-hoverer.eael-none {
27509
- -webkit-transition: none;
27510
- -o-transition: none;
27511
- transition: none;
27512
- }
27513
-
27514
- /*--- Video Gallery ---*/
27515
- .gallery-item-thumbnail-wrap {
27516
- position: relative;
27517
- }
27518
-
27519
- .video-popup,
27520
- .video-popup-bg {
27521
- position: absolute;
27522
- left: 0;
27523
- top: 0;
27524
- height: 100%;
27525
- width: 100%;
27526
- }
27527
-
27528
- .video-popup > img {
27529
- width: 62px;
27530
- position: relative;
27531
- z-index: 1;
27532
- -webkit-transition: 300ms;
27533
- -o-transition: 300ms;
27534
- transition: 300ms;
27535
- }
27536
-
27537
- .video-popup {
27538
- display: -webkit-box;
27539
- display: -webkit-flex;
27540
- display: -ms-flexbox;
27541
- display: flex;
27542
- -webkit-box-align: center;
27543
- -webkit-align-items: center;
27544
- -ms-flex-align: center;
27545
- align-items: center;
27546
- -webkit-box-pack: center;
27547
- -webkit-justify-content: center;
27548
- -ms-flex-pack: center;
27549
- justify-content: center;
27550
- }
27551
-
27552
- .video-popup:hover > img {
27553
- -webkit-transform: scale(1.1);
27554
- -ms-transform: scale(1.1);
27555
- transform: scale(1.1);
27556
- }
27557
-
27558
- .video-popup-bg {
27559
- visibility: hidden;
27560
- opacity: 0;
27561
- -webkit-transition: 350ms;
27562
- -o-transition: 350ms;
27563
- transition: 350ms;
27564
- }
27565
-
27566
- .gallery-grid-item:hover .video-popup-bg {
27567
- visibility: visible;
27568
- opacity: 1;
27569
- }
27570
-
27571
- .gallery-item-thumbnail-wrap > .gallery-item-caption-wrap {
27572
- position: absolute;
27573
- left: 0;
27574
- top: 0;
27575
- height: 100%;
27576
- width: 100%;
27577
- display: -webkit-box;
27578
- display: -webkit-flex;
27579
- display: -ms-flexbox;
27580
- display: flex;
27581
- -webkit-box-align: center;
27582
- -webkit-align-items: center;
27583
- -ms-flex-align: center;
27584
- align-items: center;
27585
- -webkit-box-pack: center;
27586
- -webkit-justify-content: center;
27587
- -ms-flex-pack: center;
27588
- justify-content: center;
27589
- }
27590
-
27591
- .gallery-item-caption-wrap.card-hover-bg {
27592
- visibility: hidden;
27593
- opacity: 0;
27594
- -webkit-transition: 800ms;
27595
- -o-transition: 800ms;
27596
- transition: 800ms;
27597
- }
27598
-
27599
- .gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg {
27600
- visibility: visible;
27601
- opacity: 1;
27602
- }
27603
-
27604
- .gallery-item-caption-wrap .gallery-item-buttons > a > i {
27605
- display: -webkit-box;
27606
- display: -webkit-flex;
27607
- display: -ms-flexbox;
27608
- display: flex;
27609
- -webkit-box-align: center;
27610
- -webkit-align-items: center;
27611
- -ms-flex-align: center;
27612
- align-items: center;
27613
- -webkit-box-pack: center;
27614
- -webkit-justify-content: center;
27615
- -ms-flex-pack: center;
27616
- justify-content: center;
27617
- height: 100%;
27618
- }
27619
-
27620
- /*--- Gallery Column CSS ---*/
27621
- @media only screen and (min-width: 1025px) {
27622
- /* For Desktop: */
27623
- .elementor-element.elementor-grid-1 {
27624
- position: relative;
27625
- }
27626
-
27627
- .elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap {
27628
- width: 100%;
27629
- float: left;
27630
- }
27631
-
27632
- .elementor-element.elementor-grid-2 {
27633
- position: relative;
27634
- }
27635
-
27636
- .elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap {
27637
- width: 50%;
27638
- float: left;
27639
- }
27640
-
27641
- .elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
27642
- margin-right: 0 !important;
27643
- }
27644
-
27645
- .elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
27646
- clear: left;
27647
- }
27648
-
27649
- .elementor-element.elementor-grid-3 {
27650
- position: relative;
27651
- }
27652
-
27653
- .elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap {
27654
- width: 33.3333%;
27655
- float: left;
27656
- }
27657
-
27658
- .elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
27659
- margin-right: 0 !important;
27660
- }
27661
-
27662
- .elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
27663
- clear: left;
27664
- }
27665
-
27666
- .elementor-element.elementor-grid-4 {
27667
- position: relative;
27668
- }
27669
-
27670
- .elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap {
27671
- width: 25%;
27672
- float: left;
27673
- }
27674
-
27675
- .elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
27676
- margin-right: 0 !important;
27677
- }
27678
-
27679
- .elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
27680
- clear: left;
27681
- }
27682
-
27683
- .elementor-element.elementor-grid-5 {
27684
- position: relative;
27685
- }
27686
-
27687
- .elementor-element.elementor-grid-5 .pp-logo-grid {
27688
- margin-right: -5px;
27689
- }
27690
-
27691
- .elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap {
27692
- width: 20%;
27693
- float: left;
27694
- }
27695
-
27696
- .elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
27697
- margin-right: 0 !important;
27698
- }
27699
-
27700
- .elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
27701
- clear: left;
27702
- }
27703
-
27704
- .elementor-element.elementor-grid-6 {
27705
- position: relative;
27706
- }
27707
-
27708
- .elementor-element.elementor-grid-6 .pp-logo-grid {
27709
- margin-right: -6px;
27710
- }
27711
-
27712
- .elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap {
27713
- width: 16.6667%;
27714
- float: left;
27715
- }
27716
-
27717
- .elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
27718
- margin-right: 0 !important;
27719
- }
27720
-
27721
- .elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
27722
- clear: left;
27723
- }
27724
- }
27725
- @media only screen and (max-width: 1024px) and (min-width: 766px) {
27726
- /* For tablets: */
27727
- .elementor-element.elementor-grid-tablet-1 {
27728
- position: relative;
27729
- }
27730
-
27731
- .elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap {
27732
- width: 100%;
27733
- float: left;
27734
- }
27735
-
27736
- .elementor-element.elementor-grid-tablet-2 {
27737
- position: relative;
27738
- }
27739
-
27740
- .elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap {
27741
- width: 50%;
27742
- float: left;
27743
- }
27744
-
27745
- .elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
27746
- margin-right: 0 !important;
27747
- }
27748
-
27749
- .elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
27750
- clear: left;
27751
- }
27752
-
27753
- .elementor-element.elementor-grid-tablet-3 {
27754
- position: relative;
27755
- }
27756
-
27757
- .elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap {
27758
- width: 33.3333%;
27759
- float: left;
27760
- }
27761
-
27762
- .elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
27763
- margin-right: 0 !important;
27764
- }
27765
-
27766
- .elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
27767
- clear: left;
27768
- }
27769
-
27770
- .elementor-element.elementor-grid-tablet-4 {
27771
- position: relative;
27772
- }
27773
-
27774
- .elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap {
27775
- width: 25%;
27776
- float: left;
27777
- }
27778
-
27779
- .elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
27780
- margin-right: 0 !important;
27781
- }
27782
-
27783
- .elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
27784
- clear: left;
27785
- }
27786
-
27787
- .elementor-element.elementor-grid-tablet-5 {
27788
- position: relative;
27789
- }
27790
-
27791
- .elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap {
27792
- width: 20%;
27793
- float: left;
27794
- }
27795
-
27796
- .elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
27797
- margin-right: 0 !important;
27798
- }
27799
-
27800
- .elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
27801
- clear: left;
27802
- }
27803
-
27804
- .elementor-element.elementor-grid-tablet-6 {
27805
- position: relative;
27806
- }
27807
-
27808
- .elementor-element.elementor-grid-tablet-6 .pp-logo-grid {
27809
- margin-right: -6px;
27810
- }
27811
-
27812
- .elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap {
27813
- width: 16.6667%;
27814
- float: left;
27815
- }
27816
-
27817
- .elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
27818
- margin-right: 0 !important;
27819
- }
27820
-
27821
- .elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
27822
- clear: left;
27823
- }
27824
- }
27825
- @media only screen and (max-width: 767px) {
27826
- .elementor-element.elementor-grid-mobile-1 {
27827
- position: relative;
27828
- }
27829
-
27830
- .elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap {
27831
- width: 100%;
27832
- float: left;
27833
- }
27834
-
27835
- .elementor-element.elementor-grid-mobile-2 {
27836
- position: relative;
27837
- }
27838
-
27839
- .elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap {
27840
- width: 50%;
27841
- float: left;
27842
- }
27843
-
27844
- .elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
27845
- margin-right: 0 !important;
27846
- }
27847
-
27848
- .elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
27849
- clear: left;
27850
- }
27851
-
27852
- .elementor-element.elementor-grid-mobile-3 {
27853
- position: relative;
27854
- }
27855
-
27856
- .elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap {
27857
- width: 33.3333%;
27858
- float: left;
27859
- }
27860
-
27861
- .elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
27862
- margin-right: 0 !important;
27863
- }
27864
-
27865
- .elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
27866
- clear: left;
27867
- }
27868
-
27869
- .elementor-element.elementor-grid-mobile-4 {
27870
- position: relative;
27871
- }
27872
-
27873
- .elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap {
27874
- width: 25%;
27875
- float: left;
27876
- }
27877
-
27878
- .elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
27879
- margin-right: 0 !important;
27880
- }
27881
-
27882
- .elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
27883
- clear: left;
27884
- }
27885
-
27886
- .elementor-element.elementor-grid-mobile-5 {
27887
- position: relative;
27888
- }
27889
-
27890
- .elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap {
27891
- width: 20%;
27892
- float: left;
27893
- }
27894
-
27895
- .elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
27896
- margin-right: 0 !important;
27897
- }
27898
-
27899
- .elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
27900
- clear: left;
27901
- }
27902
-
27903
- .elementor-element.elementor-grid-mobile-6 {
27904
- position: relative;
27905
- }
27906
-
27907
- .elementor-element.elementor-grid-mobile-6 .pp-logo-grid {
27908
- margin-right: -6px;
27909
- }
27910
-
27911
- .elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap {
27912
- width: 16.6667%;
27913
- float: left;
27914
- }
27915
-
27916
- .elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
27917
- margin-right: 0 !important;
27918
- }
27919
-
27920
- .elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
27921
- clear: left;
27922
- }
27923
- }
27924
-
27925
- /*---------------------------*/
27926
- /* 18. Flipbox Style
27927
- /*---------------------------*/
27928
- .eael-elements-flip-box-container {
27929
- position: relative;
27930
- height: 300px;
27931
- width: 100%;
27932
- }
27933
-
27934
- .eael-elements-flip-box-container .flipbox-button {
27935
- display: inline-block;
27936
- -webkit-transition: all 400ms;
27937
- -o-transition: all 400ms;
27938
- transition: all 400ms;
27939
- }
27940
-
27941
- .eael-elements-flip-box-container a {
27942
- display: block;
27943
- }
27944
-
27945
- .eael-elements-flip-box-vertical-align {
27946
- width: 100%;
27947
- }
27948
-
27949
- .eael-elements-flip-box-padding {
27950
- padding: 0px 30px 5px 30px;
27951
- }
27952
-
27953
- .eael-elements-flip-box-icon-image {
27954
- display: inline-block;
27955
- margin: 0 auto 0px auto;
27956
- line-height: 1;
27957
- }
27958
-
27959
- .eael-elements-flip-box-icon-image.eael_eleements_flip_front_icon_style_background {
27960
- background: #cccccc;
27961
- }
27962
-
27963
- .eael_eleements_flip_front_icon_style_bordered {
27964
- border: 2px solid #ffffff;
27965
- }
27966
-
27967
- .eael_flip_box_icon_border_round {
27968
- -webkit-border-radius: 100px;
27969
- border-radius: 100px;
27970
- }
27971
-
27972
- .eael_eleements_flip_front_icon_style_background,
27973
- .eael_eleements_flip_front_icon_style_bordered {
27974
- padding: 15px;
27975
- }
27976
-
27977
- .eael-elements-flip-box-icon-image i {
27978
- font-size: 40px;
27979
- line-height: 40px;
27980
- width: 40px;
27981
- }
27982
-
27983
- .eael-elements-slider-display-table {
27984
- width: 100%;
27985
- }
27986
-
27987
- .eael-elements-flip-box-front-container {
27988
- text-align: center;
27989
- position: absolute;
27990
- top: 0px;
27991
- left: 0px;
27992
- z-index: 2;
27993
- width: 100%;
27994
- height: 100%;
27995
- background: #0e9dd2;
27996
- color: #ffffff;
27997
- border-color: #000000;
27998
- -webkit-display: flex;
27999
- display: -webkit-box;
28000
- display: -ms-flexbox;
28001
- display: flex;
28002
- -webkit-align-items: center;
28003
- -webkit-box-align: center;
28004
- -ms-flex-align: center;
28005
- align-items: center;
28006
- }
28007
-
28008
- .eael-elements-flip-box-content,
28009
- .eael-elements-flip-box-heading {
28010
- color: #ffffff;
28011
- }
28012
-
28013
- .eael-elements-flip-box-heading.flipbox-linked-title {
28014
- color: #fff;
28015
- font-size: 1.5em;
28016
- font-weight: 700;
28017
- }
28018
-
28019
- .eael-elements-flip-box-rear-container {
28020
- text-align: center;
28021
- position: absolute;
28022
- top: 0px;
28023
- left: 0px;
28024
- width: 100%;
28025
- height: 100%;
28026
- background: #444444;
28027
- color: #ffffff;
28028
- display: -webkit-box;
28029
- display: -webkit-flex;
28030
- display: -ms-flexbox;
28031
- display: flex;
28032
- -webkit-align-items: center;
28033
- -webkit-box-align: center;
28034
- -ms-flex-align: center;
28035
- align-items: center;
28036
- border-color: #000000;
28037
- }
28038
-
28039
- /*--- Floating Button Styles ---*/
28040
- .eael-elements-button-floating-container {
28041
- position: fixed;
28042
- z-index: 100;
28043
- }
28044
-
28045
- .eael-elements-button-floating-container .eael-elements-button {
28046
- margin-top: 0px;
28047
- font-size: 14px;
28048
- position: relative;
28049
- padding: 14px 20px;
28050
- }
28051
-
28052
- .eael-elements-button {
28053
- cursor: pointer;
28054
- display: inline-block;
28055
- background: #077bbe;
28056
- color: #ffffff;
28057
- line-height: 1;
28058
- padding: 16px 25px;
28059
- margin-top: 15px;
28060
- }
28061
-
28062
- .eael-elements-button:hover {
28063
- background: #077bbe;
28064
- color: #ffffff;
28065
- }
28066
-
28067
- /*--- CSS3 Transitions ---*/
28068
- .eael-elements-flip-box-container {
28069
- -webkit-perspective: 1000px;
28070
- perspective: 1000px;
28071
- }
28072
-
28073
- .eael-elements-flip-box-front-container,
28074
- .eael-elements-flip-box-rear-container {
28075
- -webkit-transition-duration: 500ms;
28076
- -o-transition-duration: 500ms;
28077
- transition-duration: 500ms;
28078
- -webkit-transition-property: all;
28079
- -o-transition-property: all;
28080
- transition-property: all;
28081
- -webkit-transition-timing-function: ease;
28082
- -o-transition-timing-function: ease;
28083
- transition-timing-function: ease;
28084
- }
28085
-
28086
- .eael-elements-flip-box-flip-card {
28087
- width: 100%;
28088
- height: 100%;
28089
- -webkit-transform-style: preserve-3d;
28090
- transform-style: preserve-3d;
28091
- -webkit-transition: all 500ms ease;
28092
- -o-transition: all 500ms ease;
28093
- transition: all 500ms ease;
28094
- }
28095
-
28096
- .eael-elements-flip-box-rear-container,
28097
- .eael-elements-flip-box-front-container {
28098
- -webkit-backface-visibility: hidden;
28099
- backface-visibility: hidden;
28100
- -webkit-transform: rotateX(0deg);
28101
- transform: rotateX(0deg);
28102
- -webkit-transform: rotateY(0deg);
28103
- transform: rotateY(0deg);
28104
- }
28105
-
28106
- /*--- Flip ---*/
28107
- .eael-animate-flip.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
28108
- .eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container {
28109
- -webkit-transform: rotateX(180deg);
28110
- transform: rotateX(180deg);
28111
- }
28112
-
28113
- .eael-animate-flip.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
28114
- .eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
28115
- -webkit-transform: rotateX(-180deg);
28116
- transform: rotateX(-180deg);
28117
- }
28118
-
28119
- .eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
28120
- .eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container {
28121
- -webkit-transform: rotateY(-180deg);
28122
- transform: rotateY(-180deg);
28123
- }
28124
-
28125
- .eael-animate-flip.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
28126
- .eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container {
28127
- -webkit-transform: rotateY(180deg);
28128
- transform: rotateY(180deg);
28129
- }
28130
-
28131
- /*--- Slide ---*/
28132
- .eael-animate-push.eael-elements-flip-box-container,
28133
- .eael-animate-slide.eael-elements-flip-box-container {
28134
- overflow: hidden;
28135
- }
28136
-
28137
- .eael-animate-push .eael-elements-flip-box-rear-container,
28138
- .eael-animate-slide .eael-elements-flip-box-rear-container {
28139
- z-index: 3;
28140
- }
28141
-
28142
- .eael-animate-push.eael-animate-up .eael-elements-flip-box-rear-container,
28143
- .eael-animate-slide.eael-animate-up .eael-elements-flip-box-rear-container {
28144
- top: 100%;
28145
- }
28146
-
28147
- .eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
28148
- .eael-animate-slide.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
28149
- top: 0;
28150
- }
28151
-
28152
- .eael-animate-push.eael-animate-down .eael-elements-flip-box-rear-container,
28153
- .eael-animate-slide.eael-animate-down .eael-elements-flip-box-rear-container {
28154
- top: auto;
28155
- bottom: 100%;
28156
- }
28157
-
28158
- .eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
28159
- .eael-animate-slide.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
28160
- top: auto;
28161
- bottom: 0;
28162
- }
28163
-
28164
- .eael-animate-push.eael-animate-left .eael-elements-flip-box-rear-container,
28165
- .eael-animate-slide.eael-animate-left .eael-elements-flip-box-rear-container {
28166
- left: 100%;
28167
- }
28168
-
28169
- .eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
28170
- .eael-animate-slide.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
28171
- left: 0;
28172
- }
28173
-
28174
- .eael-animate-push.eael-animate-right .eael-elements-flip-box-rear-container,
28175
- .eael-animate-slide.eael-animate-right .eael-elements-flip-box-rear-container {
28176
- left: auto;
28177
- right: 100%;
28178
- }
28179
-
28180
- .eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
28181
- .eael-animate-slide.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
28182
- left: auto;
28183
- right: 0;
28184
- }
28185
-
28186
- /*--- Push + Slide Above ---*/
28187
- .eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
28188
- top: -100%;
28189
- }
28190
-
28191
- .eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
28192
- top: 100%;
28193
- }
28194
-
28195
- .eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
28196
- left: -100%;
28197
- }
28198
-
28199
- .eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
28200
- left: 100%;
28201
- }
28202
-
28203
- /*--- Zoom In ---*/
28204
- .eael-animate-zoom-in .eael-elements-flip-box-rear-container {
28205
- opacity: 0;
28206
- -webkit-transform: scale(0.75);
28207
- -ms-transform: scale(0.75);
28208
- transform: scale(0.75);
28209
- z-index: 3;
28210
- }
28211
-
28212
- .eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
28213
- opacity: 1;
28214
- -webkit-transform: scale(1);
28215
- -ms-transform: scale(1);
28216
- transform: scale(1);
28217
- }
28218
-
28219
- /*--- Zoom Out ---*/
28220
- .eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
28221
- opacity: 0;
28222
- -webkit-transform: scale(0.75);
28223
- -ms-transform: scale(0.75);
28224
- transform: scale(0.75);
28225
- }
28226
-
28227
- .eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
28228
- opacity: 0;
28229
- }
28230
-
28231
- /*--- Builder Related Style ---*/
28232
- .eael-flipbox-content-align-right .eael-elements-flip-box-padding {
28233
- text-align: right;
28234
- }
28235
-
28236
- .eael-flipbox-content-align-left .eael-elements-flip-box-padding {
28237
- text-align: left;
28238
- }
28239
-
28240
- .eael-flipbox-content-align-center .eael-elements-flip-box-padding {
28241
- text-align: center;
28242
- }
28243
-
28244
- .eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,
28245
- .eael-flipbox-img-circle .flipbox-back-image-icon img {
28246
- -webkit-border-radius: 50%;
28247
- border-radius: 50%;
28248
- overflow: hidden;
28249
- }
28250
-
28251
- /*--------------------------*/
28252
- /* 01. General Styles
28253
- /*--------------------------*/
28254
- .clearfix::before,
28255
- .clearfix::after {
28256
- content: " ";
28257
- display: table;
28258
- clear: both;
28259
- }
28260
-
28261
- /*---------------------------------------*/
28262
- /* 02. Common styles for slider elements
28263
- /*---------------------------------------*/
28264
- .eael-testimonial-slider.nav-top-left,
28265
- .eael-testimonial-slider.nav-top-right,
28266
- .eael-team-slider.nav-top-left,
28267
- .eael-team-slider.nav-top-right,
28268
- .eael-logo-carousel.nav-top-left,
28269
- .eael-logo-carousel.nav-top-right,
28270
- .eael-post-carousel.nav-top-left,
28271
- .eael-post-carousel.nav-top-right,
28272
- .eael-product-carousel.nav-top-left,
28273
- .eael-product-carousel.nav-top-right {
28274
- padding-top: 40px;
28275
- }
28276
-
28277
- /*----------------------------*/
28278
- /* 28. Swiper
28279
- /*----------------------------*/
28280
- .swiper-container-wrap .swiper-slide,
28281
- .swiper-container .swiper-slide {
28282
- text-align: center;
28283
- }
28284
-
28285
- .swiper-container-wrap .swiper-slide img,
28286
- .swiper-container .swiper-slide img {
28287
- width: auto;
28288
- }
28289
-
28290
- .swiper-container-wrap-dots-outside .swiper-pagination,
28291
- .swiper-container-dots-outside .swiper-pagination {
28292
- position: static;
28293
- }
28294
-
28295
- .swiper-container-wrap .swiper-button-next,
28296
- .swiper-container-wrap .swiper-button-prev,
28297
- .swiper-container .swiper-button-next,
28298
- .swiper-container .swiper-button-prev {
28299
- background: transparent;
28300
- font-size: 20px;
28301
- height: auto;
28302
- line-height: 1;
28303
- margin: 0;
28304
- text-align: center;
28305
- -webkit-transform: translateY(-50%);
28306
- -ms-transform: translateY(-50%);
28307
- transform: translateY(-50%);
28308
- width: auto;
28309
- }
28310
-
28311
- .swiper-container-wrap .swiper-button-next .fa,
28312
- .swiper-container-wrap .swiper-button-prev .fa,
28313
- .swiper-container .swiper-button-next .fa,
28314
- .swiper-container .swiper-button-prev .fa {
28315
- vertical-align: top;
28316
- }
28317
-
28318
- .swiper-container-wrap .swiper-pagination {
28319
- bottom: 10px;
28320
- left: 0;
28321
- width: 100%;
28322
- }
28323
-
28324
- .swiper-container-wrap-dots-outside .swiper-pagination {
28325
- position: static;
28326
- }
28327
-
28328
- .swiper-container-wrap .swiper-pagination-bullet {
28329
- background: #ccc;
28330
- margin: 0 4px;
28331
- opacity: 1;
28332
- height: 8px;
28333
- width: 8px;
28334
- }
28335
-
28336
- .swiper-container-wrap .swiper-pagination-bullet-active {
28337
- background: #000;
28338
- }
28339
-
28340
- .swiper-container-3d .swiper-slide {
28341
- -o-transition-property: all;
28342
- transition-property: all;
28343
- -webkit-transition-property: all;
28344
- }
28345
-
28346
- /*--------------------------------*/
28347
- /* 10. Contact forms common
28348
- /*--------------------------------*/
28349
- .eael-contact-form input[type=text],
28350
- .eael-contact-form input[type=email],
28351
- .eael-contact-form input[type=url],
28352
- .eael-contact-form input[type=tel],
28353
- .eael-contact-form input[type=date],
28354
- .eael-contact-form input[type=number],
28355
- .eael-contact-form textarea {
28356
- background: #fff;
28357
- box-shadow: none;
28358
- -webkit-box-shadow: none;
28359
- float: none;
28360
- height: auto;
28361
- margin: 0;
28362
- outline: 0;
28363
- width: 100%;
28364
- }
28365
-
28366
- .eael-contact-form input[type=submit] {
28367
- border: 0;
28368
- float: none;
28369
- height: auto;
28370
- margin: 0;
28371
- padding: 10px 20px;
28372
- width: auto;
28373
- -webkit-transition: all 0.25s linear 0s;
28374
- -o-transition: all 0.25s linear 0s;
28375
- transition: all 0.25s linear 0s;
28376
- }
28377
-
28378
- .eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
28379
- .eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
28380
- opacity: 0;
28381
- visibility: hidden;
28382
- }
28383
-
28384
- .eael-contact-form.placeholder-hide input::-moz-placeholder,
28385
- .eael-contact-form.placeholder-hide textarea::-moz-placeholder {
28386
- opacity: 0;
28387
- visibility: hidden;
28388
- }
28389
-
28390
- .eael-contact-form.placeholder-hide input:-ms-input-placeholder,
28391
- .eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
28392
- opacity: 0;
28393
- visibility: hidden;
28394
- }
28395
-
28396
- .eael-contact-form.placeholder-hide input:-moz-placeholder,
28397
- .eael-contact-form.placeholder-hide textarea:-moz-placeholder {
28398
- opacity: 0;
28399
- visibility: hidden;
28400
- }
28401
-
28402
- .eael-custom-radio-checkbox input[type=checkbox],
28403
- .eael-custom-radio-checkbox input[type=radio] {
28404
- -webkit-appearance: none;
28405
- -moz-appearance: none;
28406
- border-style: solid;
28407
- border-width: 0;
28408
- outline: none;
28409
- min-width: 1px;
28410
- width: 15px;
28411
- height: 15px;
28412
- background: #ddd;
28413
- padding: 3px;
28414
- }
28415
-
28416
- .eael-custom-radio-checkbox input[type=checkbox]:before,
28417
- .eael-custom-radio-checkbox input[type=radio]:before {
28418
- content: "";
28419
- width: 100%;
28420
- height: 100%;
28421
- padding: 0;
28422
- margin: 0;
28423
- display: block;
28424
- }
28425
-
28426
- .eael-custom-radio-checkbox input[type=checkbox]:checked:before,
28427
- .eael-custom-radio-checkbox input[type=radio]:checked:before {
28428
- background: #999;
28429
- -webkit-transition: all 0.25s linear 0s;
28430
- -o-transition: all 0.25s linear 0s;
28431
- transition: all 0.25s linear 0s;
28432
- }
28433
-
28434
- .eael-custom-radio-checkbox input[type=radio] {
28435
- -webkit-border-radius: 50%;
28436
- border-radius: 50%;
28437
- }
28438
-
28439
- .eael-custom-radio-checkbox input[type=radio]:before {
28440
- -webkit-border-radius: 50%;
28441
- border-radius: 50%;
28442
- }
28443
-
28444
- /*----------------------*/
28445
- /* 14. Gravity Form
28446
- /*----------------------*/
28447
- .eael-gravity-form-align-default,
28448
- .eael-gravity-form-align-left,
28449
- .eael-gravity-form-btn-align-left {
28450
- text-align: left;
28451
- }
28452
-
28453
- .eael-gravity-form-align-right,
28454
- .eael-gravity-form-btn-align-right {
28455
- text-align: right;
28456
- }
28457
-
28458
- .eael-gravity-form-align-center,
28459
- .eael-gravity-form-btn-align-center {
28460
- text-align: center;
28461
- }
28462
-
28463
- .eael-gravity-form .gform_wrapper .gform_footer {
28464
- margin: 0;
28465
- padding: 0;
28466
- }
28467
-
28468
- .gform_wrapper form li,
28469
- .gform_wrapper li {
28470
- list-style: none;
28471
- }
28472
-
28473
- .eael-gravity-form .gform_wrapper ul.gform_fields li.gfield {
28474
- padding: 0;
28475
- }
28476
-
28477
- .eael-gravity-form .gform_wrapper textarea {
28478
- padding: 0;
28479
- }
28480
-
28481
- .eael-gravity-form .gform_wrapper .gform_footer input.button,
28482
- .eael-gravity-form .gform_wrapper .gform_footer input[type=submit],
28483
- .eael-gravity-form .gform_wrapper .gform_page_footer input.button,
28484
- .eael-gravity-form .gform_wrapper .gform_page_footer input[type=submit] {
28485
- margin: 0;
28486
- }
28487
-
28488
- .eael-gravity-form.title-description-hide .gform_heading {
28489
- display: none;
28490
- }
28491
-
28492
- .eael-gravity-form.labels-hide .gform_wrapper .top_label .gfield_label,
28493
- .eael-gravity-form.labels-hide .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
28494
- display: none;
28495
- }
28496
-
28497
- .eael-gravity-form-button-full-width .gform_wrapper .gform_footer input[type="submit"] {
28498
- width: 100%;
28499
- }
28500
-
28501
- /*------------------------------*/
28502
- /* 34. Image accordion
28503
- /*------------------------------*/
28504
- .eael-img-accordion {
28505
- display: -webkit-box;
28506
- display: -webkit-flex;
28507
- display: -ms-flexbox;
28508
- display: flex;
28509
- height: 50vh;
28510
- }
28511
-
28512
- .eael-img-accordion a {
28513
- position: relative;
28514
- -webkit-box-flex: 1;
28515
- -webkit-flex: 1;
28516
- -ms-flex: 1;
28517
- flex: 1;
28518
- text-align: center;
28519
- text-decoration: none;
28520
- color: #fff;
28521
- -webkit-background-size: cover;
28522
- background-size: cover;
28523
- background-position: center;
28524
- background-repeat: no-repeat;
28525
- -webkit-transition: -webkit-box-flex .4s, -webkit-flex .4s;
28526
- transition: -webkit-box-flex .4s, -webkit-flex .4s;
28527
- -o-transition: flex .4s;
28528
- transition: flex .4s;
28529
- transition: flex .4s, -webkit-box-flex .4s, -webkit-flex .4s, -ms-flex .4s;
28530
- }
28531
-
28532
- .eael-grow-accordion {
28533
- -webkit-box-flex: 3;
28534
- -webkit-flex: 3;
28535
- -ms-flex: 3;
28536
- flex: 3;
28537
- }
28538
-
28539
- .eael-img-accordion .overlay {
28540
- display: -webkit-box;
28541
- display: -webkit-flex;
28542
- display: -ms-flexbox;
28543
- display: flex;
28544
- -webkit-box-align: center;
28545
- -webkit-align-items: center;
28546
- -ms-flex-align: center;
28547
- align-items: center;
28548
- -webkit-box-pack: center;
28549
- -webkit-justify-content: center;
28550
- -ms-flex-pack: center;
28551
- justify-content: center;
28552
- padding: 0 10px;
28553
- position: absolute;
28554
- top: 0;
28555
- right: 0;
28556
- bottom: 0;
28557
- left: 0;
28558
- -webkit-transition: background-color .4s;
28559
- -o-transition: background-color .4s;
28560
- transition: background-color .4s;
28561
- }
28562
-
28563
- .eael-img-accordion .overlay .overlay-inner {
28564
- z-index: 1;
28565
- }
28566
-
28567
- .eael-img-accordion a:after {
28568
- content: "";
28569
- position: absolute;
28570
- width: 100%;
28571
- height: 100%;
28572
- z-index: 0;
28573
- top: 0px;
28574
- left: 0px;
28575
- bottom: 0px;
28576
- right: 0px;
28577
- -webkit-transition: all 0.3s ease-in-out;
28578
- -o-transition: all 0.3s ease-in-out;
28579
- transition: all 0.3s ease-in-out;
28580
- }
28581
-
28582
- .eael-img-accordion .overlay-inner * {
28583
- visibility: hidden;
28584
- opacity: 0;
28585
- -webkit-transform-style: preserve-3d;
28586
- transform-style: preserve-3d;
28587
- }
28588
-
28589
- .eael-img-accordion .overlay h2 {
28590
- color: #fff;
28591
- -webkit-transform: translate3d(0, -60px, 0);
28592
- transform: translate3d(0, -60px, 0);
28593
- }
28594
-
28595
- .eael-img-accordion .overlay p {
28596
- color: #fff;
28597
- -webkit-transform: translate3d(0, 60px, 0);
28598
- transform: translate3d(0, 60px, 0);
28599
- }
28600
-
28601
- .eael-img-accordion .overlay-inner-show * {
28602
- opacity: 1;
28603
- visibility: visible;
28604
- -webkit-transform: none !important;
28605
- -ms-transform: none !important;
28606
- transform: none !important;
28607
- -webkit-transition: all .3s .3s;
28608
- -o-transition: all .3s .3s;
28609
- transition: all .3s .3s;
28610
- }
28611
-
28612
- @media screen and (max-width: 800px) {
28613
- .eael-img-accordion {
28614
- -webkit-box-orient: vertical;
28615
- -webkit-box-direction: normal;
28616
- -webkit-flex-direction: column;
28617
- -ms-flex-direction: column;
28618
- flex-direction: column;
28619
- }
28620
-
28621
- .eael-img-accordion a:hover {
28622
- -webkit-box-flex: 1;
28623
- -webkit-flex: 1;
28624
- -ms-flex: 1;
28625
- flex: 1;
28626
- }
28627
-
28628
- .eael-img-accordion a:hover .overlay {
28629
- background-color: transparent;
28630
- }
28631
- }
28632
-
28633
- /* ------------------------ */
28634
- /* 17. Infobox Style
28635
- /* ------------------------ */
28636
- /*--- Image/Icon On Top ---*/
28637
- .eael-infobox .infobox-icon {
28638
- height: auto;
28639
- }
28640
-
28641
- .eael-infobox .infobox-icon .infobox-icon-wrap {
28642
- display: block;
28643
- width: 100%;
28644
- height: auto;
28645
- -webkit-transition: .3s;
28646
- -o-transition: .3s;
28647
- transition: .3s;
28648
- }
28649
-
28650
- .eael-infobox .infobox-icon .infobox-icon-wrap i {
28651
- -webkit-transition: .3s;
28652
- -o-transition: .3s;
28653
- transition: .3s;
28654
- }
28655
-
28656
- /*--- For Content Alignment ---*/
28657
- .eael-infobox-content-align-left .eael-infobox .infobox-icon,
28658
- .eael-infobox-content-align-left .eael-infobox .infobox-content,
28659
- .eael-infobox-content-align-left .eael-infobox .infobox-button {
28660
- text-align: left;
28661
- }
28662
-
28663
- .eael-infobox-content-align-right .eael-infobox .infobox-icon,
28664
- .eael-infobox-content-align-right .eael-infobox .infobox-content,
28665
- .eael-infobox-content-align-right .eael-infobox .infobox-button {
28666
- text-align: right;
28667
- }
28668
-
28669
- .eael-infobox-content-align-center .eael-infobox .infobox-icon,
28670
- .eael-infobox-content-align-center .eael-infobox .infobox-content,
28671
- .eael-infobox-content-align-center .eael-infobox .infobox-button {
28672
- text-align: center;
28673
- }
28674
-
28675
- /*--- For icon background shape ---*/
28676
- .eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap,
28677
- .eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
28678
- .eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap {
28679
- width: 90px;
28680
- height: 90px;
28681
- text-align: center;
28682
- }
28683
-
28684
- .eael-infobox-icon-hover-bg-shape-square:hover .infobox-icon .infobox-icon-wrap {
28685
- -webkit-border-radius: 0;
28686
- border-radius: 0;
28687
- }
28688
-
28689
- .eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
28690
- .eael-infobox-icon-hover-bg-shape-radius:hover .infobox-icon .infobox-icon-wrap {
28691
- -webkit-border-radius: 15px;
28692
- border-radius: 15px;
28693
- }
28694
-
28695
- .eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap {
28696
- display: -webkit-box;
28697
- display: -webkit-flex;
28698
- display: -ms-flexbox;
28699
- display: flex;
28700
- -webkit-box-align: center;
28701
- -webkit-align-items: center;
28702
- -ms-flex-align: center;
28703
- align-items: center;
28704
- -webkit-box-pack: center;
28705
- -webkit-justify-content: center;
28706
- -ms-flex-pack: center;
28707
- justify-content: center;
28708
- }
28709
-
28710
- .eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap,
28711
- .eael-infobox-icon-hover-bg-shape-circle:hover .infobox-icon .infobox-icon-wrap {
28712
- -webkit-border-radius: 50%;
28713
- border-radius: 50%;
28714
- }
28715
-
28716
- .eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap i,
28717
- .eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap i {
28718
- margin-top: 50%;
28719
- -webkit-transform: translateY(-50%);
28720
- -ms-transform: translateY(-50%);
28721
- transform: translateY(-50%);
28722
- }
28723
-
28724
- /*--- Infobox Button ---*/
28725
- .eael-infobox .infobox-button a.eael-infobox-button {
28726
- display: inline-block;
28727
- padding: 5px 10px;
28728
- -webkit-transition: all 300ms ease-in-out 0s;
28729
- -o-transition: all 300ms ease-in-out 0s;
28730
- transition: all 300ms ease-in-out 0s;
28731
- }
28732
-
28733
- /*--- For icon bg shape alignment ---*/
28734
- .eael-infobox-content-align-left.eael-infobox-icon-bg-shape-square .infobox-icon,
28735
- .eael-infobox-content-align-left.eael-infobox-icon-bg-shape-radius .infobox-icon,
28736
- .eael-infobox-content-align-left.eael-infobox-icon-bg-shape-circle .infobox-icon {
28737
- display: -webkit-box;
28738
- display: -webkit-flex;
28739
- display: -ms-flexbox;
28740
- display: flex;
28741
- -webkit-box-pack: start;
28742
- -webkit-justify-content: flex-start;
28743
- -ms-flex-pack: start;
28744
- justify-content: flex-start;
28745
- }
28746
-
28747
- .eael-infobox-content-align-center.eael-infobox-icon-bg-shape-square .infobox-icon,
28748
- .eael-infobox-content-align-center.eael-infobox-icon-bg-shape-radius .infobox-icon,
28749
- .eael-infobox-content-align-center.eael-infobox-icon-bg-shape-circle .infobox-icon {
28750
- display: -webkit-box;
28751
- display: -webkit-flex;
28752
- display: -ms-flexbox;
28753
- display: flex;
28754
- -webkit-box-pack: center;
28755
- -webkit-justify-content: center;
28756
- -ms-flex-pack: center;
28757
- justify-content: center;
28758
- }
28759
-
28760
- .eael-infobox-content-align-right.eael-infobox-icon-bg-shape-square .infobox-icon,
28761
- .eael-infobox-content-align-right.eael-infobox-icon-bg-shape-radius .infobox-icon,
28762
- .eael-infobox-content-align-right.eael-infobox-icon-bg-shape-circle .infobox-icon {
28763
- display: -webkit-box;
28764
- display: -webkit-flex;
28765
- display: -ms-flexbox;
28766
- display: flex;
28767
- -webkit-box-pack: end;
28768
- -webkit-justify-content: flex-end;
28769
- -ms-flex-pack: end;
28770
- justify-content: flex-end;
28771
- }
28772
-
28773
- /*--- Image/Icon On Left ---*/
28774
- .eael-infobox.icon-on-left {
28775
- position: relative;
28776
- z-index: 0;
28777
- display: -webkit-box;
28778
- display: -webkit-flex;
28779
- display: -ms-flexbox;
28780
- display: flex;
28781
- }
28782
-
28783
- .eael-infobox.icon-on-right .infobox-icon-wrap,
28784
- .eael-infobox.icon-on-left .infobox-icon-wrap {
28785
- -webkit-box-pack: center;
28786
- -webkit-justify-content: center;
28787
- -ms-flex-pack: center;
28788
- justify-content: center;
28789
- display: -webkit-box !important;
28790
- display: -webkit-flex !important;
28791
- display: -ms-flexbox !important;
28792
- display: flex !important;
28793
- -webkit-box-align: center;
28794
- -webkit-align-items: center;
28795
- -ms-flex-align: center;
28796
- align-items: center;
28797
- }
28798
-
28799
- .eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap {
28800
- background: none;
28801
- border: 0px;
28802
- text-align: left;
28803
- height: auto;
28804
- display: block;
28805
- }
28806
-
28807
- .eael-infobox .infobox-content p {
28808
- margin: 0 0 15px;
28809
- }
28810
-
28811
- .eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap i {
28812
- margin-top: 0px;
28813
- -webkit-transform: translateY(0%);
28814
- -ms-transform: translateY(0%);
28815
- transform: translateY(0%);
28816
- }
28817
-
28818
- .eael-infobox.icon-on-left .infobox-content {
28819
- padding-left: 15px;
28820
- -webkit-box-flex: 1;
28821
- -webkit-flex: 1 1 auto;
28822
- -ms-flex: 1 1 auto;
28823
- flex: 1 1 auto;
28824
- }
28825
-
28826
- .eael-infobox.icon-on-left .infobox-content .title {
28827
- line-height: 1;
28828
- margin: 0 0 10px 0;
28829
- }
28830
-
28831
- /*--- Image/Icon On Right ---*/
28832
- .eael-infobox.icon-on-right {
28833
- position: relative;
28834
- z-index: 0;
28835
- display: -webkit-box;
28836
- display: -webkit-flex;
28837
- display: -ms-flexbox;
28838
- display: flex;
28839
- -webkit-box-orient: horizontal;
28840
- -webkit-box-direction: reverse;
28841
- -webkit-flex-direction: row-reverse;
28842
- -ms-flex-direction: row-reverse;
28843
- flex-direction: row-reverse;
28844
- }
28845
-
28846
- .eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap {
28847
- background: none;
28848
- border: 0px;
28849
- text-align: right;
28850
- width: auto;
28851
- height: auto;
28852
- display: block;
28853
- }
28854
-
28855
- .eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap i {
28856
- margin-top: 0px;
28857
- -webkit-transform: translateY(0%);
28858
- -ms-transform: translateY(0%);
28859
- transform: translateY(0%);
28860
- }
28861
-
28862
- .eael-infobox.icon-on-right .infobox-content {
28863
- padding-right: 15px;
28864
- text-align: right;
28865
- -webkit-box-flex: 1;
28866
- -webkit-flex: 1 1 auto;
28867
- -ms-flex: 1 1 auto;
28868
- flex: 1 1 auto;
28869
- -webkit-box-sizing: border-box;
28870
- box-sizing: border-box;
28871
- }
28872
-
28873
- .eael-infobox.icon-on-right .infobox-content .title {
28874
- line-height: 1;
28875
- margin: 0 0 10px 0;
28876
- }
28877
-
28878
- /*--- Imgae Circle On Top ---*/
28879
- .eael-infobox .infobox-icon img {
28880
- -webkit-transition: all 300ms ease-in-out 0s;
28881
- -o-transition: all 300ms ease-in-out 0s;
28882
- transition: all 300ms ease-in-out 0s;
28883
- }
28884
-
28885
- .eael-infobox-hover-img-shape-square:hover .eael-infobox .infobox-icon img {
28886
- -webkit-border-radius: 0;
28887
- border-radius: 0;
28888
- }
28889
-
28890
- .eael-infobox-shape-circle .eael-infobox .infobox-icon img,
28891
- .eael-infobox-hover-img-shape-circle:hover .eael-infobox .infobox-icon img {
28892
- -webkit-border-radius: 50%;
28893
- border-radius: 50%;
28894
- }
28895
-
28896
- .eael-infobox-shape-radius .eael-infobox .infobox-icon img,
28897
- .eael-infobox-hover-img-shape-radius:hover .eael-infobox .infobox-icon img {
28898
- -webkit-border-radius: 15px;
28899
- border-radius: 15px;
28900
- }
28901
-
28902
- /* ------------------------ */
28903
- /* 26. Magnific Popup
28904
- /* ------------------------ */
28905
- /*--- Magnific Popup CSS ---*/
28906
- .mfp-bg {
28907
- top: 0;
28908
- left: 0;
28909
- width: 100%;
28910
- height: 100%;
28911
- z-index: 1042;
28912
- overflow: hidden;
28913
- position: fixed;
28914
- background: #0b0b0b;
28915
- opacity: 0.8;
28916
- }
28917
-
28918
- .mfp-wrap {
28919
- top: 0;
28920
- left: 0;
28921
- width: 100%;
28922
- height: 100%;
28923
- z-index: 1043;
28924
- position: fixed;
28925
- outline: none !important;
28926
- -webkit-backface-visibility: hidden;
28927
- backface-visibility: hidden;
28928
- }
28929
-
28930
- .mfp-container {
28931
- text-align: center;
28932
- position: absolute;
28933
- width: 100%;
28934
- height: 100%;
28935
- left: 0;
28936
- top: 0;
28937
- padding: 0 8px;
28938
- -webkit-box-sizing: border-box;
28939
- box-sizing: border-box;
28940
- }
28941
-
28942
- .mfp-container:before {
28943
- content: '';
28944
- display: inline-block;
28945
- height: 100%;
28946
- vertical-align: middle;
28947
- }
28948
-
28949
- .mfp-align-top .mfp-container:before {
28950
- display: none;
28951
- }
28952
-
28953
- .mfp-content {
28954
- position: relative;
28955
- display: inline-block;
28956
- vertical-align: middle;
28957
- margin: 0 auto;
28958
- text-align: left;
28959
- z-index: 1045;
28960
- }
28961
-
28962
- .mfp-inline-holder .mfp-content,
28963
- .mfp-ajax-holder .mfp-content {
28964
- width: 100%;
28965
- cursor: auto;
28966
- }
28967
-
28968
- .mfp-ajax-cur {
28969
- cursor: progress;
28970
- }
28971
-
28972
- .mfp-zoom-out-cur,
28973
- .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
28974
- cursor: -webkit-zoom-out;
28975
- cursor: zoom-out;
28976
- }
28977
-
28978
- .mfp-zoom {
28979
- cursor: pointer;
28980
- cursor: -webkit-zoom-in;
28981
- cursor: zoom-in;
28982
- }
28983
-
28984
- .mfp-auto-cursor .mfp-content {
28985
- cursor: auto;
28986
- }
28987
-
28988
- .mfp-close,
28989
- .mfp-arrow,
28990
- .mfp-preloader,
28991
- .mfp-counter {
28992
- -webkit-user-select: none;
28993
- -moz-user-select: none;
28994
- -ms-user-select: none;
28995
- user-select: none;
28996
- }
28997
-
28998
- .mfp-loading.mfp-figure {
28999
- display: none;
29000
- }
29001
-
29002
- .mfp-hide {
29003
- display: none !important;
29004
- }
29005
-
29006
- .mfp-preloader {
29007
- color: #CCC;
29008
- position: absolute;
29009
- top: 50%;
29010
- width: auto;
29011
- text-align: center;
29012
- margin-top: -0.8em;
29013
- left: 8px;
29014
- right: 8px;
29015
- z-index: 1044;
29016
- }
29017
-
29018
- .mfp-preloader a {
29019
- color: #CCC;
29020
- }
29021
-
29022
- .mfp-preloader a:hover {
29023
- color: #FFF;
29024
- }
29025
-
29026
- .mfp-s-ready .mfp-preloader {
29027
- display: none;
29028
- }
29029
-
29030
- .mfp-s-error .mfp-content {
29031
- display: none;
29032
- }
29033
-
29034
- button.mfp-close,
29035
- button.mfp-arrow {
29036
- overflow: visible;
29037
- cursor: pointer;
29038
- background: transparent;
29039
- border: 0;
29040
- -webkit-appearance: none;
29041
- display: block;
29042
- outline: none;
29043
- padding: 0;
29044
- z-index: 1046;
29045
- -webkit-box-shadow: none;
29046
- box-shadow: none;
29047
- -ms-touch-action: manipulation;
29048
- touch-action: manipulation;
29049
- }
29050
-
29051
- button::-moz-focus-inner {
29052
- padding: 0;
29053
- border: 0;
29054
- }
29055
-
29056
- .mfp-close {
29057
- width: 44px;
29058
- height: 44px;
29059
- line-height: 44px;
29060
- position: absolute;
29061
- right: 0;
29062
- top: 0;
29063
- text-decoration: none;
29064
- text-align: center;
29065
- opacity: 0.65;
29066
- padding: 0 0 18px 10px;
29067
- color: #FFF;
29068
- font-style: normal;
29069
- font-size: 28px;
29070
- font-family: Arial, Baskerville, monospace;
29071
- }
29072
-
29073
- .mfp-close:hover,
29074
- .mfp-close:focus {
29075
- opacity: 1;
29076
- }
29077
-
29078
- .mfp-close:active {
29079
- top: 1px;
29080
- }
29081
-
29082
- .mfp-close-btn-in .mfp-close {
29083
- color: #333;
29084
- }
29085
-
29086
- .mfp-image-holder .mfp-close,
29087
- .mfp-iframe-holder .mfp-close {
29088
- color: #FFF;
29089
- right: -6px;
29090
- text-align: right;
29091
- padding-right: 6px;
29092
- width: 100%;
29093
- }
29094
-
29095
- .mfp-counter {
29096
- position: absolute;
29097
- top: 0;
29098
- right: 0;
29099
- color: #CCC;
29100
- font-size: 12px;
29101
- line-height: 18px;
29102
- white-space: nowrap;
29103
- }
29104
-
29105
- .mfp-arrow {
29106
- position: absolute;
29107
- opacity: 0.65;
29108
- margin: 0;
29109
- top: 50%;
29110
- margin-top: -55px;
29111
- padding: 0;
29112
- width: 90px;
29113
- height: 110px;
29114
- -webkit-tap-highlight-color: transparent;
29115
- }
29116
-
29117
- .mfp-arrow:active {
29118
- margin-top: -54px;
29119
- }
29120
-
29121
- .mfp-arrow:hover,
29122
- .mfp-arrow:focus {
29123
- opacity: 1;
29124
- }
29125
-
29126
- .mfp-arrow:before,
29127
- .mfp-arrow:after {
29128
- content: '';
29129
- display: block;
29130
- width: 0;
29131
- height: 0;
29132
- position: absolute;
29133
- left: 0;
29134
- top: 0;
29135
- margin-top: 35px;
29136
- margin-left: 35px;
29137
- border: medium inset transparent;
29138
- }
29139
-
29140
- .mfp-arrow:after {
29141
- border-top-width: 13px;
29142
- border-bottom-width: 13px;
29143
- top: 8px;
29144
- }
29145
-
29146
- .mfp-arrow:before {
29147
- border-top-width: 21px;
29148
- border-bottom-width: 21px;
29149
- opacity: 0.7;
29150
- }
29151
-
29152
- .mfp-arrow-left {
29153
- left: 0;
29154
- }
29155
-
29156
- .mfp-arrow-left:after {
29157
- border-right: 17px solid #FFF;
29158
- margin-left: 31px;
29159
- }
29160
-
29161
- .mfp-arrow-left:before {
29162
- margin-left: 25px;
29163
- border-right: 27px solid #3F3F3F;
29164
- }
29165
-
29166
- .mfp-arrow-right {
29167
- right: 0;
29168
- }
29169
-
29170
- .mfp-arrow-right:after {
29171
- border-left: 17px solid #FFF;
29172
- margin-left: 39px;
29173
- }
29174
-
29175
- .mfp-arrow-right:before {
29176
- border-left: 27px solid #3F3F3F;
29177
- }
29178
-
29179
- .mfp-iframe-holder {
29180
- padding-top: 40px;
29181
- padding-bottom: 40px;
29182
- }
29183
-
29184
- .mfp-iframe-holder .mfp-content {
29185
- line-height: 0;
29186
- width: 100%;
29187
- max-width: 900px;
29188
- }
29189
-
29190
- .mfp-iframe-holder .mfp-close {
29191
- top: -40px;
29192
- }
29193
-
29194
- .mfp-iframe-scaler {
29195
- width: 100%;
29196
- height: 0;
29197
- overflow: hidden;
29198
- padding-top: 56.25%;
29199
- }
29200
-
29201
- .mfp-iframe-scaler iframe {
29202
- position: absolute;
29203
- display: block;
29204
- top: 0;
29205
- left: 0;
29206
- width: 100%;
29207
- height: 100%;
29208
- -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
29209
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
29210
- background: #000;
29211
- }
29212
-
29213
- /*--- Main image in popup ---*/
29214
- img.mfp-img {
29215
- width: auto;
29216
- max-width: 100%;
29217
- height: auto;
29218
- display: block;
29219
- line-height: 0;
29220
- -webkit-box-sizing: border-box;
29221
- box-sizing: border-box;
29222
- padding: 40px 0 40px;
29223
- margin: 0 auto;
29224
- }
29225
-
29226
- /*--- The shadow behind the image ---*/
29227
- .mfp-figure {
29228
- line-height: 0;
29229
- }
29230
-
29231
- .mfp-figure:after {
29232
- content: '';
29233
- position: absolute;
29234
- left: 0;
29235
- top: 40px;
29236
- bottom: 40px;
29237
- display: block;
29238
- right: 0;
29239
- width: auto;
29240
- height: auto;
29241
- z-index: -1;
29242
- -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
29243
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
29244
- background: #444;
29245
- }
29246
-
29247
- .mfp-figure small {
29248
- color: #BDBDBD;
29249
- display: block;
29250
- font-size: 12px;
29251
- line-height: 14px;
29252
- }
29253
-
29254
- .mfp-figure figure {
29255
- margin: 0;
29256
- }
29257
-
29258
- .mfp-bottom-bar {
29259
- margin-top: -36px;
29260
- position: absolute;
29261
- top: 100%;
29262
- left: 0;
29263
- width: 100%;
29264
- cursor: auto;
29265
- }
29266
-
29267
- .mfp-title {
29268
- text-align: left;
29269
- line-height: 18px;
29270
- color: #F3F3F3;
29271
- word-wrap: break-word;
29272
- padding-right: 36px;
29273
- }
29274
-
29275
- .mfp-image-holder .mfp-content {
29276
- max-width: 100%;
29277
- }
29278
-
29279
- .mfp-gallery .mfp-image-holder .mfp-figure {
29280
- cursor: pointer;
29281
- }
29282
-
29283
- button.mfp-close,
29284
- button.mfp-close:hover {
29285
- display: inline-block !important;
29286
- background: transparent;
29287
- width: auto !important;
29288
- }
29289
-
29290
- .mfp-arrow,
29291
- .mfp-arrow:hover {
29292
- background: transparent;
29293
- }
29294
-
29295
- @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
29296
- /**
29297
- * Remove all paddings around the image on small screen
29298
- */
29299
- .mfp-img-mobile .mfp-image-holder {
29300
- padding-left: 0;
29301
- padding-right: 0;
29302
- }
29303
-
29304
- .mfp-img-mobile img.mfp-img {
29305
- padding: 0;
29306
- }
29307
-
29308
- .mfp-img-mobile .mfp-figure:after {
29309
- top: 0;
29310
- bottom: 0;
29311
- }
29312
-
29313
- .mfp-img-mobile .mfp-figure small {
29314
- display: inline;
29315
- margin-left: 5px;
29316
- }
29317
-
29318
- .mfp-img-mobile .mfp-bottom-bar {
29319
- background: rgba(0, 0, 0, 0.6);
29320
- bottom: 0;
29321
- margin: 0;
29322
- top: auto;
29323
- padding: 3px 5px;
29324
- position: fixed;
29325
- -webkit-box-sizing: border-box;
29326
- box-sizing: border-box;
29327
- }
29328
-
29329
- .mfp-img-mobile .mfp-bottom-bar:empty {
29330
- padding: 0;
29331
- }
29332
-
29333
- .mfp-img-mobile .mfp-counter {
29334
- right: 5px;
29335
- top: 3px;
29336
- }
29337
-
29338
- .mfp-img-mobile .mfp-close {
29339
- top: 0;
29340
- right: 0;
29341
- width: 35px;
29342
- height: 35px;
29343
- line-height: 35px;
29344
- background: rgba(0, 0, 0, 0.6);
29345
- position: fixed;
29346
- text-align: center;
29347
- padding: 0;
29348
- }
29349
- }
29350
- @media all and (max-width: 900px) {
29351
- .mfp-arrow {
29352
- -webkit-transform: scale(0.75);
29353
- -ms-transform: scale(0.75);
29354
- transform: scale(0.75);
29355
- }
29356
-
29357
- .mfp-arrow-left {
29358
- -webkit-transform-origin: 0;
29359
- -ms-transform-origin: 0;
29360
- transform-origin: 0;
29361
- }
29362
-
29363
- .mfp-arrow-right {
29364
- -webkit-transform-origin: 100%;
29365
- -ms-transform-origin: 100%;
29366
- transform-origin: 100%;
29367
- }
29368
-
29369
- .mfp-container {
29370
- padding-left: 6px;
29371
- padding-right: 6px;
29372
- }
29373
- }
29374
-
29375
- /*----------------------*/
29376
- /* 13. Ninja Form Styles
29377
- /*----------------------*/
29378
- .eael-ninja-container input,
29379
- .eael-ninja-container textarea {
29380
- height: auto;
29381
- padding: 10px;
29382
- }
29383
-
29384
- .eael-contact-form-align-center .eael-ninja-container,
29385
- .eael-contact-form-btn-align-center .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
29386
- margin-left: auto !important;
29387
- margin-right: auto !important;
29388
- display: block;
29389
- float: none;
29390
- }
29391
-
29392
- .eael-contact-form-align-left .eael-ninja-container,
29393
- .eael-contact-form-btn-align-left .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
29394
- float: left;
29395
- width: auto;
29396
- }
29397
-
29398
- .eael-contact-form-align-right .eael-ninja-container,
29399
- .eael-contact-form-btn-align-right .eael-ninja-container .nf-field .nf-field-element input[type="button"] {
29400
- float: right;
29401
- width: auto;
29402
- }
29403
-
29404
- .eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="text"],
29405
- .eael-ninja-container .nf-field .nf-field-element input[type="password"],
29406
- .eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="email"],
29407
- .eael-ninja-container .nf-field .nf-field-element input[type="url"],
29408
- .eael-ninja-container ul.wpuf-form li .wpuf-fields input[type="number"],
29409
- .eael-ninja-container .nf-field .nf-field-element textarea {
29410
- max-width: 100%;
29411
- }
29412
-
29413
- .eael-ninja-form .nf-form-title {
29414
- display: none;
29415
- }
29416
-
29417
- .eael-ninja-form-title-yes .nf-form-title {
29418
- display: block;
29419
- }
29420
-
29421
- .eael-ninja-form .title-description-hide .nf-form-title {
29422
- display: none;
29423
- }
29424
-
29425
- .eael-ninja-form.title-description-hide .nf-form-title {
29426
- display: none;
29427
- }
29428
-
29429
- .eael-ninja-form .nf-field-label {
29430
- display: none;
29431
- }
29432
-
29433
- .eael-ninja-form-labels-yes .nf-field-label {
29434
- display: block;
29435
- }
29436
-
29437
- .eael-ninja-form .submit-container input[type=button] {
29438
- border: 0;
29439
- -webkit-border-radius: 0;
29440
- border-radius: 0;
29441
- }
29442
-
29443
- .eael-ninja-form-button-full-width .submit-container input[type=button] {
29444
- width: 100%;
29445
- }
29446
-
29447
- /*-----------------------------*/
29448
- /* 15. Post Grid Style
29449
- /*-----------------------------*/
29450
- .eael-post-grid {
29451
- margin: 0 -10px;
29452
- }
29453
-
29454
- .eael-grid-post {
29455
- float: left;
29456
- padding: 10px;
29457
- }
29458
-
29459
- .eael-post-carousel .eael-grid-post {
29460
- float: none;
29461
- padding: 0;
29462
- }
29463
-
29464
- .eael-grid-post-holder {
29465
- border: 1px solid rgba(0, 0, 0, 0.1);
29466
- }
29467
-
29468
- .eael-grid-post-holder-inner {
29469
- height: 100%;
29470
- }
29471
-
29472
- .eael-entry-media {
29473
- position: relative;
29474
- }
29475
-
29476
- .eael-entry-overlay {
29477
- position: absolute;
29478
- top: 0;
29479
- left: 0;
29480
- width: 100%;
29481
- height: 100%;
29482
- z-index: 2;
29483
- -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
29484
- transition: opacity 0.2s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
29485
- -o-transition: opacity 0.2s ease-in-out, transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
29486
- transition: opacity 0.2s ease-in-out, transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
29487
- 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);
29488
- }
29489
-
29490
- .eael-entry-overlay > a {
29491
- position: absolute;
29492
- top: 0;
29493
- left: 0;
29494
- width: 100%;
29495
- height: 100%;
29496
- z-index: 3;
29497
- }
29498
-
29499
- .eael-entry-title {
29500
- margin: 10px 0 5px;
29501
- font-size: 1.2em;
29502
- }
29503
-
29504
- .eael-entry-thumbnail img {
29505
- width: 100%;
29506
- max-width: 100%;
29507
- vertical-align: middle;
29508
- }
29509
-
29510
- .eael-entry-thumbnail > img {
29511
- height: 100%;
29512
- }
29513
-
29514
- .eael-entry-footer .eael-author-avatar {
29515
- width: 50px;
29516
- }
29517
-
29518
- .eael-entry-footer .eael-author-avatar .avatar {
29519
- -webkit-border-radius: 50%;
29520
- border-radius: 50%;
29521
- }
29522
-
29523
- .eael-post-grid .eael-entry-footer .eael-entry-meta {
29524
- padding-left: 8px;
29525
- text-align: left;
29526
- }
29527
-
29528
- .eael-grid-post .eael-entry-meta {
29529
- display: -webkit-box;
29530
- display: -webkit-flex;
29531
- display: -ms-flexbox;
29532
- display: flex;
29533
- -webkit-box-orient: horizontal;
29534
- -webkit-box-direction: normal;
29535
- -webkit-flex-direction: row;
29536
- -ms-flex-direction: row;
29537
- flex-direction: row;
29538
- }
29539
-
29540
- .eael-grid-post .eael-entry-footer .eael-entry-meta {
29541
- -webkit-box-orient: vertical;
29542
- -webkit-box-direction: normal;
29543
- -webkit-flex-direction: column;
29544
- -ms-flex-direction: column;
29545
- flex-direction: column;
29546
- }
29547
-
29548
- .eael-entry-meta > div {
29549
- font-size: 12px;
29550
- line-height: 1.2;
29551
- padding-bottom: 5px;
29552
- }
29553
-
29554
- .eael-grid-post-excerpt p {
29555
- margin: 0;
29556
- font-size: 14px;
29557
- }
29558
-
29559
- .eael-entry-meta .eael-entry-footer .eael-posted-by {
29560
- display: block;
29561
- }
29562
-
29563
- .eael-grid-post .eael-entry-wrapper,
29564
- .eael-grid-post .eael-entry-footer {
29565
- padding: 15px;
29566
- }
29567
-
29568
- .eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on {
29569
- padding-left: 5px;
29570
- }
29571
-
29572
- .eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on::before {
29573
- content: '\f111';
29574
- font-family: FontAwesome;
29575
- color: inherit;
29576
- opacity: .4;
29577
- font-size: .8em;
29578
- padding-right: 7px;
29579
- }
29580
-
29581
- /*--- Post Grid Thumbnail Hover Effects ---*/
29582
- .eael-entry-medianone {
29583
- position: relative;
29584
- }
29585
-
29586
- .eael-entry-overlay {
29587
- display: -webkit-box;
29588
- display: -webkit-flex;
29589
- display: -ms-flexbox;
29590
- display: flex;
29591
- -webkit-box-align: center;
29592
- -webkit-align-items: center;
29593
- -ms-flex-align: center;
29594
- align-items: center;
29595
- -webkit-box-pack: center;
29596
- -webkit-justify-content: center;
29597
- -ms-flex-pack: center;
29598
- justify-content: center;
29599
- }
29600
-
29601
- .eael-entry-overlay > i {
29602
- color: #fff;
29603
- }
29604
-
29605
- /*--- fade in ---*/
29606
- .eael-entry-overlay.fade-in {
29607
- visibility: hidden;
29608
- opacity: 0;
29609
- -webkit-transition: 300ms;
29610
- -o-transition: 300ms;
29611
- transition: 300ms;
29612
- }
29613
-
29614
- .eael-entry-medianone:hover .eael-entry-overlay.fade-in {
29615
- visibility: visible;
29616
- opacity: 1;
29617
- }
29618
-
29619
- .eael-entry-medianone:hover .eael-entry-overlay.fade-in > i {
29620
- -webkit-transform: translate(0);
29621
- -ms-transform: translate(0);
29622
- transform: translate(0);
29623
- opacity: 1;
29624
- }
29625
-
29626
- /*--- zoom in --- */
29627
- .eael-entry-overlay.zoom-in {
29628
- -webkit-transform: scale(0.9);
29629
- -ms-transform: scale(0.9);
29630
- transform: scale(0.9);
29631
- visibility: hidden;
29632
- opacity: 0;
29633
- -webkit-transition: 300ms;
29634
- -o-transition: 300ms;
29635
- transition: 300ms;
29636
- }
29637
-
29638
- .eael-entry-medianone:hover .eael-entry-overlay.zoom-in {
29639
- visibility: visible;
29640
- opacity: 1;
29641
- -webkit-transform: scale(1);
29642
- -ms-transform: scale(1);
29643
- transform: scale(1);
29644
- }
29645
-
29646
- /*--- slide up ---*/
29647
- .eael-entry-overlay.slide-up {
29648
- -webkit-transform: translateY(100%);
29649
- -ms-transform: translateY(100%);
29650
- transform: translateY(100%);
29651
- visibility: hidden;
29652
- opacity: 0;
29653
- -webkit-transition: 300ms;
29654
- -o-transition: 300ms;
29655
- transition: 300ms;
29656
- }
29657
-
29658
- .eael-entry-medianone:hover .eael-entry-overlay.slide-up {
29659
- -webkit-transform: translateY(0);
29660
- -ms-transform: translateY(0);
29661
- transform: translateY(0);
29662
- visibility: visible;
29663
- opacity: 1;
29664
- }
29665
-
29666
- .eael-entry-medianone {
29667
- overflow: hidden;
29668
- }
29669
-
29670
- /*--- Post Grid & Carousel Hover Styles ---*/
29671
- .eael-entry-media.grid-hover-style-fade-in .eael-entry-overlay {
29672
- opacity: 0;
29673
- }
29674
-
29675
- .eael-entry-media.grid-hover-style-fade-in:hover .eael-entry-overlay {
29676
- opacity: 1;
29677
- }
29678
-
29679
- .eael-entry-media.grid-hover-style-none .eael-entry-overlay {
29680
- display: none;
29681
- }
29682
-
29683
- .eael-entry-media.grid-hover-style-zoom-in .eael-entry-overlay {
29684
- -webkit-transform: scale(0.4);
29685
- -ms-transform: scale(0.4);
29686
- transform: scale(0.4);
29687
- opacity: 0;
29688
- }
29689
-
29690
- .eael-entry-media.grid-hover-style-zoom-in:hover .eael-entry-overlay {
29691
- -webkit-transform: scale(1);
29692
- -ms-transform: scale(1);
29693
- transform: scale(1);
29694
- opacity: 1;
29695
- }
29696
-
29697
- .eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay {
29698
- -webkit-transform: translateY(-100%);
29699
- -ms-transform: translateY(-100%);
29700
- transform: translateY(-100%);
29701
- }
29702
-
29703
- .eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay > i {
29704
- -webkit-transform: translateY(-100px);
29705
- -ms-transform: translateY(-100px);
29706
- transform: translateY(-100px);
29707
- -webkit-transition-delay: 100ms;
29708
- -o-transition-delay: 100ms;
29709
- transition-delay: 100ms;
29710
- -webkit-transition-duration: 300ms;
29711
- -o-transition-duration: 300ms;
29712
- transition-duration: 300ms;
29713
- }
29714
-
29715
- .eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay {
29716
- -webkit-transform: translate(0);
29717
- -ms-transform: translate(0);
29718
- transform: translate(0);
29719
- }
29720
-
29721
- .eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay > i {
29722
- -webkit-transform: translateY(0);
29723
- -ms-transform: translateY(0);
29724
- transform: translateY(0);
29725
- }
29726
-
29727
- .eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay {
29728
- -webkit-transform: translateY(100%);
29729
- -ms-transform: translateY(100%);
29730
- transform: translateY(100%);
29731
- visibility: hidden;
29732
- opacity: 0;
29733
- }
29734
-
29735
- .eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay > i {
29736
- -webkit-transform: translateY(100px);
29737
- -ms-transform: translateY(100px);
29738
- transform: translateY(100px);
29739
- -webkit-transition-delay: 100ms;
29740
- -o-transition-delay: 100ms;
29741
- transition-delay: 100ms;
29742
- -webkit-transition-duration: 300ms;
29743
- -o-transition-duration: 300ms;
29744
- transition-duration: 300ms;
29745
- }
29746
-
29747
- .eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay {
29748
- -webkit-transform: translate(0);
29749
- -ms-transform: translate(0);
29750
- transform: translate(0);
29751
- visibility: visible;
29752
- opacity: 1;
29753
- }
29754
-
29755
- .eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay > i {
29756
- -webkit-transform: translateY(0);
29757
- -ms-transform: translateY(0);
29758
- transform: translateY(0);
29759
- }
29760
-
29761
- /*--- Post Grid Column Styles ---*/
29762
- .eael-col-1 .eael-post-grid-column {
29763
- float: none;
29764
- width: 100%;
29765
- }
29766
-
29767
- .eael-col-2 .eael-post-grid-column {
29768
- float: left;
29769
- width: 50%;
29770
- }
29771
-
29772
- .eael-col-3 .eael-post-grid-column {
29773
- float: left;
29774
- width: 33.3333%;
29775
- }
29776
-
29777
- .eael-col-4 .eael-post-grid-column {
29778
- float: left;
29779
- width: 25%;
29780
- }
29781
-
29782
- .eael-col-5 .eael-post-grid-column {
29783
- float: left;
29784
- width: 20%;
29785
- }
29786
-
29787
- .eael-col-6 .eael-post-grid-column {
29788
- float: left;
29789
- width: 16.6666%;
29790
- }
29791
-
29792
- @media only screen and (max-width: 979px) {
29793
- .eael-col-1 .eael-post-grid-column,
29794
- .eael-col-2 .eael-post-grid-column,
29795
- .eael-col-3 .eael-post-grid-column,
29796
- .eael-col-4 .eael-post-grid-column,
29797
- .eael-col-5 .eael-post-grid-column,
29798
- .eael-col-6 .eael-post-grid-column {
29799
- width: 33.3333%;
29800
- }
29801
- }
29802
- @media only screen and (max-width: 767px) {
29803
- .eael-col-1 .eael-post-grid-column,
29804
- .eael-col-2 .eael-post-grid-column,
29805
- .eael-col-3 .eael-post-grid-column,
29806
- .eael-col-4 .eael-post-grid-column,
29807
- .eael-col-5 .eael-post-grid-column,
29808
- .eael-col-6 .eael-post-grid-column {
29809
- width: 50%;
29810
- }
29811
- }
29812
- @media only screen and (max-width: 480px) {
29813
- .eael-col-1 .eael-post-grid-column,
29814
- .eael-col-2 .eael-post-grid-column,
29815
- .eael-col-3 .eael-post-grid-column,
29816
- .eael-col-4 .eael-post-grid-column,
29817
- .eael-col-5 .eael-post-grid-column,
29818
- .eael-col-6 .eael-post-grid-column {
29819
- float: none;
29820
- width: 100%;
29821
- }
29822
- }
29823
- .eael-author-avatar > a {
29824
- display: block;
29825
- }
29826
-
29827
- .eael-entry-footer {
29828
- overflow: hidden;
29829
- display: -webkit-box;
29830
- display: -webkit-flex;
29831
- display: -ms-flexbox;
29832
- display: flex;
29833
- }
29834
-
29835
- .eael-entry-footer > div {
29836
- display: inline-block;
29837
- float: left;
29838
- }
29839
-
29840
- /*----------------------------*/
29841
- /* 06. Post Timeline Styles
29842
- /*----------------------------*/
29843
- .eael-post-timeline {
29844
- margin-bottom: 0;
29845
- min-height: 100%;
29846
- overflow: hidden;
29847
- position: relative;
29848
- }
29849
-
29850
- .eael-timeline-column {
29851
- width: 50%;
29852
- margin-left: 0;
29853
- float: left;
29854
- margin-top: 0 !important;
29855
- }
29856
-
29857
- .eael-timeline-post {
29858
- position: relative;
29859
- }
29860
-
29861
- .eael-timeline-post:after {
29862
- background-color: rgba(83, 85, 86, 0.2);
29863
- content: "";
29864
- width: 2px;
29865
- height: 245px;
29866
- position: absolute;
29867
- right: 0;
29868
- top: 70px;
29869
- }
29870
-
29871
- .eael-timeline-post:nth-child(2n):after {
29872
- display: none;
29873
- }
29874
-
29875
- .eael-timeline-bullet {
29876
- background-color: #9fa9af;
29877
- border: 5px solid #fff;
29878
- -webkit-border-radius: 50%;
29879
- border-radius: 50%;
29880
- -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
29881
- box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
29882
- content: "";
29883
- height: 20px;
29884
- position: absolute;
29885
- right: -9px;
29886
- top: 60px;
29887
- width: 20px;
29888
- z-index: 3;
29889
- cursor: pointer;
29890
- }
29891
-
29892
- .eael-timeline-post:nth-child(2n) .eael-timeline-bullet {
29893
- background-color: #9fa9af;
29894
- border: 5px solid #fff;
29895
- -webkit-border-radius: 50%;
29896
- border-radius: 50%;
29897
- bottom: 36px;
29898
- content: "";
29899
- height: 20px;
29900
- left: -11px;
29901
- position: absolute;
29902
- top: 300px;
29903
- width: 20px;
29904
- z-index: 3;
29905
- }
29906
-
29907
- .eael-timeline-post-inner {
29908
- background: -webkit-linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 transparent;
29909
- background: -o-linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 transparent;
29910
- background: linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 transparent;
29911
- border: 8px solid #e5eaed;
29912
- -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
29913
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
29914
- float: right;
29915
- margin: 30px 40px 30px auto;
29916
- position: relative;
29917
- height: 320px;
29918
- width: calc(100% - 40px);
29919
- }
29920
-
29921
- .eael-timeline-post:nth-child(even) .eael-timeline-post-inner {
29922
- float: left;
29923
- margin-left: 40px;
29924
- }
29925
-
29926
- .eael-timeline-post-inner:after {
29927
- border-color: transparent transparent transparent #e5eaed;
29928
- border-style: solid;
29929
- border-width: 15px;
29930
- content: "";
29931
- height: 0;
29932
- position: absolute;
29933
- right: -36px;
29934
- top: 17px;
29935
- width: 0;
29936
- }
29937
-
29938
- .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner:after {
29939
- border-color: transparent #e5eaed transparent transparent;
29940
- border-style: solid;
29941
- border-width: 15px;
29942
- content: "";
29943
- height: 0;
29944
- left: -36px;
29945
- position: absolute;
29946
- top: 257px;
29947
- width: 0;
29948
- }
29949
-
29950
- .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner::after {
29951
- border-left-color: transparent !important;
29952
- }
29953
-
29954
- .eael-timeline-post p {
29955
- margin: 1.6rem 0 0 0;
29956
- font-size: 0.9em;
29957
- line-height: 1.6em;
29958
- }
29959
-
29960
- .eael-timeline-post-image {
29961
- -webkit-background-size: cover;
29962
- background-size: cover;
29963
- background-position: center center;
29964
- background-repeat: no-repeat;
29965
- display: block;
29966
- height: 100%;
29967
- overflow: hidden;
29968
- position: relative;
29969
- opacity: .6;
29970
- -webkit-transition: all .3s;
29971
- -o-transition: all .3s;
29972
- transition: all .3s;
29973
- }
29974
-
29975
- .eael-timeline-post-title {
29976
- bottom: 40px;
29977
- position: absolute;
29978
- width: 100%;
29979
- }
29980
-
29981
- .eael-timeline-post-title h2 {
29982
- color: #fff;
29983
- font-size: 20px;
29984
- font-weight: bold;
29985
- letter-spacing: 1px;
29986
- line-height: 24px;
29987
- padding: 0 25px;
29988
- text-align: left;
29989
- text-transform: uppercase;
29990
- }
29991
-
29992
- .eael-timeline-post-excerpt {
29993
- opacity: 0;
29994
- position: absolute;
29995
- top: 0;
29996
- left: 0;
29997
- -webkit-transition: all .3s;
29998
- -o-transition: all .3s;
29999
- transition: all .3s;
30000
- }
30001
-
30002
- .eael-timeline-post-excerpt p {
30003
- color: #fff;
30004
- font-size: 14px;
30005
- padding: 25px;
30006
- }
30007
-
30008
- .eael-timeline-post-inner:hover .eael-timeline-post-excerpt {
30009
- opacity: 1;
30010
- top: 10px;
30011
- }
30012
-
30013
- .eael-timeline-post-inner:hover .eael-timeline-post-image {
30014
- opacity: .3;
30015
- }
30016
-
30017
- .eael-timeline-post time {
30018
- opacity: 0;
30019
- background-color: rgba(0, 0, 0, 0.7);
30020
- color: #fff;
30021
- font-size: 10px;
30022
- -webkit-border-radius: 20px;
30023
- border-radius: 20px;
30024
- position: absolute;
30025
- right: -97px;
30026
- width: 100px;
30027
- height: 30px;
30028
- line-height: 30px;
30029
- text-align: center;
30030
- top: 50px;
30031
- z-index: 99;
30032
- -webkit-transition: all .5s;
30033
- -o-transition: all .5s;
30034
- transition: all .5s;
30035
- }
30036
-
30037
- .eael-timeline-post:nth-child(2n) time {
30038
- background-color: rgba(0, 0, 0, 0.7);
30039
- -webkit-border-radius: 20px;
30040
- border-radius: 20px;
30041
- color: #fff;
30042
- font-size: 10px;
30043
- height: 30px;
30044
- left: -99px;
30045
- line-height: 30px;
30046
- position: absolute;
30047
- text-align: center;
30048
- top: 290px;
30049
- width: 100px;
30050
- z-index: 99;
30051
- }
30052
-
30053
- .eael-timeline-post time:before {
30054
- border-bottom: 5px solid rgba(0, 0, 0, 0.7);
30055
- border-left: 5px solid transparent;
30056
- border-right: 5px solid transparent;
30057
- content: "";
30058
- height: 0;
30059
- left: 45px;
30060
- position: absolute;
30061
- top: -5px;
30062
- width: 0;
30063
- }
30064
-
30065
- .eael-timeline-post:hover time {
30066
- opacity: 1;
30067
- }
30068
-
30069
- .eael-timeline-post::after {
30070
- height: 100%;
30071
- }
30072
-
30073
- .eael-post-timeline .eael-timeline-post:nth-last-child(2)::after {
30074
- height: 245px;
30075
- }
30076
-
30077
- .eael-post-timeline .eael-timeline-post:last-child::after {
30078
- display: none;
30079
- }
30080
-
30081
- .eael-load-more-button-wrap {
30082
- display: -webkit-box;
30083
- display: -webkit-flex;
30084
- display: -ms-flexbox;
30085
- display: flex;
30086
- }
30087
-
30088
- /*--- Responsive Style for Post Timeline ---*/
30089
- @media only screen and (max-width: 1366px) {
30090
- .eael-timeline-post-title h2 {
30091
- font-size: 0.8em;
30092
- }
30093
-
30094
- .eael-timeline-post-excerpt p {
30095
- font-size: 13px;
30096
- }
30097
- }
30098
- @media only screen and (max-width: 1169px) {
30099
- .eael-timeline-post-inner {
30100
- height: 320px;
30101
- }
30102
- }
30103
- @media only screen and (max-width: 992px) {
30104
- .eael-post-timeline {
30105
- margin-left: 0;
30106
- }
30107
-
30108
- .eael-timeline-bullet,
30109
- .eael-timeline-post:after,
30110
- .eael-timeline-post:before,
30111
- .eael-timeline-post-inner:after {
30112
- display: none;
30113
- }
30114
-
30115
- .eael-timeline-post {
30116
- display: inline-block;
30117
- float: left !important;
30118
- width: 50% !important;
30119
- margin: 15px auto;
30120
- }
30121
-
30122
- .eael-timeline-post-inner {
30123
- height: 320px;
30124
- padding-bottom: 30px;
30125
- }
30126
-
30127
- .eael-timeline-post-title {
30128
- bottom: 50px;
30129
- }
30130
-
30131
- .eael-timeline-post-title h2 {
30132
- font-size: 0.8em;
30133
- line-height: 1.2em;
30134
- }
30135
-
30136
- .eael-timeline-post .eael-timeline-post-inner {
30137
- margin: 0 10px auto 0;
30138
- width: 90%;
30139
- }
30140
-
30141
- .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
30142
- margin: 0 auto 0 10px;
30143
- width: 90%;
30144
- }
30145
-
30146
- .eael-timeline-post-excerpt {
30147
- opacity: 0 !important;
30148
- }
30149
-
30150
- .eael-timeline-post-image {
30151
- opacity: .3;
30152
- }
30153
-
30154
- .eael-timeline-post time,
30155
- .eael-timeline-post:nth-child(2n) time {
30156
- background-color: #fff;
30157
- -webkit-border-radius: 0;
30158
- border-radius: 0;
30159
- color: #444;
30160
- font-size: 12px;
30161
- text-transform: uppercase;
30162
- left: 0;
30163
- opacity: 1;
30164
- padding-top: 3px;
30165
- top: 275px;
30166
- width: 100%;
30167
- }
30168
-
30169
- time:before {
30170
- display: none;
30171
- }
30172
- }
30173
- @media only screen and (max-width: 767px) {
30174
- .eael-timeline-post {
30175
- display: block;
30176
- float: none !important;
30177
- margin: 20px auto;
30178
- width: 100% !important;
30179
- }
30180
-
30181
- .eael-timeline-post .eael-timeline-post-inner,
30182
- .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
30183
- display: block;
30184
- float: none;
30185
- margin: 0 auto;
30186
- }
30187
- }
30188
- @media only screen and (max-width: 479px) {
30189
- .eael-timeline-post .eael-timeline-post-inner,
30190
- .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
30191
- height: 250px;
30192
- margin: 0 auto;
30193
- width: 95%;
30194
- }
30195
-
30196
- .eael-timeline-post time,
30197
- .eael-timeline-post:nth-child(2n) time {
30198
- top: 205px;
30199
- }
30200
- }
30201
-
30202
- /* -------------------------------- */
30203
- /* 21. Pricing Table
30204
- /* -------------------------------- */
30205
- .eael-pricing {
30206
- -webkit-display: flex;
30207
- display: -webkit-box;
30208
- display: -ms-flexbox;
30209
- display: flex;
30210
- -webkit-justify-content: center;
30211
- -webkit-box-pack: center;
30212
- -ms-flex-pack: center;
30213
- justify-content: center;
30214
- -webkit-align-items: center;
30215
- -webkit-box-align: center;
30216
- -ms-flex-align: center;
30217
- align-items: center;
30218
- }
30219
-
30220
- .eael-pricing .eael-pricing-item {
30221
- width: 100%;
30222
- height: auto;
30223
- margin: 0;
30224
- }
30225
-
30226
- .eael-pricing .eael-pricing-button {
30227
- display: inline-block;
30228
- padding: 12px 25px;
30229
- background: #00C853;
30230
- font-size: 14px;
30231
- font-weight: 600;
30232
- color: #fff;
30233
- text-transform: uppercase;
30234
- text-decoration: none;
30235
- -webkit-transition: .3s;
30236
- -o-transition: .3s;
30237
- transition: .3s;
30238
- -webkit-border-radius: 4px;
30239
- border-radius: 4px;
30240
- }
30241
-
30242
- .eael-pricing .eael-pricing-button:hover {
30243
- background: #03b048;
30244
- }
30245
-
30246
- .eael-pricing .eael-pricing-item ul {
30247
- padding: 0px;
30248
- margin: 0px;
30249
- list-style: none;
30250
- }
30251
-
30252
- .eael-pricing .eael-pricing-item ul li.disable-item {
30253
- text-decoration: line-through;
30254
- opacity: 0.5;
30255
- }
30256
-
30257
- .eael-pricing .eael-pricing-item ul li span.li-icon {
30258
- color: #00C853;
30259
- margin-right: 6px;
30260
- }
30261
-
30262
- .eael-pricing .eael-pricing-item ul li.disable-item span.li-icon {
30263
- color: #EF5350;
30264
- }
30265
-
30266
- /*--- Pricing Table: Style 1 ---*/
30267
- .eael-pricing.style-1 {
30268
- position: relative;
30269
- z-index: 0;
30270
- text-align: center;
30271
- }
30272
-
30273
- .eael-pricing.style-1 .eael-pricing-item {
30274
- border: 1px solid rgba(9, 9, 9, 0.1);
30275
- padding: 30px;
30276
- -webkit-border-radius: 5px;
30277
- border-radius: 5px;
30278
- -webkit-transition: .5s;
30279
- -o-transition: .5s;
30280
- transition: .5s;
30281
- }
30282
-
30283
- .eael-pricing.style-1 .eael-pricing-item:hover {
30284
- -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
30285
- box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
30286
- }
30287
-
30288
- .eael-pricing.style-1 .eael-pricing-item.featured {
30289
- position: relative;
30290
- }
30291
-
30292
- .eael-pricing.style-1 .eael-pricing-item.ribbon-1:before {
30293
- content: "";
30294
- position: absolute;
30295
- width: 100%;
30296
- height: 3px;
30297
- background: #00C853;
30298
- top: 0px;
30299
- left: 0px;
30300
- right: 0px;
30301
- z-index: 1;
30302
- -webkit-border-radius: 5px 5px 0px 0px;
30303
- border-radius: 5px 5px 0px 0px;
30304
- }
30305
-
30306
- .eael-pricing.style-1 .eael-pricing-item.ribbon-2:before {
30307
- content: "Featured";
30308
- position: absolute;
30309
- width: auto;
30310
- background: #00C853;
30311
- color: #fff;
30312
- top: 35px;
30313
- right: -15px;
30314
- z-index: 10;
30315
- font-size: 10px;
30316
- font-weight: 600;
30317
- text-transform: uppercase;
30318
- padding: 5px 10px;
30319
- }
30320
-
30321
- .eael-pricing.style-1 .eael-pricing-item.ribbon-2:after {
30322
- content: "";
30323
- position: absolute;
30324
- top: 20px;
30325
- right: -15px;
30326
- width: 0;
30327
- height: 0;
30328
- border-bottom: 15px solid #00C853;
30329
- border-right: 15px solid transparent;
30330
- z-index: 9;
30331
- opacity: 0.9;
30332
- }
30333
-
30334
- .eael-pricing.style-1 .eael-pricing-item.ribbon-3:before {
30335
- content: "Featured";
30336
- position: absolute;
30337
- width: auto;
30338
- background: rgba(0, 0, 0, 0.6);
30339
- color: #fff;
30340
- top: 15px;
30341
- right: 15px;
30342
- z-index: 10;
30343
- font-size: 11px;
30344
- font-weight: 600;
30345
- text-transform: uppercase;
30346
- padding: 5px 15px;
30347
- }
30348
-
30349
- .eael-pricing.style-1 .eael-pricing-item .header {
30350
- display: block;
30351
- position: relative;
30352
- z-index: 0;
30353
- padding-bottom: 15px;
30354
- margin-bottom: 15px;
30355
- }
30356
-
30357
- .eael-pricing.style-1 .eael-pricing-item .header:after {
30358
- content: "";
30359
- position: absolute;
30360
- width: 140px;
30361
- height: 1px;
30362
- bottom: 0px;
30363
- left: 0px;
30364
- right: 0px;
30365
- margin: 0 auto;
30366
- z-index: 1;
30367
- background: rgba(9, 9, 9, 0.1);
30368
- }
30369
-
30370
- .eael-pricing.style-1 .eael-pricing-item .header .title {
30371
- font-weight: 700;
30372
- line-height: 30px;
30373
- margin: 0px;
30374
- }
30375
-
30376
- .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag {
30377
- position: relative;
30378
- z-index: 0;
30379
- padding: 15px 0px;
30380
- margin-bottom: 15px;
30381
- }
30382
-
30383
- .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after {
30384
- content: "";
30385
- position: absolute;
30386
- width: 140px;
30387
- height: 1px;
30388
- bottom: 0px;
30389
- left: 0px;
30390
- right: 0px;
30391
- margin: 0 auto;
30392
- z-index: 1;
30393
- background: rgba(9, 9, 9, 0.04);
30394
- }
30395
-
30396
- .eael-pricing.style-1 .eael-pricing-item .price-tag {
30397
- position: relative;
30398
- display: inline-block;
30399
- font-size: 28px;
30400
- font-weight: 500;
30401
- line-height: 0px;
30402
- margin: 0px auto;
30403
- }
30404
-
30405
- .eael-pricing.style-1 .eael-pricing-item .price-tag .price-currency {
30406
- font-size: 24px;
30407
- font-weight: 700;
30408
- }
30409
-
30410
- .eael-pricing.style-1 .eael-pricing-item .price-period {
30411
- color: #999;
30412
- }
30413
-
30414
- .eael-pricing.style-1 .eael-pricing-item .body ul {
30415
- display: block;
30416
- width: 100%;
30417
- margin-bottom: 15px;
30418
- }
30419
-
30420
- .eael-pricing.style-1 .eael-pricing-item .body ul li {
30421
- display: block;
30422
- width: 100%;
30423
- height: auto;
30424
- padding: 10px 0px;
30425
- font-size: 14px;
30426
- color: #6d6d6d;
30427
- border-bottom: 1px solid rgba(9, 9, 9, 0.04);
30428
- }
30429
-
30430
- .eael-pricing.style-1 .eael-pricing-item .body ul li:last-child {
30431
- border: none;
30432
- }
30433
-
30434
- .eael-pricing.style-1 .eael-pricing-item.featured-large {
30435
- padding: 60px 0px;
30436
- }
30437
-
30438
- /*--- Pricing Table : Style 2 ---*/
30439
- .eael-pricing.style-2 {
30440
- position: relative;
30441
- z-index: 0;
30442
- text-align: center;
30443
- }
30444
-
30445
- .eael-pricing.style-2 .eael-pricing-item {
30446
- padding: 30px 0px;
30447
- -webkit-border-radius: 5px;
30448
- border-radius: 5px;
30449
- margin: 0px;
30450
- border: 1px solid rgba(9, 9, 9, 0.1);
30451
- }
30452
-
30453
- .eael-pricing.style-2 .eael-pricing-item.featured {
30454
- -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
30455
- box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
30456
- }
30457
-
30458
- .eael-pricing.style-2 .eael-pricing-item.ribbon-1:before {
30459
- content: "";
30460
- position: absolute;
30461
- width: 100%;
30462
- height: 3px;
30463
- background: #00C853;
30464
- top: 0px;
30465
- left: 0px;
30466
- right: 0px;
30467
- z-index: 1;
30468
- -webkit-border-radius: 5px 5px 0px 0px;
30469
- border-radius: 5px 5px 0px 0px;
30470
- }
30471
-
30472
- .eael-pricing.style-2 .eael-pricing-item.ribbon-2:before {
30473
- content: "Featured";
30474
- position: absolute;
30475
- width: auto;
30476
- background: #00C853;
30477
- color: #fff;
30478
- top: 35px;
30479
- right: -15px;
30480
- z-index: 10;
30481
- font-size: 10px;
30482
- font-weight: 600;
30483
- text-transform: uppercase;
30484
- padding: 5px 10px;
30485
- }
30486
-
30487
- .eael-pricing.style-2 .eael-pricing-item.ribbon-2:after {
30488
- content: "";
30489
- position: absolute;
30490
- top: 20px;
30491
- right: -15px;
30492
- width: 0;
30493
- height: 0;
30494
- border-bottom: 15px solid #00C853;
30495
- border-right: 15px solid transparent;
30496
- z-index: 9;
30497
- opacity: 0.9;
30498
- }
30499
-
30500
- .eael-pricing.style-2 .eael-pricing-item.ribbon-3:before {
30501
- content: "Featured";
30502
- position: absolute;
30503
- width: auto;
30504
- background: rgba(0, 0, 0, 0.6);
30505
- color: #fff;
30506
- top: 15px;
30507
- right: 15px;
30508
- z-index: 10;
30509
- font-size: 11px;
30510
- font-weight: 600;
30511
- text-transform: uppercase;
30512
- padding: 5px 15px;
30513
- }
30514
-
30515
- .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon {
30516
- display: inline-block;
30517
- position: relative;
30518
- width: 80px;
30519
- height: 80px;
30520
- background: #00c853;
30521
- -webkit-border-radius: 50%;
30522
- border-radius: 50%;
30523
- margin-bottom: 30px;
30524
- text-align: center;
30525
- -webkit-transition: .5s;
30526
- -o-transition: .5s;
30527
- transition: .5s;
30528
- overflow: hidden;
30529
- }
30530
-
30531
- .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon i {
30532
- font-size: 30px;
30533
- color: #fff;
30534
- line-height: 80px;
30535
- -webkit-transition: .5s;
30536
- -o-transition: .5s;
30537
- transition: .5s;
30538
- }
30539
-
30540
- .eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon {
30541
- background: #43A047;
30542
- }
30543
-
30544
- .eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon i {
30545
- color: #fff;
30546
- }
30547
-
30548
- .eael-pricing.style-2 .eael-pricing-item .header {
30549
- background: #C8E6C9;
30550
- padding: 25px 30px;
30551
- margin-bottom: 15px;
30552
- position: relative;
30553
- z-index: 0;
30554
- }
30555
-
30556
- .eael-pricing.style-2 .eael-pricing-item.featured .header:after {
30557
- content: "";
30558
- position: absolute;
30559
- width: 100%;
30560
- height: 100%;
30561
- top: 0px;
30562
- left: 0px;
30563
- right: 0px;
30564
- bottom: 0px;
30565
- z-index: -1;
30566
- background: rgba(255, 255, 255, 0.4);
30567
- }
30568
-
30569
- .eael-pricing.style-2 .eael-pricing-item .header .title {
30570
- font-size: 28px;
30571
- font-weight: 700;
30572
- line-height: 40px;
30573
- margin: 0px;
30574
- }
30575
-
30576
- .eael-pricing.style-2 .eael-pricing-item .header .subititle {
30577
- font-size: 14px;
30578
- font-weight: 600;
30579
- color: #6d6d6d;
30580
- }
30581
-
30582
- .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag {
30583
- position: relative;
30584
- z-index: 0;
30585
- padding: 15px 0px;
30586
- margin-bottom: 15px;
30587
- }
30588
-
30589
- .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after {
30590
- content: "";
30591
- position: absolute;
30592
- width: 140px;
30593
- height: 1px;
30594
- bottom: 0px;
30595
- left: 0px;
30596
- right: 0px;
30597
- margin: 0 auto;
30598
- z-index: 1;
30599
- background: rgba(9, 9, 9, 0.04);
30600
- }
30601
-
30602
- .eael-pricing.style-2 .eael-pricing-item .price-tag {
30603
- position: relative;
30604
- display: inline-block;
30605
- font-size: 28px;
30606
- font-weight: 500;
30607
- line-height: 0px;
30608
- margin: 0px auto;
30609
- }
30610
-
30611
- .eael-pricing.style-2 .eael-pricing-item .price-tag .price-currency {
30612
- font-size: 24px;
30613
- font-weight: 700;
30614
- color: #00C853;
30615
- }
30616
-
30617
- .eael-pricing.style-2 .eael-pricing-item .price-period {
30618
- color: #999;
30619
- }
30620
-
30621
- .eael-pricing.style-2 .eael-pricing-item .body ul {
30622
- display: block;
30623
- width: 100%;
30624
- margin-bottom: 15px;
30625
- }
30626
-
30627
- .eael-pricing.style-2 .eael-pricing-item .body ul li {
30628
- display: block;
30629
- width: 100%;
30630
- height: auto;
30631
- padding: 10px 15px;
30632
- font-size: 14px;
30633
- color: #6d6d6d;
30634
- border-bottom: 1px solid rgba(9, 9, 9, 0.04);
30635
- }
30636
-
30637
- .eael-pricing.style-2 .eael-pricing-item .body ul li:last-child {
30638
- border: none;
30639
- }
30640
-
30641
- /*--- Media Query ---*/
30642
- @media only screen and (min-width: 768px) and (max-width: 992px) {
30643
- .eael-pricing {
30644
- display: block;
30645
- }
30646
-
30647
- .eael-pricing .eael-pricing-item,
30648
- .eael-pricing.style-2 .eael-pricing-item,
30649
- .eael-pricing.style-4 .eael-pricing-item {
30650
- width: 100%;
30651
- margin: 0 auto 30px auto;
30652
- }
30653
- }
30654
- @media only screen and (max-width: 480px) {
30655
- .eael-pricing {
30656
- display: block;
30657
- }
30658
-
30659
- .eael-pricing .eael-pricing-item {
30660
- width: 100%;
30661
- }
30662
-
30663
- .eael-pricing .eael-pricing-item,
30664
- .eael-pricing.style-2 .eael-pricing-item,
30665
- .eael-pricing.style-4 .eael-pricing-item {
30666
- margin: 0 auto 30px auto;
30667
- }
30668
- }
30669
- /*--- Page Builder Related Style ---*/
30670
- .eael-pricing-content-align-center .eael-pricing {
30671
- text-align: center;
30672
- }
30673
-
30674
- .eael-pricing-content-align-left .eael-pricing {
30675
- text-align: left;
30676
- }
30677
-
30678
- .eael-pricing-content-align-right .eael-pricing {
30679
- text-align: right;
30680
- }
30681
-
30682
- .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag {
30683
- padding-left: 45px;
30684
- }
30685
-
30686
- .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag:before {
30687
- left: 30px;
30688
- }
30689
-
30690
- .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag {
30691
- padding-right: 30px;
30692
- }
30693
-
30694
- .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .header,
30695
- .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,
30696
- .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .footer,
30697
- .eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .header,
30698
- .eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .footer {
30699
- padding-left: 30px;
30700
- padding-right: 30px;
30701
- }
30702
-
30703
- .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .header,
30704
- .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,
30705
- .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .footer,
30706
- .eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .header,
30707
- .eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .footer {
30708
- padding-right: 30px;
30709
- padding-left: 30px;
30710
- }
30711
-
30712
- .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .body ul li,
30713
- .eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .body ul li {
30714
- padding-left: 30px;
30715
- }
30716
-
30717
- .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .body ul li,
30718
- .eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .body ul li {
30719
- padding-right: 30px;
30720
- }
30721
-
30722
- .eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after {
30723
- -webkit-transform: translateX(-80%);
30724
- -ms-transform: translateX(-80%);
30725
- transform: translateX(-80%);
30726
- }
30727
-
30728
- .eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after {
30729
- -webkit-transform: translateX(80%);
30730
- -ms-transform: translateX(80%);
30731
- transform: translateX(80%);
30732
- }
30733
-
30734
- .eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,
30735
- .eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after {
30736
- -webkit-transform: translateX(0%);
30737
- -ms-transform: translateX(0%);
30738
- transform: translateX(0%);
30739
- }
30740
-
30741
- .eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,
30742
- .eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .header:after,
30743
- .eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,
30744
- .eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,
30745
- .eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after,
30746
- .eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after {
30747
- margin: 0;
30748
- width: 100%;
30749
- }
30750
-
30751
- /*--- Button Alignment ---*/
30752
- .eael-pricing-button-align-right .eael-pricing.style-1 .footer,
30753
- .eael-pricing-button-align-right .eael-pricing.style-2 .footer,
30754
- .eael-pricing-button-align-right .eael-pricing.style-3 .footer,
30755
- .eael-pricing-button-align-right .eael-pricing.style-4 .footer {
30756
- text-align: right;
30757
- }
30758
-
30759
- .eael-pricing-button-align-center .eael-pricing.style-1 .footer,
30760
- .eael-pricing-button-align-center .eael-pricing.style-2 .footer,
30761
- .eael-pricing-button-align-center .eael-pricing.style-3 .footer,
30762
- .eael-pricing-button-align-center .eael-pricing.style-4 .footer {
30763
- text-align: center;
30764
- }
30765
-
30766
- .eael-pricing-button-align-left .eael-pricing.style-1 .footer,
30767
- .eael-pricing-button-align-left .eael-pricing.style-2 .footer,
30768
- .eael-pricing-button-align-left .eael-pricing.style-3 .footer,
30769
- .eael-pricing-button-align-left .eael-pricing.style-4 .footer {
30770
- text-align: left;
30771
- }
30772
-
30773
- .eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-2 .footer,
30774
- .eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-4 .footer {
30775
- padding-right: 30px;
30776
- }
30777
-
30778
- .eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-2 .footer,
30779
- .eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-4 .footer {
30780
- padding-left: 30px;
30781
- }
30782
-
30783
- /*--- Only In Pro Alert ---*/
30784
- .only-in-pro {
30785
- width: 100%;
30786
- -webkit-display: flex;
30787
- display: -webkit-box;
30788
- display: -ms-flexbox;
30789
- display: flex;
30790
- -webkit-align-items: center;
30791
- -webkit-box-align: center;
30792
- -ms-flex-align: center;
30793
- align-items: center;
30794
- -webkit-justify-content: center;
30795
- -webkit-box-pack: center;
30796
- -ms-flex-pack: center;
30797
- justify-content: center;
30798
- padding: 15px;
30799
- min-width: 200px;
30800
- background: #EF5350;
30801
- color: #fff;
30802
- text-align: center;
30803
- }
30804
-
30805
- .only-in-pro .title {
30806
- font-family: 'Roboto', sans-serif;
30807
- font-size: 24px;
30808
- line-height: 40px;
30809
- margin: 0px;
30810
- }
30811
-
30812
- /*--- Pricing Table Tooltip ---*/
30813
- div.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow {
30814
- position: absolute;
30815
- top: 50%;
30816
- }
30817
-
30818
- div.tooltipster-sidetip.tooltipster-top div.tooltipster-box {
30819
- margin-bottom: 0px !important;
30820
- }
30821
-
30822
- div.tooltipster-sidetip.tooltipster-bottom div.tooltipster-box {
30823
- margin-top: 0px !important;
30824
- }
30825
-
30826
- .tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
30827
- top: auto;
30828
- bottom: -8px;
30829
- }
30830
-
30831
- div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
30832
- top: -8px;
30833
- bottom: auto;
30834
- }
30835
-
30836
- /*--------------------------*/
30837
- /* 09. Product Styles
30838
- /*--------------------------*/
30839
- .eael-product-grid .woocommerce ul.products,
30840
- .eael-post-grid .woocommerce ul.products {
30841
- display: grid;
30842
- grid-gap: 25px;
30843
- margin: 0 !important;
30844
- padding: 0 !important;
30845
- }
30846
- .eael-product-grid .woocommerce ul.products:before, .eael-product-grid .woocommerce ul.products:after,
30847
- .eael-post-grid .woocommerce ul.products:before,
30848
- .eael-post-grid .woocommerce ul.products:after {
30849
- display: none;
30850
- }
30851
- .eael-product-grid .woocommerce ul.products .product,
30852
- .eael-post-grid .woocommerce ul.products .product {
30853
- width: 100%;
30854
- margin: 0;
30855
- padding: 0;
30856
- }
30857
- .eael-product-grid .woocommerce ul.products.eael-product-columns-1,
30858
- .eael-post-grid .woocommerce ul.products.eael-product-columns-1 {
30859
- grid-template-columns: 100%;
30860
- }
30861
- .eael-product-grid .woocommerce ul.products.eael-product-columns-2,
30862
- .eael-post-grid .woocommerce ul.products.eael-product-columns-2 {
30863
- grid-template-columns: repeat(2, 1fr);
30864
- }
30865
- @media screen and (max-width: 480px) {
30866
- .eael-product-grid .woocommerce ul.products.eael-product-columns-2,
30867
- .eael-post-grid .woocommerce ul.products.eael-product-columns-2 {
30868
- grid-template-columns: repeat(1, 1fr);
30869
- }
30870
- }
30871
- .eael-product-grid .woocommerce ul.products.eael-product-columns-3,
30872
- .eael-post-grid .woocommerce ul.products.eael-product-columns-3 {
30873
- grid-template-columns: repeat(3, 1fr);
30874
- }
30875
- @media screen and (max-width: 767px) {
30876
- .eael-product-grid .woocommerce ul.products.eael-product-columns-3,
30877
- .eael-post-grid .woocommerce ul.products.eael-product-columns-3 {
30878
- grid-template-columns: repeat(2, 1fr);
30879
- }
30880
- }
30881
- @media screen and (max-width: 480px) {
30882
- .eael-product-grid .woocommerce ul.products.eael-product-columns-3,
30883
- .eael-post-grid .woocommerce ul.products.eael-product-columns-3 {
30884
- grid-template-columns: repeat(1, 1fr);
30885
- }
30886
- }
30887
- .eael-product-grid .woocommerce ul.products.eael-product-columns-4,
30888
- .eael-post-grid .woocommerce ul.products.eael-product-columns-4 {
30889
- grid-template-columns: repeat(4, 1fr);
30890
- }
30891
- @media screen and (max-width: 767px) {
30892
- .eael-product-grid .woocommerce ul.products.eael-product-columns-4,
30893
- .eael-post-grid .woocommerce ul.products.eael-product-columns-4 {
30894
- grid-template-columns: repeat(2, 1fr);
30895
- }
30896
- }
30897
- @media screen and (max-width: 480px) {
30898
- .eael-product-grid .woocommerce ul.products.eael-product-columns-4,
30899
- .eael-post-grid .woocommerce ul.products.eael-product-columns-4 {
30900
- grid-template-columns: repeat(1, 1fr);
30901
- }
30902
- }
30903
- .eael-product-grid .woocommerce ul.products.eael-product-columns-5,
30904
- .eael-post-grid .woocommerce ul.products.eael-product-columns-5 {
30905
- grid-template-columns: repeat(5, 1fr);
30906
- }
30907
- @media screen and (max-width: 767px) {
30908
- .eael-product-grid .woocommerce ul.products.eael-product-columns-5,
30909
- .eael-post-grid .woocommerce ul.products.eael-product-columns-5 {
30910
- grid-template-columns: repeat(2, 1fr);
30911
- }
30912
- }
30913
- @media screen and (max-width: 480px) {
30914
- .eael-product-grid .woocommerce ul.products.eael-product-columns-5,
30915
- .eael-post-grid .woocommerce ul.products.eael-product-columns-5 {
30916
- grid-template-columns: repeat(1, 1fr);
30917
- }
30918
- }
30919
- .eael-product-grid .woocommerce ul.products.eael-product-columns-6,
30920
- .eael-post-grid .woocommerce ul.products.eael-product-columns-6 {
30921
- grid-template-columns: repeat(6, 1fr);
30922
- }
30923
- @media screen and (max-width: 767px) {
30924
- .eael-product-grid .woocommerce ul.products.eael-product-columns-6,
30925
- .eael-post-grid .woocommerce ul.products.eael-product-columns-6 {
30926
- grid-template-columns: repeat(2, 1fr);
30927
- }
30928
- }
30929
- @media screen and (max-width: 480px) {
30930
- .eael-product-grid .woocommerce ul.products.eael-product-columns-6,
30931
- .eael-post-grid .woocommerce ul.products.eael-product-columns-6 {
30932
- grid-template-columns: repeat(1, 1fr);
30933
- }
30934
- }
30935
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,
30936
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product,
30937
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product {
30938
- position: relative;
30939
- float: left;
30940
- overflow: hidden;
30941
- text-align: center;
30942
- padding: 0;
30943
- -webkit-border-radius: 0;
30944
- border-radius: 0;
30945
- background-color: #fff;
30946
- -webkit-box-shadow: none;
30947
- box-shadow: none;
30948
- }
30949
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product a, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a,
30950
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product a,
30951
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a {
30952
- text-decoration: none;
30953
- }
30954
- .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,
30955
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product a:hover,
30956
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a:hover {
30957
- outline: none;
30958
- -webkit-box-shadow: none;
30959
- box-shadow: none;
30960
- }
30961
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product img, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product img,
30962
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product img,
30963
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product img {
30964
- width: 100%;
30965
- height: auto;
30966
- -webkit-backface-visibility: hidden;
30967
- backface-visibility: hidden;
30968
- }
30969
- .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,
30970
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,
30971
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title {
30972
- font-size: 16px;
30973
- font-weight: 700;
30974
- line-height: 1;
30975
- color: #333;
30976
- margin: 25px 0 12px;
30977
- padding: 0;
30978
- }
30979
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .onsale, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .onsale,
30980
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .onsale,
30981
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .onsale {
30982
- display: block;
30983
- line-height: 170px;
30984
- font-size: 13px;
30985
- text-align: center;
30986
- letter-spacing: 0;
30987
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
30988
- text-transform: uppercase;
30989
- color: #fff;
30990
- background-color: #ff2a13;
30991
- -webkit-border-radius: 0;
30992
- border-radius: 0;
30993
- border: none;
30994
- -webkit-box-shadow: none;
30995
- box-shadow: none;
30996
- position: absolute;
30997
- height: 100px;
30998
- width: 200px;
30999
- z-index: 1;
31000
- left: -100px;
31001
- top: -50px;
31002
- right: auto;
31003
- margin: 0;
31004
- padding: 0;
31005
- -webkit-transform: rotate(-45deg);
31006
- -ms-transform: rotate(-45deg);
31007
- transform: rotate(-45deg);
31008
- }
31009
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price, .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price,
31010
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price,
31011
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price {
31012
- font-size: 14px;
31013
- margin-bottom: 0;
31014
- }
31015
- .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,
31016
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price del,
31017
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price del {
31018
- opacity: 0.5;
31019
- display: inline-block;
31020
- }
31021
- .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,
31022
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price ins,
31023
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price ins {
31024
- font-weight: 400;
31025
- background-color: transparent;
31026
- color: #ff2a13;
31027
- }
31028
- .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,
31029
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,
31030
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating {
31031
- display: block;
31032
- float: none;
31033
- font-size: 14px;
31034
- margin: 10px auto;
31035
- }
31036
- .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,
31037
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,
31038
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button {
31039
- display: block;
31040
- font-size: 14px;
31041
- font-weight: 400;
31042
- line-height: 38px;
31043
- text-align: center;
31044
- text-transform: uppercase;
31045
- color: #fff;
31046
- background-color: #333;
31047
- padding: 0;
31048
- margin: 15px;
31049
- -webkit-border-radius: 0;
31050
- border-radius: 0;
31051
- }
31052
- .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,
31053
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,
31054
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus {
31055
- outline: none;
31056
- }
31057
- .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,
31058
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,
31059
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart {
31060
- display: block;
31061
- margin: 0 0 15px 0;
31062
- padding: 0;
31063
- font-size: 14px;
31064
- line-height: 1;
31065
- text-transform: capitalize;
31066
- color: #333;
31067
- background-color: transparent;
31068
- }
31069
- .eael-product-grid.eael-product-simple .woocommerce ul.products li.product,
31070
- .eael-post-grid.eael-product-simple .woocommerce ul.products li.product {
31071
- border: 1px solid #eee;
31072
- }
31073
- .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,
31074
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product {
31075
- border: 1px solid transparent;
31076
- }
31077
- .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
31078
- .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,
31079
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
31080
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart {
31081
- visibility: hidden;
31082
- -webkit-transition: none;
31083
- -o-transition: none;
31084
- transition: none;
31085
- }
31086
- .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover,
31087
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover {
31088
- border: 1px solid #eee;
31089
- }
31090
- .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,
31091
- .eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart,
31092
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,
31093
- .eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart {
31094
- visibility: visible;
31095
- }
31096
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product,
31097
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product {
31098
- position: relative;
31099
- float: left;
31100
- overflow: hidden;
31101
- text-align: center;
31102
- padding: 0 0 15px 0;
31103
- -webkit-border-radius: 0;
31104
- border-radius: 0;
31105
- background-color: #fff;
31106
- -webkit-box-shadow: none;
31107
- box-shadow: none;
31108
- }
31109
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a,
31110
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a {
31111
- text-decoration: none;
31112
- }
31113
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a:hover,
31114
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a:hover {
31115
- outline: none;
31116
- -webkit-box-shadow: none;
31117
- box-shadow: none;
31118
- }
31119
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product img,
31120
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product img {
31121
- width: 100%;
31122
- height: auto;
31123
- margin: 0;
31124
- -webkit-backface-visibility: hidden;
31125
- backface-visibility: hidden;
31126
- }
31127
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay,
31128
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay {
31129
- position: relative;
31130
- overflow: hidden;
31131
- line-height: 0;
31132
- }
31133
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap,
31134
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap {
31135
- position: absolute;
31136
- top: 50%;
31137
- left: 0;
31138
- right: 0;
31139
- text-align: center;
31140
- -webkit-transform: translateY(-50%);
31141
- -ms-transform: translateY(-50%);
31142
- transform: translateY(-50%);
31143
- }
31144
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,
31145
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
31146
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,
31147
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,
31148
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
31149
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart {
31150
- display: inline-block;
31151
- font-size: 14px;
31152
- line-height: 38px;
31153
- text-align: center;
31154
- color: #fff;
31155
- background-color: #333;
31156
- width: 38px;
31157
- height: 38px;
31158
- border-style: none;
31159
- -webkit-border-radius: 50%;
31160
- border-radius: 50%;
31161
- vertical-align: middle;
31162
- padding: 0;
31163
- margin: 0 5px;
31164
- -webkit-transform: translateY(20px);
31165
- -ms-transform: translateY(20px);
31166
- transform: translateY(20px);
31167
- opacity: 0;
31168
- -webkit-transition: opacity 300ms, -webkit-transform 200ms;
31169
- transition: opacity 300ms, -webkit-transform 200ms;
31170
- -o-transition: transform 200ms, opacity 300ms;
31171
- transition: transform 200ms, opacity 300ms;
31172
- transition: transform 200ms, opacity 300ms, -webkit-transform 200ms;
31173
- }
31174
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,
31175
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,
31176
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,
31177
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,
31178
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,
31179
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus {
31180
- outline: none;
31181
- }
31182
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
31183
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button {
31184
- font-size: 0;
31185
- }
31186
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before,
31187
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before {
31188
- display: none;
31189
- }
31190
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after,
31191
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after {
31192
- content: "\f217";
31193
- font: normal normal normal 14px/1 FontAwesome;
31194
- font-size: 14px;
31195
- line-height: 38px;
31196
- text-rendering: auto;
31197
- -webkit-font-smoothing: antialiased;
31198
- vertical-align: middle;
31199
- margin: 0;
31200
- padding: 0;
31201
- }
31202
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before,
31203
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before {
31204
- display: none;
31205
- }
31206
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after,
31207
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after {
31208
- content: "\f110";
31209
- display: inline-block;
31210
- font: normal normal normal 14px/1 FontAwesome;
31211
- font-size: 14px;
31212
- line-height: 38px;
31213
- color: #fff;
31214
- height: auto;
31215
- width: auto;
31216
- position: relative;
31217
- top: 0;
31218
- left: 0;
31219
- margin: 0;
31220
- padding: 0;
31221
- }
31222
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,
31223
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart {
31224
- font-size: 0;
31225
- }
31226
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after,
31227
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after {
31228
- content: "\f06e";
31229
- font: normal normal normal 14px/1 FontAwesome;
31230
- font-size: 14px;
31231
- line-height: 38px;
31232
- color: #fff;
31233
- text-rendering: auto;
31234
- -webkit-font-smoothing: antialiased;
31235
- vertical-align: middle;
31236
- margin: 0;
31237
- padding: 0;
31238
- }
31239
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title,
31240
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title {
31241
- font-size: 16px;
31242
- font-weight: 700;
31243
- line-height: 1;
31244
- color: #333;
31245
- margin: 25px 0 12px;
31246
- padding: 0;
31247
- }
31248
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .onsale,
31249
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .onsale {
31250
- display: block;
31251
- line-height: 170px;
31252
- font-size: 13px;
31253
- text-align: center;
31254
- letter-spacing: 0;
31255
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
31256
- text-transform: uppercase;
31257
- color: #fff;
31258
- background-color: #ff2a13;
31259
- -webkit-border-radius: 0;
31260
- border-radius: 0;
31261
- border: none;
31262
- -webkit-box-shadow: none;
31263
- box-shadow: none;
31264
- position: absolute;
31265
- height: 100px;
31266
- width: 200px;
31267
- z-index: 1;
31268
- left: -100px;
31269
- top: -50px;
31270
- right: auto;
31271
- margin: 0;
31272
- padding: 0;
31273
- -webkit-transform: rotate(-45deg);
31274
- -ms-transform: rotate(-45deg);
31275
- transform: rotate(-45deg);
31276
- }
31277
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price,
31278
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price {
31279
- font-size: 14px;
31280
- margin-bottom: 0;
31281
- }
31282
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price del,
31283
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price del {
31284
- opacity: 0.5;
31285
- display: inline-block;
31286
- }
31287
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price ins,
31288
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price ins {
31289
- font-weight: 400;
31290
- background-color: transparent;
31291
- color: #ff2a13;
31292
- }
31293
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating,
31294
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating {
31295
- display: block;
31296
- float: none;
31297
- font-size: 14px;
31298
- margin: 10px auto;
31299
- }
31300
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,
31301
- .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button,
31302
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,
31303
- .eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button {
31304
- opacity: 1;
31305
- -webkit-transform: translateY(0);
31306
- -ms-transform: translateY(0);
31307
- transform: translateY(0);
31308
- }
31309
-
31310
- @-webkit-keyframes animateStripe {
31311
- 0% {
31312
- -webkit-transform: translate(0, 0);
31313
- transform: translate(0, 0);
31314
- }
31315
- 100% {
31316
- -webkit-transform: translate(35px, 0);
31317
- transform: translate(35px, 0);
31318
- }
31319
- }
31320
- @keyframes animateStripe {
31321
- 0% {
31322
- -webkit-transform: translate(0, 0);
31323
- transform: translate(0, 0);
31324
- }
31325
- 100% {
31326
- -webkit-transform: translate(35px, 0);
31327
- transform: translate(35px, 0);
31328
- }
31329
- }
31330
- @-webkit-keyframes animateStripeRTL {
31331
- 0% {
31332
- -webkit-transform: translate(0, 0);
31333
- transform: translate(0, 0);
31334
- }
31335
- 100% {
31336
- -webkit-transform: translate(-35px, 0);
31337
- transform: translate(-35px, 0);
31338
- }
31339
- }
31340
- @keyframes animateStripeRTL {
31341
- 0% {
31342
- -webkit-transform: translate(0, 0);
31343
- transform: translate(0, 0);
31344
- }
31345
- 100% {
31346
- -webkit-transform: translate(-35px, 0);
31347
- transform: translate(-35px, 0);
31348
- }
31349
- }
31350
- .eael-progressbar {
31351
- position: relative;
31352
- }
31353
-
31354
- .eael-progressbar-title {
31355
- font-size: 20px;
31356
- font-weight: 400;
31357
- }
31358
-
31359
- .eael-progressbar-line {
31360
- position: relative;
31361
- display: block;
31362
- width: 100%;
31363
- height: 12px;
31364
- background-color: #eeeeee;
31365
- }
31366
- .eael-progressbar-line .eael-progressbar-count-wrap {
31367
- position: absolute;
31368
- right: 0;
31369
- bottom: calc(100% + 5px);
31370
- font-size: 16px;
31371
- font-weight: 400;
31372
- line-height: 1;
31373
- }
31374
-
31375
- .eael-progressbar-line-fill {
31376
- display: inline-block;
31377
- position: absolute;
31378
- top: 50%;
31379
- left: 0;
31380
- width: 0;
31381
- height: 12px;
31382
- background-color: #000000;
31383
- -webkit-transform: translateY(-50%);
31384
- -ms-transform: translateY(-50%);
31385
- transform: translateY(-50%);
31386
- -webkit-transition: width 1500ms linear;
31387
- -o-transition: width 1500ms linear;
31388
- transition: width 1500ms linear;
31389
- overflow: hidden;
31390
- }
31391
-
31392
- .eael-progressbar-circle {
31393
- position: relative;
31394
- width: 200px;
31395
- height: 200px;
31396
- }
31397
- .eael-progressbar-circle .eael-progressbar-title {
31398
- font-size: 16px;
31399
- font-weight: 400;
31400
- }
31401
- .eael-progressbar-circle .eael-progressbar-count-wrap {
31402
- font-size: 28px;
31403
- font-weight: 700;
31404
- }
31405
-
31406
- .eael-progressbar-circle-shadow {
31407
- width: 220px;
31408
- height: 220px;
31409
- padding: 10px;
31410
- -webkit-border-radius: 50%;
31411
- border-radius: 50%;
31412
- }
31413
-
31414
- .eael-progressbar-circle-pie {
31415
- position: absolute;
31416
- top: 0;
31417
- left: 0;
31418
- width: 100%;
31419
- height: 100%;
31420
- -webkit-clip-path: inset(0 0 0 50%);
31421
- clip-path: inset(0 0 0 50%);
31422
- }
31423
-
31424
- .eael-progressbar-circle-inner {
31425
- height: 100%;
31426
- width: 100%;
31427
- border-width: 12px;
31428
- border-style: solid;
31429
- border-color: #eeeeee;
31430
- -webkit-border-radius: 50%;
31431
- border-radius: 50%;
31432
- }
31433
-
31434
- .eael-progressbar-circle-half {
31435
- position: absolute;
31436
- left: 0;
31437
- top: 0;
31438
- height: 100%;
31439
- width: 100%;
31440
- border-width: 12px;
31441
- border-style: solid;
31442
- border-color: #000000;
31443
- -webkit-border-radius: 50%;
31444
- border-radius: 50%;
31445
- -webkit-clip-path: inset(0 50% 0 0);
31446
- clip-path: inset(0 50% 0 0);
31447
- }
31448
-
31449
- .eael-progressbar-circle-half-left {
31450
- -webkit-transform: rotate(0deg);
31451
- -ms-transform: rotate(0deg);
31452
- transform: rotate(0deg);
31453
- }
31454
-
31455
- .eael-progressbar-circle-half-right {
31456
- -webkit-transform: rotate(180deg);
31457
- -ms-transform: rotate(180deg);
31458
- transform: rotate(180deg);
31459
- visibility: hidden;
31460
- }
31461
-
31462
- .eael-progressbar-circle-inner-content {
31463
- position: absolute;
31464
- top: 50%;
31465
- width: 100%;
31466
- -webkit-transform: translateY(-50%);
31467
- -ms-transform: translateY(-50%);
31468
- transform: translateY(-50%);
31469
- text-align: center;
31470
- }
31471
-
31472
- .eael-progressbar-half-circle {
31473
- position: relative;
31474
- width: 200px;
31475
- height: 100px;
31476
- overflow: hidden;
31477
- }
31478
- .eael-progressbar-half-circle .eael-progressbar-circle-pie {
31479
- -webkit-clip-path: inset(0 0 50% 0);
31480
- clip-path: inset(0 0 50% 0);
31481
- }
31482
- .eael-progressbar-half-circle .eael-progressbar-circle-half {
31483
- -webkit-clip-path: inset(50% 0 0 0);
31484
- clip-path: inset(50% 0 0 0);
31485
- -webkit-transform: rotate(0deg);
31486
- -ms-transform: rotate(0deg);
31487
- transform: rotate(0deg);
31488
- -webkit-transition: -webkit-transform 1500ms linear;
31489
- transition: -webkit-transform 1500ms linear;
31490
- -o-transition: transform 1500ms linear;
31491
- transition: transform 1500ms linear;
31492
- transition: transform 1500ms linear, -webkit-transform 1500ms linear;
31493
- }
31494
- .eael-progressbar-half-circle .eael-progressbar-circle-inner-content {
31495
- top: initial;
31496
- bottom: 0;
31497
- -webkit-transform: translateY(0);
31498
- -ms-transform: translateY(0);
31499
- transform: translateY(0);
31500
- }
31501
- .eael-progressbar-half-circle .eael-progressbar-title {
31502
- font-size: 16px;
31503
- font-weight: 400;
31504
- }
31505
- .eael-progressbar-half-circle .eael-progressbar-count-wrap {
31506
- font-size: 28px;
31507
- font-weight: 700;
31508
- }
31509
-
31510
- .eael-progressbar-half-circle-after {
31511
- position: relative;
31512
- font-size: 12px;
31513
- font-weight: 400;
31514
- clear: both;
31515
- }
31516
-
31517
- .eael-progressbar-postfix-label {
31518
- float: right;
31519
- }
31520
-
31521
- .eael-progressbar-line-stripe .eael-progressbar-line-fill:after {
31522
- content: '';
31523
- position: absolute;
31524
- top: 0;
31525
- left: -35px;
31526
- width: calc(100% + 70px);
31527
- height: 100%;
31528
- 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);
31529
- 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);
31530
- 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);
31531
- -webkit-background-size: 35px 35px;
31532
- background-size: 35px 35px;
31533
- }
31534
-
31535
- .eael-progressbar-line-animate .eael-progressbar-line-fill:after {
31536
- -webkit-animation: animateStripe 2s linear infinite;
31537
- animation: animateStripe 2s linear infinite;
31538
- }
31539
-
31540
- .eael-progressbar-line-animate-rtl .eael-progressbar-line-fill:after {
31541
- -webkit-animation: animateStripeRTL 2s linear infinite;
31542
- animation: animateStripeRTL 2s linear infinite;
31543
- }
31544
-
31545
- .eael-progressbar-circle-wrap > div {
31546
- margin: 0 auto;
31547
- }
31548
-
31549
- /*alignment*/
31550
- .eael-progressbar-line-container.left,
31551
- .eael-progressbar-circle-container.left > div,
31552
- .eael-progressbar-box-container.left > div {
31553
- margin: 0 auto 0 0;
31554
- }
31555
-
31556
- .eael-progressbar-line-container.center,
31557
- .eael-progressbar-circle-container.center > div,
31558
- .eael-progressbar-box-container.center > div {
31559
- margin: 0 auto;
31560
- }
31561
-
31562
- .eael-progressbar-line-container.right,
31563
- .eael-progressbar-circle-container.right > div,
31564
- .eael-progressbar-box-container.right > div {
31565
- margin: 0 0 0 auto;
31566
- }
31567
-
31568
- /*----------------------------*/
31569
- /* 07. Team Members Styles
31570
- /*----------------------------*/
31571
- .eael-team-item {
31572
- overflow: hidden;
31573
- position: relative;
31574
- }
31575
-
31576
- .team-avatar-rounded figure img {
31577
- -webkit-border-radius: 50%;
31578
- border-radius: 50%;
31579
- height: auto;
31580
- }
31581
-
31582
- .eael-team-image > figure {
31583
- margin: 0;
31584
- padding: 0;
31585
- }
31586
-
31587
- .eael-team-image > figure img {
31588
- display: block;
31589
- margin: 0 auto;
31590
- }
31591
-
31592
- .eael-team-item .eael-team-content {
31593
- padding: 10px;
31594
- }
31595
-
31596
- .eael-team-item .eael-team-member-name {
31597
- font-size: 20px;
31598
- font-weight: bold;
31599
- letter-spacing: 0.05em;
31600
- margin: 5px 0;
31601
- text-transform: uppercase;
31602
- }
31603
-
31604
- .eael-team-item .eael-team-member-position {
31605
- font-size: 14px;
31606
- font-weight: normal;
31607
- letter-spacing: 0.05em;
31608
- margin: 5px 0 10px;
31609
- text-transform: uppercase;
31610
- }
31611
-
31612
- .eael-team-item .eael-team-content,
31613
- .eael-team-item .eael-team-content .eael-team-text {
31614
- font-size: 14px;
31615
- line-height: 1.5;
31616
- }
31617
-
31618
- .eael-team-content > ul {
31619
- margin: 0;
31620
- padding: 0;
31621
- }
31622
-
31623
- .eael-team-content li {
31624
- display: inline-block;
31625
- list-style: outside none none;
31626
- margin-right: 10px;
31627
- text-align: center;
31628
- }
31629
-
31630
- .eael-team-content li a {
31631
- font-size: 2.5rem;
31632
- }
31633
-
31634
- .eael-team-align-left .eael-team-item .eael-team-member-name,
31635
- .eael-team-align-left .eael-team-item .eael-team-member-position,
31636
- .eael-team-align-left .eael-team-item .eael-team-text,
31637
- .eael-team-align-left .eael-team-item .eael-team-content p,
31638
- .eael-team-align-left .eael-team-item .eael-team-content ul,
31639
- .eael-team-align-left .eael-team-item .eael-team-content li {
31640
- text-align: left;
31641
- }
31642
-
31643
- .eael-team-align-right .eael-team-item .eael-team-member-name,
31644
- .eael-team-align-right .eael-team-item .eael-team-member-position,
31645
- .eael-team-align-right .eael-team-item .eael-team-text,
31646
- .eael-team-align-right .eael-team-item .eael-team-content p,
31647
- .eael-team-align-right .eael-team-item .eael-team-content ul,
31648
- .eael-team-align-right .eael-team-item .eael-team-content li {
31649
- text-align: right;
31650
- }
31651
-
31652
- .eael-team-align-centered .eael-team-item .eael-team-member-name,
31653
- .eael-team-align-centered .eael-team-item .eael-team-member-position,
31654
- .eael-team-align-centered .eael-team-item .eael-team-text,
31655
- .eael-team-align-centered .eael-team-item .eael-team-content p,
31656
- .eael-team-align-centered .eael-team-item .eael-team-content ul,
31657
- .eael-team-align-centered .eael-team-item .eael-team-content li {
31658
- text-align: center;
31659
- }
31660
-
31661
- .eael-team-item.eael-team-members-overlay .eael-team-content {
31662
- bottom: 10px;
31663
- left: 10px;
31664
- margin-bottom: 0;
31665
- padding-top: 15%;
31666
- opacity: 0;
31667
- overflow: hidden;
31668
- -o-text-overflow: ellipsis;
31669
- text-overflow: ellipsis;
31670
- position: absolute;
31671
- right: 10px;
31672
- top: 10px;
31673
- -webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
31674
- -o-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
31675
- transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
31676
- }
31677
-
31678
- .eael-team-item.eael-team-members-overlay:hover .eael-team-content {
31679
- opacity: 1;
31680
- }
31681
-
31682
- .eael-team-member-social-link > a {
31683
- display: inline-block;
31684
- -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
31685
- -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
31686
- transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
31687
- }
31688
-
31689
- .eael-team-member-social-link > a:focus {
31690
- outline: none;
31691
- }
31692
-
31693
- /*----------------------------*/
31694
- /* 08. Testimonials Styles
31695
- /*----------------------------*/
31696
- .eael-testimonial-slider {
31697
- position: relative;
31698
- }
31699
-
31700
- .testimonial-star-rating {
31701
- padding: 0;
31702
- margin: 0;
31703
- }
31704
-
31705
- .testimonial-star-rating li {
31706
- list-style: none;
31707
- display: inline-block;
31708
- }
31709
-
31710
- .testimonial-star-rating li i {
31711
- color: #d8d8d8;
31712
- }
31713
-
31714
- .rating-five .testimonial-star-rating li i {
31715
- color: #f2b01e;
31716
- }
31717
-
31718
- .rating-one .testimonial-star-rating li:first-child i {
31719
- color: #f2b01e;
31720
- }
31721
-
31722
- .rating-two .testimonial-star-rating li:nth-child(1) i,
31723
- .rating-two .testimonial-star-rating li:nth-child(2) i {
31724
- color: #f2b01e;
31725
- }
31726
-
31727
- .rating-three .testimonial-star-rating li:nth-child(1) i,
31728
- .rating-three .testimonial-star-rating li:nth-child(2) i,
31729
- .rating-three .testimonial-star-rating li:nth-child(3) i {
31730
- color: #f2b01e;
31731
- }
31732
-
31733
- .rating-four .testimonial-star-rating li:nth-child(1) i,
31734
- .rating-four .testimonial-star-rating li:nth-child(2) i,
31735
- .rating-four .testimonial-star-rating li:nth-child(3) i,
31736
- .rating-four .testimonial-star-rating li:nth-child(4) i {
31737
- color: #f2b01e;
31738
- }
31739
-
31740
- /*--- Default styles ---*/
31741
- .eael-testimonial-image img {
31742
- max-width: 100%;
31743
- }
31744
-
31745
- .eael-testimonial-image {
31746
- padding: 10px 0px 0px 0px;
31747
- }
31748
-
31749
- .eael-testimonial-image > figure {
31750
- display: block;
31751
- margin: 0;
31752
- }
31753
-
31754
- .testimonial-avatar-rounded figure img {
31755
- -webkit-border-radius: 50%;
31756
- border-radius: 50%;
31757
- height: auto;
31758
- }
31759
-
31760
- .eael-testimonial-content {
31761
- margin: 0;
31762
- padding: 10px;
31763
- }
31764
-
31765
- .eael-testimonial-item > figure {
31766
- margin: 0 auto;
31767
- padding: 0 20px;
31768
- }
31769
-
31770
- .eael-testimonial-item .center-text {
31771
- text-align: center;
31772
- }
31773
-
31774
- .eael-testimonial-item .right-text {
31775
- text-align: right;
31776
- }
31777
-
31778
- .eael-testimonial-item .left-text {
31779
- text-align: left;
31780
- }
31781
-
31782
- .eael-testimonial-item .justify-text {
31783
- text-align: justify;
31784
- }
31785
-
31786
- .eael-testimonial-content .eael-testimonial-text {
31787
- font-size: 100%;
31788
- font-style: italic;
31789
- line-height: 1.5;
31790
- margin-top: 0px;
31791
- margin-bottom: 10px;
31792
- word-wrap: break-word;
31793
- }
31794
-
31795
- .eael-testimonial-content .eael-testimonial-user {
31796
- display: inline-block;
31797
- font-family: inherit;
31798
- font-size: 105%;
31799
- font-style: italic;
31800
- font-weight: normal;
31801
- line-height: 1.5;
31802
- margin-top: 0;
31803
- margin-bottom: 0;
31804
- margin-right: 5px;
31805
- }
31806
-
31807
- .eael-testimonial-content .eael-testimonial-user-company {
31808
- display: inline-block;
31809
- font-family: inherit;
31810
- font-size: 90%;
31811
- font-style: italic;
31812
- font-weight: lighter;
31813
- line-height: 1.75;
31814
- margin-bottom: 0;
31815
- margin-top: 1px;
31816
- }
31817
-
31818
- .eael-testimonial-image {
31819
- position: relative;
31820
- }
31821
-
31822
- .eael-testimonial-item .eael-testimonial-quote::after {
31823
- color: inherit !important;
31824
- content: "\f10e";
31825
- font-family: "FontAwesome";
31826
- font-size: 200%;
31827
- }
31828
-
31829
- .eael-testimonial-slider.default-style .eael-testimonial-align-centered .eael-testimonial-image figure img {
31830
- margin: 0 auto;
31831
- }
31832
-
31833
- .eael-testimonial-slider.default-style .eael-testimonial-align-left .eael-testimonial-image figure img,
31834
- .eael-testimonial-slider.default-style .eael-testimonial-align-right .eael-testimonial-image figure img,
31835
- .eael-testimonial-slider.classic-style .eael-testimonial-align-left .eael-testimonial-image figure img,
31836
- .eael-testimonial-slider.classic-style .eael-testimonial-align-right .eael-testimonial-image figure img,
31837
- .eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-image figure img,
31838
- .eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-image figure img {
31839
- margin: 0;
31840
- }
31841
-
31842
- .eael-testimonial-slider.default-style .eael-testimonial-align-right .eael-testimonial-image figure,
31843
- .eael-testimonial-slider.classic-style .eael-testimonial-align-right .eael-testimonial-image figure,
31844
- .eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-image figure {
31845
- text-align: right;
31846
- }
31847
-
31848
- .eael-testimonial-slider.default-style .eael-testimonial-align-left .eael-testimonial-image figure,
31849
- .eael-testimonial-slider.classic-style .eael-testimonial-align-left .eael-testimonial-image figure,
31850
- .eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-image figure {
31851
- text-align: left;
31852
- }
31853
-
31854
- .eael-testimonial-slider.default-style .eael-testimonial-align-right .default-style-testimonial-content,
31855
- .eael-testimonial-slider.classic-style .eael-testimonial-align-right .testimonial-classic-style-content,
31856
- .eael-testimonial-slider.middle-style .eael-testimonial-align-right .middle-style-content,
31857
- .eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-text {
31858
- text-align: right;
31859
- }
31860
-
31861
- .eael-testimonial-slider.default-style .eael-testimonial-align-center .default-style-testimonial-content,
31862
- .eael-testimonial-slider.classic-style .eael-testimonial-align-center .testimonial-classic-style-content,
31863
- .eael-testimonial-slider.middle-style .eael-testimonial-align-center .middle-style-content,
31864
- .eael-testimonial-slider.middle-style .eael-testimonial-align-center .eael-testimonial-text {
31865
- text-align: center;
31866
- }
31867
-
31868
- .eael-testimonial-slider.default-style .eael-testimonial-align-left .default-style-testimonial-content,
31869
- .eael-testimonial-slider.classic-style .eael-testimonial-align-left .testimonial-classic-style-content,
31870
- .eael-testimonial-slider.middle-style .eael-testimonial-align-left .middle-style-content,
31871
- .eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-text {
31872
- text-align: left;
31873
- }
31874
-
31875
- .eael-testimonial-slider.icon-img-left-content .eael-testimonial-text > p,
31876
- .eael-testimonial-slider.icon-img-right-content .eael-testimonial-text > p {
31877
- margin: 0px;
31878
- }
31879
-
31880
- /*--- Left align ---*/
31881
- .icon-img-left-content .eael-testimonial-image {
31882
- float: left;
31883
- width: 30%;
31884
- }
31885
-
31886
- .icon-img-left-content .eael-testimonial-content {
31887
- float: left;
31888
- width: 70%;
31889
- text-align: left;
31890
- }
31891
-
31892
- .icon-img-left-content.eael-testimonial-item {
31893
- overflow: hidden;
31894
- position: relative;
31895
- }
31896
-
31897
- .icon-img-left-content .eael-testimonial-quote {
31898
- position: absolute;
31899
- right: 0;
31900
- }
31901
-
31902
- .icon-img-left-content .eael-testimonial-text {
31903
- margin-top: 0;
31904
- }
31905
-
31906
- /*--- Center align ---*/
31907
- .eael-testimonial-align-centered .eael-testimonial-user,
31908
- .eael-testimonial-align-centered .eael-testimonial-user-company {
31909
- float: none;
31910
- text-align: center;
31911
- }
31912
-
31913
- .eael-testimonial-align-centered .eael-testimonial-image > figure img {
31914
- display: block;
31915
- margin-left: auto !important;
31916
- margin-right: auto !important;
31917
- }
31918
-
31919
- /* .eael-testimonial-align-centered .testimonial-star-rating{
31920
- text-align: center;
31921
- } */
31922
- /*--- Right align ---*/
31923
- .icon-img-right-content .eael-testimonial-image {
31924
- float: right;
31925
- width: 30%;
31926
- }
31927
-
31928
- .icon-img-right-content .eael-testimonial-content {
31929
- float: right;
31930
- width: 70%;
31931
- text-align: right;
31932
- }
31933
-
31934
- .icon-img-right-content.eael-testimonial-item {
31935
- overflow: hidden;
31936
- position: relative;
31937
- }
31938
-
31939
- .icon-img-right-content .eael-testimonial-quote {
31940
- position: absolute;
31941
- }
31942
-
31943
- .icon-img-right-content .eael-testimonial-text {
31944
- margin-top: 0;
31945
- }
31946
-
31947
- .eael-testimonial-item {
31948
- position: relative;
31949
- }
31950
-
31951
- .classic-style.testimonial-alignment-center .eael-testimonial-image,
31952
- .default-style.testimonial-alignment-center .eael-testimonial-image {
31953
- text-align: center;
31954
- }
31955
-
31956
- .classic-style.testimonial-alignment-right .eael-testimonial-image,
31957
- .default-style.testimonial-alignment-right .eael-testimonial-image {
31958
- text-align: right;
31959
- }
31960
-
31961
- .classic-style.testimonial-alignment-center .eael-testimonial-image > figure,
31962
- .default-style.testimonial-alignment-center .eael-testimonial-image > figure {
31963
- text-align: center;
31964
- }
31965
-
31966
- .eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-centered .eael-testimonial-content {
31967
- text-align: center;
31968
- }
31969
-
31970
- .eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-left .eael-testimonial-content {
31971
- text-align: left;
31972
- }
31973
-
31974
- .eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-right .eael-testimonial-content {
31975
- text-align: right;
31976
- }
31977
-
31978
- .eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-centered .eael-testimonial-content {
31979
- text-align: center;
31980
- }
31981
-
31982
- .eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-left .eael-testimonial-content {
31983
- text-align: left;
31984
- }
31985
-
31986
- .eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-right .eael-testimonial-content {
31987
- text-align: right;
31988
- }
31989
-
31990
- span.eael-testimonial-quote {
31991
- position: absolute;
31992
- right: 10px;
31993
- top: 10px;
31994
- }
31995
-
31996
- /*--- Image align ---*/
31997
- .eael-testimonial-item.left .eael-testimonial-image {
31998
- text-align: left;
31999
- }
32000
-
32001
- .eael-testimonial-item.center .eael-testimonial-image {
32002
- text-align: center;
32003
- }
32004
-
32005
- .eael-testimonial-item.right .eael-testimonial-image {
32006
- text-align: right;
32007
- }
32008
-
32009
- /*--- Float title image style ---*/
32010
- .eael-testimonial-inline-bio .eael-testimonial-image {
32011
- float: left;
32012
- }
32013
-
32014
- .eael-testimonial-inline-bio .bio-text {
32015
- padding-top: 10px;
32016
- }
32017
-
32018
- .eael-testimonial-content.eael-testimonial-inline-bio {
32019
- overflow: hidden;
32020
- margin-bottom: 0;
32021
- padding-bottom: 0;
32022
- }
32023
-
32024
- .eael-testimonial-inline-bio .testimonial-star-rating,
32025
- .eael-testimonial-inline-bio .bio-text {
32026
- float: left;
32027
- width: 65%;
32028
- }
32029
-
32030
- .eael-testimonial-content.eael-testimonial-inline-bio {
32031
- text-align: left !important;
32032
- }
32033
-
32034
- /*--- Float inline style ---*/
32035
- .testimonial-inline-style .eael-testimonial-image {
32036
- float: left;
32037
- max-width: 100%;
32038
- padding: 0;
32039
- margin-right: 15px;
32040
- }
32041
-
32042
- .testimonial-inline-style {
32043
- overflow: hidden;
32044
- text-align: left;
32045
- }
32046
-
32047
- .content-top-icon-title-inline .eael-testimonial-text,
32048
- .content-top-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text {
32049
- text-align: left;
32050
- }
32051
-
32052
- .content-top-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
32053
- text-align: center;
32054
- }
32055
-
32056
- .content-top-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
32057
- text-align: right;
32058
- }
32059
-
32060
- .content-bottom-icon-title-inline .eael-testimonial-text,
32061
- .content-bottom-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text {
32062
- text-align: left;
32063
- }
32064
-
32065
- .content-bottom-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text {
32066
- text-align: center;
32067
- }
32068
-
32069
- .content-bottom-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text {
32070
- text-align: right;
32071
- }
32072
-
32073
- /*------------------------------*/
32074
- /* 32. Tooltip
32075
- /*------------------------------*/
32076
- .eael-tooltip {
32077
- position: relative;
32078
- display: inline-block;
32079
- min-width: 150px;
32080
- text-align: center;
32081
- padding: 12px 24px;
32082
- font-size: .93rem;
32083
- color: #333;
32084
- line-height: 1;
32085
- cursor: pointer;
32086
- -webkit-transition: all 0.3s ease-in-out;
32087
- -o-transition: all 0.3s ease-in-out;
32088
- transition: all 0.3s ease-in-out;
32089
- }
32090
-
32091
- .eael-tooltip .eael-tooltip-text {
32092
- display: block;
32093
- width: 100%;
32094
- visibility: hidden;
32095
- background-color: black;
32096
- color: #fff;
32097
- text-align: center;
32098
- -webkit-border-radius: 4px;
32099
- border-radius: 4px;
32100
- padding: 10px;
32101
- position: absolute;
32102
- z-index: 1;
32103
- font-size: .93rem;
32104
- line-height: 1.3;
32105
- }
32106
-
32107
- .eael-tooltip .eael-tooltip-text::after {
32108
- content: "";
32109
- position: absolute;
32110
- border-width: 5px;
32111
- border-style: solid;
32112
- }
32113
-
32114
- .eael-tooltip:hover .eael-tooltip-text {
32115
- visibility: visible;
32116
- }
32117
-
32118
- /*--- Left ---*/
32119
- .eael-tooltip .eael-tooltip-text.eael-tooltip-left {
32120
- top: 50%;
32121
- right: 100%;
32122
- -webkit-transform: translateY(-50%);
32123
- -ms-transform: translateY(-50%);
32124
- transform: translateY(-50%);
32125
- margin-right: 10px;
32126
- }
32127
-
32128
- .eael-tooltip:hover .eael-tooltip-text.eael-tooltip-left {
32129
- -webkit-animation: tooltipLeftIn 300ms ease-in-out;
32130
- animation: tooltipLeftIn 300ms ease-in-out;
32131
- }
32132
-
32133
- .eael-tooltip .eael-tooltip-text.eael-tooltip-left::after {
32134
- top: calc(50% - 5px);
32135
- left: 100%;
32136
- border-color: transparent transparent transparent black;
32137
- }
32138
-
32139
- /*--- Right ---*/
32140
- .eael-tooltip .eael-tooltip-text.eael-tooltip-right {
32141
- top: 50%;
32142
- left: 100%;
32143
- -webkit-transform: translateY(-50%);
32144
- -ms-transform: translateY(-50%);
32145
- transform: translateY(-50%);
32146
- -webkit-transition: all 0.3s ease-in-out;
32147
- -o-transition: all 0.3s ease-in-out;
32148
- transition: all 0.3s ease-in-out;
32149
- margin-left: 10px;
32150
- }
32151
-
32152
- .eael-tooltip:hover .eael-tooltip-text.eael-tooltip-right {
32153
- -webkit-animation: tooltipRightIn 300ms linear;
32154
- animation: tooltipRightIn 300ms linear;
32155
- }
32156
-
32157
- .eael-tooltip .eael-tooltip-text.eael-tooltip-right::after {
32158
- top: calc(50% - 5px);
32159
- right: 100%;
32160
- border-color: transparent black transparent transparent;
32161
- }
32162
-
32163
- /*--- Top ---*/
32164
- .eael-tooltip .eael-tooltip-text.eael-tooltip-top {
32165
- bottom: calc(100%);
32166
- left: 0;
32167
- right: 0;
32168
- margin: 0 auto 10px auto;
32169
- }
32170
-
32171
- .eael-tooltip .eael-tooltip-text.eael-tooltip-top::after {
32172
- margin-top: 0px;
32173
- top: 100%;
32174
- left: calc( 50% - 5px);
32175
- border-color: black transparent transparent transparent;
32176
- }
32177
-
32178
- .eael-tooltip:hover .eael-tooltip-text.eael-tooltip-top {
32179
- -webkit-animation: tooltipTopIn 300ms linear;
32180
- animation: tooltipTopIn 300ms linear;
32181
- }
32182
-
32183
- /*--- Bottom ---*/
32184
- .eael-tooltip .eael-tooltip-text.eael-tooltip-bottom {
32185
- top: 100%;
32186
- left: 0;
32187
- right: 0;
32188
- margin: 10px auto 0px auto;
32189
- }
32190
-
32191
- .eael-tooltip .eael-tooltip-text.eael-tooltip-bottom::after {
32192
- margin-top: 0px;
32193
- bottom: 100%;
32194
- left: calc( 50% - 5px);
32195
- border-color: transparent transparent black transparent;
32196
- }
32197
-
32198
- .eael-tooltip:hover .eael-tooltip-text.eael-tooltip-bottom {
32199
- -webkit-animation: tooltipBottomIn 300ms linear;
32200
- animation: tooltipBottomIn 300ms linear;
32201
- }
32202
-
32203
- /*--- Alignments ---*/
32204
- .eael-tooltip-align-left {
32205
- display: -webkit-box;
32206
- display: -webkit-flex;
32207
- display: -ms-flexbox;
32208
- display: flex;
32209
- width: 100%;
32210
- -webkit-box-pack: start;
32211
- -webkit-justify-content: flex-start;
32212
- -ms-flex-pack: start;
32213
- justify-content: flex-start;
32214
- }
32215
-
32216
- .eael-tooltip-align-right {
32217
- display: -webkit-box;
32218
- display: -webkit-flex;
32219
- display: -ms-flexbox;
32220
- display: flex;
32221
- width: 100%;
32222
- -webkit-box-pack: end;
32223
- -webkit-justify-content: flex-end;
32224
- -ms-flex-pack: end;
32225
- justify-content: flex-end;
32226
- }
32227
-
32228
- .eael-tooltip-align-center {
32229
- display: -webkit-box;
32230
- display: -webkit-flex;
32231
- display: -ms-flexbox;
32232
- display: flex;
32233
- width: 100%;
32234
- -webkit-box-pack: center;
32235
- -webkit-justify-content: center;
32236
- -ms-flex-pack: center;
32237
- justify-content: center;
32238
- }
32239
-
32240
- .eael-tooltip-align-justify .eael-tooltip {
32241
- display: -webkit-box;
32242
- display: -webkit-flex;
32243
- display: -ms-flexbox;
32244
- display: flex;
32245
- -webkit-box-pack: center;
32246
- -webkit-justify-content: center;
32247
- -ms-flex-pack: center;
32248
- justify-content: center;
32249
- -webkit-box-align: center;
32250
- -webkit-align-items: center;
32251
- -ms-flex-align: center;
32252
- align-items: center;
32253
- }
32254
-
32255
- /*--- Tooltip Keyframes ---*/
32256
- @-webkit-keyframes tooltipRightIn {
32257
- 0% {
32258
- opacity: 0;
32259
- left: 105%;
32260
- }
32261
- 100% {
32262
- opacity: 1;
32263
- left: 100%;
32264
- }
32265
- }
32266
- @keyframes tooltipRightIn {
32267
- 0% {
32268
- opacity: 0;
32269
- left: 105%;
32270
- }
32271
- 100% {
32272
- opacity: 1;
32273
- left: 100%;
32274
- }
32275
- }
32276
- @-webkit-keyframes tooltipLeftIn {
32277
- 0% {
32278
- opacity: 0;
32279
- right: 105%;
32280
- }
32281
- 100% {
32282
- opacity: 1;
32283
- right: 100%;
32284
- }
32285
- }
32286
- @keyframes tooltipLeftIn {
32287
- 0% {
32288
- opacity: 0;
32289
- right: 105%;
32290
- }
32291
- 100% {
32292
- opacity: 1;
32293
- right: 100%;
32294
- }
32295
- }
32296
- @-webkit-keyframes tooltipTopIn {
32297
- 0% {
32298
- opacity: 0;
32299
- bottom: 110%;
32300
- }
32301
- 100% {
32302
- opacity: 1;
32303
- bottom: 100%;
32304
- }
32305
- }
32306
- @keyframes tooltipTopIn {
32307
- 0% {
32308
- opacity: 0;
32309
- bottom: 110%;
32310
- }
32311
- 100% {
32312
- opacity: 1;
32313
- bottom: 100%;
32314
- }
32315
- }
32316
- @-webkit-keyframes tooltipBottomIn {
32317
- 0% {
32318
- opacity: 0;
32319
- top: 110%;
32320
- }
32321
- 100% {
32322
- opacity: 1;
32323
- top: 100%;
32324
- }
32325
- }
32326
- @keyframes tooltipBottomIn {
32327
- 0% {
32328
- opacity: 0;
32329
- top: 110%;
32330
- }
32331
- 100% {
32332
- opacity: 1;
32333
- top: 100%;
32334
- }
32335
- }
32336
-
32337
- /* ------------------------ */
32338
- /* 24. Social Feeds
32339
- /* ------------------------ */
32340
- .swiper-container-wrap .swiper-slide .eael-social-feed-element img {
32341
- width: 100%;
32342
- }
32343
-
32344
- /*--- Twitter Feed Styles ---*/
32345
- .eael-social-feed-element.hidden {
32346
- background-color: red !important;
32347
- }
32348
-
32349
- .eael-twitter-feed-wrapper::before,
32350
- .eael-twitter-feed-wrapper::after,
32351
- .eael-twitter-feed-container::before,
32352
- .eael-twitter-feed-container::after {
32353
- content: "";
32354
- clear: both;
32355
- }
32356
-
32357
- .eael-social-feed-element .pull-left {
32358
- float: left;
32359
- margin-right: 10px;
32360
- }
32361
-
32362
- .eael-social-feed-element .pull-right {
32363
- margin-left: 10px;
32364
- }
32365
-
32366
- .eael-social-feed-element img {
32367
- width: 100%;
32368
- height: auto;
32369
- border: 0;
32370
- vertical-align: middle;
32371
- -ms-interpolation-mode: bicubic;
32372
- }
32373
-
32374
- .eael-social-feed-element .attachment {
32375
- vertical-align: middle;
32376
- -ms-interpolation-mode: bicubic;
32377
- }
32378
-
32379
- /*--- Link styles ---*/
32380
- .eael-social-feed-element a {
32381
- color: #0088cc;
32382
- text-decoration: none;
32383
- }
32384
-
32385
- .eael-social-feed-element a:focus {
32386
- outline: thin dotted #333;
32387
- outline: 5px auto -webkit-focus-ring-color;
32388
- outline-offset: -2px;
32389
- }
32390
-
32391
- .eael-social-feed-element a:hover,
32392
- .eael-social-feed-element a:active {
32393
- outline: 0;
32394
- color: #005580;
32395
- text-decoration: underline;
32396
- }
32397
-
32398
- /*--- Text styles ---*/
32399
- .eael-social-feed-element small {
32400
- font-size: 85%;
32401
- }
32402
-
32403
- .eael-social-feed-element strong {
32404
- font-weight: bold;
32405
- }
32406
-
32407
- .eael-social-feed-element em {
32408
- font-style: italic;
32409
- }
32410
-
32411
- .eael-social-feed-element p {
32412
- margin: 0 0 10px;
32413
- }
32414
-
32415
- .eael-social-feed-element .media-body > p {
32416
- margin-bottom: 4px;
32417
- min-height: 20px;
32418
- }
32419
-
32420
- .eael-social-feed-element p.social-feed-text {
32421
- margin: 0;
32422
- overflow: hidden;
32423
- -o-text-overflow: ellipsis;
32424
- text-overflow: ellipsis;
32425
- -webkit-line-clamp: 5;
32426
- -webkit-box-orient: vertical;
32427
- }
32428
-
32429
- /*--- Message styles ---*/
32430
- .eael-social-feed-element,
32431
- .eael-social-feed-element .media-body {
32432
- overflow: hidden;
32433
- zoom: 1;
32434
- overflow: visible;
32435
- }
32436
-
32437
- .eael-social-feed-element {
32438
- padding: 10px;
32439
- background: none;
32440
- }
32441
-
32442
- .eael-social-feed-element .media-body .social-network-icon {
32443
- margin-top: -3px;
32444
- margin-right: 5px;
32445
- width: 16px;
32446
- }
32447
-
32448
- .eael-social-feed-element .media-body div {
32449
- color: #666;
32450
- line-height: 20px;
32451
- clear: both;
32452
- }
32453
-
32454
- .eael-social-feed-element:first-child {
32455
- margin-top: 0;
32456
- }
32457
-
32458
- .eael-social-feed-element .media-object {
32459
- display: block;
32460
- width: 48px;
32461
- -webkit-border-radius: 50%;
32462
- border-radius: 50%;
32463
- }
32464
-
32465
- .eael-social-feed-element .media-heading {
32466
- margin: 0 0 5px;
32467
- }
32468
-
32469
- .eael-social-feed-element .media-list {
32470
- margin-left: 0;
32471
- list-style: none;
32472
- }
32473
-
32474
- .eael-social-feed-element .muted {
32475
- color: #999;
32476
- }
32477
-
32478
- .eael-social-feed-element a.muted:hover,
32479
- .eael-social-feed-element a.muted:focus {
32480
- color: #808080;
32481
- }
32482
-
32483
- .eael-social-feed-element {
32484
- -webkit-transition: 0.25s;
32485
- -o-transition: 0.25s;
32486
- transition: 0.25s;
32487
- -webkit-backface-visibility: hidden;
32488
- backface-visibility: hidden;
32489
- margin: -1px;
32490
- margin-top: 25px;
32491
- color: #333;
32492
- text-align: left;
32493
- font-size: 14px;
32494
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
32495
- line-height: 16px;
32496
- }
32497
-
32498
- .eael-social-feed-element .eael-content {
32499
- padding: 20px 15px 15px;
32500
- -webkit-transition: .4s;
32501
- -o-transition: .4s;
32502
- transition: .4s;
32503
- background: #fff;
32504
- }
32505
-
32506
- .eael-social-feed-element .social-network-icon {
32507
- opacity: 0.7;
32508
- }
32509
-
32510
- .eael-social-feed-element .author-title {
32511
- color: #444;
32512
- line-height: 1.5em;
32513
- font-weight: 500;
32514
- }
32515
-
32516
- /*--- Icon Color ---*/
32517
- .media-body .fa-twitter {
32518
- color: #1da1f2;
32519
- margin-right: 8px;
32520
- }
32521
-
32522
- .media-body .fa-facebook {
32523
- color: #3b5998;
32524
- margin-right: 8px;
32525
- }
32526
-
32527
- /*--- Read More Link ---*/
32528
- .text-wrapper p .read-more-link {
32529
- margin-top: 9px;
32530
- display: block;
32531
- }
32532
-
32533
- /*--- Loading Loader ---*/
32534
- .eael-social-feed-wrapper {
32535
- width: 100%;
32536
- height: auto;
32537
- position: relative;
32538
- z-index: 0;
32539
- }
32540
-
32541
- .eael-loading-feed {
32542
- display: none;
32543
- position: absolute;
32544
- width: 100%;
32545
- height: 100%;
32546
- top: 0px;
32547
- left: 0px;
32548
- bottom: 0px;
32549
- right: 0px;
32550
- }
32551
-
32552
- .eael-loading-feed.show-loading {
32553
- display: block;
32554
- text-align: center;
32555
- z-index: 10;
32556
- display: -webkit-box;
32557
- display: -webkit-flex;
32558
- display: -ms-flexbox;
32559
- display: flex;
32560
- -webkit-box-align: center;
32561
- -webkit-align-items: center;
32562
- -ms-flex-align: center;
32563
- align-items: center;
32564
- -webkit-box-pack: center;
32565
- -webkit-justify-content: center;
32566
- -ms-flex-pack: center;
32567
- justify-content: center;
32568
- -webkit-transition: .5s;
32569
- -o-transition: .5s;
32570
- transition: .5s;
32571
- }
32572
-
32573
- .eael-loading-feed .loader {
32574
- border: 3px solid #f3f3f3;
32575
- -webkit-border-radius: 50%;
32576
- border-radius: 50%;
32577
- border-top: 3px solid #3498db;
32578
- width: 30px;
32579
- height: 30px;
32580
- -webkit-animation: spin 2s linear infinite;
32581
- /* Safari */
32582
- animation: spin 2s linear infinite;
32583
- margin: 0 auto;
32584
- }
32585
-
32586
- /*--- Safari ---*/
32587
- @-webkit-keyframes spin {
32588
- 0% {
32589
- -webkit-transform: rotate(0deg);
32590
- }
32591
- 100% {
32592
- -webkit-transform: rotate(360deg);
32593
- }
32594
- }
32595
- @keyframes spin {
32596
- 0% {
32597
- -webkit-transform: rotate(0deg);
32598
- transform: rotate(0deg);
32599
- }
32600
- 100% {
32601
- -webkit-transform: rotate(360deg);
32602
- transform: rotate(360deg);
32603
- }
32604
- }
32605
- /*--- List View ---*/
32606
- .eael-social-feed-container.list-view .eael-social-feed-element {
32607
- margin: 15px;
32608
- border: 1px solid rgba(0, 0, 0, 0.1);
32609
- background: none;
32610
- }
32611
-
32612
- /*--- Carousel View ---*/
32613
- .eael-social-feed-container.carousel-view {
32614
- width: 100%;
32615
- height: auto;
32616
- }
32617
-
32618
- /*--- Masonry View ---*/
32619
- .eael-twitter-feed-container.masonry-view .eael-social-feed-element {
32620
- width: 33.33%;
32621
- margin-top: 0px;
32622
- float: left;
32623
- }
32624
-
32625
- .eael-social-feed-element .eael-content {
32626
- border: 1px solid rgba(0, 0, 0, 0.1);
32627
- }
32628
-
32629
- /*--- Editor Related Style ---*/
32630
- .eael-social-feed-avatar-circle .eael-social-feed-element .media-object {
32631
- -webkit-border-radius: 50%;
32632
- border-radius: 50%;
32633
- }
32634
-
32635
- .eael-social-feed-avatar-square .eael-social-feed-element .media-object {
32636
- -webkit-border-radius: 0%;
32637
- border-radius: 0%;
32638
- }
32639
-
32640
- .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 {
32641
- text-align: left !important;
32642
- }
32643
-
32644
- /*--- Media Query ---*/
32645
- @media only screen and (min-width: 768px) and (max-width: 992px) {
32646
- .eael-twitter-feed-container.masonry-view .eael-social-feed-element {
32647
- width: 50% !important;
32648
- }
32649
- }
32650
- @media only screen and (max-width: 480px) {
32651
- .eael-twitter-feed-container.masonry-view .eael-social-feed-element {
32652
- width: 100% !important;
32653
- }
32654
- }
32655
-
32656
- /*----------------------*/
32657
- /* 12. weForm Styles
32658
- /*----------------------*/
32659
- .eael-weform-container input,
32660
- .eael-weform-container textarea {
32661
- height: auto;
32662
- padding: 10px;
32663
- }
32664
-
32665
- .eael-contact-form-align-center .eael-weform-container,
32666
- .eael-contact-form-btn-align-center .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
32667
- margin-left: auto !important;
32668
- margin-right: auto !important;
32669
- display: block;
32670
- float: none;
32671
- }
32672
-
32673
- .eael-contact-form-align-left .eael-weform-container,
32674
- .eael-contact-form-btn-align-left .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
32675
- float: left;
32676
- width: auto;
32677
- }
32678
-
32679
- .eael-contact-form-align-right .eael-weform-container,
32680
- .eael-contact-form-btn-align-right .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
32681
- float: right;
32682
- width: auto;
32683
- }
32684
-
32685
- .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="text"],
32686
- .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="password"],
32687
- .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="email"],
32688
- .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="url"],
32689
- .eael-weform-container ul.wpuf-form li .wpuf-fields input[type="number"],
32690
- .eael-weform-container ul.wpuf-form li .wpuf-fields textarea {
32691
- max-width: 100%;
32692
- }
32693
-
32694
- /* ------------------- */
32695
- /* 23. WPForms
32696
- /* ------------------- */
32697
- .eael-wpforms .wpforms-container .wpforms-form input[type=submit],
32698
- .eael-wpforms .wpforms-container .wpforms-form button[type=submit],
32699
- .eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button {
32700
- border: 0;
32701
- }
32702
-
32703
- .eael-wpforms .wpforms-container .wpforms-form input[type=submit]:hover,
32704
- .eael-wpforms .wpforms-container .wpforms-form button[type=submit]:hover,
32705
- .eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button:hover {
32706
- border: 0;
32707
- }
32708
-
32709
- .eael-wpforms .wpforms-container .wpforms-form input[type=checkbox],
32710
- .eael-wpforms .wpforms-container .wpforms-form input[type=radio] {
32711
- padding: 3px;
32712
- }
32713
-
32714
- .eael-wpforms .wpforms-container .wpforms-form .wpforms-field-label {
32715
- display: none;
32716
- }
32717
-
32718
- .eael-wpforms .wpforms-container .wpforms-form .wpforms-field-name .wpforms-field-row {
32719
- max-width: 100%;
32720
- }
32721
-
32722
- .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]),
32723
- .eael-wpforms .wpforms-container .wpforms-field textarea,
32724
- .eael-wpforms .wpforms-container .wpforms-field select {
32725
- max-width: 100% !important;
32726
- }
32727
-
32728
- .eael-wpforms-labels-yes .wpforms-container .wpforms-form .wpforms-field-label {
32729
- display: block;
32730
- }
32731
-
32732
- .eael-wpforms-form-button-full-width .wpforms-submit-container .wpforms-submit {
32733
- width: 100%;
32734
- }
32735
-
32736
- /*------------------------------*/
32737
- /* 31. Advance Accordion
32738
- /*------------------------------*/
32739
- .eael-adv-accordion {
32740
- width: auto;
32741
- height: auto;
32742
- -webkit-transition: all 0.3s ease-in-out;
32743
- -o-transition: all 0.3s ease-in-out;
32744
- transition: all 0.3s ease-in-out;
32745
- }
32746
-
32747
- .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
32748
- padding: 15px;
32749
- border: 1px solid rgba(0, 0, 0, 0.02);
32750
- font-size: 1rem;
32751
- font-weight: 600;
32752
- line-height: 1;
32753
- -webkit-transition: all 0.3s ease-in-out;
32754
- -o-transition: all 0.3s ease-in-out;
32755
- transition: all 0.3s ease-in-out;
32756
- display: -webkit-box;
32757
- display: -webkit-flex;
32758
- display: -ms-flexbox;
32759
- display: flex;
32760
- -webkit-box-pack: justify;
32761
- -webkit-justify-content: space-between;
32762
- -ms-flex-pack: justify;
32763
- justify-content: space-between;
32764
- -webkit-box-align: center;
32765
- -webkit-align-items: center;
32766
- -ms-flex-align: center;
32767
- align-items: center;
32768
- cursor: pointer;
32769
- }
32770
-
32771
- .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle {
32772
- -webkit-transform: rotate(0deg);
32773
- -ms-transform: rotate(0deg);
32774
- transform: rotate(0deg);
32775
- z-index: 10;
32776
- -webkit-transition: all 0.3s ease-in-out;
32777
- -o-transition: all 0.3s ease-in-out;
32778
- transition: all 0.3s ease-in-out;
32779
- }
32780
-
32781
- .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
32782
- -webkit-transform: rotate(90deg);
32783
- -ms-transform: rotate(90deg);
32784
- transform: rotate(90deg);
32785
- z-index: 10;
32786
- -webkit-transition: all 0.3s ease-in-out;
32787
- -o-transition: all 0.3s ease-in-out;
32788
- transition: all 0.3s ease-in-out;
32789
- }
32790
-
32791
- .fa-accordion-icon {
32792
- display: inline-block;
32793
- margin-right: 10px;
32794
- }
32795
-
32796
- .eael-adv-accordion .eael-accordion-list .eael-accordion-content {
32797
- display: none;
32798
- border: 1px solid #eee;
32799
- padding: 15px;
32800
- -webkit-box-sizing: border-box;
32801
- box-sizing: border-box;
32802
- font-size: 1rem;
32803
- line-height: 1.7;
32804
- }
32805
-
32806
- .eael-adv-accordion .eael-accordion-list .eael-accordion-content p {
32807
- margin: 0;
32808
- }
32809
-
32810
- .eael-adv-accordion .eael-accordion-list .eael-accordion-content.active {
32811
- display: block;
32812
- }
32813
-
32814
- @-webkit-keyframes rotate-90 {
32815
- 0% {
32816
- -webkit-transform: rotateY(0deg);
32817
- transform: rotateY(0deg);
32818
- }
32819
- 100% {
32820
- -webkit-transform: rotateY(-180deg);
32821
- transform: rotateY(-180deg);
32822
- }
32823
- }
32824
-
32825
- @keyframes rotate-90 {
32826
- 0% {
32827
- -webkit-transform: rotateY(0deg);
32828
- transform: rotateY(0deg);
32829
- }
32830
- 100% {
32831
- -webkit-transform: rotateY(-180deg);
32832
- transform: rotateY(-180deg);
32833
- }
32834
- }
32835
- @-webkit-keyframes fadeIn {
32836
- 0% {
32837
- opacity: 1;
32838
- -webkit-transition: all 0.3s ease-in-out;
32839
- -o-transition: all 0.3s ease-in-out;
32840
- transition: all 0.3s ease-in-out;
32841
- }
32842
- 100% {
32843
- opacity: 1;
32844
- -webkit-transition: all 0.3s ease-in-out;
32845
- -o-transition: all 0.3s ease-in-out;
32846
- transition: all 0.3s ease-in-out;
32847
- }
32848
- }
32849
- @keyframes fadeIn {
32850
- 0% {
32851
- opacity: 1;
32852
- -webkit-transition: all 0.3s ease-in-out;
32853
- -o-transition: all 0.3s ease-in-out;
32854
- transition: all 0.3s ease-in-out;
32855
- }
32856
- 100% {
32857
- opacity: 1;
32858
- -webkit-transition: all 0.3s ease-in-out;
32859
- -o-transition: all 0.3s ease-in-out;
32860
- transition: all 0.3s ease-in-out;
32861
- }
32862
- }
32863
-
32864
- /*----------------------------*/
32865
- /* 30. Advance Tabs
32866
- /*----------------------------*/
32867
- .eael-advance-tabs {
32868
- display: block;
32869
- }
32870
-
32871
- .eael-advance-tabs .eael-tabs-nav > ul {
32872
- position: relative;
32873
- padding: 0px;
32874
- margin: 0px;
32875
- list-style-type: none;
32876
- display: -webkit-box;
32877
- display: -webkit-flex;
32878
- display: -ms-flexbox;
32879
- display: flex;
32880
- -webkit-box-pack: start;
32881
- -webkit-justify-content: flex-start;
32882
- -ms-flex-pack: start;
32883
- justify-content: flex-start;
32884
- -webkit-box-align: center;
32885
- -webkit-align-items: center;
32886
- -ms-flex-align: center;
32887
- align-items: center;
32888
- z-index: 1;
32889
- }
32890
-
32891
- .eael-advance-tabs .eael-tabs-nav > ul li {
32892
- position: relative;
32893
- padding: 1em 1.5em;
32894
- -webkit-box-flex: 1;
32895
- -webkit-flex: 1 1 auto;
32896
- -ms-flex: 1 1 auto;
32897
- flex: 1 1 auto;
32898
- cursor: pointer;
32899
  display: -webkit-box;
32900
  display: -webkit-flex;
32901
  display: -ms-flexbox;
32902
  display: flex;
32903
- -webkit-box-pack: center;
32904
- -webkit-justify-content: center;
32905
- -ms-flex-pack: center;
32906
- justify-content: center;
32907
- -webkit-box-align: center;
32908
- -webkit-align-items: center;
32909
- -ms-flex-align: center;
32910
- align-items: center;
32911
  text-align: center;
32912
  }
32913
 
32914
- .eael-advance-tabs .eael-tabs-nav > ul li:after {
32915
- content: "";
32916
- position: absolute;
32917
- bottom: -10px;
32918
- left: 0px;
32919
- right: 0px;
32920
- margin: 0 auto;
32921
- z-index: 1;
32922
- width: 0px;
32923
- height: 0px;
32924
- border-left: 10px solid transparent;
32925
- border-right: 10px solid transparent;
32926
- border-top: 10px solid #444;
32927
- border-bottom: 0px;
32928
- display: none;
32929
- }
32930
-
32931
- .eael-advance-tabs.active-caret-on .eael-tabs-nav > ul li.active:after,
32932
- .eael-advance-tabs.active-caret-on .eael-tabs-nav > ul li.active-default:after {
32933
- display: none;
32934
- }
32935
-
32936
- .eael-advance-tabs .eael-tabs-nav > ul li.active:after,
32937
- .eael-advance-tabs .eael-tabs-nav > ul li.active-default:after {
32938
- display: block;
32939
- }
32940
-
32941
- .eael-tabs-content {
32942
- display: -webkit-box;
32943
- display: -webkit-flex;
32944
- display: -ms-flexbox;
32945
- display: flex;
32946
- -webkit-box-flex: 1;
32947
- -webkit-flex: 1 1 auto;
32948
- -ms-flex: 1 1 auto;
32949
- flex: 1 1 auto;
32950
- }
32951
-
32952
- .eael-advance-tabs .eael-tabs-content > div {
32953
- display: none;
32954
- opacity: 0;
32955
- }
32956
-
32957
- .eael-advance-tabs .eael-tabs-content > div.active,
32958
- .eael-advance-tabs .eael-tabs-content > div.active-default {
32959
- display: block;
32960
- width: 100%;
32961
- padding: 1em;
32962
- opacity: 1;
32963
- -webkit-animation: fadeIn linear 0.3s;
32964
- animation: fadeIn linear 0.3s;
32965
- }
32966
-
32967
- /*--- Inline Icon ---*/
32968
- .eael-tab-inline-icon li a .fa {
32969
- margin-right: 10px;
32970
- line-height: 1;
32971
- }
32972
-
32973
  .eael-tab-top-icon li a {
32974
  display: -webkit-box;
32975
  display: -webkit-flex;
@@ -32981,8 +257,8 @@ span.eael-testimonial-quote {
32981
  text-align: center;
32982
  }
32983
 
32984
- .eael-tab-top-icon li a .fa,
32985
- .eael-tab-top-icon li a .eael-tab-title {
32986
  -webkit-box-flex: 1;
32987
  -webkit-flex: 1 1 100%;
32988
  -ms-flex: 1 1 100%;
235
  line-height: 1;
236
  }
237
 
238
+ .eael-tab-top-icon li {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 {
250
  display: -webkit-box;
251
  display: -webkit-flex;
257
  text-align: center;
258
  }
259
 
260
+ .eael-tab-top-icon li .fa,
261
+ .eael-tab-top-icon li .eael-tab-title {
262
  -webkit-box-flex: 1;
263
  -webkit-flex: 1 1 100%;
264
  -ms-flex: 1 1 100%;
assets/front-end/css/eael.min.css CHANGED
@@ -1,6 +1,5 @@
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}}.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}}.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%}.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}}.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%}.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}}.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}.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-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.eael-creative-button:focus{outline:0}.eael-creative-button>span{vertical-align:middle}.eael-creative-button{-webkit-border-radius:2px;border-radius:2px;padding:20px 30px;font-size:16px;line-height:1}.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)}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}.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}.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}.eael-fancy-text-container p{margin:0}.eael-fancy-text-prefix,.eael-fancy-text-strings,.eael-fancy-text-suffix{display:inline-block}.morphext>.animated{display:inline-block}.typed-cursor{opacity:1;-webkit-animation:blink_cursor .7s infinite;animation:blink_cursor .7s infinite}@keyframes blink_cursor{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@-webkit-keyframes blink_cursor{0%{opacity:1}50%{opacity:0}100%{opacity:1}}.eael-fancy-text-container.style-2{font-size:24px}.eael-fancy-text-container.style-2 .eael-fancy-text-strings{background:#f54;color:#fff;padding:10px 25px}.elementor-widget-eael-feature-list.-icon-position-left .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,.elementor-widget-eael-feature-list.-icon-position-top .connector-type-modern.rhombus .eael-feature-list-item:before{top:3px!important}.elementor-widget-eael-feature-list.-icon-position-left .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,.elementor-widget-eael-feature-list.-icon-position-top .connector-type-modern.rhombus .eael-feature-list-item:after{top:45px!important}.elementor-widget-eael-feature-list.-icon-position-right .connector,.elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .connector{right:0;left:calc(100% - 60px)}.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{padding:0 50px 0 0}@media (max-width:767px){.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{padding:0 30px 0 0}}.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{left:auto;right:0}.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{left:auto;right:5px;top:30px}.elementor-widget-eael-feature-list .eael-feature-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item{position:relative}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector{display:block;position:absolute;width:0;margin:0 auto;z-index:1;height:100%;top:.5em;font-size:60px;left:0;right:calc(100% - 60px);border-left:2px solid #2ecc71;border-right:none!important}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item:last-child .connector{display:none}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box{z-index:2;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}@media (prefers-reduced-motion:reduce){.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box{-webkit-transition:none;-o-transition:none;transition:none}}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner{background-color:#37368e;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}@media (prefers-reduced-motion:reduce){.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner{-webkit-transition:none;-o-transition:none;transition:none}}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon{padding:.5em;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;font-size:30px;line-height:1;color:#37368e;text-align:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}@media (prefers-reduced-motion:reduce){.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon{-webkit-transition:none;-o-transition:none;transition:none}}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon i{width:1em;height:1em;position:relative;display:block}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon i:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-img{font-size:8px;line-height:1;max-width:inherit}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box{margin:0 0 0 20px}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-title{margin-top:-2px;line-height:1.5em}.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-content{padding:0;margin:0;font-size:14px;line-height:1.5em}.elementor-widget-eael-feature-list .eael-feature-list-items.stacked .eael-feature-list-icon-box .eael-feature-list-icon{color:#fff}.elementor-widget-eael-feature-list .eael-feature-list-items.framed .eael-feature-list-icon-box .eael-feature-list-icon{background-color:#fff}.elementor-widget-eael-feature-list .eael-feature-list-items.circle .eael-feature-list-icon-box .eael-feature-list-icon-inner{-webkit-border-radius:50%;border-radius:50%}.elementor-widget-eael-feature-list .eael-feature-list-items.circle .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon{-webkit-border-radius:50%;border-radius:50%}.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon-inner{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin:15px}.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon i{-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon img{-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-content-box .eael-feature-list-title{margin-top:15px}.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 0 0 50px;position:relative}@media (max-width:767px){.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 0 0 30px;display:block}}.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before{content:"";position:absolute;display:block}.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before{left:0;top:0;z-index:1;border-left:1px solid #000;border-right:none!important;height:100%}.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after{left:5px;top:30px;width:23px;display:block;z-index:2;border-bottom:1px dashed #000;border-top:none!important}.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item .connector{display:none}@media (min-width:768px){.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item{padding:0 50px 0 0}.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item:before{left:auto;right:0}.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item:after{left:auto;right:5px;top:30px}.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item .connector{display:none}}@media (min-width:1025px){.elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-content-box{margin-right:0!important;margin-top:0!important;margin-bottom:0!important}.elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-content-box{margin-left:0!important;margin-top:0!important;margin-bottom:0!important}.elementor-widget-eael-feature-list.-icon-position-top .eael-feature-list-content-box{margin-left:0!important;margin-right:0!important;margin-bottom:0!important}.elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-item,.elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-item{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-item{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (max-width:1024px){.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{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-eael-feature-list.-tablet-icon-position-left .eael-feature-list-item{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-eael-feature-list.-tablet-icon-position-right .eael-feature-list-item{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:768px) and (max-width:1024px){.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{margin-right:0!important;margin-top:0!important;margin-bottom:0!important}.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 0 0 50px}}@media (min-width:768px) and (max-width:1024px) and (max-width:767px){.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 0 0 30px}}@media (min-width:768px) and (max-width:1024px){.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before{left:0;right:auto}.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after{left:5px;top:30px}.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{margin-left:0!important;margin-right:0!important;margin-bottom:0!important}.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 0 0 50px}}@media (min-width:768px) and (max-width:1024px) and (max-width:767px){.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item,.elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 0 0 30px}}@media (min-width:768px) and (max-width:1024px){.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before,.elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before{left:0;right:auto}.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after,.elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after{left:5px}.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{margin-left:0!important;margin-top:0!important;margin-bottom:0!important}.elementor-widget-eael-feature-list.-icon-position-left.-tablet-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,.elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 50px 0 0}}@media (min-width:768px) and (max-width:1024px) and (max-width:767px){.elementor-widget-eael-feature-list.-icon-position-left.-tablet-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,.elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item{padding:0 30px 0 0}}@media (min-width:768px) and (max-width:1024px){.elementor-widget-eael-feature-list.-icon-position-left.-tablet-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,.elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before{right:0;left:auto}.elementor-widget-eael-feature-list.-icon-position-left.-tablet-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,.elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after{left:auto;right:5px}}@media (max-width:767px){.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{display:block;text-align:left}.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{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-eael-feature-list.-mobile-icon-position-left .eael-feature-list-item{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-eael-feature-list.-mobile-icon-position-right .eael-feature-list-item{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.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{margin-right:0!important;margin-top:0!important;margin-bottom:0!important}.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .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 .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 .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 .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 .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 .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 .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 .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 .eael-feature-list-item{padding:0 0 0 50px}}@media (max-width:767px) and (max-width:767px){.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .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 .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 .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 .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 .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 .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 .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 .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 .eael-feature-list-item{padding:0 0 0 30px}}@media (max-width:767px){.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .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 .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 .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 .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 .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 .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 .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 .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 .eael-feature-list-item:before{left:0;right:auto}.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern .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 .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 .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 .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 .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 .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 .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 .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 .eael-feature-list-item:after{left:5px}.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{margin-left:0!important;margin-right:0!important;margin-bottom:0!important}.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .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 .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 .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 .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 .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 .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 .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 .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 .eael-feature-list-item{padding:0 0 0 50px}}@media (max-width:767px) and (max-width:767px){.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .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 .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 .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 .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 .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 .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 .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 .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 .eael-feature-list-item{padding:0 0 0 30px}}@media (max-width:767px){.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .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 .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 .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 .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 .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 .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 .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 .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 .eael-feature-list-item:before{left:0;right:auto}.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .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 .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 .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 .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 .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 .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 .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 .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 .eael-feature-list-item:after{left:5px}.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{margin-left:0!important;margin-top:0!important;margin-bottom:0!important}.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .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 .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 .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 .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 .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 .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 .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 .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 .eael-feature-list-item{padding:0 50px 0 0}}@media (max-width:767px) and (max-width:767px){.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .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 .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 .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 .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 .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 .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 .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 .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 .eael-feature-list-item{padding:0 30px 0 0}}@media (max-width:767px){.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .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 .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 .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 .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 .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 .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 .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 .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 .eael-feature-list-item:before{right:0;left:auto}.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern .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 .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 .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 .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 .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 .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 .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 .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 .eael-feature-list-item:after{left:auto;right:5px}}.eael-filter-gallery-control{width:100%}.eael-filter-gallery-control ul,.eael-filter-gallery-control ul li{text-align:center}.eael-filter-gallery-control ul{margin:0 0 20px 0;padding:0;text-align:center}.eael-filter-gallery-control{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:1 1 auto;-ms-flex-flow:1 1 auto;flex-flow:1 1 auto;-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;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0;margin:0}.eael-filter-gallery-control ul li{list-style:none;font-size:24px;display:inline-block;text-align:center}.eael-filter-gallery-control ul li a.control{font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;padding:10px 25px;margin:10px 6px}.eael-filter-gallery-container{text-align:justify;font-size:.1px}.eael-filter-gallery-container:after{content:'';display:inline-block;width:100%}.eael-filter-gallery-container:not(.eael-cards) .item:before{content:'';display:inline-block;padding-top:56.25%}.eael-filter-gallery-container .item .caption{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:1 1 100%;-ms-flex-flow:1 1 100%;flex-flow:1 1 100%;-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;z-index:1;top:0;left:0;right:0;bottom:0;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;-o-transition:transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s}.eael-filter-gallery-container.eael-cards .item .caption{display:none}.eael-filter-gallery-container.eael-cards .item .item-img .caption{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:1 1 100%;-ms-flex-flow:1 1 100%;flex-flow:1 1 100%;-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;z-index:10;top:0;left:0;right:0;bottom:0;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;-o-transition:transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s}.gallery-item-caption-over{width:100%;height:auto}a.eael-gallery-load-more,a.eael-gallery-load-more:hover{text-decoration:none}.eael-filter-gallery-container .item .caption.eael-zoom-in,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.eael-filter-gallery-container .item:hover .caption.eael-zoom-in,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.eael-filter-gallery-container .item .caption.eael-slide-left,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.eael-filter-gallery-container .item:hover .caption.eael-slide-left,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.eael-filter-gallery-container .item .caption.eael-slide-right,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.eael-filter-gallery-container .item:hover .caption.eael-slide-right,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.eael-filter-gallery-container .item .caption.eael-slide-top,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.eael-filter-gallery-container .item:hover .caption.eael-slide-top,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-filter-gallery-container .item .caption.eael-slide-bottom,.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.eael-filter-gallery-container .item:hover .caption.eael-slide-bottom,.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-filter-gallery-container .item .caption a{display:inline-block;width:50px;height:50px;text-align:center;line-height:50px;-webkit-border-radius:50%;border-radius:50%;margin:0 5px;font-size:20px;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-container .item .caption a:nth-child(2),.eael-filter-gallery-container .item .caption a:nth-child(1){-webkit-transition:.6s;-o-transition:.6s;transition:.6s;opacity:0}.eael-filter-gallery-container .item .caption a:nth-child(1){-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.eael-filter-gallery-container .item .caption a:nth-child(2){-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.eael-filter-gallery-container .item .caption:hover a:nth-child(1),.eael-filter-gallery-container .item .caption:hover a:nth-child(2){-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.eael-filter-gallery-container .item .caption .eael-popup-link{outline:0}.eael-filter-gallery-container.eael-cards .item:before{padding-top:0}.eael-filter-gallery-container.eael-cards .item-img{position:relative;background-repeat:no-repeat;background-position:center;-webkit-background-size:cover;background-size:cover;height:220px;z-index:0;overflow:hidden}.eael-filter-gallery-container.eael-cards .item-content{padding:15px}.eael-filter-gallery-container.eael-cards .item-content .title,.eael-filter-gallery-container.eael-cards .item-content .title a{font-size:20px;line-height:1;margin-bottom:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-filter-gallery-container.eael-cards .item-content p{font-size:14px;line-height:26px}.eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:center}.eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:right}.eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:center}.eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over{text-align:right}.eael-fg-content-align-left .eael-cards .item .item-content{text-align:left}.eael-fg-content-align-center .eael-cards .item .item-content{text-align:center}.eael-fg-content-align-right .eael-cards .item .item-content{text-align:right}.mfp-wrap~div.dialog-widget{display:none!important}.eael-filterable-gallery-item-wrap{float:left;width:33.33%}.eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap{width:100%}.eael-filter-gallery-control>ul li{font-size:13px;line-height:1.8;text-transform:uppercase;letter-spacing:1px;padding:6px 15px;cursor:pointer;margin:0 5px;font-weight:400}.eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap{width:50%}.eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap{width:25%}.eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap{width:20%}.gallery-grid-item{margin-left:calc(20px/2);margin-right:calc(20px/2);margin-bottom:20px;position:relative;overflow:hidden}.gallery-item-caption-wrap,.media-content-wrap{font-size:14px;text-align:left}.gallery-item-thumbnail-wrap.caption-style-card img{max-height:100%;width:100%}.gallery-item-caption-wrap.caption-style-hoverer{position:absolute;left:0;top:0;height:100%;width:100%;padding:15px;z-index:10}.eael-filterable-gallery-item-wrap .gallery-grid-item .gallery-item-thumbnail-wrap>img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.fg-item-content,.fg-item-title{color:#fff;font-family:inherit}.gallery-item-caption-wrap.caption-style-card .fg-item-title{font-size:18px;margin:15px 0 15px;line-height:1}.gallery-item-caption-wrap.caption-style-card{background:#f7f7f7}.gallery-item-caption-wrap.caption-style-card .fg-item-title{margin:10px 0 15px;color:#000}.gallery-item-caption-wrap.caption-style-card .fg-item-content{color:#212529;line-height:1.5;font-weight:400}.gallery-item-buttons>a{display:inline-block;font-size:16px;color:#000;margin-right:15px}.gallery-item-buttons>a:visited{color:#000}.gallery-item-caption-wrap.caption-style-card{padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:inherit}.gallery-item-caption-wrap .gallery-item-hoverer-bg{position:absolute;left:0;top:0;height:100%;width:100%;content:'';background:#000;z-index:-1;opacity:.7}.gallery-item-caption-wrap.caption-style-hoverer{visibility:hidden;opacity:0;-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease;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}.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer{opacity:1;visibility:visible}.gallery-item-caption-wrap.caption-style-hoverer h5{font-size:20px;margin-bottom:5px;line-height:1}.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5{-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease}.gallery-item-caption-wrap.caption-style-hoverer p{margin-bottom:5px}.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p{-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease}.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons{-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease}.gallery-item-caption-wrap .gallery-item-buttons>a{padding:5px 15px;display:inline-block;-webkit-border-radius:50%;border-radius:50%;outline:0;text-decoration:none}.gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8);-webkit-transition:.6s all ease;-o-transition:.6s all ease;transition:.6s all ease}.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);visibility:visible;opacity:1}.gallery-item-caption-wrap.caption-style-hoverer.eael-none{-webkit-transition:none;-o-transition:none;transition:none}.gallery-item-thumbnail-wrap{position:relative}.video-popup,.video-popup-bg{position:absolute;left:0;top:0;height:100%;width:100%}.video-popup>img{width:62px;position:relative;z-index:1;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.video-popup{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}.video-popup:hover>img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.video-popup-bg{visibility:hidden;opacity:0;-webkit-transition:350ms;-o-transition:350ms;transition:350ms}.gallery-grid-item:hover .video-popup-bg{visibility:visible;opacity:1}.gallery-item-thumbnail-wrap>.gallery-item-caption-wrap{position:absolute;left:0;top:0;height:100%;width:100%;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}.gallery-item-caption-wrap.card-hover-bg{visibility:hidden;opacity:0;-webkit-transition:.8s;-o-transition:.8s;transition:.8s}.gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg{visibility:visible;opacity:1}.gallery-item-caption-wrap .gallery-item-buttons>a>i{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;height:100%}@media only screen and (min-width:1025px){.elementor-element.elementor-grid-1{position:relative}.elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap{width:100%;float:left}.elementor-element.elementor-grid-2{position:relative}.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap{width:50%;float:left}.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n){margin-right:0!important}.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1){clear:left}.elementor-element.elementor-grid-3{position:relative}.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap{width:33.3333%;float:left}.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n){margin-right:0!important}.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-4{position:relative}.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap{width:25%;float:left}.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n){margin-right:0!important}.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-5{position:relative}.elementor-element.elementor-grid-5 .pp-logo-grid{margin-right:-5px}.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap{width:20%;float:left}.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n){margin-right:0!important}.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-6{position:relative}.elementor-element.elementor-grid-6 .pp-logo-grid{margin-right:-6px}.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap{width:16.6667%;float:left}.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n){margin-right:0!important}.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1){clear:left}}@media only screen and (max-width:1024px) and (min-width:766px){.elementor-element.elementor-grid-tablet-1{position:relative}.elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap{width:100%;float:left}.elementor-element.elementor-grid-tablet-2{position:relative}.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap{width:50%;float:left}.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n){margin-right:0!important}.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1){clear:left}.elementor-element.elementor-grid-tablet-3{position:relative}.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap{width:33.3333%;float:left}.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n){margin-right:0!important}.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-tablet-4{position:relative}.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap{width:25%;float:left}.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n){margin-right:0!important}.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-tablet-5{position:relative}.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap{width:20%;float:left}.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n){margin-right:0!important}.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-tablet-6{position:relative}.elementor-element.elementor-grid-tablet-6 .pp-logo-grid{margin-right:-6px}.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap{width:16.6667%;float:left}.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n){margin-right:0!important}.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1){clear:left}}@media only screen and (max-width:767px){.elementor-element.elementor-grid-mobile-1{position:relative}.elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap{width:100%;float:left}.elementor-element.elementor-grid-mobile-2{position:relative}.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap{width:50%;float:left}.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n){margin-right:0!important}.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1){clear:left}.elementor-element.elementor-grid-mobile-3{position:relative}.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap{width:33.3333%;float:left}.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n){margin-right:0!important}.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-mobile-4{position:relative}.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap{width:25%;float:left}.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n){margin-right:0!important}.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-mobile-5{position:relative}.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap{width:20%;float:left}.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n){margin-right:0!important}.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-mobile-6{position:relative}.elementor-element.elementor-grid-mobile-6 .pp-logo-grid{margin-right:-6px}.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap{width:16.6667%;float:left}.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n){margin-right:0!important}.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1){clear:left}}.eael-elements-flip-box-container{position:relative;height:300px;width:100%}.eael-elements-flip-box-container .flipbox-button{display:inline-block;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}.eael-elements-flip-box-container a{display:block}.eael-elements-flip-box-vertical-align{width:100%}.eael-elements-flip-box-padding{padding:0 30px 5px 30px}.eael-elements-flip-box-icon-image{display:inline-block;margin:0 auto 0 auto;line-height:1}.eael-elements-flip-box-icon-image.eael_eleements_flip_front_icon_style_background{background:#ccc}.eael_eleements_flip_front_icon_style_bordered{border:2px solid #fff}.eael_flip_box_icon_border_round{-webkit-border-radius:100px;border-radius:100px}.eael_eleements_flip_front_icon_style_background,.eael_eleements_flip_front_icon_style_bordered{padding:15px}.eael-elements-flip-box-icon-image i{font-size:40px;line-height:40px;width:40px}.eael-elements-slider-display-table{width:100%}.eael-elements-flip-box-front-container{text-align:center;position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;background:#0e9dd2;color:#fff;border-color:#000;-webkit-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-elements-flip-box-content,.eael-elements-flip-box-heading{color:#fff}.eael-elements-flip-box-heading.flipbox-linked-title{color:#fff;font-size:1.5em;font-weight:700}.eael-elements-flip-box-rear-container{text-align:center;position:absolute;top:0;left:0;width:100%;height:100%;background:#444;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-color:#000}.eael-elements-button-floating-container{position:fixed;z-index:100}.eael-elements-button-floating-container .eael-elements-button{margin-top:0;font-size:14px;position:relative;padding:14px 20px}.eael-elements-button{cursor:pointer;display:inline-block;background:#077bbe;color:#fff;line-height:1;padding:16px 25px;margin-top:15px}.eael-elements-button:hover{background:#077bbe;color:#fff}.eael-elements-flip-box-container{-webkit-perspective:1000px;perspective:1000px}.eael-elements-flip-box-front-container,.eael-elements-flip-box-rear-container{-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.eael-elements-flip-box-flip-card{width:100%;height:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.eael-elements-flip-box-front-container,.eael-elements-flip-box-rear-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:rotateX(0);transform:rotateX(0);-webkit-transform:rotateY(0);transform:rotateY(0)}.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container,.eael-animate-flip.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container,.eael-animate-flip.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg)}.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container,.eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container,.eael-animate-flip.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.eael-animate-push.eael-elements-flip-box-container,.eael-animate-slide.eael-elements-flip-box-container{overflow:hidden}.eael-animate-push .eael-elements-flip-box-rear-container,.eael-animate-slide .eael-elements-flip-box-rear-container{z-index:3}.eael-animate-push.eael-animate-up .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-up .eael-elements-flip-box-rear-container{top:100%}.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container{top:0}.eael-animate-push.eael-animate-down .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-down .eael-elements-flip-box-rear-container{top:auto;bottom:100%}.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container{top:auto;bottom:0}.eael-animate-push.eael-animate-left .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-left .eael-elements-flip-box-rear-container{left:100%}.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container{left:0}.eael-animate-push.eael-animate-right .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-right .eael-elements-flip-box-rear-container{left:auto;right:100%}.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container{left:auto;right:0}.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{top:-100%}.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{top:100%}.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{left:-100%}.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{left:100%}.eael-animate-zoom-in .eael-elements-flip-box-rear-container{opacity:0;-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75);z-index:3}.eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{opacity:0;-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{opacity:0}.eael-flipbox-content-align-right .eael-elements-flip-box-padding{text-align:right}.eael-flipbox-content-align-left .eael-elements-flip-box-padding{text-align:left}.eael-flipbox-content-align-center .eael-elements-flip-box-padding{text-align:center}.eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,.eael-flipbox-img-circle .flipbox-back-image-icon img{-webkit-border-radius:50%;border-radius:50%;overflow:hidden}.clearfix::after,.clearfix::before{content:" ";display:table;clear:both}.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right{padding-top:40px}.swiper-container .swiper-slide,.swiper-container-wrap .swiper-slide{text-align:center}.swiper-container .swiper-slide img,.swiper-container-wrap .swiper-slide img{width:auto}.swiper-container-dots-outside .swiper-pagination,.swiper-container-wrap-dots-outside .swiper-pagination{position:static}.swiper-container .swiper-button-next,.swiper-container .swiper-button-prev,.swiper-container-wrap .swiper-button-next,.swiper-container-wrap .swiper-button-prev{background:0 0;font-size:20px;height:auto;line-height:1;margin:0;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:auto}.swiper-container .swiper-button-next .fa,.swiper-container .swiper-button-prev .fa,.swiper-container-wrap .swiper-button-next .fa,.swiper-container-wrap .swiper-button-prev .fa{vertical-align:top}.swiper-container-wrap .swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-wrap-dots-outside .swiper-pagination{position:static}.swiper-container-wrap .swiper-pagination-bullet{background:#ccc;margin:0 4px;opacity:1;height:8px;width:8px}.swiper-container-wrap .swiper-pagination-bullet-active{background:#000}.swiper-container-3d .swiper-slide{-o-transition-property:all;transition-property:all;-webkit-transition-property:all}.eael-contact-form input[type=date],.eael-contact-form input[type=email],.eael-contact-form input[type=number],.eael-contact-form input[type=tel],.eael-contact-form input[type=text],.eael-contact-form input[type=url],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;-o-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:0;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;-o-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio]{-webkit-border-radius:50%;border-radius:50%}.eael-custom-radio-checkbox input[type=radio]:before{-webkit-border-radius:50%;border-radius:50%}.eael-gravity-form-align-default,.eael-gravity-form-align-left,.eael-gravity-form-btn-align-left{text-align:left}.eael-gravity-form-align-right,.eael-gravity-form-btn-align-right{text-align:right}.eael-gravity-form-align-center,.eael-gravity-form-btn-align-center{text-align:center}.eael-gravity-form .gform_wrapper .gform_footer{margin:0;padding:0}.gform_wrapper form li,.gform_wrapper li{list-style:none}.eael-gravity-form .gform_wrapper ul.gform_fields li.gfield{padding:0}.eael-gravity-form .gform_wrapper textarea{padding:0}.eael-gravity-form .gform_wrapper .gform_footer input.button,.eael-gravity-form .gform_wrapper .gform_footer input[type=submit],.eael-gravity-form .gform_wrapper .gform_page_footer input.button,.eael-gravity-form .gform_wrapper .gform_page_footer input[type=submit]{margin:0}.eael-gravity-form.title-description-hide .gform_heading{display:none}.eael-gravity-form.labels-hide .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,.eael-gravity-form.labels-hide .gform_wrapper .top_label .gfield_label{display:none}.eael-gravity-form-button-full-width .gform_wrapper .gform_footer input[type=submit]{width:100%}.eael-img-accordion{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:50vh}.eael-img-accordion a{position:relative;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-decoration:none;color:#fff;-webkit-background-size:cover;background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-transition:-webkit-box-flex .4s,-webkit-flex .4s;transition:-webkit-box-flex .4s,-webkit-flex .4s;-o-transition:flex .4s;transition:flex .4s;transition:flex .4s,-webkit-box-flex .4s,-webkit-flex .4s,-ms-flex .4s}.eael-grow-accordion{-webkit-box-flex:3;-webkit-flex:3;-ms-flex:3;flex:3}.eael-img-accordion .overlay{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:0 10px;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:background-color .4s;-o-transition:background-color .4s;transition:background-color .4s}.eael-img-accordion .overlay .overlay-inner{z-index:1}.eael-img-accordion a:after{content:"";position:absolute;width:100%;height:100%;z-index:0;top:0;left:0;bottom:0;right:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-img-accordion .overlay-inner *{visibility:hidden;opacity:0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.eael-img-accordion .overlay h2{color:#fff;-webkit-transform:translate3d(0,-60px,0);transform:translate3d(0,-60px,0)}.eael-img-accordion .overlay p{color:#fff;-webkit-transform:translate3d(0,60px,0);transform:translate3d(0,60px,0)}.eael-img-accordion .overlay-inner-show *{opacity:1;visibility:visible;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transition:all .3s .3s;-o-transition:all .3s .3s;transition:all .3s .3s}@media screen and (max-width:800px){.eael-img-accordion{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.eael-img-accordion a:hover{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.eael-img-accordion a:hover .overlay{background-color:transparent}}.eael-infobox .infobox-icon{height:auto}.eael-infobox .infobox-icon .infobox-icon-wrap{display:block;width:100%;height:auto;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-infobox .infobox-icon .infobox-icon-wrap i{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.eael-infobox-content-align-left .eael-infobox .infobox-button,.eael-infobox-content-align-left .eael-infobox .infobox-content,.eael-infobox-content-align-left .eael-infobox .infobox-icon{text-align:left}.eael-infobox-content-align-right .eael-infobox .infobox-button,.eael-infobox-content-align-right .eael-infobox .infobox-content,.eael-infobox-content-align-right .eael-infobox .infobox-icon{text-align:right}.eael-infobox-content-align-center .eael-infobox .infobox-button,.eael-infobox-content-align-center .eael-infobox .infobox-content,.eael-infobox-content-align-center .eael-infobox .infobox-icon{text-align:center}.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap{width:90px;height:90px;text-align:center}.eael-infobox-icon-hover-bg-shape-square:hover .infobox-icon .infobox-icon-wrap{-webkit-border-radius:0;border-radius:0}.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-hover-bg-shape-radius:hover .infobox-icon .infobox-icon-wrap{-webkit-border-radius:15px;border-radius:15px}.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap{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}.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-hover-bg-shape-circle:hover .infobox-icon .infobox-icon-wrap{-webkit-border-radius:50%;border-radius:50%}.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap i,.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap i{margin-top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.eael-infobox .infobox-button a.eael-infobox-button{display:inline-block;padding:5px 10px;-webkit-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-circle .infobox-icon,.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-radius .infobox-icon,.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-square .infobox-icon{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}.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-circle .infobox-icon,.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-radius .infobox-icon,.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-square .infobox-icon{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}.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-circle .infobox-icon,.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-radius .infobox-icon,.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-square .infobox-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.eael-infobox.icon-on-left{position:relative;z-index:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.eael-infobox.icon-on-left .infobox-icon-wrap,.eael-infobox.icon-on-right .infobox-icon-wrap{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap{background:0 0;border:0;text-align:left;height:auto;display:block}.eael-infobox .infobox-content p{margin:0 0 15px}.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap i{margin-top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-infobox.icon-on-left .infobox-content{padding-left:15px;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.eael-infobox.icon-on-left .infobox-content .title{line-height:1;margin:0 0 10px 0}.eael-infobox.icon-on-right{position:relative;z-index:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap{background:0 0;border:0;text-align:right;width:auto;height:auto;display:block}.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap i{margin-top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-infobox.icon-on-right .infobox-content{padding-right:15px;text-align:right;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.eael-infobox.icon-on-right .infobox-content .title{line-height:1;margin:0 0 10px 0}.eael-infobox .infobox-icon img{-webkit-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.eael-infobox-hover-img-shape-square:hover .eael-infobox .infobox-icon img{-webkit-border-radius:0;border-radius:0}.eael-infobox-hover-img-shape-circle:hover .eael-infobox .infobox-icon img,.eael-infobox-shape-circle .eael-infobox .infobox-icon img{-webkit-border-radius:50%;border-radius:50%}.eael-infobox-hover-img-shape-radius:hover .eael-infobox .infobox-icon img,.eael-infobox-shape-radius .eael-infobox .infobox-icon img{-webkit-border-radius:15px;border-radius:15px}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden;backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none;-ms-touch-action:manipulation;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}button.mfp-close,button.mfp-close:hover{display:inline-block!important;background:0 0;width:auto!important}.mfp-arrow,.mfp-arrow:hover{background:0 0}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;-ms-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.eael-ninja-container input,.eael-ninja-container textarea{height:auto;padding:10px}.eael-contact-form-align-center .eael-ninja-container,.eael-contact-form-btn-align-center .eael-ninja-container .nf-field .nf-field-element input[type=button]{margin-left:auto!important;margin-right:auto!important;display:block;float:none}.eael-contact-form-align-left .eael-ninja-container,.eael-contact-form-btn-align-left .eael-ninja-container .nf-field .nf-field-element input[type=button]{float:left;width:auto}.eael-contact-form-align-right .eael-ninja-container,.eael-contact-form-btn-align-right .eael-ninja-container .nf-field .nf-field-element input[type=button]{float:right;width:auto}.eael-ninja-container .nf-field .nf-field-element input[type=password],.eael-ninja-container .nf-field .nf-field-element input[type=url],.eael-ninja-container .nf-field .nf-field-element textarea,.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type=email],.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type=number],.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type=text]{max-width:100%}.eael-ninja-form .nf-form-title{display:none}.eael-ninja-form-title-yes .nf-form-title{display:block}.eael-ninja-form .title-description-hide .nf-form-title{display:none}.eael-ninja-form.title-description-hide .nf-form-title{display:none}.eael-ninja-form .nf-field-label{display:none}.eael-ninja-form-labels-yes .nf-field-label{display:block}.eael-ninja-form .submit-container input[type=button]{border:0;-webkit-border-radius:0;border-radius:0}.eael-ninja-form-button-full-width .submit-container input[type=button]{width:100%}.eael-post-grid{margin:0 -10px}.eael-grid-post{float:left;padding:10px}.eael-post-carousel .eael-grid-post{float:none;padding:0}.eael-grid-post-holder{border:1px solid rgba(0,0,0,.1)}.eael-grid-post-holder-inner{height:100%}.eael-entry-media{position:relative}.eael-entry-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;-webkit-transition:opacity .2s ease-in-out,-webkit-transform .25s cubic-bezier(.19,1,.22,1);transition:opacity .2s ease-in-out,-webkit-transform .25s cubic-bezier(.19,1,.22,1);-o-transition:opacity .2s ease-in-out,transform .25s cubic-bezier(.19,1,.22,1);transition:opacity .2s ease-in-out,transform .25s cubic-bezier(.19,1,.22,1);transition:opacity .2s ease-in-out,transform .25s cubic-bezier(.19,1,.22,1),-webkit-transform .25s cubic-bezier(.19,1,.22,1)}.eael-entry-overlay>a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.eael-entry-title{margin:10px 0 5px;font-size:1.2em}.eael-entry-thumbnail img{width:100%;max-width:100%;vertical-align:middle}.eael-entry-thumbnail>img{height:100%}.eael-entry-footer .eael-author-avatar{width:50px}.eael-entry-footer .eael-author-avatar .avatar{-webkit-border-radius:50%;border-radius:50%}.eael-post-grid .eael-entry-footer .eael-entry-meta{padding-left:8px;text-align:left}.eael-grid-post .eael-entry-meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.eael-grid-post .eael-entry-footer .eael-entry-meta{-webkit-box-orient:vertical;