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