PluginProbe ʕ •ᴥ•ʔ
Smash Balloon Social Post Feed – Simple Social Feeds for WordPress / trunk
Smash Balloon Social Post Feed – Simple Social Feeds for WordPress vtrunk
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 / admin / builder / assets / css / preview.css
custom-facebook-feed / admin / builder / assets / css Last commit date
builder.css 1 week ago global.css 1 week ago preview.css 1 week ago tooltipster.css 4 years ago
preview.css
1462 lines
1 body{
2 overflow-x:hidden;
3 }
4 .cff-preview-ctn .no-overflow{
5 overflow: hidden!important;
6 }
7 .cff-preview-ctn .cff-fb-fs{
8 width: 100%;
9 position: relative;
10 float: left;
11 box-sizing: border-box;
12 }
13 .cff-fullsize-link{
14 position: absolute;
15 width: 100%;
16 height: 100%;
17 left: 0;
18 top: 0;
19 z-index: 9;
20 cursor: pointer;
21 }
22 .cff-feed-height{
23 overflow-x: hidden!important;
24 }
25 .cff-preview-likebox-ctn{
26 margin-top: 20px;
27 }
28 .cff-preview-ctn h1,
29 .cff-preview-ctn h2,
30 .cff-preview-ctn h3,
31 .cff-preview-ctn h4,
32 .cff-preview-ctn h5,
33 .cff-preview-ctn h6{
34 padding: 0px;
35 margin: 0px;
36 line-height: 1em;
37 }
38 .cff-preview-ctn h3, .cff-preview-ctn h4, .cff-preview-ctn h5, .cff-preview-ctn h6, .cff-preview-ctn p {
39 float: left;
40 width: 100%;
41 clear: both;
42 padding: 0;
43 margin: 5px 0;
44 line-height: 1.4;
45 word-wrap: break-word;
46 }
47
48 /*Preview Sections Highlights*/
49 .cff-preview-section{
50 opacity: 1;
51 }
52 .cff-preview-section[data-dimmed="true"]{
53 opacity: 0.4;
54 }
55
56
57 .cff-preview-ctn .cff-preview-header-visual{
58 margin-bottom: 25px;
59 }
60 .cff-preview-ctn .cff-preview-header-cover{
61 overflow: hidden;
62 height: 300px;
63 }
64 .cff-preview-ctn .cff-preview-header-cover img{
65 position: absolute;
66 width: 100%;
67 height: auto;
68 left: 0px;
69 top: 50%;
70 -webkit-transform: translateY(-50%);
71 transform: translateY(-50%);
72 }
73 .cff-preview-ctn .cff-preview-header-likebox{
74 position: absolute;
75 right: 10px;
76 bottom: 10px;
77 display: flex;
78 align-items: center;
79 justify-content: center;
80 background: #eee;
81 border-radius: 2px;
82 padding: 3px 5px;
83 color: #445790;
84 }
85 .cff-preview-ctn .cff-preview-header-likebox svg{
86 fill: currentColor;
87 width: 18px;
88 margin-right: 5px;
89 float: left;
90 }
91 .cff-preview-ctn .cff-preview-header-likebox span{
92 font-size: 15px;
93 line-height: 20px;
94 }
95 .cff-preview-ctn .cff-preview-header-info-ctn{
96 padding: 0 20px;
97 }
98 .cff-preview-ctn .cff-preview-header-avatar{
99 width: 100px;
100 border-color: 3px;
101 border: 2px solid #fff;
102 margin-top: -25px;
103 border-radius: 3px;
104 position: absolute;
105 left: 20px;
106 }
107 .cff-preview-ctn .cff-preview-header-avatar img{
108 width: 100%;
109 border-radius: 3px;
110 float: left;
111 }
112 .cff-preview-ctn .cff-preview-header-info{
113 padding-top: 10px;
114 margin-left: 125px;
115 }
116
117 .cff-preview-header-visual[data-header-avatar="hidden"] .cff-preview-header-info{
118 margin-left: 0px;
119 }
120
121 .cff-preview-ctn .cff-preview-header-text-h{
122 display: flex;
123 align-items: center;
124 line-height: 1em
125 }
126 .cff-preview-ctn .cff-header-text{
127 line-height: 1em!important;
128 }
129 .cff-preview-ctn .cff-preview-header-text-icon{
130 margin-right: 10px;
131 }
132 .cff-preview-ctn .cff-preview-header-text-icon svg{
133 float: left;
134 }
135 .cff-preview-ctn .cff-preview-header-name {
136 display: inline-block;
137 margin: 0 8px 0 0;
138 padding: 0;
139 font-size: 1.2em;
140 line-height: 1.2em;
141 }
142 .cff-preview-ctn .cff-preview-header-bio{
143 margin: 3px 0 0 0;
144 padding: 0;
145 line-height: 1.2em;
146 }
147
148 /*Load More Button*/
149 .cff-preview-ctn .cff-preview-loadmore-ctn{
150 margin-bottom: 20px;
151 }
152 .cff-preview-ctn .cff-preview-loadmore-btn{
153 display: flex;
154 justify-content: center;
155 align-items: center;
156 cursor: pointer;
157 min-height: 45px;
158 padding: 5px 0;
159 margin: 10px 0 0 0;
160 line-height: 1em;
161 font-size: 15px;
162
163 border: none;
164 background: #eee;
165 background: rgba(0,0,0,0.05);
166 width: 100%;
167 position: relative;
168 text-align: center;
169 box-sizing: border-box;
170 text-decoration: none;
171 -moz-border-radius: 5px;
172 -webkit-border-radius: 5px;
173 border-radius: 5px;
174 -moz-transition: background 0.1s ease-in-out;
175 -webkit-transition: background 0.1s ease-in-out;
176 -o-transition: background 0.1s ease-in-out;
177 transition: background 0.1s ease-in-out;
178 }
179 .cff-preview-ctn .cff-preview-loadmore-btn:hover {
180 background: #ddd;
181 background: rgba(0,0,0,0.1);
182 text-decoration: none;
183 -moz-transition: background 0.1s ease-in-out;
184 -webkit-transition: background 0.1s ease-in-out;
185 -o-transition: background 0.1s ease-in-out;
186 transition: background 0.1s ease-in-out;
187 }
188
189 /*Post List Layout*/
190 /* Masonry Layout */
191 /*
192 [data-feed-layout="masonry"] .cff-post-item-ctn{
193 margin: 0px!important;
194 }
195 [data-feed-layout="masonry"]{
196 display: grid;
197 grid-gap: 20px;
198 grid-auto-rows: 0;
199 }
200
201 [data-feed-layout="masonry"][data-feed-columns="1"]{
202 grid-template-columns: repeat(1, minmax(100px,1fr));
203 }
204 [data-feed-layout="masonry"][data-feed-columns="2"]{
205 grid-template-columns: repeat(2, minmax(100px,1fr));
206 }
207 [data-feed-layout="masonry"][data-feed-columns="3"]{
208 grid-template-columns: repeat(3, minmax(100px,1fr));
209 }
210 [data-feed-layout="masonry"][data-feed-columns="4"]{
211 grid-template-columns: repeat(4, minmax(100px,1fr));
212 }
213 [data-feed-layout="masonry"][data-feed-columns="5"]{
214 grid-template-columns: repeat(5, minmax(100px,1fr));
215 }
216 [data-feed-layout="masonry"][data-feed-columns="6"]{
217 grid-template-columns: repeat(6, minmax(100px,1fr));
218 }
219 */
220 [data-feed-layout="masonry"] .cff-post-item-ctn{
221 height: auto!important;
222 }
223 [data-feed-layout="masonry"][data-feed-columns="1"] .cff-post-item-ctn{
224 width: 100%;
225 }
226 [data-feed-layout="masonry"][data-feed-columns="2"] .cff-post-item-ctn{
227 width: 47%;
228 margin: 8px 1.5%;
229 }
230 [data-feed-layout="masonry"][data-feed-columns="3"] .cff-post-item-ctn{
231 width: 30.33%;
232 margin: 8px 1.5%;
233 }
234 [data-feed-layout="masonry"][data-feed-columns="4"] .cff-post-item-ctn{
235 width: 22%;
236 margin: 8px 1.5%;
237 }
238 [data-feed-layout="masonry"][data-feed-columns="5"] .cff-post-item-ctn{
239 width: 17%;
240 margin: 8px 1.5%;
241 }
242 [data-feed-layout="masonry"][data-feed-columns="6"] .cff-post-item-ctn{
243 width: 13.516%;
244 margin: 8px 1.5%;
245 }
246
247 [data-feed-layout="masonry"] .cff-media-item-ctn .cff-media-item-image-real{
248 height: 100%;
249 position: absolute;
250 width: 100%;
251 left: 0;
252 top: 0;
253 bottom: 0;
254 right: 0;
255 }
256 [data-feed-layout="masonry"] .cff-media-item-ctn .cff-media-item-image-poster{
257 opacity: 0;
258 }
259
260 /* Grid Layout */
261 [data-feed-layout="grid"]{
262 display: grid;
263 grid-gap: 20px;
264 }
265 [data-feed-layout="grid"][data-feed-columns="1"]{
266 grid-template-columns: repeat(1, minmax(100px,1fr));
267 }
268 [data-feed-layout="grid"][data-feed-columns="2"]{
269 grid-template-columns: 1fr 1fr;
270 }
271
272 [data-feed-layout="grid"][data-feed-columns="3"]{
273 grid-template-columns: repeat(3, minmax(100px,1fr));
274 }
275
276 [data-feed-layout="grid"][data-feed-columns="4"]{
277 grid-template-columns: repeat(4, minmax(100px,1fr));
278 }
279 [data-feed-layout="grid"][data-feed-columns="5"]{
280 grid-template-columns: repeat(5, minmax(100px,1fr));
281 }
282 [data-feed-layout="grid"][data-feed-columns="6"]{
283 grid-template-columns: repeat(6, minmax(100px,1fr));
284 }
285
286 [data-feed-layout="grid"] .cff-post-item-ctn{
287 overflow: hidden;
288 margin: 0px!important
289 }
290 [data-feed-layout="grid"] .cff-post-item-ctn .cff-post-grid-image{
291 position: absolute;
292 width: 100%;
293 height: 100%;
294 left: 0px;
295 top: 0px;
296 bottom: 0px;
297 right: 0px;
298 background-size: cover !important;
299 background-position: center center !important;
300 }
301 [data-feed-layout="grid"] .cff-photos-item-ctn img{
302 opacity: 0
303 }
304 [data-feed-layout="grid"] .cff-singlemedia-item.cff-albums-item-ctn .cff-albums-item-cover{
305 height: calc(100% - 70px);
306 left: 0;
307 top: 0;
308 right: 0;
309 }
310 [data-feed-layout="grid"] .cff-albums-item-ctn .cff-post-item-content{
311 height: inherit;
312 }
313
314
315 .cff-preview-ctn .cff-media-item-ctn{
316 background: none!important;
317 }
318 .cff-preview-ctn .cff-singlemedia-item{
319 background: none!important;
320 padding: 0px!important
321 }
322
323
324 [data-feed-layout="list"] .cff-post-item-ctn{
325 height: auto!important;
326 }
327
328 /*Post Single Item*/
329 .cff-post-item-info-ctn{
330 display: flex;
331 align-items: center;
332 margin-bottom: 15px;
333 padding: 0;
334 line-height: 1.2;
335 width: 100%;
336 }
337 .cff-post-item-info{
338 float: left;
339 padding: 3px 0 0 0;
340 font-size: 14px;
341 font-weight: bold;
342 line-height: 1.2;
343 }
344 .cff-post-item-date{
345 color: #9197a3;
346 font-weight: normal;
347 font-size: 11px;
348 margin-top: 1px !important;
349 margin-bottom: 0px !important;
350 }
351
352 .cff-post-item-avatar,
353 .cff-post-item-avatar img{
354 width: 45px;
355 height: 45px;
356 border-radius: 50px;
357 }
358 .cff-post-item-avatar{
359 margin-right: 10px;
360 }
361 .cff-post-item-author-name{
362 font-weight: bold;
363 }
364 .cff-post-item-story{
365 font-weight: normal;
366 font-size: 14px;
367 padding: 3px 0 0 0;
368 line-height: 1.2;
369 }
370 .cff-preview-ctn .cff-post-item-ctn{
371 width: 100%;
372 float: left;
373 position: relative;
374 box-sizing: border-box;
375 padding: 15px;
376 margin: 8px 0;
377 }
378 .cff-preview-ctn .cff-preview-posts-list-ctn[data-boxshadow="true"][data-feed-layout="list"] .cff-post-item-ctn,
379 .cff-preview-ctn .cff-preview-posts-list-ctn[data-boxshadow="true"][data-feed-columns="1"][data-feed-layout="masonry"] .cff-post-item-ctn{
380 width: calc(100% - 14px);
381 margin-left: 7px;
382 }
383
384 .cff-preview-ctn .cff-post-item-ctn[data-post-layout="half"] .cff-post-item-sides,
385 .cff-preview-ctn .cff-post-item-ctn[data-post-layout="half"][data-post-type="links"] .cff-post-item-link-ctn{
386 display: grid!important;
387 grid-template-columns: calc(50% - 15px) calc(50% - 15px);
388 grid-column-gap: 30px;
389 }
390
391 .cff-preview-ctn .cff-post-item-ctn[data-post-layout="half"][data-post-type="links"] .cff-post-item-sides{
392 display: flex;
393 flex-direction: column-reverse;
394 }
395
396 .cff-preview-ctn .cff-post-item-ctn[data-post-layout="thumb"] .cff-post-item-sides,
397 .cff-preview-ctn .cff-post-item-ctn[data-post-layout="thumb"][data-post-type="links"] .cff-post-item-link-ctn{
398 display: grid;
399 grid-template-columns: calc(20% - 15px) calc(80% - 15px);
400 grid-column-gap: 30px;
401 }
402
403 .cff-preview-ctn .cff-post-item-ctn[data-post-layout="thumb"][data-post-type="links"] .cff-post-item-sides{
404 display: flex;
405 flex-direction: column-reverse;
406 }
407
408 [data-feed-type="reviews"] [data-post-layout="half"] .cff-post-item-sides,
409 [data-feed-type="reviews"] [data-post-layout="thumb"] .cff-post-item-sides{
410 grid-template-columns: 100%!important;
411 }
412
413 .cff-preview-ctn .cff-post-item-ctn[data-post-layout="half"][data-post-type="statuses"] .cff-post-item-sides,
414 .cff-preview-ctn .cff-post-item-ctn[data-post-layout="thumb"][data-post-type="statuses"] .cff-post-item-sides{
415 display: block!important;
416 width: 100%!important;
417 }
418
419 .cff-preview-ctn .cff-preview-posts-list-ctn[data-boxshadow="true"] .cff-post-item-ctn{
420 box-shadow: 0 0 10px 0 rgba(0,0,0, 0.15);
421 }
422
423 .cff-preview-ctn .cff-preview-posts-list-ctn[data-poststyle="regular"] .cff-post-item-ctn{
424 padding: 15px 0px;
425 }
426 .cff-preview-ctn [data-feed-layout="carousel"][data-feed-type="singlealbum"] .cff-post-item-ctn{
427 height: 100%;
428 background-position: center!important;
429 background-size: cover!important;
430 }
431 /*Narrow Rules for Preview*/
432 [data-preview-device="mobile"] [data-narrow="active"] [data-post-layout="half"] .cff-post-item-sides,
433 [data-preview-device="mobile"] [data-narrow="active"] [data-post-layout="thumb"] .cff-post-item-sides,
434 [data-narrow="active"][data-feed-columns="3"] [data-post-layout="half"] .cff-post-item-sides,
435 [data-narrow="active"][data-feed-columns="3"] [data-post-layout="thumb"] .cff-post-item-sides,
436 [data-narrow="active"][data-feed-columns="4"] [data-post-layout="half"] .cff-post-item-sides,
437 [data-narrow="active"][data-feed-columns="4"] [data-post-layout="thumb"] .cff-post-item-sides,
438 [data-narrow="active"][data-feed-columns="5"] [data-post-layout="half"] .cff-post-item-sides,
439 [data-narrow="active"][data-feed-columns="5"] [data-post-layout="thumb"] .cff-post-item-sides,
440 [data-narrow="active"][data-feed-columns="6"] [data-post-layout="half"] .cff-post-item-sides,
441 [data-narrow="active"][data-feed-columns="6"] [data-post-layout="thumb"] .cff-post-item-sides,
442 [data-preview-device="mobile"] [data-narrow="active"] [data-post-layout="half"][data-post-type="links"] .cff-post-item-link-ctn,
443 [data-preview-device="mobile"] [data-narrow="active"] [data-post-layout="thumb"][data-post-type="links"] .cff-post-item-link-ctn{
444 display: flex !important;
445 flex-direction: column-reverse;
446 }
447 [data-narrow="active"][data-feed-columns="3"] [data-post-layout="half"][data-post-type="links"] .cff-post-item-link-ctn,
448 [data-narrow="active"][data-feed-columns="3"] [data-post-layout="thumb"][data-post-type="links"] .cff-post-item-link-ctn,
449 [data-narrow="active"][data-feed-columns="4"] [data-post-layout="half"][data-post-type="links"] .cff-post-item-link-ctn,
450 [data-narrow="active"][data-feed-columns="4"] [data-post-layout="thumb"][data-post-type="links"] .cff-post-item-link-ctn,
451 [data-narrow="active"][data-feed-columns="5"] [data-post-layout="half"][data-post-type="links"] .cff-post-item-link-ctn,
452 [data-narrow="active"][data-feed-columns="5"] [data-post-layout="thumb"][data-post-type="links"] .cff-post-item-link-ctn,
453 [data-narrow="active"][data-feed-columns="6"] [data-post-layout="half"][data-post-type="links"] .cff-post-item-link-ctn,
454 [data-narrow="active"][data-feed-columns="6"] [data-post-layout="thumb"][data-post-type="links"] .cff-post-item-link-ctn{
455 display: flex !important;
456 flex-direction: column;
457
458 }
459
460
461 .cff-preview-ctn .cff-post-item-text{
462 padding: 0;
463 margin: 5px 0;
464 line-height: 1.4;
465 word-wrap: break-word;
466 }
467 .cff-preview-ctn .cff-post-item-text a:hover{
468 text-decoration: underline;
469 }
470
471 .cff-post-item-text-expand a{
472 font-size: 11px;
473 font-weight: normal;
474 cursor: pointer;
475 }
476 .cff-preview-ctn .cff-post-item-text-expand a:hover{
477 text-decoration: underline;
478 }
479
480 .cff-preview-ctn .cff-post-item-meta-top{
481 display: flex;
482 align-items: center;
483 }
484 .cff-preview-ctn[data-plugin="free"] .cff-post-item-action-link{
485 margin-left: auto;
486 }
487 .cff-preview-ctn .cff-post-item-action-link{
488 margin-left: unset!important;
489 }
490 .cff-preview-ctn .cff-post-item-action-txt{
491 font-size: 11px;
492 cursor: pointer;
493 font-weight: normal;
494 }
495 .cff-preview-ctn .cff-post-item-action-link a:hover{
496 text-decoration: underline;
497 }
498 .cff-preview-ctn .cff-post-item-dot{
499 padding: 0 5px;
500 }
501
502 .cff-preview-ctn .cff-post-item-share-link{
503 position: relative;
504 }
505 .cff-preview-ctn .cff-post-item-share-tooltip{
506 position: absolute;
507 bottom: 22px;
508 right: -5px;
509 width: 100px;
510 padding: 3px 5px;
511 margin: 0;
512 background: #333;
513 color: #fff;
514 font-size: 12px;
515 line-height: 1.4;
516 display: flex;
517 align-items: center;
518 justify-content: center;
519 z-index: 9999;
520 -moz-border-radius: 4px;
521 -webkit-border-radius: 4px;
522 border-radius: 4px;
523 }
524 .cff-preview-ctn .cff-post-item-share-tooltip:before{
525 content: '';
526 position: absolute;
527 right: 11px;
528 bottom: -4px;
529 border-top: 7px solid #333;
530 border-left: 7px solid transparent;
531 border-right: 7px solid transparent;
532 }
533
534 .cff-preview-ctn .cff-post-item-share-tooltip a{
535 display: flex;
536 width: 26px;
537 height: 26px;
538 justify-content: center;
539 align-items: center;
540 color: #fff !important;
541 -moz-border-radius: 4px;
542 -webkit-border-radius: 4px;
543 border-radius: 4px;
544 }
545 .cff-preview-ctn .cff-post-item-share-tooltip svg{
546 width: 16px;
547 }
548
549 .cff-preview-ctn .cff-post-item-meta{
550 height: 37px;
551 margin: 5px 12px 5px 0;
552 display: flex;
553 padding: 0 5px 0 10px;
554 justify-content: center;
555 align-items: center;
556 cursor: pointer;
557 border-radius: 4px;
558 background: rgba(0,0,0,0.05);
559 box-shadow: 0 0 0 1px rgba(0,0,0,0.07);
560 -webkit-transition: all .2s ease-in-out;
561 transition: all .2s ease-in-out;
562 }
563 .cff-preview-ctn .cff-post-item-meta:hover{
564 box-shadow: 0 0 0 1px rgb(0 0 0 / 9%);
565 background: rgba(0,0,0,0.07);
566 }
567
568 .cff-preview-ctn .cff-post-item-view-comment,.cff-post-meta-item{
569 display: flex;
570 justify-content: center;
571 align-items: center;
572 }
573 .cff-preview-ctn .cff-post-meta-item{
574 float: left;
575 width: auto;
576 display: block;
577 list-style-type: none !important;
578 margin: 0 10px 0 0 !important;
579 padding: 0 !important;
580 font-size: 11px;
581 line-height: 16px !important;
582 background: none !important;
583 }
584 .cff-preview-ctn .cff-post-meta-item-icon, .cff-post-meta-item-icon svg{
585 width: 16px;
586 position: relative;
587 float: left;
588 z-index: 2;
589 }
590 .cff-preview-ctn .cff-post-meta-item-icon{
591 margin-right: 5px;
592 }
593 .cff-preview-ctn .cff-post-meta-item-icon svg:nth-of-type(2){
594 position: absolute;
595 left: 0px;
596 top: 0px;
597 z-index: -1;
598 }
599 .cff-preview-ctn .cff-post-item-full-img{
600 position: relative;
601 float: left;
602 width: 100%;
603 height: auto;
604 }
605
606 /*Responsive Meta & Actions Links*/
607 .cff-preview-ctn [data-feed-columns="3"] .cff-post-item-meta-top,
608 .cff-preview-ctn [data-feed-columns="4"] .cff-post-item-meta-top,
609 .cff-preview-ctn [data-feed-columns="5"] .cff-post-item-meta-top,
610 .cff-preview-ctn [data-feed-columns="6"] .cff-post-item-meta-top{
611 flex-direction: column-reverse;
612 align-items: flex-start;
613 }
614
615 .cff-preview-ctn [data-feed-columns="3"] .cff-post-item-action-link,
616 .cff-preview-ctn [data-feed-columns="4"] .cff-post-item-action-link,
617 .cff-preview-ctn [data-feed-columns="5"] .cff-post-item-action-link,
618 .cff-preview-ctn [data-feed-columns="6"] .cff-post-item-action-link{
619 margin-left: unset;
620 }
621
622 /*Light & Auto Icon Theme*/
623 .cff-post-meta-item-icon-comment svg path,
624 .cff-post-meta-item-icon-share svg path,
625 .cff-post-meta-item-icon-like svg path{
626 fill: rgba(0,0,0,0.4);
627 -webkit-transition: all 0.2s ease;
628 transition: all 0.2s ease;
629 }
630 .cff-post-meta-item-icon-comment svg.cff-svg-bg path,
631 .cff-post-meta-item-icon-share svg.cff-svg-bg path{
632 fill: rgba(255,255,255,0.7);
633 }
634 .cff-post-meta-item-icon-like svg.cff-svg-bg path{
635 fill: url(#likeGrad);
636 }
637
638 .cff-preview-ctn .cff-post-item-meta:hover svg path{
639 fill: rgba(0,0,0,0.5);
640 }
641
642 .cff-preview-ctn .cff-post-item-meta:hover .cff-post-meta-item-icon-share svg.cff-svg-bg path{
643 fill: #fdf3d0;
644 }
645 .cff-preview-ctn .cff-post-item-meta:hover .cff-post-meta-item-icon-comment svg.cff-svg-bg path{
646 fill: #fff;
647 }
648
649 .cff-preview-ctn .cff-post-item-meta:hover .cff-post-meta-item-icon-like svg.cff-svg-bg path{
650 fill: url(#likeGradHover);
651 }
652
653 /*Dark Icon Theme*/
654 .cff-post-item-meta[data-icon-theme="dark"] .cff-post-meta-item-icon-comment svg path,
655 .cff-post-item-meta[data-icon-theme="dark"] .cff-post-meta-item-icon-share svg path,
656 .cff-post-item-meta[data-icon-theme="dark"] .cff-post-meta-item-icon-like svg path{
657 fill: rgba(255,255,255,0.05);
658 -webkit-transition: all 0.2s ease;
659 transition: all 0.2s ease;
660 }
661 .cff-post-item-meta[data-icon-theme="dark"] .cff-post-meta-item-icon-comment svg.cff-svg-bg path,
662 .cff-post-item-meta[data-icon-theme="dark"] .cff-post-meta-item-icon-share svg.cff-svg-bg path{
663 fill: rgba(255,255,255,0.9);
664 }
665 .cff-post-item-meta[data-icon-theme="dark"] .cff-post-meta-item-icon-like svg.cff-svg-bg path{
666 fill: url(#likeGradDark);
667 }
668
669 .cff-preview-ctn .cff-post-item-meta[data-icon-theme="dark"]:hover svg path{
670 fill: #fff;
671 }
672
673 .cff-preview-ctn .cff-post-item-meta[data-icon-theme="dark"]:hover .cff-post-meta-item-icon-share svg.cff-svg-bg path{
674 fill: #fdf3d0;
675 }
676 .cff-preview-ctn .cff-post-item-meta[data-icon-theme="dark"]:hover .cff-post-meta-item-icon-comment svg.cff-svg-bg path{
677 fill: #fff;
678 }
679
680 .cff-preview-ctn .cff-post-item-meta[data-icon-theme="dark"]:hover .cff-post-meta-item-icon-like svg.cff-svg-bg path{
681 fill: url(#likeGradHover);
682 }
683 .cff-preview-ctn .cff-post-item-meta[data-icon-theme="dark"]:hover svg.cff-svg-bg{
684 z-index: 3!important;
685 }
686
687 /*Post Meta comments*/
688 .cff-post-item-meta-comments p,
689 .cff-post-item-meta-comments .cff-post-comment-item,
690 .cff-post-item-meta-comments .cff-comment-reply,
691 .cff-post-item-meta-comments .cff-post-comment-item p {
692 width: 100%;
693 min-width: 100%;
694 font-size: 12px;
695 margin: 0 0 1px 0;
696 line-height: 17px;
697 -webkit-box-sizing: border-box;
698 -moz-box-sizing: border-box;
699 box-sizing: border-box;
700 }
701
702
703 .cff-post-item-comments-top{
704 font-size: 12px;
705 margin-bottom: 1px;
706 padding: 10px 10px;
707 background: rgba(0,0,0,0.05);
708 border-radius: 4px;
709 border-bottom-left-radius: 0px;
710 border-bottom-right-radius: 0px;
711 }
712 .cff-post-item-comments-top a:hover{
713 text-decoration: underline;
714 }
715 .cff-post-item-comments-icon{
716 width: 16px;
717 height: 16px;
718 float: left;
719 margin-right: 8px;
720 display: flex;
721 justify-content: center;
722 align-items: center;
723 }
724 .cff-post-item-comments-icon svg{
725 width: 14px;
726 margin-top: 4px;
727 }
728 .cff-post-item-comments-list{
729 background: rgba(0,0,0,0.05);
730 border-radius: 4px;
731 border-top-left-radius: 0px;
732 border-top-right-radius: 0px;
733 }
734 .cff-post-comment-item{
735 padding: 7px 10px;
736 font-size: 12px;
737 display: flex;
738 align-items: flex-start;
739 }
740 .cff-post-comment-item-avatar{
741 width: 32px;
742 height: 32px;
743 float: left;
744 margin-right: 10px;
745 margin-top: 3px;
746 }
747 .cff-post-comment-item-avatar img{
748 width: 32px;
749 height: 32px;
750 float: left;
751 border-radius: 50px;
752 }
753 .cff-post-comment-item-author{
754 font-weight: bold;
755 margin-right: 6px;
756 float: left;
757 }
758 .cff-post-comment-item-author:hover{
759 text-decoration: underline;
760 }
761 .cff-post-comment-item-txt{
762 font-size: 12px;
763 line-height: 1.4;
764 margin: 0px;
765 }
766 .cff-post-comment-item-date{
767 font-size: 11px;
768 margin: 3px 0 0 0;
769 display: block;
770 font-style: italic;
771 line-height: 1em;
772 clear: both;
773 float: left;
774 }
775
776
777 .cff-post-item-media-album, .cff-post-item-media-album a,.cff-post-item-album-poster{
778 float: left;
779 width: 100%;
780 position: relative;
781 display: block;
782 }
783 .cff-post-item-album-thumb{
784 position: relative;
785 display: inline-block;
786 background-size: cover;
787 background-position: center center;
788 background-repeat: no-repeat;
789 }
790 .cff-post-item-album-thumb-overlay{
791 position: absolute;
792 width: 100%;
793 height: 100%;
794 left: 0;
795 top: 0;
796 z-index: 3;
797 background: rgba(0,0,0,0.4);
798 display: flex;
799 justify-content: center;
800 align-items: center;
801 color: #fff;
802 font-size: 30px;
803 }
804
805 .cff-post-item-album-thumbs{
806 width: 100%;
807 display: grid;
808 margin-top: 5px;
809 float: left;
810 }
811 .cff-post-item-album-thumbs[data-length='1']{
812 grid-template-columns: 100%;
813 }
814 .cff-post-item-album-thumbs[data-length='2']{
815 grid-template-columns: calc(50% - 3px) calc(50% - 3px);
816 grid-column-gap: 5px;
817 }
818
819 .cff-post-item-album-thumbs[data-length='3']{
820 grid-template-columns: calc(33.33% - 3px) calc(33.33% - 3px) calc(33.33% - 3px);
821 grid-column-gap: 5px;
822 }
823
824 .cff-post-item-album-thumbs .cff-post-item-album-thumb:first-of-type{
825 grid-row: 1 / 1;
826 grid-column: 1 / 1;
827 padding-bottom: 100%;
828 }
829 .cff-post-item-media-album{
830 margin-bottom: 10px;
831 }
832
833 .cff-preview-ctn .cff-post-item-iframe-ctn[data-source="spotify"] iframe{
834 width: 100%;
835 height: 80px;
836 }
837
838 .cff-preview-ctn .cff-post-item-iframe-ctn[data-source="soundcloud"] iframe{
839 width: 100%;
840 height: 100px;
841 }
842
843 .cff-preview-ctn .cff-post-item-media-ctn{
844 margin: 5px 0px;
845 }
846 .cff-preview-ctn .cff-post-item-video-ctn{
847 position: relative;
848 }
849 .cff-preview-ctn .cff-post-item-iframe-ctn[data-source="video"] .cff-post-item-iframe,
850 /*.cff-preview-ctn .cff-post-item-video-ctn,*/
851 .cff-preview-ctn .cff-videos-item-ctn .cff-videos-item-source{
852 width: 100%;
853 float: left;
854 clear: both;
855 /*margin: 5px 0;*/
856 position: relative;
857 /*padding-bottom: 62%;*/
858 padding-bottom: 56.25%;
859 }
860
861 .cff-play-video-icon{
862 position: absolute;
863 width: 56px;
864 height: 56px;
865 background: rgba(0,0,0,0.7);
866 color: #fff;
867 left: 50%;
868 top: 50%;
869 border-radius: 8px;
870 cursor: pointer;
871 z-index: 1;
872 -webkit-transform: translate(-50%, -50%);
873 transform: translate(-50%, -50%);
874 }
875 .cff-play-video-icon:before{
876 content: '';
877 position: absolute;
878 border-left: 22px solid currentColor;
879 border-top: 17px solid transparent;
880 border-bottom: 17px solid transparent;
881 left: 19px;
882 top: 11px;
883 border-radius: 4px;
884 }
885
886 .cff-preview-ctn .cff-post-item-iframe-ctn[data-source="video"] .cff-post-item-iframe iframe,
887 .cff-preview-ctn .cff-post-item-video-ctn[data-lightbox="false"] iframe,
888 .cff-preview-ctn .cff-videos-item-ctn[data-lightbox="false"] .cff-videos-item-source iframe,
889 .cff-lightbox-video iframe,
890 .cff-preview-ctn .cff-videos-item-source iframe{
891 position: absolute;
892 width: 100%;
893 height: 100%;
894 z-index: 1;
895 top: 0;
896 left: 0;
897 margin: 0;
898 padding: 0;
899 border: 0;
900 }
901 .cff-lightbox-video {
902 width: 950px;
903 background: #212121;
904 float: left;
905 clear: both;
906 padding-bottom: 56.25%;
907 position: relative;
908 }
909 .cff-preview-ctn .cff-post-item-video-ctn iframe{
910 width: 100%;
911 float: left;
912 }
913
914 .cff-preview-ctn .cff-post-item-link-ctn{
915 width: 100%;
916 float: left;
917 clear: both;
918 padding: 8px;
919 margin: 10px 0 5px 0;
920 background: rgba(0,0,0,0.02);
921 border: 1px solid rgba(0,0,0,0.07);
922 box-sizing: border-box;
923 }
924 .cff-preview-ctn .cff-post-item-link-ctn[data-linkbox="on"]{
925 border: 0px !important;
926 background: none !important;
927 padding: 0px !important;
928 }
929
930 .cff-preview-ctn .cff-post-item-link-a:hover{
931 text-decoration: underline;
932 }
933 .cff-preview-ctn .cff-post-item-link-ctn img{
934 width: 100%;
935 max-width: 100%;
936 height: auto;
937 float: none;
938 }
939 .cff-preview-ctn .cff-post-item-link-ctn > a{
940 width: 100%;
941 max-width: 100%;
942 margin-right: 0%;
943 margin-bottom: 5px;
944 text-align: center;
945 float: left;
946 }
947 .cff-preview-ctn .cff-post-item-link-info{
948 line-height: 1.4;
949 }
950
951 .cff-preview-ctn .cff-photos-item-ctn{
952 margin: 0 0 20px 0;
953 padding: 0;
954 text-align: center;
955 border: 1px solid rgba(0, 0, 0, .1);
956 }
957 [data-feed-layout="grid"] .cff-photos-item-ctn,
958 [data-feed-layout="grid"] .cff-albums-item-ctn{
959 border-radius: unset!important;
960 }
961 .cff-preview-ctn .cff-singlemedia-item-info{
962 display: flex;
963 flex-direction: column;
964 align-items: center;
965 }
966 .cff-preview-ctn .cff-singlemedia-item-info a:hover{
967 text-decoration: underline;
968 }
969 .cff-preview-ctn .cff-singlemedia-item-info{
970 width: 100%;
971 height: 70px;
972 float: left;
973 clear: both;
974 overflow: hidden;
975 }
976 .cff-preview-ctn .cff-singlemedia-item-info > h4{
977 font-size: 14px!important;
978 line-height: 1.2!important;
979 margin: 10px 0 0 0!important;
980 padding: 0!important;
981 }
982 .cff-preview-ctn .cff-singlemedia-item-info > p{
983 font-size: 12px;
984 color: gray;
985 margin: 5px 0 0 0;
986 }
987 .cff-preview-ctn .cff-singlemedia-item{
988 margin: 0 0 20px 0;
989 text-align: center;
990 }
991
992 .cff-preview-ctn .cff-preview-likebox-ctn iframe{
993 width: 100% !important;
994 margin: 0 !important;
995 border: 0 !important;
996 padding: 0;
997 position: relative;
998 top: 0;
999 left: 0;
1000 }
1001
1002 /*Event Details*/
1003 .cff-preview-ctn .cff-post-event-street{
1004 display: block
1005 }
1006
1007
1008 /*
1009 Featured & Single Album Holder
1010 */
1011 .cff-preview-ctn .cff-single-holder-ctn{
1012 height: 600px;
1013 background: #fff;
1014 box-shadow: 0 0px 6px rgba(0,0,0,0.05);
1015 display: flex;
1016 justify-content: center;
1017 align-items: center;
1018 flex-direction: column;
1019 }
1020
1021 .cff-preview-ctn .cff-single-holder-img{
1022 width: 130px;
1023 height: 130px;
1024 background: #F3F4F5;
1025 border: 1px dashed #D0D1D7;
1026 display: flex;
1027 justify-content: center;
1028 align-items: center;
1029 margin-bottom: 50px;
1030 }
1031 .cff-preview-ctn .cff-single-holder-content{
1032 text-align: center;
1033 }
1034 .cff-preview-ctn .cff-single-holder-content strong{
1035 font-size: 24px;
1036 margin-bottom: 10px;
1037 }
1038 .cff-preview-ctn .cff-single-holder-content p{
1039 font-size: 16px;
1040 line-height: 1.7em;
1041 color: #8C8F9A;
1042 margin: 0px;
1043 margin-top: 8px;
1044 }
1045
1046
1047 /*Post Element Overlay */
1048 .cff-preview-ctn .cff-post-overlay{
1049 position: absolute;
1050 width: 100%;
1051 height: 100%;
1052 cursor: pointer;
1053 left: 0;
1054 top: 0;
1055 background: rgba(0,0,0,0.4);
1056 z-index: 9;
1057 opacity: 0;
1058 visibility: hidden;
1059 -webkit-transition: all .2s ease-in-out;
1060 transition: all .2s ease-in-out;
1061 }
1062 .cff-preview-ctn .cff-post-item-media-wrap:hover .cff-post-overlay,
1063 .cff-preview-ctn .cff-post-item-iframe-ctn:hover .cff-post-overlay,
1064 .cff-preview-ctn .cff-post-item-video-ctn:hover .cff-post-overlay,
1065 .cff-preview-ctn .cff-post-overlay-parent:hover .cff-post-overlay,
1066 .cff-preview-ctn .cff-videos-item-source:hover .cff-post-overlay{
1067 opacity: 1;
1068 visibility: visible;
1069 }
1070
1071 /*Lightbox */
1072 .cff-lightbox-ctn{
1073 width: 100%;
1074 height: 100%;
1075 position: absolute;
1076 left: 0;
1077 top: 2px;
1078 background: rgba(0,0,0,0.9);
1079 z-index: 9;
1080 display: none;
1081 justify-content: center;
1082 align-items: flex-start;
1083 padding-top: 100px;
1084 }
1085 .cff-lightbox-ctn[data-visibility="shown"]{
1086 display: flex;
1087 }
1088 /* a11y: lightbox controls are now <button>; reset UA chrome (SMASH-1379) */
1089 button.cff-lightbox-closer,
1090 button.cff-lightbox-cls,
1091 button.cff-lightbox-nav {
1092 background: none;
1093 border: 0;
1094 padding: 0;
1095 margin: 0;
1096 font: inherit;
1097 color: inherit;
1098 cursor: pointer;
1099 appearance: none;
1100 -webkit-appearance: none;
1101 }
1102 .cff-lightbox-closer{
1103 position: absolute;
1104 left: 0;
1105 top: 0;
1106 z-index: 1;
1107 height: 100%;
1108 width: 100%;
1109 }
1110 .cff-lightbox-image img{
1111 float: left;
1112 max-width:780px;
1113 }
1114 .cff-lightbox-content{
1115 max-width: 100%;
1116 position: relative;
1117 z-index: 2;
1118 }
1119 .cff-lightbox-content-insider{
1120 position: relative;
1121 padding-right: 300px;
1122 display: flex;
1123 }
1124 [data-comments="false"] .cff-lightbox-content-insider{
1125 padding-right: 0px;
1126 }
1127 [data-comments="false"] .cff-lightbox-content{
1128 max-width: 100%;
1129 position: relative;
1130 z-index: 2;
1131 }
1132
1133 .cff-lightbox-sidebar{
1134 width: 300px;
1135 box-sizing: border-box;
1136 position: absolute;
1137 right: 0px;
1138 top: 0px;
1139 background: #fff;
1140 height: 100%;
1141 padding: 15px;
1142 overflow: auto;
1143 }
1144 .cff-lightbox-caption{
1145 float: left;
1146 box-sizing: border-box;
1147 padding: 10px;
1148 background: #fff;
1149 position: relative;
1150 position: absolute;
1151 }
1152 .cff-lightbox-caption .cff-lightbox-cls{
1153 top:3px;
1154 }
1155
1156 .cff-lightbox-sidebar .cff-post-item-meta-top{
1157 display: none!important;
1158 }
1159 .cff-lightbox-sidebar .cff-post-item-meta-comments{
1160 display: block!important;
1161 }
1162 .cff-lightbox-sidebar .cff-post-item-meta-wrap{
1163 margin-top: 12px;
1164 }
1165
1166 .cff-lightbox-cls{
1167 position: absolute;
1168 width: 15px;
1169 height: 15px;
1170 top: 8px;
1171 right: 6px;
1172 cursor: pointer;
1173 z-index: 8;
1174 }
1175 .cff-lightbox-cls:before,
1176 .cff-lightbox-cls:after{
1177 content: '';
1178 position: absolute;
1179 height: 3px;
1180 width: 13px;
1181 left: 1px;
1182 top: 6px;
1183 background: currentColor;
1184 -webkit-transform: rotate(45deg);
1185 transform: rotate(45deg);
1186 }
1187 .cff-lightbox-cls:after{
1188 -webkit-transform: rotate(-45deg);
1189 transform: rotate(-45deg);
1190 }
1191
1192 .cff-lightbox-nav{
1193 position: absolute;
1194 width: 40px;
1195 height: 100%;
1196 display: flex;
1197 justify-content: center;
1198 align-items: center;
1199 left: -60px;
1200 cursor: pointer;
1201 }
1202 .cff-lightbox-next{
1203 left: unset;
1204 right:-60px;
1205 }
1206 .cff-lightbox-nav-icon{
1207 width: 24px;
1208 height: 24px;
1209 border-bottom: 4px solid #fff;
1210 border-right: 4px solid #fff;
1211 -webkit-transform: rotate(135deg);
1212 transform: rotate(135deg);
1213 opacity: .7;
1214 -webkit-transition: all .2s ease-in-out;
1215 transition: all .2s ease-in-out;
1216 }
1217 .cff-lightbox-next .cff-lightbox-nav-icon{
1218 -webkit-transform: rotate(-45deg);
1219 transform: rotate(-45deg);
1220 }
1221 .cff-lightbox-nav:hover .cff-lightbox-nav-icon{
1222 opacity: 1;
1223 }
1224 .cff-lightbox-thumbs{
1225 background: #222;
1226 }
1227 .cff-lightbox-thumb-item{
1228 float: left;
1229 width: 60px;
1230 height: 60px;
1231 cursor: pointer;
1232 box-sizing: border-box;
1233 -webkit-transition: all .2s ease-in-out;
1234 transition: all .2s ease-in-out;
1235 background-size: cover;
1236 background-position: center center;
1237 margin: 4px;
1238 }
1239 .cff-lightbox-thumb-item:hover, .cff-lightbox-thumb-item[data-active="true"]{
1240 box-shadow: inset 0 0 0 4px rgb(255 255 255 / 70%);
1241 border: 1px solid #bbb;
1242 }
1243
1244 .cff-lightbox-sidebar .cff-post-item-text{
1245 line-height: 1.3em
1246 }
1247 /*
1248 COLOR SCHEMES
1249 */
1250 /*LIGHT*/
1251 [data-preview-colorscheme="light"] .cff-post-item-content{
1252 color: rgba(0,0,0,.8);
1253 }
1254
1255 [data-preview-colorscheme="light"] .cff-singlemedia-item-info p{
1256 color: rgba(0,0,0,.7);
1257 }
1258
1259 [data-preview-colorscheme="light"] .cff-post-item-text a{
1260 color: #141B38;
1261 text-decoration: underline;
1262 }
1263 [data-preview-colorscheme="light"] .cff-post-item-text-expand,
1264 [data-preview-colorscheme="light"] .cff-post-item-action-link{
1265 color: #141B38;
1266 }
1267
1268 [data-preview-colorscheme="light"] .cff-post-item-date{
1269 color: rgba(0,0,0,0.5)
1270 }
1271
1272 /*DARK*/
1273 [data-preview-colorscheme="dark"] .cff-post-item-content{
1274 color: rgba(255,255,255,.75);
1275 background-color: rgba(0,0,0,.85)
1276 }
1277 [data-preview-colorscheme="dark"] [data-poststyle="boxed"] .cff-post-item-content{
1278 background-color: unset;
1279 }
1280 [data-preview-colorscheme="dark"] [data-poststyle="boxed"] .cff-post-item-ctn{
1281 background-color: rgba(0,0,0,.85)
1282 }
1283
1284 [data-preview-colorscheme="dark"] .cff-singlemedia-item-info p{
1285 color: rgba(255,255,255,.75);
1286 }
1287 [data-preview-colorscheme="dark"] .cff-post-item-text a{
1288 color: #fff;
1289 text-decoration: underline;
1290 }
1291 [data-preview-colorscheme="dark"] .cff-post-item-text-expand,
1292 [data-preview-colorscheme="dark"] .cff-post-item-action-link{
1293 color: #fff;
1294 }
1295
1296 [data-preview-colorscheme="dark"] .cff-post-item-date{
1297 color: rgba(255,255,255,.5);
1298 }
1299
1300 .cff-videos-item-ctn,.cff-albums-item-ctn,.cff-photos-item-ctn{
1301 border-bottom: 0px!important;
1302 }
1303
1304 .cff-preview-posts-grid .cff-videos-item-ctn .cff-post-item-content,
1305 .cff-preview-posts-grid .cff-videos-item-ctn .cff-post-overlay-parent,
1306 .cff-preview-posts-grid .cff-videos-item-ctn .cff-post-overlay-parent > .cff-fb-fs{
1307 position: absolute;
1308 width: 100%;
1309 height: 100%;
1310 }
1311 .cff-preview-posts-grid .cff-videos-item-ctn .cff-post-overlay-parent{
1312 background-size: cover!important;
1313 background-position: center center!important;
1314 }
1315 .cff-preview-posts-grid .cff-videos-item-ctn .cff-post-overlay-parent{
1316 height: calc(100% - 70px)
1317 }
1318 .cff-preview-posts-grid .cff-singlemedia-item-info{
1319 position: absolute;
1320 bottom: 0px;
1321 }
1322 /*
1323 Carousel
1324 */
1325 .owl-stage{
1326 position: relative;
1327 }
1328 .owl-stage-outer{
1329 overflow: hidden;
1330 }
1331 .owl-item{
1332 float: left;
1333 }
1334 .owl-dots{
1335 width: 100%;
1336 height: 35px;
1337 text-align: center;
1338 margin-top: 10px;
1339 margin-bottom: 30px;
1340 display: flex;
1341 justify-content: center;
1342 align-items: center;
1343 }
1344 .owl-dot{
1345 display: inline-block;
1346 width: 12px;
1347 height: 12px;
1348 margin: 5px 7px;
1349 filter: Alpha(Opacity=25);
1350 opacity: 0.25;
1351 padding:0px !important;
1352 border-radius: 20px;
1353 background: #000;
1354 box-shadow: 0 0 1px 0 rgb(255 255 255 / 80%);
1355 border: 0px;
1356 cursor: pointer;
1357 }
1358 .owl-dot.active,.owl-dot:hover{
1359 opacity: .5;
1360 }
1361
1362 .owl-prev,
1363 .owl-next{
1364 width: 40px;
1365 height: 40px;
1366 border-radius: 50px;
1367 padding: 0px;
1368 border: 0px;
1369 cursor: pointer;
1370 font-size: 22px;
1371 display: flex;
1372 justify-content: center;
1373 align-items: center;
1374 background: #000;
1375 color: #fff;
1376 }
1377 .owl-dots .owl-prev,
1378 .owl-dots .owl-next{
1379 display: inline-block;
1380 }
1381
1382 .owl-prev span,
1383 .owl-next span{
1384 margin-top: -3px;
1385 }
1386 .cff-carousel[data-navigation="none"] .owl-nav{
1387 display: none;
1388 }
1389
1390 .cff-carousel[data-navigation="onhover"] .owl-prev,
1391 .cff-carousel[data-navigation="onhover"] .owl-next{
1392 opacity: 0;
1393 position: absolute;
1394 top: 50%;
1395 margin-top: -20px;
1396 left: 0px;
1397 -webkit-transition: all .2s ease-in-out;
1398 transition: all .2s ease-in-out;
1399 }
1400 .cff-carousel[data-navigation="onhover"] .owl-next{
1401 left: unset;
1402 right: 0px;
1403 }
1404 .cff-carousel[data-navigation="below"] .owl-prev,
1405 .cff-carousel[data-navigation="below"] .owl-next,
1406 .cff-carousel:hover .owl-prev,
1407 .cff-carousel:hover .owl-next{
1408 opacity: .5;
1409 }
1410
1411 .cff-carousel .owl-prev:hover,
1412 .cff-carousel .owl-next:hover{
1413 opacity: 1;
1414 }
1415
1416 /*Reviews Ratings*/
1417 .cff-rating {
1418 float: none;
1419 display: inline-block;
1420 margin: 0 0 5px 0 !important;
1421 padding: 3px 6px;
1422 height: auto;
1423 background: #5890FF;
1424 color: #fff;
1425 white-space: nowrap;
1426 border-radius: 100px;
1427 line-height: 1em;
1428 }
1429 span.cff-rating-num, span.cff-star {
1430 margin: 0 2px 0 0 !important;
1431 padding: 0;
1432 height: auto;
1433 display: inline-block;
1434 vertical-align: top;
1435 line-height: 1;
1436 color: #fff;
1437 font-weight: normal;
1438 font-size: 12px!important;
1439 }
1440 span.cff-rating-num{
1441 margin: 0 2px 0 4px !important;
1442 }
1443 /*FREE PLUGIN*/
1444 .cff-post-item-icon-ctn{
1445 margin-bottom: 5px;
1446 }
1447 .cff-post-item-icon-ctn span{
1448 display: inline-block;
1449 width: auto;
1450 padding: 5px 7px 5px 6px;
1451 margin-right: 6px;
1452 border: 1px solid #eee;
1453 border: 1px solid rgba(0,0,0,0.1);
1454 border-radius: 3px;
1455 background: rgba(0,0,0,0.02);
1456 }
1457 .cff-post-item-icon-ctn:hover{
1458 text-decoration: underline;
1459 }
1460 [data-plugin="free"] .cff-post-item-media-ctn{
1461
1462 }