/* driven by boredom */
html {
  --primary-color: #ec008c;
}

.site-header {
  margin-top: 3rem;
}

a:hover {
  color: var(--primary-color);
}

.site-title a,
.site-title a:visited {
  text-transform: uppercase;
  font-size: 4.5rem;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.site-title:after,
.featured-post-section:after {
  content: '';
  height: 6px;
  background: url('./images/line_horz.png');
  display: block;
  width: 100%;
  margin-top: 10px;
}

.featured-post-section:after {
  margin-bottom: 2rem;
}

.site-main {
  margin-top: 2rem;
}

.main-navigation a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-right: 2rem;
}

.main-navigation a:hover {
  color: var(--primary-color);
}

.main-navigation {
  border-bottom: 1px solid #828181;
  padding-bottom: 2rem;
}

.entry-title {
  margin-bottom: 0;
}

.entry-meta {
  margin-bottom: 1.6rem;
}

.site-footer {
  margin-top: 2rem;
  border-top: 1px solid #828181;
}

.site-info {
  padding: 2rem 0;
}

.entry-content a {
  color: var(--primary-color);
}

/* BSides Single */
.single-bside {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 0;
}

.single-bside .featured-image {
  margin: 2rem 0;
}

.single-bside .featured-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.entry-meta {
  color: #666;
  margin: 1rem 0;
}

.entry-footer {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}

.nav-previous a,
.nav-next a {
  text-decoration: none;
}

.bside-categories {
  margin-bottom: 1rem;
}

.bside-categories a {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.25rem 0.5rem;
  background: #f0f0f0;
  border-radius: 3px;
  text-decoration: none;
  color: #333;
}

.page-template-page-maintenance .site-header {
  display: none;
}

.page-template-page-maintenance .entry-title {
  display: none;
}

.featured-post-section p {
  font-size: 1.6rem;
}

.entry-summary p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more {
  color: var(--primary-color);
}

.featured-post-section .featured-excerpt {
  display: none;
}
