Wordpress/src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css

2766 lines
56 KiB
CSS

@charset "UTF-8";
/**
* These styles should be loaded by the Block Editor only
*/
/* Variables */
:root {
/* Font Family */
/* Font Size */
/* Line Height */
/* Headings */
/* Block: Latest posts */
/* Colors */
/* white 50% opacity used in form fields.*/
/* Body text color, site title, footer text color. */
/* Headings */
/* Mint, default body background */
/* Used for borders (separators) */
/* Spacing */
/* Elevation */
/* Forms */
/* Cover block */
/* Buttons */
/* entry */
/* Header */
/* Main navigation */
/* Pagination */
/* Footer */
/* Block: Pull quote */
/* Block: Table */
/* Widgets */
}
/* OS dark theme preference */
@media (prefers-color-scheme: dark) {
html.has-default-light-palette-background body {
background-color: #28303d;
}
@media (prefers-color-scheme: dark){
html.has-default-light-palette-background body{
background-color: #28303d;
}
}
}
/* Button extends */
.wp-block-button__link {
line-height: 1.5;
color: #d1e4dd;
cursor: pointer;
font-weight: 500;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.25rem;
background-color: #39414d;
border-radius: 0;
border: 3px solid #39414d;
text-decoration: none;
padding: 15px 30px;
}
.wp-block-file .wp-block-file__button {
line-height: 1.5;
color: #d1e4dd;
cursor: pointer;
font-weight: 500;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.25rem;
background-color: #39414d;
border-radius: 0;
border: 3px solid #39414d;
text-decoration: none;
padding: 15px 30px;
}
.wp-block-search .wp-block-search__button {
line-height: 1.5;
color: #d1e4dd;
cursor: pointer;
font-weight: 500;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.25rem;
background-color: #39414d;
border-radius: 0;
border: 3px solid #39414d;
text-decoration: none;
padding: 15px 30px;
}
.wp-block-button__link:before, .wp-block-file .wp-block-file__button:before, .wp-block-search .wp-block-search__button:before, .wp-block-button__link:after, .wp-block-file .wp-block-file__button:after, .wp-block-search .wp-block-search__button:after {
content: "";
display: block;
height: 0;
width: 0;
}
.wp-block-button__link:before {
margin-bottom: -calc(1em - 0);
}
.wp-block-file .wp-block-file__button:before {
margin-bottom: -calc(1em - 0);
}
.wp-block-search .wp-block-search__button:before {
margin-bottom: -calc(1em - 0);
}
.wp-block-button__link:after {
margin-top: -calc(1em - 0);
}
.wp-block-file .wp-block-file__button:after {
margin-top: -calc(1em - 0);
}
.wp-block-search .wp-block-search__button:after {
margin-top: -calc(1em - 0);
}
.wp-block-button__link:active {
color: #39414d;
background-color: #d1e4dd;
}
.wp-block-file .wp-block-file__button:active {
color: #39414d;
background-color: #d1e4dd;
}
.wp-block-search .wp-block-search__button:active {
color: #39414d;
background-color: #d1e4dd;
}
.wp-block-button__link:hover {
color: #39414d;
background: transparent;
}
.wp-block-file .wp-block-file__button:hover {
color: #39414d;
background: transparent;
}
.wp-block-search .wp-block-search__button:hover {
color: #39414d;
background: transparent;
}
.wp-block-button__link:focus, .wp-block-file .wp-block-file__button:focus, .wp-block-search .wp-block-search__button:focus, .has-focus.wp-block-button__link, .wp-block-file .has-focus.wp-block-file__button, .wp-block-search .has-focus.wp-block-search__button {
outline-offset: -4px;
outline: 2px dotted currentColor;
}
.wp-block-button__link:disabled {
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.5);
color: #39414d;
}
.wp-block-file .wp-block-file__button:disabled {
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.5);
color: #39414d;
}
.wp-block-search .wp-block-search__button:disabled {
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.5);
color: #39414d;
}
/**
* Repsonsive Styles
*/
/**
* Required Variables
*/
/**
* Root Media Query Variables
*/
/**
* Extends
*/
.default-max-width {
max-width: calc(100vw - 30px);
margin-left: auto;
margin-right: auto;
}
@media only screen and (min-width: 482px){
.default-max-width{
max-width: min(calc(100vw - 100px), 610px);
}
}
@media only screen and (min-width: 822px){
.default-max-width{
max-width: min(calc(100vw - 200px), 610px);
}
}
.wide-max-width {
max-width: calc(100vw - 30px);
margin-left: auto;
margin-right: auto;
}
@media only screen and (min-width: 482px){
.wide-max-width{
max-width: calc(100vw - 100px);
}
}
@media only screen and (min-width: 822px){
.wide-max-width{
max-width: min(calc(100vw - 200px), 1240px);
}
}
@media only screen and (min-width: 482px) {
.full-max-width {
max-width: 100%;
width: auto;
margin-left: auto;
margin-right: auto;
}
}
blockquote {
margin: 0;
padding: 0;
}
blockquote p {
font-size: 1.5rem;
letter-spacing: normal;
line-height: 1.3;
}
blockquote cite {
color: #28303d;
font-size: 1rem;
letter-spacing: normal;
}
blockquote footer {
color: #28303d;
font-size: 1rem;
letter-spacing: normal;
}
blockquote > * {
margin-top: 20px;
margin-bottom: 20px;
}
blockquote > *:first-child {
margin-top: 0;
}
blockquote > *:last-child {
margin-bottom: 0;
}
blockquote.alignleft, blockquote.alignright {
padding-left: inherit;
}
blockquote.alignleft p {
font-size: 1.125rem;
max-width: inherit;
width: inherit;
}
blockquote.alignright p {
font-size: 1.125rem;
max-width: inherit;
width: inherit;
}
blockquote.alignleft cite {
font-size: 1rem;
letter-spacing: normal;
}
blockquote.alignleft footer {
font-size: 1rem;
letter-spacing: normal;
}
blockquote.alignright cite {
font-size: 1rem;
letter-spacing: normal;
}
blockquote.alignright footer {
font-size: 1rem;
letter-spacing: normal;
}
img {
display: block;
height: auto;
max-width: 100%;
}
/* Classic editor images */
.entry-content img {
max-width: 100%;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
max-width: 100%;
}
/* Media captions */
figcaption {
color: currentColor;
font-size: 1rem;
line-height: 1.7;
margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}
.wp-caption {
color: currentColor;
font-size: 1rem;
line-height: 1.7;
margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}
.wp-caption-text {
color: currentColor;
font-size: 1rem;
line-height: 1.7;
margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}
.alignleft figcaption,
.alignright figcaption, .alignleft
.wp-caption,
.alignright
.wp-caption, .alignleft
.wp-caption-text,
.alignright
.wp-caption-text {
margin-bottom: 0;
}
/* WP Smiley */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
select {
border: 3px solid #39414d;
border-radius: 0;
color: #28303d;
font-size: 1.125rem;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
padding: 10px 30px 10px 10px;
/* stylelint-disable */
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;
/* stylelint-enable */
background-position: right 10px top 60%;
}
/*
* text-underline-offset doesn't work in Chrome at all 👎
* But looks nice in Safari/Firefox, so let's keep it and
* maybe Chrome will support it soon.
*/
a {
cursor: pointer;
color: #28303d;
text-underline-offset: 3px;
text-decoration-skip-ink: all;
}
a:hover {
text-decoration-style: dotted;
text-decoration-skip-ink: none;
}
.site a:focus {
outline: 2px solid #28303d;
text-decoration: none;
}
.site a:focus.skip-link {
/* Only visible in Windows High Contrast mode */
outline: 2px solid transparent;
outline-offset: -2px;
}
.has-background:not(.has-background-background-color) .has-link-color a {
color: #28303d;
}
.has-background:not(.has-background-background-color).has-link-color a {
color: #28303d;
}
.wp-block-button__link.is-style-outline {
color: #39414d;
background: transparent;
border: 3px solid currentColor;
}
.is-style-outline .wp-block-button__link {
color: #39414d;
background: transparent;
border: 3px solid currentColor;
}
.wp-block-button__link.is-style-outline:visited {
color: #39414d;
}
.is-style-outline .wp-block-button__link:visited {
color: #39414d;
}
.wp-block-button__link.is-style-outline:active {
background-color: #39414d;
color: #d1e4dd;
border: 3px solid #39414d;
}
.wp-block-button__link.is-style-outline:hover {
background-color: #39414d;
color: #d1e4dd;
border: 3px solid #39414d;
}
.is-style-outline .wp-block-button__link:active {
background-color: #39414d;
color: #d1e4dd;
border: 3px solid #39414d;
}
.is-style-outline .wp-block-button__link:hover {
background-color: #39414d;
color: #d1e4dd;
border: 3px solid #39414d;
}
.wp-block-button__link.is-style-outline:focus, .wp-block-button__link.is-style-outline.has-focus,
.is-style-outline .wp-block-button__link:focus,
.is-style-outline .wp-block-button__link.has-focus {
outline-offset: -7px;
background: transparent;
}
.wp-block-button__link.is-style-squared,
.is-style-squared .wp-block-button__link {
border-radius: 0;
}
.is-selected.is-style-outline .wp-block-button__link:hover {
background-color: transparent;
color: #39414d;
}
.is-style-outline .wp-block-button__link[style*="radius"],
.wp-block-button__link[style*="radius"] {
outline-offset: 2px;
}
.wp-block-code code {
font-size: 1rem;
}
.wp-block-code {
border-color: #28303d;
border-radius: 0;
border-style: solid;
border-width: 0.1rem;
padding: 20px;
}
.wp-block-cover {
background-color: #000;
min-height: 450px;
margin-top: inherit;
margin-bottom: inherit;
}
.wp-block-cover-image {
background-color: #000;
min-height: 450px;
margin-top: inherit;
margin-bottom: inherit;
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover .block-editor-block-list__block,
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image .block-editor-block-list__block {
color: currentColor;
}
.wp-block-cover .wp-block-cover__inner-container a,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .block-editor-block-list__block a,
.wp-block-cover-image .wp-block-cover__inner-container a,
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .block-editor-block-list__block a {
color: currentColor;
}
.wp-block-cover .wp-block-cover__inner-container .has-link-color a {
color: #28303d;
}
.wp-block-cover .wp-block-cover-image-text .has-link-color a {
color: #28303d;
}
.wp-block-cover .wp-block-cover-text .has-link-color a {
color: #28303d;
}
.wp-block-cover .block-editor-block-list__block .has-link-color a {
color: #28303d;
}
.wp-block-cover-image .wp-block-cover__inner-container .has-link-color a {
color: #28303d;
}
.wp-block-cover-image .wp-block-cover-image-text .has-link-color a {
color: #28303d;
}
.wp-block-cover-image .wp-block-cover-text .has-link-color a {
color: #28303d;
}
.wp-block-cover-image .block-editor-block-list__block .has-link-color a {
color: #28303d;
}
.wp-block-cover:not([class*="background-color"]) .wp-block-cover__inner-container {
color: #fff;
}
.wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text {
color: #fff;
}
.wp-block-cover:not([class*="background-color"]) .wp-block-cover-text {
color: #fff;
}
.wp-block-cover:not([class*="background-color"]) .block-editor-block-list__block {
color: #fff;
}
.wp-block-cover-image:not([class*="background-color"]) .wp-block-cover__inner-container {
color: #fff;
}
.wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-image-text {
color: #fff;
}
.wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text {
color: #fff;
}
.wp-block-cover-image:not([class*="background-color"]) .block-editor-block-list__block {
color: #fff;
}
.wp-block-cover h2 {
font-size: 2.25rem;
letter-spacing: normal;
line-height: 1.3;
padding: 0;
max-width: inherit;
text-align: inherit;
}
@media only screen and (min-width: 652px){
.wp-block-cover h2{
font-size: 3rem;
}
}
@media only screen and (min-width: 652px){
.wp-block-cover h2{
font-size: 3rem;
}
}
.wp-block-cover-image h2 {
font-size: 2.25rem;
letter-spacing: normal;
line-height: 1.3;
padding: 0;
max-width: inherit;
text-align: inherit;
}
@media only screen and (min-width: 652px){
.wp-block-cover-image h2{
font-size: 3rem;
}
}
@media only screen and (min-width: 652px){
.wp-block-cover-image h2{
font-size: 3rem;
}
}
.wp-block-cover h2.has-text-align-left,
.wp-block-cover-image h2.has-text-align-left {
text-align: left;
}
.wp-block-cover h2.has-text-align-center,
.wp-block-cover-image h2.has-text-align-center {
text-align: center;
}
.wp-block-cover h2.has-text-align-right,
.wp-block-cover-image h2.has-text-align-right {
text-align: right;
}
.wp-block-cover.is-style-twentytwentyone-border {
border: 3px solid #28303d;
}
.wp-block-cover-image.is-style-twentytwentyone-border {
border: 3px solid #28303d;
}
.wp-block-columns .wp-block,
.wp-block-columns .wp-block-column {
max-width: inherit;
}
@media only screen and (min-width: 652px) {
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) {
margin-left: -50px;
margin-top: 63px;
z-index: 2;
}
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > p:not(.has-background) {
background-color: #d1e4dd;
padding: 20px;
}
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h1:not(.has-background) {
background-color: #d1e4dd;
padding: 20px;
}
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h2:not(.has-background) {
background-color: #d1e4dd;
padding: 20px;
}
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h3:not(.has-background) {
background-color: #d1e4dd;
padding: 20px;
}
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h4:not(.has-background) {
background-color: #d1e4dd;
padding: 20px;
}
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h5:not(.has-background) {
background-color: #d1e4dd;
padding: 20px;
}
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h6:not(.has-background) {
background-color: #d1e4dd;
padding: 20px;
}
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background) {
background-color: #d1e4dd;
padding: 20px;
}
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background) {
background-color: #d1e4dd;
padding: 20px;
}
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > pre:not(.has-background) {
background-color: #d1e4dd;
padding: 20px;
}
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background) {
padding-left: 50px;
}
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background) {
padding-left: 50px;
}
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n).is-vertically-aligned-center {
margin-top: 0;
}
}
.wp-block[data-align="full"] p:not(.has-background) {
padding-left: 20px;
padding-right: 20px;
}
.wp-block[data-align="full"] h1:not(.has-background) {
padding-left: 20px;
padding-right: 20px;
}
.wp-block[data-align="full"] h2:not(.has-background) {
padding-left: 20px;
padding-right: 20px;
}
.wp-block[data-align="full"] h3:not(.has-background) {
padding-left: 20px;
padding-right: 20px;
}
.wp-block[data-align="full"] h4:not(.has-background) {
padding-left: 20px;
padding-right: 20px;
}
.wp-block[data-align="full"] h5:not(.has-background) {
padding-left: 20px;
padding-right: 20px;
}
.wp-block[data-align="full"] h6:not(.has-background) {
padding-left: 20px;
padding-right: 20px;
}
.wp-block-file .wp-block-file__textlink {
text-decoration: underline;
text-decoration-style: solid;
text-decoration-thickness: 1px;
}
.wp-block-file .wp-block-file__textlink:hover {
text-decoration: underline;
text-decoration-style: dotted;
}
.wp-block-file .wp-block-file__button {
display: inline-block;
}
.wp-block-gallery figcaption {
margin-bottom: 0;
}
.wp-block-group {
display: block;
clear: both;
display: flow-root;
}
.wp-block-group:before, .wp-block-group:after {
content: "";
display: block;
clear: both;
}
.wp-block-group.has-background {
padding: 30px;
}
.wp-block-group.is-style-twentytwentyone-border {
border: 3px solid #28303d;
padding: 30px;
}
.wp-block-group .wp-block-group__inner-container *:last-child {
margin-bottom: 0;
}
.wp-block-group .wp-block-group.has-background > .block-editor-block-list__layout > [data-align="full"] {
margin: 0;
width: 100%;
}
.wp-block-heading h1 {
clear: both;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
h1 {
clear: both;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
.h1 {
clear: both;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
.wp-block-heading h2 {
clear: both;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
h2 {
clear: both;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
.h2 {
clear: both;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
.wp-block-heading h3 {
clear: both;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
h3 {
clear: both;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
.h3 {
clear: both;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
.wp-block-heading h4 {
clear: both;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
h4 {
clear: both;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
.h4 {
clear: both;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
.wp-block-heading h5 {
clear: both;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
h5 {
clear: both;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
.h5 {
clear: both;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
.wp-block-heading h6 {
clear: both;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
h6 {
clear: both;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
.h6 {
clear: both;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
}
.wp-block-heading h1 strong {
font-weight: 600;
}
h1 strong {
font-weight: 600;
}
.h1 strong {
font-weight: 600;
}
.wp-block-heading h2 strong {
font-weight: 600;
}
h2 strong {
font-weight: 600;
}
.h2 strong {
font-weight: 600;
}
.wp-block-heading h3 strong {
font-weight: 600;
}
h3 strong {
font-weight: 600;
}
.h3 strong {
font-weight: 600;
}
.wp-block-heading h4 strong {
font-weight: 600;
}
h4 strong {
font-weight: 600;
}
.h4 strong {
font-weight: 600;
}
.wp-block-heading h5 strong {
font-weight: 600;
}
h5 strong {
font-weight: 600;
}
.h5 strong {
font-weight: 600;
}
.wp-block-heading h6 strong {
font-weight: 600;
}
h6 strong {
font-weight: 600;
}
.h6 strong {
font-weight: 600;
}
.wp-block-heading h1[style*="--wp--typography--line-height"] {
line-height: --global--line-height-body;
}
h1[style*="--wp--typography--line-height"] {
line-height: --global--line-height-body;
}
.h1[style*="--wp--typography--line-height"] {
line-height: --global--line-height-body;
}
.wp-block-heading h2[style*="--wp--typography--line-height"] {
line-height: --global--line-height-body;
}
h2[style*="--wp--typography--line-height"] {
line-height: --global--line-height-body;
}
.h2[style*="--wp--typography--line-height"] {
line-height: --global--line-height-body;
}
.wp-block-heading h3[style*="--wp--typography--line-height"] {
line-height: --global--line-height-body;
}
h3[style*="--wp--typography--line-height"] {
line-height: --global--line-height-body;
}
.h3[style*="--wp--typography--line-height"] {
line-height: --global--line-height-body;
}
.wp-block-heading h4[style*="--wp--typography--line-height"] {
line-height: --global--line-height-body;
}
h4[style*="--wp--typography--line-height"] {
line-height: --global--line-height-body;
}
.h4[style*="--wp--typography--line-height"] {
line-height: --global--line-height-body;
}
.wp-block-heading h5[style*="--wp--typography--line-height"] {
line-height: --global--line-height-body;
}
h5[style*="--wp--typography--line-height"] {
line-height: --global--line-height-body;
}
.h5[style*="--wp--typography--line-height"] {
line-height: --global--line-height-body;
}
.wp-block-heading h6[style*="--wp--typography--line-height"] {
line-height: --global--line-height-body;
}
h6[style*="--wp--typography--line-height"] {
line-height: --global--line-height-body;
}
.h6[style*="--wp--typography--line-height"] {
line-height: --global--line-height-body;
}
.wp-block-heading h1 {
font-size: 4rem;
letter-spacing: normal;
line-height: 1.1;
}
@media only screen and (min-width: 652px){
.wp-block-heading h1{
font-size: 6rem;
}
}
h1 {
font-size: 4rem;
letter-spacing: normal;
line-height: 1.1;
}
@media only screen and (min-width: 652px){
h1{
font-size: 6rem;
}
}
.h1 {
font-size: 4rem;
letter-spacing: normal;
line-height: 1.1;
}
@media only screen and (min-width: 652px){
.h1{
font-size: 6rem;
}
}
.wp-block-heading h2 {
font-size: 2.25rem;
letter-spacing: normal;
line-height: 1.3;
}
@media only screen and (min-width: 652px){
.wp-block-heading h2{
font-size: 3rem;
}
}
@media only screen and (min-width: 652px){
.wp-block-heading h2{
font-size: 3rem;
}
}
h2 {
font-size: 2.25rem;
letter-spacing: normal;
line-height: 1.3;
}
@media only screen and (min-width: 652px){
h2{
font-size: 3rem;
}
}
@media only screen and (min-width: 652px){
h2{
font-size: 3rem;
}
}
.h2 {
font-size: 2.25rem;
letter-spacing: normal;
line-height: 1.3;
}
@media only screen and (min-width: 652px){
.h2{
font-size: 3rem;
}
}
@media only screen and (min-width: 652px){
.h2{
font-size: 3rem;
}
}
.wp-block-heading h3 {
font-size: 2rem;
letter-spacing: normal;
line-height: 1.3;
}
@media only screen and (min-width: 652px){
.wp-block-heading h3{
font-size: 2rem;
}
}
h3 {
font-size: 2rem;
letter-spacing: normal;
line-height: 1.3;
}
@media only screen and (min-width: 652px){
h3{
font-size: 2rem;
}
}
.h3 {
font-size: 2rem;
letter-spacing: normal;
line-height: 1.3;
}
@media only screen and (min-width: 652px){
.h3{
font-size: 2rem;
}
}
.wp-block-heading h4 {
font-size: 1.5rem;
font-weight: 600;
letter-spacing: normal;
line-height: 1.3;
}
h4 {
font-size: 1.5rem;
font-weight: 600;
letter-spacing: normal;
line-height: 1.3;
}
.h4 {
font-size: 1.5rem;
font-weight: 600;
letter-spacing: normal;
line-height: 1.3;
}
.wp-block-heading h5 {
font-size: 1.125rem;
font-weight: 600;
letter-spacing: 0.05em;
line-height: 1.3;
}
h5 {
font-size: 1.125rem;
font-weight: 600;
letter-spacing: 0.05em;
line-height: 1.3;
}
.h5 {
font-size: 1.125rem;
font-weight: 600;
letter-spacing: 0.05em;
line-height: 1.3;
}
.wp-block-heading h6 {
font-size: 1rem;
font-weight: 600;
letter-spacing: 0.05em;
line-height: 1.3;
}
h6 {
font-size: 1rem;
font-weight: 600;
letter-spacing: 0.05em;
line-height: 1.3;
}
.h6 {
font-size: 1rem;
font-weight: 600;
letter-spacing: 0.05em;
line-height: 1.3;
}
/* Center image block by default in the editor */
.wp-block-image > div {
text-align: center;
}
[data-type="core/image"] .block-editor-block-list__block-edit figure.is-resized {
margin: 0 auto;
}
/* Block Styles */
.wp-block-image.is-style-twentytwentyone-border img {
border: 3px solid #28303d;
}
.wp-block-image.is-style-twentytwentyone-image-frame img {
border: 3px solid #28303d;
}
.wp-block-image.is-style-twentytwentyone-image-frame img {
padding: 20px;
}
.wp-block-latest-comments {
margin-left: 0;
}
.wp-block-latest-posts {
padding-left: 0;
}
.wp-block-latest-posts:not(.is-grid) > li {
margin-top: 50px;
margin-bottom: 50px;
}
.wp-block-latest-posts:not(.is-grid) > li:first-child {
margin-top: 0;
}
.wp-block-latest-posts:not(.is-grid) > li:last-child {
margin-bottom: 0;
}
.wp-block-latest-posts.is-grid > li {
margin-bottom: 30px;
}
.wp-block-latest-posts.is-grid > li:last-child {
margin-bottom: 0;
}
.wp-block-latest-posts > li > * {
margin-top: 10px;
margin-bottom: 10px;
}
.wp-block-latest-posts > li > *:first-child {
margin-top: 0;
}
.wp-block-latest-posts > li > *:last-child {
margin-bottom: 0;
}
.wp-block-latest-posts > li > a {
display: inline-block;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 2rem;
font-weight: normal;
line-height: 1.3;
margin-bottom: 10px;
}
@media only screen and (min-width: 652px){
.wp-block-latest-posts > li > a{
font-size: 2rem;
}
}
.wp-block-latest-posts .wp-block-latest-posts__post-author {
color: #28303d;
font-size: 1.25rem;
line-height: 1.7;
}
.wp-block-latest-posts .wp-block-latest-posts__post-date {
color: #28303d;
font-size: 1rem;
line-height: 1.7;
}
[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 {
color: currentColor;
}
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.125rem;
line-height: 1.7;
margin-top: 20px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-full-content {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.125rem;
line-height: 1.7;
margin-top: 20px;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers {
border-top: 3px solid #28303d;
border-bottom: 3px solid #28303d;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li {
padding-bottom: 30px;
border-bottom: 1px solid #28303d;
margin-top: 30px;
margin-bottom: 30px;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li {
padding-bottom: 30px;
border-bottom: 1px solid #28303d;
margin-top: 30px;
margin-bottom: 30px;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li:last-child,
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li:last-child {
padding-bottom: 0;
border-bottom: none;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid {
box-shadow: inset 0 -1px 0 0 #28303d;
border-bottom: 2px solid #28303d;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li {
margin: 0;
padding-top: 30px;
padding-right: 25px;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li:last-child {
padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-2 li {
width: 50%;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-3 li {
width: 33%;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-4 li {
width: 25%;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-5 li {
width: 20%;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-6 li {
width: 17%;
}
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li {
border: 3px solid #28303d;
padding: 30px 25px;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li:last-child {
padding-bottom: 30px;
margin-bottom: 30px;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders:not(.is-grid) li {
margin-top: 25px;
margin-bottom: 25px;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
ul {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
margin: 30px 0;
padding-left: 50px;
}
ol {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
margin: 30px 0;
padding-left: 50px;
}
ul.aligncenter,
ol.aligncenter {
list-style-position: inside;
padding: 0;
text-align: center;
}
ul.alignright,
ol.alignright {
list-style-position: inside;
padding: 0;
text-align: right;
}
li > ul,
li > ol {
margin: 0;
}
dt {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: bold;
}
.wp-block-media-text .block-editor-inner-blocks {
padding-right: 25px;
padding-left: 25px;
}
.wp-block-media-text.is-style-twentytwentyone-border {
border: 3px solid #28303d;
}
.wp-block-navigation .wp-block-navigation__container {
background: #d1e4dd;
padding: 0;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
padding: 13px;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__label {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.25rem;
font-weight: normal;
}
.wp-block-navigation .has-child .wp-block-navigation__container {
box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover {
color: #28303d;
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:focus {
color: #28303d;
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link__content {
color: currentColor;
}
p {
line-height: --global--line-height-body;
}
p.has-background {
padding: 20px;
}
.wp-block-pullquote {
padding: 40px 0;
margin-left: 0;
margin-right: 0;
text-align: center;
border-width: 3px;
border-bottom-style: solid;
border-top-style: solid;
color: currentColor;
border-color: currentColor;
position: relative;
}
.wp-block-pullquote blockquote::before {
color: currentColor;
content: "\201C";
display: block;
font-size: 3rem;
font-weight: 500;
line-height: 1;
}
.wp-block-pullquote p {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 2rem;
font-style: normal;
font-weight: 700;
letter-spacing: normal;
line-height: 1.3;
margin: 0;
}
@media only screen and (min-width: 652px){
.wp-block-pullquote p{
font-size: 2rem;
}
}
.wp-block-pullquote a {
color: currentColor;
}
.wp-block-pullquote .wp-block-pullquote__citation {
font-size: 1rem;
font-style: normal;
text-transform: none;
}
.wp-block-pullquote cite {
font-size: 1rem;
font-style: normal;
text-transform: none;
}
.wp-block-pullquote footer {
font-size: 1rem;
font-style: normal;
text-transform: none;
}
.wp-block-pullquote:not(.is-style-solid-color) {
background: none;
}
.wp-block-pullquote.is-style-solid-color {
padding: 50px;
border-width: 3px;
border-style: solid;
border-color: #28303d;
}
@media (min-width: 600px) {
.wp-block-pullquote.is-style-solid-color {
padding: 100px;
}
}
.wp-block-pullquote.is-style-solid-color blockquote::before {
text-align: left;
}
.wp-block-pullquote.is-style-solid-color.alignleft blockquote {
padding-left: 20px;
padding-right: 20px;
max-width: inherit;
}
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
padding-left: 20px;
padding-right: 20px;
max-width: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote {
margin: 0;
max-width: 100%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
font-size: 2rem;
}
@media only screen and (min-width: 652px){
.wp-block-pullquote.is-style-solid-color blockquote p{
font-size: 2rem;
}
}
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color cite,
.wp-block-pullquote.is-style-solid-color footer {
color: currentColor;
}
.wp-block[data-align="full"] .wp-block-pullquote:not(.is-style-solid-color) blockquote {
padding: 0 40px;
}
.wp-block-quote {
position: relative;
border-left: none;
margin: 30px auto 30px 25px;
}
.wp-block-quote p {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.25rem;
font-style: normal;
font-weight: 700;
line-height: 1.7;
}
.wp-block-quote strong {
font-weight: normal;
}
.wp-block-quote:before {
content: "\201C";
font-size: 1.25rem;
line-height: 1.7;
position: absolute;
left: -12px;
}
.wp-block-quote .wp-block-quote__citation {
color: #28303d;
font-size: 1rem;
font-style: normal;
}
.has-background:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation,
[class*="background-color"]:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation,
[style*="background-color"]:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation,
.wp-block-cover[style*="background-image"] .wp-block-quote .wp-block-quote__citation {
color: currentColor;
}
.wp-block-quote.has-text-align-right {
margin: 30px 25px 30px auto;
padding-right: 0;
border-right: none;
}
.wp-block-quote.has-text-align-right:before {
content: "\201D";
left: initial;
right: -12px;
}
.wp-block-quote.has-text-align-center {
margin: 30px auto;
}
.wp-block-quote.has-text-align-center:before {
display: none;
}
.wp-block-quote.is-large {
padding-left: 0;
/* Resetting margins to match _block-container.scss */
margin-top: 30px;
margin-bottom: 30px;
}
.wp-block-quote.is-style-large {
padding-left: 0;
/* Resetting margins to match _block-container.scss */
margin-top: 30px;
margin-bottom: 30px;
}
.wp-block-quote.is-large p {
font-size: 2.25rem;
font-style: normal;
line-height: 1.35;
}
@media only screen and (min-width: 652px){
.wp-block-quote.is-large p{
font-size: 2.5rem;
}
}
.wp-block-quote.is-style-large p {
font-size: 2.25rem;
font-style: normal;
line-height: 1.35;
}
@media only screen and (min-width: 652px){
.wp-block-quote.is-style-large p{
font-size: 2.5rem;
}
}
.wp-block-quote.is-large:before {
font-size: 2.25rem;
line-height: 1.35;
left: -25px;
}
@media only screen and (min-width: 652px){
.wp-block-quote.is-large:before{
font-size: 2.5rem;
}
}
.wp-block-quote.is-style-large:before {
font-size: 2.25rem;
line-height: 1.35;
left: -25px;
}
@media only screen and (min-width: 652px){
.wp-block-quote.is-style-large:before{
font-size: 2.5rem;
}
}
.wp-block-quote.is-large.has-text-align-right:before {
left: initial;
right: -25px;
}
.wp-block-quote.is-style-large.has-text-align-right:before {
left: initial;
right: -25px;
}
@media only screen and (max-width: 481px) {
.wp-block-quote.is-large {
padding-left: 25px;
}
.wp-block-quote.is-style-large {
padding-left: 25px;
}
.wp-block-quote.is-large:before, .wp-block-quote.is-style-large:before {
left: 0;
}
.wp-block-quote.is-large.has-text-align-right {
padding-left: 0;
padding-right: 25px;
}
.wp-block-quote.is-style-large.has-text-align-right {
padding-left: 0;
padding-right: 25px;
}
.wp-block-quote.is-large.has-text-align-right:before, .wp-block-quote.is-style-large.has-text-align-right:before {
right: 0;
}
}
@media only screen and (max-width: 481px) {
.wp-block-quote {
padding-left: 13px;
}
.wp-block-quote:before {
left: 0;
}
.wp-block-quote.has-text-align-right {
padding-left: 0;
padding-right: 13px;
}
.wp-block-quote.has-text-align-right:before {
right: 0;
}
.wp-block-quote.has-text-align-center {
padding-left: 0;
padding-right: 0;
}
}
@media only screen and (min-width: 482px) {
.wp-block-quote {
margin-left: auto;
}
.wp-block-quote.has-text-align-right {
margin-right: auto;
}
}
.wp-block-rss {
padding-left: 0;
}
.wp-block-rss > li {
list-style: none;
}
.wp-block-rss:not(.is-grid) > li {
margin-top: 50px;
margin-bottom: 50px;
}
.wp-block-rss:not(.is-grid) > li:first-child {
margin-top: 0;
}
.wp-block-rss:not(.is-grid) > li:last-child {
margin-bottom: 0;
}
.wp-block-rss.is-grid > li {
margin-bottom: 30px;
}
.wp-block-rss.is-grid > li:last-child {
margin-bottom: 0;
}
.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 {
margin-bottom: 0;
}
.wp-block-rss > li > * {
margin-top: 10px;
margin-bottom: 10px;
}
.wp-block-rss > li > *:first-child {
margin-top: 0;
}
.wp-block-rss > li > *:last-child {
margin-bottom: 0;
}
.wp-block-rss .wp-block-rss__item-title > a {
display: inline-block;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 2rem;
font-weight: normal;
line-height: 1.3;
margin-bottom: 10px;
}
@media only screen and (min-width: 652px){
.wp-block-rss .wp-block-rss__item-title > a{
font-size: 2rem;
}
}
.wp-block-rss .wp-block-rss__item-author {
color: #28303d;
font-size: 1.25rem;
line-height: 1.7;
}
.wp-block-rss .wp-block-rss__item-publish-date {
color: #28303d;
font-size: 1rem;
line-height: 1.7;
}
[class*="inner-container"] .wp-block-rss .wp-block-rss__item-publish-date,
.has-background .wp-block-rss .wp-block-rss__item-publish-date {
color: currentColor;
}
.wp-block-rss .wp-block-rss__item-excerpt {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.125rem;
line-height: 1.7;
margin-top: 20px;
}
.wp-block-rss .wp-block-rss__item-full-content {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.125rem;
line-height: 1.7;
margin-top: 20px;
}
.wp-block-rss.alignfull {
padding-left: 20px;
padding-right: 20px;
}
.entry-content [class*="inner-container"] .wp-block-rss.alignfull,
.entry-content .has-background .wp-block-rss.alignfull {
padding-left: 0;
padding-right: 0;
}
.wp-block-search {
max-width: calc(100vw - 30px);
}
@media only screen and (min-width: 482px){
.wp-block-search{
max-width: min(calc(100vw - 100px), 610px);
}
}
@media only screen and (min-width: 822px){
.wp-block-search{
max-width: min(calc(100vw - 200px), 610px);
}
}
.wp-block-search .wp-block-search__label {
font-size: 1.125rem;
font-weight: 500;
margin-bottom: 10px;
}
.wp-block-search .wp-block-search__input {
border: 3px solid #39414d;
border-radius: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.125rem;
line-height: 1.7;
max-width: inherit;
margin-right: -3px;
padding: 10px;
}
.wp-block-search .wp-block-search__input:focus {
border-color: #39414d;
}
.wp-block-search .wp-block-search__button {
box-shadow: none;
margin-left: 0;
background-color: transparent;
color: #39414d;
}
.wp-block-search .wp-block-search__button:hover {
background-color: #39414d;
color: #d1e4dd;
}
.wp-block-separator {
border-bottom: 1px solid #28303d;
clear: both;
opacity: 1;
}
hr {
border-bottom: 1px solid #28303d;
clear: both;
opacity: 1;
}
.wp-block-separator[style*="text-align:right"] {
border-right-color: #28303d;
}
.wp-block-separator[style*="text-align: right"] {
border-right-color: #28303d;
}
hr[style*="text-align:right"] {
border-right-color: #28303d;
}
hr[style*="text-align: right"] {
border-right-color: #28303d;
}
.wp-block-separator:not(.is-style-dots),
hr:not(.is-style-dots) {
max-width: inherit;
}
.wp-block-separator.is-style-twentytwentyone-separator-thick {
border-bottom-width: 3px;
}
hr.is-style-twentytwentyone-separator-thick {
border-bottom-width: 3px;
}
.wp-block-separator.is-style-dots,
hr.is-style-dots {
border-bottom: none;
}
.wp-block-separator.is-style-dots.has-background, .wp-block-separator.is-style-dots.has-text-color,
hr.is-style-dots.has-background,
hr.is-style-dots.has-text-color {
background-color: transparent !important;
}
.wp-block-separator.is-style-dots.has-background:before, .wp-block-separator.is-style-dots.has-text-color:before,
hr.is-style-dots.has-background:before,
hr.is-style-dots.has-text-color:before {
color: currentColor !important;
}
.wp-block-separator.is-style-dots:before {
color: #28303d;
}
hr.is-style-dots:before {
color: #28303d;
}
.has-background:not(.has-background-background-color) .wp-block-separator,
[class*="background-color"]:not(.has-background-background-color) .wp-block-separator,
[style*="background-color"]:not(.has-background-background-color) .wp-block-separator,
.wp-block-cover[style*="background-image"] .wp-block-separator, .has-background:not(.has-background-background-color)
hr,
[class*="background-color"]:not(.has-background-background-color)
hr,
[style*="background-color"]:not(.has-background-background-color)
hr,
.wp-block-cover[style*="background-image"]
hr {
border-color: currentColor;
}
.wp-block-social-links li.wp-block-social-link:first-child {
margin-top: auto;
}
.wp-block-social-links.is-style-twentytwentyone-social-icons-color button {
color: #28303d;
}
.wp-block-social-links.is-style-twentytwentyone-social-icons-color .wp-social-link {
background: none;
}
table th {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.wp-block-table th {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
table td {
padding: 10px;
}
table th {
padding: 10px;
}
.wp-block-table td {
padding: 10px;
}
.wp-block-table th {
padding: 10px;
}
table.is-style-regular .has-background {
color: #28303d;
}
table.is-style-stripes .has-background thead tr {
color: #28303d;
}
table.is-style-stripes .has-background tfoot tr {
color: #28303d;
}
table.is-style-stripes .has-background tbody tr:nth-child(even) {
color: #28303d;
}
.wp-block-table.is-style-regular .has-background {
color: #28303d;
}
.wp-block-table.is-style-stripes .has-background thead tr {
color: #28303d;
}
.wp-block-table.is-style-stripes .has-background tfoot tr {
color: #28303d;
}
.wp-block-table.is-style-stripes .has-background tbody tr:nth-child(even) {
color: #28303d;
}
table.is-style-stripes {
border-color: #f0f0f0;
}
.wp-block-table.is-style-stripes {
border-color: #f0f0f0;
}
table.is-style-stripes th,
table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
border-width: 0;
}
table.is-style-stripes tbody tr:nth-child(odd) {
background-color: #f0f0f0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background-color: #f0f0f0;
}
table.wp-calendar-table td,
table.wp-calendar-table th {
background: transparent;
border: 0;
text-align: center;
line-height: 2;
vertical-align: middle;
}
table.wp-calendar-table th {
font-weight: bold;
}
table.wp-calendar-table thead {
border: 1px solid #28303d;
}
table.wp-calendar-table tbody {
border: 1px solid #28303d;
}
table.wp-calendar-table caption {
font-weight: bold;
text-align: left;
margin-bottom: 20px;
}
.wp-calendar-nav {
text-align: left;
margin-top: 10px;
}
.wp-calendar-nav svg {
height: 1em;
vertical-align: middle;
}
.wp-calendar-nav svg path {
fill: currentColor;
}
.wp-calendar-nav .wp-calendar-nav-next {
float: right;
}
pre.wp-block-verse {
padding: 0;
}
:root .is-extra-small-text {
font-size: 1rem;
}
:root .has-extra-small-font-size {
font-size: 1rem;
}
:root .is-small-text {
font-size: 1.125rem;
}
:root .has-small-font-size {
font-size: 1.125rem;
}
:root .is-regular-text {
font-size: 1.25rem;
}
:root .has-regular-font-size {
font-size: 1.25rem;
}
:root .is-normal-font-size {
font-size: 1.25rem;
}
:root .has-normal-font-size {
font-size: 1.25rem;
}
:root .has-medium-font-size {
font-size: 1.25rem;
}
:root .is-large-text {
font-size: 1.5rem;
line-height: 1.3;
}
:root .has-large-font-size {
font-size: 1.5rem;
line-height: 1.3;
}
:root .is-larger-text {
font-size: 2.5rem;
line-height: 1.3;
}
@media only screen and (min-width: 652px){
:root .is-larger-text{
font-size: 2.5rem;
}
}
:root .has-larger-font-size {
font-size: 2.5rem;
line-height: 1.3;
}
@media only screen and (min-width: 652px){
:root .has-larger-font-size{
font-size: 2.5rem;
}
}
:root .is-extra-large-text {
font-size: 2.5rem;
line-height: 1.3;
}
@media only screen and (min-width: 652px){
:root .is-extra-large-text{
font-size: 2.5rem;
}
}
:root .has-extra-large-font-size {
font-size: 2.5rem;
line-height: 1.3;
}
@media only screen and (min-width: 652px){
:root .has-extra-large-font-size{
font-size: 2.5rem;
}
}
:root .is-huge-text {
font-size: 6rem;
line-height: 1.3;
font-weight: 300;
}
@media only screen and (min-width: 652px){
:root .is-huge-text{
font-size: 6rem;
}
}
:root .has-huge-font-size {
font-size: 6rem;
line-height: 1.3;
font-weight: 300;
}
@media only screen and (min-width: 652px){
:root .has-huge-font-size{
font-size: 6rem;
}
}
:root .is-gigantic-text {
font-size: 9rem;
line-height: 1.3;
font-weight: 300;
}
@media only screen and (min-width: 652px){
:root .is-gigantic-text{
font-size: 9rem;
}
}
:root .has-gigantic-font-size {
font-size: 9rem;
line-height: 1.3;
font-weight: 300;
}
@media only screen and (min-width: 652px){
:root .has-gigantic-font-size{
font-size: 9rem;
}
}
/**
* Editor Post Title
* - Needs a special styles
*/
.wp-block.editor-post-title__block {
border-bottom: 3px solid #28303d;
padding-bottom: 60px;
margin-bottom: 90px;
max-width: calc(100vw - 30px);
}
@media only screen and (min-width: 482px){
.wp-block.editor-post-title__block{
max-width: calc(100vw - 100px);
}
}
@media only screen and (min-width: 822px){
.wp-block.editor-post-title__block{
max-width: min(calc(100vw - 200px), 1240px);
}
}
.wp-block.editor-post-title__block .editor-post-title__input {
color: #39414d;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 4rem;
font-weight: 300;
line-height: 1.1;
}
@media only screen and (min-width: 652px){
.wp-block.editor-post-title__block .editor-post-title__input{
font-size: 6rem;
}
}
.wp-block.block-editor-default-block-appender > textarea {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.25rem;
}
.has-primary-color[class] {
color: #28303d;
}
.has-secondary-color[class] {
color: #39414d;
}
.has-background:not(.has-background-background-color) a:not(.wp-block-button__link),
.has-background p,
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5,
.has-background h6 {
color: currentColor;
}
.has-primary-background-color[class] {
background-color: #28303d;
color: #d1e4dd;
}
.has-secondary-background-color[class] {
background-color: #39414d;
color: #d1e4dd;
}
.has-white-background-color[class] {
background-color: #fff;
color: #39414d;
}
.has-black-background-color[class] {
background-color: #000;
color: #28303d;
}
/**
* Spacing Overrides
*/
[data-block] {
margin-top: 30px;
margin-bottom: 30px;
}
[data-block] [data-block]:first-child {
margin-top: 0;
}
[data-block] [data-block]:nth-last-child(2) {
margin-bottom: 0;
}
/* Block Alignments */
.wp-block {
max-width: calc(100vw - 30px);
}
@media only screen and (min-width: 482px){
.wp-block{
max-width: min(calc(100vw - 100px), 610px);
}
}
@media only screen and (min-width: 822px){
.wp-block{
max-width: min(calc(100vw - 200px), 610px);
}
}
.wp-block[data-align="wide"] {
max-width: calc(100vw - 30px);
}
@media only screen and (min-width: 482px){
.wp-block[data-align="wide"]{
max-width: calc(100vw - 100px);
}
}
@media only screen and (min-width: 822px){
.wp-block[data-align="wide"]{
max-width: min(calc(100vw - 200px), 1240px);
}
}
.wp-block.alignwide {
max-width: calc(100vw - 30px);
}
@media only screen and (min-width: 482px){
.wp-block.alignwide{
max-width: calc(100vw - 100px);
}
}
@media only screen and (min-width: 822px){
.wp-block.alignwide{
max-width: min(calc(100vw - 200px), 1240px);
}
}
.wp-block[data-align="full"], .wp-block.alignfull {
max-width: none;
}
.block-editor-block-list__layout:not(.edit-site-block-editor__block-list) .wp-block[data-align="full"] > [data-block], .block-editor-block-list__layout:not(.edit-site-block-editor__block-list) .wp-block.alignfull > [data-block] {
margin-top: 0;
margin-bottom: 0;
}
.alignleft {
margin: 0;
margin-right: 25px;
}
.alignright {
margin: 0;
margin-left: 25px;
}
.has-drop-cap:not(:focus)::first-letter {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: normal;
line-height: 0.66;
text-transform: uppercase;
font-style: normal;
float: left;
margin: 0.1em 0.1em 0 0;
font-size: 5rem;
}
@media only screen and (min-width: 652px){
.has-drop-cap:not(:focus)::first-letter{
font-size: 7rem;
}
}
@media only screen and (min-width: 482px) {
.wp-block[data-align="left"] > * {
max-width: 290px;
margin-right: 25px;
}
.wp-block[data-align="right"] > * {
max-width: 290px;
margin-left: 25px;
}
}
html {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
line-height: 1.7;
}
body {
color: #28303d;
background-color: #d1e4dd;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.25rem;
font-weight: normal;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
.wp-block a {
color: #28303d;
}
.wp-block a:hover {
text-decoration-style: dotted;
}
.wp-block a:focus {
outline: 2px solid #28303d;
text-decoration: none;
}
.has-background:not(.has-background-background-color) .has-link-color a {
color: #28303d;
}
.has-background:not(.has-background-background-color).has-link-color a {
color: #28303d;
}
button,
a {
cursor: pointer;
}
.has-black-color[class] {
color: #000;
}
.has-gray-color[class] {
color: #39414d;
}
.has-dark-gray-color[class] {
color: #28303d;
}
.has-green-color[class] {
color: #d1e4dd;
}
.has-blue-color[class] {
color: #d1dfe4;
}
.has-purple-color[class] {
color: #d1d1e4;
}
.has-red-color[class] {
color: #e4d1d1;
}
.has-orange-color[class] {
color: #e4dad1;
}
.has-yellow-color[class] {
color: #eeeadd;
}
.has-white-color[class] {
color: #fff;
}
.has-background:not(.has-background-background-color) a:not(.wp-block-button__link),
.has-background p,
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5,
.has-background h6 {
color: currentColor;
}
.has-black-background-color[class] {
background-color: #000;
}
.has-gray-background-color[class] {
background-color: #39414d;
}
.has-dark-gray-background-color[class] {
background-color: #28303d;
}
.has-green-background-color[class] {
background-color: #d1e4dd;
}
.has-blue-background-color[class] {
background-color: #d1dfe4;
}
.has-purple-background-color[class] {
background-color: #d1d1e4;
}
.has-red-background-color[class] {
background-color: #e4d1d1;
}
.has-orange-background-color[class] {
background-color: #e4dad1;
}
.has-yellow-background-color[class] {
background-color: #eeeadd;
}
.has-white-background-color[class] {
background-color: #fff;
}
:not(.has-text-color).has-black-background-color[class] {
color: #fff;
}
:not(.has-text-color).has-gray-background-color[class] {
color: #fff;
}
:not(.has-text-color).has-dark-gray-background-color[class] {
color: #fff;
}
:not(.has-text-color).has-green-background-color[class] {
color: #28303d;
}
:not(.has-text-color).has-blue-background-color[class] {
color: #28303d;
}
:not(.has-text-color).has-purple-background-color[class] {
color: #28303d;
}
:not(.has-text-color).has-red-background-color[class] {
color: #28303d;
}
:not(.has-text-color).has-orange-background-color[class] {
color: #28303d;
}
:not(.has-text-color).has-yellow-background-color[class] {
color: #28303d;
}
:not(.has-text-color).has-white-background-color[class] {
color: #28303d;
}
.has-purple-to-yellow-gradient-background {
background: linear-gradient(160deg, #d1d1e4, #eeeadd);
}
.has-yellow-to-purple-gradient-background {
background: linear-gradient(160deg, #eeeadd, #d1d1e4);
}
.has-green-to-yellow-gradient-background {
background: linear-gradient(160deg, #d1e4dd, #eeeadd);
}
.has-yellow-to-green-gradient-background {
background: linear-gradient(160deg, #eeeadd, #d1e4dd);
}
.has-red-to-yellow-gradient-background {
background: linear-gradient(160deg, #e4d1d1, #eeeadd);
}
.has-yellow-to-red-gradient-background {
background: linear-gradient(160deg, #eeeadd, #e4d1d1);
}
.has-purple-to-red-gradient-background {
background: linear-gradient(160deg, #d1d1e4, #e4d1d1);
}
.has-red-to-purple-gradient-background {
background: linear-gradient(160deg, #e4d1d1, #d1d1e4);
}
/*# sourceMappingURL=ie-editor.css.map */