/*
Theme Name: BlankSlate Statix 2
Theme URI: https://opencollective.com/blankslate
Description: Based on BlankSlate theme by Bryan Hadaway
Author: John Doe
Template: blankslate
Version: 1.0
*/
/* ======= *
 * General *
 * ======= */
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

a, a:visited, a:hover {
  color: black;
  text-decoration: underline;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.posts-navigation,
#branding,
#footer,
.footer,
.hentry,
.not-found,
.archive .header {
  width: 100%;
  padding: 2rem;
}
@media (min-width: 900px) {
  .posts-navigation,
  #branding,
  #footer,
  .footer,
  .hentry,
  .not-found,
  .archive .header {
    padding: 3rem;
  }
}

.lockup {
  width: 50vw;
  max-width: 450px;
}

#header, #container, #footer {
  max-width: 900px;
  margin: 0 auto;
}

/* ==== */
/* Menu */
/* ==== */
#menu {
  background: #f5f5f5;
  border-bottom: 2px solid white;
  padding: 2rem;
}
@media (min-width: 900px) {
  #menu {
    padding: 3rem;
  }
}

.menu-item {
  display: inline-block;
  margin-right: 1em;
}

/* ====== */
/* Header *
/* ====== */
#site-description {
  line-height: 1.3;
  font-style: italic;
}

#site-title {
  margin-bottom: 1em;
}

/* ====== */
/* Footer */
/* ====== */
.divider {
  height: 1px;
  background: black;
  margin: 2rem 0;
}
@media (min-width: 900px) {
  .divider {
    margin: 3rem 0;
  }
}

.social {
  margin-top: 2vw;
}

.social .link {
  margin-bottom: 0.3em;
}

.icon-container {
  width: 1em;
  display: inline-block;
  text-align: center;
  margin-right: 0.5em;
}

.icon {
  height: 1em;
}

@media (min-width: 900px) {
  #footer .lockup {
    max-width: 300px;
  }
}
/* ======= */
/* Entries */
/* ======= */
h1.entry-title {
  font-size: 2.5rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
}
@media (min-width: 900px) {
  h1.entry-title {
    font-size: 3rem;
  }
}

h2.entry-title {
  font-size: 1.75rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
}
@media (min-width: 900px) {
  h2.entry-title {
    font-size: 2.25rem;
  }
}

.acf-show-meta {
  font-size: 1.25rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
}
@media (min-width: 900px) {
  .acf-show-meta {
    font-size: 2.25rem;
  }
}

.entry-meta {
  font-style: italic;
  margin-top: 1rem;
}

.entry-summary-thumbnail,
.entry-content {
  margin-top: 1rem;
}

.acf-group {
  margin-top: 2rem;
}
.acf-group::before {
  content: "";
  display: block;
  width: 150px;
  border-top: 1px solid black;
  margin-bottom: 2rem;
}

.entry-content .acf-show-meta.acf-show-url,
.entry-content .acf-show-meta.acf-show-tickets,
.entry-content .acf-show-meta.acf-show-description p,
.entry-teaser p,
.entry-content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1em;
}
@media (min-width: 900px) {
  .entry-content .acf-show-meta.acf-show-url,
  .entry-content .acf-show-meta.acf-show-tickets,
  .entry-content .acf-show-meta.acf-show-description p,
  .entry-teaser p,
  .entry-content p {
    font-size: 1.1rem;
  }
}

.entry-content h2 {
  font-size: 1.75rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  margin-bottom: 2em;
}

article.type-show {
  background: #f5f5f5;
  border-bottom: 2px solid white;
  padding-bottom: 4rem;
}

@media (min-width: 900px) {
  .archive #content,
  .blog #content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .section-divider {
    width: 100%;
  }
  .entry-teaser {
    flex-basis: 445px;
  }
  .entry-content {
    display: flow-root;
  }
  .entry-content .attachment-post-thumbnail {
    float: right;
    width: 50%;
    margin: 2rem 0 2rem 2rem;
  }
}
article.empty {
  font-size: 1.75rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  padding: 2rem;
}
@media (min-width: 900px) {
  article.empty {
    padding: 3rem;
  }
}
article.empty {
  font-weight: 800;
}

/* ==== */
/* Home */
/* ==== */
.home #header #site-title {
  border-bottom: 1px solid;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
@media (min-width: 900px) {
  .home #header #site-title {
    margin-bottom: 3em;
    padding-bottom: 3em;
  }
}

.home #site-description {
  font-size: 2.5rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
}
@media (min-width: 900px) {
  .home #site-description {
    font-size: 3.5rem;
  }
}

.section-divider {
  padding: 2rem;
}
@media (min-width: 900px) {
  .section-divider {
    padding: 3rem;
  }
}
.section-divider {
  font-weight: 800;
  color: white;
  color: black;
}

.section-divider.section-footer {
  background: white;
  text-align: right;
  font-weight: 400;
}

/* =================== */
/* Single posts, pages */
/* =================== */
.nav-previous, .nav-next {
  max-width: 45%;
  line-height: 1.3;
}

.nav-previous {
  float: left;
  text-align: left;
}

.nav-next {
  float: right;
  text-align: right;
}

.page-template-default header.header {
  display: none;
}

/* ACF custom fields */
.acf-show-meta {
  font-weight: 800;
  line-height: 1.1;
}

.acf-show-meta.acf-show-description {
  font-weight: 400;
  margin-top: 1em;
  line-height: 1.5;
}

.acf-show-tickets {
  margin-top: 2rem;
}

.entry-teaser .attachment-thumbnail {
  width: 150px;
}

.single-show .entry-meta,
.post-type-archive-show .entry-meta {
  display: none;
}

/* ============= */
/* Shows archive */
/* ============= */
.post-type-archive-show header.header {
  display: none;
}

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