/* Table of Contents
/* ------------------------------------------------------------

This is a development CSS file which will eventually be a minified
production stylesheet in assets/built/global.css

1.  Global Variables
2.  Global Styles
3.  Site Header (Purple header)
4.  Front Page Feature Card (featured top story)
5.  Front Page Post Card (stories in the "What's up" section)
#. GENERAL POST CARD STYLING!!!
#. large post card general styling
6.  Article Page
  6.1. Navigation Sidebar
  6.2. Article Main
7. Author Page
8. Magazine page styling
9. Admin pages

-- Ghost stuff below..
4.  Special Templates
5.  Site Navigation
7.  Single Post
  7.1. Subscribe Form
  7.2. Post Footer
     7.2.1 Single Author Byline
     7.2.2 Multiple Author Byline
  7.3. Comments
  7.4. Related Posts
  7.5. Floating Header
  7.6. Koenig Styles
8.  Author Template
9.  Error Template
10. Subscribe Overlay
11. Site Footer

*/


/* 1. Variables
/* ---------------------------------------------------------- */

:root {
    /* General Colors */
    --purple: #59437f;
    /* --darkgrey: #7b7d7b; */
    --darkgrey: #5b5b5b;
    --mediumgrey: #969696;
    --lightgrey: #bfbfbf;
    --lightestgrey: #f4f8fb;
    --black: #17202a;
    --white: #fdfefe;

    /* Section Colors */
    /* News */
    --bluegrey: #607d8b;
    /* Features */
    --turquoise: #45b29d;
    /* Life & Style */
    --pink: #ff8b8b;
    /* Entertainment */
    --orange: #e27a3f;
    /* Writing */
    --tan: #ffdbb0;
    /* Sports */
    --red: #b04d5d;
    /* Politics */
    --amber: #ffc107;
    /* Science & Technology */
    --green: #5c832f;
    /* Opinion */
    --yellow: #fcc314;
    /* Multimedia -- Photo, audio, video, interactive */
    --mediumblue: #5f72b2;
    /* Magazine */
    --lightpurple: #834bb8;
}


/* 2. Global Styles
/* ---------------------------------------------------------- */

body {
  margin: 0px;
  background: var(--white);
  max-width: 100%;
  cursor: default;
}

body.embed-body {
  margin: 0px !important;
}

h1 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  color: var(--black);
}

h1:hover {
  /* color: var(--purple); */
}

h1.front-page-title {
  font-size: 2.8em;
  line-height: 97.5%;
}

h1.post-title {
  font-size: 2.8em;
  line-height: 97.5%;
  font-weight: normal;
}

/* h2, h4, h5, h6 {
  width: 85%;
  margin: 1rem auto 1.5rem;
  max-width: 600px;
} */

h2.subtitle {
  font-family: 'Work Sans', sans-serif;
}

h3 {
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  font-size: .9em;
  color: var(--darkgrey);
  font-weight: lighter;
  margin: 0;
  letter-spacing: -0.5px;
  font-weight: 400;
  width: 85%;
  max-width: 600px;
}

h3.byline {
  font-family: 'PT Sans Narrow';
  font-weight: lighter;
  font-size: 1rem;
  text-transform: capitalize;
  color: var(--darkgrey);
}

h3.byline a {
  color: inherit;
  text-decoration: underline;
}

h3.byline a:hover {
  color: var(--purple);
  text-decoration: none;
}

h3.date {
  font-size: .8rem;
  font-weight: 200;
  color: var(--black);
  text-transform: capitalize;
}

h4.nav-sidebar-sections {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.3em;
  color: var(--black);
  text-transform: lowercase;
  font-weight: normal;
  margin: 0px;
  white-space: nowrap;
}

p, li {
  font-family: 'Lora', serif;
  font-weight: normal;
  font-size: 1.05rem;
  line-height: 1.55rem;
  color: #333;
}
p.caption {
  font-weight: bold;
}

a.no-style {
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: underline;
}

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

form {
  width: 85%;
  max-width: 600px;
  margin: 1rem auto 1.5rem;
}

/* 3. Site Header - Banner
/* ---------------------------------------------------------- */
div.banner-container {
  /* background-color: var(--purple); */
  /* color: var(--white); */
  color: var(--purple);
  height: 100px;
  padding: 0 5% 0 1%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
}

div.banner-side {
  display: flex;
  flex-direction: row;
  align-items: center;
}

img.nbn-banner-logo {
  width: auto;
  height: 80px;
  padding: 5px 5px 5px 0;
}

.svg-logo {
  width: 40px;
  height: 40px;
}

.svg-path {
  fill: var(--black);
}

.svg-path:hover {
  fill: var(--purple);
}

div.head-and-nav {
  height: fit-content;
}

h1.nbn-head {
  margin: 0 auto;
}

h3.menu, h3.section-option {
  font-size: .9em;
  font-weight: 200;
}

h3.menu {
  /* color: white; */
  color: var(--purple);
}

h3.section-option {
  color: black;
}

.svg-social-icon {
  width: 20px;
  height: 20px;
  padding: 5px;
}

.banner-line {
  margin: 0 5%;
  height: 0.5px;
  background-color: #59437f24;
}

.site-sections {
  margin: 0px 40px;
  display: flex;
  flex-direction: row;
  align-content: space-between;
}

h3.section {
  font-size: .7em;
  font-weight: 200;
  width: unset;
  color: var(--darkgrey);
  font-family: 'Roboto Condensed', sans-serif;
}

@media (max-width: 450px) {
  h1.nbn-head {
    font-size: 1.1em;
  }
  .svg-logo {
    width: 30px;
    height: 30px;
  }
  .svg-social-icon {
    width: 15px;
    height: 15px;
  }
  div.banner-container {
    height: 80px;
  }
}

@media (min-width: 451px) {
  .svg-logo {
    width: 50px;
    height: 50px;
  }
  h1.nbn-head {
    font-size: 1.6em;
  }
}

@media (max-width: 700px) {
  .site-nav {
    display: none;
  }
  /* .svg-logo {
    width: 50px;
    height: 50px;
  } */
  h1.nbn-head {
    line-height: 1em;
  }
}

@media (min-width: 701px) {
  .collapsed-sections-nav {
    display: none;
  }
  div.site-nav {
    display: flex;
    overflow: visible;
    flex-direction: row;
    width: 125%;
    height: fit-content;
    justify-content: space-between;
    margin-top: -.25rem;
  }
  .svg-logo {
    width: 60px;
    height: 60px;
  }
  h1.nbn-head {
    font-size: 2.2em;
  }
}

