From 23217498c56eb415f87072effaa214ffa0b0cc9a Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Wed, 28 Feb 2024 16:18:23 +0100 Subject: [PATCH] configured properly styes for admin view --- adminstyles.css | 1203 ++++++++--------- adminstyles.css.map | 5 +- assets/css/adminstyles.css | 2 +- sass/adminstyles.scss | 53 +- sass/base/elements/_buttons.scss | 86 +- sass/components/content/_posts-and-pages.scss | 14 +- sass/style.scss | 2 +- style.css | 11 +- 8 files changed, 647 insertions(+), 729 deletions(-) diff --git a/adminstyles.css b/adminstyles.css index 02c32b9..6e378dc 100644 --- a/adminstyles.css +++ b/adminstyles.css @@ -8,7 +8,7 @@ background-color: #fff; } -.edit-post-visual-editor__content-area { +.edit-post-visual-editor__content-area .editor-styles-wrapper { /* @@ -17,7 +17,7 @@ Theme URI: https://git.hangar.org/xarxaprod/ Author: Hangar.org Tech Lab - hangar.org Author URI: https://hangar.org Description: theme for the XarxaProd. Inclou la possibilitat de publicar, catalogar i cercar ajuts, resoldre dubtes amb FAQs i altres. Design by Eudald Van der Pla vanderpla.com. Coding template and theme by Jorge - vitrubio.net -Version: 1.1.1 +Version: 1.1.2 Tested up to: 6.4 Requires PHP: 7.4 License: GNU General Public License v3 or later @@ -345,131 +345,132 @@ Add your custom styles in this file so it is easier to update the theme. /* Alignments --------------------------------------------- */ + font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; } -.edit-post-visual-editor__content-area html { +.edit-post-visual-editor__content-area .editor-styles-wrapper html { line-height: 1.15; -webkit-text-size-adjust: 100%; } -.edit-post-visual-editor__content-area body { +.edit-post-visual-editor__content-area .editor-styles-wrapper body { margin: 0; } -.edit-post-visual-editor__content-area main { +.edit-post-visual-editor__content-area .editor-styles-wrapper main { display: block; } -.edit-post-visual-editor__content-area h1 { +.edit-post-visual-editor__content-area .editor-styles-wrapper h1 { font-size: 2em; margin: 0.67em 0; } -.edit-post-visual-editor__content-area hr { +.edit-post-visual-editor__content-area .editor-styles-wrapper hr { box-sizing: content-box; height: 0; overflow: visible; } -.edit-post-visual-editor__content-area pre { +.edit-post-visual-editor__content-area .editor-styles-wrapper pre { font-family: monospace, monospace; font-size: 1em; } -.edit-post-visual-editor__content-area a { +.edit-post-visual-editor__content-area .editor-styles-wrapper a { background-color: transparent; } -.edit-post-visual-editor__content-area abbr[title] { +.edit-post-visual-editor__content-area .editor-styles-wrapper abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } -.edit-post-visual-editor__content-area b, -.edit-post-visual-editor__content-area strong { +.edit-post-visual-editor__content-area .editor-styles-wrapper b, +.edit-post-visual-editor__content-area .editor-styles-wrapper strong { font-weight: bolder; } -.edit-post-visual-editor__content-area code, -.edit-post-visual-editor__content-area kbd, -.edit-post-visual-editor__content-area samp { +.edit-post-visual-editor__content-area .editor-styles-wrapper code, +.edit-post-visual-editor__content-area .editor-styles-wrapper kbd, +.edit-post-visual-editor__content-area .editor-styles-wrapper samp { font-family: monospace, monospace; font-size: 1em; } -.edit-post-visual-editor__content-area small { +.edit-post-visual-editor__content-area .editor-styles-wrapper small { font-size: 80%; } -.edit-post-visual-editor__content-area sub, -.edit-post-visual-editor__content-area sup { +.edit-post-visual-editor__content-area .editor-styles-wrapper sub, +.edit-post-visual-editor__content-area .editor-styles-wrapper sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } -.edit-post-visual-editor__content-area sub { +.edit-post-visual-editor__content-area .editor-styles-wrapper sub { bottom: -0.25em; } -.edit-post-visual-editor__content-area sup { +.edit-post-visual-editor__content-area .editor-styles-wrapper sup { top: -0.5em; } -.edit-post-visual-editor__content-area img { +.edit-post-visual-editor__content-area .editor-styles-wrapper img { border-style: none; } -.edit-post-visual-editor__content-area button, -.edit-post-visual-editor__content-area input, -.edit-post-visual-editor__content-area optgroup, -.edit-post-visual-editor__content-area select, -.edit-post-visual-editor__content-area textarea { +.edit-post-visual-editor__content-area .editor-styles-wrapper button, +.edit-post-visual-editor__content-area .editor-styles-wrapper input, +.edit-post-visual-editor__content-area .editor-styles-wrapper optgroup, +.edit-post-visual-editor__content-area .editor-styles-wrapper select, +.edit-post-visual-editor__content-area .editor-styles-wrapper textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } -.edit-post-visual-editor__content-area button, -.edit-post-visual-editor__content-area input { +.edit-post-visual-editor__content-area .editor-styles-wrapper button, +.edit-post-visual-editor__content-area .editor-styles-wrapper input { overflow: visible; } -.edit-post-visual-editor__content-area button, -.edit-post-visual-editor__content-area select { +.edit-post-visual-editor__content-area .editor-styles-wrapper button, +.edit-post-visual-editor__content-area .editor-styles-wrapper select { text-transform: none; } -.edit-post-visual-editor__content-area button, -.edit-post-visual-editor__content-area [type="button"], -.edit-post-visual-editor__content-area [type="reset"], -.edit-post-visual-editor__content-area [type="submit"] { +.edit-post-visual-editor__content-area .editor-styles-wrapper button, +.edit-post-visual-editor__content-area .editor-styles-wrapper [type="button"], +.edit-post-visual-editor__content-area .editor-styles-wrapper [type="reset"], +.edit-post-visual-editor__content-area .editor-styles-wrapper [type="submit"] { -webkit-appearance: button; } -.edit-post-visual-editor__content-area button::-moz-focus-inner, -.edit-post-visual-editor__content-area [type="button"]::-moz-focus-inner, -.edit-post-visual-editor__content-area [type="reset"]::-moz-focus-inner, -.edit-post-visual-editor__content-area [type="submit"]::-moz-focus-inner { +.edit-post-visual-editor__content-area .editor-styles-wrapper button::-moz-focus-inner, +.edit-post-visual-editor__content-area .editor-styles-wrapper [type="button"]::-moz-focus-inner, +.edit-post-visual-editor__content-area .editor-styles-wrapper [type="reset"]::-moz-focus-inner, +.edit-post-visual-editor__content-area .editor-styles-wrapper [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } -.edit-post-visual-editor__content-area button:-moz-focusring, -.edit-post-visual-editor__content-area [type="button"]:-moz-focusring, -.edit-post-visual-editor__content-area [type="reset"]:-moz-focusring, -.edit-post-visual-editor__content-area [type="submit"]:-moz-focusring { +.edit-post-visual-editor__content-area .editor-styles-wrapper button:-moz-focusring, +.edit-post-visual-editor__content-area .editor-styles-wrapper [type="button"]:-moz-focusring, +.edit-post-visual-editor__content-area .editor-styles-wrapper [type="reset"]:-moz-focusring, +.edit-post-visual-editor__content-area .editor-styles-wrapper [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } -.edit-post-visual-editor__content-area fieldset { +.edit-post-visual-editor__content-area .editor-styles-wrapper fieldset { padding: 0.35em 0.75em 0.625em; } -.edit-post-visual-editor__content-area legend { +.edit-post-visual-editor__content-area .editor-styles-wrapper legend { box-sizing: border-box; color: inherit; display: table; @@ -478,85 +479,85 @@ Add your custom styles in this file so it is easier to update the theme. white-space: normal; } -.edit-post-visual-editor__content-area progress { +.edit-post-visual-editor__content-area .editor-styles-wrapper progress { vertical-align: baseline; } -.edit-post-visual-editor__content-area textarea { +.edit-post-visual-editor__content-area .editor-styles-wrapper textarea { overflow: auto; } -.edit-post-visual-editor__content-area [type="checkbox"], -.edit-post-visual-editor__content-area [type="radio"] { +.edit-post-visual-editor__content-area .editor-styles-wrapper [type="checkbox"], +.edit-post-visual-editor__content-area .editor-styles-wrapper [type="radio"] { box-sizing: border-box; padding: 0; } -.edit-post-visual-editor__content-area [type="number"]::-webkit-inner-spin-button, -.edit-post-visual-editor__content-area [type="number"]::-webkit-outer-spin-button { +.edit-post-visual-editor__content-area .editor-styles-wrapper [type="number"]::-webkit-inner-spin-button, +.edit-post-visual-editor__content-area .editor-styles-wrapper [type="number"]::-webkit-outer-spin-button { height: auto; } -.edit-post-visual-editor__content-area [type="search"] { +.edit-post-visual-editor__content-area .editor-styles-wrapper [type="search"] { -webkit-appearance: textfield; outline-offset: -2px; } -.edit-post-visual-editor__content-area [type="search"]::-webkit-search-decoration { +.edit-post-visual-editor__content-area .editor-styles-wrapper [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } -.edit-post-visual-editor__content-area ::-webkit-file-upload-button { +.edit-post-visual-editor__content-area .editor-styles-wrapper ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } -.edit-post-visual-editor__content-area details { +.edit-post-visual-editor__content-area .editor-styles-wrapper details { display: block; } -.edit-post-visual-editor__content-area summary { +.edit-post-visual-editor__content-area .editor-styles-wrapper summary { display: list-item; } -.edit-post-visual-editor__content-area template { +.edit-post-visual-editor__content-area .editor-styles-wrapper template { display: none; } -.edit-post-visual-editor__content-area [hidden] { +.edit-post-visual-editor__content-area .editor-styles-wrapper [hidden] { display: none; } -.edit-post-visual-editor__content-area *, -.edit-post-visual-editor__content-area *::before, -.edit-post-visual-editor__content-area *::after { +.edit-post-visual-editor__content-area .editor-styles-wrapper *, +.edit-post-visual-editor__content-area .editor-styles-wrapper *::before, +.edit-post-visual-editor__content-area .editor-styles-wrapper *::after { box-sizing: inherit; } -.edit-post-visual-editor__content-area html { +.edit-post-visual-editor__content-area .editor-styles-wrapper html { box-sizing: border-box; } -.edit-post-visual-editor__content-area :root { +.edit-post-visual-editor__content-area .editor-styles-wrapper :root { --bubble-color-01: #ff5a69; --bubble-color-02: #ffcb1f; --bubble-color-03: #00d1ec; --bubble-color-04: #00f274; } -.edit-post-visual-editor__content-area body, -.edit-post-visual-editor__content-area button, -.edit-post-visual-editor__content-area input, -.edit-post-visual-editor__content-area select, -.edit-post-visual-editor__content-area optgroup, -.edit-post-visual-editor__content-area textarea { +.edit-post-visual-editor__content-area .editor-styles-wrapper body, +.edit-post-visual-editor__content-area .editor-styles-wrapper button, +.edit-post-visual-editor__content-area .editor-styles-wrapper input, +.edit-post-visual-editor__content-area .editor-styles-wrapper select, +.edit-post-visual-editor__content-area .editor-styles-wrapper optgroup, +.edit-post-visual-editor__content-area .editor-styles-wrapper textarea { color: #000; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1rem; line-height: 1.3; } -.edit-post-visual-editor__content-area .hide { +.edit-post-visual-editor__content-area .editor-styles-wrapper .hide { display: inline-block; margin: 0; padding: 0; @@ -576,108 +577,108 @@ Add your custom styles in this file so it is easier to update the theme. @media screen { - .edit-post-visual-editor__content-area h1, - .edit-post-visual-editor__content-area h2, - .edit-post-visual-editor__content-area h3, - .edit-post-visual-editor__content-area h4, - .edit-post-visual-editor__content-area h5, - .edit-post-visual-editor__content-area h6, - .edit-post-visual-editor__content-area .h1, - .edit-post-visual-editor__content-area .h2, - .edit-post-visual-editor__content-area .h3, - .edit-post-visual-editor__content-area .h4, - .edit-post-visual-editor__content-area .h5, - .edit-post-visual-editor__content-area .h6 { + .edit-post-visual-editor__content-area .editor-styles-wrapper h1, + .edit-post-visual-editor__content-area .editor-styles-wrapper h2, + .edit-post-visual-editor__content-area .editor-styles-wrapper h3, + .edit-post-visual-editor__content-area .editor-styles-wrapper h4, + .edit-post-visual-editor__content-area .editor-styles-wrapper h5, + .edit-post-visual-editor__content-area .editor-styles-wrapper h6, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h1, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h2, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h3, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h4, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h5, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h6 { clear: both; line-height: 1.1; } - .edit-post-visual-editor__content-area h1, - .edit-post-visual-editor__content-area .h1 { + .edit-post-visual-editor__content-area .editor-styles-wrapper h1, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h1 { font-size: 1.8rem; } - .edit-post-visual-editor__content-area h1.small, - .edit-post-visual-editor__content-area .h1.small { + .edit-post-visual-editor__content-area .editor-styles-wrapper h1.small, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h1.small { font-size: 1.5rem; } - .edit-post-visual-editor__content-area h2, - .edit-post-visual-editor__content-area .h2 { + .edit-post-visual-editor__content-area .editor-styles-wrapper h2, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h2 { font-size: 1.5rem; } - .edit-post-visual-editor__content-area h2.small, - .edit-post-visual-editor__content-area .h2.small { + .edit-post-visual-editor__content-area .editor-styles-wrapper h2.small, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h2.small { font-size: 1.2rem; } - .edit-post-visual-editor__content-area h3, - .edit-post-visual-editor__content-area .h3 { + .edit-post-visual-editor__content-area .editor-styles-wrapper h3, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h3 { font-size: 1.3rem; } - .edit-post-visual-editor__content-area h3.small, - .edit-post-visual-editor__content-area .h3.small { + .edit-post-visual-editor__content-area .editor-styles-wrapper h3.small, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h3.small { font-size: 1rem; } - .edit-post-visual-editor__content-area h4, - .edit-post-visual-editor__content-area .h4 { + .edit-post-visual-editor__content-area .editor-styles-wrapper h4, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h4 { font-size: 1.2rem; font-weight: 500; } - .edit-post-visual-editor__content-area h4.small, - .edit-post-visual-editor__content-area .h4.small { + .edit-post-visual-editor__content-area .editor-styles-wrapper h4.small, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h4.small { font-size: 0.9rem; } - .edit-post-visual-editor__content-area h5, - .edit-post-visual-editor__content-area .h5 { + .edit-post-visual-editor__content-area .editor-styles-wrapper h5, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h5 { font-size: 1.1rem; font-weight: 500; } - .edit-post-visual-editor__content-area h5.small, - .edit-post-visual-editor__content-area .h5.small { + .edit-post-visual-editor__content-area .editor-styles-wrapper h5.small, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h5.small { font-size: 0.8rem; } - .edit-post-visual-editor__content-area h6, - .edit-post-visual-editor__content-area .h6 { + .edit-post-visual-editor__content-area .editor-styles-wrapper h6, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h6 { font-size: 1.1rem; font-weight: 100; } - .edit-post-visual-editor__content-area h6.small, - .edit-post-visual-editor__content-area .h6.small { + .edit-post-visual-editor__content-area .editor-styles-wrapper h6.small, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h6.small { font-size: 0.8rem; } - .edit-post-visual-editor__content-area .site-main h1, - .edit-post-visual-editor__content-area .site-main h2, - .edit-post-visual-editor__content-area .site-main h3, - .edit-post-visual-editor__content-area .site-main h4, - .edit-post-visual-editor__content-area .site-main h5, - .edit-post-visual-editor__content-area .site-main h6, - .edit-post-visual-editor__content-area .site-main .h1, - .edit-post-visual-editor__content-area .site-main .h2, - .edit-post-visual-editor__content-area .site-main .h3, - .edit-post-visual-editor__content-area .site-main .h4, - .edit-post-visual-editor__content-area .site-main .h5, - .edit-post-visual-editor__content-area .site-main .h6, - .edit-post-visual-editor__content-area .site-main .entry-content { + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-main h1, + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-main h2, + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-main h3, + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-main h4, + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-main h5, + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-main h6, + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-main .h1, + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-main .h2, + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-main .h3, + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-main .h4, + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-main .h5, + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-main .h6, + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-main .entry-content { margin: 0; } - .edit-post-visual-editor__content-area .single h1, - .edit-post-visual-editor__content-area .single .h1 { + .edit-post-visual-editor__content-area .editor-styles-wrapper .single h1, + .edit-post-visual-editor__content-area .editor-styles-wrapper .single .h1 { font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; } - .edit-post-visual-editor__content-area .home-featured h2, - .edit-post-visual-editor__content-area .home-featured .h2 { + .edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured h2, + .edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured .h2 { margin: 1.2rem 0; font-size: 2rem; line-height: 1.2; @@ -687,39 +688,39 @@ Add your custom styles in this file so it is easier to update the theme. @media screen and (min-width: 48em) { - .edit-post-visual-editor__content-area h1, - .edit-post-visual-editor__content-area .h1 { + .edit-post-visual-editor__content-area .editor-styles-wrapper h1, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h1 { font-size: 3.5rem; } - .edit-post-visual-editor__content-area h2, - .edit-post-visual-editor__content-area .h2 { + .edit-post-visual-editor__content-area .editor-styles-wrapper h2, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h2 { font-size: 2.5rem; } - .edit-post-visual-editor__content-area h3, - .edit-post-visual-editor__content-area .h3 { + .edit-post-visual-editor__content-area .editor-styles-wrapper h3, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h3 { font-size: 1.5rem; } - .edit-post-visual-editor__content-area h4, - .edit-post-visual-editor__content-area .h4 { + .edit-post-visual-editor__content-area .editor-styles-wrapper h4, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h4 { font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.3rem; } - .edit-post-visual-editor__content-area h5, - .edit-post-visual-editor__content-area .h5 { + .edit-post-visual-editor__content-area .editor-styles-wrapper h5, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h5 { font-size: 1.3rem; } - .edit-post-visual-editor__content-area h6, - .edit-post-visual-editor__content-area .h6 { + .edit-post-visual-editor__content-area .editor-styles-wrapper h6, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h6 { font-size: 1.3rem; } - .edit-post-visual-editor__content-area .home-featured h2, - .edit-post-visual-editor__content-area .home-featured .h2 { + .edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured h2, + .edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured .h2 { font-size: 3.5rem; border-bottom: 0.8rem solid #000; } @@ -727,68 +728,68 @@ Add your custom styles in this file so it is easier to update the theme. @media screen and (min-width: 1440px) { - .edit-post-visual-editor__content-area h1, - .edit-post-visual-editor__content-area .h1 { + .edit-post-visual-editor__content-area .editor-styles-wrapper h1, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h1 { font-size: 3.5rem; } - .edit-post-visual-editor__content-area h2, - .edit-post-visual-editor__content-area .h2 { + .edit-post-visual-editor__content-area .editor-styles-wrapper h2, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h2 { font-size: 2.5rem; } - .edit-post-visual-editor__content-area h3, - .edit-post-visual-editor__content-area .h3 { + .edit-post-visual-editor__content-area .editor-styles-wrapper h3, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h3 { font-size: 1.6rem; } - .edit-post-visual-editor__content-area h4, - .edit-post-visual-editor__content-area .h4 { + .edit-post-visual-editor__content-area .editor-styles-wrapper h4, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h4 { font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.4rem; } - .edit-post-visual-editor__content-area h5, - .edit-post-visual-editor__content-area .h5 { + .edit-post-visual-editor__content-area .editor-styles-wrapper h5, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h5 { font-size: 1.4rem; } - .edit-post-visual-editor__content-area h6, - .edit-post-visual-editor__content-area .h6 { + .edit-post-visual-editor__content-area .editor-styles-wrapper h6, + .edit-post-visual-editor__content-area .editor-styles-wrapper .h6 { font-size: 1.4rem; } - .edit-post-visual-editor__content-area .home-featured h2, - .edit-post-visual-editor__content-area .home-featured .h2 { + .edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured h2, + .edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured .h2 { font-size: 3.5rem; border-bottom: 0.8rem solid #000; } } -.edit-post-visual-editor__content-area p { +.edit-post-visual-editor__content-area .editor-styles-wrapper p { margin-bottom: 1.5em; } -.edit-post-visual-editor__content-area dfn, -.edit-post-visual-editor__content-area cite, -.edit-post-visual-editor__content-area em, -.edit-post-visual-editor__content-area i { +.edit-post-visual-editor__content-area .editor-styles-wrapper dfn, +.edit-post-visual-editor__content-area .editor-styles-wrapper cite, +.edit-post-visual-editor__content-area .editor-styles-wrapper em, +.edit-post-visual-editor__content-area .editor-styles-wrapper i { font-style: italic; } -.edit-post-visual-editor__content-area blockquote { +.edit-post-visual-editor__content-area .editor-styles-wrapper blockquote { margin: 0; } -.edit-post-visual-editor__content-area blockquote p { +.edit-post-visual-editor__content-area .editor-styles-wrapper blockquote p { font-size: 1.1rem; } -.edit-post-visual-editor__content-area address { +.edit-post-visual-editor__content-area .editor-styles-wrapper address { margin: 0 0 1.5em; } -.edit-post-visual-editor__content-area pre { +.edit-post-visual-editor__content-area .editor-styles-wrapper pre { background: #eee; font-family: "Courier 10 Pitch", courier, monospace; line-height: 1.4; @@ -798,38 +799,38 @@ Add your custom styles in this file so it is easier to update the theme. padding: 1.6em; } -.edit-post-visual-editor__content-area code, -.edit-post-visual-editor__content-area .code, -.edit-post-visual-editor__content-area kbd, -.edit-post-visual-editor__content-area tt, -.edit-post-visual-editor__content-area var { +.edit-post-visual-editor__content-area .editor-styles-wrapper code, +.edit-post-visual-editor__content-area .editor-styles-wrapper .code, +.edit-post-visual-editor__content-area .editor-styles-wrapper kbd, +.edit-post-visual-editor__content-area .editor-styles-wrapper tt, +.edit-post-visual-editor__content-area .editor-styles-wrapper var { font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace, mono; background-color: #eee; } -.edit-post-visual-editor__content-area abbr, -.edit-post-visual-editor__content-area acronym { +.edit-post-visual-editor__content-area .editor-styles-wrapper abbr, +.edit-post-visual-editor__content-area .editor-styles-wrapper acronym { border-bottom: 1px dotted #666; cursor: help; } -.edit-post-visual-editor__content-area mark, -.edit-post-visual-editor__content-area ins { +.edit-post-visual-editor__content-area .editor-styles-wrapper mark, +.edit-post-visual-editor__content-area .editor-styles-wrapper ins { background: #fdfdfd; text-decoration: none; } -.edit-post-visual-editor__content-area big { +.edit-post-visual-editor__content-area .editor-styles-wrapper big { font-size: 125%; } -.edit-post-visual-editor__content-area .small { +.edit-post-visual-editor__content-area .editor-styles-wrapper .small { font-size: 80%; } @font-face { - .edit-post-visual-editor__content-area { + .edit-post-visual-editor__content-area .editor-styles-wrapper { font-family: "Neue Haas Grotesk Pro"; src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot); src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot?#iefix) format(embedded-opentype), url(assets/fonts/NeueHaasGroteskPro-45Light.woff2) format(woff2), url(assets/fonts/NeueHaasGroteskPro-45Light.woff) format(woff), url(assets/fonts/NeueHaasGroteskPro-45Light.ttf) format(truetype), url(assets/fonts/NeueHaasGroteskPro-45Light.svg#NeueHaasGroteskPro-45Light) format(svg); @@ -841,7 +842,7 @@ Add your custom styles in this file so it is easier to update the theme. @font-face { - .edit-post-visual-editor__content-area { + .edit-post-visual-editor__content-area .editor-styles-wrapper { font-family: "Neue Haas Grotesk Pro"; src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot); src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot?#iefix) format(embedded-opentype), url(assets/fonts/NeueHaasGroteskPro-55Roman.woff2) format(woff2), url(assets/fonts/NeueHaasGroteskPro-55Roman.woff) format(woff), url(assets/fonts/NeueHaasGroteskPro-55Roman.ttf) format(truetype), url(assets/fonts/NeueHaasGroteskPro-55Roman.svg#NeueHaasGroteskPro-55Roman) format(svg); @@ -853,7 +854,7 @@ Add your custom styles in this file so it is easier to update the theme. @font-face { - .edit-post-visual-editor__content-area { + .edit-post-visual-editor__content-area .editor-styles-wrapper { font-family: "Neue Haas Grotesk Pro"; src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot); src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot?#iefix) format(embedded-opentype), url(assets/fonts/NeueHaasGroteskPro-75Bold.woff2) format(woff2), url(assets/fonts/NeueHaasGroteskPro-75Bold.woff) format(woff), url(assets/fonts/NeueHaasGroteskPro-75Bold.ttf) format(truetype), url(assets/fonts/NeueHaasGroteskPro-75Bold.svg#NeueHaasGroteskPro-75Bold) format(svg); @@ -863,12 +864,12 @@ Add your custom styles in this file so it is easier to update the theme. } } -.edit-post-visual-editor__content-area body { +.edit-post-visual-editor__content-area .editor-styles-wrapper body { background: none; position: relative; } -.edit-post-visual-editor__content-area .liquid-bubbles { +.edit-post-visual-editor__content-area .editor-styles-wrapper .liquid-bubbles { overflow: hidden; float: left; position: fixed; @@ -898,7 +899,7 @@ Add your custom styles in this file so it is easier to update the theme. } } -.edit-post-visual-editor__content-area .bubbles { +.edit-post-visual-editor__content-area .editor-styles-wrapper .bubbles { --size: 40vw; --position: -5vw; filter: blur(20rem); @@ -909,7 +910,7 @@ Add your custom styles in this file so it is easier to update the theme. background: linear-gradient(var(--bgangle), var(--bgcolor), transparent); } -.edit-post-visual-editor__content-area .bubbles.bubble-01 { +.edit-post-visual-editor__content-area .editor-styles-wrapper .bubbles.bubble-01 { top: var(--position); left: var(--position); --bgcolor: var(--bubble-color-01); @@ -917,7 +918,7 @@ Add your custom styles in this file so it is easier to update the theme. animation: 5s ease-in-out 2s infinite alternate bubble-move; } -.edit-post-visual-editor__content-area .bubbles.bubble-02 { +.edit-post-visual-editor__content-area .editor-styles-wrapper .bubbles.bubble-02 { top: var(--position); right: var(--position); --bgcolor: var(--bubble-color-02); @@ -925,7 +926,7 @@ Add your custom styles in this file so it is easier to update the theme. animation: 3s ease-in-out 0s infinite alternate bubble-move; } -.edit-post-visual-editor__content-area .bubbles.bubble-03 { +.edit-post-visual-editor__content-area .editor-styles-wrapper .bubbles.bubble-03 { bottom: var(--position); left: var(--position); --bgcolor: var(--bubble-color-03); @@ -933,7 +934,7 @@ Add your custom styles in this file so it is easier to update the theme. animation: 2s ease-in-out 3s infinite alternate bubble-move; } -.edit-post-visual-editor__content-area .bubbles.bubble-04 { +.edit-post-visual-editor__content-area .editor-styles-wrapper .bubbles.bubble-04 { bottom: var(--position); right: var(--position); --bgcolor: var(--bubble-color-04); @@ -941,51 +942,51 @@ Add your custom styles in this file so it is easier to update the theme. animation: 4s ease-in-out 1s infinite alternate bubble-move; } -.edit-post-visual-editor__content-area hr { +.edit-post-visual-editor__content-area .editor-styles-wrapper hr { background-color: #000; border: 0; height: 1px; margin-bottom: 1.5em; } -.edit-post-visual-editor__content-area ul, -.edit-post-visual-editor__content-area ol { +.edit-post-visual-editor__content-area .editor-styles-wrapper ul, +.edit-post-visual-editor__content-area .editor-styles-wrapper ol { margin: 0; padding: 0; } -.edit-post-visual-editor__content-area ul { +.edit-post-visual-editor__content-area .editor-styles-wrapper ul { list-style: none; } -.edit-post-visual-editor__content-area ol { +.edit-post-visual-editor__content-area .editor-styles-wrapper ol { list-style: decimal; } -.edit-post-visual-editor__content-area li > ul, -.edit-post-visual-editor__content-area li > ol { +.edit-post-visual-editor__content-area .editor-styles-wrapper li > ul, +.edit-post-visual-editor__content-area .editor-styles-wrapper li > ol { margin-bottom: 0; margin-left: 0.5em; } -.edit-post-visual-editor__content-area dt { +.edit-post-visual-editor__content-area .editor-styles-wrapper dt { font-weight: 700; } -.edit-post-visual-editor__content-area dd { +.edit-post-visual-editor__content-area .editor-styles-wrapper dd { margin: 0 0 0.5em 0.5em; padding: 0; } -.edit-post-visual-editor__content-area .home .xarxaprod-label, -.edit-post-visual-editor__content-area article:not(.type-post) .xarxaprod-label { +.edit-post-visual-editor__content-area .editor-styles-wrapper .home .xarxaprod-label, +.edit-post-visual-editor__content-area .editor-styles-wrapper article:not(.type-post) .xarxaprod-label { margin: 0; padding: 0; display: inline; } -.edit-post-visual-editor__content-area .home .xarxaprod-label li, -.edit-post-visual-editor__content-area article:not(.type-post) .xarxaprod-label li { +.edit-post-visual-editor__content-area .editor-styles-wrapper .home .xarxaprod-label li, +.edit-post-visual-editor__content-area .editor-styles-wrapper article:not(.type-post) .xarxaprod-label li { display: inline-block; margin: 0.1em 0; padding: 0.2em 0.2em 0 0.2em; @@ -996,19 +997,19 @@ Add your custom styles in this file so it is easier to update the theme. font-size: 0.7rem; } -.edit-post-visual-editor__content-area .home .item-xxp_fund_call, -.edit-post-visual-editor__content-area article:not(.type-post) .item-xxp_fund_call { +.edit-post-visual-editor__content-area .editor-styles-wrapper .home .item-xxp_fund_call, +.edit-post-visual-editor__content-area .editor-styles-wrapper article:not(.type-post) .item-xxp_fund_call { display: block; margin: 0.2rem 0; } -.edit-post-visual-editor__content-area .home .item-xxp_fund_call li, -.edit-post-visual-editor__content-area article:not(.type-post) .item-xxp_fund_call li { +.edit-post-visual-editor__content-area .editor-styles-wrapper .home .item-xxp_fund_call li, +.edit-post-visual-editor__content-area .editor-styles-wrapper article:not(.type-post) .item-xxp_fund_call li { font-size: 1.2rem; } -.edit-post-visual-editor__content-area .home .item-xxp_fund_apply_text, -.edit-post-visual-editor__content-area article:not(.type-post) .item-xxp_fund_apply_text { +.edit-post-visual-editor__content-area .editor-styles-wrapper .home .item-xxp_fund_apply_text, +.edit-post-visual-editor__content-area .editor-styles-wrapper article:not(.type-post) .item-xxp_fund_apply_text { display: inline-block; margin: 0.1em 0; padding: 0.2em 0.2em 0 0.2em; @@ -1017,11 +1018,11 @@ Add your custom styles in this file so it is easier to update the theme. text-transform: uppercase; } -.edit-post-visual-editor__content-area .xarxaprod-faqs-types ul { +.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-faqs-types ul { margin: 0; } -.edit-post-visual-editor__content-area .xarxaprod-faqs-types .cat-item { +.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-faqs-types .cat-item { display: inline-block; margin: 0.1em 0.5em 0.1em 0; padding: 0.2em 0.2em 0 0.2em; @@ -1032,74 +1033,74 @@ Add your custom styles in this file so it is easier to update the theme. text-transform: uppercase; } -.edit-post-visual-editor__content-area .xarxaprod-faqs-types a { +.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-faqs-types a { color: #fff; text-decoration: none; } -.edit-post-visual-editor__content-area .xarxaprod-faqs-types a:visited, -.edit-post-visual-editor__content-area .xarxaprod-faqs-types a:hover { +.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-faqs-types a:visited, +.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-faqs-types a:hover { color: #fff; } -.edit-post-visual-editor__content-area .single-xarxaprod-ajut article:not(.type-post) .xarxaprod-label li { +.edit-post-visual-editor__content-area .editor-styles-wrapper .single-xarxaprod-ajut article:not(.type-post) .xarxaprod-label li { font-size: 1.1rem; } -.edit-post-visual-editor__content-area .single-xarxaprod-ajut article:not(.type-post) .item-xxp_fund_apply_text { +.edit-post-visual-editor__content-area .editor-styles-wrapper .single-xarxaprod-ajut article:not(.type-post) .item-xxp_fund_apply_text { font-size: 1.1rem; } -.edit-post-visual-editor__content-area embed, -.edit-post-visual-editor__content-area iframe, -.edit-post-visual-editor__content-area object { +.edit-post-visual-editor__content-area .editor-styles-wrapper embed, +.edit-post-visual-editor__content-area .editor-styles-wrapper iframe, +.edit-post-visual-editor__content-area .editor-styles-wrapper object { max-width: 100%; } -.edit-post-visual-editor__content-area img { +.edit-post-visual-editor__content-area .editor-styles-wrapper img { height: auto; max-width: 100%; } -.edit-post-visual-editor__content-area figure { +.edit-post-visual-editor__content-area .editor-styles-wrapper figure { margin: 1em 0; } -.edit-post-visual-editor__content-area table { +.edit-post-visual-editor__content-area .editor-styles-wrapper table { margin: 0 0 1.5em; width: 100%; } -.edit-post-visual-editor__content-area a { +.edit-post-visual-editor__content-area .editor-styles-wrapper a { color: #000; text-decoration: none; } -.edit-post-visual-editor__content-area a:visited { +.edit-post-visual-editor__content-area .editor-styles-wrapper a:visited { color: #000; } -.edit-post-visual-editor__content-area a:hover, -.edit-post-visual-editor__content-area a:focus, -.edit-post-visual-editor__content-area a:active { +.edit-post-visual-editor__content-area .editor-styles-wrapper a:hover, +.edit-post-visual-editor__content-area .editor-styles-wrapper a:focus, +.edit-post-visual-editor__content-area .editor-styles-wrapper a:active { color: #333; } -.edit-post-visual-editor__content-area a:focus { +.edit-post-visual-editor__content-area .editor-styles-wrapper a:focus { outline: thin dotted; } -.edit-post-visual-editor__content-area a:hover, -.edit-post-visual-editor__content-area a:active { +.edit-post-visual-editor__content-area .editor-styles-wrapper a:hover, +.edit-post-visual-editor__content-area .editor-styles-wrapper a:active { outline: 0; } -.edit-post-visual-editor__content-area button, -.edit-post-visual-editor__content-area input[type="button"], -.edit-post-visual-editor__content-area input[type="reset"], -.edit-post-visual-editor__content-area input[type="submit"], -.edit-post-visual-editor__content-area .button, -.edit-post-visual-editor__content-area .wp-block-button__link { +.edit-post-visual-editor__content-area .editor-styles-wrapper button, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="button"], +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="reset"], +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="submit"], +.edit-post-visual-editor__content-area .editor-styles-wrapper .button, +.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-block-button__link { border: 0; border-color: #000; border-radius: 0; @@ -1110,55 +1111,55 @@ Add your custom styles in this file so it is easier to update the theme. margin: 0; } -.edit-post-visual-editor__content-area button:hover, -.edit-post-visual-editor__content-area input[type="button"]:hover, -.edit-post-visual-editor__content-area input[type="reset"]:hover, -.edit-post-visual-editor__content-area input[type="submit"]:hover, -.edit-post-visual-editor__content-area .button:hover, -.edit-post-visual-editor__content-area .wp-block-button__link:hover { +.edit-post-visual-editor__content-area .editor-styles-wrapper button:hover, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="button"]:hover, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="reset"]:hover, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="submit"]:hover, +.edit-post-visual-editor__content-area .editor-styles-wrapper .button:hover, +.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-block-button__link:hover { border-color: #111; color: #fff; } -.edit-post-visual-editor__content-area button:visited, -.edit-post-visual-editor__content-area input[type="button"]:visited, -.edit-post-visual-editor__content-area input[type="reset"]:visited, -.edit-post-visual-editor__content-area input[type="submit"]:visited, -.edit-post-visual-editor__content-area .button:visited, -.edit-post-visual-editor__content-area .wp-block-button__link:visited { +.edit-post-visual-editor__content-area .editor-styles-wrapper button:visited, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="button"]:visited, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="reset"]:visited, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="submit"]:visited, +.edit-post-visual-editor__content-area .editor-styles-wrapper .button:visited, +.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-block-button__link:visited { color: #fff; } -.edit-post-visual-editor__content-area button:active, -.edit-post-visual-editor__content-area button:focus, -.edit-post-visual-editor__content-area input[type="button"]:active, -.edit-post-visual-editor__content-area input[type="button"]:focus, -.edit-post-visual-editor__content-area input[type="reset"]:active, -.edit-post-visual-editor__content-area input[type="reset"]:focus, -.edit-post-visual-editor__content-area input[type="submit"]:active, -.edit-post-visual-editor__content-area input[type="submit"]:focus, -.edit-post-visual-editor__content-area .button:active, -.edit-post-visual-editor__content-area .button:focus, -.edit-post-visual-editor__content-area .wp-block-button__link:active, -.edit-post-visual-editor__content-area .wp-block-button__link:focus { +.edit-post-visual-editor__content-area .editor-styles-wrapper button:active, +.edit-post-visual-editor__content-area .editor-styles-wrapper button:focus, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="button"]:active, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="button"]:focus, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="reset"]:active, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="reset"]:focus, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="submit"]:active, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="submit"]:focus, +.edit-post-visual-editor__content-area .editor-styles-wrapper .button:active, +.edit-post-visual-editor__content-area .editor-styles-wrapper .button:focus, +.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-block-button__link:active, +.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-block-button__link:focus { border-color: #333; color: #fff; } -.edit-post-visual-editor__content-area .category-faq .button-more::before { +.edit-post-visual-editor__content-area .editor-styles-wrapper .category-faq .button-more::before { content: "accedir"; } -.edit-post-visual-editor__content-area .xarxaprod-search-form { +.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-search-form { display: flex; margin: 0.5rem 0; } -.edit-post-visual-editor__content-area .xarxaprod-search-form .search-field { +.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-search-form .search-field { padding: 0.5em; } -.edit-post-visual-editor__content-area .xarxaprod-search-form .search-submit { +.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-search-form .search-submit { z-index: 10; margin: 0; border: none; @@ -1169,7 +1170,7 @@ Add your custom styles in this file so it is easier to update the theme. font-size: 0; } -.edit-post-visual-editor__content-area .xarxaprod-icon-search::before { +.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-icon-search::before { position: absolute; padding: 0; margin: 0.2rem 0 0 -1.5rem; @@ -1184,22 +1185,22 @@ Add your custom styles in this file so it is easier to update the theme. transform: rotate(45deg); } -.edit-post-visual-editor__content-area input[type="text"], -.edit-post-visual-editor__content-area input[type="email"], -.edit-post-visual-editor__content-area input[type="url"], -.edit-post-visual-editor__content-area input[type="password"], -.edit-post-visual-editor__content-area input[type="search"], -.edit-post-visual-editor__content-area input[type="number"], -.edit-post-visual-editor__content-area input[type="tel"], -.edit-post-visual-editor__content-area input[type="range"], -.edit-post-visual-editor__content-area input[type="date"], -.edit-post-visual-editor__content-area input[type="month"], -.edit-post-visual-editor__content-area input[type="week"], -.edit-post-visual-editor__content-area input[type="time"], -.edit-post-visual-editor__content-area input[type="datetime"], -.edit-post-visual-editor__content-area input[type="datetime-local"], -.edit-post-visual-editor__content-area input[type="color"], -.edit-post-visual-editor__content-area textarea { +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="text"], +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="email"], +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="url"], +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="password"], +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="search"], +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="number"], +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="tel"], +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="range"], +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="date"], +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="month"], +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="week"], +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="time"], +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="datetime"], +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="datetime-local"], +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="color"], +.edit-post-visual-editor__content-area .editor-styles-wrapper textarea { color: #111; background-color: #eee; border: none; @@ -1208,40 +1209,40 @@ Add your custom styles in this file so it is easier to update the theme. padding: 0.3rem; } -.edit-post-visual-editor__content-area input[type="text"]:focus, -.edit-post-visual-editor__content-area input[type="email"]:focus, -.edit-post-visual-editor__content-area input[type="url"]:focus, -.edit-post-visual-editor__content-area input[type="password"]:focus, -.edit-post-visual-editor__content-area input[type="search"]:focus, -.edit-post-visual-editor__content-area input[type="number"]:focus, -.edit-post-visual-editor__content-area input[type="tel"]:focus, -.edit-post-visual-editor__content-area input[type="range"]:focus, -.edit-post-visual-editor__content-area input[type="date"]:focus, -.edit-post-visual-editor__content-area input[type="month"]:focus, -.edit-post-visual-editor__content-area input[type="week"]:focus, -.edit-post-visual-editor__content-area input[type="time"]:focus, -.edit-post-visual-editor__content-area input[type="datetime"]:focus, -.edit-post-visual-editor__content-area input[type="datetime-local"]:focus, -.edit-post-visual-editor__content-area input[type="color"]:focus, -.edit-post-visual-editor__content-area textarea:focus { +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="text"]:focus, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="email"]:focus, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="url"]:focus, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="password"]:focus, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="search"]:focus, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="number"]:focus, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="tel"]:focus, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="range"]:focus, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="date"]:focus, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="month"]:focus, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="week"]:focus, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="time"]:focus, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="datetime"]:focus, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="datetime-local"]:focus, +.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="color"]:focus, +.edit-post-visual-editor__content-area .editor-styles-wrapper textarea:focus { color: #000; } -.edit-post-visual-editor__content-area select { +.edit-post-visual-editor__content-area .editor-styles-wrapper select { border: 1px solid #000; } -.edit-post-visual-editor__content-area textarea { +.edit-post-visual-editor__content-area .editor-styles-wrapper textarea { width: 100%; } @media screen { - .edit-post-visual-editor__content-area html:not([data-scroll="0"]) .site-header { + .edit-post-visual-editor__content-area .editor-styles-wrapper html:not([data-scroll="0"]) .site-header { background-color: #fff; } - .edit-post-visual-editor__content-area .site { + .edit-post-visual-editor__content-area .editor-styles-wrapper .site { display: grid; grid-template-columns: 1fr minmax(0, 35em) minmax(0, 35em) 1fr; grid-auto-rows: min-content auto min-content min-content; @@ -1251,24 +1252,24 @@ Add your custom styles in this file so it is easier to update the theme. min-height: 100vh; } - .edit-post-visual-editor__content-area .site > header { + .edit-post-visual-editor__content-area .editor-styles-wrapper .site > header { grid-column: 1 / -1; } - .edit-post-visual-editor__content-area .site > main { + .edit-post-visual-editor__content-area .editor-styles-wrapper .site > main { grid-column: 2 / 4; } - .edit-post-visual-editor__content-area .site > aside { + .edit-post-visual-editor__content-area .editor-styles-wrapper .site > aside { grid-column: 2 / 4; padding: 4em 0; } - .edit-post-visual-editor__content-area .site > footer { + .edit-post-visual-editor__content-area .editor-styles-wrapper .site > footer { grid-column: 1 / -1; } - .edit-post-visual-editor__content-area .site-header { + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-header { position: sticky; z-index: 500; top: 0; @@ -1279,7 +1280,7 @@ Add your custom styles in this file so it is easier to update the theme. background-color: transparent; } - .edit-post-visual-editor__content-area .site-header .main { + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-header .main { display: flex; flex-flow: column; align-items: initial; @@ -1287,48 +1288,48 @@ Add your custom styles in this file so it is easier to update the theme. z-index: 900; } - .edit-post-visual-editor__content-area .site-header .secondary { + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-header .secondary { display: flex; flex-flow: column; align-items: end; } - .edit-post-visual-editor__content-area .site-main { + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-main { padding: 0 1rem; } - .edit-post-visual-editor__content-area .site-footer { + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-footer { background: #000; color: #fff; margin-top: 4em; padding: 2em 4em; } - .edit-post-visual-editor__content-area .site-footer a { + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-footer a { color: #fff; } - .edit-post-visual-editor__content-area .site-footer a:hover, - .edit-post-visual-editor__content-area .site-footer a:visited, - .edit-post-visual-editor__content-area .site-footer a:active { + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-footer a:hover, + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-footer a:visited, + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-footer a:active { color: #fff; } - .edit-post-visual-editor__content-area .site-footer img { + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-footer img { height: 2.5em; margin: 0 0.5em; filter: invert(1); } - .edit-post-visual-editor__content-area .home-featured { + .edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured { padding: 0 1rem; } - .edit-post-visual-editor__content-area .xarxaprod-destacats, - .edit-post-visual-editor__content-area .xarxaprod-featured, - .edit-post-visual-editor__content-area .xarxaprod-last-convos, - .edit-post-visual-editor__content-area .xarxaprod-ultimes-convocatories, - .edit-post-visual-editor__content-area .archive-posts { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-destacats, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-featured, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-last-convos, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-ultimes-convocatories, + .edit-post-visual-editor__content-area .editor-styles-wrapper .archive-posts { display: grid; grid-template-columns: repeat(1, 1fr); gap: 1rem; @@ -1337,7 +1338,7 @@ Add your custom styles in this file so it is easier to update the theme. @media screen and (max-width: 48em) { - .edit-post-visual-editor__content-area .site-header { + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-header { display: grid; grid-template-columns: 1fr 1fr; padding: 0.5rem 0; @@ -1347,7 +1348,7 @@ Add your custom styles in this file so it is easier to update the theme. @media screen and (min-width: 48em) { - .edit-post-visual-editor__content-area .site-header { + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-header { display: grid; grid-template-columns: 1fr minmax(0, 35em) minmax(0, 35em) 1fr; grid-template-areas: "main " "secondary "; @@ -1355,69 +1356,69 @@ Add your custom styles in this file so it is easier to update the theme. padding: 0; } - .edit-post-visual-editor__content-area .site-header .main { + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-header .main { grid-column: 2/4; flex-flow: row; align-items: center; width: 100%; } - .edit-post-visual-editor__content-area .site-header .secondary { + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-header .secondary { grid-column: 2/4; align-items: center; width: 100%; } - .edit-post-visual-editor__content-area .site-main { + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-main { padding: 0 2rem; } - .edit-post-visual-editor__content-area .home-featured { + .edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured { padding: 0 2rem; } - .edit-post-visual-editor__content-area.single .site-main { + .edit-post-visual-editor__content-area .editor-styles-wrapper.single .site-main { width: 45rem; margin: 0 auto; } - .edit-post-visual-editor__content-area .xarxaprod-destacats, - .edit-post-visual-editor__content-area .xarxaprod-featured, - .edit-post-visual-editor__content-area .xarxaprod-last-convos, - .edit-post-visual-editor__content-area .xarxaprod-ultimes-convocatories, - .edit-post-visual-editor__content-area .archive-posts { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-destacats, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-featured, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-last-convos, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-ultimes-convocatories, + .edit-post-visual-editor__content-area .editor-styles-wrapper .archive-posts { grid-template-columns: repeat(3, 1fr); } - .edit-post-visual-editor__content-area .xarxaprod-faqs-aside { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-faqs-aside { display: flex; flex-direction: row; align-items: center; justify-content: space-between; } - .edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:hover, - .edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:active, - .edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:focus, - .edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:target { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-faqs-aside .xarxaprod-search-form:hover, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-faqs-aside .xarxaprod-search-form:active, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-faqs-aside .xarxaprod-search-form:focus, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-faqs-aside .xarxaprod-search-form:target { flex-grow: 1; } } @media screen and (min-width: 80em) { - .edit-post-visual-editor__content-area .site-main { + .edit-post-visual-editor__content-area .editor-styles-wrapper .site-main { padding: 0; } - .edit-post-visual-editor__content-area .home-featured { + .edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured { padding: 0; } } @media screen { - .edit-post-visual-editor__content-area { + .edit-post-visual-editor__content-area .editor-styles-wrapper { /* begin of menu-hidden */ @@ -1426,7 +1427,7 @@ Add your custom styles in this file so it is easier to update the theme. /* Small menu. */ } - .edit-post-visual-editor__content-area .hide-content { + .edit-post-visual-editor__content-area .editor-styles-wrapper .hide-content { display: block; width: 0; height: 0; @@ -1435,32 +1436,32 @@ Add your custom styles in this file so it is easier to update the theme. overflow: hidden; } - .edit-post-visual-editor__content-area .custom-logo { + .edit-post-visual-editor__content-area .editor-styles-wrapper .custom-logo { min-width: 11rem; margin: 1rem; } - .edit-post-visual-editor__content-area .main-navigation ul, - .edit-post-visual-editor__content-area .secondary-navigation ul { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul, + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; } - .edit-post-visual-editor__content-area .main-navigation ul ul.sub-menu, - .edit-post-visual-editor__content-area .secondary-navigation ul ul.sub-menu { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul ul.sub-menu, + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul ul.sub-menu { padding-top: 0.5rem; padding-left: 1rem; } - .edit-post-visual-editor__content-area .main-navigation li, - .edit-post-visual-editor__content-area .secondary-navigation li { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation li, + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation li { position: relative; } - .edit-post-visual-editor__content-area .main-navigation a, - .edit-post-visual-editor__content-area .secondary-navigation a { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a, + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation a { display: flex; align-items: center; min-height: 100%; @@ -1469,49 +1470,49 @@ Add your custom styles in this file so it is easier to update the theme. font-size: 1rem; } - .edit-post-visual-editor__content-area .main-navigation .current_page_item > a, - .edit-post-visual-editor__content-area .main-navigation .current-menu-item > a, - .edit-post-visual-editor__content-area .main-navigation .current_page_ancestor > a, - .edit-post-visual-editor__content-area .main-navigation .current-menu-ancestor > a, - .edit-post-visual-editor__content-area .secondary-navigation .current_page_item > a, - .edit-post-visual-editor__content-area .secondary-navigation .current-menu-item > a, - .edit-post-visual-editor__content-area .secondary-navigation .current_page_ancestor > a, - .edit-post-visual-editor__content-area .secondary-navigation .current-menu-ancestor > a { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation .current_page_item > a, + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation .current-menu-item > a, + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation .current_page_ancestor > a, + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation .current-menu-ancestor > a, + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation .current_page_item > a, + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation .current-menu-item > a, + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation .current_page_ancestor > a, + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation .current-menu-ancestor > a { text-decoration: underline; } - .edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"], - .edit-post-visual-editor__content-area .main-navigation a[href^="http://xarxaprod.cat"], - .edit-post-visual-editor__content-area .main-navigation a[href^="https://xarxaprod.cat"] { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="http://localhost"], + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="http://xarxaprod.cat"], + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="https://xarxaprod.cat"] { font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; border-left: 1px solid #000; } - .edit-post-visual-editor__content-area .secondary-navigation { + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation { padding: 0 1em 1em 0; } - .edit-post-visual-editor__content-area .secondary-navigation ul { + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul { display: inline-block; } - .edit-post-visual-editor__content-area .secondary-navigation ul li { + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul li { padding: 0.5em 0; } - .edit-post-visual-editor__content-area .secondary-navigation a { + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation a { text-transform: uppercase; } - .edit-post-visual-editor__content-area .toggle-secondary-navigation .show-mobile { + .edit-post-visual-editor__content-area .editor-styles-wrapper .toggle-secondary-navigation .show-mobile { display: inherit; } - .edit-post-visual-editor__content-area .toggle, - .edit-post-visual-editor__content-area .toggled-menu { + .edit-post-visual-editor__content-area .editor-styles-wrapper .toggle, + .edit-post-visual-editor__content-area .editor-styles-wrapper .toggled-menu { display: none; } - .edit-post-visual-editor__content-area .toggle:checked + .toggled-menu { + .edit-post-visual-editor__content-area .editor-styles-wrapper .toggle:checked + .toggled-menu { display: block; position: absolute; left: 0; @@ -1522,7 +1523,7 @@ Add your custom styles in this file so it is easier to update the theme. padding: 0 2rem; } - .edit-post-visual-editor__content-area .toggle-show { + .edit-post-visual-editor__content-area .editor-styles-wrapper .toggle-show { position: relative; display: inline-block; width: 1.8em; @@ -1532,7 +1533,7 @@ Add your custom styles in this file so it is easier to update the theme. border-bottom: 0.3em solid #000; } - .edit-post-visual-editor__content-area .toggle-show::before { + .edit-post-visual-editor__content-area .editor-styles-wrapper .toggle-show::before { content: ""; position: absolute; top: 0.3em; @@ -1541,24 +1542,24 @@ Add your custom styles in this file so it is easier to update the theme. border-top: 0.3em solid #000; } - .edit-post-visual-editor__content-area .toggle-hide { + .edit-post-visual-editor__content-area .editor-styles-wrapper .toggle-hide { display: flex; justify-content: end; margin-right: -0.5em; } - .edit-post-visual-editor__content-area .toggle-hide::after { + .edit-post-visual-editor__content-area .editor-styles-wrapper .toggle-hide::after { content: "x"; padding: 0; font-size: 3rem; font-weight: 700; } - .edit-post-visual-editor__content-area .main-navigation.toggled ul { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation.toggled ul { display: block; } - .edit-post-visual-editor__content-area .main-navigation.toggled .main-navigation-content { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation.toggled .main-navigation-content { display: inline-block; position: absolute; top: 5rem; @@ -1572,22 +1573,22 @@ Add your custom styles in this file so it is easier to update the theme. @media screen and (max-width: 47.99em) { - .edit-post-visual-editor__content-area .main-navigation-content { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation-content { text-transform: uppercase; } - .edit-post-visual-editor__content-area .main-navigation-content li { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation-content li { padding: 0.5rem 0; } - .edit-post-visual-editor__content-area .secondary-navigation-content { + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation-content { padding: 4rem 2rem; } } @media screen and (min-width: 48em) { - .edit-post-visual-editor__content-area { + .edit-post-visual-editor__content-area .editor-styles-wrapper { /* * css menu toggler @@ -1597,22 +1598,22 @@ Add your custom styles in this file so it is easier to update the theme. * */ } - .edit-post-visual-editor__content-area .custom-logo { + .edit-post-visual-editor__content-area .editor-styles-wrapper .custom-logo { min-width: 11rem; margin: 1rem 1rem 1rem 0; } - .edit-post-visual-editor__content-area .menu-toggle { + .edit-post-visual-editor__content-area .editor-styles-wrapper .menu-toggle { display: none; } - .edit-post-visual-editor__content-area .main-navigation ul, - .edit-post-visual-editor__content-area .secondary-navigation ul { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul, + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul { display: flex; } - .edit-post-visual-editor__content-area .main-navigation ul ul, - .edit-post-visual-editor__content-area .secondary-navigation ul ul { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul ul, + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul ul { background-color: rgba(255, 255, 255, 0.8); float: left; position: absolute; @@ -1621,64 +1622,64 @@ Add your custom styles in this file so it is easier to update the theme. z-index: 99999; } - .edit-post-visual-editor__content-area .main-navigation ul ul ul, - .edit-post-visual-editor__content-area .secondary-navigation ul ul ul { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul ul ul, + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul ul ul { left: -999em; top: 0; } - .edit-post-visual-editor__content-area .main-navigation ul ul li:hover > ul, - .edit-post-visual-editor__content-area .main-navigation ul ul li.focus > ul, - .edit-post-visual-editor__content-area .secondary-navigation ul ul li:hover > ul, - .edit-post-visual-editor__content-area .secondary-navigation ul ul li.focus > ul { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul ul li:hover > ul, + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul ul li.focus > ul, + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul ul li:hover > ul, + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul ul li.focus > ul { display: block; left: 4em; top: 1em; } - .edit-post-visual-editor__content-area .main-navigation ul ul a, - .edit-post-visual-editor__content-area .secondary-navigation ul ul a { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul ul a, + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul ul a { width: 200px; } - .edit-post-visual-editor__content-area .main-navigation ul li:hover > ul, - .edit-post-visual-editor__content-area .main-navigation ul li.focus > ul, - .edit-post-visual-editor__content-area .secondary-navigation ul li:hover > ul, - .edit-post-visual-editor__content-area .secondary-navigation ul li.focus > ul { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul li:hover > ul, + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul li.focus > ul, + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul li:hover > ul, + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul li.focus > ul { left: auto; } - .edit-post-visual-editor__content-area .main-navigation a, - .edit-post-visual-editor__content-area .secondary-navigation a { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a, + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation a { padding: 0 0.5rem; } - .edit-post-visual-editor__content-area .main-navigation { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation { padding-bottom: 1em; } - .edit-post-visual-editor__content-area .main-navigation ul { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul { justify-content: end; } - .edit-post-visual-editor__content-area .main-navigation ul ul.sub-menu { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul ul.sub-menu { flex-direction: column; padding: 1rem; } - .edit-post-visual-editor__content-area .main-navigation ul ul.sub-menu li { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul ul.sub-menu li { margin: 0.5rem 0; } - .edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"], - .edit-post-visual-editor__content-area .main-navigation a[href^="http://xarxaprod.cat"], - .edit-post-visual-editor__content-area .main-navigation a[href^="https://xarxaprod.cat"] { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="http://localhost"], + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="http://xarxaprod.cat"], + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="https://xarxaprod.cat"] { font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; border-left: none; } - .edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"]::after, - .edit-post-visual-editor__content-area .main-navigation a[href^="http://xarxaprod.cat"]::after, - .edit-post-visual-editor__content-area .main-navigation a[href^="https://xarxaprod.cat"]::after, - .edit-post-visual-editor__content-area .main-navigation .current-menu-item a::after { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="http://localhost"]::after, + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="http://xarxaprod.cat"]::after, + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="https://xarxaprod.cat"]::after, + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation .current-menu-item a::after { display: inline-block; content: ""; position: absolute; @@ -1689,15 +1690,15 @@ Add your custom styles in this file so it is easier to update the theme. margin-top: 2.3em; } - .edit-post-visual-editor__content-area .secondary-navigation { + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation { padding: 1.5em 0; } - .edit-post-visual-editor__content-area .menu-item-has-children { + .edit-post-visual-editor__content-area .editor-styles-wrapper .menu-item-has-children { padding-right: 0.5em; } - .edit-post-visual-editor__content-area .menu-item-has-children::after { + .edit-post-visual-editor__content-area .editor-styles-wrapper .menu-item-has-children::after { content: ""; display: inline-block; position: absolute; @@ -1714,71 +1715,71 @@ Add your custom styles in this file so it is easier to update the theme. transform: rotate(45deg); } - .edit-post-visual-editor__content-area .toggle-secondary-navigation .show-mobile, - .edit-post-visual-editor__content-area .toggle-secondary-navigation .hide-not-mobile { + .edit-post-visual-editor__content-area .editor-styles-wrapper .toggle-secondary-navigation .show-mobile, + .edit-post-visual-editor__content-area .editor-styles-wrapper .toggle-secondary-navigation .hide-not-mobile { display: none; } - .edit-post-visual-editor__content-area .toggled-menu { + .edit-post-visual-editor__content-area .editor-styles-wrapper .toggled-menu { display: inherit; } } -.site-main .edit-post-visual-editor__content-area .comment-navigation, +.site-main .edit-post-visual-editor__content-area .editor-styles-wrapper .comment-navigation, .site-main -.edit-post-visual-editor__content-area .posts-navigation, +.edit-post-visual-editor__content-area .editor-styles-wrapper .posts-navigation, .site-main -.edit-post-visual-editor__content-area .post-navigation { +.edit-post-visual-editor__content-area .editor-styles-wrapper .post-navigation { margin: 0 0 1.5em; align-self: end; } -.edit-post-visual-editor__content-area .comment-navigation .nav-links, -.edit-post-visual-editor__content-area .posts-navigation .nav-links, -.edit-post-visual-editor__content-area .post-navigation .nav-links { +.edit-post-visual-editor__content-area .editor-styles-wrapper .comment-navigation .nav-links, +.edit-post-visual-editor__content-area .editor-styles-wrapper .posts-navigation .nav-links, +.edit-post-visual-editor__content-area .editor-styles-wrapper .post-navigation .nav-links { display: flex; } -.edit-post-visual-editor__content-area .comment-navigation .nav-previous, -.edit-post-visual-editor__content-area .posts-navigation .nav-previous, -.edit-post-visual-editor__content-area .post-navigation .nav-previous { +.edit-post-visual-editor__content-area .editor-styles-wrapper .comment-navigation .nav-previous, +.edit-post-visual-editor__content-area .editor-styles-wrapper .posts-navigation .nav-previous, +.edit-post-visual-editor__content-area .editor-styles-wrapper .post-navigation .nav-previous { flex: 1 0 50%; } -.edit-post-visual-editor__content-area .comment-navigation .nav-next, -.edit-post-visual-editor__content-area .posts-navigation .nav-next, -.edit-post-visual-editor__content-area .post-navigation .nav-next { +.edit-post-visual-editor__content-area .editor-styles-wrapper .comment-navigation .nav-next, +.edit-post-visual-editor__content-area .editor-styles-wrapper .posts-navigation .nav-next, +.edit-post-visual-editor__content-area .editor-styles-wrapper .post-navigation .nav-next { flex: 1 0 50%; } @media screen and (min-width: 80em) { - .edit-post-visual-editor__content-area .main-navigation .toggle-sidebar-segona .show-mobile, - .edit-post-visual-editor__content-area .main-navigation .toggle-sidebar-segona .hide-not-mobile, - .edit-post-visual-editor__content-area .secondary-navigation .toggle-sidebar-segona .show-mobile, - .edit-post-visual-editor__content-area .secondary-navigation .toggle-sidebar-segona .hide-not-mobile { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation .toggle-sidebar-segona .show-mobile, + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation .toggle-sidebar-segona .hide-not-mobile, + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation .toggle-sidebar-segona .show-mobile, + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation .toggle-sidebar-segona .hide-not-mobile { display: none; } - .edit-post-visual-editor__content-area .main-navigation a, - .edit-post-visual-editor__content-area .secondary-navigation a { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a, + .edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation a { padding: 0 1rem; } - .edit-post-visual-editor__content-area .main-navigation { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation { padding-bottom: 0; } - .edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"]::after, - .edit-post-visual-editor__content-area .main-navigation a[href^="http://xarxaprod.cat"]::after, - .edit-post-visual-editor__content-area .main-navigation a[href^="https://xarxaprod.cat"]::after, - .edit-post-visual-editor__content-area .main-navigation .current-menu-item a::after { + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="http://localhost"]::after, + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="http://xarxaprod.cat"]::after, + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="https://xarxaprod.cat"]::after, + .edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation .current-menu-item a::after { margin-top: 5em; } } @media screen { - .edit-post-visual-editor__content-area { + .edit-post-visual-editor__content-area .editor-styles-wrapper { /* used in * ./template-parts/section-eachpost.php @@ -1798,89 +1799,89 @@ Add your custom styles in this file so it is easier to update the theme. */ } - .edit-post-visual-editor__content-area .sticky { + .edit-post-visual-editor__content-area .editor-styles-wrapper .sticky { display: block; } - .edit-post-visual-editor__content-area .post, - .edit-post-visual-editor__content-area .page { + .edit-post-visual-editor__content-area .editor-styles-wrapper .post, + .edit-post-visual-editor__content-area .editor-styles-wrapper .page { margin: 0; } - .edit-post-visual-editor__content-area .updated:not(.published) { + .edit-post-visual-editor__content-area .editor-styles-wrapper .updated:not(.published) { display: none; } - .edit-post-visual-editor__content-area .page-content, - .edit-post-visual-editor__content-area .entry-content, - .edit-post-visual-editor__content-area .entry-summary { + .edit-post-visual-editor__content-area .editor-styles-wrapper .page-content, + .edit-post-visual-editor__content-area .editor-styles-wrapper .entry-content, + .edit-post-visual-editor__content-area .editor-styles-wrapper .entry-summary { margin: 1.5em 0 0; } - .edit-post-visual-editor__content-area .page-links { + .edit-post-visual-editor__content-area .editor-styles-wrapper .page-links { clear: both; margin: 0 0 1.5em; } - .edit-post-visual-editor__content-area .xarxaprod-card-each { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-card-each { display: flex; flex-direction: column; } - .edit-post-visual-editor__content-area .xarxaprod-card-each .entry-title, - .edit-post-visual-editor__content-area .xarxaprod-card-each h6 { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-card-each .entry-title, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-card-each h6 { border-bottom: 1px solid #000; margin: 0; padding: 0.5rem 0; } - .edit-post-visual-editor__content-area .xarxaprod-card-each p { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-card-each p { padding: 0.5rem 0; margin: 0; } - .edit-post-visual-editor__content-area .xarxaprod-card-each .more-link { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-card-each .more-link { margin-top: 2rem; } - .edit-post-visual-editor__content-area .xarxaprod-fund-info-fields, - .edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-fields, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-contact-fields { display: grid; } - .edit-post-visual-editor__content-area .xarxaprod-fund-info-fields .xarxaprod-fund-info-field, - .edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields .xarxaprod-fund-info-field { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-fields .xarxaprod-fund-info-field, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-contact-fields .xarxaprod-fund-info-field { padding-bottom: 1rem; border-bottom: 1px solid #000; } - .edit-post-visual-editor__content-area .xarxaprod-fund-info-fields h6, - .edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields h6 { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-fields h6, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-contact-fields h6 { font-size: 2.4rem; font-variant: all-petite-caps; } - .edit-post-visual-editor__content-area .xarxaprod-fund-info-fields p, - .edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields p { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-fields p, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-contact-fields p { margin: 0.5rem 0 0 0; } - .edit-post-visual-editor__content-area .xarxaprod-fund-info-fields li, - .edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields li { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-fields li, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-contact-fields li { font-size: 1.3rem; } - .edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields .xarxaprod-fund-info-field { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-contact-fields .xarxaprod-fund-info-field { margin: 0; } - .edit-post-visual-editor__content-area .xarxaprod-fund-info-fields .xarxaprod-fund-info-field { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-fields .xarxaprod-fund-info-field { margin: 1rem 0 0.5rem 0; } - .edit-post-visual-editor__content-area .xarxaprod-funder-name, - .edit-post-visual-editor__content-area .xarxaprod-fund-contact-name, - .edit-post-visual-editor__content-area .xarxaprod-fund-web { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-funder-name, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-contact-name, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-web { display: flex; margin: 0; padding: 0; @@ -1890,14 +1891,14 @@ Add your custom styles in this file so it is easier to update the theme. align-items: center; } - .edit-post-visual-editor__content-area .xarxaprod-funder-name a, - .edit-post-visual-editor__content-area .xarxaprod-fund-contact-name a, - .edit-post-visual-editor__content-area .xarxaprod-fund-web a { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-funder-name a, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-contact-name a, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-web a { text-decoration: none; font-size: 0.8rem; } - .edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each { display: flex; flex-direction: row-reverse; justify-content: space-between; @@ -1905,61 +1906,52 @@ Add your custom styles in this file so it is easier to update the theme. border-bottom: 0.1em solid #000; } - .edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each:first-of-type { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each:first-of-type { border-top: 0.1em solid #000; } - .edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each header, - .edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each .entry-header { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each header, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each .entry-header { width: 60%; } - .edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each .entry-title, - .edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each h6 { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each .entry-title, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each h6 { border-bottom: none; } - .edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each p { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each p { font-size: 1.5em; } - .edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each .activity-organizer, - .edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each .organiza-activitat { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each .activity-organizer, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each .organiza-activitat { width: 24%; } - .edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each .agenda-date, - .edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each .agenda-data { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each .agenda-date, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each .agenda-data { width: 15%; } - .edit-post-visual-editor__content-area .xarxaprod-filtered-content { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filtered-content { display: grid; grid-template-columns: 1fr; } - .edit-post-visual-editor__content-area .xarxaprod-filters section { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filters section { margin: 1em 0; } - .edit-post-visual-editor__content-area .xarxaprod-filters section .filter { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filters section .filter { display: none; } - .edit-post-visual-editor__content-area .xarxaprod-filters .button-more { - width: 100%; - max-width: 11.7em; - } - - .edit-post-visual-editor__content-area .xarxaprod-filters .button-more::after { - margin-left: 1rem; - } - - .edit-post-visual-editor__content-area .archive-posts { + .edit-post-visual-editor__content-area .editor-styles-wrapper .archive-posts { grid-template-columns: repeat(1, minmax(0, 1fr)); } - .edit-post-visual-editor__content-area .xarxaprod-titol-opcions { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-titol-opcions { display: inline-block; width: 100%; max-width: 13em; @@ -1974,13 +1966,13 @@ Add your custom styles in this file so it is easier to update the theme. text-transform: uppercase; } - .edit-post-visual-editor__content-area .xarxaprod-titol-opcions::after { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-titol-opcions::after { content: ">"; display: inline; float: right; } - .edit-post-visual-editor__content-area .xarxaprod-titol-opcions:hover::after { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-titol-opcions:hover::after { transform: rotate(90deg); animation: rotate 0.5s; } @@ -1999,21 +1991,21 @@ Add your custom styles in this file so it is easier to update the theme. @media screen and (max-width: 48em) { - .edit-post-visual-editor__content-area .post, - .edit-post-visual-editor__content-area .page { + .edit-post-visual-editor__content-area .editor-styles-wrapper .post, + .edit-post-visual-editor__content-area .editor-styles-wrapper .page { margin: 0 0 1em; } - .edit-post-visual-editor__content-area .xarxaprod-filters section { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filters section { display: block; } - .edit-post-visual-editor__content-area .xarxaprod-filters section h5 { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filters section h5 { display: block; width: 100%; } - .edit-post-visual-editor__content-area .xarxaprod-filters section .filter { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filters section .filter { display: inline-block; width: 45%; margin-top: 0.5rem; @@ -2021,27 +2013,27 @@ Add your custom styles in this file so it is easier to update the theme. float: left; } - .edit-post-visual-editor__content-area .xarxaprod-filters section .filter:last-of-type { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filters section .filter:last-of-type { margin-bottom: 2rem; } } @media screen and (min-width: 48em) { - .edit-post-visual-editor__content-area .xarxaprod-filters { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filters { padding-right: 2em; } - .edit-post-visual-editor__content-area .xarxaprod-filters section, - .edit-post-visual-editor__content-area .xarxaprod-filters xarxaprod-filtered-calls { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filters section, + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filters xarxaprod-filtered-calls { margin: 1em 0; } - .edit-post-visual-editor__content-area .xarxaprod-filtered-content { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filtered-content { grid-template-columns: 1fr 2fr; } - .edit-post-visual-editor__content-area .archive-posts { + .edit-post-visual-editor__content-area .editor-styles-wrapper .archive-posts { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-gap: 3em; } @@ -2049,126 +2041,126 @@ Add your custom styles in this file so it is easier to update the theme. @media screen and (min-width: 80em) { - .edit-post-visual-editor__content-area .xarxaprod-filtered-content { + .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filtered-content { grid-template-columns: 1fr 3fr; } - .edit-post-visual-editor__content-area .archive-posts { + .edit-post-visual-editor__content-area .editor-styles-wrapper .archive-posts { grid-template-columns: repeat(3, minmax(0, 1fr)); } } -.edit-post-visual-editor__content-area .comment-content a { +.edit-post-visual-editor__content-area .editor-styles-wrapper .comment-content a { word-wrap: break-word; } -.edit-post-visual-editor__content-area .bypostauthor { +.edit-post-visual-editor__content-area .editor-styles-wrapper .bypostauthor { display: block; } -.edit-post-visual-editor__content-area .widget { +.edit-post-visual-editor__content-area .editor-styles-wrapper .widget { margin: 0 0 1.5em; } -.edit-post-visual-editor__content-area .widget select { +.edit-post-visual-editor__content-area .editor-styles-wrapper .widget select { max-width: 100%; } -.edit-post-visual-editor__content-area .page-content .wp-smiley, -.edit-post-visual-editor__content-area .entry-content .wp-smiley, -.edit-post-visual-editor__content-area .comment-content .wp-smiley { +.edit-post-visual-editor__content-area .editor-styles-wrapper .page-content .wp-smiley, +.edit-post-visual-editor__content-area .editor-styles-wrapper .entry-content .wp-smiley, +.edit-post-visual-editor__content-area .editor-styles-wrapper .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } -.edit-post-visual-editor__content-area .custom-logo-link { +.edit-post-visual-editor__content-area .editor-styles-wrapper .custom-logo-link { display: inline-block; } -.edit-post-visual-editor__content-area .wp-caption { +.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-caption { margin-bottom: 1.5em; max-width: 100%; } -.edit-post-visual-editor__content-area .wp-caption img[class*="wp-image-"] { +.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } -.edit-post-visual-editor__content-area .wp-caption .wp-caption-text { +.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-caption .wp-caption-text { margin: 0.8075em 0; } -.edit-post-visual-editor__content-area .wp-caption-text { +.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-caption-text { text-align: center; } -.edit-post-visual-editor__content-area .gallery { +.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery { margin-bottom: 1.5em; display: grid; grid-gap: 1.5em; } -.edit-post-visual-editor__content-area .gallery-item { +.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery-item { display: inline-block; text-align: center; width: 100%; } -.edit-post-visual-editor__content-area .gallery-columns-2 { +.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery-columns-2 { grid-template-columns: repeat(2, 1fr); } -.edit-post-visual-editor__content-area .gallery-columns-3 { +.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery-columns-3 { grid-template-columns: repeat(3, 1fr); } -.edit-post-visual-editor__content-area .gallery-columns-4 { +.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery-columns-4 { grid-template-columns: repeat(4, 1fr); } -.edit-post-visual-editor__content-area .gallery-columns-5 { +.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery-columns-5 { grid-template-columns: repeat(5, 1fr); } -.edit-post-visual-editor__content-area .gallery-columns-6 { +.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery-columns-6 { grid-template-columns: repeat(6, 1fr); } -.edit-post-visual-editor__content-area .gallery-columns-7 { +.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery-columns-7 { grid-template-columns: repeat(7, 1fr); } -.edit-post-visual-editor__content-area .gallery-columns-8 { +.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery-columns-8 { grid-template-columns: repeat(8, 1fr); } -.edit-post-visual-editor__content-area .gallery-columns-9 { +.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery-columns-9 { grid-template-columns: repeat(9, 1fr); } -.edit-post-visual-editor__content-area .gallery-caption { +.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery-caption { display: block; } -.edit-post-visual-editor__content-area .infinite-scroll .posts-navigation, -.edit-post-visual-editor__content-area .infinite-scroll.neverending .site-footer { +.edit-post-visual-editor__content-area .editor-styles-wrapper .infinite-scroll .posts-navigation, +.edit-post-visual-editor__content-area .editor-styles-wrapper .infinite-scroll.neverending .site-footer { display: none; } -.edit-post-visual-editor__content-area .infinity-end.neverending .site-footer { +.edit-post-visual-editor__content-area .editor-styles-wrapper .infinity-end.neverending .site-footer { display: block; } -.edit-post-visual-editor__content-area .black-blocs { +.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs { padding: 1rem 0; gap: 1rem; } -.edit-post-visual-editor__content-area .black-blocs .wp-block-column { +.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column { align-self: auto; display: flex; flex-direction: column; @@ -2177,29 +2169,29 @@ Add your custom styles in this file so it is easier to update the theme. padding: 1rem; } -.edit-post-visual-editor__content-area .black-blocs .wp-block-column h1, -.edit-post-visual-editor__content-area .black-blocs .wp-block-column h2, -.edit-post-visual-editor__content-area .black-blocs .wp-block-column h3, -.edit-post-visual-editor__content-area .black-blocs .wp-block-column h4, -.edit-post-visual-editor__content-area .black-blocs .wp-block-column h5, -.edit-post-visual-editor__content-area .black-blocs .wp-block-column h6 { +.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column h1, +.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column h2, +.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column h3, +.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column h4, +.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column h5, +.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column h6 { min-height: 4.8rem; font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 2rem; line-height: 1.04; } -.edit-post-visual-editor__content-area .black-blocs .wp-block-column p { +.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column p { font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 0.9rem; } -.edit-post-visual-editor__content-area .black-blocs .wp-block-column a { +.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column a { color: #fff; text-decoration: none; } -.edit-post-visual-editor__content-area .black-blocs .wp-block-column a::after { +.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column a::after { content: "+"; position: absolute; bottom: 0; @@ -2207,21 +2199,21 @@ Add your custom styles in this file so it is easier to update the theme. font-size: 5rem; } -.edit-post-visual-editor__content-area .black-blocs .wp-block-column a:hover::after { +.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column a:hover::after { content: ">"; } -.edit-post-visual-editor__content-area .wpcf7-not-valid:not(:focus) { +.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-not-valid:not(:focus) { background-color: #ff686e; } -.edit-post-visual-editor__content-area .wpcf7-not-valid-tip { +.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-not-valid-tip { color: #ff686e; } -.edit-post-visual-editor__content-area .wpcf7 form.invalid .wpcf7-response-output, -.edit-post-visual-editor__content-area .wpcf7 form.unaccepted .wpcf7-response-output, -.edit-post-visual-editor__content-area .wpcf7 form.payment-required .wpcf7-response-output { +.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7 form.invalid .wpcf7-response-output, +.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7 form.unaccepted .wpcf7-response-output, +.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7 form.payment-required .wpcf7-response-output { border-color: #f6cc4c; background-color: #f6cc4c; color: #fff; @@ -2232,120 +2224,120 @@ Add your custom styles in this file so it is easier to update the theme. padding: 0; } -.edit-post-visual-editor__content-area .wpcf7-form .wpcf7-submit { +.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-form .wpcf7-submit { margin-left: 1rem; } -.edit-post-visual-editor__content-area .wpcf7-form .wpcf7-spinner { +.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-form .wpcf7-spinner { margin: 0 -24px 0 0; } -.edit-post-visual-editor__content-area .wpcf7-list-item-label { +.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-list-item-label { margin: 0 0.3rem; } -.edit-post-visual-editor__content-area .contactform { +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform { margin-bottom: 1rem; } -.edit-post-visual-editor__content-area .contactform br { +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform br { display: none; } -.edit-post-visual-editor__content-area .contactform p { +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform p { display: block; break-inside: avoid-column; margin-top: 0; } -.edit-post-visual-editor__content-area .contactform .break-after-column, -.edit-post-visual-editor__content-area .contactform .saltar-columna { +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform .break-after-column, +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform .saltar-columna { break-after: column; } -.edit-post-visual-editor__content-area .contactform-consultoria .contactform-name, -.edit-post-visual-editor__content-area .contactform-consultoria .contactform-email { +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-consultoria .contactform-name, +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-consultoria .contactform-email { max-width: 40%; display: inline-block; } -.edit-post-visual-editor__content-area .contactform-consultoria .contactform-name { +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-consultoria .contactform-name { float: left; } -.edit-post-visual-editor__content-area .contactform-consultoria .contactform-email { +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-consultoria .contactform-email { float: right; margin-bottom: 1rem; } -.edit-post-visual-editor__content-area .contactform-acceptance { +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-acceptance { display: flex; align-items: center; justify-content: end; } -.edit-post-visual-editor__content-area .contactform-fund-info { +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-info { display: inline-block; column-count: 2; column-gap: 2em; width: 100%; } -.edit-post-visual-editor__content-area .contactform-fund-info .contactform-descripcio textarea { +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-info .contactform-descripcio textarea { display: inline-block; min-height: 15.5em; } -.edit-post-visual-editor__content-area .contactform-fund-options { +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options { display: flex; justify-content: space-between; } -.edit-post-visual-editor__content-area .contactform-fund-options p { +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options p { display: inline-block; } -.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-list-item { +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-list-item { display: block; } -.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-list-item label { +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-list-item label { display: flex; flex-direction: row-reverse; justify-content: left; } -.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"], -.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] { +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"], +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] { display: block; } -.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"] input[type="date"], -.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] input[type="date"] { +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"] input[type="date"], +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] input[type="date"] { width: auto; background-color: #fff; } -.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before, -.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before { +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before, +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before { display: inline-block; width: 2rem; } -.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before { +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before { content: "inici: "; } -.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before { +.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before { content: "fi: "; } -.edit-post-visual-editor__content-area .home { +.edit-post-visual-editor__content-area .editor-styles-wrapper .home { /* full width slides */ } -.edit-post-visual-editor__content-area .home [id*="gutenslider"] { +.edit-post-visual-editor__content-area .editor-styles-wrapper .home [id*="gutenslider"] { width: 100vw; position: relative; left: 50%; @@ -2354,7 +2346,7 @@ Add your custom styles in this file so it is easier to update the theme. margin-right: -50vw; } -.edit-post-visual-editor__content-area .screen-reader-text { +.edit-post-visual-editor__content-area .editor-styles-wrapper .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); @@ -2367,7 +2359,7 @@ Add your custom styles in this file so it is easier to update the theme. word-wrap: normal !important; } -.edit-post-visual-editor__content-area .screen-reader-text:focus { +.edit-post-visual-editor__content-area .editor-styles-wrapper .screen-reader-text:focus { background-color: none; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); @@ -2387,11 +2379,11 @@ Add your custom styles in this file so it is easier to update the theme. z-index: 100000; } -.edit-post-visual-editor__content-area #primary[tabindex="-1"]:focus { +.edit-post-visual-editor__content-area .editor-styles-wrapper #primary[tabindex="-1"]:focus { outline: 0; } -.edit-post-visual-editor__content-area .alignleft { +.edit-post-visual-editor__content-area .editor-styles-wrapper .alignleft { /*rtl:ignore*/ float: left; @@ -2401,7 +2393,7 @@ Add your custom styles in this file so it is easier to update the theme. margin-bottom: 1.5em; } -.edit-post-visual-editor__content-area .alignright { +.edit-post-visual-editor__content-area .editor-styles-wrapper .alignright { /*rtl:ignore*/ float: right; @@ -2411,7 +2403,7 @@ Add your custom styles in this file so it is easier to update the theme. margin-bottom: 1.5em; } -.edit-post-visual-editor__content-area .aligncenter { +.edit-post-visual-editor__content-area .editor-styles-wrapper .aligncenter { clear: both; display: block; margin-left: auto; @@ -2419,52 +2411,7 @@ Add your custom styles in this file so it is easier to update the theme. margin-bottom: 1.5em; } -.edit-post-visual-editor__content-area :where(.wp-block) { - max-width: 80rem; -} - -.edit-post-visual-editor__content-area .black-blocs .wp-block-column a::after { - display: none; -} - -.editor-styles-wrapper .wp-block-button__link { - color: #000 !important; - background-color: #fff !important; - border-radius: 0 !important; - box-shadow: none !important; - text-decoration: none !important; - padding: 0.6em 1em 0.4em !important; - font-size: inherit !important; -} - -/* -Your custom style - -Add your custom styles in this file so it is easier to update the theme. -*/ -@font-face { - font-family: "Neue Haas Grotesk Pro"; - src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot); - src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot?#iefix) format(embedded-opentype), url(assets/fonts/NeueHaasGroteskPro-45Light.woff2) format(woff2), url(assets/fonts/NeueHaasGroteskPro-45Light.woff) format(woff), url(assets/fonts/NeueHaasGroteskPro-45Light.ttf) format(truetype), url(assets/fonts/NeueHaasGroteskPro-45Light.svg#NeueHaasGroteskPro-45Light) format(svg); - font-weight: 300; - font-style: normal; - font-display: swap; -} - -@font-face { - font-family: "Neue Haas Grotesk Pro"; - src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot); - src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot?#iefix) format(embedded-opentype), url(assets/fonts/NeueHaasGroteskPro-55Roman.woff2) format(woff2), url(assets/fonts/NeueHaasGroteskPro-55Roman.woff) format(woff), url(assets/fonts/NeueHaasGroteskPro-55Roman.ttf) format(truetype), url(assets/fonts/NeueHaasGroteskPro-55Roman.svg#NeueHaasGroteskPro-55Roman) format(svg); - font-weight: 500; - font-style: normal; - font-display: swap; -} - -@font-face { - font-family: "Neue Haas Grotesk Pro"; - src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot); - src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot?#iefix) format(embedded-opentype), url(assets/fonts/NeueHaasGroteskPro-75Bold.woff2) format(woff2), url(assets/fonts/NeueHaasGroteskPro-75Bold.woff) format(woff), url(assets/fonts/NeueHaasGroteskPro-75Bold.ttf) format(truetype), url(assets/fonts/NeueHaasGroteskPro-75Bold.svg#NeueHaasGroteskPro-75Bold) format(svg); - font-weight: 700; - font-style: normal; - font-display: swap; +.edit-post-visual-editor__content-area .editor-styles-wrapper h1 { + margin-left: auto; + margin-right: auto; } diff --git a/adminstyles.css.map b/adminstyles.css.map index a5840fc..2183ff1 100644 --- a/adminstyles.css.map +++ b/adminstyles.css.map @@ -41,9 +41,8 @@ "sass/plugins/contactform7/_contactform7.scss", "sass/plugins/guttenslider/_guttenslider.scss", "sass/utilities/_accessibility.scss", - "sass/utilities/_alignments.scss", - "sass/adminstyles/_fonts.scss" + "sass/utilities/_alignments.scss" ], "names": [], - "mappings": "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" + "mappings": "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" } \ No newline at end of file diff --git a/assets/css/adminstyles.css b/assets/css/adminstyles.css index e055e00..6f342dd 100644 --- a/assets/css/adminstyles.css +++ b/assets/css/adminstyles.css @@ -1 +1 @@ -.wp-admin .components-button.edit-post-fullscreen-mode-close.has-icon,.wp-admin .edit-post-fullscreen-mode-close_site-icon{background-color:#fff;filter:invert(1)}.site-icon-preview .app-icon-preview{background-color:#fff}.edit-post-visual-editor__content-area{/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */}.edit-post-visual-editor__content-area html{line-height:1.15;-webkit-text-size-adjust:100%}.edit-post-visual-editor__content-area body{margin:0}.edit-post-visual-editor__content-area main{display:block}.edit-post-visual-editor__content-area h1{font-size:2em;margin:0.67em 0}.edit-post-visual-editor__content-area hr{box-sizing:content-box;height:0;overflow:visible}.edit-post-visual-editor__content-area pre{font-family:monospace, monospace;font-size:1em}.edit-post-visual-editor__content-area a{background-color:transparent}.edit-post-visual-editor__content-area abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}.edit-post-visual-editor__content-area b,.edit-post-visual-editor__content-area strong{font-weight:bolder}.edit-post-visual-editor__content-area code,.edit-post-visual-editor__content-area kbd,.edit-post-visual-editor__content-area samp{font-family:monospace, monospace;font-size:1em}.edit-post-visual-editor__content-area small{font-size:80%}.edit-post-visual-editor__content-area sub,.edit-post-visual-editor__content-area sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.edit-post-visual-editor__content-area sub{bottom:-0.25em}.edit-post-visual-editor__content-area sup{top:-0.5em}.edit-post-visual-editor__content-area img{border-style:none}.edit-post-visual-editor__content-area button,.edit-post-visual-editor__content-area input,.edit-post-visual-editor__content-area optgroup,.edit-post-visual-editor__content-area select,.edit-post-visual-editor__content-area textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}.edit-post-visual-editor__content-area button,.edit-post-visual-editor__content-area input{overflow:visible}.edit-post-visual-editor__content-area button,.edit-post-visual-editor__content-area select{text-transform:none}.edit-post-visual-editor__content-area button,.edit-post-visual-editor__content-area [type="button"],.edit-post-visual-editor__content-area [type="reset"],.edit-post-visual-editor__content-area [type="submit"]{-webkit-appearance:button}.edit-post-visual-editor__content-area button::-moz-focus-inner,.edit-post-visual-editor__content-area [type="button"]::-moz-focus-inner,.edit-post-visual-editor__content-area [type="reset"]::-moz-focus-inner,.edit-post-visual-editor__content-area [type="submit"]::-moz-focus-inner{border-style:none;padding:0}.edit-post-visual-editor__content-area button:-moz-focusring,.edit-post-visual-editor__content-area [type="button"]:-moz-focusring,.edit-post-visual-editor__content-area [type="reset"]:-moz-focusring,.edit-post-visual-editor__content-area [type="submit"]:-moz-focusring{outline:1px dotted ButtonText}.edit-post-visual-editor__content-area fieldset{padding:0.35em 0.75em 0.625em}.edit-post-visual-editor__content-area legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.edit-post-visual-editor__content-area progress{vertical-align:baseline}.edit-post-visual-editor__content-area textarea{overflow:auto}.edit-post-visual-editor__content-area [type="checkbox"],.edit-post-visual-editor__content-area [type="radio"]{box-sizing:border-box;padding:0}.edit-post-visual-editor__content-area [type="number"]::-webkit-inner-spin-button,.edit-post-visual-editor__content-area [type="number"]::-webkit-outer-spin-button{height:auto}.edit-post-visual-editor__content-area [type="search"]{-webkit-appearance:textfield;outline-offset:-2px}.edit-post-visual-editor__content-area [type="search"]::-webkit-search-decoration{-webkit-appearance:none}.edit-post-visual-editor__content-area ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.edit-post-visual-editor__content-area details{display:block}.edit-post-visual-editor__content-area summary{display:list-item}.edit-post-visual-editor__content-area template{display:none}.edit-post-visual-editor__content-area [hidden]{display:none}.edit-post-visual-editor__content-area *,.edit-post-visual-editor__content-area *::before,.edit-post-visual-editor__content-area *::after{box-sizing:inherit}.edit-post-visual-editor__content-area html{box-sizing:border-box}.edit-post-visual-editor__content-area :root{--bubble-color-01: #ff5a69;--bubble-color-02: #ffcb1f;--bubble-color-03: #00d1ec;--bubble-color-04: #00f274}.edit-post-visual-editor__content-area body,.edit-post-visual-editor__content-area button,.edit-post-visual-editor__content-area input,.edit-post-visual-editor__content-area select,.edit-post-visual-editor__content-area optgroup,.edit-post-visual-editor__content-area textarea{color:#000;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1rem;line-height:1.3}.edit-post-visual-editor__content-area .hide{display:inline-block;margin:0;padding:0;min-width:unset;max-width:unset;width:0px;min-height:unset;max-height:unset;height:0px;font-size:0px;line-height:0px;text-decoration:none;border:0;background:none;background-color:transparent}@media screen{.edit-post-visual-editor__content-area h1,.edit-post-visual-editor__content-area h2,.edit-post-visual-editor__content-area h3,.edit-post-visual-editor__content-area h4,.edit-post-visual-editor__content-area h5,.edit-post-visual-editor__content-area h6,.edit-post-visual-editor__content-area .h1,.edit-post-visual-editor__content-area .h2,.edit-post-visual-editor__content-area .h3,.edit-post-visual-editor__content-area .h4,.edit-post-visual-editor__content-area .h5,.edit-post-visual-editor__content-area .h6{clear:both;line-height:1.1}.edit-post-visual-editor__content-area h1,.edit-post-visual-editor__content-area .h1{font-size:1.8rem}.edit-post-visual-editor__content-area h1.small,.edit-post-visual-editor__content-area .h1.small{font-size:1.5rem}.edit-post-visual-editor__content-area h2,.edit-post-visual-editor__content-area .h2{font-size:1.5rem}.edit-post-visual-editor__content-area h2.small,.edit-post-visual-editor__content-area .h2.small{font-size:1.2rem}.edit-post-visual-editor__content-area h3,.edit-post-visual-editor__content-area .h3{font-size:1.3rem}.edit-post-visual-editor__content-area h3.small,.edit-post-visual-editor__content-area .h3.small{font-size:1rem}.edit-post-visual-editor__content-area h4,.edit-post-visual-editor__content-area .h4{font-size:1.2rem;font-weight:500}.edit-post-visual-editor__content-area h4.small,.edit-post-visual-editor__content-area .h4.small{font-size:.9rem}.edit-post-visual-editor__content-area h5,.edit-post-visual-editor__content-area .h5{font-size:1.1rem;font-weight:500}.edit-post-visual-editor__content-area h5.small,.edit-post-visual-editor__content-area .h5.small{font-size:.8rem}.edit-post-visual-editor__content-area h6,.edit-post-visual-editor__content-area .h6{font-size:1.1rem;font-weight:100}.edit-post-visual-editor__content-area h6.small,.edit-post-visual-editor__content-area .h6.small{font-size:.8rem}.edit-post-visual-editor__content-area .site-main h1,.edit-post-visual-editor__content-area .site-main h2,.edit-post-visual-editor__content-area .site-main h3,.edit-post-visual-editor__content-area .site-main h4,.edit-post-visual-editor__content-area .site-main h5,.edit-post-visual-editor__content-area .site-main h6,.edit-post-visual-editor__content-area .site-main .h1,.edit-post-visual-editor__content-area .site-main .h2,.edit-post-visual-editor__content-area .site-main .h3,.edit-post-visual-editor__content-area .site-main .h4,.edit-post-visual-editor__content-area .site-main .h5,.edit-post-visual-editor__content-area .site-main .h6,.edit-post-visual-editor__content-area .site-main .entry-content{margin:0}.edit-post-visual-editor__content-area .single h1,.edit-post-visual-editor__content-area .single .h1{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.edit-post-visual-editor__content-area .home-featured h2,.edit-post-visual-editor__content-area .home-featured .h2{margin:1.2rem 0;font-size:2rem;line-height:1.2;border-bottom:0.6rem solid #000}}@media screen and (min-width: 48em){.edit-post-visual-editor__content-area h1,.edit-post-visual-editor__content-area .h1{font-size:3.5rem}.edit-post-visual-editor__content-area h2,.edit-post-visual-editor__content-area .h2{font-size:2.5rem}.edit-post-visual-editor__content-area h3,.edit-post-visual-editor__content-area .h3{font-size:1.5rem}.edit-post-visual-editor__content-area h4,.edit-post-visual-editor__content-area .h4{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.3rem}.edit-post-visual-editor__content-area h5,.edit-post-visual-editor__content-area .h5{font-size:1.3rem}.edit-post-visual-editor__content-area h6,.edit-post-visual-editor__content-area .h6{font-size:1.3rem}.edit-post-visual-editor__content-area .home-featured h2,.edit-post-visual-editor__content-area .home-featured .h2{font-size:3.5rem;border-bottom:0.8rem solid #000}}@media screen and (min-width: 1440px){.edit-post-visual-editor__content-area h1,.edit-post-visual-editor__content-area .h1{font-size:3.5rem}.edit-post-visual-editor__content-area h2,.edit-post-visual-editor__content-area .h2{font-size:2.5rem}.edit-post-visual-editor__content-area h3,.edit-post-visual-editor__content-area .h3{font-size:1.6rem}.edit-post-visual-editor__content-area h4,.edit-post-visual-editor__content-area .h4{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.4rem}.edit-post-visual-editor__content-area h5,.edit-post-visual-editor__content-area .h5{font-size:1.4rem}.edit-post-visual-editor__content-area h6,.edit-post-visual-editor__content-area .h6{font-size:1.4rem}.edit-post-visual-editor__content-area .home-featured h2,.edit-post-visual-editor__content-area .home-featured .h2{font-size:3.5rem;border-bottom:0.8rem solid #000}}.edit-post-visual-editor__content-area p{margin-bottom:1.5em}.edit-post-visual-editor__content-area dfn,.edit-post-visual-editor__content-area cite,.edit-post-visual-editor__content-area em,.edit-post-visual-editor__content-area i{font-style:italic}.edit-post-visual-editor__content-area blockquote{margin:0}.edit-post-visual-editor__content-area blockquote p{font-size:1.1rem}.edit-post-visual-editor__content-area address{margin:0 0 1.5em}.edit-post-visual-editor__content-area pre{background:#eee;font-family:"Courier 10 Pitch",courier,monospace;line-height:1.4;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}.edit-post-visual-editor__content-area code,.edit-post-visual-editor__content-area .code,.edit-post-visual-editor__content-area kbd,.edit-post-visual-editor__content-area tt,.edit-post-visual-editor__content-area var{font-family:monaco,consolas,"Andale Mono","DejaVu Sans Mono",monospace,mono;background-color:#eee}.edit-post-visual-editor__content-area abbr,.edit-post-visual-editor__content-area acronym{border-bottom:1px dotted #666;cursor:help}.edit-post-visual-editor__content-area mark,.edit-post-visual-editor__content-area ins{background:#fdfdfd;text-decoration:none}.edit-post-visual-editor__content-area big{font-size:125%}.edit-post-visual-editor__content-area .small{font-size:80%}@font-face{.edit-post-visual-editor__content-area{font-family:Neue Haas Grotesk Pro;src:url(assets/fonts/NeueHaasGroteskPro-45Light.eot);src:url(assets/fonts/NeueHaasGroteskPro-45Light.eot?#iefix) format(embedded-opentype),url(assets/fonts/NeueHaasGroteskPro-45Light.woff2) format(woff2),url(assets/fonts/NeueHaasGroteskPro-45Light.woff) format(woff),url(assets/fonts/NeueHaasGroteskPro-45Light.ttf) format(truetype),url(assets/fonts/NeueHaasGroteskPro-45Light.svg#NeueHaasGroteskPro-45Light) format(svg);font-weight:300;font-style:normal;font-display:swap}}@font-face{.edit-post-visual-editor__content-area{font-family:Neue Haas Grotesk Pro;src:url(assets/fonts/NeueHaasGroteskPro-55Roman.eot);src:url(assets/fonts/NeueHaasGroteskPro-55Roman.eot?#iefix) format(embedded-opentype),url(assets/fonts/NeueHaasGroteskPro-55Roman.woff2) format(woff2),url(assets/fonts/NeueHaasGroteskPro-55Roman.woff) format(woff),url(assets/fonts/NeueHaasGroteskPro-55Roman.ttf) format(truetype),url(assets/fonts/NeueHaasGroteskPro-55Roman.svg#NeueHaasGroteskPro-55Roman) format(svg);font-weight:500;font-style:normal;font-display:swap}}@font-face{.edit-post-visual-editor__content-area{font-family:Neue Haas Grotesk Pro;src:url(assets/fonts/NeueHaasGroteskPro-75Bold.eot);src:url(assets/fonts/NeueHaasGroteskPro-75Bold.eot?#iefix) format(embedded-opentype),url(assets/fonts/NeueHaasGroteskPro-75Bold.woff2) format(woff2),url(assets/fonts/NeueHaasGroteskPro-75Bold.woff) format(woff),url(assets/fonts/NeueHaasGroteskPro-75Bold.ttf) format(truetype),url(assets/fonts/NeueHaasGroteskPro-75Bold.svg#NeueHaasGroteskPro-75Bold) format(svg);font-weight:bold;font-style:normal;font-display:swap}}.edit-post-visual-editor__content-area body{background:none;position:relative}.edit-post-visual-editor__content-area .liquid-bubbles{overflow:hidden;float:left;position:fixed;top:0;left:0;z-index:-1000;width:100vw;height:100vh}@keyframes bubble-move{from{width:40vw;height:40vw;filter:blur(10rem)}to{width:90vw;height:20vw;filter:blur(20rem)}}.edit-post-visual-editor__content-area .bubbles{--size: 40vw;--position: -5vw;filter:blur(20rem);position:absolute;width:var(--size);height:var(--size);border-radius:20%;background:linear-gradient(var(--bgangle), var(--bgcolor), transparent)}.edit-post-visual-editor__content-area .bubbles.bubble-01{top:var(--position);left:var(--position);--bgcolor: var(--bubble-color-01);--bgangle: 135deg;animation:5s ease-in-out 2s infinite alternate bubble-move}.edit-post-visual-editor__content-area .bubbles.bubble-02{top:var(--position);right:var(--position);--bgcolor: var(--bubble-color-02);--bgangle: 225deg;animation:3s ease-in-out 0s infinite alternate bubble-move}.edit-post-visual-editor__content-area .bubbles.bubble-03{bottom:var(--position);left:var(--position);--bgcolor: var(--bubble-color-03);--bgangle: 45deg;animation:2s ease-in-out 3s infinite alternate bubble-move}.edit-post-visual-editor__content-area .bubbles.bubble-04{bottom:var(--position);right:var(--position);--bgcolor: var(--bubble-color-04);--bgangle: 325deg;animation:4s ease-in-out 1s infinite alternate bubble-move}.edit-post-visual-editor__content-area hr{background-color:#000;border:0;height:1px;margin-bottom:1.5em}.edit-post-visual-editor__content-area ul,.edit-post-visual-editor__content-area ol{margin:0;padding:0}.edit-post-visual-editor__content-area ul{list-style:none}.edit-post-visual-editor__content-area ol{list-style:decimal}.edit-post-visual-editor__content-area li>ul,.edit-post-visual-editor__content-area li>ol{margin-bottom:0;margin-left:0.5em}.edit-post-visual-editor__content-area dt{font-weight:700}.edit-post-visual-editor__content-area dd{margin:0 0 0.5em 0.5em;padding:0}.edit-post-visual-editor__content-area .home .xarxaprod-label,.edit-post-visual-editor__content-area article:not(.type-post) .xarxaprod-label{margin:0;padding:0;display:inline}.edit-post-visual-editor__content-area .home .xarxaprod-label li,.edit-post-visual-editor__content-area article:not(.type-post) .xarxaprod-label li{display:inline-block;margin:0.1em 0;padding:0.2em 0.2em 0 0.2em;color:#000;border:1px solid #000;background-color:none;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:.7rem}.edit-post-visual-editor__content-area .home .item-xxp_fund_call,.edit-post-visual-editor__content-area article:not(.type-post) .item-xxp_fund_call{display:block;margin:0.2rem 0}.edit-post-visual-editor__content-area .home .item-xxp_fund_call li,.edit-post-visual-editor__content-area article:not(.type-post) .item-xxp_fund_call li{font-size:1.2rem}.edit-post-visual-editor__content-area .home .item-xxp_fund_apply_text,.edit-post-visual-editor__content-area article:not(.type-post) .item-xxp_fund_apply_text{display:inline-block;margin:0.1em 0;padding:0.2em 0.2em 0 0.2em;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:.7rem;text-transform:uppercase}.edit-post-visual-editor__content-area .xarxaprod-faqs-types ul{margin:0}.edit-post-visual-editor__content-area .xarxaprod-faqs-types .cat-item{display:inline-block;margin:0.1em 0.5em 0.1em 0;padding:0.2em 0.2em 0 0.2em;color:#fff;background-color:#000;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.1rem;text-transform:uppercase}.edit-post-visual-editor__content-area .xarxaprod-faqs-types a{color:#fff;text-decoration:none}.edit-post-visual-editor__content-area .xarxaprod-faqs-types a:visited,.edit-post-visual-editor__content-area .xarxaprod-faqs-types a:hover{color:#fff}.edit-post-visual-editor__content-area .single-xarxaprod-ajut article:not(.type-post) .xarxaprod-label li{font-size:1.1rem}.edit-post-visual-editor__content-area .single-xarxaprod-ajut article:not(.type-post) .item-xxp_fund_apply_text{font-size:1.1rem}.edit-post-visual-editor__content-area embed,.edit-post-visual-editor__content-area iframe,.edit-post-visual-editor__content-area object{max-width:100%}.edit-post-visual-editor__content-area img{height:auto;max-width:100%}.edit-post-visual-editor__content-area figure{margin:1em 0}.edit-post-visual-editor__content-area table{margin:0 0 1.5em;width:100%}.edit-post-visual-editor__content-area a{color:#000;text-decoration:none}.edit-post-visual-editor__content-area a:visited{color:#000}.edit-post-visual-editor__content-area a:hover,.edit-post-visual-editor__content-area a:focus,.edit-post-visual-editor__content-area a:active{color:#333}.edit-post-visual-editor__content-area a:focus{outline:thin dotted}.edit-post-visual-editor__content-area a:hover,.edit-post-visual-editor__content-area a:active{outline:0}.edit-post-visual-editor__content-area button,.edit-post-visual-editor__content-area input[type="button"],.edit-post-visual-editor__content-area input[type="reset"],.edit-post-visual-editor__content-area input[type="submit"],.edit-post-visual-editor__content-area .button,.edit-post-visual-editor__content-area .wp-block-button__link{border:0;border-color:#000;border-radius:0;background:#000;color:#fff;line-height:1;padding:0.5em;margin:0}.edit-post-visual-editor__content-area button:hover,.edit-post-visual-editor__content-area input[type="button"]:hover,.edit-post-visual-editor__content-area input[type="reset"]:hover,.edit-post-visual-editor__content-area input[type="submit"]:hover,.edit-post-visual-editor__content-area .button:hover,.edit-post-visual-editor__content-area .wp-block-button__link:hover{border-color:#111;color:#fff}.edit-post-visual-editor__content-area button:visited,.edit-post-visual-editor__content-area input[type="button"]:visited,.edit-post-visual-editor__content-area input[type="reset"]:visited,.edit-post-visual-editor__content-area input[type="submit"]:visited,.edit-post-visual-editor__content-area .button:visited,.edit-post-visual-editor__content-area .wp-block-button__link:visited{color:#fff}.edit-post-visual-editor__content-area button:active,.edit-post-visual-editor__content-area button:focus,.edit-post-visual-editor__content-area input[type="button"]:active,.edit-post-visual-editor__content-area input[type="button"]:focus,.edit-post-visual-editor__content-area input[type="reset"]:active,.edit-post-visual-editor__content-area input[type="reset"]:focus,.edit-post-visual-editor__content-area input[type="submit"]:active,.edit-post-visual-editor__content-area input[type="submit"]:focus,.edit-post-visual-editor__content-area .button:active,.edit-post-visual-editor__content-area .button:focus,.edit-post-visual-editor__content-area .wp-block-button__link:active,.edit-post-visual-editor__content-area .wp-block-button__link:focus{border-color:#333;color:#fff}.edit-post-visual-editor__content-area .category-faq .button-more::before{content:"accedir"}.edit-post-visual-editor__content-area .xarxaprod-search-form{display:flex;margin:0.5rem 0}.edit-post-visual-editor__content-area .xarxaprod-search-form .search-field{padding:0.5em}.edit-post-visual-editor__content-area .xarxaprod-search-form .search-submit{z-index:10;margin:0rem;border:none;width:2.5rem;height:2.5rem;background:none;cursor:pointer;font-size:0px}.edit-post-visual-editor__content-area .xarxaprod-icon-search:before{position:absolute;padding:0;margin:0.2rem 0 0 -1.5rem;z-index:0;min-width:2.5rem;min-height:2.5rem;font-size:2rem;content:"\26b2";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.edit-post-visual-editor__content-area input[type="text"],.edit-post-visual-editor__content-area input[type="email"],.edit-post-visual-editor__content-area input[type="url"],.edit-post-visual-editor__content-area input[type="password"],.edit-post-visual-editor__content-area input[type="search"],.edit-post-visual-editor__content-area input[type="number"],.edit-post-visual-editor__content-area input[type="tel"],.edit-post-visual-editor__content-area input[type="range"],.edit-post-visual-editor__content-area input[type="date"],.edit-post-visual-editor__content-area input[type="month"],.edit-post-visual-editor__content-area input[type="week"],.edit-post-visual-editor__content-area input[type="time"],.edit-post-visual-editor__content-area input[type="datetime"],.edit-post-visual-editor__content-area input[type="datetime-local"],.edit-post-visual-editor__content-area input[type="color"],.edit-post-visual-editor__content-area textarea{color:#111;background-color:#eee;border:none;border-radius:0;width:100%;padding:0.3rem}.edit-post-visual-editor__content-area input[type="text"]:focus,.edit-post-visual-editor__content-area input[type="email"]:focus,.edit-post-visual-editor__content-area input[type="url"]:focus,.edit-post-visual-editor__content-area input[type="password"]:focus,.edit-post-visual-editor__content-area input[type="search"]:focus,.edit-post-visual-editor__content-area input[type="number"]:focus,.edit-post-visual-editor__content-area input[type="tel"]:focus,.edit-post-visual-editor__content-area input[type="range"]:focus,.edit-post-visual-editor__content-area input[type="date"]:focus,.edit-post-visual-editor__content-area input[type="month"]:focus,.edit-post-visual-editor__content-area input[type="week"]:focus,.edit-post-visual-editor__content-area input[type="time"]:focus,.edit-post-visual-editor__content-area input[type="datetime"]:focus,.edit-post-visual-editor__content-area input[type="datetime-local"]:focus,.edit-post-visual-editor__content-area input[type="color"]:focus,.edit-post-visual-editor__content-area textarea:focus{color:#000}.edit-post-visual-editor__content-area select{border:1px solid #000}.edit-post-visual-editor__content-area textarea{width:100%}@media screen{.edit-post-visual-editor__content-area html:not([data-scroll='0']) .site-header{background-color:#fff}.edit-post-visual-editor__content-area .site{display:grid;grid-template-columns:1fr minmax(0, 35em) minmax(0, 35em) 1fr;grid-auto-rows:min-content auto min-content min-content;grid-template-areas:"header" "main" "aside" "footer";margin:auto;padding:0;min-height:100vh}.edit-post-visual-editor__content-area .site>header{grid-column:1 / -1}.edit-post-visual-editor__content-area .site>main{grid-column:2 / 4}.edit-post-visual-editor__content-area .site>aside{grid-column:2 / 4;padding:4em 0}.edit-post-visual-editor__content-area .site>footer{grid-column:1 / -1}.edit-post-visual-editor__content-area .site-header{position:sticky;z-index:500;top:0;margin-bottom:2rem;grid-template-areas:"main" "secondary ";grid-template-columns:1fr minmax(0, 35em) minmax(0, 35em) 1fr;width:100vw;background-color:transparent}.edit-post-visual-editor__content-area .site-header .main{display:flex;flex-flow:column;align-items:initial;justify-content:space-between;z-index:900}.edit-post-visual-editor__content-area .site-header .secondary{display:flex;flex-flow:column;align-items:end}.edit-post-visual-editor__content-area .site-main{padding:0 1rem}.edit-post-visual-editor__content-area .site-footer{background:#000;color:#fff;margin-top:4em;padding:2em 4em}.edit-post-visual-editor__content-area .site-footer a{color:#fff}.edit-post-visual-editor__content-area .site-footer a:hover,.edit-post-visual-editor__content-area .site-footer a:visited,.edit-post-visual-editor__content-area .site-footer a:active{color:#fff}.edit-post-visual-editor__content-area .site-footer img{height:2.5em;margin:0 0.5em;filter:invert(1)}.edit-post-visual-editor__content-area .home-featured{padding:0 1rem}.edit-post-visual-editor__content-area .xarxaprod-destacats,.edit-post-visual-editor__content-area .xarxaprod-featured,.edit-post-visual-editor__content-area .xarxaprod-last-convos,.edit-post-visual-editor__content-area .xarxaprod-ultimes-convocatories,.edit-post-visual-editor__content-area .archive-posts{display:grid;grid-template-columns:repeat(1, 1fr);gap:1rem}}@media screen and (max-width: 48em){.edit-post-visual-editor__content-area .site-header{display:grid;grid-template-columns:1fr 1fr;padding:0.5rem 0;align-items:center}}@media screen and (min-width: 48em){.edit-post-visual-editor__content-area .site-header{display:grid;grid-template-columns:1fr minmax(0, 35em) minmax(0, 35em) 1fr;grid-template-areas:"main " "secondary ";margin:auto;padding:0}.edit-post-visual-editor__content-area .site-header .main{grid-column:2/4;flex-flow:row;align-items:center;width:100%}.edit-post-visual-editor__content-area .site-header .secondary{grid-column:2/4;align-items:center;width:100%}.edit-post-visual-editor__content-area .site-main{padding:0 2rem}.edit-post-visual-editor__content-area .home-featured{padding:0 2rem}.edit-post-visual-editor__content-area.single .site-main{width:45rem;margin:0 auto}.edit-post-visual-editor__content-area .xarxaprod-destacats,.edit-post-visual-editor__content-area .xarxaprod-featured,.edit-post-visual-editor__content-area .xarxaprod-last-convos,.edit-post-visual-editor__content-area .xarxaprod-ultimes-convocatories,.edit-post-visual-editor__content-area .archive-posts{grid-template-columns:repeat(3, 1fr)}.edit-post-visual-editor__content-area .xarxaprod-faqs-aside{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:hover,.edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:active,.edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:focus,.edit-post-visual-editor__content-area .xarxaprod-faqs-aside .xarxaprod-search-form:target{flex-grow:1}}@media screen and (min-width: 80em){.edit-post-visual-editor__content-area .site-main{padding:0}.edit-post-visual-editor__content-area .home-featured{padding:0}}@media screen{.edit-post-visual-editor__content-area .hide-content{display:block;width:0px;height:0px;margin:0;padding:0;overflow:hidden}.edit-post-visual-editor__content-area .custom-logo{min-width:11rem;margin:1rem}.edit-post-visual-editor__content-area .main-navigation ul,.edit-post-visual-editor__content-area .secondary-navigation ul{display:none;list-style:none;margin:0;padding-left:0}.edit-post-visual-editor__content-area .main-navigation ul ul.sub-menu,.edit-post-visual-editor__content-area .secondary-navigation ul ul.sub-menu{padding-top:0.5rem;padding-left:1rem}.edit-post-visual-editor__content-area .main-navigation li,.edit-post-visual-editor__content-area .secondary-navigation li{position:relative}.edit-post-visual-editor__content-area .main-navigation a,.edit-post-visual-editor__content-area .secondary-navigation a{display:flex;align-items:center;min-height:100%;padding:0 0.5rem;text-decoration:none;font-size:1rem}.edit-post-visual-editor__content-area .main-navigation .current_page_item>a,.edit-post-visual-editor__content-area .main-navigation .current-menu-item>a,.edit-post-visual-editor__content-area .main-navigation .current_page_ancestor>a,.edit-post-visual-editor__content-area .main-navigation .current-menu-ancestor>a,.edit-post-visual-editor__content-area .secondary-navigation .current_page_item>a,.edit-post-visual-editor__content-area .secondary-navigation .current-menu-item>a,.edit-post-visual-editor__content-area .secondary-navigation .current_page_ancestor>a,.edit-post-visual-editor__content-area .secondary-navigation .current-menu-ancestor>a{text-decoration:underline}.edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"],.edit-post-visual-editor__content-area .main-navigation a[href^="http://xarxaprod.cat"],.edit-post-visual-editor__content-area .main-navigation a[href^="https://xarxaprod.cat"]{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;border-left:1px solid #000}.edit-post-visual-editor__content-area .secondary-navigation{padding:0 1em 1em 0}.edit-post-visual-editor__content-area .secondary-navigation ul{display:inline-block}.edit-post-visual-editor__content-area .secondary-navigation ul li{padding:0.5em 0}.edit-post-visual-editor__content-area .secondary-navigation a{text-transform:uppercase}.edit-post-visual-editor__content-area .toggle-secondary-navigation .show-mobile{display:inherit}.edit-post-visual-editor__content-area .toggle,.edit-post-visual-editor__content-area .toggled-menu{display:none}.edit-post-visual-editor__content-area .toggle:checked+.toggled-menu{display:block;position:absolute;left:0;top:0;width:100%;height:100vh;margin-top:0;padding:0 2rem}.edit-post-visual-editor__content-area .toggle-show{position:relative;display:inline-block;width:1.8em;height:1.4em;margin-right:0.3em;border-top:0.3em solid #000;border-bottom:0.3em solid #000}.edit-post-visual-editor__content-area .toggle-show::before{content:"";position:absolute;top:0.3em;left:0;width:100%;border-top:0.3em solid #000}.edit-post-visual-editor__content-area .toggle-hide{display:flex;justify-content:end;margin-right:-0.5em}.edit-post-visual-editor__content-area .toggle-hide::after{content:"x";padding:0;font-size:3rem;font-weight:bold}.edit-post-visual-editor__content-area .main-navigation.toggled ul{display:block}.edit-post-visual-editor__content-area .main-navigation.toggled .main-navigation-content{display:inline-block;position:absolute;top:5rem;left:0;width:100%;height:calc(100vh - 5rem);padding:3rem;background-color:#fff}}@media screen and (max-width: 47.99em){.edit-post-visual-editor__content-area .main-navigation-content{text-transform:uppercase}.edit-post-visual-editor__content-area .main-navigation-content li{padding:0.5rem 0}.edit-post-visual-editor__content-area .secondary-navigation-content{padding:4rem 2rem}}@media screen and (min-width: 48em){.edit-post-visual-editor__content-area .custom-logo{min-width:11rem;margin:1rem 1rem 1rem 0}.edit-post-visual-editor__content-area .menu-toggle{display:none}.edit-post-visual-editor__content-area .main-navigation ul,.edit-post-visual-editor__content-area .secondary-navigation ul{display:flex}.edit-post-visual-editor__content-area .main-navigation ul ul,.edit-post-visual-editor__content-area .secondary-navigation ul ul{background-color:rgba(255,255,255,0.8);float:left;position:absolute;top:100%;left:-999em;z-index:99999}.edit-post-visual-editor__content-area .main-navigation ul ul ul,.edit-post-visual-editor__content-area .secondary-navigation ul ul ul{left:-999em;top:0}.edit-post-visual-editor__content-area .main-navigation ul ul li:hover>ul,.edit-post-visual-editor__content-area .main-navigation ul ul li.focus>ul,.edit-post-visual-editor__content-area .secondary-navigation ul ul li:hover>ul,.edit-post-visual-editor__content-area .secondary-navigation ul ul li.focus>ul{display:block;left:4em;top:1em}.edit-post-visual-editor__content-area .main-navigation ul ul a,.edit-post-visual-editor__content-area .secondary-navigation ul ul a{width:200px}.edit-post-visual-editor__content-area .main-navigation ul li:hover>ul,.edit-post-visual-editor__content-area .main-navigation ul li.focus>ul,.edit-post-visual-editor__content-area .secondary-navigation ul li:hover>ul,.edit-post-visual-editor__content-area .secondary-navigation ul li.focus>ul{left:auto}.edit-post-visual-editor__content-area .main-navigation a,.edit-post-visual-editor__content-area .secondary-navigation a{padding:0 0.5rem}.edit-post-visual-editor__content-area .main-navigation{padding-bottom:1em}.edit-post-visual-editor__content-area .main-navigation ul{justify-content:end}.edit-post-visual-editor__content-area .main-navigation ul ul.sub-menu{flex-direction:column;padding:1rem}.edit-post-visual-editor__content-area .main-navigation ul ul.sub-menu li{margin:0.5rem 0}.edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"],.edit-post-visual-editor__content-area .main-navigation a[href^="http://xarxaprod.cat"],.edit-post-visual-editor__content-area .main-navigation a[href^="https://xarxaprod.cat"]{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;border-left:none}.edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"]::after,.edit-post-visual-editor__content-area .main-navigation a[href^="http://xarxaprod.cat"]::after,.edit-post-visual-editor__content-area .main-navigation a[href^="https://xarxaprod.cat"]::after,.edit-post-visual-editor__content-area .main-navigation .current-menu-item a::after{display:inline-block;content:"";position:absolute;left:5%;min-height:2px;height:100%;width:90%;margin-top:2.3em}.edit-post-visual-editor__content-area .secondary-navigation{padding:1.5em 0}.edit-post-visual-editor__content-area .menu-item-has-children{padding-right:0.5em}.edit-post-visual-editor__content-area .menu-item-has-children::after{content:"";display:inline-block;position:absolute;top:40%;right:0.3em;width:0.3em;height:0.3em;border:1px solid #000;border-top:none;border-left:none;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.edit-post-visual-editor__content-area .toggle-secondary-navigation .show-mobile,.edit-post-visual-editor__content-area .toggle-secondary-navigation .hide-not-mobile{display:none}.edit-post-visual-editor__content-area .toggled-menu{display:inherit}}.site-main .edit-post-visual-editor__content-area .comment-navigation,.site-main .edit-post-visual-editor__content-area .posts-navigation,.site-main .edit-post-visual-editor__content-area .post-navigation{margin:0 0 1.5em;align-self:end}.edit-post-visual-editor__content-area .comment-navigation .nav-links,.edit-post-visual-editor__content-area .posts-navigation .nav-links,.edit-post-visual-editor__content-area .post-navigation .nav-links{display:flex}.edit-post-visual-editor__content-area .comment-navigation .nav-previous,.edit-post-visual-editor__content-area .posts-navigation .nav-previous,.edit-post-visual-editor__content-area .post-navigation .nav-previous{flex:1 0 50%}.edit-post-visual-editor__content-area .comment-navigation .nav-next,.edit-post-visual-editor__content-area .posts-navigation .nav-next,.edit-post-visual-editor__content-area .post-navigation .nav-next{flex:1 0 50%}@media screen and (min-width: 80em){.edit-post-visual-editor__content-area .main-navigation .toggle-sidebar-segona .show-mobile,.edit-post-visual-editor__content-area .main-navigation .toggle-sidebar-segona .hide-not-mobile,.edit-post-visual-editor__content-area .secondary-navigation .toggle-sidebar-segona .show-mobile,.edit-post-visual-editor__content-area .secondary-navigation .toggle-sidebar-segona .hide-not-mobile{display:none}.edit-post-visual-editor__content-area .main-navigation a,.edit-post-visual-editor__content-area .secondary-navigation a{padding:0 1rem}.edit-post-visual-editor__content-area .main-navigation{padding-bottom:0}.edit-post-visual-editor__content-area .main-navigation a[href^="http://localhost"]::after,.edit-post-visual-editor__content-area .main-navigation a[href^="http://xarxaprod.cat"]::after,.edit-post-visual-editor__content-area .main-navigation a[href^="https://xarxaprod.cat"]::after,.edit-post-visual-editor__content-area .main-navigation .current-menu-item a::after{margin-top:5em}}@media screen{.edit-post-visual-editor__content-area .sticky{display:block}.edit-post-visual-editor__content-area .post,.edit-post-visual-editor__content-area .page{margin:0}.edit-post-visual-editor__content-area .updated:not(.published){display:none}.edit-post-visual-editor__content-area .page-content,.edit-post-visual-editor__content-area .entry-content,.edit-post-visual-editor__content-area .entry-summary{margin:1.5em 0 0}.edit-post-visual-editor__content-area .page-links{clear:both;margin:0 0 1.5em}.edit-post-visual-editor__content-area .xarxaprod-card-each{display:flex;flex-direction:column}.edit-post-visual-editor__content-area .xarxaprod-card-each .entry-title,.edit-post-visual-editor__content-area .xarxaprod-card-each h6{border-bottom:1px solid #000;margin:0;padding:0.5rem 0}.edit-post-visual-editor__content-area .xarxaprod-card-each p{padding:0.5rem 0;margin:0}.edit-post-visual-editor__content-area .xarxaprod-card-each .more-link{margin-top:2rem}.edit-post-visual-editor__content-area .xarxaprod-fund-info-fields,.edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields{display:grid}.edit-post-visual-editor__content-area .xarxaprod-fund-info-fields .xarxaprod-fund-info-field,.edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields .xarxaprod-fund-info-field{padding-bottom:1rem;border-bottom:1px solid #000}.edit-post-visual-editor__content-area .xarxaprod-fund-info-fields h6,.edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields h6{font-size:2.4rem;font-variant:all-petite-caps}.edit-post-visual-editor__content-area .xarxaprod-fund-info-fields p,.edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields p{margin:0.5rem 0 0 0}.edit-post-visual-editor__content-area .xarxaprod-fund-info-fields li,.edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields li{font-size:1.3rem}.edit-post-visual-editor__content-area .xarxaprod-fund-info-contact-fields .xarxaprod-fund-info-field{margin:0}.edit-post-visual-editor__content-area .xarxaprod-fund-info-fields .xarxaprod-fund-info-field{margin:1rem 0 0.5rem 0}.edit-post-visual-editor__content-area .xarxaprod-funder-name,.edit-post-visual-editor__content-area .xarxaprod-fund-contact-name,.edit-post-visual-editor__content-area .xarxaprod-fund-web{display:flex;margin:0;padding:0;font-variant:all-petite-caps;font-size:1.1rem;line-height:0.9;align-items:center}.edit-post-visual-editor__content-area .xarxaprod-funder-name a,.edit-post-visual-editor__content-area .xarxaprod-fund-contact-name a,.edit-post-visual-editor__content-area .xarxaprod-fund-web a{text-decoration:none;font-size:0.8rem}.edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each{display:flex;flex-direction:row-reverse;justify-content:space-between;padding:1em 0;border-bottom:0.1em solid #000}.edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each:first-of-type{border-top:0.1em solid #000}.edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each header,.edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each .entry-header{width:60%}.edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each .entry-title,.edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each h6{border-bottom:none}.edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each p{font-size:1.5em}.edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each .activity-organizer,.edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each .organiza-activitat{width:24%}.edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each .agenda-date,.edit-post-visual-editor__content-area .xarxaprod-agenda .xarxaprod-card-each .agenda-data{width:15%}.edit-post-visual-editor__content-area .xarxaprod-filtered-content{display:grid;grid-template-columns:1fr}.edit-post-visual-editor__content-area .xarxaprod-filters section{margin:1em 0}.edit-post-visual-editor__content-area .xarxaprod-filters section .filter{display:none}.edit-post-visual-editor__content-area .xarxaprod-filters .button-more{width:100%;max-width:11.7em}.edit-post-visual-editor__content-area .xarxaprod-filters .button-more::after{margin-left:1rem}.edit-post-visual-editor__content-area .archive-posts{grid-template-columns:repeat(1, minmax(0, 1fr))}.edit-post-visual-editor__content-area .xarxaprod-titol-opcions{display:inline-block;width:100%;max-width:13em;margin-bottom:0;margin-bottom:1rem;padding:0.6em 1em 0.4em;clear:both;cursor:pointer;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:.9rem;border:1px solid #000;text-transform:uppercase}.edit-post-visual-editor__content-area .xarxaprod-titol-opcions:after{content:">";display:inline;float:right}.edit-post-visual-editor__content-area .xarxaprod-titol-opcions:hover:after{transform:rotate(90deg);animation:rotate 0.5s}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(90deg)}}}@media screen and (max-width: 48em){.edit-post-visual-editor__content-area .post,.edit-post-visual-editor__content-area .page{margin:0 0 1em}.edit-post-visual-editor__content-area .xarxaprod-filters section{display:block}.edit-post-visual-editor__content-area .xarxaprod-filters section h5{display:block;width:100%}.edit-post-visual-editor__content-area .xarxaprod-filters section .filter{display:inline-block;width:45%;margin-top:0.5rem;margin-right:0.3em;float:left}.edit-post-visual-editor__content-area .xarxaprod-filters section .filter:last-of-type{margin-bottom:2rem}}@media screen and (min-width: 48em){.edit-post-visual-editor__content-area .xarxaprod-filters{padding-right:2em}.edit-post-visual-editor__content-area .xarxaprod-filters section,.edit-post-visual-editor__content-area .xarxaprod-filters xarxaprod-filtered-calls{margin:1em 0}.edit-post-visual-editor__content-area .xarxaprod-filtered-content{grid-template-columns:1fr 2fr}.edit-post-visual-editor__content-area .archive-posts{grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:3em}}@media screen and (min-width: 80em){.edit-post-visual-editor__content-area .xarxaprod-filtered-content{grid-template-columns:1fr 3fr}.edit-post-visual-editor__content-area .archive-posts{grid-template-columns:repeat(3, minmax(0, 1fr))}}.edit-post-visual-editor__content-area .comment-content a{word-wrap:break-word}.edit-post-visual-editor__content-area .bypostauthor{display:block}.edit-post-visual-editor__content-area .widget{margin:0 0 1.5em}.edit-post-visual-editor__content-area .widget select{max-width:100%}.edit-post-visual-editor__content-area .page-content .wp-smiley,.edit-post-visual-editor__content-area .entry-content .wp-smiley,.edit-post-visual-editor__content-area .comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.edit-post-visual-editor__content-area .custom-logo-link{display:inline-block}.edit-post-visual-editor__content-area .wp-caption{margin-bottom:1.5em;max-width:100%}.edit-post-visual-editor__content-area .wp-caption img[class*="wp-image-"]{display:block;margin-left:auto;margin-right:auto}.edit-post-visual-editor__content-area .wp-caption .wp-caption-text{margin:0.8075em 0}.edit-post-visual-editor__content-area .wp-caption-text{text-align:center}.edit-post-visual-editor__content-area .gallery{margin-bottom:1.5em;display:grid;grid-gap:1.5em}.edit-post-visual-editor__content-area .gallery-item{display:inline-block;text-align:center;width:100%}.edit-post-visual-editor__content-area .gallery-columns-2{grid-template-columns:repeat(2, 1fr)}.edit-post-visual-editor__content-area .gallery-columns-3{grid-template-columns:repeat(3, 1fr)}.edit-post-visual-editor__content-area .gallery-columns-4{grid-template-columns:repeat(4, 1fr)}.edit-post-visual-editor__content-area .gallery-columns-5{grid-template-columns:repeat(5, 1fr)}.edit-post-visual-editor__content-area .gallery-columns-6{grid-template-columns:repeat(6, 1fr)}.edit-post-visual-editor__content-area .gallery-columns-7{grid-template-columns:repeat(7, 1fr)}.edit-post-visual-editor__content-area .gallery-columns-8{grid-template-columns:repeat(8, 1fr)}.edit-post-visual-editor__content-area .gallery-columns-9{grid-template-columns:repeat(9, 1fr)}.edit-post-visual-editor__content-area .gallery-caption{display:block}.edit-post-visual-editor__content-area .infinite-scroll .posts-navigation,.edit-post-visual-editor__content-area .infinite-scroll.neverending .site-footer{display:none}.edit-post-visual-editor__content-area .infinity-end.neverending .site-footer{display:block}.edit-post-visual-editor__content-area .black-blocs{padding:1rem 0;gap:1rem}.edit-post-visual-editor__content-area .black-blocs .wp-block-column{align-self:auto;display:flex;flex-direction:column;position:relative;min-height:17rem;padding:1rem}.edit-post-visual-editor__content-area .black-blocs .wp-block-column h1,.edit-post-visual-editor__content-area .black-blocs .wp-block-column h2,.edit-post-visual-editor__content-area .black-blocs .wp-block-column h3,.edit-post-visual-editor__content-area .black-blocs .wp-block-column h4,.edit-post-visual-editor__content-area .black-blocs .wp-block-column h5,.edit-post-visual-editor__content-area .black-blocs .wp-block-column h6{min-height:4.8rem;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:2rem;line-height:1.04}.edit-post-visual-editor__content-area .black-blocs .wp-block-column p{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:.9rem}.edit-post-visual-editor__content-area .black-blocs .wp-block-column a{color:#fff;text-decoration:none}.edit-post-visual-editor__content-area .black-blocs .wp-block-column a::after{content:"+";position:absolute;bottom:0rem;left:0.7rem;font-size:5rem}.edit-post-visual-editor__content-area .black-blocs .wp-block-column a:hover::after{content:">"}.edit-post-visual-editor__content-area .wpcf7-not-valid:not(:focus){background-color:#ff686e}.edit-post-visual-editor__content-area .wpcf7-not-valid-tip{color:#ff686e}.edit-post-visual-editor__content-area .wpcf7 form.invalid .wpcf7-response-output,.edit-post-visual-editor__content-area .wpcf7 form.unaccepted .wpcf7-response-output,.edit-post-visual-editor__content-area .wpcf7 form.payment-required .wpcf7-response-output{border-color:#f6cc4c;background-color:#f6cc4c;color:#fff;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-weight:bold;text-align:center;margin:0em;padding:0rem}.edit-post-visual-editor__content-area .wpcf7-form .wpcf7-submit{margin-left:1rem}.edit-post-visual-editor__content-area .wpcf7-form .wpcf7-spinner{margin:0 -24px 0 0}.edit-post-visual-editor__content-area .wpcf7-list-item-label{margin:0 0.3rem}.edit-post-visual-editor__content-area .contactform{margin-bottom:1rem}.edit-post-visual-editor__content-area .contactform br{display:none}.edit-post-visual-editor__content-area .contactform p{display:block;break-inside:avoid-column;margin-top:0}.edit-post-visual-editor__content-area .contactform .break-after-column,.edit-post-visual-editor__content-area .contactform .saltar-columna{break-after:column}.edit-post-visual-editor__content-area .contactform-consultoria .contactform-name,.edit-post-visual-editor__content-area .contactform-consultoria .contactform-email{max-width:40%;display:inline-block}.edit-post-visual-editor__content-area .contactform-consultoria .contactform-name{float:left}.edit-post-visual-editor__content-area .contactform-consultoria .contactform-email{float:right;margin-bottom:1rem}.edit-post-visual-editor__content-area .contactform-acceptance{display:flex;align-items:center;justify-content:end}.edit-post-visual-editor__content-area .contactform-fund-info{display:inline-block;column-count:2;column-gap:2em;width:100%}.edit-post-visual-editor__content-area .contactform-fund-info .contactform-descripcio textarea{display:inline-block;min-height:15.5em}.edit-post-visual-editor__content-area .contactform-fund-options{display:flex;justify-content:space-between}.edit-post-visual-editor__content-area .contactform-fund-options p{display:inline-block}.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-list-item{display:block}.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-list-item label{display:flex;flex-direction:row-reverse;justify-content:left}.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"],.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]{display:block}.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"] input[type="date"],.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] input[type="date"]{width:auto;background-color:#fff}.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before,.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before{display:inline-block;width:2rem}.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before{content:"inici: "}.edit-post-visual-editor__content-area .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before{content:"fi: "}.edit-post-visual-editor__content-area .home [id*="gutenslider"]{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.edit-post-visual-editor__content-area .screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}.edit-post-visual-editor__content-area .screen-reader-text:focus{background-color:none;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;clip-path:none;color:#000;display:block;font-size:0.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.edit-post-visual-editor__content-area #primary[tabindex="-1"]:focus{outline:0}.edit-post-visual-editor__content-area .alignleft{float:left;margin-right:1.5em;margin-bottom:1.5em}.edit-post-visual-editor__content-area .alignright{float:right;margin-left:1.5em;margin-bottom:1.5em}.edit-post-visual-editor__content-area .aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;margin-bottom:1.5em}.edit-post-visual-editor__content-area :where(.wp-block){max-width:80rem}.edit-post-visual-editor__content-area .black-blocs .wp-block-column a::after{display:none}.editor-styles-wrapper .wp-block-button__link{color:#000 !important;background-color:#fff !important;border-radius:0 !important;box-shadow:none !important;text-decoration:none !important;padding:0.6em 1em 0.4em !important;font-size:inherit !important}@font-face{font-family:Neue Haas Grotesk Pro;src:url(assets/fonts/NeueHaasGroteskPro-45Light.eot);src:url(assets/fonts/NeueHaasGroteskPro-45Light.eot?#iefix) format(embedded-opentype),url(assets/fonts/NeueHaasGroteskPro-45Light.woff2) format(woff2),url(assets/fonts/NeueHaasGroteskPro-45Light.woff) format(woff),url(assets/fonts/NeueHaasGroteskPro-45Light.ttf) format(truetype),url(assets/fonts/NeueHaasGroteskPro-45Light.svg#NeueHaasGroteskPro-45Light) format(svg);font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Grotesk Pro;src:url(assets/fonts/NeueHaasGroteskPro-55Roman.eot);src:url(assets/fonts/NeueHaasGroteskPro-55Roman.eot?#iefix) format(embedded-opentype),url(assets/fonts/NeueHaasGroteskPro-55Roman.woff2) format(woff2),url(assets/fonts/NeueHaasGroteskPro-55Roman.woff) format(woff),url(assets/fonts/NeueHaasGroteskPro-55Roman.ttf) format(truetype),url(assets/fonts/NeueHaasGroteskPro-55Roman.svg#NeueHaasGroteskPro-55Roman) format(svg);font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Grotesk Pro;src:url(assets/fonts/NeueHaasGroteskPro-75Bold.eot);src:url(assets/fonts/NeueHaasGroteskPro-75Bold.eot?#iefix) format(embedded-opentype),url(assets/fonts/NeueHaasGroteskPro-75Bold.woff2) format(woff2),url(assets/fonts/NeueHaasGroteskPro-75Bold.woff) format(woff),url(assets/fonts/NeueHaasGroteskPro-75Bold.ttf) format(truetype),url(assets/fonts/NeueHaasGroteskPro-75Bold.svg#NeueHaasGroteskPro-75Bold) format(svg);font-weight:bold;font-style:normal;font-display:swap} +.wp-admin .components-button.edit-post-fullscreen-mode-close.has-icon,.wp-admin .edit-post-fullscreen-mode-close_site-icon{background-color:#fff;filter:invert(1)}.site-icon-preview .app-icon-preview{background-color:#fff}.edit-post-visual-editor__content-area .editor-styles-wrapper{/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.edit-post-visual-editor__content-area .editor-styles-wrapper html{line-height:1.15;-webkit-text-size-adjust:100%}.edit-post-visual-editor__content-area .editor-styles-wrapper body{margin:0}.edit-post-visual-editor__content-area .editor-styles-wrapper main{display:block}.edit-post-visual-editor__content-area .editor-styles-wrapper h1{font-size:2em;margin:0.67em 0}.edit-post-visual-editor__content-area .editor-styles-wrapper hr{box-sizing:content-box;height:0;overflow:visible}.edit-post-visual-editor__content-area .editor-styles-wrapper pre{font-family:monospace, monospace;font-size:1em}.edit-post-visual-editor__content-area .editor-styles-wrapper a{background-color:transparent}.edit-post-visual-editor__content-area .editor-styles-wrapper abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}.edit-post-visual-editor__content-area .editor-styles-wrapper b,.edit-post-visual-editor__content-area .editor-styles-wrapper strong{font-weight:bolder}.edit-post-visual-editor__content-area .editor-styles-wrapper code,.edit-post-visual-editor__content-area .editor-styles-wrapper kbd,.edit-post-visual-editor__content-area .editor-styles-wrapper samp{font-family:monospace, monospace;font-size:1em}.edit-post-visual-editor__content-area .editor-styles-wrapper small{font-size:80%}.edit-post-visual-editor__content-area .editor-styles-wrapper sub,.edit-post-visual-editor__content-area .editor-styles-wrapper sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.edit-post-visual-editor__content-area .editor-styles-wrapper sub{bottom:-0.25em}.edit-post-visual-editor__content-area .editor-styles-wrapper sup{top:-0.5em}.edit-post-visual-editor__content-area .editor-styles-wrapper img{border-style:none}.edit-post-visual-editor__content-area .editor-styles-wrapper button,.edit-post-visual-editor__content-area .editor-styles-wrapper input,.edit-post-visual-editor__content-area .editor-styles-wrapper optgroup,.edit-post-visual-editor__content-area .editor-styles-wrapper select,.edit-post-visual-editor__content-area .editor-styles-wrapper textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}.edit-post-visual-editor__content-area .editor-styles-wrapper button,.edit-post-visual-editor__content-area .editor-styles-wrapper input{overflow:visible}.edit-post-visual-editor__content-area .editor-styles-wrapper button,.edit-post-visual-editor__content-area .editor-styles-wrapper select{text-transform:none}.edit-post-visual-editor__content-area .editor-styles-wrapper button,.edit-post-visual-editor__content-area .editor-styles-wrapper [type="button"],.edit-post-visual-editor__content-area .editor-styles-wrapper [type="reset"],.edit-post-visual-editor__content-area .editor-styles-wrapper [type="submit"]{-webkit-appearance:button}.edit-post-visual-editor__content-area .editor-styles-wrapper button::-moz-focus-inner,.edit-post-visual-editor__content-area .editor-styles-wrapper [type="button"]::-moz-focus-inner,.edit-post-visual-editor__content-area .editor-styles-wrapper [type="reset"]::-moz-focus-inner,.edit-post-visual-editor__content-area .editor-styles-wrapper [type="submit"]::-moz-focus-inner{border-style:none;padding:0}.edit-post-visual-editor__content-area .editor-styles-wrapper button:-moz-focusring,.edit-post-visual-editor__content-area .editor-styles-wrapper [type="button"]:-moz-focusring,.edit-post-visual-editor__content-area .editor-styles-wrapper [type="reset"]:-moz-focusring,.edit-post-visual-editor__content-area .editor-styles-wrapper [type="submit"]:-moz-focusring{outline:1px dotted ButtonText}.edit-post-visual-editor__content-area .editor-styles-wrapper fieldset{padding:0.35em 0.75em 0.625em}.edit-post-visual-editor__content-area .editor-styles-wrapper legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.edit-post-visual-editor__content-area .editor-styles-wrapper progress{vertical-align:baseline}.edit-post-visual-editor__content-area .editor-styles-wrapper textarea{overflow:auto}.edit-post-visual-editor__content-area .editor-styles-wrapper [type="checkbox"],.edit-post-visual-editor__content-area .editor-styles-wrapper [type="radio"]{box-sizing:border-box;padding:0}.edit-post-visual-editor__content-area .editor-styles-wrapper [type="number"]::-webkit-inner-spin-button,.edit-post-visual-editor__content-area .editor-styles-wrapper [type="number"]::-webkit-outer-spin-button{height:auto}.edit-post-visual-editor__content-area .editor-styles-wrapper [type="search"]{-webkit-appearance:textfield;outline-offset:-2px}.edit-post-visual-editor__content-area .editor-styles-wrapper [type="search"]::-webkit-search-decoration{-webkit-appearance:none}.edit-post-visual-editor__content-area .editor-styles-wrapper ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.edit-post-visual-editor__content-area .editor-styles-wrapper details{display:block}.edit-post-visual-editor__content-area .editor-styles-wrapper summary{display:list-item}.edit-post-visual-editor__content-area .editor-styles-wrapper template{display:none}.edit-post-visual-editor__content-area .editor-styles-wrapper [hidden]{display:none}.edit-post-visual-editor__content-area .editor-styles-wrapper *,.edit-post-visual-editor__content-area .editor-styles-wrapper *::before,.edit-post-visual-editor__content-area .editor-styles-wrapper *::after{box-sizing:inherit}.edit-post-visual-editor__content-area .editor-styles-wrapper html{box-sizing:border-box}.edit-post-visual-editor__content-area .editor-styles-wrapper :root{--bubble-color-01: #ff5a69;--bubble-color-02: #ffcb1f;--bubble-color-03: #00d1ec;--bubble-color-04: #00f274}.edit-post-visual-editor__content-area .editor-styles-wrapper body,.edit-post-visual-editor__content-area .editor-styles-wrapper button,.edit-post-visual-editor__content-area .editor-styles-wrapper input,.edit-post-visual-editor__content-area .editor-styles-wrapper select,.edit-post-visual-editor__content-area .editor-styles-wrapper optgroup,.edit-post-visual-editor__content-area .editor-styles-wrapper textarea{color:#000;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1rem;line-height:1.3}.edit-post-visual-editor__content-area .editor-styles-wrapper .hide{display:inline-block;margin:0;padding:0;min-width:unset;max-width:unset;width:0px;min-height:unset;max-height:unset;height:0px;font-size:0px;line-height:0px;text-decoration:none;border:0;background:none;background-color:transparent}@media screen{.edit-post-visual-editor__content-area .editor-styles-wrapper h1,.edit-post-visual-editor__content-area .editor-styles-wrapper h2,.edit-post-visual-editor__content-area .editor-styles-wrapper h3,.edit-post-visual-editor__content-area .editor-styles-wrapper h4,.edit-post-visual-editor__content-area .editor-styles-wrapper h5,.edit-post-visual-editor__content-area .editor-styles-wrapper h6,.edit-post-visual-editor__content-area .editor-styles-wrapper .h1,.edit-post-visual-editor__content-area .editor-styles-wrapper .h2,.edit-post-visual-editor__content-area .editor-styles-wrapper .h3,.edit-post-visual-editor__content-area .editor-styles-wrapper .h4,.edit-post-visual-editor__content-area .editor-styles-wrapper .h5,.edit-post-visual-editor__content-area .editor-styles-wrapper .h6{clear:both;line-height:1.1}.edit-post-visual-editor__content-area .editor-styles-wrapper h1,.edit-post-visual-editor__content-area .editor-styles-wrapper .h1{font-size:1.8rem}.edit-post-visual-editor__content-area .editor-styles-wrapper h1.small,.edit-post-visual-editor__content-area .editor-styles-wrapper .h1.small{font-size:1.5rem}.edit-post-visual-editor__content-area .editor-styles-wrapper h2,.edit-post-visual-editor__content-area .editor-styles-wrapper .h2{font-size:1.5rem}.edit-post-visual-editor__content-area .editor-styles-wrapper h2.small,.edit-post-visual-editor__content-area .editor-styles-wrapper .h2.small{font-size:1.2rem}.edit-post-visual-editor__content-area .editor-styles-wrapper h3,.edit-post-visual-editor__content-area .editor-styles-wrapper .h3{font-size:1.3rem}.edit-post-visual-editor__content-area .editor-styles-wrapper h3.small,.edit-post-visual-editor__content-area .editor-styles-wrapper .h3.small{font-size:1rem}.edit-post-visual-editor__content-area .editor-styles-wrapper h4,.edit-post-visual-editor__content-area .editor-styles-wrapper .h4{font-size:1.2rem;font-weight:500}.edit-post-visual-editor__content-area .editor-styles-wrapper h4.small,.edit-post-visual-editor__content-area .editor-styles-wrapper .h4.small{font-size:.9rem}.edit-post-visual-editor__content-area .editor-styles-wrapper h5,.edit-post-visual-editor__content-area .editor-styles-wrapper .h5{font-size:1.1rem;font-weight:500}.edit-post-visual-editor__content-area .editor-styles-wrapper h5.small,.edit-post-visual-editor__content-area .editor-styles-wrapper .h5.small{font-size:.8rem}.edit-post-visual-editor__content-area .editor-styles-wrapper h6,.edit-post-visual-editor__content-area .editor-styles-wrapper .h6{font-size:1.1rem;font-weight:100}.edit-post-visual-editor__content-area .editor-styles-wrapper h6.small,.edit-post-visual-editor__content-area .editor-styles-wrapper .h6.small{font-size:.8rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main h1,.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main h2,.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main h3,.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main h4,.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main h5,.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main h6,.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main .h1,.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main .h2,.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main .h3,.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main .h4,.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main .h5,.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main .h6,.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main .entry-content{margin:0}.edit-post-visual-editor__content-area .editor-styles-wrapper .single h1,.edit-post-visual-editor__content-area .editor-styles-wrapper .single .h1{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured h2,.edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured .h2{margin:1.2rem 0;font-size:2rem;line-height:1.2;border-bottom:0.6rem solid #000}}@media screen and (min-width: 48em){.edit-post-visual-editor__content-area .editor-styles-wrapper h1,.edit-post-visual-editor__content-area .editor-styles-wrapper .h1{font-size:3.5rem}.edit-post-visual-editor__content-area .editor-styles-wrapper h2,.edit-post-visual-editor__content-area .editor-styles-wrapper .h2{font-size:2.5rem}.edit-post-visual-editor__content-area .editor-styles-wrapper h3,.edit-post-visual-editor__content-area .editor-styles-wrapper .h3{font-size:1.5rem}.edit-post-visual-editor__content-area .editor-styles-wrapper h4,.edit-post-visual-editor__content-area .editor-styles-wrapper .h4{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.3rem}.edit-post-visual-editor__content-area .editor-styles-wrapper h5,.edit-post-visual-editor__content-area .editor-styles-wrapper .h5{font-size:1.3rem}.edit-post-visual-editor__content-area .editor-styles-wrapper h6,.edit-post-visual-editor__content-area .editor-styles-wrapper .h6{font-size:1.3rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured h2,.edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured .h2{font-size:3.5rem;border-bottom:0.8rem solid #000}}@media screen and (min-width: 1440px){.edit-post-visual-editor__content-area .editor-styles-wrapper h1,.edit-post-visual-editor__content-area .editor-styles-wrapper .h1{font-size:3.5rem}.edit-post-visual-editor__content-area .editor-styles-wrapper h2,.edit-post-visual-editor__content-area .editor-styles-wrapper .h2{font-size:2.5rem}.edit-post-visual-editor__content-area .editor-styles-wrapper h3,.edit-post-visual-editor__content-area .editor-styles-wrapper .h3{font-size:1.6rem}.edit-post-visual-editor__content-area .editor-styles-wrapper h4,.edit-post-visual-editor__content-area .editor-styles-wrapper .h4{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.4rem}.edit-post-visual-editor__content-area .editor-styles-wrapper h5,.edit-post-visual-editor__content-area .editor-styles-wrapper .h5{font-size:1.4rem}.edit-post-visual-editor__content-area .editor-styles-wrapper h6,.edit-post-visual-editor__content-area .editor-styles-wrapper .h6{font-size:1.4rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured h2,.edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured .h2{font-size:3.5rem;border-bottom:0.8rem solid #000}}.edit-post-visual-editor__content-area .editor-styles-wrapper p{margin-bottom:1.5em}.edit-post-visual-editor__content-area .editor-styles-wrapper dfn,.edit-post-visual-editor__content-area .editor-styles-wrapper cite,.edit-post-visual-editor__content-area .editor-styles-wrapper em,.edit-post-visual-editor__content-area .editor-styles-wrapper i{font-style:italic}.edit-post-visual-editor__content-area .editor-styles-wrapper blockquote{margin:0}.edit-post-visual-editor__content-area .editor-styles-wrapper blockquote p{font-size:1.1rem}.edit-post-visual-editor__content-area .editor-styles-wrapper address{margin:0 0 1.5em}.edit-post-visual-editor__content-area .editor-styles-wrapper pre{background:#eee;font-family:"Courier 10 Pitch",courier,monospace;line-height:1.4;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}.edit-post-visual-editor__content-area .editor-styles-wrapper code,.edit-post-visual-editor__content-area .editor-styles-wrapper .code,.edit-post-visual-editor__content-area .editor-styles-wrapper kbd,.edit-post-visual-editor__content-area .editor-styles-wrapper tt,.edit-post-visual-editor__content-area .editor-styles-wrapper var{font-family:monaco,consolas,"Andale Mono","DejaVu Sans Mono",monospace,mono;background-color:#eee}.edit-post-visual-editor__content-area .editor-styles-wrapper abbr,.edit-post-visual-editor__content-area .editor-styles-wrapper acronym{border-bottom:1px dotted #666;cursor:help}.edit-post-visual-editor__content-area .editor-styles-wrapper mark,.edit-post-visual-editor__content-area .editor-styles-wrapper ins{background:#fdfdfd;text-decoration:none}.edit-post-visual-editor__content-area .editor-styles-wrapper big{font-size:125%}.edit-post-visual-editor__content-area .editor-styles-wrapper .small{font-size:80%}@font-face{.edit-post-visual-editor__content-area .editor-styles-wrapper{font-family:Neue Haas Grotesk Pro;src:url(assets/fonts/NeueHaasGroteskPro-45Light.eot);src:url(assets/fonts/NeueHaasGroteskPro-45Light.eot?#iefix) format(embedded-opentype),url(assets/fonts/NeueHaasGroteskPro-45Light.woff2) format(woff2),url(assets/fonts/NeueHaasGroteskPro-45Light.woff) format(woff),url(assets/fonts/NeueHaasGroteskPro-45Light.ttf) format(truetype),url(assets/fonts/NeueHaasGroteskPro-45Light.svg#NeueHaasGroteskPro-45Light) format(svg);font-weight:300;font-style:normal;font-display:swap}}@font-face{.edit-post-visual-editor__content-area .editor-styles-wrapper{font-family:Neue Haas Grotesk Pro;src:url(assets/fonts/NeueHaasGroteskPro-55Roman.eot);src:url(assets/fonts/NeueHaasGroteskPro-55Roman.eot?#iefix) format(embedded-opentype),url(assets/fonts/NeueHaasGroteskPro-55Roman.woff2) format(woff2),url(assets/fonts/NeueHaasGroteskPro-55Roman.woff) format(woff),url(assets/fonts/NeueHaasGroteskPro-55Roman.ttf) format(truetype),url(assets/fonts/NeueHaasGroteskPro-55Roman.svg#NeueHaasGroteskPro-55Roman) format(svg);font-weight:500;font-style:normal;font-display:swap}}@font-face{.edit-post-visual-editor__content-area .editor-styles-wrapper{font-family:Neue Haas Grotesk Pro;src:url(assets/fonts/NeueHaasGroteskPro-75Bold.eot);src:url(assets/fonts/NeueHaasGroteskPro-75Bold.eot?#iefix) format(embedded-opentype),url(assets/fonts/NeueHaasGroteskPro-75Bold.woff2) format(woff2),url(assets/fonts/NeueHaasGroteskPro-75Bold.woff) format(woff),url(assets/fonts/NeueHaasGroteskPro-75Bold.ttf) format(truetype),url(assets/fonts/NeueHaasGroteskPro-75Bold.svg#NeueHaasGroteskPro-75Bold) format(svg);font-weight:bold;font-style:normal;font-display:swap}}.edit-post-visual-editor__content-area .editor-styles-wrapper body{background:none;position:relative}.edit-post-visual-editor__content-area .editor-styles-wrapper .liquid-bubbles{overflow:hidden;float:left;position:fixed;top:0;left:0;z-index:-1000;width:100vw;height:100vh}@keyframes bubble-move{from{width:40vw;height:40vw;filter:blur(10rem)}to{width:90vw;height:20vw;filter:blur(20rem)}}.edit-post-visual-editor__content-area .editor-styles-wrapper .bubbles{--size: 40vw;--position: -5vw;filter:blur(20rem);position:absolute;width:var(--size);height:var(--size);border-radius:20%;background:linear-gradient(var(--bgangle), var(--bgcolor), transparent)}.edit-post-visual-editor__content-area .editor-styles-wrapper .bubbles.bubble-01{top:var(--position);left:var(--position);--bgcolor: var(--bubble-color-01);--bgangle: 135deg;animation:5s ease-in-out 2s infinite alternate bubble-move}.edit-post-visual-editor__content-area .editor-styles-wrapper .bubbles.bubble-02{top:var(--position);right:var(--position);--bgcolor: var(--bubble-color-02);--bgangle: 225deg;animation:3s ease-in-out 0s infinite alternate bubble-move}.edit-post-visual-editor__content-area .editor-styles-wrapper .bubbles.bubble-03{bottom:var(--position);left:var(--position);--bgcolor: var(--bubble-color-03);--bgangle: 45deg;animation:2s ease-in-out 3s infinite alternate bubble-move}.edit-post-visual-editor__content-area .editor-styles-wrapper .bubbles.bubble-04{bottom:var(--position);right:var(--position);--bgcolor: var(--bubble-color-04);--bgangle: 325deg;animation:4s ease-in-out 1s infinite alternate bubble-move}.edit-post-visual-editor__content-area .editor-styles-wrapper hr{background-color:#000;border:0;height:1px;margin-bottom:1.5em}.edit-post-visual-editor__content-area .editor-styles-wrapper ul,.edit-post-visual-editor__content-area .editor-styles-wrapper ol{margin:0;padding:0}.edit-post-visual-editor__content-area .editor-styles-wrapper ul{list-style:none}.edit-post-visual-editor__content-area .editor-styles-wrapper ol{list-style:decimal}.edit-post-visual-editor__content-area .editor-styles-wrapper li>ul,.edit-post-visual-editor__content-area .editor-styles-wrapper li>ol{margin-bottom:0;margin-left:0.5em}.edit-post-visual-editor__content-area .editor-styles-wrapper dt{font-weight:700}.edit-post-visual-editor__content-area .editor-styles-wrapper dd{margin:0 0 0.5em 0.5em;padding:0}.edit-post-visual-editor__content-area .editor-styles-wrapper .home .xarxaprod-label,.edit-post-visual-editor__content-area .editor-styles-wrapper article:not(.type-post) .xarxaprod-label{margin:0;padding:0;display:inline}.edit-post-visual-editor__content-area .editor-styles-wrapper .home .xarxaprod-label li,.edit-post-visual-editor__content-area .editor-styles-wrapper article:not(.type-post) .xarxaprod-label li{display:inline-block;margin:0.1em 0;padding:0.2em 0.2em 0 0.2em;color:#000;border:1px solid #000;background-color:none;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:.7rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .home .item-xxp_fund_call,.edit-post-visual-editor__content-area .editor-styles-wrapper article:not(.type-post) .item-xxp_fund_call{display:block;margin:0.2rem 0}.edit-post-visual-editor__content-area .editor-styles-wrapper .home .item-xxp_fund_call li,.edit-post-visual-editor__content-area .editor-styles-wrapper article:not(.type-post) .item-xxp_fund_call li{font-size:1.2rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .home .item-xxp_fund_apply_text,.edit-post-visual-editor__content-area .editor-styles-wrapper article:not(.type-post) .item-xxp_fund_apply_text{display:inline-block;margin:0.1em 0;padding:0.2em 0.2em 0 0.2em;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:.7rem;text-transform:uppercase}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-faqs-types ul{margin:0}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-faqs-types .cat-item{display:inline-block;margin:0.1em 0.5em 0.1em 0;padding:0.2em 0.2em 0 0.2em;color:#fff;background-color:#000;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.1rem;text-transform:uppercase}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-faqs-types a{color:#fff;text-decoration:none}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-faqs-types a:visited,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-faqs-types a:hover{color:#fff}.edit-post-visual-editor__content-area .editor-styles-wrapper .single-xarxaprod-ajut article:not(.type-post) .xarxaprod-label li{font-size:1.1rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .single-xarxaprod-ajut article:not(.type-post) .item-xxp_fund_apply_text{font-size:1.1rem}.edit-post-visual-editor__content-area .editor-styles-wrapper embed,.edit-post-visual-editor__content-area .editor-styles-wrapper iframe,.edit-post-visual-editor__content-area .editor-styles-wrapper object{max-width:100%}.edit-post-visual-editor__content-area .editor-styles-wrapper img{height:auto;max-width:100%}.edit-post-visual-editor__content-area .editor-styles-wrapper figure{margin:1em 0}.edit-post-visual-editor__content-area .editor-styles-wrapper table{margin:0 0 1.5em;width:100%}.edit-post-visual-editor__content-area .editor-styles-wrapper a{color:#000;text-decoration:none}.edit-post-visual-editor__content-area .editor-styles-wrapper a:visited{color:#000}.edit-post-visual-editor__content-area .editor-styles-wrapper a:hover,.edit-post-visual-editor__content-area .editor-styles-wrapper a:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper a:active{color:#333}.edit-post-visual-editor__content-area .editor-styles-wrapper a:focus{outline:thin dotted}.edit-post-visual-editor__content-area .editor-styles-wrapper a:hover,.edit-post-visual-editor__content-area .editor-styles-wrapper a:active{outline:0}.edit-post-visual-editor__content-area .editor-styles-wrapper button,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="button"],.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="reset"],.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="submit"],.edit-post-visual-editor__content-area .editor-styles-wrapper .button,.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-block-button__link{border:0;border-color:#000;border-radius:0;background:#000;color:#fff;line-height:1;padding:0.5em;margin:0}.edit-post-visual-editor__content-area .editor-styles-wrapper button:hover,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="button"]:hover,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="reset"]:hover,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="submit"]:hover,.edit-post-visual-editor__content-area .editor-styles-wrapper .button:hover,.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-block-button__link:hover{border-color:#111;color:#fff}.edit-post-visual-editor__content-area .editor-styles-wrapper button:visited,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="button"]:visited,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="reset"]:visited,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="submit"]:visited,.edit-post-visual-editor__content-area .editor-styles-wrapper .button:visited,.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-block-button__link:visited{color:#fff}.edit-post-visual-editor__content-area .editor-styles-wrapper button:active,.edit-post-visual-editor__content-area .editor-styles-wrapper button:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="button"]:active,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="button"]:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="reset"]:active,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="reset"]:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="submit"]:active,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="submit"]:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper .button:active,.edit-post-visual-editor__content-area .editor-styles-wrapper .button:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-block-button__link:active,.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-block-button__link:focus{border-color:#333;color:#fff}.edit-post-visual-editor__content-area .editor-styles-wrapper .category-faq .button-more::before{content:"accedir"}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-search-form{display:flex;margin:0.5rem 0}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-search-form .search-field{padding:0.5em}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-search-form .search-submit{z-index:10;margin:0rem;border:none;width:2.5rem;height:2.5rem;background:none;cursor:pointer;font-size:0px}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-icon-search:before{position:absolute;padding:0;margin:0.2rem 0 0 -1.5rem;z-index:0;min-width:2.5rem;min-height:2.5rem;font-size:2rem;content:"\26b2";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="text"],.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="email"],.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="url"],.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="password"],.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="search"],.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="number"],.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="tel"],.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="range"],.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="date"],.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="month"],.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="week"],.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="time"],.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="datetime"],.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="datetime-local"],.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="color"],.edit-post-visual-editor__content-area .editor-styles-wrapper textarea{color:#111;background-color:#eee;border:none;border-radius:0;width:100%;padding:0.3rem}.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="text"]:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="email"]:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="url"]:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="password"]:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="search"]:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="number"]:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="tel"]:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="range"]:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="date"]:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="month"]:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="week"]:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="time"]:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="datetime"]:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="datetime-local"]:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper input[type="color"]:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper textarea:focus{color:#000}.edit-post-visual-editor__content-area .editor-styles-wrapper select{border:1px solid #000}.edit-post-visual-editor__content-area .editor-styles-wrapper textarea{width:100%}@media screen{.edit-post-visual-editor__content-area .editor-styles-wrapper html:not([data-scroll='0']) .site-header{background-color:#fff}.edit-post-visual-editor__content-area .editor-styles-wrapper .site{display:grid;grid-template-columns:1fr minmax(0, 35em) minmax(0, 35em) 1fr;grid-auto-rows:min-content auto min-content min-content;grid-template-areas:"header" "main" "aside" "footer";margin:auto;padding:0;min-height:100vh}.edit-post-visual-editor__content-area .editor-styles-wrapper .site>header{grid-column:1 / -1}.edit-post-visual-editor__content-area .editor-styles-wrapper .site>main{grid-column:2 / 4}.edit-post-visual-editor__content-area .editor-styles-wrapper .site>aside{grid-column:2 / 4;padding:4em 0}.edit-post-visual-editor__content-area .editor-styles-wrapper .site>footer{grid-column:1 / -1}.edit-post-visual-editor__content-area .editor-styles-wrapper .site-header{position:sticky;z-index:500;top:0;margin-bottom:2rem;grid-template-areas:"main" "secondary ";grid-template-columns:1fr minmax(0, 35em) minmax(0, 35em) 1fr;width:100vw;background-color:transparent}.edit-post-visual-editor__content-area .editor-styles-wrapper .site-header .main{display:flex;flex-flow:column;align-items:initial;justify-content:space-between;z-index:900}.edit-post-visual-editor__content-area .editor-styles-wrapper .site-header .secondary{display:flex;flex-flow:column;align-items:end}.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main{padding:0 1rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .site-footer{background:#000;color:#fff;margin-top:4em;padding:2em 4em}.edit-post-visual-editor__content-area .editor-styles-wrapper .site-footer a{color:#fff}.edit-post-visual-editor__content-area .editor-styles-wrapper .site-footer a:hover,.edit-post-visual-editor__content-area .editor-styles-wrapper .site-footer a:visited,.edit-post-visual-editor__content-area .editor-styles-wrapper .site-footer a:active{color:#fff}.edit-post-visual-editor__content-area .editor-styles-wrapper .site-footer img{height:2.5em;margin:0 0.5em;filter:invert(1)}.edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured{padding:0 1rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-destacats,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-featured,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-last-convos,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-ultimes-convocatories,.edit-post-visual-editor__content-area .editor-styles-wrapper .archive-posts{display:grid;grid-template-columns:repeat(1, 1fr);gap:1rem}}@media screen and (max-width: 48em){.edit-post-visual-editor__content-area .editor-styles-wrapper .site-header{display:grid;grid-template-columns:1fr 1fr;padding:0.5rem 0;align-items:center}}@media screen and (min-width: 48em){.edit-post-visual-editor__content-area .editor-styles-wrapper .site-header{display:grid;grid-template-columns:1fr minmax(0, 35em) minmax(0, 35em) 1fr;grid-template-areas:"main " "secondary ";margin:auto;padding:0}.edit-post-visual-editor__content-area .editor-styles-wrapper .site-header .main{grid-column:2/4;flex-flow:row;align-items:center;width:100%}.edit-post-visual-editor__content-area .editor-styles-wrapper .site-header .secondary{grid-column:2/4;align-items:center;width:100%}.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main{padding:0 2rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured{padding:0 2rem}.edit-post-visual-editor__content-area .editor-styles-wrapper.single .site-main{width:45rem;margin:0 auto}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-destacats,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-featured,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-last-convos,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-ultimes-convocatories,.edit-post-visual-editor__content-area .editor-styles-wrapper .archive-posts{grid-template-columns:repeat(3, 1fr)}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-faqs-aside{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-faqs-aside .xarxaprod-search-form:hover,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-faqs-aside .xarxaprod-search-form:active,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-faqs-aside .xarxaprod-search-form:focus,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-faqs-aside .xarxaprod-search-form:target{flex-grow:1}}@media screen and (min-width: 80em){.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main{padding:0}.edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured{padding:0}}@media screen{.edit-post-visual-editor__content-area .editor-styles-wrapper .hide-content{display:block;width:0px;height:0px;margin:0;padding:0;overflow:hidden}.edit-post-visual-editor__content-area .editor-styles-wrapper .custom-logo{min-width:11rem;margin:1rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul,.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul{display:none;list-style:none;margin:0;padding-left:0}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul ul.sub-menu,.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul ul.sub-menu{padding-top:0.5rem;padding-left:1rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation li,.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation li{position:relative}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a,.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation a{display:flex;align-items:center;min-height:100%;padding:0 0.5rem;text-decoration:none;font-size:1rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation .current_page_item>a,.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation .current-menu-item>a,.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation .current_page_ancestor>a,.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation .current-menu-ancestor>a,.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation .current_page_item>a,.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation .current-menu-item>a,.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation .current_page_ancestor>a,.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation .current-menu-ancestor>a{text-decoration:underline}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="http://localhost"],.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="http://xarxaprod.cat"],.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="https://xarxaprod.cat"]{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;border-left:1px solid #000}.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation{padding:0 1em 1em 0}.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul{display:inline-block}.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul li{padding:0.5em 0}.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation a{text-transform:uppercase}.edit-post-visual-editor__content-area .editor-styles-wrapper .toggle-secondary-navigation .show-mobile{display:inherit}.edit-post-visual-editor__content-area .editor-styles-wrapper .toggle,.edit-post-visual-editor__content-area .editor-styles-wrapper .toggled-menu{display:none}.edit-post-visual-editor__content-area .editor-styles-wrapper .toggle:checked+.toggled-menu{display:block;position:absolute;left:0;top:0;width:100%;height:100vh;margin-top:0;padding:0 2rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .toggle-show{position:relative;display:inline-block;width:1.8em;height:1.4em;margin-right:0.3em;border-top:0.3em solid #000;border-bottom:0.3em solid #000}.edit-post-visual-editor__content-area .editor-styles-wrapper .toggle-show::before{content:"";position:absolute;top:0.3em;left:0;width:100%;border-top:0.3em solid #000}.edit-post-visual-editor__content-area .editor-styles-wrapper .toggle-hide{display:flex;justify-content:end;margin-right:-0.5em}.edit-post-visual-editor__content-area .editor-styles-wrapper .toggle-hide::after{content:"x";padding:0;font-size:3rem;font-weight:bold}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation.toggled ul{display:block}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation.toggled .main-navigation-content{display:inline-block;position:absolute;top:5rem;left:0;width:100%;height:calc(100vh - 5rem);padding:3rem;background-color:#fff}}@media screen and (max-width: 47.99em){.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation-content{text-transform:uppercase}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation-content li{padding:0.5rem 0}.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation-content{padding:4rem 2rem}}@media screen and (min-width: 48em){.edit-post-visual-editor__content-area .editor-styles-wrapper .custom-logo{min-width:11rem;margin:1rem 1rem 1rem 0}.edit-post-visual-editor__content-area .editor-styles-wrapper .menu-toggle{display:none}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul,.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul{display:flex}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul ul,.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul ul{background-color:rgba(255,255,255,0.8);float:left;position:absolute;top:100%;left:-999em;z-index:99999}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul ul ul,.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul ul ul{left:-999em;top:0}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul ul li:hover>ul,.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul ul li.focus>ul,.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul ul li:hover>ul,.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul ul li.focus>ul{display:block;left:4em;top:1em}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul ul a,.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul ul a{width:200px}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul li:hover>ul,.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul li.focus>ul,.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul li:hover>ul,.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation ul li.focus>ul{left:auto}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a,.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation a{padding:0 0.5rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation{padding-bottom:1em}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul{justify-content:end}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul ul.sub-menu{flex-direction:column;padding:1rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation ul ul.sub-menu li{margin:0.5rem 0}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="http://localhost"],.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="http://xarxaprod.cat"],.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="https://xarxaprod.cat"]{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;border-left:none}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="http://localhost"]::after,.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="http://xarxaprod.cat"]::after,.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="https://xarxaprod.cat"]::after,.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation .current-menu-item a::after{display:inline-block;content:"";position:absolute;left:5%;min-height:2px;height:100%;width:90%;margin-top:2.3em}.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation{padding:1.5em 0}.edit-post-visual-editor__content-area .editor-styles-wrapper .menu-item-has-children{padding-right:0.5em}.edit-post-visual-editor__content-area .editor-styles-wrapper .menu-item-has-children::after{content:"";display:inline-block;position:absolute;top:40%;right:0.3em;width:0.3em;height:0.3em;border:1px solid #000;border-top:none;border-left:none;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.edit-post-visual-editor__content-area .editor-styles-wrapper .toggle-secondary-navigation .show-mobile,.edit-post-visual-editor__content-area .editor-styles-wrapper .toggle-secondary-navigation .hide-not-mobile{display:none}.edit-post-visual-editor__content-area .editor-styles-wrapper .toggled-menu{display:inherit}}.site-main .edit-post-visual-editor__content-area .editor-styles-wrapper .comment-navigation,.site-main .edit-post-visual-editor__content-area .editor-styles-wrapper .posts-navigation,.site-main .edit-post-visual-editor__content-area .editor-styles-wrapper .post-navigation{margin:0 0 1.5em;align-self:end}.edit-post-visual-editor__content-area .editor-styles-wrapper .comment-navigation .nav-links,.edit-post-visual-editor__content-area .editor-styles-wrapper .posts-navigation .nav-links,.edit-post-visual-editor__content-area .editor-styles-wrapper .post-navigation .nav-links{display:flex}.edit-post-visual-editor__content-area .editor-styles-wrapper .comment-navigation .nav-previous,.edit-post-visual-editor__content-area .editor-styles-wrapper .posts-navigation .nav-previous,.edit-post-visual-editor__content-area .editor-styles-wrapper .post-navigation .nav-previous{flex:1 0 50%}.edit-post-visual-editor__content-area .editor-styles-wrapper .comment-navigation .nav-next,.edit-post-visual-editor__content-area .editor-styles-wrapper .posts-navigation .nav-next,.edit-post-visual-editor__content-area .editor-styles-wrapper .post-navigation .nav-next{flex:1 0 50%}@media screen and (min-width: 80em){.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation .toggle-sidebar-segona .show-mobile,.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation .toggle-sidebar-segona .hide-not-mobile,.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation .toggle-sidebar-segona .show-mobile,.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation .toggle-sidebar-segona .hide-not-mobile{display:none}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a,.edit-post-visual-editor__content-area .editor-styles-wrapper .secondary-navigation a{padding:0 1rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation{padding-bottom:0}.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="http://localhost"]::after,.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="http://xarxaprod.cat"]::after,.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation a[href^="https://xarxaprod.cat"]::after,.edit-post-visual-editor__content-area .editor-styles-wrapper .main-navigation .current-menu-item a::after{margin-top:5em}}@media screen{.edit-post-visual-editor__content-area .editor-styles-wrapper .sticky{display:block}.edit-post-visual-editor__content-area .editor-styles-wrapper .post,.edit-post-visual-editor__content-area .editor-styles-wrapper .page{margin:0}.edit-post-visual-editor__content-area .editor-styles-wrapper .updated:not(.published){display:none}.edit-post-visual-editor__content-area .editor-styles-wrapper .page-content,.edit-post-visual-editor__content-area .editor-styles-wrapper .entry-content,.edit-post-visual-editor__content-area .editor-styles-wrapper .entry-summary{margin:1.5em 0 0}.edit-post-visual-editor__content-area .editor-styles-wrapper .page-links{clear:both;margin:0 0 1.5em}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-card-each{display:flex;flex-direction:column}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-card-each .entry-title,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-card-each h6{border-bottom:1px solid #000;margin:0;padding:0.5rem 0}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-card-each p{padding:0.5rem 0;margin:0}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-card-each .more-link{margin-top:2rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-fields,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-contact-fields{display:grid}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-fields .xarxaprod-fund-info-field,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-contact-fields .xarxaprod-fund-info-field{padding-bottom:1rem;border-bottom:1px solid #000}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-fields h6,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-contact-fields h6{font-size:2.4rem;font-variant:all-petite-caps}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-fields p,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-contact-fields p{margin:0.5rem 0 0 0}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-fields li,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-contact-fields li{font-size:1.3rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-contact-fields .xarxaprod-fund-info-field{margin:0}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-fields .xarxaprod-fund-info-field{margin:1rem 0 0.5rem 0}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-funder-name,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-contact-name,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-web{display:flex;margin:0;padding:0;font-variant:all-petite-caps;font-size:1.1rem;line-height:0.9;align-items:center}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-funder-name a,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-contact-name a,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-web a{text-decoration:none;font-size:0.8rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each{display:flex;flex-direction:row-reverse;justify-content:space-between;padding:1em 0;border-bottom:0.1em solid #000}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each:first-of-type{border-top:0.1em solid #000}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each header,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each .entry-header{width:60%}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each .entry-title,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each h6{border-bottom:none}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each p{font-size:1.5em}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each .activity-organizer,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each .organiza-activitat{width:24%}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each .agenda-date,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each .agenda-data{width:15%}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filtered-content{display:grid;grid-template-columns:1fr}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filters section{margin:1em 0}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filters section .filter{display:none}.edit-post-visual-editor__content-area .editor-styles-wrapper .archive-posts{grid-template-columns:repeat(1, minmax(0, 1fr))}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-titol-opcions{display:inline-block;width:100%;max-width:13em;margin-bottom:0;margin-bottom:1rem;padding:0.6em 1em 0.4em;clear:both;cursor:pointer;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:.9rem;border:1px solid #000;text-transform:uppercase}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-titol-opcions:after{content:">";display:inline;float:right}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-titol-opcions:hover:after{transform:rotate(90deg);animation:rotate 0.5s}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(90deg)}}}@media screen and (max-width: 48em){.edit-post-visual-editor__content-area .editor-styles-wrapper .post,.edit-post-visual-editor__content-area .editor-styles-wrapper .page{margin:0 0 1em}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filters section{display:block}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filters section h5{display:block;width:100%}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filters section .filter{display:inline-block;width:45%;margin-top:0.5rem;margin-right:0.3em;float:left}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filters section .filter:last-of-type{margin-bottom:2rem}}@media screen and (min-width: 48em){.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filters{padding-right:2em}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filters section,.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filters xarxaprod-filtered-calls{margin:1em 0}.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filtered-content{grid-template-columns:1fr 2fr}.edit-post-visual-editor__content-area .editor-styles-wrapper .archive-posts{grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:3em}}@media screen and (min-width: 80em){.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filtered-content{grid-template-columns:1fr 3fr}.edit-post-visual-editor__content-area .editor-styles-wrapper .archive-posts{grid-template-columns:repeat(3, minmax(0, 1fr))}}.edit-post-visual-editor__content-area .editor-styles-wrapper .comment-content a{word-wrap:break-word}.edit-post-visual-editor__content-area .editor-styles-wrapper .bypostauthor{display:block}.edit-post-visual-editor__content-area .editor-styles-wrapper .widget{margin:0 0 1.5em}.edit-post-visual-editor__content-area .editor-styles-wrapper .widget select{max-width:100%}.edit-post-visual-editor__content-area .editor-styles-wrapper .page-content .wp-smiley,.edit-post-visual-editor__content-area .editor-styles-wrapper .entry-content .wp-smiley,.edit-post-visual-editor__content-area .editor-styles-wrapper .comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.edit-post-visual-editor__content-area .editor-styles-wrapper .custom-logo-link{display:inline-block}.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-caption{margin-bottom:1.5em;max-width:100%}.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-caption img[class*="wp-image-"]{display:block;margin-left:auto;margin-right:auto}.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-caption .wp-caption-text{margin:0.8075em 0}.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-caption-text{text-align:center}.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery{margin-bottom:1.5em;display:grid;grid-gap:1.5em}.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery-item{display:inline-block;text-align:center;width:100%}.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery-columns-2{grid-template-columns:repeat(2, 1fr)}.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery-columns-3{grid-template-columns:repeat(3, 1fr)}.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery-columns-4{grid-template-columns:repeat(4, 1fr)}.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery-columns-5{grid-template-columns:repeat(5, 1fr)}.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery-columns-6{grid-template-columns:repeat(6, 1fr)}.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery-columns-7{grid-template-columns:repeat(7, 1fr)}.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery-columns-8{grid-template-columns:repeat(8, 1fr)}.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery-columns-9{grid-template-columns:repeat(9, 1fr)}.edit-post-visual-editor__content-area .editor-styles-wrapper .gallery-caption{display:block}.edit-post-visual-editor__content-area .editor-styles-wrapper .infinite-scroll .posts-navigation,.edit-post-visual-editor__content-area .editor-styles-wrapper .infinite-scroll.neverending .site-footer{display:none}.edit-post-visual-editor__content-area .editor-styles-wrapper .infinity-end.neverending .site-footer{display:block}.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs{padding:1rem 0;gap:1rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column{align-self:auto;display:flex;flex-direction:column;position:relative;min-height:17rem;padding:1rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column h1,.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column h2,.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column h3,.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column h4,.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column h5,.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column h6{min-height:4.8rem;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:2rem;line-height:1.04}.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column p{font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:.9rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column a{color:#fff;text-decoration:none}.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column a::after{content:"+";position:absolute;bottom:0rem;left:0.7rem;font-size:5rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .black-blocs .wp-block-column a:hover::after{content:">"}.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-not-valid:not(:focus){background-color:#ff686e}.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-not-valid-tip{color:#ff686e}.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7 form.invalid .wpcf7-response-output,.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7 form.unaccepted .wpcf7-response-output,.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7 form.payment-required .wpcf7-response-output{border-color:#f6cc4c;background-color:#f6cc4c;color:#fff;font-family:"Neue Haas Grotesk Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-weight:bold;text-align:center;margin:0em;padding:0rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-form .wpcf7-submit{margin-left:1rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-form .wpcf7-spinner{margin:0 -24px 0 0}.edit-post-visual-editor__content-area .editor-styles-wrapper .wpcf7-list-item-label{margin:0 0.3rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform{margin-bottom:1rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform br{display:none}.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform p{display:block;break-inside:avoid-column;margin-top:0}.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform .break-after-column,.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform .saltar-columna{break-after:column}.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-consultoria .contactform-name,.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-consultoria .contactform-email{max-width:40%;display:inline-block}.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-consultoria .contactform-name{float:left}.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-consultoria .contactform-email{float:right;margin-bottom:1rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-acceptance{display:flex;align-items:center;justify-content:end}.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-info{display:inline-block;column-count:2;column-gap:2em;width:100%}.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-info .contactform-descripcio textarea{display:inline-block;min-height:15.5em}.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options{display:flex;justify-content:space-between}.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options p{display:inline-block}.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-list-item{display:block}.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-list-item label{display:flex;flex-direction:row-reverse;justify-content:left}.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"],.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]{display:block}.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"] input[type="date"],.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] input[type="date"]{width:auto;background-color:#fff}.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before,.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before{display:inline-block;width:2rem}.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before{content:"inici: "}.edit-post-visual-editor__content-area .editor-styles-wrapper .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before{content:"fi: "}.edit-post-visual-editor__content-area .editor-styles-wrapper .home [id*="gutenslider"]{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.edit-post-visual-editor__content-area .editor-styles-wrapper .screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}.edit-post-visual-editor__content-area .editor-styles-wrapper .screen-reader-text:focus{background-color:none;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;clip-path:none;color:#000;display:block;font-size:0.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.edit-post-visual-editor__content-area .editor-styles-wrapper #primary[tabindex="-1"]:focus{outline:0}.edit-post-visual-editor__content-area .editor-styles-wrapper .alignleft{float:left;margin-right:1.5em;margin-bottom:1.5em}.edit-post-visual-editor__content-area .editor-styles-wrapper .alignright{float:right;margin-left:1.5em;margin-bottom:1.5em}.edit-post-visual-editor__content-area .editor-styles-wrapper .aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;margin-bottom:1.5em}.edit-post-visual-editor__content-area .editor-styles-wrapper h1{margin-left:auto;margin-right:auto} diff --git a/sass/adminstyles.scss b/sass/adminstyles.scss index db7ec39..7d15070 100644 --- a/sass/adminstyles.scss +++ b/sass/adminstyles.scss @@ -1,6 +1,8 @@ + +///////////////////////////////////////////////////////////////////// // theme for editor admin, import style.sass and apply class before rest of it -// .wp-admin styles +// admin styles .wp-admin { .components-button.edit-post-fullscreen-mode-close.has-icon, @@ -14,30 +16,33 @@ } // editor styles - .edit-post-visual-editor__content-area { - - // import theme styles - @import "style"; - - -// apply differences when not rendered properly -:where(.wp-block) { - max-width: 80rem; -} -.black-blocs .wp-block-column a::after { - display:none; + .editor-styles-wrapper { + // import theme styles + @import "style"; + // apply differences when not rendered properly + //:where(.wp-block) { + // max-width: 80rem; + //``} + //.black-blocs .wp-block-column a::after { + // display:none; + //} + font-family: $font__main; + h1 { + margin-left: auto; + margin-right: auto; + } + .wp-block-button__link { + //color: $color__black !important; + //background-color: $color__white !important; + //border-radius: 0 !important; + //box-shadow: none !important; + //text-decoration: none !important; + //padding: 0.6em 1em 0.4em !important; + //font-size: inherit !important; + } } } -.editor-styles-wrapper .wp-block-button__link { - color: #000 !important; - background-color: #fff !important; - border-radius: 0 !important; - box-shadow: none !important; - text-decoration: none !important; - padding: 0.6em 1em 0.4em !important; - font-size: inherit !important; -} - // modify internal paths to make objects locally available -@import "adminstyles/fonts"; +//@import "adminstyles/fonts"; +//////////////////////////////////////// diff --git a/sass/base/elements/_buttons.scss b/sass/base/elements/_buttons.scss index 17b75ac..8b29ceb 100644 --- a/sass/base/elements/_buttons.scss +++ b/sass/base/elements/_buttons.scss @@ -10,10 +10,8 @@ input[type="submit"], background: $color__background-button; color: $color__white; line-height: 1; - //padding: 0.6em 1em 0.4em; padding: 0.5em; margin: 0; - //text-transform: uppercase; &:hover { border-color: $color__border-button-hover; @@ -28,28 +26,6 @@ input[type="submit"], color: $color__white; } } -//.button-more { -// display: inline-block; -// &::after { -// content: "+"; -// display: inline-block; -// font-weight: bold; -// text-align: center; -// } -// &:hover::after { -// content: ">"; -// } -//} -//.more-link { -// .button-more { -// &::after { -// font-size: 4rem; -// width: 4rem; -// } -// &:hover::after { -// } -// } -//} .category-faq { .button-more { &::before { @@ -58,36 +34,36 @@ input[type="submit"], } } - .xarxaprod-search-form { - display: flex; - margin: 0.5rem 0; - .search-field { - padding: 0.5em; - } - .search-submit{ - z-index: 10; - margin: 0rem; - border: none; - width: 2.5rem; - height: 2.5rem; - background: none; - cursor: pointer; - font-size: 0px; - } - } +.xarxaprod-search-form { + display: flex; + margin: 0.5rem 0; + .search-field { + padding: 0.5em; + } + .search-submit{ + z-index: 10; + margin: 0rem; + border: none; + width: 2.5rem; + height: 2.5rem; + background: none; + cursor: pointer; + font-size: 0px; + } +} - .xarxaprod-icon-search:before { - position: absolute; - padding: 0; - margin: 0.2rem 0 0 -1.5rem; - z-index: 0; - min-width: 2.5rem; - min-height: 2.5rem; - font-size: 2rem; - content: "\26b2"; - -webkit-transform: rotate(45deg); - -moz-transform: rotate(45deg); - -o-transform: rotate(45deg); - transform: rotate(45deg); - } +.xarxaprod-icon-search:before { + position: absolute; + padding: 0; + margin: 0.2rem 0 0 -1.5rem; + z-index: 0; + min-width: 2.5rem; + min-height: 2.5rem; + font-size: 2rem; + content: "\26b2"; + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); +} diff --git a/sass/components/content/_posts-and-pages.scss b/sass/components/content/_posts-and-pages.scss index 20c4eb8..1210917 100644 --- a/sass/components/content/_posts-and-pages.scss +++ b/sass/components/content/_posts-and-pages.scss @@ -136,13 +136,13 @@ display: none; } } - .button-more { - width: 100%; - max-width: 11.7em; - &::after { - margin-left: 1rem; - } - } + //.button-more { + // width: 100%; + // max-width: 11.7em; + // &::after { + // margin-left: 1rem; + // } + //} } .archive-posts { // https://stackoverflow.com/questions/47601564/equal-width-columns-in-css-grid#61240964 diff --git a/sass/style.scss b/sass/style.scss index 54d3cf0..6c515f1 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -5,7 +5,7 @@ Theme URI: https://git.hangar.org/xarxaprod/ Author: Hangar.org Tech Lab - hangar.org Author URI: https://hangar.org Description: theme for the XarxaProd. Inclou la possibilitat de publicar, catalogar i cercar ajuts, resoldre dubtes amb FAQs i altres. Design by Eudald Van der Pla vanderpla.com. Coding template and theme by Jorge - vitrubio.net -Version: 1.1.1 +Version: 1.1.2 Tested up to: 6.4 Requires PHP: 7.4 License: GNU General Public License v3 or later diff --git a/style.css b/style.css index 91e606a..9cae63d 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Theme URI: https://git.hangar.org/xarxaprod/ Author: Hangar.org Tech Lab - hangar.org Author URI: https://hangar.org Description: theme for the XarxaProd. Inclou la possibilitat de publicar, catalogar i cercar ajuts, resoldre dubtes amb FAQs i altres. Design by Eudald Van der Pla vanderpla.com. Coding template and theme by Jorge - vitrubio.net -Version: 1.1.1 +Version: 1.1.2 Tested up to: 6.4 Requires PHP: 7.4 License: GNU General Public License v3 or later @@ -1806,15 +1806,6 @@ textarea { display: none; } - .xarxaprod-filters .button-more { - width: 100%; - max-width: 11.7em; - } - - .xarxaprod-filters .button-more::after { - margin-left: 1rem; - } - .archive-posts { grid-template-columns: repeat(1, minmax(0, 1fr)); }