PluginProbe ʕ •ᴥ•ʔ
Smash Balloon Social Post Feed – Simple Social Feeds for WordPress / 4.9.0
Smash Balloon Social Post Feed – Simple Social Feeds for WordPress v4.9.0
4.12.0 4.10.0 4.9.0 4.8.1 trunk 1.0 1.1 1.12.1 1.2.3 1.2.4 1.2.5 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.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.5 1.5.1 1.5.2 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.4.1 1.6.5 1.6.5.1 1.6.6 1.6.6.1 1.6.6.2 1.6.6.3 1.6.7 1.6.7.1 1.6.8 1.6.8.1 1.6.8.2 1.7.0 1.7.1 1.7.2 1.8.0 1.8.1 1.8.2 1.8.2.1 1.8.2.2 1.8.2.3 1.9.0 1.9.1 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.8.1 1.9.9 1.9.9.1 1.9.9.2 1.9.9.3 2.0 2.0.1 2.1 2.1.1 2.1.2 2.1.3 2.10 2.11 2.11.1 2.12 2.12.1 2.12.2 2.12.3 2.12.4 2.13 2.14 2.14.1 2.15 2.15.1 2.16 2.16.1 2.17 2.17.1 2.18 2.18.1 2.18.2 2.18.3 2.19 2.19.1 2.19.2 2.19.3 2.2 2.2.1 2.3 2.3.1 2.3.10 2.3.2 2.3.3 2.3.4 2.3.6 2.3.7 2.3.8 2.3.9 2.4 2.4.1 2.4.1.1 2.4.1.2 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.5 2.5.1 2.5.2 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.7 2.7.1 2.7.2 2.8 2.9 2.9.1 4.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.1 4.1.1 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2 4.2.1 4.2.2 4.2.3 4.2.4 4.2.5 4.2.6 4.3.0 4.3.1 4.3.2 4.3.3 4.3.4 4.7.5 4.7.6 4.7.7
custom-facebook-feed / assets / css / cff-style.css
custom-facebook-feed / assets / css Last commit date
cff-blocks.css 1 month ago cff-style.css 1 month ago cff-style.min.css 1 month ago font-awesome.min.css 1 month ago
cff-style.css
1331 lines
1 .cff-wrapper:after {
2 content: "";
3 display: table;
4 clear: both;
5 }
6
7 #cff {
8 float: left;
9 width: 100%;
10 margin: 0 auto;
11 padding: 0;
12 -webkit-box-sizing: border-box;
13 -moz-box-sizing: border-box;
14 box-sizing: border-box;
15 }
16
17 .cff-wrapper-ctn {
18 overflow: hidden;
19 box-sizing: border-box;
20 }
21
22 .cff-wrapper-ctn.cff-wrapper-fixed-height {
23 overflow: auto;
24 overflow-x: hidden;
25 }
26
27 #cff .cff-masonry-posts,
28 #cff .cff-posts-wrap,
29 .cff-wrapper-ctn {
30 position: relative;
31 clear: both;
32 height: 100%;
33 top: 0;
34 bottom: 0;
35 width: 100%;
36 }
37
38 #cff .cff-posts-wrap-box-shadow {
39 padding: 5px;
40 }
41
42 #cff .cff-item {
43 float: left;
44 width: 100%;
45 clear: both;
46 padding: 20px 0 15px 0;
47 margin: 0;
48 border-bottom: 1px solid #ddd;
49 }
50
51 #cff .cff-item:first-child {
52 padding-top: 0;
53 }
54
55 #cff .cff-item.cff-box,
56 #cff .cff-item.cff-box:first-child {
57 padding: 15px;
58 margin: 8px 0;
59 background: rgba(255, 255, 255, 0.5);
60 border: none;
61 -webkit-box-sizing: border-box;
62 -moz-box-sizing: border-box;
63 box-sizing: border-box;
64 }
65
66 #cff .cff-item.cff-box:first-child {
67 margin-top: 0;
68 }
69
70 #cff .cff-item.cff-box:last-child {
71 margin-bottom: 0;
72 }
73
74 #cff .cff-item.cff-shadow {
75 box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
76 -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
77 -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
78 }
79
80 .cff-header {
81 width: 100%;
82 margin: 0 0 15px 0;
83 padding: 0;
84 line-height: 1;
85 -webkit-box-sizing: border-box;
86 box-sizing: border-box;
87 display: flex;
88 align-items: center;
89 }
90
91 .cff-header .fa,
92 .cff-header svg {
93 margin: 0 10px 0 0;
94 padding: 0;
95 }
96
97 .cff-visual-header {
98 margin-bottom: 24px !important;
99 }
100
101 .cff-visual-header .cff-header-hero {
102 width: 100%;
103 height: 300px;
104 position: relative;
105 overflow: hidden;
106 }
107
108 .cff-visual-header .cff-header-hero img {
109 width: 100%;
110 display: none;
111 }
112
113 .cff-visual-header .cff-likes-box {
114 position: absolute;
115 bottom: 10px;
116 right: 10px;
117 padding: 5px;
118 background: #eee;
119 line-height: 1;
120 border-radius: 2px;
121 color: #445790;
122 }
123
124 .cff-visual-header .cff-likes-box .cff-square-logo {
125 float: left;
126 display: inline-block;
127 line-height: 0;
128 }
129
130 .cff-visual-header .cff-likes-box .cff-square-logo svg {
131 width: 18px;
132 vertical-align: top;
133 }
134
135 .cff-visual-header .cff-likes-box .cff-likes-count {
136 float: left;
137 display: inline-block;
138 margin-left: 8px;
139 vertical-align: top;
140 font-size: 15px;
141 line-height: 20px;
142 }
143
144 .cff-visual-header .cff-header-inner-wrap {
145 position: relative;
146 display: block;
147 text-decoration: none !important;
148 }
149
150 .cff-visual-header .cff-header-inner-wrap a {
151 color: inherit !important;
152 border: 0;
153 }
154
155 .cff-visual-header .cff-header-img img {
156 display: block;
157 width: 100px;
158 border-radius: 3px;
159 padding: 0;
160 margin: 0;
161 }
162
163 .cff-visual-header.cff-has-cover .cff-header-img img {
164 border: 2px solid #fff;
165 }
166
167 .cff-visual-header .cff-header-img {
168 position: absolute;
169 display: inline-block;
170 line-height: 1;
171 }
172
173 .cff-visual-header.cff-has-cover .cff-header-img {
174 top: -25px;
175 left: 10px;
176 }
177
178 .cff-visual-header .cff-header-text {
179 display: inline-block;
180 float: left;
181 margin: 20px 0 0 120px;
182 }
183
184 #cff .cff-visual-header .cff-header-text h3,
185 .cff-visual-header .cff-header-text h3 {
186 display: inline-block!important;
187 width: auto!important;
188 margin: 0 8px 0 0!important;
189 padding: 0!important;
190 font-size: 1.2em!important;
191 line-height: 1.2em!important;
192 }
193
194 .cff-visual-header .cff-header-text {
195 padding-top: 10px;
196 margin: 0;
197 }
198
199 .cff-visual-header.cff-has-name {
200 min-height: 100px;
201 }
202
203 .cff-visual-header.cff-has-cover.cff-has-name .cff-header-text {
204 min-height: 75px;
205 }
206
207 .cff-visual-header.cff-has-name .cff-header-text {
208 margin-left: 120px !important;
209 }
210
211 .cff-visual-header.cff-has-cover.cff-has-name .cff-header-text {
212 margin-left: 125px !important;
213 }
214
215 .cff-visual-header.cff-has-name .cff-header-text {
216 padding-top: 30px;
217 }
218
219 .cff-visual-header.cff-has-name.cff-has-about .cff-header-text,
220 .cff-visual-header.cff-has-name.cff-has-cover .cff-header-text {
221 padding-top: 10px !important;
222 }
223
224 #cff .cff-visual-header .cff-header-inner-wrap .cff-bio,
225 .cff-visual-header .cff-header-inner-wrap .cff-bio {
226 display: block;
227 width: 100%;
228 clear: both;
229 margin: 3px 0 0 0;
230 padding: 0;
231 line-height: 1.2em;
232 }
233
234 .cff-visual-header .cff-header-name {
235 float: left;
236 padding: 0 5px 2px 0!important;
237 }
238
239 .cff-visual-header .cff-bio-info {
240 font-size: 0.9em;
241 line-height: 1.7;
242 }
243
244 .cff-visual-header .cff-bio-info svg {
245 display: inline-block;
246 width: 1em;
247 vertical-align: middle;
248 position: relative;
249 top: -2px;
250 }
251
252 .cff-posts-count svg {
253 padding-right: 3px;
254 }
255
256 .cff-header-inner-wrap:after,
257 .cff-header-text:after {
258 display: table;
259 clear: both;
260 content: " ";
261 }
262
263 #cff .cff-less {
264 display: none;
265 }
266
267 #cff.cff-default-styles a {
268 text-decoration: none;
269 }
270
271 #cff.cff-default-styles a:focus,
272 #cff.cff-default-styles a:hover {
273 text-decoration: underline;
274 }
275
276 #cff .cff-post-text-link {
277 display: block;
278 }
279
280 .cff-post-text {
281 width: 100%;
282 float: left;
283 }
284
285 #cff .cff-post-desc,
286 #cff h3,
287 #cff h4,
288 #cff h5,
289 #cff h6,
290 #cff p {
291 float: left;
292 width: 100%;
293 clear: both;
294 padding: 0;
295 margin: 5px 0;
296 word-wrap: break-word;
297 }
298
299 #cff.cff-default-styles .cff-post-desc,
300 #cff.cff-default-styles h3,
301 #cff.cff-default-styles h4,
302 #cff.cff-default-styles h5,
303 #cff.cff-default-styles h6,
304 #cff.cff-default-styles p {
305 line-height: 1.4;
306 }
307
308 #cff .cff-date {
309 float: left;
310 min-width: 50px;
311 width: auto;
312 }
313
314 #cff.cff-default-styles .cff-date {
315 font-size: 11px;
316 }
317
318 #cff .cff-author {
319 float: left;
320 clear: both;
321 margin: 0 0 15px 0;
322 padding: 0;
323 line-height: 1.2;
324 width: 100%;
325 }
326
327 #cff .cff-author a {
328 text-decoration: none;
329 border: none;
330 }
331
332 #cff .cff-author-img {
333 float: left;
334 width: 40px;
335 height: 40px;
336 margin: 0 0 0 -100% !important;
337 font-size: 0;
338 background: #eee;
339 background: url(../img/cff-avatar.png) no-repeat;
340 background-size: 100%;
341 border-radius: 50%;
342 }
343
344 #cff .cff-author img {
345 float: left;
346 margin: 0 !important;
347 padding: 0 !important;
348 border: none !important;
349 font-size: 0;
350 border-radius: 50%;
351 }
352
353 #cff .cff-author-img.cff-no-consent img {
354 display: none;
355 }
356
357 .cff-no-consent .cff-header-text {
358 margin-left: 0 !important;
359 }
360
361 .cff-no-consent .cff-header-hero,
362 .cff-no-consent .cff-header-img {
363 display: none !important;
364 }
365
366 #cff .cff-author .cff-author-text span.cff-page-name {
367 display: table-cell;
368 vertical-align: middle;
369 height: 40px;
370 margin: 0;
371 font-weight: 700;
372 padding-left: 50px;
373 float: none;
374 }
375
376 #cff .cff-author .cff-story {
377 font-weight: 400;
378 }
379
380 #cff.cff-default-styles .cff-author a {
381 text-decoration: none;
382 }
383
384 #cff .cff-author.cff-no-author-info .cff-date {
385 margin-top: 12px !important;
386 }
387
388 #cff .cff-author.cff-no-author-info .cff-author-img {
389 width: 40px;
390 height: 40px;
391 background: url(../img/cff-avatar.png) no-repeat;
392 margin: 0 !important;
393 }
394
395 #cff .cff-author .cff-author-text {
396 float: left;
397 width: 100%;
398 }
399
400 #cff .cff-author .cff-date,
401 #cff .cff-author .cff-page-name {
402 float: left;
403 clear: both;
404 width: auto;
405 margin: 0 0 0 50px !important;
406 }
407
408 #cff.cff-default-styles .cff-author .cff-author-text * {
409 font-weight: 700;
410 line-height: 1.2;
411 }
412
413 #cff .cff-author .cff-date {
414 color: #9197a3;
415 font-size: 11px;
416 margin-top: 2px !important;
417 margin-bottom: 0 !important;
418 }
419
420 #cff.cff-default-styles .cff-author .cff-date {
421 font-weight: 400;
422 }
423
424 #cff .cff-author .cff-page-name.cff-author-date {
425 float: left;
426 padding: 3px 0 0 0;
427 font-size: 14px;
428 }
429
430 #cff .cff-cta-link a,
431 .cff-media-link .fa {
432 display: inline-block;
433 width: auto;
434 padding: 5px 7px 5px 6px;
435 margin-right: 6px;
436 border: 1px solid #eee;
437 border: 1px solid rgba(0, 0, 0, 0.1);
438 border-radius: 3px;
439 background: rgba(0, 0, 0, 0.02);
440 }
441
442 #cff .cff-cta-link a:hover,
443 .cff-media-link .fa:hover {
444 background: #f9f9f9;
445 background: rgba(0, 0, 0, 0.03);
446 text-decoration: none;
447 }
448
449 #cff .cff-cta-link a {
450 padding: 5px 15px;
451 }
452
453 #cff .cff-break-word {
454 word-break: break-all;
455 }
456
457 #cff .cff-expand {
458 display: none;
459 }
460
461 #cff.cff-default-styles .cff-expand a {
462 font-size: 11px;
463 font-weight: 400;
464 }
465
466 #cff .cff-shared-link {
467 float: left;
468 clear: both;
469 width: 100%;
470 padding: 5px 10px;
471 margin: 10px 0 5px 0;
472 background: rgba(0, 0, 0, 0.02);
473 border: 1px solid rgba(0, 0, 0, 0.07);
474 box-sizing: border-box;
475 }
476
477 #cff .cff-no-styles {
478 background: 0 0;
479 border: none;
480 padding: 0;
481 }
482
483 #cff .cff-link {
484 float: left;
485 clear: both;
486 max-width: 20%;
487 margin: 10px 0 0 0;
488 }
489
490 #cff .cff-link img {
491 max-width: 100%;
492 }
493
494 #cff .cff-link-title {
495 float: left;
496 clear: both;
497 width: 100%;
498 display: block;
499 }
500
501 #cff.cff-default-styles .cff-link-title {
502 font-weight: 700;
503 }
504
505 #cff p.cff-link-title {
506 margin: 5px 0 0 0;
507 }
508
509 #cff .cff-text-link {
510 float: left;
511 clear: none;
512 width: 72%;
513 margin-left: 3%;
514 padding: 0 0 5px 0;
515 }
516
517 #cff .cff-link-caption {
518 margin: 0;
519 }
520
521 #cff.cff-default-styles .cff-link-caption {
522 font-size: 12px;
523 }
524
525 #cff .cff-text-link.cff-no-image {
526 width: 100%;
527 margin-left: 0;
528 }
529
530 #cff .cff-post-desc {
531 margin: 5px 0 0 0;
532 }
533
534 #cff .cff-details {
535 float: left;
536 clear: none;
537 width: 100%;
538 margin: 0;
539 padding: 0;
540 }
541
542 #cff .cff-details h5 {
543 margin: 0 0 5px 0;
544 }
545
546 #cff.cff-default-styles .cff-details h5 {
547 padding: 0;
548 font-size: 16px;
549 }
550
551 #cff.cff-default-styles .cff-details p {
552 font-size: 14px;
553 }
554
555 #cff .cff-timeline-event .cff-date,
556 #cff .cff-timeline-event .cff-info,
557 #cff .cff-timeline-event .cff-timeline-event-title,
558 #cff .cff-timeline-event .cff-where {
559 display: block;
560 width: 100%;
561 clear: both;
562 }
563
564 #cff .cff-details .cff-info {
565 padding: 10px 0 0 0;
566 }
567
568 #cff.cff-default-styles .cff-details .cff-info {
569 line-height: 1.2;
570 }
571
572 #cff .cff-desc-wrap {
573 float: left;
574 width: 100%;
575 }
576
577 #cff .cff-note-title {
578 display: block;
579 font-weight: 700;
580 padding-bottom: 5px;
581 }
582
583 #cff .cff-post-links {
584 float: left;
585 clear: none;
586 padding: 5px 0 0 0;
587 margin: 0;
588 }
589
590 #cff.cff-default-styles .cff-post-links {
591 font-size: 11px;
592 }
593
594 #cff .cff-post-links.cff-left {
595 float: left;
596 margin: 8px 0;
597 }
598
599 #cff.cff-default-styles .cff-post-links a {
600 font-size: 11px;
601 }
602
603 #cff .cff-post-links a:first-child {
604 padding-left: 0;
605 margin: 0;
606 }
607
608 #cff .cff-dot {
609 padding: 0 5px;
610 }
611
612 #cff .cff-share-container {
613 position: relative;
614 display: inline;
615 }
616
617 #cff .cff-share-tooltip {
618 display: none;
619 position: absolute;
620 z-index: 1000;
621 bottom: 22px;
622 right: -40px;
623 width: 110px;
624 padding: 3px 5px 4px 5px;
625 margin: 0;
626 background: #333;
627 color: #eee;
628 font-size: 12px;
629 line-height: 1.3;
630 -moz-border-radius: 4px;
631 -webkit-border-radius: 4px;
632 border-radius: 4px;
633 -webkit-box-sizing: border-box;
634 -moz-box-sizing: border-box;
635 box-sizing: border-box;
636 }
637
638 #cff .cff-share-tooltip .fa-play {
639 position: absolute;
640 font-size: 8px;
641 bottom: -6px;
642 left: 50%;
643 margin-left: -3px;
644 color: #333;
645 }
646
647 #cff .cff-share-tooltip a .fa,
648 #cff .cff-share-tooltip a svg {
649 font-size: 16px;
650 margin: 0;
651 padding: 5px;
652 }
653
654 #cff .cff-share-tooltip a {
655 display: block;
656 float: left;
657 margin: 0 !important;
658 padding: 0 !important;
659 color: #eee !important;
660 opacity: 0;
661 -moz-border-radius: 4px;
662 -webkit-border-radius: 4px;
663 border-radius: 4px;
664 }
665
666 #cff .cff-share-tooltip a:hover {
667 color: #fff !important;
668 }
669
670 #cff .cff-share-tooltip .cff-facebook-icon:hover {
671 background: #3b5998;
672 }
673
674 #cff .cff-share-tooltip .cff-twitter-icon:hover {
675 background: #00aced;
676 }
677
678 #cff .cff-share-tooltip .cff-google-icon:hover {
679 background: #dd4b39;
680 }
681
682 #cff .cff-share-tooltip .cff-linkedin-icon:hover {
683 background: #007bb6;
684 }
685
686 #cff .cff-share-tooltip .cff-pinterest-icon:hover {
687 background: #cb2027;
688 }
689
690 #cff .cff-share-tooltip .cff-email-icon:hover {
691 background: #dd4b39;
692 }
693
694 #cff .cff-share-tooltip a.cff-show {
695 opacity: 1;
696 transition: opacity 0.2s ease;
697 }
698
699 .cff-likebox {
700 float: left;
701 width: 100%;
702 position: relative;
703 margin: 20px 0 0 0;
704 }
705
706 .fb_iframe_widget {
707 border: none;
708 overflow: hidden;
709 }
710
711 .cff-likebox .fb_iframe_widget {
712 width: 100%;
713 }
714
715 .cff-likebox .fb_iframe_widget span {
716 width: 100% !important;
717 }
718
719 .cff-likebox .fb_iframe_widget iframe {
720 margin: 0;
721 position: relative;
722 top: 0;
723 left: 0;
724 width: 100% !important;
725 height: 100%;
726 }
727
728 .cff-likebox.cff-top.cff-outside {
729 margin-bottom: 10px;
730 }
731
732 .cff-likebox.cff-bottom.cff-outside {
733 margin-top: 10px;
734 }
735
736 #cff.cff-fixed-height {
737 padding: 5px 10px;
738 -webkit-box-sizing: border-box;
739 -moz-box-sizing: border-box;
740 box-sizing: border-box;
741 }
742
743 #cff .cff-error-msg {
744 display: none;
745 position: relative;
746 font-size: 12px;
747 font-family: sans-serif;
748 padding: 8px 12px;
749 border: 1px solid #ddd;
750 margin-bottom: 10px;
751 clear: both;
752 -webkit-border-radius: 3px;
753 -moz-border-radius: 3px;
754 -ms-border-radius: 3px;
755 -o-border-radius: 3px;
756 border-radius: 3px;
757 }
758
759 #cff .cff-error-msg p {
760 float: none;
761 }
762
763 #cff .cff-error-msg .cff_notice_dismiss {
764 position: absolute;
765 top: 4px;
766 right: 8px;
767 }
768
769 #cff #cff-error-reason {
770 display: none;
771 padding: 5px 0 0 0;
772 clear: both;
773 }
774
775 #cff.cff-default-styles .cff-credit {
776 font-size: 11px;
777 }
778
779 #cff.cff-default-styles .cff-credit a {
780 text-decoration: none;
781 }
782
783 #cff .cff-credit img {
784 float: left;
785 margin: -2px 5px 0 0;
786 }
787
788 #cff .cff-credit .fa {
789 padding-right: 5px;
790 font-size: 13px;
791 }
792
793 .cff-credit a {
794 display: flex;
795 align-items: center;
796 }
797
798 .cff-screenreader {
799 text-indent: -9999px !important;
800 display: block !important;
801 width: 0 !important;
802 height: 0 !important;
803 line-height: 0 !important;
804 }
805
806 @media all and (max-width: 640px) {
807 #cff.cff-width-resp {
808 width: 100% !important;
809 }
810
811 .cff-wrapper .cff-visual-header .cff-header-img img {
812 width: 80px;
813 }
814
815 .cff-wrapper .cff-visual-header.cff-has-name .cff-header-text {
816 margin-left: 95px;
817 }
818
819 .cff-wrapper .cff-visual-header.cff-has-cover.cff-has-name .cff-header-text {
820 margin-left: 105px;
821 }
822 }
823
824 #cff .cff-comment .cff-comment-text img,
825 #cff img.emoji,
826 #cff-lightbox-wrapper .cff-comment .cff-comment-text img,
827 #cff-lightbox-wrapper img.emoji {
828 float: none;
829 max-width: 100%;
830 }
831
832 #cff .cff-linebreak {
833 display: block;
834 height: 5px;
835 }
836
837 #cff.cff-masonry .cff-item.cff-box {
838 margin-left: 1.5%;
839 margin-right: 1.5%;
840 }
841
842 #cff.cff-masonry {
843 box-sizing: border-box;
844 }
845
846 #cff.cff-masonry .cff-item,
847 #cff.cff-masonry .cff-item:first-child {
848 padding-top: 20px;
849 margin-top: 0;
850 }
851
852 #cff.cff-masonry .cff-item,
853 #cff.cff-masonry .cff-likebox {
854 float: none;
855 display: inline-block;
856 width: 30.3%;
857 margin: 0 1.5%;
858 margin-bottom: 20px;
859 }
860
861 #cff.cff-masonry.cff-opaque-comments .cff-item {
862 z-index: 1;
863 }
864
865 #cff.cff-masonry.masonry-2-desktop .cff-item {
866 width: 47%;
867 margin: 0 1.5%;
868 }
869
870 #cff.cff-masonry.masonry-4-desktop .cff-item {
871 width: 22%;
872 margin: 0 1.5%;
873 }
874
875 #cff.cff-masonry.masonry-5-desktop .cff-item {
876 width: 17%;
877 margin: 0 1.5%;
878 }
879
880 #cff.cff-masonry.masonry-6-desktop .cff-item {
881 width: 13.516%;
882 margin: 0 1.5%;
883 }
884
885 @media (min-width: 481px) and (max-width: 800px) {
886
887 #cff.cff-masonry .cff-item,
888 #cff.cff-masonry .cff-likebox,
889 #cff.cff-masonry.masonry-2-desktop .cff-item,
890 #cff.cff-masonry.masonry-3-desktop .cff-item,
891 #cff.cff-masonry.masonry-4-desktop .cff-item,
892 #cff.cff-masonry.masonry-5-desktop .cff-item,
893 #cff.cff-masonry.masonry-6-desktop .cff-item {
894 width: 100%;
895 margin: 0;
896 }
897
898 #cff.cff-masonry.masonry-2-tablet .cff-posts-wrap .cff-item,
899 #cff.cff-masonry.masonry-2-tablet .cff-posts-wrap .cff-likebox {
900 width: 47%;
901 margin-left: 1.5%;
902 margin-right: 1.5%;
903 }
904
905 #cff.cff-masonry.masonry-3-tablet .cff-posts-wrap .cff-item,
906 #cff.cff-masonry.masonry-3-tablet .cff-posts-wrap .cff-likebox {
907 width: 30.3%;
908 margin-left: 1.5%;
909 margin-right: 1.5%;
910 }
911
912 #cff.cff-masonry.masonry-4-tablet .cff-item,
913 #cff.cff-masonry.masonry-4-tablet .cff-likebox {
914 width: 22%;
915 margin-left: 1.5%;
916 margin-right: 1.5%;
917 }
918 }
919
920 @media (max-width: 480px) {
921
922 #cff.cff-masonry .cff-item,
923 #cff.cff-masonry .cff-likebox,
924 #cff.cff-masonry.masonry-2-desktop .cff-item,
925 #cff.cff-masonry.masonry-3-desktop .cff-item,
926 #cff.cff-masonry.masonry-4-desktop .cff-item,
927 #cff.cff-masonry.masonry-5-desktop .cff-item,
928 #cff.cff-masonry.masonry-6-desktop .cff-item {
929 width: 100%;
930 margin: 0;
931 }
932
933 #cff.cff-masonry.masonry-2-mobile .cff-posts-wrap .cff-item,
934 #cff.cff-masonry.masonry-2-mobile .cff-posts-wrap .cff-likebox {
935 width: 47%;
936 margin-left: 1.5%;
937 margin-right: 1.5%;
938 }
939
940 #cff.cff-masonry.masonry-3-mobile .cff-posts-wrap .cff-item,
941 #cff.cff-masonry.masonry-3-mobile .cff-posts-wrap .cff-likebox {
942 width: 30.3%;
943 margin-left: 1.5%;
944 margin-right: 1.5%;
945 }
946
947 #cff.cff-masonry.cff-mob-cols-1 .cff-posts-wrap .cff-item {
948 width: 100%;
949 }
950 }
951
952 #cff.cff-masonry .cff-comments-box {
953 position: relative;
954 z-index: 999;
955 }
956
957 #cff.cff-masonry .cff-comment-attachment,
958 #cff.cff-masonry .cff-comment-replies-box {
959 max-width: 100%;
960 }
961
962 #cff.cff-masonry .cff-load-more {
963 display: block;
964 float: left;
965 clear: both;
966 }
967
968 #cff.cff-masonry.cff-masonry-css {
969 width: 100%;
970 overflow: hidden;
971 margin-bottom: 20px;
972 }
973
974 #cff.cff-masonry.cff-masonry-css {
975 -webkit-column-gap: 20px;
976 -moz-column-gap: 20px;
977 column-gap: 20px;
978 -webkit-column-fill: auto;
979 column-fill: unset;
980 -webkit-column-count: 3;
981 -moz-column-count: 3;
982 column-count: 3;
983 margin: 0;
984 }
985
986 #cff.cff-masonry.cff-masonry-css.masonry-2-desktop {
987 -webkit-column-count: 2;
988 -moz-column-count: 2;
989 column-count: 2;
990 margin: 0;
991 }
992
993 #cff.cff-masonry.cff-masonry-css.masonry-4-desktop {
994 -webkit-column-count: 4;
995 -moz-column-count: 4;
996 column-count: 4;
997 margin: 0;
998 }
999
1000 #cff.cff-masonry.cff-masonry-css.masonry-5-desktop {
1001 -webkit-column-count: 5;
1002 -moz-column-count: 5;
1003 column-count: 5;
1004 margin: 0;
1005 }
1006
1007 #cff.cff-masonry.cff-masonry-css.masonry-6-desktop {
1008 -webkit-column-count: 6;
1009 -moz-column-count: 6;
1010 column-count: 6;
1011 margin: 0;
1012 }
1013
1014 #cff.cff-masonry.cff-masonry-css .cff-item,
1015 #cff.cff-masonry.cff-masonry-css .cff-likebox,
1016 #cff.cff-masonry.cff-masonry-css.masonry-2-desktop .cff-item,
1017 #cff.cff-masonry.cff-masonry-css.masonry-4-desktop .cff-item,
1018 #cff.cff-masonry.cff-masonry-css.masonry-5-desktop .cff-item,
1019 #cff.cff-masonry.cff-masonry-css.masonry-6-desktop .cff-item {
1020 float: none;
1021 display: inline-block;
1022 width: 100%;
1023 margin: 0 0 12px 0;
1024 }
1025
1026 #cff.cff-masonry.cff-masonry-css .cff-likebox {
1027 width: 99.5%;
1028 }
1029
1030 #cff.cff-masonry.cff-masonry-css .cff-load-more {
1031 margin: 0 0 10px 0;
1032 position: relative;
1033 bottom: 0;
1034 }
1035
1036 @media only screen and (max-width: 780px) {
1037
1038 #cff.cff-masonry.cff-masonry-css,
1039 #cff.cff-masonry.cff-masonry-css.masonry-2-desktop,
1040 #cff.cff-masonry.cff-masonry-css.masonry-4-desktop,
1041 #cff.cff-masonry.cff-masonry-css.masonry-5-desktop,
1042 #cff.cff-masonry.cff-masonry-css.masonry-6-desktop {
1043 -webkit-column-count: 1;
1044 -moz-column-count: 1;
1045 column-count: 1;
1046 }
1047
1048 #cff.cff-masonry.cff-masonry-css.masonry-2-mobile {
1049 -webkit-column-count: 2;
1050 -moz-column-count: 2;
1051 column-count: 2;
1052 margin: 0;
1053 }
1054
1055 #cff.cff-masonry.cff-masonry-css.masonry-2-mobile,
1056 #cff.cff-masonry.cff-masonry-css.masonry-2-mobile .cff-item {
1057 width: 100%;
1058 }
1059 }
1060
1061 #cff.cff-disable-masonry {
1062 height: auto !important;
1063 }
1064
1065 #cff.cff-disable-masonry .cff-item,
1066 #cff.cff-disable-masonry .cff-likebox {
1067 position: relative !important;
1068 top: auto !important;
1069 }
1070
1071 #cff.cff-dark .cff-album-item,
1072 #cff.cff-dark .cff-item,
1073 #cff.cff-dark .cff-item.cff-box,
1074 #cff.cff-dark .cff-item.cff-box:first-child {
1075 background-color: rgba(0, 0, 0, 0.85);
1076 color: rgba(255, 255, 255, 0.75);
1077 }
1078
1079 #cff.cff-dark .cff-item a {
1080 color: #fff;
1081 text-decoration: underline;
1082 }
1083
1084 #cff.cff-dark .cff-date {
1085 color: rgba(255, 255, 255, 0.5);
1086 }
1087
1088 #cff.cff-dark .cff-album-info a,
1089 #cff.cff-dark .cff-author-date,
1090 #cff.cff-dark .cff-post-links a {
1091 color: #fff;
1092 }
1093
1094 #cff.cff-dark .cff-album-info p {
1095 color: rgba(255, 255, 255, 0.75);
1096 }
1097
1098 #cff.cff-light .cff-album-item,
1099 #cff.cff-light .cff-item,
1100 #cff.cff-light .cff-item.cff-box,
1101 #cff.cff-light .cff-item.cff-box:first-child {
1102 background-color: rgba(255, 255, 255, 0.95);
1103 color: rgba(0, 0, 0, 0.8);
1104 }
1105
1106 #cff.cff-light .cff-item a {
1107 color: #000;
1108 text-decoration: underline;
1109 }
1110
1111 #cff.cff-light .cff-date {
1112 color: rgba(0, 0, 0, 0.5);
1113 }
1114
1115 #cff.cff-light .cff-album-info a,
1116 #cff.cff-light .cff-author-date,
1117 #cff.cff-light .cff-post-links a {
1118 color: #000;
1119 }
1120
1121 #cff.cff-light .cff-album-info p {
1122 color: rgba(0, 0, 0, 0.7);
1123 }
1124
1125 .cff-num-diff-hide {
1126 display: none !important;
1127 }
1128
1129 .cff-gdpr-notice {
1130 max-width: 100%;
1131 box-sizing: border-box;
1132 padding: 8px 15px;
1133 margin: 0;
1134 font-size: 12px;
1135 background: #fdf7f7;
1136 border-radius: 5px;
1137 border: 1px solid #e4b1b1;
1138 line-height: 1.3;
1139 display: none;
1140 }
1141
1142
1143 .sb-elementor-cta {
1144 width: 100% !important;
1145 border: 1px solid #E8E8EB !important;
1146 border-radius: 2px !important;
1147 position: relative !important;
1148 text-align: center !important;
1149 }
1150
1151 .sb-elementor-cta-img-ctn {
1152 width: 100% !important;
1153 position: relative !important;
1154 float: left !important;
1155 display: flex !important;
1156 justify-content: center !important;
1157 align-items: center !important;
1158 margin-top: 50px !important;
1159 margin-bottom: 35px !important;
1160 }
1161
1162 .sb-elementor-cta-img {
1163 width: 65px !important;
1164 height: 65px !important;
1165 position: relative !important;
1166 border: 2px solid #DCDDE1 !important;
1167 border-radius: 16px !important;
1168 -webkit-transform: rotate(-3deg) !important;
1169 transform: rotate(-3deg) !important;
1170 display: flex !important;
1171 justify-content: center !important;
1172 align-items: center !important;
1173 }
1174
1175 .sb-elementor-cta-img span svg {
1176 width: 32px;
1177 fill: #257ab2;
1178 float: left !important;
1179 }
1180
1181 .sb-elementor-cta-img>* {
1182 -webkit-transform: rotate(3deg) !important;
1183 transform: rotate(3deg) !important;
1184 }
1185
1186 .sb-elementor-cta-logo {
1187 position: absolute !important;
1188 right: -15px !important;
1189 bottom: -19px !important;
1190 z-index: 1 !important;
1191 }
1192
1193 .sb-elementor-cta-heading {
1194 font-size: 19px !important;
1195 padding: 0px !important;
1196 margin: 0px !important;
1197 display: inline-block !important;
1198 width: 100% !important;
1199 font-weight: 700 !important;
1200 line-height: 1.4em !important;
1201 margin-bottom: 30px !important;
1202 }
1203
1204 .sb-elementor-cta-btn {
1205 background: #0068A0 !important;
1206 border-radius: 2px !important;
1207 padding: 8px 20px 8px 38px !important;
1208 cursor: pointer !important;
1209 color: #fff !important;
1210 position: relative !important;
1211 margin-bottom: 30px !important;
1212 height: 40px !important;
1213 line-height: 24px !important;
1214 }
1215
1216 .sb-elementor-cta-btn:before,
1217 .sb-elementor-cta-btn:after {
1218 content: '' !important;
1219 position: absolute !important;
1220 width: 2px !important;
1221 height: 12px !important;
1222 background: #fff !important;
1223 left: 20px !important;
1224 top: 14px !important;
1225 }
1226
1227 .sb-elementor-cta-btn:after {
1228 -webkit-transform: rotate(90deg) !important;
1229 transform: rotate(90deg) !important;
1230 }
1231
1232 .sb-elementor-cta-desc {
1233 display: flex !important;
1234 justify-content: center !important;
1235 align-items: center !important;
1236 padding: 20px !important;
1237 background: #F9F9FA !important;
1238 border-top: 1px solid #E8E8EB !important;
1239 margin-top: 35px !important;
1240 flex-direction: column !important;
1241 }
1242
1243 .sb-elementor-cta-desc strong {
1244 color: #141B38 !important;
1245 font-size: 16px !important;
1246 font-weight: 600 !important;
1247 margin-bottom: 8px !important;
1248 }
1249
1250 .sb-elementor-cta-desc span {
1251 color: #434960 !important;
1252 font-size: 14px !important;
1253 line-height: 1.5em !important;
1254 padding: 0 20% !important;
1255 }
1256
1257 .sb-elementor-cta-selector {
1258 width: 100% !important;
1259 padding: 0 20% !important;
1260 display: flex !important;
1261 justify-content: center !important;
1262 align-items: center !important;
1263 flex-direction: column !important;
1264 margin-bottom: 45px !important;
1265 }
1266
1267 .sb-elementor-cta-feedselector {
1268 border: 1px solid #D0D1D7 !important;
1269 padding: 8px 16px 8px 16px !important;
1270 margin-bottom: 15px !important;
1271 max-width: 100% !important;
1272 min-width: 400px !important;
1273 }
1274
1275 .sb-elementor-cta-selector span {
1276 color: #2C324C !important;
1277 }
1278
1279 .sb-elementor-cta-selector span a {
1280 text-transform: capitalize !important;
1281 text-decoration: underline !important;
1282 font-weight: 600 !important;
1283 }
1284
1285 .sb-elementor-cta-selector span a:after {
1286 color: #2C324C !important;
1287 margin-left: 2px !important;
1288 font-weight: 400 !important;
1289 text-decoration-color: #fff !important;
1290 }
1291
1292 .sb-elementor-cta-selector span a:first-of-type:after {
1293 content: ',' !important;
1294 }
1295
1296 .sb-elementor-cta-selector span a:nth-of-type(2):after {
1297 content: 'or' !important;
1298
1299 }
1300
1301 .sb-elementor-cta-selector span a:nth-of-type(2):after {
1302 margin-left: 5px !important;
1303 margin-right: 2px !important;
1304 }
1305
1306 .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before,
1307 .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before,
1308 .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before,
1309 .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {
1310 content: '' !important;
1311 height: 16px !important;
1312 font-variant: normal !important;
1313 background-position: center center !important;
1314 background-repeat: no-repeat !important;
1315 }
1316
1317 .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before {
1318 background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9056 18.109H13.4056V17.609H12.9056V18.109ZM9.79722 18.109H9.29722V18.609H9.79722V18.109ZM9.79722 14.5601V14.0601H9.29722V14.5601H9.79722ZM12.9056 14.5601V15.0601H13.4056V14.5601H12.9056ZM20.2604 7.32764H20.7604V6.90407L20.3426 6.83444L20.2604 7.32764ZM20.2604 10.3503V10.8503H20.7604V10.3503H20.2604ZM16.7237 14.5601H16.2237V15.0601H16.7237V14.5601ZM20.1258 14.5601L20.6199 14.6367L20.7094 14.0601H20.1258V14.5601ZM19.5751 18.109V18.609H20.0035L20.0692 18.1857L19.5751 18.109ZM16.7237 18.109V17.609H16.2237V18.109H16.7237ZM27.0523 14.5601H26.5523L26.5523 14.5612L27.0523 14.5601ZM17.0803 26.6136L16.9877 26.1222L17.0803 26.6136ZM12.5489 26.6139L12.6411 26.1225L12.5489 26.6139ZM14.8147 1.79797C7.80749 1.79797 2.07703 7.51685 2.07703 14.5601H3.07703C3.07703 8.06849 8.36042 2.79797 14.8147 2.79797V1.79797ZM2.07703 14.5601C2.07703 20.7981 6.54984 25.9974 12.4567 27.1053L12.6411 26.1225C7.19999 25.1019 3.07703 20.3097 3.07703 14.5601H2.07703ZM13.4056 26.3139V18.109H12.4056V26.3139H13.4056ZM12.9056 17.609H9.79722V18.609H12.9056V17.609ZM10.2972 18.109V14.5601H9.29722V18.109H10.2972ZM9.79722 15.0601H12.9056V14.0601H9.79722V15.0601ZM13.4056 14.5601V11.8556H12.4056V14.5601H13.4056ZM13.4056 11.8556C13.4056 10.4191 13.8299 9.36825 14.5211 8.67703C15.2129 7.98525 16.2305 7.59512 17.5314 7.59512V6.59512C16.0299 6.59512 14.7346 7.04939 13.814 7.96992C12.893 8.891 12.4056 10.2204 12.4056 11.8556H13.4056ZM17.5314 7.59512C18.1724 7.59512 18.8342 7.65119 19.3401 7.70823C19.592 7.73664 19.8029 7.76502 19.9504 7.78622C20.0241 7.79681 20.0818 7.8056 20.1208 7.81167C20.1402 7.81471 20.155 7.81706 20.1647 7.81863C20.1695 7.81941 20.1731 7.82 20.1754 7.82037C20.1765 7.82056 20.1773 7.82069 20.1778 7.82077C20.178 7.82081 20.1782 7.82083 20.1782 7.82084C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1782 7.82084 20.1782 7.82084 20.2604 7.32764C20.3426 6.83444 20.3426 6.83443 20.3425 6.83443C20.3425 6.83442 20.3424 6.83441 20.3424 6.83441C20.3423 6.83439 20.3422 6.83437 20.342 6.83435C20.3418 6.8343 20.3414 6.83425 20.341 6.83417C20.3401 6.83403 20.3389 6.83383 20.3373 6.83357C20.3342 6.83307 20.3298 6.83234 20.3241 6.83142C20.3127 6.82958 20.2962 6.82695 20.2749 6.82362C20.2323 6.81698 20.1707 6.8076 20.0927 6.7964C19.9369 6.774 19.7157 6.74425 19.4521 6.71453C18.927 6.65532 18.2243 6.59512 17.5314 6.59512V7.59512ZM19.7604 7.32764V10.3503H20.7604V7.32764H19.7604ZM20.2604 9.85033H18.7185V10.8503H20.2604V9.85033ZM18.7185 9.85033C17.851 9.85033 17.1997 10.1241 16.7742 10.6148C16.3604 11.0922 16.2237 11.7025 16.2237 12.2594H17.2237C17.2237 11.8495 17.3257 11.5053 17.5298 11.2699C17.7224 11.0477 18.0684 10.8503 18.7185 10.8503V9.85033ZM16.2237 12.2594V14.5601H17.2237V12.2594H16.2237ZM16.7237 15.0601H20.1258V14.0601H16.7237V15.0601ZM19.6317 14.4834L19.081 18.0323L20.0692 18.1857L20.6199 14.6367L19.6317 14.4834ZM19.5751 17.609H16.7237V18.609H19.5751V17.609ZM16.2237 18.109V26.3135H17.2237V18.109H16.2237ZM17.1728 27.105C20.0281 26.5671 22.618 25.068 24.5079 22.8512L23.7469 22.2025C22.0054 24.2452 19.6188 25.6266 16.9877 26.1222L17.1728 27.105ZM24.5079 22.8512C26.4793 20.5388 27.5591 17.5977 27.5523 14.559L26.5523 14.5612C26.5586 17.3614 25.5636 20.0715 23.7469 22.2025L24.5079 22.8512ZM27.5523 14.5601C27.5523 7.51685 21.8218 1.79797 14.8147 1.79797V2.79797C21.2689 2.79797 26.5523 8.06849 26.5523 14.5601H27.5523ZM16.2237 26.3135C16.2237 26.8064 16.6682 27.2 17.1728 27.105L16.9877 26.1222C17.119 26.0975 17.2237 26.2006 17.2237 26.3135H16.2237ZM12.4567 27.1053C12.9603 27.1998 13.4056 26.8073 13.4056 26.3139H12.4056C12.4056 26.2001 12.5107 26.098 12.6411 26.1225L12.4567 27.1053Z' fill='%232b87da' /%3E%3Cpath d='M12.9056 18.1088H13.4056V17.6088H12.9056V18.1088ZM9.79724 18.1088H9.29724V18.6088H9.79724V18.1088ZM9.79724 14.5599V14.0599H9.29724V14.5599H9.79724ZM12.9056 14.5599V15.0599H13.4056V14.5599H12.9056ZM20.2604 7.32749H20.7604V6.90392L20.3426 6.83429L20.2604 7.32749ZM20.2604 10.3502V10.8502H20.7604V10.3502H20.2604ZM16.7237 14.5599H16.2237V15.0599H16.7237V14.5599ZM20.1258 14.5599L20.6199 14.6366L20.7094 14.0599H20.1258V14.5599ZM19.5751 18.1088V18.6088H20.0035L20.0692 18.1855L19.5751 18.1088ZM16.7237 18.1088V17.6088H16.2237V18.1088H16.7237ZM13.4056 26.366V18.1088H12.4056V26.366H13.4056ZM12.9056 17.6088H9.79724V18.6088H12.9056V17.6088ZM10.2972 18.1088V14.5599H9.29724V18.1088H10.2972ZM9.79724 15.0599H12.9056V14.0599H9.79724V15.0599ZM13.4056 14.5599V11.8554H12.4056V14.5599H13.4056ZM13.4056 11.8554C13.4056 10.4189 13.8299 9.3681 14.5212 8.67688C15.2129 7.9851 16.2305 7.59497 17.5314 7.59497V6.59497C16.0299 6.59497 14.7346 7.04924 13.814 7.96977C12.893 8.89085 12.4056 10.2202 12.4056 11.8554H13.4056ZM17.5314 7.59497C18.1724 7.59497 18.8342 7.65103 19.3401 7.70808C19.592 7.73648 19.803 7.76487 19.9504 7.78607C20.0241 7.79666 20.0819 7.80545 20.1208 7.81152C20.1402 7.81455 20.155 7.81691 20.1647 7.81848C20.1695 7.81926 20.1731 7.81984 20.1754 7.82022C20.1765 7.8204 20.1773 7.82054 20.1778 7.82061C20.178 7.82065 20.1782 7.82068 20.1783 7.82069C20.1783 7.8207 20.1783 7.8207 20.1783 7.8207C20.1783 7.8207 20.1783 7.82069 20.1783 7.82069C20.1782 7.82069 20.1782 7.82068 20.2604 7.32749C20.3426 6.83429 20.3426 6.83428 20.3425 6.83427C20.3425 6.83427 20.3424 6.83426 20.3424 6.83425C20.3423 6.83424 20.3422 6.83422 20.3421 6.8342C20.3418 6.83415 20.3414 6.83409 20.341 6.83402C20.3401 6.83387 20.3389 6.83367 20.3374 6.83342C20.3343 6.83291 20.3298 6.83219 20.3241 6.83127C20.3127 6.82943 20.2962 6.82679 20.2749 6.82347C20.2324 6.81683 20.1707 6.80745 20.0927 6.79624C19.9369 6.77385 19.7158 6.7441 19.4522 6.71438C18.927 6.65516 18.2244 6.59497 17.5314 6.59497V7.59497ZM19.7604 7.32749V10.3502H20.7604V7.32749H19.7604ZM20.2604 9.85018H18.7185V10.8502H20.2604V9.85018ZM18.7185 9.85018C17.8511 9.85018 17.1997 10.1239 16.7743 10.6146C16.3604 11.092 16.2237 11.7024 16.2237 12.2592H17.2237C17.2237 11.8493 17.3257 11.5052 17.5298 11.2697C17.7224 11.0476 18.0684 10.8502 18.7185 10.8502V9.85018ZM16.2237 12.2592V14.5599H17.2237V12.2592H16.2237ZM16.7237 15.0599H20.1258V14.0599H16.7237V15.0599ZM19.6317 14.4833L19.081 18.0322L20.0692 18.1855L20.6199 14.6366L19.6317 14.4833ZM19.5751 17.6088H16.7237V18.6088H19.5751V17.6088ZM16.2237 18.1088V26.366H17.2237V18.1088H16.2237ZM16.4146 26.1752H13.2148V27.1752H16.4146V26.1752ZM16.2237 26.366C16.2237 26.2606 16.3092 26.1752 16.4146 26.1752V27.1752C16.8615 27.1752 17.2237 26.8129 17.2237 26.366H16.2237ZM12.4056 26.366C12.4056 26.8129 12.7679 27.1752 13.2148 27.1752V26.1752C13.3202 26.1752 13.4056 26.2606 13.4056 26.366H12.4056Z' fill='%232b87da'/%3E%3C/svg%3E%0A") !important;
1319 }
1320
1321 .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before {
1322 background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='6' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='12' r='5' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='18.5' cy='5.75' r='1.25' fill='%232b87da'/%3E%3C/svg%3E%0A") !important;
1323 }
1324
1325 .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before {
1326 background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8762 6.78846C27.9345 6.7065 27.8465 6.60094 27.7536 6.63936C27.0263 6.93989 26.26 7.15757 25.4698 7.29241C25.3632 7.31061 25.3082 7.16347 25.3956 7.09969C26.2337 6.48801 26.8918 5.63649 27.2636 4.63802C27.2958 4.55162 27.2014 4.47574 27.1212 4.52123C26.1605 5.06618 25.1092 5.45524 24.0054 5.68842C23.971 5.69568 23.9354 5.68407 23.9113 5.65844C22.9264 4.60891 21.5545 4 19.9999 4C17.0624 4 14.6624 6.4 14.6624 9.3625C14.6624 9.74071 14.702 10.109 14.7724 10.4586C14.7855 10.5235 14.7342 10.5842 14.6681 10.5803C10.3227 10.3231 6.45216 8.2421 3.84135 5.09864C3.79681 5.04501 3.71241 5.0515 3.67879 5.11257C3.26061 5.8722 3.02493 6.75115 3.02493 7.675C3.02493 9.41548 3.84362 10.9704 5.13417 11.9317C5.2141 11.9913 5.17327 12.12 5.07385 12.1129C4.32811 12.0597 3.63173 11.835 3.00827 11.5171C2.99303 11.5094 2.97493 11.5204 2.97493 11.5375V11.5375C2.97493 13.9896 4.6205 16.0638 6.86301 16.7007C6.96452 16.7295 6.96588 16.8757 6.86218 16.8953C6.25772 17.0096 5.63724 17.0173 5.0289 16.9176C4.95384 16.9052 4.89095 16.9762 4.91633 17.0479C5.26967 18.0466 5.91213 18.9192 6.7637 19.5537C7.58576 20.1661 8.56481 20.5283 9.58351 20.6001C9.67715 20.6067 9.71634 20.7266 9.64124 20.7829C7.78574 22.1744 5.52424 22.9237 3.19993 22.9125C2.91864 22.9125 2.63736 22.9015 2.35608 22.8796C2.25034 22.8714 2.20189 23.0116 2.29272 23.0664C4.58933 24.4509 7.27959 25.25 10.1499 25.25C19.9999 25.25 25.4124 17.075 25.4124 9.9875C25.4124 9.76833 25.4124 9.5598 25.4026 9.34228C25.4011 9.30815 25.4168 9.27551 25.4445 9.2555C26.3819 8.57814 27.1984 7.74079 27.8762 6.78846Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
1327 }
1328
1329 .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {
1330 background-image: url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.3267C11 13.4037 11.0834 13.4518 11.15 13.4133L17.3377 9.83658C17.4043 9.79808 17.4043 9.70192 17.3377 9.66342L11.15 6.08673C11.0834 6.0482 11 6.0963 11 6.17331V13.3267ZM25.45 3.7125C25.6125 4.3 25.725 5.0875 25.8 6.0875C25.8875 7.0875 25.925 7.95 25.925 8.7L26 9.75C26 12.4875 25.8 14.5 25.45 15.7875C25.1375 16.9125 24.4125 17.6375 23.2875 17.95C22.7 18.1125 21.625 18.225 19.975 18.3C18.35 18.3875 16.8625 18.425 15.4875 18.425L13.5 18.5C8.2625 18.5 5 18.3 3.7125 17.95C2.5875 17.6375 1.8625 16.9125 1.55 15.7875C1.3875 15.2 1.275 14.4125 1.2 13.4125C1.1125 12.4125 1.075 11.55 1.075 10.8L1 9.75C1 7.0125 1.2 5 1.55 3.7125C1.8625 2.5875 2.5875 1.8625 3.7125 1.55C4.3 1.3875 5.375 1.275 7.025 1.2C8.65 1.1125 10.1375 1.075 11.5125 1.075L13.5 1C18.7375 1 22 1.2 23.2875 1.55C24.4125 1.8625 25.1375 2.5875 25.45 3.7125Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
1331 }