From 826eca6ffc191406fc4ea120c55ce88fe6dcbdd2 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Thu, 1 Aug 2024 17:23:42 -0400 Subject: [PATCH] Combine CSS files --- .../socials => resources/images}/RSS.png | Bin .../socials => resources/images}/Twitter.png | Bin .../mantra => }/resources/images/bullet.png | Bin static/style-wordpress.css | 7833 +++++++++++++++++ .../mantra/resources/css/style-mobile.css | 353 - static/wp-content/themes/mantra/style.css | 3146 ------- .../css/dist/block-library/style.min.css | 11 - templates/layout.mustache.html | 37 +- 8 files changed, 7837 insertions(+), 3543 deletions(-) rename static/{wp-content/themes/mantra/resources/images/socials => resources/images}/RSS.png (100%) rename static/{wp-content/themes/mantra/resources/images/socials => resources/images}/Twitter.png (100%) rename static/{wp-content/themes/mantra => }/resources/images/bullet.png (100%) create mode 100644 static/style-wordpress.css delete mode 100644 static/wp-content/themes/mantra/resources/css/style-mobile.css delete mode 100644 static/wp-content/themes/mantra/style.css delete mode 100644 static/wp-includes/css/dist/block-library/style.min.css diff --git a/static/wp-content/themes/mantra/resources/images/socials/RSS.png b/static/resources/images/RSS.png similarity index 100% rename from static/wp-content/themes/mantra/resources/images/socials/RSS.png rename to static/resources/images/RSS.png diff --git a/static/wp-content/themes/mantra/resources/images/socials/Twitter.png b/static/resources/images/Twitter.png similarity index 100% rename from static/wp-content/themes/mantra/resources/images/socials/Twitter.png rename to static/resources/images/Twitter.png diff --git a/static/wp-content/themes/mantra/resources/images/bullet.png b/static/resources/images/bullet.png similarity index 100% rename from static/wp-content/themes/mantra/resources/images/bullet.png rename to static/resources/images/bullet.png diff --git a/static/style-wordpress.css b/static/style-wordpress.css new file mode 100644 index 0000000..ac4d96c --- /dev/null +++ b/static/style-wordpress.css @@ -0,0 +1,7833 @@ +/* Originally inline CSS */ +img.wp-smiley, img.emoji { + display: inline !important; + border: none !important; + box-shadow: none !important; + height: 1em !important; + width: 1em !important; + margin: 0 0.07em !important; + vertical-align: -0.1em !important; + background: none !important; + padding: 0 !important; +} + +/* */ + +@charset "UTF-8"; +.wp-block-archives { + box-sizing: border-box; +} +.wp-block-archives-dropdown label { + display: block; +} +.wp-block-avatar { + line-height: 0; +} +.wp-block-avatar, +.wp-block-avatar img { + box-sizing: border-box; +} +.wp-block-avatar.aligncenter { + text-align: center; +} +.wp-block-audio { + box-sizing: border-box; +} +.wp-block-audio figcaption { + margin-bottom: 1em; + margin-top: 0.5em; +} +.wp-block-audio audio { + min-width: 300px; + width: 100%; +} +.wp-block-button__link { + box-sizing: border-box; + cursor: pointer; + display: inline-block; + text-align: center; + word-break: break-word; +} +.wp-block-button__link.aligncenter { + text-align: center; +} +.wp-block-button__link.alignright { + text-align: right; +} +:where(.wp-block-button__link) { + border-radius: 9999px; + box-shadow: none; + padding: calc(0.667em + 2px) calc(1.333em + 2px); + text-decoration: none; +} +.wp-block-button[style*="text-decoration"] .wp-block-button__link { + text-decoration: inherit; +} +.wp-block-buttons > .wp-block-button.has-custom-width { + max-width: none; +} +.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link { + width: 100%; +} +.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link { + font-size: inherit; +} +.wp-block-buttons > .wp-block-button.wp-block-button__width-25 { + width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75); +} +.wp-block-buttons > .wp-block-button.wp-block-button__width-50 { + width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5); +} +.wp-block-buttons > .wp-block-button.wp-block-button__width-75 { + width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25); +} +.wp-block-buttons > .wp-block-button.wp-block-button__width-100 { + flex-basis: 100%; + width: 100%; +} +.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 { + width: 25%; +} +.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 { + width: 50%; +} +.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 { + width: 75%; +} +.wp-block-button.is-style-squared, +.wp-block-button__link.wp-block-button.is-style-squared { + border-radius: 0; +} +.wp-block-button.no-border-radius, +.wp-block-button__link.no-border-radius { + border-radius: 0 !important; +} +.wp-block-button .wp-block-button__link:where(.is-style-outline), +.wp-block-button:where(.is-style-outline) > .wp-block-button__link { + border: 2px solid; + padding: 0.667em 1.333em; +} +.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-text-color), +.wp-block-button:where(.is-style-outline) > .wp-block-button__link:not(.has-text-color) { + color: currentColor; +} +.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-background), +.wp-block-button:where(.is-style-outline) > .wp-block-button__link:not(.has-background) { + background-color: initial; + background-image: none; +} +.wp-block-button .wp-block-button__link:where(.has-border-color) { + border-width: initial; +} +.wp-block-button .wp-block-button__link:where([style*="border-top-color"]) { + border-top-width: medium; +} +.wp-block-button .wp-block-button__link:where([style*="border-right-color"]) { + border-right-width: medium; +} +.wp-block-button .wp-block-button__link:where([style*="border-bottom-color"]) { + border-bottom-width: medium; +} +.wp-block-button .wp-block-button__link:where([style*="border-left-color"]) { + border-left-width: medium; +} +.wp-block-button .wp-block-button__link:where([style*="border-style"]) { + border-width: initial; +} +.wp-block-button .wp-block-button__link:where([style*="border-top-style"]) { + border-top-width: medium; +} +.wp-block-button .wp-block-button__link:where([style*="border-right-style"]) { + border-right-width: medium; +} +.wp-block-button .wp-block-button__link:where([style*="border-bottom-style"]) { + border-bottom-width: medium; +} +.wp-block-button .wp-block-button__link:where([style*="border-left-style"]) { + border-left-width: medium; +} +.wp-block-buttons.is-vertical { + flex-direction: column; +} +.wp-block-buttons.is-vertical > .wp-block-button:last-child { + margin-bottom: 0; +} +.wp-block-buttons > .wp-block-button { + display: inline-block; + margin: 0; +} +.wp-block-buttons.is-content-justification-left { + justify-content: flex-start; +} +.wp-block-buttons.is-content-justification-left.is-vertical { + align-items: flex-start; +} +.wp-block-buttons.is-content-justification-center { + justify-content: center; +} +.wp-block-buttons.is-content-justification-center.is-vertical { + align-items: center; +} +.wp-block-buttons.is-content-justification-right { + justify-content: flex-end; +} +.wp-block-buttons.is-content-justification-right.is-vertical { + align-items: flex-end; +} +.wp-block-buttons.is-content-justification-space-between { + justify-content: space-between; +} +.wp-block-buttons.aligncenter { + text-align: center; +} +.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter { + margin-left: auto; + margin-right: auto; + width: 100%; +} +.wp-block-buttons[style*="text-decoration"] .wp-block-button, +.wp-block-buttons[style*="text-decoration"] .wp-block-button__link { + text-decoration: inherit; +} +.wp-block-buttons.has-custom-font-size .wp-block-button__link { + font-size: inherit; +} +.wp-block-button.aligncenter, +.wp-block-calendar { + text-align: center; +} +.wp-block-calendar td, +.wp-block-calendar th { + border: 1px solid; + padding: 0.25em; +} +.wp-block-calendar th { + font-weight: 400; +} +.wp-block-calendar caption { + background-color: inherit; +} +.wp-block-calendar table { + border-collapse: collapse; + width: 100%; +} +.wp-block-calendar table:where(:not(.has-text-color)) { + color: #40464d; +} +.wp-block-calendar table:where(:not(.has-text-color)) td, +.wp-block-calendar table:where(:not(.has-text-color)) th { + border-color: #ddd; +} +.wp-block-calendar table.has-background th { + background-color: inherit; +} +.wp-block-calendar table.has-text-color th { + color: inherit; +} +:where(.wp-block-calendar table:not(.has-background) th) { + background: #ddd; +} +.wp-block-categories { + box-sizing: border-box; +} +.wp-block-categories.alignleft { + margin-right: 2em; +} +.wp-block-categories.alignright { + margin-left: 2em; +} +.wp-block-categories.wp-block-categories-dropdown.aligncenter { + text-align: center; +} +.wp-block-code { + box-sizing: border-box; +} +.wp-block-code code { + display: block; + font-family: inherit; + overflow-wrap: break-word; + white-space: pre-wrap; +} +.wp-block-columns { + align-items: normal !important; + box-sizing: border-box; + display: flex; + flex-wrap: wrap !important; +} +@media (min-width: 782px) { + .wp-block-columns { + flex-wrap: nowrap !important; + } +} +.wp-block-columns.are-vertically-aligned-top { + align-items: flex-start; +} +.wp-block-columns.are-vertically-aligned-center { + align-items: center; +} +.wp-block-columns.are-vertically-aligned-bottom { + align-items: flex-end; +} +@media (max-width: 781px) { + .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { + flex-basis: 100% !important; + } +} +@media (min-width: 782px) { + .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { + flex-basis: 0; + flex-grow: 1; + } + .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="flex-basis"] { + flex-grow: 0; + } +} +.wp-block-columns.is-not-stacked-on-mobile { + flex-wrap: nowrap !important; +} +.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column { + flex-basis: 0; + flex-grow: 1; +} +.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*="flex-basis"] { + flex-grow: 0; +} +:where(.wp-block-columns) { + margin-bottom: 1.75em; +} +:where(.wp-block-columns.has-background) { + padding: 1.25em 2.375em; +} +.wp-block-column { + flex-grow: 1; + min-width: 0; + overflow-wrap: break-word; + word-break: break-word; +} +.wp-block-column.is-vertically-aligned-top { + align-self: flex-start; +} +.wp-block-column.is-vertically-aligned-center { + align-self: center; +} +.wp-block-column.is-vertically-aligned-bottom { + align-self: flex-end; +} +.wp-block-column.is-vertically-aligned-stretch { + align-self: stretch; +} +.wp-block-column.is-vertically-aligned-bottom, +.wp-block-column.is-vertically-aligned-center, +.wp-block-column.is-vertically-aligned-top { + width: 100%; +} +.wp-block-post-comments { + box-sizing: border-box; +} +.wp-block-post-comments .alignleft { + float: left; +} +.wp-block-post-comments .alignright { + float: right; +} +.wp-block-post-comments .navigation:after { + clear: both; + content: ""; + display: table; +} +.wp-block-post-comments .commentlist { + clear: both; + list-style: none; + margin: 0; + padding: 0; +} +.wp-block-post-comments .commentlist .comment { + min-height: 2.25em; + padding-left: 3.25em; +} +.wp-block-post-comments .commentlist .comment p { + font-size: 1em; + line-height: 1.8; + margin: 1em 0; +} +.wp-block-post-comments .commentlist .children { + list-style: none; + margin: 0; + padding: 0; +} +.wp-block-post-comments .comment-author { + line-height: 1.5; +} +.wp-block-post-comments .comment-author .avatar { + border-radius: 1.5em; + display: block; + float: left; + height: 2.5em; + margin-right: 0.75em; + margin-top: 0.5em; + width: 2.5em; +} +.wp-block-post-comments .comment-author cite { + font-style: normal; +} +.wp-block-post-comments .comment-meta { + font-size: 0.875em; + line-height: 1.5; +} +.wp-block-post-comments .comment-meta b { + font-weight: 400; +} +.wp-block-post-comments .comment-meta .comment-awaiting-moderation { + display: block; + margin-bottom: 1em; + margin-top: 1em; +} +.wp-block-post-comments .comment-body .commentmetadata { + font-size: 0.875em; +} +.wp-block-post-comments .comment-form-author label, +.wp-block-post-comments .comment-form-comment label, +.wp-block-post-comments .comment-form-email label, +.wp-block-post-comments .comment-form-url label { + display: block; + margin-bottom: 0.25em; +} +.wp-block-post-comments .comment-form input:not([type="submit"]):not([type="checkbox"]), +.wp-block-post-comments .comment-form textarea { + box-sizing: border-box; + display: block; + width: 100%; +} +.wp-block-post-comments .comment-form-cookies-consent { + display: flex; + gap: 0.25em; +} +.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent { + margin-top: 0.35em; +} +.wp-block-post-comments .comment-reply-title { + margin-bottom: 0; +} +.wp-block-post-comments .comment-reply-title :where(small) { + font-size: var(--wp--preset--font-size--medium, smaller); + margin-left: 0.5em; +} +.wp-block-post-comments .reply { + font-size: 0.875em; + margin-bottom: 1.4em; +} +.wp-block-post-comments input:not([type="submit"]), +.wp-block-post-comments textarea { + border: 1px solid #949494; + font-family: inherit; + font-size: 1em; +} +.wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]), +.wp-block-post-comments textarea { + padding: calc(0.667em + 2px); +} +:where(.wp-block-post-comments input[type="submit"]) { + border: none; +} +.wp-block-comments-pagination > .wp-block-comments-pagination-next, +.wp-block-comments-pagination > .wp-block-comments-pagination-numbers, +.wp-block-comments-pagination > .wp-block-comments-pagination-previous { + margin-bottom: 0.5em; + margin-right: 0.5em; +} +.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child, +.wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child, +.wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child { + margin-right: 0; +} +.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow { + display: inline-block; + margin-right: 1ch; +} +.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) { + transform: scaleX(1); +} +.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow { + display: inline-block; + margin-left: 1ch; +} +.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) { + transform: scaleX(1); +} +.wp-block-comments-pagination.aligncenter { + justify-content: center; +} +.wp-block-comment-template { + box-sizing: border-box; + list-style: none; + margin-bottom: 0; + max-width: 100%; + padding: 0; +} +.wp-block-comment-template li { + clear: both; +} +.wp-block-comment-template ol { + list-style: none; + margin-bottom: 0; + max-width: 100%; + padding-left: 2rem; +} +.wp-block-comment-template.alignleft { + float: left; +} +.wp-block-comment-template.aligncenter { + margin-left: auto; + margin-right: auto; + width: -moz-fit-content; + width: fit-content; +} +.wp-block-comment-template.alignright { + float: right; +} +.wp-block-cover, +.wp-block-cover-image { + align-items: center; + background-position: 50%; + box-sizing: border-box; + display: flex; + justify-content: center; + min-height: 430px; + overflow: hidden; + overflow: clip; + padding: 1em; + position: relative; +} +.wp-block-cover .has-background-dim:not([class*="-background-color"]), +.wp-block-cover-image .has-background-dim:not([class*="-background-color"]), +.wp-block-cover-image.has-background-dim:not([class*="-background-color"]), +.wp-block-cover.has-background-dim:not([class*="-background-color"]) { + background-color: #000; +} +.wp-block-cover .has-background-dim.has-background-gradient, +.wp-block-cover-image .has-background-dim.has-background-gradient { + background-color: initial; +} +.wp-block-cover-image.has-background-dim:before, +.wp-block-cover.has-background-dim:before { + background-color: inherit; + content: ""; +} +.wp-block-cover .wp-block-cover__background, +.wp-block-cover .wp-block-cover__gradient-background, +.wp-block-cover-image .wp-block-cover__background, +.wp-block-cover-image .wp-block-cover__gradient-background, +.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, +.wp-block-cover.has-background-dim:not(.has-background-gradient):before { + bottom: 0; + left: 0; + opacity: 0.5; + position: absolute; + right: 0; + top: 0; + z-index: 1; +} +.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background, +.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, +.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, +.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background, +.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, +.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before { + opacity: 0.1; +} +.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background, +.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, +.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, +.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background, +.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, +.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before { + opacity: 0.2; +} +.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background, +.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, +.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, +.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background, +.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, +.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before { + opacity: 0.3; +} +.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background, +.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, +.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, +.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background, +.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, +.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before { + opacity: 0.4; +} +.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background, +.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, +.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, +.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background, +.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, +.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before { + opacity: 0.5; +} +.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background, +.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, +.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, +.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background, +.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, +.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before { + opacity: 0.6; +} +.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background, +.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, +.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, +.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background, +.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, +.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before { + opacity: 0.7; +} +.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background, +.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, +.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, +.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background, +.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, +.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before { + opacity: 0.8; +} +.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background, +.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, +.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, +.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background, +.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, +.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before { + opacity: 0.9; +} +.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background, +.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, +.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, +.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background, +.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, +.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before { + opacity: 1; +} +.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0, +.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0, +.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0, +.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 { + opacity: 0; +} +.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10, +.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10, +.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10, +.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 { + opacity: 0.1; +} +.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20, +.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20, +.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20, +.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 { + opacity: 0.2; +} +.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30, +.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30, +.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30, +.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 { + opacity: 0.3; +} +.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40, +.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40, +.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40, +.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 { + opacity: 0.4; +} +.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50, +.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50, +.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50, +.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 { + opacity: 0.5; +} +.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60, +.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60, +.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60, +.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 { + opacity: 0.6; +} +.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70, +.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70, +.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70, +.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 { + opacity: 0.7; +} +.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80, +.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80, +.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80, +.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 { + opacity: 0.8; +} +.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90, +.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90, +.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90, +.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 { + opacity: 0.9; +} +.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100, +.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100, +.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100, +.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 { + opacity: 1; +} +.wp-block-cover-image.alignleft, +.wp-block-cover-image.alignright, +.wp-block-cover.alignleft, +.wp-block-cover.alignright { + max-width: 420px; + width: 100%; +} +.wp-block-cover-image:after, +.wp-block-cover:after { + content: ""; + display: block; + font-size: 0; + min-height: inherit; +} +@supports (position: sticky) { + .wp-block-cover-image:after, + .wp-block-cover:after { + content: none; + } +} +.wp-block-cover-image.aligncenter, +.wp-block-cover-image.alignleft, +.wp-block-cover-image.alignright, +.wp-block-cover.aligncenter, +.wp-block-cover.alignleft, +.wp-block-cover.alignright { + display: flex; +} +.wp-block-cover .wp-block-cover__inner-container, +.wp-block-cover-image .wp-block-cover__inner-container { + color: inherit; + width: 100%; + z-index: 1; +} +.wp-block-cover h1:where(:not(.has-text-color)), +.wp-block-cover h2:where(:not(.has-text-color)), +.wp-block-cover h3:where(:not(.has-text-color)), +.wp-block-cover h4:where(:not(.has-text-color)), +.wp-block-cover h5:where(:not(.has-text-color)), +.wp-block-cover h6:where(:not(.has-text-color)), +.wp-block-cover p:where(:not(.has-text-color)), +.wp-block-cover-image h1:where(:not(.has-text-color)), +.wp-block-cover-image h2:where(:not(.has-text-color)), +.wp-block-cover-image h3:where(:not(.has-text-color)), +.wp-block-cover-image h4:where(:not(.has-text-color)), +.wp-block-cover-image h5:where(:not(.has-text-color)), +.wp-block-cover-image h6:where(:not(.has-text-color)), +.wp-block-cover-image p:where(:not(.has-text-color)) { + color: inherit; +} +.wp-block-cover-image.is-position-top-left, +.wp-block-cover.is-position-top-left { + align-items: flex-start; + justify-content: flex-start; +} +.wp-block-cover-image.is-position-top-center, +.wp-block-cover.is-position-top-center { + align-items: flex-start; + justify-content: center; +} +.wp-block-cover-image.is-position-top-right, +.wp-block-cover.is-position-top-right { + align-items: flex-start; + justify-content: flex-end; +} +.wp-block-cover-image.is-position-center-left, +.wp-block-cover.is-position-center-left { + align-items: center; + justify-content: flex-start; +} +.wp-block-cover-image.is-position-center-center, +.wp-block-cover.is-position-center-center { + align-items: center; + justify-content: center; +} +.wp-block-cover-image.is-position-center-right, +.wp-block-cover.is-position-center-right { + align-items: center; + justify-content: flex-end; +} +.wp-block-cover-image.is-position-bottom-left, +.wp-block-cover.is-position-bottom-left { + align-items: flex-end; + justify-content: flex-start; +} +.wp-block-cover-image.is-position-bottom-center, +.wp-block-cover.is-position-bottom-center { + align-items: flex-end; + justify-content: center; +} +.wp-block-cover-image.is-position-bottom-right, +.wp-block-cover.is-position-bottom-right { + align-items: flex-end; + justify-content: flex-end; +} +.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, +.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container { + margin: 0; +} +.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, +.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, +.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, +.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, +.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, +.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container, +.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, +.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, +.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, +.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, +.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, +.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container { + margin: 0; + width: auto; +} +.wp-block-cover .wp-block-cover__image-background, +.wp-block-cover video.wp-block-cover__video-background, +.wp-block-cover-image .wp-block-cover__image-background, +.wp-block-cover-image video.wp-block-cover__video-background { + border: none; + bottom: 0; + box-shadow: none; + height: 100%; + left: 0; + margin: 0; + max-height: none; + max-width: none; + object-fit: cover; + outline: none; + padding: 0; + position: absolute; + right: 0; + top: 0; + width: 100%; +} +.wp-block-cover-image.has-parallax, +.wp-block-cover.has-parallax, +.wp-block-cover__image-background.has-parallax, +video.wp-block-cover__video-background.has-parallax { + background-attachment: fixed; + background-repeat: no-repeat; + background-size: cover; +} +@supports (-webkit-touch-callout: inherit) { + .wp-block-cover-image.has-parallax, + .wp-block-cover.has-parallax, + .wp-block-cover__image-background.has-parallax, + video.wp-block-cover__video-background.has-parallax { + background-attachment: scroll; + } +} +@media (prefers-reduced-motion: reduce) { + .wp-block-cover-image.has-parallax, + .wp-block-cover.has-parallax, + .wp-block-cover__image-background.has-parallax, + video.wp-block-cover__video-background.has-parallax { + background-attachment: scroll; + } +} +.wp-block-cover-image.is-repeated, +.wp-block-cover.is-repeated, +.wp-block-cover__image-background.is-repeated, +video.wp-block-cover__video-background.is-repeated { + background-repeat: repeat; + background-size: auto; +} +.wp-block-cover__image-background, +.wp-block-cover__video-background { + z-index: 0; +} +.wp-block-cover-image-text, +.wp-block-cover-image-text a, +.wp-block-cover-image-text a:active, +.wp-block-cover-image-text a:focus, +.wp-block-cover-image-text a:hover, +.wp-block-cover-text, +.wp-block-cover-text a, +.wp-block-cover-text a:active, +.wp-block-cover-text a:focus, +.wp-block-cover-text a:hover, +section.wp-block-cover-image h2, +section.wp-block-cover-image h2 a, +section.wp-block-cover-image h2 a:active, +section.wp-block-cover-image h2 a:focus, +section.wp-block-cover-image h2 a:hover { + color: #fff; +} +.wp-block-cover-image .wp-block-cover.has-left-content { + justify-content: flex-start; +} +.wp-block-cover-image .wp-block-cover.has-right-content { + justify-content: flex-end; +} +.wp-block-cover-image.has-left-content .wp-block-cover-image-text, +.wp-block-cover.has-left-content .wp-block-cover-text, +section.wp-block-cover-image.has-left-content > h2 { + margin-left: 0; + text-align: left; +} +.wp-block-cover-image.has-right-content .wp-block-cover-image-text, +.wp-block-cover.has-right-content .wp-block-cover-text, +section.wp-block-cover-image.has-right-content > h2 { + margin-right: 0; + text-align: right; +} +.wp-block-cover .wp-block-cover-text, +.wp-block-cover-image .wp-block-cover-image-text, +section.wp-block-cover-image > h2 { + font-size: 2em; + line-height: 1.25; + margin-bottom: 0; + max-width: 840px; + padding: 0.44em; + text-align: center; + z-index: 1; +} +:where(.wp-block-cover-image:not(.has-text-color)), +:where(.wp-block-cover:not(.has-text-color)) { + color: #fff; +} +:where(.wp-block-cover-image.is-light:not(.has-text-color)), +:where(.wp-block-cover.is-light:not(.has-text-color)) { + color: #000; +} +.wp-block-details { + box-sizing: border-box; + overflow: hidden; +} +.wp-block-details summary { + cursor: pointer; +} +.wp-block-embed.alignleft, +.wp-block-embed.alignright, +.wp-block[data-align="left"] > [data-type="core/embed"], +.wp-block[data-align="right"] > [data-type="core/embed"] { + max-width: 360px; + width: 100%; +} +.wp-block-embed.alignleft .wp-block-embed__wrapper, +.wp-block-embed.alignright .wp-block-embed__wrapper, +.wp-block[data-align="left"] > [data-type="core/embed"] .wp-block-embed__wrapper, +.wp-block[data-align="right"] > [data-type="core/embed"] .wp-block-embed__wrapper { + min-width: 280px; +} +.wp-block-cover .wp-block-embed { + min-height: 240px; + min-width: 320px; +} +.wp-block-embed { + overflow-wrap: break-word; +} +.wp-block-embed figcaption { + margin-bottom: 1em; + margin-top: 0.5em; +} +.wp-block-embed iframe { + max-width: 100%; +} +.wp-block-embed__wrapper { + position: relative; +} +.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before { + content: ""; + display: block; + padding-top: 50%; +} +.wp-embed-responsive .wp-has-aspect-ratio iframe { + bottom: 0; + height: 100%; + left: 0; + position: absolute; + right: 0; + top: 0; + width: 100%; +} +.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before { + padding-top: 42.85%; +} +.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before { + padding-top: 50%; +} +.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before { + padding-top: 56.25%; +} +.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before { + padding-top: 75%; +} +.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before { + padding-top: 100%; +} +.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before { + padding-top: 177.77%; +} +.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before { + padding-top: 200%; +} +.wp-block-file { + box-sizing: border-box; +} +.wp-block-file:not(.wp-element-button) { + font-size: 0.8em; +} +.wp-block-file.aligncenter { + text-align: center; +} +.wp-block-file.alignright { + text-align: right; +} +.wp-block-file * + .wp-block-file__button { + margin-left: 0.75em; +} +:where(.wp-block-file) { + margin-bottom: 1.5em; +} +.wp-block-file__embed { + margin-bottom: 1em; +} +:where(.wp-block-file__button) { + border-radius: 2em; + display: inline-block; + padding: 0.5em 1em; +} +:where(.wp-block-file__button):is(a):active, +:where(.wp-block-file__button):is(a):focus, +:where(.wp-block-file__button):is(a):hover, +:where(.wp-block-file__button):is(a):visited { + box-shadow: none; + color: #fff; + opacity: 0.85; + text-decoration: none; +} +.wp-block-form-input__label { + display: flex; + flex-direction: column; + gap: 0.25em; + margin-bottom: 0.5em; + width: 100%; +} +.wp-block-form-input__label.is-label-inline { + align-items: center; + flex-direction: row; + gap: 0.5em; +} +.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content { + margin-bottom: 0.5em; +} +.wp-block-form-input__label:has(input[type="checkbox"]) { + flex-direction: row-reverse; + width: -moz-fit-content; + width: fit-content; +} +.wp-block-form-input__label-content { + width: -moz-fit-content; + width: fit-content; +} +.wp-block-form-input__input { + font-size: 1em; + margin-bottom: 0.5em; + padding: 0 0.5em; +} +.wp-block-form-input__input[type="date"], +.wp-block-form-input__input[type="datetime-local"], +.wp-block-form-input__input[type="datetime"], +.wp-block-form-input__input[type="email"], +.wp-block-form-input__input[type="month"], +.wp-block-form-input__input[type="number"], +.wp-block-form-input__input[type="password"], +.wp-block-form-input__input[type="search"], +.wp-block-form-input__input[type="tel"], +.wp-block-form-input__input[type="text"], +.wp-block-form-input__input[type="time"], +.wp-block-form-input__input[type="url"], +.wp-block-form-input__input[type="week"] { + border: 1px solid; + line-height: 2; + min-height: 2em; +} +textarea.wp-block-form-input__input { + min-height: 10em; +} +.blocks-gallery-grid:not(.has-nested-images), +.wp-block-gallery:not(.has-nested-images) { + display: flex; + flex-wrap: wrap; + list-style-type: none; + margin: 0; + padding: 0; +} +.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, +.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, +.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, +.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item { + display: flex; + flex-direction: column; + flex-grow: 1; + justify-content: center; + margin: 0 1em 1em 0; + position: relative; + width: calc(50% - 1em); +} +.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), +.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n), +.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), +.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) { + margin-right: 0; +} +.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, +.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, +.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, +.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure { + align-items: flex-end; + display: flex; + height: 100%; + justify-content: flex-start; + margin: 0; +} +.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, +.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, +.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, +.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img { + display: block; + height: auto; + max-width: 100%; + width: auto; +} +.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, +.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, +.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, +.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption { + background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000); + bottom: 0; + box-sizing: border-box; + color: #fff; + font-size: 0.8em; + margin: 0; + max-height: 100%; + overflow: auto; + padding: 3em 0.77em 0.7em; + position: absolute; + text-align: center; + width: 100%; + z-index: 2; +} +.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, +.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, +.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, +.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img { + display: inline; +} +.blocks-gallery-grid:not(.has-nested-images) figcaption, +.wp-block-gallery:not(.has-nested-images) figcaption { + flex-grow: 1; +} +.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, +.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, +.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, +.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, +.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, +.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, +.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, +.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img { + flex: 1; + height: 100%; + object-fit: cover; + width: 100%; +} +.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, +.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, +.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, +.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item { + margin-right: 0; + width: 100%; +} +@media (min-width: 600px) { + .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, + .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, + .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, + .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item { + margin-right: 1em; + width: calc(33.33333% - 0.66667em); + } + .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, + .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, + .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, + .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item { + margin-right: 1em; + width: calc(25% - 0.75em); + } + .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, + .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, + .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, + .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item { + margin-right: 1em; + width: calc(20% - 0.8em); + } + .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, + .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, + .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, + .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item { + margin-right: 1em; + width: calc(16.66667% - 0.83333em); + } + .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, + .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, + .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, + .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item { + margin-right: 1em; + width: calc(14.28571% - 0.85714em); + } + .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, + .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, + .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, + .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item { + margin-right: 1em; + width: calc(12.5% - 0.875em); + } + .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), + .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), + .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), + .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), + .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), + .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), + .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), + .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), + .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), + .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), + .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), + .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), + .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), + .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), + .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), + .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), + .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), + .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), + .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), + .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), + .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), + .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), + .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), + .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), + .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), + .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), + .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), + .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), + .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), + .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), + .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), + .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) { + margin-right: 0; + } +} +.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, +.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, +.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, +.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child { + margin-right: 0; +} +.blocks-gallery-grid:not(.has-nested-images).alignleft, +.blocks-gallery-grid:not(.has-nested-images).alignright, +.wp-block-gallery:not(.has-nested-images).alignleft, +.wp-block-gallery:not(.has-nested-images).alignright { + max-width: 420px; + width: 100%; +} +.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, +.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure { + justify-content: center; +} +.wp-block-gallery:not(.is-cropped) .blocks-gallery-item { + align-self: flex-start; +} +figure.wp-block-gallery.has-nested-images { + align-items: normal; +} +.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) { + margin: 0; + width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2); +} +.wp-block-gallery.has-nested-images figure.wp-block-image { + box-sizing: border-box; + display: flex; + flex-direction: column; + flex-grow: 1; + justify-content: center; + max-width: 100%; + position: relative; +} +.wp-block-gallery.has-nested-images figure.wp-block-image > a, +.wp-block-gallery.has-nested-images figure.wp-block-image > div { + flex-direction: column; + flex-grow: 1; + margin: 0; +} +.wp-block-gallery.has-nested-images figure.wp-block-image img { + display: block; + height: auto; + max-width: 100% !important; + width: auto; +} +.wp-block-gallery.has-nested-images figure.wp-block-image figcaption { + background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000); + bottom: 0; + box-sizing: border-box; + color: #fff; + font-size: 13px; + left: 0; + margin-bottom: 0; + max-height: 60%; + overflow: auto; + padding: 0 8px 8px; + position: absolute; + scrollbar-color: #0000 #0000; + scrollbar-gutter: stable both-edges; + scrollbar-width: thin; + text-align: center; + width: 100%; + will-change: transform; +} +.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar { + height: 12px; + width: 12px; +} +.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track { + background-color: initial; +} +.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb { + background-clip: padding-box; + background-color: initial; + border: 3px solid #0000; + border-radius: 8px; +} +.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb, +.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb, +.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb { + background-color: #fffc; +} +.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus, +.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within, +.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover { + scrollbar-color: #fffc #0000; +} +@media (hover: none) { + .wp-block-gallery.has-nested-images figure.wp-block-image figcaption { + scrollbar-color: #fffc #0000; + } +} +.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img { + display: inline; +} +.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a { + color: inherit; +} +.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img { + box-sizing: border-box; +} +.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a, +.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div, +.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a, +.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div { + flex: 1 1 auto; +} +.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption, +.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption { + background: none; + color: inherit; + flex: initial; + margin: 0; + padding: 10px 10px 9px; + position: relative; +} +.wp-block-gallery.has-nested-images figcaption { + flex-basis: 100%; + flex-grow: 1; + text-align: center; +} +.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) { + margin-bottom: auto; + margin-top: 0; +} +.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) { + align-self: inherit; +} +.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a, +.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) { + display: flex; +} +.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, +.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img { + flex: 1 0 0%; + height: 100%; + object-fit: cover; + width: 100%; +} +.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) { + width: 100%; +} +@media (min-width: 600px) { + .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) { + width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667); + } + .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) { + width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75); + } + .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) { + width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8); + } + .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) { + width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * 0.83333); + } + .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) { + width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * 0.85714); + } + .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) { + width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * 0.875); + } + .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) { + width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667); + } + .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), + .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) { + width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5); + } + .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child { + width: 100%; + } +} +.wp-block-gallery.has-nested-images.alignleft, +.wp-block-gallery.has-nested-images.alignright { + max-width: 420px; + width: 100%; +} +.wp-block-gallery.has-nested-images.aligncenter { + justify-content: center; +} +.wp-block-group { + box-sizing: border-box; +} +h1.has-background, +h2.has-background, +h3.has-background, +h4.has-background, +h5.has-background, +h6.has-background { + padding: 1.25em 2.375em; +} +h1.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]), +h1.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]), +h2.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]), +h2.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]), +h3.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]), +h3.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]), +h4.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]), +h4.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]), +h5.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]), +h5.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]), +h6.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]), +h6.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]) { + rotate: 180deg; +} +.wp-block-image img { + box-sizing: border-box; + height: auto; + max-width: 100%; + vertical-align: bottom; +} +.wp-block-image[style*="border-radius"] img, +.wp-block-image[style*="border-radius"] > a { + border-radius: inherit; +} +.wp-block-image.has-custom-border img { + box-sizing: border-box; +} +.wp-block-image.aligncenter { + text-align: center; +} +.wp-block-image.alignfull img, +.wp-block-image.alignwide img { + height: auto; + width: 100%; +} +.wp-block-image .aligncenter, +.wp-block-image .alignleft, +.wp-block-image .alignright, +.wp-block-image.aligncenter, +.wp-block-image.alignleft, +.wp-block-image.alignright { + display: table; +} +.wp-block-image .aligncenter > figcaption, +.wp-block-image .alignleft > figcaption, +.wp-block-image .alignright > figcaption, +.wp-block-image.aligncenter > figcaption, +.wp-block-image.alignleft > figcaption, +.wp-block-image.alignright > figcaption { + caption-side: bottom; + display: table-caption; +} +.wp-block-image .alignleft { + float: left; + margin: 0.5em 1em 0.5em 0; +} +.wp-block-image .alignright { + float: right; + margin: 0.5em 0 0.5em 1em; +} +.wp-block-image .aligncenter { + margin-left: auto; + margin-right: auto; +} +.wp-block-image figcaption { + margin-bottom: 1em; + margin-top: 0.5em; +} +.wp-block-image .is-style-rounded img, +.wp-block-image.is-style-circle-mask img, +.wp-block-image.is-style-rounded img { + border-radius: 9999px; +} +@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) { + .wp-block-image.is-style-circle-mask img { + border-radius: 0; + -webkit-mask-image: url('data:image/svg+xml;utf8,'); + mask-image: url('data:image/svg+xml;utf8,'); + mask-mode: alpha; + -webkit-mask-position: center; + mask-position: center; + -webkit-mask-repeat: no-repeat; + mask-repeat: no-repeat; + -webkit-mask-size: contain; + mask-size: contain; + } +} +.wp-block-image :where(.has-border-color) { + border-style: solid; +} +.wp-block-image :where([style*="border-top-color"]) { + border-top-style: solid; +} +.wp-block-image :where([style*="border-right-color"]) { + border-right-style: solid; +} +.wp-block-image :where([style*="border-bottom-color"]) { + border-bottom-style: solid; +} +.wp-block-image :where([style*="border-left-color"]) { + border-left-style: solid; +} +.wp-block-image :where([style*="border-width"]) { + border-style: solid; +} +.wp-block-image :where([style*="border-top-width"]) { + border-top-style: solid; +} +.wp-block-image :where([style*="border-right-width"]) { + border-right-style: solid; +} +.wp-block-image :where([style*="border-bottom-width"]) { + border-bottom-style: solid; +} +.wp-block-image :where([style*="border-left-width"]) { + border-left-style: solid; +} +.wp-block-image figure { + margin: 0; +} +.wp-lightbox-container { + display: flex; + flex-direction: column; + position: relative; +} +.wp-lightbox-container img { + cursor: zoom-in; +} +.wp-lightbox-container img:hover + button { + opacity: 1; +} +.wp-lightbox-container button { + align-items: center; + -webkit-backdrop-filter: blur(16px) saturate(180%); + backdrop-filter: blur(16px) saturate(180%); + background-color: #5a5a5a40; + border: none; + border-radius: 4px; + cursor: zoom-in; + display: flex; + height: 20px; + justify-content: center; + opacity: 0; + padding: 0; + position: absolute; + right: 16px; + text-align: center; + top: 16px; + transition: opacity 0.2s ease; + width: 20px; + z-index: 100; +} +.wp-lightbox-container button:focus-visible { + outline: 3px auto #5a5a5a40; + outline: 3px auto -webkit-focus-ring-color; + outline-offset: 3px; +} +.wp-lightbox-container button:hover { + cursor: pointer; + opacity: 1; +} +.wp-lightbox-container button:focus { + opacity: 1; +} +.wp-lightbox-container button:focus, +.wp-lightbox-container button:hover, +.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) { + background-color: #5a5a5a40; + border: none; +} +.wp-lightbox-overlay { + box-sizing: border-box; + cursor: zoom-out; + height: 100vh; + left: 0; + overflow: hidden; + position: fixed; + top: 0; + visibility: hidden; + width: 100%; + z-index: 100000; +} +.wp-lightbox-overlay .close-button { + align-items: center; + cursor: pointer; + display: flex; + justify-content: center; + min-height: 40px; + min-width: 40px; + padding: 0; + position: absolute; + right: calc(env(safe-area-inset-right) + 16px); + top: calc(env(safe-area-inset-top) + 16px); + z-index: 5000000; +} +.wp-lightbox-overlay .close-button:focus, +.wp-lightbox-overlay .close-button:hover, +.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) { + background: none; + border: none; +} +.wp-lightbox-overlay .lightbox-image-container { + height: var(--wp--lightbox-container-height); + left: 50%; + overflow: hidden; + position: absolute; + top: 50%; + transform: translate(-50%, -50%); + transform-origin: top left; + width: var(--wp--lightbox-container-width); + z-index: 9999999999; +} +.wp-lightbox-overlay .wp-block-image { + align-items: center; + box-sizing: border-box; + display: flex; + height: 100%; + justify-content: center; + margin: 0; + position: relative; + transform-origin: 0 0; + width: 100%; + z-index: 3000000; +} +.wp-lightbox-overlay .wp-block-image img { + height: var(--wp--lightbox-image-height); + min-height: var(--wp--lightbox-image-height); + min-width: var(--wp--lightbox-image-width); + width: var(--wp--lightbox-image-width); +} +.wp-lightbox-overlay .wp-block-image figcaption { + display: none; +} +.wp-lightbox-overlay button { + background: none; + border: none; +} +.wp-lightbox-overlay .scrim { + background-color: #fff; + height: 100%; + opacity: 0.9; + position: absolute; + width: 100%; + z-index: 2000000; +} +.wp-lightbox-overlay.active { + animation: turn-on-visibility 0.25s both; + visibility: visible; +} +.wp-lightbox-overlay.active img { + animation: turn-on-visibility 0.35s both; +} +.wp-lightbox-overlay.show-closing-animation:not(.active) { + animation: turn-off-visibility 0.35s both; +} +.wp-lightbox-overlay.show-closing-animation:not(.active) img { + animation: turn-off-visibility 0.25s both; +} +@media (prefers-reduced-motion: no-preference) { + .wp-lightbox-overlay.zoom.active { + animation: none; + opacity: 1; + visibility: visible; + } + .wp-lightbox-overlay.zoom.active .lightbox-image-container { + animation: lightbox-zoom-in 0.4s; + } + .wp-lightbox-overlay.zoom.active .lightbox-image-container img { + animation: none; + } + .wp-lightbox-overlay.zoom.active .scrim { + animation: turn-on-visibility 0.4s forwards; + } + .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) { + animation: none; + } + .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container { + animation: lightbox-zoom-out 0.4s; + } + .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img { + animation: none; + } + .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim { + animation: turn-off-visibility 0.4s forwards; + } +} +@keyframes turn-on-visibility { + 0% { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes turn-off-visibility { + 0% { + opacity: 1; + visibility: visible; + } + 99% { + opacity: 0; + visibility: visible; + } + to { + opacity: 0; + visibility: hidden; + } +} +@keyframes lightbox-zoom-in { + 0% { + transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); + } + to { + transform: translate(-50%, -50%) scale(1); + } +} +@keyframes lightbox-zoom-out { + 0% { + transform: translate(-50%, -50%) scale(1); + visibility: visible; + } + 99% { + visibility: visible; + } + to { + transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); + visibility: hidden; + } +} +ol.wp-block-latest-comments { + box-sizing: border-box; + margin-left: 0; +} +:where(.wp-block-latest-comments:not([style*="line-height"] .wp-block-latest-comments__comment)) { + line-height: 1.1; +} +:where(.wp-block-latest-comments:not([style*="line-height"] .wp-block-latest-comments__comment-excerpt p)) { + line-height: 1.8; +} +.has-dates :where(.wp-block-latest-comments:not([style*="line-height"])), +.has-excerpts :where(.wp-block-latest-comments:not([style*="line-height"])) { + line-height: 1.5; +} +.wp-block-latest-comments .wp-block-latest-comments { + padding-left: 0; +} +.wp-block-latest-comments__comment { + list-style: none; + margin-bottom: 1em; +} +.has-avatars .wp-block-latest-comments__comment { + list-style: none; + min-height: 2.25em; +} +.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, +.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta { + margin-left: 3.25em; +} +.wp-block-latest-comments__comment-excerpt p { + font-size: 0.875em; + margin: 0.36em 0 1.4em; +} +.wp-block-latest-comments__comment-date { + display: block; + font-size: 0.75em; +} +.wp-block-latest-comments .avatar, +.wp-block-latest-comments__comment-avatar { + border-radius: 1.5em; + display: block; + float: left; + height: 2.5em; + margin-right: 0.75em; + width: 2.5em; +} +.wp-block-latest-comments[class*="-font-size"] a, +.wp-block-latest-comments[style*="font-size"] a { + font-size: inherit; +} +.wp-block-latest-posts { + box-sizing: border-box; +} +.wp-block-latest-posts.alignleft { + margin-right: 2em; +} +.wp-block-latest-posts.alignright { + margin-left: 2em; +} +.wp-block-latest-posts.wp-block-latest-posts__list { + list-style: none; + padding-left: 0; +} +.wp-block-latest-posts.wp-block-latest-posts__list li { + clear: both; +} +.wp-block-latest-posts.is-grid { + display: flex; + flex-wrap: wrap; + padding: 0; +} +.wp-block-latest-posts.is-grid li { + margin: 0 1.25em 1.25em 0; + width: 100%; +} +@media (min-width: 600px) { + .wp-block-latest-posts.columns-2 li { + width: calc(50% - 0.625em); + } + .wp-block-latest-posts.columns-2 li:nth-child(2n) { + margin-right: 0; + } + .wp-block-latest-posts.columns-3 li { + width: calc(33.33333% - 0.83333em); + } + .wp-block-latest-posts.columns-3 li:nth-child(3n) { + margin-right: 0; + } + .wp-block-latest-posts.columns-4 li { + width: calc(25% - 0.9375em); + } + .wp-block-latest-posts.columns-4 li:nth-child(4n) { + margin-right: 0; + } + .wp-block-latest-posts.columns-5 li { + width: calc(20% - 1em); + } + .wp-block-latest-posts.columns-5 li:nth-child(5n) { + margin-right: 0; + } + .wp-block-latest-posts.columns-6 li { + width: calc(16.66667% - 1.04167em); + } + .wp-block-latest-posts.columns-6 li:nth-child(6n) { + margin-right: 0; + } +} +.wp-block-latest-posts__post-author, +.wp-block-latest-posts__post-date { + display: block; + font-size: 0.8125em; +} +.wp-block-latest-posts__post-excerpt { + margin-bottom: 1em; + margin-top: 0.5em; +} +.wp-block-latest-posts__featured-image a { + display: inline-block; +} +.wp-block-latest-posts__featured-image img { + height: auto; + max-width: 100%; + width: auto; +} +.wp-block-latest-posts__featured-image.alignleft { + float: left; + margin-right: 1em; +} +.wp-block-latest-posts__featured-image.alignright { + float: right; + margin-left: 1em; +} +.wp-block-latest-posts__featured-image.aligncenter { + margin-bottom: 1em; + text-align: center; +} +ol, +ul { + box-sizing: border-box; +} +ol.has-background, +ul.has-background { + padding: 1.25em 2.375em; +} +.wp-block-media-text { + box-sizing: border-box; + /*!rtl:begin:ignore*/ + direction: ltr; + /*!rtl:end:ignore*/ + display: grid; + grid-template-columns: 50% 1fr; + grid-template-rows: auto; +} +.wp-block-media-text.has-media-on-the-right { + grid-template-columns: 1fr 50%; +} +.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, +.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media { + align-self: start; +} +.wp-block-media-text .wp-block-media-text__content, +.wp-block-media-text .wp-block-media-text__media, +.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, +.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media { + align-self: center; +} +.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, +.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media { + align-self: end; +} +.wp-block-media-text .wp-block-media-text__media { + /*!rtl:begin:ignore*/ + grid-column: 1; + grid-row: 1; + /*!rtl:end:ignore*/ + margin: 0; +} +.wp-block-media-text .wp-block-media-text__content { + direction: ltr; + /*!rtl:begin:ignore*/ + grid-column: 2; + grid-row: 1; + /*!rtl:end:ignore*/ + padding: 0 8%; + word-break: break-word; +} +.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media { + /*!rtl:begin:ignore*/ + grid-column: 2; + grid-row: 1; + /*!rtl:end:ignore*/ +} +.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content { + /*!rtl:begin:ignore*/ + grid-column: 1; + grid-row: 1; + /*!rtl:end:ignore*/ +} +.wp-block-media-text__media img, +.wp-block-media-text__media video { + height: auto; + max-width: unset; + vertical-align: middle; + width: 100%; +} +.wp-block-media-text.is-image-fill .wp-block-media-text__media { + background-size: cover; + height: 100%; + min-height: 250px; +} +.wp-block-media-text.is-image-fill .wp-block-media-text__media > a { + display: block; + height: 100%; +} +.wp-block-media-text.is-image-fill .wp-block-media-text__media img { + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; + clip: rect(0, 0, 0, 0); + border: 0; +} +@media (max-width: 600px) { + .wp-block-media-text.is-stacked-on-mobile { + grid-template-columns: 100% !important; + } + .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media { + grid-column: 1; + grid-row: 1; + } + .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content { + grid-column: 1; + grid-row: 2; + } +} +.wp-block-navigation { + position: relative; + --navigation-layout-justification-setting: flex-start; + --navigation-layout-direction: row; + --navigation-layout-wrap: wrap; + --navigation-layout-justify: flex-start; + --navigation-layout-align: center; +} +.wp-block-navigation ul { + margin-bottom: 0; + margin-left: 0; + margin-top: 0; + padding-left: 0; +} +.wp-block-navigation ul, +.wp-block-navigation ul li { + list-style: none; + padding: 0; +} +.wp-block-navigation .wp-block-navigation-item { + align-items: center; + display: flex; + position: relative; +} +.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty { + display: none; +} +.wp-block-navigation .wp-block-navigation-item__content { + display: block; +} +.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content { + color: inherit; +} +.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content, +.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active, +.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus { + text-decoration: underline; +} +.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content, +.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active, +.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus { + text-decoration: line-through; +} +.wp-block-navigation:where(:not([class*="has-text-decoration"])) a { + text-decoration: none; +} +.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:active, +.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:focus { + text-decoration: none; +} +.wp-block-navigation .wp-block-navigation__submenu-icon { + align-self: center; + background-color: inherit; + border: none; + color: currentColor; + display: inline-block; + font-size: inherit; + height: 0.6em; + line-height: 0; + margin-left: 0.25em; + padding: 0; + width: 0.6em; +} +.wp-block-navigation .wp-block-navigation__submenu-icon svg { + display: inline-block; + stroke: currentColor; + height: inherit; + margin-top: 0.075em; + width: inherit; +} +.wp-block-navigation.is-vertical { + --navigation-layout-direction: column; + --navigation-layout-justify: initial; + --navigation-layout-align: flex-start; +} +.wp-block-navigation.no-wrap { + --navigation-layout-wrap: nowrap; +} +.wp-block-navigation.items-justified-center { + --navigation-layout-justification-setting: center; + --navigation-layout-justify: center; +} +.wp-block-navigation.items-justified-center.is-vertical { + --navigation-layout-align: center; +} +.wp-block-navigation.items-justified-right { + --navigation-layout-justification-setting: flex-end; + --navigation-layout-justify: flex-end; +} +.wp-block-navigation.items-justified-right.is-vertical { + --navigation-layout-align: flex-end; +} +.wp-block-navigation.items-justified-space-between { + --navigation-layout-justification-setting: space-between; + --navigation-layout-justify: space-between; +} +.wp-block-navigation .has-child .wp-block-navigation__submenu-container { + align-items: normal; + background-color: inherit; + color: inherit; + display: flex; + flex-direction: column; + height: 0; + left: -1px; + opacity: 0; + overflow: hidden; + position: absolute; + top: 100%; + transition: opacity 0.1s linear; + visibility: hidden; + width: 0; + z-index: 2; +} +.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content { + display: flex; + flex-grow: 1; +} +.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon { + margin-left: auto; + margin-right: 0; +} +.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content { + margin: 0; +} +@media (min-width: 782px) { + .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container { + left: 100%; + top: -1px; + } + .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before { + background: #0000; + content: ""; + display: block; + height: 100%; + position: absolute; + right: 100%; + width: 0.5em; + } + .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon { + margin-right: 0.25em; + } + .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg { + transform: rotate(-90deg); + } +} +.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded="true"] ~ .wp-block-navigation__submenu-container, +.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container, +.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container { + height: auto; + min-width: 200px; + opacity: 1; + overflow: visible; + visibility: visible; + width: auto; +} +.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container { + left: 0; + top: 100%; +} +@media (min-width: 782px) { + .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container { + left: 100%; + top: 0; + } +} +.wp-block-navigation-submenu { + display: flex; + position: relative; +} +.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg { + stroke: currentColor; +} +button.wp-block-navigation-item__content { + background-color: initial; + border: none; + color: currentColor; + font-family: inherit; + font-size: inherit; + font-style: inherit; + font-weight: inherit; + line-height: inherit; + text-align: left; + text-transform: inherit; +} +.wp-block-navigation-submenu__toggle { + cursor: pointer; +} +.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle { + padding-left: 0; + padding-right: 0.85em; +} +.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon { + margin-left: -0.6em; + pointer-events: none; +} +.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) { + padding: 0; +} +.wp-block-navigation .wp-block-page-list, +.wp-block-navigation__container, +.wp-block-navigation__responsive-close, +.wp-block-navigation__responsive-container, +.wp-block-navigation__responsive-container-content, +.wp-block-navigation__responsive-dialog { + gap: inherit; +} +:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)), +:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) { + padding: 0.5em 1em; +} +:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)), +:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)), +:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content), +:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) { + padding: 0.5em 1em; +} +.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, +.wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container, +.wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container, +.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container { + left: auto; + right: 0; +} +.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, +.wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, +.wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, +.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container { + left: -1px; + right: -1px; +} +@media (min-width: 782px) { + .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, + .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, + .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, + .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container { + left: auto; + right: 100%; + } +} +.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container { + background-color: #fff; + border: 1px solid #00000026; +} +.wp-block-navigation.has-background .wp-block-navigation__submenu-container { + background-color: inherit; +} +.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container { + color: #000; +} +.wp-block-navigation__container { + align-items: var(--navigation-layout-align, initial); + display: flex; + flex-direction: var(--navigation-layout-direction, initial); + flex-wrap: var(--navigation-layout-wrap, wrap); + justify-content: var(--navigation-layout-justify, initial); + list-style: none; + margin: 0; + padding-left: 0; +} +.wp-block-navigation__container .is-responsive { + display: none; +} +.wp-block-navigation__container:only-child, +.wp-block-page-list:only-child { + flex-grow: 1; +} +@keyframes overlay-menu__fade-in-animation { + 0% { + opacity: 0; + transform: translateY(0.5em); + } + to { + opacity: 1; + transform: translateY(0); + } +} +.wp-block-navigation__responsive-container { + bottom: 0; + display: none; + left: 0; + position: fixed; + right: 0; + top: 0; +} +.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) { + color: inherit; +} +.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content { + align-items: var(--navigation-layout-align, initial); + display: flex; + flex-direction: var(--navigation-layout-direction, initial); + flex-wrap: var(--navigation-layout-wrap, wrap); + justify-content: var(--navigation-layout-justify, initial); +} +.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) { + background-color: inherit !important; + color: inherit !important; +} +.wp-block-navigation__responsive-container.is-menu-open { + animation: overlay-menu__fade-in-animation 0.1s ease-out; + animation-fill-mode: forwards; + background-color: inherit; + display: flex; + flex-direction: column; + overflow: auto; + padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) + clamp(1rem, var(--wp--style--root--padding-left), 20em); + z-index: 100000; +} +@media (prefers-reduced-motion: reduce) { + .wp-block-navigation__responsive-container.is-menu-open { + animation-delay: 0s; + animation-duration: 1ms; + } +} +.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content { + align-items: var(--navigation-layout-justification-setting, inherit); + display: flex; + flex-direction: column; + flex-wrap: nowrap; + overflow: visible; + padding-top: calc(2rem + 24px); +} +.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, +.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, +.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list { + justify-content: flex-start; +} +.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon { + display: none; +} +.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container { + border: none; + height: auto; + min-width: 200px; + opacity: 1; + overflow: initial; + padding-left: 2rem; + padding-right: 2rem; + position: static; + visibility: visible; + width: auto; +} +.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, +.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container { + gap: inherit; +} +.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container { + padding-top: var(--wp--style--block-gap, 2em); +} +.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content { + padding: 0; +} +.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, +.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, +.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list { + align-items: var(--navigation-layout-justification-setting, initial); + display: flex; + flex-direction: column; +} +.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, +.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, +.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container, +.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list { + background: #0000 !important; + color: inherit !important; +} +.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container { + left: auto; + right: auto; +} +@media (min-width: 600px) { + .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) { + background-color: inherit; + display: block; + position: relative; + width: 100%; + z-index: auto; + } + .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close { + display: none; + } + .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container { + left: 0; + } +} +.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open { + background-color: #fff; +} +.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open { + color: #000; +} +.wp-block-navigation__toggle_button_label { + font-size: 1rem; + font-weight: 700; +} +.wp-block-navigation__responsive-container-close, +.wp-block-navigation__responsive-container-open { + background: #0000; + border: none; + color: currentColor; + cursor: pointer; + margin: 0; + padding: 0; + text-transform: inherit; + vertical-align: middle; +} +.wp-block-navigation__responsive-container-close svg, +.wp-block-navigation__responsive-container-open svg { + fill: currentColor; + display: block; + height: 24px; + pointer-events: none; + width: 24px; +} +.wp-block-navigation__responsive-container-open { + display: flex; +} +.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open { + font-family: inherit; + font-size: inherit; + font-weight: inherit; +} +@media (min-width: 600px) { + .wp-block-navigation__responsive-container-open:not(.always-shown) { + display: none; + } +} +.wp-block-navigation__responsive-container-close { + position: absolute; + right: 0; + top: 0; + z-index: 2; +} +.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close { + font-family: inherit; + font-size: inherit; + font-weight: inherit; +} +.wp-block-navigation__responsive-close { + width: 100%; +} +.has-modal-open .wp-block-navigation__responsive-close { + margin-left: auto; + margin-right: auto; + max-width: var(--wp--style--global--wide-size, 100%); +} +.wp-block-navigation__responsive-close:focus { + outline: none; +} +.is-menu-open .wp-block-navigation__responsive-close, +.is-menu-open .wp-block-navigation__responsive-container-content, +.is-menu-open .wp-block-navigation__responsive-dialog { + box-sizing: border-box; +} +.wp-block-navigation__responsive-dialog { + position: relative; +} +.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog { + margin-top: 46px; +} +@media (min-width: 782px) { + .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog { + margin-top: 32px; + } +} +html.has-modal-open { + overflow: hidden; +} +.wp-block-navigation .wp-block-navigation-item__label { + overflow-wrap: break-word; +} +.wp-block-navigation .wp-block-navigation-item__description { + display: none; +} +.link-ui-tools { + border-top: 1px solid #f0f0f0; + padding: 8px; +} +.link-ui-block-inserter { + padding-top: 8px; +} +.link-ui-block-inserter__back { + margin-left: 8px; + text-transform: uppercase; +} +.components-popover-pointer-events-trap { + background-color: initial; + cursor: pointer; + inset: 0; + position: fixed; + z-index: 1000000; +} +.wp-block-navigation .wp-block-page-list { + align-items: var(--navigation-layout-align, initial); + background-color: inherit; + display: flex; + flex-direction: var(--navigation-layout-direction, initial); + flex-wrap: var(--navigation-layout-wrap, wrap); + justify-content: var(--navigation-layout-justify, initial); +} +.wp-block-navigation .wp-block-navigation-item { + background-color: inherit; +} +.is-small-text { + font-size: 0.875em; +} +.is-regular-text { + font-size: 1em; +} +.is-large-text { + font-size: 2.25em; +} +.is-larger-text { + font-size: 3em; +} +.has-drop-cap:not(:focus):first-letter { + float: left; + font-size: 8.4em; + font-style: normal; + font-weight: 100; + line-height: 0.68; + margin: 0.05em 0.1em 0 0; + text-transform: uppercase; +} +body.rtl .has-drop-cap:not(:focus):first-letter { + float: none; + margin-left: 0.1em; +} +p.has-drop-cap.has-background { + overflow: hidden; +} +p.has-background { + padding: 1.25em 2.375em; +} +:where(p.has-text-color:not(.has-link-color)) a { + color: inherit; +} +p.has-text-align-left[style*="writing-mode:vertical-lr"], +p.has-text-align-right[style*="writing-mode:vertical-rl"] { + rotate: 180deg; +} +.wp-block-post-author { + display: flex; + flex-wrap: wrap; +} +.wp-block-post-author__byline { + font-size: 0.5em; + margin-bottom: 0; + margin-top: 0; + width: 100%; +} +.wp-block-post-author__avatar { + margin-right: 1em; +} +.wp-block-post-author__bio { + font-size: 0.7em; + margin-bottom: 0.7em; +} +.wp-block-post-author__content { + flex-basis: 0; + flex-grow: 1; +} +.wp-block-post-author__name { + margin: 0; +} +.wp-block-post-comments-form { + box-sizing: border-box; +} +.wp-block-post-comments-form[style*="font-weight"] :where(.comment-reply-title) { + font-weight: inherit; +} +.wp-block-post-comments-form[style*="font-family"] :where(.comment-reply-title) { + font-family: inherit; +} +.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title), +.wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) { + font-size: inherit; +} +.wp-block-post-comments-form[style*="line-height"] :where(.comment-reply-title) { + line-height: inherit; +} +.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) { + font-style: inherit; +} +.wp-block-post-comments-form[style*="letter-spacing"] :where(.comment-reply-title) { + letter-spacing: inherit; +} +.wp-block-post-comments-form input[type="submit"] { + box-shadow: none; + cursor: pointer; + display: inline-block; + overflow-wrap: break-word; + text-align: center; +} +.wp-block-post-comments-form input:not([type="submit"]), +.wp-block-post-comments-form textarea { + border: 1px solid #949494; + font-family: inherit; + font-size: 1em; +} +.wp-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]), +.wp-block-post-comments-form textarea { + padding: calc(0.667em + 2px); +} +.wp-block-post-comments-form .comment-form input:not([type="submit"]):not([type="checkbox"]):not([type="hidden"]), +.wp-block-post-comments-form .comment-form textarea { + box-sizing: border-box; + display: block; + width: 100%; +} +.wp-block-post-comments-form .comment-form-author label, +.wp-block-post-comments-form .comment-form-email label, +.wp-block-post-comments-form .comment-form-url label { + display: block; + margin-bottom: 0.25em; +} +.wp-block-post-comments-form .comment-form-cookies-consent { + display: flex; + gap: 0.25em; +} +.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent { + margin-top: 0.35em; +} +.wp-block-post-comments-form .comment-reply-title { + margin-bottom: 0; +} +.wp-block-post-comments-form .comment-reply-title :where(small) { + font-size: var(--wp--preset--font-size--medium, smaller); + margin-left: 0.5em; +} +.wp-block-post-date { + box-sizing: border-box; +} +:where(.wp-block-post-excerpt) { + margin-bottom: var(--wp--style--block-gap); + margin-top: var(--wp--style--block-gap); +} +.wp-block-post-excerpt__excerpt { + margin-bottom: 0; + margin-top: 0; +} +.wp-block-post-excerpt__more-text { + margin-bottom: 0; + margin-top: var(--wp--style--block-gap); +} +.wp-block-post-excerpt__more-link { + display: inline-block; +} +.wp-block-post-featured-image { + margin-left: 0; + margin-right: 0; +} +.wp-block-post-featured-image a { + display: block; + height: 100%; +} +.wp-block-post-featured-image img { + box-sizing: border-box; + height: auto; + max-width: 100%; + vertical-align: bottom; + width: 100%; +} +.wp-block-post-featured-image.alignfull img, +.wp-block-post-featured-image.alignwide img { + width: 100%; +} +.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim { + background-color: #000; + inset: 0; + position: absolute; +} +.wp-block-post-featured-image { + position: relative; +} +.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient { + background-color: initial; +} +.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 { + opacity: 0; +} +.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 { + opacity: 0.1; +} +.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 { + opacity: 0.2; +} +.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 { + opacity: 0.3; +} +.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 { + opacity: 0.4; +} +.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 { + opacity: 0.5; +} +.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 { + opacity: 0.6; +} +.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 { + opacity: 0.7; +} +.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 { + opacity: 0.8; +} +.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 { + opacity: 0.9; +} +.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 { + opacity: 1; +} +.wp-block-post-featured-image:where(.alignleft, .alignright) { + width: 100%; +} +.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous { + display: inline-block; + margin-right: 1ch; +} +.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) { + transform: scaleX(1); +} +.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next { + display: inline-block; + margin-left: 1ch; +} +.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) { + transform: scaleX(1); +} +.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"], +.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] { + rotate: 180deg; +} +.wp-block-post-terms { + box-sizing: border-box; +} +.wp-block-post-terms .wp-block-post-terms__separator { + white-space: pre-wrap; +} +.wp-block-post-time-to-read, +.wp-block-post-title { + box-sizing: border-box; +} +.wp-block-post-title { + word-break: break-word; +} +.wp-block-post-title a { + display: inline-block; +} +.wp-block-preformatted { + box-sizing: border-box; + white-space: pre-wrap; +} +:where(.wp-block-preformatted.has-background) { + padding: 1.25em 2.375em; +} +.wp-block-pullquote { + box-sizing: border-box; + overflow-wrap: break-word; + padding: 4em 0; + text-align: center; +} +.wp-block-pullquote blockquote, +.wp-block-pullquote cite, +.wp-block-pullquote p { + color: inherit; +} +.wp-block-pullquote blockquote { + margin: 0; +} +.wp-block-pullquote p { + margin-top: 0; +} +.wp-block-pullquote p:last-child { + margin-bottom: 0; +} +.wp-block-pullquote.alignleft, +.wp-block-pullquote.alignright { + max-width: 420px; +} +.wp-block-pullquote cite, +.wp-block-pullquote footer { + position: relative; +} +.wp-block-pullquote .has-text-color a { + color: inherit; +} +:where(.wp-block-pullquote) { + margin: 0 0 1em; +} +.wp-block-pullquote.has-text-align-left blockquote { + text-align: left; +} +.wp-block-pullquote.has-text-align-right blockquote { + text-align: right; +} +.wp-block-pullquote.is-style-solid-color { + border: none; +} +.wp-block-pullquote.is-style-solid-color blockquote { + margin-left: auto; + margin-right: auto; + max-width: 60%; +} +.wp-block-pullquote.is-style-solid-color blockquote p { + font-size: 2em; + margin-bottom: 0; + margin-top: 0; +} +.wp-block-pullquote.is-style-solid-color blockquote cite { + font-style: normal; + text-transform: none; +} +.wp-block-pullquote cite { + color: inherit; +} +.wp-block-post-template { + list-style: none; + margin-bottom: 0; + margin-top: 0; + max-width: 100%; + padding: 0; +} +.wp-block-post-template.wp-block-post-template { + background: none; +} +.wp-block-post-template.is-flex-container { + display: flex; + flex-direction: row; + flex-wrap: wrap; + gap: 1.25em; +} +.wp-block-post-template.is-flex-container > li { + margin: 0; + width: 100%; +} +@media (min-width: 600px) { + .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li { + width: calc(50% - 0.625em); + } + .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li { + width: calc(33.33333% - 0.83333em); + } + .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li { + width: calc(25% - 0.9375em); + } + .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li { + width: calc(20% - 1em); + } + .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li { + width: calc(16.66667% - 1.04167em); + } +} +@media (max-width: 600px) { + .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid { + grid-template-columns: 1fr; + } +} +.wp-block-post-template-is-layout-constrained > li > .alignright, +.wp-block-post-template-is-layout-flow > li > .alignright { + float: right; + margin-inline-end: 0; + margin-inline-start: 2em; +} +.wp-block-post-template-is-layout-constrained > li > .alignleft, +.wp-block-post-template-is-layout-flow > li > .alignleft { + float: left; + margin-inline-end: 2em; + margin-inline-start: 0; +} +.wp-block-post-template-is-layout-constrained > li > .aligncenter, +.wp-block-post-template-is-layout-flow > li > .aligncenter { + margin-inline-end: auto; + margin-inline-start: auto; +} +.wp-block-query-pagination > .wp-block-query-pagination-next, +.wp-block-query-pagination > .wp-block-query-pagination-numbers, +.wp-block-query-pagination > .wp-block-query-pagination-previous { + margin-bottom: 0.5em; + margin-right: 0.5em; +} +.wp-block-query-pagination > .wp-block-query-pagination-next:last-child, +.wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child, +.wp-block-query-pagination > .wp-block-query-pagination-previous:last-child { + margin-right: 0; +} +.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-of-type { + margin-inline-start: auto; +} +.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child { + margin-inline-end: auto; +} +.wp-block-query-pagination .wp-block-query-pagination-previous-arrow { + display: inline-block; + margin-right: 1ch; +} +.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) { + transform: scaleX(1); +} +.wp-block-query-pagination .wp-block-query-pagination-next-arrow { + display: inline-block; + margin-left: 1ch; +} +.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) { + transform: scaleX(1); +} +.wp-block-query-pagination.aligncenter { + justify-content: center; +} +.wp-block-query-title, +.wp-block-quote { + box-sizing: border-box; +} +.wp-block-quote { + overflow-wrap: break-word; +} +.wp-block-quote.is-large:where(:not(.is-style-plain)), +.wp-block-quote.is-style-large:where(:not(.is-style-plain)) { + margin-bottom: 1em; + padding: 0 1em; +} +.wp-block-quote.is-large:where(:not(.is-style-plain)) p, +.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p { + font-size: 1.5em; + font-style: italic; + line-height: 1.6; +} +.wp-block-quote.is-large:where(:not(.is-style-plain)) cite, +.wp-block-quote.is-large:where(:not(.is-style-plain)) footer, +.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite, +.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer { + font-size: 1.125em; + text-align: right; +} +.wp-block-quote > cite { + display: block; +} +.wp-block-read-more { + display: block; + width: -moz-fit-content; + width: fit-content; +} +.wp-block-read-more:where(:not([style*="text-decoration"])) { + text-decoration: none; +} +.wp-block-read-more:where(:not([style*="text-decoration"])):active, +.wp-block-read-more:where(:not([style*="text-decoration"])):focus { + text-decoration: none; +} +ul.wp-block-rss { + list-style: none; + padding: 0; +} +ul.wp-block-rss.wp-block-rss { + box-sizing: border-box; +} +ul.wp-block-rss.alignleft { + margin-right: 2em; +} +ul.wp-block-rss.alignright { + margin-left: 2em; +} +ul.wp-block-rss.is-grid { + display: flex; + flex-wrap: wrap; + list-style: none; + padding: 0; +} +ul.wp-block-rss.is-grid li { + margin: 0 1em 1em 0; + width: 100%; +} +@media (min-width: 600px) { + ul.wp-block-rss.columns-2 li { + width: calc(50% - 1em); + } + ul.wp-block-rss.columns-3 li { + width: calc(33.33333% - 1em); + } + ul.wp-block-rss.columns-4 li { + width: calc(25% - 1em); + } + ul.wp-block-rss.columns-5 li { + width: calc(20% - 1em); + } + ul.wp-block-rss.columns-6 li { + width: calc(16.66667% - 1em); + } +} +.wp-block-rss__item-author, +.wp-block-rss__item-publish-date { + display: block; + font-size: 0.8125em; +} +.wp-block-search__button { + margin-left: 10px; + word-break: normal; +} +.wp-block-search__button.has-icon { + line-height: 0; +} +.wp-block-search__button svg { + height: 1.25em; + min-height: 24px; + min-width: 24px; + width: 1.25em; + fill: currentColor; + vertical-align: text-bottom; +} +:where(.wp-block-search__button) { + border: 1px solid #ccc; + padding: 6px 10px; +} +.wp-block-search__inside-wrapper { + display: flex; + flex: auto; + flex-wrap: nowrap; + max-width: 100%; +} +.wp-block-search__label { + width: 100%; +} +.wp-block-search__input { + -webkit-appearance: initial; + appearance: none; + border: 1px solid #949494; + flex-grow: 1; + margin-left: 0; + margin-right: 0; + min-width: 3rem; + padding: 8px; + text-decoration: unset !important; +} +.wp-block-search.wp-block-search__button-only .wp-block-search__button { + flex-shrink: 0; + margin-left: 0; + max-width: 100%; +} +.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded="true"] { + max-width: calc(100% - 100px); +} +.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper { + min-width: 0 !important; + transition-property: width; +} +.wp-block-search.wp-block-search__button-only .wp-block-search__input { + flex-basis: 100%; + transition-duration: 0.3s; +} +.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden, +.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper { + overflow: hidden; +} +.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input { + border-left-width: 0 !important; + border-right-width: 0 !important; + flex-basis: 0; + flex-grow: 0; + margin: 0; + min-width: 0 !important; + padding-left: 0 !important; + padding-right: 0 !important; + width: 0 !important; +} +:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) { + border: 1px solid #949494; + box-sizing: border-box; + padding: 4px; +} +:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input { + border: none; + border-radius: 0; + padding: 0 4px; +} +:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus { + outline: none; +} +:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) { + padding: 4px 8px; +} +.wp-block-search.aligncenter .wp-block-search__inside-wrapper { + margin: auto; +} +.wp-block[data-align="right"] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper { + float: right; +} +.wp-block-separator { + border: none; + border-top: 2px solid; +} +.wp-block-separator.is-style-dots { + background: none !important; + border: none; + height: auto; + line-height: 1; + text-align: center; +} +.wp-block-separator.is-style-dots:before { + color: currentColor; + content: "···"; + font-family: serif; + font-size: 1.5em; + letter-spacing: 2em; + padding-left: 2em; +} +.wp-block-site-logo { + box-sizing: border-box; + line-height: 0; +} +.wp-block-site-logo a { + display: inline-block; + line-height: 0; +} +.wp-block-site-logo.is-default-size img { + height: auto; + width: 120px; +} +.wp-block-site-logo img { + height: auto; + max-width: 100%; +} +.wp-block-site-logo a, +.wp-block-site-logo img { + border-radius: inherit; +} +.wp-block-site-logo.aligncenter { + margin-left: auto; + margin-right: auto; + text-align: center; +} +.wp-block-site-logo.is-style-rounded { + border-radius: 9999px; +} +.wp-block-site-title a { + color: inherit; +} +.wp-block-social-links { + background: none; + box-sizing: border-box; + margin-left: 0; + padding-left: 0; + padding-right: 0; + text-indent: 0; +} +.wp-block-social-links .wp-social-link a, +.wp-block-social-links .wp-social-link a:hover { + border-bottom: 0; + box-shadow: none; + text-decoration: none; +} +.wp-block-social-links .wp-social-link a { + padding: 0.25em; +} +.wp-block-social-links .wp-social-link svg { + height: 1em; + width: 1em; +} +.wp-block-social-links .wp-social-link span:not(.screen-reader-text) { + font-size: 0.65em; + margin-left: 0.5em; + margin-right: 0.5em; +} +.wp-block-social-links.has-small-icon-size { + font-size: 16px; +} +.wp-block-social-links, +.wp-block-social-links.has-normal-icon-size { + font-size: 24px; +} +.wp-block-social-links.has-large-icon-size { + font-size: 36px; +} +.wp-block-social-links.has-huge-icon-size { + font-size: 48px; +} +.wp-block-social-links.aligncenter { + display: flex; + justify-content: center; +} +.wp-block-social-links.alignright { + justify-content: flex-end; +} +.wp-block-social-link { + border-radius: 9999px; + display: block; + height: auto; + transition: transform 0.1s ease; +} +@media (prefers-reduced-motion: reduce) { + .wp-block-social-link { + transition-delay: 0s; + transition-duration: 0s; + } +} +.wp-block-social-link a { + align-items: center; + display: flex; + line-height: 0; + transition: transform 0.1s ease; +} +.wp-block-social-link:hover { + transform: scale(1.1); +} +.wp-block-social-links .wp-block-social-link.wp-social-link { + display: inline-block; + margin: 0; + padding: 0; +} +.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor, +.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg, +.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active, +.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover, +.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited { + color: currentColor; + fill: currentColor; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link { + background-color: #f0f0f0; + color: #444; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon { + background-color: #f90; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp { + background-color: #1ea0c3; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance { + background-color: #0757fe; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen { + background-color: #1e1f26; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart { + background-color: #02e49b; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble { + background-color: #e94c89; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox { + background-color: #4280ff; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy { + background-color: #f45800; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook { + background-color: #1778f2; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx { + background-color: #000; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr { + background-color: #0461dd; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare { + background-color: #e65678; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github { + background-color: #24292d; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads { + background-color: #eceadd; + color: #382110; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google { + background-color: #ea4434; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-gravatar { + background-color: #1d4fc4; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram { + background-color: #f00075; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm { + background-color: #e21b24; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin { + background-color: #0d66c2; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon { + background-color: #3288d4; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium { + background-color: #02ab6c; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup { + background-color: #f6405f; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon { + background-color: #000; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest { + background-color: #e60122; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket { + background-color: #ef4155; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit { + background-color: #ff4500; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype { + background-color: #0478d7; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat { + background-color: #fefc00; + color: #fff; + stroke: #000; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud { + background-color: #ff5600; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify { + background-color: #1bd760; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram { + background-color: #2aabee; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads, +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok { + background-color: #000; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr { + background-color: #011835; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch { + background-color: #6440a4; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter { + background-color: #1da1f2; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo { + background-color: #1eb7ea; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk { + background-color: #4680c2; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress { + background-color: #3499cd; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp { + background-color: #25d366; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x { + background-color: #000; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp { + background-color: #d32422; + color: #fff; +} +.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube { + background-color: red; + color: #fff; +} +.wp-block-social-links.is-style-logos-only .wp-social-link { + background: none; +} +.wp-block-social-links.is-style-logos-only .wp-social-link a { + padding: 0; +} +.wp-block-social-links.is-style-logos-only .wp-social-link svg { + height: 1.25em; + width: 1.25em; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-amazon { + color: #f90; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp { + color: #1ea0c3; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-behance { + color: #0757fe; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-codepen { + color: #1e1f26; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart { + color: #02e49b; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble { + color: #e94c89; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox { + color: #4280ff; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-etsy { + color: #f45800; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-facebook { + color: #1778f2; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx { + color: #000; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-flickr { + color: #0461dd; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare { + color: #e65678; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-github { + color: #24292d; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads { + color: #382110; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-google { + color: #ea4434; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-gravatar { + color: #1d4fc4; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-instagram { + color: #f00075; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm { + color: #e21b24; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin { + color: #0d66c2; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon { + color: #3288d4; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-medium { + color: #02ab6c; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-meetup { + color: #f6405f; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-patreon { + color: #000; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest { + color: #e60122; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-pocket { + color: #ef4155; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-reddit { + color: #ff4500; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-skype { + color: #0478d7; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat { + color: #fff; + stroke: #000; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud { + color: #ff5600; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-spotify { + color: #1bd760; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-telegram { + color: #2aabee; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-threads, +.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok { + color: #000; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr { + color: #011835; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-twitch { + color: #6440a4; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-twitter { + color: #1da1f2; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo { + color: #1eb7ea; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-vk { + color: #4680c2; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp { + color: #25d366; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress { + color: #3499cd; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-x { + color: #000; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-yelp { + color: #d32422; +} +.wp-block-social-links.is-style-logos-only .wp-social-link-youtube { + color: red; +} +.wp-block-social-links.is-style-pill-shape .wp-social-link { + width: auto; +} +.wp-block-social-links.is-style-pill-shape .wp-social-link a { + padding-left: 0.66667em; + padding-right: 0.66667em; +} +.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label { + color: #000; +} +.wp-block-spacer { + clear: both; +} +.wp-block-tag-cloud { + box-sizing: border-box; +} +.wp-block-tag-cloud.aligncenter { + justify-content: center; + text-align: center; +} +.wp-block-tag-cloud.alignfull { + padding-left: 1em; + padding-right: 1em; +} +.wp-block-tag-cloud a { + display: inline-block; + margin-right: 5px; +} +.wp-block-tag-cloud span { + display: inline-block; + margin-left: 5px; + text-decoration: none; +} +.wp-block-tag-cloud.is-style-outline { + display: flex; + flex-wrap: wrap; + gap: 1ch; +} +.wp-block-tag-cloud.is-style-outline a { + border: 1px solid; + font-size: unset !important; + margin-right: 0; + padding: 1ch 2ch; + text-decoration: none !important; +} +.wp-block-table { + overflow-x: auto; +} +.wp-block-table table { + border-collapse: collapse; + width: 100%; +} +.wp-block-table thead { + border-bottom: 3px solid; +} +.wp-block-table tfoot { + border-top: 3px solid; +} +.wp-block-table td, +.wp-block-table th { + border: 1px solid; + padding: 0.5em; +} +.wp-block-table .has-fixed-layout { + table-layout: fixed; + width: 100%; +} +.wp-block-table .has-fixed-layout td, +.wp-block-table .has-fixed-layout th { + word-break: break-word; +} +.wp-block-table.aligncenter, +.wp-block-table.alignleft, +.wp-block-table.alignright { + display: table; + width: auto; +} +.wp-block-table.aligncenter td, +.wp-block-table.aligncenter th, +.wp-block-table.alignleft td, +.wp-block-table.alignleft th, +.wp-block-table.alignright td, +.wp-block-table.alignright th { + word-break: break-word; +} +.wp-block-table .has-subtle-light-gray-background-color { + background-color: #f3f4f5; +} +.wp-block-table .has-subtle-pale-green-background-color { + background-color: #e9fbe5; +} +.wp-block-table .has-subtle-pale-blue-background-color { + background-color: #e7f5fe; +} +.wp-block-table .has-subtle-pale-pink-background-color { + background-color: #fcf0ef; +} +.wp-block-table.is-style-stripes { + background-color: initial; + border-bottom: 1px solid #f0f0f0; + border-collapse: inherit; + border-spacing: 0; +} +.wp-block-table.is-style-stripes tbody tr:nth-child(odd) { + background-color: #f0f0f0; +} +.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) { + background-color: #f3f4f5; +} +.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) { + background-color: #e9fbe5; +} +.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) { + background-color: #e7f5fe; +} +.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) { + background-color: #fcf0ef; +} +.wp-block-table.is-style-stripes td, +.wp-block-table.is-style-stripes th { + border-color: #0000; +} +.wp-block-table .has-border-color td, +.wp-block-table .has-border-color th, +.wp-block-table .has-border-color tr, +.wp-block-table .has-border-color > * { + border-color: inherit; +} +.wp-block-table table[style*="border-top-color"] tr:first-child, +.wp-block-table table[style*="border-top-color"] tr:first-child td, +.wp-block-table table[style*="border-top-color"] tr:first-child th, +.wp-block-table table[style*="border-top-color"] > *, +.wp-block-table table[style*="border-top-color"] > * td, +.wp-block-table table[style*="border-top-color"] > * th { + border-top-color: inherit; +} +.wp-block-table table[style*="border-top-color"] tr:not(:first-child) { + border-top-color: initial; +} +.wp-block-table table[style*="border-right-color"] td:last-child, +.wp-block-table table[style*="border-right-color"] th, +.wp-block-table table[style*="border-right-color"] tr, +.wp-block-table table[style*="border-right-color"] > * { + border-right-color: inherit; +} +.wp-block-table table[style*="border-bottom-color"] tr:last-child, +.wp-block-table table[style*="border-bottom-color"] tr:last-child td, +.wp-block-table table[style*="border-bottom-color"] tr:last-child th, +.wp-block-table table[style*="border-bottom-color"] > *, +.wp-block-table table[style*="border-bottom-color"] > * td, +.wp-block-table table[style*="border-bottom-color"] > * th { + border-bottom-color: inherit; +} +.wp-block-table table[style*="border-bottom-color"] tr:not(:last-child) { + border-bottom-color: initial; +} +.wp-block-table table[style*="border-left-color"] td:first-child, +.wp-block-table table[style*="border-left-color"] th, +.wp-block-table table[style*="border-left-color"] tr, +.wp-block-table table[style*="border-left-color"] > * { + border-left-color: inherit; +} +.wp-block-table table[style*="border-style"] td, +.wp-block-table table[style*="border-style"] th, +.wp-block-table table[style*="border-style"] tr, +.wp-block-table table[style*="border-style"] > * { + border-style: inherit; +} +.wp-block-table table[style*="border-width"] td, +.wp-block-table table[style*="border-width"] th, +.wp-block-table table[style*="border-width"] tr, +.wp-block-table table[style*="border-width"] > * { + border-style: inherit; + border-width: inherit; +} +:where(.wp-block-term-description) { + margin-bottom: var(--wp--style--block-gap); + margin-top: var(--wp--style--block-gap); +} +.wp-block-term-description p { + margin-bottom: 0; + margin-top: 0; +} +.wp-block-text-columns, +.wp-block-text-columns.aligncenter { + display: flex; +} +.wp-block-text-columns .wp-block-column { + margin: 0 1em; + padding: 0; +} +.wp-block-text-columns .wp-block-column:first-child { + margin-left: 0; +} +.wp-block-text-columns .wp-block-column:last-child { + margin-right: 0; +} +.wp-block-text-columns.columns-2 .wp-block-column { + width: 50%; +} +.wp-block-text-columns.columns-3 .wp-block-column { + width: 33.33333%; +} +.wp-block-text-columns.columns-4 .wp-block-column { + width: 25%; +} +pre.wp-block-verse { + overflow: auto; + white-space: pre-wrap; +} +:where(pre.wp-block-verse) { + font-family: inherit; +} +.wp-block-video { + box-sizing: border-box; +} +.wp-block-video video { + vertical-align: middle; + width: 100%; +} +@supports (position: sticky) { + .wp-block-video [poster] { + object-fit: cover; + } +} +.wp-block-video.aligncenter { + text-align: center; +} +.wp-block-video figcaption { + margin-bottom: 1em; + margin-top: 0.5em; +} +.editor-styles-wrapper, +.entry-content { + counter-reset: footnotes; +} +a[data-fn].fn { + counter-increment: footnotes; + display: inline-flex; + font-size: smaller; + text-decoration: none; + text-indent: -9999999px; + vertical-align: super; +} +a[data-fn].fn:after { + content: "[" counter(footnotes) "]"; + float: left; + text-indent: 0; +} +.wp-element-button { + cursor: pointer; +} +:root { + --wp--preset--font-size--normal: 16px; + --wp--preset--font-size--huge: 42px; +} +:root .has-very-light-gray-background-color { + background-color: #eee; +} +:root .has-very-dark-gray-background-color { + background-color: #313131; +} +:root .has-very-light-gray-color { + color: #eee; +} +:root .has-very-dark-gray-color { + color: #313131; +} +:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background { + background: linear-gradient(135deg, #00d084, #0693e3); +} +:root .has-purple-crush-gradient-background { + background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe); +} +:root .has-hazy-dawn-gradient-background { + background: linear-gradient(135deg, #faaca8, #dad0ec); +} +:root .has-subdued-olive-gradient-background { + background: linear-gradient(135deg, #fafae1, #67a671); +} +:root .has-atomic-cream-gradient-background { + background: linear-gradient(135deg, #fdd79a, #004a59); +} +:root .has-nightshade-gradient-background { + background: linear-gradient(135deg, #330968, #31cdcf); +} +:root .has-midnight-gradient-background { + background: linear-gradient(135deg, #020381, #2874fc); +} +.has-regular-font-size { + font-size: 1em; +} +.has-larger-font-size { + font-size: 2.625em; +} +.has-normal-font-size { + font-size: var(--wp--preset--font-size--normal); +} +.has-huge-font-size { + font-size: var(--wp--preset--font-size--huge); +} +.has-text-align-center { + text-align: center; +} +.has-text-align-left { + text-align: left; +} +.has-text-align-right { + text-align: right; +} +#end-resizable-editor-section { + display: none; +} +.aligncenter { + clear: both; +} +.items-justified-left { + justify-content: flex-start; +} +.items-justified-center { + justify-content: center; +} +.items-justified-right { + justify-content: flex-end; +} +.items-justified-space-between { + justify-content: space-between; +} +.screen-reader-text { + border: 0; + clip: rect(1px, 1px, 1px, 1px); + -webkit-clip-path: inset(50%); + clip-path: inset(50%); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; + word-wrap: normal !important; +} +.screen-reader-text:focus { + background-color: #ddd; + clip: auto !important; + -webkit-clip-path: none; + clip-path: none; + color: #444; + display: block; + font-size: 1em; + height: auto; + left: 5px; + line-height: normal; + padding: 15px 23px 14px; + text-decoration: none; + top: 5px; + width: auto; + z-index: 100000; +} +html :where(.has-border-color) { + border-style: solid; +} +html :where([style*="border-top-color"]) { + border-top-style: solid; +} +html :where([style*="border-right-color"]) { + border-right-style: solid; +} +html :where([style*="border-bottom-color"]) { + border-bottom-style: solid; +} +html :where([style*="border-left-color"]) { + border-left-style: solid; +} +html :where([style*="border-width"]) { + border-style: solid; +} +html :where([style*="border-top-width"]) { + border-top-style: solid; +} +html :where([style*="border-right-width"]) { + border-right-style: solid; +} +html :where([style*="border-bottom-width"]) { + border-bottom-style: solid; +} +html :where([style*="border-left-width"]) { + border-left-style: solid; +} +html :where(img[class*="wp-image-"]) { + height: auto; + max-width: 100%; +} +:where(figure) { + margin: 0 0 1em; +} +html :where(.is-position-sticky) { + --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px); +} +@media screen and (max-width: 600px) { + html :where(.is-position-sticky) { + --wp-admin--admin-bar--position-offset: 0px; + } +} + +/* Inline CSS */ +.wp-block-button__link { + color: #fff; + background-color: #32373c; + border-radius: 9999px; + box-shadow: none; + text-decoration: none; + padding: calc(0.667em + 2px) calc(1.333em + 2px); + font-size: 1.125em; +} +.wp-block-file__button { + background: #32373c; + color: #fff; + text-decoration: none; +} + +/* Inline Global CSS */ +body { + --wp--preset--color--black: #000000; + --wp--preset--color--cyan-bluish-gray: #abb8c3; + --wp--preset--color--white: #ffffff; + --wp--preset--color--pale-pink: #f78da7; + --wp--preset--color--vivid-red: #cf2e2e; + --wp--preset--color--luminous-vivid-orange: #ff6900; + --wp--preset--color--luminous-vivid-amber: #fcb900; + --wp--preset--color--light-green-cyan: #7bdcb5; + --wp--preset--color--vivid-green-cyan: #00d084; + --wp--preset--color--pale-cyan-blue: #8ed1fc; + --wp--preset--color--vivid-cyan-blue: #0693e3; + --wp--preset--color--vivid-purple: #9b51e0; + --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%); + --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%); + --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%); + --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%); + --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%); + --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%); + --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%); + --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%); + --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%); + --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%); + --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%); + --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%); + --wp--preset--font-size--small: 13px; + --wp--preset--font-size--medium: 20px; + --wp--preset--font-size--large: 36px; + --wp--preset--font-size--x-large: 42px; + --wp--preset--spacing--20: 0.44rem; + --wp--preset--spacing--30: 0.67rem; + --wp--preset--spacing--40: 1rem; + --wp--preset--spacing--50: 1.5rem; + --wp--preset--spacing--60: 2.25rem; + --wp--preset--spacing--70: 3.38rem; + --wp--preset--spacing--80: 5.06rem; + --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2); + --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4); + --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2); + --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1); + --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1); +} +:where(.is-layout-flex) { + gap: 0.5em; +} +:where(.is-layout-grid) { + gap: 0.5em; +} +body .is-layout-flex { + display: flex; +} +body .is-layout-flex { + flex-wrap: wrap; + align-items: center; +} +body .is-layout-flex > * { + margin: 0; +} +body .is-layout-grid { + display: grid; +} +body .is-layout-grid > * { + margin: 0; +} +:where(.wp-block-columns.is-layout-flex) { + gap: 2em; +} +:where(.wp-block-columns.is-layout-grid) { + gap: 2em; +} +:where(.wp-block-post-template.is-layout-flex) { + gap: 1.25em; +} +:where(.wp-block-post-template.is-layout-grid) { + gap: 1.25em; +} +.has-black-color { + color: var(--wp--preset--color--black) !important; +} +.has-cyan-bluish-gray-color { + color: var(--wp--preset--color--cyan-bluish-gray) !important; +} +.has-white-color { + color: var(--wp--preset--color--white) !important; +} +.has-pale-pink-color { + color: var(--wp--preset--color--pale-pink) !important; +} +.has-vivid-red-color { + color: var(--wp--preset--color--vivid-red) !important; +} +.has-luminous-vivid-orange-color { + color: var(--wp--preset--color--luminous-vivid-orange) !important; +} +.has-luminous-vivid-amber-color { + color: var(--wp--preset--color--luminous-vivid-amber) !important; +} +.has-light-green-cyan-color { + color: var(--wp--preset--color--light-green-cyan) !important; +} +.has-vivid-green-cyan-color { + color: var(--wp--preset--color--vivid-green-cyan) !important; +} +.has-pale-cyan-blue-color { + color: var(--wp--preset--color--pale-cyan-blue) !important; +} +.has-vivid-cyan-blue-color { + color: var(--wp--preset--color--vivid-cyan-blue) !important; +} +.has-vivid-purple-color { + color: var(--wp--preset--color--vivid-purple) !important; +} +.has-black-background-color { + background-color: var(--wp--preset--color--black) !important; +} +.has-cyan-bluish-gray-background-color { + background-color: var(--wp--preset--color--cyan-bluish-gray) !important; +} +.has-white-background-color { + background-color: var(--wp--preset--color--white) !important; +} +.has-pale-pink-background-color { + background-color: var(--wp--preset--color--pale-pink) !important; +} +.has-vivid-red-background-color { + background-color: var(--wp--preset--color--vivid-red) !important; +} +.has-luminous-vivid-orange-background-color { + background-color: var(--wp--preset--color--luminous-vivid-orange) !important; +} +.has-luminous-vivid-amber-background-color { + background-color: var(--wp--preset--color--luminous-vivid-amber) !important; +} +.has-light-green-cyan-background-color { + background-color: var(--wp--preset--color--light-green-cyan) !important; +} +.has-vivid-green-cyan-background-color { + background-color: var(--wp--preset--color--vivid-green-cyan) !important; +} +.has-pale-cyan-blue-background-color { + background-color: var(--wp--preset--color--pale-cyan-blue) !important; +} +.has-vivid-cyan-blue-background-color { + background-color: var(--wp--preset--color--vivid-cyan-blue) !important; +} +.has-vivid-purple-background-color { + background-color: var(--wp--preset--color--vivid-purple) !important; +} +.has-black-border-color { + border-color: var(--wp--preset--color--black) !important; +} +.has-cyan-bluish-gray-border-color { + border-color: var(--wp--preset--color--cyan-bluish-gray) !important; +} +.has-white-border-color { + border-color: var(--wp--preset--color--white) !important; +} +.has-pale-pink-border-color { + border-color: var(--wp--preset--color--pale-pink) !important; +} +.has-vivid-red-border-color { + border-color: var(--wp--preset--color--vivid-red) !important; +} +.has-luminous-vivid-orange-border-color { + border-color: var(--wp--preset--color--luminous-vivid-orange) !important; +} +.has-luminous-vivid-amber-border-color { + border-color: var(--wp--preset--color--luminous-vivid-amber) !important; +} +.has-light-green-cyan-border-color { + border-color: var(--wp--preset--color--light-green-cyan) !important; +} +.has-vivid-green-cyan-border-color { + border-color: var(--wp--preset--color--vivid-green-cyan) !important; +} +.has-pale-cyan-blue-border-color { + border-color: var(--wp--preset--color--pale-cyan-blue) !important; +} +.has-vivid-cyan-blue-border-color { + border-color: var(--wp--preset--color--vivid-cyan-blue) !important; +} +.has-vivid-purple-border-color { + border-color: var(--wp--preset--color--vivid-purple) !important; +} +.has-vivid-cyan-blue-to-vivid-purple-gradient-background { + background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important; +} +.has-light-green-cyan-to-vivid-green-cyan-gradient-background { + background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important; +} +.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background { + background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important; +} +.has-luminous-vivid-orange-to-vivid-red-gradient-background { + background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important; +} +.has-very-light-gray-to-cyan-bluish-gray-gradient-background { + background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important; +} +.has-cool-to-warm-spectrum-gradient-background { + background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important; +} +.has-blush-light-purple-gradient-background { + background: var(--wp--preset--gradient--blush-light-purple) !important; +} +.has-blush-bordeaux-gradient-background { + background: var(--wp--preset--gradient--blush-bordeaux) !important; +} +.has-luminous-dusk-gradient-background { + background: var(--wp--preset--gradient--luminous-dusk) !important; +} +.has-pale-ocean-gradient-background { + background: var(--wp--preset--gradient--pale-ocean) !important; +} +.has-electric-grass-gradient-background { + background: var(--wp--preset--gradient--electric-grass) !important; +} +.has-midnight-gradient-background { + background: var(--wp--preset--gradient--midnight) !important; +} +.has-small-font-size { + font-size: var(--wp--preset--font-size--small) !important; +} +.has-medium-font-size { + font-size: var(--wp--preset--font-size--medium) !important; +} +.has-large-font-size { + font-size: var(--wp--preset--font-size--large) !important; +} +.has-x-large-font-size { + font-size: var(--wp--preset--font-size--x-large) !important; +} +.wp-block-navigation a:where(:not(.wp-element-button)) { + color: inherit; +} +:where(.wp-block-post-template.is-layout-flex) { + gap: 1.25em; +} +:where(.wp-block-post-template.is-layout-grid) { + gap: 1.25em; +} +:where(.wp-block-columns.is-layout-flex) { + gap: 2em; +} +:where(.wp-block-columns.is-layout-grid) { + gap: 2em; +} +.wp-block-pullquote { + font-size: 1.5em; + line-height: 1.6; +} + +/* */ +/* +Theme Name: Mantra +Theme URI: https://www.cryoutcreations.eu/wordpress-themes/mantra +Description: Mantra is a do-it-yourself WordPress theme, featuring a pack of over 100 customization options and easy to use tweaks capable of tuning WordPress to your very specific needs and likes. With the help of a simple and efficient user interface you can customize everything:the layout (1,2 or 3 columns), total and partial site widths, colors (all texts, links, backgrounds etc.), fonts (over 35 font-families plus all Google Fonts), text and header sizes, post metas, post excerpts, post formats, header and background images, custom menus, 27 social media links and icons, pins, bullets and much much more. With a fully responsive layout,a customizable showcase presentation page, animated slider, magazine and blog layouts, 8 widget areas, modern graphics and an easy and intuitive admin section, you can start creating your dream site right now. +Author: Cryout Creations +Author URI: https://www.cryoutcreations.eu +Version: 3.3.2 +Tested Up To: 6.5 +Requires PHP: 5.6 +License: GNU General Public License v2.0 +License URI: http://www.gnu.org/licenses/gpl-2.0.html +Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, footer-widgets, grid-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, front-page-post-form, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, entertainment, news +Text domain: mantra + +Copyright (c) 2011-2021 Cryout Creations +https://www.cryoutcreations.eu +*/ + +/* +IMPORTANT! + +Any changes made to this or any other of the theme's files will be lost at the next update. + +To safely make customizations to the theme, for CSS-only consider using the theme's dedicated +"Custom CSS" field found under the Miscellaneous section of the theme settings page; +for advanced CSS and other customizations, consider using a child theme. +*/ + +/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html +-------------------------------------------------------------- */ + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, font, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend{ + border: 0; + margin: 0; + padding: 0; +} + +table, tbody, tfoot, thead, tr, th, td { + background: transparent; + border: 0; + margin: 0; + padding: 0; +} + +*, *:before, *:after { + box-sizing: border-box; +} + +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} + +body { + line-height: 1; +} + +h1, h2, h3, h4, h5, h6 { + clear: both; + font-weight: normal; +} + +#content h1, +#content h2, +#content h3, +#content h4, +#content h5, +#content h6 { + clear: none; +} + +ol, ul { + list-style: none; +} + +blockquote { + display: block; + float: none; + clear: both; + max-width: 90%; + margin: 0 auto; + padding: 25px ; + background-color: #F8F8F8; + font-size: 1.1em; + font-style: italic; + border-radius: 2px; + } + +del { + text-decoration: line-through; +} +/* tables still need 'cellspacing="0"' in the markup */ +table { + border-collapse: collapse; + border-spacing: 0; +} +a img { + border: none; +} + +/* ICON FONT - ELUSIVE */ +@font-face { + font-family: 'elusive'; + src: url('resources/fonts/elusive.eot'); + src: url('resources/fonts/elusive.eot?#iefix') format('embedded-opentype'), + url('resources/fonts/elusive.woff') format('woff'), + url('resources/fonts/elusive.ttf') format('truetype'), + url('resources/fonts/elusive.svg?#elusive') format('svg'); + font-weight: normal; + font-style: normal; +} + +[class^="crycon-"]:before, +[class*=" crycon-"]:before { + font-family: "elusive"; + font-style: normal; + font-weight: normal; + speak: none; + display: inline-block; + text-decoration: inherit; + width: 1em; + margin-right: .2em; + text-align: center; + font-variant: normal; + text-transform: none; + line-height: inherit; + margin-left: .2em; + cursor:inherit; + font-size:inherit; +} + +/* Post info */ +.crycon-author:before { content: '\e801'; } +.crycon-category:before { content: '\e805'; } +.crycon-category2:before { content: '\e817'; } +.crycon-folder-close:before { content: '\e81c'; } +.crycon-folder-open:before { content: '\e81d'; } +.crycon-tag:before { content: '\e802'; } +.crycon-bookmark:before { content: '\e810'; } +.crycon-edit:before { content: '\e804'; } +.crycon-comment:before { content: '\e800'; } +.crycon-comments:before { content: '\e815';} +.crycon-date:before { content: '\e82b'; } +.crycon-time:before { content: '\e80d'; } +.crycon-forward:before { content: '\e81b';-webkit-transform:rotate(180deg) scale(-1, 1);-ms-transform:rotate(180deg) scale(-1, 1);transform:rotate(180deg) scale(-1, 1);margin-left:5px;font-size:10px; +-moz-transition:.2s margin ease; -o-transition:.2s margin ease; -webkit-transition:.2s margin ease; transition:.2s margin ease; } +.crycon-reply:before { content: '\e81b';transform:rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);margin-right:5px;font-size:10px; +-moz-transition:.2s margin ease; -o-transition:.2s margin ease; -webkit-transition:.2s margin ease; transition:.2s margin ease; } + +/* Post metas */ +.crycon-metas:before { + font-size: 13px; + line-height: 1; + cursor: default; + margin-right: 8px; + color: #555; +} + +.crycon-time:before,.crycon-folder-close:before, .crycon-folder-open:before {font-size:14px; } +.crycon-time:before {margin-top:1px; } +.crycon-edit:before {margin-right:1px; } + +/* Post formats */ +.crycon-status:before { content: '\e81a'; } +.crycon-aside:before { content: '\e82a'; } +.crycon-link:before { content: '\e818'; } +.crycon-audio:before { content: '\e823'; } +.crycon-video:before { content: '\e829'; } +.crycon-image:before { content: '\e824'; } +.crycon-gallery:before { content: '\e825'; } +.crycon-quote:before { content: '\e80f'; } + +/* Misc */ +.crycon-search:before { content: '\e816'; } +.crycon-down-dir:before { content: '\e803'; } +.crycon-right-dir:before { content: '\e806'; } +.crycon-angle-left:before { content: '\e807'; } +.crycon-angle-right:before { content: '\e808'; } +.crycon-angle-up:before { content: '\e809'; } +.crycon-angle-down:before { content: '\e80a'; } +.crycon-minus:before { content: '\e80b'; } +.crycon-left-open:before { content: '\e80c'; } +.crycon-up:before { content: '\e80e'; } +.crycon-left-dir:before { content: '\e811'; } +.crycon-up-open:before { content: '\e812'; } +.crycon-ok:before { content: '\e813'; } +.crycon-cancel:before { content: '\e814'; } +.crycon-up-dir:before { content: '\e819'; } +.crycon-right-open:before { content: '\e81e'; } +.crycon-home:before { content: '\e81f'; } +.crycon-menu:before { content: '\e820'; } +.crycon-plus:before { content: '\e821'; } +.crycon-down-open:before { content: '\e822'; } +.crycon-down:before { content: '\e826'; } +.crycon-left:before { content: '\e827'; } +.crycon-right:before { content: '\e828'; } +.crycon-star-empty:before { content: '\e82c'; } +.crycon-star:before { content: '\e82d'; } +.crycon-mail:before { content: '\e82e'; } +.crycon-home-1:before { content: '\e82f'; } +.crycon-attach:before { content: '\e830'; } +.crycon-eye:before { content: '\e831'; } +.crycon-eye-off:before { content: '\e832'; } +.crycon-tags:before { content: '\e833'; } +.crycon-flag:before { content: '\e834'; } +.crycon-warning:before { content: '\e835'; } +.crycon-location:before { content: '\e836'; } +.crycon-trash:before { content: '\e837'; } +.crycon-doc:before { content: '\e838'; } +.crycon-phone:before { content: '\e839'; } +.crycon-cog:before { content: '\e83a'; } +.crycon-basket:before { content: '\e83b'; } +.crycon-basket-circled:before { content: '\e83c'; } +.crycon-wrench:before { content: '\e83d'; } +.crycon-wrench-circled:before { content: '\e83e'; } +.crycon-mic:before { content: '\e83f'; } +.crycon-volume:before { content: '\e840'; } +.crycon-volume-down:before { content: '\e841'; } +.crycon-volume-off:before { content: '\e842'; } +.crycon-headphones:before { content: '\e843'; } +.crycon-lightbulb:before { content: '\e844'; } +.crycon-resize-full:before { content: '\e845'; } +.crycon-resize-full-alt:before { content: '\e846'; } +.crycon-resize-small:before { content: '\e847'; } +.crycon-resize-vertical:before { content: '\e848'; } +.crycon-resize-horizontal:before { content: '\e849'; } +.crycon-move:before { content: '\e84a'; } +.crycon-zoom-in:before { content: '\e84b'; } +.crycon-zoom-out:before { content: '\e84c'; } +.crycon-arrows-cw:before { content: '\e84d'; } +.crycon-desktop:before { content: '\e84e'; } +.crycon-inbox:before { content: '\e84f'; } +.crycon-cloud:before { content: '\e850'; } +.crycon-book:before { content: '\e851'; } +.crycon-certificate:before { content: '\e852'; } +.crycon-tasks:before { content: '\e853'; } +.crycon-thumbs-up:before { content: '\e854'; } +.crycon-thumbs-down:before { content: '\e855'; } +.crycon-help-circled:before { content: '\e856'; } +.crycon-star-circled:before { content: '\e857'; } +.crycon-bell:before { content: '\e858'; } +.crycon-rss:before { content: '\e859'; } +.crycon-trash-circled:before { content: '\e85a'; } +.crycon-cogs:before { content: '\e85b'; } +.crycon-cog-circled:before { content: '\e85c'; } +.crycon-calendar-circled:before { content: '\e85d'; } +.crycon-mic-circled:before { content: '\e85e'; } +.crycon-volume-up:before { content: '\e85f'; } +.crycon-print:before { content: '\e860'; } +.crycon-edit-alt:before { content: '\e861'; } +.crycon-edit-2:before { content: '\e862'; } +.crycon-block:before { content: '\e863'; } + +/* = Gutenberg +-------------------------------------------------------------- */ + +.entry-content .wp-block-archives, +.entry-content .wp-block-categories, +.entry-content .wp-block-latest-posts { + padding: 0; + list-style: none; +} + +.wp-block-quote.is-large, .wp-block-quote.is-style-large { + padding: 2em; + margin-left: auto; + margin-right: auto; + font-size: 1.2em; +} + +.aligncenter[class^='wp-block']:not(.is-layout-flex) { + display: table; +} + +.wp-block-separator { + max-width: 25%; +} +.wp-block-separator.is-style-wide { + max-width: 100%; +} +.wp-block-separator.is-style-dots::before { + color: inherit; +} + +.wp-block-button { + transition: .2s opacity; +} + +.wp-block-button:hover { + opacity: 0.85; +} + +#content p.has-regular-font-size, +#content p.has-large-font-size, +#content p.has-larger-font-size { + margin-bottom: 0.5em; + line-height: 1; +} + +.alignwide { + max-width: 115%; + margin-left: -6%; + margin-right: -6%; +} + +/* =Layout +-------------------------------------------------------------- */ + +#container { + float: none; + width: 100%; + margin: 0; +} + +#content { + display: block; + float: left; + margin: 0; + padding: 3em; +} + +#primary, +#secondary { + display: block; + float: right; + overflow: hidden; + width: 125px; + border-left: 1px dotted #EAEAEA; + padding: 3em 2em 2em; +} + +#primary { + min-height: 200px; +} + +#secondary { + /*clear: right;*/ +} + +#footer { + clear: both; + width: 100%; +} + +.one-column #content { + float: none; + width: auto; + max-width: 100%; +} + +.single-attachment #content { + display: block; + float: none; + max-width: 100%; + margin: 0 auto; +} + + +/* =Fonts +-------------------------------------------------------------- */ + +pre { + font-family: "Courier 10 Pitch", Courier, monospace; +} + +code { + font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; +} + +.entry-content code { + display: inline-block; + padding: 2px 10px; + border-left: 3px solid #EEEEEE; + color: #1B1B1B; + background-color: #FAFAFA; +} + +/* =Structure +-------------------------------------------------------------- */ + +/* The main theme structure */ +#colophon, +#branding, +#main, +#wrapper { + margin: 0 auto; +} + +#branding { + position: relative; + display: block; + width: 100%; + float: left; + clear: both; + height: 75px; + padding: 0; + overflow: hidden; +} + +a#logo { + display: inline; + height: 100%; +} + +#linky { + display: block; + width: 100%; + height: 100%; + background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICR‌​AEAOw=='); +} + +#forbottom { + min-height: 200px; +} + +#wrapper { + padding: 10px 0 0; +} + +/* Structure the footer area */ +#footer-widget-area { + overflow: hidden; +} + +.footerfour .widget-area { + float: left; + width: 20.5%; + margin-right: 6%; +} + +.footerthree .widget-area { + float: left; + width: 28%; + margin-right: 8%; +} + +.footertwo .widget-area { + float: left; + width: 47.5%; + margin-right: 5%; +} + +.footerone .widget-area { + float: left; + width: 100%; +} + + +#footer-widget-area .widget-area:last-child { + margin-right: 0; +} + +#site-generator { + float: right; + width: 220px; +} + + +/* =Global Elements +-------------------------------------------------------------- */ + +html { + color: #666; + font-size: 15px; + line-height: 1.7; +} + +body { + font-size: inherit; + line-height: inherit; + padding-bottom: 10px; + background: #333; +} + +hr { + clear: both; + height: 1px; + margin-bottom: 18px; + border: 0; + background-color: #d7d7d7; +} + +/* Text elements */ +#content { + color: #333; +} + +.entry-content p:not(:last-child) { + margin-bottom: 1em; +} + +.entry-content ul, +.entry-summary ul { + margin-left: 1.5em; +} + +.entry-content ul, .entry-summary ul, +.entry-content ol, .entry-summary ol { + margin-bottom: 1.5em; +} + +.entry-content ul > li { + background: url(resources/images/bullet.png) left 10px no-repeat; + padding-left: 20px; +} + +.entry-content li li { + margin-left: 15px; +} + +.entry-content ul[class^='wp-block'], +.entry-content ul[class^='wp-block'] > li, +.entry-content [class^='wp-block'] ul, +.entry-content [class^='wp-block'] ul > li { + margin-left: 0; + padding-left: 0; + background-image: none; +} + +ol { + list-style-type: decimal; + margin-left: 1.5em; + +} +ol ol { + list-style-type: upper-alpha; +} +ol ol ol { + list-style-type: lower-roman; +} +ol ol ol ol { + list-style-type: lower-alpha; +} +ul ul, +ol ol, +ul ol, +ol ul { + margin-bottom: 0; +} +dt { + font-weight: bold; +} +big { + font-size: 131.25%; +} +ins { + background: #D9EFFD; + text-decoration: none; +} + +pre { + color: #222; + padding: 1.5em; + border: 1px dotted #ddd; +} +abbr, +acronym { + border-bottom: 1px dotted #666; + cursor: help; +} +sup, +sub { + position: relative; + height: 0; + line-height: 1; + vertical-align: baseline; +} +sup { + bottom: 1ex; +} +sub { + top: .5ex; +} +input:focus, +textarea:focus { + outline: none; +} + +input[type="text"], +input[type="password"], +input[type="email"], +input[type="color"], +input[type="date"], +input[type="datetime"], +input[type="datetime-local"], +input[type="month"], +input[type="number"], +input[type="range"], +input[type="search"], +input[type="tel"], +input[type="time"], +input[type="url"], +input[type="week"], +textarea, +select { + font-size: inherit; + padding: 10px; + border: 1px solid #DDD; + border-radius: 2px; + -webkit-transition: .2s border ease; + transition: .2s border ease; +} + +input[type="text"]:hover, +input[type="password"]:hover, +input[type="email"]:hover, +input[type="color"]:hover, +input[type="date"]:hover, +input[type="datetime"]:hover, +input[type="datetime-local"]:hover, +input[type="month"]:hover, +input[type="number"]:hover, +input[type="range"]:hover, +input[type="search"]:hover, +input[type="tel"]:hover, +input[type="time"]:hover, +input[type="url"]:hover, +input[type="week"]:hover, +textarea:hover, +select:hover { + border: 1px solid #CCC; +} + +input[type="submit"], +input[type="reset"] { + padding: .5em 1em; +} + +a:link { + color: #0D85CC; + text-decoration: none; +} + +a:visited { + color: #0D85CC; + text-decoration: none;; +} + +a:active, +a:hover { + color: #000; +} + +/* Text meant only for screen readers */ +.screen-reader-text { + position: absolute; + left: -9000px; +} + + +/* =Header +-------------------------------------------------------------- */ +#header { + background: none; +} + +#site-title { + display: block; + float: none; + font-size: 36px; + line-height: 50px; +} + +#site-title a { + display: block; + font-weight: bold; + text-decoration: none; + font-variant: small-caps; + letter-spacing: -0.02em; + color: #EEE; + opacity: 1; + -webkit-transition: .3s ease opacity; + transition: .3s ease opacity; +} + +#site-title:hover a { + opacity: .8; +} + +#site-description { + display: block; + clear: both; + float: left; + font-size: .8em; + text-transform: uppercase; + letter-spacing: 2px; + color: #999; +} + +#header-container { + position: absolute; + top: 0; + display: block; + float: none; + width: 100%; + height: 100%; +} + +#header-container > div { + margin-top: 20px; + margin-left: 40px; +} + +/* =Menu -PRIMARY +-------------------------------------------------------------- */ + +#nav-toggle { + display: none; + background: #FFF; + box-shadow: 0 0 5px rgba(0,0,0,.5); +} + +#access { + display: block; + float: left; + margin: 0 auto; + margin-top: 10px; + width: 100%; +} + +#access .menu-header, +div.menu { + margin: 0 1em; +} + +#access ul { + margin-bottom: 0; +} + +#access ul li.current_page_item, +#access ul li.current-menu-item { + background: #fff; + box-shadow: none; +} + +#access a, +.entry-meta a, +.entry-meta2 a, +.entry-meta3 a, +.entry-utility a, +.topmenu a, +a.continue-reading-link, +.widget-area a, +#footer2 a, +.columnmore a, +#nav-below a { + -webkit-transition: .3s ease color; + transition: .3s ease color; +} + +#access a { + display: block; + padding: 0.5em 1.5em; + font-size: 0.95em; + text-decoration: none; + color: #5F5B5B; +} + +#access ul li { + display: block; + float: left; + background: #FAFAFA; + margin: 0 3px; + white-space: nowrap; + border-radius: 7px 7px 0 0; + box-shadow: 0 -.2em 4px rgba(0,0,0,0.1) inset; +} + +#access a:hover { + color: #0C85CD ; +} + +#access ul ul { + position: absolute; + z-index: 99999; + display: none; + clear: both; + margin-left: 0; + box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1); +} + +#access ul ul li { /* level 2 */ + position: relative; + display: block; + float: left; + clear:both; + width: 100%; /* submenu width fix */ + min-width: 150px; + margin: 0; + border-bottom: 1px solid rgba(220,220,220,0.3); + background: #FFF; + box-shadow: none; + border-radius: 0; +} + +#access ul ul ul { + position: absolute; + left: 100%; + top: 0; + margin: 0; +} + +#access ul ul ul li { /* level 3 */ + display: block; + float: none; + width: 100%; + border: 0; + border-bottom: 1px solid rgba(220,220,220,0.3); +} + +#access ul ul a, +#access ul ul ul a { + display: block; + float: none; + width: 100% ; + padding-top: 0.75em ; + padding-bottom: 0.75em ; + color: #5F5B5B; +} + +#access ul ul li:hover, +#access ul ul ul li:hover { + background: #FCFCFC; +} + +#access li:hover > a { + color: #0E85CD ; +} + +#access ul ul :hover > a { + color: #0E85CD; +} + +#access.jssafe ul li > ul { + display: none; +} + +#access.jssafe ul li:hover > ul { + display: block; +} +#access ul li.current_page_item > a, +#access ul li.current-menu-item > a{ + color: #000; +} + +#access ul ul li.current_page_item, +#access ul ul li.current-menu-ancestor, +#access ul ul li.current-menu-item, +#access ul ul li.current-menu-parent { + color: #000; + background: #FFF; +} + + +* html #access ul li.current_page_item a, +* html #access ul li.current-menu-ancestor a, +* html #access ul li.current-menu-item a, +* html #access ul li.current-menu-parent a, +* html #access ul li a:hover { + color: #5F5B5B; +} + +.mantra-menu-center #access ul { + display: table; + margin: 0 auto; +} + +.mantra-menu-right #access .menu-header, +.mantra-menu-right div.menu { + float: right; +} + + +/* =Menu -SECONDARY +-------------------------------------------------------------- */ + +.footermenu { + display: block; + float: none; + overflow: visible; +} + +.topmenu { + overflow: hidden; +} + +.topmenu ul { + float: right; + margin: 0; + padding: 0; +} + +.topmenu ul li { + display: block; + float: left; + margin: 5px 10px; + font-size: 0.9em; +} + +.footermenu { + display: table; + float: none; + overflow: hidden; + margin: 0 auto; + text-align: center; +} + +.footermenu ul li{ + display: block; + float: left; + margin: 0 10px; + text-align: center; +} + + +/* =Content +-------------------------------------------------------------- */ + +#main { + clear: both; + overflow: hidden; + width: 100%; + padding: 0; + background: #FFF; +} + +#content { + margin-bottom: 0; +} + +.entry-content pre, +.entry-content hr { + margin-bottom: 8px; +} + +.entry-content ul ul, +.entry-content ol ol, +.entry-content ul ol, +.entry-content ol ul { + margin-bottom: 0; +} + +.entry-content pre, +.entry-content kbd, +.entry-content tt, +.entry-content var { + overflow: auto; + font-family: "Courier New",Courier,monospace; +} + +.entry-content h1, +.entry-content h2, +.entry-content h3, +.entry-content h4, +.entry-content h5, +.entry-content h6 { + margin: 20px 0 5px 0; +} + +.entry-content h1 { + font-size: 2.5em; +} + +.entry-content h2 { + font-size: 2.2em; +} + +.entry-content h3 { + font-size: 1.9em; +} + +.entry-content h4 { + font-size: 1.5em; +} + +.entry-content h5 { + font-size: 1.25em; + text-transform: uppercase; +} + +.entry-content h6 { + font-size: 1em; + text-transform: uppercase; +} + +.entry-content table { + width: 100%; + margin: 0 0 24px 0; + border: 1px solid #e7e7e7; + text-align: left; +} +.entry-content tr { + background-color: #FFF; + vertical-align: top; +} + +.entry-content .alternate { + background-color: #FFF; +} + +.entry-content tr th, +.entry-content thead th { + padding: 9px 24px; + font-weight: bold; + background-color: #f8f8f8; + color: #000; +} + +.entry-content tr td { + padding: 6px 24px; + border-top: 1px solid #e7e7e7; + vertical-align:top; +} + +.entry-content tr.odd td { + background: #f2f7fc; +} + +.hentry { + margin: 0 0 48px 0; +} + +.single .hentry { + margin: 0 0 48px 0; +} + +.page-title { + display: block; + margin: 0 0 10px 0; + font-size: 1.1em; + font-weight: bold; + color: #000; +} + +.page-title span { + font-size: 1.1em; + font-style: italic; + font-weight: normal; + color: #333; +} + +.page-title a:link, +.page-title a:visited { + text-decoration: none; + color: #666; +} + +.page-title a:active, +.page-title a:hover { + color: #0D85CC; +} + +#content .entry-title { + margin-bottom: 0; + font-size: 30px; + font-weight: normal; + line-height: 1.3; + color: #000000; +} + +.entry-title a:link, +.entry-title a:visited { + color: inherit; + text-decoration: none; +} + +.entry-title a:active, +.entry-title a:hover { + color: #333; +} + +#content > h1.entry-title { + margin-bottom: 10px; +} + +.page-header { + margin: 1em 0 2em; +} + +.entry-meta { + display: block; + clear:both; + margin: 0 1px; + padding: 0 5px; + font-size: .9em; + line-height: 2.5; + background-color: #F8F8F8; + color: #AAA; +} + +.entry-meta > span { + display: inline-block; +} + +#content .entry-meta2, +#content .entry-meta3 { + font-size: .9em; + padding: 0; + clear: both; + display: block; + color: #AAA; +} + +.entry-meta .updated { + display: none; +} + +.entry-meta .comments-link { + float: right; + margin-top: 0; + padding: 0 10px; + background: #FFF; + margin-right: 10px; +} + +#content h3.entry-format { + display: inline; + margin-left: 0; + padding-left: 4px; + font-size: .95em; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + color: #AAA; + text-decoration: underline; + text-transform: uppercase; + text-shadow: none; +} + +.entry-meta2 .comments-link { + float: right; + padding: 0 10px; + border-bottom: 1px solid #EEEEEE; +} + +.entry-meta .bl_sep { + margin: 0 3px; + opacity: 0.5; +} + +.entry-meta abbr, +.entry-utility abbr { + border: none; +} + +.entry-meta abbr:hover, +.entry-utility abbr:hover { + border-bottom: 1px dotted #666; +} + +.entry-content, +.entry-summary { + clear: both; + padding: 2em 0 1em; +} + +.entry-summary { + padding: 1em 0 1em; +} + +.entry-content fieldset { + margin: 0 0 24px 0; + padding: 24px; + border: 1px solid #e7e7e7; +} + +.entry-content fieldset legend { + padding: 0 24px; + font-weight: bold; + background: #fff; + color: #000; +} + +.entry-content label {} +.entry-content sup, +.entry-content sub { + font-size: 10px; +} + +.entry-content blockquote.left { + float: left; + width: 33%; + margin-right: 24px; + margin-left: 0; + text-align: right; +} +.entry-content blockquote.right { + float: right; + width: 33%; + margin-left: 24px; + margin-right: 0; + text-align: left; +} + +.tag-links { + margin-left: 30px; +} + +.page-link { + clear: both; + margin: 20px 10px 20px 0; + font-size: .9em; +} + +.page-link em { + display: inline-block; + margin: 0; + height: 3em; + width: 3em; + line-height: 3; + text-align: center; + font-weight: normal; + font-style: normal; + text-decoration: none; + background: #f7f7f7; + -webkit-transition: .2s background ease-in; + transition: .2s background ease-in; +} + + .page-link a:hover em { + background: #eee; +} + +body.page .edit-link { + display: block; + clear: both; +} + +#entry-author-info, +#author-info { + clear: both; + margin-bottom: 48px; + padding: 1.5em; + overflow: hidden; + line-height: 1.5; + background: #F7F7F7; +} + +#entry-author-info #author-avatar, +#author-info #author-avatar { + float: left; + margin: 0 -104px 0 0; + padding: 11px; + border: 1px solid #E7E7E7; + line-height: 0; + background: #FFF; +} + +#entry-author-info #author-description, +#author-info #author-description { + float: left; + margin: 0 0 0 104px; +} + +#entry-author-info h2, +#author-info h2 { + margin-bottom: 0.5em; + font-size: 100%; + font-weight: bold; + color: #000; +} + +#author-link { + margin-top: 0.5em +} + +.entry-utility { + clear: both; + font-size: .9em; + color: #AAA; +} + +a, +.entry-utility a { + color: inherit; +} + +#content .video-player { + padding: 0; +} + +/* POST FORMATS */ + +article.format-link, +article.format-quote, +article.format-image, +article.format-chat, +article.format-aside { + background-position: 0 10px; + background-repeat: no-repeat; +} + +article.format-aside { background-position: 10px -7px; } +article.format-link { background-image: url(resources/images/post-formats/link.png); } +article.format-quote { background-image: url(resources/images/post-formats/quotes.png); } +article.format-image { background-image: url(resources/images/post-formats/picture.png); } +article.format-chat { background-image: url(resources/images/post-formats/bubble.png); } +article.format-aside { background-image: url(resources/images/post-formats/brackets.png); } + +article.format-link header, +article.format-quote header, +article.format-image header, +article.format-chat header, +article.format-aside header { + padding-left: 60px; +} + +article.format-aside header { + margin-top: 7px; +} +article.format-link h3.entry-format, +article.format-quote h3.entry-format, +article.format-image h3.entry-format, +article.format-chat h3.entry-format, +article.format-aside h3.entry-format { + display: none; +} + +/* post formats bg image undo for single posts */ +.single article.format-link, +.single article.format-quote, +.single article.format-image, +.single article.format-chat, +.single article.format-aside { + background-image: none; +} + + +/* =Asides +-------------------------------------------------------------- */ + +.home #content .format-aside p, +.home #content .category-asides p { + margin-top: 0; + margin-bottom: 10px; + line-height: 20px; +} + +.home .hentry.format-aside, +.home .hentry.category-asides { + padding: 0; +} + +.home #content .format-aside .entry-content, +.home #content .category-asides .entry-content { + padding-top: 0; +} + +#content .format-aside .entry-title { + display: none; +} + +#content .format-aside .author , +#content .format-aside .bl_categ, +#content .format-aside .bl_sep { + display: none; +} + +.bypostauthor {} + +/** + * 5.4 Galleries + * ---------------------------------------------------------------------------- + */ + +#content .gallery br+br { + display: none; +} + +#content .attachment img { /* single attachment images should be centered */ + display: block; + max-width: 96%; + margin: 0 auto; +} + +.gallery { + margin: 0 auto 20px; +} + +.gallery img { + /*border: 10px solid #f1f1f1;*/ +} + +.gallery-item { + float: left; + margin: 0 4px 4px 0; + overflow: hidden; + position: relative; +} + +.gallery-columns-1.gallery-size-medium, +.gallery-columns-1.gallery-size-thumbnail, +.gallery-columns-2.gallery-size-thumbnail, +.gallery-columns-3.gallery-size-thumbnail { + display: table; + margin: 0 auto 20px; +} + +.gallery-columns-1 .gallery-item, +.gallery-columns-2 .gallery-item, +.gallery-columns-3 .gallery-item { + text-align: center; +} + +.gallery-columns-4 .gallery-item { + max-width: 23%; + max-width: calc(25% - 4px); +} + +.gallery-columns-5 .gallery-item { + max-width: 19%; + max-width: calc(20% - 4px); +} + +.gallery-columns-6 .gallery-item { + max-width: 15%; + max-width: calc(16.7% - 4px); +} + +.gallery-columns-7 .gallery-item { + max-width: 13%; + max-width: calc(14.28% - 4px); +} + +.gallery-columns-8 .gallery-item { + max-width: 11%; + max-width: calc(12.5% - 4px); +} + +.gallery-columns-9 .gallery-item { + max-width: 9%; + max-width: calc(11.1% - 4px); +} + +.gallery-columns-1 .gallery-item:nth-of-type(1n), +.gallery-columns-2 .gallery-item:nth-of-type(2n), +.gallery-columns-3 .gallery-item:nth-of-type(3n), +.gallery-columns-4 .gallery-item:nth-of-type(4n), +.gallery-columns-5 .gallery-item:nth-of-type(5n), +.gallery-columns-6 .gallery-item:nth-of-type(6n), +.gallery-columns-7 .gallery-item:nth-of-type(7n), +.gallery-columns-8 .gallery-item:nth-of-type(8n), +.gallery-columns-9 .gallery-item:nth-of-type(9n) { + margin-right: 0; +} + +.gallery-caption { + position: absolute; + bottom: 0; + left: 0; + width: 90%; + max-height: 50%; + margin: 0 0 16px; + padding: 2px 5%; + opacity: 0; + font-size: 14px; + line-height: 1.3; + text-align: left; + cursor: default; + color: #fff; + background-color: rgba(0, 0, 0, 0.7); + -webkit-transition: opacity 400ms ease; + transition: opacity 400ms ease; +} + +.gallery-item:hover .gallery-caption { + opacity: 1; +} + +.gallery-columns-7 .gallery-caption, +.gallery-columns-8 .gallery-caption, +.gallery-columns-9 .gallery-caption { + display: none; +} + +/* =Chat +-------------------------------------------------------------- */ +.format-chat p { + font-family: Monaco, "Courier New", monospace; +} + +/* =Quote +-------------------------------------------------------------- */ +.format-quote blockquote, +.format-quote blockquote p { + font-family: Georgia, "Bitstream Charter", serif; + font-size: 1.1em; +} + + +/* =Status +-------------------------------------------------------------- */ + +.format-status .entry-title { + display: none; +} + +#content .format-status .entry-meta2 { + float: left; + clear: right; + padding-left: 0; +} + +.status_content { + display: block; + float: left; + width: 80%; +} + +#content .format-status h3.entry-format { + margin-left: 0; + padding-left: 0; + text-indent: 0; +} + +.format-status .avatar { + display: block; + width: auto; + float: left; + margin-right: 10px; +} + +/* =Attachment pages +-------------------------------------------------------------- */ + +.attachment .entry-content .entry-caption { + font-size: 140%; + margin-top: 24px; +} +/*.attachment .entry-content .nav-previous a:before { + content: '\2190\00a0'; +} +.attachment .entry-content .nav-next a:after { + content: '\00a0\2192'; +}*/ + + +/* =Images +-------------------------------------------------------------- */ + +.post-thumbnail { + max-width: 100%; + height: auto; +} + +.entry-content img { + margin: 0; + height: auto; + max-width: 100%; +} + +.entry-content table img { + max-width: initial; +} + +img:hover {} + +.alignleft, +img.alignleft, +.alignleft img { + float: left; + margin-right: 24px; + margin-top: 4px; +} + +.alignright, +img.alignright, +.alignright img { + float: right; + margin-top: 4px; + margin-left: 24px; +} + +.aligncenter, +img.aligncenter, +.aligncenter img { + clear: both; + margin-right: auto; + margin-left: auto; +} +img.aligncenter { + display: block; +} + +img.alignleft, +img.alignright, +img.aligncenter { + margin-bottom: 12px; +} + +.wp-caption { + max-width: 100%; + margin-bottom: 20px; + padding: 34px 0 4px; + text-align: center; + background: url(resources/images/pins/Pin2.png) no-repeat center 5px #F9F9F9; + border-radius: 2px; +} + +.wp-caption img { + width: 100%; + margin: 0 auto 5px; + padding: 0; + border: none; + box-shadow: none; +} + +.wp-caption p.wp-caption-text { + padding: 5px; + font-size: .9em; + text-align: center; + text-indent: 0; +} + +.wp-smiley { + width:auto !important; + margin: 0; + border: 0 !important; + background: none !important; + vertical-align: middle; + -moz-box-shadow: none !important; +} + +.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail { + max-width: 100%; + height: auto; +} + +.mantra-caption-light #content .wp-caption {} +.mantra-caption-white #content .wp-caption { background-color: #FFF; } +.mantra-caption-light-gray #content .wp-caption { background-color: #EEE; } +.mantra-caption-gray #content .wp-caption { background-color: #CCC; } +.mantra-caption-dark-gray #content .wp-caption { background-color: #444; color: #CCC; } +.mantra-caption-black #content .wp-caption { background-color: #000; color: #CCC; } + +/* =Navigation +-------------------------------------------------------------- */ + +.navigation { + overflow: hidden; + font-size: .9em; + color: inherit; +} + +.navigation a:link, +.navigation a:visited { + text-decoration: none; + color: inherit; +} + +.navigation a:active, +.navigation a:hover { + color: #0D85CC; +} + +.nav-previous { + float: left; + max-width: 47%; + padding: 0 1%; + border-bottom: 1px dashed #DDD; +} + +.nav-next { + float: right; + max-width: 47%; + padding: 0 1%; + border-bottom: 1px dashed #DDD; + text-align: right; +} + +.nav-next:hover, .nav-previous:hover { + border-color: #999; +} + +#nav-above { + margin: 0 0 3em 0; +} + +#nav-above { + display: none; +} + +.paged #nav-above, +.single #nav-above { + display: none; +} + +#nav-below { + clear:both; + margin-bottom: 48px; +} + + +/* =Comments +-------------------------------------------------------------- */ +#comments { + clear: both; +} + +#comments .navigation { + padding: 0 0 18px 0; +} + +h3#comments-title, +h3#reply-title { + margin-bottom: 0; + font-size: 20px; + font-weight: bold; + color: #000; +} + +h3#comments-title { + padding-top: 30px; + padding-bottom: 30px; +} + +.commentlist { + margin: 0; + list-style: none; +} + +.commentlist li.comment { + margin: 0 0 10px 0; + padding: 0 0px 10px 56px; + position: relative; +/* line-height: 24px; */ + list-style: none; + background: #FFF; + background-image:none; +} + +#comments .reply a.comment-reply-link { + padding: 0 3px; + color: #CCC; + font-weight: bold; + -webkit-transition: .2s color ease; + transition:.2s color ease; +} + +.commentlist li:last-child { + margin-bottom: 0; +} + +#comments .comment-body ul, +#comments .comment-body ol { +} + +#comments .comment-body p:last-child { + margin-bottom: 0; +} + +#comments .comment-body blockquote p:last-child { + margin-bottom: 24px; +} + +.commentlist ol { + list-style: decimal; +} + +.commentlist img.avatar { + position: absolute; + top: 4px; + left: 0; + border: 1px solid #EEE; + border-radius: 0; + background: #FFF; +} + +.comment-author { + display: block; + float: left; +} + +.comment-author cite { + color: #000; +} + +.comment-author .says { + display: none; + font-style: italic; +} + +.comment-meta { + display: block; + float: left; + margin-bottom: 0; + margin-left: 10px; + font-size: .8em; + text-transform: uppercase; + opacity: 0.5; + letter-spacing: 1px; + line-height: 27px; +} + +.comment-meta a:link, +.comment-meta a:visited { + color: inherit; + text-decoration: none; +} + +.comment-meta a:active, +.comment-meta a:hover { + color: #0D85CC; +} + +.comment-edit-link { + border-bottom: 1px dotted; +} + +.comment-body { + clear: both; + padding: 1em; + border: 1px solid #EEE; +} + +#comments .reply { + padding: 0 0 10px 0; + font-size: .9em; + text-align: right; +} + +#comments .reply a, +a.comment-edit-link { + color: #666; +} + +#comments .reply a:hover, +a.comment-edit-link:hover { + color: #0D85CC; +} + +.commentlist .children { + margin: 0 0 0 -40px; + list-style: none; + background-image: none; + +} +.commentlist .children li { + border: none; + background-image: none; + margin: 0; + text-indent: 0; +} + +.nopassword, +.nocomments, +.nocomments2 { +/* display: block;*/ +} + +#comments .pingback { + margin-bottom: 18px; + padding-bottom: 18px; + border-bottom: 1px solid #e7e7e7; +} + +.commentlist li.comment+li.pingback { + margin-top: -6px; +} + +#comments .pingback p { + display: block; + margin: 0; + font-size: 12px; + line-height: 18px; + color: #666; +} + +#comments .pingback .url { + font-size: 13px; + font-style: italic; +} + +/* Comments form */ +input[type="submit"] { + color: #333; +} + +#respond { + position: relative; + overflow: hidden; + margin: 24px 0; +} + +#content #respond p { + margin: 0 0 10px; + overflow: hidden; +} + +#respond .comment-notes { + margin-bottom: 1.5em; + font-size: 0.9em; + opacity: .7; +} + +.form-allowed-tags { + line-height: 1.2; +} + +.children #respond { + margin: 0 48px 0 0; + min-width: 400px; +} + +h3#reply-title { + margin: 18px 0 0 0; +} + +#comments-list #respond { + margin: 0 0 18px 0; +} + +#comments-list ul #respond { + margin: 0; +} + +#cancel-comment-reply-link { + font-size: 12px; + font-weight: normal; + line-height: 18px; +} + +#respond .required { + display: inline; + color: #0D85CC; +} + +#commentform { + display: block; + float: left; + width: 90%; + max-width: 550px; + margin: 0 auto; +} + +#respond label { + font-size: .9em; +} +#respond input + label { + margin-right: 0.5em; + margin-left: 0.5em; +} + +#respond input { + margin: 0 0 9px; +} + +.comment-form-comment textarea { + display: block; + float: right; + width: 80%; + height: 150px; + margin-left: 12px; +} + +.comment-form-author label, +.comment-form-email label, +.comment-form-email label, +.comment-form-url label, +.comment-form-comment label { + display: block; + float: left; + clear: both; + width: 10%; + padding-top: 3px; +} + +.comment-form-author input, +.comment-form-email input, +.comment-form-email input, +.comment-form-url input, +.comment-form-comment input { + display: block; + float: right; + margin-left: 12px; + width: 80%; +} + +#respond .form-allowed-tags { + color: #666; + font-size: 12px; + line-height: 18px; + width: 100%; + margin-left: 12px; + clear: both; + display: block; + float: none; + padding-top: 8px; +} + +#respond .form-allowed-tags code { + font-size: 11px; +} + +#respond .form-submit { + margin: 12px 0; + text-align: right; + clear: both; +} + +#respond .form-submit input { + width: auto; +} + +#respond .form-submit input#submit { + padding: 10px 20px; + border: 1px solid #CCC; + border-radius: 2px; + font-size: .9em; +} + +#respond .form-submit input#submit:hover { + background-color: #F6F6F6; +} + + +/* =Widget Areas +-------------------------------------------------------------- */ + +.widget-area ul { + margin-left: 0; + list-style: none; + list-style-image: none; +} + +.widget-area ul ul { + list-style: none; + margin-left: 0; +} + +.widget-area ul li{ + background-image: none; + margin-left: 0; + list-style-image: none; +} + +.widget-area ul ul li { + background: url(resources/images/bullets/arrow_white.png) left calc( 2em / 2 - 4px ) no-repeat; + margin: 5px 3px; + display: block; + float: none; + width: auto; + padding-left: 15px; + line-height: 2; +} + +.contentsearch { + display: block; + float: none; + overflow: hidden; +} + +.contentsearch .s { + display: block; + float: left; + height: 3em; + min-width: 300px; + margin-bottom: 2em; + padding-left: 1em; + border-radius: 100px; + -webkit-transition: .2s background ease-in; + transition: .2s background ease-in; + border: 1px solid #CCC; +} + +.contentsearch .searchsubmit { + position: relative; + left: -40px; + top: 0; + display: block; + float: left; + width: 3.5em; + height: 100%; + line-height: inherit; + margin: 0; + padding: 0; + border: none; + text-align: center; + cursor: pointer; + background: #444; + color: #EEE; + border-radius: 0 100px 100px 0; + text-indent: -5px; + font-size: 1em; + letter-spacing: 1px; + -webkit-transition: .2s background ease-in; + transition:.2s background ease-in; +} + +#searchform { + position: relative; + display: block; + height: 3em; +} + +.widget_search .s, +#search .s {/* This keeps the search inputs in line This is the Sidebar Search*/ + position: absolute; + right: 0; + top: 0; + display: block; + width: 100%; + height: 3em; + line-height: 3; + margin: 0; + padding-left: 1em; + border-radius: 100px; + border: 1px solid #CCC; +} + +.widget_search .searchsubmit { + position: absolute; + top: 0; + right: 0; + display: block; + margin: 0; + padding: 0; + width: 3.5em; + height: 100%; + line-height: inherit; + border:none; + cursor:pointer; + color: #FFF; + background: #444; + border-radius: 0 100px 100px 0; + -webkit-transition: .2s background ease-in; + transition:.2s background ease-in; + text-indent: -5px; + font-size: 1em; + letter-spacing: 1px; +} + +.searchsubmit:hover { + background: #777; +} + +.widget-container { + position: relative; + margin: 0 0 40px 0; +} + +.widget-container::after { + content: ""; + display: block; + clear: both; +} + +.widget-title { + position: relative; + width: 100%; + width: calc( 100% + 2em ); + margin-bottom: 10px; + padding: 6px 15px; + border-radius: 15px 0 0 0; + font-size: 1.1em; +} + +#footer-widget-area .widget-title { + background: transparent; + box-shadow: none; + margin-bottom: 5px; + padding: 0; + border-radius: 0; +} + +#footer-widget-area a { + margin: 0; + padding: 0; + border: 0; + text-shadow: none; + background: none; + box-shadow: none; +} + +#footer-widget-area a:hover { + text-decoration: underline; + color: #888; +} + +#footer-widget-area ul ul li { + display: block; + float: none; + padding-left: 0; + margin-left: 0; + background: none; +} + +.widget-container li { + display: block; + float: none; + margin: 4px 0; +} + +.widget-area { + font-size: 15px; +} + +.widget-area a:link, +.widget-area a:visited { + text-decoration: none; + word-wrap: break-word; +} + +.widget-area .entry-meta { + font-size: 11px; +} + +#wp_tag_cloud div { + line-height: 1.6; +} + +#wp-calendar { + width: 100%; +} + +#calendar_wrap { + display: block; + float: none; + margin-left: 10px; +} + +#wp-calendar caption { + color: #333; + font-size: 14px; + font-weight: bold; + padding-bottom: 4px; + text-align: left; + margin-left: 10px; +} +#wp-calendar thead { + font-size: 11px; +} + +#wp-calendar thead th { +} + +#wp-calendar tbody { + color: #000; +} + +#wp-calendar tbody td { + padding: 3px 0 2px; + border: 1px solid #EEE; + text-align: center; +} + +#wp-calendar tbody td:hover { + background: #EEE; + opacity: 0.8; +} + +#wp-calendar tbody td a{ + box-shadow: none; + color: #0D85CC; + border: none; + background: none; + padding: 0; + margin: 0; +} + +#wp-tbody .pad { + background: none; +} +#wp-calendar tfoot #next { + text-align: right; +} +.widget_rss a.rsswidget { + color: #000; +} +.widget_rss a.rsswidget:hover { + color: #0D85CC; +} +.widget_rss .widget-title img { + width: 11px; + height: 11px; +} + +/* Main sidebars */ +#main .widget-area ul { + margin-left: 0; + padding: 0; +} + +#main .widget-area ul ul { + margin-left: 0; + padding: 0; + border: none; +} + +#main .widget-area ul.xoxo{ + /* padding-right: 10px; */ +} + +/* Before and after content widgets */ +.yoyo .widget-title { + margin: 0; + padding: 0; + background: none; +} + +/* Footer widget areas */ +#footer-widget-area { + padding: 2em 3em; +} + +#footer-widget-area a{ + color: #666; +} + +#footer-widget-area #wp-calendar tbody td { + padding: 3px 0 2px; + border: 1px solid #222; + text-align: center; + background:none ; + color: #999; +} + + +/* =Footer +-------------------------------------------------------------- */ +#footer { + margin-bottom: 0; + background: #222; +} + +#footer2 { + display: block; + padding: 30px 0 30px; + overflow: visible; + font-size: .9em; + background: #171717; +} + +#colophon { + margin-top: 0; + overflow: hidden; + padding: 0 0 10px 0; +} + +#site-copyright { + display: block; + float: none; + clear: both; + max-width: 50%; + margin: 1em auto; + padding-top: 4px; + text-align: center; + font-style: italic; +} + +#site-copyright a{ + text-decoration: none; + color: #0D85CC; +} + +#site-copyright a:hover{ + text-decoration: underline; +} + +img#wpstats { + display: block; + margin: 0 auto 10px; +} + +/* Extras */ + +#forbottom { + clear: both; + width: 100%; +} + +#forbottom2 { + clear: both; + width: 100%; +} + +/* SOCIALS */ +.socials { + position: relative; + overflow: hidden; + float: right; + min-height: 20px; + margin-right: 10px; + padding-top: 5px; + padding-left: 10px; +} + +.socials a { + display: block; + float: left; + margin-right: 5px; +} + +.socials img { + width: 30px; + padding: 3px; + border-radius: 100px; + top: 0; + position: relative; + background-color: rgba(255,255,255,.1); + -webkit-transition: .2s ease-out all; + transition: .2s ease-out all; +} + +.socials a:hover img { + background-color: transparent; + top: -4px; +} + +#header-container > div#sheader { + position: absolute; + top: 10px; + right: 10px; + margin: 0; +} + +#smenul, +#smenur { + position: fixed; + left: 0; + top: 50%; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + z-index: 100; +} + +#smenul a, +#smenur a { + display: block; + float: none; + clear: both; + margin-bottom: 5px; +} + +#smenur { + left: auto; + right: 0; +} + +#sfooter { + float: right; + padding-top: 5px; + top: -15px; + overflow: visible; +} + +#sfooter a { + width: 26px; + height: 26px; + margin-left: 5px; +} + +/* ARTICLES */ + +article.post { + display: block; + overflow: hidden; +} + +article.sticky { + padding: 2em; + border: 1px solid #E7E7E7; +} + +/* magazine layout undo on single posts */ +.single #content article.post{ float:left; width:100%; margin-right:0; } +.single #content article.sticky { margin-right:0 } +.single #content article:nth-of-type(2n+1) {clear: none; } + +/* BACK TO TOP BUTTON */ +#toTop { + position: fixed; + z-index: 9999; + right: 30px; + bottom: 30px; + cursor: pointer; + opacity: 0; + right: 30px; + -webkit-transition: .3s ease-out all; + transition: .3s ease-out all; +} + +#toTop.showtop { + opacity: 1; +} + +#toTop i:before { + content: '\e809'; + color: #DDD; + position: relative; + display: block; + font-size: 1.2; + line-height: 2.75; + width: 2.75em; + height: 2.75em; + border-radius: 100px; + background: rgba(0,0,0,.5); + opacity: 0.5; + -webkit-transition: .3s ease-out all; + transition: .3s ease-out all; + -webkit-transform: scale(2); + transform: scale(2); +} + +#toTop.showtop i:before { + -webkit-transform: scale(1); + transform: scale(1); +} + +#toTop:hover i:before { + opacity: 1; +} + +/* CUSTOM IMAGE BORDER */ +.mantra-image-none .entry-content img[class*='align'], +.mantra-image-none .entry-content [class*='wp-block'][class*='align'] img, +.mantra-image-none .entry-summary img[class*='align'], +.mantra-image-none .entry-summary [class*='wp-block'][class*='align'] img { } + +.mantra-image-one .entry-content img[class*='align'], +.mantra-image-one .entry-content [class*='wp-block'][class*='align'] img, +.mantra-image-one .entry-summary img[class*='align'], +.mantra-image-one .entry-summary [class*='wp-block'][class*='align'] img { + height: auto; + padding: 3px; + border: 1px solid #DDD !important; +} + +.mantra-image-two .entry-content img[class*='align'], +.mantra-image-two .entry-content [class*='wp-block'][class*='align'] img, +.mantra-image-two .entry-summary img[class*='align'], +.mantra-image-two .entry-summary [class*='wp-block'][class*='align'] img { + padding: 3px; + border: 1px solid #EEE; + background-color: #FFFFFF; + border-radius: 3px; + box-shadow: 0 0 4px #CCC; +} + +.mantra-image-three .entry-content img[class*='align'], +.mantra-image-three .entry-content [class*='wp-block'][class*='align'] img, +.mantra-image-three .entry-summary img[class*='align'], +.mantra-image-three .entry-summary [class*='wp-block'][class*='align'] img { + padding: 3px; + border: 6px solid #EEEEEE; + border-radius: 5px; + background-color: #FFFFFF; +} + +.mantra-image-four .entry-content img[class*='align'], +.mantra-image-four .entry-content [class*='wp-block'][class*='align'] img, +.mantra-image-four .entry-summary img[class*='align'], +.mantra-image-four .entry-summary [class*='wp-block'][class*='align'] img { + border: 1px solid #666 !important; + box-shadow: 0 3px 4px #999; +} + +.mantra-image-five .entry-content img[class*='align'], +.mantra-image-five .entry-content [class*='wp-block'][class*='align'] img, +.mantra-image-five .entry-summary img[class*='align'], +.mantra-image-five .entry-summary [class*='wp-block'][class*='align'] img { + border: 3px solid #DDD !important; +} + +.mantra-image-six .entry-content img[class*='align'], +.mantra-image-six .entry-content [class*='wp-block'][class*='align'] img, +.mantra-image-six .entry-summary img[class*='align'], +.mantra-image-six .entry-summary [class*='wp-block'][class*='align'] img { + border: 8px solid #BBB !important; + box-shadow: 0 0 5px #333; +} + +.mantra-image-seven .entry-content img[class*='align'], +.mantra-image-seven .entry-content [class*='wp-block'][class*='align'] img, +.mantra-image-seven .entry-summary img[class*='align'], +.mantra-image-seven .entry-summary [class*='wp-block'][class*='align'] img { + padding: 7px; + border: 1px solid #CCC; + background-color: #FFFFFF; + box-shadow: inset 0 0 7px #CCC; +} + +/* EDIT POST LINK */ +.edit-link { + float: right; +} + +.edit-link a { + padding: 3px 15px; + background: #F3F3F3; + border-radius: 2px; +} + +.edit-link a:hover { + background: #FAFAFA; +} + +/* Continue Reading Link */ +.continue-reading-link { + display: inline-block; + font-weight: bold; +} + +/* Post thumbnail */ +.post-thumbnail { + opacity: 1; + -webkit-transition: .2s ease-out opacity; + transition: .2s ease-out opacity; +} + +.post-thumbnail:hover { + opacity: .8; +} + +/* BREADCRUMBS */ +.breadcrumbs { + font-size: 1em; +} +.breadcrumbs:not(:empty) { + margin-bottom: .5em; +} + +/* PAGINATION */ +.pagination { + display: table; + float: none; + margin: 20px auto; + text-align: center; + clear: both; +} + +.pagination span, +.pagination a { + display: block; + float: left; + width: auto; + margin-right: 10px; + height: 3em; + width: 3em; + line-height: 3; + text-decoration: none; + background: #f5f5f5; + -webkit-transition: background .5s ease-in-out; + transition: background .5s ease-in-out; +} + +.pagination a:hover{ + background: #999; + color: #fff; +} + +.pagination .current{ + background: #777; + color: #fff; +} + + +/* PRESENTATION PAGE */ + +#frontpage { + padding: 3em; +} + +.slider-wrapper { + display: block; + float: none; + width: 100%; + margin: 0 auto; +} + +#slider { + display:block; + float:none; + margin: 0 auto 20px; +} + +#front-text1 h2, +#front-text2 h2 { + display: block; + float: none; + margin: 20px auto 35px; + text-align: center; + font-size: 32px; + clear: both; + line-height: 1.3; + font-weight: bold; +} + +#front-text2 h2 { + font-size: 28px; + margin-bottom: 65px; +} + +#frontpage .front-text { + margin-bottom: 35px; + padding: 2em; + box-shadow: 0 0 10px rgba(0,0,0,.07); + font-size: 1em; +} + +#frontpage #front-text3 { + font-size: 1.1em; +} + +#front-columns > div { + display: block; + float: left; + height: auto; + margin-bottom: 10px; +} + +#front-columns.front-columns-4 > div { + width: 22%; + margin-right: 4%; +} + +#front-columns.front-columns-3 > div { + width: 29.6666%; + margin-right: 5.5%; +} + +#front-columns.front-columns-2 > div { + width: 47.5%; + margin-right: 5%; +} + +#front-columns.front-columns-1 > div { + width: 100%; +} + +#front-columns.front-columns-4 > div:last-child, +#front-columns.front-columns-3 > div:last-child, +#front-columns.front-columns-2 > div:last-child { + margin-right: 0; +} + +#frontpage + #container > #content { + padding: 0 3em; + width: 100%; + max-width: 100%; + margin: 0; +} + +/* Front page columns */ +#front-columns { + display: block; + float: none; + width: auto; + margin-bottom: 40px; +} + +#front-columns::after { + content: ""; + display: block; + clear: both; +} + +.column-image { + display: inline-block; + overflow: hidden; + margin-bottom: 10px; + box-shadow: 0 0 30px rgba(0,0,0,.2); +} + +.column-text { + text-align: justify; +} + +.column-image img { + display: block; + opacity: 1; + max-width: 100%; + -webkit-transition: .2s ease-out all; + transition: .2s ease-out all; +} + +.column-image:hover img { + opacity: 0.8; +} + +#front-columns h3 { + margin: 0 0 5px; + font-size: 20px; + font-weight: bold; +} + +.columnmore { + margin-top: 10px; + font-size: .8em; + text-transform: uppercase; + letter-spacing: 2px; +} + +/* jQuery Nivo Slider v2.7.1 */ +.nivoSlider { + position: relative; + width: 100%; + height: auto; + overflow: hidden; + line-height: 0; +} + +.nivo-main-image { + display: block; + position: relative; + width: 100%; +} + +/* If an image is wrapped in a link */ +.nivoSlider a.nivo-imageLink { + position: absolute; + z-index: 6; + top: 0; + left: 0; + display: none; + width: 100%; + height: 100%; + margin: 0; + padding: 0; + border: 0; +} + +/* The slices and boxes in the Slider */ +.nivo-slice { + position: absolute; + z-index: 5; + top: 0; + display: block; + height: 100%; +} + +.nivo-box { + position: absolute; + z-index: 5; + display: block; + overflow: hidden; +} + +.nivo-box img { + display: block; +} + +/* Caption styles */ +.nivo-caption { + position: absolute; + z-index: 8; + left: 20px; + right: 20px; + bottom: 20px; + display: none; + overflow: hidden; + padding: 30px; + background: rgba(0,0,0,.5); + color: #fff; + line-height: 1.5; + pointer-events: none; +} + +.nivo-caption > h3 { + margin-bottom: 7px; + font-size: 1.1em; + letter-spacing: 1px; + font-weight: bold; + text-transform: uppercase; +} + +.nivo-caption p { + padding: 5px; + margin: 0; +} + +.nivo-caption a { + display: inline; +} + +.nivo-html-caption { + display: none; +} + +/* Direction nav styles (e.g. Next & Prev) */ +.nivo-directionNav a { + position: absolute; + top: 45%; + z-index: 9; + cursor: pointer; +} + +.nivo-prevNav { + left: 0; +} + +.nivo-nextNav { + right: 0; +} + +/* Control nav styles (e.g. 1,2,3...) */ +.nivo-controlNav { + padding: 15px 0; + text-align: center; +} + +.nivo-controlNav a { + cursor: pointer; +} + +.nivo-controlNav a.active { + font-weight:bold; +} + +.slider-navhover .nivo-directionNav a.nivo-prevNav, +.slider-navhover .nivo-directionNav a.nivo-nextNav { + opacity: 0; + -webkit-transition: .3s all ease-in-out; + transition: .3s all ease-in-out; +} + +.slider-navhover:hover .nivo-directionNav a.nivo-prevNav, +.slider-navhover:hover .nivo-directionNav a.nivo-nextNav { + opacity: 0.9; +} + +.slider-wrapper { + padding-bottom: 35px; +} + +/* +Skin Name: Nivo Slider Default Theme +*/ +.theme-default .nivoSlider { + position: relative; + margin-bottom: 50px; + background: #fff url(resources/images/nivoslider/loading.gif) no-repeat 50% 50%; + box-shadow: 0 0 30px rgba(0,0,0,.2); +} + +.theme-default .nivoSlider a { + display: inline-block; + border: 0; +} + +.theme-default .nivo-controlNav { + margin-left: 0; + padding: 0; + text-align: center; +} + +.theme-default .nivo-controlNav a { + display: inline-block; + width: 12px; + height: 12px; + margin: 0 5px; + border: 0; + border-radius: 100px; + text-indent: -9999px; + background-color: #444; + opacity: 0.8; + -webkit-transition: .3s ease all; + transition: .3s ease all; +} + +.theme-default .nivo-controlNav a:hover { + opacity: 1; +} + +.theme-default .nivo-controlNav a.active { + opacity: 1; +} + +.theme-default .nivo-directionNav a { + display: block; + width: 30px; + height: 30px; + border: 0; + background: url(resources/images/nivoslider/arrows.png) no-repeat; + text-indent: -9999px; +} + +.theme-default a.nivo-nextNav { + right: 30px; + background-position: -30px 0; +} + +.theme-default a.nivo-prevNav { + left: 30px; +} + +.theme-default .nivo-caption { + font-family: Helvetica, Arial, sans-serif; +} + +.theme-default .nivo-caption a { + color: #fff; + border-bottom: 1px dotted #fff; +} + +.theme-default .nivo-caption a:hover { + color: #fff; +} + +.theme-default .nivo-controlNav.nivo-thumbs-enabled { + width: 100%; +} + +.theme-default .nivo-controlNav.nivo-thumbs-enabled a { + width: auto; + height: auto; + margin-bottom: 5px; + background: none; +} + +.theme-default .nivo-controlNav.nivo-thumbs-enabled img { + display: block; + width: 120px; + height: auto; +} + +/* IE link fix */ +a.nivo-imageLink { + opacity: 0; + background-color: #fff; +} + + + +.tinynav { + display: none; + float: none; + width: 100%; + min-width: 200px; + margin: 0 auto 8px; + padding: 10px; +} + +/* Multi-column short code */ +.multi-column {display: block; width: 100%; float: left; margin: 10px 0;} +.short-columns {display: inline-block; float: left; margin: 0px; padding: 1%; } +.column-12 {width: 48%;} +.column-13 {width: 31%;} +.column-14 {width: 23%;} +.column-16 {width: 14.5%;} +.column-23 {width: 62%;} +.column-34 {width: 72%;} +.column-56 {width: 80%;} +.column-1 {width: 98%; margin: 0} +.multi-column .short-columns:first-child {padding-left: 0; margin-left: 0} +.multi-column .short-columns:last-child {padding-right: 0; margin-right: 0} + +/* Pull quotes short code*/ +.pullquote { + width: 33%; + margin-top: 15px; + margin-bottom: 10px; + font-size: 1.2em; + font-family: Verdana, Arial, sans-serif; + color: #000; +} + +.pullquote p { + font-family: "Pontano Sans", arial, sans-serif; + font-size: 1.2em; + color: #000; +} + +/* buttons */ +.short-button-light { + color: #454545; + padding: 1px 10px; + padding-bottom:3px; + background: -moz-linear-gradient( + top, + #fcfcfc 0%, + #d6d5d3); + background: -webkit-gradient( + linear, left top, left bottom, + from(#fcfcfc), + to(#d6d5d3)); + border-radius: 5px; + border: 1px solid #f7f7f7; + box-shadow: + 0px 0px 1px rgba(000,000,000,0.5), + inset 0px 0px 1px rgba(255,255,255,0.7); + text-shadow: + -1px -1px 0px rgba(252,252,252,0.4), + 0px 0px 0px rgba(255,255,255,0.3); +} + +.short-button-dark { + color: #ffffff; + padding: 1px 7px; + padding-bottom:3px; + background: -moz-linear-gradient( + top, + #6b6b6b 0%, + #000000); + background: -webkit-gradient( + linear, left top, left bottom, + from(#6b6b6b), + to(#000000)); + border-radius: 5px; + border: 1px solid #666; + box-shadow: + 0px 0px 1px rgba(000,000,000,0.5), + inset 0px 0px 1px rgba(255,255,255,0.7); + text-shadow: + 0px -1px 0px rgba(000,000,000,0.4), + 0px 1px 0px rgba(255,255,255,0.3); +} + +.short-button-color { + color: #ffffff; + padding: 1px 7px; + padding-bottom:3px; + background: #47afff; + border-radius: 5px; + border: 1px solid #878787; + box-shadow: + 0px 0px 1px rgba(000,000,000,0.5), + 0 3px 10px rgba(255,255,255,0.7) inset; + text-shadow: + -1px -1px 0px rgba(000,000,000,0.4), + 0px 0px 0px rgba(255,255,255,0.3); +} + + +a.short-button-light:hover { box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 0 10px rgba(255, 255, 255, 0.8) inset; } +a.short-button-dark:hover { box-shadow: 0 0 10px rgba(255,255,255,0.5) inset; } +a.short-button-color:hover { box-shadow: 0 3px 10px rgba(255,255,255,0.9) inset; } + +a.short-button-color:hover, a.short-button-light:hover, a.short-button-dark:hover { text-decoration:none; } + +/* shareaddy compat */ .sharedaddy ul > li { background: none !important; text-indent: 0 !important; } +/* sociable compat */ .entry-content .sociable ul li { background: none; padding-left: 2px; } +/* woocommerce compat */ .woocommerce .product .entry-summary { clear:none; } +/* video fix */ #content embed, #content iframe {max-width:100%;} +/* a bit of captcha fixes */ +#recaptcha_widget_div { display:block; float:none; clear:both; } +.math-captcha-form { display:block; float:none; clear:both; } +.cptch_block { display:block; float:none; clear:both; } + +/* FIN! */ + +/* Inline Mantra CSS */ +#wrapper { + max-width: 1050px; +} +#content { + width: 100%; + max-width: 810px; + max-width: calc(100% - 240px); +} +#primary, +#secondary { + width: 240px; +} +#primary .widget-title, +#secondary .widget-title { + margin-right: -2em; + text-align: left; +} +html { + font-size: 14px; +} +body, +input, +textarea { + font-family: Segoe UI, Arial, sans-serif; +} +#content h1.entry-title a, +#content h2.entry-title a, +#content h1.entry-title, +#content h2.entry-title, +#front-text1 h2, +#front-text2 h2 { + font-family: Georgia, Times New Roman, Times, serif; +} +.widget-area { + font-family: Helvetica, sans-serif; +} +.entry-content h1, +.entry-content h2, +.entry-content h3, +.entry-content h4, +.entry-content h5, +.entry-content h6 { + font-family: Georgia, Times New Roman, Times, serif; +} +.nocomments, +.nocomments2 { + display: none; +} +#header-container > div { + margin-top: 20px; +} +#header-container > div { + margin-left: 40px; +} +body { + background-color: #444444 !important; +} +#header { + background-color: #333333; +} +#footer { + background-color: #222222; +} +#footer2 { + background-color: #171717; +} +#site-title span a { + color: #0d85cc; +} +#site-description { + color: #999999; +} +#content, +.column-text, +#front-text3, +#front-text4 { + color: #333333; +} +.widget-area a:link, +.widget-area a:visited, +a:link, +a:visited, +#searchform #s:hover, +#container #s:hover, +#access a:hover, +#wp-calendar tbody td a, +#site-info a, +#site-copyright a, +#access li:hover > a, +#access ul ul:hover > a { + color: #0d85cc; +} +a:hover, +.entry-meta a:hover, +.entry-utility a:hover, +.widget-area a:hover { + color: #12a7ff; +} +#content .entry-title a, +#content .entry-title, +#content h1, +#content h2, +#content h3, +#content h4, +#content h5, +#content h6 { + color: #444444; +} +#content .entry-title a:hover { + color: #000000; +} +.widget-title { + background-color: #444444; +} +.widget-title { + color: #2ea5fd; +} +#footer-widget-area .widget-title { + color: #0c85cd; +} +#footer-widget-area a { + color: #666666; +} +#footer-widget-area a:hover { + color: #888888; +} +body .wp-caption { + background-image: url({{web_root}}/wp-content/themes/mantra/resources/images/pins/Pin2.png); +} +.entry-content p:not(:last-child), +.entry-content ul, +.entry-summary ul, +.entry-content ol, +.entry-summary ol { + margin-bottom: 1.5em; +} +.entry-meta .entry-time { + display: none; +} +#branding { + height: 75px; +} + +/* */ + +/* =Responsive Structure +----------------------------------------------- */ + +@media (max-width: 960px) { + + #content, + #frontpage, + #frontpage + #container > #content, + #footer-widget-area { + padding: 2em; + } + + + #primary, + #secondary { + padding-top: 2em; + } + +} + +@media (max-width: 800px) { + + body { + font-size: .95em; + } + + #content, + #frontpage, + #frontpage + #container > #content, + #footer-widget-area { + max-width: 100%; + padding: 1.5em; + } + + #content { + margin: 0; + } + + #primary, + #secondary { + padding-left: 1.5em; + padding-right: 1.5em; + } + + .widget-title { + border-radius: 15px 15px 0 0; + } + + #access, + #branding { + width: 100%; + } + + #linky { + width: auto; + } + + #branding { + height: auto; + min-height: 90px; + } + + #bg_image { + display: block; + min-height: 90px; + width: 100%; + } + + .mantra-hratio-1 #branding, + .mantra-hratio-1 #bg_image { + min-height: inherit !important; + display: block; + } + + #header-container > div { + margin-top: 7px; + margin-left: 14px; + height: 100%; + } + + a#logo { + height: 100%; + display: block !important; + } + + a#logo img { + height: 80%; + width: auto; + max-width: 90%; + } + + .safari a#logo img { + max-height: 80px; + height: auto; + } + + .socials a { + margin: 0; + padding-left: 5px; + display: block; + } + + .socials a img { + width: 24px; + } + + #smenur, + #smenul { + display: none; + } + + #access .menu-header, + div.menu { + margin: 0; + } + + #primary, + #secondary { + width: 100%; + height: auto !important; + } + + #slider, + #slider img { + width: 100%; + } + + #site-title { + margin-top: 20px; + font-size: 28px; + line-height: 35px; + padding-left: 15px; + } + + #site-description { + margin-top: 5px; + font-size: 13px; + line-height: 18px; + padding-left: 15px; + } + + #site-copyright { + max-width: 90% + } + + .entry-meta .bl_sep { + margin: 0; + } + + .nivo-caption { + left: 0; + right: 0; + bottom: 0; + padding: 20px; + line-height: 1.4; + } + + #nav-toggle { + display: block; + float: left; + margin: 0 auto; + cursor:pointer; + width: 100%; + padding: 7px 4%; + letter-spacing: 2px; + text-transform: uppercase; + } + + #nav-toggle span:before { + content: "\e820"; + font-family: "elusive"; + font-size: 16px; + height: 40px; + line-height: 40px; + } + + #access { + display: none; + margin-top: 0; + margin-bottom: 20px; + padding-bottom: 5px; + font-size: 15px; + } + + #access .menu ul, + #access .menu ul li { + width: 100%; + margin: 0; + box-shadow: none; + } + + #access .menu ul li { + border-radius: 0; + padding-top: 3px; + padding-bottom: 3px; + box-shadow: none !important; + } + + #access > .menu > ul > li { + border-top: 1px solid rgba(0,0,0,.07); + } + + #access > .menu li ul { + position: inherit; + margin-top: 0; + } + + #access > .menu ul ul { + width: 95%; + left: 5%; + } + + #access > .menu > ul > li > a > span { + border-width: 0 0 1px 0; + border-style: solid; + border-color: rgba(128,128,128,0.3); + } + + .mantra-menu-center #access > .menu > ul > li > a > span { + text-align: left; + } + + #access > .menu ul li > a:not(:only-child) > span:after { + font-family:"Elusive"; + content: '\e80a'; + position: absolute; + right: 5px; + top: 10px; + z-index: 251; + -webkit-transition:all .2s ease-in-out; + transition:all .2s ease-in-out; + } + + #access > .menu ul li:hover > a:not(:only-child) > span:after { + top: 20px; + opacity: 0; + } + + #access > .menu > ul ul > li a:not(:only-child) > span:after { + -webkit-transform: rotate(0); + -ms-transform: rotate(0); + transform: rotate(0); + } + + #access > .menu ul li > a:not(:only-child) > span { + padding-right: 18px; + } + +} + +@media (max-width: 640px) { + + #front-text1 h1, + #front-text2 h1 { + font-size: 2em; + line-height: 2em; + } + + #content article.post { + width: 100%; + margin-right: 0; + margin-left: 0; + } + + .entry-meta { + display: table; + width: 100%; + padding: 0; + } + + .short-columns { + width: 100%; + } + + #footer-widget-area .widget-area { + width: 100%; + float: none; + } + + #front-columns > div[id^=column], + #front-columns > div[id^=column]:last-child { + float: none; + width: 100%; + margin: 0 auto 48px; + max-width: 400px; + text-align: center; + } + + #front-columns .column-image { + max-height: none; + margin: 0 auto; + } + + #front-columns .column-text { + text-align: center; + } + + .nivo-caption { + padding: 10px; + font-size: 0.9em; + } + + .nivo-directionNav { + display: none; + } + +} + +@media (max-width: 480px) { + + body { + font-size: .9em; + } + + #branding { + border-top: none; + } + + #site-title { + font-size: 26px; + line-height: 30px; + padding-left: 5px; + } + + #site-description { + font-size: 13px; + line-height: 18px; + padding-left: 5px; + letter-spacing: 1px; + } + + .post-thumbnail-link, + .post-thumbnail { + display: table; + margin: 0.5em auto; + overflow: hidden; + text-align: center; + } + + .nivo-caption .nivo-description { + display: none; + } + + + .nivo-caption h3 { + margin-bottom: 0; + } + + #toTop { + opacity: 0; + } + +} diff --git a/static/wp-content/themes/mantra/resources/css/style-mobile.css b/static/wp-content/themes/mantra/resources/css/style-mobile.css deleted file mode 100644 index 501471d..0000000 --- a/static/wp-content/themes/mantra/resources/css/style-mobile.css +++ /dev/null @@ -1,353 +0,0 @@ -/* =Responsive Structure ------------------------------------------------ */ - -@media (max-width: 960px) { - - #content, - #frontpage, - #frontpage + #container > #content, - #footer-widget-area { - padding: 2em; - } - - - #primary, - #secondary { - padding-top: 2em; - } - -} - -@media (max-width: 800px) { - - body { - font-size: .95em; - } - - #content, - #frontpage, - #frontpage + #container > #content, - #footer-widget-area { - max-width: 100%; - padding: 1.5em; - } - - #content { - margin: 0; - } - - #primary, - #secondary { - padding-left: 1.5em; - padding-right: 1.5em; - } - - .widget-title { - border-radius: 15px 15px 0 0; - } - - #access, - #branding { - width: 100%; - } - - #linky { - width: auto; - } - - #branding { - height: auto; - min-height: 90px; - } - - #bg_image { - display: block; - min-height: 90px; - width: 100%; - } - - .mantra-hratio-1 #branding, - .mantra-hratio-1 #bg_image { - min-height: inherit !important; - display: block; - } - - #header-container > div { - margin-top: 7px; - margin-left: 14px; - height: 100%; - } - - a#logo { - height: 100%; - display: block !important; - } - - a#logo img { - height: 80%; - width: auto; - max-width: 90%; - } - - .safari a#logo img { - max-height: 80px; - height: auto; - } - - .socials a { - margin: 0; - padding-left: 5px; - display: block; - } - - .socials a img { - width: 24px; - } - - #smenur, - #smenul { - display: none; - } - - #access .menu-header, - div.menu { - margin: 0; - } - - #primary, - #secondary { - width: 100%; - height: auto !important; - } - - #slider, - #slider img { - width: 100%; - } - - #site-title { - margin-top: 20px; - font-size: 28px; - line-height: 35px; - padding-left: 15px; - } - - #site-description { - margin-top: 5px; - font-size: 13px; - line-height: 18px; - padding-left: 15px; - } - - #site-copyright { - max-width: 90% - } - - .entry-meta .bl_sep { - margin: 0; - } - - .nivo-caption { - left: 0; - right: 0; - bottom: 0; - padding: 20px; - line-height: 1.4; - } - - #nav-toggle { - display: block; - float: left; - margin: 0 auto; - cursor:pointer; - width: 100%; - padding: 7px 4%; - letter-spacing: 2px; - text-transform: uppercase; - } - - #nav-toggle span:before { - content: "\e820"; - font-family: "elusive"; - font-size: 16px; - height: 40px; - line-height: 40px; - } - - #access { - display: none; - margin-top: 0; - margin-bottom: 20px; - padding-bottom: 5px; - font-size: 15px; - } - - #access .menu ul, - #access .menu ul li { - width: 100%; - margin: 0; - box-shadow: none; - } - - #access .menu ul li { - border-radius: 0; - padding-top: 3px; - padding-bottom: 3px; - box-shadow: none !important; - } - - #access > .menu > ul > li { - border-top: 1px solid rgba(0,0,0,.07); - } - - #access > .menu li ul { - position: inherit; - margin-top: 0; - } - - #access > .menu ul ul { - width: 95%; - left: 5%; - } - - #access > .menu > ul > li > a > span { - border-width: 0 0 1px 0; - border-style: solid; - border-color: rgba(128,128,128,0.3); - } - - .mantra-menu-center #access > .menu > ul > li > a > span { - text-align: left; - } - - #access > .menu ul li > a:not(:only-child) > span:after { - font-family:"Elusive"; - content: '\e80a'; - position: absolute; - right: 5px; - top: 10px; - z-index: 251; - -webkit-transition:all .2s ease-in-out; - transition:all .2s ease-in-out; - } - - #access > .menu ul li:hover > a:not(:only-child) > span:after { - top: 20px; - opacity: 0; - } - - #access > .menu > ul ul > li a:not(:only-child) > span:after { - -webkit-transform: rotate(0); - -ms-transform: rotate(0); - transform: rotate(0); - } - - #access > .menu ul li > a:not(:only-child) > span { - padding-right: 18px; - } - -} - -@media (max-width: 640px) { - - #front-text1 h1, - #front-text2 h1 { - font-size: 2em; - line-height: 2em; - } - - #content article.post { - width: 100%; - margin-right: 0; - margin-left: 0; - } - - .entry-meta { - display: table; - width: 100%; - padding: 0; - } - - .short-columns { - width: 100%; - } - - #footer-widget-area .widget-area { - width: 100%; - float: none; - } - - #front-columns > div[id^=column], - #front-columns > div[id^=column]:last-child { - float: none; - width: 100%; - margin: 0 auto 48px; - max-width: 400px; - text-align: center; - } - - #front-columns .column-image { - max-height: none; - margin: 0 auto; - } - - #front-columns .column-text { - text-align: center; - } - - .nivo-caption { - padding: 10px; - font-size: 0.9em; - } - - .nivo-directionNav { - display: none; - } - -} - -@media (max-width: 480px) { - - body { - font-size: .9em; - } - - #branding { - border-top: none; - } - - #site-title { - font-size: 26px; - line-height: 30px; - padding-left: 5px; - } - - #site-description { - font-size: 13px; - line-height: 18px; - padding-left: 5px; - letter-spacing: 1px; - } - - .post-thumbnail-link, - .post-thumbnail { - display: table; - margin: 0.5em auto; - overflow: hidden; - text-align: center; - } - - .nivo-caption .nivo-description { - display: none; - } - - - .nivo-caption h3 { - margin-bottom: 0; - } - - #toTop { - opacity: 0; - } - -} diff --git a/static/wp-content/themes/mantra/style.css b/static/wp-content/themes/mantra/style.css deleted file mode 100644 index 3811e47..0000000 --- a/static/wp-content/themes/mantra/style.css +++ /dev/null @@ -1,3146 +0,0 @@ -/* -Theme Name: Mantra -Theme URI: https://www.cryoutcreations.eu/wordpress-themes/mantra -Description: Mantra is a do-it-yourself WordPress theme, featuring a pack of over 100 customization options and easy to use tweaks capable of tuning WordPress to your very specific needs and likes. With the help of a simple and efficient user interface you can customize everything:the layout (1,2 or 3 columns), total and partial site widths, colors (all texts, links, backgrounds etc.), fonts (over 35 font-families plus all Google Fonts), text and header sizes, post metas, post excerpts, post formats, header and background images, custom menus, 27 social media links and icons, pins, bullets and much much more. With a fully responsive layout,a customizable showcase presentation page, animated slider, magazine and blog layouts, 8 widget areas, modern graphics and an easy and intuitive admin section, you can start creating your dream site right now. -Author: Cryout Creations -Author URI: https://www.cryoutcreations.eu -Version: 3.3.2 -Tested Up To: 6.5 -Requires PHP: 5.6 -License: GNU General Public License v2.0 -License URI: http://www.gnu.org/licenses/gpl-2.0.html -Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, footer-widgets, grid-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, front-page-post-form, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, entertainment, news -Text domain: mantra - -Copyright (c) 2011-2021 Cryout Creations -https://www.cryoutcreations.eu -*/ - -/* -IMPORTANT! - -Any changes made to this or any other of the theme's files will be lost at the next update. - -To safely make customizations to the theme, for CSS-only consider using the theme's dedicated -"Custom CSS" field found under the Miscellaneous section of the theme settings page; -for advanced CSS and other customizations, consider using a child theme. -*/ - -/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html --------------------------------------------------------------- */ - -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, font, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend{ - border: 0; - margin: 0; - padding: 0; -} - -table, tbody, tfoot, thead, tr, th, td { - background: transparent; - border: 0; - margin: 0; - padding: 0; -} - -*, *:before, *:after { - box-sizing: border-box; -} - -/* HTML5 display-role reset for older browsers */ -article, aside, details, figcaption, figure, -footer, header, hgroup, menu, nav, section { - display: block; -} - -body { - line-height: 1; -} - -h1, h2, h3, h4, h5, h6 { - clear: both; - font-weight: normal; -} - -#content h1, -#content h2, -#content h3, -#content h4, -#content h5, -#content h6 { - clear: none; -} - -ol, ul { - list-style: none; -} - -blockquote { - display: block; - float: none; - clear: both; - max-width: 90%; - margin: 0 auto; - padding: 25px ; - background-color: #F8F8F8; - font-size: 1.1em; - font-style: italic; - border-radius: 2px; - } - -del { - text-decoration: line-through; -} -/* tables still need 'cellspacing="0"' in the markup */ -table { - border-collapse: collapse; - border-spacing: 0; -} -a img { - border: none; -} - -/* ICON FONT - ELUSIVE */ -@font-face { - font-family: 'elusive'; - src: url('resources/fonts/elusive.eot'); - src: url('resources/fonts/elusive.eot?#iefix') format('embedded-opentype'), - url('resources/fonts/elusive.woff') format('woff'), - url('resources/fonts/elusive.ttf') format('truetype'), - url('resources/fonts/elusive.svg?#elusive') format('svg'); - font-weight: normal; - font-style: normal; -} - -[class^="crycon-"]:before, -[class*=" crycon-"]:before { - font-family: "elusive"; - font-style: normal; - font-weight: normal; - speak: none; - display: inline-block; - text-decoration: inherit; - width: 1em; - margin-right: .2em; - text-align: center; - font-variant: normal; - text-transform: none; - line-height: inherit; - margin-left: .2em; - cursor:inherit; - font-size:inherit; -} - -/* Post info */ -.crycon-author:before { content: '\e801'; } -.crycon-category:before { content: '\e805'; } -.crycon-category2:before { content: '\e817'; } -.crycon-folder-close:before { content: '\e81c'; } -.crycon-folder-open:before { content: '\e81d'; } -.crycon-tag:before { content: '\e802'; } -.crycon-bookmark:before { content: '\e810'; } -.crycon-edit:before { content: '\e804'; } -.crycon-comment:before { content: '\e800'; } -.crycon-comments:before { content: '\e815';} -.crycon-date:before { content: '\e82b'; } -.crycon-time:before { content: '\e80d'; } -.crycon-forward:before { content: '\e81b';-webkit-transform:rotate(180deg) scale(-1, 1);-ms-transform:rotate(180deg) scale(-1, 1);transform:rotate(180deg) scale(-1, 1);margin-left:5px;font-size:10px; --moz-transition:.2s margin ease; -o-transition:.2s margin ease; -webkit-transition:.2s margin ease; transition:.2s margin ease; } -.crycon-reply:before { content: '\e81b';transform:rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);margin-right:5px;font-size:10px; --moz-transition:.2s margin ease; -o-transition:.2s margin ease; -webkit-transition:.2s margin ease; transition:.2s margin ease; } - -/* Post metas */ -.crycon-metas:before { - font-size: 13px; - line-height: 1; - cursor: default; - margin-right: 8px; - color: #555; -} - -.crycon-time:before,.crycon-folder-close:before, .crycon-folder-open:before {font-size:14px; } -.crycon-time:before {margin-top:1px; } -.crycon-edit:before {margin-right:1px; } - -/* Post formats */ -.crycon-status:before { content: '\e81a'; } -.crycon-aside:before { content: '\e82a'; } -.crycon-link:before { content: '\e818'; } -.crycon-audio:before { content: '\e823'; } -.crycon-video:before { content: '\e829'; } -.crycon-image:before { content: '\e824'; } -.crycon-gallery:before { content: '\e825'; } -.crycon-quote:before { content: '\e80f'; } - -/* Misc */ -.crycon-search:before { content: '\e816'; } -.crycon-down-dir:before { content: '\e803'; } -.crycon-right-dir:before { content: '\e806'; } -.crycon-angle-left:before { content: '\e807'; } -.crycon-angle-right:before { content: '\e808'; } -.crycon-angle-up:before { content: '\e809'; } -.crycon-angle-down:before { content: '\e80a'; } -.crycon-minus:before { content: '\e80b'; } -.crycon-left-open:before { content: '\e80c'; } -.crycon-up:before { content: '\e80e'; } -.crycon-left-dir:before { content: '\e811'; } -.crycon-up-open:before { content: '\e812'; } -.crycon-ok:before { content: '\e813'; } -.crycon-cancel:before { content: '\e814'; } -.crycon-up-dir:before { content: '\e819'; } -.crycon-right-open:before { content: '\e81e'; } -.crycon-home:before { content: '\e81f'; } -.crycon-menu:before { content: '\e820'; } -.crycon-plus:before { content: '\e821'; } -.crycon-down-open:before { content: '\e822'; } -.crycon-down:before { content: '\e826'; } -.crycon-left:before { content: '\e827'; } -.crycon-right:before { content: '\e828'; } -.crycon-star-empty:before { content: '\e82c'; } -.crycon-star:before { content: '\e82d'; } -.crycon-mail:before { content: '\e82e'; } -.crycon-home-1:before { content: '\e82f'; } -.crycon-attach:before { content: '\e830'; } -.crycon-eye:before { content: '\e831'; } -.crycon-eye-off:before { content: '\e832'; } -.crycon-tags:before { content: '\e833'; } -.crycon-flag:before { content: '\e834'; } -.crycon-warning:before { content: '\e835'; } -.crycon-location:before { content: '\e836'; } -.crycon-trash:before { content: '\e837'; } -.crycon-doc:before { content: '\e838'; } -.crycon-phone:before { content: '\e839'; } -.crycon-cog:before { content: '\e83a'; } -.crycon-basket:before { content: '\e83b'; } -.crycon-basket-circled:before { content: '\e83c'; } -.crycon-wrench:before { content: '\e83d'; } -.crycon-wrench-circled:before { content: '\e83e'; } -.crycon-mic:before { content: '\e83f'; } -.crycon-volume:before { content: '\e840'; } -.crycon-volume-down:before { content: '\e841'; } -.crycon-volume-off:before { content: '\e842'; } -.crycon-headphones:before { content: '\e843'; } -.crycon-lightbulb:before { content: '\e844'; } -.crycon-resize-full:before { content: '\e845'; } -.crycon-resize-full-alt:before { content: '\e846'; } -.crycon-resize-small:before { content: '\e847'; } -.crycon-resize-vertical:before { content: '\e848'; } -.crycon-resize-horizontal:before { content: '\e849'; } -.crycon-move:before { content: '\e84a'; } -.crycon-zoom-in:before { content: '\e84b'; } -.crycon-zoom-out:before { content: '\e84c'; } -.crycon-arrows-cw:before { content: '\e84d'; } -.crycon-desktop:before { content: '\e84e'; } -.crycon-inbox:before { content: '\e84f'; } -.crycon-cloud:before { content: '\e850'; } -.crycon-book:before { content: '\e851'; } -.crycon-certificate:before { content: '\e852'; } -.crycon-tasks:before { content: '\e853'; } -.crycon-thumbs-up:before { content: '\e854'; } -.crycon-thumbs-down:before { content: '\e855'; } -.crycon-help-circled:before { content: '\e856'; } -.crycon-star-circled:before { content: '\e857'; } -.crycon-bell:before { content: '\e858'; } -.crycon-rss:before { content: '\e859'; } -.crycon-trash-circled:before { content: '\e85a'; } -.crycon-cogs:before { content: '\e85b'; } -.crycon-cog-circled:before { content: '\e85c'; } -.crycon-calendar-circled:before { content: '\e85d'; } -.crycon-mic-circled:before { content: '\e85e'; } -.crycon-volume-up:before { content: '\e85f'; } -.crycon-print:before { content: '\e860'; } -.crycon-edit-alt:before { content: '\e861'; } -.crycon-edit-2:before { content: '\e862'; } -.crycon-block:before { content: '\e863'; } - -/* = Gutenberg --------------------------------------------------------------- */ - -.entry-content .wp-block-archives, -.entry-content .wp-block-categories, -.entry-content .wp-block-latest-posts { - padding: 0; - list-style: none; -} - -.wp-block-quote.is-large, .wp-block-quote.is-style-large { - padding: 2em; - margin-left: auto; - margin-right: auto; - font-size: 1.2em; -} - -.aligncenter[class^='wp-block']:not(.is-layout-flex) { - display: table; -} - -.wp-block-separator { - max-width: 25%; -} -.wp-block-separator.is-style-wide { - max-width: 100%; -} -.wp-block-separator.is-style-dots::before { - color: inherit; -} - -.wp-block-button { - transition: .2s opacity; -} - -.wp-block-button:hover { - opacity: 0.85; -} - -#content p.has-regular-font-size, -#content p.has-large-font-size, -#content p.has-larger-font-size { - margin-bottom: 0.5em; - line-height: 1; -} - -.alignwide { - max-width: 115%; - margin-left: -6%; - margin-right: -6%; -} - -/* =Layout --------------------------------------------------------------- */ - -#container { - float: none; - width: 100%; - margin: 0; -} - -#content { - display: block; - float: left; - margin: 0; - padding: 3em; -} - -#primary, -#secondary { - display: block; - float: right; - overflow: hidden; - width: 125px; - border-left: 1px dotted #EAEAEA; - padding: 3em 2em 2em; -} - -#primary { - min-height: 200px; -} - -#secondary { - /*clear: right;*/ -} - -#footer { - clear: both; - width: 100%; -} - -.one-column #content { - float: none; - width: auto; - max-width: 100%; -} - -.single-attachment #content { - display: block; - float: none; - max-width: 100%; - margin: 0 auto; -} - - -/* =Fonts --------------------------------------------------------------- */ - -pre { - font-family: "Courier 10 Pitch", Courier, monospace; -} - -code { - font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; -} - -.entry-content code { - display: inline-block; - padding: 2px 10px; - border-left: 3px solid #EEEEEE; - color: #1B1B1B; - background-color: #FAFAFA; -} - -/* =Structure --------------------------------------------------------------- */ - -/* The main theme structure */ -#colophon, -#branding, -#main, -#wrapper { - margin: 0 auto; -} - -#branding { - position: relative; - display: block; - width: 100%; - float: left; - clear: both; - height: 75px; - padding: 0; - overflow: hidden; -} - -a#logo { - display: inline; - height: 100%; -} - -#linky { - display: block; - width: 100%; - height: 100%; - background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICR‌​AEAOw=='); -} - -#forbottom { - min-height: 200px; -} - -#wrapper { - padding: 10px 0 0; -} - -/* Structure the footer area */ -#footer-widget-area { - overflow: hidden; -} - -.footerfour .widget-area { - float: left; - width: 20.5%; - margin-right: 6%; -} - -.footerthree .widget-area { - float: left; - width: 28%; - margin-right: 8%; -} - -.footertwo .widget-area { - float: left; - width: 47.5%; - margin-right: 5%; -} - -.footerone .widget-area { - float: left; - width: 100%; -} - - -#footer-widget-area .widget-area:last-child { - margin-right: 0; -} - -#site-generator { - float: right; - width: 220px; -} - - -/* =Global Elements --------------------------------------------------------------- */ - -html { - color: #666; - font-size: 15px; - line-height: 1.7; -} - -body { - font-size: inherit; - line-height: inherit; - padding-bottom: 10px; - background: #333; -} - -hr { - clear: both; - height: 1px; - margin-bottom: 18px; - border: 0; - background-color: #d7d7d7; -} - -/* Text elements */ -#content { - color: #333; -} - -.entry-content p:not(:last-child) { - margin-bottom: 1em; -} - -.entry-content ul, -.entry-summary ul { - margin-left: 1.5em; -} - -.entry-content ul, .entry-summary ul, -.entry-content ol, .entry-summary ol { - margin-bottom: 1.5em; -} - -.entry-content ul > li { - background: url(resources/images/bullet.png) left 10px no-repeat; - padding-left: 20px; -} - -.entry-content li li { - margin-left: 15px; -} - -.entry-content ul[class^='wp-block'], -.entry-content ul[class^='wp-block'] > li, -.entry-content [class^='wp-block'] ul, -.entry-content [class^='wp-block'] ul > li { - margin-left: 0; - padding-left: 0; - background-image: none; -} - -ol { - list-style-type: decimal; - margin-left: 1.5em; - -} -ol ol { - list-style-type: upper-alpha; -} -ol ol ol { - list-style-type: lower-roman; -} -ol ol ol ol { - list-style-type: lower-alpha; -} -ul ul, -ol ol, -ul ol, -ol ul { - margin-bottom: 0; -} -dt { - font-weight: bold; -} -big { - font-size: 131.25%; -} -ins { - background: #D9EFFD; - text-decoration: none; -} - -pre { - color: #222; - padding: 1.5em; - border: 1px dotted #ddd; -} -abbr, -acronym { - border-bottom: 1px dotted #666; - cursor: help; -} -sup, -sub { - position: relative; - height: 0; - line-height: 1; - vertical-align: baseline; -} -sup { - bottom: 1ex; -} -sub { - top: .5ex; -} -input:focus, -textarea:focus { - outline: none; -} - -input[type="text"], -input[type="password"], -input[type="email"], -input[type="color"], -input[type="date"], -input[type="datetime"], -input[type="datetime-local"], -input[type="month"], -input[type="number"], -input[type="range"], -input[type="search"], -input[type="tel"], -input[type="time"], -input[type="url"], -input[type="week"], -textarea, -select { - font-size: inherit; - padding: 10px; - border: 1px solid #DDD; - border-radius: 2px; - -webkit-transition: .2s border ease; - transition: .2s border ease; -} - -input[type="text"]:hover, -input[type="password"]:hover, -input[type="email"]:hover, -input[type="color"]:hover, -input[type="date"]:hover, -input[type="datetime"]:hover, -input[type="datetime-local"]:hover, -input[type="month"]:hover, -input[type="number"]:hover, -input[type="range"]:hover, -input[type="search"]:hover, -input[type="tel"]:hover, -input[type="time"]:hover, -input[type="url"]:hover, -input[type="week"]:hover, -textarea:hover, -select:hover { - border: 1px solid #CCC; -} - -input[type="submit"], -input[type="reset"] { - padding: .5em 1em; -} - -a:link { - color: #0D85CC; - text-decoration: none; -} - -a:visited { - color: #0D85CC; - text-decoration: none;; -} - -a:active, -a:hover { - color: #000; -} - -/* Text meant only for screen readers */ -.screen-reader-text { - position: absolute; - left: -9000px; -} - - -/* =Header --------------------------------------------------------------- */ -#header { - background: none; -} - -#site-title { - display: block; - float: none; - font-size: 36px; - line-height: 50px; -} - -#site-title a { - display: block; - font-weight: bold; - text-decoration: none; - font-variant: small-caps; - letter-spacing: -0.02em; - color: #EEE; - opacity: 1; - -webkit-transition: .3s ease opacity; - transition: .3s ease opacity; -} - -#site-title:hover a { - opacity: .8; -} - -#site-description { - display: block; - clear: both; - float: left; - font-size: .8em; - text-transform: uppercase; - letter-spacing: 2px; - color: #999; -} - -#header-container { - position: absolute; - top: 0; - display: block; - float: none; - width: 100%; - height: 100%; -} - -#header-container > div { - margin-top: 20px; - margin-left: 40px; -} - -/* =Menu -PRIMARY --------------------------------------------------------------- */ - -#nav-toggle { - display: none; - background: #FFF; - box-shadow: 0 0 5px rgba(0,0,0,.5); -} - -#access { - display: block; - float: left; - margin: 0 auto; - margin-top: 10px; - width: 100%; -} - -#access .menu-header, -div.menu { - margin: 0 1em; -} - -#access ul { - margin-bottom: 0; -} - -#access ul li.current_page_item, -#access ul li.current-menu-item { - background: #fff; - box-shadow: none; -} - -#access a, -.entry-meta a, -.entry-meta2 a, -.entry-meta3 a, -.entry-utility a, -.topmenu a, -a.continue-reading-link, -.widget-area a, -#footer2 a, -.columnmore a, -#nav-below a { - -webkit-transition: .3s ease color; - transition: .3s ease color; -} - -#access a { - display: block; - padding: 0.5em 1.5em; - font-size: 0.95em; - text-decoration: none; - color: #5F5B5B; -} - -#access ul li { - display: block; - float: left; - background: #FAFAFA; - margin: 0 3px; - white-space: nowrap; - border-radius: 7px 7px 0 0; - box-shadow: 0 -.2em 4px rgba(0,0,0,0.1) inset; -} - -#access a:hover { - color: #0C85CD ; -} - -#access ul ul { - position: absolute; - z-index: 99999; - display: none; - clear: both; - margin-left: 0; - box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1); -} - -#access ul ul li { /* level 2 */ - position: relative; - display: block; - float: left; - clear:both; - width: 100%; /* submenu width fix */ - min-width: 150px; - margin: 0; - border-bottom: 1px solid rgba(220,220,220,0.3); - background: #FFF; - box-shadow: none; - border-radius: 0; -} - -#access ul ul ul { - position: absolute; - left: 100%; - top: 0; - margin: 0; -} - -#access ul ul ul li { /* level 3 */ - display: block; - float: none; - width: 100%; - border: 0; - border-bottom: 1px solid rgba(220,220,220,0.3); -} - -#access ul ul a, -#access ul ul ul a { - display: block; - float: none; - width: 100% ; - padding-top: 0.75em ; - padding-bottom: 0.75em ; - color: #5F5B5B; -} - -#access ul ul li:hover, -#access ul ul ul li:hover { - background: #FCFCFC; -} - -#access li:hover > a { - color: #0E85CD ; -} - -#access ul ul :hover > a { - color: #0E85CD; -} - -#access.jssafe ul li > ul { - display: none; -} - -#access.jssafe ul li:hover > ul { - display: block; -} -#access ul li.current_page_item > a, -#access ul li.current-menu-item > a{ - color: #000; -} - -#access ul ul li.current_page_item, -#access ul ul li.current-menu-ancestor, -#access ul ul li.current-menu-item, -#access ul ul li.current-menu-parent { - color: #000; - background: #FFF; -} - - -* html #access ul li.current_page_item a, -* html #access ul li.current-menu-ancestor a, -* html #access ul li.current-menu-item a, -* html #access ul li.current-menu-parent a, -* html #access ul li a:hover { - color: #5F5B5B; -} - -.mantra-menu-center #access ul { - display: table; - margin: 0 auto; -} - -.mantra-menu-right #access .menu-header, -.mantra-menu-right div.menu { - float: right; -} - - -/* =Menu -SECONDARY --------------------------------------------------------------- */ - -.footermenu { - display: block; - float: none; - overflow: visible; -} - -.topmenu { - overflow: hidden; -} - -.topmenu ul { - float: right; - margin: 0; - padding: 0; -} - -.topmenu ul li { - display: block; - float: left; - margin: 5px 10px; - font-size: 0.9em; -} - -.footermenu { - display: table; - float: none; - overflow: hidden; - margin: 0 auto; - text-align: center; -} - -.footermenu ul li{ - display: block; - float: left; - margin: 0 10px; - text-align: center; -} - - -/* =Content --------------------------------------------------------------- */ - -#main { - clear: both; - overflow: hidden; - width: 100%; - padding: 0; - background: #FFF; -} - -#content { - margin-bottom: 0; -} - -.entry-content pre, -.entry-content hr { - margin-bottom: 8px; -} - -.entry-content ul ul, -.entry-content ol ol, -.entry-content ul ol, -.entry-content ol ul { - margin-bottom: 0; -} - -.entry-content pre, -.entry-content kbd, -.entry-content tt, -.entry-content var { - overflow: auto; - font-family: "Courier New",Courier,monospace; -} - -.entry-content h1, -.entry-content h2, -.entry-content h3, -.entry-content h4, -.entry-content h5, -.entry-content h6 { - margin: 20px 0 5px 0; -} - -.entry-content h1 { - font-size: 2.5em; -} - -.entry-content h2 { - font-size: 2.2em; -} - -.entry-content h3 { - font-size: 1.9em; -} - -.entry-content h4 { - font-size: 1.5em; -} - -.entry-content h5 { - font-size: 1.25em; - text-transform: uppercase; -} - -.entry-content h6 { - font-size: 1em; - text-transform: uppercase; -} - -.entry-content table { - width: 100%; - margin: 0 0 24px 0; - border: 1px solid #e7e7e7; - text-align: left; -} -.entry-content tr { - background-color: #FFF; - vertical-align: top; -} - -.entry-content .alternate { - background-color: #FFF; -} - -.entry-content tr th, -.entry-content thead th { - padding: 9px 24px; - font-weight: bold; - background-color: #f8f8f8; - color: #000; -} - -.entry-content tr td { - padding: 6px 24px; - border-top: 1px solid #e7e7e7; - vertical-align:top; -} - -.entry-content tr.odd td { - background: #f2f7fc; -} - -.hentry { - margin: 0 0 48px 0; -} - -.single .hentry { - margin: 0 0 48px 0; -} - -.page-title { - display: block; - margin: 0 0 10px 0; - font-size: 1.1em; - font-weight: bold; - color: #000; -} - -.page-title span { - font-size: 1.1em; - font-style: italic; - font-weight: normal; - color: #333; -} - -.page-title a:link, -.page-title a:visited { - text-decoration: none; - color: #666; -} - -.page-title a:active, -.page-title a:hover { - color: #0D85CC; -} - -#content .entry-title { - margin-bottom: 0; - font-size: 30px; - font-weight: normal; - line-height: 1.3; - color: #000000; -} - -.entry-title a:link, -.entry-title a:visited { - color: inherit; - text-decoration: none; -} - -.entry-title a:active, -.entry-title a:hover { - color: #333; -} - -#content > h1.entry-title { - margin-bottom: 10px; -} - -.page-header { - margin: 1em 0 2em; -} - -.entry-meta { - display: block; - clear:both; - margin: 0 1px; - padding: 0 5px; - font-size: .9em; - line-height: 2.5; - background-color: #F8F8F8; - color: #AAA; -} - -.entry-meta > span { - display: inline-block; -} - -#content .entry-meta2, -#content .entry-meta3 { - font-size: .9em; - padding: 0; - clear: both; - display: block; - color: #AAA; -} - -.entry-meta .updated { - display: none; -} - -.entry-meta .comments-link { - float: right; - margin-top: 0; - padding: 0 10px; - background: #FFF; - margin-right: 10px; -} - -#content h3.entry-format { - display: inline; - margin-left: 0; - padding-left: 4px; - font-size: .95em; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - color: #AAA; - text-decoration: underline; - text-transform: uppercase; - text-shadow: none; -} - -.entry-meta2 .comments-link { - float: right; - padding: 0 10px; - border-bottom: 1px solid #EEEEEE; -} - -.entry-meta .bl_sep { - margin: 0 3px; - opacity: 0.5; -} - -.entry-meta abbr, -.entry-utility abbr { - border: none; -} - -.entry-meta abbr:hover, -.entry-utility abbr:hover { - border-bottom: 1px dotted #666; -} - -.entry-content, -.entry-summary { - clear: both; - padding: 2em 0 1em; -} - -.entry-summary { - padding: 1em 0 1em; -} - -.entry-content fieldset { - margin: 0 0 24px 0; - padding: 24px; - border: 1px solid #e7e7e7; -} - -.entry-content fieldset legend { - padding: 0 24px; - font-weight: bold; - background: #fff; - color: #000; -} - -.entry-content label {} -.entry-content sup, -.entry-content sub { - font-size: 10px; -} - -.entry-content blockquote.left { - float: left; - width: 33%; - margin-right: 24px; - margin-left: 0; - text-align: right; -} -.entry-content blockquote.right { - float: right; - width: 33%; - margin-left: 24px; - margin-right: 0; - text-align: left; -} - -.tag-links { - margin-left: 30px; -} - -.page-link { - clear: both; - margin: 20px 10px 20px 0; - font-size: .9em; -} - -.page-link em { - display: inline-block; - margin: 0; - height: 3em; - width: 3em; - line-height: 3; - text-align: center; - font-weight: normal; - font-style: normal; - text-decoration: none; - background: #f7f7f7; - -webkit-transition: .2s background ease-in; - transition: .2s background ease-in; -} - - .page-link a:hover em { - background: #eee; -} - -body.page .edit-link { - display: block; - clear: both; -} - -#entry-author-info, -#author-info { - clear: both; - margin-bottom: 48px; - padding: 1.5em; - overflow: hidden; - line-height: 1.5; - background: #F7F7F7; -} - -#entry-author-info #author-avatar, -#author-info #author-avatar { - float: left; - margin: 0 -104px 0 0; - padding: 11px; - border: 1px solid #E7E7E7; - line-height: 0; - background: #FFF; -} - -#entry-author-info #author-description, -#author-info #author-description { - float: left; - margin: 0 0 0 104px; -} - -#entry-author-info h2, -#author-info h2 { - margin-bottom: 0.5em; - font-size: 100%; - font-weight: bold; - color: #000; -} - -#author-link { - margin-top: 0.5em -} - -.entry-utility { - clear: both; - font-size: .9em; - color: #AAA; -} - -a, -.entry-utility a { - color: inherit; -} - -#content .video-player { - padding: 0; -} - -/* POST FORMATS */ - -article.format-link, -article.format-quote, -article.format-image, -article.format-chat, -article.format-aside { - background-position: 0 10px; - background-repeat: no-repeat; -} - -article.format-aside { background-position: 10px -7px; } -article.format-link { background-image: url(resources/images/post-formats/link.png); } -article.format-quote { background-image: url(resources/images/post-formats/quotes.png); } -article.format-image { background-image: url(resources/images/post-formats/picture.png); } -article.format-chat { background-image: url(resources/images/post-formats/bubble.png); } -article.format-aside { background-image: url(resources/images/post-formats/brackets.png); } - -article.format-link header, -article.format-quote header, -article.format-image header, -article.format-chat header, -article.format-aside header { - padding-left: 60px; -} - -article.format-aside header { - margin-top: 7px; -} -article.format-link h3.entry-format, -article.format-quote h3.entry-format, -article.format-image h3.entry-format, -article.format-chat h3.entry-format, -article.format-aside h3.entry-format { - display: none; -} - -/* post formats bg image undo for single posts */ -.single article.format-link, -.single article.format-quote, -.single article.format-image, -.single article.format-chat, -.single article.format-aside { - background-image: none; -} - - -/* =Asides --------------------------------------------------------------- */ - -.home #content .format-aside p, -.home #content .category-asides p { - margin-top: 0; - margin-bottom: 10px; - line-height: 20px; -} - -.home .hentry.format-aside, -.home .hentry.category-asides { - padding: 0; -} - -.home #content .format-aside .entry-content, -.home #content .category-asides .entry-content { - padding-top: 0; -} - -#content .format-aside .entry-title { - display: none; -} - -#content .format-aside .author , -#content .format-aside .bl_categ, -#content .format-aside .bl_sep { - display: none; -} - -.bypostauthor {} - -/** - * 5.4 Galleries - * ---------------------------------------------------------------------------- - */ - -#content .gallery br+br { - display: none; -} - -#content .attachment img { /* single attachment images should be centered */ - display: block; - max-width: 96%; - margin: 0 auto; -} - -.gallery { - margin: 0 auto 20px; -} - -.gallery img { - /*border: 10px solid #f1f1f1;*/ -} - -.gallery-item { - float: left; - margin: 0 4px 4px 0; - overflow: hidden; - position: relative; -} - -.gallery-columns-1.gallery-size-medium, -.gallery-columns-1.gallery-size-thumbnail, -.gallery-columns-2.gallery-size-thumbnail, -.gallery-columns-3.gallery-size-thumbnail { - display: table; - margin: 0 auto 20px; -} - -.gallery-columns-1 .gallery-item, -.gallery-columns-2 .gallery-item, -.gallery-columns-3 .gallery-item { - text-align: center; -} - -.gallery-columns-4 .gallery-item { - max-width: 23%; - max-width: calc(25% - 4px); -} - -.gallery-columns-5 .gallery-item { - max-width: 19%; - max-width: calc(20% - 4px); -} - -.gallery-columns-6 .gallery-item { - max-width: 15%; - max-width: calc(16.7% - 4px); -} - -.gallery-columns-7 .gallery-item { - max-width: 13%; - max-width: calc(14.28% - 4px); -} - -.gallery-columns-8 .gallery-item { - max-width: 11%; - max-width: calc(12.5% - 4px); -} - -.gallery-columns-9 .gallery-item { - max-width: 9%; - max-width: calc(11.1% - 4px); -} - -.gallery-columns-1 .gallery-item:nth-of-type(1n), -.gallery-columns-2 .gallery-item:nth-of-type(2n), -.gallery-columns-3 .gallery-item:nth-of-type(3n), -.gallery-columns-4 .gallery-item:nth-of-type(4n), -.gallery-columns-5 .gallery-item:nth-of-type(5n), -.gallery-columns-6 .gallery-item:nth-of-type(6n), -.gallery-columns-7 .gallery-item:nth-of-type(7n), -.gallery-columns-8 .gallery-item:nth-of-type(8n), -.gallery-columns-9 .gallery-item:nth-of-type(9n) { - margin-right: 0; -} - -.gallery-caption { - position: absolute; - bottom: 0; - left: 0; - width: 90%; - max-height: 50%; - margin: 0 0 16px; - padding: 2px 5%; - opacity: 0; - font-size: 14px; - line-height: 1.3; - text-align: left; - cursor: default; - color: #fff; - background-color: rgba(0, 0, 0, 0.7); - -webkit-transition: opacity 400ms ease; - transition: opacity 400ms ease; -} - -.gallery-item:hover .gallery-caption { - opacity: 1; -} - -.gallery-columns-7 .gallery-caption, -.gallery-columns-8 .gallery-caption, -.gallery-columns-9 .gallery-caption { - display: none; -} - -/* =Chat --------------------------------------------------------------- */ -.format-chat p { - font-family: Monaco, "Courier New", monospace; -} - -/* =Quote --------------------------------------------------------------- */ -.format-quote blockquote, -.format-quote blockquote p { - font-family: Georgia, "Bitstream Charter", serif; - font-size: 1.1em; -} - - -/* =Status --------------------------------------------------------------- */ - -.format-status .entry-title { - display: none; -} - -#content .format-status .entry-meta2 { - float: left; - clear: right; - padding-left: 0; -} - -.status_content { - display: block; - float: left; - width: 80%; -} - -#content .format-status h3.entry-format { - margin-left: 0; - padding-left: 0; - text-indent: 0; -} - -.format-status .avatar { - display: block; - width: auto; - float: left; - margin-right: 10px; -} - -/* =Attachment pages --------------------------------------------------------------- */ - -.attachment .entry-content .entry-caption { - font-size: 140%; - margin-top: 24px; -} -/*.attachment .entry-content .nav-previous a:before { - content: '\2190\00a0'; -} -.attachment .entry-content .nav-next a:after { - content: '\00a0\2192'; -}*/ - - -/* =Images --------------------------------------------------------------- */ - -.post-thumbnail { - max-width: 100%; - height: auto; -} - -.entry-content img { - margin: 0; - height: auto; - max-width: 100%; -} - -.entry-content table img { - max-width: initial; -} - -img:hover {} - -.alignleft, -img.alignleft, -.alignleft img { - float: left; - margin-right: 24px; - margin-top: 4px; -} - -.alignright, -img.alignright, -.alignright img { - float: right; - margin-top: 4px; - margin-left: 24px; -} - -.aligncenter, -img.aligncenter, -.aligncenter img { - clear: both; - margin-right: auto; - margin-left: auto; -} -img.aligncenter { - display: block; -} - -img.alignleft, -img.alignright, -img.aligncenter { - margin-bottom: 12px; -} - -.wp-caption { - max-width: 100%; - margin-bottom: 20px; - padding: 34px 0 4px; - text-align: center; - background: url(resources/images/pins/Pin2.png) no-repeat center 5px #F9F9F9; - border-radius: 2px; -} - -.wp-caption img { - width: 100%; - margin: 0 auto 5px; - padding: 0; - border: none; - box-shadow: none; -} - -.wp-caption p.wp-caption-text { - padding: 5px; - font-size: .9em; - text-align: center; - text-indent: 0; -} - -.wp-smiley { - width:auto !important; - margin: 0; - border: 0 !important; - background: none !important; - vertical-align: middle; - -moz-box-shadow: none !important; -} - -.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail { - max-width: 100%; - height: auto; -} - -.mantra-caption-light #content .wp-caption {} -.mantra-caption-white #content .wp-caption { background-color: #FFF; } -.mantra-caption-light-gray #content .wp-caption { background-color: #EEE; } -.mantra-caption-gray #content .wp-caption { background-color: #CCC; } -.mantra-caption-dark-gray #content .wp-caption { background-color: #444; color: #CCC; } -.mantra-caption-black #content .wp-caption { background-color: #000; color: #CCC; } - -/* =Navigation --------------------------------------------------------------- */ - -.navigation { - overflow: hidden; - font-size: .9em; - color: inherit; -} - -.navigation a:link, -.navigation a:visited { - text-decoration: none; - color: inherit; -} - -.navigation a:active, -.navigation a:hover { - color: #0D85CC; -} - -.nav-previous { - float: left; - max-width: 47%; - padding: 0 1%; - border-bottom: 1px dashed #DDD; -} - -.nav-next { - float: right; - max-width: 47%; - padding: 0 1%; - border-bottom: 1px dashed #DDD; - text-align: right; -} - -.nav-next:hover, .nav-previous:hover { - border-color: #999; -} - -#nav-above { - margin: 0 0 3em 0; -} - -#nav-above { - display: none; -} - -.paged #nav-above, -.single #nav-above { - display: none; -} - -#nav-below { - clear:both; - margin-bottom: 48px; -} - - -/* =Comments --------------------------------------------------------------- */ -#comments { - clear: both; -} - -#comments .navigation { - padding: 0 0 18px 0; -} - -h3#comments-title, -h3#reply-title { - margin-bottom: 0; - font-size: 20px; - font-weight: bold; - color: #000; -} - -h3#comments-title { - padding-top: 30px; - padding-bottom: 30px; -} - -.commentlist { - margin: 0; - list-style: none; -} - -.commentlist li.comment { - margin: 0 0 10px 0; - padding: 0 0px 10px 56px; - position: relative; -/* line-height: 24px; */ - list-style: none; - background: #FFF; - background-image:none; -} - -#comments .reply a.comment-reply-link { - padding: 0 3px; - color: #CCC; - font-weight: bold; - -webkit-transition: .2s color ease; - transition:.2s color ease; -} - -.commentlist li:last-child { - margin-bottom: 0; -} - -#comments .comment-body ul, -#comments .comment-body ol { -} - -#comments .comment-body p:last-child { - margin-bottom: 0; -} - -#comments .comment-body blockquote p:last-child { - margin-bottom: 24px; -} - -.commentlist ol { - list-style: decimal; -} - -.commentlist img.avatar { - position: absolute; - top: 4px; - left: 0; - border: 1px solid #EEE; - border-radius: 0; - background: #FFF; -} - -.comment-author { - display: block; - float: left; -} - -.comment-author cite { - color: #000; -} - -.comment-author .says { - display: none; - font-style: italic; -} - -.comment-meta { - display: block; - float: left; - margin-bottom: 0; - margin-left: 10px; - font-size: .8em; - text-transform: uppercase; - opacity: 0.5; - letter-spacing: 1px; - line-height: 27px; -} - -.comment-meta a:link, -.comment-meta a:visited { - color: inherit; - text-decoration: none; -} - -.comment-meta a:active, -.comment-meta a:hover { - color: #0D85CC; -} - -.comment-edit-link { - border-bottom: 1px dotted; -} - -.comment-body { - clear: both; - padding: 1em; - border: 1px solid #EEE; -} - -#comments .reply { - padding: 0 0 10px 0; - font-size: .9em; - text-align: right; -} - -#comments .reply a, -a.comment-edit-link { - color: #666; -} - -#comments .reply a:hover, -a.comment-edit-link:hover { - color: #0D85CC; -} - -.commentlist .children { - margin: 0 0 0 -40px; - list-style: none; - background-image: none; - -} -.commentlist .children li { - border: none; - background-image: none; - margin: 0; - text-indent: 0; -} - -.nopassword, -.nocomments, -.nocomments2 { -/* display: block;*/ -} - -#comments .pingback { - margin-bottom: 18px; - padding-bottom: 18px; - border-bottom: 1px solid #e7e7e7; -} - -.commentlist li.comment+li.pingback { - margin-top: -6px; -} - -#comments .pingback p { - display: block; - margin: 0; - font-size: 12px; - line-height: 18px; - color: #666; -} - -#comments .pingback .url { - font-size: 13px; - font-style: italic; -} - -/* Comments form */ -input[type="submit"] { - color: #333; -} - -#respond { - position: relative; - overflow: hidden; - margin: 24px 0; -} - -#content #respond p { - margin: 0 0 10px; - overflow: hidden; -} - -#respond .comment-notes { - margin-bottom: 1.5em; - font-size: 0.9em; - opacity: .7; -} - -.form-allowed-tags { - line-height: 1.2; -} - -.children #respond { - margin: 0 48px 0 0; - min-width: 400px; -} - -h3#reply-title { - margin: 18px 0 0 0; -} - -#comments-list #respond { - margin: 0 0 18px 0; -} - -#comments-list ul #respond { - margin: 0; -} - -#cancel-comment-reply-link { - font-size: 12px; - font-weight: normal; - line-height: 18px; -} - -#respond .required { - display: inline; - color: #0D85CC; -} - -#commentform { - display: block; - float: left; - width: 90%; - max-width: 550px; - margin: 0 auto; -} - -#respond label { - font-size: .9em; -} -#respond input + label { - margin-right: 0.5em; - margin-left: 0.5em; -} - -#respond input { - margin: 0 0 9px; -} - -.comment-form-comment textarea { - display: block; - float: right; - width: 80%; - height: 150px; - margin-left: 12px; -} - -.comment-form-author label, -.comment-form-email label, -.comment-form-email label, -.comment-form-url label, -.comment-form-comment label { - display: block; - float: left; - clear: both; - width: 10%; - padding-top: 3px; -} - -.comment-form-author input, -.comment-form-email input, -.comment-form-email input, -.comment-form-url input, -.comment-form-comment input { - display: block; - float: right; - margin-left: 12px; - width: 80%; -} - -#respond .form-allowed-tags { - color: #666; - font-size: 12px; - line-height: 18px; - width: 100%; - margin-left: 12px; - clear: both; - display: block; - float: none; - padding-top: 8px; -} - -#respond .form-allowed-tags code { - font-size: 11px; -} - -#respond .form-submit { - margin: 12px 0; - text-align: right; - clear: both; -} - -#respond .form-submit input { - width: auto; -} - -#respond .form-submit input#submit { - padding: 10px 20px; - border: 1px solid #CCC; - border-radius: 2px; - font-size: .9em; -} - -#respond .form-submit input#submit:hover { - background-color: #F6F6F6; -} - - -/* =Widget Areas --------------------------------------------------------------- */ - -.widget-area ul { - margin-left: 0; - list-style: none; - list-style-image: none; -} - -.widget-area ul ul { - list-style: none; - margin-left: 0; -} - -.widget-area ul li{ - background-image: none; - margin-left: 0; - list-style-image: none; -} - -.widget-area ul ul li { - background: url(resources/images/bullets/arrow_white.png) left calc( 2em / 2 - 4px ) no-repeat; - margin: 5px 3px; - display: block; - float: none; - width: auto; - padding-left: 15px; - line-height: 2; -} - -.contentsearch { - display: block; - float: none; - overflow: hidden; -} - -.contentsearch .s { - display: block; - float: left; - height: 3em; - min-width: 300px; - margin-bottom: 2em; - padding-left: 1em; - border-radius: 100px; - -webkit-transition: .2s background ease-in; - transition: .2s background ease-in; - border: 1px solid #CCC; -} - -.contentsearch .searchsubmit { - position: relative; - left: -40px; - top: 0; - display: block; - float: left; - width: 3.5em; - height: 100%; - line-height: inherit; - margin: 0; - padding: 0; - border: none; - text-align: center; - cursor: pointer; - background: #444; - color: #EEE; - border-radius: 0 100px 100px 0; - text-indent: -5px; - font-size: 1em; - letter-spacing: 1px; - -webkit-transition: .2s background ease-in; - transition:.2s background ease-in; -} - -#searchform { - position: relative; - display: block; - height: 3em; -} - -.widget_search .s, -#search .s {/* This keeps the search inputs in line This is the Sidebar Search*/ - position: absolute; - right: 0; - top: 0; - display: block; - width: 100%; - height: 3em; - line-height: 3; - margin: 0; - padding-left: 1em; - border-radius: 100px; - border: 1px solid #CCC; -} - -.widget_search .searchsubmit { - position: absolute; - top: 0; - right: 0; - display: block; - margin: 0; - padding: 0; - width: 3.5em; - height: 100%; - line-height: inherit; - border:none; - cursor:pointer; - color: #FFF; - background: #444; - border-radius: 0 100px 100px 0; - -webkit-transition: .2s background ease-in; - transition:.2s background ease-in; - text-indent: -5px; - font-size: 1em; - letter-spacing: 1px; -} - -.searchsubmit:hover { - background: #777; -} - -.widget-container { - position: relative; - margin: 0 0 40px 0; -} - -.widget-container::after { - content: ""; - display: block; - clear: both; -} - -.widget-title { - position: relative; - width: 100%; - width: calc( 100% + 2em ); - margin-bottom: 10px; - padding: 6px 15px; - border-radius: 15px 0 0 0; - font-size: 1.1em; -} - -#footer-widget-area .widget-title { - background: transparent; - box-shadow: none; - margin-bottom: 5px; - padding: 0; - border-radius: 0; -} - -#footer-widget-area a { - margin: 0; - padding: 0; - border: 0; - text-shadow: none; - background: none; - box-shadow: none; -} - -#footer-widget-area a:hover { - text-decoration: underline; - color: #888; -} - -#footer-widget-area ul ul li { - display: block; - float: none; - padding-left: 0; - margin-left: 0; - background: none; -} - -.widget-container li { - display: block; - float: none; - margin: 4px 0; -} - -.widget-area { - font-size: 15px; -} - -.widget-area a:link, -.widget-area a:visited { - text-decoration: none; - word-wrap: break-word; -} - -.widget-area .entry-meta { - font-size: 11px; -} - -#wp_tag_cloud div { - line-height: 1.6; -} - -#wp-calendar { - width: 100%; -} - -#calendar_wrap { - display: block; - float: none; - margin-left: 10px; -} - -#wp-calendar caption { - color: #333; - font-size: 14px; - font-weight: bold; - padding-bottom: 4px; - text-align: left; - margin-left: 10px; -} -#wp-calendar thead { - font-size: 11px; -} - -#wp-calendar thead th { -} - -#wp-calendar tbody { - color: #000; -} - -#wp-calendar tbody td { - padding: 3px 0 2px; - border: 1px solid #EEE; - text-align: center; -} - -#wp-calendar tbody td:hover { - background: #EEE; - opacity: 0.8; -} - -#wp-calendar tbody td a{ - box-shadow: none; - color: #0D85CC; - border: none; - background: none; - padding: 0; - margin: 0; -} - -#wp-tbody .pad { - background: none; -} -#wp-calendar tfoot #next { - text-align: right; -} -.widget_rss a.rsswidget { - color: #000; -} -.widget_rss a.rsswidget:hover { - color: #0D85CC; -} -.widget_rss .widget-title img { - width: 11px; - height: 11px; -} - -/* Main sidebars */ -#main .widget-area ul { - margin-left: 0; - padding: 0; -} - -#main .widget-area ul ul { - margin-left: 0; - padding: 0; - border: none; -} - -#main .widget-area ul.xoxo{ - /* padding-right: 10px; */ -} - -/* Before and after content widgets */ -.yoyo .widget-title { - margin: 0; - padding: 0; - background: none; -} - -/* Footer widget areas */ -#footer-widget-area { - padding: 2em 3em; -} - -#footer-widget-area a{ - color: #666; -} - -#footer-widget-area #wp-calendar tbody td { - padding: 3px 0 2px; - border: 1px solid #222; - text-align: center; - background:none ; - color: #999; -} - - -/* =Footer --------------------------------------------------------------- */ -#footer { - margin-bottom: 0; - background: #222; -} - -#footer2 { - display: block; - padding: 30px 0 30px; - overflow: visible; - font-size: .9em; - background: #171717; -} - -#colophon { - margin-top: 0; - overflow: hidden; - padding: 0 0 10px 0; -} - -#site-copyright { - display: block; - float: none; - clear: both; - max-width: 50%; - margin: 1em auto; - padding-top: 4px; - text-align: center; - font-style: italic; -} - -#site-copyright a{ - text-decoration: none; - color: #0D85CC; -} - -#site-copyright a:hover{ - text-decoration: underline; -} - -img#wpstats { - display: block; - margin: 0 auto 10px; -} - -/* Extras */ - -#forbottom { - clear: both; - width: 100%; -} - -#forbottom2 { - clear: both; - width: 100%; -} - -/* SOCIALS */ -.socials { - position: relative; - overflow: hidden; - float: right; - min-height: 20px; - margin-right: 10px; - padding-top: 5px; - padding-left: 10px; -} - -.socials a { - display: block; - float: left; - margin-right: 5px; -} - -.socials img { - width: 30px; - padding: 3px; - border-radius: 100px; - top: 0; - position: relative; - background-color: rgba(255,255,255,.1); - -webkit-transition: .2s ease-out all; - transition: .2s ease-out all; -} - -.socials a:hover img { - background-color: transparent; - top: -4px; -} - -#header-container > div#sheader { - position: absolute; - top: 10px; - right: 10px; - margin: 0; -} - -#smenul, -#smenur { - position: fixed; - left: 0; - top: 50%; - -webkit-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 100; -} - -#smenul a, -#smenur a { - display: block; - float: none; - clear: both; - margin-bottom: 5px; -} - -#smenur { - left: auto; - right: 0; -} - -#sfooter { - float: right; - padding-top: 5px; - top: -15px; - overflow: visible; -} - -#sfooter a { - width: 26px; - height: 26px; - margin-left: 5px; -} - -/* ARTICLES */ - -article.post { - display: block; - overflow: hidden; -} - -article.sticky { - padding: 2em; - border: 1px solid #E7E7E7; -} - -/* magazine layout undo on single posts */ -.single #content article.post{ float:left; width:100%; margin-right:0; } -.single #content article.sticky { margin-right:0 } -.single #content article:nth-of-type(2n+1) {clear: none; } - -/* BACK TO TOP BUTTON */ -#toTop { - position: fixed; - z-index: 9999; - right: 30px; - bottom: 30px; - cursor: pointer; - opacity: 0; - right: 30px; - -webkit-transition: .3s ease-out all; - transition: .3s ease-out all; -} - -#toTop.showtop { - opacity: 1; -} - -#toTop i:before { - content: '\e809'; - color: #DDD; - position: relative; - display: block; - font-size: 1.2; - line-height: 2.75; - width: 2.75em; - height: 2.75em; - border-radius: 100px; - background: rgba(0,0,0,.5); - opacity: 0.5; - -webkit-transition: .3s ease-out all; - transition: .3s ease-out all; - -webkit-transform: scale(2); - transform: scale(2); -} - -#toTop.showtop i:before { - -webkit-transform: scale(1); - transform: scale(1); -} - -#toTop:hover i:before { - opacity: 1; -} - -/* CUSTOM IMAGE BORDER */ -.mantra-image-none .entry-content img[class*='align'], -.mantra-image-none .entry-content [class*='wp-block'][class*='align'] img, -.mantra-image-none .entry-summary img[class*='align'], -.mantra-image-none .entry-summary [class*='wp-block'][class*='align'] img { } - -.mantra-image-one .entry-content img[class*='align'], -.mantra-image-one .entry-content [class*='wp-block'][class*='align'] img, -.mantra-image-one .entry-summary img[class*='align'], -.mantra-image-one .entry-summary [class*='wp-block'][class*='align'] img { - height: auto; - padding: 3px; - border: 1px solid #DDD !important; -} - -.mantra-image-two .entry-content img[class*='align'], -.mantra-image-two .entry-content [class*='wp-block'][class*='align'] img, -.mantra-image-two .entry-summary img[class*='align'], -.mantra-image-two .entry-summary [class*='wp-block'][class*='align'] img { - padding: 3px; - border: 1px solid #EEE; - background-color: #FFFFFF; - border-radius: 3px; - box-shadow: 0 0 4px #CCC; -} - -.mantra-image-three .entry-content img[class*='align'], -.mantra-image-three .entry-content [class*='wp-block'][class*='align'] img, -.mantra-image-three .entry-summary img[class*='align'], -.mantra-image-three .entry-summary [class*='wp-block'][class*='align'] img { - padding: 3px; - border: 6px solid #EEEEEE; - border-radius: 5px; - background-color: #FFFFFF; -} - -.mantra-image-four .entry-content img[class*='align'], -.mantra-image-four .entry-content [class*='wp-block'][class*='align'] img, -.mantra-image-four .entry-summary img[class*='align'], -.mantra-image-four .entry-summary [class*='wp-block'][class*='align'] img { - border: 1px solid #666 !important; - box-shadow: 0 3px 4px #999; -} - -.mantra-image-five .entry-content img[class*='align'], -.mantra-image-five .entry-content [class*='wp-block'][class*='align'] img, -.mantra-image-five .entry-summary img[class*='align'], -.mantra-image-five .entry-summary [class*='wp-block'][class*='align'] img { - border: 3px solid #DDD !important; -} - -.mantra-image-six .entry-content img[class*='align'], -.mantra-image-six .entry-content [class*='wp-block'][class*='align'] img, -.mantra-image-six .entry-summary img[class*='align'], -.mantra-image-six .entry-summary [class*='wp-block'][class*='align'] img { - border: 8px solid #BBB !important; - box-shadow: 0 0 5px #333; -} - -.mantra-image-seven .entry-content img[class*='align'], -.mantra-image-seven .entry-content [class*='wp-block'][class*='align'] img, -.mantra-image-seven .entry-summary img[class*='align'], -.mantra-image-seven .entry-summary [class*='wp-block'][class*='align'] img { - padding: 7px; - border: 1px solid #CCC; - background-color: #FFFFFF; - box-shadow: inset 0 0 7px #CCC; -} - -/* EDIT POST LINK */ -.edit-link { - float: right; -} - -.edit-link a { - padding: 3px 15px; - background: #F3F3F3; - border-radius: 2px; -} - -.edit-link a:hover { - background: #FAFAFA; -} - -/* Continue Reading Link */ -.continue-reading-link { - display: inline-block; - font-weight: bold; -} - -/* Post thumbnail */ -.post-thumbnail { - opacity: 1; - -webkit-transition: .2s ease-out opacity; - transition: .2s ease-out opacity; -} - -.post-thumbnail:hover { - opacity: .8; -} - -/* BREADCRUMBS */ -.breadcrumbs { - font-size: 1em; -} -.breadcrumbs:not(:empty) { - margin-bottom: .5em; -} - -/* PAGINATION */ -.pagination { - display: table; - float: none; - margin: 20px auto; - text-align: center; - clear: both; -} - -.pagination span, -.pagination a { - display: block; - float: left; - width: auto; - margin-right: 10px; - height: 3em; - width: 3em; - line-height: 3; - text-decoration: none; - background: #f5f5f5; - -webkit-transition: background .5s ease-in-out; - transition: background .5s ease-in-out; -} - -.pagination a:hover{ - background: #999; - color: #fff; -} - -.pagination .current{ - background: #777; - color: #fff; -} - - -/* PRESENTATION PAGE */ - -#frontpage { - padding: 3em; -} - -.slider-wrapper { - display: block; - float: none; - width: 100%; - margin: 0 auto; -} - -#slider { - display:block; - float:none; - margin: 0 auto 20px; -} - -#front-text1 h2, -#front-text2 h2 { - display: block; - float: none; - margin: 20px auto 35px; - text-align: center; - font-size: 32px; - clear: both; - line-height: 1.3; - font-weight: bold; -} - -#front-text2 h2 { - font-size: 28px; - margin-bottom: 65px; -} - -#frontpage .front-text { - margin-bottom: 35px; - padding: 2em; - box-shadow: 0 0 10px rgba(0,0,0,.07); - font-size: 1em; -} - -#frontpage #front-text3 { - font-size: 1.1em; -} - -#front-columns > div { - display: block; - float: left; - height: auto; - margin-bottom: 10px; -} - -#front-columns.front-columns-4 > div { - width: 22%; - margin-right: 4%; -} - -#front-columns.front-columns-3 > div { - width: 29.6666%; - margin-right: 5.5%; -} - -#front-columns.front-columns-2 > div { - width: 47.5%; - margin-right: 5%; -} - -#front-columns.front-columns-1 > div { - width: 100%; -} - -#front-columns.front-columns-4 > div:last-child, -#front-columns.front-columns-3 > div:last-child, -#front-columns.front-columns-2 > div:last-child { - margin-right: 0; -} - -#frontpage + #container > #content { - padding: 0 3em; - width: 100%; - max-width: 100%; - margin: 0; -} - -/* Front page columns */ -#front-columns { - display: block; - float: none; - width: auto; - margin-bottom: 40px; -} - -#front-columns::after { - content: ""; - display: block; - clear: both; -} - -.column-image { - display: inline-block; - overflow: hidden; - margin-bottom: 10px; - box-shadow: 0 0 30px rgba(0,0,0,.2); -} - -.column-text { - text-align: justify; -} - -.column-image img { - display: block; - opacity: 1; - max-width: 100%; - -webkit-transition: .2s ease-out all; - transition: .2s ease-out all; -} - -.column-image:hover img { - opacity: 0.8; -} - -#front-columns h3 { - margin: 0 0 5px; - font-size: 20px; - font-weight: bold; -} - -.columnmore { - margin-top: 10px; - font-size: .8em; - text-transform: uppercase; - letter-spacing: 2px; -} - -/* jQuery Nivo Slider v2.7.1 */ -.nivoSlider { - position: relative; - width: 100%; - height: auto; - overflow: hidden; - line-height: 0; -} - -.nivo-main-image { - display: block; - position: relative; - width: 100%; -} - -/* If an image is wrapped in a link */ -.nivoSlider a.nivo-imageLink { - position: absolute; - z-index: 6; - top: 0; - left: 0; - display: none; - width: 100%; - height: 100%; - margin: 0; - padding: 0; - border: 0; -} - -/* The slices and boxes in the Slider */ -.nivo-slice { - position: absolute; - z-index: 5; - top: 0; - display: block; - height: 100%; -} - -.nivo-box { - position: absolute; - z-index: 5; - display: block; - overflow: hidden; -} - -.nivo-box img { - display: block; -} - -/* Caption styles */ -.nivo-caption { - position: absolute; - z-index: 8; - left: 20px; - right: 20px; - bottom: 20px; - display: none; - overflow: hidden; - padding: 30px; - background: rgba(0,0,0,.5); - color: #fff; - line-height: 1.5; - pointer-events: none; -} - -.nivo-caption > h3 { - margin-bottom: 7px; - font-size: 1.1em; - letter-spacing: 1px; - font-weight: bold; - text-transform: uppercase; -} - -.nivo-caption p { - padding: 5px; - margin: 0; -} - -.nivo-caption a { - display: inline; -} - -.nivo-html-caption { - display: none; -} - -/* Direction nav styles (e.g. Next & Prev) */ -.nivo-directionNav a { - position: absolute; - top: 45%; - z-index: 9; - cursor: pointer; -} - -.nivo-prevNav { - left: 0; -} - -.nivo-nextNav { - right: 0; -} - -/* Control nav styles (e.g. 1,2,3...) */ -.nivo-controlNav { - padding: 15px 0; - text-align: center; -} - -.nivo-controlNav a { - cursor: pointer; -} - -.nivo-controlNav a.active { - font-weight:bold; -} - -.slider-navhover .nivo-directionNav a.nivo-prevNav, -.slider-navhover .nivo-directionNav a.nivo-nextNav { - opacity: 0; - -webkit-transition: .3s all ease-in-out; - transition: .3s all ease-in-out; -} - -.slider-navhover:hover .nivo-directionNav a.nivo-prevNav, -.slider-navhover:hover .nivo-directionNav a.nivo-nextNav { - opacity: 0.9; -} - -.slider-wrapper { - padding-bottom: 35px; -} - -/* -Skin Name: Nivo Slider Default Theme -*/ -.theme-default .nivoSlider { - position: relative; - margin-bottom: 50px; - background: #fff url(resources/images/nivoslider/loading.gif) no-repeat 50% 50%; - box-shadow: 0 0 30px rgba(0,0,0,.2); -} - -.theme-default .nivoSlider a { - display: inline-block; - border: 0; -} - -.theme-default .nivo-controlNav { - margin-left: 0; - padding: 0; - text-align: center; -} - -.theme-default .nivo-controlNav a { - display: inline-block; - width: 12px; - height: 12px; - margin: 0 5px; - border: 0; - border-radius: 100px; - text-indent: -9999px; - background-color: #444; - opacity: 0.8; - -webkit-transition: .3s ease all; - transition: .3s ease all; -} - -.theme-default .nivo-controlNav a:hover { - opacity: 1; -} - -.theme-default .nivo-controlNav a.active { - opacity: 1; -} - -.theme-default .nivo-directionNav a { - display: block; - width: 30px; - height: 30px; - border: 0; - background: url(resources/images/nivoslider/arrows.png) no-repeat; - text-indent: -9999px; -} - -.theme-default a.nivo-nextNav { - right: 30px; - background-position: -30px 0; -} - -.theme-default a.nivo-prevNav { - left: 30px; -} - -.theme-default .nivo-caption { - font-family: Helvetica, Arial, sans-serif; -} - -.theme-default .nivo-caption a { - color: #fff; - border-bottom: 1px dotted #fff; -} - -.theme-default .nivo-caption a:hover { - color: #fff; -} - -.theme-default .nivo-controlNav.nivo-thumbs-enabled { - width: 100%; -} - -.theme-default .nivo-controlNav.nivo-thumbs-enabled a { - width: auto; - height: auto; - margin-bottom: 5px; - background: none; -} - -.theme-default .nivo-controlNav.nivo-thumbs-enabled img { - display: block; - width: 120px; - height: auto; -} - -/* IE link fix */ -a.nivo-imageLink { - opacity: 0; - background-color: #fff; -} - - - -.tinynav { - display: none; - float: none; - width: 100%; - min-width: 200px; - margin: 0 auto 8px; - padding: 10px; -} - -/* Multi-column short code */ -.multi-column {display: block; width: 100%; float: left; margin: 10px 0;} -.short-columns {display: inline-block; float: left; margin: 0px; padding: 1%; } -.column-12 {width: 48%;} -.column-13 {width: 31%;} -.column-14 {width: 23%;} -.column-16 {width: 14.5%;} -.column-23 {width: 62%;} -.column-34 {width: 72%;} -.column-56 {width: 80%;} -.column-1 {width: 98%; margin: 0} -.multi-column .short-columns:first-child {padding-left: 0; margin-left: 0} -.multi-column .short-columns:last-child {padding-right: 0; margin-right: 0} - -/* Pull quotes short code*/ -.pullquote { - width: 33%; - margin-top: 15px; - margin-bottom: 10px; - font-size: 1.2em; - font-family: Verdana, Arial, sans-serif; - color: #000; -} - -.pullquote p { - font-family: "Pontano Sans", arial, sans-serif; - font-size: 1.2em; - color: #000; -} - -/* buttons */ -.short-button-light { - color: #454545; - padding: 1px 10px; - padding-bottom:3px; - background: -moz-linear-gradient( - top, - #fcfcfc 0%, - #d6d5d3); - background: -webkit-gradient( - linear, left top, left bottom, - from(#fcfcfc), - to(#d6d5d3)); - border-radius: 5px; - border: 1px solid #f7f7f7; - box-shadow: - 0px 0px 1px rgba(000,000,000,0.5), - inset 0px 0px 1px rgba(255,255,255,0.7); - text-shadow: - -1px -1px 0px rgba(252,252,252,0.4), - 0px 0px 0px rgba(255,255,255,0.3); -} - -.short-button-dark { - color: #ffffff; - padding: 1px 7px; - padding-bottom:3px; - background: -moz-linear-gradient( - top, - #6b6b6b 0%, - #000000); - background: -webkit-gradient( - linear, left top, left bottom, - from(#6b6b6b), - to(#000000)); - border-radius: 5px; - border: 1px solid #666; - box-shadow: - 0px 0px 1px rgba(000,000,000,0.5), - inset 0px 0px 1px rgba(255,255,255,0.7); - text-shadow: - 0px -1px 0px rgba(000,000,000,0.4), - 0px 1px 0px rgba(255,255,255,0.3); -} - -.short-button-color { - color: #ffffff; - padding: 1px 7px; - padding-bottom:3px; - background: #47afff; - border-radius: 5px; - border: 1px solid #878787; - box-shadow: - 0px 0px 1px rgba(000,000,000,0.5), - 0 3px 10px rgba(255,255,255,0.7) inset; - text-shadow: - -1px -1px 0px rgba(000,000,000,0.4), - 0px 0px 0px rgba(255,255,255,0.3); -} - - -a.short-button-light:hover { box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 0 10px rgba(255, 255, 255, 0.8) inset; } -a.short-button-dark:hover { box-shadow: 0 0 10px rgba(255,255,255,0.5) inset; } -a.short-button-color:hover { box-shadow: 0 3px 10px rgba(255,255,255,0.9) inset; } - -a.short-button-color:hover, a.short-button-light:hover, a.short-button-dark:hover { text-decoration:none; } - -/* shareaddy compat */ .sharedaddy ul > li { background: none !important; text-indent: 0 !important; } -/* sociable compat */ .entry-content .sociable ul li { background: none; padding-left: 2px; } -/* woocommerce compat */ .woocommerce .product .entry-summary { clear:none; } -/* video fix */ #content embed, #content iframe {max-width:100%;} -/* a bit of captcha fixes */ -#recaptcha_widget_div { display:block; float:none; clear:both; } -.math-captcha-form { display:block; float:none; clear:both; } -.cptch_block { display:block; float:none; clear:both; } - -/* FIN! */ diff --git a/static/wp-includes/css/dist/block-library/style.min.css b/static/wp-includes/css/dist/block-library/style.min.css deleted file mode 100644 index 9fd9be7..0000000 --- a/static/wp-includes/css/dist/block-library/style.min.css +++ /dev/null @@ -1,11 +0,0 @@ -@charset "UTF-8";.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{box-sizing:border-box;cursor:pointer;display:inline-block;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.wp-block-button .wp-block-button__link:where(.is-style-outline),.wp-block-button:where(.is-style-outline)>.wp-block-button__link{border:2px solid;padding:.667em 1.333em}.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-text-color),.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-background),.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-background){background-color:initial;background-image:none}.wp-block-button .wp-block-button__link:where(.has-border-color){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-color]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-color]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-color]){border-left-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-style]){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-style]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-style]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-style]){border-left-width:medium}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-code{box-sizing:border-box}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{content:"";display:block;font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;width:100%;z-index:1}.wp-block-cover h1:where(:not(.has-text-color)),.wp-block-cover h2:where(:not(.has-text-color)),.wp-block-cover h3:where(:not(.has-text-color)),.wp-block-cover h4:where(:not(.has-text-color)),.wp-block-cover h5:where(:not(.has-text-color)),.wp-block-cover h6:where(:not(.has-text-color)),.wp-block-cover p:where(:not(.has-text-color)),.wp-block-cover-image h1:where(:not(.has-text-color)),.wp-block-cover-image h2:where(:not(.has-text-color)),.wp-block-cover-image h3:where(:not(.has-text-color)),.wp-block-cover-image h4:where(:not(.has-text-color)),.wp-block-cover-image h5:where(:not(.has-text-color)),.wp-block-cover-image h6:where(:not(.has-text-color)),.wp-block-cover-image p:where(:not(.has-text-color)){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}.wp-block-details{box-sizing:border-box;overflow:hidden}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row-reverse;width:-moz-fit-content;width:fit-content}.wp-block-form-input__label-content{width:-moz-fit-content;width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;width:100%;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,');mask-image:url('data:image/svg+xml;utf8,');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;transition:opacity .2s ease;width:20px;z-index:100}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both;visibility:visible}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}@media (prefers-reduced-motion:no-preference){.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{box-sizing:border-box; - /*!rtl:begin:ignore*/direction:ltr; - /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{ - /*!rtl:begin:ignore*/grid-column:1;grid-row:1; - /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr; - /*!rtl:begin:ignore*/grid-column:2;grid-row:1; - /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{ - /*!rtl:begin:ignore*/grid-column:2;grid-row:1 - /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{ - /*!rtl:begin:ignore*/grid-column:1;grid-row:1 - /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation:where(:not([class*=has-text-decoration])) a{text-decoration:none}.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;transition:opacity .1s linear;visibility:hidden;width:0;z-index:2}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em);z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-delay:0s;animation-duration:1ms}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.components-popover-pointer-events-trap{background-color:initial;cursor:pointer;inset:0;position:fixed;z-index:1000000}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form input[type=submit]{box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title a{display:inline-block}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}:where(.wp-block-pullquote){margin:0 0 1em}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit}.wp-block-post-template{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;list-style:none;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{-webkit-appearance:initial;appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{flex-shrink:0;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]{max-width:calc(100% - 100px)}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}.wp-block-separator.is-style-dots{background:none!important;border:none;height:auto;line-height:1;text-align:center}.wp-block-separator.is-style-dots:before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}.wp-block-site-logo.is-style-rounded{border-radius:9999px}.wp-block-site-title a{color:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-delay:0s;transition-duration:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#ff4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none}.wp-block-social-links.is-style-logos-only .wp-social-link a{padding:0}.wp-block-social-links.is-style-logos-only .wp-social-link svg{height:1.25em;width:1.25em}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-gravatar{color:#1d4fc4}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#ff4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-threads,.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{color:#25d366}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-x{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{color:#d32422}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}.wp-block-tag-cloud.is-style-outline{display:flex;flex-wrap:wrap;gap:1ch}.wp-block-tag-cloud.is-style-outline a{border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:where(.wp-block-term-description){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}} \ No newline at end of file diff --git a/templates/layout.mustache.html b/templates/layout.mustache.html index 4de7eee..e5387d2 100644 --- a/templates/layout.mustache.html +++ b/templates/layout.mustache.html @@ -1,42 +1,13 @@ - {{ title }} - - - - - - - + + @@ -58,10 +29,10 @@
-- 2.47.3