xarxaprod-wp-theme/adminstyles.css

2462 lines
68 KiB
CSS
Raw Normal View History

2024-01-09 16:13:20 +01:00
.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 {
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/*
Theme Name: Espai Assessorament - XarxaProd.cat
Theme URI: https://git.hangar.org/xarxaprod/
Author: Hangar.org Tech Lab - hangar.org
Author URI: https://hangar.org
Description: theme for the Espai d'assessorament, projecte oficina de suport de <a href="https://xarxaprod.cat">XarxaProd</a>. Inclou la possibilitat de publicar, catalogar i cercar ajuts, resoldre dubtes amb FAQs i altres. Design by Eudald Van der Pla <a href="https://vanderpla.com">vanderpla.com</a>. Coding template and theme by <a href="https://vitrubio.net">Jorge - vitrubio.net</a>
Version: 1.0.7
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: ofisuport
Tags: custom-logo, custom-menu, search,custom post-type, translation-ready
2024-01-09 16:13:20 +01:00
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
Epai d'Assessorament, projecte oficina de suport de la XarxaProd.cat theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
2024-01-09 16:13:20 +01:00
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/
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments
--------------------------------------------------------------*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Normalize
--------------------------------------------- */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Document
========================================================================== */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Sections
========================================================================== */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* Remove the margin in all browsers.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* Render the `main` element consistently in IE.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Grouping content
========================================================================== */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Text-level semantics
========================================================================== */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* Remove the gray background on active links in IE 10.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* Add the correct font size in all browsers.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Embedded content
========================================================================== */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* Remove the border on images inside links in IE 10.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Forms
========================================================================== */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* Remove the inner border and padding in Firefox.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* Restore the focus styles unset by the previous rule.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* Correct the padding in Firefox.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* 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.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* Remove the default vertical scrollbar in IE 10+.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Interactive
========================================================================== */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/*
* Add the correct display in all browsers.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Misc
========================================================================== */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* Add the correct display in IE 10+.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/**
* Add the correct display in IE 10.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Box sizing
--------------------------------------------- */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* 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/ */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/*
Your custom style
Add your custom styles in this file so it is easier to update the theme.
*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Elements
--------------------------------------------- */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Make sure embeds and iframes fit their containers. */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Links
--------------------------------------------- */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Forms
--------------------------------------------- */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Navigation
--------------------------------------------- */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Posts and pages
--------------------------------------------- */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Comments
--------------------------------------------- */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Widgets
--------------------------------------------- */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Media
--------------------------------------------- */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Make sure logo link wraps around logo image. */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Captions
--------------------------------------------- */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Galleries
--------------------------------------------- */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Jetpack infinite scroll
--------------------------------------------- */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
2024-01-10 17:26:45 +01:00
/* Guttenberg
2024-01-09 16:13:20 +01:00
--------------------------------------------- */
2024-01-10 17:26:45 +01:00
/* Contact Form 7
2024-01-09 16:13:20 +01:00
--------------------------------------------- */
2024-01-10 17:26:45 +01:00
/* contact forms styles used in wp backend with CF7
*/
/* styles applied if written in wp backend
* class="contactform contactform-WHATEVER"
* */
2024-01-09 16:13:20 +01:00
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Accessibility
--------------------------------------------- */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Text meant only for screen readers. */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Do not show the outline on the skip link target. */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Alignments
--------------------------------------------- */
}
.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;
2024-01-09 16:13:20 +01:00
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: 0;
min-height: unset;
max-height: unset;
height: 0;
font-size: 0;
line-height: 0px;
text-decoration: none;
border: 0;
background-color: transparent;
background: none;
}
2024-01-09 16:13:20 +01:00
@media screen {
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.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,
2024-01-10 17:26:45 +01:00
.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 {
2024-01-09 16:13:20 +01:00
clear: both;
line-height: 1.1;
}
2024-01-10 17:26:45 +01:00
.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;
2024-01-10 17:26:45 +01:00
}
.edit-post-visual-editor__content-area h1.small,
.edit-post-visual-editor__content-area .h1.small {
font-size: 1.5rem;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
.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;
2024-01-09 16:13:20 +01:00
font-size: 1.5rem;
text-transform: uppercase;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
.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;
2024-01-09 16:13:20 +01:00
font-size: 1.3rem;
text-transform: uppercase;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
.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;
2024-01-09 16:13:20 +01:00
font-size: 1.2rem;
text-transform: uppercase;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
.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;
2024-01-09 16:13:20 +01:00
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: 0.8rem;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
.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;
2024-01-10 17:26:45 +01:00
font-size: 1.1rem;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area h6.small,
.edit-post-visual-editor__content-area .h6.small {
font-size: 0.8rem;
}
2024-01-09 16:13:20 +01:00
.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,
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .site-main .entry-content {
margin: 0;
}
2024-01-10 17:26:45 +01:00
.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;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .home-featured h2,
.edit-post-visual-editor__content-area .home-featured .h2 {
2024-01-09 16:13:20 +01:00
margin: 1.2rem 0;
font-size: 2rem;
line-height: 1.2;
border-bottom: 0.6rem solid #000;
}
}
@media screen and (min-width: 48em) {
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area h1,
.edit-post-visual-editor__content-area .h1 {
2024-01-09 16:13:20 +01:00
font-size: 3.5rem;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area h2,
.edit-post-visual-editor__content-area .h2 {
2024-01-09 16:13:20 +01:00
font-size: 2.5rem;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area h3,
.edit-post-visual-editor__content-area .h3 {
font-size: 1.5rem;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
.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.3rem;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area h5,
.edit-post-visual-editor__content-area .h5 {
font-size: 1.3rem;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area h6,
.edit-post-visual-editor__content-area .h6 {
font-size: 1.3rem;
}
.edit-post-visual-editor__content-area .home-featured h2,
.edit-post-visual-editor__content-area .home-featured .h2 {
font-size: 3.5rem;
border-bottom: 0.8rem solid #000;
}
}
@media screen and (min-width: 1440px) {
.edit-post-visual-editor__content-area h1,
.edit-post-visual-editor__content-area .h1 {
font-size: 3.5rem;
}
.edit-post-visual-editor__content-area h2,
.edit-post-visual-editor__content-area .h2 {
font-size: 2.5rem;
}
.edit-post-visual-editor__content-area h3,
.edit-post-visual-editor__content-area .h3 {
font-size: 1.6rem;
}
.edit-post-visual-editor__content-area h4,
.edit-post-visual-editor__content-area .h4 {
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.4rem;
}
.edit-post-visual-editor__content-area h5,
.edit-post-visual-editor__content-area .h5 {
font-size: 1.4rem;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area h6,
.edit-post-visual-editor__content-area .h6 {
font-size: 1.4rem;
}
.edit-post-visual-editor__content-area .home-featured h2,
.edit-post-visual-editor__content-area .home-featured .h2 {
2024-01-09 16:13:20 +01:00
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;
2024-01-09 16:13:20 +01:00
font-style: normal;
font-display: swap;
}
}
@font-face {
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.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;
2024-01-09 16:13:20 +01:00
font-style: normal;
font-display: swap;
}
}
@font-face {
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.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;
2024-01-09 16:13:20 +01:00
font-style: normal;
font-display: swap;
}
}
.edit-post-visual-editor__content-area body {
background: #fff;
2024-01-09 16:13:20 +01:00
}
.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 {
2024-01-09 16:13:20 +01:00
margin: 0;
padding: 0;
display: inline;
}
.edit-post-visual-editor__content-area article:not(.type-post) .ofisuport-label li {
2024-01-09 16:13:20 +01:00
display: inline-block;
margin: 0.1em 0;
padding: 0.2em 0.2em 0 0.2em;
2024-01-09 16:13:20 +01:00
color: #fff;
background-color: #000;
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
2024-01-09 16:13:20 +01:00
font-size: 0.7rem;
text-transform: uppercase;
2024-01-09 16:13:20 +01:00
}
.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_target li {
2024-01-09 16:13:20 +01:00
background-color: #ff8d76;
}
.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_source li {
2024-01-09 16:13:20 +01:00
background-color: #5bcee8;
}
.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_field li {
2024-01-09 16:13:20 +01:00
background-color: #f6cc4c;
}
.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_dates li {
2024-01-09 16:13:20 +01:00
background-color: #69ed82;
}
.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_call {
2024-01-09 16:13:20 +01:00
display: block;
margin: 0.2rem 0;
2024-01-09 16:13:20 +01:00
}
.edit-post-visual-editor__content-area article:not(.type-post) .item-os_fund_call li {
2024-01-09 16:13:20 +01:00
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: 0.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;
}
2024-01-09 16:13:20 +01:00
.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 {
2024-01-10 17:26:45 +01:00
color: #000;
2024-01-09 16:13:20 +01:00
}
.edit-post-visual-editor__content-area a:visited {
color: #111;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
.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;
2024-01-09 16:13:20 +01:00
}
.edit-post-visual-editor__content-area a:focus {
outline: thin dotted;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area a:hover,
.edit-post-visual-editor__content-area a:active {
2024-01-09 16:13:20 +01:00
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;
2024-01-10 17:26:45 +01:00
color: #000;
2024-01-09 16:13:20 +01:00
line-height: 1;
padding: 0.6em 1em 0.4em;
text-transform: uppercase;
2024-01-09 16:13:20 +01:00
}
.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;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area button:active,
.edit-post-visual-editor__content-area button:focus,
2024-01-09 16:13:20 +01:00
.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;
2024-01-09 16:13:20 +01:00
}
.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;
2024-01-09 16:13:20 +01:00
font-size: 1.5rem;
text-align: right;
2024-01-09 16:13:20 +01:00
}
.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 .ofisuport-search-form {
display: flex;
margin: 0.5rem 0;
}
.edit-post-visual-editor__content-area .ofisuport-search-form .search-field {
padding: 0.5em;
}
.edit-post-visual-editor__content-area .ofisuport-search-form .search-submit {
z-index: 10;
margin: 0;
border: none;
width: 2.5rem;
height: 2.5rem;
background: none;
cursor: pointer;
font-size: 0;
}
.edit-post-visual-editor__content-area .ofisuport-icon-search::before {
position: absolute;
padding: 0;
margin: 0.2rem 0 0 -1.5rem;
z-index: 0;
min-width: 2.5rem;
min-height: 2.5rem;
font-size: 2rem;
content: "\26b2";
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
2024-01-09 16:13:20 +01:00
}
.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;
2024-01-09 16:13:20 +01:00
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 {
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.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;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .site > header {
grid-column: 1 / -1;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .site > main {
grid-column: 2 / 4;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .site > aside {
grid-column: 2 / 4;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .site > footer {
grid-column: 1 / -1;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.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);
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .site-header .main {
display: flex;
flex-flow: column;
align-items: initial;
2024-01-09 16:13:20 +01:00
justify-content: space-around;
padding-left: 1rem;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .site-header .secondary {
display: flex;
flex-flow: column;
align-items: end;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .site-main {
padding: 0 1rem;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .home-featured {
padding: 0 1rem;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .ofisuport-destacats,
.edit-post-visual-editor__content-area .ofisuport-featured,
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .archive-posts {
2024-01-09 16:13:20 +01:00
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;
}
}
2024-01-09 16:13:20 +01:00
@media screen and (min-width: 48em) {
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .site-header .main {
align-items: center;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
.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 {
2024-01-09 16:13:20 +01:00
padding: 0 2rem;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .home-featured {
padding: 0 2rem;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area.single .site-main {
width: 45rem;
2024-01-09 16:13:20 +01:00
margin: 0 auto;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .ofisuport-destacats,
.edit-post-visual-editor__content-area .ofisuport-featured,
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .archive-posts {
2024-01-09 16:13:20 +01:00
grid-template-columns: repeat(4, 1fr);
}
.edit-post-visual-editor__content-area .ofisuport-faqs-aside {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.edit-post-visual-editor__content-area .ofisuport-faqs-aside .ofisuport-search-form:hover,
.edit-post-visual-editor__content-area .ofisuport-faqs-aside .ofisuport-search-form:active,
.edit-post-visual-editor__content-area .ofisuport-faqs-aside .ofisuport-search-form:focus,
.edit-post-visual-editor__content-area .ofisuport-faqs-aside .ofisuport-search-form:target {
flex-grow: 1;
}
2024-01-09 16:13:20 +01:00
}
@media screen and (min-width: 80em) {
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .site-header .main {
width: 80em;
2024-01-09 16:13:20 +01:00
margin: auto;
flex-flow: row;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .site-main {
padding: 0;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .home-featured {
padding: 0;
}
}
@media screen {
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area {
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* begin of menu-hidden */
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* end of menu hidden*/
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/* Small menu. */
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .hide-content {
display: block;
2024-01-10 17:26:45 +01:00
width: 0;
height: 0;
2024-01-09 16:13:20 +01:00
margin: 0;
padding: 0;
overflow: hidden;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .custom-logo {
min-width: 11rem;
margin: 1rem;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .main-navigation ul,
.edit-post-visual-editor__content-area .secondary-navigation ul {
2024-01-09 16:13:20 +01:00
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
2024-01-10 17:26:45 +01:00
.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;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .main-navigation li,
.edit-post-visual-editor__content-area .secondary-navigation li {
2024-01-09 16:13:20 +01:00
position: relative;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .main-navigation a,
.edit-post-visual-editor__content-area .secondary-navigation a {
2024-01-09 16:13:20 +01:00
display: flex;
align-items: center;
min-height: 100%;
padding: 0 0.5rem;
text-decoration: none;
font-size: 1rem;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.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,
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .main-navigation .current-menu-ancestor > a,
.edit-post-visual-editor__content-area .secondary-navigation .current_page_item > a,
2024-01-09 16:13:20 +01:00
.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 {
2024-01-10 17:26:45 +01:00
font-weight: 700;
font-family: din-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
2024-01-09 16:13:20 +01:00
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;
2024-01-09 16:13:20 +01:00
border-left: 1px solid #000;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .secondary-navigation {
padding: 0 1em 1em 0;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .secondary-navigation ul {
display: inline-block;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .secondary-navigation ul li {
padding: 0.5em 0;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .secondary-navigation a {
text-transform: uppercase;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .toggle-secondary-navigation .show-mobile {
2024-01-09 16:13:20 +01:00
display: inherit;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .toggle,
.edit-post-visual-editor__content-area .toggled-menu {
2024-01-09 16:13:20 +01:00
display: none;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .toggle:checked + .toggled-menu {
2024-01-09 16:13:20 +01:00
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100vh;
margin-top: 0;
padding: 0 2rem;
2024-01-09 16:13:20 +01:00
background-color: #fff;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .toggle-show {
2024-01-09 16:13:20 +01:00
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;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .toggle-show::before {
2024-01-09 16:13:20 +01:00
content: "";
position: absolute;
top: 0.3em;
left: 0;
width: 100%;
border-top: 0.3em solid #000;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .toggle-hide {
2024-01-09 16:13:20 +01:00
display: flex;
justify-content: end;
margin-right: -0.5em;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .toggle-hide::after {
2024-01-09 16:13:20 +01:00
content: "x";
padding: 0;
font-size: 3rem;
2024-01-10 17:26:45 +01:00
font-weight: 700;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.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: 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;
}
2024-01-09 16:13:20 +01:00
}
@media screen and (min-width: 48em) {
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area {
2024-01-10 17:26:45 +01:00
/*
* css menu toggler
* */
2024-01-10 17:26:45 +01:00
/* end css menu toggler
2024-01-09 16:13:20 +01:00
* */
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .custom-logo {
min-width: 11rem;
margin: 1rem 1rem 1rem 0;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .menu-toggle {
display: none;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .main-navigation ul,
.edit-post-visual-editor__content-area .secondary-navigation ul {
2024-01-09 16:13:20 +01:00
display: flex;
}
2024-01-10 17:26:45 +01:00
.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;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .main-navigation a,
.edit-post-visual-editor__content-area .secondary-navigation a {
2024-01-09 16:13:20 +01:00
padding: 0 0.5rem;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.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,
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .main-navigation .current-menu-ancestor > a,
.edit-post-visual-editor__content-area .secondary-navigation .current_page_item > a,
2024-01-09 16:13:20 +01:00
.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;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .main-navigation {
padding-bottom: 1em;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.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;
}
2024-01-09 16:13:20 +01:00
.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;
2024-01-09 16:13:20 +01:00
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;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .secondary-navigation {
padding: 1.5em 0;
}
2024-01-10 17:26:45 +01:00
.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 {
2024-01-09 16:13:20 +01:00
display: none;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .toggled-menu {
2024-01-09 16:13:20 +01:00
display: inherit;
}
}
2024-01-10 17:26:45 +01:00
.site-main .edit-post-visual-editor__content-area .comment-navigation,
.site-main
.edit-post-visual-editor__content-area .posts-navigation,
.site-main
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .post-navigation {
margin: 0 0 1.5em;
align-self: end;
2024-01-09 16:13:20 +01:00
}
.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) {
2024-01-10 17:26:45 +01:00
.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 {
2024-01-09 16:13:20 +01:00
display: none;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .main-navigation a,
.edit-post-visual-editor__content-area .secondary-navigation a {
2024-01-09 16:13:20 +01:00
padding: 0 1rem;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.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,
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .main-navigation .current-menu-item a::after {
margin-top: 5em;
}
}
@media screen {
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area {
/* used in
* ./template-parts/section-eachpost.php
* */
/* used in
* ./template-parts/content-ofisuport-ajut.php
* ./template-parts/section-eachpost.php
* */
/* filters form custom fields
*/
}
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .sticky {
display: block;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .post,
.edit-post-visual-editor__content-area .page {
margin: 0 0 5em;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .updated:not(.published) {
display: none;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.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;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .page-links {
clear: both;
margin: 0 0 1.5em;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .ofisuport-card-each .entry-title,
.edit-post-visual-editor__content-area .ofisuport-card-each h6 {
2024-01-09 16:13:20 +01:00
border-bottom: 1px solid #000;
margin: 0;
padding: 0.5rem 0;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .ofisuport-card-each p {
2024-01-09 16:13:20 +01:00
padding: 0.5rem 0;
margin: 0;
}
2024-01-10 17:26:45 +01:00
.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 {
2024-01-09 16:13:20 +01:00
display: grid;
}
2024-01-10 17:26:45 +01:00
.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 {
2024-01-09 16:13:20 +01:00
padding-bottom: 1rem;
border-bottom: 1px solid #000;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .ofisuport-fund-info-fields h6,
.edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields h6 {
2024-01-09 16:13:20 +01:00
font-size: 2.4rem;
font-variant: all-petite-caps;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .ofisuport-fund-info-fields p,
.edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields p {
2024-01-09 16:13:20 +01:00
margin: 0.5rem 0 0 0;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .ofisuport-fund-info-fields li,
.edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields li {
2024-01-09 16:13:20 +01:00
font-size: 1.3rem;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .ofisuport-fund-info-contact-fields .ofisuport-fund-info-field {
2024-01-09 16:13:20 +01:00
margin: 0;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .ofisuport-fund-info-fields .ofisuport-fund-info-field {
2024-01-09 16:13:20 +01:00
margin: 1rem 0 0.5rem 0;
}
2024-01-10 17:26:45 +01:00
.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 {
2024-01-09 16:13:20 +01:00
display: flex;
margin: 0;
padding: 0;
font-variant: all-petite-caps;
font-size: 1.1rem;
line-height: 0.9;
align-items: center;
}
2024-01-10 17:26:45 +01:00
.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 {
2024-01-09 16:13:20 +01:00
text-decoration: none;
font-size: 0.8rem;
}
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .ofisuport-filtered-funds {
2024-01-09 16:13:20 +01:00
display: grid;
grid: 1fr;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
.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;
2024-01-09 16:13:20 +01:00
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .archive-posts {
grid-template-columns: repeat(1, minmax(0, 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: 0.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 .post,
.edit-post-visual-editor__content-area .page {
margin: 0 0 1em;
}
.edit-post-visual-editor__content-area .ofisuport-filters section {
display: block;
}
.edit-post-visual-editor__content-area .ofisuport-filters section h5 {
display: block;
width: 100%;
}
.edit-post-visual-editor__content-area .ofisuport-filters section .filter {
display: inline-block;
width: 45%;
margin-top: 0.5rem;
margin-right: 0.3em;
float: left;
}
.edit-post-visual-editor__content-area .ofisuport-filters section .filter:last-of-type {
margin-bottom: 2rem;
2024-01-09 16:13:20 +01:00
}
}
@media screen and (min-width: 48em) {
2024-01-10 17:26:45 +01:00
.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 {
2024-01-09 16:13:20 +01:00
grid-template-columns: 1fr 2fr;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .archive-posts {
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-gap: 3em;
2024-01-09 16:13:20 +01:00
}
}
@media screen and (min-width: 80em) {
2024-01-10 17:26:45 +01:00
.edit-post-visual-editor__content-area .ofisuport-filtered-funds {
2024-01-09 16:13:20 +01:00
grid-template-columns: 1fr 3fr;
}
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
.edit-post-visual-editor__content-area .archive-posts {
grid-template-columns: repeat(3, minmax(0, 1fr));
2024-01-09 16:13:20 +01:00
}
}
.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;
2024-01-09 16:13:20 +01:00
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;
2024-01-09 16:13:20 +01:00
font-size: 0.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;
2024-01-10 17:26:45 +01:00
font-family: din-medium;
font-weight: 700;
2024-01-09 16:13:20 +01:00
text-align: center;
2024-01-10 17:26:45 +01:00
margin: 0;
padding: 0;
2024-01-09 16:13:20 +01:00
}
.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 {
2024-01-09 16:13:20 +01:00
max-width: 40%;
display: inline-block;
}
.edit-post-visual-editor__content-area .contactform-consultoria .contactform-name {
2024-01-09 16:13:20 +01:00
float: left;
}
.edit-post-visual-editor__content-area .contactform-consultoria .contactform-email {
2024-01-09 16:13:20 +01:00
float: right;
margin-bottom: 1rem;
}
.edit-post-visual-editor__content-area .contactform-acceptance {
2024-01-09 16:13:20 +01:00
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%;
2024-01-09 16:13:20 +01:00
}
.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: ";
2024-01-09 16:13:20 +01:00
}
.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;
2024-01-09 16:13:20 +01:00
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
2024-01-10 17:26:45 +01:00
color: #000;
2024-01-09 16:13:20 +01:00
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 {
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/*rtl:ignore*/
float: left;
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/*rtl:ignore*/
margin-right: 1.5em;
margin-bottom: 1.5em;
}
.edit-post-visual-editor__content-area .alignright {
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/*rtl:ignore*/
float: right;
2024-01-10 17:26:45 +01:00
2024-01-09 16:13:20 +01:00
/*rtl:ignore*/
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;
}
2024-01-09 16:13:20 +01:00
/*
Your custom style
Add your custom styles in this file so it is easier to update the theme.
*/
2024-01-10 17:26:45 +01:00
@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;
2024-01-10 17:26:45 +01:00
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;
2024-01-10 17:26:45 +01:00
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;
2024-01-10 17:26:45 +01:00
font-style: normal;
font-display: swap;
}