PluginProbe
Getwid – Gutenberg Blocks / 3.0.2
Getwid – Gutenberg Blocks v3.0.2
3.0.2 3.0.1 3.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.2.0 trunk 1.8.7 1.9.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9
getwid / assets / common-styles / style-rtl.css

style-rtl.css in Getwid – Gutenberg Blocks 3.0.2, at assets/common-styles/style-rtl.css

1,702 lines 37.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 * getwid-common-styles
3 */
4 /*
5 * Blocks that require common styles:
6 *
7 * template-parts/acf/background-image
8 * template-parts/post-featured-background-image
9 * advanced-heading
10 * advanced-spacer
11 * content-slider
12 * content-timeline
13 * countdown
14 * custom-post-type
15 * icon-box
16 * icon
17 * image-box
18 * image-hotspot
19 * images-slider
20 * media-text-slider
21 * post-carousel
22 * post-slider
23 * recent-posts
24 * section
25 * social-links
26 * video-popup
27 */
28 @keyframes slideInDownShort {
29 from {
30 transform: translate3d(0, -100px, 0);
31 visibility: visible;
32 }
33 to {
34 transform: translate3d(0, 0, 0);
35 }
36 }
37 .slideInDownShort {
38 animation-name: slideInDownShort;
39 }
40
41 @keyframes slideInLeftShort {
42 from {
43 transform: translate3d(100px, 0, 0);
44 visibility: visible;
45 }
46 to {
47 transform: translate3d(0, 0, 0);
48 }
49 }
50 .slideInLeftShort {
51 animation-name: slideInLeftShort;
52 }
53
54 @keyframes slideInRightShort {
55 from {
56 transform: translate3d(-100px, 0, 0);
57 visibility: visible;
58 }
59 to {
60 transform: translate3d(0, 0, 0);
61 }
62 }
63 .slideInRightShort {
64 animation-name: slideInRightShort;
65 }
66
67 @keyframes slideInUpShort {
68 from {
69 transform: translate3d(0, 100px, 0);
70 visibility: visible;
71 }
72 to {
73 transform: translate3d(0, 0, 0);
74 }
75 }
76 .slideInUpShort {
77 animation-name: slideInUpShort;
78 }
79
80 @keyframes bounceInDownShort {
81 from, 60%, 75%, 90%, to {
82 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
83 }
84 0% {
85 opacity: 0;
86 transform: translate3d(0, -100px, 0);
87 }
88 60% {
89 opacity: 1;
90 transform: translate3d(0, 25px, 0);
91 }
92 75% {
93 transform: translate3d(0, -10px, 0);
94 }
95 90% {
96 transform: translate3d(0, 5px, 0);
97 }
98 to {
99 transform: translate3d(0, 0, 0);
100 }
101 }
102 .bounceInDownShort {
103 animation-name: bounceInDownShort;
104 }
105
106 @keyframes bounceInLeftShort {
107 from, 60%, 75%, 90%, to {
108 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
109 }
110 0% {
111 opacity: 0;
112 transform: translate3d(100px, 0, 0);
113 }
114 60% {
115 opacity: 1;
116 transform: translate3d(-25px, 0, 0);
117 }
118 75% {
119 transform: translate3d(10px, 0, 0);
120 }
121 90% {
122 transform: translate3d(-5px, 0, 0);
123 }
124 to {
125 transform: translate3d(0, 0, 0);
126 }
127 }
128 .bounceInLeftShort {
129 animation-name: bounceInLeftShort;
130 }
131
132 @keyframes bounceInRightShort {
133 from, 60%, 75%, 90%, to {
134 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
135 }
136 from {
137 opacity: 0;
138 transform: translate3d(-100px, 0, 0);
139 }
140 60% {
141 opacity: 1;
142 transform: translate3d(25px, 0, 0);
143 }
144 75% {
145 transform: translate3d(-10px, 0, 0);
146 }
147 90% {
148 transform: translate3d(5px, 0, 0);
149 }
150 to {
151 transform: translate3d(0, 0, 0);
152 }
153 }
154 .bounceInRightShort {
155 animation-name: bounceInRightShort;
156 }
157
158 @keyframes bounceInUpShort {
159 from, 60%, 75%, 90%, to {
160 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
161 }
162 from {
163 opacity: 0;
164 transform: translate3d(0, 100px, 0);
165 }
166 60% {
167 opacity: 1;
168 transform: translate3d(0, -20px, 0);
169 }
170 75% {
171 transform: translate3d(0, 10px, 0);
172 }
173 90% {
174 transform: translate3d(0, -5px, 0);
175 }
176 to {
177 transform: translate3d(0, 0, 0);
178 }
179 }
180 .bounceInUpShort {
181 animation-name: bounceInUpShort;
182 }
183
184 @keyframes fadeInDownShort {
185 from {
186 opacity: 0;
187 transform: translate3d(0, -100px, 0);
188 }
189 to {
190 opacity: 1;
191 transform: translate3d(0, 0, 0);
192 }
193 }
194 .fadeInDownShort {
195 animation-name: fadeInDownShort;
196 }
197
198 @keyframes fadeInLeftShort {
199 from {
200 opacity: 0;
201 transform: translate3d(100px, 0, 0);
202 }
203 to {
204 opacity: 1;
205 transform: translate3d(0, 0, 0);
206 }
207 }
208 .fadeInLeftShort {
209 animation-name: fadeInLeftShort;
210 }
211
212 @keyframes fadeInRightShort {
213 from {
214 opacity: 0;
215 transform: translate3d(-100px, 0, 0);
216 }
217 to {
218 opacity: 1;
219 transform: translate3d(0, 0, 0);
220 }
221 }
222 .fadeInRightShort {
223 animation-name: fadeInRightShort;
224 }
225
226 @keyframes fadeInUpShort {
227 from {
228 opacity: 0;
229 transform: translate3d(0, 100px, 0);
230 }
231 to {
232 opacity: 1;
233 transform: translate3d(0, 0, 0);
234 }
235 }
236 .fadeInUpShort {
237 animation-name: fadeInUpShort;
238 }
239
240 @keyframes lightSpeedInShort {
241 from {
242 transform: translate3d(-400px, 0, 0) skewX(30deg);
243 opacity: 0;
244 }
245 60% {
246 transform: skewX(-20deg);
247 opacity: 1;
248 }
249 80% {
250 transform: skewX(5deg);
251 }
252 to {
253 transform: translate3d(0, 0, 0);
254 }
255 }
256 .lightSpeedInShort {
257 animation-name: lightSpeedInShort;
258 animation-timing-function: ease-out;
259 }
260
261 @keyframes getwidPulseAnimation {
262 0% {
263 transform: scale(1);
264 opacity: 1;
265 }
266 100% {
267 transform: scale(1.5);
268 opacity: 0;
269 }
270 }
271 @keyframes getwidTimelinePointBounce {
272 0% {
273 opacity: 0;
274 transform: scale(0.5);
275 }
276 60% {
277 opacity: 1;
278 transform: scale(1.2);
279 }
280 100% {
281 transform: scale(1);
282 }
283 }
284 @keyframes getwidFadeIn {
285 from {
286 opacity: 0;
287 }
288 to {
289 opacity: 1;
290 }
291 }
292 .wp-block-getwid-post-carousel.is-carousel .slick-list,
293 .wp-block-getwid-images-slider.is-carousel .slick-list {
294 margin: 0 -5px;
295 }
296 .wp-block-getwid-post-carousel.is-carousel .slick-slide,
297 .wp-block-getwid-images-slider.is-carousel .slick-slide {
298 margin: 0 5px;
299 }
300 .wp-block-getwid-post-carousel.has-slides-gap-none .slick-list,
301 .wp-block-getwid-images-slider.has-slides-gap-none .slick-list {
302 margin: 0;
303 }
304 .wp-block-getwid-post-carousel.has-slides-gap-none .slick-slide,
305 .wp-block-getwid-images-slider.has-slides-gap-none .slick-slide {
306 margin: 0;
307 }
308 .wp-block-getwid-post-carousel.has-slides-gap-small .slick-list,
309 .wp-block-getwid-images-slider.has-slides-gap-small .slick-list {
310 margin: 0 -5px;
311 }
312 .wp-block-getwid-post-carousel.has-slides-gap-small .slick-slide,
313 .wp-block-getwid-images-slider.has-slides-gap-small .slick-slide {
314 margin: 0 5px;
315 }
316 .wp-block-getwid-post-carousel.has-slides-gap-normal .slick-list,
317 .wp-block-getwid-images-slider.has-slides-gap-normal .slick-list {
318 margin: 0 -10px;
319 }
320 .wp-block-getwid-post-carousel.has-slides-gap-normal .slick-slide,
321 .wp-block-getwid-images-slider.has-slides-gap-normal .slick-slide {
322 margin: 0 10px;
323 }
324 .wp-block-getwid-post-carousel.has-slides-gap-large .slick-list,
325 .wp-block-getwid-images-slider.has-slides-gap-large .slick-list {
326 margin: 0 -20px;
327 }
328 .wp-block-getwid-post-carousel.has-slides-gap-large .slick-slide,
329 .wp-block-getwid-images-slider.has-slides-gap-large .slick-slide {
330 margin: 0 20px;
331 }
332 .wp-block-getwid-post-carousel.has-slides-gap-huge .slick-list,
333 .wp-block-getwid-images-slider.has-slides-gap-huge .slick-list {
334 margin: 0 -30px;
335 }
336 .wp-block-getwid-post-carousel.has-slides-gap-huge .slick-slide,
337 .wp-block-getwid-images-slider.has-slides-gap-huge .slick-slide {
338 margin: 0 30px;
339 }
340
341 .wp-block-getwid-content-slider .slick-prev,
342 .wp-block-getwid-content-slider .slick-next,
343 .wp-block-getwid-images-slider .slick-prev,
344 .wp-block-getwid-images-slider .slick-next,
345 .wp-block-getwid-media-text-slider .slick-prev,
346 .wp-block-getwid-media-text-slider .slick-next,
347 .wp-block-getwid-post-slider .slick-prev,
348 .wp-block-getwid-post-slider .slick-next,
349 .wp-block-getwid-post-carousel .slick-prev,
350 .wp-block-getwid-post-carousel .slick-next {
351 z-index: 1;
352 background-color: transparent;
353 }
354 .wp-block-getwid-content-slider .slick-prev:before,
355 .wp-block-getwid-content-slider .slick-next:before,
356 .wp-block-getwid-images-slider .slick-prev:before,
357 .wp-block-getwid-images-slider .slick-next:before,
358 .wp-block-getwid-media-text-slider .slick-prev:before,
359 .wp-block-getwid-media-text-slider .slick-next:before,
360 .wp-block-getwid-post-slider .slick-prev:before,
361 .wp-block-getwid-post-slider .slick-next:before,
362 .wp-block-getwid-post-carousel .slick-prev:before,
363 .wp-block-getwid-post-carousel .slick-next:before {
364 color: #000;
365 }
366 .wp-block-getwid-content-slider .slick-prev:hover, .wp-block-getwid-content-slider .slick-prev:focus,
367 .wp-block-getwid-content-slider .slick-next:hover,
368 .wp-block-getwid-content-slider .slick-next:focus,
369 .wp-block-getwid-images-slider .slick-prev:hover,
370 .wp-block-getwid-images-slider .slick-prev:focus,
371 .wp-block-getwid-images-slider .slick-next:hover,
372 .wp-block-getwid-images-slider .slick-next:focus,
373 .wp-block-getwid-media-text-slider .slick-prev:hover,
374 .wp-block-getwid-media-text-slider .slick-prev:focus,
375 .wp-block-getwid-media-text-slider .slick-next:hover,
376 .wp-block-getwid-media-text-slider .slick-next:focus,
377 .wp-block-getwid-post-slider .slick-prev:hover,
378 .wp-block-getwid-post-slider .slick-prev:focus,
379 .wp-block-getwid-post-slider .slick-next:hover,
380 .wp-block-getwid-post-slider .slick-next:focus,
381 .wp-block-getwid-post-carousel .slick-prev:hover,
382 .wp-block-getwid-post-carousel .slick-prev:focus,
383 .wp-block-getwid-post-carousel .slick-next:hover,
384 .wp-block-getwid-post-carousel .slick-next:focus {
385 text-decoration: none;
386 }
387 .wp-block-getwid-content-slider .slick-dotted.slick-slider,
388 .wp-block-getwid-images-slider .slick-dotted.slick-slider,
389 .wp-block-getwid-media-text-slider .slick-dotted.slick-slider,
390 .wp-block-getwid-post-slider .slick-dotted.slick-slider,
391 .wp-block-getwid-post-carousel .slick-dotted.slick-slider {
392 margin-bottom: 0;
393 padding-bottom: 30px;
394 }
395 .wp-block-getwid-content-slider .slick-dots,
396 .wp-block-getwid-images-slider .slick-dots,
397 .wp-block-getwid-media-text-slider .slick-dots,
398 .wp-block-getwid-post-slider .slick-dots,
399 .wp-block-getwid-post-carousel .slick-dots {
400 margin: 0 auto;
401 max-width: 100%;
402 width: 100%;
403 bottom: 0;
404 }
405 .wp-block-getwid-content-slider .slick-dots li,
406 .wp-block-getwid-images-slider .slick-dots li,
407 .wp-block-getwid-media-text-slider .slick-dots li,
408 .wp-block-getwid-post-slider .slick-dots li,
409 .wp-block-getwid-post-carousel .slick-dots li {
410 margin: 0 5px;
411 }
412 .wp-block-getwid-content-slider.has-arrows-inside,
413 .wp-block-getwid-images-slider.has-arrows-inside,
414 .wp-block-getwid-media-text-slider.has-arrows-inside,
415 .wp-block-getwid-post-slider.has-arrows-inside,
416 .wp-block-getwid-post-carousel.has-arrows-inside {
417 padding-right: 0;
418 padding-left: 0;
419 }
420 .wp-block-getwid-content-slider.has-arrows-inside .slick-prev,
421 .wp-block-getwid-content-slider.has-arrows-inside .slick-next,
422 .wp-block-getwid-images-slider.has-arrows-inside .slick-prev,
423 .wp-block-getwid-images-slider.has-arrows-inside .slick-next,
424 .wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev,
425 .wp-block-getwid-media-text-slider.has-arrows-inside .slick-next,
426 .wp-block-getwid-post-slider.has-arrows-inside .slick-prev,
427 .wp-block-getwid-post-slider.has-arrows-inside .slick-next,
428 .wp-block-getwid-post-carousel.has-arrows-inside .slick-prev,
429 .wp-block-getwid-post-carousel.has-arrows-inside .slick-next {
430 text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
431 }
432 .wp-block-getwid-content-slider.has-arrows-inside .slick-prev:before,
433 .wp-block-getwid-content-slider.has-arrows-inside .slick-next:before,
434 .wp-block-getwid-images-slider.has-arrows-inside .slick-prev:before,
435 .wp-block-getwid-images-slider.has-arrows-inside .slick-next:before,
436 .wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev:before,
437 .wp-block-getwid-media-text-slider.has-arrows-inside .slick-next:before,
438 .wp-block-getwid-post-slider.has-arrows-inside .slick-prev:before,
439 .wp-block-getwid-post-slider.has-arrows-inside .slick-next:before,
440 .wp-block-getwid-post-carousel.has-arrows-inside .slick-prev:before,
441 .wp-block-getwid-post-carousel.has-arrows-inside .slick-next:before {
442 color: #fff;
443 }
444 .wp-block-getwid-content-slider.has-arrows-inside .slick-prev,
445 .wp-block-getwid-images-slider.has-arrows-inside .slick-prev,
446 .wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev,
447 .wp-block-getwid-post-slider.has-arrows-inside .slick-prev,
448 .wp-block-getwid-post-carousel.has-arrows-inside .slick-prev { right: 25px;
449 }
450 .wp-block-getwid-content-slider.has-arrows-inside .slick-next,
451 .wp-block-getwid-images-slider.has-arrows-inside .slick-next,
452 .wp-block-getwid-media-text-slider.has-arrows-inside .slick-next,
453 .wp-block-getwid-post-slider.has-arrows-inside .slick-next,
454 .wp-block-getwid-post-carousel.has-arrows-inside .slick-next { left: 25px;
455 }
456 .wp-block-getwid-content-slider.has-dots-inside .slick-dotted.slick-slider,
457 .wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider,
458 .wp-block-getwid-media-text-slider.has-dots-inside .slick-dotted.slick-slider,
459 .wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider,
460 .wp-block-getwid-post-carousel.has-dots-inside .slick-dotted.slick-slider {
461 margin-bottom: 0;
462 padding-bottom: 0;
463 }
464 .wp-block-getwid-content-slider.has-dots-inside .slick-dots,
465 .wp-block-getwid-images-slider.has-dots-inside .slick-dots,
466 .wp-block-getwid-media-text-slider.has-dots-inside .slick-dots,
467 .wp-block-getwid-post-slider.has-dots-inside .slick-dots,
468 .wp-block-getwid-post-carousel.has-dots-inside .slick-dots {
469 bottom: 20px;
470 }
471 .wp-block-getwid-content-slider.has-dots-inside .slick-dots li .slick-active,
472 .wp-block-getwid-images-slider.has-dots-inside .slick-dots li .slick-active,
473 .wp-block-getwid-media-text-slider.has-dots-inside .slick-dots li .slick-active,
474 .wp-block-getwid-post-slider.has-dots-inside .slick-dots li .slick-active,
475 .wp-block-getwid-post-carousel.has-dots-inside .slick-dots li .slick-active {
476 color: #fff;
477 }
478 .wp-block-getwid-content-slider.has-dots-inside .slick-dots li button,
479 .wp-block-getwid-images-slider.has-dots-inside .slick-dots li button,
480 .wp-block-getwid-media-text-slider.has-dots-inside .slick-dots li button,
481 .wp-block-getwid-post-slider.has-dots-inside .slick-dots li button,
482 .wp-block-getwid-post-carousel.has-dots-inside .slick-dots li button {
483 text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
484 }
485 .wp-block-getwid-content-slider.has-dots-inside .slick-dots li button:before,
486 .wp-block-getwid-images-slider.has-dots-inside .slick-dots li button:before,
487 .wp-block-getwid-media-text-slider.has-dots-inside .slick-dots li button:before,
488 .wp-block-getwid-post-slider.has-dots-inside .slick-dots li button:before,
489 .wp-block-getwid-post-carousel.has-dots-inside .slick-dots li button:before {
490 color: #fff;
491 }
492 .wp-block-getwid-content-slider.alignfull .slick-list,
493 .wp-block-getwid-images-slider.alignfull .slick-list,
494 .wp-block-getwid-media-text-slider.alignfull .slick-list,
495 .wp-block-getwid-post-slider.alignfull .slick-list,
496 .wp-block-getwid-post-carousel.alignfull .slick-list {
497 margin: 0;
498 }
499 .wp-block-getwid-content-slider.alignfull.has-arrows-ouside .slick-prev, .wp-block-getwid-content-slider.alignfull.has-arrows-outside .slick-prev,
500 .wp-block-getwid-images-slider.alignfull.has-arrows-ouside .slick-prev,
501 .wp-block-getwid-images-slider.alignfull.has-arrows-outside .slick-prev,
502 .wp-block-getwid-media-text-slider.alignfull.has-arrows-ouside .slick-prev,
503 .wp-block-getwid-media-text-slider.alignfull.has-arrows-outside .slick-prev,
504 .wp-block-getwid-post-slider.alignfull.has-arrows-ouside .slick-prev,
505 .wp-block-getwid-post-slider.alignfull.has-arrows-outside .slick-prev,
506 .wp-block-getwid-post-carousel.alignfull.has-arrows-ouside .slick-prev,
507 .wp-block-getwid-post-carousel.alignfull.has-arrows-outside .slick-prev {
508 right: 25px;
509 }
510 .wp-block-getwid-content-slider.alignfull.has-arrows-ouside .slick-next, .wp-block-getwid-content-slider.alignfull.has-arrows-outside .slick-next,
511 .wp-block-getwid-images-slider.alignfull.has-arrows-ouside .slick-next,
512 .wp-block-getwid-images-slider.alignfull.has-arrows-outside .slick-next,
513 .wp-block-getwid-media-text-slider.alignfull.has-arrows-ouside .slick-next,
514 .wp-block-getwid-media-text-slider.alignfull.has-arrows-outside .slick-next,
515 .wp-block-getwid-post-slider.alignfull.has-arrows-ouside .slick-next,
516 .wp-block-getwid-post-slider.alignfull.has-arrows-outside .slick-next,
517 .wp-block-getwid-post-carousel.alignfull.has-arrows-ouside .slick-next,
518 .wp-block-getwid-post-carousel.alignfull.has-arrows-outside .slick-next {
519 left: 25px;
520 }
521
522 @media screen and (min-width: 768px) and (max-width: 991px) {
523 .fs-tablet-50 .wp-block-getwid-advanced-heading__content,
524 .fs-tablet-50 .wp-block-getwid-countdown__content {
525 font-size: 50%;
526 }
527 }
528
529 @media screen and (max-width: 767px) {
530 .fs-mobile-50 .wp-block-getwid-advanced-heading__content,
531 .fs-mobile-50 .wp-block-getwid-countdown__content {
532 font-size: 50%;
533 }
534 }
535
536 @media screen and (min-width: 768px) and (max-width: 991px) {
537 .fs-tablet-60 .wp-block-getwid-advanced-heading__content,
538 .fs-tablet-60 .wp-block-getwid-countdown__content {
539 font-size: 60%;
540 }
541 }
542
543 @media screen and (max-width: 767px) {
544 .fs-mobile-60 .wp-block-getwid-advanced-heading__content,
545 .fs-mobile-60 .wp-block-getwid-countdown__content {
546 font-size: 60%;
547 }
548 }
549
550 @media screen and (min-width: 768px) and (max-width: 991px) {
551 .fs-tablet-70 .wp-block-getwid-advanced-heading__content,
552 .fs-tablet-70 .wp-block-getwid-countdown__content {
553 font-size: 70%;
554 }
555 }
556
557 @media screen and (max-width: 767px) {
558 .fs-mobile-70 .wp-block-getwid-advanced-heading__content,
559 .fs-mobile-70 .wp-block-getwid-countdown__content {
560 font-size: 70%;
561 }
562 }
563
564 @media screen and (min-width: 768px) and (max-width: 991px) {
565 .fs-tablet-80 .wp-block-getwid-advanced-heading__content,
566 .fs-tablet-80 .wp-block-getwid-countdown__content {
567 font-size: 80%;
568 }
569 }
570
571 @media screen and (max-width: 767px) {
572 .fs-mobile-80 .wp-block-getwid-advanced-heading__content,
573 .fs-mobile-80 .wp-block-getwid-countdown__content {
574 font-size: 80%;
575 }
576 }
577
578 @media screen and (min-width: 768px) and (max-width: 991px) {
579 .fs-tablet-90 .wp-block-getwid-advanced-heading__content,
580 .fs-tablet-90 .wp-block-getwid-countdown__content {
581 font-size: 90%;
582 }
583 }
584
585 @media screen and (max-width: 767px) {
586 .fs-mobile-90 .wp-block-getwid-advanced-heading__content,
587 .fs-mobile-90 .wp-block-getwid-countdown__content {
588 font-size: 90%;
589 }
590 }
591
592 @media screen and (min-width: 768px) and (max-width: 991px) {
593 .fs-tablet-100 .wp-block-getwid-advanced-heading__content,
594 .fs-tablet-100 .wp-block-getwid-countdown__content {
595 font-size: 100%;
596 }
597 }
598
599 @media screen and (max-width: 767px) {
600 .fs-mobile-100 .wp-block-getwid-advanced-heading__content,
601 .fs-mobile-100 .wp-block-getwid-countdown__content {
602 font-size: 100%;
603 }
604 }
605
606 @media screen and (min-width: 768px) and (max-width: 991px) {
607 .fs-tablet-110 .wp-block-getwid-advanced-heading__content,
608 .fs-tablet-110 .wp-block-getwid-countdown__content {
609 font-size: 110%;
610 }
611 }
612
613 @media screen and (max-width: 767px) {
614 .fs-mobile-110 .wp-block-getwid-advanced-heading__content,
615 .fs-mobile-110 .wp-block-getwid-countdown__content {
616 font-size: 110%;
617 }
618 }
619
620 @media screen and (min-width: 768px) and (max-width: 991px) {
621 .fs-tablet-120 .wp-block-getwid-advanced-heading__content,
622 .fs-tablet-120 .wp-block-getwid-countdown__content {
623 font-size: 120%;
624 }
625 }
626
627 @media screen and (max-width: 767px) {
628 .fs-mobile-120 .wp-block-getwid-advanced-heading__content,
629 .fs-mobile-120 .wp-block-getwid-countdown__content {
630 font-size: 120%;
631 }
632 }
633
634 [data-animation] .wp-block-getwid-image-box__image-wrapper, [data-animation].wp-block-getwid-icon__wrapper,
635 [data-animation] .wp-block-getwid-icon-box__icon-wrapper {
636 transition: 0.3s ease;
637 transform: none;
638 }
639
640 [data-animation=slideTop]:hover .wp-block-getwid-image-box__image-wrapper, [data-animation=slideTop]:hover.wp-block-getwid-icon__wrapper,
641 [data-animation=slideTop]:hover .wp-block-getwid-icon-box__icon-wrapper {
642 transform: translateY(-10px);
643 }
644
645 [data-animation=slideBottom]:hover .wp-block-getwid-image-box__image-wrapper, [data-animation=slideBottom]:hover.wp-block-getwid-icon__wrapper,
646 [data-animation=slideBottom]:hover .wp-block-getwid-icon-box__icon-wrapper {
647 transform: translateY(10px);
648 }
649
650 [data-animation=slideLeft]:hover .wp-block-getwid-image-box__image-wrapper, [data-animation=slideLeft]:hover.wp-block-getwid-icon__wrapper,
651 [data-animation=slideLeft]:hover .wp-block-getwid-icon-box__icon-wrapper {
652 transform: translateX(10px);
653 }
654
655 [data-animation=slideRight]:hover .wp-block-getwid-image-box__image-wrapper, [data-animation=slideRight]:hover.wp-block-getwid-icon__wrapper,
656 [data-animation=slideRight]:hover .wp-block-getwid-icon-box__icon-wrapper {
657 transform: translateX(-10px);
658 }
659
660 [data-animation=zoomSmall]:hover .wp-block-getwid-image-box__image-wrapper, [data-animation=zoomSmall]:hover.wp-block-getwid-icon__wrapper,
661 [data-animation=zoomSmall]:hover .wp-block-getwid-icon-box__icon-wrapper {
662 transform: scale(1.05);
663 }
664
665 [data-animation=zoomBig]:hover .wp-block-getwid-image-box__image-wrapper, [data-animation=zoomBig]:hover.wp-block-getwid-icon__wrapper,
666 [data-animation=zoomBig]:hover .wp-block-getwid-icon-box__icon-wrapper {
667 transform: scale(1.2);
668 }
669
670 .getwid-columns {
671 margin-right: -30px;
672 margin-left: -30px;
673 display: flex;
674 flex-wrap: wrap;
675 }
676 .getwid-columns-1 > * {
677 padding-right: 30px;
678 padding-left: 30px;
679 margin-left: 0;
680 margin-right: 0;
681 width: 100%;
682 }
683 @media screen and (min-width: 992px) {
684 .getwid-columns-1 > * {
685 width: 100%;
686 }
687 }
688 .getwid-columns-2 > * {
689 padding-right: 30px;
690 padding-left: 30px;
691 margin-left: 0;
692 margin-right: 0;
693 width: 100%;
694 }
695 @media screen and (min-width: 992px) {
696 .getwid-columns-2 > * {
697 width: 50%;
698 }
699 }
700 .getwid-columns-3 > * {
701 padding-right: 30px;
702 padding-left: 30px;
703 margin-left: 0;
704 margin-right: 0;
705 width: 100%;
706 }
707 @media screen and (min-width: 992px) {
708 .getwid-columns-3 > * {
709 width: 33.3333333333%;
710 }
711 }
712 .getwid-columns-4 > * {
713 padding-right: 30px;
714 padding-left: 30px;
715 margin-left: 0;
716 margin-right: 0;
717 width: 100%;
718 }
719 @media screen and (min-width: 992px) {
720 .getwid-columns-4 > * {
721 width: 25%;
722 }
723 }
724 .getwid-columns-5 > * {
725 padding-right: 30px;
726 padding-left: 30px;
727 margin-left: 0;
728 margin-right: 0;
729 width: 100%;
730 }
731 @media screen and (min-width: 992px) {
732 .getwid-columns-5 > * {
733 width: 20%;
734 }
735 }
736 .getwid-columns-6 > * {
737 padding-right: 30px;
738 padding-left: 30px;
739 margin-left: 0;
740 margin-right: 0;
741 width: 100%;
742 }
743 @media screen and (min-width: 992px) {
744 .getwid-columns-6 > * {
745 width: 16.6666666667%;
746 }
747 }
748 .getwid-columns-7 > * {
749 padding-right: 30px;
750 padding-left: 30px;
751 margin-left: 0;
752 margin-right: 0;
753 width: 100%;
754 }
755 @media screen and (min-width: 992px) {
756 .getwid-columns-7 > * {
757 width: 14.2857142857%;
758 }
759 }
760 .getwid-columns-8 > * {
761 padding-right: 30px;
762 padding-left: 30px;
763 margin-left: 0;
764 margin-right: 0;
765 width: 100%;
766 }
767 @media screen and (min-width: 992px) {
768 .getwid-columns-8 > * {
769 width: 12.5%;
770 }
771 }
772 .getwid-columns-9 > * {
773 padding-right: 30px;
774 padding-left: 30px;
775 margin-left: 0;
776 margin-right: 0;
777 width: 100%;
778 }
779 @media screen and (min-width: 992px) {
780 .getwid-columns-9 > * {
781 width: 11.1111111111%;
782 }
783 }
784 .getwid-columns-10 > * {
785 padding-right: 30px;
786 padding-left: 30px;
787 margin-left: 0;
788 margin-right: 0;
789 width: 100%;
790 }
791 @media screen and (min-width: 992px) {
792 .getwid-columns-10 > * {
793 width: 10%;
794 }
795 }
796 .getwid-columns-11 > * {
797 padding-right: 30px;
798 padding-left: 30px;
799 margin-left: 0;
800 margin-right: 0;
801 width: 100%;
802 }
803 @media screen and (min-width: 992px) {
804 .getwid-columns-11 > * {
805 width: 9.0909090909%;
806 }
807 }
808 .getwid-columns-12 > * {
809 padding-right: 30px;
810 padding-left: 30px;
811 margin-left: 0;
812 margin-right: 0;
813 width: 100%;
814 }
815 @media screen and (min-width: 992px) {
816 .getwid-columns-12 > * {
817 width: 8.3333333333%;
818 }
819 }
820 .getwid-columns > * {
821 box-sizing: border-box;
822 }
823
824 @media screen and (min-width: 992px) {
825 .getwid-hide-desktop {
826 display: none;
827 }
828 }
829
830 @media screen and (min-width: 768px) and (max-width: 991px) {
831 .getwid-hide-tablet {
832 display: none;
833 }
834 }
835
836 @media screen and (max-width: 767px) {
837 .getwid-hide-mobile {
838 display: none;
839 }
840 }
841
842 .getwid-padding-top-small {
843 padding-top: 10px;
844 }
845
846 .getwid-padding-top-medium {
847 padding-top: 25px;
848 }
849
850 .getwid-padding-top-normal {
851 padding-top: 40px;
852 }
853
854 .getwid-padding-top-large {
855 padding-top: 60px;
856 }
857
858 .getwid-padding-top-none {
859 padding-top: 0 !important;
860 }
861
862 .getwid-padding-bottom-small {
863 padding-bottom: 10px;
864 }
865
866 .getwid-padding-bottom-medium {
867 padding-bottom: 25px;
868 }
869
870 .getwid-padding-bottom-normal {
871 padding-bottom: 40px;
872 }
873
874 .getwid-padding-bottom-large {
875 padding-bottom: 60px;
876 }
877
878 .getwid-padding-bottom-none {
879 padding-bottom: 0 !important;
880 }
881
882 .getwid-padding-left-small {
883 padding-right: 10px;
884 }
885
886 .getwid-padding-left-medium {
887 padding-right: 25px;
888 }
889
890 .getwid-padding-left-normal {
891 padding-right: 40px;
892 }
893
894 .getwid-padding-left-large {
895 padding-right: 60px;
896 }
897
898 .getwid-padding-left-none {
899 padding-right: 0 !important;
900 }
901
902 .getwid-padding-right-small {
903 padding-left: 10px;
904 }
905
906 .getwid-padding-right-medium {
907 padding-left: 25px;
908 }
909
910 .getwid-padding-right-normal {
911 padding-left: 40px;
912 }
913
914 .getwid-padding-right-large {
915 padding-left: 60px;
916 }
917
918 .getwid-padding-right-none {
919 padding-left: 0 !important;
920 }
921
922 @media screen and (max-width: 991px) {
923 .getwid-padding-tablet-top-small {
924 padding-top: 10px !important;
925 }
926 }
927
928 @media screen and (max-width: 991px) {
929 .getwid-padding-tablet-top-medium {
930 padding-top: 25px !important;
931 }
932 }
933
934 @media screen and (max-width: 991px) {
935 .getwid-padding-tablet-top-normal {
936 padding-top: 40px !important;
937 }
938 }
939
940 @media screen and (max-width: 991px) {
941 .getwid-padding-tablet-top-large {
942 padding-top: 60px !important;
943 }
944 }
945
946 @media screen and (max-width: 991px) {
947 .getwid-padding-tablet-top-none {
948 padding-top: 0 !important;
949 }
950 }
951
952 @media screen and (max-width: 991px) {
953 .getwid-padding-tablet-bottom-small {
954 padding-bottom: 10px !important;
955 }
956 }
957
958 @media screen and (max-width: 991px) {
959 .getwid-padding-tablet-bottom-medium {
960 padding-bottom: 25px !important;
961 }
962 }
963
964 @media screen and (max-width: 991px) {
965 .getwid-padding-tablet-bottom-normal {
966 padding-bottom: 40px !important;
967 }
968 }
969
970 @media screen and (max-width: 991px) {
971 .getwid-padding-tablet-bottom-large {
972 padding-bottom: 60px !important;
973 }
974 }
975
976 @media screen and (max-width: 991px) {
977 .getwid-padding-tablet-bottom-none {
978 padding-bottom: 0 !important;
979 }
980 }
981
982 @media screen and (max-width: 991px) {
983 .getwid-padding-tablet-left-small {
984 padding-right: 10px !important;
985 }
986 }
987
988 @media screen and (max-width: 991px) {
989 .getwid-padding-tablet-left-medium {
990 padding-right: 25px !important;
991 }
992 }
993
994 @media screen and (max-width: 991px) {
995 .getwid-padding-tablet-left-normal {
996 padding-right: 40px !important;
997 }
998 }
999
1000 @media screen and (max-width: 991px) {
1001 .getwid-padding-tablet-left-large {
1002 padding-right: 60px !important;
1003 }
1004 }
1005
1006 @media screen and (max-width: 991px) {
1007 .getwid-padding-tablet-left-none {
1008 padding-right: 0 !important;
1009 }
1010 }
1011
1012 @media screen and (max-width: 991px) {
1013 .getwid-padding-tablet-right-small {
1014 padding-left: 10px !important;
1015 }
1016 }
1017
1018 @media screen and (max-width: 991px) {
1019 .getwid-padding-tablet-right-medium {
1020 padding-left: 25px !important;
1021 }
1022 }
1023
1024 @media screen and (max-width: 991px) {
1025 .getwid-padding-tablet-right-normal {
1026 padding-left: 40px !important;
1027 }
1028 }
1029
1030 @media screen and (max-width: 991px) {
1031 .getwid-padding-tablet-right-large {
1032 padding-left: 60px !important;
1033 }
1034 }
1035
1036 @media screen and (max-width: 991px) {
1037 .getwid-padding-tablet-right-none {
1038 padding-left: 0 !important;
1039 }
1040 }
1041
1042 @media screen and (max-width: 767px) {
1043 .getwid-padding-mobile-top-small {
1044 padding-top: 10px !important;
1045 }
1046 }
1047
1048 @media screen and (max-width: 767px) {
1049 .getwid-padding-mobile-top-medium {
1050 padding-top: 25px !important;
1051 }
1052 }
1053
1054 @media screen and (max-width: 767px) {
1055 .getwid-padding-mobile-top-normal {
1056 padding-top: 40px !important;
1057 }
1058 }
1059
1060 @media screen and (max-width: 767px) {
1061 .getwid-padding-mobile-top-large {
1062 padding-top: 60px !important;
1063 }
1064 }
1065
1066 @media screen and (max-width: 767px) {
1067 .getwid-padding-mobile-top-none {
1068 padding-top: 0 !important;
1069 }
1070 }
1071
1072 @media screen and (max-width: 767px) {
1073 .getwid-padding-mobile-bottom-small {
1074 padding-bottom: 10px !important;
1075 }
1076 }
1077
1078 @media screen and (max-width: 767px) {
1079 .getwid-padding-mobile-bottom-medium {
1080 padding-bottom: 25px !important;
1081 }
1082 }
1083
1084 @media screen and (max-width: 767px) {
1085 .getwid-padding-mobile-bottom-normal {
1086 padding-bottom: 40px !important;
1087 }
1088 }
1089
1090 @media screen and (max-width: 767px) {
1091 .getwid-padding-mobile-bottom-large {
1092 padding-bottom: 60px !important;
1093 }
1094 }
1095
1096 @media screen and (max-width: 767px) {
1097 .getwid-padding-mobile-bottom-none {
1098 padding-bottom: 0 !important;
1099 }
1100 }
1101
1102 @media screen and (max-width: 767px) {
1103 .getwid-padding-mobile-left-small {
1104 padding-right: 10px !important;
1105 }
1106 }
1107
1108 @media screen and (max-width: 767px) {
1109 .getwid-padding-mobile-left-medium {
1110 padding-right: 25px !important;
1111 }
1112 }
1113
1114 @media screen and (max-width: 767px) {
1115 .getwid-padding-mobile-left-normal {
1116 padding-right: 40px !important;
1117 }
1118 }
1119
1120 @media screen and (max-width: 767px) {
1121 .getwid-padding-mobile-left-large {
1122 padding-right: 60px !important;
1123 }
1124 }
1125
1126 @media screen and (max-width: 767px) {
1127 .getwid-padding-mobile-left-none {
1128 padding-right: 0 !important;
1129 }
1130 }
1131
1132 @media screen and (max-width: 767px) {
1133 .getwid-padding-mobile-right-small {
1134 padding-left: 10px !important;
1135 }
1136 }
1137
1138 @media screen and (max-width: 767px) {
1139 .getwid-padding-mobile-right-medium {
1140 padding-left: 25px !important;
1141 }
1142 }
1143
1144 @media screen and (max-width: 767px) {
1145 .getwid-padding-mobile-right-normal {
1146 padding-left: 40px !important;
1147 }
1148 }
1149
1150 @media screen and (max-width: 767px) {
1151 .getwid-padding-mobile-right-large {
1152 padding-left: 60px !important;
1153 }
1154 }
1155
1156 @media screen and (max-width: 767px) {
1157 .getwid-padding-mobile-right-none {
1158 padding-left: 0 !important;
1159 }
1160 }
1161
1162 .getwid-margin-top-small {
1163 margin-top: 10px !important;
1164 }
1165
1166 .getwid-margin-top-medium {
1167 margin-top: 25px !important;
1168 }
1169
1170 .getwid-margin-top-normal {
1171 margin-top: 40px !important;
1172 }
1173
1174 .getwid-margin-top-large {
1175 margin-top: 60px !important;
1176 }
1177
1178 .getwid-margin-top-none {
1179 margin-top: 0 !important;
1180 }
1181
1182 .getwid-margin-bottom-small {
1183 margin-bottom: 10px !important;
1184 }
1185
1186 .getwid-margin-bottom-medium {
1187 margin-bottom: 25px !important;
1188 }
1189
1190 .getwid-margin-bottom-normal {
1191 margin-bottom: 40px !important;
1192 }
1193
1194 .getwid-margin-bottom-large {
1195 margin-bottom: 60px !important;
1196 }
1197
1198 .getwid-margin-bottom-none {
1199 margin-bottom: 0 !important;
1200 }
1201
1202 .getwid-margin-left-small {
1203 margin-right: 10px;
1204 }
1205
1206 .getwid-margin-left-medium {
1207 margin-right: 25px;
1208 }
1209
1210 .getwid-margin-left-normal {
1211 margin-right: 40px;
1212 }
1213
1214 .getwid-margin-left-large {
1215 margin-right: 60px;
1216 }
1217
1218 .getwid-margin-left-none {
1219 margin-right: 0 !important;
1220 }
1221
1222 .getwid-margin-right-small {
1223 margin-left: 10px;
1224 }
1225
1226 .getwid-margin-right-medium {
1227 margin-left: 25px;
1228 }
1229
1230 .getwid-margin-right-normal {
1231 margin-left: 40px;
1232 }
1233
1234 .getwid-margin-right-large {
1235 margin-left: 60px;
1236 }
1237
1238 .getwid-margin-right-none {
1239 margin-left: 0 !important;
1240 }
1241
1242 @media screen and (max-width: 991px) {
1243 .getwid-margin-tablet-top-small {
1244 margin-top: 10px !important;
1245 }
1246 }
1247
1248 @media screen and (max-width: 991px) {
1249 .getwid-margin-tablet-top-medium {
1250 margin-top: 25px !important;
1251 }
1252 }
1253
1254 @media screen and (max-width: 991px) {
1255 .getwid-margin-tablet-top-normal {
1256 margin-top: 40px !important;
1257 }
1258 }
1259
1260 @media screen and (max-width: 991px) {
1261 .getwid-margin-tablet-top-large {
1262 margin-top: 60px !important;
1263 }
1264 }
1265
1266 @media screen and (max-width: 991px) {
1267 .getwid-margin-tablet-top-none {
1268 margin-top: 0 !important;
1269 }
1270 }
1271
1272 @media screen and (max-width: 991px) {
1273 .getwid-margin-tablet-bottom-small {
1274 margin-bottom: 10px !important;
1275 }
1276 }
1277
1278 @media screen and (max-width: 991px) {
1279 .getwid-margin-tablet-bottom-medium {
1280 margin-bottom: 25px !important;
1281 }
1282 }
1283
1284 @media screen and (max-width: 991px) {
1285 .getwid-margin-tablet-bottom-normal {
1286 margin-bottom: 40px !important;
1287 }
1288 }
1289
1290 @media screen and (max-width: 991px) {
1291 .getwid-margin-tablet-bottom-large {
1292 margin-bottom: 60px !important;
1293 }
1294 }
1295
1296 @media screen and (max-width: 991px) {
1297 .getwid-margin-tablet-bottom-none {
1298 margin-bottom: 0 !important;
1299 }
1300 }
1301
1302 @media screen and (max-width: 991px) {
1303 .getwid-margin-tablet-left-small {
1304 margin-right: 10px !important;
1305 }
1306 }
1307
1308 @media screen and (max-width: 991px) {
1309 .getwid-margin-tablet-left-medium {
1310 margin-right: 25px !important;
1311 }
1312 }
1313
1314 @media screen and (max-width: 991px) {
1315 .getwid-margin-tablet-left-normal {
1316 margin-right: 40px !important;
1317 }
1318 }
1319
1320 @media screen and (max-width: 991px) {
1321 .getwid-margin-tablet-left-large {
1322 margin-right: 60px !important;
1323 }
1324 }
1325
1326 @media screen and (max-width: 991px) {
1327 .getwid-margin-tablet-left-none {
1328 margin-right: 0 !important;
1329 }
1330 }
1331
1332 @media screen and (max-width: 991px) {
1333 .getwid-margin-tablet-right-small {
1334 margin-left: 10px !important;
1335 }
1336 }
1337
1338 @media screen and (max-width: 991px) {
1339 .getwid-margin-tablet-right-medium {
1340 margin-left: 25px !important;
1341 }
1342 }
1343
1344 @media screen and (max-width: 991px) {
1345 .getwid-margin-tablet-right-normal {
1346 margin-left: 40px !important;
1347 }
1348 }
1349
1350 @media screen and (max-width: 991px) {
1351 .getwid-margin-tablet-right-large {
1352 margin-left: 60px !important;
1353 }
1354 }
1355
1356 @media screen and (max-width: 991px) {
1357 .getwid-margin-tablet-right-none {
1358 margin-left: 0 !important;
1359 }
1360 }
1361
1362 @media screen and (max-width: 767px) {
1363 .getwid-margin-mobile-top-small {
1364 margin-top: 10px !important;
1365 }
1366 }
1367
1368 @media screen and (max-width: 767px) {
1369 .getwid-margin-mobile-top-medium {
1370 margin-top: 25px !important;
1371 }
1372 }
1373
1374 @media screen and (max-width: 767px) {
1375 .getwid-margin-mobile-top-normal {
1376 margin-top: 40px !important;
1377 }
1378 }
1379
1380 @media screen and (max-width: 767px) {
1381 .getwid-margin-mobile-top-large {
1382 margin-top: 60px !important;
1383 }
1384 }
1385
1386 @media screen and (max-width: 767px) {
1387 .getwid-margin-mobile-top-none {
1388 margin-top: 0 !important;
1389 }
1390 }
1391
1392 @media screen and (max-width: 767px) {
1393 .getwid-margin-mobile-bottom-small {
1394 margin-bottom: 10px !important;
1395 }
1396 }
1397
1398 @media screen and (max-width: 767px) {
1399 .getwid-margin-mobile-bottom-medium {
1400 margin-bottom: 25px !important;
1401 }
1402 }
1403
1404 @media screen and (max-width: 767px) {
1405 .getwid-margin-mobile-bottom-normal {
1406 margin-bottom: 40px !important;
1407 }
1408 }
1409
1410 @media screen and (max-width: 767px) {
1411 .getwid-margin-mobile-bottom-large {
1412 margin-bottom: 60px !important;
1413 }
1414 }
1415
1416 @media screen and (max-width: 767px) {
1417 .getwid-margin-mobile-bottom-none {
1418 margin-bottom: 0 !important;
1419 }
1420 }
1421
1422 @media screen and (max-width: 767px) {
1423 .getwid-margin-mobile-left-small {
1424 margin-right: 10px !important;
1425 }
1426 }
1427
1428 @media screen and (max-width: 767px) {
1429 .getwid-margin-mobile-left-medium {
1430 margin-right: 25px !important;
1431 }
1432 }
1433
1434 @media screen and (max-width: 767px) {
1435 .getwid-margin-mobile-left-normal {
1436 margin-right: 40px !important;
1437 }
1438 }
1439
1440 @media screen and (max-width: 767px) {
1441 .getwid-margin-mobile-left-large {
1442 margin-right: 60px !important;
1443 }
1444 }
1445
1446 @media screen and (max-width: 767px) {
1447 .getwid-margin-mobile-left-none {
1448 margin-right: 0 !important;
1449 }
1450 }
1451
1452 @media screen and (max-width: 767px) {
1453 .getwid-margin-mobile-right-small {
1454 margin-left: 10px !important;
1455 }
1456 }
1457
1458 @media screen and (max-width: 767px) {
1459 .getwid-margin-mobile-right-medium {
1460 margin-left: 25px !important;
1461 }
1462 }
1463
1464 @media screen and (max-width: 767px) {
1465 .getwid-margin-mobile-right-normal {
1466 margin-left: 40px !important;
1467 }
1468 }
1469
1470 @media screen and (max-width: 767px) {
1471 .getwid-margin-mobile-right-large {
1472 margin-left: 60px !important;
1473 }
1474 }
1475
1476 @media screen and (max-width: 767px) {
1477 .getwid-margin-mobile-right-none {
1478 margin-left: 0 !important;
1479 }
1480 }
1481
1482 @media screen and (min-width: 768px) and (max-width: 991px) {
1483 .getwid-reset-min-height-tablet {
1484 min-height: auto !important;
1485 }
1486 }
1487
1488 @media screen and (max-width: 767px) {
1489 .getwid-reset-min-height-mobile {
1490 min-height: auto !important;
1491 }
1492 }
1493
1494 @media screen and (min-width: 768px) and (max-width: 991px) {
1495 .getwid-reset-height-tablet {
1496 height: auto !important;
1497 }
1498 }
1499
1500 @media screen and (max-width: 767px) {
1501 .getwid-reset-height-mobile {
1502 height: auto !important;
1503 }
1504 }
1505
1506 .getwid-align-items-flex-start {
1507 align-items: flex-start;
1508 }
1509
1510 .getwid-align-items-center {
1511 align-items: center;
1512 }
1513
1514 .getwid-align-items-flex-end {
1515 align-items: flex-end;
1516 }
1517
1518 @media screen and (max-width: 991px) {
1519 .getwid-align-items-tablet-flex-start {
1520 align-items: flex-start;
1521 }
1522 }
1523
1524 @media screen and (max-width: 991px) {
1525 .getwid-align-items-tablet-center {
1526 align-items: center;
1527 }
1528 }
1529
1530 @media screen and (max-width: 991px) {
1531 .getwid-align-items-tablet-flex-end {
1532 align-items: flex-end;
1533 }
1534 }
1535
1536 @media screen and (max-width: 767px) {
1537 .getwid-align-items-mobile-flex-start {
1538 align-items: flex-start;
1539 }
1540 }
1541
1542 @media screen and (max-width: 767px) {
1543 .getwid-align-items-mobile-center {
1544 align-items: center;
1545 }
1546 }
1547
1548 @media screen and (max-width: 767px) {
1549 .getwid-align-items-mobile-flex-end {
1550 align-items: flex-end;
1551 }
1552 }
1553
1554 .getwid-justify-content-flex-start {
1555 justify-content: flex-start;
1556 }
1557
1558 .getwid-justify-content-center {
1559 justify-content: center;
1560 }
1561
1562 .getwid-justify-content-flex-end {
1563 justify-content: flex-end;
1564 }
1565
1566 @media screen and (max-width: 991px) {
1567 .getwid-justify-content-tablet-flex-start {
1568 justify-content: flex-start;
1569 }
1570 }
1571
1572 @media screen and (max-width: 991px) {
1573 .getwid-justify-content-tablet-center {
1574 justify-content: center;
1575 }
1576 }
1577
1578 @media screen and (max-width: 991px) {
1579 .getwid-justify-content-tablet-flex-end {
1580 justify-content: flex-end;
1581 }
1582 }
1583
1584 @media screen and (max-width: 767px) {
1585 .getwid-justify-content-mobile-flex-start {
1586 justify-content: flex-start;
1587 }
1588 }
1589
1590 @media screen and (max-width: 767px) {
1591 .getwid-justify-content-mobile-center {
1592 justify-content: center;
1593 }
1594 }
1595
1596 @media screen and (max-width: 767px) {
1597 .getwid-justify-content-mobile-flex-end {
1598 justify-content: flex-end;
1599 }
1600 }
1601
1602 .getwid-icon {
1603 font-style: normal;
1604 }
1605 .getwid-icon-like {
1606 font-family: "Font Awesome 5 Free";
1607 font-weight: 900;
1608 }
1609 .getwid-icon-like:before {
1610 content: "\f004";
1611 }
1612 .getwid-icon-comment {
1613 font-family: "Font Awesome 5 Free";
1614 font-weight: 900;
1615 }
1616 .getwid-icon-comment:before {
1617 content: "\f075";
1618 }
1619
1620 .getwid-opacity-0 {
1621 opacity: 0;
1622 }
1623
1624 .getwid-opacity-5 {
1625 opacity: 0.05;
1626 }
1627
1628 .getwid-opacity-10 {
1629 opacity: 0.1;
1630 }
1631
1632 .getwid-opacity-15 {
1633 opacity: 0.15;
1634 }
1635
1636 .getwid-opacity-20 {
1637 opacity: 0.2;
1638 }
1639
1640 .getwid-opacity-25 {
1641 opacity: 0.25;
1642 }
1643
1644 .getwid-opacity-30 {
1645 opacity: 0.3;
1646 }
1647
1648 .getwid-opacity-35 {
1649 opacity: 0.35;
1650 }
1651
1652 .getwid-opacity-40 {
1653 opacity: 0.4;
1654 }
1655
1656 .getwid-opacity-45 {
1657 opacity: 0.45;
1658 }
1659
1660 .getwid-opacity-50 {
1661 opacity: 0.5;
1662 }
1663
1664 .getwid-opacity-55 {
1665 opacity: 0.55;
1666 }
1667
1668 .getwid-opacity-60 {
1669 opacity: 0.6;
1670 }
1671
1672 .getwid-opacity-65 {
1673 opacity: 0.65;
1674 }
1675
1676 .getwid-opacity-70 {
1677 opacity: 0.7;
1678 }
1679
1680 .getwid-opacity-75 {
1681 opacity: 0.75;
1682 }
1683
1684 .getwid-opacity-80 {
1685 opacity: 0.8;
1686 }
1687
1688 .getwid-opacity-85 {
1689 opacity: 0.85;
1690 }
1691
1692 .getwid-opacity-90 {
1693 opacity: 0.9;
1694 }
1695
1696 .getwid-opacity-95 {
1697 opacity: 0.95;
1698 }
1699
1700 .getwid-opacity-100 {
1701 opacity: 1;
1702 }