/* Bob's Blog - Blask Theme Recreation */
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 62.5%; /* 10px */ }

body {
  margin: 0;
  color: #777;
  font-family: Arimo, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #333;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

h1 { font-size: 3.6rem; line-height: 1.333; margin-bottom: 0.6667em; }
h2 { font-size: 3rem; line-height: 1.6; margin-bottom: 0.8em; }
h3 { font-size: 2.4rem; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 2rem; line-height: 1.2; margin-bottom: 1.2em; }
h5, h6 { font-size: 1.6rem; line-height: 1.5; margin-bottom: 1.5em; }

p { margin: 0 0 1.5em; }
p:last-child { margin-bottom: 0; }

a { color: #000; text-decoration: none; }
a:hover, a:focus, a:active { color: #333; }

blockquote {
  color: #aaa;
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 1.5em 0;
  border: none;
  padding: 0;
  font-style: normal;
}
blockquote p { margin-bottom: 0; }
blockquote cite {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  margin-top: 0.857em;
  text-transform: uppercase;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 1.5rem;
}

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

ul, ol { margin: 0 0 1.5em 1.5em; }
ul { list-style: disc; }
ol { list-style: decimal; }
li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; }

hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }

table { border-top: 1px solid #eee; margin: 0 0 1.5em; width: 100%; }
th { background: #eee; font-weight: bold; }
th, td { border-bottom: 1px solid #eee; padding: 10px 20px; }

/* Layout */
#page {
  padding: 72px 40px 0 40px;
}

.site-header {
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
  text-align: left;
}

.site-branding {
  background: #eee;
  margin-bottom: 3.5em;
  padding: 4em 0.75em;
  text-align: center;
}

.site-title {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.3;
}

.site-avatar {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 1em;
  object-fit: cover;
}
.site-title a,
.site-title a:hover {
  color: #888;
  text-decoration: none;
}

.site-description {
  font-size: 1.6rem;
  font-weight: 400;
  color: #777;
  margin: 0 0 1.5em;
  font-style: normal;
}

/* Navigation */
.main-nav {
  clear: both;
  display: block;
  margin-bottom: 3em;
  width: 100%;
}
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav li {
  border-top: 1px solid rgba(0,0,0,0.06);
}
.main-nav a {
  color: #999;
  display: block;
  line-height: 1.5;
  padding: 0.75em 0;
  text-decoration: none;
  font-size: 1.6rem;
}
.main-nav a:hover {
  color: #333;
}

.menu-toggle {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  color: #aaa;
  font-family: Arimo, Arial, sans-serif;
  font-size: 1.6rem;
  padding: 0.75em 0;
  width: 100%;
  cursor: pointer;
  text-align: left;
}
.menu-toggle::after {
  content: ' ↓';
}
.menu-toggle:hover { color: #000; }

/* Mobile: show toggle, hide nav */
.main-nav ul { display: none; }
.main-nav.active ul { display: block; }
.menu-toggle { display: block; }

/* Content */
.site-content {
  margin: 0;
}

.container {
  max-width: none;
  padding: 0;
}

/* Entries */
.hentry, .post, .page {
  margin: 0 0 6em;
  max-width: 880px;
}

.page-title, .entry-title, .post-title {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 1.125em;
  line-height: 1.3;
}
.entry-title a, .post-list-title a {
  color: #333;
  text-decoration: none;
}
.entry-title a:hover, .post-list-title a:hover {
  color: #888;
}

/* Entry meta */
.post-date, .entry-meta, .post-list-date {
  color: #aaa;
  font-size: 0.857em;
  display: block;
  margin-top: 1.7143em;
  margin-bottom: 0.4375em;
}
.post-date a, .entry-meta a { color: #aaa; }
.post-date a:hover, .entry-meta a:hover { border-bottom: 1px solid #000; }

/* Entry content */
.post-content, .page-content, .entry-content {
  margin-bottom: 3em;
}
.post-content a, .page-content a, .entry-content a {
  border-bottom: 1px solid #000;
  color: #000;
}
.post-content a:hover, .page-content a:hover, .entry-content a:hover {
  border-bottom: 1px solid #777;
  color: #777;
}

.post-content img, .page-content img {
  max-width: 100%;
  height: auto;
}

/* Post categories/tags */
.post-categories .category,
.post-tags .tag {
  display: inline-block;
  background: #eee;
  padding: 0.25em 0.5em;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-right: 5px;
  color: #777;
}

/* Featured image */
.featured-image {
  margin-bottom: 3em;
}
.featured-image img {
  width: 100%;
  height: auto;
}

/* Post listing */
.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-list-item {
  margin: 0 0 6em;
  max-width: 880px;
}
.post-list-title {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 0;
}
.post-list-image {
  display: block;
  margin-bottom: 1.5em;
}
.post-list-image img {
  width: 100%;
  height: auto;
}
.post-list-excerpt {
  color: #777;
  font-size: 1.6rem;
  line-height: 1.5;
}

/* Post navigation */
.pagination {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0.75em 0;
  margin: 0 0 3em;
  max-width: 640px;
}
.pagination a, .pagination span {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #000;
}
.pagination a:hover {
  border-bottom: 1px solid #000;
}

/* Buttons */
button,
input[type='button'],
input[type='submit'] {
  background: #333;
  border: 0;
  color: #fff;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  line-height: 2.5;
  padding: 0 1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 250ms ease;
}
button:hover,
input[type='button']:hover,
input[type='submit']:hover {
  background: #555;
}

/* Footer */
.site-footer {
  clear: both;
  font-size: 1.4rem;
  color: #777;
  margin: 1.5em 0;
  border-top: none;
  padding: 0;
  text-align: left;
}
.site-footer a { color: #777; }
.site-footer a:hover { border-bottom: 1px solid #333; color: #333; }

/* WordPress figure/caption compatibility */
figure { margin: 0 0 1.5em; }
figcaption, .wp-caption-text {
  color: #aaa;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.7143;
  margin: 0.875em 0;
}

/* Embedded content */
iframe, embed, object { max-width: 100%; }

/* Page-specific: limit page content width */
article.page .page-content {
  max-width: 640px;
}

/* ---- RESPONSIVE ---- */

/* Small screens */
@media screen and (max-width: 767px) {
  #page {
    padding: 5% 5% 0 5%;
  }
  th, td {
    padding: 5px 10px;
  }
  h1 { font-size: 2.8rem; }
  .post-list-title, .post-title, .page-title { font-size: 2.4rem; }
}

/* Tablet+ : sidebar layout */
@media screen and (min-width: 768px) {
  .menu-toggle { display: none; }
  .main-nav ul { display: block; }

  .site-header {
    position: fixed;
    top: 72px;
    left: 40px;
    bottom: 0;
    width: 260px;
    max-height: 100%;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 40px;
  }
  .site-branding,
  .site-description,
  .main-nav {
    width: 220px;
  }
  .site-description { margin-bottom: 3em; }

  .site-content {
    margin-left: 320px;
    margin-right: 40px;
  }

  /* Make the body wrapper work */
  #page { padding: 72px 0 0 0; }
  .container { max-width: none; padding: 0 40px; }
  main.container { padding: 0; }
}

/* Desktop */
@media screen and (min-width: 1025px) {
  .site-header {
    left: 60px;
    width: 270px;
  }
  .site-content {
    margin-left: 360px;
    width: calc(100% - 400px);
  }

  /* Meta floats to side */
  .post-meta-sidebar {
    float: right;
    width: 22.72%;
    margin: 0 0 1.7143em;
  }
  .entry-content, .entry-summary {
    float: left;
    width: 72.72%;
  }
}
