@charset "UTF-8";
/*
Theme Name: Lostgarden
Theme URI: https://github.com/a8cteam51/lostgarden
Author: WordPress Special Projects Team
Author URI: https://wpspecialprojects.wordpress.com
Description: 
Requires at least: 6.0
Tested up to: 6.4.1
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lostgarden
Tags: one-column, wide-blocks, block-patterns, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready
*/
/* Set base font size */
:root {
  font-size: 16px;
  line-height: 160%;
  -webkit-font-smoothing: antialiased;
  --lostgarden-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M7.5 1L15 8.5M15 8.5L7.5 16M15 8.5H0' stroke='black' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  scroll-behavior: smooth;
}

@media (max-width: 781px) {
  body {
    --wp--preset--spacing--20: 0.5rem;
    --wp--preset--spacing--30: 0.75rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.3125rem;
    --wp--preset--spacing--60: 1.5rem;
    --wp--preset--spacing--70: 2rem;
    --wp--preset--spacing--80: 3rem;
    --wp--preset--spacing--90: 4rem;
    --wp--preset--spacing--100: 6rem;
    --wp--preset--font-size--large: 1.125rem;
    --wp--preset--font-size--x-large: 1.3125rem;
    --wp--preset--font-size--huge: 1.75rem;
    --wp--preset--font-size--gigantic: 2.25rem;
  }
}
a,
a::before,
a::after,
input {
  transition: all 0.2s ease-in-out;
}

input,
textarea,
.wp-block-search__input,
.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
  padding: 0.75rem 1rem;
  border: 1px solid var(--wp--preset--color--mid-gray);
  border-radius: 0.25rem;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-size: var(--wp--preset--font-size--medium);
}
input:focus,
textarea:focus,
.wp-block-search__input:focus,
.wp-block-post-comments-form input:not([type=submit]):focus,
.wp-block-post-comments-form textarea:focus {
  outline: none;
  border-color: var(--wp--preset--color--black);
}

::placeholder {
  color: var(--wp--preset--color--black);
  opacity: 1;
}

header.wp-block-template-part {
  border-bottom: 1px solid var(--wp--preset--color--light-gray);
}
.home header.wp-block-template-part {
  border-bottom: 0;
  /* Hide site logo on homepage */
}
.home header.wp-block-template-part .wp-block-group .wp-block-group .wp-block-group:first-child {
  display: none;
}
@media (max-width: 600px) {
  header.wp-block-template-part {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.home .wp-block-site-logo + h1 {
  line-height: 0.7;
  font-size: clamp(2.5rem, 10vw, 5rem) !important;
}

footer.wp-block-template-part #subscribe > h3 {
  max-width: 768px;
}

.wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 1.75rem;
  margin-top: 3rem;
}

@media (max-width: 781px) {
  .single-post main > .wp-block-columns .wp-block-column:last-child {
    display: none;
  }
}
.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item:last-of-type a {
  background: var(--wp--preset--color--accent);
  padding: 0.875rem 1.125rem 0.75rem;
  color: var(--wp--preset--color--white);
  border-radius: 0.25rem;
}
.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item:last-of-type a:hover {
  text-decoration: underline;
}
.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item:last-of-type a:focus {
  outline: 1px dashed var(--wp--preset--color--accent);
  border: inset 1px solid var(--wp--preset--color--white);
}

@media (min-width: 600px) {
  .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item:last-of-type {
    margin-left: auto;
  }
}
.wp-block-post-author + .wp-block-post-date time {
  color: var(--wp--preset--color--dark-gray);
  font-weight: 400;
}