@media (max-width: 900) {
  .site-nav {
      position: relative;
      z-index: 300;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      overflow-y: hidden;
      height: 40px;
      font-size: 1.2rem;
  }
  /* h1.nbn-head {
    font-size: 2.2em;
  } */
  .svg-logo {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 901px) {
  .site-nav {
      position: relative;
      z-index: 300;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      overflow-y: hidden;
      height: 40px;
      font-size: 1.2rem;
  }
  h1.nbn-head {
    font-size: 2.5em;
  }
  .svg-logo {
    width: 80px;
    height: 80px;
  }
}

#___gcse_0 {
  padding-left: 5px;
}

div.gsc-input-box {
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 8px;
}

button.gsc-search-button-v2 {
  display: none;
}

/* input.gcs-input  */


/* Dropdown Button */
.dropbtn {
  border: none;
  width: 20px;
  height: 20px;
  padding: 5px;
}

.dropbtn-multimedia {
  border: none;
}

.dropbtn-multimedia:hover {
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 0;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:active .dropdown-content {display: block;}

.dropdown:focus .dropdown-content {display: block;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:visited .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .svg-path {fill: var(--purple);}


/* 4. Front Page Feature Card (featured top story)
/* ---------------------------------------------------------- */
div.feature-card-container-wrapper {
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2.5% 5%;
}

h1.front-page-title {
  font-size: 2.3em;
}

h1.front-page-title:hover {
  color: var(--purple);
}

.feature-photo {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-right: 2.5%;
}

.feature-headline-link {
  text-decoration: none;
}

@media (max-width: 450px) {
  h1.front-page-title {
    font-size: 1.4em;
  }
  h3.byline {
    font-size: .9em;
  }
  h3.date {
    font-size: .7em;
  }
}

@media (max-width: 750px) {
  div.feature-card-container-wrapper {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5% 5%;
  }
  .feature-headline {
    width: unset;
    margin-left: 0px;
  }
}

@media (min-width: 751px) {
  div.feature-card-container-wrapper {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2.5% 5%;
  }
  .feature-headline {
    width: 50%;
    margin-left: 30px;
  }
}

@media (min-width: 950px) {
  h1.front-page-title {
    font-size: 2.8em;
  }
}

/* 6. Article Page
/* ---------------------------------------------------------- */
/**/

div.post-banner-logo {

}

div.article-page {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* 6.1 Navigation Sidebar + Related Content Sidebar */
/**/
div.article-sidebar-container {
  display: flex;
  flex-direction: row;
}

div.nav-sidebar, div.related-content-sidebar {
  display: flex;
  flex-direction: column;
}

div.nav-sidebar {
  margin-right: 5%;
}

div.related-content-sidebar {
  background-color: var(--white);
  width: fit-content;
  min-width: 25%;
}

div.author-related-post {
  margin: 2.5% 0%;
}

.article-header {
  width: 85%;
  margin: 0 auto 2rem;
  max-width: 600px;
}

/* ---------------------------------------------------------- */
/* 6.1 Article Body */
/* ---------------------------------------------------------- */
/**/
div.article-body p {
  /* width: 75%; */
  width: 85%;
  margin: 1rem auto 1.5rem;
  max-width: 600px;
}

div.article-body h2 {
  width: 85%;
  margin: 1rem auto 1.5rem;
  max-width: 600px;
}

div.article-body h3 {
  width: 85%;
  margin: 1rem auto 1.5rem;
  max-width: 600px;
}

div.article-body hr {
  width: 85%;
  margin: 1rem auto 1.5rem;
  max-width: 600px;
}

div.admin-article-body p {
  /* width: 75%; */
  width: 100%;
  margin: 1rem auto 1.5rem 0;
  max-width: 600px;
}

div.article-container {
  background-color: var(--white);
  /* padding: 0% 5%; */
}

article.article-post {
  margin: 0 auto;
}

/* NOT BEING USED */
/* h3.author-related-more {
  font-weight: 600;
  margin-bottom: 1%;
  color: var(--purple)
}

div.author-posts {
  margin-bottom: 2rem;
} */

article img {
  width: 100%;
}

/* figure + em {
  margin-top: 0;
} */

figcaption {
  font-family: 'Lora', serif;
  color: var(--darkgrey);
  font-size: .8em;
  width: fit-content;
}

figcaption em a {
  font-size: .7rem;
  color: var(--lightgrey);
  text-decoration: underline var(--lightgrey)
}

.kg-width-full {
  margin: 3rem 0;
  width: 100%;
}

blockquote {
  font-family: 'PT Sans Narrow';
  color: var(--darkgrey);
  font-size: 1.7em;
  width: 95%;
  margin: 2rem auto;
  text-align: center;
}

/* .gallery-card {
  margin: auto 0;
} */

figure.kg-embed-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  margin: 3rem auto;
  min-width: 100%;
}

@media (max-width: 800px) {
  article img {
    display: block;
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  figure {
    margin: 3rem 0rem;
  }
  figcaption {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 901px) {
  figure {
    margin: 3rem 9rem;
    min-width: 600px;
  }
  figure.kg-gallery-card {
    margin: 3rem 0;
  }
  .kg-width-wide {
    margin: 3rem auto;
  }
  figcaption {
  }
  blockquote {
    font-size: 2em;
    width: 50%;
  }
}


/* 6. Article Page - IMAGES
/* ---------------------------------------------------------- */
/* .kg-image {
  width: 200px;
} */


/* 5. Front Page Post Card (stories in the "What's up" section)
/* ---------------------------------------------------------- */

div.post-card-container-wrapper {
  background-color: var(--lightestgrey);
  height: 150px;
  display: flex;
  max-width: 100%;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5%;
}

div.post-card-container {
  /* background-color: var(--lightgrey); */
  height: 120px;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  overflow: scroll;
  margin-top: 20px;
  padding-top: 20px;
}

h1.post-card-container-title {
  color: var(--purple);
  text-transform: uppercase;
  text-align: right;
  padding: 0px 30px;
  width: 10%;
}

div.whats-up-post-card {
  margin: 0px 10px;
}

/* #. GENERAL POST CARD STYLING!!! **** so important
/* ---------------------------------------------------------- */

.post-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 5px 5px 5px 0px;
  align-items: flex-start;
}

.latest-post-card {
  margin-bottom: 1em;
  padding-bottom: 5px;
}

.post-card-image {
    width: auto;
    max-width: 200px;
    height: auto;
    max-height: 130px;
    margin-right: 2px;
    /* background: var(--lightgrey) no-repeat center center; */
    /* background-size: cover; */
}

.post-card-image-resize {
  overflow: hidden;
  /* width: 110px; */
}

.post-card-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-content: space-around;
}

p.post-card-text {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1em;
  margin: 0 0 0 3px;
}

p.post-card-title {
  font-weight: bold;
  color: var(--black);
  font-size: 1.2em;
  min-width: 95%;
  line-height: 1.2em;
  font-family: 'PT Sans Narrow', sans-serif;
}

p.post-card-author {
  color: var(--darkgrey);
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 300;
  text-transform: capitalize;
  font-size: .9em;
  max-width: 100%;
  line-height: 1.4em;
}

.post-card-author a {
  color: inherit;
}

a.post-card-text-link {
  text-decoration: none;
  color: inherit;
}

p.post-card-date {
  font-size: .7em;
  font-family: 'Work Sans', sans-serif;
  max-width: 150px;
  color: var(--black);
  font-weight: 200;
  line-height: 1.4em;
  width: fit-content;
}

.latest-post-card-date {
  /* border-bottom: 1px solid var(--mediumgrey); */
}

.post-card-excerpt {
  max-width: 65%;
  margin-left: 3px;
  font-style: oblique;
  font-size: .9em;
}

h3.post-card-more {
  align-self: flex-end;
  padding-bottom: 5px;
  text-align: right;
}

a.post-card-more-link {
  text-decoration: none;
}

.post-feed {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 40px 0 0 0;
}

.post-card:hover {
    box-shadow: rgba(39,44,49,0.07) 8px 28px 50px, rgba(39, 44, 49, 0.04) 1px 6px 12px;
    transition: all 0.4s ease;
    transform: translate3D(0, -1px, 0) scale(1.02);
}

/* large post card general styling
/* ---------------------------------------------------------- */
.large-post-card-image {
    width: auto;
    height: 160px;
    /* background: var(--lightgrey) no-repeat center center; */
    /* background-size: cover; */
}

.large-post-card-image-resize {
  overflow: hidden;
  width: 220px;
  margin-right: 10px;
}

p.large-post-card-text {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.5em;
  margin: 0 0 0 3px;
  color: var(--darkgrey);
}

p.large-post-card-title {
  font-weight: 400;
  font-size: 1.5em;
  width: 110%;
}

a.large-post-card-text-link {
  text-decoration: none;
  color: var(--purple);
}


/* 5. Front Page Bottom Sections
/* ---------------------------------------------------------- */
div.front-page-bottom {
    display: flex;
    flex-direction: row;
    /* width: 100%; */
    padding: .5% 5%;
}

div.front-page-announcement {
    padding: .5% 5%;
    width: 75%;
    margin: 2em auto;
    padding: .5% 5%;
    background-color: var(--lightestgrey);
}

p.announcement {
  font-size: 1em;
}

div.latest-posts-container {
  display: flex;
  flex-direction: column;
  width: 20%;
}

.all-section-blocks {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  padding: 0 0 0 5%;
}

div.section-block {
  width: 100%;
  margin: 0% 3% 4% 0%;
  display: flex;
  flex-direction: column;
}

div.section-block-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

h3.section-name {
  font-weight: 400;
  font-size: .8em;
  padding-bottom: 3px;
  /* color: var(--mediumgrey); */
  color: var(--black);
}

.section-block-divider {
  width: 100%;
  height: 0.06rem;
  /* height: .1rem; */
  background-color: var(--mediumgrey);
  /* background-color: var(--darkgrey); */
}

.latest-posts-divider {
  margin-bottom: .5rem;
}

/* i think this may not be being used */
.section-stories {
  display: flex;
  flex-direction: column;
}

.section-posts {
  margin-top: .5rem;
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
}

#horizontal-latest-posts {
  display: none;
}

@media screen and (max-width: 750px) {
  div.latest-posts-container {
    display: none;
  }
  .all-section-blocks {
    width: 100%;
    padding: 0;
  }
  #horizontal-latest-posts {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .horizontal-latest-posts {
    display: none;
  }
}


