From 48b1bd7cbcaf5d650402b1c523533e4fa7b39534 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Tue, 31 Jan 2023 19:00:23 +0100 Subject: [PATCH] styled buttons in guttemberg admin view --- adminstyles.css | 530 +++++++++++++++++++++++++++++-------- adminstyles.css.map | 2 +- assets/css/adminstyles.css | 2 +- sass/adminstyles.scss | 9 + style.css | 440 ++++++++++++++++++++++-------- 5 files changed, 756 insertions(+), 227 deletions(-) diff --git a/adminstyles.css b/adminstyles.css index 999f55a..af9daa0 100644 --- a/adminstyles.css +++ b/adminstyles.css @@ -9,6 +9,7 @@ } .edit-post-visual-editor__content-area { + /* Theme Name: Espai Assessorament - XarxaProd.cat @@ -33,6 +34,7 @@ Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ */ + /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- @@ -60,205 +62,280 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ - Alignments --------------------------------------------------------------*/ + /*-------------------------------------------------------------- # Generic --------------------------------------------------------------*/ + /* Normalize --------------------------------------------- */ + /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ + /* Document ========================================================================== */ + /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ + /* Sections ========================================================================== */ + /** * Remove the margin in all browsers. */ + /** * Render the `main` element consistently in IE. */ + /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ + /* Grouping content ========================================================================== */ + /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ + /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ + /* Text-level semantics ========================================================================== */ + /** * Remove the gray background on active links in IE 10. */ + /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ + /** * Add the correct font weight in Chrome, Edge, and Safari. */ + /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ + /** * Add the correct font size in all browsers. */ + /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ + /* Embedded content ========================================================================== */ + /** * Remove the border on images inside links in IE 10. */ + /* Forms ========================================================================== */ + /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ + /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ + /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ + /** * Correct the inability to style clickable types in iOS and Safari. */ + /** * Remove the inner border and padding in Firefox. */ + /** * Restore the focus styles unset by the previous rule. */ + /** * Correct the padding in Firefox. */ + /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ + /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ + /** * Remove the default vertical scrollbar in IE 10+. */ + /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ + /** * Correct the cursor style of increment and decrement buttons in Chrome. */ + /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ + /** * Remove the inner padding in Chrome and Safari on macOS. */ + /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ + /* Interactive ========================================================================== */ + /* * Add the correct display in Edge, IE 10+, and Firefox. */ + /* * Add the correct display in all browsers. */ + /* Misc ========================================================================== */ + /** * Add the correct display in IE 10+. */ + /** * Add the correct display in IE 10. */ + /* Box sizing --------------------------------------------- */ + /* Inherit box-sizing to more easily change it's value on a component level. @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ + /*-------------------------------------------------------------- # Base --------------------------------------------------------------*/ + /* Typography --------------------------------------------- */ + /* Your custom style Add your custom styles in this file so it is easier to update the theme. */ + /* Elements --------------------------------------------- */ + /* Make sure embeds and iframes fit their containers. */ + /* Links --------------------------------------------- */ + /* Forms --------------------------------------------- */ + /*-------------------------------------------------------------- # Layouts --------------------------------------------------------------*/ + /*-------------------------------------------------------------- # Components --------------------------------------------------------------*/ + /* Navigation --------------------------------------------- */ + /* Posts and pages --------------------------------------------- */ + /* Comments --------------------------------------------- */ + /* Widgets --------------------------------------------- */ + /* Media --------------------------------------------- */ + /* Make sure logo link wraps around logo image. */ + /* Captions --------------------------------------------- */ + /* Galleries --------------------------------------------- */ + /*-------------------------------------------------------------- # Plugins --------------------------------------------------------------*/ + /* Jetpack infinite scroll --------------------------------------------- */ + /* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */ + /* Re-display the Theme Footer when Infinite Scroll has reached its end. */ - /* Guttenberg + + /* Guttenberg --------------------------------------------- */ - /* Contact Form 7 + + /* Contact Form 7 --------------------------------------------- */ - /* contact forms styles used in wp backend with CF7 + + /* contact forms styles used in wp backend with CF7 */ + /* styles applied if written in wp backend * class="contactform contactform-WHATEVER" * */ + /*-------------------------------------------------------------- # Utilities --------------------------------------------------------------*/ + /* Accessibility --------------------------------------------- */ + /* Text meant only for screen readers. */ + /* Do not show the outline on the skip link target. */ + /* Alignments --------------------------------------------- */ } @@ -460,7 +537,7 @@ Add your custom styles in this file so it is easier to update the theme. .edit-post-visual-editor__content-area optgroup, .edit-post-visual-editor__content-area textarea { color: #202020; - font-family: "din-regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1rem; line-height: 1.3; } @@ -471,11 +548,11 @@ Add your custom styles in this file so it is easier to update the theme. padding: 0; min-width: unset; max-width: unset; - width: 0px; + width: 0; min-height: unset; max-height: unset; - height: 0px; - font-size: 0px; + height: 0; + font-size: 0; line-height: 0px; text-decoration: none; border: 0; @@ -484,77 +561,117 @@ 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 .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-family: "din-light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + + .edit-post-visual-editor__content-area h1, + .edit-post-visual-editor__content-area .h1 { + font-family: din-light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.8rem; text-transform: uppercase; } - .edit-post-visual-editor__content-area h1.small, .edit-post-visual-editor__content-area .h1.small { + + .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-family: "din-light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + + .edit-post-visual-editor__content-area h2, + .edit-post-visual-editor__content-area .h2 { + font-family: din-light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.5rem; text-transform: uppercase; } - .edit-post-visual-editor__content-area h2.small, .edit-post-visual-editor__content-area .h2.small { + + .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-family: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + + .edit-post-visual-editor__content-area h3, + .edit-post-visual-editor__content-area .h3 { + font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.3rem; text-transform: uppercase; } - .edit-post-visual-editor__content-area h3.small, .edit-post-visual-editor__content-area .h3.small { + + .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-family: "din-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + + .edit-post-visual-editor__content-area h4, + .edit-post-visual-editor__content-area .h4 { + font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.2rem; text-transform: uppercase; } - .edit-post-visual-editor__content-area h4.small, .edit-post-visual-editor__content-area .h4.small { + + .edit-post-visual-editor__content-area h4.small, + .edit-post-visual-editor__content-area .h4.small { font-size: 0.9rem; } - .edit-post-visual-editor__content-area h5, .edit-post-visual-editor__content-area .h5 { - font-family: "din-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + + .edit-post-visual-editor__content-area h5, + .edit-post-visual-editor__content-area .h5 { + font-family: din-medium, -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 h5.small, .edit-post-visual-editor__content-area .h5.small { + + .edit-post-visual-editor__content-area h5.small, + .edit-post-visual-editor__content-area .h5.small { font-size: 0.8rem; } - .edit-post-visual-editor__content-area h6, .edit-post-visual-editor__content-area .h6 { - font-family: "din-light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + + .edit-post-visual-editor__content-area h6, + .edit-post-visual-editor__content-area .h6 { + font-family: din-light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.1rem; } - .edit-post-visual-editor__content-area h6.small, .edit-post-visual-editor__content-area .h6.small { + + .edit-post-visual-editor__content-area h6.small, + .edit-post-visual-editor__content-area .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 .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: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + + .edit-post-visual-editor__content-area .single h1, + .edit-post-visual-editor__content-area .single .h1 { + font-family: din-black, -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 .home-featured h2, + .edit-post-visual-editor__content-area .home-featured .h2 { margin: 1.2rem 0; font-size: 2rem; line-height: 1.2; @@ -563,26 +680,40 @@ 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 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 { + + .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 { + + .edit-post-visual-editor__content-area h3, + .edit-post-visual-editor__content-area .h3 { font-size: 2rem; } - .edit-post-visual-editor__content-area h4, .edit-post-visual-editor__content-area .h4 { - font-family: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + + .edit-post-visual-editor__content-area h4, + .edit-post-visual-editor__content-area .h4 { + font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.7rem; } - .edit-post-visual-editor__content-area h5, .edit-post-visual-editor__content-area .h5 { + + .edit-post-visual-editor__content-area h5, + .edit-post-visual-editor__content-area .h5 { font-size: 1.5rem; } - .edit-post-visual-editor__content-area h6, .edit-post-visual-editor__content-area .h6 { + + .edit-post-visual-editor__content-area h6, + .edit-post-visual-editor__content-area .h6 { font-size: 1.5rem; } - .edit-post-visual-editor__content-area .home-featured h2, .edit-post-visual-editor__content-area .home-featured .h2 { + + .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; } @@ -651,8 +782,9 @@ Add your custom styles in this file so it is easier to update the theme. } @font-face { + .edit-post-visual-editor__content-area { - font-family: 'din-regular'; + font-family: din-regular; src: url("assets/fonts/DIN-Regular.eot"); src: url("assets/fonts/DIN-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Regular.woff2") format("woff2"), url("assets/fonts/DIN-Regular.woff") format("woff"), url("assets/fonts/DIN-Regular.ttf") format("truetype"), url("assets/fonts/DIN-Regular.svg#fonts/DIN-Regular") format("svg"); font-weight: 100; @@ -662,8 +794,9 @@ Add your custom styles in this file so it is easier to update the theme. } @font-face { + .edit-post-visual-editor__content-area { - font-family: 'din-medium'; + font-family: din-medium; src: url("assets/fonts/DIN-Medium.eot"); src: url("assets/fonts/DIN-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Medium.woff2") format("woff2"), url("assets/fonts/DIN-Medium.woff") format("woff"), url("assets/fonts/DIN-Medium.ttf") format("truetype"), url("assets/fonts/DIN-Medium.svg#DIN-Medium") format("svg"); font-weight: 100; @@ -673,8 +806,9 @@ Add your custom styles in this file so it is easier to update the theme. } @font-face { + .edit-post-visual-editor__content-area { - font-family: 'din-bold'; + font-family: din-bold; src: url("assets/fonts/DIN-Bold.eot"); src: url("assets/fonts/DIN-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Bold.woff2") format("woff2"), url("assets/fonts/DIN-Bold.woff") format("woff"), url("assets/fonts/DIN-Bold.ttf") format("truetype"), url("assets/fonts/DIN-Bold.svg#DIN-Bold") format("svg"); font-weight: 100; @@ -684,8 +818,9 @@ Add your custom styles in this file so it is easier to update the theme. } @font-face { + .edit-post-visual-editor__content-area { - font-family: 'din-light'; + font-family: din-light; src: url("assets/fonts/DIN-Light.eot"); src: url("assets/fonts/DIN-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Light.woff2") format("woff2"), url("assets/fonts/DIN-Light.woff") format("woff"), url("assets/fonts/DIN-Light.ttf") format("truetype"), url("assets/fonts/DIN-Light.svg#DIN-Light") format("svg"); font-weight: 100; @@ -695,8 +830,9 @@ Add your custom styles in this file so it is easier to update the theme. } @font-face { + .edit-post-visual-editor__content-area { - font-family: 'din-black'; + font-family: din-black; src: url("assets/fonts/DIN-Black.eot"); src: url("assets/fonts/DIN-Black.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Black.woff2") format("woff2"), url("assets/fonts/DIN-Black.woff") format("woff"), url("assets/fonts/DIN-Black.ttf") format("truetype"), url("assets/fonts/DIN-Black.svg#DIN-Black") format("svg"); font-weight: 900; @@ -757,7 +893,7 @@ Add your custom styles in this file so it is easier to update the theme. padding: 0.2em 0.2em 0 0.2em; color: #fff; background-color: #000; - font-family: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 0.7rem; text-transform: uppercase; } @@ -793,7 +929,7 @@ Add your custom styles in this file so it is easier to update the theme. padding: 0.2em 0.2em 0 0.2em; color: #fff; background-color: #69ed82; - font-family: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 0.7rem; text-transform: uppercase; } @@ -808,7 +944,7 @@ Add your custom styles in this file so it is easier to update the theme. padding: 0.2em 0.2em 0 0.2em; color: #fff; background-color: #000; - font-family: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.1rem; text-transform: uppercase; } @@ -822,7 +958,8 @@ Add your custom styles in this file so it is easier to update the theme. text-decoration: none; } -.edit-post-visual-editor__content-area .ofisuport-faqs-types a:visited, .edit-post-visual-editor__content-area .ofisuport-faqs-types a:hover { +.edit-post-visual-editor__content-area .ofisuport-faqs-types a:visited, +.edit-post-visual-editor__content-area .ofisuport-faqs-types a:hover { color: #fff; } @@ -862,7 +999,9 @@ Add your custom styles in this file so it is easier to update the theme. color: #111; } -.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 a:hover, +.edit-post-visual-editor__content-area a:focus, +.edit-post-visual-editor__content-area a:active { color: #333; } @@ -870,7 +1009,8 @@ Add your custom styles in this file so it is easier to update the theme. 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 a:hover, +.edit-post-visual-editor__content-area a:active { outline: 0; } @@ -910,7 +1050,8 @@ Add your custom styles in this file so it is easier to update the theme. border-color: #111; } -.edit-post-visual-editor__content-area button:active, .edit-post-visual-editor__content-area button:focus, +.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, @@ -932,7 +1073,7 @@ Add your custom styles in this file so it is easier to update the theme. content: "+"; display: inline-block; width: 2rem; - font-family: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.5rem; text-align: right; } @@ -942,15 +1083,18 @@ Add your custom styles in this file so it is easier to update the theme. font-size: 1rem; } -.edit-post-visual-editor__content-area .home-featured .more-link, .edit-post-visual-editor__content-area .archive-posts .more-link { +.edit-post-visual-editor__content-area .home-featured .more-link, +.edit-post-visual-editor__content-area .archive-posts .more-link { position: relative; } -.edit-post-visual-editor__content-area .home-featured .more-link .button-more, .edit-post-visual-editor__content-area .archive-posts .more-link .button-more { +.edit-post-visual-editor__content-area .home-featured .more-link .button-more, +.edit-post-visual-editor__content-area .archive-posts .more-link .button-more { border: none; } -.edit-post-visual-editor__content-area .home-featured .more-link .button-more::after, .edit-post-visual-editor__content-area .archive-posts .more-link .button-more::after { +.edit-post-visual-editor__content-area .home-featured .more-link .button-more::after, +.edit-post-visual-editor__content-area .archive-posts .more-link .button-more::after { content: "+"; position: absolute; display: flex; @@ -966,7 +1110,8 @@ Add your custom styles in this file so it is easier to update the theme. line-height: inherit; } -.edit-post-visual-editor__content-area .home-featured .more-link .button-more:hover::after, .edit-post-visual-editor__content-area .archive-posts .more-link .button-more:hover::after { +.edit-post-visual-editor__content-area .home-featured .more-link .button-more:hover::after, +.edit-post-visual-editor__content-area .archive-posts .more-link .button-more:hover::after { content: ">"; padding: 0; font-size: 2.5rem; @@ -978,7 +1123,7 @@ Add your custom styles in this file so it is easier to update the theme. position: absolute; bottom: 1em; left: 0.5em; - font-family: "din-light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1rem; line-height: 0; } @@ -1053,6 +1198,7 @@ Add your custom styles in this file so it is easier to update the theme. } @media screen { + .edit-post-visual-editor__content-area .site { display: grid; grid-template-columns: 1fr minmax(0, 35em) minmax(0, 35em) 1fr; @@ -1060,18 +1206,23 @@ Add your custom styles in this file so it is easier to update the theme. margin: auto; padding: 0; } + .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; } + .edit-post-visual-editor__content-area .site > footer { grid-column: 1 / -1; } + .edit-post-visual-editor__content-area .site-header { position: sticky; z-index: 900; @@ -1080,6 +1231,7 @@ Add your custom styles in this file so it is easier to update the theme. background-color: #fff; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(0, 0, 0, 0); } + .edit-post-visual-editor__content-area .site-header .main { display: flex; flex-flow: column; @@ -1087,18 +1239,24 @@ Add your custom styles in this file so it is easier to update the theme. justify-content: space-around; padding-left: 1rem; } + .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 .home-featured { padding: 0 1rem; } - .edit-post-visual-editor__content-area .ofisuport-destacats, .edit-post-visual-editor__content-area .ofisuport-featured, .edit-post-visual-editor__content-area .archive-posts { + + .edit-post-visual-editor__content-area .ofisuport-destacats, + .edit-post-visual-editor__content-area .ofisuport-featured, + .edit-post-visual-editor__content-area .archive-posts { display: grid; grid-template-columns: repeat(1, 1fr); gap: 1rem; @@ -1106,6 +1264,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 { display: grid; grid-template-columns: 1fr 1fr; @@ -1115,77 +1274,103 @@ 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 .main { align-items: center; } + .edit-post-visual-editor__content-area .site-header .secondary { border-top: 1px solid #eee; align-items: center; } + .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 .ofisuport-destacats, .edit-post-visual-editor__content-area .ofisuport-featured, .edit-post-visual-editor__content-area .archive-posts { + + .edit-post-visual-editor__content-area .ofisuport-destacats, + .edit-post-visual-editor__content-area .ofisuport-featured, + .edit-post-visual-editor__content-area .archive-posts { grid-template-columns: repeat(4, 1fr); } + .edit-post-visual-editor__content-area .ofisuport-faqs-types { margin: 1em 0; } } @media screen and (min-width: 80em) { + .edit-post-visual-editor__content-area .site-header .main { width: 80em; margin: auto; flex-flow: row; } + .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 { + /* begin of menu-hidden */ + /* end of menu hidden*/ + /* Small menu. */ } + .edit-post-visual-editor__content-area .hide-content { display: block; - width: 0px; - height: 0px; + width: 0; + height: 0; 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 { + + .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 { + + .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 { + + .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 { + + .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%; @@ -1193,42 +1378,51 @@ Add your custom styles in this file so it is easier to update the theme. 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 .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 { - font-weight: bold; - font-family: "din-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-weight: 700; + font-family: din-bold, -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 .main-navigation a[href^="http://localhost"], .edit-post-visual-editor__content-area .main-navigation a[href^="http://oficinasuport.xarxaprod.cat"], .edit-post-visual-editor__content-area .main-navigation a[href^="https://oficinasuport.xarxaprod.cat"] { - font-family: "din-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-bold, -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; @@ -1240,6 +1434,7 @@ Add your custom styles in this file so it is easier to update the theme. padding: 0 2rem; background-color: #fff; } + .edit-post-visual-editor__content-area .toggle-show { position: relative; display: inline-block; @@ -1249,6 +1444,7 @@ Add your custom styles in this file so it is easier to update the theme. border-top: 0.3em solid #000; border-bottom: 0.3em solid #000; } + .edit-post-visual-editor__content-area .toggle-show::before { content: ""; position: absolute; @@ -1257,20 +1453,24 @@ Add your custom styles in this file so it is easier to update the theme. 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; + font-weight: 700; } + .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; @@ -1281,6 +1481,7 @@ Add your custom styles in this file so it is easier to update the theme. padding: 3rem; background-color: #fff; } + .edit-post-visual-editor__content-area .menu-toggle { display: inline-block; width: 10rem; @@ -1296,44 +1497,57 @@ 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 .site-branding { display: block; - width: 0px; - height: 0px; + width: 0; + height: 0; overflow: hidden; margin: 0; padding: 0; } + .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 { - /* - * css menu toggler + + /* + * css menu toggler * */ - /* end css menu toggler + + /* end css menu toggler * */ } + .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 { + + .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 { + + .edit-post-visual-editor__content-area .main-navigation ul ul, + .edit-post-visual-editor__content-area .secondary-navigation ul ul { background-color: #fff; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; @@ -1342,55 +1556,71 @@ Add your custom styles in this file so it is easier to update the theme. 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 { + + .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 .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: auto; } - .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 .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 .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 { + + .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 .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 .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 { border-left: none; } + .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-top: 2rem; padding-left: 1rem; padding-bottom: 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://oficinasuport.xarxaprod.cat"], .edit-post-visual-editor__content-area .main-navigation a[href^="https://oficinasuport.xarxaprod.cat"] { - font-family: "din-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-bold, -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, @@ -1407,9 +1637,11 @@ Add your custom styles in this file so it is easier to update the theme. margin-top: 2.3em; border-bottom: 0.3rem solid #000; } + .edit-post-visual-editor__content-area .secondary-navigation { padding: 1.5em 0; } + .edit-post-visual-editor__content-area .menu-item-has-children::after { content: ""; display: inline-block; @@ -1426,20 +1658,25 @@ Add your custom styles in this file so it is easier to update the theme. -ms-transform: rotate(45deg); transform: rotate(45deg); } + .edit-post-visual-editor__content-area .menu-item-has-children:hover::after { border-color: #666; } + .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 +.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; @@ -1464,14 +1701,19 @@ 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 .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 .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 { + + .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; } @@ -1484,77 +1726,98 @@ Add your custom styles in this file so it is easier to update the theme. } @media screen { + .edit-post-visual-editor__content-area { - /* used in - * ./template-parts/section-eachpost.php + + /* used in + * ./template-parts/section-eachpost.php * */ - /* used in - * ./template-parts/content-ofisuport-ajut.php - * ./template-parts/section-eachpost.php + + /* used in + * ./template-parts/content-ofisuport-ajut.php + * ./template-parts/section-eachpost.php * */ + /* filters form custom fields */ } + .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 0 5em; } + .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 .ofisuport-card-each .entry-title, .edit-post-visual-editor__content-area .ofisuport-card-each h6 { + + .edit-post-visual-editor__content-area .ofisuport-card-each .entry-title, + .edit-post-visual-editor__content-area .ofisuport-card-each h6 { border-bottom: 1px solid #000; margin: 0; padding: 0.5rem 0; } + .edit-post-visual-editor__content-area .ofisuport-card-each p { padding: 0.5rem 0; margin: 0; } + .edit-post-visual-editor__content-area .ofisuport-card-each .more-link { - display: inline-blocK; + display: inline-block; margin-top: 2rem; } + .edit-post-visual-editor__content-area .ofisuport-fund-info-fields, .edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields { display: grid; } + .edit-post-visual-editor__content-area .ofisuport-fund-info-fields .ofisuport-fund-info-field, .edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields .ofisuport-fund-info-field { padding-bottom: 1rem; border-bottom: 1px solid #000; } + .edit-post-visual-editor__content-area .ofisuport-fund-info-fields h6, .edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields h6 { font-size: 2.4rem; font-variant: all-petite-caps; } + .edit-post-visual-editor__content-area .ofisuport-fund-info-fields p, .edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields p { margin: 0.5rem 0 0 0; } + .edit-post-visual-editor__content-area .ofisuport-fund-info-fields li, .edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields li { font-size: 1.3rem; } + .edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields .ofisuport-fund-info-field { margin: 0; } + .edit-post-visual-editor__content-area .ofisuport-fund-info-fields .ofisuport-fund-info-field { margin: 1rem 0 0.5rem 0; } + .edit-post-visual-editor__content-area .ofisuport-funder-name, .edit-post-visual-editor__content-area .ofisuport-fund-contact-name, .edit-post-visual-editor__content-area .ofisuport-fund-web { @@ -1566,27 +1829,33 @@ Add your custom styles in this file so it is easier to update the theme. line-height: 0.9; align-items: center; } + .edit-post-visual-editor__content-area .ofisuport-funder-name a, .edit-post-visual-editor__content-area .ofisuport-fund-contact-name a, .edit-post-visual-editor__content-area .ofisuport-fund-web a { text-decoration: none; font-size: 0.8rem; } + .edit-post-visual-editor__content-area .ofisuport-filtered-funds { display: grid; grid: 1fr; } + .edit-post-visual-editor__content-area .ofisuport-filtered-funds .os_fund_target .filter, .edit-post-visual-editor__content-area .ofisuport-filtered-funds .os_fund_source .filter, .edit-post-visual-editor__content-area .ofisuport-filtered-funds .os_fund_field .filter { display: none; } + .edit-post-visual-editor__content-area .ofisuport-filters section { margin: 1em 0; } + .edit-post-visual-editor__content-area .archive-posts { grid-template-columns: repeat(1, 1fr); } + .edit-post-visual-editor__content-area .oficinasuport-titol-opcions { display: inline-block; width: 100%; @@ -1596,24 +1865,29 @@ Add your custom styles in this file so it is easier to update the theme. padding: 0.6em 1em 0.4em; clear: both; cursor: pointer; - font-family: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 0.9rem; border: 1px solid #000; text-transform: uppercase; } - .edit-post-visual-editor__content-area .oficinasuport-titol-opcions:after { + + .edit-post-visual-editor__content-area .oficinasuport-titol-opcions::after { content: ">"; display: inline; float: right; } - .edit-post-visual-editor__content-area .oficinasuport-titol-opcions:hover:after { + + .edit-post-visual-editor__content-area .oficinasuport-titol-opcions:hover::after { transform: rotate(90deg); animation: rotate 0.5s; } + @keyframes rotate { + 0% { transform: rotate(0); } + 100% { transform: rotate(90deg); } @@ -1621,13 +1895,16 @@ 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 .ofisuport-filters section { display: inline-block; } + .edit-post-visual-editor__content-area .ofisuport-filters section h5 { display: inline-block; width: 100%; } + .edit-post-visual-editor__content-area .ofisuport-filters section .filter { display: inline-block; width: 45%; @@ -1637,15 +1914,19 @@ 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 .ofisuport-filters { padding-right: 2em; } + .edit-post-visual-editor__content-area .ofisuport-filters section { margin: 1em 0; } + .edit-post-visual-editor__content-area .ofisuport-filtered-funds { grid-template-columns: 1fr 2fr; } + .edit-post-visual-editor__content-area .archive-posts { grid-template-columns: repeat(2, 1fr); grid-gap: 3em; @@ -1653,9 +1934,11 @@ 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 .ofisuport-filtered-funds { grid-template-columns: 1fr 3fr; } + .edit-post-visual-editor__content-area .archive-posts { grid-template-columns: repeat(3, 1fr); } @@ -1787,13 +2070,13 @@ Add your custom styles in this file so it is easier to update the theme. .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: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-black, -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: "din-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 0.9rem; } @@ -1834,11 +2117,11 @@ Add your custom styles in this file so it is easier to update the theme. border-color: #f6cc4c; background-color: #f6cc4c; color: #fff; - font-family: "din-medium"; - font-weight: bold; + font-family: din-medium; + font-weight: 700; text-align: center; - margin: 0em; - padding: 0rem; + margin: 0; + padding: 0; } .edit-post-visual-editor__content-area .wpcf7-form .wpcf7-submit { @@ -1867,11 +2150,13 @@ Add your custom styles in this file so it is easier to update the theme. 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 .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 { +.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; } @@ -1922,16 +2207,19 @@ Add your custom styles in this file so it is easier to update the theme. 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 .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"] { +.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 { +.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; } @@ -1982,16 +2270,20 @@ Add your custom styles in this file so it is easier to update the theme. } .edit-post-visual-editor__content-area .alignleft { + /*rtl:ignore*/ float: left; + /*rtl:ignore*/ margin-right: 1.5em; margin-bottom: 1.5em; } .edit-post-visual-editor__content-area .alignright { + /*rtl:ignore*/ float: right; + /*rtl:ignore*/ margin-left: 1.5em; margin-bottom: 1.5em; @@ -2013,13 +2305,23 @@ Add your custom styles in this file so it is easier to update the theme. 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: 'din-regular'; + font-family: din-regular; src: url("../fonts/DIN-Regular.eot"); src: url("../fonts/DIN-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Regular.woff2") format("woff2"), url("../fonts/DIN-Regular.woff") format("woff"), url("../fonts/DIN-Regular.ttf") format("truetype"), url("../fonts/DIN-Regular.svg#fonts/DIN-Regular") format("svg"); font-weight: 100; @@ -2028,7 +2330,7 @@ Add your custom styles in this file so it is easier to update the theme. } @font-face { - font-family: 'din-medium'; + font-family: din-medium; src: url("../fonts/DIN-Medium.eot"); src: url("../fonts/DIN-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Medium.woff2") format("woff2"), url("../fonts/DIN-Medium.woff") format("woff"), url("../fonts/DIN-Medium.ttf") format("truetype"), url("../fonts/DIN-Medium.svg#DIN-Medium") format("svg"); font-weight: 100; @@ -2037,7 +2339,7 @@ Add your custom styles in this file so it is easier to update the theme. } @font-face { - font-family: 'din-bold'; + font-family: din-bold; src: url("../fonts/DIN-Bold.eot"); src: url("../fonts/DIN-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Bold.woff2") format("woff2"), url("../fonts/DIN-Bold.woff") format("woff"), url("../fonts/DIN-Bold.ttf") format("truetype"), url("../fonts/DIN-Bold.svg#DIN-Bold") format("svg"); font-weight: 100; @@ -2046,7 +2348,7 @@ Add your custom styles in this file so it is easier to update the theme. } @font-face { - font-family: 'din-light'; + font-family: din-light; src: url("../fonts/DIN-Light.eot"); src: url("../fonts/DIN-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Light.woff2") format("woff2"), url("../fonts/DIN-Light.woff") format("woff"), url("../fonts/DIN-Light.ttf") format("truetype"), url("../fonts/DIN-Light.svg#DIN-Light") format("svg"); font-weight: 100; @@ -2055,12 +2357,10 @@ Add your custom styles in this file so it is easier to update the theme. } @font-face { - font-family: 'din-black'; + font-family: din-black; src: url("../fonts/DIN-Black.eot"); src: url("../fonts/DIN-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Black.woff2") format("woff2"), url("../fonts/DIN-Black.woff") format("woff"), url("../fonts/DIN-Black.ttf") format("truetype"), url("../fonts/DIN-Black.svg#DIN-Black") format("svg"); font-weight: 900; font-style: normal; font-display: swap; } - -/*# sourceMappingURL=adminstyles.css.map */ \ No newline at end of file diff --git a/adminstyles.css.map b/adminstyles.css.map index 521a7cc..f70625c 100644 --- a/adminstyles.css.map +++ b/adminstyles.css.map @@ -43,5 +43,5 @@ "sass/adminstyles/_fonts.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 9019255..c436a52 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 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:#404040;font-family:"din-regular",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1rem;line-height:1.3}@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-family:"din-light",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.8rem;text-transform:uppercase}.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-family:"din-light",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.5rem;text-transform:uppercase}.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-family:"din-black",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.3rem;text-transform:uppercase}.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-family:"din-bold",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.2rem;text-transform:uppercase}.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-family:"din-medium",-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 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-family:"din-light",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.1rem}.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:"din-black",-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:2rem}.edit-post-visual-editor__content-area h4,.edit-post-visual-editor__content-area .h4{font-family:"din-black",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.7rem}.edit-post-visual-editor__content-area h5,.edit-post-visual-editor__content-area .h5{font-size:1.5rem}.edit-post-visual-editor__content-area h6,.edit-post-visual-editor__content-area .h6{font-size:1.5rem}.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:'din-regular';src:url("assets/fonts/DIN-Regular.eot");src:url("assets/fonts/DIN-Regular.eot?#iefix") format("embedded-opentype"),url("assets/fonts/DIN-Regular.woff2") format("woff2"),url("assets/fonts/DIN-Regular.woff") format("woff"),url("assets/fonts/DIN-Regular.ttf") format("truetype"),url("assets/fonts/DIN-Regular.svg#fonts/DIN-Regular") format("svg");font-weight:100;font-style:normal;font-display:swap}}@font-face{.edit-post-visual-editor__content-area{font-family:'din-medium';src:url("assets/fonts/DIN-Medium.eot");src:url("assets/fonts/DIN-Medium.eot?#iefix") format("embedded-opentype"),url("assets/fonts/DIN-Medium.woff2") format("woff2"),url("assets/fonts/DIN-Medium.woff") format("woff"),url("assets/fonts/DIN-Medium.ttf") format("truetype"),url("assets/fonts/DIN-Medium.svg#DIN-Medium") format("svg");font-weight:100;font-style:normal;font-display:swap}}@font-face{.edit-post-visual-editor__content-area{font-family:'din-bold';src:url("assets/fonts/DIN-Bold.eot");src:url("assets/fonts/DIN-Bold.eot?#iefix") format("embedded-opentype"),url("assets/fonts/DIN-Bold.woff2") format("woff2"),url("assets/fonts/DIN-Bold.woff") format("woff"),url("assets/fonts/DIN-Bold.ttf") format("truetype"),url("assets/fonts/DIN-Bold.svg#DIN-Bold") format("svg");font-weight:100;font-style:normal;font-display:swap}}@font-face{.edit-post-visual-editor__content-area{font-family:'din-light';src:url("assets/fonts/DIN-Light.eot");src:url("assets/fonts/DIN-Light.eot?#iefix") format("embedded-opentype"),url("assets/fonts/DIN-Light.woff2") format("woff2"),url("assets/fonts/DIN-Light.woff") format("woff"),url("assets/fonts/DIN-Light.ttf") format("truetype"),url("assets/fonts/DIN-Light.svg#DIN-Light") format("svg");font-weight:100;font-style:normal;font-display:swap}}@font-face{.edit-post-visual-editor__content-area{font-family:'din-black';src:url("assets/fonts/DIN-Black.eot");src:url("assets/fonts/DIN-Black.eot?#iefix") format("embedded-opentype"),url("assets/fonts/DIN-Black.woff2") format("woff2"),url("assets/fonts/DIN-Black.woff") format("woff"),url("assets/fonts/DIN-Black.ttf") format("truetype"),url("assets/fonts/DIN-Black.svg#DIN-Black") format("svg");font-weight:900;font-style:normal;font-display:swap}}.edit-post-visual-editor__content-area body{background:#fff}.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 0 0.5em 0.5em;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 .ofisuport-label{margin:0;padding:0;display:inline}.edit-post-visual-editor__content-area .ofisuport-label li{display:inline-block;margin:0.1em 0;padding:0.2em 0.2em 0 0.2em;color:#fff;background-color:#000;font-family:"din-black",-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 .item-os_fund_target li{background-color:#ff8d76}.edit-post-visual-editor__content-area .item-os_fund_source li{background-color:#5bcee8}.edit-post-visual-editor__content-area .item-os_fund_field li{background-color:#f6cc4c}.edit-post-visual-editor__content-area .item-os_fund_dates li{background-color:#69ed82}.edit-post-visual-editor__content-area .item-os_fund_call{display:block;margin:0.2rem 0}.edit-post-visual-editor__content-area .item-os_fund_call li{font-size:1.2rem}.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}.edit-post-visual-editor__content-area a:visited{color:#303030}.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:#707070}.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 a.button{text-decoration:none}.edit-post-visual-editor__content-area .button a,.edit-post-visual-editor__content-area .excerpt a,.edit-post-visual-editor__content-area .post-excerpt a,.edit-post-visual-editor__content-area .entry-title a{text-decoration:none}.edit-post-visual-editor__content-area .home-featured .category-faq,.edit-post-visual-editor__content-area .home-featured .type-ofisuport-ajut,.edit-post-visual-editor__content-area .archive-posts .category-faq,.edit-post-visual-editor__content-area .archive-posts .type-ofisuport-ajut{position:relative;padding-bottom:4rem}.edit-post-visual-editor__content-area .home-featured .category-faq .entry-title a::after,.edit-post-visual-editor__content-area .home-featured .type-ofisuport-ajut .entry-title a::after,.edit-post-visual-editor__content-area .archive-posts .category-faq .entry-title a::after,.edit-post-visual-editor__content-area .archive-posts .type-ofisuport-ajut .entry-title a::after{content:"+";position:absolute;bottom:0;left:0;width:3rem;height:3rem;padding:0 0.38rem;border:1px solid #000;font-size:4rem;line-height:0.8}.edit-post-visual-editor__content-area .home-featured .category-faq .entry-title a:hover::after,.edit-post-visual-editor__content-area .home-featured .type-ofisuport-ajut .entry-title a:hover::after,.edit-post-visual-editor__content-area .archive-posts .category-faq .entry-title a:hover::after,.edit-post-visual-editor__content-area .archive-posts .type-ofisuport-ajut .entry-title a:hover::after{content:">";padding:0 0.38rem;font-size:2.5rem;line-height:1.3}.edit-post-visual-editor__content-area .home-featured .category-faq .entry-title a::before,.edit-post-visual-editor__content-area .archive-posts .category-faq .entry-title a::before{content:"accedir";position:absolute;bottom:1em;left:0.5em;font-family:"din-light",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1rem;line-height:0}.edit-post-visual-editor__content-area .home-featured .category-faq .entry-title a::after,.edit-post-visual-editor__content-area .archive-posts .category-faq .entry-title a::after{content:"+";width:8rem;height:2rem;padding:0 0.5rem;text-align:right;font-size:2.5rem;line-height:0.7}.edit-post-visual-editor__content-area .home-featured .category-faq .entry-title a:hover::after,.edit-post-visual-editor__content-area .archive-posts .category-faq .entry-title a:hover::after{content:">";padding:0 0.1rem;font-size:1.5rem;line-height:1.2}.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:1px solid;border-color:#000;border-radius:0;background:#fff;color:#000;line-height:1;padding:0.6em 1em 0.4em;text-transform:uppercase}.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}.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:#222}.edit-post-visual-editor__content-area .button-more::after{content:"+";display:inline-block;width:1.5rem;height:2rem;padding:0 0.5rem;font-family:"din-black",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.5rem}.edit-post-visual-editor__content-area .button-more:hover::after{content:">";padding-left:0.2rem;font-size:1.2rem;line-height:1.5}.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:#333;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 .site{display:grid;grid-template-columns:1fr minmax(0, 35em) minmax(0, 35em) 1fr;grid-template-areas:"header" "main" "aside" "footer";margin:auto;padding:0}.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}.edit-post-visual-editor__content-area .site>footer{grid-column:1 / -1}.edit-post-visual-editor__content-area .site-header{position:sticky;z-index:900;top:0;margin-bottom:2rem;background-color:#fff;box-shadow:0 15px 30px rgba(0,0,0,0.05),0 1px 0 0 rgba(0,0,0,0)}.edit-post-visual-editor__content-area .site-header .main{display:flex;flex-flow:column;align-items:initial;justify-content:space-around;padding-left:1rem}.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 .home-featured{padding:0 1rem}.edit-post-visual-editor__content-area .ofisuport-destacats,.edit-post-visual-editor__content-area .ofisuport-featured,.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 .main{align-items:center}.edit-post-visual-editor__content-area .site-header .secondary{border-top:1px solid #eee;align-items:center}.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 .ofisuport-destacats,.edit-post-visual-editor__content-area .ofisuport-featured,.edit-post-visual-editor__content-area .archive-posts{grid-template-columns:repeat(4, 1fr)}}@media screen and (min-width: 80em){.edit-post-visual-editor__content-area .site-header .main{width:80em;margin:auto;flex-flow:row}.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{font-weight:bold;font-family:"din-bold",-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 .main-navigation a[href^="http://localhost"],.edit-post-visual-editor__content-area .main-navigation a[href^="http://oficinasuport.xarxaprod.cat"],.edit-post-visual-editor__content-area .main-navigation a[href^="https://oficinasuport.xarxaprod.cat"]{font-family:"din-bold",-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;background-color:#fff}.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}.edit-post-visual-editor__content-area .menu-toggle{display:inline-block;width:10rem;height:4rem;margin:0;padding:0;font-size:0;border:none;background-position:center;background-repeat:no-repeat;background-size:contain}}@media screen and (max-width: 47.99em){.edit-post-visual-editor__content-area .site-branding{display:block;width:0px;height:0px;overflow:hidden;margin:0;padding:0}.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:#fff;box-shadow:0 3px 3px rgba(0,0,0,0.2);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:auto}.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 .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{border-left:none}.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 a[href^="http://localhost"],.edit-post-visual-editor__content-area .main-navigation a[href^="http://oficinasuport.xarxaprod.cat"],.edit-post-visual-editor__content-area .main-navigation a[href^="https://oficinasuport.xarxaprod.cat"]{font-family:"din-bold",-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://oficinasuport.xarxaprod.cat"]::after,.edit-post-visual-editor__content-area .main-navigation a[href^="https://oficinasuport.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;border-bottom:0.3rem solid #000}.edit-post-visual-editor__content-area .secondary-navigation{padding:1.5em 0}.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 #ccc;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 .menu-item-has-children:hover::after{border-color:#666}.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}.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{text-align:end;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://oficinasuport.xarxaprod.cat"]::after,.edit-post-visual-editor__content-area .main-navigation a[href^="https://oficinasuport.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 0 5em}.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 .ofisuport-card-each .entry-title,.edit-post-visual-editor__content-area .ofisuport-card-each h6{border-bottom:1px solid #000;margin:0;padding:0.5rem 0}.edit-post-visual-editor__content-area .ofisuport-card-each p{padding:0.5rem 0;margin:0}.edit-post-visual-editor__content-area .ofisuport-fund-info-fields,.edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields{display:grid}.edit-post-visual-editor__content-area .ofisuport-fund-info-fields .ofisuport-fund-info-field,.edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields .ofisuport-fund-info-field{padding-bottom:1rem;border-bottom:1px solid #000}.edit-post-visual-editor__content-area .ofisuport-fund-info-fields h6,.edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields h6{font-size:2.4rem;font-variant:all-petite-caps}.edit-post-visual-editor__content-area .ofisuport-fund-info-fields p,.edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields p{margin:0.5rem 0 0 0}.edit-post-visual-editor__content-area .ofisuport-fund-info-fields li,.edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields li{font-size:1.3rem}.edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields .ofisuport-fund-info-field{margin:0}.edit-post-visual-editor__content-area .ofisuport-fund-info-fields .ofisuport-fund-info-field{margin:1rem 0 0.5rem 0}.edit-post-visual-editor__content-area .ofisuport-funder-name,.edit-post-visual-editor__content-area .ofisuport-fund-contact-name,.edit-post-visual-editor__content-area .ofisuport-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 .ofisuport-funder-name a,.edit-post-visual-editor__content-area .ofisuport-fund-contact-name a,.edit-post-visual-editor__content-area .ofisuport-fund-web a{text-decoration:none;font-size:0.8rem}.edit-post-visual-editor__content-area .ofisuport-filtered-funds{display:grid;grid:1fr}.edit-post-visual-editor__content-area .ofisuport-filters section{margin:1em 0}.edit-post-visual-editor__content-area .ofisuport-filters .oficinasuport-titol-opcions{max-width:13em;margin-bottom:0}.edit-post-visual-editor__content-area .archive-posts{grid-template-columns:repeat(1, 1fr)}.edit-post-visual-editor__content-area .oficinasuport-titol-opcions{display:inline-block;width:100%;margin-bottom:1rem;padding:0.6em 1em 0.4em;clear:both;font-family:"din-black",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:.9rem;border:1px solid #000;text-transform:uppercase}}@media screen and (max-width: 48em){.edit-post-visual-editor__content-area .ofisuport-filters section{display:inline-block}.edit-post-visual-editor__content-area .ofisuport-filters section h5{display:inline-block;width:100%}.edit-post-visual-editor__content-area .ofisuport-filters section .filter{display:inline-block;width:45%;margin-right:0.3em;float:left}}@media screen and (min-width: 48em){.edit-post-visual-editor__content-area .ofisuport-filters{padding-right:2em}.edit-post-visual-editor__content-area .ofisuport-filters section{margin:1em 0}.edit-post-visual-editor__content-area .ofisuport-filtered-funds{grid-template-columns:1fr 2fr}.edit-post-visual-editor__content-area .archive-posts{grid-template-columns:repeat(2, 1fr);grid-gap:3em}}@media screen and (min-width: 80em){.edit-post-visual-editor__content-area .ofisuport-filtered-funds{grid-template-columns:1fr 3fr}.edit-post-visual-editor__content-area .archive-posts{grid-template-columns:repeat(3, 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:"din-black",-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:"din-bold",-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:-1rem;left:0.7rem;font-size:5rem}.edit-post-visual-editor__content-area .black-blocs .wp-block-column a:hover{color:#ccc}.edit-post-visual-editor__content-area .black-blocs .wp-block-column a:hover::after{content:">";font-size:3rem;bottom:0}.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:"din-medium";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 .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:#fff;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}@font-face{font-family:'din-regular';src:url("../fonts/DIN-Regular.eot");src:url("../fonts/DIN-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/DIN-Regular.woff2") format("woff2"),url("../fonts/DIN-Regular.woff") format("woff"),url("../fonts/DIN-Regular.ttf") format("truetype"),url("../fonts/DIN-Regular.svg#fonts/DIN-Regular") format("svg");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:'din-medium';src:url("../fonts/DIN-Medium.eot");src:url("../fonts/DIN-Medium.eot?#iefix") format("embedded-opentype"),url("../fonts/DIN-Medium.woff2") format("woff2"),url("../fonts/DIN-Medium.woff") format("woff"),url("../fonts/DIN-Medium.ttf") format("truetype"),url("../fonts/DIN-Medium.svg#DIN-Medium") format("svg");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:'din-bold';src:url("../fonts/DIN-Bold.eot");src:url("../fonts/DIN-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/DIN-Bold.woff2") format("woff2"),url("../fonts/DIN-Bold.woff") format("woff"),url("../fonts/DIN-Bold.ttf") format("truetype"),url("../fonts/DIN-Bold.svg#DIN-Bold") format("svg");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:'din-light';src:url("../fonts/DIN-Light.eot");src:url("../fonts/DIN-Light.eot?#iefix") format("embedded-opentype"),url("../fonts/DIN-Light.woff2") format("woff2"),url("../fonts/DIN-Light.woff") format("woff"),url("../fonts/DIN-Light.ttf") format("truetype"),url("../fonts/DIN-Light.svg#DIN-Light") format("svg");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:'din-black';src:url("../fonts/DIN-Black.eot");src:url("../fonts/DIN-Black.eot?#iefix") format("embedded-opentype"),url("../fonts/DIN-Black.woff2") format("woff2"),url("../fonts/DIN-Black.woff") format("woff"),url("../fonts/DIN-Black.ttf") format("truetype"),url("../fonts/DIN-Black.svg#DIN-Black") format("svg");font-weight:900;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{/*! 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 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:#202020;font-family:"din-regular",-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-color:transparent;background:none}@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-family:"din-light",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.8rem;text-transform:uppercase}.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-family:"din-light",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.5rem;text-transform:uppercase}.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-family:"din-black",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.3rem;text-transform:uppercase}.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-family:"din-bold",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.2rem;text-transform:uppercase}.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-family:"din-medium",-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 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-family:"din-light",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.1rem}.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:"din-black",-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:2rem}.edit-post-visual-editor__content-area h4,.edit-post-visual-editor__content-area .h4{font-family:"din-black",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.7rem}.edit-post-visual-editor__content-area h5,.edit-post-visual-editor__content-area .h5{font-size:1.5rem}.edit-post-visual-editor__content-area h6,.edit-post-visual-editor__content-area .h6{font-size:1.5rem}.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:'din-regular';src:url("assets/fonts/DIN-Regular.eot");src:url("assets/fonts/DIN-Regular.eot?#iefix") format("embedded-opentype"),url("assets/fonts/DIN-Regular.woff2") format("woff2"),url("assets/fonts/DIN-Regular.woff") format("woff"),url("assets/fonts/DIN-Regular.ttf") format("truetype"),url("assets/fonts/DIN-Regular.svg#fonts/DIN-Regular") format("svg");font-weight:100;font-style:normal;font-display:swap}}@font-face{.edit-post-visual-editor__content-area{font-family:'din-medium';src:url("assets/fonts/DIN-Medium.eot");src:url("assets/fonts/DIN-Medium.eot?#iefix") format("embedded-opentype"),url("assets/fonts/DIN-Medium.woff2") format("woff2"),url("assets/fonts/DIN-Medium.woff") format("woff"),url("assets/fonts/DIN-Medium.ttf") format("truetype"),url("assets/fonts/DIN-Medium.svg#DIN-Medium") format("svg");font-weight:100;font-style:normal;font-display:swap}}@font-face{.edit-post-visual-editor__content-area{font-family:'din-bold';src:url("assets/fonts/DIN-Bold.eot");src:url("assets/fonts/DIN-Bold.eot?#iefix") format("embedded-opentype"),url("assets/fonts/DIN-Bold.woff2") format("woff2"),url("assets/fonts/DIN-Bold.woff") format("woff"),url("assets/fonts/DIN-Bold.ttf") format("truetype"),url("assets/fonts/DIN-Bold.svg#DIN-Bold") format("svg");font-weight:100;font-style:normal;font-display:swap}}@font-face{.edit-post-visual-editor__content-area{font-family:'din-light';src:url("assets/fonts/DIN-Light.eot");src:url("assets/fonts/DIN-Light.eot?#iefix") format("embedded-opentype"),url("assets/fonts/DIN-Light.woff2") format("woff2"),url("assets/fonts/DIN-Light.woff") format("woff"),url("assets/fonts/DIN-Light.ttf") format("truetype"),url("assets/fonts/DIN-Light.svg#DIN-Light") format("svg");font-weight:100;font-style:normal;font-display:swap}}@font-face{.edit-post-visual-editor__content-area{font-family:'din-black';src:url("assets/fonts/DIN-Black.eot");src:url("assets/fonts/DIN-Black.eot?#iefix") format("embedded-opentype"),url("assets/fonts/DIN-Black.woff2") format("woff2"),url("assets/fonts/DIN-Black.woff") format("woff"),url("assets/fonts/DIN-Black.ttf") format("truetype"),url("assets/fonts/DIN-Black.svg#DIN-Black") format("svg");font-weight:900;font-style:normal;font-display:swap}}.edit-post-visual-editor__content-area body{background:#fff}.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 0 0.5em 0.5em;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 article:not(.type-post) .ofisuport-label{margin:0;padding:0;display:inline}.edit-post-visual-editor__content-area article:not(.type-post) .ofisuport-label li{display:inline-block;margin:0.1em 0;padding:0.2em 0.2em 0 0.2em;color:#fff;background-color:#000;font-family:"din-black",-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 article:not(.type-post) .item-os_fund_target li{background-color:#ff8d76}.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_source li{background-color:#5bcee8}.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_field li{background-color:#f6cc4c}.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_dates li{background-color:#69ed82}.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_call{display:block;margin:0.2rem 0}.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_call li{font-size:1.2rem}.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_apply_text{display:inline-block;margin:0.1em 0;padding:0.2em 0.2em 0 0.2em;color:#fff;background-color:#69ed82;font-family:"din-black",-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 .ofisuport-faqs-types ul{margin:0}.edit-post-visual-editor__content-area .ofisuport-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:"din-black",-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 .ofisuport-faqs-types .current-cat{background-color:#ff8d76}.edit-post-visual-editor__content-area .ofisuport-faqs-types a{color:#fff;text-decoration:none}.edit-post-visual-editor__content-area .ofisuport-faqs-types a:visited,.edit-post-visual-editor__content-area .ofisuport-faqs-types a:hover{color:#fff}.edit-post-visual-editor__content-area .single-ofisuport-ajut article:not(.type-post) .ofisuport-label li{font-size:1.1rem}.edit-post-visual-editor__content-area .single-ofisuport-ajut article:not(.type-post) .item-os_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}.edit-post-visual-editor__content-area a:visited{color:#111}.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 a.button{text-decoration:none}.edit-post-visual-editor__content-area .button a,.edit-post-visual-editor__content-area .excerpt a,.edit-post-visual-editor__content-area .post-excerpt a,.edit-post-visual-editor__content-area .entry-title a{text-decoration:none}.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:1px solid;border-color:#000;border-radius:0;background:#fff;color:#000;line-height:1;padding:0.6em 1em 0.4em;text-transform:uppercase}.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}.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}.edit-post-visual-editor__content-area .button-more{line-height:2.5em}.edit-post-visual-editor__content-area .button-more::after{content:"+";display:inline-block;width:2rem;font-family:"din-black",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.5rem;text-align:right}.edit-post-visual-editor__content-area .button-more:hover::after{content:">";font-size:1rem}.edit-post-visual-editor__content-area .home-featured .more-link,.edit-post-visual-editor__content-area .archive-posts .more-link{position:relative}.edit-post-visual-editor__content-area .home-featured .more-link .button-more,.edit-post-visual-editor__content-area .archive-posts .more-link .button-more{border:none}.edit-post-visual-editor__content-area .home-featured .more-link .button-more::after,.edit-post-visual-editor__content-area .archive-posts .more-link .button-more::after{content:"+";position:absolute;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;bottom:0;left:0;padding:0;border:1px solid #000;font-size:4rem;line-height:inherit}.edit-post-visual-editor__content-area .home-featured .more-link .button-more:hover::after,.edit-post-visual-editor__content-area .archive-posts .more-link .button-more:hover::after{content:">";padding:0;font-size:2.5rem;line-height:inherit}.edit-post-visual-editor__content-area .category-faq .more-link .button-more::before{content:"accedir";position:absolute;bottom:1em;left:0.5em;font-family:"din-light",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1rem;line-height:0}.edit-post-visual-editor__content-area .category-faq .more-link .button-more::after{content:"+";display:inline-block;width:8rem;height:2rem;padding:0 0.5rem;text-align:right;font-size:2.5rem;line-height:0.7}.edit-post-visual-editor__content-area .category-faq .more-link .button-more:hover::after{content:">";padding:0 0.1rem;font-size:1.5rem;line-height:1.2}.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:#333;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 .site{display:grid;grid-template-columns:1fr minmax(0, 35em) minmax(0, 35em) 1fr;grid-template-areas:"header" "main" "aside" "footer";margin:auto;padding:0}.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}.edit-post-visual-editor__content-area .site>footer{grid-column:1 / -1}.edit-post-visual-editor__content-area .site-header{position:sticky;z-index:900;top:0;margin-bottom:2rem;background-color:#fff;box-shadow:0 15px 30px rgba(0,0,0,0.05),0 1px 0 0 rgba(0,0,0,0)}.edit-post-visual-editor__content-area .site-header .main{display:flex;flex-flow:column;align-items:initial;justify-content:space-around;padding-left:1rem}.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 .home-featured{padding:0 1rem}.edit-post-visual-editor__content-area .ofisuport-destacats,.edit-post-visual-editor__content-area .ofisuport-featured,.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 .main{align-items:center}.edit-post-visual-editor__content-area .site-header .secondary{border-top:1px solid #eee;align-items:center}.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 .ofisuport-destacats,.edit-post-visual-editor__content-area .ofisuport-featured,.edit-post-visual-editor__content-area .archive-posts{grid-template-columns:repeat(4, 1fr)}.edit-post-visual-editor__content-area .ofisuport-faqs-types{margin:1em 0}}@media screen and (min-width: 80em){.edit-post-visual-editor__content-area .site-header .main{width:80em;margin:auto;flex-flow:row}.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{font-weight:bold;font-family:"din-bold",-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 .main-navigation a[href^="http://localhost"],.edit-post-visual-editor__content-area .main-navigation a[href^="http://oficinasuport.xarxaprod.cat"],.edit-post-visual-editor__content-area .main-navigation a[href^="https://oficinasuport.xarxaprod.cat"]{font-family:"din-bold",-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;background-color:#fff}.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}.edit-post-visual-editor__content-area .menu-toggle{display:inline-block;width:10rem;height:4rem;margin:0;padding:0;font-size:0;border:none;background-position:center;background-repeat:no-repeat;background-size:contain}}@media screen and (max-width: 47.99em){.edit-post-visual-editor__content-area .site-branding{display:block;width:0px;height:0px;overflow:hidden;margin:0;padding:0}.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:#fff;box-shadow:0 3px 3px rgba(0,0,0,0.2);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:auto}.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 .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{border-left:none}.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-top:2rem;padding-left:1rem;padding-bottom: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://oficinasuport.xarxaprod.cat"],.edit-post-visual-editor__content-area .main-navigation a[href^="https://oficinasuport.xarxaprod.cat"]{font-family:"din-bold",-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://oficinasuport.xarxaprod.cat"]::after,.edit-post-visual-editor__content-area .main-navigation a[href^="https://oficinasuport.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;border-bottom:0.3rem solid #000}.edit-post-visual-editor__content-area .secondary-navigation{padding:1.5em 0}.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 #ccc;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 .menu-item-has-children:hover::after{border-color:#666}.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://oficinasuport.xarxaprod.cat"]::after,.edit-post-visual-editor__content-area .main-navigation a[href^="https://oficinasuport.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 0 5em}.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 .ofisuport-card-each .entry-title,.edit-post-visual-editor__content-area .ofisuport-card-each h6{border-bottom:1px solid #000;margin:0;padding:0.5rem 0}.edit-post-visual-editor__content-area .ofisuport-card-each p{padding:0.5rem 0;margin:0}.edit-post-visual-editor__content-area .ofisuport-card-each .more-link{display:inline-blocK;margin-top:2rem}.edit-post-visual-editor__content-area .ofisuport-fund-info-fields,.edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields{display:grid}.edit-post-visual-editor__content-area .ofisuport-fund-info-fields .ofisuport-fund-info-field,.edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields .ofisuport-fund-info-field{padding-bottom:1rem;border-bottom:1px solid #000}.edit-post-visual-editor__content-area .ofisuport-fund-info-fields h6,.edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields h6{font-size:2.4rem;font-variant:all-petite-caps}.edit-post-visual-editor__content-area .ofisuport-fund-info-fields p,.edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields p{margin:0.5rem 0 0 0}.edit-post-visual-editor__content-area .ofisuport-fund-info-fields li,.edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields li{font-size:1.3rem}.edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields .ofisuport-fund-info-field{margin:0}.edit-post-visual-editor__content-area .ofisuport-fund-info-fields .ofisuport-fund-info-field{margin:1rem 0 0.5rem 0}.edit-post-visual-editor__content-area .ofisuport-funder-name,.edit-post-visual-editor__content-area .ofisuport-fund-contact-name,.edit-post-visual-editor__content-area .ofisuport-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 .ofisuport-funder-name a,.edit-post-visual-editor__content-area .ofisuport-fund-contact-name a,.edit-post-visual-editor__content-area .ofisuport-fund-web a{text-decoration:none;font-size:0.8rem}.edit-post-visual-editor__content-area .ofisuport-filtered-funds{display:grid;grid:1fr}.edit-post-visual-editor__content-area .ofisuport-filtered-funds .os_fund_target .filter,.edit-post-visual-editor__content-area .ofisuport-filtered-funds .os_fund_source .filter,.edit-post-visual-editor__content-area .ofisuport-filtered-funds .os_fund_field .filter{display:none}.edit-post-visual-editor__content-area .ofisuport-filters section{margin:1em 0}.edit-post-visual-editor__content-area .archive-posts{grid-template-columns:repeat(1, 1fr)}.edit-post-visual-editor__content-area .oficinasuport-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:"din-black",-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 .oficinasuport-titol-opcions:after{content:">";display:inline;float:right}.edit-post-visual-editor__content-area .oficinasuport-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 .ofisuport-filters section{display:inline-block}.edit-post-visual-editor__content-area .ofisuport-filters section h5{display:inline-block;width:100%}.edit-post-visual-editor__content-area .ofisuport-filters section .filter{display:inline-block;width:45%;margin-right:0.3em;float:left}}@media screen and (min-width: 48em){.edit-post-visual-editor__content-area .ofisuport-filters{padding-right:2em}.edit-post-visual-editor__content-area .ofisuport-filters section{margin:1em 0}.edit-post-visual-editor__content-area .ofisuport-filtered-funds{grid-template-columns:1fr 2fr}.edit-post-visual-editor__content-area .archive-posts{grid-template-columns:repeat(2, 1fr);grid-gap:3em}}@media screen and (min-width: 80em){.edit-post-visual-editor__content-area .ofisuport-filtered-funds{grid-template-columns:1fr 3fr}.edit-post-visual-editor__content-area .archive-posts{grid-template-columns:repeat(3, 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:"din-black",-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:"din-bold",-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:-1rem;left:0.7rem;font-size:5rem}.edit-post-visual-editor__content-area .black-blocs .wp-block-column a:hover{color:#ccc}.edit-post-visual-editor__content-area .black-blocs .wp-block-column a:hover::after{content:">";font-size:3rem;bottom:0}.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:"din-medium";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 .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:#fff;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:'din-regular';src:url("../fonts/DIN-Regular.eot");src:url("../fonts/DIN-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/DIN-Regular.woff2") format("woff2"),url("../fonts/DIN-Regular.woff") format("woff"),url("../fonts/DIN-Regular.ttf") format("truetype"),url("../fonts/DIN-Regular.svg#fonts/DIN-Regular") format("svg");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:'din-medium';src:url("../fonts/DIN-Medium.eot");src:url("../fonts/DIN-Medium.eot?#iefix") format("embedded-opentype"),url("../fonts/DIN-Medium.woff2") format("woff2"),url("../fonts/DIN-Medium.woff") format("woff"),url("../fonts/DIN-Medium.ttf") format("truetype"),url("../fonts/DIN-Medium.svg#DIN-Medium") format("svg");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:'din-bold';src:url("../fonts/DIN-Bold.eot");src:url("../fonts/DIN-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/DIN-Bold.woff2") format("woff2"),url("../fonts/DIN-Bold.woff") format("woff"),url("../fonts/DIN-Bold.ttf") format("truetype"),url("../fonts/DIN-Bold.svg#DIN-Bold") format("svg");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:'din-light';src:url("../fonts/DIN-Light.eot");src:url("../fonts/DIN-Light.eot?#iefix") format("embedded-opentype"),url("../fonts/DIN-Light.woff2") format("woff2"),url("../fonts/DIN-Light.woff") format("woff"),url("../fonts/DIN-Light.ttf") format("truetype"),url("../fonts/DIN-Light.svg#DIN-Light") format("svg");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:'din-black';src:url("../fonts/DIN-Black.eot");src:url("../fonts/DIN-Black.eot?#iefix") format("embedded-opentype"),url("../fonts/DIN-Black.woff2") format("woff2"),url("../fonts/DIN-Black.woff") format("woff"),url("../fonts/DIN-Black.ttf") format("truetype"),url("../fonts/DIN-Black.svg#DIN-Black") format("svg");font-weight:900;font-style:normal;font-display:swap} diff --git a/sass/adminstyles.scss b/sass/adminstyles.scss index e2d5e6e..db7ec39 100644 --- a/sass/adminstyles.scss +++ b/sass/adminstyles.scss @@ -29,6 +29,15 @@ 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; +} // modify internal paths to make objects locally available @import "adminstyles/fonts"; diff --git a/style.css b/style.css index 266cfd6..c95e53f 100644 --- a/style.css +++ b/style.css @@ -22,6 +22,7 @@ Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ */ + /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- @@ -49,14 +50,19 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ - Alignments --------------------------------------------------------------*/ + /*-------------------------------------------------------------- # Generic --------------------------------------------------------------*/ + /* Normalize --------------------------------------------- */ + /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ + /* Document ========================================================================== */ + /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. @@ -68,6 +74,7 @@ html { /* Sections ========================================================================== */ + /** * Remove the margin in all browsers. */ @@ -93,6 +100,7 @@ h1 { /* Grouping content ========================================================================== */ + /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. @@ -114,6 +122,7 @@ pre { /* Text-level semantics ========================================================================== */ + /** * Remove the gray background on active links in IE 10. */ @@ -179,6 +188,7 @@ sup { /* Embedded content ========================================================================== */ + /** * Remove the border on images inside links in IE 10. */ @@ -188,6 +198,7 @@ img { /* Forms ========================================================================== */ + /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. @@ -333,6 +344,7 @@ textarea { /* Interactive ========================================================================== */ + /* * Add the correct display in Edge, IE 10+, and Firefox. */ @@ -349,6 +361,7 @@ summary { /* Misc ========================================================================== */ + /** * Add the correct display in IE 10+. */ @@ -365,6 +378,7 @@ template { /* Box sizing --------------------------------------------- */ + /* Inherit box-sizing to more easily change it's value on a component level. @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ *, @@ -380,6 +394,7 @@ html { /*-------------------------------------------------------------- # Base --------------------------------------------------------------*/ + /* Typography --------------------------------------------- */ body, @@ -389,7 +404,7 @@ select, optgroup, textarea { color: #202020; - font-family: "din-regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1rem; line-height: 1.3; } @@ -400,11 +415,11 @@ textarea { padding: 0; min-width: unset; max-width: unset; - width: 0px; + width: 0; min-height: unset; max-height: unset; - height: 0px; - font-size: 0px; + height: 0; + font-size: 0; line-height: 0px; text-decoration: none; border: 0; @@ -413,77 +428,117 @@ textarea { } @media screen { + h1, h2, h3, h4, h5, h6, - .h1, .h2, .h3, .h4, .h5, .h6 { + .h1, + .h2, + .h3, + .h4, + .h5, + .h6 { clear: both; line-height: 1.1; } - h1, .h1 { - font-family: "din-light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + + h1, + .h1 { + font-family: din-light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.8rem; text-transform: uppercase; } - h1.small, .h1.small { + + h1.small, + .h1.small { font-size: 1.5rem; } - h2, .h2 { - font-family: "din-light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + + h2, + .h2 { + font-family: din-light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.5rem; text-transform: uppercase; } - h2.small, .h2.small { + + h2.small, + .h2.small { font-size: 1.2rem; } - h3, .h3 { - font-family: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + + h3, + .h3 { + font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.3rem; text-transform: uppercase; } - h3.small, .h3.small { + + h3.small, + .h3.small { font-size: 1rem; } - h4, .h4 { - font-family: "din-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + + h4, + .h4 { + font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.2rem; text-transform: uppercase; } - h4.small, .h4.small { + + h4.small, + .h4.small { font-size: 0.9rem; } - h5, .h5 { - font-family: "din-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + + h5, + .h5 { + font-family: din-medium, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.1rem; text-transform: uppercase; } - h5.small, .h5.small { + + h5.small, + .h5.small { font-size: 0.8rem; } - h6, .h6 { - font-family: "din-light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + + h6, + .h6 { + font-family: din-light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.1rem; } - h6.small, .h6.small { + + h6.small, + .h6.small { font-size: 0.8rem; } + .site-main h1, .site-main h2, .site-main h3, .site-main h4, .site-main h5, .site-main h6, - .site-main .h1, .site-main .h2, .site-main .h3, .site-main .h4, .site-main .h5, .site-main .h6, + .site-main .h1, + .site-main .h2, + .site-main .h3, + .site-main .h4, + .site-main .h5, + .site-main .h6, .site-main .entry-content { margin: 0; } - .single h1, .single .h1 { - font-family: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + + .single h1, + .single .h1 { + font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; } - .home-featured h2, .home-featured .h2 { + + .home-featured h2, + .home-featured .h2 { margin: 1.2rem 0; font-size: 2rem; line-height: 1.2; @@ -492,26 +547,40 @@ textarea { } @media screen and (min-width: 48em) { - h1, .h1 { + + h1, + .h1 { font-size: 3.5rem; } - h2, .h2 { + + h2, + .h2 { font-size: 2.5rem; } - h3, .h3 { + + h3, + .h3 { font-size: 2rem; } - h4, .h4 { - font-family: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + + h4, + .h4 { + font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.7rem; } - h5, .h5 { + + h5, + .h5 { font-size: 1.5rem; } - h6, .h6 { + + h6, + .h6 { font-size: 1.5rem; } - .home-featured h2, .home-featured .h2 { + + .home-featured h2, + .home-featured .h2 { font-size: 3.5rem; border-bottom: 0.8rem solid #000; } @@ -585,7 +654,7 @@ Your custom style Add your custom styles in this file so it is easier to update the theme. */ @font-face { - font-family: 'din-regular'; + font-family: din-regular; src: url("assets/fonts/DIN-Regular.eot"); src: url("assets/fonts/DIN-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Regular.woff2") format("woff2"), url("assets/fonts/DIN-Regular.woff") format("woff"), url("assets/fonts/DIN-Regular.ttf") format("truetype"), url("assets/fonts/DIN-Regular.svg#fonts/DIN-Regular") format("svg"); font-weight: 100; @@ -594,7 +663,7 @@ Add your custom styles in this file so it is easier to update the theme. } @font-face { - font-family: 'din-medium'; + font-family: din-medium; src: url("assets/fonts/DIN-Medium.eot"); src: url("assets/fonts/DIN-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Medium.woff2") format("woff2"), url("assets/fonts/DIN-Medium.woff") format("woff"), url("assets/fonts/DIN-Medium.ttf") format("truetype"), url("assets/fonts/DIN-Medium.svg#DIN-Medium") format("svg"); font-weight: 100; @@ -603,7 +672,7 @@ Add your custom styles in this file so it is easier to update the theme. } @font-face { - font-family: 'din-bold'; + font-family: din-bold; src: url("assets/fonts/DIN-Bold.eot"); src: url("assets/fonts/DIN-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Bold.woff2") format("woff2"), url("assets/fonts/DIN-Bold.woff") format("woff"), url("assets/fonts/DIN-Bold.ttf") format("truetype"), url("assets/fonts/DIN-Bold.svg#DIN-Bold") format("svg"); font-weight: 100; @@ -612,7 +681,7 @@ Add your custom styles in this file so it is easier to update the theme. } @font-face { - font-family: 'din-light'; + font-family: din-light; src: url("assets/fonts/DIN-Light.eot"); src: url("assets/fonts/DIN-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Light.woff2") format("woff2"), url("assets/fonts/DIN-Light.woff") format("woff"), url("assets/fonts/DIN-Light.ttf") format("truetype"), url("assets/fonts/DIN-Light.svg#DIN-Light") format("svg"); font-weight: 100; @@ -621,7 +690,7 @@ Add your custom styles in this file so it is easier to update the theme. } @font-face { - font-family: 'din-black'; + font-family: din-black; src: url("assets/fonts/DIN-Black.eot"); src: url("assets/fonts/DIN-Black.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DIN-Black.woff2") format("woff2"), url("assets/fonts/DIN-Black.woff") format("woff"), url("assets/fonts/DIN-Black.ttf") format("truetype"), url("assets/fonts/DIN-Black.svg#DIN-Black") format("svg"); font-weight: 900; @@ -683,7 +752,7 @@ article:not(.type-post) .ofisuport-label li { padding: 0.2em 0.2em 0 0.2em; color: #fff; background-color: #000; - font-family: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 0.7rem; text-transform: uppercase; } @@ -719,7 +788,7 @@ article:not(.type-post) .item-os_fund_apply_text { padding: 0.2em 0.2em 0 0.2em; color: #fff; background-color: #69ed82; - font-family: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 0.7rem; text-transform: uppercase; } @@ -734,7 +803,7 @@ article:not(.type-post) .item-os_fund_apply_text { padding: 0.2em 0.2em 0 0.2em; color: #fff; background-color: #000; - font-family: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.1rem; text-transform: uppercase; } @@ -748,7 +817,8 @@ article:not(.type-post) .item-os_fund_apply_text { text-decoration: none; } -.ofisuport-faqs-types a:visited, .ofisuport-faqs-types a:hover { +.ofisuport-faqs-types a:visited, +.ofisuport-faqs-types a:hover { color: #fff; } @@ -791,7 +861,9 @@ a:visited { color: #111; } -a:hover, a:focus, a:active { +a:hover, +a:focus, +a:active { color: #333; } @@ -799,7 +871,8 @@ a:focus { outline: thin dotted; } -a:hover, a:active { +a:hover, +a:active { outline: 0; } @@ -841,7 +914,8 @@ input[type="submit"]:hover, border-color: #111; } -button:active, button:focus, +button:active, +button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, @@ -863,7 +937,7 @@ input[type="submit"]:focus, content: "+"; display: inline-block; width: 2rem; - font-family: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1.5rem; text-align: right; } @@ -873,15 +947,18 @@ input[type="submit"]:focus, font-size: 1rem; } -.home-featured .more-link, .archive-posts .more-link { +.home-featured .more-link, +.archive-posts .more-link { position: relative; } -.home-featured .more-link .button-more, .archive-posts .more-link .button-more { +.home-featured .more-link .button-more, +.archive-posts .more-link .button-more { border: none; } -.home-featured .more-link .button-more::after, .archive-posts .more-link .button-more::after { +.home-featured .more-link .button-more::after, +.archive-posts .more-link .button-more::after { content: "+"; position: absolute; display: flex; @@ -897,7 +974,8 @@ input[type="submit"]:focus, line-height: inherit; } -.home-featured .more-link .button-more:hover::after, .archive-posts .more-link .button-more:hover::after { +.home-featured .more-link .button-more:hover::after, +.archive-posts .more-link .button-more:hover::after { content: ">"; padding: 0; font-size: 2.5rem; @@ -909,7 +987,7 @@ input[type="submit"]:focus, position: absolute; bottom: 1em; left: 0.5em; - font-family: "din-light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1rem; line-height: 0; } @@ -987,6 +1065,7 @@ textarea { # Layouts --------------------------------------------------------------*/ @media screen { + .site { display: grid; grid-template-columns: 1fr minmax(0, 35em) minmax(0, 35em) 1fr; @@ -994,18 +1073,23 @@ textarea { margin: auto; padding: 0; } + .site > header { grid-column: 1 / -1; } + .site > main { grid-column: 2 / 4; } + .site > aside { grid-column: 2 / 4; } + .site > footer { grid-column: 1 / -1; } + .site-header { position: sticky; z-index: 900; @@ -1014,6 +1098,7 @@ textarea { background-color: #fff; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(0, 0, 0, 0); } + .site-header .main { display: flex; flex-flow: column; @@ -1021,18 +1106,24 @@ textarea { justify-content: space-around; padding-left: 1rem; } + .site-header .secondary { display: flex; flex-flow: column; align-items: end; } + .site-main { padding: 0 1rem; } + .home-featured { padding: 0 1rem; } - .ofisuport-destacats, .ofisuport-featured, .archive-posts { + + .ofisuport-destacats, + .ofisuport-featured, + .archive-posts { display: grid; grid-template-columns: repeat(1, 1fr); gap: 1rem; @@ -1040,6 +1131,7 @@ textarea { } @media screen and (max-width: 48em) { + .site-header { display: grid; grid-template-columns: 1fr 1fr; @@ -1049,40 +1141,52 @@ textarea { } @media screen and (min-width: 48em) { + .site-header .main { align-items: center; } + .site-header .secondary { border-top: 1px solid #eee; align-items: center; } + .site-main { padding: 0 2rem; } + .home-featured { padding: 0 2rem; } + .single .site-main { width: 45rem; margin: 0 auto; } - .ofisuport-destacats, .ofisuport-featured, .archive-posts { + + .ofisuport-destacats, + .ofisuport-featured, + .archive-posts { grid-template-columns: repeat(4, 1fr); } + .ofisuport-faqs-types { margin: 1em 0; } } @media screen and (min-width: 80em) { + .site-header .main { width: 80em; margin: auto; flex-flow: row; } + .site-main { padding: 0; } + .home-featured { padding: 0; } @@ -1091,35 +1195,46 @@ textarea { /*-------------------------------------------------------------- # Components --------------------------------------------------------------*/ + /* Navigation --------------------------------------------- */ @media screen { + .hide-content { display: block; - width: 0px; - height: 0px; + width: 0; + height: 0; margin: 0; padding: 0; overflow: hidden; } + .custom-logo { min-width: 11rem; margin: 1rem; } - .main-navigation ul, .secondary-navigation ul { + + .main-navigation ul, + .secondary-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; } - .main-navigation ul ul.sub-menu, .secondary-navigation ul ul.sub-menu { + + .main-navigation ul ul.sub-menu, + .secondary-navigation ul ul.sub-menu { padding-top: 0.5rem; padding-left: 1rem; } - .main-navigation li, .secondary-navigation li { + + .main-navigation li, + .secondary-navigation li { position: relative; } - .main-navigation a, .secondary-navigation a { + + .main-navigation a, + .secondary-navigation a { display: flex; align-items: center; min-height: 100%; @@ -1127,43 +1242,52 @@ textarea { text-decoration: none; font-size: 1rem; } + .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, - .main-navigation .current-menu-ancestor > a, .secondary-navigation .current_page_item > a, + .main-navigation .current-menu-ancestor > a, + .secondary-navigation .current_page_item > a, .secondary-navigation .current-menu-item > a, .secondary-navigation .current_page_ancestor > a, .secondary-navigation .current-menu-ancestor > a { - font-weight: bold; - font-family: "din-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-weight: 700; + font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; border-left: 1px solid #000; } .main-navigation a[href^="http://localhost"], .main-navigation a[href^="http://oficinasuport.xarxaprod.cat"], .main-navigation a[href^="https://oficinasuport.xarxaprod.cat"] { - font-family: "din-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; border-left: 1px solid #000; } + .secondary-navigation { padding: 0 1em 1em 0; } + .secondary-navigation ul { display: inline-block; } + .secondary-navigation ul li { padding: 0.5em 0; } + .secondary-navigation a { text-transform: uppercase; } + /* begin of menu-hidden */ .toggle-secondary-navigation .show-mobile { display: inherit; } + .toggle, .toggled-menu { display: none; } + .toggle:checked + .toggled-menu { display: block; position: absolute; @@ -1175,6 +1299,7 @@ textarea { padding: 0 2rem; background-color: #fff; } + .toggle-show { position: relative; display: inline-block; @@ -1184,6 +1309,7 @@ textarea { border-top: 0.3em solid #000; border-bottom: 0.3em solid #000; } + .toggle-show::before { content: ""; position: absolute; @@ -1192,22 +1318,27 @@ textarea { width: 100%; border-top: 0.3em solid #000; } + .toggle-hide { display: flex; justify-content: end; margin-right: -0.5em; } + .toggle-hide::after { content: "x"; padding: 0; font-size: 3rem; - font-weight: bold; + font-weight: 700; } + /* end of menu hidden*/ + /* Small menu. */ .main-navigation.toggled ul { display: block; } + .main-navigation.toggled .main-navigation-content { display: inline-block; position: absolute; @@ -1218,6 +1349,7 @@ textarea { padding: 3rem; background-color: #fff; } + .menu-toggle { display: inline-block; width: 10rem; @@ -1233,37 +1365,47 @@ textarea { } @media screen and (max-width: 47.99em) { + .site-branding { display: block; - width: 0px; - height: 0px; + width: 0; + height: 0; overflow: hidden; margin: 0; padding: 0; } + .main-navigation-content { text-transform: uppercase; } + .main-navigation-content li { padding: 0.5rem 0; } + .secondary-navigation-content { padding: 4rem 2rem; } } @media screen and (min-width: 48em) { + .custom-logo { min-width: 11rem; margin: 1rem 1rem 1rem 0; } + .menu-toggle { display: none; } - .main-navigation ul, .secondary-navigation ul { + + .main-navigation ul, + .secondary-navigation ul { display: flex; } - .main-navigation ul ul, .secondary-navigation ul ul { + + .main-navigation ul ul, + .secondary-navigation ul ul { background-color: #fff; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; @@ -1272,55 +1414,71 @@ textarea { left: -999em; z-index: 99999; } - .main-navigation ul ul ul, .secondary-navigation ul ul ul { + + .main-navigation ul ul ul, + .secondary-navigation ul ul ul { left: -999em; top: 0; } + .main-navigation ul ul li:hover > ul, - .main-navigation ul ul li.focus > ul, .secondary-navigation ul ul li:hover > ul, + .main-navigation ul ul li.focus > ul, + .secondary-navigation ul ul li:hover > ul, .secondary-navigation ul ul li.focus > ul { display: block; left: auto; } - .main-navigation ul ul a, .secondary-navigation ul ul a { + + .main-navigation ul ul a, + .secondary-navigation ul ul a { width: 200px; } + .main-navigation ul li:hover > ul, - .main-navigation ul li.focus > ul, .secondary-navigation ul li:hover > ul, + .main-navigation ul li.focus > ul, + .secondary-navigation ul li:hover > ul, .secondary-navigation ul li.focus > ul { left: auto; } - .main-navigation a, .secondary-navigation a { + + .main-navigation a, + .secondary-navigation a { padding: 0 0.5rem; } + .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, - .main-navigation .current-menu-ancestor > a, .secondary-navigation .current_page_item > a, + .main-navigation .current-menu-ancestor > a, + .secondary-navigation .current_page_item > a, .secondary-navigation .current-menu-item > a, .secondary-navigation .current_page_ancestor > a, .secondary-navigation .current-menu-ancestor > a { border-left: none; } + .main-navigation { padding-bottom: 1em; } + .main-navigation ul { justify-content: end; } + .main-navigation ul ul.sub-menu { flex-direction: column; padding-top: 2rem; padding-left: 1rem; padding-bottom: 1rem; } + .main-navigation ul ul.sub-menu li { margin: 0.5rem 0; } .main-navigation a[href^="http://localhost"], .main-navigation a[href^="http://oficinasuport.xarxaprod.cat"], .main-navigation a[href^="https://oficinasuport.xarxaprod.cat"] { - font-family: "din-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; border-left: none; } .main-navigation a[href^="http://localhost"]::after, @@ -1337,9 +1495,11 @@ textarea { margin-top: 2.3em; border-bottom: 0.3rem solid #000; } + .secondary-navigation { padding: 1.5em 0; } + .menu-item-has-children::after { content: ""; display: inline-block; @@ -1356,25 +1516,31 @@ textarea { -ms-transform: rotate(45deg); transform: rotate(45deg); } + .menu-item-has-children:hover::after { border-color: #666; } - /* - * css menu toggler + + /* + * css menu toggler * */ .toggle-secondary-navigation .show-mobile, .toggle-secondary-navigation .hide-not-mobile { display: none; } + .toggled-menu { display: inherit; } - /* end css menu toggler + + /* end css menu toggler * */ } -.site-main .comment-navigation, .site-main -.posts-navigation, .site-main +.site-main .comment-navigation, +.site-main +.posts-navigation, +.site-main .post-navigation { margin: 0 0 1.5em; align-self: end; @@ -1399,14 +1565,19 @@ textarea { } @media screen and (min-width: 80em) { + .main-navigation .toggle-sidebar-segona .show-mobile, - .main-navigation .toggle-sidebar-segona .hide-not-mobile, .secondary-navigation .toggle-sidebar-segona .show-mobile, + .main-navigation .toggle-sidebar-segona .hide-not-mobile, + .secondary-navigation .toggle-sidebar-segona .show-mobile, .secondary-navigation .toggle-sidebar-segona .hide-not-mobile { display: none; } - .main-navigation a, .secondary-navigation a { + + .main-navigation a, + .secondary-navigation a { padding: 0 1rem; } + .main-navigation { padding-bottom: 0; } @@ -1421,73 +1592,90 @@ textarea { /* Posts and pages --------------------------------------------- */ @media screen { + .sticky { display: block; } + .post, .page { margin: 0 0 5em; } + .updated:not(.published) { display: none; } + .page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; } + .page-links { clear: both; margin: 0 0 1.5em; } - /* used in - * ./template-parts/section-eachpost.php + + /* used in + * ./template-parts/section-eachpost.php * */ - .ofisuport-card-each .entry-title, .ofisuport-card-each h6 { + .ofisuport-card-each .entry-title, + .ofisuport-card-each h6 { border-bottom: 1px solid #000; margin: 0; padding: 0.5rem 0; } + .ofisuport-card-each p { padding: 0.5rem 0; margin: 0; } + .ofisuport-card-each .more-link { - display: inline-blocK; + display: inline-block; margin-top: 2rem; } - /* used in - * ./template-parts/content-ofisuport-ajut.php - * ./template-parts/section-eachpost.php + + /* used in + * ./template-parts/content-ofisuport-ajut.php + * ./template-parts/section-eachpost.php * */ .ofisuport-fund-info-fields, .ofisuport-fund-info-contact-fields { display: grid; } + .ofisuport-fund-info-fields .ofisuport-fund-info-field, .ofisuport-fund-info-contact-fields .ofisuport-fund-info-field { padding-bottom: 1rem; border-bottom: 1px solid #000; } + .ofisuport-fund-info-fields h6, .ofisuport-fund-info-contact-fields h6 { font-size: 2.4rem; font-variant: all-petite-caps; } + .ofisuport-fund-info-fields p, .ofisuport-fund-info-contact-fields p { margin: 0.5rem 0 0 0; } + .ofisuport-fund-info-fields li, .ofisuport-fund-info-contact-fields li { font-size: 1.3rem; } + .ofisuport-fund-info-contact-fields .ofisuport-fund-info-field { margin: 0; } + .ofisuport-fund-info-fields .ofisuport-fund-info-field { margin: 1rem 0 0.5rem 0; } + .ofisuport-funder-name, .ofisuport-fund-contact-name, .ofisuport-fund-web { @@ -1499,29 +1687,35 @@ textarea { line-height: 0.9; align-items: center; } + .ofisuport-funder-name a, .ofisuport-fund-contact-name a, .ofisuport-fund-web a { text-decoration: none; font-size: 0.8rem; } + /* filters form custom fields */ .ofisuport-filtered-funds { display: grid; grid: 1fr; } + .ofisuport-filtered-funds .os_fund_target .filter, .ofisuport-filtered-funds .os_fund_source .filter, .ofisuport-filtered-funds .os_fund_field .filter { display: none; } + .ofisuport-filters section { margin: 1em 0; } + .archive-posts { grid-template-columns: repeat(1, 1fr); } + .oficinasuport-titol-opcions { display: inline-block; width: 100%; @@ -1531,24 +1725,29 @@ textarea { padding: 0.6em 1em 0.4em; clear: both; cursor: pointer; - font-family: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 0.9rem; border: 1px solid #000; text-transform: uppercase; } - .oficinasuport-titol-opcions:after { + + .oficinasuport-titol-opcions::after { content: ">"; display: inline; float: right; } - .oficinasuport-titol-opcions:hover:after { + + .oficinasuport-titol-opcions:hover::after { transform: rotate(90deg); animation: rotate 0.5s; } + @keyframes rotate { + 0% { transform: rotate(0); } + 100% { transform: rotate(90deg); } @@ -1556,13 +1755,16 @@ textarea { } @media screen and (max-width: 48em) { + .ofisuport-filters section { display: inline-block; } + .ofisuport-filters section h5 { display: inline-block; width: 100%; } + .ofisuport-filters section .filter { display: inline-block; width: 45%; @@ -1572,15 +1774,19 @@ textarea { } @media screen and (min-width: 48em) { + .ofisuport-filters { padding-right: 2em; } + .ofisuport-filters section { margin: 1em 0; } + .ofisuport-filtered-funds { grid-template-columns: 1fr 2fr; } + .archive-posts { grid-template-columns: repeat(2, 1fr); grid-gap: 3em; @@ -1588,9 +1794,11 @@ textarea { } @media screen and (min-width: 80em) { + .ofisuport-filtered-funds { grid-template-columns: 1fr 3fr; } + .archive-posts { grid-template-columns: repeat(3, 1fr); } @@ -1706,8 +1914,10 @@ textarea { /*-------------------------------------------------------------- # Plugins --------------------------------------------------------------*/ + /* Jetpack infinite scroll --------------------------------------------- */ + /* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */ .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { @@ -1719,7 +1929,7 @@ textarea { display: block; } -/* Guttenberg +/* Guttenberg --------------------------------------------- */ .black-blocs { padding: 1rem 0; @@ -1742,13 +1952,13 @@ textarea { .black-blocs .wp-block-column h5, .black-blocs .wp-block-column h6 { min-height: 4.8rem; - font-family: "din-black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 2rem; line-height: 1.04; } .black-blocs .wp-block-column p { - font-family: "din-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 0.9rem; } @@ -1775,9 +1985,10 @@ textarea { bottom: 0; } -/* Contact Form 7 +/* Contact Form 7 --------------------------------------------- */ -/* contact forms styles used in wp backend with CF7 + +/* contact forms styles used in wp backend with CF7 */ .wpcf7-not-valid:not(:focus) { background-color: #ff686e; @@ -1793,11 +2004,11 @@ textarea { border-color: #f6cc4c; background-color: #f6cc4c; color: #fff; - font-family: "din-medium"; - font-weight: bold; + font-family: din-medium; + font-weight: 700; text-align: center; - margin: 0em; - padding: 0rem; + margin: 0; + padding: 0; } .wpcf7-form .wpcf7-submit { @@ -1829,11 +2040,13 @@ textarea { margin-top: 0; } -.contactform .break-after-column, .contactform .saltar-columna { +.contactform .break-after-column, +.contactform .saltar-columna { break-after: column; } -.contactform-consultoria .contactform-name, .contactform-consultoria .contactform-email { +.contactform-consultoria .contactform-name, +.contactform-consultoria .contactform-email { max-width: 40%; display: inline-block; } @@ -1884,16 +2097,19 @@ textarea { justify-content: left; } -.contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"], .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] { +.contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"], +.contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] { display: block; } -.contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"] input[type="date"], .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] input[type="date"] { +.contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"] input[type="date"], +.contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"] input[type="date"] { width: auto; background-color: #fff; } -.contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before, .contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before { +.contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-start"]::before, +.contactform-fund-options .wpcf7-form-control-wrap[data-name="oferta-data-end"]::before { display: inline-block; width: 2rem; } @@ -1909,8 +2125,10 @@ textarea { /*-------------------------------------------------------------- # Utilities --------------------------------------------------------------*/ + /* Accessibility --------------------------------------------- */ + /* Text meant only for screen readers. */ .screen-reader-text { border: 0; @@ -1953,16 +2171,20 @@ textarea { /* Alignments --------------------------------------------- */ .alignleft { + /*rtl:ignore*/ float: left; + /*rtl:ignore*/ margin-right: 1.5em; margin-bottom: 1.5em; } .alignright { + /*rtl:ignore*/ float: right; + /*rtl:ignore*/ margin-left: 1.5em; margin-bottom: 1.5em; @@ -1975,5 +2197,3 @@ textarea { margin-right: auto; margin-bottom: 1.5em; } - -/*# sourceMappingURL=style.css.map */ \ No newline at end of file