PluginProbe ʕ •ᴥ•ʔ
Smash Balloon Social Post Feed – Simple Social Feeds for WordPress / 4.10.0
Smash Balloon Social Post Feed – Simple Social Feeds for WordPress v4.10.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 3 weeks ago cff-style.css 3 weeks ago cff-style.min.css 3 weeks ago font-awesome.min.css 3 weeks ago
cff-style.css
1333 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 !important;
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 #cff-lightbox-wrapper .cff-author .cff-date {
415 color: #9197a3;
416 font-weight: 400;
417 font-size: 11px;
418 margin-top: 1px !important;
419 margin-bottom: 0 !important;
420 }
421
422 #cff.cff-default-styles .cff-author .cff-date {
423 font-weight: 400;
424 }
425
426 #cff .cff-author .cff-page-name.cff-author-date {
427 float: left;
428 padding: 3px 0 0 0;
429 font-size: 14px;
430 }
431
432 #cff .cff-cta-link a,
433 .cff-media-link .fa {
434 display: inline-block;
435 width: auto;
436 padding: 5px 7px 5px 6px;
437 margin-right: 6px;
438 border: 1px solid #eee;
439 border: 1px solid rgba(0, 0, 0, 0.1);
440 border-radius: 3px;
441 background: rgba(0, 0, 0, 0.02);
442 }
443
444 #cff .cff-cta-link a:hover,
445 .cff-media-link .fa:hover {
446 background: #f9f9f9;
447 background: rgba(0, 0, 0, 0.03);
448 text-decoration: none;
449 }
450
451 #cff .cff-cta-link a {
452 padding: 5px 15px;
453 }
454
455 #cff .cff-break-word {
456 word-break: break-all;
457 }
458
459 #cff .cff-expand {
460 display: none;
461 }
462
463 #cff.cff-default-styles .cff-expand a {
464 font-size: 11px;
465 font-weight: 400;
466 }
467
468 #cff .cff-shared-link {
469 float: left;
470 clear: both;
471 width: 100%;
472 padding: 5px 10px;
473 margin: 10px 0 5px 0;
474 background: rgba(0, 0, 0, 0.02);
475 border: 1px solid rgba(0, 0, 0, 0.07);
476 box-sizing: border-box;
477 }
478
479 #cff .cff-no-styles {
480 background: 0 0;
481 border: none;
482 padding: 0;
483 }
484
485 #cff .cff-link {
486 float: left;
487 clear: both;
488 max-width: 20%;
489 margin: 10px 0 0 0;
490 }
491
492 #cff .cff-link img {
493 max-width: 100%;
494 }
495
496 #cff .cff-link-title {
497 float: left;
498 clear: both;
499 width: 100%;
500 display: block;
501 }
502
503 #cff.cff-default-styles .cff-link-title {
504 font-weight: 700;
505 }
506
507 #cff p.cff-link-title {
508 margin: 5px 0 0 0;
509 }
510
511 #cff .cff-text-link {
512 float: left;
513 clear: none;
514 width: 72%;
515 margin-left: 3%;
516 padding: 0 0 5px 0;
517 }
518
519 #cff .cff-link-caption {
520 margin: 0;
521 }
522
523 #cff.cff-default-styles .cff-link-caption {
524 font-size: 12px;
525 }
526
527 #cff .cff-text-link.cff-no-image {
528 width: 100%;
529 margin-left: 0;
530 }
531
532 #cff .cff-post-desc {
533 margin: 5px 0 0 0;
534 }
535
536 #cff .cff-details {
537 float: left;
538 clear: none;
539 width: 100%;
540 margin: 0;
541 padding: 0;
542 }
543
544 #cff .cff-details h5 {
545 margin: 0 0 5px 0;
546 }
547
548 #cff.cff-default-styles .cff-details h5 {
549 padding: 0;
550 font-size: 16px;
551 }
552
553 #cff.cff-default-styles .cff-details p {
554 font-size: 14px;
555 }
556
557 #cff .cff-timeline-event .cff-date,
558 #cff .cff-timeline-event .cff-info,
559 #cff .cff-timeline-event .cff-timeline-event-title,
560 #cff .cff-timeline-event .cff-where {
561 display: block;
562 width: 100%;
563 clear: both;
564 }
565
566 #cff .cff-details .cff-info {
567 padding: 10px 0 0 0;
568 }
569
570 #cff.cff-default-styles .cff-details .cff-info {
571 line-height: 1.2;
572 }
573
574 #cff .cff-desc-wrap {
575 float: left;
576 width: 100%;
577 }
578
579 #cff .cff-note-title {
580 display: block;
581 font-weight: 700;
582 padding-bottom: 5px;
583 }
584
585 #cff .cff-post-links {
586 float: left;
587 clear: none;
588 padding: 5px 0 0 0;
589 margin: 0;
590 }
591
592 #cff.cff-default-styles .cff-post-links {
593 font-size: 11px;
594 }
595
596 #cff .cff-post-links.cff-left {
597 float: left;
598 margin: 8px 0;
599 }
600
601 #cff.cff-default-styles .cff-post-links a {
602 font-size: 11px;
603 }
604
605 #cff .cff-post-links a:first-child {
606 padding-left: 0;
607 margin: 0;
608 }
609
610 #cff .cff-dot {
611 padding: 0 5px;
612 }
613
614 #cff .cff-share-container {
615 position: relative;
616 display: inline;
617 }
618
619 #cff .cff-share-tooltip {
620 display: none;
621 position: absolute;
622 z-index: 1000;
623 bottom: 22px;
624 right: -40px;
625 width: 110px;
626 padding: 3px 5px 4px 5px;
627 margin: 0;
628 background: #333;
629 color: #eee;
630 font-size: 12px;
631 line-height: 1.3;
632 -moz-border-radius: 4px;
633 -webkit-border-radius: 4px;
634 border-radius: 4px;
635 -webkit-box-sizing: border-box;
636 -moz-box-sizing: border-box;
637 box-sizing: border-box;
638 }
639
640 #cff .cff-share-tooltip .fa-play {
641 position: absolute;
642 font-size: 8px;
643 bottom: -6px;
644 left: 50%;
645 margin-left: -3px;
646 color: #333;
647 }
648
649 #cff .cff-share-tooltip a .fa,
650 #cff .cff-share-tooltip a svg {
651 font-size: 16px;
652 margin: 0;
653 padding: 5px;
654 }
655
656 #cff .cff-share-tooltip a {
657 display: block;
658 float: left;
659 margin: 0 !important;
660 padding: 0 !important;
661 color: #eee !important;
662 opacity: 0;
663 -moz-border-radius: 4px;
664 -webkit-border-radius: 4px;
665 border-radius: 4px;
666 }
667
668 #cff .cff-share-tooltip a:hover {
669 color: #fff !important;
670 }
671
672 #cff .cff-share-tooltip .cff-facebook-icon:hover {
673 background: #3b5998;
674 }
675
676 #cff .cff-share-tooltip .cff-twitter-icon:hover {
677 background: #00aced;
678 }
679
680 #cff .cff-share-tooltip .cff-google-icon:hover {
681 background: #dd4b39;
682 }
683
684 #cff .cff-share-tooltip .cff-linkedin-icon:hover {
685 background: #007bb6;
686 }
687
688 #cff .cff-share-tooltip .cff-pinterest-icon:hover {
689 background: #cb2027;
690 }
691
692 #cff .cff-share-tooltip .cff-email-icon:hover {
693 background: #dd4b39;
694 }
695
696 #cff .cff-share-tooltip a.cff-show {
697 opacity: 1;
698 transition: opacity 0.2s ease;
699 }
700
701 .cff-likebox {
702 float: left;
703 width: 100%;
704 position: relative;
705 margin: 20px 0 0 0;
706 }
707
708 .fb_iframe_widget {
709 border: none;
710 overflow: hidden;
711 }
712
713 .cff-likebox .fb_iframe_widget {
714 width: 100%;
715 }
716
717 .cff-likebox .fb_iframe_widget span {
718 width: 100% !important;
719 }
720
721 .cff-likebox .fb_iframe_widget iframe {
722 margin: 0;
723 position: relative;
724 top: 0;
725 left: 0;
726 width: 100% !important;
727 height: 100%;
728 }
729
730 .cff-likebox.cff-top.cff-outside {
731 margin-bottom: 10px;
732 }
733
734 .cff-likebox.cff-bottom.cff-outside {
735 margin-top: 10px;
736 }
737
738 #cff.cff-fixed-height {
739 padding: 5px 10px;
740 -webkit-box-sizing: border-box;
741 -moz-box-sizing: border-box;
742 box-sizing: border-box;
743 }
744
745 #cff .cff-error-msg {
746 display: none;
747 position: relative;
748 font-size: 12px;
749 font-family: sans-serif;
750 padding: 8px 12px;
751 border: 1px solid #ddd;
752 margin-bottom: 10px;
753 clear: both;
754 -webkit-border-radius: 3px;
755 -moz-border-radius: 3px;
756 -ms-border-radius: 3px;
757 -o-border-radius: 3px;
758 border-radius: 3px;
759 }
760
761 #cff .cff-error-msg p {
762 float: none;
763 }
764
765 #cff .cff-error-msg .cff_notice_dismiss {
766 position: absolute;
767 top: 4px;
768 right: 8px;
769 }
770
771 #cff #cff-error-reason {
772 display: none;
773 padding: 5px 0 0 0;
774 clear: both;
775 }
776
777 #cff.cff-default-styles .cff-credit {
778 font-size: 11px;
779 }
780
781 #cff.cff-default-styles .cff-credit a {
782 text-decoration: none;
783 }
784
785 #cff .cff-credit img {
786 float: left;
787 margin: -2px 5px 0 0;
788 }
789
790 #cff .cff-credit .fa {
791 padding-right: 5px;
792 font-size: 13px;
793 }
794
795 .cff-credit a {
796 display: flex;
797 align-items: center;
798 }
799
800 .cff-screenreader {
801 text-indent: -9999px !important;
802 display: block !important;
803 width: 0 !important;
804 height: 0 !important;
805 line-height: 0 !important;
806 }
807
808 @media all and (max-width: 640px) {
809 #cff.cff-width-resp {
810 width: 100% !important;
811 }
812
813 .cff-wrapper .cff-visual-header .cff-header-img img {
814 width: 80px;
815 }
816
817 .cff-wrapper .cff-visual-header.cff-has-name .cff-header-text {
818 margin-left: 95px;
819 }
820
821 .cff-wrapper .cff-visual-header.cff-has-cover.cff-has-name .cff-header-text {
822 margin-left: 105px;
823 }
824 }
825
826 #cff .cff-comment .cff-comment-text img,
827 #cff img.emoji,
828 #cff-lightbox-wrapper .cff-comment .cff-comment-text img,
829 #cff-lightbox-wrapper img.emoji {
830 float: none;
831 max-width: 100%;
832 }
833
834 #cff .cff-linebreak {
835 display: block;
836 height: 5px;
837 }
838
839 #cff.cff-masonry .cff-item.cff-box {
840 margin-left: 1.5%;
841 margin-right: 1.5%;
842 }
843
844 #cff.cff-masonry {
845 box-sizing: border-box;
846 }
847
848 #cff.cff-masonry .cff-item,
849 #cff.cff-masonry .cff-item:first-child {
850 padding-top: 20px;
851 margin-top: 0;
852 }
853
854 #cff.cff-masonry .cff-item,
855 #cff.cff-masonry .cff-likebox {
856 float: none;
857 display: inline-block;
858 width: 30.3%;
859 margin: 0 1.5%;
860 margin-bottom: 20px;
861 }
862
863 #cff.cff-masonry.cff-opaque-comments .cff-item {
864 z-index: 1;
865 }
866
867 #cff.cff-masonry.masonry-2-desktop .cff-item {
868 width: 47%;
869 margin: 0 1.5%;
870 }
871
872 #cff.cff-masonry.masonry-4-desktop .cff-item {
873 width: 22%;
874 margin: 0 1.5%;
875 }
876
877 #cff.cff-masonry.masonry-5-desktop .cff-item {
878 width: 17%;
879 margin: 0 1.5%;
880 }
881
882 #cff.cff-masonry.masonry-6-desktop .cff-item {
883 width: 13.516%;
884 margin: 0 1.5%;
885 }
886
887 @media (min-width: 481px) and (max-width: 800px) {
888
889 #cff.cff-masonry .cff-item,
890 #cff.cff-masonry .cff-likebox,
891 #cff.cff-masonry.masonry-2-desktop .cff-item,
892 #cff.cff-masonry.masonry-3-desktop .cff-item,
893 #cff.cff-masonry.masonry-4-desktop .cff-item,
894 #cff.cff-masonry.masonry-5-desktop .cff-item,
895 #cff.cff-masonry.masonry-6-desktop .cff-item {
896 width: 100%;
897 margin: 0;
898 }
899
900 #cff.cff-masonry.masonry-2-tablet .cff-posts-wrap .cff-item,
901 #cff.cff-masonry.masonry-2-tablet .cff-posts-wrap .cff-likebox {
902 width: 47%;
903 margin-left: 1.5%;
904 margin-right: 1.5%;
905 }
906
907 #cff.cff-masonry.masonry-3-tablet .cff-posts-wrap .cff-item,
908 #cff.cff-masonry.masonry-3-tablet .cff-posts-wrap .cff-likebox {
909 width: 30.3%;
910 margin-left: 1.5%;
911 margin-right: 1.5%;
912 }
913
914 #cff.cff-masonry.masonry-4-tablet .cff-item,
915 #cff.cff-masonry.masonry-4-tablet .cff-likebox {
916 width: 22%;
917 margin-left: 1.5%;
918 margin-right: 1.5%;
919 }
920 }
921
922 @media (max-width: 480px) {
923
924 #cff.cff-masonry .cff-item,
925 #cff.cff-masonry .cff-likebox,
926 #cff.cff-masonry.masonry-2-desktop .cff-item,
927 #cff.cff-masonry.masonry-3-desktop .cff-item,
928 #cff.cff-masonry.masonry-4-desktop .cff-item,
929 #cff.cff-masonry.masonry-5-desktop .cff-item,
930 #cff.cff-masonry.masonry-6-desktop .cff-item {
931 width: 100%;
932 margin: 0;
933 }
934
935 #cff.cff-masonry.masonry-2-mobile .cff-posts-wrap .cff-item,
936 #cff.cff-masonry.masonry-2-mobile .cff-posts-wrap .cff-likebox {
937 width: 47%;
938 margin-left: 1.5%;
939 margin-right: 1.5%;
940 }
941
942 #cff.cff-masonry.masonry-3-mobile .cff-posts-wrap .cff-item,
943 #cff.cff-masonry.masonry-3-mobile .cff-posts-wrap .cff-likebox {
944 width: 30.3%;
945 margin-left: 1.5%;
946 margin-right: 1.5%;
947 }
948
949 #cff.cff-masonry.cff-mob-cols-1 .cff-posts-wrap .cff-item {
950 width: 100%;
951 }
952 }
953
954 #cff.cff-masonry .cff-comments-box {
955 position: relative;
956 z-index: 999;
957 }
958
959 #cff.cff-masonry .cff-comment-attachment,
960 #cff.cff-masonry .cff-comment-replies-box {
961 max-width: 100%;
962 }
963
964 #cff.cff-masonry .cff-load-more {
965 display: block;
966 float: left;
967 clear: both;
968 }
969
970 #cff.cff-masonry.cff-masonry-css {
971 width: 100%;
972 overflow: hidden;
973 margin-bottom: 20px;
974 }
975
976 #cff.cff-masonry.cff-masonry-css {
977 -webkit-column-gap: 20px;
978 -moz-column-gap: 20px;
979 column-gap: 20px;
980 -webkit-column-fill: auto;
981 column-fill: unset;
982 -webkit-column-count: 3;
983 -moz-column-count: 3;
984 column-count: 3;
985 margin: 0;
986 }
987
988 #cff.cff-masonry.cff-masonry-css.masonry-2-desktop {
989 -webkit-column-count: 2;
990 -moz-column-count: 2;
991 column-count: 2;
992 margin: 0;
993 }
994
995 #cff.cff-masonry.cff-masonry-css.masonry-4-desktop {
996 -webkit-column-count: 4;
997 -moz-column-count: 4;
998 column-count: 4;
999 margin: 0;
1000 }
1001
1002 #cff.cff-masonry.cff-masonry-css.masonry-5-desktop {
1003 -webkit-column-count: 5;
1004 -moz-column-count: 5;
1005 column-count: 5;
1006 margin: 0;
1007 }
1008
1009 #cff.cff-masonry.cff-masonry-css.masonry-6-desktop {
1010 -webkit-column-count: 6;
1011 -moz-column-count: 6;
1012 column-count: 6;
1013 margin: 0;
1014 }
1015
1016 #cff.cff-masonry.cff-masonry-css .cff-item,
1017 #cff.cff-masonry.cff-masonry-css .cff-likebox,
1018 #cff.cff-masonry.cff-masonry-css.masonry-2-desktop .cff-item,
1019 #cff.cff-masonry.cff-masonry-css.masonry-4-desktop .cff-item,
1020 #cff.cff-masonry.cff-masonry-css.masonry-5-desktop .cff-item,
1021 #cff.cff-masonry.cff-masonry-css.masonry-6-desktop .cff-item {
1022 float: none;
1023 display: inline-block;
1024 width: 100%;
1025 margin: 0 0 12px 0;
1026 }
1027
1028 #cff.cff-masonry.cff-masonry-css .cff-likebox {
1029 width: 99.5%;
1030 }
1031
1032 #cff.cff-masonry.cff-masonry-css .cff-load-more {
1033 margin: 0 0 10px 0;
1034 position: relative;
1035 bottom: 0;
1036 }
1037
1038 @media only screen and (max-width: 780px) {
1039
1040 #cff.cff-masonry.cff-masonry-css,
1041 #cff.cff-masonry.cff-masonry-css.masonry-2-desktop,
1042 #cff.cff-masonry.cff-masonry-css.masonry-4-desktop,
1043 #cff.cff-masonry.cff-masonry-css.masonry-5-desktop,
1044 #cff.cff-masonry.cff-masonry-css.masonry-6-desktop {
1045 -webkit-column-count: 1;
1046 -moz-column-count: 1;
1047 column-count: 1;
1048 }
1049
1050 #cff.cff-masonry.cff-masonry-css.masonry-2-mobile {
1051 -webkit-column-count: 2;
1052 -moz-column-count: 2;
1053 column-count: 2;
1054 margin: 0;
1055 }
1056
1057 #cff.cff-masonry.cff-masonry-css.masonry-2-mobile,
1058 #cff.cff-masonry.cff-masonry-css.masonry-2-mobile .cff-item {
1059 width: 100%;
1060 }
1061 }
1062
1063 #cff.cff-disable-masonry {
1064 height: auto !important;
1065 }
1066
1067 #cff.cff-disable-masonry .cff-item,
1068 #cff.cff-disable-masonry .cff-likebox {
1069 position: relative !important;
1070 top: auto !important;
1071 }
1072
1073 #cff.cff-dark .cff-album-item,
1074 #cff.cff-dark .cff-item,
1075 #cff.cff-dark .cff-item.cff-box,
1076 #cff.cff-dark .cff-item.cff-box:first-child {
1077 background-color: rgba(0, 0, 0, 0.85);
1078 color: rgba(255, 255, 255, 0.75);
1079 }
1080
1081 #cff.cff-dark .cff-item a {
1082 color: #fff;
1083 text-decoration: underline;
1084 }
1085
1086 #cff.cff-dark .cff-date {
1087 color: rgba(255, 255, 255, 0.5);
1088 }
1089
1090 #cff.cff-dark .cff-album-info a,
1091 #cff.cff-dark .cff-author-date,
1092 #cff.cff-dark .cff-post-links a {
1093 color: #fff;
1094 }
1095
1096 #cff.cff-dark .cff-album-info p {
1097 color: rgba(255, 255, 255, 0.75);
1098 }
1099
1100 #cff.cff-light .cff-album-item,
1101 #cff.cff-light .cff-item,
1102 #cff.cff-light .cff-item.cff-box,
1103 #cff.cff-light .cff-item.cff-box:first-child {
1104 background-color: rgba(255, 255, 255, 0.95);
1105 color: rgba(0, 0, 0, 0.8);
1106 }
1107
1108 #cff.cff-light .cff-item a {
1109 color: #000;
1110 text-decoration: underline;
1111 }
1112
1113 #cff.cff-light .cff-date {
1114 color: rgba(0, 0, 0, 0.5);
1115 }
1116
1117 #cff.cff-light .cff-album-info a,
1118 #cff.cff-light .cff-author-date,
1119 #cff.cff-light .cff-post-links a {
1120 color: #000;
1121 }
1122
1123 #cff.cff-light .cff-album-info p {
1124 color: rgba(0, 0, 0, 0.7);
1125 }
1126
1127 .cff-num-diff-hide {
1128 display: none !important;
1129 }
1130
1131 .cff-gdpr-notice {
1132 max-width: 100%;
1133 box-sizing: border-box;
1134 padding: 8px 15px;
1135 margin: 0;
1136 font-size: 12px;
1137 background: #fdf7f7;
1138 border-radius: 5px;
1139 border: 1px solid #e4b1b1;
1140 line-height: 1.3;
1141 display: none;
1142 }
1143
1144
1145 .sb-elementor-cta {
1146 width: 100% !important;
1147 border: 1px solid #E8E8EB !important;
1148 border-radius: 2px !important;
1149 position: relative !important;
1150 text-align: center !important;
1151 }
1152
1153 .sb-elementor-cta-img-ctn {
1154 width: 100% !important;
1155 position: relative !important;
1156 float: left !important;
1157 display: flex !important;
1158 justify-content: center !important;
1159 align-items: center !important;
1160 margin-top: 50px !important;
1161 margin-bottom: 35px !important;
1162 }
1163
1164 .sb-elementor-cta-img {
1165 width: 65px !important;
1166 height: 65px !important;
1167 position: relative !important;
1168 border: 2px solid #DCDDE1 !important;
1169 border-radius: 16px !important;
1170 -webkit-transform: rotate(-3deg) !important;
1171 transform: rotate(-3deg) !important;
1172 display: flex !important;
1173 justify-content: center !important;
1174 align-items: center !important;
1175 }
1176
1177 .sb-elementor-cta-img span svg {
1178 width: 32px;
1179 fill: #257ab2;
1180 float: left !important;
1181 }
1182
1183 .sb-elementor-cta-img>* {
1184 -webkit-transform: rotate(3deg) !important;
1185 transform: rotate(3deg) !important;
1186 }
1187
1188 .sb-elementor-cta-logo {
1189 position: absolute !important;
1190 right: -15px !important;
1191 bottom: -19px !important;
1192 z-index: 1 !important;
1193 }
1194
1195 .sb-elementor-cta-heading {
1196 font-size: 19px !important;
1197 padding: 0px !important;
1198 margin: 0px !important;
1199 display: inline-block !important;
1200 width: 100% !important;
1201 font-weight: 700 !important;
1202 line-height: 1.4em !important;
1203 margin-bottom: 30px !important;
1204 }
1205
1206 .sb-elementor-cta-btn {
1207 background: #0068A0 !important;
1208 border-radius: 2px !important;
1209 padding: 8px 20px 8px 38px !important;
1210 cursor: pointer !important;
1211 color: #fff !important;
1212 position: relative !important;
1213 margin-bottom: 30px !important;
1214 height: 40px !important;
1215 line-height: 24px !important;
1216 }
1217
1218 .sb-elementor-cta-btn:before,
1219 .sb-elementor-cta-btn:after {
1220 content: '' !important;
1221 position: absolute !important;
1222 width: 2px !important;
1223 height: 12px !important;
1224 background: #fff !important;
1225 left: 20px !important;
1226 top: 14px !important;
1227 }
1228
1229 .sb-elementor-cta-btn:after {
1230 -webkit-transform: rotate(90deg) !important;
1231 transform: rotate(90deg) !important;
1232 }
1233
1234 .sb-elementor-cta-desc {
1235 display: flex !important;
1236 justify-content: center !important;
1237 align-items: center !important;
1238 padding: 20px !important;
1239 background: #F9F9FA !important;
1240 border-top: 1px solid #E8E8EB !important;
1241 margin-top: 35px !important;
1242 flex-direction: column !important;
1243 }
1244
1245 .sb-elementor-cta-desc strong {
1246 color: #141B38 !important;
1247 font-size: 16px !important;
1248 font-weight: 600 !important;
1249 margin-bottom: 8px !important;
1250 }
1251
1252 .sb-elementor-cta-desc span {
1253 color: #434960 !important;
1254 font-size: 14px !important;
1255 line-height: 1.5em !important;
1256 padding: 0 20% !important;
1257 }
1258
1259 .sb-elementor-cta-selector {
1260 width: 100% !important;
1261 padding: 0 20% !important;
1262 display: flex !important;
1263 justify-content: center !important;
1264 align-items: center !important;
1265 flex-direction: column !important;
1266 margin-bottom: 45px !important;
1267 }
1268
1269 .sb-elementor-cta-feedselector {
1270 border: 1px solid #D0D1D7 !important;
1271 padding: 8px 16px 8px 16px !important;
1272 margin-bottom: 15px !important;
1273 max-width: 100% !important;
1274 min-width: 400px !important;
1275 }
1276
1277 .sb-elementor-cta-selector span {
1278 color: #2C324C !important;
1279 }
1280
1281 .sb-elementor-cta-selector span a {
1282 text-transform: capitalize !important;
1283 text-decoration: underline !important;
1284 font-weight: 600 !important;
1285 }
1286
1287 .sb-elementor-cta-selector span a:after {
1288 color: #2C324C !important;
1289 margin-left: 2px !important;
1290 font-weight: 400 !important;
1291 text-decoration-color: #fff !important;
1292 }
1293
1294 .sb-elementor-cta-selector span a:first-of-type:after {
1295 content: ',' !important;
1296 }
1297
1298 .sb-elementor-cta-selector span a:nth-of-type(2):after {
1299 content: 'or' !important;
1300
1301 }
1302
1303 .sb-elementor-cta-selector span a:nth-of-type(2):after {
1304 margin-left: 5px !important;
1305 margin-right: 2px !important;
1306 }
1307
1308 .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before,
1309 .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before,
1310 .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before,
1311 .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {
1312 content: '' !important;
1313 height: 16px !important;
1314 font-variant: normal !important;
1315 background-position: center center !important;
1316 background-repeat: no-repeat !important;
1317 }
1318
1319 .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before {
1320 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;
1321 }
1322
1323 .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before {
1324 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;
1325 }
1326
1327 .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before {
1328 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;
1329 }
1330
1331 .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {
1332 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;
1333 }