theme.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  1. @charset "UTF-8";
  2. /**
  3. * Breakpoints & Media Queries
  4. */
  5. /**
  6. * Converts a hex value into the rgb equivalent.
  7. *
  8. * @param {string} hex - the hexadecimal value to convert
  9. * @return {string} comma separated rgb values
  10. */
  11. /**
  12. * Breakpoint mixins
  13. */
  14. /**
  15. * Long content fade mixin
  16. *
  17. * Creates a fading overlay to signify that the content is longer
  18. * than the space allows.
  19. */
  20. /**
  21. * Focus styles.
  22. */
  23. /**
  24. * Applies editor left position to the selector passed as argument
  25. */
  26. /**
  27. * Styles that are reused verbatim in a few places
  28. */
  29. /**
  30. * Allows users to opt-out of animations via OS-level preferences.
  31. */
  32. /**
  33. * Reset default styles for JavaScript UI based pages.
  34. * This is a WP-admin agnostic reset
  35. */
  36. /**
  37. * Reset the WP Admin page styles for Gutenberg-like pages.
  38. */
  39. @media (max-width: 599px) {
  40. .headlines-pattern {
  41. padding-top: 50px !important;
  42. padding-bottom: 50px !important;
  43. }
  44. }
  45. .subscription-column {
  46. text-align: right;
  47. }
  48. .horizontal-query-pattern .wp-block-post-title a,
  49. .vertical-query-pattern .wp-block-post-title a {
  50. text-decoration: none;
  51. }
  52. .vertical-query-pattern .wp-block-cover {
  53. margin-top: 0;
  54. }
  55. .vertical-query-pattern img {
  56. aspect-ratio: 16/9;
  57. -o-object-fit: cover;
  58. object-fit: cover;
  59. }
  60. div.horizontal-query-pattern {
  61. gap: 0;
  62. }
  63. @media (min-width: 600px) {
  64. div.horizontal-query-pattern {
  65. flex-wrap: nowrap;
  66. }
  67. }
  68. div.horizontal-query-pattern .wp-block-cover,
  69. div.horizontal-query-pattern figure.wp-block-post-featured-image {
  70. margin-top: 0;
  71. }
  72. div.horizontal-query-pattern figure.wp-block-post-featured-image {
  73. align-self: stretch;
  74. }
  75. @media (min-width: 600px) {
  76. div.horizontal-query-pattern figure.wp-block-post-featured-image {
  77. width: 57%;
  78. }
  79. }
  80. div.horizontal-query-pattern figure.wp-block-post-featured-image img {
  81. aspect-ratio: 1.12;
  82. -o-object-fit: cover;
  83. object-fit: cover;
  84. height: 100%;
  85. }
  86. @media (min-width: 600px) {
  87. div.horizontal-query-pattern figure.wp-block-post-featured-image img {
  88. min-height: 360px;
  89. }
  90. }
  91. .wp-block-cover.is-style-quadrat-cover-diamond::after {
  92. background-image: url(rotated.svg);
  93. background-position: center;
  94. background-repeat: no-repeat;
  95. background-size: auto 70%;
  96. content: "";
  97. mix-blend-mode: soft-light;
  98. position: absolute;
  99. top: 0;
  100. left: 0;
  101. bottom: 0;
  102. right: 0;
  103. z-index: 0 !important;
  104. }
  105. .wp-block-cover.is-style-quadrat-cover-diamond.has-white-background-color.wp-block-cover.has-background-dim:not(.has-background-gradient)::before, .wp-block-cover.is-style-quadrat-cover-diamond.has-black-background-color.wp-block-cover.has-background-dim:not(.has-background-gradient)::before {
  106. opacity: 0;
  107. }
  108. .wp-block-cover.is-style-quadrat-cover-diamond.has-white-background-color::after, .wp-block-cover.is-style-quadrat-cover-diamond.has-black-background-color::after {
  109. mix-blend-mode: normal;
  110. -webkit-mask-image: url(rotated.svg);
  111. mask-image: url(rotated.svg);
  112. -webkit-mask-repeat: no-repeat;
  113. mask-repeat: no-repeat;
  114. -webkit-mask-size: auto 70%;
  115. mask-size: auto 70%;
  116. -webkit-mask-position: center;
  117. mask-position: center;
  118. opacity: 0.25;
  119. }
  120. .wp-block-cover.is-style-quadrat-cover-diamond.has-white-background-color::after {
  121. background: #000;
  122. }
  123. .wp-block-cover.is-style-quadrat-cover-diamond.has-black-background-color::after {
  124. background: #fff;
  125. }
  126. .is-style-quadrat-diamond-posts .post-meta {
  127. justify-content: flex-start;
  128. }
  129. .is-style-quadrat-diamond-posts .wp-block-post-title a,
  130. .is-style-quadrat-diamond-posts .wp-block-query-pagination a,
  131. .is-style-quadrat-diamond-posts .post-meta a {
  132. text-decoration: none;
  133. }
  134. .is-style-quadrat-diamond-posts .wp-block-post-title a:hover,
  135. .is-style-quadrat-diamond-posts .wp-block-query-pagination a:hover,
  136. .is-style-quadrat-diamond-posts .post-meta a:hover {
  137. text-decoration: underline;
  138. }
  139. .is-style-quadrat-diamond-posts .wp-block-column {
  140. flex-basis: auto;
  141. }
  142. @media (min-width: 600px) {
  143. .is-style-quadrat-diamond-posts .wp-block-column:last-child {
  144. max-width: 300px;
  145. flex-shrink: 0;
  146. }
  147. .is-style-quadrat-diamond-posts .wp-block-column:first-child {
  148. padding-right: 2em;
  149. }
  150. }
  151. .is-style-quadrat-diamond-posts .wp-block-post-featured-image {
  152. width: 300px;
  153. }
  154. @media (max-width: 599px) {
  155. .is-style-quadrat-diamond-posts .wp-block-post-featured-image {
  156. width: 100%;
  157. }
  158. }
  159. .is-style-quadrat-diamond-posts .wp-block-post-featured-image img {
  160. -o-object-fit: cover;
  161. object-fit: cover;
  162. width: 100%;
  163. height: 300px;
  164. }
  165. .is-style-quadrat-diamond-posts .wp-block-post-template li {
  166. display: flex;
  167. align-items: center;
  168. min-height: 400px;
  169. position: relative;
  170. }
  171. .is-style-quadrat-diamond-posts .wp-block-post-template li > * {
  172. flex-basis: 100%;
  173. }
  174. .is-style-quadrat-diamond-posts .wp-block-post-template li:before {
  175. content: "";
  176. background: var(--wp--preset--color--tertiary);
  177. width: 375px;
  178. height: 375px;
  179. position: absolute;
  180. top: 0;
  181. left: 0;
  182. z-index: -1;
  183. opacity: 0;
  184. transition: all 0.4s ease-in-out;
  185. }
  186. .is-style-quadrat-diamond-posts .wp-block-post-template li:hover:before {
  187. opacity: 1;
  188. }
  189. .is-style-quadrat-diamond-posts .wp-block-post-template li:nth-child(2n+1):before {
  190. transform: rotate(16deg) translate(-130px, -20px);
  191. }
  192. .is-style-quadrat-diamond-posts .wp-block-post-template li:nth-child(2n+1):hover:before {
  193. transform: rotate(-8deg) translate(-110px, 0);
  194. }
  195. .is-style-quadrat-diamond-posts .wp-block-post-template li:nth-child(2n+2):before {
  196. transform: rotate(24deg) translate(-130px, 20px);
  197. }
  198. .is-style-quadrat-diamond-posts .wp-block-post-template li:nth-child(2n+2):hover:before {
  199. transform: rotate(16deg) translate(-110px, 40px);
  200. }
  201. .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
  202. .wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
  203. .wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
  204. .wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
  205. border-style: var(--wp--custom--button--border--style);
  206. border-color: currentColor;
  207. border-width: var(--wp--custom--button--border--width);
  208. padding-top: var(--wp--custom--button--spacing--padding--top);
  209. padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
  210. padding-left: var(--wp--custom--button--spacing--padding--left);
  211. padding-right: var(--wp--custom--button--spacing--padding--right);
  212. }
  213. .wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button.has-focus {
  214. border-style: var(--wp--custom--button--border--style);
  215. border-color: currentColor;
  216. border-width: var(--wp--custom--button--border--width);
  217. padding-top: var(--wp--custom--button--spacing--padding--top);
  218. padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
  219. padding-left: var(--wp--custom--button--spacing--padding--left);
  220. padding-right: var(--wp--custom--button--spacing--padding--right);
  221. }
  222. .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:hover, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:focus, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-focus,
  223. .wp-block-search .wp-block-search__button:hover,
  224. .wp-block-search .wp-block-search__button:focus,
  225. .wp-block-search .wp-block-search__button.has-focus {
  226. border-style: var(--wp--custom--button--border--style);
  227. border-color: currentColor;
  228. border-width: var(--wp--custom--button--border--width);
  229. padding-top: var(--wp--custom--button--spacing--padding--top);
  230. padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
  231. padding-left: var(--wp--custom--button--spacing--padding--left);
  232. padding-right: var(--wp--custom--button--spacing--padding--right);
  233. }
  234. .wp-block-button.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
  235. .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
  236. .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
  237. .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
  238. color: var(--wp--custom--button--color--background);
  239. background-color: var(--wp--custom--button--color--text);
  240. }
  241. ul ul {
  242. list-style-type: disc;
  243. }
  244. @media (max-width: 599px) {
  245. .wp-block-media-text:not(.has-background) .wp-block-media-text__content {
  246. padding: 0;
  247. }
  248. }
  249. .wp-block-post-comments form input:not([type=submit]):not([type=checkbox]),
  250. .wp-block-post-comments form textarea {
  251. border: none;
  252. background: var(--wp--custom--color--tertiary);
  253. }
  254. .wp-block-post-comments .comment-body > p > a,
  255. .wp-block-post-comments .comment-edit-link {
  256. text-decoration: underline;
  257. }
  258. .wp-block-post-comments .comment-body > p > a:hover,
  259. .wp-block-post-comments .comment-edit-link:hover {
  260. text-decoration: none;
  261. }
  262. .wp-block-post-navigation-link {
  263. border-top: 1px solid;
  264. display: flex;
  265. padding-top: 1em;
  266. }
  267. .post-navigation-link-next {
  268. flex-direction: row-reverse;
  269. }
  270. .post-navigation-link-next a {
  271. margin-right: 0.5em;
  272. }
  273. .post-navigation-link-previous a {
  274. margin-left: 0.5em;
  275. }
  276. .next-prev-links .wp-block-column,
  277. .next-prev-links .wp-block-column:not(:only-child) {
  278. flex-basis: 40% !important;
  279. }
  280. .next-prev-links .wp-block-column:not(:first-child),
  281. .next-prev-links .wp-block-column:not(:only-child):not(:first-child) {
  282. margin-left: 20%;
  283. }
  284. .wp-block-post-template .wp-block-post-excerpt__more-text,
  285. .wp-block-query .wp-block-post-excerpt__more-text {
  286. font-size: var(--wp--custom--font-sizes--x-small) !important;
  287. }
  288. .wp-block-query-pagination {
  289. border-top: 1px solid var(--wp--custom--color--primary);
  290. }
  291. .wp-block-query-pagination .page-numbers {
  292. padding: 0 0.1em;
  293. }
  294. .wp-block-quote.is-style-large p {
  295. line-height: 1.4;
  296. }
  297. .wp-block-quote.is-style-large cite {
  298. text-align: unset;
  299. }
  300. .wp-block-table.is-style-stripes th,
  301. .wp-block-table th {
  302. font-weight: 400;
  303. }
  304. .wp-block-table.is-style-stripes tbody td,
  305. .wp-block-table tbody td {
  306. border-bottom-width: 0;
  307. border-top-width: 0;
  308. vertical-align: top;
  309. border-color: var(--wp--preset--color--primary);
  310. }
  311. .wp-block-table.is-style-stripes tr:first-child td,
  312. .wp-block-table tr:first-child td {
  313. border-top-width: 1px;
  314. }
  315. .wp-block-table.is-style-stripes tr:last-child td,
  316. .wp-block-table tr:last-child td {
  317. border-bottom-width: 1px;
  318. }
  319. .wp-block-pullquote.is-style-solid-color {
  320. padding: var(--wp--custom--gap--horizontal);
  321. }
  322. .has-primary-background-color {
  323. color: var(--wp--preset--color--background);
  324. }
  325. .wp-block-post-content p a {
  326. -webkit-text-decoration-line: underline;
  327. text-decoration-line: underline;
  328. }
  329. .wp-block-post-content p a:hover {
  330. text-decoration: none;
  331. }
  332. a:not(.ab-item):not(.screen-reader-shortcut):active, a:not(.ab-item):not(.screen-reader-shortcut):focus {
  333. outline: 1px dotted currentColor;
  334. text-decoration: none;
  335. }
  336. input[type=text],
  337. input[type=email],
  338. input[type=url],
  339. input[type=password],
  340. input[type=search],
  341. input[type=number],
  342. input[type=tel],
  343. input[type=range],
  344. input[type=date],
  345. input[type=month],
  346. input[type=week],
  347. input[type=time],
  348. input[type=submit],
  349. input[type=datetime],
  350. input[type=datetime-local],
  351. input[type=color],
  352. input[type=checkbox],
  353. textarea {
  354. font-size: var(--wp--custom--font-size--normal);
  355. }
  356. input[type=text]:focus,
  357. input[type=email]:focus,
  358. input[type=url]:focus,
  359. input[type=password]:focus,
  360. input[type=search]:focus,
  361. input[type=number]:focus,
  362. input[type=tel]:focus,
  363. input[type=range]:focus,
  364. input[type=date]:focus,
  365. input[type=month]:focus,
  366. input[type=week]:focus,
  367. input[type=time]:focus,
  368. input[type=submit]:focus,
  369. input[type=datetime]:focus,
  370. input[type=datetime-local]:focus,
  371. input[type=color]:focus,
  372. input[type=checkbox]:focus,
  373. textarea:focus {
  374. outline: 1px dotted currentColor;
  375. }
  376. .home .site-footer-container .wp-block-group:before {
  377. content: "";
  378. background-color: var(--wp--custom--color--tertiary);
  379. -webkit-clip-path: polygon(41vw 49vw, 100vw 68vw, 100vw 100vw, 18vw 100vw);
  380. clip-path: polygon(41vw 49vw, 100vw 68vw, 100vw 100vw, 18vw 100vw);
  381. position: absolute;
  382. height: 100vw;
  383. bottom: 0;
  384. left: 0;
  385. right: 0;
  386. z-index: -1;
  387. }
  388. .wp-site-blocks {
  389. position: relative;
  390. }
  391. .wp-site-blocks .site-header:before {
  392. content: "";
  393. background-color: var(--wp--custom--color--tertiary);
  394. position: absolute;
  395. bottom: 0;
  396. top: 0;
  397. left: 0;
  398. right: 0;
  399. z-index: -1;
  400. }
  401. @media (max-width: 599px) {
  402. .wp-site-blocks .site-header:before {
  403. -webkit-clip-path: polygon(0 0, 100vw 0, 100vw 50vw, 52vw 83vw, 0 20vw);
  404. clip-path: polygon(0 0, 100vw 0, 100vw 50vw, 52vw 83vw, 0 20vw);
  405. }
  406. }
  407. @media (min-width: 600px) {
  408. .wp-site-blocks .site-header:before {
  409. -webkit-clip-path: polygon(0 0, 100vw 0, 100vw 37vw, 52vw 70vw, 0 5vw);
  410. clip-path: polygon(0 0, 100vw 0, 100vw 37vw, 52vw 70vw, 0 5vw);
  411. }
  412. }
  413. @media (min-width: 960px) {
  414. .wp-site-blocks .site-header:before {
  415. -webkit-clip-path: polygon(13vw 0, 100vw 0, 100vw 16vw, 50vw 51vw);
  416. clip-path: polygon(13vw 0, 100vw 0, 100vw 16vw, 50vw 51vw);
  417. }
  418. }
  419. .wp-block-post-featured-image {
  420. margin-top: 0;
  421. }
  422. /* Add some extra space if there's no post title present. */
  423. .wp-block-post-date + .wp-block-group > .wp-block-post-featured-image,
  424. .wp-block-post-date + .wp-block-group > .wp-block-post-excerpt {
  425. margin-top: calc(2 * var(--wp--style--block-gap));
  426. }
  427. .post-meta {
  428. align-items: center;
  429. justify-content: center;
  430. }
  431. .post-meta.wp-block-group {
  432. gap: 0;
  433. }
  434. .post-meta > *:not(:first-child):before {
  435. color: var(--wp--custom--color--foreground);
  436. content: "·";
  437. margin-left: var(--wp--custom--gap--baseline);
  438. margin-right: var(--wp--custom--gap--baseline);
  439. }
  440. @media (max-width: 599px) {
  441. .post-meta {
  442. padding-top: 0 !important;
  443. margin-bottom: -20px;
  444. }
  445. }
  446. .wp-block-query .wp-block-post-featured-image {
  447. margin-top: calc(var(--wp--custom--gap--vertical) / 2);
  448. }
  449. /*# sourceMappingURL=theme.css.map */