* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;
}

body {
  color: #8eb2b1;
  height: 100%;
  font-size: 1.125rem;
  line-height: 1.5rem;

  background-color: #273438;
  background-image: url("../img/main-trees.5cd2eed13f19.png"), url("../img/main-tile-last-row.ce39e573f762.png"), url("../img/main-tile.55779a43fe3b.png");
  background-position: 0 -10px, 0 100%, 0 100%;
  background-repeat: repeat-x, repeat-x, repeat;
  background-attachment: fixed, scroll, scroll;
}

a, a:visited {
  color: #c2b882;
  transition: all .3s ease-in-out;
  text-decoration-skip: ink;
}
a:hover, a:focus {
  color: #ea6ae3;
}

h2 {
  color: #c2b882;
  font-size: 1.75rem;
  line-height: 1.75rem;
  margin: 1rem 0 0;
}
h3, h4, h5 {
  padding: 16px 0 4px;
}

p {
  margin: 0.675rem 0;
}

.wrapper {
  max-width: 1248px;
  margin: 0 auto 0;
}

.container {
  position: relative;
  width: 100%;
  padding: 0 64px 48px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

  color: #e7e1d4;

  background-color: transparent;
  background-image: url("../img/rocks.f66188805867.png"), url("../img/plant-r.d7e03867fad7.png"), url("../img/plant-l.aaa494620fda.png"), url("../img/content-top.f08df7e624bf.png"), url("../img/cicada-base.bc9682157ce9.png");
  background-repeat: repeat-y, repeat-y, repeat-y, no-repeat, repeat-y;
  background-position: 0 50%, 100% 0, 0 0, 50% 0, 50% 0;
}

.container::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 136px;
  background: transparent url("../img/waterfall.80fc95fecc92.png") no-repeat 0 0;
  top: -6px;
  right: 389px;
}

.post-template .container::before,
.page-template .container::before {
  display: none;
}

