about.css
3 weeks ago
admin-notifications.css
3 weeks ago
callout.css
3 weeks ago
cff-admin-style.css
3 weeks ago
extensions.css
3 weeks ago
oembeds.css
3 weeks ago
settings.css
3 weeks ago
support.css
3 weeks ago
about.css
580 lines
| 1 | /* |
| 2 | * About Us CSS TABLE OF CONTENTS |
| 3 | * |
| 4 | * 1.0 - GLOBAL |
| 5 | * 2.0 - HEADER |
| 6 | * 3.0 - 3.0 - ABOUT US CONTAINER |
| 7 | * 3.1 - SECTION HEADER |
| 8 | * 3.2 - ABOUT TEAM BOX |
| 9 | * 3.3 - PLUGINS BOX |
| 10 | * 4.0 - STICKY WIDGET |
| 11 | * 5.0 - RESPONSIVENESS |
| 12 | */ |
| 13 | |
| 14 | /*** 1.0 - GLOBAL ***/ |
| 15 | .clearfix { display: inline-block; } |
| 16 | /* start commented backslash hack \*/ |
| 17 | * html .clearfix { height: 1%; } |
| 18 | .clearfix { display: block; } |
| 19 | #cff-about { |
| 20 | -webkit-font-smoothing: antialiased; |
| 21 | font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; |
| 22 | } |
| 23 | #wpcontent { |
| 24 | padding-left: 0px; |
| 25 | } |
| 26 | #wpbody-content { |
| 27 | padding-bottom: 40px; |
| 28 | } |
| 29 | .clearfix:after { |
| 30 | visibility: hidden; |
| 31 | display: block; |
| 32 | font-size: 0; |
| 33 | content: " "; |
| 34 | clear: both; |
| 35 | height: 0; |
| 36 | } |
| 37 | /*orange*/ |
| 38 | .sb-btn-orange{ |
| 39 | background: #FE544F!important; |
| 40 | color: #fff!important; |
| 41 | } |
| 42 | .sb-btn-orange:hover{ |
| 43 | background: #EC352F!important; |
| 44 | color: #fff!important; |
| 45 | } |
| 46 | .sb-btn-orange:focus, |
| 47 | .sb-btn-orange:active{ |
| 48 | background: #BC120E!important; |
| 49 | color: #fff!important; |
| 50 | } |
| 51 | .cff-fb-full-wrapper{ |
| 52 | padding: 0 53px; |
| 53 | padding-top: 82px; |
| 54 | } |
| 55 | .cff-fb-fs { |
| 56 | width: 100%; |
| 57 | position: relative; |
| 58 | float: left; |
| 59 | box-sizing: border-box; |
| 60 | } |
| 61 | |
| 62 | /*** 2.0 - HEADER ***/ |
| 63 | .cff-fb-create-ctn{ |
| 64 | margin-top: 90px; |
| 65 | } |
| 66 | .cff-fb-header{ |
| 67 | height: 64px; |
| 68 | position: absolute; |
| 69 | display: flex; |
| 70 | flex-direction: row; |
| 71 | justify-content: space-between; |
| 72 | align-items: center; |
| 73 | background: #fff; |
| 74 | padding: 0px 52px; |
| 75 | z-index: 2; |
| 76 | } |
| 77 | .cff-fb-header-left { |
| 78 | display: flex; |
| 79 | } |
| 80 | .cff-fb-header-left .sb-social-wall-link-wrap { |
| 81 | margin-left: 30px; |
| 82 | } |
| 83 | .sb-social-wall-link-wrap { |
| 84 | display: flex; |
| 85 | font-size: 14px; |
| 86 | margin: 10px 0 10px 30px; |
| 87 | } |
| 88 | .sb-social-wall-link:first-child { |
| 89 | padding-left: 0; |
| 90 | border-right: 1px solid #ccc; |
| 91 | color: #0068A0!important; |
| 92 | line-height: 1; |
| 93 | } |
| 94 | .sb-social-wall-link { |
| 95 | padding: 0 12px; |
| 96 | border-right: 1px solid #ccc; |
| 97 | color: #0068A0!important; |
| 98 | line-height: 1; |
| 99 | } |
| 100 | .sb-social-wall-link a { |
| 101 | text-decoration: none; |
| 102 | } |
| 103 | .sb-social-wall-link a:focus { |
| 104 | outline: none; |
| 105 | box-shadow: none; |
| 106 | } |
| 107 | .sb-social-wall-link:last-child { |
| 108 | border-right: none; |
| 109 | } |
| 110 | .cff-fb-hd-logo{ |
| 111 | display: flex; |
| 112 | vertical-align: middle; |
| 113 | align-items: center; |
| 114 | gap: 5px; |
| 115 | } |
| 116 | .cff-fb-hd-logo .sb-logo-letters-wrap { |
| 117 | margin-bottom: 4px; |
| 118 | } |
| 119 | .cff-fb-hd-logo .breadcrumb-title{ |
| 120 | font-size: 14px; |
| 121 | font-weight: 400; |
| 122 | line-height: 22px; |
| 123 | letter-spacing: 0em; |
| 124 | margin-left: 4px; |
| 125 | } |
| 126 | .cff-fb-hd-logo .separator{ |
| 127 | margin: 0 5px 0 10px; |
| 128 | } |
| 129 | .cff-fb-hd-btn{ |
| 130 | height: 38px; |
| 131 | cursor: pointer; |
| 132 | display: flex; |
| 133 | flex-direction: row; |
| 134 | justify-content: center; |
| 135 | align-items: center; |
| 136 | padding: 0px 15px 0px 13px; |
| 137 | font-weight: 600; |
| 138 | font-size: 14px; |
| 139 | color: #353A41; |
| 140 | background: #F3F4F5; |
| 141 | border-radius: 2px; |
| 142 | border: 1px solid #DCDDE1; |
| 143 | position: relative; |
| 144 | text-decoration: none; |
| 145 | transition: all 0.3s ease; |
| 146 | box-sizing: border-box; |
| 147 | } |
| 148 | .cff-fb-hd-btn svg { |
| 149 | margin-right: 10px; |
| 150 | width: 16px; |
| 151 | } |
| 152 | .cff-fb-hd-btn:focus { |
| 153 | outline: none; |
| 154 | box-shadow: none; |
| 155 | } |
| 156 | .cff-fb-hd-btn:hover { |
| 157 | color: inherit; |
| 158 | background-color: #fff; |
| 159 | } |
| 160 | .cff-fb-hd-btn i{ |
| 161 | margin: 0px 5px; |
| 162 | } |
| 163 | .cff-fb-hd-btn[data-icon="left"]{ |
| 164 | padding-right: 20px!important; |
| 165 | } |
| 166 | .cff-fb-full-wrapper .section-header h1 { |
| 167 | font-size: 32px; |
| 168 | line-height: 40px; |
| 169 | } |
| 170 | /*** 3.0 - SB CONTAINER ***/ |
| 171 | .cff-sb-container { |
| 172 | max-width: 875px; |
| 173 | position: relative; |
| 174 | margin: auto; |
| 175 | margin-top: 33px; |
| 176 | box-sizing: border-box; |
| 177 | } |
| 178 | |
| 179 | /*** 3.1 - SECTION HEADER ***/ |
| 180 | .cff-section-header h2 { |
| 181 | font-weight: 600; |
| 182 | font-size: 32px; |
| 183 | line-height: 40px; |
| 184 | color: #141B38; |
| 185 | margin: 0 0 5px 0; |
| 186 | } |
| 187 | |
| 188 | .cff-section-header p { |
| 189 | font-size: 13px; |
| 190 | line-height: 18px; |
| 191 | color: #8C8F9A; |
| 192 | margin: 0; |
| 193 | } |
| 194 | .cff-section-second-header { |
| 195 | margin-top: 36px; |
| 196 | } |
| 197 | .cff-section-second-header h3 { |
| 198 | font-weight: 600; |
| 199 | font-size: 24px; |
| 200 | line-height: 29px; |
| 201 | color: #141B38; |
| 202 | margin: 0 0 5px 0; |
| 203 | } |
| 204 | .cff-section-second-header p { |
| 205 | font-size: 14px; |
| 206 | line-height: 22px; |
| 207 | color: #8C8F9A; |
| 208 | margin-top: 0px; |
| 209 | } |
| 210 | .cff-oembed-plugin-box { |
| 211 | background: #FFFFFF; |
| 212 | box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05); |
| 213 | margin-bottom: 10px; |
| 214 | padding: 12px 20px; |
| 215 | display: flex; |
| 216 | justify-content: space-between; |
| 217 | align-items: center; |
| 218 | } |
| 219 | .sb-action-buttons .cff-btn { |
| 220 | display: flex; |
| 221 | align-items: center; |
| 222 | vertical-align: middle; |
| 223 | justify-content: center; |
| 224 | background: #F3F4F5; |
| 225 | border: 1px solid #DCDDE1; |
| 226 | border-radius: 2px; |
| 227 | padding: 6px 19px; |
| 228 | font-weight: 600; |
| 229 | font-size: 12px; |
| 230 | line-height: 18px; |
| 231 | color: #141B38; |
| 232 | box-sizing: border-box; |
| 233 | letter-spacing: 0.2px; |
| 234 | cursor: pointer; |
| 235 | text-decoration: none; |
| 236 | transition: all 0.15s ease-in-out; |
| 237 | } |
| 238 | .sb-action-buttons .cff-btn:hover { |
| 239 | background: #FFFFFF; |
| 240 | border: 1px solid #D0D1D7; |
| 241 | } |
| 242 | .sb-action-buttons .cff-btn:focus, |
| 243 | .sb-action-buttons .cff-btn:active { |
| 244 | background: #E8E8EB; |
| 245 | border: 1px solid #D0D1D7; |
| 246 | box-shadow: none; |
| 247 | outline: none; |
| 248 | } |
| 249 | .sb-action-buttons .cff-btn.loading svg { |
| 250 | height: 13px; |
| 251 | transform: translate(0px, 2px); |
| 252 | } |
| 253 | .sb-action-buttons .cff-btn.sb-btn-add svg { |
| 254 | margin-right: 10px; |
| 255 | height: 10px; |
| 256 | } |
| 257 | .sb-action-buttons .cff-btn.sb-btn-add path { |
| 258 | fill: #141B38; |
| 259 | } |
| 260 | .sb-action-buttons .cff-btn.sb-btn-installed { |
| 261 | background: #E8E8EB; |
| 262 | color: #8C8F9A; |
| 263 | cursor: not-allowed |
| 264 | } |
| 265 | .sb-action-buttons .cff-btn.sb-btn-add { |
| 266 | min-width: 110px; |
| 267 | } |
| 268 | .sb-action-buttons .cff-btn.sb-btn-activate { |
| 269 | background-color: #0068A0; |
| 270 | border-color: #0068A0; |
| 271 | color: #fff; |
| 272 | } |
| 273 | .sb-action-buttons .cff-btn.sb-btn-activate:hover { |
| 274 | background-color: #0096CC; |
| 275 | border-color: #0096CC; |
| 276 | } |
| 277 | .sb-action-buttons .cff-btn.sb-btn-activate:focus, |
| 278 | .sb-action-buttons .cff-btn.sb-btn-activate:active { |
| 279 | background-color: #004D77; |
| 280 | border-color: #004D77; |
| 281 | } |
| 282 | .sb-action-buttons .cff-btn.sb-btn-deactivate { |
| 283 | background-color: #D72C2C; |
| 284 | border-color: #D72C2C; |
| 285 | color: #fff; |
| 286 | display: none; |
| 287 | } |
| 288 | .sb-action-buttons .cff-btn.sb-btn-deactivate:hover { |
| 289 | background-color: #DF5757; |
| 290 | border-color: #DF5757; |
| 291 | } |
| 292 | .sb-action-buttons .cff-btn.sb-btn-deactivate:focus, |
| 293 | .sb-action-buttons .cff-btn.sb-btn-deactivate:active { |
| 294 | background-color: #841919; |
| 295 | border-color: #841919; |
| 296 | } |
| 297 | .sb-action-buttons .cff-btn:not(:last-child) { |
| 298 | margin-right: 8px; |
| 299 | } |
| 300 | .sb-btn-add-plugin svg { |
| 301 | height: 10px; |
| 302 | margin-right: 10px; |
| 303 | } |
| 304 | .sb-btn-add-plugin svg path { |
| 305 | fill: #141B38; |
| 306 | } |
| 307 | .sb-btn-installed svg { |
| 308 | margin-right: 10px; |
| 309 | } |
| 310 | /*** 3.2 - ABOUT TEAM BOX ***/ |
| 311 | .cff-about-box { |
| 312 | margin-top: 11px; |
| 313 | } |
| 314 | .cff-about-box .sb-team-avatar { |
| 315 | padding: 55px 0 50px; |
| 316 | background-image: linear-gradient(to right, #0068A0 , #0096CC); |
| 317 | text-align: center; |
| 318 | } |
| 319 | .cff-about-box .sb-team-avatar img { |
| 320 | max-width: 100%; |
| 321 | width: 603px; |
| 322 | } |
| 323 | .cff-about-box .sb-team-info { |
| 324 | display: flex; |
| 325 | padding: 48px; |
| 326 | background: #fff; |
| 327 | box-shadow: 0px 1px 2px rgb(0 0 0 / 5%), 0px 4px 5px rgb(0 0 0 / 5%); |
| 328 | border-radius: 0 0 2px 2px; |
| 329 | text-align: left; |
| 330 | } |
| 331 | .cff-about-box .sb-team-info .sb-team-left h2 { |
| 332 | font-size: 24px; |
| 333 | line-height: 29px; |
| 334 | letter-spacing: 0; |
| 335 | color: #141B38; |
| 336 | margin: 0; |
| 337 | padding-right: 5px; |
| 338 | } |
| 339 | .cff-about-box .sb-team-info .sb-team-right { |
| 340 | padding-left: 37px; |
| 341 | max-width: 365px; |
| 342 | box-sizing: border-box; |
| 343 | } |
| 344 | .cff-about-box .sb-team-info .sb-team-right p { |
| 345 | font-size: 14px; |
| 346 | line-height: 22px; |
| 347 | color: #64748B; |
| 348 | margin-top: 0; |
| 349 | } |
| 350 | |
| 351 | /*** 3.3 - EXTENSION PLUGINS BOX CONTAINER ***/ |
| 352 | .cff-plugins-boxes-container { |
| 353 | display: flex; |
| 354 | flex-wrap: wrap; |
| 355 | align-items: center; |
| 356 | justify-content: space-between; |
| 357 | margin-top: 20px; |
| 358 | gap: 12px; |
| 359 | } |
| 360 | .cff-plugins-boxes-container.sb-recommended-plugins { |
| 361 | margin-top: 26px; |
| 362 | } |
| 363 | .cff-plugins-boxes-container .sb-plugins-box{ |
| 364 | background-color: #fff; |
| 365 | padding: 20px 16px; |
| 366 | box-shadow: 0px 1px 2px rgb(0 0 0 / 5%), 0px 4px 5px rgb(0 0 0 / 5%); |
| 367 | border-radius: 4px; |
| 368 | display: flex; |
| 369 | width: calc((100% / 2) - 6px); |
| 370 | box-sizing: border-box; |
| 371 | } |
| 372 | .cff-plugins-boxes-container .sb-plugins-box .icon { |
| 373 | max-width: 80px; |
| 374 | padding-right: 5px; |
| 375 | box-sizing: border-box; |
| 376 | width: 80px; |
| 377 | min-width: 72px; |
| 378 | } |
| 379 | .cff-plugins-boxes-container.sb-recommended-plugins .sb-plugins-box .icon { |
| 380 | max-width: 80px; |
| 381 | padding-right: 23px; |
| 382 | box-sizing: border-box; |
| 383 | width: 80px; |
| 384 | min-width: 72px; |
| 385 | padding-left: 8px; |
| 386 | } |
| 387 | .cff-plugins-boxes-container .sb-plugins-box .icon img { |
| 388 | max-width: 100%; |
| 389 | } |
| 390 | .sb-plugins-box .sb-box-title { |
| 391 | font-weight: 600; |
| 392 | font-size: 16px; |
| 393 | line-height: 22px; |
| 394 | color: #141B38; |
| 395 | margin-top: 0; |
| 396 | margin-bottom: 5px; |
| 397 | } |
| 398 | .sb-plugins-box .sb-box-description { |
| 399 | margin: 0; |
| 400 | font-size: 13px; |
| 401 | line-height: 18px; |
| 402 | color: #8C8F9A; |
| 403 | } |
| 404 | .sb-recommended-plugins .sb-plugins-box .sb-box-description { |
| 405 | min-height: 69px; |
| 406 | } |
| 407 | .sb-plugins-box .sb-action-buttons { |
| 408 | margin-top: 20px; |
| 409 | display: flex; |
| 410 | } |
| 411 | |
| 412 | .cff-plugins-boxes-container .sb-plugins-box.cff-social-wall-plugin-box { |
| 413 | padding: 27px 20px 35px 120px; |
| 414 | flex-basis: 100%; |
| 415 | margin-right: 0; |
| 416 | justify-content: center; |
| 417 | position: relative; |
| 418 | overflow: hidden; |
| 419 | } |
| 420 | .cff-social-wall-plugin-box .sb-action-buttons .sb-btn-add { |
| 421 | padding: 6px 4px 6px 15px; |
| 422 | } |
| 423 | .cff-social-wall-plugin-box .sb-action-buttons .sb-btn-add span { |
| 424 | margin-left: 12px; |
| 425 | } |
| 426 | .cff-plugins-boxes-container .sb-plugins-box.cff-social-wall-plugin-box .plugin-box-content { |
| 427 | z-index: 11; |
| 428 | } |
| 429 | .cff-social-wall-plugin-box .sb-box-title { |
| 430 | font-size: 24px; |
| 431 | line-height: 27px; |
| 432 | letter-spacing: 0; |
| 433 | color: #141B38; |
| 434 | } |
| 435 | .cff-social-wall-plugin-box .sb-box-description { |
| 436 | font-size: 14px; |
| 437 | line-height: 22px; |
| 438 | color: #8C8F9A; |
| 439 | } |
| 440 | .cff-social-wall-plugin-box .sb-box-bg-image { |
| 441 | position: absolute; |
| 442 | z-index: 0; |
| 443 | left: -40px; |
| 444 | width: 356px; |
| 445 | top: 0; |
| 446 | } |
| 447 | .cff-social-wall-plugin-box .sb-box-bg-image img { |
| 448 | max-width: 100%; |
| 449 | } |
| 450 | |
| 451 | |
| 452 | /*** 5.0 - RESPONSIVENESS ***/ |
| 453 | @media (max-width: 1024px) { |
| 454 | .cff-extensions-boxes-container .sb-extensions-box{ |
| 455 | width: calc(48% - 33px); |
| 456 | } |
| 457 | .cff-extensions-boxes-container .sb-extensions-box:not(:nth-child(3n)) { |
| 458 | margin-right: 0; |
| 459 | } |
| 460 | .cff-extensions-boxes-container .sb-extensions-box:not(:nth-child(2n)) { |
| 461 | margin-right: 12px; |
| 462 | } |
| 463 | .cff-plugins-boxes-container { |
| 464 | padding-right: 0px; |
| 465 | } |
| 466 | .cff-social-wall-plugin-box .sb-box-bg-image { |
| 467 | left: -45px; |
| 468 | } |
| 469 | .cff-plugins-boxes-container .sb-plugins-box.cff-social-wall-plugin-box { |
| 470 | padding: 27px 20px 22px 130px; |
| 471 | } |
| 472 | .cff-section-second-header { |
| 473 | padding-right: 15px; |
| 474 | } |
| 475 | } |
| 476 | @media (min-width: 768px) and (max-width: 1024px) { |
| 477 | .cff-social-wall-plugin-box .sb-box-bg-image { |
| 478 | left: -85px; |
| 479 | } |
| 480 | .sb-action-buttons .cff-btn { |
| 481 | padding: 6px 15px; |
| 482 | } |
| 483 | .sb-recommended-plugins .sb-plugins-box { |
| 484 | min-height: 209px; |
| 485 | } |
| 486 | .sb-recommended-plugins .sb-plugins-box .sb-box-description { |
| 487 | min-height: 90px; |
| 488 | } |
| 489 | |
| 490 | } |
| 491 | @media (max-width: 767px) { |
| 492 | .auto-fold #wpcontent { |
| 493 | padding-left: 0; |
| 494 | } |
| 495 | .cff-fb-full-wrapper { |
| 496 | padding: 70px 20px 0 20px; |
| 497 | } |
| 498 | .cff-fb-hd-btn { |
| 499 | padding: 0px 15px 0px 7px; |
| 500 | } |
| 501 | .cff-fb-header { |
| 502 | padding: 0px 20px; |
| 503 | } |
| 504 | .cff-about-box .sb-team-info { |
| 505 | padding: 30px; |
| 506 | } |
| 507 | .cff-plugins-boxes-container .sb-plugins-box { |
| 508 | width: 100%; |
| 509 | } |
| 510 | .cff-plugins-boxes-container .sb-plugins-box.cff-social-wall-plugin-box { |
| 511 | display: flex; |
| 512 | flex-direction: column; |
| 513 | padding: 0px; |
| 514 | } |
| 515 | .cff-social-wall-plugin-box .sb-box-bg-image { |
| 516 | position: initial; |
| 517 | background-color: #c3d7f3; |
| 518 | width: 100%; |
| 519 | height: 190px; |
| 520 | } |
| 521 | .cff-plugins-boxes-container .sb-plugins-box.cff-social-wall-plugin-box .plugin-box-content { |
| 522 | padding: 18px 24px 24px; |
| 523 | } |
| 524 | .cff-social-wall-plugin-box .sb-box-title { |
| 525 | font-size: 18px; |
| 526 | } |
| 527 | .cff-social-wall-plugin-box .sb-box-bg-image img { |
| 528 | max-width: 401px; |
| 529 | } |
| 530 | .cff-about-box .sb-team-info { |
| 531 | flex-direction: column; |
| 532 | } |
| 533 | .cff-about-box .sb-team-info .sb-team-right { |
| 534 | padding-left: 0; |
| 535 | max-width: none; |
| 536 | margin-top: 30px; |
| 537 | } |
| 538 | |
| 539 | .sb-recommended-plugins .sb-plugins-box .sb-box-description { |
| 540 | min-height: initial; |
| 541 | } |
| 542 | .cff-about-box .sb-team-avatar { |
| 543 | display: none; |
| 544 | } |
| 545 | .cff-about-box .sb-team-info .sb-team-left h2 { |
| 546 | font-size: 21px; |
| 547 | } |
| 548 | } |
| 549 | |
| 550 | @media (max-width: 570px) { |
| 551 | .cff-extensions-boxes-container .sb-extensions-box { |
| 552 | width: calc(100% - 30px); |
| 553 | } |
| 554 | .cff-plugins-boxes-container { |
| 555 | padding-right: 0px; |
| 556 | } |
| 557 | .cff-plugins-boxes-container .sb-plugins-box:not(:nth-child(2n)) { |
| 558 | margin-right: 0px; |
| 559 | } |
| 560 | } |
| 561 | |
| 562 | @media (max-width: 480px) { |
| 563 | .cff-fb-hd-btn { |
| 564 | padding: 0px 10px 0px 7px !important; |
| 565 | } |
| 566 | .cff-fb-hd-btn[data-icon="left"] { |
| 567 | padding-right: 10px!important; |
| 568 | } |
| 569 | .cff-plugins-boxes-container .sb-plugins-box .icon { |
| 570 | width: 60px; |
| 571 | min-width: 60px; |
| 572 | } |
| 573 | .cff-plugins-boxes-container.sb-recommended-plugins .sb-plugins-box .icon { |
| 574 | padding-right: 11px; |
| 575 | width: 58px; |
| 576 | min-width: 58px; |
| 577 | padding-left: 8px; |
| 578 | } |
| 579 | } |
| 580 |