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