/**
  * Min-width (mobile first) breakpoint mixins
  */
/**
  * Deprecated: Use min-width mixins instead
  */
section#header .content {
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 767.98px) {
  section#header .content {
    flex-direction: column;
  }
}
section#header .content .thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
}
section#header .content .thumbnail img {
  width: 280px;
  height: auto;
  border-radius: 8px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
}
section#header .content .title {
  padding: 0.2em 1em;
  margin-left: 20px;
  background: #323232;
  border-radius: 8px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
  font-family: "Amatic SC", sans-serif;
  text-align: center;
}
@media (max-width: 1419.98px) {
  section#header .content .title {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  section#header .content .title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  section#header .content .title {
    margin-top: 10px;
    margin-left: 0;
    font-size: 32px;
  }
}

section:not(#header) {
  margin: 0;
}
section:not(#header) .content {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #eee;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
  color: #323232;
}
section:not(#header) .content .post-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  background: #fff;
}
@media (max-width: 1419.98px) {
  section:not(#header) .content .post-wrapper {
    flex-direction: column;
  }
}
section:not(#header) .content .post-wrapper .post-content-wrapper {
  flex: 3;
}
section:not(#header) .content .post-wrapper .post-content-wrapper > * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
section:not(#header) .content .post-wrapper .post-content-wrapper .info-bar {
  display: flex;
  align-items: center;
  margin: 10px auto 30px;
  font-style: italic;
  font-size: 0.8em;
}
section:not(#header) .content .post-wrapper .post-content-wrapper .info-bar .tree {
  flex: 1;
}
section:not(#header) .content .post-wrapper .post-content-wrapper .info-bar .tree .fas {
  margin: 0 5px;
}
section:not(#header) .content .post-wrapper .post-content-wrapper h2 {
  font-family: "Amatic SC", sans-serif;
  font-size: 3em;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}
section:not(#header) .content .post-wrapper .post-content-wrapper .wp-block-image {
  width: fit-content;
  margin: 0 auto 1em;
}
section:not(#header) .content .post-wrapper .post-content-wrapper .wp-block-image img {
  height: auto;
  max-height: 400px;
  object-fit: contain;
}
section:not(#header) .content .post-wrapper .post-content-wrapper .wp-block-embed {
  max-width: 680px;
  margin: 0 auto 1em;
  border-radius: 8px;
  overflow: hidden;
}
section:not(#header) .content .post-wrapper .post-content-wrapper .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  padding-top: 56.25%;
}
section:not(#header) .content .post-wrapper .post-content-wrapper .wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section:not(#header) .content .post-wrapper .post-content-wrapper .wp-block-quote {
  padding-left: 20px;
  border-left: 4px solid #81dadf;
  font-style: italic;
  color: #777777;
}
section:not(#header) .content .post-wrapper .post-sidebar-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  margin-top: 60px;
  padding: 0 60px;
}
@media (max-width: 1419.98px) {
  section:not(#header) .content .post-wrapper .post-sidebar-wrapper {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  section:not(#header) .content .post-wrapper .post-sidebar-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
}
section:not(#header) .content .post-wrapper .post-sidebar-wrapper .categories,
section:not(#header) .content .post-wrapper .post-sidebar-wrapper .tags {
  min-width: 200px;
  margin: 0 10px;
}
section:not(#header) .content .post-wrapper .post-sidebar-wrapper .categories h2 {
  margin-bottom: 0;
}
section:not(#header) .content .post-wrapper .post-sidebar-wrapper .categories li a {
  color: inherit;
  text-decoration: none;
}
section:not(#header) .content .post-wrapper .post-sidebar-wrapper h2 {
  font-family: "Amatic SC", sans-serif;
  font-size: 2em;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  border-bottom: 2px solid #ddd;
}
section:not(#header) .content .post-wrapper .post-sidebar-wrapper ul li {
  border-bottom: 1px solid #ddd;
}
section:not(#header) .content .post-wrapper .post-sidebar-wrapper ul li a {
  display: block;
  padding: 0.5em 1em;
}
section:not(#header) .content .post-wrapper .post-sidebar-wrapper ul li a:hover {
  background: #f8f8f8;
}
section:not(#header) .content .post-wrapper .post-sidebar-wrapper .tag-list {
  padding-left: 1em;
}
section:not(#header) .content a {
  color: #017479;
  text-decoration: underline;
}
section:not(#header) .content a:hover {
  color: #000;
}

/*# sourceMappingURL=posts.css.map */
