diff --git a/src/archive-tainacan-collection.php b/src/archive-tainacan-collection.php index e37964f..a814f34 100644 --- a/src/archive-tainacan-collection.php +++ b/src/archive-tainacan-collection.php @@ -9,7 +9,7 @@
-
+
  • diff --git a/src/assets/css/spectrum.css b/src/assets/css/spectrum.css index 75ee8e3..fe9ec77 100644 --- a/src/assets/css/spectrum.css +++ b/src/assets/css/spectrum.css @@ -395,7 +395,7 @@ See http://bgrins.github.io/spectrum/themes/ for instructions. line-height: 16px; float:left; font-size:10px; - color: #298596; + color: var(--tainacan-interface--link-color, #298596); } .sp-preview { position:relative; diff --git a/src/assets/scss/_comments.scss b/src/assets/scss/_comments.scss index 4f77a64..7b03102 100644 --- a/src/assets/scss/_comments.scss +++ b/src/assets/scss/_comments.scss @@ -1,9 +1,11 @@ #comments{ + border-top-color: var(--tainacan-interface--link-color, #298596) !important; + div[for=comment]{ span{ font-size: 1.125rem; } - .authenticated{ + .authenticated { font-size: 0.625rem; } } @@ -147,7 +149,7 @@ } } .comment-reply-link, .comment-edit-link{ - color: #2cb4c1; + color: var(--tainacan-interface--link-color, #298596); font-size: 0.75rem; } } diff --git a/src/assets/scss/_footer.scss b/src/assets/scss/_footer.scss index 6931bc7..e226fed 100644 --- a/src/assets/scss/_footer.scss +++ b/src/assets/scss/_footer.scss @@ -9,6 +9,9 @@ footer.tainacan-footer { text-decoration: none; } } + .tainacan-footer-area-separator { + background-color: var(--tainacan-interface--link-color, #298596); + } .tainacan-footer-widgets-area { @media only screen and (max-width: 991px){ @@ -169,7 +172,7 @@ footer.tainacan-footer { } } &.tainacan-footer-colored { - background-color: #298596; + background-color: var(--tainacan-interface--link-color, #298596); a { color: #e6f6f8; } diff --git a/src/assets/scss/_gutenberg-support.scss b/src/assets/scss/_gutenberg-support.scss index 14c0f64..9d77ff7 100644 --- a/src/assets/scss/_gutenberg-support.scss +++ b/src/assets/scss/_gutenberg-support.scss @@ -17,6 +17,12 @@ .has-purple-background-color { background-color: #4751a3 !important; } .has-violet-color { color: #955ba5 !important; } .has-violet-background-color { background-color: #955ba5 !important; } +.has-white-color { color: #ffffff !important; } +.has-white-background-color { background-color: #ffffff !important; } +.has-lightgray-color { color: #f2f2f2 !important; } +.has-lightgray-background-color { background-color: #f2f2f2 !important; } +.has-darkgray-color { color: #555758 !important; } +.has-darkgray-background-color { background-color: #555758 !important; } .alignwide { margin-left: calc(-8.3333333333vw + 3.1%) !important; @@ -74,17 +80,24 @@ } /* Buttons */ +.wp-block-buttons { + align-items: center; +} .wp-block-button { margin-bottom: 1rem; .btn { font-size: 0.875rem; padding: .25rem 1.125rem; + border-color: transparent; + } + &:not(.is-style-outline) .btn.btn-jelly-bean { + background-color: var(--tainacan-interface--link-color, #298596); } } .wp-block-button.is-style-outline .btn { - background: white !important; - color: #298596; - border: 1px solid #555758 !important + background: transparent !important; + color: var(--tainacan-interface--link-color, #298596); + border: 1px solid #555758 !important; } .wp-block-button.aligncenter, .wp-block-button.alignleft, diff --git a/src/assets/scss/_header-taxonomy.scss b/src/assets/scss/_header-taxonomy.scss index 916bdf2..2f7565c 100644 --- a/src/assets/scss/_header-taxonomy.scss +++ b/src/assets/scss/_header-taxonomy.scss @@ -64,7 +64,7 @@ } > .page-header-content-title { width: 100%; - border-color: #298596 !important; + border-color: var(--tainacan-interface--link-color, #298596) !important; .page-header-title { color: #01295c; font: { @@ -98,7 +98,7 @@ padding-right: 0; } a { - color: #298596; + color: var(--tainacan-interface--link-color, #298596); font: { size: inherit; weight: 400; @@ -149,7 +149,7 @@ } } .icon-export { - background-color: #298596; + background-color: var(--tainacan-interface--link-color, #298596); color: #fff; border-radius: 100%; padding: .282rem .4rem; diff --git a/src/assets/scss/_home-collection.scss b/src/assets/scss/_home-collection.scss index 5aea4c3..ff47d28 100644 --- a/src/assets/scss/_home-collection.scss +++ b/src/assets/scss/_home-collection.scss @@ -126,91 +126,6 @@ } } -/* .collection-header--share { - width: 100px; - height: 100px; - position: absolute; - right: 0; - border-radius: 50%; - transition: all 0.5s; - margin-right: 4.16666666667%; - bottom: 0; - .collection-header--share-button { - border: none; - color: #2c2d2d; - background-color: #fff; - border-radius: 50%; - width: 100px; - height: 100px; - position: absolute; - right: 0; - height: 30px !important; - width: 30px !important; - margin-right: 4.16666666667%; - position: absolute; - bottom: -1rem; - &:hover { - background-color: #fff; - } - &:focus{ - outline:none; - } - } - - #collection-header--share-button-plus { - transition: all 0.5s; - } - - #fa-1, #fa-2, #fa-3 { - position: absolute; - color: #2c2d2d; - background-color: #fff; - border-radius: 50%; - border: none; - right: 0; - transition: all 0.5s; - height: 30px !important; - width: 30px !important; - margin-right: 4.16666666667%; - right: 0; - bottom: -1rem; - } - #fa-1, #fa-2, #fa-3 { - &:hover{ - tansition-delay: 0s; - color: #ff8db3; - } - } - &.open { - height: 100px; - width: 100px; - right: 0; - .fab { - background-color: #fff; - box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15), 0px 4px 8px rgba(0, 0, 0, 0.2); - } - #plus { - -webkit-transform: rotateZ(135deg) translate(-1px, 3px); - transform: rotateZ(135deg) translate(-1px, 3px); - } - #fa-1 { - transition-delay: 0s; - -webkit-transform: translate(-53px, 10px); - transform: translate(-53px, 10px); - } - #fa-2 { - transition-delay: 0.1s; - -webkit-transform: translate(-38px, -39px); - transform: translate(-38px, -39px); - } - #fa-3 { - transition-delay: 0.2s; - -webkit-transform: translate(10px, -53px); - transform: translate(10px, -53px); - } - } -} */ - .absolute-center { position: absolute; top: 50%; diff --git a/src/assets/scss/_simple-search.scss b/src/assets/scss/_simple-search.scss index 2edaba7..017147b 100644 --- a/src/assets/scss/_simple-search.scss +++ b/src/assets/scss/_simple-search.scss @@ -6,7 +6,7 @@ box-shadow: none; } &::after { - color: #298596; + color: var(--tainacan-interface--link-color, #298596); } } &.dropdown-sorting{ diff --git a/src/assets/scss/_single-item-collection.scss b/src/assets/scss/_single-item-collection.scss index c66f1b9..cf830b9 100644 --- a/src/assets/scss/_single-item-collection.scss +++ b/src/assets/scss/_single-item-collection.scss @@ -24,7 +24,7 @@ .title-content-items { font-size: 1.125rem !important; font-weight: 500; - color: #338591; + color: var(--tainacan-interface--link-color, #298596); margin-left: 4.16666666667%; margin-right: 4.16666666667%; margin-left: 4.16666666667vw; @@ -153,6 +153,10 @@ min-height: 10vh; position: relative; + .tainacan-media-component { + --swiper-navigation-color: var(--tainacan-interface--link-color, #298596); + } + .tainacan-item-file-download { position: absolute; opacity: 0; @@ -164,7 +168,7 @@ right: calc(50% - 18px); cursor: pointer; font-size: 0; - background-color: #298596; + background-color: var(--tainacan-interface--link-color, #298596); color: white; transition: opacity 0.3s ease, transform 0.3s ease, font-size 0.3s ease; @@ -311,7 +315,7 @@ width: 45px; line-height: 0px; font-size: 3.75rem; - color: #298596; + color: var(--tainacan-interface--link-color, #298596); cursor: pointer; background: transparent; top: 50%; @@ -388,7 +392,7 @@ .slick-current{ font-weight: bold; img { - border-bottom: 4px solid #298596; + border-bottom: 4px solid var(--tainacan-interface--link-color, #298596); } } } diff --git a/src/assets/scss/_tainacan-items-list.scss b/src/assets/scss/_tainacan-items-list.scss new file mode 100644 index 0000000..4495749 --- /dev/null +++ b/src/assets/scss/_tainacan-items-list.scss @@ -0,0 +1,6 @@ +.tainacan-modal, +.theme-items-list, +.vue-tooltip-theme { + --tainacan-secondary: var(--tainacan-interface--link-color, #298596); + --tainacan-primary: var(--tainacan-interface--tooltip-color, #e6f6f8); +} \ No newline at end of file diff --git a/src/assets/scss/_variables.scss b/src/assets/scss/_variables.scss new file mode 100644 index 0000000..94c4d5f --- /dev/null +++ b/src/assets/scss/_variables.scss @@ -0,0 +1,6 @@ +/* CSS Variables for the theme palette */ +:root { + --tainacan-interface--link-color: #298596; + --tainacan-interface--tooltip-color: #e6f6f8; + --tainacan-block-primary: var(--tainacan-interface--link-color, #298596); +} \ No newline at end of file diff --git a/src/assets/scss/editor-style.scss b/src/assets/scss/editor-style.scss index cff6230..095351f 100644 --- a/src/assets/scss/editor-style.scss +++ b/src/assets/scss/editor-style.scss @@ -1,3 +1,5 @@ +@import url('./_variables.scss'); + .editor-styles-wrapper { background: white; padding: 3rem 0px 0px 0px !important; @@ -28,6 +30,12 @@ .has-purple-background-color { background-color: #4751a3 } .has-violet-color { color: #955ba5 } .has-violet-background-color { background-color: #955ba5 } + .has-white-color { color: #ffffff; } + .has-white-background-color { background-color: #ffffff; } + .has-lightgray-color { color: #f2f2f2; } + .has-lightgray-background-color { background-color: #f2f2f2; } + .has-darkgray-color { color: #555758; } + .has-darkgray-background-color { background-color: #555758; } // Editor Block list side spacing .editor-block-list__layout, @@ -92,8 +100,8 @@ padding: 0; max-width: calc(1400px - 4.1666667%); width: calc(100% - 8.33333%); - border-bottom: 2px solid #298596; - border-bottom: 2px solid var(--tainacan-color-default, #298596); + border-bottom: 2px solid var(--tainacan-interface--link-color, #298596); + border-bottom: 2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596)); &>.wp-block { margin: 0 !important; @@ -106,8 +114,8 @@ font-family: 'Roboto', sans-serif; textarea { padding: 3px 6px; - color: #298596; - color: var(--tainacan-color-default, #298596); + color: var(--tainacan-interface--link-color, #298596); + color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596)); } } @@ -157,8 +165,8 @@ .wp-block[data-type="core/heading"] h1, h1.wp-block[data-type="core/heading"] { font-size: 1.802rem; - color: #298596; - color: var(--tainacan-color-default, #298596); + color: var(--tainacan-interface--link-color, #298596); + color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596)); padding-top: .4rem; margin-bottom: .5rem; } @@ -239,14 +247,14 @@ line-height: 1.2rem; } .components-button.is-button.is-primary { - background-color: #298596; - background-color: var(--tainacan-color-default, #298596); + background-color: var(--tainacan-interface--link-color, #298596); + background-color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596)); } .components-button.is-button.is-default { background: white; border: 1px solid #555758; - color: #298596; - color: var(--tainacan-color-default, #298596); + color: var(--tainacan-interface--link-color, #298596); + color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596)); } .components-icon-button:hover:not(.is-default), .components-icon-button:focus:not(.is-default), @@ -267,19 +275,19 @@ } .wp-block-button__link { &:not(.has-background) { - background-color: #298596; - background-color: var(--tainacan-color-default, #298596); + background-color: var(--tainacan-interface--link-color, #298596); + background-color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596)); } - border-radius: 6px; + border-radius: 4px; font-size: 0.875rem; padding: 6px 18px; } .is-style-outline .wp-block-button__link { - background-color: white; + background-color: transparent !important; border: 1px solid #555758; &:not(.has-text-color) { - color: #298596; - color: var(--tainacan-color-default, #298596); + color: var(--tainacan-interface--link-color, #298596); + color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596)); } } .is-style-squared .wp-block-button__link { @@ -367,7 +375,7 @@ height: 32px; margin: 0 12px 32px 12px; padding: 0; - border-bottom: 1px solid var(--tainacan-color-default, #298596); + border-bottom: 1px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596)); .components-modal__header-heading, h1 { @@ -390,7 +398,7 @@ font-family: 'Roboto', sans-serif; } .wp-block-quote:not(.is-style-large):not(.is-large) { - border-left: 2px solid var(--tainacan-color-default, #298596); + border-left: 2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596)); } .wp-block-quote__citation { font-weight: 500; @@ -403,8 +411,8 @@ /* Pullquote */ .wp-block-pullquote { &:not(.is-style-solid-color) { - border-top: 2px solid var(--tainacan-color-default, #298596); - border-bottom: 2px solid var(--tainacan-color-default, #298596); + border-top: 2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596)); + border-bottom: 2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596)); } padding: 0; @@ -420,8 +428,8 @@ } :not(.has-text-color) .block-library-pullquote__content.editor-rich-text p, :not(.has-text-color) .rich-text.block-editor-rich-text__editable p { - color: #298596; - color: var(--tainacan-color-default, #298596); + color: var(--tainacan-interface--link-color, #298596); + color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596)); } .wp-block-pullquote__citation { color: #555758; @@ -435,8 +443,8 @@ /* Separator */ .wp-block-separator { &:not(.has-background-color) { - border-color: #298596; - border-color: var(--tainacan-color-default, #298596); + border-color: var(--tainacan-interface--link-color, #298596); + border-color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596)); } width: 50%; max-width: 300px; @@ -445,8 +453,8 @@ } &.is-style-dots { &:not(.has-background-color)::before { - color: #298596; - color: var(--tainacan-color-default, #298596); + color: var(--tainacan-interface--link-color, #298596); + color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596)); } &::before { font-weight: 600; @@ -464,8 +472,8 @@ /* Code */ .wp-block-code textarea { - color: #298596; - color: var(--tainacan-color-default, #298596); + color: var(--tainacan-interface--link-color, #298596); + color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596)); } /* Tables */ @@ -524,15 +532,15 @@ /* Extra title group class, that can be added for styling special headings */ .wp-block-group.tainacan-group-heading { .wp-block-heading { - color: #298596 !important; - color: var(--tainacan-color-default, #298596) !important; + color: var(--tainacan-interface--link-color, #298596) !important; + color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596)) !important; } h1:not(.has-text-color), h2:not(.has-text-color), h3:not(.has-text-color), h4:not(.has-text-color) { - color: #298596 !important; - color: var(--tainacan-color-default, #298596); + color: var(--tainacan-interface--link-color, #298596) !important; + color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596)); } h1.wp-block-heading, h1:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size) { @@ -559,8 +567,8 @@ hr.wp-block-separator:not(.is-style-wide) { margin-left: 0; max-width: 200px; - border-color: #298596; - border-color: var(--tainacan-color-default, #298596); + border-color: var(--tainacan-interface--link-color, #298596); + border-color: var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596)); } hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) { border-width: 2px; diff --git a/src/assets/scss/style.scss b/src/assets/scss/style.scss index 4e5e914..d36e2b1 100644 --- a/src/assets/scss/style.scss +++ b/src/assets/scss/style.scss @@ -13,13 +13,15 @@ Tags: two-columns, right-sidebar, grid-layout, flexible-header, custom-colors, c Text Domain: tainacan-interface */ +@import '_variables'; + body{ font-family: 'Roboto' !important; overflow-x: hidden; a{ - color: #298596; + color: var(--tainacan-interface--link-color, #298596); &:hover{ - color: #298596; + color: var(--tainacan-interface--link-color, #298596); } } &.error404 { @@ -71,7 +73,7 @@ body{ .wp-block-code { code { font-size: 0.875rem; - color: #298596; + color: var(--tainacan-interface--link-color, #298596); word-break: break-word; } } @@ -93,7 +95,7 @@ body{ font-style: italic; } &:not(.is-style-large) { - border-left: 2px solid #298596; + border-left: 2px solid var(--tainacan-interface--link-color, #298596); } &.is-style-large { font-size: 1.375rem; @@ -127,7 +129,7 @@ body{ h2:not(.has-text-color), h3:not(.has-text-color), h4:not(.has-text-color) { - color: #298596; + color: var(--tainacan-interface--link-color, #298596); } p { font-style: italic; @@ -332,7 +334,7 @@ body{ padding: 0; &:not(.is-style-solid-color) { - border-color:#298596; + border-color:var(--tainacan-interface--link-color, #298596); border-top-width: 2px; border-bottom-width: 2px; border-top-style: solid; @@ -348,7 +350,7 @@ body{ font-weight: 500; } :not(.has-text-color) p { - color: #298596; + color: var(--tainacan-interface--link-color, #298596); } cite { color: #555758; @@ -501,7 +503,7 @@ body.loading-content main:before { right: 4.16666666667%; right: 4.16666666667vw; background: rgb(0, 0, 0); - background: #4ea2ad; + background: var(--tainacan-interface--link-color, #298596); width: 36px; height: 36px; text-decoration: none; @@ -576,7 +578,7 @@ nav { } &[data-toggle='dropdown']{ &::after{ - color: #298596; + color: var(--tainacan-interface--link-color, #298596); margin-left: 5px; } } @@ -727,7 +729,7 @@ nav { white-space: nowrap; position: relative; &::after{ - color: #298596; + color: var(--tainacan-interface--link-color, #298596); margin-left: 10px; margin-bottom: -2px; } @@ -744,7 +746,7 @@ nav { position: absolute; left: 0; bottom: 0.375rem; - background-color: #298596; + background-color: var(--tainacan-interface--link-color, #298596); } } &.dropdown-item { @@ -769,7 +771,7 @@ nav { &.current_page_item, &.current-menu-item { > a { - border-bottom: 1px solid #298596; + border-bottom: 1px solid var(--tainacan-interface--link-color, #298596); padding: 0; margin-top: 0.5rem; padding-right: .5rem; @@ -824,7 +826,7 @@ nav { .breadcrumb-item + .breadcrumb-item{ &:before{ content: ">"; - color: #298596; + color: var(--tainacan-interface--link-color, #298596); } } } @@ -1166,7 +1168,7 @@ nav { .tainacan-title{ .tainacan-title-page{ margin-bottom: 0.75rem; - border-bottom: 2px solid #298596; + border-bottom: 2px solid var(--tainacan-interface--link-color, #298596); .title-page h1{ font-size: 1.25rem !important; font-weight: bold; @@ -1325,3 +1327,5 @@ nav { @import "_lightbox"; @import "_single-item-collection"; + +@import "_tainacan-items-list"; diff --git a/src/comments.php b/src/comments.php index 38b42d1..12b68cf 100644 --- a/src/comments.php +++ b/src/comments.php @@ -15,7 +15,7 @@ if ( post_password_required() ) { return; } ?> -
    +
    comment_status ) : ?>
    @@ -26,7 +26,7 @@ if ( post_password_required() ) {

    - + .wp-block,.editor-styles-wrapper .editor-inner-blocks>.editor-block-list__layout,.editor-styles-wrapper .block-editor-inner-blocks>.block-editor-block-list__layout,.components-modal__screen-overlay .editor-inner-blocks,.components-modal__screen-overlay .block-editor-inner-blocks,.components-modal__screen-overlay .wp-block-group__inner-container,.components-modal__screen-overlay .wp-block-cover__inner-container>.wp-block,.components-modal__screen-overlay .editor-inner-blocks>.editor-block-list__layout,.components-modal__screen-overlay .block-editor-inner-blocks>.block-editor-block-list__layout{padding-left:0;padding-right:0}.editor-styles-wrapper :not(.block-editor-block-list__block)>.wp-block,.components-modal__screen-overlay :not(.block-editor-block-list__block)>.wp-block{max-width:calc(1400px - 8.3333336%);padding-left:4.1666667%;padding-right:4.1666667%}.editor-styles-wrapper .wp-block[data-align="wide"],.components-modal__screen-overlay .wp-block[data-align="wide"]{padding-left:0;padding-right:0}.editor-styles-wrapper .wp-block[data-align="wide"] .wp-block-columns,.components-modal__screen-overlay .wp-block[data-align="wide"] .wp-block-columns{padding-left:0;padding-right:0}.editor-styles-wrapper .block-editor-block-list__layout.is-root-container>.wp-block[data-align="full"],.editor-styles-wrapper .wp-block[data-align="full"],.components-modal__screen-overlay .block-editor-block-list__layout.is-root-container>.wp-block[data-align="full"],.components-modal__screen-overlay .wp-block[data-align="full"]{max-width:122.5%;width:125.5%;margin-left:-12.5%;margin-right:-12.5%;padding-left:0;padding-right:0}.editor-styles-wrapper .block-editor-block-list__block,.components-modal__screen-overlay .block-editor-block-list__block{margin-top:initial;margin-bottom:initial}.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper,.editor-styles-wrapper :not(.edit-post-visual-editor__post-title-wrapper)>.editor-post-title,.components-modal__screen-overlay .edit-post-visual-editor__post-title-wrapper,.components-modal__screen-overlay :not(.edit-post-visual-editor__post-title-wrapper)>.editor-post-title{margin:0 auto 5.35rem auto;padding:0;max-width:calc(1400px - 4.1666667%);width:calc(100% - 8.33333%);border-bottom:2px solid #298596;border-bottom:2px solid var(--tainacan-color-default, #298596)}.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper>.wp-block,.editor-styles-wrapper :not(.edit-post-visual-editor__post-title-wrapper)>.editor-post-title>.wp-block,.components-modal__screen-overlay .edit-post-visual-editor__post-title-wrapper>.wp-block,.components-modal__screen-overlay :not(.edit-post-visual-editor__post-title-wrapper)>.editor-post-title>.wp-block{margin:0 !important;padding:0px}.editor-styles-wrapper .wp-block.editor-post-title__block,.editor-styles-wrapper .editor-post-title__block .editor-post-title__input,.components-modal__screen-overlay .wp-block.editor-post-title__block,.components-modal__screen-overlay .editor-post-title__block .editor-post-title__input{font-size:1.25rem;font-family:'Roboto', sans-serif}.editor-styles-wrapper .wp-block.editor-post-title__block textarea,.editor-styles-wrapper .editor-post-title__block .editor-post-title__input textarea,.components-modal__screen-overlay .wp-block.editor-post-title__block textarea,.components-modal__screen-overlay .editor-post-title__block .editor-post-title__input textarea{padding:3px 6px;color:#298596;color:var(--tainacan-color-default, #298596)}.editor-styles-wrapper .block-library-spacer__resize-container,.components-modal__screen-overlay .block-library-spacer__resize-container{margin-bottom:initial}.editor-styles-wrapper .wp-block-social-link,.components-modal__screen-overlay .wp-block-social-link{padding-left:0;padding-right:0}.editor-styles-wrapper .wp-block-columns>.editor-inner-blocks>.editor-block-list__layout>[data-type="core/column"]:not(:last-child),.editor-styles-wrapper .wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-type="core/column"]:not(:last-child),.components-modal__screen-overlay .wp-block-columns>.editor-inner-blocks>.editor-block-list__layout>[data-type="core/column"]:not(:last-child),.components-modal__screen-overlay .wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-type="core/column"]:not(:last-child){margin-right:2.0833333%}.editor-styles-wrapper .wp-block-columns>.editor-inner-blocks>.editor-block-list__layout>[data-type="core/column"]:not(:first-child),.editor-styles-wrapper .wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-type="core/column"]:not(:first-child),.components-modal__screen-overlay .wp-block-columns>.editor-inner-blocks>.editor-block-list__layout>[data-type="core/column"]:not(:first-child),.components-modal__screen-overlay .wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-type="core/column"]:not(:first-child){margin-left:2.0833333%}.editor-styles-wrapper .wp-block-columns>.editor-inner-blocks>.editor-block-list__layout>[data-type="core/column"],.editor-styles-wrapper .wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-type="core/column"],.editor-styles-wrapper .wp-block-columns>.wp-block-column[data-type="core/column"],.components-modal__screen-overlay .wp-block-columns>.editor-inner-blocks>.editor-block-list__layout>[data-type="core/column"],.components-modal__screen-overlay .wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-type="core/column"],.components-modal__screen-overlay .wp-block-columns>.wp-block-column[data-type="core/column"]{margin-left:0;margin-right:0;padding:0}.editor-styles-wrapper .wp-block-columns>.wp-block-column[data-type="core/column"]:not(:first-child),.components-modal__screen-overlay .wp-block-columns>.wp-block-column[data-type="core/column"]:not(:first-child){padding-left:2.0833333%}.editor-styles-wrapper .wp-block-columns>.wp-block-column[data-type="core/column"]:not(:last-child),.components-modal__screen-overlay .wp-block-columns>.wp-block-column[data-type="core/column"]:not(:last-child){padding-right:2.0833333%}.editor-styles-wrapper .wp-block-columns>.wp-block-column[data-type="core/column"]>.wp-block,.components-modal__screen-overlay .wp-block-columns>.wp-block-column[data-type="core/column"]>.wp-block{margin-left:0;margin-right:0;padding-right:0;padding-left:0}.editor-styles-wrapper .wp-block-heading h1,.editor-styles-wrapper .wp-block[data-type="core/heading"] h1,.editor-styles-wrapper h1.wp-block[data-type="core/heading"],.components-modal__screen-overlay .wp-block-heading h1,.components-modal__screen-overlay .wp-block[data-type="core/heading"] h1,.components-modal__screen-overlay h1.wp-block[data-type="core/heading"]{font-size:1.802rem;color:#298596;color:var(--tainacan-color-default, #298596);padding-top:.4rem;margin-bottom:.5rem}.editor-styles-wrapper .wp-block-heading h2,.editor-styles-wrapper .wp-block[data-type="core/heading"] h2,.editor-styles-wrapper h2.wp-block[data-type="core/heading"],.components-modal__screen-overlay .wp-block-heading h2,.components-modal__screen-overlay .wp-block[data-type="core/heading"] h2,.components-modal__screen-overlay h2.wp-block[data-type="core/heading"]{font-size:1.602rem;padding-top:.4rem;margin-bottom:.5rem}.editor-styles-wrapper .wp-block-heading h3,.editor-styles-wrapper .wp-block[data-type="core/heading"] h3,.editor-styles-wrapper h3.wp-block[data-type="core/heading"],.components-modal__screen-overlay .wp-block-heading h3,.components-modal__screen-overlay .wp-block[data-type="core/heading"] h3,.components-modal__screen-overlay h3.wp-block[data-type="core/heading"]{font-size:1.424rem;padding-top:.4rem;margin-bottom:.5rem}.editor-styles-wrapper .wp-block-heading h4,.editor-styles-wrapper .wp-block[data-type="core/heading"] h4,.editor-styles-wrapper h4.wp-block[data-type="core/heading"],.components-modal__screen-overlay .wp-block-heading h4,.components-modal__screen-overlay .wp-block[data-type="core/heading"] h4,.components-modal__screen-overlay h4.wp-block[data-type="core/heading"]{font-size:1.266rem;font-style:italic;font-weight:normal;color:#555758;padding-top:.4rem;margin-bottom:.5rem}.editor-styles-wrapper .wp-block-heading h5,.editor-styles-wrapper .wp-block[data-type="core/heading"] h5,.editor-styles-wrapper h5.wp-block[data-type="core/heading"],.components-modal__screen-overlay .wp-block-heading h5,.components-modal__screen-overlay .wp-block[data-type="core/heading"] h5,.components-modal__screen-overlay h5.wp-block[data-type="core/heading"]{font-size:1.125rem;padding-top:.4rem;margin-bottom:.5rem}.editor-styles-wrapper .wp-block-heading h6,.editor-styles-wrapper .wp-block[data-type="core/heading"] h6,.editor-styles-wrapper h6.wp-block[data-type="core/heading"],.components-modal__screen-overlay .wp-block-heading h6,.components-modal__screen-overlay .wp-block[data-type="core/heading"] h6,.components-modal__screen-overlay h6.wp-block[data-type="core/heading"]{font-size:1rem;font-style:italic;font-weight:normal;color:#555758;padding-top:.4rem;margin-bottom:.5rem}.editor-styles-wrapper p.block-editor-block-list__block.wp-block,.components-modal__screen-overlay p.block-editor-block-list__block.wp-block{margin-top:0.5rem;margin-bottom:1rem}.editor-styles-wrapper a,.components-modal__screen-overlay a{text-decoration:none}.editor-styles-wrapper .has-text-color>a,.editor-styles-wrapper .has-text-color>a:hover,.components-modal__screen-overlay .has-text-color>a,.components-modal__screen-overlay .has-text-color>a:hover{color:inherit}.editor-styles-wrapper .components-button.is-button,.components-modal__screen-overlay .components-button.is-button{border:none;box-shadow:none;border-radius:6px;height:auto;text-shadow:none;font-size:0.875rem}.editor-styles-wrapper .components-button.is-button:active:not(.is-default),.components-modal__screen-overlay .components-button.is-button:active:not(.is-default){color:white}.editor-styles-wrapper .components-button.is-button:active,.editor-styles-wrapper .components-button.is-button:focus,.components-modal__screen-overlay .components-button.is-button:active,.components-modal__screen-overlay .components-button.is-button:focus{box-shadow:none}.editor-styles-wrapper .components-button.is-button:not(.is-small),.components-modal__screen-overlay .components-button.is-button:not(.is-small){padding:5px 12px;line-height:1.2rem}.editor-styles-wrapper .components-button.is-button.is-primary,.components-modal__screen-overlay .components-button.is-button.is-primary{background-color:#298596;background-color:var(--tainacan-color-default, #298596)}.editor-styles-wrapper .components-button.is-button.is-default,.components-modal__screen-overlay .components-button.is-button.is-default{background:white;border:1px solid #555758;color:#298596;color:var(--tainacan-color-default, #298596)}.editor-styles-wrapper .components-icon-button:hover:not(.is-default),.editor-styles-wrapper .components-icon-button:focus:not(.is-default),.editor-styles-wrapper .components-icon-button:active:not(.is-default),.components-modal__screen-overlay .components-icon-button:hover:not(.is-default),.components-modal__screen-overlay .components-icon-button:focus:not(.is-default),.components-modal__screen-overlay .components-icon-button:active:not(.is-default){box-shadow:none !important;background:none !important;border:none !important}.editor-styles-wrapper .components-icon-button.is-default:hover,.editor-styles-wrapper .components-icon-button.is-default:focus,.editor-styles-wrapper .components-icon-button.is-default:active,.components-modal__screen-overlay .components-icon-button.is-default:hover,.components-modal__screen-overlay .components-icon-button.is-default:focus,.components-modal__screen-overlay .components-icon-button.is-default:active{box-shadow:none !important;background:white !important;border:1px solid #555758 !important}.editor-styles-wrapper .wp-block-buttons,.components-modal__screen-overlay .wp-block-buttons{align-items:center}.editor-styles-wrapper .wp-block-button__link,.components-modal__screen-overlay .wp-block-button__link{border-radius:6px;font-size:0.875rem;padding:6px 18px}.editor-styles-wrapper .wp-block-button__link:not(.has-background),.components-modal__screen-overlay .wp-block-button__link:not(.has-background){background-color:#298596;background-color:var(--tainacan-color-default, #298596)}.editor-styles-wrapper .is-style-outline .wp-block-button__link,.components-modal__screen-overlay .is-style-outline .wp-block-button__link{background-color:white;border:1px solid #555758}.editor-styles-wrapper .is-style-outline .wp-block-button__link:not(.has-text-color),.components-modal__screen-overlay .is-style-outline .wp-block-button__link:not(.has-text-color){color:#298596;color:var(--tainacan-color-default, #298596)}.editor-styles-wrapper .is-style-squared .wp-block-button__link,.components-modal__screen-overlay .is-style-squared .wp-block-button__link{border-radius:0px}.editor-styles-wrapper .components-modal__content .input-control,.editor-styles-wrapper .components-modal__content input[type="date"],.editor-styles-wrapper .components-modal__content input[type="datetime-local"],.editor-styles-wrapper .components-modal__content input[type="datetime"],.editor-styles-wrapper .components-modal__content input[type="email"],.editor-styles-wrapper .components-modal__content input[type="month"],.editor-styles-wrapper .components-modal__content input[type="number"],.editor-styles-wrapper .components-modal__content input[type="password"],.editor-styles-wrapper .components-modal__content input[type="search"],.editor-styles-wrapper .components-modal__content input[type="tel"],.editor-styles-wrapper .components-modal__content input[type="text"],.editor-styles-wrapper .components-modal__content input[type="time"],.editor-styles-wrapper .components-modal__content input[type="url"],.editor-styles-wrapper .components-modal__content input[type="week"],.editor-styles-wrapper .components-modal__content select,.editor-styles-wrapper .components-modal__content textarea,.editor-styles-wrapper .components-popover .input-control,.editor-styles-wrapper .components-popover input[type="date"],.editor-styles-wrapper .components-popover input[type="datetime-local"],.editor-styles-wrapper .components-popover input[type="datetime"],.editor-styles-wrapper .components-popover input[type="email"],.editor-styles-wrapper .components-popover input[type="month"],.editor-styles-wrapper .components-popover input[type="number"],.editor-styles-wrapper .components-popover input[type="password"],.editor-styles-wrapper .components-popover input[type="search"],.editor-styles-wrapper .components-popover input[type="tel"],.editor-styles-wrapper .components-popover input[type="text"],.editor-styles-wrapper .components-popover input[type="time"],.editor-styles-wrapper .components-popover input[type="url"],.editor-styles-wrapper .components-popover input[type="week"],.editor-styles-wrapper .components-popover select,.editor-styles-wrapper .components-popover textarea,.components-modal__screen-overlay .components-modal__content .input-control,.components-modal__screen-overlay .components-modal__content input[type="date"],.components-modal__screen-overlay .components-modal__content input[type="datetime-local"],.components-modal__screen-overlay .components-modal__content input[type="datetime"],.components-modal__screen-overlay .components-modal__content input[type="email"],.components-modal__screen-overlay .components-modal__content input[type="month"],.components-modal__screen-overlay .components-modal__content input[type="number"],.components-modal__screen-overlay .components-modal__content input[type="password"],.components-modal__screen-overlay .components-modal__content input[type="search"],.components-modal__screen-overlay .components-modal__content input[type="tel"],.components-modal__screen-overlay .components-modal__content input[type="text"],.components-modal__screen-overlay .components-modal__content input[type="time"],.components-modal__screen-overlay .components-modal__content input[type="url"],.components-modal__screen-overlay .components-modal__content input[type="week"],.components-modal__screen-overlay .components-modal__content select,.components-modal__screen-overlay .components-modal__content textarea,.components-modal__screen-overlay .components-popover .input-control,.components-modal__screen-overlay .components-popover input[type="date"],.components-modal__screen-overlay .components-popover input[type="datetime-local"],.components-modal__screen-overlay .components-popover input[type="datetime"],.components-modal__screen-overlay .components-popover input[type="email"],.components-modal__screen-overlay .components-popover input[type="month"],.components-modal__screen-overlay .components-popover input[type="number"],.components-modal__screen-overlay .components-popover input[type="password"],.components-modal__screen-overlay .components-popover input[type="search"],.components-modal__screen-overlay .components-popover input[type="tel"],.components-modal__screen-overlay .components-popover input[type="text"],.components-modal__screen-overlay .components-popover input[type="time"],.components-modal__screen-overlay .components-popover input[type="url"],.components-modal__screen-overlay .components-popover input[type="week"],.components-modal__screen-overlay .components-popover select,.components-modal__screen-overlay .components-popover textarea{border-radius:0;border-color:#cbcbcb;padding:4px 8px}.editor-styles-wrapper .components-modal__content .input-control:focus,.editor-styles-wrapper .components-modal__content input[type="date"]:focus,.editor-styles-wrapper .components-modal__content input[type="datetime-local"]:focus,.editor-styles-wrapper .components-modal__content input[type="datetime"]:focus,.editor-styles-wrapper .components-modal__content input[type="email"]:focus,.editor-styles-wrapper .components-modal__content input[type="month"]:focus,.editor-styles-wrapper .components-modal__content input[type="number"]:focus,.editor-styles-wrapper .components-modal__content input[type="password"]:focus,.editor-styles-wrapper .components-modal__content input[type="search"]:focus,.editor-styles-wrapper .components-modal__content input[type="tel"]:focus,.editor-styles-wrapper .components-modal__content input[type="text"]:focus,.editor-styles-wrapper .components-modal__content input[type="time"]:focus,.editor-styles-wrapper .components-modal__content input[type="url"]:focus,.editor-styles-wrapper .components-modal__content input[type="week"]:focus,.editor-styles-wrapper .components-modal__content select:focus,.editor-styles-wrapper .components-modal__content textarea:focus,.editor-styles-wrapper .components-popover .input-control:focus,.editor-styles-wrapper .components-popover input[type="date"]:focus,.editor-styles-wrapper .components-popover input[type="datetime-local"]:focus,.editor-styles-wrapper .components-popover input[type="datetime"]:focus,.editor-styles-wrapper .components-popover input[type="email"]:focus,.editor-styles-wrapper .components-popover input[type="month"]:focus,.editor-styles-wrapper .components-popover input[type="number"]:focus,.editor-styles-wrapper .components-popover input[type="password"]:focus,.editor-styles-wrapper .components-popover input[type="search"]:focus,.editor-styles-wrapper .components-popover input[type="tel"]:focus,.editor-styles-wrapper .components-popover input[type="text"]:focus,.editor-styles-wrapper .components-popover input[type="time"]:focus,.editor-styles-wrapper .components-popover input[type="url"]:focus,.editor-styles-wrapper .components-popover input[type="week"]:focus,.editor-styles-wrapper .components-popover select:focus,.editor-styles-wrapper .components-popover textarea:focus,.components-modal__screen-overlay .components-modal__content .input-control:focus,.components-modal__screen-overlay .components-modal__content input[type="date"]:focus,.components-modal__screen-overlay .components-modal__content input[type="datetime-local"]:focus,.components-modal__screen-overlay .components-modal__content input[type="datetime"]:focus,.components-modal__screen-overlay .components-modal__content input[type="email"]:focus,.components-modal__screen-overlay .components-modal__content input[type="month"]:focus,.components-modal__screen-overlay .components-modal__content input[type="number"]:focus,.components-modal__screen-overlay .components-modal__content input[type="password"]:focus,.components-modal__screen-overlay .components-modal__content input[type="search"]:focus,.components-modal__screen-overlay .components-modal__content input[type="tel"]:focus,.components-modal__screen-overlay .components-modal__content input[type="text"]:focus,.components-modal__screen-overlay .components-modal__content input[type="time"]:focus,.components-modal__screen-overlay .components-modal__content input[type="url"]:focus,.components-modal__screen-overlay .components-modal__content input[type="week"]:focus,.components-modal__screen-overlay .components-modal__content select:focus,.components-modal__screen-overlay .components-modal__content textarea:focus,.components-modal__screen-overlay .components-popover .input-control:focus,.components-modal__screen-overlay .components-popover input[type="date"]:focus,.components-modal__screen-overlay .components-popover input[type="datetime-local"]:focus,.components-modal__screen-overlay .components-popover input[type="datetime"]:focus,.components-modal__screen-overlay .components-popover input[type="email"]:focus,.components-modal__screen-overlay .components-popover input[type="month"]:focus,.components-modal__screen-overlay .components-popover input[type="number"]:focus,.components-modal__screen-overlay .components-popover input[type="password"]:focus,.components-modal__screen-overlay .components-popover input[type="search"]:focus,.components-modal__screen-overlay .components-popover input[type="tel"]:focus,.components-modal__screen-overlay .components-popover input[type="text"]:focus,.components-modal__screen-overlay .components-popover input[type="time"]:focus,.components-modal__screen-overlay .components-popover input[type="url"]:focus,.components-modal__screen-overlay .components-popover input[type="week"]:focus,.components-modal__screen-overlay .components-popover select:focus,.components-modal__screen-overlay .components-popover textarea:focus{border:1px solid #555758;box-shadow:none}.editor-styles-wrapper .components-base-control__label,.components-modal__screen-overlay .components-base-control__label{font-weight:600;color:black}.editor-styles-wrapper :not([data-align="wide"]):not([data-align="full"])>.wp-block-cover,.components-modal__screen-overlay :not([data-align="wide"]):not([data-align="full"])>.wp-block-cover{width:auto}.editor-styles-wrapper [data-align="full"] .wp-block-cover__inner-container,.components-modal__screen-overlay [data-align="full"] .wp-block-cover__inner-container{max-width:1400px;margin:0 auto;padding:0 12.5%}.editor-styles-wrapper [data-align="full"] .wp-block-cover__inner-container>.wp-block,.components-modal__screen-overlay [data-align="full"] .wp-block-cover__inner-container>.wp-block{max-width:100%;margin:0}.editor-styles-wrapper .wp-block-embed figcaption,.editor-styles-wrapper .wp-block-image figcaption,.components-modal__screen-overlay .wp-block-embed figcaption,.components-modal__screen-overlay .wp-block-image figcaption{color:inherit}.editor-styles-wrapper .wp-block-tainacan-modal .components-modal__content,.components-modal__screen-overlay .wp-block-tainacan-modal .components-modal__content{padding:32px;overflow:hidden}.editor-styles-wrapper .wp-block-tainacan-modal .components-modal__header,.components-modal__screen-overlay .wp-block-tainacan-modal .components-modal__header{height:32px;margin:0 12px 32px 12px;padding:0;border-bottom:1px solid var(--tainacan-color-default, #298596)}.editor-styles-wrapper .wp-block-tainacan-modal .components-modal__header .components-modal__header-heading,.editor-styles-wrapper .wp-block-tainacan-modal .components-modal__header h1,.components-modal__screen-overlay .wp-block-tainacan-modal .components-modal__header .components-modal__header-heading,.components-modal__screen-overlay .wp-block-tainacan-modal .components-modal__header h1{font-size:1.125rem;font-weight:500;color:#555758}.editor-styles-wrapper .wp-block-quote,.components-modal__screen-overlay .wp-block-quote{margin:3rem 8.33333%;padding:1rem;color:#555758;font-weight:normal;font-size:1rem}.editor-styles-wrapper .wp-block-quote.is-style-large,.components-modal__screen-overlay .wp-block-quote.is-style-large{font-size:1.375rem;font-family:'Roboto', sans-serif}.editor-styles-wrapper .wp-block-quote:not(.is-style-large):not(.is-large),.components-modal__screen-overlay .wp-block-quote:not(.is-style-large):not(.is-large){border-left:2px solid var(--tainacan-color-default, #298596)}.editor-styles-wrapper .wp-block-quote__citation,.components-modal__screen-overlay .wp-block-quote__citation{font-weight:500;font-size:1rem;text-align:right;font-style:italic;color:#555758}.editor-styles-wrapper .wp-block-pullquote,.components-modal__screen-overlay .wp-block-pullquote{padding:0}.editor-styles-wrapper .wp-block-pullquote:not(.is-style-solid-color),.components-modal__screen-overlay .wp-block-pullquote:not(.is-style-solid-color){border-top:2px solid var(--tainacan-color-default, #298596);border-bottom:2px solid var(--tainacan-color-default, #298596)}.editor-styles-wrapper .wp-block-pullquote blockquote,.components-modal__screen-overlay .wp-block-pullquote blockquote{margin:0;padding:2rem 8.3333333%}.editor-styles-wrapper .wp-block-pullquote .block-library-pullquote__content.editor-rich-text p,.editor-styles-wrapper .wp-block-pullquote .rich-text.block-editor-rich-text__editable p,.components-modal__screen-overlay .wp-block-pullquote .block-library-pullquote__content.editor-rich-text p,.components-modal__screen-overlay .wp-block-pullquote .rich-text.block-editor-rich-text__editable p{font-size:1.375rem;font-weight:500}.editor-styles-wrapper .wp-block-pullquote :not(.has-text-color) .block-library-pullquote__content.editor-rich-text p,.editor-styles-wrapper .wp-block-pullquote :not(.has-text-color) .rich-text.block-editor-rich-text__editable p,.components-modal__screen-overlay .wp-block-pullquote :not(.has-text-color) .block-library-pullquote__content.editor-rich-text p,.components-modal__screen-overlay .wp-block-pullquote :not(.has-text-color) .rich-text.block-editor-rich-text__editable p{color:#298596;color:var(--tainacan-color-default, #298596)}.editor-styles-wrapper .wp-block-pullquote .wp-block-pullquote__citation,.components-modal__screen-overlay .wp-block-pullquote .wp-block-pullquote__citation{color:#555758;font-size:1rem;font-weight:normal;font-style:italic;text-transform:none}.editor-styles-wrapper .wp-block-separator,.components-modal__screen-overlay .wp-block-separator{width:50%;max-width:300px}.editor-styles-wrapper .wp-block-separator:not(.has-background-color),.components-modal__screen-overlay .wp-block-separator:not(.has-background-color){border-color:#298596;border-color:var(--tainacan-color-default, #298596)}.editor-styles-wrapper .wp-block-separator.is-style-wide,.components-modal__screen-overlay .wp-block-separator.is-style-wide{width:100%}.editor-styles-wrapper .wp-block-separator.is-style-dots:not(.has-background-color)::before,.components-modal__screen-overlay .wp-block-separator.is-style-dots:not(.has-background-color)::before{color:#298596;color:var(--tainacan-color-default, #298596)}.editor-styles-wrapper .wp-block-separator.is-style-dots::before,.components-modal__screen-overlay .wp-block-separator.is-style-dots::before{font-weight:600}.editor-styles-wrapper .wp-block-preformatted pre,.components-modal__screen-overlay .wp-block-preformatted pre{color:#555758;font-size:1rem;font-weight:400;white-space:pre-line}.editor-styles-wrapper .wp-block-code textarea,.components-modal__screen-overlay .wp-block-code textarea{color:#298596;color:var(--tainacan-color-default, #298596)}.editor-styles-wrapper .wp-block-table th,.components-modal__screen-overlay .wp-block-table th{border-bottom:1px solid #cbcbcb;font-weight:normal;font-size:0.75rem}.editor-styles-wrapper .wp-block-table td,.components-modal__screen-overlay .wp-block-table td{border:1px solid #f2f2f2;font-size:0.875rem}.editor-styles-wrapper .wp-block-tainacan-modal.dynamic-modal iframe,.components-modal__screen-overlay .wp-block-tainacan-modal.dynamic-modal iframe{width:calc(100% + 64px);height:calc(100% - 104px);margin-left:-32px;margin-bottom:0px}.editor-styles-wrapper .wp-block-tainacan-modal.dynamic-modal .modal-footer-area,.components-modal__screen-overlay .wp-block-tainacan-modal.dynamic-modal .modal-footer-area{height:72px;width:calc(100% + 64px);margin-left:-32px !important;margin-bottom:-32px !important;padding:1.2rem 3rem !important;border-top:1px solid #898d8f}.editor-styles-wrapper .wp-block-tainacan-modal .modal-footer-area,.components-modal__screen-overlay .wp-block-tainacan-modal .modal-footer-area{margin:0;border:none;padding-top:0px}.editor-styles-wrapper .wp-block-tainacan-modal .modal-search-area,.components-modal__screen-overlay .wp-block-tainacan-modal .modal-search-area{padding:0 14px}.editor-styles-wrapper .wp-block-tainacan-modal .modal-search-area .components-base-control,.components-modal__screen-overlay .wp-block-tainacan-modal .modal-search-area .components-base-control{width:100%}.editor-styles-wrapper .wp-block-tainacan-modal .modal-search-area .components-base-control .components-base-control__field,.components-modal__screen-overlay .wp-block-tainacan-modal .modal-search-area .components-base-control .components-base-control__field{display:flex;align-items:center}.editor-styles-wrapper .wp-block-tainacan-modal .modal-search-area .components-base-control .components-base-control__field label,.components-modal__screen-overlay .wp-block-tainacan-modal .modal-search-area .components-base-control .components-base-control__field label{flex-shrink:0;margin-right:12px}.editor-styles-wrapper .wp-block-group.tainacan-group-heading .wp-block-heading,.components-modal__screen-overlay .wp-block-group.tainacan-group-heading .wp-block-heading{color:#298596 !important;color:var(--tainacan-color-default, #298596) !important}.editor-styles-wrapper .wp-block-group.tainacan-group-heading h1:not(.has-text-color),.editor-styles-wrapper .wp-block-group.tainacan-group-heading h2:not(.has-text-color),.editor-styles-wrapper .wp-block-group.tainacan-group-heading h3:not(.has-text-color),.editor-styles-wrapper .wp-block-group.tainacan-group-heading h4:not(.has-text-color),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h1:not(.has-text-color),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h2:not(.has-text-color),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h3:not(.has-text-color),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h4:not(.has-text-color){color:#298596 !important;color:var(--tainacan-color-default, #298596)}.editor-styles-wrapper .wp-block-group.tainacan-group-heading h1.wp-block-heading,.editor-styles-wrapper .wp-block-group.tainacan-group-heading h1:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h1.wp-block-heading,.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h1:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size){font-size:1.6rem}.editor-styles-wrapper .wp-block-group.tainacan-group-heading h2.wp-block-heading,.editor-styles-wrapper .wp-block-group.tainacan-group-heading h2:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h2.wp-block-heading,.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h2:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size){font-size:1.5rem}.editor-styles-wrapper .wp-block-group.tainacan-group-heading h3.wp-block-heading,.editor-styles-wrapper .wp-block-group.tainacan-group-heading h3:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h3.wp-block-heading,.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h3:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size){font-size:1.25rem}.editor-styles-wrapper .wp-block-group.tainacan-group-heading h4.wp-block-heading,.editor-styles-wrapper .wp-block-group.tainacan-group-heading h4:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h4.wp-block-heading,.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h4:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size){font-size:1.125rem}.editor-styles-wrapper .wp-block-group.tainacan-group-heading p,.components-modal__screen-overlay .wp-block-group.tainacan-group-heading p{font-style:italic}.editor-styles-wrapper .wp-block-group.tainacan-group-heading p:not(.has-text-color),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading p:not(.has-text-color){color:#898d8f}.editor-styles-wrapper .wp-block-group.tainacan-group-heading hr.wp-block-separator:not(.is-style-wide),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading hr.wp-block-separator:not(.is-style-wide){margin-left:0;max-width:200px;border-color:#298596;border-color:var(--tainacan-color-default, #298596)}.editor-styles-wrapper .wp-block-group.tainacan-group-heading hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots){border-width:2px;height:3px}.tainacan-heading-section-pattern-pattern h1,.tainacan-heading-section-pattern-pattern h2,.tainacan-heading-section-pattern-pattern h3,.tainacan-heading-section-pattern-pattern h4{margin-bottom:0px !important}.tainacan-heading-section-pattern-pattern p{font-style:italic;margin-bottom:0 !important}.tainacan-heading-section-pattern-pattern hr.wp-block-separator:not(.is-style-wide){margin-left:0;margin-top:0.5rem;max-width:200px}.tainacan-heading-section-pattern-pattern hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots){border-width:2px;height:3px} +@import url("./_variables.scss");.editor-styles-wrapper{background:white;padding:3rem 0px 0px 0px !important}.block-editor-block-preview__content{font-family:'Roboto', sans-serif}.editor-styles-wrapper,.components-modal__screen-overlay{font-family:'Roboto', sans-serif !important}.editor-styles-wrapper .has-carmine-color,.components-modal__screen-overlay .has-carmine-color{color:#8c442c}.editor-styles-wrapper .has-carmine-background-color,.components-modal__screen-overlay .has-carmine-background-color{background-color:#8c442c}.editor-styles-wrapper .has-cherry-color,.components-modal__screen-overlay .has-cherry-color{color:#A12B42}.editor-styles-wrapper .has-cherry-background-color,.components-modal__screen-overlay .has-cherry-background-color{background-color:#A12B42}.editor-styles-wrapper .has-mustard-color,.components-modal__screen-overlay .has-mustard-color{color:#754E24}.editor-styles-wrapper .has-mustard-background-color,.components-modal__screen-overlay .has-mustard-background-color{background-color:#754E24}.editor-styles-wrapper .has-mintgreen-color,.components-modal__screen-overlay .has-mintgreen-color{color:#255F56}.editor-styles-wrapper .has-mintgreen-background-color,.components-modal__screen-overlay .has-mintgreen-background-color{background-color:#255F56}.editor-styles-wrapper .has-darkturquoise-color,.components-modal__screen-overlay .has-darkturquoise-color{color:#205E6F}.editor-styles-wrapper .has-darkturquoise-background-color,.components-modal__screen-overlay .has-darkturquoise-background-color{background-color:#205E6F}.editor-styles-wrapper .has-turquoise-color,.components-modal__screen-overlay .has-turquoise-color{color:#185F6D}.editor-styles-wrapper .has-turquoise-background-color,.components-modal__screen-overlay .has-turquoise-background-color{background-color:#185F6D}.editor-styles-wrapper .has-blueheavenly-color,.components-modal__screen-overlay .has-blueheavenly-color{color:#1D5C86}.editor-styles-wrapper .has-blueheavenly-background-color,.components-modal__screen-overlay .has-blueheavenly-background-color{background-color:#1D5C86}.editor-styles-wrapper .has-purple-color,.components-modal__screen-overlay .has-purple-color{color:#4751a3}.editor-styles-wrapper .has-purple-background-color,.components-modal__screen-overlay .has-purple-background-color{background-color:#4751a3}.editor-styles-wrapper .has-violet-color,.components-modal__screen-overlay .has-violet-color{color:#955ba5}.editor-styles-wrapper .has-violet-background-color,.components-modal__screen-overlay .has-violet-background-color{background-color:#955ba5}.editor-styles-wrapper .has-white-color,.components-modal__screen-overlay .has-white-color{color:#ffffff}.editor-styles-wrapper .has-white-background-color,.components-modal__screen-overlay .has-white-background-color{background-color:#ffffff}.editor-styles-wrapper .has-lightgray-color,.components-modal__screen-overlay .has-lightgray-color{color:#f2f2f2}.editor-styles-wrapper .has-lightgray-background-color,.components-modal__screen-overlay .has-lightgray-background-color{background-color:#f2f2f2}.editor-styles-wrapper .has-darkgray-color,.components-modal__screen-overlay .has-darkgray-color{color:#555758}.editor-styles-wrapper .has-darkgray-background-color,.components-modal__screen-overlay .has-darkgray-background-color{background-color:#555758}.editor-styles-wrapper .editor-block-list__layout,.editor-styles-wrapper .block-editor-block-list__layout,.components-modal__screen-overlay .editor-block-list__layout,.components-modal__screen-overlay .block-editor-block-list__layout{padding-left:8.3333333%;padding-right:8.3333333%}.editor-styles-wrapper .editor-writing-flow__click-redirect,.components-modal__screen-overlay .editor-writing-flow__click-redirect{width:auto}.editor-styles-wrapper .editor-inner-blocks,.editor-styles-wrapper .block-editor-inner-blocks,.editor-styles-wrapper .wp-block-group__inner-container,.editor-styles-wrapper .wp-block-cover__inner-container>.wp-block,.editor-styles-wrapper .editor-inner-blocks>.editor-block-list__layout,.editor-styles-wrapper .block-editor-inner-blocks>.block-editor-block-list__layout,.components-modal__screen-overlay .editor-inner-blocks,.components-modal__screen-overlay .block-editor-inner-blocks,.components-modal__screen-overlay .wp-block-group__inner-container,.components-modal__screen-overlay .wp-block-cover__inner-container>.wp-block,.components-modal__screen-overlay .editor-inner-blocks>.editor-block-list__layout,.components-modal__screen-overlay .block-editor-inner-blocks>.block-editor-block-list__layout{padding-left:0;padding-right:0}.editor-styles-wrapper :not(.block-editor-block-list__block)>.wp-block,.components-modal__screen-overlay :not(.block-editor-block-list__block)>.wp-block{max-width:calc(1400px - 8.3333336%);padding-left:4.1666667%;padding-right:4.1666667%}.editor-styles-wrapper .wp-block[data-align="wide"],.components-modal__screen-overlay .wp-block[data-align="wide"]{padding-left:0;padding-right:0}.editor-styles-wrapper .wp-block[data-align="wide"] .wp-block-columns,.components-modal__screen-overlay .wp-block[data-align="wide"] .wp-block-columns{padding-left:0;padding-right:0}.editor-styles-wrapper .block-editor-block-list__layout.is-root-container>.wp-block[data-align="full"],.editor-styles-wrapper .wp-block[data-align="full"],.components-modal__screen-overlay .block-editor-block-list__layout.is-root-container>.wp-block[data-align="full"],.components-modal__screen-overlay .wp-block[data-align="full"]{max-width:122.5%;width:125.5%;margin-left:-12.5%;margin-right:-12.5%;padding-left:0;padding-right:0}.editor-styles-wrapper .block-editor-block-list__block,.components-modal__screen-overlay .block-editor-block-list__block{margin-top:initial;margin-bottom:initial}.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper,.editor-styles-wrapper :not(.edit-post-visual-editor__post-title-wrapper)>.editor-post-title,.components-modal__screen-overlay .edit-post-visual-editor__post-title-wrapper,.components-modal__screen-overlay :not(.edit-post-visual-editor__post-title-wrapper)>.editor-post-title{margin:0 auto 5.35rem auto;padding:0;max-width:calc(1400px - 4.1666667%);width:calc(100% - 8.33333%);border-bottom:2px solid var(--tainacan-interface--link-color, #298596);border-bottom:2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596))}.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper>.wp-block,.editor-styles-wrapper :not(.edit-post-visual-editor__post-title-wrapper)>.editor-post-title>.wp-block,.components-modal__screen-overlay .edit-post-visual-editor__post-title-wrapper>.wp-block,.components-modal__screen-overlay :not(.edit-post-visual-editor__post-title-wrapper)>.editor-post-title>.wp-block{margin:0 !important;padding:0px}.editor-styles-wrapper .wp-block.editor-post-title__block,.editor-styles-wrapper .editor-post-title__block .editor-post-title__input,.components-modal__screen-overlay .wp-block.editor-post-title__block,.components-modal__screen-overlay .editor-post-title__block .editor-post-title__input{font-size:1.25rem;font-family:'Roboto', sans-serif}.editor-styles-wrapper .wp-block.editor-post-title__block textarea,.editor-styles-wrapper .editor-post-title__block .editor-post-title__input textarea,.components-modal__screen-overlay .wp-block.editor-post-title__block textarea,.components-modal__screen-overlay .editor-post-title__block .editor-post-title__input textarea{padding:3px 6px;color:var(--tainacan-interface--link-color, #298596);color:var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596))}.editor-styles-wrapper .block-library-spacer__resize-container,.components-modal__screen-overlay .block-library-spacer__resize-container{margin-bottom:initial}.editor-styles-wrapper .wp-block-social-link,.components-modal__screen-overlay .wp-block-social-link{padding-left:0;padding-right:0}.editor-styles-wrapper .wp-block-columns>.editor-inner-blocks>.editor-block-list__layout>[data-type="core/column"]:not(:last-child),.editor-styles-wrapper .wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-type="core/column"]:not(:last-child),.components-modal__screen-overlay .wp-block-columns>.editor-inner-blocks>.editor-block-list__layout>[data-type="core/column"]:not(:last-child),.components-modal__screen-overlay .wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-type="core/column"]:not(:last-child){margin-right:2.0833333%}.editor-styles-wrapper .wp-block-columns>.editor-inner-blocks>.editor-block-list__layout>[data-type="core/column"]:not(:first-child),.editor-styles-wrapper .wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-type="core/column"]:not(:first-child),.components-modal__screen-overlay .wp-block-columns>.editor-inner-blocks>.editor-block-list__layout>[data-type="core/column"]:not(:first-child),.components-modal__screen-overlay .wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-type="core/column"]:not(:first-child){margin-left:2.0833333%}.editor-styles-wrapper .wp-block-columns>.editor-inner-blocks>.editor-block-list__layout>[data-type="core/column"],.editor-styles-wrapper .wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-type="core/column"],.editor-styles-wrapper .wp-block-columns>.wp-block-column[data-type="core/column"],.components-modal__screen-overlay .wp-block-columns>.editor-inner-blocks>.editor-block-list__layout>[data-type="core/column"],.components-modal__screen-overlay .wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-type="core/column"],.components-modal__screen-overlay .wp-block-columns>.wp-block-column[data-type="core/column"]{margin-left:0;margin-right:0;padding:0}.editor-styles-wrapper .wp-block-columns>.wp-block-column[data-type="core/column"]:not(:first-child),.components-modal__screen-overlay .wp-block-columns>.wp-block-column[data-type="core/column"]:not(:first-child){padding-left:2.0833333%}.editor-styles-wrapper .wp-block-columns>.wp-block-column[data-type="core/column"]:not(:last-child),.components-modal__screen-overlay .wp-block-columns>.wp-block-column[data-type="core/column"]:not(:last-child){padding-right:2.0833333%}.editor-styles-wrapper .wp-block-columns>.wp-block-column[data-type="core/column"]>.wp-block,.components-modal__screen-overlay .wp-block-columns>.wp-block-column[data-type="core/column"]>.wp-block{margin-left:0;margin-right:0;padding-right:0;padding-left:0}.editor-styles-wrapper .wp-block-heading h1,.editor-styles-wrapper .wp-block[data-type="core/heading"] h1,.editor-styles-wrapper h1.wp-block[data-type="core/heading"],.components-modal__screen-overlay .wp-block-heading h1,.components-modal__screen-overlay .wp-block[data-type="core/heading"] h1,.components-modal__screen-overlay h1.wp-block[data-type="core/heading"]{font-size:1.802rem;color:var(--tainacan-interface--link-color, #298596);color:var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));padding-top:.4rem;margin-bottom:.5rem}.editor-styles-wrapper .wp-block-heading h2,.editor-styles-wrapper .wp-block[data-type="core/heading"] h2,.editor-styles-wrapper h2.wp-block[data-type="core/heading"],.components-modal__screen-overlay .wp-block-heading h2,.components-modal__screen-overlay .wp-block[data-type="core/heading"] h2,.components-modal__screen-overlay h2.wp-block[data-type="core/heading"]{font-size:1.602rem;padding-top:.4rem;margin-bottom:.5rem}.editor-styles-wrapper .wp-block-heading h3,.editor-styles-wrapper .wp-block[data-type="core/heading"] h3,.editor-styles-wrapper h3.wp-block[data-type="core/heading"],.components-modal__screen-overlay .wp-block-heading h3,.components-modal__screen-overlay .wp-block[data-type="core/heading"] h3,.components-modal__screen-overlay h3.wp-block[data-type="core/heading"]{font-size:1.424rem;padding-top:.4rem;margin-bottom:.5rem}.editor-styles-wrapper .wp-block-heading h4,.editor-styles-wrapper .wp-block[data-type="core/heading"] h4,.editor-styles-wrapper h4.wp-block[data-type="core/heading"],.components-modal__screen-overlay .wp-block-heading h4,.components-modal__screen-overlay .wp-block[data-type="core/heading"] h4,.components-modal__screen-overlay h4.wp-block[data-type="core/heading"]{font-size:1.266rem;font-style:italic;font-weight:normal;color:#555758;padding-top:.4rem;margin-bottom:.5rem}.editor-styles-wrapper .wp-block-heading h5,.editor-styles-wrapper .wp-block[data-type="core/heading"] h5,.editor-styles-wrapper h5.wp-block[data-type="core/heading"],.components-modal__screen-overlay .wp-block-heading h5,.components-modal__screen-overlay .wp-block[data-type="core/heading"] h5,.components-modal__screen-overlay h5.wp-block[data-type="core/heading"]{font-size:1.125rem;padding-top:.4rem;margin-bottom:.5rem}.editor-styles-wrapper .wp-block-heading h6,.editor-styles-wrapper .wp-block[data-type="core/heading"] h6,.editor-styles-wrapper h6.wp-block[data-type="core/heading"],.components-modal__screen-overlay .wp-block-heading h6,.components-modal__screen-overlay .wp-block[data-type="core/heading"] h6,.components-modal__screen-overlay h6.wp-block[data-type="core/heading"]{font-size:1rem;font-style:italic;font-weight:normal;color:#555758;padding-top:.4rem;margin-bottom:.5rem}.editor-styles-wrapper p.block-editor-block-list__block.wp-block,.components-modal__screen-overlay p.block-editor-block-list__block.wp-block{margin-top:0.5rem;margin-bottom:1rem}.editor-styles-wrapper a,.components-modal__screen-overlay a{text-decoration:none}.editor-styles-wrapper .has-text-color>a,.editor-styles-wrapper .has-text-color>a:hover,.components-modal__screen-overlay .has-text-color>a,.components-modal__screen-overlay .has-text-color>a:hover{color:inherit}.editor-styles-wrapper .components-button.is-button,.components-modal__screen-overlay .components-button.is-button{border:none;box-shadow:none;border-radius:6px;height:auto;text-shadow:none;font-size:0.875rem}.editor-styles-wrapper .components-button.is-button:active:not(.is-default),.components-modal__screen-overlay .components-button.is-button:active:not(.is-default){color:white}.editor-styles-wrapper .components-button.is-button:active,.editor-styles-wrapper .components-button.is-button:focus,.components-modal__screen-overlay .components-button.is-button:active,.components-modal__screen-overlay .components-button.is-button:focus{box-shadow:none}.editor-styles-wrapper .components-button.is-button:not(.is-small),.components-modal__screen-overlay .components-button.is-button:not(.is-small){padding:5px 12px;line-height:1.2rem}.editor-styles-wrapper .components-button.is-button.is-primary,.components-modal__screen-overlay .components-button.is-button.is-primary{background-color:var(--tainacan-interface--link-color, #298596);background-color:var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596))}.editor-styles-wrapper .components-button.is-button.is-default,.components-modal__screen-overlay .components-button.is-button.is-default{background:white;border:1px solid #555758;color:var(--tainacan-interface--link-color, #298596);color:var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596))}.editor-styles-wrapper .components-icon-button:hover:not(.is-default),.editor-styles-wrapper .components-icon-button:focus:not(.is-default),.editor-styles-wrapper .components-icon-button:active:not(.is-default),.components-modal__screen-overlay .components-icon-button:hover:not(.is-default),.components-modal__screen-overlay .components-icon-button:focus:not(.is-default),.components-modal__screen-overlay .components-icon-button:active:not(.is-default){box-shadow:none !important;background:none !important;border:none !important}.editor-styles-wrapper .components-icon-button.is-default:hover,.editor-styles-wrapper .components-icon-button.is-default:focus,.editor-styles-wrapper .components-icon-button.is-default:active,.components-modal__screen-overlay .components-icon-button.is-default:hover,.components-modal__screen-overlay .components-icon-button.is-default:focus,.components-modal__screen-overlay .components-icon-button.is-default:active{box-shadow:none !important;background:white !important;border:1px solid #555758 !important}.editor-styles-wrapper .wp-block-buttons,.components-modal__screen-overlay .wp-block-buttons{align-items:center}.editor-styles-wrapper .wp-block-button__link,.components-modal__screen-overlay .wp-block-button__link{border-radius:4px;font-size:0.875rem;padding:6px 18px}.editor-styles-wrapper .wp-block-button__link:not(.has-background),.components-modal__screen-overlay .wp-block-button__link:not(.has-background){background-color:var(--tainacan-interface--link-color, #298596);background-color:var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596))}.editor-styles-wrapper .is-style-outline .wp-block-button__link,.components-modal__screen-overlay .is-style-outline .wp-block-button__link{background-color:transparent !important;border:1px solid #555758}.editor-styles-wrapper .is-style-outline .wp-block-button__link:not(.has-text-color),.components-modal__screen-overlay .is-style-outline .wp-block-button__link:not(.has-text-color){color:var(--tainacan-interface--link-color, #298596);color:var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596))}.editor-styles-wrapper .is-style-squared .wp-block-button__link,.components-modal__screen-overlay .is-style-squared .wp-block-button__link{border-radius:0px}.editor-styles-wrapper .components-modal__content .input-control,.editor-styles-wrapper .components-modal__content input[type="date"],.editor-styles-wrapper .components-modal__content input[type="datetime-local"],.editor-styles-wrapper .components-modal__content input[type="datetime"],.editor-styles-wrapper .components-modal__content input[type="email"],.editor-styles-wrapper .components-modal__content input[type="month"],.editor-styles-wrapper .components-modal__content input[type="number"],.editor-styles-wrapper .components-modal__content input[type="password"],.editor-styles-wrapper .components-modal__content input[type="search"],.editor-styles-wrapper .components-modal__content input[type="tel"],.editor-styles-wrapper .components-modal__content input[type="text"],.editor-styles-wrapper .components-modal__content input[type="time"],.editor-styles-wrapper .components-modal__content input[type="url"],.editor-styles-wrapper .components-modal__content input[type="week"],.editor-styles-wrapper .components-modal__content select,.editor-styles-wrapper .components-modal__content textarea,.editor-styles-wrapper .components-popover .input-control,.editor-styles-wrapper .components-popover input[type="date"],.editor-styles-wrapper .components-popover input[type="datetime-local"],.editor-styles-wrapper .components-popover input[type="datetime"],.editor-styles-wrapper .components-popover input[type="email"],.editor-styles-wrapper .components-popover input[type="month"],.editor-styles-wrapper .components-popover input[type="number"],.editor-styles-wrapper .components-popover input[type="password"],.editor-styles-wrapper .components-popover input[type="search"],.editor-styles-wrapper .components-popover input[type="tel"],.editor-styles-wrapper .components-popover input[type="text"],.editor-styles-wrapper .components-popover input[type="time"],.editor-styles-wrapper .components-popover input[type="url"],.editor-styles-wrapper .components-popover input[type="week"],.editor-styles-wrapper .components-popover select,.editor-styles-wrapper .components-popover textarea,.components-modal__screen-overlay .components-modal__content .input-control,.components-modal__screen-overlay .components-modal__content input[type="date"],.components-modal__screen-overlay .components-modal__content input[type="datetime-local"],.components-modal__screen-overlay .components-modal__content input[type="datetime"],.components-modal__screen-overlay .components-modal__content input[type="email"],.components-modal__screen-overlay .components-modal__content input[type="month"],.components-modal__screen-overlay .components-modal__content input[type="number"],.components-modal__screen-overlay .components-modal__content input[type="password"],.components-modal__screen-overlay .components-modal__content input[type="search"],.components-modal__screen-overlay .components-modal__content input[type="tel"],.components-modal__screen-overlay .components-modal__content input[type="text"],.components-modal__screen-overlay .components-modal__content input[type="time"],.components-modal__screen-overlay .components-modal__content input[type="url"],.components-modal__screen-overlay .components-modal__content input[type="week"],.components-modal__screen-overlay .components-modal__content select,.components-modal__screen-overlay .components-modal__content textarea,.components-modal__screen-overlay .components-popover .input-control,.components-modal__screen-overlay .components-popover input[type="date"],.components-modal__screen-overlay .components-popover input[type="datetime-local"],.components-modal__screen-overlay .components-popover input[type="datetime"],.components-modal__screen-overlay .components-popover input[type="email"],.components-modal__screen-overlay .components-popover input[type="month"],.components-modal__screen-overlay .components-popover input[type="number"],.components-modal__screen-overlay .components-popover input[type="password"],.components-modal__screen-overlay .components-popover input[type="search"],.components-modal__screen-overlay .components-popover input[type="tel"],.components-modal__screen-overlay .components-popover input[type="text"],.components-modal__screen-overlay .components-popover input[type="time"],.components-modal__screen-overlay .components-popover input[type="url"],.components-modal__screen-overlay .components-popover input[type="week"],.components-modal__screen-overlay .components-popover select,.components-modal__screen-overlay .components-popover textarea{border-radius:0;border-color:#cbcbcb;padding:4px 8px}.editor-styles-wrapper .components-modal__content .input-control:focus,.editor-styles-wrapper .components-modal__content input[type="date"]:focus,.editor-styles-wrapper .components-modal__content input[type="datetime-local"]:focus,.editor-styles-wrapper .components-modal__content input[type="datetime"]:focus,.editor-styles-wrapper .components-modal__content input[type="email"]:focus,.editor-styles-wrapper .components-modal__content input[type="month"]:focus,.editor-styles-wrapper .components-modal__content input[type="number"]:focus,.editor-styles-wrapper .components-modal__content input[type="password"]:focus,.editor-styles-wrapper .components-modal__content input[type="search"]:focus,.editor-styles-wrapper .components-modal__content input[type="tel"]:focus,.editor-styles-wrapper .components-modal__content input[type="text"]:focus,.editor-styles-wrapper .components-modal__content input[type="time"]:focus,.editor-styles-wrapper .components-modal__content input[type="url"]:focus,.editor-styles-wrapper .components-modal__content input[type="week"]:focus,.editor-styles-wrapper .components-modal__content select:focus,.editor-styles-wrapper .components-modal__content textarea:focus,.editor-styles-wrapper .components-popover .input-control:focus,.editor-styles-wrapper .components-popover input[type="date"]:focus,.editor-styles-wrapper .components-popover input[type="datetime-local"]:focus,.editor-styles-wrapper .components-popover input[type="datetime"]:focus,.editor-styles-wrapper .components-popover input[type="email"]:focus,.editor-styles-wrapper .components-popover input[type="month"]:focus,.editor-styles-wrapper .components-popover input[type="number"]:focus,.editor-styles-wrapper .components-popover input[type="password"]:focus,.editor-styles-wrapper .components-popover input[type="search"]:focus,.editor-styles-wrapper .components-popover input[type="tel"]:focus,.editor-styles-wrapper .components-popover input[type="text"]:focus,.editor-styles-wrapper .components-popover input[type="time"]:focus,.editor-styles-wrapper .components-popover input[type="url"]:focus,.editor-styles-wrapper .components-popover input[type="week"]:focus,.editor-styles-wrapper .components-popover select:focus,.editor-styles-wrapper .components-popover textarea:focus,.components-modal__screen-overlay .components-modal__content .input-control:focus,.components-modal__screen-overlay .components-modal__content input[type="date"]:focus,.components-modal__screen-overlay .components-modal__content input[type="datetime-local"]:focus,.components-modal__screen-overlay .components-modal__content input[type="datetime"]:focus,.components-modal__screen-overlay .components-modal__content input[type="email"]:focus,.components-modal__screen-overlay .components-modal__content input[type="month"]:focus,.components-modal__screen-overlay .components-modal__content input[type="number"]:focus,.components-modal__screen-overlay .components-modal__content input[type="password"]:focus,.components-modal__screen-overlay .components-modal__content input[type="search"]:focus,.components-modal__screen-overlay .components-modal__content input[type="tel"]:focus,.components-modal__screen-overlay .components-modal__content input[type="text"]:focus,.components-modal__screen-overlay .components-modal__content input[type="time"]:focus,.components-modal__screen-overlay .components-modal__content input[type="url"]:focus,.components-modal__screen-overlay .components-modal__content input[type="week"]:focus,.components-modal__screen-overlay .components-modal__content select:focus,.components-modal__screen-overlay .components-modal__content textarea:focus,.components-modal__screen-overlay .components-popover .input-control:focus,.components-modal__screen-overlay .components-popover input[type="date"]:focus,.components-modal__screen-overlay .components-popover input[type="datetime-local"]:focus,.components-modal__screen-overlay .components-popover input[type="datetime"]:focus,.components-modal__screen-overlay .components-popover input[type="email"]:focus,.components-modal__screen-overlay .components-popover input[type="month"]:focus,.components-modal__screen-overlay .components-popover input[type="number"]:focus,.components-modal__screen-overlay .components-popover input[type="password"]:focus,.components-modal__screen-overlay .components-popover input[type="search"]:focus,.components-modal__screen-overlay .components-popover input[type="tel"]:focus,.components-modal__screen-overlay .components-popover input[type="text"]:focus,.components-modal__screen-overlay .components-popover input[type="time"]:focus,.components-modal__screen-overlay .components-popover input[type="url"]:focus,.components-modal__screen-overlay .components-popover input[type="week"]:focus,.components-modal__screen-overlay .components-popover select:focus,.components-modal__screen-overlay .components-popover textarea:focus{border:1px solid #555758;box-shadow:none}.editor-styles-wrapper .components-base-control__label,.components-modal__screen-overlay .components-base-control__label{font-weight:600;color:black}.editor-styles-wrapper :not([data-align="wide"]):not([data-align="full"])>.wp-block-cover,.components-modal__screen-overlay :not([data-align="wide"]):not([data-align="full"])>.wp-block-cover{width:auto}.editor-styles-wrapper [data-align="full"] .wp-block-cover__inner-container,.components-modal__screen-overlay [data-align="full"] .wp-block-cover__inner-container{max-width:1400px;margin:0 auto;padding:0 12.5%}.editor-styles-wrapper [data-align="full"] .wp-block-cover__inner-container>.wp-block,.components-modal__screen-overlay [data-align="full"] .wp-block-cover__inner-container>.wp-block{max-width:100%;margin:0}.editor-styles-wrapper .wp-block-embed figcaption,.editor-styles-wrapper .wp-block-image figcaption,.components-modal__screen-overlay .wp-block-embed figcaption,.components-modal__screen-overlay .wp-block-image figcaption{color:inherit}.editor-styles-wrapper .wp-block-tainacan-modal .components-modal__content,.components-modal__screen-overlay .wp-block-tainacan-modal .components-modal__content{padding:32px;overflow:hidden}.editor-styles-wrapper .wp-block-tainacan-modal .components-modal__header,.components-modal__screen-overlay .wp-block-tainacan-modal .components-modal__header{height:32px;margin:0 12px 32px 12px;padding:0;border-bottom:1px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596))}.editor-styles-wrapper .wp-block-tainacan-modal .components-modal__header .components-modal__header-heading,.editor-styles-wrapper .wp-block-tainacan-modal .components-modal__header h1,.components-modal__screen-overlay .wp-block-tainacan-modal .components-modal__header .components-modal__header-heading,.components-modal__screen-overlay .wp-block-tainacan-modal .components-modal__header h1{font-size:1.125rem;font-weight:500;color:#555758}.editor-styles-wrapper .wp-block-quote,.components-modal__screen-overlay .wp-block-quote{margin:3rem 8.33333%;padding:1rem;color:#555758;font-weight:normal;font-size:1rem}.editor-styles-wrapper .wp-block-quote.is-style-large,.components-modal__screen-overlay .wp-block-quote.is-style-large{font-size:1.375rem;font-family:'Roboto', sans-serif}.editor-styles-wrapper .wp-block-quote:not(.is-style-large):not(.is-large),.components-modal__screen-overlay .wp-block-quote:not(.is-style-large):not(.is-large){border-left:2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596))}.editor-styles-wrapper .wp-block-quote__citation,.components-modal__screen-overlay .wp-block-quote__citation{font-weight:500;font-size:1rem;text-align:right;font-style:italic;color:#555758}.editor-styles-wrapper .wp-block-pullquote,.components-modal__screen-overlay .wp-block-pullquote{padding:0}.editor-styles-wrapper .wp-block-pullquote:not(.is-style-solid-color),.components-modal__screen-overlay .wp-block-pullquote:not(.is-style-solid-color){border-top:2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596));border-bottom:2px solid var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596))}.editor-styles-wrapper .wp-block-pullquote blockquote,.components-modal__screen-overlay .wp-block-pullquote blockquote{margin:0;padding:2rem 8.3333333%}.editor-styles-wrapper .wp-block-pullquote .block-library-pullquote__content.editor-rich-text p,.editor-styles-wrapper .wp-block-pullquote .rich-text.block-editor-rich-text__editable p,.components-modal__screen-overlay .wp-block-pullquote .block-library-pullquote__content.editor-rich-text p,.components-modal__screen-overlay .wp-block-pullquote .rich-text.block-editor-rich-text__editable p{font-size:1.375rem;font-weight:500}.editor-styles-wrapper .wp-block-pullquote :not(.has-text-color) .block-library-pullquote__content.editor-rich-text p,.editor-styles-wrapper .wp-block-pullquote :not(.has-text-color) .rich-text.block-editor-rich-text__editable p,.components-modal__screen-overlay .wp-block-pullquote :not(.has-text-color) .block-library-pullquote__content.editor-rich-text p,.components-modal__screen-overlay .wp-block-pullquote :not(.has-text-color) .rich-text.block-editor-rich-text__editable p{color:var(--tainacan-interface--link-color, #298596);color:var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596))}.editor-styles-wrapper .wp-block-pullquote .wp-block-pullquote__citation,.components-modal__screen-overlay .wp-block-pullquote .wp-block-pullquote__citation{color:#555758;font-size:1rem;font-weight:normal;font-style:italic;text-transform:none}.editor-styles-wrapper .wp-block-separator,.components-modal__screen-overlay .wp-block-separator{width:50%;max-width:300px}.editor-styles-wrapper .wp-block-separator:not(.has-background-color),.components-modal__screen-overlay .wp-block-separator:not(.has-background-color){border-color:var(--tainacan-interface--link-color, #298596);border-color:var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596))}.editor-styles-wrapper .wp-block-separator.is-style-wide,.components-modal__screen-overlay .wp-block-separator.is-style-wide{width:100%}.editor-styles-wrapper .wp-block-separator.is-style-dots:not(.has-background-color)::before,.components-modal__screen-overlay .wp-block-separator.is-style-dots:not(.has-background-color)::before{color:var(--tainacan-interface--link-color, #298596);color:var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596))}.editor-styles-wrapper .wp-block-separator.is-style-dots::before,.components-modal__screen-overlay .wp-block-separator.is-style-dots::before{font-weight:600}.editor-styles-wrapper .wp-block-preformatted pre,.components-modal__screen-overlay .wp-block-preformatted pre{color:#555758;font-size:1rem;font-weight:400;white-space:pre-line}.editor-styles-wrapper .wp-block-code textarea,.components-modal__screen-overlay .wp-block-code textarea{color:var(--tainacan-interface--link-color, #298596);color:var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596))}.editor-styles-wrapper .wp-block-table th,.components-modal__screen-overlay .wp-block-table th{border-bottom:1px solid #cbcbcb;font-weight:normal;font-size:0.75rem}.editor-styles-wrapper .wp-block-table td,.components-modal__screen-overlay .wp-block-table td{border:1px solid #f2f2f2;font-size:0.875rem}.editor-styles-wrapper .wp-block-tainacan-modal.dynamic-modal iframe,.components-modal__screen-overlay .wp-block-tainacan-modal.dynamic-modal iframe{width:calc(100% + 64px);height:calc(100% - 104px);margin-left:-32px;margin-bottom:0px}.editor-styles-wrapper .wp-block-tainacan-modal.dynamic-modal .modal-footer-area,.components-modal__screen-overlay .wp-block-tainacan-modal.dynamic-modal .modal-footer-area{height:72px;width:calc(100% + 64px);margin-left:-32px !important;margin-bottom:-32px !important;padding:1.2rem 3rem !important;border-top:1px solid #898d8f}.editor-styles-wrapper .wp-block-tainacan-modal .modal-footer-area,.components-modal__screen-overlay .wp-block-tainacan-modal .modal-footer-area{margin:0;border:none;padding-top:0px}.editor-styles-wrapper .wp-block-tainacan-modal .modal-search-area,.components-modal__screen-overlay .wp-block-tainacan-modal .modal-search-area{padding:0 14px}.editor-styles-wrapper .wp-block-tainacan-modal .modal-search-area .components-base-control,.components-modal__screen-overlay .wp-block-tainacan-modal .modal-search-area .components-base-control{width:100%}.editor-styles-wrapper .wp-block-tainacan-modal .modal-search-area .components-base-control .components-base-control__field,.components-modal__screen-overlay .wp-block-tainacan-modal .modal-search-area .components-base-control .components-base-control__field{display:flex;align-items:center}.editor-styles-wrapper .wp-block-tainacan-modal .modal-search-area .components-base-control .components-base-control__field label,.components-modal__screen-overlay .wp-block-tainacan-modal .modal-search-area .components-base-control .components-base-control__field label{flex-shrink:0;margin-right:12px}.editor-styles-wrapper .wp-block-group.tainacan-group-heading .wp-block-heading,.components-modal__screen-overlay .wp-block-group.tainacan-group-heading .wp-block-heading{color:var(--tainacan-interface--link-color, #298596) !important;color:var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596)) !important}.editor-styles-wrapper .wp-block-group.tainacan-group-heading h1:not(.has-text-color),.editor-styles-wrapper .wp-block-group.tainacan-group-heading h2:not(.has-text-color),.editor-styles-wrapper .wp-block-group.tainacan-group-heading h3:not(.has-text-color),.editor-styles-wrapper .wp-block-group.tainacan-group-heading h4:not(.has-text-color),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h1:not(.has-text-color),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h2:not(.has-text-color),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h3:not(.has-text-color),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h4:not(.has-text-color){color:var(--tainacan-interface--link-color, #298596) !important;color:var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596))}.editor-styles-wrapper .wp-block-group.tainacan-group-heading h1.wp-block-heading,.editor-styles-wrapper .wp-block-group.tainacan-group-heading h1:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h1.wp-block-heading,.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h1:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size){font-size:1.6rem}.editor-styles-wrapper .wp-block-group.tainacan-group-heading h2.wp-block-heading,.editor-styles-wrapper .wp-block-group.tainacan-group-heading h2:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h2.wp-block-heading,.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h2:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size){font-size:1.5rem}.editor-styles-wrapper .wp-block-group.tainacan-group-heading h3.wp-block-heading,.editor-styles-wrapper .wp-block-group.tainacan-group-heading h3:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h3.wp-block-heading,.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h3:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size){font-size:1.25rem}.editor-styles-wrapper .wp-block-group.tainacan-group-heading h4.wp-block-heading,.editor-styles-wrapper .wp-block-group.tainacan-group-heading h4:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h4.wp-block-heading,.components-modal__screen-overlay .wp-block-group.tainacan-group-heading h4:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size){font-size:1.125rem}.editor-styles-wrapper .wp-block-group.tainacan-group-heading p,.components-modal__screen-overlay .wp-block-group.tainacan-group-heading p{font-style:italic}.editor-styles-wrapper .wp-block-group.tainacan-group-heading p:not(.has-text-color),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading p:not(.has-text-color){color:#898d8f}.editor-styles-wrapper .wp-block-group.tainacan-group-heading hr.wp-block-separator:not(.is-style-wide),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading hr.wp-block-separator:not(.is-style-wide){margin-left:0;max-width:200px;border-color:var(--tainacan-interface--link-color, #298596);border-color:var(--tainacan-color-default, var(--tainacan-interface--link-color, #298596))}.editor-styles-wrapper .wp-block-group.tainacan-group-heading hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots),.components-modal__screen-overlay .wp-block-group.tainacan-group-heading hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots){border-width:2px;height:3px}.tainacan-heading-section-pattern-pattern h1,.tainacan-heading-section-pattern-pattern h2,.tainacan-heading-section-pattern-pattern h3,.tainacan-heading-section-pattern-pattern h4{margin-bottom:0px !important}.tainacan-heading-section-pattern-pattern p{font-style:italic;margin-bottom:0 !important}.tainacan-heading-section-pattern-pattern hr.wp-block-separator:not(.is-style-wide){margin-left:0;margin-top:0.5rem;max-width:200px}.tainacan-heading-section-pattern-pattern hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots){border-width:2px;height:3px} /*# sourceMappingURL=editor-style.css.map */ diff --git a/src/experimental-theme.json b/src/experimental-theme.json deleted file mode 100644 index 1d8a24f..0000000 --- a/src/experimental-theme.json +++ /dev/null @@ -1,63 +0,0 @@ -/* We are not using this by now, as we need to provide - * support to the new alignment strategy: https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/ -*/ -{ - "version": 1, - "settings": { - "color": { - "link": true, - "palette": [ - { - "name": "Default", - "slug": "default", - "color": "#298596" - }, - { - "name": "Carmine", - "slug": "carmine", - "color": "#8c442c" - }, - { - "name": "Cherry", - "slug": "cherry", - "color": "#A12B42" - }, - { - "name": "Mustard", - "slug": "mustard", - "color": "#754E24" - }, - { - "name": "Mint Green", - "slug": "mintgreen", - "color": "#255F56" - }, - { - "name": "Dark Turquoise", - "slug": "darkturquoise", - "color": "#205E6F" - }, - { - "name": "Turquoise", - "slug": "turquoise", - "color": "#185F6D" - }, - { - "name": "Blue Heavenly", - "slug": "blueheavenly", - "color": "#1D5C86" - }, - { - "name": "Purple", - "slug": "purple", - "color": "#4751a3" - }, - { - "name": "Violet", - "slug": "violet", - "color": "#955ba5" - } - ] - } - } -} \ No newline at end of file diff --git a/src/footer.php b/src/footer.php index 6d649a1..006f60e 100644 --- a/src/footer.php +++ b/src/footer.php @@ -7,7 +7,7 @@
-
+