Changeset 55088
- Timestamp:
- 01/18/2023 01:31:16 PM (23 months ago)
- Location:
- trunk/src/wp-content/themes/twentytwentyone
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css
r54294 r55088 1 1 @charset "UTF-8"; 2 3 2 /** 4 3 * These styles should be loaded by the Block Editor only 5 4 */ 6 7 5 /* Variables */ 8 6 :root { 9 10 /* Font Family */ 11 12 /* Font Size */ 13 14 /* Line Height */ 15 16 /* Headings */ 17 18 /* Block: Latest posts */ 19 20 /* Colors */ 21 22 /* Body text color, site title, footer text color. */ 23 24 /* Headings */ 25 26 /* Mint, default body background */ 27 28 /* Used for borders (separators) */ 29 30 /* Spacing */ 31 32 /* Elevation */ 33 34 /* Forms */ 35 36 /* Cover block */ 37 38 /* Buttons */ 39 40 /* entry */ 41 42 /* Header */ 43 44 /* Main navigation */ 45 46 /* Pagination */ 47 48 /* Footer */ 49 50 /* Block: Pull quote */ 51 52 /* Block: Table */ 53 54 /* Widgets */ 55 56 /* Admin-bar height */ 57 } 58 7 /* Font Family */ 8 /* Font Size */ 9 /* Line Height */ 10 /* Headings */ 11 /* Block: Latest posts */ 12 /* Colors */ 13 /* Body text color, site title, footer text color. */ 14 /* Headings */ 15 /* Mint, default body background */ 16 /* Used for borders (separators) */ 17 /* Spacing */ 18 /* Elevation */ 19 /* Forms */ 20 /* Cover block */ 21 /* Buttons */ 22 /* entry */ 23 /* Header */ 24 /* Main navigation */ 25 /* Pagination */ 26 /* Footer */ 27 /* Block: Pull quote */ 28 /* Block: Table */ 29 /* Widgets */ 30 /* Admin-bar height */ 31 } 59 32 /** 60 33 * Responsive Styles 61 34 */ 62 63 35 /** 64 36 * Required Variables 65 37 */ 66 67 38 /** 68 39 * Root Media Query Variables 69 40 */ 70 71 41 /** 72 42 * Extends 73 43 */ 74 44 .default-max-width { 75 max-width: calc(100vw - 30px); 76 margin-left: auto; 77 margin-right: auto; 78 } 45 max-width: calc(100vw - 30px); 46 margin-left: auto; 47 margin-right: auto; 48 } 49 @media only screen and (min-width: 482px){ 50 .default-max-width{ 51 max-width: min(calc(100vw - 100px), 610px); 52 } 53 } 54 @media only screen and (min-width: 822px){ 55 .default-max-width{ 56 max-width: min(calc(100vw - 200px), 610px); 57 } 58 } 59 60 .wide-max-width { 61 max-width: calc(100vw - 30px); 62 margin-left: auto; 63 margin-right: auto; 64 } 65 66 @media only screen and (min-width: 482px){ 67 .wide-max-width{ 68 max-width: calc(100vw - 100px); 69 } 70 } 71 72 @media only screen and (min-width: 822px){ 73 .wide-max-width{ 74 max-width: min(calc(100vw - 200px), 1240px); 75 } 76 } 77 79 78 @media only screen and (min-width: 482px) { 80 81 .default-max-width { 82 max-width: min(calc(100vw - 100px), 610px); 83 } 84 } 85 @media only screen and (min-width: 822px) { 86 87 .default-max-width { 88 max-width: min(calc(100vw - 200px), 610px); 89 } 90 } 91 92 .wide-max-width { 93 max-width: calc(100vw - 30px); 94 margin-left: auto; 95 margin-right: auto; 96 } 97 98 @media only screen and (min-width: 482px) { 99 100 .wide-max-width { 101 max-width: calc(100vw - 100px); 102 } 103 } 104 105 @media only screen and (min-width: 822px) { 106 107 .wide-max-width { 108 max-width: min(calc(100vw - 200px), 1240px); 109 } 110 } 111 112 @media only screen and (min-width: 482px) { 113 114 .full-max-width { 115 max-width: 100%; 116 width: auto; 117 margin-left: auto; 118 margin-right: auto; 119 } 120 } 121 79 .full-max-width { 80 max-width: 100%; 81 width: auto; 82 margin-left: auto; 83 margin-right: auto; 84 } 85 } 122 86 blockquote { 123 padding: 0; 124 position: relative; 125 margin: 30px 0 30px 25px; 126 } 127 87 padding: 0; 88 position: relative; 89 margin: 30px 0 30px 25px; 90 } 128 91 blockquote > * { 129 margin-top: 20px; 130 margin-bottom: 20px; 131 } 132 92 margin-top: 20px; 93 margin-bottom: 20px; 94 } 133 95 blockquote > *:first-child { 134 margin-top: 0; 135 } 136 96 margin-top: 0; 97 } 137 98 blockquote > *:last-child { 138 margin-bottom: 0; 139 } 140 99 margin-bottom: 0; 100 } 141 101 blockquote p { 142 letter-spacing: normal; 143 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 144 font-size: 1.25rem; 145 font-style: normal; 146 font-weight: 700; 147 line-height: 1.7; 148 } 149 150 blockquote cite, 102 letter-spacing: normal; 103 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 104 font-size: 1.25rem; 105 font-style: normal; 106 font-weight: 700; 107 line-height: 1.7; 108 } 109 blockquote cite { 110 font-weight: normal; 111 letter-spacing: normal; 112 } 151 113 blockquote footer { 152 font-weight: normal; 153 letter-spacing: normal; 154 } 155 156 blockquote.alignleft, 157 blockquote.alignright { 158 padding-left: inherit; 159 } 160 161 blockquote.alignleft p, 114 font-weight: normal; 115 letter-spacing: normal; 116 } 117 blockquote.alignleft, blockquote.alignright { 118 padding-left: inherit; 119 } 120 blockquote.alignleft p { 121 font-size: 1.125rem; 122 max-width: inherit; 123 width: inherit; 124 } 162 125 blockquote.alignright p { 163 font-size: 1.125rem; 164 max-width: inherit; 165 width: inherit; 166 } 167 168 blockquote.alignleft cite, 169 blockquote.alignleft footer, 170 blockquote.alignright cite, 126 font-size: 1.125rem; 127 max-width: inherit; 128 width: inherit; 129 } 130 blockquote.alignleft cite { 131 font-size: 1rem; 132 letter-spacing: normal; 133 } 134 blockquote.alignleft footer { 135 font-size: 1rem; 136 letter-spacing: normal; 137 } 138 blockquote.alignright cite { 139 font-size: 1rem; 140 letter-spacing: normal; 141 } 171 142 blockquote.alignright footer { 172 font-size: 1rem; 173 letter-spacing: normal; 174 } 175 143 font-size: 1rem; 144 letter-spacing: normal; 145 } 176 146 blockquote strong { 177 font-weight: bolder; 178 } 179 147 font-weight: bolder; 148 } 180 149 blockquote:before { 181 content: "“"; 182 font-size: 1.25rem; 183 line-height: 1.7; 184 position: absolute; 185 left: -12px; 186 } 187 188 blockquote .wp-block-quote__citation, 189 blockquote cite, 150 content: "“"; 151 font-size: 1.25rem; 152 line-height: 1.7; 153 position: absolute; 154 left: -12px; 155 } 156 blockquote .wp-block-quote__citation { 157 color: #28303d; 158 font-size: 1rem; 159 font-style: normal; 160 } 161 blockquote cite { 162 color: #28303d; 163 font-size: 1rem; 164 font-style: normal; 165 } 190 166 blockquote footer { 191 192 193 167 color: #28303d; 168 font-size: 1rem; 169 font-style: normal; 194 170 } 195 171 @media only screen and (max-width: 481px) { 196 197 blockquote { 198 padding-left: 13px; 199 } 200 201 blockquote:before { 202 left: 0; 203 } 172 blockquote { 173 padding-left: 13px; 174 } 175 blockquote:before { 176 left: 0; 177 } 204 178 } 205 179 206 180 img { 207 height: auto; 208 vertical-align: middle; 181 height: auto; 182 max-width: 100%; 183 vertical-align: middle; 209 184 } 210 185 211 186 /* Classic editor images */ 187 .entry-content img { 188 max-width: 100%; 189 } 212 190 213 191 /* Make sure embeds and iframes fit their containers. */ 214 img,215 .entry-content img,216 192 embed, 217 193 iframe, 218 194 object, 219 195 video { 220 196 max-width: 100%; 221 197 } 222 198 223 199 /* Media captions */ 224 figcaption, 225 .wp-caption, 226 .wp-caption-text, 200 figcaption { 201 color: currentColor; 202 font-size: 1rem; 203 line-height: 1.7; 204 margin-top: 10px; 205 margin-bottom: 20px; 206 text-align: center; 207 } 208 .wp-caption { 209 color: currentColor; 210 font-size: 1rem; 211 line-height: 1.7; 212 margin-top: 10px; 213 margin-bottom: 20px; 214 text-align: center; 215 } 216 .wp-caption-text { 217 color: currentColor; 218 font-size: 1rem; 219 line-height: 1.7; 220 margin-top: 10px; 221 margin-bottom: 20px; 222 text-align: center; 223 } 227 224 .wp-block-embed figcaption { 228 color: currentColor; 229 font-size: 1rem; 230 line-height: 1.7; 231 margin-top: 10px; 232 margin-bottom: 20px; 233 text-align: center; 234 } 235 236 .alignleft figcaption, 237 .alignright figcaption, 225 color: currentColor; 226 font-size: 1rem; 227 line-height: 1.7; 228 margin-top: 10px; 229 margin-bottom: 20px; 230 text-align: center; 231 } 232 .alignleft figcaption, .alignright figcaption, 238 233 .alignleft .wp-caption, 239 234 .alignright .wp-caption, … … 242 237 .alignleft .wp-block-embed figcaption, 243 238 .alignright .wp-block-embed figcaption { 244 239 margin-bottom: 0; 245 240 } 246 241 … … 249 244 .entry-content .wp-smiley, 250 245 .comment-content .wp-smiley { 251 252 253 254 246 border: none; 247 margin-bottom: 0; 248 margin-top: 0; 249 padding: 0; 255 250 } 256 251 257 252 select { 258 259 260 261 262 263 264 265 266 267 253 border: 3px solid #39414d; 254 border-radius: 0; 255 color: #28303d; 256 font-size: 1.125rem; 257 -moz-appearance: none; 258 -webkit-appearance: none; 259 appearance: none; 260 padding: 10px 30px 10px 10px; 261 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; 262 background-position: right 10px top 60%; 268 263 } 269 264 270 265 select:focus { 271 272 273 274 275 276 277 278 279 280 266 border: 3px solid #39414d; 267 border-radius: 0; 268 color: #28303d; 269 font-size: 1.125rem; 270 -moz-appearance: none; 271 -webkit-appearance: none; 272 appearance: none; 273 padding: 10px 30px 10px 10px; 274 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; 275 background-position: right 10px top 60%; 281 276 } 282 277 … … 287 282 */ 288 283 a { 289 290 291 292 284 cursor: pointer; 285 color: #28303d; 286 text-underline-offset: 3px; 287 text-decoration-skip-ink: all; 293 288 } 294 289 295 290 a:hover { 296 297 291 text-decoration-style: dotted; 292 text-decoration-skip-ink: none; 298 293 } 299 294 300 295 .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) { 301 302 /* Only visible in Windows High Contrast mode */ 303 outline: 2px solid transparent; 304 text-decoration: underline 1px dotted currentColor; 305 text-decoration-skip-ink: none; 306 background: rgba(255, 255, 255, 0.9); 307 } 308 296 /* Only visible in Windows High Contrast mode */ 297 outline: 2px solid transparent; 298 text-decoration: underline 1px dotted currentColor; 299 text-decoration-skip-ink: none; 300 background: rgba(255, 255, 255, 0.9); 301 } 309 302 .is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) { 310 background: #000; 311 color: #fff; 312 text-decoration: none; 313 } 314 303 background: #000; 304 color: #fff; 305 text-decoration: none; 306 } 315 307 .is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav { 316 color: #fff; 317 } 318 308 color: #fff; 309 } 319 310 .has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) { 320 background: rgba(0, 0, 0, 0.9); 321 color: #fff; 322 } 323 311 background: rgba(0, 0, 0, 0.9); 312 color: #fff; 313 } 324 314 .has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav { 325 color: #fff; 326 } 327 315 color: #fff; 316 } 328 317 .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link { 329 330 /* Only visible in Windows High Contrast mode */ 331 outline: 2px solid transparent; 332 outline-offset: -2px; 333 } 334 318 /* Only visible in Windows High Contrast mode */ 319 outline: 2px solid transparent; 320 outline-offset: -2px; 321 } 335 322 .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link:focus { 336 color: #21759b; 337 background-color: #f1f1f1; 338 } 339 323 color: #21759b; 324 background-color: #f1f1f1; 325 } 340 326 .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).custom-logo-link { 341 background: none; 342 } 343 327 background: none; 328 } 344 329 .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img { 345 330 outline: 2px dotted #28303d; 346 331 } 347 332 348 333 .wp-block-button__link { 349 border: 3px solid transparent; 350 border-radius: 0; 351 cursor: pointer; 352 font-weight: 500; 353 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 354 font-size: 1.25rem; 355 line-height: 1.5; 356 padding: 15px 30px; 357 text-decoration: none; 358 } 359 334 border: 3px solid transparent; 335 border-radius: 0; 336 cursor: pointer; 337 font-weight: 500; 338 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 339 font-size: 1.25rem; 340 line-height: 1.5; 341 padding: 15px 30px; 342 text-decoration: none; 343 } 360 344 .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) { 361 color: #d1e4dd; 362 } 363 345 color: #d1e4dd; 346 } 364 347 .has-background .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) { 365 color: #28303d; 366 } 367 348 color: #28303d; 349 } 368 350 .has-background .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background { 369 color: #28303d; 370 } 371 351 color: #28303d; 352 } 372 353 .wp-block-button__link:not(:hover):not(:active):not(.has-background) { 373 background-color: #28303d; 374 } 375 354 background-color: #28303d; 355 } 376 356 .has-background .wp-block-button__link:not(:hover):not(:active):not(.has-background) { 377 background-color: #28303d; 378 } 379 380 .wp-block-button__link:hover, 381 .wp-block-button__link:active { 382 background-color: transparent; 383 border-color: currentColor; 384 color: inherit; 385 } 386 357 background-color: #28303d; 358 } 359 .wp-block-button__link:hover, .wp-block-button__link:active { 360 background-color: transparent; 361 border-color: currentColor; 362 color: inherit; 363 } 387 364 .wp-block-button__link:focus { 388 outline-offset: -6px; 389 outline: 2px dotted currentColor; 390 } 391 365 outline-offset: -6px; 366 outline: 2px dotted currentColor; 367 } 392 368 .wp-block-button__link:disabled { 393 394 395 369 background-color: rgba(255, 255, 255, 0.5); 370 border-color: rgba(255, 255, 255, 0.5); 371 color: #39414d; 396 372 } 397 373 … … 399 375 * Block Options 400 376 */ 377 [data-block].wp-block-buttons { 378 margin-top: 0; 379 margin-bottom: 0; 380 } 381 [data-block].wp-block-buttons .wp-block-button:first-child { 382 margin-top: 30px; 383 } 384 [data-block].wp-block-buttons .wp-block-button:last-child { 385 margin-bottom: 30px; 386 } 387 401 388 .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) { 402 color: #d1e4dd; 403 } 404 389 color: #d1e4dd; 390 } 405 391 .has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) { 406 color: #d1e4dd; 407 } 408 392 color: #d1e4dd; 393 } 409 394 .has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background { 410 color: #28303d; 411 } 412 395 color: #28303d; 396 } 413 397 .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) { 414 background-color: #28303d; 415 } 416 398 background-color: #28303d; 399 } 417 400 .has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) { 418 background-color: #28303d; 419 } 420 401 background-color: #28303d; 402 } 421 403 .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, 422 404 .wp-block-button:not(.is-style-outline) .wp-block-button__link:active { 423 border-color: currentColor !important; 424 background-color: transparent !important; 425 color: inherit !important; 426 } 427 405 border-color: currentColor !important; 406 background-color: transparent !important; 407 color: inherit !important; 408 } 428 409 .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus { 429 outline-offset: inherit; 430 outline: inherit; 431 } 432 433 .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color), 434 .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background), 435 .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active).has-background { 436 border-color: currentColor; 437 } 438 410 outline-offset: inherit; 411 outline: inherit; 412 } 413 .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color), .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background), .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active).has-background { 414 border-color: currentColor; 415 } 439 416 .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) { 440 color: #28303d; 441 } 442 417 color: #28303d; 418 } 443 419 .has-background .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) { 444 color: #28303d; 445 } 446 420 color: #28303d; 421 } 447 422 .has-background .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active).has-background:not(.has-text-color) { 448 color: inherit; 449 } 450 423 color: inherit; 424 } 451 425 .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background) { 452 background-color: transparent; 453 } 454 426 background-color: transparent; 427 } 455 428 .wp-block-button.is-style-outline .wp-block-button__link:hover { 456 background-color: #28303d !important; 457 border-color: transparent !important; 458 color: #d1e4dd !important; 459 } 460 429 background-color: #28303d !important; 430 border-color: transparent !important; 431 color: #d1e4dd !important; 432 } 461 433 .wp-block-button.is-style-outline .wp-block-button__link:active { 462 background-color: #28303d !important; 463 border-color: transparent !important; 464 color: #d1e4dd !important; 465 } 466 434 background-color: #28303d !important; 435 border-color: transparent !important; 436 color: #d1e4dd !important; 437 } 467 438 .has-background .wp-block-button.is-style-outline .wp-block-button__link:hover { 468 background-color: #28303d !important; 469 color: #d1e4dd !important; 470 } 471 439 background-color: #28303d !important; 440 color: #d1e4dd !important; 441 } 472 442 .has-background .wp-block-button.is-style-outline .wp-block-button__link:active { 473 background-color: #28303d !important; 474 color: #d1e4dd !important; 475 } 476 443 background-color: #28303d !important; 444 color: #d1e4dd !important; 445 } 477 446 .has-text-color .wp-block-button.is-style-outline .wp-block-button__link:hover { 478 color: #d1e4dd !important; 479 } 480 447 color: #d1e4dd !important; 448 } 481 449 .has-text-color .wp-block-button.is-style-outline .wp-block-button__link:active { 482 color: #d1e4dd !important; 483 } 484 450 color: #d1e4dd !important; 451 } 485 452 .wp-block-button.is-style-outline .wp-block-button__link:focus { 486 outline-offset: inherit; 487 outline: inherit; 488 } 489 453 outline-offset: inherit; 454 outline: inherit; 455 } 490 456 .wp-block-button.is-style-squared { 491 457 border-radius: 0; 492 458 } 493 459 494 460 .is-style-outline .wp-block-button__link[style*=radius], 495 461 .wp-block-button__link[style*=radius] { 496 462 outline-offset: 2px; 497 463 } 498 464 499 465 .wp-block-code code { 500 501 466 white-space: pre !important; 467 overflow-x: auto; 502 468 } 503 469 504 470 .wp-block-code { 505 border-color: #28303d; 506 border-radius: 0; 507 border-style: solid; 508 border-width: 0.1rem; 509 padding: 20px; 510 color: currentColor; 511 } 512 513 .wp-block-cover, 471 border-color: #28303d; 472 border-radius: 0; 473 border-style: solid; 474 border-width: 0.1rem; 475 padding: 20px; 476 color: currentColor; 477 } 478 479 .wp-block-cover { 480 background-color: #000; 481 min-height: 450px; 482 margin-top: inherit; 483 margin-bottom: inherit; 484 } 485 514 486 .wp-block-cover-image { 515 background-color: #000; 516 min-height: 450px; 517 margin-top: inherit; 518 margin-bottom: inherit; 519 } 520 487 background-color: #000; 488 min-height: 450px; 489 margin-top: inherit; 490 margin-bottom: inherit; 491 } 521 492 .wp-block-cover:not(.alignwide):not(.alignfull), 522 493 .wp-block-cover-image:not(.alignwide):not(.alignfull) { 523 clear: both; 524 } 525 494 clear: both; 495 } 526 496 [data-align=full] .wp-block-cover, 527 497 [data-align=full] .wp-block-cover-image { 528 margin-top: 0; 529 margin-bottom: 0; 530 } 531 498 margin-top: 0; 499 margin-bottom: 0; 500 } 532 501 .wp-block-cover > .wp-block-cover__inner-container > *:first-child, 533 502 .wp-block-cover-image > .wp-block-cover__inner-container > *:first-child { 534 margin-top: 0; 535 } 536 503 margin-top: 0; 504 } 537 505 .wp-block-cover > .wp-block-cover__inner-container > *:last-child:not(.block-list-appender), 538 506 .wp-block-cover-image > .wp-block-cover__inner-container > *:last-child:not(.block-list-appender) { 539 margin-bottom: 0; 540 } 541 542 .wp-block-cover.has-child-selected > .wp-block-cover__inner-container > *:nth-last-child(2), 543 .wp-block-cover.is-selected > .wp-block-cover__inner-container > *:nth-last-child(2), 507 margin-bottom: 0; 508 } 509 .wp-block-cover.has-child-selected > .wp-block-cover__inner-container > *:nth-last-child(2), .wp-block-cover.is-selected > .wp-block-cover__inner-container > *:nth-last-child(2), 544 510 .wp-block-cover-image.has-child-selected > .wp-block-cover__inner-container > *:nth-last-child(2), 545 511 .wp-block-cover-image.is-selected > .wp-block-cover__inner-container > *:nth-last-child(2) { 546 margin-bottom: 0; 547 } 548 512 margin-bottom: 0; 513 } 549 514 .wp-block-cover .wp-block-cover__inner-container, 550 515 .wp-block-cover .wp-block-cover-image-text, … … 554 519 .wp-block-cover-image .wp-block-cover-image-text, 555 520 .wp-block-cover-image .wp-block-cover-text, 556 .wp-block-cover-image .block-editor-block-list__block, 521 .wp-block-cover-image .block-editor-block-list__block { 522 color: currentColor; 523 } 557 524 .wp-block-cover .wp-block-cover__inner-container a, 558 525 .wp-block-cover .wp-block-cover-image-text a, … … 563 530 .wp-block-cover-image .wp-block-cover-text a, 564 531 .wp-block-cover-image .block-editor-block-list__block a { 565 color: currentColor; 566 } 567 568 .wp-block-cover .wp-block-cover__inner-container .has-link-color a, 569 .wp-block-cover .wp-block-cover-image-text .has-link-color a, 570 .wp-block-cover .wp-block-cover-text .has-link-color a, 571 .wp-block-cover .block-editor-block-list__block .has-link-color a, 572 .wp-block-cover-image .wp-block-cover__inner-container .has-link-color a, 573 .wp-block-cover-image .wp-block-cover-image-text .has-link-color a, 574 .wp-block-cover-image .wp-block-cover-text .has-link-color a, 532 color: currentColor; 533 } 534 .wp-block-cover .wp-block-cover__inner-container .has-link-color a { 535 color: #28303d; 536 } 537 .wp-block-cover .wp-block-cover-image-text .has-link-color a { 538 color: #28303d; 539 } 540 .wp-block-cover .wp-block-cover-text .has-link-color a { 541 color: #28303d; 542 } 543 .wp-block-cover .block-editor-block-list__block .has-link-color a { 544 color: #28303d; 545 } 546 .wp-block-cover-image .wp-block-cover__inner-container .has-link-color a { 547 color: #28303d; 548 } 549 .wp-block-cover-image .wp-block-cover-image-text .has-link-color a { 550 color: #28303d; 551 } 552 .wp-block-cover-image .wp-block-cover-text .has-link-color a { 553 color: #28303d; 554 } 575 555 .wp-block-cover-image .block-editor-block-list__block .has-link-color a { 576 color: #28303d; 577 } 578 556 color: #28303d; 557 } 579 558 .wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container { 580 color: #fff; 581 } 582 559 color: #fff; 560 } 583 561 .wp-block-cover:not([class*=background-color]) .wp-block-cover-image-text { 584 color: #fff; 585 } 586 562 color: #fff; 563 } 587 564 .wp-block-cover:not([class*=background-color]) .wp-block-cover-text { 588 color: #fff; 589 } 590 565 color: #fff; 566 } 591 567 .wp-block-cover:not([class*=background-color]) .block-editor-block-list__block { 592 color: #fff; 593 } 594 568 color: #fff; 569 } 595 570 .wp-block-cover-image:not([class*=background-color]) .wp-block-cover__inner-container { 596 color: #fff; 597 } 598 571 color: #fff; 572 } 599 573 .wp-block-cover-image:not([class*=background-color]) .wp-block-cover-image-text { 600 color: #fff; 601 } 602 574 color: #fff; 575 } 603 576 .wp-block-cover-image:not([class*=background-color]) .wp-block-cover-text { 604 color: #fff; 605 } 606 577 color: #fff; 578 } 607 579 .wp-block-cover-image:not([class*=background-color]) .block-editor-block-list__block { 608 color: #fff; 609 } 610 580 color: #fff; 581 } 611 582 .wp-block-cover h2 { 612 font-size: 2.25rem; 613 letter-spacing: normal; 614 line-height: 1.3; 615 padding: 0; 616 text-align: inherit; 617 } 618 @media only screen and (min-width: 652px) { 619 620 .wp-block-cover h2 { 621 font-size: 3rem; 622 } 623 } 624 583 font-size: 2.25rem; 584 letter-spacing: normal; 585 line-height: 1.3; 586 padding: 0; 587 max-width: inherit; 588 text-align: inherit; 589 } 590 @media only screen and (min-width: 652px){ 591 .wp-block-cover h2{ 592 font-size: 3rem; 593 } 594 } 625 595 .wp-block-cover-image h2 { 626 font-size: 2.25rem; 627 letter-spacing: normal; 628 line-height: 1.3; 629 padding: 0; 630 text-align: inherit; 631 } 632 @media only screen and (min-width: 652px) { 633 634 .wp-block-cover-image h2 { 635 font-size: 3rem; 636 } 637 } 638 596 font-size: 2.25rem; 597 letter-spacing: normal; 598 line-height: 1.3; 599 padding: 0; 600 max-width: inherit; 601 text-align: inherit; 602 } 603 @media only screen and (min-width: 652px){ 604 .wp-block-cover-image h2{ 605 font-size: 3rem; 606 } 607 } 639 608 .wp-block-cover h2.has-text-align-left, 640 609 .wp-block-cover-image h2.has-text-align-left { 641 text-align: left; 642 } 643 610 text-align: left; 611 } 644 612 .wp-block-cover h2.has-text-align-center, 645 613 .wp-block-cover-image h2.has-text-align-center { 646 text-align: center; 647 } 648 614 text-align: center; 615 } 649 616 .wp-block-cover h2.has-text-align-right, 650 617 .wp-block-cover-image h2.has-text-align-right { 651 text-align: right; 652 } 653 654 .wp-block-cover.is-style-twentytwentyone-border, 618 text-align: right; 619 } 620 .wp-block-cover.is-style-twentytwentyone-border { 621 border: 3px solid #28303d; 622 } 655 623 .wp-block-cover-image.is-style-twentytwentyone-border { 656 border: 3px solid #28303d; 657 } 658 624 border: 3px solid #28303d; 625 } 659 626 .wp-block-cover[class*=-background-color][class] .wp-block-cover__inner-container, 660 627 .wp-block-cover-image[class*=-background-color][class] .wp-block-cover__inner-container { 661 628 background-color: unset; 662 629 } 663 630 664 631 .wp-block-columns:not(.alignwide):not(.alignfull) { 665 clear: both; 666 } 667 632 clear: both; 633 } 668 634 .wp-block-columns .wp-block, 669 635 .wp-block-columns .wp-block-column { 670 max-width: inherit; 671 } 672 636 max-width: inherit; 637 } 673 638 .wp-block-columns > .wp-block-column > *:first-child { 674 margin-top: 0; 675 } 676 639 margin-top: 0; 640 } 677 641 .wp-block-columns > .wp-block-column > *:last-child:not(.block-list-appender) { 678 margin-bottom: 0; 679 } 680 681 .wp-block-columns.has-child-selected > .wp-block-column > *:nth-last-child(2), 682 .wp-block-columns.is-selected > .wp-block-column > *:nth-last-child(2) { 683 margin-bottom: 0; 642 margin-bottom: 0; 643 } 644 .wp-block-columns.has-child-selected > .wp-block-column > *:nth-last-child(2), .wp-block-columns.is-selected > .wp-block-column > *:nth-last-child(2) { 645 margin-bottom: 0; 684 646 } 685 647 @media only screen and (min-width: 652px) { 686 687 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) { 688 margin-left: -50px; 689 margin-top: 63px; 690 z-index: 2; 691 } 692 693 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > p:not(.has-background) { 694 background-color: #d1e4dd; 695 padding: 20px; 696 } 697 698 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h1:not(.has-background) { 699 background-color: #d1e4dd; 700 padding: 20px; 701 } 702 703 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h2:not(.has-background) { 704 background-color: #d1e4dd; 705 padding: 20px; 706 } 707 708 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h3:not(.has-background) { 709 background-color: #d1e4dd; 710 padding: 20px; 711 } 712 713 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h4:not(.has-background) { 714 background-color: #d1e4dd; 715 padding: 20px; 716 } 717 718 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h5:not(.has-background) { 719 background-color: #d1e4dd; 720 padding: 20px; 721 } 722 723 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h6:not(.has-background) { 724 background-color: #d1e4dd; 725 padding: 20px; 726 } 727 728 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background) { 729 background-color: #d1e4dd; 730 padding: 20px; 731 } 732 733 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background) { 734 background-color: #d1e4dd; 735 padding: 20px; 736 } 737 738 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > pre:not(.has-background) { 739 background-color: #d1e4dd; 740 padding: 20px; 741 } 742 743 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background) { 744 padding-left: 50px; 745 } 746 747 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background) { 748 padding-left: 50px; 749 } 750 751 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n).is-vertically-aligned-center { 752 margin-top: 0; 753 } 754 } 755 648 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) { 649 margin-left: -50px; 650 margin-top: 63px; 651 z-index: 2; 652 } 653 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > p:not(.has-background) { 654 background-color: #d1e4dd; 655 padding: 20px; 656 } 657 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h1:not(.has-background) { 658 background-color: #d1e4dd; 659 padding: 20px; 660 } 661 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h2:not(.has-background) { 662 background-color: #d1e4dd; 663 padding: 20px; 664 } 665 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h3:not(.has-background) { 666 background-color: #d1e4dd; 667 padding: 20px; 668 } 669 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h4:not(.has-background) { 670 background-color: #d1e4dd; 671 padding: 20px; 672 } 673 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h5:not(.has-background) { 674 background-color: #d1e4dd; 675 padding: 20px; 676 } 677 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h6:not(.has-background) { 678 background-color: #d1e4dd; 679 padding: 20px; 680 } 681 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background) { 682 background-color: #d1e4dd; 683 padding: 20px; 684 } 685 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background) { 686 background-color: #d1e4dd; 687 padding: 20px; 688 } 689 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > pre:not(.has-background) { 690 background-color: #d1e4dd; 691 padding: 20px; 692 } 693 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background) { 694 padding-left: 50px; 695 } 696 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background) { 697 padding-left: 50px; 698 } 699 .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n).is-vertically-aligned-center { 700 margin-top: 0; 701 } 702 } 756 703 .wp-block[data-align=full] > .wp-block-columns p:not(.has-background) { 757 padding-left: 20px; 758 padding-right: 20px; 759 } 760 704 padding-left: 20px; 705 padding-right: 20px; 706 } 761 707 .wp-block[data-align=full] > .wp-block-columns h1:not(.has-background) { 762 padding-left: 20px; 763 padding-right: 20px; 764 } 765 708 padding-left: 20px; 709 padding-right: 20px; 710 } 766 711 .wp-block[data-align=full] > .wp-block-columns h2:not(.has-background) { 767 padding-left: 20px; 768 padding-right: 20px; 769 } 770 712 padding-left: 20px; 713 padding-right: 20px; 714 } 771 715 .wp-block[data-align=full] > .wp-block-columns h3:not(.has-background) { 772 padding-left: 20px; 773 padding-right: 20px; 774 } 775 716 padding-left: 20px; 717 padding-right: 20px; 718 } 776 719 .wp-block[data-align=full] > .wp-block-columns h4:not(.has-background) { 777 padding-left: 20px; 778 padding-right: 20px; 779 } 780 720 padding-left: 20px; 721 padding-right: 20px; 722 } 781 723 .wp-block[data-align=full] > .wp-block-columns h5:not(.has-background) { 782 padding-left: 20px; 783 padding-right: 20px; 784 } 785 724 padding-left: 20px; 725 padding-right: 20px; 726 } 786 727 .wp-block[data-align=full] > .wp-block-columns h6:not(.has-background) { 787 788 728 padding-left: 20px; 729 padding-right: 20px; 789 730 } 790 731 791 732 .wp-block-file .wp-block-file__textlink { 792 text-decoration: underline; 793 text-decoration-style: solid; 794 text-decoration-thickness: 1px; 795 } 796 733 text-decoration: underline; 734 text-decoration-style: solid; 735 text-decoration-thickness: 1px; 736 } 797 737 .wp-block-file .wp-block-file__textlink:hover { 798 text-decoration: underline; 799 text-decoration-style: dotted; 800 } 801 738 text-decoration: underline; 739 text-decoration-style: dotted; 740 } 802 741 .wp-block-file .wp-block-file__button { 803 border: 3px solid transparent; 804 border-radius: 0; 805 cursor: pointer; 806 font-weight: 500; 807 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 808 font-size: 1.25rem; 809 line-height: 1.5; 810 padding: 15px 30px; 811 text-decoration: none; 812 display: inline-block; 813 } 814 742 border: 3px solid transparent; 743 border-radius: 0; 744 cursor: pointer; 745 font-weight: 500; 746 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 747 font-size: 1.25rem; 748 line-height: 1.5; 749 padding: 15px 30px; 750 text-decoration: none; 751 display: inline-block; 752 } 815 753 .wp-block-file .wp-block-file__button:not(:hover):not(:active):not(.has-text-color) { 816 color: #d1e4dd; 817 } 818 754 color: #d1e4dd; 755 } 819 756 .has-background .wp-block-file .wp-block-file__button:not(:hover):not(:active):not(.has-text-color) { 820 color: #28303d; 821 } 822 757 color: #28303d; 758 } 823 759 .has-background .wp-block-file .wp-block-file__button:not(:hover):not(:active):not(.has-text-color).has-background { 824 color: #28303d; 825 } 826 760 color: #28303d; 761 } 827 762 .wp-block-file .wp-block-file__button:not(:hover):not(:active):not(.has-background) { 828 background-color: #28303d; 829 } 830 763 background-color: #28303d; 764 } 831 765 .has-background .wp-block-file .wp-block-file__button:not(:hover):not(:active):not(.has-background) { 832 background-color: #28303d; 833 } 834 835 .wp-block-file .wp-block-file__button:hover, 836 .wp-block-file .wp-block-file__button:active { 837 background-color: transparent; 838 border-color: currentColor; 839 color: inherit; 840 } 841 766 background-color: #28303d; 767 } 768 .wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:active { 769 background-color: transparent; 770 border-color: currentColor; 771 color: inherit; 772 } 842 773 .wp-block-file .wp-block-file__button:focus { 843 outline-offset: -6px; 844 outline: 2px dotted currentColor; 845 } 846 774 outline-offset: -6px; 775 outline: 2px dotted currentColor; 776 } 847 777 .wp-block-file .wp-block-file__button:disabled { 848 background-color: rgba(255, 255, 255, 0.5); 849 border-color: rgba(255, 255, 255, 0.5); 850 color: #39414d; 851 } 852 778 background-color: rgba(255, 255, 255, 0.5); 779 border-color: rgba(255, 255, 255, 0.5); 780 color: #39414d; 781 } 853 782 .wp-block-file .wp-block-file__button:focus { 854 855 783 outline-offset: inherit; 784 outline: inherit; 856 785 } 857 786 858 787 .wp-block-gallery figcaption { 859 margin-bottom: 0; 860 } 861 788 margin-bottom: 0; 789 } 862 790 .wp-block-gallery figcaption a { 863 791 color: #fff; 864 792 } 865 793 866 794 .wp-block-group { 867 display: block; 868 clear: both; 869 display: flow-root; 870 } 871 872 .wp-block-group:before, 873 .wp-block-group:after { 874 content: ""; 875 display: block; 876 clear: both; 877 } 878 795 display: block; 796 clear: both; 797 display: flow-root; 798 } 799 .wp-block-group:before, .wp-block-group:after { 800 content: ""; 801 display: block; 802 clear: both; 803 } 879 804 .wp-block-group.has-background { 880 padding: 30px; 881 } 882 805 padding: 30px; 806 } 883 807 [data-align=full] .wp-block-group.has-background { 884 margin-top: 0; 885 margin-bottom: 0; 886 } 887 808 margin-top: 0; 809 margin-bottom: 0; 810 } 888 811 .wp-block-group.is-style-twentytwentyone-border { 889 border: 3px solid #28303d; 890 padding: 30px; 891 } 892 812 border: 3px solid #28303d; 813 padding: 30px; 814 } 893 815 .wp-block-group.is-style-twentytwentyone-border .wp-block-group__inner-container > [data-align=full] { 894 max-width: calc(100% + 60px); 895 width: calc(100% + 60px); 896 margin-left: -30px; 897 } 898 816 max-width: calc(100% + 60px); 817 width: calc(100% + 60px); 818 margin-left: -30px; 819 } 899 820 .wp-block-group > .wp-block-group__inner-container > *:first-child { 900 margin-top: 0; 901 } 902 821 margin-top: 0; 822 } 903 823 .wp-block-group > .wp-block-group__inner-container > *:last-child:not(.block-list-appender) { 904 margin-bottom: 0; 905 } 906 907 .wp-block-group.has-child-selected > .wp-block-group__inner-container > *:nth-last-child(2), 908 .wp-block-group.is-selected > .wp-block-group__inner-container > *:nth-last-child(2) { 909 margin-bottom: 0; 824 margin-bottom: 0; 825 } 826 .wp-block-group.has-child-selected > .wp-block-group__inner-container > *:nth-last-child(2), .wp-block-group.is-selected > .wp-block-group__inner-container > *:nth-last-child(2) { 827 margin-bottom: 0; 910 828 } 911 829 912 830 .wp-block-group .wp-block-group.has-background > .block-editor-block-list__layout > [data-align=full] { 913 margin: 0; 914 width: 100%; 915 } 916 917 .wp-block-heading h1, 918 h1, 919 .h1, 920 .wp-block-heading h2, 921 h2, 922 .h2, 923 .wp-block-heading h3, 924 h3, 925 .h3, 926 .wp-block-heading h4, 927 h4, 928 .h4, 929 .wp-block-heading h5, 930 h5, 931 .h5, 932 .wp-block-heading h6, 933 h6, 831 margin: 0; 832 width: 100%; 833 } 834 835 .wp-block-heading h1 { 836 clear: both; 837 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 838 font-weight: normal; 839 } 840 841 h1 { 842 clear: both; 843 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 844 font-weight: normal; 845 } 846 847 .h1 { 848 clear: both; 849 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 850 font-weight: normal; 851 } 852 853 .wp-block-heading h2 { 854 clear: both; 855 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 856 font-weight: normal; 857 } 858 859 h2 { 860 clear: both; 861 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 862 font-weight: normal; 863 } 864 865 .h2 { 866 clear: both; 867 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 868 font-weight: normal; 869 } 870 871 .wp-block-heading h3 { 872 clear: both; 873 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 874 font-weight: normal; 875 } 876 877 h3 { 878 clear: both; 879 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 880 font-weight: normal; 881 } 882 883 .h3 { 884 clear: both; 885 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 886 font-weight: normal; 887 } 888 889 .wp-block-heading h4 { 890 clear: both; 891 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 892 font-weight: normal; 893 } 894 895 h4 { 896 clear: both; 897 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 898 font-weight: normal; 899 } 900 901 .h4 { 902 clear: both; 903 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 904 font-weight: normal; 905 } 906 907 .wp-block-heading h5 { 908 clear: both; 909 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 910 font-weight: normal; 911 } 912 913 h5 { 914 clear: both; 915 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 916 font-weight: normal; 917 } 918 919 .h5 { 920 clear: both; 921 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 922 font-weight: normal; 923 } 924 925 .wp-block-heading h6 { 926 clear: both; 927 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 928 font-weight: normal; 929 } 930 931 h6 { 932 clear: both; 933 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 934 font-weight: normal; 935 } 936 934 937 .h6 { 935 clear: both; 936 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 937 font-weight: normal; 938 } 939 940 .wp-block-heading h1 strong, 941 h1 strong, 942 .h1 strong, 943 .wp-block-heading h2 strong, 944 h2 strong, 945 .h2 strong, 946 .wp-block-heading h3 strong, 947 h3 strong, 948 .h3 strong, 949 .wp-block-heading h4 strong, 950 h4 strong, 951 .h4 strong, 952 .wp-block-heading h5 strong, 953 h5 strong, 954 .h5 strong, 955 .wp-block-heading h6 strong, 956 h6 strong, 938 clear: both; 939 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 940 font-weight: normal; 941 } 942 .wp-block-heading h1 strong { 943 font-weight: 600; 944 } 945 h1 strong { 946 font-weight: 600; 947 } 948 .h1 strong { 949 font-weight: 600; 950 } 951 .wp-block-heading h2 strong { 952 font-weight: 600; 953 } 954 h2 strong { 955 font-weight: 600; 956 } 957 .h2 strong { 958 font-weight: 600; 959 } 960 .wp-block-heading h3 strong { 961 font-weight: 600; 962 } 963 h3 strong { 964 font-weight: 600; 965 } 966 .h3 strong { 967 font-weight: 600; 968 } 969 .wp-block-heading h4 strong { 970 font-weight: 600; 971 } 972 h4 strong { 973 font-weight: 600; 974 } 975 .h4 strong { 976 font-weight: 600; 977 } 978 .wp-block-heading h5 strong { 979 font-weight: 600; 980 } 981 h5 strong { 982 font-weight: 600; 983 } 984 .h5 strong { 985 font-weight: 600; 986 } 987 .wp-block-heading h6 strong { 988 font-weight: 600; 989 } 990 h6 strong { 991 font-weight: 600; 992 } 957 993 .h6 strong { 958 font-weight: 600; 959 } 960 994 font-weight: 600; 995 } 961 996 .wp-block-heading h1[style*="--wp--typography--line-height"] { 962 line-height: 1.7; 963 } 964 997 line-height: 1.7; 998 } 965 999 h1[style*="--wp--typography--line-height"] { 966 line-height: 1.7; 967 } 968 1000 line-height: 1.7; 1001 } 969 1002 .h1[style*="--wp--typography--line-height"] { 970 line-height: 1.7; 971 } 972 1003 line-height: 1.7; 1004 } 973 1005 .wp-block-heading h2[style*="--wp--typography--line-height"] { 974 line-height: 1.7; 975 } 976 1006 line-height: 1.7; 1007 } 977 1008 h2[style*="--wp--typography--line-height"] { 978 line-height: 1.7; 979 } 980 1009 line-height: 1.7; 1010 } 981 1011 .h2[style*="--wp--typography--line-height"] { 982 line-height: 1.7; 983 } 984 1012 line-height: 1.7; 1013 } 985 1014 .wp-block-heading h3[style*="--wp--typography--line-height"] { 986 line-height: 1.7; 987 } 988 1015 line-height: 1.7; 1016 } 989 1017 h3[style*="--wp--typography--line-height"] { 990 line-height: 1.7; 991 } 992 1018 line-height: 1.7; 1019 } 993 1020 .h3[style*="--wp--typography--line-height"] { 994 line-height: 1.7; 995 } 996 1021 line-height: 1.7; 1022 } 997 1023 .wp-block-heading h4[style*="--wp--typography--line-height"] { 998 line-height: 1.7; 999 } 1000 1024 line-height: 1.7; 1025 } 1001 1026 h4[style*="--wp--typography--line-height"] { 1002 line-height: 1.7; 1003 } 1004 1027 line-height: 1.7; 1028 } 1005 1029 .h4[style*="--wp--typography--line-height"] { 1006 line-height: 1.7; 1007 } 1008 1030 line-height: 1.7; 1031 } 1009 1032 .wp-block-heading h5[style*="--wp--typography--line-height"] { 1010 line-height: 1.7; 1011 } 1012 1033 line-height: 1.7; 1034 } 1013 1035 h5[style*="--wp--typography--line-height"] { 1014 line-height: 1.7; 1015 } 1016 1036 line-height: 1.7; 1037 } 1017 1038 .h5[style*="--wp--typography--line-height"] { 1018 line-height: 1.7; 1019 } 1020 1039 line-height: 1.7; 1040 } 1021 1041 .wp-block-heading h6[style*="--wp--typography--line-height"] { 1022 line-height: 1.7; 1023 } 1024 1042 line-height: 1.7; 1043 } 1025 1044 h6[style*="--wp--typography--line-height"] { 1026 line-height: 1.7; 1027 } 1028 1045 line-height: 1.7; 1046 } 1029 1047 .h6[style*="--wp--typography--line-height"] { 1030 1048 line-height: 1.7; 1031 1049 } 1032 1050 1033 1051 .wp-block-heading h1 { 1034 font-size: 4rem; 1035 letter-spacing: normal; 1036 line-height: 1.1; 1037 } 1038 1039 @media only screen and (min-width: 652px) { 1040 1041 .wp-block-heading h1 { 1042 font-size: 6rem; 1043 } 1052 font-size: 4rem; 1053 letter-spacing: normal; 1054 line-height: 1.1; 1055 } 1056 1057 @media only screen and (min-width: 652px){ 1058 .wp-block-heading h1{ 1059 font-size: 6rem; 1060 } 1044 1061 } 1045 1062 1046 1063 h1 { 1047 font-size: 4rem; 1048 letter-spacing: normal; 1049 line-height: 1.1; 1050 } 1051 1052 @media only screen and (min-width: 652px) { 1053 1054 h1 { 1055 font-size: 6rem; 1056 } 1064 font-size: 4rem; 1065 letter-spacing: normal; 1066 line-height: 1.1; 1067 } 1068 1069 @media only screen and (min-width: 652px){ 1070 h1{ 1071 font-size: 6rem; 1072 } 1057 1073 } 1058 1074 1059 1075 .h1 { 1060 font-size: 4rem; 1061 letter-spacing: normal; 1062 line-height: 1.1; 1063 } 1064 1065 @media only screen and (min-width: 652px) { 1066 1067 .h1 { 1068 font-size: 6rem; 1069 } 1076 font-size: 4rem; 1077 letter-spacing: normal; 1078 line-height: 1.1; 1079 } 1080 1081 @media only screen and (min-width: 652px){ 1082 .h1{ 1083 font-size: 6rem; 1084 } 1070 1085 } 1071 1086 1072 1087 .wp-block-heading h2 { 1073 font-size: 2.25rem; 1074 letter-spacing: normal; 1075 line-height: 1.3; 1076 } 1077 1078 @media only screen and (min-width: 652px) { 1079 1080 .wp-block-heading h2 { 1081 font-size: 3rem; 1082 } 1088 font-size: 2.25rem; 1089 letter-spacing: normal; 1090 line-height: 1.3; 1091 } 1092 1093 @media only screen and (min-width: 652px){ 1094 .wp-block-heading h2{ 1095 font-size: 3rem; 1096 } 1083 1097 } 1084 1098 1085 1099 h2 { 1086 font-size: 2.25rem; 1087 letter-spacing: normal; 1088 line-height: 1.3; 1089 } 1090 1091 @media only screen and (min-width: 652px) { 1092 1093 h2 { 1094 font-size: 3rem; 1095 } 1100 font-size: 2.25rem; 1101 letter-spacing: normal; 1102 line-height: 1.3; 1103 } 1104 1105 @media only screen and (min-width: 652px){ 1106 h2{ 1107 font-size: 3rem; 1108 } 1096 1109 } 1097 1110 1098 1111 .h2 { 1099 font-size: 2.25rem; 1100 letter-spacing: normal; 1101 line-height: 1.3; 1102 } 1103 1104 @media only screen and (min-width: 652px) { 1105 1106 .h2 { 1107 font-size: 3rem; 1108 } 1112 font-size: 2.25rem; 1113 letter-spacing: normal; 1114 line-height: 1.3; 1115 } 1116 1117 @media only screen and (min-width: 652px){ 1118 .h2{ 1119 font-size: 3rem; 1120 } 1109 1121 } 1110 1122 1111 1123 .wp-block-heading h3 { 1112 font-size: 2rem; 1113 letter-spacing: normal; 1114 line-height: 1.3; 1115 } 1116 1117 @media only screen and (min-width: 652px) { 1118 1119 .wp-block-heading h3 { 1120 font-size: 2rem; 1121 } 1124 font-size: 2rem; 1125 letter-spacing: normal; 1126 line-height: 1.3; 1127 } 1128 1129 @media only screen and (min-width: 652px){ 1130 .wp-block-heading h3{ 1131 font-size: 2rem; 1132 } 1122 1133 } 1123 1134 1124 1135 h3 { 1125 font-size: 2rem; 1126 letter-spacing: normal; 1127 line-height: 1.3; 1128 } 1129 1130 @media only screen and (min-width: 652px) { 1131 1132 h3 { 1133 font-size: 2rem; 1134 } 1136 font-size: 2rem; 1137 letter-spacing: normal; 1138 line-height: 1.3; 1139 } 1140 1141 @media only screen and (min-width: 652px){ 1142 h3{ 1143 font-size: 2rem; 1144 } 1135 1145 } 1136 1146 1137 1147 .h3 { 1138 font-size: 2rem; 1139 letter-spacing: normal; 1140 line-height: 1.3; 1141 } 1142 1143 @media only screen and (min-width: 652px) { 1144 1145 .h3 { 1146 font-size: 2rem; 1147 } 1148 } 1149 1150 .wp-block-heading h4, 1151 h4, 1148 font-size: 2rem; 1149 letter-spacing: normal; 1150 line-height: 1.3; 1151 } 1152 1153 @media only screen and (min-width: 652px){ 1154 .h3{ 1155 font-size: 2rem; 1156 } 1157 } 1158 1159 .wp-block-heading h4 { 1160 font-size: 1.5rem; 1161 font-weight: 600; 1162 letter-spacing: normal; 1163 line-height: 1.3; 1164 } 1165 1166 h4 { 1167 font-size: 1.5rem; 1168 font-weight: 600; 1169 letter-spacing: normal; 1170 line-height: 1.3; 1171 } 1172 1152 1173 .h4 { 1153 font-size: 1.5rem; 1154 font-weight: 600; 1155 letter-spacing: normal; 1156 line-height: 1.3; 1157 } 1158 1159 .wp-block-heading h5, 1160 h5, 1174 font-size: 1.5rem; 1175 font-weight: 600; 1176 letter-spacing: normal; 1177 line-height: 1.3; 1178 } 1179 1180 .wp-block-heading h5 { 1181 font-size: 1.125rem; 1182 font-weight: 600; 1183 letter-spacing: 0.05em; 1184 line-height: 1.3; 1185 } 1186 1187 h5 { 1188 font-size: 1.125rem; 1189 font-weight: 600; 1190 letter-spacing: 0.05em; 1191 line-height: 1.3; 1192 } 1193 1161 1194 .h5 { 1162 font-size: 1.125rem; 1163 font-weight: 600; 1164 letter-spacing: 0.05em; 1165 line-height: 1.3; 1166 } 1167 1168 .wp-block-heading h6, 1169 h6, 1195 font-size: 1.125rem; 1196 font-weight: 600; 1197 letter-spacing: 0.05em; 1198 line-height: 1.3; 1199 } 1200 1201 .wp-block-heading h6 { 1202 font-size: 1rem; 1203 font-weight: 600; 1204 letter-spacing: 0.05em; 1205 line-height: 1.3; 1206 } 1207 1208 h6 { 1209 font-size: 1rem; 1210 font-weight: 600; 1211 letter-spacing: 0.05em; 1212 line-height: 1.3; 1213 } 1214 1170 1215 .h6 { 1171 1172 1173 1174 1216 font-size: 1rem; 1217 font-weight: 600; 1218 letter-spacing: 0.05em; 1219 line-height: 1.3; 1175 1220 } 1176 1221 1177 1222 [data-type="core/html"] textarea { 1178 1179 1180 1223 color: #28303d; 1224 border-radius: 0; 1225 padding: 20px; 1181 1226 } 1182 1227 1183 1228 /* Center image block by default in the editor */ 1184 .wp-block-image, 1185 .wp-block-image > div:not(.components-placeholder) { 1186 text-align: center; 1229 .wp-block-image > div { 1230 text-align: center; 1187 1231 } 1188 1232 1189 1233 [data-type="core/image"] .block-editor-block-list__block-edit figure.is-resized { 1190 1234 margin: 0 auto; 1191 1235 } 1192 1236 1193 1237 /* Block Styles */ 1194 .wp-block-image.is-style-twentytwentyone-border img, 1238 .wp-block-image.is-style-twentytwentyone-border img { 1239 border: 3px solid #28303d; 1240 } 1195 1241 .wp-block-image.is-style-twentytwentyone-image-frame img { 1196 1242 border: 3px solid #28303d; 1197 1243 } 1198 1244 1199 1245 .wp-block-image.is-style-twentytwentyone-image-frame img { 1200 padding: 20px; 1201 } 1202 1203 .wp-block-latest-comments, 1246 padding: 20px; 1247 } 1248 1249 .wp-block-latest-comments { 1250 padding-left: 0; 1251 } 1252 1204 1253 .wp-block-latest-posts { 1205 padding-left: 0; 1206 } 1207 1254 padding-left: 0; 1255 } 1208 1256 .wp-block-latest-posts:not(.is-grid) > li { 1209 margin-top: 50px; 1210 margin-bottom: 50px; 1211 } 1212 1257 margin-top: 50px; 1258 margin-bottom: 50px; 1259 } 1213 1260 .wp-block-latest-posts:not(.is-grid) > li:first-child { 1214 margin-top: 0; 1215 } 1216 1261 margin-top: 0; 1262 } 1217 1263 .wp-block-latest-posts:not(.is-grid) > li:last-child { 1218 margin-bottom: 0; 1219 } 1220 1264 margin-bottom: 0; 1265 } 1221 1266 .wp-block-latest-posts.is-grid { 1222 word-wrap: break-word; 1223 word-break: break-word; 1224 } 1225 1267 word-wrap: break-word; 1268 word-break: break-word; 1269 } 1226 1270 .wp-block-latest-posts.is-grid > li { 1227 margin-bottom: 30px; 1228 } 1229 1271 margin-bottom: 30px; 1272 } 1230 1273 .wp-block-latest-posts.is-grid > li:last-child { 1231 margin-bottom: 0; 1232 } 1233 1274 margin-bottom: 0; 1275 } 1234 1276 .wp-block-latest-posts > li > * { 1235 margin-top: 10px; 1236 margin-bottom: 10px; 1237 } 1238 1277 margin-top: 10px; 1278 margin-bottom: 10px; 1279 } 1239 1280 .wp-block-latest-posts > li > *:first-child { 1240 margin-top: 0; 1241 } 1242 1281 margin-top: 0; 1282 } 1243 1283 .wp-block-latest-posts > li > *:last-child { 1244 margin-bottom: 0; 1245 } 1246 1284 margin-bottom: 0; 1285 } 1247 1286 .wp-block-latest-posts > li > a { 1248 display: inline-block; 1249 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1250 font-size: 2rem; 1251 font-weight: normal; 1252 line-height: 1.3; 1253 margin-bottom: 10px; 1254 } 1255 @media only screen and (min-width: 652px) { 1256 1257 .wp-block-latest-posts > li > a { 1258 font-size: 2rem; 1259 } 1260 } 1261 1287 display: inline-block; 1288 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1289 font-size: 2rem; 1290 font-weight: normal; 1291 line-height: 1.3; 1292 margin-bottom: 10px; 1293 } 1294 @media only screen and (min-width: 652px){ 1295 .wp-block-latest-posts > li > a{ 1296 font-size: 2rem; 1297 } 1298 } 1262 1299 .wp-block-latest-posts .wp-block-latest-posts__post-author { 1263 color: #28303d; 1264 font-size: 1.25rem; 1265 line-height: 1.7; 1266 } 1267 1300 color: #28303d; 1301 font-size: 1.25rem; 1302 line-height: 1.7; 1303 } 1268 1304 .wp-block-latest-posts .wp-block-latest-posts__post-date { 1269 color: #28303d; 1270 font-size: 1rem; 1271 line-height: 1.7; 1272 } 1273 1274 [class*=inner-container] .wp-block-latest-posts .wp-block-latest-posts__post-date, 1275 .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date { 1276 color: currentColor; 1277 } 1278 1279 .wp-block-latest-posts .wp-block-latest-posts__post-excerpt, 1305 color: #28303d; 1306 font-size: 1rem; 1307 line-height: 1.7; 1308 } 1309 [class*=inner-container] .wp-block-latest-posts .wp-block-latest-posts__post-date, .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date { 1310 color: currentColor; 1311 } 1312 .wp-block-latest-posts .wp-block-latest-posts__post-excerpt { 1313 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1314 font-size: 1.125rem; 1315 line-height: 1.7; 1316 margin-top: 20px; 1317 } 1280 1318 .wp-block-latest-posts .wp-block-latest-posts__post-full-content { 1281 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1282 font-size: 1.125rem; 1283 line-height: 1.7; 1284 margin-top: 20px; 1285 } 1286 1319 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1320 font-size: 1.125rem; 1321 line-height: 1.7; 1322 margin-top: 20px; 1323 } 1287 1324 .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers { 1288 border-top: 3px solid #28303d; 1289 border-bottom: 3px solid #28303d; 1290 } 1291 1325 border-top: 3px solid #28303d; 1326 border-bottom: 3px solid #28303d; 1327 } 1292 1328 .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li { 1293 padding-bottom: 30px; 1294 border-bottom: 1px solid #28303d; 1295 margin-top: 30px; 1296 margin-bottom: 30px; 1297 } 1298 1329 padding-bottom: 30px; 1330 border-bottom: 1px solid #28303d; 1331 margin-top: 30px; 1332 margin-bottom: 30px; 1333 } 1299 1334 .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li { 1300 padding-bottom: 30px; 1301 border-bottom: 1px solid #28303d; 1302 margin-top: 30px; 1303 margin-bottom: 30px; 1304 } 1305 1335 padding-bottom: 30px; 1336 border-bottom: 1px solid #28303d; 1337 margin-top: 30px; 1338 margin-bottom: 30px; 1339 } 1306 1340 .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li:last-child, 1307 1341 .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li:last-child { 1308 padding-bottom: 0; 1309 border-bottom: none; 1310 } 1311 1342 padding-bottom: 0; 1343 border-bottom: none; 1344 } 1312 1345 .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid { 1313 box-shadow: inset 0 -1px 0 0 #28303d; 1314 border-bottom: 2px solid #28303d; 1315 } 1316 1346 box-shadow: inset 0 -1px 0 0 #28303d; 1347 border-bottom: 2px solid #28303d; 1348 } 1317 1349 .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li { 1318 margin: 0; 1319 padding-top: 30px; 1320 padding-right: 25px; 1321 } 1322 1350 margin: 0; 1351 padding-top: 30px; 1352 padding-right: 25px; 1353 } 1323 1354 .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li:last-child { 1324 1355 padding-bottom: 30px; 1325 1356 } 1326 1357 @media screen and (min-width: 600px) { 1327 1328 .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-2 li { 1329 width: 50%; 1330 } 1331 1332 .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-3 li { 1333 width: 33%; 1334 } 1335 1336 .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-4 li { 1337 width: 25%; 1338 } 1339 1340 .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-5 li { 1341 width: 20%; 1342 } 1343 1344 .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-6 li { 1345 width: 17%; 1346 } 1347 } 1348 1358 .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-2 li { 1359 width: 50%; 1360 } 1361 .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-3 li { 1362 width: 33%; 1363 } 1364 .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-4 li { 1365 width: 25%; 1366 } 1367 .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-5 li { 1368 width: 20%; 1369 } 1370 .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-6 li { 1371 width: 17%; 1372 } 1373 } 1349 1374 .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li { 1350 border: 3px solid #28303d; 1351 padding: 30px 25px; 1352 } 1353 1375 border: 3px solid #28303d; 1376 padding: 30px 25px; 1377 } 1354 1378 .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li:last-child { 1355 padding-bottom: 30px; 1356 margin-bottom: 30px; 1357 } 1358 1379 padding-bottom: 30px; 1380 margin-bottom: 30px; 1381 } 1359 1382 .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders:not(.is-grid) li { 1360 1361 1383 margin-top: 25px; 1384 margin-bottom: 25px; 1362 1385 } 1363 1386 1364 1387 .gallery-item { 1365 display: inline-block; 1366 text-align: center; 1367 vertical-align: top; 1368 width: 100%; 1369 } 1370 1388 display: inline-block; 1389 text-align: center; 1390 vertical-align: top; 1391 width: 100%; 1392 } 1371 1393 .gallery-columns-2 .gallery-item { 1372 max-width: 50%; 1373 } 1374 1394 max-width: 50%; 1395 } 1375 1396 .gallery-columns-3 .gallery-item { 1376 max-width: 33.33%; 1377 } 1378 1397 max-width: 33.33%; 1398 } 1379 1399 .gallery-columns-4 .gallery-item { 1380 max-width: 25%; 1381 } 1382 1400 max-width: 25%; 1401 } 1383 1402 .gallery-columns-5 .gallery-item { 1384 max-width: 20%; 1385 } 1386 1403 max-width: 20%; 1404 } 1387 1405 .gallery-columns-6 .gallery-item { 1388 max-width: 16.66%; 1389 } 1390 1406 max-width: 16.66%; 1407 } 1391 1408 .gallery-columns-7 .gallery-item { 1392 max-width: 14.28%; 1393 } 1394 1409 max-width: 14.28%; 1410 } 1395 1411 .gallery-columns-8 .gallery-item { 1396 max-width: 12.5%; 1397 } 1398 1412 max-width: 12.5%; 1413 } 1399 1414 .gallery-columns-9 .gallery-item { 1400 1415 max-width: 11.11%; 1401 1416 } 1402 1417 1403 1418 .gallery-caption { 1404 display: block; 1405 } 1406 1407 ul, 1419 display: block; 1420 } 1421 1422 ul { 1423 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1424 margin: 30px 0; 1425 padding-left: 50px; 1426 } 1427 1408 1428 ol { 1409 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1410 margin: 30px 0; 1411 padding-left: 50px; 1412 } 1413 1429 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1430 margin: 30px 0; 1431 padding-left: 50px; 1432 } 1414 1433 ul.aligncenter, 1415 1434 ol.aligncenter { 1416 list-style-position: inside; 1417 padding: 0; 1418 text-align: center; 1419 } 1420 1435 list-style-position: inside; 1436 padding: 0; 1437 text-align: center; 1438 } 1421 1439 ul.alignright, 1422 1440 ol.alignright { 1423 1424 1425 1441 list-style-position: inside; 1442 padding: 0; 1443 text-align: right; 1426 1444 } 1427 1445 1428 1446 li > ul, 1429 1447 li > ol { 1430 1448 margin: 0; 1431 1449 } 1432 1450 1433 1451 dt { 1434 1435 1452 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1453 font-weight: bold; 1436 1454 } 1437 1455 1438 1456 [data-align=full] .wp-block-media-text { 1439 margin-top: 0; 1440 margin-bottom: 0; 1441 } 1442 1457 margin-top: 0; 1458 margin-bottom: 0; 1459 } 1443 1460 .wp-block-media-text > .wp-block-media-text__content > *:first-child { 1444 margin-top: 0; 1445 } 1446 1461 margin-top: 0; 1462 } 1447 1463 .wp-block-media-text > .wp-block-media-text__content > *:last-child:not(.block-list-appender) { 1448 margin-bottom: 0; 1449 } 1450 1451 .wp-block-media-text.has-child-selected > .wp-block-media-text__content > *:nth-last-child(2), 1452 .wp-block-media-text.is-selected > .wp-block-media-text__content > *:nth-last-child(2) { 1453 margin-bottom: 0; 1454 } 1455 1464 margin-bottom: 0; 1465 } 1466 .wp-block-media-text.has-child-selected > .wp-block-media-text__content > *:nth-last-child(2), .wp-block-media-text.is-selected > .wp-block-media-text__content > *:nth-last-child(2) { 1467 margin-bottom: 0; 1468 } 1456 1469 .wp-block-media-text .wp-block-media-text__content { 1457 padding: 25px; 1458 } 1459 1470 padding: 25px; 1471 } 1460 1472 .wp-block-media-text.is-style-twentytwentyone-border { 1461 border: 3px solid #28303d; 1462 } 1463 1473 border: 3px solid #28303d; 1474 } 1475 1476 .wp-block-navigation [data-block] { 1477 margin-top: revert; 1478 margin-bottom: revert; 1479 } 1464 1480 .wp-block-navigation .wp-block-navigation__container { 1465 background: #d1e4dd; 1466 padding: 0; 1467 } 1468 1469 .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content { 1470 padding: 13px; 1471 } 1472 1481 background: #d1e4dd; 1482 } 1473 1483 .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__label { 1474 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1475 font-size: 1.25rem; 1476 font-weight: normal; 1477 } 1478 1484 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1485 font-size: 1.25rem; 1486 font-weight: normal; 1487 } 1479 1488 .wp-block-navigation .has-child .wp-block-navigation__container { 1480 box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2); 1481 } 1482 1489 box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2); 1490 } 1483 1491 .wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover { 1484 color: #28303d; 1485 } 1486 1492 color: #28303d; 1493 } 1487 1494 .wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:focus { 1488 color: #28303d; 1489 } 1490 1495 color: #28303d; 1496 } 1491 1497 .wp-block-navigation:not(.has-text-color) .wp-block-navigation-link__content { 1492 1498 color: currentColor; 1493 1499 } 1494 1500 1495 1501 p { 1496 line-height: 1.7; 1497 } 1498 1502 line-height: 1.7; 1503 } 1499 1504 p.has-background { 1500 1505 padding: 20px; 1501 1506 } 1502 1507 1503 1508 pre.wp-block-preformatted { 1504 1505 1506 1509 overflow-x: auto; 1510 white-space: pre !important; 1511 font-size: 1rem; 1507 1512 } 1508 1513 1509 1514 .wp-block-pullquote { 1510 padding: 40px 0; 1511 text-align: center; 1512 border-width: 3px; 1513 border-bottom-style: solid; 1514 border-top-style: solid; 1515 color: currentColor; 1516 border-color: currentColor; 1517 position: relative; 1518 } 1519 1515 padding: 40px 0; 1516 text-align: center; 1517 border-width: 3px; 1518 border-bottom-style: solid; 1519 border-top-style: solid; 1520 color: currentColor; 1521 border-color: currentColor; 1522 position: relative; 1523 } 1520 1524 .wp-block-pullquote blockquote::before { 1521 color: currentColor; 1522 content: "“"; 1523 display: block; 1524 position: relative; 1525 left: 0; 1526 font-size: 3rem; 1527 font-weight: 500; 1528 line-height: 1; 1529 } 1530 1525 color: currentColor; 1526 content: "“"; 1527 display: block; 1528 position: relative; 1529 left: 0; 1530 font-size: 3rem; 1531 font-weight: 500; 1532 line-height: 1; 1533 } 1531 1534 .wp-block-pullquote p { 1532 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1533 font-size: 2rem; 1534 font-style: normal; 1535 font-weight: 700; 1536 letter-spacing: normal; 1537 line-height: 1.3; 1538 margin: 0; 1539 } 1540 @media only screen and (min-width: 652px) { 1541 1542 .wp-block-pullquote p { 1543 font-size: 2rem; 1544 } 1545 } 1546 1535 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1536 font-size: 2rem; 1537 font-style: normal; 1538 font-weight: 700; 1539 letter-spacing: normal; 1540 line-height: 1.3; 1541 margin: 0; 1542 } 1543 @media only screen and (min-width: 652px){ 1544 .wp-block-pullquote p{ 1545 font-size: 2rem; 1546 } 1547 } 1547 1548 .wp-block-pullquote a { 1548 color: currentColor; 1549 } 1550 1551 .wp-block-pullquote .wp-block-pullquote__citation, 1552 .wp-block-pullquote cite, 1549 color: currentColor; 1550 } 1551 .wp-block-pullquote .wp-block-pullquote__citation { 1552 font-size: 1rem; 1553 font-style: normal; 1554 text-transform: none; 1555 } 1556 .wp-block-pullquote cite { 1557 font-size: 1rem; 1558 font-style: normal; 1559 text-transform: none; 1560 } 1553 1561 .wp-block-pullquote footer { 1554 font-size: 1rem; 1555 font-style: normal; 1556 text-transform: none; 1557 } 1558 1562 font-size: 1rem; 1563 font-style: normal; 1564 text-transform: none; 1565 } 1559 1566 .wp-block-pullquote:not(.is-style-solid-color) { 1560 background: none; 1561 } 1562 1567 background: none; 1568 } 1563 1569 .wp-block-pullquote.is-style-solid-color { 1564 1565 1566 1567 1568 1569 1570 margin-left: auto; 1571 margin-right: auto; 1572 padding: 50px; 1573 border-width: 3px; 1574 border-style: solid; 1575 border-color: #28303d; 1570 1576 } 1571 1577 @media (min-width: 600px) { 1572 1573 .wp-block-pullquote.is-style-solid-color { 1574 padding: 100px; 1575 } 1576 } 1577 1578 .wp-block-pullquote.is-style-solid-color { 1579 padding: 100px; 1580 } 1581 } 1578 1582 .wp-block-pullquote.is-style-solid-color blockquote::before { 1579 text-align: left; 1580 } 1581 1582 .wp-block-pullquote.is-style-solid-color.alignleft blockquote, 1583 text-align: left; 1584 } 1585 .wp-block-pullquote.is-style-solid-color.alignleft blockquote { 1586 padding-left: 20px; 1587 padding-right: 20px; 1588 max-width: inherit; 1589 } 1583 1590 .wp-block-pullquote.is-style-solid-color.alignright blockquote { 1584 padding-left: 20px; 1585 padding-right: 20px; 1586 max-width: inherit; 1587 } 1588 1591 padding-left: 20px; 1592 padding-right: 20px; 1593 max-width: inherit; 1594 } 1589 1595 .wp-block-pullquote.is-style-solid-color blockquote { 1590 margin: 0; 1591 max-width: 100%; 1592 } 1593 1596 margin: 0; 1597 max-width: 100%; 1598 } 1594 1599 .wp-block-pullquote.is-style-solid-color blockquote p { 1595 font-size: 2rem; 1596 } 1597 @media only screen and (min-width: 652px) { 1598 1599 .wp-block-pullquote.is-style-solid-color blockquote p { 1600 font-size: 2rem; 1601 } 1602 } 1603 1600 font-size: 2rem; 1601 } 1602 @media only screen and (min-width: 652px){ 1603 .wp-block-pullquote.is-style-solid-color blockquote p{ 1604 font-size: 2rem; 1605 } 1606 } 1604 1607 .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation, 1605 1608 .wp-block-pullquote.is-style-solid-color cite, 1606 1609 .wp-block-pullquote.is-style-solid-color footer { 1607 1610 color: currentColor; 1608 1611 } 1609 1612 1610 1613 .wp-block[data-align=full] .wp-block-pullquote:not(.is-style-solid-color) blockquote { 1611 1614 padding: 0 40px; 1612 1615 } 1613 1616 1614 1617 .wp-block[data-align=left] .wp-block-pullquote.is-style-solid-color { 1615 1618 padding: 20px; 1616 1619 } 1617 1620 1618 1621 .wp-block[data-align=right] .wp-block-pullquote.is-style-solid-color { 1619 1622 padding: 20px; 1620 1623 } 1621 1624 1622 1625 .wp-block-query.has-background { 1623 1626 padding: 20px; 1624 1627 } 1625 1628 @media only screen and (min-width: 482px) { 1626 1627 .wp-block-query.has-background { 1628 padding: 30px; 1629 } 1629 .wp-block-query.has-background { 1630 padding: 30px; 1631 } 1630 1632 } 1631 1633 1632 1634 .wp-block-quote { 1633 position: relative; 1634 border-left: none; 1635 margin: 30px auto 30px 25px; 1636 } 1637 1635 position: relative; 1636 border-left: none; 1637 margin: 30px auto 30px 25px; 1638 } 1638 1639 .wp-block-quote p { 1639 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1640 font-size: 1.25rem; 1641 font-style: normal; 1642 font-weight: 700; 1643 line-height: 1.7; 1644 } 1645 1640 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1641 font-size: 1.25rem; 1642 font-style: normal; 1643 font-weight: 700; 1644 line-height: 1.7; 1645 } 1646 1646 .wp-block-quote strong { 1647 font-weight: bolder; 1648 } 1649 1647 font-weight: bolder; 1648 } 1650 1649 .wp-block-quote:before { 1651 content: "“"; 1652 font-size: 1.25rem; 1653 line-height: 1.7; 1654 left: -12px; 1655 } 1656 1650 content: "“"; 1651 font-size: 1.25rem; 1652 line-height: 1.7; 1653 left: -12px; 1654 } 1657 1655 .wp-block-quote .wp-block-quote__citation { 1658 color: currentColor; 1659 font-size: 1rem; 1660 font-style: normal; 1661 } 1662 1663 .has-background .wp-block-quote .wp-block-quote__citation, 1664 [class*=background-color] .wp-block-quote .wp-block-quote__citation, 1665 [style*=background-color] .wp-block-quote .wp-block-quote__citation, 1666 .wp-block-cover[style*=background-image] .wp-block-quote .wp-block-quote__citation { 1667 color: currentColor; 1668 } 1669 1656 color: #28303d; 1657 font-size: 1rem; 1658 font-style: normal; 1659 } 1660 .has-background .wp-block-quote .wp-block-quote__citation, [class*=background-color] .wp-block-quote .wp-block-quote__citation, [style*=background-color] .wp-block-quote .wp-block-quote__citation, .wp-block-cover[style*=background-image] .wp-block-quote .wp-block-quote__citation { 1661 color: currentColor; 1662 } 1670 1663 .wp-block-quote.has-text-align-right { 1671 margin: 30px 25px 30px auto; 1672 padding-right: 0; 1673 border-right: none; 1674 } 1675 1664 margin: 30px 25px 30px auto; 1665 padding-right: 0; 1666 border-right: none; 1667 } 1676 1668 .wp-block-quote.has-text-align-right:before { 1677 display: none; 1678 } 1679 1669 display: none; 1670 } 1680 1671 .wp-block-quote.has-text-align-right p:before { 1681 content: "”"; 1682 font-size: 1.25rem; 1683 font-weight: normal; 1684 line-height: 1.7; 1685 margin-right: 5px; 1686 } 1687 1672 content: "”"; 1673 font-size: 1.25rem; 1674 font-weight: normal; 1675 line-height: 1.7; 1676 margin-right: 5px; 1677 } 1688 1678 .wp-block-quote.has-text-align-center { 1689 margin: 30px auto; 1690 } 1691 1679 margin: 30px auto; 1680 } 1692 1681 .wp-block-quote.has-text-align-center:before { 1693 display: none; 1694 } 1695 1696 .wp-block-quote.is-large, 1682 display: none; 1683 } 1684 .wp-block-quote.is-large { 1685 padding-left: 0; 1686 /* Resetting margins to match _block-container.scss */ 1687 margin-top: 30px; 1688 margin-bottom: 30px; 1689 } 1697 1690 .wp-block-quote.is-style-large { 1698 padding-left: 0; 1699 1700 /* Resetting margins to match _block-container.scss */ 1701 margin-top: 30px; 1702 margin-bottom: 30px; 1703 } 1704 1691 padding-left: 0; 1692 /* Resetting margins to match _block-container.scss */ 1693 margin-top: 30px; 1694 margin-bottom: 30px; 1695 } 1705 1696 .wp-block-quote.is-large p { 1706 font-size: 2.25rem; 1707 font-style: normal; 1708 line-height: 1.35; 1709 } 1710 @media only screen and (min-width: 652px) { 1711 1712 .wp-block-quote.is-large p { 1713 font-size: 2.5rem; 1714 } 1715 } 1716 1697 font-size: 2.25rem; 1698 font-style: normal; 1699 line-height: 1.35; 1700 } 1701 @media only screen and (min-width: 652px){ 1702 .wp-block-quote.is-large p{ 1703 font-size: 2.5rem; 1704 } 1705 } 1717 1706 .wp-block-quote.is-style-large p { 1718 font-size: 2.25rem; 1719 font-style: normal; 1720 line-height: 1.35; 1721 } 1722 @media only screen and (min-width: 652px) { 1723 1724 .wp-block-quote.is-style-large p { 1725 font-size: 2.5rem; 1726 } 1727 } 1728 1707 font-size: 2.25rem; 1708 font-style: normal; 1709 line-height: 1.35; 1710 } 1711 @media only screen and (min-width: 652px){ 1712 .wp-block-quote.is-style-large p{ 1713 font-size: 2.5rem; 1714 } 1715 } 1729 1716 .wp-block-quote.is-large:before { 1730 font-size: 2.25rem; 1731 line-height: 1.35; 1732 left: -25px; 1733 } 1734 @media only screen and (min-width: 652px) { 1735 1736 .wp-block-quote.is-large:before { 1737 font-size: 2.5rem; 1738 } 1739 } 1740 1717 font-size: 2.25rem; 1718 line-height: 1.35; 1719 left: -25px; 1720 } 1721 @media only screen and (min-width: 652px){ 1722 .wp-block-quote.is-large:before{ 1723 font-size: 2.5rem; 1724 } 1725 } 1741 1726 .wp-block-quote.is-style-large:before { 1742 font-size: 2.25rem; 1743 line-height: 1.35; 1744 left: -25px; 1745 } 1746 @media only screen and (min-width: 652px) { 1747 1748 .wp-block-quote.is-style-large:before { 1749 font-size: 2.5rem; 1750 } 1751 } 1752 1753 .wp-block-quote.is-large.has-text-align-right:before, 1754 .wp-block-quote.is-style-large.has-text-align-right:before { 1755 display: none; 1756 } 1757 1727 font-size: 2.25rem; 1728 line-height: 1.35; 1729 left: -25px; 1730 } 1731 @media only screen and (min-width: 652px){ 1732 .wp-block-quote.is-style-large:before{ 1733 font-size: 2.5rem; 1734 } 1735 } 1736 .wp-block-quote.is-large.has-text-align-right:before, .wp-block-quote.is-style-large.has-text-align-right:before { 1737 display: none; 1738 } 1758 1739 .wp-block-quote.is-large.has-text-align-right p:before { 1759 content: "”"; 1760 font-size: 2.25rem; 1761 font-weight: normal; 1762 line-height: 1.35; 1763 margin-right: 10px; 1764 } 1765 @media only screen and (min-width: 652px) { 1766 1767 .wp-block-quote.is-large.has-text-align-right p:before { 1768 font-size: 2.5rem; 1769 } 1770 } 1771 1740 content: "”"; 1741 font-size: 2.25rem; 1742 font-weight: normal; 1743 line-height: 1.35; 1744 margin-right: 10px; 1745 } 1746 @media only screen and (min-width: 652px){ 1747 .wp-block-quote.is-large.has-text-align-right p:before{ 1748 font-size: 2.5rem; 1749 } 1750 } 1772 1751 .wp-block-quote.is-style-large.has-text-align-right p:before { 1773 content: "”"; 1774 font-size: 2.25rem; 1775 font-weight: normal; 1776 line-height: 1.35; 1777 margin-right: 10px; 1778 } 1779 @media only screen and (min-width: 652px) { 1780 1781 .wp-block-quote.is-style-large.has-text-align-right p:before { 1782 font-size: 2.5rem; 1783 } 1752 content: "”"; 1753 font-size: 2.25rem; 1754 font-weight: normal; 1755 line-height: 1.35; 1756 margin-right: 10px; 1757 } 1758 @media only screen and (min-width: 652px){ 1759 .wp-block-quote.is-style-large.has-text-align-right p:before{ 1760 font-size: 2.5rem; 1761 } 1784 1762 } 1785 1763 @media only screen and (max-width: 481px) { 1786 1787 .wp-block-quote.is-large, 1788 .wp-block-quote.is-style-large { 1789 padding-left: 25px; 1790 } 1791 1792 .wp-block-quote.is-large:before, 1793 .wp-block-quote.is-style-large:before { 1794 left: 0; 1795 } 1796 1797 .wp-block-quote.is-large.has-text-align-right, 1798 .wp-block-quote.is-style-large.has-text-align-right { 1799 padding-left: 0; 1800 padding-right: 25px; 1801 } 1802 1803 .wp-block-quote.is-large.has-text-align-right:before, 1804 .wp-block-quote.is-style-large.has-text-align-right:before { 1805 right: 0; 1806 } 1764 .wp-block-quote.is-large { 1765 padding-left: 25px; 1766 } 1767 .wp-block-quote.is-style-large { 1768 padding-left: 25px; 1769 } 1770 .wp-block-quote.is-large:before, .wp-block-quote.is-style-large:before { 1771 left: 0; 1772 } 1773 .wp-block-quote.is-large.has-text-align-right { 1774 padding-left: 0; 1775 padding-right: 25px; 1776 } 1777 .wp-block-quote.is-style-large.has-text-align-right { 1778 padding-left: 0; 1779 padding-right: 25px; 1780 } 1781 .wp-block-quote.is-large.has-text-align-right:before, .wp-block-quote.is-style-large.has-text-align-right:before { 1782 right: 0; 1783 } 1807 1784 } 1808 1785 @media only screen and (max-width: 481px) { 1809 1810 .wp-block-quote { 1811 padding-left: 13px; 1812 } 1813 1814 .wp-block-quote:before { 1815 left: 0; 1816 } 1817 1818 .wp-block-quote.has-text-align-right { 1819 padding-left: 0; 1820 padding-right: 13px; 1821 } 1822 1823 .wp-block-quote.has-text-align-right:before { 1824 right: 0; 1825 } 1826 1827 .wp-block-quote.has-text-align-center { 1828 padding-left: 0; 1829 padding-right: 0; 1830 } 1786 .wp-block-quote { 1787 padding-left: 13px; 1788 } 1789 .wp-block-quote:before { 1790 left: 0; 1791 } 1792 .wp-block-quote.has-text-align-right { 1793 padding-left: 0; 1794 padding-right: 13px; 1795 } 1796 .wp-block-quote.has-text-align-right:before { 1797 right: 0; 1798 } 1799 .wp-block-quote.has-text-align-center { 1800 padding-left: 0; 1801 padding-right: 0; 1802 } 1831 1803 } 1832 1804 @media only screen and (min-width: 482px) { 1833 1834 .wp-block-quote { 1835 margin-left: auto; 1836 } 1837 1838 .wp-block-quote.has-text-align-right { 1839 margin-right: auto; 1840 } 1805 .wp-block-quote { 1806 margin-left: auto; 1807 } 1808 .wp-block-quote.has-text-align-right { 1809 margin-right: auto; 1810 } 1841 1811 } 1842 1812 1843 1813 .wp-block-rss { 1844 padding-left: 0; 1845 } 1846 1814 padding-left: 0; 1815 } 1847 1816 .wp-block-rss > li { 1848 list-style: none; 1849 } 1850 1817 list-style: none; 1818 } 1851 1819 .wp-block-rss:not(.is-grid) > li { 1852 margin-top: 50px; 1853 margin-bottom: 50px; 1854 } 1855 1820 margin-top: 50px; 1821 margin-bottom: 50px; 1822 } 1856 1823 .wp-block-rss:not(.is-grid) > li:first-child { 1857 margin-top: 0; 1858 } 1859 1824 margin-top: 0; 1825 } 1860 1826 .wp-block-rss:not(.is-grid) > li:last-child { 1861 margin-bottom: 0; 1862 } 1863 1827 margin-bottom: 0; 1828 } 1864 1829 .wp-block-rss.is-grid > li { 1865 margin-bottom: 30px; 1866 } 1867 1830 margin-bottom: 30px; 1831 } 1868 1832 .wp-block-rss.is-grid > li:last-child { 1869 margin-bottom: 0; 1870 } 1871 1872 .wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1), 1873 .wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1) ~ li, 1874 .wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1), 1875 .wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1) ~ li, 1876 .wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1), 1877 .wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1) ~ li, 1878 .wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1), 1879 .wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1) ~ li, 1880 .wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1), 1881 .wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1) ~ li { 1882 margin-bottom: 0; 1883 } 1884 1833 margin-bottom: 0; 1834 } 1835 .wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1), .wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1) ~ li, .wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1), .wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1) ~ li, .wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1), .wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1) ~ li, .wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1), .wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1) ~ li, .wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1), .wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1) ~ li { 1836 margin-bottom: 0; 1837 } 1885 1838 .wp-block-rss > li > * { 1886 margin-top: 10px; 1887 margin-bottom: 10px; 1888 } 1889 1839 margin-top: 10px; 1840 margin-bottom: 10px; 1841 } 1890 1842 .wp-block-rss > li > *:first-child { 1891 margin-top: 0; 1892 } 1893 1843 margin-top: 0; 1844 } 1894 1845 .wp-block-rss > li > *:last-child { 1895 margin-bottom: 0; 1896 } 1897 1846 margin-bottom: 0; 1847 } 1898 1848 .wp-block-rss .wp-block-rss__item-title > a { 1899 display: inline-block; 1900 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1901 font-size: 2rem; 1902 font-weight: normal; 1903 line-height: 1.3; 1904 margin-bottom: 10px; 1905 } 1906 @media only screen and (min-width: 652px) { 1907 1908 .wp-block-rss .wp-block-rss__item-title > a { 1909 font-size: 2rem; 1910 } 1911 } 1912 1849 display: inline-block; 1850 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1851 font-size: 2rem; 1852 font-weight: normal; 1853 line-height: 1.3; 1854 margin-bottom: 10px; 1855 } 1856 @media only screen and (min-width: 652px){ 1857 .wp-block-rss .wp-block-rss__item-title > a{ 1858 font-size: 2rem; 1859 } 1860 } 1913 1861 .wp-block-rss .wp-block-rss__item-author { 1914 color: #28303d; 1915 font-size: 1.25rem; 1916 line-height: 1.7; 1917 } 1918 1862 color: #28303d; 1863 font-size: 1.25rem; 1864 line-height: 1.7; 1865 } 1919 1866 .wp-block-rss .wp-block-rss__item-publish-date { 1920 color: #28303d; 1921 font-size: 1rem; 1922 line-height: 1.7; 1923 } 1924 1925 [class*=inner-container] .wp-block-rss .wp-block-rss__item-publish-date, 1926 .has-background .wp-block-rss .wp-block-rss__item-publish-date { 1927 color: currentColor; 1928 } 1929 1930 .wp-block-rss .wp-block-rss__item-excerpt, 1867 color: #28303d; 1868 font-size: 1rem; 1869 line-height: 1.7; 1870 } 1871 [class*=inner-container] .wp-block-rss .wp-block-rss__item-publish-date, .has-background .wp-block-rss .wp-block-rss__item-publish-date { 1872 color: currentColor; 1873 } 1874 .wp-block-rss .wp-block-rss__item-excerpt { 1875 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1876 font-size: 1.125rem; 1877 line-height: 1.7; 1878 margin-top: 20px; 1879 } 1931 1880 .wp-block-rss .wp-block-rss__item-full-content { 1932 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1933 font-size: 1.125rem; 1934 line-height: 1.7; 1935 margin-top: 20px; 1936 } 1937 1881 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1882 font-size: 1.125rem; 1883 line-height: 1.7; 1884 margin-top: 20px; 1885 } 1938 1886 .wp-block-rss.alignfull { 1939 padding-left: 20px; 1940 padding-right: 20px; 1941 } 1942 1943 .entry-content [class*=inner-container] .wp-block-rss.alignfull, 1944 .entry-content .has-background .wp-block-rss.alignfull { 1945 padding-left: 0; 1946 padding-right: 0; 1887 padding-left: 20px; 1888 padding-right: 20px; 1889 } 1890 .entry-content [class*=inner-container] .wp-block-rss.alignfull, .entry-content .has-background .wp-block-rss.alignfull { 1891 padding-left: 0; 1892 padding-right: 0; 1947 1893 } 1948 1894 1949 1895 .wp-block-search { 1950 max-width: calc(100vw - 30px); 1951 } 1952 1953 @media only screen and (min-width: 482px) { 1954 1955 .wp-block-search { 1956 max-width: min(calc(100vw - 100px), 610px); 1957 } 1958 } 1959 1960 @media only screen and (min-width: 822px) { 1961 1962 .wp-block-search { 1963 max-width: min(calc(100vw - 200px), 610px); 1964 } 1965 } 1966 1896 max-width: calc(100vw - 30px); 1897 } 1898 1899 @media only screen and (min-width: 482px){ 1900 .wp-block-search{ 1901 max-width: min(calc(100vw - 100px), 610px); 1902 } 1903 } 1904 1905 @media only screen and (min-width: 822px){ 1906 .wp-block-search{ 1907 max-width: min(calc(100vw - 200px), 610px); 1908 } 1909 } 1967 1910 .wp-block-search .wp-block-search__label { 1968 font-size: 1.125rem; 1969 font-weight: 500; 1970 margin-bottom: 10px; 1971 } 1972 1973 .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper, 1911 font-size: 1.125rem; 1912 font-weight: 500; 1913 margin-bottom: 10px; 1914 } 1915 .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper { 1916 border: 3px solid #39414d; 1917 border-radius: 0; 1918 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1919 font-size: 1.125rem; 1920 line-height: 1.7; 1921 max-width: inherit; 1922 margin-right: -3px; 1923 padding: 10px; 1924 } 1974 1925 .wp-block-search .wp-block-search__input { 1975 border: 3px solid #39414d; 1976 border-radius: 0; 1977 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1978 font-size: 1.125rem; 1979 line-height: 1.7; 1980 max-width: inherit; 1981 margin-right: -3px; 1982 padding: 10px; 1983 } 1984 1985 .is-dark-theme .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper, 1926 border: 3px solid #39414d; 1927 border-radius: 0; 1928 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1929 font-size: 1.125rem; 1930 line-height: 1.7; 1931 max-width: inherit; 1932 margin-right: -3px; 1933 padding: 10px; 1934 } 1935 .is-dark-theme .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper { 1936 background: rgba(255, 255, 255, 0.9); 1937 } 1986 1938 .is-dark-theme .wp-block-search .wp-block-search__input { 1987 background: rgba(255, 255, 255, 0.9); 1988 } 1989 1990 .has-background .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper, 1939 background: rgba(255, 255, 255, 0.9); 1940 } 1941 .has-background .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper { 1942 border-color: #28303d !important; 1943 } 1991 1944 .has-background .wp-block-search .wp-block-search__input { 1992 border-color: #28303d !important; 1993 } 1994 1945 border-color: #28303d !important; 1946 } 1995 1947 .wp-block-search .wp-block-search__button.wp-block-search__button { 1996 border: 3px solid transparent; 1997 border-radius: 0; 1998 cursor: pointer; 1999 font-weight: 500; 2000 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2001 font-size: 1.25rem; 2002 line-height: 1.5; 2003 padding: 15px 30px; 2004 text-decoration: none; 2005 box-shadow: none; 2006 margin-left: 0; 2007 } 2008 1948 border: 3px solid transparent; 1949 border-radius: 0; 1950 cursor: pointer; 1951 font-weight: 500; 1952 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 1953 font-size: 1.25rem; 1954 line-height: 1.5; 1955 padding: 15px 30px; 1956 text-decoration: none; 1957 box-shadow: none; 1958 margin-left: 0; 1959 } 2009 1960 .wp-block-search .wp-block-search__button.wp-block-search__button:not(:hover):not(:active):not(.has-text-color) { 2010 color: #d1e4dd; 2011 } 2012 1961 color: #d1e4dd; 1962 } 2013 1963 .has-background .wp-block-search .wp-block-search__button.wp-block-search__button:not(:hover):not(:active):not(.has-text-color) { 2014 color: #28303d; 2015 } 2016 1964 color: #28303d; 1965 } 2017 1966 .has-background .wp-block-search .wp-block-search__button.wp-block-search__button:not(:hover):not(:active):not(.has-text-color).has-background { 2018 color: #28303d; 2019 } 2020 1967 color: #28303d; 1968 } 2021 1969 .wp-block-search .wp-block-search__button.wp-block-search__button:not(:hover):not(:active):not(.has-background) { 2022 background-color: #28303d; 2023 } 2024 1970 background-color: #28303d; 1971 } 2025 1972 .has-background .wp-block-search .wp-block-search__button.wp-block-search__button:not(:hover):not(:active):not(.has-background) { 2026 background-color: #28303d; 2027 } 2028 2029 .wp-block-search .wp-block-search__button.wp-block-search__button:hover, 2030 .wp-block-search .wp-block-search__button.wp-block-search__button:active { 2031 background-color: transparent; 2032 border-color: currentColor; 2033 color: inherit; 2034 } 2035 1973 background-color: #28303d; 1974 } 1975 .wp-block-search .wp-block-search__button.wp-block-search__button:hover, .wp-block-search .wp-block-search__button.wp-block-search__button:active { 1976 background-color: transparent; 1977 border-color: currentColor; 1978 color: inherit; 1979 } 2036 1980 .wp-block-search .wp-block-search__button.wp-block-search__button:focus { 2037 outline-offset: -6px; 2038 outline: 2px dotted currentColor; 2039 } 2040 1981 outline-offset: -6px; 1982 outline: 2px dotted currentColor; 1983 } 2041 1984 .wp-block-search .wp-block-search__button.wp-block-search__button:disabled { 2042 background-color: rgba(255, 255, 255, 0.5); 2043 border-color: rgba(255, 255, 255, 0.5); 2044 color: #39414d; 2045 } 2046 1985 background-color: rgba(255, 255, 255, 0.5); 1986 border-color: rgba(255, 255, 255, 0.5); 1987 color: #39414d; 1988 } 2047 1989 .wp-block-search .wp-block-search__button.wp-block-search__button.has-icon { 2048 padding: 6px 15px; 2049 display: inherit; 2050 } 2051 1990 padding: 6px 15px; 1991 display: inherit; 1992 } 2052 1993 .wp-block-search .wp-block-search__button.wp-block-search__button.has-icon svg { 2053 width: 40px; 2054 height: 40px; 2055 } 2056 1994 width: 40px; 1995 height: 40px; 1996 } 2057 1997 .has-background .wp-block-search .wp-block-search__button.wp-block-search__button:hover { 2058 background-color: #d1e4dd !important; 2059 color: #28303d !important; 2060 } 2061 1998 background-color: #d1e4dd !important; 1999 color: #28303d !important; 2000 } 2062 2001 .has-background .wp-block-search .wp-block-search__button.wp-block-search__button:active { 2063 background-color: #d1e4dd !important; 2064 color: #28303d !important; 2065 } 2066 2002 background-color: #d1e4dd !important; 2003 color: #28303d !important; 2004 } 2067 2005 .has-text-color .wp-block-search .wp-block-search__button.wp-block-search__button:hover { 2068 color: #28303d !important; 2069 } 2070 2006 color: #28303d !important; 2007 } 2071 2008 .has-text-color .wp-block-search .wp-block-search__button.wp-block-search__button:active { 2072 color: #28303d !important; 2073 } 2074 2009 color: #28303d !important; 2010 } 2075 2011 .wp-block-search .wp-block-search__button.wp-block-search__button:focus { 2076 outline-offset: inherit; 2077 outline: inherit; 2078 } 2079 2012 outline-offset: inherit; 2013 outline: inherit; 2014 } 2080 2015 .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper { 2081 padding: 3px; 2082 } 2083 2016 padding: 3px; 2017 } 2084 2018 .wp-block-search.wp-block-search__button-inside .wp-block-search__input { 2085 border: none; 2086 } 2087 2019 border: none; 2020 } 2088 2021 .wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__button:hover { 2089 color: #28303d; 2090 } 2091 2022 color: #28303d; 2023 } 2092 2024 .wp-block-search.wp-block-search__button-inside.wp-block-search__icon-button .wp-block-search__button:hover { 2093 color: #28303d; 2094 } 2095 2096 .is-dark-theme .wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__button, 2025 color: #28303d; 2026 } 2027 .is-dark-theme .wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__button { 2028 color: #28303d; 2029 } 2097 2030 .is-dark-theme .wp-block-search.wp-block-search__button-inside.wp-block-search__icon-button .wp-block-search__button { 2098 color: #28303d; 2099 } 2100 2031 color: #28303d; 2032 } 2101 2033 .is-dark-theme .wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__button:hover { 2102 background-color: #28303d; 2103 color: #fff; 2104 } 2105 2034 background-color: #28303d; 2035 color: #fff; 2036 } 2106 2037 .is-dark-theme .wp-block-search.wp-block-search__button-inside.wp-block-search__icon-button .wp-block-search__button:hover { 2107 background-color: #28303d; 2108 color: #fff; 2109 } 2110 2038 background-color: #28303d; 2039 color: #fff; 2040 } 2111 2041 .wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__button { 2112 2042 padding: 15px 30px; 2113 2043 } 2114 2044 2115 2045 .wp-block[data-align=center] > * { 2116 2046 text-align: center; 2117 2047 } 2118 2048 2119 2049 .wp-block[data-align=center] .wp-block-search__button-only .wp-block-search__inside-wrapper { 2120 justify-content: center; 2121 } 2122 2123 .wp-block-separator, 2050 justify-content: center; 2051 } 2052 2053 .wp-block-separator { 2054 border-bottom: 1px solid #28303d; 2055 clear: both; 2056 opacity: 1; 2057 } 2058 2124 2059 hr { 2125 border-bottom: 1px solid #28303d; 2126 clear: both; 2127 opacity: 1; 2128 } 2129 2060 border-bottom: 1px solid #28303d; 2061 clear: both; 2062 opacity: 1; 2063 } 2130 2064 .wp-block-separator[style*="text-align:right"] { 2131 border-right-color: #28303d; 2132 } 2133 2065 border-right-color: #28303d; 2066 } 2134 2067 .wp-block-separator[style*="text-align: right"] { 2135 border-right-color: #28303d; 2136 } 2137 2068 border-right-color: #28303d; 2069 } 2138 2070 hr[style*="text-align:right"] { 2139 border-right-color: #28303d; 2140 } 2141 2071 border-right-color: #28303d; 2072 } 2142 2073 hr[style*="text-align: right"] { 2143 border-right-color: #28303d; 2144 } 2145 2074 border-right-color: #28303d; 2075 } 2146 2076 .wp-block-separator:not(.is-style-dots) { 2147 max-width: calc(100vw - 30px); 2148 } 2149 @media only screen and (min-width: 482px) { 2150 2151 .wp-block-separator:not(.is-style-dots) { 2152 max-width: min(calc(100vw - 100px), 610px); 2153 } 2154 } 2155 @media only screen and (min-width: 822px) { 2156 2157 .wp-block-separator:not(.is-style-dots) { 2158 max-width: min(calc(100vw - 200px), 610px); 2159 } 2160 } 2161 2077 max-width: calc(100vw - 30px); 2078 } 2079 @media only screen and (min-width: 482px){ 2080 .wp-block-separator:not(.is-style-dots){ 2081 max-width: min(calc(100vw - 100px), 610px); 2082 } 2083 } 2084 @media only screen and (min-width: 822px){ 2085 .wp-block-separator:not(.is-style-dots){ 2086 max-width: min(calc(100vw - 200px), 610px); 2087 } 2088 } 2162 2089 hr:not(.is-style-dots) { 2163 max-width: calc(100vw - 30px); 2164 } 2165 @media only screen and (min-width: 482px) { 2166 2167 hr:not(.is-style-dots) { 2168 max-width: min(calc(100vw - 100px), 610px); 2169 } 2170 } 2171 @media only screen and (min-width: 822px) { 2172 2173 hr:not(.is-style-dots) { 2174 max-width: min(calc(100vw - 200px), 610px); 2175 } 2176 } 2177 2178 [data-align=full] > .wp-block-separator, 2179 [data-align=wide] > .wp-block-separator, 2090 max-width: calc(100vw - 30px); 2091 } 2092 @media only screen and (min-width: 482px){ 2093 hr:not(.is-style-dots){ 2094 max-width: min(calc(100vw - 100px), 610px); 2095 } 2096 } 2097 @media only screen and (min-width: 822px){ 2098 hr:not(.is-style-dots){ 2099 max-width: min(calc(100vw - 200px), 610px); 2100 } 2101 } 2102 [data-align=full] > .wp-block-separator, [data-align=wide] > .wp-block-separator, 2180 2103 [data-align=full] > hr, 2181 2104 [data-align=wide] > hr { 2182 max-width: inherit; 2183 } 2184 2185 .wp-block-separator.is-style-twentytwentyone-separator-thick, 2105 max-width: inherit; 2106 } 2107 .wp-block-separator.is-style-twentytwentyone-separator-thick { 2108 border-bottom-width: 3px; 2109 } 2186 2110 hr.is-style-twentytwentyone-separator-thick { 2187 border-bottom-width: 3px; 2188 } 2189 2111 border-bottom-width: 3px; 2112 } 2190 2113 .wp-block-separator.is-style-dots, 2191 2114 hr.is-style-dots { 2192 border-bottom: none; 2193 } 2194 2195 .wp-block-separator.is-style-dots.has-background, 2196 .wp-block-separator.is-style-dots.has-text-color, 2115 border-bottom: none; 2116 } 2117 .wp-block-separator.is-style-dots.has-background, .wp-block-separator.is-style-dots.has-text-color, 2197 2118 hr.is-style-dots.has-background, 2198 2119 hr.is-style-dots.has-text-color { 2199 background-color: transparent !important; 2200 } 2201 2202 .wp-block-separator.is-style-dots.has-background:before, 2203 .wp-block-separator.is-style-dots.has-text-color:before, 2120 background-color: transparent !important; 2121 } 2122 .wp-block-separator.is-style-dots.has-background:before, .wp-block-separator.is-style-dots.has-text-color:before, 2204 2123 hr.is-style-dots.has-background:before, 2205 2124 hr.is-style-dots.has-text-color:before { 2206 color: currentColor !important; 2207 } 2208 2125 color: currentColor !important; 2126 } 2209 2127 .wp-block-separator.is-style-dots:before { 2210 color: #28303d; 2211 } 2212 2128 color: #28303d; 2129 } 2213 2130 hr.is-style-dots:before { 2214 color: #28303d; 2215 } 2216 2217 .has-background .wp-block-separator, 2218 [class*=background-color] .wp-block-separator, 2219 [style*=background-color] .wp-block-separator, 2220 .wp-block-cover[style*=background-image] .wp-block-separator, 2131 color: #28303d; 2132 } 2133 .has-background .wp-block-separator, [class*=background-color] .wp-block-separator, [style*=background-color] .wp-block-separator, .wp-block-cover[style*=background-image] .wp-block-separator, 2221 2134 .has-background hr, 2222 2135 [class*=background-color] hr, 2223 2136 [style*=background-color] hr, 2224 2137 .wp-block-cover[style*=background-image] hr { 2225 2138 border-color: currentColor; 2226 2139 } 2227 2140 2228 2141 .wp-block-social-links [data-block] { 2229 margin-top: 0; 2230 margin-bottom: 0; 2231 } 2232 2142 margin-top: 0; 2143 margin-bottom: 0; 2144 } 2233 2145 .wp-block-social-links.is-style-twentytwentyone-social-icons-color button { 2234 color: #28303d; 2235 } 2236 2146 color: #28303d; 2147 } 2237 2148 .wp-block-social-links.is-style-twentytwentyone-social-icons-color .wp-social-link { 2238 2149 background: none; 2239 2150 } 2240 2151 … … 2243 2154 .wp-block-table thead, 2244 2155 .wp-block-table tfoot { 2245 text-align: center; 2246 } 2247 2248 table th, 2156 text-align: center; 2157 } 2158 table th { 2159 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2160 } 2249 2161 .wp-block-table th { 2250 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2251 } 2252 2253 table td, 2254 table th, 2255 .wp-block-table td, 2162 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2163 } 2164 table td { 2165 padding: 10px; 2166 } 2167 table th { 2168 padding: 10px; 2169 } 2170 .wp-block-table td { 2171 padding: 10px; 2172 } 2256 2173 .wp-block-table th { 2257 padding: 10px; 2258 } 2259 2260 table.is-style-regular .has-background, 2261 table.is-style-stripes .has-background, 2262 table.is-style-stripes .has-background thead tr, 2263 table.is-style-stripes .has-background tfoot tr, 2264 table.is-style-stripes .has-background tbody tr, 2265 .wp-block-table.is-style-regular .has-background, 2266 .wp-block-table.is-style-stripes .has-background, 2267 .wp-block-table.is-style-stripes .has-background thead tr, 2268 .wp-block-table.is-style-stripes .has-background tfoot tr, 2174 padding: 10px; 2175 } 2176 table.is-style-regular .has-background { 2177 color: #28303d; 2178 } 2179 table.is-style-stripes .has-background { 2180 color: #28303d; 2181 } 2182 table.is-style-stripes .has-background thead tr { 2183 color: #28303d; 2184 } 2185 table.is-style-stripes .has-background tfoot tr { 2186 color: #28303d; 2187 } 2188 table.is-style-stripes .has-background tbody tr { 2189 color: #28303d; 2190 } 2191 .wp-block-table.is-style-regular .has-background { 2192 color: #28303d; 2193 } 2194 .wp-block-table.is-style-stripes .has-background { 2195 color: #28303d; 2196 } 2197 .wp-block-table.is-style-stripes .has-background thead tr { 2198 color: #28303d; 2199 } 2200 .wp-block-table.is-style-stripes .has-background tfoot tr { 2201 color: #28303d; 2202 } 2269 2203 .wp-block-table.is-style-stripes .has-background tbody tr { 2270 color: #28303d; 2271 } 2272 2273 table.is-style-stripes, 2204 color: #28303d; 2205 } 2206 table.is-style-stripes { 2207 border-color: #f0f0f0; 2208 } 2274 2209 .wp-block-table.is-style-stripes { 2275 border-color: #f0f0f0; 2276 } 2277 2210 border-color: #f0f0f0; 2211 } 2278 2212 table.is-style-stripes th, 2279 2213 table.is-style-stripes td, 2280 2214 .wp-block-table.is-style-stripes th, 2281 2215 .wp-block-table.is-style-stripes td { 2282 border-width: 0; 2283 } 2284 2216 border-width: 0; 2217 } 2285 2218 table.is-style-stripes tbody tr:nth-child(odd) { 2286 background-color: #f0f0f0; 2287 } 2288 2219 background-color: #f0f0f0; 2220 } 2289 2221 .wp-block-table.is-style-stripes tbody tr:nth-child(odd) { 2290 background-color: #f0f0f0; 2291 } 2292 2222 background-color: #f0f0f0; 2223 } 2293 2224 table.is-style-stripes .has-background tbody tr:nth-child(odd) { 2294 background-color: rgba(255, 255, 255, 0.9); 2295 } 2296 2225 background-color: rgba(255, 255, 255, 0.9); 2226 } 2297 2227 .wp-block-table.is-style-stripes .has-background tbody tr:nth-child(odd) { 2298 2228 background-color: rgba(255, 255, 255, 0.9); 2299 2229 } 2300 2230 2301 2231 table.wp-calendar-table td, 2302 2232 table.wp-calendar-table th { 2303 background: transparent; 2304 border: 0; 2305 text-align: center; 2306 line-height: 2; 2307 vertical-align: middle; 2308 } 2309 2233 background: transparent; 2234 border: 0; 2235 text-align: center; 2236 line-height: 2; 2237 vertical-align: middle; 2238 } 2310 2239 table.wp-calendar-table th { 2311 font-weight: bold; 2312 } 2313 2240 font-weight: bold; 2241 } 2314 2242 table.wp-calendar-table thead, 2315 2243 table.wp-calendar-table tbody { 2316 color: currentColor; 2317 border: 1px solid; 2318 } 2319 2244 color: currentColor; 2245 border: 1px solid; 2246 } 2320 2247 table.wp-calendar-table caption { 2321 2322 2323 2324 2248 font-weight: bold; 2249 text-align: left; 2250 margin-bottom: 20px; 2251 color: currentColor; 2325 2252 } 2326 2253 2327 2254 .wp-calendar-nav { 2328 text-align: left; 2329 margin-top: 10px; 2330 } 2331 2255 text-align: left; 2256 margin-top: 10px; 2257 } 2332 2258 .wp-calendar-nav svg { 2333 height: 1em; 2334 vertical-align: middle; 2335 } 2336 2259 height: 1em; 2260 vertical-align: middle; 2261 } 2337 2262 .wp-calendar-nav svg path { 2338 fill: currentColor; 2339 } 2340 2263 fill: currentColor; 2264 } 2341 2265 .wp-calendar-nav .wp-calendar-nav-next { 2342 2266 float: right; 2343 2267 } 2344 2268 2345 2269 .wp-block-tag-cloud.aligncenter { 2346 2270 text-align: center; 2347 2271 } 2348 2272 2349 2273 pre.wp-block-verse { 2350 2351 2274 padding: 0; 2275 color: currentColor; 2352 2276 } 2353 2277 2354 2278 :root .is-extra-small-text { 2355 2279 font-size: 1rem; 2356 2280 } 2357 2281 2358 2282 :root .has-extra-small-font-size { 2359 font-size: 1rem; 2360 } 2361 2283 font-size: 1rem; 2284 } 2362 2285 :root .is-small-text { 2363 font-size: 1.125rem; 2364 } 2365 2286 font-size: 1.125rem; 2287 } 2366 2288 :root .has-small-font-size { 2367 font-size: 1.125rem; 2368 } 2369 2289 font-size: 1.125rem; 2290 } 2370 2291 :root .is-regular-text { 2371 font-size: 1.25rem; 2372 } 2373 2292 font-size: 1.25rem; 2293 } 2374 2294 :root .has-regular-font-size { 2375 font-size: 1.25rem; 2376 } 2377 2295 font-size: 1.25rem; 2296 } 2378 2297 :root .is-normal-font-size { 2379 font-size: 1.25rem; 2380 } 2381 2298 font-size: 1.25rem; 2299 } 2382 2300 :root .has-normal-font-size { 2383 font-size: 1.25rem; 2384 } 2385 2301 font-size: 1.25rem; 2302 } 2386 2303 :root .has-medium-font-size { 2387 font-size: 1.25rem; 2388 } 2389 2304 font-size: 1.25rem; 2305 } 2390 2306 :root .is-large-text { 2391 font-size: 1.5rem; 2392 line-height: 1.3; 2393 } 2394 2307 font-size: 1.5rem; 2308 line-height: 1.3; 2309 } 2395 2310 :root .has-large-font-size { 2396 font-size: 1.5rem; 2397 line-height: 1.3; 2398 } 2399 2311 font-size: 1.5rem; 2312 line-height: 1.3; 2313 } 2400 2314 :root .is-larger-text { 2401 font-size: 2.5rem; 2402 line-height: 1.3; 2403 } 2404 @media only screen and (min-width: 652px) { 2405 2406 :root .is-larger-text { 2407 font-size: 2.5rem; 2408 } 2409 } 2410 2315 font-size: 2.5rem; 2316 line-height: 1.3; 2317 } 2318 @media only screen and (min-width: 652px){ 2319 :root .is-larger-text{ 2320 font-size: 2.5rem; 2321 } 2322 } 2411 2323 :root .has-larger-font-size { 2412 font-size: 2.5rem; 2413 line-height: 1.3; 2414 } 2415 @media only screen and (min-width: 652px) { 2416 2417 :root .has-larger-font-size { 2418 font-size: 2.5rem; 2419 } 2420 } 2421 2324 font-size: 2.5rem; 2325 line-height: 1.3; 2326 } 2327 @media only screen and (min-width: 652px){ 2328 :root .has-larger-font-size{ 2329 font-size: 2.5rem; 2330 } 2331 } 2422 2332 :root .is-extra-large-text { 2423 font-size: 2.5rem; 2424 line-height: 1.3; 2425 } 2426 @media only screen and (min-width: 652px) { 2427 2428 :root .is-extra-large-text { 2429 font-size: 2.5rem; 2430 } 2431 } 2432 2333 font-size: 2.5rem; 2334 line-height: 1.3; 2335 } 2336 @media only screen and (min-width: 652px){ 2337 :root .is-extra-large-text{ 2338 font-size: 2.5rem; 2339 } 2340 } 2433 2341 :root .has-extra-large-font-size { 2434 font-size: 2.5rem; 2435 line-height: 1.3; 2436 } 2437 @media only screen and (min-width: 652px) { 2438 2439 :root .has-extra-large-font-size { 2440 font-size: 2.5rem; 2441 } 2442 } 2443 2342 font-size: 2.5rem; 2343 line-height: 1.3; 2344 } 2345 @media only screen and (min-width: 652px){ 2346 :root .has-extra-large-font-size{ 2347 font-size: 2.5rem; 2348 } 2349 } 2444 2350 :root .is-huge-text { 2445 font-size: 6rem; 2446 line-height: 1.3; 2447 font-weight: 300; 2448 } 2449 @media only screen and (min-width: 652px) { 2450 2451 :root .is-huge-text { 2452 font-size: 6rem; 2453 } 2454 } 2455 2351 font-size: 6rem; 2352 line-height: 1.3; 2353 font-weight: 300; 2354 } 2355 @media only screen and (min-width: 652px){ 2356 :root .is-huge-text{ 2357 font-size: 6rem; 2358 } 2359 } 2456 2360 :root .has-huge-font-size { 2457 font-size: 6rem; 2458 line-height: 1.3; 2459 font-weight: 300; 2460 } 2461 @media only screen and (min-width: 652px) { 2462 2463 :root .has-huge-font-size { 2464 font-size: 6rem; 2465 } 2466 } 2467 2361 font-size: 6rem; 2362 line-height: 1.3; 2363 font-weight: 300; 2364 } 2365 @media only screen and (min-width: 652px){ 2366 :root .has-huge-font-size{ 2367 font-size: 6rem; 2368 } 2369 } 2468 2370 :root .is-gigantic-text { 2469 font-size: 9rem; 2470 line-height: 1.3; 2471 font-weight: 300; 2472 } 2473 @media only screen and (min-width: 652px) { 2474 2475 :root .is-gigantic-text { 2476 font-size: 9rem; 2477 } 2478 } 2479 2371 font-size: 9rem; 2372 line-height: 1.3; 2373 font-weight: 300; 2374 } 2375 @media only screen and (min-width: 652px){ 2376 :root .is-gigantic-text{ 2377 font-size: 9rem; 2378 } 2379 } 2480 2380 :root .has-gigantic-font-size { 2481 font-size: 9rem; 2482 line-height: 1.3; 2483 font-weight: 300; 2484 } 2485 @media only screen and (min-width: 652px) { 2486 2487 :root .has-gigantic-font-size { 2488 font-size: 9rem; 2489 } 2381 font-size: 9rem; 2382 line-height: 1.3; 2383 font-weight: 300; 2384 } 2385 @media only screen and (min-width: 652px){ 2386 :root .has-gigantic-font-size{ 2387 font-size: 9rem; 2388 } 2490 2389 } 2491 2390 … … 2495 2394 */ 2496 2395 .wp-block.editor-post-title__block { 2497 border-bottom: 3px solid #28303d; 2498 padding-bottom: 60px; 2499 margin-bottom: 90px; 2500 max-width: calc(100vw - 30px); 2501 } 2396 border-bottom: 3px solid #28303d; 2397 padding-bottom: 60px; 2398 margin-bottom: 90px; 2399 max-width: calc(100vw - 30px); 2400 } 2401 @media only screen and (min-width: 482px){ 2402 .wp-block.editor-post-title__block{ 2403 max-width: calc(100vw - 100px); 2404 } 2405 } 2406 @media only screen and (min-width: 822px){ 2407 .wp-block.editor-post-title__block{ 2408 max-width: min(calc(100vw - 200px), 1240px); 2409 } 2410 } 2411 .wp-block.editor-post-title__block .editor-post-title__input { 2412 color: #39414d; 2413 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2414 font-size: 4rem; 2415 font-weight: 300; 2416 line-height: 1.1; 2417 } 2418 @media only screen and (min-width: 652px){ 2419 .wp-block.editor-post-title__block .editor-post-title__input{ 2420 font-size: 6rem; 2421 } 2422 } 2423 2424 .wp-block.block-editor-default-block-appender > textarea { 2425 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2426 font-size: 1.25rem; 2427 } 2428 2429 .has-primary-color[class] { 2430 color: #28303d; 2431 } 2432 2433 .has-secondary-color[class] { 2434 color: #39414d; 2435 } 2436 2437 .has-primary-background-color[class] { 2438 background-color: #28303d; 2439 color: #d1e4dd; 2440 } 2441 2442 .has-secondary-background-color[class] { 2443 background-color: #39414d; 2444 color: #d1e4dd; 2445 } 2446 2447 .has-white-background-color[class] { 2448 color: #39414d; 2449 } 2450 2451 .has-black-background-color[class] { 2452 color: #28303d; 2453 } 2454 2455 [data-block] { 2456 margin-top: 30px; 2457 margin-bottom: 30px; 2458 } 2459 2460 .wp-block { 2461 max-width: calc(100vw - 30px); 2462 } 2463 2464 @media only screen and (min-width: 482px){ 2465 .wp-block{ 2466 max-width: min(calc(100vw - 100px), 610px); 2467 } 2468 } 2469 2470 @media only screen and (min-width: 822px){ 2471 .wp-block{ 2472 max-width: min(calc(100vw - 200px), 610px); 2473 } 2474 } 2475 .wp-block[data-align=wide] { 2476 max-width: calc(100vw - 30px); 2477 } 2478 @media only screen and (min-width: 482px){ 2479 .wp-block[data-align=wide]{ 2480 max-width: calc(100vw - 100px); 2481 } 2482 } 2483 @media only screen and (min-width: 822px){ 2484 .wp-block[data-align=wide]{ 2485 max-width: min(calc(100vw - 200px), 1240px); 2486 } 2487 } 2488 .wp-block.alignwide { 2489 max-width: calc(100vw - 30px); 2490 } 2491 @media only screen and (min-width: 482px){ 2492 .wp-block.alignwide{ 2493 max-width: calc(100vw - 100px); 2494 } 2495 } 2496 @media only screen and (min-width: 822px){ 2497 .wp-block.alignwide{ 2498 max-width: min(calc(100vw - 200px), 1240px); 2499 } 2500 } 2501 .wp-block[data-align=full], .wp-block.alignfull { 2502 max-width: none; 2503 } 2504 2505 .alignleft { 2506 margin: 0; 2507 margin-right: 25px; 2508 } 2509 2510 .alignright { 2511 margin: 0; 2512 margin-left: 25px; 2513 } 2514 2515 .has-drop-cap:not(:focus)::first-letter { 2516 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2517 font-weight: normal; 2518 line-height: 0.66; 2519 text-transform: uppercase; 2520 font-style: normal; 2521 float: left; 2522 margin: 0.1em 0.1em 0 0; 2523 font-size: 5rem; 2524 } 2525 2526 @media only screen and (min-width: 652px){ 2527 .has-drop-cap:not(:focus)::first-letter{ 2528 font-size: 7rem; 2529 } 2530 } 2531 2502 2532 @media only screen and (min-width: 482px) { 2503 2504 .wp-block.editor-post-title__block { 2505 max-width: calc(100vw - 100px); 2506 } 2507 } 2508 @media only screen and (min-width: 822px) { 2509 2510 .wp-block.editor-post-title__block { 2511 max-width: min(calc(100vw - 200px), 1240px); 2512 } 2513 } 2514 2515 .wp-block.editor-post-title__block .editor-post-title__input { 2516 color: #39414d; 2517 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2518 font-size: 4rem; 2519 font-weight: 300; 2520 line-height: 1.1; 2521 } 2522 @media only screen and (min-width: 652px) { 2523 2524 .wp-block.editor-post-title__block .editor-post-title__input { 2525 font-size: 6rem; 2526 } 2527 } 2528 2529 .wp-block.block-editor-default-block-appender > textarea { 2530 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2531 font-size: 1.25rem; 2532 } 2533 2534 .has-primary-color[class] { 2535 color: #28303d; 2536 } 2537 2538 .has-secondary-color[class] { 2539 color: #39414d; 2540 } 2541 2542 .has-primary-background-color[class] { 2543 background-color: #28303d; 2544 color: #d1e4dd; 2545 } 2546 2547 .has-secondary-background-color[class] { 2548 background-color: #39414d; 2549 color: #d1e4dd; 2550 } 2551 2552 .has-white-background-color[class] { 2553 color: #39414d; 2554 } 2555 2556 .has-black-background-color[class] { 2557 color: #28303d; 2558 } 2559 2560 [data-block] { 2561 margin-top: 30px; 2562 margin-bottom: 30px; 2563 } 2564 2565 .wp-block { 2566 max-width: calc(100vw - 30px); 2567 } 2568 2569 @media only screen and (min-width: 482px) { 2570 2571 .wp-block { 2572 max-width: min(calc(100vw - 100px), 610px); 2573 } 2574 } 2575 2576 @media only screen and (min-width: 822px) { 2577 2578 .wp-block { 2579 max-width: min(calc(100vw - 200px), 610px); 2580 } 2581 } 2582 2583 .wp-block[data-align=wide] { 2584 max-width: calc(100vw - 30px); 2585 } 2586 @media only screen and (min-width: 482px) { 2587 2588 .wp-block[data-align=wide] { 2589 max-width: calc(100vw - 100px); 2590 } 2591 } 2592 @media only screen and (min-width: 822px) { 2593 2594 .wp-block[data-align=wide] { 2595 max-width: min(calc(100vw - 200px), 1240px); 2596 } 2597 } 2598 2599 .wp-block.alignwide { 2600 max-width: calc(100vw - 30px); 2601 } 2602 @media only screen and (min-width: 482px) { 2603 2604 .wp-block.alignwide { 2605 max-width: calc(100vw - 100px); 2606 } 2607 } 2608 @media only screen and (min-width: 822px) { 2609 2610 .wp-block.alignwide { 2611 max-width: min(calc(100vw - 200px), 1240px); 2612 } 2613 } 2614 2615 .wp-block[data-align=full], 2616 .wp-block.alignfull { 2617 max-width: none; 2618 } 2619 2620 .alignleft { 2621 margin: 0; 2622 margin-right: 25px; 2623 } 2624 2625 .alignright { 2626 margin: 0; 2627 margin-left: 25px; 2628 } 2629 2630 .has-drop-cap:not(:focus)::first-letter { 2631 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2632 font-weight: normal; 2633 line-height: 0.66; 2634 text-transform: uppercase; 2635 font-style: normal; 2636 float: left; 2637 margin: 0.1em 0.1em 0 0; 2638 font-size: 5rem; 2639 } 2640 2641 @media only screen and (min-width: 652px) { 2642 2643 .has-drop-cap:not(:focus)::first-letter { 2644 font-size: 7rem; 2645 } 2646 } 2647 2648 @media only screen and (min-width: 482px) { 2649 2650 .wp-block[data-align=left] > * { 2651 max-width: 290px; 2652 margin-right: 25px; 2653 } 2654 2655 .wp-block[data-align=right] > * { 2656 max-width: 290px; 2657 margin-left: 25px; 2658 } 2659 } 2660 2533 .wp-block[data-align=left] > * { 2534 max-width: 290px; 2535 margin-right: 25px; 2536 } 2537 2538 .wp-block[data-align=right] > * { 2539 max-width: 290px; 2540 margin-left: 25px; 2541 } 2542 } 2661 2543 .wp-block-freeform.block-library-rich-text__tinymce blockquote { 2662 2544 border: none; 2663 2545 } 2664 2546 2665 2547 .wp-block-freeform.block-library-rich-text__tinymce blockquote:before { 2666 2548 left: 5px; 2667 2549 } 2668 2550 2669 2551 html { 2670 line-height: 1.7;2671 } 2672 2673 html, 2552 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2553 line-height: 1.7; 2554 } 2555 2674 2556 body { 2675 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2676 } 2677 2678 body { 2679 background-color: #d1e4dd; 2680 font-size: 1.25rem; 2681 font-weight: normal; 2682 -moz-osx-font-smoothing: grayscale; 2683 -webkit-font-smoothing: antialiased; 2684 } 2685 2686 body, 2557 color: #28303d; 2558 background-color: #d1e4dd; 2559 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2560 font-size: 1.25rem; 2561 font-weight: normal; 2562 -moz-osx-font-smoothing: grayscale; 2563 -webkit-font-smoothing: antialiased; 2564 } 2565 2687 2566 .wp-block a { 2688 color: #28303d; 2689 } 2690 2567 color: #28303d; 2568 } 2691 2569 .wp-block a:hover { 2692 text-decoration-style: dotted; 2693 } 2694 2570 text-decoration-style: dotted; 2571 } 2695 2572 .wp-block a:focus { 2696 outline: 2px solid #28303d; 2697 text-decoration: none; 2698 } 2699 2700 .has-background .has-link-color a, 2573 outline: 2px solid #28303d; 2574 text-decoration: none; 2575 } 2576 2577 .has-background .has-link-color a { 2578 color: #28303d; 2579 } 2580 2701 2581 .has-background.has-link-color a { 2702 2582 color: #28303d; 2703 2583 } 2704 2584 2705 2585 button, 2706 2586 a { 2707 2587 cursor: pointer; 2708 2588 } 2709 2589 2710 2590 .has-black-color[class] { 2711 color: #000; 2712 } 2713 2591 color: #000; 2592 } 2714 2593 .has-black-color[class] > [class*=__inner-container] { 2715 2594 color: #000; 2716 2595 } 2717 2596 2718 2597 .has-gray-color[class] { 2719 color: #39414d; 2720 } 2721 2598 color: #39414d; 2599 } 2722 2600 .has-gray-color[class] > [class*=__inner-container] { 2723 2601 color: #39414d; 2724 2602 } 2725 2603 2726 2604 .has-dark-gray-color[class] { 2727 color: #28303d; 2728 } 2729 2605 color: #28303d; 2606 } 2730 2607 .has-dark-gray-color[class] > [class*=__inner-container] { 2731 2608 color: #28303d; 2732 2609 } 2733 2610 2734 2611 .has-green-color[class] { 2735 color: #d1e4dd; 2736 } 2737 2612 color: #d1e4dd; 2613 } 2738 2614 .has-green-color[class] > [class*=__inner-container] { 2739 2615 color: #d1e4dd; 2740 2616 } 2741 2617 2742 2618 .has-blue-color[class] { 2743 color: #d1dfe4; 2744 } 2745 2619 color: #d1dfe4; 2620 } 2746 2621 .has-blue-color[class] > [class*=__inner-container] { 2747 2622 color: #d1dfe4; 2748 2623 } 2749 2624 2750 2625 .has-purple-color[class] { 2751 color: #d1d1e4; 2752 } 2753 2626 color: #d1d1e4; 2627 } 2754 2628 .has-purple-color[class] > [class*=__inner-container] { 2755 2629 color: #d1d1e4; 2756 2630 } 2757 2631 2758 2632 .has-red-color[class] { 2759 color: #e4d1d1; 2760 } 2761 2633 color: #e4d1d1; 2634 } 2762 2635 .has-red-color[class] > [class*=__inner-container] { 2763 2636 color: #e4d1d1; 2764 2637 } 2765 2638 2766 2639 .has-orange-color[class] { 2767 color: #e4dad1; 2768 } 2769 2640 color: #e4dad1; 2641 } 2770 2642 .has-orange-color[class] > [class*=__inner-container] { 2771 2643 color: #e4dad1; 2772 2644 } 2773 2645 2774 2646 .has-yellow-color[class] { 2775 color: #eeeadd; 2776 } 2777 2647 color: #eeeadd; 2648 } 2778 2649 .has-yellow-color[class] > [class*=__inner-container] { 2779 2650 color: #eeeadd; 2780 2651 } 2781 2652 2782 2653 .has-white-color[class] { 2783 color: #fff; 2784 } 2785 2654 color: #fff; 2655 } 2786 2656 .has-white-color[class] > [class*=__inner-container] { 2787 2657 color: #fff; 2788 2658 } 2789 2659 … … 2796 2666 .has-background h5, 2797 2667 .has-background h6 { 2798 2668 color: currentColor; 2799 2669 } 2800 2670 2801 2671 .has-black-background-color[class] { 2802 background-color: #000; 2803 } 2804 2672 background-color: #000; 2673 } 2805 2674 .has-black-background-color[class] > [class*=__inner-container] { 2806 2675 background-color: #000; 2807 2676 } 2808 2677 2809 2678 .has-dark-gray-background-color[class] { 2810 background-color: #28303d; 2811 } 2812 2679 background-color: #28303d; 2680 } 2813 2681 .has-dark-gray-background-color[class] > [class*=__inner-container] { 2814 2682 background-color: #28303d; 2815 2683 } 2816 2684 2817 2685 .has-gray-background-color[class] { 2818 background-color: #39414d; 2819 } 2820 2686 background-color: #39414d; 2687 } 2821 2688 .has-gray-background-color[class] > [class*=__inner-container] { 2822 2689 background-color: #39414d; 2823 2690 } 2824 2691 2825 2692 .has-light-gray-background-color[class] { 2826 background-color: #f0f0f0; 2827 } 2828 2693 background-color: #f0f0f0; 2694 } 2829 2695 .has-light-gray-background-color[class] > [class*=__inner-container] { 2830 2696 background-color: #f0f0f0; 2831 2697 } 2832 2698 2833 2699 .has-green-background-color[class] { 2834 background-color: #d1e4dd; 2835 } 2836 2700 background-color: #d1e4dd; 2701 } 2837 2702 .has-green-background-color[class] > [class*=__inner-container] { 2838 2703 background-color: #d1e4dd; 2839 2704 } 2840 2705 2841 2706 .has-blue-background-color[class] { 2842 background-color: #d1dfe4; 2843 } 2844 2707 background-color: #d1dfe4; 2708 } 2845 2709 .has-blue-background-color[class] > [class*=__inner-container] { 2846 2710 background-color: #d1dfe4; 2847 2711 } 2848 2712 2849 2713 .has-purple-background-color[class] { 2850 background-color: #d1d1e4; 2851 } 2852 2714 background-color: #d1d1e4; 2715 } 2853 2716 .has-purple-background-color[class] > [class*=__inner-container] { 2854 2717 background-color: #d1d1e4; 2855 2718 } 2856 2719 2857 2720 .has-red-background-color[class] { 2858 background-color: #e4d1d1; 2859 } 2860 2721 background-color: #e4d1d1; 2722 } 2861 2723 .has-red-background-color[class] > [class*=__inner-container] { 2862 2724 background-color: #e4d1d1; 2863 2725 } 2864 2726 2865 2727 .has-orange-background-color[class] { 2866 background-color: #e4dad1; 2867 } 2868 2728 background-color: #e4dad1; 2729 } 2869 2730 .has-orange-background-color[class] > [class*=__inner-container] { 2870 2731 background-color: #e4dad1; 2871 2732 } 2872 2733 2873 2734 .has-yellow-background-color[class] { 2874 background-color: #eeeadd; 2875 } 2876 2735 background-color: #eeeadd; 2736 } 2877 2737 .has-yellow-background-color[class] > [class*=__inner-container] { 2878 2738 background-color: #eeeadd; 2879 2739 } 2880 2740 2881 2741 .has-white-background-color[class] { 2882 background-color: #fff; 2883 } 2884 2742 background-color: #fff; 2743 } 2885 2744 .has-white-background-color[class] > [class*=__inner-container] { 2886 2745 background-color: #fff; 2887 2746 } 2888 2747 2889 2748 .has-background:not(.has-text-color).has-black-background-color[class] { 2890 2749 color: #fff; 2891 2750 } 2892 2751 2893 2752 .has-background:not(.has-text-color).has-gray-background-color[class] { 2894 2753 color: #fff; 2895 2754 } 2896 2755 2897 2756 .has-background:not(.has-text-color).has-dark-gray-background-color[class] { 2898 color: #fff; 2899 } 2900 2901 .has-background:not(.has-text-color).has-black-background-color[class] > [class*=__inner-container] { 2902 color: #28303d; 2903 } 2904 2905 .has-background:not(.has-text-color).has-gray-background-color[class] > [class*=__inner-container] { 2906 color: #28303d; 2907 } 2908 2909 .has-background:not(.has-text-color).has-dark-gray-background-color[class] > [class*=__inner-container] { 2910 color: #28303d; 2911 } 2912 2757 color: #fff; 2758 } 2759 .has-background:not(.has-text-color).has-black-background-color[class] > [class*=__inner-container]{ 2760 color: #28303d; 2761 } 2762 .has-background:not(.has-text-color).has-gray-background-color[class] > [class*=__inner-container]{ 2763 color: #28303d; 2764 } 2765 .has-background:not(.has-text-color).has-dark-gray-background-color[class] > [class*=__inner-container]{ 2766 color: #28303d; 2767 } 2913 2768 .has-background:not(.has-text-color).has-green-background-color[class] { 2914 color: #28303d; 2915 } 2916 2769 color: #28303d; 2770 } 2917 2771 .has-background:not(.has-text-color).has-blue-background-color[class] { 2918 color: #28303d; 2919 } 2920 2772 color: #28303d; 2773 } 2921 2774 .has-background:not(.has-text-color).has-purple-background-color[class] { 2922 color: #28303d; 2923 } 2924 2775 color: #28303d; 2776 } 2925 2777 .has-background:not(.has-text-color).has-red-background-color[class] { 2926 color: #28303d; 2927 } 2928 2778 color: #28303d; 2779 } 2929 2780 .has-background:not(.has-text-color).has-orange-background-color[class] { 2930 color: #28303d; 2931 } 2932 2781 color: #28303d; 2782 } 2933 2783 .has-background:not(.has-text-color).has-yellow-background-color[class] { 2934 color: #28303d; 2935 } 2936 2784 color: #28303d; 2785 } 2937 2786 .has-background:not(.has-text-color).has-white-background-color[class] { 2938 color: #28303d; 2939 } 2940 2941 .has-background:not(.has-text-color).has-green-background-color[class] > [class*=__inner-container] { 2942 color: #28303d; 2943 } 2944 2945 .has-background:not(.has-text-color).has-blue-background-color[class] > [class*=__inner-container] { 2946 color: #28303d; 2947 } 2948 2949 .has-background:not(.has-text-color).has-purple-background-color[class] > [class*=__inner-container] { 2950 color: #28303d; 2951 } 2952 2953 .has-background:not(.has-text-color).has-red-background-color[class] > [class*=__inner-container] { 2954 color: #28303d; 2955 } 2956 2957 .has-background:not(.has-text-color).has-orange-background-color[class] > [class*=__inner-container] { 2958 color: #28303d; 2959 } 2960 2961 .has-background:not(.has-text-color).has-yellow-background-color[class] > [class*=__inner-container] { 2962 color: #28303d; 2963 } 2964 2965 .has-background:not(.has-text-color).has-white-background-color[class] > [class*=__inner-container] { 2966 color: #28303d; 2787 color: #28303d; 2788 } 2789 .has-background:not(.has-text-color).has-green-background-color[class] > [class*=__inner-container]{ 2790 color: #28303d; 2791 } 2792 .has-background:not(.has-text-color).has-blue-background-color[class] > [class*=__inner-container]{ 2793 color: #28303d; 2794 } 2795 .has-background:not(.has-text-color).has-purple-background-color[class] > [class*=__inner-container]{ 2796 color: #28303d; 2797 } 2798 .has-background:not(.has-text-color).has-red-background-color[class] > [class*=__inner-container]{ 2799 color: #28303d; 2800 } 2801 .has-background:not(.has-text-color).has-orange-background-color[class] > [class*=__inner-container]{ 2802 color: #28303d; 2803 } 2804 .has-background:not(.has-text-color).has-yellow-background-color[class] > [class*=__inner-container]{ 2805 color: #28303d; 2806 } 2807 .has-background:not(.has-text-color).has-white-background-color[class] > [class*=__inner-container]{ 2808 color: #28303d; 2967 2809 } 2968 2810 2969 2811 .has-purple-to-yellow-gradient-background { 2970 2812 background: linear-gradient(160deg, #d1d1e4, #eeeadd); 2971 2813 } 2972 2814 2973 2815 .has-yellow-to-purple-gradient-background { 2974 2816 background: linear-gradient(160deg, #eeeadd, #d1d1e4); 2975 2817 } 2976 2818 2977 2819 .has-green-to-yellow-gradient-background { 2978 2820 background: linear-gradient(160deg, #d1e4dd, #eeeadd); 2979 2821 } 2980 2822 2981 2823 .has-yellow-to-green-gradient-background { 2982 2824 background: linear-gradient(160deg, #eeeadd, #d1e4dd); 2983 2825 } 2984 2826 2985 2827 .has-red-to-yellow-gradient-background { 2986 2828 background: linear-gradient(160deg, #e4d1d1, #eeeadd); 2987 2829 } 2988 2830 2989 2831 .has-yellow-to-red-gradient-background { 2990 2832 background: linear-gradient(160deg, #eeeadd, #e4d1d1); 2991 2833 } 2992 2834 2993 2835 .has-purple-to-red-gradient-background { 2994 2836 background: linear-gradient(160deg, #d1d1e4, #e4d1d1); 2995 2837 } 2996 2838 2997 2839 .has-red-to-purple-gradient-background { 2998 background: linear-gradient(160deg, #e4d1d1, #d1d1e4); 2999 } 2840 background: linear-gradient(160deg, #e4d1d1, #d1d1e4); 2841 } 2842 2843 /*# sourceMappingURL=ie-editor.css.map */ -
trunk/src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css.map
r54294 r55088 1 {"version":3,"sources":["style-editor.css","../sass/style-editor.scss","../sass/01-settings/global.scss","../sass/03-generic/breakpoints.scss","../sass/04-elements/blockquote.scss","../sass/04-elements/media.scss","../sass/04-elements/forms-editor.scss","../sass/04-elements/links.scss","../sass/05-blocks/button/_editor.scss","../sass/02-tools/mixins.scss","../sass/05-blocks/code/_editor.scss","../sass/05-blocks/cover/_editor.scss","../sass/05-blocks/columns/_editor.scss","../sass/05-blocks/file/_editor.scss","../sass/05-blocks/gallery/_editor.scss","../sass/05-blocks/group/_editor.scss","../sass/05-blocks/heading/_editor.scss","../sass/05-blocks/html/_editor.scss","../sass/05-blocks/image/_editor.scss","../sass/05-blocks/latest- posts/_editor.scss","../sass/05-blocks/legacy/_editor.scss","../sass/05-blocks/list/_editor.scss","../sass/05-blocks/media-text/_editor.scss","../sass/05-blocks/navigation/_editor.scss","../sass/05-blocks/paragraph/_editor.scss","../sass/05-blocks/preformatted/_editor.scss","../sass/05-blocks/pullquote/_editor.scss","../sass/05-blocks/query-loop/_editor.scss","../sass/05-blocks/quote/_editor.scss","../sass/05-blocks/rss/_editor.scss","../sass/05-blocks/search/_editor.scss","../sass/05-blocks/separator/_editor.scss","../sass/05-blocks/social-icons/_editor.scss","../sass/05-blocks/table/_editor.scss","../sass/05-blocks/tag-clould/_editor.scss","../sass/05-blocks/verse/_editor.scss","../sass/05-blocks/utilities/_font-sizes.scss","../sass/05-blocks/utilities/_editor.scss","../sass/06-components/editor.scss","../sass/07-utilities/color-palette.scss"],"names":[],"mappings":"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BAAA;AvCi6DD;AuCr6DC;EAEC,sBAAA;AvCu6DF;;AuCl6DA;EAMC,yBAAA;AvCg6DD;AuCp6DC;EAEC,yBAAA;AvCs6DF;;AuCj6DA;EAMC,yBAAA;AvC+5DD;AuCn6DC;EAEC,yBAAA;AvCq6DF;;AuCh6DA;EAMC,yBAAA;AvC85DD;AuCl6DC;EAEC,yBAAA;AvCo6DF;;AuC/5DA;EAMC,yBAAA;AvC65DD;AuCj6DC;EAEC,yBAAA;AvCm6DF;;AuC95DA;EAMC,yBAAA;AvC45DD;AuCh6DC;EAEC,yBAAA;AvCk6DF;;AuC75DA;EAMC,yBAAA;AvC25DD;AuC/5DC;EAEC,yBAAA;AvCi6DF;;AuC55DA;EAMC,yBAAA;AvC05DD;AuC95DC;EAEC,yBAAA;AvCg6DF;;AuC35DA;EAMC,yBAAA;AvCy5DD;AuC75DC;EAEC,yBAAA;AvC+5DF;;AuC15DA;EAMC,yBAAA;AvCw5DD;AuC55DC;EAEC,yBAAA;AvC85DF;;AuCz5DA;EAMC,sBAAA;AvCu5DD;AuC35DC;EAEC,sBAAA;AvC65DF;;AuCt5DC;EAGG,WAAA;AvCu5DJ;;AuC15DC;EAGG,WAAA;AvCu5DJ;;AuC15DC;EAGG,WAAA;AvCu5DJ;AuCp5DE;EAMC;AvCk5DH;AuCx5DE;EAMC;AvCk5DH;AuCx5DE;EAMC;AvCk5DH;AuC94DC;EAOG,cAAA;AvC64DJ;AuCp5DC;EAOG,cAAA;AvC64DJ;AuCp5DC;EAOG,cAAA;AvC64DJ;AuCp5DC;EAOG,cAAA;AvC64DJ;AuCp5DC;EAOG,cAAA;AvC64DJ;AuCp5DC;EAOG,cAAA;AvC64DJ;AuCp5DC;EAOG,cAAA;AvC64DJ;AuC14DE;EAMC;AvCw4DH;AuC94DE;EAMC;AvCw4DH;AuC94DE;EAMC;AvCw4DH;AuC94DE;EAMC;AvCw4DH;AuC94DE;EAMC;AvCw4DH;AuC94DE;EAMC;AvCw4DH;AuC94DE;EAMC;AvCw4DH;;AuCl4DA;EACC,qDAAA;AvCw4DD;;AuCr4DA;EACC,qDAAA;AvCw4DD;;AuCr4DA;EACC,qDAAA;AvCw4DD;;AuCr4DA;EACC,qDAAA;AvCw4DD;;AuCr4DA;EACC,qDAAA;AvCw4DD;;AuCr4DA;EACC,qDAAA;AvCw4DD;;AuCr4DA;EACC,qDAAA;AvCw4DD;;AuCr4DA;EACC,qDAAA;AvCw4DD","file":"ie-editor.css"}1 {"version":3,"sources":["style-editor.css","../sass/style-editor.scss","../sass/01-settings/global.scss","../sass/03-generic/breakpoints.scss","../sass/04-elements/blockquote.scss","../sass/04-elements/media.scss","../sass/04-elements/forms-editor.scss","../sass/04-elements/links.scss","../sass/05-blocks/button/_editor.scss","../sass/02-tools/mixins.scss","../sass/05-blocks/code/_editor.scss","../sass/05-blocks/cover/_editor.scss","../sass/05-blocks/columns/_editor.scss","../sass/05-blocks/file/_editor.scss","../sass/05-blocks/gallery/_editor.scss","../sass/05-blocks/group/_editor.scss","../sass/05-blocks/heading/_editor.scss","../sass/05-blocks/html/_editor.scss","../sass/05-blocks/image/_editor.scss","../sass/05-blocks/latest-comments/_editor.scss","../sass/05-blocks/latest-posts/_editor.scss","../sass/05-blocks/legacy/_editor.scss","../sass/05-blocks/list/_editor.scss","../sass/05-blocks/media-text/_editor.scss","../sass/05-blocks/navigation/_editor.scss","../sass/05-blocks/paragraph/_editor.scss","../sass/05-blocks/preformatted/_editor.scss","../sass/05-blocks/pullquote/_editor.scss","../sass/05-blocks/query-loop/_editor.scss","../sass/05-blocks/quote/_editor.scss","../sass/05-blocks/rss/_editor.scss","../sass/05-blocks/search/_editor.scss","../sass/05-blocks/separator/_editor.scss","../sass/05-blocks/social-icons/_editor.scss","../sass/05-blocks/table/_editor.scss","../sass/05-blocks/tag-clould/_editor.scss","../sass/05-blocks/verse/_editor.scss","../sass/05-blocks/utilities/_font-sizes.scss","../sass/05-blocks/utilities/_editor.scss","../sass/06-components/editor.scss","../sass/07-utilities/color-palette.scss"],"names":[],"mappings":"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AhBg2BD;;AgBp3BA;EAkBC,WAAA;EACA,gIAAA;EACA,mBAAA;AhBg2BD;;AgBp3BA;EAkBC,WAAA;EACA,gIAAA;EACA,mBAAA;AhBg2BD;;AgBp3BA;EAkBC,WAAA;EACA,gIAAA;EACA,mBAAA;AhBg2BD;;AgBp3BA;EAkBC,WAAA;EACA,gIAAA;EACA,mBAAA;AhBg2BD;;AgBp3BA;EAkBC,WAAA;EACA,gIAAA;EACA,mBAAA;AhBg2BD;AgB91BC;EACC,gBAAA;AhBi3BF;AgBl3BC;EACC,gBAAA;AhBi3BF;AgBl3BC;EACC,gBAAA;AhBi3BF;AgBl3BC;EACC,gBAAA;AhBi3BF;AgBl3BC;EACC,gBAAA;AhBi3BF;AgBl3BC;EACC,gBAAA;AhBi3BF;AgBl3BC;EACC,gBAAA;AhBi3BF;AgBl3BC;EACC,gBAAA;AhBi3BF;AgBl3BC;EACC,gBAAA;AhBi3BF;AgBl3BC;EACC,gBAAA;AhBi3BF;AgBl3BC;EACC,gBAAA;AhBi3BF;AgBl3BC;EACC,gBAAA;AhBi3BF;AgBl3BC;EACC,gBAAA;AhBi3BF;AgBl3BC;EACC,gBAAA;AhBi3BF;AgBl3BC;EACC,gBAAA;AhBi3BF;AgBl3BC;EACC,gBAAA;AhBi3BF;AgBl3BC;EACC,gBAAA;AhBi3BF;AgBl3BC;EACC,gBAAA;AhBi3BF;AgB92BC;EACC,gBAAA;AhBi4BF;AgBl4BC;EACC,gBAAA;AhBi4BF;AgBl4BC;EACC,gBAAA;AhBi4BF;AgBl4BC;EACC,gBAAA;AhBi4BF;AgBl4BC;EACC,gBAAA;AhBi4BF;AgBl4BC;EACC,gBAAA;AhBi4BF;AgBl4BC;EACC,gBAAA;AhBi4BF;AgBl4BC;EACC,gBAAA;AhBi4BF;AgBl4BC;EACC,gBAAA;AhBi4BF;AgBl4BC;EACC,gBAAA;AhBi4BF;AgBl4BC;EACC,gBAAA;AhBi4BF;AgBl4BC;EACC,gBAAA;AhBi4BF;AgBl4BC;EACC,gBAAA;AhBi4BF;AgBl4BC;EACC,gBAAA;AhBi4BF;AgBl4BC;EACC,gBAAA;AhBi4BF;AgBl4BC;EACC,gBAAA;AhBi4BF;AgBl4BC;EACC,gBAAA;AhBi4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wC37DC;EAEC,cAAA;AxC67DF;;AwCx7DA;EAMC,WAAA;AxCs7DD;AwC17DC;EAEC,WAAA;AxC47DF;;AwCp7DC;;;;;;;;EAQC,mBAAA;AxCu7DF;;AwCn7DA;EAMC,sBAAA;AxCi7DD;AwCr7DC;EAEC,sBAAA;AxCu7DF;;AwCl7DA;EAMC,yBAAA;AxCg7DD;AwCp7DC;EAEC,yBAAA;AxCs7DF;;AwCj7DA;EAMC,yBAAA;AxC+6DD;AwCn7DC;EAEC,yBAAA;AxCq7DF;;AwCh7DA;EAMC,yBAAA;AxC86DD;AwCl7DC;EAEC,yBAAA;AxCo7DF;;AwC/6DA;EAMC,yBAAA;AxC66DD;AwCj7DC;EAEC,yBAAA;AxCm7DF;;AwC96DA;EAMC,yBAAA;AxC46DD;AwCh7DC;EAEC,yBAAA;AxCk7DF;;AwC76DA;EAMC,yBAAA;AxC26DD;AwC/6DC;EAEC,yBAAA;AxCi7DF;;AwC56DA;EAMC,yBAAA;AxC06DD;AwC96DC;EAEC,yBAAA;AxCg7DF;;AwC36DA;EAMC,yBAAA;AxCy6DD;AwC76DC;EAEC,yBAAA;AxC+6DF;;AwC16DA;EAMC,yBAAA;AxCw6DD;AwC56DC;EAEC,yBAAA;AxC86DF;;AwCz6DA;EAMC,sBAAA;AxCu6DD;AwC36DC;EAEC,sBAAA;AxC66DF;;AwCt6DC;EAGG,WAAA;AxCu6DJ;;AwC16DC;EAGG,WAAA;AxCu6DJ;;AwC16DC;EAGG,WAAA;AxCu6DJ;AwCp6DE;EAMC;AxCk6DH;AwCx6DE;EAMC;AxCk6DH;AwCx6DE;EAMC;AxCk6DH;AwC95DC;EAOG,cAAA;AxC65DJ;AwCp6DC;EAOG,cAAA;AxC65DJ;AwCp6DC;EAOG,cAAA;AxC65DJ;AwCp6DC;EAOG,cAAA;AxC65DJ;AwCp6DC;EAOG,cAAA;AxC65DJ;AwCp6DC;EAOG,cAAA;AxC65DJ;AwCp6DC;EAOG,cAAA;AxC65DJ;AwC15DE;EAMC;AxCw5DH;AwC95DE;EAMC;AxCw5DH;AwC95DE;EAMC;AxCw5DH;AwC95DE;EAMC;AxCw5DH;AwC95DE;EAMC;AxCw5DH;AwC95DE;EAMC;AxCw5DH;AwC95DE;EAMC;AxCw5DH;;AwCl5DA;EACC,qDAAA;AxCw5DD;;AwCr5DA;EACC,qDAAA;AxCw5DD;;AwCr5DA;EACC,qDAAA;AxCw5DD;;AwCr5DA;EACC,qDAAA;AxCw5DD;;AwCr5DA;EACC,qDAAA;AxCw5DD;;AwCr5DA;EACC,qDAAA;AxCw5DD;;AwCr5DA;EACC,qDAAA;AxCw5DD;;AwCr5DA;EACC,qDAAA;AxCw5DD","file":"ie-editor.css"} -
trunk/src/wp-content/themes/twentytwentyone/assets/css/ie.css
r54745 r55088 1 1 @charset "UTF-8"; 2 3 2 /* 4 3 Theme Name: Twenty Twenty-One … … 8 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. 9 8 Requires at least: 5.3 10 Tested up to: 6.09 Tested up to: 5.8 11 10 Requires PHP: 5.6 12 Version: 1. 711 Version: 1.4 13 12 License: GNU General Public License v2 or later 14 13 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 19 18 Twenty Twenty-One is distributed under the terms of the GNU GPL. 20 19 */ 21 22 20 /** 23 21 * SETTINGS … … 67 65 * Search...............Specific styles for the search block. 68 66 * Separator............Specific styles for the separator block. 67 * Spacer...............Specific styles for the spacer block. 69 68 * Table................Specific styles for the table block. 70 69 * Verse................Specific styles for the verse block. … … 94 93 * Measure..............The width of a line of text, in characters. 95 94 */ 96 97 95 /* Categories 01 to 03 are the basics. */ 98 99 96 /* Variables */ 100 97 :root { 101 102 /* Font Family */ 103 104 /* Font Size */ 105 106 /* Line Height */ 107 108 /* Headings */ 109 110 /* Block: Latest posts */ 111 112 /* Colors */ 113 114 /* Body text color, site title, footer text color. */ 115 116 /* Headings */ 117 118 /* Mint, default body background */ 119 120 /* Used for borders (separators) */ 121 122 /* Spacing */ 123 124 /* Elevation */ 125 126 /* Forms */ 127 128 /* Cover block */ 129 130 /* Buttons */ 131 132 /* entry */ 133 134 /* Header */ 135 136 /* Main navigation */ 137 138 /* Pagination */ 139 140 /* Footer */ 141 142 /* Block: Pull quote */ 143 144 /* Block: Table */ 145 146 /* Widgets */ 147 148 /* Admin-bar height */ 149 } 150 98 /* Font Family */ 99 /* Font Size */ 100 /* Line Height */ 101 /* Headings */ 102 /* Block: Latest posts */ 103 /* Colors */ 104 /* Body text color, site title, footer text color. */ 105 /* Headings */ 106 /* Mint, default body background */ 107 /* Used for borders (separators) */ 108 /* Spacing */ 109 /* Elevation */ 110 /* Forms */ 111 /* Cover block */ 112 /* Buttons */ 113 /* entry */ 114 /* Header */ 115 /* Main navigation */ 116 /* Pagination */ 117 /* Footer */ 118 /* Block: Pull quote */ 119 /* Block: Table */ 120 /* Widgets */ 121 /* Admin-bar height */ 122 } 151 123 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ 152 153 124 /* Document 154 125 ========================================================================== */ 155 156 126 /** 157 127 * 1. Correct the line height in all browsers. … … 159 129 */ 160 130 html { 161 line-height: 1.15; /* 1 */ 162 -webkit-text-size-adjust: 100%; /* 2 */ 131 line-height: 1.15; 132 /* 1 */ 133 -webkit-text-size-adjust: 100%; 134 /* 2 */ 163 135 } 164 136 165 137 /* Sections 166 138 ========================================================================== */ 167 168 139 /** 169 140 * Remove the margin in all browsers. 170 141 */ 171 142 body { 172 143 margin: 0; 173 144 } 174 145 … … 177 148 */ 178 149 main { 179 150 display: block; 180 151 } 181 152 … … 185 156 */ 186 157 h1 { 187 188 158 font-size: 2em; 159 margin: 0.67em 0; 189 160 } 190 161 191 162 /* Grouping content 192 163 ========================================================================== */ 193 194 164 /** 195 165 * 1. Add the correct box sizing in Firefox. … … 197 167 */ 198 168 hr { 199 box-sizing: content-box; /* 1 */ 200 height: 0; /* 1 */ 201 overflow: visible; /* 2 */ 169 box-sizing: content-box; 170 /* 1 */ 171 height: 0; 172 /* 1 */ 173 overflow: visible; 174 /* 2 */ 202 175 } 203 176 … … 207 180 */ 208 181 pre { 209 font-family: monospace; /* 1 */ 210 font-size: 1em; /* 2 */ 182 font-family: monospace; 183 /* 1 */ 184 font-size: 1em; 185 /* 2 */ 211 186 } 212 187 213 188 /* Text-level semantics 214 189 ========================================================================== */ 215 216 190 /** 217 191 * Remove the gray background on active links in IE 10. 218 192 */ 219 193 a { 220 221 194 background-color: transparent; 195 text-decoration-thickness: 1px; 222 196 } 223 197 … … 227 201 */ 228 202 abbr[title] { 229 border-bottom: none; /* 1 */ 230 text-decoration: underline; /* 2 */ 231 text-decoration-style: dotted; /* 2 */ 203 border-bottom: none; 204 /* 1 */ 205 text-decoration: underline; 206 /* 2 */ 207 text-decoration-style: dotted; 208 /* 2 */ 232 209 } 233 210 … … 237 214 b, 238 215 strong { 239 216 font-weight: bolder; 240 217 } 241 218 … … 247 224 kbd, 248 225 samp { 249 font-family: monospace; /* 1 */ 250 font-size: 1em; /* 2 */ 226 font-family: monospace; 227 /* 1 */ 228 font-size: 1em; 229 /* 2 */ 251 230 } 252 231 … … 255 234 */ 256 235 small { 257 236 font-size: 80%; 258 237 } 259 238 … … 264 243 sub, 265 244 sup { 266 267 268 269 245 font-size: 75%; 246 line-height: 0; 247 position: relative; 248 vertical-align: baseline; 270 249 } 271 250 272 251 sub { 273 252 bottom: -0.25em; 274 253 } 275 254 276 255 sup { 277 256 top: -0.5em; 278 257 } 279 258 280 259 /* Embedded content 281 260 ========================================================================== */ 282 283 261 /** 284 262 * Remove the border on images inside links in IE 10. 285 263 */ 286 264 img { 287 265 border-style: none; 288 266 } 289 267 290 268 /* Forms 291 269 ========================================================================== */ 292 293 270 /** 294 271 * 1. Change the font styles in all browsers. … … 300 277 select, 301 278 textarea { 302 font-family: inherit; /* 1 */ 303 font-size: 100%; /* 1 */ 304 line-height: 1.15; /* 1 */ 305 margin: 0; /* 2 */ 279 font-family: inherit; 280 /* 1 */ 281 font-size: 100%; 282 /* 1 */ 283 line-height: 1.15; 284 /* 1 */ 285 margin: 0; 286 /* 2 */ 306 287 } 307 288 … … 311 292 */ 312 293 button, 313 input { /* 1 */ 314 overflow: visible; 294 input { 295 /* 1 */ 296 overflow: visible; 315 297 } 316 298 … … 320 302 */ 321 303 button, 322 select { /* 1 */ 323 text-transform: none; 304 select { 305 /* 1 */ 306 text-transform: none; 324 307 } 325 308 … … 331 314 [type=reset], 332 315 [type=submit] { 333 316 -webkit-appearance: button; 334 317 } 335 318 … … 341 324 [type=reset]::-moz-focus-inner, 342 325 [type=submit]::-moz-focus-inner { 343 344 326 border-style: none; 327 padding: 0; 345 328 } 346 329 … … 352 335 [type=reset]:-moz-focusring, 353 336 [type=submit]:-moz-focusring { 354 337 outline: 1px dotted ButtonText; 355 338 } 356 339 … … 359 342 */ 360 343 fieldset { 361 344 padding: 0.35em 0.75em 0.625em; 362 345 } 363 346 … … 369 352 */ 370 353 legend { 371 box-sizing: border-box; /* 1 */ 372 color: inherit; /* 2 */ 373 display: table; /* 1 */ 374 max-width: 100%; /* 1 */ 375 padding: 0; /* 3 */ 376 white-space: normal; /* 1 */ 354 box-sizing: border-box; 355 /* 1 */ 356 color: inherit; 357 /* 2 */ 358 display: table; 359 /* 1 */ 360 max-width: 100%; 361 /* 1 */ 362 padding: 0; 363 /* 3 */ 364 white-space: normal; 365 /* 1 */ 377 366 } 378 367 … … 381 370 */ 382 371 progress { 383 372 vertical-align: baseline; 384 373 } 385 374 … … 388 377 */ 389 378 textarea { 390 379 overflow: auto; 391 380 } 392 381 … … 397 386 [type=checkbox], 398 387 [type=radio] { 399 box-sizing: border-box; /* 1 */ 400 padding: 0; /* 2 */ 388 box-sizing: border-box; 389 /* 1 */ 390 padding: 0; 391 /* 2 */ 401 392 } 402 393 … … 406 397 [type=number]::-webkit-inner-spin-button, 407 398 [type=number]::-webkit-outer-spin-button { 408 399 height: auto; 409 400 } 410 401 … … 414 405 */ 415 406 [type=search] { 416 -webkit-appearance: textfield; /* 1 */ 417 outline-offset: -2px; /* 2 */ 407 -webkit-appearance: textfield; 408 /* 1 */ 409 outline-offset: -2px; 410 /* 2 */ 418 411 } 419 412 … … 422 415 */ 423 416 [type=search]::-webkit-search-decoration { 424 417 -webkit-appearance: none; 425 418 } 426 419 … … 430 423 */ 431 424 ::-webkit-file-upload-button { 432 -webkit-appearance: button; /* 1 */ 433 font: inherit; /* 2 */ 425 -webkit-appearance: button; 426 /* 1 */ 427 font: inherit; 428 /* 2 */ 434 429 } 435 430 436 431 /* Interactive 437 432 ========================================================================== */ 438 439 433 /* 440 434 * Add the correct display in Edge, IE 10+, and Firefox. 441 435 */ 442 436 details { 443 437 display: block; 444 438 } 445 439 … … 448 442 */ 449 443 summary { 450 444 display: list-item; 451 445 } 452 446 453 447 /* Misc 454 448 ========================================================================== */ 455 456 449 /** 457 450 * Add the correct display in IE 10+. 458 451 */ 459 452 template { 460 453 display: none; 461 454 } 462 455 … … 465 458 */ 466 459 [hidden] { 467 460 display: none; 468 461 } 469 462 … … 471 464 * Responsive Styles 472 465 */ 473 474 466 /** 475 467 * Required Variables 476 468 */ 477 478 469 /** 479 470 * Root Media Query Variables 480 471 */ 481 482 472 /** 483 473 * Extends 484 474 */ 485 475 .post-thumbnail { 486 max-width: calc(100vw - 30px); 487 } 476 max-width: calc(100vw - 30px); 477 } 478 @media only screen and (min-width: 482px){ 479 .post-thumbnail{ 480 max-width: min(calc(100vw - 100px), 610px); 481 } 482 } 483 @media only screen and (min-width: 822px){ 484 .post-thumbnail{ 485 max-width: min(calc(100vw - 200px), 610px); 486 } 487 } 488 .entry-content .wp-audio-shortcode { 489 max-width: calc(100vw - 30px); 490 margin-left: auto; 491 margin-right: auto; 492 } 493 @media only screen and (min-width: 482px){ 494 .entry-content .wp-audio-shortcode{ 495 max-width: min(calc(100vw - 100px), 610px); 496 } 497 } 498 @media only screen and (min-width: 822px){ 499 .entry-content .wp-audio-shortcode{ 500 max-width: min(calc(100vw - 200px), 610px); 501 } 502 } 503 .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) { 504 max-width: calc(100vw - 30px); 505 margin-left: auto; 506 margin-right: auto; 507 } 508 @media only screen and (min-width: 482px){ 509 .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce){ 510 max-width: min(calc(100vw - 100px), 610px); 511 } 512 } 513 @media only screen and (min-width: 822px){ 514 .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce){ 515 max-width: min(calc(100vw - 200px), 610px); 516 } 517 } 518 *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) { 519 max-width: calc(100vw - 30px); 520 margin-left: auto; 521 margin-right: auto; 522 } 523 @media only screen and (min-width: 482px){ 524 *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce){ 525 max-width: min(calc(100vw - 100px), 610px); 526 } 527 } 528 @media only screen and (min-width: 822px){ 529 *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce){ 530 max-width: min(calc(100vw - 200px), 610px); 531 } 532 } 533 .default-max-width { 534 max-width: calc(100vw - 30px); 535 margin-left: auto; 536 margin-right: auto; 537 } 538 @media only screen and (min-width: 482px){ 539 .default-max-width{ 540 max-width: min(calc(100vw - 100px), 610px); 541 } 542 } 543 @media only screen and (min-width: 822px){ 544 .default-max-width{ 545 max-width: min(calc(100vw - 200px), 610px); 546 } 547 } 548 549 .widget-area { 550 max-width: calc(100vw - 30px); 551 } 552 553 @media only screen and (min-width: 482px){ 554 .widget-area{ 555 max-width: calc(100vw - 100px); 556 } 557 } 558 559 @media only screen and (min-width: 822px){ 560 .widget-area{ 561 max-width: min(calc(100vw - 200px), 1240px); 562 } 563 } 564 565 .pagination { 566 max-width: calc(100vw - 30px); 567 margin-left: auto; 568 margin-right: auto; 569 } 570 571 @media only screen and (min-width: 482px){ 572 .pagination{ 573 max-width: calc(100vw - 100px); 574 } 575 } 576 577 @media only screen and (min-width: 822px){ 578 .pagination{ 579 max-width: min(calc(100vw - 200px), 1240px); 580 } 581 } 582 583 .comments-pagination { 584 max-width: calc(100vw - 30px); 585 margin-left: auto; 586 margin-right: auto; 587 } 588 589 @media only screen and (min-width: 482px){ 590 .comments-pagination{ 591 max-width: calc(100vw - 100px); 592 } 593 } 594 595 @media only screen and (min-width: 822px){ 596 .comments-pagination{ 597 max-width: min(calc(100vw - 200px), 1240px); 598 } 599 } 600 601 .post-navigation { 602 max-width: calc(100vw - 30px); 603 margin-left: auto; 604 margin-right: auto; 605 } 606 607 @media only screen and (min-width: 482px){ 608 .post-navigation{ 609 max-width: calc(100vw - 100px); 610 } 611 } 612 613 @media only screen and (min-width: 822px){ 614 .post-navigation{ 615 max-width: min(calc(100vw - 200px), 1240px); 616 } 617 } 618 619 .site-footer { 620 max-width: calc(100vw - 30px); 621 } 622 623 @media only screen and (min-width: 482px){ 624 .site-footer{ 625 max-width: calc(100vw - 100px); 626 } 627 } 628 629 @media only screen and (min-width: 822px){ 630 .site-footer{ 631 max-width: min(calc(100vw - 200px), 1240px); 632 } 633 } 634 635 .site-header { 636 max-width: calc(100vw - 30px); 637 } 638 639 @media only screen and (min-width: 482px){ 640 .site-header{ 641 max-width: calc(100vw - 100px); 642 } 643 } 644 645 @media only screen and (min-width: 822px){ 646 .site-header{ 647 max-width: min(calc(100vw - 200px), 1240px); 648 } 649 }