/*

This is a development CSS file which is compiled to a minified
production stylesheet in assets/built/screen.css using: gulp dev

*/

/* Lib - Local component imports
/* ---------------------------------------------------------- */

/* Base components */
@import "vars.css";
@import "components/global.css";
@import "components/forms.css";
@import "components/buttons.css";

/* Ghost components */
@import "ghost/header.css";
@import "ghost/content.css";
@import "ghost/readmore.css";
@import "ghost/members.css";
@import "ghost/errors.css";
@import "ghost/footer.css";
@import "ghost/badge.css";
@import "ghost/subscribe-box.css";
@import "ghost/post-cards.css";
@import "ghost/animations.css";
@import "ghost/audio.css";



/* Main */
/* ---------------------------------------------------------- */

html,
.gh-viewport {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #fff;
}

.gh-main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.gh-page {
    padding: 0 4vmin;
}

.gh-article {
  /*  EDITED padding: 8vmin 0; */
}

.gh-postfeed {
    /* OBS Changes in accordance with each specific postfeed instead: padding: 8vmin 0; */
}

.gh-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.gh-head-actions a {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 5px;
}

.gh-head-actions a svg {
    height: 1.6rem;
}


/* Index
/* ---------------------------------------------------------- */


.gh-index {
  padding: 0 2vmin;
}

.gh-index-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.gh-subscribe-index {
  padding: 5vmin 10vmin;
}

.gh-section-title {
  font-family: 'iA Quattro', monospace;
  margin-bottom: 2vmin;
  text-transform: uppercase;
  display: grid;
  justify-content: flex-end;
  margin-right: 5vh;
  font-weight: bold;
  font-style: italic;
}

/* Page
/* ---------------------------------------------------------- */

.gh-page-header {
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
    text-align: center;
}

.gh-small-divider-line {
  margin: 5vmin 0;
  width: 40px;
  border-top: 1px solid #D3D3D3;
  display: flex;
  justify-self: center;
}

.gh-page-content {
}

.gh-page-image {
    margin: 4vmin 0 0 0;
}

.gh-page-head p {
    padding: 2vmin 10vmin;
    max-width: 720px;
    margin: 0.3em auto 0;
    padding: 0 6vmin;
    font-size: 1.3em;
    line-height: 1.4em;
    opacity: 0.5;
}

.gh-page-feature-image {
    grid-column: main-start / main-end;
    width: 100%;
    object-fit: cover;
    height: 800px;
}


/* Post
/* ---------------------------------------------------------- */

.gh-header {
    padding: 0 0 8vmin 0;
    position: relative;
}

.gh-base-header {
  grid-column: wide-start / main-end;
  position: absolute;
  bottom: 18vmin;
  left: 8vmin;
  margin-right: 4vw;
}

.gh-title {
  font-size: 5rem;
}

.gh-base-header h1, .gh-base-header p, .gh-base-header span, .gh-base-header a,   {
  color: #fff;
  text-decoration: none;
}

.gh-title, .gh-post-excerpt, .gh-post-meta {
    padding: 1vh 0;
}

.gh-post-meta a:hover {
    text-decoration: underline;
}

.gh-post-meta {
  font-family: "iA Quattro", monospace;
  font-weight: bold;
}

.gh-post-excerpt {
  font-family: 'Garamond', serif;
  font-size: 2.0rem;
  line-height: 1.3;
}

.gh-post-meta {
  font-family: 'iA Quattro', monospace;
  font-size: 1.6rem !important;
  line-height: 1.3;
  letter-spacing: 0.1px;
  text-decoration: none;
}

.gh-author {
  font-weight: bold;
  padding-bottom: 6px;
}

.gh-tags {
  font-weight: normal;
  font-size: 1.3rem;
}

.gh-feature-image {
    grid-column: full-start / full-end;
    width: 100%;
    object-fit: cover;
    height: 800px;
}

.gh-post-footer {
    margin: 4vmin 0;
}

.gh-divider-line {
  border-top: 1px solid #D3D3D3;
  margin-bottom: 2.5vmin;
}

.gh-post-authors-bio {
}

.gh-post-authors-bio p {
  font-style: italic;
  font-size: 1.6rem;
  font-family: Georgia, serif;
  line-height: 1.5;
}

.gh-icon-divider {
  display: grid;
  width: 100%;
  height: auto;
  align-self: center;
  justify-content: center;
  padding-top: 3vmin;
  padding-bottom: 3vmin;
}

.gh-icon-img {
  width: 40px;
  height: auto;
  justify-self: center;
}

.gh-subscribe-post {
  display: flex;
  padding: 5vmin 10vmin;
  padding-bottom: 10vmin;
}

@media (max-width: 1050px) {
  .gh-base-header {
    grid-column: main-start / main-end;
    bottom: 14vmin;
    left: 0;
  }
  .gh-feature-image {
      height: 600px;
  }
}

/* Author
/* ---------------------------------------------------------- */

.gh-author-image {
    height: 12vmin;
    width: 12vmin;
    margin: 0 auto 1.5em;
    border-radius: 100%;
    overflow: hidden;
    object-fit: cover;
}
.gh-author-page-bio {
  padding: 2vmin 15vmin;
}

.gh-author-meta {
    margin: 2vmin 0 0 0;
    font-size: 1.2em;
}

.gh-author-actions {
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
}

.gh-author-actions-list {
  display: flex;

}

.gh-author-actions-list a {
  margin: 10px;
  width: 20px;
  transition: all 0.2s ease;
}

.gh-horizontal-posts-author {
    position: relative;
    display: grid;
    grid-gap: 3vmin 0;
    padding: 0 0vmin;
}


/* Tag
/* ---------------------------------------------------------- */

.gh-tag-page-description {
  padding: 5vmin 15vmin;
}

.gh-tag-cover-image {
  padding-bottom: 6vmin;
}

.gh-tag-cover-image img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}

@media (max-width: 700px) {
  .gh-tag-cover-image img {
    height: 200px;
    padding-bottom: 8vmin;
  }
}
