Premium Addons for Elementor - Version 4.9.27

Version Description

  • Tweak: Added Grow Layer Speed and Grow Effect Speed options for Grow Hover Effect in Button and Image Button widgets.
  • Fixed: Icons in Pricing Table and Bullet List widgets always dissappear if Draw SVG option is disabled.
Download this release

Release Info

Developer leap13
Plugin Icon 128x128 Premium Addons for Elementor
Version 4.9.27
Comparing to
See all releases

Code changes from version 4.9.26 to 4.9.27

admin/assets/css/admin-rtl.css CHANGED
@@ -1,2521 +1,2522 @@
1
- .button.pa-btn {
2
- border: none;
3
- color: #fff;
4
- text-align: center;
5
- padding: 3px;
6
- max-width: 250px;
7
- height: auto;
8
- font-weight: 700;
9
- -webkit-box-shadow: none;
10
- box-shadow: none;
11
- }
12
-
13
- .button.pa-btn:hover,
14
- .button.pa-btn:focus,
15
- .button.pa-btn:active {
16
- outline: none;
17
- border: none;
18
- text-decoration: none;
19
- }
20
-
21
- .pa-switcher .switch,
22
- .pa-section-info-cta .switch,
23
- .premium-menu-control .switch {
24
- position: relative;
25
- display: inline-block;
26
- width: 44px;
27
- height: 24px;
28
- -webkit-border-radius: 12px;
29
- border-radius: 12px;
30
- }
31
-
32
- .switch input {
33
- display: none;
34
- }
35
-
36
- .slider,
37
- .pro-slider {
38
- position: absolute;
39
- cursor: pointer;
40
- top: 0;
41
- right: 0;
42
- left: 0;
43
- bottom: 0;
44
- /* background-color: #f2f2f2;
45
- box-shadow: 0 0 2px 1px #ccc inset; */
46
- -webkit-transition: 0.4s;
47
- transition: 0.4s;
48
- }
49
-
50
- .slider:before,
51
- .pro-slider:before {
52
- position: absolute;
53
- content: "";
54
- right: 3px;
55
- top: 50%;
56
- -webkit-transform: translateY(-50%);
57
- -ms-transform: translateY(-50%);
58
- transform: translateY(-50%);
59
- /* background: radial-gradient(farthest-corner at 14px 0px, #f0f0f0 50%, #cacaca 100%); */
60
- -webkit-transition: all 0.4s ease-in-out;
61
- transition: all 0.4s ease-in-out;
62
- padding: 0;
63
- margin: 0;
64
- width: 15px;
65
- height: 15px;
66
- -webkit-border-radius: 8px;
67
- border-radius: 8px;
68
- -webkit-filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
69
- filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
70
- background-color: #f7f7f7;
71
- border: 1px solid #ffffff;
72
- /* box-shadow: 0 2.5px 5px #b8b8b9; */
73
- }
74
-
75
- .switch input:checked+.slider {
76
- background: #8dc900;
77
- }
78
-
79
- .switch input:focus+.slider {
80
- -webkit-box-shadow: 0 0 1px #18a4fd;
81
- box-shadow: 0 0 1px #18a4fd;
82
- }
83
-
84
- .switch input:checked+.slider:before {
85
- -webkit-transform: translate3d(-20px, -50%, 0);
86
- transform: translate3d(-20px, -50%, 0);
87
- }
88
-
89
- .slider.round,
90
- .pro-slider.round {
91
- -webkit-border-radius: 34px;
92
- border-radius: 34px;
93
- background-image: -webkit-gradient(linear, right top, right bottom, from(#cfcfcf), to(#dbdbdb));
94
- background-image: -webkit-linear-gradient(top, #cfcfcf 0%, #dbdbdb 100%);
95
- background-image: linear-gradient(-180deg, #cfcfcf 0%, #dbdbdb 100%);
96
- }
97
-
98
- .slider.round:before,
99
- .pro-slider.round:before {
100
- -webkit-border-radius: 50%;
101
- border-radius: 50%;
102
- }
103
-
104
- .switch input:disabled+.pro-slider::after {
105
- position: absolute;
106
- font-family: "Dashicons";
107
- content: "\f160";
108
- color: #474747;
109
- left: 8px;
110
- top: 50%;
111
- -webkit-transform: translateY(-50%);
112
- -ms-transform: translateY(-50%);
113
- transform: translateY(-50%);
114
- }
115
-
116
- .pa-api-disable-title label,
117
- .pa-is-beta label {
118
- margin-left: 15px;
119
- }
120
-
121
- .pa-element-meta {
122
- -js-display: flex;
123
- display: -webkit-box;
124
- display: -webkit-flex;
125
- display: -moz-box;
126
- display: -ms-flexbox;
127
- display: flex;
128
- -webkit-flex-direction: column;
129
- -moz-box-orient: vertical;
130
- -moz-box-direction: normal;
131
- -ms-flex-direction: column;
132
- flex-direction: column;
133
- }
134
-
135
- .pa-element-meta span {
136
- vertical-align: middle;
137
- }
138
-
139
- .pa-element-meta label {
140
- margin-left: 1px !important;
141
- }
142
-
143
- .pa-api-disable-title span,
144
- .pa-is-beta span {
145
- font-weight: 400;
146
- }
147
-
148
- .pa-maps-api-notice {
149
- margin: 0.5em 0;
150
- }
151
-
152
- .pa-api-title input {
153
- margin-top: 10px;
154
- font-size: normal;
155
- font-weight: 400;
156
- width: 400px;
157
- margin-right: 30px;
158
- }
159
-
160
- .pa-sys-info-tab {
161
- background: #f7f7f7;
162
- margin: 8px;
163
- border: 2px solid #ddd;
164
- -webkit-border-radius: 3px;
165
- border-radius: 3px;
166
- padding: 0;
167
- }
168
-
169
- .pa-system-info-container {
170
- padding: 10px;
171
- }
172
-
173
- .dialog-type-lightbox .dialog-widget-header {
174
- text-align: center;
175
- font-size: 15px;
176
- color: #495157;
177
- padding: 30px 0 10px;
178
- font-weight: 500;
179
- }
180
-
181
- .pa-swal.swal2-show {
182
- padding: 32px;
183
- padding-bottom: 50px;
184
- background-image: url("../../images/popup-pattern.jpg");
185
- background-repeat: no-repeat;
186
- -webkit-background-size: cover;
187
- background-size: cover;
188
- -webkit-border-radius: 0 50px;
189
- border-radius: 0 50px;
190
- }
191
-
192
- .pa-swal .swal2-close {
193
- color: #c2c4cf;
194
- }
195
-
196
- .pa-swal .swal2-close:hover {
197
- color: #00a5e5;
198
- }
199
-
200
- .pa-swal .swal2-title {
201
- margin: 0;
202
- }
203
-
204
- .pa-swal .swal2-content {
205
- font-size: 13px;
206
- color: #474747;
207
- font-family: "Poppins";
208
- text-align: center;
209
- margin: 0;
210
- margin-bottom: 0px;
211
- }
212
-
213
- .pa-swal .swal2-cancel.swal2-styled,
214
- .pa-swal .swal2-cancel.swal2-styled:hover,
215
- .pa-swal .swal2-confirm.swal2-styled {
216
- background-image: none !important;
217
- background-color: #ebebeb;
218
- color: #474747;
219
- border: none !important;
220
- -webkit-box-shadow: none !important;
221
- box-shadow: none !important;
222
- font-family: "Red Hat Display";
223
- font-size: 15px;
224
- font-weight: 700;
225
- }
226
-
227
- .pa-swal .swal2-confirm.swal2-styled,
228
- .pa-swal .swal2-confirm.swal2-styled:hover {
229
- min-width: 128px;
230
- color: #fff;
231
- background-image: none !important;
232
- background-color: #00a5e5;
233
- }
234
-
235
- /**
236
- * New Dashboard
237
- */
238
- .pa-settings-wrap {
239
- padding: 35px;
240
- padding-right: 15px;
241
- }
242
-
243
- .pa-settings-section {
244
- display: none;
245
- }
246
-
247
- .pa-settings-tabs {
248
- background-color: #fff;
249
- -webkit-border-radius: 15px;
250
- border-radius: 15px;
251
- padding: 36px;
252
- margin-bottom: 12px;
253
- }
254
-
255
- .pa-settings-tabs-list {
256
- clear: right;
257
- margin: 0;
258
- list-style-type: none;
259
- }
260
-
261
- .pa-settings-tabs .pa-settings-tabs-list li {
262
- display: inline-block;
263
- margin-bottom: 0;
264
- margin-left: 23px;
265
- }
266
-
267
- .pa-settings-section.active {
268
- display: block;
269
- }
270
-
271
- .papro-admin-notice a,
272
- .pa-settings-wrap .pa-settings-tabs a {
273
- -js-display: flex;
274
- display: -webkit-box;
275
- display: -webkit-flex;
276
- display: -moz-box;
277
- display: -ms-flexbox;
278
- display: flex;
279
- -webkit-box-pack: center;
280
- -webkit-justify-content: center;
281
- -moz-box-pack: center;
282
- -ms-flex-pack: center;
283
- justify-content: center;
284
- -webkit-box-align: center;
285
- -webkit-align-items: center;
286
- -moz-box-align: center;
287
- -ms-flex-align: center;
288
- align-items: center;
289
- font-size: 14px;
290
- line-height: 1.8em;
291
- position: relative;
292
- color: #252c59;
293
- text-decoration: none;
294
- -webkit-transition: all 0.3s ease;
295
- transition: all 0.3s ease;
296
- }
297
-
298
- .papro-admin-notice a.papro-notice-btn {
299
- width: 120px;
300
- /* height: 58px; */
301
- -webkit-border-radius: 15px;
302
- border-radius: 15px;
303
- -webkit-filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
304
- filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
305
- background-color: #ffffff;
306
- font-size: 18px;
307
- color: #fe6300;
308
- font-weight: 800;
309
- font-family: "Red Hat Display";
310
- text-align: center;
311
- padding: 10px 20px;
312
- }
313
-
314
- .pa-settings-wrap .pa-settings-tabs a:focus {
315
- outline: none;
316
- -webkit-box-shadow: none;
317
- box-shadow: none;
318
- }
319
-
320
- .pa-settings-wrap .pa-settings-tabs span {
321
- margin-right: 8px;
322
- font-family: "Poppins";
323
- font-weight: 500;
324
- }
325
-
326
- .pa-settings-wrap .pa-settings-tabs .pa-section-active {
327
- color: #00a5e5;
328
- }
329
-
330
- .pa-section {
331
- display: none;
332
- position: relative;
333
- background-color: #fff;
334
- -webkit-transition: opacity 0.2s;
335
- transition: opacity 0.2s;
336
- padding: 34px;
337
- -webkit-border-radius: 15px;
338
- border-radius: 15px;
339
- }
340
-
341
- /**
342
- * General Tab
343
- */
344
- #pa-general-settings {
345
- -js-display: flex;
346
- display: -webkit-box;
347
- display: -webkit-flex;
348
- display: -moz-box;
349
- display: -ms-flexbox;
350
- display: flex;
351
- -webkit-box-orient: horizontal;
352
- -webkit-box-direction: normal;
353
- -webkit-flex-flow: row wrap;
354
- -moz-box-orient: horizontal;
355
- -moz-box-direction: normal;
356
- -ms-flex-flow: row wrap;
357
- flex-flow: row wrap;
358
- -webkit-box-pack: justify;
359
- -webkit-justify-content: space-between;
360
- -moz-box-pack: justify;
361
- -ms-flex-pack: justify;
362
- justify-content: space-between;
363
- width: 100%;
364
- }
365
-
366
- #pa-general-settings .pa-dash-block {
367
- -webkit-box-flex: 1;
368
- -webkit-flex: 1 1 auto;
369
- -moz-box-flex: 1;
370
- -ms-flex: 1 1 auto;
371
- flex: 1 1 auto;
372
- min-width: 250px;
373
- margin: 0 5px 10px;
374
- -js-display: flex;
375
- display: -webkit-box;
376
- display: -webkit-flex;
377
- display: -moz-box;
378
- display: -ms-flexbox;
379
- display: flex;
380
- -webkit-box-orient: vertical;
381
- -webkit-box-direction: normal;
382
- -webkit-flex-direction: column;
383
- -moz-box-orient: vertical;
384
- -moz-box-direction: normal;
385
- -ms-flex-direction: column;
386
- flex-direction: column;
387
- }
388
-
389
- .pa-dash-block.col-3 {
390
- width: 31%;
391
- }
392
-
393
- .pa-dash-block.col-6 {
394
- width: 64%;
395
- }
396
-
397
- #pa-general-settings .pa-section-info h4 {
398
- font-size: 17px;
399
- }
400
-
401
- #pa-general-settings .pa-section-info:not(.pa-news-section):not(.pa-support-section) p {
402
- min-height: 80px;
403
- }
404
-
405
- #pa-general-settings .pa-section-info .pa-element-icon {
406
- margin-bottom: 12px;
407
- }
408
-
409
- #pa-general-settings .pa-element-icon.icon-inline {
410
- -js-display: inline-flex;
411
- display: -webkit-inline-box;
412
- display: -webkit-inline-flex;
413
- display: -moz-inline-box;
414
- display: -ms-inline-flexbox;
415
- display: inline-flex;
416
- margin-bottom: 0;
417
- vertical-align: middle;
418
- }
419
-
420
- #pa-general-settings .pa-section-info .pa-btn {
421
- display: inline-block;
422
- background-color: #252c59;
423
- color: #fff;
424
- /* margin-top: 12px; */
425
- padding: 12px 36px;
426
- }
427
-
428
- .pa-element-icon.dashicons-facebook-alt {
429
- color: #3b5998 !important
430
- }
431
-
432
- .pa-element-icon.dashicons-youtube {
433
- color: #ff0000 !important
434
- }
435
-
436
- .pa-newsletter-form {
437
- -js-display: flex;
438
- display: -webkit-box;
439
- display: -webkit-flex;
440
- display: -moz-box;
441
- display: -ms-flexbox;
442
- display: flex;
443
- -webkit-flex-wrap: wrap;
444
- -ms-flex-wrap: wrap;
445
- flex-wrap: wrap;
446
- -webkit-box-align: center;
447
- -webkit-align-items: center;
448
- -moz-box-align: center;
449
- -ms-flex-align: center;
450
- align-items: center;
451
- }
452
-
453
- .pa-newsletter-form input {
454
- width: 74%;
455
- padding: 0px 10px;
456
- height: 39px;
457
- font-family: "Poppins";
458
- border: 1px solid #dcdcdc;
459
- -webkit-border-radius: 0 10px 10px 0;
460
- border-radius: 0 10px 10px 0;
461
- direction: rtl;
462
- }
463
-
464
- #pa-general-settings .pa-newsletter-form button.pa-btn {
465
- width: 25%;
466
- padding: 0;
467
- height: 39px;
468
- margin-top: 0;
469
- margin-right: -1px;
470
- -webkit-border-radius: 10px 0 0 10px;
471
- border-radius: 10px 0 0 10px;
472
- }
473
-
474
- #pa-general-settings .pa-news-grid {
475
- -js-display: flex;
476
- display: -webkit-box;
477
- display: -webkit-flex;
478
- display: -moz-box;
479
- display: -ms-flexbox;
480
- display: flex;
481
- -webkit-box-pack: justify;
482
- -webkit-justify-content: space-between;
483
- -moz-box-pack: justify;
484
- -ms-flex-pack: justify;
485
- justify-content: space-between;
486
- margin-top: 12px;
487
- }
488
-
489
- .pa-news-grid .pa-news-post {
490
- position: relative;
491
- width: 33.33%;
492
- margin: 0 5px;
493
- }
494
-
495
- .pa-news-grid .pa-news-post p:nth-of-type(1) {
496
- font-family: "Red Hat Display";
497
- font-size: 15px;
498
- min-height: 60px;
499
- font-weight: 800;
500
- color: #252c59
501
- }
502
-
503
- .pa-news-grid .pa-news-post p:nth-of-type(2) {
504
- font-size: 12px;
505
- }
506
-
507
- .pa-post-img-container img {
508
- width: 100%;
509
- height: 145px;
510
- -o-object-fit: cover;
511
- object-fit: cover;
512
- -webkit-border-radius: 10px;
513
- border-radius: 10px;
514
- }
515
-
516
- .pa-news-grid .pa-news-post a {
517
- position: absolute;
518
- top: 0;
519
- right: 0;
520
- width: 100%;
521
- height: 100%;
522
- z-index: 2;
523
- }
524
-
525
- #pa-general-settings .pa-support-list {
526
- margin: 12px 0 0;
527
- padding: 0;
528
- }
529
-
530
- #pa-general-settings .pa-support-list li {
531
- margin-bottom: 10px;
532
- }
533
-
534
- .pa-support-list li a {
535
- font-size: 15px;
536
- color: #474747;
537
- font-family: "Poppins";
538
- text-decoration: none;
539
- }
540
-
541
- .pa-support-list li a:hover {
542
- color: #135e96;
543
- }
544
-
545
- #pa-general-settings input[type="email"],
546
- #pa-general-settings a:hover,
547
- #pa-general-settings a:focus,
548
- #pa-general-settings a:visited {
549
- border: none;
550
- -webkit-box-shadow: none;
551
- box-shadow: none;
552
- outline: none;
553
- }
554
-
555
-
556
- /**
557
- * Tab Info
558
- */
559
- .pa-section-info-wrap {
560
- padding: 34px;
561
- -webkit-border-radius: 15px;
562
- border-radius: 15px;
563
- background-color: #f7f7f7;
564
- -js-display: flex;
565
- display: -webkit-box;
566
- display: -webkit-flex;
567
- display: -moz-box;
568
- display: -ms-flexbox;
569
- display: flex;
570
- -webkit-box-pack: justify;
571
- -webkit-justify-content: space-between;
572
- -moz-box-pack: justify;
573
- -ms-flex-pack: justify;
574
- justify-content: space-between;
575
- -webkit-box-align: center;
576
- -webkit-align-items: center;
577
- -moz-box-align: center;
578
- -ms-flex-align: center;
579
- align-items: center;
580
- height: 100%;
581
- }
582
-
583
- #pa-general-settings .pa-section-info-wrap,
584
- #pa-ver-control-settings .pa-section-info-wrap {
585
- -webkit-box-orient: vertical;
586
- -webkit-box-direction: normal;
587
- -webkit-flex-direction: column;
588
- -moz-box-orient: vertical;
589
- -moz-box-direction: normal;
590
- -ms-flex-direction: column;
591
- flex-direction: column;
592
- -webkit-box-align: start;
593
- -webkit-align-items: flex-start;
594
- -moz-box-align: start;
595
- -ms-flex-align: start;
596
- align-items: flex-start;
597
- }
598
-
599
- #pa-features-settings .pa-section-outer-wrap:nth-of-type(n + 2),
600
- #pa-ver-control-settings .pa-section-info-wrap:nth-of-type(n + 2) {
601
- margin-top: 36px;
602
- }
603
-
604
- #pa-section-elements .pa-section-outer-wrap {
605
- margin-bottom: 16px;
606
- }
607
-
608
- .pa-section-info-wrap h4 {
609
- font-size: 20px;
610
- color: #252c59;
611
- font-weight: 900;
612
- font-family: "Red Hat Display";
613
- margin: 0;
614
- }
615
-
616
- .pa-section-info-wrap p {
617
- font-size: 14px;
618
- color: #474747;
619
- font-family: "Poppins";
620
- margin: 0;
621
- margin-top: 14px;
622
- }
623
-
624
- .pa-section-info-cta {
625
- position: relative;
626
- z-index: 3;
627
- -js-display: flex;
628
- display: -webkit-box;
629
- display: -webkit-flex;
630
- display: -moz-box;
631
- display: -ms-flexbox;
632
- display: flex;
633
- -webkit-box-align: center;
634
- -webkit-align-items: center;
635
- -moz-box-align: center;
636
- -ms-flex-align: center;
637
- align-items: center;
638
- margin-top: 25px;
639
- }
640
-
641
- .pa-section-info-cta .pa-btn {
642
- color: #474747;
643
- background-color: #ebebeb;
644
- padding: 8px 20px;
645
- -webkit-border-radius: 10px;
646
- border-radius: 10px;
647
- font-size: 15px;
648
- font-weight: 700;
649
- font-family: "Red Hat Display";
650
- -webkit-transition: all 0.2s ease-in-out;
651
- transition: all 0.2s ease-in-out;
652
- }
653
-
654
- .pa-section-info-cta .pa-btn:hover,
655
- .pa-section-info-cta .pa-btn:focus,
656
- .pa-section-info-cta .pa-btn:active {
657
- color: #fff;
658
- background-color: #00a5e5;
659
- }
660
-
661
- .pa-section-info-cta .pa-section-info-label {
662
- font-size: 13px;
663
- color: #474747;
664
- font-family: "Poppins";
665
- text-align: left;
666
- }
667
-
668
- .pa-section-info-cta .pa-section-info-warning {
669
- font-size: 13px;
670
- color: #cca329;
671
- font-weight: 300;
672
- font-family: "Poppins";
673
- margin-right: 20px;
674
- }
675
-
676
- .pa-section-info-cta .pa-section-info-warning i {
677
- font-weight: 300;
678
- vertical-align: bottom;
679
- }
680
-
681
- .pa-section-info-wrap .pa-btn,
682
- .pa-section-info-wrap .pa-btn-unused {
683
- font-family: "Red Hat Display";
684
- color: #8e8e8e;
685
- background-color: #ebebeb;
686
- border: 0px solid;
687
- padding: 16px 28px;
688
- -webkit-border-radius: 10px;
689
- border-radius: 10px;
690
- font-size: 15px;
691
- font-weight: 700;
692
- cursor: pointer;
693
- -webkit-transition: 300ms;
694
- transition: 300ms;
695
- display: block;
696
- text-decoration: none;
697
- }
698
-
699
- .pa-section-info-wrap .pa-btn-regenerate {
700
- border: none;
701
- outline: none;
702
- margin-left: 5px;
703
- transform: rotateY(180deg);
704
- background-color: transparent;
705
- cursor: pointer;
706
- }
707
-
708
- .pa-section-info-wrap .pa-btn-regenerate.loading {
709
- animation: spin 2s linear infinite;
710
- }
711
-
712
- .pa-section-info-wrap .pa-btn-regenerate i.dashicons {
713
- color: #474747;
714
- }
715
-
716
- .pa-section-info-wrap .pa-btn-unused {
717
- width: 100%;
718
- clear: both;
719
- background: transparent;
720
- color: #252C59;
721
- padding-bottom: 0;
722
- text-decoration: underline;
723
- font-weight: normal;
724
- }
725
-
726
- .pa-section-info-wrap .pa-btn-unused.dimmed {
727
- cursor: no-drop;
728
- color: #C2C4CF;
729
- }
730
-
731
- .pa-element-name .pa-total-use {
732
- color: #252C59;
733
- }
734
-
735
- .pa-section-info-wrap button.pa-btn-enable {
736
- -webkit-border-top-left-radius: 0;
737
- border-top-left-radius: 0;
738
- -webkit-border-bottom-left-radius: 0;
739
- border-bottom-left-radius: 0;
740
- float: right;
741
- }
742
-
743
- .pa-section-info-wrap button.pa-btn-disable {
744
- -webkit-border-top-right-radius: 0;
745
- border-top-right-radius: 0;
746
- -webkit-border-bottom-right-radius: 0;
747
- border-bottom-right-radius: 0;
748
- float: left;
749
- }
750
-
751
- .pa-section-info-wrap .pa-btn-enable.active {
752
- color: #fff;
753
- -webkit-box-shadow: inset -3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
754
- box-shadow: inset -3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
755
- background-color: #8dc900;
756
- }
757
-
758
- .pa-section-info-wrap .pa-btn-disable.active {
759
- color: #fff;
760
- -webkit-box-shadow: inset -3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
761
- box-shadow: inset -3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
762
- background-color: #898989;
763
- }
764
-
765
- .pa-section-info-wrap .pa-btn-enable:not(.active):hover {
766
- color: #ffffff;
767
- background-color: #8dc900;
768
- }
769
-
770
- .pa-section-info-wrap .pa-btn-disable:not(.active):hover {
771
- color: #ffffff;
772
- background-color: #898989;
773
- }
774
-
775
- /*
776
- * Widgets & Addons Tab
777
- */
778
- .pa-elements-settings {
779
- position: relative;
780
- -js-display: flex;
781
- display: -webkit-box;
782
- display: -webkit-flex;
783
- display: -moz-box;
784
- display: -ms-flexbox;
785
- display: flex;
786
- margin-top: 16px;
787
- }
788
-
789
- .pa-elements-filter {
790
- position: absolute;
791
- top: 10px;
792
- left: 16px;
793
- display: flex;
794
- align-items: center;
795
- }
796
-
797
- .pa-elements-filter label {
798
- font-size: 13px;
799
- color: #474747;
800
- font-family: "Poppins";
801
- margin-left: 10px;
802
- }
803
-
804
- .pa-elements-filter select {
805
- padding: 5px 35px 5px 15px;
806
- /* margin-left: -5px; */
807
- border-width: 1px 1px 1px 0;
808
- border-color: #dcdcdc;
809
- border-radius: 10px;
810
- border-top-left-radius: 0;
811
- border-bottom-left-radius: 0;
812
- }
813
-
814
- .pa-elements-filter input {
815
- min-width: 300px;
816
- border-color: #dcdcdc;
817
- min-height: 40px;
818
- border-radius: 10px;
819
- border-top-right-radius: 0;
820
- border-bottom-right-radius: 0;
821
- }
822
-
823
- .pa-elements-tabs {
824
- -webkit-border-radius: 10px;
825
- border-radius: 10px;
826
- background-color: #f7f7f7;
827
- padding: 20px;
828
- margin-left: 16px;
829
- }
830
-
831
- .pa-elements-tabs .pa-elements-tab {
832
- position: relative;
833
- padding: 0;
834
- margin-bottom: 12px;
835
- text-align: center;
836
- }
837
-
838
- .pa-elements-tab .pa-element-tab-tooltip {
839
- position: absolute;
840
- background-color: #3a3c40;
841
- display: block;
842
- position: absolute;
843
- top: 50%;
844
- right: 100%;
845
- padding: 10px 20px;
846
- -webkit-border-radius: 13px;
847
- border-radius: 13px;
848
- -webkit-filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
849
- filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
850
- background-color: #ffffff;
851
- font-size: 11px;
852
- color: #252c59;
853
- font-weight: 500;
854
- font-family: "Poppins";
855
- opacity: 0;
856
- pointer-events: none;
857
- text-transform: capitalize;
858
- -webkit-transform: translate(-30px, -50%);
859
- -ms-transform: translate(-30px, -50%);
860
- transform: translate(-30px, -50%);
861
- -webkit-transition: all 0.3s ease;
862
- transition: all 0.3s ease;
863
- z-index: 1;
864
- white-space: nowrap;
865
- }
866
-
867
- .pa-elements-tab .pa-element-tab-tooltip::before {
868
- display: block;
869
- position: absolute;
870
- top: 50%;
871
- right: -5px;
872
- width: 0;
873
- height: 0;
874
- content: "";
875
- border-top: 5px solid transparent;
876
- border-bottom: 5px solid transparent;
877
- border-left: 5px solid #ffffff;
878
- -webkit-transform: translateY(-50%);
879
- -ms-transform: translateY(-50%);
880
- transform: translateY(-50%);
881
- }
882
-
883
- .pa-elements-tab .pa-elements-tab-link {
884
- -js-display: flex;
885
- display: -webkit-box;
886
- display: -webkit-flex;
887
- display: -moz-box;
888
- display: -ms-flexbox;
889
- display: flex;
890
- -webkit-box-pack: center;
891
- -webkit-justify-content: center;
892
- -moz-box-pack: center;
893
- -ms-flex-pack: center;
894
- justify-content: center;
895
- -webkit-box-align: center;
896
- -webkit-align-items: center;
897
- -moz-box-align: center;
898
- -ms-flex-align: center;
899
- align-items: center;
900
- color: #c2c4cf;
901
- padding: 12px;
902
- text-decoration: none;
903
- -webkit-transition: all 0.3s ease-in-out;
904
- transition: all 0.3s ease-in-out;
905
- -webkit-border-radius: 13px;
906
- border-radius: 13px;
907
- }
908
-
909
- .pa-elements-tab .pa-elements-tab-link:hover,
910
- .pa-elements-tab .pa-elements-tab-link.active {
911
- -webkit-filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5)) drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
912
- filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5)) drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
913
- background-color: #ffffff;
914
- color: #00a5e5;
915
- outline: none;
916
- border: none;
917
- text-decoration: none;
918
- -webkit-box-shadow: none;
919
- box-shadow: none;
920
- }
921
-
922
- .pa-elements-tab .pa-elements-tab-link:hover+span {
923
- opacity: 1;
924
- -webkit-transform: translate(-20px, -50%);
925
- -ms-transform: translate(-20px, -50%);
926
- transform: translate(-20px, -50%);
927
- }
928
-
929
- .pa-switchers {
930
- -js-display: flex;
931
- display: -webkit-box;
932
- display: -webkit-flex;
933
- display: -moz-box;
934
- display: -ms-flexbox;
935
- display: flex;
936
- -webkit-flex-wrap: wrap;
937
- -ms-flex-wrap: wrap;
938
- flex-wrap: wrap;
939
- -webkit-align-content: flex-start;
940
- -ms-flex-line-pack: start;
941
- align-content: flex-start;
942
- }
943
-
944
- .pa-switchers-container {
945
- width: 100%;
946
- }
947
-
948
- .pa-switchers-container.hidden,
949
- .pa-switcher.hidden {
950
- display: none;
951
- }
952
-
953
- .pa-switchers-container .pa-elements-tab-title {
954
- font-size: 20px;
955
- color: #252c59;
956
- font-weight: 900;
957
- font-family: "Red Hat Display";
958
- margin: 16px 0;
959
- }
960
-
961
- .pa-switcher {
962
- -webkit-border-radius: 15px;
963
- border-radius: 15px;
964
- background-color: #f7f7f7;
965
- position: relative;
966
- -js-display: flex;
967
- display: -webkit-box;
968
- display: -webkit-flex;
969
- display: -moz-box;
970
- display: -ms-flexbox;
971
- display: flex;
972
- width: -webkit-calc(50% - 56px);
973
- width: calc(50% - 56px);
974
- -webkit-box-pack: justify;
975
- -webkit-justify-content: space-between;
976
- -moz-box-pack: justify;
977
- -ms-flex-pack: justify;
978
- justify-content: space-between;
979
- -webkit-box-align: center;
980
- -webkit-align-items: center;
981
- -moz-box-align: center;
982
- -ms-flex-align: center;
983
- align-items: center;
984
- padding: 20px;
985
- margin-top: 16px;
986
- margin-left: 16px;
987
- }
988
-
989
- .pa-element-info {
990
- -js-display: flex;
991
- display: -webkit-box;
992
- display: -webkit-flex;
993
- display: -moz-box;
994
- display: -ms-flexbox;
995
- display: flex;
996
- -webkit-box-align: center;
997
- -webkit-align-items: center;
998
- -moz-box-align: center;
999
- -ms-flex-align: center;
1000
- align-items: center;
1001
- }
1002
-
1003
- .pa-section .pa-element-icon {
1004
- color: #252c59;
1005
- background-color: #ebebeb;
1006
- -webkit-border-radius: 15px;
1007
- border-radius: 15px;
1008
- /* padding: 12px; */
1009
- min-width: 40px;
1010
- min-height: 40px;
1011
- margin-left: 8px;
1012
- -js-display: flex;
1013
- display: -webkit-box;
1014
- display: -webkit-flex;
1015
- display: -moz-box;
1016
- display: -ms-flexbox;
1017
- display: flex;
1018
- -webkit-box-pack: center;
1019
- -webkit-justify-content: center;
1020
- -moz-box-pack: center;
1021
- -ms-flex-pack: center;
1022
- justify-content: center;
1023
- -webkit-box-align: center;
1024
- -webkit-align-items: center;
1025
- -moz-box-align: center;
1026
- -ms-flex-align: center;
1027
- align-items: center;
1028
- }
1029
-
1030
- .pa-element-name {
1031
- font-size: 16px;
1032
- color: #252c59;
1033
- font-weight: 700;
1034
- font-family: "Red Hat Display";
1035
- margin: 0;
1036
- -js-display: flex;
1037
- display: -webkit-box;
1038
- display: -webkit-flex;
1039
- display: -moz-box;
1040
- display: -ms-flexbox;
1041
- display: flex;
1042
- }
1043
-
1044
- .pa-element-name span {
1045
- text-transform: uppercase;
1046
- color: #fd9926;
1047
- font-weight: 700;
1048
- font-size: 11px;
1049
- margin-right: 5px;
1050
- }
1051
-
1052
- .pa-element-link {
1053
- font-size: 13px;
1054
- color: #252c59;
1055
- font-family: "Poppins";
1056
- text-decoration: none;
1057
- -webkit-transition: all 0.2s ease-in-out;
1058
- transition: all 0.2s ease-in-out;
1059
- }
1060
-
1061
- .pa-element-link-separator {
1062
- width: 3px;
1063
- height: 3px;
1064
- display: inline-block;
1065
- text-align: center;
1066
- color: #252c59;
1067
- background: #252c59;
1068
- -webkit-border-radius: 50%;
1069
- border-radius: 50%;
1070
- vertical-align: middle;
1071
- margin: 0 3px;
1072
- }
1073
-
1074
- .pa-element-link:hover,
1075
- .pa-element-link:focus {
1076
- color: #00a5e5;
1077
- text-decoration: none;
1078
- outline: none;
1079
- -webkit-box-shadow: none;
1080
- box-shadow: none;
1081
- border: none;
1082
- }
1083
-
1084
- /*
1085
- * Global Features
1086
- */
1087
- .pa-section-outer-wrap {
1088
- position: relative;
1089
- }
1090
-
1091
- .pa-section-outer-wrap a {
1092
- position: absolute;
1093
- top: 0;
1094
- left: 0;
1095
- width: 100%;
1096
- height: 100%;
1097
- }
1098
-
1099
- .pa-section-outer-wrap a:focus,
1100
- .pa-section-outer-wrap a:visited {
1101
- outline: none;
1102
- text-decoration: none;
1103
- box-shadow: none;
1104
- }
1105
-
1106
- /*
1107
- * Integrations
1108
- */
1109
- .pa-maps-table select {
1110
- width: 100%;
1111
- max-width: 100%;
1112
- padding: 8px;
1113
- }
1114
-
1115
- .pa-maps-table #premium-map-api,
1116
- .pa-maps-table #premium-youtube-api {
1117
- width: 100%;
1118
- }
1119
-
1120
- .pa-maps-table tr td {
1121
- padding-top: 30px;
1122
- }
1123
-
1124
- .pa-maps-table tr td:first-of-type {
1125
- padding-left: 30px;
1126
- }
1127
-
1128
- .pa-maps-table td h4 {
1129
- margin: 0;
1130
- font-size: 15px;
1131
- color: #252c59;
1132
- font-weight: 500;
1133
- font-family: "Poppins";
1134
- display: inline-block;
1135
- }
1136
-
1137
- .pa-maps-table td span {
1138
- font-size: 13px;
1139
- color: #474747;
1140
- font-family: "Poppins";
1141
- vertical-align: middle;
1142
- }
1143
-
1144
- .pa-maps-table td input[type="text"] {
1145
- -webkit-border-radius: 10px;
1146
- border-radius: 10px;
1147
- background-color: #ebebeb;
1148
- border: none;
1149
- padding: 8px 20px;
1150
- }
1151
-
1152
- .pa-section input[type="checkbox"] {
1153
- border: none;
1154
- display: none;
1155
- }
1156
-
1157
- .pa-section input[type="checkbox"]+label {
1158
- position: relative;
1159
- background: #ebebeb;
1160
- height: 16px;
1161
- width: 16px;
1162
- display: inline-block;
1163
- padding: 0;
1164
- margin-left: 5px;
1165
- -webkit-border-radius: 4px;
1166
- border-radius: 4px;
1167
- }
1168
-
1169
- .pa-section input[type="checkbox"]:checked+label {
1170
- background: #00a5e5;
1171
- height: 16px;
1172
- width: 16px;
1173
- display: inline-block;
1174
- padding: 0;
1175
- }
1176
-
1177
- .pa-section input[type="checkbox"]:checked+label:before {
1178
- position: absolute;
1179
- content: "✔";
1180
- color: #fff;
1181
- font-size: 12px;
1182
- top: 0;
1183
- right: 0;
1184
- width: 100%;
1185
- height: 100%;
1186
- text-align: center;
1187
- margin-top: -1px;
1188
- }
1189
-
1190
- .pa-maps-table td input:focus {
1191
- outline: none;
1192
- -webkit-box-shadow: none;
1193
- box-shadow: none;
1194
- border: none;
1195
- }
1196
-
1197
- .pa-maps-table td select {
1198
- border-color: #dcdcdc;
1199
- -webkit-border-radius: 10px;
1200
- border-radius: 10px;
1201
- -webkit-border-bottom-left-radius: 0;
1202
- border-bottom-left-radius: 0;
1203
- }
1204
-
1205
- .pa-maps-circle-icon {
1206
- width: 5px;
1207
- height: 5px;
1208
- background-color: #252c59;
1209
- -webkit-border-radius: 50%;
1210
- border-radius: 50%;
1211
- display: inline-block;
1212
- vertical-align: middle;
1213
- margin-left: 10px;
1214
- }
1215
-
1216
- .pa-maps-table td h4:before {
1217
- position: absolute;
1218
- content: "";
1219
- }
1220
-
1221
- /*
1222
- * White Labeling Tab
1223
- */
1224
- .pa-wht-lbl-settings .pa-wht-lbl-title {
1225
- font-size: 20px;
1226
- color: #252c59;
1227
- font-weight: 900;
1228
- font-family: "Red Hat Display";
1229
- margin: 0;
1230
- }
1231
-
1232
- .pa-wht-lbl-settings .pa-row {
1233
- width: 60%;
1234
- float: right;
1235
- }
1236
-
1237
- .pa-wht-lbl-settings .pa-wht-lbl-admin {
1238
- width: 30%;
1239
- float: right;
1240
- margin-right: 16px;
1241
- }
1242
-
1243
- .pa-wht-lbl-settings .pa-wht-lbl-head {
1244
- border-bottom: 1px solid #ddd;
1245
- background: #f7f7f7;
1246
- padding: 20px;
1247
- }
1248
-
1249
- .pa-wht-lbl-table {
1250
- text-align: right;
1251
- }
1252
-
1253
- .pa-wht-lbl-settings input {
1254
- font-weight: 400;
1255
- margin: 0;
1256
- margin-bottom: 12px;
1257
- -webkit-border-radius: 10px;
1258
- border-radius: 10px;
1259
- /* background-color: #ebebeb; */
1260
- border: 1px solid #dcdcdc;
1261
- padding: 8px 20px;
1262
- }
1263
-
1264
- /* .pa-wht-lbl-settings input + span {
1265
- margin-left: 0.3em;
1266
- } */
1267
-
1268
- .pa-wht-lbl-settings label+span {
1269
- font-family: "Poppins";
1270
- vertical-align: middle;
1271
- }
1272
-
1273
- .pa-wht-lbl-settings .pa-input-label {
1274
- display: block;
1275
- font-weight: 600;
1276
- margin: 10px 0 6px;
1277
- font-size: 14px;
1278
- color: #252c59;
1279
- font-family: "Red Hat Display";
1280
- }
1281
-
1282
- .pa-wht-lbl-settings input[type="text"] {
1283
- width: 550px;
1284
- }
1285
-
1286
- .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1287
- .pa-wht-lbl-settings input[type="text"]::-webkit-input-placeholder {
1288
- font-weight: 300;
1289
- font-family: "Poppins";
1290
- }
1291
-
1292
- .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1293
- .pa-wht-lbl-settings input[type="text"]:-moz-placeholder {
1294
- font-weight: 300;
1295
- font-family: "Poppins";
1296
- }
1297
-
1298
- .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1299
- .pa-wht-lbl-settings input[type="text"]::-moz-placeholder {
1300
- font-weight: 300;
1301
- font-family: "Poppins";
1302
- }
1303
-
1304
- .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1305
- .pa-wht-lbl-settings input[type="text"]:-ms-input-placeholder {
1306
- font-weight: 300;
1307
- font-family: "Poppins";
1308
- }
1309
-
1310
- .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1311
- .pa-wht-lbl-settings input[type="text"]::-ms-input-placeholder {
1312
- font-weight: 300;
1313
- font-family: "Poppins";
1314
- }
1315
-
1316
- .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1317
- .pa-wht-lbl-settings input[type="text"]::placeholder {
1318
- font-weight: 300;
1319
- font-family: "Poppins";
1320
- }
1321
-
1322
- .pa-wht-lbl-settings .pa-wht-lbl-settings-wrap {
1323
- background: #fff;
1324
- margin: 16px auto;
1325
- border: 1px solid #dcdcdc;
1326
- -webkit-border-radius: 10px;
1327
- border-radius: 10px;
1328
- overflow: hidden;
1329
- }
1330
-
1331
- .pa-wht-lbl-settings .clearfix {
1332
- clear: both;
1333
- }
1334
-
1335
- .pa-wht-lbl-group-wrap {
1336
- padding: 20px;
1337
- }
1338
-
1339
- .pa-section-white-label .pa-white-label-notice {
1340
- position: absolute;
1341
- top: 0;
1342
- right: 0;
1343
- width: 100%;
1344
- height: 100%;
1345
- background: rgba(200, 200, 200, 0.8);
1346
- -webkit-border-radius: 15px;
1347
- border-radius: 15px;
1348
- -js-display: flex;
1349
- display: -webkit-box;
1350
- display: -webkit-flex;
1351
- display: -moz-box;
1352
- display: -ms-flexbox;
1353
- display: flex;
1354
- -webkit-box-pack: center;
1355
- -webkit-justify-content: center;
1356
- -moz-box-pack: center;
1357
- -ms-flex-pack: center;
1358
- justify-content: center;
1359
- }
1360
-
1361
- .pa-white-label-notice-content {
1362
- position: absolute;
1363
- top: 200px;
1364
- right: 200;
1365
- width: 530px;
1366
- background-image: url("../../images/popup-pattern.jpg");
1367
- background-repeat: no-repeat;
1368
- -webkit-background-size: cover;
1369
- background-size: cover;
1370
- padding: 32px;
1371
- padding-bottom: 50px;
1372
- -webkit-border-radius: 0px 50px;
1373
- border-radius: 0px 50px;
1374
- text-align: center;
1375
- z-index: 2;
1376
- }
1377
-
1378
- .pa-white-label-notice-logo {
1379
- -webkit-transform: translateY(-32px);
1380
- -ms-transform: translateY(-32px);
1381
- transform: translateY(-32px);
1382
- margin-bottom: -18px;
1383
- }
1384
-
1385
- .pa-white-label-notice-logo img {
1386
- padding: 10px;
1387
- padding-top: 40px;
1388
- background-color: #ffffff;
1389
- border: 1px solid #e6e6e6;
1390
- -webkit-border-radius: 50px;
1391
- border-radius: 50px;
1392
- -webkit-border-top-right-radius: 50px;
1393
- border-top-right-radius: 50px;
1394
- -webkit-border-top-left-radius: 50px;
1395
- border-top-left-radius: 50px;
1396
- -webkit-border-top-right-radius: 0;
1397
- border-top-right-radius: 0;
1398
- -webkit-border-top-left-radius: 0;
1399
- border-top-left-radius: 0;
1400
- }
1401
-
1402
- .pa-white-label-notice-content h2,
1403
- .pa-swal-head {
1404
- display: inline-block;
1405
- font-size: 23px;
1406
- color: #252c59;
1407
- font-weight: 900;
1408
- font-family: "Red Hat Display";
1409
- text-align: center;
1410
- max-width: 350px;
1411
- line-height: 1;
1412
- margin: 0;
1413
- margin-bottom: 18px;
1414
- }
1415
-
1416
- .pa-white-label-notice-content h2 span {
1417
- color: #fd9926;
1418
- text-transform: uppercase;
1419
- font-family: "Red Hat Display";
1420
- }
1421
-
1422
- .pa-white-label-notice-content p {
1423
- font-size: 13px;
1424
- color: #474747;
1425
- font-family: "Poppins";
1426
- text-align: center;
1427
- margin: 0;
1428
- margin-bottom: 18px;
1429
- }
1430
-
1431
- .pa-white-label-notice-content a.pa-get-pro {
1432
- display: inline-block;
1433
- width: 117px;
1434
- padding: 12px 10px;
1435
- -webkit-border-radius: 10px;
1436
- border-radius: 10px;
1437
- color: #ffffff;
1438
- font-size: 15px;
1439
- font-weight: 900;
1440
- font-family: "Red Hat Display";
1441
- -webkit-filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
1442
- filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
1443
- text-decoration: none;
1444
- outline: none;
1445
- border: none;
1446
- background-image: -webkit-linear-gradient(-120deg, #fe6300 0%, #fe9f00 100%);
1447
- background-image: linear-gradient(30deg, #fe6300 0%, #fe9f00 100%);
1448
- -webkit-transition: all 0.2s ease-in-out;
1449
- transition: all 0.2s ease-in-out;
1450
- }
1451
-
1452
- .pa-white-label-notice-content a.pa-get-pro:hover {
1453
- background-image: -webkit-linear-gradient(-60deg, #fe6300 0%, #fe9f00 100%);
1454
- background-image: linear-gradient(-30deg, #fe6300 0%, #fe9f00 100%);
1455
- }
1456
-
1457
- /*
1458
- * System Info Tab
1459
- */
1460
- .pa-section-info table.widefat {
1461
- border: 0px;
1462
- -webkit-box-shadow: none;
1463
- box-shadow: none;
1464
- font-family: "Poppins";
1465
- }
1466
-
1467
- .pa-section-info .widefat td:first-child {
1468
- width: 30%;
1469
- }
1470
-
1471
- .pa-section-info table.widefat tr:nth-child(2n) {
1472
- background-color: #f7f7f7;
1473
- }
1474
-
1475
- /*
1476
- * License Tab
1477
- */
1478
- .pa-license-form span {
1479
- color: #474747;
1480
- font-family: "Poppins";
1481
- }
1482
-
1483
- .pa-license-form label {
1484
- display: block;
1485
- font-weight: 500;
1486
- margin: 2em 0 0.5em;
1487
- }
1488
-
1489
- .pa-license-form code {
1490
- padding: 3px 5px 2px;
1491
- margin: 0 1px;
1492
- background: #eaeaea;
1493
- background: rgba(0, 0, 0, 0.07);
1494
- font-size: 13px;
1495
- font-style: italic;
1496
- }
1497
-
1498
- .pa-license-form .button.button-primary {
1499
- width: 147px;
1500
- height: 43px;
1501
- /* -webkit-filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3));
1502
- filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3)); */
1503
- background-color: #00a5e5;
1504
- /* margin-top: 50px; */
1505
- margin-right: -3px;
1506
- -webkit-border-radius: 10px 0 0 10px;
1507
- border-radius: 10px 0 0 10px;
1508
- border: none;
1509
- }
1510
-
1511
- #papro-license-key:focus,
1512
- .pa-license-form .button.button-primary:focus {
1513
- outline: none;
1514
- -webkit-box-shadow: none;
1515
- box-shadow: none;
1516
- }
1517
-
1518
- #papro-license-key {
1519
- height: 43px;
1520
- line-height: 1;
1521
- margin: 0;
1522
- padding: 8px 20px;
1523
- -webkit-border-radius: 0 10px 10px 0;
1524
- border-radius: 0 10px 10px 0;
1525
- }
1526
-
1527
- .pa-license-form input+span {
1528
- margin-right: 10px;
1529
- font-weight: 600;
1530
- }
1531
-
1532
- .pa-license-cell span {
1533
- margin-right: 0.3em;
1534
- }
1535
-
1536
- @media(min-width: 1550px) {
1537
- #pa-general-settings .pa-section-info:not(.pa-news-section):not(.pa-support-section) p {
1538
- min-height: 65px;
1539
- }
1540
-
1541
- .pa-news-grid .pa-news-post p:nth-of-type(1) {
1542
- min-height: 40px;
1543
- }
1544
- }
1545
-
1546
- /*
1547
- * PAPRO Notice
1548
- */
1549
- .papro-admin-notice {
1550
- -webkit-display: flex;
1551
- display: -webkit-box;
1552
- display: -ms-flexbox;
1553
- -js-display: flex;
1554
- display: -moz-box;
1555
- display: flex;
1556
- -webkit-box-pack: end;
1557
- -ms-flex-pack: end;
1558
- -webkit-justify-content: flex-end;
1559
- -moz-box-pack: end;
1560
- justify-content: flex-end;
1561
- -webkit-box-align: center;
1562
- -ms-flex-align: center;
1563
- -webkit-align-items: center;
1564
- -moz-box-align: center;
1565
- align-items: center;
1566
- margin-bottom: 24px;
1567
- }
1568
-
1569
- .papro-admin-notice>div {
1570
- -webkit-box-flex: 1;
1571
- -webkit-flex-grow: 1;
1572
- -moz-box-flex: 1;
1573
- -ms-flex-positive: 1;
1574
- flex-grow: 1;
1575
- }
1576
-
1577
- .papro-admin-notice-left {
1578
- position: relative;
1579
- padding: 16px;
1580
- -webkit-border-radius: 15px;
1581
- border-radius: 15px;
1582
- background-color: #fff;
1583
- -webkit-flex-basis: 80%;
1584
- -ms-flex-preferred-size: 80%;
1585
- flex-basis: 80%;
1586
- }
1587
-
1588
- .papro-admin-notice-left a {
1589
- position: absolute;
1590
- top: 0;
1591
- right: 0;
1592
- width: 100%;
1593
- height: 100%;
1594
- }
1595
-
1596
- .papro-admin-notice-left a:hover,
1597
- .papro-admin-notice-left a:focus,
1598
- .papro-admin-notice-left a:visited {
1599
- outline: none;
1600
- border: none;
1601
- -webkit-box-shadow: none;
1602
- box-shadow: none;
1603
- text-decoration: none;
1604
- }
1605
-
1606
- .papro-admin-notice-logo {
1607
- -webkit-display: flex;
1608
- display: -webkit-box;
1609
- display: -ms-flexbox;
1610
- -js-display: flex;
1611
- display: -moz-box;
1612
- display: flex;
1613
- -webkit-box-pack: justify;
1614
- -webkit-justify-content: space-between;
1615
- -moz-box-pack: justify;
1616
- -ms-flex-pack: justify;
1617
- justify-content: space-between;
1618
- -webkit-box-align: center;
1619
- -webkit-align-items: center;
1620
- -moz-box-align: center;
1621
- -ms-flex-align: center;
1622
- align-items: center;
1623
- }
1624
-
1625
- .papro-admin-notice-logo label {
1626
- display: block;
1627
- font-weight: 600;
1628
- margin: 10px 0 6px;
1629
- font-size: 14px;
1630
- color: #252c59;
1631
- font-family: "Red Hat Display";
1632
- }
1633
-
1634
- .papro-admin-notice-right {
1635
- -webkit-display: flex;
1636
- display: -webkit-box;
1637
- display: -ms-flexbox;
1638
- -js-display: flex;
1639
- display: -moz-box;
1640
- display: flex;
1641
- -webkit-box-align: center;
1642
- -ms-flex-align: center;
1643
- -webkit-align-items: center;
1644
- -moz-box-align: center;
1645
- align-items: center;
1646
- background: url("../../images/papro-banner.png");
1647
- -webkit-background-size: cover;
1648
- background-size: cover;
1649
- background-repeat: no-repeat;
1650
- padding: 18px;
1651
- -webkit-border-radius: 15px;
1652
- border-radius: 15px;
1653
- overflow: hidden;
1654
- margin-right: 25px;
1655
- }
1656
-
1657
- .papro-admin-notice-right h4 {
1658
- font-size: 20px;
1659
- color: #fff;
1660
- font-weight: 900;
1661
- font-family: "Red Hat Display";
1662
- margin: 0;
1663
- margin-bottom: 8px;
1664
- }
1665
-
1666
- .papro-admin-notice-right p {
1667
- font-size: 14px;
1668
- color: #ffffff;
1669
- font-family: "Poppins";
1670
- margin: 0;
1671
- }
1672
-
1673
- .papro-admin-notice-right span {
1674
- font-weight: 700;
1675
- }
1676
-
1677
- #wp-admin-bar-premium-addons .ab-item .dashicons {
1678
- position: relative;
1679
- top: 8px;
1680
- display: inline-block;
1681
- font-weight: 400;
1682
- font-style: normal;
1683
- font-variant: normal;
1684
- font-size: inherit;
1685
- font-family: dashicons;
1686
- line-height: 1;
1687
- -webkit-font-smoothing: antialiased;
1688
- -moz-osx-font-smoothing: grayscale;
1689
- text-rendering: auto;
1690
- }
1691
-
1692
- #wp-admin-bar-pa-feature-doc .ab-item .dashicons {
1693
- font-size: 16px;
1694
- right: -2px
1695
- }
1696
-
1697
- #wp-admin-bar-premium-addons>.ab-item>i {
1698
- font-size: 18px !important;
1699
- }
1700
-
1701
- #wp-admin-bar-premium-addons li .loading {
1702
- -webkit-animation: spin 2s linear infinite;
1703
- animation: spin 2s linear infinite;
1704
- }
1705
-
1706
- /*
1707
- * Dashboard Tabs
1708
- */
1709
- .pa-dash-general:before {
1710
- content: "\e93e";
1711
- }
1712
-
1713
- .pa-dash-integrations:before {
1714
- content: "\e93f";
1715
- }
1716
-
1717
- .pa-dash-system-info:before {
1718
- content: "\e941";
1719
- }
1720
-
1721
- .pa-dash-vcontrol:before {
1722
- content: "\e942";
1723
- }
1724
-
1725
- .pa-dash-white-label:before {
1726
- content: "\e943";
1727
- }
1728
-
1729
- .pa-dash-elements:before {
1730
- content: "\e944";
1731
- }
1732
-
1733
- .pa-dash-license:before {
1734
- content: "\e940";
1735
- }
1736
-
1737
- .pa-dash-features:before {
1738
- content: "\e952";
1739
- }
1740
-
1741
- /*
1742
- * Elements Categories
1743
- */
1744
- .pa-dash-cat-all:before {
1745
- content: "\e945";
1746
- }
1747
-
1748
- .pa-dash-cat-blurbs:before {
1749
- content: "\e946";
1750
- }
1751
-
1752
- .pa-dash-cat-contact:before {
1753
- content: "\e947";
1754
- }
1755
-
1756
- .pa-dash-cat-content:before {
1757
- content: "\e948";
1758
- }
1759
-
1760
- .pa-dash-cat-images:before {
1761
- content: "\e949";
1762
- }
1763
-
1764
- .pa-dash-cat-off-grid:before {
1765
- content: "\e94b";
1766
- }
1767
-
1768
- .pa-dash-cat-section:before {
1769
- content: "\e94c";
1770
- }
1771
-
1772
- .pa-dash-cat-feed:before {
1773
- content: "\e94d";
1774
- }
1775
-
1776
- .pa-dash-cat-data:before {
1777
- content: "\e94e";
1778
- }
1779
-
1780
- .pa-dash-cat-social:before {
1781
- content: "\e94f";
1782
- }
1783
-
1784
- /*
1785
- * Widgets Icons
1786
- */
1787
- .pa-dash-premium-notbar:before {
1788
- content: "\e900";
1789
- }
1790
-
1791
- .pa-dash-premium-gradient:before {
1792
- content: "\e901";
1793
- }
1794
-
1795
- .pa-dash-premium-color-transition:before {
1796
- content: "\e902";
1797
- }
1798
-
1799
- .pa-dash-premium-behance:before {
1800
- content: "\e904";
1801
- }
1802
-
1803
- .pa-dash-premium-charts:before {
1804
- content: "\e90a";
1805
- }
1806
-
1807
- .pa-dash-premium-content-toggle:before {
1808
- content: "\e90d";
1809
- }
1810
-
1811
- .pa-dash-premium-divider:before {
1812
- content: "\e910";
1813
- }
1814
-
1815
- .pa-dash-premium-facebook-feed:before {
1816
- content: "\e912";
1817
- }
1818
-
1819
- .pa-dash-facebook-feed-2:before {
1820
- content: "\e91b";
1821
- }
1822
-
1823
- .pa-dash-premium-fb-chat:before {
1824
- content: "\e92a";
1825
- }
1826
-
1827
- .pa-dash-premium-facebook-reviews:before {
1828
- content: "\e913";
1829
- }
1830
-
1831
- .pa-dash-premium-google-reviews:before {
1832
- content: "\e916";
1833
- }
1834
-
1835
- .pa-dash-premium-hscroll:before {
1836
- content: "\e918";
1837
- }
1838
-
1839
- .pa-dash-premium-flipbox:before {
1840
- content: "\e919";
1841
- }
1842
-
1843
- .pa-dash-premium-iconbox:before {
1844
- content: "\e91a";
1845
- }
1846
-
1847
- .pa-dash-premium-image-accordion:before {
1848
- content: "\e91c";
1849
- }
1850
-
1851
- .pa-dash-premium-image-comparison:before {
1852
- content: "\e91e";
1853
- }
1854
-
1855
- .pa-dash-premium-image-hotspots:before {
1856
- content: "\e91f";
1857
- }
1858
-
1859
- .pa-dash-premium-img-layers:before {
1860
- content: "\e920";
1861
- }
1862
-
1863
- .pa-dash-premium-instagram-feed:before {
1864
- content: "\e923";
1865
- }
1866
-
1867
- .pa-dash-premium-kenburns:before {
1868
- content: "\e924";
1869
- }
1870
-
1871
- .pa-dash-premium-lottie:before {
1872
- content: "\e925";
1873
- }
1874
-
1875
- .pa-dash-premium-magic-section:before {
1876
- content: "\e927";
1877
- }
1878
-
1879
- .pa-dash-premium-multi-scroll:before {
1880
- content: "\e92c";
1881
- }
1882
-
1883
- .pa-dash-premium-ihover:before {
1884
- content: "\e91b";
1885
- }
1886
-
1887
- .pa-dash-premium-parallax:before {
1888
- content: "\e92d";
1889
- }
1890
-
1891
- .pa-dash-premium-particles:before {
1892
- content: "\e92e";
1893
- }
1894
-
1895
- .pa-dash-premium-prev-img:before {
1896
- content: "\e92f";
1897
- }
1898
-
1899
- .pa-dash-premium-tabs:before {
1900
- content: "\e933";
1901
- }
1902
-
1903
- .pa-dash-premium-tables:before {
1904
- content: "\e932";
1905
- }
1906
-
1907
- .pa-dash-premium-twitter-feed:before {
1908
- content: "\e936";
1909
- }
1910
-
1911
- .pa-dash-premium-unfold:before {
1912
- content: "\e937";
1913
- }
1914
-
1915
- .pa-dash-premium-whatsapp-chat:before {
1916
- content: "\e93b";
1917
- }
1918
-
1919
- .pa-dash-premium-yelp-reviews:before {
1920
- content: "\e951";
1921
- }
1922
-
1923
- .pa-dash-premium-banner:before {
1924
- content: "\e903";
1925
- }
1926
-
1927
- .pa-dash-premium-blog:before {
1928
- content: "\e906";
1929
- }
1930
-
1931
- .pa-dash-premium-button:before {
1932
- content: "\e908";
1933
- }
1934
-
1935
- .pa-dash-premium-carousel:before {
1936
- content: "\e909";
1937
- }
1938
-
1939
- .pa-dash-premium-contactform:before {
1940
- content: "\e90c";
1941
- }
1942
-
1943
- .pa-dash-premium-countdown:before {
1944
- content: "\e90e";
1945
- }
1946
-
1947
- .pa-dash-premium-counter:before {
1948
- content: "\e90f";
1949
- }
1950
-
1951
- .pa-dash-premium-dual-header:before {
1952
- content: "\e911";
1953
- }
1954
-
1955
- .pa-dash-premium-fancytext:before {
1956
- content: "\e914";
1957
- }
1958
-
1959
- .pa-dash-premium-maps:before {
1960
- content: "\e915";
1961
- }
1962
-
1963
- .pa-dash-premium-title:before {
1964
- content: "\e917";
1965
- }
1966
-
1967
- .pa-dash-premium-icon-list:before {
1968
- content: "\e907";
1969
- }
1970
-
1971
- .pa-dash-premium-image-button:before {
1972
- content: "\e91d";
1973
- }
1974
-
1975
- .pa-dash-premium-image-scroll:before {
1976
- content: "\e921";
1977
- }
1978
-
1979
- .pa-dash-premium-image-separator:before {
1980
- content: "\e922";
1981
- }
1982
-
1983
- /* .pa-dash-premium-lottie:before {
1984
- content: "\e944";
1985
- } */
1986
- .pa-dash-premium-lottie-widget:before {
1987
- content: "\e925";
1988
- }
1989
-
1990
- .pa-dash-premium-grid:before {
1991
- content: "\e928";
1992
- }
1993
-
1994
- .pa-dash-premium-modalbox:before {
1995
- content: "\e92b";
1996
- }
1997
-
1998
- .pa-dash-premium-pricing-table:before {
1999
- content: "\e930";
2000
- }
2001
-
2002
- .pa-dash-premium-progressbar:before {
2003
- content: "\e931";
2004
- }
2005
-
2006
- .pa-dash-premium-person:before {
2007
- content: "\e934";
2008
- }
2009
-
2010
- .pa-dash-premium-testimonials:before {
2011
- content: "\e935";
2012
- }
2013
-
2014
- .pa-dash-premium-vscroll:before {
2015
- content: "\e938";
2016
- }
2017
-
2018
- .pa-dash-premium-videobox:before {
2019
- content: "\e939";
2020
- }
2021
-
2022
- .pa-dash-premium-blob:before {
2023
- content: "\e905";
2024
- }
2025
-
2026
- .pa-dash-woo-products:before {
2027
- content: "\e93c";
2028
- }
2029
-
2030
- .pa-dash-premium-global-cursor:before {
2031
- content: "\e951";
2032
- }
2033
-
2034
- .pa-dash-premium-nav-menu:before {
2035
- content: "\e929";
2036
- }
2037
-
2038
- .pa-dash-premium-svg-drawer:before {
2039
- content: "\e953";
2040
- }
2041
-
2042
- @-webkit-keyframes spin {
2043
- 0% {
2044
- -webkit-transform: rotateZ(-180deg) rotateY(180deg);
2045
- transform: rotateZ(-180deg) rotateY(180deg);
2046
- }
2047
-
2048
- 100% {
2049
- -webkit-transform: rotateZ(180deg) rotateY(180deg);
2050
- transform: rotateZ(180deg) rotateY(180deg);
2051
- }
2052
- }
2053
-
2054
- @keyframes spin {
2055
- 0% {
2056
- -webkit-transform: rotateZ(-180deg) rotateY(180deg);
2057
- transform: rotateZ(-180deg) rotateY(180deg);
2058
- }
2059
-
2060
- 100% {
2061
- -webkit-transform: rotateZ(180deg) rotateY(180deg);
2062
- transform: rotateZ(180deg) rotateY(180deg);
2063
- }
2064
- }
2065
-
2066
- /*Live Editor*/
2067
- .papro-btn-block {
2068
- width: 100% !important;
2069
- margin: -10px 0 10px;
2070
-
2071
- }
2072
-
2073
- .elementor-template-pa-live-editor-modal-container {
2074
- -js-display: flex;
2075
- display: -webkit-box;
2076
- display: -webkit-flex;
2077
- display: -moz-box;
2078
- display: -ms-flexbox;
2079
- display: flex;
2080
- }
2081
-
2082
- .premium-live-editor-iframe-modal {
2083
- display: none;
2084
- }
2085
-
2086
- .premium-dynamic-content-modal {
2087
- -js-display: flex;
2088
- display: -webkit-box;
2089
- display: -webkit-flex;
2090
- display: -moz-box;
2091
- display: -ms-flexbox;
2092
- display: flex;
2093
- }
2094
-
2095
- .premium-live-editor-iframe-modal .elementor-templates-modal__header__logo__title {
2096
- margin-left: 35px;
2097
- }
2098
-
2099
- .premium-live-editor-iframe-modal .dialog-lightbox-header {
2100
- background-color: #f1f3f5;
2101
- }
2102
-
2103
- .premium-live-editor-iframe-modal .dialog-message {
2104
- position: relative;
2105
- }
2106
-
2107
- .premium-live-editor-iframe-modal iframe {
2108
- position: absolute;
2109
- top: 0;
2110
- bottom: 0;
2111
- right: 0;
2112
- left: 0;
2113
- width: 100%;
2114
- height: 100%;
2115
- }
2116
-
2117
- /* .premium-live-editor-iframe-modal .dialog-widget-content {
2118
- margin-top: 10px;
2119
- } */
2120
-
2121
- .premium-dynamic-content-modal .dialog-widget-content {
2122
- position: static !important;
2123
- max-width: calc(100vw - 70px) !important;
2124
- width: calc(100vw - 70px) !important;
2125
- -webkit-border-radius: 0;
2126
- border-radius: 0;
2127
- }
2128
-
2129
- .elementor-device-desktop #elementor-preview-responsive-wrapper {
2130
- min-width: auto !important;
2131
- }
2132
-
2133
- .premium-dynamic-content-modal .dialog-message {
2134
- overflow: unset !important;
2135
- }
2136
-
2137
- .premium-live-editor-iframe-modal {
2138
- display: none;
2139
- }
2140
-
2141
- .premium-live-editor-iframe-modal .elementor-templates-modal__header__close {
2142
- margin-right: 15px;
2143
- }
2144
-
2145
- /* .premium-live-editor-iframe-modal .dialog-widget-content {
2146
- position: static !important;
2147
- margin-top: 10px;
2148
- } */
2149
-
2150
- #pa-live-editor-logo .premium-template-modal-header-logo-icon img {
2151
- width: 30px;
2152
- height: 30px;
2153
- }
2154
-
2155
- #premium-live-temp-title {
2156
- width: 400px;
2157
- -webkit-border-radius: 3px 0 0 3px;
2158
- border-radius: 3px 0 0 3px;
2159
- font-size: 12px;
2160
- color: #6d7882;
2161
- background: none;
2162
- box-shadow: none;
2163
- border: 1px solid #d5dadf;
2164
- outline: 0;
2165
- font-weight: normal;
2166
- }
2167
-
2168
- .premium-live-temp-notice {
2169
- margin: 0 10px;
2170
- font-style: italic;
2171
- font-weight: normal;
2172
- text-transform: none;
2173
- }
2174
-
2175
- #pa-insert-live-temp {
2176
- white-space: nowrap;
2177
- -webkit-border-radius: 0 3px 3px 0;
2178
- border-radius: 0 3px 3px 0;
2179
- }
2180
-
2181
- #premium-live-temp-title {
2182
- padding: 8px 10px;
2183
- }
2184
-
2185
- .premium-live-editor-title {
2186
- display: none;
2187
- -webkit-box-align: center;
2188
- -webkit-align-items: center;
2189
- -moz-box-align: center;
2190
- -ms-flex-align: center;
2191
- align-items: center;
2192
- }
2193
-
2194
- .premium-modal-expanded .dialog-lightbox-widget-content {
2195
- max-width: 100% !important;
2196
- margin: 0 !important;
2197
- }
2198
-
2199
- .premium-modal-expanded .dialog-lightbox-message {
2200
- max-height: 100vh;
2201
- }
2202
-
2203
- .premium-modal-expanded #pa-live-editor-control-iframe {
2204
- height: -webkit-calc(100vh - 50px);
2205
- height: calc(100vh - 50px);
2206
- }
2207
-
2208
- .premium-live-temp-title.control-hidden {
2209
- display: none;
2210
- }
2211
-
2212
- .premium-live-temp-label label {
2213
- font-weight: 900;
2214
- }
2215
-
2216
- .premium-live-editor-iframe-modal .dialog-message {
2217
- height: calc(100vh - 50px) !important;
2218
- max-height: calc(100vh - 50px) !important;
2219
- }
2220
-
2221
- /**Premium Menu*/
2222
- .premium-menu-item-settings {
2223
- position: absolute;
2224
- top: 50%;
2225
- z-index: 99999;
2226
- background-color: #d4f0fc;
2227
- display: none;
2228
- border: 1px solid #007cba;
2229
- background-color: #f6f7f7;
2230
- color: #007cba;
2231
- font-size: 14px;
2232
- line-height: 19px;
2233
- padding: 8px 10px;
2234
- min-width: 100px;
2235
- cursor: pointer;
2236
- -webkit-transform: translateY(-50%);
2237
- -ms-transform: translateY(-50%);
2238
- transform: translateY(-50%);
2239
- -webkit-border-radius: 5px;
2240
- border-radius: 5px;
2241
- }
2242
-
2243
- .menu-item:hover .premium-menu-item-settings {
2244
- -js-display: flex;
2245
- display: -webkit-box;
2246
- display: -webkit-flex;
2247
- display: -moz-box;
2248
- display: -ms-flexbox;
2249
- display: flex;
2250
- }
2251
-
2252
- #pa-menu-logo img {
2253
- width: 25px;
2254
- }
2255
-
2256
- .premium-menu-settings-modal #elementor-template-nav-menu-modal-container .dialog-widget-content {
2257
- max-width: 900px !important;
2258
- position: absolute !important;
2259
- left: 50% !important;
2260
- top: 20% !important;
2261
- -webkit-transform: translate(-50%, -18%);
2262
- -ms-transform: translate(-50%, -18%);
2263
- transform: translate(-50%, -18%);
2264
- }
2265
-
2266
- #elementor-template-nav-menu-modal-container .dialog-message {
2267
- height: auto;
2268
- min-height: 50vh;
2269
- }
2270
-
2271
- #elementor-template-nav-menu-modal-container .wp-picker-holder {
2272
- position: relative;
2273
- }
2274
-
2275
- #elementor-template-nav-menu-modal-container .wp-picker-container .iris-picker {
2276
- position: absolute;
2277
- z-index: 100;
2278
- }
2279
-
2280
- #elementor-template-nav-menu-modal-container .button.wp-color-result {
2281
- margin-right: 0;
2282
- }
2283
-
2284
- #elementor-template-nav-menu-modal-container .wp-picker-container .wp-color-result.button {
2285
- height: 30px;
2286
- }
2287
-
2288
- #elementor-template-nav-menu-modal-container .wp-color-result-text {
2289
- line-height: 28px;
2290
- }
2291
-
2292
- #elementor-template-nav-menu-modal-container .option-table {
2293
- width: 100%;
2294
- margin: auto;
2295
- max-width: 400px;
2296
- }
2297
-
2298
- #elementor-template-nav-menu-modal-container.dialog-type-lightbox {
2299
- z-index: 100000;
2300
- }
2301
-
2302
- .premium-setting-container {
2303
- -js-display: flex;
2304
- display: -webkit-box;
2305
- display: -webkit-flex;
2306
- display: -moz-box;
2307
- display: -ms-flexbox;
2308
- display: flex;
2309
- width: 100%;
2310
- height: 50px;
2311
- -webkit-box-pack: justify;
2312
- -webkit-justify-content: space-between;
2313
- -moz-box-pack: justify;
2314
- -ms-flex-pack: justify;
2315
- justify-content: space-between;
2316
- }
2317
-
2318
- .premium-menu-control-meta,
2319
- .premium-menu-control {
2320
- -js-display: flex;
2321
- display: -webkit-box;
2322
- display: -webkit-flex;
2323
- display: -moz-box;
2324
- display: -ms-flexbox;
2325
- display: flex;
2326
- -webkit-box-pack: start;
2327
- -webkit-justify-content: flex-start;
2328
- -moz-box-pack: start;
2329
- -ms-flex-pack: start;
2330
- justify-content: flex-start;
2331
- -webkit-box-align: center;
2332
- -webkit-align-items: center;
2333
- -moz-box-align: center;
2334
- -ms-flex-align: center;
2335
- align-items: center;
2336
- max-width: 49%;
2337
- -webkit-box-flex: 0;
2338
- -webkit-flex: 0 0 49%;
2339
- -moz-box-flex: 0;
2340
- -ms-flex: 0 0 49%;
2341
- flex: 0 0 49%;
2342
- }
2343
-
2344
- .premium-menu-control-meta label {
2345
- font-size: 14px;
2346
- color: #474747;
2347
- font-family: "Poppins";
2348
- }
2349
-
2350
- .premium-menu-dialog-footer {
2351
- background-color: #fff;
2352
- height: 50px;
2353
- -js-display: flex;
2354
- display: -webkit-box;
2355
- display: -webkit-flex;
2356
- display: -moz-box;
2357
- display: -ms-flexbox;
2358
- display: flex;
2359
- -webkit-box-align: center;
2360
- -webkit-align-items: center;
2361
- -moz-box-align: center;
2362
- -ms-flex-align: center;
2363
- align-items: center;
2364
- -webkit-box-pack: end;
2365
- -webkit-justify-content: flex-end;
2366
- -moz-box-pack: end;
2367
- -ms-flex-pack: end;
2368
- justify-content: flex-end;
2369
- padding: 5px 15px;
2370
-
2371
- }
2372
-
2373
- /* .premium-menu-btn {
2374
- display: inline-block;
2375
- border: 1px solid black;
2376
- padding: 9px;
2377
- font-size: 12px;
2378
- cursor: pointer;
2379
- text-align: center;
2380
- } */
2381
-
2382
- .premium-menu-btn,
2383
- #premium-menu-save {
2384
- border: 1px solid #007cba;
2385
- background-color: transparent;
2386
- color: #007cba;
2387
- font-size: 14px;
2388
- line-height: 19px;
2389
- padding: 8px 20px;
2390
- min-width: 100px;
2391
- width: 100%;
2392
- cursor: pointer;
2393
- -webkit-border-radius: 5px;
2394
- border-radius: 5px;
2395
- }
2396
-
2397
- .premium-menu-btn i.loading {
2398
- -webkit-animation: spin 3s linear infinite;
2399
- animation: spin 3s linear infinite;
2400
- }
2401
-
2402
- .premium-menu-btn i.loader-hidden {
2403
- display: none;
2404
- }
2405
-
2406
- #pa-insert-live-temp {
2407
- display: none;
2408
- }
2409
-
2410
- .premium-has-desc {
2411
- -webkit-box-orient: vertical;
2412
- -webkit-box-direction: normal;
2413
- -webkit-flex-direction: column;
2414
- -moz-box-orient: vertical;
2415
- -moz-box-direction: normal;
2416
- -ms-flex-direction: column;
2417
- flex-direction: column;
2418
- -webkit-box-pack: center;
2419
- -webkit-justify-content: center;
2420
- -moz-box-pack: center;
2421
- -ms-flex-pack: center;
2422
- justify-content: center;
2423
- -webkit-box-align: start;
2424
- -webkit-align-items: flex-start;
2425
- -moz-box-align: start;
2426
- -ms-flex-align: start;
2427
- align-items: flex-start;
2428
-
2429
- }
2430
-
2431
- .premium-has-desc .premium-megamenu-des {
2432
- font-size: 11px;
2433
- color: gray;
2434
- }
2435
-
2436
- /* .premium-menu-settings-modal .dialog-message {
2437
- overflow-y: scroll !important;
2438
- } */
2439
-
2440
- .premium-setting-hidden {
2441
- display: none;
2442
- }
2443
-
2444
- .premium-menu-temp-close {
2445
- position: absolute;
2446
- top: 24px;
2447
- right: 40px;
2448
- color: #a4afb7;
2449
- font-size: 20px;
2450
- z-index: 1000;
2451
- cursor: pointer;
2452
- }
2453
-
2454
- .premium-menu-temp-close:hover {
2455
- color: #495157;
2456
- }
2457
-
2458
- .premium-menu-control .icons-selector {
2459
- border: 1px solid #dcdcdc;
2460
- -webkit-border-radius: 5px;
2461
- border-radius: 5px;
2462
- }
2463
-
2464
- .premium-menu-control .wp-picker-container {
2465
- -js-display: flex;
2466
- display: -webkit-box;
2467
- display: -webkit-flex;
2468
- display: -moz-box;
2469
- display: -ms-flexbox;
2470
- display: flex;
2471
- width: 100%;
2472
- -webkit-flex-wrap: wrap;
2473
- -ms-flex-wrap: wrap;
2474
- flex-wrap: wrap;
2475
- -webkit-box-pack: justify;
2476
- -webkit-justify-content: space-between;
2477
- -moz-box-pack: justify;
2478
- -ms-flex-pack: justify;
2479
- justify-content: space-between;
2480
- }
2481
-
2482
- .premium-menu-control .wp-picker-open+.wp-picker-input-wrap {
2483
- width: 68%;
2484
- -js-display: flex;
2485
- display: -webkit-box;
2486
- display: -webkit-flex;
2487
- display: -moz-box;
2488
- display: -ms-flexbox;
2489
- display: flex;
2490
- }
2491
-
2492
- #elementor-template-nav-menu-modal-container .wp-picker-holder {
2493
- position: relative;
2494
- min-width: 100%;
2495
- }
2496
-
2497
- #elementor-template-nav-menu-modal-container .wp-picker-container .iris-picker {
2498
- position: absolute;
2499
- z-index: 100;
2500
- }
2501
-
2502
- #elementor-template-nav-menu-modal-container .button.wp-color-result {
2503
- margin: 0;
2504
- min-width: 30%;
2505
- height: 100%;
2506
- }
2507
-
2508
- #elementor-template-nav-menu-modal-container .wp-color-result-text {
2509
- line-height: 28px;
2510
- }
2511
-
2512
- .premium-menu-control .wp-picker-input-wrap .premium-color-picker {
2513
- min-width: 170px;
2514
- border: 1px solid #dcdcdc;
2515
- -webkit-border-radius: 0;
2516
- border-radius: 0;
2517
- }
2518
-
2519
- .premium-live-editor-iframe-modal .dialog-type-lightbox {
2520
- z-index: 100000;
 
2521
  }
1
+ .button.pa-btn {
2
+ border: none;
3
+ color: #fff;
4
+ text-align: center;
5
+ padding: 3px;
6
+ max-width: 250px;
7
+ height: auto;
8
+ font-weight: 700;
9
+ -webkit-box-shadow: none;
10
+ box-shadow: none;
11
+ }
12
+
13
+ .button.pa-btn:hover,
14
+ .button.pa-btn:focus,
15
+ .button.pa-btn:active {
16
+ outline: none;
17
+ border: none;
18
+ text-decoration: none;
19
+ }
20
+
21
+ .pa-switcher .switch,
22
+ .pa-section-info-cta .switch,
23
+ .premium-menu-control .switch {
24
+ position: relative;
25
+ display: inline-block;
26
+ width: 44px;
27
+ height: 24px;
28
+ -webkit-border-radius: 12px;
29
+ border-radius: 12px;
30
+ }
31
+
32
+ .switch input {
33
+ display: none;
34
+ }
35
+
36
+ .slider,
37
+ .pro-slider {
38
+ position: absolute;
39
+ cursor: pointer;
40
+ top: 0;
41
+ right: 0;
42
+ left: 0;
43
+ bottom: 0;
44
+ /* background-color: #f2f2f2;
45
+ box-shadow: 0 0 2px 1px #ccc inset; */
46
+ -webkit-transition: 0.4s;
47
+ transition: 0.4s;
48
+ }
49
+
50
+ .slider:before,
51
+ .pro-slider:before {
52
+ position: absolute;
53
+ content: "";
54
+ right: 3px;
55
+ top: 50%;
56
+ -webkit-transform: translateY(-50%);
57
+ -ms-transform: translateY(-50%);
58
+ transform: translateY(-50%);
59
+ /* background: radial-gradient(farthest-corner at 14px 0px, #f0f0f0 50%, #cacaca 100%); */
60
+ -webkit-transition: all 0.4s ease-in-out;
61
+ transition: all 0.4s ease-in-out;
62
+ padding: 0;
63
+ margin: 0;
64
+ width: 15px;
65
+ height: 15px;
66
+ -webkit-border-radius: 8px;
67
+ border-radius: 8px;
68
+ -webkit-filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
69
+ filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
70
+ background-color: #f7f7f7;
71
+ border: 1px solid #ffffff;
72
+ /* box-shadow: 0 2.5px 5px #b8b8b9; */
73
+ }
74
+
75
+ .switch input:checked+.slider {
76
+ background: #8dc900;
77
+ }
78
+
79
+ .switch input:focus+.slider {
80
+ -webkit-box-shadow: 0 0 1px #18a4fd;
81
+ box-shadow: 0 0 1px #18a4fd;
82
+ }
83
+
84
+ .switch input:checked+.slider:before {
85
+ -webkit-transform: translate3d(-20px, -50%, 0);
86
+ transform: translate3d(-20px, -50%, 0);
87
+ }
88
+
89
+ .slider.round,
90
+ .pro-slider.round {
91
+ -webkit-border-radius: 34px;
92
+ border-radius: 34px;
93
+ background-image: -webkit-gradient(linear, right top, right bottom, from(#cfcfcf), to(#dbdbdb));
94
+ background-image: -webkit-linear-gradient(top, #cfcfcf 0%, #dbdbdb 100%);
95
+ background-image: linear-gradient(-180deg, #cfcfcf 0%, #dbdbdb 100%);
96
+ }
97
+
98
+ .slider.round:before,
99
+ .pro-slider.round:before {
100
+ -webkit-border-radius: 50%;
101
+ border-radius: 50%;
102
+ }
103
+
104
+ .switch input:disabled+.pro-slider::after {
105
+ position: absolute;
106
+ font-family: "Dashicons";
107
+ content: "\f160";
108
+ color: #474747;
109
+ left: 8px;
110
+ top: 50%;
111
+ -webkit-transform: translateY(-50%);
112
+ -ms-transform: translateY(-50%);
113
+ transform: translateY(-50%);
114
+ }
115
+
116
+ .pa-api-disable-title label,
117
+ .pa-is-beta label {
118
+ margin-left: 15px;
119
+ }
120
+
121
+ .pa-element-meta {
122
+ -js-display: flex;
123
+ display: -webkit-box;
124
+ display: -webkit-flex;
125
+ display: -moz-box;
126
+ display: -ms-flexbox;
127
+ display: flex;
128
+ -webkit-flex-direction: column;
129
+ -moz-box-orient: vertical;
130
+ -moz-box-direction: normal;
131
+ -ms-flex-direction: column;
132
+ flex-direction: column;
133
+ }
134
+
135
+ .pa-element-meta span {
136
+ vertical-align: middle;
137
+ font-weight: 600;
138
+ }
139
+
140
+ .pa-element-meta label {
141
+ margin-left: 1px !important;
142
+ }
143
+
144
+ .pa-api-disable-title span,
145
+ .pa-is-beta span {
146
+ font-weight: 400;
147
+ }
148
+
149
+ .pa-maps-api-notice {
150
+ margin: 0.5em 0;
151
+ }
152
+
153
+ .pa-api-title input {
154
+ margin-top: 10px;
155
+ font-size: normal;
156
+ font-weight: 400;
157
+ width: 400px;
158
+ margin-right: 30px;
159
+ }
160
+
161
+ .pa-sys-info-tab {
162
+ background: #f7f7f7;
163
+ margin: 8px;
164
+ border: 2px solid #ddd;
165
+ -webkit-border-radius: 3px;
166
+ border-radius: 3px;
167
+ padding: 0;
168
+ }
169
+
170
+ .pa-system-info-container {
171
+ padding: 10px;
172
+ }
173
+
174
+ .dialog-type-lightbox .dialog-widget-header {
175
+ text-align: center;
176
+ font-size: 15px;
177
+ color: #495157;
178
+ padding: 30px 0 10px;
179
+ font-weight: 500;
180
+ }
181
+
182
+ .pa-swal.swal2-show {
183
+ padding: 32px;
184
+ padding-bottom: 50px;
185
+ background-image: url("../../images/popup-pattern.jpg");
186
+ background-repeat: no-repeat;
187
+ -webkit-background-size: cover;
188
+ background-size: cover;
189
+ -webkit-border-radius: 0 50px;
190
+ border-radius: 0 50px;
191
+ }
192
+
193
+ .pa-swal .swal2-close {
194
+ color: #c2c4cf;
195
+ }
196
+
197
+ .pa-swal .swal2-close:hover {
198
+ color: #00a5e5;
199
+ }
200
+
201
+ .pa-swal .swal2-title {
202
+ margin: 0;
203
+ }
204
+
205
+ .pa-swal .swal2-content {
206
+ font-size: 13px;
207
+ color: #474747;
208
+ font-family: "Poppins";
209
+ text-align: center;
210
+ margin: 0;
211
+ margin-bottom: 0px;
212
+ }
213
+
214
+ .pa-swal .swal2-cancel.swal2-styled,
215
+ .pa-swal .swal2-cancel.swal2-styled:hover,
216
+ .pa-swal .swal2-confirm.swal2-styled {
217
+ background-image: none !important;
218
+ background-color: #ebebeb;
219
+ color: #474747;
220
+ border: none !important;
221
+ -webkit-box-shadow: none !important;
222
+ box-shadow: none !important;
223
+ font-family: "Red Hat Display";
224
+ font-size: 15px;
225
+ font-weight: 700;
226
+ }
227
+
228
+ .pa-swal .swal2-confirm.swal2-styled,
229
+ .pa-swal .swal2-confirm.swal2-styled:hover {
230
+ min-width: 128px;
231
+ color: #fff;
232
+ background-image: none !important;
233
+ background-color: #00a5e5;
234
+ }
235
+
236
+ /**
237
+ * New Dashboard
238
+ */
239
+ .pa-settings-wrap {
240
+ padding: 35px;
241
+ padding-right: 15px;
242
+ }
243
+
244
+ .pa-settings-section {
245
+ display: none;
246
+ }
247
+
248
+ .pa-settings-tabs {
249
+ background-color: #fff;
250
+ -webkit-border-radius: 15px;
251
+ border-radius: 15px;
252
+ padding: 36px;
253
+ margin-bottom: 12px;
254
+ }
255
+
256
+ .pa-settings-tabs-list {
257
+ clear: right;
258
+ margin: 0;
259
+ list-style-type: none;
260
+ }
261
+
262
+ .pa-settings-tabs .pa-settings-tabs-list li {
263
+ display: inline-block;
264
+ margin-bottom: 0;
265
+ margin-left: 23px;
266
+ }
267
+
268
+ .pa-settings-section.active {
269
+ display: block;
270
+ }
271
+
272
+ .papro-admin-notice a,
273
+ .pa-settings-wrap .pa-settings-tabs a {
274
+ -js-display: flex;
275
+ display: -webkit-box;
276
+ display: -webkit-flex;
277
+ display: -moz-box;
278
+ display: -ms-flexbox;
279
+ display: flex;
280
+ -webkit-box-pack: center;
281
+ -webkit-justify-content: center;
282
+ -moz-box-pack: center;
283
+ -ms-flex-pack: center;
284
+ justify-content: center;
285
+ -webkit-box-align: center;
286
+ -webkit-align-items: center;
287
+ -moz-box-align: center;
288
+ -ms-flex-align: center;
289
+ align-items: center;
290
+ font-size: 14px;
291
+ line-height: 1.8em;
292
+ position: relative;
293
+ color: #252c59;
294
+ text-decoration: none;
295
+ -webkit-transition: all 0.3s ease;
296
+ transition: all 0.3s ease;
297
+ }
298
+
299
+ .papro-admin-notice a.papro-notice-btn {
300
+ width: 120px;
301
+ /* height: 58px; */
302
+ -webkit-border-radius: 15px;
303
+ border-radius: 15px;
304
+ -webkit-filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
305
+ filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
306
+ background-color: #ffffff;
307
+ font-size: 18px;
308
+ color: #fe6300;
309
+ font-weight: 800;
310
+ font-family: "Red Hat Display";
311
+ text-align: center;
312
+ padding: 10px 20px;
313
+ }
314
+
315
+ .pa-settings-wrap .pa-settings-tabs a:focus {
316
+ outline: none;
317
+ -webkit-box-shadow: none;
318
+ box-shadow: none;
319
+ }
320
+
321
+ .pa-settings-wrap .pa-settings-tabs span {
322
+ margin-right: 8px;
323
+ font-family: "Poppins";
324
+ font-weight: 500;
325
+ }
326
+
327
+ .pa-settings-wrap .pa-settings-tabs .pa-section-active {
328
+ color: #00a5e5;
329
+ }
330
+
331
+ .pa-section {
332
+ display: none;
333
+ position: relative;
334
+ background-color: #fff;
335
+ -webkit-transition: opacity 0.2s;
336
+ transition: opacity 0.2s;
337
+ padding: 34px;
338
+ -webkit-border-radius: 15px;
339
+ border-radius: 15px;
340
+ }
341
+
342
+ /**
343
+ * General Tab
344
+ */
345
+ #pa-general-settings {
346
+ -js-display: flex;
347
+ display: -webkit-box;
348
+ display: -webkit-flex;
349
+ display: -moz-box;
350
+ display: -ms-flexbox;
351
+ display: flex;
352
+ -webkit-box-orient: horizontal;
353
+ -webkit-box-direction: normal;
354
+ -webkit-flex-flow: row wrap;
355
+ -moz-box-orient: horizontal;
356
+ -moz-box-direction: normal;
357
+ -ms-flex-flow: row wrap;
358
+ flex-flow: row wrap;
359
+ -webkit-box-pack: justify;
360
+ -webkit-justify-content: space-between;
361
+ -moz-box-pack: justify;
362
+ -ms-flex-pack: justify;
363
+ justify-content: space-between;
364
+ width: 100%;
365
+ }
366
+
367
+ #pa-general-settings .pa-dash-block {
368
+ -webkit-box-flex: 1;
369
+ -webkit-flex: 1 1 auto;
370
+ -moz-box-flex: 1;
371
+ -ms-flex: 1 1 auto;
372
+ flex: 1 1 auto;
373
+ min-width: 250px;
374
+ margin: 0 5px 10px;
375
+ -js-display: flex;
376
+ display: -webkit-box;
377
+ display: -webkit-flex;
378
+ display: -moz-box;
379
+ display: -ms-flexbox;
380
+ display: flex;
381
+ -webkit-box-orient: vertical;
382
+ -webkit-box-direction: normal;
383
+ -webkit-flex-direction: column;
384
+ -moz-box-orient: vertical;
385
+ -moz-box-direction: normal;
386
+ -ms-flex-direction: column;
387
+ flex-direction: column;
388
+ }
389
+
390
+ .pa-dash-block.col-3 {
391
+ width: 31%;
392
+ }
393
+
394
+ .pa-dash-block.col-6 {
395
+ width: 64%;
396
+ }
397
+
398
+ #pa-general-settings .pa-section-info h4 {
399
+ font-size: 17px;
400
+ }
401
+
402
+ #pa-general-settings .pa-section-info:not(.pa-news-section):not(.pa-support-section) p {
403
+ min-height: 80px;
404
+ }
405
+
406
+ #pa-general-settings .pa-section-info .pa-element-icon {
407
+ margin-bottom: 12px;
408
+ }
409
+
410
+ #pa-general-settings .pa-element-icon.icon-inline {
411
+ -js-display: inline-flex;
412
+ display: -webkit-inline-box;
413
+ display: -webkit-inline-flex;
414
+ display: -moz-inline-box;
415
+ display: -ms-inline-flexbox;
416
+ display: inline-flex;
417
+ margin-bottom: 0;
418
+ vertical-align: middle;
419
+ }
420
+
421
+ #pa-general-settings .pa-section-info .pa-btn {
422
+ display: inline-block;
423
+ background-color: #252c59;
424
+ color: #fff;
425
+ /* margin-top: 12px; */
426
+ padding: 12px 36px;
427
+ }
428
+
429
+ .pa-element-icon.dashicons-facebook-alt {
430
+ color: #3b5998 !important
431
+ }
432
+
433
+ .pa-element-icon.dashicons-youtube {
434
+ color: #ff0000 !important
435
+ }
436
+
437
+ .pa-newsletter-form {
438
+ -js-display: flex;
439
+ display: -webkit-box;
440
+ display: -webkit-flex;
441
+ display: -moz-box;
442
+ display: -ms-flexbox;
443
+ display: flex;
444
+ -webkit-flex-wrap: wrap;
445
+ -ms-flex-wrap: wrap;
446
+ flex-wrap: wrap;
447
+ -webkit-box-align: center;
448
+ -webkit-align-items: center;
449
+ -moz-box-align: center;
450
+ -ms-flex-align: center;
451
+ align-items: center;
452
+ }
453
+
454
+ .pa-newsletter-form input {
455
+ width: 74%;
456
+ padding: 0px 10px;
457
+ height: 39px;
458
+ font-family: "Poppins";
459
+ border: 1px solid #dcdcdc;
460
+ -webkit-border-radius: 0 10px 10px 0;
461
+ border-radius: 0 10px 10px 0;
462
+ direction: rtl;
463
+ }
464
+
465
+ #pa-general-settings .pa-newsletter-form button.pa-btn {
466
+ width: 25%;
467
+ padding: 0;
468
+ height: 39px;
469
+ margin-top: 0;
470
+ margin-right: -1px;
471
+ -webkit-border-radius: 10px 0 0 10px;
472
+ border-radius: 10px 0 0 10px;
473
+ }
474
+
475
+ #pa-general-settings .pa-news-grid {
476
+ -js-display: flex;
477
+ display: -webkit-box;
478
+ display: -webkit-flex;
479
+ display: -moz-box;
480
+ display: -ms-flexbox;
481
+ display: flex;
482
+ -webkit-box-pack: justify;
483
+ -webkit-justify-content: space-between;
484
+ -moz-box-pack: justify;
485
+ -ms-flex-pack: justify;
486
+ justify-content: space-between;
487
+ margin-top: 12px;
488
+ }
489
+
490
+ .pa-news-grid .pa-news-post {
491
+ position: relative;
492
+ width: 33.33%;
493
+ margin: 0 5px;
494
+ }
495
+
496
+ .pa-news-grid .pa-news-post p:nth-of-type(1) {
497
+ font-family: "Red Hat Display";
498
+ font-size: 15px;
499
+ min-height: 60px;
500
+ font-weight: 800;
501
+ color: #252c59
502
+ }
503
+
504
+ .pa-news-grid .pa-news-post p:nth-of-type(2) {
505
+ font-size: 12px;
506
+ }
507
+
508
+ .pa-post-img-container img {
509
+ width: 100%;
510
+ height: 145px;
511
+ -o-object-fit: cover;
512
+ object-fit: cover;
513
+ -webkit-border-radius: 10px;
514
+ border-radius: 10px;
515
+ }
516
+
517
+ .pa-news-grid .pa-news-post a {
518
+ position: absolute;
519
+ top: 0;
520
+ right: 0;
521
+ width: 100%;
522
+ height: 100%;
523
+ z-index: 2;
524
+ }
525
+
526
+ #pa-general-settings .pa-support-list {
527
+ margin: 12px 0 0;
528
+ padding: 0;
529
+ }
530
+
531
+ #pa-general-settings .pa-support-list li {
532
+ margin-bottom: 10px;
533
+ }
534
+
535
+ .pa-support-list li a {
536
+ font-size: 15px;
537
+ color: #474747;
538
+ font-family: "Poppins";
539
+ text-decoration: none;
540
+ }
541
+
542
+ .pa-support-list li a:hover {
543
+ color: #135e96;
544
+ }
545
+
546
+ #pa-general-settings input[type="email"],
547
+ #pa-general-settings a:hover,
548
+ #pa-general-settings a:focus,
549
+ #pa-general-settings a:visited {
550
+ border: none;
551
+ -webkit-box-shadow: none;
552
+ box-shadow: none;
553
+ outline: none;
554
+ }
555
+
556
+
557
+ /**
558
+ * Tab Info
559
+ */
560
+ .pa-section-info-wrap {
561
+ padding: 34px;
562
+ -webkit-border-radius: 15px;
563
+ border-radius: 15px;
564
+ background-color: #f7f7f7;
565
+ -js-display: flex;
566
+ display: -webkit-box;
567
+ display: -webkit-flex;
568
+ display: -moz-box;
569
+ display: -ms-flexbox;
570
+ display: flex;
571
+ -webkit-box-pack: justify;
572
+ -webkit-justify-content: space-between;
573
+ -moz-box-pack: justify;
574
+ -ms-flex-pack: justify;
575
+ justify-content: space-between;
576
+ -webkit-box-align: center;
577
+ -webkit-align-items: center;
578
+ -moz-box-align: center;
579
+ -ms-flex-align: center;
580
+ align-items: center;
581
+ height: 100%;
582
+ }
583
+
584
+ #pa-general-settings .pa-section-info-wrap,
585
+ #pa-ver-control-settings .pa-section-info-wrap {
586
+ -webkit-box-orient: vertical;
587
+ -webkit-box-direction: normal;
588
+ -webkit-flex-direction: column;
589
+ -moz-box-orient: vertical;
590
+ -moz-box-direction: normal;
591
+ -ms-flex-direction: column;
592
+ flex-direction: column;
593
+ -webkit-box-align: start;
594
+ -webkit-align-items: flex-start;
595
+ -moz-box-align: start;
596
+ -ms-flex-align: start;
597
+ align-items: flex-start;
598
+ }
599
+
600
+ #pa-features-settings .pa-section-outer-wrap:nth-of-type(n + 2),
601
+ #pa-ver-control-settings .pa-section-info-wrap:nth-of-type(n + 2) {
602
+ margin-top: 36px;
603
+ }
604
+
605
+ #pa-section-elements .pa-section-outer-wrap {
606
+ margin-bottom: 16px;
607
+ }
608
+
609
+ .pa-section-info-wrap h4 {
610
+ font-size: 20px;
611
+ color: #252c59;
612
+ font-weight: 900;
613
+ font-family: "Red Hat Display";
614
+ margin: 0;
615
+ }
616
+
617
+ .pa-section-info-wrap p {
618
+ font-size: 14px;
619
+ color: #474747;
620
+ font-family: "Poppins";
621
+ margin: 0;
622
+ margin-top: 14px;
623
+ }
624
+
625
+ .pa-section-info-cta {
626
+ position: relative;
627
+ z-index: 3;
628
+ -js-display: flex;
629
+ display: -webkit-box;
630
+ display: -webkit-flex;
631
+ display: -moz-box;
632
+ display: -ms-flexbox;
633
+ display: flex;
634
+ -webkit-box-align: center;
635
+ -webkit-align-items: center;
636
+ -moz-box-align: center;
637
+ -ms-flex-align: center;
638
+ align-items: center;
639
+ margin-top: 25px;
640
+ }
641
+
642
+ .pa-section-info-cta .pa-btn {
643
+ color: #474747;
644
+ background-color: #ebebeb;
645
+ padding: 8px 20px;
646
+ -webkit-border-radius: 10px;
647
+ border-radius: 10px;
648
+ font-size: 15px;
649
+ font-weight: 700;
650
+ font-family: "Red Hat Display";
651
+ -webkit-transition: all 0.2s ease-in-out;
652
+ transition: all 0.2s ease-in-out;
653
+ }
654
+
655
+ .pa-section-info-cta .pa-btn:hover,
656
+ .pa-section-info-cta .pa-btn:focus,
657
+ .pa-section-info-cta .pa-btn:active {
658
+ color: #fff;
659
+ background-color: #00a5e5;
660
+ }
661
+
662
+ .pa-section-info-cta .pa-section-info-label {
663
+ font-size: 13px;
664
+ color: #474747;
665
+ font-family: "Poppins";
666
+ text-align: left;
667
+ }
668
+
669
+ .pa-section-info-cta .pa-section-info-warning {
670
+ font-size: 13px;
671
+ color: #cca329;
672
+ font-weight: 300;
673
+ font-family: "Poppins";
674
+ margin-right: 20px;
675
+ }
676
+
677
+ .pa-section-info-cta .pa-section-info-warning i {
678
+ font-weight: 300;
679
+ vertical-align: bottom;
680
+ }
681
+
682
+ .pa-section-info-wrap .pa-btn,
683
+ .pa-section-info-wrap .pa-btn-unused {
684
+ font-family: "Red Hat Display";
685
+ color: #8e8e8e;
686
+ background-color: #ebebeb;
687
+ border: 0px solid;
688
+ padding: 16px 28px;
689
+ -webkit-border-radius: 10px;
690
+ border-radius: 10px;
691
+ font-size: 15px;
692
+ font-weight: 700;
693
+ cursor: pointer;
694
+ -webkit-transition: 300ms;
695
+ transition: 300ms;
696
+ display: block;
697
+ text-decoration: none;
698
+ }
699
+
700
+ .pa-section-info-wrap .pa-btn-regenerate {
701
+ border: none;
702
+ outline: none;
703
+ margin-left: 5px;
704
+ transform: rotateY(180deg);
705
+ background-color: transparent;
706
+ cursor: pointer;
707
+ }
708
+
709
+ .pa-section-info-wrap .pa-btn-regenerate.loading {
710
+ animation: spin 2s linear infinite;
711
+ }
712
+
713
+ .pa-section-info-wrap .pa-btn-regenerate i.dashicons {
714
+ color: #474747;
715
+ }
716
+
717
+ .pa-section-info-wrap .pa-btn-unused {
718
+ width: 100%;
719
+ clear: both;
720
+ background: transparent;
721
+ color: #252C59;
722
+ padding-bottom: 0;
723
+ text-decoration: underline;
724
+ font-weight: normal;
725
+ }
726
+
727
+ .pa-section-info-wrap .pa-btn-unused.dimmed {
728
+ cursor: no-drop;
729
+ color: #C2C4CF;
730
+ }
731
+
732
+ .pa-element-name .pa-total-use {
733
+ color: #252C59;
734
+ }
735
+
736
+ .pa-section-info-wrap button.pa-btn-enable {
737
+ -webkit-border-top-left-radius: 0;
738
+ border-top-left-radius: 0;
739
+ -webkit-border-bottom-left-radius: 0;
740
+ border-bottom-left-radius: 0;
741
+ float: right;
742
+ }
743
+
744
+ .pa-section-info-wrap button.pa-btn-disable {
745
+ -webkit-border-top-right-radius: 0;
746
+ border-top-right-radius: 0;
747
+ -webkit-border-bottom-right-radius: 0;
748
+ border-bottom-right-radius: 0;
749
+ float: left;
750
+ }
751
+
752
+ .pa-section-info-wrap .pa-btn-enable.active {
753
+ color: #fff;
754
+ -webkit-box-shadow: inset -3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
755
+ box-shadow: inset -3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
756
+ background-color: #8dc900;
757
+ }
758
+
759
+ .pa-section-info-wrap .pa-btn-disable.active {
760
+ color: #fff;
761
+ -webkit-box-shadow: inset -3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
762
+ box-shadow: inset -3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
763
+ background-color: #898989;
764
+ }
765
+
766
+ .pa-section-info-wrap .pa-btn-enable:not(.active):hover {
767
+ color: #ffffff;
768
+ background-color: #8dc900;
769
+ }
770
+
771
+ .pa-section-info-wrap .pa-btn-disable:not(.active):hover {
772
+ color: #ffffff;
773
+ background-color: #898989;
774
+ }
775
+
776
+ /*
777
+ * Widgets & Addons Tab
778
+ */
779
+ .pa-elements-settings {
780
+ position: relative;
781
+ -js-display: flex;
782
+ display: -webkit-box;
783
+ display: -webkit-flex;
784
+ display: -moz-box;
785
+ display: -ms-flexbox;
786
+ display: flex;
787
+ margin-top: 16px;
788
+ }
789
+
790
+ .pa-elements-filter {
791
+ position: absolute;
792
+ top: 10px;
793
+ left: 16px;
794
+ display: flex;
795
+ align-items: center;
796
+ }
797
+
798
+ .pa-elements-filter label {
799
+ font-size: 13px;
800
+ color: #474747;
801
+ font-family: "Poppins";
802
+ margin-left: 10px;
803
+ }
804
+
805
+ .pa-elements-filter select {
806
+ padding: 5px 35px 5px 15px;
807
+ /* margin-left: -5px; */
808
+ border-width: 1px 1px 1px 0;
809
+ border-color: #dcdcdc;
810
+ border-radius: 10px;
811
+ border-top-left-radius: 0;
812
+ border-bottom-left-radius: 0;
813
+ }
814
+
815
+ .pa-elements-filter input {
816
+ min-width: 300px;
817
+ border-color: #dcdcdc;
818
+ min-height: 40px;
819
+ border-radius: 10px;
820
+ border-top-right-radius: 0;
821
+ border-bottom-right-radius: 0;
822
+ }
823
+
824
+ .pa-elements-tabs {
825
+ -webkit-border-radius: 10px;
826
+ border-radius: 10px;
827
+ background-color: #f7f7f7;
828
+ padding: 20px;
829
+ margin-left: 16px;
830
+ }
831
+
832
+ .pa-elements-tabs .pa-elements-tab {
833
+ position: relative;
834
+ padding: 0;
835
+ margin-bottom: 12px;
836
+ text-align: center;
837
+ }
838
+
839
+ .pa-elements-tab .pa-element-tab-tooltip {
840
+ position: absolute;
841
+ background-color: #3a3c40;
842
+ display: block;
843
+ position: absolute;
844
+ top: 50%;
845
+ right: 100%;
846
+ padding: 10px 20px;
847
+ -webkit-border-radius: 13px;
848
+ border-radius: 13px;
849
+ -webkit-filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
850
+ filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
851
+ background-color: #ffffff;
852
+ font-size: 11px;
853
+ color: #252c59;
854
+ font-weight: 500;
855
+ font-family: "Poppins";
856
+ opacity: 0;
857
+ pointer-events: none;
858
+ text-transform: capitalize;
859
+ -webkit-transform: translate(-30px, -50%);
860
+ -ms-transform: translate(-30px, -50%);
861
+ transform: translate(-30px, -50%);
862
+ -webkit-transition: all 0.3s ease;
863
+ transition: all 0.3s ease;
864
+ z-index: 1;
865
+ white-space: nowrap;
866
+ }
867
+
868
+ .pa-elements-tab .pa-element-tab-tooltip::before {
869
+ display: block;
870
+ position: absolute;
871
+ top: 50%;
872
+ right: -5px;
873
+ width: 0;
874
+ height: 0;
875
+ content: "";
876
+ border-top: 5px solid transparent;
877
+ border-bottom: 5px solid transparent;
878
+ border-left: 5px solid #ffffff;
879
+ -webkit-transform: translateY(-50%);
880
+ -ms-transform: translateY(-50%);
881
+ transform: translateY(-50%);
882
+ }
883
+
884
+ .pa-elements-tab .pa-elements-tab-link {
885
+ -js-display: flex;
886
+ display: -webkit-box;
887
+ display: -webkit-flex;
888
+ display: -moz-box;
889
+ display: -ms-flexbox;
890
+ display: flex;
891
+ -webkit-box-pack: center;
892
+ -webkit-justify-content: center;
893
+ -moz-box-pack: center;
894
+ -ms-flex-pack: center;
895
+ justify-content: center;
896
+ -webkit-box-align: center;
897
+ -webkit-align-items: center;
898
+ -moz-box-align: center;
899
+ -ms-flex-align: center;
900
+ align-items: center;
901
+ color: #c2c4cf;
902
+ padding: 12px;
903
+ text-decoration: none;
904
+ -webkit-transition: all 0.3s ease-in-out;
905
+ transition: all 0.3s ease-in-out;
906
+ -webkit-border-radius: 13px;
907
+ border-radius: 13px;
908
+ }
909
+
910
+ .pa-elements-tab .pa-elements-tab-link:hover,
911
+ .pa-elements-tab .pa-elements-tab-link.active {
912
+ -webkit-filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5)) drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
913
+ filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5)) drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
914
+ background-color: #ffffff;
915
+ color: #00a5e5;
916
+ outline: none;
917
+ border: none;
918
+ text-decoration: none;
919
+ -webkit-box-shadow: none;
920
+ box-shadow: none;
921
+ }
922
+
923
+ .pa-elements-tab .pa-elements-tab-link:hover+span {
924
+ opacity: 1;
925
+ -webkit-transform: translate(-20px, -50%);
926
+ -ms-transform: translate(-20px, -50%);
927
+ transform: translate(-20px, -50%);
928
+ }
929
+
930
+ .pa-switchers {
931
+ -js-display: flex;
932
+ display: -webkit-box;
933
+ display: -webkit-flex;
934
+ display: -moz-box;
935
+ display: -ms-flexbox;
936
+ display: flex;
937
+ -webkit-flex-wrap: wrap;
938
+ -ms-flex-wrap: wrap;
939
+ flex-wrap: wrap;
940
+ -webkit-align-content: flex-start;
941
+ -ms-flex-line-pack: start;
942
+ align-content: flex-start;
943
+ }
944
+
945
+ .pa-switchers-container {
946
+ width: 100%;
947
+ }
948
+
949
+ .pa-switchers-container.hidden,
950
+ .pa-switcher.hidden {
951
+ display: none;
952
+ }
953
+
954
+ .pa-switchers-container .pa-elements-tab-title {
955
+ font-size: 20px;
956
+ color: #252c59;
957
+ font-weight: 900;
958
+ font-family: "Red Hat Display";
959
+ margin: 16px 0;
960
+ }
961
+
962
+ .pa-switcher {
963
+ -webkit-border-radius: 15px;
964
+ border-radius: 15px;
965
+ background-color: #f7f7f7;
966
+ position: relative;
967
+ -js-display: flex;
968
+ display: -webkit-box;
969
+ display: -webkit-flex;
970
+ display: -moz-box;
971
+ display: -ms-flexbox;
972
+ display: flex;
973
+ width: -webkit-calc(50% - 56px);
974
+ width: calc(50% - 56px);
975
+ -webkit-box-pack: justify;
976
+ -webkit-justify-content: space-between;
977
+ -moz-box-pack: justify;
978
+ -ms-flex-pack: justify;
979
+ justify-content: space-between;
980
+ -webkit-box-align: center;
981
+ -webkit-align-items: center;
982
+ -moz-box-align: center;
983
+ -ms-flex-align: center;
984
+ align-items: center;
985
+ padding: 20px;
986
+ margin-top: 16px;
987
+ margin-left: 16px;
988
+ }
989
+
990
+ .pa-element-info {
991
+ -js-display: flex;
992
+ display: -webkit-box;
993
+ display: -webkit-flex;
994
+ display: -moz-box;
995
+ display: -ms-flexbox;
996
+ display: flex;
997
+ -webkit-box-align: center;
998
+ -webkit-align-items: center;
999
+ -moz-box-align: center;
1000
+ -ms-flex-align: center;
1001
+ align-items: center;
1002
+ }
1003
+
1004
+ .pa-section .pa-element-icon {
1005
+ color: #252c59;
1006
+ background-color: #ebebeb;
1007
+ -webkit-border-radius: 15px;
1008
+ border-radius: 15px;
1009
+ /* padding: 12px; */
1010
+ min-width: 40px;
1011
+ min-height: 40px;
1012
+ margin-left: 8px;
1013
+ -js-display: flex;
1014
+ display: -webkit-box;
1015
+ display: -webkit-flex;
1016
+ display: -moz-box;
1017
+ display: -ms-flexbox;
1018
+ display: flex;
1019
+ -webkit-box-pack: center;
1020
+ -webkit-justify-content: center;
1021
+ -moz-box-pack: center;
1022
+ -ms-flex-pack: center;
1023
+ justify-content: center;
1024
+ -webkit-box-align: center;
1025
+ -webkit-align-items: center;
1026
+ -moz-box-align: center;
1027
+ -ms-flex-align: center;
1028
+ align-items: center;
1029
+ }
1030
+
1031
+ .pa-element-name {
1032
+ font-size: 16px;
1033
+ color: #252c59;
1034
+ font-weight: 700;
1035
+ font-family: "Red Hat Display";
1036
+ margin: 0;
1037
+ -js-display: flex;
1038
+ display: -webkit-box;
1039
+ display: -webkit-flex;
1040
+ display: -moz-box;
1041
+ display: -ms-flexbox;
1042
+ display: flex;
1043
+ }
1044
+
1045
+ .pa-element-name span {
1046
+ text-transform: uppercase;
1047
+ color: #fd9926;
1048
+ font-weight: 700;
1049
+ font-size: 11px;
1050
+ margin-right: 5px;
1051
+ }
1052
+
1053
+ .pa-element-link {
1054
+ font-size: 13px;
1055
+ color: #252c59;
1056
+ font-family: "Poppins";
1057
+ text-decoration: none;
1058
+ -webkit-transition: all 0.2s ease-in-out;
1059
+ transition: all 0.2s ease-in-out;
1060
+ }
1061
+
1062
+ .pa-element-link-separator {
1063
+ width: 3px;
1064
+ height: 3px;
1065
+ display: inline-block;
1066
+ text-align: center;
1067
+ color: #252c59;
1068
+ background: #252c59;
1069
+ -webkit-border-radius: 50%;
1070
+ border-radius: 50%;
1071
+ vertical-align: middle;
1072
+ margin: 0 3px;
1073
+ }
1074
+
1075
+ .pa-element-link:hover,
1076
+ .pa-element-link:focus {
1077
+ color: #00a5e5;
1078
+ text-decoration: none;
1079
+ outline: none;
1080
+ -webkit-box-shadow: none;
1081
+ box-shadow: none;
1082
+ border: none;
1083
+ }
1084
+
1085
+ /*
1086
+ * Global Features
1087
+ */
1088
+ .pa-section-outer-wrap {
1089
+ position: relative;
1090
+ }
1091
+
1092
+ .pa-section-outer-wrap a {
1093
+ position: absolute;
1094
+ top: 0;
1095
+ left: 0;
1096
+ width: 100%;
1097
+ height: 100%;
1098
+ }
1099
+
1100
+ .pa-section-outer-wrap a:focus,
1101
+ .pa-section-outer-wrap a:visited {
1102
+ outline: none;
1103
+ text-decoration: none;
1104
+ box-shadow: none;
1105
+ }
1106
+
1107
+ /*
1108
+ * Integrations
1109
+ */
1110
+ .pa-maps-table select {
1111
+ width: 100%;
1112
+ max-width: 100%;
1113
+ padding: 8px;
1114
+ }
1115
+
1116
+ .pa-maps-table #premium-map-api,
1117
+ .pa-maps-table #premium-youtube-api {
1118
+ width: 100%;
1119
+ }
1120
+
1121
+ .pa-maps-table tr td {
1122
+ padding-top: 30px;
1123
+ }
1124
+
1125
+ .pa-maps-table tr td:first-of-type {
1126
+ padding-left: 30px;
1127
+ }
1128
+
1129
+ .pa-maps-table td h4 {
1130
+ margin: 0;
1131
+ font-size: 15px;
1132
+ color: #252c59;
1133
+ font-weight: 500;
1134
+ font-family: "Poppins";
1135
+ display: inline-block;
1136
+ }
1137
+
1138
+ .pa-maps-table td span {
1139
+ font-size: 13px;
1140
+ color: #474747;
1141
+ font-family: "Poppins";
1142
+ vertical-align: middle;
1143
+ }
1144
+
1145
+ .pa-maps-table td input[type="text"] {
1146
+ -webkit-border-radius: 10px;
1147
+ border-radius: 10px;
1148
+ background-color: #ebebeb;
1149
+ border: none;
1150
+ padding: 8px 20px;
1151
+ }
1152
+
1153
+ .pa-section input[type="checkbox"] {
1154
+ border: none;
1155
+ display: none;
1156
+ }
1157
+
1158
+ .pa-section input[type="checkbox"]+label {
1159
+ position: relative;
1160
+ background: #ebebeb;
1161
+ height: 16px;
1162
+ width: 16px;
1163
+ display: inline-block;
1164
+ padding: 0;
1165
+ margin-left: 5px;
1166
+ -webkit-border-radius: 4px;
1167
+ border-radius: 4px;
1168
+ }
1169
+
1170
+ .pa-section input[type="checkbox"]:checked+label {
1171
+ background: #00a5e5;
1172
+ height: 16px;
1173
+ width: 16px;
1174
+ display: inline-block;
1175
+ padding: 0;
1176
+ }
1177
+
1178
+ .pa-section input[type="checkbox"]:checked+label:before {
1179
+ position: absolute;
1180
+ content: "✔";
1181
+ color: #fff;
1182
+ font-size: 12px;
1183
+ top: 0;
1184
+ right: 0;
1185
+ width: 100%;
1186
+ height: 100%;
1187
+ text-align: center;
1188
+ margin-top: -1px;
1189
+ }
1190
+
1191
+ .pa-maps-table td input:focus {
1192
+ outline: none;
1193
+ -webkit-box-shadow: none;
1194
+ box-shadow: none;
1195
+ border: none;
1196
+ }
1197
+
1198
+ .pa-maps-table td select {
1199
+ border-color: #dcdcdc;
1200
+ -webkit-border-radius: 10px;
1201
+ border-radius: 10px;
1202
+ -webkit-border-bottom-left-radius: 0;
1203
+ border-bottom-left-radius: 0;
1204
+ }
1205
+
1206
+ .pa-maps-circle-icon {
1207
+ width: 5px;
1208
+ height: 5px;
1209
+ background-color: #252c59;
1210
+ -webkit-border-radius: 50%;
1211
+ border-radius: 50%;
1212
+ display: inline-block;
1213
+ vertical-align: middle;
1214
+ margin-left: 10px;
1215
+ }
1216
+
1217
+ .pa-maps-table td h4:before {
1218
+ position: absolute;
1219
+ content: "";
1220
+ }
1221
+
1222
+ /*
1223
+ * White Labeling Tab
1224
+ */
1225
+ .pa-wht-lbl-settings .pa-wht-lbl-title {
1226
+ font-size: 20px;
1227
+ color: #252c59;
1228
+ font-weight: 900;
1229
+ font-family: "Red Hat Display";
1230
+ margin: 0;
1231
+ }
1232
+
1233
+ .pa-wht-lbl-settings .pa-row {
1234
+ width: 60%;
1235
+ float: right;
1236
+ }
1237
+
1238
+ .pa-wht-lbl-settings .pa-wht-lbl-admin {
1239
+ width: 30%;
1240
+ float: right;
1241
+ margin-right: 16px;
1242
+ }
1243
+
1244
+ .pa-wht-lbl-settings .pa-wht-lbl-head {
1245
+ border-bottom: 1px solid #ddd;
1246
+ background: #f7f7f7;
1247
+ padding: 20px;
1248
+ }
1249
+
1250
+ .pa-wht-lbl-table {
1251
+ text-align: right;
1252
+ }
1253
+
1254
+ .pa-wht-lbl-settings input {
1255
+ font-weight: 400;
1256
+ margin: 0;
1257
+ margin-bottom: 12px;
1258
+ -webkit-border-radius: 10px;
1259
+ border-radius: 10px;
1260
+ /* background-color: #ebebeb; */
1261
+ border: 1px solid #dcdcdc;
1262
+ padding: 8px 20px;
1263
+ }
1264
+
1265
+ /* .pa-wht-lbl-settings input + span {
1266
+ margin-left: 0.3em;
1267
+ } */
1268
+
1269
+ .pa-wht-lbl-settings label+span {
1270
+ font-family: "Poppins";
1271
+ vertical-align: middle;
1272
+ }
1273
+
1274
+ .pa-wht-lbl-settings .pa-input-label {
1275
+ display: block;
1276
+ font-weight: 600;
1277
+ margin: 10px 0 6px;
1278
+ font-size: 14px;
1279
+ color: #252c59;
1280
+ font-family: "Red Hat Display";
1281
+ }
1282
+
1283
+ .pa-wht-lbl-settings input[type="text"] {
1284
+ width: 550px;
1285
+ }
1286
+
1287
+ .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1288
+ .pa-wht-lbl-settings input[type="text"]::-webkit-input-placeholder {
1289
+ font-weight: 300;
1290
+ font-family: "Poppins";
1291
+ }
1292
+
1293
+ .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1294
+ .pa-wht-lbl-settings input[type="text"]:-moz-placeholder {
1295
+ font-weight: 300;
1296
+ font-family: "Poppins";
1297
+ }
1298
+
1299
+ .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1300
+ .pa-wht-lbl-settings input[type="text"]::-moz-placeholder {
1301
+ font-weight: 300;
1302
+ font-family: "Poppins";
1303
+ }
1304
+
1305
+ .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1306
+ .pa-wht-lbl-settings input[type="text"]:-ms-input-placeholder {
1307
+ font-weight: 300;
1308
+ font-family: "Poppins";
1309
+ }
1310
+
1311
+ .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1312
+ .pa-wht-lbl-settings input[type="text"]::-ms-input-placeholder {
1313
+ font-weight: 300;
1314
+ font-family: "Poppins";
1315
+ }
1316
+
1317
+ .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1318
+ .pa-wht-lbl-settings input[type="text"]::placeholder {
1319
+ font-weight: 300;
1320
+ font-family: "Poppins";
1321
+ }
1322
+
1323
+ .pa-wht-lbl-settings .pa-wht-lbl-settings-wrap {
1324
+ background: #fff;
1325
+ margin: 16px auto;
1326
+ border: 1px solid #dcdcdc;
1327
+ -webkit-border-radius: 10px;
1328
+ border-radius: 10px;
1329
+ overflow: hidden;
1330
+ }
1331
+
1332
+ .pa-wht-lbl-settings .clearfix {
1333
+ clear: both;
1334
+ }
1335
+
1336
+ .pa-wht-lbl-group-wrap {
1337
+ padding: 20px;
1338
+ }
1339
+
1340
+ .pa-section-white-label .pa-white-label-notice {
1341
+ position: absolute;
1342
+ top: 0;
1343
+ right: 0;
1344
+ width: 100%;
1345
+ height: 100%;
1346
+ background: rgba(200, 200, 200, 0.8);
1347
+ -webkit-border-radius: 15px;
1348
+ border-radius: 15px;
1349
+ -js-display: flex;
1350
+ display: -webkit-box;
1351
+ display: -webkit-flex;
1352
+ display: -moz-box;
1353
+ display: -ms-flexbox;
1354
+ display: flex;
1355
+ -webkit-box-pack: center;
1356
+ -webkit-justify-content: center;
1357
+ -moz-box-pack: center;
1358
+ -ms-flex-pack: center;
1359
+ justify-content: center;
1360
+ }
1361
+
1362
+ .pa-white-label-notice-content {
1363
+ position: absolute;
1364
+ top: 200px;
1365
+ right: 200;
1366
+ width: 530px;
1367
+ background-image: url("../../images/popup-pattern.jpg");
1368
+ background-repeat: no-repeat;
1369
+ -webkit-background-size: cover;
1370
+ background-size: cover;
1371
+ padding: 32px;
1372
+ padding-bottom: 50px;
1373
+ -webkit-border-radius: 0px 50px;
1374
+ border-radius: 0px 50px;
1375
+ text-align: center;
1376
+ z-index: 2;
1377
+ }
1378
+
1379
+ .pa-white-label-notice-logo {
1380
+ -webkit-transform: translateY(-32px);
1381
+ -ms-transform: translateY(-32px);
1382
+ transform: translateY(-32px);
1383
+ margin-bottom: -18px;
1384
+ }
1385
+
1386
+ .pa-white-label-notice-logo img {
1387
+ padding: 10px;
1388
+ padding-top: 40px;
1389
+ background-color: #ffffff;
1390
+ border: 1px solid #e6e6e6;
1391
+ -webkit-border-radius: 50px;
1392
+ border-radius: 50px;
1393
+ -webkit-border-top-right-radius: 50px;
1394
+ border-top-right-radius: 50px;
1395
+ -webkit-border-top-left-radius: 50px;
1396
+ border-top-left-radius: 50px;
1397
+ -webkit-border-top-right-radius: 0;
1398
+ border-top-right-radius: 0;
1399
+ -webkit-border-top-left-radius: 0;
1400
+ border-top-left-radius: 0;
1401
+ }
1402
+
1403
+ .pa-white-label-notice-content h2,
1404
+ .pa-swal-head {
1405
+ display: inline-block;
1406
+ font-size: 23px;
1407
+ color: #252c59;
1408
+ font-weight: 900;
1409
+ font-family: "Red Hat Display";
1410
+ text-align: center;
1411
+ max-width: 350px;
1412
+ line-height: 1;
1413
+ margin: 0;
1414
+ margin-bottom: 18px;
1415
+ }
1416
+
1417
+ .pa-white-label-notice-content h2 span {
1418
+ color: #fd9926;
1419
+ text-transform: uppercase;
1420
+ font-family: "Red Hat Display";
1421
+ }
1422
+
1423
+ .pa-white-label-notice-content p {
1424
+ font-size: 13px;
1425
+ color: #474747;
1426
+ font-family: "Poppins";
1427
+ text-align: center;
1428
+ margin: 0;
1429
+ margin-bottom: 18px;
1430
+ }
1431
+
1432
+ .pa-white-label-notice-content a.pa-get-pro {
1433
+ display: inline-block;
1434
+ width: 117px;
1435
+ padding: 12px 10px;
1436
+ -webkit-border-radius: 10px;
1437
+ border-radius: 10px;
1438
+ color: #ffffff;
1439
+ font-size: 15px;
1440
+ font-weight: 900;
1441
+ font-family: "Red Hat Display";
1442
+ -webkit-filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
1443
+ filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
1444
+ text-decoration: none;
1445
+ outline: none;
1446
+ border: none;
1447
+ background-image: -webkit-linear-gradient(-120deg, #fe6300 0%, #fe9f00 100%);
1448
+ background-image: linear-gradient(30deg, #fe6300 0%, #fe9f00 100%);
1449
+ -webkit-transition: all 0.2s ease-in-out;
1450
+ transition: all 0.2s ease-in-out;
1451
+ }
1452
+
1453
+ .pa-white-label-notice-content a.pa-get-pro:hover {
1454
+ background-image: -webkit-linear-gradient(-60deg, #fe6300 0%, #fe9f00 100%);
1455
+ background-image: linear-gradient(-30deg, #fe6300 0%, #fe9f00 100%);
1456
+ }
1457
+
1458
+ /*
1459
+ * System Info Tab
1460
+ */
1461
+ .pa-section-info table.widefat {
1462
+ border: 0px;
1463
+ -webkit-box-shadow: none;
1464
+ box-shadow: none;
1465
+ font-family: "Poppins";
1466
+ }
1467
+
1468
+ .pa-section-info .widefat td:first-child {
1469
+ width: 30%;
1470
+ }
1471
+
1472
+ .pa-section-info table.widefat tr:nth-child(2n) {
1473
+ background-color: #f7f7f7;
1474
+ }
1475
+
1476
+ /*
1477
+ * License Tab
1478
+ */
1479
+ .pa-license-form span {
1480
+ color: #474747;
1481
+ font-family: "Poppins";
1482
+ }
1483
+
1484
+ .pa-license-form label {
1485
+ display: block;
1486
+ font-weight: 500;
1487
+ margin: 2em 0 0.5em;
1488
+ }
1489
+
1490
+ .pa-license-form code {
1491
+ padding: 3px 5px 2px;
1492
+ margin: 0 1px;
1493
+ background: #eaeaea;
1494
+ background: rgba(0, 0, 0, 0.07);
1495
+ font-size: 13px;
1496
+ font-style: italic;
1497
+ }
1498
+
1499
+ .pa-license-form .button.button-primary {
1500
+ width: 147px;
1501
+ height: 43px;
1502
+ /* -webkit-filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3));
1503
+ filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3)); */
1504
+ background-color: #00a5e5;
1505
+ /* margin-top: 50px; */
1506
+ margin-right: -3px;
1507
+ -webkit-border-radius: 10px 0 0 10px;
1508
+ border-radius: 10px 0 0 10px;
1509
+ border: none;
1510
+ }
1511
+
1512
+ #papro-license-key:focus,
1513
+ .pa-license-form .button.button-primary:focus {
1514
+ outline: none;
1515
+ -webkit-box-shadow: none;
1516
+ box-shadow: none;
1517
+ }
1518
+
1519
+ #papro-license-key {
1520
+ height: 43px;
1521
+ line-height: 1;
1522
+ margin: 0;
1523
+ padding: 8px 20px;
1524
+ -webkit-border-radius: 0 10px 10px 0;
1525
+ border-radius: 0 10px 10px 0;
1526
+ }
1527
+
1528
+ .pa-license-form input+span {
1529
+ margin-right: 10px;
1530
+ font-weight: 600;
1531
+ }
1532
+
1533
+ .pa-license-cell span {
1534
+ margin-right: 0.3em;
1535
+ }
1536
+
1537
+ @media(min-width: 1550px) {
1538
+ #pa-general-settings .pa-section-info:not(.pa-news-section):not(.pa-support-section) p {
1539
+ min-height: 65px;
1540
+ }
1541
+
1542
+ .pa-news-grid .pa-news-post p:nth-of-type(1) {
1543
+ min-height: 40px;
1544
+ }
1545
+ }
1546
+
1547
+ /*
1548
+ * PAPRO Notice
1549
+ */
1550
+ .papro-admin-notice {
1551
+ -webkit-display: flex;
1552
+ display: -webkit-box;
1553
+ display: -ms-flexbox;
1554
+ -js-display: flex;
1555
+ display: -moz-box;
1556
+ display: flex;
1557
+ -webkit-box-pack: end;
1558
+ -ms-flex-pack: end;
1559
+ -webkit-justify-content: flex-end;
1560
+ -moz-box-pack: end;
1561
+ justify-content: flex-end;
1562
+ -webkit-box-align: center;
1563
+ -ms-flex-align: center;
1564
+ -webkit-align-items: center;
1565
+ -moz-box-align: center;
1566
+ align-items: center;
1567
+ margin-bottom: 24px;
1568
+ }
1569
+
1570
+ .papro-admin-notice>div {
1571
+ -webkit-box-flex: 1;
1572
+ -webkit-flex-grow: 1;
1573
+ -moz-box-flex: 1;
1574
+ -ms-flex-positive: 1;
1575
+ flex-grow: 1;
1576
+ }
1577
+
1578
+ .papro-admin-notice-left {
1579
+ position: relative;
1580
+ padding: 16px;
1581
+ -webkit-border-radius: 15px;
1582
+ border-radius: 15px;
1583
+ background-color: #fff;
1584
+ -webkit-flex-basis: 80%;
1585
+ -ms-flex-preferred-size: 80%;
1586
+ flex-basis: 80%;
1587
+ }
1588
+
1589
+ .papro-admin-notice-left a {
1590
+ position: absolute;
1591
+ top: 0;
1592
+ right: 0;
1593
+ width: 100%;
1594
+ height: 100%;
1595
+ }
1596
+
1597
+ .papro-admin-notice-left a:hover,
1598
+ .papro-admin-notice-left a:focus,
1599
+ .papro-admin-notice-left a:visited {
1600
+ outline: none;
1601
+ border: none;
1602
+ -webkit-box-shadow: none;
1603
+ box-shadow: none;
1604
+ text-decoration: none;
1605
+ }
1606
+
1607
+ .papro-admin-notice-logo {
1608
+ -webkit-display: flex;
1609
+ display: -webkit-box;
1610
+ display: -ms-flexbox;
1611
+ -js-display: flex;
1612
+ display: -moz-box;
1613
+ display: flex;
1614
+ -webkit-box-pack: justify;
1615
+ -webkit-justify-content: space-between;
1616
+ -moz-box-pack: justify;
1617
+ -ms-flex-pack: justify;
1618
+ justify-content: space-between;
1619
+ -webkit-box-align: center;
1620
+ -webkit-align-items: center;
1621
+ -moz-box-align: center;
1622
+ -ms-flex-align: center;
1623
+ align-items: center;
1624
+ }
1625
+
1626
+ .papro-admin-notice-logo label {
1627
+ display: block;
1628
+ font-weight: 600;
1629
+ margin: 10px 0 6px;
1630
+ font-size: 14px;
1631
+ color: #252c59;
1632
+ font-family: "Red Hat Display";
1633
+ }
1634
+
1635
+ .papro-admin-notice-right {
1636
+ -webkit-display: flex;
1637
+ display: -webkit-box;
1638
+ display: -ms-flexbox;
1639
+ -js-display: flex;
1640
+ display: -moz-box;
1641
+ display: flex;
1642
+ -webkit-box-align: center;
1643
+ -ms-flex-align: center;
1644
+ -webkit-align-items: center;
1645
+ -moz-box-align: center;
1646
+ align-items: center;
1647
+ background: url("../../images/papro-banner.png");
1648
+ -webkit-background-size: cover;
1649
+ background-size: cover;
1650
+ background-repeat: no-repeat;
1651
+ padding: 18px;
1652
+ -webkit-border-radius: 15px;
1653
+ border-radius: 15px;
1654
+ overflow: hidden;
1655
+ margin-right: 25px;
1656
+ }
1657
+
1658
+ .papro-admin-notice-right h4 {
1659
+ font-size: 20px;
1660
+ color: #fff;
1661
+ font-weight: 900;
1662
+ font-family: "Red Hat Display";
1663
+ margin: 0;
1664
+ margin-bottom: 8px;
1665
+ }
1666
+
1667
+ .papro-admin-notice-right p {
1668
+ font-size: 14px;
1669
+ color: #ffffff;
1670
+ font-family: "Poppins";
1671
+ margin: 0;
1672
+ }
1673
+
1674
+ .papro-admin-notice-right span {
1675
+ font-weight: 700;
1676
+ }
1677
+
1678
+ #wp-admin-bar-premium-addons .ab-item .dashicons {
1679
+ position: relative;
1680
+ top: 8px;
1681
+ display: inline-block;
1682
+ font-weight: 400;
1683
+ font-style: normal;
1684
+ font-variant: normal;
1685
+ font-size: inherit;
1686
+ font-family: dashicons;
1687
+ line-height: 1;
1688
+ -webkit-font-smoothing: antialiased;
1689
+ -moz-osx-font-smoothing: grayscale;
1690
+ text-rendering: auto;
1691
+ }
1692
+
1693
+ #wp-admin-bar-pa-feature-doc .ab-item .dashicons {
1694
+ font-size: 16px;
1695
+ right: -2px
1696
+ }
1697
+
1698
+ #wp-admin-bar-premium-addons>.ab-item>i {
1699
+ font-size: 18px !important;
1700
+ }
1701
+
1702
+ #wp-admin-bar-premium-addons li .loading {
1703
+ -webkit-animation: spin 2s linear infinite;
1704
+ animation: spin 2s linear infinite;
1705
+ }
1706
+
1707
+ /*
1708
+ * Dashboard Tabs
1709
+ */
1710
+ .pa-dash-general:before {
1711
+ content: "\e93e";
1712
+ }
1713
+
1714
+ .pa-dash-integrations:before {
1715
+ content: "\e93f";
1716
+ }
1717
+
1718
+ .pa-dash-system-info:before {
1719
+ content: "\e941";
1720
+ }
1721
+
1722
+ .pa-dash-vcontrol:before {
1723
+ content: "\e942";
1724
+ }
1725
+
1726
+ .pa-dash-white-label:before {
1727
+ content: "\e943";
1728
+ }
1729
+
1730
+ .pa-dash-elements:before {
1731
+ content: "\e944";
1732
+ }
1733
+
1734
+ .pa-dash-license:before {
1735
+ content: "\e940";
1736
+ }
1737
+
1738
+ .pa-dash-features:before {
1739
+ content: "\e952";
1740
+ }
1741
+
1742
+ /*
1743
+ * Elements Categories
1744
+ */
1745
+ .pa-dash-cat-all:before {
1746
+ content: "\e945";
1747
+ }
1748
+
1749
+ .pa-dash-cat-blurbs:before {
1750
+ content: "\e946";
1751
+ }
1752
+
1753
+ .pa-dash-cat-contact:before {
1754
+ content: "\e947";
1755
+ }
1756
+
1757
+ .pa-dash-cat-content:before {
1758
+ content: "\e948";
1759
+ }
1760
+
1761
+ .pa-dash-cat-images:before {
1762
+ content: "\e949";
1763
+ }
1764
+
1765
+ .pa-dash-cat-off-grid:before {
1766
+ content: "\e94b";
1767
+ }
1768
+
1769
+ .pa-dash-cat-section:before {
1770
+ content: "\e94c";
1771
+ }
1772
+
1773
+ .pa-dash-cat-feed:before {
1774
+ content: "\e94d";
1775
+ }
1776
+
1777
+ .pa-dash-cat-data:before {
1778
+ content: "\e94e";
1779
+ }
1780
+
1781
+ .pa-dash-cat-social:before {
1782
+ content: "\e94f";
1783
+ }
1784
+
1785
+ /*
1786
+ * Widgets Icons
1787
+ */
1788
+ .pa-dash-premium-notbar:before {
1789
+ content: "\e900";
1790
+ }
1791
+
1792
+ .pa-dash-premium-gradient:before {
1793
+ content: "\e901";
1794
+ }
1795
+
1796
+ .pa-dash-premium-color-transition:before {
1797
+ content: "\e902";
1798
+ }
1799
+
1800
+ .pa-dash-premium-behance:before {
1801
+ content: "\e904";
1802
+ }
1803
+
1804
+ .pa-dash-premium-charts:before {
1805
+ content: "\e90a";
1806
+ }
1807
+
1808
+ .pa-dash-premium-content-toggle:before {
1809
+ content: "\e90d";
1810
+ }
1811
+
1812
+ .pa-dash-premium-divider:before {
1813
+ content: "\e910";
1814
+ }
1815
+
1816
+ .pa-dash-premium-facebook-feed:before {
1817
+ content: "\e912";
1818
+ }
1819
+
1820
+ .pa-dash-facebook-feed-2:before {
1821
+ content: "\e91b";
1822
+ }
1823
+
1824
+ .pa-dash-premium-fb-chat:before {
1825
+ content: "\e92a";
1826
+ }
1827
+
1828
+ .pa-dash-premium-facebook-reviews:before {
1829
+ content: "\e913";
1830
+ }
1831
+
1832
+ .pa-dash-premium-google-reviews:before {
1833
+ content: "\e916";
1834
+ }
1835
+
1836
+ .pa-dash-premium-hscroll:before {
1837
+ content: "\e918";
1838
+ }
1839
+
1840
+ .pa-dash-premium-flipbox:before {
1841
+ content: "\e919";
1842
+ }
1843
+
1844
+ .pa-dash-premium-iconbox:before {
1845
+ content: "\e91a";
1846
+ }
1847
+
1848
+ .pa-dash-premium-image-accordion:before {
1849
+ content: "\e91c";
1850
+ }
1851
+
1852
+ .pa-dash-premium-image-comparison:before {
1853
+ content: "\e91e";
1854
+ }
1855
+
1856
+ .pa-dash-premium-image-hotspots:before {
1857
+ content: "\e91f";
1858
+ }
1859
+
1860
+ .pa-dash-premium-img-layers:before {
1861
+ content: "\e920";
1862
+ }
1863
+
1864
+ .pa-dash-premium-instagram-feed:before {
1865
+ content: "\e923";
1866
+ }
1867
+
1868
+ .pa-dash-premium-kenburns:before {
1869
+ content: "\e924";
1870
+ }
1871
+
1872
+ .pa-dash-premium-lottie:before {
1873
+ content: "\e925";
1874
+ }
1875
+
1876
+ .pa-dash-premium-magic-section:before {
1877
+ content: "\e927";
1878
+ }
1879
+
1880
+ .pa-dash-premium-multi-scroll:before {
1881
+ content: "\e92c";
1882
+ }
1883
+
1884
+ .pa-dash-premium-ihover:before {
1885
+ content: "\e91b";
1886
+ }
1887
+
1888
+ .pa-dash-premium-parallax:before {
1889
+ content: "\e92d";
1890
+ }
1891
+
1892
+ .pa-dash-premium-particles:before {
1893
+ content: "\e92e";
1894
+ }
1895
+
1896
+ .pa-dash-premium-prev-img:before {
1897
+ content: "\e92f";
1898
+ }
1899
+
1900
+ .pa-dash-premium-tabs:before {
1901
+ content: "\e933";
1902
+ }
1903
+
1904
+ .pa-dash-premium-tables:before {
1905
+ content: "\e932";
1906
+ }
1907
+
1908
+ .pa-dash-premium-twitter-feed:before {
1909
+ content: "\e936";
1910
+ }
1911
+
1912
+ .pa-dash-premium-unfold:before {
1913
+ content: "\e937";
1914
+ }
1915
+
1916
+ .pa-dash-premium-whatsapp-chat:before {
1917
+ content: "\e93b";
1918
+ }
1919
+
1920
+ .pa-dash-premium-yelp-reviews:before {
1921
+ content: "\e951";
1922
+ }
1923
+
1924
+ .pa-dash-premium-banner:before {
1925
+ content: "\e903";
1926
+ }
1927
+
1928
+ .pa-dash-premium-blog:before {
1929
+ content: "\e906";
1930
+ }
1931
+
1932
+ .pa-dash-premium-button:before {
1933
+ content: "\e908";
1934
+ }
1935
+
1936
+ .pa-dash-premium-carousel:before {
1937
+ content: "\e909";
1938
+ }
1939
+
1940
+ .pa-dash-premium-contactform:before {
1941
+ content: "\e90c";
1942
+ }
1943
+
1944
+ .pa-dash-premium-countdown:before {
1945
+ content: "\e90e";
1946
+ }
1947
+
1948
+ .pa-dash-premium-counter:before {
1949
+ content: "\e90f";
1950
+ }
1951
+
1952
+ .pa-dash-premium-dual-header:before {
1953
+ content: "\e911";
1954
+ }
1955
+
1956
+ .pa-dash-premium-fancytext:before {
1957
+ content: "\e914";
1958
+ }
1959
+
1960
+ .pa-dash-premium-maps:before {
1961
+ content: "\e915";
1962
+ }
1963
+
1964
+ .pa-dash-premium-title:before {
1965
+ content: "\e917";
1966
+ }
1967
+
1968
+ .pa-dash-premium-icon-list:before {
1969
+ content: "\e907";
1970
+ }
1971
+
1972
+ .pa-dash-premium-image-button:before {
1973
+ content: "\e91d";
1974
+ }
1975
+
1976
+ .pa-dash-premium-image-scroll:before {
1977
+ content: "\e921";
1978
+ }
1979
+
1980
+ .pa-dash-premium-image-separator:before {
1981
+ content: "\e922";
1982
+ }
1983
+
1984
+ /* .pa-dash-premium-lottie:before {
1985
+ content: "\e944";
1986
+ } */
1987
+ .pa-dash-premium-lottie-widget:before {
1988
+ content: "\e925";
1989
+ }
1990
+
1991
+ .pa-dash-premium-grid:before {
1992
+ content: "\e928";
1993
+ }
1994
+
1995
+ .pa-dash-premium-modalbox:before {
1996
+ content: "\e92b";
1997
+ }
1998
+
1999
+ .pa-dash-premium-pricing-table:before {
2000
+ content: "\e930";
2001
+ }
2002
+
2003
+ .pa-dash-premium-progressbar:before {
2004
+ content: "\e931";
2005
+ }
2006
+
2007
+ .pa-dash-premium-person:before {
2008
+ content: "\e934";
2009
+ }
2010
+
2011
+ .pa-dash-premium-testimonials:before {
2012
+ content: "\e935";
2013
+ }
2014
+
2015
+ .pa-dash-premium-vscroll:before {
2016
+ content: "\e938";
2017
+ }
2018
+
2019
+ .pa-dash-premium-videobox:before {
2020
+ content: "\e939";
2021
+ }
2022
+
2023
+ .pa-dash-premium-blob:before {
2024
+ content: "\e905";
2025
+ }
2026
+
2027
+ .pa-dash-woo-products:before {
2028
+ content: "\e93c";
2029
+ }
2030
+
2031
+ .pa-dash-premium-global-cursor:before {
2032
+ content: "\e951";
2033
+ }
2034
+
2035
+ .pa-dash-premium-nav-menu:before {
2036
+ content: "\e929";
2037
+ }
2038
+
2039
+ .pa-dash-premium-svg-drawer:before {
2040
+ content: "\e953";
2041
+ }
2042
+
2043
+ @-webkit-keyframes spin {
2044
+ 0% {
2045
+ -webkit-transform: rotateZ(-180deg) rotateY(180deg);
2046
+ transform: rotateZ(-180deg) rotateY(180deg);
2047
+ }
2048
+
2049
+ 100% {
2050
+ -webkit-transform: rotateZ(180deg) rotateY(180deg);
2051
+ transform: rotateZ(180deg) rotateY(180deg);
2052
+ }
2053
+ }
2054
+
2055
+ @keyframes spin {
2056
+ 0% {
2057
+ -webkit-transform: rotateZ(-180deg) rotateY(180deg);
2058
+ transform: rotateZ(-180deg) rotateY(180deg);
2059
+ }
2060
+
2061
+ 100% {
2062
+ -webkit-transform: rotateZ(180deg) rotateY(180deg);
2063
+ transform: rotateZ(180deg) rotateY(180deg);
2064
+ }
2065
+ }
2066
+
2067
+ /*Live Editor*/
2068
+ .papro-btn-block {
2069
+ width: 100% !important;
2070
+ margin: -10px 0 10px;
2071
+
2072
+ }
2073
+
2074
+ .elementor-template-pa-live-editor-modal-container {
2075
+ -js-display: flex;
2076
+ display: -webkit-box;
2077
+ display: -webkit-flex;
2078
+ display: -moz-box;
2079
+ display: -ms-flexbox;
2080
+ display: flex;
2081
+ }
2082
+
2083
+ .premium-live-editor-iframe-modal {
2084
+ display: none;
2085
+ }
2086
+
2087
+ .premium-dynamic-content-modal {
2088
+ -js-display: flex;
2089
+ display: -webkit-box;
2090
+ display: -webkit-flex;
2091
+ display: -moz-box;
2092
+ display: -ms-flexbox;
2093
+ display: flex;
2094
+ }
2095
+
2096
+ .premium-live-editor-iframe-modal .elementor-templates-modal__header__logo__title {
2097
+ margin-left: 35px;
2098
+ }
2099
+
2100
+ .premium-live-editor-iframe-modal .dialog-lightbox-header {
2101
+ background-color: #f1f3f5;
2102
+ }
2103
+
2104
+ .premium-live-editor-iframe-modal .dialog-message {
2105
+ position: relative;
2106
+ }
2107
+
2108
+ .premium-live-editor-iframe-modal iframe {
2109
+ position: absolute;
2110
+ top: 0;
2111
+ bottom: 0;
2112
+ right: 0;
2113
+ left: 0;
2114
+ width: 100%;
2115
+ height: 100%;
2116
+ }
2117
+
2118
+ /* .premium-live-editor-iframe-modal .dialog-widget-content {
2119
+ margin-top: 10px;
2120
+ } */
2121
+
2122
+ .premium-dynamic-content-modal .dialog-widget-content {
2123
+ position: static !important;
2124
+ max-width: calc(100vw - 70px) !important;
2125
+ width: calc(100vw - 70px) !important;
2126
+ -webkit-border-radius: 0;
2127
+ border-radius: 0;
2128
+ }
2129
+
2130
+ .elementor-device-desktop #elementor-preview-responsive-wrapper {
2131
+ min-width: auto !important;
2132
+ }
2133
+
2134
+ .premium-dynamic-content-modal .dialog-message {
2135
+ overflow: unset !important;
2136
+ }
2137
+
2138
+ .premium-live-editor-iframe-modal {
2139
+ display: none;
2140
+ }
2141
+
2142
+ .premium-live-editor-iframe-modal .elementor-templates-modal__header__close {
2143
+ margin-right: 15px;
2144
+ }
2145
+
2146
+ /* .premium-live-editor-iframe-modal .dialog-widget-content {
2147
+ position: static !important;
2148
+ margin-top: 10px;
2149
+ } */
2150
+
2151
+ #pa-live-editor-logo .premium-template-modal-header-logo-icon img {
2152
+ width: 30px;
2153
+ height: 30px;
2154
+ }
2155
+
2156
+ #premium-live-temp-title {
2157
+ width: 400px;
2158
+ -webkit-border-radius: 3px 0 0 3px;
2159
+ border-radius: 3px 0 0 3px;
2160
+ font-size: 12px;
2161
+ color: #6d7882;
2162
+ background: none;
2163
+ box-shadow: none;
2164
+ border: 1px solid #d5dadf;
2165
+ outline: 0;
2166
+ font-weight: normal;
2167
+ }
2168
+
2169
+ .premium-live-temp-notice {
2170
+ margin: 0 10px;
2171
+ font-style: italic;
2172
+ font-weight: normal;
2173
+ text-transform: none;
2174
+ }
2175
+
2176
+ #pa-insert-live-temp {
2177
+ white-space: nowrap;
2178
+ -webkit-border-radius: 0 3px 3px 0;
2179
+ border-radius: 0 3px 3px 0;
2180
+ }
2181
+
2182
+ #premium-live-temp-title {
2183
+ padding: 8px 10px;
2184
+ }
2185
+
2186
+ .premium-live-editor-title {
2187
+ display: none;
2188
+ -webkit-box-align: center;
2189
+ -webkit-align-items: center;
2190
+ -moz-box-align: center;
2191
+ -ms-flex-align: center;
2192
+ align-items: center;
2193
+ }
2194
+
2195
+ .premium-modal-expanded .dialog-lightbox-widget-content {
2196
+ max-width: 100% !important;
2197
+ margin: 0 !important;
2198
+ }
2199
+
2200
+ .premium-modal-expanded .dialog-lightbox-message {
2201
+ max-height: 100vh;
2202
+ }
2203
+
2204
+ .premium-modal-expanded #pa-live-editor-control-iframe {
2205
+ height: -webkit-calc(100vh - 50px);
2206
+ height: calc(100vh - 50px);
2207
+ }
2208
+
2209
+ .premium-live-temp-title.control-hidden {
2210
+ display: none;
2211
+ }
2212
+
2213
+ .premium-live-temp-label label {
2214
+ font-weight: 900;
2215
+ }
2216
+
2217
+ .premium-live-editor-iframe-modal .dialog-message {
2218
+ height: calc(100vh - 50px) !important;
2219
+ max-height: calc(100vh - 50px) !important;
2220
+ }
2221
+
2222
+ /**Premium Menu*/
2223
+ .premium-menu-item-settings {
2224
+ position: absolute;
2225
+ top: 50%;
2226
+ z-index: 99999;
2227
+ background-color: #d4f0fc;
2228
+ display: none;
2229
+ border: 1px solid #007cba;
2230
+ background-color: #f6f7f7;
2231
+ color: #007cba;
2232
+ font-size: 14px;
2233
+ line-height: 19px;
2234
+ padding: 8px 10px;
2235
+ min-width: 100px;
2236
+ cursor: pointer;
2237
+ -webkit-transform: translateY(-50%);
2238
+ -ms-transform: translateY(-50%);
2239
+ transform: translateY(-50%);
2240
+ -webkit-border-radius: 5px;
2241
+ border-radius: 5px;
2242
+ }
2243
+
2244
+ .menu-item:hover .premium-menu-item-settings {
2245
+ -js-display: flex;
2246
+ display: -webkit-box;
2247
+ display: -webkit-flex;
2248
+ display: -moz-box;
2249
+ display: -ms-flexbox;
2250
+ display: flex;
2251
+ }
2252
+
2253
+ #pa-menu-logo img {
2254
+ width: 25px;
2255
+ }
2256
+
2257
+ .premium-menu-settings-modal #elementor-template-nav-menu-modal-container .dialog-widget-content {
2258
+ max-width: 900px !important;
2259
+ position: absolute !important;
2260
+ left: 50% !important;
2261
+ top: 20% !important;
2262
+ -webkit-transform: translate(-50%, -18%);
2263
+ -ms-transform: translate(-50%, -18%);
2264
+ transform: translate(-50%, -18%);
2265
+ }
2266
+
2267
+ #elementor-template-nav-menu-modal-container .dialog-message {
2268
+ height: auto;
2269
+ min-height: 50vh;
2270
+ }
2271
+
2272
+ #elementor-template-nav-menu-modal-container .wp-picker-holder {
2273
+ position: relative;
2274
+ }
2275
+
2276
+ #elementor-template-nav-menu-modal-container .wp-picker-container .iris-picker {
2277
+ position: absolute;
2278
+ z-index: 100;
2279
+ }
2280
+
2281
+ #elementor-template-nav-menu-modal-container .button.wp-color-result {
2282
+ margin-right: 0;
2283
+ }
2284
+
2285
+ #elementor-template-nav-menu-modal-container .wp-picker-container .wp-color-result.button {
2286
+ height: 30px;
2287
+ }
2288
+
2289
+ #elementor-template-nav-menu-modal-container .wp-color-result-text {
2290
+ line-height: 28px;
2291
+ }
2292
+
2293
+ #elementor-template-nav-menu-modal-container .option-table {
2294
+ width: 100%;
2295
+ margin: auto;
2296
+ max-width: 400px;
2297
+ }
2298
+
2299
+ #elementor-template-nav-menu-modal-container.dialog-type-lightbox {
2300
+ z-index: 100000;
2301
+ }
2302
+
2303
+ .premium-setting-container {
2304
+ -js-display: flex;
2305
+ display: -webkit-box;
2306
+ display: -webkit-flex;
2307
+ display: -moz-box;
2308
+ display: -ms-flexbox;
2309
+ display: flex;
2310
+ width: 100%;
2311
+ height: 50px;
2312
+ -webkit-box-pack: justify;
2313
+ -webkit-justify-content: space-between;
2314
+ -moz-box-pack: justify;
2315
+ -ms-flex-pack: justify;
2316
+ justify-content: space-between;
2317
+ }
2318
+
2319
+ .premium-menu-control-meta,
2320
+ .premium-menu-control {
2321
+ -js-display: flex;
2322
+ display: -webkit-box;
2323
+ display: -webkit-flex;
2324
+ display: -moz-box;
2325
+ display: -ms-flexbox;
2326
+ display: flex;
2327
+ -webkit-box-pack: start;
2328
+ -webkit-justify-content: flex-start;
2329
+ -moz-box-pack: start;
2330
+ -ms-flex-pack: start;
2331
+ justify-content: flex-start;
2332
+ -webkit-box-align: center;
2333
+ -webkit-align-items: center;
2334
+ -moz-box-align: center;
2335
+ -ms-flex-align: center;
2336
+ align-items: center;
2337
+ max-width: 49%;
2338
+ -webkit-box-flex: 0;
2339
+ -webkit-flex: 0 0 49%;
2340
+ -moz-box-flex: 0;
2341
+ -ms-flex: 0 0 49%;
2342
+ flex: 0 0 49%;
2343
+ }
2344
+
2345
+ .premium-menu-control-meta label {
2346
+ font-size: 14px;
2347
+ color: #474747;
2348
+ font-family: "Poppins";
2349
+ }
2350
+
2351
+ .premium-menu-dialog-footer {
2352
+ background-color: #fff;
2353
+ height: 50px;
2354
+ -js-display: flex;
2355
+ display: -webkit-box;
2356
+ display: -webkit-flex;
2357
+ display: -moz-box;
2358
+ display: -ms-flexbox;
2359
+ display: flex;
2360
+ -webkit-box-align: center;
2361
+ -webkit-align-items: center;
2362
+ -moz-box-align: center;
2363
+ -ms-flex-align: center;
2364
+ align-items: center;
2365
+ -webkit-box-pack: end;
2366
+ -webkit-justify-content: flex-end;
2367
+ -moz-box-pack: end;
2368
+ -ms-flex-pack: end;
2369
+ justify-content: flex-end;
2370
+ padding: 5px 15px;
2371
+
2372
+ }
2373
+
2374
+ /* .premium-menu-btn {
2375
+ display: inline-block;
2376
+ border: 1px solid black;
2377
+ padding: 9px;
2378
+ font-size: 12px;
2379
+ cursor: pointer;
2380
+ text-align: center;
2381
+ } */
2382
+
2383
+ .premium-menu-btn,
2384
+ #premium-menu-save {
2385
+ border: 1px solid #007cba;
2386
+ background-color: transparent;
2387
+ color: #007cba;
2388
+ font-size: 14px;
2389
+ line-height: 19px;
2390
+ padding: 8px 20px;
2391
+ min-width: 100px;
2392
+ width: 100%;
2393
+ cursor: pointer;
2394
+ -webkit-border-radius: 5px;
2395
+ border-radius: 5px;
2396
+ }
2397
+
2398
+ .premium-menu-btn i.loading {
2399
+ -webkit-animation: spin 3s linear infinite;
2400
+ animation: spin 3s linear infinite;
2401
+ }
2402
+
2403
+ .premium-menu-btn i.loader-hidden {
2404
+ display: none;
2405
+ }
2406
+
2407
+ #pa-insert-live-temp {
2408
+ display: none;
2409
+ }
2410
+
2411
+ .premium-has-desc {
2412
+ -webkit-box-orient: vertical;
2413
+ -webkit-box-direction: normal;
2414
+ -webkit-flex-direction: column;
2415
+ -moz-box-orient: vertical;
2416
+ -moz-box-direction: normal;
2417
+ -ms-flex-direction: column;
2418
+ flex-direction: column;
2419
+ -webkit-box-pack: center;
2420
+ -webkit-justify-content: center;
2421
+ -moz-box-pack: center;
2422
+ -ms-flex-pack: center;
2423
+ justify-content: center;
2424
+ -webkit-box-align: start;
2425
+ -webkit-align-items: flex-start;
2426
+ -moz-box-align: start;
2427
+ -ms-flex-align: start;
2428
+ align-items: flex-start;
2429
+
2430
+ }
2431
+
2432
+ .premium-has-desc .premium-megamenu-des {
2433
+ font-size: 11px;
2434
+ color: gray;
2435
+ }
2436
+
2437
+ /* .premium-menu-settings-modal .dialog-message {
2438
+ overflow-y: scroll !important;
2439
+ } */
2440
+
2441
+ .premium-setting-hidden {
2442
+ display: none;
2443
+ }
2444
+
2445
+ .premium-menu-temp-close {
2446
+ position: absolute;
2447
+ top: 24px;
2448
+ right: 40px;
2449
+ color: #a4afb7;
2450
+ font-size: 20px;
2451
+ z-index: 1000;
2452
+ cursor: pointer;
2453
+ }
2454
+
2455
+ .premium-menu-temp-close:hover {
2456
+ color: #495157;
2457
+ }
2458
+
2459
+ .premium-menu-control .icons-selector {
2460
+ border: 1px solid #dcdcdc;
2461
+ -webkit-border-radius: 5px;
2462
+ border-radius: 5px;
2463
+ }
2464
+
2465
+ .premium-menu-control .wp-picker-container {
2466
+ -js-display: flex;
2467
+ display: -webkit-box;
2468
+ display: -webkit-flex;
2469
+ display: -moz-box;
2470
+ display: -ms-flexbox;
2471
+ display: flex;
2472
+ width: 100%;
2473
+ -webkit-flex-wrap: wrap;
2474
+ -ms-flex-wrap: wrap;
2475
+ flex-wrap: wrap;
2476
+ -webkit-box-pack: justify;
2477
+ -webkit-justify-content: space-between;
2478
+ -moz-box-pack: justify;
2479
+ -ms-flex-pack: justify;
2480
+ justify-content: space-between;
2481
+ }
2482
+
2483
+ .premium-menu-control .wp-picker-open+.wp-picker-input-wrap {
2484
+ width: 68%;
2485
+ -js-display: flex;
2486
+ display: -webkit-box;
2487
+ display: -webkit-flex;
2488
+ display: -moz-box;
2489
+ display: -ms-flexbox;
2490
+ display: flex;
2491
+ }
2492
+
2493
+ #elementor-template-nav-menu-modal-container .wp-picker-holder {
2494
+ position: relative;
2495
+ min-width: 100%;
2496
+ }
2497
+
2498
+ #elementor-template-nav-menu-modal-container .wp-picker-container .iris-picker {
2499
+ position: absolute;
2500
+ z-index: 100;
2501
+ }
2502
+
2503
+ #elementor-template-nav-menu-modal-container .button.wp-color-result {
2504
+ margin: 0;
2505
+ min-width: 30%;
2506
+ height: 100%;
2507
+ }
2508
+
2509
+ #elementor-template-nav-menu-modal-container .wp-color-result-text {
2510
+ line-height: 28px;
2511
+ }
2512
+
2513
+ .premium-menu-control .wp-picker-input-wrap .premium-color-picker {
2514
+ min-width: 170px;
2515
+ border: 1px solid #dcdcdc;
2516
+ -webkit-border-radius: 0;
2517
+ border-radius: 0;
2518
+ }
2519
+
2520
+ .premium-live-editor-iframe-modal .dialog-type-lightbox {
2521
+ z-index: 100000;
2522
  }
admin/assets/css/admin.css CHANGED
@@ -1,2583 +1,2584 @@
1
- .button.pa-btn {
2
- border: none;
3
- color: #fff;
4
- text-align: center;
5
- padding: 3px;
6
- max-width: 250px;
7
- height: auto;
8
- font-weight: 700;
9
- -webkit-box-shadow: none;
10
- box-shadow: none;
11
- }
12
-
13
- .button.pa-btn:hover,
14
- .button.pa-btn:focus,
15
- .button.pa-btn:active {
16
- outline: none;
17
- border: none;
18
- text-decoration: none;
19
- }
20
-
21
- .pa-switcher .switch,
22
- .pa-section-info-cta .switch,
23
- .premium-menu-control .switch {
24
- position: relative;
25
- display: inline-block;
26
- width: 44px;
27
- height: 24px;
28
- -webkit-border-radius: 12px;
29
- border-radius: 12px;
30
- }
31
-
32
- .premium-menu-control select,
33
- .premium-menu-control input {
34
- width: 100%;
35
- max-width: 100%;
36
- border-color: #dcdcdc;
37
- -webkit-border-radius: 10px;
38
- border-radius: 10px;
39
- padding: 5px 10px;
40
- border: 1px solid #dcdcdc;
41
-
42
- }
43
-
44
- .premium-menu-control select:focus,
45
- .premium-menu-control input:focus {
46
- outline: none;
47
- -webkit-box-shadow: none;
48
- box-shadow: none;
49
- border-color: #dcdcdc;
50
- }
51
-
52
- .premium-menu-control select {
53
- -webkit-border-bottom-right-radius: 0px;
54
- border-bottom-right-radius: 0px
55
- }
56
-
57
- .premium-menu-control input {
58
- padding: 5px 10px;
59
- }
60
-
61
- .premium-menu-control input::-webkit-input-placeholder {
62
- font-weight: 300;
63
- font-family: "Poppins";
64
- }
65
-
66
- .premium-menu-control input:-moz-placeholder {
67
- font-weight: 300;
68
- font-family: "Poppins";
69
- }
70
-
71
- .premium-menu-control input::-moz-placeholder {
72
- font-weight: 300;
73
- font-family: "Poppins";
74
- }
75
-
76
- .premium-menu-control input:-ms-input-placeholder {
77
- font-weight: 300;
78
- font-family: "Poppins";
79
- }
80
-
81
- .premium-menu-control input::-ms-input-placeholder {
82
- font-weight: 300;
83
- font-family: "Poppins";
84
- }
85
-
86
- .premium-menu-control input::placeholder {
87
- font-weight: 300;
88
- font-family: "Poppins";
89
- }
90
-
91
- .switch input {
92
- display: none;
93
- }
94
-
95
- .slider,
96
- .pro-slider {
97
- position: absolute;
98
- cursor: pointer;
99
- top: 0;
100
- left: 0;
101
- right: 0;
102
- bottom: 0;
103
- /* background-color: #f2f2f2;
104
- box-shadow: 0 0 2px 1px #ccc inset; */
105
- -webkit-transition: 0.4s;
106
- transition: 0.4s;
107
- }
108
-
109
- .slider:before,
110
- .pro-slider:before {
111
- position: absolute;
112
- content: "";
113
- left: 3px;
114
- top: 50%;
115
- -webkit-transform: translateY(-50%);
116
- -ms-transform: translateY(-50%);
117
- transform: translateY(-50%);
118
- /* background: radial-gradient(farthest-corner at 14px 0px, #f0f0f0 50%, #cacaca 100%); */
119
- -webkit-transition: all 0.4s ease-in-out;
120
- transition: all 0.4s ease-in-out;
121
- padding: 0;
122
- margin: 0;
123
- width: 15px;
124
- height: 15px;
125
- -webkit-border-radius: 8px;
126
- border-radius: 8px;
127
- -webkit-filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
128
- filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
129
- background-color: #f7f7f7;
130
- border: 1px solid #ffffff;
131
- /* box-shadow: 0 2.5px 5px #b8b8b9; */
132
- }
133
-
134
- .switch input:checked+.slider {
135
- background: #8dc900;
136
- }
137
-
138
- .switch input:focus+.slider {
139
- -webkit-box-shadow: 0 0 1px #18a4fd;
140
- box-shadow: 0 0 1px #18a4fd;
141
- }
142
-
143
- .switch input:checked+.slider:before {
144
- -webkit-transform: translate3d(20px, -50%, 0);
145
- transform: translate3d(20px, -50%, 0);
146
- }
147
-
148
- .slider.round,
149
- .pro-slider.round {
150
- -webkit-border-radius: 34px;
151
- border-radius: 34px;
152
- background-image: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), to(#dbdbdb));
153
- background-image: -webkit-linear-gradient(top, #cfcfcf 0%, #dbdbdb 100%);
154
- background-image: linear-gradient(180deg, #cfcfcf 0%, #dbdbdb 100%);
155
- }
156
-
157
- .slider.round:before,
158
- .pro-slider.round:before {
159
- -webkit-border-radius: 50%;
160
- border-radius: 50%;
161
- }
162
-
163
- .switch input:disabled+.pro-slider::after {
164
- position: absolute;
165
- font-family: "Dashicons";
166
- content: "\f160";
167
- color: #474747;
168
- right: 8px;
169
- top: 50%;
170
- -webkit-transform: translateY(-50%);
171
- -ms-transform: translateY(-50%);
172
- transform: translateY(-50%);
173
- }
174
-
175
- .pa-api-disable-title label,
176
- .pa-is-beta label {
177
- margin-right: 15px;
178
- }
179
-
180
- .pa-element-meta {
181
- -js-display: flex;
182
- display: -webkit-box;
183
- display: -webkit-flex;
184
- display: -moz-box;
185
- display: -ms-flexbox;
186
- display: flex;
187
- -webkit-flex-direction: column;
188
- -moz-box-orient: vertical;
189
- -moz-box-direction: normal;
190
- -ms-flex-direction: column;
191
- -webkit-box-orient: vertical;
192
- -webkit-box-direction: normal;
193
- flex-direction: column;
194
- }
195
-
196
- .pa-element-meta span {
197
- vertical-align: middle;
198
- }
199
-
200
- .pa-element-meta label {
201
- margin-right: 1px !important;
202
- }
203
-
204
- .pa-api-disable-title span,
205
- .pa-is-beta span {
206
- font-weight: 400;
207
- }
208
-
209
- .pa-maps-api-notice {
210
- margin: 0.5em 0;
211
- }
212
-
213
- .pa-api-title input {
214
- margin-top: 10px;
215
- font-size: normal;
216
- font-weight: 400;
217
- width: 400px;
218
- margin-left: 30px;
219
- }
220
-
221
- .pa-sys-info-tab {
222
- background: #f7f7f7;
223
- margin: 8px;
224
- border: 2px solid #ddd;
225
- -webkit-border-radius: 3px;
226
- border-radius: 3px;
227
- padding: 0;
228
- }
229
-
230
- .pa-system-info-container {
231
- padding: 10px;
232
- }
233
-
234
- .dialog-type-lightbox .dialog-widget-header {
235
- text-align: center;
236
- font-size: 15px;
237
- color: #495157;
238
- padding: 30px 0 10px;
239
- font-weight: 500;
240
- }
241
-
242
- .pa-swal.swal2-show {
243
- padding: 32px;
244
- padding-bottom: 50px;
245
- background-image: url("../../images/popup-pattern.jpg");
246
- background-repeat: no-repeat;
247
- -webkit-background-size: cover;
248
- background-size: cover;
249
- -webkit-border-radius: 50px 0;
250
- border-radius: 50px 0;
251
- }
252
-
253
- .pa-swal .swal2-close {
254
- color: #c2c4cf;
255
- }
256
-
257
- .pa-swal .swal2-close:hover {
258
- color: #00a5e5;
259
- }
260
-
261
- .pa-swal .swal2-title {
262
- margin: 0;
263
- }
264
-
265
- .pa-swal .swal2-content {
266
- font-size: 13px;
267
- color: #474747;
268
- font-family: "Poppins";
269
- text-align: center;
270
- margin: 0;
271
- margin-bottom: 0px;
272
- }
273
-
274
- .pa-swal .swal2-cancel.swal2-styled,
275
- .pa-swal .swal2-cancel.swal2-styled:hover,
276
- .pa-swal .swal2-confirm.swal2-styled {
277
- background-image: none !important;
278
- background-color: #ebebeb;
279
- color: #474747;
280
- border: none !important;
281
- -webkit-box-shadow: none !important;
282
- box-shadow: none !important;
283
- font-family: "Red Hat Display";
284
- font-size: 15px;
285
- font-weight: 700;
286
- }
287
-
288
- .pa-swal .swal2-confirm.swal2-styled,
289
- .pa-swal .swal2-confirm.swal2-styled:hover {
290
- min-width: 128px;
291
- color: #fff;
292
- background-image: none !important;
293
- background-color: #00a5e5;
294
- }
295
-
296
- /**
297
- * New Dashboard
298
- */
299
- .pa-settings-wrap {
300
- padding: 35px;
301
- padding-left: 15px;
302
- }
303
-
304
- .pa-settings-section {
305
- display: none;
306
- }
307
-
308
- .pa-settings-tabs {
309
- background-color: #fff;
310
- -webkit-border-radius: 15px;
311
- border-radius: 15px;
312
- padding: 36px;
313
- margin-bottom: 12px;
314
- }
315
-
316
- .pa-settings-tabs-list {
317
- clear: left;
318
- margin: 0;
319
- list-style-type: none;
320
- }
321
-
322
- .pa-settings-tabs .pa-settings-tabs-list li {
323
- display: inline-block;
324
- margin-bottom: 0;
325
- margin-right: 23px;
326
- }
327
-
328
- .pa-settings-section.active {
329
- display: block;
330
- }
331
-
332
- .papro-admin-notice a,
333
- .pa-settings-wrap .pa-settings-tabs a {
334
- -js-display: flex;
335
- display: -webkit-box;
336
- display: -webkit-flex;
337
- display: -moz-box;
338
- display: -ms-flexbox;
339
- display: flex;
340
- -webkit-box-pack: center;
341
- -webkit-justify-content: center;
342
- -moz-box-pack: center;
343
- -ms-flex-pack: center;
344
- justify-content: center;
345
- -webkit-box-align: center;
346
- -webkit-align-items: center;
347
- -moz-box-align: center;
348
- -ms-flex-align: center;
349
- align-items: center;
350
- font-size: 14px;
351
- line-height: 1.8em;
352
- position: relative;
353
- color: #252c59;
354
- text-decoration: none;
355
- -webkit-transition: all 0.3s ease;
356
- transition: all 0.3s ease;
357
- }
358
-
359
- .papro-admin-notice a.papro-notice-btn {
360
- width: 120px;
361
- /* height: 58px; */
362
- -webkit-border-radius: 15px;
363
- border-radius: 15px;
364
- -webkit-filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
365
- filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
366
- background-color: #ffffff;
367
- font-size: 18px;
368
- color: #fe6300;
369
- font-weight: 800;
370
- font-family: "Red Hat Display";
371
- text-align: center;
372
- padding: 10px 20px;
373
- }
374
-
375
- .pa-settings-wrap .pa-settings-tabs a:focus {
376
- outline: none;
377
- -webkit-box-shadow: none;
378
- box-shadow: none;
379
- }
380
-
381
- .pa-settings-wrap .pa-settings-tabs span {
382
- margin-left: 8px;
383
- font-family: "Poppins";
384
- font-weight: 500;
385
- }
386
-
387
- .pa-settings-wrap .pa-settings-tabs .pa-section-active {
388
- color: #00a5e5;
389
- }
390
-
391
- .pa-section {
392
- display: none;
393
- position: relative;
394
- background-color: #fff;
395
- -webkit-transition: opacity 0.2s;
396
- transition: opacity 0.2s;
397
- padding: 34px;
398
- -webkit-border-radius: 15px;
399
- border-radius: 15px;
400
- }
401
-
402
- /**
403
- * General Tab
404
- */
405
- #pa-general-settings {
406
- -js-display: flex;
407
- display: -webkit-box;
408
- display: -webkit-flex;
409
- display: -moz-box;
410
- display: -ms-flexbox;
411
- display: flex;
412
- -webkit-box-orient: horizontal;
413
- -webkit-box-direction: normal;
414
- -webkit-flex-flow: row wrap;
415
- -moz-box-orient: horizontal;
416
- -moz-box-direction: normal;
417
- -ms-flex-flow: row wrap;
418
- flex-flow: row wrap;
419
- -webkit-box-pack: justify;
420
- -webkit-justify-content: space-between;
421
- -moz-box-pack: justify;
422
- -ms-flex-pack: justify;
423
- justify-content: space-between;
424
- width: 100%;
425
- }
426
-
427
- #pa-general-settings .pa-dash-block {
428
- -webkit-box-flex: 1;
429
- -webkit-flex: 1 1 auto;
430
- -moz-box-flex: 1;
431
- -ms-flex: 1 1 auto;
432
- flex: 1 1 auto;
433
- min-width: 250px;
434
- margin: 0 5px 10px;
435
- -js-display: flex;
436
- display: -webkit-box;
437
- display: -webkit-flex;
438
- display: -moz-box;
439
- display: -ms-flexbox;
440
- display: flex;
441
- -webkit-box-orient: vertical;
442
- -webkit-box-direction: normal;
443
- -webkit-flex-direction: column;
444
- -moz-box-orient: vertical;
445
- -moz-box-direction: normal;
446
- -ms-flex-direction: column;
447
- flex-direction: column;
448
- }
449
-
450
- .pa-dash-block.col-3 {
451
- width: 31%;
452
- }
453
-
454
- .pa-dash-block.col-6 {
455
- width: 64%;
456
- }
457
-
458
- #pa-general-settings .pa-section-info h4 {
459
- font-size: 17px;
460
- }
461
-
462
- #pa-general-settings .pa-section-info:not(.pa-news-section):not(.pa-support-section) p {
463
- min-height: 80px;
464
- }
465
-
466
- #pa-general-settings .pa-section-info .pa-element-icon {
467
- margin-bottom: 12px;
468
- }
469
-
470
- #pa-general-settings .pa-element-icon.icon-inline {
471
- -js-display: inline-flex;
472
- display: -webkit-inline-box;
473
- display: -webkit-inline-flex;
474
- display: -moz-inline-box;
475
- display: -ms-inline-flexbox;
476
- display: inline-flex;
477
- margin-bottom: 0;
478
- vertical-align: middle;
479
- }
480
-
481
- #pa-general-settings .pa-section-info .pa-btn {
482
- display: inline-block;
483
- background-color: #252c59;
484
- color: #fff;
485
- /* margin-top: 12px; */
486
- padding: 12px 36px;
487
- }
488
-
489
- .pa-element-icon.dashicons-facebook-alt {
490
- color: #3b5998 !important
491
- }
492
-
493
- .pa-element-icon.dashicons-youtube {
494
- color: #ff0000 !important
495
- }
496
-
497
- .pa-newsletter-form {
498
- -js-display: flex;
499
- display: -webkit-box;
500
- display: -webkit-flex;
501
- display: -moz-box;
502
- display: -ms-flexbox;
503
- display: flex;
504
- -webkit-flex-wrap: wrap;
505
- -ms-flex-wrap: wrap;
506
- flex-wrap: wrap;
507
- -webkit-box-align: center;
508
- -webkit-align-items: center;
509
- -moz-box-align: center;
510
- -ms-flex-align: center;
511
- align-items: center;
512
- }
513
-
514
- .pa-newsletter-form input {
515
- width: 74%;
516
- padding: 0px 10px;
517
- height: 39px;
518
- font-family: "Poppins";
519
- border: 1px solid #dcdcdc;
520
- -webkit-border-radius: 10px 0 0 10px;
521
- border-radius: 10px 0 0 10px;
522
- direction: ltr;
523
- }
524
-
525
- #pa-general-settings .pa-newsletter-form button.pa-btn {
526
- width: 25%;
527
- padding: 0;
528
- height: 39px;
529
- margin-top: 0;
530
- margin-left: -1px;
531
- -webkit-border-radius: 0 10px 10px 0;
532
- border-radius: 0 10px 10px 0;
533
- }
534
-
535
- #pa-general-settings .pa-news-grid {
536
- -js-display: flex;
537
- display: -webkit-box;
538
- display: -webkit-flex;
539
- display: -moz-box;
540
- display: -ms-flexbox;
541
- display: flex;
542
- -webkit-box-pack: justify;
543
- -webkit-justify-content: space-between;
544
- -moz-box-pack: justify;
545
- -ms-flex-pack: justify;
546
- justify-content: space-between;
547
- margin-top: 12px;
548
- }
549
-
550
- .pa-news-grid .pa-news-post {
551
- position: relative;
552
- width: 33.33%;
553
- margin: 0 5px;
554
- }
555
-
556
- .pa-news-grid .pa-news-post p:nth-of-type(1) {
557
- font-family: "Red Hat Display";
558
- font-size: 15px;
559
- min-height: 60px;
560
- font-weight: 800;
561
- color: #252c59
562
- }
563
-
564
- .pa-news-grid .pa-news-post p:nth-of-type(2) {
565
- font-size: 12px;
566
- }
567
-
568
- .pa-post-img-container img {
569
- width: 100%;
570
- height: 145px;
571
- -o-object-fit: cover;
572
- object-fit: cover;
573
- -webkit-border-radius: 10px;
574
- border-radius: 10px;
575
- }
576
-
577
- .pa-news-grid .pa-news-post a {
578
- position: absolute;
579
- top: 0;
580
- left: 0;
581
- width: 100%;
582
- height: 100%;
583
- z-index: 2;
584
- }
585
-
586
- #pa-general-settings .pa-support-list {
587
- margin: 12px 0 0;
588
- padding: 0;
589
- }
590
-
591
- #pa-general-settings .pa-support-list li {
592
- margin-bottom: 10px;
593
- }
594
-
595
- .pa-support-list li a {
596
- font-size: 15px;
597
- color: #474747;
598
- font-family: "Poppins";
599
- text-decoration: none;
600
- }
601
-
602
- .pa-support-list li a:hover {
603
- color: #135e96;
604
- }
605
-
606
- #pa-general-settings input[type="email"],
607
- #pa-general-settings a:hover,
608
- #pa-general-settings a:focus,
609
- #pa-general-settings a:visited {
610
- border: none;
611
- -webkit-box-shadow: none;
612
- box-shadow: none;
613
- outline: none;
614
- }
615
-
616
-
617
- /**
618
- * Tab Info
619
- */
620
- .pa-section-info-wrap {
621
- padding: 34px;
622
- -webkit-border-radius: 15px;
623
- border-radius: 15px;
624
- background-color: #f7f7f7;
625
- -js-display: flex;
626
- display: -webkit-box;
627
- display: -webkit-flex;
628
- display: -moz-box;
629
- display: -ms-flexbox;
630
- display: flex;
631
- -webkit-box-pack: justify;
632
- -webkit-justify-content: space-between;
633
- -moz-box-pack: justify;
634
- -ms-flex-pack: justify;
635
- justify-content: space-between;
636
- -webkit-box-align: center;
637
- -webkit-align-items: center;
638
- -moz-box-align: center;
639
- -ms-flex-align: center;
640
- align-items: center;
641
- height: 100%;
642
- }
643
-
644
- #pa-general-settings .pa-section-info-wrap,
645
- #pa-ver-control-settings .pa-section-info-wrap {
646
- -webkit-box-orient: vertical;
647
- -webkit-box-direction: normal;
648
- -webkit-flex-direction: column;
649
- -moz-box-orient: vertical;
650
- -moz-box-direction: normal;
651
- -ms-flex-direction: column;
652
- flex-direction: column;
653
- -webkit-box-align: start;
654
- -webkit-align-items: flex-start;
655
- -moz-box-align: start;
656
- -ms-flex-align: start;
657
- align-items: flex-start;
658
- }
659
-
660
- #pa-features-settings .pa-section-outer-wrap:nth-of-type(n + 2),
661
- #pa-ver-control-settings .pa-section-info-wrap:nth-of-type(n + 2) {
662
- margin-top: 36px;
663
- }
664
-
665
- #pa-section-elements .pa-section-outer-wrap {
666
- margin-bottom: 16px;
667
- }
668
-
669
- .pa-section-info-wrap h4 {
670
- font-size: 20px;
671
- color: #252c59;
672
- font-weight: 900;
673
- font-family: "Red Hat Display";
674
- margin: 0;
675
- }
676
-
677
- .pa-section-info-wrap p {
678
- font-size: 14px;
679
- color: #474747;
680
- font-family: "Poppins";
681
- margin: 0;
682
- margin-top: 14px;
683
- }
684
-
685
- .pa-section-info-cta {
686
- position: relative;
687
- z-index: 3;
688
- -js-display: flex;
689
- display: -webkit-box;
690
- display: -webkit-flex;
691
- display: -moz-box;
692
- display: -ms-flexbox;
693
- display: flex;
694
- -webkit-box-align: center;
695
- -webkit-align-items: center;
696
- -moz-box-align: center;
697
- -ms-flex-align: center;
698
- align-items: center;
699
- margin-top: 25px;
700
- }
701
-
702
- .pa-section-info-cta .pa-btn {
703
- color: #474747;
704
- background-color: #ebebeb;
705
- padding: 8px 20px;
706
- -webkit-border-radius: 10px;
707
- border-radius: 10px;
708
- font-size: 15px;
709
- font-weight: 700;
710
- font-family: "Red Hat Display";
711
- -webkit-transition: all 0.2s ease-in-out;
712
- transition: all 0.2s ease-in-out;
713
- }
714
-
715
- .pa-section-info-cta .pa-btn:hover,
716
- .pa-section-info-cta .pa-btn:focus,
717
- .pa-section-info-cta .pa-btn:active {
718
- color: #fff;
719
- background-color: #00a5e5;
720
- }
721
-
722
- .pa-section-info-cta .pa-section-info-label {
723
- font-size: 13px;
724
- color: #474747;
725
- font-family: "Poppins";
726
- text-align: right;
727
- }
728
-
729
- .pa-section-info-cta .pa-section-info-warning {
730
- font-size: 13px;
731
- color: #cca329;
732
- font-weight: 300;
733
- font-family: "Poppins";
734
- margin-left: 20px;
735
- }
736
-
737
- .pa-section-info-cta .pa-section-info-warning i {
738
- font-weight: 300;
739
- vertical-align: bottom;
740
- }
741
-
742
- .pa-section-info-wrap .pa-btn,
743
- .pa-section-info-wrap .pa-btn-unused,
744
- .pa-section-info-wrap .pa-btn-generate {
745
- font-family: "Red Hat Display";
746
- color: #8e8e8e;
747
- background-color: #ebebeb;
748
- border: 0px solid;
749
- padding: 16px 28px;
750
- -webkit-border-radius: 10px;
751
- border-radius: 10px;
752
- font-size: 15px;
753
- font-weight: 700;
754
- cursor: pointer;
755
- -webkit-transition: 300ms;
756
- transition: 300ms;
757
- display: block;
758
- text-decoration: none;
759
- }
760
-
761
- .pa-section-info-wrap .pa-btn-regenerate {
762
- border: none;
763
- outline: none;
764
- margin-left: 5px;
765
- -webkit-transform: rotateY(180deg);
766
- transform: rotateY(180deg);
767
- background-color: transparent;
768
- cursor: pointer;
769
- }
770
-
771
- .pa-section-info-wrap .pa-btn-regenerate.loading {
772
- -webkit-animation: spin 2s linear infinite;
773
- animation: spin 2s linear infinite;
774
- }
775
-
776
- .pa-section-info-wrap .pa-btn-regenerate i.dashicons {
777
- color: #474747;
778
- }
779
-
780
- .pa-section-info-wrap .pa-btn-unused {
781
- width: 100%;
782
- clear: both;
783
- background: transparent;
784
- color: #252C59;
785
- padding-bottom: 0;
786
- text-decoration: underline;
787
- font-weight: normal;
788
- }
789
-
790
- .pa-section-info-wrap .pa-btn-unused.dimmed {
791
- cursor: no-drop;
792
- color: #C2C4CF;
793
- }
794
-
795
- .pa-element-name .pa-total-use {
796
- color: #252C59;
797
- }
798
-
799
- .pa-section-info-wrap button.pa-btn-enable {
800
- -webkit-border-top-right-radius: 0;
801
- border-top-right-radius: 0;
802
- -webkit-border-bottom-right-radius: 0;
803
- border-bottom-right-radius: 0;
804
- float: left;
805
- }
806
-
807
- .pa-section-info-wrap button.pa-btn-disable {
808
- -webkit-border-top-left-radius: 0;
809
- border-top-left-radius: 0;
810
- -webkit-border-bottom-left-radius: 0;
811
- border-bottom-left-radius: 0;
812
- float: right;
813
- }
814
-
815
- .pa-section-info-wrap .pa-btn-enable.active {
816
- color: #fff;
817
- -webkit-box-shadow: inset 3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
818
- box-shadow: inset 3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
819
- background-color: #8dc900;
820
- }
821
-
822
- .pa-section-info-wrap .pa-btn-disable.active {
823
- color: #fff;
824
- -webkit-box-shadow: inset 3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
825
- box-shadow: inset 3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
826
- background-color: #898989;
827
- }
828
-
829
- .pa-section-info-wrap .pa-btn-enable:not(.active):hover {
830
- color: #ffffff;
831
- background-color: #8dc900;
832
- }
833
-
834
- .pa-section-info-wrap .pa-btn-disable:not(.active):hover {
835
- color: #ffffff;
836
- background-color: #898989;
837
- }
838
-
839
- /*
840
- * Widgets & Addons Tab
841
- */
842
- .pa-elements-settings {
843
- position: relative;
844
- -js-display: flex;
845
- display: -webkit-box;
846
- display: -webkit-flex;
847
- display: -moz-box;
848
- display: -ms-flexbox;
849
- display: flex;
850
- margin-top: 16px;
851
- }
852
-
853
- .pa-elements-filter {
854
- position: absolute;
855
- top: 10px;
856
- right: 16px;
857
- -js-display: flex;
858
- display: -webkit-box;
859
- display: -webkit-flex;
860
- display: -moz-box;
861
- display: -ms-flexbox;
862
- display: flex;
863
- -webkit-box-align: center;
864
- -webkit-align-items: center;
865
- -moz-box-align: center;
866
- -ms-flex-align: center;
867
- align-items: center;
868
- }
869
-
870
- .pa-elements-filter label {
871
- font-size: 13px;
872
- color: #474747;
873
- font-family: "Poppins";
874
- margin-right: 10px;
875
- }
876
-
877
- .pa-elements-filter select {
878
- padding: 5px 35px 5px 15px;
879
- /* margin-left: -5px; */
880
- border-width: 1px 1px 1px 0;
881
- border-color: #dcdcdc;
882
- -webkit-border-radius: 10px;
883
- border-radius: 10px;
884
- -webkit-border-top-left-radius: 0;
885
- border-top-left-radius: 0;
886
- -webkit-border-bottom-left-radius: 0;
887
- border-bottom-left-radius: 0;
888
- }
889
-
890
- .pa-elements-filter input {
891
- min-width: 300px;
892
- border-color: #dcdcdc;
893
- min-height: 40px;
894
- -webkit-border-radius: 10px;
895
- border-radius: 10px;
896
- -webkit-border-top-right-radius: 0;
897
- border-top-right-radius: 0;
898
- -webkit-border-bottom-right-radius: 0;
899
- border-bottom-right-radius: 0;
900
- }
901
-
902
- .pa-elements-tabs {
903
- -webkit-border-radius: 10px;
904
- border-radius: 10px;
905
- background-color: #f7f7f7;
906
- padding: 20px;
907
- margin-right: 16px;
908
- }
909
-
910
- .pa-elements-tabs .pa-elements-tab {
911
- position: relative;
912
- padding: 0;
913
- margin-bottom: 12px;
914
- text-align: center;
915
- }
916
-
917
- .pa-elements-tab .pa-element-tab-tooltip {
918
- position: absolute;
919
- background-color: #3a3c40;
920
- display: block;
921
- position: absolute;
922
- top: 50%;
923
- left: 100%;
924
- padding: 10px 20px;
925
- -webkit-border-radius: 13px;
926
- border-radius: 13px;
927
- -webkit-filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
928
- filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
929
- background-color: #ffffff;
930
- font-size: 11px;
931
- color: #252c59;
932
- font-weight: 500;
933
- font-family: "Poppins";
934
- opacity: 0;
935
- pointer-events: none;
936
- text-transform: capitalize;
937
- -webkit-transform: translate(30px, -50%);
938
- -ms-transform: translate(30px, -50%);
939
- transform: translate(30px, -50%);
940
- -webkit-transition: all 0.3s ease;
941
- transition: all 0.3s ease;
942
- z-index: 1;
943
- white-space: nowrap;
944
- }
945
-
946
- .pa-elements-tab .pa-element-tab-tooltip::before {
947
- display: block;
948
- position: absolute;
949
- top: 50%;
950
- left: -5px;
951
- width: 0;
952
- height: 0;
953
- content: "";
954
- border-top: 5px solid transparent;
955
- border-bottom: 5px solid transparent;
956
- border-right: 5px solid #ffffff;
957
- -webkit-transform: translateY(-50%);
958
- -ms-transform: translateY(-50%);
959
- transform: translateY(-50%);
960
- }
961
-
962
- .pa-elements-tab .pa-elements-tab-link {
963
- -js-display: flex;
964
- display: -webkit-box;
965
- display: -webkit-flex;
966
- display: -moz-box;
967
- display: -ms-flexbox;
968
- display: flex;
969
- -webkit-box-pack: center;
970
- -webkit-justify-content: center;
971
- -moz-box-pack: center;
972
- -ms-flex-pack: center;
973
- justify-content: center;
974
- -webkit-box-align: center;
975
- -webkit-align-items: center;
976
- -moz-box-align: center;
977
- -ms-flex-align: center;
978
- align-items: center;
979
- color: #c2c4cf;
980
- padding: 12px;
981
- text-decoration: none;
982
- -webkit-transition: all 0.3s ease-in-out;
983
- transition: all 0.3s ease-in-out;
984
- -webkit-border-radius: 13px;
985
- border-radius: 13px;
986
- }
987
-
988
- .pa-elements-tab .pa-elements-tab-link:hover,
989
- .pa-elements-tab .pa-elements-tab-link.active {
990
- -webkit-filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5)) drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
991
- filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5)) drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
992
- background-color: #ffffff;
993
- color: #00a5e5;
994
- outline: none;
995
- border: none;
996
- text-decoration: none;
997
- -webkit-box-shadow: none;
998
- box-shadow: none;
999
- }
1000
-
1001
- .pa-elements-tab .pa-elements-tab-link:hover+span {
1002
- opacity: 1;
1003
- -webkit-transform: translate(20px, -50%);
1004
- -ms-transform: translate(20px, -50%);
1005
- transform: translate(20px, -50%);
1006
- }
1007
-
1008
- .pa-switchers {
1009
- -js-display: flex;
1010
- display: -webkit-box;
1011
- display: -webkit-flex;
1012
- display: -moz-box;
1013
- display: -ms-flexbox;
1014
- display: flex;
1015
- -webkit-flex-wrap: wrap;
1016
- -ms-flex-wrap: wrap;
1017
- flex-wrap: wrap;
1018
- -webkit-align-content: flex-start;
1019
- -ms-flex-line-pack: start;
1020
- align-content: flex-start;
1021
- }
1022
-
1023
- .pa-switchers-container {
1024
- width: 100%;
1025
- }
1026
-
1027
- .pa-switchers-container.hidden,
1028
- .pa-switcher.hidden {
1029
- display: none;
1030
- }
1031
-
1032
- .pa-switchers-container .pa-elements-tab-title {
1033
- font-size: 20px;
1034
- color: #252c59;
1035
- font-weight: 900;
1036
- font-family: "Red Hat Display";
1037
- margin: 16px 0;
1038
- }
1039
-
1040
- .pa-switcher {
1041
- -webkit-border-radius: 15px;
1042
- border-radius: 15px;
1043
- background-color: #f7f7f7;
1044
- position: relative;
1045
- -js-display: flex;
1046
- display: -webkit-box;
1047
- display: -webkit-flex;
1048
- display: -moz-box;
1049
- display: -ms-flexbox;
1050
- display: flex;
1051
- width: -webkit-calc(50% - 56px);
1052
- width: calc(50% - 56px);
1053
- -webkit-box-pack: justify;
1054
- -webkit-justify-content: space-between;
1055
- -moz-box-pack: justify;
1056
- -ms-flex-pack: justify;
1057
- justify-content: space-between;
1058
- -webkit-box-align: center;
1059
- -webkit-align-items: center;
1060
- -moz-box-align: center;
1061
- -ms-flex-align: center;
1062
- align-items: center;
1063
- padding: 20px;
1064
- margin-top: 16px;
1065
- margin-right: 16px;
1066
- }
1067
-
1068
- .pa-element-info {
1069
- -js-display: flex;
1070
- display: -webkit-box;
1071
- display: -webkit-flex;
1072
- display: -moz-box;
1073
- display: -ms-flexbox;
1074
- display: flex;
1075
- -webkit-box-align: center;
1076
- -webkit-align-items: center;
1077
- -moz-box-align: center;
1078
- -ms-flex-align: center;
1079
- align-items: center;
1080
- }
1081
-
1082
- .pa-section .pa-element-icon {
1083
- color: #252c59;
1084
- background-color: #ebebeb;
1085
- -webkit-border-radius: 15px;
1086
- border-radius: 15px;
1087
- /* padding: 12px; */
1088
- min-width: 40px;
1089
- min-height: 40px;
1090
- margin-right: 8px;
1091
- -js-display: flex;
1092
- display: -webkit-box;
1093
- display: -webkit-flex;
1094
- display: -moz-box;
1095
- display: -ms-flexbox;
1096
- display: flex;
1097
- -webkit-box-pack: center;
1098
- -webkit-justify-content: center;
1099
- -moz-box-pack: center;
1100
- -ms-flex-pack: center;
1101
- justify-content: center;
1102
- -webkit-box-align: center;
1103
- -webkit-align-items: center;
1104
- -moz-box-align: center;
1105
- -ms-flex-align: center;
1106
- align-items: center;
1107
- }
1108
-
1109
- .pa-element-name {
1110
- font-size: 16px;
1111
- color: #252c59;
1112
- font-weight: 700;
1113
- font-family: "Red Hat Display";
1114
- margin: 0;
1115
- -js-display: flex;
1116
- display: -webkit-box;
1117
- display: -webkit-flex;
1118
- display: -moz-box;
1119
- display: -ms-flexbox;
1120
- display: flex;
1121
- }
1122
-
1123
- .pa-element-name span {
1124
- text-transform: uppercase;
1125
- color: #fd9926;
1126
- font-weight: 700;
1127
- font-size: 11px;
1128
- margin-left: 5px;
1129
- }
1130
-
1131
- .pa-element-link {
1132
- font-size: 13px;
1133
- color: #252c59;
1134
- font-family: "Poppins";
1135
- text-decoration: none;
1136
- -webkit-transition: all 0.2s ease-in-out;
1137
- transition: all 0.2s ease-in-out;
1138
- }
1139
-
1140
- .pa-element-link-separator {
1141
- width: 3px;
1142
- height: 3px;
1143
- display: inline-block;
1144
- text-align: center;
1145
- color: #252c59;
1146
- background: #252c59;
1147
- -webkit-border-radius: 50%;
1148
- border-radius: 50%;
1149
- vertical-align: middle;
1150
- margin: 0 3px;
1151
- }
1152
-
1153
- .pa-element-link:hover,
1154
- .pa-element-link:focus {
1155
- color: #00a5e5;
1156
- text-decoration: none;
1157
- outline: none;
1158
- -webkit-box-shadow: none;
1159
- box-shadow: none;
1160
- border: none;
1161
- }
1162
-
1163
- /*
1164
- * Global Features
1165
- */
1166
- .pa-section-outer-wrap {
1167
- position: relative;
1168
- }
1169
-
1170
- .pa-section-outer-wrap a {
1171
- position: absolute;
1172
- top: 0;
1173
- left: 0;
1174
- width: 100%;
1175
- height: 100%;
1176
- }
1177
-
1178
- .pa-section-outer-wrap a:focus,
1179
- .pa-section-outer-wrap a:visited {
1180
- outline: none;
1181
- text-decoration: none;
1182
- -webkit-box-shadow: none;
1183
- box-shadow: none;
1184
- }
1185
-
1186
- /*
1187
- * Integrations
1188
- */
1189
- .pa-maps-table select {
1190
- width: 100%;
1191
- max-width: 100%;
1192
- padding: 8px;
1193
- }
1194
-
1195
- .pa-maps-table #premium-map-api,
1196
- .pa-maps-table #premium-youtube-api {
1197
- width: 100%;
1198
- }
1199
-
1200
- .pa-maps-table tr td {
1201
- padding-top: 30px;
1202
- }
1203
-
1204
- .pa-maps-table tr td:first-of-type {
1205
- padding-right: 30px;
1206
- }
1207
-
1208
- .pa-maps-table td h4 {
1209
- margin: 0;
1210
- font-size: 15px;
1211
- color: #252c59;
1212
- font-weight: 500;
1213
- font-family: "Poppins";
1214
- display: inline-block;
1215
- }
1216
-
1217
- .pa-maps-table td span {
1218
- font-size: 13px;
1219
- color: #474747;
1220
- font-family: "Poppins";
1221
- vertical-align: middle;
1222
- }
1223
-
1224
- .pa-maps-table td input[type="text"] {
1225
- -webkit-border-radius: 10px;
1226
- border-radius: 10px;
1227
- background-color: #ebebeb;
1228
- border: none;
1229
- padding: 8px 20px;
1230
- }
1231
-
1232
- .pa-section input[type="checkbox"] {
1233
- border: none;
1234
- display: none;
1235
- }
1236
-
1237
- .pa-section input[type="checkbox"]+label {
1238
- position: relative;
1239
- background: #ebebeb;
1240
- height: 16px;
1241
- width: 16px;
1242
- display: inline-block;
1243
- padding: 0;
1244
- margin-right: 5px;
1245
- -webkit-border-radius: 4px;
1246
- border-radius: 4px;
1247
- }
1248
-
1249
- .pa-section input[type="checkbox"]:checked+label {
1250
- background: #00a5e5;
1251
- height: 16px;
1252
- width: 16px;
1253
- display: inline-block;
1254
- padding: 0;
1255
- }
1256
-
1257
- .pa-section input[type="checkbox"]:checked+label:before {
1258
- position: absolute;
1259
- content: "✔";
1260
- color: #fff;
1261
- font-size: 12px;
1262
- top: 0;
1263
- left: 0;
1264
- width: 100%;
1265
- height: 100%;
1266
- text-align: center;
1267
- margin-top: -1px;
1268
- }
1269
-
1270
- .pa-maps-table td input:focus {
1271
- outline: none;
1272
- -webkit-box-shadow: none;
1273
- box-shadow: none;
1274
- border: none;
1275
- }
1276
-
1277
- .pa-maps-table td select {
1278
- border-color: #dcdcdc;
1279
- -webkit-border-radius: 10px;
1280
- border-radius: 10px;
1281
- -webkit-border-bottom-right-radius: 0;
1282
- border-bottom-right-radius: 0;
1283
- }
1284
-
1285
- .pa-maps-circle-icon {
1286
- width: 5px;
1287
- height: 5px;
1288
- background-color: #252c59;
1289
- -webkit-border-radius: 50%;
1290
- border-radius: 50%;
1291
- display: inline-block;
1292
- vertical-align: middle;
1293
- margin-right: 10px;
1294
- }
1295
-
1296
- .pa-maps-table td h4:before {
1297
- position: absolute;
1298
- content: "";
1299
- }
1300
-
1301
- /*
1302
- * White Labeling Tab
1303
- */
1304
- .pa-wht-lbl-settings .pa-wht-lbl-title {
1305
- font-size: 20px;
1306
- color: #252c59;
1307
- font-weight: 900;
1308
- font-family: "Red Hat Display";
1309
- margin: 0;
1310
- }
1311
-
1312
- .pa-wht-lbl-settings .pa-row {
1313
- width: 60%;
1314
- float: left;
1315
- }
1316
-
1317
- .pa-wht-lbl-settings .pa-wht-lbl-admin {
1318
- width: 30%;
1319
- float: left;
1320
- margin-left: 16px;
1321
- }
1322
-
1323
- .pa-wht-lbl-settings .pa-wht-lbl-head {
1324
- border-bottom: 1px solid #ddd;
1325
- background: #f7f7f7;
1326
- padding: 20px;
1327
- }
1328
-
1329
- .pa-wht-lbl-table {
1330
- text-align: left;
1331
- }
1332
-
1333
- .pa-wht-lbl-settings input {
1334
- font-weight: 400;
1335
- margin: 0;
1336
- margin-bottom: 12px;
1337
- -webkit-border-radius: 10px;
1338
- border-radius: 10px;
1339
- /* background-color: #ebebeb; */
1340
- border: 1px solid #dcdcdc;
1341
- padding: 8px 20px;
1342
- }
1343
-
1344
- /* .pa-wht-lbl-settings input + span {
1345
- margin-left: 0.3em;
1346
- } */
1347
-
1348
- .pa-wht-lbl-settings label+span {
1349
- font-family: "Poppins";
1350
- vertical-align: middle;
1351
- }
1352
-
1353
- .pa-wht-lbl-settings .pa-input-label {
1354
- display: block;
1355
- font-weight: 600;
1356
- margin: 10px 0 6px;
1357
- font-size: 14px;
1358
- color: #252c59;
1359
- font-family: "Red Hat Display";
1360
- }
1361
-
1362
- .pa-wht-lbl-settings input[type="text"] {
1363
- width: 550px;
1364
- }
1365
-
1366
- .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1367
- .pa-wht-lbl-settings input[type="text"]::-webkit-input-placeholder {
1368
- font-weight: 300;
1369
- font-family: "Poppins";
1370
- }
1371
-
1372
- .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1373
- .pa-wht-lbl-settings input[type="text"]:-moz-placeholder {
1374
- font-weight: 300;
1375
- font-family: "Poppins";
1376
- }
1377
-
1378
- .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1379
- .pa-wht-lbl-settings input[type="text"]::-moz-placeholder {
1380
- font-weight: 300;
1381
- font-family: "Poppins";
1382
- }
1383
-
1384
- .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1385
- .pa-wht-lbl-settings input[type="text"]:-ms-input-placeholder {
1386
- font-weight: 300;
1387
- font-family: "Poppins";
1388
- }
1389
-
1390
- .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1391
- .pa-wht-lbl-settings input[type="text"]::-ms-input-placeholder {
1392
- font-weight: 300;
1393
- font-family: "Poppins";
1394
- }
1395
-
1396
- .pa-wht-lbl-settings input[type="text"]::-webkit-input-placeholder {
1397
- font-weight: 300;
1398
- font-family: "Poppins";
1399
- }
1400
-
1401
- .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1402
- .pa-wht-lbl-settings input[type="text"]::placeholder {
1403
- font-weight: 300;
1404
- font-family: "Poppins";
1405
- }
1406
-
1407
- .pa-wht-lbl-settings .pa-wht-lbl-settings-wrap {
1408
- background: #fff;
1409
- margin: 16px auto;
1410
- border: 1px solid #dcdcdc;
1411
- -webkit-border-radius: 10px;
1412
- border-radius: 10px;
1413
- overflow: hidden;
1414
- }
1415
-
1416
- .pa-wht-lbl-settings .clearfix {
1417
- clear: both;
1418
- }
1419
-
1420
- .pa-wht-lbl-group-wrap {
1421
- padding: 20px;
1422
- }
1423
-
1424
- .pa-section-white-label .pa-white-label-notice {
1425
- position: absolute;
1426
- top: 0;
1427
- left: 0;
1428
- width: 100%;
1429
- height: 100%;
1430
- background: rgba(200, 200, 200, 0.8);
1431
- -webkit-border-radius: 15px;
1432
- border-radius: 15px;
1433
- -js-display: flex;
1434
- display: -webkit-box;
1435
- display: -webkit-flex;
1436
- display: -moz-box;
1437
- display: -ms-flexbox;
1438
- display: flex;
1439
- -webkit-box-pack: center;
1440
- -webkit-justify-content: center;
1441
- -moz-box-pack: center;
1442
- -ms-flex-pack: center;
1443
- justify-content: center;
1444
- }
1445
-
1446
- .pa-white-label-notice-content {
1447
- position: absolute;
1448
- top: 200px;
1449
- left: 200;
1450
- width: 530px;
1451
- background-image: url("../../images/popup-pattern.jpg");
1452
- background-repeat: no-repeat;
1453
- -webkit-background-size: cover;
1454
- background-size: cover;
1455
- padding: 32px;
1456
- padding-bottom: 50px;
1457
- -webkit-border-radius: 50px 0px;
1458
- border-radius: 50px 0px;
1459
- text-align: center;
1460
- z-index: 2;
1461
- }
1462
-
1463
- .pa-white-label-notice-logo {
1464
- -webkit-transform: translateY(-32px);
1465
- -ms-transform: translateY(-32px);
1466
- transform: translateY(-32px);
1467
- margin-bottom: -18px;
1468
- }
1469
-
1470
- .pa-white-label-notice-logo img {
1471
- padding: 10px;
1472
- padding-top: 40px;
1473
- background-color: #ffffff;
1474
- border: 1px solid #e6e6e6;
1475
- -webkit-border-radius: 50px;
1476
- border-radius: 50px;
1477
- -webkit-border-top-left-radius: 50px;
1478
- border-top-left-radius: 50px;
1479
- -webkit-border-top-right-radius: 50px;
1480
- border-top-right-radius: 50px;
1481
- -webkit-border-top-left-radius: 0;
1482
- border-top-left-radius: 0;
1483
- -webkit-border-top-right-radius: 0;
1484
- border-top-right-radius: 0;
1485
- }
1486
-
1487
- .pa-white-label-notice-content h2,
1488
- .pa-swal-head {
1489
- display: inline-block;
1490
- font-size: 23px;
1491
- color: #252c59;
1492
- font-weight: 900;
1493
- font-family: "Red Hat Display";
1494
- text-align: center;
1495
- max-width: 350px;
1496
- line-height: 1;
1497
- margin: 0;
1498
- margin-bottom: 18px;
1499
- }
1500
-
1501
- .pa-white-label-notice-content h2 span {
1502
- color: #fd9926;
1503
- text-transform: uppercase;
1504
- font-family: "Red Hat Display";
1505
- }
1506
-
1507
- .pa-white-label-notice-content p {
1508
- font-size: 13px;
1509
- color: #474747;
1510
- font-family: "Poppins";
1511
- text-align: center;
1512
- margin: 0;
1513
- margin-bottom: 18px;
1514
- }
1515
-
1516
- .pa-white-label-notice-content a.pa-get-pro {
1517
- display: inline-block;
1518
- width: 117px;
1519
- padding: 12px 10px;
1520
- -webkit-border-radius: 10px;
1521
- border-radius: 10px;
1522
- color: #ffffff;
1523
- font-size: 15px;
1524
- font-weight: 900;
1525
- font-family: "Red Hat Display";
1526
- -webkit-filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
1527
- filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
1528
- text-decoration: none;
1529
- outline: none;
1530
- border: none;
1531
- background-image: -webkit-linear-gradient(120deg, #fe6300 0%, #fe9f00 100%);
1532
- background-image: linear-gradient(-30deg, #fe6300 0%, #fe9f00 100%);
1533
- -webkit-transition: all 0.2s ease-in-out;
1534
- transition: all 0.2s ease-in-out;
1535
- }
1536
-
1537
- .pa-white-label-notice-content a.pa-get-pro:hover {
1538
- background-image: -webkit-linear-gradient(60deg, #fe6300 0%, #fe9f00 100%);
1539
- background-image: linear-gradient(30deg, #fe6300 0%, #fe9f00 100%);
1540
- }
1541
-
1542
- /*
1543
- * System Info Tab
1544
- */
1545
- .pa-section-info table.widefat {
1546
- border: 0px;
1547
- -webkit-box-shadow: none;
1548
- box-shadow: none;
1549
- font-family: "Poppins";
1550
- }
1551
-
1552
- .pa-section-info .widefat td:first-child {
1553
- width: 30%;
1554
- }
1555
-
1556
- .pa-section-info table.widefat tr:nth-child(2n) {
1557
- background-color: #f7f7f7;
1558
- }
1559
-
1560
- /*
1561
- * License Tab
1562
- */
1563
- .pa-license-form span {
1564
- color: #474747;
1565
- font-family: "Poppins";
1566
- }
1567
-
1568
- .pa-license-form label {
1569
- display: block;
1570
- font-weight: 500;
1571
- margin: 2em 0 0.5em;
1572
- }
1573
-
1574
- .pa-license-form code {
1575
- padding: 3px 5px 2px;
1576
- margin: 0 1px;
1577
- background: #eaeaea;
1578
- background: rgba(0, 0, 0, 0.07);
1579
- font-size: 13px;
1580
- font-style: italic;
1581
- }
1582
-
1583
- .pa-license-form .button.button-primary {
1584
- width: 147px;
1585
- height: 43px;
1586
- /* -webkit-filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3));
1587
- filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3)); */
1588
- background-color: #00a5e5;
1589
- /* margin-top: 50px; */
1590
- margin-left: -3px;
1591
- -webkit-border-radius: 0 10px 10px 0;
1592
- border-radius: 0 10px 10px 0;
1593
- border: none;
1594
- }
1595
-
1596
- #papro-license-key:focus,
1597
- .pa-license-form .button.button-primary:focus {
1598
- outline: none;
1599
- -webkit-box-shadow: none;
1600
- box-shadow: none;
1601
- }
1602
-
1603
- #papro-license-key {
1604
- height: 43px;
1605
- line-height: 1;
1606
- margin: 0;
1607
- padding: 8px 20px;
1608
- -webkit-border-radius: 10px 0 0 10px;
1609
- border-radius: 10px 0 0 10px;
1610
- }
1611
-
1612
- .pa-license-form input+span {
1613
- margin-left: 10px;
1614
- font-weight: 600;
1615
- }
1616
-
1617
- .pa-license-cell span {
1618
- margin-left: 0.3em;
1619
- }
1620
-
1621
- @media(min-width: 1550px) {
1622
- #pa-general-settings .pa-section-info:not(.pa-news-section):not(.pa-support-section) p {
1623
- min-height: 65px;
1624
- }
1625
-
1626
- .pa-news-grid .pa-news-post p:nth-of-type(1) {
1627
- min-height: 40px;
1628
- }
1629
- }
1630
-
1631
- /*
1632
- * PAPRO Notice
1633
- */
1634
- .papro-admin-notice {
1635
- -webkit-display: flex;
1636
- display: -webkit-box;
1637
- display: -ms-flexbox;
1638
- -js-display: flex;
1639
- display: -moz-box;
1640
- display: flex;
1641
- -webkit-box-pack: end;
1642
- -ms-flex-pack: end;
1643
- -webkit-justify-content: flex-end;
1644
- -moz-box-pack: end;
1645
- justify-content: flex-end;
1646
- -webkit-box-align: center;
1647
- -ms-flex-align: center;
1648
- -webkit-align-items: center;
1649
- -moz-box-align: center;
1650
- align-items: center;
1651
- margin-bottom: 24px;
1652
- }
1653
-
1654
- .papro-admin-notice>div {
1655
- -webkit-box-flex: 1;
1656
- -webkit-flex-grow: 1;
1657
- -moz-box-flex: 1;
1658
- -ms-flex-positive: 1;
1659
- flex-grow: 1;
1660
- }
1661
-
1662
- .papro-admin-notice-left {
1663
- position: relative;
1664
- padding: 16px;
1665
- -webkit-border-radius: 15px;
1666
- border-radius: 15px;
1667
- background-color: #fff;
1668
- -webkit-flex-basis: 80%;
1669
- -ms-flex-preferred-size: 80%;
1670
- flex-basis: 80%;
1671
- }
1672
-
1673
- .papro-admin-notice-left a {
1674
- position: absolute;
1675
- top: 0;
1676
- left: 0;
1677
- width: 100%;
1678
- height: 100%;
1679
- }
1680
-
1681
- .papro-admin-notice-left a:hover,
1682
- .papro-admin-notice-left a:focus,
1683
- .papro-admin-notice-left a:visited {
1684
- outline: none;
1685
- border: none;
1686
- -webkit-box-shadow: none;
1687
- box-shadow: none;
1688
- text-decoration: none;
1689
- }
1690
-
1691
- .papro-admin-notice-logo {
1692
- -webkit-display: flex;
1693
- display: -webkit-box;
1694
- display: -ms-flexbox;
1695
- -js-display: flex;
1696
- display: -moz-box;
1697
- display: flex;
1698
- -webkit-box-pack: justify;
1699
- -webkit-justify-content: space-between;
1700
- -moz-box-pack: justify;
1701
- -ms-flex-pack: justify;
1702
- justify-content: space-between;
1703
- -webkit-box-align: center;
1704
- -webkit-align-items: center;
1705
- -moz-box-align: center;
1706
- -ms-flex-align: center;
1707
- align-items: center;
1708
- }
1709
-
1710
- .papro-admin-notice-logo label {
1711
- display: block;
1712
- font-weight: 600;
1713
- margin: 10px 0 6px;
1714
- font-size: 14px;
1715
- color: #252c59;
1716
- font-family: "Red Hat Display";
1717
- }
1718
-
1719
- .papro-admin-notice-right {
1720
- -webkit-display: flex;
1721
- display: -webkit-box;
1722
- display: -ms-flexbox;
1723
- -js-display: flex;
1724
- display: -moz-box;
1725
- display: flex;
1726
- -webkit-box-align: center;
1727
- -ms-flex-align: center;
1728
- -webkit-align-items: center;
1729
- -moz-box-align: center;
1730
- align-items: center;
1731
- background: url("../../images/papro-banner.png");
1732
- -webkit-background-size: cover;
1733
- background-size: cover;
1734
- background-repeat: no-repeat;
1735
- padding: 18px;
1736
- -webkit-border-radius: 15px;
1737
- border-radius: 15px;
1738
- overflow: hidden;
1739
- margin-left: 25px;
1740
- }
1741
-
1742
- .papro-admin-notice-right h4 {
1743
- font-size: 20px;
1744
- color: #fff;
1745
- font-weight: 900;
1746
- font-family: "Red Hat Display";
1747
- margin: 0;
1748
- margin-bottom: 8px;
1749
- }
1750
-
1751
- .papro-admin-notice-right p {
1752
- font-size: 14px;
1753
- color: #ffffff;
1754
- font-family: "Poppins";
1755
- margin: 0;
1756
- }
1757
-
1758
- .papro-admin-notice-right span {
1759
- font-weight: 700;
1760
- }
1761
-
1762
- #wp-admin-bar-premium-addons .ab-item .dashicons {
1763
- position: relative;
1764
- top: 8px;
1765
- display: inline-block;
1766
- font-weight: 400;
1767
- font-style: normal;
1768
- font-variant: normal;
1769
- font-size: inherit;
1770
- font-family: dashicons;
1771
- line-height: 1;
1772
- -webkit-font-smoothing: antialiased;
1773
- -moz-osx-font-smoothing: grayscale;
1774
- text-rendering: auto;
1775
- }
1776
-
1777
- #wp-admin-bar-pa-feature-doc .ab-item .dashicons {
1778
- font-size: 16px;
1779
- left: -2px
1780
- }
1781
-
1782
- #wp-admin-bar-premium-addons>.ab-item>i {
1783
- font-size: 18px !important;
1784
- }
1785
-
1786
- #wp-admin-bar-premium-addons li .loading {
1787
- -webkit-animation: spin 2s linear infinite;
1788
- animation: spin 2s linear infinite;
1789
- }
1790
-
1791
- /*
1792
- * Dashboard Tabs
1793
- */
1794
- .pa-dash-general:before {
1795
- content: "\e93e";
1796
- }
1797
-
1798
- .pa-dash-integrations:before {
1799
- content: "\e93f";
1800
- }
1801
-
1802
- .pa-dash-system-info:before {
1803
- content: "\e941";
1804
- }
1805
-
1806
- .pa-dash-vcontrol:before {
1807
- content: "\e942";
1808
- }
1809
-
1810
- .pa-dash-white-label:before {
1811
- content: "\e943";
1812
- }
1813
-
1814
- .pa-dash-elements:before {
1815
- content: "\e944";
1816
- }
1817
-
1818
- .pa-dash-license:before {
1819
- content: "\e940";
1820
- }
1821
-
1822
- .pa-dash-features:before {
1823
- content: "\e952";
1824
- }
1825
-
1826
- /*
1827
- * Elements Categories
1828
- */
1829
- .pa-dash-cat-all:before {
1830
- content: "\e945";
1831
- }
1832
-
1833
- .pa-dash-cat-blurbs:before {
1834
- content: "\e946";
1835
- }
1836
-
1837
- .pa-dash-cat-contact:before {
1838
- content: "\e947";
1839
- }
1840
-
1841
- .pa-dash-cat-content:before {
1842
- content: "\e948";
1843
- }
1844
-
1845
- .pa-dash-cat-images:before {
1846
- content: "\e949";
1847
- }
1848
-
1849
- .pa-dash-cat-off-grid:before {
1850
- content: "\e94b";
1851
- }
1852
-
1853
- .pa-dash-cat-section:before {
1854
- content: "\e94c";
1855
- }
1856
-
1857
- .pa-dash-cat-feed:before {
1858
- content: "\e94d";
1859
- }
1860
-
1861
- .pa-dash-cat-data:before {
1862
- content: "\e94e";
1863
- }
1864
-
1865
- .pa-dash-cat-social:before {
1866
- content: "\e94f";
1867
- }
1868
-
1869
- /*
1870
- * Widgets Icons
1871
- */
1872
- .pa-dash-premium-notbar:before {
1873
- content: "\e900";
1874
- }
1875
-
1876
- .pa-dash-premium-gradient:before {
1877
- content: "\e901";
1878
- }
1879
-
1880
- .pa-dash-premium-color-transition:before {
1881
- content: "\e902";
1882
- }
1883
-
1884
- .pa-dash-premium-behance:before {
1885
- content: "\e904";
1886
- }
1887
-
1888
- .pa-dash-premium-charts:before {
1889
- content: "\e90a";
1890
- }
1891
-
1892
- .pa-dash-premium-content-toggle:before {
1893
- content: "\e90d";
1894
- }
1895
-
1896
- .pa-dash-premium-divider:before {
1897
- content: "\e910";
1898
- }
1899
-
1900
- .pa-dash-premium-facebook-feed:before {
1901
- content: "\e912";
1902
- }
1903
-
1904
- .pa-dash-facebook-feed-2:before {
1905
- content: "\e91b";
1906
- }
1907
-
1908
- .pa-dash-premium-fb-chat:before {
1909
- content: "\e92a";
1910
- }
1911
-
1912
- .pa-dash-premium-facebook-reviews:before {
1913
- content: "\e913";
1914
- }
1915
-
1916
- .pa-dash-premium-google-reviews:before {
1917
- content: "\e916";
1918
- }
1919
-
1920
- .pa-dash-premium-hscroll:before {
1921
- content: "\e918";
1922
- }
1923
-
1924
- .pa-dash-premium-flipbox:before {
1925
- content: "\e919";
1926
- }
1927
-
1928
- .pa-dash-premium-iconbox:before {
1929
- content: "\e91a";
1930
- }
1931
-
1932
- .pa-dash-premium-image-accordion:before {
1933
- content: "\e91c";
1934
- }
1935
-
1936
- .pa-dash-premium-image-comparison:before {
1937
- content: "\e91e";
1938
- }
1939
-
1940
- .pa-dash-premium-image-hotspots:before {
1941
- content: "\e91f";
1942
- }
1943
-
1944
- .pa-dash-premium-img-layers:before {
1945
- content: "\e920";
1946
- }
1947
-
1948
- .pa-dash-premium-instagram-feed:before {
1949
- content: "\e923";
1950
- }
1951
-
1952
- .pa-dash-premium-kenburns:before {
1953
- content: "\e924";
1954
- }
1955
-
1956
- .pa-dash-premium-lottie:before {
1957
- content: "\e925";
1958
- }
1959
-
1960
- .pa-dash-premium-magic-section:before {
1961
- content: "\e927";
1962
- }
1963
-
1964
- .pa-dash-premium-multi-scroll:before {
1965
- content: "\e92c";
1966
- }
1967
-
1968
- .pa-dash-premium-ihover:before {
1969
- content: "\e91b";
1970
- }
1971
-
1972
- .pa-dash-premium-parallax:before {
1973
- content: "\e92d";
1974
- }
1975
-
1976
- .pa-dash-premium-particles:before {
1977
- content: "\e92e";
1978
- }
1979
-
1980
- .pa-dash-premium-prev-img:before {
1981
- content: "\e92f";
1982
- }
1983
-
1984
- .pa-dash-premium-tabs:before {
1985
- content: "\e933";
1986
- }
1987
-
1988
- .pa-dash-premium-tables:before {
1989
- content: "\e932";
1990
- }
1991
-
1992
- .pa-dash-premium-twitter-feed:before {
1993
- content: "\e936";
1994
- }
1995
-
1996
- .pa-dash-premium-unfold:before {
1997
- content: "\e937";
1998
- }
1999
-
2000
- .pa-dash-premium-whatsapp-chat:before {
2001
- content: "\e93b";
2002
- }
2003
-
2004
- .pa-dash-premium-yelp-reviews:before {
2005
- content: "\e951";
2006
- }
2007
-
2008
- .pa-dash-premium-banner:before {
2009
- content: "\e903";
2010
- }
2011
-
2012
- .pa-dash-premium-blog:before {
2013
- content: "\e906";
2014
- }
2015
-
2016
- .pa-dash-premium-button:before {
2017
- content: "\e908";
2018
- }
2019
-
2020
- .pa-dash-premium-carousel:before {
2021
- content: "\e909";
2022
- }
2023
-
2024
- .pa-dash-premium-contactform:before {
2025
- content: "\e90c";
2026
- }
2027
-
2028
- .pa-dash-premium-countdown:before {
2029
- content: "\e90e";
2030
- }
2031
-
2032
- .pa-dash-premium-counter:before {
2033
- content: "\e90f";
2034
- }
2035
-
2036
- .pa-dash-premium-dual-header:before {
2037
- content: "\e911";
2038
- }
2039
-
2040
- .pa-dash-premium-fancytext:before {
2041
- content: "\e914";
2042
- }
2043
-
2044
- .pa-dash-premium-maps:before {
2045
- content: "\e915";
2046
- }
2047
-
2048
- .pa-dash-premium-title:before {
2049
- content: "\e917";
2050
- }
2051
-
2052
- .pa-dash-premium-icon-list:before {
2053
- content: "\e907";
2054
- }
2055
-
2056
- .pa-dash-premium-image-button:before {
2057
- content: "\e91d";
2058
- }
2059
-
2060
- .pa-dash-premium-image-scroll:before {
2061
- content: "\e921";
2062
- }
2063
-
2064
- .pa-dash-premium-image-separator:before {
2065
- content: "\e922";
2066
- }
2067
-
2068
- /* .pa-dash-premium-lottie:before {
2069
- content: "\e944";
2070
- } */
2071
- .pa-dash-premium-lottie-widget:before {
2072
- content: "\e925";
2073
- }
2074
-
2075
- .pa-dash-premium-grid:before {
2076
- content: "\e928";
2077
- }
2078
-
2079
- .pa-dash-premium-modalbox:before {
2080
- content: "\e92b";
2081
- }
2082
-
2083
- .pa-dash-premium-pricing-table:before {
2084
- content: "\e930";
2085
- }
2086
-
2087
- .pa-dash-premium-progressbar:before {
2088
- content: "\e931";
2089
- }
2090
-
2091
- .pa-dash-premium-person:before {
2092
- content: "\e934";
2093
- }
2094
-
2095
- .pa-dash-premium-testimonials:before {
2096
- content: "\e935";
2097
- }
2098
-
2099
- .pa-dash-premium-vscroll:before {
2100
- content: "\e938";
2101
- }
2102
-
2103
- .pa-dash-premium-videobox:before {
2104
- content: "\e939";
2105
- }
2106
-
2107
- .pa-dash-premium-blob:before {
2108
- content: "\e905";
2109
- }
2110
-
2111
- .pa-dash-woo-products:before {
2112
- content: "\e93c";
2113
- }
2114
-
2115
- .pa-dash-premium-global-cursor:before {
2116
- content: "\e951";
2117
- }
2118
-
2119
- .pa-dash-premium-nav-menu:before {
2120
- content: "\e929";
2121
- }
2122
-
2123
- .pa-dash-premium-svg-drawer:before {
2124
- content: "\e953";
2125
- }
2126
-
2127
- @-webkit-keyframes spin {
2128
- 0% {
2129
- -webkit-transform: rotateZ(-180deg) rotateY(180deg);
2130
- transform: rotateZ(-180deg) rotateY(180deg);
2131
- }
2132
-
2133
- 100% {
2134
- -webkit-transform: rotateZ(180deg) rotateY(180deg);
2135
- transform: rotateZ(180deg) rotateY(180deg);
2136
- }
2137
- }
2138
-
2139
- @keyframes spin {
2140
- 0% {
2141
- -webkit-transform: rotateZ(-180deg) rotateY(180deg);
2142
- transform: rotateZ(-180deg) rotateY(180deg);
2143
- }
2144
-
2145
- 100% {
2146
- -webkit-transform: rotateZ(180deg) rotateY(180deg);
2147
- transform: rotateZ(180deg) rotateY(180deg);
2148
- }
2149
- }
2150
-
2151
- /*Live Editor*/
2152
- .papro-btn-block {
2153
- width: 100% !important;
2154
- margin: -10px 0 10px;
2155
-
2156
- }
2157
-
2158
- .elementor-template-pa-live-editor-modal-container {
2159
- -js-display: flex;
2160
- display: -webkit-box;
2161
- display: -webkit-flex;
2162
- display: -moz-box;
2163
- display: -ms-flexbox;
2164
- display: flex;
2165
- }
2166
-
2167
- .premium-live-editor-iframe-modal {
2168
- display: none;
2169
- position: relative;
2170
- }
2171
-
2172
- .premium-dynamic-content-modal {
2173
- -js-display: flex;
2174
- display: -webkit-box;
2175
- display: -webkit-flex;
2176
- display: -moz-box;
2177
- display: -ms-flexbox;
2178
- display: flex;
2179
- }
2180
-
2181
- .premium-live-editor-iframe-modal .elementor-templates-modal__header__logo__title {
2182
- margin-right: 35px;
2183
- }
2184
-
2185
- .premium-live-editor-iframe-modal .dialog-lightbox-header {
2186
- background-color: #f1f3f5 !important;
2187
- }
2188
-
2189
- .premium-live-editor-iframe-modal .dialog-message {
2190
- position: relative;
2191
- }
2192
-
2193
- .premium-live-editor-iframe-modal iframe {
2194
- position: absolute;
2195
- top: 0;
2196
- bottom: 0;
2197
- right: 0;
2198
- left: 0;
2199
- width: 100%;
2200
- height: 100%;
2201
- }
2202
-
2203
- /* .premium-live-editor-iframe-modal .dialog-widget-content {
2204
- margin-top: 10px;
2205
- } */
2206
-
2207
- .premium-dynamic-content-modal .dialog-widget-content {
2208
- position: static !important;
2209
- max-width: -webkit-calc(100vw - 70px) !important;
2210
- max-width: calc(100vw - 70px) !important;
2211
- width: -webkit-calc(100vw - 70px) !important;
2212
- width: calc(100vw - 70px) !important;
2213
- -webkit-border-radius: 0;
2214
- border-radius: 0;
2215
- }
2216
-
2217
- .elementor-device-desktop #elementor-preview-responsive-wrapper {
2218
- min-width: auto !important;
2219
- }
2220
-
2221
- /* .premium-dynamic-content-modal .dialog-message {
2222
- overflow: unset !important;
2223
- } */
2224
-
2225
- .premium-live-editor-iframe-modal {
2226
- display: none;
2227
- }
2228
-
2229
- .premium-live-editor-iframe-modal .elementor-templates-modal__header__close {
2230
- margin-left: 15px;
2231
- }
2232
-
2233
- /* .premium-live-editor-iframe-modal .dialog-widget-content {
2234
- position: static !important;
2235
- margin-top: 10px;
2236
- } */
2237
-
2238
- #pa-live-editor-logo .premium-template-modal-header-logo-icon img {
2239
- width: 30px;
2240
- height: 30px;
2241
- }
2242
-
2243
- #premium-live-temp-title {
2244
- width: 400px;
2245
- -webkit-border-radius: 3px 0 0 3px;
2246
- border-radius: 3px 0 0 3px;
2247
- font-size: 12px;
2248
- color: #6d7882;
2249
- background: none;
2250
- -webkit-box-shadow: none;
2251
- box-shadow: none;
2252
- border: 1px solid #d5dadf;
2253
- outline: 0;
2254
- font-weight: normal;
2255
- }
2256
-
2257
- .premium-live-temp-notice {
2258
- margin: 0 10px;
2259
- font-style: italic;
2260
- font-weight: normal;
2261
- text-transform: none;
2262
- }
2263
-
2264
- #premium-live-temp-title {
2265
- padding: 8px 10px;
2266
- }
2267
-
2268
- .premium-live-editor-title {
2269
- display: none;
2270
- -webkit-box-align: center;
2271
- -webkit-align-items: center;
2272
- -moz-box-align: center;
2273
- -ms-flex-align: center;
2274
- align-items: center;
2275
- }
2276
-
2277
- .premium-modal-expanded .dialog-lightbox-widget-content {
2278
- max-width: 100% !important;
2279
- margin: 0 !important;
2280
- }
2281
-
2282
- .premium-modal-expanded .dialog-lightbox-message {
2283
- max-height: 100vh;
2284
- }
2285
-
2286
- .premium-modal-expanded #pa-live-editor-control-iframe {
2287
- height: -webkit-calc(100vh - 50px);
2288
- height: calc(100vh - 50px);
2289
- }
2290
-
2291
- .premium-live-temp-title.control-hidden {
2292
- display: none;
2293
- }
2294
-
2295
- .premium-live-temp-label label {
2296
- font-weight: 900;
2297
- }
2298
-
2299
- .premium-live-editor-iframe-modal .dialog-message {
2300
- height: -webkit-calc(100vh - 50px) !important;
2301
- height: calc(100vh - 50px) !important;
2302
- max-height: -webkit-calc(100vh - 50px) !important;
2303
- max-height: calc(100vh - 50px) !important;
2304
- }
2305
-
2306
- /**Premium Menu*/
2307
- .premium-menu-item-settings {
2308
- position: absolute;
2309
- top: 50%;
2310
- z-index: 99999;
2311
- background-color: #d4f0fc;
2312
- display: none;
2313
- border: 1px solid #007cba;
2314
- background-color: #f6f7f7;
2315
- color: #007cba;
2316
- font-size: 14px;
2317
- line-height: 19px;
2318
- padding: 8px 10px;
2319
- min-width: 100px;
2320
- cursor: pointer;
2321
- -webkit-transform: translateY(-50%);
2322
- -ms-transform: translateY(-50%);
2323
- transform: translateY(-50%);
2324
- -webkit-border-radius: 5px;
2325
- border-radius: 5px;
2326
- }
2327
-
2328
- .menu-item:hover .premium-menu-item-settings {
2329
- -js-display: flex;
2330
- display: -webkit-box;
2331
- display: -webkit-flex;
2332
- display: -moz-box;
2333
- display: -ms-flexbox;
2334
- display: flex;
2335
- }
2336
-
2337
- #pa-menu-logo img {
2338
- width: 25px;
2339
- }
2340
-
2341
- .premium-menu-settings-modal #elementor-template-nav-menu-modal-container .dialog-widget-content {
2342
- max-width: 900px !important;
2343
- position: absolute !important;
2344
- left: 50% !important;
2345
- top: 20% !important;
2346
- -webkit-transform: translate(-50%, -18%);
2347
- -ms-transform: translate(-50%, -18%);
2348
- transform: translate(-50%, -18%);
2349
- max-height: 90vh;
2350
- overflow: auto;
2351
- }
2352
-
2353
- #elementor-template-nav-menu-modal-container .dialog-message {
2354
- height: auto;
2355
- min-height: 50vh;
2356
- }
2357
-
2358
- #elementor-template-nav-menu-modal-container .option-table {
2359
- width: 100%;
2360
- margin: auto;
2361
- max-width: 400px;
2362
- }
2363
-
2364
- .premium-setting-container {
2365
- -js-display: flex;
2366
- display: -webkit-box;
2367
- display: -webkit-flex;
2368
- display: -moz-box;
2369
- display: -ms-flexbox;
2370
- display: flex;
2371
- width: 100%;
2372
- height: 50px;
2373
- -webkit-box-pack: justify;
2374
- -webkit-justify-content: space-between;
2375
- -moz-box-pack: justify;
2376
- -ms-flex-pack: justify;
2377
- justify-content: space-between;
2378
- }
2379
-
2380
- .premium-menu-control-meta,
2381
- .premium-menu-control {
2382
- -js-display: flex;
2383
- display: -webkit-box;
2384
- display: -webkit-flex;
2385
- display: -moz-box;
2386
- display: -ms-flexbox;
2387
- display: flex;
2388
- -webkit-box-pack: start;
2389
- -webkit-justify-content: flex-start;
2390
- -moz-box-pack: start;
2391
- -ms-flex-pack: start;
2392
- justify-content: flex-start;
2393
- -webkit-box-align: center;
2394
- -webkit-align-items: center;
2395
- -moz-box-align: center;
2396
- -ms-flex-align: center;
2397
- align-items: center;
2398
- max-width: 49%;
2399
- -webkit-box-flex: 0;
2400
- -webkit-flex: 0 0 49%;
2401
- -moz-box-flex: 0;
2402
- -ms-flex: 0 0 49%;
2403
- flex: 0 0 49%;
2404
- }
2405
-
2406
- .premium-menu-control-meta label {
2407
- font-size: 14px;
2408
- color: #474747;
2409
- font-family: "Poppins";
2410
- }
2411
-
2412
- .premium-menu-dialog-footer {
2413
- background-color: #fff;
2414
- height: 50px;
2415
- -js-display: flex;
2416
- display: -webkit-box;
2417
- display: -webkit-flex;
2418
- display: -moz-box;
2419
- display: -ms-flexbox;
2420
- display: flex;
2421
- -webkit-box-align: center;
2422
- -webkit-align-items: center;
2423
- -moz-box-align: center;
2424
- -ms-flex-align: center;
2425
- align-items: center;
2426
- -webkit-box-pack: end;
2427
- -webkit-justify-content: flex-end;
2428
- -moz-box-pack: end;
2429
- -ms-flex-pack: end;
2430
- justify-content: flex-end;
2431
- padding: 5px 15px;
2432
-
2433
- }
2434
-
2435
- /* .premium-menu-btn {
2436
- display: inline-block;
2437
- border: 1px solid black;
2438
- padding: 9px;
2439
- font-size: 12px;
2440
- cursor: pointer;
2441
- text-align: center;
2442
- } */
2443
-
2444
- .premium-menu-btn,
2445
- #premium-menu-save {
2446
- border: 1px solid #007cba;
2447
- background-color: transparent;
2448
- color: #007cba;
2449
- font-size: 14px;
2450
- line-height: 19px;
2451
- padding: 8px 20px;
2452
- min-width: 100px;
2453
- width: 100%;
2454
- cursor: pointer;
2455
- -webkit-border-radius: 5px;
2456
- border-radius: 5px;
2457
- }
2458
-
2459
- .premium-menu-btn i.loading {
2460
- -webkit-animation: spin 3s linear infinite;
2461
- animation: spin 3s linear infinite;
2462
- }
2463
-
2464
- .premium-menu-btn i.loader-hidden {
2465
- display: none;
2466
- }
2467
-
2468
- #pa-insert-live-temp {
2469
- display: none;
2470
- }
2471
-
2472
- .premium-has-desc {
2473
- -webkit-box-orient: vertical;
2474
- -webkit-box-direction: normal;
2475
- -webkit-flex-direction: column;
2476
- -moz-box-orient: vertical;
2477
- -moz-box-direction: normal;
2478
- -ms-flex-direction: column;
2479
- flex-direction: column;
2480
- -webkit-box-pack: center;
2481
- -webkit-justify-content: center;
2482
- -moz-box-pack: center;
2483
- -ms-flex-pack: center;
2484
- justify-content: center;
2485
- -webkit-box-align: start;
2486
- -webkit-align-items: flex-start;
2487
- -moz-box-align: start;
2488
- -ms-flex-align: start;
2489
- align-items: flex-start;
2490
-
2491
- }
2492
-
2493
- .premium-has-desc .premium-megamenu-des {
2494
- font-size: 11px;
2495
- color: gray;
2496
- }
2497
-
2498
- /* .premium-menu-settings-modal .dialog-message {
2499
- overflow-y: scroll !important;
2500
- } */
2501
-
2502
- .premium-setting-hidden {
2503
- display: none;
2504
- }
2505
-
2506
- .premium-menu-temp-close {
2507
- position: absolute;
2508
- top: 24px;
2509
- right: 40px;
2510
- color: #a4afb7;
2511
- font-size: 20px;
2512
- z-index: 1000;
2513
- cursor: pointer;
2514
- }
2515
-
2516
- .premium-menu-temp-close:hover {
2517
- color: #495157;
2518
- }
2519
-
2520
- .premium-menu-control .icons-selector {
2521
- border: 1px solid #dcdcdc;
2522
- -webkit-border-radius: 5px;
2523
- border-radius: 5px;
2524
- }
2525
-
2526
- .premium-menu-control .wp-picker-container {
2527
- -js-display: flex;
2528
- display: -webkit-box;
2529
- display: -webkit-flex;
2530
- display: -moz-box;
2531
- display: -ms-flexbox;
2532
- display: flex;
2533
- width: 100%;
2534
- -webkit-flex-wrap: wrap;
2535
- -ms-flex-wrap: wrap;
2536
- flex-wrap: wrap;
2537
- -webkit-box-pack: justify;
2538
- -webkit-justify-content: space-between;
2539
- -moz-box-pack: justify;
2540
- -ms-flex-pack: justify;
2541
- justify-content: space-between;
2542
- }
2543
-
2544
- .premium-menu-control .wp-picker-open+.wp-picker-input-wrap {
2545
- width: 68%;
2546
- -js-display: flex;
2547
- display: -webkit-box;
2548
- display: -webkit-flex;
2549
- display: -moz-box;
2550
- display: -ms-flexbox;
2551
- display: flex;
2552
- }
2553
-
2554
- #elementor-template-nav-menu-modal-container .wp-picker-holder {
2555
- position: relative;
2556
- min-width: 100%;
2557
- }
2558
-
2559
- #elementor-template-nav-menu-modal-container .wp-picker-container .iris-picker {
2560
- position: absolute;
2561
- z-index: 100;
2562
- }
2563
-
2564
- #elementor-template-nav-menu-modal-container .button.wp-color-result {
2565
- margin: 0;
2566
- min-width: 30%;
2567
- height: 100%;
2568
- }
2569
-
2570
- #elementor-template-nav-menu-modal-container .wp-color-result-text {
2571
- line-height: 28px;
2572
- }
2573
-
2574
- .premium-menu-control .wp-picker-input-wrap .premium-color-picker {
2575
- min-width: 170px;
2576
- border: 1px solid #dcdcdc;
2577
- -webkit-border-radius: 0;
2578
- border-radius: 0;
2579
- }
2580
-
2581
- .premium-live-editor-iframe-modal .dialog-type-lightbox {
2582
- z-index: 100000;
 
2583
  }
1
+ .button.pa-btn {
2
+ border: none;
3
+ color: #fff;
4
+ text-align: center;
5
+ padding: 3px;
6
+ max-width: 250px;
7
+ height: auto;
8
+ font-weight: 700;
9
+ -webkit-box-shadow: none;
10
+ box-shadow: none;
11
+ }
12
+
13
+ .button.pa-btn:hover,
14
+ .button.pa-btn:focus,
15
+ .button.pa-btn:active {
16
+ outline: none;
17
+ border: none;
18
+ text-decoration: none;
19
+ }
20
+
21
+ .pa-switcher .switch,
22
+ .pa-section-info-cta .switch,
23
+ .premium-menu-control .switch {
24
+ position: relative;
25
+ display: inline-block;
26
+ width: 44px;
27
+ height: 24px;
28
+ -webkit-border-radius: 12px;
29
+ border-radius: 12px;
30
+ }
31
+
32
+ .premium-menu-control select,
33
+ .premium-menu-control input {
34
+ width: 100%;
35
+ max-width: 100%;
36
+ border-color: #dcdcdc;
37
+ -webkit-border-radius: 10px;
38
+ border-radius: 10px;
39
+ padding: 5px 10px;
40
+ border: 1px solid #dcdcdc;
41
+
42
+ }
43
+
44
+ .premium-menu-control select:focus,
45
+ .premium-menu-control input:focus {
46
+ outline: none;
47
+ -webkit-box-shadow: none;
48
+ box-shadow: none;
49
+ border-color: #dcdcdc;
50
+ }
51
+
52
+ .premium-menu-control select {
53
+ -webkit-border-bottom-right-radius: 0px;
54
+ border-bottom-right-radius: 0px
55
+ }
56
+
57
+ .premium-menu-control input {
58
+ padding: 5px 10px;
59
+ }
60
+
61
+ .premium-menu-control input::-webkit-input-placeholder {
62
+ font-weight: 300;
63
+ font-family: "Poppins";
64
+ }
65
+
66
+ .premium-menu-control input:-moz-placeholder {
67
+ font-weight: 300;
68
+ font-family: "Poppins";
69
+ }
70
+
71
+ .premium-menu-control input::-moz-placeholder {
72
+ font-weight: 300;
73
+ font-family: "Poppins";
74
+ }
75
+
76
+ .premium-menu-control input:-ms-input-placeholder {
77
+ font-weight: 300;
78
+ font-family: "Poppins";
79
+ }
80
+
81
+ .premium-menu-control input::-ms-input-placeholder {
82
+ font-weight: 300;
83
+ font-family: "Poppins";
84
+ }
85
+
86
+ .premium-menu-control input::placeholder {
87
+ font-weight: 300;
88
+ font-family: "Poppins";
89
+ }
90
+
91
+ .switch input {
92
+ display: none;
93
+ }
94
+
95
+ .slider,
96
+ .pro-slider {
97
+ position: absolute;
98
+ cursor: pointer;
99
+ top: 0;
100
+ left: 0;
101
+ right: 0;
102
+ bottom: 0;
103
+ /* background-color: #f2f2f2;
104
+ box-shadow: 0 0 2px 1px #ccc inset; */
105
+ -webkit-transition: 0.4s;
106
+ transition: 0.4s;
107
+ }
108
+
109
+ .slider:before,
110
+ .pro-slider:before {
111
+ position: absolute;
112
+ content: "";
113
+ left: 3px;
114
+ top: 50%;
115
+ -webkit-transform: translateY(-50%);
116
+ -ms-transform: translateY(-50%);
117
+ transform: translateY(-50%);
118
+ /* background: radial-gradient(farthest-corner at 14px 0px, #f0f0f0 50%, #cacaca 100%); */
119
+ -webkit-transition: all 0.4s ease-in-out;
120
+ transition: all 0.4s ease-in-out;
121
+ padding: 0;
122
+ margin: 0;
123
+ width: 15px;
124
+ height: 15px;
125
+ -webkit-border-radius: 8px;
126
+ border-radius: 8px;
127
+ -webkit-filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
128
+ filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
129
+ background-color: #f7f7f7;
130
+ border: 1px solid #ffffff;
131
+ /* box-shadow: 0 2.5px 5px #b8b8b9; */
132
+ }
133
+
134
+ .switch input:checked+.slider {
135
+ background: #8dc900;
136
+ }
137
+
138
+ .switch input:focus+.slider {
139
+ -webkit-box-shadow: 0 0 1px #18a4fd;
140
+ box-shadow: 0 0 1px #18a4fd;
141
+ }
142
+
143
+ .switch input:checked+.slider:before {
144
+ -webkit-transform: translate3d(20px, -50%, 0);
145
+ transform: translate3d(20px, -50%, 0);
146
+ }
147
+
148
+ .slider.round,
149
+ .pro-slider.round {
150
+ -webkit-border-radius: 34px;
151
+ border-radius: 34px;
152
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), to(#dbdbdb));
153
+ background-image: -webkit-linear-gradient(top, #cfcfcf 0%, #dbdbdb 100%);
154
+ background-image: linear-gradient(180deg, #cfcfcf 0%, #dbdbdb 100%);
155
+ }
156
+
157
+ .slider.round:before,
158
+ .pro-slider.round:before {
159
+ -webkit-border-radius: 50%;
160
+ border-radius: 50%;
161
+ }
162
+
163
+ .switch input:disabled+.pro-slider::after {
164
+ position: absolute;
165
+ font-family: "Dashicons";
166
+ content: "\f160";
167
+ color: #474747;
168
+ right: 8px;
169
+ top: 50%;
170
+ -webkit-transform: translateY(-50%);
171
+ -ms-transform: translateY(-50%);
172
+ transform: translateY(-50%);
173
+ }
174
+
175
+ .pa-api-disable-title label,
176
+ .pa-is-beta label {
177
+ margin-right: 15px;
178
+ }
179
+
180
+ .pa-element-meta {
181
+ -js-display: flex;
182
+ display: -webkit-box;
183
+ display: -webkit-flex;
184
+ display: -moz-box;
185
+ display: -ms-flexbox;
186
+ display: flex;
187
+ -webkit-flex-direction: column;
188
+ -moz-box-orient: vertical;
189
+ -moz-box-direction: normal;
190
+ -ms-flex-direction: column;
191
+ -webkit-box-orient: vertical;
192
+ -webkit-box-direction: normal;
193
+ flex-direction: column;
194
+ }
195
+
196
+ .pa-element-meta span {
197
+ vertical-align: middle;
198
+ font-weight: 600;
199
+ }
200
+
201
+ .pa-element-meta label {
202
+ margin-right: 1px !important;
203
+ }
204
+
205
+ .pa-api-disable-title span,
206
+ .pa-is-beta span {
207
+ font-weight: 400;
208
+ }
209
+
210
+ .pa-maps-api-notice {
211
+ margin: 0.5em 0;
212
+ }
213
+
214
+ .pa-api-title input {
215
+ margin-top: 10px;
216
+ font-size: normal;
217
+ font-weight: 400;
218
+ width: 400px;
219
+ margin-left: 30px;
220
+ }
221
+
222
+ .pa-sys-info-tab {
223
+ background: #f7f7f7;
224
+ margin: 8px;
225
+ border: 2px solid #ddd;
226
+ -webkit-border-radius: 3px;
227
+ border-radius: 3px;
228
+ padding: 0;
229
+ }
230
+
231
+ .pa-system-info-container {
232
+ padding: 10px;
233
+ }
234
+
235
+ .dialog-type-lightbox .dialog-widget-header {
236
+ text-align: center;
237
+ font-size: 15px;
238
+ color: #495157;
239
+ padding: 30px 0 10px;
240
+ font-weight: 500;
241
+ }
242
+
243
+ .pa-swal.swal2-show {
244
+ padding: 32px;
245
+ padding-bottom: 50px;
246
+ background-image: url("../../images/popup-pattern.jpg");
247
+ background-repeat: no-repeat;
248
+ -webkit-background-size: cover;
249
+ background-size: cover;
250
+ -webkit-border-radius: 50px 0;
251
+ border-radius: 50px 0;
252
+ }
253
+
254
+ .pa-swal .swal2-close {
255
+ color: #c2c4cf;
256
+ }
257
+
258
+ .pa-swal .swal2-close:hover {
259
+ color: #00a5e5;
260
+ }
261
+
262
+ .pa-swal .swal2-title {
263
+ margin: 0;
264
+ }
265
+
266
+ .pa-swal .swal2-content {
267
+ font-size: 13px;
268
+ color: #474747;
269
+ font-family: "Poppins";
270
+ text-align: center;
271
+ margin: 0;
272
+ margin-bottom: 0px;
273
+ }
274
+
275
+ .pa-swal .swal2-cancel.swal2-styled,
276
+ .pa-swal .swal2-cancel.swal2-styled:hover,
277
+ .pa-swal .swal2-confirm.swal2-styled {
278
+ background-image: none !important;
279
+ background-color: #ebebeb;
280
+ color: #474747;
281
+ border: none !important;
282
+ -webkit-box-shadow: none !important;
283
+ box-shadow: none !important;
284
+ font-family: "Red Hat Display";
285
+ font-size: 15px;
286
+ font-weight: 700;
287
+ }
288
+
289
+ .pa-swal .swal2-confirm.swal2-styled,
290
+ .pa-swal .swal2-confirm.swal2-styled:hover {
291
+ min-width: 128px;
292
+ color: #fff;
293
+ background-image: none !important;
294
+ background-color: #00a5e5;
295
+ }
296
+
297
+ /**
298
+ * New Dashboard
299
+ */
300
+ .pa-settings-wrap {
301
+ padding: 35px;
302
+ padding-left: 15px;
303
+ }
304
+
305
+ .pa-settings-section {
306
+ display: none;
307
+ }
308
+
309
+ .pa-settings-tabs {
310
+ background-color: #fff;
311
+ -webkit-border-radius: 15px;
312
+ border-radius: 15px;
313
+ padding: 36px;
314
+ margin-bottom: 12px;
315
+ }
316
+
317
+ .pa-settings-tabs-list {
318
+ clear: left;
319
+ margin: 0;
320
+ list-style-type: none;
321
+ }
322
+
323
+ .pa-settings-tabs .pa-settings-tabs-list li {
324
+ display: inline-block;
325
+ margin-bottom: 0;
326
+ margin-right: 23px;
327
+ }
328
+
329
+ .pa-settings-section.active {
330
+ display: block;
331
+ }
332
+
333
+ .papro-admin-notice a,
334
+ .pa-settings-wrap .pa-settings-tabs a {
335
+ -js-display: flex;
336
+ display: -webkit-box;
337
+ display: -webkit-flex;
338
+ display: -moz-box;
339
+ display: -ms-flexbox;
340
+ display: flex;
341
+ -webkit-box-pack: center;
342
+ -webkit-justify-content: center;
343
+ -moz-box-pack: center;
344
+ -ms-flex-pack: center;
345
+ justify-content: center;
346
+ -webkit-box-align: center;
347
+ -webkit-align-items: center;
348
+ -moz-box-align: center;
349
+ -ms-flex-align: center;
350
+ align-items: center;
351
+ font-size: 14px;
352
+ line-height: 1.8em;
353
+ position: relative;
354
+ color: #252c59;
355
+ text-decoration: none;
356
+ -webkit-transition: all 0.3s ease;
357
+ transition: all 0.3s ease;
358
+ }
359
+
360
+ .papro-admin-notice a.papro-notice-btn {
361
+ width: 120px;
362
+ /* height: 58px; */
363
+ -webkit-border-radius: 15px;
364
+ border-radius: 15px;
365
+ -webkit-filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
366
+ filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
367
+ background-color: #ffffff;
368
+ font-size: 18px;
369
+ color: #fe6300;
370
+ font-weight: 800;
371
+ font-family: "Red Hat Display";
372
+ text-align: center;
373
+ padding: 10px 20px;
374
+ }
375
+
376
+ .pa-settings-wrap .pa-settings-tabs a:focus {
377
+ outline: none;
378
+ -webkit-box-shadow: none;
379
+ box-shadow: none;
380
+ }
381
+
382
+ .pa-settings-wrap .pa-settings-tabs span {
383
+ margin-left: 8px;
384
+ font-family: "Poppins";
385
+ font-weight: 500;
386
+ }
387
+
388
+ .pa-settings-wrap .pa-settings-tabs .pa-section-active {
389
+ color: #00a5e5;
390
+ }
391
+
392
+ .pa-section {
393
+ display: none;
394
+ position: relative;
395
+ background-color: #fff;
396
+ -webkit-transition: opacity 0.2s;
397
+ transition: opacity 0.2s;
398
+ padding: 34px;
399
+ -webkit-border-radius: 15px;
400
+ border-radius: 15px;
401
+ }
402
+
403
+ /**
404
+ * General Tab
405
+ */
406
+ #pa-general-settings {
407
+ -js-display: flex;
408
+ display: -webkit-box;
409
+ display: -webkit-flex;
410
+ display: -moz-box;
411
+ display: -ms-flexbox;
412
+ display: flex;
413
+ -webkit-box-orient: horizontal;
414
+ -webkit-box-direction: normal;
415
+ -webkit-flex-flow: row wrap;
416
+ -moz-box-orient: horizontal;
417
+ -moz-box-direction: normal;
418
+ -ms-flex-flow: row wrap;
419
+ flex-flow: row wrap;
420
+ -webkit-box-pack: justify;
421
+ -webkit-justify-content: space-between;
422
+ -moz-box-pack: justify;
423
+ -ms-flex-pack: justify;
424
+ justify-content: space-between;
425
+ width: 100%;
426
+ }
427
+
428
+ #pa-general-settings .pa-dash-block {
429
+ -webkit-box-flex: 1;
430
+ -webkit-flex: 1 1 auto;
431
+ -moz-box-flex: 1;
432
+ -ms-flex: 1 1 auto;
433
+ flex: 1 1 auto;
434
+ min-width: 250px;
435
+ margin: 0 5px 10px;
436
+ -js-display: flex;
437
+ display: -webkit-box;
438
+ display: -webkit-flex;
439
+ display: -moz-box;
440
+ display: -ms-flexbox;
441
+ display: flex;
442
+ -webkit-box-orient: vertical;
443
+ -webkit-box-direction: normal;
444
+ -webkit-flex-direction: column;
445
+ -moz-box-orient: vertical;
446
+ -moz-box-direction: normal;
447
+ -ms-flex-direction: column;
448
+ flex-direction: column;
449
+ }
450
+
451
+ .pa-dash-block.col-3 {
452
+ width: 31%;
453
+ }
454
+
455
+ .pa-dash-block.col-6 {
456
+ width: 64%;
457
+ }
458
+
459
+ #pa-general-settings .pa-section-info h4 {
460
+ font-size: 17px;
461
+ }
462
+
463
+ #pa-general-settings .pa-section-info:not(.pa-news-section):not(.pa-support-section) p {
464
+ min-height: 80px;
465
+ }
466
+
467
+ #pa-general-settings .pa-section-info .pa-element-icon {
468
+ margin-bottom: 12px;
469
+ }
470
+
471
+ #pa-general-settings .pa-element-icon.icon-inline {
472
+ -js-display: inline-flex;
473
+ display: -webkit-inline-box;
474
+ display: -webkit-inline-flex;
475
+ display: -moz-inline-box;
476
+ display: -ms-inline-flexbox;
477
+ display: inline-flex;
478
+ margin-bottom: 0;
479
+ vertical-align: middle;
480
+ }
481
+
482
+ #pa-general-settings .pa-section-info .pa-btn {
483
+ display: inline-block;
484
+ background-color: #252c59;
485
+ color: #fff;
486
+ /* margin-top: 12px; */
487
+ padding: 12px 36px;
488
+ }
489
+
490
+ .pa-element-icon.dashicons-facebook-alt {
491
+ color: #3b5998 !important
492
+ }
493
+
494
+ .pa-element-icon.dashicons-youtube {
495
+ color: #ff0000 !important
496
+ }
497
+
498
+ .pa-newsletter-form {
499
+ -js-display: flex;
500
+ display: -webkit-box;
501
+ display: -webkit-flex;
502
+ display: -moz-box;
503
+ display: -ms-flexbox;
504
+ display: flex;
505
+ -webkit-flex-wrap: wrap;
506
+ -ms-flex-wrap: wrap;
507
+ flex-wrap: wrap;
508
+ -webkit-box-align: center;
509
+ -webkit-align-items: center;
510
+ -moz-box-align: center;
511
+ -ms-flex-align: center;
512
+ align-items: center;
513
+ }
514
+
515
+ .pa-newsletter-form input {
516
+ width: 74%;
517
+ padding: 0px 10px;
518
+ height: 39px;
519
+ font-family: "Poppins";
520
+ border: 1px solid #dcdcdc;
521
+ -webkit-border-radius: 10px 0 0 10px;
522
+ border-radius: 10px 0 0 10px;
523
+ direction: ltr;
524
+ }
525
+
526
+ #pa-general-settings .pa-newsletter-form button.pa-btn {
527
+ width: 25%;
528
+ padding: 0;
529
+ height: 39px;
530
+ margin-top: 0;
531
+ margin-left: -1px;
532
+ -webkit-border-radius: 0 10px 10px 0;
533
+ border-radius: 0 10px 10px 0;
534
+ }
535
+
536
+ #pa-general-settings .pa-news-grid {
537
+ -js-display: flex;
538
+ display: -webkit-box;
539
+ display: -webkit-flex;
540
+ display: -moz-box;
541
+ display: -ms-flexbox;
542
+ display: flex;
543
+ -webkit-box-pack: justify;
544
+ -webkit-justify-content: space-between;
545
+ -moz-box-pack: justify;
546
+ -ms-flex-pack: justify;
547
+ justify-content: space-between;
548
+ margin-top: 12px;
549
+ }
550
+
551
+ .pa-news-grid .pa-news-post {
552
+ position: relative;
553
+ width: 33.33%;
554
+ margin: 0 5px;
555
+ }
556
+
557
+ .pa-news-grid .pa-news-post p:nth-of-type(1) {
558
+ font-family: "Red Hat Display";
559
+ font-size: 15px;
560
+ min-height: 60px;
561
+ font-weight: 800;
562
+ color: #252c59
563
+ }
564
+
565
+ .pa-news-grid .pa-news-post p:nth-of-type(2) {
566
+ font-size: 12px;
567
+ }
568
+
569
+ .pa-post-img-container img {
570
+ width: 100%;
571
+ height: 145px;
572
+ -o-object-fit: cover;
573
+ object-fit: cover;
574
+ -webkit-border-radius: 10px;
575
+ border-radius: 10px;
576
+ }
577
+
578
+ .pa-news-grid .pa-news-post a {
579
+ position: absolute;
580
+ top: 0;
581
+ left: 0;
582
+ width: 100%;
583
+ height: 100%;
584
+ z-index: 2;
585
+ }
586
+
587
+ #pa-general-settings .pa-support-list {
588
+ margin: 12px 0 0;
589
+ padding: 0;
590
+ }
591
+
592
+ #pa-general-settings .pa-support-list li {
593
+ margin-bottom: 10px;
594
+ }
595
+
596
+ .pa-support-list li a {
597
+ font-size: 15px;
598
+ color: #474747;
599
+ font-family: "Poppins";
600
+ text-decoration: none;
601
+ }
602
+
603
+ .pa-support-list li a:hover {
604
+ color: #135e96;
605
+ }
606
+
607
+ #pa-general-settings input[type="email"],
608
+ #pa-general-settings a:hover,
609
+ #pa-general-settings a:focus,
610
+ #pa-general-settings a:visited {
611
+ border: none;
612
+ -webkit-box-shadow: none;
613
+ box-shadow: none;
614
+ outline: none;
615
+ }
616
+
617
+
618
+ /**
619
+ * Tab Info
620
+ */
621
+ .pa-section-info-wrap {
622
+ padding: 34px;
623
+ -webkit-border-radius: 15px;
624
+ border-radius: 15px;
625
+ background-color: #f7f7f7;
626
+ -js-display: flex;
627
+ display: -webkit-box;
628
+ display: -webkit-flex;
629
+ display: -moz-box;
630
+ display: -ms-flexbox;
631
+ display: flex;
632
+ -webkit-box-pack: justify;
633
+ -webkit-justify-content: space-between;
634
+ -moz-box-pack: justify;
635
+ -ms-flex-pack: justify;
636
+ justify-content: space-between;
637
+ -webkit-box-align: center;
638
+ -webkit-align-items: center;
639
+ -moz-box-align: center;
640
+ -ms-flex-align: center;
641
+ align-items: center;
642
+ height: 100%;
643
+ }
644
+
645
+ #pa-general-settings .pa-section-info-wrap,
646
+ #pa-ver-control-settings .pa-section-info-wrap {
647
+ -webkit-box-orient: vertical;
648
+ -webkit-box-direction: normal;
649
+ -webkit-flex-direction: column;
650
+ -moz-box-orient: vertical;
651
+ -moz-box-direction: normal;
652
+ -ms-flex-direction: column;
653
+ flex-direction: column;
654
+ -webkit-box-align: start;
655
+ -webkit-align-items: flex-start;
656
+ -moz-box-align: start;
657
+ -ms-flex-align: start;
658
+ align-items: flex-start;
659
+ }
660
+
661
+ #pa-features-settings .pa-section-outer-wrap:nth-of-type(n + 2),
662
+ #pa-ver-control-settings .pa-section-info-wrap:nth-of-type(n + 2) {
663
+ margin-top: 36px;
664
+ }
665
+
666
+ #pa-section-elements .pa-section-outer-wrap {
667
+ margin-bottom: 16px;
668
+ }
669
+
670
+ .pa-section-info-wrap h4 {
671
+ font-size: 20px;
672
+ color: #252c59;
673
+ font-weight: 900;
674
+ font-family: "Red Hat Display";
675
+ margin: 0;
676
+ }
677
+
678
+ .pa-section-info-wrap p {
679
+ font-size: 14px;
680
+ color: #474747;
681
+ font-family: "Poppins";
682
+ margin: 0;
683
+ margin-top: 14px;
684
+ }
685
+
686
+ .pa-section-info-cta {
687
+ position: relative;
688
+ z-index: 3;
689
+ -js-display: flex;
690
+ display: -webkit-box;
691
+ display: -webkit-flex;
692
+ display: -moz-box;
693
+ display: -ms-flexbox;
694
+ display: flex;
695
+ -webkit-box-align: center;
696
+ -webkit-align-items: center;
697
+ -moz-box-align: center;
698
+ -ms-flex-align: center;
699
+ align-items: center;
700
+ margin-top: 25px;
701
+ }
702
+
703
+ .pa-section-info-cta .pa-btn {
704
+ color: #474747;
705
+ background-color: #ebebeb;
706
+ padding: 8px 20px;
707
+ -webkit-border-radius: 10px;
708
+ border-radius: 10px;
709
+ font-size: 15px;
710
+ font-weight: 700;
711
+ font-family: "Red Hat Display";
712
+ -webkit-transition: all 0.2s ease-in-out;
713
+ transition: all 0.2s ease-in-out;
714
+ }
715
+
716
+ .pa-section-info-cta .pa-btn:hover,
717
+ .pa-section-info-cta .pa-btn:focus,
718
+ .pa-section-info-cta .pa-btn:active {
719
+ color: #fff;
720
+ background-color: #00a5e5;
721
+ }
722
+
723
+ .pa-section-info-cta .pa-section-info-label {
724
+ font-size: 13px;
725
+ color: #474747;
726
+ font-family: "Poppins";
727
+ text-align: right;
728
+ }
729
+
730
+ .pa-section-info-cta .pa-section-info-warning {
731
+ font-size: 13px;
732
+ color: #cca329;
733
+ font-weight: 300;
734
+ font-family: "Poppins";
735
+ margin-left: 20px;
736
+ }
737
+
738
+ .pa-section-info-cta .pa-section-info-warning i {
739
+ font-weight: 300;
740
+ vertical-align: bottom;
741
+ }
742
+
743
+ .pa-section-info-wrap .pa-btn,
744
+ .pa-section-info-wrap .pa-btn-unused,
745
+ .pa-section-info-wrap .pa-btn-generate {
746
+ font-family: "Red Hat Display";
747
+ color: #8e8e8e;
748
+ background-color: #ebebeb;
749
+ border: 0px solid;
750
+ padding: 16px 28px;
751
+ -webkit-border-radius: 10px;
752
+ border-radius: 10px;
753
+ font-size: 15px;
754
+ font-weight: 700;
755
+ cursor: pointer;
756
+ -webkit-transition: 300ms;
757
+ transition: 300ms;
758
+ display: block;
759
+ text-decoration: none;
760
+ }
761
+
762
+ .pa-section-info-wrap .pa-btn-regenerate {
763
+ border: none;
764
+ outline: none;
765
+ margin-left: 5px;
766
+ -webkit-transform: rotateY(180deg);
767
+ transform: rotateY(180deg);
768
+ background-color: transparent;
769
+ cursor: pointer;
770
+ }
771
+
772
+ .pa-section-info-wrap .pa-btn-regenerate.loading {
773
+ -webkit-animation: spin 2s linear infinite;
774
+ animation: spin 2s linear infinite;
775
+ }
776
+
777
+ .pa-section-info-wrap .pa-btn-regenerate i.dashicons {
778
+ color: #474747;
779
+ }
780
+
781
+ .pa-section-info-wrap .pa-btn-unused {
782
+ width: 100%;
783
+ clear: both;
784
+ background: transparent;
785
+ color: #252C59;
786
+ padding-bottom: 0;
787
+ text-decoration: underline;
788
+ font-weight: normal;
789
+ }
790
+
791
+ .pa-section-info-wrap .pa-btn-unused.dimmed {
792
+ cursor: no-drop;
793
+ color: #C2C4CF;
794
+ }
795
+
796
+ .pa-element-name .pa-total-use {
797
+ color: #252C59;
798
+ }
799
+
800
+ .pa-section-info-wrap button.pa-btn-enable {
801
+ -webkit-border-top-right-radius: 0;
802
+ border-top-right-radius: 0;
803
+ -webkit-border-bottom-right-radius: 0;
804
+ border-bottom-right-radius: 0;
805
+ float: left;
806
+ }
807
+
808
+ .pa-section-info-wrap button.pa-btn-disable {
809
+ -webkit-border-top-left-radius: 0;
810
+ border-top-left-radius: 0;
811
+ -webkit-border-bottom-left-radius: 0;
812
+ border-bottom-left-radius: 0;
813
+ float: right;
814
+ }
815
+
816
+ .pa-section-info-wrap .pa-btn-enable.active {
817
+ color: #fff;
818
+ -webkit-box-shadow: inset 3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
819
+ box-shadow: inset 3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
820
+ background-color: #8dc900;
821
+ }
822
+
823
+ .pa-section-info-wrap .pa-btn-disable.active {
824
+ color: #fff;
825
+ -webkit-box-shadow: inset 3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
826
+ box-shadow: inset 3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
827
+ background-color: #898989;
828
+ }
829
+
830
+ .pa-section-info-wrap .pa-btn-enable:not(.active):hover {
831
+ color: #ffffff;
832
+ background-color: #8dc900;
833
+ }
834
+
835
+ .pa-section-info-wrap .pa-btn-disable:not(.active):hover {
836
+ color: #ffffff;
837
+ background-color: #898989;
838
+ }
839
+
840
+ /*
841
+ * Widgets & Addons Tab
842
+ */
843
+ .pa-elements-settings {
844
+ position: relative;
845
+ -js-display: flex;
846
+ display: -webkit-box;
847
+ display: -webkit-flex;
848
+ display: -moz-box;
849
+ display: -ms-flexbox;
850
+ display: flex;
851
+ margin-top: 16px;
852
+ }
853
+
854
+ .pa-elements-filter {
855
+ position: absolute;
856
+ top: 10px;
857
+ right: 16px;
858
+ -js-display: flex;
859
+ display: -webkit-box;
860
+ display: -webkit-flex;
861
+ display: -moz-box;
862
+ display: -ms-flexbox;
863
+ display: flex;
864
+ -webkit-box-align: center;
865
+ -webkit-align-items: center;
866
+ -moz-box-align: center;
867
+ -ms-flex-align: center;
868
+ align-items: center;
869
+ }
870
+
871
+ .pa-elements-filter label {
872
+ font-size: 13px;
873
+ color: #474747;
874
+ font-family: "Poppins";
875
+ margin-right: 10px;
876
+ }
877
+
878
+ .pa-elements-filter select {
879
+ padding: 5px 35px 5px 15px;
880
+ /* margin-left: -5px; */
881
+ border-width: 1px 1px 1px 0;
882
+ border-color: #dcdcdc;
883
+ -webkit-border-radius: 10px;
884
+ border-radius: 10px;
885
+ -webkit-border-top-left-radius: 0;
886
+ border-top-left-radius: 0;
887
+ -webkit-border-bottom-left-radius: 0;
888
+ border-bottom-left-radius: 0;
889
+ }
890
+
891
+ .pa-elements-filter input {
892
+ min-width: 300px;
893
+ border-color: #dcdcdc;
894
+ min-height: 40px;
895
+ -webkit-border-radius: 10px;
896
+ border-radius: 10px;
897
+ -webkit-border-top-right-radius: 0;
898
+ border-top-right-radius: 0;
899
+ -webkit-border-bottom-right-radius: 0;
900
+ border-bottom-right-radius: 0;
901
+ }
902
+
903
+ .pa-elements-tabs {
904
+ -webkit-border-radius: 10px;
905
+ border-radius: 10px;
906
+ background-color: #f7f7f7;
907
+ padding: 20px;
908
+ margin-right: 16px;
909
+ }
910
+
911
+ .pa-elements-tabs .pa-elements-tab {
912
+ position: relative;
913
+ padding: 0;
914
+ margin-bottom: 12px;
915
+ text-align: center;
916
+ }
917
+
918
+ .pa-elements-tab .pa-element-tab-tooltip {
919
+ position: absolute;
920
+ background-color: #3a3c40;
921
+ display: block;
922
+ position: absolute;
923
+ top: 50%;
924
+ left: 100%;
925
+ padding: 10px 20px;
926
+ -webkit-border-radius: 13px;
927
+ border-radius: 13px;
928
+ -webkit-filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
929
+ filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
930
+ background-color: #ffffff;
931
+ font-size: 11px;
932
+ color: #252c59;
933
+ font-weight: 500;
934
+ font-family: "Poppins";
935
+ opacity: 0;
936
+ pointer-events: none;
937
+ text-transform: capitalize;
938
+ -webkit-transform: translate(30px, -50%);
939
+ -ms-transform: translate(30px, -50%);
940
+ transform: translate(30px, -50%);
941
+ -webkit-transition: all 0.3s ease;
942
+ transition: all 0.3s ease;
943
+ z-index: 1;
944
+ white-space: nowrap;
945
+ }
946
+
947
+ .pa-elements-tab .pa-element-tab-tooltip::before {
948
+ display: block;
949
+ position: absolute;
950
+ top: 50%;
951
+ left: -5px;
952
+ width: 0;
953
+ height: 0;
954
+ content: "";
955
+ border-top: 5px solid transparent;
956
+ border-bottom: 5px solid transparent;
957
+ border-right: 5px solid #ffffff;
958
+ -webkit-transform: translateY(-50%);
959
+ -ms-transform: translateY(-50%);
960
+ transform: translateY(-50%);
961
+ }
962
+
963
+ .pa-elements-tab .pa-elements-tab-link {
964
+ -js-display: flex;
965
+ display: -webkit-box;
966
+ display: -webkit-flex;
967
+ display: -moz-box;
968
+ display: -ms-flexbox;
969
+ display: flex;
970
+ -webkit-box-pack: center;
971
+ -webkit-justify-content: center;
972
+ -moz-box-pack: center;
973
+ -ms-flex-pack: center;
974
+ justify-content: center;
975
+ -webkit-box-align: center;
976
+ -webkit-align-items: center;
977
+ -moz-box-align: center;
978
+ -ms-flex-align: center;
979
+ align-items: center;
980
+ color: #c2c4cf;
981
+ padding: 12px;
982
+ text-decoration: none;
983
+ -webkit-transition: all 0.3s ease-in-out;
984
+ transition: all 0.3s ease-in-out;
985
+ -webkit-border-radius: 13px;
986
+ border-radius: 13px;
987
+ }
988
+
989
+ .pa-elements-tab .pa-elements-tab-link:hover,
990
+ .pa-elements-tab .pa-elements-tab-link.active {
991
+ -webkit-filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5)) drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
992
+ filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5)) drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
993
+ background-color: #ffffff;
994
+ color: #00a5e5;
995
+ outline: none;
996
+ border: none;
997
+ text-decoration: none;
998
+ -webkit-box-shadow: none;
999
+ box-shadow: none;
1000
+ }
1001
+
1002
+ .pa-elements-tab .pa-elements-tab-link:hover+span {
1003
+ opacity: 1;
1004
+ -webkit-transform: translate(20px, -50%);
1005
+ -ms-transform: translate(20px, -50%);
1006
+ transform: translate(20px, -50%);
1007
+ }
1008
+
1009
+ .pa-switchers {
1010
+ -js-display: flex;
1011
+ display: -webkit-box;
1012
+ display: -webkit-flex;
1013
+ display: -moz-box;
1014
+ display: -ms-flexbox;
1015
+ display: flex;
1016
+ -webkit-flex-wrap: wrap;
1017
+ -ms-flex-wrap: wrap;
1018
+ flex-wrap: wrap;
1019
+ -webkit-align-content: flex-start;
1020
+ -ms-flex-line-pack: start;
1021
+ align-content: flex-start;
1022
+ }
1023
+
1024
+ .pa-switchers-container {
1025
+ width: 100%;
1026
+ }
1027
+
1028
+ .pa-switchers-container.hidden,
1029
+ .pa-switcher.hidden {
1030
+ display: none;
1031
+ }
1032
+
1033
+ .pa-switchers-container .pa-elements-tab-title {
1034
+ font-size: 20px;
1035
+ color: #252c59;
1036
+ font-weight: 900;
1037
+ font-family: "Red Hat Display";
1038
+ margin: 16px 0;
1039
+ }
1040
+
1041
+ .pa-switcher {
1042
+ -webkit-border-radius: 15px;
1043
+ border-radius: 15px;
1044
+ background-color: #f7f7f7;
1045
+ position: relative;
1046
+ -js-display: flex;
1047
+ display: -webkit-box;
1048
+ display: -webkit-flex;
1049
+ display: -moz-box;
1050
+ display: -ms-flexbox;
1051
+ display: flex;
1052
+ width: -webkit-calc(50% - 56px);
1053
+ width: calc(50% - 56px);
1054
+ -webkit-box-pack: justify;
1055
+ -webkit-justify-content: space-between;
1056
+ -moz-box-pack: justify;
1057
+ -ms-flex-pack: justify;
1058
+ justify-content: space-between;
1059
+ -webkit-box-align: center;
1060
+ -webkit-align-items: center;
1061
+ -moz-box-align: center;
1062
+ -ms-flex-align: center;
1063
+ align-items: center;
1064
+ padding: 20px;
1065
+ margin-top: 16px;
1066
+ margin-right: 16px;
1067
+ }
1068
+
1069
+ .pa-element-info {
1070
+ -js-display: flex;
1071
+ display: -webkit-box;
1072
+ display: -webkit-flex;
1073
+ display: -moz-box;
1074
+ display: -ms-flexbox;
1075
+ display: flex;
1076
+ -webkit-box-align: center;
1077
+ -webkit-align-items: center;
1078
+ -moz-box-align: center;
1079
+ -ms-flex-align: center;
1080
+ align-items: center;
1081
+ }
1082
+
1083
+ .pa-section .pa-element-icon {
1084
+ color: #252c59;
1085
+ background-color: #ebebeb;
1086
+ -webkit-border-radius: 15px;
1087
+ border-radius: 15px;
1088
+ /* padding: 12px; */
1089
+ min-width: 40px;
1090
+ min-height: 40px;
1091
+ margin-right: 8px;
1092
+ -js-display: flex;
1093
+ display: -webkit-box;
1094
+ display: -webkit-flex;
1095
+ display: -moz-box;
1096
+ display: -ms-flexbox;
1097
+ display: flex;
1098
+ -webkit-box-pack: center;
1099
+ -webkit-justify-content: center;
1100
+ -moz-box-pack: center;
1101
+ -ms-flex-pack: center;
1102
+ justify-content: center;
1103
+ -webkit-box-align: center;
1104
+ -webkit-align-items: center;
1105
+ -moz-box-align: center;
1106
+ -ms-flex-align: center;
1107
+ align-items: center;
1108
+ }
1109
+
1110
+ .pa-element-name {
1111
+ font-size: 16px;
1112
+ color: #252c59;
1113
+ font-weight: 700;
1114
+ font-family: "Red Hat Display";
1115
+ margin: 0;
1116
+ -js-display: flex;
1117
+ display: -webkit-box;
1118
+ display: -webkit-flex;
1119
+ display: -moz-box;
1120
+ display: -ms-flexbox;
1121
+ display: flex;
1122
+ }
1123
+
1124
+ .pa-element-name span {
1125
+ text-transform: uppercase;
1126
+ color: #fd9926;
1127
+ font-weight: 700;
1128
+ font-size: 11px;
1129
+ margin-left: 5px;
1130
+ }
1131
+
1132
+ .pa-element-link {
1133
+ font-size: 13px;
1134
+ color: #252c59;
1135
+ font-family: "Poppins";
1136
+ text-decoration: none;
1137
+ -webkit-transition: all 0.2s ease-in-out;
1138
+ transition: all 0.2s ease-in-out;
1139
+ }
1140
+
1141
+ .pa-element-link-separator {
1142
+ width: 3px;
1143
+ height: 3px;
1144
+ display: inline-block;
1145
+ text-align: center;
1146
+ color: #252c59;
1147
+ background: #252c59;
1148
+ -webkit-border-radius: 50%;
1149
+ border-radius: 50%;
1150
+ vertical-align: middle;
1151
+ margin: 0 3px;
1152
+ }
1153
+
1154
+ .pa-element-link:hover,
1155
+ .pa-element-link:focus {
1156
+ color: #00a5e5;
1157
+ text-decoration: none;
1158
+ outline: none;
1159
+ -webkit-box-shadow: none;
1160
+ box-shadow: none;
1161
+ border: none;
1162
+ }
1163
+
1164
+ /*
1165
+ * Global Features
1166
+ */
1167
+ .pa-section-outer-wrap {
1168
+ position: relative;
1169
+ }
1170
+
1171
+ .pa-section-outer-wrap a {
1172
+ position: absolute;
1173
+ top: 0;
1174
+ left: 0;
1175
+ width: 100%;
1176
+ height: 100%;
1177
+ }
1178
+
1179
+ .pa-section-outer-wrap a:focus,
1180
+ .pa-section-outer-wrap a:visited {
1181
+ outline: none;
1182
+ text-decoration: none;
1183
+ -webkit-box-shadow: none;
1184
+ box-shadow: none;
1185
+ }
1186
+
1187
+ /*
1188
+ * Integrations
1189
+ */
1190
+ .pa-maps-table select {
1191
+ width: 100%;
1192
+ max-width: 100%;
1193
+ padding: 8px;
1194
+ }
1195
+
1196
+ .pa-maps-table #premium-map-api,
1197
+ .pa-maps-table #premium-youtube-api {
1198
+ width: 100%;
1199
+ }
1200
+
1201
+ .pa-maps-table tr td {
1202
+ padding-top: 30px;
1203
+ }
1204
+
1205
+ .pa-maps-table tr td:first-of-type {
1206
+ padding-right: 30px;
1207
+ }
1208
+
1209
+ .pa-maps-table td h4 {
1210
+ margin: 0;
1211
+ font-size: 15px;
1212
+ color: #252c59;
1213
+ font-weight: 500;
1214
+ font-family: "Poppins";
1215
+ display: inline-block;
1216
+ }
1217
+
1218
+ .pa-maps-table td span {
1219
+ font-size: 13px;
1220
+ color: #474747;
1221
+ font-family: "Poppins";
1222
+ vertical-align: middle;
1223
+ }
1224
+
1225
+ .pa-maps-table td input[type="text"] {
1226
+ -webkit-border-radius: 10px;
1227
+ border-radius: 10px;
1228
+ background-color: #ebebeb;
1229
+ border: none;
1230
+ padding: 8px 20px;
1231
+ }
1232
+
1233
+ .pa-section input[type="checkbox"] {
1234
+ border: none;
1235
+ display: none;
1236
+ }
1237
+
1238
+ .pa-section input[type="checkbox"]+label {
1239
+ position: relative;
1240
+ background: #ebebeb;
1241
+ height: 16px;
1242
+ width: 16px;
1243
+ display: inline-block;
1244
+ padding: 0;
1245
+ margin-right: 5px;
1246
+ -webkit-border-radius: 4px;
1247
+ border-radius: 4px;
1248
+ }
1249
+
1250
+ .pa-section input[type="checkbox"]:checked+label {
1251
+ background: #00a5e5;
1252
+ height: 16px;
1253
+ width: 16px;
1254
+ display: inline-block;
1255
+ padding: 0;
1256
+ }
1257
+
1258
+ .pa-section input[type="checkbox"]:checked+label:before {
1259
+ position: absolute;
1260
+ content: "✔";
1261
+ color: #fff;
1262
+ font-size: 12px;
1263
+ top: 0;
1264
+ left: 0;
1265
+ width: 100%;
1266
+ height: 100%;
1267
+ text-align: center;
1268
+ margin-top: -1px;
1269
+ }
1270
+
1271
+ .pa-maps-table td input:focus {
1272
+ outline: none;
1273
+ -webkit-box-shadow: none;
1274
+ box-shadow: none;
1275
+ border: none;
1276
+ }
1277
+
1278
+ .pa-maps-table td select {
1279
+ border-color: #dcdcdc;
1280
+ -webkit-border-radius: 10px;
1281
+ border-radius: 10px;
1282
+ -webkit-border-bottom-right-radius: 0;
1283
+ border-bottom-right-radius: 0;
1284
+ }
1285
+
1286
+ .pa-maps-circle-icon {
1287
+ width: 5px;
1288
+ height: 5px;
1289
+ background-color: #252c59;
1290
+ -webkit-border-radius: 50%;
1291
+ border-radius: 50%;
1292
+ display: inline-block;
1293
+ vertical-align: middle;
1294
+ margin-right: 10px;
1295
+ }
1296
+
1297
+ .pa-maps-table td h4:before {
1298
+ position: absolute;
1299
+ content: "";
1300
+ }
1301
+
1302
+ /*
1303
+ * White Labeling Tab
1304
+ */
1305
+ .pa-wht-lbl-settings .pa-wht-lbl-title {
1306
+ font-size: 20px;
1307
+ color: #252c59;
1308
+ font-weight: 900;
1309
+ font-family: "Red Hat Display";
1310
+ margin: 0;
1311
+ }
1312
+
1313
+ .pa-wht-lbl-settings .pa-row {
1314
+ width: 60%;
1315
+ float: left;
1316
+ }
1317
+
1318
+ .pa-wht-lbl-settings .pa-wht-lbl-admin {
1319
+ width: 30%;
1320
+ float: left;
1321
+ margin-left: 16px;
1322
+ }
1323
+
1324
+ .pa-wht-lbl-settings .pa-wht-lbl-head {
1325
+ border-bottom: 1px solid #ddd;
1326
+ background: #f7f7f7;
1327
+ padding: 20px;
1328
+ }
1329
+
1330
+ .pa-wht-lbl-table {
1331
+ text-align: left;
1332
+ }
1333
+
1334
+ .pa-wht-lbl-settings input {
1335
+ font-weight: 400;
1336
+ margin: 0;
1337
+ margin-bottom: 12px;
1338
+ -webkit-border-radius: 10px;
1339
+ border-radius: 10px;
1340
+ /* background-color: #ebebeb; */
1341
+ border: 1px solid #dcdcdc;
1342
+ padding: 8px 20px;
1343
+ }
1344
+
1345
+ /* .pa-wht-lbl-settings input + span {
1346
+ margin-left: 0.3em;
1347
+ } */
1348
+
1349
+ .pa-wht-lbl-settings label+span {
1350
+ font-family: "Poppins";
1351
+ vertical-align: middle;
1352
+ }
1353
+
1354
+ .pa-wht-lbl-settings .pa-input-label {
1355
+ display: block;
1356
+ font-weight: 600;
1357
+ margin: 10px 0 6px;
1358
+ font-size: 14px;
1359
+ color: #252c59;
1360
+ font-family: "Red Hat Display";
1361
+ }
1362
+
1363
+ .pa-wht-lbl-settings input[type="text"] {
1364
+ width: 550px;
1365
+ }
1366
+
1367
+ .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1368
+ .pa-wht-lbl-settings input[type="text"]::-webkit-input-placeholder {
1369
+ font-weight: 300;
1370
+ font-family: "Poppins";
1371
+ }
1372
+
1373
+ .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1374
+ .pa-wht-lbl-settings input[type="text"]:-moz-placeholder {
1375
+ font-weight: 300;
1376
+ font-family: "Poppins";
1377
+ }
1378
+
1379
+ .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1380
+ .pa-wht-lbl-settings input[type="text"]::-moz-placeholder {
1381
+ font-weight: 300;
1382
+ font-family: "Poppins";
1383
+ }
1384
+
1385
+ .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1386
+ .pa-wht-lbl-settings input[type="text"]:-ms-input-placeholder {
1387
+ font-weight: 300;
1388
+ font-family: "Poppins";
1389
+ }
1390
+
1391
+ .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1392
+ .pa-wht-lbl-settings input[type="text"]::-ms-input-placeholder {
1393
+ font-weight: 300;
1394
+ font-family: "Poppins";
1395
+ }
1396
+
1397
+ .pa-wht-lbl-settings input[type="text"]::-webkit-input-placeholder {
1398
+ font-weight: 300;
1399
+ font-family: "Poppins";
1400
+ }
1401
+
1402
+ .pa-elements-filter input[type="text"]::-webkit-input-placeholder,
1403
+ .pa-wht-lbl-settings input[type="text"]::placeholder {
1404
+ font-weight: 300;
1405
+ font-family: "Poppins";
1406
+ }
1407
+
1408
+ .pa-wht-lbl-settings .pa-wht-lbl-settings-wrap {
1409
+ background: #fff;
1410
+ margin: 16px auto;
1411
+ border: 1px solid #dcdcdc;
1412
+ -webkit-border-radius: 10px;
1413
+ border-radius: 10px;
1414
+ overflow: hidden;
1415
+ }
1416
+
1417
+ .pa-wht-lbl-settings .clearfix {
1418
+ clear: both;
1419
+ }
1420
+
1421
+ .pa-wht-lbl-group-wrap {
1422
+ padding: 20px;
1423
+ }
1424
+
1425
+ .pa-section-white-label .pa-white-label-notice {
1426
+ position: absolute;
1427
+ top: 0;
1428
+ left: 0;
1429
+ width: 100%;
1430
+ height: 100%;
1431
+ background: rgba(200, 200, 200, 0.8);
1432
+ -webkit-border-radius: 15px;
1433
+ border-radius: 15px;
1434
+ -js-display: flex;
1435
+ display: -webkit-box;
1436
+ display: -webkit-flex;
1437
+ display: -moz-box;
1438
+ display: -ms-flexbox;
1439
+ display: flex;
1440
+ -webkit-box-pack: center;
1441
+ -webkit-justify-content: center;
1442
+ -moz-box-pack: center;
1443
+ -ms-flex-pack: center;
1444
+ justify-content: center;
1445
+ }
1446
+
1447
+ .pa-white-label-notice-content {
1448
+ position: absolute;
1449
+ top: 200px;
1450
+ left: 200;
1451
+ width: 530px;
1452
+ background-image: url("../../images/popup-pattern.jpg");
1453
+ background-repeat: no-repeat;
1454
+ -webkit-background-size: cover;
1455
+ background-size: cover;
1456
+ padding: 32px;
1457
+ padding-bottom: 50px;
1458
+ -webkit-border-radius: 50px 0px;
1459
+ border-radius: 50px 0px;
1460
+ text-align: center;
1461
+ z-index: 2;
1462
+ }
1463
+
1464
+ .pa-white-label-notice-logo {
1465
+ -webkit-transform: translateY(-32px);
1466
+ -ms-transform: translateY(-32px);
1467
+ transform: translateY(-32px);
1468
+ margin-bottom: -18px;
1469
+ }
1470
+
1471
+ .pa-white-label-notice-logo img {
1472
+ padding: 10px;
1473
+ padding-top: 40px;
1474
+ background-color: #ffffff;
1475
+ border: 1px solid #e6e6e6;
1476
+ -webkit-border-radius: 50px;
1477
+ border-radius: 50px;
1478
+ -webkit-border-top-left-radius: 50px;
1479
+ border-top-left-radius: 50px;
1480
+ -webkit-border-top-right-radius: 50px;
1481
+ border-top-right-radius: 50px;
1482
+ -webkit-border-top-left-radius: 0;
1483
+ border-top-left-radius: 0;
1484
+ -webkit-border-top-right-radius: 0;
1485
+ border-top-right-radius: 0;
1486
+ }
1487
+
1488
+ .pa-white-label-notice-content h2,
1489
+ .pa-swal-head {
1490
+ display: inline-block;
1491
+ font-size: 23px;
1492
+ color: #252c59;
1493
+ font-weight: 900;
1494
+ font-family: "Red Hat Display";
1495
+ text-align: center;
1496
+ max-width: 350px;
1497
+ line-height: 1;
1498
+ margin: 0;
1499
+ margin-bottom: 18px;
1500
+ }
1501
+
1502
+ .pa-white-label-notice-content h2 span {
1503
+ color: #fd9926;
1504
+ text-transform: uppercase;
1505
+ font-family: "Red Hat Display";
1506
+ }
1507
+
1508
+ .pa-white-label-notice-content p {
1509
+ font-size: 13px;
1510
+ color: #474747;
1511
+ font-family: "Poppins";
1512
+ text-align: center;
1513
+ margin: 0;
1514
+ margin-bottom: 18px;
1515
+ }
1516
+
1517
+ .pa-white-label-notice-content a.pa-get-pro {
1518
+ display: inline-block;
1519
+ width: 117px;
1520
+ padding: 12px 10px;
1521
+ -webkit-border-radius: 10px;
1522
+ border-radius: 10px;
1523
+ color: #ffffff;
1524
+ font-size: 15px;
1525
+ font-weight: 900;
1526
+ font-family: "Red Hat Display";
1527
+ -webkit-filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
1528
+ filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
1529
+ text-decoration: none;
1530
+ outline: none;
1531
+ border: none;
1532
+ background-image: -webkit-linear-gradient(120deg, #fe6300 0%, #fe9f00 100%);
1533
+ background-image: linear-gradient(-30deg, #fe6300 0%, #fe9f00 100%);
1534
+ -webkit-transition: all 0.2s ease-in-out;
1535
+ transition: all 0.2s ease-in-out;
1536
+ }
1537
+
1538
+ .pa-white-label-notice-content a.pa-get-pro:hover {
1539
+ background-image: -webkit-linear-gradient(60deg, #fe6300 0%, #fe9f00 100%);
1540
+ background-image: linear-gradient(30deg, #fe6300 0%, #fe9f00 100%);
1541
+ }
1542
+
1543
+ /*
1544
+ * System Info Tab
1545
+ */
1546
+ .pa-section-info table.widefat {
1547
+ border: 0px;
1548
+ -webkit-box-shadow: none;
1549
+ box-shadow: none;
1550
+ font-family: "Poppins";
1551
+ }
1552
+
1553
+ .pa-section-info .widefat td:first-child {
1554
+ width: 30%;
1555
+ }
1556
+
1557
+ .pa-section-info table.widefat tr:nth-child(2n) {
1558
+ background-color: #f7f7f7;
1559
+ }
1560
+
1561
+ /*
1562
+ * License Tab
1563
+ */
1564
+ .pa-license-form span {
1565
+ color: #474747;
1566
+ font-family: "Poppins";
1567
+ }
1568
+
1569
+ .pa-license-form label {
1570
+ display: block;
1571
+ font-weight: 500;
1572
+ margin: 2em 0 0.5em;
1573
+ }
1574
+
1575
+ .pa-license-form code {
1576
+ padding: 3px 5px 2px;
1577
+ margin: 0 1px;
1578
+ background: #eaeaea;
1579
+ background: rgba(0, 0, 0, 0.07);
1580
+ font-size: 13px;
1581
+ font-style: italic;
1582
+ }
1583
+
1584
+ .pa-license-form .button.button-primary {
1585
+ width: 147px;
1586
+ height: 43px;
1587
+ /* -webkit-filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3));
1588
+ filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3)); */
1589
+ background-color: #00a5e5;
1590
+ /* margin-top: 50px; */
1591
+ margin-left: -3px;
1592
+ -webkit-border-radius: 0 10px 10px 0;
1593
+ border-radius: 0 10px 10px 0;
1594
+ border: none;
1595
+ }
1596
+
1597
+ #papro-license-key:focus,
1598
+ .pa-license-form .button.button-primary:focus {
1599
+ outline: none;
1600
+ -webkit-box-shadow: none;
1601
+ box-shadow: none;
1602
+ }
1603
+
1604
+ #papro-license-key {
1605
+ height: 43px;
1606
+ line-height: 1;
1607
+ margin: 0;
1608
+ padding: 8px 20px;
1609
+ -webkit-border-radius: 10px 0 0 10px;
1610
+ border-radius: 10px 0 0 10px;
1611
+ }
1612
+
1613
+ .pa-license-form input+span {
1614
+ margin-left: 10px;
1615
+ font-weight: 600;
1616
+ }
1617
+
1618
+ .pa-license-cell span {
1619
+ margin-left: 0.3em;
1620
+ }
1621
+
1622
+ @media(min-width: 1550px) {
1623
+ #pa-general-settings .pa-section-info:not(.pa-news-section):not(.pa-support-section) p {
1624
+ min-height: 65px;
1625
+ }
1626
+
1627
+ .pa-news-grid .pa-news-post p:nth-of-type(1) {
1628
+ min-height: 40px;
1629
+ }
1630
+ }
1631
+
1632
+ /*
1633
+ * PAPRO Notice
1634
+ */
1635
+ .papro-admin-notice {
1636
+ -webkit-display: flex;
1637
+ display: -webkit-box;
1638
+ display: -ms-flexbox;
1639
+ -js-display: flex;
1640
+ display: -moz-box;
1641
+ display: flex;
1642
+ -webkit-box-pack: end;
1643
+ -ms-flex-pack: end;
1644
+ -webkit-justify-content: flex-end;
1645
+ -moz-box-pack: end;
1646
+ justify-content: flex-end;
1647
+ -webkit-box-align: center;
1648
+ -ms-flex-align: center;
1649
+ -webkit-align-items: center;
1650
+ -moz-box-align: center;
1651
+ align-items: center;
1652
+ margin-bottom: 24px;
1653
+ }
1654
+
1655
+ .papro-admin-notice>div {
1656
+ -webkit-box-flex: 1;
1657
+ -webkit-flex-grow: 1;
1658
+ -moz-box-flex: 1;
1659
+ -ms-flex-positive: 1;
1660
+ flex-grow: 1;
1661
+ }
1662
+
1663
+ .papro-admin-notice-left {
1664
+ position: relative;
1665
+ padding: 16px;
1666
+ -webkit-border-radius: 15px;
1667
+ border-radius: 15px;
1668
+ background-color: #fff;
1669
+ -webkit-flex-basis: 80%;
1670
+ -ms-flex-preferred-size: 80%;
1671
+ flex-basis: 80%;
1672
+ }
1673
+
1674
+ .papro-admin-notice-left a {
1675
+ position: absolute;
1676
+ top: 0;
1677
+ left: 0;
1678
+ width: 100%;
1679
+ height: 100%;
1680
+ }
1681
+
1682
+ .papro-admin-notice-left a:hover,
1683
+ .papro-admin-notice-left a:focus,
1684
+ .papro-admin-notice-left a:visited {
1685
+ outline: none;
1686
+ border: none;
1687
+ -webkit-box-shadow: none;
1688
+ box-shadow: none;
1689
+ text-decoration: none;
1690
+ }
1691
+
1692
+ .papro-admin-notice-logo {
1693
+ -webkit-display: flex;
1694
+ display: -webkit-box;
1695
+ display: -ms-flexbox;
1696
+ -js-display: flex;
1697
+ display: -moz-box;
1698
+ display: flex;
1699
+ -webkit-box-pack: justify;
1700
+ -webkit-justify-content: space-between;
1701
+ -moz-box-pack: justify;
1702
+ -ms-flex-pack: justify;
1703
+ justify-content: space-between;
1704
+ -webkit-box-align: center;
1705
+ -webkit-align-items: center;
1706
+ -moz-box-align: center;
1707
+ -ms-flex-align: center;
1708
+ align-items: center;
1709
+ }
1710
+
1711
+ .papro-admin-notice-logo label {
1712
+ display: block;
1713
+ font-weight: 600;
1714
+ margin: 10px 0 6px;
1715
+ font-size: 14px;
1716
+ color: #252c59;
1717
+ font-family: "Red Hat Display";
1718
+ }
1719
+
1720
+ .papro-admin-notice-right {
1721
+ -webkit-display: flex;
1722
+ display: -webkit-box;
1723
+ display: -ms-flexbox;
1724
+ -js-display: flex;
1725
+ display: -moz-box;
1726
+ display: flex;
1727
+ -webkit-box-align: center;
1728
+ -ms-flex-align: center;
1729
+ -webkit-align-items: center;
1730
+ -moz-box-align: center;
1731
+ align-items: center;
1732
+ background: url("../../images/papro-banner.png");
1733
+ -webkit-background-size: cover;
1734
+ background-size: cover;
1735
+ background-repeat: no-repeat;
1736
+ padding: 18px;
1737
+ -webkit-border-radius: 15px;
1738
+ border-radius: 15px;
1739
+ overflow: hidden;
1740
+ margin-left: 25px;
1741
+ }
1742
+
1743
+ .papro-admin-notice-right h4 {
1744
+ font-size: 20px;
1745
+ color: #fff;
1746
+ font-weight: 900;
1747
+ font-family: "Red Hat Display";
1748
+ margin: 0;
1749
+ margin-bottom: 8px;
1750
+ }
1751
+
1752
+ .papro-admin-notice-right p {
1753
+ font-size: 14px;
1754
+ color: #ffffff;
1755
+ font-family: "Poppins";
1756
+ margin: 0;
1757
+ }
1758
+
1759
+ .papro-admin-notice-right span {
1760
+ font-weight: 700;
1761
+ }
1762
+
1763
+ #wp-admin-bar-premium-addons .ab-item .dashicons {
1764
+ position: relative;
1765
+ top: 8px;
1766
+ display: inline-block;
1767
+ font-weight: 400;
1768
+ font-style: normal;
1769
+ font-variant: normal;
1770
+ font-size: inherit;
1771
+ font-family: dashicons;
1772
+ line-height: 1;
1773
+ -webkit-font-smoothing: antialiased;
1774
+ -moz-osx-font-smoothing: grayscale;
1775
+ text-rendering: auto;
1776
+ }
1777
+
1778
+ #wp-admin-bar-pa-feature-doc .ab-item .dashicons {
1779
+ font-size: 16px;
1780
+ left: -2px
1781
+ }
1782
+
1783
+ #wp-admin-bar-premium-addons>.ab-item>i {
1784
+ font-size: 18px !important;
1785
+ }
1786
+
1787
+ #wp-admin-bar-premium-addons li .loading {
1788
+ -webkit-animation: spin 2s linear infinite;
1789
+ animation: spin 2s linear infinite;
1790
+ }
1791
+
1792
+ /*
1793
+ * Dashboard Tabs
1794
+ */
1795
+ .pa-dash-general:before {
1796
+ content: "\e93e";
1797
+ }
1798
+
1799
+ .pa-dash-integrations:before {
1800
+ content: "\e93f";
1801
+ }
1802
+
1803
+ .pa-dash-system-info:before {
1804
+ content: "\e941";
1805
+ }
1806
+
1807
+ .pa-dash-vcontrol:before {
1808
+ content: "\e942";
1809
+ }
1810
+
1811
+ .pa-dash-white-label:before {
1812
+ content: "\e943";
1813
+ }
1814
+
1815
+ .pa-dash-elements:before {
1816
+ content: "\e944";
1817
+ }
1818
+
1819
+ .pa-dash-license:before {
1820
+ content: "\e940";
1821
+ }
1822
+
1823
+ .pa-dash-features:before {
1824
+ content: "\e952";
1825
+ }
1826
+
1827
+ /*
1828
+ * Elements Categories
1829
+ */
1830
+ .pa-dash-cat-all:before {
1831
+ content: "\e945";
1832
+ }
1833
+
1834
+ .pa-dash-cat-blurbs:before {
1835
+ content: "\e946";
1836
+ }
1837
+
1838
+ .pa-dash-cat-contact:before {
1839
+ content: "\e947";
1840
+ }
1841
+
1842
+ .pa-dash-cat-content:before {
1843
+ content: "\e948";
1844
+ }
1845
+
1846
+ .pa-dash-cat-images:before {
1847
+ content: "\e949";
1848
+ }
1849
+
1850
+ .pa-dash-cat-off-grid:before {
1851
+ content: "\e94b";
1852
+ }
1853
+
1854
+ .pa-dash-cat-section:before {
1855
+ content: "\e94c";
1856
+ }
1857
+
1858
+ .pa-dash-cat-feed:before {
1859
+ content: "\e94d";
1860
+ }
1861
+
1862
+ .pa-dash-cat-data:before {
1863
+ content: "\e94e";
1864
+ }
1865
+
1866
+ .pa-dash-cat-social:before {
1867
+ content: "\e94f";
1868
+ }
1869
+
1870
+ /*
1871
+ * Widgets Icons
1872
+ */
1873
+ .pa-dash-premium-notbar:before {
1874
+ content: "\e900";
1875
+ }
1876
+
1877
+ .pa-dash-premium-gradient:before {
1878
+ content: "\e901";
1879
+ }
1880
+
1881
+ .pa-dash-premium-color-transition:before {
1882
+ content: "\e902";
1883
+ }
1884
+
1885
+ .pa-dash-premium-behance:before {
1886
+ content: "\e904";
1887
+ }
1888
+
1889
+ .pa-dash-premium-charts:before {
1890
+ content: "\e90a";
1891
+ }
1892
+
1893
+ .pa-dash-premium-content-toggle:before {
1894
+ content: "\e90d";
1895
+ }
1896
+
1897
+ .pa-dash-premium-divider:before {
1898
+ content: "\e910";
1899
+ }
1900
+
1901
+ .pa-dash-premium-facebook-feed:before {
1902
+ content: "\e912";
1903
+ }
1904
+
1905
+ .pa-dash-facebook-feed-2:before {
1906
+ content: "\e91b";
1907
+ }
1908
+
1909
+ .pa-dash-premium-fb-chat:before {
1910
+ content: "\e92a";
1911
+ }
1912
+
1913
+ .pa-dash-premium-facebook-reviews:before {
1914
+ content: "\e913";
1915
+ }
1916
+
1917
+ .pa-dash-premium-google-reviews:before {
1918
+ content: "\e916";
1919
+ }
1920
+
1921
+ .pa-dash-premium-hscroll:before {
1922
+ content: "\e918";
1923
+ }
1924
+
1925
+ .pa-dash-premium-flipbox:before {
1926
+ content: "\e919";
1927
+ }
1928
+
1929
+ .pa-dash-premium-iconbox:before {
1930
+ content: "\e91a";
1931
+ }
1932
+
1933
+ .pa-dash-premium-image-accordion:before {
1934
+ content: "\e91c";
1935
+ }
1936
+
1937
+ .pa-dash-premium-image-comparison:before {
1938
+ content: "\e91e";
1939
+ }
1940
+
1941
+ .pa-dash-premium-image-hotspots:before {
1942
+ content: "\e91f";
1943
+ }
1944
+
1945
+ .pa-dash-premium-img-layers:before {
1946
+ content: "\e920";
1947
+ }
1948
+
1949
+ .pa-dash-premium-instagram-feed:before {
1950
+ content: "\e923";
1951
+ }
1952
+
1953
+ .pa-dash-premium-kenburns:before {
1954
+ content: "\e924";
1955
+ }
1956
+
1957
+ .pa-dash-premium-lottie:before {
1958
+ content: "\e925";
1959
+ }
1960
+
1961
+ .pa-dash-premium-magic-section:before {
1962
+ content: "\e927";
1963
+ }
1964
+
1965
+ .pa-dash-premium-multi-scroll:before {
1966
+ content: "\e92c";
1967
+ }
1968
+
1969
+ .pa-dash-premium-ihover:before {
1970
+ content: "\e91b";
1971
+ }
1972
+
1973
+ .pa-dash-premium-parallax:before {
1974
+ content: "\e92d";
1975
+ }
1976
+
1977
+ .pa-dash-premium-particles:before {
1978
+ content: "\e92e";
1979
+ }
1980
+
1981
+ .pa-dash-premium-prev-img:before {
1982
+ content: "\e92f";
1983
+ }
1984
+
1985
+ .pa-dash-premium-tabs:before {
1986
+ content: "\e933";
1987
+ }
1988
+
1989
+ .pa-dash-premium-tables:before {
1990
+ content: "\e932";
1991
+ }
1992
+
1993
+ .pa-dash-premium-twitter-feed:before {
1994
+ content: "\e936";
1995
+ }
1996
+
1997
+ .pa-dash-premium-unfold:before {
1998
+ content: "\e937";
1999
+ }
2000
+
2001
+ .pa-dash-premium-whatsapp-chat:before {
2002
+ content: "\e93b";
2003
+ }
2004
+
2005
+ .pa-dash-premium-yelp-reviews:before {
2006
+ content: "\e951";
2007
+ }
2008
+
2009
+ .pa-dash-premium-banner:before {
2010
+ content: "\e903";
2011
+ }
2012
+
2013
+ .pa-dash-premium-blog:before {
2014
+ content: "\e906";
2015
+ }
2016
+
2017
+ .pa-dash-premium-button:before {
2018
+ content: "\e908";
2019
+ }
2020
+
2021
+ .pa-dash-premium-carousel:before {
2022
+ content: "\e909";
2023
+ }
2024
+
2025
+ .pa-dash-premium-contactform:before {
2026
+ content: "\e90c";
2027
+ }
2028
+
2029
+ .pa-dash-premium-countdown:before {
2030
+ content: "\e90e";
2031
+ }
2032
+
2033
+ .pa-dash-premium-counter:before {
2034
+ content: "\e90f";
2035
+ }
2036
+
2037
+ .pa-dash-premium-dual-header:before {
2038
+ content: "\e911";
2039
+ }
2040
+
2041
+ .pa-dash-premium-fancytext:before {
2042
+ content: "\e914";
2043
+ }
2044
+
2045
+ .pa-dash-premium-maps:before {
2046
+ content: "\e915";
2047
+ }
2048
+
2049
+ .pa-dash-premium-title:before {
2050
+ content: "\e917";
2051
+ }
2052
+
2053
+ .pa-dash-premium-icon-list:before {
2054
+ content: "\e907";
2055
+ }
2056
+
2057
+ .pa-dash-premium-image-button:before {
2058
+ content: "\e91d";
2059
+ }
2060
+
2061
+ .pa-dash-premium-image-scroll:before {
2062
+ content: "\e921";
2063
+ }
2064
+
2065
+ .pa-dash-premium-image-separator:before {
2066
+ content: "\e922";
2067
+ }
2068
+
2069
+ /* .pa-dash-premium-lottie:before {
2070
+ content: "\e944";
2071
+ } */
2072
+ .pa-dash-premium-lottie-widget:before {
2073
+ content: "\e925";
2074
+ }
2075
+
2076
+ .pa-dash-premium-grid:before {
2077
+ content: "\e928";
2078
+ }
2079
+
2080
+ .pa-dash-premium-modalbox:before {
2081
+ content: "\e92b";
2082
+ }
2083
+
2084
+ .pa-dash-premium-pricing-table:before {
2085
+ content: "\e930";
2086
+ }
2087
+
2088
+ .pa-dash-premium-progressbar:before {
2089
+ content: "\e931";
2090
+ }
2091
+
2092
+ .pa-dash-premium-person:before {
2093
+ content: "\e934";
2094
+ }
2095
+
2096
+ .pa-dash-premium-testimonials:before {
2097
+ content: "\e935";
2098
+ }
2099
+
2100
+ .pa-dash-premium-vscroll:before {
2101
+ content: "\e938";
2102
+ }
2103
+
2104
+ .pa-dash-premium-videobox:before {
2105
+ content: "\e939";
2106
+ }
2107
+
2108
+ .pa-dash-premium-blob:before {
2109
+ content: "\e905";
2110
+ }
2111
+
2112
+ .pa-dash-woo-products:before {
2113
+ content: "\e93c";
2114
+ }
2115
+
2116
+ .pa-dash-premium-global-cursor:before {
2117
+ content: "\e951";
2118
+ }
2119
+
2120
+ .pa-dash-premium-nav-menu:before {
2121
+ content: "\e929";
2122
+ }
2123
+
2124
+ .pa-dash-premium-svg-drawer:before {
2125
+ content: "\e953";
2126
+ }
2127
+
2128
+ @-webkit-keyframes spin {
2129
+ 0% {
2130
+ -webkit-transform: rotateZ(-180deg) rotateY(180deg);
2131
+ transform: rotateZ(-180deg) rotateY(180deg);
2132
+ }
2133
+
2134
+ 100% {
2135
+ -webkit-transform: rotateZ(180deg) rotateY(180deg);
2136
+ transform: rotateZ(180deg) rotateY(180deg);
2137
+ }
2138
+ }
2139
+
2140
+ @keyframes spin {
2141
+ 0% {
2142
+ -webkit-transform: rotateZ(-180deg) rotateY(180deg);
2143
+ transform: rotateZ(-180deg) rotateY(180deg);
2144
+ }
2145
+
2146
+ 100% {
2147
+ -webkit-transform: rotateZ(180deg) rotateY(180deg);
2148
+ transform: rotateZ(180deg) rotateY(180deg);
2149
+ }
2150
+ }
2151
+
2152
+ /*Live Editor*/
2153
+ .papro-btn-block {
2154
+ width: 100% !important;
2155
+ margin: -10px 0 10px;
2156
+
2157
+ }
2158
+
2159
+ .elementor-template-pa-live-editor-modal-container {
2160
+ -js-display: flex;
2161
+ display: -webkit-box;
2162
+ display: -webkit-flex;
2163
+ display: -moz-box;
2164
+ display: -ms-flexbox;
2165
+ display: flex;
2166
+ }
2167
+
2168
+ .premium-live-editor-iframe-modal {
2169
+ display: none;
2170
+ position: relative;
2171
+ }
2172
+
2173
+ .premium-dynamic-content-modal {
2174
+ -js-display: flex;
2175
+ display: -webkit-box;
2176
+ display: -webkit-flex;
2177
+ display: -moz-box;
2178
+ display: -ms-flexbox;
2179
+ display: flex;
2180
+ }
2181
+
2182
+ .premium-live-editor-iframe-modal .elementor-templates-modal__header__logo__title {
2183
+ margin-right: 35px;
2184
+ }
2185
+
2186
+ .premium-live-editor-iframe-modal .dialog-lightbox-header {
2187
+ background-color: #f1f3f5 !important;
2188
+ }
2189
+
2190
+ .premium-live-editor-iframe-modal .dialog-message {
2191
+ position: relative;
2192
+ }
2193
+
2194
+ .premium-live-editor-iframe-modal iframe {
2195
+ position: absolute;
2196
+ top: 0;
2197
+ bottom: 0;
2198
+ right: 0;
2199
+ left: 0;
2200
+ width: 100%;
2201
+ height: 100%;
2202
+ }
2203
+
2204
+ /* .premium-live-editor-iframe-modal .dialog-widget-content {
2205
+ margin-top: 10px;
2206
+ } */
2207
+
2208
+ .premium-dynamic-content-modal .dialog-widget-content {
2209
+ position: static !important;
2210
+ max-width: -webkit-calc(100vw - 70px) !important;
2211
+ max-width: calc(100vw - 70px) !important;
2212
+ width: -webkit-calc(100vw - 70px) !important;
2213
+ width: calc(100vw - 70px) !important;
2214
+ -webkit-border-radius: 0;
2215
+ border-radius: 0;
2216
+ }
2217
+
2218
+ .elementor-device-desktop #elementor-preview-responsive-wrapper {
2219
+ min-width: auto !important;
2220
+ }
2221
+
2222
+ /* .premium-dynamic-content-modal .dialog-message {
2223
+ overflow: unset !important;
2224
+ } */
2225
+
2226
+ .premium-live-editor-iframe-modal {
2227
+ display: none;
2228
+ }
2229
+
2230
+ .premium-live-editor-iframe-modal .elementor-templates-modal__header__close {
2231
+ margin-left: 15px;
2232
+ }
2233
+
2234
+ /* .premium-live-editor-iframe-modal .dialog-widget-content {
2235
+ position: static !important;
2236
+ margin-top: 10px;
2237
+ } */
2238
+
2239
+ #pa-live-editor-logo .premium-template-modal-header-logo-icon img {
2240
+ width: 30px;
2241
+ height: 30px;
2242
+ }
2243
+
2244
+ #premium-live-temp-title {
2245
+ width: 400px;
2246
+ -webkit-border-radius: 3px 0 0 3px;
2247
+ border-radius: 3px 0 0 3px;
2248
+ font-size: 12px;
2249
+ color: #6d7882;
2250
+ background: none;
2251
+ -webkit-box-shadow: none;
2252
+ box-shadow: none;
2253
+ border: 1px solid #d5dadf;
2254
+ outline: 0;
2255
+ font-weight: normal;
2256
+ }
2257
+
2258
+ .premium-live-temp-notice {
2259
+ margin: 0 10px;
2260
+ font-style: italic;
2261
+ font-weight: normal;
2262
+ text-transform: none;
2263
+ }
2264
+
2265
+ #premium-live-temp-title {
2266
+ padding: 8px 10px;
2267
+ }
2268
+
2269
+ .premium-live-editor-title {
2270
+ display: none;
2271
+ -webkit-box-align: center;
2272
+ -webkit-align-items: center;
2273
+ -moz-box-align: center;
2274
+ -ms-flex-align: center;
2275
+ align-items: center;
2276
+ }
2277
+
2278
+ .premium-modal-expanded .dialog-lightbox-widget-content {
2279
+ max-width: 100% !important;
2280
+ margin: 0 !important;
2281
+ }
2282
+
2283
+ .premium-modal-expanded .dialog-lightbox-message {
2284
+ max-height: 100vh;
2285
+ }
2286
+
2287
+ .premium-modal-expanded #pa-live-editor-control-iframe {
2288
+ height: -webkit-calc(100vh - 50px);
2289
+ height: calc(100vh - 50px);
2290
+ }
2291
+
2292
+ .premium-live-temp-title.control-hidden {
2293
+ display: none;
2294
+ }
2295
+
2296
+ .premium-live-temp-label label {
2297
+ font-weight: 900;
2298
+ }
2299
+
2300
+ .premium-live-editor-iframe-modal .dialog-message {
2301
+ height: -webkit-calc(100vh - 50px) !important;
2302
+ height: calc(100vh - 50px) !important;
2303
+ max-height: -webkit-calc(100vh - 50px) !important;
2304
+ max-height: calc(100vh - 50px) !important;
2305
+ }
2306
+
2307
+ /**Premium Menu*/
2308
+ .premium-menu-item-settings {
2309
+ position: absolute;
2310
+ top: 50%;
2311
+ z-index: 99999;
2312
+ background-color: #d4f0fc;
2313
+ display: none;
2314
+ border: 1px solid #007cba;
2315
+ background-color: #f6f7f7;
2316
+ color: #007cba;
2317
+ font-size: 14px;
2318
+ line-height: 19px;
2319
+ padding: 8px 10px;
2320
+ min-width: 100px;
2321
+ cursor: pointer;
2322
+ -webkit-transform: translateY(-50%);
2323
+ -ms-transform: translateY(-50%);
2324
+ transform: translateY(-50%);
2325
+ -webkit-border-radius: 5px;
2326
+ border-radius: 5px;
2327
+ }
2328
+
2329
+ .menu-item:hover .premium-menu-item-settings {
2330
+ -js-display: flex;
2331
+ display: -webkit-box;
2332
+ display: -webkit-flex;
2333
+ display: -moz-box;
2334
+ display: -ms-flexbox;
2335
+ display: flex;
2336
+ }
2337
+
2338
+ #pa-menu-logo img {
2339
+ width: 25px;
2340
+ }
2341
+
2342
+ .premium-menu-settings-modal #elementor-template-nav-menu-modal-container .dialog-widget-content {
2343
+ max-width: 900px !important;
2344
+ position: absolute !important;
2345
+ left: 50% !important;
2346
+ top: 20% !important;
2347
+ -webkit-transform: translate(-50%, -18%);
2348
+ -ms-transform: translate(-50%, -18%);
2349
+ transform: translate(-50%, -18%);
2350
+ max-height: 90vh;
2351
+ overflow: auto;
2352
+ }
2353
+
2354
+ #elementor-template-nav-menu-modal-container .dialog-message {
2355
+ height: auto;
2356
+ min-height: 50vh;
2357
+ }
2358
+
2359
+ #elementor-template-nav-menu-modal-container .option-table {
2360
+ width: 100%;
2361
+ margin: auto;
2362
+ max-width: 400px;
2363
+ }
2364
+
2365
+ .premium-setting-container {
2366
+ -js-display: flex;
2367
+ display: -webkit-box;
2368
+ display: -webkit-flex;
2369
+ display: -moz-box;
2370
+ display: -ms-flexbox;
2371
+ display: flex;
2372
+ width: 100%;
2373
+ height: 50px;
2374
+ -webkit-box-pack: justify;
2375
+ -webkit-justify-content: space-between;
2376
+ -moz-box-pack: justify;
2377
+ -ms-flex-pack: justify;
2378
+ justify-content: space-between;
2379
+ }
2380
+
2381
+ .premium-menu-control-meta,
2382
+ .premium-menu-control {
2383
+ -js-display: flex;
2384
+ display: -webkit-box;
2385
+ display: -webkit-flex;
2386
+ display: -moz-box;
2387
+ display: -ms-flexbox;
2388
+ display: flex;
2389
+ -webkit-box-pack: start;
2390
+ -webkit-justify-content: flex-start;
2391
+ -moz-box-pack: start;
2392
+ -ms-flex-pack: start;
2393
+ justify-content: flex-start;
2394
+ -webkit-box-align: center;
2395
+ -webkit-align-items: center;
2396
+ -moz-box-align: center;
2397
+ -ms-flex-align: center;
2398
+ align-items: center;
2399
+ max-width: 49%;
2400
+ -webkit-box-flex: 0;
2401
+ -webkit-flex: 0 0 49%;
2402
+ -moz-box-flex: 0;
2403
+ -ms-flex: 0 0 49%;
2404
+ flex: 0 0 49%;
2405
+ }
2406
+
2407
+ .premium-menu-control-meta label {
2408
+ font-size: 14px;
2409
+ color: #474747;
2410
+ font-family: "Poppins";
2411
+ }
2412
+
2413
+ .premium-menu-dialog-footer {
2414
+ background-color: #fff;
2415
+ height: 50px;
2416
+ -js-display: flex;
2417
+ display: -webkit-box;
2418
+ display: -webkit-flex;
2419
+ display: -moz-box;
2420
+ display: -ms-flexbox;
2421
+ display: flex;
2422
+ -webkit-box-align: center;
2423
+ -webkit-align-items: center;
2424
+ -moz-box-align: center;
2425
+ -ms-flex-align: center;
2426
+ align-items: center;
2427
+ -webkit-box-pack: end;
2428
+ -webkit-justify-content: flex-end;
2429
+ -moz-box-pack: end;
2430
+ -ms-flex-pack: end;
2431
+ justify-content: flex-end;
2432
+ padding: 5px 15px;
2433
+
2434
+ }
2435
+
2436
+ /* .premium-menu-btn {
2437
+ display: inline-block;
2438
+ border: 1px solid black;
2439
+ padding: 9px;
2440
+ font-size: 12px;
2441
+ cursor: pointer;
2442
+ text-align: center;
2443
+ } */
2444
+
2445
+ .premium-menu-btn,
2446
+ #premium-menu-save {
2447
+ border: 1px solid #007cba;
2448
+ background-color: transparent;
2449
+ color: #007cba;
2450
+ font-size: 14px;
2451
+ line-height: 19px;
2452
+ padding: 8px 20px;
2453
+ min-width: 100px;
2454
+ width: 100%;
2455
+ cursor: pointer;
2456
+ -webkit-border-radius: 5px;
2457
+ border-radius: 5px;
2458
+ }
2459
+
2460
+ .premium-menu-btn i.loading {
2461
+ -webkit-animation: spin 3s linear infinite;
2462
+ animation: spin 3s linear infinite;
2463
+ }
2464
+
2465
+ .premium-menu-btn i.loader-hidden {
2466
+ display: none;
2467
+ }
2468
+
2469
+ #pa-insert-live-temp {
2470
+ display: none;
2471
+ }
2472
+
2473
+ .premium-has-desc {
2474
+ -webkit-box-orient: vertical;
2475
+ -webkit-box-direction: normal;
2476
+ -webkit-flex-direction: column;
2477
+ -moz-box-orient: vertical;
2478
+ -moz-box-direction: normal;
2479
+ -ms-flex-direction: column;
2480
+ flex-direction: column;
2481
+ -webkit-box-pack: center;
2482
+ -webkit-justify-content: center;
2483
+ -moz-box-pack: center;
2484
+ -ms-flex-pack: center;
2485
+ justify-content: center;
2486
+ -webkit-box-align: start;
2487
+ -webkit-align-items: flex-start;
2488
+ -moz-box-align: start;
2489
+ -ms-flex-align: start;
2490
+ align-items: flex-start;
2491
+
2492
+ }
2493
+
2494
+ .premium-has-desc .premium-megamenu-des {
2495
+ font-size: 11px;
2496
+ color: gray;
2497
+ }
2498
+
2499
+ /* .premium-menu-settings-modal .dialog-message {
2500
+ overflow-y: scroll !important;
2501
+ } */
2502
+
2503
+ .premium-setting-hidden {
2504
+ display: none;
2505
+ }
2506
+
2507
+ .premium-menu-temp-close {
2508
+ position: absolute;
2509
+ top: 24px;
2510
+ right: 40px;
2511
+ color: #a4afb7;
2512
+ font-size: 20px;
2513
+ z-index: 1000;
2514
+ cursor: pointer;
2515
+ }
2516
+
2517
+ .premium-menu-temp-close:hover {
2518
+ color: #495157;
2519
+ }
2520
+
2521
+ .premium-menu-control .icons-selector {
2522
+ border: 1px solid #dcdcdc;
2523
+ -webkit-border-radius: 5px;
2524
+ border-radius: 5px;
2525
+ }
2526
+
2527
+ .premium-menu-control .wp-picker-container {
2528
+ -js-display: flex;
2529
+ display: -webkit-box;
2530
+ display: -webkit-flex;
2531
+ display: -moz-box;
2532
+ display: -ms-flexbox;
2533
+ display: flex;
2534
+ width: 100%;
2535
+ -webkit-flex-wrap: wrap;
2536
+ -ms-flex-wrap: wrap;
2537
+ flex-wrap: wrap;
2538
+ -webkit-box-pack: justify;
2539
+ -webkit-justify-content: space-between;
2540
+ -moz-box-pack: justify;
2541
+ -ms-flex-pack: justify;
2542
+ justify-content: space-between;
2543
+ }
2544
+
2545
+ .premium-menu-control .wp-picker-open+.wp-picker-input-wrap {
2546
+ width: 68%;
2547
+ -js-display: flex;
2548
+ display: -webkit-box;
2549
+ display: -webkit-flex;
2550
+ display: -moz-box;
2551
+ display: -ms-flexbox;
2552
+ display: flex;
2553
+ }
2554
+
2555
+ #elementor-template-nav-menu-modal-container .wp-picker-holder {
2556
+ position: relative;
2557
+ min-width: 100%;
2558
+ }
2559
+
2560
+ #elementor-template-nav-menu-modal-container .wp-picker-container .iris-picker {
2561
+ position: absolute;
2562
+ z-index: 100;
2563
+ }
2564
+
2565
+ #elementor-template-nav-menu-modal-container .button.wp-color-result {
2566
+ margin: 0;
2567
+ min-width: 30%;
2568
+ height: 100%;
2569
+ }
2570
+
2571
+ #elementor-template-nav-menu-modal-container .wp-color-result-text {
2572
+ line-height: 28px;
2573
+ }
2574
+
2575
+ .premium-menu-control .wp-picker-input-wrap .premium-color-picker {
2576
+ min-width: 170px;
2577
+ border: 1px solid #dcdcdc;
2578
+ -webkit-border-radius: 0;
2579
+ border-radius: 0;
2580
+ }
2581
+
2582
+ .premium-live-editor-iframe-modal .dialog-type-lightbox {
2583
+ z-index: 100000;
2584
  }
admin/includes/admin-notices.php CHANGED
@@ -102,6 +102,10 @@ class Admin_Notices {
102
  }
103
  }
104
 
 
 
 
 
105
  $this->get_svg_draw_notice();
106
 
107
  }
102
  }
103
  }
104
 
105
+ if ( Helper_Functions::check_hide_notifications() ) {
106
+ return;
107
+ }
108
+
109
  $this->get_svg_draw_notice();
110
 
111
  }
admin/includes/templates/white-label.php CHANGED
@@ -90,14 +90,14 @@ if ( ! Helper_Functions::check_papro_version() ) {
90
  <span><?php echo __( 'This will hide Docs, FAQs, and Video Tutorials links located on the plugins page.', 'premium-addons-for-elementor' ); ?></span>
91
  </div>
92
  </div>
93
-
94
  <div class="pa-wht-lbl-settings-wrap">
95
  <h3 class="pa-wht-lbl-title pa-wht-lbl-head"><?php echo __( 'PRO Version', 'premium-addons-for-elementor' ); ?></h3>
96
  <div class="pa-wht-lbl-group-wrap">
97
 
98
  <label for="premium-wht-lbl-name-pro" class="pa-input-label"><?php echo __( 'Author Name', 'premium-addons-for-elementor' ); ?></label>
99
  <input name="premium-wht-lbl-name-pro" id="premium-wht-lbl-name-pro" type="text" placeholder="Leap13" value="<?php echo esc_attr( $settings['premium-wht-lbl-name-pro'] ); ?>">
100
-
101
  <label for="premium-wht-lbl-url-pro" class="pa-input-label"><?php echo __( 'Author URL', 'premium-addons-for-elementor' ); ?></label>
102
  <input name="premium-wht-lbl-url-pro" id="premium-wht-lbl-url-pro" type="text" placeholder="https://premiumaddons.com" value="<?php echo esc_attr( $settings['premium-wht-lbl-url-pro'] ); ?>">
103
 
@@ -111,7 +111,7 @@ if ( ! Helper_Functions::check_papro_version() ) {
111
  <input name="premium-wht-lbl-changelog" id="premium-wht-lbl-changelog" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-changelog'], true ); ?>>
112
  <label for="premium-wht-lbl-changelog"></label>
113
  <span><?php echo __( 'This will hide the Changelog link located on the plugins page.', 'premium-addons-for-elementor' ); ?></span>
114
-
115
  </div>
116
  </div>
117
  <div class="pa-wht-lbl-settings-wrap">
@@ -139,7 +139,7 @@ if ( ! Helper_Functions::check_papro_version() ) {
139
  <input name="premium-wht-lbl-about" id="premium-wht-lbl-about" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-about'], true ); ?>>
140
  <label for="premium-wht-lbl-about"></label>
141
  <span><?php echo __( 'This will hide the General tab', 'premium-addons-for-elementor' ); ?></span>
142
-
143
  <!-- Hide Version Control Tab-->
144
  <p class="pa-input-label"><?php echo __( 'Version Control Tab', 'premium-addons-for-elementor' ); ?></p>
145
  <input name="premium-wht-lbl-version" id="premium-wht-lbl-version" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-version'], true ); ?>>
@@ -158,13 +158,19 @@ if ( ! Helper_Functions::check_papro_version() ) {
158
  <label for="premium-wht-lbl-license"></label>
159
  <span><?php echo __( 'This will hide the License tab.', 'premium-addons-for-elementor' ); ?></span>
160
 
 
 
 
 
 
 
161
  <!-- Hide White Labeling Tab-->
162
-
163
  <p class="pa-input-label"><?php echo __( 'White Labeling Tab', 'premium-addons-for-elementor' ); ?></p>
164
  <input name="premium-wht-lbl-option" id="premium-wht-lbl-option" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-option'], true ); ?>>
165
  <label for="premium-wht-lbl-option"></label>
166
  <span><?php echo __( 'This will hide the White Labeling tab options.', 'premium-addons-for-elementor' ); ?></span>
167
-
168
  <p>
169
  <strong><?php _e( 'NOTE: ', 'premium-addons-for-elementor' ); ?></strong>
170
  <?php echo __( 'You will need to reactivate Premium Addons PRO for Elementor plugin to be able to reset White Labeling tab options.', 'premium-addons-for-elementor' ); ?>
90
  <span><?php echo __( 'This will hide Docs, FAQs, and Video Tutorials links located on the plugins page.', 'premium-addons-for-elementor' ); ?></span>
91
  </div>
92
  </div>
93
+
94
  <div class="pa-wht-lbl-settings-wrap">
95
  <h3 class="pa-wht-lbl-title pa-wht-lbl-head"><?php echo __( 'PRO Version', 'premium-addons-for-elementor' ); ?></h3>
96
  <div class="pa-wht-lbl-group-wrap">
97
 
98
  <label for="premium-wht-lbl-name-pro" class="pa-input-label"><?php echo __( 'Author Name', 'premium-addons-for-elementor' ); ?></label>
99
  <input name="premium-wht-lbl-name-pro" id="premium-wht-lbl-name-pro" type="text" placeholder="Leap13" value="<?php echo esc_attr( $settings['premium-wht-lbl-name-pro'] ); ?>">
100
+
101
  <label for="premium-wht-lbl-url-pro" class="pa-input-label"><?php echo __( 'Author URL', 'premium-addons-for-elementor' ); ?></label>
102
  <input name="premium-wht-lbl-url-pro" id="premium-wht-lbl-url-pro" type="text" placeholder="https://premiumaddons.com" value="<?php echo esc_attr( $settings['premium-wht-lbl-url-pro'] ); ?>">
103
 
111
  <input name="premium-wht-lbl-changelog" id="premium-wht-lbl-changelog" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-changelog'], true ); ?>>
112
  <label for="premium-wht-lbl-changelog"></label>
113
  <span><?php echo __( 'This will hide the Changelog link located on the plugins page.', 'premium-addons-for-elementor' ); ?></span>
114
+
115
  </div>
116
  </div>
117
  <div class="pa-wht-lbl-settings-wrap">
139
  <input name="premium-wht-lbl-about" id="premium-wht-lbl-about" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-about'], true ); ?>>
140
  <label for="premium-wht-lbl-about"></label>
141
  <span><?php echo __( 'This will hide the General tab', 'premium-addons-for-elementor' ); ?></span>
142
+
143
  <!-- Hide Version Control Tab-->
144
  <p class="pa-input-label"><?php echo __( 'Version Control Tab', 'premium-addons-for-elementor' ); ?></p>
145
  <input name="premium-wht-lbl-version" id="premium-wht-lbl-version" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-version'], true ); ?>>
158
  <label for="premium-wht-lbl-license"></label>
159
  <span><?php echo __( 'This will hide the License tab.', 'premium-addons-for-elementor' ); ?></span>
160
 
161
+ <!-- Hide Future Notifications-->
162
+ <p class="pa-input-label"><?php echo __( 'Future Notifications', 'premium-addons-for-elementor' ); ?></p>
163
+ <input name="premium-wht-lbl-not" id="premium-wht-lbl-not" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-not'], true ); ?>>
164
+ <label for="premium-wht-lbl-not"></label>
165
+ <span><?php echo __( 'This will hide the future notifications shown on dashboard when a new feature is released.', 'premium-addons-for-elementor' ); ?></span>
166
+
167
  <!-- Hide White Labeling Tab-->
168
+
169
  <p class="pa-input-label"><?php echo __( 'White Labeling Tab', 'premium-addons-for-elementor' ); ?></p>
170
  <input name="premium-wht-lbl-option" id="premium-wht-lbl-option" type="checkbox" <?php checked( 1, $settings['premium-wht-lbl-option'], true ); ?>>
171
  <label for="premium-wht-lbl-option"></label>
172
  <span><?php echo __( 'This will hide the White Labeling tab options.', 'premium-addons-for-elementor' ); ?></span>
173
+
174
  <p>
175
  <strong><?php _e( 'NOTE: ', 'premium-addons-for-elementor' ); ?></strong>
176
  <?php echo __( 'You will need to reactivate Premium Addons PRO for Elementor plugin to be able to reset White Labeling tab options.', 'premium-addons-for-elementor' ); ?>
assets/frontend/css/premium-addons-rtl.css CHANGED
@@ -1,13 +1,11 @@
1
  @charset "UTF-8";
2
-
3
- @font-face {
4
- font-family: "pa-elements";
5
- src: url("../../editor/fonts/pa-elements.eot?vcwy2s");
6
- src: url("../../editor/fonts/pa-elements.eot?vcwy2s#iefix") format("embedded-opentype"), url("../../editor/fonts/pa-elements.ttf?vcwy2s") format("truetype"), url("../../editor/fonts/pa-elements.woff?vcwy2s") format("woff"), url("../../editor/fonts/pa-elements.svg?vcwy2s#pa-elements") format("svg");
7
- font-weight: normal;
8
- font-style: normal;
9
  }
10
-
11
  /**************** Premium Banner ****************/
12
  /************************************************/
13
  .elementor-widget-premium-addon-banner {
@@ -1487,7 +1485,6 @@
1487
  -webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
1488
  transform: translate3d(-10px, 0, 0) scale(1.1);
1489
  }
1490
-
1491
  /**************** Premium Blog *****************/
1492
  /***********************************************/
1493
  .premium-blog-thumb-effect-wrapper {
@@ -2308,554 +2305,552 @@
2308
  [dir="rtl"] .premium-blog-wrap.slick-slider .slick-track {
2309
  direction: ltr;
2310
  }
2311
-
2312
  /**************** Premium Button ***********************/
2313
  /*******************************************************/
2314
  .premium-button {
2315
- -js-display: inline-flex;
2316
- display: -webkit-inline-box;
2317
- display: -webkit-inline-flex;
2318
- display: -moz-inline-box;
2319
- display: -ms-inline-flexbox;
2320
- display: inline-flex;
2321
- position: relative;
2322
- overflow: hidden;
2323
- -webkit-backface-visibility: hidden;
2324
- backface-visibility: hidden;
2325
- -webkit-transform: translate3d(0, 0, 0);
2326
- transform: translate3d(0, 0, 0);
2327
- cursor: pointer;
2328
- -webkit-transition: all 0.2s ease-in-out !important;
2329
- transition: all 0.2s ease-in-out !important;
2330
  }
2331
 
2332
  .premium-button-style1,
2333
  .premium-button-style2,
2334
  .premium-button-style5,
2335
  .premium-button-style7 {
2336
- display: inline-block;
2337
- vertical-align: middle;
2338
- -webkit-transform: perspective(1px) translateZ(0);
2339
- transform: perspective(1px) translateZ(0);
2340
- -webkit-box-shadow: 0 0 1px transparent;
2341
- box-shadow: 0 0 1px transparent;
2342
- position: relative;
2343
- -webkit-transition-property: color;
2344
- transition-property: color;
2345
- -webkit-transition-duration: 0.15s;
2346
- transition-duration: 0.15s;
2347
  }
2348
 
2349
  .premium-button-style1:before,
2350
  .premium-button-style2:before,
2351
  .premium-button-style5:before {
2352
- content: "";
2353
- position: absolute;
2354
- z-index: -1;
2355
- top: 0;
2356
- right: 0;
2357
- left: 0;
2358
- bottom: 0;
2359
- -webkit-transform: scaleY(0);
2360
- -ms-transform: scaleY(0);
2361
- transform: scaleY(0);
2362
- -webkit-transform-origin: 50% 0;
2363
- -ms-transform-origin: 50% 0;
2364
- transform-origin: 50% 0;
2365
- -webkit-transition-property: -webkit-transform;
2366
- transition-property: -webkit-transform;
2367
- transition-property: transform;
2368
- transition-property: transform, -webkit-transform;
2369
- -webkit-transition-duration: 0.15s;
2370
- transition-duration: 0.15s;
2371
- -webkit-transition-timing-function: ease-out;
2372
- transition-timing-function: ease-out;
2373
  }
2374
 
2375
  .premium-button-style5-radialin:before,
2376
  .premium-button-style5-radialout:before {
2377
- -webkit-transform-origin: 50%;
2378
- -ms-transform-origin: 50%;
2379
- transform-origin: 50%;
2380
- -webkit-border-radius: 100%;
2381
- border-radius: 100%;
2382
- -webkit-transform: scale(0);
2383
- -ms-transform: scale(0);
2384
- transform: scale(0);
2385
  }
2386
 
2387
  .premium-button-style5-radialin:before {
2388
- -webkit-transform: scale(2);
2389
- -ms-transform: scale(2);
2390
- transform: scale(2);
2391
  }
2392
 
2393
  .premium-button-style5-rectin:before {
2394
- -webkit-transform-origin: 50%;
2395
- -ms-transform-origin: 50%;
2396
- transform-origin: 50%;
2397
- -webkit-transform: scale(1);
2398
- -ms-transform: scale(1);
2399
- transform: scale(1);
2400
  }
2401
 
2402
  .premium-button-style5-rectout:before {
2403
- -webkit-transform-origin: 50%;
2404
- -ms-transform-origin: 50%;
2405
- transform-origin: 50%;
2406
- -webkit-transform: scale(0);
2407
- -ms-transform: scale(0);
2408
- transform: scale(0);
2409
  }
2410
 
2411
  .premium-button-style5-rectout:hover:before {
2412
- -webkit-transform: scale(1);
2413
- -ms-transform: scale(1);
2414
- transform: scale(1);
2415
  }
2416
 
2417
  .premium-button-style5-rectin:hover:before {
2418
- -webkit-transform: scale(0);
2419
- -ms-transform: scale(0);
2420
- transform: scale(0);
2421
  }
2422
 
2423
  .premium-button-style5-radialout:hover:before {
2424
- -webkit-transform: scale(2);
2425
- -ms-transform: scale(2);
2426
- transform: scale(2);
2427
  }
2428
 
2429
  .premium-button-style5-radialin:hover:before {
2430
- -webkit-transform: scale(0);
2431
- -ms-transform: scale(0);
2432
- transform: scale(0);
2433
  }
2434
 
2435
  .premium-button-style1-top:before {
2436
- -webkit-transform-origin: 50% 100%;
2437
- -ms-transform-origin: 50% 100%;
2438
- transform-origin: 50% 100%;
2439
  }
2440
 
2441
  .premium-button-style1-right:before {
2442
- -webkit-transform: scaleX(0);
2443
- -ms-transform: scaleX(0);
2444
- transform: scaleX(0);
2445
- -webkit-transform-origin: 100% 50%;
2446
- -ms-transform-origin: 100% 50%;
2447
- transform-origin: 100% 50%;
2448
  }
2449
 
2450
  .premium-button-style1-left:before {
2451
- -webkit-transform: scaleX(0);
2452
- -ms-transform: scaleX(0);
2453
- transform: scaleX(0);
2454
- -webkit-transform-origin: 0% 50%;
2455
- -ms-transform-origin: 0% 50%;
2456
- transform-origin: 0% 50%;
2457
  }
2458
 
2459
  .premium-button-style2-shutouthor:before,
2460
  .premium-button-style2-scshutoutver:before {
2461
- -webkit-transform: scaleY(0);
2462
- -ms-transform: scaleY(0);
2463
- transform: scaleY(0);
2464
- -webkit-transform-origin: 0% 50%;
2465
- -ms-transform-origin: 0% 50%;
2466
- transform-origin: 0% 50%;
2467
  }
2468
 
2469
  .premium-button-style2-shutoutver:before,
2470
  .premium-button-style2-scshutouthor:before {
2471
- -webkit-transform: scaleX(0);
2472
- -ms-transform: scaleX(0);
2473
- transform: scaleX(0);
2474
- -webkit-transform-origin: 50% 50%;
2475
- -ms-transform-origin: 50% 50%;
2476
- transform-origin: 50% 50%;
2477
  }
2478
 
2479
  .premium-button-style2-shutinhor:before {
2480
- -webkit-transform: scaleX(1);
2481
- -ms-transform: scaleX(1);
2482
- transform: scaleX(1);
2483
- -webkit-transform-origin: 50%;
2484
- -ms-transform-origin: 50%;
2485
- transform-origin: 50%;
2486
  }
2487
 
2488
  .premium-button-style2-shutinver:before {
2489
- -webkit-transform: scaleY(1);
2490
- -ms-transform: scaleY(1);
2491
- transform: scaleY(1);
2492
- -webkit-transform-origin: 50%;
2493
- -ms-transform-origin: 50%;
2494
- transform-origin: 50%;
2495
  }
2496
 
2497
  .premium-button-style1-bottom:hover:before,
2498
  .premium-button-style1-top:hover:before {
2499
- -webkit-transform: scaleY(1);
2500
- -ms-transform: scaleY(1);
2501
- transform: scaleY(1);
2502
  }
2503
 
2504
  .premium-button-style1-left:hover:before,
2505
  .premium-button-style1-right:hover:before,
2506
  .premium-button-style2-shutouthor:hover:before,
2507
  .premium-button-style2-shutoutver:hover:before {
2508
- -webkit-transform: scaleX(1);
2509
- -ms-transform: scaleX(1);
2510
- transform: scaleX(1);
2511
  }
2512
 
2513
  .premium-button-style2-shutinhor:hover:before {
2514
- -webkit-transform: scaleX(0);
2515
- -ms-transform: scaleX(0);
2516
- transform: scaleX(0);
2517
  }
2518
 
2519
  .premium-button-style2-shutinver:hover:before {
2520
- -webkit-transform: scaleY(0);
2521
- -ms-transform: scaleY(0);
2522
- transform: scaleY(0);
2523
  }
2524
 
2525
  .premium-button-style2-scshutouthor:hover:before {
2526
- -webkit-transform: scaleX(0.9);
2527
- -ms-transform: scaleX(0.9);
2528
- transform: scaleX(0.9);
2529
  }
2530
 
2531
  .premium-button-style2-scshutoutver:hover:before {
2532
- -webkit-transform: scaleY(0.8);
2533
- -ms-transform: scaleY(0.8);
2534
- transform: scaleY(0.8);
2535
  }
2536
 
2537
  /*Diagonal*/
2538
  .premium-button-style2-dshutinhor:before {
2539
- top: 50%;
2540
- right: 50%;
2541
- width: 120%;
2542
- height: 0%;
2543
- -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
2544
- -ms-transform: translateX(50%) translateY(-50%) rotate(45deg);
2545
- transform: translateX(50%) translateY(-50%) rotate(45deg);
2546
- -webkit-transform-origin: 50%;
2547
- -ms-transform-origin: 50%;
2548
- transform-origin: 50%;
2549
- -webkit-transition-property: all;
2550
- transition-property: all;
2551
  }
2552
 
2553
  .premium-button-style2-dshutinver:before {
2554
- top: 50%;
2555
- right: 50%;
2556
- width: 120%;
2557
- height: 0%;
2558
- -webkit-transform-origin: 50%;
2559
- -ms-transform-origin: 50%;
2560
- transform-origin: 50%;
2561
- -webkit-transition-property: all;
2562
- transition-property: all;
2563
- -webkit-transform: translateX(50%) translateY(-50%) rotate(-45deg);
2564
- -ms-transform: translateX(50%) translateY(-50%) rotate(-45deg);
2565
- transform: translateX(50%) translateY(-50%) rotate(-45deg);
2566
  }
2567
 
2568
  .premium-button-style2-dshutinhor:hover:before,
2569
  .premium-button-style2-dshutinver:hover:before {
2570
- height: 220%;
2571
  }
2572
 
2573
  .premium-button-style3-before i,
2574
  .premium-button-style3-before svg {
2575
- opacity: 0;
2576
- -webkit-transform: translateX(5px);
2577
- -ms-transform: translateX(5px);
2578
- transform: translateX(5px);
2579
- -webkit-transition: all 0.5s ease-in-out;
2580
- transition: all 0.5s ease-in-out;
2581
  }
2582
 
2583
  .premium-button-style3-after i,
2584
  .premium-button-style3-after svg {
2585
- opacity: 0;
2586
- -webkit-transform: translateX(5px);
2587
- -ms-transform: translateX(5px);
2588
- transform: translateX(5px);
2589
- -webkit-transition: all 0.5s ease-in-out;
2590
- transition: all 0.5s ease-in-out;
2591
- -webkit-transform: translateX(-5px);
2592
- -ms-transform: translateX(-5px);
2593
- transform: translateX(-5px);
2594
  }
2595
 
2596
  .premium-button-style3-after:hover i,
2597
  .premium-button-style3-after:hover svg {
2598
- opacity: 1;
2599
  }
2600
 
2601
  .premium-button-style3-before:hover i,
2602
  .premium-button-style3-before:hover svg {
2603
- opacity: 1;
2604
  }
2605
 
2606
  .premium-button-text-icon-wrapper {
2607
- width: 100%;
2608
- -js-display: flex;
2609
- display: -webkit-box;
2610
- display: -webkit-flex;
2611
- display: -moz-box;
2612
- display: -ms-flexbox;
2613
- display: flex;
2614
- -webkit-box-pack: center;
2615
- -webkit-justify-content: center;
2616
- -moz-box-pack: center;
2617
- -ms-flex-pack: center;
2618
- justify-content: center;
2619
- -webkit-box-align: center;
2620
- -webkit-align-items: center;
2621
- -moz-box-align: center;
2622
- -ms-flex-align: center;
2623
- align-items: center;
2624
- -webkit-transition: all 0.2s ease-in-out;
2625
- transition: all 0.2s ease-in-out;
2626
  }
2627
 
2628
  .premium-button-text-icon-wrapper span,
2629
  .premium-button-text-icon-wrapper i,
2630
  .premium-button-text-icon-wrapper svg {
2631
- -webkit-transition: all 0.2s ease-in-out;
2632
- transition: all 0.2s ease-in-out;
2633
  }
2634
 
2635
  .premium-button-style4-icon-wrapper {
2636
- position: absolute;
2637
- z-index: 2;
2638
- width: 100%;
2639
- text-align: center;
2640
- -js-display: flex;
2641
- display: -webkit-box;
2642
- display: -webkit-flex;
2643
- display: -moz-box;
2644
- display: -ms-flexbox;
2645
- display: flex;
2646
- -webkit-box-align: center;
2647
- -webkit-align-items: center;
2648
- -moz-box-align: center;
2649
- -ms-flex-align: center;
2650
- align-items: center;
2651
- -webkit-box-pack: center;
2652
- -webkit-justify-content: center;
2653
- -moz-box-pack: center;
2654
- -ms-flex-pack: center;
2655
- justify-content: center;
2656
- height: 100%;
2657
- opacity: 0;
2658
- -webkit-transition: all 0.3s ease-in-out;
2659
- transition: all 0.3s ease-in-out;
2660
  }
2661
 
2662
  .premium-button-style4-icon-wrapper.top {
2663
- bottom: -100%;
2664
- right: 0;
2665
  }
2666
 
2667
  .premium-button-style4-icon-wrapper.bottom {
2668
- top: -100%;
2669
- right: 0;
2670
  }
2671
 
2672
  .premium-button-style4-icon-wrapper.left {
2673
- top: 0;
2674
- right: -100%;
2675
  }
2676
 
2677
  .premium-button-style4-icon-wrapper.right {
2678
- top: 0;
2679
- left: -100%;
2680
  }
2681
 
2682
  .premium-button-style4-bottom:hover .premium-button-style4-icon-wrapper {
2683
- top: 0;
2684
- opacity: 1;
2685
  }
2686
 
2687
  .premium-button-style4-top:hover .premium-button-style4-icon-wrapper {
2688
- bottom: 0;
2689
- opacity: 1;
2690
  }
2691
 
2692
  .premium-button-style4-left:hover .premium-button-style4-icon-wrapper {
2693
- right: 0;
2694
- opacity: 1;
2695
  }
2696
 
2697
  .premium-button-style4-right:hover .premium-button-style4-icon-wrapper {
2698
- left: 0;
2699
- opacity: 1;
2700
  }
2701
 
2702
  .premium-button-style4-bottom:hover .premium-button-text-icon-wrapper {
2703
- -webkit-transform: translateY(100%);
2704
- -ms-transform: translateY(100%);
2705
- transform: translateY(100%);
2706
- opacity: 0;
2707
  }
2708
 
2709
  .premium-button-style4-top:hover .premium-button-text-icon-wrapper {
2710
- -webkit-transform: translateY(-100%);
2711
- -ms-transform: translateY(-100%);
2712
- transform: translateY(-100%);
2713
- opacity: 0;
2714
  }
2715
 
2716
  .premium-button-style4-left:hover .premium-button-text-icon-wrapper {
2717
- -webkit-transform: translateX(-100%);
2718
- -ms-transform: translateX(-100%);
2719
- transform: translateX(-100%);
2720
- opacity: 0;
2721
  }
2722
 
2723
  .premium-button-style4-right:hover .premium-button-text-icon-wrapper {
2724
- -webkit-transform: translateX(100%);
2725
- -ms-transform: translateX(100%);
2726
- transform: translateX(100%);
2727
- opacity: 0;
2728
  }
2729
 
2730
  .premium-button-style6:before {
2731
- content: "";
2732
- position: absolute;
2733
- right: 50%;
2734
- top: 50%;
2735
- width: 100px;
2736
- height: 100px;
2737
- -webkit-border-radius: 100%;
2738
- border-radius: 100%;
2739
- -webkit-transform: translate(50%, -50%) scale(0);
2740
- -ms-transform: translate(50%, -50%) scale(0);
2741
- transform: translate(50%, -50%) scale(0);
2742
- -webkit-transition: all 0.3s ease-in-out;
2743
- transition: all 0.3s ease-in-out;
2744
  }
2745
 
2746
  .premium-button-style6:hover:before {
2747
- -webkit-transform: translate(50%, -50%) scale(3);
2748
- -ms-transform: translate(50%, -50%) scale(3);
2749
- transform: translate(50%, -50%) scale(3);
2750
  }
2751
 
2752
  .premium-button-style6 .premium-button-text-icon-wrapper {
2753
- position: relative;
2754
- z-index: 1;
2755
  }
2756
 
2757
  .premium-button-style7-right .premium-button-text-icon-wrapper:before,
2758
  .premium-button-style7-left .premium-button-text-icon-wrapper:before {
2759
- -webkit-transition: width 0.3s ease-out 0.15s;
2760
- transition: width 0.3s ease-out 0.15s;
2761
  }
2762
 
2763
  .premium-button-style7-right .premium-button-text-icon-wrapper:after,
2764
  .premium-button-style7-left .premium-button-text-icon-wrapper:after {
2765
- -webkit-transition: width 0.3s ease-out 0s;
2766
- transition: width 0.3s ease-out 0s;
2767
  }
2768
 
2769
  .premium-button-style7-bottom .premium-button-text-icon-wrapper:before,
2770
  .premium-button-style7-top .premium-button-text-icon-wrapper:before {
2771
- -webkit-transition: height 0.3s ease-out 0.15s;
2772
- transition: height 0.3s ease-out 0.15s;
2773
  }
2774
 
2775
  .premium-button-style7-bottom .premium-button-text-icon-wrapper:after,
2776
  .premium-button-style7-top .premium-button-text-icon-wrapper:after {
2777
- -webkit-transition: height 0.3s ease-out 0s;
2778
- transition: height 0.3s ease-out 0s;
2779
  }
2780
 
2781
  .premium-button[class*="style7"]:hover .premium-button-text-icon-wrapper:before {
2782
- -webkit-transition-delay: 0s;
2783
- transition-delay: 0s;
2784
  }
2785
 
2786
  .premium-button[class*="style7"]:hover .premium-button-text-icon-wrapper:after {
2787
- -webkit-transition-delay: 0.15s;
2788
- transition-delay: 0.15s;
2789
  }
2790
 
2791
  .premium-button-style7-bottom .premium-button-text-icon-wrapper:before,
2792
  .premium-button-style7-bottom .premium-button-text-icon-wrapper:after {
2793
- content: "";
2794
- position: absolute;
2795
- left: 0;
2796
- top: 0;
2797
- right: 0;
2798
- height: 0;
2799
- z-index: -1;
2800
  }
2801
 
2802
  .premium-button-style7-top .premium-button-text-icon-wrapper:after,
2803
  .premium-button-style7-top .premium-button-text-icon-wrapper:before {
2804
- content: "";
2805
- position: absolute;
2806
- left: 0;
2807
- bottom: 0;
2808
- right: 0;
2809
- height: 0;
2810
- z-index: -1;
2811
  }
2812
 
2813
  .premium-button-style7-right .premium-button-text-icon-wrapper:after,
2814
  .premium-button-style7-right .premium-button-text-icon-wrapper:before {
2815
- content: "";
2816
- position: absolute;
2817
- right: 0;
2818
- top: 0;
2819
- bottom: 0;
2820
- width: 0;
2821
- z-index: -1;
2822
  }
2823
 
2824
  .premium-button-style7-left .premium-button-text-icon-wrapper:after,
2825
  .premium-button-style7-left .premium-button-text-icon-wrapper:before {
2826
- content: "";
2827
- position: absolute;
2828
- left: 0;
2829
- top: 0;
2830
- bottom: 0;
2831
- width: 0;
2832
- z-index: -1;
2833
  }
2834
 
2835
  .premium-button-style7-bottom:hover .premium-button-text-icon-wrapper:after,
2836
  .premium-button-style7-bottom:hover .premium-button-text-icon-wrapper:before {
2837
- height: 100%;
2838
- top: 0;
2839
  }
2840
 
2841
  .premium-button-style7-top:hover .premium-button-text-icon-wrapper:after,
2842
  .premium-button-style7-top:hover .premium-button-text-icon-wrapper:before {
2843
- height: 100%;
2844
- bottom: 0;
2845
  }
2846
 
2847
  .premium-button-style7-left:hover .premium-button-text-icon-wrapper:after,
2848
  .premium-button-style7-left:hover .premium-button-text-icon-wrapper:before {
2849
- width: 100%;
2850
- left: 0;
2851
  }
2852
 
2853
  .premium-button-style7-right:hover .premium-button-text-icon-wrapper:after,
2854
  .premium-button-style7-right:hover .premium-button-text-icon-wrapper:before {
2855
- width: 100%;
2856
- right: 0;
2857
  }
2858
-
2859
  /**************** Premium Carousel **************/
2860
  /************************************************/
2861
  .premium-carousel-wrapper a.carousel-arrow,
@@ -3039,2457 +3034,2899 @@
3039
  [dir="rtl"] .premium-carousel-inner .slick-slide {
3040
  float: right;
3041
  }
3042
-
3043
  /**************** Premium Contact Form7 **********/
3044
  /*************************************************/
3045
  .premium-contact-form-anim-yes .wpcf7-span::after {
3046
- display: block;
3047
- height: 2px;
3048
- content: "";
3049
- top: -2px;
3050
- position: relative;
3051
- width: 0px;
3052
- -webkit-transition: all ease-in-out 0.3s;
3053
- transition: all ease-in-out 0.3s;
3054
  }
3055
 
3056
  .premium-contact-form-anim-yes .wpcf7-span.is-focused::after {
3057
- width: 100%;
3058
  }
3059
 
3060
  .premium-cf7-container input.wpcf7-submit {
3061
- -webkit-transition: all 0.3s ease-in-out;
3062
- transition: all 0.3s ease-in-out;
3063
  }
3064
-
3065
  /************ Premium Countdown ************/
3066
  /*******************************************/
3067
  .premium-countdown {
3068
- -js-display: flex;
3069
- display: -webkit-box;
3070
- display: -webkit-flex;
3071
- display: -moz-box;
3072
- display: -ms-flexbox;
3073
- display: flex;
3074
- text-align: center;
3075
  }
3076
 
3077
  .countdown-row {
3078
- display: block;
3079
- text-align: center;
3080
  }
3081
 
3082
  .countdown .countdown-section {
3083
- display: inline-block;
3084
- max-width: 100%;
3085
- margin-bottom: 15px;
3086
- -js-display: inline-flex;
3087
- display: -webkit-inline-box;
3088
- display: -webkit-inline-flex;
3089
- display: -moz-inline-box;
3090
- display: -ms-inline-flexbox;
3091
- display: inline-flex;
3092
- -webkit-box-align: center;
3093
- -webkit-align-items: center;
3094
- -moz-box-align: center;
3095
- -ms-flex-align: center;
3096
- align-items: center;
3097
  }
3098
 
3099
  .countdown .countdown-section:last-child {
3100
- margin-left: 0;
3101
  }
3102
 
3103
  .countdown span.countdown-amount {
3104
- font-size: 70px;
3105
- line-height: 1;
3106
- padding: 40px;
3107
  }
3108
 
3109
  .countdown .pre_time-mid {
3110
- display: block;
3111
  }
3112
 
3113
  .premium-countdown-separator-yes .countdown_separator {
3114
- display: block;
3115
- margin: 0 50px;
3116
- font-size: 30px;
3117
  }
3118
 
3119
  .premium-countdown-separator-yes .countdown-row .countdown-section:last-child .countdown_separator,
3120
  .premium-countdown-separator-yes .premium-countdown-block:last-child .countdown_separator {
3121
- display: none;
3122
  }
3123
 
3124
  /**
3125
  * Digit and unit styles
3126
  */
3127
  .side .countdown-section .countdown-period {
3128
- vertical-align: bottom;
3129
  }
3130
 
3131
  .countdown .countdown-section .countdown-period {
3132
- font-size: 17px;
3133
- line-height: 3em;
3134
  }
3135
 
3136
  .side .countdown-section .countdown-amount,
3137
  .side .countdown-section .countdown-period {
3138
- display: inline-block;
3139
  }
3140
 
3141
  .side .countdown-section .countdown-amount {
3142
- margin-left: 5px;
3143
  }
3144
 
3145
  .down .countdown-section .countdown-amount,
3146
  .down .countdown-section .countdown-period {
3147
- display: block;
3148
  }
3149
 
3150
  /**
3151
  * Flip Layout
3152
  */
3153
  .premium-countdown-flip .premium-countdown-block {
3154
- text-align: center;
3155
- -js-display: inline-flex;
3156
- display: -webkit-inline-box;
3157
- display: -webkit-inline-flex;
3158
- display: -moz-inline-box;
3159
- display: -ms-inline-flexbox;
3160
- display: inline-flex;
3161
- -webkit-box-align: center;
3162
- -webkit-align-items: center;
3163
- -moz-box-align: center;
3164
- -ms-flex-align: center;
3165
- align-items: center;
3166
  }
3167
 
3168
  .premium-countdown-flip .premium-countdown-block:last-child {
3169
- margin-left: 0;
3170
  }
3171
 
3172
  .premium-countdown-flip .premium-countdown-label {
3173
- overflow: hidden;
3174
- color: #1a1a1a;
3175
- text-transform: uppercase;
3176
  }
3177
 
3178
  .premium-countdown-flip .premium-countdown-figure {
3179
- position: relative;
3180
- height: 110px;
3181
- width: 100px;
3182
- line-height: 107px;
3183
- background-color: #fff;
3184
- -webkit-border-radius: 10px;
3185
- border-radius: 10px;
3186
- -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset -2px 4px 0 0 rgba(255, 255, 255, 0.08);
3187
- box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset -2px 4px 0 0 rgba(255, 255, 255, 0.08);
3188
  }
3189
 
3190
  .premium-countdown-flip .premium-countdown-figure:last-child {
3191
- margin-left: 0;
3192
  }
3193
 
3194
  .premium-countdown-flip .premium-countdown-figure>span {
3195
- position: absolute;
3196
- right: 0;
3197
- left: 0;
3198
- margin: auto;
3199
- font-weight: 700;
3200
  }
3201
 
3202
  .premium-countdown-flip .premium-countdown-figure .top {
3203
- z-index: 3;
3204
- -webkit-transform-origin: 50% 100%;
3205
- -ms-transform-origin: 50% 100%;
3206
- transform-origin: 50% 100%;
3207
- -webkit-transform: perspective(200px);
3208
- transform: perspective(200px);
3209
- -webkit-backface-visibility: hidden;
3210
- backface-visibility: hidden;
3211
  }
3212
 
3213
  .premium-countdown-flip .premium-countdown-figure .bottom {
3214
- z-index: 1;
3215
  }
3216
 
3217
  .premium-countdown-flip .premium-countdown-figure .bottom::before {
3218
- content: "";
3219
- position: absolute;
3220
- display: block;
3221
- top: 0;
3222
- right: 0;
3223
- width: 100%;
3224
- height: 50%;
3225
- background-color: rgba(0, 0, 0, 0.02);
3226
  }
3227
 
3228
  .premium-countdown-flip .premium-countdown-figure .top-back {
3229
- -webkit-backface-visibility: hidden;
3230
- backface-visibility: hidden;
3231
- z-index: 4;
3232
- bottom: 0;
3233
- -webkit-transform-origin: 50% 0;
3234
- -ms-transform-origin: 50% 0;
3235
- transform-origin: 50% 0;
3236
- -webkit-transform: perspective(200px) rotateX(180deg);
3237
- transform: perspective(200px) rotateX(180deg);
3238
  }
3239
 
3240
  .premium-countdown-flip .premium-countdown-figure .top-back span {
3241
- position: absolute;
3242
- top: -100%;
3243
- right: 0;
3244
- left: 0;
3245
- margin: auto;
3246
  }
3247
 
3248
  .premium-countdown-flip .premium-countdown-figure .bottom-back {
3249
- z-index: 2;
3250
- top: 0;
3251
  }
3252
 
3253
  .premium-countdown-flip .premium-countdown-figure .bottom-back span {
3254
- position: absolute;
3255
- top: 0;
3256
- right: 0;
3257
- left: 0;
3258
- margin: auto;
3259
  }
3260
 
3261
  .premium-countdown-flip .premium-countdown-figure .top,
3262
  .premium-countdown-flip .premium-countdown-figure .bottom-back,
3263
  .premium-countdown-flip .premium-countdown-figure .top-back {
3264
- height: 50%;
3265
- overflow: hidden;
3266
- background-color: #f7f7f7;
3267
- -webkit-border-top-right-radius: 10px;
3268
- border-top-right-radius: 10px;
3269
- -webkit-border-top-left-radius: 10px;
3270
- border-top-left-radius: 10px;
3271
  }
3272
 
3273
  .premium-countdown-flip .premium-countdown-figure .top-back {
3274
- -webkit-border-bottom-right-radius: 10px;
3275
- border-bottom-right-radius: 10px;
3276
- -webkit-border-bottom-left-radius: 10px;
3277
- border-bottom-left-radius: 10px;
3278
  }
3279
 
3280
  .premium-countdown-flip .premium-countdown-figure .top::after,
3281
  .premium-countdown-flip .premium-countdown-figure .bottom-back::after {
3282
- content: "";
3283
- position: absolute;
3284
- z-index: -1;
3285
- right: 0;
3286
- bottom: 0;
3287
- width: 100%;
3288
- height: 100%;
3289
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
3290
  }
3291
 
3292
  .side .premium-countdown-figure,
3293
  .side .premium-countdown-label {
3294
- display: inline-block;
3295
  }
3296
 
3297
  .side .premium-countdown-figure {
3298
- margin-left: 5px;
3299
  }
3300
 
3301
  .down .premium-countdown-figure,
3302
  .down .premium-countdown-label {
3303
- display: block;
3304
  }
3305
 
3306
  .down .premium-countdown-label {
3307
- width: 100%;
3308
  }
3309
-
3310
  /**************** Premium Counter ***************/
3311
  /************************************************/
3312
  .premium-counter-area {
3313
- padding: 10px 0;
3314
- -js-display: flex;
3315
- display: -webkit-box;
3316
- display: -webkit-flex;
3317
- display: -moz-box;
3318
- display: -ms-flexbox;
3319
- display: flex;
3320
- -webkit-box-pack: center;
3321
- -webkit-justify-content: center;
3322
- -moz-box-pack: center;
3323
- -ms-flex-pack: center;
3324
- justify-content: center;
3325
- -webkit-box-align: center;
3326
- -webkit-align-items: center;
3327
- -moz-box-align: center;
3328
- -ms-flex-align: center;
3329
- align-items: center;
3330
  }
3331
 
3332
  .premium-counter-area.top {
3333
- -webkit-box-orient: vertical;
3334
- -webkit-box-direction: normal;
3335
- -webkit-flex-direction: column;
3336
- -moz-box-orient: vertical;
3337
- -moz-box-direction: normal;
3338
- -ms-flex-direction: column;
3339
- flex-direction: column;
3340
  }
3341
 
3342
  .premium-counter-area.right {
3343
- -webkit-box-orient: horizontal;
3344
- -webkit-box-direction: reverse;
3345
- -webkit-flex-direction: row-reverse;
3346
- -moz-box-orient: horizontal;
3347
- -moz-box-direction: reverse;
3348
- -ms-flex-direction: row-reverse;
3349
- flex-direction: row-reverse;
3350
  }
3351
 
3352
  .premium-counter-area.right .premium-counter-icon {
3353
- padding-right: 20px;
3354
  }
3355
 
3356
  .premium-counter-area.left .premium-counter-icon {
3357
- padding-left: 20px;
3358
  }
3359
 
3360
  .premium-counter-area .premium-counter-icon .icon i.fa:before {
3361
- vertical-align: text-top;
3362
  }
3363
 
3364
  .premium-counter-area .premium-counter-icon span.icon {
3365
- text-align: center;
3366
- display: inline-block;
3367
- vertical-align: middle;
3368
  }
3369
 
3370
  .premium-counter-area .premium-counter-icon .circle {
3371
- -webkit-border-radius: 100%;
3372
- border-radius: 100%;
3373
  }
3374
 
3375
  .premium-counter-area .premium-counter-icon img,
3376
  .premium-counter-area .premium-counter-icon svg {
3377
- width: 80px;
3378
  }
3379
 
3380
  .premium-counter-area .premium-counter-icon .premium-counter-animation svg {
3381
- height: 80px;
3382
  }
3383
 
3384
  .premium-counter-area .premium-counter-title p {
3385
- padding: 0;
3386
- margin: 0;
3387
  }
3388
 
3389
  .premium-counter-area .premium-counter-value-wrap {
3390
- -js-display: flex;
3391
- display: -webkit-box;
3392
- display: -webkit-flex;
3393
- display: -moz-box;
3394
- display: -ms-flexbox;
3395
- display: flex;
3396
- -webkit-box-align: center;
3397
- -webkit-align-items: center;
3398
- -moz-box-align: center;
3399
- -ms-flex-align: center;
3400
- align-items: center;
3401
  }
3402
 
3403
  .premium-init-wrapper {
3404
- -js-display: flex;
3405
- display: -webkit-box;
3406
- display: -webkit-flex;
3407
- display: -moz-box;
3408
- display: -ms-flexbox;
3409
- display: flex;
3410
  }
3411
 
3412
  .premium-init-wrapper.row {
3413
- -webkit-box-align: center;
3414
- -webkit-align-items: center;
3415
- -moz-box-align: center;
3416
- -ms-flex-align: center;
3417
- align-items: center;
3418
  }
3419
 
3420
  .premium-init-wrapper.right {
3421
- text-align: right;
3422
  }
3423
 
3424
  span.icon.flex-width {
3425
- width: auto !important;
3426
- height: auto !important;
3427
  }
3428
 
3429
  .premium-counter-area .premium-counter-init {
3430
- font-size: 35px;
3431
  }
3432
-
3433
  /**************** Premium Dual Heading *****************/
3434
  /*******************************************************/
3435
  .premium-dual-header-first-header,
3436
  .premium-dual-header-second-header {
3437
- position: relative;
3438
- padding: 0;
3439
- margin: 0;
3440
- display: inline-block;
3441
- -webkit-transform: translate(0, 0);
3442
- -ms-transform: translate(0, 0);
3443
- transform: translate(0, 0);
3444
  }
3445
 
3446
  .premium-dual-header-first-clip .premium-dual-header-first-span,
3447
  .premium-dual-header-second-clip {
3448
- -webkit-text-fill-color: transparent;
3449
- -webkit-background-clip: text;
3450
  }
3451
 
3452
  .premium-dual-header-first-clip.stroke .premium-dual-header-first-span,
3453
  .premium-dual-header-second-clip.stroke {
3454
- -webkit-text-stroke-color: transparent;
3455
- -webkit-text-fill-color: #fafafa;
3456
- -webkit-text-stroke-width: 2px;
3457
  }
3458
 
3459
  @media (max-width: 500px) {
3460
 
3461
- .premium-dual-header-first-header,
3462
- .premium-dual-header-second-header {
3463
- word-wrap: break-word;
3464
- }
3465
  }
3466
 
3467
  .premium-dual-header-first-header.gradient .premium-dual-header-first-span,
3468
  .premium-dual-header-second-header.gradient {
3469
- -webkit-background-size: 300% 300% !important;
3470
- background-size: 300% 300% !important;
3471
- -webkit-animation: Gradient 10s ease-in-out infinite;
3472
- animation: Gradient 10s ease-in-out infinite;
3473
  }
3474
 
3475
  @-webkit-keyframes Gradient {
3476
- 0% {
3477
- background-position: 100% 50%;
3478
- }
3479
 
3480
- 50% {
3481
- background-position: 0% 50%;
3482
- }
3483
 
3484
- 100% {
3485
- background-position: 100% 50%;
3486
- }
3487
  }
3488
 
3489
  @keyframes Gradient {
3490
- 0% {
3491
- background-position: 100% 50%;
3492
- }
3493
 
3494
- 50% {
3495
- background-position: 0% 50%;
3496
- }
3497
 
3498
- 100% {
3499
- background-position: 100% 50%;
3500
- }
3501
  }
3502
-
3503
  /**************** Premium Fancy Text *******************/
3504
  /*******************************************************/
3505
  .premium-suffix-text,
3506
  .premium-fancy-text,
3507
  .premium-prefix-text {
3508
- font-size: 40px;
3509
  }
3510
 
3511
  .premium-fancy-text-wrapper:not(.typing) .premium-fancy-text,
3512
  .premium-fancy-item-hidden {
3513
- opacity: 0;
3514
  }
3515
 
3516
  .premium-fancy-text-wrapper .premium-fancy-list-items {
3517
- list-style: none;
3518
  }
3519
 
3520
  .premium-fancy-text-wrapper .premium-fancy-text-span-align {
3521
- vertical-align: top;
3522
  }
3523
 
3524
  .premium-fancy-text-wrapper:not(.typing):not(.slide) .premium-fancy-text-items-wrapper {
3525
- margin: 0;
3526
- padding: 0;
3527
- border: none;
3528
- position: relative;
3529
  }
3530
 
3531
  .premium-fancy-text-wrapper:not(.typing):not(.slide) .premium-fancy-list-items {
3532
- position: absolute;
3533
- top: 0;
3534
- left: 0;
3535
- display: inline-block;
3536
  }
3537
 
3538
  .premium-fancy-text-wrapper.zoomout .premium-fancy-item-hidden {
3539
- -webkit-animation: pa-zoom-out 0.8s;
3540
- animation: pa-zoom-out 0.8s;
3541
  }
3542
 
3543
  .premium-fancy-text-wrapper.zoomout .premium-fancy-item-visible {
3544
- position: relative !important;
3545
- -webkit-animation: pa-zoom-in 0.8s;
3546
- animation: pa-zoom-in 0.8s;
3547
  }
3548
 
3549
  .premium-fancy-text-wrapper.zoomout .premium-fancy-text-items-wrapper {
3550
- -webkit-perspective: 300px;
3551
- perspective: 300px;
3552
  }
3553
 
3554
  .premium-fancy-text-wrapper.rotate .premium-fancy-list-items {
3555
- -webkit-transform-origin: 50% 100%;
3556
- -ms-transform-origin: 50% 100%;
3557
- transform-origin: 50% 100%;
3558
  }
3559
 
3560
  .premium-fancy-text-wrapper.rotate .premium-fancy-item-hidden {
3561
- -webkit-transform: rotateX(180deg);
3562
- transform: rotateX(180deg);
3563
- -webkit-animation: pa-rotate-out 1.2s;
3564
- animation: pa-rotate-out 1.2s;
3565
  }
3566
 
3567
  .premium-fancy-text-wrapper.rotate .premium-fancy-item-visible {
3568
- position: relative !important;
3569
- -webkit-transform: rotateX(0deg);
3570
- transform: rotateX(0deg);
3571
- -webkit-animation: pa-rotate-in 1.2s;
3572
- animation: pa-rotate-in 1.2s;
3573
  }
3574
 
3575
  .premium-fancy-text-wrapper.custom .premium-fancy-item-visible {
3576
- position: relative !important;
3577
  }
3578
 
3579
  .premium-fancy-text-wrapper.auto-fade .premium-fancy-text {
3580
- display: inline-block;
3581
- width: 200px;
3582
- font-weight: 400;
3583
  }
3584
 
3585
  .premium-fancy-text-wrapper.auto-fade .premium-fancy-svg-text {
3586
- position: relative;
3587
- vertical-align: sub;
3588
  }
3589
 
3590
  .premium-fancy-text-wrapper.auto-fade g>text {
3591
- text-anchor: start;
3592
- shape-rendering: crispEdges;
3593
- opacity: 0;
3594
- font-size: 300px;
3595
- -webkit-animation-name: pa-auto-fade;
3596
- animation-name: pa-auto-fade;
3597
- -moz-animation-name: pa-auto-fade;
3598
- -webkit-animation-duration: 9s;
3599
- animation-duration: 9s;
3600
- -webkit-animation-timing-function: linear;
3601
- animation-timing-function: linear;
3602
- -webkit-animation-iteration-count: infinite;
3603
- animation-iteration-count: infinite;
3604
  }
3605
 
3606
  .premium-fancy-text-wrapper.auto-fade g>text:nth-child(1) {
3607
- -webkit-animation-delay: 0s;
3608
- animation-delay: 0s;
3609
  }
3610
 
3611
  .premium-fancy-text-wrapper.auto-fade g>text:nth-child(2) {
3612
- -webkit-animation-delay: 3s;
3613
- animation-delay: 3s;
3614
  }
3615
 
3616
  .premium-fancy-text-wrapper.auto-fade g>text:nth-child(3) {
3617
- -webkit-animation-delay: 6s;
3618
- animation-delay: 6s;
3619
  }
3620
 
3621
  .premium-fancy-text-wrapper.loading .premium-fancy-text {
3622
- position: relative;
3623
  }
3624
 
3625
  .premium-fancy-text-wrapper.loading .premium-fancy-text .premium-loading-bar {
3626
- position: absolute;
3627
- width: 100%;
3628
- height: 3px;
3629
- bottom: 0;
3630
- left: 0;
3631
- animation: pa-loading-bar 2.5s ease-out infinite;
3632
- -webkit-animation: pa-loading-bar 2.5s ease-out infinite;
3633
  }
3634
 
3635
  .premium-fancy-text-wrapper.loading.pause .premium-fancy-text:hover .premium-loading-bar {
3636
- -webkit-animation-play-state: paused;
3637
- animation-play-state: paused;
3638
  }
3639
 
3640
  @-webkit-keyframes pa-auto-fade {
3641
- 0% {
3642
- opacity: 0;
3643
- }
3644
 
3645
- 20% {
3646
- opacity: 1;
3647
- }
3648
 
3649
- 35% {
3650
- opacity: 0;
3651
- }
3652
 
3653
- 100% {
3654
- opacity: 0;
3655
- }
3656
  }
3657
 
3658
  @keyframes pa-auto-fade {
3659
- 0% {
3660
- opacity: 0;
3661
- }
3662
 
3663
- 20% {
3664
- opacity: 1;
3665
- }
3666
 
3667
- 35% {
3668
- opacity: 0;
3669
- }
3670
 
3671
- 100% {
3672
- opacity: 0;
3673
- }
3674
  }
3675
 
3676
  @-webkit-keyframes pa-loading-bar {
3677
- 0% {
3678
- width: 0;
3679
- }
3680
 
3681
- 100% {
3682
- width: 100;
3683
- }
3684
  }
3685
 
3686
  @keyframes pa-loading-bar {
3687
- 0% {
3688
- width: 0;
3689
- }
3690
 
3691
- 100% {
3692
- width: 100;
3693
- }
3694
  }
3695
 
3696
  @-webkit-keyframes pa-zoom-in {
3697
- 0% {
3698
- opacity: 0;
3699
- -webkit-transform: translateZ(100px);
3700
- transform: translateZ(100px);
3701
- }
3702
 
3703
- 100% {
3704
- opacity: 1;
3705
- -webkit-transform: translateZ(0);
3706
- transform: translateZ(0);
3707
- }
3708
  }
3709
 
3710
  @keyframes pa-zoom-in {
3711
- 0% {
3712
- opacity: 0;
3713
- -webkit-transform: translateZ(100px);
3714
- transform: translateZ(100px);
3715
- }
3716
 
3717
- 100% {
3718
- opacity: 1;
3719
- -webkit-transform: translateZ(0);
3720
- transform: translateZ(0);
3721
- }
3722
  }
3723
 
3724
  @-webkit-keyframes pa-zoom-out {
3725
- 0% {
3726
- opacity: 1;
3727
- -webkit-transform: translateZ(0);
3728
- transform: translateZ(0);
3729
- }
3730
 
3731
- 100% {
3732
- opacity: 0;
3733
- -webkit-transform: translateZ(-100px);
3734
- transform: translateZ(-100px);
3735
- }
3736
  }
3737
 
3738
  @keyframes pa-zoom-out {
3739
- 0% {
3740
- opacity: 1;
3741
- -webkit-transform: translateZ(0);
3742
- transform: translateZ(0);
3743
- }
3744
 
3745
- 100% {
3746
- opacity: 0;
3747
- -webkit-transform: translateZ(-100px);
3748
- transform: translateZ(-100px);
3749
- }
3750
  }
3751
 
3752
  @-webkit-keyframes pa-rotate-in {
3753
- 0% {
3754
- opacity: 0;
3755
- -webkit-transform: rotateX(180deg);
3756
- transform: rotateX(180deg);
3757
- }
3758
 
3759
- 35% {
3760
- opacity: 0;
3761
- -webkit-transform: rotateX(120deg);
3762
- transform: rotateX(120deg);
3763
- }
3764
 
3765
- 65% {
3766
- opacity: 0;
3767
- }
3768
 
3769
- 100% {
3770
- opacity: 1;
3771
- -webkit-transform: rotateX(360deg);
3772
- transform: rotateX(360deg);
3773
- }
3774
  }
3775
 
3776
  @keyframes pa-rotate-in {
3777
- 0% {
3778
- opacity: 0;
3779
- -webkit-transform: rotateX(180deg);
3780
- transform: rotateX(180deg);
3781
- }
3782
 
3783
- 35% {
3784
- opacity: 0;
3785
- -webkit-transform: rotateX(120deg);
3786
- transform: rotateX(120deg);
3787
- }
3788
 
3789
- 65% {
3790
- opacity: 0;
3791
- }
3792
 
3793
- 100% {
3794
- opacity: 1;
3795
- -webkit-transform: rotateX(360deg);
3796
- transform: rotateX(360deg);
3797
- }
3798
  }
3799
 
3800
  @-webkit-keyframes pa-rotate-out {
3801
- 0% {
3802
- opacity: 1;
3803
- -webkit-transform: rotateX(0deg);
3804
- transform: rotateX(0deg);
3805
- }
3806
 
3807
- 35% {
3808
- opacity: 1;
3809
- -webkit-transform: rotateX(-40deg);
3810
- transform: rotateX(-40deg);
3811
- }
3812
 
3813
- 65% {
3814
- opacity: 0;
3815
- }
3816
 
3817
- 100% {
3818
- opacity: 0;
3819
- -webkit-transform: rotateX(180deg);
3820
- transform: rotateX(180deg);
3821
- }
3822
  }
3823
 
3824
  @keyframes pa-rotate-out {
3825
- 0% {
3826
- opacity: 1;
3827
- -webkit-transform: rotateX(0deg);
3828
- transform: rotateX(0deg);
3829
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3830
 
3831
- 35% {
3832
- opacity: 1;
3833
- -webkit-transform: rotateX(-40deg);
3834
- transform: rotateX(-40deg);
3835
- }
3836
 
3837
- 65% {
3838
- opacity: 0;
3839
- }
 
 
 
 
 
 
3840
 
3841
- 100% {
3842
- opacity: 0;
3843
- -webkit-transform: rotateX(180deg);
3844
- transform: rotateX(180deg);
3845
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3846
  }
3847
 
3848
- /**************** Premium Bullet List *****************/
3849
- /******************************************************/
3850
- .premium-bullet-list-box {
3851
- -js-display: flex;
3852
- display: -webkit-box;
3853
- display: -webkit-flex;
3854
- display: -moz-box;
3855
- display: -ms-flexbox;
3856
- display: flex;
3857
- -webkit-flex-wrap: wrap;
3858
- -ms-flex-wrap: wrap;
3859
- flex-wrap: wrap;
3860
- -webkit-box-orient: vertical;
3861
- -webkit-box-direction: normal;
3862
- -webkit-flex-direction: column;
3863
- -moz-box-orient: vertical;
3864
- -moz-box-direction: normal;
3865
- -ms-flex-direction: column;
3866
- flex-direction: column;
3867
- padding: 0;
3868
  }
3869
 
3870
- .premium-bullet-list-box .premium-bullet-list-content-grow-lc {
3871
- -webkit-transform-origin: right center;
3872
- -ms-transform-origin: right center;
3873
- transform-origin: right center;
 
 
3874
  }
3875
 
3876
- .premium-bullet-list-box .premium-bullet-list-content-grow-rc {
3877
- -webkit-transform-origin: left center;
3878
- -ms-transform-origin: left center;
3879
- transform-origin: left center;
 
 
 
3880
  }
3881
 
3882
- .premium-bullet-list-box .premium-bullet-list-content-grow-cc {
3883
- -webkit-transform-origin: center center;
3884
- -ms-transform-origin: center center;
3885
- transform-origin: center center;
 
 
 
3886
  }
3887
 
3888
- .premium-bullet-list-content {
3889
- -js-display: flex;
3890
- display: -webkit-box;
3891
- display: -webkit-flex;
3892
- display: -moz-box;
3893
- display: -ms-flexbox;
3894
- display: flex;
3895
- -webkit-transition: all 0.3s ease-in-out;
3896
- transition: all 0.3s ease-in-out;
3897
- width: auto;
3898
- position: relative;
3899
  }
3900
 
3901
- .premium-bullet-list-content .premium-bullet-list-text span,
3902
- .premium-bullet-list-content .premium-bullet-list-wrapper {
3903
- display: inline-block;
3904
- -webkit-align-self: center;
3905
- -ms-flex-item-align: center;
3906
- align-self: center;
3907
- -webkit-transition: all 0.3s ease-in-out;
3908
- transition: all 0.3s ease-in-out;
3909
  }
3910
 
3911
- .premium-bullet-list-content .premium-bullet-list-text span {
3912
- margin: 0 5px;
3913
- -webkit-box-flex: 1;
3914
- -webkit-flex: 1;
3915
- -moz-box-flex: 1;
3916
- -ms-flex: 1;
3917
- flex: 1;
3918
  }
3919
 
3920
- .premium-bullet-list-content .premium-bullet-list-icon-text p {
3921
- font-size: 18px;
3922
- background-color: #eee;
3923
- padding: 1px 5px;
3924
- -webkit-border-radius: 2px;
3925
- border-radius: 2px;
3926
  }
3927
 
3928
- .premium-bullet-list-content .premium-bullet-list-text span,
3929
- .premium-bullet-list-content .premium-bullet-list-icon-text p,
3930
- .premium-bullet-list-content .premium-bullet-list-wrapper img,
3931
- .premium-bullet-list-content .premium-bullet-list-wrapper svg,
3932
- .premium-bullet-list-content .premium-bullet-list-wrapper i {
3933
- -webkit-transition: all 0.3s ease-in-out;
3934
- transition: all 0.3s ease-in-out;
3935
  }
3936
 
3937
- .premium-bullet-list-content .premium-bullet-list-wrapper {
3938
- position: relative;
3939
- line-height: 0;
3940
  }
3941
 
3942
- .premium-bullet-list-content .premium-bullet-list-wrapper img,
3943
- .premium-bullet-list-content .premium-bullet-list-wrapper svg {
3944
- width: 30px !important;
3945
- height: 30px !important;
3946
- position: relative;
3947
- z-index: 500;
3948
  }
3949
 
3950
- .premium-bullet-list-content .premium-bullet-list-wrapper i {
3951
- width: 1.25em;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3952
  }
3953
 
3954
- .premium-bullet-list-content .premium-bullet-list-wrapper i,
3955
- .premium-bullet-list-content .premium-bullet-list-wrapper .premium-bullet-list-icon-text {
3956
- position: relative;
3957
- z-index: 500;
 
3958
  }
3959
 
3960
- .premium-bullet-list-content .premium-bullet-list-link {
3961
- position: absolute;
3962
- top: 0;
3963
- right: 0;
3964
- width: 100%;
3965
- height: 100%;
3966
- z-index: 1000;
3967
  }
3968
 
3969
- .premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector {
3970
- width: 100%;
3971
- height: 100%;
3972
- position: absolute;
3973
- top: 0.5em;
3974
- z-index: 100;
3975
- -js-display: flex;
3976
- display: -webkit-box;
3977
- display: -webkit-flex;
3978
- display: -moz-box;
3979
- display: -ms-flexbox;
3980
- display: flex;
3981
- -webkit-box-pack: center;
3982
- -webkit-justify-content: center;
3983
- -moz-box-pack: center;
3984
- -ms-flex-pack: center;
3985
- justify-content: center;
3986
  }
3987
 
3988
- .premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector .premium-icon-connector-content:after {
3989
- content: "";
3990
- border-left-width: 1px;
3991
- border-left-style: solid;
3992
- border-color: #333333;
3993
- display: block;
3994
- height: 100%;
3995
  }
3996
 
3997
- li.premium-bullet-list-content.premium-bullet-list-content-inline {
3998
- -webkit-align-self: center;
3999
- -ms-flex-item-align: center;
4000
- align-self: center;
4001
- z-index: 2;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4002
  }
4003
 
4004
- li.premium-bullet-list-content.premium-bullet-list-content-inline:not(:first-child) {
4005
- margin: 0 3px;
 
4006
  }
4007
 
4008
- li.premium-bullet-list-content.premium-bullet-list-content-inline:first-child {
4009
- margin: 0 0 0 3px;
 
4010
  }
4011
 
4012
- .premium-bullet-list-divider:not(:last-child) {
4013
- width: 100%;
4014
- -webkit-box-flex: 0;
4015
- -webkit-flex: 0 0 100%;
4016
- -moz-box-flex: 0;
4017
- -ms-flex: 0 0 100%;
4018
- flex: 0 0 100%;
4019
- overflow: hidden;
4020
  }
4021
 
4022
- .premium-bullet-list-divider:not(:last-child):after {
4023
- content: "";
4024
- display: block;
4025
- border-top-style: solid;
4026
- border-top-width: 1px;
4027
  }
4028
 
4029
- .premium-bullet-list-divider-inline:not(:last-child) {
4030
- float: left;
4031
- display: inline-block;
4032
- position: relative;
4033
- height: 100%;
4034
- overflow: hidden;
4035
- -webkit-align-self: center;
4036
- -ms-flex-item-align: center;
4037
- align-self: center;
4038
- margin: 0 3px;
4039
  }
4040
 
4041
- .premium-bullet-list-divider-inline:not(:last-child):after {
4042
- content: "";
4043
- display: block;
4044
- border-right-width: 1px;
4045
- height: 33px;
4046
- border-right-style: solid;
4047
  }
4048
 
4049
- .premium-bullet-list-icon-text {
4050
- line-height: 1.5;
 
4051
  }
4052
 
4053
- .premium-bullet-list-icon-text p,
4054
- ul.premium-bullet-list-box,
4055
- li.premium-bullet-list-content {
4056
- margin: 0;
4057
  }
4058
 
4059
- .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper i,
4060
- .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-text span,
4061
- .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-icon-text p {
4062
- color: transparent !important;
4063
- text-shadow: 0 0 3px #aaa;
4064
  }
4065
 
4066
- .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-icon-connector-content,
4067
- .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper .premium-lottie-animation svg,
4068
- .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper img,
4069
- .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-badge {
4070
- -webkit-filter: blur(3px);
4071
- filter: blur(3px);
4072
  }
4073
 
4074
- .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper i,
4075
- .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-text span,
4076
- .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-icon-text p {
4077
- color: #aaa !important;
4078
- text-shadow: 0 0px 0 transparent;
4079
  }
4080
 
4081
- .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-icon-connector-content,
4082
- .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper .premium-lottie-animation svg,
4083
- .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper img,
4084
- .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-badge {
4085
- -webkit-filter: none;
4086
- filter: none;
4087
  }
4088
 
4089
- .premium-bullet-list-content .premium-bullet-list-badge {
4090
- font-size: 11px;
4091
- top: auto;
4092
- min-width: -webkit-max-content;
4093
- min-width: -moz-max-content;
4094
- min-width: max-content;
4095
- height: -webkit-fit-content;
4096
- height: -moz-fit-content;
4097
- height: fit-content;
 
 
 
 
 
 
 
4098
  }
4099
 
4100
- .premium-bullet-list-content .premium-bullet-list-icon-text p {
4101
- font-size: 13px;
 
 
 
4102
  }
4103
 
4104
- .premium-bullet-list-gradient-effect[data-text] {
4105
- display: inline-block;
4106
- position: relative;
4107
- text-decoration: none;
 
4108
  }
4109
 
4110
- .premium-bullet-list-gradient-effect[data-text]::before {
4111
- content: attr(data-text);
4112
- position: absolute;
4113
- z-index: 1;
4114
- overflow: hidden;
4115
- -webkit-clip-path: polygon(100% 100%, 100% 100%, 50% 50%);
4116
- clip-path: polygon(100% 100%, 100% 100%, 50% 50%);
4117
- -webkit-background-clip: text;
4118
- background-clip: text;
4119
- -webkit-text-fill-color: transparent;
4120
- -webkit-transition: all 0.4s ease;
4121
- transition: all 0.4s ease;
4122
  }
4123
 
4124
- .premium-bullet-list-content:hover .premium-bullet-list-gradient-effect[data-text]::before,
4125
- .premium-bullet-list-content:focus .premium-bullet-list-gradient-effect[data-text]::before {
4126
- -webkit-animation: rtlgradient 1s forwards;
4127
- animation: rtlgradient 1s forwards;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4128
  }
4129
 
4130
- @-webkit-keyframes rtlgradient {
4131
- 0% {
4132
- -webkit-clip-path: circle(0% at 150% 50%);
4133
- clip-path: circle(0% at 150% 50%);
4134
- }
 
4135
 
4136
- 100% {
4137
- -webkit-clip-path: circle(100% at 50% 50%);
4138
- clip-path: circle(100% at 50% 50%);
4139
- }
 
 
 
 
 
 
 
4140
  }
4141
 
4142
- @keyframes rtlgradient {
4143
- 0% {
4144
- -webkit-clip-path: circle(0% at 150% 50%);
4145
- clip-path: circle(0% at 150% 50%);
4146
- }
 
4147
 
4148
- 100% {
4149
- -webkit-clip-path: circle(100% at 50% 50%);
4150
- clip-path: circle(100% at 50% 50%);
4151
- }
 
 
 
 
 
 
 
4152
  }
4153
 
4154
- ul[data-list-animation*="animated-"] .premium-bullet-list-divider,
4155
- ul[data-list-animation*="animated-"] .premium-bullet-list-content,
4156
- ul[data-list-animation*="animated-"] .premium-bullet-list-divider-inline {
4157
- opacity: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4158
  }
4159
 
4160
- .premium-bullet-list-content-grow-effect:hover {
4161
- -webkit-transform: scale(1.07);
4162
- -ms-transform: scale(1.07);
4163
- transform: scale(1.07);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4164
  }
4165
 
4166
- @-webkit-keyframes spin {
4167
- 100% {
4168
- -webkit-transform: rotate(360deg);
4169
- transform: rotate(360deg);
4170
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
4171
  }
4172
 
4173
- @keyframes spin {
4174
- 100% {
4175
- -webkit-transform: rotate(360deg);
4176
- transform: rotate(360deg);
4177
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
4178
  }
4179
 
4180
- /**************** Premium Image Button ***********/
4181
- /*************************************************/
4182
- .premium-image-button {
4183
- -js-display: inline-flex;
4184
- display: -webkit-inline-box;
4185
- display: -webkit-inline-flex;
4186
- display: -moz-inline-box;
4187
- display: -ms-inline-flexbox;
4188
- display: inline-flex;
4189
- position: relative;
4190
- overflow: hidden;
4191
- background-color: #eee;
4192
- cursor: pointer;
4193
- -webkit-transition: all 0.2s ease-in-out !important;
4194
- transition: all 0.2s ease-in-out !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4195
  }
4196
 
4197
- .premium-image-button .premium-button-style6-bg,
4198
- .premium-image-button.premium-button-style6:before,
4199
- .premium-image-button:not(.premium-image-button-style6):hover {
4200
- background-color: #54595f;
 
 
4201
  }
4202
 
4203
- /*Default background for slide styles*/
4204
- .premium-image-button:hover,
4205
- .premium-image-button-style4-icon-wrapper,
4206
- .premium-image-button-style1-top:before,
4207
- .premium-image-button-style1-bottom:before,
4208
- .premium-image-button-style1-left:before,
4209
- .premium-image-button-style1-right:before {
4210
- background-color: #54595f;
 
4211
  }
4212
 
4213
- .premium-image-button-text-icon-wrapper {
4214
- width: 100%;
4215
- -js-display: flex;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4216
  display: -webkit-box;
4217
  display: -webkit-flex;
4218
- display: -moz-box;
4219
  display: -ms-flexbox;
 
 
4220
  display: flex;
4221
- -webkit-box-pack: center;
4222
- -webkit-justify-content: center;
4223
- -moz-box-pack: center;
4224
- -ms-flex-pack: center;
4225
- justify-content: center;
4226
  -webkit-box-align: center;
4227
  -webkit-align-items: center;
4228
  -moz-box-align: center;
4229
  -ms-flex-align: center;
4230
  align-items: center;
4231
- position: relative;
4232
- z-index: 3;
4233
- -webkit-transition: all 0.2s ease-in-out;
4234
- transition: all 0.2s ease-in-out;
 
4235
  }
4236
 
4237
- .premium-image-button-text-icon-wrapper span,
4238
- .premium-image-button-text-icon-wrapper,
4239
- .premium-image-button-text-icon-wrapper i,
4240
- .premium-image-button-text-icon-wrapper svg {
4241
- -webkit-transition: all 0.2s ease-in-out;
4242
- transition: all 0.2s ease-in-out;
4243
  }
4244
 
4245
- .premium-image-button-style1-bottom:before,
4246
- .premium-image-button-style1-top:before,
4247
- .premium-image-button-style1-left:before,
4248
- .premium-image-button-style1-right:before {
4249
- -webkit-transition: all 0.2s ease-in-out;
4250
- transition: all 0.2s ease-in-out;
4251
  }
4252
 
4253
- .premium-image-button-style1-bottom:before {
4254
- content: "";
4255
- position: absolute;
4256
- width: 100%;
4257
- height: 0;
4258
- top: 0;
4259
- right: 0;
4260
  }
4261
 
4262
- .premium-image-button-style1-top:before {
4263
- content: "";
4264
- position: absolute;
4265
- width: 100%;
4266
- height: 0;
4267
- bottom: 0;
4268
- right: 0;
 
 
 
4269
  }
4270
 
4271
- .premium-image-button-style1-right:before {
4272
- content: "";
4273
- position: absolute;
4274
- width: 0;
4275
- height: 100%;
4276
- bottom: 0;
4277
- right: 0;
4278
  }
4279
 
4280
- .premium-image-button-style1-left:before {
4281
- content: "";
4282
  position: absolute;
4283
- width: 0;
4284
- height: 100%;
4285
  top: 0;
4286
- left: 0;
 
 
 
4287
  }
4288
 
4289
- .premium-image-button-style1-bottom:hover:before {
4290
- height: 100%;
4291
  }
4292
 
4293
- .premium-image-button-style1-top:hover:before {
4294
- height: 100%;
 
4295
  }
4296
 
4297
- .premium-image-button-style1-right:hover:before {
4298
- width: 100%;
 
 
 
 
4299
  }
4300
 
4301
- .premium-image-button-style1-left:hover:before {
 
4302
  width: 100%;
 
 
4303
  }
4304
 
4305
- .premium-image-button-diagonal-top,
4306
- .premium-image-button-diagonal-bottom,
4307
- .premium-image-button-diagonal-left,
4308
- .premium-image-button-diagonal-right {
4309
- z-index: 10;
4310
  }
4311
 
4312
- .premium-image-button-diagonal-top:before,
4313
- .premium-image-button-diagonal-bottom:before,
4314
- .premium-image-button-diagonal-left:before,
4315
- .premium-image-button-diagonal-right:before {
4316
- position: absolute;
4317
- top: 0px;
4318
- right: 0px;
4319
- width: 100%;
4320
- height: 100%;
4321
- content: "";
4322
- z-index: 1;
4323
- background: rgba(255, 255, 255, 0.2);
4324
- -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
4325
- -ms-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
4326
- transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
4327
- -webkit-transition: all 0.8s ease-out;
4328
- transition: all 0.8s ease-out;
4329
  }
4330
 
4331
- .premium-image-button-diagonal-right:hover:before,
4332
- .premium-image-button-diagonal-left:before {
4333
- -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
4334
- -ms-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
4335
- transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
4336
  }
4337
 
4338
- .premium-image-button-diagonal-left:hover:before,
4339
- .premium-image-button-diagonal-right:before {
4340
- -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
4341
- -ms-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
4342
- transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
4343
  }
4344
 
4345
- .premium-image-button-diagonal-top:hover:before,
4346
- .premium-image-button-diagonal-bottom:before {
4347
- -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
4348
- -ms-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
4349
- transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
4350
  }
4351
 
4352
- .premium-image-button-diagonal-bottom:hover:before,
4353
- .premium-image-button-diagonal-top:before {
4354
- -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
4355
- -ms-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
4356
- transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
4357
  }
4358
 
4359
- .premium-image-button-style4-icon-wrapper {
4360
- position: absolute;
4361
- z-index: 2;
4362
- width: 100%;
4363
- text-align: center;
4364
- display: -webkit-box;
4365
- display: -webkit-flex;
4366
- display: -ms-flexbox;
4367
- -js-display: flex;
4368
- display: -moz-box;
4369
- display: flex;
4370
- -webkit-box-align: center;
4371
- -webkit-align-items: center;
4372
- -moz-box-align: center;
4373
- -ms-flex-align: center;
4374
- align-items: center;
4375
- -webkit-box-pack: center;
4376
- -webkit-justify-content: center;
4377
- -moz-box-pack: center;
4378
- -ms-flex-pack: center;
4379
- justify-content: center;
4380
- height: 100%;
4381
- opacity: 0;
4382
  -webkit-transition: all 0.3s ease-in-out;
4383
  transition: all 0.3s ease-in-out;
4384
  }
4385
 
4386
- .premium-image-button-style4-icon-wrapper.top {
4387
- bottom: -100%;
4388
- right: 0;
 
 
 
 
 
 
4389
  }
4390
 
4391
- .premium-image-button-style4-icon-wrapper.bottom {
4392
- top: -100%;
4393
- right: 0;
4394
  }
4395
 
4396
- .premium-image-button-style4-icon-wrapper.left {
4397
- top: 0;
4398
- right: -100%;
4399
  }
4400
 
4401
- .premium-image-button-style4-icon-wrapper.right {
4402
- top: 0;
4403
- left: -100%;
4404
  }
4405
 
4406
- .premium-image-button-style4-bottom:hover .premium-image-button-style4-icon-wrapper {
4407
- top: 0;
 
4408
  opacity: 1;
4409
  }
4410
 
4411
- .premium-image-button-style4-top:hover .premium-image-button-style4-icon-wrapper {
4412
- bottom: 0;
4413
- opacity: 1;
 
 
4414
  }
4415
 
4416
- .premium-image-button-style4-left:hover .premium-image-button-style4-icon-wrapper {
4417
- right: 0;
4418
- opacity: 1;
 
 
 
 
 
 
4419
  }
4420
 
4421
- .premium-image-button-style4-right:hover .premium-image-button-style4-icon-wrapper {
4422
- left: 0;
4423
- opacity: 1;
 
4424
  }
4425
 
4426
- .premium-image-button-style4-bottom:hover .premium-image-button-text-icon-wrapper {
4427
- -webkit-transform: translateY(100%);
4428
- -ms-transform: translateY(100%);
4429
- transform: translateY(100%);
4430
- opacity: 0;
4431
  }
4432
 
4433
- .premium-image-button-style4-top:hover .premium-image-button-text-icon-wrapper {
4434
- -webkit-transform: translateY(-100%);
4435
- -ms-transform: translateY(-100%);
4436
- transform: translateY(-100%);
4437
- opacity: 0;
4438
  }
4439
 
4440
- .premium-image-button-style4-left:hover .premium-image-button-text-icon-wrapper {
4441
- -webkit-transform: translateX(-100%);
4442
- -ms-transform: translateX(-100%);
4443
- transform: translateX(-100%);
4444
- opacity: 0;
4445
  }
4446
 
4447
- .premium-image-button-style4-right:hover .premium-image-button-text-icon-wrapper {
4448
- -webkit-transform: translateX(100%);
4449
- -ms-transform: translateX(100%);
4450
- transform: translateX(100%);
4451
- opacity: 0;
4452
  }
4453
 
4454
- .premium-image-button-overlap-effect-horizontal:before,
4455
- .premium-image-button-overlap-effect-vertical:before {
4456
- position: absolute;
4457
- content: "";
4458
- top: 0;
4459
- right: 0;
4460
- width: 100%;
4461
- height: 100%;
4462
- opacity: 0;
4463
- -webkit-transition: all 1s ease-in-out;
4464
- transition: all 1s ease-in-out;
4465
- background: rgba(255, 255, 255, 0.2);
4466
- -webkit-animation-name: premium-overlap-effect-done;
4467
- animation-name: premium-overlap-effect-done;
4468
- -webkit-animation-duration: 1s;
4469
- animation-duration: 1s;
4470
  }
4471
 
4472
- .premium-image-button-overlap-effect-vertical:before {
4473
- -webkit-animation-name: premium-overlap-ver-effect-done;
4474
- animation-name: premium-overlap-ver-effect-done;
4475
- -webkit-animation-duration: 1s;
4476
- animation-duration: 1s;
4477
  }
4478
 
4479
- .premium-image-button-overlap-effect-horizontal:hover:before {
4480
- -webkit-animation-name: premium-overlap-effect;
4481
- animation-name: premium-overlap-effect;
4482
- -webkit-animation-duration: 1s;
4483
- animation-duration: 1s;
4484
  }
4485
 
4486
- .premium-image-button-overlap-effect-vertical:hover:before {
4487
- -webkit-animation-name: premium-overlap-ver-effect;
4488
- animation-name: premium-overlap-ver-effect;
4489
- -webkit-animation-duration: 1s;
4490
- animation-duration: 1s;
4491
  }
4492
 
4493
- @-webkit-keyframes premium-overlap-effect {
4494
- 0% {
4495
- opacity: 0;
4496
- -webkit-transform: rotateY(0deg);
4497
- transform: rotateY(0deg);
4498
- }
4499
-
4500
- 50% {
4501
- opacity: 1;
4502
- -webkit-transform: rotateY(180deg);
4503
- transform: rotateY(180deg);
4504
- }
4505
 
4506
- 100% {
4507
- opacity: 0;
4508
- -webkit-transform: rotateY(360deg);
4509
- transform: rotateY(360deg);
4510
- }
4511
- }
4512
-
4513
- @keyframes premium-overlap-effect {
4514
- 0% {
4515
- opacity: 0;
4516
- -webkit-transform: rotateY(0deg);
4517
- transform: rotateY(0deg);
4518
- }
4519
-
4520
- 50% {
4521
- opacity: 1;
4522
- -webkit-transform: rotateY(180deg);
4523
- transform: rotateY(180deg);
4524
- }
4525
-
4526
- 100% {
4527
- opacity: 0;
4528
- -webkit-transform: rotateY(360deg);
4529
- transform: rotateY(360deg);
4530
- }
4531
- }
4532
-
4533
- @-webkit-keyframes premium-overlap-effect-done {
4534
- 0% {
4535
- opacity: 0;
4536
- -webkit-transform: rotateY(0deg);
4537
- transform: rotateY(0deg);
4538
- }
4539
-
4540
- 50% {
4541
- opacity: 1;
4542
- -webkit-transform: rotateY(180deg);
4543
- transform: rotateY(180deg);
4544
- }
4545
-
4546
- 100% {
4547
- opacity: 0;
4548
- -webkit-transform: rotateY(360deg);
4549
- transform: rotateY(360deg);
4550
- }
4551
- }
4552
-
4553
- @keyframes premium-overlap-effect-done {
4554
- 0% {
4555
- opacity: 0;
4556
- -webkit-transform: rotateY(0deg);
4557
- transform: rotateY(0deg);
4558
- }
4559
-
4560
- 50% {
4561
- opacity: 1;
4562
- -webkit-transform: rotateY(180deg);
4563
- transform: rotateY(180deg);
4564
- }
4565
-
4566
- 100% {
4567
- opacity: 0;
4568
- -webkit-transform: rotateY(360deg);
4569
- transform: rotateY(360deg);
4570
- }
4571
- }
4572
-
4573
- @-webkit-keyframes premium-overlap-ver-effect {
4574
- 0% {
4575
- opacity: 0;
4576
- -webkit-transform: rotateX(0deg);
4577
- transform: rotateX(0deg);
4578
- }
4579
-
4580
- 50% {
4581
- opacity: 1;
4582
- -webkit-transform: rotateX(180deg);
4583
- transform: rotateX(180deg);
4584
- }
4585
-
4586
- 100% {
4587
- opacity: 0;
4588
- -webkit-transform: rotateX(360deg);
4589
- transform: rotateX(360deg);
4590
- }
4591
- }
4592
-
4593
- @keyframes premium-overlap-ver-effect {
4594
- 0% {
4595
- opacity: 0;
4596
- -webkit-transform: rotateX(0deg);
4597
- transform: rotateX(0deg);
4598
- }
4599
-
4600
- 50% {
4601
- opacity: 1;
4602
- -webkit-transform: rotateX(180deg);
4603
- transform: rotateX(180deg);
4604
- }
4605
-
4606
- 100% {
4607
- opacity: 0;
4608
- -webkit-transform: rotateX(360deg);
4609
- transform: rotateX(360deg);
4610
- }
4611
- }
4612
-
4613
- @-webkit-keyframes premium-overlap-ver-effect-done {
4614
- 0% {
4615
- opacity: 0;
4616
- -webkit-transform: rotateX(0deg);
4617
- transform: rotateX(0deg);
4618
- }
4619
-
4620
- 50% {
4621
- opacity: 1;
4622
- -webkit-transform: rotateX(180deg);
4623
- transform: rotateX(180deg);
4624
- }
4625
-
4626
- 100% {
4627
- opacity: 0;
4628
- -webkit-transform: rotateX(360deg);
4629
- transform: rotateX(360deg);
4630
- }
4631
- }
4632
-
4633
- @keyframes premium-overlap-ver-effect-done {
4634
- 0% {
4635
- opacity: 0;
4636
- -webkit-transform: rotateX(0deg);
4637
- transform: rotateX(0deg);
4638
- }
4639
-
4640
- 50% {
4641
- opacity: 1;
4642
- -webkit-transform: rotateX(180deg);
4643
- transform: rotateX(180deg);
4644
- }
4645
-
4646
- 100% {
4647
- opacity: 0;
4648
- -webkit-transform: rotateX(360deg);
4649
- transform: rotateX(360deg);
4650
- }
4651
  }
4652
 
4653
- /************ Premium Image Scroll ***************/
4654
- /*************************************************/
4655
- .premium-image-scroll-section,
4656
- .premium-image-scroll-container {
 
 
4657
  -webkit-transition: all 0.3s ease-in-out;
4658
  transition: all 0.3s ease-in-out;
4659
  }
4660
 
4661
- .premium-image-scroll-section {
4662
- position: relative;
4663
- overflow: hidden;
4664
  width: 100%;
4665
- -webkit-mask-image: -webkit-radial-gradient(white, black);
 
 
 
 
4666
  }
4667
 
4668
- .premium-image-scroll-container {
 
 
 
 
4669
  width: 100%;
 
 
 
 
 
4670
  }
4671
 
4672
- .premium-image-scroll-container .premium-image-scroll-mask-media {
4673
- -webkit-mask-repeat: no-repeat;
4674
- mask-repeat: no-repeat;
4675
- -webkit-mask-position: center;
4676
- mask-position: center;
 
 
4677
  }
4678
 
4679
- .premium-container-scroll {
4680
- overflow: auto;
 
 
 
4681
  }
4682
 
4683
- .premium-image-scroll-container .premium-image-scroll-horizontal {
4684
- position: relative;
 
 
4685
  width: 100%;
4686
  height: 100%;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4687
  }
4688
 
4689
- .premium-image-scroll-container .premium-image-scroll-horizontal img {
4690
- max-width: none;
4691
- height: 100%;
4692
- }
4693
-
4694
- .premium-image-scroll-container .premium-image-scroll-vertical img {
4695
  width: 100%;
4696
- max-width: 100%;
4697
- height: auto;
4698
- }
4699
-
4700
- .premium-image-scroll-ver {
4701
- position: relative;
4702
  }
4703
 
4704
- .premium-image-scroll-container .premium-image-scroll-overlay {
4705
- background: rgba(2, 2, 2, 0.3);
 
 
 
4706
  }
4707
 
4708
- .premium-image-scroll-container .premium-image-scroll-link,
4709
- .premium-image-scroll-container .premium-image-scroll-overlay {
4710
- position: absolute;
4711
- top: 0;
4712
- bottom: 0;
4713
- right: 0;
4714
- left: 0;
4715
- z-index: 4;
4716
  }
4717
 
4718
- .premium-image-scroll-content {
4719
- display: inline-block;
4720
- position: absolute;
4721
- height: auto;
4722
- top: 50%;
4723
- right: 50%;
4724
- text-align: center;
4725
- z-index: 5;
4726
- -webkit-transform: translate(50%, -50%);
4727
- -ms-transform: translate(50%, -50%);
4728
- transform: translate(50%, -50%);
4729
  }
4730
 
4731
- .premium-container-scroll-instant .premium-image-scroll-image {
4732
- -webkit-transition: all 0s ease-in-out !important;
4733
- transition: all 0s ease-in-out !important;
 
 
4734
  }
4735
 
4736
- .premium-image-scroll-container img {
4737
- -webkit-transition: -webkit-transform 3s ease-in-out;
4738
- transition: -webkit-transform 3s ease-in-out;
4739
- transition: transform 3s ease-in-out;
4740
- transition: transform 3s ease-in-out, -webkit-transform 3s ease-in-out;
4741
  }
4742
 
4743
- .premium-image-scroll-container .premium-image-scroll-overlay,
4744
- .premium-image-scroll-container .premium-image-scroll-content {
4745
- -webkit-transition: all 0.3s ease-in-out;
4746
- transition: all 0.3s ease-in-out;
4747
- opacity: 1;
4748
  }
4749
 
4750
- .premium-image-scroll-container:hover .premium-image-scroll-overlay {
4751
- opacity: 0;
 
 
 
4752
  }
4753
 
4754
- .premium-image-scroll-container:hover .premium-image-scroll-content {
4755
- opacity: 0;
4756
  visibility: hidden;
 
 
 
 
4757
  }
4758
 
4759
- .premium-image-scroll-content .premium-image-scroll-icon {
4760
- display: inline-block;
4761
- font-family: "pa-elements" !important;
4762
- speak: none;
 
 
 
 
 
 
 
 
 
 
4763
  font-style: normal;
4764
  font-weight: normal;
4765
- font-variant: normal;
4766
- text-transform: none;
4767
- line-height: 1;
4768
- -webkit-font-smoothing: antialiased;
4769
- -moz-osx-font-smoothing: grayscale;
4770
- -webkit-animation-duration: 0.5s;
4771
- animation-duration: 0.5s;
4772
- -webkit-animation-iteration-count: infinite;
4773
- animation-iteration-count: infinite;
4774
- -webkit-animation-direction: alternate;
4775
- animation-direction: alternate;
4776
- -webkit-animation-timing-function: ease-in-out;
4777
- animation-timing-function: ease-in-out;
4778
- }
4779
-
4780
- .pa-horizontal-mouse-scroll:before {
4781
- content: "\e901";
4782
  }
4783
 
4784
- .pa-vertical-mouse-scroll:before {
4785
- content: "\e93c";
 
 
 
 
 
 
 
 
 
 
4786
  }
4787
 
4788
- .pa-horizontal-mouse-scroll {
4789
- -webkit-animation-name: pa-scroll-horizontal;
4790
- animation-name: pa-scroll-horizontal;
4791
  }
4792
 
4793
- .pa-vertical-mouse-scroll {
4794
- -webkit-animation-name: pa-scroll-vertical;
4795
- animation-name: pa-scroll-vertical;
 
4796
  }
4797
 
4798
- @-webkit-keyframes pa-scroll-vertical {
4799
- 0% {
4800
- -webkit-transform: translateY(0px);
4801
- transform: translateY(0px);
4802
- }
4803
-
4804
- 100% {
4805
- -webkit-transform: translateY(5px);
4806
- transform: translateY(5px);
4807
- }
4808
  }
4809
 
4810
- @keyframes pa-scroll-vertical {
4811
- 0% {
4812
- -webkit-transform: translateY(0px);
4813
- transform: translateY(0px);
4814
- }
4815
-
4816
- 100% {
4817
- -webkit-transform: translateY(5px);
4818
- transform: translateY(5px);
4819
- }
4820
  }
4821
 
4822
- @-webkit-keyframes pa-scroll-horizontal {
4823
- 0% {
4824
- -webkit-transform: translateX(0px);
4825
- transform: translateX(0px);
4826
- }
4827
-
4828
- 100% {
4829
- -webkit-transform: translateX(-5px);
4830
- transform: translateX(-5px);
4831
- }
 
 
4832
  }
4833
 
4834
- @keyframes pa-scroll-horizontal {
4835
- 0% {
4836
- -webkit-transform: translateX(0px);
4837
- transform: translateX(0px);
4838
- }
4839
 
4840
- 100% {
4841
- -webkit-transform: translateX(-5px);
4842
- transform: translateX(-5px);
4843
- }
4844
  }
4845
 
4846
- /**************** Premium Image Separator ****************/
4847
- /*********************************************************/
4848
- /*Image Separator Container Style*/
4849
- .premium-image-separator-container {
4850
  position: absolute;
 
4851
  width: 100%;
4852
- z-index: 2;
4853
- top: auto;
 
 
4854
  }
4855
-
4856
- .premium-image-separator-container img {
4857
- display: inline-block !important;
4858
- -webkit-mask-repeat: no-repeat;
4859
- mask-repeat: no-repeat;
4860
- -webkit-mask-position: center;
4861
- mask-position: center;
 
 
 
 
 
4862
  }
4863
 
4864
- /*Link on Image Style*/
4865
- .premium-image-separator-link {
4866
- position: absolute;
4867
- z-index: 9999;
4868
- top: 0;
4869
- right: 0;
4870
- width: 100%;
4871
- height: 100%;
4872
- text-decoration: none;
 
 
 
 
4873
  }
4874
 
4875
- /*Important to override Theme options*/
4876
- a.premium-image-separator-link:hover,
4877
- a.premium-image-separator-link:visited,
4878
- a.premium-image-separator-link:focus,
4879
- a.premium-image-separator-link:active {
4880
- -webkit-box-shadow: none !important;
4881
- box-shadow: none !important;
4882
- outline: none !important;
4883
- border: none !important;
4884
- text-decoration: none !important;
4885
  }
4886
 
4887
- .premium-image-separator-container .img-responsive {
4888
- display: inline-block;
 
4889
  }
4890
 
4891
- .premium-image-separator-container i,
4892
- .premium-image-separator-container>svg {
4893
- padding: 20px;
4894
- -webkit-transition: all 0.3s ease-in-out;
4895
- transition: all 0.3s ease-in-out;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4896
  }
4897
 
4898
- /******** Premium Media Grid ********/
4899
- /************************************/
4900
- .premium-img-gallery-filter,
4901
- .premium-blog-filter {
4902
- display: -webkit-box;
4903
- display: -webkit-flex;
4904
- display: -ms-flexbox;
4905
- -js-display: flex;
4906
- display: -moz-box;
4907
- display: flex;
4908
- -webkit-box-align: center;
4909
- -webkit-align-items: center;
4910
- -moz-box-align: center;
4911
- -ms-flex-align: center;
4912
- align-items: center;
4913
- -webkit-box-pack: center;
4914
- -webkit-justify-content: center;
4915
- -moz-box-pack: center;
4916
- -ms-flex-pack: center;
4917
- justify-content: center;
4918
  }
4919
 
4920
- .premium-img-gallery {
4921
- clear: both;
4922
- overflow: hidden;
4923
  }
4924
 
4925
- .premium-gallery-container .premium-gallery-item {
4926
- padding: 10px;
4927
- float: right;
4928
- /* Google Chrome isotope issue */
 
 
4929
  }
4930
 
4931
- .premium-gallery-container .grid-sizer {
4932
- width: 33.33%;
 
 
 
4933
  }
4934
 
4935
- .premium-img-gallery-filter .premium-gallery-cats-container li a.category,
4936
- .premium-blog-filter .premium-blog-filters-container li a.category {
4937
- outline: none;
4938
- text-decoration: none;
4939
- -webkit-border-radius: 75px;
4940
- border-radius: 75px;
4941
- margin: 15px 5px 20px;
4942
- padding: 7px 20px;
4943
- -webkit-transition: all 0.3s ease-in-out;
4944
- transition: all 0.3s ease-in-out;
4945
  }
4946
 
4947
- /* .premium-img-gallery-filter .premium-gallery-cats-container li a.category span {
4948
- -webkit-transition: all 0.3s ease-in-out;
4949
- transition: all 0.3s ease-in-out;
4950
- } */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4951
 
4952
- .pa-gallery-img {
4953
- position: relative;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4954
  }
4955
 
4956
- .pa-gallery-img .pa-gallery-whole-link {
4957
- position: absolute;
4958
- top: 0;
4959
- right: 0;
4960
- width: 100%;
4961
- height: 100%;
4962
- z-index: 2;
4963
  }
4964
 
4965
- .pa-gallery-img .pa-gallery-whole-link span {
4966
- display: none;
 
4967
  }
4968
 
4969
- .pa-gallery-img.style2 .pa-gallery-whole-link,
4970
- .pa-gallery-img.style3 .pa-gallery-whole-link {
4971
- z-index: 99;
4972
  }
4973
 
4974
- .pa-gallery-img-container {
4975
- overflow: hidden;
4976
- -webkit-backface-visibility: hidden;
4977
- -moz-backface-visibility: hidden;
4978
- -webkit-transform: translate3d(0, 0, 0);
4979
- transform: translate3d(0, 0, 0);
 
 
4980
  }
4981
 
4982
- .pa-gallery-img-container img {
4983
- display: block;
4984
- width: 100%;
4985
- -webkit-transition: all 0.3s ease-in-out;
4986
- transition: all 0.3s ease-in-out;
4987
  }
4988
 
4989
- .premium-img-gallery.gray img {
4990
- -webkit-filter: grayscale(100%);
4991
- filter: grayscale(100%);
4992
  }
4993
 
4994
- .premium-img-gallery.zoomout img,
4995
- .premium-img-gallery.scale img {
4996
- -webkit-transform: scale(1.2);
4997
- -ms-transform: scale(1.2);
4998
- transform: scale(1.2);
 
 
4999
  }
5000
 
5001
- .premium-img-gallery.sepia img {
5002
- -webkit-filter: sepia(30%);
5003
- filter: sepia(30%);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5004
  }
5005
 
5006
- .premium-img-gallery.bright img {
5007
- -webkit-filter: brightness(1);
5008
- filter: brightness(1);
5009
  }
5010
 
5011
- .premium-img-gallery.trans img {
5012
- -webkit-transform: translateX(15px) scale(1.1);
5013
- -ms-transform: translateX(15px) scale(1.1);
5014
- transform: translateX(15px) scale(1.1);
 
 
 
 
 
 
 
 
 
 
5015
  }
5016
 
5017
- .pa-gallery-img .pa-gallery-magnific-image,
5018
- .pa-gallery-img .pa-gallery-img-link {
5019
- outline: none;
5020
  }
5021
 
5022
- .pa-gallery-img .pa-gallery-magnific-image i,
5023
- .pa-gallery-img .pa-gallery-magnific-image svg,
5024
- .pa-gallery-img .pa-gallery-img-link i,
5025
- .pa-gallery-img .pa-gallery-img-link svg {
5026
- -webkit-transition: all 0.3s ease-in-out;
5027
- transition: all 0.3s ease-in-out;
5028
  }
5029
 
5030
- .pa-gallery-img .pa-gallery-magnific-image span,
5031
- .pa-gallery-img .pa-gallery-img-link span {
5032
- line-height: 1;
5033
- display: inline-block;
5034
- opacity: 0;
5035
- margin: 0 5px;
5036
- padding: 15px;
5037
- -webkit-border-radius: 50%;
5038
- border-radius: 50%;
5039
  }
5040
 
5041
- .pa-gallery-img.style2 .pa-gallery-magnific-image span,
5042
- .pa-gallery-img.style2 .pa-gallery-img-link span {
5043
- margin: 0 5px 20px;
 
 
 
5044
  }
5045
 
5046
- .pa-gallery-img:hover .pa-gallery-magnific-image span {
5047
- -webkit-transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.3s;
5048
- transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.3s;
5049
  }
5050
 
5051
- .pa-gallery-img:hover .pa-gallery-img-link span {
5052
- -webkit-transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.6s;
5053
- transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.6s;
5054
  }
5055
 
5056
- .pa-gallery-img:hover .pa-gallery-magnific-image span,
5057
- .pa-gallery-img:hover .pa-gallery-img-link span,
5058
- .premium-gallery-icon-show a.pa-gallery-video-icon span {
5059
- opacity: 1;
 
 
 
 
 
 
 
 
 
 
 
 
5060
  }
5061
 
5062
- .premium-img-gallery-filter ul.premium-gallery-cats-container,
5063
- .premium-blog-filter ul.premium-blog-filters-container {
5064
- text-align: center;
5065
- margin: 0;
5066
- padding: 0;
 
5067
  }
5068
 
5069
- .premium-img-gallery-filter .premium-gallery-cats-container li,
5070
- .premium-blog-filter .premium-blog-filters-container li {
5071
- list-style: none;
5072
- display: -webkit-inline-box;
5073
- display: -webkit-inline-flex;
5074
- display: -ms-inline-flexbox;
5075
- -js-display: inline-flex;
5076
- display: -moz-inline-box;
5077
- display: inline-flex;
5078
  }
5079
 
5080
- .premium-img-gallery.zoomin .pa-gallery-img:hover img {
5081
- -webkit-transform: scale(1.1);
5082
- -ms-transform: scale(1.1);
5083
- transform: scale(1.1);
 
 
5084
  }
5085
 
5086
- .premium-img-gallery.zoomout .pa-gallery-img:hover img {
5087
- -webkit-transform: scale(1);
5088
- -ms-transform: scale(1);
5089
- transform: scale(1);
5090
  }
5091
 
5092
- .premium-img-gallery.scale .pa-gallery-img:hover img {
5093
- -webkit-transform: scale(1.3) rotate(-5deg);
5094
- -ms-transform: scale(1.3) rotate(-5deg);
5095
- transform: scale(1.3) rotate(-5deg);
5096
  }
5097
 
5098
- .premium-img-gallery.gray .pa-gallery-img:hover img {
5099
- -webkit-filter: grayscale(0%);
5100
- filter: grayscale(0%);
5101
  }
5102
 
5103
- .premium-img-gallery.blur .pa-gallery-img:hover img {
5104
- -webkit-filter: blur(3px);
5105
- filter: blur(3px);
 
 
 
 
5106
  }
5107
 
5108
- .premium-img-gallery.sepia .pa-gallery-img:hover img {
5109
- -webkit-filter: sepia(0%);
5110
- filter: sepia(0%);
 
 
 
5111
  }
5112
 
5113
- .premium-img-gallery.trans .pa-gallery-img:hover img {
5114
- -webkit-transform: translateX(0px) scale(1.1);
5115
- -ms-transform: translateX(0px) scale(1.1);
5116
- transform: translateX(0px) scale(1.1);
 
 
5117
  }
5118
 
5119
- .premium-img-gallery.bright .pa-gallery-img:hover img {
5120
- -webkit-filter: brightness(1.2);
5121
- filter: brightness(1.2);
5122
  }
5123
-
5124
- .pa-gallery-img .premium-gallery-caption {
5125
- padding: 10px;
 
 
5126
  }
5127
 
5128
- .pa-gallery-img .premium-gallery-caption .premium-gallery-img-name {
5129
- margin-bottom: 0;
 
 
 
 
 
 
5130
  }
5131
 
5132
- .pa-gallery-img.style1 {
5133
- overflow: hidden;
 
 
5134
  }
5135
 
5136
- .pa-gallery-img:not(.style2) .pa-gallery-icons-wrapper {
5137
- position: absolute;
5138
- top: 0;
5139
- right: 0;
5140
  width: 100%;
5141
- height: 100%;
5142
- -webkit-transition: all 0.3s ease-in-out;
5143
- transition: all 0.3s ease-in-out;
5144
  }
5145
 
5146
- .pa-gallery-img:not(.style2) .pa-gallery-icons-inner-container {
5147
- position: absolute;
5148
- top: 33.33%;
5149
- width: 100%;
5150
- text-align: center;
5151
- -webkit-transform: translateY(-50%);
5152
- -ms-transform: translateY(-50%);
5153
- transform: translateY(-50%);
5154
- z-index: 3;
5155
  }
5156
 
5157
- .pa-gallery-img.style1 .premium-gallery-caption {
5158
- position: absolute;
5159
- top: auto;
5160
- left: 0;
5161
- right: 0;
5162
- width: 100%;
5163
- -webkit-transition: all 500ms ease 0s;
5164
- transition: all 500ms ease 0s;
5165
- -webkit-transform: translate3d(0, 100%, 0);
5166
- -ms-transform: translate3d(0, 100%, 0);
5167
- transform: translate3d(0, 100%, 0);
 
 
 
5168
  }
5169
 
5170
- .pa-gallery-img.default .premium-gallery-caption {
 
 
5171
  position: absolute;
5172
- top: auto;
5173
- left: 0;
5174
- right: 0;
5175
- width: 100%;
5176
- bottom: 0;
5177
  }
5178
 
5179
- .pa-gallery-img.style1:hover .premium-gallery-caption {
5180
- -webkit-transform: translate3d(0, 0, 0);
5181
- -ms-transform: translate3d(0, 0, 0);
5182
- transform: translate3d(0, 0, 0);
5183
- bottom: -1px !important;
5184
  }
5185
 
5186
- .pa-gallery-img.style2 .pa-gallery-icons-caption-container {
5187
- position: absolute;
5188
- top: 0;
5189
- right: 0;
5190
  width: 100%;
5191
- height: 100%;
5192
- opacity: 0;
5193
- -webkit-backface-visibility: hidden;
5194
- backface-visibility: hidden;
5195
- -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
5196
- -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
5197
- transition: opacity 0.3s, -webkit-transform 0.3s;
5198
- transition: transform 0.3s, opacity 0.3s;
5199
- transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
5200
- z-index: 1;
5201
- background-color: rgba(108, 191, 226, 0.68);
5202
- display: -webkit-box;
5203
- display: -webkit-flex;
5204
- display: -ms-flexbox;
5205
- -js-display: flex;
5206
- display: -moz-box;
5207
- display: flex;
5208
- text-align: center;
5209
- -webkit-box-align: center;
5210
- -webkit-align-items: center;
5211
- -moz-box-align: center;
5212
- -ms-flex-align: center;
5213
- align-items: center;
5214
  }
5215
 
5216
- .pa-gallery-img.style2 .pa-gallery-icons-caption-cell {
5217
- width: 100%;
 
 
5218
  }
5219
 
5220
- .pa-gallery-img.style2:hover .pa-gallery-icons-caption-container {
5221
- opacity: 1;
5222
- -webkit-transform: translate(-15px, 15px);
5223
- -ms-transform: translate(-15px, 15px);
5224
- transform: translate(-15px, 15px);
5225
  }
5226
 
5227
- .premium-clearfix {
5228
- clear: both;
 
 
 
 
 
 
5229
  }
5230
 
5231
- .premium-gallery-container .pa-gallery-item {
5232
- padding: 10px;
 
5233
  }
5234
 
5235
- /**
5236
- * Metro Layout
5237
- */
5238
- .premium-img-gallery-metro .premium-gallery-item {
5239
- overflow: hidden;
5240
  }
5241
 
5242
- .premium-img-gallery-metro .pa-gallery-img {
5243
- height: 100%;
 
5244
  }
5245
 
5246
- .premium-img-gallery-metro .pa-gallery-img-container {
5247
- height: 100%;
 
 
5248
  }
5249
 
5250
- .premium-img-gallery-metro .pa-gallery-img-container img {
5251
- min-height: 100%;
5252
- width: 100%;
5253
- -o-object-fit: fill;
5254
- object-fit: fill;
5255
  }
5256
 
5257
- .premium-img-gallery .premium-gallery-item-hidden {
5258
- visibility: hidden;
5259
- width: 0 !important;
5260
- height: 0 !important;
5261
- margin: 0 !important;
5262
- padding: 0 !important;
5263
  }
5264
 
5265
- .premium-gallery-load-more .premium-gallery-load-more-btn {
5266
- -webkit-box-shadow: none;
5267
- box-shadow: none;
5268
- text-shadow: none;
5269
- border: none;
5270
- outline: none;
5271
- -webkit-box-align: center;
5272
- -ms-flex-align: center;
5273
- -webkit-align-items: center;
5274
- -moz-box-align: center;
5275
- align-items: center;
5276
- vertical-align: bottom;
5277
- cursor: pointer;
5278
- line-height: 1;
5279
- font-style: normal;
5280
- font-weight: normal;
5281
- background-image: none;
5282
- color: #fff;
5283
- -webkit-transition: all 0.3s ease-in-out;
5284
- transition: all 0.3s ease-in-out;
5285
- }
5286
-
5287
- .premium-gallery-load-more-btn {
5288
- display: -webkit-inline-box;
5289
- display: -webkit-inline-flex;
5290
- display: -ms-inline-flexbox;
5291
- -js-display: inline-flex;
5292
- display: -moz-inline-box;
5293
- display: inline-flex;
5294
- -webkit-box-align: center;
5295
- -webkit-align-items: center;
5296
- -moz-box-align: center;
5297
- -ms-flex-align: center;
5298
- align-items: center;
5299
- }
5300
-
5301
- .premium-gallery-load-more-btn div {
5302
- margin-right: 3px;
5303
  }
5304
 
5305
- .premium-gallery-load-more-btn .premium-loader {
5306
- display: inline-block;
5307
- width: 20px;
5308
- height: 20px;
5309
  }
5310
 
5311
- /** * Video */
5312
- .pa-gallery-img .pa-gallery-lightbox-wrap {
5313
- display: inline-block;
5314
  }
5315
 
5316
- .premium-img-gallery-no-lightbox .premium-gallery-video-item .pa-gallery-img,
5317
- .pa-gallery-img .pa-gallery-video-icon {
5318
- cursor: pointer;
 
5319
  }
5320
 
5321
- .pa-gallery-img-container iframe,
5322
- .pa-gallery-img-container video {
5323
- position: absolute;
5324
  visibility: hidden;
5325
- top: 0;
5326
- right: 0;
5327
- max-width: 100%;
5328
- width: 100%;
5329
- height: 100%;
5330
- margin: 0;
5331
- line-height: 1;
5332
- border: none;
5333
- }
5334
-
5335
- .pa-gallery-img-container video {
5336
- -o-object-fit: contain;
5337
- object-fit: contain;
5338
- }
5339
-
5340
- .pa-gallery-icons-inner-container svg,
5341
- .pa-gallery-icons-caption-cell svg {
5342
- width: 14px;
5343
- height: 14px;
5344
- }
5345
-
5346
- .premium-gallery-gradient-layer {
5347
  position: absolute;
5348
- bottom: 40px;
5349
- width: 100%;
5350
- height: 20px;
5351
- background: -webkit-gradient(linear, left bottom, left top, from(#17181f), to(rgba(255, 255, 255, 0)));
5352
- background: -webkit-linear-gradient(bottom, #17181f 0%, rgba(255, 255, 255, 0) 100%);
5353
- background: linear-gradient(to top, #17181f 0%, rgba(255, 255, 255, 0) 100%);
5354
  }
5355
 
5356
- /********* Premium Lottie Animations **********/
5357
- /**********************************************/
5358
- .elementor-widget-premium-lottie .premium-lottie-animation {
 
5359
  position: relative;
5360
- -js-display: inline-flex;
5361
- display: -webkit-inline-box;
5362
- display: -webkit-inline-flex;
5363
- display: -moz-inline-box;
5364
- display: -ms-inline-flexbox;
5365
- display: inline-flex;
5366
- -webkit-transition: all 0.3s ease-in-out;
5367
- transition: all 0.3s ease-in-out;
5368
  }
5369
 
5370
- .elementor-widget-premium-lottie .premium-lottie-animation a {
5371
- position: absolute;
5372
- left: 0;
5373
- top: 0;
5374
- width: 100%;
5375
- height: 100%;
5376
- z-index: 2;
5377
  }
5378
 
5379
- /**************** Premium Google Maps ******************/
5380
- /*******************************************************/
5381
- .premium-maps-info-container {
5382
- margin-top: 10px;
5383
- margin-bottom: 10px;
 
 
 
 
 
 
 
5384
  }
5385
 
5386
- .premium-maps-info-title,
5387
- .premium-maps-info-desc {
5388
- margin: 0;
5389
- padding: 0;
5390
  }
5391
 
5392
- .premium-maps-container .gm-style-iw {
5393
- text-align: center;
5394
- direction: ltr;
5395
  }
5396
 
5397
- .premium-maps-container .gm-style img {
5398
- max-width: none !important;
 
 
5399
  }
5400
 
5401
- /**************** Premium Modal Box ****************/
5402
- /***************************************************/
5403
- .premium-modal-trigger-btn,
5404
- .premium-modal-box-modal-lower-close {
5405
- display: inline-block;
5406
- padding: 6px 12px;
5407
- margin-bottom: 0;
5408
- font-size: 14px;
5409
- font-weight: normal;
5410
- line-height: 1.42857143;
5411
- text-align: center;
5412
- white-space: nowrap;
5413
- vertical-align: middle;
5414
- -ms-touch-action: manipulation;
5415
- touch-action: manipulation;
5416
- cursor: pointer;
5417
- -webkit-user-select: none;
5418
- -moz-user-select: none;
5419
- -ms-user-select: none;
5420
- user-select: none;
5421
- background-image: none;
5422
- border: 1px solid transparent;
5423
  }
5424
 
5425
- .premium-modal-trigger-btn>svg,
5426
- .premium-modal-trigger-btn .premium-modal-box-icon {
5427
- -webkit-transition: all 0.3s ease-in-out;
5428
- transition: all 0.3s ease-in-out;
5429
  }
5430
 
5431
- .premium-modal-trigger-btn>svg {
5432
- width: 30px;
5433
- height: 30px;
5434
  }
5435
 
5436
- .premium-modal-box-modal-close {
5437
- float: left;
5438
- font-size: 21px;
5439
- font-weight: bold;
5440
- line-height: 1;
5441
- color: #000;
5442
  }
5443
 
5444
- .premium-modal-box-modal-close:hover,
5445
- .premium-modal-box-modal-close:focus {
5446
- color: #000;
5447
- text-decoration: none;
5448
- cursor: pointer;
5449
  }
5450
 
5451
- button.premium-modal-box-modal-close {
5452
- -webkit-appearance: none;
 
5453
  padding: 0;
5454
- cursor: pointer;
5455
- background: transparent;
5456
- border: 0;
5457
  }
5458
 
5459
- .premium-modal-box-modal {
5460
- position: fixed;
5461
- top: 0;
5462
- left: 0;
5463
- bottom: 0;
5464
- right: 0;
5465
- z-index: 1050;
5466
  display: none;
5467
- -webkit-overflow-scrolling: touch;
5468
- outline: 0;
5469
- padding: 0 !important;
5470
- background: rgba(0, 0, 0, 0.5);
5471
- -webkit-box-align: center;
5472
- -webkit-align-items: center;
5473
- -moz-box-align: center;
5474
- -ms-flex-align: center;
5475
- align-items: center;
5476
- -webkit-box-pack: center;
5477
- -webkit-justify-content: center;
5478
- -moz-box-pack: center;
5479
- -ms-flex-pack: center;
5480
- justify-content: center;
5481
  }
5482
 
5483
- .premium-modal-box-modal .premium-modal-box-modal-dialog {
5484
- position: absolute;
5485
- max-height: -webkit-calc(100vh - 150px);
5486
- max-height: calc(100vh - 150px);
5487
- -js-display: flex;
5488
- display: -webkit-box;
5489
- display: -webkit-flex;
5490
- display: -moz-box;
5491
- display: -ms-flexbox;
5492
- display: flex;
5493
  -webkit-box-orient: vertical;
5494
  -webkit-box-direction: normal;
5495
  -webkit-flex-direction: column;
@@ -5497,251 +5934,368 @@ button.premium-modal-box-modal-close {
5497
  -moz-box-direction: normal;
5498
  -ms-flex-direction: column;
5499
  flex-direction: column;
5500
- opacity: 0;
5501
- background-color: #fff;
5502
- border: 1px solid rgba(0, 0, 0, 0.2);
5503
- -webkit-border-radius: 6px;
5504
- border-radius: 6px;
5505
  }
5506
 
5507
- .premium-modal-box-modal-content {
5508
- background-clip: padding-box;
5509
- outline: 0;
5510
- overflow-x: hidden;
 
 
5511
  }
5512
 
5513
- .premium-modal-backdrop.premium-in {
5514
- filter: alpha(opacity=50);
5515
- opacity: 0.5 !important;
 
 
5516
  }
5517
 
5518
- .premium-modal-fade.premium-in {
5519
- opacity: 1;
 
5520
  }
5521
 
5522
- .premium-modal-backdrop {
 
 
 
 
 
 
 
 
 
 
5523
  position: fixed;
5524
  top: 0;
5525
  left: 0;
5526
- bottom: 0;
5527
- right: 0;
5528
- z-index: 1040;
5529
- background-color: #000;
 
5530
  }
5531
 
5532
- .premium-modal-backdrop.premium-modal-fade {
5533
- filter: alpha(opacity=0);
5534
- opacity: 0;
 
 
 
 
5535
  }
5536
 
5537
- .premium-modal-fade {
5538
- opacity: 0;
5539
  }
5540
 
5541
- .premium-in {
5542
- -js-display: flex !important;
5543
- display: -webkit-box !important;
5544
- display: -webkit-flex !important;
5545
- display: -moz-box !important;
5546
- display: -ms-flexbox !important;
5547
- display: flex !important;
5548
  }
5549
 
5550
- .premium-modal-box-modal-header {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5551
  -js-display: flex;
5552
  display: -webkit-box;
5553
  display: -webkit-flex;
5554
  display: -moz-box;
5555
  display: -ms-flexbox;
5556
  display: flex;
5557
- -webkit-box-pack: justify;
5558
- -webkit-justify-content: space-between;
5559
- -moz-box-pack: justify;
5560
- -ms-flex-pack: justify;
5561
- justify-content: space-between;
5562
  -webkit-box-align: center;
5563
  -webkit-align-items: center;
5564
  -moz-box-align: center;
5565
  -ms-flex-align: center;
5566
  align-items: center;
5567
- padding: 5px 15px;
5568
- border-bottom: 1px solid #e5e5e5;
5569
- }
5570
-
5571
- .premium-modal-box-modal-header .premium-modal-box-modal-close {
5572
- margin-top: -2px;
 
 
 
5573
  }
5574
 
5575
- .premium-modal-box-modal-header .premium-modal-box-modal-title {
 
5576
  -js-display: flex;
5577
  display: -webkit-box;
5578
  display: -webkit-flex;
5579
  display: -moz-box;
5580
  display: -ms-flexbox;
5581
  display: flex;
 
 
 
 
 
5582
  -webkit-box-align: center;
5583
  -webkit-align-items: center;
5584
  -moz-box-align: center;
5585
  -ms-flex-align: center;
5586
  align-items: center;
5587
- margin: 0;
5588
- padding: 0;
5589
  }
5590
 
5591
- .premium-modal-box-modal-header .premium-modal-box-modal-title svg {
5592
- width: 50px;
5593
- height: 60px;
5594
  }
5595
 
5596
- .premium-modal-box-modal-body {
5597
- position: relative;
5598
- padding: 15px;
5599
  }
5600
 
5601
- .premium-modal-box-modal-footer {
5602
- padding: 15px;
5603
- text-align: left;
5604
- border-top: 1px solid #e5e5e5;
 
 
 
5605
  }
5606
 
5607
- .premium-modal-scrollbar-measure {
5608
- position: absolute;
5609
- top: -9999px;
5610
- width: 50px;
5611
- height: 50px;
5612
- overflow: scroll;
5613
  }
5614
 
5615
- .premium-modal-trigger-text {
5616
- background: none !important;
5617
- display: inline-block;
5618
  }
5619
 
5620
- .premium-modal-box-container {
5621
- width: 100% !important;
 
 
 
 
 
 
 
 
5622
  }
5623
 
5624
- /*Open Modal Button Style*/
5625
- .premium-modal-trigger-container .premium-modal-trigger-btn {
5626
- -js-display: inline-flex;
5627
- display: -webkit-inline-box;
5628
- display: -webkit-inline-flex;
5629
- display: -moz-inline-box;
5630
- display: -ms-inline-flexbox;
5631
- display: inline-flex;
5632
  -webkit-box-align: center;
5633
  -webkit-align-items: center;
5634
  -moz-box-align: center;
5635
  -ms-flex-align: center;
5636
  align-items: center;
5637
- border: none;
5638
- -webkit-transition: all 0.3s ease-in-out;
5639
- transition: all 0.3s ease-in-out;
5640
  }
5641
 
5642
- .premium-modal-trigger-container .premium-modal-trigger-btn.premium-btn-block {
5643
- -webkit-box-pack: center;
5644
- -webkit-justify-content: center;
5645
- -moz-box-pack: center;
5646
- -ms-flex-pack: center;
5647
- justify-content: center;
5648
  }
5649
 
5650
- .premium-modal-trigger-container .premium-modal-trigger-img,
5651
- .premium-modal-trigger-container .premium-modal-trigger-text,
5652
- .premium-modal-trigger-container .premium-modal-trigger-animation {
5653
- cursor: pointer;
 
 
5654
  }
5655
 
5656
- .premium-modal-trigger-container .premium-modal-trigger-animation {
5657
- display: inline-block;
5658
- width: 200px;
5659
- height: 200px;
5660
- -webkit-transition: all 0.3s ease-in-out;
5661
- transition: all 0.3s ease-in-out;
5662
  }
5663
 
5664
- /*Image on Modal Header Style*/
5665
- .premium-modal-box-modal-header img {
5666
- width: 48px;
5667
- padding-left: 5px;
 
 
 
5668
  }
5669
 
5670
- .premium-modal-box-modal-header i,
5671
- .premium-modal-box-modal-header svg {
5672
- padding-left: 6px;
5673
  }
5674
 
5675
- .premium-modal-box-modal-close {
5676
- position: relative;
5677
- z-index: 99;
5678
  }
5679
 
5680
- .premium-modal-trigger-img,
5681
- .premium-modal-trigger-text,
5682
- .premium-modal-box-close-button-container,
5683
- .premium-modal-box-modal-close,
5684
- .premium-modal-box-modal-lower-close {
5685
- -webkit-transition: all 0.3s ease-in-out;
5686
- transition: all 0.3s ease-in-out;
5687
  }
5688
 
5689
- @media (min-width: 768px) {
5690
- .premium-modal-box-modal-dialog {
5691
- width: 700px;
5692
- max-height: 600px;
5693
- overflow: auto;
5694
- }
5695
- }
5696
 
5697
- @media (max-width: 767px) {
5698
- .premium-modal-box-modal-dialog {
5699
- width: 100%;
5700
- max-height: 500px;
5701
- overflow: auto;
5702
- }
5703
  }
5704
 
5705
- .premium-modal-box-container[data-modal-animation*="animated-"] {
5706
- opacity: 0;
 
 
5707
  }
5708
 
5709
- /************ Premium Nav Menu ************/
5710
- .premium-nav-widget-container ul {
5711
- list-style: none;
5712
- margin: 0;
5713
- padding: 0;
5714
  }
5715
 
5716
- .premium-nav-widget-container .premium-main-nav-menu {
5717
- -js-display: flex;
5718
- display: -webkit-box;
5719
- display: -webkit-flex;
5720
- display: -moz-box;
5721
- display: -ms-flexbox;
5722
- display: flex;
5723
- height: 100%;
 
 
5724
  }
5725
 
5726
- /*Vertical Main Menu**/
5727
- .premium-nav-ver .premium-ver-inner-container {
5728
- width: 45%;
5729
- position: relative;
 
 
5730
  }
5731
 
5732
- .premium-nav-ver .premium-nav-menu-container,
5733
- .premium-nav-ver .premium-ver-toggler {
5734
- width: 100%;
 
 
 
 
 
5735
  }
5736
 
5737
- .premium-nav-ver .premium-nav-menu-container {
5738
- background-color: #fff;
5739
- -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
5740
- box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
5741
  }
5742
 
5743
- .premium-nav-ver .premium-main-nav-menu {
5744
- position: relative;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5745
  -webkit-box-orient: vertical;
5746
  -webkit-box-direction: normal;
5747
  -webkit-flex-direction: column;
@@ -5749,254 +6303,208 @@ button.premium-modal-box-modal-close {
5749
  -moz-box-direction: normal;
5750
  -ms-flex-direction: column;
5751
  flex-direction: column;
5752
- -webkit-box-align: start;
5753
- -webkit-align-items: flex-start;
5754
- -moz-box-align: start;
5755
- -ms-flex-align: start;
5756
- align-items: flex-start;
5757
- }
5758
-
5759
- .premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
5760
- visibility: hidden;
5761
- opacity: 0;
5762
- position: absolute;
5763
- min-width: 250px;
5764
  }
5765
 
5766
- .premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.menu-item-has-children:hover>.premium-sub-menu,
5767
- .premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.menu-item-has-children:hover .premium-mega-content-container {
5768
- opacity: 1;
5769
- visibility: visible;
5770
- pointer-events: auto;
5771
  }
5772
 
5773
- .premium-nav-ver .premium-nav-menu-item {
5774
- width: 100%;
5775
  }
5776
 
5777
- .premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-right .premium-mega-content-container,
5778
- .premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-right .premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
5779
- left: 100%;
5780
- top: 0;
5781
  }
5782
 
5783
- .premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-left .premium-mega-content-container,
5784
- .premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-left .premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
5785
- right: 100%;
5786
- top: 0;
5787
  }
5788
 
5789
- .premium-nav-ver.premium-vertical-left .premium-menu-link {
5790
- -webkit-box-orient: horizontal;
5791
- -webkit-box-direction: reverse;
5792
- -webkit-flex-direction: row-reverse;
5793
- -moz-box-orient: horizontal;
5794
- -moz-box-direction: reverse;
5795
- -ms-flex-direction: row-reverse;
5796
- flex-direction: row-reverse;
5797
  }
5798
 
5799
- /*Horizontal Main Menu**/
5800
- .premium-nav-hor .premium-nav-menu-container {
5801
- height: 60px;
 
 
 
 
 
 
 
 
 
 
 
 
5802
  }
5803
 
5804
- .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item .premium-sub-menu {
5805
- visibility: hidden;
5806
- opacity: 0;
5807
- position: absolute;
5808
- min-width: 220px;
5809
  }
5810
 
5811
- .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item>.premium-sub-menu,
5812
- .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item .premium-mega-content-container {
5813
- top: 100%;
5814
  }
5815
 
5816
- .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item>.premium-sub-menu .premium-sub-menu,
5817
- .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item .premium-mega-content-container .premium-sub-menu {
5818
- right: 100%;
5819
- top: 0;
 
 
 
 
 
 
 
 
 
 
 
 
5820
  }
5821
 
5822
- .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item:hover>.premium-sub-menu,
5823
- .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item:hover .premium-mega-content-container {
5824
- visibility: visible;
5825
- opacity: 1;
5826
- pointer-events: auto;
5827
  }
5828
 
5829
- .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-mega-item-static .premium-mega-content-container {
5830
- left: 50%;
5831
- -webkit-transform: translateX(-50%);
5832
- -ms-transform: translateX(-50%);
5833
- transform: translateX(-50%);
5834
  }
5835
 
5836
- .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item:not(.premium-mega-item-static) .premium-mega-content-container {
5837
- left: 0;
 
5838
  }
5839
 
5840
- /**Mega Menu Container*/
5841
- .premium-mega-nav-item .premium-sub-menu {
5842
- display: none;
 
 
 
5843
  }
5844
 
5845
- .premium-mega-nav-item {
5846
  position: relative;
 
5847
  }
5848
 
5849
- .premium-mega-nav-item:hover .premium-mega-content-container {
5850
- visibility: visible;
5851
- opacity: 1;
5852
- pointer-events: auto;
5853
- }
5854
-
5855
- .premium-mega-content-container {
5856
- visibility: hidden;
5857
  position: absolute;
5858
- z-index: 9999;
5859
- opacity: 0;
5860
- pointer-events: none;
5861
- }
5862
-
5863
- .premium-hamburger-menu .premium-mega-content-container,
5864
- .premium-nav-slide .premium-mega-content-container,
5865
- .premium-nav-dropdown .premium-mega-content-container {
5866
- visibility: visible;
5867
- position: relative;
5868
- opacity: 1;
5869
- pointer-events: auto;
5870
- }
5871
-
5872
- /**Hamburger Menu*/
5873
- .premium-nav-widget-container a.premium-hamburger-toggle,
5874
- .premium-mobile-menu-outer-container a.premium-mobile-menu-close {
5875
- text-decoration: none;
5876
- }
5877
-
5878
- .premium-nav-widget-container .premium-hamburger-toggle {
5879
- display: none;
5880
- -webkit-box-pack: center;
5881
- -webkit-justify-content: center;
5882
- -moz-box-pack: center;
5883
- -ms-flex-pack: center;
5884
- justify-content: center;
5885
- -webkit-box-align: center;
5886
- -webkit-align-items: center;
5887
- -moz-box-align: center;
5888
- -ms-flex-align: center;
5889
- align-items: center;
5890
- }
5891
-
5892
- .premium-nav-widget-container .premium-hamburger-toggle i {
5893
- padding: 0.25em;
5894
- font-size: 22px;
5895
- }
5896
-
5897
- .premium-nav-widget-container .premium-hamburger-toggle svg {
5898
- width: 22px;
5899
- height: 22px;
5900
  }
5901
 
5902
- .premium-nav-widget-container .premium-hamburger-toggle i,
5903
- .premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-text,
5904
- .premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-close {
5905
- color: #494c4f;
 
5906
  }
5907
 
5908
- .premium-nav-widget-container .premium-hamburger-toggle svg,
5909
- .premium-nav-widget-container .premium-hamburger-toggle svg path {
5910
- fill: #494c4f;
 
 
 
 
 
 
 
5911
  }
5912
 
5913
- .premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-text,
5914
- .premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-close {
5915
- margin: 2px;
 
 
 
 
5916
  }
5917
 
5918
- .premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-close {
5919
  display: none;
5920
  }
5921
 
5922
- .premium-mobile-menu-container {
5923
- width: 100%;
5924
- }
5925
-
5926
- .premium-mobile-menu-container .premium-main-mobile-menu {
5927
- width: 100%;
5928
- }
5929
-
5930
- .premium-mobile-menu-container ul {
5931
- list-style: none;
5932
- margin: 0;
5933
- padding: 0;
5934
  }
5935
 
5936
- .premium-mobile-menu-container .premium-mobile-menu,
5937
- .premium-mobile-menu-container .premium-sub-menu {
 
5938
  display: none;
5939
- -webkit-box-orient: vertical;
5940
- -webkit-box-direction: normal;
5941
- -webkit-flex-direction: column;
5942
- -moz-box-orient: vertical;
5943
- -moz-box-direction: normal;
5944
- -ms-flex-direction: column;
5945
- flex-direction: column;
5946
  }
5947
 
5948
- .premium-mobile-menu-container .premium-nav-menu-item {
5949
- -webkit-box-orient: vertical;
5950
- -webkit-box-direction: normal;
5951
- -webkit-flex-direction: column;
5952
- -moz-box-orient: vertical;
5953
- -moz-box-direction: normal;
5954
- -ms-flex-direction: column;
5955
- flex-direction: column;
5956
  }
5957
 
5958
- .premium-mobile-menu-container .premium-item-badge {
5959
- top: 50%;
5960
- left: 0;
5961
- -webkit-transform: translateY(-50%);
5962
- -ms-transform: translateY(-50%);
5963
- transform: translateY(-50%);
5964
  }
5965
 
5966
- .premium-nav-hor .premium-mobile-menu-container .premium-item-badge {
5967
- top: 0;
5968
- -webkit-transform: translateY(0);
5969
- -ms-transform: translateY(0);
5970
- transform: translateY(0);
5971
- }
5972
 
5973
- /**Vertical Hamburger Menu*/
5974
- .premium-mobile-menu-outer-container {
5975
- opacity: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
5976
  }
5977
 
5978
- .premium-mobile-menu-outer-container.premium-vertical-toggle-open {
5979
- opacity: 1;
 
 
 
 
 
5980
  }
5981
 
5982
- .premium-ver-hamburger-menu .premium-mobile-menu-outer-container {
5983
- background-color: #f7f7f7;
5984
- width: 300px;
5985
- -webkit-transform: translateX(-300px);
5986
- -ms-transform: translateX(-300px);
5987
- transform: translateX(-300px);
5988
- height: 100%;
5989
- position: fixed;
5990
- top: 0;
5991
- left: 0;
5992
- overflow-x: hidden;
5993
- z-index: 10002;
5994
- -webkit-transition: 0.5s;
5995
- transition: 0.5s;
5996
- padding-top: 50px;
5997
  }
5998
 
5999
- .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu {
 
6000
  -js-display: flex;
6001
  display: -webkit-box;
6002
  display: -webkit-flex;
@@ -6005,4111 +6513,900 @@ button.premium-modal-box-modal-close {
6005
  display: flex;
6006
  }
6007
 
6008
- .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-container {
6009
- margin-top: 50px;
 
6010
  }
6011
 
6012
- .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-container .premium-item-badge {
6013
- -webkit-transform: translateY(0);
6014
- -ms-transform: translateY(0);
6015
- transform: translateY(0);
6016
  }
6017
 
6018
- .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close {
6019
  position: absolute;
6020
- top: 2%;
6021
- right: 5px;
6022
- padding: 0 9px;
6023
- z-index: 10000;
6024
- -js-display: inline-flex;
6025
- display: -webkit-inline-box;
6026
- display: -webkit-inline-flex;
6027
- display: -moz-inline-box;
6028
- display: -ms-inline-flexbox;
6029
- display: inline-flex;
6030
- color: #494c4f;
6031
- -webkit-box-pack: center;
6032
- -webkit-justify-content: center;
6033
- -moz-box-pack: center;
6034
- -ms-flex-pack: center;
6035
- justify-content: center;
6036
- -webkit-box-align: center;
6037
- -webkit-align-items: center;
6038
- -moz-box-align: center;
6039
- -ms-flex-align: center;
6040
- align-items: center;
6041
- }
6042
-
6043
- .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close .premium-toggle-close {
6044
- margin: 5px;
6045
  }
6046
 
6047
- .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close svg {
6048
- width: 22px;
6049
- height: 22px;
6050
- fill: #494c4f;
6051
  }
6052
 
6053
- .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close svg path {
6054
- fill: #494c4f;
6055
  }
6056
 
6057
- .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close i {
6058
- font-size: 22px;
 
 
 
 
 
 
 
6059
  }
6060
 
6061
- .premium-ver-hamburger-menu .premium-vertical-toggle-open {
6062
- -webkit-transform: translateX(0) !important;
6063
- -ms-transform: translateX(0) !important;
6064
- transform: translateX(0) !important;
6065
- -webkit-transition: 0.5s;
6066
- transition: 0.5s;
6067
  }
6068
 
6069
- /** Vertical Toggler*/
6070
- .premium-ver-toggle-yes .premium-nav-menu-container {
6071
- height: auto;
6072
- }
6073
-
6074
- .premium-ver-toggle-yes .premium-ver-toggler {
6075
- -js-display: flex;
6076
- display: -webkit-box;
6077
- display: -webkit-flex;
6078
- display: -moz-box;
6079
- display: -ms-flexbox;
6080
- display: flex;
6081
- -webkit-box-align: center;
6082
- -webkit-align-items: center;
6083
- -moz-box-align: center;
6084
- -ms-flex-align: center;
6085
- align-items: center;
6086
- -webkit-box-pack: justify;
6087
- -webkit-justify-content: space-between;
6088
- -moz-box-pack: justify;
6089
- -ms-flex-pack: justify;
6090
- justify-content: space-between;
6091
- padding: 15px 20px 15px 20px;
6092
- background: #EEEEEE;
6093
- color: #042551;
6094
- cursor: pointer;
6095
- }
6096
-
6097
- .premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-title,
6098
- .premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-btn {
6099
- -js-display: flex;
6100
- display: -webkit-box;
6101
- display: -webkit-flex;
6102
- display: -moz-box;
6103
- display: -ms-flexbox;
6104
- display: flex;
6105
- -webkit-box-pack: center;
6106
- -webkit-justify-content: center;
6107
- -moz-box-pack: center;
6108
- -ms-flex-pack: center;
6109
- justify-content: center;
6110
- -webkit-box-align: center;
6111
- -webkit-align-items: center;
6112
- -moz-box-align: center;
6113
- -ms-flex-align: center;
6114
- align-items: center;
6115
- }
6116
-
6117
- .premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-txt {
6118
- text-indent: 5px;
6119
- }
6120
-
6121
- .premium-ver-toggle-yes .premium-ver-toggler:hover {
6122
- background: #54595F;
6123
- color: #fff;
6124
- }
6125
-
6126
- .premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-close svg,
6127
- .premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-close svg path,
6128
- .premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-open svg,
6129
- .premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-open svg path,
6130
- .premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-title-icon svg,
6131
- .premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-title-icon svg path {
6132
- fill: #fff;
6133
- }
6134
-
6135
- .premium-ver-toggle-yes .premium-ver-close,
6136
- .premium-ver-toggle-yes .premium-ver-open,
6137
- .premium-ver-toggle-yes .premium-nav-menu-container,
6138
- .premium-ver-toggle-yes .premium-ver-toggler {
6139
- -webkit-transition: all 0.3s linear 0s;
6140
- transition: all 0.3s linear 0s;
6141
- }
6142
-
6143
- .premium-ver-toggle-yes .premium-ver-toggler-txt {
6144
- -webkit-transition: all .3s linear 0s;
6145
- transition: all .3s linear 0s;
6146
- }
6147
-
6148
- .premium-ver-toggle-yes .premium-ver-close i,
6149
- .premium-ver-toggle-yes .premium-ver-close svg,
6150
- .premium-ver-toggle-yes .premium-ver-open i,
6151
- .premium-ver-toggle-yes .premium-ver-open svg,
6152
- .premium-ver-toggle-yes .premium-nav-menu-container i,
6153
- .premium-ver-toggle-yes .premium-nav-menu-container svg,
6154
- .premium-ver-toggle-yes .premium-ver-toggler i,
6155
- .premium-ver-toggle-yes .premium-ver-toggler svg {
6156
- -webkit-transition: color 0.3s linear 0s;
6157
- transition: color 0.3s linear 0s;
6158
- }
6159
-
6160
- .premium-ver-toggle-yes .premium-ver-close,
6161
- .premium-ver-toggle-yes .premium-ver-open,
6162
- .premium-ver-toggle-yes .premium-ver-title-icon {
6163
- -webkit-box-pack: center;
6164
- -webkit-justify-content: center;
6165
- -moz-box-pack: center;
6166
- -ms-flex-pack: center;
6167
- justify-content: center;
6168
- -webkit-box-align: center;
6169
- -webkit-align-items: center;
6170
- -moz-box-align: center;
6171
- -ms-flex-align: center;
6172
- align-items: center;
6173
- }
6174
-
6175
- .premium-ver-toggle-yes .premium-ver-close i,
6176
- .premium-ver-toggle-yes .premium-ver-open i,
6177
- .premium-ver-toggle-yes .premium-ver-title-icon i {
6178
- font-size: 16px;
6179
- }
6180
-
6181
- .premium-ver-toggle-yes .premium-ver-close svg,
6182
- .premium-ver-toggle-yes .premium-ver-open svg,
6183
- .premium-ver-toggle-yes .premium-ver-title-icon svg {
6184
- width: 17px;
6185
- height: 17px;
6186
- fill: #042551;
6187
- }
6188
-
6189
- .premium-ver-toggle-yes .premium-ver-close svg path,
6190
- .premium-ver-toggle-yes .premium-ver-open svg path,
6191
- .premium-ver-toggle-yes .premium-ver-title-icon svg path {
6192
- fill: #042551;
6193
- }
6194
-
6195
- .premium-ver-toggle-yes.premium-ver-always .premium-ver-open {
6196
- -js-display: inline-flex;
6197
- display: -webkit-inline-box;
6198
- display: -webkit-inline-flex;
6199
- display: -moz-inline-box;
6200
- display: -ms-inline-flexbox;
6201
- display: inline-flex;
6202
- }
6203
-
6204
- .premium-ver-toggle-yes .premium-ver-collapsed .premium-nav-menu-container {
6205
- visibility: hidden;
6206
- opacity: 0;
6207
- }
6208
-
6209
- .premium-ver-toggle-yes .premium-ver-collapsed .premium-ver-close {
6210
- display: none;
6211
- }
6212
-
6213
- .premium-ver-toggle-yes .premium-ver-collapsed .premium-ver-open {
6214
- -js-display: inline-flex;
6215
- display: -webkit-inline-box;
6216
- display: -webkit-inline-flex;
6217
- display: -moz-inline-box;
6218
- display: -ms-inline-flexbox;
6219
- display: inline-flex;
6220
- }
6221
-
6222
- .premium-ver-toggle-yes.premium-ver-hover .premium-nav-menu-container {
6223
- position: absolute;
6224
- z-index: 10002;
6225
- }
6226
-
6227
- .premium-ver-toggle-yes.premium-ver-click .premium-nav-menu-container {
6228
- position: absolute;
6229
- z-index: 10001;
6230
- }
6231
-
6232
- .premium-ver-toggle-yes .premium-nav-menu-container,
6233
- .premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-nav-menu-container {
6234
- visibility: visible;
6235
- opacity: 1;
6236
- }
6237
-
6238
- .premium-ver-toggle-yes .premium-ver-open,
6239
- .premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-ver-open {
6240
- display: none;
6241
- }
6242
-
6243
- .premium-ver-toggle-yes .premium-ver-close,
6244
- .premium-ver-toggle-yes .premium-ver-title-icon,
6245
- .premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-ver-close,
6246
- .premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-ver-title-icon {
6247
- -js-display: inline-flex;
6248
- display: -webkit-inline-box;
6249
- display: -webkit-inline-flex;
6250
- display: -moz-inline-box;
6251
- display: -ms-inline-flexbox;
6252
- display: inline-flex;
6253
- }
6254
-
6255
- /** Sticky Menu */
6256
- .premium-sticky-parent {
6257
- position: fixed;
6258
- z-index: 10003;
6259
- -webkit-transition: all 0.3s linear;
6260
- transition: all 0.3s linear;
6261
- }
6262
-
6263
- .premium-sticky-scroll-yes.premium-sticky-parent.headroom--not-top {
6264
- will-change: transform;
6265
- -webkit-transition: -webkit-transform 500ms linear !important;
6266
- transition: -webkit-transform 500ms linear !important;
6267
- transition: transform 500ms linear !important;
6268
- transition: transform 500ms linear, -webkit-transform 500ms linear !important;
6269
- -webkit-transition-delay: 1s;
6270
- transition-delay: 1s;
6271
- }
6272
-
6273
- .premium-sticky-scroll-yes.premium-sticky-parent.headroom--not-top.slideDown {
6274
- -webkit-transform: translateY(0%);
6275
- -ms-transform: translateY(0%);
6276
- transform: translateY(0%);
6277
- }
6278
-
6279
- .premium-sticky-scroll-yes.premium-sticky-parent.headroom--not-top.slideUp {
6280
- -webkit-transform: translateY(-100%);
6281
- -ms-transform: translateY(-100%);
6282
- transform: translateY(-100%);
6283
- }
6284
-
6285
- .premium-nav-sticky-yes.premium-sticky-active.premium-ham-dropdown .premium-mobile-menu-container,
6286
- .premium-ham-dropdown .premium-stretch-dropdown .premium-mobile-menu-container {
6287
- max-height: 400px;
6288
- overflow-y: auto;
6289
- }
6290
-
6291
- /**Common*/
6292
- .premium-nav-slide-overlay {
6293
- display: none;
6294
- position: fixed;
6295
- top: 0;
6296
- left: 0;
6297
- right: 0;
6298
- bottom: 0;
6299
- -webkit-backface-visibility: hidden;
6300
- backface-visibility: hidden;
6301
- background: rgba(0, 0, 0, 0.6);
6302
- z-index: 10002;
6303
- }
6304
-
6305
- .premium-nav-slide-overlay.premium-vertical-toggle-open {
6306
- display: block;
6307
- }
6308
-
6309
- .premium-active-menu,
6310
- .premium-active-menu:not(.premium-mega-nav-item)>.premium-sub-menu,
6311
- .premium-active-menu.premium-mega-nav-item>.premium-mega-content-container {
6312
- -js-display: flex !important;
6313
- display: -webkit-box !important;
6314
- display: -webkit-flex !important;
6315
- display: -moz-box !important;
6316
- display: -ms-flexbox !important;
6317
- display: flex !important;
6318
- -webkit-box-orient: vertical;
6319
- -webkit-box-direction: normal;
6320
- -webkit-flex-direction: column;
6321
- -moz-box-orient: vertical;
6322
- -moz-box-direction: normal;
6323
- -ms-flex-direction: column;
6324
- flex-direction: column;
6325
- }
6326
-
6327
- .premium-active-menu .premium-toggle-close {
6328
- display: block;
6329
- }
6330
-
6331
- .premium-nav-menu-container .premium-sub-menu {
6332
- background-color: #fff;
6333
- }
6334
-
6335
- .premium-mobile-menu-container li,
6336
- .premium-mobile-menu-container li>.premium-mega-content-container {
6337
- width: 100% !important;
6338
- }
6339
-
6340
- .premium-item-icon,
6341
- .premium-sub-item-icon {
6342
- font-size: 13px;
6343
- margin: 0 7px;
6344
- }
6345
-
6346
- .premium-item-icon svg,
6347
- .premium-sub-item-icon svg {
6348
- width: 100%;
6349
- height: 100%;
6350
- }
6351
-
6352
- .premium-item-icon.premium-lottie-animation,
6353
- .premium-sub-item-icon.premium-lottie-animation {
6354
- width: 20px;
6355
- height: 20px;
6356
- -js-display: flex;
6357
- display: -webkit-box;
6358
- display: -webkit-flex;
6359
- display: -moz-box;
6360
- display: -ms-flexbox;
6361
- display: flex;
6362
- -webkit-box-pack: center;
6363
- -webkit-justify-content: center;
6364
- -moz-box-pack: center;
6365
- -ms-flex-pack: center;
6366
- justify-content: center;
6367
- }
6368
-
6369
- .premium-item-icon.dashicons,
6370
- .premium-sub-item-icon.dashicons {
6371
- width: 13px;
6372
- height: 13px;
6373
- }
6374
-
6375
- .premium-nav-menu-item {
6376
- position: relative;
6377
- }
6378
-
6379
- .premium-nav-menu-item .premium-menu-link {
6380
- -js-display: flex;
6381
- display: -webkit-box;
6382
- display: -webkit-flex;
6383
- display: -moz-box;
6384
- display: -ms-flexbox;
6385
- display: flex;
6386
- -webkit-box-align: center;
6387
- -webkit-align-items: center;
6388
- -moz-box-align: center;
6389
- -ms-flex-align: center;
6390
- align-items: center;
6391
- height: 100%;
6392
- padding: 7px 10px;
6393
- text-decoration: none;
6394
- position: relative;
6395
- }
6396
-
6397
- .premium-nav-menu-item .premium-dropdown-icon {
6398
- margin: 5px;
6399
- }
6400
-
6401
- .premium-nav-menu-item.menu-item-has-children {
6402
- position: relative;
6403
- }
6404
-
6405
- .premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
6406
- max-width: 100%;
6407
- z-index: 9999;
6408
- }
6409
-
6410
- .premium-nav-menu-item.menu-item-has-children .premium-sub-menu .premium-sub-menu-link {
6411
- -webkit-box-pack: start;
6412
- -webkit-justify-content: flex-start;
6413
- -moz-box-pack: start;
6414
- -ms-flex-pack: start;
6415
- justify-content: flex-start;
6416
- }
6417
-
6418
- .premium-nav-menu-item .menu-link {
6419
- position: relative;
6420
- text-decoration: none;
6421
- }
6422
-
6423
- .premium-item-badge,
6424
- .premium-sub-item-badge {
6425
- position: absolute;
6426
- padding: 1px 6px;
6427
- min-width: 35px;
6428
- text-align: center;
6429
- font-size: 10px;
6430
- -webkit-border-radius: 4px;
6431
- border-radius: 4px;
6432
- line-height: 1.8;
6433
- white-space: nowrap;
6434
- }
6435
-
6436
- .premium-nav-hor:not(.premium-hamburger-menu) .premium-item-badge,
6437
- .premium-nav-hor:not(.premium-nav-slide) .premium-item-badge,
6438
- .premium-nav-hor:not(.premium-nav-dropdown) .premium-item-badge {
6439
- position: relative;
6440
- margin: 8px;
6441
- }
6442
-
6443
- .premium-nav-hor .premium-sub-item-badge,
6444
- .premium-nav-slide .premium-sub-item-badge,
6445
- .premium-nav-dropdown .premium-sub-item-badge,
6446
- .premium-nav-ver.premium-vertical-right .premium-item-badge,
6447
- .premium-nav-ver.premium-vertical-right .premium-sub-item-badge {
6448
- top: 50%;
6449
- right: 0;
6450
- -webkit-transform: translateY(-50%);
6451
- -ms-transform: translateY(-50%);
6452
- transform: translateY(-50%);
6453
- }
6454
-
6455
- .premium-nav-ver.premium-vertical-left .premium-item-badge,
6456
- .premium-nav-ver.premium-vertical-left .premium-sub-item-badge {
6457
- top: 50%;
6458
- right: 0;
6459
- -webkit-transform: translateY(-50%);
6460
- -ms-transform: translateY(-50%);
6461
- transform: translateY(-50%);
6462
- }
6463
-
6464
- .premium-mega-nav-item .premium-sub-menu {
6465
- display: none;
6466
- }
6467
-
6468
- .premium-mega-nav-item {
6469
- position: relative;
6470
- }
6471
-
6472
- .premium-hamburger-menu .premium-mega-content-container,
6473
- .premium-nav-dropdown .premium-mega-content-container,
6474
- .premium-nav-slide .premium-mega-content-container {
6475
- display: none;
6476
- }
6477
-
6478
- .premium-mega-item-static {
6479
- position: static !important;
6480
- }
6481
-
6482
- .premium-hamburger-menu .premium-nav-menu-container,
6483
- .premium-nav-dropdown .premium-nav-menu-container,
6484
- .premium-nav-slide .premium-nav-menu-container {
6485
- display: none;
6486
- }
6487
-
6488
-
6489
- .premium-hamburger-menu .premium-hamburger-toggle,
6490
- .premium-nav-dropdown .premium-hamburger-toggle,
6491
- .premium-nav-slide .premium-hamburger-toggle {
6492
- -js-display: inline-flex;
6493
- display: -webkit-inline-box;
6494
- display: -webkit-inline-flex;
6495
- display: -moz-inline-box;
6496
- display: -ms-inline-flexbox;
6497
- display: inline-flex;
6498
- -webkit-box-orient: horizontal;
6499
- -webkit-box-direction: reverse;
6500
- -webkit-flex-direction: row-reverse;
6501
- -moz-box-orient: horizontal;
6502
- -moz-box-direction: reverse;
6503
- -ms-flex-direction: row-reverse;
6504
- flex-direction: row-reverse;
6505
- }
6506
-
6507
- .premium-hidden-icon-yes.premium-hamburger-menu .premium-item-icon,
6508
- .premium-hidden-icon-yes.premium-hamburger-menu .premium-sub-item-icon,
6509
- .premium-hidden-icon-yes.premium-nav-dropdown .premium-item-icon,
6510
- .premium-hidden-icon-yes.premium-nav-dropdown .premium-sub-item-icon,
6511
- .premium-hidden-icon-yes.premium-nav-slide .premium-item-icon,
6512
- .premium-hidden-icon-yes.premium-nav-slide .premium-sub-item-icon {
6513
- display: none;
6514
- }
6515
-
6516
- .premium-hidden-badge-yes.premium-hamburger-menu .premium-item-badge,
6517
- .premium-hidden-badge-yes.premium-hamburger-menu .premium-sub-item-badge,
6518
- .premium-hidden-badge-yes.premium-nav-dropdown .premium-item-badge,
6519
- .premium-hidden-badge-yes.premium-nav-dropdown .premium-sub-item-badge,
6520
- .premium-hidden-badge-yes.premium-nav-slide .premium-item-badge,
6521
- .premium-hidden-badge-yes.premium-nav-slide .premium-sub-item-badge {
6522
- display: none;
6523
- }
6524
-
6525
- .premium-ham-dropdown .premium-mobile-menu-container,
6526
- .premium-nav-dropdown .premium-mobile-menu-container {
6527
- -js-display: flex;
6528
- display: -webkit-box;
6529
- display: -webkit-flex;
6530
- display: -moz-box;
6531
- display: -ms-flexbox;
6532
- display: flex;
6533
- }
6534
-
6535
- .premium-ham-dropdown .premium-toggle-opened .premium-toggle-close,
6536
- .premium-nav-dropdown .premium-toggle-opened .premium-toggle-close {
6537
- display: inline !important;
6538
- }
6539
-
6540
- .premium-ham-dropdown .premium-toggle-opened .premium-toggle-text,
6541
- .premium-nav-dropdown .premium-toggle-opened .premium-toggle-text {
6542
- display: none !important;
6543
- }
6544
-
6545
- .premium-stretch-dropdown .premium-mobile-menu-container {
6546
- position: absolute;
6547
- z-index: 9999;
6548
- }
6549
-
6550
- .premium-nav-default {
6551
- display: none;
6552
- }
6553
-
6554
- .premium-hamburger-toggle {
6555
- width: 100%;
6556
- }
6557
-
6558
- /*
6559
- * Pointer & Pointer Animations
6560
- */
6561
- .premium-menu-link-parent::before,
6562
- .premium-menu-link-parent::after {
6563
- display: block;
6564
- position: absolute;
6565
- -webkit-transition: all 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
6566
- transition: all 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
6567
- }
6568
-
6569
- .premium-nav-pointer-underline .premium-menu-link-parent::after,
6570
- .premium-nav-pointer-double-line .premium-menu-link-parent::after {
6571
- content: "";
6572
- bottom: 0;
6573
- }
6574
-
6575
- .premium-nav-pointer-overline .premium-menu-link-parent::before,
6576
- .premium-nav-pointer-double-line .premium-menu-link-parent::before {
6577
- content: "";
6578
- top: 0;
6579
- }
6580
-
6581
- .premium-nav-pointer-underline .premium-menu-link-parent::before,
6582
- .premium-nav-pointer-underline .premium-menu-link-parent::after,
6583
- .premium-nav-pointer-overline .premium-menu-link-parent::before,
6584
- .premium-nav-pointer-overline .premium-menu-link-parent::after,
6585
- .premium-nav-pointer-double-line .premium-menu-link-parent::before,
6586
- .premium-nav-pointer-double-line .premium-menu-link-parent::after {
6587
- height: 3px;
6588
- width: 100%;
6589
- right: 0;
6590
- background-color: #55595c;
6591
- z-index: 2;
6592
- }
6593
-
6594
- .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6595
- .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
6596
- opacity: 0;
6597
- }
6598
-
6599
- .premium-nav-pointer-underline.premium-nav-animation-none,
6600
- .premium-nav-pointer-overline.premium-nav-animation-none,
6601
- .premium-nav-pointer-double-line.premium-nav-animation-none {
6602
- -webkit-transition-duration: 0s;
6603
- transition-duration: 0s;
6604
- }
6605
-
6606
- .premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent,
6607
- .premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent::before,
6608
- .premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent::after,
6609
- .premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent:focus,
6610
- .premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent:hover,
6611
- .premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent,
6612
- .premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent::before,
6613
- .premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent::after,
6614
- .premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent:focus,
6615
- .premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent:hover,
6616
- .premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent,
6617
- .premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent::before,
6618
- .premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent::after,
6619
- .premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent:focus,
6620
- .premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent:hover {
6621
- -webkit-transition-duration: 0s;
6622
- transition-duration: 0s;
6623
- }
6624
-
6625
- .premium-nav-pointer-underline.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
6626
- .premium-nav-pointer-double-line.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
6627
- width: 10px;
6628
- inset-inline-start: 100%;
6629
- }
6630
-
6631
- .premium-nav-pointer-overline.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6632
- .premium-nav-pointer-double-line.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6633
- width: 10px;
6634
- left: -20px;
6635
- }
6636
-
6637
- .premium-nav-pointer-underline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6638
- .premium-nav-pointer-underline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
6639
- .premium-nav-pointer-overline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6640
- .premium-nav-pointer-overline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
6641
- .premium-nav-pointer-double-line.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6642
- .premium-nav-pointer-double-line.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
6643
- height: 0;
6644
- width: 0;
6645
- left: 50%;
6646
- }
6647
-
6648
- .premium-nav-pointer-underline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6649
- .premium-nav-pointer-overline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6650
- .premium-nav-pointer-double-line.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6651
- top: -10px;
6652
- }
6653
-
6654
- .premium-nav-pointer-underline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
6655
- .premium-nav-pointer-overline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
6656
- .premium-nav-pointer-double-line.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
6657
- bottom: -10px;
6658
- }
6659
-
6660
- .premium-nav-pointer-underline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6661
- .premium-nav-pointer-overline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6662
- .premium-nav-pointer-double-line.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6663
- top: 10px;
6664
- }
6665
-
6666
- .premium-nav-pointer-underline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
6667
- .premium-nav-pointer-overline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
6668
- .premium-nav-pointer-double-line.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
6669
- bottom: 10px;
6670
- }
6671
-
6672
- .premium-nav-pointer-framed .premium-menu-link-parent::before {
6673
- content: "";
6674
- }
6675
-
6676
- .premium-nav-pointer-framed .premium-menu-link-parent::before,
6677
- .premium-nav-pointer-framed .premium-menu-link-parent::after {
6678
- background: transparent;
6679
- left: 0;
6680
- top: 0;
6681
- bottom: 0;
6682
- right: 0;
6683
- border: 3px solid #55595c;
6684
- }
6685
-
6686
- .premium-nav-pointer-framed.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6687
- -webkit-transform: scale(0.75);
6688
- -ms-transform: scale(0.75);
6689
- transform: scale(0.75);
6690
- }
6691
-
6692
- .premium-nav-pointer-framed.premium-nav-animation-shrink .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6693
- -webkit-transform: scale(1.25);
6694
- -ms-transform: scale(1.25);
6695
- transform: scale(1.25);
6696
- }
6697
-
6698
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::before,
6699
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::after {
6700
- width: 3px;
6701
- height: 3px;
6702
- }
6703
-
6704
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::before {
6705
- border-width: 0 3px 3px 0;
6706
- -webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
6707
- transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
6708
- }
6709
-
6710
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::after {
6711
- content: "";
6712
- top: auto;
6713
- bottom: 0;
6714
- left: 0;
6715
- right: auto;
6716
- border-width: 3px 0 0 3px;
6717
- -webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
6718
- transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
6719
- }
6720
-
6721
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::before,
6722
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::before {
6723
- -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
6724
- transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
6725
- }
6726
-
6727
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::after,
6728
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::after {
6729
- -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
6730
- transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
6731
- }
6732
-
6733
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::before,
6734
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::after,
6735
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::before,
6736
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::after {
6737
- width: 100%;
6738
- height: 100%;
6739
- }
6740
-
6741
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::before {
6742
- -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
6743
- transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
6744
- }
6745
-
6746
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::after {
6747
- -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
6748
- transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
6749
- }
6750
-
6751
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::before,
6752
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::after {
6753
- width: 100%;
6754
- height: 100%;
6755
- }
6756
-
6757
- .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::before {
6758
- border-width: 3px 3px 0 0;
6759
- }
6760
-
6761
- .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::after {
6762
- content: "";
6763
- top: auto;
6764
- bottom: 0;
6765
- left: 0;
6766
- right: auto;
6767
- border-width: 0 0 3px 3px;
6768
- }
6769
-
6770
- .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::before,
6771
- .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::after {
6772
- width: 3px;
6773
- height: 3px;
6774
- }
6775
-
6776
- .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:hover::before,
6777
- .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:hover::after,
6778
- .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:focus::before,
6779
- .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:focus::after {
6780
- width: 100%;
6781
- height: 100%;
6782
- -webkit-transition: opacity 2ms, width 0.4s, height 0.4s;
6783
- transition: opacity 2ms, width 0.4s, height 0.4s;
6784
- }
6785
-
6786
- .premium-nav-pointer-framed.premium-nav-animation-corners .premium-active-item .premium-menu-link-parent::before,
6787
- .premium-nav-pointer-framed.premium-nav-animation-corners .premium-active-item .premium-menu-link-parent::after {
6788
- width: 100%;
6789
- height: 100%;
6790
- -webkit-transition: opacity 2ms, width 0.4s, height 0.4s;
6791
- transition: opacity 2ms, width 0.4s, height 0.4s;
6792
- }
6793
-
6794
- .premium-nav-pointer-text.premium-nav-animation-grow .premium-menu-link-parent:hover,
6795
- .premium-nav-pointer-text.premium-nav-animation-grow .premium-menu-link-parent:focus {
6796
- -webkit-transform: scale(1.2);
6797
- -ms-transform: scale(1.2);
6798
- transform: scale(1.2);
6799
- }
6800
-
6801
- .premium-nav-pointer-text.premium-nav-animation-shrink .premium-menu-link-parent:hover,
6802
- .premium-nav-pointer-text.premium-nav-animation-shrink .premium-menu-link-parent:focus {
6803
- -webkit-transform: scale(0.8);
6804
- -ms-transform: scale(0.8);
6805
- transform: scale(0.8);
6806
- }
6807
-
6808
- .premium-nav-pointer-text.premium-nav-animation-sink .premium-menu-link-parent:hover,
6809
- .premium-nav-pointer-text.premium-nav-animation-sink .premium-menu-link-parent:focus {
6810
- -webkit-transform: translateY(8px);
6811
- -ms-transform: translateY(8px);
6812
- transform: translateY(8px);
6813
- }
6814
-
6815
- .premium-nav-pointer-text.premium-nav-animation-float .premium-menu-link-parent:hover,
6816
- .premium-nav-pointer-text.premium-nav-animation-float .premium-menu-link-parent:focus {
6817
- -webkit-transform: translateY(-8px);
6818
- -ms-transform: translateY(-8px);
6819
- transform: translateY(-8px);
6820
- }
6821
-
6822
- .premium-nav-pointer-text.premium-nav-animation-skew .premium-menu-link-parent:hover,
6823
- .premium-nav-pointer-text.premium-nav-animation-skew .premium-menu-link-parent:focus {
6824
- -webkit-transform: skew(-8deg);
6825
- -ms-transform: skew(-8deg);
6826
- transform: skew(-8deg);
6827
- }
6828
-
6829
- .premium-nav-pointer-text.premium-nav-animation-rotate .premium-menu-link-parent:hover,
6830
- .premium-nav-pointer-text.premium-nav-animation-rotate .premium-menu-link-parent:focus {
6831
- -webkit-transform: rotate(6deg);
6832
- -ms-transform: rotate(6deg);
6833
- transform: rotate(6deg);
6834
- }
6835
-
6836
- .premium-nav-pointer-background .premium-menu-link-parent::before {
6837
- top: 0;
6838
- left: 0;
6839
- right: 0;
6840
- bottom: 0;
6841
- background: #55595c;
6842
- background-color: #55595c;
6843
- z-index: -1;
6844
- }
6845
-
6846
- .premium-nav-pointer-background .premium-menu-link-parent::before,
6847
- .premium-nav-pointer-background .premium-menu-link-parent::after {
6848
- content: "";
6849
- -webkit-transition: 0.3s;
6850
- transition: 0.3s;
6851
- }
6852
-
6853
- .premium-nav-pointer-background.premium-nav-animation-grow .premium-menu-link-parent::before {
6854
- -webkit-transform: scale(0.5);
6855
- -ms-transform: scale(0.5);
6856
- transform: scale(0.5);
6857
- }
6858
-
6859
- .premium-nav-pointer-background.premium-nav-animation-grow .premium-menu-link-parent:hover::before,
6860
- .premium-nav-pointer-background.premium-nav-animation-grow .premium-menu-link-parent:focus::before {
6861
- -webkit-transform: scale(1);
6862
- -ms-transform: scale(1);
6863
- transform: scale(1);
6864
- }
6865
-
6866
- .premium-nav-pointer-background.premium-nav-animation-grow .premium-active-item .premium-menu-link-parent::before {
6867
- -webkit-transform: scale(1);
6868
- -ms-transform: scale(1);
6869
- transform: scale(1);
6870
- }
6871
-
6872
- .premium-nav-pointer-background.premium-nav-animation-shrink .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6873
- -webkit-transform: scale(1.2);
6874
- -ms-transform: scale(1.2);
6875
- transform: scale(1.2);
6876
- -webkit-transition: 0.3;
6877
- transition: 0.3;
6878
- }
6879
-
6880
- .premium-nav-pointer-background.premium-nav-animation-sweep-left .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6881
- left: 100%;
6882
- }
6883
-
6884
- .premium-nav-pointer-background.premium-nav-animation-sweep-right .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6885
- right: 100%;
6886
- }
6887
-
6888
- .premium-nav-pointer-background.premium-nav-animation-sweep-up .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6889
- top: 100%;
6890
- }
6891
-
6892
- .premium-nav-pointer-background.premium-nav-animation-sweep-down .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6893
- bottom: 100%;
6894
- }
6895
-
6896
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent::after,
6897
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent::after {
6898
- top: 0;
6899
- left: 0;
6900
- right: 0;
6901
- bottom: 0;
6902
- background: #55595c;
6903
- background-color: #55595c;
6904
- z-index: -1;
6905
- }
6906
-
6907
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent::before {
6908
- top: 0;
6909
- bottom: 100%;
6910
- }
6911
-
6912
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent::after {
6913
- top: 100%;
6914
- bottom: 0;
6915
- }
6916
-
6917
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:hover::before,
6918
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:focus::before {
6919
- bottom: 50%;
6920
- }
6921
-
6922
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:hover::after,
6923
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:focus::after {
6924
- top: 50%;
6925
- }
6926
-
6927
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-active-item .premium-menu-link-parent::before {
6928
- bottom: 50%;
6929
- }
6930
-
6931
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-active-item .premium-menu-link-parent::after {
6932
- top: 50%;
6933
- }
6934
-
6935
- .premium-nav-pointer-background.premium-nav-animation-shutter-out-vertical .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6936
- bottom: 50%;
6937
- top: 50%;
6938
- }
6939
-
6940
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent::before {
6941
- right: 0;
6942
- left: 100%;
6943
- }
6944
-
6945
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent::after {
6946
- right: 100%;
6947
- left: 0;
6948
- }
6949
-
6950
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:hover::before,
6951
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:focus::before {
6952
- left: 50%;
6953
- }
6954
-
6955
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:hover::after,
6956
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:focus::after {
6957
- right: 50%;
6958
- }
6959
-
6960
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-active-item .premium-menu-link-parent::before {
6961
- left: 50%;
6962
- }
6963
-
6964
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-active-item .premium-menu-link-parent::after {
6965
- right: 50%;
6966
- }
6967
-
6968
- .premium-nav-pointer-background.premium-nav-animation-shutter-out-horizontal .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6969
- left: 50%;
6970
- right: 50%;
6971
- }
6972
-
6973
- .premium-active-item::before,
6974
- .premium-active-item::after,
6975
- .premium-menu-link-parent:hover::before,
6976
- .premium-menu-link-parent:hover::after,
6977
- .premium-menu-link-parent:focus::before,
6978
- .premium-menu-link-parent:focus::after {
6979
- -webkit-transform: scale(1);
6980
- -ms-transform: scale(1);
6981
- transform: scale(1);
6982
- }
6983
-
6984
- /**Sub Menu Animation*/
6985
- .premium-nav-menu-item .premium-sub-menu,
6986
- .premium-nav-menu-item .premium-mega-content-container {
6987
- -webkit-transition: 0.5s all ease-in-out;
6988
- transition: 0.5s all ease-in-out;
6989
- -webkit-transition-delay: 0.1s;
6990
- transition-delay: 0.1s;
6991
- }
6992
-
6993
- [class*="premium-nav-slide-"].premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item:hover>.premium-sub-menu,
6994
- [class*="premium-nav-slide-"].premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item:hover>.premium-mega-content-container,
6995
- [class*="premium-nav-slide-"].premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu:hover>.premium-sub-menu,
6996
- [class*="premium-nav-slide-"].premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item:hover>.premium-sub-menu,
6997
- [class*="premium-nav-slide-"].premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item:hover>.premium-mega-content-container,
6998
- [class*="premium-nav-slide-"].premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu:hover>.premium-sub-menu {
6999
- -webkit-transform: translate(0);
7000
- -ms-transform: translate(0);
7001
- transform: translate(0);
7002
- }
7003
-
7004
- .premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,
7005
- .premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,
7006
- .premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu,
7007
- .premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container {
7008
- -webkit-transform: translateY(10px);
7009
- -ms-transform: translateY(10px);
7010
- transform: translateY(10px);
7011
- }
7012
-
7013
- .premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,
7014
- .premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,
7015
- .premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu,
7016
- .premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container {
7017
- -webkit-transform: translateY(-10px);
7018
- -ms-transform: translateY(-10px);
7019
- transform: translateY(-10px);
7020
- }
7021
-
7022
- .premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,
7023
- .premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,
7024
- .premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu,
7025
- .premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container {
7026
- -webkit-transform: translateX(-10px);
7027
- -ms-transform: translateX(-10px);
7028
- transform: translateX(-10px);
7029
- }
7030
-
7031
- .premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,
7032
- .premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,
7033
- .premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu,
7034
- .premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container {
7035
- -webkit-transform: translateX(10px);
7036
- -ms-transform: translateX(10px);
7037
- transform: translateX(10px);
7038
- }
7039
-
7040
- /**Horizontal - Static Mega Content*/
7041
- /*UP*/
7042
- .premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container {
7043
- -webkit-transform: translateX(-50%) translateY(10px);
7044
- -ms-transform: translateX(-50%) translateY(10px);
7045
- transform: translateX(-50%) translateY(10px);
7046
- }
7047
-
7048
- .premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container {
7049
- -webkit-transform: translateX(-50%) translateY(0);
7050
- -ms-transform: translateX(-50%) translateY(0);
7051
- transform: translateX(-50%) translateY(0);
7052
- }
7053
-
7054
- /*DOWN*/
7055
- .premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container {
7056
- -webkit-transform: translateX(-50%) translateY(-10px);
7057
- -ms-transform: translateX(-50%) translateY(-10px);
7058
- transform: translateX(-50%) translateY(-10px);
7059
- }
7060
-
7061
- .premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container {
7062
- -webkit-transform: translateX(-50%) translateY(0);
7063
- -ms-transform: translateX(-50%) translateY(0);
7064
- transform: translateX(-50%) translateY(0);
7065
- }
7066
-
7067
- /*Left*/
7068
- .premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container {
7069
- -webkit-transform: translateX(-45%);
7070
- -ms-transform: translateX(-45%);
7071
- transform: translateX(-45%);
7072
- }
7073
-
7074
- .premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container {
7075
- -webkit-transform: translateX(-50%);
7076
- -ms-transform: translateX(-50%);
7077
- transform: translateX(-50%);
7078
- }
7079
-
7080
- /*Right*/
7081
- .premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container {
7082
- -webkit-transform: translateX(-55%);
7083
- -ms-transform: translateX(-55%);
7084
- transform: translateX(-55%);
7085
- }
7086
-
7087
- .premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container {
7088
- -webkit-transform: translateX(-50%);
7089
- -ms-transform: translateX(-50%);
7090
- transform: translateX(-50%);
7091
- }
7092
-
7093
- /**Vertical - Static Mega Content*/
7094
- .premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container,
7095
- .premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container {
7096
- -webkit-transform: translateY(0);
7097
- -ms-transform: translateY(0);
7098
- transform: translateY(0);
7099
- }
7100
-
7101
- .premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container,
7102
- .premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container {
7103
- -webkit-transform: translateX(0);
7104
- -ms-transform: translateX(0);
7105
- transform: translateX(0);
7106
- }
7107
-
7108
- /************ Premium Team Members ************/
7109
- /*********************************************/
7110
- .premium-person-container {
7111
- position: relative;
7112
- }
7113
-
7114
- .premium-person-image-container {
7115
- position: relative;
7116
- text-align: center;
7117
- overflow: hidden;
7118
- }
7119
-
7120
- .premium-person-image-container .premium-person-image-wrap {
7121
- overflow: hidden;
7122
- }
7123
-
7124
- .premium-person-zoomout-effect .premium-person-image-container img,
7125
- .premium-person-scale-effect .premium-person-image-container img {
7126
- -webkit-transform: scale(1.2);
7127
- -ms-transform: scale(1.2);
7128
- transform: scale(1.2);
7129
- }
7130
-
7131
- .premium-person-sepia-effect .premium-person-image-container img {
7132
- -webkit-filter: sepia(30%);
7133
- filter: sepia(30%);
7134
- }
7135
-
7136
- .premium-person-bright-effect .premium-person-image-container img {
7137
- -webkit-filter: brightness(1);
7138
- filter: brightness(1);
7139
- }
7140
-
7141
- .premium-person-trans-effect .premium-person-image-container img {
7142
- -webkit-transform: translateX(15px) scale(1.1);
7143
- -ms-transform: translateX(15px) scale(1.1);
7144
- transform: translateX(15px) scale(1.1);
7145
- }
7146
-
7147
- .premium-person-zoomin-effect:hover .premium-person-image-container img {
7148
- -webkit-transform: scale(1.2);
7149
- -ms-transform: scale(1.2);
7150
- transform: scale(1.2);
7151
- }
7152
-
7153
- .premium-person-zoomout-effect:hover .premium-person-image-container img {
7154
- -webkit-transform: scale(1.1);
7155
- -ms-transform: scale(1.1);
7156
- transform: scale(1.1);
7157
- }
7158
-
7159
- .premium-person-scale-effect:hover .premium-person-image-container img {
7160
- -webkit-transform: scale(1.3) rotate(-5deg);
7161
- -ms-transform: scale(1.3) rotate(-5deg);
7162
- transform: scale(1.3) rotate(-5deg);
7163
- }
7164
-
7165
- .premium-person-grayscale-effect:hover .premium-person-image-container img {
7166
- -webkit-filter: grayscale(100%);
7167
- filter: grayscale(100%);
7168
- }
7169
-
7170
- .premium-person-blur-effect:hover .premium-person-image-container img {
7171
- -webkit-filter: blur(3px);
7172
- filter: blur(3px);
7173
- }
7174
-
7175
- .premium-person-sepia-effect:hover .premium-person-image-container img {
7176
- -webkit-filter: sepia(0%);
7177
- filter: sepia(0%);
7178
- }
7179
-
7180
- .premium-person-bright-effect:hover .premium-person-image-container img {
7181
- -webkit-filter: brightness(1.2);
7182
- filter: brightness(1.2);
7183
- }
7184
-
7185
- .premium-person-trans-effect:hover .premium-person-image-container img {
7186
- -webkit-transform: translateX(0px) scale(1.1);
7187
- -ms-transform: translateX(0px) scale(1.1);
7188
- transform: translateX(0px) scale(1.1);
7189
- }
7190
-
7191
- .premium-person-container .premium-person-image-container img {
7192
- width: 100%;
7193
- height: 100%;
7194
- display: block;
7195
- -o-object-fit: cover;
7196
- object-fit: cover;
7197
- -webkit-transition: all 0.5s ease-in-out;
7198
- transition: all 0.5s ease-in-out;
7199
- }
7200
-
7201
- .premium-person-style2 .premium-person-social {
7202
- position: absolute;
7203
- top: 0;
7204
- right: 0;
7205
- width: 100%;
7206
- height: 100%;
7207
- z-index: 2;
7208
- -js-display: flex;
7209
- display: -webkit-box;
7210
- display: -webkit-flex;
7211
- display: -moz-box;
7212
- display: -ms-flexbox;
7213
- display: flex;
7214
- -webkit-box-pack: center;
7215
- -webkit-justify-content: center;
7216
- -moz-box-pack: center;
7217
- -ms-flex-pack: center;
7218
- justify-content: center;
7219
- -webkit-box-align: center;
7220
- -webkit-align-items: center;
7221
- -moz-box-align: center;
7222
- -ms-flex-align: center;
7223
- align-items: center;
7224
- -webkit-box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.5);
7225
- box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.5);
7226
- -webkit-transition: all 0.5s linear 0s;
7227
- transition: all 0.5s linear 0s;
7228
- opacity: 0;
7229
- }
7230
-
7231
- .premium-person-style2 .premium-person-image-container:hover .premium-person-social {
7232
- opacity: 1;
7233
- }
7234
-
7235
- .premium-person-list-item a {
7236
- display: inline-block;
7237
- }
7238
-
7239
- .premium-person-style2 .premium-person-list-item a {
7240
- opacity: 0;
7241
- -webkit-transform: scale(0);
7242
- -ms-transform: scale(0);
7243
- transform: scale(0);
7244
- -webkit-transition: all 0.5s ease-in-out 0s;
7245
- transition: all 0.5s ease-in-out 0s;
7246
- }
7247
-
7248
- .premium-person-style2 .premium-person-image-container:hover .premium-person-list-item a {
7249
- opacity: 1;
7250
- -webkit-transform: scale(1);
7251
- -ms-transform: scale(1);
7252
- transform: scale(1);
7253
- }
7254
-
7255
- .premium-person-info-container {
7256
- padding: 30px 15px;
7257
- }
7258
-
7259
- .premium-person-name {
7260
- margin: 0 0 5px;
7261
- font-weight: 700;
7262
- }
7263
-
7264
- .premium-person-title {
7265
- margin: 0 0 20px;
7266
- padding: 0;
7267
- }
7268
-
7269
- .premium-person-content {
7270
- margin: 0 0 30px;
7271
- }
7272
-
7273
- /*Override Theme List Margin*/
7274
- ul.premium-person-social-list {
7275
- margin: 0px !important;
7276
- padding: 0;
7277
- }
7278
-
7279
- .premium-person-social-list .premium-person-list-item {
7280
- display: inline;
7281
- list-style: none;
7282
- }
7283
-
7284
- .premium-person-social-list li {
7285
- position: relative;
7286
- bottom: 0px;
7287
- -webkit-transition: all 0.2s ease-in-out;
7288
- transition: all 0.2s ease-in-out;
7289
- }
7290
-
7291
- .premium-person-social-list li i {
7292
- position: relative;
7293
- bottom: 0px;
7294
- -webkit-transition: all 0.2s ease-in-out;
7295
- transition: all 0.2s ease-in-out;
7296
- }
7297
-
7298
- .premium-person-defaults-yes li.premium-person-facebook:hover a {
7299
- background-color: #3b5998 !important;
7300
- }
7301
-
7302
- .premium-person-defaults-yes li.premium-person-twitter:hover a {
7303
- background-color: #55acee !important;
7304
- }
7305
-
7306
- .premium-person-defaults-yes li.premium-person-linkedin:hover a {
7307
- background-color: #0077b5 !important;
7308
- }
7309
-
7310
- .premium-person-defaults-yes li.premium-person-google:hover a {
7311
- background-color: #dc4e41 !important;
7312
- }
7313
-
7314
- .premium-person-defaults-yes li.premium-person-youtube:hover a {
7315
- background-color: #b31217 !important;
7316
- }
7317
-
7318
- .premium-person-defaults-yes li.premium-person-instagram:hover a {
7319
- background-color: #e4405f !important;
7320
- }
7321
-
7322
- .premium-person-defaults-yes li.premium-person-skype:hover a {
7323
- background-color: #00aff0 !important;
7324
- }
7325
-
7326
- .premium-person-defaults-yes li.premium-person-pinterest:hover a {
7327
- background-color: #bd081c !important;
7328
- }
7329
-
7330
- .premium-person-defaults-yes li.premium-person-dribbble:hover a {
7331
- background-color: #ea4c89 !important;
7332
- }
7333
-
7334
- .premium-person-defaults-yes li.premium-person-mail:hover a {
7335
- background-color: #b23121 !important;
7336
- }
7337
-
7338
- .premium-person-defaults-yes li.premium-person-behance:hover a {
7339
- background-color: #1769ff !important;
7340
- }
7341
-
7342
- .premium-person-defaults-yes li.premium-person-whatsapp:hover a {
7343
- background-color: #25d366 !important;
7344
- }
7345
-
7346
- .premium-person-defaults-yes li.premium-person-telegram:hover a {
7347
- background-color: #0088cc !important;
7348
- }
7349
-
7350
- .premium-person-defaults-yes li.premium-person-site:hover a {
7351
- background-color: #0055a5 !important;
7352
- }
7353
-
7354
- .premium-person-social-list li:hover a {
7355
- -webkit-box-shadow: none;
7356
- box-shadow: none;
7357
- }
7358
-
7359
- .premium-person-social-list li a:focus {
7360
- -webkit-box-shadow: none;
7361
- box-shadow: none;
7362
- outline: none;
7363
- }
7364
-
7365
- .premium-person-social-list li i {
7366
- font-size: 18px;
7367
- }
7368
-
7369
- .elementor-widget-premium-addon-person .elementor-widget-container {
7370
- -js-display: flex;
7371
- display: -webkit-box;
7372
- display: -webkit-flex;
7373
- display: -moz-box;
7374
- display: -ms-flexbox;
7375
- display: flex;
7376
- -webkit-box-pack: center;
7377
- -webkit-justify-content: center;
7378
- -moz-box-pack: center;
7379
- -ms-flex-pack: center;
7380
- justify-content: center;
7381
- }
7382
-
7383
- .premium-persons-container.multiple-persons {
7384
- -js-display: flex;
7385
- display: -webkit-box;
7386
- display: -webkit-flex;
7387
- display: -moz-box;
7388
- display: -ms-flexbox;
7389
- display: flex;
7390
- -webkit-flex-wrap: wrap;
7391
- -ms-flex-wrap: wrap;
7392
- flex-wrap: wrap;
7393
- width: 100%;
7394
- }
7395
-
7396
- .premium-person-style1 .premium-person-container {
7397
- overflow: hidden;
7398
- }
7399
-
7400
- .premium-person-style1 .premium-person-container .premium-person-info {
7401
- position: absolute;
7402
- top: auto;
7403
- left: 0;
7404
- right: 0;
7405
- -webkit-transition: all 500ms ease 0s;
7406
- transition: all 500ms ease 0s;
7407
- -webkit-transform: translate3d(0, 100%, 0);
7408
- transform: translate3d(0, 100%, 0);
7409
- }
7410
-
7411
- .premium-person-style1 .premium-person-container:hover .premium-person-info {
7412
- -webkit-transform: translate3d(0, 0, 0);
7413
- transform: translate3d(0, 0, 0);
7414
- bottom: -1px !important;
7415
- }
7416
-
7417
- .premium-person-style1 .premium-person-social-list li:hover {
7418
- bottom: 5px;
7419
- }
7420
-
7421
- .premium-person-style1.multiple-persons:not([data-persons-equal="yes"]) {
7422
- -webkit-box-align: start;
7423
- -webkit-align-items: flex-start;
7424
- -moz-box-align: start;
7425
- -ms-flex-align: start;
7426
- align-items: flex-start;
7427
- }
7428
-
7429
- .premium-person-style1 .slick-track {
7430
- -js-display: flex;
7431
- display: -webkit-box;
7432
- display: -webkit-flex;
7433
- display: -moz-box;
7434
- display: -ms-flexbox;
7435
- display: flex;
7436
- }
7437
-
7438
- .premium-person-style1 .slick-slide {
7439
- height: inherit !important;
7440
- }
7441
-
7442
- /* .premium-person-style1.multiple-persons[data-persons-equal="yes"] .premium-person-image-container,
7443
- .premium-person-style1.multiple-persons[data-persons-equal="yes"] .premium-person-image-wrap {
7444
- height: 100%;
7445
- } */
7446
-
7447
- .premium-person-style3 .premium-person-info-container {
7448
- position: absolute;
7449
- top: 0;
7450
- right: 0;
7451
- width: 100%;
7452
- height: 100%;
7453
- -js-display: flex;
7454
- display: -webkit-box;
7455
- display: -webkit-flex;
7456
- display: -moz-box;
7457
- display: -ms-flexbox;
7458
- display: flex;
7459
- -webkit-box-orient: vertical;
7460
- -webkit-box-direction: normal;
7461
- -webkit-flex-direction: column;
7462
- -moz-box-orient: vertical;
7463
- -moz-box-direction: normal;
7464
- -ms-flex-direction: column;
7465
- flex-direction: column;
7466
- -webkit-box-pack: justify;
7467
- -webkit-justify-content: space-between;
7468
- -moz-box-pack: justify;
7469
- -ms-flex-pack: justify;
7470
- justify-content: space-between;
7471
- }
7472
-
7473
- .premium-person-style3 .premium-person-title-desc-wrap {
7474
- -js-display: flex;
7475
- display: -webkit-box;
7476
- display: -webkit-flex;
7477
- display: -moz-box;
7478
- display: -ms-flexbox;
7479
- display: flex;
7480
- -webkit-box-orient: horizontal;
7481
- -webkit-box-direction: reverse;
7482
- -webkit-flex-direction: row-reverse;
7483
- -moz-box-orient: horizontal;
7484
- -moz-box-direction: reverse;
7485
- -ms-flex-direction: row-reverse;
7486
- flex-direction: row-reverse;
7487
- -webkit-box-pack: justify;
7488
- -webkit-justify-content: space-between;
7489
- -moz-box-pack: justify;
7490
- -ms-flex-pack: justify;
7491
- justify-content: space-between;
7492
- -webkit-box-align: start;
7493
- -webkit-align-items: flex-start;
7494
- -moz-box-align: start;
7495
- -ms-flex-align: start;
7496
- align-items: flex-start;
7497
- }
7498
-
7499
- .premium-person-style3 .premium-person-name-icons-wrap {
7500
- -js-display: flex;
7501
- display: -webkit-box;
7502
- display: -webkit-flex;
7503
- display: -moz-box;
7504
- display: -ms-flexbox;
7505
- display: flex;
7506
- -webkit-box-pack: justify;
7507
- -webkit-justify-content: space-between;
7508
- -moz-box-pack: justify;
7509
- -ms-flex-pack: justify;
7510
- justify-content: space-between;
7511
- -webkit-box-align: end;
7512
- -webkit-align-items: flex-end;
7513
- -moz-box-align: end;
7514
- -ms-flex-align: end;
7515
- align-items: flex-end;
7516
- }
7517
-
7518
- .premium-person-style3 .premium-person-title {
7519
- opacity: 0;
7520
- -webkit-transition: all 0.3s ease;
7521
- transition: all 0.3s ease;
7522
- width: 0;
7523
- }
7524
-
7525
- .premium-person-style3 .premium-person-title span {
7526
- display: inline-block;
7527
- }
7528
-
7529
- .premium-person-style3 .premium-person-name {
7530
- padding-right: 10px;
7531
- }
7532
-
7533
- .premium-person-style3 .premium-person-social-list {
7534
- -js-display: flex;
7535
- display: -webkit-box;
7536
- display: -webkit-flex;
7537
- display: -moz-box;
7538
- display: -ms-flexbox;
7539
- display: flex;
7540
- -webkit-box-orient: vertical;
7541
- -webkit-box-direction: normal;
7542
- -webkit-flex-direction: column;
7543
- -moz-box-orient: vertical;
7544
- -moz-box-direction: normal;
7545
- -ms-flex-direction: column;
7546
- flex-direction: column;
7547
- -webkit-transform: translateY(20px);
7548
- -ms-transform: translateY(20px);
7549
- transform: translateY(20px);
7550
- opacity: 0;
7551
- -webkit-transition: all 0.3s ease;
7552
- transition: all 0.3s ease;
7553
- }
7554
-
7555
- .premium-person-style3 .premium-person-list-item {
7556
- line-height: 0;
7557
- }
7558
-
7559
- .premium-person-style3 .premium-person-list-item a {
7560
- padding: 5px 0 0 10px;
7561
- margin: 5px 0;
7562
- }
7563
-
7564
- .premium-person-style3 .premium-person-container:hover .premium-person-title {
7565
- opacity: 1;
7566
- }
7567
-
7568
- .premium-person-style3 .premium-person-container:hover .premium-person-social-list {
7569
- opacity: 1;
7570
- -webkit-transform: translateY(0);
7571
- -ms-transform: translateY(0);
7572
- transform: translateY(0);
7573
- }
7574
-
7575
- .premium-persons-title-cw .premium-person-title {
7576
- -webkit-transform: translateX(-15px) rotate(-90deg);
7577
- -ms-transform: translateX(-15px) rotate(-90deg);
7578
- transform: translateX(-15px) rotate(-90deg);
7579
- -webkit-transform-origin: top;
7580
- -ms-transform-origin: top;
7581
- transform-origin: top;
7582
- }
7583
-
7584
- .premium-persons-title-cw .premium-person-container:hover .premium-person-title {
7585
- -webkit-transform: translateX(0) rotate(-90deg);
7586
- -ms-transform: translateX(0) rotate(-90deg);
7587
- transform: translateX(0) rotate(-90deg);
7588
- }
7589
-
7590
- .premium-persons-title-ccw .premium-person-title {
7591
- width: auto;
7592
- margin-left: 20px;
7593
- -webkit-transform: translateX(-15px) rotate(90deg);
7594
- -ms-transform: translateX(-15px) rotate(90deg);
7595
- transform: translateX(-15px) rotate(90deg);
7596
- -webkit-transform-origin: center left;
7597
- -ms-transform-origin: center left;
7598
- transform-origin: center left;
7599
- }
7600
-
7601
- .premium-persons-title-ccw .premium-person-container:hover .premium-person-title {
7602
- -webkit-transform: translateX(0) rotate(90deg);
7603
- -ms-transform: translateX(0) rotate(90deg);
7604
- transform: translateX(0) rotate(90deg);
7605
- }
7606
-
7607
- /**************** Premium Pricing Table ****************/
7608
- /*******************************************************/
7609
- .premium-pricing-table-container {
7610
- position: relative;
7611
- text-align: center;
7612
- display: inline-block;
7613
- width: 100%;
7614
- -webkit-transition: all 0.3s ease-in-out;
7615
- transition: all 0.3s ease-in-out;
7616
- }
7617
-
7618
- .premium-pricing-icon-container {
7619
- -js-display: flex;
7620
- display: -webkit-box;
7621
- display: -webkit-flex;
7622
- display: -moz-box;
7623
- display: -ms-flexbox;
7624
- display: flex;
7625
- -webkit-box-pack: center;
7626
- -webkit-justify-content: center;
7627
- -moz-box-pack: center;
7628
- -ms-flex-pack: center;
7629
- justify-content: center;
7630
- line-height: 0;
7631
- }
7632
-
7633
- .premium-pricing-icon-container .premium-pricing-icon {
7634
- display: inline-block;
7635
- }
7636
-
7637
- .premium-pricing-icon-container .premium-pricing-image {
7638
- overflow: hidden;
7639
- }
7640
-
7641
- .premium-pricing-icon-container .premium-pricing-image img {
7642
- width: 25px;
7643
- height: 25px;
7644
- -o-object-fit: cover;
7645
- object-fit: cover;
7646
- }
7647
-
7648
- .premium-badge-left {
7649
- position: absolute;
7650
- top: 0;
7651
- }
7652
-
7653
- .premium-badge-right {
7654
- position: absolute;
7655
- top: 0;
7656
- right: 0;
7657
- }
7658
-
7659
- .premium-badge-left {
7660
- left: 0;
7661
- }
7662
-
7663
- .premium-badge-triangle.premium-badge-left .corner {
7664
- width: 0;
7665
- height: 0;
7666
- border-top: 150px solid;
7667
- border-bottom: 150px solid transparent;
7668
- border-right: 150px solid transparent;
7669
- }
7670
-
7671
- .premium-badge-triangle.premium-badge-right .corner {
7672
- width: 0;
7673
- height: 0;
7674
- border-bottom: 150px solid transparent;
7675
- border-right: 150px solid;
7676
- border-left: 150px solid transparent;
7677
- }
7678
-
7679
- .premium-badge-triangle span {
7680
- position: absolute;
7681
- top: 35px;
7682
- width: 100px;
7683
- text-align: center;
7684
- -webkit-transform: rotate(-45deg);
7685
- -ms-transform: rotate(-45deg);
7686
- transform: rotate(-45deg);
7687
- display: block;
7688
- text-transform: uppercase;
7689
- }
7690
-
7691
- .premium-badge-triangle.premium-badge-right span {
7692
- -webkit-transform: rotate(45deg);
7693
- -ms-transform: rotate(45deg);
7694
- transform: rotate(45deg);
7695
- right: 0;
7696
- }
7697
-
7698
- .premium-badge-circle {
7699
- min-width: 4em;
7700
- min-height: 4em;
7701
- line-height: 4em;
7702
- text-align: center;
7703
- -webkit-border-radius: 100%;
7704
- border-radius: 100%;
7705
- position: absolute;
7706
- z-index: 1;
7707
- }
7708
-
7709
- .premium-badge-stripe {
7710
- position: absolute;
7711
- -webkit-transform: rotate(90deg);
7712
- -ms-transform: rotate(90deg);
7713
- transform: rotate(90deg);
7714
- width: 15em;
7715
- overflow: hidden;
7716
- height: 15em;
7717
- }
7718
-
7719
- .premium-badge-stripe.premium-badge-left {
7720
- -webkit-transform: rotate(0);
7721
- -ms-transform: rotate(0);
7722
- transform: rotate(0);
7723
- }
7724
-
7725
- .premium-badge-stripe .corner {
7726
- text-align: center;
7727
- left: 0;
7728
- width: 150%;
7729
- -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
7730
- -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
7731
- transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
7732
- margin-top: 35px;
7733
- font-size: 13px;
7734
- line-height: 2;
7735
- font-weight: 800;
7736
- text-transform: uppercase;
7737
- }
7738
-
7739
- .premium-badge-flag .corner {
7740
- text-align: center;
7741
- -webkit-border-radius: 4px 4px 0 4px;
7742
- border-radius: 4px 4px 0 4px;
7743
- padding: 3px 15px;
7744
- position: absolute;
7745
- top: 10%;
7746
- right: -8px;
7747
- }
7748
-
7749
- .premium-badge-flag .corner::before,
7750
- .premium-badge-flag .corner::after {
7751
- content: "";
7752
- display: block;
7753
- position: absolute;
7754
- width: 0;
7755
- height: 0;
7756
- top: 100%;
7757
- right: 0;
7758
- border-bottom: 8px solid transparent;
7759
- }
7760
-
7761
- .elementor-widget-premium-addon-pricing-table .elementor-widget-container {
7762
- overflow: visible !important;
7763
- }
7764
-
7765
- .premium-badge-flag .corner::after {
7766
- border-left: 8px solid rgba(0, 0, 0, 0.2);
7767
- }
7768
-
7769
- .premium-pricing-price-currency {
7770
- position: relative;
7771
- }
7772
-
7773
- .premium-pricing-button-container {
7774
- display: block;
7775
- }
7776
-
7777
- .premium-pricing-list {
7778
- -js-display: flex;
7779
- display: -webkit-box;
7780
- display: -webkit-flex;
7781
- display: -moz-box;
7782
- display: -ms-flexbox;
7783
- display: flex;
7784
- -webkit-box-orient: vertical;
7785
- -webkit-box-direction: normal;
7786
- -webkit-flex-direction: column;
7787
- -moz-box-orient: vertical;
7788
- -moz-box-direction: normal;
7789
- -ms-flex-direction: column;
7790
- flex-direction: column;
7791
- list-style-type: none;
7792
- margin: 0;
7793
- padding: 0;
7794
- }
7795
-
7796
- .premium-pricing-list .premium-pricing-list-item {
7797
- -js-display: flex;
7798
- display: -webkit-box;
7799
- display: -webkit-flex;
7800
- display: -moz-box;
7801
- display: -ms-flexbox;
7802
- display: flex;
7803
- -webkit-box-align: center;
7804
- -webkit-align-items: center;
7805
- -moz-box-align: center;
7806
- -ms-flex-align: center;
7807
- align-items: center;
7808
- }
7809
-
7810
- .premium-pricing-list .premium-pricing-list-item svg {
7811
- width: 50px;
7812
- height: 50px;
7813
- }
7814
-
7815
- .premium-pricing-list .premium-pricing-list-item img {
7816
- width: 30px;
7817
- height: 30px;
7818
- -o-object-fit: cover;
7819
- object-fit: cover;
7820
- }
7821
-
7822
- .premium-pricing-list .premium-pricing-list-span {
7823
- position: relative;
7824
- }
7825
-
7826
- .premium-pricing-list .list-item-tooltip {
7827
- border-bottom: 1px dotted;
7828
- }
7829
-
7830
- .premium-pricing-list .premium-pricing-list-tooltip {
7831
- position: absolute;
7832
- top: -webkit-calc(100% + 1px);
7833
- top: calc(100% + 1px);
7834
- right: 0;
7835
- visibility: hidden;
7836
- padding: 15px 20px;
7837
- -webkit-border-radius: 5px;
7838
- border-radius: 5px;
7839
- min-width: 200px;
7840
- overflow: hidden;
7841
- text-align: right;
7842
- font-size: 0.8rem;
7843
- color: #fff;
7844
- background-color: #aaa;
7845
- }
7846
-
7847
- .premium-pricing-features-left .premium-pricing-list-span {
7848
- text-align: right;
7849
- }
7850
-
7851
- .premium-pricing-features-center .premium-pricing-list-span {
7852
- text-align: center;
7853
- }
7854
-
7855
- .premium-pricing-features-right .premium-pricing-list-span {
7856
- text-align: left;
7857
- }
7858
-
7859
- .premium-pricing-list-span:hover .premium-pricing-list-tooltip {
7860
- z-index: 99;
7861
- visibility: visible;
7862
- opacity: 1;
7863
- }
7864
-
7865
- .premium-pricing-slashed-price-value {
7866
- display: inline-block;
7867
- font-size: 20px;
7868
- font-weight: 400;
7869
- margin-left: 5px;
7870
- }
7871
-
7872
- .premium-pricing-price-value {
7873
- font-size: 70px;
7874
- }
7875
-
7876
- .premium-pricing-description-container li {
7877
- list-style-position: inside;
7878
- text-indent: -40px;
7879
- }
7880
-
7881
- @-moz-document url-prefix() {
7882
- .premium-pricing-description-container li {
7883
- text-indent: 0px;
7884
- }
7885
- }
7886
-
7887
- .premium-pricing-price-button {
7888
- display: block;
7889
- padding: 6px 12px;
7890
- line-height: 1.42857143;
7891
- text-align: center;
7892
- color: #fff;
7893
- background: #6ec1e4;
7894
- margin-bottom: 0;
7895
- -webkit-transition: all 0.3s ease-in-out;
7896
- transition: all 0.3s ease-in-out;
7897
- }
7898
-
7899
- /**************** Premium Progress Bar ****************/
7900
- /******************************************************/
7901
- .premium-progressbar-container {
7902
- position: relative;
7903
- }
7904
-
7905
- .premium-progressbar-bar-wrap {
7906
- position: relative;
7907
- text-align: right;
7908
- overflow: hidden;
7909
- height: 25px;
7910
- margin-bottom: 50px;
7911
- background-color: #f5f5f5;
7912
- -webkit-border-radius: 4px;
7913
- border-radius: 4px;
7914
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
7915
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
7916
- }
7917
-
7918
- .premium-progressbar-bar-wrap.premium-progressbar-dots {
7919
- background-color: transparent;
7920
- width: 100%;
7921
- -js-display: flex;
7922
- display: -webkit-box;
7923
- display: -webkit-flex;
7924
- display: -moz-box;
7925
- display: -ms-flexbox;
7926
- display: flex;
7927
- height: auto;
7928
- -webkit-box-shadow: none;
7929
- box-shadow: none;
7930
- }
7931
-
7932
- .premium-progressbar-bar-wrap .progress-segment {
7933
- position: relative;
7934
- width: 25px;
7935
- height: 25px;
7936
- -webkit-border-radius: 50%;
7937
- border-radius: 50%;
7938
- overflow: hidden;
7939
- background-color: #f5f5f5;
7940
- }
7941
-
7942
- .premium-progressbar-bar-wrap .progress-segment.filled {
7943
- background: #6ec1e4;
7944
- }
7945
-
7946
- .premium-progressbar-bar-wrap .progress-segment:not(:first-child):not(:last-child) {
7947
- margin: 0 4px;
7948
- }
7949
-
7950
- .premium-progressbar-bar-wrap .progress-segment:first-child {
7951
- margin-left: 4px;
7952
- }
7953
-
7954
- .premium-progressbar-bar-wrap .progress-segment:last-child {
7955
- margin-right: 4px;
7956
- }
7957
-
7958
- .premium-progressbar-bar-wrap .progress-segment .segment-inner {
7959
- position: absolute;
7960
- top: 0;
7961
- right: 0;
7962
- height: 100%;
7963
- background-color: #6ec1e4;
7964
- }
7965
-
7966
- .premium-progressbar-bar {
7967
- float: right;
7968
- width: 0%;
7969
- height: 100%;
7970
- font-size: 12px;
7971
- line-height: 20px;
7972
- background: #6ec1e4;
7973
- text-align: center;
7974
- -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
7975
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
7976
- }
7977
-
7978
- .premium-progressbar-striped .premium-progressbar-bar {
7979
- background-image: -webkit-linear-gradient(-135deg,
7980
- rgba(255, 255, 255, 0.15) 25%,
7981
- transparent 25%,
7982
- transparent 50%,
7983
- rgba(255, 255, 255, 0.15) 50%,
7984
- rgba(255, 255, 255, 0.15) 75%,
7985
- transparent 75%,
7986
- transparent);
7987
- background-image: -webkit-linear-gradient(45deg,
7988
- rgba(255, 255, 255, 0.15) 25%,
7989
- transparent 25%,
7990
- transparent 50%,
7991
- rgba(255, 255, 255, 0.15) 50%,
7992
- rgba(255, 255, 255, 0.15) 75%,
7993
- transparent 75%,
7994
- transparent);
7995
- background-image: linear-gradient(45deg,
7996
- rgba(255, 255, 255, 0.15) 25%,
7997
- transparent 25%,
7998
- transparent 50%,
7999
- rgba(255, 255, 255, 0.15) 50%,
8000
- rgba(255, 255, 255, 0.15) 75%,
8001
- transparent 75%,
8002
- transparent);
8003
- -webkit-background-size: 40px 40px;
8004
- background-size: 40px 40px;
8005
- }
8006
-
8007
- .premium-progressbar-active .premium-progressbar-bar {
8008
- -webkit-animation: progress-bar-stripes 2s linear infinite;
8009
- animation: progress-bar-stripes 2s linear infinite;
8010
- }
8011
-
8012
- .premium-progressbar-gradient .premium-progressbar-bar {
8013
- -webkit-background-size: 400% 400% !important;
8014
- background-size: 400% 400% !important;
8015
- -webkit-animation: progress-bar-gradient 10s ease-in-out infinite;
8016
- animation: progress-bar-gradient 10s ease-in-out infinite;
8017
- }
8018
-
8019
- .premium-progressbar-bar {
8020
- position: absolute;
8021
- overflow: hidden;
8022
- line-height: 20px;
8023
- }
8024
-
8025
- .premium-progressbar-container .clearfix {
8026
- clear: both;
8027
- }
8028
-
8029
- .premium-progressbar-bar {
8030
- -webkit-transition: width 0s ease-in-out !important;
8031
- transition: width 0s ease-in-out !important;
8032
- }
8033
-
8034
- .premium-progressbar-container p:first-of-type {
8035
- margin: 0;
8036
- float: left;
8037
- }
8038
-
8039
- .premium-progressbar-container p:nth-of-type(2) {
8040
- margin: 0;
8041
- float: right;
8042
- }
8043
-
8044
- .premium-progressbar-name {
8045
- right: 50%;
8046
- top: 0;
8047
- left: 0;
8048
- -webkit-transform: translateX(12.5px);
8049
- -ms-transform: translateX(12.5px);
8050
- transform: translateX(12.5px);
8051
- z-index: 1;
8052
- }
8053
-
8054
- .premium-progressbar-multiple-label {
8055
- position: relative;
8056
- float: right;
8057
- width: 0;
8058
- right: 50%;
8059
- }
8060
-
8061
- .premium-progressbar-center-label {
8062
- position: relative;
8063
- white-space: nowrap;
8064
- }
8065
-
8066
- .premium-progressbar-arrow {
8067
- height: 15px;
8068
- right: 50%;
8069
- display: inline-block;
8070
- border-right: 7px solid transparent;
8071
- border-left: 7px solid transparent;
8072
- border-top: 11px solid;
8073
- -webkit-transform: translateX(50%);
8074
- -ms-transform: translateX(50%);
8075
- transform: translateX(50%);
8076
- }
8077
-
8078
- .premium-progressbar-pin {
8079
- border-right: 1px solid;
8080
- height: 12px;
8081
- right: 50%;
8082
- display: inline-block;
8083
- }
8084
-
8085
- /**
8086
- * Circle Progress Bar
8087
- */
8088
- .premium-progressbar-circle-wrap,
8089
- .premium-progressbar-hf-circle-wrap {
8090
- width: 200px;
8091
- height: 200px;
8092
- position: relative;
8093
- margin: 0 auto;
8094
- }
8095
-
8096
- .premium-progressbar-circle-wrap .premium-progressbar-circle-content,
8097
- .premium-progressbar-hf-circle-wrap .premium-progressbar-circle-content {
8098
- position: absolute;
8099
- top: 0;
8100
- right: 0;
8101
- width: 100%;
8102
- height: 100%;
8103
- -js-display: flex;
8104
- display: -webkit-box;
8105
- display: -webkit-flex;
8106
- display: -moz-box;
8107
- display: -ms-flexbox;
8108
- display: flex;
8109
- -webkit-box-orient: vertical;
8110
- -webkit-box-direction: normal;
8111
- -webkit-flex-direction: column;
8112
- -moz-box-orient: vertical;
8113
- -moz-box-direction: normal;
8114
- -ms-flex-direction: column;
8115
- flex-direction: column;
8116
- -webkit-box-pack: center;
8117
- -webkit-justify-content: center;
8118
- -moz-box-pack: center;
8119
- -ms-flex-pack: center;
8120
- justify-content: center;
8121
- -webkit-box-align: center;
8122
- -webkit-align-items: center;
8123
- -moz-box-align: center;
8124
- -ms-flex-align: center;
8125
- align-items: center;
8126
- text-align: center;
8127
- }
8128
-
8129
- .premium-progressbar-circle-wrap .premium-lottie-animation,
8130
- .premium-progressbar-hf-circle-wrap .premium-lottie-animation {
8131
- line-height: 1;
8132
- }
8133
-
8134
- .premium-progressbar-circle-wrap .premium-progressbar-circle {
8135
- position: absolute;
8136
- top: 0;
8137
- right: 0;
8138
- width: 100%;
8139
- height: 100%;
8140
- -webkit-clip-path: inset(0 0 0 50%);
8141
- clip-path: inset(0 0 0 50%);
8142
- }
8143
-
8144
- .premium-progressbar-circle-wrap .premium-progressbar-circle div {
8145
- position: absolute;
8146
- right: 0;
8147
- top: 0;
8148
- height: 100%;
8149
- width: 100%;
8150
- border-width: 6px;
8151
- border-style: solid;
8152
- border-color: #54595f;
8153
- -webkit-border-radius: 50%;
8154
- border-radius: 50%;
8155
- -webkit-clip-path: inset(0 50% 0 0);
8156
- clip-path: inset(0 50% 0 0);
8157
- }
8158
-
8159
- .premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-left {
8160
- -webkit-transform: rotate(0);
8161
- -ms-transform: rotate(0);
8162
- transform: rotate(0);
8163
- }
8164
-
8165
- .premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-right {
8166
- -webkit-transform: rotate(-180deg);
8167
- -ms-transform: rotate(-180deg);
8168
- transform: rotate(-180deg);
8169
- visibility: hidden;
8170
- }
8171
-
8172
- .premium-progressbar-circle-wrap .premium-progressbar-circle-base {
8173
- width: 100%;
8174
- height: 100%;
8175
- border: 6px solid #eee;
8176
- -webkit-border-radius: 50%;
8177
- border-radius: 50%;
8178
- }
8179
-
8180
- .premium-progressbar-circle-wrap .premium-lottie-animation {
8181
- line-height: 1;
8182
- }
8183
-
8184
- /**
8185
- * Half Circle Progress Bar
8186
- */
8187
- .premium-progressbar-hf-container {
8188
- position: relative;
8189
- width: 200px;
8190
- height: 200px;
8191
- }
8192
-
8193
- .premium-progressbar-hf-circle-wrap {
8194
- overflow: hidden;
8195
- }
8196
-
8197
- .premium-progressbar-hf-circle-wrap .premium-progressbar-left-label {
8198
- -webkit-box-ordinal-group: 2;
8199
- -webkit-order: 1;
8200
- -moz-box-ordinal-group: 2;
8201
- -ms-flex-order: 1;
8202
- order: 1;
8203
- }
8204
-
8205
- .premium-progressbar-hf-circle {
8206
- position: absolute;
8207
- top: 0;
8208
- left: 0;
8209
- width: 100%;
8210
- height: 100%;
8211
- -webkit-clip-path: inset(0 0 50% 0);
8212
- clip-path: inset(0 0 50% 0);
8213
- }
8214
-
8215
- .premium-progressbar-hf-circle-progress {
8216
- position: absolute;
8217
- left: 0;
8218
- top: 0;
8219
- height: 100%;
8220
- width: 100%;
8221
- border: 12px solid #000;
8222
- -webkit-border-radius: 50%;
8223
- border-radius: 50%;
8224
- -webkit-clip-path: inset(50% 0 0 0);
8225
- clip-path: inset(50% 0 0 0);
8226
- -webkit-transform: rotate(0deg);
8227
- -ms-transform: rotate(0deg);
8228
- transform: rotate(0deg);
8229
- -webkit-transition: -webkit-transform 1500ms linear;
8230
- transition: -webkit-transform 1500ms linear;
8231
- transition: transform 1500ms linear;
8232
- transition: transform 1500ms linear, -webkit-transform 1500ms linear;
8233
- }
8234
-
8235
- .premium-progressbar-circle-inner {
8236
- height: 100%;
8237
- width: 100%;
8238
- border: 12px solid #eee;
8239
- -webkit-border-radius: 50%;
8240
- border-radius: 50%;
8241
- }
8242
-
8243
- .premium-progressbar-hf-labels {
8244
- margin: 0 auto;
8245
- position: relative;
8246
- font-size: 12px;
8247
- font-weight: 400;
8248
- -js-display: flex;
8249
- display: -webkit-box;
8250
- display: -webkit-flex;
8251
- display: -moz-box;
8252
- display: -ms-flexbox;
8253
- display: flex;
8254
- -webkit-box-pack: justify;
8255
- -webkit-justify-content: space-between;
8256
- -moz-box-pack: justify;
8257
- -ms-flex-pack: justify;
8258
- justify-content: space-between;
8259
- }
8260
-
8261
-
8262
- @-webkit-keyframes progress-bar-stripes {
8263
- from {
8264
- background-position: 100% 0;
8265
- }
8266
-
8267
- to {
8268
- background-position: 40px 0;
8269
- }
8270
- }
8271
-
8272
- @keyframes progress-bar-stripes {
8273
- from {
8274
- background-position: 100% 0;
8275
- }
8276
-
8277
- to {
8278
- background-position: 40px 0;
8279
- }
8280
- }
8281
-
8282
- @-webkit-keyframes progress-bar-gradient {
8283
- 0% {
8284
- background-position: 100% 50%;
8285
- }
8286
-
8287
- 50% {
8288
- background-position: 0% 50%;
8289
- }
8290
-
8291
- 100% {
8292
- background-position: 100% 50%;
8293
- }
8294
- }
8295
-
8296
- @keyframes progress-bar-gradient {
8297
- 0% {
8298
- background-position: 100% 50%;
8299
- }
8300
-
8301
- 50% {
8302
- background-position: 0% 50%;
8303
- }
8304
-
8305
- 100% {
8306
- background-position: 100% 50%;
8307
- }
8308
- }
8309
-
8310
- @media (max-width: 768px) {
8311
- .premium-progressbar-center-label {
8312
- -webkit-transform: rotate(-90deg) !important;
8313
- -ms-transform: rotate(-90deg) !important;
8314
- transform: rotate(-90deg) !important;
8315
- -webkit-transform-origin: 0;
8316
- -ms-transform-origin: 0;
8317
- transform-origin: 0;
8318
- }
8319
- }
8320
-
8321
- /**************** Premium Testimonials ****************/
8322
- /******************************************************/
8323
- .premium-testimonial-box {
8324
- width: 100%;
8325
- background: transparent;
8326
- -webkit-transition: all 0.3s ease-in-out;
8327
- transition: all 0.3s ease-in-out;
8328
- }
8329
-
8330
- .premium-testimonial-box .premium-testimonial-author-info {
8331
- -js-display: flex;
8332
- display: -webkit-box;
8333
- display: -webkit-flex;
8334
- display: -moz-box;
8335
- display: -ms-flexbox;
8336
- display: flex;
8337
- -webkit-box-pack: center;
8338
- -webkit-justify-content: center;
8339
- -moz-box-pack: center;
8340
- -ms-flex-pack: center;
8341
- justify-content: center;
8342
- -webkit-box-align: center;
8343
- -webkit-align-items: center;
8344
- -moz-box-align: center;
8345
- -ms-flex-align: center;
8346
- align-items: center;
8347
- }
8348
-
8349
- .premium-testimonial-box .premium-testimonial-person-name,
8350
- .premium-testimonial-box .premium-testimonial-company-name {
8351
- font-weight: 600;
8352
- margin: 0;
8353
- }
8354
-
8355
- .premium-testimonial-container {
8356
- position: relative;
8357
- }
8358
-
8359
- .premium-testimonial-img-wrapper {
8360
- margin-right: auto;
8361
- margin-left: auto;
8362
- overflow: hidden;
8363
- border-style: solid !important;
8364
- }
8365
-
8366
- .premium-testimonial-img-wrapper.circle {
8367
- -webkit-border-radius: 50%;
8368
- border-radius: 50%;
8369
- }
8370
-
8371
- .premium-testimonial-img-wrapper.rounded {
8372
- -webkit-border-radius: 15px;
8373
- border-radius: 15px;
8374
- }
8375
-
8376
- .premium-testimonial-img-wrapper img {
8377
- -o-object-fit: cover;
8378
- object-fit: cover;
8379
- width: 100%;
8380
- height: 100% !important;
8381
- }
8382
-
8383
- .premium-testimonial-content-wrapper {
8384
- position: relative;
8385
- display: -ms-flexbox;
8386
- display: -webkit-flex;
8387
- display: -moz-flex;
8388
- display: -ms-flex;
8389
- -js-display: flex;
8390
- display: -webkit-box;
8391
- display: -moz-box;
8392
- display: flex;
8393
- -webkit-box-orient: vertical;
8394
- -webkit-box-direction: normal;
8395
- -webkit-flex-direction: column;
8396
- -moz-box-orient: vertical;
8397
- -moz-box-direction: normal;
8398
- -ms-flex-direction: column;
8399
- flex-direction: column;
8400
- z-index: 2;
8401
- width: 100%;
8402
- padding: 20px;
8403
- text-align: center;
8404
- }
8405
-
8406
- .premium-testimonial-clear-float {
8407
- clear: both;
8408
- }
8409
-
8410
- .premium-testimonial-upper-quote,
8411
- .premium-testimonial-lower-quote {
8412
- position: absolute;
8413
- z-index: 1;
8414
- }
8415
-
8416
- /**************** Premium Title ****************/
8417
- /***********************************************/
8418
- .premium-title-container .premium-title-header {
8419
- position: relative;
8420
- margin: 0;
8421
- padding: 10px;
8422
- }
8423
-
8424
- .premium-title-container .premium-title-header:not(.premium-title-style7) {
8425
- -webkit-box-align: center;
8426
- -webkit-align-items: center;
8427
- -moz-box-align: center;
8428
- -ms-flex-align: center;
8429
- align-items: center;
8430
- }
8431
-
8432
- .premium-title-container .premium-title-header svg {
8433
- width: 40px;
8434
- height: 40px;
8435
- }
8436
-
8437
- .premium-title-container .premium-title-header img {
8438
- width: 40px;
8439
- height: 40px;
8440
- -o-object-fit: cover;
8441
- object-fit: cover;
8442
- }
8443
-
8444
- .premium-title-container .premium-title-header a {
8445
- position: absolute;
8446
- top: 0;
8447
- right: 0;
8448
- width: 100%;
8449
- height: 100%;
8450
- }
8451
-
8452
- .premium-title-container .premium-lottie-animation {
8453
- -js-display: flex;
8454
- display: -webkit-box;
8455
- display: -webkit-flex;
8456
- display: -moz-box;
8457
- display: -ms-flexbox;
8458
- display: flex;
8459
- }
8460
-
8461
- .premium-title-icon-row .premium-title-icon {
8462
- margin-left: 10px;
8463
- }
8464
-
8465
- .premium-title-icon-row-reverse .premium-title-icon {
8466
- margin-right: 10px;
8467
- }
8468
-
8469
- .premium-title-style3,
8470
- .premium-title-style4 {
8471
- -js-display: flex;
8472
- display: -webkit-box;
8473
- display: -webkit-flex;
8474
- display: -moz-box;
8475
- display: -ms-flexbox;
8476
- display: flex;
8477
- }
8478
-
8479
- .premium-title-style1,
8480
- .premium-title-style2,
8481
- .premium-title-style5,
8482
- .premium-title-style6,
8483
- .premium-title-style8,
8484
- .premium-title-style9 {
8485
- -js-display: inline-flex;
8486
- display: -webkit-inline-box;
8487
- display: -webkit-inline-flex;
8488
- display: -moz-inline-box;
8489
- display: -ms-inline-flexbox;
8490
- display: inline-flex;
8491
- }
8492
-
8493
- .premium-title-style7 {
8494
- -js-display: inline-flex;
8495
- display: -webkit-inline-box;
8496
- display: -webkit-inline-flex;
8497
- display: -moz-inline-box;
8498
- display: -ms-inline-flexbox;
8499
- display: inline-flex;
8500
- -webkit-box-orient: vertical;
8501
- -webkit-box-direction: normal;
8502
- -webkit-flex-direction: column;
8503
- -moz-box-orient: vertical;
8504
- -moz-box-direction: normal;
8505
- -ms-flex-direction: column;
8506
- flex-direction: column;
8507
- }
8508
-
8509
- .premium-title-style7 .premium-title-style7-inner {
8510
- -js-display: flex;
8511
- display: -webkit-box;
8512
- display: -webkit-flex;
8513
- display: -moz-box;
8514
- display: -ms-flexbox;
8515
- display: flex;
8516
- -webkit-box-align: center;
8517
- -webkit-align-items: center;
8518
- -moz-box-align: center;
8519
- -ms-flex-align: center;
8520
- align-items: center;
8521
- }
8522
-
8523
- .premium-title-style1 {
8524
- border-width: 0;
8525
- border-right: 3px solid #6ec1e4;
8526
- }
8527
-
8528
- .premium-title-container.style2,
8529
- .premium-title-container.style4,
8530
- .premium-title-container.style5,
8531
- .premium-title-container.style6 {
8532
- border-bottom: 3px solid #6ec1e4;
8533
- }
8534
-
8535
- /*Style 6 Header*/
8536
- .premium-title-style6:before {
8537
- position: absolute;
8538
- right: 50%;
8539
- bottom: 0;
8540
- margin-right: -2px;
8541
- content: "";
8542
- border: 3px solid transparent;
8543
- }
8544
-
8545
- /*Style 6 Trinagle*/
8546
- .premium-title-style7-stripe-wrap {
8547
- -js-display: flex;
8548
- display: -webkit-box;
8549
- display: -webkit-flex;
8550
- display: -moz-box;
8551
- display: -ms-flexbox;
8552
- display: flex;
8553
- }
8554
-
8555
- .premium-title-style7:before {
8556
- display: none;
8557
- }
8558
-
8559
- .premium-title-style8 .premium-title-text[data-animation="shiny"] {
8560
- -webkit-background-size: 125px 125px !important;
8561
- background-size: 125px !important;
8562
- color: rgba(255, 255, 255, 0);
8563
- -webkit-background-clip: text !important;
8564
- background-clip: text !important;
8565
- -webkit-animation-name: pa-shinny-text !important;
8566
- animation-name: pa-shinny-text !important;
8567
- -webkit-animation-duration: var(--animation-speed) !important;
8568
- animation-duration: var(--animation-speed) !important;
8569
- -webkit-animation-iteration-count: infinite !important;
8570
- animation-iteration-count: infinite !important;
8571
- background: var(--base-color) -webkit-gradient(linear,
8572
- left top,
8573
- right top,
8574
- from(var(--base-color)),
8575
- to(var(--base-color)),
8576
- color-stop(0.5, var(--shiny-color))) 0 0 no-repeat;
8577
- }
8578
-
8579
- .premium-title-style9[data-animation-blur="process"] .premium-title-style9-letter {
8580
- -webkit-animation: pa-blur-shadow 2s 1 alternate;
8581
- animation: pa-blur-shadow 2s 1 alternate;
8582
- }
8583
-
8584
- .premium-title-gradient-yes .premium-title-text,
8585
- .premium-title-gradient-yes .premium-title-icon {
8586
- -webkit-background-clip: text;
8587
- -webkit-text-fill-color: transparent;
8588
- background-image: -webkit-gradient(linear, left top, right top, from(#ffa648), color-stop(#f17cc1), to(#4da9fd));
8589
- background-image: -webkit-linear-gradient(left, #ffa648, #f17cc1, #4da9fd);
8590
- background-image: linear-gradient(to right, #ffa648, #f17cc1, #4da9fd);
8591
- -webkit-animation: pa-text-gradient 8s infinite;
8592
- animation: pa-text-gradient 8s infinite;
8593
- }
8594
-
8595
- .premium-title-clipped .premium-title-header {
8596
- -webkit-text-fill-color: transparent;
8597
- -webkit-background-clip: text;
8598
- background-clip: text;
8599
- }
8600
-
8601
- @-webkit-keyframes pa-shinny-text {
8602
- 0% {
8603
- background-position: 100%;
8604
- }
8605
-
8606
- 100% {
8607
- background-position: -100%;
8608
- }
8609
- }
8610
-
8611
- @keyframes pa-shinny-text {
8612
- 0% {
8613
- background-position: 100%;
8614
- }
8615
-
8616
- 100% {
8617
- background-position: -100%;
8618
- }
8619
- }
8620
-
8621
- @-webkit-keyframes pa-blur-shadow {
8622
- from {
8623
- text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
8624
- color: transparent;
8625
- }
8626
-
8627
- to {
8628
- text-shadow: 0;
8629
- }
8630
- }
8631
-
8632
- @keyframes pa-blur-shadow {
8633
- from {
8634
- text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
8635
- color: transparent;
8636
- }
8637
-
8638
- to {
8639
- text-shadow: 0;
8640
- }
8641
- }
8642
-
8643
- @-webkit-keyframes pa-text-gradient {
8644
-
8645
- 0%,
8646
- 100% {
8647
- -webkit-filter: hue-rotate(0deg);
8648
- filter: hue-rotate(0deg);
8649
- }
8650
-
8651
- 50% {
8652
- -webkit-filter: hue-rotate(360deg);
8653
- filter: hue-rotate(360deg);
8654
- }
8655
- }
8656
-
8657
- @keyframes pa-text-gradient {
8658
-
8659
- 0%,
8660
- 100% {
8661
- -webkit-filter: hue-rotate(0deg);
8662
- filter: hue-rotate(0deg);
8663
- }
8664
-
8665
- 50% {
8666
- -webkit-filter: hue-rotate(360deg);
8667
- filter: hue-rotate(360deg);
8668
- }
8669
- }
8670
-
8671
- /**************** Premium Video Box ************/
8672
- /***********************************************/
8673
- .premium-video-box-transform {
8674
- -webkit-transform: none !important;
8675
- -ms-transform: none !important;
8676
- transform: none !important;
8677
- }
8678
-
8679
- .premium-video-box-container {
8680
- -js-display: flex;
8681
- display: -webkit-box;
8682
- display: -webkit-flex;
8683
- display: -moz-box;
8684
- display: -ms-flexbox;
8685
- display: flex;
8686
- -webkit-box-orient: vertical;
8687
- -webkit-box-direction: normal;
8688
- -webkit-flex-direction: column;
8689
- -moz-box-orient: vertical;
8690
- -moz-box-direction: normal;
8691
- -ms-flex-direction: column;
8692
- flex-direction: column;
8693
- }
8694
-
8695
- .premium-video-box-container>div {
8696
- position: relative;
8697
- overflow: hidden;
8698
- }
8699
-
8700
- .pa-aspect-ratio-11 .premium-video-box-container>div {
8701
- padding-bottom: 100%;
8702
- }
8703
-
8704
- .pa-aspect-ratio-169 .premium-video-box-container>div {
8705
- padding-bottom: 56.25%;
8706
- }
8707
-
8708
- .pa-aspect-ratio-43 .premium-video-box-container>div {
8709
- padding-bottom: 75%;
8710
- }
8711
-
8712
- .pa-aspect-ratio-32 .premium-video-box-container>div {
8713
- padding-bottom: 66.6666%;
8714
- }
8715
-
8716
- .pa-aspect-ratio-219 .premium-video-box-container>div {
8717
- padding-bottom: 42.8571%;
8718
- }
8719
-
8720
- .pa-aspect-ratio-916 .premium-video-box-container>div {
8721
- padding-bottom: 177.8%;
8722
- }
8723
-
8724
- .premium-video-box-image-container {
8725
- position: absolute;
8726
- top: 0;
8727
- right: 0;
8728
- bottom: 0;
8729
- left: 0;
8730
- width: 100%;
8731
- height: 100%;
8732
- -webkit-background-size: cover;
8733
- background-size: cover;
8734
- background-position: 50%;
8735
- cursor: pointer;
8736
- margin: auto;
8737
- -webkit-transition: 0.2s all;
8738
- transition: 0.2s all;
8739
- }
8740
-
8741
- .premium-video-box-play-icon-container {
8742
- position: absolute;
8743
- z-index: 2;
8744
- cursor: pointer;
8745
- -webkit-transform: translate(50%, -50%);
8746
- -ms-transform: translate(50%, -50%);
8747
- transform: translate(50%, -50%);
8748
- background: rgba(252, 252, 252, 0.35);
8749
- }
8750
-
8751
- .premium-video-box-description-container {
8752
- position: absolute;
8753
- z-index: 2;
8754
- padding: 5px;
8755
- text-align: center;
8756
- cursor: pointer;
8757
- -webkit-transform: translate(50%, -50%);
8758
- -ms-transform: translate(50%, -50%);
8759
- transform: translate(50%, -50%);
8760
- }
8761
-
8762
- .premium-video-box-text {
8763
- margin-bottom: 0 !important;
8764
- -webkit-transition: all 0.3s ease-in-out;
8765
- transition: all 0.3s ease-in-out;
8766
- }
8767
-
8768
- .premium-video-box-play-icon {
8769
- padding: 15px;
8770
- -webkit-transform: translateX(-4%);
8771
- -ms-transform: translateX(-4%);
8772
- transform: translateX(-4%);
8773
- -webkit-transition: all 0.3s ease-in-out;
8774
- transition: all 0.3s ease-in-out;
8775
- }
8776
-
8777
- .premium-video-box-video-container,
8778
- .premium-vid-lightbox-container {
8779
- position: absolute;
8780
- top: 0;
8781
- right: 0;
8782
- z-index: 2;
8783
- width: 100%;
8784
- height: 100%;
8785
- -webkit-transition: opacity 0.8s ease-in-out;
8786
- transition: opacity 0.8s ease-in-out;
8787
- overflow: hidden;
8788
- cursor: pointer;
8789
- }
8790
-
8791
- .premium-video-box-container[data-overlay="true"][data-type="self"] .premium-video-box-video-container {
8792
- opacity: 0;
8793
- visibility: hidden;
8794
- }
8795
-
8796
- .premium-video-box-video-container iframe {
8797
- max-width: 100%;
8798
- width: 100%;
8799
- height: 100%;
8800
- margin: 0;
8801
- line-height: 1;
8802
- border: none;
8803
- }
8804
-
8805
- .premium-video-box-video-container video {
8806
- max-width: 100%;
8807
- width: 100%;
8808
- height: 100%;
8809
- margin: 0;
8810
- line-height: 1;
8811
- border: none;
8812
- background-color: #000;
8813
- -o-object-fit: contain;
8814
- object-fit: contain;
8815
- }
8816
-
8817
- .premium-video-box-container .premium-video-box-vimeo-wrap {
8818
- -js-display: flex;
8819
- display: -webkit-box;
8820
- display: -webkit-flex;
8821
- display: -moz-box;
8822
- display: -ms-flexbox;
8823
- display: flex;
8824
- position: absolute;
8825
- top: 0;
8826
- right: 0;
8827
- z-index: 3;
8828
- margin: 10px;
8829
- margin-left: 10px;
8830
- -webkit-transition: opacity 0.2s ease-out;
8831
- transition: opacity 0.2s ease-out;
8832
- margin-left: 4.6em;
8833
- }
8834
-
8835
- .premium-video-box-vimeo-wrap .premium-video-box-vimeo-portrait {
8836
- width: 60px;
8837
- height: 60px;
8838
- background: rgba(23, 35, 34, 0.75);
8839
- margin-left: 1px;
8840
- -webkit-box-flex: 1;
8841
- -webkit-flex: 1 0 auto;
8842
- -moz-box-flex: 1;
8843
- -ms-flex: 1 0 auto;
8844
- flex: 1 0 auto;
8845
- padding: 0;
8846
- }
8847
-
8848
- .premium-video-box-vimeo-portrait img {
8849
- width: 50px;
8850
- height: 50px;
8851
- margin: 5px;
8852
- padding: 0;
8853
- border: 0;
8854
- -webkit-border-radius: 50%;
8855
- border-radius: 50%;
8856
- }
8857
-
8858
- .premium-video-box-vimeo-wrap .premium-video-box-vimeo-headers {
8859
- font-size: 10px;
8860
- }
8861
-
8862
- .premium-video-box-vimeo-wrap .premium-video-box-vimeo-title {
8863
- max-width: 100%;
8864
- font-size: 2em !important;
8865
- font-weight: 700;
8866
- margin: 0;
8867
- padding: 0.1em 0.2em;
8868
- background: rgba(23, 35, 34, 0.75);
8869
- display: inline-block;
8870
- text-transform: none;
8871
- line-height: normal;
8872
- letter-spacing: normal;
8873
- }
8874
-
8875
- .premium-video-box-vimeo-wrap .premium-video-box-vimeo-byline {
8876
- font-size: 1.2em !important;
8877
- font-weight: 400;
8878
- color: #fff;
8879
- margin-top: 0.1em;
8880
- padding: 0.2em 0.5em;
8881
- background: rgba(23, 35, 34, 0.75);
8882
- text-transform: none;
8883
- line-height: normal;
8884
- letter-spacing: normal;
8885
- }
8886
-
8887
- .premium-video-box-playlist-container {
8888
- -js-display: flex;
8889
- display: -webkit-box;
8890
- display: -webkit-flex;
8891
- display: -moz-box;
8892
- display: -ms-flexbox;
8893
- display: flex;
8894
- -webkit-flex-wrap: wrap;
8895
- -ms-flex-wrap: wrap;
8896
- flex-wrap: wrap;
8897
- }
8898
-
8899
- .premium-video-box-playlist-container .premium-video-box-container {
8900
- height: 100%;
8901
- overflow: hidden;
8902
- }
8903
-
8904
- .premium-video-box-container:hover .premium-video-box-image-container.zoomin {
8905
- -webkit-transform: scale(1.1);
8906
- -ms-transform: scale(1.1);
8907
- transform: scale(1.1);
8908
- }
8909
-
8910
- .premium-video-box-container:hover .premium-video-box-image-container.zoomout {
8911
- -webkit-transform: scale(1);
8912
- -ms-transform: scale(1);
8913
- transform: scale(1);
8914
- }
8915
-
8916
- .premium-video-box-container:hover .premium-video-box-image-container.scale {
8917
- -webkit-transform: scale(1.3) rotate(-5deg);
8918
- -ms-transform: scale(1.3) rotate(-5deg);
8919
- transform: scale(1.3) rotate(-5deg);
8920
- }
8921
-
8922
- .premium-video-box-container:hover .premium-video-box-image-container.gray {
8923
- -webkit-filter: grayscale(0%);
8924
- filter: grayscale(0%);
8925
- }
8926
-
8927
- .premium-video-box-container:hover .premium-video-box-image-container.blur {
8928
- -webkit-filter: blur(3px);
8929
- filter: blur(3px);
8930
- }
8931
-
8932
- .premium-video-box-container:hover .premium-video-box-image-container.sepia {
8933
- -webkit-filter: sepia(0%);
8934
- filter: sepia(0%);
8935
- }
8936
-
8937
- .premium-video-box-container:hover .premium-video-box-image-container.trans {
8938
- -webkit-transform: translateX(0px) scale(1.1);
8939
- -ms-transform: translateX(0px) scale(1.1);
8940
- transform: translateX(0px) scale(1.1);
8941
- }
8942
-
8943
- .premium-video-box-container:hover .premium-video-box-image-container.bright {
8944
- -webkit-filter: brightness(1.2);
8945
- filter: brightness(1.2);
8946
- }
8947
-
8948
- .premium-video-box-image-container.gray {
8949
- -webkit-filter: grayscale(100%);
8950
- filter: grayscale(100%);
8951
- }
8952
-
8953
- .premium-video-box-image-container.zoomout,
8954
- .premium-video-box-image-container.scale {
8955
- -webkit-transform: scale(1.2);
8956
- -ms-transform: scale(1.2);
8957
- transform: scale(1.2);
8958
- }
8959
-
8960
- .premium-video-box-image-container.sepia {
8961
- -webkit-filter: sepia(30%);
8962
- filter: sepia(30%);
8963
- }
8964
-
8965
- .premium-video-box-image-container.bright {
8966
- -webkit-filter: brightness(1);
8967
- filter: brightness(1);
8968
- }
8969
-
8970
- .premium-video-box-image-container.trans {
8971
- -webkit-transform: translateX(15px) scale(1.1);
8972
- -ms-transform: translateX(15px) scale(1.1);
8973
- transform: translateX(15px) scale(1.1);
8974
- }
8975
-
8976
- .premium-video-box-mask-media {
8977
- -webkit-mask-repeat: no-repeat;
8978
- mask-repeat: no-repeat;
8979
- }
8980
-
8981
- /* Sticky Video Option */
8982
- .premium-video-box-container.premium-video-box-sticky-apply {
8983
- z-index: 99;
8984
- overflow: unset;
8985
- }
8986
-
8987
- .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
8988
- position: fixed !important;
8989
- z-index: 99999;
8990
- height: 225px;
8991
- width: 400px;
8992
- background: #fff;
8993
- }
8994
-
8995
- .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-vimeo-wrap,
8996
- .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-container:before {
8997
- visibility: hidden;
8998
- }
8999
-
9000
- .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9001
- -webkit-box-shadow: unset;
9002
- box-shadow: unset;
9003
- }
9004
-
9005
- .premium-video-box-sticky-close,
9006
- .premium-video-box-sticky-infobar {
9007
- display: none;
9008
- }
9009
-
9010
- .premium-video-box-sticky-apply .premium-video-box-sticky-close {
9011
- position: absolute;
9012
- padding: 5px;
9013
- cursor: pointer;
9014
- z-index: 99999;
9015
- height: 14px;
9016
- width: 14px;
9017
- -webkit-box-sizing: content-box;
9018
- -moz-box-sizing: content-box;
9019
- box-sizing: content-box;
9020
- -webkit-border-radius: 100%;
9021
- border-radius: 100%;
9022
- -js-display: flex;
9023
- display: -webkit-box;
9024
- display: -webkit-flex;
9025
- display: -moz-box;
9026
- display: -ms-flexbox;
9027
- display: flex;
9028
- -webkit-box-pack: center;
9029
- -webkit-justify-content: center;
9030
- -moz-box-pack: center;
9031
- -ms-flex-pack: center;
9032
- justify-content: center;
9033
- -webkit-box-align: center;
9034
- -webkit-align-items: center;
9035
- -moz-box-align: center;
9036
- -ms-flex-align: center;
9037
- align-items: center;
9038
- }
9039
-
9040
- .premium-video-box-sticky-apply .premium-video-box-play-icon-container {
9041
- -js-display: flex;
9042
- display: -webkit-box;
9043
- display: -webkit-flex;
9044
- display: -moz-box;
9045
- display: -ms-flexbox;
9046
- display: flex;
9047
- }
9048
-
9049
- .premium-video-box-sticky-apply .premium-video-box-play-icon {
9050
- -webkit-transition: none;
9051
- transition: none;
9052
  }
9053
 
9054
- .premium-video-box-sticky-apply .premium-video-box-sticky-infobar {
9055
- display: block;
9056
- position: relative;
9057
- top: 100%;
 
 
 
9058
  width: 100%;
9059
- padding: 5px;
9060
- text-align: center;
9061
- z-index: 9999;
9062
- margin-top: -1px;
9063
- }
9064
-
9065
- .premium-video-box-sticky-apply .premium-video-box-inner-wrap.ui-draggable {
9066
- cursor: move;
9067
- }
9068
-
9069
- .premium-video-sticky-top-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9070
- left: auto;
9071
- right: 20px;
9072
- top: 20px;
9073
  }
9074
 
9075
- .premium-video-sticky-bottom-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9076
- left: auto;
9077
- right: 20px;
9078
- bottom: 20px;
9079
  }
9080
 
9081
- .premium-video-sticky-top-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9082
- right: auto;
9083
- left: 20px;
9084
- top: 20px;
 
9085
  }
9086
 
9087
- .premium-video-sticky-bottom-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9088
- right: auto;
9089
- left: 20px;
9090
- bottom: 20px;
 
 
 
 
 
 
 
 
 
 
 
 
 
9091
  }
9092
 
9093
- .premium-video-sticky-center-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9094
- left: auto;
9095
- right: 20px;
9096
- top: 50%;
9097
- -webkit-transform: translateY(-50%);
9098
- -ms-transform: translateY(-50%);
9099
- transform: translateY(-50%);
9100
  }
9101
 
9102
- .premium-video-sticky-center-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9103
- right: auto;
9104
- left: 20px;
9105
- top: 50%;
9106
- -webkit-transform: translateY(-50%);
9107
- -ms-transform: translateY(-50%);
9108
- transform: translateY(-50%);
9109
  }
9110
 
9111
- .premium-video-sticky-bottom-right .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap,
9112
- .premium-video-sticky-bottom-left .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9113
- bottom: 55px;
 
 
 
 
 
 
9114
  }
9115
 
9116
- .premium-video-sticky-top-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,
9117
- .premium-video-sticky-bottom-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,
9118
- .premium-video-sticky-center-left .premium-video-box-sticky-apply .premium-video-box-sticky-close {
9119
  top: -10px;
9120
- left: -10px;
9121
  }
9122
 
9123
- .premium-video-sticky-top-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,
9124
- .premium-video-sticky-bottom-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,
9125
- .premium-video-sticky-center-right .premium-video-box-sticky-apply .premium-video-box-sticky-close {
9126
- top: -10px;
9127
- right: -10px;
9128
  }
9129
 
9130
- .premium-video-box-filter-sticky {
9131
- -webkit-filter: none !important;
9132
- filter: none !important;
 
9133
  }
9134
 
9135
- .premium-mscroll-yes.elementor-widget-premium-addon-video-box div {
9136
- cursor: default;
 
 
9137
  }
9138
 
9139
- /************ Premium Vertical Scroll ************/
9140
- /*************************************************/
9141
- .premium-vscroll-inner {
9142
- position: relative;
9143
- /* overflow: hidden;
9144
- */
9145
- min-height: 100%;
9146
  }
9147
 
9148
- .premium-vscroll-inner .premium-vscroll-dots {
9149
- position: fixed;
9150
- z-index: 100;
9151
- opacity: 1;
9152
- margin-top: -32px;
9153
- -webkit-transition: all 0.3s ease-in-out;
9154
- transition: all 0.3s ease-in-out;
 
9155
  }
9156
 
9157
- .premium-vscroll-wrap .premium-vscroll-nav-menu {
9158
- opacity: 1;
9159
- -webkit-transition: all 0.3s ease-in-out;
9160
- transition: all 0.3s ease-in-out;
9161
  }
9162
 
9163
- .premium-vscroll-inner .premium-vscroll-dots,
9164
- .premium-vscroll-wrap .premium-vscroll-dots-hide {
9165
- opacity: 0;
9166
- visibility: hidden;
9167
  }
9168
 
9169
- .premium-vscroll-nav-dots-yes .premium-vscroll-inner .premium-vscroll-dots {
9170
- opacity: 1;
9171
- visibility: visible;
 
9172
  }
9173
 
9174
- .premium-vscroll-dots.middle {
9175
- top: 50%;
9176
- margin-top: 0;
9177
- -webkit-transform: translateY(-50%);
9178
- -ms-transform: translateY(-50%);
9179
- transform: translateY(-50%);
9180
  }
9181
 
9182
- .premium-vscroll-dots.top {
9183
- top: 40px;
 
 
 
 
 
 
 
9184
  }
9185
 
9186
- .premium-vscroll-dots.bottom {
9187
- bottom: 30px;
 
 
9188
  }
9189
 
9190
- .premium-vscroll-dots.right {
9191
- left: 17px;
 
 
9192
  }
9193
 
9194
- .premium-vscroll-dots.left {
9195
- right: 17px;
 
 
 
 
9196
  }
9197
 
9198
- .premium-vscroll-inner ul.premium-vscroll-dots-list,
9199
- .premium-vscroll-wrap .premium-vscroll-nav-menu {
9200
- margin: 0 !important;
9201
- padding: 0;
9202
  }
9203
 
9204
- .premium-vscroll-inner ul.premium-vscroll-dots-list li {
9205
- width: 14px;
9206
- height: 13px;
9207
- margin: 7px;
9208
- position: relative;
9209
- display: -webkit-box;
9210
- display: -webkit-flex;
9211
- display: -ms-flexbox;
9212
- -js-display: flex;
9213
- display: -moz-box;
9214
- display: flex;
9215
- -webkit-box-pack: center;
9216
- -ms-flex-pack: center;
9217
- -webkit-justify-content: center;
9218
- -moz-box-pack: center;
9219
- justify-content: center;
9220
- -webkit-box-align: center;
9221
- -ms-flex-align: center;
9222
- -webkit-align-items: center;
9223
- -moz-box-align: center;
9224
- align-items: center;
9225
- overflow: visible;
9226
  }
9227
 
9228
- .premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link {
9229
- display: block;
9230
- position: relative;
9231
- z-index: 1;
9232
  width: 100%;
9233
  height: 100%;
9234
- cursor: pointer;
9235
- text-decoration: none;
9236
- }
9237
-
9238
- .premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link span {
9239
- top: 2px;
9240
- right: 2.5px;
9241
- width: 8px;
9242
- height: 8px;
9243
- border: 1px solid #000;
9244
- -webkit-border-radius: 50%;
9245
- border-radius: 50%;
9246
- position: absolute;
9247
- z-index: 1;
9248
- -webkit-transition: all 0.3s ease-in-out;
9249
- transition: all 0.3s ease-in-out;
9250
  }
9251
 
9252
- .premium-vscroll-inner .premium-vscroll-dot-item.active .premium-vscroll-nav-link span {
9253
- -webkit-transform: scale(1.6);
9254
- -ms-transform: scale(1.6);
9255
- transform: scale(1.6);
9256
  }
9257
 
9258
- .premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-tooltip {
9259
- position: absolute;
9260
- color: #fff;
9261
- font-size: 14px;
9262
- font-family: arial, helvetica, sans-serif;
9263
- white-space: nowrap;
9264
- max-width: 220px;
9265
- padding-right: 0.4em;
9266
- padding-left: 0.4em;
9267
  }
9268
 
9269
- .premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip {
9270
- left: 27px;
 
 
9271
  }
9272
 
9273
- /* * Lines */
9274
- .premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item {
9275
- width: 4px;
9276
- height: 30px;
 
 
 
 
9277
  }
9278
 
9279
- .premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item span {
 
9280
  width: 100%;
9281
  height: 100%;
9282
- -webkit-border-radius: 0;
9283
- border-radius: 0;
9284
  }
9285
 
9286
- .premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item.active span {
9287
- -webkit-transform: scale(1);
9288
- -ms-transform: scale(1);
9289
- transform: scale(1);
 
9290
  }
9291
 
9292
- @media (max-width: 768px) {
9293
- .premium-vscroll-dots.right {
9294
- left: 7px;
9295
- }
9296
-
9297
- .premium-vscroll-dots.left {
9298
- right: 7px;
9299
- }
9300
  }
9301
 
9302
- /* @media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
9303
- [data-animation="rotate"] .premium-vscroll-temp {
9304
- height: -webkit-calc(100vh - 75px) !important;
9305
- height: calc(100vh - 75px) !important;
9306
- }
9307
  }
9308
 
9309
- @media (max-width: 768px) {
9310
- [data-animation="rotate"] .premium-vscroll-temp {
9311
- height: -webkit-calc(100vh - 60px) !important;
9312
- height: calc(100vh - 60px) !important;
9313
- }
9314
- } */
9315
 
9316
- /** Ipads- Safari */
9317
- /* @supports (-webkit-touch-callout: none) {
 
 
 
 
9318
 
9319
- @media (max-width: 768px) {
9320
- [data-animation="rotate"] .premium-vscroll-temp {
9321
- height: -webkit-calc(100vh - 108px) !important;
9322
- height: calc(100vh - 108px) !important;
9323
- }
9324
- }
9325
 
9326
- @media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
9327
- [data-animation="rotate"] .premium-vscroll-temp {
9328
- height: -webkit-calc(100vh - 60px) !important;
9329
- height: calc(100vh - 60px) !important;
9330
- }
9331
- }
9332
- } */
 
 
9333
 
9334
- .premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip::after {
9335
- position: absolute;
9336
- top: 50%;
9337
  content: "";
9338
- right: -webkit-calc(100% - 1px);
9339
- right: calc(100% - 1px);
9340
- width: 10px;
9341
- height: 0;
9342
- border-top: 6px solid transparent;
9343
- border-bottom: 6px solid transparent;
9344
- border-right: 6px solid;
9345
- -webkit-transform: translateY(-50%);
9346
- -ms-transform: translateY(-50%);
9347
- transform: translateY(-50%);
9348
  }
9349
 
9350
- .premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip::after {
9351
- position: absolute;
9352
- top: 50%;
9353
- content: "";
9354
- left: -webkit-calc(100% - 1px);
9355
- left: calc(100% - 1px);
9356
- width: 10px;
9357
- height: 0;
9358
- border-top: 6px solid transparent;
9359
- border-bottom: 6px solid transparent;
9360
- border-left: 6px solid;
9361
- -webkit-transform: translateY(-50%);
9362
- -ms-transform: translateY(-50%);
9363
- transform: translateY(-50%);
9364
  }
9365
 
9366
- .premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip {
9367
- right: 27px;
 
 
 
9368
  }
9369
 
9370
- .premium-vscroll-nav-menu {
9371
- position: fixed;
9372
- top: 20px;
9373
- height: 40px;
9374
- z-index: 100;
9375
- padding: 0;
9376
- margin: 0;
9377
  }
9378
 
9379
- .premium-vscroll-nav-menu.left {
9380
- right: 0;
 
 
 
 
 
 
 
 
9381
  }
9382
 
9383
- .premium-vscroll-nav-menu.right {
9384
- left: 0;
9385
  }
9386
 
9387
- .premium-vscroll-nav-menu .premium-vscroll-nav-item {
9388
- display: inline-block;
9389
- margin: 10px;
9390
- color: #000;
9391
- background: #fff;
9392
- background: rgba(255, 255, 255, 0.3);
9393
  }
9394
 
9395
- .premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link {
9396
- padding: 9px 18px;
9397
- display: block;
9398
- cursor: pointer;
9399
  }
9400
 
9401
- .premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link,
9402
- .premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:hover {
9403
- color: #000;
 
 
 
 
 
 
9404
  }
9405
 
9406
- .premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:focus,
9407
- .multiscroll-nav li a:focus {
9408
- outline: none;
9409
  }
9410
 
9411
- .premium-vscroll-temp .slimScrollBar {
9412
- visibility: hidden;
 
9413
  }
9414
 
9415
- [data-hijacking="off"] .premium-vscroll-temp {
9416
- height: 100vh;
 
9417
  }
9418
 
9419
- [data-hijacking="off"] .premium-vscroll-temp>div {
9420
- opacity: 0;
9421
- top: 0;
9422
- left: 0;
9423
- width: 100%;
9424
- /* Force Hardware Acceleration */
9425
- -webkit-transform: translateZ(0);
9426
- transform: translateZ(0);
9427
- -webkit-backface-visibility: hidden;
9428
- backface-visibility: hidden;
9429
  }
9430
 
9431
- [data-hijacking="off"] .premium-vscroll-temp:first-of-type>div::before {
9432
- display: none;
9433
- position: absolute;
9434
- width: 100%;
9435
- top: 20px;
9436
- z-index: 2;
9437
  }
9438
 
9439
- [data-hijacking="off"][data-animation="rotate"] .premium-vscroll-temp {
9440
- position: relative;
9441
- /* enable a 3D-space for children elements */
9442
- -webkit-perspective: 1800px;
9443
- perspective: 1800px;
9444
  }
9445
 
9446
- [data-hijacking="off"][data-animation="rotate"] .premium-vscroll-temp>div {
9447
- position: absolute;
9448
- -webkit-transform-origin: center bottom;
9449
- -ms-transform-origin: center bottom;
9450
- transform-origin: center bottom;
9451
  }
9452
 
9453
- [data-hijacking="off"][data-animation="rotate"] .premium-vscroll-temp:last-of-type>div {
9454
- opacity: 1 !important;
9455
- -webkit-transform: translateY(0px) scale(1) rotateX(0deg) !important;
9456
- transform: translateY(0px) scale(1) rotateX(0deg) !important;
9457
  }
9458
 
9459
- [data-hijacking="off"][data-animation="parallax"] .premium-vscroll-temp>div {
9460
- position: fixed;
 
9461
  }
9462
 
9463
- [data-hijacking="off"][data-animation="scaleDown"] .premium-vscroll-temp>div {
9464
- position: fixed;
 
9465
  }
9466
 
9467
- [data-hijacking="off"] .premium-vscroll-parallax-last {
9468
- -webkit-transform: translateY(0px) scale(1) !important;
9469
- -ms-transform: translateY(0px) scale(1) !important;
9470
- transform: translateY(0px) scale(1) !important;
9471
  }
9472
 
9473
- [data-hijacking="off"] .premium-vscroll-parallax-position {
9474
- position: unset !important;
9475
  }
9476
 
9477
- /********** Premium Woo Products **********/
9478
- /******************************************/
9479
- .ast-single-post .entry-content .premium-woocommerce a {
9480
- text-decoration: none;
9481
  }
9482
 
9483
- .premium-woocommerce .premium-woo-qv-btn {
9484
- cursor: pointer;
 
9485
  }
9486
 
9487
- .premium-woocommerce:not(.premium-woo-skin-grid-7) li.product .star-rating {
9488
- margin: 0 auto 0.5em;
 
 
 
 
 
 
 
9489
  }
9490
 
9491
- .premium-woocommerce:not(.premium-woo-skin-grid-10) .premium-woo-product-sale-wrap .premium-woo-product-onsale,
9492
- .premium-woocommerce:not(.premium-woo-skin-grid-10) .premium-woo-product-featured-wrap .premium-woo-product-featured {
9493
- display: block;
9494
- text-align: center;
9495
- color: #fff;
9496
- min-width: 2em;
9497
- min-height: 2em;
9498
- line-height: 2em;
9499
- padding: 0.3em 0.6em;
9500
- margin: 0.5em 0.6em;
9501
  }
9502
 
9503
- .premium-woocommerce .pa-out-of-stock {
9504
- display: block;
9505
- text-align: center;
9506
- color: #fff;
9507
- min-width: 2em;
9508
- min-height: 2em;
9509
- line-height: 2em;
9510
- padding: 0.3em 0.6em;
9511
- margin: 0.5em 0.6em;
9512
  }
9513
 
9514
- .premium-woocommerce .premium-woo-products-inner ul.products {
9515
- -js-display: flex;
9516
- display: -webkit-box;
9517
- display: -webkit-flex;
9518
- display: -moz-box;
9519
- display: -ms-flexbox;
9520
- display: flex;
9521
- margin: 0;
9522
- padding: 0;
9523
- -webkit-flex-wrap: wrap;
9524
- -ms-flex-wrap: wrap;
9525
- flex-wrap: wrap;
9526
- list-style: none outside;
9527
- -webkit-column-gap: 0;
9528
- -moz-column-gap: 0;
9529
- column-gap: 0;
9530
  }
9531
 
9532
- .premium-woocommerce .premium-woo-products-inner ul.products li.product {
9533
- margin: 0 0 10px;
9534
- padding: 0 10px;
 
 
 
 
9535
  }
9536
 
9537
- .premium-woocommerce.premium-woo-products-inner ul.products li.product .premium-woo-product-wrapper {
9538
- overflow: hidden;
9539
- -webkit-transition: all 0.3s ease-in-out;
9540
- transition: all 0.3s ease-in-out;
 
 
 
9541
  }
9542
 
9543
- .premium-woocommerce .premium-woo-product-category {
9544
- display: block;
9545
- font-size: 0.85em;
9546
- margin-bottom: 0.5em;
9547
- line-height: 1.3;
 
 
9548
  }
9549
 
9550
- .premium-woocommerce .woocommerce-loop-product__title {
9551
- margin-bottom: 0.5em;
9552
- font-size: 1em;
9553
- -webkit-transition: all 0.3s ease-in-out;
9554
- transition: all 0.3s ease-in-out;
 
9555
  }
9556
 
9557
- .premium-woocommerce .woocommerce-loop-product__link {
9558
- position: relative;
9559
- display: block !important;
9560
- overflow: hidden;
9561
- -webkit-transition: all 0.3s ease-in-out;
9562
- transition: all 0.3s ease-in-out;
9563
  }
9564
 
9565
- .premium-woocommerce .premium-woo-ribbon-container,
9566
- .premium-woocommerce .pa-out-of-stock {
9567
- position: absolute;
9568
- z-index: 9;
 
9569
  }
9570
 
9571
- .premium-woocommerce .premium-woo-ribbon-container {
9572
- top: 0;
9573
- right: 0;
 
9574
  }
9575
 
9576
- .premium-woocommerce .pa-out-of-stock {
9577
- top: 7px;
9578
- right: 9px;
9579
- margin: 0;
 
9580
  }
9581
 
9582
- .premium-woocommerce .star-rating {
9583
- display: block;
9584
- float: none;
9585
- margin: 0 auto 0.5em;
9586
- -webkit-backface-visibility: hidden;
9587
- backface-visibility: hidden;
9588
- overflow: hidden;
9589
- position: relative;
9590
- height: 1em;
9591
- line-height: 1;
9592
- font-size: 0.857em;
9593
- width: 5.4em;
9594
- font-family: star;
9595
  }
9596
 
9597
- .premium-woocommerce .star-rating::before {
9598
- content: "\73\73\73\73\73";
9599
- color: #54595f;
9600
- float: right;
9601
- top: 0;
9602
- right: 0;
9603
- position: absolute;
9604
  }
9605
 
9606
- .premium-woocommerce .premium-woo-products-inner ul.products .star-rating span {
9607
- overflow: hidden;
9608
- float: right;
9609
- top: 0;
9610
- right: 0;
9611
- position: absolute;
9612
- padding-top: 1.5em;
9613
  }
9614
 
9615
- .premium-woocommerce .star-rating span::before {
9616
- content: "\53\53\53\53\53";
9617
- color: inherit;
9618
- top: 0;
9619
- position: absolute;
9620
- right: 0;
9621
  }
9622
 
9623
- .premium-woo-product-thumbnail {
 
 
 
 
 
 
 
 
9624
  position: relative;
9625
- overflow: hidden;
9626
  }
9627
 
9628
- .premium-woo-product-thumbnail .woocommerce-loop-product__link img {
9629
- margin: 0;
9630
- width: 100%;
 
9631
  }
9632
 
9633
- .premium-woo-product-sale-wrap,
9634
- .premium-woo-product-featured-wrap {
9635
- margin: 0;
9636
  }
9637
 
9638
- .premium-woocommerce .premium-woo-products-details-wrap {
9639
- padding: 1em 1.2em;
 
 
 
9640
  }
9641
 
9642
- .premium-woocommerce .premium-woo-products-details-wrap .button {
9643
- display: inline-block;
9644
- background-color: #6ec1e4;
9645
- color: #fff;
9646
- margin: 0.5em 0;
9647
- line-height: 1.3;
9648
- padding: 10px 40px;
9649
- font-size: 100%;
9650
- cursor: pointer;
9651
- text-decoration: none;
9652
- overflow: visible;
9653
- font-weight: 700;
9654
- background-image: none;
9655
- border: none;
9656
- -webkit-border-radius: 0px;
9657
- border-radius: 0px;
9658
- -webkit-box-shadow: none;
9659
- box-shadow: none;
9660
- text-shadow: none;
9661
- -webkit-transition: all 0.3s ease-in-out;
9662
- transition: all 0.3s ease-in-out;
9663
  }
9664
 
9665
- .premium-woocommerce li.product .price {
9666
- display: block;
9667
- line-height: 1.3;
9668
- font-weight: 700;
9669
- margin-bottom: 0.5em;
9670
- font-size: 0.9em;
9671
  }
9672
 
9673
- .premium-woocommerce li.product .price del {
9674
- display: inline-block;
9675
- font-weight: 400;
9676
- background: transparent;
9677
- opacity: 1;
9678
  }
9679
 
9680
- .premium-woocommerce li.product .price ins {
9681
- display: inline-block;
9682
- background: transparent;
9683
- text-decoration: none;
9684
- font-weight: inherit;
9685
  }
9686
 
9687
- .premium-woocommerce li.product .price .amount {
9688
- color: inherit !important;
 
 
9689
  }
9690
 
9691
- .premium-woocommerce li.product .premium-woo-product-desc p {
9692
- margin: 0;
 
 
9693
  }
9694
 
9695
- .premium-woo-product-align-left .premium-woocommerce li.product .star-rating {
9696
- margin-right: auto;
9697
- margin-left: 0;
9698
  }
9699
 
9700
- .premium-woo-product-align-center .premium-woocommerce li.product .star-rating {
9701
- margin-right: auto;
9702
- margin-left: auto;
9703
  }
9704
 
9705
- .premium-woo-product-align-right .premium-woocommerce li.product .star-rating {
9706
- margin-right: 0;
9707
- margin-left: auto;
9708
  }
9709
 
9710
- .premium-woo-products-pagination ul.page-numbers {
9711
- -js-display: flex;
9712
- display: -webkit-box;
9713
- display: -webkit-flex;
9714
- display: -moz-box;
9715
- display: -ms-flexbox;
9716
- display: flex;
9717
- list-style-type: none;
9718
- margin: 0;
9719
- margin-top: 10px;
9720
- padding: 0;
9721
- border: none;
9722
- -webkit-box-pack: center;
9723
- -webkit-justify-content: center;
9724
- -moz-box-pack: center;
9725
- -ms-flex-pack: center;
9726
- justify-content: center;
9727
  }
9728
 
9729
- .premium-woo-products-pagination ul.page-numbers li {
9730
- margin: 0 0 0.4em 0.4em;
9731
- padding: 0;
9732
- text-align: center;
9733
  }
9734
 
9735
- .premium-woo-products-pagination ul.page-numbers li .page-numbers {
9736
- margin: 0;
9737
- text-decoration: none;
9738
- color: #000;
9739
- border: 1px solid #54595f;
9740
- padding: 0;
9741
- line-height: 1;
9742
- font-size: 1em;
9743
- font-weight: 400;
9744
- padding: 0.75em;
9745
  display: block;
9746
- min-width: 2.5em;
9747
- -webkit-transition: all 0.3s ease-in-out;
9748
- transition: all 0.3s ease-in-out;
9749
- }
9750
-
9751
- .premium-woo-products-pagination ul.page-numbers li .page-numbers:hover,
9752
- .premium-woo-products-pagination ul.page-numbers li .page-numbers.current {
9753
- background-color: #54595f;
9754
- color: #fff;
9755
- outline: none;
9756
  }
9757
 
9758
- .premium-woocommerce .premium-loading-feed,
9759
- .premium-woo-quick-view-loader .premium-loading-feed {
9760
- display: block;
9761
  position: absolute;
 
 
9762
  width: 100%;
9763
  height: 100%;
9764
- top: 0px;
9765
- right: 0px;
9766
- bottom: 0px;
9767
- left: 0px;
9768
- background: rgba(255, 255, 255, 0.2);
9769
  -js-display: flex;
9770
  display: -webkit-box;
9771
  display: -webkit-flex;
9772
  display: -moz-box;
9773
  display: -ms-flexbox;
9774
  display: flex;
 
 
 
 
 
9775
  -webkit-box-align: center;
9776
  -webkit-align-items: center;
9777
  -moz-box-align: center;
9778
  -ms-flex-align: center;
9779
  align-items: center;
 
 
 
 
 
9780
  }
9781
 
9782
- /**
9783
- * Image Hover Effects
9784
- */
9785
- .premium-woocommerce .woocommerce-loop-product__link img {
9786
- -webkit-transition: all 0.3s ease-in-out;
9787
- transition: all 0.3s ease-in-out;
9788
- }
9789
-
9790
- .premium-woo-product__hover-zoomout .woocommerce-loop-product__link img {
9791
- -webkit-transform: scale(1.2);
9792
- -ms-transform: scale(1.2);
9793
- transform: scale(1.2);
9794
- }
9795
-
9796
- .premium-woo-product__hover-zoomout li.product:hover .woocommerce-loop-product__link img {
9797
- -webkit-transform: none;
9798
- -ms-transform: none;
9799
- transform: none;
9800
  }
9801
 
9802
- .premium-woo-product__hover-zoomin .woocommerce-loop-product__link img {
9803
- -webkit-transform: none;
9804
- -ms-transform: none;
9805
- transform: none;
9806
  }
9807
 
9808
- .premium-woo-product__hover-zoomin li.product:hover .woocommerce-loop-product__link img {
9809
- -webkit-transform: scale(1.2);
9810
- -ms-transform: scale(1.2);
9811
- transform: scale(1.2);
 
 
 
9812
  }
9813
 
9814
- .premium-woo-product__hover-gray .woocommerce-loop-product__link img {
9815
- -webkit-filter: grayscale(100%);
9816
- filter: grayscale(100%);
 
 
9817
  }
9818
 
9819
- .premium-woo-product__hover-gray li.product:hover .woocommerce-loop-product__link img {
9820
- -webkit-filter: grayscale(0%);
9821
- filter: grayscale(0%);
9822
  }
9823
 
9824
- .premium-woo-product__hover-sepia .woocommerce-loop-product__link img {
9825
- -webkit-filter: sepia(30%);
9826
- filter: sepia(30%);
9827
  }
9828
 
9829
- .premium-woo-product__hover-sepia li.product:hover .woocommerce-loop-product__link img {
9830
- -webkit-filter: sepia(0%);
9831
- filter: sepia(0%);
9832
  }
9833
 
9834
- .premium-woo-product__hover-bright .woocommerce-loop-product__link img {
9835
- -webkit-filter: brightness(1);
9836
- filter: brightness(1);
9837
  }
9838
 
9839
- .premium-woo-product__hover-bright li.product:hover .woocommerce-loop-product__link img {
9840
- -webkit-filter: brightness(1.2);
9841
- filter: brightness(1.2);
 
9842
  }
9843
 
9844
- .premium-woo-product__hover-trans .woocommerce-loop-product__link img {
9845
- -webkit-transform: translateX(15px) scale(1.1);
9846
- -ms-transform: translateX(15px) scale(1.1);
9847
- transform: translateX(15px) scale(1.1);
9848
  }
9849
 
9850
- .premium-woo-product__hover-trans li.product:hover .woocommerce-loop-product__link img {
9851
- -webkit-transform: translateX(0px) scale(1.1);
9852
- -ms-transform: translateX(0px) scale(1.1);
9853
- transform: translateX(0px) scale(1.1);
 
9854
  }
9855
 
9856
- .premium-woo-product__hover-scale li.product:hover .woocommerce-loop-product__link img {
9857
- -webkit-transform: scaleX(1.3) scaleY(1.3) rotate(-5deg);
9858
- -ms-transform: scaleX(1.3) scaleY(1.3) rotate(-5deg);
9859
- transform: scaleX(1.3) scaleY(1.3) rotate(-5deg);
 
9860
  }
9861
 
9862
- .premium-woocommerce .premium-woo-product__on_hover {
9863
- position: absolute;
9864
- top: 0;
9865
- left: 0;
9866
- bottom: 0;
9867
- right: 0;
9868
- height: 100%;
9869
- opacity: 0;
9870
  }
9871
 
9872
- .premium-woo-product__hover-swap li.product:hover .premium-woo-product__on_hover {
9873
- opacity: 1;
9874
  }
9875
 
9876
- .premium-woo-skin-grid-1 .premium-woo-qv-btn,
9877
- .premium-woo-skin-grid-3 .premium-woo-qv-btn,
9878
- .premium-woo-skin-grid-4 .premium-woo-qv-btn {
9879
- position: absolute;
9880
- bottom: 0;
9881
- right: 0;
9882
- width: 100%;
9883
- text-align: center;
9884
- padding: 5px;
9885
- background: rgba(2, 2, 2, 0.5);
9886
- color: #fff;
9887
- -webkit-transition: all 0.3s ease-in-out;
9888
- transition: all 0.3s ease-in-out;
9889
- z-index: 2;
9890
- -webkit-transform: translateY(100%);
9891
- -ms-transform: translateY(100%);
9892
- transform: translateY(100%);
9893
  }
9894
 
9895
- .premium-woo-skin-grid-4 .premium-woo-qv-btn {
9896
- -webkit-transition-delay: 0.1s;
9897
- transition-delay: 0.1s;
9898
  }
9899
 
9900
- .premium-woo-skin-grid-1 .premium-woo-qv-icon,
9901
- .premium-woo-skin-grid-3 .premium-woo-qv-icon,
9902
- .premium-woo-skin-grid-4 .premium-woo-qv-icon,
9903
- .premium-woo-skin-grid-6 .premium-woo-qv-icon {
9904
- margin-right: 0.5em;
9905
  }
9906
 
9907
- .premium-woo-product-thumbnail:hover .premium-woo-qv-btn-translate {
9908
- -webkit-transform: translateY(0);
9909
- -ms-transform: translateY(0);
9910
- transform: translateY(0);
9911
  }
9912
 
9913
- .premium-woo-product-wrapper .premium-woo-qv-data {
9914
- position: absolute;
9915
- top: 0;
9916
- right: 0;
9917
- width: 100%;
9918
- height: 100%;
9919
- z-index: 1;
9920
- overflow: hidden;
9921
- cursor: pointer;
9922
  }
9923
 
9924
- /**
9925
- * Skin 1,4
9926
- */
9927
- .premium-woo-skin-grid-1 .premium-woo-product-actions-wrapper,
9928
- .premium-woo-skin-grid-4 .premium-woo-product-actions-wrapper {
9929
- position: absolute;
9930
- top: 0.7em;
9931
- left: 1em;
9932
- -webkit-transform: translate3d(-15px, 0, 0);
9933
- transform: translate3d(-15px, 0, 0);
9934
- -webkit-transition: all 0.3s ease-in-out;
9935
- transition: all 0.3s ease-in-out;
9936
- opacity: 0;
9937
- z-index: 9;
9938
  }
9939
 
9940
- .premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-cart-btn {
9941
- position: relative;
9942
- display: block;
9943
- margin: 0 0 3px;
9944
- background: #fff;
9945
- text-align: center;
9946
- outline: 0;
9947
- -webkit-transition: all 0.3s ease-in-out;
9948
- transition: all 0.3s ease-in-out;
9949
  }
9950
 
9951
- .premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-add-cart-icon {
9952
- display: block;
9953
- color: #54595f;
9954
- width: 30px;
9955
- line-height: 30px;
9956
- height: 30px;
9957
- cursor: pointer;
9958
- -webkit-transition: all 0.3s ease-in-out;
9959
- transition: all 0.3s ease-in-out;
9960
  }
9961
 
9962
- .premium-woo-skin-grid-1 li.product:hover .premium-woo-product-actions-wrapper,
9963
- .premium-woo-skin-grid-4 li.product:hover .premium-woo-product-actions-wrapper {
9964
- -webkit-transform: translate3d(-5px, 0, 0);
9965
- transform: translate3d(-5px, 0, 0);
9966
- opacity: 1;
9967
  }
9968
 
9969
- .premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon {
9970
- -webkit-animation: spin 2s linear infinite;
9971
- animation: spin 2s linear infinite;
9972
  }
9973
 
9974
- .premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon::before {
9975
- content: "\f013";
9976
  }
9977
 
9978
- .premium-woocommerce .premium-woo-cart-btn.added .premium-woo-add-cart-icon::before {
9979
- content: "\f00c";
9980
  }
9981
 
9982
- /**
9983
- * Skin 2
9984
- */
9985
- .premium-woo-skin-grid-2 li.product .premium-woo-products-details-wrap {
9986
- position: absolute;
9987
- background: #fff;
9988
- bottom: 0;
9989
- right: 0;
9990
- width: 100%;
9991
- z-index: 2;
9992
- padding: 0;
9993
- opacity: 0;
9994
- -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
9995
- transition: opacity 0.2s, -webkit-transform 0.4s;
9996
- transition: transform 0.4s, opacity 0.2s;
9997
- transition: transform 0.4s, opacity 0.2s, -webkit-transform 0.4s;
9998
- -webkit-transform: translateZ(0) translateY(5px);
9999
- transform: translateZ(0) translateY(5px);
10000
  }
10001
 
10002
- .premium-woo-skin-grid-2 .premium-woo-product-details {
10003
- padding: 15px 0;
 
 
10004
  }
10005
 
10006
- .premium-woo-skin-grid-2 li.product:hover .premium-woo-products-details-wrap {
10007
- opacity: 1;
10008
- -webkit-transform: translateZ(0) translateY(0);
10009
- transform: translateZ(0) translateY(0);
10010
  }
10011
 
10012
- .premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper {
10013
- position: static;
10014
  -js-display: flex;
10015
  display: -webkit-box;
10016
  display: -webkit-flex;
10017
  display: -moz-box;
10018
  display: -ms-flexbox;
10019
  display: flex;
10020
- -webkit-box-orient: horizontal;
10021
- -webkit-box-direction: reverse;
10022
- -webkit-flex-direction: row-reverse;
10023
- -moz-box-orient: horizontal;
10024
- -moz-box-direction: reverse;
10025
- -ms-flex-direction: row-reverse;
10026
- flex-direction: row-reverse;
10027
- }
10028
-
10029
- .premium-woo-skin-grid-2 .premium-woo-product-actions-wrapper>* {
10030
- -webkit-box-flex: 1;
10031
- -webkit-flex: 1;
10032
- -moz-box-flex: 1;
10033
- -ms-flex: 1;
10034
- flex: 1;
10035
- min-width: 50%;
10036
  }
10037
 
10038
- .premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .button {
10039
  -js-display: flex;
10040
  display: -webkit-box;
10041
  display: -webkit-flex;
10042
  display: -moz-box;
10043
  display: -ms-flexbox;
10044
  display: flex;
10045
- margin: 0;
10046
- text-align: center;
10047
- -webkit-box-pack: center;
10048
- -webkit-justify-content: center;
10049
- -moz-box-pack: center;
10050
- -ms-flex-pack: center;
10051
- justify-content: center;
10052
- -webkit-box-align: center;
10053
- -webkit-align-items: center;
10054
- -moz-box-align: center;
10055
- -ms-flex-align: center;
10056
- align-items: center;
10057
  }
10058
 
10059
- .premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn {
10060
- background-color: #54595f;
10061
  }
10062
 
10063
- /**
10064
- * Skin 4
10065
- */
10066
- .premium-woo-skin-grid-4 li.product .premium-woo-products-details-wrap {
10067
  position: absolute;
10068
- right: 0;
10069
  left: 0;
10070
- top: 50%;
10071
- -webkit-transform: scale(0.9) translateZ(0) translateY(-50%);
10072
- transform: scale(0.9) translateZ(0) translateY(-50%);
10073
- text-align: center;
10074
- z-index: 2;
10075
- opacity: 0;
10076
- -webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
10077
- transition: opacity 0.5s, -webkit-transform 0.3s;
10078
- transition: opacity 0.5s, transform 0.3s;
10079
- transition: opacity 0.5s, transform 0.3s, -webkit-transform 0.3s;
10080
  }
10081
 
10082
- .premium-woo-skin-grid-4 li.product .premium-woo-product-overlay,
10083
- .premium-woo-skin-grid-8 li.product .premium-woo-product-overlay {
10084
- position: absolute;
10085
- top: 0;
10086
- right: 0;
10087
- width: 100%;
10088
- height: 100%;
10089
- opacity: 0;
10090
- visibility: hidden;
10091
- background-color: rgba(27, 27, 23, 0.3);
10092
- -webkit-transition: all 0.25s ease-in-out;
10093
- transition: all 0.25s ease-in-out;
10094
  }
10095
 
10096
- .premium-woo-skin-grid-4 li.product:hover .premium-woo-product-overlay,
10097
- .premium-woo-skin-grid-8 li.product:hover .premium-woo-product-overlay {
10098
- opacity: 1;
10099
- visibility: visible;
10100
- z-index: 1;
10101
  }
10102
 
10103
- .premium-woo-skin-grid-4 li.product:hover .premium-woo-products-details-wrap {
10104
- -webkit-transform: scale(1) translateZ(0) translateY(-50%);
10105
- transform: scale(1) translateZ(0) translateY(-50%);
10106
- opacity: 1;
 
 
10107
  }
10108
 
10109
- /**
10110
- * Skin 5
10111
- */
10112
- .premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper {
10113
  -js-display: flex;
10114
  display: -webkit-box;
10115
  display: -webkit-flex;
@@ -10118,108 +7415,108 @@ ul.premium-person-social-list {
10118
  display: flex;
10119
  }
10120
 
10121
- .premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10122
  -js-display: flex;
10123
  display: -webkit-box;
10124
  display: -webkit-flex;
10125
  display: -moz-box;
10126
  display: -ms-flexbox;
10127
  display: flex;
10128
- -webkit-box-align: center;
10129
- -webkit-align-items: center;
10130
- -moz-box-align: center;
10131
- -ms-flex-align: center;
10132
- align-items: center;
10133
- background-color: #54595f;
10134
- padding: 10px;
10135
- -webkit-transition: all 0.25s ease 0s;
10136
- transition: all 0.25s ease 0s;
10137
- }
10138
-
10139
- .premium-woo-skin-grid-5 li.product .premium-woo-products-details-wrap {
10140
- width: 75%;
10141
  }
10142
 
10143
- .premium-woo-skin-grid-5 .premium-woo-product-wrapper {
10144
  -js-display: flex;
10145
  display: -webkit-box;
10146
  display: -webkit-flex;
10147
  display: -moz-box;
10148
  display: -ms-flexbox;
10149
  display: flex;
10150
- -webkit-box-align: center;
10151
- -webkit-align-items: center;
10152
- -moz-box-align: center;
10153
- -ms-flex-align: center;
10154
- align-items: center;
10155
- }
10156
-
10157
- .premium-woo-product-align-right .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper {
10158
- -webkit-box-pack: end;
10159
- -webkit-justify-content: flex-end;
10160
- -moz-box-pack: end;
10161
- -ms-flex-pack: end;
10162
- justify-content: flex-end;
10163
- }
10164
-
10165
- .premium-woo-product-align-center .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper {
10166
- -webkit-box-pack: center;
10167
- -webkit-justify-content: center;
10168
- -moz-box-pack: center;
10169
- -ms-flex-pack: center;
10170
- justify-content: center;
10171
  }
10172
 
10173
- /**
10174
- * Skin 6
10175
- */
10176
- .premium-woo-skin-grid-6 .premium-woo-qv-btn {
10177
- position: absolute;
10178
- top: 50%;
10179
- right: 50%;
10180
- min-width: 40%;
10181
- text-align: center;
10182
- padding: 5px;
10183
- background: rgba(2, 2, 2, 0.5);
10184
- color: #fff;
10185
- -webkit-transform: translate(50%, -50%);
10186
- -ms-transform: translate(50%, -50%);
10187
- transform: translate(50%, -50%);
10188
- opacity: 0;
10189
- visibility: hidden;
10190
- -webkit-transition: all 0.3s ease-in-out;
10191
- transition: all 0.3s ease-in-out;
10192
- cursor: pointer;
10193
- z-index: 2;
10194
  }
10195
 
10196
- .premium-woo-skin-grid-6 li.product:hover .premium-woo-qv-btn {
10197
- opacity: 1;
10198
- visibility: visible;
 
 
10199
  }
10200
 
10201
- .premium-woo-product-align-right .premium-woo-skin-grid-6 li.product .premium-woo-product-info .star-rating,
10202
- .premium-woo-product-align-left .premium-woo-skin-grid-6 li.product .premium-woo-product-info .star-rating,
10203
- .premium-woo-product-align-right .premium-woo-skin-grid-7 li.product .premium-woo-product-info .star-rating,
10204
- .premium-woo-product-align-left .premium-woo-skin-grid-7 li.product .premium-woo-product-info .star-rating {
10205
- margin: 0;
 
10206
  }
10207
 
10208
- .premium-woo-skin-grid-6 li.product .premium-woo-product-info {
10209
  -js-display: flex;
10210
  display: -webkit-box;
10211
  display: -webkit-flex;
10212
  display: -moz-box;
10213
  display: -ms-flexbox;
10214
  display: flex;
10215
- -webkit-box-pack: justify;
10216
- -webkit-justify-content: space-between;
10217
- -moz-box-pack: justify;
10218
- -ms-flex-pack: justify;
10219
- justify-content: space-between;
10220
- }
10221
-
10222
- .premium-woo-product-align-center .premium-woocommerce li.product .premium-woo-product-info {
10223
  -webkit-box-orient: vertical;
10224
  -webkit-box-direction: normal;
10225
  -webkit-flex-direction: column;
@@ -10227,433 +7524,3131 @@ ul.premium-person-social-list {
10227
  -moz-box-direction: normal;
10228
  -ms-flex-direction: column;
10229
  flex-direction: column;
 
 
 
 
 
 
10230
  }
10231
 
10232
- .premium-woo-product-align-right .premium-woocommerce li.product .premium-woo-product-info {
10233
- -webkit-box-orient: horizontal;
10234
- -webkit-box-direction: reverse;
10235
- -webkit-flex-direction: row-reverse;
10236
- -moz-box-orient: horizontal;
10237
- -moz-box-direction: reverse;
10238
- -ms-flex-direction: row-reverse;
10239
- flex-direction: row-reverse;
10240
  }
10241
 
10242
- .premium-woo-skin-grid-6 li.product .premium-woo-product-gallery-images {
10243
- -js-display: flex;
10244
- display: -webkit-box;
10245
- display: -webkit-flex;
10246
- display: -moz-box;
10247
- display: -ms-flexbox;
10248
- display: flex;
10249
- position: absolute;
10250
- bottom: 10px;
10251
- width: 100%;
10252
- -webkit-box-pack: center;
10253
- -webkit-justify-content: center;
10254
- -moz-box-pack: center;
10255
- -ms-flex-pack: center;
10256
- justify-content: center;
10257
  }
10258
 
10259
- .premium-woo-product-gallery-images .premium-woo-product__gallery_image {
10260
- width: 20%;
10261
- margin: 0 0.2em;
10262
- border: 2px solid #aaa;
10263
- cursor: pointer;
10264
  }
10265
 
10266
- /**
10267
- * Metro
10268
- */
10269
- /*.premium-woo-grid-style1 ul.products li.product {
10270
- width: 25%;
10271
- }*/
10272
- .premium-woo-products-metro li.product .premium-woo-product-thumbnail img,
10273
- .premium-woo-products-metro li.product .premium-woo-product-wrapper,
10274
- .premium-woo-products-metro li.product .premium-woo-product-thumbnail,
10275
- .premium-woo-products-metro li.product .woocommerce-LoopProduct-link {
10276
- height: 100%;
10277
  }
10278
 
10279
- .premium-woo-products-metro ul.products li.product {
10280
- margin-bottom: 0;
 
 
 
 
 
10281
  }
10282
 
10283
- .premium-woo-products-metro li.product .premium-woo-product-thumbnail img {
10284
- -o-object-fit: cover;
10285
- object-fit: cover;
 
10286
  }
10287
 
10288
- /*
10289
- * Carousel
10290
- */
10291
- .premium-carousel-hidden {
10292
- opacity: 0;
10293
- visibility: hidden;
 
 
 
10294
  }
10295
 
10296
- .premium-woocommerce:not(.premium-woo-skin-grid-7) .slick-arrow {
10297
- -webkit-border-radius: 50%;
10298
- border-radius: 50%;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10299
  }
10300
 
10301
- .premium-woocommerce ul.slick-dots {
10302
- width: 100%;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10303
  }
10304
 
10305
- /*
10306
- * Quick View Html/body
10307
- */
10308
- html.premium-woo-qv-opened,
10309
- html.premium-woo-qv-opened body {
10310
- overflow: hidden;
10311
  }
10312
 
10313
- /**
10314
- * Quick View Modal
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10315
  */
10316
- .premium-woo-quick-view-back {
 
 
 
10317
  position: fixed;
10318
- visibility: hidden;
10319
- overflow: hidden;
10320
- background: rgba(2, 2, 2, 0.5);
10321
- opacity: 0;
10322
- -webkit-transition: opacity 0.25s;
10323
- transition: opacity 0.25s;
10324
- z-index: 999;
10325
  }
10326
 
10327
- .premium-woo-quick-view-active {
10328
- top: 0;
10329
- right: 0;
10330
- width: 100%;
10331
- height: 100%;
10332
  opacity: 1;
10333
- visibility: visible;
 
10334
  }
10335
 
10336
- #premium-woo-quick-view-modal {
10337
- position: fixed;
10338
- visibility: hidden;
10339
  opacity: 0;
10340
- top: 0;
10341
- right: 0;
10342
- width: 100%;
10343
- height: 100%;
10344
- z-index: 1400;
10345
- text-align: center;
10346
- -webkit-transition: all 0.3s;
10347
- transition: all 0.3s;
10348
- overflow-x: hidden;
10349
- overflow-y: auto;
10350
  }
10351
 
10352
- #premium-woo-quick-view-modal.active {
10353
- visibility: visible;
10354
  opacity: 1;
 
10355
  }
10356
 
10357
- #premium-woo-quick-view-modal.active .premium-woo-content-main {
10358
- -webkit-transform: translateY(0);
10359
- -ms-transform: translateY(0);
10360
- transform: translateY(0);
10361
- opacity: 1;
10362
- width: 100%;
10363
  }
10364
 
10365
- #premium-woo-quick-view-modal .premium-woo-content-main-wrapper {
10366
- position: absolute;
10367
- width: 100%;
10368
- height: 100%;
10369
- top: 0;
10370
- right: 0;
10371
- text-align: center;
10372
- padding: 30px;
10373
- -js-display: flex;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10374
  display: -webkit-box;
10375
  display: -webkit-flex;
10376
- display: -moz-box;
10377
  display: -ms-flexbox;
 
 
10378
  display: flex;
 
 
 
 
 
10379
  -webkit-box-align: center;
 
10380
  -webkit-align-items: center;
10381
  -moz-box-align: center;
10382
- -ms-flex-align: center;
10383
  align-items: center;
 
10384
  }
10385
 
10386
- #premium-woo-quick-view-modal .premium-woo-content-main {
 
10387
  position: relative;
10388
- pointer-events: none;
10389
- max-width: 100%;
10390
- text-align: right;
10391
- z-index: 1045;
10392
- -webkit-transform: translateY(-30px);
10393
- -ms-transform: translateY(-30px);
10394
- transform: translateY(-30px);
10395
- opacity: 0;
10396
- -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
10397
- transition: opacity 0.3s, -webkit-transform 0.5s;
10398
- transition: transform 0.5s, opacity 0.3s;
10399
- transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
10400
- margin: 0 auto;
 
 
 
 
 
 
 
 
 
10401
  }
10402
 
10403
- #premium-woo-quick-view-modal .premium-woo-lightbox-content {
10404
- position: relative;
10405
- display: table;
10406
- pointer-events: auto;
10407
- background-color: #fff;
10408
- max-width: 975px;
10409
- margin: 20px auto;
10410
- -webkit-transform: translateZ(0);
10411
- transform: translateZ(0);
10412
- -webkit-box-shadow: -3px 3px 20px 0 rgba(0, 0, 0, 0.15);
10413
- box-shadow: -3px 3px 20px 0 rgba(0, 0, 0, 0.15);
10414
- overflow: hidden;
10415
  }
10416
 
10417
- #premium-woo-quick-view-modal .summary {
10418
- width: 50%;
10419
- margin: 0;
10420
- padding: 30px;
10421
- float: right;
10422
- -webkit-box-sizing: border-box;
10423
- -moz-box-sizing: border-box;
10424
- box-sizing: border-box;
 
10425
  }
10426
 
10427
- #premium-woo-quick-view-modal .summary .quantity {
10428
- min-width: auto;
10429
  }
10430
 
10431
- #premium-woo-quick-view-modal .summary .quantity input.qty {
10432
- width: 54px;
10433
- -webkit-appearance: button;
10434
- -moz-appearance: button;
10435
- appearance: button;
10436
  }
10437
 
10438
- #premium-woo-quick-view-modal .summary .quantity input[type="number"]::-webkit-inner-spin-button,
10439
- #premium-woo-quick-view-modal .summary .quantity input[type="number"]::-webkit-outer-spin-button {
10440
- display: unset;
 
 
 
 
 
10441
  }
10442
 
10443
- #premium-woo-quick-view-modal .woocommerce-product-details__short-description p {
10444
- margin: 0;
 
 
 
 
 
10445
  }
10446
 
10447
- #premium-woo-quick-view-close {
10448
- position: absolute;
10449
- font-size: 22px;
10450
- top: 10px;
10451
- left: 10px;
10452
- width: 22px;
10453
- height: 22px;
10454
- line-height: 22px;
10455
- opacity: 0.7;
10456
- text-align: center;
10457
- z-index: 2;
10458
- color: #000;
10459
- }
10460
 
10461
- #premium-woo-quick-view-modal .premium-woo-qv-image-slider {
10462
- position: relative;
 
10463
  }
10464
 
10465
- #premium-woo-quick-view-modal .premium-woo-qv-image-slider li {
10466
- list-style: none;
 
 
 
10467
  }
10468
 
10469
- #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav {
10470
- margin: 0;
10471
- padding: 0;
10472
- width: 100%;
10473
- position: absolute;
10474
- bottom: 10px;
10475
- text-align: center;
10476
- direction: ltr;
10477
- }
10478
 
10479
- #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li {
10480
- margin: 0 6px;
10481
- display: inline-block;
10482
- vertical-align: middle;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10483
  }
10484
 
10485
- #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li a {
10486
- width: 11px;
10487
- height: 11px;
10488
- display: block;
10489
- background: #666;
10490
- background: rgba(0, 0, 0, 0.5);
10491
- cursor: pointer;
10492
- text-indent: -9999px;
10493
- -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
10494
- box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
10495
- -webkit-border-radius: 20px;
10496
- border-radius: 20px;
 
 
 
 
10497
  }
10498
 
10499
- #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li a.flex-active {
10500
- background: rgba(0, 0, 0, 0.9);
10501
- cursor: default;
10502
  }
10503
 
10504
- #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li a:focus {
10505
- outline: none;
 
 
 
 
 
10506
  }
10507
 
10508
- #premium-woo-quick-view-modal .premium-woo-qv-image-slider img {
10509
- -o-object-fit: cover;
10510
- object-fit: cover;
10511
- width: 100%;
10512
  }
10513
 
10514
- #premium-woo-quick-view-content div.images {
10515
- width: 50%;
10516
- float: right;
10517
- opacity: 1 !important;
10518
- margin: 0;
10519
  }
10520
 
10521
- #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav {
10522
- margin: 0;
10523
- padding: 0;
10524
- list-style: none;
10525
- direction: ltr;
 
10526
  }
10527
 
10528
- #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav a {
10529
- text-decoration: none;
10530
  display: block;
10531
- width: 14px;
10532
- height: 32px;
10533
- font-size: 32px;
10534
- line-height: 32px;
10535
- margin: -20px 0 0;
10536
- position: absolute;
10537
- top: 50%;
10538
- z-index: 10;
10539
- overflow: hidden;
10540
  cursor: pointer;
10541
- color: rgba(0, 0, 0, 0.8);
10542
- text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.3);
10543
- -webkit-transition: all 0.3s ease-in-out;
10544
- transition: all 0.3s ease-in-out;
10545
  }
10546
 
10547
- #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-next,
10548
- #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-prev {
10549
- display: inline-block;
10550
- font-family: "Font Awesome 5 Free";
10551
- font-weight: 900;
10552
- text-rendering: auto;
10553
- -webkit-font-smoothing: antialiased;
10554
- -moz-osx-font-smoothing: grayscale;
10555
  }
10556
 
10557
- #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-prev {
10558
- left: 10px;
 
 
 
10559
  }
10560
 
10561
- #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-next {
10562
- right: 10px;
10563
  }
10564
 
10565
- #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-prev::before {
10566
- content: "\f104";
10567
  }
10568
 
10569
- #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-next::before {
10570
- content: "\f105";
 
 
 
 
 
 
 
 
10571
  }
10572
 
10573
- .premium-woocommerce li.product .added_to_cart.wc-forward {
10574
  display: none;
 
 
 
 
10575
  }
10576
 
10577
- .premium-woo-atc-button .add_to_cart_button .premium-woo-cart-loader {
10578
- -webkit-animation: spin 2s linear infinite;
10579
- animation: spin 2s linear infinite;
10580
- margin-right: 5px;
10581
- vertical-align: baseline;
10582
- }
10583
-
10584
- /*
10585
- * Load More Button
10586
- */
10587
- .premium-woo-load-more {
10588
  position: relative;
 
 
 
10589
  }
10590
 
10591
- .premium-woo-load-more .premium-woo-load-more-btn {
10592
- -webkit-box-shadow: none;
10593
- box-shadow: none;
10594
- text-shadow: none;
10595
- border: none;
10596
- outline: none;
10597
- -webkit-box-align: center;
10598
- -webkit-align-items: center;
10599
- -moz-box-align: center;
10600
- -ms-flex-align: center;
10601
- align-items: center;
10602
- vertical-align: bottom;
10603
- cursor: pointer;
10604
- line-height: 1;
10605
- font-style: normal;
10606
- font-weight: normal;
10607
- background-image: none;
10608
- color: #fff;
10609
- -webkit-transition: all 0.3s ease-in-out;
10610
- transition: all 0.3s ease-in-out;
10611
- padding: 10px 20px;
10612
  }
10613
 
10614
- .premium-woo-load-more-btn {
10615
- -js-display: inline-flex;
10616
- display: -webkit-inline-box;
10617
- display: -webkit-inline-flex;
10618
- display: -moz-inline-box;
10619
- display: -ms-inline-flexbox;
10620
- display: inline-flex;
10621
- -webkit-box-align: center;
10622
- -webkit-align-items: center;
10623
- -moz-box-align: center;
10624
- -ms-flex-align: center;
10625
- align-items: center;
10626
  }
10627
 
10628
- .premium-woo-load-more-btn span {
10629
- margin-right: 3px;
10630
  }
10631
 
10632
- .premium-woo-load-more-btn .premium-loader {
10633
- display: inline-block;
10634
- width: 20px;
10635
- height: 20px;
10636
  }
10637
 
10638
- @media (min-width: 545px) {
10639
- #premium-woo-quick-view-content div.summary {
10640
- content: "544";
10641
- overflow-y: auto;
10642
- }
10643
  }
10644
 
10645
- @media (max-width: 544px) {
10646
- #premium-woo-quick-view-content .premium-woo-lightbox-content {
10647
- display: block;
10648
- }
10649
-
10650
- #premium-woo-quick-view-content div.images,
10651
- #premium-woo-quick-view-content div.summary {
10652
- width: 100%;
10653
- float: none;
10654
- }
10655
  }
10656
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10657
  /*
10658
  * Common Title/Dual Heading
10659
  */
1
  @charset "UTF-8";
2
+ @font-face {
3
+ font-family: "pa-elements";
4
+ src: url("../../editor/fonts/pa-elements.eot?vcwy2s");
5
+ src: url("../../editor/fonts/pa-elements.eot?vcwy2s#iefix") format("embedded-opentype"), url("../../editor/fonts/pa-elements.ttf?vcwy2s") format("truetype"), url("../../editor/fonts/pa-elements.woff?vcwy2s") format("woff"), url("../../editor/fonts/pa-elements.svg?vcwy2s#pa-elements") format("svg");
6
+ font-weight: normal;
7
+ font-style: normal;
 
8
  }
 
9
  /**************** Premium Banner ****************/
10
  /************************************************/
11
  .elementor-widget-premium-addon-banner {
1485
  -webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
1486
  transform: translate3d(-10px, 0, 0) scale(1.1);
1487
  }
 
1488
  /**************** Premium Blog *****************/
1489
  /***********************************************/
1490
  .premium-blog-thumb-effect-wrapper {
2305
  [dir="rtl"] .premium-blog-wrap.slick-slider .slick-track {
2306
  direction: ltr;
2307
  }
 
2308
  /**************** Premium Button ***********************/
2309
  /*******************************************************/
2310
  .premium-button {
2311
+ -js-display: inline-flex;
2312
+ display: -webkit-inline-box;
2313
+ display: -webkit-inline-flex;
2314
+ display: -moz-inline-box;
2315
+ display: -ms-inline-flexbox;
2316
+ display: inline-flex;
2317
+ position: relative;
2318
+ overflow: hidden;
2319
+ -webkit-backface-visibility: hidden;
2320
+ backface-visibility: hidden;
2321
+ -webkit-transform: translate3d(0, 0, 0);
2322
+ transform: translate3d(0, 0, 0);
2323
+ cursor: pointer;
2324
+ -webkit-transition: all 0.2s ease-in-out !important;
2325
+ transition: all 0.2s ease-in-out !important;
2326
  }
2327
 
2328
  .premium-button-style1,
2329
  .premium-button-style2,
2330
  .premium-button-style5,
2331
  .premium-button-style7 {
2332
+ display: inline-block;
2333
+ vertical-align: middle;
2334
+ -webkit-transform: perspective(1px) translateZ(0);
2335
+ transform: perspective(1px) translateZ(0);
2336
+ -webkit-box-shadow: 0 0 1px transparent;
2337
+ box-shadow: 0 0 1px transparent;
2338
+ position: relative;
2339
+ -webkit-transition-property: color;
2340
+ transition-property: color;
2341
+ -webkit-transition-duration: 0.15s;
2342
+ transition-duration: 0.15s;
2343
  }
2344
 
2345
  .premium-button-style1:before,
2346
  .premium-button-style2:before,
2347
  .premium-button-style5:before {
2348
+ content: "";
2349
+ position: absolute;
2350
+ z-index: -1;
2351
+ top: 0;
2352
+ right: 0;
2353
+ left: 0;
2354
+ bottom: 0;
2355
+ -webkit-transform: scaleY(0);
2356
+ -ms-transform: scaleY(0);
2357
+ transform: scaleY(0);
2358
+ -webkit-transform-origin: 50% 0;
2359
+ -ms-transform-origin: 50% 0;
2360
+ transform-origin: 50% 0;
2361
+ -webkit-transition-property: -webkit-transform;
2362
+ transition-property: -webkit-transform;
2363
+ transition-property: transform;
2364
+ transition-property: transform, -webkit-transform;
2365
+ -webkit-transition-duration: 0.15s;
2366
+ transition-duration: 0.15s;
2367
+ -webkit-transition-timing-function: ease-out;
2368
+ transition-timing-function: ease-out;
2369
  }
2370
 
2371
  .premium-button-style5-radialin:before,
2372
  .premium-button-style5-radialout:before {
2373
+ -webkit-transform-origin: 50%;
2374
+ -ms-transform-origin: 50%;
2375
+ transform-origin: 50%;
2376
+ -webkit-border-radius: 100%;
2377
+ border-radius: 100%;
2378
+ -webkit-transform: scale(0);
2379
+ -ms-transform: scale(0);
2380
+ transform: scale(0);
2381
  }
2382
 
2383
  .premium-button-style5-radialin:before {
2384
+ -webkit-transform: scale(2);
2385
+ -ms-transform: scale(2);
2386
+ transform: scale(2);
2387
  }
2388
 
2389
  .premium-button-style5-rectin:before {
2390
+ -webkit-transform-origin: 50%;
2391
+ -ms-transform-origin: 50%;
2392
+ transform-origin: 50%;
2393
+ -webkit-transform: scale(1);
2394
+ -ms-transform: scale(1);
2395
+ transform: scale(1);
2396
  }
2397
 
2398
  .premium-button-style5-rectout:before {
2399
+ -webkit-transform-origin: 50%;
2400
+ -ms-transform-origin: 50%;
2401
+ transform-origin: 50%;
2402
+ -webkit-transform: scale(0);
2403
+ -ms-transform: scale(0);
2404
+ transform: scale(0);
2405
  }
2406
 
2407
  .premium-button-style5-rectout:hover:before {
2408
+ -webkit-transform: scale(1);
2409
+ -ms-transform: scale(1);
2410
+ transform: scale(1);
2411
  }
2412
 
2413
  .premium-button-style5-rectin:hover:before {
2414
+ -webkit-transform: scale(0);
2415
+ -ms-transform: scale(0);
2416
+ transform: scale(0);
2417
  }
2418
 
2419
  .premium-button-style5-radialout:hover:before {
2420
+ -webkit-transform: scale(2);
2421
+ -ms-transform: scale(2);
2422
+ transform: scale(2);
2423
  }
2424
 
2425
  .premium-button-style5-radialin:hover:before {
2426
+ -webkit-transform: scale(0);
2427
+ -ms-transform: scale(0);
2428
+ transform: scale(0);
2429
  }
2430
 
2431
  .premium-button-style1-top:before {
2432
+ -webkit-transform-origin: 50% 100%;
2433
+ -ms-transform-origin: 50% 100%;
2434
+ transform-origin: 50% 100%;
2435
  }
2436
 
2437
  .premium-button-style1-right:before {
2438
+ -webkit-transform: scaleX(0);
2439
+ -ms-transform: scaleX(0);
2440
+ transform: scaleX(0);
2441
+ -webkit-transform-origin: 100% 50%;
2442
+ -ms-transform-origin: 100% 50%;
2443
+ transform-origin: 100% 50%;
2444
  }
2445
 
2446
  .premium-button-style1-left:before {
2447
+ -webkit-transform: scaleX(0);
2448
+ -ms-transform: scaleX(0);
2449
+ transform: scaleX(0);
2450
+ -webkit-transform-origin: 0% 50%;
2451
+ -ms-transform-origin: 0% 50%;
2452
+ transform-origin: 0% 50%;
2453
  }
2454
 
2455
  .premium-button-style2-shutouthor:before,
2456
  .premium-button-style2-scshutoutver:before {
2457
+ -webkit-transform: scaleY(0);
2458
+ -ms-transform: scaleY(0);
2459
+ transform: scaleY(0);
2460
+ -webkit-transform-origin: 0% 50%;
2461
+ -ms-transform-origin: 0% 50%;
2462
+ transform-origin: 0% 50%;
2463
  }
2464
 
2465
  .premium-button-style2-shutoutver:before,
2466
  .premium-button-style2-scshutouthor:before {
2467
+ -webkit-transform: scaleX(0);
2468
+ -ms-transform: scaleX(0);
2469
+ transform: scaleX(0);
2470
+ -webkit-transform-origin: 50% 50%;
2471
+ -ms-transform-origin: 50% 50%;
2472
+ transform-origin: 50% 50%;
2473
  }
2474
 
2475
  .premium-button-style2-shutinhor:before {
2476
+ -webkit-transform: scaleX(1);
2477
+ -ms-transform: scaleX(1);
2478
+ transform: scaleX(1);
2479
+ -webkit-transform-origin: 50%;
2480
+ -ms-transform-origin: 50%;
2481
+ transform-origin: 50%;
2482
  }
2483
 
2484
  .premium-button-style2-shutinver:before {
2485
+ -webkit-transform: scaleY(1);
2486
+ -ms-transform: scaleY(1);
2487
+ transform: scaleY(1);
2488
+ -webkit-transform-origin: 50%;
2489
+ -ms-transform-origin: 50%;
2490
+ transform-origin: 50%;
2491
  }
2492
 
2493
  .premium-button-style1-bottom:hover:before,
2494
  .premium-button-style1-top:hover:before {
2495
+ -webkit-transform: scaleY(1);
2496
+ -ms-transform: scaleY(1);
2497
+ transform: scaleY(1);
2498
  }
2499
 
2500
  .premium-button-style1-left:hover:before,
2501
  .premium-button-style1-right:hover:before,
2502
  .premium-button-style2-shutouthor:hover:before,
2503
  .premium-button-style2-shutoutver:hover:before {
2504
+ -webkit-transform: scaleX(1);
2505
+ -ms-transform: scaleX(1);
2506
+ transform: scaleX(1);
2507
  }
2508
 
2509
  .premium-button-style2-shutinhor:hover:before {
2510
+ -webkit-transform: scaleX(0);
2511
+ -ms-transform: scaleX(0);
2512
+ transform: scaleX(0);
2513
  }
2514
 
2515
  .premium-button-style2-shutinver:hover:before {
2516
+ -webkit-transform: scaleY(0);
2517
+ -ms-transform: scaleY(0);
2518
+ transform: scaleY(0);
2519
  }
2520
 
2521
  .premium-button-style2-scshutouthor:hover:before {
2522
+ -webkit-transform: scaleX(0.9);
2523
+ -ms-transform: scaleX(0.9);
2524
+ transform: scaleX(0.9);
2525
  }
2526
 
2527
  .premium-button-style2-scshutoutver:hover:before {
2528
+ -webkit-transform: scaleY(0.8);
2529
+ -ms-transform: scaleY(0.8);
2530
+ transform: scaleY(0.8);
2531
  }
2532
 
2533
  /*Diagonal*/
2534
  .premium-button-style2-dshutinhor:before {
2535
+ top: 50%;
2536
+ right: 50%;
2537
+ width: 120%;
2538
+ height: 0%;
2539
+ -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
2540
+ -ms-transform: translateX(50%) translateY(-50%) rotate(45deg);
2541
+ transform: translateX(50%) translateY(-50%) rotate(45deg);
2542
+ -webkit-transform-origin: 50%;
2543
+ -ms-transform-origin: 50%;
2544
+ transform-origin: 50%;
2545
+ -webkit-transition-property: all;
2546
+ transition-property: all;
2547
  }
2548
 
2549
  .premium-button-style2-dshutinver:before {
2550
+ top: 50%;
2551
+ right: 50%;
2552
+ width: 120%;
2553
+ height: 0%;
2554
+ -webkit-transform-origin: 50%;
2555
+ -ms-transform-origin: 50%;
2556
+ transform-origin: 50%;
2557
+ -webkit-transition-property: all;
2558
+ transition-property: all;
2559
+ -webkit-transform: translateX(50%) translateY(-50%) rotate(-45deg);
2560
+ -ms-transform: translateX(50%) translateY(-50%) rotate(-45deg);
2561
+ transform: translateX(50%) translateY(-50%) rotate(-45deg);
2562
  }
2563
 
2564
  .premium-button-style2-dshutinhor:hover:before,
2565
  .premium-button-style2-dshutinver:hover:before {
2566
+ height: 220%;
2567
  }
2568
 
2569
  .premium-button-style3-before i,
2570
  .premium-button-style3-before svg {
2571
+ opacity: 0;
2572
+ -webkit-transform: translateX(5px);
2573
+ -ms-transform: translateX(5px);
2574
+ transform: translateX(5px);
2575
+ -webkit-transition: all 0.5s ease-in-out;
2576
+ transition: all 0.5s ease-in-out;
2577
  }
2578
 
2579
  .premium-button-style3-after i,
2580
  .premium-button-style3-after svg {
2581
+ opacity: 0;
2582
+ -webkit-transform: translateX(5px);
2583
+ -ms-transform: translateX(5px);
2584
+ transform: translateX(5px);
2585
+ -webkit-transition: all 0.5s ease-in-out;
2586
+ transition: all 0.5s ease-in-out;
2587
+ -webkit-transform: translateX(-5px);
2588
+ -ms-transform: translateX(-5px);
2589
+ transform: translateX(-5px);
2590
  }
2591
 
2592
  .premium-button-style3-after:hover i,
2593
  .premium-button-style3-after:hover svg {
2594
+ opacity: 1;
2595
  }
2596
 
2597
  .premium-button-style3-before:hover i,
2598
  .premium-button-style3-before:hover svg {
2599
+ opacity: 1;
2600
  }
2601
 
2602
  .premium-button-text-icon-wrapper {
2603
+ width: 100%;
2604
+ -js-display: flex;
2605
+ display: -webkit-box;
2606
+ display: -webkit-flex;
2607
+ display: -moz-box;
2608
+ display: -ms-flexbox;
2609
+ display: flex;
2610
+ -webkit-box-pack: center;
2611
+ -webkit-justify-content: center;
2612
+ -moz-box-pack: center;
2613
+ -ms-flex-pack: center;
2614
+ justify-content: center;
2615
+ -webkit-box-align: center;
2616
+ -webkit-align-items: center;
2617
+ -moz-box-align: center;
2618
+ -ms-flex-align: center;
2619
+ align-items: center;
2620
+ -webkit-transition: all 0.2s ease-in-out;
2621
+ transition: all 0.2s ease-in-out;
2622
  }
2623
 
2624
  .premium-button-text-icon-wrapper span,
2625
  .premium-button-text-icon-wrapper i,
2626
  .premium-button-text-icon-wrapper svg {
2627
+ -webkit-transition: all 0.2s ease-in-out;
2628
+ transition: all 0.2s ease-in-out;
2629
  }
2630
 
2631
  .premium-button-style4-icon-wrapper {
2632
+ position: absolute;
2633
+ z-index: 2;
2634
+ width: 100%;
2635
+ text-align: center;
2636
+ -js-display: flex;
2637
+ display: -webkit-box;
2638
+ display: -webkit-flex;
2639
+ display: -moz-box;
2640
+ display: -ms-flexbox;
2641
+ display: flex;
2642
+ -webkit-box-align: center;
2643
+ -webkit-align-items: center;
2644
+ -moz-box-align: center;
2645
+ -ms-flex-align: center;
2646
+ align-items: center;
2647
+ -webkit-box-pack: center;
2648
+ -webkit-justify-content: center;
2649
+ -moz-box-pack: center;
2650
+ -ms-flex-pack: center;
2651
+ justify-content: center;
2652
+ height: 100%;
2653
+ opacity: 0;
2654
+ -webkit-transition: all 0.3s ease-in-out;
2655
+ transition: all 0.3s ease-in-out;
2656
  }
2657
 
2658
  .premium-button-style4-icon-wrapper.top {
2659
+ bottom: -100%;
2660
+ right: 0;
2661
  }
2662
 
2663
  .premium-button-style4-icon-wrapper.bottom {
2664
+ top: -100%;
2665
+ right: 0;
2666
  }
2667
 
2668
  .premium-button-style4-icon-wrapper.left {
2669
+ top: 0;
2670
+ right: -100%;
2671
  }
2672
 
2673
  .premium-button-style4-icon-wrapper.right {
2674
+ top: 0;
2675
+ left: -100%;
2676
  }
2677
 
2678
  .premium-button-style4-bottom:hover .premium-button-style4-icon-wrapper {
2679
+ top: 0;
2680
+ opacity: 1;
2681
  }
2682
 
2683
  .premium-button-style4-top:hover .premium-button-style4-icon-wrapper {
2684
+ bottom: 0;
2685
+ opacity: 1;
2686
  }
2687
 
2688
  .premium-button-style4-left:hover .premium-button-style4-icon-wrapper {
2689
+ right: 0;
2690
+ opacity: 1;
2691
  }
2692
 
2693
  .premium-button-style4-right:hover .premium-button-style4-icon-wrapper {
2694
+ left: 0;
2695
+ opacity: 1;
2696
  }
2697
 
2698
  .premium-button-style4-bottom:hover .premium-button-text-icon-wrapper {
2699
+ -webkit-transform: translateY(100%);
2700
+ -ms-transform: translateY(100%);
2701
+ transform: translateY(100%);
2702
+ opacity: 0;
2703
  }
2704
 
2705
  .premium-button-style4-top:hover .premium-button-text-icon-wrapper {
2706
+ -webkit-transform: translateY(-100%);
2707
+ -ms-transform: translateY(-100%);
2708
+ transform: translateY(-100%);
2709
+ opacity: 0;
2710
  }
2711
 
2712
  .premium-button-style4-left:hover .premium-button-text-icon-wrapper {
2713
+ -webkit-transform: translateX(-100%);
2714
+ -ms-transform: translateX(-100%);
2715
+ transform: translateX(-100%);
2716
+ opacity: 0;
2717
  }
2718
 
2719
  .premium-button-style4-right:hover .premium-button-text-icon-wrapper {
2720
+ -webkit-transform: translateX(100%);
2721
+ -ms-transform: translateX(100%);
2722
+ transform: translateX(100%);
2723
+ opacity: 0;
2724
  }
2725
 
2726
  .premium-button-style6:before {
2727
+ content: "";
2728
+ position: absolute;
2729
+ right: 50%;
2730
+ top: 50%;
2731
+ width: 100px;
2732
+ height: 100px;
2733
+ -webkit-border-radius: 100%;
2734
+ border-radius: 100%;
2735
+ -webkit-transform: translate(50%, -50%) scale(0);
2736
+ -ms-transform: translate(50%, -50%) scale(0);
2737
+ transform: translate(50%, -50%) scale(0);
2738
+ -webkit-transition: all 0.3s ease-in-out;
2739
+ transition: all 0.3s ease-in-out;
2740
  }
2741
 
2742
  .premium-button-style6:hover:before {
2743
+ -webkit-transform: translate(50%, -50%) scale(3);
2744
+ -ms-transform: translate(50%, -50%) scale(3);
2745
+ transform: translate(50%, -50%) scale(3);
2746
  }
2747
 
2748
  .premium-button-style6 .premium-button-text-icon-wrapper {
2749
+ position: relative;
2750
+ z-index: 1;
2751
  }
2752
 
2753
  .premium-button-style7-right .premium-button-text-icon-wrapper:before,
2754
  .premium-button-style7-left .premium-button-text-icon-wrapper:before {
2755
+ -webkit-transition: width 0.3s ease-out 0.15s;
2756
+ transition: width 0.3s ease-out 0.15s;
2757
  }
2758
 
2759
  .premium-button-style7-right .premium-button-text-icon-wrapper:after,
2760
  .premium-button-style7-left .premium-button-text-icon-wrapper:after {
2761
+ -webkit-transition: width 0.3s ease-out 0s;
2762
+ transition: width 0.3s ease-out 0s;
2763
  }
2764
 
2765
  .premium-button-style7-bottom .premium-button-text-icon-wrapper:before,
2766
  .premium-button-style7-top .premium-button-text-icon-wrapper:before {
2767
+ -webkit-transition: height 0.3s ease-out 0.15s;
2768
+ transition: height 0.3s ease-out 0.15s;
2769
  }
2770
 
2771
  .premium-button-style7-bottom .premium-button-text-icon-wrapper:after,
2772
  .premium-button-style7-top .premium-button-text-icon-wrapper:after {
2773
+ -webkit-transition: height 0.3s ease-out 0s;
2774
+ transition: height 0.3s ease-out 0s;
2775
  }
2776
 
2777
  .premium-button[class*="style7"]:hover .premium-button-text-icon-wrapper:before {
2778
+ -webkit-transition-delay: 0s;
2779
+ transition-delay: 0s;
2780
  }
2781
 
2782
  .premium-button[class*="style7"]:hover .premium-button-text-icon-wrapper:after {
2783
+ -webkit-transition-delay: 0.15s;
2784
+ transition-delay: 0.15s;
2785
  }
2786
 
2787
  .premium-button-style7-bottom .premium-button-text-icon-wrapper:before,
2788
  .premium-button-style7-bottom .premium-button-text-icon-wrapper:after {
2789
+ content: "";
2790
+ position: absolute;
2791
+ left: 0;
2792
+ top: 0;
2793
+ right: 0;
2794
+ height: 0;
2795
+ z-index: -1;
2796
  }
2797
 
2798
  .premium-button-style7-top .premium-button-text-icon-wrapper:after,
2799
  .premium-button-style7-top .premium-button-text-icon-wrapper:before {
2800
+ content: "";
2801
+ position: absolute;
2802
+ left: 0;
2803
+ bottom: 0;
2804
+ right: 0;
2805
+ height: 0;
2806
+ z-index: -1;
2807
  }
2808
 
2809
  .premium-button-style7-right .premium-button-text-icon-wrapper:after,
2810
  .premium-button-style7-right .premium-button-text-icon-wrapper:before {
2811
+ content: "";
2812
+ position: absolute;
2813
+ right: 0;
2814
+ top: 0;
2815
+ bottom: 0;
2816
+ width: 0;
2817
+ z-index: -1;
2818
  }
2819
 
2820
  .premium-button-style7-left .premium-button-text-icon-wrapper:after,
2821
  .premium-button-style7-left .premium-button-text-icon-wrapper:before {
2822
+ content: "";
2823
+ position: absolute;
2824
+ left: 0;
2825
+ top: 0;
2826
+ bottom: 0;
2827
+ width: 0;
2828
+ z-index: -1;
2829
  }
2830
 
2831
  .premium-button-style7-bottom:hover .premium-button-text-icon-wrapper:after,
2832
  .premium-button-style7-bottom:hover .premium-button-text-icon-wrapper:before {
2833
+ height: 100%;
2834
+ top: 0;
2835
  }
2836
 
2837
  .premium-button-style7-top:hover .premium-button-text-icon-wrapper:after,
2838
  .premium-button-style7-top:hover .premium-button-text-icon-wrapper:before {
2839
+ height: 100%;
2840
+ bottom: 0;
2841
  }
2842
 
2843
  .premium-button-style7-left:hover .premium-button-text-icon-wrapper:after,
2844
  .premium-button-style7-left:hover .premium-button-text-icon-wrapper:before {
2845
+ width: 100%;
2846
+ left: 0;
2847
  }
2848
 
2849
  .premium-button-style7-right:hover .premium-button-text-icon-wrapper:after,
2850
  .premium-button-style7-right:hover .premium-button-text-icon-wrapper:before {
2851
+ width: 100%;
2852
+ right: 0;
2853
  }
 
2854
  /**************** Premium Carousel **************/
2855
  /************************************************/
2856
  .premium-carousel-wrapper a.carousel-arrow,
3034
  [dir="rtl"] .premium-carousel-inner .slick-slide {
3035
  float: right;
3036
  }
 
3037
  /**************** Premium Contact Form7 **********/
3038
  /*************************************************/
3039
  .premium-contact-form-anim-yes .wpcf7-span::after {
3040
+ display: block;
3041
+ height: 2px;
3042
+ content: "";
3043
+ top: -2px;
3044
+ position: relative;
3045
+ width: 0px;
3046
+ -webkit-transition: all ease-in-out 0.3s;
3047
+ transition: all ease-in-out 0.3s;
3048
  }
3049
 
3050
  .premium-contact-form-anim-yes .wpcf7-span.is-focused::after {
3051
+ width: 100%;
3052
  }
3053
 
3054
  .premium-cf7-container input.wpcf7-submit {
3055
+ -webkit-transition: all 0.3s ease-in-out;
3056
+ transition: all 0.3s ease-in-out;
3057
  }
 
3058
  /************ Premium Countdown ************/
3059
  /*******************************************/
3060
  .premium-countdown {
3061
+ -js-display: flex;
3062
+ display: -webkit-box;
3063
+ display: -webkit-flex;
3064
+ display: -moz-box;
3065
+ display: -ms-flexbox;
3066
+ display: flex;
3067
+ text-align: center;
3068
  }
3069
 
3070
  .countdown-row {
3071
+ display: block;
3072
+ text-align: center;
3073
  }
3074
 
3075
  .countdown .countdown-section {
3076
+ display: inline-block;
3077
+ max-width: 100%;
3078
+ margin-bottom: 15px;
3079
+ -js-display: inline-flex;
3080
+ display: -webkit-inline-box;
3081
+ display: -webkit-inline-flex;
3082
+ display: -moz-inline-box;
3083
+ display: -ms-inline-flexbox;
3084
+ display: inline-flex;
3085
+ -webkit-box-align: center;
3086
+ -webkit-align-items: center;
3087
+ -moz-box-align: center;
3088
+ -ms-flex-align: center;
3089
+ align-items: center;
3090
  }
3091
 
3092
  .countdown .countdown-section:last-child {
3093
+ margin-left: 0;
3094
  }
3095
 
3096
  .countdown span.countdown-amount {
3097
+ font-size: 70px;
3098
+ line-height: 1;
3099
+ padding: 40px;
3100
  }
3101
 
3102
  .countdown .pre_time-mid {
3103
+ display: block;
3104
  }
3105
 
3106
  .premium-countdown-separator-yes .countdown_separator {
3107
+ display: block;
3108
+ margin: 0 50px;
3109
+ font-size: 30px;
3110
  }
3111
 
3112
  .premium-countdown-separator-yes .countdown-row .countdown-section:last-child .countdown_separator,
3113
  .premium-countdown-separator-yes .premium-countdown-block:last-child .countdown_separator {
3114
+ display: none;
3115
  }
3116
 
3117
  /**
3118
  * Digit and unit styles
3119
  */
3120
  .side .countdown-section .countdown-period {
3121
+ vertical-align: bottom;
3122
  }
3123
 
3124
  .countdown .countdown-section .countdown-period {
3125
+ font-size: 17px;
3126
+ line-height: 3em;
3127
  }
3128
 
3129
  .side .countdown-section .countdown-amount,
3130
  .side .countdown-section .countdown-period {
3131
+ display: inline-block;
3132
  }
3133
 
3134
  .side .countdown-section .countdown-amount {
3135
+ margin-left: 5px;
3136
  }
3137
 
3138
  .down .countdown-section .countdown-amount,
3139
  .down .countdown-section .countdown-period {
3140
+ display: block;
3141
  }
3142
 
3143
  /**
3144
  * Flip Layout
3145
  */
3146
  .premium-countdown-flip .premium-countdown-block {
3147
+ text-align: center;
3148
+ -js-display: inline-flex;
3149
+ display: -webkit-inline-box;
3150
+ display: -webkit-inline-flex;
3151
+ display: -moz-inline-box;
3152
+ display: -ms-inline-flexbox;
3153
+ display: inline-flex;
3154
+ -webkit-box-align: center;
3155
+ -webkit-align-items: center;
3156
+ -moz-box-align: center;
3157
+ -ms-flex-align: center;
3158
+ align-items: center;
3159
  }
3160
 
3161
  .premium-countdown-flip .premium-countdown-block:last-child {
3162
+ margin-left: 0;
3163
  }
3164
 
3165
  .premium-countdown-flip .premium-countdown-label {
3166
+ overflow: hidden;
3167
+ color: #1a1a1a;
3168
+ text-transform: uppercase;
3169
  }
3170
 
3171
  .premium-countdown-flip .premium-countdown-figure {
3172
+ position: relative;
3173
+ height: 110px;
3174
+ width: 100px;
3175
+ line-height: 107px;
3176
+ background-color: #fff;
3177
+ -webkit-border-radius: 10px;
3178
+ border-radius: 10px;
3179
+ -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset -2px 4px 0 0 rgba(255, 255, 255, 0.08);
3180
+ box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset -2px 4px 0 0 rgba(255, 255, 255, 0.08);
3181
  }
3182
 
3183
  .premium-countdown-flip .premium-countdown-figure:last-child {
3184
+ margin-left: 0;
3185
  }
3186
 
3187
  .premium-countdown-flip .premium-countdown-figure>span {
3188
+ position: absolute;
3189
+ right: 0;
3190
+ left: 0;
3191
+ margin: auto;
3192
+ font-weight: 700;
3193
  }
3194
 
3195
  .premium-countdown-flip .premium-countdown-figure .top {
3196
+ z-index: 3;
3197
+ -webkit-transform-origin: 50% 100%;
3198
+ -ms-transform-origin: 50% 100%;
3199
+ transform-origin: 50% 100%;
3200
+ -webkit-transform: perspective(200px);
3201
+ transform: perspective(200px);
3202
+ -webkit-backface-visibility: hidden;
3203
+ backface-visibility: hidden;
3204
  }
3205
 
3206
  .premium-countdown-flip .premium-countdown-figure .bottom {
3207
+ z-index: 1;
3208
  }
3209
 
3210
  .premium-countdown-flip .premium-countdown-figure .bottom::before {
3211
+ content: "";
3212
+ position: absolute;
3213
+ display: block;
3214
+ top: 0;
3215
+ right: 0;
3216
+ width: 100%;
3217
+ height: 50%;
3218
+ background-color: rgba(0, 0, 0, 0.02);
3219
  }
3220
 
3221
  .premium-countdown-flip .premium-countdown-figure .top-back {
3222
+ -webkit-backface-visibility: hidden;
3223
+ backface-visibility: hidden;
3224
+ z-index: 4;
3225
+ bottom: 0;
3226
+ -webkit-transform-origin: 50% 0;
3227
+ -ms-transform-origin: 50% 0;
3228
+ transform-origin: 50% 0;
3229
+ -webkit-transform: perspective(200px) rotateX(180deg);
3230
+ transform: perspective(200px) rotateX(180deg);
3231
  }
3232
 
3233
  .premium-countdown-flip .premium-countdown-figure .top-back span {
3234
+ position: absolute;
3235
+ top: -100%;
3236
+ right: 0;
3237
+ left: 0;
3238
+ margin: auto;
3239
  }
3240
 
3241
  .premium-countdown-flip .premium-countdown-figure .bottom-back {
3242
+ z-index: 2;
3243
+ top: 0;
3244
  }
3245
 
3246
  .premium-countdown-flip .premium-countdown-figure .bottom-back span {
3247
+ position: absolute;
3248
+ top: 0;
3249
+ right: 0;
3250
+ left: 0;
3251
+ margin: auto;
3252
  }
3253
 
3254
  .premium-countdown-flip .premium-countdown-figure .top,
3255
  .premium-countdown-flip .premium-countdown-figure .bottom-back,
3256
  .premium-countdown-flip .premium-countdown-figure .top-back {
3257
+ height: 50%;
3258
+ overflow: hidden;
3259
+ background-color: #f7f7f7;
3260
+ -webkit-border-top-right-radius: 10px;
3261
+ border-top-right-radius: 10px;
3262
+ -webkit-border-top-left-radius: 10px;
3263
+ border-top-left-radius: 10px;
3264
  }
3265
 
3266
  .premium-countdown-flip .premium-countdown-figure .top-back {
3267
+ -webkit-border-bottom-right-radius: 10px;
3268
+ border-bottom-right-radius: 10px;
3269
+ -webkit-border-bottom-left-radius: 10px;
3270
+ border-bottom-left-radius: 10px;
3271
  }
3272
 
3273
  .premium-countdown-flip .premium-countdown-figure .top::after,
3274
  .premium-countdown-flip .premium-countdown-figure .bottom-back::after {
3275
+ content: "";
3276
+ position: absolute;
3277
+ z-index: -1;
3278
+ right: 0;
3279
+ bottom: 0;
3280
+ width: 100%;
3281
+ height: 100%;
3282
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
3283
  }
3284
 
3285
  .side .premium-countdown-figure,
3286
  .side .premium-countdown-label {
3287
+ display: inline-block;
3288
  }
3289
 
3290
  .side .premium-countdown-figure {
3291
+ margin-left: 5px;
3292
  }
3293
 
3294
  .down .premium-countdown-figure,
3295
  .down .premium-countdown-label {
3296
+ display: block;
3297
  }
3298
 
3299
  .down .premium-countdown-label {
3300
+ width: 100%;
3301
  }
 
3302
  /**************** Premium Counter ***************/
3303
  /************************************************/
3304
  .premium-counter-area {
3305
+ padding: 10px 0;
3306
+ -js-display: flex;
3307
+ display: -webkit-box;
3308
+ display: -webkit-flex;
3309
+ display: -moz-box;
3310
+ display: -ms-flexbox;
3311
+ display: flex;
3312
+ -webkit-box-pack: center;
3313
+ -webkit-justify-content: center;
3314
+ -moz-box-pack: center;
3315
+ -ms-flex-pack: center;
3316
+ justify-content: center;
3317
+ -webkit-box-align: center;
3318
+ -webkit-align-items: center;
3319
+ -moz-box-align: center;
3320
+ -ms-flex-align: center;
3321
+ align-items: center;
3322
  }
3323
 
3324
  .premium-counter-area.top {
3325
+ -webkit-box-orient: vertical;
3326
+ -webkit-box-direction: normal;
3327
+ -webkit-flex-direction: column;
3328
+ -moz-box-orient: vertical;
3329
+ -moz-box-direction: normal;
3330
+ -ms-flex-direction: column;
3331
+ flex-direction: column;
3332
  }
3333
 
3334
  .premium-counter-area.right {
3335
+ -webkit-box-orient: horizontal;
3336
+ -webkit-box-direction: reverse;
3337
+ -webkit-flex-direction: row-reverse;
3338
+ -moz-box-orient: horizontal;
3339
+ -moz-box-direction: reverse;
3340
+ -ms-flex-direction: row-reverse;
3341
+ flex-direction: row-reverse;
3342
  }
3343
 
3344
  .premium-counter-area.right .premium-counter-icon {
3345
+ padding-right: 20px;
3346
  }
3347
 
3348
  .premium-counter-area.left .premium-counter-icon {
3349
+ padding-left: 20px;
3350
  }
3351
 
3352
  .premium-counter-area .premium-counter-icon .icon i.fa:before {
3353
+ vertical-align: text-top;
3354
  }
3355
 
3356
  .premium-counter-area .premium-counter-icon span.icon {
3357
+ text-align: center;
3358
+ display: inline-block;
3359
+ vertical-align: middle;
3360
  }
3361
 
3362
  .premium-counter-area .premium-counter-icon .circle {
3363
+ -webkit-border-radius: 100%;
3364
+ border-radius: 100%;
3365
  }
3366
 
3367
  .premium-counter-area .premium-counter-icon img,
3368
  .premium-counter-area .premium-counter-icon svg {
3369
+ width: 80px;
3370
  }
3371
 
3372
  .premium-counter-area .premium-counter-icon .premium-counter-animation svg {
3373
+ height: 80px;
3374
  }
3375
 
3376
  .premium-counter-area .premium-counter-title p {
3377
+ padding: 0;
3378
+ margin: 0;
3379
  }
3380
 
3381
  .premium-counter-area .premium-counter-value-wrap {
3382
+ -js-display: flex;
3383
+ display: -webkit-box;
3384
+ display: -webkit-flex;
3385
+ display: -moz-box;
3386
+ display: -ms-flexbox;
3387
+ display: flex;
3388
+ -webkit-box-align: center;
3389
+ -webkit-align-items: center;
3390
+ -moz-box-align: center;
3391
+ -ms-flex-align: center;
3392
+ align-items: center;
3393
  }
3394
 
3395
  .premium-init-wrapper {
3396
+ -js-display: flex;
3397
+ display: -webkit-box;
3398
+ display: -webkit-flex;
3399
+ display: -moz-box;
3400
+ display: -ms-flexbox;
3401
+ display: flex;
3402
  }
3403
 
3404
  .premium-init-wrapper.row {
3405
+ -webkit-box-align: center;
3406
+ -webkit-align-items: center;
3407
+ -moz-box-align: center;
3408
+ -ms-flex-align: center;
3409
+ align-items: center;
3410
  }
3411
 
3412
  .premium-init-wrapper.right {
3413
+ text-align: right;
3414
  }
3415
 
3416
  span.icon.flex-width {
3417
+ width: auto !important;
3418
+ height: auto !important;
3419
  }
3420
 
3421
  .premium-counter-area .premium-counter-init {
3422
+ font-size: 35px;
3423
  }
 
3424
  /**************** Premium Dual Heading *****************/
3425
  /*******************************************************/
3426
  .premium-dual-header-first-header,
3427
  .premium-dual-header-second-header {
3428
+ position: relative;
3429
+ padding: 0;
3430
+ margin: 0;
3431
+ display: inline-block;
3432
+ -webkit-transform: translate(0, 0);
3433
+ -ms-transform: translate(0, 0);
3434
+ transform: translate(0, 0);
3435
  }
3436
 
3437
  .premium-dual-header-first-clip .premium-dual-header-first-span,
3438
  .premium-dual-header-second-clip {
3439
+ -webkit-text-fill-color: transparent;
3440
+ -webkit-background-clip: text;
3441
  }
3442
 
3443
  .premium-dual-header-first-clip.stroke .premium-dual-header-first-span,
3444
  .premium-dual-header-second-clip.stroke {
3445
+ -webkit-text-stroke-color: transparent;
3446
+ -webkit-text-fill-color: #fafafa;
3447
+ -webkit-text-stroke-width: 2px;
3448
  }
3449
 
3450
  @media (max-width: 500px) {
3451
 
3452
+ .premium-dual-header-first-header,
3453
+ .premium-dual-header-second-header {
3454
+ word-wrap: break-word;
3455
+ }
3456
  }
3457
 
3458
  .premium-dual-header-first-header.gradient .premium-dual-header-first-span,
3459
  .premium-dual-header-second-header.gradient {
3460
+ -webkit-background-size: 300% 300% !important;
3461
+ background-size: 300% 300% !important;
3462
+ -webkit-animation: Gradient 10s ease-in-out infinite;
3463
+ animation: Gradient 10s ease-in-out infinite;
3464
  }
3465
 
3466
  @-webkit-keyframes Gradient {
3467
+ 0% {
3468
+ background-position: 100% 50%;
3469
+ }
3470
 
3471
+ 50% {
3472
+ background-position: 0% 50%;
3473
+ }
3474
 
3475
+ 100% {
3476
+ background-position: 100% 50%;
3477
+ }
3478
  }
3479
 
3480
  @keyframes Gradient {
3481
+ 0% {
3482
+ background-position: 100% 50%;
3483
+ }
3484
 
3485
+ 50% {
3486
+ background-position: 0% 50%;
3487
+ }
3488
 
3489
+ 100% {
3490
+ background-position: 100% 50%;
3491
+ }
3492
  }
 
3493
  /**************** Premium Fancy Text *******************/
3494
  /*******************************************************/
3495
  .premium-suffix-text,
3496
  .premium-fancy-text,
3497
  .premium-prefix-text {
3498
+ font-size: 40px;
3499
  }
3500
 
3501
  .premium-fancy-text-wrapper:not(.typing) .premium-fancy-text,
3502
  .premium-fancy-item-hidden {
3503
+ opacity: 0;
3504
  }
3505
 
3506
  .premium-fancy-text-wrapper .premium-fancy-list-items {
3507
+ list-style: none;
3508
  }
3509
 
3510
  .premium-fancy-text-wrapper .premium-fancy-text-span-align {
3511
+ vertical-align: top;
3512
  }
3513
 
3514
  .premium-fancy-text-wrapper:not(.typing):not(.slide) .premium-fancy-text-items-wrapper {
3515
+ margin: 0;
3516
+ padding: 0;
3517
+ border: none;
3518
+ position: relative;
3519
  }
3520
 
3521
  .premium-fancy-text-wrapper:not(.typing):not(.slide) .premium-fancy-list-items {
3522
+ position: absolute;
3523
+ top: 0;
3524
+ left: 0;
3525
+ display: inline-block;
3526
  }
3527
 
3528
  .premium-fancy-text-wrapper.zoomout .premium-fancy-item-hidden {
3529
+ -webkit-animation: pa-zoom-out 0.8s;
3530
+ animation: pa-zoom-out 0.8s;
3531
  }
3532
 
3533
  .premium-fancy-text-wrapper.zoomout .premium-fancy-item-visible {
3534
+ position: relative !important;
3535
+ -webkit-animation: pa-zoom-in 0.8s;
3536
+ animation: pa-zoom-in 0.8s;
3537
  }
3538
 
3539
  .premium-fancy-text-wrapper.zoomout .premium-fancy-text-items-wrapper {
3540
+ -webkit-perspective: 300px;
3541
+ perspective: 300px;
3542
  }
3543
 
3544
  .premium-fancy-text-wrapper.rotate .premium-fancy-list-items {
3545
+ -webkit-transform-origin: 50% 100%;
3546
+ -ms-transform-origin: 50% 100%;
3547
+ transform-origin: 50% 100%;
3548
  }
3549
 
3550
  .premium-fancy-text-wrapper.rotate .premium-fancy-item-hidden {
3551
+ -webkit-transform: rotateX(180deg);
3552
+ transform: rotateX(180deg);
3553
+ -webkit-animation: pa-rotate-out 1.2s;
3554
+ animation: pa-rotate-out 1.2s;
3555
  }
3556
 
3557
  .premium-fancy-text-wrapper.rotate .premium-fancy-item-visible {
3558
+ position: relative !important;
3559
+ -webkit-transform: rotateX(0deg);
3560
+ transform: rotateX(0deg);
3561
+ -webkit-animation: pa-rotate-in 1.2s;
3562
+ animation: pa-rotate-in 1.2s;
3563
  }
3564
 
3565
  .premium-fancy-text-wrapper.custom .premium-fancy-item-visible {
3566
+ position: relative !important;
3567
  }
3568
 
3569
  .premium-fancy-text-wrapper.auto-fade .premium-fancy-text {
3570
+ display: inline-block;
3571
+ width: 200px;
3572
+ font-weight: 400;
3573
  }
3574
 
3575
  .premium-fancy-text-wrapper.auto-fade .premium-fancy-svg-text {
3576
+ position: relative;
3577
+ vertical-align: sub;
3578
  }
3579
 
3580
  .premium-fancy-text-wrapper.auto-fade g>text {
3581
+ text-anchor: start;
3582
+ shape-rendering: crispEdges;
3583
+ opacity: 0;
3584
+ font-size: 300px;
3585
+ -webkit-animation-name: pa-auto-fade;
3586
+ animation-name: pa-auto-fade;
3587
+ -moz-animation-name: pa-auto-fade;
3588
+ -webkit-animation-duration: 9s;
3589
+ animation-duration: 9s;
3590
+ -webkit-animation-timing-function: linear;
3591
+ animation-timing-function: linear;
3592
+ -webkit-animation-iteration-count: infinite;
3593
+ animation-iteration-count: infinite;
3594
  }
3595
 
3596
  .premium-fancy-text-wrapper.auto-fade g>text:nth-child(1) {
3597
+ -webkit-animation-delay: 0s;
3598
+ animation-delay: 0s;
3599
  }
3600
 
3601
  .premium-fancy-text-wrapper.auto-fade g>text:nth-child(2) {
3602
+ -webkit-animation-delay: 3s;
3603
+ animation-delay: 3s;
3604
  }
3605
 
3606
  .premium-fancy-text-wrapper.auto-fade g>text:nth-child(3) {
3607
+ -webkit-animation-delay: 6s;
3608
+ animation-delay: 6s;
3609
  }
3610
 
3611
  .premium-fancy-text-wrapper.loading .premium-fancy-text {
3612
+ position: relative;
3613
  }
3614
 
3615
  .premium-fancy-text-wrapper.loading .premium-fancy-text .premium-loading-bar {
3616
+ position: absolute;
3617
+ width: 100%;
3618
+ height: 3px;
3619
+ bottom: 0;
3620
+ left: 0;
3621
+ animation: pa-loading-bar 2.5s ease-out infinite;
3622
+ -webkit-animation: pa-loading-bar 2.5s ease-out infinite;
3623
  }
3624
 
3625
  .premium-fancy-text-wrapper.loading.pause .premium-fancy-text:hover .premium-loading-bar {
3626
+ -webkit-animation-play-state: paused;
3627
+ animation-play-state: paused;
3628
  }
3629
 
3630
  @-webkit-keyframes pa-auto-fade {
3631
+ 0% {
3632
+ opacity: 0;
3633
+ }
3634
 
3635
+ 20% {
3636
+ opacity: 1;
3637
+ }
3638
 
3639
+ 35% {
3640
+ opacity: 0;
3641
+ }
3642
 
3643
+ 100% {
3644
+ opacity: 0;
3645
+ }
3646
  }
3647
 
3648
  @keyframes pa-auto-fade {
3649
+ 0% {
3650
+ opacity: 0;
3651
+ }
3652
 
3653
+ 20% {
3654
+ opacity: 1;
3655
+ }
3656
 
3657
+ 35% {
3658
+ opacity: 0;
3659
+ }
3660
 
3661
+ 100% {
3662
+ opacity: 0;
3663
+ }
3664
  }
3665
 
3666
  @-webkit-keyframes pa-loading-bar {
3667
+ 0% {
3668
+ width: 0;
3669
+ }
3670
 
3671
+ 100% {
3672
+ width: 100;
3673
+ }
3674
  }
3675
 
3676
  @keyframes pa-loading-bar {
3677
+ 0% {
3678
+ width: 0;
3679
+ }
3680
 
3681
+ 100% {
3682
+ width: 100;
3683
+ }
3684
  }
3685
 
3686
  @-webkit-keyframes pa-zoom-in {
3687
+ 0% {
3688
+ opacity: 0;
3689
+ -webkit-transform: translateZ(100px);
3690
+ transform: translateZ(100px);
3691
+ }
3692
 
3693
+ 100% {
3694
+ opacity: 1;
3695
+ -webkit-transform: translateZ(0);
3696
+ transform: translateZ(0);
3697
+ }
3698
  }
3699
 
3700
  @keyframes pa-zoom-in {
3701
+ 0% {
3702
+ opacity: 0;
3703
+ -webkit-transform: translateZ(100px);
3704
+ transform: translateZ(100px);
3705
+ }
3706
 
3707
+ 100% {
3708
+ opacity: 1;
3709
+ -webkit-transform: translateZ(0);
3710
+ transform: translateZ(0);
3711
+ }
3712
  }
3713
 
3714
  @-webkit-keyframes pa-zoom-out {
3715
+ 0% {
3716
+ opacity: 1;
3717
+ -webkit-transform: translateZ(0);
3718
+ transform: translateZ(0);
3719
+ }
3720
 
3721
+ 100% {
3722
+ opacity: 0;
3723
+ -webkit-transform: translateZ(-100px);
3724
+ transform: translateZ(-100px);
3725
+ }
3726
  }
3727
 
3728
  @keyframes pa-zoom-out {
3729
+ 0% {
3730
+ opacity: 1;
3731
+ -webkit-transform: translateZ(0);
3732
+ transform: translateZ(0);
3733
+ }
3734
 
3735
+ 100% {
3736
+ opacity: 0;
3737
+ -webkit-transform: translateZ(-100px);
3738
+ transform: translateZ(-100px);
3739
+ }
3740
  }
3741
 
3742
  @-webkit-keyframes pa-rotate-in {
3743
+ 0% {
3744
+ opacity: 0;
3745
+ -webkit-transform: rotateX(180deg);
3746
+ transform: rotateX(180deg);
3747
+ }
3748
 
3749
+ 35% {
3750
+ opacity: 0;
3751
+ -webkit-transform: rotateX(120deg);
3752
+ transform: rotateX(120deg);
3753
+ }
3754
 
3755
+ 65% {
3756
+ opacity: 0;
3757
+ }
3758
 
3759
+ 100% {
3760
+ opacity: 1;
3761
+ -webkit-transform: rotateX(360deg);
3762
+ transform: rotateX(360deg);
3763
+ }
3764
  }
3765
 
3766
  @keyframes pa-rotate-in {
3767
+ 0% {
3768
+ opacity: 0;
3769
+ -webkit-transform: rotateX(180deg);
3770
+ transform: rotateX(180deg);
3771
+ }
3772
 
3773
+ 35% {
3774
+ opacity: 0;
3775
+ -webkit-transform: rotateX(120deg);
3776
+ transform: rotateX(120deg);
3777
+ }
3778
 
3779
+ 65% {
3780
+ opacity: 0;
3781
+ }
3782
 
3783
+ 100% {
3784
+ opacity: 1;
3785
+ -webkit-transform: rotateX(360deg);
3786
+ transform: rotateX(360deg);
3787
+ }
3788
  }
3789
 
3790
  @-webkit-keyframes pa-rotate-out {
3791
+ 0% {
3792
+ opacity: 1;
3793
+ -webkit-transform: rotateX(0deg);
3794
+ transform: rotateX(0deg);
3795
+ }
3796
 
3797
+ 35% {
3798
+ opacity: 1;
3799
+ -webkit-transform: rotateX(-40deg);
3800
+ transform: rotateX(-40deg);
3801
+ }
3802
 
3803
+ 65% {
3804
+ opacity: 0;
3805
+ }
3806
 
3807
+ 100% {
3808
+ opacity: 0;
3809
+ -webkit-transform: rotateX(180deg);
3810
+ transform: rotateX(180deg);
3811
+ }
3812
  }
3813
 
3814
  @keyframes pa-rotate-out {
3815
+ 0% {
3816
+ opacity: 1;
3817
+ -webkit-transform: rotateX(0deg);
3818
+ transform: rotateX(0deg);
3819
+ }
3820
+
3821
+ 35% {
3822
+ opacity: 1;
3823
+ -webkit-transform: rotateX(-40deg);
3824
+ transform: rotateX(-40deg);
3825
+ }
3826
+
3827
+ 65% {
3828
+ opacity: 0;
3829
+ }
3830
+
3831
+ 100% {
3832
+ opacity: 0;
3833
+ -webkit-transform: rotateX(180deg);
3834
+ transform: rotateX(180deg);
3835
+ }
3836
+ }
3837
+ /**************** Premium Bullet List *****************/
3838
+ /******************************************************/
3839
+ .premium-bullet-list-box {
3840
+ -js-display: flex;
3841
+ display: -webkit-box;
3842
+ display: -webkit-flex;
3843
+ display: -moz-box;
3844
+ display: -ms-flexbox;
3845
+ display: flex;
3846
+ -webkit-flex-wrap: wrap;
3847
+ -ms-flex-wrap: wrap;
3848
+ flex-wrap: wrap;
3849
+ -webkit-box-orient: vertical;
3850
+ -webkit-box-direction: normal;
3851
+ -webkit-flex-direction: column;
3852
+ -moz-box-orient: vertical;
3853
+ -moz-box-direction: normal;
3854
+ -ms-flex-direction: column;
3855
+ flex-direction: column;
3856
+ padding: 0;
3857
+ }
3858
+
3859
+ .premium-bullet-list-box .premium-bullet-list-content-grow-lc {
3860
+ -webkit-transform-origin: right center;
3861
+ -ms-transform-origin: right center;
3862
+ transform-origin: right center;
3863
+ }
3864
+
3865
+ .premium-bullet-list-box .premium-bullet-list-content-grow-rc {
3866
+ -webkit-transform-origin: left center;
3867
+ -ms-transform-origin: left center;
3868
+ transform-origin: left center;
3869
+ }
3870
+
3871
+ .premium-bullet-list-box .premium-bullet-list-content-grow-cc {
3872
+ -webkit-transform-origin: center center;
3873
+ -ms-transform-origin: center center;
3874
+ transform-origin: center center;
3875
+ }
3876
+
3877
+ .premium-bullet-list-content {
3878
+ -js-display: flex;
3879
+ display: -webkit-box;
3880
+ display: -webkit-flex;
3881
+ display: -moz-box;
3882
+ display: -ms-flexbox;
3883
+ display: flex;
3884
+ -webkit-transition: all 0.3s ease-in-out;
3885
+ transition: all 0.3s ease-in-out;
3886
+ width: auto;
3887
+ position: relative;
3888
+ }
3889
+
3890
+ .premium-bullet-list-content .premium-bullet-list-text span,
3891
+ .premium-bullet-list-content .premium-bullet-list-wrapper {
3892
+ display: inline-block;
3893
+ -webkit-align-self: center;
3894
+ -ms-flex-item-align: center;
3895
+ align-self: center;
3896
+ -webkit-transition: all 0.3s ease-in-out;
3897
+ transition: all 0.3s ease-in-out;
3898
+ }
3899
+
3900
+ .premium-bullet-list-content .premium-bullet-list-text span {
3901
+ margin: 0 5px;
3902
+ -webkit-box-flex: 1;
3903
+ -webkit-flex: 1;
3904
+ -moz-box-flex: 1;
3905
+ -ms-flex: 1;
3906
+ flex: 1;
3907
+ }
3908
+
3909
+ .premium-bullet-list-content .premium-bullet-list-icon-text p {
3910
+ font-size: 18px;
3911
+ background-color: #eee;
3912
+ padding: 1px 5px;
3913
+ -webkit-border-radius: 2px;
3914
+ border-radius: 2px;
3915
+ }
3916
+
3917
+ .premium-bullet-list-content .premium-bullet-list-text span,
3918
+ .premium-bullet-list-content .premium-bullet-list-icon-text p,
3919
+ .premium-bullet-list-content .premium-bullet-list-wrapper img,
3920
+ .premium-bullet-list-content .premium-bullet-list-wrapper svg,
3921
+ .premium-bullet-list-content .premium-bullet-list-wrapper i {
3922
+ -webkit-transition: all 0.3s ease-in-out;
3923
+ transition: all 0.3s ease-in-out;
3924
+ }
3925
+
3926
+ .premium-bullet-list-content .premium-bullet-list-wrapper {
3927
+ position: relative;
3928
+ line-height: 0;
3929
+ }
3930
+
3931
+ .premium-bullet-list-content .premium-bullet-list-wrapper img,
3932
+ .premium-bullet-list-content .premium-bullet-list-wrapper svg {
3933
+ width: 30px !important;
3934
+ height: 30px !important;
3935
+ position: relative;
3936
+ z-index: 500;
3937
+ }
3938
+
3939
+ .premium-bullet-list-content .premium-bullet-list-wrapper i {
3940
+ width: 1.25em;
3941
+ }
3942
+
3943
+ .premium-bullet-list-content .premium-bullet-list-wrapper i,
3944
+ .premium-bullet-list-content .premium-bullet-list-wrapper .premium-bullet-list-icon-text {
3945
+ position: relative;
3946
+ z-index: 500;
3947
+ }
3948
+
3949
+ .premium-bullet-list-content .premium-bullet-list-link {
3950
+ position: absolute;
3951
+ top: 0;
3952
+ right: 0;
3953
+ width: 100%;
3954
+ height: 100%;
3955
+ z-index: 1000;
3956
+ }
3957
+
3958
+ .premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector {
3959
+ width: 100%;
3960
+ height: 100%;
3961
+ position: absolute;
3962
+ top: 0.5em;
3963
+ z-index: 100;
3964
+ -js-display: flex;
3965
+ display: -webkit-box;
3966
+ display: -webkit-flex;
3967
+ display: -moz-box;
3968
+ display: -ms-flexbox;
3969
+ display: flex;
3970
+ -webkit-box-pack: center;
3971
+ -webkit-justify-content: center;
3972
+ -moz-box-pack: center;
3973
+ -ms-flex-pack: center;
3974
+ justify-content: center;
3975
+ }
3976
+
3977
+ .premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector .premium-icon-connector-content:after {
3978
+ content: "";
3979
+ border-left-width: 1px;
3980
+ border-left-style: solid;
3981
+ border-color: #333333;
3982
+ display: block;
3983
+ height: 100%;
3984
+ }
3985
+
3986
+ li.premium-bullet-list-content.premium-bullet-list-content-inline {
3987
+ -webkit-align-self: center;
3988
+ -ms-flex-item-align: center;
3989
+ align-self: center;
3990
+ z-index: 2;
3991
+ }
3992
+
3993
+ li.premium-bullet-list-content.premium-bullet-list-content-inline:not(:first-child) {
3994
+ margin: 0 3px;
3995
+ }
3996
+
3997
+ li.premium-bullet-list-content.premium-bullet-list-content-inline:first-child {
3998
+ margin: 0 0 0 3px;
3999
+ }
4000
+
4001
+ .premium-bullet-list-divider:not(:last-child) {
4002
+ width: 100%;
4003
+ -webkit-box-flex: 0;
4004
+ -webkit-flex: 0 0 100%;
4005
+ -moz-box-flex: 0;
4006
+ -ms-flex: 0 0 100%;
4007
+ flex: 0 0 100%;
4008
+ overflow: hidden;
4009
+ }
4010
+
4011
+ .premium-bullet-list-divider:not(:last-child):after {
4012
+ content: "";
4013
+ display: block;
4014
+ border-top-style: solid;
4015
+ border-top-width: 1px;
4016
+ }
4017
+
4018
+ .premium-bullet-list-divider-inline:not(:last-child) {
4019
+ float: left;
4020
+ display: inline-block;
4021
+ position: relative;
4022
+ height: 100%;
4023
+ overflow: hidden;
4024
+ -webkit-align-self: center;
4025
+ -ms-flex-item-align: center;
4026
+ align-self: center;
4027
+ margin: 0 3px;
4028
+ }
4029
+
4030
+ .premium-bullet-list-divider-inline:not(:last-child):after {
4031
+ content: "";
4032
+ display: block;
4033
+ border-right-width: 1px;
4034
+ height: 33px;
4035
+ border-right-style: solid;
4036
+ }
4037
+
4038
+ .premium-bullet-list-icon-text {
4039
+ line-height: 1.5;
4040
+ }
4041
+
4042
+ .premium-bullet-list-icon-text p,
4043
+ ul.premium-bullet-list-box,
4044
+ li.premium-bullet-list-content {
4045
+ margin: 0;
4046
+ }
4047
+
4048
+ .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper i,
4049
+ .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-text span,
4050
+ .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-icon-text p {
4051
+ color: transparent !important;
4052
+ text-shadow: 0 0 3px #aaa;
4053
+ }
4054
+
4055
+ .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-icon-connector-content,
4056
+ .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper .premium-lottie-animation svg,
4057
+ .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper img,
4058
+ .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-badge {
4059
+ -webkit-filter: blur(3px);
4060
+ filter: blur(3px);
4061
+ }
4062
+
4063
+ .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper i,
4064
+ .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-text span,
4065
+ .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-icon-text p {
4066
+ color: #aaa !important;
4067
+ text-shadow: 0 0px 0 transparent;
4068
+ }
4069
+
4070
+ .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-icon-connector-content,
4071
+ .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper .premium-lottie-animation svg,
4072
+ .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper img,
4073
+ .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-badge {
4074
+ -webkit-filter: none;
4075
+ filter: none;
4076
+ }
4077
+
4078
+ .premium-bullet-list-content .premium-bullet-list-badge {
4079
+ font-size: 11px;
4080
+ top: auto;
4081
+ min-width: -webkit-max-content;
4082
+ min-width: -moz-max-content;
4083
+ min-width: max-content;
4084
+ height: -webkit-fit-content;
4085
+ height: -moz-fit-content;
4086
+ height: fit-content;
4087
+ }
4088
+
4089
+ .premium-bullet-list-content .premium-bullet-list-icon-text p {
4090
+ font-size: 13px;
4091
+ }
4092
+
4093
+ .premium-bullet-list-gradient-effect[data-text] {
4094
+ display: inline-block;
4095
+ position: relative;
4096
+ text-decoration: none;
4097
+ }
4098
+
4099
+ .premium-bullet-list-gradient-effect[data-text]::before {
4100
+ content: attr(data-text);
4101
+ position: absolute;
4102
+ z-index: 1;
4103
+ overflow: hidden;
4104
+ -webkit-clip-path: polygon(100% 100%, 100% 100%, 50% 50%);
4105
+ clip-path: polygon(100% 100%, 100% 100%, 50% 50%);
4106
+ -webkit-background-clip: text;
4107
+ background-clip: text;
4108
+ -webkit-text-fill-color: transparent;
4109
+ -webkit-transition: all 0.4s ease;
4110
+ transition: all 0.4s ease;
4111
+ }
4112
+
4113
+ .premium-bullet-list-content:hover .premium-bullet-list-gradient-effect[data-text]::before,
4114
+ .premium-bullet-list-content:focus .premium-bullet-list-gradient-effect[data-text]::before {
4115
+ -webkit-animation: rtlgradient 1s forwards;
4116
+ animation: rtlgradient 1s forwards;
4117
+ }
4118
+
4119
+ @-webkit-keyframes rtlgradient {
4120
+ 0% {
4121
+ -webkit-clip-path: circle(0% at 150% 50%);
4122
+ clip-path: circle(0% at 150% 50%);
4123
+ }
4124
+
4125
+ 100% {
4126
+ -webkit-clip-path: circle(100% at 50% 50%);
4127
+ clip-path: circle(100% at 50% 50%);
4128
+ }
4129
+ }
4130
+
4131
+ @keyframes rtlgradient {
4132
+ 0% {
4133
+ -webkit-clip-path: circle(0% at 150% 50%);
4134
+ clip-path: circle(0% at 150% 50%);
4135
+ }
4136
+
4137
+ 100% {
4138
+ -webkit-clip-path: circle(100% at 50% 50%);
4139
+ clip-path: circle(100% at 50% 50%);
4140
+ }
4141
+ }
4142
+
4143
+ ul[data-list-animation*="animated-"] .premium-bullet-list-divider,
4144
+ ul[data-list-animation*="animated-"] .premium-bullet-list-content,
4145
+ ul[data-list-animation*="animated-"] .premium-bullet-list-divider-inline {
4146
+ opacity: 0;
4147
+ }
4148
+
4149
+ .premium-bullet-list-content-grow-effect:hover {
4150
+ -webkit-transform: scale(1.07);
4151
+ -ms-transform: scale(1.07);
4152
+ transform: scale(1.07);
4153
+ }
4154
+
4155
+ @-webkit-keyframes spin {
4156
+ 100% {
4157
+ -webkit-transform: rotate(360deg);
4158
+ transform: rotate(360deg);
4159
+ }
4160
+ }
4161
+
4162
+ @keyframes spin {
4163
+ 100% {
4164
+ -webkit-transform: rotate(360deg);
4165
+ transform: rotate(360deg);
4166
+ }
4167
+ }
4168
+ /**************** Premium Image Button ***********/
4169
+ /*************************************************/
4170
+ .premium-image-button {
4171
+ -js-display: inline-flex;
4172
+ display: -webkit-inline-box;
4173
+ display: -webkit-inline-flex;
4174
+ display: -moz-inline-box;
4175
+ display: -ms-inline-flexbox;
4176
+ display: inline-flex;
4177
+ position: relative;
4178
+ overflow: hidden;
4179
+ background-color: #eee;
4180
+ cursor: pointer;
4181
+ -webkit-transition: all 0.2s ease-in-out !important;
4182
+ transition: all 0.2s ease-in-out !important;
4183
+ }
4184
 
4185
+ .premium-image-button .premium-button-style6-bg,
4186
+ .premium-image-button.premium-button-style6:before,
4187
+ .premium-image-button:not(.premium-image-button-style6):hover {
4188
+ background-color: #54595f;
4189
+ }
4190
 
4191
+ /*Default background for slide styles*/
4192
+ .premium-image-button:hover,
4193
+ .premium-image-button-style4-icon-wrapper,
4194
+ .premium-image-button-style1-top:before,
4195
+ .premium-image-button-style1-bottom:before,
4196
+ .premium-image-button-style1-left:before,
4197
+ .premium-image-button-style1-right:before {
4198
+ background-color: #54595f;
4199
+ }
4200
 
4201
+ .premium-image-button-text-icon-wrapper {
4202
+ width: 100%;
4203
+ -js-display: flex;
4204
+ display: -webkit-box;
4205
+ display: -webkit-flex;
4206
+ display: -moz-box;
4207
+ display: -ms-flexbox;
4208
+ display: flex;
4209
+ -webkit-box-pack: center;
4210
+ -webkit-justify-content: center;
4211
+ -moz-box-pack: center;
4212
+ -ms-flex-pack: center;
4213
+ justify-content: center;
4214
+ -webkit-box-align: center;
4215
+ -webkit-align-items: center;
4216
+ -moz-box-align: center;
4217
+ -ms-flex-align: center;
4218
+ align-items: center;
4219
+ position: relative;
4220
+ z-index: 3;
4221
+ -webkit-transition: all 0.2s ease-in-out;
4222
+ transition: all 0.2s ease-in-out;
4223
  }
4224
 
4225
+ .premium-image-button-text-icon-wrapper span,
4226
+ .premium-image-button-text-icon-wrapper,
4227
+ .premium-image-button-text-icon-wrapper i,
4228
+ .premium-image-button-text-icon-wrapper svg {
4229
+ -webkit-transition: all 0.2s ease-in-out;
4230
+ transition: all 0.2s ease-in-out;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4231
  }
4232
 
4233
+ .premium-image-button-style1-bottom:before,
4234
+ .premium-image-button-style1-top:before,
4235
+ .premium-image-button-style1-left:before,
4236
+ .premium-image-button-style1-right:before {
4237
+ -webkit-transition: all 0.2s ease-in-out;
4238
+ transition: all 0.2s ease-in-out;
4239
  }
4240
 
4241
+ .premium-image-button-style1-bottom:before {
4242
+ content: "";
4243
+ position: absolute;
4244
+ width: 100%;
4245
+ height: 0;
4246
+ top: 0;
4247
+ right: 0;
4248
  }
4249
 
4250
+ .premium-image-button-style1-top:before {
4251
+ content: "";
4252
+ position: absolute;
4253
+ width: 100%;
4254
+ height: 0;
4255
+ bottom: 0;
4256
+ right: 0;
4257
  }
4258
 
4259
+ .premium-image-button-style1-right:before {
4260
+ content: "";
4261
+ position: absolute;
4262
+ width: 0;
4263
+ height: 100%;
4264
+ bottom: 0;
4265
+ right: 0;
 
 
 
 
4266
  }
4267
 
4268
+ .premium-image-button-style1-left:before {
4269
+ content: "";
4270
+ position: absolute;
4271
+ width: 0;
4272
+ height: 100%;
4273
+ top: 0;
4274
+ left: 0;
 
4275
  }
4276
 
4277
+ .premium-image-button-style1-bottom:hover:before {
4278
+ height: 100%;
 
 
 
 
 
4279
  }
4280
 
4281
+ .premium-image-button-style1-top:hover:before {
4282
+ height: 100%;
 
 
 
 
4283
  }
4284
 
4285
+ .premium-image-button-style1-right:hover:before {
4286
+ width: 100%;
 
 
 
 
 
4287
  }
4288
 
4289
+ .premium-image-button-style1-left:hover:before {
4290
+ width: 100%;
 
4291
  }
4292
 
4293
+ .premium-image-button-diagonal-top,
4294
+ .premium-image-button-diagonal-bottom,
4295
+ .premium-image-button-diagonal-left,
4296
+ .premium-image-button-diagonal-right {
4297
+ z-index: 10;
 
4298
  }
4299
 
4300
+ .premium-image-button-diagonal-top:before,
4301
+ .premium-image-button-diagonal-bottom:before,
4302
+ .premium-image-button-diagonal-left:before,
4303
+ .premium-image-button-diagonal-right:before {
4304
+ position: absolute;
4305
+ top: 0px;
4306
+ right: 0px;
4307
+ width: 100%;
4308
+ height: 100%;
4309
+ content: "";
4310
+ z-index: 1;
4311
+ background: rgba(255, 255, 255, 0.2);
4312
+ -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
4313
+ -ms-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
4314
+ transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
4315
+ -webkit-transition: all 0.8s ease-out;
4316
+ transition: all 0.8s ease-out;
4317
  }
4318
 
4319
+ .premium-image-button-diagonal-right:hover:before,
4320
+ .premium-image-button-diagonal-left:before {
4321
+ -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
4322
+ -ms-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
4323
+ transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
4324
  }
4325
 
4326
+ .premium-image-button-diagonal-left:hover:before,
4327
+ .premium-image-button-diagonal-right:before {
4328
+ -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
4329
+ -ms-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
4330
+ transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
 
 
4331
  }
4332
 
4333
+ .premium-image-button-diagonal-top:hover:before,
4334
+ .premium-image-button-diagonal-bottom:before {
4335
+ -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
4336
+ -ms-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
4337
+ transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
 
 
 
 
 
 
 
 
 
 
 
 
4338
  }
4339
 
4340
+ .premium-image-button-diagonal-bottom:hover:before,
4341
+ .premium-image-button-diagonal-top:before {
4342
+ -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
4343
+ -ms-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
4344
+ transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
 
 
4345
  }
4346
 
4347
+ .premium-image-button-style4-icon-wrapper {
4348
+ position: absolute;
4349
+ z-index: 2;
4350
+ width: 100%;
4351
+ text-align: center;
4352
+ display: -webkit-box;
4353
+ display: -webkit-flex;
4354
+ display: -ms-flexbox;
4355
+ -js-display: flex;
4356
+ display: -moz-box;
4357
+ display: flex;
4358
+ -webkit-box-align: center;
4359
+ -webkit-align-items: center;
4360
+ -moz-box-align: center;
4361
+ -ms-flex-align: center;
4362
+ align-items: center;
4363
+ -webkit-box-pack: center;
4364
+ -webkit-justify-content: center;
4365
+ -moz-box-pack: center;
4366
+ -ms-flex-pack: center;
4367
+ justify-content: center;
4368
+ height: 100%;
4369
+ opacity: 0;
4370
+ -webkit-transition: all 0.3s ease-in-out;
4371
+ transition: all 0.3s ease-in-out;
4372
  }
4373
 
4374
+ .premium-image-button-style4-icon-wrapper.top {
4375
+ bottom: -100%;
4376
+ right: 0;
4377
  }
4378
 
4379
+ .premium-image-button-style4-icon-wrapper.bottom {
4380
+ top: -100%;
4381
+ right: 0;
4382
  }
4383
 
4384
+ .premium-image-button-style4-icon-wrapper.left {
4385
+ top: 0;
4386
+ right: -100%;
 
 
 
 
 
4387
  }
4388
 
4389
+ .premium-image-button-style4-icon-wrapper.right {
4390
+ top: 0;
4391
+ left: -100%;
 
 
4392
  }
4393
 
4394
+ .premium-image-button-style4-bottom:hover .premium-image-button-style4-icon-wrapper {
4395
+ top: 0;
4396
+ opacity: 1;
 
 
 
 
 
 
 
4397
  }
4398
 
4399
+ .premium-image-button-style4-top:hover .premium-image-button-style4-icon-wrapper {
4400
+ bottom: 0;
4401
+ opacity: 1;
 
 
 
4402
  }
4403
 
4404
+ .premium-image-button-style4-left:hover .premium-image-button-style4-icon-wrapper {
4405
+ right: 0;
4406
+ opacity: 1;
4407
  }
4408
 
4409
+ .premium-image-button-style4-right:hover .premium-image-button-style4-icon-wrapper {
4410
+ left: 0;
4411
+ opacity: 1;
 
4412
  }
4413
 
4414
+ .premium-image-button-style4-bottom:hover .premium-image-button-text-icon-wrapper {
4415
+ -webkit-transform: translateY(100%);
4416
+ -ms-transform: translateY(100%);
4417
+ transform: translateY(100%);
4418
+ opacity: 0;
4419
  }
4420
 
4421
+ .premium-image-button-style4-top:hover .premium-image-button-text-icon-wrapper {
4422
+ -webkit-transform: translateY(-100%);
4423
+ -ms-transform: translateY(-100%);
4424
+ transform: translateY(-100%);
4425
+ opacity: 0;
 
4426
  }
4427
 
4428
+ .premium-image-button-style4-left:hover .premium-image-button-text-icon-wrapper {
4429
+ -webkit-transform: translateX(-100%);
4430
+ -ms-transform: translateX(-100%);
4431
+ transform: translateX(-100%);
4432
+ opacity: 0;
4433
  }
4434
 
4435
+ .premium-image-button-style4-right:hover .premium-image-button-text-icon-wrapper {
4436
+ -webkit-transform: translateX(100%);
4437
+ -ms-transform: translateX(100%);
4438
+ transform: translateX(100%);
4439
+ opacity: 0;
 
4440
  }
4441
 
4442
+ .premium-image-button-overlap-effect-horizontal:before,
4443
+ .premium-image-button-overlap-effect-vertical:before {
4444
+ position: absolute;
4445
+ content: "";
4446
+ top: 0;
4447
+ right: 0;
4448
+ width: 100%;
4449
+ height: 100%;
4450
+ opacity: 0;
4451
+ -webkit-transition: all 1s ease-in-out;
4452
+ transition: all 1s ease-in-out;
4453
+ background: rgba(255, 255, 255, 0.2);
4454
+ -webkit-animation-name: premium-overlap-effect-done;
4455
+ animation-name: premium-overlap-effect-done;
4456
+ -webkit-animation-duration: 1s;
4457
+ animation-duration: 1s;
4458
  }
4459
 
4460
+ .premium-image-button-overlap-effect-vertical:before {
4461
+ -webkit-animation-name: premium-overlap-ver-effect-done;
4462
+ animation-name: premium-overlap-ver-effect-done;
4463
+ -webkit-animation-duration: 1s;
4464
+ animation-duration: 1s;
4465
  }
4466
 
4467
+ .premium-image-button-overlap-effect-horizontal:hover:before {
4468
+ -webkit-animation-name: premium-overlap-effect;
4469
+ animation-name: premium-overlap-effect;
4470
+ -webkit-animation-duration: 1s;
4471
+ animation-duration: 1s;
4472
  }
4473
 
4474
+ .premium-image-button-overlap-effect-vertical:hover:before {
4475
+ -webkit-animation-name: premium-overlap-ver-effect;
4476
+ animation-name: premium-overlap-ver-effect;
4477
+ -webkit-animation-duration: 1s;
4478
+ animation-duration: 1s;
 
 
 
 
 
 
 
4479
  }
4480
 
4481
+ @-webkit-keyframes premium-overlap-effect {
4482
+ 0% {
4483
+ opacity: 0;
4484
+ -webkit-transform: rotateY(0deg);
4485
+ transform: rotateY(0deg);
4486
+ }
4487
+
4488
+ 50% {
4489
+ opacity: 1;
4490
+ -webkit-transform: rotateY(180deg);
4491
+ transform: rotateY(180deg);
4492
+ }
4493
+
4494
+ 100% {
4495
+ opacity: 0;
4496
+ -webkit-transform: rotateY(360deg);
4497
+ transform: rotateY(360deg);
4498
+ }
4499
  }
4500
 
4501
+ @keyframes premium-overlap-effect {
4502
+ 0% {
4503
+ opacity: 0;
4504
+ -webkit-transform: rotateY(0deg);
4505
+ transform: rotateY(0deg);
4506
+ }
4507
 
4508
+ 50% {
4509
+ opacity: 1;
4510
+ -webkit-transform: rotateY(180deg);
4511
+ transform: rotateY(180deg);
4512
+ }
4513
+
4514
+ 100% {
4515
+ opacity: 0;
4516
+ -webkit-transform: rotateY(360deg);
4517
+ transform: rotateY(360deg);
4518
+ }
4519
  }
4520
 
4521
+ @-webkit-keyframes premium-overlap-effect-done {
4522
+ 0% {
4523
+ opacity: 0;
4524
+ -webkit-transform: rotateY(0deg);
4525
+ transform: rotateY(0deg);
4526
+ }
4527
 
4528
+ 50% {
4529
+ opacity: 1;
4530
+ -webkit-transform: rotateY(180deg);
4531
+ transform: rotateY(180deg);
4532
+ }
4533
+
4534
+ 100% {
4535
+ opacity: 0;
4536
+ -webkit-transform: rotateY(360deg);
4537
+ transform: rotateY(360deg);
4538
+ }
4539
  }
4540
 
4541
+ @keyframes premium-overlap-effect-done {
4542
+ 0% {
4543
+ opacity: 0;
4544
+ -webkit-transform: rotateY(0deg);
4545
+ transform: rotateY(0deg);
4546
+ }
4547
+
4548
+ 50% {
4549
+ opacity: 1;
4550
+ -webkit-transform: rotateY(180deg);
4551
+ transform: rotateY(180deg);
4552
+ }
4553
+
4554
+ 100% {
4555
+ opacity: 0;
4556
+ -webkit-transform: rotateY(360deg);
4557
+ transform: rotateY(360deg);
4558
+ }
4559
  }
4560
 
4561
+ @-webkit-keyframes premium-overlap-ver-effect {
4562
+ 0% {
4563
+ opacity: 0;
4564
+ -webkit-transform: rotateX(0deg);
4565
+ transform: rotateX(0deg);
4566
+ }
4567
+
4568
+ 50% {
4569
+ opacity: 1;
4570
+ -webkit-transform: rotateX(180deg);
4571
+ transform: rotateX(180deg);
4572
+ }
4573
+
4574
+ 100% {
4575
+ opacity: 0;
4576
+ -webkit-transform: rotateX(360deg);
4577
+ transform: rotateX(360deg);
4578
+ }
4579
  }
4580
 
4581
+ @keyframes premium-overlap-ver-effect {
4582
+ 0% {
4583
+ opacity: 0;
4584
+ -webkit-transform: rotateX(0deg);
4585
+ transform: rotateX(0deg);
4586
+ }
4587
+
4588
+ 50% {
4589
+ opacity: 1;
4590
+ -webkit-transform: rotateX(180deg);
4591
+ transform: rotateX(180deg);
4592
+ }
4593
+
4594
+ 100% {
4595
+ opacity: 0;
4596
+ -webkit-transform: rotateX(360deg);
4597
+ transform: rotateX(360deg);
4598
+ }
4599
  }
4600
 
4601
+ @-webkit-keyframes premium-overlap-ver-effect-done {
4602
+ 0% {
4603
+ opacity: 0;
4604
+ -webkit-transform: rotateX(0deg);
4605
+ transform: rotateX(0deg);
4606
+ }
4607
+
4608
+ 50% {
4609
+ opacity: 1;
4610
+ -webkit-transform: rotateX(180deg);
4611
+ transform: rotateX(180deg);
4612
+ }
4613
+
4614
+ 100% {
4615
+ opacity: 0;
4616
+ -webkit-transform: rotateX(360deg);
4617
+ transform: rotateX(360deg);
4618
+ }
4619
  }
4620
 
4621
+ @keyframes premium-overlap-ver-effect-done {
4622
+ 0% {
4623
+ opacity: 0;
4624
+ -webkit-transform: rotateX(0deg);
4625
+ transform: rotateX(0deg);
4626
+ }
4627
+
4628
+ 50% {
4629
+ opacity: 1;
4630
+ -webkit-transform: rotateX(180deg);
4631
+ transform: rotateX(180deg);
4632
+ }
4633
+
4634
+ 100% {
4635
+ opacity: 0;
4636
+ -webkit-transform: rotateX(360deg);
4637
+ transform: rotateX(360deg);
4638
+ }
4639
+ }
4640
+ /************ Premium Image Scroll ***************/
4641
+ /*************************************************/
4642
+ .premium-image-scroll-section,
4643
+ .premium-image-scroll-container {
4644
+ -webkit-transition: all 0.3s ease-in-out;
4645
+ transition: all 0.3s ease-in-out;
4646
+ }
4647
+
4648
+ .premium-image-scroll-section {
4649
+ position: relative;
4650
+ overflow: hidden;
4651
+ width: 100%;
4652
+ -webkit-mask-image: -webkit-radial-gradient(white, black);
4653
+ }
4654
+
4655
+ .premium-image-scroll-container {
4656
+ width: 100%;
4657
+ }
4658
+
4659
+ .premium-image-scroll-container .premium-image-scroll-mask-media {
4660
+ -webkit-mask-repeat: no-repeat;
4661
+ mask-repeat: no-repeat;
4662
+ -webkit-mask-position: center;
4663
+ mask-position: center;
4664
+ }
4665
+
4666
+ .premium-container-scroll {
4667
+ overflow: auto;
4668
+ }
4669
+
4670
+ .premium-image-scroll-container .premium-image-scroll-horizontal {
4671
+ position: relative;
4672
+ width: 100%;
4673
+ height: 100%;
4674
+ }
4675
+
4676
+ .premium-image-scroll-container .premium-image-scroll-horizontal img {
4677
+ max-width: none;
4678
+ height: 100%;
4679
+ }
4680
+
4681
+ .premium-image-scroll-container .premium-image-scroll-vertical img {
4682
+ width: 100%;
4683
+ max-width: 100%;
4684
+ height: auto;
4685
+ }
4686
+
4687
+ .premium-image-scroll-ver {
4688
+ position: relative;
4689
+ }
4690
+
4691
+ .premium-image-scroll-container .premium-image-scroll-overlay {
4692
+ background: rgba(2, 2, 2, 0.3);
4693
+ }
4694
+
4695
+ .premium-image-scroll-container .premium-image-scroll-link,
4696
+ .premium-image-scroll-container .premium-image-scroll-overlay {
4697
+ position: absolute;
4698
+ top: 0;
4699
+ bottom: 0;
4700
+ right: 0;
4701
+ left: 0;
4702
+ z-index: 4;
4703
+ }
4704
+
4705
+ .premium-image-scroll-content {
4706
+ display: inline-block;
4707
+ position: absolute;
4708
+ height: auto;
4709
+ top: 50%;
4710
+ right: 50%;
4711
+ text-align: center;
4712
+ z-index: 5;
4713
+ -webkit-transform: translate(50%, -50%);
4714
+ -ms-transform: translate(50%, -50%);
4715
+ transform: translate(50%, -50%);
4716
+ }
4717
+
4718
+ .premium-container-scroll-instant .premium-image-scroll-image {
4719
+ -webkit-transition: all 0s ease-in-out !important;
4720
+ transition: all 0s ease-in-out !important;
4721
+ }
4722
+
4723
+ .premium-image-scroll-container img {
4724
+ -webkit-transition: -webkit-transform 3s ease-in-out;
4725
+ transition: -webkit-transform 3s ease-in-out;
4726
+ transition: transform 3s ease-in-out;
4727
+ transition: transform 3s ease-in-out, -webkit-transform 3s ease-in-out;
4728
+ }
4729
+
4730
+ .premium-image-scroll-container .premium-image-scroll-overlay,
4731
+ .premium-image-scroll-container .premium-image-scroll-content {
4732
+ -webkit-transition: all 0.3s ease-in-out;
4733
+ transition: all 0.3s ease-in-out;
4734
+ opacity: 1;
4735
+ }
4736
+
4737
+ .premium-image-scroll-container:hover .premium-image-scroll-overlay {
4738
+ opacity: 0;
4739
+ }
4740
+
4741
+ .premium-image-scroll-container:hover .premium-image-scroll-content {
4742
+ opacity: 0;
4743
+ visibility: hidden;
4744
+ }
4745
+
4746
+ .premium-image-scroll-content .premium-image-scroll-icon {
4747
+ display: inline-block;
4748
+ font-family: "pa-elements" !important;
4749
+ speak: none;
4750
+ font-style: normal;
4751
+ font-weight: normal;
4752
+ font-variant: normal;
4753
+ text-transform: none;
4754
+ line-height: 1;
4755
+ -webkit-font-smoothing: antialiased;
4756
+ -moz-osx-font-smoothing: grayscale;
4757
+ -webkit-animation-duration: 0.5s;
4758
+ animation-duration: 0.5s;
4759
+ -webkit-animation-iteration-count: infinite;
4760
+ animation-iteration-count: infinite;
4761
+ -webkit-animation-direction: alternate;
4762
+ animation-direction: alternate;
4763
+ -webkit-animation-timing-function: ease-in-out;
4764
+ animation-timing-function: ease-in-out;
4765
+ }
4766
+
4767
+ .pa-horizontal-mouse-scroll:before {
4768
+ content: "\e901";
4769
+ }
4770
+
4771
+ .pa-vertical-mouse-scroll:before {
4772
+ content: "\e93c";
4773
+ }
4774
+
4775
+ .pa-horizontal-mouse-scroll {
4776
+ -webkit-animation-name: pa-scroll-horizontal;
4777
+ animation-name: pa-scroll-horizontal;
4778
+ }
4779
+
4780
+ .pa-vertical-mouse-scroll {
4781
+ -webkit-animation-name: pa-scroll-vertical;
4782
+ animation-name: pa-scroll-vertical;
4783
+ }
4784
+
4785
+ @-webkit-keyframes pa-scroll-vertical {
4786
+ 0% {
4787
+ -webkit-transform: translateY(0px);
4788
+ transform: translateY(0px);
4789
+ }
4790
+
4791
+ 100% {
4792
+ -webkit-transform: translateY(5px);
4793
+ transform: translateY(5px);
4794
+ }
4795
+ }
4796
+
4797
+ @keyframes pa-scroll-vertical {
4798
+ 0% {
4799
+ -webkit-transform: translateY(0px);
4800
+ transform: translateY(0px);
4801
+ }
4802
+
4803
+ 100% {
4804
+ -webkit-transform: translateY(5px);
4805
+ transform: translateY(5px);
4806
+ }
4807
+ }
4808
+
4809
+ @-webkit-keyframes pa-scroll-horizontal {
4810
+ 0% {
4811
+ -webkit-transform: translateX(0px);
4812
+ transform: translateX(0px);
4813
+ }
4814
+
4815
+ 100% {
4816
+ -webkit-transform: translateX(-5px);
4817
+ transform: translateX(-5px);
4818
+ }
4819
+ }
4820
+
4821
+ @keyframes pa-scroll-horizontal {
4822
+ 0% {
4823
+ -webkit-transform: translateX(0px);
4824
+ transform: translateX(0px);
4825
+ }
4826
+
4827
+ 100% {
4828
+ -webkit-transform: translateX(-5px);
4829
+ transform: translateX(-5px);
4830
+ }
4831
+ }
4832
+ /**************** Premium Image Separator ****************/
4833
+ /*********************************************************/
4834
+ /*Image Separator Container Style*/
4835
+ .premium-image-separator-container {
4836
+ position: absolute;
4837
+ width: 100%;
4838
+ z-index: 2;
4839
+ top: auto;
4840
  }
4841
 
4842
+ .premium-image-separator-container img {
4843
+ display: inline-block !important;
4844
+ -webkit-mask-repeat: no-repeat;
4845
+ mask-repeat: no-repeat;
4846
+ -webkit-mask-position: center;
4847
+ mask-position: center;
4848
  }
4849
 
4850
+ /*Link on Image Style*/
4851
+ .premium-image-separator-link {
4852
+ position: absolute;
4853
+ z-index: 9999;
4854
+ top: 0;
4855
+ right: 0;
4856
+ width: 100%;
4857
+ height: 100%;
4858
+ text-decoration: none;
4859
  }
4860
 
4861
+ /*Important to override Theme options*/
4862
+ a.premium-image-separator-link:hover,
4863
+ a.premium-image-separator-link:visited,
4864
+ a.premium-image-separator-link:focus,
4865
+ a.premium-image-separator-link:active {
4866
+ -webkit-box-shadow: none !important;
4867
+ box-shadow: none !important;
4868
+ outline: none !important;
4869
+ border: none !important;
4870
+ text-decoration: none !important;
4871
+ }
4872
+
4873
+ .premium-image-separator-container .img-responsive {
4874
+ display: inline-block;
4875
+ }
4876
+
4877
+ .premium-image-separator-container i,
4878
+ .premium-image-separator-container>svg {
4879
+ padding: 20px;
4880
+ -webkit-transition: all 0.3s ease-in-out;
4881
+ transition: all 0.3s ease-in-out;
4882
+ }
4883
+ /******** Premium Media Grid ********/
4884
+ /************************************/
4885
+ .premium-img-gallery-filter,
4886
+ .premium-blog-filter {
4887
  display: -webkit-box;
4888
  display: -webkit-flex;
 
4889
  display: -ms-flexbox;
4890
+ -js-display: flex;
4891
+ display: -moz-box;
4892
  display: flex;
 
 
 
 
 
4893
  -webkit-box-align: center;
4894
  -webkit-align-items: center;
4895
  -moz-box-align: center;
4896
  -ms-flex-align: center;
4897
  align-items: center;
4898
+ -webkit-box-pack: center;
4899
+ -webkit-justify-content: center;
4900
+ -moz-box-pack: center;
4901
+ -ms-flex-pack: center;
4902
+ justify-content: center;
4903
  }
4904
 
4905
+ .premium-img-gallery {
4906
+ clear: both;
4907
+ overflow: hidden;
 
 
 
4908
  }
4909
 
4910
+ .premium-gallery-container .premium-gallery-item {
4911
+ padding: 10px;
4912
+ float: right;
4913
+ /* Google Chrome isotope issue */
 
 
4914
  }
4915
 
4916
+ .premium-gallery-container .grid-sizer {
4917
+ width: 33.33%;
 
 
 
 
 
4918
  }
4919
 
4920
+ .premium-img-gallery-filter .premium-gallery-cats-container li a.category,
4921
+ .premium-blog-filter .premium-blog-filters-container li a.category {
4922
+ outline: none;
4923
+ text-decoration: none;
4924
+ -webkit-border-radius: 75px;
4925
+ border-radius: 75px;
4926
+ margin: 15px 5px 20px;
4927
+ padding: 7px 20px;
4928
+ -webkit-transition: all 0.3s ease-in-out;
4929
+ transition: all 0.3s ease-in-out;
4930
  }
4931
 
4932
+ /* .premium-img-gallery-filter .premium-gallery-cats-container li a.category span {
4933
+ -webkit-transition: all 0.3s ease-in-out;
4934
+ transition: all 0.3s ease-in-out;
4935
+ } */
4936
+
4937
+ .pa-gallery-img {
4938
+ position: relative;
4939
  }
4940
 
4941
+ .pa-gallery-img .pa-gallery-whole-link {
 
4942
  position: absolute;
 
 
4943
  top: 0;
4944
+ right: 0;
4945
+ width: 100%;
4946
+ height: 100%;
4947
+ z-index: 2;
4948
  }
4949
 
4950
+ .pa-gallery-img .pa-gallery-whole-link span {
4951
+ display: none;
4952
  }
4953
 
4954
+ .pa-gallery-img.style2 .pa-gallery-whole-link,
4955
+ .pa-gallery-img.style3 .pa-gallery-whole-link {
4956
+ z-index: 99;
4957
  }
4958
 
4959
+ .pa-gallery-img-container {
4960
+ overflow: hidden;
4961
+ -webkit-backface-visibility: hidden;
4962
+ -moz-backface-visibility: hidden;
4963
+ -webkit-transform: translate3d(0, 0, 0);
4964
+ transform: translate3d(0, 0, 0);
4965
  }
4966
 
4967
+ .pa-gallery-img-container img {
4968
+ display: block;
4969
  width: 100%;
4970
+ -webkit-transition: all 0.3s ease-in-out;
4971
+ transition: all 0.3s ease-in-out;
4972
  }
4973
 
4974
+ .premium-img-gallery.gray img {
4975
+ -webkit-filter: grayscale(100%);
4976
+ filter: grayscale(100%);
 
 
4977
  }
4978
 
4979
+ .premium-img-gallery.zoomout img,
4980
+ .premium-img-gallery.scale img {
4981
+ -webkit-transform: scale(1.2);
4982
+ -ms-transform: scale(1.2);
4983
+ transform: scale(1.2);
 
 
 
 
 
 
 
 
 
 
 
 
4984
  }
4985
 
4986
+ .premium-img-gallery.sepia img {
4987
+ -webkit-filter: sepia(30%);
4988
+ filter: sepia(30%);
 
 
4989
  }
4990
 
4991
+ .premium-img-gallery.bright img {
4992
+ -webkit-filter: brightness(1);
4993
+ filter: brightness(1);
 
 
4994
  }
4995
 
4996
+ .premium-img-gallery.trans img {
4997
+ -webkit-transform: translateX(15px) scale(1.1);
4998
+ -ms-transform: translateX(15px) scale(1.1);
4999
+ transform: translateX(15px) scale(1.1);
 
5000
  }
5001
 
5002
+ .pa-gallery-img .pa-gallery-magnific-image,
5003
+ .pa-gallery-img .pa-gallery-img-link {
5004
+ outline: none;
 
 
5005
  }
5006
 
5007
+ .pa-gallery-img .pa-gallery-magnific-image i,
5008
+ .pa-gallery-img .pa-gallery-magnific-image svg,
5009
+ .pa-gallery-img .pa-gallery-img-link i,
5010
+ .pa-gallery-img .pa-gallery-img-link svg {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5011
  -webkit-transition: all 0.3s ease-in-out;
5012
  transition: all 0.3s ease-in-out;
5013
  }
5014
 
5015
+ .pa-gallery-img .pa-gallery-magnific-image span,
5016
+ .pa-gallery-img .pa-gallery-img-link span {
5017
+ line-height: 1;
5018
+ display: inline-block;
5019
+ opacity: 0;
5020
+ margin: 0 5px;
5021
+ padding: 15px;
5022
+ -webkit-border-radius: 50%;
5023
+ border-radius: 50%;
5024
  }
5025
 
5026
+ .pa-gallery-img.style2 .pa-gallery-magnific-image span,
5027
+ .pa-gallery-img.style2 .pa-gallery-img-link span {
5028
+ margin: 0 5px 20px;
5029
  }
5030
 
5031
+ .pa-gallery-img:hover .pa-gallery-magnific-image span {
5032
+ -webkit-transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.3s;
5033
+ transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.3s;
5034
  }
5035
 
5036
+ .pa-gallery-img:hover .pa-gallery-img-link span {
5037
+ -webkit-transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.6s;
5038
+ transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.6s;
5039
  }
5040
 
5041
+ .pa-gallery-img:hover .pa-gallery-magnific-image span,
5042
+ .pa-gallery-img:hover .pa-gallery-img-link span,
5043
+ .premium-gallery-icon-show a.pa-gallery-video-icon span {
5044
  opacity: 1;
5045
  }
5046
 
5047
+ .premium-img-gallery-filter ul.premium-gallery-cats-container,
5048
+ .premium-blog-filter ul.premium-blog-filters-container {
5049
+ text-align: center;
5050
+ margin: 0;
5051
+ padding: 0;
5052
  }
5053
 
5054
+ .premium-img-gallery-filter .premium-gallery-cats-container li,
5055
+ .premium-blog-filter .premium-blog-filters-container li {
5056
+ list-style: none;
5057
+ display: -webkit-inline-box;
5058
+ display: -webkit-inline-flex;
5059
+ display: -ms-inline-flexbox;
5060
+ -js-display: inline-flex;
5061
+ display: -moz-inline-box;
5062
+ display: inline-flex;
5063
  }
5064
 
5065
+ .premium-img-gallery.zoomin .pa-gallery-img:hover img {
5066
+ -webkit-transform: scale(1.1);
5067
+ -ms-transform: scale(1.1);
5068
+ transform: scale(1.1);
5069
  }
5070
 
5071
+ .premium-img-gallery.zoomout .pa-gallery-img:hover img {
5072
+ -webkit-transform: scale(1);
5073
+ -ms-transform: scale(1);
5074
+ transform: scale(1);
 
5075
  }
5076
 
5077
+ .premium-img-gallery.scale .pa-gallery-img:hover img {
5078
+ -webkit-transform: scale(1.3) rotate(-5deg);
5079
+ -ms-transform: scale(1.3) rotate(-5deg);
5080
+ transform: scale(1.3) rotate(-5deg);
 
5081
  }
5082
 
5083
+ .premium-img-gallery.gray .pa-gallery-img:hover img {
5084
+ -webkit-filter: grayscale(0%);
5085
+ filter: grayscale(0%);
 
 
5086
  }
5087
 
5088
+ .premium-img-gallery.blur .pa-gallery-img:hover img {
5089
+ -webkit-filter: blur(3px);
5090
+ filter: blur(3px);
 
 
5091
  }
5092
 
5093
+ .premium-img-gallery.sepia .pa-gallery-img:hover img {
5094
+ -webkit-filter: sepia(0%);
5095
+ filter: sepia(0%);
 
 
 
 
 
 
 
 
 
 
 
 
 
5096
  }
5097
 
5098
+ .premium-img-gallery.trans .pa-gallery-img:hover img {
5099
+ -webkit-transform: translateX(0px) scale(1.1);
5100
+ -ms-transform: translateX(0px) scale(1.1);
5101
+ transform: translateX(0px) scale(1.1);
 
5102
  }
5103
 
5104
+ .premium-img-gallery.bright .pa-gallery-img:hover img {
5105
+ -webkit-filter: brightness(1.2);
5106
+ filter: brightness(1.2);
 
 
5107
  }
5108
 
5109
+ .pa-gallery-img .premium-gallery-caption {
5110
+ padding: 10px;
 
 
 
5111
  }
5112
 
5113
+ .pa-gallery-img .premium-gallery-caption .premium-gallery-img-name {
5114
+ margin-bottom: 0;
5115
+ }
 
 
 
 
 
 
 
 
 
5116
 
5117
+ .pa-gallery-img.style1 {
5118
+ overflow: hidden;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5119
  }
5120
 
5121
+ .pa-gallery-img:not(.style2) .pa-gallery-icons-wrapper {
5122
+ position: absolute;
5123
+ top: 0;
5124
+ right: 0;
5125
+ width: 100%;
5126
+ height: 100%;
5127
  -webkit-transition: all 0.3s ease-in-out;
5128
  transition: all 0.3s ease-in-out;
5129
  }
5130
 
5131
+ .pa-gallery-img:not(.style2) .pa-gallery-icons-inner-container {
5132
+ position: absolute;
5133
+ top: 33.33%;
5134
  width: 100%;
5135
+ text-align: center;
5136
+ -webkit-transform: translateY(-50%);
5137
+ -ms-transform: translateY(-50%);
5138
+ transform: translateY(-50%);
5139
+ z-index: 3;
5140
  }
5141
 
5142
+ .pa-gallery-img.style1 .premium-gallery-caption {
5143
+ position: absolute;
5144
+ top: auto;
5145
+ left: 0;
5146
+ right: 0;
5147
  width: 100%;
5148
+ -webkit-transition: all 500ms ease 0s;
5149
+ transition: all 500ms ease 0s;
5150
+ -webkit-transform: translate3d(0, 100%, 0);
5151
+ -ms-transform: translate3d(0, 100%, 0);
5152
+ transform: translate3d(0, 100%, 0);
5153
  }
5154
 
5155
+ .pa-gallery-img.default .premium-gallery-caption {
5156
+ position: absolute;
5157
+ top: auto;
5158
+ left: 0;
5159
+ right: 0;
5160
+ width: 100%;
5161
+ bottom: 0;
5162
  }
5163
 
5164
+ .pa-gallery-img.style1:hover .premium-gallery-caption {
5165
+ -webkit-transform: translate3d(0, 0, 0);
5166
+ -ms-transform: translate3d(0, 0, 0);
5167
+ transform: translate3d(0, 0, 0);
5168
+ bottom: -1px !important;
5169
  }
5170
 
5171
+ .pa-gallery-img.style2 .pa-gallery-icons-caption-container {
5172
+ position: absolute;
5173
+ top: 0;
5174
+ right: 0;
5175
  width: 100%;
5176
  height: 100%;
5177
+ opacity: 0;
5178
+ -webkit-backface-visibility: hidden;
5179
+ backface-visibility: hidden;
5180
+ -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
5181
+ -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
5182
+ transition: opacity 0.3s, -webkit-transform 0.3s;
5183
+ transition: transform 0.3s, opacity 0.3s;
5184
+ transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
5185
+ z-index: 1;
5186
+ background-color: rgba(108, 191, 226, 0.68);
5187
+ display: -webkit-box;
5188
+ display: -webkit-flex;
5189
+ display: -ms-flexbox;
5190
+ -js-display: flex;
5191
+ display: -moz-box;
5192
+ display: flex;
5193
+ text-align: center;
5194
+ -webkit-box-align: center;
5195
+ -webkit-align-items: center;
5196
+ -moz-box-align: center;
5197
+ -ms-flex-align: center;
5198
+ align-items: center;
5199
  }
5200
 
5201
+ .pa-gallery-img.style2 .pa-gallery-icons-caption-cell {
 
 
 
 
 
5202
  width: 100%;
 
 
 
 
 
 
5203
  }
5204
 
5205
+ .pa-gallery-img.style2:hover .pa-gallery-icons-caption-container {
5206
+ opacity: 1;
5207
+ -webkit-transform: translate(-15px, 15px);
5208
+ -ms-transform: translate(-15px, 15px);
5209
+ transform: translate(-15px, 15px);
5210
  }
5211
 
5212
+ .premium-clearfix {
5213
+ clear: both;
 
 
 
 
 
 
5214
  }
5215
 
5216
+ .premium-gallery-container .pa-gallery-item {
5217
+ padding: 10px;
 
 
 
 
 
 
 
 
 
5218
  }
5219
 
5220
+ /**
5221
+ * Metro Layout
5222
+ */
5223
+ .premium-img-gallery-metro .premium-gallery-item {
5224
+ overflow: hidden;
5225
  }
5226
 
5227
+ .premium-img-gallery-metro .pa-gallery-img {
5228
+ height: 100%;
 
 
 
5229
  }
5230
 
5231
+ .premium-img-gallery-metro .pa-gallery-img-container {
5232
+ height: 100%;
 
 
 
5233
  }
5234
 
5235
+ .premium-img-gallery-metro .pa-gallery-img-container img {
5236
+ min-height: 100%;
5237
+ width: 100%;
5238
+ -o-object-fit: fill;
5239
+ object-fit: fill;
5240
  }
5241
 
5242
+ .premium-img-gallery .premium-gallery-item-hidden {
 
5243
  visibility: hidden;
5244
+ width: 0 !important;
5245
+ height: 0 !important;
5246
+ margin: 0 !important;
5247
+ padding: 0 !important;
5248
  }
5249
 
5250
+ .premium-gallery-load-more .premium-gallery-load-more-btn {
5251
+ -webkit-box-shadow: none;
5252
+ box-shadow: none;
5253
+ text-shadow: none;
5254
+ border: none;
5255
+ outline: none;
5256
+ -webkit-box-align: center;
5257
+ -ms-flex-align: center;
5258
+ -webkit-align-items: center;
5259
+ -moz-box-align: center;
5260
+ align-items: center;
5261
+ vertical-align: bottom;
5262
+ cursor: pointer;
5263
+ line-height: 1;
5264
  font-style: normal;
5265
  font-weight: normal;
5266
+ background-image: none;
5267
+ color: #fff;
5268
+ -webkit-transition: all 0.3s ease-in-out;
5269
+ transition: all 0.3s ease-in-out;
 
 
 
 
 
 
 
 
 
 
 
 
 
5270
  }
5271
 
5272
+ .premium-gallery-load-more-btn {
5273
+ display: -webkit-inline-box;
5274
+ display: -webkit-inline-flex;
5275
+ display: -ms-inline-flexbox;
5276
+ -js-display: inline-flex;
5277
+ display: -moz-inline-box;
5278
+ display: inline-flex;
5279
+ -webkit-box-align: center;
5280
+ -webkit-align-items: center;
5281
+ -moz-box-align: center;
5282
+ -ms-flex-align: center;
5283
+ align-items: center;
5284
  }
5285
 
5286
+ .premium-gallery-load-more-btn div {
5287
+ margin-right: 3px;
 
5288
  }
5289
 
5290
+ .premium-gallery-load-more-btn .premium-loader {
5291
+ display: inline-block;
5292
+ width: 20px;
5293
+ height: 20px;
5294
  }
5295
 
5296
+ /** * Video */
5297
+ .pa-gallery-img .pa-gallery-lightbox-wrap {
5298
+ display: inline-block;
 
 
 
 
 
 
 
5299
  }
5300
 
5301
+ .premium-img-gallery-no-lightbox .premium-gallery-video-item .pa-gallery-img,
5302
+ .pa-gallery-img .pa-gallery-video-icon {
5303
+ cursor: pointer;
 
 
 
 
 
 
 
5304
  }
5305
 
5306
+ .pa-gallery-img-container iframe,
5307
+ .pa-gallery-img-container video {
5308
+ position: absolute;
5309
+ visibility: hidden;
5310
+ top: 0;
5311
+ right: 0;
5312
+ max-width: 100%;
5313
+ width: 100%;
5314
+ height: 100%;
5315
+ margin: 0;
5316
+ line-height: 1;
5317
+ border: none;
5318
  }
5319
 
5320
+ .pa-gallery-img-container video {
5321
+ -o-object-fit: contain;
5322
+ object-fit: contain;
5323
+ }
 
5324
 
5325
+ .pa-gallery-icons-inner-container svg,
5326
+ .pa-gallery-icons-caption-cell svg {
5327
+ width: 14px;
5328
+ height: 14px;
5329
  }
5330
 
5331
+ .premium-gallery-gradient-layer {
 
 
 
5332
  position: absolute;
5333
+ bottom: 40px;
5334
  width: 100%;
5335
+ height: 20px;
5336
+ background: -webkit-gradient(linear, left bottom, left top, from(#17181f), to(rgba(255, 255, 255, 0)));
5337
+ background: -webkit-linear-gradient(bottom, #17181f 0%, rgba(255, 255, 255, 0) 100%);
5338
+ background: linear-gradient(to top, #17181f 0%, rgba(255, 255, 255, 0) 100%);
5339
  }
5340
+ /********* Premium Lottie Animations **********/
5341
+ /**********************************************/
5342
+ .elementor-widget-premium-lottie .premium-lottie-animation {
5343
+ position: relative;
5344
+ -js-display: inline-flex;
5345
+ display: -webkit-inline-box;
5346
+ display: -webkit-inline-flex;
5347
+ display: -moz-inline-box;
5348
+ display: -ms-inline-flexbox;
5349
+ display: inline-flex;
5350
+ -webkit-transition: all 0.3s ease-in-out;
5351
+ transition: all 0.3s ease-in-out;
5352
  }
5353
 
5354
+ .elementor-widget-premium-lottie .premium-lottie-animation a {
5355
+ position: absolute;
5356
+ left: 0;
5357
+ top: 0;
5358
+ width: 100%;
5359
+ height: 100%;
5360
+ z-index: 2;
5361
+ }
5362
+ /**************** Premium Google Maps ******************/
5363
+ /*******************************************************/
5364
+ .premium-maps-info-container {
5365
+ margin-top: 10px;
5366
+ margin-bottom: 10px;
5367
  }
5368
 
5369
+ .premium-maps-info-title,
5370
+ .premium-maps-info-desc {
5371
+ margin: 0;
5372
+ padding: 0;
 
 
 
 
 
 
5373
  }
5374
 
5375
+ .premium-maps-container .gm-style-iw {
5376
+ text-align: center;
5377
+ direction: ltr;
5378
  }
5379
 
5380
+ .premium-maps-container .gm-style img {
5381
+ max-width: none !important;
5382
+ }
5383
+ /**************** Premium Modal Box ****************/
5384
+ /***************************************************/
5385
+ .premium-modal-trigger-btn,
5386
+ .premium-modal-box-modal-lower-close {
5387
+ display: inline-block;
5388
+ padding: 6px 12px;
5389
+ margin-bottom: 0;
5390
+ font-size: 14px;
5391
+ font-weight: normal;
5392
+ line-height: 1.42857143;
5393
+ text-align: center;
5394
+ white-space: nowrap;
5395
+ vertical-align: middle;
5396
+ -ms-touch-action: manipulation;
5397
+ touch-action: manipulation;
5398
+ cursor: pointer;
5399
+ -webkit-user-select: none;
5400
+ -moz-user-select: none;
5401
+ -ms-user-select: none;
5402
+ user-select: none;
5403
+ background-image: none;
5404
+ border: 1px solid transparent;
5405
  }
5406
 
5407
+ .premium-modal-trigger-btn>svg,
5408
+ .premium-modal-trigger-btn .premium-modal-box-icon {
5409
+ -webkit-transition: all 0.3s ease-in-out;
5410
+ transition: all 0.3s ease-in-out;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5411
  }
5412
 
5413
+ .premium-modal-trigger-btn>svg {
5414
+ width: 30px;
5415
+ height: 30px;
5416
  }
5417
 
5418
+ .premium-modal-box-modal-close {
5419
+ float: left;
5420
+ font-size: 21px;
5421
+ font-weight: bold;
5422
+ line-height: 1;
5423
+ color: #000;
5424
  }
5425
 
5426
+ .premium-modal-box-modal-close:hover,
5427
+ .premium-modal-box-modal-close:focus {
5428
+ color: #000;
5429
+ text-decoration: none;
5430
+ cursor: pointer;
5431
  }
5432
 
5433
+ button.premium-modal-box-modal-close {
5434
+ -webkit-appearance: none;
5435
+ padding: 0;
5436
+ cursor: pointer;
5437
+ background: transparent;
5438
+ border: 0;
 
 
 
 
5439
  }
5440
 
5441
+ .premium-modal-box-modal {
5442
+ position: fixed;
5443
+ top: 0;
5444
+ left: 0;
5445
+ bottom: 0;
5446
+ right: 0;
5447
+ z-index: 1050;
5448
+ display: none;
5449
+ -webkit-overflow-scrolling: touch;
5450
+ outline: 0;
5451
+ padding: 0 !important;
5452
+ background: rgba(0, 0, 0, 0.5);
5453
+ -webkit-box-align: center;
5454
+ -webkit-align-items: center;
5455
+ -moz-box-align: center;
5456
+ -ms-flex-align: center;
5457
+ align-items: center;
5458
+ -webkit-box-pack: center;
5459
+ -webkit-justify-content: center;
5460
+ -moz-box-pack: center;
5461
+ -ms-flex-pack: center;
5462
+ justify-content: center;
5463
+ }
5464
 
5465
+ .premium-modal-box-modal .premium-modal-box-modal-dialog {
5466
+ position: absolute;
5467
+ max-height: -webkit-calc(100vh - 150px);
5468
+ max-height: calc(100vh - 150px);
5469
+ -js-display: flex;
5470
+ display: -webkit-box;
5471
+ display: -webkit-flex;
5472
+ display: -moz-box;
5473
+ display: -ms-flexbox;
5474
+ display: flex;
5475
+ -webkit-box-orient: vertical;
5476
+ -webkit-box-direction: normal;
5477
+ -webkit-flex-direction: column;
5478
+ -moz-box-orient: vertical;
5479
+ -moz-box-direction: normal;
5480
+ -ms-flex-direction: column;
5481
+ flex-direction: column;
5482
+ opacity: 0;
5483
+ background-color: #fff;
5484
+ border: 1px solid rgba(0, 0, 0, 0.2);
5485
+ -webkit-border-radius: 6px;
5486
+ border-radius: 6px;
5487
  }
5488
 
5489
+ .premium-modal-box-modal-content {
5490
+ background-clip: padding-box;
5491
+ outline: 0;
5492
+ overflow-x: hidden;
 
 
 
5493
  }
5494
 
5495
+ .premium-modal-backdrop.premium-in {
5496
+ filter: alpha(opacity=50);
5497
+ opacity: 0.5 !important;
5498
  }
5499
 
5500
+ .premium-modal-fade.premium-in {
5501
+ opacity: 1;
 
5502
  }
5503
 
5504
+ .premium-modal-backdrop {
5505
+ position: fixed;
5506
+ top: 0;
5507
+ left: 0;
5508
+ bottom: 0;
5509
+ right: 0;
5510
+ z-index: 1040;
5511
+ background-color: #000;
5512
  }
5513
 
5514
+ .premium-modal-backdrop.premium-modal-fade {
5515
+ filter: alpha(opacity=0);
5516
+ opacity: 0;
 
 
5517
  }
5518
 
5519
+ .premium-modal-fade {
5520
+ opacity: 0;
 
5521
  }
5522
 
5523
+ .premium-in {
5524
+ -js-display: flex !important;
5525
+ display: -webkit-box !important;
5526
+ display: -webkit-flex !important;
5527
+ display: -moz-box !important;
5528
+ display: -ms-flexbox !important;
5529
+ display: flex !important;
5530
  }
5531
 
5532
+ .premium-modal-box-modal-header {
5533
+ -js-display: flex;
5534
+ display: -webkit-box;
5535
+ display: -webkit-flex;
5536
+ display: -moz-box;
5537
+ display: -ms-flexbox;
5538
+ display: flex;
5539
+ -webkit-box-pack: justify;
5540
+ -webkit-justify-content: space-between;
5541
+ -moz-box-pack: justify;
5542
+ -ms-flex-pack: justify;
5543
+ justify-content: space-between;
5544
+ -webkit-box-align: center;
5545
+ -webkit-align-items: center;
5546
+ -moz-box-align: center;
5547
+ -ms-flex-align: center;
5548
+ align-items: center;
5549
+ padding: 5px 15px;
5550
+ border-bottom: 1px solid #e5e5e5;
5551
  }
5552
 
5553
+ .premium-modal-box-modal-header .premium-modal-box-modal-close {
5554
+ margin-top: -2px;
 
5555
  }
5556
 
5557
+ .premium-modal-box-modal-header .premium-modal-box-modal-title {
5558
+ -js-display: flex;
5559
+ display: -webkit-box;
5560
+ display: -webkit-flex;
5561
+ display: -moz-box;
5562
+ display: -ms-flexbox;
5563
+ display: flex;
5564
+ -webkit-box-align: center;
5565
+ -webkit-align-items: center;
5566
+ -moz-box-align: center;
5567
+ -ms-flex-align: center;
5568
+ align-items: center;
5569
+ margin: 0;
5570
+ padding: 0;
5571
  }
5572
 
5573
+ .premium-modal-box-modal-header .premium-modal-box-modal-title svg {
5574
+ width: 50px;
5575
+ height: 60px;
5576
  }
5577
 
5578
+ .premium-modal-box-modal-body {
5579
+ position: relative;
5580
+ padding: 15px;
 
 
 
5581
  }
5582
 
5583
+ .premium-modal-box-modal-footer {
5584
+ padding: 15px;
5585
+ text-align: left;
5586
+ border-top: 1px solid #e5e5e5;
 
 
 
 
 
5587
  }
5588
 
5589
+ .premium-modal-scrollbar-measure {
5590
+ position: absolute;
5591
+ top: -9999px;
5592
+ width: 50px;
5593
+ height: 50px;
5594
+ overflow: scroll;
5595
  }
5596
 
5597
+ .premium-modal-trigger-text {
5598
+ background: none !important;
5599
+ display: inline-block;
5600
  }
5601
 
5602
+ .premium-modal-box-container {
5603
+ width: 100% !important;
 
5604
  }
5605
 
5606
+ /*Open Modal Button Style*/
5607
+ .premium-modal-trigger-container .premium-modal-trigger-btn {
5608
+ -js-display: inline-flex;
5609
+ display: -webkit-inline-box;
5610
+ display: -webkit-inline-flex;
5611
+ display: -moz-inline-box;
5612
+ display: -ms-inline-flexbox;
5613
+ display: inline-flex;
5614
+ -webkit-box-align: center;
5615
+ -webkit-align-items: center;
5616
+ -moz-box-align: center;
5617
+ -ms-flex-align: center;
5618
+ align-items: center;
5619
+ border: none;
5620
+ -webkit-transition: all 0.3s ease-in-out;
5621
+ transition: all 0.3s ease-in-out;
5622
  }
5623
 
5624
+ .premium-modal-trigger-container .premium-modal-trigger-btn.premium-btn-block {
5625
+ -webkit-box-pack: center;
5626
+ -webkit-justify-content: center;
5627
+ -moz-box-pack: center;
5628
+ -ms-flex-pack: center;
5629
+ justify-content: center;
5630
  }
5631
 
5632
+ .premium-modal-trigger-container .premium-modal-trigger-img,
5633
+ .premium-modal-trigger-container .premium-modal-trigger-text,
5634
+ .premium-modal-trigger-container .premium-modal-trigger-animation {
5635
+ cursor: pointer;
 
 
 
 
 
5636
  }
5637
 
5638
+ .premium-modal-trigger-container .premium-modal-trigger-animation {
5639
+ display: inline-block;
5640
+ width: 200px;
5641
+ height: 200px;
5642
+ -webkit-transition: all 0.3s ease-in-out;
5643
+ transition: all 0.3s ease-in-out;
5644
  }
5645
 
5646
+ /*Image on Modal Header Style*/
5647
+ .premium-modal-box-modal-header img {
5648
+ width: 48px;
5649
+ padding-left: 5px;
5650
  }
5651
 
5652
+ .premium-modal-box-modal-header i,
5653
+ .premium-modal-box-modal-header svg {
5654
+ padding-left: 6px;
 
5655
  }
5656
 
5657
+ .premium-modal-box-modal-close {
5658
+ position: relative;
5659
+ z-index: 99;
5660
  }
5661
 
5662
+ .premium-modal-trigger-img,
5663
+ .premium-modal-trigger-text,
5664
+ .premium-modal-box-close-button-container,
5665
+ .premium-modal-box-modal-close,
5666
+ .premium-modal-box-modal-lower-close {
5667
+ -webkit-transition: all 0.3s ease-in-out;
5668
+ transition: all 0.3s ease-in-out;
5669
  }
5670
 
5671
+ @media (min-width: 768px) {
5672
+ .premium-modal-box-modal-dialog {
5673
+ width: 700px;
5674
+ max-height: 600px;
5675
+ overflow: auto;
5676
+ }
5677
  }
5678
 
5679
+ @media (max-width: 767px) {
5680
+ .premium-modal-box-modal-dialog {
5681
+ width: 100%;
5682
+ max-height: 500px;
5683
+ overflow: auto;
5684
+ }
5685
  }
5686
 
5687
+ .premium-modal-box-container[data-modal-animation*="animated-"] {
5688
+ opacity: 0;
 
5689
  }
5690
+ /************ Premium Nav Menu ************/
5691
+ .premium-nav-widget-container ul {
5692
+ list-style: none;
5693
+ margin: 0;
5694
+ padding: 0;
5695
  }
5696
 
5697
+ .premium-nav-widget-container .premium-main-nav-menu {
5698
+ -js-display: flex;
5699
+ display: -webkit-box;
5700
+ display: -webkit-flex;
5701
+ display: -moz-box;
5702
+ display: -ms-flexbox;
5703
+ display: flex;
5704
+ height: 100%;
5705
  }
5706
 
5707
+ /*Vertical Main Menu**/
5708
+ .premium-nav-ver .premium-ver-inner-container {
5709
+ width: 45%;
5710
+ position: relative;
5711
  }
5712
 
5713
+ .premium-nav-ver .premium-nav-menu-container,
5714
+ .premium-nav-ver .premium-ver-toggler {
 
 
5715
  width: 100%;
 
 
 
5716
  }
5717
 
5718
+ .premium-nav-ver .premium-nav-menu-container {
5719
+ background-color: #fff;
5720
+ -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
5721
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
 
 
 
 
 
5722
  }
5723
 
5724
+ .premium-nav-ver .premium-main-nav-menu {
5725
+ position: relative;
5726
+ -webkit-box-orient: vertical;
5727
+ -webkit-box-direction: normal;
5728
+ -webkit-flex-direction: column;
5729
+ -moz-box-orient: vertical;
5730
+ -moz-box-direction: normal;
5731
+ -ms-flex-direction: column;
5732
+ flex-direction: column;
5733
+ -webkit-box-align: start;
5734
+ -webkit-align-items: flex-start;
5735
+ -moz-box-align: start;
5736
+ -ms-flex-align: start;
5737
+ align-items: flex-start;
5738
  }
5739
 
5740
+ .premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
5741
+ visibility: hidden;
5742
+ opacity: 0;
5743
  position: absolute;
5744
+ min-width: 250px;
 
 
 
 
5745
  }
5746
 
5747
+ .premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.menu-item-has-children:hover>.premium-sub-menu,
5748
+ .premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.menu-item-has-children:hover .premium-mega-content-container {
5749
+ opacity: 1;
5750
+ visibility: visible;
5751
+ pointer-events: auto;
5752
  }
5753
 
5754
+ .premium-nav-ver .premium-nav-menu-item {
 
 
 
5755
  width: 100%;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5756
  }
5757
 
5758
+ .premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-right .premium-mega-content-container,
5759
+ .premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-right .premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
5760
+ left: 100%;
5761
+ top: 0;
5762
  }
5763
 
5764
+ .premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-left .premium-mega-content-container,
5765
+ .premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-left .premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
5766
+ right: 100%;
5767
+ top: 0;
 
5768
  }
5769
 
5770
+ .premium-nav-ver.premium-vertical-left .premium-menu-link {
5771
+ -webkit-box-orient: horizontal;
5772
+ -webkit-box-direction: reverse;
5773
+ -webkit-flex-direction: row-reverse;
5774
+ -moz-box-orient: horizontal;
5775
+ -moz-box-direction: reverse;
5776
+ -ms-flex-direction: row-reverse;
5777
+ flex-direction: row-reverse;
5778
  }
5779
 
5780
+ /*Horizontal Main Menu**/
5781
+ .premium-nav-hor .premium-nav-menu-container {
5782
+ height: 60px;
5783
  }
5784
 
5785
+ .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item .premium-sub-menu {
5786
+ visibility: hidden;
5787
+ opacity: 0;
5788
+ position: absolute;
5789
+ min-width: 220px;
5790
  }
5791
 
5792
+ .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item>.premium-sub-menu,
5793
+ .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item .premium-mega-content-container {
5794
+ top: 100%;
5795
  }
5796
 
5797
+ .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item>.premium-sub-menu .premium-sub-menu,
5798
+ .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item .premium-mega-content-container .premium-sub-menu {
5799
+ right: 100%;
5800
+ top: 0;
5801
  }
5802
 
5803
+ .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item:hover>.premium-sub-menu,
5804
+ .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item:hover .premium-mega-content-container {
5805
+ visibility: visible;
5806
+ opacity: 1;
5807
+ pointer-events: auto;
5808
  }
5809
 
5810
+ .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-mega-item-static .premium-mega-content-container {
5811
+ left: 50%;
5812
+ -webkit-transform: translateX(-50%);
5813
+ -ms-transform: translateX(-50%);
5814
+ transform: translateX(-50%);
 
5815
  }
5816
 
5817
+ .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item:not(.premium-mega-item-static) .premium-mega-content-container {
5818
+ left: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5819
  }
5820
 
5821
+ /**Mega Menu Container*/
5822
+ .premium-mega-nav-item .premium-sub-menu {
5823
+ display: none;
 
5824
  }
5825
 
5826
+ .premium-mega-nav-item {
5827
+ position: relative;
 
5828
  }
5829
 
5830
+ .premium-mega-nav-item:hover .premium-mega-content-container {
5831
+ visibility: visible;
5832
+ opacity: 1;
5833
+ pointer-events: auto;
5834
  }
5835
 
5836
+ .premium-mega-content-container {
 
 
5837
  visibility: hidden;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5838
  position: absolute;
5839
+ z-index: 9999;
5840
+ opacity: 0;
5841
+ pointer-events: none;
 
 
 
5842
  }
5843
 
5844
+ .premium-hamburger-menu .premium-mega-content-container,
5845
+ .premium-nav-slide .premium-mega-content-container,
5846
+ .premium-nav-dropdown .premium-mega-content-container {
5847
+ visibility: visible;
5848
  position: relative;
5849
+ opacity: 1;
5850
+ pointer-events: auto;
 
 
 
 
 
 
5851
  }
5852
 
5853
+ /**Hamburger Menu*/
5854
+ .premium-nav-widget-container a.premium-hamburger-toggle,
5855
+ .premium-mobile-menu-outer-container a.premium-mobile-menu-close {
5856
+ text-decoration: none;
 
 
 
5857
  }
5858
 
5859
+ .premium-nav-widget-container .premium-hamburger-toggle {
5860
+ display: none;
5861
+ -webkit-box-pack: center;
5862
+ -webkit-justify-content: center;
5863
+ -moz-box-pack: center;
5864
+ -ms-flex-pack: center;
5865
+ justify-content: center;
5866
+ -webkit-box-align: center;
5867
+ -webkit-align-items: center;
5868
+ -moz-box-align: center;
5869
+ -ms-flex-align: center;
5870
+ align-items: center;
5871
  }
5872
 
5873
+ .premium-nav-widget-container .premium-hamburger-toggle i {
5874
+ padding: 0.25em;
5875
+ font-size: 22px;
 
5876
  }
5877
 
5878
+ .premium-nav-widget-container .premium-hamburger-toggle svg {
5879
+ width: 22px;
5880
+ height: 22px;
5881
  }
5882
 
5883
+ .premium-nav-widget-container .premium-hamburger-toggle i,
5884
+ .premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-text,
5885
+ .premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-close {
5886
+ color: #494c4f;
5887
  }
5888
 
5889
+ .premium-nav-widget-container .premium-hamburger-toggle svg,
5890
+ .premium-nav-widget-container .premium-hamburger-toggle svg path {
5891
+ fill: #494c4f;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5892
  }
5893
 
5894
+ .premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-text,
5895
+ .premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-close {
5896
+ margin: 2px;
 
5897
  }
5898
 
5899
+ .premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-close {
5900
+ display: none;
 
5901
  }
5902
 
5903
+ .premium-mobile-menu-container {
5904
+ width: 100%;
 
 
 
 
5905
  }
5906
 
5907
+ .premium-mobile-menu-container .premium-main-mobile-menu {
5908
+ width: 100%;
 
 
 
5909
  }
5910
 
5911
+ .premium-mobile-menu-container ul {
5912
+ list-style: none;
5913
+ margin: 0;
5914
  padding: 0;
 
 
 
5915
  }
5916
 
5917
+ .premium-mobile-menu-container .premium-mobile-menu,
5918
+ .premium-mobile-menu-container .premium-sub-menu {
 
 
 
 
 
5919
  display: none;
5920
+ -webkit-box-orient: vertical;
5921
+ -webkit-box-direction: normal;
5922
+ -webkit-flex-direction: column;
5923
+ -moz-box-orient: vertical;
5924
+ -moz-box-direction: normal;
5925
+ -ms-flex-direction: column;
5926
+ flex-direction: column;
 
 
 
 
 
 
 
5927
  }
5928
 
5929
+ .premium-mobile-menu-container .premium-nav-menu-item {
 
 
 
 
 
 
 
 
 
5930
  -webkit-box-orient: vertical;
5931
  -webkit-box-direction: normal;
5932
  -webkit-flex-direction: column;
5934
  -moz-box-direction: normal;
5935
  -ms-flex-direction: column;
5936
  flex-direction: column;
 
 
 
 
 
5937
  }
5938
 
5939
+ .premium-mobile-menu-container .premium-item-badge {
5940
+ top: 50%;
5941
+ left: 0;
5942
+ -webkit-transform: translateY(-50%);
5943
+ -ms-transform: translateY(-50%);
5944
+ transform: translateY(-50%);
5945
  }
5946
 
5947
+ .premium-nav-hor .premium-mobile-menu-container .premium-item-badge {
5948
+ top: 0;
5949
+ -webkit-transform: translateY(0);
5950
+ -ms-transform: translateY(0);
5951
+ transform: translateY(0);
5952
  }
5953
 
5954
+ /**Vertical Hamburger Menu*/
5955
+ .premium-mobile-menu-outer-container {
5956
+ opacity: 0;
5957
  }
5958
 
5959
+ .premium-mobile-menu-outer-container.premium-vertical-toggle-open {
5960
+ opacity: 1;
5961
+ }
5962
+
5963
+ .premium-ver-hamburger-menu .premium-mobile-menu-outer-container {
5964
+ background-color: #f7f7f7;
5965
+ width: 300px;
5966
+ -webkit-transform: translateX(-300px);
5967
+ -ms-transform: translateX(-300px);
5968
+ transform: translateX(-300px);
5969
+ height: 100%;
5970
  position: fixed;
5971
  top: 0;
5972
  left: 0;
5973
+ overflow-x: hidden;
5974
+ z-index: 10002;
5975
+ -webkit-transition: 0.5s;
5976
+ transition: 0.5s;
5977
+ padding-top: 50px;
5978
  }
5979
 
5980
+ .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu {
5981
+ -js-display: flex;
5982
+ display: -webkit-box;
5983
+ display: -webkit-flex;
5984
+ display: -moz-box;
5985
+ display: -ms-flexbox;
5986
+ display: flex;
5987
  }
5988
 
5989
+ .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-container {
5990
+ margin-top: 50px;
5991
  }
5992
 
5993
+ .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-container .premium-item-badge {
5994
+ -webkit-transform: translateY(0);
5995
+ -ms-transform: translateY(0);
5996
+ transform: translateY(0);
 
 
 
5997
  }
5998
 
5999
+ .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close {
6000
+ position: absolute;
6001
+ top: 2%;
6002
+ right: 5px;
6003
+ padding: 0 9px;
6004
+ z-index: 10000;
6005
+ -js-display: inline-flex;
6006
+ display: -webkit-inline-box;
6007
+ display: -webkit-inline-flex;
6008
+ display: -moz-inline-box;
6009
+ display: -ms-inline-flexbox;
6010
+ display: inline-flex;
6011
+ color: #494c4f;
6012
+ -webkit-box-pack: center;
6013
+ -webkit-justify-content: center;
6014
+ -moz-box-pack: center;
6015
+ -ms-flex-pack: center;
6016
+ justify-content: center;
6017
+ -webkit-box-align: center;
6018
+ -webkit-align-items: center;
6019
+ -moz-box-align: center;
6020
+ -ms-flex-align: center;
6021
+ align-items: center;
6022
+ }
6023
+
6024
+ .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close .premium-toggle-close {
6025
+ margin: 5px;
6026
+ }
6027
+
6028
+ .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close svg {
6029
+ width: 22px;
6030
+ height: 22px;
6031
+ fill: #494c4f;
6032
+ }
6033
+
6034
+ .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close svg path {
6035
+ fill: #494c4f;
6036
+ }
6037
+
6038
+ .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close i {
6039
+ font-size: 22px;
6040
+ }
6041
+
6042
+ .premium-ver-hamburger-menu .premium-vertical-toggle-open {
6043
+ -webkit-transform: translateX(0) !important;
6044
+ -ms-transform: translateX(0) !important;
6045
+ transform: translateX(0) !important;
6046
+ -webkit-transition: 0.5s;
6047
+ transition: 0.5s;
6048
+ }
6049
+
6050
+ /** Vertical Toggler*/
6051
+ .premium-ver-toggle-yes .premium-nav-menu-container {
6052
+ height: auto;
6053
+ }
6054
+
6055
+ .premium-ver-toggle-yes .premium-ver-toggler {
6056
  -js-display: flex;
6057
  display: -webkit-box;
6058
  display: -webkit-flex;
6059
  display: -moz-box;
6060
  display: -ms-flexbox;
6061
  display: flex;
 
 
 
 
 
6062
  -webkit-box-align: center;
6063
  -webkit-align-items: center;
6064
  -moz-box-align: center;
6065
  -ms-flex-align: center;
6066
  align-items: center;
6067
+ -webkit-box-pack: justify;
6068
+ -webkit-justify-content: space-between;
6069
+ -moz-box-pack: justify;
6070
+ -ms-flex-pack: justify;
6071
+ justify-content: space-between;
6072
+ padding: 15px 20px 15px 20px;
6073
+ background: #EEEEEE;
6074
+ color: #042551;
6075
+ cursor: pointer;
6076
  }
6077
 
6078
+ .premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-title,
6079
+ .premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-btn {
6080
  -js-display: flex;
6081
  display: -webkit-box;
6082
  display: -webkit-flex;
6083
  display: -moz-box;
6084
  display: -ms-flexbox;
6085
  display: flex;
6086
+ -webkit-box-pack: center;
6087
+ -webkit-justify-content: center;
6088
+ -moz-box-pack: center;
6089
+ -ms-flex-pack: center;
6090
+ justify-content: center;
6091
  -webkit-box-align: center;
6092
  -webkit-align-items: center;
6093
  -moz-box-align: center;
6094
  -ms-flex-align: center;
6095
  align-items: center;
 
 
6096
  }
6097
 
6098
+ .premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-txt {
6099
+ text-indent: 5px;
 
6100
  }
6101
 
6102
+ .premium-ver-toggle-yes .premium-ver-toggler:hover {
6103
+ background: #54595F;
6104
+ color: #fff;
6105
  }
6106
 
6107
+ .premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-close svg,
6108
+ .premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-close svg path,
6109
+ .premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-open svg,
6110
+ .premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-open svg path,
6111
+ .premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-title-icon svg,
6112
+ .premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-title-icon svg path {
6113
+ fill: #fff;
6114
  }
6115
 
6116
+ .premium-ver-toggle-yes .premium-ver-close,
6117
+ .premium-ver-toggle-yes .premium-ver-open,
6118
+ .premium-ver-toggle-yes .premium-nav-menu-container,
6119
+ .premium-ver-toggle-yes .premium-ver-toggler {
6120
+ -webkit-transition: all 0.3s linear 0s;
6121
+ transition: all 0.3s linear 0s;
6122
  }
6123
 
6124
+ .premium-ver-toggle-yes .premium-ver-toggler-txt {
6125
+ -webkit-transition: all .3s linear 0s;
6126
+ transition: all .3s linear 0s;
6127
  }
6128
 
6129
+ .premium-ver-toggle-yes .premium-ver-close i,
6130
+ .premium-ver-toggle-yes .premium-ver-close svg,
6131
+ .premium-ver-toggle-yes .premium-ver-open i,
6132
+ .premium-ver-toggle-yes .premium-ver-open svg,
6133
+ .premium-ver-toggle-yes .premium-nav-menu-container i,
6134
+ .premium-ver-toggle-yes .premium-nav-menu-container svg,
6135
+ .premium-ver-toggle-yes .premium-ver-toggler i,
6136
+ .premium-ver-toggle-yes .premium-ver-toggler svg {
6137
+ -webkit-transition: color 0.3s linear 0s;
6138
+ transition: color 0.3s linear 0s;
6139
  }
6140
 
6141
+ .premium-ver-toggle-yes .premium-ver-close,
6142
+ .premium-ver-toggle-yes .premium-ver-open,
6143
+ .premium-ver-toggle-yes .premium-ver-title-icon {
6144
+ -webkit-box-pack: center;
6145
+ -webkit-justify-content: center;
6146
+ -moz-box-pack: center;
6147
+ -ms-flex-pack: center;
6148
+ justify-content: center;
6149
  -webkit-box-align: center;
6150
  -webkit-align-items: center;
6151
  -moz-box-align: center;
6152
  -ms-flex-align: center;
6153
  align-items: center;
 
 
 
6154
  }
6155
 
6156
+ .premium-ver-toggle-yes .premium-ver-close i,
6157
+ .premium-ver-toggle-yes .premium-ver-open i,
6158
+ .premium-ver-toggle-yes .premium-ver-title-icon i {
6159
+ font-size: 16px;
 
 
6160
  }
6161
 
6162
+ .premium-ver-toggle-yes .premium-ver-close svg,
6163
+ .premium-ver-toggle-yes .premium-ver-open svg,
6164
+ .premium-ver-toggle-yes .premium-ver-title-icon svg {
6165
+ width: 17px;
6166
+ height: 17px;
6167
+ fill: #042551;
6168
  }
6169
 
6170
+ .premium-ver-toggle-yes .premium-ver-close svg path,
6171
+ .premium-ver-toggle-yes .premium-ver-open svg path,
6172
+ .premium-ver-toggle-yes .premium-ver-title-icon svg path {
6173
+ fill: #042551;
 
 
6174
  }
6175
 
6176
+ .premium-ver-toggle-yes.premium-ver-always .premium-ver-open {
6177
+ -js-display: inline-flex;
6178
+ display: -webkit-inline-box;
6179
+ display: -webkit-inline-flex;
6180
+ display: -moz-inline-box;
6181
+ display: -ms-inline-flexbox;
6182
+ display: inline-flex;
6183
  }
6184
 
6185
+ .premium-ver-toggle-yes .premium-ver-collapsed .premium-nav-menu-container {
6186
+ visibility: hidden;
6187
+ opacity: 0;
6188
  }
6189
 
6190
+ .premium-ver-toggle-yes .premium-ver-collapsed .premium-ver-close {
6191
+ display: none;
 
6192
  }
6193
 
6194
+ .premium-ver-toggle-yes .premium-ver-collapsed .premium-ver-open {
6195
+ -js-display: inline-flex;
6196
+ display: -webkit-inline-box;
6197
+ display: -webkit-inline-flex;
6198
+ display: -moz-inline-box;
6199
+ display: -ms-inline-flexbox;
6200
+ display: inline-flex;
6201
  }
6202
 
6203
+ .premium-ver-toggle-yes.premium-ver-hover .premium-nav-menu-container {
6204
+ position: absolute;
6205
+ z-index: 10002;
6206
+ }
 
 
 
6207
 
6208
+ .premium-ver-toggle-yes.premium-ver-click .premium-nav-menu-container {
6209
+ position: absolute;
6210
+ z-index: 10001;
 
 
 
6211
  }
6212
 
6213
+ .premium-ver-toggle-yes .premium-nav-menu-container,
6214
+ .premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-nav-menu-container {
6215
+ visibility: visible;
6216
+ opacity: 1;
6217
  }
6218
 
6219
+ .premium-ver-toggle-yes .premium-ver-open,
6220
+ .premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-ver-open {
6221
+ display: none;
 
 
6222
  }
6223
 
6224
+ .premium-ver-toggle-yes .premium-ver-close,
6225
+ .premium-ver-toggle-yes .premium-ver-title-icon,
6226
+ .premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-ver-close,
6227
+ .premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-ver-title-icon {
6228
+ -js-display: inline-flex;
6229
+ display: -webkit-inline-box;
6230
+ display: -webkit-inline-flex;
6231
+ display: -moz-inline-box;
6232
+ display: -ms-inline-flexbox;
6233
+ display: inline-flex;
6234
  }
6235
 
6236
+ /** Sticky Menu */
6237
+ .premium-sticky-parent {
6238
+ position: fixed;
6239
+ z-index: 10003;
6240
+ -webkit-transition: all 0.3s linear;
6241
+ transition: all 0.3s linear;
6242
  }
6243
 
6244
+ .premium-sticky-scroll-yes.premium-sticky-parent.headroom--not-top {
6245
+ will-change: transform;
6246
+ -webkit-transition: -webkit-transform 500ms linear !important;
6247
+ transition: -webkit-transform 500ms linear !important;
6248
+ transition: transform 500ms linear !important;
6249
+ transition: transform 500ms linear, -webkit-transform 500ms linear !important;
6250
+ -webkit-transition-delay: 1s;
6251
+ transition-delay: 1s;
6252
  }
6253
 
6254
+ .premium-sticky-scroll-yes.premium-sticky-parent.headroom--not-top.slideDown {
6255
+ -webkit-transform: translateY(0%);
6256
+ -ms-transform: translateY(0%);
6257
+ transform: translateY(0%);
6258
  }
6259
 
6260
+ .premium-sticky-scroll-yes.premium-sticky-parent.headroom--not-top.slideUp {
6261
+ -webkit-transform: translateY(-100%);
6262
+ -ms-transform: translateY(-100%);
6263
+ transform: translateY(-100%);
6264
+ }
6265
+
6266
+ .premium-nav-sticky-yes.premium-sticky-active.premium-ham-dropdown .premium-mobile-menu-container,
6267
+ .premium-ham-dropdown .premium-stretch-dropdown .premium-mobile-menu-container {
6268
+ max-height: 400px;
6269
+ overflow-y: auto;
6270
+ }
6271
+
6272
+ /**Common*/
6273
+ .premium-nav-slide-overlay {
6274
+ display: none;
6275
+ position: fixed;
6276
+ top: 0;
6277
+ left: 0;
6278
+ right: 0;
6279
+ bottom: 0;
6280
+ -webkit-backface-visibility: hidden;
6281
+ backface-visibility: hidden;
6282
+ background: rgba(0, 0, 0, 0.6);
6283
+ z-index: 10002;
6284
+ }
6285
+
6286
+ .premium-nav-slide-overlay.premium-vertical-toggle-open {
6287
+ display: block;
6288
+ }
6289
+
6290
+ .premium-active-menu,
6291
+ .premium-active-menu:not(.premium-mega-nav-item)>.premium-sub-menu,
6292
+ .premium-active-menu.premium-mega-nav-item>.premium-mega-content-container {
6293
+ -js-display: flex !important;
6294
+ display: -webkit-box !important;
6295
+ display: -webkit-flex !important;
6296
+ display: -moz-box !important;
6297
+ display: -ms-flexbox !important;
6298
+ display: flex !important;
6299
  -webkit-box-orient: vertical;
6300
  -webkit-box-direction: normal;
6301
  -webkit-flex-direction: column;
6303
  -moz-box-direction: normal;
6304
  -ms-flex-direction: column;
6305
  flex-direction: column;
 
 
 
 
 
 
 
 
 
 
 
 
6306
  }
6307
 
6308
+ .premium-active-menu .premium-toggle-close {
6309
+ display: block;
 
 
 
6310
  }
6311
 
6312
+ .premium-nav-menu-container .premium-sub-menu {
6313
+ background-color: #fff;
6314
  }
6315
 
6316
+ .premium-mobile-menu-container li,
6317
+ .premium-mobile-menu-container li>.premium-mega-content-container {
6318
+ width: 100% !important;
 
6319
  }
6320
 
6321
+ .premium-item-icon,
6322
+ .premium-sub-item-icon {
6323
+ font-size: 13px;
6324
+ margin: 0 7px;
6325
  }
6326
 
6327
+ .premium-item-icon svg,
6328
+ .premium-sub-item-icon svg {
6329
+ width: 100%;
6330
+ height: 100%;
 
 
 
 
6331
  }
6332
 
6333
+ .premium-item-icon.premium-lottie-animation,
6334
+ .premium-sub-item-icon.premium-lottie-animation {
6335
+ width: 20px;
6336
+ height: 20px;
6337
+ -js-display: flex;
6338
+ display: -webkit-box;
6339
+ display: -webkit-flex;
6340
+ display: -moz-box;
6341
+ display: -ms-flexbox;
6342
+ display: flex;
6343
+ -webkit-box-pack: center;
6344
+ -webkit-justify-content: center;
6345
+ -moz-box-pack: center;
6346
+ -ms-flex-pack: center;
6347
+ justify-content: center;
6348
  }
6349
 
6350
+ .premium-item-icon.dashicons,
6351
+ .premium-sub-item-icon.dashicons {
6352
+ width: 13px;
6353
+ height: 13px;
 
6354
  }
6355
 
6356
+ .premium-nav-menu-item {
6357
+ position: relative;
 
6358
  }
6359
 
6360
+ .premium-nav-menu-item .premium-menu-link {
6361
+ -js-display: flex;
6362
+ display: -webkit-box;
6363
+ display: -webkit-flex;
6364
+ display: -moz-box;
6365
+ display: -ms-flexbox;
6366
+ display: flex;
6367
+ -webkit-box-align: center;
6368
+ -webkit-align-items: center;
6369
+ -moz-box-align: center;
6370
+ -ms-flex-align: center;
6371
+ align-items: center;
6372
+ height: 100%;
6373
+ padding: 7px 10px;
6374
+ text-decoration: none;
6375
+ position: relative;
6376
  }
6377
 
6378
+ .premium-nav-menu-item .premium-dropdown-icon {
6379
+ margin: 5px;
 
 
 
6380
  }
6381
 
6382
+ .premium-nav-menu-item.menu-item-has-children {
6383
+ position: relative;
 
 
 
6384
  }
6385
 
6386
+ .premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
6387
+ max-width: 100%;
6388
+ z-index: 9999;
6389
  }
6390
 
6391
+ .premium-nav-menu-item.menu-item-has-children .premium-sub-menu .premium-sub-menu-link {
6392
+ -webkit-box-pack: start;
6393
+ -webkit-justify-content: flex-start;
6394
+ -moz-box-pack: start;
6395
+ -ms-flex-pack: start;
6396
+ justify-content: flex-start;
6397
  }
6398
 
6399
+ .premium-nav-menu-item .menu-link {
6400
  position: relative;
6401
+ text-decoration: none;
6402
  }
6403
 
6404
+ .premium-item-badge,
6405
+ .premium-sub-item-badge {
 
 
 
 
 
 
6406
  position: absolute;
6407
+ padding: 1px 6px;
6408
+ min-width: 35px;
6409
+ text-align: center;
6410
+ font-size: 10px;
6411
+ -webkit-border-radius: 4px;
6412
+ border-radius: 4px;
6413
+ line-height: 1.8;
6414
+ white-space: nowrap;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6415
  }
6416
 
6417
+ .premium-nav-hor:not(.premium-hamburger-menu) .premium-item-badge,
6418
+ .premium-nav-hor:not(.premium-nav-slide) .premium-item-badge,
6419
+ .premium-nav-hor:not(.premium-nav-dropdown) .premium-item-badge {
6420
+ position: relative;
6421
+ margin: 8px;
6422
  }
6423
 
6424
+ .premium-nav-hor .premium-sub-item-badge,
6425
+ .premium-nav-slide .premium-sub-item-badge,
6426
+ .premium-nav-dropdown .premium-sub-item-badge,
6427
+ .premium-nav-ver.premium-vertical-right .premium-item-badge,
6428
+ .premium-nav-ver.premium-vertical-right .premium-sub-item-badge {
6429
+ top: 50%;
6430
+ right: 0;
6431
+ -webkit-transform: translateY(-50%);
6432
+ -ms-transform: translateY(-50%);
6433
+ transform: translateY(-50%);
6434
  }
6435
 
6436
+ .premium-nav-ver.premium-vertical-left .premium-item-badge,
6437
+ .premium-nav-ver.premium-vertical-left .premium-sub-item-badge {
6438
+ top: 50%;
6439
+ right: 0;
6440
+ -webkit-transform: translateY(-50%);
6441
+ -ms-transform: translateY(-50%);
6442
+ transform: translateY(-50%);
6443
  }
6444
 
6445
+ .premium-mega-nav-item .premium-sub-menu {
6446
  display: none;
6447
  }
6448
 
6449
+ .premium-mega-nav-item {
6450
+ position: relative;
 
 
 
 
 
 
 
 
 
 
6451
  }
6452
 
6453
+ .premium-hamburger-menu .premium-mega-content-container,
6454
+ .premium-nav-dropdown .premium-mega-content-container,
6455
+ .premium-nav-slide .premium-mega-content-container {
6456
  display: none;
 
 
 
 
 
 
 
6457
  }
6458
 
6459
+ .premium-mega-item-static {
6460
+ position: static !important;
 
 
 
 
 
 
6461
  }
6462
 
6463
+ .premium-hamburger-menu .premium-nav-menu-container,
6464
+ .premium-nav-dropdown .premium-nav-menu-container,
6465
+ .premium-nav-slide .premium-nav-menu-container {
6466
+ display: none;
 
 
6467
  }
6468
 
 
 
 
 
 
 
6469
 
6470
+ .premium-hamburger-menu .premium-hamburger-toggle,
6471
+ .premium-nav-dropdown .premium-hamburger-toggle,
6472
+ .premium-nav-slide .premium-hamburger-toggle {
6473
+ -js-display: inline-flex;
6474
+ display: -webkit-inline-box;
6475
+ display: -webkit-inline-flex;
6476
+ display: -moz-inline-box;
6477
+ display: -ms-inline-flexbox;
6478
+ display: inline-flex;
6479
+ -webkit-box-orient: horizontal;
6480
+ -webkit-box-direction: reverse;
6481
+ -webkit-flex-direction: row-reverse;
6482
+ -moz-box-orient: horizontal;
6483
+ -moz-box-direction: reverse;
6484
+ -ms-flex-direction: row-reverse;
6485
+ flex-direction: row-reverse;
6486
  }
6487
 
6488
+ .premium-hidden-icon-yes.premium-hamburger-menu .premium-item-icon,
6489
+ .premium-hidden-icon-yes.premium-hamburger-menu .premium-sub-item-icon,
6490
+ .premium-hidden-icon-yes.premium-nav-dropdown .premium-item-icon,
6491
+ .premium-hidden-icon-yes.premium-nav-dropdown .premium-sub-item-icon,
6492
+ .premium-hidden-icon-yes.premium-nav-slide .premium-item-icon,
6493
+ .premium-hidden-icon-yes.premium-nav-slide .premium-sub-item-icon {
6494
+ display: none;
6495
  }
6496
 
6497
+ .premium-hidden-badge-yes.premium-hamburger-menu .premium-item-badge,
6498
+ .premium-hidden-badge-yes.premium-hamburger-menu .premium-sub-item-badge,
6499
+ .premium-hidden-badge-yes.premium-nav-dropdown .premium-item-badge,
6500
+ .premium-hidden-badge-yes.premium-nav-dropdown .premium-sub-item-badge,
6501
+ .premium-hidden-badge-yes.premium-nav-slide .premium-item-badge,
6502
+ .premium-hidden-badge-yes.premium-nav-slide .premium-sub-item-badge {
6503
+ display: none;
 
 
 
 
 
 
 
 
6504
  }
6505
 
6506
+ .premium-ham-dropdown .premium-mobile-menu-container,
6507
+ .premium-nav-dropdown .premium-mobile-menu-container {
6508
  -js-display: flex;
6509
  display: -webkit-box;
6510
  display: -webkit-flex;
6513
  display: flex;
6514
  }
6515
 
6516
+ .premium-ham-dropdown .premium-toggle-opened .premium-toggle-close,
6517
+ .premium-nav-dropdown .premium-toggle-opened .premium-toggle-close {
6518
+ display: inline !important;
6519
  }
6520
 
6521
+ .premium-ham-dropdown .premium-toggle-opened .premium-toggle-text,
6522
+ .premium-nav-dropdown .premium-toggle-opened .premium-toggle-text {
6523
+ display: none !important;
 
6524
  }
6525
 
6526
+ .premium-stretch-dropdown .premium-mobile-menu-container {
6527
  position: absolute;
6528
+ z-index: 9999;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6529
  }
6530
 
6531
+ .premium-nav-default {
6532
+ display: none;
 
 
6533
  }
6534
 
6535
+ .premium-hamburger-toggle {
6536
+ width: 100%;
6537
  }
6538
 
6539
+ /*
6540
+ * Pointer & Pointer Animations
6541
+ */
6542
+ .premium-menu-link-parent::before,
6543
+ .premium-menu-link-parent::after {
6544
+ display: block;
6545
+ position: absolute;
6546
+ -webkit-transition: all 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
6547
+ transition: all 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
6548
  }
6549
 
6550
+ .premium-nav-pointer-underline .premium-menu-link-parent::after,
6551
+ .premium-nav-pointer-double-line .premium-menu-link-parent::after {
6552
+ content: "";
6553
+ bottom: 0;
 
 
6554
  }
6555
 
6556
+ .premium-nav-pointer-overline .premium-menu-link-parent::before,
6557
+ .premium-nav-pointer-double-line .premium-menu-link-parent::before {
6558
+ content: "";
6559
+ top: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6560
  }
6561
 
6562
+ .premium-nav-pointer-underline .premium-menu-link-parent::before,
6563
+ .premium-nav-pointer-underline .premium-menu-link-parent::after,
6564
+ .premium-nav-pointer-overline .premium-menu-link-parent::before,
6565
+ .premium-nav-pointer-overline .premium-menu-link-parent::after,
6566
+ .premium-nav-pointer-double-line .premium-menu-link-parent::before,
6567
+ .premium-nav-pointer-double-line .premium-menu-link-parent::after {
6568
+ height: 3px;
6569
  width: 100%;
6570
+ right: 0;
6571
+ background-color: #55595c;
6572
+ z-index: 2;
 
 
 
 
 
 
 
 
 
 
 
6573
  }
6574
 
6575
+ .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6576
+ .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
6577
+ opacity: 0;
 
6578
  }
6579
 
6580
+ .premium-nav-pointer-underline.premium-nav-animation-none,
6581
+ .premium-nav-pointer-overline.premium-nav-animation-none,
6582
+ .premium-nav-pointer-double-line.premium-nav-animation-none {
6583
+ -webkit-transition-duration: 0s;
6584
+ transition-duration: 0s;
6585
  }
6586
 
6587
+ .premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent,
6588
+ .premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent::before,
6589
+ .premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent::after,
6590
+ .premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent:focus,
6591
+ .premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent:hover,
6592
+ .premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent,
6593
+ .premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent::before,
6594
+ .premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent::after,
6595
+ .premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent:focus,
6596
+ .premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent:hover,
6597
+ .premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent,
6598
+ .premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent::before,
6599
+ .premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent::after,
6600
+ .premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent:focus,
6601
+ .premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent:hover {
6602
+ -webkit-transition-duration: 0s;
6603
+ transition-duration: 0s;
6604
  }
6605
 
6606
+ .premium-nav-pointer-underline.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
6607
+ .premium-nav-pointer-double-line.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
6608
+ width: 10px;
6609
+ inset-inline-start: 100%;
 
 
 
6610
  }
6611
 
6612
+ .premium-nav-pointer-overline.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6613
+ .premium-nav-pointer-double-line.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6614
+ width: 10px;
6615
+ left: -20px;
 
 
 
6616
  }
6617
 
6618
+ .premium-nav-pointer-underline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6619
+ .premium-nav-pointer-underline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
6620
+ .premium-nav-pointer-overline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6621
+ .premium-nav-pointer-overline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
6622
+ .premium-nav-pointer-double-line.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6623
+ .premium-nav-pointer-double-line.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
6624
+ height: 0;
6625
+ width: 0;
6626
+ left: 50%;
6627
  }
6628
 
6629
+ .premium-nav-pointer-underline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6630
+ .premium-nav-pointer-overline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6631
+ .premium-nav-pointer-double-line.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6632
  top: -10px;
 
6633
  }
6634
 
6635
+ .premium-nav-pointer-underline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
6636
+ .premium-nav-pointer-overline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
6637
+ .premium-nav-pointer-double-line.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
6638
+ bottom: -10px;
 
6639
  }
6640
 
6641
+ .premium-nav-pointer-underline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6642
+ .premium-nav-pointer-overline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6643
+ .premium-nav-pointer-double-line.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6644
+ top: 10px;
6645
  }
6646
 
6647
+ .premium-nav-pointer-underline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
6648
+ .premium-nav-pointer-overline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
6649
+ .premium-nav-pointer-double-line.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
6650
+ bottom: 10px;
6651
  }
6652
 
6653
+ .premium-nav-pointer-framed .premium-menu-link-parent::before {
6654
+ content: "";
 
 
 
 
 
6655
  }
6656
 
6657
+ .premium-nav-pointer-framed .premium-menu-link-parent::before,
6658
+ .premium-nav-pointer-framed .premium-menu-link-parent::after {
6659
+ background: transparent;
6660
+ left: 0;
6661
+ top: 0;
6662
+ bottom: 0;
6663
+ right: 0;
6664
+ border: 3px solid #55595c;
6665
  }
6666
 
6667
+ .premium-nav-pointer-framed.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6668
+ -webkit-transform: scale(0.75);
6669
+ -ms-transform: scale(0.75);
6670
+ transform: scale(0.75);
6671
  }
6672
 
6673
+ .premium-nav-pointer-framed.premium-nav-animation-shrink .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6674
+ -webkit-transform: scale(1.25);
6675
+ -ms-transform: scale(1.25);
6676
+ transform: scale(1.25);
6677
  }
6678
 
6679
+ .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::before,
6680
+ .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::after {
6681
+ width: 3px;
6682
+ height: 3px;
6683
  }
6684
 
6685
+ .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::before {
6686
+ border-width: 0 3px 3px 0;
6687
+ -webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
6688
+ transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
 
 
6689
  }
6690
 
6691
+ .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::after {
6692
+ content: "";
6693
+ top: auto;
6694
+ bottom: 0;
6695
+ left: 0;
6696
+ right: auto;
6697
+ border-width: 3px 0 0 3px;
6698
+ -webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
6699
+ transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
6700
  }
6701
 
6702
+ .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::before,
6703
+ .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::before {
6704
+ -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
6705
+ transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
6706
  }
6707
 
6708
+ .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::after,
6709
+ .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::after {
6710
+ -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
6711
+ transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
6712
  }
6713
 
6714
+ .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::before,
6715
+ .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::after,
6716
+ .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::before,
6717
+ .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::after {
6718
+ width: 100%;
6719
+ height: 100%;
6720
  }
6721
 
6722
+ .premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::before {
6723
+ -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
6724
+ transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
 
6725
  }
6726
 
6727
+ .premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::after {
6728
+ -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
6729
+ transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6730
  }
6731
 
6732
+ .premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::before,
6733
+ .premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::after {
 
 
6734
  width: 100%;
6735
  height: 100%;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6736
  }
6737
 
6738
+ .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::before {
6739
+ border-width: 3px 3px 0 0;
 
 
6740
  }
6741
 
6742
+ .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::after {
6743
+ content: "";
6744
+ top: auto;
6745
+ bottom: 0;
6746
+ left: 0;
6747
+ right: auto;
6748
+ border-width: 0 0 3px 3px;
 
 
6749
  }
6750
 
6751
+ .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::before,
6752
+ .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::after {
6753
+ width: 3px;
6754
+ height: 3px;
6755
  }
6756
 
6757
+ .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:hover::before,
6758
+ .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:hover::after,
6759
+ .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:focus::before,
6760
+ .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:focus::after {
6761
+ width: 100%;
6762
+ height: 100%;
6763
+ -webkit-transition: opacity 2ms, width 0.4s, height 0.4s;
6764
+ transition: opacity 2ms, width 0.4s, height 0.4s;
6765
  }
6766
 
6767
+ .premium-nav-pointer-framed.premium-nav-animation-corners .premium-active-item .premium-menu-link-parent::before,
6768
+ .premium-nav-pointer-framed.premium-nav-animation-corners .premium-active-item .premium-menu-link-parent::after {
6769
  width: 100%;
6770
  height: 100%;
6771
+ -webkit-transition: opacity 2ms, width 0.4s, height 0.4s;
6772
+ transition: opacity 2ms, width 0.4s, height 0.4s;
6773
  }
6774
 
6775
+ .premium-nav-pointer-text.premium-nav-animation-grow .premium-menu-link-parent:hover,
6776
+ .premium-nav-pointer-text.premium-nav-animation-grow .premium-menu-link-parent:focus {
6777
+ -webkit-transform: scale(1.2);
6778
+ -ms-transform: scale(1.2);
6779
+ transform: scale(1.2);
6780
  }
6781
 
6782
+ .premium-nav-pointer-text.premium-nav-animation-shrink .premium-menu-link-parent:hover,
6783
+ .premium-nav-pointer-text.premium-nav-animation-shrink .premium-menu-link-parent:focus {
6784
+ -webkit-transform: scale(0.8);
6785
+ -ms-transform: scale(0.8);
6786
+ transform: scale(0.8);
 
 
 
6787
  }
6788
 
6789
+ .premium-nav-pointer-text.premium-nav-animation-sink .premium-menu-link-parent:hover,
6790
+ .premium-nav-pointer-text.premium-nav-animation-sink .premium-menu-link-parent:focus {
6791
+ -webkit-transform: translateY(8px);
6792
+ -ms-transform: translateY(8px);
6793
+ transform: translateY(8px);
6794
  }
6795
 
6796
+ .premium-nav-pointer-text.premium-nav-animation-float .premium-menu-link-parent:hover,
6797
+ .premium-nav-pointer-text.premium-nav-animation-float .premium-menu-link-parent:focus {
6798
+ -webkit-transform: translateY(-8px);
6799
+ -ms-transform: translateY(-8px);
6800
+ transform: translateY(-8px);
6801
+ }
6802
 
6803
+ .premium-nav-pointer-text.premium-nav-animation-skew .premium-menu-link-parent:hover,
6804
+ .premium-nav-pointer-text.premium-nav-animation-skew .premium-menu-link-parent:focus {
6805
+ -webkit-transform: skew(-8deg);
6806
+ -ms-transform: skew(-8deg);
6807
+ transform: skew(-8deg);
6808
+ }
6809
 
6810
+ .premium-nav-pointer-text.premium-nav-animation-rotate .premium-menu-link-parent:hover,
6811
+ .premium-nav-pointer-text.premium-nav-animation-rotate .premium-menu-link-parent:focus {
6812
+ -webkit-transform: rotate(6deg);
6813
+ -ms-transform: rotate(6deg);
6814
+ transform: rotate(6deg);
6815
+ }
6816
 
6817
+ .premium-nav-pointer-background .premium-menu-link-parent::before {
6818
+ top: 0;
6819
+ left: 0;
6820
+ right: 0;
6821
+ bottom: 0;
6822
+ background: #55595c;
6823
+ background-color: #55595c;
6824
+ z-index: -1;
6825
+ }
6826
 
6827
+ .premium-nav-pointer-background .premium-menu-link-parent::before,
6828
+ .premium-nav-pointer-background .premium-menu-link-parent::after {
 
6829
  content: "";
6830
+ -webkit-transition: 0.3s;
6831
+ transition: 0.3s;
 
 
 
 
 
 
 
 
6832
  }
6833
 
6834
+ .premium-nav-pointer-background.premium-nav-animation-grow .premium-menu-link-parent::before {
6835
+ -webkit-transform: scale(0.5);
6836
+ -ms-transform: scale(0.5);
6837
+ transform: scale(0.5);
 
 
 
 
 
 
 
 
 
 
6838
  }
6839
 
6840
+ .premium-nav-pointer-background.premium-nav-animation-grow .premium-menu-link-parent:hover::before,
6841
+ .premium-nav-pointer-background.premium-nav-animation-grow .premium-menu-link-parent:focus::before {
6842
+ -webkit-transform: scale(1);
6843
+ -ms-transform: scale(1);
6844
+ transform: scale(1);
6845
  }
6846
 
6847
+ .premium-nav-pointer-background.premium-nav-animation-grow .premium-active-item .premium-menu-link-parent::before {
6848
+ -webkit-transform: scale(1);
6849
+ -ms-transform: scale(1);
6850
+ transform: scale(1);
 
 
 
6851
  }
6852
 
6853
+ .premium-nav-pointer-background.premium-nav-animation-shrink .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6854
+ -webkit-transform: scale(1.2);
6855
+ -ms-transform: scale(1.2);
6856
+ transform: scale(1.2);
6857
+ -webkit-transition: 0.3;
6858
+ transition: 0.3;
6859
+ }
6860
+
6861
+ .premium-nav-pointer-background.premium-nav-animation-sweep-left .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6862
+ left: 100%;
6863
  }
6864
 
6865
+ .premium-nav-pointer-background.premium-nav-animation-sweep-right .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6866
+ right: 100%;
6867
  }
6868
 
6869
+ .premium-nav-pointer-background.premium-nav-animation-sweep-up .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6870
+ top: 100%;
 
 
 
 
6871
  }
6872
 
6873
+ .premium-nav-pointer-background.premium-nav-animation-sweep-down .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6874
+ bottom: 100%;
 
 
6875
  }
6876
 
6877
+ .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent::after,
6878
+ .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent::after {
6879
+ top: 0;
6880
+ left: 0;
6881
+ right: 0;
6882
+ bottom: 0;
6883
+ background: #55595c;
6884
+ background-color: #55595c;
6885
+ z-index: -1;
6886
  }
6887
 
6888
+ .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent::before {
6889
+ top: 0;
6890
+ bottom: 100%;
6891
  }
6892
 
6893
+ .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent::after {
6894
+ top: 100%;
6895
+ bottom: 0;
6896
  }
6897
 
6898
+ .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:hover::before,
6899
+ .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:focus::before {
6900
+ bottom: 50%;
6901
  }
6902
 
6903
+ .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:hover::after,
6904
+ .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:focus::after {
6905
+ top: 50%;
 
 
 
 
 
 
 
6906
  }
6907
 
6908
+ .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-active-item .premium-menu-link-parent::before {
6909
+ bottom: 50%;
 
 
 
 
6910
  }
6911
 
6912
+ .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-active-item .premium-menu-link-parent::after {
6913
+ top: 50%;
 
 
 
6914
  }
6915
 
6916
+ .premium-nav-pointer-background.premium-nav-animation-shutter-out-vertical .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6917
+ bottom: 50%;
6918
+ top: 50%;
 
 
6919
  }
6920
 
6921
+ .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent::before {
6922
+ right: 0;
6923
+ left: 100%;
 
6924
  }
6925
 
6926
+ .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent::after {
6927
+ right: 100%;
6928
+ left: 0;
6929
  }
6930
 
6931
+ .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:hover::before,
6932
+ .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:focus::before {
6933
+ left: 50%;
6934
  }
6935
 
6936
+ .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:hover::after,
6937
+ .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:focus::after {
6938
+ right: 50%;
 
6939
  }
6940
 
6941
+ .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-active-item .premium-menu-link-parent::before {
6942
+ left: 50%;
6943
  }
6944
 
6945
+ .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-active-item .premium-menu-link-parent::after {
6946
+ right: 50%;
 
 
6947
  }
6948
 
6949
+ .premium-nav-pointer-background.premium-nav-animation-shutter-out-horizontal .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6950
+ left: 50%;
6951
+ right: 50%;
6952
  }
6953
 
6954
+ .premium-active-item::before,
6955
+ .premium-active-item::after,
6956
+ .premium-menu-link-parent:hover::before,
6957
+ .premium-menu-link-parent:hover::after,
6958
+ .premium-menu-link-parent:focus::before,
6959
+ .premium-menu-link-parent:focus::after {
6960
+ -webkit-transform: scale(1);
6961
+ -ms-transform: scale(1);
6962
+ transform: scale(1);
6963
  }
6964
 
6965
+ /**Sub Menu Animation*/
6966
+ .premium-nav-menu-item .premium-sub-menu,
6967
+ .premium-nav-menu-item .premium-mega-content-container {
6968
+ -webkit-transition: 0.5s all ease-in-out;
6969
+ transition: 0.5s all ease-in-out;
6970
+ -webkit-transition-delay: 0.1s;
6971
+ transition-delay: 0.1s;
 
 
 
6972
  }
6973
 
6974
+ [class*="premium-nav-slide-"].premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item:hover>.premium-sub-menu,
6975
+ [class*="premium-nav-slide-"].premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item:hover>.premium-mega-content-container,
6976
+ [class*="premium-nav-slide-"].premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu:hover>.premium-sub-menu,
6977
+ [class*="premium-nav-slide-"].premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item:hover>.premium-sub-menu,
6978
+ [class*="premium-nav-slide-"].premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item:hover>.premium-mega-content-container,
6979
+ [class*="premium-nav-slide-"].premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu:hover>.premium-sub-menu {
6980
+ -webkit-transform: translate(0);
6981
+ -ms-transform: translate(0);
6982
+ transform: translate(0);
6983
  }
6984
 
6985
+ .premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,
6986
+ .premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,
6987
+ .premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu,
6988
+ .premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container {
6989
+ -webkit-transform: translateY(10px);
6990
+ -ms-transform: translateY(10px);
6991
+ transform: translateY(10px);
 
 
 
 
 
 
 
 
 
6992
  }
6993
 
6994
+ .premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,
6995
+ .premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,
6996
+ .premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu,
6997
+ .premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container {
6998
+ -webkit-transform: translateY(-10px);
6999
+ -ms-transform: translateY(-10px);
7000
+ transform: translateY(-10px);
7001
  }
7002
 
7003
+ .premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,
7004
+ .premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,
7005
+ .premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu,
7006
+ .premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container {
7007
+ -webkit-transform: translateX(-10px);
7008
+ -ms-transform: translateX(-10px);
7009
+ transform: translateX(-10px);
7010
  }
7011
 
7012
+ .premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,
7013
+ .premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,
7014
+ .premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu,
7015
+ .premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container {
7016
+ -webkit-transform: translateX(10px);
7017
+ -ms-transform: translateX(10px);
7018
+ transform: translateX(10px);
7019
  }
7020
 
7021
+ /**Horizontal - Static Mega Content*/
7022
+ /*UP*/
7023
+ .premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container {
7024
+ -webkit-transform: translateX(-50%) translateY(10px);
7025
+ -ms-transform: translateX(-50%) translateY(10px);
7026
+ transform: translateX(-50%) translateY(10px);
7027
  }
7028
 
7029
+ .premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container {
7030
+ -webkit-transform: translateX(-50%) translateY(0);
7031
+ -ms-transform: translateX(-50%) translateY(0);
7032
+ transform: translateX(-50%) translateY(0);
 
 
7033
  }
7034
 
7035
+ /*DOWN*/
7036
+ .premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container {
7037
+ -webkit-transform: translateX(-50%) translateY(-10px);
7038
+ -ms-transform: translateX(-50%) translateY(-10px);
7039
+ transform: translateX(-50%) translateY(-10px);
7040
  }
7041
 
7042
+ .premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container {
7043
+ -webkit-transform: translateX(-50%) translateY(0);
7044
+ -ms-transform: translateX(-50%) translateY(0);
7045
+ transform: translateX(-50%) translateY(0);
7046
  }
7047
 
7048
+ /*Left*/
7049
+ .premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container {
7050
+ -webkit-transform: translateX(-45%);
7051
+ -ms-transform: translateX(-45%);
7052
+ transform: translateX(-45%);
7053
  }
7054
 
7055
+ .premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container {
7056
+ -webkit-transform: translateX(-50%);
7057
+ -ms-transform: translateX(-50%);
7058
+ transform: translateX(-50%);
 
 
 
 
 
 
 
 
 
7059
  }
7060
 
7061
+ /*Right*/
7062
+ .premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container {
7063
+ -webkit-transform: translateX(-55%);
7064
+ -ms-transform: translateX(-55%);
7065
+ transform: translateX(-55%);
 
 
7066
  }
7067
 
7068
+ .premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container {
7069
+ -webkit-transform: translateX(-50%);
7070
+ -ms-transform: translateX(-50%);
7071
+ transform: translateX(-50%);
 
 
 
7072
  }
7073
 
7074
+ /**Vertical - Static Mega Content*/
7075
+ .premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container,
7076
+ .premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container {
7077
+ -webkit-transform: translateY(0);
7078
+ -ms-transform: translateY(0);
7079
+ transform: translateY(0);
7080
  }
7081
 
7082
+ .premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container,
7083
+ .premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container {
7084
+ -webkit-transform: translateX(0);
7085
+ -ms-transform: translateX(0);
7086
+ transform: translateX(0);
7087
+ }
7088
+ /************ Premium Team Members ************/
7089
+ /*********************************************/
7090
+ .premium-person-container {
7091
  position: relative;
 
7092
  }
7093
 
7094
+ .premium-person-image-container {
7095
+ position: relative;
7096
+ text-align: center;
7097
+ overflow: hidden;
7098
  }
7099
 
7100
+ .premium-person-image-container .premium-person-image-wrap {
7101
+ overflow: hidden;
 
7102
  }
7103
 
7104
+ .premium-person-zoomout-effect .premium-person-image-container img,
7105
+ .premium-person-scale-effect .premium-person-image-container img {
7106
+ -webkit-transform: scale(1.2);
7107
+ -ms-transform: scale(1.2);
7108
+ transform: scale(1.2);
7109
  }
7110
 
7111
+ .premium-person-sepia-effect .premium-person-image-container img {
7112
+ -webkit-filter: sepia(30%);
7113
+ filter: sepia(30%);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7114
  }
7115
 
7116
+ .premium-person-bright-effect .premium-person-image-container img {
7117
+ -webkit-filter: brightness(1);
7118
+ filter: brightness(1);
 
 
 
7119
  }
7120
 
7121
+ .premium-person-trans-effect .premium-person-image-container img {
7122
+ -webkit-transform: translateX(15px) scale(1.1);
7123
+ -ms-transform: translateX(15px) scale(1.1);
7124
+ transform: translateX(15px) scale(1.1);
 
7125
  }
7126
 
7127
+ .premium-person-zoomin-effect:hover .premium-person-image-container img {
7128
+ -webkit-transform: scale(1.2);
7129
+ -ms-transform: scale(1.2);
7130
+ transform: scale(1.2);
 
7131
  }
7132
 
7133
+ .premium-person-zoomout-effect:hover .premium-person-image-container img {
7134
+ -webkit-transform: scale(1.1);
7135
+ -ms-transform: scale(1.1);
7136
+ transform: scale(1.1);
7137
  }
7138
 
7139
+ .premium-person-scale-effect:hover .premium-person-image-container img {
7140
+ -webkit-transform: scale(1.3) rotate(-5deg);
7141
+ -ms-transform: scale(1.3) rotate(-5deg);
7142
+ transform: scale(1.3) rotate(-5deg);
7143
  }
7144
 
7145
+ .premium-person-grayscale-effect:hover .premium-person-image-container img {
7146
+ -webkit-filter: grayscale(100%);
7147
+ filter: grayscale(100%);
7148
  }
7149
 
7150
+ .premium-person-blur-effect:hover .premium-person-image-container img {
7151
+ -webkit-filter: blur(3px);
7152
+ filter: blur(3px);
7153
  }
7154
 
7155
+ .premium-person-sepia-effect:hover .premium-person-image-container img {
7156
+ -webkit-filter: sepia(0%);
7157
+ filter: sepia(0%);
7158
  }
7159
 
7160
+ .premium-person-bright-effect:hover .premium-person-image-container img {
7161
+ -webkit-filter: brightness(1.2);
7162
+ filter: brightness(1.2);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7163
  }
7164
 
7165
+ .premium-person-trans-effect:hover .premium-person-image-container img {
7166
+ -webkit-transform: translateX(0px) scale(1.1);
7167
+ -ms-transform: translateX(0px) scale(1.1);
7168
+ transform: translateX(0px) scale(1.1);
7169
  }
7170
 
7171
+ .premium-person-container .premium-person-image-container img {
7172
+ width: 100%;
7173
+ height: 100%;
 
 
 
 
 
 
 
7174
  display: block;
7175
+ -o-object-fit: cover;
7176
+ object-fit: cover;
7177
+ -webkit-transition: all 0.5s ease-in-out;
7178
+ transition: all 0.5s ease-in-out;
 
 
 
 
 
 
7179
  }
7180
 
7181
+ .premium-person-style2 .premium-person-social {
 
 
7182
  position: absolute;
7183
+ top: 0;
7184
+ right: 0;
7185
  width: 100%;
7186
  height: 100%;
7187
+ z-index: 2;
 
 
 
 
7188
  -js-display: flex;
7189
  display: -webkit-box;
7190
  display: -webkit-flex;
7191
  display: -moz-box;
7192
  display: -ms-flexbox;
7193
  display: flex;
7194
+ -webkit-box-pack: center;
7195
+ -webkit-justify-content: center;
7196
+ -moz-box-pack: center;
7197
+ -ms-flex-pack: center;
7198
+ justify-content: center;
7199
  -webkit-box-align: center;
7200
  -webkit-align-items: center;
7201
  -moz-box-align: center;
7202
  -ms-flex-align: center;
7203
  align-items: center;
7204
+ -webkit-box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.5);
7205
+ box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.5);
7206
+ -webkit-transition: all 0.5s linear 0s;
7207
+ transition: all 0.5s linear 0s;
7208
+ opacity: 0;
7209
  }
7210
 
7211
+ .premium-person-style2 .premium-person-image-container:hover .premium-person-social {
7212
+ opacity: 1;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7213
  }
7214
 
7215
+ .premium-person-list-item a {
7216
+ display: inline-block;
 
 
7217
  }
7218
 
7219
+ .premium-person-style2 .premium-person-list-item a {
7220
+ opacity: 0;
7221
+ -webkit-transform: scale(0);
7222
+ -ms-transform: scale(0);
7223
+ transform: scale(0);
7224
+ -webkit-transition: all 0.5s ease-in-out 0s;
7225
+ transition: all 0.5s ease-in-out 0s;
7226
  }
7227
 
7228
+ .premium-person-style2 .premium-person-image-container:hover .premium-person-list-item a {
7229
+ opacity: 1;
7230
+ -webkit-transform: scale(1);
7231
+ -ms-transform: scale(1);
7232
+ transform: scale(1);
7233
  }
7234
 
7235
+ .premium-person-info-container {
7236
+ padding: 30px 15px;
 
7237
  }
7238
 
7239
+ .premium-person-name {
7240
+ margin: 0 0 5px;
7241
+ font-weight: 700;
7242
  }
7243
 
7244
+ .premium-person-title {
7245
+ margin: 0 0 20px;
7246
+ padding: 0;
7247
  }
7248
 
7249
+ .premium-person-content {
7250
+ margin: 0 0 30px;
 
7251
  }
7252
 
7253
+ /*Override Theme List Margin*/
7254
+ ul.premium-person-social-list {
7255
+ margin: 0px !important;
7256
+ padding: 0;
7257
  }
7258
 
7259
+ .premium-person-social-list .premium-person-list-item {
7260
+ display: inline;
7261
+ list-style: none;
 
7262
  }
7263
 
7264
+ .premium-person-social-list li {
7265
+ position: relative;
7266
+ bottom: 0px;
7267
+ -webkit-transition: all 0.2s ease-in-out;
7268
+ transition: all 0.2s ease-in-out;
7269
  }
7270
 
7271
+ .premium-person-social-list li i {
7272
+ position: relative;
7273
+ bottom: 0px;
7274
+ -webkit-transition: all 0.2s ease-in-out;
7275
+ transition: all 0.2s ease-in-out;
7276
  }
7277
 
7278
+ .premium-person-defaults-yes li.premium-person-facebook:hover a {
7279
+ background-color: #3b5998 !important;
 
 
 
 
 
 
7280
  }
7281
 
7282
+ .premium-person-defaults-yes li.premium-person-twitter:hover a {
7283
+ background-color: #55acee !important;
7284
  }
7285
 
7286
+ .premium-person-defaults-yes li.premium-person-linkedin:hover a {
7287
+ background-color: #0077b5 !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7288
  }
7289
 
7290
+ .premium-person-defaults-yes li.premium-person-google:hover a {
7291
+ background-color: #dc4e41 !important;
 
7292
  }
7293
 
7294
+ .premium-person-defaults-yes li.premium-person-youtube:hover a {
7295
+ background-color: #b31217 !important;
 
 
 
7296
  }
7297
 
7298
+ .premium-person-defaults-yes li.premium-person-instagram:hover a {
7299
+ background-color: #e4405f !important;
 
 
7300
  }
7301
 
7302
+ .premium-person-defaults-yes li.premium-person-skype:hover a {
7303
+ background-color: #00aff0 !important;
 
 
 
 
 
 
 
7304
  }
7305
 
7306
+ .premium-person-defaults-yes li.premium-person-pinterest:hover a {
7307
+ background-color: #bd081c !important;
 
 
 
 
 
 
 
 
 
 
 
 
7308
  }
7309
 
7310
+ .premium-person-defaults-yes li.premium-person-dribbble:hover a {
7311
+ background-color: #ea4c89 !important;
 
 
 
 
 
 
 
7312
  }
7313
 
7314
+ .premium-person-defaults-yes li.premium-person-mail:hover a {
7315
+ background-color: #b23121 !important;
 
 
 
 
 
 
 
7316
  }
7317
 
7318
+ .premium-person-defaults-yes li.premium-person-behance:hover a {
7319
+ background-color: #1769ff !important;
 
 
 
7320
  }
7321
 
7322
+ .premium-person-defaults-yes li.premium-person-whatsapp:hover a {
7323
+ background-color: #25d366 !important;
 
7324
  }
7325
 
7326
+ .premium-person-defaults-yes li.premium-person-telegram:hover a {
7327
+ background-color: #0088cc !important;
7328
  }
7329
 
7330
+ .premium-person-defaults-yes li.premium-person-site:hover a {
7331
+ background-color: #0055a5 !important;
7332
  }
7333
 
7334
+ .premium-person-social-list li:hover a {
7335
+ -webkit-box-shadow: none;
7336
+ box-shadow: none;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7337
  }
7338
 
7339
+ .premium-person-social-list li a:focus {
7340
+ -webkit-box-shadow: none;
7341
+ box-shadow: none;
7342
+ outline: none;
7343
  }
7344
 
7345
+ .premium-person-social-list li i {
7346
+ font-size: 18px;
 
 
7347
  }
7348
 
7349
+ .elementor-widget-premium-addon-person .elementor-widget-container {
 
7350
  -js-display: flex;
7351
  display: -webkit-box;
7352
  display: -webkit-flex;
7353
  display: -moz-box;
7354
  display: -ms-flexbox;
7355
  display: flex;
7356
+ -webkit-box-pack: center;
7357
+ -webkit-justify-content: center;
7358
+ -moz-box-pack: center;
7359
+ -ms-flex-pack: center;
7360
+ justify-content: center;
 
 
 
 
 
 
 
 
 
 
 
7361
  }
7362
 
7363
+ .premium-persons-container.multiple-persons {
7364
  -js-display: flex;
7365
  display: -webkit-box;
7366
  display: -webkit-flex;
7367
  display: -moz-box;
7368
  display: -ms-flexbox;
7369
  display: flex;
7370
+ -webkit-flex-wrap: wrap;
7371
+ -ms-flex-wrap: wrap;
7372
+ flex-wrap: wrap;
7373
+ width: 100%;
 
 
 
 
 
 
 
 
7374
  }
7375
 
7376
+ .premium-person-style1 .premium-person-container {
7377
+ overflow: hidden;
7378
  }
7379
 
7380
+ .premium-person-style1 .premium-person-container .premium-person-info {
 
 
 
7381
  position: absolute;
7382
+ top: auto;
7383
  left: 0;
7384
+ right: 0;
7385
+ -webkit-transition: all 500ms ease 0s;
7386
+ transition: all 500ms ease 0s;
7387
+ -webkit-transform: translate3d(0, 100%, 0);
7388
+ transform: translate3d(0, 100%, 0);
 
 
 
 
 
7389
  }
7390
 
7391
+ .premium-person-style1 .premium-person-container:hover .premium-person-info {
7392
+ -webkit-transform: translate3d(0, 0, 0);
7393
+ transform: translate3d(0, 0, 0);
7394
+ bottom: -1px !important;
 
 
 
 
 
 
 
 
7395
  }
7396
 
7397
+ .premium-person-style1 .premium-person-social-list li:hover {
7398
+ bottom: 5px;
 
 
 
7399
  }
7400
 
7401
+ .premium-person-style1.multiple-persons:not([data-persons-equal="yes"]) {
7402
+ -webkit-box-align: start;
7403
+ -webkit-align-items: flex-start;
7404
+ -moz-box-align: start;
7405
+ -ms-flex-align: start;
7406
+ align-items: flex-start;
7407
  }
7408
 
7409
+ .premium-person-style1 .slick-track {
 
 
 
7410
  -js-display: flex;
7411
  display: -webkit-box;
7412
  display: -webkit-flex;
7415
  display: flex;
7416
  }
7417
 
7418
+ .premium-person-style1 .slick-slide {
7419
+ height: inherit !important;
7420
+ }
7421
+
7422
+ /* .premium-person-style1.multiple-persons[data-persons-equal="yes"] .premium-person-image-container,
7423
+ .premium-person-style1.multiple-persons[data-persons-equal="yes"] .premium-person-image-wrap {
7424
+ height: 100%;
7425
+ } */
7426
+
7427
+ .premium-person-style3 .premium-person-info-container {
7428
+ position: absolute;
7429
+ top: 0;
7430
+ right: 0;
7431
+ width: 100%;
7432
+ height: 100%;
7433
  -js-display: flex;
7434
  display: -webkit-box;
7435
  display: -webkit-flex;
7436
  display: -moz-box;
7437
  display: -ms-flexbox;
7438
  display: flex;
7439
+ -webkit-box-orient: vertical;
7440
+ -webkit-box-direction: normal;
7441
+ -webkit-flex-direction: column;
7442
+ -moz-box-orient: vertical;
7443
+ -moz-box-direction: normal;
7444
+ -ms-flex-direction: column;
7445
+ flex-direction: column;
7446
+ -webkit-box-pack: justify;
7447
+ -webkit-justify-content: space-between;
7448
+ -moz-box-pack: justify;
7449
+ -ms-flex-pack: justify;
7450
+ justify-content: space-between;
 
7451
  }
7452
 
7453
+ .premium-person-style3 .premium-person-title-desc-wrap {
7454
  -js-display: flex;
7455
  display: -webkit-box;
7456
  display: -webkit-flex;
7457
  display: -moz-box;
7458
  display: -ms-flexbox;
7459
  display: flex;
7460
+ -webkit-box-orient: horizontal;
7461
+ -webkit-box-direction: reverse;
7462
+ -webkit-flex-direction: row-reverse;
7463
+ -moz-box-orient: horizontal;
7464
+ -moz-box-direction: reverse;
7465
+ -ms-flex-direction: row-reverse;
7466
+ flex-direction: row-reverse;
7467
+ -webkit-box-pack: justify;
7468
+ -webkit-justify-content: space-between;
7469
+ -moz-box-pack: justify;
7470
+ -ms-flex-pack: justify;
7471
+ justify-content: space-between;
7472
+ -webkit-box-align: start;
7473
+ -webkit-align-items: flex-start;
7474
+ -moz-box-align: start;
7475
+ -ms-flex-align: start;
7476
+ align-items: flex-start;
 
 
 
 
7477
  }
7478
 
7479
+ .premium-person-style3 .premium-person-name-icons-wrap {
7480
+ -js-display: flex;
7481
+ display: -webkit-box;
7482
+ display: -webkit-flex;
7483
+ display: -moz-box;
7484
+ display: -ms-flexbox;
7485
+ display: flex;
7486
+ -webkit-box-pack: justify;
7487
+ -webkit-justify-content: space-between;
7488
+ -moz-box-pack: justify;
7489
+ -ms-flex-pack: justify;
7490
+ justify-content: space-between;
7491
+ -webkit-box-align: end;
7492
+ -webkit-align-items: flex-end;
7493
+ -moz-box-align: end;
7494
+ -ms-flex-align: end;
7495
+ align-items: flex-end;
 
 
 
 
7496
  }
7497
 
7498
+ .premium-person-style3 .premium-person-title {
7499
+ opacity: 0;
7500
+ -webkit-transition: all 0.3s ease;
7501
+ transition: all 0.3s ease;
7502
+ width: 0;
7503
  }
7504
 
7505
+ .premium-person-style3 .premium-person-title span {
7506
+ display: inline-block;
7507
+ }
7508
+
7509
+ .premium-person-style3 .premium-person-name {
7510
+ padding-right: 10px;
7511
  }
7512
 
7513
+ .premium-person-style3 .premium-person-social-list {
7514
  -js-display: flex;
7515
  display: -webkit-box;
7516
  display: -webkit-flex;
7517
  display: -moz-box;
7518
  display: -ms-flexbox;
7519
  display: flex;
 
 
 
 
 
 
 
 
7520
  -webkit-box-orient: vertical;
7521
  -webkit-box-direction: normal;
7522
  -webkit-flex-direction: column;
7524
  -moz-box-direction: normal;
7525
  -ms-flex-direction: column;
7526
  flex-direction: column;
7527
+ -webkit-transform: translateY(20px);
7528
+ -ms-transform: translateY(20px);
7529
+ transform: translateY(20px);
7530
+ opacity: 0;
7531
+ -webkit-transition: all 0.3s ease;
7532
+ transition: all 0.3s ease;
7533
  }
7534
 
7535
+ .premium-person-style3 .premium-person-list-item {
7536
+ line-height: 0;
 
 
 
 
 
 
7537
  }
7538
 
7539
+ .premium-person-style3 .premium-person-list-item a {
7540
+ padding: 5px 0 0 10px;
7541
+ margin: 5px 0;
 
 
 
 
 
 
 
 
 
 
 
 
7542
  }
7543
 
7544
+ .premium-person-style3 .premium-person-container:hover .premium-person-title {
7545
+ opacity: 1;
 
 
 
7546
  }
7547
 
7548
+ .premium-person-style3 .premium-person-container:hover .premium-person-social-list {
7549
+ opacity: 1;
7550
+ -webkit-transform: translateY(0);
7551
+ -ms-transform: translateY(0);
7552
+ transform: translateY(0);
 
 
 
 
 
 
7553
  }
7554
 
7555
+ .premium-persons-title-cw .premium-person-title {
7556
+ -webkit-transform: translateX(-15px) rotate(-90deg);
7557
+ -ms-transform: translateX(-15px) rotate(-90deg);
7558
+ transform: translateX(-15px) rotate(-90deg);
7559
+ -webkit-transform-origin: top;
7560
+ -ms-transform-origin: top;
7561
+ transform-origin: top;
7562
  }
7563
 
7564
+ .premium-persons-title-cw .premium-person-container:hover .premium-person-title {
7565
+ -webkit-transform: translateX(0) rotate(-90deg);
7566
+ -ms-transform: translateX(0) rotate(-90deg);
7567
+ transform: translateX(0) rotate(-90deg);
7568
  }
7569
 
7570
+ .premium-persons-title-ccw .premium-person-title {
7571
+ width: auto;
7572
+ margin-left: 20px;
7573
+ -webkit-transform: translateX(-15px) rotate(90deg);
7574
+ -ms-transform: translateX(-15px) rotate(90deg);
7575
+ transform: translateX(-15px) rotate(90deg);
7576
+ -webkit-transform-origin: center left;
7577
+ -ms-transform-origin: center left;
7578
+ transform-origin: center left;
7579
  }
7580
 
7581
+ .premium-persons-title-ccw .premium-person-container:hover .premium-person-title {
7582
+ -webkit-transform: translateX(0) rotate(90deg);
7583
+ -ms-transform: translateX(0) rotate(90deg);
7584
+ transform: translateX(0) rotate(90deg);
7585
+ }
7586
+ /**************** Premium Pricing Table ****************/
7587
+ /*******************************************************/
7588
+ .premium-pricing-table-container {
7589
+ position: relative;
7590
+ text-align: center;
7591
+ display: inline-block;
7592
+ width: 100%;
7593
+ -webkit-transition: all 0.3s ease-in-out;
7594
+ transition: all 0.3s ease-in-out;
7595
+ }
7596
+
7597
+ .premium-pricing-icon-container {
7598
+ -js-display: flex;
7599
+ display: -webkit-box;
7600
+ display: -webkit-flex;
7601
+ display: -moz-box;
7602
+ display: -ms-flexbox;
7603
+ display: flex;
7604
+ -webkit-box-pack: center;
7605
+ -webkit-justify-content: center;
7606
+ -moz-box-pack: center;
7607
+ -ms-flex-pack: center;
7608
+ justify-content: center;
7609
+ line-height: 0;
7610
+ }
7611
+
7612
+ .premium-pricing-icon-container .premium-pricing-icon {
7613
+ display: inline-block;
7614
+ }
7615
+
7616
+ .premium-pricing-icon-container .premium-pricing-image {
7617
+ overflow: hidden;
7618
+ }
7619
+
7620
+ .premium-pricing-icon-container .premium-pricing-image img {
7621
+ width: 25px;
7622
+ height: 25px;
7623
+ -o-object-fit: cover;
7624
+ object-fit: cover;
7625
+ }
7626
+
7627
+ .premium-badge-left {
7628
+ position: absolute;
7629
+ top: 0;
7630
+ }
7631
+
7632
+ .premium-badge-right {
7633
+ position: absolute;
7634
+ top: 0;
7635
+ right: 0;
7636
+ }
7637
+
7638
+ .premium-badge-left {
7639
+ left: 0;
7640
+ }
7641
+
7642
+ .premium-badge-triangle.premium-badge-left .corner {
7643
+ width: 0;
7644
+ height: 0;
7645
+ border-top: 150px solid;
7646
+ border-bottom: 150px solid transparent;
7647
+ border-right: 150px solid transparent;
7648
+ }
7649
+
7650
+ .premium-badge-triangle.premium-badge-right .corner {
7651
+ width: 0;
7652
+ height: 0;
7653
+ border-bottom: 150px solid transparent;
7654
+ border-right: 150px solid;
7655
+ border-left: 150px solid transparent;
7656
+ }
7657
+
7658
+ .premium-badge-triangle span {
7659
+ position: absolute;
7660
+ top: 35px;
7661
+ width: 100px;
7662
+ text-align: center;
7663
+ -webkit-transform: rotate(-45deg);
7664
+ -ms-transform: rotate(-45deg);
7665
+ transform: rotate(-45deg);
7666
+ display: block;
7667
+ text-transform: uppercase;
7668
+ }
7669
+
7670
+ .premium-badge-triangle.premium-badge-right span {
7671
+ -webkit-transform: rotate(45deg);
7672
+ -ms-transform: rotate(45deg);
7673
+ transform: rotate(45deg);
7674
+ right: 0;
7675
+ }
7676
+
7677
+ .premium-badge-circle {
7678
+ min-width: 4em;
7679
+ min-height: 4em;
7680
+ line-height: 4em;
7681
+ text-align: center;
7682
+ -webkit-border-radius: 100%;
7683
+ border-radius: 100%;
7684
+ position: absolute;
7685
+ z-index: 1;
7686
+ }
7687
+
7688
+ .premium-badge-stripe {
7689
+ position: absolute;
7690
+ -webkit-transform: rotate(90deg);
7691
+ -ms-transform: rotate(90deg);
7692
+ transform: rotate(90deg);
7693
+ width: 15em;
7694
+ overflow: hidden;
7695
+ height: 15em;
7696
+ }
7697
+
7698
+ .premium-badge-stripe.premium-badge-left {
7699
+ -webkit-transform: rotate(0);
7700
+ -ms-transform: rotate(0);
7701
+ transform: rotate(0);
7702
+ }
7703
+
7704
+ .premium-badge-stripe .corner {
7705
+ text-align: center;
7706
+ left: 0;
7707
+ width: 150%;
7708
+ -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
7709
+ -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
7710
+ transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
7711
+ margin-top: 35px;
7712
+ font-size: 13px;
7713
+ line-height: 2;
7714
+ font-weight: 800;
7715
+ text-transform: uppercase;
7716
+ }
7717
+
7718
+ .premium-badge-flag .corner {
7719
+ text-align: center;
7720
+ -webkit-border-radius: 4px 4px 0 4px;
7721
+ border-radius: 4px 4px 0 4px;
7722
+ padding: 3px 15px;
7723
+ position: absolute;
7724
+ top: 10%;
7725
+ right: -8px;
7726
+ }
7727
+
7728
+ .premium-badge-flag .corner::before,
7729
+ .premium-badge-flag .corner::after {
7730
+ content: "";
7731
+ display: block;
7732
+ position: absolute;
7733
+ width: 0;
7734
+ height: 0;
7735
+ top: 100%;
7736
+ right: 0;
7737
+ border-bottom: 8px solid transparent;
7738
+ }
7739
+
7740
+ .elementor-widget-premium-addon-pricing-table .elementor-widget-container {
7741
+ overflow: visible !important;
7742
+ }
7743
+
7744
+ .premium-badge-flag .corner::after {
7745
+ border-left: 8px solid rgba(0, 0, 0, 0.2);
7746
+ }
7747
+
7748
+ .premium-pricing-price-currency {
7749
+ position: relative;
7750
+ }
7751
+
7752
+ .premium-pricing-button-container {
7753
+ display: block;
7754
+ }
7755
+
7756
+ .premium-pricing-list {
7757
+ -js-display: flex;
7758
+ display: -webkit-box;
7759
+ display: -webkit-flex;
7760
+ display: -moz-box;
7761
+ display: -ms-flexbox;
7762
+ display: flex;
7763
+ -webkit-box-orient: vertical;
7764
+ -webkit-box-direction: normal;
7765
+ -webkit-flex-direction: column;
7766
+ -moz-box-orient: vertical;
7767
+ -moz-box-direction: normal;
7768
+ -ms-flex-direction: column;
7769
+ flex-direction: column;
7770
+ list-style-type: none;
7771
+ margin: 0;
7772
+ padding: 0;
7773
+ }
7774
+
7775
+ .premium-pricing-list .premium-pricing-list-item {
7776
+ -js-display: flex;
7777
+ display: -webkit-box;
7778
+ display: -webkit-flex;
7779
+ display: -moz-box;
7780
+ display: -ms-flexbox;
7781
+ display: flex;
7782
+ -webkit-box-align: center;
7783
+ -webkit-align-items: center;
7784
+ -moz-box-align: center;
7785
+ -ms-flex-align: center;
7786
+ align-items: center;
7787
+ }
7788
+
7789
+ .premium-pricing-list .premium-pricing-list-item svg {
7790
+ width: 50px;
7791
+ height: 50px;
7792
+ }
7793
+
7794
+ .premium-pricing-list .premium-pricing-list-item img {
7795
+ width: 30px;
7796
+ height: 30px;
7797
+ -o-object-fit: cover;
7798
+ object-fit: cover;
7799
+ }
7800
+
7801
+ .premium-pricing-list .premium-pricing-list-span {
7802
+ position: relative;
7803
+ }
7804
+
7805
+ .premium-pricing-list .list-item-tooltip {
7806
+ border-bottom: 1px dotted;
7807
+ }
7808
+
7809
+ .premium-pricing-list .premium-pricing-list-tooltip {
7810
+ position: absolute;
7811
+ top: -webkit-calc(100% + 1px);
7812
+ top: calc(100% + 1px);
7813
+ right: 0;
7814
+ visibility: hidden;
7815
+ padding: 15px 20px;
7816
+ -webkit-border-radius: 5px;
7817
+ border-radius: 5px;
7818
+ min-width: 200px;
7819
+ overflow: hidden;
7820
+ text-align: right;
7821
+ font-size: 0.8rem;
7822
+ color: #fff;
7823
+ background-color: #aaa;
7824
+ }
7825
+
7826
+ .premium-pricing-features-left .premium-pricing-list-span {
7827
+ text-align: right;
7828
+ }
7829
+
7830
+ .premium-pricing-features-center .premium-pricing-list-span {
7831
+ text-align: center;
7832
+ }
7833
+
7834
+ .premium-pricing-features-right .premium-pricing-list-span {
7835
+ text-align: left;
7836
+ }
7837
+
7838
+ .premium-pricing-list-span:hover .premium-pricing-list-tooltip {
7839
+ z-index: 99;
7840
+ visibility: visible;
7841
+ opacity: 1;
7842
+ }
7843
+
7844
+ .premium-pricing-slashed-price-value {
7845
+ display: inline-block;
7846
+ font-size: 20px;
7847
+ font-weight: 400;
7848
+ margin-left: 5px;
7849
+ }
7850
+
7851
+ .premium-pricing-price-value {
7852
+ font-size: 70px;
7853
+ }
7854
+
7855
+ .premium-pricing-description-container li {
7856
+ list-style-position: inside;
7857
+ text-indent: -40px;
7858
+ }
7859
+
7860
+ @-moz-document url-prefix() {
7861
+ .premium-pricing-description-container li {
7862
+ text-indent: 0px;
7863
+ }
7864
+ }
7865
+
7866
+ .premium-pricing-price-button {
7867
+ display: block;
7868
+ padding: 6px 12px;
7869
+ line-height: 1.42857143;
7870
+ text-align: center;
7871
+ color: #fff;
7872
+ background: #6ec1e4;
7873
+ margin-bottom: 0;
7874
+ -webkit-transition: all 0.3s ease-in-out;
7875
+ transition: all 0.3s ease-in-out;
7876
+ }
7877
+ /**************** Premium Progress Bar ****************/
7878
+ /******************************************************/
7879
+ .premium-progressbar-container {
7880
+ position: relative;
7881
+ }
7882
+
7883
+ .premium-progressbar-bar-wrap {
7884
+ position: relative;
7885
+ text-align: right;
7886
+ overflow: hidden;
7887
+ height: 25px;
7888
+ margin-bottom: 50px;
7889
+ background-color: #f5f5f5;
7890
+ -webkit-border-radius: 4px;
7891
+ border-radius: 4px;
7892
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
7893
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
7894
+ }
7895
+
7896
+ .premium-progressbar-bar-wrap.premium-progressbar-dots {
7897
+ background-color: transparent;
7898
+ width: 100%;
7899
+ -js-display: flex;
7900
+ display: -webkit-box;
7901
+ display: -webkit-flex;
7902
+ display: -moz-box;
7903
+ display: -ms-flexbox;
7904
+ display: flex;
7905
+ height: auto;
7906
+ -webkit-box-shadow: none;
7907
+ box-shadow: none;
7908
+ }
7909
+
7910
+ .premium-progressbar-bar-wrap .progress-segment {
7911
+ position: relative;
7912
+ width: 25px;
7913
+ height: 25px;
7914
+ -webkit-border-radius: 50%;
7915
+ border-radius: 50%;
7916
+ overflow: hidden;
7917
+ background-color: #f5f5f5;
7918
+ }
7919
+
7920
+ .premium-progressbar-bar-wrap .progress-segment.filled {
7921
+ background: #6ec1e4;
7922
+ }
7923
+
7924
+ .premium-progressbar-bar-wrap .progress-segment:not(:first-child):not(:last-child) {
7925
+ margin: 0 4px;
7926
+ }
7927
+
7928
+ .premium-progressbar-bar-wrap .progress-segment:first-child {
7929
+ margin-left: 4px;
7930
+ }
7931
+
7932
+ .premium-progressbar-bar-wrap .progress-segment:last-child {
7933
+ margin-right: 4px;
7934
+ }
7935
+
7936
+ .premium-progressbar-bar-wrap .progress-segment .segment-inner {
7937
+ position: absolute;
7938
+ top: 0;
7939
+ right: 0;
7940
+ height: 100%;
7941
+ background-color: #6ec1e4;
7942
+ }
7943
+
7944
+ .premium-progressbar-bar {
7945
+ float: right;
7946
+ width: 0%;
7947
+ height: 100%;
7948
+ font-size: 12px;
7949
+ line-height: 20px;
7950
+ background: #6ec1e4;
7951
+ text-align: center;
7952
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
7953
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
7954
+ }
7955
+
7956
+ .premium-progressbar-striped .premium-progressbar-bar {
7957
+ background-image: -webkit-linear-gradient(-135deg,
7958
+ rgba(255, 255, 255, 0.15) 25%,
7959
+ transparent 25%,
7960
+ transparent 50%,
7961
+ rgba(255, 255, 255, 0.15) 50%,
7962
+ rgba(255, 255, 255, 0.15) 75%,
7963
+ transparent 75%,
7964
+ transparent);
7965
+ background-image: -webkit-linear-gradient(45deg,
7966
+ rgba(255, 255, 255, 0.15) 25%,
7967
+ transparent 25%,
7968
+ transparent 50%,
7969
+ rgba(255, 255, 255, 0.15) 50%,
7970
+ rgba(255, 255, 255, 0.15) 75%,
7971
+ transparent 75%,
7972
+ transparent);
7973
+ background-image: linear-gradient(45deg,
7974
+ rgba(255, 255, 255, 0.15) 25%,
7975
+ transparent 25%,
7976
+ transparent 50%,
7977
+ rgba(255, 255, 255, 0.15) 50%,
7978
+ rgba(255, 255, 255, 0.15) 75%,
7979
+ transparent 75%,
7980
+ transparent);
7981
+ -webkit-background-size: 40px 40px;
7982
+ background-size: 40px 40px;
7983
+ }
7984
+
7985
+ .premium-progressbar-active .premium-progressbar-bar {
7986
+ -webkit-animation: progress-bar-stripes 2s linear infinite;
7987
+ animation: progress-bar-stripes 2s linear infinite;
7988
+ }
7989
+
7990
+ .premium-progressbar-gradient .premium-progressbar-bar {
7991
+ -webkit-background-size: 400% 400% !important;
7992
+ background-size: 400% 400% !important;
7993
+ -webkit-animation: progress-bar-gradient 10s ease-in-out infinite;
7994
+ animation: progress-bar-gradient 10s ease-in-out infinite;
7995
+ }
7996
+
7997
+ .premium-progressbar-bar {
7998
+ position: absolute;
7999
+ overflow: hidden;
8000
+ line-height: 20px;
8001
+ }
8002
+
8003
+ .premium-progressbar-container .clearfix {
8004
+ clear: both;
8005
+ }
8006
+
8007
+ .premium-progressbar-bar {
8008
+ -webkit-transition: width 0s ease-in-out !important;
8009
+ transition: width 0s ease-in-out !important;
8010
+ }
8011
+
8012
+ .premium-progressbar-container p:first-of-type {
8013
+ margin: 0;
8014
+ float: left;
8015
+ }
8016
+
8017
+ .premium-progressbar-container p:nth-of-type(2) {
8018
+ margin: 0;
8019
+ float: right;
8020
+ }
8021
+
8022
+ .premium-progressbar-name {
8023
+ right: 50%;
8024
+ top: 0;
8025
+ left: 0;
8026
+ -webkit-transform: translateX(12.5px);
8027
+ -ms-transform: translateX(12.5px);
8028
+ transform: translateX(12.5px);
8029
+ z-index: 1;
8030
+ }
8031
+
8032
+ .premium-progressbar-multiple-label {
8033
+ position: relative;
8034
+ float: right;
8035
+ width: 0;
8036
+ right: 50%;
8037
+ }
8038
+
8039
+ .premium-progressbar-center-label {
8040
+ position: relative;
8041
+ white-space: nowrap;
8042
+ }
8043
+
8044
+ .premium-progressbar-arrow {
8045
+ height: 15px;
8046
+ right: 50%;
8047
+ display: inline-block;
8048
+ border-right: 7px solid transparent;
8049
+ border-left: 7px solid transparent;
8050
+ border-top: 11px solid;
8051
+ -webkit-transform: translateX(50%);
8052
+ -ms-transform: translateX(50%);
8053
+ transform: translateX(50%);
8054
+ }
8055
+
8056
+ .premium-progressbar-pin {
8057
+ border-right: 1px solid;
8058
+ height: 12px;
8059
+ right: 50%;
8060
+ display: inline-block;
8061
+ }
8062
+
8063
+ /**
8064
+ * Circle Progress Bar
8065
+ */
8066
+ .premium-progressbar-circle-wrap,
8067
+ .premium-progressbar-hf-circle-wrap {
8068
+ width: 200px;
8069
+ height: 200px;
8070
+ position: relative;
8071
+ margin: 0 auto;
8072
+ }
8073
+
8074
+ .premium-progressbar-circle-wrap .premium-progressbar-circle-content,
8075
+ .premium-progressbar-hf-circle-wrap .premium-progressbar-circle-content {
8076
+ position: absolute;
8077
+ top: 0;
8078
+ right: 0;
8079
+ width: 100%;
8080
+ height: 100%;
8081
+ -js-display: flex;
8082
+ display: -webkit-box;
8083
+ display: -webkit-flex;
8084
+ display: -moz-box;
8085
+ display: -ms-flexbox;
8086
+ display: flex;
8087
+ -webkit-box-orient: vertical;
8088
+ -webkit-box-direction: normal;
8089
+ -webkit-flex-direction: column;
8090
+ -moz-box-orient: vertical;
8091
+ -moz-box-direction: normal;
8092
+ -ms-flex-direction: column;
8093
+ flex-direction: column;
8094
+ -webkit-box-pack: center;
8095
+ -webkit-justify-content: center;
8096
+ -moz-box-pack: center;
8097
+ -ms-flex-pack: center;
8098
+ justify-content: center;
8099
+ -webkit-box-align: center;
8100
+ -webkit-align-items: center;
8101
+ -moz-box-align: center;
8102
+ -ms-flex-align: center;
8103
+ align-items: center;
8104
+ text-align: center;
8105
+ }
8106
+
8107
+ .premium-progressbar-circle-wrap .premium-lottie-animation,
8108
+ .premium-progressbar-hf-circle-wrap .premium-lottie-animation {
8109
+ line-height: 1;
8110
+ }
8111
+
8112
+ .premium-progressbar-circle-wrap .premium-progressbar-circle {
8113
+ position: absolute;
8114
+ top: 0;
8115
+ right: 0;
8116
+ width: 100%;
8117
+ height: 100%;
8118
+ -webkit-clip-path: inset(0 0 0 50%);
8119
+ clip-path: inset(0 0 0 50%);
8120
+ }
8121
+
8122
+ .premium-progressbar-circle-wrap .premium-progressbar-circle div {
8123
+ position: absolute;
8124
+ right: 0;
8125
+ top: 0;
8126
+ height: 100%;
8127
+ width: 100%;
8128
+ border-width: 6px;
8129
+ border-style: solid;
8130
+ border-color: #54595f;
8131
+ -webkit-border-radius: 50%;
8132
+ border-radius: 50%;
8133
+ -webkit-clip-path: inset(0 50% 0 0);
8134
+ clip-path: inset(0 50% 0 0);
8135
+ }
8136
+
8137
+ .premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-left {
8138
+ -webkit-transform: rotate(0);
8139
+ -ms-transform: rotate(0);
8140
+ transform: rotate(0);
8141
+ }
8142
+
8143
+ .premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-right {
8144
+ -webkit-transform: rotate(-180deg);
8145
+ -ms-transform: rotate(-180deg);
8146
+ transform: rotate(-180deg);
8147
+ visibility: hidden;
8148
+ }
8149
+
8150
+ .premium-progressbar-circle-wrap .premium-progressbar-circle-base {
8151
+ width: 100%;
8152
+ height: 100%;
8153
+ border: 6px solid #eee;
8154
+ -webkit-border-radius: 50%;
8155
+ border-radius: 50%;
8156
+ }
8157
+
8158
+ .premium-progressbar-circle-wrap .premium-lottie-animation {
8159
+ line-height: 1;
8160
+ }
8161
+
8162
+ /**
8163
+ * Half Circle Progress Bar
8164
+ */
8165
+ .premium-progressbar-hf-container {
8166
+ position: relative;
8167
+ width: 200px;
8168
+ height: 200px;
8169
+ }
8170
+
8171
+ .premium-progressbar-hf-circle-wrap {
8172
+ overflow: hidden;
8173
+ }
8174
+
8175
+ .premium-progressbar-hf-circle-wrap .premium-progressbar-left-label {
8176
+ -webkit-box-ordinal-group: 2;
8177
+ -webkit-order: 1;
8178
+ -moz-box-ordinal-group: 2;
8179
+ -ms-flex-order: 1;
8180
+ order: 1;
8181
+ }
8182
+
8183
+ .premium-progressbar-hf-circle {
8184
+ position: absolute;
8185
+ top: 0;
8186
+ left: 0;
8187
+ width: 100%;
8188
+ height: 100%;
8189
+ -webkit-clip-path: inset(0 0 50% 0);
8190
+ clip-path: inset(0 0 50% 0);
8191
+ }
8192
+
8193
+ .premium-progressbar-hf-circle-progress {
8194
+ position: absolute;
8195
+ left: 0;
8196
+ top: 0;
8197
+ height: 100%;
8198
+ width: 100%;
8199
+ border: 12px solid #000;
8200
+ -webkit-border-radius: 50%;
8201
+ border-radius: 50%;
8202
+ -webkit-clip-path: inset(50% 0 0 0);
8203
+ clip-path: inset(50% 0 0 0);
8204
+ -webkit-transform: rotate(0deg);
8205
+ -ms-transform: rotate(0deg);
8206
+ transform: rotate(0deg);
8207
+ -webkit-transition: -webkit-transform 1500ms linear;
8208
+ transition: -webkit-transform 1500ms linear;
8209
+ transition: transform 1500ms linear;
8210
+ transition: transform 1500ms linear, -webkit-transform 1500ms linear;
8211
+ }
8212
+
8213
+ .premium-progressbar-circle-inner {
8214
+ height: 100%;
8215
+ width: 100%;
8216
+ border: 12px solid #eee;
8217
+ -webkit-border-radius: 50%;
8218
+ border-radius: 50%;
8219
+ }
8220
+
8221
+ .premium-progressbar-hf-labels {
8222
+ margin: 0 auto;
8223
+ position: relative;
8224
+ font-size: 12px;
8225
+ font-weight: 400;
8226
+ -js-display: flex;
8227
+ display: -webkit-box;
8228
+ display: -webkit-flex;
8229
+ display: -moz-box;
8230
+ display: -ms-flexbox;
8231
+ display: flex;
8232
+ -webkit-box-pack: justify;
8233
+ -webkit-justify-content: space-between;
8234
+ -moz-box-pack: justify;
8235
+ -ms-flex-pack: justify;
8236
+ justify-content: space-between;
8237
+ }
8238
+
8239
+
8240
+ @-webkit-keyframes progress-bar-stripes {
8241
+ from {
8242
+ background-position: 100% 0;
8243
+ }
8244
+
8245
+ to {
8246
+ background-position: 40px 0;
8247
+ }
8248
+ }
8249
+
8250
+ @keyframes progress-bar-stripes {
8251
+ from {
8252
+ background-position: 100% 0;
8253
+ }
8254
+
8255
+ to {
8256
+ background-position: 40px 0;
8257
+ }
8258
+ }
8259
+
8260
+ @-webkit-keyframes progress-bar-gradient {
8261
+ 0% {
8262
+ background-position: 100% 50%;
8263
+ }
8264
+
8265
+ 50% {
8266
+ background-position: 0% 50%;
8267
+ }
8268
+
8269
+ 100% {
8270
+ background-position: 100% 50%;
8271
+ }
8272
+ }
8273
+
8274
+ @keyframes progress-bar-gradient {
8275
+ 0% {
8276
+ background-position: 100% 50%;
8277
+ }
8278
+
8279
+ 50% {
8280
+ background-position: 0% 50%;
8281
+ }
8282
+
8283
+ 100% {
8284
+ background-position: 100% 50%;
8285
+ }
8286
+ }
8287
+
8288
+ @media (max-width: 768px) {
8289
+ .premium-progressbar-center-label {
8290
+ -webkit-transform: rotate(-90deg) !important;
8291
+ -ms-transform: rotate(-90deg) !important;
8292
+ transform: rotate(-90deg) !important;
8293
+ -webkit-transform-origin: 0;
8294
+ -ms-transform-origin: 0;
8295
+ transform-origin: 0;
8296
+ }
8297
+ }
8298
+ /**************** Premium Testimonials ****************/
8299
+ /******************************************************/
8300
+ .premium-testimonial-box {
8301
+ width: 100%;
8302
+ background: transparent;
8303
+ -webkit-transition: all 0.3s ease-in-out;
8304
+ transition: all 0.3s ease-in-out;
8305
  }
8306
 
8307
+ .premium-testimonial-box .premium-testimonial-author-info {
8308
+ -js-display: flex;
8309
+ display: -webkit-box;
8310
+ display: -webkit-flex;
8311
+ display: -moz-box;
8312
+ display: -ms-flexbox;
8313
+ display: flex;
8314
+ -webkit-box-pack: center;
8315
+ -webkit-justify-content: center;
8316
+ -moz-box-pack: center;
8317
+ -ms-flex-pack: center;
8318
+ justify-content: center;
8319
+ -webkit-box-align: center;
8320
+ -webkit-align-items: center;
8321
+ -moz-box-align: center;
8322
+ -ms-flex-align: center;
8323
+ align-items: center;
8324
  }
8325
 
8326
+ .premium-testimonial-box .premium-testimonial-person-name,
8327
+ .premium-testimonial-box .premium-testimonial-company-name {
8328
+ font-weight: 600;
8329
+ margin: 0;
 
 
8330
  }
8331
 
8332
+ .premium-testimonial-container {
8333
+ position: relative;
8334
+ }
8335
+
8336
+ .premium-testimonial-img-wrapper {
8337
+ margin-right: auto;
8338
+ margin-left: auto;
8339
+ overflow: hidden;
8340
+ border-style: solid !important;
8341
+ }
8342
+
8343
+ .premium-testimonial-img-wrapper.circle {
8344
+ -webkit-border-radius: 50%;
8345
+ border-radius: 50%;
8346
+ }
8347
+
8348
+ .premium-testimonial-img-wrapper.rounded {
8349
+ -webkit-border-radius: 15px;
8350
+ border-radius: 15px;
8351
+ }
8352
+
8353
+ .premium-testimonial-img-wrapper img {
8354
+ -o-object-fit: cover;
8355
+ object-fit: cover;
8356
+ width: 100%;
8357
+ height: 100% !important;
8358
+ }
8359
+
8360
+ .premium-testimonial-content-wrapper {
8361
+ position: relative;
8362
+ display: -ms-flexbox;
8363
+ display: -webkit-flex;
8364
+ display: -moz-flex;
8365
+ display: -ms-flex;
8366
+ -js-display: flex;
8367
+ display: -webkit-box;
8368
+ display: -moz-box;
8369
+ display: flex;
8370
+ -webkit-box-orient: vertical;
8371
+ -webkit-box-direction: normal;
8372
+ -webkit-flex-direction: column;
8373
+ -moz-box-orient: vertical;
8374
+ -moz-box-direction: normal;
8375
+ -ms-flex-direction: column;
8376
+ flex-direction: column;
8377
+ z-index: 2;
8378
+ width: 100%;
8379
+ padding: 20px;
8380
+ text-align: center;
8381
+ }
8382
+
8383
+ .premium-testimonial-clear-float {
8384
+ clear: both;
8385
+ }
8386
+
8387
+ .premium-testimonial-upper-quote,
8388
+ .premium-testimonial-lower-quote {
8389
+ position: absolute;
8390
+ z-index: 1;
8391
+ }
8392
+ /**************** Premium Title ****************/
8393
+ /***********************************************/
8394
+ .premium-title-container .premium-title-header {
8395
+ position: relative;
8396
+ margin: 0;
8397
+ padding: 10px;
8398
+ }
8399
+
8400
+ .premium-title-container .premium-title-header:not(.premium-title-style7) {
8401
+ -webkit-box-align: center;
8402
+ -webkit-align-items: center;
8403
+ -moz-box-align: center;
8404
+ -ms-flex-align: center;
8405
+ align-items: center;
8406
+ }
8407
+
8408
+ .premium-title-container .premium-title-header svg {
8409
+ width: 40px;
8410
+ height: 40px;
8411
+ }
8412
+
8413
+ .premium-title-container .premium-title-header img {
8414
+ width: 40px;
8415
+ height: 40px;
8416
+ -o-object-fit: cover;
8417
+ object-fit: cover;
8418
+ }
8419
+
8420
+ .premium-title-container .premium-title-header a {
8421
+ position: absolute;
8422
+ top: 0;
8423
+ right: 0;
8424
+ width: 100%;
8425
+ height: 100%;
8426
+ }
8427
+
8428
+ .premium-title-container .premium-lottie-animation {
8429
+ -js-display: flex;
8430
+ display: -webkit-box;
8431
+ display: -webkit-flex;
8432
+ display: -moz-box;
8433
+ display: -ms-flexbox;
8434
+ display: flex;
8435
+ }
8436
+
8437
+ .premium-title-icon-row .premium-title-icon {
8438
+ margin-left: 10px;
8439
+ }
8440
+
8441
+ .premium-title-icon-row-reverse .premium-title-icon {
8442
+ margin-right: 10px;
8443
+ }
8444
+
8445
+ .premium-title-style3,
8446
+ .premium-title-style4 {
8447
+ -js-display: flex;
8448
+ display: -webkit-box;
8449
+ display: -webkit-flex;
8450
+ display: -moz-box;
8451
+ display: -ms-flexbox;
8452
+ display: flex;
8453
+ }
8454
+
8455
+ .premium-title-style1,
8456
+ .premium-title-style2,
8457
+ .premium-title-style5,
8458
+ .premium-title-style6,
8459
+ .premium-title-style8,
8460
+ .premium-title-style9 {
8461
+ -js-display: inline-flex;
8462
+ display: -webkit-inline-box;
8463
+ display: -webkit-inline-flex;
8464
+ display: -moz-inline-box;
8465
+ display: -ms-inline-flexbox;
8466
+ display: inline-flex;
8467
+ }
8468
+
8469
+ .premium-title-style7 {
8470
+ -js-display: inline-flex;
8471
+ display: -webkit-inline-box;
8472
+ display: -webkit-inline-flex;
8473
+ display: -moz-inline-box;
8474
+ display: -ms-inline-flexbox;
8475
+ display: inline-flex;
8476
+ -webkit-box-orient: vertical;
8477
+ -webkit-box-direction: normal;
8478
+ -webkit-flex-direction: column;
8479
+ -moz-box-orient: vertical;
8480
+ -moz-box-direction: normal;
8481
+ -ms-flex-direction: column;
8482
+ flex-direction: column;
8483
+ }
8484
+
8485
+ .premium-title-style7 .premium-title-style7-inner {
8486
+ -js-display: flex;
8487
+ display: -webkit-box;
8488
+ display: -webkit-flex;
8489
+ display: -moz-box;
8490
+ display: -ms-flexbox;
8491
+ display: flex;
8492
+ -webkit-box-align: center;
8493
+ -webkit-align-items: center;
8494
+ -moz-box-align: center;
8495
+ -ms-flex-align: center;
8496
+ align-items: center;
8497
+ }
8498
+
8499
+ .premium-title-style1 {
8500
+ border-width: 0;
8501
+ border-right: 3px solid #6ec1e4;
8502
+ }
8503
+
8504
+ .premium-title-container.style2,
8505
+ .premium-title-container.style4,
8506
+ .premium-title-container.style5,
8507
+ .premium-title-container.style6 {
8508
+ border-bottom: 3px solid #6ec1e4;
8509
+ }
8510
+
8511
+ /*Style 6 Header*/
8512
+ .premium-title-style6:before {
8513
+ position: absolute;
8514
+ right: 50%;
8515
+ bottom: 0;
8516
+ margin-right: -2px;
8517
+ content: "";
8518
+ border: 3px solid transparent;
8519
+ }
8520
+
8521
+ /*Style 6 Trinagle*/
8522
+ .premium-title-style7-stripe-wrap {
8523
+ -js-display: flex;
8524
+ display: -webkit-box;
8525
+ display: -webkit-flex;
8526
+ display: -moz-box;
8527
+ display: -ms-flexbox;
8528
+ display: flex;
8529
+ }
8530
+
8531
+ .premium-title-style7:before {
8532
+ display: none;
8533
+ }
8534
+
8535
+ .premium-title-style8 .premium-title-text[data-animation="shiny"] {
8536
+ -webkit-background-size: 125px 125px !important;
8537
+ background-size: 125px !important;
8538
+ color: rgba(255, 255, 255, 0);
8539
+ -webkit-background-clip: text !important;
8540
+ background-clip: text !important;
8541
+ -webkit-animation-name: pa-shinny-text !important;
8542
+ animation-name: pa-shinny-text !important;
8543
+ -webkit-animation-duration: var(--animation-speed) !important;
8544
+ animation-duration: var(--animation-speed) !important;
8545
+ -webkit-animation-iteration-count: infinite !important;
8546
+ animation-iteration-count: infinite !important;
8547
+ background: var(--base-color) -webkit-gradient(linear,
8548
+ left top,
8549
+ right top,
8550
+ from(var(--base-color)),
8551
+ to(var(--base-color)),
8552
+ color-stop(0.5, var(--shiny-color))) 0 0 no-repeat;
8553
+ }
8554
+
8555
+ .premium-title-style9[data-animation-blur="process"] .premium-title-style9-letter {
8556
+ -webkit-animation: pa-blur-shadow 2s 1 alternate;
8557
+ animation: pa-blur-shadow 2s 1 alternate;
8558
+ }
8559
+
8560
+ .premium-title-gradient-yes .premium-title-text,
8561
+ .premium-title-gradient-yes .premium-title-icon {
8562
+ -webkit-background-clip: text;
8563
+ -webkit-text-fill-color: transparent;
8564
+ background-image: -webkit-gradient(linear, left top, right top, from(#ffa648), color-stop(#f17cc1), to(#4da9fd));
8565
+ background-image: -webkit-linear-gradient(left, #ffa648, #f17cc1, #4da9fd);
8566
+ background-image: linear-gradient(to right, #ffa648, #f17cc1, #4da9fd);
8567
+ -webkit-animation: pa-text-gradient 8s infinite;
8568
+ animation: pa-text-gradient 8s infinite;
8569
+ }
8570
+
8571
+ .premium-title-clipped .premium-title-header {
8572
+ -webkit-text-fill-color: transparent;
8573
+ -webkit-background-clip: text;
8574
+ background-clip: text;
8575
+ }
8576
+
8577
+ @-webkit-keyframes pa-shinny-text {
8578
+ 0% {
8579
+ background-position: 100%;
8580
+ }
8581
+
8582
+ 100% {
8583
+ background-position: -100%;
8584
+ }
8585
+ }
8586
+
8587
+ @keyframes pa-shinny-text {
8588
+ 0% {
8589
+ background-position: 100%;
8590
+ }
8591
+
8592
+ 100% {
8593
+ background-position: -100%;
8594
+ }
8595
+ }
8596
+
8597
+ @-webkit-keyframes pa-blur-shadow {
8598
+ from {
8599
+ text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
8600
+ color: transparent;
8601
+ }
8602
+
8603
+ to {
8604
+ text-shadow: 0;
8605
+ }
8606
+ }
8607
+
8608
+ @keyframes pa-blur-shadow {
8609
+ from {
8610
+ text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
8611
+ color: transparent;
8612
+ }
8613
+
8614
+ to {
8615
+ text-shadow: 0;
8616
+ }
8617
+ }
8618
+
8619
+ @-webkit-keyframes pa-text-gradient {
8620
+
8621
+ 0%,
8622
+ 100% {
8623
+ -webkit-filter: hue-rotate(0deg);
8624
+ filter: hue-rotate(0deg);
8625
+ }
8626
+
8627
+ 50% {
8628
+ -webkit-filter: hue-rotate(360deg);
8629
+ filter: hue-rotate(360deg);
8630
+ }
8631
+ }
8632
+
8633
+ @keyframes pa-text-gradient {
8634
+
8635
+ 0%,
8636
+ 100% {
8637
+ -webkit-filter: hue-rotate(0deg);
8638
+ filter: hue-rotate(0deg);
8639
+ }
8640
+
8641
+ 50% {
8642
+ -webkit-filter: hue-rotate(360deg);
8643
+ filter: hue-rotate(360deg);
8644
+ }
8645
+ }
8646
+ /**************** Premium Video Box ************/
8647
+ /***********************************************/
8648
+ .premium-video-box-transform {
8649
+ -webkit-transform: none !important;
8650
+ -ms-transform: none !important;
8651
+ transform: none !important;
8652
+ }
8653
+
8654
+ .premium-video-box-container {
8655
+ -js-display: flex;
8656
+ display: -webkit-box;
8657
+ display: -webkit-flex;
8658
+ display: -moz-box;
8659
+ display: -ms-flexbox;
8660
+ display: flex;
8661
+ -webkit-box-orient: vertical;
8662
+ -webkit-box-direction: normal;
8663
+ -webkit-flex-direction: column;
8664
+ -moz-box-orient: vertical;
8665
+ -moz-box-direction: normal;
8666
+ -ms-flex-direction: column;
8667
+ flex-direction: column;
8668
+ }
8669
+
8670
+ .premium-video-box-container>div {
8671
+ position: relative;
8672
+ overflow: hidden;
8673
+ }
8674
+
8675
+ .pa-aspect-ratio-11 .premium-video-box-container>div {
8676
+ padding-bottom: 100%;
8677
+ }
8678
+
8679
+ .pa-aspect-ratio-169 .premium-video-box-container>div {
8680
+ padding-bottom: 56.25%;
8681
+ }
8682
+
8683
+ .pa-aspect-ratio-43 .premium-video-box-container>div {
8684
+ padding-bottom: 75%;
8685
+ }
8686
+
8687
+ .pa-aspect-ratio-32 .premium-video-box-container>div {
8688
+ padding-bottom: 66.6666%;
8689
+ }
8690
+
8691
+ .pa-aspect-ratio-219 .premium-video-box-container>div {
8692
+ padding-bottom: 42.8571%;
8693
+ }
8694
+
8695
+ .pa-aspect-ratio-916 .premium-video-box-container>div {
8696
+ padding-bottom: 177.8%;
8697
+ }
8698
+
8699
+ .premium-video-box-image-container {
8700
+ position: absolute;
8701
+ top: 0;
8702
+ right: 0;
8703
+ bottom: 0;
8704
+ left: 0;
8705
+ width: 100%;
8706
+ height: 100%;
8707
+ -webkit-background-size: cover;
8708
+ background-size: cover;
8709
+ background-position: 50%;
8710
+ cursor: pointer;
8711
+ margin: auto;
8712
+ -webkit-transition: 0.2s all;
8713
+ transition: 0.2s all;
8714
+ }
8715
+
8716
+ .premium-video-box-play-icon-container {
8717
+ position: absolute;
8718
+ z-index: 2;
8719
+ cursor: pointer;
8720
+ -webkit-transform: translate(50%, -50%);
8721
+ -ms-transform: translate(50%, -50%);
8722
+ transform: translate(50%, -50%);
8723
+ background: rgba(252, 252, 252, 0.35);
8724
+ }
8725
+
8726
+ .premium-video-box-description-container {
8727
+ position: absolute;
8728
+ z-index: 2;
8729
+ padding: 5px;
8730
+ text-align: center;
8731
+ cursor: pointer;
8732
+ -webkit-transform: translate(50%, -50%);
8733
+ -ms-transform: translate(50%, -50%);
8734
+ transform: translate(50%, -50%);
8735
+ }
8736
+
8737
+ .premium-video-box-text {
8738
+ margin-bottom: 0 !important;
8739
+ -webkit-transition: all 0.3s ease-in-out;
8740
+ transition: all 0.3s ease-in-out;
8741
+ }
8742
+
8743
+ .premium-video-box-play-icon {
8744
+ padding: 15px;
8745
+ -webkit-transform: translateX(-4%);
8746
+ -ms-transform: translateX(-4%);
8747
+ transform: translateX(-4%);
8748
+ -webkit-transition: all 0.3s ease-in-out;
8749
+ transition: all 0.3s ease-in-out;
8750
+ }
8751
+
8752
+ .premium-video-box-video-container,
8753
+ .premium-vid-lightbox-container {
8754
+ position: absolute;
8755
+ top: 0;
8756
+ right: 0;
8757
+ z-index: 2;
8758
+ width: 100%;
8759
+ height: 100%;
8760
+ -webkit-transition: opacity 0.8s ease-in-out;
8761
+ transition: opacity 0.8s ease-in-out;
8762
+ overflow: hidden;
8763
+ cursor: pointer;
8764
+ }
8765
+
8766
+ .premium-video-box-container[data-overlay="true"][data-type="self"] .premium-video-box-video-container {
8767
+ opacity: 0;
8768
+ visibility: hidden;
8769
+ }
8770
+
8771
+ .premium-video-box-video-container iframe {
8772
+ max-width: 100%;
8773
+ width: 100%;
8774
+ height: 100%;
8775
+ margin: 0;
8776
+ line-height: 1;
8777
+ border: none;
8778
+ }
8779
+
8780
+ .premium-video-box-video-container video {
8781
+ max-width: 100%;
8782
+ width: 100%;
8783
+ height: 100%;
8784
+ margin: 0;
8785
+ line-height: 1;
8786
+ border: none;
8787
+ background-color: #000;
8788
+ -o-object-fit: contain;
8789
+ object-fit: contain;
8790
+ }
8791
+
8792
+ .premium-video-box-container .premium-video-box-vimeo-wrap {
8793
+ -js-display: flex;
8794
+ display: -webkit-box;
8795
+ display: -webkit-flex;
8796
+ display: -moz-box;
8797
+ display: -ms-flexbox;
8798
+ display: flex;
8799
+ position: absolute;
8800
+ top: 0;
8801
+ right: 0;
8802
+ z-index: 3;
8803
+ margin: 10px;
8804
+ margin-left: 10px;
8805
+ -webkit-transition: opacity 0.2s ease-out;
8806
+ transition: opacity 0.2s ease-out;
8807
+ margin-left: 4.6em;
8808
+ }
8809
+
8810
+ .premium-video-box-vimeo-wrap .premium-video-box-vimeo-portrait {
8811
+ width: 60px;
8812
+ height: 60px;
8813
+ background: rgba(23, 35, 34, 0.75);
8814
+ margin-left: 1px;
8815
+ -webkit-box-flex: 1;
8816
+ -webkit-flex: 1 0 auto;
8817
+ -moz-box-flex: 1;
8818
+ -ms-flex: 1 0 auto;
8819
+ flex: 1 0 auto;
8820
+ padding: 0;
8821
+ }
8822
+
8823
+ .premium-video-box-vimeo-portrait img {
8824
+ width: 50px;
8825
+ height: 50px;
8826
+ margin: 5px;
8827
+ padding: 0;
8828
+ border: 0;
8829
+ -webkit-border-radius: 50%;
8830
+ border-radius: 50%;
8831
+ }
8832
+
8833
+ .premium-video-box-vimeo-wrap .premium-video-box-vimeo-headers {
8834
+ font-size: 10px;
8835
+ }
8836
+
8837
+ .premium-video-box-vimeo-wrap .premium-video-box-vimeo-title {
8838
+ max-width: 100%;
8839
+ font-size: 2em !important;
8840
+ font-weight: 700;
8841
+ margin: 0;
8842
+ padding: 0.1em 0.2em;
8843
+ background: rgba(23, 35, 34, 0.75);
8844
+ display: inline-block;
8845
+ text-transform: none;
8846
+ line-height: normal;
8847
+ letter-spacing: normal;
8848
+ }
8849
+
8850
+ .premium-video-box-vimeo-wrap .premium-video-box-vimeo-byline {
8851
+ font-size: 1.2em !important;
8852
+ font-weight: 400;
8853
+ color: #fff;
8854
+ margin-top: 0.1em;
8855
+ padding: 0.2em 0.5em;
8856
+ background: rgba(23, 35, 34, 0.75);
8857
+ text-transform: none;
8858
+ line-height: normal;
8859
+ letter-spacing: normal;
8860
+ }
8861
+
8862
+ .premium-video-box-playlist-container {
8863
+ -js-display: flex;
8864
+ display: -webkit-box;
8865
+ display: -webkit-flex;
8866
+ display: -moz-box;
8867
+ display: -ms-flexbox;
8868
+ display: flex;
8869
+ -webkit-flex-wrap: wrap;
8870
+ -ms-flex-wrap: wrap;
8871
+ flex-wrap: wrap;
8872
+ }
8873
+
8874
+ .premium-video-box-playlist-container .premium-video-box-container {
8875
+ height: 100%;
8876
+ overflow: hidden;
8877
+ }
8878
+
8879
+ .premium-video-box-container:hover .premium-video-box-image-container.zoomin {
8880
+ -webkit-transform: scale(1.1);
8881
+ -ms-transform: scale(1.1);
8882
+ transform: scale(1.1);
8883
+ }
8884
+
8885
+ .premium-video-box-container:hover .premium-video-box-image-container.zoomout {
8886
+ -webkit-transform: scale(1);
8887
+ -ms-transform: scale(1);
8888
+ transform: scale(1);
8889
+ }
8890
+
8891
+ .premium-video-box-container:hover .premium-video-box-image-container.scale {
8892
+ -webkit-transform: scale(1.3) rotate(-5deg);
8893
+ -ms-transform: scale(1.3) rotate(-5deg);
8894
+ transform: scale(1.3) rotate(-5deg);
8895
+ }
8896
+
8897
+ .premium-video-box-container:hover .premium-video-box-image-container.gray {
8898
+ -webkit-filter: grayscale(0%);
8899
+ filter: grayscale(0%);
8900
+ }
8901
+
8902
+ .premium-video-box-container:hover .premium-video-box-image-container.blur {
8903
+ -webkit-filter: blur(3px);
8904
+ filter: blur(3px);
8905
+ }
8906
+
8907
+ .premium-video-box-container:hover .premium-video-box-image-container.sepia {
8908
+ -webkit-filter: sepia(0%);
8909
+ filter: sepia(0%);
8910
+ }
8911
+
8912
+ .premium-video-box-container:hover .premium-video-box-image-container.trans {
8913
+ -webkit-transform: translateX(0px) scale(1.1);
8914
+ -ms-transform: translateX(0px) scale(1.1);
8915
+ transform: translateX(0px) scale(1.1);
8916
+ }
8917
+
8918
+ .premium-video-box-container:hover .premium-video-box-image-container.bright {
8919
+ -webkit-filter: brightness(1.2);
8920
+ filter: brightness(1.2);
8921
+ }
8922
+
8923
+ .premium-video-box-image-container.gray {
8924
+ -webkit-filter: grayscale(100%);
8925
+ filter: grayscale(100%);
8926
+ }
8927
+
8928
+ .premium-video-box-image-container.zoomout,
8929
+ .premium-video-box-image-container.scale {
8930
+ -webkit-transform: scale(1.2);
8931
+ -ms-transform: scale(1.2);
8932
+ transform: scale(1.2);
8933
+ }
8934
+
8935
+ .premium-video-box-image-container.sepia {
8936
+ -webkit-filter: sepia(30%);
8937
+ filter: sepia(30%);
8938
+ }
8939
+
8940
+ .premium-video-box-image-container.bright {
8941
+ -webkit-filter: brightness(1);
8942
+ filter: brightness(1);
8943
+ }
8944
+
8945
+ .premium-video-box-image-container.trans {
8946
+ -webkit-transform: translateX(15px) scale(1.1);
8947
+ -ms-transform: translateX(15px) scale(1.1);
8948
+ transform: translateX(15px) scale(1.1);
8949
+ }
8950
+
8951
+ .premium-video-box-mask-media {
8952
+ -webkit-mask-repeat: no-repeat;
8953
+ mask-repeat: no-repeat;
8954
+ }
8955
+
8956
+ /* Sticky Video Option */
8957
+ .premium-video-box-container.premium-video-box-sticky-apply {
8958
+ z-index: 99;
8959
+ overflow: unset;
8960
+ }
8961
+
8962
+ .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
8963
+ position: fixed !important;
8964
+ z-index: 99999;
8965
+ height: 225px;
8966
+ width: 400px;
8967
+ background: #fff;
8968
+ }
8969
+
8970
+ .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-vimeo-wrap,
8971
+ .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-container:before {
8972
+ visibility: hidden;
8973
+ }
8974
+
8975
+ .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
8976
+ -webkit-box-shadow: unset;
8977
+ box-shadow: unset;
8978
+ }
8979
+
8980
+ .premium-video-box-sticky-close,
8981
+ .premium-video-box-sticky-infobar {
8982
+ display: none;
8983
+ }
8984
+
8985
+ .premium-video-box-sticky-apply .premium-video-box-sticky-close {
8986
+ position: absolute;
8987
+ padding: 5px;
8988
+ cursor: pointer;
8989
+ z-index: 99999;
8990
+ height: 14px;
8991
+ width: 14px;
8992
+ -webkit-box-sizing: content-box;
8993
+ -moz-box-sizing: content-box;
8994
+ box-sizing: content-box;
8995
+ -webkit-border-radius: 100%;
8996
+ border-radius: 100%;
8997
+ -js-display: flex;
8998
+ display: -webkit-box;
8999
+ display: -webkit-flex;
9000
+ display: -moz-box;
9001
+ display: -ms-flexbox;
9002
+ display: flex;
9003
+ -webkit-box-pack: center;
9004
+ -webkit-justify-content: center;
9005
+ -moz-box-pack: center;
9006
+ -ms-flex-pack: center;
9007
+ justify-content: center;
9008
+ -webkit-box-align: center;
9009
+ -webkit-align-items: center;
9010
+ -moz-box-align: center;
9011
+ -ms-flex-align: center;
9012
+ align-items: center;
9013
+ }
9014
+
9015
+ .premium-video-box-sticky-apply .premium-video-box-play-icon-container {
9016
+ -js-display: flex;
9017
+ display: -webkit-box;
9018
+ display: -webkit-flex;
9019
+ display: -moz-box;
9020
+ display: -ms-flexbox;
9021
+ display: flex;
9022
+ }
9023
+
9024
+ .premium-video-box-sticky-apply .premium-video-box-play-icon {
9025
+ -webkit-transition: none;
9026
+ transition: none;
9027
+ }
9028
+
9029
+ .premium-video-box-sticky-apply .premium-video-box-sticky-infobar {
9030
+ display: block;
9031
+ position: relative;
9032
+ top: 100%;
9033
+ width: 100%;
9034
+ padding: 5px;
9035
+ text-align: center;
9036
+ z-index: 9999;
9037
+ margin-top: -1px;
9038
+ }
9039
+
9040
+ .premium-video-box-sticky-apply .premium-video-box-inner-wrap.ui-draggable {
9041
+ cursor: move;
9042
+ }
9043
+
9044
+ .premium-video-sticky-top-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9045
+ left: auto;
9046
+ right: 20px;
9047
+ top: 20px;
9048
+ }
9049
+
9050
+ .premium-video-sticky-bottom-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9051
+ left: auto;
9052
+ right: 20px;
9053
+ bottom: 20px;
9054
+ }
9055
+
9056
+ .premium-video-sticky-top-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9057
+ right: auto;
9058
+ left: 20px;
9059
+ top: 20px;
9060
+ }
9061
+
9062
+ .premium-video-sticky-bottom-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9063
+ right: auto;
9064
+ left: 20px;
9065
+ bottom: 20px;
9066
+ }
9067
+
9068
+ .premium-video-sticky-center-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9069
+ left: auto;
9070
+ right: 20px;
9071
+ top: 50%;
9072
+ -webkit-transform: translateY(-50%);
9073
+ -ms-transform: translateY(-50%);
9074
+ transform: translateY(-50%);
9075
+ }
9076
+
9077
+ .premium-video-sticky-center-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9078
+ right: auto;
9079
+ left: 20px;
9080
+ top: 50%;
9081
+ -webkit-transform: translateY(-50%);
9082
+ -ms-transform: translateY(-50%);
9083
+ transform: translateY(-50%);
9084
+ }
9085
+
9086
+ .premium-video-sticky-bottom-right .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap,
9087
+ .premium-video-sticky-bottom-left .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9088
+ bottom: 55px;
9089
+ }
9090
+
9091
+ .premium-video-sticky-top-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,
9092
+ .premium-video-sticky-bottom-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,
9093
+ .premium-video-sticky-center-left .premium-video-box-sticky-apply .premium-video-box-sticky-close {
9094
+ top: -10px;
9095
+ left: -10px;
9096
+ }
9097
+
9098
+ .premium-video-sticky-top-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,
9099
+ .premium-video-sticky-bottom-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,
9100
+ .premium-video-sticky-center-right .premium-video-box-sticky-apply .premium-video-box-sticky-close {
9101
+ top: -10px;
9102
+ right: -10px;
9103
+ }
9104
+
9105
+ .premium-video-box-filter-sticky {
9106
+ -webkit-filter: none !important;
9107
+ filter: none !important;
9108
+ }
9109
+
9110
+ .premium-mscroll-yes.elementor-widget-premium-addon-video-box div {
9111
+ cursor: default;
9112
+ }
9113
+ /************ Premium Vertical Scroll ************/
9114
+ /*************************************************/
9115
+ .premium-vscroll-inner {
9116
+ position: relative;
9117
+ /* overflow: hidden;
9118
  */
9119
+ min-height: 100%;
9120
+ }
9121
+
9122
+ .premium-vscroll-inner .premium-vscroll-dots {
9123
  position: fixed;
9124
+ z-index: 100;
9125
+ opacity: 1;
9126
+ margin-top: -32px;
9127
+ -webkit-transition: all 0.3s ease-in-out;
9128
+ transition: all 0.3s ease-in-out;
 
 
9129
  }
9130
 
9131
+ .premium-vscroll-wrap .premium-vscroll-nav-menu {
 
 
 
 
9132
  opacity: 1;
9133
+ -webkit-transition: all 0.3s ease-in-out;
9134
+ transition: all 0.3s ease-in-out;
9135
  }
9136
 
9137
+ .premium-vscroll-inner .premium-vscroll-dots,
9138
+ .premium-vscroll-wrap .premium-vscroll-dots-hide {
 
9139
  opacity: 0;
9140
+ visibility: hidden;
 
 
 
 
 
 
 
 
 
9141
  }
9142
 
9143
+ .premium-vscroll-nav-dots-yes .premium-vscroll-inner .premium-vscroll-dots {
 
9144
  opacity: 1;
9145
+ visibility: visible;
9146
  }
9147
 
9148
+ .premium-vscroll-dots.middle {
9149
+ top: 50%;
9150
+ margin-top: 0;
9151
+ -webkit-transform: translateY(-50%);
9152
+ -ms-transform: translateY(-50%);
9153
+ transform: translateY(-50%);
9154
  }
9155
 
9156
+ .premium-vscroll-dots.top {
9157
+ top: 40px;
9158
+ }
9159
+
9160
+ .premium-vscroll-dots.bottom {
9161
+ bottom: 30px;
9162
+ }
9163
+
9164
+ .premium-vscroll-dots.right {
9165
+ left: 17px;
9166
+ }
9167
+
9168
+ .premium-vscroll-dots.left {
9169
+ right: 17px;
9170
+ }
9171
+
9172
+ .premium-vscroll-inner ul.premium-vscroll-dots-list,
9173
+ .premium-vscroll-wrap .premium-vscroll-nav-menu {
9174
+ margin: 0 !important;
9175
+ padding: 0;
9176
+ }
9177
+
9178
+ .premium-vscroll-inner ul.premium-vscroll-dots-list li {
9179
+ width: 14px;
9180
+ height: 13px;
9181
+ margin: 7px;
9182
+ position: relative;
9183
  display: -webkit-box;
9184
  display: -webkit-flex;
 
9185
  display: -ms-flexbox;
9186
+ -js-display: flex;
9187
+ display: -moz-box;
9188
  display: flex;
9189
+ -webkit-box-pack: center;
9190
+ -ms-flex-pack: center;
9191
+ -webkit-justify-content: center;
9192
+ -moz-box-pack: center;
9193
+ justify-content: center;
9194
  -webkit-box-align: center;
9195
+ -ms-flex-align: center;
9196
  -webkit-align-items: center;
9197
  -moz-box-align: center;
 
9198
  align-items: center;
9199
+ overflow: visible;
9200
  }
9201
 
9202
+ .premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link {
9203
+ display: block;
9204
  position: relative;
9205
+ z-index: 1;
9206
+ width: 100%;
9207
+ height: 100%;
9208
+ cursor: pointer;
9209
+ text-decoration: none;
9210
+ }
9211
+
9212
+ .premium-vscroll-inner
9213
+ .premium-vscroll-dot-item
9214
+ .premium-vscroll-nav-link
9215
+ span {
9216
+ top: 2px;
9217
+ right: 2.5px;
9218
+ width: 8px;
9219
+ height: 8px;
9220
+ border: 1px solid #000;
9221
+ -webkit-border-radius: 50%;
9222
+ border-radius: 50%;
9223
+ position: absolute;
9224
+ z-index: 1;
9225
+ -webkit-transition: all 0.3s ease-in-out;
9226
+ transition: all 0.3s ease-in-out;
9227
  }
9228
 
9229
+ .premium-vscroll-inner
9230
+ .premium-vscroll-dot-item.active
9231
+ .premium-vscroll-nav-link
9232
+ span {
9233
+ -webkit-transform: scale(1.6);
9234
+ -ms-transform: scale(1.6);
9235
+ transform: scale(1.6);
 
 
 
 
 
9236
  }
9237
 
9238
+ .premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-tooltip {
9239
+ position: absolute;
9240
+ color: #fff;
9241
+ font-size: 14px;
9242
+ font-family: arial, helvetica, sans-serif;
9243
+ white-space: nowrap;
9244
+ max-width: 220px;
9245
+ padding-right: 0.4em;
9246
+ padding-left: 0.4em;
9247
  }
9248
 
9249
+ .premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip {
9250
+ left: 27px;
9251
  }
9252
 
9253
+ /* * Lines */
9254
+ .premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item {
9255
+ width: 4px;
9256
+ height: 30px;
 
9257
  }
9258
 
9259
+ .premium-vscroll-inner
9260
+ .premium-vscroll-dots.lines
9261
+ .premium-vscroll-dot-item
9262
+ span {
9263
+ width: 100%;
9264
+ height: 100%;
9265
+ -webkit-border-radius: 0;
9266
+ border-radius: 0;
9267
  }
9268
 
9269
+ .premium-vscroll-inner
9270
+ .premium-vscroll-dots.lines
9271
+ .premium-vscroll-dot-item.active
9272
+ span {
9273
+ -webkit-transform: scale(1);
9274
+ -ms-transform: scale(1);
9275
+ transform: scale(1);
9276
  }
9277
 
9278
+ @media (max-width: 768px) {
9279
+ .premium-vscroll-dots.right {
9280
+ left: 7px;
9281
+ }
 
 
 
 
 
 
 
 
 
9282
 
9283
+ .premium-vscroll-dots.left {
9284
+ right: 7px;
9285
+ }
9286
  }
9287
 
9288
+ /* @media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
9289
+ [data-animation="rotate"] .premium-vscroll-temp {
9290
+ height: -webkit-calc(100vh - 75px) !important;
9291
+ height: calc(100vh - 75px) !important;
9292
+ }
9293
  }
9294
 
9295
+ @media (max-width: 768px) {
9296
+ [data-animation="rotate"] .premium-vscroll-temp {
9297
+ height: -webkit-calc(100vh - 60px) !important;
9298
+ height: calc(100vh - 60px) !important;
9299
+ }
9300
+ } */
 
 
 
9301
 
9302
+ /** Ipads- Safari */
9303
+ /* @supports (-webkit-touch-callout: none) {
9304
+
9305
+ @media (max-width: 768px) {
9306
+ [data-animation="rotate"] .premium-vscroll-temp {
9307
+ height: -webkit-calc(100vh - 108px) !important;
9308
+ height: calc(100vh - 108px) !important;
9309
+ }
9310
+ }
9311
+
9312
+ @media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
9313
+ [data-animation="rotate"] .premium-vscroll-temp {
9314
+ height: -webkit-calc(100vh - 60px) !important;
9315
+ height: calc(100vh - 60px) !important;
9316
+ }
9317
+ }
9318
+ } */
9319
+
9320
+ .premium-vscroll-inner
9321
+ .premium-vscroll-dots.right
9322
+ .premium-vscroll-tooltip::after {
9323
+ position: absolute;
9324
+ top: 50%;
9325
+ content: "";
9326
+ right: -webkit-calc(100% - 1px);
9327
+ right: calc(100% - 1px);
9328
+ width: 10px;
9329
+ height: 0;
9330
+ border-top: 6px solid transparent;
9331
+ border-bottom: 6px solid transparent;
9332
+ border-right: 6px solid;
9333
+ -webkit-transform: translateY(-50%);
9334
+ -ms-transform: translateY(-50%);
9335
+ transform: translateY(-50%);
9336
  }
9337
 
9338
+ .premium-vscroll-inner
9339
+ .premium-vscroll-dots.left
9340
+ .premium-vscroll-tooltip::after {
9341
+ position: absolute;
9342
+ top: 50%;
9343
+ content: "";
9344
+ left: -webkit-calc(100% - 1px);
9345
+ left: calc(100% - 1px);
9346
+ width: 10px;
9347
+ height: 0;
9348
+ border-top: 6px solid transparent;
9349
+ border-bottom: 6px solid transparent;
9350
+ border-left: 6px solid;
9351
+ -webkit-transform: translateY(-50%);
9352
+ -ms-transform: translateY(-50%);
9353
+ transform: translateY(-50%);
9354
  }
9355
 
9356
+ .premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip {
9357
+ right: 27px;
 
9358
  }
9359
 
9360
+ .premium-vscroll-nav-menu {
9361
+ position: fixed;
9362
+ top: 20px;
9363
+ height: 40px;
9364
+ z-index: 100;
9365
+ padding: 0;
9366
+ margin: 0;
9367
  }
9368
 
9369
+ .premium-vscroll-nav-menu.left {
9370
+ right: 0;
 
 
9371
  }
9372
 
9373
+ .premium-vscroll-nav-menu.right {
9374
+ left: 0;
 
 
 
9375
  }
9376
 
9377
+ .premium-vscroll-nav-menu .premium-vscroll-nav-item {
9378
+ display: inline-block;
9379
+ margin: 10px;
9380
+ color: #000;
9381
+ background: #fff;
9382
+ background: rgba(255, 255, 255, 0.3);
9383
  }
9384
 
9385
+ .premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link {
9386
+ padding: 9px 18px;
9387
  display: block;
 
 
 
 
 
 
 
 
 
9388
  cursor: pointer;
 
 
 
 
9389
  }
9390
 
9391
+ .premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link,
9392
+ .premium-vscroll-nav-menu
9393
+ .premium-vscroll-nav-item
9394
+ .premium-vscroll-nav-link:hover {
9395
+ color: #000;
 
 
 
9396
  }
9397
 
9398
+ .premium-vscroll-nav-menu
9399
+ .premium-vscroll-nav-item
9400
+ .premium-vscroll-nav-link:focus,
9401
+ .multiscroll-nav li a:focus {
9402
+ outline: none;
9403
  }
9404
 
9405
+ .premium-vscroll-temp .slimScrollBar {
9406
+ visibility: hidden;
9407
  }
9408
 
9409
+ [data-hijacking="off"] .premium-vscroll-temp {
9410
+ height: 100vh;
9411
  }
9412
 
9413
+ [data-hijacking="off"] .premium-vscroll-temp > div {
9414
+ opacity: 0;
9415
+ top: 0;
9416
+ left: 0;
9417
+ width: 100%;
9418
+ /* Force Hardware Acceleration */
9419
+ -webkit-transform: translateZ(0);
9420
+ transform: translateZ(0);
9421
+ -webkit-backface-visibility: hidden;
9422
+ backface-visibility: hidden;
9423
  }
9424
 
9425
+ [data-hijacking="off"] .premium-vscroll-temp:first-of-type > div::before {
9426
  display: none;
9427
+ position: absolute;
9428
+ width: 100%;
9429
+ top: 20px;
9430
+ z-index: 2;
9431
  }
9432
 
9433
+ [data-hijacking="off"][data-animation="rotate"] .premium-vscroll-temp {
 
 
 
 
 
 
 
 
 
 
9434
  position: relative;
9435
+ /* enable a 3D-space for children elements */
9436
+ -webkit-perspective: 1800px;
9437
+ perspective: 1800px;
9438
  }
9439
 
9440
+ [data-hijacking="off"][data-animation="rotate"] .premium-vscroll-temp > div {
9441
+ position: absolute;
9442
+ -webkit-transform-origin: center bottom;
9443
+ -ms-transform-origin: center bottom;
9444
+ transform-origin: center bottom;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9445
  }
9446
 
9447
+ [data-hijacking="off"][data-animation="rotate"]
9448
+ .premium-vscroll-temp:last-of-type
9449
+ > div {
9450
+ opacity: 1 !important;
9451
+ -webkit-transform: translateY(0px) scale(1) rotateX(0deg) !important;
9452
+ transform: translateY(0px) scale(1) rotateX(0deg) !important;
 
 
 
 
 
 
9453
  }
9454
 
9455
+ [data-hijacking="off"][data-animation="parallax"] .premium-vscroll-temp > div {
9456
+ position: fixed;
9457
  }
9458
 
9459
+ [data-hijacking="off"][data-animation="scaleDown"] .premium-vscroll-temp > div {
9460
+ position: fixed;
 
 
9461
  }
9462
 
9463
+ [data-hijacking="off"] .premium-vscroll-parallax-last {
9464
+ -webkit-transform: translateY(0px) scale(1) !important;
9465
+ -ms-transform: translateY(0px) scale(1) !important;
9466
+ transform: translateY(0px) scale(1) !important;
 
9467
  }
9468
 
9469
+ [data-hijacking="off"] .premium-vscroll-parallax-position {
9470
+ position: unset !important;
 
 
 
 
 
 
 
 
9471
  }
9472
 
9473
+ /********** Premium Woo Products **********/
9474
+ /******************************************/
9475
+ .ast-single-post .entry-content .premium-woocommerce a {
9476
+ text-decoration: none;
9477
+ }
9478
+
9479
+ .premium-woocommerce .premium-woo-qv-btn {
9480
+ cursor: pointer;
9481
+ }
9482
+
9483
+ .premium-woocommerce:not(.premium-woo-skin-grid-7) li.product .star-rating {
9484
+ margin: 0 auto 0.5em;
9485
+ }
9486
+
9487
+ .premium-woocommerce:not(.premium-woo-skin-grid-10) .premium-woo-product-sale-wrap .premium-woo-product-onsale,
9488
+ .premium-woocommerce:not(.premium-woo-skin-grid-10) .premium-woo-product-featured-wrap .premium-woo-product-featured {
9489
+ display: block;
9490
+ text-align: center;
9491
+ color: #fff;
9492
+ min-width: 2em;
9493
+ min-height: 2em;
9494
+ line-height: 2em;
9495
+ padding: 0.3em 0.6em;
9496
+ margin: 0.5em 0.6em;
9497
+ }
9498
+
9499
+ .premium-woocommerce .pa-out-of-stock {
9500
+ display: block;
9501
+ text-align: center;
9502
+ color: #fff;
9503
+ min-width: 2em;
9504
+ min-height: 2em;
9505
+ line-height: 2em;
9506
+ padding: 0.3em 0.6em;
9507
+ margin: 0.5em 0.6em;
9508
+ }
9509
+
9510
+ .premium-woocommerce .premium-woo-products-inner ul.products {
9511
+ -js-display: flex;
9512
+ display: -webkit-box;
9513
+ display: -webkit-flex;
9514
+ display: -moz-box;
9515
+ display: -ms-flexbox;
9516
+ display: flex;
9517
+ margin: 0;
9518
+ padding: 0;
9519
+ -webkit-flex-wrap: wrap;
9520
+ -ms-flex-wrap: wrap;
9521
+ flex-wrap: wrap;
9522
+ list-style: none outside;
9523
+ -webkit-column-gap: 0;
9524
+ -moz-column-gap: 0;
9525
+ column-gap: 0;
9526
+ }
9527
+
9528
+ .premium-woocommerce .premium-woo-products-inner ul.products li.product {
9529
+ margin: 0 0 10px;
9530
+ padding: 0 10px;
9531
+ }
9532
+
9533
+ .premium-woocommerce.premium-woo-products-inner ul.products li.product .premium-woo-product-wrapper {
9534
+ overflow: hidden;
9535
+ -webkit-transition: all 0.3s ease-in-out;
9536
+ transition: all 0.3s ease-in-out;
9537
+ }
9538
+
9539
+ .premium-woocommerce .premium-woo-product-category {
9540
+ display: block;
9541
+ font-size: 0.85em;
9542
+ margin-bottom: 0.5em;
9543
+ line-height: 1.3;
9544
+ }
9545
+
9546
+ .premium-woocommerce .woocommerce-loop-product__title {
9547
+ margin-bottom: 0.5em;
9548
+ font-size: 1em;
9549
+ -webkit-transition: all 0.3s ease-in-out;
9550
+ transition: all 0.3s ease-in-out;
9551
+ }
9552
+
9553
+ .premium-woocommerce .woocommerce-loop-product__link {
9554
+ position: relative;
9555
+ display: block !important;
9556
+ overflow: hidden;
9557
+ -webkit-transition: all 0.3s ease-in-out;
9558
+ transition: all 0.3s ease-in-out;
9559
+ }
9560
+
9561
+ .premium-woocommerce .premium-woo-ribbon-container,
9562
+ .premium-woocommerce .pa-out-of-stock {
9563
+ position: absolute;
9564
+ z-index: 9;
9565
+ }
9566
+
9567
+ .premium-woocommerce .premium-woo-ribbon-container {
9568
+ top: 0;
9569
+ right: 0;
9570
+ }
9571
+
9572
+ .premium-woocommerce .pa-out-of-stock {
9573
+ top: 7px;
9574
+ right: 9px;
9575
+ margin: 0;
9576
+ }
9577
+
9578
+ .premium-woocommerce .star-rating {
9579
+ display: block;
9580
+ float: none;
9581
+ margin: 0 auto 0.5em;
9582
+ -webkit-backface-visibility: hidden;
9583
+ backface-visibility: hidden;
9584
+ overflow: hidden;
9585
+ position: relative;
9586
+ height: 1em;
9587
+ line-height: 1;
9588
+ font-size: 0.857em;
9589
+ width: 5.4em;
9590
+ font-family: star;
9591
+ }
9592
+
9593
+ .premium-woocommerce .star-rating::before {
9594
+ content: "\73\73\73\73\73";
9595
+ color: #54595f;
9596
+ float: right;
9597
+ top: 0;
9598
+ right: 0;
9599
+ position: absolute;
9600
+ }
9601
+
9602
+ .premium-woocommerce .premium-woo-products-inner ul.products .star-rating span {
9603
+ overflow: hidden;
9604
+ float: right;
9605
+ top: 0;
9606
+ right: 0;
9607
+ position: absolute;
9608
+ padding-top: 1.5em;
9609
+ }
9610
+
9611
+ .premium-woocommerce .star-rating span::before {
9612
+ content: "\53\53\53\53\53";
9613
+ color: inherit;
9614
+ top: 0;
9615
+ position: absolute;
9616
+ right: 0;
9617
+ }
9618
+
9619
+ .premium-woo-product-thumbnail {
9620
+ position: relative;
9621
+ overflow: hidden;
9622
+ }
9623
+
9624
+ .premium-woo-product-thumbnail .woocommerce-loop-product__link img {
9625
+ margin: 0;
9626
+ width: 100%;
9627
+ }
9628
+
9629
+ .premium-woo-product-sale-wrap,
9630
+ .premium-woo-product-featured-wrap {
9631
+ margin: 0;
9632
+ }
9633
+
9634
+ .premium-woocommerce .premium-woo-products-details-wrap {
9635
+ padding: 1em 1.2em;
9636
+ }
9637
+
9638
+ .premium-woocommerce .premium-woo-products-details-wrap .button {
9639
+ display: inline-block;
9640
+ background-color: #6ec1e4;
9641
+ color: #fff;
9642
+ margin: 0.5em 0;
9643
+ line-height: 1.3;
9644
+ padding: 10px 40px;
9645
+ font-size: 100%;
9646
+ cursor: pointer;
9647
+ text-decoration: none;
9648
+ overflow: visible;
9649
+ font-weight: 700;
9650
+ background-image: none;
9651
+ border: none;
9652
+ -webkit-border-radius: 0px;
9653
+ border-radius: 0px;
9654
+ -webkit-box-shadow: none;
9655
+ box-shadow: none;
9656
+ text-shadow: none;
9657
+ -webkit-transition: all 0.3s ease-in-out;
9658
+ transition: all 0.3s ease-in-out;
9659
+ }
9660
+
9661
+ .premium-woocommerce li.product .price {
9662
+ display: block;
9663
+ line-height: 1.3;
9664
+ font-weight: 700;
9665
+ margin-bottom: 0.5em;
9666
+ font-size: 0.9em;
9667
+ }
9668
+
9669
+ .premium-woocommerce li.product .price del {
9670
+ display: inline-block;
9671
+ font-weight: 400;
9672
+ background: transparent;
9673
+ opacity: 1;
9674
+ }
9675
+
9676
+ .premium-woocommerce li.product .price ins {
9677
+ display: inline-block;
9678
+ background: transparent;
9679
+ text-decoration: none;
9680
+ font-weight: inherit;
9681
+ }
9682
+
9683
+ .premium-woocommerce li.product .price .amount {
9684
+ color: inherit !important;
9685
+ }
9686
+
9687
+ .premium-woocommerce li.product .premium-woo-product-desc p {
9688
+ margin: 0;
9689
+ }
9690
+
9691
+ .premium-woo-product-align-left .premium-woocommerce li.product .star-rating {
9692
+ margin-right: auto;
9693
+ margin-left: 0;
9694
+ }
9695
+
9696
+ .premium-woo-product-align-center .premium-woocommerce li.product .star-rating {
9697
+ margin-right: auto;
9698
+ margin-left: auto;
9699
+ }
9700
+
9701
+ .premium-woo-product-align-right .premium-woocommerce li.product .star-rating {
9702
+ margin-right: 0;
9703
+ margin-left: auto;
9704
+ }
9705
+
9706
+ .premium-woo-products-pagination ul.page-numbers {
9707
+ -js-display: flex;
9708
+ display: -webkit-box;
9709
+ display: -webkit-flex;
9710
+ display: -moz-box;
9711
+ display: -ms-flexbox;
9712
+ display: flex;
9713
+ list-style-type: none;
9714
+ margin: 0;
9715
+ margin-top: 10px;
9716
+ padding: 0;
9717
+ border: none;
9718
+ -webkit-box-pack: center;
9719
+ -webkit-justify-content: center;
9720
+ -moz-box-pack: center;
9721
+ -ms-flex-pack: center;
9722
+ justify-content: center;
9723
+ }
9724
+
9725
+ .premium-woo-products-pagination ul.page-numbers li {
9726
+ margin: 0 0 0.4em 0.4em;
9727
+ padding: 0;
9728
+ text-align: center;
9729
+ }
9730
+
9731
+ .premium-woo-products-pagination ul.page-numbers li .page-numbers {
9732
+ margin: 0;
9733
+ text-decoration: none;
9734
+ color: #000;
9735
+ border: 1px solid #54595f;
9736
+ padding: 0;
9737
+ line-height: 1;
9738
+ font-size: 1em;
9739
+ font-weight: 400;
9740
+ padding: 0.75em;
9741
+ display: block;
9742
+ min-width: 2.5em;
9743
+ -webkit-transition: all 0.3s ease-in-out;
9744
+ transition: all 0.3s ease-in-out;
9745
+ }
9746
+
9747
+ .premium-woo-products-pagination ul.page-numbers li .page-numbers:hover,
9748
+ .premium-woo-products-pagination ul.page-numbers li .page-numbers.current {
9749
+ background-color: #54595f;
9750
+ color: #fff;
9751
+ outline: none;
9752
+ }
9753
+
9754
+ .premium-woocommerce .premium-loading-feed,
9755
+ .premium-woo-quick-view-loader .premium-loading-feed {
9756
+ display: block;
9757
+ position: absolute;
9758
+ width: 100%;
9759
+ height: 100%;
9760
+ top: 0px;
9761
+ right: 0px;
9762
+ bottom: 0px;
9763
+ left: 0px;
9764
+ background: rgba(255, 255, 255, 0.2);
9765
+ -js-display: flex;
9766
+ display: -webkit-box;
9767
+ display: -webkit-flex;
9768
+ display: -moz-box;
9769
+ display: -ms-flexbox;
9770
+ display: flex;
9771
+ -webkit-box-align: center;
9772
+ -webkit-align-items: center;
9773
+ -moz-box-align: center;
9774
+ -ms-flex-align: center;
9775
+ align-items: center;
9776
+ }
9777
+
9778
+ /**
9779
+ * Image Hover Effects
9780
+ */
9781
+ .premium-woocommerce .woocommerce-loop-product__link img {
9782
+ -webkit-transition: all 0.3s ease-in-out;
9783
+ transition: all 0.3s ease-in-out;
9784
+ }
9785
+
9786
+ .premium-woo-product__hover-zoomout .woocommerce-loop-product__link img {
9787
+ -webkit-transform: scale(1.2);
9788
+ -ms-transform: scale(1.2);
9789
+ transform: scale(1.2);
9790
+ }
9791
+
9792
+ .premium-woo-product__hover-zoomout li.product:hover .woocommerce-loop-product__link img {
9793
+ -webkit-transform: none;
9794
+ -ms-transform: none;
9795
+ transform: none;
9796
+ }
9797
+
9798
+ .premium-woo-product__hover-zoomin .woocommerce-loop-product__link img {
9799
+ -webkit-transform: none;
9800
+ -ms-transform: none;
9801
+ transform: none;
9802
+ }
9803
+
9804
+ .premium-woo-product__hover-zoomin li.product:hover .woocommerce-loop-product__link img {
9805
+ -webkit-transform: scale(1.2);
9806
+ -ms-transform: scale(1.2);
9807
+ transform: scale(1.2);
9808
+ }
9809
+
9810
+ .premium-woo-product__hover-gray .woocommerce-loop-product__link img {
9811
+ -webkit-filter: grayscale(100%);
9812
+ filter: grayscale(100%);
9813
+ }
9814
+
9815
+ .premium-woo-product__hover-gray li.product:hover .woocommerce-loop-product__link img {
9816
+ -webkit-filter: grayscale(0%);
9817
+ filter: grayscale(0%);
9818
+ }
9819
+
9820
+ .premium-woo-product__hover-sepia .woocommerce-loop-product__link img {
9821
+ -webkit-filter: sepia(30%);
9822
+ filter: sepia(30%);
9823
+ }
9824
+
9825
+ .premium-woo-product__hover-sepia li.product:hover .woocommerce-loop-product__link img {
9826
+ -webkit-filter: sepia(0%);
9827
+ filter: sepia(0%);
9828
+ }
9829
+
9830
+ .premium-woo-product__hover-bright .woocommerce-loop-product__link img {
9831
+ -webkit-filter: brightness(1);
9832
+ filter: brightness(1);
9833
+ }
9834
+
9835
+ .premium-woo-product__hover-bright li.product:hover .woocommerce-loop-product__link img {
9836
+ -webkit-filter: brightness(1.2);
9837
+ filter: brightness(1.2);
9838
+ }
9839
+
9840
+ .premium-woo-product__hover-trans .woocommerce-loop-product__link img {
9841
+ -webkit-transform: translateX(15px) scale(1.1);
9842
+ -ms-transform: translateX(15px) scale(1.1);
9843
+ transform: translateX(15px) scale(1.1);
9844
+ }
9845
+
9846
+ .premium-woo-product__hover-trans li.product:hover .woocommerce-loop-product__link img {
9847
+ -webkit-transform: translateX(0px) scale(1.1);
9848
+ -ms-transform: translateX(0px) scale(1.1);
9849
+ transform: translateX(0px) scale(1.1);
9850
+ }
9851
+
9852
+ .premium-woo-product__hover-scale li.product:hover .woocommerce-loop-product__link img {
9853
+ -webkit-transform: scaleX(1.3) scaleY(1.3) rotate(-5deg);
9854
+ -ms-transform: scaleX(1.3) scaleY(1.3) rotate(-5deg);
9855
+ transform: scaleX(1.3) scaleY(1.3) rotate(-5deg);
9856
+ }
9857
+
9858
+ .premium-woocommerce .premium-woo-product__on_hover {
9859
+ position: absolute;
9860
+ top: 0;
9861
+ left: 0;
9862
+ bottom: 0;
9863
+ right: 0;
9864
+ height: 100%;
9865
+ opacity: 0;
9866
+ }
9867
+
9868
+ .premium-woo-product__hover-swap li.product:hover .premium-woo-product__on_hover {
9869
+ opacity: 1;
9870
+ }
9871
+
9872
+ .premium-woo-skin-grid-1 .premium-woo-qv-btn,
9873
+ .premium-woo-skin-grid-3 .premium-woo-qv-btn,
9874
+ .premium-woo-skin-grid-4 .premium-woo-qv-btn {
9875
+ position: absolute;
9876
+ bottom: 0;
9877
+ right: 0;
9878
+ width: 100%;
9879
+ text-align: center;
9880
+ padding: 5px;
9881
+ background: rgba(2, 2, 2, 0.5);
9882
+ color: #fff;
9883
+ -webkit-transition: all 0.3s ease-in-out;
9884
+ transition: all 0.3s ease-in-out;
9885
+ z-index: 2;
9886
+ -webkit-transform: translateY(100%);
9887
+ -ms-transform: translateY(100%);
9888
+ transform: translateY(100%);
9889
+ }
9890
+
9891
+ .premium-woo-skin-grid-4 .premium-woo-qv-btn {
9892
+ -webkit-transition-delay: 0.1s;
9893
+ transition-delay: 0.1s;
9894
+ }
9895
+
9896
+ .premium-woo-skin-grid-1 .premium-woo-qv-icon,
9897
+ .premium-woo-skin-grid-3 .premium-woo-qv-icon,
9898
+ .premium-woo-skin-grid-4 .premium-woo-qv-icon,
9899
+ .premium-woo-skin-grid-6 .premium-woo-qv-icon {
9900
+ margin-right: 0.5em;
9901
+ }
9902
+
9903
+ .premium-woo-product-thumbnail:hover .premium-woo-qv-btn-translate {
9904
+ -webkit-transform: translateY(0);
9905
+ -ms-transform: translateY(0);
9906
+ transform: translateY(0);
9907
+ }
9908
+
9909
+ .premium-woo-product-wrapper .premium-woo-qv-data {
9910
+ position: absolute;
9911
+ top: 0;
9912
+ right: 0;
9913
+ width: 100%;
9914
+ height: 100%;
9915
+ z-index: 1;
9916
+ overflow: hidden;
9917
+ cursor: pointer;
9918
+ }
9919
+
9920
+ /**
9921
+ * Skin 1,4
9922
+ */
9923
+ .premium-woo-skin-grid-1 .premium-woo-product-actions-wrapper,
9924
+ .premium-woo-skin-grid-4 .premium-woo-product-actions-wrapper {
9925
+ position: absolute;
9926
+ top: 0.7em;
9927
+ left: 1em;
9928
+ -webkit-transform: translate3d(-15px, 0, 0);
9929
+ transform: translate3d(-15px, 0, 0);
9930
+ -webkit-transition: all 0.3s ease-in-out;
9931
+ transition: all 0.3s ease-in-out;
9932
+ opacity: 0;
9933
+ z-index: 9;
9934
+ }
9935
+
9936
+ .premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-cart-btn {
9937
+ position: relative;
9938
+ display: block;
9939
+ margin: 0 0 3px;
9940
+ background: #fff;
9941
+ text-align: center;
9942
+ outline: 0;
9943
+ -webkit-transition: all 0.3s ease-in-out;
9944
+ transition: all 0.3s ease-in-out;
9945
+ }
9946
+
9947
+ .premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-add-cart-icon {
9948
+ display: block;
9949
+ color: #54595f;
9950
+ width: 30px;
9951
+ line-height: 30px;
9952
+ height: 30px;
9953
+ cursor: pointer;
9954
+ -webkit-transition: all 0.3s ease-in-out;
9955
+ transition: all 0.3s ease-in-out;
9956
+ }
9957
+
9958
+ .premium-woo-skin-grid-1 li.product:hover .premium-woo-product-actions-wrapper,
9959
+ .premium-woo-skin-grid-4 li.product:hover .premium-woo-product-actions-wrapper {
9960
+ -webkit-transform: translate3d(-5px, 0, 0);
9961
+ transform: translate3d(-5px, 0, 0);
9962
+ opacity: 1;
9963
+ }
9964
+
9965
+ .premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon {
9966
+ -webkit-animation: spin 2s linear infinite;
9967
+ animation: spin 2s linear infinite;
9968
+ }
9969
+
9970
+ .premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon::before {
9971
+ content: "\f013";
9972
+ }
9973
+
9974
+ .premium-woocommerce .premium-woo-cart-btn.added .premium-woo-add-cart-icon::before {
9975
+ content: "\f00c";
9976
+ }
9977
+
9978
+ /**
9979
+ * Skin 2
9980
+ */
9981
+ .premium-woo-skin-grid-2 li.product .premium-woo-products-details-wrap {
9982
+ position: absolute;
9983
+ background: #fff;
9984
+ bottom: 0;
9985
+ right: 0;
9986
+ width: 100%;
9987
+ z-index: 2;
9988
+ padding: 0;
9989
+ opacity: 0;
9990
+ -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
9991
+ transition: opacity 0.2s, -webkit-transform 0.4s;
9992
+ transition: transform 0.4s, opacity 0.2s;
9993
+ transition: transform 0.4s, opacity 0.2s, -webkit-transform 0.4s;
9994
+ -webkit-transform: translateZ(0) translateY(5px);
9995
+ transform: translateZ(0) translateY(5px);
9996
+ }
9997
+
9998
+ .premium-woo-skin-grid-2 .premium-woo-product-details {
9999
+ padding: 15px 0;
10000
+ }
10001
+
10002
+ .premium-woo-skin-grid-2 li.product:hover .premium-woo-products-details-wrap {
10003
+ opacity: 1;
10004
+ -webkit-transform: translateZ(0) translateY(0);
10005
+ transform: translateZ(0) translateY(0);
10006
+ }
10007
+
10008
+ .premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper {
10009
+ position: static;
10010
+ -js-display: flex;
10011
+ display: -webkit-box;
10012
+ display: -webkit-flex;
10013
+ display: -moz-box;
10014
+ display: -ms-flexbox;
10015
+ display: flex;
10016
+ -webkit-box-orient: horizontal;
10017
+ -webkit-box-direction: reverse;
10018
+ -webkit-flex-direction: row-reverse;
10019
+ -moz-box-orient: horizontal;
10020
+ -moz-box-direction: reverse;
10021
+ -ms-flex-direction: row-reverse;
10022
+ flex-direction: row-reverse;
10023
+ }
10024
+
10025
+ .premium-woo-skin-grid-2 .premium-woo-product-actions-wrapper>* {
10026
+ -webkit-box-flex: 1;
10027
+ -webkit-flex: 1;
10028
+ -moz-box-flex: 1;
10029
+ -ms-flex: 1;
10030
+ flex: 1;
10031
+ min-width: 50%;
10032
+ }
10033
+
10034
+ .premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .button {
10035
+ -js-display: flex;
10036
+ display: -webkit-box;
10037
+ display: -webkit-flex;
10038
+ display: -moz-box;
10039
+ display: -ms-flexbox;
10040
+ display: flex;
10041
+ margin: 0;
10042
+ text-align: center;
10043
+ -webkit-box-pack: center;
10044
+ -webkit-justify-content: center;
10045
+ -moz-box-pack: center;
10046
+ -ms-flex-pack: center;
10047
+ justify-content: center;
10048
+ -webkit-box-align: center;
10049
+ -webkit-align-items: center;
10050
+ -moz-box-align: center;
10051
+ -ms-flex-align: center;
10052
+ align-items: center;
10053
+ }
10054
+
10055
+ .premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn {
10056
+ background-color: #54595f;
10057
+ }
10058
+
10059
+ /**
10060
+ * Skin 4
10061
+ */
10062
+ .premium-woo-skin-grid-4 li.product .premium-woo-products-details-wrap {
10063
+ position: absolute;
10064
+ right: 0;
10065
+ left: 0;
10066
+ top: 50%;
10067
+ -webkit-transform: scale(0.9) translateZ(0) translateY(-50%);
10068
+ transform: scale(0.9) translateZ(0) translateY(-50%);
10069
+ text-align: center;
10070
+ z-index: 2;
10071
+ opacity: 0;
10072
+ -webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
10073
+ transition: opacity 0.5s, -webkit-transform 0.3s;
10074
+ transition: opacity 0.5s, transform 0.3s;
10075
+ transition: opacity 0.5s, transform 0.3s, -webkit-transform 0.3s;
10076
+ }
10077
+
10078
+ .premium-woo-skin-grid-4 li.product .premium-woo-product-overlay,
10079
+ .premium-woo-skin-grid-8 li.product .premium-woo-product-overlay {
10080
+ position: absolute;
10081
+ top: 0;
10082
+ right: 0;
10083
+ width: 100%;
10084
+ height: 100%;
10085
+ opacity: 0;
10086
+ visibility: hidden;
10087
+ background-color: rgba(27, 27, 23, 0.3);
10088
+ -webkit-transition: all 0.25s ease-in-out;
10089
+ transition: all 0.25s ease-in-out;
10090
+ }
10091
+
10092
+ .premium-woo-skin-grid-4 li.product:hover .premium-woo-product-overlay,
10093
+ .premium-woo-skin-grid-8 li.product:hover .premium-woo-product-overlay {
10094
+ opacity: 1;
10095
+ visibility: visible;
10096
+ z-index: 1;
10097
+ }
10098
+
10099
+ .premium-woo-skin-grid-4 li.product:hover .premium-woo-products-details-wrap {
10100
+ -webkit-transform: scale(1) translateZ(0) translateY(-50%);
10101
+ transform: scale(1) translateZ(0) translateY(-50%);
10102
+ opacity: 1;
10103
+ }
10104
+
10105
+ /**
10106
+ * Skin 5
10107
+ */
10108
+ .premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper {
10109
+ -js-display: flex;
10110
+ display: -webkit-box;
10111
+ display: -webkit-flex;
10112
+ display: -moz-box;
10113
+ display: -ms-flexbox;
10114
+ display: flex;
10115
+ }
10116
+
10117
+ .premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn {
10118
+ -js-display: flex;
10119
+ display: -webkit-box;
10120
+ display: -webkit-flex;
10121
+ display: -moz-box;
10122
+ display: -ms-flexbox;
10123
+ display: flex;
10124
+ -webkit-box-align: center;
10125
+ -webkit-align-items: center;
10126
+ -moz-box-align: center;
10127
+ -ms-flex-align: center;
10128
+ align-items: center;
10129
+ background-color: #54595f;
10130
+ padding: 10px;
10131
+ -webkit-transition: all 0.25s ease 0s;
10132
+ transition: all 0.25s ease 0s;
10133
+ }
10134
+
10135
+ .premium-woo-skin-grid-5 li.product .premium-woo-products-details-wrap {
10136
+ width: 75%;
10137
+ }
10138
+
10139
+ .premium-woo-skin-grid-5 .premium-woo-product-wrapper {
10140
+ -js-display: flex;
10141
+ display: -webkit-box;
10142
+ display: -webkit-flex;
10143
+ display: -moz-box;
10144
+ display: -ms-flexbox;
10145
+ display: flex;
10146
+ -webkit-box-align: center;
10147
+ -webkit-align-items: center;
10148
+ -moz-box-align: center;
10149
+ -ms-flex-align: center;
10150
+ align-items: center;
10151
+ }
10152
+
10153
+ .premium-woo-product-align-right .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper {
10154
+ -webkit-box-pack: end;
10155
+ -webkit-justify-content: flex-end;
10156
+ -moz-box-pack: end;
10157
+ -ms-flex-pack: end;
10158
+ justify-content: flex-end;
10159
+ }
10160
+
10161
+ .premium-woo-product-align-center .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper {
10162
+ -webkit-box-pack: center;
10163
+ -webkit-justify-content: center;
10164
+ -moz-box-pack: center;
10165
+ -ms-flex-pack: center;
10166
+ justify-content: center;
10167
+ }
10168
+
10169
+ /**
10170
+ * Skin 6
10171
+ */
10172
+ .premium-woo-skin-grid-6 .premium-woo-qv-btn {
10173
+ position: absolute;
10174
+ top: 50%;
10175
+ right: 50%;
10176
+ min-width: 40%;
10177
+ text-align: center;
10178
+ padding: 5px;
10179
+ background: rgba(2, 2, 2, 0.5);
10180
+ color: #fff;
10181
+ -webkit-transform: translate(50%, -50%);
10182
+ -ms-transform: translate(50%, -50%);
10183
+ transform: translate(50%, -50%);
10184
+ opacity: 0;
10185
+ visibility: hidden;
10186
+ -webkit-transition: all 0.3s ease-in-out;
10187
+ transition: all 0.3s ease-in-out;
10188
+ cursor: pointer;
10189
+ z-index: 2;
10190
+ }
10191
+
10192
+ .premium-woo-skin-grid-6 li.product:hover .premium-woo-qv-btn {
10193
+ opacity: 1;
10194
+ visibility: visible;
10195
+ }
10196
+
10197
+ .premium-woo-product-align-right .premium-woo-skin-grid-6 li.product .premium-woo-product-info .star-rating,
10198
+ .premium-woo-product-align-left .premium-woo-skin-grid-6 li.product .premium-woo-product-info .star-rating,
10199
+ .premium-woo-product-align-right .premium-woo-skin-grid-7 li.product .premium-woo-product-info .star-rating,
10200
+ .premium-woo-product-align-left .premium-woo-skin-grid-7 li.product .premium-woo-product-info .star-rating {
10201
+ margin: 0;
10202
+ }
10203
+
10204
+ .premium-woo-skin-grid-6 li.product .premium-woo-product-info {
10205
+ -js-display: flex;
10206
+ display: -webkit-box;
10207
+ display: -webkit-flex;
10208
+ display: -moz-box;
10209
+ display: -ms-flexbox;
10210
+ display: flex;
10211
+ -webkit-box-pack: justify;
10212
+ -webkit-justify-content: space-between;
10213
+ -moz-box-pack: justify;
10214
+ -ms-flex-pack: justify;
10215
+ justify-content: space-between;
10216
+ }
10217
+
10218
+ .premium-woo-product-align-center .premium-woocommerce li.product .premium-woo-product-info {
10219
+ -webkit-box-orient: vertical;
10220
+ -webkit-box-direction: normal;
10221
+ -webkit-flex-direction: column;
10222
+ -moz-box-orient: vertical;
10223
+ -moz-box-direction: normal;
10224
+ -ms-flex-direction: column;
10225
+ flex-direction: column;
10226
+ }
10227
+
10228
+ .premium-woo-product-align-right .premium-woocommerce li.product .premium-woo-product-info {
10229
+ -webkit-box-orient: horizontal;
10230
+ -webkit-box-direction: reverse;
10231
+ -webkit-flex-direction: row-reverse;
10232
+ -moz-box-orient: horizontal;
10233
+ -moz-box-direction: reverse;
10234
+ -ms-flex-direction: row-reverse;
10235
+ flex-direction: row-reverse;
10236
+ }
10237
+
10238
+ .premium-woo-skin-grid-6 li.product .premium-woo-product-gallery-images {
10239
+ -js-display: flex;
10240
+ display: -webkit-box;
10241
+ display: -webkit-flex;
10242
+ display: -moz-box;
10243
+ display: -ms-flexbox;
10244
+ display: flex;
10245
+ position: absolute;
10246
+ bottom: 10px;
10247
+ width: 100%;
10248
+ -webkit-box-pack: center;
10249
+ -webkit-justify-content: center;
10250
+ -moz-box-pack: center;
10251
+ -ms-flex-pack: center;
10252
+ justify-content: center;
10253
+ }
10254
+
10255
+ .premium-woo-product-gallery-images .premium-woo-product__gallery_image {
10256
+ width: 20%;
10257
+ margin: 0 0.2em;
10258
+ border: 2px solid #aaa;
10259
+ cursor: pointer;
10260
+ }
10261
+
10262
+ /**
10263
+ * Metro
10264
+ */
10265
+ /*.premium-woo-grid-style1 ul.products li.product {
10266
+ width: 25%;
10267
+ }*/
10268
+ .premium-woo-products-metro li.product .premium-woo-product-thumbnail img,
10269
+ .premium-woo-products-metro li.product .premium-woo-product-wrapper,
10270
+ .premium-woo-products-metro li.product .premium-woo-product-thumbnail,
10271
+ .premium-woo-products-metro li.product .woocommerce-LoopProduct-link {
10272
+ height: 100%;
10273
+ }
10274
+
10275
+ .premium-woo-products-metro ul.products li.product {
10276
+ margin-bottom: 0;
10277
+ }
10278
+
10279
+ .premium-woo-products-metro li.product .premium-woo-product-thumbnail img {
10280
+ -o-object-fit: cover;
10281
+ object-fit: cover;
10282
+ }
10283
+
10284
+ /*
10285
+ * Carousel
10286
+ */
10287
+ .premium-carousel-hidden {
10288
+ opacity: 0;
10289
+ visibility: hidden;
10290
+ }
10291
+
10292
+ .premium-woocommerce:not(.premium-woo-skin-grid-7) .slick-arrow {
10293
+ -webkit-border-radius: 50%;
10294
+ border-radius: 50%;
10295
+ }
10296
+
10297
+ .premium-woocommerce ul.slick-dots {
10298
+ width: 100%;
10299
+ }
10300
+
10301
+ /*
10302
+ * Quick View Html/body
10303
+ */
10304
+ html.premium-woo-qv-opened,
10305
+ html.premium-woo-qv-opened body {
10306
+ overflow: hidden;
10307
+ }
10308
+
10309
+ /**
10310
+ * Quick View Modal
10311
+ */
10312
+ .premium-woo-quick-view-back {
10313
+ position: fixed;
10314
+ visibility: hidden;
10315
+ overflow: hidden;
10316
+ background: rgba(2, 2, 2, 0.5);
10317
+ opacity: 0;
10318
+ -webkit-transition: opacity 0.25s;
10319
+ transition: opacity 0.25s;
10320
+ z-index: 999;
10321
+ }
10322
+
10323
+ .premium-woo-quick-view-active {
10324
+ top: 0;
10325
+ right: 0;
10326
+ width: 100%;
10327
+ height: 100%;
10328
+ opacity: 1;
10329
+ visibility: visible;
10330
+ }
10331
+
10332
+ #premium-woo-quick-view-modal {
10333
+ position: fixed;
10334
+ visibility: hidden;
10335
+ opacity: 0;
10336
+ top: 0;
10337
+ right: 0;
10338
+ width: 100%;
10339
+ height: 100%;
10340
+ z-index: 1400;
10341
+ text-align: center;
10342
+ -webkit-transition: all 0.3s;
10343
+ transition: all 0.3s;
10344
+ overflow-x: hidden;
10345
+ overflow-y: auto;
10346
+ }
10347
+
10348
+ #premium-woo-quick-view-modal.active {
10349
+ visibility: visible;
10350
+ opacity: 1;
10351
+ }
10352
+
10353
+ #premium-woo-quick-view-modal.active .premium-woo-content-main {
10354
+ -webkit-transform: translateY(0);
10355
+ -ms-transform: translateY(0);
10356
+ transform: translateY(0);
10357
+ opacity: 1;
10358
+ width: 100%;
10359
+ }
10360
+
10361
+ #premium-woo-quick-view-modal .premium-woo-content-main-wrapper {
10362
+ position: absolute;
10363
+ width: 100%;
10364
+ height: 100%;
10365
+ top: 0;
10366
+ right: 0;
10367
+ text-align: center;
10368
+ padding: 30px;
10369
+ -js-display: flex;
10370
+ display: -webkit-box;
10371
+ display: -webkit-flex;
10372
+ display: -moz-box;
10373
+ display: -ms-flexbox;
10374
+ display: flex;
10375
+ -webkit-box-align: center;
10376
+ -webkit-align-items: center;
10377
+ -moz-box-align: center;
10378
+ -ms-flex-align: center;
10379
+ align-items: center;
10380
+ }
10381
+
10382
+ #premium-woo-quick-view-modal .premium-woo-content-main {
10383
+ position: relative;
10384
+ pointer-events: none;
10385
+ max-width: 100%;
10386
+ text-align: right;
10387
+ z-index: 1045;
10388
+ -webkit-transform: translateY(-30px);
10389
+ -ms-transform: translateY(-30px);
10390
+ transform: translateY(-30px);
10391
+ opacity: 0;
10392
+ -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
10393
+ transition: opacity 0.3s, -webkit-transform 0.5s;
10394
+ transition: transform 0.5s, opacity 0.3s;
10395
+ transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
10396
+ margin: 0 auto;
10397
+ }
10398
+
10399
+ #premium-woo-quick-view-modal .premium-woo-lightbox-content {
10400
+ position: relative;
10401
+ display: table;
10402
+ pointer-events: auto;
10403
+ background-color: #fff;
10404
+ max-width: 975px;
10405
+ margin: 20px auto;
10406
+ -webkit-transform: translateZ(0);
10407
+ transform: translateZ(0);
10408
+ -webkit-box-shadow: -3px 3px 20px 0 rgba(0, 0, 0, 0.15);
10409
+ box-shadow: -3px 3px 20px 0 rgba(0, 0, 0, 0.15);
10410
+ overflow: hidden;
10411
+ }
10412
+
10413
+ #premium-woo-quick-view-modal .summary {
10414
+ width: 50%;
10415
+ margin: 0;
10416
+ padding: 30px;
10417
+ float: right;
10418
+ -webkit-box-sizing: border-box;
10419
+ -moz-box-sizing: border-box;
10420
+ box-sizing: border-box;
10421
+ }
10422
+
10423
+ #premium-woo-quick-view-modal .summary .quantity {
10424
+ min-width: auto;
10425
+ }
10426
+
10427
+ #premium-woo-quick-view-modal .summary .quantity input.qty {
10428
+ width: 54px;
10429
+ -webkit-appearance: button;
10430
+ -moz-appearance: button;
10431
+ appearance: button;
10432
+ }
10433
+
10434
+ #premium-woo-quick-view-modal .summary .quantity input[type="number"]::-webkit-inner-spin-button,
10435
+ #premium-woo-quick-view-modal .summary .quantity input[type="number"]::-webkit-outer-spin-button {
10436
+ display: unset;
10437
+ }
10438
+
10439
+ #premium-woo-quick-view-modal .woocommerce-product-details__short-description p {
10440
+ margin: 0;
10441
+ }
10442
+
10443
+ #premium-woo-quick-view-close {
10444
+ position: absolute;
10445
+ font-size: 22px;
10446
+ top: 10px;
10447
+ left: 10px;
10448
+ width: 22px;
10449
+ height: 22px;
10450
+ line-height: 22px;
10451
+ opacity: 0.7;
10452
+ text-align: center;
10453
+ z-index: 2;
10454
+ color: #000;
10455
+ }
10456
+
10457
+ #premium-woo-quick-view-modal .premium-woo-qv-image-slider {
10458
+ position: relative;
10459
+ }
10460
+
10461
+ #premium-woo-quick-view-modal .premium-woo-qv-image-slider li {
10462
+ list-style: none;
10463
+ }
10464
+
10465
+ #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav {
10466
+ margin: 0;
10467
+ padding: 0;
10468
+ width: 100%;
10469
+ position: absolute;
10470
+ bottom: 10px;
10471
+ text-align: center;
10472
+ direction: ltr;
10473
+ }
10474
+
10475
+ #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li {
10476
+ margin: 0 6px;
10477
+ display: inline-block;
10478
+ vertical-align: middle;
10479
+ }
10480
+
10481
+ #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li a {
10482
+ width: 11px;
10483
+ height: 11px;
10484
+ display: block;
10485
+ background: #666;
10486
+ background: rgba(0, 0, 0, 0.5);
10487
+ cursor: pointer;
10488
+ text-indent: -9999px;
10489
+ -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
10490
+ box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
10491
+ -webkit-border-radius: 20px;
10492
+ border-radius: 20px;
10493
+ }
10494
+
10495
+ #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li a.flex-active {
10496
+ background: rgba(0, 0, 0, 0.9);
10497
+ cursor: default;
10498
+ }
10499
+
10500
+ #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li a:focus {
10501
+ outline: none;
10502
+ }
10503
+
10504
+ #premium-woo-quick-view-modal .premium-woo-qv-image-slider img {
10505
+ -o-object-fit: cover;
10506
+ object-fit: cover;
10507
+ width: 100%;
10508
+ }
10509
+
10510
+ #premium-woo-quick-view-content div.images {
10511
+ width: 50%;
10512
+ float: right;
10513
+ opacity: 1 !important;
10514
+ margin: 0;
10515
+ }
10516
+
10517
+ #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav {
10518
+ margin: 0;
10519
+ padding: 0;
10520
+ list-style: none;
10521
+ direction: ltr;
10522
+ }
10523
+
10524
+ #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav a {
10525
+ text-decoration: none;
10526
+ display: block;
10527
+ width: 14px;
10528
+ height: 32px;
10529
+ font-size: 32px;
10530
+ line-height: 32px;
10531
+ margin: -20px 0 0;
10532
+ position: absolute;
10533
+ top: 50%;
10534
+ z-index: 10;
10535
+ overflow: hidden;
10536
+ cursor: pointer;
10537
+ color: rgba(0, 0, 0, 0.8);
10538
+ text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.3);
10539
+ -webkit-transition: all 0.3s ease-in-out;
10540
+ transition: all 0.3s ease-in-out;
10541
+ }
10542
+
10543
+ #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-next,
10544
+ #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-prev {
10545
+ display: inline-block;
10546
+ font-family: "Font Awesome 5 Free";
10547
+ font-weight: 900;
10548
+ text-rendering: auto;
10549
+ -webkit-font-smoothing: antialiased;
10550
+ -moz-osx-font-smoothing: grayscale;
10551
+ }
10552
+
10553
+ #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-prev {
10554
+ left: 10px;
10555
+ }
10556
+
10557
+ #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-next {
10558
+ right: 10px;
10559
+ }
10560
+
10561
+ #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-prev::before {
10562
+ content: "\f104";
10563
+ }
10564
+
10565
+ #premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-next::before {
10566
+ content: "\f105";
10567
+ }
10568
+
10569
+ .premium-woocommerce li.product .added_to_cart.wc-forward {
10570
+ display: none;
10571
+ }
10572
+
10573
+ .premium-woo-atc-button .add_to_cart_button .premium-woo-cart-loader {
10574
+ -webkit-animation: spin 2s linear infinite;
10575
+ animation: spin 2s linear infinite;
10576
+ margin-right: 5px;
10577
+ vertical-align: baseline;
10578
+ }
10579
+
10580
+ /*
10581
+ * Load More Button
10582
+ */
10583
+ .premium-woo-load-more {
10584
+ position: relative;
10585
+ }
10586
+
10587
+ .premium-woo-load-more .premium-woo-load-more-btn {
10588
+ -webkit-box-shadow: none;
10589
+ box-shadow: none;
10590
+ text-shadow: none;
10591
+ border: none;
10592
+ outline: none;
10593
+ -webkit-box-align: center;
10594
+ -webkit-align-items: center;
10595
+ -moz-box-align: center;
10596
+ -ms-flex-align: center;
10597
+ align-items: center;
10598
+ vertical-align: bottom;
10599
+ cursor: pointer;
10600
+ line-height: 1;
10601
+ font-style: normal;
10602
+ font-weight: normal;
10603
+ background-image: none;
10604
+ color: #fff;
10605
+ -webkit-transition: all 0.3s ease-in-out;
10606
+ transition: all 0.3s ease-in-out;
10607
+ padding: 10px 20px;
10608
+ }
10609
+
10610
+ .premium-woo-load-more-btn {
10611
+ -js-display: inline-flex;
10612
+ display: -webkit-inline-box;
10613
+ display: -webkit-inline-flex;
10614
+ display: -moz-inline-box;
10615
+ display: -ms-inline-flexbox;
10616
+ display: inline-flex;
10617
+ -webkit-box-align: center;
10618
+ -webkit-align-items: center;
10619
+ -moz-box-align: center;
10620
+ -ms-flex-align: center;
10621
+ align-items: center;
10622
+ }
10623
+
10624
+ .premium-woo-load-more-btn span {
10625
+ margin-right: 3px;
10626
+ }
10627
+
10628
+ .premium-woo-load-more-btn .premium-loader {
10629
+ display: inline-block;
10630
+ width: 20px;
10631
+ height: 20px;
10632
+ }
10633
+
10634
+ @media (min-width: 545px) {
10635
+ #premium-woo-quick-view-content div.summary {
10636
+ content: "544";
10637
+ overflow-y: auto;
10638
+ }
10639
+ }
10640
+
10641
+ @media (max-width: 544px) {
10642
+ #premium-woo-quick-view-content .premium-woo-lightbox-content {
10643
+ display: block;
10644
+ }
10645
+
10646
+ #premium-woo-quick-view-content div.images,
10647
+ #premium-woo-quick-view-content div.summary {
10648
+ width: 100%;
10649
+ float: none;
10650
+ }
10651
+ }
10652
  /*
10653
  * Common Title/Dual Heading
10654
  */
assets/frontend/css/premium-addons.css CHANGED
@@ -1,10580 +1,8768 @@
1
  @charset "UTF-8";
2
-
3
- @font-face {
4
- font-family: "pa-elements";
5
- src: url("../../editor/fonts/pa-elements.eot?vcwy2s");
6
- src: url("../../editor/fonts/pa-elements.eot?vcwy2s#iefix") format("embedded-opentype"), url("../../editor/fonts/pa-elements.ttf?vcwy2s") format("truetype"), url("../../editor/fonts/pa-elements.woff?vcwy2s") format("woff"), url("../../editor/fonts/pa-elements.svg?vcwy2s#pa-elements") format("svg");
7
- font-weight: normal;
8
- font-style: normal;
9
- }
10
-
11
- /**************** Premium Banner ****************/
12
- /************************************************/
13
- .elementor-widget-premium-addon-banner {
14
- overflow: hidden;
15
- }
16
-
17
- .premium-banner-ib {
18
- display: block;
19
- position: relative;
20
- z-index: 1;
21
- overflow: hidden;
22
- margin: 0;
23
- text-align: center;
24
- -webkit-box-sizing: border-box;
25
- -moz-box-sizing: border-box;
26
- box-sizing: border-box;
27
- }
28
-
29
- .premium-banner-ib img {
30
- display: block;
31
- position: relative;
32
- }
33
-
34
- .premium-banner-img-wrap {
35
- -js-display: flex;
36
- display: -webkit-box;
37
- display: -webkit-flex;
38
- display: -moz-box;
39
- display: -ms-flexbox;
40
- display: flex;
41
- height: 100%;
42
- }
43
-
44
- .premium-banner-img-wrap .premium-banner-ib-img {
45
- -webkit-flex-shrink: 0;
46
- -ms-flex-negative: 0;
47
- flex-shrink: 0;
48
- }
49
-
50
- .premium-banner-ib-desc .premium-banner-read-more {
51
- z-index: 100;
52
- }
53
-
54
- .elementor-widget-premium-addon-banner .premium-banner-ib-title {
55
- background: transparent;
56
- }
57
-
58
- .premium-banner-ib *,
59
- .premium-banner-ib .premium-banner-ib-desc {
60
- -webkit-box-sizing: border-box;
61
- -moz-box-sizing: border-box;
62
- box-sizing: border-box;
63
- }
64
-
65
- .premium-banner-ib img {
66
- min-width: 100%;
67
- max-width: 100%;
68
- -webkit-transition: opacity 0.35s;
69
- transition: opacity 0.35s;
70
- }
71
-
72
- .premium-banner-ib .premium-banner-ib-desc {
73
- padding: 15px;
74
- -webkit-backface-visibility: hidden;
75
- backface-visibility: hidden;
76
- -webkit-box-sizing: border-box;
77
- -moz-box-sizing: border-box;
78
- box-sizing: border-box;
79
- position: absolute;
80
- top: 0;
81
- left: 0;
82
- width: 100%;
83
- height: 100%;
84
- }
85
-
86
- .premium-banner-ib .premium-banner-ib-link {
87
- position: absolute;
88
- top: 0;
89
- left: 0;
90
- width: 100%;
91
- height: 100%;
92
- z-index: 1000;
93
- text-indent: 200%;
94
- white-space: nowrap;
95
- font-size: 0;
96
- opacity: 0;
97
- }
98
-
99
- .premium-banner-ib a.premium-banner-ib-link {
100
- display: block;
101
- background: 0 0;
102
- }
103
-
104
- .premium-banner-animation1 img {
105
- width: -webkit-calc(100% + 50px) !important;
106
- width: calc(100% + 50px) !important;
107
- max-width: -webkit-calc(100% + 50px) !important;
108
- max-width: calc(100% + 50px) !important;
109
- -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
110
- transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
111
- transition: opacity 0.35s, filter 0.35s, transform 0.35s;
112
- transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
113
- -webkit-transform: translate3d(-40px, 0, 0);
114
- transform: translate3d(-40px, 0, 0);
115
- }
116
-
117
- .premium-banner-animation2 .premium-banner-ib-title {
118
- padding: 15px;
119
- }
120
-
121
- .premium-banner-animation1 .premium-banner-ib-desc {
122
- top: auto;
123
- bottom: 0;
124
- min-height: 25%;
125
- height: auto;
126
- max-height: 100%;
127
- text-align: left;
128
- }
129
-
130
- .premium-banner-animation1 .premium-banner-ib-content,
131
- .premium-banner-animation1 .premium-banner-ib-title,
132
- .premium-banner-animation1 .premium-banner-read-more {
133
- -webkit-transform: translate3d(0, 40px, 0);
134
- transform: translate3d(0, 40px, 0);
135
- -webkit-transition-delay: 0.05s;
136
- transition-delay: 0.05s;
137
- -webkit-transition-duration: 0.35s;
138
- transition-duration: 0.35s;
139
- }
140
-
141
- .premium-banner-animation1 .premium-banner-ib-title {
142
- -webkit-transition: -webkit-transform 0.35s;
143
- transition: -webkit-transform 0.35s;
144
- transition: transform 0.35s;
145
- transition: transform 0.35s, -webkit-transform 0.35s;
146
- }
147
-
148
- .premium-banner-animation1 .premium-banner-ib-content,
149
- .premium-banner-animation1 .premium-banner-read-more {
150
- margin-top: 10px;
151
- opacity: 0;
152
- -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
153
- transition: opacity 0.2s, -webkit-transform 0.35s;
154
- transition: opacity 0.2s, transform 0.35s;
155
- transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s;
156
- }
157
-
158
- .premium-banner-animation1:hover .premium-banner-ib-content,
159
- .premium-banner-animation1.active .premium-banner-ib-content,
160
- .premium-banner-animation1:hover .premium-banner-read-more,
161
- .premium-banner-animation1.active .premium-banner-read-more {
162
- opacity: 1;
163
- -webkit-transition-delay: 0.05s;
164
- transition-delay: 0.05s;
165
- -webkit-transition-duration: 0.35s;
166
- transition-duration: 0.35s;
167
- }
168
-
169
- .premium-banner-animation1:hover .premium-banner-ib-content,
170
- .premium-banner-animation1.active .premium-banner-ib-content,
171
- .premium-banner-animation1:hover .premium-banner-read-more,
172
- .premium-banner-animation1.active .premium-banner-read-more,
173
- .premium-banner-animation1:hover .premium-banner-ib-title,
174
- .premium-banner-animation1.active .premium-banner-ib-title,
175
- .premium-banner-animation1:hover img,
176
- .premium-banner-animation1.active img {
177
- -webkit-transform: translate3d(0, 0, 0);
178
- transform: translate3d(0, 0, 0);
179
- -webkit-transition-delay: 0.05s;
180
- transition-delay: 0.05s;
181
- -webkit-transition-duration: 0.35s;
182
- transition-duration: 0.35s;
183
- }
184
-
185
- .premium-banner-animation1.zoomout img,
186
- .premium-banner-animation1.scale img {
187
- -webkit-transform: translate3d(-40px, 0, 0) scale(1.1);
188
- transform: translate3d(-40px, 0, 0) scale(1.1);
189
- }
190
-
191
- .premium-banner-ib.sepia img {
192
- -webkit-filter: sepia(30%);
193
- filter: sepia(30%);
194
- }
195
-
196
- .premium-banner-ib.bright img {
197
- -webkit-filter: brightness(1);
198
- filter: brightness(1);
199
- }
200
-
201
- .premium-banner-ib.sepia:hover img {
202
- -webkit-filter: sepia(0%);
203
- filter: sepia(0%);
204
- }
205
-
206
- .premium-banner-ib.bright:hover img {
207
- -webkit-filter: brightness(1.2);
208
- filter: brightness(1.2);
209
- }
210
-
211
- .premium-banner-animation1.premium-banner-min-height img,
212
- .premium-banner-animation2.premium-banner-min-height img,
213
- .premium-banner-animation4.premium-banner-min-height img,
214
- .premium-banner-animation5.premium-banner-min-height img,
215
- .premium-banner-animation6.premium-banner-min-height img,
216
- .premium-banner-animation13.premium-banner-min-height img {
217
- height: auto;
218
- }
219
-
220
- .premium-banner-animation2 img {
221
- width: 100%;
222
- }
223
-
224
- .premium-banner-animation2 .premium-banner-ib-desc::before {
225
- position: absolute;
226
- content: "";
227
- top: 0;
228
- left: 0;
229
- width: 100%;
230
- height: 100%;
231
- opacity: 0;
232
- -webkit-transform: translate3d(0, 50%, 0);
233
- transform: translate3d(0, 50%, 0);
234
- }
235
-
236
- .premium-banner-animation2 .premium-banner-ib-title {
237
- position: absolute;
238
- top: 50%;
239
- left: 0;
240
- width: 100%;
241
- -webkit-transition: color 0.35s, -webkit-transform 0.35s;
242
- transition: color 0.35s, -webkit-transform 0.35s;
243
- transition: transform 0.35s, color 0.35s;
244
- transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
245
- -webkit-transform: translate3d(0, -50%, 0);
246
- transform: translate3d(0, -50%, 0);
247
- }
248
-
249
- .premium-banner-animation2 .premium-banner-ib-content,
250
- .premium-banner-animation2 .premium-banner-read-more,
251
- .premium-banner-animation2 .premium-banner-ib-desc::before {
252
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
253
- transition: opacity 0.35s, -webkit-transform 0.35s;
254
- transition: opacity 0.35s, transform 0.35s;
255
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
256
- }
257
-
258
- .premium-banner-animation2 .premium-banner-ib-content,
259
- .premium-banner-animation2 .premium-banner-read-more {
260
- position: absolute;
261
- bottom: 0;
262
- left: 0;
263
- padding: 15px;
264
- width: 100%;
265
- max-height: 50%;
266
- opacity: 0;
267
- -webkit-transform: translate3d(0, 10px, 0);
268
- transform: translate3d(0, 10px, 0);
269
- }
270
-
271
- .premium-banner-animation2:hover .premium-banner-ib-title,
272
- .premium-banner-animation2.active .premium-banner-ib-title {
273
- -webkit-transform: translate3d(0, -40px, 0);
274
- transform: translate3d(0, -40px, 0);
275
- }
276
-
277
- .premium-banner-animation2:hover .premium-banner-read-more,
278
- .premium-banner-animation2.active .premium-banner-read-more,
279
- .premium-banner-animation2:hover .premium-banner-ib-desc::before,
280
- .premium-banner-animation2.active .premium-banner-ib-desc::before {
281
- opacity: 1;
282
- -webkit-transform: translate3d(0, 0, 0);
283
- transform: translate3d(0, 0, 0);
284
- }
285
-
286
- .premium-banner-animation2:hover .premium-banner-ib-content,
287
- .premium-banner-animation2.active .premium-banner-ib-content {
288
- opacity: 1;
289
- -webkit-transform: translate3d(0, -30px, 0);
290
- transform: translate3d(0, -30px, 0);
291
- }
292
-
293
- .premium-banner-animation3 .premium-banner-ib-title {
294
- position: absolute;
295
- bottom: 0;
296
- left: 0;
297
- padding: 15px;
298
- width: 100%;
299
- text-align: left;
300
- -webkit-transform: translate3d(0, -30px, 0);
301
- transform: translate3d(0, -30px, 0);
302
- }
303
-
304
- .premium-banner-animation3 .premium-banner-ib-desc::before,
305
- .premium-banner-animation3 .premium-banner-ib-title {
306
- -webkit-transition: -webkit-transform 0.35s;
307
- transition: -webkit-transform 0.35s;
308
- transition: transform 0.35s;
309
- transition: transform 0.35s, -webkit-transform 0.35s;
310
- }
311
-
312
- .premium-banner-animation3:hover .premium-banner-ib-desc::before,
313
- .premium-banner-animation3.active .premium-banner-ib-desc::before,
314
- .premium-banner-animation3:hover .premium-banner-ib-title,
315
- .premium-banner-animation3.active .premium-banner-ib-title {
316
- opacity: 1;
317
- -webkit-transform: translate3d(0, 0, 0);
318
- transform: translate3d(0, 0, 0);
319
- }
320
-
321
- .premium-banner-animation3 .premium-banner-ib-content {
322
- max-height: -webkit-calc(100% - 60px - 1.5em);
323
- max-height: calc(100% - 60px - 1.5em);
324
- overflow: hidden;
325
- }
326
-
327
- .premium-banner-animation4 img {
328
- width: -webkit-calc(100% + 40px) !important;
329
- width: calc(100% + 40px) !important;
330
- max-width: -webkit-calc(100% + 40px) !important;
331
- max-width: calc(100% + 40px) !important;
332
- }
333
-
334
- .premium-banner-animation4 .premium-banner-ib-desc {
335
- padding: 30px;
336
- }
337
-
338
- .premium-banner-animation4 .premium-banner-ib-desc::after {
339
- position: absolute;
340
- content: "";
341
- opacity: 0;
342
- }
343
-
344
- .premium-banner-animation4 .premium-banner-ib-desc::before {
345
- position: absolute;
346
- content: "";
347
- opacity: 0;
348
- top: 50px;
349
- right: 30px;
350
- bottom: 50px;
351
- left: 30px;
352
- border-top: 1px solid #fff;
353
- border-bottom: 1px solid #fff;
354
- -webkit-transform: scale(0, 1);
355
- -ms-transform: scale(0, 1);
356
- transform: scale(0, 1);
357
- -webkit-transform-origin: 0 0;
358
- -ms-transform-origin: 0 0;
359
- transform-origin: 0 0;
360
- }
361
-
362
- .premium-banner-animation4 .premium-banner-ib-desc::after {
363
- top: 30px;
364
- right: 50px;
365
- bottom: 30px;
366
- left: 50px;
367
- border-right: 1px solid #fff;
368
- border-left: 1px solid #fff;
369
- -webkit-transform: scale(1, 0);
370
- -ms-transform: scale(1, 0);
371
- transform: scale(1, 0);
372
- -webkit-transform-origin: 100% 0;
373
- -ms-transform-origin: 100% 0;
374
- transform-origin: 100% 0;
375
- }
376
-
377
- .premium-banner-animation4 .premium-banner-ib-title {
378
- padding: 50px 30px 0 30px;
379
- -webkit-transition: -webkit-transform 0.35s;
380
- transition: -webkit-transform 0.35s;
381
- transition: transform 0.35s;
382
- transition: transform 0.35s, -webkit-transform 0.35s;
383
- }
384
-
385
- .premium-banner-animation4 .premium-banner-ib-content,
386
- .premium-banner-animation4 .premium-banner-read-more {
387
- padding: 10px 30px;
388
- opacity: 0;
389
- overflow: hidden;
390
- -webkit-transform: translate3d(0, -10px, 0);
391
- transform: translate3d(0, -10px, 0);
392
- }
393
-
394
- .premium-banner-animation4 .premium-banner-ib-title,
395
- .premium-banner-animation4 img {
396
- -webkit-transform: translate3d(-30px, 0, 0);
397
- transform: translate3d(-30px, 0, 0);
398
- }
399
-
400
- .premium-banner-animation4.zoomout img,
401
- .premium-banner-animation4.scale img {
402
- -webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
403
- transform: translate3d(-30px, 0, 0) scale(1.1);
404
- }
405
-
406
- .premium-banner-animation4 .premium-banner-ib-content,
407
- .premium-banner-animation4 .premium-banner-read-more {
408
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
409
- transition: opacity 0.35s, -webkit-transform 0.35s;
410
- transition: opacity 0.35s, transform 0.35s;
411
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
412
- }
413
-
414
- .premium-banner-animation4 .premium-banner-ib-desc::after,
415
- .premium-banner-animation4 .premium-banner-ib-desc::before {
416
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
417
- transition: opacity 0.35s, -webkit-transform 0.35s;
418
- transition: opacity 0.35s, transform 0.35s;
419
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
420
- }
421
-
422
- .premium-banner-animation4 img {
423
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
424
- transition: opacity 0.35s, -webkit-transform 0.35s;
425
- transition: opacity 0.35s, transform 0.35s;
426
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
427
- }
428
-
429
- .premium-banner-animation4:hover .premium-banner-ib-desc::after,
430
- .premium-banner-animation4.active .premium-banner-ib-desc::after,
431
- .premium-banner-animation4:hover .premium-banner-ib-desc::before,
432
- .premium-banner-animation4.active .premium-banner-ib-desc::before {
433
- opacity: 1;
434
- -webkit-transform: scale(1);
435
- -ms-transform: scale(1);
436
- transform: scale(1);
437
- }
438
-
439
- .premium-banner-animation4:hover .premium-banner-ib-content,
440
- .premium-banner-animation4.active .premium-banner-ib-content,
441
- .premium-banner-animation4:hover .premium-banner-read-more,
442
- .premium-banner-animation4.active .premium-banner-read-more,
443
- .premium-banner-animation4:hover .premium-banner-ib-title,
444
- .premium-banner-animation4.active .premium-banner-ib-title {
445
- opacity: 1;
446
- -webkit-transform: translate3d(0, 0, 0);
447
- transform: translate3d(0, 0, 0);
448
- }
449
-
450
- .premium-banner-animation4:hover .premium-banner-ib-content,
451
- .premium-banner-animation4:hover .premium-banner-ib-desc::after,
452
- .premium-banner-animation4:hover .premium-banner-ib-title,
453
- .premium-banner-animation4:hover img {
454
- -webkit-transition-delay: 0.15s;
455
- transition-delay: 0.15s;
456
- }
457
-
458
- .premium-banner-animation5 .premium-banner-ib-desc {
459
- top: auto;
460
- bottom: 0;
461
- padding: 15px;
462
- height: auto;
463
- background: #f2f2f2;
464
- color: #3c4a50;
465
- -webkit-transition: -webkit-transform 0.35s;
466
- transition: -webkit-transform 0.35s;
467
- transition: transform 0.35s;
468
- transition: transform 0.35s, -webkit-transform 0.35s;
469
- -webkit-transform: translate3d(0, 100%, 0);
470
- transform: translate3d(0, 100%, 0);
471
- }
472
-
473
- .premium-banner-animation5 .premium-banner-ib-content {
474
- position: absolute;
475
- top: auto;
476
- bottom: 100%;
477
- left: 0;
478
- width: 100%;
479
- padding: 15px;
480
- opacity: 0;
481
- -webkit-transition: opacity 0.35s;
482
- transition: opacity 0.35s;
483
- }
484
-
485
- .premium-banner-animation5 .premium-banner-ib-title,
486
- .premium-banner-animation5 .premium-banner-read-more {
487
- -webkit-transition: -webkit-transform 0.35s;
488
- transition: -webkit-transform 0.35s;
489
- transition: transform 0.35s;
490
- transition: transform 0.35s, -webkit-transform 0.35s;
491
- -webkit-transform: translate3d(0, 200%, 0);
492
- transform: translate3d(0, 200%, 0);
493
- text-align: center;
494
- }
495
-
496
- .premium-banner-animation5 .premium-banner-ib-title {
497
- margin: 10px 0;
498
- }
499
-
500
- .premium-banner-animation5:hover .premium-banner-ib-content,
501
- .premium-banner-animation5.active .premium-banner-ib-content,
502
- .premium-banner-animation5:hover .premium-banner-ib-content *,
503
- .premium-banner-animation5.active .premium-banner-ib-content * {
504
- opacity: 1 !important;
505
- z-index: 99 !important;
506
- -webkit-backface-visibility: hidden !important;
507
- backface-visibility: hidden !important;
508
- }
509
-
510
- .premium-banner-animation5:hover .premium-banner-ib-desc,
511
- .premium-banner-animation5.active .premium-banner-ib-desc,
512
- .premium-banner-animation5:hover .premium-banner-ib-title,
513
- .premium-banner-animation5.active .premium-banner-ib-title,
514
- .premium-banner-animation5:hover .premium-banner-read-more,
515
- .premium-banner-animation5.active .premium-banner-read-more {
516
- -webkit-transform: translateY(0);
517
- -ms-transform: translateY(0);
518
- transform: translateY(0);
519
- }
520
-
521
- .premium-banner-animation5:hover .premium-banner-ib-title {
522
- -webkit-transition-delay: 0.05s;
523
- transition-delay: 0.05s;
524
- }
525
-
526
- .premium-banner-animation5 img {
527
- -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
528
- transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
529
- transition: opacity 0.35s, filter 0.35s, transform 0.35s;
530
- transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
531
- }
532
-
533
- .premium-banner-animation2 img,
534
- .premium-banner-animation4 img,
535
- .premium-banner-animation6 img {
536
- -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
537
- transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
538
- transition: opacity 0.35s, filter 0.35s, transform 0.35s;
539
- transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
540
- }
541
-
542
- .premium-banner-animation5.zoomout img,
543
- .premium-banner-animation5.scale img {
544
- -webkit-transform: scale(1.1);
545
- -ms-transform: scale(1.1);
546
- transform: scale(1.1);
547
- }
548
-
549
- .premium-banner-animation2.zoomout img,
550
- .premium-banner-animation2.scale img {
551
- -webkit-transform: scale(1.1);
552
- -ms-transform: scale(1.1);
553
- transform: scale(1.1);
554
- }
555
-
556
- .premium-banner-animation6.zoomout img,
557
- .premium-banner-animation6.scale img {
558
- -webkit-transform: scale(1.1);
559
- -ms-transform: scale(1.1);
560
- transform: scale(1.1);
561
- }
562
-
563
- .premium-banner-animation5.zoomin:hover img,
564
- .premium-banner-animation2.zoomin:hover img,
565
- .premium-banner-animation6.zoomin:hover img {
566
- -webkit-transform: scale(1.1);
567
- -ms-transform: scale(1.1);
568
- transform: scale(1.1);
569
- }
570
-
571
- .premium-banner-animation5.zoomout:hover img,
572
- .premium-banner-animation2.zoomout:hover img,
573
- .premium-banner-animation6.zoomout:hover img {
574
- -webkit-transform: scale(1);
575
- -ms-transform: scale(1);
576
- transform: scale(1);
577
- }
578
-
579
- .premium-banner-animation5.scale:hover img,
580
- .premium-banner-animation2.scale:hover img,
581
- .premium-banner-animation6.scale:hover img {
582
- -webkit-transform: scale(1.2) rotate(5deg);
583
- -ms-transform: scale(1.2) rotate(5deg);
584
- transform: scale(1.2) rotate(5deg);
585
- }
586
-
587
- .premium-banner-animation5.grayscale:hover img,
588
- .premium-banner-animation2.grayscale:hover img,
589
- .premium-banner-animation6.grayscale:hover img {
590
- -webkit-filter: grayscale(100%);
591
- filter: grayscale(100%);
592
- }
593
-
594
- .premium-banner-animation5.blur:hover img,
595
- .premium-banner-animation2.blur:hover img {
596
- -webkit-filter: blur(3px);
597
- filter: blur(3px);
598
- }
599
-
600
- .premium-banner-animation6.blur:hover img {
601
- -webkit-filter: blur(3px);
602
- filter: blur(3px);
603
- }
604
-
605
- .premium-banner-animation6 .premium-banner-ib-desc {
606
- padding: 45px;
607
- }
608
-
609
- .premium-banner-animation6 .premium-banner-ib-desc::before {
610
- position: absolute;
611
- content: "";
612
- top: 30px;
613
- right: 30px;
614
- bottom: 30px;
615
- left: 30px;
616
- border: 1px solid #fff;
617
- }
618
-
619
- .premium-banner-animation6 .premium-banner-ib-title {
620
- margin: 20px 0 10px;
621
- -webkit-transition: -webkit-transform 0.35s;
622
- transition: -webkit-transform 0.35s;
623
- transition: transform 0.35s;
624
- transition: transform 0.35s, -webkit-transform 0.35s;
625
- -webkit-transform: translate3d(0, 100%, 0);
626
- transform: translate3d(0, 100%, 0);
627
- }
628
-
629
- .premium-banner-animation6 .premium-banner-ib-content,
630
- .premium-banner-animation6 .premium-banner-read-more,
631
- .premium-banner-animation6 .premium-banner-ib-desc::before {
632
- opacity: 0;
633
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
634
- transition: opacity 0.35s, -webkit-transform 0.35s;
635
- transition: opacity 0.35s, transform 0.35s;
636
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
637
- -webkit-transform: scale(0);
638
- -ms-transform: scale(0);
639
- transform: scale(0);
640
- }
641
-
642
- .premium-banner-animation6 .premium-banner-read-more {
643
- margin-top: 10px;
644
- }
645
-
646
- .premium-banner-animation6:hover .premium-banner-ib-title,
647
- .premium-banner-animation6.active .premium-banner-ib-title {
648
- -webkit-transform: translate3d(0, 0, 0);
649
- transform: translate3d(0, 0, 0);
650
- }
651
-
652
- .premium-banner-animation6:hover .premium-banner-ib-content,
653
- .premium-banner-animation6.active .premium-banner-ib-content,
654
- .premium-banner-animation6:hover .premium-banner-read-more,
655
- .premium-banner-animation6.active .premium-banner-read-more,
656
- .premium-banner-animation6:hover .premium-banner-ib-desc::before,
657
- .premium-banner-animation6.active .premium-banner-ib-desc::before {
658
- opacity: 1;
659
- -webkit-transform: scale(1);
660
- -ms-transform: scale(1);
661
- transform: scale(1);
662
- }
663
-
664
- .premium-banner-animation12 .premium-banner-ib-desc::after {
665
- position: absolute;
666
- content: "";
667
- right: 30px;
668
- bottom: 30px;
669
- left: 30px;
670
- height: -webkit-calc(50% - 30px);
671
- height: calc(50% - 30px);
672
- border: 7px solid #fff;
673
- -webkit-transition: -webkit-transform 0.35s;
674
- transition: -webkit-transform 0.35s;
675
- transition: transform 0.35s;
676
- transition: transform 0.35s, -webkit-transform 0.35s;
677
- -webkit-transform: translate3d(0, -100%, 0);
678
- transform: translate3d(0, -100%, 0);
679
- }
680
-
681
- .premium-banner-animation12:hover .premium-banner-ib-desc::after,
682
- .premium-banner-animation12.active .premium-banner-ib-desc::after {
683
- -webkit-transform: translate3d(0, 0, 0);
684
- transform: translate3d(0, 0, 0);
685
- }
686
-
687
- .premium-banner-animation12 .premium-banner-ib-desc {
688
- padding: 45px;
689
- text-align: left;
690
- }
691
-
692
- .premium-banner-animation12 .premium-banner-ib-content {
693
- position: absolute;
694
- right: 60px;
695
- bottom: 60px;
696
- left: 60px;
697
- opacity: 0;
698
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
699
- transition: opacity 0.35s, -webkit-transform 0.35s;
700
- transition: opacity 0.35s, transform 0.35s;
701
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
702
- -webkit-transform: translate3d(0, -100px, 0);
703
- transform: translate3d(0, -100px, 0);
704
- }
705
-
706
- .premium-banner-animation12:hover .premium-banner-ib-content,
707
- .premium-banner-animation12.active .premium-banner-ib-content {
708
- opacity: 1;
709
- -webkit-transform: translate3d(0, 0, 0);
710
- transform: translate3d(0, 0, 0);
711
- }
712
-
713
- .premium-banner-animation13 img {
714
- width: -webkit-calc(100% + 20px) !important;
715
- width: calc(100% + 20px) !important;
716
- max-width: -webkit-calc(100% + 20px) !important;
717
- max-width: calc(100% + 20px) !important;
718
- -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
719
- transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
720
- transition: opacity 0.35s, filter 0.35s, transform 0.35s;
721
- transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
722
- -webkit-transform: translate3d(-10px, 0, 0);
723
- transform: translate3d(-10px, 0, 0);
724
- -webkit-backface-visibility: hidden;
725
- backface-visibility: hidden;
726
- }
727
-
728
- .premium-banner-animation13.zoomout img,
729
- .premium-banner-animation13.scale img {
730
- -webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
731
- transform: translate3d(-10px, 0, 0) scale(1.1);
732
- }
733
-
734
- .premium-banner-animation13.none:hover img {
735
- -webkit-transform: translate3d(0, 0, 0);
736
- transform: translate3d(0, 0, 0);
737
- }
738
-
739
- .premium-banner-animation1.none:hover img,
740
- .premium-banner-animation4.none:hover img {
741
- -webkit-transform: translate3d(0, 0, 0);
742
- transform: translate3d(0, 0, 0);
743
- }
744
-
745
- .premium-banner-animation13.zoomin:hover img,
746
- .premium-banner-animation1.zoomin:hover img,
747
- .premium-banner-animation4.zoomin:hover img,
748
- .premium-banner-animation8.zoomin:hover img,
749
- .premium-banner-animation7.zoomin:hover img,
750
- .premium-banner-animation9.zoomin:hover img,
751
- .premium-banner-animation10.zoomin:hover img,
752
- .premium-banner-animation11.zoomin:hover img {
753
- -webkit-transform: translate3d(0, 0, 0) scale(1.1);
754
- transform: translate3d(0, 0, 0) scale(1.1);
755
- }
756
-
757
- .premium-banner-animation13.zoomout:hover img,
758
- .premium-banner-animation1.zoomout:hover img,
759
- .premium-banner-animation4.zoomout:hover img,
760
- .premium-banner-animation8.zoomout:hover img,
761
- .premium-banner-animation7.zoomout:hover img,
762
- .premium-banner-animation9.zoomout:hover img,
763
- .premium-banner-animation10.zoomout:hover img,
764
- .premium-banner-animation11.zoomout:hover img {
765
- -webkit-transform: translate3d(0, 0, 0) scale(1);
766
- transform: translate3d(0, 0, 0) scale(1);
767
- }
768
-
769
- .premium-banner-animation13.scale:hover img,
770
- .premium-banner-animation1.scale:hover img,
771
- .premium-banner-animation4.scale:hover img,
772
- .premium-banner-animation8.scale:hover img,
773
- .premium-banner-animation7.scale:hover img,
774
- .premium-banner-animation9.scale:hover img,
775
- .premium-banner-animation10.scale:hover img,
776
- .premium-banner-animation11.scale:hover img {
777
- -webkit-transform: translate3d(0, 0, 0) scale(1.2) rotate(5deg);
778
- transform: translate3d(0, 0, 0) scale(1.2) rotate(5deg);
779
- }
780
-
781
- .premium-banner-animation13.grayscale:hover img,
782
- .premium-banner-animation1.grayscale:hover img,
783
- .premium-banner-animation4.grayscale:hover img,
784
- .premium-banner-animation8.grayscale:hover img,
785
- .premium-banner-animation7.grayscale:hover img,
786
- .premium-banner-animation9.grayscale:hover img,
787
- .premium-banner-animation10.grayscale:hover img,
788
- .premium-banner-animation11.grayscale:hover img {
789
- -webkit-transform: translate3d(0, 0, 0);
790
- transform: translate3d(0, 0, 0);
791
- -webkit-filter: grayscale(100%);
792
- filter: grayscale(100%);
793
- }
794
-
795
- .premium-banner-animation13.blur:hover img,
796
- .premium-banner-animation1.blur:hover img,
797
- .premium-banner-animation4.blur:hover,
798
- .premium-banner-animation8.blur:hover img,
799
- .premium-banner-animation7.blur:hover img,
800
- .premium-banner-animation9.blur:hover img,
801
- .premium-banner-animation10.blur:hover img,
802
- .premium-banner-animation11.blur:hover img {
803
- -webkit-transform: translate3d(0, 0, 0);
804
- transform: translate3d(0, 0, 0);
805
- -webkit-filter: blur(3px);
806
- filter: blur(3px);
807
- }
808
-
809
- .premium-banner-animation13 .premium-banner-ib-desc {
810
- text-align: left;
811
- }
812
-
813
- .premium-banner-animation13 .premium-banner-ib-title {
814
- position: relative;
815
- overflow: hidden;
816
- padding: 5px 0 10px;
817
- }
818
-
819
- .premium-banner-animation13 .premium-banner-ib-title::after {
820
- position: absolute;
821
- content: "";
822
- bottom: 0;
823
- left: 0;
824
- width: 100%;
825
- height: 2px;
826
- background: #fff;
827
- -webkit-transition: -webkit-transform 0.35s;
828
- transition: -webkit-transform 0.35s;
829
- transition: transform 0.35s;
830
- transition: transform 0.35s, -webkit-transform 0.35s;
831
- -webkit-transform: translate3d(-101%, 0, 0);
832
- transform: translate3d(-101%, 0, 0);
833
- }
834
-
835
- .premium-banner-animation13:hover .premium-banner-ib-title::after,
836
- .premium-banner-animation13.active .premium-banner-ib-title::after {
837
- -webkit-transform: translate3d(0, 0, 0);
838
- transform: translate3d(0, 0, 0);
839
- }
840
-
841
- .premium-banner-animation13 .premium-banner-ib-content,
842
- .premium-banner-animation13 .premium-banner-read-more {
843
- padding: 15px 0;
844
- opacity: 0;
845
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
846
- transition: opacity 0.35s, -webkit-transform 0.35s;
847
- transition: opacity 0.35s, transform 0.35s;
848
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
849
- -webkit-transform: translate3d(100%, 0, 0);
850
- transform: translate3d(100%, 0, 0);
851
- }
852
-
853
- .premium-banner-animation13:hover .premium-banner-ib-content,
854
- .premium-banner-animation13.active .premium-banner-ib-content,
855
- .premium-banner-animation13:hover .premium-banner-read-more,
856
- .premium-banner-animation13.active .premium-banner-read-more {
857
- opacity: 1;
858
- -webkit-transform: translate3d(0, 0, 0);
859
- transform: translate3d(0, 0, 0);
860
- }
861
-
862
- .premium-banner-ib.premium-banner-animation5 .premium-banner-toggle-size {
863
- left: 50%;
864
- width: auto !important;
865
- height: 100%;
866
- max-width: none;
867
- -webkit-transform: translateX(-50%);
868
- -ms-transform: translateX(-50%);
869
- transform: translateX(-50%);
870
- }
871
-
872
- .premium-banner-ib img {
873
- border: none;
874
- padding: 0;
875
- margin: 0;
876
- }
877
-
878
- .premium-banner-animation7 img {
879
- width: -webkit-calc(100% + 40px) !important;
880
- width: calc(100% + 40px) !important;
881
- max-width: -webkit-calc(100% + 40px) !important;
882
- max-width: calc(100% + 40px) !important;
883
- -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
884
- transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
885
- transition: opacity 0.35s, filter 0.35s, transform 0.35s;
886
- transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
887
- }
888
-
889
- .premium-banner-animation7 .premium-banner-brlr {
890
- width: 7px;
891
- }
892
-
893
- .premium-banner-animation7 .premium-banner-brtb {
894
- height: 7px;
895
- }
896
-
897
- .premium-banner-animation7 .premium-banner-br {
898
- position: absolute;
899
- z-index: 1;
900
- background-color: white;
901
- -webkit-transition: all 0.3s ease-in-out;
902
- transition: all 0.3s ease-in-out;
903
- -webkit-transition-delay: 0.2s;
904
- transition-delay: 0.2s;
905
- }
906
-
907
- .premium-banner-animation7 .premium-banner-bleft {
908
- left: 30px;
909
- top: -webkit-calc(100% - 150px);
910
- top: calc(100% - 150px);
911
- height: 0;
912
- }
913
-
914
- .premium-banner-animation7 .premium-banner-bright {
915
- right: 30px;
916
- bottom: -webkit-calc(100% - 150px);
917
- bottom: calc(100% - 150px);
918
- height: 0;
919
- }
920
-
921
- .premium-banner-animation7 .premium-banner-bottom {
922
- right: -webkit-calc(100% - 150px);
923
- right: calc(100% - 150px);
924
- bottom: 30px;
925
- width: 0;
926
- }
927
-
928
- .premium-banner-animation7 .premium-banner-btop {
929
- left: -webkit-calc(100% - 150px);
930
- left: calc(100% - 150px);
931
- top: 30px;
932
- width: 0;
933
- }
934
-
935
- .premium-banner-animation7 .premium-banner-ib-desc {
936
- padding: 70px;
937
- display: table;
938
- }
939
-
940
- .premium-banner-animation7 .premium-banner-ib-desc .premium-banner-desc-centered {
941
- display: table-cell;
942
- vertical-align: middle;
943
- }
944
-
945
- .premium-banner-animation7 .premium-banner-ib-title {
946
- margin-top: 0;
947
- }
948
-
949
- .premium-banner-animation7 .premium-banner-ib-title,
950
- .premium-banner-animation7 img {
951
- -webkit-transform: translate3d(-30px, 0, 0);
952
- transform: translate3d(-30px, 0, 0);
953
- }
954
-
955
- .premium-banner-animation7.zoomout img,
956
- .premium-banner-animation7.scale img {
957
- -webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
958
- transform: translate3d(-30px, 0, 0) scale(1.1);
959
- }
960
-
961
- .premium-banner-animation7 .premium-banner-ib-content,
962
- .premium-banner-animation7 .premium-banner-read-more {
963
- margin-top: 10px;
964
- }
965
-
966
- .premium-banner-animation7 .premium-banner-ib-desc::after,
967
- .premium-banner-animation7 .premium-banner-ib-desc::before {
968
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
969
- transition: opacity 0.35s, -webkit-transform 0.35s;
970
- transition: opacity 0.35s, transform 0.35s;
971
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
972
- }
973
-
974
- .premium-banner-animation7 .premium-banner-ib-title,
975
- .premium-banner-animation7 .premium-banner-ib-content,
976
- .premium-banner-animation7 .premium-banner-read-more {
977
- opacity: 0;
978
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
979
- transition: opacity 0.35s, -webkit-transform 0.35s;
980
- transition: opacity 0.35s, transform 0.35s;
981
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
982
- }
983
-
984
- .premium-banner-animation7:hover .premium-banner-ib-content,
985
- .premium-banner-animation7.active .premium-banner-ib-content,
986
- .premium-banner-animation7:hover .premium-banner-read-more,
987
- .premium-banner-animation7.active .premium-banner-read-more,
988
- .premium-banner-animation7:hover .premium-banner-ib-title,
989
- .premium-banner-animation7.active .premium-banner-ib-title {
990
- opacity: 1;
991
- -webkit-transform: translate3d(0, 0, 0);
992
- transform: translate3d(0, 0, 0);
993
- }
994
-
995
- .premium-banner-animation7:hover .premium-banner-bleft,
996
- .premium-banner-animation7.active .premium-banner-bleft {
997
- top: 30px;
998
- height: 70px;
999
- }
1000
-
1001
- .premium-banner-animation7:hover .premium-banner-bright,
1002
- .premium-banner-animation7.active .premium-banner-bright {
1003
- bottom: 30px;
1004
- height: 70px;
1005
- }
1006
-
1007
- .premium-banner-animation7:hover .premium-banner-bottom,
1008
- .premium-banner-animation7.active .premium-banner-bottom {
1009
- right: 30px;
1010
- width: 70px;
1011
- }
1012
-
1013
- .premium-banner-animation7:hover .premium-banner-btop,
1014
- .premium-banner-animation7.active .premium-banner-btop {
1015
- left: 30px;
1016
- width: 70px;
1017
- }
1018
-
1019
- .premium-banner-animation7:hover .premium-banner-ib-content,
1020
- .premium-banner-animation7:hover .premium-banner-read-more,
1021
- .premium-banner-animation7:hover .premium-banner-ib-title,
1022
- .premium-banner-animation7:hover img {
1023
- -webkit-transition-delay: 0.15s;
1024
- transition-delay: 0.15s;
1025
- }
1026
-
1027
- .premium-banner-animation8 img {
1028
- width: -webkit-calc(100% + 40px) !important;
1029
- width: calc(100% + 40px) !important;
1030
- max-width: -webkit-calc(100% + 40px) !important;
1031
- max-width: calc(100% + 40px) !important;
1032
- -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
1033
- transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
1034
- transition: opacity 0.35s, filter 0.35s, transform 0.35s;
1035
- transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
1036
- }
1037
-
1038
- .premium-banner-animation8 .premium-banner-brlr {
1039
- width: 7px;
1040
- }
1041
-
1042
- .premium-banner-animation8 .premium-banner-brtb {
1043
- height: 7px;
1044
- }
1045
-
1046
- .premium-banner-animation8 .premium-banner-br {
1047
- position: absolute;
1048
- z-index: 1;
1049
- background-color: white;
1050
- -webkit-transition: all 0.3s ease-in-out;
1051
- transition: all 0.3s ease-in-out;
1052
- -webkit-transition-delay: 0.2s;
1053
- transition-delay: 0.2s;
1054
- }
1055
-
1056
- .premium-banner-animation8 .premium-banner-bleft {
1057
- left: 30px;
1058
- top: 50%;
1059
- -webkit-transform: translateY(-50%);
1060
- -ms-transform: translateY(-50%);
1061
- transform: translateY(-50%);
1062
- height: 0;
1063
- }
1064
-
1065
- .premium-banner-animation8 .premium-banner-bright {
1066
- right: 30px;
1067
- top: 50%;
1068
- -webkit-transform: translateY(-50%);
1069
- -ms-transform: translateY(-50%);
1070
- transform: translateY(-50%);
1071
- height: 0;
1072
- }
1073
-
1074
- .premium-banner-animation8 .premium-banner-bottom {
1075
- left: 50%;
1076
- -webkit-transform: translateX(-50%);
1077
- -ms-transform: translateX(-50%);
1078
- transform: translateX(-50%);
1079
- bottom: 30px;
1080
- width: 0;
1081
- }
1082
-
1083
- .premium-banner-animation8 .premium-banner-btop {
1084
- left: 50%;
1085
- -webkit-transform: translateX(-50%);
1086
- -ms-transform: translateX(-50%);
1087
- transform: translateX(-50%);
1088
- top: 30px;
1089
- width: 0;
1090
- }
1091
-
1092
- .premium-banner-animation8 .premium-banner-ib-desc {
1093
- padding: 70px;
1094
- display: table;
1095
- }
1096
-
1097
- .premium-banner-animation8 .premium-banner-ib-desc .premium-banner-desc-centered {
1098
- display: table-cell;
1099
- vertical-align: middle;
1100
- }
1101
-
1102
- .premium-banner-animation8 .premium-banner-ib-title {
1103
- margin-top: 0;
1104
- }
1105
-
1106
- .premium-banner-animation8 .premium-banner-ib-title,
1107
- .premium-banner-animation8 img {
1108
- -webkit-transform: translate3d(-30px, 0, 0);
1109
- transform: translate3d(-30px, 0, 0);
1110
- }
1111
-
1112
- .premium-banner-animation8.zoomout img,
1113
- .premium-banner-animation8.scale img {
1114
- -webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
1115
- transform: translate3d(-30px, 0, 0) scale(1.1);
1116
- }
1117
-
1118
- .premium-banner-animation8 .premium-banner-ib-content,
1119
- .premium-banner-animation8 .premium-banner-read-more {
1120
- margin-top: 10px;
1121
- }
1122
-
1123
- .premium-banner-animation8 .premium-banner-ib-desc::after,
1124
- .premium-banner-animation8 .premium-banner-ib-desc::before {
1125
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
1126
- transition: opacity 0.35s, -webkit-transform 0.35s;
1127
- transition: opacity 0.35s, transform 0.35s;
1128
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
1129
- }
1130
-
1131
- .premium-banner-animation8 .premium-banner-ib-title,
1132
- .premium-banner-animation8 .premium-banner-ib-content,
1133
- .premium-banner-animation8 .premium-banner-read-more {
1134
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
1135
- transition: opacity 0.35s, -webkit-transform 0.35s;
1136
- transition: opacity 0.35s, transform 0.35s;
1137
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
1138
- opacity: 0;
1139
- }
1140
-
1141
- .premium-banner-animation8:hover .premium-banner-ib-content,
1142
- .premium-banner-animation8.active .premium-banner-ib-content,
1143
- .premium-banner-animation8:hover .premium-banner-read-more,
1144
- .premium-banner-animation8.active .premium-banner-read-more,
1145
- .premium-banner-animation8:hover .premium-banner-ib-title,
1146
- .premium-banner-animation8.active .premium-banner-ib-title {
1147
- opacity: 1;
1148
- -webkit-transform: translate3d(0, 0, 0);
1149
- transform: translate3d(0, 0, 0);
1150
- }
1151
-
1152
- .premium-banner-animation8:hover .premium-banner-bleft,
1153
- .premium-banner-animation8.active .premium-banner-bleft {
1154
- height: -webkit-calc(100% - 61px);
1155
- height: calc(100% - 61px);
1156
- }
1157
-
1158
- .premium-banner-animation8:hover .premium-banner-bright,
1159
- .premium-banner-animation8.active .premium-banner-bright {
1160
- height: -webkit-calc(100% - 61px);
1161
- height: calc(100% - 61px);
1162
- }
1163
-
1164
- .premium-banner-animation8:hover .premium-banner-bottom,
1165
- .premium-banner-animation8.active .premium-banner-bottom {
1166
- width: -webkit-calc(100% - 61px);
1167
- width: calc(100% - 61px);
1168
- }
1169
-
1170
- .premium-banner-animation8:hover .premium-banner-btop,
1171
- .premium-banner-animation8.active .premium-banner-btop {
1172
- width: -webkit-calc(100% - 61px);
1173
- width: calc(100% - 61px);
1174
- }
1175
-
1176
- .premium-banner-animation8:hover .premium-banner-ib-content,
1177
- .premium-banner-animation8:hover .premium-banner-ib-title,
1178
- .premium-banner-animation8:hover .premium-banner-read-more,
1179
- .premium-banner-animation8:hover img {
1180
- -webkit-transition-delay: 0.15s;
1181
- transition-delay: 0.15s;
1182
- }
1183
-
1184
- .premium-banner-animation9 img {
1185
- width: -webkit-calc(100% + 20px) !important;
1186
- width: calc(100% + 20px) !important;
1187
- max-width: -webkit-calc(100% + 20px) !important;
1188
- max-width: calc(100% + 20px) !important;
1189
- -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
1190
- transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
1191
- transition: opacity 0.35s, filter 0.35s, transform 0.35s;
1192
- transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
1193
- -webkit-transform: scale(1.2);
1194
- -ms-transform: scale(1.2);
1195
- transform: scale(1.2);
1196
- }
1197
-
1198
- .premium-banner-animation9 .premium-banner-ib-desc {
1199
- width: 100%;
1200
- height: 100%;
1201
- }
1202
-
1203
- .premium-banner-animation9 .premium-banner-ib-desc::before {
1204
- position: absolute;
1205
- top: 50%;
1206
- left: 50%;
1207
- width: 80%;
1208
- height: 1px;
1209
- background: #fff;
1210
- content: "";
1211
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
1212
- transition: opacity 0.35s, -webkit-transform 0.35s;
1213
- transition: opacity 0.35s, transform 0.35s;
1214
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
1215
- -webkit-transform: translate3d(-50%, -50%, 0);
1216
- transform: translate3d(-50%, -50%, 0);
1217
- }
1218
-
1219
- .premium-banner-animation9 .premium-banner-ib-desc::after {
1220
- position: absolute;
1221
- top: 50%;
1222
- left: 50%;
1223
- width: 80%;
1224
- height: 1px;
1225
- background: #fff;
1226
- content: "";
1227
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
1228
- transition: opacity 0.35s, -webkit-transform 0.35s;
1229
- transition: opacity 0.35s, transform 0.35s;
1230
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
1231
- -webkit-transform: translate3d(-50%, -50%, 0);
1232
- transform: translate3d(-50%, -50%, 0);
1233
- }
1234
-
1235
- .premium-banner-animation9 .premium-banner-ib-title {
1236
- position: absolute;
1237
- top: 50%;
1238
- left: 0;
1239
- width: 100%;
1240
- -webkit-transition: -webkit-transform 0.35s;
1241
- transition: -webkit-transform 0.35s;
1242
- transition: transform 0.35s;
1243
- transition: transform 0.35s, -webkit-transform 0.35s;
1244
- -webkit-transform: translate3d(0, -70px, 0);
1245
- transform: translate3d(0, -70px, 0);
1246
- margin-top: 0;
1247
- padding: 0 10%;
1248
- }
1249
-
1250
- .premium-banner-animation9:hover .premium-banner-ib-title,
1251
- .premium-banner-animation9.active .premium-banner-ib-title {
1252
- -webkit-transform: translate3d(0, -80px, 0);
1253
- transform: translate3d(0, -80px, 0);
1254
- }
1255
-
1256
- .premium-banner-animation9 .premium-banner-ib-content,
1257
- .premium-banner-animation9 .premium-banner-read-more {
1258
- position: absolute;
1259
- top: 50%;
1260
- left: 0;
1261
- width: 100%;
1262
- -webkit-transition: -webkit-transform 0.35s;
1263
- transition: -webkit-transform 0.35s;
1264
- transition: transform 0.35s;
1265
- transition: transform 0.35s, -webkit-transform 0.35s;
1266
- padding: 0 10%;
1267
- -webkit-transform: translate3d(0, 35px, 0);
1268
- transform: translate3d(0, 35px, 0);
1269
- }
1270
-
1271
- .premium-banner-animation9 .premium-banner-read-more {
1272
- top: 75%;
1273
- }
1274
-
1275
- .premium-banner-animation9:hover .premium-banner-ib-content,
1276
- .premium-banner-animation9.active .premium-banner-ib-content,
1277
- .premium-banner-animation9:hover .premium-banner-read-more,
1278
- .premium-banner-animation9.active .premium-banner-read-more {
1279
- -webkit-transform: translate3d(0, 45px, 0);
1280
- transform: translate3d(0, 45px, 0);
1281
- }
1282
-
1283
- .premium-banner-animation9:hover .premium-banner-ib-desc::before,
1284
- .premium-banner-animation9.active .premium-banner-ib-desc::before {
1285
- opacity: 0.5;
1286
- -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
1287
- transform: translate3d(-50%, -50%, 0) rotate(45deg);
1288
- }
1289
-
1290
- .premium-banner-animation9:hover .premium-banner-ib-desc::after,
1291
- .premium-banner-animation9.active .premium-banner-ib-desc::after {
1292
- opacity: 0.5;
1293
- -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
1294
- transform: translate3d(-50%, -50%, 0) rotate(-45deg);
1295
- }
1296
-
1297
- .premium-banner-animation9:hover img {
1298
- -webkit-transform: scale(1);
1299
- -ms-transform: scale(1);
1300
- transform: scale(1);
1301
- }
1302
-
1303
- .premium-banner-animation10 img {
1304
- width: -webkit-calc(100% + 20px) !important;
1305
- width: calc(100% + 20px) !important;
1306
- max-width: -webkit-calc(100% + 20px) !important;
1307
- max-width: calc(100% + 20px) !important;
1308
- -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
1309
- transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
1310
- transition: opacity 0.35s, filter 0.35s, transform 0.35s;
1311
- transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
1312
- }
1313
-
1314
- .premium-banner-animation10 .premium-banner-ib-title {
1315
- position: relative;
1316
- overflow: hidden;
1317
- padding: 5px 0 15px;
1318
- -webkit-transition: -webkit-transform 0.35s;
1319
- transition: -webkit-transform 0.35s;
1320
- transition: transform 0.35s;
1321
- transition: transform 0.35s, -webkit-transform 0.35s;
1322
- -webkit-transform: translate3d(0, 20px, 0);
1323
- transform: translate3d(0, 20px, 0);
1324
- margin-bottom: 0;
1325
- }
1326
-
1327
- .premium-banner-animation10 .premium-banner-ib-title::after {
1328
- position: absolute;
1329
- content: "";
1330
- bottom: 0;
1331
- left: 0;
1332
- width: 100%;
1333
- height: 3px;
1334
- background: #fff;
1335
- opacity: 0;
1336
- -webkit-transform: translate3d(0, 100%, 0);
1337
- transform: translate3d(0, 100%, 0);
1338
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
1339
- transition: opacity 0.35s, -webkit-transform 0.35s;
1340
- transition: opacity 0.35s, transform 0.35s;
1341
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
1342
- }
1343
-
1344
- .premium-banner-animation10:hover .premium-banner-ib-title,
1345
- .premium-banner-animation10.active .premium-banner-ib-title {
1346
- -webkit-transform: translate3d(0, 0, 0);
1347
- transform: translate3d(0, 0, 0);
1348
- }
1349
-
1350
- .premium-banner-animation10:hover .premium-banner-ib-title::after,
1351
- .premium-banner-animation10.active .premium-banner-ib-title::after {
1352
- opacity: 1;
1353
- -webkit-transform: translate3d(0, 0, 0);
1354
- transform: translate3d(0, 0, 0);
1355
- }
1356
-
1357
- .premium-banner-animation10.zoomout img,
1358
- .premium-banner-animation10.scale img {
1359
- -webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
1360
- transform: translate3d(-10px, 0, 0) scale(1.1);
1361
- }
1362
-
1363
- .premium-banner-animation10 .premium-banner-ib-content,
1364
- .premium-banner-animation10 .premium-banner-read-more {
1365
- padding-top: 15px;
1366
- opacity: 0;
1367
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
1368
- transition: opacity 0.35s, -webkit-transform 0.35s;
1369
- transition: opacity 0.35s, transform 0.35s;
1370
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
1371
- -webkit-transform: translate3d(0, 100%, 0);
1372
- transform: translate3d(0, 100%, 0);
1373
- }
1374
-
1375
- .premium-banner-animation10 .premium-banner-read-more {
1376
- padding: 0;
1377
- }
1378
-
1379
- .premium-banner-animation10:hover .premium-banner-ib-content,
1380
- .premium-banner-animation10.active .premium-banner-ib-content,
1381
- .premium-banner-animation10:hover .premium-banner-read-more,
1382
- .premium-banner-animation10.active .premium-banner-read-more {
1383
- opacity: 1;
1384
- -webkit-transform: translate3d(0, 0, 0);
1385
- transform: translate3d(0, 0, 0);
1386
- }
1387
-
1388
- .premium-banner-animation11 {
1389
- -webkit-transition: -webkit-transform 1s ease-out;
1390
- transition: -webkit-transform 1s ease-out;
1391
- transition: transform 1s ease-out;
1392
- transition: transform 1s ease-out, -webkit-transform 1s ease-out;
1393
- -webkit-transition-delay: 0.125s;
1394
- transition-delay: 0.125s;
1395
- }
1396
-
1397
- .premium-banner-animation11 .premium-banner-ib-desc {
1398
- position: absolute;
1399
- z-index: 5;
1400
- -webkit-transform: translate3d(-30px, 0, 0);
1401
- transform: translate3d(-30px, 0, 0);
1402
- opacity: 0;
1403
- top: auto;
1404
- bottom: 0;
1405
- min-height: 25%;
1406
- height: auto;
1407
- max-height: 100%;
1408
- text-align: left;
1409
- padding: 30px;
1410
- -webkit-transition: all 0.6s ease-out;
1411
- transition: all 0.6s ease-out;
1412
- }
1413
-
1414
- .premium-banner-animation11 img {
1415
- width: 100%;
1416
- -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
1417
- transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
1418
- transition: opacity 0.35s, filter 0.35s, transform 0.35s;
1419
- transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
1420
- }
1421
-
1422
- .premium-banner-animation11 .premium-banner-ib-title {
1423
- margin-bottom: 10px;
1424
- }
1425
-
1426
- .premium-banner-animation11 .premium-banner-gradient {
1427
- position: absolute;
1428
- left: 0;
1429
- top: 0;
1430
- right: 0;
1431
- bottom: 0;
1432
- }
1433
-
1434
- .premium-banner-animation11 .premium-banner-gradient:after,
1435
- .premium-banner-animation11 .premium-banner-gradient:before {
1436
- position: absolute;
1437
- content: "";
1438
- left: 0;
1439
- top: 0;
1440
- right: 0;
1441
- bottom: 0;
1442
- -webkit-transform: translate3d(-100%, 0, 0);
1443
- transform: translate3d(-100%, 0, 0);
1444
- background-image: -webkit-linear-gradient(40deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
1445
- background-image: linear-gradient(50deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
1446
- z-index: 2;
1447
- }
1448
-
1449
- .premium-banner-animation11 .premium-banner-gradient:before {
1450
- mix-blend-mode: color;
1451
- }
1452
-
1453
- .premium-banner-animation11 .premium-banner-gradient:after {
1454
- mix-blend-mode: multiply;
1455
- }
1456
-
1457
- .premium-banner-animation11:hover .premium-banner-ib-desc,
1458
- .premium-banner-animation11.active .premium-banner-ib-desc {
1459
- opacity: 1;
1460
- -webkit-transform: translate3d(0, 0, 0);
1461
- transform: translate3d(0, 0, 0);
1462
- }
1463
-
1464
- .premium-banner-animation11:hover .premium-banner-gradient:after,
1465
- .premium-banner-animation11:hover .premium-banner-gradient:before,
1466
- .premium-banner-animation11.active .premium-banner-gradient:after,
1467
- .premium-banner-animation11.active .premium-banner-gradient:before {
1468
- -webkit-transform: translate3d(0, 0, 0);
1469
- transform: translate3d(0, 0, 0);
1470
- }
1471
-
1472
- .premium-banner-animation11.zoomout img,
1473
- .premium-banner-animation11.scale img {
1474
- -webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
1475
- transform: translate3d(-10px, 0, 0) scale(1.1);
1476
- }
1477
-
1478
- /**************** Premium Blog *****************/
1479
- /***********************************************/
1480
- .premium-blog-thumb-effect-wrapper {
1481
- position: relative;
1482
- overflow: hidden;
1483
- }
1484
-
1485
- .premium-blog-effect-container:not(.premium-blog-bordered-effect) .premium-blog-post-link {
1486
- position: absolute;
1487
- top: 0;
1488
- left: 0;
1489
- width: 100%;
1490
- height: 100%;
1491
- z-index: 2;
1492
- padding: 20px;
1493
- }
1494
-
1495
- .premium-blog-bordered-effect .premium-blog-post-link {
1496
- display: block;
1497
- height: 100%;
1498
- position: relative;
1499
- }
1500
-
1501
- /*Thumbnail Img*/
1502
- .premium-blog-thumbnail-container {
1503
- overflow: hidden;
1504
- }
1505
-
1506
- .premium-blog-thumbnail-container img,
1507
- .premium-blog-thumbnail-container .below-entry-meta {
1508
- width: 100%;
1509
- height: 100%;
1510
- margin: 0 !important;
1511
- -webkit-transition: all 0.4s ease-in-out;
1512
- transition: all 0.4s ease-in-out;
1513
- display: block;
1514
- }
1515
-
1516
- .premium-blog-zoomout-effect img,
1517
- .premium-blog-scale-effect img {
1518
- -webkit-transform: scale(1.2);
1519
- -ms-transform: scale(1.2);
1520
- transform: scale(1.2);
1521
- }
1522
-
1523
- .premium-blog-sepia-effect img {
1524
- -webkit-filter: sepia(30%);
1525
- filter: sepia(30%);
1526
- }
1527
-
1528
- .premium-blog-bright-effect img {
1529
- -webkit-filter: brightness(1);
1530
- filter: brightness(1);
1531
- }
1532
-
1533
- .premium-blog-trans-effect img {
1534
- -webkit-transform: translateX(-15px) scale(1.1);
1535
- -ms-transform: translateX(-15px) scale(1.1);
1536
- transform: translateX(-15px) scale(1.1);
1537
- }
1538
-
1539
- .premium-blog-post-outer-container:hover .premium-blog-zoomin-effect img {
1540
- -webkit-transform: scale(1.2);
1541
- -ms-transform: scale(1.2);
1542
- transform: scale(1.2);
1543
- }
1544
-
1545
- .premium-blog-post-outer-container:hover .premium-blog-zoomout-effect img {
1546
- -webkit-transform: scale(1.1);
1547
- -ms-transform: scale(1.1);
1548
- transform: scale(1.1);
1549
- }
1550
-
1551
- .premium-blog-post-outer-container:hover .premium-blog-scale-effect img {
1552
- -webkit-transform: scale(1.3) rotate(5deg);
1553
- -ms-transform: scale(1.3) rotate(5deg);
1554
- transform: scale(1.3) rotate(5deg);
1555
- }
1556
-
1557
- .premium-blog-post-outer-container:hover .premium-blog-gray-effect img {
1558
- -webkit-filter: grayscale(100%);
1559
- filter: grayscale(100%);
1560
- }
1561
-
1562
- .premium-blog-post-outer-container:hover .premium-blog-blur-effect img {
1563
- -webkit-filter: blur(3px);
1564
- filter: blur(3px);
1565
- }
1566
-
1567
- .premium-blog-post-outer-container:hover .premium-blog-sepia-effect img {
1568
- -webkit-filter: sepia(0%);
1569
- filter: sepia(0%);
1570
- }
1571
-
1572
- .premium-blog-post-outer-container:hover .premium-blog-bright-effect img {
1573
- -webkit-filter: brightness(1.2);
1574
- filter: brightness(1.2);
1575
- }
1576
-
1577
- .premium-blog-post-outer-container:hover .premium-blog-trans-effect img {
1578
- -webkit-transform: translateX(0px) scale(1.1);
1579
- -ms-transform: translateX(0px) scale(1.1);
1580
- transform: translateX(0px) scale(1.1);
1581
- }
1582
-
1583
- .premium-blog-post-container {
1584
- overflow: hidden;
1585
- }
1586
-
1587
- .premium-blog-post-container .premium-blog-inner-container {
1588
- -js-display: flex;
1589
- display: -webkit-box;
1590
- display: -webkit-flex;
1591
- display: -moz-box;
1592
- display: -ms-flexbox;
1593
- display: flex;
1594
- -webkit-box-orient: vertical;
1595
- -webkit-box-direction: normal;
1596
- -webkit-flex-direction: column;
1597
- -moz-box-orient: vertical;
1598
- -moz-box-direction: normal;
1599
- -ms-flex-direction: column;
1600
- flex-direction: column;
1601
- }
1602
-
1603
- .premium-blog-post-container .premium-blog-post-content {
1604
- line-height: 1.5em;
1605
- color: #777;
1606
- font-size: 14px;
1607
- margin-bottom: 10px;
1608
- }
1609
-
1610
- .premium-blog-post-container ul.post-categories a:hover,
1611
- .premium-blog-post-container ul.post-categories a:focus,
1612
- .premium-blog-post-container .premium-blog-post-link:hover,
1613
- .premium-blog-post-container .premium-blog-post-link:focus {
1614
- -webkit-box-shadow: none !important;
1615
- box-shadow: none !important;
1616
- outline: none !important;
1617
- }
1618
-
1619
- .premium-blog-post-container .premium-blog-entry-title {
1620
- font-size: 18px;
1621
- margin-bottom: 5px;
1622
- }
1623
-
1624
- .premium-blog-post-container.premium-blog-skin-modern .premium-blog-content-wrapper {
1625
- position: relative;
1626
- z-index: 3;
1627
- top: -50px;
1628
- }
1629
-
1630
- .premium-blog-post-container .premium-blog-content-wrapper {
1631
- background-color: #f5f5f5;
1632
- padding: 30px;
1633
- }
1634
-
1635
- .premium-blog-post-container .premium-blog-content-wrapper.empty-thumb {
1636
- top: 0;
1637
- }
1638
-
1639
- .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before,
1640
- .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:after {
1641
- position: absolute;
1642
- content: "";
1643
- z-index: 1;
1644
- top: 50%;
1645
- left: 50%;
1646
- opacity: 0;
1647
- -webkit-transform: translate(-50%, -50%);
1648
- -ms-transform: translate(-50%, -50%);
1649
- transform: translate(-50%, -50%);
1650
- -webkit-transition: all 0.4s linear 0s;
1651
- transition: all 0.4s linear 0s;
1652
- height: 1px;
1653
- width: 100%;
1654
- background-color: #fff;
1655
- }
1656
-
1657
- .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before {
1658
- width: 1px;
1659
- height: 100%;
1660
- }
1661
-
1662
- .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner):hover .premium-blog-thumbnail-container:after {
1663
- width: 20px;
1664
- opacity: 1;
1665
- }
1666
-
1667
- .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner):hover .premium-blog-thumbnail-container:before {
1668
- height: 20px;
1669
- opacity: 1;
1670
- }
1671
-
1672
- .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-content-wrapper {
1673
- margin: 0px 10px 20px;
1674
- clear: both;
1675
- }
1676
-
1677
- .premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay,
1678
- .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay,
1679
- .premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay {
1680
- position: absolute;
1681
- top: 0;
1682
- left: 0;
1683
- width: 100%;
1684
- height: 100%;
1685
- -webkit-transition: all 0.3s ease-in-out;
1686
- transition: all 0.3s ease-in-out;
1687
- opacity: 0;
1688
- }
1689
-
1690
- .premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay a,
1691
- .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay a,
1692
- .premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay a {
1693
- -js-display: flex;
1694
- display: -webkit-box;
1695
- display: -webkit-flex;
1696
- display: -moz-box;
1697
- display: -ms-flexbox;
1698
- display: flex;
1699
- -webkit-box-pack: center;
1700
- -webkit-justify-content: center;
1701
- -moz-box-pack: center;
1702
- -ms-flex-pack: center;
1703
- justify-content: center;
1704
- -webkit-box-align: center;
1705
- -webkit-align-items: center;
1706
- -moz-box-align: center;
1707
- -ms-flex-align: center;
1708
- align-items: center;
1709
- width: 100%;
1710
- height: 100%;
1711
- }
1712
-
1713
- .premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay span,
1714
- .premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay i,
1715
- .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay span,
1716
- .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay i,
1717
- .premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay span,
1718
- .premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay i {
1719
- -webkit-transition: all 0.3s ease-in-out;
1720
- transition: all 0.3s ease-in-out;
1721
- }
1722
-
1723
- .premium-blog-post-container.premium-blog-skin-side {
1724
- -js-display: flex;
1725
- display: -webkit-box;
1726
- display: -webkit-flex;
1727
- display: -moz-box;
1728
- display: -ms-flexbox;
1729
- display: flex;
1730
- }
1731
-
1732
- .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-container {
1733
- height: 100%;
1734
- }
1735
-
1736
- .premium-blog-post-container.premium-blog-skin-side .premium-blog-content-wrapper {
1737
- -webkit-box-flex: 1;
1738
- -webkit-flex: 1;
1739
- -moz-box-flex: 1;
1740
- -ms-flex: 1;
1741
- flex: 1;
1742
- }
1743
-
1744
- .premium-blog-post-container.premium-blog-skin-banner {
1745
- position: relative;
1746
- }
1747
-
1748
- .premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper {
1749
- position: absolute;
1750
- width: 100%;
1751
- bottom: -5px;
1752
- -js-display: flex;
1753
- display: -webkit-box;
1754
- display: -webkit-flex;
1755
- display: -moz-box;
1756
- display: -ms-flexbox;
1757
- display: flex;
1758
- -webkit-box-orient: vertical;
1759
- -webkit-box-direction: normal;
1760
- -webkit-flex-direction: column;
1761
- -moz-box-orient: vertical;
1762
- -moz-box-direction: normal;
1763
- -ms-flex-direction: column;
1764
- flex-direction: column;
1765
- background-color: transparent;
1766
- z-index: 3;
1767
- -webkit-transition: bottom 0.3s ease-in-out;
1768
- transition: bottom 0.3s ease-in-out;
1769
- }
1770
-
1771
- .premium-blog-post-container.premium-blog-skin-banner:hover .premium-blog-content-wrapper {
1772
- bottom: 0px;
1773
- }
1774
-
1775
- .premium-blog-post-container .premium-blog-cats-container ul.post-categories {
1776
- margin: 0;
1777
- padding: 0;
1778
- list-style: none;
1779
- -js-display: flex;
1780
- display: -webkit-box;
1781
- display: -webkit-flex;
1782
- display: -moz-box;
1783
- display: -ms-flexbox;
1784
- display: flex;
1785
- }
1786
-
1787
- .premium-blog-post-container .premium-blog-cats-container a {
1788
- display: block;
1789
- font-size: 12px;
1790
- color: #fff;
1791
- background-color: #777;
1792
- margin: 0 3px 10px 0;
1793
- padding: 5px;
1794
- -webkit-transition: all 0.3s ease-in-out;
1795
- transition: all 0.3s ease-in-out;
1796
- }
1797
-
1798
- /*
1799
- * Diagonal Effect
1800
- */
1801
- .premium-blog-diagonal-container {
1802
- position: absolute;
1803
- top: 0;
1804
- left: 0;
1805
- width: 100%;
1806
- height: 100%;
1807
- }
1808
-
1809
- .premium-blog-diagonal-effect:before {
1810
- position: absolute;
1811
- top: 0px;
1812
- left: 0px;
1813
- width: 100%;
1814
- height: 100%;
1815
- content: " ";
1816
- z-index: 1;
1817
- background: rgba(255, 255, 255, 0.2);
1818
- -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
1819
- transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
1820
- -webkit-transition: all 0.3s linear 0s;
1821
- transition: all 0.3s linear 0s;
1822
- }
1823
-
1824
- .premium-blog-post-outer-container:hover .premium-blog-diagonal-effect:before {
1825
- -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
1826
- transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
1827
- }
1828
-
1829
- /*
1830
- * Framed Effect
1831
- */
1832
- .premium-blog-framed-effect {
1833
- position: absolute;
1834
- width: -webkit-calc(100% - 30px);
1835
- width: calc(100% - 30px);
1836
- height: -webkit-calc(100% - 30px);
1837
- height: calc(100% - 30px);
1838
- top: 15px;
1839
- left: 15px;
1840
- opacity: 0;
1841
- -webkit-transform: scale(0.3);
1842
- -ms-transform: scale(0.3);
1843
- transform: scale(0.3);
1844
- -webkit-transition: all 0.3s linear 0s;
1845
- transition: all 0.3s linear 0s;
1846
- }
1847
-
1848
- .premium-blog-post-outer-container:hover .premium-blog-framed-effect {
1849
- opacity: 0.99;
1850
- -webkit-transform: scale(1);
1851
- -ms-transform: scale(1);
1852
- transform: scale(1);
1853
- }
1854
-
1855
- /*
1856
- * Bordered Effect
1857
- */
1858
- .premium-blog-bordered-effect {
1859
- position: absolute;
1860
- top: 0;
1861
- left: 0;
1862
- width: 100%;
1863
- height: 100%;
1864
- opacity: 0;
1865
- padding: 15px;
1866
- -webkit-transition: all 0.3s linear 0s;
1867
- transition: all 0.3s linear 0s;
1868
- }
1869
-
1870
- .premium-blog-bordered-effect .premium-blog-post-link:before,
1871
- .premium-blog-bordered-effect .premium-blog-post-link:after {
1872
- content: "";
1873
- display: block;
1874
- position: absolute;
1875
- top: 0;
1876
- left: 0;
1877
- width: 100%;
1878
- height: 100%;
1879
- -webkit-transition: all 0.5s linear 0s;
1880
- transition: all 0.5s linear 0s;
1881
- -webkit-transition-delay: 0s;
1882
- transition-delay: 0s;
1883
- border-color: rgba(255, 255, 255, 0.45);
1884
- }
1885
-
1886
- .premium-blog-bordered-effect .premium-blog-post-link:before {
1887
- border-right: 2px solid;
1888
- border-left: 2px solid;
1889
- -webkit-transform: scale(1, 0);
1890
- -ms-transform: scale(1, 0);
1891
- transform: scale(1, 0);
1892
- -webkit-transform-origin: 100% 0;
1893
- -ms-transform-origin: 100% 0;
1894
- transform-origin: 100% 0;
1895
- }
1896
-
1897
- .premium-blog-bordered-effect .premium-blog-post-link:after {
1898
- border-top: 2px solid;
1899
- border-bottom: 2px solid;
1900
- -webkit-transform: scale(0, 1);
1901
- -ms-transform: scale(0, 1);
1902
- transform: scale(0, 1);
1903
- -webkit-transform-origin: 0 0;
1904
- -ms-transform-origin: 0 0;
1905
- transform-origin: 0 0;
1906
- }
1907
-
1908
- .premium-blog-bordered-effect:hover {
1909
- opacity: 0.99;
1910
- }
1911
-
1912
- .premium-blog-bordered-effect:hover .premium-blog-post-link:before,
1913
- .premium-blog-bordered-effect:hover .premium-blog-post-link:after {
1914
- -webkit-transition-delay: 0.15s;
1915
- transition-delay: 0.15s;
1916
- opacity: 1;
1917
- -webkit-transform: scale(1);
1918
- -ms-transform: scale(1);
1919
- transform: scale(1);
1920
- }
1921
-
1922
- /*
1923
- * Squares Effect
1924
- */
1925
- .premium-blog-squares-effect,
1926
- .premium-blog-squares-square-container {
1927
- position: absolute;
1928
- top: 0;
1929
- left: 0;
1930
- width: 100%;
1931
- height: 100%;
1932
- }
1933
-
1934
- .premium-blog-squares-effect:before,
1935
- .premium-blog-squares-effect:after {
1936
- position: absolute;
1937
- content: "";
1938
- top: 0;
1939
- left: 0;
1940
- width: 50%;
1941
- height: 50%;
1942
- -webkit-transform: translate(-100%, -100%);
1943
- -ms-transform: translate(-100%, -100%);
1944
- transform: translate(-100%, -100%);
1945
- opacity: 0.7;
1946
- -webkit-transition: all 0.3s linear 0s;
1947
- transition: all 0.3s linear 0s;
1948
- }
1949
-
1950
- .premium-blog-squares-square-container:before,
1951
- .premium-blog-squares-square-container:after {
1952
- position: absolute;
1953
- content: "";
1954
- top: 0;
1955
- left: 0;
1956
- width: 50%;
1957
- height: 50%;
1958
- -webkit-transform: translate(-100%, -100%);
1959
- -ms-transform: translate(-100%, -100%);
1960
- transform: translate(-100%, -100%);
1961
- opacity: 0.7;
1962
- -webkit-transition: all 0.3s linear 0s;
1963
- transition: all 0.3s linear 0s;
1964
- }
1965
-
1966
- .premium-blog-squares-square-container:before,
1967
- .premium-blog-squares-square-container:after {
1968
- opacity: 0.8;
1969
- }
1970
-
1971
- .premium-blog-squares-effect:after {
1972
- -webkit-transform: translate(200%, 200%);
1973
- -ms-transform: translate(200%, 200%);
1974
- transform: translate(200%, 200%);
1975
- }
1976
-
1977
- .premium-blog-squares-square-container:before {
1978
- -webkit-transform: translate(-100%, 200%);
1979
- -ms-transform: translate(-100%, 200%);
1980
- transform: translate(-100%, 200%);
1981
- }
1982
-
1983
- .premium-blog-squares-square-container:after {
1984
- -webkit-transform: translate(200%, -100%);
1985
- -ms-transform: translate(200%, -100%);
1986
- transform: translate(200%, -100%);
1987
- }
1988
-
1989
- .premium-blog-squares-effect:hover:before {
1990
- -webkit-transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
1991
- -ms-transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
1992
- transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
1993
- }
1994
-
1995
- .premium-blog-squares-effect:hover:after {
1996
- -webkit-transform: translate(100%, 100%) scaleY(1.003) scaleX(1.003);
1997
- -ms-transform: translate(100%, 100%) scaleY(1.003) scaleX(1.003);
1998
- transform: translate(100%, 100%) scaleY(1.003) scaleX(1.003);
1999
- }
2000
-
2001
- .premium-blog-squares-effect:hover .premium-blog-squares-square-container:before {
2002
- -webkit-transform: translate(0, 100%);
2003
- -ms-transform: translate(0, 100%);
2004
- transform: translate(0, 100%);
2005
- }
2006
-
2007
- .premium-blog-squares-effect:hover .premium-blog-squares-square-container:after {
2008
- -webkit-transform: translate(100%, 0%);
2009
- -ms-transform: translate(100%, 0%);
2010
- transform: translate(100%, 0%);
2011
- }
2012
-
2013
- .premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay {
2014
- opacity: 1;
2015
- }
2016
-
2017
- .premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay a {
2018
- opacity: 1;
2019
- -webkit-transform: scale(1);
2020
- -ms-transform: scale(1);
2021
- transform: scale(1);
2022
- }
2023
-
2024
- .premium-blog-clear-fix {
2025
- clear: both;
2026
- }
2027
-
2028
- .premium-blog-masked .premium-blog-thumbnail-container {
2029
- position: relative;
2030
- overflow: visible;
2031
- }
2032
-
2033
- .premium-blog-masked .premium-blog-thumbnail-container svg {
2034
- position: absolute;
2035
- height: 100px;
2036
- width: 100%;
2037
- bottom: -5px;
2038
- left: 0;
2039
- fill: #f5f5f5;
2040
- z-index: 99;
2041
- }
2042
-
2043
- .premium-blog-masked .premium-blog-thumbnail-container svg.premium-blog-shape-divider-svg {
2044
- -webkit-transform: rotate(180deg);
2045
- -ms-transform: rotate(180deg);
2046
- transform: rotate(180deg);
2047
- }
2048
-
2049
- .premium-blog-masked .premium-blog-author-thumbnail,
2050
- .premium-blog-masked .premium-blog-skin-banner .premium-blog-content-wrapper {
2051
- z-index: 999 !important;
2052
- }
2053
-
2054
- .premium-blog-format-link {
2055
- padding: 5px;
2056
- line-height: 0;
2057
- }
2058
-
2059
- .premium-blog-entry-meta {
2060
- line-height: 1.3em;
2061
- font-size: 12px;
2062
- margin-bottom: 13px;
2063
- color: #adadad;
2064
- }
2065
-
2066
- .premium-blog-entry-meta i {
2067
- margin-right: 3px;
2068
- -webkit-transition: all 0.3s ease-in-out;
2069
- transition: all 0.3s ease-in-out;
2070
- }
2071
-
2072
- .premium-blog-meta-data {
2073
- display: inline-block;
2074
- }
2075
-
2076
- .premium-blog-meta-data .premium-blog-meta-separator {
2077
- margin: 0 5px;
2078
- }
2079
-
2080
- .premium-blog-meta-data a,
2081
- .premium-blog-meta-data span {
2082
- color: inherit;
2083
- -webkit-transition: all 0.3s ease-in-out;
2084
- transition: all 0.3s ease-in-out;
2085
- }
2086
-
2087
- .premium-blog-author-thumbnail {
2088
- position: relative;
2089
- padding: 0 30px;
2090
- width: 100%;
2091
- top: -10px;
2092
- height: 0;
2093
- pointer-events: none;
2094
- }
2095
-
2096
- .premium-blog-author-thumbnail img {
2097
- -webkit-border-radius: 50%;
2098
- border-radius: 50%;
2099
- width: 60px;
2100
- pointer-events: all;
2101
- -webkit-transform: translateY(-50%);
2102
- -ms-transform: translateY(-50%);
2103
- transform: translateY(-50%);
2104
- }
2105
-
2106
- .premium-blog-entry-title a,
2107
- .premium-blog-post-tags-container a,
2108
- .premium-blog-post-content .premium-blog-excerpt-link {
2109
- -webkit-transition: all 0.3s ease-in-out;
2110
- transition: all 0.3s ease-in-out;
2111
- }
2112
-
2113
- .premium-blog-excerpt-link-wrap a.premium-blog-excerpt-link {
2114
- background-color: transparent;
2115
- color: #54595f;
2116
- padding: 0;
2117
- }
2118
-
2119
- .premium-blog-cta-full-yes .premium-blog-excerpt-link {
2120
- width: 100%;
2121
- }
2122
-
2123
- .premium-blog-post-tags-container {
2124
- margin-top: 8px;
2125
- -js-display: flex;
2126
- display: -webkit-box;
2127
- display: -webkit-flex;
2128
- display: -moz-box;
2129
- display: -ms-flexbox;
2130
- display: flex;
2131
- -webkit-box-align: center;
2132
- -webkit-align-items: center;
2133
- -moz-box-align: center;
2134
- -ms-flex-align: center;
2135
- align-items: center;
2136
- -webkit-flex-wrap: wrap;
2137
- -ms-flex-wrap: wrap;
2138
- flex-wrap: wrap;
2139
- }
2140
-
2141
- .premium-blog-post-tags-container a {
2142
- color: inherit;
2143
- margin-left: 5px;
2144
- }
2145
-
2146
- /*Tags align*/
2147
- .premium-blog-align-left .post-categories,
2148
- .premium-blog-align-left .premium-blog-post-tags-container {
2149
- -webkit-box-pack: start;
2150
- -webkit-justify-content: flex-start;
2151
- -moz-box-pack: start;
2152
- -ms-flex-pack: start;
2153
- justify-content: flex-start;
2154
- }
2155
-
2156
- .premium-blog-align-left .premium-blog-inner-container {
2157
- -webkit-box-align: start;
2158
- -webkit-align-items: flex-start;
2159
- -moz-box-align: start;
2160
- -ms-flex-align: start;
2161
- align-items: flex-start;
2162
- }
2163
-
2164
- .premium-blog-align-center .post-categories,
2165
- .premium-blog-align-center .premium-blog-post-tags-container {
2166
- -webkit-box-pack: center;
2167
- -webkit-justify-content: center;
2168
- -moz-box-pack: center;
2169
- -ms-flex-pack: center;
2170
- justify-content: center;
2171
- }
2172
-
2173
- .premium-blog-align-center .premium-blog-inner-container {
2174
- -webkit-box-align: center;
2175
- -webkit-align-items: center;
2176
- -moz-box-align: center;
2177
- -ms-flex-align: center;
2178
- align-items: center;
2179
- }
2180
-
2181
- .premium-blog-align-right .post-categories,
2182
- .premium-blog-align-right .premium-blog-post-tags-container {
2183
- -webkit-box-pack: end;
2184
- -webkit-justify-content: flex-end;
2185
- -moz-box-pack: end;
2186
- -ms-flex-pack: end;
2187
- justify-content: flex-end;
2188
- }
2189
-
2190
- .premium-blog-align-right .premium-blog-inner-container {
2191
- -webkit-box-align: end;
2192
- -webkit-align-items: flex-end;
2193
- -moz-box-align: end;
2194
- -ms-flex-align: end;
2195
- align-items: flex-end;
2196
- }
2197
-
2198
- /* Pagination */
2199
- .premium-blog-pagination-container {
2200
- text-align: right;
2201
- }
2202
-
2203
- .premium-blog-pagination-container span {
2204
- cursor: default;
2205
- }
2206
-
2207
- .premium-blog-pagination-container .page-numbers {
2208
- display: inline-block;
2209
- color: #000;
2210
- line-height: 1;
2211
- font-size: 1em;
2212
- font-weight: 400;
2213
- text-decoration: none;
2214
- padding: 0.75em;
2215
- margin: 0 0.4em 0.4em 0;
2216
- -webkit-transition: all 0.3s ease-in-out;
2217
- transition: all 0.3s ease-in-out;
2218
- }
2219
-
2220
- .premium-blog-wrap .premium-loading-feed {
2221
- display: block;
2222
- position: absolute;
2223
- width: 100%;
2224
- height: 100%;
2225
- top: 0px;
2226
- left: 0px;
2227
- bottom: 0px;
2228
- right: 0px;
2229
- background: rgba(255, 255, 255, 0.2);
2230
- -js-display: flex;
2231
- display: -webkit-box;
2232
- display: -webkit-flex;
2233
- display: -moz-box;
2234
- display: -ms-flexbox;
2235
- display: flex;
2236
- -webkit-box-align: center;
2237
- -webkit-align-items: center;
2238
- -moz-box-align: center;
2239
- -ms-flex-align: center;
2240
- align-items: center;
2241
- z-index: 99;
2242
- }
2243
-
2244
- .premium-blog-wrap {
2245
- -js-display: flex;
2246
- display: -webkit-box;
2247
- display: -webkit-flex;
2248
- display: -moz-box;
2249
- display: -ms-flexbox;
2250
- display: flex;
2251
- -webkit-flex-wrap: wrap;
2252
- -ms-flex-wrap: wrap;
2253
- flex-wrap: wrap;
2254
- }
2255
-
2256
- .premium-blog-wrap ul.slick-dots {
2257
- width: 100%;
2258
- }
2259
-
2260
- /*
2261
- * List Layout
2262
- */
2263
- .premium-blog-list .premium-blog-post-outer-container {
2264
- width: 100%;
2265
- }
2266
-
2267
- /**
2268
- * Even Layout
2269
- */
2270
- .premium-blog-even .premium-blog-post-container {
2271
- height: 100%;
2272
- }
2273
-
2274
- .premium-blog-even .slick-track {
2275
- -js-display: flex;
2276
- display: -webkit-box;
2277
- display: -webkit-flex;
2278
- display: -moz-box;
2279
- display: -ms-flexbox;
2280
- display: flex;
2281
- }
2282
-
2283
- .premium-blog-even .slick-slide {
2284
- height: inherit !important;
2285
- }
2286
-
2287
- .premium-blog-filter {
2288
- -js-display: flex;
2289
- display: -webkit-box;
2290
- display: -webkit-flex;
2291
- display: -moz-box;
2292
- display: -ms-flexbox;
2293
- display: flex;
2294
- -webkit-box-align: center;
2295
- -webkit-align-items: center;
2296
- -moz-box-align: center;
2297
- -ms-flex-align: center;
2298
- align-items: center;
2299
- -webkit-box-pack: center;
2300
- -webkit-justify-content: center;
2301
- -moz-box-pack: center;
2302
- -ms-flex-pack: center;
2303
- justify-content: center;
2304
- }
2305
-
2306
- .premium-blog-filter .premium-blog-filters-container li a.category {
2307
- outline: none;
2308
- text-decoration: none;
2309
- -webkit-border-radius: 75px;
2310
- border-radius: 75px;
2311
- margin: 15px 5px 20px;
2312
- padding: 7px 20px;
2313
- -webkit-transition: all 0.3s ease-in-out;
2314
- transition: all 0.3s ease-in-out;
2315
- }
2316
-
2317
- .premium-blog-filter ul.premium-blog-filters-container {
2318
- text-align: center;
2319
- margin: 0;
2320
- padding: 0;
2321
- }
2322
-
2323
- .premium-blog-filter .premium-blog-filters-container li {
2324
- list-style: none;
2325
- -js-display: inline-flex;
2326
- display: -webkit-inline-box;
2327
- display: -webkit-inline-flex;
2328
- display: -moz-inline-box;
2329
- display: -ms-inline-flexbox;
2330
- display: inline-flex;
2331
- }
2332
-
2333
- /**
2334
- * Responsive Style
2335
- */
2336
- @media (max-width: 768px) {
2337
- .premium-blog-content-wrapper {
2338
- top: 0;
2339
- margin: 0;
2340
- padding: 15px;
2341
- }
2342
-
2343
- .premium-blog-skin-side {
2344
- -webkit-box-orient: vertical;
2345
- -webkit-box-direction: normal;
2346
- -webkit-flex-direction: column;
2347
- -moz-box-orient: vertical;
2348
- -moz-box-direction: normal;
2349
- -ms-flex-direction: column;
2350
- flex-direction: column;
2351
- }
2352
- }
2353
-
2354
- /**************** Premium Button ***********************/
2355
- /*******************************************************/
2356
- .premium-button {
2357
- -js-display: inline-flex;
2358
- display: -webkit-inline-box;
2359
- display: -webkit-inline-flex;
2360
- display: -moz-inline-box;
2361
- display: -ms-inline-flexbox;
2362
- display: inline-flex;
2363
- position: relative;
2364
- overflow: hidden;
2365
- -webkit-backface-visibility: hidden;
2366
- backface-visibility: hidden;
2367
- -webkit-transform: translate3d(0, 0, 0);
2368
- transform: translate3d(0, 0, 0);
2369
- cursor: pointer;
2370
- -webkit-transition: all 0.2s ease-in-out !important;
2371
- transition: all 0.2s ease-in-out !important;
2372
- }
2373
-
2374
- .premium-button-style1,
2375
- .premium-button-style2,
2376
- .premium-button-style5,
2377
- .premium-button-style7 {
2378
- display: inline-block;
2379
- vertical-align: middle;
2380
- -webkit-transform: perspective(1px) translateZ(0);
2381
- transform: perspective(1px) translateZ(0);
2382
- -webkit-box-shadow: 0 0 1px transparent;
2383
- box-shadow: 0 0 1px transparent;
2384
- position: relative;
2385
- -webkit-transition-property: color;
2386
- transition-property: color;
2387
- -webkit-transition-duration: 0.15s;
2388
- transition-duration: 0.15s;
2389
- }
2390
-
2391
- .premium-button-style1:before,
2392
- .premium-button-style2:before,
2393
- .premium-button-style5:before {
2394
- content: "";
2395
- position: absolute;
2396
- z-index: -1;
2397
- top: 0;
2398
- left: 0;
2399
- right: 0;
2400
- bottom: 0;
2401
- -webkit-transform: scaleY(0);
2402
- -ms-transform: scaleY(0);
2403
- transform: scaleY(0);
2404
- -webkit-transform-origin: 50% 0;
2405
- -ms-transform-origin: 50% 0;
2406
- transform-origin: 50% 0;
2407
- -webkit-transition-property: -webkit-transform;
2408
- transition-property: -webkit-transform;
2409
- transition-property: transform;
2410
- transition-property: transform, -webkit-transform;
2411
- -webkit-transition-duration: 0.15s;
2412
- transition-duration: 0.15s;
2413
- -webkit-transition-timing-function: ease-out;
2414
- transition-timing-function: ease-out;
2415
- }
2416
-
2417
- .premium-button-style5-radialin:before,
2418
- .premium-button-style5-radialout:before {
2419
- -webkit-transform-origin: 50%;
2420
- -ms-transform-origin: 50%;
2421
- transform-origin: 50%;
2422
- -webkit-border-radius: 100%;
2423
- border-radius: 100%;
2424
- -webkit-transform: scale(0);
2425
- -ms-transform: scale(0);
2426
- transform: scale(0);
2427
- }
2428
-
2429
- .premium-button-style5-radialin:before {
2430
- -webkit-transform: scale(2);
2431
- -ms-transform: scale(2);
2432
- transform: scale(2);
2433
- }
2434
-
2435
- .premium-button-style5-rectin:before {
2436
- -webkit-transform-origin: 50%;
2437
- -ms-transform-origin: 50%;
2438
- transform-origin: 50%;
2439
- -webkit-transform: scale(1);
2440
- -ms-transform: scale(1);
2441
- transform: scale(1);
2442
- }
2443
-
2444
- .premium-button-style5-rectout:before {
2445
- -webkit-transform-origin: 50%;
2446
- -ms-transform-origin: 50%;
2447
- transform-origin: 50%;
2448
- -webkit-transform: scale(0);
2449
- -ms-transform: scale(0);
2450
- transform: scale(0);
2451
- }
2452
-
2453
- .premium-button-style5-rectout:hover:before {
2454
- -webkit-transform: scale(1);
2455
- -ms-transform: scale(1);
2456
- transform: scale(1);
2457
- }
2458
-
2459
- .premium-button-style5-rectin:hover:before {
2460
- -webkit-transform: scale(0);
2461
- -ms-transform: scale(0);
2462
- transform: scale(0);
2463
- }
2464
-
2465
- .premium-button-style5-radialout:hover:before {
2466
- -webkit-transform: scale(2);
2467
- -ms-transform: scale(2);
2468
- transform: scale(2);
2469
- }
2470
-
2471
- .premium-button-style5-radialin:hover:before {
2472
- -webkit-transform: scale(0);
2473
- -ms-transform: scale(0);
2474
- transform: scale(0);
2475
- }
2476
-
2477
- .premium-button-style1-top:before {
2478
- -webkit-transform-origin: 50% 100%;
2479
- -ms-transform-origin: 50% 100%;
2480
- transform-origin: 50% 100%;
2481
- }
2482
-
2483
- .premium-button-style1-right:before {
2484
- -webkit-transform: scaleX(0);
2485
- -ms-transform: scaleX(0);
2486
- transform: scaleX(0);
2487
- -webkit-transform-origin: 0% 50%;
2488
- -ms-transform-origin: 0% 50%;
2489
- transform-origin: 0% 50%;
2490
- }
2491
-
2492
- .premium-button-style1-left:before {
2493
- -webkit-transform: scaleX(0);
2494
- -ms-transform: scaleX(0);
2495
- transform: scaleX(0);
2496
- -webkit-transform-origin: 100% 50%;
2497
- -ms-transform-origin: 100% 50%;
2498
- transform-origin: 100% 50%;
2499
- }
2500
-
2501
- .premium-button-style2-shutouthor:before,
2502
- .premium-button-style2-scshutoutver:before {
2503
- -webkit-transform: scaleY(0);
2504
- -ms-transform: scaleY(0);
2505
- transform: scaleY(0);
2506
- -webkit-transform-origin: 100% 50%;
2507
- -ms-transform-origin: 100% 50%;
2508
- transform-origin: 100% 50%;
2509
- }
2510
-
2511
- .premium-button-style2-shutoutver:before,
2512
- .premium-button-style2-scshutouthor:before {
2513
- -webkit-transform: scaleX(0);
2514
- -ms-transform: scaleX(0);
2515
- transform: scaleX(0);
2516
- -webkit-transform-origin: 50% 50%;
2517
- -ms-transform-origin: 50% 50%;
2518
- transform-origin: 50% 50%;
2519
- }
2520
-
2521
- .premium-button-style2-shutinhor:before {
2522
- -webkit-transform: scaleX(1);
2523
- -ms-transform: scaleX(1);
2524
- transform: scaleX(1);
2525
- -webkit-transform-origin: 50%;
2526
- -ms-transform-origin: 50%;
2527
- transform-origin: 50%;
2528
- }
2529
-
2530
- .premium-button-style2-shutinver:before {
2531
- -webkit-transform: scaleY(1);
2532
- -ms-transform: scaleY(1);
2533
- transform: scaleY(1);
2534
- -webkit-transform-origin: 50%;
2535
- -ms-transform-origin: 50%;
2536
- transform-origin: 50%;
2537
- }
2538
-
2539
- .premium-button-style1-bottom:hover:before,
2540
- .premium-button-style1-top:hover:before {
2541
- -webkit-transform: scaleY(1);
2542
- -ms-transform: scaleY(1);
2543
- transform: scaleY(1);
2544
- }
2545
-
2546
- .premium-button-style1-left:hover:before,
2547
- .premium-button-style1-right:hover:before,
2548
- .premium-button-style2-shutouthor:hover:before,
2549
- .premium-button-style2-shutoutver:hover:before {
2550
- -webkit-transform: scaleX(1);
2551
- -ms-transform: scaleX(1);
2552
- transform: scaleX(1);
2553
- }
2554
-
2555
- .premium-button-style2-shutinhor:hover:before {
2556
- -webkit-transform: scaleX(0);
2557
- -ms-transform: scaleX(0);
2558
- transform: scaleX(0);
2559
- }
2560
-
2561
- .premium-button-style2-shutinver:hover:before {
2562
- -webkit-transform: scaleY(0);
2563
- -ms-transform: scaleY(0);
2564
- transform: scaleY(0);
2565
- }
2566
-
2567
- .premium-button-style2-scshutouthor:hover:before {
2568
- -webkit-transform: scaleX(0.9);
2569
- -ms-transform: scaleX(0.9);
2570
- transform: scaleX(0.9);
2571
- }
2572
-
2573
- .premium-button-style2-scshutoutver:hover:before {
2574
- -webkit-transform: scaleY(0.8);
2575
- -ms-transform: scaleY(0.8);
2576
- transform: scaleY(0.8);
2577
- }
2578
-
2579
- /*Diagonal*/
2580
- .premium-button-style2-dshutinhor:before {
2581
- top: 50%;
2582
- left: 50%;
2583
- width: 120%;
2584
- height: 0%;
2585
- -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
2586
- -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
2587
- transform: translateX(-50%) translateY(-50%) rotate(-45deg);
2588
- -webkit-transform-origin: 50%;
2589
- -ms-transform-origin: 50%;
2590
- transform-origin: 50%;
2591
- -webkit-transition-property: all;
2592
- transition-property: all;
2593
- }
2594
-
2595
- .premium-button-style2-dshutinver:before {
2596
- top: 50%;
2597
- left: 50%;
2598
- width: 120%;
2599
- height: 0%;
2600
- -webkit-transform-origin: 50%;
2601
- -ms-transform-origin: 50%;
2602
- transform-origin: 50%;
2603
- -webkit-transition-property: all;
2604
- transition-property: all;
2605
- -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
2606
- -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
2607
- transform: translateX(-50%) translateY(-50%) rotate(45deg);
2608
- }
2609
-
2610
- .premium-button-style2-dshutinhor:hover:before,
2611
- .premium-button-style2-dshutinver:hover:before {
2612
- height: 220%;
2613
- }
2614
-
2615
- .premium-button-style3-before i,
2616
- .premium-button-style3-before svg {
2617
- opacity: 0;
2618
- -webkit-transform: translateX(-5px);
2619
- -ms-transform: translateX(-5px);
2620
- transform: translateX(-5px);
2621
- -webkit-transition: all 0.5s ease-in-out;
2622
- transition: all 0.5s ease-in-out;
2623
- }
2624
-
2625
- .premium-button-style3-after i,
2626
- .premium-button-style3-after svg {
2627
- opacity: 0;
2628
- -webkit-transform: translateX(-5px);
2629
- -ms-transform: translateX(-5px);
2630
- transform: translateX(-5px);
2631
- -webkit-transition: all 0.5s ease-in-out;
2632
- transition: all 0.5s ease-in-out;
2633
- -webkit-transform: translateX(5px);
2634
- -ms-transform: translateX(5px);
2635
- transform: translateX(5px);
2636
- }
2637
-
2638
- .premium-button-style3-after:hover i,
2639
- .premium-button-style3-after:hover svg {
2640
- opacity: 1;
2641
- }
2642
-
2643
- .premium-button-style3-before:hover i,
2644
- .premium-button-style3-before:hover svg {
2645
- opacity: 1;
2646
- }
2647
-
2648
- .premium-button-text-icon-wrapper {
2649
- width: 100%;
2650
- -js-display: flex;
2651
- display: -webkit-box;
2652
- display: -webkit-flex;
2653
- display: -moz-box;
2654
- display: -ms-flexbox;
2655
- display: flex;
2656
- -webkit-box-pack: center;
2657
- -webkit-justify-content: center;
2658
- -moz-box-pack: center;
2659
- -ms-flex-pack: center;
2660
- justify-content: center;
2661
- -webkit-box-align: center;
2662
- -webkit-align-items: center;
2663
- -moz-box-align: center;
2664
- -ms-flex-align: center;
2665
- align-items: center;
2666
- -webkit-transition: all 0.2s ease-in-out;
2667
- transition: all 0.2s ease-in-out;
2668
- }
2669
-
2670
- .premium-button-text-icon-wrapper span,
2671
- .premium-button-text-icon-wrapper i,
2672
- .premium-button-text-icon-wrapper svg {
2673
- -webkit-transition: all 0.2s ease-in-out;
2674
- transition: all 0.2s ease-in-out;
2675
- }
2676
-
2677
- .premium-button-style4-icon-wrapper {
2678
- position: absolute;
2679
- z-index: 2;
2680
- width: 100%;
2681
- text-align: center;
2682
- -js-display: flex;
2683
- display: -webkit-box;
2684
- display: -webkit-flex;
2685
- display: -moz-box;
2686
- display: -ms-flexbox;
2687
- display: flex;
2688
- -webkit-box-align: center;
2689
- -webkit-align-items: center;
2690
- -moz-box-align: center;
2691
- -ms-flex-align: center;
2692
- align-items: center;
2693
- -webkit-box-pack: center;
2694
- -webkit-justify-content: center;
2695
- -moz-box-pack: center;
2696
- -ms-flex-pack: center;
2697
- justify-content: center;
2698
- height: 100%;
2699
- opacity: 0;
2700
- -webkit-transition: all 0.3s ease-in-out;
2701
- transition: all 0.3s ease-in-out;
2702
- }
2703
-
2704
- .premium-button-style4-icon-wrapper.top {
2705
- bottom: -100%;
2706
- left: 0;
2707
- }
2708
-
2709
- .premium-button-style4-icon-wrapper.bottom {
2710
- top: -100%;
2711
- left: 0;
2712
- }
2713
-
2714
- .premium-button-style4-icon-wrapper.left {
2715
- top: 0;
2716
- left: -100%;
2717
- }
2718
-
2719
- .premium-button-style4-icon-wrapper.right {
2720
- top: 0;
2721
- right: -100%;
2722
- }
2723
-
2724
- .premium-button-style4-bottom:hover .premium-button-style4-icon-wrapper {
2725
- top: 0;
2726
- opacity: 1;
2727
- }
2728
-
2729
- .premium-button-style4-top:hover .premium-button-style4-icon-wrapper {
2730
- bottom: 0;
2731
- opacity: 1;
2732
- }
2733
-
2734
- .premium-button-style4-left:hover .premium-button-style4-icon-wrapper {
2735
- left: 0;
2736
- opacity: 1;
2737
- }
2738
-
2739
- .premium-button-style4-right:hover .premium-button-style4-icon-wrapper {
2740
- right: 0;
2741
- opacity: 1;
2742
- }
2743
-
2744
- .premium-button-style4-bottom:hover .premium-button-text-icon-wrapper {
2745
- -webkit-transform: translateY(100%);
2746
- -ms-transform: translateY(100%);
2747
- transform: translateY(100%);
2748
- opacity: 0;
2749
- }
2750
-
2751
- .premium-button-style4-top:hover .premium-button-text-icon-wrapper {
2752
- -webkit-transform: translateY(-100%);
2753
- -ms-transform: translateY(-100%);
2754
- transform: translateY(-100%);
2755
- opacity: 0;
2756
- }
2757
-
2758
- .premium-button-style4-left:hover .premium-button-text-icon-wrapper {
2759
- -webkit-transform: translateX(100%);
2760
- -ms-transform: translateX(100%);
2761
- transform: translateX(100%);
2762
- opacity: 0;
2763
- }
2764
-
2765
- .premium-button-style4-right:hover .premium-button-text-icon-wrapper {
2766
- -webkit-transform: translateX(-100%);
2767
- -ms-transform: translateX(-100%);
2768
- transform: translateX(-100%);
2769
- opacity: 0;
2770
- }
2771
-
2772
- .premium-button-style6:before {
2773
- content: "";
2774
- position: absolute;
2775
- left: 50%;
2776
- top: 50%;
2777
- width: 100px;
2778
- height: 100px;
2779
- -webkit-border-radius: 100%;
2780
- border-radius: 100%;
2781
- -webkit-transform: translate(-50%, -50%) scale(0);
2782
- -ms-transform: translate(-50%, -50%) scale(0);
2783
- transform: translate(-50%, -50%) scale(0);
2784
- -webkit-transition: all 0.3s ease-in-out;
2785
- transition: all 0.3s ease-in-out;
2786
- }
2787
-
2788
- .premium-button-style6:hover:before {
2789
- -webkit-transform: translate(-50%, -50%) scale(3);
2790
- -ms-transform: translate(-50%, -50%) scale(3);
2791
- transform: translate(-50%, -50%) scale(3);
2792
- }
2793
-
2794
- .premium-button-style6 .premium-button-text-icon-wrapper {
2795
- position: relative;
2796
- z-index: 1;
2797
- }
2798
-
2799
- .premium-button-style7-right .premium-button-text-icon-wrapper:before,
2800
- .premium-button-style7-left .premium-button-text-icon-wrapper:before {
2801
- -webkit-transition: width 0.3s ease-out 0.15s;
2802
- transition: width 0.3s ease-out 0.15s;
2803
- }
2804
-
2805
- .premium-button-style7-right .premium-button-text-icon-wrapper:after,
2806
- .premium-button-style7-left .premium-button-text-icon-wrapper:after {
2807
- -webkit-transition: width 0.3s ease-out 0s;
2808
- transition: width 0.3s ease-out 0s;
2809
- }
2810
-
2811
- .premium-button-style7-bottom .premium-button-text-icon-wrapper:before,
2812
- .premium-button-style7-top .premium-button-text-icon-wrapper:before {
2813
- -webkit-transition: height 0.3s ease-out 0.15s;
2814
- transition: height 0.3s ease-out 0.15s;
2815
- }
2816
-
2817
- .premium-button-style7-bottom .premium-button-text-icon-wrapper:after,
2818
- .premium-button-style7-top .premium-button-text-icon-wrapper:after {
2819
- -webkit-transition: height 0.3s ease-out 0s;
2820
- transition: height 0.3s ease-out 0s;
2821
- }
2822
-
2823
- .premium-button-style7:hover .premium-button-text-icon-wrapper:before {
2824
- -webkit-transition-delay: 0s;
2825
- transition-delay: 0s;
2826
- }
2827
-
2828
- .premium-button-style7:hover .premium-button-text-icon-wrapper:after {
2829
- -webkit-transition-delay: 0.15s;
2830
- transition-delay: 0.15s;
2831
- }
2832
-
2833
- .premium-button-style7-bottom .premium-button-text-icon-wrapper:before,
2834
- .premium-button-style7-bottom .premium-button-text-icon-wrapper:after {
2835
- content: "";
2836
- position: absolute;
2837
- right: 0;
2838
- top: 0;
2839
- left: 0;
2840
- height: 0;
2841
- z-index: -1;
2842
- }
2843
-
2844
- .premium-button-style7-top .premium-button-text-icon-wrapper:after,
2845
- .premium-button-style7-top .premium-button-text-icon-wrapper:before {
2846
- content: "";
2847
- position: absolute;
2848
- right: 0;
2849
- bottom: 0;
2850
- left: 0;
2851
- height: 0;
2852
- z-index: -1;
2853
- }
2854
-
2855
- .premium-button-style7-right .premium-button-text-icon-wrapper:after,
2856
- .premium-button-style7-right .premium-button-text-icon-wrapper:before {
2857
- content: "";
2858
- position: absolute;
2859
- right: 0;
2860
- top: 0;
2861
- bottom: 0;
2862
- width: 0;
2863
- z-index: -1;
2864
- }
2865
-
2866
- .premium-button-style7-left .premium-button-text-icon-wrapper:after,
2867
- .premium-button-style7-left .premium-button-text-icon-wrapper:before {
2868
- content: "";
2869
- position: absolute;
2870
- left: 0;
2871
- top: 0;
2872
- bottom: 0;
2873
- width: 0;
2874
- z-index: -1;
2875
- }
2876
-
2877
- .premium-button-style7-bottom:hover .premium-button-text-icon-wrapper:after,
2878
- .premium-button-style7-bottom:hover .premium-button-text-icon-wrapper:before {
2879
- height: 100%;
2880
- top: 0;
2881
- }
2882
-
2883
- .premium-button-style7-top:hover .premium-button-text-icon-wrapper:after,
2884
- .premium-button-style7-top:hover .premium-button-text-icon-wrapper:before {
2885
- height: 100%;
2886
- bottom: 0;
2887
- }
2888
-
2889
- .premium-button-style7-left:hover .premium-button-text-icon-wrapper:after,
2890
- .premium-button-style7-left:hover .premium-button-text-icon-wrapper:before {
2891
- width: 100%;
2892
- left: 0;
2893
- }
2894
-
2895
- .premium-button-style7-right:hover .premium-button-text-icon-wrapper:after,
2896
- .premium-button-style7-right:hover .premium-button-text-icon-wrapper:before {
2897
- width: 100%;
2898
- right: 0;
2899
- }
2900
-
2901
- /**************** Premium Carousel ****************/
2902
- /**************************************************/
2903
- .premium-carousel-wrapper a.carousel-arrow,
2904
- .premium-carousel-wrapper a.ver-carousel-arrow {
2905
- -js-display: flex;
2906
- display: -webkit-box;
2907
- display: -webkit-flex;
2908
- display: -moz-box;
2909
- display: -ms-flexbox;
2910
- display: flex;
2911
- -webkit-box-align: center;
2912
- -webkit-align-items: center;
2913
- -moz-box-align: center;
2914
- -ms-flex-align: center;
2915
- align-items: center;
2916
- -webkit-box-pack: center;
2917
- -webkit-justify-content: center;
2918
- -moz-box-pack: center;
2919
- -ms-flex-pack: center;
2920
- justify-content: center;
2921
- width: 2em;
2922
- height: 2em;
2923
- line-height: 0;
2924
- text-align: center;
2925
- position: absolute;
2926
- z-index: 99;
2927
- cursor: pointer;
2928
- -webkit-transition: all 0.3s ease-in-out;
2929
- transition: all 0.3s ease-in-out;
2930
- -webkit-appearance: inherit;
2931
- border: none;
2932
- -webkit-box-shadow: none;
2933
- box-shadow: none;
2934
- }
2935
-
2936
- .premium-carousel-wrapper a.carousel-arrow svg,
2937
- .premium-carousel-wrapper a.ver-carousel-arrow svg {
2938
- -webkit-transition: all 0.3s ease-in-out;
2939
- transition: all 0.3s ease-in-out;
2940
- }
2941
-
2942
- .ver-carousel-arrow.carousel-next i {
2943
- margin-bottom: -3px;
2944
- }
2945
-
2946
- .premium-carousel-wrapper a.slick-arrow:hover {
2947
- -webkit-box-shadow: none !important;
2948
- box-shadow: none !important;
2949
- }
2950
-
2951
- .premium-carousel-wrapper .premium-carousel-content-hidden {
2952
- visibility: hidden;
2953
- }
2954
-
2955
- .premium-carousel-wrapper a.carousel-arrow {
2956
- top: 50%;
2957
- }
2958
-
2959
- .premium-carousel-wrapper a.ver-carousel-arrow {
2960
- left: 50%;
2961
- -webkit-transform: translateX(-50%);
2962
- -ms-transform: translateX(-50%);
2963
- transform: translateX(-50%);
2964
- }
2965
-
2966
- .premium-carousel-dots-above ul.slick-dots {
2967
- position: absolute;
2968
- -js-display: flex;
2969
- display: -webkit-box;
2970
- display: -webkit-flex;
2971
- display: -moz-box;
2972
- display: -ms-flexbox;
2973
- display: flex;
2974
- width: auto;
2975
- top: 50%;
2976
- bottom: auto;
2977
- -webkit-transform: translateY(-50%);
2978
- -ms-transform: translateY(-50%);
2979
- transform: translateY(-50%);
2980
- -webkit-box-orient: vertical;
2981
- -webkit-box-direction: normal;
2982
- -webkit-flex-direction: column;
2983
- -moz-box-orient: vertical;
2984
- -moz-box-direction: normal;
2985
- -ms-flex-direction: column;
2986
- flex-direction: column;
2987
- }
2988
-
2989
- /*
2990
- * Custom Navigation Dot
2991
- */
2992
- .premium-carousel-wrapper .premium-carousel-nav-dot,
2993
- .premium-carousel-wrapper .premium-carousel-nav-arrow-prev,
2994
- .premium-carousel-wrapper .premium-carousel-nav-arrow-next {
2995
- display: none;
2996
- }
2997
-
2998
- .premium-carousel-wrapper ul.slick-dots svg {
2999
- width: 20px;
3000
- height: 20px;
3001
- outline: none !important;
3002
- }
3003
-
3004
- /* Ripple Out */
3005
- @-webkit-keyframes hvr-ripple-out {
3006
- 0% {
3007
- -webkit-transform: scale(1);
3008
- transform: scale(1);
3009
- opacity: 1;
3010
- }
3011
-
3012
- 100% {
3013
- -webkit-transform: scale(1.5);
3014
- transform: scale(1.5);
3015
- opacity: 0;
3016
- }
3017
- }
3018
-
3019
- @keyframes hvr-ripple-out {
3020
- 0% {
3021
- -webkit-transform: scale(1);
3022
- transform: scale(1);
3023
- opacity: 1;
3024
- }
3025
-
3026
- 100% {
3027
- -webkit-transform: scale(1.5);
3028
- transform: scale(1.5);
3029
- opacity: 0;
3030
- }
3031
- }
3032
-
3033
- .premium-carousel-ripple-yes .premium-carousel-wrapper {
3034
- padding-bottom: 1px;
3035
- }
3036
-
3037
- .premium-carousel-ripple-yes ul.slick-dots li {
3038
- position: relative;
3039
- }
3040
-
3041
- .premium-carousel-ripple-yes ul.slick-dots li i {
3042
- position: relative;
3043
- z-index: 1;
3044
- }
3045
-
3046
- .premium-carousel-ripple-yes ul.slick-dots li:hover:before {
3047
- content: "";
3048
- position: absolute;
3049
- -webkit-transform: scale(1);
3050
- -ms-transform: scale(1);
3051
- transform: scale(1);
3052
- top: 0;
3053
- right: 0;
3054
- bottom: 0;
3055
- left: 0;
3056
- -webkit-border-radius: 50%;
3057
- border-radius: 50%;
3058
- pointer-events: none;
3059
- background-color: rgba(0, 0, 0, 0.15);
3060
- }
3061
-
3062
- .premium-carousel-ripple-yes ul.slick-dots li.slick-active:hover:before {
3063
- background-color: rgba(0, 0, 0, 0.3);
3064
- }
3065
-
3066
- .premium-carousel-ripple-yes ul.slick-dots li:hover:before {
3067
- -webkit-animation: hvr-ripple-out 1.3s infinite;
3068
- animation: hvr-ripple-out 1.3s infinite;
3069
- }
3070
-
3071
- .premium-carousel-wrapper.premium-carousel-scale .slick-slide {
3072
- -webkit-transform: scale(1.25, 1.25);
3073
- -ms-transform: scale(1.25, 1.25);
3074
- transform: scale(1.25, 1.25);
3075
- -webkit-transition: all 0.3s ease-in-out;
3076
- transition: all 0.3s ease-in-out;
3077
- }
3078
-
3079
- .premium-carousel-wrapper.premium-carousel-scale div.slick-active {
3080
- -webkit-transform: scale(1, 1);
3081
- -ms-transform: scale(1, 1);
3082
- transform: scale(1, 1);
3083
- }
3084
-
3085
- [dir="rtl"] .premium-carousel-inner .slick-slide {
3086
- float: right;
3087
- }
3088
-
3089
- /**************** Premium Contact Form7 **********/
3090
- /*************************************************/
3091
- .premium-contact-form-anim-yes .wpcf7-span::after {
3092
- display: block;
3093
- height: 2px;
3094
- content: "";
3095
- top: -2px;
3096
- position: relative;
3097
- width: 0px;
3098
- -webkit-transition: all ease-in-out 0.3s;
3099
- transition: all ease-in-out 0.3s;
3100
- }
3101
-
3102
- .premium-contact-form-anim-yes .wpcf7-span.is-focused::after {
3103
- width: 100%;
3104
- }
3105
-
3106
- .premium-cf7-container input.wpcf7-submit {
3107
- -webkit-transition: all 0.3s ease-in-out;
3108
- transition: all 0.3s ease-in-out;
3109
- }
3110
-
3111
- /**************** Premium CountDown *************/
3112
- /************************************************/
3113
- .premium-countdown {
3114
- -js-display: flex;
3115
- display: -webkit-box;
3116
- display: -webkit-flex;
3117
- display: -moz-box;
3118
- display: -ms-flexbox;
3119
- display: flex;
3120
- text-align: center;
3121
- }
3122
-
3123
- .countdown-row {
3124
- display: block;
3125
- text-align: center;
3126
- }
3127
-
3128
- .countdown .countdown-section {
3129
- display: inline-block;
3130
- max-width: 100%;
3131
- margin-bottom: 15px;
3132
- -js-display: inline-flex;
3133
- display: -webkit-inline-box;
3134
- display: -webkit-inline-flex;
3135
- display: -moz-inline-box;
3136
- display: -ms-inline-flexbox;
3137
- display: inline-flex;
3138
- -webkit-box-align: center;
3139
- -webkit-align-items: center;
3140
- -moz-box-align: center;
3141
- -ms-flex-align: center;
3142
- align-items: center;
3143
- }
3144
-
3145
- .countdown .countdown-section:last-child {
3146
- margin-right: 0;
3147
- }
3148
-
3149
- .countdown span.countdown-amount {
3150
- font-size: 70px;
3151
- line-height: 1;
3152
- padding: 40px;
3153
- }
3154
-
3155
- .countdown .pre_time-mid {
3156
- display: block;
3157
- }
3158
-
3159
- .premium-countdown-separator-yes .countdown_separator {
3160
- display: block;
3161
- margin: 0 50px;
3162
- font-size: 30px;
3163
- }
3164
-
3165
- .premium-countdown-separator-yes .countdown-row .countdown-section:last-child .countdown_separator,
3166
- .premium-countdown-separator-yes .premium-countdown-block:last-child .countdown_separator {
3167
- display: none;
3168
- }
3169
-
3170
- /**
3171
- * Digit and unit styles
3172
- */
3173
- .side .countdown-section .countdown-period {
3174
- vertical-align: bottom;
3175
- }
3176
-
3177
- .countdown .countdown-section .countdown-period {
3178
- font-size: 17px;
3179
- line-height: 3em;
3180
- }
3181
-
3182
- .side .countdown-section .countdown-amount,
3183
- .side .countdown-section .countdown-period {
3184
- display: inline-block;
3185
- }
3186
-
3187
- .side .countdown-section .countdown-amount {
3188
- margin-right: 5px;
3189
- }
3190
-
3191
- .down .countdown-section .countdown-amount,
3192
- .down .countdown-section .countdown-period {
3193
- display: block;
3194
- }
3195
-
3196
- /**
3197
- * Flip Layout
3198
- */
3199
- .premium-countdown-flip .premium-countdown-block {
3200
- text-align: center;
3201
- -js-display: inline-flex;
3202
- display: -webkit-inline-box;
3203
- display: -webkit-inline-flex;
3204
- display: -moz-inline-box;
3205
- display: -ms-inline-flexbox;
3206
- display: inline-flex;
3207
- -webkit-box-align: center;
3208
- -webkit-align-items: center;
3209
- -moz-box-align: center;
3210
- -ms-flex-align: center;
3211
- align-items: center;
3212
- }
3213
-
3214
- .premium-countdown-flip .premium-countdown-block:last-child {
3215
- margin-right: 0;
3216
- }
3217
-
3218
- .premium-countdown-flip .premium-countdown-label {
3219
- overflow: hidden;
3220
- color: #1a1a1a;
3221
- text-transform: uppercase;
3222
- }
3223
-
3224
- .premium-countdown-flip .premium-countdown-figure {
3225
- position: relative;
3226
- height: 110px;
3227
- width: 100px;
3228
- line-height: 107px;
3229
- background-color: #fff;
3230
- -webkit-border-radius: 10px;
3231
- border-radius: 10px;
3232
- -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
3233
- box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
3234
- }
3235
-
3236
- .premium-countdown-flip .premium-countdown-figure:last-child {
3237
- margin-right: 0;
3238
- }
3239
-
3240
- .premium-countdown-flip .premium-countdown-figure>span {
3241
- position: absolute;
3242
- left: 0;
3243
- right: 0;
3244
- margin: auto;
3245
- font-weight: 700;
3246
- }
3247
-
3248
- .premium-countdown-flip .premium-countdown-figure .top {
3249
- z-index: 3;
3250
- -webkit-transform-origin: 50% 100%;
3251
- -ms-transform-origin: 50% 100%;
3252
- transform-origin: 50% 100%;
3253
- -webkit-transform: perspective(200px);
3254
- transform: perspective(200px);
3255
- -webkit-backface-visibility: hidden;
3256
- backface-visibility: hidden;
3257
- }
3258
-
3259
- .premium-countdown-flip .premium-countdown-figure .bottom {
3260
- z-index: 1;
3261
- }
3262
-
3263
- .premium-countdown-flip .premium-countdown-figure .bottom::before {
3264
- content: "";
3265
- position: absolute;
3266
- display: block;
3267
- top: 0;
3268
- left: 0;
3269
- width: 100%;
3270
- height: 50%;
3271
- background-color: rgba(0, 0, 0, 0.02);
3272
- }
3273
-
3274
- .premium-countdown-flip .premium-countdown-figure .top-back {
3275
- -webkit-backface-visibility: hidden;
3276
- backface-visibility: hidden;
3277
- z-index: 4;
3278
- bottom: 0;
3279
- -webkit-transform-origin: 50% 0;
3280
- -ms-transform-origin: 50% 0;
3281
- transform-origin: 50% 0;
3282
- -webkit-transform: perspective(200px) rotateX(180deg);
3283
- transform: perspective(200px) rotateX(180deg);
3284
- }
3285
-
3286
- .premium-countdown-flip .premium-countdown-figure .top-back span {
3287
- position: absolute;
3288
- top: -100%;
3289
- left: 0;
3290
- right: 0;
3291
- margin: auto;
3292
- }
3293
-
3294
- .premium-countdown-flip .premium-countdown-figure .bottom-back {
3295
- z-index: 2;
3296
- top: 0;
3297
- }
3298
-
3299
- .premium-countdown-flip .premium-countdown-figure .bottom-back span {
3300
- position: absolute;
3301
- top: 0;
3302
- left: 0;
3303
- right: 0;
3304
- margin: auto;
3305
- }
3306
-
3307
- .premium-countdown-flip .premium-countdown-figure .top,
3308
- .premium-countdown-flip .premium-countdown-figure .bottom-back,
3309
- .premium-countdown-flip .premium-countdown-figure .top-back {
3310
- height: 50%;
3311
- overflow: hidden;
3312
- background-color: #f7f7f7;
3313
- -webkit-border-top-left-radius: 10px;
3314
- border-top-left-radius: 10px;
3315
- -webkit-border-top-right-radius: 10px;
3316
- border-top-right-radius: 10px;
3317
- }
3318
-
3319
- .premium-countdown-flip .premium-countdown-figure .top-back {
3320
- -webkit-border-bottom-left-radius: 10px;
3321
- border-bottom-left-radius: 10px;
3322
- -webkit-border-bottom-right-radius: 10px;
3323
- border-bottom-right-radius: 10px;
3324
- }
3325
-
3326
- .premium-countdown-flip .premium-countdown-figure .top::after,
3327
- .premium-countdown-flip .premium-countdown-figure .bottom-back::after {
3328
- content: "";
3329
- position: absolute;
3330
- z-index: -1;
3331
- left: 0;
3332
- bottom: 0;
3333
- width: 100%;
3334
- height: 100%;
3335
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
3336
- }
3337
-
3338
- .side .premium-countdown-figure,
3339
- .side .premium-countdown-label {
3340
- display: inline-block;
3341
- }
3342
-
3343
- .side .premium-countdown-figure {
3344
- margin-right: 5px;
3345
- }
3346
-
3347
- .down .premium-countdown-figure,
3348
- .down .premium-countdown-label {
3349
- display: block;
3350
- }
3351
-
3352
- .down .premium-countdown-label {
3353
- width: 100%;
3354
- }
3355
-
3356
- /**************** Premium Counter ***************/
3357
- /************************************************/
3358
- .premium-counter-area {
3359
- padding: 10px 0;
3360
- -js-display: flex;
3361
- display: -webkit-box;
3362
- display: -webkit-flex;
3363
- display: -moz-box;
3364
- display: -ms-flexbox;
3365
- display: flex;
3366
- -webkit-box-pack: center;
3367
- -webkit-justify-content: center;
3368
- -moz-box-pack: center;
3369
- -ms-flex-pack: center;
3370
- justify-content: center;
3371
- -webkit-box-align: center;
3372
- -webkit-align-items: center;
3373
- -moz-box-align: center;
3374
- -ms-flex-align: center;
3375
- align-items: center;
3376
- }
3377
-
3378
- .premium-counter-area.top {
3379
- -webkit-box-orient: vertical;
3380
- -webkit-box-direction: normal;
3381
- -webkit-flex-direction: column;
3382
- -moz-box-orient: vertical;
3383
- -moz-box-direction: normal;
3384
- -ms-flex-direction: column;
3385
- flex-direction: column;
3386
- }
3387
-
3388
- .premium-counter-area.right {
3389
- -webkit-box-orient: horizontal;
3390
- -webkit-box-direction: reverse;
3391
- -webkit-flex-direction: row-reverse;
3392
- -moz-box-orient: horizontal;
3393
- -moz-box-direction: reverse;
3394
- -ms-flex-direction: row-reverse;
3395
- flex-direction: row-reverse;
3396
- }
3397
-
3398
- .premium-counter-area.right .premium-counter-icon {
3399
- padding-left: 20px;
3400
- }
3401
-
3402
- .premium-counter-area.left .premium-counter-icon {
3403
- padding-right: 20px;
3404
- }
3405
-
3406
- .premium-counter-area .premium-counter-icon .icon i.fa:before {
3407
- vertical-align: text-top;
3408
- }
3409
-
3410
- .premium-counter-area .premium-counter-icon span.icon {
3411
- text-align: center;
3412
- display: inline-block;
3413
- vertical-align: middle;
3414
- }
3415
-
3416
- .premium-counter-area .premium-counter-icon .circle {
3417
- -webkit-border-radius: 100%;
3418
- border-radius: 100%;
3419
- }
3420
-
3421
- .premium-counter-area .premium-counter-icon img,
3422
- .premium-counter-area .premium-counter-icon svg {
3423
- width: 80px;
3424
- }
3425
-
3426
- .premium-counter-area .premium-counter-icon .premium-counter-animation svg {
3427
- height: 80px;
3428
- }
3429
-
3430
- .premium-counter-area .premium-counter-title p {
3431
- padding: 0;
3432
- margin: 0;
3433
- }
3434
-
3435
- .premium-counter-area .premium-counter-value-wrap {
3436
- -js-display: flex;
3437
- display: -webkit-box;
3438
- display: -webkit-flex;
3439
- display: -moz-box;
3440
- display: -ms-flexbox;
3441
- display: flex;
3442
- -webkit-box-align: center;
3443
- -webkit-align-items: center;
3444
- -moz-box-align: center;
3445
- -ms-flex-align: center;
3446
- align-items: center;
3447
- }
3448
-
3449
- .premium-init-wrapper {
3450
- -js-display: flex;
3451
- display: -webkit-box;
3452
- display: -webkit-flex;
3453
- display: -moz-box;
3454
- display: -ms-flexbox;
3455
- display: flex;
3456
- }
3457
-
3458
- .premium-init-wrapper.row {
3459
- -webkit-box-align: center;
3460
- -webkit-align-items: center;
3461
- -moz-box-align: center;
3462
- -ms-flex-align: center;
3463
- align-items: center;
3464
- }
3465
-
3466
- .premium-init-wrapper.right {
3467
- text-align: right;
3468
- }
3469
-
3470
- span.icon.flex-width {
3471
- width: auto !important;
3472
- height: auto !important;
3473
- }
3474
-
3475
- .premium-counter-area .premium-counter-init {
3476
- font-size: 35px;
3477
- }
3478
-
3479
- /**************** Premium Dual Heading *****************/
3480
- /*******************************************************/
3481
- .premium-dual-header-first-header,
3482
- .premium-dual-header-second-header {
3483
- position: relative;
3484
- padding: 0;
3485
- margin: 0;
3486
- display: inline-block;
3487
- -webkit-transform: translate(0, 0);
3488
- -ms-transform: translate(0, 0);
3489
- transform: translate(0, 0);
3490
- }
3491
-
3492
- .premium-dual-header-first-clip .premium-dual-header-first-span,
3493
- .premium-dual-header-second-clip {
3494
- -webkit-text-fill-color: transparent;
3495
- -webkit-background-clip: text;
3496
- background-clip: text;
3497
- }
3498
-
3499
- .premium-dual-header-first-clip.stroke .premium-dual-header-first-span,
3500
- .premium-dual-header-second-clip.stroke {
3501
- -webkit-text-stroke-color: transparent;
3502
- -webkit-text-fill-color: #fafafa;
3503
- -webkit-text-stroke-width: 2px;
3504
- }
3505
-
3506
- @media (max-width: 500px) {
3507
-
3508
- .premium-dual-header-first-header,
3509
- .premium-dual-header-second-header {
3510
- word-wrap: break-word;
3511
- }
3512
- }
3513
-
3514
- .premium-dual-header-first-header.gradient .premium-dual-header-first-span,
3515
- .premium-dual-header-second-header.gradient {
3516
- -webkit-background-size: 300% 300% !important;
3517
- background-size: 300% 300% !important;
3518
- -webkit-animation: Gradient 10s ease-in-out infinite;
3519
- animation: Gradient 10s ease-in-out infinite;
3520
- }
3521
-
3522
- @-webkit-keyframes Gradient {
3523
- 0% {
3524
- background-position: 0% 50%;
3525
- }
3526
-
3527
- 50% {
3528
- background-position: 100% 50%;
3529
- }
3530
-
3531
- 100% {
3532
- background-position: 0% 50%;
3533
- }
3534
- }
3535
-
3536
- @keyframes Gradient {
3537
- 0% {
3538
- background-position: 0% 50%;
3539
- }
3540
-
3541
- 50% {
3542
- background-position: 100% 50%;
3543
- }
3544
-
3545
- 100% {
3546
- background-position: 0% 50%;
3547
- }
3548
- }
3549
-
3550
- .premium-mask-yes.premium-header-inline .premium-dual-header-first-span,
3551
- .premium-mask-yes.premium-header-inline .premium-dual-header-first-span {
3552
- display: inline-block !important;
3553
- }
3554
-
3555
- /**************** Premium Fancy Text *******************/
3556
- /*******************************************************/
3557
- .premium-suffix-text,
3558
- .premium-fancy-text,
3559
- .premium-prefix-text {
3560
- font-size: 40px;
3561
- }
3562
-
3563
- .premium-fancy-text-wrapper:not(.typing) .premium-fancy-text,
3564
- .premium-fancy-item-hidden {
3565
- opacity: 0;
3566
- }
3567
-
3568
- .premium-fancy-text-wrapper .premium-fancy-list-items {
3569
- list-style: none;
3570
- }
3571
-
3572
- .premium-fancy-text-wrapper .premium-fancy-text-span-align {
3573
- vertical-align: top;
3574
- }
3575
-
3576
- .premium-fancy-text-wrapper:not(.typing):not(.slide) .premium-fancy-text-items-wrapper {
3577
- margin: 0;
3578
- padding: 0;
3579
- border: none;
3580
- position: relative;
3581
- }
3582
-
3583
- .premium-fancy-text-wrapper:not(.typing):not(.slide) .premium-fancy-list-items {
3584
- position: absolute;
3585
- top: 0;
3586
- left: 0;
3587
- display: inline-block;
3588
- }
3589
-
3590
- .premium-fancy-text-wrapper.zoomout .premium-fancy-item-hidden {
3591
- -webkit-animation: pa-zoom-out 0.8s;
3592
- animation: pa-zoom-out 0.8s;
3593
- }
3594
-
3595
- .premium-fancy-text-wrapper.zoomout .premium-fancy-item-visible {
3596
- position: relative !important;
3597
- -webkit-animation: pa-zoom-in 0.8s;
3598
- animation: pa-zoom-in 0.8s;
3599
- }
3600
-
3601
- .premium-fancy-text-wrapper.zoomout .premium-fancy-text-items-wrapper {
3602
- -webkit-perspective: 300px;
3603
- perspective: 300px;
3604
- }
3605
-
3606
- .premium-fancy-text-wrapper.rotate .premium-fancy-list-items {
3607
- -webkit-transform-origin: 50% 100%;
3608
- -ms-transform-origin: 50% 100%;
3609
- transform-origin: 50% 100%;
3610
- }
3611
-
3612
- .premium-fancy-text-wrapper.rotate .premium-fancy-item-hidden {
3613
- -webkit-transform: rotateX(180deg);
3614
- transform: rotateX(180deg);
3615
- -webkit-animation: pa-rotate-out 1.2s;
3616
- animation: pa-rotate-out 1.2s;
3617
- }
3618
-
3619
- .premium-fancy-text-wrapper.rotate .premium-fancy-item-visible {
3620
- position: relative !important;
3621
- -webkit-transform: rotateX(0deg);
3622
- transform: rotateX(0deg);
3623
- -webkit-animation: pa-rotate-in 1.2s;
3624
- animation: pa-rotate-in 1.2s;
3625
- }
3626
-
3627
- .premium-fancy-text-wrapper.custom .premium-fancy-item-visible {
3628
- position: relative !important;
3629
- }
3630
-
3631
- .premium-fancy-text-wrapper.auto-fade .premium-fancy-text {
3632
- display: inline-block;
3633
- width: 200px;
3634
- font-weight: 400;
3635
- }
3636
-
3637
- .premium-fancy-text-wrapper.auto-fade .premium-fancy-svg-text {
3638
- position: relative;
3639
- vertical-align: sub;
3640
- }
3641
-
3642
- .premium-fancy-text-wrapper.auto-fade g>text {
3643
- text-anchor: start;
3644
- shape-rendering: crispEdges;
3645
- opacity: 0;
3646
- font-size: 300px;
3647
- -webkit-animation-name: pa-auto-fade;
3648
- animation-name: pa-auto-fade;
3649
- -moz-animation-name: pa-auto-fade;
3650
- -webkit-animation-duration: 9s;
3651
- animation-duration: 9s;
3652
- -webkit-animation-timing-function: linear;
3653
- animation-timing-function: linear;
3654
- -webkit-animation-iteration-count: infinite;
3655
- animation-iteration-count: infinite;
3656
- }
3657
-
3658
- .premium-fancy-text-wrapper.auto-fade g>text:nth-child(1) {
3659
- -webkit-animation-delay: 0s;
3660
- animation-delay: 0s;
3661
- }
3662
-
3663
- .premium-fancy-text-wrapper.auto-fade g>text:nth-child(2) {
3664
- -webkit-animation-delay: 3s;
3665
- animation-delay: 3s;
3666
- }
3667
-
3668
- .premium-fancy-text-wrapper.auto-fade g>text:nth-child(3) {
3669
- -webkit-animation-delay: 6s;
3670
- animation-delay: 6s;
3671
- }
3672
-
3673
- .premium-fancy-text-wrapper.loading .premium-fancy-text {
3674
- position: relative;
3675
- }
3676
-
3677
- .premium-fancy-text-wrapper.loading .premium-fancy-text .premium-loading-bar {
3678
- position: absolute;
3679
- width: 100%;
3680
- height: 3px;
3681
- bottom: 0;
3682
- left: 0;
3683
- animation: pa-loading-bar 2.5s ease-out infinite;
3684
- -webkit-animation: pa-loading-bar 2.5s ease-out infinite;
3685
- }
3686
-
3687
- .premium-fancy-text-wrapper.loading.pause .premium-fancy-text:hover .premium-loading-bar {
3688
- -webkit-animation-play-state: paused;
3689
- animation-play-state: paused;
3690
- }
3691
-
3692
- @-webkit-keyframes pa-auto-fade {
3693
- 0% {
3694
- opacity: 0;
3695
- }
3696
-
3697
- 20% {
3698
- opacity: 1;
3699
- }
3700
-
3701
- 35% {
3702
- opacity: 0;
3703
- }
3704
-
3705
- 100% {
3706
- opacity: 0;
3707
- }
3708
- }
3709
-
3710
- @keyframes pa-auto-fade {
3711
- 0% {
3712
- opacity: 0;
3713
- }
3714
-
3715
- 20% {
3716
- opacity: 1;
3717
- }
3718
-
3719
- 35% {
3720
- opacity: 0;
3721
- }
3722
-
3723
- 100% {
3724
- opacity: 0;
3725
- }
3726
- }
3727
-
3728
- @-webkit-keyframes pa-loading-bar {
3729
- 0% {
3730
- width: 0;
3731
- }
3732
-
3733
- 100% {
3734
- width: 100;
3735
- }
3736
- }
3737
-
3738
- @keyframes pa-loading-bar {
3739
- 0% {
3740
- width: 0;
3741
- }
3742
-
3743
- 100% {
3744
- width: 100;
3745
- }
3746
- }
3747
-
3748
- @-webkit-keyframes pa-zoom-in {
3749
- 0% {
3750
- opacity: 0;
3751
- -webkit-transform: translateZ(100px);
3752
- transform: translateZ(100px);
3753
- }
3754
-
3755
- 100% {
3756
- opacity: 1;
3757
- -webkit-transform: translateZ(0);
3758
- transform: translateZ(0);
3759
- }
3760
- }
3761
-
3762
- @keyframes pa-zoom-in {
3763
- 0% {
3764
- opacity: 0;
3765
- -webkit-transform: translateZ(100px);
3766
- transform: translateZ(100px);
3767
- }
3768
-
3769
- 100% {
3770
- opacity: 1;
3771
- -webkit-transform: translateZ(0);
3772
- transform: translateZ(0);
3773
- }
3774
- }
3775
-
3776
- @-webkit-keyframes pa-zoom-out {
3777
- 0% {
3778
- opacity: 1;
3779
- -webkit-transform: translateZ(0);
3780
- transform: translateZ(0);
3781
- }
3782
-
3783
- 100% {
3784
- opacity: 0;
3785
- -webkit-transform: translateZ(-100px);
3786
- transform: translateZ(-100px);
3787
- }
3788
- }
3789
-
3790
- @keyframes pa-zoom-out {
3791
- 0% {
3792
- opacity: 1;
3793
- -webkit-transform: translateZ(0);
3794
- transform: translateZ(0);
3795
- }
3796
-
3797
- 100% {
3798
- opacity: 0;
3799
- -webkit-transform: translateZ(-100px);
3800
- transform: translateZ(-100px);
3801
- }
3802
- }
3803
-
3804
- @-webkit-keyframes pa-rotate-in {
3805
- 0% {
3806
- opacity: 0;
3807
- -webkit-transform: rotateX(180deg);
3808
- transform: rotateX(180deg);
3809
- }
3810
-
3811
- 35% {
3812
- opacity: 0;
3813
- -webkit-transform: rotateX(120deg);
3814
- transform: rotateX(120deg);
3815
- }
3816
-
3817
- 65% {
3818
- opacity: 0;
3819
- }
3820
-
3821
- 100% {
3822
- opacity: 1;
3823
- -webkit-transform: rotateX(360deg);
3824
- transform: rotateX(360deg);
3825
- }
3826
- }
3827
-
3828
- @keyframes pa-rotate-in {
3829
- 0% {
3830
- opacity: 0;
3831
- -webkit-transform: rotateX(180deg);
3832
- transform: rotateX(180deg);
3833
- }
3834
-
3835
- 35% {
3836
- opacity: 0;
3837
- -webkit-transform: rotateX(120deg);
3838
- transform: rotateX(120deg);
3839
- }
3840
-
3841
- 65% {
3842
- opacity: 0;
3843
- }
3844
-
3845
- 100% {
3846
- opacity: 1;
3847
- -webkit-transform: rotateX(360deg);
3848
- transform: rotateX(360deg);
3849
- }
3850
- }
3851
-
3852
- @-webkit-keyframes pa-rotate-out {
3853
- 0% {
3854
- opacity: 1;
3855
- -webkit-transform: rotateX(0deg);
3856
- transform: rotateX(0deg);
3857
- }
3858
-
3859
- 35% {
3860
- opacity: 1;
3861
- -webkit-transform: rotateX(-40deg);
3862
- transform: rotateX(-40deg);
3863
- }
3864
-
3865
- 65% {
3866
- opacity: 0;
3867
- }
3868
-
3869
- 100% {
3870
- opacity: 0;
3871
- -webkit-transform: rotateX(180deg);
3872
- transform: rotateX(180deg);
3873
- }
3874
- }
3875
-
3876
- @keyframes pa-rotate-out {
3877
- 0% {
3878
- opacity: 1;
3879
- -webkit-transform: rotateX(0deg);
3880
- transform: rotateX(0deg);
3881
- }
3882
-
3883
- 35% {
3884
- opacity: 1;
3885
- -webkit-transform: rotateX(-40deg);
3886
- transform: rotateX(-40deg);
3887
- }
3888
-
3889
- 65% {
3890
- opacity: 0;
3891
- }
3892
-
3893
- 100% {
3894
- opacity: 0;
3895
- -webkit-transform: rotateX(180deg);
3896
- transform: rotateX(180deg);
3897
- }
3898
- }
3899
-
3900
- /**************** Premium Bullet List ****************/
3901
- /*****************************************************/
3902
- .premium-bullet-list-box {
3903
- -js-display: flex;
3904
- display: -webkit-box;
3905
- display: -webkit-flex;
3906
- display: -moz-box;
3907
- display: -ms-flexbox;
3908
- display: flex;
3909
- -webkit-flex-wrap: wrap;
3910
- -ms-flex-wrap: wrap;
3911
- flex-wrap: wrap;
3912
- -webkit-box-orient: vertical;
3913
- -webkit-box-direction: normal;
3914
- -webkit-flex-direction: column;
3915
- -moz-box-orient: vertical;
3916
- -moz-box-direction: normal;
3917
- -ms-flex-direction: column;
3918
- flex-direction: column;
3919
- padding: 0;
3920
- }
3921
-
3922
- .premium-bullet-list-box .premium-bullet-list-content-grow-lc {
3923
- -webkit-transform-origin: left center;
3924
- -ms-transform-origin: left center;
3925
- transform-origin: left center;
3926
- }
3927
-
3928
- .premium-bullet-list-box .premium-bullet-list-content-grow-rc {
3929
- -webkit-transform-origin: right center;
3930
- -ms-transform-origin: right center;
3931
- transform-origin: right center;
3932
- }
3933
-
3934
- .premium-bullet-list-box .premium-bullet-list-content-grow-cc {
3935
- -webkit-transform-origin: center center;
3936
- -ms-transform-origin: center center;
3937
- transform-origin: center center;
3938
- }
3939
-
3940
- .premium-bullet-list-content {
3941
- -js-display: flex;
3942
- display: -webkit-box;
3943
- display: -webkit-flex;
3944
- display: -moz-box;
3945
- display: -ms-flexbox;
3946
- display: flex;
3947
- -webkit-transition: all 0.3s ease-in-out;
3948
- transition: all 0.3s ease-in-out;
3949
- width: auto;
3950
- position: relative;
3951
- }
3952
-
3953
- .premium-bullet-list-content .premium-bullet-list-text span,
3954
- .premium-bullet-list-content .premium-bullet-list-wrapper {
3955
- display: inline-block;
3956
- -webkit-align-self: center;
3957
- -ms-flex-item-align: center;
3958
- align-self: center;
3959
- -webkit-transition: all 0.3s ease-in-out;
3960
- transition: all 0.3s ease-in-out;
3961
- }
3962
-
3963
- .premium-bullet-list-content .premium-bullet-list-text span {
3964
- margin: 0 5px;
3965
- -webkit-box-flex: 1;
3966
- -webkit-flex: 1;
3967
- -moz-box-flex: 1;
3968
- -ms-flex: 1;
3969
- flex: 1;
3970
- }
3971
-
3972
- .premium-bullet-list-content .premium-bullet-list-icon-text p {
3973
- font-size: 18px;
3974
- background-color: #eee;
3975
- padding: 1px 5px;
3976
- -webkit-border-radius: 2px;
3977
- border-radius: 2px;
3978
- }
3979
-
3980
- .premium-bullet-list-content .premium-bullet-list-text span,
3981
- .premium-bullet-list-content .premium-bullet-list-icon-text p,
3982
- .premium-bullet-list-content .premium-bullet-list-wrapper img,
3983
- .premium-bullet-list-content .premium-bullet-list-wrapper svg,
3984
- .premium-bullet-list-content .premium-bullet-list-wrapper i {
3985
- -webkit-transition: all 0.3s ease-in-out;
3986
- transition: all 0.3s ease-in-out;
3987
- }
3988
-
3989
- .premium-bullet-list-content .premium-bullet-list-wrapper {
3990
- position: relative;
3991
- line-height: 0;
3992
- }
3993
-
3994
- .premium-bullet-list-content .premium-bullet-list-wrapper img,
3995
- .premium-bullet-list-content .premium-bullet-list-wrapper svg {
3996
- width: 30px !important;
3997
- height: 30px !important;
3998
- position: relative;
3999
- z-index: 500;
4000
- }
4001
-
4002
- .premium-bullet-list-content .premium-bullet-list-wrapper i,
4003
- .premium-bullet-list-content .premium-bullet-list-wrapper .premium-bullet-list-icon-text {
4004
- position: relative;
4005
- z-index: 500;
4006
- }
4007
-
4008
- .premium-bullet-list-content .premium-bullet-list-wrapper i {
4009
- width: 1.25em;
4010
- }
4011
-
4012
- .premium-bullet-list-content .premium-bullet-list-link {
4013
- position: absolute;
4014
- top: 0;
4015
- left: 0;
4016
- width: 100%;
4017
- height: 100%;
4018
- z-index: 1000;
4019
- }
4020
-
4021
- .premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector {
4022
- width: 100%;
4023
- height: 100%;
4024
- position: absolute;
4025
- top: 0.5em;
4026
- z-index: 100;
4027
- -js-display: flex;
4028
- display: -webkit-box;
4029
- display: -webkit-flex;
4030
- display: -moz-box;
4031
- display: -ms-flexbox;
4032
- display: flex;
4033
- -webkit-box-pack: center;
4034
- -webkit-justify-content: center;
4035
- -moz-box-pack: center;
4036
- -ms-flex-pack: center;
4037
- justify-content: center;
4038
- }
4039
-
4040
- .premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector .premium-icon-connector-content:after {
4041
- content: "";
4042
- border-right-width: 1px;
4043
- border-right-style: solid;
4044
- border-color: #333333;
4045
- display: block;
4046
- height: 100%;
4047
- }
4048
-
4049
- li.premium-bullet-list-content.premium-bullet-list-content-inline {
4050
- -webkit-align-self: center;
4051
- -ms-flex-item-align: center;
4052
- align-self: center;
4053
- z-index: 2;
4054
- }
4055
-
4056
- li.premium-bullet-list-content.premium-bullet-list-content-inline:not(:first-child) {
4057
- margin: 0 3px;
4058
- }
4059
-
4060
- li.premium-bullet-list-content.premium-bullet-list-content-inline:first-child {
4061
- margin: 0 3px 0 0;
4062
- }
4063
-
4064
- .premium-bullet-list-divider:not(:last-child) {
4065
- width: 100%;
4066
- -webkit-box-flex: 0;
4067
- -webkit-flex: 0 0 100%;
4068
- -moz-box-flex: 0;
4069
- -ms-flex: 0 0 100%;
4070
- flex: 0 0 100%;
4071
- overflow: hidden;
4072
- }
4073
-
4074
- .premium-bullet-list-divider:not(:last-child):after {
4075
- content: "";
4076
- display: block;
4077
- border-top-style: solid;
4078
- border-top-width: 1px;
4079
- }
4080
-
4081
- .premium-bullet-list-divider-inline:not(:last-child) {
4082
- float: right;
4083
- display: inline-block;
4084
- position: relative;
4085
- height: 100%;
4086
- overflow: hidden;
4087
- -webkit-align-self: center;
4088
- -ms-flex-item-align: center;
4089
- align-self: center;
4090
- margin: 0 3px;
4091
- }
4092
-
4093
- .premium-bullet-list-divider-inline:not(:last-child):after {
4094
- content: "";
4095
- display: block;
4096
- border-left-width: 1px;
4097
- height: 33px;
4098
- border-left-style: solid;
4099
- }
4100
-
4101
- .premium-bullet-list-icon-text {
4102
- line-height: 1.5;
4103
- }
4104
-
4105
- .premium-bullet-list-icon-text p,
4106
- ul.premium-bullet-list-box,
4107
- li.premium-bullet-list-content {
4108
- margin: 0;
4109
- }
4110
-
4111
- .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper i,
4112
- .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-text span,
4113
- .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-icon-text p {
4114
- color: transparent !important;
4115
- text-shadow: 0 0 3px #aaa;
4116
- }
4117
-
4118
- .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-icon-connector-content,
4119
- .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper .premium-lottie-animation svg,
4120
- .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper img,
4121
- .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-badge {
4122
- -webkit-filter: blur(3px);
4123
- filter: blur(3px);
4124
- }
4125
-
4126
- .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper i,
4127
- .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-text span,
4128
- .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-icon-text p {
4129
- color: #aaa !important;
4130
- text-shadow: 0 0px 0 transparent;
4131
- }
4132
-
4133
- .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-icon-connector-content,
4134
- .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper .premium-lottie-animation svg,
4135
- .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper img,
4136
- .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-badge {
4137
- -webkit-filter: none;
4138
- filter: none;
4139
- }
4140
-
4141
- .premium-bullet-list-content .premium-bullet-list-badge {
4142
- font-size: 11px;
4143
- top: auto;
4144
- min-width: -webkit-max-content;
4145
- min-width: -moz-max-content;
4146
- min-width: max-content;
4147
- height: -webkit-fit-content;
4148
- height: -moz-fit-content;
4149
- height: fit-content;
4150
- }
4151
-
4152
- .premium-bullet-list-content .premium-bullet-list-icon-text p {
4153
- font-size: 13px;
4154
- }
4155
-
4156
- .premium-bullet-list-gradient-effect[data-text] {
4157
- display: inline-block;
4158
- position: relative;
4159
- text-decoration: none;
4160
- }
4161
-
4162
- .premium-bullet-list-gradient-effect[data-text]::before {
4163
- content: attr(data-text);
4164
- position: absolute;
4165
- z-index: 1;
4166
- overflow: hidden;
4167
- -webkit-clip-path: polygon(0 0, 1px 0, 1px 100%, 0 100%);
4168
- clip-path: polygon(0 0, 1px 0, 1px 100%, 0 100%);
4169
- -webkit-background-clip: text;
4170
- background-clip: text;
4171
- -webkit-text-fill-color: transparent;
4172
- -webkit-transition: all 0.4s ease;
4173
- transition: all 0.4s ease;
4174
- }
4175
-
4176
- .premium-bullet-list-content:hover .premium-bullet-list-gradient-effect[data-text]::before,
4177
- .premium-bullet-list-content:focus .premium-bullet-list-gradient-effect[data-text]::before {
4178
- -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
4179
- clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
4180
- }
4181
-
4182
- ul[data-list-animation*="animated-"] .premium-bullet-list-divider,
4183
- ul[data-list-animation*="animated-"] .premium-bullet-list-content,
4184
- ul[data-list-animation*="animated-"] .premium-bullet-list-divider-inline {
4185
- opacity: 0;
4186
- }
4187
-
4188
- .premium-bullet-list-content-grow-effect:hover {
4189
- -webkit-transform: scale(1.07);
4190
- -ms-transform: scale(1.07);
4191
- transform: scale(1.07);
4192
- }
4193
-
4194
- @-webkit-keyframes spin {
4195
- 100% {
4196
- -webkit-transform: rotate(360deg);
4197
- transform: rotate(360deg);
4198
- }
4199
- }
4200
-
4201
- @keyframes spin {
4202
- 100% {
4203
- -webkit-transform: rotate(360deg);
4204
- transform: rotate(360deg);
4205
- }
4206
- }
4207
-
4208
- /**************** Premium Image Button ***********/
4209
- /*************************************************/
4210
- .premium-image-button {
4211
- -js-display: inline-flex;
4212
- display: -webkit-inline-box;
4213
- display: -webkit-inline-flex;
4214
- display: -moz-inline-box;
4215
- display: -ms-inline-flexbox;
4216
- display: inline-flex;
4217
- position: relative;
4218
- overflow: hidden;
4219
- background-color: #eee;
4220
- cursor: pointer;
4221
- -webkit-transition: all 0.2s ease-in-out !important;
4222
- transition: all 0.2s ease-in-out !important;
4223
- }
4224
-
4225
- .premium-image-button .premium-button-style6-bg,
4226
- .premium-image-button.premium-button-style6:before,
4227
- .premium-image-button:not(.premium-image-button-style6):hover {
4228
- background-color: #54595f;
4229
- }
4230
-
4231
- /*Default background for slide styles*/
4232
- .premium-image-button-style4-icon-wrapper,
4233
- .premium-image-button-style1:before {
4234
- background-color: #54595f;
4235
- }
4236
-
4237
- .premium-image-button-text-icon-wrapper {
4238
- width: 100%;
4239
- -js-display: flex;
4240
- display: -webkit-box;
4241
- display: -webkit-flex;
4242
- display: -moz-box;
4243
- display: -ms-flexbox;
4244
- display: flex;
4245
- -webkit-box-pack: center;
4246
- -webkit-justify-content: center;
4247
- -moz-box-pack: center;
4248
- -ms-flex-pack: center;
4249
- justify-content: center;
4250
- -webkit-box-align: center;
4251
- -webkit-align-items: center;
4252
- -moz-box-align: center;
4253
- -ms-flex-align: center;
4254
- align-items: center;
4255
- position: relative;
4256
- z-index: 3;
4257
- -webkit-transition: all 0.2s ease-in-out;
4258
- transition: all 0.2s ease-in-out;
4259
- }
4260
-
4261
- .premium-image-button-text-icon-wrapper span,
4262
- .premium-image-button-text-icon-wrapper i,
4263
- .premium-image-button-text-icon-wrapper svg {
4264
- -webkit-transition: all 0.2s ease-in-out;
4265
- transition: all 0.2s ease-in-out;
4266
- }
4267
-
4268
- .premium-image-button-style1:before {
4269
- position: absolute;
4270
- content: "";
4271
- -webkit-transition: all 0.2s ease-in-out;
4272
- transition: all 0.2s ease-in-out;
4273
- }
4274
-
4275
- .premium-image-button-style1-bottom:before {
4276
- width: 100%;
4277
- height: 0;
4278
- top: 0;
4279
- left: 0;
4280
- }
4281
-
4282
- .premium-image-button-style1-top:before {
4283
- width: 100%;
4284
- height: 0;
4285
- bottom: 0;
4286
- left: 0;
4287
- }
4288
-
4289
- .premium-image-button-style1-right:before {
4290
- width: 0;
4291
- height: 100%;
4292
- bottom: 0;
4293
- left: 0;
4294
- }
4295
-
4296
- .premium-image-button-style1-left:before {
4297
- width: 0;
4298
- height: 100%;
4299
- top: 0;
4300
- right: 0;
4301
- }
4302
-
4303
- .premium-image-button-style1-bottom:hover:before,
4304
- .premium-image-button-style1-top:hover:before {
4305
- height: 100%;
4306
- }
4307
-
4308
- .premium-image-button-style1-right:hover:before,
4309
- .premium-image-button-style1-left:hover:before {
4310
- width: 100%;
4311
- }
4312
-
4313
- .premium-image-button-style3 {
4314
- z-index: 10;
4315
- }
4316
-
4317
- .premium-image-button-style3:before {
4318
- position: absolute;
4319
- top: 0px;
4320
- left: 0px;
4321
- width: 100%;
4322
- height: 100%;
4323
- content: "";
4324
- z-index: 1;
4325
- background: rgba(255, 255, 255, 0.2);
4326
- -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
4327
- transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
4328
- -webkit-transition: all 0.8s ease-out;
4329
- transition: all 0.8s ease-out;
4330
- }
4331
-
4332
- .premium-image-button-diagonal-right:before {
4333
- -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
4334
- transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
4335
- }
4336
-
4337
- .premium-image-button-diagonal-right:hover:before {
4338
- -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
4339
- transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
4340
- }
4341
-
4342
- .premium-image-button-diagonal-left:before {
4343
- -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
4344
- transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
4345
- }
4346
-
4347
- .premium-image-button-diagonal-left:hover:before {
4348
- -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
4349
- transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
4350
- }
4351
-
4352
- .premium-image-button-diagonal-bottom:before {
4353
- -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
4354
- transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
4355
- }
4356
-
4357
- .premium-image-button-diagonal-bottom:hover:before {
4358
- -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
4359
- transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
4360
- }
4361
-
4362
- .premium-image-button-diagonal-top:before {
4363
- -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
4364
- transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
4365
- }
4366
-
4367
- .premium-image-button-diagonal-top:hover:before {
4368
- -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
4369
- transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
4370
- }
4371
-
4372
- .premium-image-button-style4-icon-wrapper {
4373
- position: absolute;
4374
- z-index: 2;
4375
- width: 100%;
4376
- text-align: center;
4377
- -js-display: flex;
4378
- display: -webkit-box;
4379
- display: -webkit-flex;
4380
- display: -moz-box;
4381
- display: -ms-flexbox;
4382
- display: flex;
4383
- -webkit-box-align: center;
4384
- -webkit-align-items: center;
4385
- -moz-box-align: center;
4386
- -ms-flex-align: center;
4387
- align-items: center;
4388
- -webkit-box-pack: center;
4389
- -webkit-justify-content: center;
4390
- -moz-box-pack: center;
4391
- -ms-flex-pack: center;
4392
- justify-content: center;
4393
- height: 100%;
4394
- opacity: 0;
4395
- -webkit-transition: all 0.3s ease-in-out;
4396
- transition: all 0.3s ease-in-out;
4397
- }
4398
-
4399
- .premium-image-button-style4-icon-wrapper.top {
4400
- bottom: -100%;
4401
- left: 0;
4402
- }
4403
-
4404
- .premium-image-button-style4-icon-wrapper.bottom {
4405
- top: -100%;
4406
- left: 0;
4407
- }
4408
-
4409
- .premium-image-button-style4-icon-wrapper.left {
4410
- top: 0;
4411
- left: -100%;
4412
- }
4413
-
4414
- .premium-image-button-style4-icon-wrapper.right {
4415
- top: 0;
4416
- right: -100%;
4417
- }
4418
-
4419
- .premium-image-button-style4-bottom:hover .premium-image-button-style4-icon-wrapper {
4420
- top: 0;
4421
- opacity: 1;
4422
- }
4423
-
4424
- .premium-image-button-style4-bottom:hover .premium-image-button-text-icon-wrapper {
4425
- -webkit-transform: translateY(100%);
4426
- -ms-transform: translateY(100%);
4427
- transform: translateY(100%);
4428
- opacity: 0;
4429
- }
4430
-
4431
- .premium-image-button-style4-top:hover .premium-image-button-style4-icon-wrapper {
4432
- bottom: 0;
4433
- opacity: 1;
4434
- }
4435
-
4436
- .premium-image-button-style4-top:hover .premium-image-button-text-icon-wrapper {
4437
- -webkit-transform: translateY(-100%);
4438
- -ms-transform: translateY(-100%);
4439
- transform: translateY(-100%);
4440
- opacity: 0;
4441
- }
4442
-
4443
- .premium-image-button-style4-left:hover .premium-image-button-style4-icon-wrapper {
4444
- left: 0;
4445
- opacity: 1;
4446
- }
4447
-
4448
- .premium-image-button-style4-left:hover .premium-image-button-text-icon-wrapper {
4449
- -webkit-transform: translateX(100%);
4450
- -ms-transform: translateX(100%);
4451
- transform: translateX(100%);
4452
- opacity: 0;
4453
- }
4454
-
4455
- .premium-image-button-style4-right:hover .premium-image-button-style4-icon-wrapper {
4456
- right: 0;
4457
- opacity: 1;
4458
- }
4459
-
4460
- .premium-image-button-style4-right:hover .premium-image-button-text-icon-wrapper {
4461
- -webkit-transform: translateX(-100%);
4462
- -ms-transform: translateX(-100%);
4463
- transform: translateX(-100%);
4464
- opacity: 0;
4465
- }
4466
-
4467
- .premium-image-button-style5:before {
4468
- position: absolute;
4469
- content: "";
4470
- top: 0;
4471
- left: 0;
4472
- width: 100%;
4473
- height: 100%;
4474
- opacity: 0;
4475
- -webkit-transition: all 1s ease-in-out;
4476
- transition: all 1s ease-in-out;
4477
- background: rgba(255, 255, 255, 0.2);
4478
- -webkit-animation-name: premium-overlap-effect-done;
4479
- animation-name: premium-overlap-effect-done;
4480
- -webkit-animation-duration: 1s;
4481
- animation-duration: 1s;
4482
- }
4483
-
4484
- .premium-image-button-overlap-effect-vertical:before {
4485
- -webkit-animation-name: premium-overlap-ver-effect-done;
4486
- animation-name: premium-overlap-ver-effect-done;
4487
- }
4488
-
4489
- .premium-image-button-overlap-effect-horizontal:hover:before {
4490
- -webkit-animation-name: premium-overlap-effect;
4491
- animation-name: premium-overlap-effect;
4492
- }
4493
-
4494
- .premium-image-button-overlap-effect-vertical:hover:before {
4495
- -webkit-animation-name: premium-overlap-ver-effect;
4496
- animation-name: premium-overlap-ver-effect;
4497
- }
4498
-
4499
- @-webkit-keyframes premium-overlap-effect {
4500
- 0% {
4501
- opacity: 0;
4502
- -webkit-transform: rotateY(0deg);
4503
- transform: rotateY(0deg);
4504
- }
4505
-
4506
- 50% {
4507
- opacity: 1;
4508
- -webkit-transform: rotateY(180deg);
4509
- transform: rotateY(180deg);
4510
- }
4511
-
4512
- 100% {
4513
- opacity: 0;
4514
- -webkit-transform: rotateY(360deg);
4515
- transform: rotateY(360deg);
4516
- }
4517
- }
4518
-
4519
- @keyframes premium-overlap-effect {
4520
- 0% {
4521
- opacity: 0;
4522
- -webkit-transform: rotateY(0deg);
4523
- transform: rotateY(0deg);
4524
- }
4525
-
4526
- 50% {
4527
- opacity: 1;
4528
- -webkit-transform: rotateY(180deg);
4529
- transform: rotateY(180deg);
4530
- }
4531
-
4532
- 100% {
4533
- opacity: 0;
4534
- -webkit-transform: rotateY(360deg);
4535
- transform: rotateY(360deg);
4536
- }
4537
- }
4538
-
4539
- @-webkit-keyframes premium-overlap-effect-done {
4540
- 0% {
4541
- opacity: 0;
4542
- -webkit-transform: rotateY(0deg);
4543
- transform: rotateY(0deg);
4544
- }
4545
-
4546
- 50% {
4547
- opacity: 1;
4548
- -webkit-transform: rotateY(180deg);
4549
- transform: rotateY(180deg);
4550
- }
4551
-
4552
- 100% {
4553
- opacity: 0;
4554
- -webkit-transform: rotateY(360deg);
4555
- transform: rotateY(360deg);
4556
- }
4557
- }
4558
-
4559
- @keyframes premium-overlap-effect-done {
4560
- 0% {
4561
- opacity: 0;
4562
- -webkit-transform: rotateY(0deg);
4563
- transform: rotateY(0deg);
4564
- }
4565
-
4566
- 50% {
4567
- opacity: 1;
4568
- -webkit-transform: rotateY(180deg);
4569
- transform: rotateY(180deg);
4570
- }
4571
-
4572
- 100% {
4573
- opacity: 0;
4574
- -webkit-transform: rotateY(360deg);
4575
- transform: rotateY(360deg);
4576
- }
4577
- }
4578
-
4579
- @-webkit-keyframes premium-overlap-ver-effect {
4580
- 0% {
4581
- opacity: 0;
4582
- -webkit-transform: rotateX(0deg);
4583
- transform: rotateX(0deg);
4584
- }
4585
-
4586
- 50% {
4587
- opacity: 1;
4588
- -webkit-transform: rotateX(180deg);
4589
- transform: rotateX(180deg);
4590
- }
4591
-
4592
- 100% {
4593
- opacity: 0;
4594
- -webkit-transform: rotateX(360deg);
4595
- transform: rotateX(360deg);
4596
- }
4597
- }
4598
-
4599
- @keyframes premium-overlap-ver-effect {
4600
- 0% {
4601
- opacity: 0;
4602
- -webkit-transform: rotateX(0deg);
4603
- transform: rotateX(0deg);
4604
- }
4605
-
4606
- 50% {
4607
- opacity: 1;
4608
- -webkit-transform: rotateX(180deg);
4609
- transform: rotateX(180deg);
4610
- }
4611
-
4612
- 100% {
4613
- opacity: 0;
4614
- -webkit-transform: rotateX(360deg);
4615
- transform: rotateX(360deg);
4616
- }
4617
- }
4618
-
4619
- @-webkit-keyframes premium-overlap-ver-effect-done {
4620
- 0% {
4621
- opacity: 0;
4622
- -webkit-transform: rotateX(0deg);
4623
- transform: rotateX(0deg);
4624
- }
4625
-
4626
- 50% {
4627
- opacity: 1;
4628
- -webkit-transform: rotateX(180deg);
4629
- transform: rotateX(180deg);
4630
- }
4631
-
4632
- 100% {
4633
- opacity: 0;
4634
- -webkit-transform: rotateX(360deg);
4635
- transform: rotateX(360deg);
4636
- }
4637
- }
4638
-
4639
- @keyframes premium-overlap-ver-effect-done {
4640
- 0% {
4641
- opacity: 0;
4642
- -webkit-transform: rotateX(0deg);
4643
- transform: rotateX(0deg);
4644
- }
4645
-
4646
- 50% {
4647
- opacity: 1;
4648
- -webkit-transform: rotateX(180deg);
4649
- transform: rotateX(180deg);
4650
- }
4651
-
4652
- 100% {
4653
- opacity: 0;
4654
- -webkit-transform: rotateX(360deg);
4655
- transform: rotateX(360deg);
4656
- }
4657
- }
4658
-
4659
- /************ Premium Image Scroll ************/
4660
- /**********************************************/
4661
- @font-face {
4662
- font-family: "pa-elements";
4663
- src: url("../../plugins/premium-addons-for-elementor/assets/editor/fonts/pa-elements.eot?vcwy2s");
4664
- src: url("../../plugins/premium-addons-for-elementor/assets/editor/fonts/pa-elements.eot?vcwy2s#iefix") format("embedded-opentype"), url("../../plugins/premium-addons-for-elementor/assets/editor/fonts/pa-elements.ttf?vcwy2s") format("truetype"), url("../../plugins/premium-addons-for-elementor/assets/editor/fonts/pa-elements.woff?vcwy2s") format("woff"), url("../../plugins/premium-addons-for-elementor/assets/editor/fonts/pa-elements.svg?vcwy2s#pa-elements") format("svg");
4665
- font-weight: normal;
4666
- font-style: normal;
4667
- }
4668
-
4669
- .premium-image-scroll-section,
4670
- .premium-image-scroll-container {
4671
- -webkit-transition: all 0.3s ease-in-out;
4672
- transition: all 0.3s ease-in-out;
4673
- }
4674
-
4675
- .premium-image-scroll-section {
4676
- position: relative;
4677
- overflow: hidden;
4678
- width: 100%;
4679
- -webkit-mask-image: -webkit-radial-gradient(white, black);
4680
- }
4681
-
4682
- .premium-image-scroll-container {
4683
- width: 100%;
4684
- }
4685
-
4686
- .premium-image-scroll-container .premium-image-scroll-mask-media {
4687
- -webkit-mask-repeat: no-repeat;
4688
- mask-repeat: no-repeat;
4689
- -webkit-mask-position: center;
4690
- mask-position: center;
4691
- }
4692
-
4693
- .premium-container-scroll {
4694
- overflow: auto;
4695
- }
4696
-
4697
- .premium-image-scroll-container .premium-image-scroll-horizontal {
4698
- position: relative;
4699
- width: 100%;
4700
- height: 100%;
4701
- }
4702
-
4703
- .premium-image-scroll-container .premium-image-scroll-horizontal img {
4704
- max-width: none;
4705
- height: 100%;
4706
- }
4707
-
4708
- .premium-image-scroll-container .premium-image-scroll-vertical img {
4709
- width: 100%;
4710
- max-width: 100%;
4711
- height: auto;
4712
- }
4713
-
4714
- .premium-image-scroll-ver {
4715
- position: relative;
4716
- }
4717
-
4718
- .premium-image-scroll-container .premium-image-scroll-overlay {
4719
- background: rgba(2, 2, 2, 0.3);
4720
- }
4721
-
4722
- .premium-image-scroll-container .premium-image-scroll-link,
4723
- .premium-image-scroll-container .premium-image-scroll-overlay {
4724
- position: absolute;
4725
- top: 0;
4726
- bottom: 0;
4727
- left: 0;
4728
- right: 0;
4729
- z-index: 4;
4730
- }
4731
-
4732
- .premium-image-scroll-content {
4733
- display: inline-block;
4734
- position: absolute;
4735
- height: auto;
4736
- top: 50%;
4737
- left: 50%;
4738
- text-align: center;
4739
- z-index: 5;
4740
- -webkit-transform: translate(-50%, -50%);
4741
- -ms-transform: translate(-50%, -50%);
4742
- transform: translate(-50%, -50%);
4743
- }
4744
-
4745
- .premium-container-scroll-instant .premium-image-scroll-image {
4746
- -webkit-transition: all 0s ease-in-out !important;
4747
- transition: all 0s ease-in-out !important;
4748
- }
4749
-
4750
- .premium-image-scroll-container img {
4751
- -webkit-transition: -webkit-transform 3s ease-in-out;
4752
- transition: -webkit-transform 3s ease-in-out;
4753
- transition: transform 3s ease-in-out;
4754
- transition: transform 3s ease-in-out, -webkit-transform 3s ease-in-out;
4755
- }
4756
-
4757
- .premium-image-scroll-container .premium-image-scroll-overlay,
4758
- .premium-image-scroll-container .premium-image-scroll-content {
4759
- -webkit-transition: all 0.3s ease-in-out;
4760
- transition: all 0.3s ease-in-out;
4761
- opacity: 1;
4762
- }
4763
-
4764
- .premium-image-scroll-container:hover .premium-image-scroll-overlay {
4765
- opacity: 0;
4766
- }
4767
-
4768
- .premium-image-scroll-container:hover .premium-image-scroll-content {
4769
- opacity: 0;
4770
- visibility: hidden;
4771
- }
4772
-
4773
- .premium-image-scroll-content .premium-image-scroll-icon {
4774
- display: inline-block;
4775
- font-family: "pa-elements" !important;
4776
- speak: none;
4777
- font-style: normal;
4778
- font-weight: normal;
4779
- font-variant: normal;
4780
- text-transform: none;
4781
- line-height: 1;
4782
- -webkit-font-smoothing: antialiased;
4783
- -moz-osx-font-smoothing: grayscale;
4784
- -webkit-animation-duration: 0.5s;
4785
- animation-duration: 0.5s;
4786
- -webkit-animation-iteration-count: infinite;
4787
- animation-iteration-count: infinite;
4788
- -webkit-animation-direction: alternate;
4789
- animation-direction: alternate;
4790
- -webkit-animation-timing-function: ease-in-out;
4791
- animation-timing-function: ease-in-out;
4792
- }
4793
-
4794
- .pa-horizontal-mouse-scroll:before {
4795
- content: "\e901";
4796
- }
4797
-
4798
- .pa-vertical-mouse-scroll:before {
4799
- content: "\e93c";
4800
- }
4801
-
4802
- .pa-horizontal-mouse-scroll {
4803
- -webkit-animation-name: pa-scroll-horizontal;
4804
- animation-name: pa-scroll-horizontal;
4805
- }
4806
-
4807
- .pa-vertical-mouse-scroll {
4808
- -webkit-animation-name: pa-scroll-vertical;
4809
- animation-name: pa-scroll-vertical;
4810
- }
4811
-
4812
- @-webkit-keyframes pa-scroll-vertical {
4813
- 0% {
4814
- -webkit-transform: translateY(0px);
4815
- transform: translateY(0px);
4816
- }
4817
-
4818
- 100% {
4819
- -webkit-transform: translateY(5px);
4820
- transform: translateY(5px);
4821
- }
4822
- }
4823
-
4824
- @keyframes pa-scroll-vertical {
4825
- 0% {
4826
- -webkit-transform: translateY(0px);
4827
- transform: translateY(0px);
4828
- }
4829
-
4830
- 100% {
4831
- -webkit-transform: translateY(5px);
4832
- transform: translateY(5px);
4833
- }
4834
- }
4835
-
4836
- @-webkit-keyframes pa-scroll-horizontal {
4837
- 0% {
4838
- -webkit-transform: translateX(0px);
4839
- transform: translateX(0px);
4840
- }
4841
-
4842
- 100% {
4843
- -webkit-transform: translateX(5px);
4844
- transform: translateX(5px);
4845
- }
4846
- }
4847
-
4848
- @keyframes pa-scroll-horizontal {
4849
- 0% {
4850
- -webkit-transform: translateX(0px);
4851
- transform: translateX(0px);
4852
- }
4853
-
4854
- 100% {
4855
- -webkit-transform: translateX(5px);
4856
- transform: translateX(5px);
4857
- }
4858
- }
4859
-
4860
- /**************** Premium Image Separator ****************/
4861
- /*********************************************************/
4862
- .premium-image-separator-container {
4863
- position: absolute;
4864
- width: 100%;
4865
- z-index: 2;
4866
- top: auto;
4867
- -webkit-transition: all 0.3s ease-in-out;
4868
- transition: all 0.3s ease-in-out;
4869
- }
4870
-
4871
- .premium-image-separator-container svg,
4872
- .premium-image-separator-container img {
4873
- display: inline-block !important;
4874
- -webkit-mask-repeat: no-repeat;
4875
- mask-repeat: no-repeat;
4876
- -webkit-mask-position: center;
4877
- mask-position: center;
4878
- }
4879
-
4880
- .premium-image-separator-container .premium-image-separator-link {
4881
- position: absolute;
4882
- z-index: 9999;
4883
- top: 0;
4884
- left: 0;
4885
- width: 100%;
4886
- height: 100%;
4887
- text-decoration: none;
4888
- }
4889
-
4890
- .premium-image-separator-container .premium-image-separator-link:hover,
4891
- .premium-image-separator-container .premium-image-separator-link:visited,
4892
- .premium-image-separator-container .premium-image-separator-link:focus,
4893
- .premium-image-separator-container .premium-image-separator-link:active {
4894
- -webkit-box-shadow: none !important;
4895
- box-shadow: none !important;
4896
- outline: none !important;
4897
- border: none !important;
4898
- text-decoration: none !important;
4899
- }
4900
-
4901
- .premium-image-separator-container i,
4902
- .premium-image-separator-container>svg {
4903
- padding: 20px;
4904
- -webkit-transition: all 0.3s ease-in-out;
4905
- transition: all 0.3s ease-in-out;
4906
- }
4907
-
4908
- /******** Premium Media Grid ********/
4909
- /************************************/
4910
- .premium-img-gallery-filter,
4911
- .premium-blog-filter {
4912
- -js-display: flex;
4913
- display: -webkit-box;
4914
- display: -webkit-flex;
4915
- display: -moz-box;
4916
- display: -ms-flexbox;
4917
- display: flex;
4918
- -webkit-box-align: center;
4919
- -webkit-align-items: center;
4920
- -moz-box-align: center;
4921
- -ms-flex-align: center;
4922
- align-items: center;
4923
- -webkit-box-pack: center;
4924
- -webkit-justify-content: center;
4925
- -moz-box-pack: center;
4926
- -ms-flex-pack: center;
4927
- justify-content: center;
4928
- }
4929
-
4930
- .premium-img-gallery {
4931
- clear: both;
4932
- overflow: hidden;
4933
- }
4934
-
4935
- .premium-gallery-container .premium-gallery-item {
4936
- padding: 10px;
4937
- float: left;
4938
- }
4939
-
4940
- .premium-gallery-container .grid-sizer {
4941
- width: 33.33%;
4942
- }
4943
-
4944
- .premium-gallery-container .pa-gallery-item {
4945
- padding: 10px;
4946
- }
4947
-
4948
- .premium-img-gallery-filter .premium-gallery-cats-container li a.category,
4949
- .premium-blog-filter .premium-blog-filters-container li a.category {
4950
- outline: none;
4951
- text-decoration: none;
4952
- -webkit-border-radius: 75px;
4953
- border-radius: 75px;
4954
- margin: 15px 5px 20px;
4955
- padding: 7px 20px;
4956
- -webkit-transition: all 0.3s ease-in-out;
4957
- transition: all 0.3s ease-in-out;
4958
- }
4959
-
4960
- .pa-gallery-img {
4961
- position: relative;
4962
- }
4963
-
4964
- .pa-gallery-img .pa-gallery-whole-link {
4965
- position: absolute;
4966
- top: 0;
4967
- left: 0;
4968
- width: 100%;
4969
- height: 100%;
4970
- z-index: 2;
4971
- }
4972
-
4973
- .pa-gallery-img .pa-gallery-whole-link span {
4974
- display: none;
4975
- }
4976
-
4977
- .pa-gallery-img.style2 .pa-gallery-whole-link,
4978
- .pa-gallery-img.style3 .pa-gallery-whole-link {
4979
- z-index: 99;
4980
- }
4981
-
4982
- .pa-gallery-img-container {
4983
- overflow: hidden;
4984
- -webkit-backface-visibility: hidden;
4985
- backface-visibility: hidden;
4986
- -webkit-transform: translate3d(0, 0, 0);
4987
- transform: translate3d(0, 0, 0);
4988
- }
4989
-
4990
- .pa-gallery-img-container img {
4991
- display: block;
4992
- width: 100%;
4993
- -webkit-transition: all 0.3s ease-in-out;
4994
- transition: all 0.3s ease-in-out;
4995
- }
4996
-
4997
- .premium-img-gallery.gray img {
4998
- -webkit-filter: grayscale(100%);
4999
- filter: grayscale(100%);
5000
- }
5001
-
5002
- .premium-img-gallery.zoomout img,
5003
- .premium-img-gallery.scale img {
5004
- -webkit-transform: scale(1.2);
5005
- -ms-transform: scale(1.2);
5006
- transform: scale(1.2);
5007
- }
5008
-
5009
- .premium-img-gallery.sepia img {
5010
- -webkit-filter: sepia(30%);
5011
- filter: sepia(30%);
5012
- }
5013
-
5014
- .premium-img-gallery.bright img {
5015
- -webkit-filter: brightness(1);
5016
- filter: brightness(1);
5017
- }
5018
-
5019
- .premium-img-gallery.trans img {
5020
- -webkit-transform: translateX(-15px) scale(1.1);
5021
- -ms-transform: translateX(-15px) scale(1.1);
5022
- transform: translateX(-15px) scale(1.1);
5023
- }
5024
-
5025
- .pa-gallery-img .pa-gallery-magnific-image,
5026
- .pa-gallery-img .pa-gallery-img-link {
5027
- outline: none;
5028
- }
5029
-
5030
- .pa-gallery-img .pa-gallery-magnific-image i,
5031
- .pa-gallery-img .pa-gallery-magnific-image svg,
5032
- .pa-gallery-img .pa-gallery-img-link i,
5033
- .pa-gallery-img .pa-gallery-img-link svg {
5034
- -webkit-transition: all 0.3s ease-in-out;
5035
- transition: all 0.3s ease-in-out;
5036
- }
5037
-
5038
- .pa-gallery-img .pa-gallery-magnific-image span,
5039
- .pa-gallery-img .pa-gallery-img-link span {
5040
- line-height: 1;
5041
- display: inline-block;
5042
- opacity: 0;
5043
- margin: 0 5px;
5044
- padding: 15px;
5045
- -webkit-border-radius: 50%;
5046
- border-radius: 50%;
5047
- }
5048
-
5049
- .pa-gallery-img.style2 .pa-gallery-magnific-image span,
5050
- .pa-gallery-img.style2 .pa-gallery-img-link span {
5051
- margin: 0 5px 20px;
5052
- }
5053
-
5054
- .pa-gallery-img:hover .pa-gallery-magnific-image span {
5055
- -webkit-transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.3s;
5056
- transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.3s;
5057
- }
5058
-
5059
- .pa-gallery-img:hover .pa-gallery-img-link span {
5060
- -webkit-transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.6s;
5061
- transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.6s;
5062
- }
5063
-
5064
- .pa-gallery-img:hover .pa-gallery-magnific-image span,
5065
- .pa-gallery-img:hover .pa-gallery-img-link span {
5066
- opacity: 1;
5067
- }
5068
-
5069
- .premium-gallery-icon-show a.pa-gallery-video-icon span {
5070
- opacity: 1;
5071
- }
5072
-
5073
- .premium-img-gallery-filter ul.premium-gallery-cats-container,
5074
- .premium-blog-filter ul.premium-blog-filters-container {
5075
- text-align: center;
5076
- margin: 0;
5077
- padding: 0;
5078
- }
5079
-
5080
- .premium-img-gallery-filter .premium-gallery-cats-container li,
5081
- .premium-blog-filter .premium-blog-filters-container li {
5082
- list-style: none;
5083
- -js-display: inline-flex;
5084
- display: -webkit-inline-box;
5085
- display: -webkit-inline-flex;
5086
- display: -moz-inline-box;
5087
- display: -ms-inline-flexbox;
5088
- display: inline-flex;
5089
- }
5090
-
5091
- .premium-img-gallery.zoomin .pa-gallery-img:hover img {
5092
- -webkit-transform: scale(1.1);
5093
- -ms-transform: scale(1.1);
5094
- transform: scale(1.1);
5095
- }
5096
-
5097
- .premium-img-gallery.zoomout .pa-gallery-img:hover img {
5098
- -webkit-transform: scale(1);
5099
- -ms-transform: scale(1);
5100
- transform: scale(1);
5101
- }
5102
-
5103
- .premium-img-gallery.scale .pa-gallery-img:hover img {
5104
- -webkit-transform: scale(1.3) rotate(5deg);
5105
- -ms-transform: scale(1.3) rotate(5deg);
5106
- transform: scale(1.3) rotate(5deg);
5107
- }
5108
-
5109
- .premium-img-gallery.gray .pa-gallery-img:hover img {
5110
- -webkit-filter: grayscale(0%);
5111
- filter: grayscale(0%);
5112
- }
5113
-
5114
- .premium-img-gallery.blur .pa-gallery-img:hover img {
5115
- -webkit-filter: blur(3px);
5116
- filter: blur(3px);
5117
- }
5118
-
5119
- .premium-img-gallery.sepia .pa-gallery-img:hover img {
5120
- -webkit-filter: sepia(0%);
5121
- filter: sepia(0%);
5122
- }
5123
-
5124
- .premium-img-gallery.trans .pa-gallery-img:hover img {
5125
- -webkit-transform: translateX(0px) scale(1.1);
5126
- -ms-transform: translateX(0px) scale(1.1);
5127
- transform: translateX(0px) scale(1.1);
5128
- }
5129
-
5130
- .premium-img-gallery.bright .pa-gallery-img:hover img {
5131
- -webkit-filter: brightness(1.2);
5132
- filter: brightness(1.2);
5133
- }
5134
-
5135
- .pa-gallery-img .premium-gallery-caption {
5136
- padding: 10px;
5137
- }
5138
-
5139
- .pa-gallery-img .premium-gallery-caption .premium-gallery-img-name {
5140
- margin-bottom: 0;
5141
- }
5142
-
5143
- .pa-gallery-img.style1 {
5144
- overflow: hidden;
5145
- }
5146
-
5147
- .pa-gallery-img:not(.style2) .pa-gallery-icons-wrapper {
5148
- position: absolute;
5149
- top: 0;
5150
- left: 0;
5151
- width: 100%;
5152
- height: 100%;
5153
- -webkit-transition: all 0.3s ease-in-out;
5154
- transition: all 0.3s ease-in-out;
5155
- }
5156
-
5157
- .pa-gallery-img:not(.style2) .pa-gallery-icons-inner-container {
5158
- position: absolute;
5159
- top: 33.33%;
5160
- width: 100%;
5161
- text-align: center;
5162
- -webkit-transform: translateY(-50%);
5163
- -ms-transform: translateY(-50%);
5164
- transform: translateY(-50%);
5165
- z-index: 3;
5166
- }
5167
-
5168
- .pa-gallery-img.style1 .premium-gallery-caption {
5169
- position: absolute;
5170
- top: auto;
5171
- right: 0;
5172
- bottom: -1px;
5173
- left: 0;
5174
- width: 100%;
5175
- -webkit-transition: all 500ms ease 0s;
5176
- transition: all 500ms ease 0s;
5177
- -webkit-transform: translate3d(0, 100%, 0);
5178
- transform: translate3d(0, 100%, 0);
5179
- }
5180
-
5181
- .pa-gallery-img.style1:hover .premium-gallery-caption {
5182
- -webkit-transform: translate3d(0, 0, 0);
5183
- transform: translate3d(0, 0, 0);
5184
- bottom: -1px !important;
5185
- }
5186
-
5187
- .pa-gallery-img.default .premium-gallery-caption {
5188
- position: absolute;
5189
- top: auto;
5190
- right: 0;
5191
- left: 0;
5192
- width: 100%;
5193
- bottom: 0;
5194
- }
5195
-
5196
- .pa-gallery-img.style2 .pa-gallery-icons-caption-container {
5197
- position: absolute;
5198
- top: 0;
5199
- left: 0;
5200
- width: 100%;
5201
- height: 100%;
5202
- opacity: 0;
5203
- -webkit-backface-visibility: hidden;
5204
- backface-visibility: hidden;
5205
- -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
5206
- transition: opacity 0.3s, -webkit-transform 0.3s;
5207
- transition: transform 0.3s, opacity 0.3s;
5208
- transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
5209
- z-index: 1;
5210
- background-color: rgba(108, 191, 226, 0.68);
5211
- -js-display: flex;
5212
- display: -webkit-box;
5213
- display: -webkit-flex;
5214
- display: -moz-box;
5215
- display: -ms-flexbox;
5216
- display: flex;
5217
- text-align: center;
5218
- -webkit-box-align: center;
5219
- -webkit-align-items: center;
5220
- -moz-box-align: center;
5221
- -ms-flex-align: center;
5222
- align-items: center;
5223
- }
5224
-
5225
- .pa-gallery-img.style2 .pa-gallery-icons-caption-cell {
5226
- width: 100%;
5227
- }
5228
-
5229
- .pa-gallery-img.style2:hover .pa-gallery-icons-caption-container {
5230
- opacity: 1;
5231
- -webkit-transform: translate(15px, 15px);
5232
- -ms-transform: translate(15px, 15px);
5233
- transform: translate(15px, 15px);
5234
- }
5235
-
5236
- .premium-clearfix {
5237
- clear: both;
5238
- }
5239
-
5240
- /**
5241
- * Metro Layout
5242
- */
5243
- .premium-img-gallery-metro .premium-gallery-item {
5244
- overflow: hidden;
5245
- }
5246
-
5247
- .premium-img-gallery-metro .pa-gallery-img {
5248
- height: 100%;
5249
- }
5250
-
5251
- .premium-img-gallery-metro .pa-gallery-img-container {
5252
- height: 100%;
5253
- }
5254
-
5255
- .premium-img-gallery-metro .pa-gallery-img-container img {
5256
- min-height: 100%;
5257
- width: 100%;
5258
- -o-object-fit: fill;
5259
- object-fit: fill;
5260
- }
5261
-
5262
- .premium-img-gallery .premium-gallery-item-hidden {
5263
- visibility: hidden;
5264
- width: 0 !important;
5265
- height: 0 !important;
5266
- margin: 0 !important;
5267
- padding: 0 !important;
5268
- }
5269
-
5270
- .premium-gallery-load-more {
5271
- position: relative;
5272
- }
5273
-
5274
- .premium-gallery-load-more .premium-gallery-load-more-btn {
5275
- -webkit-box-shadow: none;
5276
- box-shadow: none;
5277
- text-shadow: none;
5278
- border: none;
5279
- outline: none;
5280
- -webkit-box-align: center;
5281
- -webkit-align-items: center;
5282
- -moz-box-align: center;
5283
- -ms-flex-align: center;
5284
- align-items: center;
5285
- vertical-align: bottom;
5286
- cursor: pointer;
5287
- line-height: 1;
5288
- font-style: normal;
5289
- font-weight: normal;
5290
- background-image: none;
5291
- color: #fff;
5292
- -webkit-transition: all 0.3s ease-in-out;
5293
- transition: all 0.3s ease-in-out;
5294
- }
5295
-
5296
- .premium-gallery-load-more-btn {
5297
- -js-display: inline-flex;
5298
- display: -webkit-inline-box;
5299
- display: -webkit-inline-flex;
5300
- display: -moz-inline-box;
5301
- display: -ms-inline-flexbox;
5302
- display: inline-flex;
5303
- -webkit-box-align: center;
5304
- -webkit-align-items: center;
5305
- -moz-box-align: center;
5306
- -ms-flex-align: center;
5307
- align-items: center;
5308
- }
5309
-
5310
- .premium-gallery-load-more-btn div {
5311
- margin-left: 3px;
5312
- }
5313
-
5314
- .premium-gallery-load-more-btn .premium-loader {
5315
- display: inline-block;
5316
- width: 20px;
5317
- height: 20px;
5318
- }
5319
-
5320
- .pa-gallery-img .pa-gallery-lightbox-wrap {
5321
- display: inline-block;
5322
- }
5323
-
5324
- .premium-img-gallery-no-lightbox .premium-gallery-video-item .pa-gallery-img,
5325
- .pa-gallery-img .pa-gallery-video-icon {
5326
- cursor: pointer;
5327
- }
5328
-
5329
- .pa-gallery-img-container iframe {
5330
- position: absolute;
5331
- visibility: hidden;
5332
- top: 0;
5333
- left: 0;
5334
- max-width: 100%;
5335
- width: 100%;
5336
- height: 100%;
5337
- margin: 0;
5338
- line-height: 1;
5339
- border: none;
5340
- }
5341
-
5342
- .pa-gallery-img-container video {
5343
- position: absolute;
5344
- visibility: hidden;
5345
- top: 0;
5346
- left: 0;
5347
- max-width: 100%;
5348
- width: 100%;
5349
- height: 100%;
5350
- margin: 0;
5351
- line-height: 1;
5352
- border: none;
5353
- -o-object-fit: contain;
5354
- object-fit: contain;
5355
- }
5356
-
5357
- .pa-gallery-icons-inner-container svg,
5358
- .pa-gallery-icons-caption-cell svg {
5359
- width: 14px;
5360
- height: 14px;
5361
- }
5362
-
5363
- .premium-gallery-gradient-layer {
5364
- position: absolute;
5365
- bottom: 40px;
5366
- width: 100%;
5367
- height: 20px;
5368
- background: -webkit-gradient(linear, left bottom, left top, from(#17181f), to(rgba(255, 255, 255, 0)));
5369
- background: -webkit-linear-gradient(bottom, #17181f 0%, rgba(255, 255, 255, 0) 100%);
5370
- background: linear-gradient(to top, #17181f 0%, rgba(255, 255, 255, 0) 100%);
5371
- }
5372
-
5373
- /********* Premium Lottie Animations *********/
5374
- /*********************************************/
5375
- .elementor-widget-premium-lottie .premium-lottie-animation {
5376
- position: relative;
5377
- -js-display: inline-flex;
5378
- display: -webkit-inline-box;
5379
- display: -webkit-inline-flex;
5380
- display: -moz-inline-box;
5381
- display: -ms-inline-flexbox;
5382
- display: inline-flex;
5383
- -webkit-transition: all 0.3s ease-in-out;
5384
- transition: all 0.3s ease-in-out;
5385
- }
5386
-
5387
- .elementor-widget-premium-lottie .premium-lottie-animation a {
5388
- position: absolute;
5389
- left: 0;
5390
- top: 0;
5391
- width: 100%;
5392
- height: 100%;
5393
- z-index: 2;
5394
- }
5395
-
5396
- /**************** Premium Google Maps ******************/
5397
- /*******************************************************/
5398
- .premium-maps-info-container {
5399
- margin-top: 10px;
5400
- margin-bottom: 10px;
5401
- }
5402
-
5403
- .premium-maps-info-title,
5404
- .premium-maps-info-desc {
5405
- margin: 0;
5406
- padding: 0;
5407
- }
5408
-
5409
- .premium-maps-container .gm-style-iw {
5410
- text-align: center;
5411
- }
5412
-
5413
- .premium-maps-container .gm-style img {
5414
- max-width: none !important;
5415
- }
5416
-
5417
- /**************** Premium Modal Box ****************/
5418
- /***************************************************/
5419
- .premium-modal-trigger-btn,
5420
- .premium-modal-box-modal-lower-close {
5421
- display: inline-block;
5422
- padding: 6px 12px;
5423
- margin-bottom: 0;
5424
- font-size: 14px;
5425
- font-weight: normal;
5426
- line-height: 1.42857143;
5427
- text-align: center;
5428
- white-space: nowrap;
5429
- vertical-align: middle;
5430
- -ms-touch-action: manipulation;
5431
- touch-action: manipulation;
5432
- cursor: pointer;
5433
- -webkit-user-select: none;
5434
- -moz-user-select: none;
5435
- -ms-user-select: none;
5436
- user-select: none;
5437
- background-image: none;
5438
- border: 1px solid transparent;
5439
- }
5440
-
5441
- .premium-modal-trigger-btn>svg,
5442
- .premium-modal-trigger-btn .premium-modal-box-icon {
5443
- -webkit-transition: all 0.3s ease-in-out;
5444
- transition: all 0.3s ease-in-out;
5445
- }
5446
-
5447
- .premium-modal-trigger-btn>svg {
5448
- width: 30px;
5449
- height: 30px;
5450
- }
5451
-
5452
- .premium-modal-box-modal-close {
5453
- float: right;
5454
- font-size: 21px;
5455
- font-weight: bold;
5456
- line-height: 1;
5457
- color: #000;
5458
- }
5459
-
5460
- .premium-modal-box-modal-close:hover,
5461
- .premium-modal-box-modal-close:focus {
5462
- color: #000;
5463
- text-decoration: none;
5464
- cursor: pointer;
5465
- }
5466
-
5467
- button.premium-modal-box-modal-close {
5468
- -webkit-appearance: none;
5469
- padding: 0;
5470
- cursor: pointer;
5471
- background: transparent;
5472
- border: 0;
5473
- }
5474
-
5475
- .premium-modal-box-modal {
5476
- position: fixed;
5477
- top: 0;
5478
- right: 0;
5479
- bottom: 0;
5480
- left: 0;
5481
- z-index: 1050;
5482
- display: none;
5483
- -webkit-overflow-scrolling: touch;
5484
- outline: 0;
5485
- padding: 0 !important;
5486
- background: rgba(0, 0, 0, 0.5);
5487
- -webkit-box-align: center;
5488
- -webkit-align-items: center;
5489
- -moz-box-align: center;
5490
- -ms-flex-align: center;
5491
- align-items: center;
5492
- -webkit-box-pack: center;
5493
- -webkit-justify-content: center;
5494
- -moz-box-pack: center;
5495
- -ms-flex-pack: center;
5496
- justify-content: center;
5497
- }
5498
-
5499
- .premium-modal-box-modal .premium-modal-box-modal-dialog {
5500
- position: absolute;
5501
- max-height: -webkit-calc(100vh - 150px);
5502
- max-height: calc(100vh - 150px);
5503
- -js-display: flex;
5504
- display: -webkit-box;
5505
- display: -webkit-flex;
5506
- display: -moz-box;
5507
- display: -ms-flexbox;
5508
- display: flex;
5509
- -webkit-box-orient: vertical;
5510
- -webkit-box-direction: normal;
5511
- -webkit-flex-direction: column;
5512
- -moz-box-orient: vertical;
5513
- -moz-box-direction: normal;
5514
- -ms-flex-direction: column;
5515
- flex-direction: column;
5516
- opacity: 0;
5517
- background-color: #fff;
5518
- border: 1px solid rgba(0, 0, 0, 0.2);
5519
- -webkit-border-radius: 6px;
5520
- border-radius: 6px;
5521
- }
5522
-
5523
- .premium-modal-box-modal-content {
5524
- background-clip: padding-box;
5525
- outline: 0;
5526
- overflow-x: hidden;
5527
- }
5528
-
5529
- .premium-modal-backdrop.premium-in {
5530
- filter: alpha(opacity=50);
5531
- opacity: 0.5 !important;
5532
- }
5533
-
5534
- .premium-in {
5535
- opacity: 1;
5536
- }
5537
-
5538
- .premium-modal-backdrop {
5539
- position: fixed;
5540
- top: 0;
5541
- right: 0;
5542
- bottom: 0;
5543
- left: 0;
5544
- z-index: 1040;
5545
- background-color: #000;
5546
- }
5547
-
5548
- .premium-in {
5549
- -js-display: flex !important;
5550
- display: -webkit-box !important;
5551
- display: -webkit-flex !important;
5552
- display: -moz-box !important;
5553
- display: -ms-flexbox !important;
5554
- display: flex !important;
5555
- }
5556
-
5557
- .premium-modal-box-modal-header {
5558
- -js-display: flex;
5559
- display: -webkit-box;
5560
- display: -webkit-flex;
5561
- display: -moz-box;
5562
- display: -ms-flexbox;
5563
- display: flex;
5564
- -webkit-box-pack: justify;
5565
- -webkit-justify-content: space-between;
5566
- -moz-box-pack: justify;
5567
- -ms-flex-pack: justify;
5568
- justify-content: space-between;
5569
- -webkit-box-align: center;
5570
- -webkit-align-items: center;
5571
- -moz-box-align: center;
5572
- -ms-flex-align: center;
5573
- align-items: center;
5574
- padding: 5px 15px;
5575
- border-bottom: 1px solid #e5e5e5;
5576
- }
5577
-
5578
- .premium-modal-box-modal-header .premium-modal-box-modal-close {
5579
- margin-top: -2px;
5580
- }
5581
-
5582
- .premium-modal-box-modal-header .premium-modal-box-modal-title {
5583
- -js-display: flex;
5584
- display: -webkit-box;
5585
- display: -webkit-flex;
5586
- display: -moz-box;
5587
- display: -ms-flexbox;
5588
- display: flex;
5589
- -webkit-box-align: center;
5590
- -webkit-align-items: center;
5591
- -moz-box-align: center;
5592
- -ms-flex-align: center;
5593
- align-items: center;
5594
- margin: 0;
5595
- padding: 0;
5596
- }
5597
-
5598
- .premium-modal-box-modal-header .premium-modal-box-modal-title svg {
5599
- width: 50px;
5600
- height: 60px;
5601
- }
5602
-
5603
- .premium-modal-box-modal-body {
5604
- position: relative;
5605
- padding: 15px;
5606
- }
5607
-
5608
- .premium-modal-box-modal-footer {
5609
- padding: 15px;
5610
- text-align: right;
5611
- border-top: 1px solid #e5e5e5;
5612
- }
5613
-
5614
- .premium-modal-scrollbar-measure {
5615
- position: absolute;
5616
- top: -9999px;
5617
- width: 50px;
5618
- height: 50px;
5619
- overflow: scroll;
5620
- }
5621
-
5622
- .premium-modal-trigger-text {
5623
- background: none !important;
5624
- display: inline-block;
5625
- }
5626
-
5627
- .premium-modal-box-container {
5628
- width: 100% !important;
5629
- }
5630
-
5631
- /*Open Modal Button Style*/
5632
- .premium-modal-trigger-container .premium-modal-trigger-btn {
5633
- -js-display: inline-flex;
5634
- display: -webkit-inline-box;
5635
- display: -webkit-inline-flex;
5636
- display: -moz-inline-box;
5637
- display: -ms-inline-flexbox;
5638
- display: inline-flex;
5639
- -webkit-box-align: center;
5640
- -webkit-align-items: center;
5641
- -moz-box-align: center;
5642
- -ms-flex-align: center;
5643
- align-items: center;
5644
- border: none;
5645
- -webkit-transition: all 0.3s ease-in-out;
5646
- transition: all 0.3s ease-in-out;
5647
- }
5648
-
5649
- .premium-modal-trigger-container .premium-modal-trigger-btn.premium-btn-block {
5650
- -webkit-box-pack: center;
5651
- -webkit-justify-content: center;
5652
- -moz-box-pack: center;
5653
- -ms-flex-pack: center;
5654
- justify-content: center;
5655
- }
5656
-
5657
- .premium-modal-trigger-container .premium-modal-trigger-img,
5658
- .premium-modal-trigger-container .premium-modal-trigger-text,
5659
- .premium-modal-trigger-container .premium-modal-trigger-animation {
5660
- cursor: pointer;
5661
- }
5662
-
5663
- .premium-modal-trigger-container .premium-modal-trigger-animation {
5664
- display: inline-block;
5665
- width: 200px;
5666
- height: 200px;
5667
- -webkit-transition: all 0.3s ease-in-out;
5668
- transition: all 0.3s ease-in-out;
5669
- }
5670
-
5671
- /*Image on Modal Header Style*/
5672
- .premium-modal-box-modal-header img {
5673
- width: 48px;
5674
- padding-right: 5px;
5675
- }
5676
-
5677
- .premium-modal-box-modal-header i,
5678
- .premium-modal-box-modal-header svg {
5679
- padding-right: 6px;
5680
- }
5681
-
5682
- .premium-modal-box-modal-close {
5683
- position: relative;
5684
- z-index: 99;
5685
- }
5686
-
5687
- .premium-modal-trigger-img,
5688
- .premium-modal-trigger-text,
5689
- .premium-modal-box-close-button-container,
5690
- .premium-modal-box-modal-close,
5691
- .premium-modal-box-modal-lower-close {
5692
- -webkit-transition: all 0.3s ease-in-out;
5693
- transition: all 0.3s ease-in-out;
5694
- }
5695
-
5696
- @media (min-width: 768px) {
5697
- .premium-modal-box-modal-dialog {
5698
- width: 700px;
5699
- max-height: 600px;
5700
- overflow: auto;
5701
- }
5702
- }
5703
-
5704
- @media (max-width: 767px) {
5705
- .premium-modal-box-modal-dialog {
5706
- width: 100%;
5707
- max-height: 500px;
5708
- overflow: auto;
5709
- }
5710
- }
5711
-
5712
- .premium-modal-box-container[data-modal-animation*="animated-"] {
5713
- opacity: 0;
5714
- }
5715
-
5716
- /************ Premium Nav Menu ************/
5717
- .premium-nav-widget-container ul {
5718
- list-style: none;
5719
- margin: 0;
5720
- padding: 0;
5721
- }
5722
-
5723
- .premium-nav-widget-container .premium-main-nav-menu {
5724
- -js-display: flex;
5725
- display: -webkit-box;
5726
- display: -webkit-flex;
5727
- display: -moz-box;
5728
- display: -ms-flexbox;
5729
- display: flex;
5730
- height: 100%;
5731
- }
5732
-
5733
- /*Vertical Main Menu**/
5734
- .premium-nav-ver .premium-ver-inner-container {
5735
- width: 45%;
5736
- position: relative;
5737
- }
5738
-
5739
- .premium-nav-ver .premium-nav-menu-container,
5740
- .premium-nav-ver .premium-ver-toggler {
5741
- width: 100%;
5742
- }
5743
-
5744
- .premium-nav-ver .premium-nav-menu-container {
5745
- background-color: #fff;
5746
- -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
5747
- box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
5748
- }
5749
-
5750
- .premium-nav-ver .premium-main-nav-menu {
5751
- position: relative;
5752
- -webkit-box-orient: vertical;
5753
- -webkit-box-direction: normal;
5754
- -webkit-flex-direction: column;
5755
- -moz-box-orient: vertical;
5756
- -moz-box-direction: normal;
5757
- -ms-flex-direction: column;
5758
- flex-direction: column;
5759
- -webkit-box-align: start;
5760
- -webkit-align-items: flex-start;
5761
- -moz-box-align: start;
5762
- -ms-flex-align: start;
5763
- align-items: flex-start;
5764
- }
5765
-
5766
- .premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
5767
- visibility: hidden;
5768
- opacity: 0;
5769
- position: absolute;
5770
- min-width: 250px;
5771
- }
5772
-
5773
- .premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.menu-item-has-children:hover>.premium-sub-menu,
5774
- .premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.menu-item-has-children:hover .premium-mega-content-container {
5775
- opacity: 1;
5776
- visibility: visible;
5777
- }
5778
-
5779
- .premium-nav-ver .premium-nav-menu-item {
5780
- width: 100%;
5781
- }
5782
-
5783
- .premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-right .premium-mega-content-container,
5784
- .premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-right .premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
5785
- left: 100%;
5786
- top: 0;
5787
- }
5788
-
5789
- .premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-left .premium-mega-content-container,
5790
- .premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-left .premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
5791
- right: 100%;
5792
- top: 0;
5793
- }
5794
-
5795
- .premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-left .premium-menu-link {
5796
- -webkit-box-orient: horizontal;
5797
- -webkit-box-direction: reverse;
5798
- -webkit-flex-direction: row-reverse;
5799
- -moz-box-orient: horizontal;
5800
- -moz-box-direction: reverse;
5801
- -ms-flex-direction: row-reverse;
5802
- flex-direction: row-reverse;
5803
- }
5804
-
5805
- /*Horizontal Main Menu**/
5806
- .premium-nav-hor .premium-nav-menu-container {
5807
- height: 60px;
5808
- }
5809
-
5810
- .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item .premium-sub-menu {
5811
- visibility: hidden;
5812
- opacity: 0;
5813
- position: absolute;
5814
- min-width: 220px;
5815
- }
5816
-
5817
- .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item>.premium-sub-menu,
5818
- .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item .premium-mega-content-container {
5819
- top: 100%;
5820
- }
5821
-
5822
- .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item>.premium-sub-menu .premium-sub-menu,
5823
- .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item .premium-mega-content-container .premium-sub-menu {
5824
- left: 100%;
5825
- top: 0;
5826
- }
5827
-
5828
- .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item:hover>.premium-sub-menu,
5829
- .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item:hover .premium-mega-content-container {
5830
- visibility: visible;
5831
- opacity: 1;
5832
- pointer-events: auto;
5833
- }
5834
-
5835
- .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-mega-item-static .premium-mega-content-container {
5836
- left: 50%;
5837
- -webkit-transform: translateX(-50%);
5838
- -ms-transform: translateX(-50%);
5839
- transform: translateX(-50%);
5840
- }
5841
-
5842
- .premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item:not(.premium-mega-item-static) .premium-mega-content-container {
5843
- left: 0;
5844
- }
5845
-
5846
- /**Mega Menu Container*/
5847
- .premium-mega-nav-item .premium-sub-menu {
5848
- display: none;
5849
- }
5850
-
5851
- .premium-mega-nav-item {
5852
- position: relative;
5853
- }
5854
-
5855
- .premium-mega-nav-item:hover .premium-mega-content-container {
5856
- visibility: visible;
5857
- opacity: 1;
5858
- pointer-events: auto;
5859
- }
5860
-
5861
- .premium-mega-content-container {
5862
- visibility: hidden;
5863
- position: absolute;
5864
- z-index: 9999;
5865
- opacity: 0;
5866
- pointer-events: none;
5867
- }
5868
-
5869
- .premium-hamburger-menu .premium-mega-content-container,
5870
- .premium-nav-slide .premium-mega-content-container,
5871
- .premium-nav-dropdown .premium-mega-content-container {
5872
- visibility: visible;
5873
- position: relative;
5874
- opacity: 1;
5875
- pointer-events: auto;
5876
- }
5877
-
5878
- /**Hamburger Menu*/
5879
- .premium-nav-widget-container a.premium-hamburger-toggle,
5880
- .premium-mobile-menu-outer-container a.premium-mobile-menu-close {
5881
- text-decoration: none;
5882
- }
5883
-
5884
- .premium-nav-widget-container .premium-hamburger-toggle {
5885
- display: none;
5886
- -webkit-box-pack: center;
5887
- -webkit-justify-content: center;
5888
- -moz-box-pack: center;
5889
- -ms-flex-pack: center;
5890
- justify-content: center;
5891
- -webkit-box-align: center;
5892
- -webkit-align-items: center;
5893
- -moz-box-align: center;
5894
- -ms-flex-align: center;
5895
- align-items: center;
5896
- }
5897
-
5898
- .premium-nav-widget-container .premium-hamburger-toggle i {
5899
- padding: 0.25em;
5900
- font-size: 22px;
5901
- }
5902
-
5903
- .premium-nav-widget-container .premium-hamburger-toggle svg {
5904
- width: 22px;
5905
- height: 22px;
5906
- }
5907
-
5908
- .premium-nav-widget-container .premium-hamburger-toggle i,
5909
- .premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-text,
5910
- .premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-close {
5911
- color: #494c4f;
5912
- }
5913
-
5914
- .premium-nav-widget-container .premium-hamburger-toggle svg,
5915
- .premium-nav-widget-container .premium-hamburger-toggle svg path {
5916
- fill: #494c4f;
5917
- }
5918
-
5919
- .premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-text,
5920
- .premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-close {
5921
- margin: 2px;
5922
- }
5923
-
5924
- .premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-close {
5925
- display: none;
5926
- }
5927
-
5928
- .premium-mobile-menu-container {
5929
- width: 100%;
5930
- }
5931
-
5932
- .premium-mobile-menu-container .premium-main-mobile-menu {
5933
- width: 100%;
5934
- }
5935
-
5936
- .premium-mobile-menu-container ul {
5937
- list-style: none;
5938
- margin: 0;
5939
- padding: 0;
5940
- }
5941
-
5942
- .premium-mobile-menu-container .premium-mobile-menu,
5943
- .premium-mobile-menu-container .premium-sub-menu {
5944
- display: none;
5945
- -webkit-box-orient: vertical;
5946
- -webkit-box-direction: normal;
5947
- -webkit-flex-direction: column;
5948
- -moz-box-orient: vertical;
5949
- -moz-box-direction: normal;
5950
- -ms-flex-direction: column;
5951
- flex-direction: column;
5952
- }
5953
-
5954
- .premium-mobile-menu-container .premium-nav-menu-item {
5955
- -webkit-box-orient: vertical;
5956
- -webkit-box-direction: normal;
5957
- -webkit-flex-direction: column;
5958
- -moz-box-orient: vertical;
5959
- -moz-box-direction: normal;
5960
- -ms-flex-direction: column;
5961
- flex-direction: column;
5962
- }
5963
-
5964
- .premium-mobile-menu-container .premium-item-badge {
5965
- top: 50%;
5966
- right: 0;
5967
- left: unset;
5968
- -webkit-transform: translateY(-50%);
5969
- -ms-transform: translateY(-50%);
5970
- transform: translateY(-50%);
5971
- }
5972
-
5973
- .premium-nav-hor .premium-mobile-menu-container .premium-item-badge {
5974
- top: 0;
5975
- -webkit-transform: translateY(0);
5976
- -ms-transform: translateY(0);
5977
- transform: translateY(0);
5978
- }
5979
-
5980
- /**Vertical Hamburger Menu*/
5981
- .premium-mobile-menu-outer-container {
5982
- opacity: 0;
5983
- }
5984
-
5985
- .premium-mobile-menu-outer-container.premium-vertical-toggle-open {
5986
- opacity: 1;
5987
- }
5988
-
5989
- .premium-ver-hamburger-menu .premium-mobile-menu-outer-container {
5990
- background-color: #f7f7f7;
5991
- width: 300px;
5992
- -webkit-transform: translateX(-300px);
5993
- -ms-transform: translateX(-300px);
5994
- transform: translateX(-300px);
5995
- height: 100%;
5996
- position: fixed;
5997
- top: 0;
5998
- left: 0;
5999
- overflow-x: hidden;
6000
- z-index: 10002;
6001
- -webkit-transition: 0.5s;
6002
- transition: 0.5s;
6003
- padding-top: 50px;
6004
- }
6005
-
6006
- .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu {
6007
- -js-display: flex;
6008
- display: -webkit-box;
6009
- display: -webkit-flex;
6010
- display: -moz-box;
6011
- display: -ms-flexbox;
6012
- display: flex;
6013
- }
6014
-
6015
- .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-container {
6016
- margin-top: 50px;
6017
- }
6018
-
6019
- .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-container .premium-item-badge {
6020
- -webkit-transform: translateY(0);
6021
- -ms-transform: translateY(0);
6022
- transform: translateY(0);
6023
- }
6024
-
6025
- .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close {
6026
- position: absolute;
6027
- top: 2%;
6028
- right: 5px;
6029
- padding: 0 9px;
6030
- z-index: 10000;
6031
- -js-display: inline-flex;
6032
- display: -webkit-inline-box;
6033
- display: -webkit-inline-flex;
6034
- display: -moz-inline-box;
6035
- display: -ms-inline-flexbox;
6036
- display: inline-flex;
6037
- color: #494c4f;
6038
- -webkit-box-pack: center;
6039
- -webkit-justify-content: center;
6040
- -moz-box-pack: center;
6041
- -ms-flex-pack: center;
6042
- justify-content: center;
6043
- -webkit-box-align: center;
6044
- -webkit-align-items: center;
6045
- -moz-box-align: center;
6046
- -ms-flex-align: center;
6047
- align-items: center;
6048
- }
6049
-
6050
- .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close .premium-toggle-close {
6051
- margin: 5px;
6052
- }
6053
-
6054
- .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close svg {
6055
- width: 22px;
6056
- height: 22px;
6057
- fill: #494c4f;
6058
- }
6059
-
6060
- .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close svg path {
6061
- fill: #494c4f;
6062
- }
6063
-
6064
- .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close i {
6065
- font-size: 22px;
6066
- }
6067
-
6068
- .premium-ver-hamburger-menu .premium-vertical-toggle-open {
6069
- -webkit-transform: translateX(0) !important;
6070
- -ms-transform: translateX(0) !important;
6071
- transform: translateX(0) !important;
6072
- -webkit-transition: 0.5s;
6073
- transition: 0.5s;
6074
- }
6075
-
6076
- /** Vertical Toggler*/
6077
- .premium-ver-toggle-yes .premium-nav-menu-container {
6078
- height: auto;
6079
- }
6080
-
6081
- .premium-ver-toggle-yes .premium-ver-toggler {
6082
- -js-display: flex;
6083
- display: -webkit-box;
6084
- display: -webkit-flex;
6085
- display: -moz-box;
6086
- display: -ms-flexbox;
6087
- display: flex;
6088
- -webkit-box-align: center;
6089
- -webkit-align-items: center;
6090
- -moz-box-align: center;
6091
- -ms-flex-align: center;
6092
- align-items: center;
6093
- -webkit-box-pack: justify;
6094
- -webkit-justify-content: space-between;
6095
- -moz-box-pack: justify;
6096
- -ms-flex-pack: justify;
6097
- justify-content: space-between;
6098
- padding: 15px 20px 15px 20px;
6099
- background: #eeeeee;
6100
- color: #042551;
6101
- cursor: pointer;
6102
- }
6103
-
6104
- .premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-title,
6105
- .premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-btn {
6106
- -js-display: flex;
6107
- display: -webkit-box;
6108
- display: -webkit-flex;
6109
- display: -moz-box;
6110
- display: -ms-flexbox;
6111
- display: flex;
6112
- -webkit-box-pack: center;
6113
- -webkit-justify-content: center;
6114
- -moz-box-pack: center;
6115
- -ms-flex-pack: center;
6116
- justify-content: center;
6117
- -webkit-box-align: center;
6118
- -webkit-align-items: center;
6119
- -moz-box-align: center;
6120
- -ms-flex-align: center;
6121
- align-items: center;
6122
- }
6123
-
6124
- .premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-txt {
6125
- text-indent: 5px;
6126
- }
6127
-
6128
- .premium-ver-toggle-yes .premium-ver-toggler:hover {
6129
- background: #54595f;
6130
- color: #fff;
6131
- }
6132
-
6133
- .premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-close svg,
6134
- .premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-close svg path,
6135
- .premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-open svg,
6136
- .premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-open svg path,
6137
- .premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-title-icon svg,
6138
- .premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-title-icon svg path {
6139
- fill: #fff;
6140
- }
6141
-
6142
- .premium-ver-toggle-yes .premium-ver-close,
6143
- .premium-ver-toggle-yes .premium-ver-open,
6144
- .premium-ver-toggle-yes .premium-nav-menu-container,
6145
- .premium-ver-toggle-yes .premium-ver-toggler {
6146
- -webkit-transition: all 0.3s linear 0s;
6147
- transition: all 0.3s linear 0s;
6148
- }
6149
-
6150
- .premium-ver-toggle-yes .premium-ver-close i,
6151
- .premium-ver-toggle-yes .premium-ver-close svg,
6152
- .premium-ver-toggle-yes .premium-ver-open i,
6153
- .premium-ver-toggle-yes .premium-ver-open svg,
6154
- .premium-ver-toggle-yes .premium-nav-menu-container i,
6155
- .premium-ver-toggle-yes .premium-nav-menu-container svg,
6156
- .premium-ver-toggle-yes .premium-ver-toggler i,
6157
- .premium-ver-toggle-yes .premium-ver-toggler svg {
6158
- -webkit-transition: color 0.3s linear 0s;
6159
- transition: color 0.3s linear 0s;
6160
- }
6161
-
6162
- .premium-ver-toggle-yes .premium-ver-toggler-txt {
6163
- -webkit-transition: all 0.3s linear 0s;
6164
- transition: all 0.3s linear 0s;
6165
- }
6166
-
6167
- .premium-ver-toggle-yes .premium-ver-close,
6168
- .premium-ver-toggle-yes .premium-ver-open,
6169
- .premium-ver-toggle-yes .premium-ver-title-icon {
6170
- -webkit-box-pack: center;
6171
- -webkit-justify-content: center;
6172
- -moz-box-pack: center;
6173
- -ms-flex-pack: center;
6174
- justify-content: center;
6175
- -webkit-box-align: center;
6176
- -webkit-align-items: center;
6177
- -moz-box-align: center;
6178
- -ms-flex-align: center;
6179
- align-items: center;
6180
- }
6181
-
6182
- .premium-ver-toggle-yes .premium-ver-close i,
6183
- .premium-ver-toggle-yes .premium-ver-open i,
6184
- .premium-ver-toggle-yes .premium-ver-title-icon i {
6185
- font-size: 16px;
6186
- }
6187
-
6188
- .premium-ver-toggle-yes .premium-ver-close svg,
6189
- .premium-ver-toggle-yes .premium-ver-open svg,
6190
- .premium-ver-toggle-yes .premium-ver-title-icon svg {
6191
- width: 17px;
6192
- height: 17px;
6193
- fill: #042551;
6194
- }
6195
-
6196
- .premium-ver-toggle-yes .premium-ver-close svg path,
6197
- .premium-ver-toggle-yes .premium-ver-open svg path,
6198
- .premium-ver-toggle-yes .premium-ver-title-icon svg path {
6199
- fill: #042551;
6200
- }
6201
-
6202
- .premium-ver-toggle-yes.premium-ver-always .premium-ver-open {
6203
- -js-display: inline-flex;
6204
- display: -webkit-inline-box;
6205
- display: -webkit-inline-flex;
6206
- display: -moz-inline-box;
6207
- display: -ms-inline-flexbox;
6208
- display: inline-flex;
6209
- }
6210
-
6211
- .premium-ver-toggle-yes .premium-ver-collapsed .premium-nav-menu-container {
6212
- visibility: hidden;
6213
- opacity: 0;
6214
- }
6215
-
6216
- .premium-ver-toggle-yes .premium-ver-collapsed .premium-ver-close {
6217
- display: none;
6218
- }
6219
-
6220
- .premium-ver-toggle-yes .premium-ver-collapsed .premium-ver-open {
6221
- -js-display: inline-flex;
6222
- display: -webkit-inline-box;
6223
- display: -webkit-inline-flex;
6224
- display: -moz-inline-box;
6225
- display: -ms-inline-flexbox;
6226
- display: inline-flex;
6227
- }
6228
-
6229
- .premium-ver-toggle-yes.premium-ver-hover .premium-nav-menu-container {
6230
- position: absolute;
6231
- z-index: 10002;
6232
- }
6233
-
6234
- .premium-ver-toggle-yes.premium-ver-click .premium-nav-menu-container {
6235
- position: absolute;
6236
- z-index: 10001;
6237
- }
6238
-
6239
- .premium-ver-toggle-yes .premium-nav-menu-container,
6240
- .premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-nav-menu-container {
6241
- visibility: visible;
6242
- opacity: 1;
6243
- }
6244
-
6245
- .premium-ver-toggle-yes .premium-ver-open,
6246
- .premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-ver-open {
6247
- display: none;
6248
- }
6249
-
6250
- .premium-ver-toggle-yes .premium-ver-close,
6251
- .premium-ver-toggle-yes .premium-ver-title-icon,
6252
- .premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-ver-close,
6253
- .premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-ver-title-icon {
6254
- -js-display: inline-flex;
6255
- display: -webkit-inline-box;
6256
- display: -webkit-inline-flex;
6257
- display: -moz-inline-box;
6258
- display: -ms-inline-flexbox;
6259
- display: inline-flex;
6260
- }
6261
-
6262
- /** Sticky Menu */
6263
- .premium-sticky-parent {
6264
- position: fixed;
6265
- z-index: 10003;
6266
- -webkit-transition: all 0.3s linear;
6267
- transition: all 0.3s linear;
6268
- }
6269
-
6270
- .premium-sticky-scroll-yes.premium-sticky-parent.headroom--not-top {
6271
- will-change: transform;
6272
- -webkit-transition: -webkit-transform 500ms linear !important;
6273
- transition: -webkit-transform 500ms linear !important;
6274
- transition: transform 500ms linear !important;
6275
- transition: transform 500ms linear, -webkit-transform 500ms linear !important;
6276
- -webkit-transition-delay: 1s;
6277
- transition-delay: 1s;
6278
- }
6279
-
6280
- .premium-sticky-scroll-yes.premium-sticky-parent.headroom--not-top.slideDown {
6281
- -webkit-transform: translateY(0%);
6282
- -ms-transform: translateY(0%);
6283
- transform: translateY(0%);
6284
- }
6285
-
6286
- .premium-sticky-scroll-yes.premium-sticky-parent.headroom--not-top.slideUp {
6287
- -webkit-transform: translateY(-100%);
6288
- -ms-transform: translateY(-100%);
6289
- transform: translateY(-100%);
6290
- }
6291
-
6292
- .premium-nav-sticky-yes.premium-sticky-active.premium-ham-dropdown .premium-mobile-menu-container,
6293
- .premium-ham-dropdown .premium-stretch-dropdown .premium-mobile-menu-container {
6294
- max-height: 400px;
6295
- overflow-y: auto;
6296
- }
6297
-
6298
- /**Common*/
6299
- .premium-nav-slide-overlay {
6300
- display: none;
6301
- position: fixed;
6302
- top: 0;
6303
- left: 0;
6304
- right: 0;
6305
- bottom: 0;
6306
- -webkit-backface-visibility: hidden;
6307
- backface-visibility: hidden;
6308
- background: rgba(0, 0, 0, 0.6);
6309
- z-index: 10002;
6310
- }
6311
-
6312
- .premium-nav-slide-overlay.premium-vertical-toggle-open {
6313
- display: block;
6314
- }
6315
-
6316
- .premium-active-menu,
6317
- .premium-active-menu:not(.premium-mega-nav-item)>.premium-sub-menu,
6318
- .premium-active-menu.premium-mega-nav-item>.premium-mega-content-container {
6319
- -js-display: flex !important;
6320
- display: -webkit-box !important;
6321
- display: -webkit-flex !important;
6322
- display: -moz-box !important;
6323
- display: -ms-flexbox !important;
6324
- display: flex !important;
6325
- -webkit-box-orient: vertical;
6326
- -webkit-box-direction: normal;
6327
- -webkit-flex-direction: column;
6328
- -moz-box-orient: vertical;
6329
- -moz-box-direction: normal;
6330
- -ms-flex-direction: column;
6331
- flex-direction: column;
6332
- }
6333
-
6334
- .premium-active-menu .premium-toggle-close {
6335
- display: block;
6336
- }
6337
-
6338
- .premium-nav-menu-container .premium-sub-menu {
6339
- background-color: #fff;
6340
- }
6341
-
6342
- .premium-mobile-menu-container li,
6343
- .premium-mobile-menu-container li>.premium-mega-content-container {
6344
- width: 100% !important;
6345
- }
6346
-
6347
- .premium-item-icon,
6348
- .premium-sub-item-icon {
6349
- font-size: 13px;
6350
- margin: 0 7px;
6351
- }
6352
-
6353
- .premium-item-icon svg,
6354
- .premium-sub-item-icon svg {
6355
- width: 100%;
6356
- height: 100%;
6357
- }
6358
-
6359
- .premium-item-icon.premium-lottie-animation,
6360
- .premium-sub-item-icon.premium-lottie-animation {
6361
- width: 20px;
6362
- height: 20px;
6363
- -js-display: flex;
6364
- display: -webkit-box;
6365
- display: -webkit-flex;
6366
- display: -moz-box;
6367
- display: -ms-flexbox;
6368
- display: flex;
6369
- -webkit-box-pack: center;
6370
- -webkit-justify-content: center;
6371
- -moz-box-pack: center;
6372
- -ms-flex-pack: center;
6373
- justify-content: center;
6374
- }
6375
-
6376
- .premium-item-icon.dashicons,
6377
- .premium-sub-item-icon.dashicons {
6378
- width: 13px;
6379
- height: 13px;
6380
- }
6381
-
6382
- .premium-nav-menu-item {
6383
- position: relative;
6384
- }
6385
-
6386
- .premium-nav-menu-item .premium-menu-link {
6387
- -js-display: flex;
6388
- display: -webkit-box;
6389
- display: -webkit-flex;
6390
- display: -moz-box;
6391
- display: -ms-flexbox;
6392
- display: flex;
6393
- -webkit-box-align: center;
6394
- -webkit-align-items: center;
6395
- -moz-box-align: center;
6396
- -ms-flex-align: center;
6397
- align-items: center;
6398
- height: 100%;
6399
- padding: 7px 10px;
6400
- text-decoration: none;
6401
- position: relative;
6402
- }
6403
-
6404
- .premium-nav-menu-item .premium-dropdown-icon {
6405
- margin: 5px;
6406
- }
6407
-
6408
- .premium-nav-menu-item.menu-item-has-children {
6409
- position: relative;
6410
- }
6411
-
6412
- .premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
6413
- z-index: 9999;
6414
- }
6415
-
6416
- .premium-nav-menu-item.menu-item-has-children .premium-sub-menu .premium-sub-menu-link {
6417
- -webkit-box-pack: start;
6418
- -webkit-justify-content: flex-start;
6419
- -moz-box-pack: start;
6420
- -ms-flex-pack: start;
6421
- justify-content: flex-start;
6422
- }
6423
-
6424
- .premium-nav-menu-item .menu-link {
6425
- position: relative;
6426
- text-decoration: none;
6427
- }
6428
-
6429
- .premium-item-badge,
6430
- .premium-sub-item-badge {
6431
- position: absolute;
6432
- padding: 1px 6px;
6433
- min-width: 35px;
6434
- text-align: center;
6435
- font-size: 10px;
6436
- -webkit-border-radius: 4px;
6437
- border-radius: 4px;
6438
- line-height: 1.8;
6439
- white-space: nowrap;
6440
- }
6441
-
6442
- .premium-nav-hor:not(.premium-hamburger-menu) .premium-item-badge,
6443
- .premium-nav-hor:not(.premium-nav-slide) .premium-item-badge,
6444
- .premium-nav-hor:not(.premium-nav-dropdown) .premium-item-badge {
6445
- position: relative;
6446
- margin: 8px;
6447
- }
6448
-
6449
- .premium-nav-hor .premium-sub-item-badge,
6450
- .premium-nav-slide .premium-sub-item-badge,
6451
- .premium-nav-dropdown .premium-sub-item-badge,
6452
- .premium-nav-ver.premium-vertical-right .premium-item-badge,
6453
- .premium-nav-ver.premium-vertical-right .premium-sub-item-badge {
6454
- top: 50%;
6455
- right: 0;
6456
- -webkit-transform: translateY(-50%);
6457
- -ms-transform: translateY(-50%);
6458
- transform: translateY(-50%);
6459
- }
6460
-
6461
- .premium-nav-ver.premium-vertical-left .premium-item-badge,
6462
- .premium-nav-ver.premium-vertical-left .premium-sub-item-badge {
6463
- top: 50%;
6464
- left: 0;
6465
- -webkit-transform: translateY(-50%);
6466
- -ms-transform: translateY(-50%);
6467
- transform: translateY(-50%);
6468
- }
6469
-
6470
- .premium-mega-nav-item .premium-sub-menu {
6471
- display: none;
6472
- }
6473
-
6474
- .premium-mega-nav-item {
6475
- position: relative;
6476
- }
6477
-
6478
- .premium-hamburger-menu .premium-mega-content-container,
6479
- .premium-nav-dropdown .premium-mega-content-container,
6480
- .premium-nav-slide .premium-mega-content-container {
6481
- display: none;
6482
- }
6483
-
6484
- .premium-mega-item-static {
6485
- position: static !important;
6486
- }
6487
-
6488
- .premium-hamburger-menu .premium-nav-menu-container,
6489
- .premium-nav-dropdown .premium-nav-menu-container,
6490
- .premium-nav-slide .premium-nav-menu-container {
6491
- display: none;
6492
- }
6493
-
6494
- .premium-hamburger-menu .premium-hamburger-toggle,
6495
- .premium-nav-dropdown .premium-hamburger-toggle,
6496
- .premium-nav-slide .premium-hamburger-toggle {
6497
- -js-display: inline-flex;
6498
- display: -webkit-inline-box;
6499
- display: -webkit-inline-flex;
6500
- display: -moz-inline-box;
6501
- display: -ms-inline-flexbox;
6502
- display: inline-flex;
6503
- }
6504
-
6505
- .premium-hidden-icon-yes.premium-hamburger-menu .premium-item-icon,
6506
- .premium-hidden-icon-yes.premium-hamburger-menu .premium-sub-item-icon,
6507
- .premium-hidden-icon-yes.premium-nav-dropdown .premium-item-icon,
6508
- .premium-hidden-icon-yes.premium-nav-dropdown .premium-sub-item-icon,
6509
- .premium-hidden-icon-yes.premium-nav-slide .premium-item-icon,
6510
- .premium-hidden-icon-yes.premium-nav-slide .premium-sub-item-icon {
6511
- display: none;
6512
- }
6513
-
6514
- .premium-hidden-badge-yes.premium-hamburger-menu .premium-item-badge,
6515
- .premium-hidden-badge-yes.premium-hamburger-menu .premium-sub-item-badge,
6516
- .premium-hidden-badge-yes.premium-nav-dropdown .premium-item-badge,
6517
- .premium-hidden-badge-yes.premium-nav-dropdown .premium-sub-item-badge,
6518
- .premium-hidden-badge-yes.premium-nav-slide .premium-item-badge,
6519
- .premium-hidden-badge-yes.premium-nav-slide .premium-sub-item-badge {
6520
- display: none;
6521
- }
6522
-
6523
- .premium-ham-dropdown .premium-mobile-menu-container,
6524
- .premium-nav-dropdown .premium-mobile-menu-container {
6525
- -js-display: flex;
6526
- display: -webkit-box;
6527
- display: -webkit-flex;
6528
- display: -moz-box;
6529
- display: -ms-flexbox;
6530
- display: flex;
6531
- }
6532
-
6533
- .premium-ham-dropdown .premium-toggle-opened .premium-toggle-close,
6534
- .premium-nav-dropdown .premium-toggle-opened .premium-toggle-close {
6535
- display: inline !important;
6536
- }
6537
-
6538
- .premium-ham-dropdown .premium-toggle-opened .premium-toggle-text,
6539
- .premium-nav-dropdown .premium-toggle-opened .premium-toggle-text {
6540
- display: none !important;
6541
- }
6542
-
6543
- .premium-stretch-dropdown .premium-mobile-menu-container {
6544
- position: absolute;
6545
- z-index: 9999;
6546
- }
6547
-
6548
- .premium-nav-default {
6549
- display: none;
6550
- }
6551
-
6552
- .premium-hamburger-toggle {
6553
- width: 100%;
6554
- }
6555
-
6556
- /*
6557
- * Pointer & Pointer Animations
6558
- */
6559
- .premium-menu-link-parent::before,
6560
- .premium-menu-link-parent::after {
6561
- display: block;
6562
- position: absolute;
6563
- -webkit-transition: all 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
6564
- transition: all 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
6565
- }
6566
-
6567
- .premium-nav-pointer-underline .premium-menu-link-parent::after,
6568
- .premium-nav-pointer-double-line .premium-menu-link-parent::after {
6569
- content: "";
6570
- bottom: 0;
6571
- }
6572
-
6573
- .premium-nav-pointer-overline .premium-menu-link-parent::before,
6574
- .premium-nav-pointer-double-line .premium-menu-link-parent::before {
6575
- content: "";
6576
- top: 0;
6577
- }
6578
-
6579
- .premium-nav-pointer-underline .premium-menu-link-parent::before,
6580
- .premium-nav-pointer-underline .premium-menu-link-parent::after,
6581
- .premium-nav-pointer-overline .premium-menu-link-parent::before,
6582
- .premium-nav-pointer-overline .premium-menu-link-parent::after,
6583
- .premium-nav-pointer-double-line .premium-menu-link-parent::before,
6584
- .premium-nav-pointer-double-line .premium-menu-link-parent::after {
6585
- height: 3px;
6586
- width: 100%;
6587
- left: 0;
6588
- background-color: #55595c;
6589
- z-index: 2;
6590
- }
6591
-
6592
- .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6593
- .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
6594
- opacity: 0;
6595
- }
6596
-
6597
- .premium-nav-pointer-underline.premium-nav-animation-none,
6598
- .premium-nav-pointer-overline.premium-nav-animation-none,
6599
- .premium-nav-pointer-double-line.premium-nav-animation-none {
6600
- -webkit-transition-duration: 0s;
6601
- transition-duration: 0s;
6602
- }
6603
-
6604
- .premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent,
6605
- .premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent::before,
6606
- .premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent::after,
6607
- .premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent:focus,
6608
- .premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent:hover,
6609
- .premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent,
6610
- .premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent::before,
6611
- .premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent::after,
6612
- .premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent:focus,
6613
- .premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent:hover,
6614
- .premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent,
6615
- .premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent::before,
6616
- .premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent::after,
6617
- .premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent:focus,
6618
- .premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent:hover {
6619
- -webkit-transition-duration: 0s;
6620
- transition-duration: 0s;
6621
- }
6622
-
6623
- .premium-nav-pointer-underline.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
6624
- .premium-nav-pointer-double-line.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
6625
- width: 10px;
6626
- inset-inline-start: 100%;
6627
- }
6628
-
6629
- .premium-nav-pointer-overline.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6630
- .premium-nav-pointer-double-line.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6631
- width: 10px;
6632
- left: -20px;
6633
- }
6634
-
6635
- .premium-nav-pointer-underline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6636
- .premium-nav-pointer-underline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
6637
- .premium-nav-pointer-overline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6638
- .premium-nav-pointer-overline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
6639
- .premium-nav-pointer-double-line.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6640
- .premium-nav-pointer-double-line.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
6641
- height: 0;
6642
- width: 0;
6643
- left: 50%;
6644
- }
6645
-
6646
- .premium-nav-pointer-underline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6647
- .premium-nav-pointer-overline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6648
- .premium-nav-pointer-double-line.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6649
- top: -10px;
6650
- }
6651
-
6652
- .premium-nav-pointer-underline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
6653
- .premium-nav-pointer-overline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
6654
- .premium-nav-pointer-double-line.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
6655
- bottom: -10px;
6656
- }
6657
-
6658
- .premium-nav-pointer-underline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6659
- .premium-nav-pointer-overline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
6660
- .premium-nav-pointer-double-line.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6661
- top: 10px;
6662
- }
6663
-
6664
- .premium-nav-pointer-underline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
6665
- .premium-nav-pointer-overline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
6666
- .premium-nav-pointer-double-line.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
6667
- bottom: 10px;
6668
- }
6669
-
6670
- .premium-nav-pointer-framed .premium-menu-link-parent::before {
6671
- content: "";
6672
- }
6673
-
6674
- .premium-nav-pointer-framed .premium-menu-link-parent::before,
6675
- .premium-nav-pointer-framed .premium-menu-link-parent::after {
6676
- background: transparent;
6677
- left: 0;
6678
- top: 0;
6679
- bottom: 0;
6680
- right: 0;
6681
- border: 3px solid #55595c;
6682
- }
6683
-
6684
- .premium-nav-pointer-framed.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6685
- -webkit-transform: scale(0.75);
6686
- -ms-transform: scale(0.75);
6687
- transform: scale(0.75);
6688
- }
6689
-
6690
- .premium-nav-pointer-framed.premium-nav-animation-shrink .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6691
- -webkit-transform: scale(1.25);
6692
- -ms-transform: scale(1.25);
6693
- transform: scale(1.25);
6694
- }
6695
-
6696
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::before,
6697
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::after {
6698
- width: 3px;
6699
- height: 3px;
6700
- }
6701
-
6702
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::before {
6703
- border-width: 0 0 3px 3px;
6704
- -webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
6705
- transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
6706
- }
6707
-
6708
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::after {
6709
- content: "";
6710
- top: auto;
6711
- bottom: 0;
6712
- left: auto;
6713
- right: 0;
6714
- border-width: 3px 3px 0 0;
6715
- -webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
6716
- transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
6717
- }
6718
-
6719
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::before,
6720
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::before {
6721
- -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
6722
- transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
6723
- }
6724
-
6725
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::after,
6726
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::after {
6727
- -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
6728
- transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
6729
- }
6730
-
6731
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::before,
6732
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::after,
6733
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::before,
6734
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::after {
6735
- width: 100%;
6736
- height: 100%;
6737
- }
6738
-
6739
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::before {
6740
- -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
6741
- transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
6742
- }
6743
-
6744
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::after {
6745
- -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
6746
- transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
6747
- }
6748
-
6749
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::before,
6750
- .premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::after {
6751
- width: 100%;
6752
- height: 100%;
6753
- }
6754
-
6755
- .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::before {
6756
- border-width: 3px 0 0 3px;
6757
- }
6758
-
6759
- .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::after {
6760
- content: "";
6761
- top: auto;
6762
- bottom: 0;
6763
- left: auto;
6764
- right: 0;
6765
- border-width: 0 3px 3px 0;
6766
- }
6767
-
6768
- .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::before,
6769
- .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::after {
6770
- width: 3px;
6771
- height: 3px;
6772
- }
6773
-
6774
- .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:hover::before,
6775
- .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:hover::after,
6776
- .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:focus::before,
6777
- .premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:focus::after {
6778
- width: 100%;
6779
- height: 100%;
6780
- -webkit-transition: opacity 2ms, width 0.4s, height 0.4s;
6781
- transition: opacity 2ms, width 0.4s, height 0.4s;
6782
- }
6783
-
6784
- .premium-nav-pointer-framed.premium-nav-animation-corners .premium-active-item .premium-menu-link-parent::before,
6785
- .premium-nav-pointer-framed.premium-nav-animation-corners .premium-active-item .premium-menu-link-parent::after {
6786
- width: 100%;
6787
- height: 100%;
6788
- -webkit-transition: opacity 2ms, width 0.4s, height 0.4s;
6789
- transition: opacity 2ms, width 0.4s, height 0.4s;
6790
- }
6791
-
6792
- .premium-nav-pointer-text.premium-nav-animation-grow .premium-menu-link-parent:hover,
6793
- .premium-nav-pointer-text.premium-nav-animation-grow .premium-menu-link-parent:focus {
6794
- -webkit-transform: scale(1.2);
6795
- -ms-transform: scale(1.2);
6796
- transform: scale(1.2);
6797
- }
6798
-
6799
- .premium-nav-pointer-text.premium-nav-animation-shrink .premium-menu-link-parent:hover,
6800
- .premium-nav-pointer-text.premium-nav-animation-shrink .premium-menu-link-parent:focus {
6801
- -webkit-transform: scale(0.8);
6802
- -ms-transform: scale(0.8);
6803
- transform: scale(0.8);
6804
- }
6805
-
6806
- .premium-nav-pointer-text.premium-nav-animation-sink .premium-menu-link-parent:hover,
6807
- .premium-nav-pointer-text.premium-nav-animation-sink .premium-menu-link-parent:focus {
6808
- -webkit-transform: translateY(8px);
6809
- -ms-transform: translateY(8px);
6810
- transform: translateY(8px);
6811
- }
6812
-
6813
- .premium-nav-pointer-text.premium-nav-animation-float .premium-menu-link-parent:hover,
6814
- .premium-nav-pointer-text.premium-nav-animation-float .premium-menu-link-parent:focus {
6815
- -webkit-transform: translateY(-8px);
6816
- -ms-transform: translateY(-8px);
6817
- transform: translateY(-8px);
6818
- }
6819
-
6820
- .premium-nav-pointer-text.premium-nav-animation-skew .premium-menu-link-parent:hover,
6821
- .premium-nav-pointer-text.premium-nav-animation-skew .premium-menu-link-parent:focus {
6822
- -webkit-transform: skew(-8deg);
6823
- -ms-transform: skew(-8deg);
6824
- transform: skew(-8deg);
6825
- }
6826
-
6827
- .premium-nav-pointer-text.premium-nav-animation-rotate .premium-menu-link-parent:hover,
6828
- .premium-nav-pointer-text.premium-nav-animation-rotate .premium-menu-link-parent:focus {
6829
- -webkit-transform: rotate(6deg);
6830
- -ms-transform: rotate(6deg);
6831
- transform: rotate(6deg);
6832
- }
6833
-
6834
- .premium-nav-pointer-background .premium-menu-link-parent::before {
6835
- top: 0;
6836
- left: 0;
6837
- right: 0;
6838
- bottom: 0;
6839
- background: #55595c;
6840
- background-color: #55595c;
6841
- z-index: -1;
6842
- }
6843
-
6844
- .premium-nav-pointer-background .premium-menu-link-parent::before,
6845
- .premium-nav-pointer-background .premium-menu-link-parent::after {
6846
- content: "";
6847
- -webkit-transition: 0.3s;
6848
- transition: 0.3s;
6849
- }
6850
-
6851
- .premium-nav-pointer-background.premium-nav-animation-grow .premium-menu-link-parent::before {
6852
- -webkit-transform: scale(0.5);
6853
- -ms-transform: scale(0.5);
6854
- transform: scale(0.5);
6855
- }
6856
-
6857
- .premium-nav-pointer-background.premium-nav-animation-grow .premium-menu-link-parent:hover::before,
6858
- .premium-nav-pointer-background.premium-nav-animation-grow .premium-menu-link-parent:focus::before {
6859
- -webkit-transform: scale(1);
6860
- -ms-transform: scale(1);
6861
- transform: scale(1);
6862
- }
6863
-
6864
- .premium-nav-pointer-background.premium-nav-animation-grow .premium-active-item .premium-menu-link-parent::before {
6865
- -webkit-transform: scale(1);
6866
- -ms-transform: scale(1);
6867
- transform: scale(1);
6868
- }
6869
-
6870
- .premium-nav-pointer-background.premium-nav-animation-shrink .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6871
- -webkit-transform: scale(1.2);
6872
- -ms-transform: scale(1.2);
6873
- transform: scale(1.2);
6874
- -webkit-transition: 0.3;
6875
- transition: 0.3;
6876
- }
6877
-
6878
- .premium-nav-pointer-background.premium-nav-animation-sweep-left .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6879
- left: 100%;
6880
- }
6881
-
6882
- .premium-nav-pointer-background.premium-nav-animation-sweep-right .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6883
- right: 100%;
6884
- }
6885
-
6886
- .premium-nav-pointer-background.premium-nav-animation-sweep-up .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6887
- top: 100%;
6888
- }
6889
-
6890
- .premium-nav-pointer-background.premium-nav-animation-sweep-down .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6891
- bottom: 100%;
6892
- }
6893
-
6894
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent::after,
6895
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent::after {
6896
- top: 0;
6897
- left: 0;
6898
- right: 0;
6899
- bottom: 0;
6900
- background: #55595c;
6901
- background-color: #55595c;
6902
- z-index: -1;
6903
- }
6904
-
6905
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent::before {
6906
- top: 0;
6907
- bottom: 100%;
6908
- }
6909
-
6910
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent::after {
6911
- top: 100%;
6912
- bottom: 0;
6913
- }
6914
-
6915
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:hover::before,
6916
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:focus::before {
6917
- bottom: 50%;
6918
- }
6919
-
6920
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:hover::after,
6921
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:focus::after {
6922
- top: 50%;
6923
- }
6924
-
6925
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-active-item .premium-menu-link-parent::before {
6926
- bottom: 50%;
6927
- }
6928
-
6929
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-active-item .premium-menu-link-parent::after {
6930
- top: 50%;
6931
- }
6932
-
6933
- .premium-nav-pointer-background.premium-nav-animation-shutter-out-vertical .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6934
- bottom: 50%;
6935
- top: 50%;
6936
- }
6937
-
6938
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent::before {
6939
- right: 0;
6940
- left: 100%;
6941
- }
6942
-
6943
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent::after {
6944
- right: 100%;
6945
- left: 0;
6946
- }
6947
-
6948
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:hover::before,
6949
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:focus::before {
6950
- left: 50%;
6951
- }
6952
-
6953
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:hover::after,
6954
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:focus::after {
6955
- right: 50%;
6956
- }
6957
-
6958
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-active-item .premium-menu-link-parent::before {
6959
- left: 50%;
6960
- }
6961
-
6962
- .premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-active-item .premium-menu-link-parent::after {
6963
- right: 50%;
6964
- }
6965
-
6966
- .premium-nav-pointer-background.premium-nav-animation-shutter-out-horizontal .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
6967
- left: 50%;
6968
- right: 50%;
6969
- }
6970
-
6971
- .premium-active-item::before,
6972
- .premium-active-item::after,
6973
- .premium-menu-link-parent:hover::before,
6974
- .premium-menu-link-parent:hover::after,
6975
- .premium-menu-link-parent:focus::before,
6976
- .premium-menu-link-parent:focus::after {
6977
- -webkit-transform: scale(1);
6978
- -ms-transform: scale(1);
6979
- transform: scale(1);
6980
- }
6981
-
6982
- /**Sub Menu Animation*/
6983
- .premium-nav-menu-item .premium-sub-menu,
6984
- .premium-nav-menu-item .premium-mega-content-container {
6985
- -webkit-transition: 0.5s all ease-in-out;
6986
- transition: 0.5s all ease-in-out;
6987
- -webkit-transition-delay: 0.1s;
6988
- transition-delay: 0.1s;
6989
- }
6990
-
6991
- [class*="premium-nav-slide-"].premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item:hover>.premium-sub-menu,
6992
- [class*="premium-nav-slide-"].premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item:hover>.premium-mega-content-container,
6993
- [class*="premium-nav-slide-"].premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu:hover>.premium-sub-menu,
6994
- [class*="premium-nav-slide-"].premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item:hover>.premium-sub-menu,
6995
- [class*="premium-nav-slide-"].premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item:hover>.premium-mega-content-container,
6996
- [class*="premium-nav-slide-"].premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu:hover>.premium-sub-menu {
6997
- -webkit-transform: translate(0);
6998
- -ms-transform: translate(0);
6999
- transform: translate(0);
7000
- }
7001
-
7002
- .premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,
7003
- .premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,
7004
- .premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu,
7005
- .premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container {
7006
- -webkit-transform: translateY(10px);
7007
- -ms-transform: translateY(10px);
7008
- transform: translateY(10px);
7009
- }
7010
-
7011
- .premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,
7012
- .premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,
7013
- .premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu,
7014
- .premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container {
7015
- -webkit-transform: translateY(-10px);
7016
- -ms-transform: translateY(-10px);
7017
- transform: translateY(-10px);
7018
- }
7019
-
7020
- .premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,
7021
- .premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,
7022
- .premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu,
7023
- .premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container {
7024
- -webkit-transform: translateX(-10px);
7025
- -ms-transform: translateX(-10px);
7026
- transform: translateX(-10px);
7027
- }
7028
-
7029
- .premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,
7030
- .premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,
7031
- .premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu,
7032
- .premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container {
7033
- -webkit-transform: translateX(10px);
7034
- -ms-transform: translateX(10px);
7035
- transform: translateX(10px);
7036
- }
7037
-
7038
- /**Horizontal - Static Mega Content*/
7039
- /*UP*/
7040
- .premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container {
7041
- -webkit-transform: translateX(-50%) translateY(10px);
7042
- -ms-transform: translateX(-50%) translateY(10px);
7043
- transform: translateX(-50%) translateY(10px);
7044
- }
7045
-
7046
- .premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container {
7047
- -webkit-transform: translateX(-50%) translateY(0);
7048
- -ms-transform: translateX(-50%) translateY(0);
7049
- transform: translateX(-50%) translateY(0);
7050
- }
7051
-
7052
- /*DOWN*/
7053
- .premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container {
7054
- -webkit-transform: translateX(-50%) translateY(-10px);
7055
- -ms-transform: translateX(-50%) translateY(-10px);
7056
- transform: translateX(-50%) translateY(-10px);
7057
- }
7058
-
7059
- .premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container {
7060
- -webkit-transform: translateX(-50%) translateY(0);
7061
- -ms-transform: translateX(-50%) translateY(0);
7062
- transform: translateX(-50%) translateY(0);
7063
- }
7064
-
7065
- /*Left*/
7066
- .premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container {
7067
- -webkit-transform: translateX(-45%);
7068
- -ms-transform: translateX(-45%);
7069
- transform: translateX(-45%);
7070
- }
7071
-
7072
- .premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container {
7073
- -webkit-transform: translateX(-50%);
7074
- -ms-transform: translateX(-50%);
7075
- transform: translateX(-50%);
7076
- }
7077
-
7078
- /*Right*/
7079
- .premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container {
7080
- -webkit-transform: translateX(-55%);
7081
- -ms-transform: translateX(-55%);
7082
- transform: translateX(-55%);
7083
- }
7084
-
7085
- .premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container {
7086
- -webkit-transform: translateX(-50%);
7087
- -ms-transform: translateX(-50%);
7088
- transform: translateX(-50%);
7089
- }
7090
-
7091
- /**Vertical - Static Mega Content*/
7092
- .premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container,
7093
- .premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container {
7094
- -webkit-transform: translateY(0);
7095
- -ms-transform: translateY(0);
7096
- transform: translateY(0);
7097
- }
7098
-
7099
- .premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container,
7100
- .premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static:hover .premium-mega-content-container {
7101
- -webkit-transform: translateX(0);
7102
- -ms-transform: translateX(0);
7103
- transform: translateX(0);
7104
- }
7105
-
7106
- /************ Premium Team Members ************/
7107
- /**********************************************/
7108
- .premium-person-container {
7109
- position: relative;
7110
- }
7111
-
7112
- .premium-person-image-container {
7113
- position: relative;
7114
- text-align: center;
7115
- overflow: hidden;
7116
- }
7117
-
7118
- .premium-person-image-container .premium-person-image-wrap {
7119
- overflow: hidden;
7120
- }
7121
-
7122
- .premium-person-zoomout-effect .premium-person-image-container img,
7123
- .premium-person-scale-effect .premium-person-image-container img {
7124
- -webkit-transform: scale(1.2);
7125
- -ms-transform: scale(1.2);
7126
- transform: scale(1.2);
7127
- }
7128
-
7129
- .premium-person-sepia-effect .premium-person-image-container img {
7130
- -webkit-filter: sepia(30%);
7131
- filter: sepia(30%);
7132
- }
7133
-
7134
- .premium-person-bright-effect .premium-person-image-container img {
7135
- -webkit-filter: brightness(1);
7136
- filter: brightness(1);
7137
- }
7138
-
7139
- .premium-person-trans-effect .premium-person-image-container img {
7140
- -webkit-transform: translateX(-15px) scale(1.1);
7141
- -ms-transform: translateX(-15px) scale(1.1);
7142
- transform: translateX(-15px) scale(1.1);
7143
- }
7144
-
7145
- .premium-person-zoomin-effect:hover .premium-person-image-container img {
7146
- -webkit-transform: scale(1.2);
7147
- -ms-transform: scale(1.2);
7148
- transform: scale(1.2);
7149
- }
7150
-
7151
- .premium-person-zoomout-effect:hover .premium-person-image-container img {
7152
- -webkit-transform: scale(1.1);
7153
- -ms-transform: scale(1.1);
7154
- transform: scale(1.1);
7155
- }
7156
-
7157
- .premium-person-scale-effect:hover .premium-person-image-container img {
7158
- -webkit-transform: scale(1.3) rotate(5deg);
7159
- -ms-transform: scale(1.3) rotate(5deg);
7160
- transform: scale(1.3) rotate(5deg);
7161
- }
7162
-
7163
- .premium-person-grayscale-effect:hover .premium-person-image-container img {
7164
- -webkit-filter: grayscale(100%);
7165
- filter: grayscale(100%);
7166
- }
7167
-
7168
- .premium-person-blur-effect:hover .premium-person-image-container img {
7169
- -webkit-filter: blur(3px);
7170
- filter: blur(3px);
7171
- }
7172
-
7173
- .premium-person-sepia-effect:hover .premium-person-image-container img {
7174
- -webkit-filter: sepia(0%);
7175
- filter: sepia(0%);
7176
- }
7177
-
7178
- .premium-person-bright-effect:hover .premium-person-image-container img {
7179
- -webkit-filter: brightness(1.2);
7180
- filter: brightness(1.2);
7181
- }
7182
-
7183
- .premium-person-trans-effect:hover .premium-person-image-container img {
7184
- -webkit-transform: translateX(0px) scale(1.1);
7185
- -ms-transform: translateX(0px) scale(1.1);
7186
- transform: translateX(0px) scale(1.1);
7187
- }
7188
-
7189
- .premium-person-container .premium-person-image-container img {
7190
- width: 100%;
7191
- height: 100%;
7192
- display: block;
7193
- -o-object-fit: cover;
7194
- object-fit: cover;
7195
- -webkit-transition: all 0.5s ease-in-out;
7196
- transition: all 0.5s ease-in-out;
7197
- }
7198
-
7199
- .premium-person-style2 .premium-person-social {
7200
- position: absolute;
7201
- top: 0;
7202
- left: 0;
7203
- width: 100%;
7204
- height: 100%;
7205
- z-index: 2;
7206
- -js-display: flex;
7207
- display: -webkit-box;
7208
- display: -webkit-flex;
7209
- display: -moz-box;
7210
- display: -ms-flexbox;
7211
- display: flex;
7212
- -webkit-box-pack: center;
7213
- -webkit-justify-content: center;
7214
- -moz-box-pack: center;
7215
- -ms-flex-pack: center;
7216
- justify-content: center;
7217
- -webkit-box-align: center;
7218
- -webkit-align-items: center;
7219
- -moz-box-align: center;
7220
- -ms-flex-align: center;
7221
- align-items: center;
7222
- -webkit-box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.5);
7223
- box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.5);
7224
- -webkit-transition: all 0.5s linear 0s;
7225
- transition: all 0.5s linear 0s;
7226
- opacity: 0;
7227
- }
7228
-
7229
- .premium-person-style2 .premium-person-image-container:hover .premium-person-social {
7230
- opacity: 1;
7231
- }
7232
-
7233
- .premium-person-list-item a {
7234
- display: inline-block;
7235
- }
7236
-
7237
- .premium-person-style2 .premium-person-list-item a {
7238
- opacity: 0;
7239
- -webkit-transform: scale(0);
7240
- -ms-transform: scale(0);
7241
- transform: scale(0);
7242
- -webkit-transition: all 0.5s ease-in-out 0s;
7243
- transition: all 0.5s ease-in-out 0s;
7244
- }
7245
-
7246
- .premium-person-style2 .premium-person-image-container:hover .premium-person-list-item a {
7247
- opacity: 1;
7248
- -webkit-transform: scale(1);
7249
- -ms-transform: scale(1);
7250
- transform: scale(1);
7251
- }
7252
-
7253
- .premium-person-info-container {
7254
- padding: 30px 15px;
7255
- }
7256
-
7257
- .premium-person-name {
7258
- margin: 0 0 5px;
7259
- font-weight: 700;
7260
- }
7261
-
7262
- .premium-person-title {
7263
- margin: 0 0 20px;
7264
- padding: 0;
7265
- }
7266
-
7267
- .premium-person-content {
7268
- margin: 0 0 30px;
7269
- }
7270
-
7271
- /*Override Theme List Margin*/
7272
- ul.premium-person-social-list {
7273
- margin: 0px !important;
7274
- padding: 0;
7275
- }
7276
-
7277
- .premium-person-social-list .premium-person-list-item {
7278
- display: inline;
7279
- list-style: none;
7280
- }
7281
-
7282
- .premium-person-social-list li {
7283
- position: relative;
7284
- bottom: 0px;
7285
- -webkit-transition: all 0.2s ease-in-out;
7286
- transition: all 0.2s ease-in-out;
7287
- }
7288
-
7289
- .premium-person-social-list li i {
7290
- position: relative;
7291
- bottom: 0px;
7292
- -webkit-transition: all 0.2s ease-in-out;
7293
- transition: all 0.2s ease-in-out;
7294
- }
7295
-
7296
- .premium-person-defaults-yes li.premium-person-facebook:hover a {
7297
- background-color: #3b5998 !important;
7298
- }
7299
-
7300
- .premium-person-defaults-yes li.premium-person-twitter:hover a {
7301
- background-color: #55acee !important;
7302
- }
7303
-
7304
- .premium-person-defaults-yes li.premium-person-linkedin:hover a {
7305
- background-color: #0077b5 !important;
7306
- }
7307
-
7308
- .premium-person-defaults-yes li.premium-person-google:hover a {
7309
- background-color: #dc4e41 !important;
7310
- }
7311
-
7312
- .premium-person-defaults-yes li.premium-person-youtube:hover a {
7313
- background-color: #b31217 !important;
7314
- }
7315
-
7316
- .premium-person-defaults-yes li.premium-person-instagram:hover a {
7317
- background-color: #e4405f !important;
7318
- }
7319
-
7320
- .premium-person-defaults-yes li.premium-person-skype:hover a {
7321
- background-color: #00aff0 !important;
7322
- }
7323
-
7324
- .premium-person-defaults-yes li.premium-person-pinterest:hover a {
7325
- background-color: #bd081c !important;
7326
- }
7327
-
7328
- .premium-person-defaults-yes li.premium-person-dribbble:hover a {
7329
- background-color: #ea4c89 !important;
7330
- }
7331
-
7332
- .premium-person-defaults-yes li.premium-person-mail:hover a {
7333
- background-color: #b23121 !important;
7334
- }
7335
-
7336
- .premium-person-defaults-yes li.premium-person-behance:hover a {
7337
- background-color: #1769ff !important;
7338
- }
7339
-
7340
- .premium-person-defaults-yes li.premium-person-whatsapp:hover a {
7341
- background-color: #25d366 !important;
7342
- }
7343
-
7344
- .premium-person-defaults-yes li.premium-person-telegram:hover a {
7345
- background-color: #0088cc !important;
7346
- }
7347
-
7348
- .premium-person-defaults-yes li.premium-person-site:hover a {
7349
- background-color: #0055a5 !important;
7350
- }
7351
-
7352
- .premium-person-social-list li:hover a {
7353
- -webkit-box-shadow: none;
7354
- box-shadow: none;
7355
- }
7356
-
7357
- .premium-person-social-list li a:focus {
7358
- -webkit-box-shadow: none;
7359
- box-shadow: none;
7360
- outline: none;
7361
- }
7362
-
7363
- .premium-person-social-list li i {
7364
- font-size: 18px;
7365
- }
7366
-
7367
- .elementor-widget-premium-addon-person .elementor-widget-container {
7368
- -js-display: flex;
7369
- display: -webkit-box;
7370
- display: -webkit-flex;
7371
- display: -moz-box;
7372
- display: -ms-flexbox;
7373
- display: flex;
7374
- -webkit-box-pack: center;
7375
- -webkit-justify-content: center;
7376
- -moz-box-pack: center;
7377
- -ms-flex-pack: center;
7378
- justify-content: center;
7379
- }
7380
-
7381
- .premium-persons-container.multiple-persons {
7382
- -js-display: flex;
7383
- display: -webkit-box;
7384
- display: -webkit-flex;
7385
- display: -moz-box;
7386
- display: -ms-flexbox;
7387
- display: flex;
7388
- -webkit-flex-wrap: wrap;
7389
- -ms-flex-wrap: wrap;
7390
- flex-wrap: wrap;
7391
- width: 100%;
7392
- }
7393
-
7394
- .premium-person-style1 .premium-person-container {
7395
- overflow: hidden;
7396
- }
7397
-
7398
- .premium-person-style1 .premium-person-container .premium-person-info {
7399
- position: absolute;
7400
- top: auto;
7401
- right: 0;
7402
- left: 0;
7403
- -webkit-transition: all 500ms ease 0s;
7404
- transition: all 500ms ease 0s;
7405
- -webkit-transform: translate3d(0, 100%, 0);
7406
- transform: translate3d(0, 100%, 0);
7407
- }
7408
-
7409
- .premium-person-style1 .premium-person-container:hover .premium-person-info {
7410
- -webkit-transform: translate3d(0, 0, 0);
7411
- transform: translate3d(0, 0, 0);
7412
- bottom: -1px !important;
7413
- }
7414
-
7415
- .premium-person-style1 .premium-person-social-list li:hover {
7416
- bottom: 5px;
7417
- }
7418
-
7419
- .premium-person-style1.multiple-persons:not([data-persons-equal="yes"]) {
7420
- -webkit-box-align: start;
7421
- -webkit-align-items: flex-start;
7422
- -moz-box-align: start;
7423
- -ms-flex-align: start;
7424
- align-items: flex-start;
7425
- }
7426
-
7427
- .premium-person-style1 .slick-track {
7428
- -js-display: flex;
7429
- display: -webkit-box;
7430
- display: -webkit-flex;
7431
- display: -moz-box;
7432
- display: -ms-flexbox;
7433
- display: flex;
7434
- }
7435
-
7436
- .premium-person-style1 .slick-slide {
7437
- height: inherit !important;
7438
- }
7439
-
7440
- .premium-person-style3 .premium-person-info-container {
7441
- position: absolute;
7442
- top: 0;
7443
- left: 0;
7444
- width: 100%;
7445
- height: 100%;
7446
- -js-display: flex;
7447
- display: -webkit-box;
7448
- display: -webkit-flex;
7449
- display: -moz-box;
7450
- display: -ms-flexbox;
7451
- display: flex;
7452
- -webkit-box-orient: vertical;
7453
- -webkit-box-direction: normal;
7454
- -webkit-flex-direction: column;
7455
- -moz-box-orient: vertical;
7456
- -moz-box-direction: normal;
7457
- -ms-flex-direction: column;
7458
- flex-direction: column;
7459
- -webkit-box-pack: justify;
7460
- -webkit-justify-content: space-between;
7461
- -moz-box-pack: justify;
7462
- -ms-flex-pack: justify;
7463
- justify-content: space-between;
7464
- }
7465
-
7466
- .premium-person-style3 .premium-person-title-desc-wrap {
7467
- -js-display: flex;
7468
- display: -webkit-box;
7469
- display: -webkit-flex;
7470
- display: -moz-box;
7471
- display: -ms-flexbox;
7472
- display: flex;
7473
- -webkit-box-orient: horizontal;
7474
- -webkit-box-direction: reverse;
7475
- -webkit-flex-direction: row-reverse;
7476
- -moz-box-orient: horizontal;
7477
- -moz-box-direction: reverse;
7478
- -ms-flex-direction: row-reverse;
7479
- flex-direction: row-reverse;
7480
- -webkit-box-pack: justify;
7481
- -webkit-justify-content: space-between;
7482
- -moz-box-pack: justify;
7483
- -ms-flex-pack: justify;
7484
- justify-content: space-between;
7485
- -webkit-box-align: start;
7486
- -webkit-align-items: flex-start;
7487
- -moz-box-align: start;
7488
- -ms-flex-align: start;
7489
- align-items: flex-start;
7490
- }
7491
-
7492
- .premium-person-style3 .premium-person-name-icons-wrap {
7493
- -js-display: flex;
7494
- display: -webkit-box;
7495
- display: -webkit-flex;
7496
- display: -moz-box;
7497
- display: -ms-flexbox;
7498
- display: flex;
7499
- -webkit-box-pack: justify;
7500
- -webkit-justify-content: space-between;
7501
- -moz-box-pack: justify;
7502
- -ms-flex-pack: justify;
7503
- justify-content: space-between;
7504
- -webkit-box-align: end;
7505
- -webkit-align-items: flex-end;
7506
- -moz-box-align: end;
7507
- -ms-flex-align: end;
7508
- align-items: flex-end;
7509
- }
7510
-
7511
- .premium-person-style3 .premium-person-title {
7512
- opacity: 0;
7513
- -webkit-transition: all 0.3s ease;
7514
- transition: all 0.3s ease;
7515
- width: 0;
7516
- }
7517
-
7518
- .premium-person-style3 .premium-person-title span {
7519
- display: inline-block;
7520
- }
7521
-
7522
- .premium-person-style3 .premium-person-name {
7523
- padding-left: 10px;
7524
- }
7525
-
7526
- .premium-person-style3 .premium-person-social-list {
7527
- -js-display: flex;
7528
- display: -webkit-box;
7529
- display: -webkit-flex;
7530
- display: -moz-box;
7531
- display: -ms-flexbox;
7532
- display: flex;
7533
- -webkit-box-orient: vertical;
7534
- -webkit-box-direction: normal;
7535
- -webkit-flex-direction: column;
7536
- -moz-box-orient: vertical;
7537
- -moz-box-direction: normal;
7538
- -ms-flex-direction: column;
7539
- flex-direction: column;
7540
- -webkit-transform: translateY(20px);
7541
- -ms-transform: translateY(20px);
7542
- transform: translateY(20px);
7543
- opacity: 0;
7544
- -webkit-transition: all 0.3s ease;
7545
- transition: all 0.3s ease;
7546
- }
7547
-
7548
- .premium-person-style3 .premium-person-list-item {
7549
- line-height: 0;
7550
- }
7551
-
7552
- .premium-person-style3 .premium-person-list-item a {
7553
- padding: 5px 10px 0 0;
7554
- margin: 5px 0;
7555
- }
7556
-
7557
- .premium-person-style3 .premium-person-container:hover .premium-person-title {
7558
- opacity: 1;
7559
- }
7560
-
7561
- .premium-person-style3 .premium-person-container:hover .premium-person-social-list {
7562
- opacity: 1;
7563
- -webkit-transform: translateY(0);
7564
- -ms-transform: translateY(0);
7565
- transform: translateY(0);
7566
- }
7567
-
7568
- .premium-persons-title-cw .premium-person-title {
7569
- -webkit-transform: translateX(15px) rotate(90deg);
7570
- -ms-transform: translateX(15px) rotate(90deg);
7571
- transform: translateX(15px) rotate(90deg);
7572
- -webkit-transform-origin: top;
7573
- -ms-transform-origin: top;
7574
- transform-origin: top;
7575
- }
7576
-
7577
- .premium-persons-title-cw .premium-person-container:hover .premium-person-title {
7578
- -webkit-transform: translateX(0) rotate(90deg);
7579
- -ms-transform: translateX(0) rotate(90deg);
7580
- transform: translateX(0) rotate(90deg);
7581
- }
7582
-
7583
- .premium-persons-title-ccw .premium-person-title {
7584
- width: auto;
7585
- margin-right: 20px;
7586
- -webkit-transform: translateX(15px) rotate(-90deg);
7587
- -ms-transform: translateX(15px) rotate(-90deg);
7588
- transform: translateX(15px) rotate(-90deg);
7589
- -webkit-transform-origin: center right;
7590
- -ms-transform-origin: center right;
7591
- transform-origin: center right;
7592
- }
7593
-
7594
- .premium-persons-title-ccw .premium-person-container:hover .premium-person-title {
7595
- -webkit-transform: translateX(0) rotate(-90deg);
7596
- -ms-transform: translateX(0) rotate(-90deg);
7597
- transform: translateX(0) rotate(-90deg);
7598
- }
7599
-
7600
- /**************** Premium Pricing Table ****************/
7601
- /*******************************************************/
7602
- .premium-pricing-table-container {
7603
- position: relative;
7604
- text-align: center;
7605
- display: inline-block;
7606
- width: 100%;
7607
- -webkit-transition: all 0.3s ease-in-out;
7608
- transition: all 0.3s ease-in-out;
7609
- }
7610
-
7611
- .premium-pricing-icon-container {
7612
- -js-display: flex;
7613
- display: -webkit-box;
7614
- display: -webkit-flex;
7615
- display: -moz-box;
7616
- display: -ms-flexbox;
7617
- display: flex;
7618
- -webkit-box-pack: center;
7619
- -webkit-justify-content: center;
7620
- -moz-box-pack: center;
7621
- -ms-flex-pack: center;
7622
- justify-content: center;
7623
- line-height: 0;
7624
- }
7625
-
7626
- .premium-pricing-icon-container .premium-pricing-icon {
7627
- display: inline-block;
7628
- }
7629
-
7630
- .premium-pricing-icon-container .premium-pricing-image {
7631
- overflow: hidden;
7632
- }
7633
-
7634
- .premium-pricing-icon-container .premium-pricing-image img {
7635
- width: 25px;
7636
- height: 25px;
7637
- -o-object-fit: cover;
7638
- object-fit: cover;
7639
- }
7640
-
7641
- .premium-badge-left {
7642
- position: absolute;
7643
- top: 0;
7644
- }
7645
-
7646
- .premium-badge-right {
7647
- position: absolute;
7648
- top: 0;
7649
- right: 0;
7650
- }
7651
-
7652
- .premium-badge-left {
7653
- left: 0;
7654
- }
7655
-
7656
- .premium-badge-triangle.premium-badge-left .corner {
7657
- width: 0;
7658
- height: 0;
7659
- border-top: 150px solid;
7660
- border-bottom: 150px solid transparent;
7661
- border-right: 150px solid transparent;
7662
- }
7663
-
7664
- .premium-badge-triangle.premium-badge-right .corner {
7665
- width: 0;
7666
- height: 0;
7667
- border-bottom: 150px solid transparent;
7668
- border-right: 150px solid;
7669
- border-left: 150px solid transparent;
7670
- }
7671
-
7672
- .premium-badge-triangle span {
7673
- position: absolute;
7674
- top: 35px;
7675
- width: 100px;
7676
- text-align: center;
7677
- -webkit-transform: rotate(-45deg);
7678
- -ms-transform: rotate(-45deg);
7679
- transform: rotate(-45deg);
7680
- display: block;
7681
- text-transform: uppercase;
7682
- }
7683
-
7684
- .premium-badge-triangle.premium-badge-right span {
7685
- -webkit-transform: rotate(45deg);
7686
- -ms-transform: rotate(45deg);
7687
- transform: rotate(45deg);
7688
- right: 0;
7689
- }
7690
-
7691
- .premium-badge-circle {
7692
- min-width: 4em;
7693
- min-height: 4em;
7694
- line-height: 4em;
7695
- text-align: center;
7696
- -webkit-border-radius: 100%;
7697
- border-radius: 100%;
7698
- position: absolute;
7699
- z-index: 1;
7700
- }
7701
-
7702
- .premium-badge-stripe {
7703
- position: absolute;
7704
- -webkit-transform: rotate(90deg);
7705
- -ms-transform: rotate(90deg);
7706
- transform: rotate(90deg);
7707
- width: 15em;
7708
- overflow: hidden;
7709
- height: 15em;
7710
- }
7711
-
7712
- .premium-badge-stripe.premium-badge-left {
7713
- -webkit-transform: rotate(0);
7714
- -ms-transform: rotate(0);
7715
- transform: rotate(0);
7716
- }
7717
-
7718
- .premium-badge-stripe .corner {
7719
- text-align: center;
7720
- left: 0;
7721
- width: 150%;
7722
- -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
7723
- -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
7724
- transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
7725
- margin-top: 35px;
7726
- font-size: 13px;
7727
- line-height: 2;
7728
- font-weight: 800;
7729
- text-transform: uppercase;
7730
- }
7731
-
7732
- .premium-badge-flag .corner {
7733
- text-align: center;
7734
- -webkit-border-radius: 4px 4px 0 4px;
7735
- border-radius: 4px 4px 0 4px;
7736
- padding: 3px 15px;
7737
- position: absolute;
7738
- top: 10%;
7739
- right: -8px;
7740
- }
7741
-
7742
- .premium-badge-flag .corner::before,
7743
- .premium-badge-flag .corner::after {
7744
- content: "";
7745
- display: block;
7746
- position: absolute;
7747
- width: 0;
7748
- height: 0;
7749
- top: 100%;
7750
- right: 0;
7751
- border-bottom: 8px solid transparent;
7752
- }
7753
-
7754
- .elementor-widget-premium-addon-pricing-table .elementor-widget-container {
7755
- overflow: visible !important;
7756
- }
7757
-
7758
- .premium-badge-flag .corner::after {
7759
- border-left: 8px solid rgba(0, 0, 0, 0.2);
7760
- }
7761
-
7762
- .premium-pricing-price-currency {
7763
- position: relative;
7764
- }
7765
-
7766
- .premium-pricing-button-container {
7767
- display: block;
7768
- }
7769
-
7770
- .premium-pricing-list {
7771
- -js-display: flex;
7772
- display: -webkit-box;
7773
- display: -webkit-flex;
7774
- display: -moz-box;
7775
- display: -ms-flexbox;
7776
- display: flex;
7777
- -webkit-box-orient: vertical;
7778
- -webkit-box-direction: normal;
7779
- -webkit-flex-direction: column;
7780
- -moz-box-orient: vertical;
7781
- -moz-box-direction: normal;
7782
- -ms-flex-direction: column;
7783
- flex-direction: column;
7784
- list-style-type: none;
7785
- margin: 0;
7786
- padding: 0;
7787
- }
7788
-
7789
- .premium-pricing-list .premium-pricing-list-item {
7790
- -js-display: flex;
7791
- display: -webkit-box;
7792
- display: -webkit-flex;
7793
- display: -moz-box;
7794
- display: -ms-flexbox;
7795
- display: flex;
7796
- -webkit-box-align: center;
7797
- -webkit-align-items: center;
7798
- -moz-box-align: center;
7799
- -ms-flex-align: center;
7800
- align-items: center;
7801
- }
7802
-
7803
- .premium-pricing-list .premium-pricing-list-item svg {
7804
- width: 50px;
7805
- height: 50px;
7806
- }
7807
-
7808
- .premium-pricing-list .premium-pricing-list-item img {
7809
- width: 30px;
7810
- height: 30px;
7811
- -o-object-fit: cover;
7812
- object-fit: cover;
7813
- }
7814
-
7815
- .premium-pricing-list .premium-pricing-list-span {
7816
- position: relative;
7817
- }
7818
-
7819
- .premium-pricing-list .list-item-tooltip {
7820
- border-bottom: 1px dotted;
7821
- }
7822
-
7823
- .premium-pricing-list .premium-pricing-list-tooltip {
7824
- position: absolute;
7825
- top: -webkit-calc(100% + 1px);
7826
- top: calc(100% + 1px);
7827
- left: 0;
7828
- visibility: hidden;
7829
- padding: 15px 20px;
7830
- -webkit-border-radius: 5px;
7831
- border-radius: 5px;
7832
- min-width: 200px;
7833
- overflow: hidden;
7834
- text-align: left;
7835
- font-size: 0.8rem;
7836
- color: #fff;
7837
- background-color: #aaa;
7838
- }
7839
-
7840
- .premium-pricing-features-left .premium-pricing-list-span {
7841
- text-align: left;
7842
- }
7843
-
7844
- .premium-pricing-features-center .premium-pricing-list-span {
7845
- text-align: center;
7846
- }
7847
-
7848
- .premium-pricing-features-right .premium-pricing-list-span {
7849
- text-align: right;
7850
- }
7851
-
7852
- .premium-pricing-list-span:hover .premium-pricing-list-tooltip {
7853
- z-index: 99;
7854
- visibility: visible;
7855
- opacity: 1;
7856
- }
7857
-
7858
- .premium-pricing-slashed-price-value {
7859
- display: inline-block;
7860
- font-size: 20px;
7861
- font-weight: 400;
7862
- margin-right: 5px;
7863
- }
7864
-
7865
- .premium-pricing-price-value {
7866
- font-size: 70px;
7867
- }
7868
-
7869
- .premium-pricing-description-container li {
7870
- list-style-position: inside;
7871
- text-indent: -40px;
7872
- }
7873
-
7874
- @-moz-document url-prefix() {
7875
- .premium-pricing-description-container li {
7876
- text-indent: 0px;
7877
- }
7878
- }
7879
-
7880
- .premium-pricing-price-button {
7881
- display: block;
7882
- padding: 6px 12px;
7883
- line-height: 1.42857143;
7884
- text-align: center;
7885
- color: #fff;
7886
- background: #6ec1e4;
7887
- margin-bottom: 0;
7888
- -webkit-transition: all 0.3s ease-in-out;
7889
- transition: all 0.3s ease-in-out;
7890
- }
7891
-
7892
- /**************** Premium Progress Bar ****************/
7893
- /******************************************************/
7894
- .premium-progressbar-container {
7895
- position: relative;
7896
- }
7897
-
7898
- .premium-progressbar-bar-wrap {
7899
- position: relative;
7900
- text-align: left;
7901
- overflow: hidden;
7902
- height: 25px;
7903
- margin-bottom: 50px;
7904
- background-color: #f5f5f5;
7905
- -webkit-border-radius: 4px;
7906
- border-radius: 4px;
7907
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
7908
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
7909
- }
7910
-
7911
- .premium-progressbar-bar-wrap.premium-progressbar-dots {
7912
- background-color: transparent;
7913
- width: 100%;
7914
- -js-display: flex;
7915
- display: -webkit-box;
7916
- display: -webkit-flex;
7917
- display: -moz-box;
7918
- display: -ms-flexbox;
7919
- display: flex;
7920
- height: auto;
7921
- -webkit-box-shadow: none;
7922
- box-shadow: none;
7923
- }
7924
-
7925
- .premium-progressbar-bar-wrap .progress-segment {
7926
- position: relative;
7927
- width: 25px;
7928
- height: 25px;
7929
- -webkit-border-radius: 50%;
7930
- border-radius: 50%;
7931
- overflow: hidden;
7932
- background-color: #f5f5f5;
7933
- }
7934
-
7935
- .premium-progressbar-bar-wrap .progress-segment.filled {
7936
- background: #6ec1e4;
7937
- }
7938
-
7939
- .premium-progressbar-bar-wrap .progress-segment:not(:first-child):not(:last-child) {
7940
- margin: 0 4px;
7941
- }
7942
-
7943
- .premium-progressbar-bar-wrap .progress-segment:first-child {
7944
- margin-right: 4px;
7945
- }
7946
-
7947
- .premium-progressbar-bar-wrap .progress-segment:last-child {
7948
- margin-left: 4px;
7949
- }
7950
-
7951
- .premium-progressbar-bar-wrap .progress-segment .segment-inner {
7952
- position: absolute;
7953
- top: 0;
7954
- left: 0;
7955
- height: 100%;
7956
- background-color: #6ec1e4;
7957
- }
7958
-
7959
- .premium-progressbar-bar {
7960
- float: left;
7961
- width: 0%;
7962
- height: 100%;
7963
- font-size: 12px;
7964
- line-height: 20px;
7965
- background: #6ec1e4;
7966
- text-align: center;
7967
- -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
7968
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
7969
- }
7970
-
7971
- .premium-progressbar-striped .premium-progressbar-bar {
7972
- background-image: -webkit-linear-gradient(135deg, 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);
7973
- 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);
7974
- -webkit-background-size: 40px 40px;
7975
- background-size: 40px 40px;
7976
- }
7977
-
7978
- .premium-progressbar-active .premium-progressbar-bar {
7979
- -webkit-animation: progress-bar-stripes 2s linear infinite;
7980
- animation: progress-bar-stripes 2s linear infinite;
7981
- }
7982
-
7983
- .premium-progressbar-gradient .premium-progressbar-bar {
7984
- -webkit-background-size: 400% 400% !important;
7985
- background-size: 400% 400% !important;
7986
- -webkit-animation: progress-bar-gradient 10s ease-in-out infinite;
7987
- animation: progress-bar-gradient 10s ease-in-out infinite;
7988
- }
7989
-
7990
- .premium-progressbar-bar {
7991
- position: absolute;
7992
- overflow: hidden;
7993
- line-height: 20px;
7994
- }
7995
-
7996
- .premium-progressbar-container .clearfix {
7997
- clear: both;
7998
- }
7999
-
8000
- .premium-progressbar-bar {
8001
- -webkit-transition: width 0s ease-in-out !important;
8002
- transition: width 0s ease-in-out !important;
8003
- }
8004
-
8005
- .premium-progressbar-container p:first-of-type {
8006
- margin: 0;
8007
- float: left;
8008
- }
8009
-
8010
- .premium-progressbar-container p:nth-of-type(2) {
8011
- margin: 0;
8012
- float: right;
8013
- }
8014
-
8015
- .premium-progressbar-name {
8016
- left: 50%;
8017
- top: 0;
8018
- right: 0;
8019
- -webkit-transform: translateX(-12.5px);
8020
- -ms-transform: translateX(-12.5px);
8021
- transform: translateX(-12.5px);
8022
- z-index: 1;
8023
- }
8024
-
8025
- .premium-progressbar-multiple-label {
8026
- position: relative;
8027
- float: left;
8028
- width: 0;
8029
- left: 50%;
8030
- }
8031
-
8032
- .premium-progressbar-center-label {
8033
- position: relative;
8034
- white-space: nowrap;
8035
- }
8036
-
8037
- .premium-progressbar-arrow {
8038
- height: 15px;
8039
- left: 50%;
8040
- display: inline-block;
8041
- border-left: 7px solid transparent;
8042
- border-right: 7px solid transparent;
8043
- border-top: 11px solid;
8044
- -webkit-transform: translateX(-50%);
8045
- -ms-transform: translateX(-50%);
8046
- transform: translateX(-50%);
8047
- }
8048
-
8049
- .premium-progressbar-pin {
8050
- border-left: 1px solid;
8051
- height: 12px;
8052
- left: 50%;
8053
- display: inline-block;
8054
- }
8055
-
8056
- /**
8057
- * Circle Progress Bar
8058
- */
8059
- .premium-progressbar-circle-wrap,
8060
- .premium-progressbar-hf-circle-wrap {
8061
- width: 200px;
8062
- height: 200px;
8063
- position: relative;
8064
- margin: 0 auto;
8065
- }
8066
-
8067
- .premium-progressbar-circle-wrap .premium-progressbar-circle-content,
8068
- .premium-progressbar-hf-circle-wrap .premium-progressbar-circle-content {
8069
- position: absolute;
8070
- top: 0;
8071
- left: 0;
8072
- width: 100%;
8073
- height: 100%;
8074
- -js-display: flex;
8075
- display: -webkit-box;
8076
- display: -webkit-flex;
8077
- display: -moz-box;
8078
- display: -ms-flexbox;
8079
- display: flex;
8080
- -webkit-box-orient: vertical;
8081
- -webkit-box-direction: normal;
8082
- -webkit-flex-direction: column;
8083
- -moz-box-orient: vertical;
8084
- -moz-box-direction: normal;
8085
- -ms-flex-direction: column;
8086
- flex-direction: column;
8087
- -webkit-box-pack: center;
8088
- -webkit-justify-content: center;
8089
- -moz-box-pack: center;
8090
- -ms-flex-pack: center;
8091
- justify-content: center;
8092
- -webkit-box-align: center;
8093
- -webkit-align-items: center;
8094
- -moz-box-align: center;
8095
- -ms-flex-align: center;
8096
- align-items: center;
8097
- text-align: center;
8098
- }
8099
-
8100
- .premium-progressbar-circle-wrap .premium-lottie-animation,
8101
- .premium-progressbar-hf-circle-wrap .premium-lottie-animation {
8102
- line-height: 1;
8103
- }
8104
-
8105
- .premium-progressbar-circle-wrap .premium-progressbar-circle {
8106
- position: absolute;
8107
- top: 0;
8108
- left: 0;
8109
- width: 100%;
8110
- height: 100%;
8111
- -webkit-clip-path: inset(0 0 0 50%);
8112
- clip-path: inset(0 0 0 50%);
8113
- }
8114
-
8115
- .premium-progressbar-circle-wrap .premium-progressbar-circle div {
8116
- position: absolute;
8117
- left: 0;
8118
- top: 0;
8119
- height: 100%;
8120
- width: 100%;
8121
- border-width: 6px;
8122
- border-style: solid;
8123
- border-color: #54595f;
8124
- -webkit-border-radius: 50%;
8125
- border-radius: 50%;
8126
- -webkit-clip-path: inset(0 50% 0 0);
8127
- clip-path: inset(0 50% 0 0);
8128
- }
8129
-
8130
- .premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-left {
8131
- -webkit-transform: rotate(0);
8132
- -ms-transform: rotate(0);
8133
- transform: rotate(0);
8134
- }
8135
-
8136
- .premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-right {
8137
- -webkit-transform: rotate(180deg);
8138
- -ms-transform: rotate(180deg);
8139
- transform: rotate(180deg);
8140
- visibility: hidden;
8141
- }
8142
-
8143
- .premium-progressbar-circle-wrap .premium-progressbar-circle-base {
8144
- width: 100%;
8145
- height: 100%;
8146
- border: 6px solid #eee;
8147
- -webkit-border-radius: 50%;
8148
- border-radius: 50%;
8149
- }
8150
-
8151
- /**
8152
- * Half Circle Progress Bar
8153
- */
8154
- .premium-progressbar-hf-container {
8155
- position: relative;
8156
- width: 200px;
8157
- height: 200px;
8158
- }
8159
-
8160
- .premium-progressbar-hf-circle-wrap {
8161
- overflow: hidden;
8162
- }
8163
-
8164
- .premium-progressbar-hf-circle-wrap .premium-progressbar-left-label {
8165
- -webkit-box-ordinal-group: 2;
8166
- -webkit-order: 1;
8167
- -moz-box-ordinal-group: 2;
8168
- -ms-flex-order: 1;
8169
- order: 1;
8170
- }
8171
-
8172
- .premium-progressbar-hf-circle {
8173
- position: absolute;
8174
- top: 0;
8175
- left: 0;
8176
- width: 100%;
8177
- height: 100%;
8178
- -webkit-clip-path: inset(0 0 50% 0);
8179
- clip-path: inset(0 0 50% 0);
8180
- }
8181
-
8182
- .premium-progressbar-hf-circle-progress {
8183
- position: absolute;
8184
- left: 0;
8185
- top: 0;
8186
- height: 100%;
8187
- width: 100%;
8188
- border: 12px solid #000;
8189
- -webkit-border-radius: 50%;
8190
- border-radius: 50%;
8191
- -webkit-clip-path: inset(50% 0 0 0);
8192
- clip-path: inset(50% 0 0 0);
8193
- -webkit-transform: rotate(0deg);
8194
- -ms-transform: rotate(0deg);
8195
- transform: rotate(0deg);
8196
- -webkit-transition: -webkit-transform 1500ms linear;
8197
- transition: -webkit-transform 1500ms linear;
8198
- transition: transform 1500ms linear;
8199
- transition: transform 1500ms linear, -webkit-transform 1500ms linear;
8200
- }
8201
-
8202
- .premium-progressbar-circle-inner {
8203
- height: 100%;
8204
- width: 100%;
8205
- border: 12px solid #eee;
8206
- -webkit-border-radius: 50%;
8207
- border-radius: 50%;
8208
- }
8209
-
8210
- .premium-progressbar-hf-labels {
8211
- margin: 0 auto;
8212
- position: relative;
8213
- font-size: 12px;
8214
- font-weight: 400;
8215
- -js-display: flex;
8216
- display: -webkit-box;
8217
- display: -webkit-flex;
8218
- display: -moz-box;
8219
- display: -ms-flexbox;
8220
- display: flex;
8221
- -webkit-box-pack: justify;
8222
- -webkit-justify-content: space-between;
8223
- -moz-box-pack: justify;
8224
- -ms-flex-pack: justify;
8225
- justify-content: space-between;
8226
- }
8227
-
8228
- @-webkit-keyframes progress-bar-stripes {
8229
- from {
8230
- background-position: 0 0;
8231
- }
8232
-
8233
- to {
8234
- background-position: 40px 0;
8235
- }
8236
- }
8237
-
8238
- @keyframes progress-bar-stripes {
8239
- from {
8240
- background-position: 0 0;
8241
- }
8242
-
8243
- to {
8244
- background-position: 40px 0;
8245
- }
8246
- }
8247
-
8248
- @-webkit-keyframes progress-bar-gradient {
8249
- 0% {
8250
- background-position: 0% 50%;
8251
- }
8252
-
8253
- 50% {
8254
- background-position: 100% 50%;
8255
- }
8256
-
8257
- 100% {
8258
- background-position: 0% 50%;
8259
- }
8260
- }
8261
-
8262
- @keyframes progress-bar-gradient {
8263
- 0% {
8264
- background-position: 0% 50%;
8265
- }
8266
-
8267
- 50% {
8268
- background-position: 100% 50%;
8269
- }
8270
-
8271
- 100% {
8272
- background-position: 0% 50%;
8273
- }
8274
- }
8275
-
8276
- @media (max-width: 768px) {
8277
- .premium-progressbar-center-label {
8278
- -webkit-transform: rotate(-90deg) !important;
8279
- -ms-transform: rotate(-90deg) !important;
8280
- transform: rotate(-90deg) !important;
8281
- -webkit-transform-origin: 0;
8282
- -ms-transform-origin: 0;
8283
- transform-origin: 0;
8284
- }
8285
- }
8286
-
8287
- /**************** Premium Testimonials ****************/
8288
- /******************************************************/
8289
- .premium-testimonial-box {
8290
- width: 100%;
8291
- background: transparent;
8292
- -webkit-transition: all 0.3s ease-in-out;
8293
- transition: all 0.3s ease-in-out;
8294
- }
8295
-
8296
- .premium-testimonial-box .premium-testimonial-author-info {
8297
- -js-display: flex;
8298
- display: -webkit-box;
8299
- display: -webkit-flex;
8300
- display: -moz-box;
8301
- display: -ms-flexbox;
8302
- display: flex;
8303
- -webkit-box-pack: center;
8304
- -webkit-justify-content: center;
8305
- -moz-box-pack: center;
8306
- -ms-flex-pack: center;
8307
- justify-content: center;
8308
- -webkit-box-align: center;
8309
- -webkit-align-items: center;
8310
- -moz-box-align: center;
8311
- -ms-flex-align: center;
8312
- align-items: center;
8313
- }
8314
-
8315
- .premium-testimonial-box .premium-testimonial-person-name,
8316
- .premium-testimonial-box .premium-testimonial-company-name {
8317
- font-weight: 600;
8318
- margin: 0;
8319
- }
8320
-
8321
- .premium-testimonial-container {
8322
- position: relative;
8323
- }
8324
-
8325
- .premium-testimonial-img-wrapper {
8326
- margin-left: auto;
8327
- margin-right: auto;
8328
- overflow: hidden;
8329
- border-style: solid !important;
8330
- }
8331
-
8332
- .premium-testimonial-img-wrapper.circle {
8333
- -webkit-border-radius: 50%;
8334
- border-radius: 50%;
8335
- }
8336
-
8337
- .premium-testimonial-img-wrapper.rounded {
8338
- -webkit-border-radius: 15px;
8339
- border-radius: 15px;
8340
- }
8341
-
8342
- .premium-testimonial-img-wrapper img {
8343
- -o-object-fit: cover;
8344
- object-fit: cover;
8345
- width: 100%;
8346
- height: 100% !important;
8347
- }
8348
-
8349
- .premium-testimonial-content-wrapper {
8350
- position: relative;
8351
- -js-display: flex;
8352
- display: -webkit-box;
8353
- display: -webkit-flex;
8354
- display: -moz-box;
8355
- display: -ms-flexbox;
8356
- display: flex;
8357
- -webkit-box-orient: vertical;
8358
- -webkit-box-direction: normal;
8359
- -webkit-flex-direction: column;
8360
- -moz-box-orient: vertical;
8361
- -moz-box-direction: normal;
8362
- -ms-flex-direction: column;
8363
- flex-direction: column;
8364
- z-index: 2;
8365
- width: 100%;
8366
- padding: 20px;
8367
- text-align: center;
8368
- }
8369
-
8370
- .premium-testimonial-clear-float {
8371
- clear: both;
8372
- }
8373
-
8374
- .premium-testimonial-upper-quote,
8375
- .premium-testimonial-lower-quote {
8376
- position: absolute;
8377
- z-index: 1;
8378
- }
8379
-
8380
- /**************** Premium Title ****************/
8381
- /***********************************************/
8382
- .premium-title-container .premium-title-header {
8383
- position: relative;
8384
- margin: 0;
8385
- padding: 10px;
8386
- }
8387
-
8388
- .premium-title-container .premium-title-header:not(.premium-title-style7) {
8389
- -webkit-box-align: center;
8390
- -webkit-align-items: center;
8391
- -moz-box-align: center;
8392
- -ms-flex-align: center;
8393
- align-items: center;
8394
- }
8395
-
8396
- .premium-title-container .premium-title-header svg {
8397
- width: 40px;
8398
- height: 40px;
8399
- }
8400
-
8401
- .premium-title-container .premium-title-header img {
8402
- width: 40px;
8403
- height: 40px;
8404
- -o-object-fit: cover;
8405
- object-fit: cover;
8406
- }
8407
-
8408
- .premium-title-container .premium-title-header a {
8409
- position: absolute;
8410
- top: 0;
8411
- left: 0;
8412
- width: 100%;
8413
- height: 100%;
8414
- }
8415
-
8416
- .premium-title-container .premium-lottie-animation {
8417
- -js-display: flex;
8418
- display: -webkit-box;
8419
- display: -webkit-flex;
8420
- display: -moz-box;
8421
- display: -ms-flexbox;
8422
- display: flex;
8423
- }
8424
-
8425
- .premium-title-icon-row .premium-title-icon {
8426
- margin-right: 10px;
8427
- }
8428
-
8429
- .premium-title-icon-row-reverse .premium-title-icon {
8430
- margin-left: 10px;
8431
- }
8432
-
8433
- .premium-title-style3,
8434
- .premium-title-style4 {
8435
- -js-display: flex;
8436
- display: -webkit-box;
8437
- display: -webkit-flex;
8438
- display: -moz-box;
8439
- display: -ms-flexbox;
8440
- display: flex;
8441
- }
8442
-
8443
- .premium-title-style1,
8444
- .premium-title-style2,
8445
- .premium-title-style5,
8446
- .premium-title-style6,
8447
- .premium-title-style8,
8448
- .premium-title-style9 {
8449
- -js-display: inline-flex;
8450
- display: -webkit-inline-box;
8451
- display: -webkit-inline-flex;
8452
- display: -moz-inline-box;
8453
- display: -ms-inline-flexbox;
8454
- display: inline-flex;
8455
- }
8456
-
8457
- .premium-title-style7 {
8458
- -js-display: inline-flex;
8459
- display: -webkit-inline-box;
8460
- display: -webkit-inline-flex;
8461
- display: -moz-inline-box;
8462
- display: -ms-inline-flexbox;
8463
- display: inline-flex;
8464
- -webkit-box-orient: vertical;
8465
- -webkit-box-direction: normal;
8466
- -webkit-flex-direction: column;
8467
- -moz-box-orient: vertical;
8468
- -moz-box-direction: normal;
8469
- -ms-flex-direction: column;
8470
- flex-direction: column;
8471
- }
8472
-
8473
- .premium-title-style7 .premium-title-style7-inner {
8474
- -js-display: flex;
8475
- display: -webkit-box;
8476
- display: -webkit-flex;
8477
- display: -moz-box;
8478
- display: -ms-flexbox;
8479
- display: flex;
8480
- -webkit-box-align: center;
8481
- -webkit-align-items: center;
8482
- -moz-box-align: center;
8483
- -ms-flex-align: center;
8484
- align-items: center;
8485
- }
8486
-
8487
- .premium-title-style1 {
8488
- border-width: 0;
8489
- border-left: 3px solid #6ec1e4;
8490
- }
8491
-
8492
- .premium-title-container.style2,
8493
- .premium-title-container.style4,
8494
- .premium-title-container.style5,
8495
- .premium-title-container.style6 {
8496
- border-bottom: 3px solid #6ec1e4;
8497
- }
8498
-
8499
- /*Style 6 Header*/
8500
- .premium-title-style6:before {
8501
- position: absolute;
8502
- left: 50%;
8503
- bottom: 0;
8504
- margin-left: -2px;
8505
- content: "";
8506
- border: 3px solid transparent;
8507
- }
8508
-
8509
- /*Style 6 Trinagle*/
8510
- .premium-title-style7-stripe-wrap {
8511
- -js-display: flex;
8512
- display: -webkit-box;
8513
- display: -webkit-flex;
8514
- display: -moz-box;
8515
- display: -ms-flexbox;
8516
- display: flex;
8517
- }
8518
-
8519
- .premium-title-style7:before {
8520
- display: none;
8521
- }
8522
-
8523
- .premium-title-style8 .premium-title-text[data-animation="shiny"] {
8524
- -webkit-background-size: 125px 125px !important;
8525
- background-size: 125px !important;
8526
- color: rgba(255, 255, 255, 0);
8527
- -webkit-background-clip: text !important;
8528
- background-clip: text !important;
8529
- -webkit-animation-name: pa-shinny-text !important;
8530
- animation-name: pa-shinny-text !important;
8531
- -webkit-animation-duration: var(--animation-speed) !important;
8532
- animation-duration: var(--animation-speed) !important;
8533
- -webkit-animation-iteration-count: infinite !important;
8534
- animation-iteration-count: infinite !important;
8535
- background: var(--base-color) -webkit-gradient(linear, left top, right top, from(var(--base-color)), to(var(--base-color)), color-stop(0.5, var(--shiny-color))) 0 0 no-repeat;
8536
- }
8537
-
8538
- @-webkit-keyframes pa-shinny-text {
8539
- 0% {
8540
- background-position: 0%;
8541
- }
8542
-
8543
- 100% {
8544
- background-position: 200%;
8545
- }
8546
- }
8547
-
8548
- @keyframes pa-shinny-text {
8549
- 0% {
8550
- background-position: 0%;
8551
- }
8552
-
8553
- 100% {
8554
- background-position: 200%;
8555
- }
8556
- }
8557
-
8558
- .premium-title-style9[data-animation-blur="process"] .premium-title-style9-letter {
8559
- -webkit-animation: pa-blur-shadow 2s 1 alternate;
8560
- animation: pa-blur-shadow 2s 1 alternate;
8561
- }
8562
-
8563
- @-webkit-keyframes pa-blur-shadow {
8564
- from {
8565
- text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
8566
- color: transparent;
8567
- }
8568
-
8569
- to {
8570
- text-shadow: 0;
8571
- }
8572
- }
8573
-
8574
- @keyframes pa-blur-shadow {
8575
- from {
8576
- text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
8577
- color: transparent;
8578
- }
8579
-
8580
- to {
8581
- text-shadow: 0;
8582
- }
8583
- }
8584
-
8585
- .premium-title-gradient-yes .premium-title-text,
8586
- .premium-title-gradient-yes .premium-title-icon {
8587
- -webkit-background-clip: text;
8588
- -webkit-text-fill-color: transparent;
8589
- background-image: -webkit-gradient(linear, left top, right top, from(#ffa648), color-stop(#f17cc1), to(#4da9fd));
8590
- background-image: -webkit-linear-gradient(left, #ffa648, #f17cc1, #4da9fd);
8591
- background-image: linear-gradient(to right, #ffa648, #f17cc1, #4da9fd);
8592
- -webkit-animation: pa-text-gradient 8s infinite;
8593
- animation: pa-text-gradient 8s infinite;
8594
- }
8595
-
8596
- .premium-title-clipped .premium-title-header {
8597
- -webkit-text-fill-color: transparent;
8598
- -webkit-background-clip: text;
8599
- background-clip: text;
8600
- }
8601
-
8602
- @-webkit-keyframes pa-text-gradient {
8603
-
8604
- 0%,
8605
- 100% {
8606
- -webkit-filter: hue-rotate(0deg);
8607
- filter: hue-rotate(0deg);
8608
- }
8609
-
8610
- 50% {
8611
- -webkit-filter: hue-rotate(360deg);
8612
- filter: hue-rotate(360deg);
8613
- }
8614
- }
8615
-
8616
- @keyframes pa-text-gradient {
8617
-
8618
- 0%,
8619
- 100% {
8620
- -webkit-filter: hue-rotate(0deg);
8621
- filter: hue-rotate(0deg);
8622
- }
8623
-
8624
- 50% {
8625
- -webkit-filter: hue-rotate(360deg);
8626
- filter: hue-rotate(360deg);
8627
- }
8628
- }
8629
-
8630
- /**************** Premium Video Box ************/
8631
- /***********************************************/
8632
- .premium-video-box-transform {
8633
- -webkit-transform: none !important;
8634
- -ms-transform: none !important;
8635
- transform: none !important;
8636
- }
8637
-
8638
- .premium-video-box-container {
8639
- -js-display: flex;
8640
- display: -webkit-box;
8641
- display: -webkit-flex;
8642
- display: -moz-box;
8643
- display: -ms-flexbox;
8644
- display: flex;
8645
- -webkit-box-orient: vertical;
8646
- -webkit-box-direction: normal;
8647
- -webkit-flex-direction: column;
8648
- -moz-box-orient: vertical;
8649
- -moz-box-direction: normal;
8650
- -ms-flex-direction: column;
8651
- flex-direction: column;
8652
- }
8653
-
8654
- .premium-video-box-container>div {
8655
- position: relative;
8656
- overflow: hidden;
8657
- }
8658
-
8659
- .pa-aspect-ratio-11 .premium-video-box-container>div {
8660
- padding-bottom: 100%;
8661
- }
8662
-
8663
- .pa-aspect-ratio-169 .premium-video-box-container>div {
8664
- padding-bottom: 56.25%;
8665
- }
8666
-
8667
- .pa-aspect-ratio-43 .premium-video-box-container>div {
8668
- padding-bottom: 75%;
8669
- }
8670
-
8671
- .pa-aspect-ratio-32 .premium-video-box-container>div {
8672
- padding-bottom: 66.6666%;
8673
- }
8674
-
8675
- .pa-aspect-ratio-219 .premium-video-box-container>div {
8676
- padding-bottom: 42.8571%;
8677
- }
8678
-
8679
- .pa-aspect-ratio-916 .premium-video-box-container>div {
8680
- padding-bottom: 177.8%;
8681
- }
8682
-
8683
- .premium-video-box-image-container {
8684
- position: absolute;
8685
- top: 0;
8686
- left: 0;
8687
- bottom: 0;
8688
- right: 0;
8689
- width: 100%;
8690
- height: 100%;
8691
- -webkit-background-size: cover;
8692
- background-size: cover;
8693
- background-position: 50%;
8694
- cursor: pointer;
8695
- margin: auto;
8696
- -webkit-transition: 0.2s all;
8697
- transition: 0.2s all;
8698
- }
8699
-
8700
- .premium-video-box-play-icon-container {
8701
- position: absolute;
8702
- z-index: 2;
8703
- cursor: pointer;
8704
- -webkit-transform: translate(-50%, -50%);
8705
- -ms-transform: translate(-50%, -50%);
8706
- transform: translate(-50%, -50%);
8707
- background: rgba(252, 252, 252, 0.35);
8708
- }
8709
-
8710
- .premium-video-box-description-container {
8711
- position: absolute;
8712
- z-index: 2;
8713
- padding: 5px;
8714
- text-align: center;
8715
- cursor: pointer;
8716
- -webkit-transform: translate(-50%, -50%);
8717
- -ms-transform: translate(-50%, -50%);
8718
- transform: translate(-50%, -50%);
8719
- }
8720
-
8721
- .premium-video-box-text {
8722
- margin-bottom: 0 !important;
8723
- -webkit-transition: all 0.3s ease-in-out;
8724
- transition: all 0.3s ease-in-out;
8725
- }
8726
-
8727
- .premium-video-box-play-icon {
8728
- padding: 15px;
8729
- -webkit-transform: translateX(4%);
8730
- -ms-transform: translateX(4%);
8731
- transform: translateX(4%);
8732
- -webkit-transition: all 0.3s ease-in-out;
8733
- transition: all 0.3s ease-in-out;
8734
- }
8735
-
8736
- .premium-video-box-video-container,
8737
- .premium-vid-lightbox-container {
8738
- position: absolute;
8739
- top: 0;
8740
- left: 0;
8741
- z-index: 2;
8742
- width: 100%;
8743
- height: 100%;
8744
- -webkit-transition: opacity 0.8s ease-in-out;
8745
- transition: opacity 0.8s ease-in-out;
8746
- overflow: hidden;
8747
- cursor: pointer;
8748
- }
8749
-
8750
- .premium-video-box-container[data-overlay="true"][data-type="self"] .premium-video-box-video-container {
8751
- opacity: 0;
8752
- visibility: hidden;
8753
- }
8754
-
8755
- .premium-video-box-video-container iframe {
8756
- max-width: 100%;
8757
- width: 100%;
8758
- height: 100%;
8759
- margin: 0;
8760
- line-height: 1;
8761
- border: none;
8762
- }
8763
-
8764
- .premium-video-box-video-container video {
8765
- max-width: 100%;
8766
- width: 100%;
8767
- height: 100%;
8768
- margin: 0;
8769
- line-height: 1;
8770
- border: none;
8771
- background-color: #000;
8772
- -o-object-fit: contain;
8773
- object-fit: contain;
8774
- }
8775
-
8776
- .premium-video-box-container .premium-video-box-vimeo-wrap {
8777
- -js-display: flex;
8778
- display: -webkit-box;
8779
- display: -webkit-flex;
8780
- display: -moz-box;
8781
- display: -ms-flexbox;
8782
- display: flex;
8783
- position: absolute;
8784
- top: 0;
8785
- left: 0;
8786
- z-index: 3;
8787
- margin: 10px;
8788
- margin-right: 10px;
8789
- -webkit-transition: opacity 0.2s ease-out;
8790
- transition: opacity 0.2s ease-out;
8791
- margin-right: 4.6em;
8792
- }
8793
-
8794
- .premium-video-box-vimeo-wrap .premium-video-box-vimeo-portrait {
8795
- width: 60px;
8796
- height: 60px;
8797
- background: rgba(23, 35, 34, 0.75);
8798
- margin-right: 1px;
8799
- -webkit-box-flex: 1;
8800
- -webkit-flex: 1 0 auto;
8801
- -moz-box-flex: 1;
8802
- -ms-flex: 1 0 auto;
8803
- flex: 1 0 auto;
8804
- padding: 0;
8805
- }
8806
-
8807
- .premium-video-box-vimeo-portrait img {
8808
- width: 50px;
8809
- height: 50px;
8810
- margin: 5px;
8811
- padding: 0;
8812
- border: 0;
8813
- -webkit-border-radius: 50%;
8814
- border-radius: 50%;
8815
- }
8816
-
8817
- .premium-video-box-vimeo-wrap .premium-video-box-vimeo-headers {
8818
- font-size: 10px;
8819
- }
8820
-
8821
- .premium-video-box-vimeo-wrap .premium-video-box-vimeo-title {
8822
- max-width: 100%;
8823
- font-size: 2em !important;
8824
- font-weight: 700;
8825
- margin: 0;
8826
- padding: 0.1em 0.2em;
8827
- background: rgba(23, 35, 34, 0.75);
8828
- display: inline-block;
8829
- text-transform: none;
8830
- line-height: normal;
8831
- letter-spacing: normal;
8832
- }
8833
-
8834
- .premium-video-box-vimeo-wrap .premium-video-box-vimeo-byline {
8835
- font-size: 1.2em !important;
8836
- font-weight: 400;
8837
- color: #fff;
8838
- margin-top: 0.1em;
8839
- padding: 0.2em 0.5em;
8840
- background: rgba(23, 35, 34, 0.75);
8841
- text-transform: none;
8842
- line-height: normal;
8843
- letter-spacing: normal;
8844
- }
8845
-
8846
- .premium-video-box-playlist-container {
8847
- -js-display: flex;
8848
- display: -webkit-box;
8849
- display: -webkit-flex;
8850
- display: -moz-box;
8851
- display: -ms-flexbox;
8852
- display: flex;
8853
- -webkit-flex-wrap: wrap;
8854
- -ms-flex-wrap: wrap;
8855
- flex-wrap: wrap;
8856
- }
8857
-
8858
- .premium-video-box-playlist-container .premium-video-box-container {
8859
- height: 100%;
8860
- overflow: hidden;
8861
- }
8862
-
8863
- .premium-video-box-container:hover .premium-video-box-image-container.zoomin {
8864
- -webkit-transform: scale(1.1);
8865
- -ms-transform: scale(1.1);
8866
- transform: scale(1.1);
8867
- }
8868
-
8869
- .premium-video-box-container:hover .premium-video-box-image-container.zoomout {
8870
- -webkit-transform: scale(1);
8871
- -ms-transform: scale(1);
8872
- transform: scale(1);
8873
- }
8874
-
8875
- .premium-video-box-container:hover .premium-video-box-image-container.scale {
8876
- -webkit-transform: scale(1.3) rotate(5deg);
8877
- -ms-transform: scale(1.3) rotate(5deg);
8878
- transform: scale(1.3) rotate(5deg);
8879
- }
8880
-
8881
- .premium-video-box-container:hover .premium-video-box-image-container.gray {
8882
- -webkit-filter: grayscale(0%);
8883
- filter: grayscale(0%);
8884
- }
8885
-
8886
- .premium-video-box-container:hover .premium-video-box-image-container.blur {
8887
- -webkit-filter: blur(3px);
8888
- filter: blur(3px);
8889
- }
8890
-
8891
- .premium-video-box-container:hover .premium-video-box-image-container.sepia {
8892
- -webkit-filter: sepia(0%);
8893
- filter: sepia(0%);
8894
- }
8895
-
8896
- .premium-video-box-container:hover .premium-video-box-image-container.trans {
8897
- -webkit-transform: translateX(0px) scale(1.1);
8898
- -ms-transform: translateX(0px) scale(1.1);
8899
- transform: translateX(0px) scale(1.1);
8900
- }
8901
-
8902
- .premium-video-box-container:hover .premium-video-box-image-container.bright {
8903
- -webkit-filter: brightness(1.2);
8904
- filter: brightness(1.2);
8905
- }
8906
-
8907
- .premium-video-box-image-container.gray {
8908
- -webkit-filter: grayscale(100%);
8909
- filter: grayscale(100%);
8910
- }
8911
-
8912
- .premium-video-box-image-container.zoomout,
8913
- .premium-video-box-image-container.scale {
8914
- -webkit-transform: scale(1.2);
8915
- -ms-transform: scale(1.2);
8916
- transform: scale(1.2);
8917
- }
8918
-
8919
- .premium-video-box-image-container.sepia {
8920
- -webkit-filter: sepia(30%);
8921
- filter: sepia(30%);
8922
- }
8923
-
8924
- .premium-video-box-image-container.bright {
8925
- -webkit-filter: brightness(1);
8926
- filter: brightness(1);
8927
- }
8928
-
8929
- .premium-video-box-image-container.trans {
8930
- -webkit-transform: translateX(-15px) scale(1.1);
8931
- -ms-transform: translateX(-15px) scale(1.1);
8932
- transform: translateX(-15px) scale(1.1);
8933
- }
8934
-
8935
- .premium-video-box-mask-media {
8936
- -webkit-mask-repeat: no-repeat;
8937
- mask-repeat: no-repeat;
8938
- }
8939
-
8940
- /* Sticky Video Option */
8941
- .premium-video-box-container.premium-video-box-sticky-apply {
8942
- z-index: 99;
8943
- overflow: unset;
8944
- }
8945
-
8946
- .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
8947
- position: fixed !important;
8948
- z-index: 99999;
8949
- height: 225px;
8950
- width: 400px;
8951
- background: #fff;
8952
- }
8953
-
8954
- .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-vimeo-wrap,
8955
- .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-container:before {
8956
- visibility: hidden;
8957
- }
8958
-
8959
- .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
8960
- -webkit-box-shadow: unset;
8961
- box-shadow: unset;
8962
- }
8963
-
8964
- .premium-video-box-sticky-close,
8965
- .premium-video-box-sticky-infobar {
8966
- display: none;
8967
- }
8968
-
8969
- .premium-video-box-sticky-apply .premium-video-box-sticky-close {
8970
- position: absolute;
8971
- padding: 5px;
8972
- cursor: pointer;
8973
- z-index: 99999;
8974
- height: 14px;
8975
- width: 14px;
8976
- -webkit-box-sizing: content-box;
8977
- -moz-box-sizing: content-box;
8978
- box-sizing: content-box;
8979
- -webkit-border-radius: 100%;
8980
- border-radius: 100%;
8981
- -js-display: flex;
8982
- display: -webkit-box;
8983
- display: -webkit-flex;
8984
- display: -moz-box;
8985
- display: -ms-flexbox;
8986
- display: flex;
8987
- -webkit-box-pack: center;
8988
- -webkit-justify-content: center;
8989
- -moz-box-pack: center;
8990
- -ms-flex-pack: center;
8991
- justify-content: center;
8992
- -webkit-box-align: center;
8993
- -webkit-align-items: center;
8994
- -moz-box-align: center;
8995
- -ms-flex-align: center;
8996
- align-items: center;
8997
- }
8998
-
8999
- .premium-video-box-sticky-apply .premium-video-box-play-icon-container {
9000
- -js-display: flex;
9001
- display: -webkit-box;
9002
- display: -webkit-flex;
9003
- display: -moz-box;
9004
- display: -ms-flexbox;
9005
- display: flex;
9006
- }
9007
-
9008
- .premium-video-box-sticky-apply .premium-video-box-play-icon {
9009
- -webkit-transition: none;
9010
- transition: none;
9011
- }
9012
-
9013
- .premium-video-box-sticky-apply .premium-video-box-sticky-infobar {
9014
- display: block;
9015
- position: relative;
9016
- top: 100%;
9017
- width: 100%;
9018
- padding: 5px;
9019
- text-align: center;
9020
- z-index: 9999;
9021
- margin-top: -1px;
9022
- }
9023
-
9024
- .premium-video-box-sticky-apply .premium-video-box-inner-wrap.ui-draggable {
9025
- cursor: move;
9026
- }
9027
-
9028
- .premium-video-sticky-top-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9029
- right: auto;
9030
- left: 20px;
9031
- top: 20px;
9032
- }
9033
-
9034
- .premium-video-sticky-bottom-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9035
- right: auto;
9036
- left: 20px;
9037
- bottom: 20px;
9038
- }
9039
-
9040
- .premium-video-sticky-top-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9041
- left: auto;
9042
- right: 20px;
9043
- top: 20px;
9044
- }
9045
-
9046
- .premium-video-sticky-bottom-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9047
- left: auto;
9048
- right: 20px;
9049
- bottom: 20px;
9050
- }
9051
-
9052
- .premium-video-sticky-center-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9053
- right: auto;
9054
- left: 20px;
9055
- top: 50%;
9056
- -webkit-transform: translateY(-50%);
9057
- -ms-transform: translateY(-50%);
9058
- transform: translateY(-50%);
9059
- }
9060
-
9061
- .premium-video-sticky-center-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9062
- left: auto;
9063
- right: 20px;
9064
- top: 50%;
9065
- -webkit-transform: translateY(-50%);
9066
- -ms-transform: translateY(-50%);
9067
- transform: translateY(-50%);
9068
- }
9069
-
9070
- .premium-video-sticky-bottom-right .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap,
9071
- .premium-video-sticky-bottom-left .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
9072
- bottom: 55px;
9073
- }
9074
-
9075
- .premium-video-sticky-top-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,
9076
- .premium-video-sticky-bottom-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,
9077
- .premium-video-sticky-center-left .premium-video-box-sticky-apply .premium-video-box-sticky-close {
9078
- top: -10px;
9079
- right: -10px;
9080
- }
9081
-
9082
- .premium-video-sticky-top-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,
9083
- .premium-video-sticky-bottom-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,
9084
- .premium-video-sticky-center-right .premium-video-box-sticky-apply .premium-video-box-sticky-close {
9085
- top: -10px;
9086
- left: -10px;
9087
- }
9088
-
9089
- .premium-video-box-filter-sticky {
9090
- -webkit-filter: none !important;
9091
- filter: none !important;
9092
- }
9093
-
9094
- .premium-mscroll-yes.elementor-widget-premium-addon-video-box div {
9095
- cursor: default;
9096
- }
9097
-
9098
- /************ Premium Vertical Scroll ************/
9099
- /*************************************************/
9100
- .premium-vscroll-inner {
9101
- position: relative;
9102
- min-height: 100%;
9103
- }
9104
-
9105
- .premium-vscroll-inner .premium-vscroll-dots {
9106
- position: fixed;
9107
- z-index: 100;
9108
- opacity: 1;
9109
- margin-top: -32px;
9110
- -webkit-transition: all 0.3s ease-in-out;
9111
- transition: all 0.3s ease-in-out;
9112
- }
9113
-
9114
- .premium-vscroll-wrap .premium-vscroll-nav-menu {
9115
- opacity: 1;
9116
- -webkit-transition: all 0.3s ease-in-out;
9117
- transition: all 0.3s ease-in-out;
9118
- }
9119
-
9120
- .premium-vscroll-inner .premium-vscroll-dots,
9121
- .premium-vscroll-wrap .premium-vscroll-dots-hide {
9122
- opacity: 0;
9123
- visibility: hidden;
9124
- }
9125
-
9126
- .premium-vscroll-nav-dots-yes .premium-vscroll-inner .premium-vscroll-dots:not(.premium-vscroll-dots-hide) {
9127
- opacity: 1;
9128
- visibility: visible;
9129
- }
9130
-
9131
- .premium-vscroll-dots.middle {
9132
- top: 50%;
9133
- margin-top: 0;
9134
- -webkit-transform: translateY(-50%);
9135
- -ms-transform: translateY(-50%);
9136
- transform: translateY(-50%);
9137
- }
9138
-
9139
- .premium-vscroll-dots.top {
9140
- top: 40px;
9141
- }
9142
-
9143
- .premium-vscroll-dots.bottom {
9144
- bottom: 30px;
9145
- }
9146
-
9147
- .premium-vscroll-dots.right {
9148
- right: 17px;
9149
- }
9150
-
9151
- .premium-vscroll-dots.left {
9152
- left: 17px;
9153
- }
9154
-
9155
- .premium-vscroll-inner ul.premium-vscroll-dots-list,
9156
- .premium-vscroll-wrap .premium-vscroll-nav-menu {
9157
- margin: 0 !important;
9158
- padding: 0;
9159
- }
9160
-
9161
- .premium-vscroll-inner ul.premium-vscroll-dots-list li {
9162
- width: 14px;
9163
- height: 13px;
9164
- margin: 7px;
9165
- position: relative;
9166
- -js-display: flex;
9167
- display: -webkit-box;
9168
- display: -webkit-flex;
9169
- display: -moz-box;
9170
- display: -ms-flexbox;
9171
- display: flex;
9172
- -webkit-box-pack: center;
9173
- -webkit-justify-content: center;
9174
- -moz-box-pack: center;
9175
- -ms-flex-pack: center;
9176
- justify-content: center;
9177
- -webkit-box-align: center;
9178
- -webkit-align-items: center;
9179
- -moz-box-align: center;
9180
- -ms-flex-align: center;
9181
- align-items: center;
9182
- overflow: visible;
9183
- }
9184
-
9185
- .premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link {
9186
- display: block;
9187
- position: relative;
9188
- z-index: 1;
9189
- width: 100%;
9190
- height: 100%;
9191
- cursor: pointer;
9192
- text-decoration: none;
9193
- }
9194
-
9195
- .premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link span {
9196
- top: 2px;
9197
- left: 2.5px;
9198
- width: 8px;
9199
- height: 8px;
9200
- border: 1px solid #000;
9201
- -webkit-border-radius: 50%;
9202
- border-radius: 50%;
9203
- position: absolute;
9204
- z-index: 1;
9205
- -webkit-transition: all 0.3s ease-in-out;
9206
- transition: all 0.3s ease-in-out;
9207
- }
9208
-
9209
- .premium-vscroll-inner .premium-vscroll-dot-item.active .premium-vscroll-nav-link span {
9210
- -webkit-transform: scale(1.6);
9211
- -ms-transform: scale(1.6);
9212
- transform: scale(1.6);
9213
- }
9214
-
9215
- .premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-tooltip {
9216
- position: absolute;
9217
- color: #fff;
9218
- font-size: 14px;
9219
- font-family: arial, helvetica, sans-serif;
9220
- white-space: nowrap;
9221
- max-width: 220px;
9222
- padding-left: 0.4em;
9223
- padding-right: 0.4em;
9224
- }
9225
-
9226
- .premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip {
9227
- right: 27px;
9228
- }
9229
-
9230
- .premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item {
9231
- width: 4px;
9232
- height: 30px;
9233
- }
9234
-
9235
- .premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item span {
9236
- width: 100%;
9237
- height: 100%;
9238
- -webkit-border-radius: 0;
9239
- border-radius: 0;
9240
- }
9241
-
9242
- .premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item.active span {
9243
- -webkit-transform: scale(1);
9244
- -ms-transform: scale(1);
9245
- transform: scale(1);
9246
- }
9247
-
9248
- .premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip::after {
9249
- position: absolute;
9250
- top: 50%;
9251
- content: "";
9252
- left: -webkit-calc(100% - 1px);
9253
- left: calc(100% - 1px);
9254
- width: 10px;
9255
- height: 0;
9256
- border-top: 6px solid transparent;
9257
- border-bottom: 6px solid transparent;
9258
- border-left: 6px solid;
9259
- -webkit-transform: translateY(-50%);
9260
- -ms-transform: translateY(-50%);
9261
- transform: translateY(-50%);
9262
- }
9263
-
9264
- .premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip {
9265
- left: 27px;
9266
- }
9267
-
9268
- .premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip::after {
9269
- position: absolute;
9270
- top: 50%;
9271
- content: "";
9272
- right: -webkit-calc(100% - 1px);
9273
- right: calc(100% - 1px);
9274
- width: 10px;
9275
- height: 0;
9276
- border-top: 6px solid transparent;
9277
- border-bottom: 6px solid transparent;
9278
- border-right: 6px solid;
9279
- -webkit-transform: translateY(-50%);
9280
- -ms-transform: translateY(-50%);
9281
- transform: translateY(-50%);
9282
- }
9283
-
9284
- /* * Lines */
9285
- @media (max-width: 768px) {
9286
- .premium-vscroll-dots.right {
9287
- right: 7px;
9288
- }
9289
-
9290
- .premium-vscroll-dots.left {
9291
- left: 7px;
9292
- }
9293
- }
9294
-
9295
- .premium-vscroll-nav-menu {
9296
- position: fixed;
9297
- top: 20px;
9298
- height: 40px;
9299
- z-index: 100;
9300
- padding: 0;
9301
- margin: 0;
9302
- }
9303
-
9304
- .premium-vscroll-nav-menu.left {
9305
- left: 0;
9306
- }
9307
-
9308
- .premium-vscroll-nav-menu.right {
9309
- right: 0;
9310
- }
9311
-
9312
- .premium-vscroll-nav-menu .premium-vscroll-nav-item {
9313
- display: inline-block;
9314
- margin: 10px;
9315
- color: #000;
9316
- background: #fff;
9317
- background: rgba(255, 255, 255, 0.3);
9318
- }
9319
-
9320
- .premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link {
9321
- padding: 9px 18px;
9322
- display: block;
9323
- cursor: pointer;
9324
- color: #000;
9325
- }
9326
-
9327
- .premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:hover {
9328
- color: #000;
9329
- }
9330
-
9331
- .premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:focus {
9332
- outline: none;
9333
- }
9334
-
9335
- .multiscroll-nav li a:focus {
9336
- outline: none;
9337
- }
9338
-
9339
- .premium-vscroll-temp .slimScrollBar {
9340
- visibility: hidden;
9341
- }
9342
-
9343
- [data-hijacking="off"] .premium-vscroll-temp {
9344
- height: 100vh;
9345
- }
9346
-
9347
- [data-hijacking="off"] .premium-vscroll-temp>div {
9348
- opacity: 0;
9349
- top: 0;
9350
- left: 0;
9351
- width: 100%;
9352
- /* Force Hardware Acceleration */
9353
- -webkit-transform: translateZ(0);
9354
- transform: translateZ(0);
9355
- -webkit-backface-visibility: hidden;
9356
- backface-visibility: hidden;
9357
- }
9358
-
9359
- [data-hijacking="off"] .premium-vscroll-temp:first-of-type>div::before {
9360
- display: none;
9361
- position: absolute;
9362
- width: 100%;
9363
- top: 20px;
9364
- z-index: 2;
9365
- }
9366
-
9367
- [data-hijacking="off"][data-animation="rotate"] .premium-vscroll-temp {
9368
- position: relative;
9369
- /* enable a 3D-space for children elements */
9370
- -webkit-perspective: 1800px;
9371
- perspective: 1800px;
9372
- }
9373
-
9374
- [data-hijacking="off"][data-animation="rotate"] .premium-vscroll-temp>div {
9375
- position: absolute;
9376
- -webkit-transform-origin: center bottom;
9377
- -ms-transform-origin: center bottom;
9378
- transform-origin: center bottom;
9379
- }
9380
-
9381
- [data-hijacking="off"][data-animation="rotate"] .premium-vscroll-temp:last-of-type>div {
9382
- opacity: 1 !important;
9383
- -webkit-transform: translateY(0px) scale(1) rotateX(0deg) !important;
9384
- transform: translateY(0px) scale(1) rotateX(0deg) !important;
9385
- }
9386
-
9387
- [data-hijacking="off"][data-animation="parallax"] .premium-vscroll-temp>div {
9388
- position: fixed;
9389
- }
9390
-
9391
- [data-hijacking="off"][data-animation="scaleDown"] .premium-vscroll-temp>div {
9392
- position: fixed;
9393
- }
9394
-
9395
- [data-hijacking="off"] .premium-vscroll-parallax-last {
9396
- -webkit-transform: translateY(0px) scale(1) !important;
9397
- -ms-transform: translateY(0px) scale(1) !important;
9398
- transform: translateY(0px) scale(1) !important;
9399
- }
9400
-
9401
- [data-hijacking="off"] .premium-vscroll-parallax-position {
9402
- position: unset !important;
9403
- }
9404
-
9405
- /********** Premium Woo Products **********/
9406
- /******************************************/
9407
- .ast-single-post .entry-content .premium-woocommerce a {
9408
- text-decoration: none;
9409
- }
9410
-
9411
- .premium-woocommerce .premium-woo-qv-btn {
9412
- cursor: pointer;
9413
- }
9414
-
9415
- .premium-woocommerce:not(.premium-woo-skin-grid-7) li.product .star-rating {
9416
- margin: 0 auto 0.5em;
9417
- }
9418
-
9419
- .premium-woocommerce:not(.premium-woo-skin-grid-10) .premium-woo-product-sale-wrap .premium-woo-product-onsale,
9420
- .premium-woocommerce:not(.premium-woo-skin-grid-10) .premium-woo-product-featured-wrap .premium-woo-product-featured {
9421
- display: block;
9422
- text-align: center;
9423
- color: #fff;
9424
- min-width: 2em;
9425
- min-height: 2em;
9426
- line-height: 2em;
9427
- padding: 0.3em 0.6em;
9428
- margin: 0.5em 0.6em;
9429
- }
9430
-
9431
- .premium-woocommerce .pa-out-of-stock {
9432
- display: block;
9433
- text-align: center;
9434
- color: #fff;
9435
- min-width: 2em;
9436
- min-height: 2em;
9437
- line-height: 2em;
9438
- padding: 0.3em 0.6em;
9439
- margin: 0.5em 0.6em;
9440
- }
9441
-
9442
- .premium-woocommerce .woocommerce-loop-product__title {
9443
- margin-bottom: 0.5em;
9444
- font-size: 1em;
9445
- -webkit-transition: all 0.3s ease-in-out;
9446
- transition: all 0.3s ease-in-out;
9447
- }
9448
-
9449
- .premium-woocommerce .premium-woo-product-category {
9450
- display: block;
9451
- font-size: 0.85em;
9452
- margin-bottom: 0.5em;
9453
- line-height: 1.3;
9454
- }
9455
-
9456
- .premium-woocommerce .star-rating {
9457
- display: block;
9458
- float: none;
9459
- -webkit-backface-visibility: hidden;
9460
- backface-visibility: hidden;
9461
- overflow: hidden;
9462
- position: relative;
9463
- height: 1em;
9464
- line-height: 1;
9465
- font-size: 0.857em;
9466
- width: 5.4em;
9467
- font-family: "star";
9468
- }
9469
-
9470
- .premium-woocommerce .star-rating::before {
9471
- content: "\73\73\73\73\73";
9472
- color: #54595f;
9473
- float: left;
9474
- top: 0;
9475
- left: 0;
9476
- position: absolute;
9477
- }
9478
-
9479
- .premium-woocommerce .star-rating span {
9480
- overflow: hidden;
9481
- float: left;
9482
- top: 0;
9483
- left: 0;
9484
- position: absolute;
9485
- padding-top: 1.5em;
9486
- }
9487
-
9488
- .premium-woocommerce .star-rating span::before {
9489
- content: "\53\53\53\53\53";
9490
- color: inherit;
9491
- top: 0;
9492
- position: absolute;
9493
- left: 0;
9494
- }
9495
-
9496
- .premium-woocommerce .premium-woo-products-inner ul.products {
9497
- -js-display: flex;
9498
- display: -webkit-box;
9499
- display: -webkit-flex;
9500
- display: -moz-box;
9501
- display: -ms-flexbox;
9502
- display: flex;
9503
- margin: 0;
9504
- padding: 0;
9505
- -webkit-flex-wrap: wrap;
9506
- -ms-flex-wrap: wrap;
9507
- flex-wrap: wrap;
9508
- list-style: none outside;
9509
- -webkit-column-gap: 0;
9510
- -moz-column-gap: 0;
9511
- column-gap: 0;
9512
- }
9513
-
9514
- .premium-woocommerce .premium-woo-products-inner ul.products li.product {
9515
- margin: 0 0 10px;
9516
- padding: 0 10px;
9517
- }
9518
-
9519
- .premium-woocommerce .premium-woo-products-inner ul.products li.product .premium-woo-product-wrapper {
9520
- overflow: hidden;
9521
- -webkit-transition: all 0.3s ease-in-out;
9522
- transition: all 0.3s ease-in-out;
9523
- }
9524
-
9525
- .premium-woocommerce .woocommerce-loop-product__link {
9526
- position: relative;
9527
- display: block !important;
9528
- overflow: hidden;
9529
- -webkit-transition: all 0.3s ease-in-out;
9530
- transition: all 0.3s ease-in-out;
9531
- }
9532
-
9533
- .premium-woocommerce .premium-woo-ribbon-container,
9534
- .premium-woocommerce .pa-out-of-stock {
9535
- position: absolute;
9536
- z-index: 9;
9537
- }
9538
-
9539
- .premium-woocommerce .premium-woo-ribbon-container {
9540
- top: 0;
9541
- left: 0;
9542
- }
9543
-
9544
- .premium-woocommerce .pa-out-of-stock {
9545
- top: 7px;
9546
- left: 9px;
9547
- margin: 0;
9548
- }
9549
-
9550
- .premium-woo-product-thumbnail {
9551
- position: relative;
9552
- overflow: hidden;
9553
- }
9554
-
9555
- .premium-woo-product-thumbnail .woocommerce-loop-product__link img {
9556
- margin: 0;
9557
- width: 100%;
9558
- }
9559
-
9560
- .premium-woo-product-sale-wrap,
9561
- .premium-woo-product-featured-wrap {
9562
- margin: 0;
9563
- }
9564
-
9565
- .premium-woocommerce .premium-woo-products-details-wrap {
9566
- padding: 1em 1.2em;
9567
- }
9568
-
9569
- .premium-woocommerce .premium-woo-products-details-wrap .button {
9570
- display: inline-block;
9571
- background-color: #6ec1e4;
9572
- color: #fff;
9573
- margin: 0.5em 0;
9574
- line-height: 1.3;
9575
- padding: 10px 40px;
9576
- font-size: 100%;
9577
- cursor: pointer;
9578
- text-decoration: none;
9579
- overflow: visible;
9580
- font-weight: 700;
9581
- background-image: none;
9582
- border: none;
9583
- -webkit-border-radius: 0px;
9584
- border-radius: 0px;
9585
- -webkit-box-shadow: none;
9586
- box-shadow: none;
9587
- text-shadow: none;
9588
- -webkit-transition: all 0.3s ease-in-out;
9589
- transition: all 0.3s ease-in-out;
9590
- }
9591
-
9592
- .premium-woocommerce li.product .price {
9593
- display: block;
9594
- line-height: 1.3;
9595
- font-weight: 700;
9596
- margin-bottom: 0.5em;
9597
- font-size: 0.9em;
9598
- }
9599
-
9600
- .premium-woocommerce li.product .price del {
9601
- display: inline-block;
9602
- font-weight: 400;
9603
- background: transparent;
9604
- opacity: 1;
9605
- }
9606
-
9607
- .premium-woocommerce li.product .price ins {
9608
- display: inline-block;
9609
- background: transparent;
9610
- text-decoration: none;
9611
- font-weight: inherit;
9612
- }
9613
-
9614
- .premium-woocommerce li.product .price .amount {
9615
- color: inherit !important;
9616
- }
9617
-
9618
- .premium-woocommerce li.product .premium-woo-product-desc p {
9619
- margin: 0;
9620
- }
9621
-
9622
- .premium-woo-product-align-left .premium-woocommerce li.product .star-rating {
9623
- margin-left: 0;
9624
- margin-right: auto;
9625
- }
9626
-
9627
- .premium-woo-product-align-center .premium-woocommerce li.product .star-rating {
9628
- margin-left: auto;
9629
- margin-right: auto;
9630
- }
9631
-
9632
- .premium-woo-product-align-right .premium-woocommerce li.product .star-rating {
9633
- margin-left: auto;
9634
- margin-right: 0;
9635
- }
9636
-
9637
- .premium-woo-products-pagination ul.page-numbers {
9638
- -js-display: flex;
9639
- display: -webkit-box;
9640
- display: -webkit-flex;
9641
- display: -moz-box;
9642
- display: -ms-flexbox;
9643
- display: flex;
9644
- list-style-type: none;
9645
- margin: 0;
9646
- margin-top: 10px;
9647
- padding: 0;
9648
- border: none;
9649
- -webkit-box-pack: center;
9650
- -webkit-justify-content: center;
9651
- -moz-box-pack: center;
9652
- -ms-flex-pack: center;
9653
- justify-content: center;
9654
- }
9655
-
9656
- .premium-woo-products-pagination ul.page-numbers li {
9657
- margin: 0 0.4em 0.4em 0;
9658
- padding: 0;
9659
- text-align: center;
9660
- }
9661
-
9662
- .premium-woo-products-pagination ul.page-numbers li .page-numbers {
9663
- margin: 0;
9664
- text-decoration: none;
9665
- color: #000;
9666
- border: 1px solid #54595f;
9667
- padding: 0;
9668
- line-height: 1;
9669
- font-size: 1em;
9670
- font-weight: 400;
9671
- padding: 0.75em;
9672
- display: block;
9673
- min-width: 2.5em;
9674
- -webkit-transition: all 0.3s ease-in-out;
9675
- transition: all 0.3s ease-in-out;
9676
- }
9677
-
9678
- .premium-woo-products-pagination ul.page-numbers li .page-numbers:hover,
9679
- .premium-woo-products-pagination ul.page-numbers li .page-numbers.current {
9680
- background-color: #54595f;
9681
- color: #fff;
9682
- outline: none;
9683
- }
9684
-
9685
- .premium-woocommerce .premium-loading-feed,
9686
- .premium-woo-quick-view-loader .premium-loading-feed {
9687
- display: block;
9688
- position: absolute;
9689
- width: 100%;
9690
- height: 100%;
9691
- top: 0px;
9692
- left: 0px;
9693
- bottom: 0px;
9694
- right: 0px;
9695
- background: rgba(255, 255, 255, 0.2);
9696
- -js-display: flex;
9697
- display: -webkit-box;
9698
- display: -webkit-flex;
9699
- display: -moz-box;
9700
- display: -ms-flexbox;
9701
- display: flex;
9702
- -webkit-box-align: center;
9703
- -webkit-align-items: center;
9704
- -moz-box-align: center;
9705
- -ms-flex-align: center;
9706
- align-items: center;
9707
- }
9708
-
9709
- /**
9710
- * Image Hover Effects
9711
- */
9712
- .premium-woocommerce .woocommerce-loop-product__link img {
9713
- -webkit-transition: all 0.3s ease-in-out;
9714
- transition: all 0.3s ease-in-out;
9715
- }
9716
-
9717
- .premium-woo-product__hover-zoomout .woocommerce-loop-product__link img {
9718
- -webkit-transform: scale(1.2);
9719
- -ms-transform: scale(1.2);
9720
- transform: scale(1.2);
9721
- }
9722
-
9723
- .premium-woo-product__hover-zoomout li.product:hover .woocommerce-loop-product__link img {
9724
- -webkit-transform: none;
9725
- -ms-transform: none;
9726
- transform: none;
9727
- }
9728
-
9729
- .premium-woo-product__hover-zoomin .woocommerce-loop-product__link img {
9730
- -webkit-transform: none;
9731
- -ms-transform: none;
9732
- transform: none;
9733
- }
9734
-
9735
- .premium-woo-product__hover-zoomin li.product:hover .woocommerce-loop-product__link img {
9736
- -webkit-transform: scale(1.2);
9737
- -ms-transform: scale(1.2);
9738
- transform: scale(1.2);
9739
- }
9740
-
9741
- .premium-woo-product__hover-gray .woocommerce-loop-product__link img {
9742
- -webkit-filter: grayscale(100%);
9743
- filter: grayscale(100%);
9744
- }
9745
-
9746
- .premium-woo-product__hover-gray li.product:hover .woocommerce-loop-product__link img {
9747
- -webkit-filter: grayscale(0%);
9748
- filter: grayscale(0%);
9749
- }
9750
-
9751
- .premium-woo-product__hover-sepia .woocommerce-loop-product__link img {
9752
- -webkit-filter: sepia(30%);
9753
- filter: sepia(30%);
9754
- }
9755
-
9756
- .premium-woo-product__hover-sepia li.product:hover .woocommerce-loop-product__link img {
9757
- -webkit-filter: sepia(0%);
9758
- filter: sepia(0%);
9759
- }
9760
-
9761
- .premium-woo-product__hover-bright .woocommerce-loop-product__link img {
9762
- -webkit-filter: brightness(1);
9763
- filter: brightness(1);
9764
- }
9765
-
9766
- .premium-woo-product__hover-bright li.product:hover .woocommerce-loop-product__link img {
9767
- -webkit-filter: brightness(1.2);
9768
- filter: brightness(1.2);
9769
- }
9770
-
9771
- .premium-woo-product__hover-trans .woocommerce-loop-product__link img {
9772
- -webkit-transform: translateX(-15px) scale(1.1);
9773
- -ms-transform: translateX(-15px) scale(1.1);
9774
- transform: translateX(-15px) scale(1.1);
9775
- }
9776
-
9777
- .premium-woo-product__hover-trans li.product:hover .woocommerce-loop-product__link img {
9778
- -webkit-transform: translateX(0px) scale(1.1);
9779
- -ms-transform: translateX(0px) scale(1.1);
9780
- transform: translateX(0px) scale(1.1);
9781
- }
9782
-
9783
- .premium-woo-product__hover-scale li.product:hover .woocommerce-loop-product__link img {
9784
- -webkit-transform: scaleX(1.3) scaleY(1.3) rotate(5deg);
9785
- -ms-transform: scaleX(1.3) scaleY(1.3) rotate(5deg);
9786
- transform: scaleX(1.3) scaleY(1.3) rotate(5deg);
9787
- }
9788
-
9789
- .premium-woocommerce .premium-woo-product__on_hover {
9790
- position: absolute;
9791
- top: 0;
9792
- right: 0;
9793
- bottom: 0;
9794
- left: 0;
9795
- height: 100%;
9796
- opacity: 0;
9797
- }
9798
-
9799
- .premium-woo-product__hover-swap li.product:hover .premium-woo-product__on_hover {
9800
- opacity: 1;
9801
- }
9802
-
9803
- .premium-woo-skin-grid-1 .premium-woo-qv-btn,
9804
- .premium-woo-skin-grid-3 .premium-woo-qv-btn,
9805
- .premium-woo-skin-grid-4 .premium-woo-qv-btn {
9806
- position: absolute;
9807
- bottom: 0;
9808
- left: 0;
9809
- width: 100%;
9810
- text-align: center;
9811
- padding: 5px;
9812
- background: rgba(2, 2, 2, 0.5);
9813
- color: #fff;
9814
- -webkit-transition: all 0.3s ease-in-out;
9815
- transition: all 0.3s ease-in-out;
9816
- z-index: 2;
9817
- -webkit-transform: translateY(100%);
9818
- -ms-transform: translateY(100%);
9819
- transform: translateY(100%);
9820
- }
9821
-
9822
- .premium-woo-skin-grid-4 .premium-woo-qv-btn {
9823
- -webkit-transition-delay: 0.1s;
9824
- transition-delay: 0.1s;
9825
- }
9826
-
9827
- .premium-woo-skin-grid-1 .premium-woo-qv-icon,
9828
- .premium-woo-skin-grid-3 .premium-woo-qv-icon,
9829
- .premium-woo-skin-grid-4 .premium-woo-qv-icon,
9830
- .premium-woo-skin-grid-6 .premium-woo-qv-icon {
9831
- margin-left: 0.5em;
9832
- }
9833
-
9834
- .premium-woo-product-thumbnail:hover .premium-woo-qv-btn-translate {
9835
- -webkit-transform: translateY(0);
9836
- -ms-transform: translateY(0);
9837
- transform: translateY(0);
9838
- }
9839
-
9840
- .premium-woo-product-wrapper .premium-woo-qv-data {
9841
- position: absolute;
9842
- top: 0;
9843
- left: 0;
9844
- width: 100%;
9845
- height: 100%;
9846
- z-index: 1;
9847
- overflow: hidden;
9848
- cursor: pointer;
9849
- }
9850
-
9851
- /**
9852
- * Skin 1,4
9853
- */
9854
- .premium-woo-skin-grid-1 .premium-woo-product-actions-wrapper,
9855
- .premium-woo-skin-grid-4 .premium-woo-product-actions-wrapper {
9856
- position: absolute;
9857
- top: 0.7em;
9858
- right: 1em;
9859
- -webkit-transform: translate3d(15px, 0, 0);
9860
- transform: translate3d(15px, 0, 0);
9861
- -webkit-transition: all 0.3s ease-in-out;
9862
- transition: all 0.3s ease-in-out;
9863
- opacity: 0;
9864
- z-index: 9;
9865
- }
9866
-
9867
- .premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-cart-btn {
9868
- position: relative;
9869
- display: block;
9870
- margin: 0 0 3px;
9871
- background: #fff;
9872
- text-align: center;
9873
- outline: 0;
9874
- -webkit-transition: all 0.3s ease-in-out;
9875
- transition: all 0.3s ease-in-out;
9876
- }
9877
-
9878
- .premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-add-cart-icon {
9879
- display: block;
9880
- color: #54595f;
9881
- width: 30px;
9882
- line-height: 30px;
9883
- height: 30px;
9884
- cursor: pointer;
9885
- -webkit-transition: all 0.3s ease-in-out;
9886
- transition: all 0.3s ease-in-out;
9887
- }
9888
-
9889
- .premium-woo-skin-grid-1 li.product:hover .premium-woo-product-actions-wrapper,
9890
- .premium-woo-skin-grid-4 li.product:hover .premium-woo-product-actions-wrapper {
9891
- -webkit-transform: translate3d(5px, 0, 0);
9892
- transform: translate3d(5px, 0, 0);
9893
- opacity: 1;
9894
- }
9895
-
9896
- .premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon {
9897
- -webkit-animation: spin 2s linear infinite;
9898
- animation: spin 2s linear infinite;
9899
- }
9900
-
9901
- .premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon::before {
9902
- content: "\f013";
9903
- }
9904
-
9905
- .premium-woocommerce .premium-woo-cart-btn.added .premium-woo-add-cart-icon::before {
9906
- content: "\f00c";
9907
- }
9908
-
9909
- /**
9910
- * Skin 2
9911
- */
9912
- .premium-woo-skin-grid-2 li.product .premium-woo-products-details-wrap {
9913
- position: absolute;
9914
- background: #fff;
9915
- bottom: 0;
9916
- left: 0;
9917
- width: 100%;
9918
- z-index: 2;
9919
- padding: 0;
9920
- opacity: 0;
9921
- -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
9922
- transition: opacity 0.2s, -webkit-transform 0.4s;
9923
- transition: transform 0.4s, opacity 0.2s;
9924
- transition: transform 0.4s, opacity 0.2s, -webkit-transform 0.4s;
9925
- -webkit-transform: translateZ(0) translateY(5px);
9926
- transform: translateZ(0) translateY(5px);
9927
- }
9928
-
9929
- .premium-woo-skin-grid-2 .premium-woo-product-details {
9930
- padding: 15px 0;
9931
- }
9932
-
9933
- .premium-woo-skin-grid-2 li.product:hover .premium-woo-products-details-wrap {
9934
- opacity: 1;
9935
- -webkit-transform: translateZ(0) translateY(0);
9936
- transform: translateZ(0) translateY(0);
9937
- }
9938
-
9939
- .premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper {
9940
- position: static;
9941
- -js-display: flex;
9942
- display: -webkit-box;
9943
- display: -webkit-flex;
9944
- display: -moz-box;
9945
- display: -ms-flexbox;
9946
- display: flex;
9947
- -webkit-box-orient: horizontal;
9948
- -webkit-box-direction: reverse;
9949
- -webkit-flex-direction: row-reverse;
9950
- -moz-box-orient: horizontal;
9951
- -moz-box-direction: reverse;
9952
- -ms-flex-direction: row-reverse;
9953
- flex-direction: row-reverse;
9954
- }
9955
-
9956
- .premium-woo-skin-grid-2 .premium-woo-product-actions-wrapper>* {
9957
- -webkit-box-flex: 1;
9958
- -webkit-flex: 1;
9959
- -moz-box-flex: 1;
9960
- -ms-flex: 1;
9961
- flex: 1;
9962
- min-width: 50%;
9963
- }
9964
-
9965
- .premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .button {
9966
- -js-display: flex;
9967
- display: -webkit-box;
9968
- display: -webkit-flex;
9969
- display: -moz-box;
9970
- display: -ms-flexbox;
9971
- display: flex;
9972
- margin: 0;
9973
- text-align: center;
9974
- -webkit-box-pack: center;
9975
- -webkit-justify-content: center;
9976
- -moz-box-pack: center;
9977
- -ms-flex-pack: center;
9978
- justify-content: center;
9979
- -webkit-box-align: center;
9980
- -webkit-align-items: center;
9981
- -moz-box-align: center;
9982
- -ms-flex-align: center;
9983
- align-items: center;
9984
- }
9985
-
9986
- .premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn {
9987
- background-color: #54595f;
9988
- }
9989
-
9990
  /**
9991
- * Skin 4
9992
- */
9993
- .premium-woo-skin-grid-4 li.product .premium-woo-products-details-wrap {
9994
- position: absolute;
9995
- left: 0;
9996
- right: 0;
9997
- top: 50%;
9998
- -webkit-transform: scale(0.9) translateZ(0) translateY(-50%);
9999
- transform: scale(0.9) translateZ(0) translateY(-50%);
10000
- text-align: center;
10001
- z-index: 2;
10002
- opacity: 0;
10003
- -webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
10004
- transition: opacity 0.5s, -webkit-transform 0.3s;
10005
- transition: opacity 0.5s, transform 0.3s;
10006
- transition: opacity 0.5s, transform 0.3s, -webkit-transform 0.3s;
10007
- }
10008
-
10009
- .premium-woo-skin-grid-4 li.product .premium-woo-product-overlay,
10010
- .premium-woo-skin-grid-8 li.product .premium-woo-product-overlay {
10011
- position: absolute;
10012
- top: 0;
10013
- left: 0;
10014
- width: 100%;
10015
- height: 100%;
10016
- opacity: 0;
10017
- visibility: hidden;
10018
- background-color: rgba(27, 27, 23, 0.3);
10019
- -webkit-transition: all 0.25s ease-in-out;
10020
- transition: all 0.25s ease-in-out;
10021
- }
10022
-
10023
- .premium-woo-skin-grid-4 li.product:hover .premium-woo-product-overlay,
10024
- .premium-woo-skin-grid-8 li.product:hover .premium-woo-product-overlay {
10025
- opacity: 1;
10026
- visibility: visible;
10027
- z-index: 1;
10028
- }
10029
-
10030
- .premium-woo-skin-grid-4 li.product:hover .premium-woo-products-details-wrap {
10031
- -webkit-transform: scale(1) translateZ(0) translateY(-50%);
10032
- transform: scale(1) translateZ(0) translateY(-50%);
10033
- opacity: 1;
10034
- }
10035
-
 
 
 
 
 
 
 
 
 
 
 
 
 
10036
  /**
10037
- * Skin 5
10038
- */
10039
- .premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper {
10040
- -js-display: flex;
10041
- display: -webkit-box;
10042
- display: -webkit-flex;
10043
- display: -moz-box;
10044
- display: -ms-flexbox;
10045
- display: flex;
10046
- }
10047
-
10048
- .premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn {
10049
- -js-display: flex;
10050
- display: -webkit-box;
10051
- display: -webkit-flex;
10052
- display: -moz-box;
10053
- display: -ms-flexbox;
10054
- display: flex;
10055
- -webkit-box-align: center;
10056
- -webkit-align-items: center;
10057
- -moz-box-align: center;
10058
- -ms-flex-align: center;
10059
- align-items: center;
10060
- background-color: #54595f;
10061
- padding: 10px;
10062
- -webkit-transition: all 0.25s ease 0s;
10063
- transition: all 0.25s ease 0s;
10064
- }
10065
-
10066
- .premium-woo-skin-grid-5 li.product .premium-woo-products-details-wrap {
10067
- width: 75%;
10068
- }
10069
-
10070
- .premium-woo-skin-grid-5 .premium-woo-product-wrapper {
10071
- -js-display: flex;
10072
- display: -webkit-box;
10073
- display: -webkit-flex;
10074
- display: -moz-box;
10075
- display: -ms-flexbox;
10076
- display: flex;
10077
- -webkit-box-align: center;
10078
- -webkit-align-items: center;
10079
- -moz-box-align: center;
10080
- -ms-flex-align: center;
10081
- align-items: center;
10082
- }
10083
-
10084
- .premium-woo-product-align-right .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper {
10085
- -webkit-box-pack: end;
10086
- -webkit-justify-content: flex-end;
10087
- -moz-box-pack: end;
10088
- -ms-flex-pack: end;
10089
- justify-content: flex-end;
10090
- }
10091
-
10092
- .premium-woo-product-align-center .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper {
10093
- -webkit-box-pack: center;
10094
- -webkit-justify-content: center;
10095
- -moz-box-pack: center;
10096
- -ms-flex-pack: center;
10097
- justify-content: center;
10098
- }
10099
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  @charset "UTF-8";
2
+ @font-face {
3
+ font-family: "pa-elements";
4
+ src: url("../../editor/fonts/pa-elements.eot?vcwy2s");
5
+ src: url("../../editor/fonts/pa-elements.eot?vcwy2s#iefix") format("embedded-opentype"), url("../../editor/fonts/pa-elements.ttf?vcwy2s") format("truetype"), url("../../editor/fonts/pa-elements.woff?vcwy2s") format("woff"), url("../../editor/fonts/pa-elements.svg?vcwy2s#pa-elements") format("svg");
6
+ font-weight: normal;
7
+ font-style: normal;
8
+ }
9
+ /**************** Premium Banner ****************/
10
+ /************************************************/
11
+ .elementor-widget-premium-addon-banner {
12
+ overflow: hidden; }
13
+
14
+ .premium-banner-ib {
15
+ display: block;
16
+ position: relative;
17
+ z-index: 1;
18
+ overflow: hidden;
19
+ margin: 0;
20
+ text-align: center;
21
+ -webkit-box-sizing: border-box;
22
+ -moz-box-sizing: border-box;
23
+ box-sizing: border-box; }
24
+ .premium-banner-ib img {
25
+ display: block;
26
+ position: relative; }
27
+
28
+ .premium-banner-img-wrap {
29
+ -js-display: flex;
30
+ display: -webkit-box;
31
+ display: -webkit-flex;
32
+ display: -moz-box;
33
+ display: -ms-flexbox;
34
+ display: flex;
35
+ height: 100%; }
36
+ .premium-banner-img-wrap .premium-banner-ib-img {
37
+ -webkit-flex-shrink: 0;
38
+ -ms-flex-negative: 0;
39
+ flex-shrink: 0; }
40
+
41
+ .premium-banner-ib-desc .premium-banner-read-more {
42
+ z-index: 100; }
43
+
44
+ .elementor-widget-premium-addon-banner .premium-banner-ib-title {
45
+ background: transparent; }
46
+
47
+ .premium-banner-ib *,
48
+ .premium-banner-ib .premium-banner-ib-desc {
49
+ -webkit-box-sizing: border-box;
50
+ -moz-box-sizing: border-box;
51
+ box-sizing: border-box; }
52
+
53
+ .premium-banner-ib img {
54
+ min-width: 100%;
55
+ max-width: 100%;
56
+ -webkit-transition: opacity 0.35s;
57
+ transition: opacity 0.35s; }
58
+
59
+ .premium-banner-ib .premium-banner-ib-desc {
60
+ padding: 15px;
61
+ -webkit-backface-visibility: hidden;
62
+ backface-visibility: hidden;
63
+ -webkit-box-sizing: border-box;
64
+ -moz-box-sizing: border-box;
65
+ box-sizing: border-box;
66
+ position: absolute;
67
+ top: 0;
68
+ left: 0;
69
+ width: 100%;
70
+ height: 100%; }
71
+
72
+ .premium-banner-ib .premium-banner-ib-link {
73
+ position: absolute;
74
+ top: 0;
75
+ left: 0;
76
+ width: 100%;
77
+ height: 100%;
78
+ z-index: 1000;
79
+ text-indent: 200%;
80
+ white-space: nowrap;
81
+ font-size: 0;
82
+ opacity: 0; }
83
+
84
+ .premium-banner-ib a.premium-banner-ib-link {
85
+ display: block;
86
+ background: 0 0; }
87
+
88
+ .premium-banner-animation1 img {
89
+ width: -webkit-calc(100% + 50px) !important;
90
+ width: calc(100% + 50px) !important;
91
+ max-width: -webkit-calc(100% + 50px) !important;
92
+ max-width: calc(100% + 50px) !important;
93
+ -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
94
+ transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
95
+ transition: opacity 0.35s, filter 0.35s, transform 0.35s;
96
+ transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
97
+ -webkit-transform: translate3d(-40px, 0, 0);
98
+ transform: translate3d(-40px, 0, 0); }
99
+
100
+ .premium-banner-animation2 .premium-banner-ib-title {
101
+ padding: 15px; }
102
+
103
+ .premium-banner-animation1 .premium-banner-ib-desc {
104
+ top: auto;
105
+ bottom: 0;
106
+ min-height: 25%;
107
+ height: auto;
108
+ max-height: 100%;
109
+ text-align: left; }
110
+
111
+ .premium-banner-animation1 .premium-banner-ib-content,
112
+ .premium-banner-animation1 .premium-banner-ib-title,
113
+ .premium-banner-animation1 .premium-banner-read-more {
114
+ -webkit-transform: translate3d(0, 40px, 0);
115
+ transform: translate3d(0, 40px, 0);
116
+ -webkit-transition-delay: 0.05s;
117
+ transition-delay: 0.05s;
118
+ -webkit-transition-duration: 0.35s;
119
+ transition-duration: 0.35s; }
120
+
121
+ .premium-banner-animation1 .premium-banner-ib-title {
122
+ -webkit-transition: -webkit-transform 0.35s;
123
+ transition: -webkit-transform 0.35s;
124
+ transition: transform 0.35s;
125
+ transition: transform 0.35s, -webkit-transform 0.35s; }
126
+
127
+ .premium-banner-animation1 .premium-banner-ib-content,
128
+ .premium-banner-animation1 .premium-banner-read-more {
129
+ margin-top: 10px;
130
+ opacity: 0;
131
+ -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
132
+ transition: opacity 0.2s, -webkit-transform 0.35s;
133
+ transition: opacity 0.2s, transform 0.35s;
134
+ transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s; }
135
+
136
+ .premium-banner-animation1:hover .premium-banner-ib-content,
137
+ .premium-banner-animation1.active .premium-banner-ib-content,
138
+ .premium-banner-animation1:hover .premium-banner-read-more,
139
+ .premium-banner-animation1.active .premium-banner-read-more {
140
+ opacity: 1;
141
+ -webkit-transition-delay: 0.05s;
142
+ transition-delay: 0.05s;
143
+ -webkit-transition-duration: 0.35s;
144
+ transition-duration: 0.35s; }
145
+
146
+ .premium-banner-animation1:hover .premium-banner-ib-content,
147
+ .premium-banner-animation1.active .premium-banner-ib-content,
148
+ .premium-banner-animation1:hover .premium-banner-read-more,
149
+ .premium-banner-animation1.active .premium-banner-read-more,
150
+ .premium-banner-animation1:hover .premium-banner-ib-title,
151
+ .premium-banner-animation1.active .premium-banner-ib-title,
152
+ .premium-banner-animation1:hover img,
153
+ .premium-banner-animation1.active img {
154
+ -webkit-transform: translate3d(0, 0, 0);
155
+ transform: translate3d(0, 0, 0);
156
+ -webkit-transition-delay: 0.05s;
157
+ transition-delay: 0.05s;
158
+ -webkit-transition-duration: 0.35s;
159
+ transition-duration: 0.35s; }
160
+
161
+ .premium-banner-animation1.zoomout img,
162
+ .premium-banner-animation1.scale img {
163
+ -webkit-transform: translate3d(-40px, 0, 0) scale(1.1);
164
+ transform: translate3d(-40px, 0, 0) scale(1.1); }
165
+
166
+ .premium-banner-ib.sepia img {
167
+ -webkit-filter: sepia(30%);
168
+ filter: sepia(30%); }
169
+
170
+ .premium-banner-ib.bright img {
171
+ -webkit-filter: brightness(1);
172
+ filter: brightness(1); }
173
+
174
+ .premium-banner-ib.sepia:hover img {
175
+ -webkit-filter: sepia(0%);
176
+ filter: sepia(0%); }
177
+
178
+ .premium-banner-ib.bright:hover img {
179
+ -webkit-filter: brightness(1.2);
180
+ filter: brightness(1.2); }
181
+
182
+ .premium-banner-animation1.premium-banner-min-height img,
183
+ .premium-banner-animation2.premium-banner-min-height img,
184
+ .premium-banner-animation4.premium-banner-min-height img,
185
+ .premium-banner-animation5.premium-banner-min-height img,
186
+ .premium-banner-animation6.premium-banner-min-height img,
187
+ .premium-banner-animation13.premium-banner-min-height img {
188
+ height: auto; }
189
+
190
+ .premium-banner-animation2 img {
191
+ width: 100%; }
192
+
193
+ .premium-banner-animation2 .premium-banner-ib-desc::before {
194
+ position: absolute;
195
+ content: "";
196
+ top: 0;
197
+ left: 0;
198
+ width: 100%;
199
+ height: 100%;
200
+ opacity: 0;
201
+ -webkit-transform: translate3d(0, 50%, 0);
202
+ transform: translate3d(0, 50%, 0); }
203
+
204
+ .premium-banner-animation2 .premium-banner-ib-title {
205
+ position: absolute;
206
+ top: 50%;
207
+ left: 0;
208
+ width: 100%;
209
+ -webkit-transition: color 0.35s, -webkit-transform 0.35s;
210
+ transition: color 0.35s, -webkit-transform 0.35s;
211
+ transition: transform 0.35s, color 0.35s;
212
+ transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
213
+ -webkit-transform: translate3d(0, -50%, 0);
214
+ transform: translate3d(0, -50%, 0); }
215
+
216
+ .premium-banner-animation2 .premium-banner-ib-content,
217
+ .premium-banner-animation2 .premium-banner-read-more,
218
+ .premium-banner-animation2 .premium-banner-ib-desc::before {
219
+ -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
220
+ transition: opacity 0.35s, -webkit-transform 0.35s;
221
+ transition: opacity 0.35s, transform 0.35s;
222
+ transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
223
+
224
+ .premium-banner-animation2 .premium-banner-ib-content,
225
+ .premium-banner-animation2 .premium-banner-read-more {
226
+ position: absolute;
227
+ bottom: 0;
228
+ left: 0;
229
+ padding: 15px;
230
+ width: 100%;
231
+ max-height: 50%;
232
+ opacity: 0;
233
+ -webkit-transform: translate3d(0, 10px, 0);
234
+ transform: translate3d(0, 10px, 0); }
235
+
236
+ .premium-banner-animation2:hover .premium-banner-ib-title,
237
+ .premium-banner-animation2.active .premium-banner-ib-title {
238
+ -webkit-transform: translate3d(0, -40px, 0);
239
+ transform: translate3d(0, -40px, 0); }
240
+
241
+ .premium-banner-animation2:hover .premium-banner-read-more,
242
+ .premium-banner-animation2.active .premium-banner-read-more,
243
+ .premium-banner-animation2:hover .premium-banner-ib-desc::before,
244
+ .premium-banner-animation2.active .premium-banner-ib-desc::before {
245
+ opacity: 1;
246
+ -webkit-transform: translate3d(0, 0, 0);
247
+ transform: translate3d(0, 0, 0); }
248
+
249
+ .premium-banner-animation2:hover .premium-banner-ib-content,
250
+ .premium-banner-animation2.active .premium-banner-ib-content {
251
+ opacity: 1;
252
+ -webkit-transform: translate3d(0, -30px, 0);
253
+ transform: translate3d(0, -30px, 0); }
254
+
255
+ .premium-banner-animation3 .premium-banner-ib-title {
256
+ position: absolute;
257
+ bottom: 0;
258
+ left: 0;
259
+ padding: 15px;
260
+ width: 100%;
261
+ text-align: left;
262
+ -webkit-transform: translate3d(0, -30px, 0);
263
+ transform: translate3d(0, -30px, 0); }
264
+
265
+ .premium-banner-animation3 .premium-banner-ib-desc::before,
266
+ .premium-banner-animation3 .premium-banner-ib-title {
267
+ -webkit-transition: -webkit-transform 0.35s;
268
+ transition: -webkit-transform 0.35s;
269
+ transition: transform 0.35s;
270
+ transition: transform 0.35s, -webkit-transform 0.35s; }
271
+
272
+ .premium-banner-animation3:hover .premium-banner-ib-desc::before,
273
+ .premium-banner-animation3.active .premium-banner-ib-desc::before,
274
+ .premium-banner-animation3:hover .premium-banner-ib-title,
275
+ .premium-banner-animation3.active .premium-banner-ib-title {
276
+ opacity: 1;
277
+ -webkit-transform: translate3d(0, 0, 0);
278
+ transform: translate3d(0, 0, 0); }
279
+
280
+ .premium-banner-animation3 .premium-banner-ib-content {
281
+ max-height: -webkit-calc(100% - 60px - 1.5em);
282
+ max-height: calc(100% - 60px - 1.5em);
283
+ overflow: hidden; }
284
+
285
+ .premium-banner-animation4 img {
286
+ width: -webkit-calc(100% + 40px) !important;
287
+ width: calc(100% + 40px) !important;
288
+ max-width: -webkit-calc(100% + 40px) !important;
289
+ max-width: calc(100% + 40px) !important; }
290
+
291
+ .premium-banner-animation4 .premium-banner-ib-desc {
292
+ padding: 30px; }
293
+ .premium-banner-animation4 .premium-banner-ib-desc::after {
294
+ position: absolute;
295
+ content: "";
296
+ opacity: 0; }
297
+ .premium-banner-animation4 .premium-banner-ib-desc::before {
298
+ position: absolute;
299
+ content: "";
300
+ opacity: 0;
301
+ top: 50px;
302
+ right: 30px;
303
+ bottom: 50px;
304
+ left: 30px;
305
+ border-top: 1px solid #fff;
306
+ border-bottom: 1px solid #fff;
307
+ -webkit-transform: scale(0, 1);
308
+ -ms-transform: scale(0, 1);
309
+ transform: scale(0, 1);
310
+ -webkit-transform-origin: 0 0;
311
+ -ms-transform-origin: 0 0;
312
+ transform-origin: 0 0; }
313
+ .premium-banner-animation4 .premium-banner-ib-desc::after {
314
+ top: 30px;
315
+ right: 50px;
316
+ bottom: 30px;
317
+ left: 50px;
318
+ border-right: 1px solid #fff;
319
+ border-left: 1px solid #fff;
320
+ -webkit-transform: scale(1, 0);
321
+ -ms-transform: scale(1, 0);
322
+ transform: scale(1, 0);
323
+ -webkit-transform-origin: 100% 0;
324
+ -ms-transform-origin: 100% 0;
325
+ transform-origin: 100% 0; }
326
+
327
+ .premium-banner-animation4 .premium-banner-ib-title {
328
+ padding: 50px 30px 0 30px;
329
+ -webkit-transition: -webkit-transform 0.35s;
330
+ transition: -webkit-transform 0.35s;
331
+ transition: transform 0.35s;
332
+ transition: transform 0.35s, -webkit-transform 0.35s; }
333
+
334
+ .premium-banner-animation4 .premium-banner-ib-content,
335
+ .premium-banner-animation4 .premium-banner-read-more {
336
+ padding: 10px 30px;
337
+ opacity: 0;
338
+ overflow: hidden;
339
+ -webkit-transform: translate3d(0, -10px, 0);
340
+ transform: translate3d(0, -10px, 0); }
341
+
342
+ .premium-banner-animation4 .premium-banner-ib-title,
343
+ .premium-banner-animation4 img {
344
+ -webkit-transform: translate3d(-30px, 0, 0);
345
+ transform: translate3d(-30px, 0, 0); }
346
+
347
+ .premium-banner-animation4.zoomout img,
348
+ .premium-banner-animation4.scale img {
349
+ -webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
350
+ transform: translate3d(-30px, 0, 0) scale(1.1); }
351
+
352
+ .premium-banner-animation4 .premium-banner-ib-content,
353
+ .premium-banner-animation4 .premium-banner-read-more {
354
+ -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
355
+ transition: opacity 0.35s, -webkit-transform 0.35s;
356
+ transition: opacity 0.35s, transform 0.35s;
357
+ transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
358
+
359
+ .premium-banner-animation4 .premium-banner-ib-desc::after, .premium-banner-animation4 .premium-banner-ib-desc::before {
360
+ -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
361
+ transition: opacity 0.35s, -webkit-transform 0.35s;
362
+ transition: opacity 0.35s, transform 0.35s;
363
+ transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
364
+
365
+ .premium-banner-animation4 img {
366
+ -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
367
+ transition: opacity 0.35s, -webkit-transform 0.35s;
368
+ transition: opacity 0.35s, transform 0.35s;
369
+ transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
370
+
371
+ .premium-banner-animation4:hover .premium-banner-ib-desc::after,
372
+ .premium-banner-animation4.active .premium-banner-ib-desc::after,
373
+ .premium-banner-animation4:hover .premium-banner-ib-desc::before,
374
+ .premium-banner-animation4.active .premium-banner-ib-desc::before {
375
+ opacity: 1;
376
+ -webkit-transform: scale(1);
377
+ -ms-transform: scale(1);
378
+ transform: scale(1); }
379
+
380
+ .premium-banner-animation4:hover .premium-banner-ib-content,
381
+ .premium-banner-animation4.active .premium-banner-ib-content,
382
+ .premium-banner-animation4:hover .premium-banner-read-more,
383
+ .premium-banner-animation4.active .premium-banner-read-more,
384
+ .premium-banner-animation4:hover .premium-banner-ib-title,
385
+ .premium-banner-animation4.active .premium-banner-ib-title {
386
+ opacity: 1;
387
+ -webkit-transform: translate3d(0, 0, 0);
388
+ transform: translate3d(0, 0, 0); }
389
+
390
+ .premium-banner-animation4:hover .premium-banner-ib-content,
391
+ .premium-banner-animation4:hover .premium-banner-ib-desc::after,
392
+ .premium-banner-animation4:hover .premium-banner-ib-title,
393
+ .premium-banner-animation4:hover img {
394
+ -webkit-transition-delay: 0.15s;
395
+ transition-delay: 0.15s; }
396
+
397
+ .premium-banner-animation5 .premium-banner-ib-desc {
398
+ top: auto;
399
+ bottom: 0;
400
+ padding: 15px;
401
+ height: auto;
402
+ background: #f2f2f2;
403
+ color: #3c4a50;
404
+ -webkit-transition: -webkit-transform 0.35s;
405
+ transition: -webkit-transform 0.35s;
406
+ transition: transform 0.35s;
407
+ transition: transform 0.35s, -webkit-transform 0.35s;
408
+ -webkit-transform: translate3d(0, 100%, 0);
409
+ transform: translate3d(0, 100%, 0); }
410
+
411
+ .premium-banner-animation5 .premium-banner-ib-content {
412
+ position: absolute;
413
+ top: auto;
414
+ bottom: 100%;
415
+ left: 0;
416
+ width: 100%;
417
+ padding: 15px;
418
+ opacity: 0;
419
+ -webkit-transition: opacity 0.35s;
420
+ transition: opacity 0.35s; }
421
+
422
+ .premium-banner-animation5 .premium-banner-ib-title,
423
+ .premium-banner-animation5 .premium-banner-read-more {
424
+ -webkit-transition: -webkit-transform 0.35s;
425
+ transition: -webkit-transform 0.35s;
426
+ transition: transform 0.35s;
427
+ transition: transform 0.35s, -webkit-transform 0.35s;
428
+ -webkit-transform: translate3d(0, 200%, 0);
429
+ transform: translate3d(0, 200%, 0);
430
+ text-align: center; }
431
+
432
+ .premium-banner-animation5 .premium-banner-ib-title {
433
+ margin: 10px 0; }
434
+
435
+ .premium-banner-animation5:hover .premium-banner-ib-content,
436
+ .premium-banner-animation5.active .premium-banner-ib-content,
437
+ .premium-banner-animation5:hover .premium-banner-ib-content *,
438
+ .premium-banner-animation5.active .premium-banner-ib-content * {
439
+ opacity: 1 !important;
440
+ z-index: 99 !important;
441
+ -webkit-backface-visibility: hidden !important;
442
+ backface-visibility: hidden !important; }
443
+
444
+ .premium-banner-animation5:hover .premium-banner-ib-desc,
445
+ .premium-banner-animation5.active .premium-banner-ib-desc,
446
+ .premium-banner-animation5:hover .premium-banner-ib-title,
447
+ .premium-banner-animation5.active .premium-banner-ib-title,
448
+ .premium-banner-animation5:hover .premium-banner-read-more,
449
+ .premium-banner-animation5.active .premium-banner-read-more {
450
+ -webkit-transform: translateY(0);
451
+ -ms-transform: translateY(0);
452
+ transform: translateY(0); }
453
+
454
+ .premium-banner-animation5:hover .premium-banner-ib-title {
455
+ -webkit-transition-delay: 0.05s;
456
+ transition-delay: 0.05s; }
457
+
458
+ .premium-banner-animation5 img {
459
+ -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
460
+ transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
461
+ transition: opacity 0.35s, filter 0.35s, transform 0.35s;
462
+ transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s; }
463
+
464
+ .premium-banner-animation2 img,
465
+ .premium-banner-animation4 img,
466
+ .premium-banner-animation6 img {
467
+ -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
468
+ transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
469
+ transition: opacity 0.35s, filter 0.35s, transform 0.35s;
470
+ transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s; }
471
+
472
+ .premium-banner-animation5.zoomout img,
473
+ .premium-banner-animation5.scale img {
474
+ -webkit-transform: scale(1.1);
475
+ -ms-transform: scale(1.1);
476
+ transform: scale(1.1); }
477
+
478
+ .premium-banner-animation2.zoomout img,
479
+ .premium-banner-animation2.scale img {
480
+ -webkit-transform: scale(1.1);
481
+ -ms-transform: scale(1.1);
482
+ transform: scale(1.1); }
483
+
484
+ .premium-banner-animation6.zoomout img,
485
+ .premium-banner-animation6.scale img {
486
+ -webkit-transform: scale(1.1);
487
+ -ms-transform: scale(1.1);
488
+ transform: scale(1.1); }
489
+
490
+ .premium-banner-animation5.zoomin:hover img,
491
+ .premium-banner-animation2.zoomin:hover img,
492
+ .premium-banner-animation6.zoomin:hover img {
493
+ -webkit-transform: scale(1.1);
494
+ -ms-transform: scale(1.1);
495
+ transform: scale(1.1); }
496
+
497
+ .premium-banner-animation5.zoomout:hover img,
498
+ .premium-banner-animation2.zoomout:hover img,
499
+ .premium-banner-animation6.zoomout:hover img {
500
+ -webkit-transform: scale(1);
501
+ -ms-transform: scale(1);
502
+ transform: scale(1); }
503
+
504
+ .premium-banner-animation5.scale:hover img,
505
+ .premium-banner-animation2.scale:hover img,
506
+ .premium-banner-animation6.scale:hover img {
507
+ -webkit-transform: scale(1.2) rotate(5deg);
508
+ -ms-transform: scale(1.2) rotate(5deg);
509
+ transform: scale(1.2) rotate(5deg); }
510
+
511
+ .premium-banner-animation5.grayscale:hover img,
512
+ .premium-banner-animation2.grayscale:hover img,
513
+ .premium-banner-animation6.grayscale:hover img {
514
+ -webkit-filter: grayscale(100%);
515
+ filter: grayscale(100%); }
516
+
517
+ .premium-banner-animation5.blur:hover img,
518
+ .premium-banner-animation2.blur:hover img {
519
+ -webkit-filter: blur(3px);
520
+ filter: blur(3px); }
521
+
522
+ .premium-banner-animation6.blur:hover img {
523
+ -webkit-filter: blur(3px);
524
+ filter: blur(3px); }
525
+
526
+ .premium-banner-animation6 .premium-banner-ib-desc {
527
+ padding: 45px; }
528
+ .premium-banner-animation6 .premium-banner-ib-desc::before {
529
+ position: absolute;
530
+ content: "";
531
+ top: 30px;
532
+ right: 30px;
533
+ bottom: 30px;
534
+ left: 30px;
535
+ border: 1px solid #fff; }
536
+
537
+ .premium-banner-animation6 .premium-banner-ib-title {
538
+ margin: 20px 0 10px;
539
+ -webkit-transition: -webkit-transform 0.35s;
540
+ transition: -webkit-transform 0.35s;
541
+ transition: transform 0.35s;
542
+ transition: transform 0.35s, -webkit-transform 0.35s;
543
+ -webkit-transform: translate3d(0, 100%, 0);
544
+ transform: translate3d(0, 100%, 0); }
545
+
546
+ .premium-banner-animation6 .premium-banner-ib-content,
547
+ .premium-banner-animation6 .premium-banner-read-more,
548
+ .premium-banner-animation6 .premium-banner-ib-desc::before {
549
+ opacity: 0;
550
+ -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
551
+ transition: opacity 0.35s, -webkit-transform 0.35s;
552
+ transition: opacity 0.35s, transform 0.35s;
553
+ transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
554
+ -webkit-transform: scale(0);
555
+ -ms-transform: scale(0);
556
+ transform: scale(0); }
557
+
558
+ .premium-banner-animation6 .premium-banner-read-more {
559
+ margin-top: 10px; }
560
+
561
+ .premium-banner-animation6:hover .premium-banner-ib-title,
562
+ .premium-banner-animation6.active .premium-banner-ib-title {
563
+ -webkit-transform: translate3d(0, 0, 0);
564
+ transform: translate3d(0, 0, 0); }
565
+
566
+ .premium-banner-animation6:hover .premium-banner-ib-content,
567
+ .premium-banner-animation6.active .premium-banner-ib-content,
568
+ .premium-banner-animation6:hover .premium-banner-read-more,
569
+ .premium-banner-animation6.active .premium-banner-read-more,
570
+ .premium-banner-animation6:hover .premium-banner-ib-desc::before,
571
+ .premium-banner-animation6.active .premium-banner-ib-desc::before {
572
+ opacity: 1;
573
+ -webkit-transform: scale(1);
574
+ -ms-transform: scale(1);
575
+ transform: scale(1); }
576
+
577
+ .premium-banner-animation12 .premium-banner-ib-desc::after {
578
+ position: absolute;
579
+ content: "";
580
+ right: 30px;
581
+ bottom: 30px;
582
+ left: 30px;
583
+ height: -webkit-calc(50% - 30px);
584
+ height: calc(50% - 30px);
585
+ border: 7px solid #fff;
586
+ -webkit-transition: -webkit-transform 0.35s;
587
+ transition: -webkit-transform 0.35s;
588
+ transition: transform 0.35s;
589
+ transition: transform 0.35s, -webkit-transform 0.35s;
590
+ -webkit-transform: translate3d(0, -100%, 0);
591
+ transform: translate3d(0, -100%, 0); }
592
+
593
+ .premium-banner-animation12:hover .premium-banner-ib-desc::after,
594
+ .premium-banner-animation12.active .premium-banner-ib-desc::after {
595
+ -webkit-transform: translate3d(0, 0, 0);
596
+ transform: translate3d(0, 0, 0); }
597
+
598
+ .premium-banner-animation12 .premium-banner-ib-desc {
599
+ padding: 45px;
600
+ text-align: left; }
601
+
602
+ .premium-banner-animation12 .premium-banner-ib-content {
603
+ position: absolute;
604
+ right: 60px;
605
+ bottom: 60px;
606
+ left: 60px;
607
+ opacity: 0;
608
+ -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
609
+ transition: opacity 0.35s, -webkit-transform 0.35s;
610
+ transition: opacity 0.35s, transform 0.35s;
611
+ transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
612
+ -webkit-transform: translate3d(0, -100px, 0);
613
+ transform: translate3d(0, -100px, 0); }
614
+
615
+ .premium-banner-animation12:hover .premium-banner-ib-content,
616
+ .premium-banner-animation12.active .premium-banner-ib-content {
617
+ opacity: 1;
618
+ -webkit-transform: translate3d(0, 0, 0);
619
+ transform: translate3d(0, 0, 0); }
620
+
621
+ .premium-banner-animation13 img {
622
+ width: -webkit-calc(100% + 20px) !important;
623
+ width: calc(100% + 20px) !important;
624
+ max-width: -webkit-calc(100% + 20px) !important;
625
+ max-width: calc(100% + 20px) !important;
626
+ -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
627
+ transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
628
+ transition: opacity 0.35s, filter 0.35s, transform 0.35s;
629
+ transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
630
+ -webkit-transform: translate3d(-10px, 0, 0);
631
+ transform: translate3d(-10px, 0, 0);
632
+ -webkit-backface-visibility: hidden;
633
+ backface-visibility: hidden; }
634
+
635
+ .premium-banner-animation13.zoomout img,
636
+ .premium-banner-animation13.scale img {
637
+ -webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
638
+ transform: translate3d(-10px, 0, 0) scale(1.1); }
639
+
640
+ .premium-banner-animation13.none:hover img {
641
+ -webkit-transform: translate3d(0, 0, 0);
642
+ transform: translate3d(0, 0, 0); }
643
+
644
+ .premium-banner-animation1.none:hover img,
645
+ .premium-banner-animation4.none:hover img {
646
+ -webkit-transform: translate3d(0, 0, 0);
647
+ transform: translate3d(0, 0, 0); }
648
+
649
+ .premium-banner-animation13.zoomin:hover img,
650
+ .premium-banner-animation1.zoomin:hover img,
651
+ .premium-banner-animation4.zoomin:hover img,
652
+ .premium-banner-animation8.zoomin:hover img,
653
+ .premium-banner-animation7.zoomin:hover img,
654
+ .premium-banner-animation9.zoomin:hover img,
655
+ .premium-banner-animation10.zoomin:hover img,
656
+ .premium-banner-animation11.zoomin:hover img {
657
+ -webkit-transform: translate3d(0, 0, 0) scale(1.1);
658
+ transform: translate3d(0, 0, 0) scale(1.1); }
659
+
660
+ .premium-banner-animation13.zoomout:hover img,
661
+ .premium-banner-animation1.zoomout:hover img,
662
+ .premium-banner-animation4.zoomout:hover img,
663
+ .premium-banner-animation8.zoomout:hover img,
664
+ .premium-banner-animation7.zoomout:hover img,
665
+ .premium-banner-animation9.zoomout:hover img,
666
+ .premium-banner-animation10.zoomout:hover img,
667
+ .premium-banner-animation11.zoomout:hover img {
668
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
669
+ transform: translate3d(0, 0, 0) scale(1); }
670
+
671
+ .premium-banner-animation13.scale:hover img,
672
+ .premium-banner-animation1.scale:hover img,
673
+ .premium-banner-animation4.scale:hover img,
674
+ .premium-banner-animation8.scale:hover img,
675
+ .premium-banner-animation7.scale:hover img,
676
+ .premium-banner-animation9.scale:hover img,
677
+ .premium-banner-animation10.scale:hover img,
678
+ .premium-banner-animation11.scale:hover img {
679
+ -webkit-transform: translate3d(0, 0, 0) scale(1.2) rotate(5deg);
680
+ transform: translate3d(0, 0, 0) scale(1.2) rotate(5deg); }
681
+
682
+ .premium-banner-animation13.grayscale:hover img,
683
+ .premium-banner-animation1.grayscale:hover img,
684
+ .premium-banner-animation4.grayscale:hover img,
685
+ .premium-banner-animation8.grayscale:hover img,
686
+ .premium-banner-animation7.grayscale:hover img,
687
+ .premium-banner-animation9.grayscale:hover img,
688
+ .premium-banner-animation10.grayscale:hover img,
689
+ .premium-banner-animation11.grayscale:hover img {
690
+ -webkit-transform: translate3d(0, 0, 0);
691
+ transform: translate3d(0, 0, 0);
692
+ -webkit-filter: grayscale(100%);
693
+ filter: grayscale(100%); }
694
+
695
+ .premium-banner-animation13.blur:hover img,
696
+ .premium-banner-animation1.blur:hover img,
697
+ .premium-banner-animation4.blur:hover,
698
+ .premium-banner-animation8.blur:hover img,
699
+ .premium-banner-animation7.blur:hover img,
700
+ .premium-banner-animation9.blur:hover img,
701
+ .premium-banner-animation10.blur:hover img,
702
+ .premium-banner-animation11.blur:hover img {
703
+ -webkit-transform: translate3d(0, 0, 0);
704
+ transform: translate3d(0, 0, 0);
705
+ -webkit-filter: blur(3px);
706
+ filter: blur(3px); }
707
+
708
+ .premium-banner-animation13 .premium-banner-ib-desc {
709
+ text-align: left; }
710
+
711
+ .premium-banner-animation13 .premium-banner-ib-title {
712
+ position: relative;
713
+ overflow: hidden;
714
+ padding: 5px 0 10px; }
715
+ .premium-banner-animation13 .premium-banner-ib-title::after {
716
+ position: absolute;
717
+ content: "";
718
+ bottom: 0;
719
+ left: 0;
720
+ width: 100%;
721
+ height: 2px;
722
+ background: #fff;
723
+ -webkit-transition: -webkit-transform 0.35s;
724
+ transition: -webkit-transform 0.35s;
725
+ transition: transform 0.35s;
726
+ transition: transform 0.35s, -webkit-transform 0.35s;
727
+ -webkit-transform: translate3d(-101%, 0, 0);
728
+ transform: translate3d(-101%, 0, 0); }
729
+
730
+ .premium-banner-animation13:hover .premium-banner-ib-title::after,
731
+ .premium-banner-animation13.active .premium-banner-ib-title::after {
732
+ -webkit-transform: translate3d(0, 0, 0);
733
+ transform: translate3d(0, 0, 0); }
734
+
735
+ .premium-banner-animation13 .premium-banner-ib-content,
736
+ .premium-banner-animation13 .premium-banner-read-more {
737
+ padding: 15px 0;
738
+ opacity: 0;
739
+ -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
740
+ transition: opacity 0.35s, -webkit-transform 0.35s;
741
+ transition: opacity 0.35s, transform 0.35s;
742
+ transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
743
+ -webkit-transform: translate3d(100%, 0, 0);
744
+ transform: translate3d(100%, 0, 0); }
745
+
746
+ .premium-banner-animation13:hover .premium-banner-ib-content,
747
+ .premium-banner-animation13.active .premium-banner-ib-content,
748
+ .premium-banner-animation13:hover .premium-banner-read-more,
749
+ .premium-banner-animation13.active .premium-banner-read-more {
750
+ opacity: 1;
751
+ -webkit-transform: translate3d(0, 0, 0);
752
+ transform: translate3d(0, 0, 0); }
753
+
754
+ .premium-banner-ib.premium-banner-animation5 .premium-banner-toggle-size {
755
+ left: 50%;
756
+ width: auto !important;
757
+ height: 100%;
758
+ max-width: none;
759
+ -webkit-transform: translateX(-50%);
760
+ -ms-transform: translateX(-50%);
761
+ transform: translateX(-50%); }
762
+
763
+ .premium-banner-ib img {
764
+ border: none;
765
+ padding: 0;
766
+ margin: 0; }
767
+
768
+ .premium-banner-animation7 img {
769
+ width: -webkit-calc(100% + 40px) !important;
770
+ width: calc(100% + 40px) !important;
771
+ max-width: -webkit-calc(100% + 40px) !important;
772
+ max-width: calc(100% + 40px) !important;
773
+ -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
774
+ transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
775
+ transition: opacity 0.35s, filter 0.35s, transform 0.35s;
776
+ transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s; }
777
+
778
+ .premium-banner-animation7 .premium-banner-brlr {
779
+ width: 7px; }
780
+
781
+ .premium-banner-animation7 .premium-banner-brtb {
782
+ height: 7px; }
783
+
784
+ .premium-banner-animation7 .premium-banner-br {
785
+ position: absolute;
786
+ z-index: 1;
787
+ background-color: white;
788
+ -webkit-transition: all 0.3s ease-in-out;
789
+ transition: all 0.3s ease-in-out;
790
+ -webkit-transition-delay: 0.2s;
791
+ transition-delay: 0.2s; }
792
+
793
+ .premium-banner-animation7 .premium-banner-bleft {
794
+ left: 30px;
795
+ top: -webkit-calc(100% - 150px);
796
+ top: calc(100% - 150px);
797
+ height: 0; }
798
+
799
+ .premium-banner-animation7 .premium-banner-bright {
800
+ right: 30px;
801
+ bottom: -webkit-calc(100% - 150px);
802
+ bottom: calc(100% - 150px);
803
+ height: 0; }
804
+
805
+ .premium-banner-animation7 .premium-banner-bottom {
806
+ right: -webkit-calc(100% - 150px);
807
+ right: calc(100% - 150px);
808
+ bottom: 30px;
809
+ width: 0; }
810
+
811
+ .premium-banner-animation7 .premium-banner-btop {
812
+ left: -webkit-calc(100% - 150px);
813
+ left: calc(100% - 150px);
814
+ top: 30px;
815
+ width: 0; }
816
+
817
+ .premium-banner-animation7 .premium-banner-ib-desc {
818
+ padding: 70px;
819
+ display: table; }
820
+ .premium-banner-animation7 .premium-banner-ib-desc .premium-banner-desc-centered {
821
+ display: table-cell;
822
+ vertical-align: middle; }
823
+
824
+ .premium-banner-animation7 .premium-banner-ib-title {
825
+ margin-top: 0; }
826
+
827
+ .premium-banner-animation7 .premium-banner-ib-title,
828
+ .premium-banner-animation7 img {
829
+ -webkit-transform: translate3d(-30px, 0, 0);
830
+ transform: translate3d(-30px, 0, 0); }
831
+
832
+ .premium-banner-animation7.zoomout img,
833
+ .premium-banner-animation7.scale img {
834
+ -webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
835
+ transform: translate3d(-30px, 0, 0) scale(1.1); }
836
+
837
+ .premium-banner-animation7 .premium-banner-ib-content,
838
+ .premium-banner-animation7 .premium-banner-read-more {
839
+ margin-top: 10px; }
840
+
841
+ .premium-banner-animation7 .premium-banner-ib-desc::after, .premium-banner-animation7 .premium-banner-ib-desc::before {
842
+ -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
843
+ transition: opacity 0.35s, -webkit-transform 0.35s;
844
+ transition: opacity 0.35s, transform 0.35s;
845
+ transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
846
+
847
+ .premium-banner-animation7 .premium-banner-ib-title,
848
+ .premium-banner-animation7 .premium-banner-ib-content,
849
+ .premium-banner-animation7 .premium-banner-read-more {
850
+ opacity: 0;
851
+ -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
852
+ transition: opacity 0.35s, -webkit-transform 0.35s;
853
+ transition: opacity 0.35s, transform 0.35s;
854
+ transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
855
+
856
+ .premium-banner-animation7:hover .premium-banner-ib-content,
857
+ .premium-banner-animation7.active .premium-banner-ib-content,
858
+ .premium-banner-animation7:hover .premium-banner-read-more,
859
+ .premium-banner-animation7.active .premium-banner-read-more,
860
+ .premium-banner-animation7:hover .premium-banner-ib-title,
861
+ .premium-banner-animation7.active .premium-banner-ib-title {
862
+ opacity: 1;
863
+ -webkit-transform: translate3d(0, 0, 0);
864
+ transform: translate3d(0, 0, 0); }
865
+
866
+ .premium-banner-animation7:hover .premium-banner-bleft, .premium-banner-animation7.active .premium-banner-bleft {
867
+ top: 30px;
868
+ height: 70px; }
869
+
870
+ .premium-banner-animation7:hover .premium-banner-bright, .premium-banner-animation7.active .premium-banner-bright {
871
+ bottom: 30px;
872
+ height: 70px; }
873
+
874
+ .premium-banner-animation7:hover .premium-banner-bottom, .premium-banner-animation7.active .premium-banner-bottom {
875
+ right: 30px;
876
+ width: 70px; }
877
+
878
+ .premium-banner-animation7:hover .premium-banner-btop, .premium-banner-animation7.active .premium-banner-btop {
879
+ left: 30px;
880
+ width: 70px; }
881
+
882
+ .premium-banner-animation7:hover .premium-banner-ib-content,
883
+ .premium-banner-animation7:hover .premium-banner-read-more,
884
+ .premium-banner-animation7:hover .premium-banner-ib-title,
885
+ .premium-banner-animation7:hover img {
886
+ -webkit-transition-delay: 0.15s;
887
+ transition-delay: 0.15s; }
888
+
889
+ .premium-banner-animation8 img {
890
+ width: -webkit-calc(100% + 40px) !important;
891
+ width: calc(100% + 40px) !important;
892
+ max-width: -webkit-calc(100% + 40px) !important;
893
+ max-width: calc(100% + 40px) !important;
894
+ -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
895
+ transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
896
+ transition: opacity 0.35s, filter 0.35s, transform 0.35s;
897
+ transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s; }
898
+
899
+ .premium-banner-animation8 .premium-banner-brlr {
900
+ width: 7px; }
901
+
902
+ .premium-banner-animation8 .premium-banner-brtb {
903
+ height: 7px; }
904
+
905
+ .premium-banner-animation8 .premium-banner-br {
906
+ position: absolute;
907
+ z-index: 1;
908
+ background-color: white;
909
+ -webkit-transition: all 0.3s ease-in-out;
910
+ transition: all 0.3s ease-in-out;
911
+ -webkit-transition-delay: 0.2s;
912
+ transition-delay: 0.2s; }
913
+
914
+ .premium-banner-animation8 .premium-banner-bleft {
915
+ left: 30px;
916
+ top: 50%;
917
+ -webkit-transform: translateY(-50%);
918
+ -ms-transform: translateY(-50%);
919
+ transform: translateY(-50%);
920
+ height: 0; }
921
+
922
+ .premium-banner-animation8 .premium-banner-bright {
923
+ right: 30px;
924
+ top: 50%;
925
+ -webkit-transform: translateY(-50%);
926
+ -ms-transform: translateY(-50%);
927
+ transform: translateY(-50%);
928
+ height: 0; }
929
+
930
+ .premium-banner-animation8 .premium-banner-bottom {
931
+ left: 50%;
932
+ -webkit-transform: translateX(-50%);
933
+ -ms-transform: translateX(-50%);
934
+ transform: translateX(-50%);
935
+ bottom: 30px;
936
+ width: 0; }
937
+
938
+ .premium-banner-animation8 .premium-banner-btop {
939
+ left: 50%;
940
+ -webkit-transform: translateX(-50%);
941
+ -ms-transform: translateX(-50%);
942
+ transform: translateX(-50%);
943
+ top: 30px;
944
+ width: 0; }
945
+
946
+ .premium-banner-animation8 .premium-banner-ib-desc {
947
+ padding: 70px;
948
+ display: table; }
949
+ .premium-banner-animation8 .premium-banner-ib-desc .premium-banner-desc-centered {
950
+ display: table-cell;
951
+ vertical-align: middle; }
952
+
953
+ .premium-banner-animation8 .premium-banner-ib-title {
954
+ margin-top: 0; }
955
+
956
+ .premium-banner-animation8 .premium-banner-ib-title,
957
+ .premium-banner-animation8 img {
958
+ -webkit-transform: translate3d(-30px, 0, 0);
959
+ transform: translate3d(-30px, 0, 0); }
960
+
961
+ .premium-banner-animation8.zoomout img,
962
+ .premium-banner-animation8.scale img {
963
+ -webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
964
+ transform: translate3d(-30px, 0, 0) scale(1.1); }
965
+
966
+ .premium-banner-animation8 .premium-banner-ib-content,
967
+ .premium-banner-animation8 .premium-banner-read-more {
968
+ margin-top: 10px; }
969
+
970
+ .premium-banner-animation8 .premium-banner-ib-desc::after, .premium-banner-animation8 .premium-banner-ib-desc::before {
971
+ -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
972
+ transition: opacity 0.35s, -webkit-transform 0.35s;
973
+ transition: opacity 0.35s, transform 0.35s;
974
+ transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
975
+
976
+ .premium-banner-animation8 .premium-banner-ib-title,
977
+ .premium-banner-animation8 .premium-banner-ib-content,
978
+ .premium-banner-animation8 .premium-banner-read-more {
979
+ -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
980
+ transition: opacity 0.35s, -webkit-transform 0.35s;
981
+ transition: opacity 0.35s, transform 0.35s;
982
+ transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
983
+ opacity: 0; }
984
+
985
+ .premium-banner-animation8:hover .premium-banner-ib-content,
986
+ .premium-banner-animation8.active .premium-banner-ib-content,
987
+ .premium-banner-animation8:hover .premium-banner-read-more,
988
+ .premium-banner-animation8.active .premium-banner-read-more,
989
+ .premium-banner-animation8:hover .premium-banner-ib-title,
990
+ .premium-banner-animation8.active .premium-banner-ib-title {
991
+ opacity: 1;
992
+ -webkit-transform: translate3d(0, 0, 0);
993
+ transform: translate3d(0, 0, 0); }
994
+
995
+ .premium-banner-animation8:hover .premium-banner-bleft, .premium-banner-animation8.active .premium-banner-bleft {
996
+ height: -webkit-calc(100% - 61px);
997
+ height: calc(100% - 61px); }
998
+
999
+ .premium-banner-animation8:hover .premium-banner-bright, .premium-banner-animation8.active .premium-banner-bright {
1000
+ height: -webkit-calc(100% - 61px);
1001
+ height: calc(100% - 61px); }
1002
+
1003
+ .premium-banner-animation8:hover .premium-banner-bottom, .premium-banner-animation8.active .premium-banner-bottom {
1004
+ width: -webkit-calc(100% - 61px);
1005
+ width: calc(100% - 61px); }
1006
+
1007
+ .premium-banner-animation8:hover .premium-banner-btop, .premium-banner-animation8.active .premium-banner-btop {
1008
+ width: -webkit-calc(100% - 61px);
1009
+ width: calc(100% - 61px); }
1010
+
1011
+ .premium-banner-animation8:hover .premium-banner-ib-content,
1012
+ .premium-banner-animation8:hover .premium-banner-ib-title,
1013
+ .premium-banner-animation8:hover .premium-banner-read-more,
1014
+ .premium-banner-animation8:hover img {
1015
+ -webkit-transition-delay: 0.15s;
1016
+ transition-delay: 0.15s; }
1017
+
1018
+ .premium-banner-animation9 img {
1019
+ width: -webkit-calc(100% + 20px) !important;
1020
+ width: calc(100% + 20px) !important;
1021
+ max-width: -webkit-calc(100% + 20px) !important;
1022
+ max-width: calc(100% + 20px) !important;
1023
+ -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
1024
+ transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
1025
+ transition: opacity 0.35s, filter 0.35s, transform 0.35s;
1026
+ transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
1027
+ -webkit-transform: scale(1.2);
1028
+ -ms-transform: scale(1.2);
1029
+ transform: scale(1.2); }
1030
+
1031
+ .premium-banner-animation9 .premium-banner-ib-desc {
1032
+ width: 100%;
1033
+ height: 100%; }
1034
+ .premium-banner-animation9 .premium-banner-ib-desc::before {
1035
+ position: absolute;
1036
+ top: 50%;
1037
+ left: 50%;
1038
+ width: 80%;
1039
+ height: 1px;
1040
+ background: #fff;
1041
+ content: "";
1042
+ -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
1043
+ transition: opacity 0.35s, -webkit-transform 0.35s;
1044
+ transition: opacity 0.35s, transform 0.35s;
1045
+ transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
1046
+ -webkit-transform: translate3d(-50%, -50%, 0);
1047
+ transform: translate3d(-50%, -50%, 0); }
1048
+ .premium-banner-animation9 .premium-banner-ib-desc::after {
1049
+ position: absolute;
1050
+ top: 50%;
1051
+ left: 50%;
1052
+ width: 80%;
1053
+ height: 1px;
1054
+ background: #fff;
1055
+ content: "";
1056
+ -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
1057
+ transition: opacity 0.35s, -webkit-transform 0.35s;
1058
+ transition: opacity 0.35s, transform 0.35s;
1059
+ transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
1060
+ -webkit-transform: translate3d(-50%, -50%, 0);
1061
+ transform: translate3d(-50%, -50%, 0); }
1062
+
1063
+ .premium-banner-animation9 .premium-banner-ib-title {
1064
+ position: absolute;
1065
+ top: 50%;
1066
+ left: 0;
1067
+ width: 100%;
1068
+ -webkit-transition: -webkit-transform 0.35s;
1069
+ transition: -webkit-transform 0.35s;
1070
+ transition: transform 0.35s;
1071
+ transition: transform 0.35s, -webkit-transform 0.35s;
1072
+ -webkit-transform: translate3d(0, -70px, 0);
1073
+ transform: translate3d(0, -70px, 0);
1074
+ margin-top: 0;
1075
+ padding: 0 10%; }
1076
+
1077
+ .premium-banner-animation9:hover .premium-banner-ib-title,
1078
+ .premium-banner-animation9.active .premium-banner-ib-title {
1079
+ -webkit-transform: translate3d(0, -80px, 0);
1080
+ transform: translate3d(0, -80px, 0); }
1081
+
1082
+ .premium-banner-animation9 .premium-banner-ib-content,
1083
+ .premium-banner-animation9 .premium-banner-read-more {
1084
+ position: absolute;
1085
+ top: 50%;
1086
+ left: 0;
1087
+ width: 100%;
1088
+ -webkit-transition: -webkit-transform 0.35s;
1089
+ transition: -webkit-transform 0.35s;
1090
+ transition: transform 0.35s;
1091
+ transition: transform 0.35s, -webkit-transform 0.35s;
1092
+ padding: 0 10%;
1093
+ -webkit-transform: translate3d(0, 35px, 0);
1094
+ transform: translate3d(0, 35px, 0); }
1095
+
1096
+ .premium-banner-animation9 .premium-banner-read-more {
1097
+ top: 75%; }
1098
+
1099
+ .premium-banner-animation9:hover .premium-banner-ib-content,
1100
+ .premium-banner-animation9.active .premium-banner-ib-content,
1101
+ .premium-banner-animation9:hover .premium-banner-read-more,
1102
+ .premium-banner-animation9.active .premium-banner-read-more {
1103
+ -webkit-transform: translate3d(0, 45px, 0);
1104
+ transform: translate3d(0, 45px, 0); }
1105
+
1106
+ .premium-banner-animation9:hover .premium-banner-ib-desc::before,
1107
+ .premium-banner-animation9.active .premium-banner-ib-desc::before {
1108
+ opacity: 0.5;
1109
+ -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
1110
+ transform: translate3d(-50%, -50%, 0) rotate(45deg); }
1111
+
1112
+ .premium-banner-animation9:hover .premium-banner-ib-desc::after,
1113
+ .premium-banner-animation9.active .premium-banner-ib-desc::after {
1114
+ opacity: 0.5;
1115
+ -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
1116
+ transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
1117
+
1118
+ .premium-banner-animation9:hover img {
1119
+ -webkit-transform: scale(1);
1120
+ -ms-transform: scale(1);
1121
+ transform: scale(1); }
1122
+
1123
+ .premium-banner-animation10 img {
1124
+ width: -webkit-calc(100% + 20px) !important;
1125
+ width: calc(100% + 20px) !important;
1126
+ max-width: -webkit-calc(100% + 20px) !important;
1127
+ max-width: calc(100% + 20px) !important;
1128
+ -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
1129
+ transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
1130
+ transition: opacity 0.35s, filter 0.35s, transform 0.35s;
1131
+ transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s; }
1132
+
1133
+ .premium-banner-animation10 .premium-banner-ib-title {
1134
+ position: relative;
1135
+ overflow: hidden;
1136
+ padding: 5px 0 15px;
1137
+ -webkit-transition: -webkit-transform 0.35s;
1138
+ transition: -webkit-transform 0.35s;
1139
+ transition: transform 0.35s;
1140
+ transition: transform 0.35s, -webkit-transform 0.35s;
1141
+ -webkit-transform: translate3d(0, 20px, 0);
1142
+ transform: translate3d(0, 20px, 0);
1143
+ margin-bottom: 0; }
1144
+ .premium-banner-animation10 .premium-banner-ib-title::after {
1145
+ position: absolute;
1146
+ content: "";
1147
+ bottom: 0;
1148
+ left: 0;
1149
+ width: 100%;
1150
+ height: 3px;
1151
+ background: #fff;
1152
+ opacity: 0;
1153
+ -webkit-transform: translate3d(0, 100%, 0);
1154
+ transform: translate3d(0, 100%, 0);
1155
+ -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
1156
+ transition: opacity 0.35s, -webkit-transform 0.35s;
1157
+ transition: opacity 0.35s, transform 0.35s;
1158
+ transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
1159
+
1160
+ .premium-banner-animation10:hover .premium-banner-ib-title,
1161
+ .premium-banner-animation10.active .premium-banner-ib-title {
1162
+ -webkit-transform: translate3d(0, 0, 0);
1163
+ transform: translate3d(0, 0, 0); }
1164
+
1165
+ .premium-banner-animation10:hover .premium-banner-ib-title::after,
1166
+ .premium-banner-animation10.active .premium-banner-ib-title::after {
1167
+ opacity: 1;
1168
+ -webkit-transform: translate3d(0, 0, 0);
1169
+ transform: translate3d(0, 0, 0); }
1170
+
1171
+ .premium-banner-animation10.zoomout img,
1172
+ .premium-banner-animation10.scale img {
1173
+ -webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
1174
+ transform: translate3d(-10px, 0, 0) scale(1.1); }
1175
+
1176
+ .premium-banner-animation10 .premium-banner-ib-content,
1177
+ .premium-banner-animation10 .premium-banner-read-more {
1178
+ padding-top: 15px;
1179
+ opacity: 0;
1180
+ -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
1181
+ transition: opacity 0.35s, -webkit-transform 0.35s;
1182
+ transition: opacity 0.35s, transform 0.35s;
1183
+ transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
1184
+ -webkit-transform: translate3d(0, 100%, 0);
1185
+ transform: translate3d(0, 100%, 0); }
1186
+
1187
+ .premium-banner-animation10 .premium-banner-read-more {
1188
+ padding: 0; }
1189
+
1190
+ .premium-banner-animation10:hover .premium-banner-ib-content,
1191
+ .premium-banner-animation10.active .premium-banner-ib-content,
1192
+ .premium-banner-animation10:hover .premium-banner-read-more,
1193
+ .premium-banner-animation10.active .premium-banner-read-more {
1194
+ opacity: 1;
1195
+ -webkit-transform: translate3d(0, 0, 0);
1196
+ transform: translate3d(0, 0, 0); }
1197
+
1198
+ .premium-banner-animation11 {
1199
+ -webkit-transition: -webkit-transform 1s ease-out;
1200
+ transition: -webkit-transform 1s ease-out;
1201
+ transition: transform 1s ease-out;
1202
+ transition: transform 1s ease-out, -webkit-transform 1s ease-out;
1203
+ -webkit-transition-delay: 0.125s;
1204
+ transition-delay: 0.125s; }
1205
+ .premium-banner-animation11 .premium-banner-ib-desc {
1206
+ position: absolute;
1207
+ z-index: 5;
1208
+ -webkit-transform: translate3d(-30px, 0, 0);
1209
+ transform: translate3d(-30px, 0, 0);
1210
+ opacity: 0;
1211
+ top: auto;
1212
+ bottom: 0;
1213
+ min-height: 25%;
1214
+ height: auto;
1215
+ max-height: 100%;
1216
+ text-align: left;
1217
+ padding: 30px;
1218
+ -webkit-transition: all 0.6s ease-out;
1219
+ transition: all 0.6s ease-out; }
1220
+ .premium-banner-animation11 img {
1221
+ width: 100%;
1222
+ -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
1223
+ transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
1224
+ transition: opacity 0.35s, filter 0.35s, transform 0.35s;
1225
+ transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s; }
1226
+ .premium-banner-animation11 .premium-banner-ib-title {
1227
+ margin-bottom: 10px; }
1228
+ .premium-banner-animation11 .premium-banner-gradient {
1229
+ position: absolute;
1230
+ left: 0;
1231
+ top: 0;
1232
+ right: 0;
1233
+ bottom: 0; }
1234
+ .premium-banner-animation11 .premium-banner-gradient:after,
1235
+ .premium-banner-animation11 .premium-banner-gradient:before {
1236
+ position: absolute;
1237
+ content: "";
1238
+ left: 0;
1239
+ top: 0;
1240
+ right: 0;
1241
+ bottom: 0;
1242
+ -webkit-transform: translate3d(-100%, 0, 0);
1243
+ transform: translate3d(-100%, 0, 0);
1244
+ background-image: -webkit-linear-gradient(40deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
1245
+ background-image: linear-gradient(50deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
1246
+ z-index: 2; }
1247
+ .premium-banner-animation11 .premium-banner-gradient:before {
1248
+ mix-blend-mode: color; }
1249
+ .premium-banner-animation11 .premium-banner-gradient:after {
1250
+ mix-blend-mode: multiply; }
1251
+ .premium-banner-animation11:hover .premium-banner-ib-desc,
1252
+ .premium-banner-animation11.active .premium-banner-ib-desc {
1253
+ opacity: 1;
1254
+ -webkit-transform: translate3d(0, 0, 0);
1255
+ transform: translate3d(0, 0, 0); }
1256
+ .premium-banner-animation11:hover .premium-banner-gradient:after,
1257
+ .premium-banner-animation11:hover .premium-banner-gradient:before,
1258
+ .premium-banner-animation11.active .premium-banner-gradient:after,
1259
+ .premium-banner-animation11.active .premium-banner-gradient:before {
1260
+ -webkit-transform: translate3d(0, 0, 0);
1261
+ transform: translate3d(0, 0, 0); }
1262
+ .premium-banner-animation11.zoomout img,
1263
+ .premium-banner-animation11.scale img {
1264
+ -webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
1265
+ transform: translate3d(-10px, 0, 0) scale(1.1); }
1266
+
1267
+ /**************** Premium Blog *****************/
1268
+ /***********************************************/
1269
+ .premium-blog-thumb-effect-wrapper {
1270
+ position: relative;
1271
+ overflow: hidden; }
1272
+
1273
+ .premium-blog-effect-container:not(.premium-blog-bordered-effect) .premium-blog-post-link {
1274
+ position: absolute;
1275
+ top: 0;
1276
+ left: 0;
1277
+ width: 100%;
1278
+ height: 100%;
1279
+ z-index: 2;
1280
+ padding: 20px; }
1281
+
1282
+ .premium-blog-bordered-effect .premium-blog-post-link {
1283
+ display: block;
1284
+ height: 100%;
1285
+ position: relative; }
1286
+
1287
+ /*Thumbnail Img*/
1288
+ .premium-blog-thumbnail-container {
1289
+ overflow: hidden; }
1290
+ .premium-blog-thumbnail-container img,
1291
+ .premium-blog-thumbnail-container .below-entry-meta {
1292
+ width: 100%;
1293
+ height: 100%;
1294
+ margin: 0 !important;
1295
+ -webkit-transition: all 0.4s ease-in-out;
1296
+ transition: all 0.4s ease-in-out;
1297
+ display: block; }
1298
+
1299
+ .premium-blog-zoomout-effect img,
1300
+ .premium-blog-scale-effect img {
1301
+ -webkit-transform: scale(1.2);
1302
+ -ms-transform: scale(1.2);
1303
+ transform: scale(1.2); }
1304
+
1305
+ .premium-blog-sepia-effect img {
1306
+ -webkit-filter: sepia(30%);
1307
+ filter: sepia(30%); }
1308
+
1309
+ .premium-blog-bright-effect img {
1310
+ -webkit-filter: brightness(1);
1311
+ filter: brightness(1); }
1312
+
1313
+ .premium-blog-trans-effect img {
1314
+ -webkit-transform: translateX(-15px) scale(1.1);
1315
+ -ms-transform: translateX(-15px) scale(1.1);
1316
+ transform: translateX(-15px) scale(1.1); }
1317
+
1318
+ .premium-blog-post-outer-container:hover .premium-blog-zoomin-effect img {
1319
+ -webkit-transform: scale(1.2);
1320
+ -ms-transform: scale(1.2);
1321
+ transform: scale(1.2); }
1322
+
1323
+ .premium-blog-post-outer-container:hover .premium-blog-zoomout-effect img {
1324
+ -webkit-transform: scale(1.1);
1325
+ -ms-transform: scale(1.1);
1326
+ transform: scale(1.1); }
1327
+
1328
+ .premium-blog-post-outer-container:hover .premium-blog-scale-effect img {
1329
+ -webkit-transform: scale(1.3) rotate(5deg);
1330
+ -ms-transform: scale(1.3) rotate(5deg);
1331
+ transform: scale(1.3) rotate(5deg); }
1332
+
1333
+ .premium-blog-post-outer-container:hover .premium-blog-gray-effect img {
1334
+ -webkit-filter: grayscale(100%);
1335
+ filter: grayscale(100%); }
1336
+
1337
+ .premium-blog-post-outer-container:hover .premium-blog-blur-effect img {
1338
+ -webkit-filter: blur(3px);
1339
+ filter: blur(3px); }
1340
+
1341
+ .premium-blog-post-outer-container:hover .premium-blog-sepia-effect img {
1342
+ -webkit-filter: sepia(0%);
1343
+ filter: sepia(0%); }
1344
+
1345
+ .premium-blog-post-outer-container:hover .premium-blog-bright-effect img {
1346
+ -webkit-filter: brightness(1.2);
1347
+ filter: brightness(1.2); }
1348
+
1349
+ .premium-blog-post-outer-container:hover .premium-blog-trans-effect img {
1350
+ -webkit-transform: translateX(0px) scale(1.1);
1351
+ -ms-transform: translateX(0px) scale(1.1);
1352
+ transform: translateX(0px) scale(1.1); }
1353
+
1354
+ .premium-blog-post-container {
1355
+ overflow: hidden; }
1356
+ .premium-blog-post-container .premium-blog-inner-container {
1357
+ -js-display: flex;
1358
+ display: -webkit-box;
1359
+ display: -webkit-flex;
1360
+ display: -moz-box;
1361
+ display: -ms-flexbox;
1362
+ display: flex;
1363
+ -webkit-box-orient: vertical;
1364
+ -webkit-box-direction: normal;
1365
+ -webkit-flex-direction: column;
1366
+ -moz-box-orient: vertical;
1367
+ -moz-box-direction: normal;
1368
+ -ms-flex-direction: column;
1369
+ flex-direction: column; }
1370
+ .premium-blog-post-container .premium-blog-post-content {
1371
+ line-height: 1.5em;
1372
+ color: #777;
1373
+ font-size: 14px;
1374
+ margin-bottom: 10px; }
1375
+ .premium-blog-post-container ul.post-categories a:hover, .premium-blog-post-container ul.post-categories a:focus,
1376
+ .premium-blog-post-container .premium-blog-post-link:hover,
1377
+ .premium-blog-post-container .premium-blog-post-link:focus {
1378
+ -webkit-box-shadow: none !important;
1379
+ box-shadow: none !important;
1380
+ outline: none !important; }
1381
+ .premium-blog-post-container .premium-blog-entry-title {
1382
+ font-size: 18px;
1383
+ margin-bottom: 5px; }
1384
+ .premium-blog-post-container.premium-blog-skin-modern .premium-blog-content-wrapper {
1385
+ position: relative;
1386
+ z-index: 3;
1387
+ top: -50px; }
1388
+ .premium-blog-post-container .premium-blog-content-wrapper {
1389
+ background-color: #f5f5f5;
1390
+ padding: 30px; }
1391
+ .premium-blog-post-container .premium-blog-content-wrapper.empty-thumb {
1392
+ top: 0; }
1393
+ .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before, .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:after {
1394
+ position: absolute;
1395
+ content: "";
1396
+ z-index: 1;
1397
+ top: 50%;
1398
+ left: 50%;
1399
+ opacity: 0;
1400
+ -webkit-transform: translate(-50%, -50%);
1401
+ -ms-transform: translate(-50%, -50%);
1402
+ transform: translate(-50%, -50%);
1403
+ -webkit-transition: all 0.4s linear 0s;
1404
+ transition: all 0.4s linear 0s;
1405
+ height: 1px;
1406
+ width: 100%;
1407
+ background-color: #fff; }
1408
+ .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before {
1409
+ width: 1px;
1410
+ height: 100%; }
1411
+ .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner):hover .premium-blog-thumbnail-container:after {
1412
+ width: 20px;
1413
+ opacity: 1; }
1414
+ .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner):hover .premium-blog-thumbnail-container:before {
1415
+ height: 20px;
1416
+ opacity: 1; }
1417
+ .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-content-wrapper {
1418
+ margin: 0px 10px 20px;
1419
+ clear: both; }
1420
+ .premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay, .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay, .premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay {
1421
+ position: absolute;
1422
+ top: 0;
1423
+ left: 0;
1424
+ width: 100%;
1425
+ height: 100%;
1426
+ -webkit-transition: all 0.3s ease-in-out;
1427
+ transition: all 0.3s ease-in-out;
1428
+ opacity: 0; }
1429
+ .premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay a, .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay a, .premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay a {
1430
+ -js-display: flex;
1431
+ display: -webkit-box;
1432
+ display: -webkit-flex;
1433
+ display: -moz-box;
1434
+ display: -ms-flexbox;
1435
+ display: flex;
1436
+ -webkit-box-pack: center;
1437
+ -webkit-justify-content: center;
1438
+ -moz-box-pack: center;
1439
+ -ms-flex-pack: center;
1440
+ justify-content: center;
1441
+ -webkit-box-align: center;
1442
+ -webkit-align-items: center;
1443
+ -moz-box-align: center;
1444
+ -ms-flex-align: center;
1445
+ align-items: center;
1446
+ width: 100%;
1447
+ height: 100%; }
1448
+ .premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay span,
1449
+ .premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay i, .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay span,
1450
+ .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay i, .premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay span,
1451
+ .premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay i {
1452
+ -webkit-transition: all 0.3s ease-in-out;
1453
+ transition: all 0.3s ease-in-out; }
1454
+ .premium-blog-post-container.premium-blog-skin-side {
1455
+ -js-display: flex;
1456
+ display: -webkit-box;
1457
+ display: -webkit-flex;
1458
+ display: -moz-box;
1459
+ display: -ms-flexbox;
1460
+ display: flex; }
1461
+ .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-container {
1462
+ height: 100%; }
1463
+ .premium-blog-post-container.premium-blog-skin-side .premium-blog-content-wrapper {
1464
+ -webkit-box-flex: 1;
1465
+ -webkit-flex: 1;
1466
+ -moz-box-flex: 1;
1467
+ -ms-flex: 1;
1468
+ flex: 1; }
1469
+ .premium-blog-post-container.premium-blog-skin-banner {
1470
+ position: relative; }
1471
+ .premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper {
1472
+ position: absolute;
1473
+ width: 100%;
1474
+ bottom: -5px;
1475
+ -js-display: flex;
1476
+ display: -webkit-box;
1477
+ display: -webkit-flex;
1478
+ display: -moz-box;
1479
+ display: -ms-flexbox;
1480
+ display: flex;
1481
+ -webkit-box-orient: vertical;
1482
+ -webkit-box-direction: normal;
1483
+ -webkit-flex-direction: column;
1484
+ -moz-box-orient: vertical;
1485
+ -moz-box-direction: normal;
1486
+ -ms-flex-direction: column;
1487
+ flex-direction: column;
1488
+ background-color: transparent;
1489
+ z-index: 3;
1490
+ -webkit-transition: bottom 0.3s ease-in-out;
1491
+ transition: bottom 0.3s ease-in-out; }
1492
+ .premium-blog-post-container.premium-blog-skin-banner:hover .premium-blog-content-wrapper {
1493
+ bottom: 0px; }
1494
+ .premium-blog-post-container .premium-blog-cats-container ul.post-categories {
1495
+ margin: 0;
1496
+ padding: 0;
1497
+ list-style: none;
1498
+ -js-display: flex;
1499
+ display: -webkit-box;
1500
+ display: -webkit-flex;
1501
+ display: -moz-box;
1502
+ display: -ms-flexbox;
1503
+ display: flex; }
1504
+ .premium-blog-post-container .premium-blog-cats-container a {
1505
+ display: block;
1506
+ font-size: 12px;
1507
+ color: #fff;
1508
+ background-color: #777;
1509
+ margin: 0 3px 10px 0;
1510
+ padding: 5px;
1511
+ -webkit-transition: all 0.3s ease-in-out;
1512
+ transition: all 0.3s ease-in-out; }
1513
+
1514
+ /*
1515
+ * Diagonal Effect
1516
+ */
1517
+ .premium-blog-diagonal-container {
1518
+ position: absolute;
1519
+ top: 0;
1520
+ left: 0;
1521
+ width: 100%;
1522
+ height: 100%; }
1523
+
1524
+ .premium-blog-diagonal-effect:before {
1525
+ position: absolute;
1526
+ top: 0px;
1527
+ left: 0px;
1528
+ width: 100%;
1529
+ height: 100%;
1530
+ content: " ";
1531
+ z-index: 1;
1532
+ background: rgba(255, 255, 255, 0.2);
1533
+ -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
1534
+ transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
1535
+ -webkit-transition: all 0.3s linear 0s;
1536
+ transition: all 0.3s linear 0s; }
1537
+
1538
+ .premium-blog-post-outer-container:hover .premium-blog-diagonal-effect:before {
1539
+ -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
1540
+ transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0); }
1541
+
1542
+ /*
1543
+ * Framed Effect
1544
+ */
1545
+ .premium-blog-framed-effect {
1546
+ position: absolute;
1547
+ width: -webkit-calc(100% - 30px);
1548
+ width: calc(100% - 30px);
1549
+ height: -webkit-calc(100% - 30px);
1550
+ height: calc(100% - 30px);
1551
+ top: 15px;
1552
+ left: 15px;
1553
+ opacity: 0;
1554
+ -webkit-transform: scale(0.3);
1555
+ -ms-transform: scale(0.3);
1556
+ transform: scale(0.3);
1557
+ -webkit-transition: all 0.3s linear 0s;
1558
+ transition: all 0.3s linear 0s; }
1559
+
1560
+ .premium-blog-post-outer-container:hover .premium-blog-framed-effect {
1561
+ opacity: 0.99;
1562
+ -webkit-transform: scale(1);
1563
+ -ms-transform: scale(1);
1564
+ transform: scale(1); }
1565
+
1566
+ /*
1567
+ * Bordered Effect
1568
+ */
1569
+ .premium-blog-bordered-effect {
1570
+ position: absolute;
1571
+ top: 0;
1572
+ left: 0;
1573
+ width: 100%;
1574
+ height: 100%;
1575
+ opacity: 0;
1576
+ padding: 15px;
1577
+ -webkit-transition: all 0.3s linear 0s;
1578
+ transition: all 0.3s linear 0s; }
1579
+ .premium-blog-bordered-effect .premium-blog-post-link:before, .premium-blog-bordered-effect .premium-blog-post-link:after {
1580
+ content: "";
1581
+ display: block;
1582
+ position: absolute;
1583
+ top: 0;
1584
+ left: 0;
1585
+ width: 100%;
1586
+ height: 100%;
1587
+ -webkit-transition: all 0.5s linear 0s;
1588
+ transition: all 0.5s linear 0s;
1589
+ -webkit-transition-delay: 0s;
1590
+ transition-delay: 0s;
1591
+ border-color: rgba(255, 255, 255, 0.45); }
1592
+ .premium-blog-bordered-effect .premium-blog-post-link:before {
1593
+ border-right: 2px solid;
1594
+ border-left: 2px solid;
1595
+ -webkit-transform: scale(1, 0);
1596
+ -ms-transform: scale(1, 0);
1597
+ transform: scale(1, 0);
1598
+ -webkit-transform-origin: 100% 0;
1599
+ -ms-transform-origin: 100% 0;
1600
+ transform-origin: 100% 0; }
1601
+ .premium-blog-bordered-effect .premium-blog-post-link:after {
1602
+ border-top: 2px solid;
1603
+ border-bottom: 2px solid;
1604
+ -webkit-transform: scale(0, 1);
1605
+ -ms-transform: scale(0, 1);
1606
+ transform: scale(0, 1);
1607
+ -webkit-transform-origin: 0 0;
1608
+ -ms-transform-origin: 0 0;
1609
+ transform-origin: 0 0; }
1610
+
1611
+ .premium-blog-bordered-effect:hover {
1612
+ opacity: 0.99; }
1613
+ .premium-blog-bordered-effect:hover .premium-blog-post-link:before, .premium-blog-bordered-effect:hover .premium-blog-post-link:after {
1614
+ -webkit-transition-delay: 0.15s;
1615
+ transition-delay: 0.15s;
1616
+ opacity: 1;
1617
+ -webkit-transform: scale(1);
1618
+ -ms-transform: scale(1);
1619
+ transform: scale(1); }
1620
+
1621
+ /*
1622
+ * Squares Effect
1623
+ */
1624
+ .premium-blog-squares-effect,
1625
+ .premium-blog-squares-square-container {
1626
+ position: absolute;
1627
+ top: 0;
1628
+ left: 0;
1629
+ width: 100%;
1630
+ height: 100%; }
1631
+
1632
+ .premium-blog-squares-effect:before, .premium-blog-squares-effect:after {
1633
+ position: absolute;
1634
+ content: "";
1635
+ top: 0;
1636
+ left: 0;
1637
+ width: 50%;
1638
+ height: 50%;
1639
+ -webkit-transform: translate(-100%, -100%);
1640
+ -ms-transform: translate(-100%, -100%);
1641
+ transform: translate(-100%, -100%);
1642
+ opacity: 0.7;
1643
+ -webkit-transition: all 0.3s linear 0s;
1644
+ transition: all 0.3s linear 0s; }
1645
+
1646
+ .premium-blog-squares-square-container:before, .premium-blog-squares-square-container:after {
1647
+ position: absolute;
1648
+ content: "";
1649
+ top: 0;
1650
+ left: 0;
1651
+ width: 50%;
1652
+ height: 50%;
1653
+ -webkit-transform: translate(-100%, -100%);
1654
+ -ms-transform: translate(-100%, -100%);
1655
+ transform: translate(-100%, -100%);
1656
+ opacity: 0.7;
1657
+ -webkit-transition: all 0.3s linear 0s;
1658
+ transition: all 0.3s linear 0s; }
1659
+
1660
+ .premium-blog-squares-square-container:before, .premium-blog-squares-square-container:after {
1661
+ opacity: 0.8; }
1662
+
1663
+ .premium-blog-squares-effect:after {
1664
+ -webkit-transform: translate(200%, 200%);
1665
+ -ms-transform: translate(200%, 200%);
1666
+ transform: translate(200%, 200%); }
1667
+
1668
+ .premium-blog-squares-square-container:before {
1669
+ -webkit-transform: translate(-100%, 200%);
1670
+ -ms-transform: translate(-100%, 200%);
1671
+ transform: translate(-100%, 200%); }
1672
+
1673
+ .premium-blog-squares-square-container:after {
1674
+ -webkit-transform: translate(200%, -100%);
1675
+ -ms-transform: translate(200%, -100%);
1676
+ transform: translate(200%, -100%); }
1677
+
1678
+ .premium-blog-squares-effect:hover:before {
1679
+ -webkit-transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
1680
+ -ms-transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
1681
+ transform: translate(0, 0%) scaleY(1.003) scaleX(1.003); }
1682
+
1683
+ .premium-blog-squares-effect:hover:after {
1684
+ -webkit-transform: translate(100%, 100%) scaleY(1.003) scaleX(1.003);
1685
+ -ms-transform: translate(100%, 100%) scaleY(1.003) scaleX(1.003);
1686
+ transform: translate(100%, 100%) scaleY(1.003) scaleX(1.003); }
1687
+
1688
+ .premium-blog-squares-effect:hover .premium-blog-squares-square-container:before {
1689
+ -webkit-transform: translate(0, 100%);
1690
+ -ms-transform: translate(0, 100%);
1691
+ transform: translate(0, 100%); }
1692
+
1693
+ .premium-blog-squares-effect:hover .premium-blog-squares-square-container:after {
1694
+ -webkit-transform: translate(100%, 0%);
1695
+ -ms-transform: translate(100%, 0%);
1696
+ transform: translate(100%, 0%); }
1697
+
1698
+ .premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay {
1699
+ opacity: 1; }
1700
+ .premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay a {
1701
+ opacity: 1;
1702
+ -webkit-transform: scale(1);
1703
+ -ms-transform: scale(1);
1704
+ transform: scale(1); }
1705
+
1706
+ .premium-blog-clear-fix {
1707
+ clear: both; }
1708
+
1709
+ .premium-blog-masked .premium-blog-thumbnail-container {
1710
+ position: relative;
1711
+ overflow: visible; }
1712
+ .premium-blog-masked .premium-blog-thumbnail-container svg {
1713
+ position: absolute;
1714
+ height: 100px;
1715
+ width: 100%;
1716
+ bottom: -5px;
1717
+ left: 0;
1718
+ fill: #f5f5f5;
1719
+ z-index: 99; }
1720
+ .premium-blog-masked .premium-blog-thumbnail-container svg.premium-blog-shape-divider-svg {
1721
+ -webkit-transform: rotate(180deg);
1722
+ -ms-transform: rotate(180deg);
1723
+ transform: rotate(180deg); }
1724
+
1725
+ .premium-blog-masked .premium-blog-author-thumbnail,
1726
+ .premium-blog-masked .premium-blog-skin-banner .premium-blog-content-wrapper {
1727
+ z-index: 999 !important; }
1728
+
1729
+ .premium-blog-format-link {
1730
+ padding: 5px;
1731
+ line-height: 0; }
1732
+
1733
+ .premium-blog-entry-meta {
1734
+ line-height: 1.3em;
1735
+ font-size: 12px;
1736
+ margin-bottom: 13px;
1737
+ color: #adadad; }
1738
+ .premium-blog-entry-meta i {
1739
+ margin-right: 3px;
1740
+ -webkit-transition: all 0.3s ease-in-out;
1741
+ transition: all 0.3s ease-in-out; }
1742
+
1743
+ .premium-blog-meta-data {
1744
+ display: inline-block; }
1745
+ .premium-blog-meta-data .premium-blog-meta-separator {
1746
+ margin: 0 5px; }
1747
+ .premium-blog-meta-data a,
1748
+ .premium-blog-meta-data span {
1749
+ color: inherit;
1750
+ -webkit-transition: all 0.3s ease-in-out;
1751
+ transition: all 0.3s ease-in-out; }
1752
+
1753
+ .premium-blog-author-thumbnail {
1754
+ position: relative;
1755
+ padding: 0 30px;
1756
+ width: 100%;
1757
+ top: -10px;
1758
+ height: 0;
1759
+ pointer-events: none; }
1760
+ .premium-blog-author-thumbnail img {
1761
+ -webkit-border-radius: 50%;
1762
+ border-radius: 50%;
1763
+ width: 60px;
1764
+ pointer-events: all;
1765
+ -webkit-transform: translateY(-50%);
1766
+ -ms-transform: translateY(-50%);
1767
+ transform: translateY(-50%); }
1768
+
1769
+ .premium-blog-entry-title a,
1770
+ .premium-blog-post-tags-container a,
1771
+ .premium-blog-post-content .premium-blog-excerpt-link {
1772
+ -webkit-transition: all 0.3s ease-in-out;
1773
+ transition: all 0.3s ease-in-out; }
1774
+
1775
+ .premium-blog-excerpt-link-wrap a.premium-blog-excerpt-link {
1776
+ background-color: transparent;
1777
+ color: #54595f;
1778
+ padding: 0; }
1779
+
1780
+ .premium-blog-cta-full-yes .premium-blog-excerpt-link {
1781
+ width: 100%; }
1782
+
1783
+ .premium-blog-post-tags-container {
1784
+ margin-top: 8px;
1785
+ -js-display: flex;
1786
+ display: -webkit-box;
1787
+ display: -webkit-flex;
1788
+ display: -moz-box;
1789
+ display: -ms-flexbox;
1790
+ display: flex;
1791
+ -webkit-box-align: center;
1792
+ -webkit-align-items: center;
1793
+ -moz-box-align: center;
1794
+ -ms-flex-align: center;
1795
+ align-items: center;
1796
+ -webkit-flex-wrap: wrap;
1797
+ -ms-flex-wrap: wrap;
1798
+ flex-wrap: wrap; }
1799
+ .premium-blog-post-tags-container a {
1800
+ color: inherit;
1801
+ margin-left: 5px; }
1802
+
1803
+ /*Tags align*/
1804
+ .premium-blog-align-left .post-categories,
1805
+ .premium-blog-align-left .premium-blog-post-tags-container {
1806
+ -webkit-box-pack: start;
1807
+ -webkit-justify-content: flex-start;
1808
+ -moz-box-pack: start;
1809
+ -ms-flex-pack: start;
1810
+ justify-content: flex-start; }
1811
+
1812
+ .premium-blog-align-left .premium-blog-inner-container {
1813
+ -webkit-box-align: start;
1814
+ -webkit-align-items: flex-start;
1815
+ -moz-box-align: start;
1816
+ -ms-flex-align: start;
1817
+ align-items: flex-start; }
1818
+
1819
+ .premium-blog-align-center .post-categories,
1820
+ .premium-blog-align-center .premium-blog-post-tags-container {
1821
+ -webkit-box-pack: center;
1822
+ -webkit-justify-content: center;
1823
+ -moz-box-pack: center;
1824
+ -ms-flex-pack: center;
1825
+ justify-content: center; }
1826
+
1827
+ .premium-blog-align-center .premium-blog-inner-container {
1828
+ -webkit-box-align: center;
1829
+ -webkit-align-items: center;
1830
+ -moz-box-align: center;
1831
+ -ms-flex-align: center;
1832
+ align-items: center; }
1833
+
1834
+ .premium-blog-align-right .post-categories,
1835
+ .premium-blog-align-right .premium-blog-post-tags-container {
1836
+ -webkit-box-pack: end;
1837
+ -webkit-justify-content: flex-end;
1838
+ -moz-box-pack: end;
1839
+ -ms-flex-pack: end;
1840
+ justify-content: flex-end; }
1841
+
1842
+ .premium-blog-align-right .premium-blog-inner-container {
1843
+ -webkit-box-align: end;
1844
+ -webkit-align-items: flex-end;
1845
+ -moz-box-align: end;
1846
+ -ms-flex-align: end;
1847
+ align-items: flex-end; }
1848
+
1849
+ /* Pagination */
1850
+ .premium-blog-pagination-container {
1851
+ text-align: right; }
1852
+ .premium-blog-pagination-container span {
1853
+ cursor: default; }
1854
+ .premium-blog-pagination-container .page-numbers {
1855
+ display: inline-block;
1856
+ color: #000;
1857
+ line-height: 1;
1858
+ font-size: 1em;
1859
+ font-weight: 400;
1860
+ text-decoration: none;
1861
+ padding: 0.75em;
1862
+ margin: 0 0.4em 0.4em 0;
1863
+ -webkit-transition: all 0.3s ease-in-out;
1864
+ transition: all 0.3s ease-in-out; }
1865
+
1866
+ .premium-blog-wrap .premium-loading-feed {
1867
+ display: block;
1868
+ position: absolute;
1869
+ width: 100%;
1870
+ height: 100%;
1871
+ top: 0px;
1872
+ left: 0px;
1873
+ bottom: 0px;
1874
+ right: 0px;
1875
+ background: rgba(255, 255, 255, 0.2);
1876
+ -js-display: flex;
1877
+ display: -webkit-box;
1878
+ display: -webkit-flex;
1879
+ display: -moz-box;
1880
+ display: -ms-flexbox;
1881
+ display: flex;
1882
+ -webkit-box-align: center;
1883
+ -webkit-align-items: center;
1884
+ -moz-box-align: center;
1885
+ -ms-flex-align: center;
1886
+ align-items: center;
1887
+ z-index: 99; }
1888
+
1889
+ .premium-blog-wrap {
1890
+ -js-display: flex;
1891
+ display: -webkit-box;
1892
+ display: -webkit-flex;
1893
+ display: -moz-box;
1894
+ display: -ms-flexbox;
1895
+ display: flex;
1896
+ -webkit-flex-wrap: wrap;
1897
+ -ms-flex-wrap: wrap;
1898
+ flex-wrap: wrap; }
1899
+ .premium-blog-wrap ul.slick-dots {
1900
+ width: 100%; }
1901
+
1902
+ /*
1903
+ * List Layout
1904
+ */
1905
+ .premium-blog-list .premium-blog-post-outer-container {
1906
+ width: 100%; }
1907
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1908
  /**
1909
+ * Even Layout
1910
+ */
1911
+ .premium-blog-even .premium-blog-post-container {
1912
+ height: 100%; }
1913
+
1914
+ .premium-blog-even .slick-track {
1915
+ -js-display: flex;
1916
+ display: -webkit-box;
1917
+ display: -webkit-flex;
1918
+ display: -moz-box;
1919
+ display: -ms-flexbox;
1920
+ display: flex; }
1921
+
1922
+ .premium-blog-even .slick-slide {
1923
+ height: inherit !important; }
1924
+
1925
+ .premium-blog-filter {
1926
+ -js-display: flex;
1927
+ display: -webkit-box;
1928
+ display: -webkit-flex;
1929
+ display: -moz-box;
1930
+ display: -ms-flexbox;
1931
+ display: flex;
1932
+ -webkit-box-align: center;
1933
+ -webkit-align-items: center;
1934
+ -moz-box-align: center;
1935
+ -ms-flex-align: center;
1936
+ align-items: center;
1937
+ -webkit-box-pack: center;
1938
+ -webkit-justify-content: center;
1939
+ -moz-box-pack: center;
1940
+ -ms-flex-pack: center;
1941
+ justify-content: center; }
1942
+
1943
+ .premium-blog-filter .premium-blog-filters-container li a.category {
1944
+ outline: none;
1945
+ text-decoration: none;
1946
+ -webkit-border-radius: 75px;
1947
+ border-radius: 75px;
1948
+ margin: 15px 5px 20px;
1949
+ padding: 7px 20px;
1950
+ -webkit-transition: all 0.3s ease-in-out;
1951
+ transition: all 0.3s ease-in-out; }
1952
+
1953
+ .premium-blog-filter ul.premium-blog-filters-container {
1954
+ text-align: center;
1955
+ margin: 0;
1956
+ padding: 0; }
1957
+
1958
+ .premium-blog-filter .premium-blog-filters-container li {
1959
+ list-style: none;
1960
+ -js-display: inline-flex;
1961
+ display: -webkit-inline-box;
1962
+ display: -webkit-inline-flex;
1963
+ display: -moz-inline-box;
1964
+ display: -ms-inline-flexbox;
1965
+ display: inline-flex; }
1966
+
1967
  /**
1968
+ * Responsive Style
1969
+ */
1970
+ @media (max-width: 768px) {
1971
+ .premium-blog-content-wrapper {
1972
+ top: 0;
1973
+ margin: 0;
1974
+ padding: 15px; }
1975
+ .premium-blog-skin-side {
1976
+ -webkit-box-orient: vertical;
1977
+ -webkit-box-direction: normal;
1978
+ -webkit-flex-direction: column;
1979
+ -moz-box-orient: vertical;
1980
+ -moz-box-direction: normal;
1981
+ -ms-flex-direction: column;
1982
+ flex-direction: column; } }
1983
+
1984
+ /**************** Premium Button ***********************/
1985
+ /*******************************************************/
1986
+ .premium-button {
1987
+ -js-display: inline-flex;
1988
+ display: -webkit-inline-box;
1989
+ display: -webkit-inline-flex;
1990
+ display: -moz-inline-box;
1991
+ display: -ms-inline-flexbox;
1992
+ display: inline-flex;
1993
+ position: relative;
1994
+ overflow: hidden;
1995
+ -webkit-backface-visibility: hidden;
1996
+ backface-visibility: hidden;
1997
+ -webkit-transform: translate3d(0, 0, 0);
1998
+ transform: translate3d(0, 0, 0);
1999
+ cursor: pointer;
2000
+ -webkit-transition: all 0.2s ease-in-out !important;
2001
+ transition: all 0.2s ease-in-out !important; }
2002
+
2003
+ .premium-button-style1,
2004
+ .premium-button-style2,
2005
+ .premium-button-style5,
2006
+ .premium-button-style7 {
2007
+ display: inline-block;
2008
+ vertical-align: middle;
2009
+ -webkit-transform: perspective(1px) translateZ(0);
2010
+ transform: perspective(1px) translateZ(0);
2011
+ -webkit-box-shadow: 0 0 1px transparent;
2012
+ box-shadow: 0 0 1px transparent;
2013
+ position: relative;
2014
+ -webkit-transition-property: color;
2015
+ transition-property: color;
2016
+ -webkit-transition-duration: 0.15s;
2017
+ transition-duration: 0.15s; }
2018
+
2019
+ .premium-button-style1:before,
2020
+ .premium-button-style2:before,
2021
+ .premium-button-style5:before {
2022
+ content: "";
2023
+ position: absolute;
2024
+ z-index: -1;
2025
+ top: 0;
2026
+ left: 0;
2027
+ right: 0;
2028
+ bottom: 0;
2029
+ -webkit-transform: scaleY(0);
2030
+ -ms-transform: scaleY(0);
2031
+ transform: scaleY(0);
2032
+ -webkit-transform-origin: 50% 0;
2033
+ -ms-transform-origin: 50% 0;
2034
+ transform-origin: 50% 0;
2035
+ -webkit-transition-property: -webkit-transform;
2036
+ transition-property: -webkit-transform;
2037
+ transition-property: transform;
2038
+ transition-property: transform, -webkit-transform;
2039
+ -webkit-transition-duration: 0.15s;
2040
+ transition-duration: 0.15s;
2041
+ -webkit-transition-timing-function: ease-out;
2042
+ transition-timing-function: ease-out; }
2043
+
2044
+ .premium-button-style5-radialin:before,
2045
+ .premium-button-style5-radialout:before {
2046
+ -webkit-transform-origin: 50%;
2047
+ -ms-transform-origin: 50%;
2048
+ transform-origin: 50%;
2049
+ -webkit-border-radius: 100%;
2050
+ border-radius: 100%;
2051
+ -webkit-transform: scale(0);
2052
+ -ms-transform: scale(0);
2053
+ transform: scale(0); }
2054
+
2055
+ .premium-button-style5-radialin:before {
2056
+ -webkit-transform: scale(2);
2057
+ -ms-transform: scale(2);
2058
+ transform: scale(2); }
2059
+
2060
+ .premium-button-style5-rectin:before {
2061
+ -webkit-transform-origin: 50%;
2062
+ -ms-transform-origin: 50%;
2063
+ transform-origin: 50%;
2064
+ -webkit-transform: scale(1);
2065
+ -ms-transform: scale(1);
2066
+ transform: scale(1); }
2067
+
2068
+ .premium-button-style5-rectout:before {
2069
+ -webkit-transform-origin: 50%;
2070
+ -ms-transform-origin: 50%;
2071
+ transform-origin: 50%;
2072
+ -webkit-transform: scale(0);
2073
+ -ms-transform: scale(0);
2074
+ transform: scale(0); }
2075
+
2076
+ .premium-button-style5-rectout:hover:before {
2077
+ -webkit-transform: scale(1);
2078
+ -ms-transform: scale(1);
2079
+ transform: scale(1); }
2080
+
2081
+ .premium-button-style5-rectin:hover:before {
2082
+ -webkit-transform: scale(0);
2083
+ -ms-transform: scale(0);
2084
+