frontend.css
1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
/* Wrappers */
body.rtl .fl-module-testimonials .bx-viewport {
direction: ltr;
}
body.rtl .fl-testimonials-wrap.compact .fl-slider-next {
left: 18px;
right: auto;
}
body.rtl .fl-testimonials-wrap.compact .fl-slider-prev {
right: auto !important;
left: 0;
}
.fl-module-testimonials .bx-wrapper {
margin: 0 auto 35px;
}
.fl-testimonials-wrap {
position: relative;
}
.fl-testimonials-wrap .fl-testimonial {
position: absolute;
top: 0;
visibility: hidden;
}
.fl-testimonials-wrap .fl-testimonial:first-child,
.fl-testimonials-loaded .fl-testimonial {
position: relative;
visibility: visible;
}
.fl-testimonials-wrap .fa {
opacity: 0.8;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.fl-testimonials-wrap .fa:hover {
opacity: 1;
}
/* Wide */
.fl-testimonials.wide {
text-align: center;
}
.fl-testimonials-wrap.wide .fl-slider-next,
.fl-testimonials-wrap.wide .fl-slider-prev {
position: absolute;
top: 50%;
margin-top:-10px;
right: 0px;
}
.fl-testimonials-wrap.wide .fa {
font-size: 23px;
position: relative;
z-index: 1;
}
.fl-testimonials-wrap.wide .fl-slider-prev {
left: 0px !important;
}
/* Compact */
.fl-testimonials-wrap.compact h3 {
margin: .3em 0;
}
.fl-testimonials-wrap.compact .fl-slider-next,
.fl-testimonials-wrap.compact .fl-slider-prev {
position: absolute;
top: 9px;
right: 0;
}
.fl-testimonials-wrap.compact .fa {
font-size: 17px;
}
.fl-testimonials-wrap.compact .fl-slider-prev {
right: 18px !important;
}