From ea6aa13f2f74c6f46614ffa490e10c948cf6ee37 Mon Sep 17 00:00:00 2001 From: mateuswetah Date: Wed, 28 Jul 2021 21:31:43 -0300 Subject: [PATCH] Version 2.4.1 - Several css adjustments o WP 5.8 --- src/README.txt | 4 +- src/assets/js/search-bar-redirect.js | 42 ++++++++++---------- src/assets/scss/_post.scss | 16 +++++--- src/assets/scss/editor-style.scss | 58 +--------------------------- src/assets/scss/style.scss | 11 +++--- src/editor-style.css | 2 +- src/functions.php | 2 +- src/functions/enqueues.php | 1 + 8 files changed, 43 insertions(+), 93 deletions(-) diff --git a/src/README.txt b/src/README.txt index bdab24f..d268a17 100644 --- a/src/README.txt +++ b/src/README.txt @@ -1,8 +1,8 @@ === Tainacan Interface === Contributors: andrebenedito, daltonmartins, fabianobn, jacsonp, leogermani, weryques, wetah, eduardohumberto, ravipassos, jessicafpx, marinagiolo, omarceloavila, r-guimaraes Requires at least: WordPress 4.8 -Tested up to: WordPress 5.7.2 -Version: 2.4 +Tested up to: WordPress 5.8 +Version: 2.4.1 Requires PHP: 5.6 Stable tag: trunk License: GNU General Public License v3 diff --git a/src/assets/js/search-bar-redirect.js b/src/assets/js/search-bar-redirect.js index 8701774..06ed642 100644 --- a/src/assets/js/search-bar-redirect.js +++ b/src/assets/js/search-bar-redirect.js @@ -9,28 +9,28 @@ function onTainacanSearchSubmit($event) { selectedForm = child; } } - - if (selectedForm.archive && tainacan_search_info !== undefined) { - switch (selectedForm.archive.value) { - case 'tainacan-items': - console.log(tainacan_search_info.theme_items_list_url) - selectedForm.action = tainacan_search_info.theme_items_list_url + (selectedForm.s ? '?search=' + selectedForm.s.value : ''); - break; - case 'tainacan-collections': - selectedForm.action = tainacan_search_info.theme_collection_list_url + (selectedForm.s ? '?s=' + selectedForm.s.value : ''); - break; - case 'posts': - selectedForm.action = '/' + (selectedForm.s ? '?onlyposts=true&s=' + selectedForm.s.value : ''); - break; - case 'pages': - selectedForm.action = '/' + (selectedForm.s ? '?onlypages=true&s=' + selectedForm.s.value : ''); - break; - case 'global': - default: - selectedForm.action = '/' + (selectedForm.s ? '?s=' + selectedForm.s.value : ''); + if (tainacan_search_info !== undefined) { + if (selectedForm.archive) { + switch (selectedForm.archive.value) { + case 'tainacan-items': + selectedForm.action = tainacan_search_info.theme_items_list_url + (selectedForm.s ? '?search=' + selectedForm.s.value : ''); + break; + case 'tainacan-collections': + selectedForm.action = tainacan_search_info.theme_collection_list_url + (selectedForm.s ? '?s=' + selectedForm.s.value : ''); + break; + case 'posts': + selectedForm.action = tainacan_search_info.site_url + '/' + (selectedForm.s ? '?onlyposts=true&s=' + selectedForm.s.value : ''); + break; + case 'pages': + selectedForm.action = tainacan_search_info.site_url + '/' + (selectedForm.s ? '?onlypages=true&s=' + selectedForm.s.value : ''); + break; + case 'global': + default: + selectedForm.action = tainacan_search_info.site_url + '/' + (selectedForm.s ? '?s=' + selectedForm.s.value : ''); + } + } else { + selectedForm.action = tainacan_search_info.site_url + '/' + (selectedForm.s ? '?s=' + selectedForm.s.value : ''); } - } else { - selectedForm.action = '/' + (selectedForm.s ? '?s=' + selectedForm.s.value : ''); } if ($event) diff --git a/src/assets/scss/_post.scss b/src/assets/scss/_post.scss index ec44e8b..db4b062 100644 --- a/src/assets/scss/_post.scss +++ b/src/assets/scss/_post.scss @@ -180,6 +180,8 @@ color: #338591; margin-left: 4.16666666667%; margin-right: 4.16666666667%; + margin-left: 4.16666666667vw; + margin-right: 4.16666666667vw; margin-bottom: 2rem; } header.tainacan-content { @@ -560,7 +562,7 @@ border-radius: 24px; width: 36px; height: 36px; - bottom: -18px; + bottom: 0px; right: calc(50% - 18px); cursor: pointer; font-size: 0; @@ -887,6 +889,8 @@ height: 100%; .card { box-shadow: none; + padding: 0; + margin: 0; } div { -webkit-column-break-inside: avoid; @@ -925,8 +929,8 @@ column-rule: none; } h3 { - color: #000; - font-size: 0.875rem; + color: #1d1d1d; + font-size: 0.875rem !important; font-weight: 700; padding-right: 1rem; margin-bottom: 0.25rem; @@ -938,7 +942,7 @@ h4, label { color: #454647; - font-size: 0.85rem; + font-size: 0.85rem !important; font-weight: 500; padding-right: 0.875rem; width: 100%; @@ -968,7 +972,7 @@ .multivalue-separator { display: block; max-height: 1px; - width: 35px; + width: 70px; background: #cbcbcb; content: none; color: transparent; @@ -977,7 +981,7 @@ } .tainacan-compound-group { padding-left: 1.5rem; - border-left: 1px solid #f2f2f2; + border-left: 1px solid #dbdbdb; } } } diff --git a/src/assets/scss/editor-style.scss b/src/assets/scss/editor-style.scss index 4ce74c5..244ebb6 100644 --- a/src/assets/scss/editor-style.scss +++ b/src/assets/scss/editor-style.scss @@ -375,62 +375,6 @@ } } - /* Checkboxes and Radio Buttons*/ - .components-modal__content input[type="checkbox"]:checked::before, - .components-popover input[type="checkbox"]:checked::before, - .editor-block-list__block input[type="checkbox"]:checked::before, - .components-modal__content input[type="radio"]:checked::before, - .components-popover input[type="radio"]:checked::before, - .editor-block-list__block input[type="radio"]:checked::before { - color: black; - } - .components-modal__content input[type="radio"]:checked::before, - .components-popover input[type="radio"]:checked::before, - .editor-block-list__block input[type="radio"]:checked::before { - background: black; - margin: 0; - border: none; - width: 8px; - height: 8px; - - @media screen and (max-width: 782px) { - margin: 4px 0 0 4px; - width: 15px; - height: 15px; - } - } - .components-modal__content input[type="checkbox"]:checked, - .components-modal__content input[type="radio"]:checked, - .components-popover input[type="checkbox"]:checked, - .components-popover input[type="radio"]:checked, - .editor-block-list__block input[type="checkbox"]:checked, - .editor-block-list__block input[type="radio"]:checked { - background: white; - border: 1px solid #555758; - } - .components-modal__content input[type="checkbox"], - .components-modal__content input[type="radio"], - .components-popover input[type="checkbox"], - .components-popover input[type="radio"], - .editor-block-list__block input[type="checkbox"], - .editor-block-list__block input[type="radio"] { - border: 1px solid #555758; - } - .components-modal__content input[type="checkbox"]:checked:focus, - .components-modal__content input[type="radio"]:checked:focus, - .components-popover input[type="checkbox"]:checked:focus, - .components-popover input[type="radio"]:checked:focus, - .editor-block-list__block input[type="checkbox"]:checked:focus, - .editor-block-list__block input[type="radio"]:checked:focus, - .components-modal__content input[type="checkbox"]:focus, - .components-modal__content input[type="radio"]:focus, - .components-popover input[type="checkbox"]:focus, - .components-popover input[type="radio"]:focus, - .editor-block-list__block input[type="checkbox"]:focus, - .editor-block-list__block input[type="radio"]:focus { - box-shadow: none; - } - /* Blockquote */ .wp-block-quote { margin: 3rem 8.33333%; @@ -540,7 +484,7 @@ width: calc(100% + 64px); height: calc(100% - 104px); margin-left: -32px; - margin-bottom: -4px; + margin-bottom: 0px; } .modal-footer-area { diff --git a/src/assets/scss/style.scss b/src/assets/scss/style.scss index 0e75c46..4aad8e5 100644 --- a/src/assets/scss/style.scss +++ b/src/assets/scss/style.scss @@ -4,8 +4,8 @@ Author: Tainacan Author URI: https://tainacan.org Theme URI: https://tainacan.org/blog/category/tema/ Description: This is the default theme for the Tainacan project. Use this in conjunction with Tainacan plugin to easily manage and publish you digital collections with a beautiful faceted search interface. Ideal for museums, galleries, libraries and anyone who have a digital repository. -Version: 2.4 -Tested up to: 5.7.2 +Version: 2.4.1 +Tested up to: 5.8 Requires PHP: 5.6 License: GNU General Public License v3 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html @@ -369,6 +369,7 @@ nav { > li{ &.menu-item { + margin-bottom: 0; @media screen and (min-width: 769px){ padding-left: 42px; } @@ -490,9 +491,9 @@ nav { padding: 0; margin-right: 0; } - & > .container-fluid { - align-items: flex-end; - } + // & > .container-fluid { + // align-items: flex-end; + // } &.tainacan-header-layout--left #topNavbar { flex-direction: column; diff --git a/src/editor-style.css b/src/editor-style.css index 540c54c..e5ff5e2 100644 --- a/src/editor-style.css +++ b/src/editor-style.css @@ -1,2 +1,2 @@ -.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 .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 .wp-block,.components-modal__screen-overlay .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.125rem;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.125rem;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:1rem;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:1rem;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:0.875rem;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:0.875rem;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-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 .components-modal__content input[type="checkbox"]:checked::before,.editor-styles-wrapper .components-popover input[type="checkbox"]:checked::before,.editor-styles-wrapper .editor-block-list__block input[type="checkbox"]:checked::before,.editor-styles-wrapper .components-modal__content input[type="radio"]:checked::before,.editor-styles-wrapper .components-popover input[type="radio"]:checked::before,.editor-styles-wrapper .editor-block-list__block input[type="radio"]:checked::before,.components-modal__screen-overlay .components-modal__content input[type="checkbox"]:checked::before,.components-modal__screen-overlay .components-popover input[type="checkbox"]:checked::before,.components-modal__screen-overlay .editor-block-list__block input[type="checkbox"]:checked::before,.components-modal__screen-overlay .components-modal__content input[type="radio"]:checked::before,.components-modal__screen-overlay .components-popover input[type="radio"]:checked::before,.components-modal__screen-overlay .editor-block-list__block input[type="radio"]:checked::before{color:black}.editor-styles-wrapper .components-modal__content input[type="radio"]:checked::before,.editor-styles-wrapper .components-popover input[type="radio"]:checked::before,.editor-styles-wrapper .editor-block-list__block input[type="radio"]:checked::before,.components-modal__screen-overlay .components-modal__content input[type="radio"]:checked::before,.components-modal__screen-overlay .components-popover input[type="radio"]:checked::before,.components-modal__screen-overlay .editor-block-list__block input[type="radio"]:checked::before{background:black;margin:0;border:none;width:8px;height:8px}@media screen and (max-width: 782px){.editor-styles-wrapper .components-modal__content input[type="radio"]:checked::before,.editor-styles-wrapper .components-popover input[type="radio"]:checked::before,.editor-styles-wrapper .editor-block-list__block input[type="radio"]:checked::before,.components-modal__screen-overlay .components-modal__content input[type="radio"]:checked::before,.components-modal__screen-overlay .components-popover input[type="radio"]:checked::before,.components-modal__screen-overlay .editor-block-list__block input[type="radio"]:checked::before{margin:4px 0 0 4px;width:15px;height:15px}}.editor-styles-wrapper .components-modal__content input[type="checkbox"]:checked,.editor-styles-wrapper .components-modal__content input[type="radio"]:checked,.editor-styles-wrapper .components-popover input[type="checkbox"]:checked,.editor-styles-wrapper .components-popover input[type="radio"]:checked,.editor-styles-wrapper .editor-block-list__block input[type="checkbox"]:checked,.editor-styles-wrapper .editor-block-list__block input[type="radio"]:checked,.components-modal__screen-overlay .components-modal__content input[type="checkbox"]:checked,.components-modal__screen-overlay .components-modal__content input[type="radio"]:checked,.components-modal__screen-overlay .components-popover input[type="checkbox"]:checked,.components-modal__screen-overlay .components-popover input[type="radio"]:checked,.components-modal__screen-overlay .editor-block-list__block input[type="checkbox"]:checked,.components-modal__screen-overlay .editor-block-list__block input[type="radio"]:checked{background:white;border:1px solid #555758}.editor-styles-wrapper .components-modal__content input[type="checkbox"],.editor-styles-wrapper .components-modal__content input[type="radio"],.editor-styles-wrapper .components-popover input[type="checkbox"],.editor-styles-wrapper .components-popover input[type="radio"],.editor-styles-wrapper .editor-block-list__block input[type="checkbox"],.editor-styles-wrapper .editor-block-list__block input[type="radio"],.components-modal__screen-overlay .components-modal__content input[type="checkbox"],.components-modal__screen-overlay .components-modal__content input[type="radio"],.components-modal__screen-overlay .components-popover input[type="checkbox"],.components-modal__screen-overlay .components-popover input[type="radio"],.components-modal__screen-overlay .editor-block-list__block input[type="checkbox"],.components-modal__screen-overlay .editor-block-list__block input[type="radio"]{border:1px solid #555758}.editor-styles-wrapper .components-modal__content input[type="checkbox"]:checked:focus,.editor-styles-wrapper .components-modal__content input[type="radio"]:checked:focus,.editor-styles-wrapper .components-popover input[type="checkbox"]:checked:focus,.editor-styles-wrapper .components-popover input[type="radio"]:checked:focus,.editor-styles-wrapper .editor-block-list__block input[type="checkbox"]:checked:focus,.editor-styles-wrapper .editor-block-list__block input[type="radio"]:checked:focus,.editor-styles-wrapper .components-modal__content input[type="checkbox"]:focus,.editor-styles-wrapper .components-modal__content input[type="radio"]:focus,.editor-styles-wrapper .components-popover input[type="checkbox"]:focus,.editor-styles-wrapper .components-popover input[type="radio"]:focus,.editor-styles-wrapper .editor-block-list__block input[type="checkbox"]:focus,.editor-styles-wrapper .editor-block-list__block input[type="radio"]:focus,.components-modal__screen-overlay .components-modal__content input[type="checkbox"]:checked:focus,.components-modal__screen-overlay .components-modal__content input[type="radio"]:checked:focus,.components-modal__screen-overlay .components-popover input[type="checkbox"]:checked:focus,.components-modal__screen-overlay .components-popover input[type="radio"]:checked:focus,.components-modal__screen-overlay .editor-block-list__block input[type="checkbox"]:checked:focus,.components-modal__screen-overlay .editor-block-list__block input[type="radio"]:checked:focus,.components-modal__screen-overlay .components-modal__content input[type="checkbox"]:focus,.components-modal__screen-overlay .components-modal__content input[type="radio"]:focus,.components-modal__screen-overlay .components-popover input[type="checkbox"]:focus,.components-modal__screen-overlay .components-popover input[type="radio"]:focus,.components-modal__screen-overlay .editor-block-list__block input[type="checkbox"]:focus,.components-modal__screen-overlay .editor-block-list__block input[type="radio"]:focus{box-shadow:none}.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:-4px}.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} +.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 .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 .wp-block,.components-modal__screen-overlay .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.125rem;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.125rem;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:1rem;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:1rem;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:0.875rem;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:0.875rem;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-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} /*# sourceMappingURL=editor-style.css.map */ diff --git a/src/functions.php b/src/functions.php index 666965d..24318a2 100644 --- a/src/functions.php +++ b/src/functions.php @@ -1,7 +1,7 @@ esc_url_raw( get_site_url() ) . '/' . \Tainacan\Theme_Helper::get_instance()->get_items_list_slug(), 'theme_collection_list_url' => get_post_type_archive_link( 'tainacan-collection' ), + 'site_url' => get_site_url() ); wp_register_script( 'tainacan_searchBarRedirect', get_template_directory_uri() . '/assets/js/search-bar-redirect.js', '', TAINACAN_INTERFACE_VERSION, false ); wp_enqueue_script( 'tainacan_searchBarRedirect' );