/* Fix grid based blog after AJAX load in pagination */
@media (min-width: 600px) {
  .wp-block-post-template.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.wp-block-post-template.columns-2 {
  column-gap: 4rem;
}

.wp-block-post-title a,
.wp-block-jetpack-related-posts li a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.wp-block-post-title a::after,
.wp-block-jetpack-related-posts li a::after {
  content: var(--lostgarden-arrow);
}
.wp-block-post-template.columns-2 .wp-block-post-title a::after,
.wp-block-post-template.columns-2 .wp-block-jetpack-related-posts li a::after {
  display: none;
}
.wp-block-post-template.columns-2 .wp-block-post-title a,
.wp-block-post-template.columns-2 .wp-block-jetpack-related-posts li a {
  justify-content: flex-start;
}
.wp-block-post-template.columns-2 .wp-block-post-title a::before,
.wp-block-post-template.columns-2 .wp-block-jetpack-related-posts li a::before {
  content: "—";
  color: var(--wp--preset--color--dark-gray);
}
.wp-block-post-title a:hover::after,
.wp-block-jetpack-related-posts li a:hover::after {
  transform: translateX(0.25rem);
}

.wp-block-jetpack-related-posts ul {
  column-gap: 2rem !important;
  --hgap: 2rem;
}
.wp-block-jetpack-related-posts ul li a {
  font-family: var(--wp--preset--font-family--sans-serif);
  flex-direction: row;
  font-family: var(--wp--preset--font-family--sans-serif);
  font-size: var(--wp--preset--font-size--x-large);
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 1.2;
  order: 2;
}
.wp-block-jetpack-related-posts ul li dl {
  order: 1;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.wp-block-query-pagination {
  margin-top: 3rem;
}
.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-of-type {
  margin-inline-start: 0;
}
.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child {
  margin-inline-end: 0;
}
.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next,
.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-numbers,
.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous {
  margin: 0;
}

.wp-block-query-pagination-numbers a,
.wp-block-query-pagination-numbers span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wp-block-query-pagination-numbers span.current {
  border-radius: 0.25rem;
  background: var(--wp--preset--color--subtle-gray);
  color: var(--wp--preset--color--accent);
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.is-arrow-arrow {
  font-size: 0;
}
.is-arrow-arrow::after {
  content: var(--lostgarden-arrow);
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.wp-block-query-pagination-previous .is-arrow-arrow::after {
  transform: rotate(180deg);
}
.wp-block-query-pagination-next:hover .is-arrow-arrow::after {
  transform: translateX(0.25rem);
}
.wp-block-query-pagination-previous:hover .is-arrow-arrow::after {
  transform: translateX(-0.25rem) rotate(180deg);
}

.wp-block-search .wp-block-search__input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.5 17.5L13.875 13.875M15.8333 9.16667C15.8333 12.8486 12.8486 15.8333 9.16667 15.8333C5.48477 15.8333 2.5 12.8486 2.5 9.16667C2.5 5.48477 5.48477 2.5 9.16667 2.5C12.8486 2.5 15.8333 5.48477 15.8333 9.16667Z' stroke='%23333333' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 16px center;
  padding-left: 3.25rem;
  max-width: 453px;
}

.wp-block-navigation-item__content[href*="?s"]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.5 17.5L13.875 13.875M15.8333 9.16667C15.8333 12.8486 12.8486 15.8333 9.16667 15.8333C5.48477 15.8333 2.5 12.8486 2.5 9.16667C2.5 5.48477 5.48477 2.5 9.16667 2.5C12.8486 2.5 15.8333 5.48477 15.8333 9.16667Z' stroke='%23333333' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  display: inline-block;
  position: relative;
  top: 2px;
}
.wp-block-navigation-item__content[href*="?s"] span {
  height: 1px;
  width: 1px;
  overflow: hidden;
  display: inline-block;
}

.wp-block-quote cite::before {
  content: "— ";
}

.is-layout-flex > .wp-block-navigation__responsive-container-open {
  margin-left: auto;
}

.wp-block-jetpack-subscriptions {
  max-width: 500px !important;
  /* Override Jetpack's max-width !important */
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem !important;
}
.wp-block-jetpack-subscriptions input {
  font-family: var(--wp--preset--font-family--serif);
  padding: 10px 18px !important;
  border: none !important;
  height: 44px !important;
}
.wp-block-jetpack-subscriptions input::placeholder {
  color: var(--wp--preset--color--black) !important;
}
.wp-block-jetpack-subscriptions button {
  margin-left: 1rem !important;
  background-color: var(--wp--preset--color--black) !important;
  padding: 10px 18px !important;
  height: 44px;
}
@media (max-width: 781px) {
  .wp-block-jetpack-subscriptions .wp-block-jetpack-subscriptions__form-elements {
    flex-direction: column;
    gap: 1rem;
  }
  .wp-block-jetpack-subscriptions .wp-block-jetpack-subscriptions__form-elements p {
    width: 100% !important;
  }
  .wp-block-jetpack-subscriptions .wp-block-jetpack-subscriptions__form-elements p input {
    width: 100% !important;
  }
}

.wp-block-archives-list.wp-block-archives {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-block-start: 1rem;
}
.wp-block-archives-list.wp-block-archives li::after {
  content: "/";
  margin-inline-start: 0.25rem;
}
.wp-block-archives-list.wp-block-archives li:last-child::after {
  content: "";
}

.wp-block-post-excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wp-block-post-content > h1,
.wp-block-post-content > h2,
.wp-block-post-content > h3,
.wp-block-post-content > h4,
.wp-block-post-content > h5,
.wp-block-post-content > h6 {
  scroll-margin-top: 2rem;
  margin-top: 2rem !important;
  margin-bottom: -0.25rem !important;
}

.wp-block-wpsp-dynamic-table-of-contents ul {
  max-height: calc(100vh - 170px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.wp-block-wpsp-dynamic-table-of-contents ul::-webkit-scrollbar {
  display: none;
}

.is-style-offset-blog-grid .wp-block-query-is-layout-flow {
  height: 100%;
}
.is-style-offset-blog-grid .wp-block-query-is-layout-flow ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.is-style-offset-blog-grid .wp-block-query-is-layout-flow ul.columns-1 figure {
  aspect-ratio: 8/3.25 !important;
}
.is-style-offset-blog-grid .wp-block-query-is-layout-flow ul li {
  flex-grow: 1;
}
.is-style-offset-blog-grid .wp-block-query-is-layout-flow ul li .wp-block-post-excerpt p {
  -webkit-line-clamp: 2;
}
.is-style-offset-blog-grid .wp-block-query-is-layout-flow ul li > .wp-block-columns {
  height: 100%;
}
.is-style-offset-blog-grid .wp-block-query-is-layout-flow ul li > .wp-block-columns figure {
  height: 100%;
}
@media (max-width: 781px) {
  .is-style-offset-blog-grid .wp-block-query-is-layout-flow ul li > .wp-block-columns {
    gap: 1.5em var(--wp--preset--spacing--50);
  }
}

.wp-block-tag-cloud.is-style-outline {
  gap: 0.25rem;
  margin-block-start: 1rem;
}
.wp-block-tag-cloud.is-style-outline a {
  border: none;
  padding: 0;
}
.wp-block-tag-cloud.is-style-outline a::after {
  content: "/";
  margin-inline-start: 0.25rem;
}
.wp-block-tag-cloud.is-style-outline a *:last-child::after {
  content: "";
}

.imprint {
  font-family: var(--wp--preset--font-family--sans-serif);
  color: var(--wp--preset--color--black);
  font-size: 14px;
  line-height: 24px;
}
.imprint:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */