PluginProbe
Easy Elements for Elementor – Addons & Website Templates / 1.3.7
Easy Elements for Elementor – Addons & Website Templates v1.3.7
1.5.3 1.5.2 1.5.1 1.5.0 1.4.9 1.4.6 1.4.7 1.4.8 1.4.5 1.4.4 1.4.3 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 All 47 releases
easy-elements / widgets / testimonials-grid / css / testimonials.scss

testimonials.scss in Easy Elements for Elementor – Addons & Website Templates 1.3.7, at widgets/testimonials-grid/css/testimonials.scss

479 lines 11.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 :root {
2 --e-global-color-primary: #EAA638;
3 --e-global-color-text: #7A8986;
4 }
5
6 .e-e-testimonial .grid-wrap {
7 display: flex;
8 flex-wrap: wrap;
9 }
10 .e-e-testimonial .grid-item {
11 padding: 10px;
12 box-sizing: border-box;
13 }
14 .grid-layout .ee--testimonial {
15 text-align: center;
16 }
17 .e-e-testimonial .e-e-grid-img {
18 max-width: 100%;
19 height: auto;
20 display: inline-block;
21 }
22 .eel-rating {
23 color: #FFAF02;
24 font-size: 25px;
25 line-height: 100%;
26 }
27 .eel-rating .star {
28 margin-right: 0px;
29 }
30 .eel-rating .star.filled {
31 color: #FFAF02;
32 }
33
34 .eel-title-icon{
35 svg{
36 height: 1em;
37 width: 1em;
38 position: relative;
39 top: 4px;
40 left: 2px;
41 }
42 }
43 .grid-layout .ee--tstml-inner-wrap{
44 background: #EFEFF9;
45 display: inline-flex;
46 gap: 80px;
47 padding: 80px;
48 border-radius: 16px;
49 align-items: self-start;
50 .eel-author-wrap{
51 display: inline-flex;
52 text-align: left;
53 justify-content: space-between;
54 }
55 .eel-author{
56 min-width: auto;
57 }
58 .eel-designation{
59 font-size: 14px;
60 line-height: 150%;
61 color: #12121280;
62 font-style: normal;
63 margin-bottom: 8px;
64 display: inline-block;
65 }
66 .eel-picture{
67 min-width: max-content;
68 margin-right: 24px;
69 }
70 .eel-picture img{
71 width: 100px;
72 height: 100px;
73 border-radius: 100%;
74 object-fit: cover;
75 }
76 .eel-name{
77 font-size: 20px;
78 line-height: 100%;
79 }
80 .eel-description{
81 font-size: 24px;
82 text-align: left;
83 color: var(--e-global-color-text);
84 line-height: 150%;
85 letter-spacing: -0.02em;
86 }
87 .eel-quote{
88 text-align: left;
89 svg{
90 height: 120px;
91 fill: var(--e-global-color-primary);
92 }
93 }
94 &.skin1{
95 display: block;
96 .eel-picture img {
97 width: 50px;
98 height: 50px;
99 }
100 .eel-picture {
101 min-width: 50px;
102 margin-right: 15px;
103 }
104 .eel-author-wrap {
105 justify-content: flex-start;
106 width: 100%;
107 margin-top: 25px;
108 align-items: center;
109 }
110 .eel-designation{
111 margin-bottom: 0;
112 }
113 .eel-company-logo{
114 text-align: left;
115 margin-bottom: 12px;
116 }
117 }
118 &.skin2{
119 display: block;
120 .eel-picture-des-wrap{
121 display: flex;
122 justify-content: space-between;
123 }
124 .eel-picture img {
125 width: 50px;
126 height: 50px;
127 }
128 .eel-picture {
129 min-width: 50px;
130 margin-right: 15px;
131 }
132 .eel-author-wrap {
133 justify-content: flex-start;
134 width: 100%;
135 margin-top: 25px;
136 align-items: center;
137 }
138 .eel-designation{
139 margin-bottom: 0;
140 }
141 .eel-company-logo{
142 text-align: left;
143 margin-bottom: 12px;
144 }
145 &.eel-avatar-image-top{
146 .eel-company-logo{
147 text-align: center;
148 }
149 .eel-picture-des-wrap{
150 display: block;
151 }
152 .eel-picture{
153 margin-bottom: 24px;
154 margin-right: 0;
155 }
156 .eel-description{
157 text-align: center;
158 }
159 .eel-author-wrap{
160 justify-content: center;
161 text-align: center;
162 }
163 }
164 }
165 &.skin3{
166 display: block;
167 .eel-picture-des-wrap{
168 display: flex;
169 justify-content: space-between;
170 }
171 .eel-picture img {
172 width: 50px;
173 height: 50px;
174 display: block;
175 }
176 .eel-picture {
177 min-width: max-content;
178 margin-right: 15px;
179 }
180 .eel-author-wrap {
181 justify-content: flex-start;
182 width: 100%;
183 margin-top: 25px;
184 align-items: center;
185 }
186 .eel-designation{
187 margin-bottom: 0;
188 }
189 .eel-company-logo{
190 text-align: left;
191 margin-bottom: 12px;
192 }
193 .eel-rating{
194 display: flex;
195 justify-content: end;
196 flex: 1;
197 }
198 }
199 &.skin4{
200 display: block;
201 .eel-picture-des-wrap{
202 display: flex;
203 justify-content: space-between;
204 }
205 .eel-picture img {
206 width: 100%;
207 height: 400px;
208 border-radius: 8px;
209 }
210 .eel-picture {
211 min-width: 320px;
212 margin-right: 80px;
213 }
214 .eel-author-wrap {
215 justify-content: flex-start;
216 width: 100%;
217 margin-top: 25px;
218 align-items: flex-end;
219 }
220 .eel-designation{
221 margin-bottom: 0;
222 }
223 .eel-company-logo{
224 text-align: left;
225 margin-bottom: 12px;
226 }
227 .eel--description-wrap{
228 display: grid;
229 }
230 }
231 &.skin5{
232 display: block;
233 .eel-picture-des-wrap{
234 display: flex;
235 justify-content: space-between;
236 }
237 .eel-picture img {
238 width: 50px;
239 height: 50px;
240 display: block;
241 }
242 .eel-picture {
243 min-width: 50px;
244 margin-right: 15px;
245 }
246 .eel-author {
247 min-width: 100px;
248 }
249 .eel-author-wrap {
250 justify-content: flex-start;
251 width: 100%;
252 margin-top: 25px;
253 align-items: center;
254 }
255 .eel-designation{
256 margin-bottom: 0;
257 }
258 .eel-company-logo{
259 text-align: left;
260 margin-bottom: 12px;
261 }
262 .eel-rating{
263 display: flex;
264 flex: 1;
265 text-align: right;
266 margin-left: 15px;
267 justify-content: end;
268 }
269 }
270 &.skin6{
271 display: block;
272 .eel-picture-des-wrap{
273 display: flex;
274 justify-content: space-between;
275 }
276 .eel-picture img {
277 width: 50px;
278 height: 50px;
279 display: block;
280 }
281 .eel-picture {
282 min-width: 50px;
283 margin-right: 15px;
284 }
285 .eel-description{
286 text-align: center;
287 }
288 .eel-author-wrap {
289 justify-content: center;
290 width: 100%;
291 margin-top: 25px;
292 align-items: center;
293 }
294 .eel-designation{
295 margin-bottom: 0;
296 }
297 .eel-company-logo{
298 text-align: center;
299 margin-bottom: 12px;
300 }
301 .eel-rating{
302 display: flex;
303 justify-content: center;
304 margin-bottom: 10px;
305 }
306 }
307 }
308
309 .eel-hidden-testimonial{
310 display: none;
311 }
312
313 .testifull-overlay{
314 position: relative;
315 &::after{
316 background: linear-gradient(180deg, rgba(246, 244, 240, 0) 57.03%, #F6F4F0 94.05%);
317 position: absolute;
318 content: '';
319 width: 100%;
320 height: 100%;
321 top: 0;
322 left: 0;
323 }
324 }
325
326 .eel-testimonial-more-btn{
327 background: #FFFFFF;
328 border: 1px solid rgba(0, 0, 0, 0.15);
329 box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, 0.15);
330 border-radius: 12px;
331 font-size: 18px;
332 line-height: 110%;
333 color: #121212;
334 padding: 12px 24px;
335 cursor: pointer;
336 text-align: center;
337 max-width: max-content;
338 margin: 30px auto 0;
339 position: relative;
340 z-index: 1;
341 transition: all .5s ease;
342 &:hover{
343 background:#1F2937;
344 color: #fff;
345 border-color: #1F2937;
346 }
347 }
348
349 @media (max-width: 1024px) {
350 .ee--tstml-inner-wrap {
351 display: grid;
352 gap: 20px;
353 padding: 30px;
354 }
355 .ee--tstml-inner-wrap .eel-author-wrap{
356 justify-content: flex-start;
357 }
358 .ee--tstml-inner-wrap .eel-author {
359 display: inline-grid;
360 align-content: center;
361 }
362 .ee--tstml-inner-wrap.skin3 .eel-author-wrap{
363 flex-wrap: wrap;
364 display: flex;
365 }
366 .ee--tstml-inner-wrap.skin4 .eel-picture {
367 margin-right: 30px;
368 }
369 }
370
371 @media (max-width: 768px) {
372 .eel-author-wrap{
373 flex-direction: column;
374 gap: 10px;
375 }
376 .ee--tstml-wrap-skin-style-two .eel-content-wrap,
377 .ee--tstml-wrap-skin-style-two .eel-picture {
378 margin-right: 0;
379 margin-left: 0;
380 width: 100%;
381 }
382 .ee--tstml-wrap-skin-style-two .eel-picture img{
383 height: auto;
384 }
385 .swiper-navigation-top{
386 display: none;
387 }
388 .ee--tstml-inner-wrap{
389 display: block;
390 }
391 .ee--tstml-inner-wrap .eel-author{
392 text-align: center;
393 margin-bottom: 24px;
394 }
395 .ee--tstml-inner-wrap .eel-picture {
396 min-width: 100px;
397 margin: 0 auto;
398 padding-top: 10px;
399 }
400 .ee--tstml-inner-wrap .eel-description{
401 text-align: center;
402 margin-bottom: 30px;
403 }
404 .ee--tstml-inner-wrap .eel-quote{
405 text-align: center;
406 }
407 .ee--tstml-inner-wrap .eel-quote svg {
408 height: 60px;
409 }
410 .e-e-testimonial .grid-wrap{
411 display: block;
412 }
413 .ee--tstml-inner-wrap.skin3 .eel-company-logo{
414 text-align: center;
415 }
416 .ee--tstml-inner-wrap.skin3 .eel-picture{
417 margin: 0 auto;
418 margin-bottom: 10px;
419 }
420 .ee--tstml-inner-wrap.skin3 .eel-author{
421 margin-bottom: 0;
422 }
423 .ee--tstml-inner-wrap.skin2 .eel-picture-des-wrap{
424 display: inline-grid;
425 }
426 .ee--tstml-inner-wrap.skin2 .eel-company-logo{
427 text-align: center;
428 }
429 .ee--tstml-inner-wrap.skin2 .eel-picture {
430 margin-right: auto;
431 padding-bottom: 10px;
432 }
433 .ee--tstml-inner-wrap.skin1 .eel-picture{
434 margin-right: auto;
435 }
436 .ee--tstml-inner-wrap.skin1 .eel-company-logo {
437 text-align: center;
438 margin-top: 15px;
439 }
440 .ee--tstml-inner-wrap.skin4 .eel-picture-des-wrap {
441 display: block;
442 }
443 .ee--tstml-inner-wrap.skin4 .eel-picture {
444 margin-right: 0;
445 margin-bottom: 25px;
446 }
447 .ee--tstml-inner-wrap .eel-author-wrap {
448 display: block;
449 text-align: center;
450 }
451 .ee--tstml-inner-wrap.skin5 .eel-rating {
452 justify-content: center;
453 }
454 .ee--tstml-inner-wrap.skin5 .eel-picture img {
455 margin: auto;
456 margin-bottom: 20px;
457 }
458 .ee--tstml-inner-wrap.skin5 .eel-rating {
459 justify-content: center;
460 text-align: center;
461 }
462 .ee--tstml-inner-wrap .eel-author {
463 margin-bottom: 10px;
464 }
465 .ee--tstml-inner-wrap.skin5 .eel-company-logo{
466 text-align: center;
467 }
468 .ee--tstml-inner-wrap.skin6 .eel-picture img{
469 margin: auto;
470 margin-bottom: 10px;
471 }
472 }
473
474
475 @media (max-width: 600px) {
476 .ee--tstml-inner-wrap .eel-description{
477 font-size: 18px;
478 }
479 }