.header {
  height: 368px;
  width: 1248px;
  color: #fff;

  background-image: url("../img/ponies.8f7170d91d11.png"), url("../img/header.b8d2b43c6d99.png"), url("../img/header-behind.d8f62282de85.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 50% 100%, 50% 100%, 50% 100%;
}

.header-title {
  display: block;
  text-align: center;
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 700;
  padding: 80px 0 8px;
  color:#fff!important;
  text-decoration: none;
}

.header-subtitle {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 300;
}

.header-author {
  text-align:center;
  padding: 36px 0 0;
}

.header-author .author-profile-image {
  max-width: 100px;
  max-height: 100px;
}

.header-author .author-name {
  margin-top: 16px;
}

.header-author .author-name a {
  color: #fff;
  text-decoration: none;
}

.sidebar {
  width: 340px;
  padding: 0 0 24px 24px;
  font-size: 1rem;
}

.sidebar-donate-banner,
.sidebar-item,
.post {
  background-color: rgba(0,0,0,0.25);
  border-radius: 6px;
}

.sidebar-item {
  padding: 1px 16px 8px 20px;
  margin-bottom: 24px;
}

.sidebar h2 {
  margin-top: 1rem;
}

.content {
  width: 768px;
  padding: 0;
}

.post-template .content,
.page-template .content {
  width: 100%;
}

.post {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: wrap;
  min-height: 480px;
  margin-bottom: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.post.no-image {
  min-height: auto;
}

.post-full {
  margin-bottom: 0;
}

.post-full-content {
  width: 100%;
}

.post-full-header,
.post-full-content,
.post-full-footer {
  padding: 0 24px 16px;
}

.post-full .post-image {
  display: block;
  width: 100%;
  height: 480px;
  border-radius: 6px 6px 0 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.post-title,
.post-meta,
.post-content {
  padding-left: 24px;
  padding-right: 24px;
  background-color: rgba(0,0,0,0.8);
}

.post-title {
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 4px;
  background-color: rgba(0,0,0,0.8);
}

.post-title a {
  color: #c2b882;
  text-decoration: none;
}

.post-meta {
  font-size: 0.875rem;
  color: #8a6a51;
}

.post-full-meta {
}

.post-meta-author,
.post-meta-tag {
  color: #c2b882;
}

.post-meta-tag {
  text-transform: capitalize;
}

.sidebar-tags a {
  text-transform: capitalize;
}

.sidebar-item nav {
  padding: 8px 0;
}

.sidebar-item nav a {
  display: block;
}

.sidebar-donate-banner {
  display: block;
  overflow: hidden;

  margin-bottom: 24px;
  padding: 8px 20px;

  background-color: #6B8988;
  outline: 3px solid #E3DEB1;
  outline-offset: -6px;

  transition: outline .3s ease-in-out;
}

.sidebar-donate-banner:is(:hover, :focus) {
  outline: 3px solid #ea6ae3;
}

.post-content {
  padding-top: 8px;
  padding-bottom: 16px;
  border-radius: 0 0 6px 6px;
}

.post-full-comments {
  padding: 0 24px;
}
.post-full-comments .publisher-nav-color .comment-count,
.post-full-comments .post-message p {
  color: #e7e1d4 !important;
}

ul,
ol {
  padding-left: 32px;
  padding-bottom: 10px;
}
li ul,
li ol {
  padding-bottom: 6px;
}

pre {
  padding: 4px 6px;
}
code, tt {
  margin: 0 2px;
  padding: 0 5px;
  border-radius: 3px;
}
pre,
code {
  background-color: rgba(0,0,0,0.3);
  box-decoration-break: clone;
  overflow-x: scroll;
}
code pre,
pre code {
  background-color: transparent;
}

.pagination {
  margin-top: -24px;
}

.page-link {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #8a6a51;
  background-color: rgba(255,255,255,0.03);
  text-decoration: none;
  border-radius: 3px;
  font-weight: 700;
}

.page-link:hover,
.page-current {
  border: 1px solid transparent;
  color: #fff;
}

.author-card {
  text-align: center;
}

.near-posts {
  margin: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.near-posts .post {
  width: 48%;
}

.footer {
  height: 96px;
  width: 1248px;
  padding: 0px 88px;
  margin-bottom: 64px;
  text-align: center;
  font-size: 0.875rem;

  background-image: url("../img/footer.c63311da40b5.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}




.social-links {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.social-links a:last-of-type {
    padding-right: 20px;
}

.social-link {
    display: inline-block;
    margin: 0;
    padding: 10px;
    color: #fff;
    opacity: 0.8;
}

.social-link:hover {
    opacity: 1;
}

.social-link svg {
    height: 1.8rem;
    fill: #fff;
}

.social-link-fb svg {
    height: 1.5rem;
}

.social-link-wb svg {
    height: 1.6rem;
}

.social-link-wb svg path {
    stroke: #fff;
}

.social-link-rss svg {
    height: 1.9rem;
}

.subscribe-button {
    display: block;
    padding: 4px 10px;
    border: #fff 1px solid;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1em;
    border-radius: 10px;
    opacity: 0.8;
}

.subscribe-button:hover {
    text-decoration: none;
    opacity: 1;
}

.rss-button {
    opacity: 0.8;
}

.rss-button:hover {
    opacity: 1;
}

.rss-button svg {
    margin-bottom: 1px;
    height: 2.1rem;
    fill: #fff;
}




.read-next-feed {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 0 0;
}

.read-next-card {
    position: relative;
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 0 20px 40px;
    padding: 25px;
    color: #fff;
    background: var(--darkgrey) center center;
    background-size: cover;
    border-radius: 5px;
    box-shadow: rgba(39,44,49,0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px;
}

.read-next-card:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: linear-gradient(135deg, rgba(0,40,60,0.8) 0%,rgba(0,20,40,0.7) 100%);
    border-radius: 5px;

    backdrop-filter: blur(2px);
}

.read-next-card-header {
    position: relative;
    z-index: 50;
    padding-top: 20px;
    text-align: center;
}

.read-next-card-header-sitetitle {
    display: block;
    font-size: 1.3rem;
    line-height: 1.3em;
    opacity: 0.8;
}

.read-next-card-header-title {
    margin: 0;
    padding: 0 20px;
    color: #fff;
    font-size: 3rem;
    line-height: 1.2em;
    letter-spacing: 1px;
}

.read-next-card-header-title a {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}

.read-next-card-header-title a:hover {
    text-decoration: none;
}

.read-next-divider {
    position: relative;
    display: flex;
    justify-content: center;
    height: 80px;
}

.read-next-divider svg {
    width: 40px;
    fill: transparent;
    stroke: #fff;

    stroke-width: 0.5px;
    stroke-opacity: 0.65;
}

.read-next-card-content {
    position: relative;
    z-index: 50;
    flex-grow: 1;
    display: flex;
    font-size: 1.7rem;
}

.read-next-card-content ul {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    list-style: none;
}

.read-next-card-content li {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.25em;
    font-weight: 200;
    letter-spacing: -0.5px;
}

.read-next-card-content li a {
    display: block;
    padding: 20px 0;
    border-bottom: rgba(255,255,255,0.3) 1px solid;
    color: #fff;
    font-weight: 500;
    vertical-align: top;
    transition: opacity 0.3s ease;
}

.read-next-card-content li:first-of-type a {
    padding-top: 10px;
}

.read-next-card-content li a:hover {
    opacity: 1;
}

.read-next-card-footer {
    position: relative;
    margin: 15px 0 3px 0;
    text-align: center;
}

.read-next-card-footer a {
    color: #fff;
}

/* Tables */
table {
    display: inline-block;
    overflow-x: auto;
    margin: 12px 0;
    max-width: 100%;
    width: auto;
    border-spacing: 0;
    border-collapse: collapse;
    white-space: nowrap;
    vertical-align: top;
}

table {
    -webkit-overflow-scrolling: touch;
}

table th {
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: left;
}

table th,
table td {
    padding: 6px 12px;
}

.error-block {
  padding-top: 72px;
  text-align: center;
  background-image: url("../img/404.77690a6cbbac.png");
  background-position: 50% 12px;
  background-repeat: no-repeat;
}



/* Responsiveness */
@media all and (max-width: 1279px) {
  .container {
    width: 100%;
  }
  .container::before {
    display: none;
  }
  .header {
    width: 100%;
  }
  .sidebar {
    width: 100%;
    padding: 0;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .content {
    width: 100%;
  }
  .footer {
    width: 100%;
    padding: 0 32px;
  }
}

@media all and (max-width: 1150px) {
  .container {
    padding: 0 32px 0;
    background-image: url("../img/cicada-base.bc9682157ce9.png");
    background-repeat: repeat-y;
    background-position: 50% 0;
  }
  .footer {
    margin-bottom: 0;
    background-image: url("../img/cicada-base.bc9682157ce9.png");
    background-repeat: repeat-y;
    background-position: 50% 0;
  }
}

@media all and (max-width: 1024px) {
  h1 {
    font-size: 1.5rem;
  }
  .header-title {
    font-size: 3rem;
    line-height: 3rem;
  }
  .post-full .post-image {
    max-height: 100vh;
  }
}


@media all and (max-width: 800px) {
  .header-subtitle {
    line-height: 1.5rem;
    margin-top: 12px;
  }
  .sidebar {
    flex-direction: column;
    padding-bottom: 16px;
  }
  .container {
    padding: 0;
  }
  .sidebar-donate-banner,
  .sidebar-item,
  .post,
  .post-content {
    border-radius: 0;
  }
  .sidebar-donate-banner,
  .sidebar-item {
    margin-bottom: 0;
  }
  .post {
    min-height: 380px;
  }
  .pagination {
    text-align: center;
    margin: -12px 0 18px;
  }
  .near-posts {
    flex-wrap: wrap;
  }
  .near-posts .post {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .post-full .post-image {
    max-height: 50vh;
  }
}
