| 1 | @charset "UTF-8"; |
| 2 | /* |
| 3 | Theme Name: Twenty Twenty-One |
| 4 | Theme URI: https://wordpress.org/themes/twentytwentyone/ |
| 5 | Author: the WordPress team |
| 6 | Author URI: https://wordpress.org/ |
| 7 | Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog. |
| 8 | Requires at least: 5.3 |
| 9 | Tested up to: 5.5 |
| 10 | Requires PHP: 5.6 |
| 11 | Version: 1.0.0 |
| 12 | License: GNU General Public License v2 or later |
| 13 | License URI: LICENSE |
| 14 | Text Domain: twentytwentyone |
| 15 | Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready |
| 16 | |
| 17 | Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org |
| 18 | Twenty Twenty-One is distributed under the terms of the GNU GPL. |
| 19 | */ |
| 20 | /** |
| 21 | * SETTINGS |
| 22 | * File-header..........The file header for the themes style.css file. |
| 23 | * Fonts................Any font files, if the project needs specific fonts. |
| 24 | * Global...............Project-specific, globally available variables. |
| 25 | * |
| 26 | * TOOLS |
| 27 | * Extends..............Global extends. |
| 28 | * Functions............Global functions. |
| 29 | * Mixins...............Global mixins. |
| 30 | * |
| 31 | * GENERIC |
| 32 | * Normalize.css........Normalise browser defaults. |
| 33 | * Breakpoints..........Mixins and variables for responsive styles |
| 34 | * Vertical-margins.....Vertical spacing for the main components. |
| 35 | * Reset................Reset specific elements to make them easier to style in other contexts. |
| 36 | * Clearings............Clearnings for the main components. |
| 37 | * |
| 38 | * ELEMENTS |
| 39 | * Blockquote...........Default blockquote. |
| 40 | * Forms................Element-level form styling. |
| 41 | * Headings.............H1–H6 |
| 42 | * Links................Default links. |
| 43 | * Lists................Default lists. |
| 44 | * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video. |
| 45 | * |
| 46 | * BLOCKS |
| 47 | * Audio................Specific styles for the audio block. |
| 48 | * Button...............Specific styles for the button block. |
| 49 | * Code.................Specific styles for the code block. |
| 50 | * Collumns.............Specific styles for the collumns block. |
| 51 | * Cover................Specific styles for the cover block. |
| 52 | * File.................Specific styles for the file block. |
| 53 | * Gallery..............Specific styles for the gallery block. |
| 54 | * Group................Specific styles for the group block. |
| 55 | * Heading..............Specific styles for the heading block. |
| 56 | * Image................Specific styles for the image block. |
| 57 | * Latest comments......Specific styles for the latest comments block. |
| 58 | * Latest posts.........Specific styles for the latest posts block. |
| 59 | * Legacy...............Specific styles for the legacy gallery. |
| 60 | * List.................Specific styles for the list block. |
| 61 | * Meda text............Specific styles for the media and text block. |
| 62 | * Navigation...........Specific styles for the navigation block. |
| 63 | * Paragraph............Specific styles for the paragraph block. |
| 64 | * Pullquote............Specific styles for the pullquote block. |
| 65 | * Quote................Specific styles for the quote block. |
| 66 | * Search...............Specific styles for the search block. |
| 67 | * Separator............Specific styles for the separator block. |
| 68 | * Spacer...............Specific styles for the spacer block. |
| 69 | * Table................Specific styles for the table block. |
| 70 | * Verse................Specific styles for the verse block. |
| 71 | * Video................Specific styles for the video block. |
| 72 | * Utilities............Block alignments. |
| 73 | * |
| 74 | * COMPONENTS |
| 75 | * Header...............Header styles. |
| 76 | * Footer...............Footer styles. |
| 77 | * Comments.............Comment styles. |
| 78 | * Archives.............Archive styles. |
| 79 | * 404..................404 styles. |
| 80 | * Search...............Search styles. |
| 81 | * Navigation...........Navigation styles. |
| 82 | * Footer Navigation....Footer Navigation styles. |
| 83 | * Pagination...........Pagination styles. |
| 84 | * Single...............Single page and post styles. |
| 85 | * Posts and pages......Misc, sticky post styles. |
| 86 | * Entry................Entry, author biography. |
| 87 | * Widget...............Widget styles. |
| 88 | * Editor...............Editor styles. |
| 89 | * |
| 90 | * UTILITIES |
| 91 | * A11y.................Screen reader text, prefers reduced motion etc. |
| 92 | * Color Palette........Classes for the color palette colors. |
| 93 | * Editor Font Sizes....Editor Font Sizes. |
| 94 | * Measure..............The width of a line of text, in characters. |
| 95 | */ |
| 96 | /* Categories 01 to 03 are the basics. */ |
| 97 | /* Variables */ |
| 98 | :root { |
| 99 | /* Font Family */ |
| 100 | /* Font Size */ |
| 101 | /* Line Height */ |
| 102 | /* Headings */ |
| 103 | /* Block: Latest posts */ |
| 104 | /* Colors */ |
| 105 | /* white 50% opacity used in form fields.*/ |
| 106 | /* Body text color, site title, footer text color. */ |
| 107 | /* Headings */ |
| 108 | /* Mint, default body background */ |
| 109 | /* Used for borders (separators) */ |
| 110 | /* Spacing */ |
| 111 | /* Elevation */ |
| 112 | /* Forms */ |
| 113 | /* Cover block */ |
| 114 | /* Buttons */ |
| 115 | /* entry */ |
| 116 | /* Header */ |
| 117 | /* Main navigation */ |
| 118 | /* Pagination */ |
| 119 | /* Footer */ |
| 120 | /* Block: Pull quote */ |
| 121 | /* Block: Table */ |
| 122 | /* Widgets */ |
| 123 | } |
| 124 | |
| 125 | /* OS dark theme preference */ |
| 126 | @media (prefers-color-scheme: dark) { |
| 127 | html.has-default-light-palette-background body { |
| 128 | background-color: #28303d; |
| 129 | } |
| 130 | @media (prefers-color-scheme: dark){ |
| 131 | html.has-default-light-palette-background body{ |
| 132 | background-color: #28303d; |
| 133 | } |
| 134 | } |
| 135 | } |
| 136 | |
| 137 | /* Button extends */ |
| 138 | .site .button { |
| 139 | line-height: 1.5; |
| 140 | color: #d1e4dd; |
| 141 | cursor: pointer; |
| 142 | font-weight: 500; |
| 143 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 144 | font-size: 1.25rem; |
| 145 | background-color: #39414d; |
| 146 | border-radius: 0; |
| 147 | border: 3px solid #39414d; |
| 148 | text-decoration: none; |
| 149 | padding: 15px 30px; |
| 150 | } |
| 151 | input[type="submit"] { |
| 152 | line-height: 1.5; |
| 153 | color: #d1e4dd; |
| 154 | cursor: pointer; |
| 155 | font-weight: 500; |
| 156 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 157 | font-size: 1.25rem; |
| 158 | background-color: #39414d; |
| 159 | border-radius: 0; |
| 160 | border: 3px solid #39414d; |
| 161 | text-decoration: none; |
| 162 | padding: 15px 30px; |
| 163 | } |
| 164 | input[type="reset"] { |
| 165 | line-height: 1.5; |
| 166 | color: #d1e4dd; |
| 167 | cursor: pointer; |
| 168 | font-weight: 500; |
| 169 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 170 | font-size: 1.25rem; |
| 171 | background-color: #39414d; |
| 172 | border-radius: 0; |
| 173 | border: 3px solid #39414d; |
| 174 | text-decoration: none; |
| 175 | padding: 15px 30px; |
| 176 | } |
| 177 | .wp-block-search__button { |
| 178 | line-height: 1.5; |
| 179 | color: #d1e4dd; |
| 180 | cursor: pointer; |
| 181 | font-weight: 500; |
| 182 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 183 | font-size: 1.25rem; |
| 184 | background-color: #39414d; |
| 185 | border-radius: 0; |
| 186 | border: 3px solid #39414d; |
| 187 | text-decoration: none; |
| 188 | padding: 15px 30px; |
| 189 | } |
| 190 | .wp-block-button .wp-block-button__link { |
| 191 | line-height: 1.5; |
| 192 | color: #d1e4dd; |
| 193 | cursor: pointer; |
| 194 | font-weight: 500; |
| 195 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 196 | font-size: 1.25rem; |
| 197 | background-color: #39414d; |
| 198 | border-radius: 0; |
| 199 | border: 3px solid #39414d; |
| 200 | text-decoration: none; |
| 201 | padding: 15px 30px; |
| 202 | } |
| 203 | .wp-block-file .wp-block-file__button { |
| 204 | line-height: 1.5; |
| 205 | color: #d1e4dd; |
| 206 | cursor: pointer; |
| 207 | font-weight: 500; |
| 208 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 209 | font-size: 1.25rem; |
| 210 | background-color: #39414d; |
| 211 | border-radius: 0; |
| 212 | border: 3px solid #39414d; |
| 213 | text-decoration: none; |
| 214 | padding: 15px 30px; |
| 215 | } |
| 216 | |
| 217 | .site .button:before, |
| 218 | input[type="submit"]:before, |
| 219 | input[type="reset"]:before, |
| 220 | .wp-block-search__button:before, |
| 221 | .wp-block-button .wp-block-button__link:before, .wp-block-file .wp-block-file__button:before, .site .button:after, |
| 222 | input[type="submit"]:after, |
| 223 | input[type="reset"]:after, |
| 224 | .wp-block-search__button:after, |
| 225 | .wp-block-button .wp-block-button__link:after, .wp-block-file .wp-block-file__button:after { |
| 226 | content: ""; |
| 227 | display: block; |
| 228 | height: 0; |
| 229 | width: 0; |
| 230 | } |
| 231 | |
| 232 | .site .button:before { |
| 233 | margin-bottom: -calc(1em - 0); |
| 234 | } |
| 235 | |
| 236 | input[type="submit"]:before { |
| 237 | margin-bottom: -calc(1em - 0); |
| 238 | } |
| 239 | |
| 240 | input[type="reset"]:before { |
| 241 | margin-bottom: -calc(1em - 0); |
| 242 | } |
| 243 | |
| 244 | .wp-block-search__button:before { |
| 245 | margin-bottom: -calc(1em - 0); |
| 246 | } |
| 247 | |
| 248 | .wp-block-button .wp-block-button__link:before { |
| 249 | margin-bottom: -calc(1em - 0); |
| 250 | } |
| 251 | |
| 252 | .wp-block-file .wp-block-file__button:before { |
| 253 | margin-bottom: -calc(1em - 0); |
| 254 | } |
| 255 | |
| 256 | .site .button:after { |
| 257 | margin-top: -calc(1em - 0); |
| 258 | } |
| 259 | |
| 260 | input[type="submit"]:after { |
| 261 | margin-top: -calc(1em - 0); |
| 262 | } |
| 263 | |
| 264 | input[type="reset"]:after { |
| 265 | margin-top: -calc(1em - 0); |
| 266 | } |
| 267 | |
| 268 | .wp-block-search__button:after { |
| 269 | margin-top: -calc(1em - 0); |
| 270 | } |
| 271 | |
| 272 | .wp-block-button .wp-block-button__link:after { |
| 273 | margin-top: -calc(1em - 0); |
| 274 | } |
| 275 | |
| 276 | .wp-block-file .wp-block-file__button:after { |
| 277 | margin-top: -calc(1em - 0); |
| 278 | } |
| 279 | |
| 280 | .site .button:active { |
| 281 | color: #39414d; |
| 282 | background-color: #d1e4dd; |
| 283 | } |
| 284 | |
| 285 | input:active[type="submit"] { |
| 286 | color: #39414d; |
| 287 | background-color: #d1e4dd; |
| 288 | } |
| 289 | |
| 290 | input:active[type="reset"] { |
| 291 | color: #39414d; |
| 292 | background-color: #d1e4dd; |
| 293 | } |
| 294 | |
| 295 | .wp-block-search__button:active { |
| 296 | color: #39414d; |
| 297 | background-color: #d1e4dd; |
| 298 | } |
| 299 | |
| 300 | .wp-block-button .wp-block-button__link:active { |
| 301 | color: #39414d; |
| 302 | background-color: #d1e4dd; |
| 303 | } |
| 304 | |
| 305 | .wp-block-file .wp-block-file__button:active { |
| 306 | color: #39414d; |
| 307 | background-color: #d1e4dd; |
| 308 | } |
| 309 | |
| 310 | .site .button:hover { |
| 311 | color: #39414d; |
| 312 | background: transparent; |
| 313 | } |
| 314 | |
| 315 | input:hover[type="submit"] { |
| 316 | color: #39414d; |
| 317 | background: transparent; |
| 318 | } |
| 319 | |
| 320 | input:hover[type="reset"] { |
| 321 | color: #39414d; |
| 322 | background: transparent; |
| 323 | } |
| 324 | |
| 325 | .wp-block-search__button:hover { |
| 326 | color: #39414d; |
| 327 | background: transparent; |
| 328 | } |
| 329 | |
| 330 | .wp-block-button .wp-block-button__link:hover { |
| 331 | color: #39414d; |
| 332 | background: transparent; |
| 333 | } |
| 334 | |
| 335 | .wp-block-file .wp-block-file__button:hover { |
| 336 | color: #39414d; |
| 337 | background: transparent; |
| 338 | } |
| 339 | |
| 340 | .site .button:focus, |
| 341 | input:focus[type="submit"], |
| 342 | input:focus[type="reset"], |
| 343 | .wp-block-search__button:focus, |
| 344 | .wp-block-button .wp-block-button__link:focus, .wp-block-file .wp-block-file__button:focus, .site .has-focus.button, |
| 345 | input.has-focus[type="submit"], |
| 346 | input.has-focus[type="reset"], |
| 347 | .has-focus.wp-block-search__button, |
| 348 | .wp-block-button .has-focus.wp-block-button__link, .wp-block-file .has-focus.wp-block-file__button { |
| 349 | outline-offset: -4px; |
| 350 | outline: 2px dotted currentColor; |
| 351 | } |
| 352 | |
| 353 | .site .button:disabled { |
| 354 | background-color: rgba(255, 255, 255, 0.5); |
| 355 | border-color: rgba(255, 255, 255, 0.5); |
| 356 | color: #39414d; |
| 357 | } |
| 358 | |
| 359 | input:disabled[type="submit"] { |
| 360 | background-color: rgba(255, 255, 255, 0.5); |
| 361 | border-color: rgba(255, 255, 255, 0.5); |
| 362 | color: #39414d; |
| 363 | } |
| 364 | |
| 365 | input:disabled[type="reset"] { |
| 366 | background-color: rgba(255, 255, 255, 0.5); |
| 367 | border-color: rgba(255, 255, 255, 0.5); |
| 368 | color: #39414d; |
| 369 | } |
| 370 | |
| 371 | .wp-block-search__button:disabled { |
| 372 | background-color: rgba(255, 255, 255, 0.5); |
| 373 | border-color: rgba(255, 255, 255, 0.5); |
| 374 | color: #39414d; |
| 375 | } |
| 376 | |
| 377 | .wp-block-button .wp-block-button__link:disabled { |
| 378 | background-color: rgba(255, 255, 255, 0.5); |
| 379 | border-color: rgba(255, 255, 255, 0.5); |
| 380 | color: #39414d; |
| 381 | } |
| 382 | |
| 383 | .wp-block-file .wp-block-file__button:disabled { |
| 384 | background-color: rgba(255, 255, 255, 0.5); |
| 385 | border-color: rgba(255, 255, 255, 0.5); |
| 386 | color: #39414d; |
| 387 | } |
| 388 | |
| 389 | /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ |
| 390 | /* Document |
| 391 | ========================================================================== */ |
| 392 | /** |
| 393 | * 1. Correct the line height in all browsers. |
| 394 | * 2. Prevent adjustments of font size after orientation changes in iOS. |
| 395 | */ |
| 396 | html { |
| 397 | line-height: 1.15; |
| 398 | /* 1 */ |
| 399 | -webkit-text-size-adjust: 100%; |
| 400 | /* 2 */ |
| 401 | } |
| 402 | |
| 403 | /* Sections |
| 404 | ========================================================================== */ |
| 405 | /** |
| 406 | * Remove the margin in all browsers. |
| 407 | */ |
| 408 | body { |
| 409 | margin: 0; |
| 410 | } |
| 411 | |
| 412 | /** |
| 413 | * Render the `main` element consistently in IE. |
| 414 | */ |
| 415 | main { |
| 416 | display: block; |
| 417 | } |
| 418 | |
| 419 | /** |
| 420 | * Correct the font size and margin on `h1` elements within `section` and |
| 421 | * `article` contexts in Chrome, Firefox, and Safari. |
| 422 | */ |
| 423 | h1 { |
| 424 | font-size: 2em; |
| 425 | margin: 0.67em 0; |
| 426 | } |
| 427 | |
| 428 | /* Grouping content |
| 429 | ========================================================================== */ |
| 430 | /** |
| 431 | * 1. Add the correct box sizing in Firefox. |
| 432 | * 2. Show the overflow in Edge and IE. |
| 433 | */ |
| 434 | hr { |
| 435 | box-sizing: content-box; |
| 436 | /* 1 */ |
| 437 | height: 0; |
| 438 | /* 1 */ |
| 439 | overflow: visible; |
| 440 | /* 2 */ |
| 441 | } |
| 442 | |
| 443 | /** |
| 444 | * 1. Correct the inheritance and scaling of font size in all browsers. |
| 445 | * 2. Correct the odd `em` font sizing in all browsers. |
| 446 | */ |
| 447 | pre { |
| 448 | font-family: monospace; |
| 449 | /* 1 */ |
| 450 | font-size: 1em; |
| 451 | /* 2 */ |
| 452 | } |
| 453 | |
| 454 | /* Text-level semantics |
| 455 | ========================================================================== */ |
| 456 | /** |
| 457 | * Remove the gray background on active links in IE 10. |
| 458 | */ |
| 459 | a { |
| 460 | background-color: transparent; |
| 461 | text-decoration-thickness: 1px; |
| 462 | } |
| 463 | |
| 464 | /** |
| 465 | * 1. Remove the bottom border in Chrome 57- |
| 466 | * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. |
| 467 | */ |
| 468 | abbr[title] { |
| 469 | border-bottom: none; |
| 470 | /* 1 */ |
| 471 | text-decoration: underline; |
| 472 | /* 2 */ |
| 473 | text-decoration-style: dotted; |
| 474 | /* 2 */ |
| 475 | } |
| 476 | |
| 477 | /** |
| 478 | * Add the correct font weight in Chrome, Edge, and Safari. |
| 479 | */ |
| 480 | b, |
| 481 | strong { |
| 482 | font-weight: bolder; |
| 483 | } |
| 484 | |
| 485 | /** |
| 486 | * 1. Correct the inheritance and scaling of font size in all browsers. |
| 487 | * 2. Correct the odd `em` font sizing in all browsers. |
| 488 | */ |
| 489 | code, |
| 490 | kbd, |
| 491 | samp { |
| 492 | font-family: monospace; |
| 493 | /* 1 */ |
| 494 | font-size: 1em; |
| 495 | /* 2 */ |
| 496 | } |
| 497 | |
| 498 | /** |
| 499 | * Add the correct font size in all browsers. |
| 500 | */ |
| 501 | small { |
| 502 | font-size: 80%; |
| 503 | } |
| 504 | |
| 505 | /** |
| 506 | * Prevent `sub` and `sup` elements from affecting the line height in |
| 507 | * all browsers. |
| 508 | */ |
| 509 | sub, |
| 510 | sup { |
| 511 | font-size: 75%; |
| 512 | line-height: 0; |
| 513 | position: relative; |
| 514 | vertical-align: baseline; |
| 515 | } |
| 516 | |
| 517 | sub { |
| 518 | bottom: -0.25em; |
| 519 | } |
| 520 | |
| 521 | sup { |
| 522 | top: -0.5em; |
| 523 | } |
| 524 | |
| 525 | /* Embedded content |
| 526 | ========================================================================== */ |
| 527 | /** |
| 528 | * Remove the border on images inside links in IE 10. |
| 529 | */ |
| 530 | img { |
| 531 | border-style: none; |
| 532 | } |
| 533 | |
| 534 | /* Forms |
| 535 | ========================================================================== */ |
| 536 | /** |
| 537 | * 1. Change the font styles in all browsers. |
| 538 | * 2. Remove the margin in Firefox and Safari. |
| 539 | */ |
| 540 | button, |
| 541 | input, |
| 542 | optgroup, |
| 543 | select, |
| 544 | textarea { |
| 545 | font-family: inherit; |
| 546 | /* 1 */ |
| 547 | font-size: 100%; |
| 548 | /* 1 */ |
| 549 | line-height: 1.15; |
| 550 | /* 1 */ |
| 551 | margin: 0; |
| 552 | /* 2 */ |
| 553 | } |
| 554 | |
| 555 | /** |
| 556 | * Show the overflow in IE. |
| 557 | * 1. Show the overflow in Edge. |
| 558 | */ |
| 559 | button, |
| 560 | input { |
| 561 | /* 1 */ |
| 562 | overflow: visible; |
| 563 | } |
| 564 | |
| 565 | /** |
| 566 | * Remove the inheritance of text transform in Edge, Firefox, and IE. |
| 567 | * 1. Remove the inheritance of text transform in Firefox. |
| 568 | */ |
| 569 | button, |
| 570 | select { |
| 571 | /* 1 */ |
| 572 | text-transform: none; |
| 573 | } |
| 574 | |
| 575 | /** |
| 576 | * Correct the inability to style clickable types in iOS and Safari. |
| 577 | */ |
| 578 | button, |
| 579 | [type="button"], |
| 580 | [type="reset"], |
| 581 | [type="submit"] { |
| 582 | -webkit-appearance: button; |
| 583 | } |
| 584 | |
| 585 | /** |
| 586 | * Remove the inner border and padding in Firefox. |
| 587 | */ |
| 588 | button::-moz-focus-inner, |
| 589 | [type="button"]::-moz-focus-inner, |
| 590 | [type="reset"]::-moz-focus-inner, |
| 591 | [type="submit"]::-moz-focus-inner { |
| 592 | border-style: none; |
| 593 | padding: 0; |
| 594 | } |
| 595 | |
| 596 | /** |
| 597 | * Restore the focus styles unset by the previous rule. |
| 598 | */ |
| 599 | button:-moz-focusring, |
| 600 | [type="button"]:-moz-focusring, |
| 601 | [type="reset"]:-moz-focusring, |
| 602 | [type="submit"]:-moz-focusring { |
| 603 | outline: 1px dotted ButtonText; |
| 604 | } |
| 605 | |
| 606 | /** |
| 607 | * Correct the padding in Firefox. |
| 608 | */ |
| 609 | fieldset { |
| 610 | padding: 0.35em 0.75em 0.625em; |
| 611 | } |
| 612 | |
| 613 | /** |
| 614 | * 1. Correct the text wrapping in Edge and IE. |
| 615 | * 2. Correct the color inheritance from `fieldset` elements in IE. |
| 616 | * 3. Remove the padding so developers are not caught out when they zero out |
| 617 | * `fieldset` elements in all browsers. |
| 618 | */ |
| 619 | legend { |
| 620 | box-sizing: border-box; |
| 621 | /* 1 */ |
| 622 | color: inherit; |
| 623 | /* 2 */ |
| 624 | display: table; |
| 625 | /* 1 */ |
| 626 | max-width: 100%; |
| 627 | /* 1 */ |
| 628 | padding: 0; |
| 629 | /* 3 */ |
| 630 | white-space: normal; |
| 631 | /* 1 */ |
| 632 | } |
| 633 | |
| 634 | /** |
| 635 | * Add the correct vertical alignment in Chrome, Firefox, and Opera. |
| 636 | */ |
| 637 | progress { |
| 638 | vertical-align: baseline; |
| 639 | } |
| 640 | |
| 641 | /** |
| 642 | * Remove the default vertical scrollbar in IE 10+. |
| 643 | */ |
| 644 | textarea { |
| 645 | overflow: auto; |
| 646 | } |
| 647 | |
| 648 | /** |
| 649 | * 1. Add the correct box sizing in IE 10. |
| 650 | * 2. Remove the padding in IE 10. |
| 651 | */ |
| 652 | [type="checkbox"], |
| 653 | [type="radio"] { |
| 654 | box-sizing: border-box; |
| 655 | /* 1 */ |
| 656 | padding: 0; |
| 657 | /* 2 */ |
| 658 | } |
| 659 | |
| 660 | /** |
| 661 | * Correct the cursor style of increment and decrement buttons in Chrome. |
| 662 | */ |
| 663 | [type="number"]::-webkit-inner-spin-button, |
| 664 | [type="number"]::-webkit-outer-spin-button { |
| 665 | height: auto; |
| 666 | } |
| 667 | |
| 668 | /** |
| 669 | * 1. Correct the odd appearance in Chrome and Safari. |
| 670 | * 2. Correct the outline style in Safari. |
| 671 | */ |
| 672 | [type="search"] { |
| 673 | -webkit-appearance: textfield; |
| 674 | /* 1 */ |
| 675 | outline-offset: -2px; |
| 676 | /* 2 */ |
| 677 | } |
| 678 | |
| 679 | /** |
| 680 | * Remove the inner padding in Chrome and Safari on macOS. |
| 681 | */ |
| 682 | [type="search"]::-webkit-search-decoration { |
| 683 | -webkit-appearance: none; |
| 684 | } |
| 685 | |
| 686 | /** |
| 687 | * 1. Correct the inability to style clickable types in iOS and Safari. |
| 688 | * 2. Change font properties to `inherit` in Safari. |
| 689 | */ |
| 690 | ::-webkit-file-upload-button { |
| 691 | -webkit-appearance: button; |
| 692 | /* 1 */ |
| 693 | font: inherit; |
| 694 | /* 2 */ |
| 695 | } |
| 696 | |
| 697 | /* Interactive |
| 698 | ========================================================================== */ |
| 699 | /* |
| 700 | * Add the correct display in Edge, IE 10+, and Firefox. |
| 701 | */ |
| 702 | details { |
| 703 | display: block; |
| 704 | } |
| 705 | |
| 706 | /* |
| 707 | * Add the correct display in all browsers. |
| 708 | */ |
| 709 | summary { |
| 710 | display: list-item; |
| 711 | } |
| 712 | |
| 713 | /* Misc |
| 714 | ========================================================================== */ |
| 715 | /** |
| 716 | * Add the correct display in IE 10+. |
| 717 | */ |
| 718 | template { |
| 719 | display: none; |
| 720 | } |
| 721 | |
| 722 | /** |
| 723 | * Add the correct display in IE 10. |
| 724 | */ |
| 725 | [hidden] { |
| 726 | display: none; |
| 727 | } |
| 728 | |
| 729 | /** |
| 730 | * Repsonsive Styles |
| 731 | */ |
| 732 | /** |
| 733 | * Required Variables |
| 734 | */ |
| 735 | /** |
| 736 | * Root Media Query Variables |
| 737 | */ |
| 738 | |
| 739 | /** |
| 740 | * Extends |
| 741 | */ |
| 742 | .default-max-width { |
| 743 | max-width: calc(100vw - 30px); |
| 744 | margin-left: auto; |
| 745 | margin-right: auto; |
| 746 | } |
| 747 | @media only screen and (min-width: 482px){ |
| 748 | .default-max-width{ |
| 749 | max-width: min(calc(100vw - 100px), 610px); |
| 750 | } |
| 751 | } |
| 752 | @media only screen and (min-width: 822px){ |
| 753 | .default-max-width{ |
| 754 | max-width: min(calc(100vw - 200px), 610px); |
| 755 | } |
| 756 | } |
| 757 | .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) { |
| 758 | max-width: calc(100vw - 30px); |
| 759 | margin-left: auto; |
| 760 | margin-right: auto; |
| 761 | } |
| 762 | @media only screen and (min-width: 482px){ |
| 763 | .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce){ |
| 764 | max-width: min(calc(100vw - 100px), 610px); |
| 765 | } |
| 766 | } |
| 767 | @media only screen and (min-width: 822px){ |
| 768 | .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce){ |
| 769 | max-width: min(calc(100vw - 200px), 610px); |
| 770 | } |
| 771 | } |
| 772 | *[class*="inner-container"] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) { |
| 773 | max-width: calc(100vw - 30px); |
| 774 | margin-left: auto; |
| 775 | margin-right: auto; |
| 776 | } |
| 777 | @media only screen and (min-width: 482px){ |
| 778 | *[class*="inner-container"] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce){ |
| 779 | max-width: min(calc(100vw - 100px), 610px); |
| 780 | } |
| 781 | } |
| 782 | @media only screen and (min-width: 822px){ |
| 783 | *[class*="inner-container"] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce){ |
| 784 | max-width: min(calc(100vw - 200px), 610px); |
| 785 | } |
| 786 | } |
| 787 | .entry-content .wp-audio-shortcode { |
| 788 | max-width: calc(100vw - 30px); |
| 789 | margin-left: auto; |
| 790 | margin-right: auto; |
| 791 | } |
| 792 | @media only screen and (min-width: 482px){ |
| 793 | .entry-content .wp-audio-shortcode{ |
| 794 | max-width: min(calc(100vw - 100px), 610px); |
| 795 | } |
| 796 | } |
| 797 | @media only screen and (min-width: 822px){ |
| 798 | .entry-content .wp-audio-shortcode{ |
| 799 | max-width: min(calc(100vw - 200px), 610px); |
| 800 | } |
| 801 | } |
| 802 | .post-thumbnail { |
| 803 | max-width: calc(100vw - 30px); |
| 804 | margin-left: auto; |
| 805 | margin-right: auto; |
| 806 | } |
| 807 | @media only screen and (min-width: 482px){ |
| 808 | .post-thumbnail{ |
| 809 | max-width: min(calc(100vw - 100px), 610px); |
| 810 | } |
| 811 | } |
| 812 | @media only screen and (min-width: 822px){ |
| 813 | .post-thumbnail{ |
| 814 | max-width: min(calc(100vw - 200px), 610px); |
| 815 | } |
| 816 | } |
| 817 | |
| 818 | .wide-max-width { |
| 819 | max-width: calc(100vw - 30px); |
| 820 | margin-left: auto; |
| 821 | margin-right: auto; |
| 822 | } |
| 823 | |
| 824 | @media only screen and (min-width: 482px){ |
| 825 | .wide-max-width{ |
| 826 | max-width: calc(100vw - 100px); |
| 827 | } |
| 828 | } |
| 829 | |
| 830 | @media only screen and (min-width: 822px){ |
| 831 | .wide-max-width{ |
| 832 | max-width: min(calc(100vw - 200px), 1240px); |
| 833 | } |
| 834 | } |
| 835 | |
| 836 | .alignwide { |
| 837 | max-width: calc(100vw - 30px); |
| 838 | margin-left: auto; |
| 839 | margin-right: auto; |
| 840 | } |
| 841 | |
| 842 | @media only screen and (min-width: 482px){ |
| 843 | .alignwide{ |
| 844 | max-width: calc(100vw - 100px); |
| 845 | } |
| 846 | } |
| 847 | |
| 848 | @media only screen and (min-width: 822px){ |
| 849 | .alignwide{ |
| 850 | max-width: min(calc(100vw - 200px), 1240px); |
| 851 | } |
| 852 | } |
| 853 | |
| 854 | .site-header { |
| 855 | max-width: calc(100vw - 30px); |
| 856 | margin-left: auto; |
| 857 | margin-right: auto; |
| 858 | } |
| 859 | |
| 860 | @media only screen and (min-width: 482px){ |
| 861 | .site-header{ |
| 862 | max-width: calc(100vw - 100px); |
| 863 | } |
| 864 | } |
| 865 | |
| 866 | @media only screen and (min-width: 822px){ |
| 867 | .site-header{ |
| 868 | max-width: min(calc(100vw - 200px), 1240px); |
| 869 | } |
| 870 | } |
| 871 | |
| 872 | .site-footer { |
| 873 | max-width: calc(100vw - 30px); |
| 874 | margin-left: auto; |
| 875 | margin-right: auto; |
| 876 | } |
| 877 | |
| 878 | @media only screen and (min-width: 482px){ |
| 879 | .site-footer{ |
| 880 | max-width: calc(100vw - 100px); |
| 881 | } |
| 882 | } |
| 883 | |
| 884 | @media only screen and (min-width: 822px){ |
| 885 | .site-footer{ |
| 886 | max-width: min(calc(100vw - 200px), 1240px); |
| 887 | } |
| 888 | } |
| 889 | |
| 890 | .post-navigation { |
| 891 | max-width: calc(100vw - 30px); |
| 892 | margin-left: auto; |
| 893 | margin-right: auto; |
| 894 | } |
| 895 | |
| 896 | @media only screen and (min-width: 482px){ |
| 897 | .post-navigation{ |
| 898 | max-width: calc(100vw - 100px); |
| 899 | } |
| 900 | } |
| 901 | |
| 902 | @media only screen and (min-width: 822px){ |
| 903 | .post-navigation{ |
| 904 | max-width: min(calc(100vw - 200px), 1240px); |
| 905 | } |
| 906 | } |
| 907 | |
| 908 | .pagination { |
| 909 | max-width: calc(100vw - 30px); |
| 910 | margin-left: auto; |
| 911 | margin-right: auto; |
| 912 | } |
| 913 | |
| 914 | @media only screen and (min-width: 482px){ |
| 915 | .pagination{ |
| 916 | max-width: calc(100vw - 100px); |
| 917 | } |
| 918 | } |
| 919 | |
| 920 | @media only screen and (min-width: 822px){ |
| 921 | .pagination{ |
| 922 | max-width: min(calc(100vw - 200px), 1240px); |
| 923 | } |
| 924 | } |
| 925 | |
| 926 | .comments-pagination { |
| 927 | max-width: calc(100vw - 30px); |
| 928 | margin-left: auto; |
| 929 | margin-right: auto; |
| 930 | } |
| 931 | |
| 932 | @media only screen and (min-width: 482px){ |
| 933 | .comments-pagination{ |
| 934 | max-width: calc(100vw - 100px); |
| 935 | } |
| 936 | } |
| 937 | |
| 938 | @media only screen and (min-width: 822px){ |
| 939 | .comments-pagination{ |
| 940 | max-width: min(calc(100vw - 200px), 1240px); |
| 941 | } |
| 942 | } |
| 943 | |
| 944 | .widget-area { |
| 945 | max-width: calc(100vw - 30px); |
| 946 | margin-left: auto; |
| 947 | margin-right: auto; |
| 948 | } |
| 949 | |
| 950 | @media only screen and (min-width: 482px){ |
| 951 | .widget-area{ |
| 952 | max-width: calc(100vw - 100px); |
| 953 | } |
| 954 | } |
| 955 | |
| 956 | @media only screen and (min-width: 822px){ |
| 957 | .widget-area{ |
| 958 | max-width: min(calc(100vw - 200px), 1240px); |
| 959 | } |
| 960 | } |
| 961 | |
| 962 | .full-max-width { |
| 963 | max-width: 100%; |
| 964 | width: 100%; |
| 965 | margin-left: auto; |
| 966 | margin-right: auto; |
| 967 | } |
| 968 | |
| 969 | .wp-block-group .wp-block-group__inner-container > *.alignfull { |
| 970 | max-width: 100%; |
| 971 | width: 100%; |
| 972 | margin-left: auto; |
| 973 | margin-right: auto; |
| 974 | } |
| 975 | |
| 976 | .alignfull { |
| 977 | max-width: 100%; |
| 978 | width: 100%; |
| 979 | margin-left: auto; |
| 980 | margin-right: auto; |
| 981 | } |
| 982 | |
| 983 | @media only screen and (min-width: 482px) { |
| 984 | .full-max-width { |
| 985 | max-width: 100%; |
| 986 | width: auto; |
| 987 | margin-left: auto; |
| 988 | margin-right: auto; |
| 989 | } |
| 990 | .alignfull { |
| 991 | max-width: 100%; |
| 992 | width: auto; |
| 993 | margin-left: auto; |
| 994 | margin-right: auto; |
| 995 | } |
| 996 | } |
| 997 | |
| 998 | .alignwide [class*="inner-container"] > .alignwide { |
| 999 | margin-left: auto; |
| 1000 | margin-right: auto; |
| 1001 | width: calc(100vw - 30px); |
| 1002 | max-width: 100%; |
| 1003 | } |
| 1004 | |
| 1005 | @media only screen and (min-width: 482px){ |
| 1006 | .alignwide [class*="inner-container"] > .alignwide{ |
| 1007 | width: calc(100vw - 100px); |
| 1008 | } |
| 1009 | } |
| 1010 | |
| 1011 | @media only screen and (min-width: 822px){ |
| 1012 | .alignwide [class*="inner-container"] > .alignwide{ |
| 1013 | width: min(calc(100vw - 200px), 1240px); |
| 1014 | } |
| 1015 | } |
| 1016 | |
| 1017 | .alignfull [class*="inner-container"] > .alignwide { |
| 1018 | margin-left: auto; |
| 1019 | margin-right: auto; |
| 1020 | width: calc(100vw - 30px); |
| 1021 | max-width: 100%; |
| 1022 | } |
| 1023 | |
| 1024 | @media only screen and (min-width: 482px){ |
| 1025 | .alignfull [class*="inner-container"] > .alignwide{ |
| 1026 | width: calc(100vw - 100px); |
| 1027 | } |
| 1028 | } |
| 1029 | |
| 1030 | @media only screen and (min-width: 822px){ |
| 1031 | .alignfull [class*="inner-container"] > .alignwide{ |
| 1032 | width: min(calc(100vw - 200px), 1240px); |
| 1033 | } |
| 1034 | } |
| 1035 | |
| 1036 | .entry-header .post-thumbnail { |
| 1037 | margin-left: auto; |
| 1038 | margin-right: auto; |
| 1039 | width: calc(100vw - 30px); |
| 1040 | max-width: 100%; |
| 1041 | } |
| 1042 | |
| 1043 | @media only screen and (min-width: 482px){ |
| 1044 | .entry-header .post-thumbnail{ |
| 1045 | width: calc(100vw - 100px); |
| 1046 | } |
| 1047 | } |
| 1048 | |
| 1049 | @media only screen and (min-width: 822px){ |
| 1050 | .entry-header .post-thumbnail{ |
| 1051 | width: min(calc(100vw - 200px), 1240px); |
| 1052 | } |
| 1053 | } |
| 1054 | |
| 1055 | .singular .post-thumbnail { |
| 1056 | margin-left: auto; |
| 1057 | margin-right: auto; |
| 1058 | width: calc(100vw - 30px); |
| 1059 | max-width: 100%; |
| 1060 | } |
| 1061 | |
| 1062 | @media only screen and (min-width: 482px){ |
| 1063 | .singular .post-thumbnail{ |
| 1064 | width: calc(100vw - 100px); |
| 1065 | } |
| 1066 | } |
| 1067 | |
| 1068 | @media only screen and (min-width: 822px){ |
| 1069 | .singular .post-thumbnail{ |
| 1070 | width: min(calc(100vw - 200px), 1240px); |
| 1071 | } |
| 1072 | } |
| 1073 | |
| 1074 | @media only screen and (min-width: 482px) { |
| 1075 | .entry-content > .alignleft { |
| 1076 | /*rtl:ignore*/ |
| 1077 | margin-left: calc(50vw - min(calc(100vw - 4 * 25px), 610px)*1); |
| 1078 | /*rtl:ignore*/ |
| 1079 | margin-right: 25px; |
| 1080 | } |
| 1081 | @media only screen and (min-width: 482px){ |
| 1082 | .entry-content > .alignleft{ |
| 1083 | margin-left: calc(50vw - min(calc(100vw - 4 * 25px), 610px)*1); |
| 1084 | } |
| 1085 | } |
| 1086 | @media only screen and (min-width: 482px){ |
| 1087 | .entry-content > .alignleft{ |
| 1088 | margin-left: calc(50vw - min(calc(100vw - 4 * 25px), 610px)*1); |
| 1089 | } |
| 1090 | } |
| 1091 | @media only screen and (min-width: 822px){ |
| 1092 | .entry-content > .alignleft{ |
| 1093 | margin-left: calc(50vw - min(calc(100vw - 4 * 25px), 610px)*1); |
| 1094 | } |
| 1095 | } |
| 1096 | } |
| 1097 | |
| 1098 | @media only screen and (min-width: 482px) { |
| 1099 | .entry-content > .alignright { |
| 1100 | /*rtl:ignore*/ |
| 1101 | margin-left: 25px; |
| 1102 | /*rtl:ignore*/ |
| 1103 | margin-right: calc(50vw - min(calc(100vw - 4 * 25px), 610px)*1); |
| 1104 | } |
| 1105 | @media only screen and (min-width: 482px){ |
| 1106 | .entry-content > .alignright{ |
| 1107 | margin-right: calc(50vw - min(calc(100vw - 4 * 25px), 610px)*1); |
| 1108 | } |
| 1109 | } |
| 1110 | @media only screen and (min-width: 482px){ |
| 1111 | .entry-content > .alignright{ |
| 1112 | margin-right: calc(50vw - min(calc(100vw - 4 * 25px), 610px)*1); |
| 1113 | } |
| 1114 | } |
| 1115 | @media only screen and (min-width: 822px){ |
| 1116 | .entry-content > .alignright{ |
| 1117 | margin-right: calc(50vw - min(calc(100vw - 4 * 25px), 610px)*1); |
| 1118 | } |
| 1119 | } |
| 1120 | } |
| 1121 | |
| 1122 | /** |
| 1123 | * Site Structure |
| 1124 | * |
| 1125 | * - Set vertical margins and responsive widths on |
| 1126 | * top-level wrappers and content wrappers |
| 1127 | * - `--global--width-content` is a responsive veriable |
| 1128 | * - See: globals/_global-width-responsive.scss |
| 1129 | */ |
| 1130 | /** |
| 1131 | * Top Level Wrappers (header, main, footer) |
| 1132 | * - Set vertical padding and horizontal margins |
| 1133 | */ |
| 1134 | .site-header { |
| 1135 | padding-top: 30px; |
| 1136 | padding-bottom: 30px; |
| 1137 | margin-left: auto; |
| 1138 | margin-right: auto; |
| 1139 | } |
| 1140 | .site-main { |
| 1141 | padding-top: 30px; |
| 1142 | padding-bottom: 30px; |
| 1143 | margin-left: auto; |
| 1144 | margin-right: auto; |
| 1145 | } |
| 1146 | .widget-area { |
| 1147 | padding-top: 30px; |
| 1148 | padding-bottom: 30px; |
| 1149 | margin-left: auto; |
| 1150 | margin-right: auto; |
| 1151 | } |
| 1152 | .site-footer { |
| 1153 | padding-top: 30px; |
| 1154 | padding-bottom: 30px; |
| 1155 | margin-left: auto; |
| 1156 | margin-right: auto; |
| 1157 | } |
| 1158 | |
| 1159 | .site-header { |
| 1160 | padding-top: 23px; |
| 1161 | padding-bottom: 60px; |
| 1162 | } |
| 1163 | |
| 1164 | @media only screen and (min-width: 482px) { |
| 1165 | .site-header { |
| 1166 | padding-bottom: 90px; |
| 1167 | } |
| 1168 | } |
| 1169 | |
| 1170 | /** |
| 1171 | * Site-main children wrappers |
| 1172 | * - Add double vertical margins here for clearer heirarchy |
| 1173 | */ |
| 1174 | .site-main > * { |
| 1175 | margin-top: 90px; |
| 1176 | margin-bottom: 90px; |
| 1177 | } |
| 1178 | |
| 1179 | .site-main > *:first-child { |
| 1180 | margin-top: 0; |
| 1181 | } |
| 1182 | |
| 1183 | .site-main > *:last-child { |
| 1184 | margin-bottom: 0; |
| 1185 | } |
| 1186 | |
| 1187 | /** |
| 1188 | * Set the default maximum responsive content-width |
| 1189 | */ |
| 1190 | /** |
| 1191 | * Set the wide maximum responsive content-width |
| 1192 | */ |
| 1193 | /** |
| 1194 | * Set the full maximum responsive content-width |
| 1195 | */ |
| 1196 | /* |
| 1197 | * Block & non-gutenberg content wrappers |
| 1198 | * - Set margins |
| 1199 | */ |
| 1200 | .entry-header { |
| 1201 | margin-top: 30px; |
| 1202 | margin-right: auto; |
| 1203 | margin-bottom: 30px; |
| 1204 | margin-left: auto; |
| 1205 | } |
| 1206 | .post-thumbnail { |
| 1207 | margin-top: 30px; |
| 1208 | margin-right: auto; |
| 1209 | margin-bottom: 30px; |
| 1210 | margin-left: auto; |
| 1211 | } |
| 1212 | .entry-content { |
| 1213 | margin-top: 30px; |
| 1214 | margin-right: auto; |
| 1215 | margin-bottom: 30px; |
| 1216 | margin-left: auto; |
| 1217 | } |
| 1218 | .entry-footer { |
| 1219 | margin-top: 30px; |
| 1220 | margin-right: auto; |
| 1221 | margin-bottom: 30px; |
| 1222 | margin-left: auto; |
| 1223 | } |
| 1224 | .author-bio { |
| 1225 | margin-top: 30px; |
| 1226 | margin-right: auto; |
| 1227 | margin-bottom: 30px; |
| 1228 | margin-left: auto; |
| 1229 | } |
| 1230 | |
| 1231 | /* |
| 1232 | * Block & non-gutenberg content wrapper children |
| 1233 | * - Sets spacing-vertical margin logic |
| 1234 | */ |
| 1235 | .site-main > article > * { |
| 1236 | margin-top: 20px; |
| 1237 | margin-bottom: 20px; |
| 1238 | } |
| 1239 | .site-main > .not-found > * { |
| 1240 | margin-top: 20px; |
| 1241 | margin-bottom: 20px; |
| 1242 | } |
| 1243 | .entry-content > * { |
| 1244 | margin-top: 20px; |
| 1245 | margin-bottom: 20px; |
| 1246 | } |
| 1247 | [class*="inner-container"] > * { |
| 1248 | margin-top: 20px; |
| 1249 | margin-bottom: 20px; |
| 1250 | } |
| 1251 | .wp-block-template-part > * { |
| 1252 | margin-top: 20px; |
| 1253 | margin-bottom: 20px; |
| 1254 | } |
| 1255 | |
| 1256 | @media only screen and (min-width: 482px) { |
| 1257 | .site-main > article > * { |
| 1258 | margin-top: 30px; |
| 1259 | margin-bottom: 30px; |
| 1260 | } |
| 1261 | .site-main > .not-found > * { |
| 1262 | margin-top: 30px; |
| 1263 | margin-bottom: 30px; |
| 1264 | } |
| 1265 | .entry-content > * { |
| 1266 | margin-top: 30px; |
| 1267 | margin-bottom: 30px; |
| 1268 | } |
| 1269 | [class*="inner-container"] > * { |
| 1270 | margin-top: 30px; |
| 1271 | margin-bottom: 30px; |
| 1272 | } |
| 1273 | .wp-block-template-part > * { |
| 1274 | margin-top: 30px; |
| 1275 | margin-bottom: 30px; |
| 1276 | } |
| 1277 | } |
| 1278 | |
| 1279 | .site-main > article > *:first-child, |
| 1280 | .site-main > .not-found > *:first-child, |
| 1281 | .entry-content > *:first-child, |
| 1282 | [class*="inner-container"] > *:first-child, |
| 1283 | .wp-block-template-part > *:first-child { |
| 1284 | margin-top: 0; |
| 1285 | } |
| 1286 | |
| 1287 | .site-main > article > *:last-child, |
| 1288 | .site-main > .not-found > *:last-child, |
| 1289 | .entry-content > *:last-child, |
| 1290 | [class*="inner-container"] > *:last-child, |
| 1291 | .wp-block-template-part > *:last-child { |
| 1292 | margin-bottom: 0; |
| 1293 | } |
| 1294 | |
| 1295 | .site-footer > * { |
| 1296 | margin-top: 20px; |
| 1297 | margin-bottom: 20px; |
| 1298 | } |
| 1299 | |
| 1300 | .widget-area > * { |
| 1301 | margin-top: 20px; |
| 1302 | margin-bottom: 20px; |
| 1303 | } |
| 1304 | |
| 1305 | @media only screen and (min-width: 482px) { |
| 1306 | .site-footer > * { |
| 1307 | margin-top: 30px; |
| 1308 | margin-bottom: 30px; |
| 1309 | } |
| 1310 | .widget-area > * { |
| 1311 | margin-top: 30px; |
| 1312 | margin-bottom: 30px; |
| 1313 | } |
| 1314 | } |
| 1315 | |
| 1316 | /* |
| 1317 | * Block & non-gutenberg content wrapper children |
| 1318 | * - Sets spacing-unit margins |
| 1319 | */ |
| 1320 | .entry-header > * { |
| 1321 | margin-top: 20px; |
| 1322 | margin-bottom: 20px; |
| 1323 | } |
| 1324 | .post-thumbnail > * { |
| 1325 | margin-top: 20px; |
| 1326 | margin-bottom: 20px; |
| 1327 | } |
| 1328 | .page-content > * { |
| 1329 | margin-top: 20px; |
| 1330 | margin-bottom: 20px; |
| 1331 | } |
| 1332 | .comment-content > * { |
| 1333 | margin-top: 20px; |
| 1334 | margin-bottom: 20px; |
| 1335 | } |
| 1336 | .widget > * { |
| 1337 | margin-top: 20px; |
| 1338 | margin-bottom: 20px; |
| 1339 | } |
| 1340 | |
| 1341 | .entry-header > *:first-child, |
| 1342 | .post-thumbnail > *:first-child, |
| 1343 | .page-content > *:first-child, |
| 1344 | .comment-content > *:first-child, |
| 1345 | .widget > *:first-child { |
| 1346 | margin-top: 0; |
| 1347 | } |
| 1348 | |
| 1349 | .entry-header > *:last-child, |
| 1350 | .post-thumbnail > *:last-child, |
| 1351 | .page-content > *:last-child, |
| 1352 | .comment-content > *:last-child, |
| 1353 | .widget > *:last-child { |
| 1354 | margin-bottom: 0; |
| 1355 | } |
| 1356 | |
| 1357 | /* |
| 1358 | * .entry-content children specific controls |
| 1359 | * - Adds special margin overrides for alignment utility classes |
| 1360 | */ |
| 1361 | .entry-content > * { |
| 1362 | /* Reset alignleft and alignright margins after alignfull */ |
| 1363 | } |
| 1364 | |
| 1365 | .entry-content > *.alignleft, .entry-content > *.alignright, |
| 1366 | .entry-content > *.alignleft:first-child + *, |
| 1367 | .entry-content > *.alignright:first-child + *, .entry-content > *.alignfull { |
| 1368 | margin-top: 0; |
| 1369 | } |
| 1370 | |
| 1371 | .entry-content > *:last-child, .entry-content > *.alignfull { |
| 1372 | margin-bottom: 0; |
| 1373 | } |
| 1374 | |
| 1375 | .entry-content > *.alignfull + .alignleft { |
| 1376 | margin-top: 30px; |
| 1377 | } |
| 1378 | |
| 1379 | .entry-content > *.alignfull + .alignright { |
| 1380 | margin-top: 30px; |
| 1381 | } |
| 1382 | |
| 1383 | /** |
| 1384 | * Reset specific elements to make them easier to style in other contexts. |
| 1385 | */ |
| 1386 | html, |
| 1387 | body, |
| 1388 | p, |
| 1389 | ol, |
| 1390 | ul, |
| 1391 | li, |
| 1392 | dl, |
| 1393 | dt, |
| 1394 | dd, |
| 1395 | blockquote, |
| 1396 | figure, |
| 1397 | fieldset, |
| 1398 | form, |
| 1399 | legend, |
| 1400 | textarea, |
| 1401 | pre, |
| 1402 | iframe, |
| 1403 | hr, |
| 1404 | h1, |
| 1405 | h2, |
| 1406 | h3, |
| 1407 | h4, |
| 1408 | h5, |
| 1409 | h6 { |
| 1410 | padding: 0; |
| 1411 | margin: 0; |
| 1412 | -moz-osx-font-smoothing: grayscale; |
| 1413 | -webkit-font-smoothing: antialiased; |
| 1414 | } |
| 1415 | |
| 1416 | /** |
| 1417 | * Apply generic border-box to all elements. |
| 1418 | * See: |
| 1419 | * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ |
| 1420 | */ |
| 1421 | html { |
| 1422 | /* Apply border-box across the entire page. */ |
| 1423 | box-sizing: border-box; |
| 1424 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 1425 | line-height: 1.7; |
| 1426 | } |
| 1427 | |
| 1428 | /** |
| 1429 | * Relax the definition a bit, to allow components to override it manually. |
| 1430 | */ |
| 1431 | *, *::before, *::after { |
| 1432 | box-sizing: inherit; |
| 1433 | } |
| 1434 | |
| 1435 | body { |
| 1436 | font-size: 1.25rem; |
| 1437 | font-weight: normal; |
| 1438 | color: #28303d; |
| 1439 | text-align: left; |
| 1440 | background-color: #d1e4dd; |
| 1441 | } |
| 1442 | |
| 1443 | button { |
| 1444 | cursor: pointer; |
| 1445 | } |
| 1446 | |
| 1447 | .clear:before, |
| 1448 | .clear:after, |
| 1449 | .entry-content:before, |
| 1450 | .entry-content:after, |
| 1451 | .comment-content:before, |
| 1452 | .comment-content:after, |
| 1453 | .site-header:before, |
| 1454 | .site-header:after, |
| 1455 | .site-content:before, |
| 1456 | .site-content:after, |
| 1457 | .site-footer:before, |
| 1458 | .site-footer:after { |
| 1459 | content: ""; |
| 1460 | display: table; |
| 1461 | table-layout: fixed; |
| 1462 | } |
| 1463 | |
| 1464 | .clear:after, |
| 1465 | .entry-content:after, |
| 1466 | .comment-content:after, |
| 1467 | .site-header:after, |
| 1468 | .site-content:after, |
| 1469 | .site-footer:after { |
| 1470 | clear: both; |
| 1471 | } |
| 1472 | |
| 1473 | /* Category 04 can contain any default HTML element. Do not add classes here, just give the elements some basic styles. */ |
| 1474 | blockquote { |
| 1475 | margin: 0; |
| 1476 | padding: 0; |
| 1477 | } |
| 1478 | |
| 1479 | blockquote p { |
| 1480 | font-size: 1.5rem; |
| 1481 | letter-spacing: normal; |
| 1482 | line-height: 1.3; |
| 1483 | } |
| 1484 | |
| 1485 | blockquote cite { |
| 1486 | color: #28303d; |
| 1487 | font-size: 1rem; |
| 1488 | letter-spacing: normal; |
| 1489 | } |
| 1490 | |
| 1491 | blockquote footer { |
| 1492 | color: #28303d; |
| 1493 | font-size: 1rem; |
| 1494 | letter-spacing: normal; |
| 1495 | } |
| 1496 | |
| 1497 | blockquote > * { |
| 1498 | margin-top: 20px; |
| 1499 | margin-bottom: 20px; |
| 1500 | } |
| 1501 | |
| 1502 | blockquote > *:first-child { |
| 1503 | margin-top: 0; |
| 1504 | } |
| 1505 | |
| 1506 | blockquote > *:last-child { |
| 1507 | margin-bottom: 0; |
| 1508 | } |
| 1509 | |
| 1510 | blockquote.alignleft, blockquote.alignright { |
| 1511 | padding-left: inherit; |
| 1512 | } |
| 1513 | |
| 1514 | blockquote.alignleft p { |
| 1515 | font-size: 1.125rem; |
| 1516 | max-width: inherit; |
| 1517 | width: inherit; |
| 1518 | } |
| 1519 | |
| 1520 | blockquote.alignright p { |
| 1521 | font-size: 1.125rem; |
| 1522 | max-width: inherit; |
| 1523 | width: inherit; |
| 1524 | } |
| 1525 | |
| 1526 | blockquote.alignleft cite { |
| 1527 | font-size: 1rem; |
| 1528 | letter-spacing: normal; |
| 1529 | } |
| 1530 | |
| 1531 | blockquote.alignleft footer { |
| 1532 | font-size: 1rem; |
| 1533 | letter-spacing: normal; |
| 1534 | } |
| 1535 | |
| 1536 | blockquote.alignright cite { |
| 1537 | font-size: 1rem; |
| 1538 | letter-spacing: normal; |
| 1539 | } |
| 1540 | |
| 1541 | blockquote.alignright footer { |
| 1542 | font-size: 1rem; |
| 1543 | letter-spacing: normal; |
| 1544 | } |
| 1545 | |
| 1546 | input[type="text"] { |
| 1547 | border: 3px solid #39414d; |
| 1548 | border-radius: 0; |
| 1549 | color: #28303d; |
| 1550 | background: rgba(255, 255, 255, 0.5); |
| 1551 | line-height: 1.7; |
| 1552 | padding: 10px; |
| 1553 | } |
| 1554 | |
| 1555 | input[type="email"] { |
| 1556 | border: 3px solid #39414d; |
| 1557 | border-radius: 0; |
| 1558 | color: #28303d; |
| 1559 | background: rgba(255, 255, 255, 0.5); |
| 1560 | line-height: 1.7; |
| 1561 | padding: 10px; |
| 1562 | } |
| 1563 | |
| 1564 | input[type="url"] { |
| 1565 | border: 3px solid #39414d; |
| 1566 | border-radius: 0; |
| 1567 | color: #28303d; |
| 1568 | background: rgba(255, 255, 255, 0.5); |
| 1569 | line-height: 1.7; |
| 1570 | padding: 10px; |
| 1571 | } |
| 1572 | |
| 1573 | input[type="password"] { |
| 1574 | border: 3px solid #39414d; |
| 1575 | border-radius: 0; |
| 1576 | color: #28303d; |
| 1577 | background: rgba(255, 255, 255, 0.5); |
| 1578 | line-height: 1.7; |
| 1579 | padding: 10px; |
| 1580 | } |
| 1581 | |
| 1582 | input[type="search"] { |
| 1583 | border: 3px solid #39414d; |
| 1584 | border-radius: 0; |
| 1585 | color: #28303d; |
| 1586 | background: rgba(255, 255, 255, 0.5); |
| 1587 | line-height: 1.7; |
| 1588 | padding: 10px; |
| 1589 | } |
| 1590 | |
| 1591 | input[type="number"] { |
| 1592 | border: 3px solid #39414d; |
| 1593 | border-radius: 0; |
| 1594 | color: #28303d; |
| 1595 | background: rgba(255, 255, 255, 0.5); |
| 1596 | line-height: 1.7; |
| 1597 | padding: 10px; |
| 1598 | } |
| 1599 | |
| 1600 | input[type="tel"] { |
| 1601 | border: 3px solid #39414d; |
| 1602 | border-radius: 0; |
| 1603 | color: #28303d; |
| 1604 | background: rgba(255, 255, 255, 0.5); |
| 1605 | line-height: 1.7; |
| 1606 | padding: 10px; |
| 1607 | } |
| 1608 | |
| 1609 | input[type="date"] { |
| 1610 | border: 3px solid #39414d; |
| 1611 | border-radius: 0; |
| 1612 | color: #28303d; |
| 1613 | background: rgba(255, 255, 255, 0.5); |
| 1614 | line-height: 1.7; |
| 1615 | padding: 10px; |
| 1616 | } |
| 1617 | |
| 1618 | input[type="month"] { |
| 1619 | border: 3px solid #39414d; |
| 1620 | border-radius: 0; |
| 1621 | color: #28303d; |
| 1622 | background: rgba(255, 255, 255, 0.5); |
| 1623 | line-height: 1.7; |
| 1624 | padding: 10px; |
| 1625 | } |
| 1626 | |
| 1627 | input[type="week"] { |
| 1628 | border: 3px solid #39414d; |
| 1629 | border-radius: 0; |
| 1630 | color: #28303d; |
| 1631 | background: rgba(255, 255, 255, 0.5); |
| 1632 | line-height: 1.7; |
| 1633 | padding: 10px; |
| 1634 | } |
| 1635 | |
| 1636 | input[type="time"] { |
| 1637 | border: 3px solid #39414d; |
| 1638 | border-radius: 0; |
| 1639 | color: #28303d; |
| 1640 | background: rgba(255, 255, 255, 0.5); |
| 1641 | line-height: 1.7; |
| 1642 | padding: 10px; |
| 1643 | } |
| 1644 | |
| 1645 | input[type="datetime"] { |
| 1646 | border: 3px solid #39414d; |
| 1647 | border-radius: 0; |
| 1648 | color: #28303d; |
| 1649 | background: rgba(255, 255, 255, 0.5); |
| 1650 | line-height: 1.7; |
| 1651 | padding: 10px; |
| 1652 | } |
| 1653 | |
| 1654 | input[type="datetime-local"] { |
| 1655 | border: 3px solid #39414d; |
| 1656 | border-radius: 0; |
| 1657 | color: #28303d; |
| 1658 | background: rgba(255, 255, 255, 0.5); |
| 1659 | line-height: 1.7; |
| 1660 | padding: 10px; |
| 1661 | } |
| 1662 | |
| 1663 | input[type="color"] { |
| 1664 | border: 3px solid #39414d; |
| 1665 | border-radius: 0; |
| 1666 | color: #28303d; |
| 1667 | background: rgba(255, 255, 255, 0.5); |
| 1668 | line-height: 1.7; |
| 1669 | padding: 10px; |
| 1670 | } |
| 1671 | |
| 1672 | .site textarea { |
| 1673 | border: 3px solid #39414d; |
| 1674 | border-radius: 0; |
| 1675 | color: #28303d; |
| 1676 | background: rgba(255, 255, 255, 0.5); |
| 1677 | line-height: 1.7; |
| 1678 | padding: 10px; |
| 1679 | } |
| 1680 | |
| 1681 | input[type="text"]:focus { |
| 1682 | color: #28303d; |
| 1683 | outline: 1px solid #39414d; |
| 1684 | background: #fff; |
| 1685 | } |
| 1686 | |
| 1687 | input[type="email"]:focus { |
| 1688 | color: #28303d; |
| 1689 | outline: 1px solid #39414d; |
| 1690 | background: #fff; |
| 1691 | } |
| 1692 | |
| 1693 | input[type="url"]:focus { |
| 1694 | color: #28303d; |
| 1695 | outline: 1px solid #39414d; |
| 1696 | background: #fff; |
| 1697 | } |
| 1698 | |
| 1699 | input[type="password"]:focus { |
| 1700 | color: #28303d; |
| 1701 | outline: 1px solid #39414d; |
| 1702 | background: #fff; |
| 1703 | } |
| 1704 | |
| 1705 | input[type="search"]:focus { |
| 1706 | color: #28303d; |
| 1707 | outline: 1px solid #39414d; |
| 1708 | background: #fff; |
| 1709 | } |
| 1710 | |
| 1711 | input[type="number"]:focus { |
| 1712 | color: #28303d; |
| 1713 | outline: 1px solid #39414d; |
| 1714 | background: #fff; |
| 1715 | } |
| 1716 | |
| 1717 | input[type="tel"]:focus { |
| 1718 | color: #28303d; |
| 1719 | outline: 1px solid #39414d; |
| 1720 | background: #fff; |
| 1721 | } |
| 1722 | |
| 1723 | input[type="date"]:focus { |
| 1724 | color: #28303d; |
| 1725 | outline: 1px solid #39414d; |
| 1726 | background: #fff; |
| 1727 | } |
| 1728 | |
| 1729 | input[type="month"]:focus { |
| 1730 | color: #28303d; |
| 1731 | outline: 1px solid #39414d; |
| 1732 | background: #fff; |
| 1733 | } |
| 1734 | |
| 1735 | input[type="week"]:focus { |
| 1736 | color: #28303d; |
| 1737 | outline: 1px solid #39414d; |
| 1738 | background: #fff; |
| 1739 | } |
| 1740 | |
| 1741 | input[type="time"]:focus { |
| 1742 | color: #28303d; |
| 1743 | outline: 1px solid #39414d; |
| 1744 | background: #fff; |
| 1745 | } |
| 1746 | |
| 1747 | input[type="datetime"]:focus { |
| 1748 | color: #28303d; |
| 1749 | outline: 1px solid #39414d; |
| 1750 | background: #fff; |
| 1751 | } |
| 1752 | |
| 1753 | input[type="datetime-local"]:focus { |
| 1754 | color: #28303d; |
| 1755 | outline: 1px solid #39414d; |
| 1756 | background: #fff; |
| 1757 | } |
| 1758 | |
| 1759 | input[type="color"]:focus { |
| 1760 | color: #28303d; |
| 1761 | outline: 1px solid #39414d; |
| 1762 | background: #fff; |
| 1763 | } |
| 1764 | |
| 1765 | .site textarea:focus { |
| 1766 | color: #28303d; |
| 1767 | outline: 1px solid #39414d; |
| 1768 | background: #fff; |
| 1769 | } |
| 1770 | |
| 1771 | input[type="text"]:disabled, |
| 1772 | input[type="email"]:disabled, |
| 1773 | input[type="url"]:disabled, |
| 1774 | input[type="password"]:disabled, |
| 1775 | input[type="search"]:disabled, |
| 1776 | input[type="number"]:disabled, |
| 1777 | input[type="tel"]:disabled, |
| 1778 | input[type="date"]:disabled, |
| 1779 | input[type="month"]:disabled, |
| 1780 | input[type="week"]:disabled, |
| 1781 | input[type="time"]:disabled, |
| 1782 | input[type="datetime"]:disabled, |
| 1783 | input[type="datetime-local"]:disabled, |
| 1784 | input[type="color"]:disabled, |
| 1785 | .site textarea:disabled { |
| 1786 | opacity: 0.7; |
| 1787 | } |
| 1788 | |
| 1789 | input[type="search"]:focus { |
| 1790 | outline-offset: 0; |
| 1791 | } |
| 1792 | |
| 1793 | input[type="date"] { |
| 1794 | background: #fff; |
| 1795 | } |
| 1796 | |
| 1797 | input[type="color"] { |
| 1798 | background: #fff; |
| 1799 | padding: 5px; |
| 1800 | height: 40px; |
| 1801 | } |
| 1802 | |
| 1803 | select { |
| 1804 | border: 3px solid #39414d; |
| 1805 | color: #28303d; |
| 1806 | -moz-appearance: none; |
| 1807 | -webkit-appearance: none; |
| 1808 | appearance: none; |
| 1809 | line-height: 1.7; |
| 1810 | padding: 10px 30px 10px 10px; |
| 1811 | /* stylelint-disable */ |
| 1812 | background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat; |
| 1813 | /* stylelint-enable */ |
| 1814 | background-position: right 10px top 60%; |
| 1815 | } |
| 1816 | |
| 1817 | select:focus { |
| 1818 | outline: 1px solid #39414d; |
| 1819 | } |
| 1820 | |
| 1821 | textarea { |
| 1822 | width: 100%; |
| 1823 | } |
| 1824 | |
| 1825 | label { |
| 1826 | font-size: 1.125rem; |
| 1827 | font-weight: 500; |
| 1828 | margin-bottom: 10px; |
| 1829 | } |
| 1830 | |
| 1831 | /** |
| 1832 | https://css-tricks.com/custom-styling-form-inputs-with-modern-css-features/ |
| 1833 | https://codepen.io/aaroniker/pen/ZEYoxEY by Aaron Iker. |
| 1834 | License: MIT. |
| 1835 | */ |
| 1836 | @supports (-webkit-appearance: none) or (-moz-appearance: none) { |
| 1837 | input[type="checkbox"] { |
| 1838 | -webkit-appearance: none; |
| 1839 | -moz-appearance: none; |
| 1840 | position: relative; |
| 1841 | width: 25px; |
| 1842 | height: 25px; |
| 1843 | background: rgba(255, 255, 255, 0.5); |
| 1844 | border: 3px solid #39414d; |
| 1845 | outline-offset: 0; |
| 1846 | } |
| 1847 | input[type="radio"] { |
| 1848 | -webkit-appearance: none; |
| 1849 | -moz-appearance: none; |
| 1850 | position: relative; |
| 1851 | width: 25px; |
| 1852 | height: 25px; |
| 1853 | background: rgba(255, 255, 255, 0.5); |
| 1854 | border: 3px solid #39414d; |
| 1855 | outline-offset: 0; |
| 1856 | } |
| 1857 | input[type="checkbox"]:disabled, |
| 1858 | input[type="radio"]:disabled { |
| 1859 | opacity: 0.7; |
| 1860 | } |
| 1861 | input[type="checkbox"]:focus { |
| 1862 | outline: 1px solid #39414d; |
| 1863 | background: #fff; |
| 1864 | } |
| 1865 | input[type="checkbox"]:after { |
| 1866 | content: ""; |
| 1867 | opacity: 0; |
| 1868 | display: block; |
| 1869 | left: 5px; |
| 1870 | top: 2px; |
| 1871 | position: absolute; |
| 1872 | width: 7px; |
| 1873 | height: 13px; |
| 1874 | border: 3px solid #28303d; |
| 1875 | border-top: 0; |
| 1876 | border-left: 0; |
| 1877 | transform: rotate(30deg); |
| 1878 | } |
| 1879 | input[type="checkbox"]:checked { |
| 1880 | background: #fff; |
| 1881 | color: #28303d; |
| 1882 | } |
| 1883 | input[type="checkbox"]:checked:after { |
| 1884 | opacity: 1; |
| 1885 | } |
| 1886 | input[type="radio"] { |
| 1887 | border-radius: 50%; |
| 1888 | } |
| 1889 | input[type="radio"]:focus { |
| 1890 | background: #fff; |
| 1891 | border: 4px solid #39414d; |
| 1892 | outline: 1px dotted transparent; |
| 1893 | } |
| 1894 | input[type="radio"]:after { |
| 1895 | content: ""; |
| 1896 | opacity: 0; |
| 1897 | display: block; |
| 1898 | left: 3px; |
| 1899 | top: 3px; |
| 1900 | position: absolute; |
| 1901 | width: 11px; |
| 1902 | height: 11px; |
| 1903 | border-radius: 50%; |
| 1904 | background: #28303d; |
| 1905 | } |
| 1906 | input[type="radio"]:checked { |
| 1907 | background: #fff; |
| 1908 | border: 4px solid #39414d; |
| 1909 | outline: 1px dotted transparent; |
| 1910 | } |
| 1911 | input[type="radio"]:checked:after { |
| 1912 | opacity: 1; |
| 1913 | } |
| 1914 | input[type="radio"]:checked:focus { |
| 1915 | box-shadow: 0 0 0 2px #39414d; |
| 1916 | } |
| 1917 | } |
| 1918 | |
| 1919 | input[type="checkbox"] + label { |
| 1920 | display: inline-block; |
| 1921 | padding-left: 10px; |
| 1922 | font-size: 1rem; |
| 1923 | vertical-align: top; |
| 1924 | } |
| 1925 | |
| 1926 | input[type="radio"] + label { |
| 1927 | display: inline-block; |
| 1928 | padding-left: 10px; |
| 1929 | font-size: 1rem; |
| 1930 | vertical-align: top; |
| 1931 | } |
| 1932 | |
| 1933 | /** |
| 1934 | * https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/ |
| 1935 | */ |
| 1936 | @supports (-webkit-appearance: none) or (-moz-appearance: none) { |
| 1937 | input[type="range"] { |
| 1938 | -webkit-appearance: none; |
| 1939 | /* Hides the slider so that custom slider can be made */ |
| 1940 | width: 100%; |
| 1941 | /* Specific width is required for Firefox. */ |
| 1942 | height: 6px; |
| 1943 | background: #39414d; |
| 1944 | border-radius: 6px; |
| 1945 | outline-offset: 10px; |
| 1946 | } |
| 1947 | input[type="range"]:disabled { |
| 1948 | opacity: 0.7; |
| 1949 | } |
| 1950 | input[type="range"]::-webkit-slider-thumb { |
| 1951 | -webkit-appearance: none; |
| 1952 | border: 3px solid #39414d; |
| 1953 | height: 25px; |
| 1954 | width: 25px; |
| 1955 | border-radius: 50%; |
| 1956 | background: #d1e4dd; |
| 1957 | cursor: pointer; |
| 1958 | } |
| 1959 | input[type="range"]::-moz-range-thumb { |
| 1960 | border: 3px solid #39414d; |
| 1961 | height: 25px; |
| 1962 | width: 25px; |
| 1963 | border-radius: 50%; |
| 1964 | background: #d1e4dd; |
| 1965 | cursor: pointer; |
| 1966 | } |
| 1967 | } |
| 1968 | |
| 1969 | input[type="range"]::-ms-track { |
| 1970 | width: 100%; |
| 1971 | height: 6px; |
| 1972 | border-radius: 6px; |
| 1973 | border-width: 19px 0; |
| 1974 | border-color: #d1e4dd; |
| 1975 | background: transparent; |
| 1976 | color: transparent; |
| 1977 | cursor: pointer; |
| 1978 | } |
| 1979 | |
| 1980 | input[type="range"]::-ms-fill-upper { |
| 1981 | background: #39414d; |
| 1982 | border-radius: 6px; |
| 1983 | } |
| 1984 | |
| 1985 | input[type="range"]::-ms-fill-lower { |
| 1986 | background: #39414d; |
| 1987 | border-radius: 6px; |
| 1988 | } |
| 1989 | |
| 1990 | input[type="range"]::-ms-thumb { |
| 1991 | border: 3px solid #39414d; |
| 1992 | height: 25px; |
| 1993 | width: 25px; |
| 1994 | border-radius: 50%; |
| 1995 | background: #d1e4dd; |
| 1996 | cursor: pointer; |
| 1997 | } |
| 1998 | |
| 1999 | img { |
| 2000 | display: block; |
| 2001 | height: auto; |
| 2002 | max-width: 100%; |
| 2003 | } |
| 2004 | |
| 2005 | /* Classic editor images */ |
| 2006 | .entry-content img { |
| 2007 | max-width: 100%; |
| 2008 | } |
| 2009 | |
| 2010 | /* Make sure embeds and iframes fit their containers. */ |
| 2011 | embed, |
| 2012 | iframe, |
| 2013 | object, |
| 2014 | video { |
| 2015 | max-width: 100%; |
| 2016 | } |
| 2017 | |
| 2018 | /* Media captions */ |
| 2019 | figcaption { |
| 2020 | color: currentColor; |
| 2021 | font-size: 1rem; |
| 2022 | line-height: 1.7; |
| 2023 | margin-top: 10px; |
| 2024 | margin-bottom: 20px; |
| 2025 | text-align: center; |
| 2026 | } |
| 2027 | .wp-caption { |
| 2028 | color: currentColor; |
| 2029 | font-size: 1rem; |
| 2030 | line-height: 1.7; |
| 2031 | margin-top: 10px; |
| 2032 | margin-bottom: 20px; |
| 2033 | text-align: center; |
| 2034 | } |
| 2035 | .wp-caption-text { |
| 2036 | color: currentColor; |
| 2037 | font-size: 1rem; |
| 2038 | line-height: 1.7; |
| 2039 | margin-top: 10px; |
| 2040 | margin-bottom: 20px; |
| 2041 | text-align: center; |
| 2042 | } |
| 2043 | |
| 2044 | .alignleft figcaption, |
| 2045 | .alignright figcaption, .alignleft |
| 2046 | .wp-caption, |
| 2047 | .alignright |
| 2048 | .wp-caption, .alignleft |
| 2049 | .wp-caption-text, |
| 2050 | .alignright |
| 2051 | .wp-caption-text { |
| 2052 | margin-bottom: 0; |
| 2053 | } |
| 2054 | |
| 2055 | /* WP Smiley */ |
| 2056 | .page-content .wp-smiley, |
| 2057 | .entry-content .wp-smiley, |
| 2058 | .comment-content .wp-smiley { |
| 2059 | border: none; |
| 2060 | margin-bottom: 0; |
| 2061 | margin-top: 0; |
| 2062 | padding: 0; |
| 2063 | } |
| 2064 | |
| 2065 | /* Over here, place any elements that do not need to have their own file. */ |
| 2066 | b, |
| 2067 | strong { |
| 2068 | font-weight: 700; |
| 2069 | } |
| 2070 | |
| 2071 | dfn, |
| 2072 | cite, |
| 2073 | em, |
| 2074 | i { |
| 2075 | font-style: italic; |
| 2076 | } |
| 2077 | |
| 2078 | pre { |
| 2079 | white-space: pre-wrap; |
| 2080 | } |
| 2081 | |
| 2082 | /* |
| 2083 | * text-underline-offset doesn't work in Chrome at all 👎 |
| 2084 | * But looks nice in Safari/Firefox, so let's keep it and |
| 2085 | * maybe Chrome will support it soon. |
| 2086 | */ |
| 2087 | a { |
| 2088 | cursor: pointer; |
| 2089 | color: #28303d; |
| 2090 | text-underline-offset: 3px; |
| 2091 | text-decoration-skip-ink: all; |
| 2092 | } |
| 2093 | |
| 2094 | a:hover { |
| 2095 | text-decoration-style: dotted; |
| 2096 | text-decoration-skip-ink: none; |
| 2097 | } |
| 2098 | |
| 2099 | .site a:focus { |
| 2100 | outline: 2px solid #28303d; |
| 2101 | text-decoration: none; |
| 2102 | } |
| 2103 | |
| 2104 | .site a:focus.skip-link { |
| 2105 | /* Only visible in Windows High Contrast mode */ |
| 2106 | outline: 2px solid transparent; |
| 2107 | outline-offset: -2px; |
| 2108 | } |
| 2109 | |
| 2110 | .has-background:not(.has-background-background-color) .has-link-color a { |
| 2111 | color: #28303d; |
| 2112 | } |
| 2113 | |
| 2114 | .has-background:not(.has-background-background-color).has-link-color a { |
| 2115 | color: #28303d; |
| 2116 | } |
| 2117 | |
| 2118 | /* Category 05 is all about adjusting the default block styles to the given layout. I only added three blocks as examples. */ |
| 2119 | .wp-block-audio audio:focus { |
| 2120 | outline-offset: 5px; |
| 2121 | outline: 2px solid #28303d; |
| 2122 | } |
| 2123 | |
| 2124 | /** |
| 2125 | * Button |
| 2126 | */ |
| 2127 | /** |
| 2128 | * Block Options |
| 2129 | */ |
| 2130 | .wp-block-button.is-style-outline.wp-block-button__link { |
| 2131 | color: #39414d; |
| 2132 | background: transparent; |
| 2133 | border: 3px solid currentColor; |
| 2134 | padding: 15px 30px; |
| 2135 | } |
| 2136 | .wp-block-button.is-style-outline .wp-block-button__link { |
| 2137 | color: #39414d; |
| 2138 | background: transparent; |
| 2139 | border: 3px solid currentColor; |
| 2140 | padding: 15px 30px; |
| 2141 | } |
| 2142 | |
| 2143 | .wp-block-button.is-style-outline.wp-block-button__link:visited { |
| 2144 | color: #39414d; |
| 2145 | } |
| 2146 | |
| 2147 | .wp-block-button.is-style-outline .wp-block-button__link:visited { |
| 2148 | color: #39414d; |
| 2149 | } |
| 2150 | |
| 2151 | .wp-block-button.is-style-outline.wp-block-button__link:active { |
| 2152 | background-color: #39414d; |
| 2153 | color: #d1e4dd; |
| 2154 | border: 3px solid #39414d; |
| 2155 | } |
| 2156 | |
| 2157 | .wp-block-button.is-style-outline.wp-block-button__link:hover { |
| 2158 | background-color: #39414d; |
| 2159 | color: #d1e4dd; |
| 2160 | border: 3px solid #39414d; |
| 2161 | } |
| 2162 | |
| 2163 | .wp-block-button.is-style-outline .wp-block-button__link:active { |
| 2164 | background-color: #39414d; |
| 2165 | color: #d1e4dd; |
| 2166 | border: 3px solid #39414d; |
| 2167 | } |
| 2168 | |
| 2169 | .wp-block-button.is-style-outline .wp-block-button__link:hover { |
| 2170 | background-color: #39414d; |
| 2171 | color: #d1e4dd; |
| 2172 | border: 3px solid #39414d; |
| 2173 | } |
| 2174 | |
| 2175 | .wp-block-button.is-style-outline.wp-block-button__link:focus { |
| 2176 | outline-offset: -7px; |
| 2177 | background: transparent; |
| 2178 | outline: 2px dotted #39414d; |
| 2179 | color: #39414d; |
| 2180 | } |
| 2181 | |
| 2182 | .wp-block-button.is-style-outline.wp-block-button__link.has-focus { |
| 2183 | outline-offset: -7px; |
| 2184 | background: transparent; |
| 2185 | outline: 2px dotted #39414d; |
| 2186 | color: #39414d; |
| 2187 | } |
| 2188 | |
| 2189 | .wp-block-button.is-style-outline .wp-block-button__link:focus { |
| 2190 | outline-offset: -7px; |
| 2191 | background: transparent; |
| 2192 | outline: 2px dotted #39414d; |
| 2193 | color: #39414d; |
| 2194 | } |
| 2195 | |
| 2196 | .wp-block-button.is-style-outline .wp-block-button__link.has-focus { |
| 2197 | outline-offset: -7px; |
| 2198 | background: transparent; |
| 2199 | outline: 2px dotted #39414d; |
| 2200 | color: #39414d; |
| 2201 | } |
| 2202 | |
| 2203 | .wp-block-button.is-style-squared .wp-block-button__link { |
| 2204 | border-radius: 0; |
| 2205 | } |
| 2206 | |
| 2207 | .is-style-outline .wp-block-button__link[style*="radius"]:focus { |
| 2208 | outline-offset: 2px; |
| 2209 | outline: 2px dotted #39414d; |
| 2210 | } |
| 2211 | |
| 2212 | .wp-block-button a.wp-block-button__link[style*="radius"]:focus { |
| 2213 | outline-offset: 2px; |
| 2214 | outline: 2px dotted #39414d; |
| 2215 | } |
| 2216 | |
| 2217 | .wp-block-code { |
| 2218 | border-color: #28303d; |
| 2219 | border-radius: 0; |
| 2220 | border-style: solid; |
| 2221 | border-width: 0.1rem; |
| 2222 | padding: 20px; |
| 2223 | } |
| 2224 | |
| 2225 | .wp-block-code code { |
| 2226 | font-size: 1rem; |
| 2227 | overflow: auto; |
| 2228 | } |
| 2229 | |
| 2230 | .wp-block-columns .wp-block-column > * { |
| 2231 | margin-top: 20px; |
| 2232 | margin-bottom: 20px; |
| 2233 | } |
| 2234 | |
| 2235 | @media only screen and (min-width: 482px) { |
| 2236 | .wp-block-columns .wp-block-column > * { |
| 2237 | margin-top: 30px; |
| 2238 | margin-bottom: 30px; |
| 2239 | } |
| 2240 | } |
| 2241 | |
| 2242 | .wp-block-columns .wp-block-column > *:first-child { |
| 2243 | margin-top: 0; |
| 2244 | } |
| 2245 | |
| 2246 | .wp-block-columns .wp-block-column > *:last-child { |
| 2247 | margin-bottom: 0; |
| 2248 | } |
| 2249 | |
| 2250 | .wp-block-columns .wp-block-column:last-child { |
| 2251 | margin-bottom: 0; |
| 2252 | } |
| 2253 | |
| 2254 | .wp-block-columns .wp-block-column:not(:last-child) { |
| 2255 | margin-bottom: 20px; |
| 2256 | } |
| 2257 | |
| 2258 | @media only screen and (min-width: 482px) { |
| 2259 | .wp-block-columns .wp-block-column:not(:last-child) { |
| 2260 | margin-bottom: 30px; |
| 2261 | } |
| 2262 | } |
| 2263 | |
| 2264 | @media only screen and (min-width: 652px) { |
| 2265 | .wp-block-columns .wp-block-column:not(:last-child) { |
| 2266 | /* Resetting margins to match _block-container.scss */ |
| 2267 | margin-bottom: 0; |
| 2268 | } |
| 2269 | } |
| 2270 | |
| 2271 | @media only screen and (min-width: 652px) { |
| 2272 | .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column { |
| 2273 | flex-grow: 1; |
| 2274 | } |
| 2275 | .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) { |
| 2276 | margin-left: -50px; |
| 2277 | margin-top: 63px; |
| 2278 | z-index: 2; |
| 2279 | } |
| 2280 | .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > p:not(.has-background) { |
| 2281 | background-color: #d1e4dd; |
| 2282 | padding: 20px; |
| 2283 | } |
| 2284 | .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h1:not(.has-background) { |
| 2285 | background-color: #d1e4dd; |
| 2286 | padding: 20px; |
| 2287 | } |
| 2288 | .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h2:not(.has-background) { |
| 2289 | background-color: #d1e4dd; |
| 2290 | padding: 20px; |
| 2291 | } |
| 2292 | .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h3:not(.has-background) { |
| 2293 | background-color: #d1e4dd; |
| 2294 | padding: 20px; |
| 2295 | } |
| 2296 | .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h4:not(.has-background) { |
| 2297 | background-color: #d1e4dd; |
| 2298 | padding: 20px; |
| 2299 | } |
| 2300 | .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h5:not(.has-background) { |
| 2301 | background-color: #d1e4dd; |
| 2302 | padding: 20px; |
| 2303 | } |
| 2304 | .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h6:not(.has-background) { |
| 2305 | background-color: #d1e4dd; |
| 2306 | padding: 20px; |
| 2307 | } |
| 2308 | .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background) { |
| 2309 | background-color: #d1e4dd; |
| 2310 | padding: 20px; |
| 2311 | } |
| 2312 | .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background) { |
| 2313 | background-color: #d1e4dd; |
| 2314 | padding: 20px; |
| 2315 | } |
| 2316 | .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > pre:not(.has-background) { |
| 2317 | background-color: #d1e4dd; |
| 2318 | padding: 20px; |
| 2319 | } |
| 2320 | .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background) { |
| 2321 | padding-left: 50px; |
| 2322 | } |
| 2323 | .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background) { |
| 2324 | padding-left: 50px; |
| 2325 | } |
| 2326 | .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n).is-vertically-aligned-center { |
| 2327 | margin-top: 0; |
| 2328 | } |
| 2329 | } |
| 2330 | |
| 2331 | .wp-block-columns.alignfull .wp-block-column p:not(.has-background) { |
| 2332 | padding-left: 20px; |
| 2333 | padding-right: 20px; |
| 2334 | } |
| 2335 | |
| 2336 | .wp-block-columns.alignfull .wp-block-column h1:not(.has-background) { |
| 2337 | padding-left: 20px; |
| 2338 | padding-right: 20px; |
| 2339 | } |
| 2340 | |
| 2341 | .wp-block-columns.alignfull .wp-block-column h2:not(.has-background) { |
| 2342 | padding-left: 20px; |
| 2343 | padding-right: 20px; |
| 2344 | } |
| 2345 | |
| 2346 | .wp-block-columns.alignfull .wp-block-column h3:not(.has-background) { |
| 2347 | padding-left: 20px; |
| 2348 | padding-right: 20px; |
| 2349 | } |
| 2350 | |
| 2351 | .wp-block-columns.alignfull .wp-block-column h4:not(.has-background) { |
| 2352 | padding-left: 20px; |
| 2353 | padding-right: 20px; |
| 2354 | } |
| 2355 | |
| 2356 | .wp-block-columns.alignfull .wp-block-column h5:not(.has-background) { |
| 2357 | padding-left: 20px; |
| 2358 | padding-right: 20px; |
| 2359 | } |
| 2360 | |
| 2361 | .wp-block-columns.alignfull .wp-block-column h6:not(.has-background) { |
| 2362 | padding-left: 20px; |
| 2363 | padding-right: 20px; |
| 2364 | } |
| 2365 | |
| 2366 | .wp-block-cover { |
| 2367 | background-color: #fff; |
| 2368 | min-height: 450px; |
| 2369 | margin-top: inherit; |
| 2370 | margin-bottom: inherit; |
| 2371 | /* default & custom background-color */ |
| 2372 | /* Treating H2 separately to account for legacy /core styles */ |
| 2373 | /* Block Styles */ |
| 2374 | } |
| 2375 | |
| 2376 | .wp-block-cover-image { |
| 2377 | background-color: #fff; |
| 2378 | min-height: 450px; |
| 2379 | margin-top: inherit; |
| 2380 | margin-bottom: inherit; |
| 2381 | /* default & custom background-color */ |
| 2382 | /* Treating H2 separately to account for legacy /core styles */ |
| 2383 | /* Block Styles */ |
| 2384 | } |
| 2385 | |
| 2386 | .wp-block-cover .wp-block-cover__inner-container { |
| 2387 | color: currentColor; |
| 2388 | margin-top: 30px; |
| 2389 | margin-bottom: 30px; |
| 2390 | } |
| 2391 | |
| 2392 | .wp-block-cover .wp-block-cover-image-text { |
| 2393 | color: currentColor; |
| 2394 | margin-top: 30px; |
| 2395 | margin-bottom: 30px; |
| 2396 | } |
| 2397 | |
| 2398 | .wp-block-cover .wp-block-cover-text { |
| 2399 | color: currentColor; |
| 2400 | margin-top: 30px; |
| 2401 | margin-bottom: 30px; |
| 2402 | } |
| 2403 | |
| 2404 | .wp-block-cover-image .wp-block-cover__inner-container { |
| 2405 | color: currentColor; |
| 2406 | margin-top: 30px; |
| 2407 | margin-bottom: 30px; |
| 2408 | } |
| 2409 | |
| 2410 | .wp-block-cover-image .wp-block-cover-image-text { |
| 2411 | color: currentColor; |
| 2412 | margin-top: 30px; |
| 2413 | margin-bottom: 30px; |
| 2414 | } |
| 2415 | |
| 2416 | .wp-block-cover-image .wp-block-cover-text { |
| 2417 | color: currentColor; |
| 2418 | margin-top: 30px; |
| 2419 | margin-bottom: 30px; |
| 2420 | } |
| 2421 | |
| 2422 | .wp-block-cover .wp-block-cover__inner-container a, |
| 2423 | .wp-block-cover .wp-block-cover-image-text a, |
| 2424 | .wp-block-cover .wp-block-cover-text a, |
| 2425 | .wp-block-cover-image .wp-block-cover__inner-container a, |
| 2426 | .wp-block-cover-image .wp-block-cover-image-text a, |
| 2427 | .wp-block-cover-image .wp-block-cover-text a { |
| 2428 | color: currentColor; |
| 2429 | } |
| 2430 | |
| 2431 | .wp-block-cover .wp-block-cover__inner-container .has-link-color a { |
| 2432 | color: #28303d; |
| 2433 | } |
| 2434 | |
| 2435 | .wp-block-cover .wp-block-cover-image-text .has-link-color a { |
| 2436 | color: #28303d; |
| 2437 | } |
| 2438 | |
| 2439 | .wp-block-cover .wp-block-cover-text .has-link-color a { |
| 2440 | color: #28303d; |
| 2441 | } |
| 2442 | |
| 2443 | .wp-block-cover-image .wp-block-cover__inner-container .has-link-color a { |
| 2444 | color: #28303d; |
| 2445 | } |
| 2446 | |
| 2447 | .wp-block-cover-image .wp-block-cover-image-text .has-link-color a { |
| 2448 | color: #28303d; |
| 2449 | } |
| 2450 | |
| 2451 | .wp-block-cover-image .wp-block-cover-text .has-link-color a { |
| 2452 | color: #28303d; |
| 2453 | } |
| 2454 | |
| 2455 | .wp-block-cover:not([class*="background-color"]) .wp-block-cover__inner-container { |
| 2456 | color: #fff; |
| 2457 | } |
| 2458 | |
| 2459 | .wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text { |
| 2460 | color: #fff; |
| 2461 | } |
| 2462 | |
| 2463 | .wp-block-cover:not([class*="background-color"]) .wp-block-cover-text { |
| 2464 | color: #fff; |
| 2465 | } |
| 2466 | |
| 2467 | .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover__inner-container { |
| 2468 | color: #fff; |
| 2469 | } |
| 2470 | |
| 2471 | .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-image-text { |
| 2472 | color: #fff; |
| 2473 | } |
| 2474 | |
| 2475 | .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text { |
| 2476 | color: #fff; |
| 2477 | } |
| 2478 | |
| 2479 | .wp-block-cover h2 { |
| 2480 | font-size: 2.25rem; |
| 2481 | letter-spacing: normal; |
| 2482 | line-height: 1.3; |
| 2483 | max-width: inherit; |
| 2484 | text-align: inherit; |
| 2485 | padding: 0; |
| 2486 | } |
| 2487 | |
| 2488 | @media only screen and (min-width: 652px){ |
| 2489 | .wp-block-cover h2{ |
| 2490 | font-size: 3rem; |
| 2491 | } |
| 2492 | } |
| 2493 | |
| 2494 | @media only screen and (min-width: 652px){ |
| 2495 | .wp-block-cover h2{ |
| 2496 | font-size: 3rem; |
| 2497 | } |
| 2498 | } |
| 2499 | |
| 2500 | .wp-block-cover-image h2 { |
| 2501 | font-size: 2.25rem; |
| 2502 | letter-spacing: normal; |
| 2503 | line-height: 1.3; |
| 2504 | max-width: inherit; |
| 2505 | text-align: inherit; |
| 2506 | padding: 0; |
| 2507 | } |
| 2508 | |
| 2509 | @media only screen and (min-width: 652px){ |
| 2510 | .wp-block-cover-image h2{ |
| 2511 | font-size: 3rem; |
| 2512 | } |
| 2513 | } |
| 2514 | |
| 2515 | @media only screen and (min-width: 652px){ |
| 2516 | .wp-block-cover-image h2{ |
| 2517 | font-size: 3rem; |
| 2518 | } |
| 2519 | } |
| 2520 | |
| 2521 | .wp-block-cover h2.has-text-align-left, |
| 2522 | .wp-block-cover-image h2.has-text-align-left { |
| 2523 | text-align: left; |
| 2524 | } |
| 2525 | |
| 2526 | .wp-block-cover h2.has-text-align-center, |
| 2527 | .wp-block-cover-image h2.has-text-align-center { |
| 2528 | text-align: center; |
| 2529 | } |
| 2530 | |
| 2531 | .wp-block-cover h2.has-text-align-right, |
| 2532 | .wp-block-cover-image h2.has-text-align-right { |
| 2533 | text-align: right; |
| 2534 | } |
| 2535 | |
| 2536 | .wp-block-cover .wp-block-cover__inner-container { |
| 2537 | width: calc(100% - 60px); |
| 2538 | } |
| 2539 | |
| 2540 | .wp-block-cover-image .wp-block-cover__inner-container { |
| 2541 | width: calc(100% - 60px); |
| 2542 | } |
| 2543 | |
| 2544 | .wp-block-cover .wp-block-cover__inner-container > * { |
| 2545 | margin-top: 20px; |
| 2546 | margin-bottom: 20px; |
| 2547 | } |
| 2548 | |
| 2549 | .wp-block-cover-image .wp-block-cover__inner-container > * { |
| 2550 | margin-top: 20px; |
| 2551 | margin-bottom: 20px; |
| 2552 | } |
| 2553 | |
| 2554 | @media only screen and (min-width: 482px) { |
| 2555 | .wp-block-cover .wp-block-cover__inner-container > * { |
| 2556 | margin-top: 30px; |
| 2557 | margin-bottom: 30px; |
| 2558 | } |
| 2559 | .wp-block-cover-image .wp-block-cover__inner-container > * { |
| 2560 | margin-top: 30px; |
| 2561 | margin-bottom: 30px; |
| 2562 | } |
| 2563 | } |
| 2564 | |
| 2565 | .wp-block-cover .wp-block-cover__inner-container > *:first-child, |
| 2566 | .wp-block-cover-image .wp-block-cover__inner-container > *:first-child { |
| 2567 | margin-top: 0; |
| 2568 | } |
| 2569 | |
| 2570 | .wp-block-cover .wp-block-cover__inner-container > *:last-child, |
| 2571 | .wp-block-cover-image .wp-block-cover__inner-container > *:last-child { |
| 2572 | margin-bottom: 0; |
| 2573 | } |
| 2574 | |
| 2575 | .wp-block-cover.alignleft, .wp-block-cover.alignright, |
| 2576 | .wp-block-cover-image.alignleft, |
| 2577 | .wp-block-cover-image.alignright { |
| 2578 | margin-top: 0; |
| 2579 | } |
| 2580 | |
| 2581 | .wp-block-cover.alignleft > * { |
| 2582 | margin-top: 60px; |
| 2583 | margin-bottom: 60px; |
| 2584 | padding-left: 25px; |
| 2585 | padding-right: 25px; |
| 2586 | width: 100%; |
| 2587 | } |
| 2588 | |
| 2589 | .wp-block-cover.alignright > * { |
| 2590 | margin-top: 60px; |
| 2591 | margin-bottom: 60px; |
| 2592 | padding-left: 25px; |
| 2593 | padding-right: 25px; |
| 2594 | width: 100%; |
| 2595 | } |
| 2596 | |
| 2597 | .wp-block-cover-image.alignleft > * { |
| 2598 | margin-top: 60px; |
| 2599 | margin-bottom: 60px; |
| 2600 | padding-left: 25px; |
| 2601 | padding-right: 25px; |
| 2602 | width: 100%; |
| 2603 | } |
| 2604 | |
| 2605 | .wp-block-cover-image.alignright > * { |
| 2606 | margin-top: 60px; |
| 2607 | margin-bottom: 60px; |
| 2608 | padding-left: 25px; |
| 2609 | padding-right: 25px; |
| 2610 | width: 100%; |
| 2611 | } |
| 2612 | |
| 2613 | .wp-block-cover.has-left-content, .wp-block-cover.has-right-content, |
| 2614 | .wp-block-cover-image.has-left-content, |
| 2615 | .wp-block-cover-image.has-right-content { |
| 2616 | justify-content: center; |
| 2617 | } |
| 2618 | |
| 2619 | .wp-block-cover.is-style-twentytwentyone-border { |
| 2620 | border: 3px solid #28303d; |
| 2621 | } |
| 2622 | |
| 2623 | .wp-block-cover-image.is-style-twentytwentyone-border { |
| 2624 | border: 3px solid #28303d; |
| 2625 | } |
| 2626 | |
| 2627 | .wp-block-file a.wp-block-file__button:active { |
| 2628 | color: #39414d; |
| 2629 | opacity: inherit; |
| 2630 | } |
| 2631 | |
| 2632 | .wp-block-file a.wp-block-file__button:focus { |
| 2633 | color: #39414d; |
| 2634 | opacity: inherit; |
| 2635 | } |
| 2636 | |
| 2637 | .wp-block-file a.wp-block-file__button:hover { |
| 2638 | color: #39414d; |
| 2639 | opacity: inherit; |
| 2640 | } |
| 2641 | |
| 2642 | .wp-block-file a.wp-block-file__button:visited { |
| 2643 | color: #39414d; |
| 2644 | opacity: inherit; |
| 2645 | } |
| 2646 | |
| 2647 | .wp-block-file .wp-block-file__button { |
| 2648 | display: inline-block; |
| 2649 | } |
| 2650 | |
| 2651 | .wp-block-gallery { |
| 2652 | margin: 0 auto; |
| 2653 | } |
| 2654 | |
| 2655 | .wp-block-gallery .blocks-gallery-image { |
| 2656 | width: calc(50% - 10px); |
| 2657 | } |
| 2658 | |
| 2659 | .wp-block-gallery .blocks-gallery-item { |
| 2660 | width: calc(50% - 10px); |
| 2661 | } |
| 2662 | |
| 2663 | .wp-block-gallery .blocks-gallery-image figcaption { |
| 2664 | margin: 0; |
| 2665 | color: #fff; |
| 2666 | font-size: 1rem; |
| 2667 | } |
| 2668 | |
| 2669 | .wp-block-gallery .blocks-gallery-item figcaption { |
| 2670 | margin: 0; |
| 2671 | color: #fff; |
| 2672 | font-size: 1rem; |
| 2673 | } |
| 2674 | |
| 2675 | .wp-block-group { |
| 2676 | display: block; |
| 2677 | clear: both; |
| 2678 | display: flow-root; |
| 2679 | } |
| 2680 | |
| 2681 | .wp-block-group:before, .wp-block-group:after { |
| 2682 | content: ""; |
| 2683 | display: block; |
| 2684 | clear: both; |
| 2685 | } |
| 2686 | |
| 2687 | .wp-block-group .wp-block-group__inner-container { |
| 2688 | margin-left: auto; |
| 2689 | margin-right: auto; |
| 2690 | } |
| 2691 | |
| 2692 | .wp-block-group .wp-block-group__inner-container > * { |
| 2693 | margin-top: 20px; |
| 2694 | margin-bottom: 20px; |
| 2695 | } |
| 2696 | |
| 2697 | @media only screen and (min-width: 482px) { |
| 2698 | .wp-block-group .wp-block-group__inner-container > * { |
| 2699 | margin-top: 30px; |
| 2700 | margin-bottom: 30px; |
| 2701 | } |
| 2702 | } |
| 2703 | |
| 2704 | .wp-block-group .wp-block-group__inner-container > *:first-child { |
| 2705 | margin-top: 0; |
| 2706 | } |
| 2707 | |
| 2708 | .wp-block-group .wp-block-group__inner-container > *:last-child { |
| 2709 | margin-bottom: 0; |
| 2710 | } |
| 2711 | |
| 2712 | .wp-block-group.has-background { |
| 2713 | padding: 20px; |
| 2714 | } |
| 2715 | |
| 2716 | @media only screen and (min-width: 482px) { |
| 2717 | .wp-block-group.has-background { |
| 2718 | padding: 30px; |
| 2719 | } |
| 2720 | } |
| 2721 | |
| 2722 | .wp-block-group.is-style-twentytwentyone-border { |
| 2723 | border: 3px solid #28303d; |
| 2724 | padding: 30px; |
| 2725 | } |
| 2726 | |
| 2727 | h1 { |
| 2728 | clear: both; |
| 2729 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 2730 | font-weight: normal; |
| 2731 | } |
| 2732 | |
| 2733 | .h1 { |
| 2734 | clear: both; |
| 2735 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 2736 | font-weight: normal; |
| 2737 | } |
| 2738 | |
| 2739 | h2 { |
| 2740 | clear: both; |
| 2741 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 2742 | font-weight: normal; |
| 2743 | } |
| 2744 | |
| 2745 | .h2 { |
| 2746 | clear: both; |
| 2747 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 2748 | font-weight: normal; |
| 2749 | } |
| 2750 | |
| 2751 | h3 { |
| 2752 | clear: both; |
| 2753 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 2754 | font-weight: normal; |
| 2755 | } |
| 2756 | |
| 2757 | .h3 { |
| 2758 | clear: both; |
| 2759 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 2760 | font-weight: normal; |
| 2761 | } |
| 2762 | |
| 2763 | h4 { |
| 2764 | clear: both; |
| 2765 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 2766 | font-weight: normal; |
| 2767 | } |
| 2768 | |
| 2769 | .h4 { |
| 2770 | clear: both; |
| 2771 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 2772 | font-weight: normal; |
| 2773 | } |
| 2774 | |
| 2775 | h5 { |
| 2776 | clear: both; |
| 2777 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 2778 | font-weight: normal; |
| 2779 | } |
| 2780 | |
| 2781 | .h5 { |
| 2782 | clear: both; |
| 2783 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 2784 | font-weight: normal; |
| 2785 | } |
| 2786 | |
| 2787 | h6 { |
| 2788 | clear: both; |
| 2789 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 2790 | font-weight: normal; |
| 2791 | } |
| 2792 | |
| 2793 | .h6 { |
| 2794 | clear: both; |
| 2795 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 2796 | font-weight: normal; |
| 2797 | } |
| 2798 | |
| 2799 | h1 strong { |
| 2800 | font-weight: 600; |
| 2801 | } |
| 2802 | |
| 2803 | .h1 strong { |
| 2804 | font-weight: 600; |
| 2805 | } |
| 2806 | |
| 2807 | h2 strong { |
| 2808 | font-weight: 600; |
| 2809 | } |
| 2810 | |
| 2811 | .h2 strong { |
| 2812 | font-weight: 600; |
| 2813 | } |
| 2814 | |
| 2815 | h3 strong { |
| 2816 | font-weight: 600; |
| 2817 | } |
| 2818 | |
| 2819 | .h3 strong { |
| 2820 | font-weight: 600; |
| 2821 | } |
| 2822 | |
| 2823 | h4 strong { |
| 2824 | font-weight: 600; |
| 2825 | } |
| 2826 | |
| 2827 | .h4 strong { |
| 2828 | font-weight: 600; |
| 2829 | } |
| 2830 | |
| 2831 | h5 strong { |
| 2832 | font-weight: 600; |
| 2833 | } |
| 2834 | |
| 2835 | .h5 strong { |
| 2836 | font-weight: 600; |
| 2837 | } |
| 2838 | |
| 2839 | h6 strong { |
| 2840 | font-weight: 600; |
| 2841 | } |
| 2842 | |
| 2843 | .h6 strong { |
| 2844 | font-weight: 600; |
| 2845 | } |
| 2846 | |
| 2847 | h1 { |
| 2848 | font-size: 4rem; |
| 2849 | letter-spacing: normal; |
| 2850 | line-height: 1.1; |
| 2851 | } |
| 2852 | |
| 2853 | @media only screen and (min-width: 652px){ |
| 2854 | h1{ |
| 2855 | font-size: 6rem; |
| 2856 | } |
| 2857 | } |
| 2858 | |
| 2859 | .h1 { |
| 2860 | font-size: 4rem; |
| 2861 | letter-spacing: normal; |
| 2862 | line-height: 1.1; |
| 2863 | } |
| 2864 | |
| 2865 | @media only screen and (min-width: 652px){ |
| 2866 | .h1{ |
| 2867 | font-size: 6rem; |
| 2868 | } |
| 2869 | } |
| 2870 | |
| 2871 | h2 { |
| 2872 | font-size: 2.25rem; |
| 2873 | letter-spacing: normal; |
| 2874 | line-height: 1.3; |
| 2875 | } |
| 2876 | |
| 2877 | @media only screen and (min-width: 652px){ |
| 2878 | h2{ |
| 2879 | font-size: 3rem; |
| 2880 | } |
| 2881 | } |
| 2882 | |
| 2883 | @media only screen and (min-width: 652px){ |
| 2884 | h2{ |
| 2885 | font-size: 3rem; |
| 2886 | } |
| 2887 | } |
| 2888 | |
| 2889 | .h2 { |
| 2890 | font-size: 2.25rem; |
| 2891 | letter-spacing: normal; |
| 2892 | line-height: 1.3; |
| 2893 | } |
| 2894 | |
| 2895 | @media only screen and (min-width: 652px){ |
| 2896 | .h2{ |
| 2897 | font-size: 3rem; |
| 2898 | } |
| 2899 | } |
| 2900 | |
| 2901 | @media only screen and (min-width: 652px){ |
| 2902 | .h2{ |
| 2903 | font-size: 3rem; |
| 2904 | } |
| 2905 | } |
| 2906 | |
| 2907 | h3 { |
| 2908 | font-size: 2rem; |
| 2909 | letter-spacing: normal; |
| 2910 | line-height: 1.3; |
| 2911 | } |
| 2912 | |
| 2913 | @media only screen and (min-width: 652px){ |
| 2914 | h3{ |
| 2915 | font-size: 2rem; |
| 2916 | } |
| 2917 | } |
| 2918 | |
| 2919 | .h3 { |
| 2920 | font-size: 2rem; |
| 2921 | letter-spacing: normal; |
| 2922 | line-height: 1.3; |
| 2923 | } |
| 2924 | |
| 2925 | @media only screen and (min-width: 652px){ |
| 2926 | .h3{ |
| 2927 | font-size: 2rem; |
| 2928 | } |
| 2929 | } |
| 2930 | |
| 2931 | h4 { |
| 2932 | font-size: 1.5rem; |
| 2933 | font-weight: 600; |
| 2934 | letter-spacing: normal; |
| 2935 | line-height: 1.3; |
| 2936 | } |
| 2937 | |
| 2938 | .h4 { |
| 2939 | font-size: 1.5rem; |
| 2940 | font-weight: 600; |
| 2941 | letter-spacing: normal; |
| 2942 | line-height: 1.3; |
| 2943 | } |
| 2944 | |
| 2945 | h5 { |
| 2946 | font-size: 1.125rem; |
| 2947 | font-weight: 600; |
| 2948 | letter-spacing: 0.05em; |
| 2949 | line-height: 1.3; |
| 2950 | } |
| 2951 | |
| 2952 | .h5 { |
| 2953 | font-size: 1.125rem; |
| 2954 | font-weight: 600; |
| 2955 | letter-spacing: 0.05em; |
| 2956 | line-height: 1.3; |
| 2957 | } |
| 2958 | |
| 2959 | h6 { |
| 2960 | font-size: 1rem; |
| 2961 | font-weight: 600; |
| 2962 | letter-spacing: 0.05em; |
| 2963 | line-height: 1.3; |
| 2964 | } |
| 2965 | |
| 2966 | .h6 { |
| 2967 | font-size: 1rem; |
| 2968 | font-weight: 600; |
| 2969 | letter-spacing: 0.05em; |
| 2970 | line-height: 1.3; |
| 2971 | } |
| 2972 | |
| 2973 | .wp-block-image { |
| 2974 | text-align: center; |
| 2975 | } |
| 2976 | |
| 2977 | .wp-block-image figcaption { |
| 2978 | color: #28303d; |
| 2979 | font-size: 1rem; |
| 2980 | line-height: 1.7; |
| 2981 | margin-top: 10px; |
| 2982 | margin-bottom: 20px; |
| 2983 | text-align: center; |
| 2984 | } |
| 2985 | |
| 2986 | .wp-block-image .alignright { |
| 2987 | margin-left: 25px; |
| 2988 | } |
| 2989 | |
| 2990 | .wp-block-image .alignleft { |
| 2991 | margin-right: 25px; |
| 2992 | } |
| 2993 | |
| 2994 | .entry-content > *[class="wp-block-image"], |
| 2995 | .entry-content [class*="inner-container"] > *[class="wp-block-image"] { |
| 2996 | margin-top: 0; |
| 2997 | margin-bottom: 0; |
| 2998 | } |
| 2999 | |
| 3000 | .entry-content > *[class="wp-block-image"] + *, |
| 3001 | .entry-content [class*="inner-container"] > *[class="wp-block-image"] + * { |
| 3002 | margin-top: 0; |
| 3003 | } |
| 3004 | |
| 3005 | img { |
| 3006 | height: auto; |
| 3007 | max-width: 100%; |
| 3008 | vertical-align: middle; |
| 3009 | } |
| 3010 | |
| 3011 | .wp-block-image.is-style-twentytwentyone-border img { |
| 3012 | border: 3px solid #28303d; |
| 3013 | } |
| 3014 | |
| 3015 | .wp-block-image.is-style-twentytwentyone-image-frame img { |
| 3016 | border: 3px solid #28303d; |
| 3017 | } |
| 3018 | |
| 3019 | .wp-block-image.is-style-twentytwentyone-image-frame img { |
| 3020 | padding: 20px; |
| 3021 | } |
| 3022 | |
| 3023 | .wp-block-latest-comments { |
| 3024 | margin-left: 0; |
| 3025 | } |
| 3026 | |
| 3027 | .wp-block-latest-comments .wp-block-latest-comments__comment { |
| 3028 | font-size: 1.125rem; |
| 3029 | line-height: 1.7; |
| 3030 | /* Vertical margins logic */ |
| 3031 | margin-top: 30px; |
| 3032 | margin-bottom: 30px; |
| 3033 | } |
| 3034 | |
| 3035 | .wp-block-latest-comments .wp-block-latest-comments__comment:first-child { |
| 3036 | margin-top: 0; |
| 3037 | } |
| 3038 | |
| 3039 | .wp-block-latest-comments .wp-block-latest-comments__comment:last-child { |
| 3040 | margin-bottom: 0; |
| 3041 | } |
| 3042 | |
| 3043 | .wp-block-latest-comments .wp-block-latest-comments__comment-meta { |
| 3044 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 3045 | } |
| 3046 | |
| 3047 | .wp-block-latest-comments .wp-block-latest-comments__comment-date { |
| 3048 | color: #28303d; |
| 3049 | font-size: 1.125rem; |
| 3050 | } |
| 3051 | |
| 3052 | .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p { |
| 3053 | font-size: 1.125rem; |
| 3054 | line-height: 1.7; |
| 3055 | margin: 0; |
| 3056 | } |
| 3057 | |
| 3058 | .wp-block-latest-posts { |
| 3059 | padding-left: 0; |
| 3060 | } |
| 3061 | |
| 3062 | .wp-block-latest-posts:not(.is-grid) > li { |
| 3063 | margin-top: 50px; |
| 3064 | margin-bottom: 50px; |
| 3065 | } |
| 3066 | |
| 3067 | .wp-block-latest-posts:not(.is-grid) > li:first-child { |
| 3068 | margin-top: 0; |
| 3069 | } |
| 3070 | |
| 3071 | .wp-block-latest-posts:not(.is-grid) > li:last-child { |
| 3072 | margin-bottom: 0; |
| 3073 | } |
| 3074 | |
| 3075 | .wp-block-latest-posts.is-grid > li { |
| 3076 | margin-bottom: 30px; |
| 3077 | } |
| 3078 | |
| 3079 | .wp-block-latest-posts.is-grid > li:last-child { |
| 3080 | margin-bottom: 0; |
| 3081 | } |
| 3082 | |
| 3083 | .wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(2n + 1), |
| 3084 | .wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(2n + 1) ~ li, |
| 3085 | .wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1), |
| 3086 | .wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1) ~ li, |
| 3087 | .wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1), |
| 3088 | .wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1) ~ li, |
| 3089 | .wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1), |
| 3090 | .wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1) ~ li, |
| 3091 | .wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1), |
| 3092 | .wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1) ~ li { |
| 3093 | margin-bottom: 0; |
| 3094 | } |
| 3095 | |
| 3096 | .wp-block-latest-posts > li > * { |
| 3097 | margin-top: 10px; |
| 3098 | margin-bottom: 10px; |
| 3099 | } |
| 3100 | |
| 3101 | .wp-block-latest-posts > li > *:first-child { |
| 3102 | margin-top: 0; |
| 3103 | } |
| 3104 | |
| 3105 | .wp-block-latest-posts > li > *:last-child { |
| 3106 | margin-bottom: 0; |
| 3107 | } |
| 3108 | |
| 3109 | .wp-block-latest-posts > li > a { |
| 3110 | display: inline-block; |
| 3111 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 3112 | font-size: 2rem; |
| 3113 | font-weight: normal; |
| 3114 | line-height: 1.3; |
| 3115 | margin-bottom: 10px; |
| 3116 | } |
| 3117 | |
| 3118 | @media only screen and (min-width: 652px){ |
| 3119 | .wp-block-latest-posts > li > a{ |
| 3120 | font-size: 2rem; |
| 3121 | } |
| 3122 | } |
| 3123 | |
| 3124 | .wp-block-latest-posts .wp-block-latest-posts__post-author { |
| 3125 | color: #28303d; |
| 3126 | font-size: 1.25rem; |
| 3127 | line-height: 1.7; |
| 3128 | } |
| 3129 | |
| 3130 | .wp-block-latest-posts .wp-block-latest-posts__post-date { |
| 3131 | color: #28303d; |
| 3132 | font-size: 1rem; |
| 3133 | line-height: 1.7; |
| 3134 | } |
| 3135 | |
| 3136 | [class*="inner-container"] .wp-block-latest-posts .wp-block-latest-posts__post-date, |
| 3137 | .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date { |
| 3138 | color: currentColor; |
| 3139 | } |
| 3140 | |
| 3141 | .wp-block-latest-posts .wp-block-latest-posts__post-excerpt { |
| 3142 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 3143 | font-size: 1.125rem; |
| 3144 | line-height: 1.7; |
| 3145 | margin-top: 20px; |
| 3146 | } |
| 3147 | |
| 3148 | .wp-block-latest-posts .wp-block-latest-posts__post-full-content { |
| 3149 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 3150 | font-size: 1.125rem; |
| 3151 | line-height: 1.7; |
| 3152 | margin-top: 20px; |
| 3153 | } |
| 3154 | |
| 3155 | .wp-block-latest-posts.alignfull { |
| 3156 | padding-left: 20px; |
| 3157 | padding-right: 20px; |
| 3158 | } |
| 3159 | |
| 3160 | .entry-content [class*="inner-container"] .wp-block-latest-posts.alignfull, |
| 3161 | .entry-content .has-background .wp-block-latest-posts.alignfull { |
| 3162 | padding-left: 0; |
| 3163 | padding-right: 0; |
| 3164 | } |
| 3165 | |
| 3166 | .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers { |
| 3167 | border-top: 3px solid #28303d; |
| 3168 | border-bottom: 3px solid #28303d; |
| 3169 | } |
| 3170 | |
| 3171 | .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li { |
| 3172 | padding-bottom: 30px; |
| 3173 | border-bottom: 1px solid #28303d; |
| 3174 | margin-top: 30px; |
| 3175 | margin-bottom: 30px; |
| 3176 | } |
| 3177 | |
| 3178 | .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li { |
| 3179 | padding-bottom: 30px; |
| 3180 | border-bottom: 1px solid #28303d; |
| 3181 | margin-top: 30px; |
| 3182 | margin-bottom: 30px; |
| 3183 | } |
| 3184 | |
| 3185 | .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li:last-child, |
| 3186 | .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li:last-child { |
| 3187 | padding-bottom: 0; |
| 3188 | border-bottom: none; |
| 3189 | } |
| 3190 | |
| 3191 | .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid { |
| 3192 | box-shadow: inset 0 -1px 0 0 #28303d; |
| 3193 | border-bottom: 2px solid #28303d; |
| 3194 | } |
| 3195 | |
| 3196 | .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li { |
| 3197 | margin: 0; |
| 3198 | padding-top: 30px; |
| 3199 | padding-right: 25px; |
| 3200 | } |
| 3201 | |
| 3202 | .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li:last-child { |
| 3203 | padding-bottom: 30px; |
| 3204 | } |
| 3205 | |
| 3206 | @media screen and (min-width: 600px) { |
| 3207 | .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-2 li { |
| 3208 | width: 50%; |
| 3209 | } |
| 3210 | .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-3 li { |
| 3211 | width: 33%; |
| 3212 | } |
| 3213 | .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-4 li { |
| 3214 | width: 25%; |
| 3215 | } |
| 3216 | .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-5 li { |
| 3217 | width: 20%; |
| 3218 | } |
| 3219 | .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-6 li { |
| 3220 | width: 17%; |
| 3221 | } |
| 3222 | } |
| 3223 | |
| 3224 | .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li { |
| 3225 | border: 3px solid #28303d; |
| 3226 | padding: 30px 25px; |
| 3227 | } |
| 3228 | |
| 3229 | .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li:last-child { |
| 3230 | padding-bottom: 30px; |
| 3231 | } |
| 3232 | |
| 3233 | .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders:not(.is-grid) li { |
| 3234 | margin-top: 25px; |
| 3235 | margin-bottom: 25px; |
| 3236 | } |
| 3237 | |
| 3238 | .gallery-item { |
| 3239 | display: inline-block; |
| 3240 | text-align: center; |
| 3241 | vertical-align: top; |
| 3242 | width: 100%; |
| 3243 | } |
| 3244 | |
| 3245 | .gallery-item a { |
| 3246 | display: block; |
| 3247 | } |
| 3248 | |
| 3249 | .gallery-columns-2 .gallery-item { |
| 3250 | max-width: 50%; |
| 3251 | } |
| 3252 | |
| 3253 | .gallery-columns-3 .gallery-item { |
| 3254 | max-width: 33.33%; |
| 3255 | } |
| 3256 | |
| 3257 | .gallery-columns-4 .gallery-item { |
| 3258 | max-width: 25%; |
| 3259 | } |
| 3260 | |
| 3261 | .gallery-columns-5 .gallery-item { |
| 3262 | max-width: 20%; |
| 3263 | } |
| 3264 | |
| 3265 | .gallery-columns-6 .gallery-item { |
| 3266 | max-width: 16.66%; |
| 3267 | } |
| 3268 | |
| 3269 | .gallery-columns-7 .gallery-item { |
| 3270 | max-width: 14.28%; |
| 3271 | } |
| 3272 | |
| 3273 | .gallery-columns-8 .gallery-item { |
| 3274 | max-width: 12.5%; |
| 3275 | } |
| 3276 | |
| 3277 | .gallery-columns-9 .gallery-item { |
| 3278 | max-width: 11.11%; |
| 3279 | } |
| 3280 | |
| 3281 | .gallery-caption { |
| 3282 | display: block; |
| 3283 | } |
| 3284 | |
| 3285 | ul { |
| 3286 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 3287 | margin: 0; |
| 3288 | padding-left: 50px; |
| 3289 | } |
| 3290 | |
| 3291 | ol { |
| 3292 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 3293 | margin: 0; |
| 3294 | padding-left: 50px; |
| 3295 | } |
| 3296 | |
| 3297 | ul.aligncenter, |
| 3298 | ol.aligncenter { |
| 3299 | list-style-position: inside; |
| 3300 | padding: 0; |
| 3301 | } |
| 3302 | |
| 3303 | ul.alignright, |
| 3304 | ol.alignright { |
| 3305 | list-style-position: inside; |
| 3306 | text-align: right; |
| 3307 | padding: 0; |
| 3308 | } |
| 3309 | |
| 3310 | ul { |
| 3311 | list-style-type: disc; |
| 3312 | } |
| 3313 | |
| 3314 | ol { |
| 3315 | list-style-type: decimal; |
| 3316 | } |
| 3317 | |
| 3318 | dt { |
| 3319 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 3320 | font-weight: bold; |
| 3321 | } |
| 3322 | |
| 3323 | dd { |
| 3324 | margin: 0; |
| 3325 | padding-left: 50px; |
| 3326 | } |
| 3327 | |
| 3328 | .wp-block-media-text { |
| 3329 | /** |
| 3330 | * Block Options |
| 3331 | */ |
| 3332 | } |
| 3333 | |
| 3334 | .wp-block-media-text .wp-block-media-text__content { |
| 3335 | padding: 25px; |
| 3336 | } |
| 3337 | |
| 3338 | @media only screen and (min-width: 592px) { |
| 3339 | .wp-block-media-text .wp-block-media-text__content { |
| 3340 | padding: 30px; |
| 3341 | } |
| 3342 | } |
| 3343 | |
| 3344 | .wp-block-media-text .wp-block-media-text__content > * { |
| 3345 | margin-top: 20px; |
| 3346 | margin-bottom: 20px; |
| 3347 | } |
| 3348 | |
| 3349 | @media only screen and (min-width: 482px) { |
| 3350 | .wp-block-media-text .wp-block-media-text__content > * { |
| 3351 | margin-top: 30px; |
| 3352 | margin-bottom: 30px; |
| 3353 | } |
| 3354 | } |
| 3355 | |
| 3356 | .wp-block-media-text .wp-block-media-text__content > *:first-child { |
| 3357 | margin-top: 0; |
| 3358 | } |
| 3359 | |
| 3360 | .wp-block-media-text .wp-block-media-text__content > *:last-child { |
| 3361 | margin-bottom: 0; |
| 3362 | } |
| 3363 | |
| 3364 | @media only screen and (min-width: 482px) { |
| 3365 | .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content { |
| 3366 | padding-top: 30px; |
| 3367 | padding-bottom: 30px; |
| 3368 | } |
| 3369 | } |
| 3370 | |
| 3371 | .wp-block-media-text.is-style-twentytwentyone-border { |
| 3372 | border: 3px solid #28303d; |
| 3373 | } |
| 3374 | |
| 3375 | .wp-block-navigation .wp-block-navigation-link { |
| 3376 | padding: 0; |
| 3377 | } |
| 3378 | |
| 3379 | .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content { |
| 3380 | padding: 13px; |
| 3381 | } |
| 3382 | |
| 3383 | .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__label { |
| 3384 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 3385 | font-size: 1.25rem; |
| 3386 | font-weight: normal; |
| 3387 | } |
| 3388 | |
| 3389 | .wp-block-navigation .wp-block-navigation-link__submenu-icon { |
| 3390 | padding: 0; |
| 3391 | } |
| 3392 | |
| 3393 | .wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation-link { |
| 3394 | display: inherit; |
| 3395 | } |
| 3396 | |
| 3397 | .wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container { |
| 3398 | border: none; |
| 3399 | left: 0; |
| 3400 | margin-left: 13px; |
| 3401 | min-width: max-content; |
| 3402 | opacity: 0; |
| 3403 | padding: 0; |
| 3404 | position: inherit; |
| 3405 | top: inherit; |
| 3406 | } |
| 3407 | |
| 3408 | .wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link .wp-block-navigation-link__content { |
| 3409 | display: inline-block; |
| 3410 | padding: 7px 13px; |
| 3411 | } |
| 3412 | |
| 3413 | .wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon { |
| 3414 | display: none; |
| 3415 | } |
| 3416 | |
| 3417 | .wp-block-navigation > .wp-block-navigation__container .has-child:hover .wp-block-navigation__container, .wp-block-navigation > .wp-block-navigation__container .has-child:focus-within .wp-block-navigation__container { |
| 3418 | display: block; |
| 3419 | opacity: 1; |
| 3420 | visibility: visible; |
| 3421 | } |
| 3422 | |
| 3423 | .wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container { |
| 3424 | background: #d1e4dd; |
| 3425 | box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2); |
| 3426 | margin: 0; |
| 3427 | padding: 0; |
| 3428 | position: absolute; |
| 3429 | top: 100%; |
| 3430 | } |
| 3431 | |
| 3432 | .wp-block-navigation:not(.has-background) .wp-block-navigation__container { |
| 3433 | background: #d1e4dd; |
| 3434 | } |
| 3435 | |
| 3436 | .wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container { |
| 3437 | background: #d1e4dd; |
| 3438 | } |
| 3439 | |
| 3440 | .wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover { |
| 3441 | color: #28303d; |
| 3442 | } |
| 3443 | |
| 3444 | .wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:focus { |
| 3445 | color: #28303d; |
| 3446 | } |
| 3447 | |
| 3448 | .wp-block-navigation:not(.has-text-color) .wp-block-navigation-link__content { |
| 3449 | color: currentColor; |
| 3450 | } |
| 3451 | |
| 3452 | p { |
| 3453 | line-height: --global--line-height-body; |
| 3454 | } |
| 3455 | |
| 3456 | p.has-background { |
| 3457 | padding: 20px; |
| 3458 | } |
| 3459 | |
| 3460 | p.has-text-color a { |
| 3461 | color: #28303d; |
| 3462 | } |
| 3463 | |
| 3464 | .post-password-message { |
| 3465 | font-size: 1.5rem; |
| 3466 | } |
| 3467 | |
| 3468 | .post-password-form { |
| 3469 | display: flex; |
| 3470 | flex-wrap: wrap; |
| 3471 | } |
| 3472 | |
| 3473 | .post-password-form__label { |
| 3474 | width: 100%; |
| 3475 | margin-bottom: 0; |
| 3476 | } |
| 3477 | |
| 3478 | .post-password-form__input { |
| 3479 | flex-grow: 1; |
| 3480 | margin-top: 10px; |
| 3481 | margin-right: 17px; |
| 3482 | } |
| 3483 | |
| 3484 | .post-password-form__submit { |
| 3485 | margin-top: 10px; |
| 3486 | } |
| 3487 | |
| 3488 | @media only screen and (min-width: 592px) { |
| 3489 | .post-password-form__submit { |
| 3490 | margin-left: 10px; |
| 3491 | } |
| 3492 | } |
| 3493 | |
| 3494 | .wp-block-pullquote { |
| 3495 | padding: 40px 0; |
| 3496 | text-align: center; |
| 3497 | border-width: 3px; |
| 3498 | border-bottom-style: solid; |
| 3499 | border-top-style: solid; |
| 3500 | position: relative; |
| 3501 | /** |
| 3502 | * Block Options |
| 3503 | */ |
| 3504 | } |
| 3505 | |
| 3506 | .wp-block-pullquote blockquote::before { |
| 3507 | color: currentColor; |
| 3508 | content: "\201C"; |
| 3509 | display: block; |
| 3510 | font-size: 3rem; |
| 3511 | font-weight: 500; |
| 3512 | line-height: 1; |
| 3513 | } |
| 3514 | |
| 3515 | .wp-block-pullquote p { |
| 3516 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 3517 | font-size: 2rem; |
| 3518 | font-style: normal; |
| 3519 | font-weight: 700; |
| 3520 | letter-spacing: normal; |
| 3521 | line-height: 1.3; |
| 3522 | margin: 0; |
| 3523 | } |
| 3524 | |
| 3525 | @media only screen and (min-width: 652px){ |
| 3526 | .wp-block-pullquote p{ |
| 3527 | font-size: 2rem; |
| 3528 | } |
| 3529 | } |
| 3530 | |
| 3531 | .wp-block-pullquote a { |
| 3532 | color: currentColor; |
| 3533 | } |
| 3534 | |
| 3535 | .wp-block-pullquote .wp-block-pullquote__citation { |
| 3536 | color: currentColor; |
| 3537 | display: block; |
| 3538 | font-size: 1rem; |
| 3539 | font-style: normal; |
| 3540 | text-transform: none; |
| 3541 | } |
| 3542 | |
| 3543 | .wp-block-pullquote cite { |
| 3544 | color: currentColor; |
| 3545 | display: block; |
| 3546 | font-size: 1rem; |
| 3547 | font-style: normal; |
| 3548 | text-transform: none; |
| 3549 | } |
| 3550 | |
| 3551 | .wp-block-pullquote footer { |
| 3552 | color: currentColor; |
| 3553 | display: block; |
| 3554 | font-size: 1rem; |
| 3555 | font-style: normal; |
| 3556 | text-transform: none; |
| 3557 | } |
| 3558 | |
| 3559 | .wp-block-pullquote:not(.is-style-solid-color) { |
| 3560 | background: none; |
| 3561 | } |
| 3562 | |
| 3563 | .wp-block-pullquote.alignleft blockquote:before, |
| 3564 | .wp-block-pullquote.alignleft cite { |
| 3565 | text-align: center; |
| 3566 | } |
| 3567 | |
| 3568 | .wp-block-pullquote.alignwide > p { |
| 3569 | max-width: calc(100vw - 30px); |
| 3570 | } |
| 3571 | |
| 3572 | @media only screen and (min-width: 482px){ |
| 3573 | .wp-block-pullquote.alignwide > p{ |
| 3574 | max-width: calc(100vw - 100px); |
| 3575 | } |
| 3576 | } |
| 3577 | |
| 3578 | @media only screen and (min-width: 822px){ |
| 3579 | .wp-block-pullquote.alignwide > p{ |
| 3580 | max-width: min(calc(100vw - 200px), 1240px); |
| 3581 | } |
| 3582 | } |
| 3583 | |
| 3584 | .wp-block-pullquote.alignwide blockquote { |
| 3585 | max-width: calc(100vw - 30px); |
| 3586 | } |
| 3587 | |
| 3588 | @media only screen and (min-width: 482px){ |
| 3589 | .wp-block-pullquote.alignwide blockquote{ |
| 3590 | max-width: calc(100vw - 100px); |
| 3591 | } |
| 3592 | } |
| 3593 | |
| 3594 | @media only screen and (min-width: 822px){ |
| 3595 | .wp-block-pullquote.alignwide blockquote{ |
| 3596 | max-width: min(calc(100vw - 200px), 1240px); |
| 3597 | } |
| 3598 | } |
| 3599 | |
| 3600 | .wp-block-pullquote.alignfull:not(.is-style-solid-color) > p { |
| 3601 | padding: 0 40px; |
| 3602 | } |
| 3603 | |
| 3604 | .wp-block-pullquote.alignfull:not(.is-style-solid-color) blockquote { |
| 3605 | padding: 0 40px; |
| 3606 | } |
| 3607 | |
| 3608 | .wp-block-pullquote.is-style-solid-color { |
| 3609 | color: #28303d; |
| 3610 | padding: 50px; |
| 3611 | border-width: 3px; |
| 3612 | border-style: solid; |
| 3613 | border-color: #28303d; |
| 3614 | } |
| 3615 | |
| 3616 | @media (min-width: 600px) { |
| 3617 | .wp-block-pullquote.is-style-solid-color { |
| 3618 | padding: 100px; |
| 3619 | } |
| 3620 | } |
| 3621 | |
| 3622 | .wp-block-pullquote.is-style-solid-color blockquote::before { |
| 3623 | text-align: left; |
| 3624 | } |
| 3625 | |
| 3626 | .wp-block-pullquote.is-style-solid-color blockquote { |
| 3627 | max-width: inherit; |
| 3628 | } |
| 3629 | |
| 3630 | .wp-block-pullquote.is-style-solid-color blockquote p { |
| 3631 | font-size: 2rem; |
| 3632 | } |
| 3633 | |
| 3634 | @media only screen and (min-width: 652px){ |
| 3635 | .wp-block-pullquote.is-style-solid-color blockquote p{ |
| 3636 | font-size: 2rem; |
| 3637 | } |
| 3638 | } |
| 3639 | |
| 3640 | .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation, |
| 3641 | .wp-block-pullquote.is-style-solid-color cite, |
| 3642 | .wp-block-pullquote.is-style-solid-color footer { |
| 3643 | color: currentColor; |
| 3644 | } |
| 3645 | |
| 3646 | .wp-block-quote { |
| 3647 | position: relative; |
| 3648 | margin: 30px 0 30px 25px; |
| 3649 | /** |
| 3650 | * Block Options |
| 3651 | */ |
| 3652 | } |
| 3653 | |
| 3654 | .wp-block-quote > * { |
| 3655 | margin-top: 20px; |
| 3656 | margin-bottom: 20px; |
| 3657 | } |
| 3658 | |
| 3659 | .wp-block-quote > *:first-child { |
| 3660 | margin-top: 0; |
| 3661 | } |
| 3662 | |
| 3663 | .wp-block-quote > *:last-child { |
| 3664 | margin-bottom: 0; |
| 3665 | } |
| 3666 | |
| 3667 | .wp-block-quote p { |
| 3668 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 3669 | font-size: 1.25rem; |
| 3670 | font-style: normal; |
| 3671 | font-weight: 700; |
| 3672 | line-height: 1.7; |
| 3673 | } |
| 3674 | |
| 3675 | .wp-block-quote strong { |
| 3676 | font-weight: normal; |
| 3677 | } |
| 3678 | |
| 3679 | .wp-block-quote:before { |
| 3680 | content: "\201C"; |
| 3681 | font-size: 1.25rem; |
| 3682 | line-height: 1.7; |
| 3683 | position: absolute; |
| 3684 | left: -12px; |
| 3685 | } |
| 3686 | |
| 3687 | .wp-block-quote .wp-block-quote__citation { |
| 3688 | color: #28303d; |
| 3689 | font-size: 1rem; |
| 3690 | font-style: normal; |
| 3691 | } |
| 3692 | |
| 3693 | .wp-block-quote cite { |
| 3694 | color: #28303d; |
| 3695 | font-size: 1rem; |
| 3696 | font-style: normal; |
| 3697 | } |
| 3698 | |
| 3699 | .wp-block-quote footer { |
| 3700 | color: #28303d; |
| 3701 | font-size: 1rem; |
| 3702 | font-style: normal; |
| 3703 | } |
| 3704 | |
| 3705 | .has-background:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation, |
| 3706 | [class*="background-color"]:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation, |
| 3707 | [style*="background-color"] .wp-block-quote .wp-block-quote__citation, |
| 3708 | .wp-block-cover[style*="background-image"] .wp-block-quote .wp-block-quote__citation, .has-background:not(.has-background-background-color) |
| 3709 | .wp-block-quote cite, |
| 3710 | [class*="background-color"]:not(.has-background-background-color) |
| 3711 | .wp-block-quote cite, |
| 3712 | [style*="background-color"] |
| 3713 | .wp-block-quote cite, |
| 3714 | .wp-block-cover[style*="background-image"] |
| 3715 | .wp-block-quote cite, .has-background:not(.has-background-background-color) |
| 3716 | .wp-block-quote footer, |
| 3717 | [class*="background-color"]:not(.has-background-background-color) |
| 3718 | .wp-block-quote footer, |
| 3719 | [style*="background-color"] |
| 3720 | .wp-block-quote footer, |
| 3721 | .wp-block-cover[style*="background-image"] |
| 3722 | .wp-block-quote footer { |
| 3723 | color: currentColor; |
| 3724 | } |
| 3725 | |
| 3726 | .wp-block-quote.has-text-align-right { |
| 3727 | margin: 30px 25px 30px auto; |
| 3728 | padding-right: 0; |
| 3729 | border-right: none; |
| 3730 | } |
| 3731 | |
| 3732 | .wp-block-quote.has-text-align-right:before { |
| 3733 | content: "\201D"; |
| 3734 | left: initial; |
| 3735 | right: -12px; |
| 3736 | } |
| 3737 | |
| 3738 | .wp-block-quote.has-text-align-center { |
| 3739 | margin: 30px auto; |
| 3740 | } |
| 3741 | |
| 3742 | .wp-block-quote.has-text-align-center:before { |
| 3743 | display: none; |
| 3744 | } |
| 3745 | |
| 3746 | .wp-block-quote.is-large { |
| 3747 | padding-left: 0; |
| 3748 | padding-right: 0; |
| 3749 | /* Resetting margins to match _block-container.scss */ |
| 3750 | margin-top: 30px; |
| 3751 | margin-bottom: 30px; |
| 3752 | } |
| 3753 | |
| 3754 | .wp-block-quote.is-style-large { |
| 3755 | padding-left: 0; |
| 3756 | padding-right: 0; |
| 3757 | /* Resetting margins to match _block-container.scss */ |
| 3758 | margin-top: 30px; |
| 3759 | margin-bottom: 30px; |
| 3760 | } |
| 3761 | |
| 3762 | .wp-block-quote.is-large p { |
| 3763 | font-size: 2.25rem; |
| 3764 | font-style: normal; |
| 3765 | line-height: 1.35; |
| 3766 | } |
| 3767 | |
| 3768 | @media only screen and (min-width: 652px){ |
| 3769 | .wp-block-quote.is-large p{ |
| 3770 | font-size: 2.5rem; |
| 3771 | } |
| 3772 | } |
| 3773 | |
| 3774 | .wp-block-quote.is-style-large p { |
| 3775 | font-size: 2.25rem; |
| 3776 | font-style: normal; |
| 3777 | line-height: 1.35; |
| 3778 | } |
| 3779 | |
| 3780 | @media only screen and (min-width: 652px){ |
| 3781 | .wp-block-quote.is-style-large p{ |
| 3782 | font-size: 2.5rem; |
| 3783 | } |
| 3784 | } |
| 3785 | |
| 3786 | .wp-block-quote.is-large:before { |
| 3787 | font-size: 2.25rem; |
| 3788 | line-height: 1.35; |
| 3789 | left: -25px; |
| 3790 | } |
| 3791 | |
| 3792 | @media only screen and (min-width: 652px){ |
| 3793 | .wp-block-quote.is-large:before{ |
| 3794 | font-size: 2.5rem; |
| 3795 | } |
| 3796 | } |
| 3797 | |
| 3798 | .wp-block-quote.is-style-large:before { |
| 3799 | font-size: 2.25rem; |
| 3800 | line-height: 1.35; |
| 3801 | left: -25px; |
| 3802 | } |
| 3803 | |
| 3804 | @media only screen and (min-width: 652px){ |
| 3805 | .wp-block-quote.is-style-large:before{ |
| 3806 | font-size: 2.5rem; |
| 3807 | } |
| 3808 | } |
| 3809 | |
| 3810 | .wp-block-quote.is-large.has-text-align-right:before { |
| 3811 | left: initial; |
| 3812 | right: -25px; |
| 3813 | } |
| 3814 | |
| 3815 | .wp-block-quote.is-style-large.has-text-align-right:before { |
| 3816 | left: initial; |
| 3817 | right: -25px; |
| 3818 | } |
| 3819 | |
| 3820 | .wp-block-quote.is-large .wp-block-quote__citation { |
| 3821 | color: #28303d; |
| 3822 | font-size: 1.125rem; |
| 3823 | } |
| 3824 | |
| 3825 | .wp-block-quote.is-large cite { |
| 3826 | color: #28303d; |
| 3827 | font-size: 1.125rem; |
| 3828 | } |
| 3829 | |
| 3830 | .wp-block-quote.is-large footer { |
| 3831 | color: #28303d; |
| 3832 | font-size: 1.125rem; |
| 3833 | } |
| 3834 | |
| 3835 | .wp-block-quote.is-style-large .wp-block-quote__citation { |
| 3836 | color: #28303d; |
| 3837 | font-size: 1.125rem; |
| 3838 | } |
| 3839 | |
| 3840 | .wp-block-quote.is-style-large cite { |
| 3841 | color: #28303d; |
| 3842 | font-size: 1.125rem; |
| 3843 | } |
| 3844 | |
| 3845 | .wp-block-quote.is-style-large footer { |
| 3846 | color: #28303d; |
| 3847 | font-size: 1.125rem; |
| 3848 | } |
| 3849 | |
| 3850 | @media only screen and (max-width: 481px) { |
| 3851 | .wp-block-quote.is-large { |
| 3852 | padding-left: 25px; |
| 3853 | } |
| 3854 | .wp-block-quote.is-style-large { |
| 3855 | padding-left: 25px; |
| 3856 | } |
| 3857 | .wp-block-quote.is-large:before, .wp-block-quote.is-style-large:before { |
| 3858 | left: 0; |
| 3859 | } |
| 3860 | .wp-block-quote.is-large.has-text-align-right { |
| 3861 | padding-left: 0; |
| 3862 | padding-right: 25px; |
| 3863 | } |
| 3864 | .wp-block-quote.is-style-large.has-text-align-right { |
| 3865 | padding-left: 0; |
| 3866 | padding-right: 25px; |
| 3867 | } |
| 3868 | .wp-block-quote.is-large.has-text-align-right:before, .wp-block-quote.is-style-large.has-text-align-right:before { |
| 3869 | right: 0; |
| 3870 | } |
| 3871 | .wp-block-quote.is-large.has-text-align-center, .wp-block-quote.is-style-large.has-text-align-center { |
| 3872 | padding-left: 0; |
| 3873 | padding-right: 0; |
| 3874 | } |
| 3875 | } |
| 3876 | |
| 3877 | @media only screen and (max-width: 481px) { |
| 3878 | .wp-block-quote { |
| 3879 | padding-left: 13px; |
| 3880 | } |
| 3881 | .wp-block-quote:before { |
| 3882 | left: 0; |
| 3883 | } |
| 3884 | .wp-block-quote.has-text-align-right { |
| 3885 | padding-left: 0; |
| 3886 | padding-right: 13px; |
| 3887 | } |
| 3888 | .wp-block-quote.has-text-align-right:before { |
| 3889 | right: 0; |
| 3890 | } |
| 3891 | .wp-block-quote.has-text-align-center { |
| 3892 | padding-left: 0; |
| 3893 | padding-right: 0; |
| 3894 | } |
| 3895 | } |
| 3896 | |
| 3897 | .wp-block-rss { |
| 3898 | padding-left: 0; |
| 3899 | } |
| 3900 | |
| 3901 | .wp-block-rss > li { |
| 3902 | list-style: none; |
| 3903 | } |
| 3904 | |
| 3905 | .wp-block-rss:not(.is-grid) > li { |
| 3906 | margin-top: 50px; |
| 3907 | margin-bottom: 50px; |
| 3908 | } |
| 3909 | |
| 3910 | .wp-block-rss:not(.is-grid) > li:first-child { |
| 3911 | margin-top: 0; |
| 3912 | } |
| 3913 | |
| 3914 | .wp-block-rss:not(.is-grid) > li:last-child { |
| 3915 | margin-bottom: 0; |
| 3916 | } |
| 3917 | |
| 3918 | .wp-block-rss.is-grid > li { |
| 3919 | margin-bottom: 30px; |
| 3920 | } |
| 3921 | |
| 3922 | .wp-block-rss.is-grid > li:last-child { |
| 3923 | margin-bottom: 0; |
| 3924 | } |
| 3925 | |
| 3926 | .wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(2n + 1), |
| 3927 | .wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(2n + 1) ~ li, |
| 3928 | .wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1), |
| 3929 | .wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1) ~ li, |
| 3930 | .wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1), |
| 3931 | .wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1) ~ li, |
| 3932 | .wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1), |
| 3933 | .wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1) ~ li, |
| 3934 | .wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1), |
| 3935 | .wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1) ~ li { |
| 3936 | margin-bottom: 0; |
| 3937 | } |
| 3938 | |
|