/* 5. Site Footer
/* ---------------------------------------------------------- */


.footer-container {
  background-color: var(--white);
  min-height: fit-content;
  height: 80px;
  width: 98%;
  padding: 0 1%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-menu-left {
  display: flex;
  flex-direction: row;
  width: 40%;
  justify-content: space-between;
}

.footer-copy-right {
  width: 50%;
  max-width: 400px;
}

.footer-info {
  font-size: .7em;
  line-height: 1.1em;
  text-align: right;
  font-family: 'Work Sans';
  font-weight: 300;
  margin: 0 0 3%;
}

.footer-copyright {
  font-weight: 600;
}

@media screen and (max-width: 700px) {
  .footer-menu-left {
    flex-direction: column;
  }
  .footer-container {
    height: 100px;
  }
}



/* 7. Author Page, Section (tag) Page
/* ---------------------------------------------------------- */

.author-page {
  width: 85%;
}

.author-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}

h1.author-name, h1.section-name {
  font-weight: lighter;
  color: var(--black);
  margin: 1% 2.5% 1% 0;
}

div.author-bio-container {
  background-color: var(--white);
  width: 100%;
  box-shadow: inset 0 0 10px var(--black);
  margin-bottom: 6%;
}

p.author-bio-text {
  padding: 4% 2%;
  max-width: 90%;
}

div.author-post-card {
  margin: 0 auto 1.5% auto;
}

div.author-post-card, div.section-post-card {
  margin-bottom: 1.5%;
  max-width: 200px;
}

.section-page, .author-page {
  padding: 2% 5% 0 1%;
  margin: 0 auto;
}

.section-post-cards-all {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info-post-card-image {
  width: 100%;
  height: 100%;
  margin-right: 2px;
}

@media screen and (max-width: 700px) {
  div.section-post-card {
    max-width: unset;
  }
  .info-post-card {
    /* flex-direction: row; */
  }
}

/* ---------------------------------------------------------- */
/* 8. Magazine page
/* ---------------------------------------------------------- */
.magazine-container {
  height: 100vh;
}

/* ---------------------------------------------------------- */
/* 8. Admin pages
/* ---------------------------------------------------------- */
.admin-title {
  /* width: 85%; */
  margin: 1rem auto 1.5rem;
  max-width: 600px;
}



/* GHOST STUFF */ /* GHOST STUFF */ /* GHOST STUFF */ /* GHOST STUFF */ /* GHOST STUFF */
/* GHOST STUFF */ /* GHOST STUFF */ /* GHOST STUFF */ /* GHOST STUFF */ /* GHOST STUFF */
/* GHOST STUFF */ /* GHOST STUFF */ /* GHOST STUFF */ /* GHOST STUFF */ /* GHOST STUFF */
/* GHOST STUFF */ /* GHOST STUFF */ /* GHOST STUFF */ /* GHOST STUFF */ /* GHOST STUFF */
/* GHOST STUFF */ /* GHOST STUFF */ /* GHOST STUFF */ /* GHOST STUFF */ /* GHOST STUFF */

/* .post-card-image-link {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
} */

.post-card-content-link {
    position: relative;
    flex-grow: 1;
    display: block;
    padding: 25px 25px 0;
    color: var(--darkgrey);
}

.post-card-content-link:hover {
    text-decoration: none;
}

.post-card-tags {
    display: block;
    margin-bottom: 4px;
    color: var(--midgrey);
    font-size: 1.2rem;
    line-height: 1.15em;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.post-card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post-card-excerpt {
    font-family: Georgia, serif;
}

.post-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 25px 25px;
}

.author-profile-image,
.avatar-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    background: color(var(--lightgrey) l(+10%));
    border-radius: 100%;

    object-fit: cover;
}

.post-card-meta .profile-image-wrapper,
.post-card-meta .avatar-wrapper {
    position: relative;
}

.author-list {
    display: flex;
    flex-wrap: wrap-reverse;
    margin: 0;
    padding: 0;
    list-style: none;
}

.author-list-item {
    position: relative;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

.author-list-item:nth-child(1) {
    z-index: 10;
}
.author-list-item:nth-child(2) {
    z-index: 9;
}
.author-list-item:nth-child(3) {
    z-index: 8;
}
.author-list-item:nth-child(4) {
    z-index: 7;
}
.author-list-item:nth-child(5) {
    z-index: 6;
}
.author-list-item:nth-child(6) {
    z-index: 5;
}
.author-list-item:nth-child(7) {
    z-index: 4;
}
.author-list-item:nth-child(8) {
    z-index: 3;
}
.author-list-item:nth-child(9) {
    z-index: 2;
}
.author-list-item:nth-child(10) {
    z-index: 1;
}

.static-avatar {
    display: block;
    overflow: hidden;
    margin: 0 -5px;
    width: 34px;
    height: 34px;
    border: #fff 2px solid;
    border-radius: 100%;
}

.moving-avatar {
    display: block;
    overflow: hidden;
    margin: 0 -6px;
    width: 56px;
    height: 56px;
    border: #fff 2px solid;
    border-radius: 100%;
    transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.7s;
}

@media (min-width: 800px) {
    .author-list:hover .moving-avatar {
        margin: 0;
        transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    }
}

.author-name-tooltip {
    position: absolute;
    bottom: 105%;
    z-index: 999;
    display: block;
    padding: 2px 8px;
    color: white;
    font-size: 1.2rem;
    letter-spacing: 0.2px;
    white-space: nowrap;
    background: var(--darkgrey);
    border-radius: 3px;
    box-shadow: rgba(39,44,49,0.08) 0 12px 26px, rgba(39, 44, 49, 0.03) 1px 3px 8px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transform: translateY(6px);
    pointer-events: none;
}

.author-list-item:hover .author-name-tooltip {
    opacity: 1.0;
    transform: translateY(0px);
}

@media (max-width: 650px) {
    .author-name-tooltip {
        display: none;
    }
}

.reading-time {
    flex-shrink: 0;
    margin-left: 20px;
    color: var(--midgrey);
    font-size: 1.2rem;
    line-height: 33px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Special Styling for home page grid (below):

The first (most recent) post in the list is styled to be bigger than the others and take over the full width of the grid to give it more emphasis. Wrapped in a media query to make sure this only happens on large viewports / desktop-ish devices.

 */

@media (min-width: 795px) {
    .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) {
        flex: 1 1 100%;
        flex-direction: row;
    }

    .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-image-link {
        position: relative;
        flex: 1 1 auto;
        border-radius: 5px 0 0 5px;
    }

    .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-image {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-content {
        flex: 0 1 357px;
    }

    .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) h2 {
        font-size: 2.6rem;
    }

    .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) p {
        font-size: 1.8rem;
        line-height: 1.55em;
    }

    .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-content-link {
        padding: 30px 40px 0;
    }

    .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-meta {
        padding: 0 40px 30px;
    }
}

.home-template .site-header:after {
    display: none;
}




/* copying Ghost stuff so I can upload the theme and then work off what they already have */
/* taken from website-nbn/current/content/themes/casper/assets/css/screen.css */
/* Table of Contents
/* ------------------------------------------------------------

This is a development CSS file which is built to a minified
production stylesheet in assets/built/screen.css

1.  Global Styles
2.  Layout
3.  Special Templates
4.  Site Header
5.  Site Navigation
6.  Post Feed
7.  Single Post
  7.1. Subscribe Form
  7.2. Post Footer
     7.2.1 Single Author Byline
     7.2.2 Multiple Author Byline
  7.3. Comments
  7.4. Related Posts
  7.5. Floating Header
  7.6. Koenig Styles
8.  Author Template
9.  Error Template
10. Subscribe Overlay
11. Site Footer

*/


/* 1. Global - Set up the things
/* ---------------------------------------------------------- */
@import "global.css";

body {
    /* background: #f4f8fb; */
}

.img {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
}

.hidden {
    visibility: hidden;
    position: absolute;
    text-indent: -9999px;
}


/* 2. Layout - Page building blocks
/* ---------------------------------------------------------- */

.site-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-main {
    z-index: 100;
    flex-grow: 1;
}

/* Full width page blocks */
.outer {
    position: relative;
    padding: 0 4vw;
}

/* Centered content container blocks */
.inner {
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
}

/* Usage:

<div class="outer">
    <div class="inner">
        Centered content
    </div>
</div>

*/

/* 3. Special Template Styles
/* ---------------------------------------------------------- */

@media (min-width: 900px) {
    .home-template .post-feed,
    .tag-template .post-feed,
    .author-template .post-feed {
        margin-top: -70px;
        padding-top: 0;
    } /*
    .home-template .site-nav {
        position: relative;
        top: -70px;
    } */
}


/* 4. Site Header
/* ---------------------------------------------------------- */

.site-header {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    background: color(var(--darkgrey) l(-5%)) no-repeat center center;
    background-size: cover;
}

.site-header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
    background: rgba(0,0,0,0.18);
}

.site-header:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 10;
    display: block;
    height: 80px;
    background: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0));
}

.site-header.no-cover:before,
.site-header.no-cover:after {
    display: none;
}

.site-header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10vw 4vw;
    min-height: 200px;
    max-height: 450px;
    text-align: center;
}

.site-title {
    z-index: 10;
    margin: 0;
    padding: 0;
    font-size: 3.8rem;
    font-weight: 700;
}

.site-logo {
    max-height: 45px;
}

.site-description {
    z-index: 10;
    margin: 0;
    padding: 5px 0;
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 0.5px;
    opacity: 0.8;
}

@media (max-width: 500px) {
    .site-title {
        font-size: 3rem;
    }
    .site-description {
        font-size: 1.8rem;
    }
}


/* 5. Site Navigation
/* ---------------------------------------------------------- */

/* Site Nav Hack Explanation (above):

What's happening above it .site-nav-left is set to overflow-x and allow sideways scrolling, so that when there isn't enough space for all nav items (either due to lots of nav items, or a small viewport), you can still scroll side-to-side to reach them.

The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px of padding-bottom and a 40px fixed height parent (.site-nav) hides that entirely. Slightly hacky code. But nice clean end-result.

*/

/*
.site-nav-logo {
    flex-shrink: 0;
    display: block;
    margin-right: 24px;
    padding: 11px 0;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: -0.5px;
}

.site-nav-logo:hover {
    text-decoration: none;
}

.site-nav-logo img {
    display: block;
    width: auto;
    height: 21px;
}
*/

.nav {
    display: flex;
    margin: 0 0 0 -12px;
    padding: 0;
    list-style: none;
}

.nav li {
    display: block;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.nav li a {
    display: block;
    margin: 0;
    padding: 10px 12px;
    color: #fff;
    opacity: 0.8;
}

.nav li a:hover {
    text-decoration: none;
    opacity: 1;
}

.site-nav-right {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 40px;
}

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

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

.social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    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;
}

@media (max-width: 700px) {
    .site-header {
        padding-right: 0;
        padding-left: 0;
    }
    .site-nav-left {
        margin-right: 0;
        padding-left: 4vw;
    }
    .site-nav-right {
        display: none;
    }
}


/* 7. Single Post
/* ---------------------------------------------------------- */

.post-template .site-main,
.page-template .site-main {
    padding-bottom: 4vw;
    background: #fff;
}

.post-full {
    position: relative;
    z-index: 50;
}
/* ^ Required to make .post-full-content:before/after z-index stacking work */

.post-full-header {
    margin: 0 auto;
    padding: 6vw 3vw 3vw;
    max-width: 1040px;
    text-align: center;
}
@media (max-width: 500px) {
    .post-full-header {
        padding: 14vw 3vw 10vw;
    }
}

.post-full-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--midgrey);
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
}

.post-full-meta-date {
    color: var(--blue);
}

.post-full-title {
    margin: 0;
    color: color(var(--darkgrey) l(-5%));
}

.date-divider {
    display: inline-block;
    margin: 0 6px 1px;
}

.post-full-image {
    margin: 0 -10vw -165px;
    height: 800px;
    background: var(--lightgrey) center center;
    background-size: cover;
    border-radius: 5px;
}

@media (max-width: 1170px) {
    .post-full-image {
        margin: 0 -4vw -100px;
        height: 600px;
        border-radius: 0;
    }
}

@media (max-width: 800px) {
    .post-full-image {
        height: 400px;
    }
}

.post-full-content {
    position: relative;
    margin: 0 auto;
    padding: 70px 100px 0;
    min-height: 230px;
    font-family: Georgia, serif;
    font-size: 2.2rem;
    line-height: 1.6em;
    background: #fff;
}

@media (max-width: 1170px) {
    .post-full-content {
        padding: 5vw 7vw 0;
    }
}
@media (max-width: 800px) {
    .post-full-content {
        font-size: 1.9rem;
    }
}

.post-full-content:before {
    content: "";
    position: absolute;
    top: 15px;
    left: -5px;
    z-index: -1;
    display: block;
    width: 20px;
    height: 200px;
    background: rgba(39,44,49,0.15);
    filter: blur(5px);
    transform: rotate(-5deg);
}

.post-full-content:after {
    content: "";
    position: absolute;
    top: 15px;
    right: -5px;
    z-index: -1;
    display: block;
    width: 20px;
    height: 200px;
    background: rgba(39,44,49,0.15);
    filter: blur(5px);
    transform: rotate(5deg);
}

.no-image .post-full-content {
    padding-top: 0;
}

.no-image .post-full-content:before,
.no-image .post-full-content:after {
    display: none;
}

.post-full-content h1,
.post-full-content h2,
.post-full-content h3,
.post-full-content h4,
.post-full-content h5,
.post-full-content h6,
.post-full-content p,
.post-full-content ul,
.post-full-content ol,
.post-full-content dl,
.post-full-content pre,
.post-full-content blockquote,
.post-full-comments,
.footnotes {
    min-width: 100%;
}

.post-full-content li {
    word-break: break-word;
}

.post-full-content li p {
    margin: 0;
}

.post-full-content a {
    color: #000;
    word-break: break-word;
    box-shadow: var(--blue) 0 -1px 0 inset;
}

.post-full-content a:hover {
    color: var(--blue);
    text-decoration: none;
}

.post-full-content strong,
.post-full-content em {
    color: color(var(--darkgrey) l(-5%));
}

.post-full-content small {
    display: inline-block;
    line-height: 1.6em;
}

.post-full-content li:first-child {
    margin-top: 0;
}

.post-full-content img,
.post-full-content video {
    display: block;
    margin: 1.5em auto;
    max-width: 1040px;
    height: auto;
}
@media (max-width: 1040px) {
    .post-full-content img,
    .post-full-content video {
        width: 100%;
    }
}


/* Full bleed images (#full)
Super neat trick courtesy of @JoelDrapper

Usage (In Ghost edtior):

![img](/some/image.jpg#full)

*/
.post-full-content img[src$="#full"] {
    max-width: none;
    width: 100vw;
}


/* Image captions

Usage (In Ghost editor):

![img](/some/image.jpg)
<small>Your image caption</small>

*/
.post-full-content img + br + small {
    display: block;
    margin-top: -3em;
    margin-bottom: 1.5em;
    text-align: center;
}


/* Override third party iframe styles */
.post-full-content iframe {
    margin: 0 auto !important;
}

.post-full-content blockquote {
    margin: 0 0 1.5em;
    padding: 0 1.5em;
    border-left: #3eb0ef 3px solid;
}

.post-full-content blockquote p {
    margin: 0 0 1em 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: italic;
}

.post-full-content blockquote p:last-child {
    margin-bottom: 0;
}

.post-full-content code {
    padding: 0 5px 2px;
    font-size: 0.8em;
    line-height: 1em;
    font-weight: 400!important;
    background: var(--whitegrey);
    border-radius: 3px;
}

.post-full-content pre {
    overflow-x: auto;
    margin: 1.5em 0 3em;
    padding: 20px;
    max-width: 100%;
    border: color(var(--darkgrey) l(-10%)) 1px solid;
    color: var(--whitegrey);
    font-size: 1.4rem;
    line-height: 1.5em;
    background: color(var(--darkgrey) l(-3%));
    border-radius: 5px;
}

.post-full-content pre code {
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
}

.post-full-content pre code * {
    color: inherit;
}

.post-full-content .fluid-width-video-wrapper {
    margin: 1.5em 0 3em;
}

.post-full-content hr {
    margin: 4vw 0;
}

.post-full-content hr:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    display: block;
    margin-left: -10px;
    width: 1px;
    height: 30px;
    background: color(var(--lightgrey) l(+10%));
    box-shadow: #fff 0 0 0 5px;
    transform: rotate(45deg);
}

.post-full-content h1,
.post-full-content h2,
.post-full-content h3,
.post-full-content h4,
.post-full-content h5,
.post-full-content h6 {
    color: color(var(--darkgrey) l(-5%));
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.post-full-content h1 {
    margin: 0.5em 0 0.2em 0;
    font-size: 4.6rem;
    font-weight: 700;
}
@media (max-width: 500px) {
    .post-full-content h1 {
        font-size: 2.8rem;
    }
}

.post-full-content h2 {
    margin: 0.5em 0 0.2em 0;
    font-size: 3.6rem;
    font-weight: 700;
}
@media (max-width: 500px) {
    .post-full-content h2 {
        font-size: 2.6rem;
    }
}

.post-full-content h3 {
    margin: 0.5em 0 0.2em 0;
    font-size: 2.8rem;
    font-weight: 700;
}
@media (max-width: 500px) {
    .post-full-content h3 {
        font-size: 2.2rem;
    }
}

.post-full-content h4 {
    margin: 0.5em 0 0.2em 0;
    font-size: 2.8rem;
    font-weight: 700;
}
@media (max-width: 500px) {
    .post-full-content h4 {
        font-size: 2.2rem;
    }
}

.post-full-content h5 {
    display: block;
    margin: 0.5em 0;
    padding: 1em 0 1.5em;
    border: 0;
    color: var(--blue);
    font-family: Georgia,serif;
    font-size: 3.2rem;
    line-height: 1.35em;
    text-align: center;
}
@media (min-width: 1180px) {
    .post-full-content h5 {
        max-width: 1060px;
        width: 100vw;
    }
}
@media (max-width: 500px) {
    .post-full-content h5 {
        padding: 0 0 0.5em;
        font-size: 2.2rem;
    }
}

.post-full-content h6 {
    margin: 0.5em 0 0.2em 0;
    font-size: 2.3rem;
    font-weight: 700;
}
@media (max-width: 500px) {
    .post-full-content h6 {
        font-size: 2rem;
    }
}

.footnotes-sep {
    margin-bottom: 30px;
}

.footnotes {
    font-size: 1.5rem;
}

.footnotes p {
    margin: 0;
}

.footnote-backref {
    color: var(--blue) !important;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none !important;
    box-shadow: none !important;
}

/* Some grouped styles for smaller viewports */
@media (max-width: 500px) {
    .post-full-meta {
        font-size: 1.2rem;
        line-height: 1.3em;
    }
    .post-full-title {
        font-size: 2.9rem;
    }
    .post-full-image {
        margin-bottom: 4vw;
        height: 350px;
    }
    .post-full-content {
        padding: 0;
    }
    .post-full-content:before,
    .post-full-content:after {
        display: none;
    }
}

/* Tables */
.post-full-content table {
    display: inline-block;
    overflow-x: auto;
    margin: 0.5em 0 2.5em;
    max-width: 100%;
    width: auto;
    border-spacing: 0;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1.6rem;
    white-space: nowrap;
    vertical-align: top;
}

.post-full-content table {
    -webkit-overflow-scrolling: touch;
    background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
    background-attachment: scroll, scroll;
    background-size: 10px 100%, 10px 100%;
    background-repeat: no-repeat;
}

.post-full-content table td:first-child {
    background-image: linear-gradient(to right, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
    background-size: 20px 100%;
    background-repeat: no-repeat;
}

.post-full-content table td:last-child {
    background-image: linear-gradient(to left, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
    background-position: 100% 0;
    background-size: 20px 100%;
    background-repeat: no-repeat;
}

.post-full-content table th {
    color: var(--darkgrey);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: left;
    text-transform: uppercase;
    background-color: color(var(--whitegrey) l(+4%));
}

.post-full-content table th,
.post-full-content table td {
    padding: 6px 12px;
    border: color(var(--whitegrey) l(-1%) s(-5%)) 1px solid;
}


/* 7.1. Subscribe Form
/* ---------------------------------------------------------- */

.subscribe-form {
    margin: 1.5em 0;
    padding: 6.5vw 7vw 7vw;
    border: color(var(--whitegrey) l(+2%)) 1px solid;
    text-align: center;
    background: color(var(--whitegrey) l(+4%));
    border-radius: 7px;
}

.subscribe-form-title {
    margin: 0 0 3px 0;
    padding: 0;
    color: var(--darkgrey);
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 700;
}

.subscribe-form p {
    margin-bottom: 1em;
    color: var(--midgrey);
    font-size: 2.2rem;
    line-height: 1.55em;
    letter-spacing: 0.2px;
}

.subscribe-form form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 420px;
}

.subscribe-form .form-group {
    flex-grow: 1;
}

.subscribe-email {
    display: block;
    padding: 10px;
    width: 100%;
    border: color(var(--lightgrey) l(+7%)) 1px solid;
    color: var(--midgrey);
    font-size: 1.8rem;
    line-height: 1em;
    font-weight: normal;
    user-select: text;
    border-radius: 5px;
    transition: border-color 0.15s linear;

    -webkit-appearance: none;
}

.subscribe-email:focus {
    outline: 0;
    border-color: color(var(--lightgrey) l(-2%));
}

.subscribe-form button {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0 20px;
    height: 41px;
    outline: none;
    color: #fff;
    font-size: 1.5rem;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
    background: linear-gradient(
    color(var(--blue) whiteness(+7%)),
    color(var(--blue) lightness(-7%) saturation(-10%)) 60%,
    color(var(--blue) lightness(-7%) saturation(-10%)) 90%,
    color(var(--blue) lightness(-4%) saturation(-10%))
    );
    border-radius: 5px;
    box-shadow: 0 0 0 1px inset rgba(0,0,0,0.14);

    -webkit-font-smoothing: subpixel-antialiased;
}

.subscribe-form button:active,
.subscribe-form button:focus {
    background: color(var(--blue) lightness(-9%) saturation(-10%));
}

@media (max-width: 650px) {
    .subscribe-form-title {
        font-size: 2.4rem;
    }
    .subscribe-form p {
        font-size: 1.6rem;
    }
}

@media (max-width: 500px) {
    .subscribe-form form {
        flex-direction: column;
    }
    .subscribe-form .form-group {
        width: 100%;
    }
    .subscribe-form button {
        margin: 10px 0 0 0;
        width: 100%;
    }
}


/* 7.2. Post Footer
/* ---------------------------------------------------------- */

.post-full-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 3vw 0 6vw 0;
    max-width: 840px;
}

/* 7.2.1 Single Author Byline
/* ---------------------------------------------------------- */

.author-card {
    display: flex;
}

.author-card .author-profile-image,
.author-card .avatar-wrapper {
    margin-right: 15px;
    width: 60px;
    height: 60px;
}

.author-card-name {
    margin: 8px 0 2px 0;
    padding: 0;
    font-size: 2rem;
}

.author-card-name a {
    color: var(--darkgrey);
    font-weight: 700;
}

.author-card-name a:hover {
    text-decoration: none;
}

.author-card-content p {
    margin: 0;
    color: var(--midgrey);
    line-height: 1.3em;
}

.post-full-footer-right {
    flex-shrink: 0;
    margin-left: 20px;
}

.author-card-button {
    display: block;
    padding: 9px 16px;
    border: color(var(--midgrey) l(+20%)) 1px solid;
    color: var(--midgrey);
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    border-radius: 20px;
    transition: all ease 0.2s;
}

.author-card-button:hover {
    border-color: var(--blue);
    color: var(--blue);
    text-decoration: none;
}

/* 7.2.2 Multiple Author Byline
/* ---------------------------------------------------------- */

.post-full-authors {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    padding-top: 40px;
    border-top: color(var(--lightgrey) l(+10%)) 1px solid;
}

.post-full-authors-content {
    margin-bottom: 20px;
}

.post-full-authors-content p {
    margin-bottom: 0;
    color: var(--midgrey);
    font-size: 1.4rem;
    letter-spacing: 0.2px;
    text-align: center;
    text-transform: uppercase;
}

.post-full-authors-content a {
    display: inline-block;
    color: color(var(--darkgrey) l(+20%));
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
}

.post-full-footer .author-list {
    justify-content: center;
    padding: 10px 20px;
}

.author-card .author-profile-image,
.author-card .avatar-wrapper {
    position: relative;
    margin-right: 15px;
}

.author-list-item .author-card {
    position: absolute;
    bottom: 130%;
    left: 50%;
    z-index: 300;
    display: block;
    margin-left: -160px;
    width: 320px;
    font-size: 1.4rem;
    letter-spacing: 0.2px;
    background: white;
    border-radius: 6px;
    box-shadow: rgba(39,44,49,0.08) 0 12px 26px, rgba(39, 44, 49, 0.03) 1px 3px 8px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transform: scale(0.98) translateY(15px);
    pointer-events: none;
}

.author-list-item .author-card:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-top: 12px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

.author-list-item .author-card.hovered {
    opacity: 1.0;
    transform: scale(1) translateY(0px);
    pointer-events: auto;
}

.author-card .basic-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px 20px 20px;
    color: #fff;
    background: var(--darkgrey);
    border-radius: 6px 6px 0 0;
}

.author-card .basic-info h2 {
    margin: 1em 0 0.5em;
}

.author-card .bio {
    padding: 20px 20px 0;
}

@media (max-width: 650px) {
    .author-list-item .author-card {
        display: none;
    }
}

.basic-info .author-profile-image {
    margin: 0;
    width: 88px;
    height: 88px;
    border: none;
}

.basic-info .avatar-wrapper {
    position: relative;
    margin: 0;
    width: 88px;
    height: 88px;
    border: none;
    background: rgba(229, 239, 245, 0.1);
}

.basic-info .avatar-wrapper svg {
    margin: 0;
    width: 88px;
    height: 88px;
    opacity: 0.15;
}


/* 7.3. Comments
/* ---------------------------------------------------------- */

.post-full-comments {
    margin: 0 auto;
    max-width: 840px;
}


/* 7.4. Related posts
/* ---------------------------------------------------------- */

.read-next-feed {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    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;
}


/* 7.5. Floating Header
/* ---------------------------------------------------------- */

.floating-header {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: rgba(0,0,0,0.06) 1px solid;
    background: rgba(255,255,255,0.95);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, -120%, 0);
}

.floating-active {
    visibility: visible;
    transition: all 500ms cubic-bezier(0.22, 1, 0.27, 1);
    transform: translate3d(0, 0, 0);
}

.floating-header-logo {
    overflow: hidden;
    margin: 0 0 0 20px;
    font-size: 1.6rem;
    line-height: 1em;
    letter-spacing: -1px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.floating-header-logo a {
    display: flex;
    align-items: center;
    color: var(--darkgrey);
    line-height: 1.1em;
    font-weight: 700;
}

.floating-header-logo a:hover {
    text-decoration: none;
}

.floating-header-logo img {
    margin: 0 10px 0 0;
    max-height: 20px;
}

.floating-header-divider {
    margin: 0 5px;
    line-height: 1em;
}

.floating-header-title {
    flex: 1;
    overflow: hidden;
    margin: 0;
    color: #2e2e2e;
    font-size: 1.6rem;
    line-height: 1.3em;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.floating-header-share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 2%;
    font-size: 1.3rem;
    line-height: 1;
}

.floating-header-share a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-header-share svg {
    width: auto;
    height: 16px;
    fill: #fff;
}

.floating-header-share-label {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 10px;
    color: rgba(0,0,0,0.7);
    font-weight: 500;
}

.floating-header-share-label svg {
    margin: 0 5px 0 10px;
    width: 18px;
    height: 18px;
    stroke: rgba(0,0,0,0.7);
    transform: rotate(90deg);
}

.floating-header-share-tw,
.floating-header-share-fb {
    display: block;
    align-items: center;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.floating-header-share-tw {
    background: #33b1ff;
}

.floating-header-share-fb {
    background: #005e99;
}

.progress {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    border: none;
    color: var(--blue);
    background: transparent;

    appearance: none;
}

.progress::-webkit-progress-bar {
    background-color: transparent;
}

.progress::-webkit-progress-value {
    background-color: var(--blue);
}

.progress::-moz-progress-bar {
    background-color: var(--blue);
}

.progress-container {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: transparent;
}

.progress-bar {
    display: block;
    width: 50%;
    height: inherit;
    background-color: var(--blue);
}

@media (max-width: 900px) {
    .floating-header {
        height: 40px;
    }
    .floating-header-title,
    .floating-header-logo {
        font-size: 1.5rem;
    }
    .floating-header-share-tw,
    .floating-header-share-fb {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}

@media (max-width: 800px) {
    .floating-header-logo {
        margin-left: 10px;
    }
    .floating-header-logo a {
        color: #2e2e2e;
    }
    .floating-header-title,
    .floating-header-divider {
        visibility: hidden;
    }
}

@media (max-width: 450px) {
    .floating-header-share-label {
        display: none;
    }
}


/* 7.6. Koenig Styles
/* ---------------------------------------------------------- */

.post-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 920px;
}

.post-template .post-content > p:first-child {
    font-size: 1.25em;
    line-height: 1.5em;
}

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

/* Preventing full-width image overlap with post image.  */
.post-full-image + .post-full-content .kg-content *:first-child .kg-image {
    width: 100%;
}

.post-full-content .kg-width-wide .kg-image {
    max-width: 1040px;
}

.post-full-content .kg-width-full .kg-image {
    max-width: 100vw;
}

.post-full-content figure {
    margin: 1.5em 0 3em;
}

.post-full-content figure img {
    margin: 0;
}

.post-full-content figcaption {
    margin: 1.0em 0 0;
    font-size: 80%;
    line-height: 1.6em;
    text-align: center;
}

.kg-width-full figcaption {
    padding: 0 1.5em;
}

.kg-embed-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100%;
}

.kg-embed-card .fluid-width-video-wrapper {
    margin: 0;
}


@media (max-width: 1040px) {
    .post-full-content .kg-width-full .kg-image {
        width: 100vw;
    }
}

.kg-gallery-container {
    display: flex;
    flex-direction: column;
    /* max-width: 1040px; */
    width: 100vw;
}

.kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.kg-gallery-image img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
}

.kg-gallery-row:not(:first-of-type) {
    margin: 0.75em 0 0 0;
}

.kg-gallery-image:not(:first-of-type) {
    margin: 0 0 0 0.75em;
}

/* 8. Author Template
/* ---------------------------------------------------------- */

.site-header-content .author-profile-image {
    z-index: 10;
    flex-shrink: 0;
    margin: 0 0 20px 0;
    width: 100px;
    height: 100px;
    box-shadow: rgba(255,255,255,0.1) 0 0 0 6px;
}

.site-header-content .author-bio {
    z-index: 10;
    flex-shrink: 0;
    margin: 5px 0 10px 0;
    max-width: 600px;
    font-size: 2rem;
    line-height: 1.3em;
    font-weight: 300;
    letter-spacing: 0.5px;
    opacity: 0.8;
}

.site-header-content .author-meta {
    z-index: 10;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px 0;
    font-family: Georgia, serif;
    font-style: italic;
}

.site-header-content .author-location svg {
    height: 1.9rem;
    stroke: #fff;
}

.site-header-content .bull {
    display: inline-block;
    margin: 0 12px;
    opacity: 0.5;
}

.site-header-content .social-link:first-of-type {
    padding-left: 4px;
}

@media (max-width: 500px) {
    .site-header-content .author-bio {
        font-size: 1.8rem;
        line-height: 1.15em;
        letter-spacing: 0;
    }
    .author-location,
    .author-stats {
        display: none;
    }
}


/* 9. Error Template
/* ---------------------------------------------------------- */

.error-template .site-main {
    padding: 7vw 4vw;
}

.site-nav-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.site-nav-center .site-nav-logo {
    margin-right: 0;
}

.error-message {
    text-align: center;
}

.error-code {
    margin: 0;
    font-size: 12vw;
    line-height: 1em;
    letter-spacing: -5px;
    opacity: 0.3;
}

.error-description {
    margin: 0;
    color: var(--midgrey);
    font-size: 3rem;
    line-height: 1.3em;
    font-weight: 400;
}

@media (max-width: 800px) {
    .error-description {
        margin: 5px 0 0 0;
        font-size: 1.8rem;
    }
}

.error-link {
    display: inline-block;
    margin-top: 5px;
}

.error-template .post-feed {
    padding-top: 0;
}


/* 10. Subscribe Overlay
/* ---------------------------------------------------------- */

.subscribe-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,25,40,0.97);
    opacity: 0;
    transition: opacity 200ms ease-in;
    pointer-events: none;

    backdrop-filter: blur(3px);
}

.subscribe-overlay:target {
    opacity: 1;
    pointer-events: auto;
}

.subscribe-overlay-content {
    position: relative;
    z-index: 9999;
    margin: 0 0 5vw 0;
    padding: 4vw;
    color: #fff;
    text-align: center;
}

.subscribe-overlay-logo {
    position: fixed;
    top: 23px;
    left: 30px;
    height: 30px;
}

.subscribe-overlay-title {
    display: inline-block;
    margin: 0 0 10px 0;
    font-size: 6rem;
    line-height: 1.15em;
}

.subscribe-overlay-description {
    margin: 0 auto 50px;
    max-width: 650px;
    font-family: Georgia, serif;
    font-size: 3rem;
    line-height: 1.3em;
    font-weight: 300;
    opacity: 0.8;
}

.subscribe-overlay form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 500px;
}

.subscribe-overlay .form-group {
    flex-grow: 1;
}

.subscribe-overlay .subscribe-email {
    display: block;
    padding: 14px 20px;
    width: 100%;
    border: none;
    color: var(--midgrey);
    font-size: 2rem;
    line-height: 1em;
    font-weight: normal;
    letter-spacing: 0.5px;
    user-select: text;
    border-radius: 8px;
    transition: border-color 0.15s linear;

    -webkit-appearance: none;
}

.subscribe-email:focus {
    outline: 0;
    border-color: color(var(--lightgrey) l(-2%));
}

.subscribe-overlay button {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0 25px;
    height: 52px;
    outline: none;
    color: #fff;
    font-size: 1.7rem;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
    background: linear-gradient(
    color(var(--blue) whiteness(+7%)),
    color(var(--blue) lightness(-7%) saturation(-10%)) 60%,
    color(var(--blue) lightness(-7%) saturation(-10%)) 90%,
    color(var(--blue) lightness(-4%) saturation(-10%))
    );
    border-radius: 8px;
    box-shadow: 0 0 0 1px inset rgba(0,0,0,0.14);

    -webkit-font-smoothing: subpixel-antialiased;
}

.subscribe-overlay button:active,
.subscribe-overlay button:focus {
    background: color(var(--blue) lightness(-9%) saturation(-10%));
}

.subscribe-overlay-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.subscribe-overlay-close:before {
    content: "";
    position: absolute;
    top: 40px;
    right: 25px;
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    opacity: 0.8;
    transform: rotate(45deg);
}

.subscribe-overlay-close:after {
    content: "";
    position: absolute;
    top: 40px;
    right: 25px;
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    opacity: 0.8;
    transform: rotate(-45deg);
}

.subscribe-overlay-close:hover {
    cursor: default;
}


/* 11. Site Footer
/* ---------------------------------------------------------- */

.site-footer {
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
    color: #fff;
    background: color(var(--darkgrey) l(-15%));
}

.site-footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: rgba(255,255,255,0.7);
    font-size: 1.3rem;
}

.site-footer-content a {
    color: rgba(255,255,255,0.7);
}

.site-footer-content a:hover {
    color: rgba(255,255,255,1);
    text-decoration: none;
}

.site-footer-nav {
    display: flex;
}

.site-footer-nav a {
    position: relative;
    margin-left: 20px;
}

.site-footer-nav a:before {
    content: "";
    position: absolute;
    top: 11px;
    left: -11px;
    display: block;
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 100%;
}

.site-footer-nav a:first-of-type:before {
    display: none;
}

@media (max-width: 650px) {
    .site-footer-content {
        flex-direction: column;
    }
    .site-footer-nav a:first-child {
        margin-left: 0;
    }
}
