/** * Breakpoints & Media Queries */ /** * Converts a hex value into the rgb equivalent. * * @param {string} hex - the hexadecimal value to convert * @return {string} comma separated rgb values */ /** * Breakpoint mixins */ /** * Long content fade mixin * * Creates a fading overlay to signify that the content is longer * than the space allows. */ /** * Focus styles. */ /** * Applies editor left position to the selector passed as argument */ /** * Styles that are reused verbatim in a few places */ /** * Allows users to opt-out of animations via OS-level preferences. */ /** * Reset default styles for JavaScript UI based pages. * This is a WP-admin agnostic reset */ /** * Reset the WP Admin page styles for Gutenberg-like pages. */ .wp-block-latest-posts { padding-left: 0; } .wp-block-latest-posts:not(.is-grid) > li { margin-top: var(--wp--custom--gap--vertical); margin-bottom: var(--wp--custom--gap--vertical); } .wp-block-latest-posts:not(.is-grid) > li:first-child { margin-top: 0; } .wp-block-latest-posts:not(.is-grid) > li:last-child { margin-bottom: 0; } .wp-block-latest-posts.is-grid > li { margin-bottom: var(--wp--custom--gap--vertical); } .wp-block-latest-posts.is-grid > li:last-child { margin-bottom: 0; } .wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1), .wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1) ~ li, .wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1), .wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1) ~ li, .wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1), .wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1) ~ li, .wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1), .wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1) ~ li, .wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1), .wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1) ~ li { margin-bottom: 0; } .wp-block-latest-posts > li > * { margin-top: calc(0.5 * var(--wp--custom--gap--vertical)); margin-bottom: calc(0.5 * var(--wp--custom--gap--vertical)); } .wp-block-latest-posts > li > *:first-child { margin-top: 0; } .wp-block-latest-posts > li > *:last-child { margin-bottom: 0; } .wp-block-latest-posts > li > a { font-family: var(--wp--preset--font-family--headings); line-height: 1.3; font-size: var(--wp--preset--font-size--huge); } .wp-block-latest-posts .wp-block-latest-posts__post-date { font-size: var(--wp--preset--font-size--sm); } .entry-content [class*=inner-container] .wp-block-latest-posts .wp-block-latest-posts__post-date, .entry-content .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date { color: currentColor; } .wp-block-latest-posts.alignfull { padding-left: 0; padding-right: 0; } .entry-content [class*=inner-container] .wp-block-latest-posts.alignfull, .entry-content .has-background .wp-block-latest-posts.alignfull { padding-left: 0; padding-right: 0; } @media (min-width: 782px) { .wp-block-latest-posts.is-style-seedlet-alternating-grid { overflow: hidden; } .wp-block-latest-posts.is-style-seedlet-alternating-grid > li { width: calc(50% - 0.5 * var(--wp--custom--gap--horizontal)); max-width: calc(50% - 0.5 * var(--wp--custom--gap--horizontal)); text-align: right; } .wp-block-latest-posts.is-style-seedlet-alternating-grid > li:nth-child(2n+1) { float: right; text-align: left; } .wp-block-latest-posts.is-style-seedlet-alternating-grid.is-grid { display: inherit; } .wp-block-latest-posts.is-style-seedlet-alternating-grid.is-grid > li { margin-top: var(--wp--custom--gap--vertical); margin-right: 0; } .wp-block-latest-posts.is-style-seedlet-alternating-grid.is-grid > li:first-child { margin-top: 0; } .wp-block-latest-posts.is-style-seedlet-alternating-grid.is-grid > li:last-child { margin-bottom: 0; } } /** * Links in navigation */ .wp-block-navigation-link a { text-underline-offset: 0.4rem; } .wp-block-navigation-link a :hover { text-decoration: underline; } /** * Links in Content */ .is-root-container a, .wp-block-post-content a { text-decoration-thickness: 1px; text-underline-offset: 0.2em; } .wp-block-navigation__responsive-container.has-modal-open .wp-block-navigation-link { font-family: var(--wp--preset--font-family--playfair-display); font-size: 32px; font-weight: 400; line-height: 60px; } .wp-block-navigation__responsive-container.has-modal-open .wp-block-navigation-link.has-child .wp-block-navigation-link { font-style: italic; font-size: 24px; line-height: 30px; } .wp-block-post-comments #comments, .wp-block-post-comments #reply-title { font-style: italic; } .wp-block-post-comments .comment-meta, .wp-block-post-comments .comment-author { font-size: var(--wp--custom--font-sizes--x-small); } .wp-block-post-comments .comment-meta a, .wp-block-post-comments .comment-author a { text-decoration: none; } .wp-block-post-comments form label:not([for=wp-comment-cookies-consent]) { --wp--custom--form--label--typography--font-size: var(--wp--preset--font-size--small); --wp--custom--form--label--spacing--margin--bottom: 0; } .wp-block-post-comments .commentlist > li { margin-bottom: calc(1.5 * var(--wp--style--block-gap)); } .wp-block-post-comments .commentlist > li:not(first-child) { border-bottom: 1px solid var(--wp--custom--form--border--color); } .wp-block-post-comments .commentlist .children > li { padding-top: var(--wp--custom--gap--vertical); border-top: 1px solid var(--wp--custom--form--border--color); } .wp-block-post-comments .comment .comment-author .avatar { border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color); height: 42px; margin-right: 18px; width: 42px; } .wp-block-post-comments form p { --wp--custom--gap--vertical: var(--wp--custom--gap--baseline); margin-top: var(--wp--custom--gap--baseline); } .wp-block-post-comments form input[type=submit] { line-height: 1.5; padding: 23px 25px; } .wp-block-post-comments form input[type=submit]:not(.has-background):not(.has-text-color):hover, .wp-block-post-comments form input[type=submit]:not(.has-background):not(.has-text-color):focus, .wp-block-post-comments form input[type=submit]:not(.has-background):not(.has-text-color).has-focus { padding: 23px 25px; } .wp-block-post-comments form .comment-form-cookies-consent > label, .wp-block-post-comments form .comment-notes { font-size: var(--wp--custom--font-sizes--x-small); } .wp-block-post-comments form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments form textarea { --wp--preset--font-size--medium: var(--wp--preset--font-size--small); } .wp-block-post-comments form input:not([type=submit]):not([type=checkbox]):focus, .wp-block-post-comments form textarea:focus { color: var(--wp--custom--form--color--text); outline-width: 1px; outline-style: dotted; outline-color: var(--wp--custom--form--color--text); } .wp-block-pullquote.is-style-solid-color { padding: var(--wp--custom--gap--horizontal); } .wp-block-site-title a { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 0.13em; } .wp-block-site-title a:hover, .wp-block-site-title a:focus { text-decoration: none; background-size: 8px 0px; } /** * Author bio */ .author-bio { margin-top: calc(6 * var(--wp--custom--gap--baseline)); } .author-bio .wp-block-post-navigation-link, .author-bio .wp-block-post-author__name { font-family: var(--wp--preset--font-family--headings); } .author-bio .wp-block-post-navigation-link { font-size: var(--wp--preset--font-size--large); } .wp-block-post-navigation-links { margin-top: calc(9 * var(--wp--custom--gap--baseline)); } .wp-block-post-navigation-links .wp-block-post-navigation-link-byline { font-size: var(--wp--custom--font-sizes--x-small); margin: 0; } .footer-credit { font-family: var(--wp--preset--font-family--headings); white-space: pre-wrap; } .footer-credit[class*=wp-container-] { margin-left: auto !important; margin-right: auto !important; padding: 0; column-gap: 0; } .footer-credit > * { align-self: center; font-size: var(--wp--preset--font-size--small); } .footer-credit .wp-block-site-title > a { font-size: var(--wp--preset--font-size--small); } /*# sourceMappingURL=theme.css.map */