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